Displays a message on the current CAPI screen.
capi
display-message format-string &rest format-args
format-string⇩ |
A string. |
format-args⇩ |
Lisp objects. |
The function display-message
creates a message from format-string and format-args using format, and then displays it on the current CAPI screen.
If you need to make a window-modal sheet on Cocoa, then use the function prompt-with-message.
(capi:display-message "Current screen = ~S" (capi:convert-to-screen))
prompt-with-message
display-message-for-pane
display-non-focus-message
display-dialog
2 Getting Started
10 Dialogs: Prompting for Input
CAPI User Guide and Reference Manual (Macintosh version) - 01 Dec 2021 19:31:27