Handbook
Glossary
raise-window ( gadget -- )
Factor handbook
»
UI framework
»
Developing UI backends
»
UI backend window management
Prev:
set-title ( string world -- )
Next:
draw-world ( world -- )
Vocabulary
ui
Inputs
gadget
a
gadget
Outputs
None
Word description
Makes the native window containing the given gadget the front-most window.
Definition
USING:
ui.backend
ui.gadgets.worlds
;
IN:
ui
:
raise-window
( gadget -- )
find-world
raise-window*
;