diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-08-29 22:42:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-08-29 22:42:37 +0000 |
commit | 879880e746658f1f722ffc4a63635fc307409810 (patch) | |
tree | 09d3d768819fbe20deef6bcb4bbc63921babd641 /ChangeLog | |
parent | a5c6a1759d76a5220dbfed2d0c94fbddf283f421 (diff) | |
download | gtk+-879880e746658f1f722ffc4a63635fc307409810.tar.gz |
Add a boolean property, "add_tearoffs" with setter and getter. If it is
2003-08-30 Matthias Clasen <maclas@gmx.de>
* gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with
setter and getter. If it is set, add tearoff menu items to regular
menus, but not to popups.
* tests/testmerge.c: Add button to test the generation of tearoff
menu items.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,10 +1,19 @@ +2003-08-30 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with + setter and getter. If it is set, add tearoff menu items to regular + menus, but not to popups. + + * tests/testmerge.c: Add button to test the generation of tearoff + menu items. + 2003-08-29 Matthias Clasen <maclas@gmx.de> - * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): Actually group the actions - together rather than putting each in its own group. + * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): Actually + group the actions together rather than putting each in its own group. - * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on proxy menu items - for radio actions. + * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on proxy + menu items for radio actions. * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod. |