Handbook
Glossary
run3 ( -- )
Vocabulary
nehe
.
3
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
;
IN:
nehe.3
:
run3
( -- )
[
f
T{
world-attributes
{
title
"NeHe Tutorial 3"
}
{
pref-dim
{
256 256
}
}
}
clone
<nehe3-gadget>
>>gadgets
open-window
]
with-ui
;