diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-09-04 20:39:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-04 20:39:15 +0000 |
commit | 02a963e15b25415fc7ef0e133af58ccab5c7de32 (patch) | |
tree | 9f416da5b6f2a22f300e4d8464d9f70504e9b91f /ChangeLog | |
parent | 563746c7954a147cc0b7527892e285cf34ea5901 (diff) | |
download | gtk+-02a963e15b25415fc7ef0e133af58ccab5c7de32.tar.gz |
Test gtk_ui_manager_add_ui().
2003-09-04 Matthias Clasen <maclas@gmx.de>
* tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui().
* gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
'type' argument of gtk_ui_manager_add_ui().
* gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
to make this function as powerful as the XML methods of adding UI. (#120647)
* gtk/gtk-sections.txt: Add GtkUIManagerItemType.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-09-04 Matthias Clasen <maclas@gmx.de> + + * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). + + * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the + 'type' argument of gtk_ui_manager_add_ui(). + + * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments + to make this function as powerful as the XML methods of adding UI. (#120647) + Thu Sep 4 19:11:23 2003 Kristian Rietveld <kris@gtk.org> Merge from stable. |