document
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » Documents

Next:<document> ( -- document )


Vocabulary
documents

Class description
A document is a model containing editable text, stored as an array of lines. Documents are created by calling <document>. Documents can be edited with editor gadgets; see ui.gadgets.editors.

Definition


TUPLE: document < model locs undos redos inside-undo? ;