set-control-value ( value control -- )
Factor handbook » UI framework » Implementing new gadgets » Implementing controls

Prev:control-value ( control -- value )
Next:graft ( gadget -- )


Vocabulary
ui.gadgets

Inputs
valuean object
controla gadget


Outputs
None

Word description
Sets the value of the control's model.

See also
control-value

Definition