Code

Switched pen and pencil toobars to stock GTK+ toolbars
[inkscape.git] / src / helper / window.h
1 #ifndef __SP_WINDOW_H__
2 #define __SP_WINDOW_H__
4 /*
5  * Generic window implementation
6  *
7  * Author:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * This code is in public domain
11  */
13 #include <gtk/gtkwidget.h>
15 GtkWidget *sp_window_new (const gchar *title, unsigned int resizeable);
17 #endif
19 /*
20   Local Variables:
21   mode:c++
22   c-file-style:"stroustrup"
23   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
24   indent-tabs-mode:nil
25   fill-column:99
26   End:
27 */
28 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :