Method

GtkRadioButtonset_group

Declaration [src]

void
gtk_radio_button_set_group (
  GtkRadioButton* radio_button,
  GSList* group
)

Description [src]

Sets a GtkRadioButton’s group. It should be noted that this does not change the layout of your interface in any way, so if you are changing the group, it is likely you will need to re-arrange the user interface to reflect these changes.

Sets propertyGtk.RadioButton:group

Parameters

group

Type: A list of None

An existing radio button group, such as one returned from gtk_radio_button_get_group(), or NULL.

The argument can be NULL.
The data is owned by the caller of the method.