[gtk-list] bug found in RadioMenuItem
- From: Karl Nelson <kenelson ece ucdavis edu>
- To: gtk-list redhat com
- cc: kenelson sequoia ece ucdavis edu
- Subject: [gtk-list] bug found in RadioMenuItem
- Date: Fri, 03 Dec 1999 11:58:33 -0800
There appears to be a bug in GtkRadioMenuItem. If you
create the item individually and then set the group
with gtk_radio_menu_item_set_group, more than 1 item
will be active.
Since the code seems to assume only one will be active in
any one time the group completely fails to function.
The solution is simple when setting group an item should be
set to not active unless it is the current owner of the group.
(RadioButton does not have this bug.)
--Karl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]