~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to src/widgets/select-toolbar.h

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SEEN_SELECT_TOOLBAR_H
 
2
#define SEEN_SELECT_TOOLBAR_H
 
3
 
 
4
/*
 
5
 * Selector aux toolbar
 
6
 *
 
7
 * Authors:
 
8
 *   Lauris Kaplinski <lauris@kaplinski.com>
 
9
 *   bulia byak <bulia@dr.com>
 
10
 *
 
11
 * Copyright (C) 2003 authors
 
12
 *
 
13
 * Released under GNU GPL, read the file 'COPYING' for more information
 
14
 */
 
15
 
 
16
#include <gtk/gtkstyle.h>
 
17
 
 
18
#include <forward.h>
 
19
 
 
20
GtkWidget *sp_select_toolbox_new(SPDesktop *desktop);
 
21
 
 
22
 
 
23
#endif /* !SEEN_SELECT_TOOLBAR_H */
 
24
 
 
25
/*
 
26
  Local Variables:
 
27
  mode:c++
 
28
  c-file-style:"stroustrup"
 
29
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
30
  indent-tabs-mode:nil
 
31
  fill-column:99
 
32
  End:
 
33
*/
 
34
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :