Next Previous Up Top Contents Index

1 CAPI Reference Entries

prompt-for-confirmation

Function

Summary

Theprompt-for-confirmation function pops up a dialog box with a message and Yes and No buttons.
Syntax

prompt-for-confirmation message &key screen

Description

This pops up a dialog box containing message, with Yes and No buttons. It returns two values:
  • a boolean indicating whether Yes was pressed
  • t (for compatibility with other prompt functions)
Example

(capi:prompt-for-confirmation "Continue?")

See also

confirm-yes-or-no

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker