Method

GtkRadioToolButtonset_group

since: 2.4

Declaration [src]

void
gtk_radio_tool_button_set_group (
  GtkRadioToolButton* button,
  GSList* group
)

Description [src]

Adds button to group, removing it from the group it belonged to before.

Available since: 2.4

Parameters

group

Type: A list of None

An existing radio button group, or NULL.

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