gtkButtonNewWithLabel {RGtk2} | R Documentation |
Creates a GtkButton
widget with a GtkLabel
child containing the given
text.
gtkButtonNewWithLabel(label, show = TRUE)
|
[character] The text you want the GtkLabel to hold. |
[GtkWidget
] The newly created GtkButton
widget.
Derived by RGtkGen from GTK+ documentation