Next Prev Up Top Contents Index

prompt-for-confirmation

Function
Summary

The prompt-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 - 14 Dec 2001

Next Prev Up Top Contents Index