Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkButtonSetLabel: gtkButtonSetLabel
Description
Sets the text of the label of the button to
str
. This text is also used to select the stock item if
gtkButtonSetUseStock
is used.
Usage
gtkButtonSetLabel(object, label)
Arguments
object
a
GtkButton
label
a string
Details
This will also clear any previously set labels.