Constructor
GtkRadioToolButtonnew_from_widget
since: 2.4
Declaration [src]
GtkToolItem*
gtk_radio_tool_button_new_from_widget (
GtkRadioToolButton* group
)
Description [src]
Creates a new GtkRadioToolButton
adding it to the same group as gruup
.
Available since: 2.4
Parameters
group
-
Type:
GtkRadioToolButton
An existing
GtkRadioToolButton
, orNULL
.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. |