[Glade-users] radio button group

Damon Chaplin damon@ximian.com
Tue, 20 Mar 2001 21:49:57 +0000


Lourdes Maldonado wrote:
> 
> Can I use the radio button group value specified using glade to retrieve
> all buttons associated to the group so it can be determine which radio
> button is on only for a specific group?

You can use lookup_widget() to get a pointer to any of the radio buttons
and then use gtk_radio_button_group () to get a pointer to the GSList
containing all the radio buttons in the group.

Damon