RGtk2 (version 2.20.31)

gtkRadioButtonNewWithLabelFromWidget: gtkRadioButtonNewWithLabelFromWidget

Description

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

Usage

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

Arguments

group
widget to get radio group from or NULL
label
a text string to display next to the radio button.

Value

GtkWidget] a new radio button.