summaryrefslogtreecommitdiffstats
path: root/src/widgets/select-toolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/select-toolbar.h')
-rw-r--r--src/widgets/select-toolbar.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/widgets/select-toolbar.h b/src/widgets/select-toolbar.h
new file mode 100644
index 000000000..87576210a
--- /dev/null
+++ b/src/widgets/select-toolbar.h
@@ -0,0 +1,34 @@
+#ifndef SEEN_SELECT_TOOLBAR_H
+#define SEEN_SELECT_TOOLBAR_H
+
+/*
+ * Selector aux toolbar
+ *
+ * Authors:
+ * Lauris Kaplinski <lauris@kaplinski.com>
+ * bulia byak <bulia@dr.com>
+ *
+ * Copyright (C) 2003 authors
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+#include <gtk/gtkstyle.h>
+
+#include <forward.h>
+
+GtkWidget *sp_select_toolbox_new(SPDesktop *desktop);
+
+
+#endif /* !SEEN_SELECT_TOOLBAR_H */
+
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :