Constructor

GtkRadioMenuItemnew

Declaration [src]

GtkWidget*
gtk_radio_menu_item_new (
  GSList* group
)

Description [src]

Creates a new GtkRadioMenuItem.

Parameters

group

Type: A list of None

The group to which the radio menu item is to be attached, or NULL.

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

Return value

Type: GtkWidget

A new GtkRadioMenuItem.

The data is owned by the called function.