Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkButtonNewWithLabel: gtkButtonNewWithLabel
Description
Creates a
GtkButton
widget with a
GtkLabel
child containing the given text.
Usage
gtkButtonNewWithLabel(label, show = TRUE)
Arguments
label
The text you want the
GtkLabel
to hold.
Value
GtkWidget
] The newly created
GtkButton
widget.