Code

72dc5449a7401cbed516df473b4898c8d95cf94a
[inkscape.git] / src / widgets / stroke-style.h
1 /** @file
2  * @brief  Stroke style dialog
3  */
4 /* Author:
5  *   Lauris Kaplinski <lauris@ximian.com>
6  *   Jon A. Cruz <jon@joncruz.org>
7  *
8  * Copyright (C) 2010 Jon A. Cruz
9  * Copyright (C) 2001 Ximian, Inc.
10  *
11  * Released under GNU GPL, read the file 'COPYING' for more information
12  */
14 #ifndef SEEN_DIALOGS_STROKE_STYLE_H
15 #define SEEN_DIALOGS_STROKE_STYLE_H
17 namespace Gtk {
18 class Widget;
19 class Container;
20 }
22 Gtk::Widget *sp_stroke_style_paint_widget_new(void);
23 Gtk::Container *sp_stroke_style_line_widget_new(void);
25 void sp_stroke_style_widget_set_desktop(Gtk::Widget *widget, SPDesktop *desktop);
27 #endif // SEEN_DIALOGS_STROKE_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:encoding=utf-8:textwidth=99 :