ungraft ( gadget -- )
Factor handbook » UI framework » Implementing new gadgets » Implementing controls

Prev:notify ( gadget -- )
Next:unqueue-graft ( gadget -- )


Vocabulary
ui.gadgets.private

Inputs
gadgeta gadget


Outputs
None

Word description
If the gadget is grafted, calls ungraft* on the gadget and all children.

Notes
This word should never be called directly.

See also
graft, graft*, ungraft*

Definition