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

Prev:<label> ( string -- label )
Next:>label ( obj -- gadget )


Vocabulary
ui.gadgets.labels

Inputs
modela model


Outputs
gadgeta new gadget


Word description
Creates a control which displays the value of model, which is required to be a string. The label control is automatically updated when the model value changes.

See also
<label>

Definition