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


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker