Handbook
Glossary
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
value
an
object
control
a
gadget
Outputs
None
Word description
Sets the value of the control's model.
See also
control-value
Definition
USING:
accessors
models
;
IN:
ui.gadgets
:
set-control-value
( value control -- )
model>>
set-model
;