gtkRadioButtonNew {RGtk2}R Documentation

gtkRadioButtonNew

Description

Creates a new GtkRadioButton. To be of any practical value, a widget should then be packed into the radio button.

Usage

gtkRadioButtonNew(group = NULL, show = TRUE)

Arguments

group [list] an existing radio button group, or NULL if you are creating a new group.

Value

[GtkWidget] a new radio button.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]