Constructor
GtkRadioMenuItemnew_from_widget
since: 2.4
Declaration [src]
GtkWidget*
gtk_radio_menu_item_new_from_widget (
GtkRadioMenuItem* group
)
Description [src]
Creates a new GtkRadioMenuItem
adding it to the same group as group
.
Available since: 2.4
Parameters
group
-
Type:
GtkRadioMenuItem
An existing
GtkRadioMenuItem
.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GtkWidget
The new GtkRadioMenuItem
.
The data is owned by the called function. |