Code

9815a1fc58b66ab24ac8f1dacf8935d79b6c0179
[inkscape.git] / src / dialogs / item-properties.h
1 /** @file
2  * \brief  Display settings dialog
3  */
4 /* Author:
5  *   Lauris Kaplinski <lauris@ximian.com>
6  *
7  * Copyright (C) 2001 Ximian, Inc.
8  * Released under GNU GPL, read the file 'COPYING' for more information
9  */
11 #ifndef SEEN_DIALOGS_ITEM_PROPERTIES_H
12 #define SEEN_DIALOGS_ITEM_PROPERTIES_H
14 #include <glib.h>
15 #include <gtk/gtkwidget.h>
16 #include "../forward.h"
18 GtkWidget *sp_item_widget_new (void);
20 void sp_item_dialog (void);
22 #endif
24 /*
25   Local Variables:
26   mode:c++
27   c-file-style:"stroustrup"
28   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
29   indent-tabs-mode:nil
30   fill-column:99
31   End:
32 */
33 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :