NextPrevUpTopContentsIndex

display-message

Function
Summary

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

Package

capi

Signature

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.

Note: If you need to make a window-modal sheet on Cocoa, then use the function prompt-with-message.

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

prompt-with-message
display-message-for-pane
display-dialog


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex