Handbook
Glossary
<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
string
a
string
Outputs
label
a new
label
Word description
Creates a new
label
gadget. The string is permitted to contain line breaks.
See also
<label-control>
Definition
IN:
ui.gadgets.labels
:
<label>
( string -- label )
label
new-label
;