Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / widgets / select-toolbar.h
index 87576210a3a8d8016e0fba4fc9b2b7da1835d0b6..fe5a0b8da352058ed9ba3599ce63cefc954e3260 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 */