Handbook
Glossary
open-world-window ( world -- )
Factor handbook
»
UI framework
»
Developing UI backends
»
UI backend window management
Next:
register-window ( world handle -- )
Vocabulary
ui
Inputs
world
an
object
Outputs
None
Definition
USING:
accessors
kernel
math.functions
sequences
ui.gadgets
ui.gadgets.private
;
IN:
ui
:
open-world-window
( world -- )
dup
pref-dim
[
ceiling
]
map
>>dim
dup
relayout
graft
;