Code

Some improvements to my title/desc stuff of revision 18759 (see bug 171024).
[inkscape.git] / src / dialogs / fill-style.h
1 #ifndef __SP_FILL_STYLE_H__
2 #define __SP_FILL_STYLE_H__
4 /**
5  * \brief  Fill style configuration
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * Copyright (C) 2002 Lauris Kaplinski
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
15 #include <glib.h>
17 #include <gtk/gtkwidget.h>
19 #include "forward.h"
22 GtkWidget *sp_fill_style_widget_new (void);
24 #endif
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:encoding=utf-8:textwidth=99 :