The raise-interface
function raises the interface containing a specified pane to the front of the screen.
This 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 lower-interface
.
(setq pane (capi:contain
(make-instance
'capi:text-input-pane)))
(capi:lower-interface pane)
(capi:raise-interface pane)