Code

Use subdirectories with icon sizes.
[inkscape.git] / src / widgets / select-toolbar.h
index d86ec695b85fba5801593ffd042c51e4d72fe73b..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>
@@ -13,9 +14,9 @@
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 
+#include <gtk/gtkactiongroup.h>
 #include <gtk/gtkstyle.h>
-
-#include <forward.h>
+struct SPDesktop;
 
 void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
 
@@ -31,4 +32,4 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb
   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 :