register-window ( world handle -- )
Factor handbook » UI framework » Developing UI backends » UI backend window management

Prev:open-world-window ( world -- )
Next:set-title ( string world -- )


Vocabulary
ui.private

Inputs
worlda world
handlea backend-specific handle


Outputs
None

Word description
Adds a window to the global worlds variable.

Notes
This word should only be called by the UI backend. User code can open new windows with open-window.

Definition