Handbook
Glossary
null-window ( title -- world )
Vocabulary
ui
.
gadgets
.
worlds
.
null
Inputs
title
an
object
Outputs
world
an
object
Definition
USING:
accessors
kernel
ui
ui.gadgets.worlds
ui.pixel-formats
;
IN:
ui.gadgets.worlds.null
:
null-window
( title -- world )
<world-attributes>
swap
>>title
null-world
>>world-class
{
windowed
double-buffered
backing-store
T{
depth-bits
{
value 24
}
}
}
>>pixel-format-attributes
{
512 512
}
>>pref-dim
f
swap
open-window*
;