Handbook
Glossary
pong-window ( -- )
Vocabulary
pong
Inputs
None
Outputs
None
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
;
IN:
pong
:
pong-window
( -- )
[
f
T{
world-attributes
{
title
"PONG"
}
{
window-controls
{
normal-title-bar
close-button
minimize-button
}
}
}
clone
<pong-gadget>
>>gadgets
open-window
]
with-ui
;