<label> ( string -- label )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Label gadgets

Prev:label
Next:<label-control> ( model -- gadget )


Vocabulary
ui.gadgets.labels

Inputs
stringa string


Outputs
labela new label


Word description
Creates a new label gadget. The string is permitted to contain line breaks.

See also
<label-control>

Definition