aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toolbar-editor.h
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-04-27 16:35:50 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-27 16:35:50 +0800
commit34c164d7175456a25362d00981d1cc38a339baf2 (patch)
tree1e2bf50d082477e4b60d859eeffb52efb9e2eb30 /lib/egg/egg-toolbar-editor.h
parent9605e12bd4a9238f989e6f1c662781b848555cac (diff)
downloadgsoc2013-epiphany-34c164d7175456a25362d00981d1cc38a339baf2.tar
gsoc2013-epiphany-34c164d7175456a25362d00981d1cc38a339baf2.tar.gz
gsoc2013-epiphany-34c164d7175456a25362d00981d1cc38a339baf2.tar.bz2
gsoc2013-epiphany-34c164d7175456a25362d00981d1cc38a339baf2.tar.lz
gsoc2013-epiphany-34c164d7175456a25362d00981d1cc38a339baf2.tar.xz
gsoc2013-epiphany-34c164d7175456a25362d00981d1cc38a339baf2.tar.zst
gsoc2013-epiphany-34c164d7175456a25362d00981d1cc38a339baf2.zip
Update.
2003-04-27 David Bordoley <bordoley@msu.edu> * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-toolbar-editor.c: * lib/egg/egg-toolbar-editor.h: Update. * src/window-commands.c: (toolbar_editor_help_cb), (window_cmd_edit_toolbar): Add and help button.
Diffstat (limited to 'lib/egg/egg-toolbar-editor.h')
-rwxr-xr-xlib/egg/egg-toolbar-editor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h
index 71cdfe31e..6c6861153 100755
--- a/lib/egg/egg-toolbar-editor.h
+++ b/lib/egg/egg-toolbar-editor.h
@@ -50,8 +50,10 @@ struct EggToolbarEditorClass
GtkDialogClass parent_class;
};
+
GType egg_toolbar_editor_get_type (void);
-GtkWidget *egg_toolbar_editor_new (EggMenuMerge *merge,
+GtkWidget *egg_toolbar_editor_new (GtkWindow *parent,
+ EggMenuMerge *merge,
EggToolbarsModel *model);
void egg_toolbar_editor_load_actions (EggToolbarEditor *editor,
const char *xml_file);