Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / widgets / fill-n-stroke-factory.h
1 #ifndef SEEN_FILL_N_STROKE_FACTORY_H
2 #define SEEN_FILL_N_STROKE_FACTORY_H
3 /* Authors:
4  *   Jon A. Cruz <jon@joncruz.org>
5  *
6  * Copyright (C) 2010 Jon A. Cruz
7  *
8  * Released under GNU GPL, read the file 'COPYING' for more information
9  */
11 #include "fill-or-stroke.h"
13 namespace Gtk {
14 class Widget;
15 }
17 namespace Inkscape {
18 namespace Widgets {
20 Gtk::Widget *createStyleWidget( FillOrStroke kind );
22 } // namespace Widgets
23 } // namespace Inkscape
25 #endif // !SEEN_FILL_N_STROKE_FACTORY_H
27 /*
28   Local Variables:
29   mode:c++
30   c-file-style:"stroustrup"
31   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
32   indent-tabs-mode:nil
33   fill-column:99
34   End:
35 */
36 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :