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
gadgeta 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