RadioButton.newFromWidget

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.

class RadioButton
static
newFromWidget

Parameters

radioGroupMember gtk.radio_button.RadioButton

an existing #GtkRadioButton.

Return Value

Type: gtk.radio_button.RadioButton

a new radio button.