Raises the interface containing a specified pane to the front of the screen.
capi
raise-interface pane
pane⇩ |
A pane. |
The function raise-interface
raises the window containing pane to the front of the screen. To push it to the back use lower-interface, and to iconify it use hide-interface.
(setq pane (capi:contain (make-instance 'capi:text-input-pane))) (capi:apply-in-pane-process pane 'capi:lower-interface pane) (capi:apply-in-pane-process pane 'capi:raise-interface pane)
activate-pane
hide-interface
interface
lower-interface
quit-interface
7.7 Manipulating top-level windows
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42