RadioButton.joinGroup

Joins a GtkRadioButton object to the group of another GtkRadioButton object Use this in language bindings instead of the gtk_radio_button_get_group() and gtk_radio_button_set_group() methods

class RadioButton
void
joinGroup

Parameters

groupSource RadioButton

a radio button object whos group we are joining, or NULL to remove the radio button from its group. [allow-none] Since 3.0

Meta