Connect to "destroy" on toolbar, rather than to "remove" on handlebox.
2003-08-30 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar, rather than to "remove" on handlebox. * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to activate an action found by following a path. (#120658) * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
This commit is contained in:
committed by
Matthias Clasen
parent
5f6d00b486
commit
e5eaa52b07
@ -110,5 +110,7 @@ void gtk_ui_manager_remove_ui (GtkUIManager *self,
|
||||
|
||||
gchar *gtk_ui_manager_get_ui (GtkUIManager *self);
|
||||
|
||||
void gtk_ui_manager_activate (GtkUIManager *self,
|
||||
const gchar *path);
|
||||
|
||||
#endif /* __GTK_UI_MANAGER_H__ */
|
||||
|
||||
Reference in New Issue
Block a user