1 #ifndef __SP_STROKE_STYLE_H__
2 #define __SP_STROKE_STYLE_H__
4 /**
5 * \brief Stroke style dialog
6 *
7 * Author:
8 * Lauris Kaplinski <lauris@ximian.com>
9 *
10 * Copyright (C) 2001 Ximian, Inc.
11 *
12 */
14 #include <glib.h>
16 #include <gtk/gtkwidget.h>
18 #include "forward.h"
19 #include "display/canvas-bpath.h"
21 GtkWidget *sp_stroke_style_paint_widget_new (void);
22 GtkWidget *sp_stroke_style_line_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 :