GNOME Bugzilla – Bug 451636
There is no specific code to know which radio button is active from a group of radio buttons
Last modified: 2007-06-27 14:58:32 UTC
We may need some code that will return the radio button which is active within a group of radio buttons (we may have two functions : one which will do the job from a group and one from a radio button widget)
Created attachment 90756 [details] [review] proposed patch This proposed patch adds two functions : - gtk_radio_button_get_active that will do the job with a group argument, - gtk_radio_button_get_active_from_widget which will do the same job but with the group the radio button argument.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 166995 ***