RadioButton.newWithLabelFromWidget
gtk.radio_button.RadioButton newWithLabelFromWidget(gtk.radio_button.RadioButton radioGroupMember, string label)Creates a new #GtkRadioButton with a text label, adding it to the same group as radio_group_member.
Parameters
radioGroupMember | widget to get radio group from or null |
label | a text string to display next to the radio button. |
Returns
a new radio button.