Method

GtkRadioMenuItemset_group

Declaration [src]

void
gtk_radio_menu_item_set_group (
  GtkRadioMenuItem* radio_menu_item,
  GSList* group
)

Description [src]

Sets the group of a radio menu item, or changes it.

Parameters

group

Type: A list of None

The new group, or NULL.

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