Handbook
Glossary
<world> ( world-attributes -- world )
Vocabulary
ui
.
gadgets
.
worlds
Inputs
world-attributes
a
world-attributes
Outputs
world
a new
world
Word description
Creates a new
world
or world subclass with the given attributes.
Definition
USING:
accessors
kernel
ui.gadgets
;
IN:
ui.gadgets.worlds
:
<world>
( world-attributes -- world )
[
world-class>>
new-world
]
keep
apply-world-attributes
dup
request-focus
;