RadioButton.from_widget
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public RadioButton.from_widget (RadioButton? radio_group_member)
public RadioButton.from_widget (RadioButton? radio_group_member)
Creates a new RadioButton, adding it to the same group as radio_group_member
.
As with RadioButton, a widget should be packed into the radio button.
Parameters:
radio_group_member |
an existing RadioButton. |
Returns:
a new radio button. |