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

Next:set-control-value ( value control -- )


Vocabulary
ui.gadgets

Inputs
controla gadget


Outputs
valuean object


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

See also
set-control-value

Definition