Handbook
Glossary
bunny-window ( -- )
Vocabulary
bunny
Inputs
None
Outputs
None
Definition
USING:
kernel
ui
ui.gadgets.worlds
ui.pixel-formats
;
IN:
bunny
:
bunny-window
( -- )
[
f
T{
world-attributes
{
world-class
bunny-world
}
{
title
"Bunny"
}
{
pixel-format-attributes
{
windowed
double-buffered
T{
depth-bits
{
value 16
}
}
}
}
{
pref-dim
{
640 480
}
}
}
clone
open-window
]
with-ui
;