Constructor
GtkRadioToolButtonnew
since: 2.4
Declaration [src]
GtkToolItem*
gtk_radio_tool_button_new (
GSList* group
)
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. |