The
prompt-for-confirmation
function pops up a dialog box with a message and
Yes
and
No
buttons.
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)
owner specifies an owner window for the dialog. See the "Prompting for Input" chapter in the LispWorks CAPI User Guide for details.