write-gadget ( gadget stream -- )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Pane gadgets

Prev:<pane-stream> ( pane -- pane-stream )
Next:print-gadget ( gadget stream -- )


Vocabulary
ui.gadgets.panes

Inputs
gadgeta gadget
streaman output stream


Outputs
None

Generic word contract
Writes a gadget to the stream.

Notes
Not all streams support this operation.

See also
print-gadget, gadget.

Definition


Methods