gtkRadioButtonNewFromWidget {RGtk2}R Documentation

gtkRadioButtonNewFromWidget

Description

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

Usage

gtkRadioButtonNewFromWidget(group = NULL, show = TRUE)

Arguments

group

an existing GtkRadioButton.

Value

[GtkWidget] a new radio button.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]