RadioButton.newFromWidget
gtk.radio_button.RadioButton newFromWidget(gtk.radio_button.RadioButton radioGroupMember = null)Creates a new #GtkRadioButton, adding it to the same group as radio_group_member. As with gtk.radio_button.RadioButton.new_, a widget should be packed into the radio button.
Parameters
radioGroupMember | an existing #GtkRadioButton. |
Returns
a new radio button.