Handbook
Glossary
update-viewer ( gml-editor -- )
Vocabulary
gml
.
ui
Inputs
gml-editor
an
object
Outputs
None
Definition
USING:
accessors
gml
kernel
ui.gadgets.editors
;
IN:
gml.ui
:
update-viewer
( gml-editor -- )
dup
[
editor>>
editor-string
run-gml-string
]
with-gml-editor
;