Next Prev Up Top Contents Index

raise-interface

Function
Summary

The raise-interface function raises the interface containing a specified pane to the front of the screen.

Syntax

raise-interface pane

Description

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 .

Example
(setq pane (capi:contain
             (make-instance
              'capi:text-input-pane)))
(capi:lower-interface pane) (capi:raise-interface pane)
See also

interface
raise-interface
lower-interface
quit-interface


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index