Handbook
Glossary
control-value ( control -- value )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Implementing controls
Next:
set-control-value ( value control -- )
Vocabulary
ui
.
gadgets
Inputs
control
a
gadget
Outputs
value
an
object
Word description
Outputs the value of the control's model.
See also
set-control-value
Definition
USING:
accessors
;
IN:
ui.gadgets
:
control-value
( control -- value )
model>>
value>>
;