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

Next:<pane> ( -- pane )


Vocabulary
ui.gadgets.panes

Class description
A pane gadget displays formatted text which is written to a pane-stream targeting the pane. Panes are created by calling <pane> or <pane-control>. Panes have the following slots
inputA gadget that receives input events and writes to the pane's input stream.


Definition


TUPLE: pane < track
output current input last-line prototype scrolls?
selection-color caret mark selecting? ;


Methods