Constructor

GtkRadioToolButtonnew

since: 2.4

Declaration [src]

GtkToolItem*
gtk_radio_tool_button_new (
  GSList* group
)

Description [src]

Creates a new GtkRadioToolButton, adding it to group.

Available since: 2.4

Parameters

group

Type: A list of None

An existing radio button group, or NULL if you are creating a new group.

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

Return value

Type: GtkToolItem

The new GtkRadioToolButton.

The data is owned by the called function.