Handbook
Glossary
init-viewer-model ( gml-viewer-world -- )
Vocabulary
gml
.
viewer
Inputs
gml-viewer-world
an
object
Outputs
None
Definition
USING:
accessors
kernel
models
;
IN:
gml.viewer
:
init-viewer-model
( gml-viewer-world -- )
[
dup
model>>
add-connection
]
[
dup
selected>>
add-connection
]
bi
;