Next Prev Up Top Contents Index

display-message

Function
Summary

The function display-message displays a message on the current CAPI screen.

Syntax

display-message format-string &rest format-args

Description

The function display-message creates a message from the arguments using format , and then displays it on the current CAPI screen.

Example
(capi:display-message "Current screen = ~S"
                      (capi:convert-to-screen))
See also

display-message-for-pane
display-dialog


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index