gtkLabelNew {RGtk2} | R Documentation |
Creates a new label with the given text inside it. You can
pass NULL
to get an empty label widget.
gtkLabelNew(str = NULL, show = TRUE)
|
[character] The text of the label |
Derived by RGtkGen from GTK+ documentation