Code

moving trunk for module inkscape
[inkscape.git] / src / dialogs / object-properties.h
1 #ifndef __OBJECT_PROPERTIES_H__
2 #define __OBJECT_PROPERTIES_H__
4 /**
5  * \brief  Basic object style dialog
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@ximian.com>
9  *   Frank Felfe <iname@innerspace.com>
10  *
11  * Copyright (C) 2000-2001 Lauris Kaplinski and Frank Felfe
12  * Copyright (C) 2001-2002 Ximian, Inc. and Lauris Kaplinski
13  *
14  * Released under GNU GPL
15  */
17 void sp_object_properties_dialog            (void);
19 void sp_object_properties_fill              (void);
20 void sp_object_properties_stroke            (void);
21 void sp_object_properties_stroke_style   (void);
23 #endif
25 /*
26   Local Variables:
27   mode:c++
28   c-file-style:"stroustrup"
29   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
30   indent-tabs-mode:nil
31   fill-column:99
32   End:
33 */
34 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :