gtkLabelSetText {RGtk2} | R Documentation |
Sets the text within the GtkLabel
widget. It overwrites any text that
was there before.
gtkLabelSetText(object, str)
|
[GtkLabel ] a GtkLabel |
|
[character] The text you want to set |
This will also clear any previously set mnemonic accelerators.
Derived by RGtkGen from GTK+ documentation