Code

Indent support for XSLT extensions output.
[inkscape.git] / src / widgets / gradient-toolbar.h
1 #ifndef SEEN_GRADIENT_TOOLBAR_H
2 #define SEEN_GRADIENT_TOOLBAR_H
4 /*
5  * Gradient aux toolbar
6  *
7  * Authors:
8  *   bulia byak <bulia@dr.com>
9  *
10  * Copyright (C) 2005 authors
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
15 #include <gtk/gtkwidget.h>
16 struct SPDesktop;
18 GtkWidget *sp_gradient_toolbox_new (SPDesktop *desktop);
21 #endif /* !SEEN_SELECT_TOOLBAR_H */