summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c00767)
raw | patch | inline | side by side (parent: 3c00767)
author | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:04:50 +0000 (12:04 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:04:50 +0000 (12:04 +0000) |
src/widgets/select-toolbar.h | patch | blob | history |
index d86ec695b85fba5801593ffd042c51e4d72fe73b..fe5a0b8da352058ed9ba3599ce63cefc954e3260 100644 (file)
#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>
-
-#include <forward.h>
+struct SPDesktop;
void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);