Code

Some improvements to my title/desc stuff of revision 18759 (see bug 171024).
[inkscape.git] / src / dialogs / object-attributes.h
1 #ifndef __SP_OBJECT_ATTRIBUTES_H__
2 #define __SP_OBJECT_ATTRIBUTES_H__
4 /**
5  * \brief  Generic object attribute editor
6  *
7  * Author:
8  *   Lauris Kaplinski <lauris@ximian.com>
9  *
10  * Copyright (C) 2001 Ximian, Inc.
11  *
12  * Licensed under GNU GPL
13  */
15 #include <glib.h>
19 #include <gtk/gtkwidget.h>
20 #include "../forward.h"
22 void sp_object_attributes_dialog (SPObject *object, const gchar *tag);
26 #endif
28 /*
29   Local Variables:
30   mode:c++
31   c-file-style:"stroustrup"
32   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
33   indent-tabs-mode:nil
34   fill-column:99
35   End:
36 */
37 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :