Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkButtonNew: gtkButtonNew
Description
Creates a new
GtkButton
widget. To add a child widget to the button, use
gtkContainerAdd
.
Usage
gtkButtonNew(show = TRUE)
Arguments
Value
GtkWidget
] The newly created
GtkButton
widget.