After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 451636 - There is no specific code to know which radio button is active from a group of radio buttons
There is no specific code to know which radio button is active from a group o...
Status: RESOLVED DUPLICATE of bug 166995
Product: gtk+
Classification: Platform
Component: Widget: Other
2.11.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-06-27 14:52 UTC by Olivier Delhomme (IRC : dup)
Modified: 2007-06-27 14:58 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
proposed patch (1.78 KB, patch)
2007-06-27 14:56 UTC, Olivier Delhomme (IRC : dup)
none Details | Review

Description Olivier Delhomme (IRC : dup) 2007-06-27 14:52:34 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)
Comment 1 Olivier Delhomme (IRC : dup) 2007-06-27 14:56:07 UTC
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.
Comment 2 Emmanuele Bassi (:ebassi) 2007-06-27 14:58:32 UTC
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 ***