Code

Use subdirectories with icon sizes.
[inkscape.git] / src / widgets / select-toolbar.h
1 #ifndef SEEN_SELECT_TOOLBAR_H
2 #define SEEN_SELECT_TOOLBAR_H
4 /** \file
5  * Selector aux toolbar
6  */
7 /*
8  * Authors:
9  *   Lauris Kaplinski <lauris@kaplinski.com>
10  *   bulia byak <bulia@dr.com>
11  *
12  * Copyright (C) 2003 authors
13  *
14  * Released under GNU GPL, read the file 'COPYING' for more information
15  */
17 #include <gtk/gtkactiongroup.h>
18 #include <gtk/gtkstyle.h>
19 struct SPDesktop;
21 void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
24 #endif /* !SEEN_SELECT_TOOLBAR_H */
26 /*
27   Local Variables:
28   mode:c++
29   c-file-style:"stroustrup"
30   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31   indent-tabs-mode:nil
32   fill-column:99
33   End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :