Code

Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. This...
[inkscape.git] / src / ui / icons.h
1 /**
2  * \brief Stock icons for Inkscape-specific menu items and buttons.
3  *
4  * Author:
5  *   Derek P. Moore <derekm@hackunix.org>
6  *
7  * Copyright (C) 2004 Derek P. Moore
8  *
9  * Released under GNU GPL.  Read the file 'COPYING' for more information.
10  */
12 #ifndef INKSCAPE_UI_ICONS_H
13 #define INKSCAPE_UI_ICONS_H
15 namespace Inkscape {
16 namespace UI {
17 namespace Icons {
19 void init();
21 } // namespace Icons
22 } // namespace UI
23 } // namespace Inkscape
25 #endif // INKSCAPE_UI_ICONS_H
27 /*
28   Local Variables:
29   mode:c++
30   c-file-style:"stroustrup"
31   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
32   indent-tabs-mode:nil
33   fill-column:99
34   End:
35 */
36 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :