Handbook
Glossary
graft ( gadget -- )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Implementing controls
Prev:
set-control-value ( value control -- )
Next:
notify ( gadget -- )
Vocabulary
ui
.
gadgets
.
private
Inputs
gadget
a
gadget
Outputs
None
Word description
Calls
graft*
on the gadget and all children.
Notes
This word should never be called directly.
See also
graft*
,
ungraft
,
ungraft*
Definition
USING:
kernel
ui.gadgets
;
IN:
ui.gadgets.private
:
graft
( gadget -- )
dup
graft-later
[
graft
]
each-child
;