Method

GtkRadioToolButtonget_group

since: 2.4

Declaration [src]

GSList*
gtk_radio_tool_button_get_group (
  GtkRadioToolButton* button
)

Description [src]

Returns the radio button group button belongs to.

Available since: 2.4

Return value

Type: A list of None

The group button belongs to.

The returned data is owned by the instance.