Method

GtkRadioActionset_group

deprecated: 3.10 since: 2.4

Declaration [src]

void
gtk_radio_action_set_group (
  GtkRadioAction* action,
  GSList* group
)

Description [src]

Sets the radio group for the radio action object.

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Sets propertyGtk.RadioAction:group

Parameters

group

Type: A list of GtkRadioAction*

A list representing a radio group, or NULL.

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