ungraft* ( gadget -- )
Factor handbook » UI framework » Building user interfaces » Top-level windows

Prev:graft* ( gadget -- )
Next:world


Vocabulary
ui.gadgets

Inputs
gadgeta gadget


Outputs
None

Generic word contract
Called to notify the gadget it is no longer visible on the screen. This should stop timers and threads, and release any resources used by the gadget.

See also
graft, graft*, ungraft

Definition


Methods