gtkRadioButtonNewWithLabelFromWidget {RGtk2}R Documentation

gtkRadioButtonNewWithLabelFromWidget

Description

Creates a new GtkRadioButton with a text label, adding it to the same group as group.

Usage

gtkRadioButtonNewWithLabelFromWidget(group = NULL, label, show = TRUE)

Arguments

group [GtkRadioButton]
label [character] a text string to display next to the radio button.

Value

[GtkWidget] a new radio button.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]