Handbook
Glossary
life-window ( -- )
Vocabulary
game-of-life
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
;
IN:
game-of-life
:
life-window
( -- )
[
f
T{
world-attributes
{
title
"Game of Life"
}
}
clone
<life-gadget>
>>gadgets
open-window
]
with-ui
;