Code

moving trunk for module inkscape
[inkscape.git] / src / widgets / select-toolbar.h
1 #ifndef SEEN_SELECT_TOOLBAR_H
2 #define SEEN_SELECT_TOOLBAR_H
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  */
16 #include <gtk/gtkstyle.h>
18 #include <forward.h>
20 GtkWidget *sp_select_toolbox_new(SPDesktop *desktop);
23 #endif /* !SEEN_SELECT_TOOLBAR_H */
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 :