RadioAction.joinGroup

Warning gtk_radio_action_join_group is deprecated and should not be used in newly-written code. 3.10 Joins a radio action object to the group of another radio action object. Use this in language bindings instead of the gtk_radio_action_get_group() and gtk_radio_action_set_group() methods

class RadioAction
void
joinGroup

Parameters

groupSource GtkRadioAction*

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

Meta