The GtkRadiobutton class is the class for instantiating radio button widgets.
The class heirarchy
Object +---GtkWidget +---GtkContainer +---GtkButton +---GtkCheckbutton +---GtkRadiobutton |
The methods for the GtkRadioButton class are documented below.
This method creates and initializes the widget.
This is a example of how to create a new radio button widget.
mylist = .GSList~new() text = 'My Radio Button' myradio = .GtkRadioButton~new(mylist, text) |
The new GtkRadioButton object.