Handbook
Glossary
unregister-window ( handle -- )
Vocabulary
ui
.
private
Inputs
handle
a backend-specific handle
Outputs
None
Word description
Removes a window from the global
worlds
variable.
Notes
This word should only be called only by the UI backend, and not user code.
Definition
USING:
kernel
namespaces
sequences
;
IN:
ui.private
:
unregister-window
( handle -- )
worlds
[
[
first
=
]
with
reject
]
change-global
;