1 CAPI Reference Entries

display-message-for-pane

Function

Summary

The functiondisplay-message-for-pane displays a message on the same screen as a specified pane.

Syntax

display-message-for-pane pane format-string &rest format-args

Description

The functiondisplay-message-for-pane creates a message from the arguments using format, and then displays it on the same screen as pane.

Example

(setq pane (capi:contain (make-instance
                          'capi:text-input-pane)))

(capi:display-message-for-pane pane "Just created ~S" pane)

See Also

display-message


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

Generated with Harlequin WebMaker