[Glade-users] radiobuttons



On Mon, 2007-05-14 at 16:13 -0700, beginner.c wrote:
Thanks for your replies. I've already looked there and thought that I
wouldn't be able to use them since they all create new widgets and I already
have mine using

glade_xml_get_widget

at the start of my app.

It doesn't matter if you've created it with gtk_radio_button_new_
functions or get them with glade_xml_get_widget. You can assign and
reassign your groups on the fly with with gtk_radio_button_set_group
anyway. The group is just a GSList of other buttons in the group. And if
you need to change the text you use gtk_button_set_label, since any
radio button is derived from the GtkButton.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]