diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-04-03 07:11:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-04-03 07:11:09 +0000 |
commit | 0908bbcd7f55bfa5b6c3d0c13d3eb4c78486b656 (patch) | |
tree | 8e8a371e604a394e02b710bb45d5a88e6272a06f /ChangeLog.pre-2-10 | |
parent | 7dbafd439851b15bd5a87e65e2493d2f4d5e282b (diff) | |
download | gtk+-0908bbcd7f55bfa5b6c3d0c13d3eb4c78486b656.tar.gz |
Add a "group" property like the one found in radio buttons.
2005-04-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradiomenuitem.c: Add a "group" property like
the one found in radio buttons.
* gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix
a typo in the docs.
(gtk_radio_button_set_group): Add change notification.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2fa12bab6d..0fbf5ef596 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +2005-04-03 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkradiomenuitem.c: Add a "group" property like + the one found in radio buttons. + + * gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix + a typo in the docs. + (gtk_radio_button_set_group): Add change notification. + 2005-04-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Move documentation inline, document |