pane-stream
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Pane gadgets

Prev:<pane-control> ( model quot -- pane )
Next:<pane-stream> ( pane -- pane-stream )


Vocabulary
ui.gadgets.panes

Class description
Pane streams implement the portion of the Stream protocol responsible for output of text, including full support for Text styles. Pane streams also support direct output of gadgets via write-gadget and print-gadget. Pane streams are created by calling <pane-stream>.

Definition


Methods