gtkRadioMenuItemNewWithLabel {RGtk2}R Documentation

gtkRadioMenuItemNewWithLabel

Description

Creates a new GtkRadioMenuItem whose child is a simple GtkLabel.

Usage

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

Arguments

group [list] the group to which the radio menu item is to be attached
label [character] the text for the label

Value

[GtkWidget] a new GtkRadioMenuItem

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]