Next Previous Up Top Contents Index

1 CAPI Reference Entries

raise-interface

Function

Summary

Theraise-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 uselower-interface, and to iconify it uselower-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 - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker