gtkRadioButtonNewWithLabel {RGtk2}R Documentation

gtkRadioButtonNewWithLabel

Description

Creates a new GtkRadioButton with a text label.

Usage

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

Arguments

group

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

label

the text label 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.20.21 Index]