Code

726d8e43b8e3039212eded6c1841608686005991
[inkscape.git] / src / dialogs / object-attributes.h
1 /** @file
2  * @brief  Generic object attribute editor
3  */
4 /* Author:
5  *   Lauris Kaplinski <lauris@ximian.com>
6  *
7  * Copyright (C) 2001 Ximian, Inc.
8  *
9  * Licensed under GNU GPL
10  */
12 #ifndef SEEN_DIALOGS_OBJECT_ATTRIBUTES_H
13 #define SEEN_DIALOGS_OBJECT_ATTRIBUTES_H
15 #include <glib.h>
16 #include <gtk/gtkwidget.h>
17 #include "../forward.h"
19 void sp_object_attributes_dialog (SPObject *object, const gchar *tag);
21 #endif
23 /*
24   Local Variables:
25   mode:c++
26   c-file-style:"stroustrup"
27   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
28   indent-tabs-mode:nil
29   fill-column:99
30   End:
31 */
32 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :