label
Last updated
Last updated
This type represents a label control.
Constructs the label.
Arguments
Name
Type
Description
id
Control ID.
str
string
Label string.
col
Label color. Defaults to nil
.
bold
bool
Whether to use bold font. Defaults to false
.
Returns
Type
Description
label
Label object.
Example
Sets the new text.
Arguments
Name
Type
Description
str
string
New text.
Returns
Nothing.
Example