Code

Use subdirectories with icon sizes.
[inkscape.git] / src / widgets / select-toolbar.h
index 87576210a3a8d8016e0fba4fc9b2b7da1835d0b6..dbab1975aebebbfebd61148d1a9b982f7cdc715e 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef SEEN_SELECT_TOOLBAR_H
 #define SEEN_SELECT_TOOLBAR_H
 
-/*
+/** \file
  * Selector aux toolbar
- *
+ */
+/*
  * Authors:
  *   Lauris Kaplinski <lauris@kaplinski.com>
  *   bulia byak <bulia@dr.com>
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 
+#include <gtk/gtkactiongroup.h>
 #include <gtk/gtkstyle.h>
+struct SPDesktop;
 
-#include <forward.h>
-
-GtkWidget *sp_select_toolbox_new(SPDesktop *desktop);
+void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
 
 
 #endif /* !SEEN_SELECT_TOOLBAR_H */
@@ -31,4 +32,4 @@ GtkWidget *sp_select_toolbox_new(SPDesktop *desktop);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :