draw-interior ( gadget pen -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » UI pen protocol

Next:draw-boundary ( gadget pen -- )


Vocabulary
ui.pens

Inputs
gadgeta gadget
penan object


Outputs
None

Generic word contract
Draws the interior of a gadget by making OpenGL calls. The interior slot may be set to objects implementing this generic word.

Definition


Methods