Code

Use subdirectories with icon sizes.
[inkscape.git] / src / widgets / fill-style.h
1 /** @file
2  * @brief  Fill style configuration
3  */
4 /* Authors:
5  *   Lauris Kaplinski <lauris@kaplinski.com>
6  *   Jon A. Cruz <jon@joncruz.org>
7  *
8  * Copyright (C) 2010 Jon A. Cruz
9  * Copyright (C) 2002 Lauris Kaplinski
10  *
11  * Released under GNU GPL, read the file 'COPYING' for more information
12  */
14 #ifndef SEEN_DIALOGS_SP_FILL_STYLE_H
15 #define SEEN_DIALOGS_SP_FILL_STYLE_H
17 namespace Gtk {
18 class Widget;
19 }
21 class SPDesktop;
23 Gtk::Widget *sp_fill_style_widget_new(void);
25 void sp_fill_style_widget_set_desktop(Gtk::Widget *widget, SPDesktop *desktop);
27 #endif // SEEN_DIALOGS_SP_FILL_STYLE_H
29 /*
30   Local Variables:
31   mode:c++
32   c-file-style:"stroustrup"
33   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
34   indent-tabs-mode:nil
35   fill-column:99
36   End:
37 */
38 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :