Constructor
GtkRadioButtonnew
Declaration [src]
GtkWidget*
gtk_radio_button_new (
GSList* group
)
Description [src]
Creates a new GtkRadioButton
. To be of any practical value, a widget should
then be packed into the radio button.
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: GtkWidget
A new radio button.
The data is owned by the called function. |