
1 CAPI Reference Entries
display-message-for-pane displays a message on the same screen as a specified pane.
display-message-for-pane pane format-string &rest format-args
display-message-for-pane creates a message from the arguments using format, and then displays it on the same screen as pane.
(setq pane (capi:contain (make-instance
'capi:text-input-pane)))
(capi:display-message-for-pane pane
"Just created ~S" pane)
display-message

Generated with Harlequin WebMaker