Handbook
Glossary
clear-editor ( editor -- )
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Editor gadgets
»
Getting and setting editor contents
Prev:
set-editor-string ( string editor -- )
Vocabulary
ui
.
gadgets
.
editors
Inputs
editor
an
object
Outputs
None
Definition
USING:
accessors
documents
;
IN:
ui.gadgets.editors
:
clear-editor
( editor -- )
model>>
clear-doc
;