Handbook
Glossary
load-input ( file gml-editor -- )
Vocabulary
gml
.
ui
Inputs
file
an
object
gml-editor
an
object
Outputs
None
Definition
USING:
accessors
io.encodings.utf8
io.files
kernel
ui.gadgets.editors
;
IN:
gml.ui
:
load-input
( file gml-editor -- )
[
utf8
file-contents
]
dip
editor>>
set-editor-string
;