gtkRadioButtonNewFromWidget {RGtk2}R Documentation

gtkRadioButtonNewFromWidget

Description

Creates a new GtkRadioButton, adding it to the same group as group. As with gtkRadioButtonNew, a widget should be packed into the radio button.

Usage

gtkRadioButtonNewFromWidget(group = NULL, show = TRUE)

Arguments

group [GtkRadioButton] an existing GtkRadioButton.

Value

[GtkWidget] a new radio button.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]