Method

GtkRadioButtonget_group

Declaration [src]

GSList*
gtk_radio_button_get_group (
  GtkRadioButton* radio_button
)

Description [src]

Retrieves the group assigned to a radio button.

Return value

Type: A list of None

A linked list containing all the radio buttons in the same group as radio_button. The returned list is owned by the radio button and must not be modified or freed.

The returned data is owned by the instance.