Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkFrameSetLabel: gtkFrameSetLabel
Description
Sets the text of the label. If
label
is
NULL
, the current label is removed.
Usage
gtkFrameSetLabel(object, label = NULL)
Arguments
object
a
GtkFrame
label
the text to use as the label of the frame.
[
allow-none
]