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

Prev:worlds
Next:ungraft* ( gadget -- )


Vocabulary
ui.gadgets

Inputs
gadgeta gadget


Outputs
None

Generic word contract
Called to notify the gadget it has become visible on the screen. This should set up timers and threads, and acquire any resources used by the gadget.

See also
graft, ungraft, ungraft*

Definition


Methods

M:: L-system graft* ( L-SYSTEM -- )
L-SYSTEM find-gl-context
1 glGenLists L-SYSTEM display-list<< ;