Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / widgets / stroke-style.h
1 /** @file
2  * @brief  Stroke style dialog
3  */
4 /* Author:
5  *   Lauris Kaplinski <lauris@ximian.com>
6  *
7  * Copyright (C) 2001 Ximian, Inc.
8  * Released under GNU GPL, read the file 'COPYING' for more information
9  */
11 #ifndef SEEN_DIALOGS_STROKE_STYLE_H
12 #define SEEN_DIALOGS_STROKE_STYLE_H
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 Gtk::Container *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 :