diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-26 03:01:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-26 03:01:01 +0000 |
commit | 49061dd178c71ab298e31f560d544f829cda3f24 (patch) | |
tree | 18b88e177a8d6c72b714aa797ee1a726b730e68f /gtk/gtktoolitem.h | |
parent | cea413caa18afabdd2009fb979ca2b98f252b504 (diff) | |
download | gtk+-49061dd178c71ab298e31f560d544f829cda3f24.tar.gz |
More action-related fixes
svn path=/trunk/; revision=22218
Diffstat (limited to 'gtk/gtktoolitem.h')
-rw-r--r-- | gtk/gtktoolitem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h index 5432a2b6c6..a81b06bb80 100644 --- a/gtk/gtktoolitem.h +++ b/gtk/gtktoolitem.h @@ -128,6 +128,10 @@ void gtk_tool_item_rebuild_menu (GtkToolItem *tool_item); void gtk_tool_item_toolbar_reconfigured (GtkToolItem *tool_item); +/* private */ + +gboolean _gtk_tool_item_create_menu_proxy (GtkToolItem *tool_item); + G_END_DECLS #endif /* __GTK_TOOL_ITEM_H__ */ |