diff options
| author | MenTaLguY <mental@rydia.net> | 2006-01-16 02:36:01 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-01-16 02:36:01 +0000 |
| commit | 179fa413b047bede6e32109e2ce82437c5fb8d34 (patch) | |
| tree | a5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /src/dialogs/object-properties.h | |
| download | inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip | |
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'src/dialogs/object-properties.h')
| -rw-r--r-- | src/dialogs/object-properties.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/dialogs/object-properties.h b/src/dialogs/object-properties.h new file mode 100644 index 000000000..c78142095 --- /dev/null +++ b/src/dialogs/object-properties.h @@ -0,0 +1,34 @@ +#ifndef __OBJECT_PROPERTIES_H__ +#define __OBJECT_PROPERTIES_H__ + +/** + * \brief Basic object style dialog + * + * Authors: + * Lauris Kaplinski <lauris@ximian.com> + * Frank Felfe <iname@innerspace.com> + * + * Copyright (C) 2000-2001 Lauris Kaplinski and Frank Felfe + * Copyright (C) 2001-2002 Ximian, Inc. and Lauris Kaplinski + * + * Released under GNU GPL + */ + +void sp_object_properties_dialog (void); + +void sp_object_properties_fill (void); +void sp_object_properties_stroke (void); +void sp_object_properties_stroke_style (void); + +#endif + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : |
