Code

get rid of a lot of no longer needed "libnr/nr-..." includes.
[inkscape.git] / src / dialogs / fill-style.h
1 /** @file
2  * @brief  Fill style configuration
3  */
4 /* Authors:
5  *   Lauris Kaplinski <lauris@kaplinski.com>
6  *
7  * Copyright (C) 2002 Lauris Kaplinski
8  *
9  * Released under GNU GPL, read the file 'COPYING' for more information
10  */
12 #ifndef SEEN_DIALOGS_SP_FILL_STYLE_H
13 #define SEEN_DIALOGS_SP_FILL_STYLE_H
15 #include <glib.h>
16 #include <gtk/gtkwidget.h>
17 #include "forward.h"
20 GtkWidget *sp_fill_style_widget_new (void);
22 #endif
24 /*
25   Local Variables:
26   mode:c++
27   c-file-style:"stroustrup"
28   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
29   indent-tabs-mode:nil
30   fill-column:99
31   End:
32 */
33 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :