| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | display | |
| Module | guiutils |
include "choice.g"
This function returns a boolean T if the user has pressed the "yes" button. In all other cases, a F will be returned.
| widgetset | Which widgetserver to use | ||
| Allowed: | widgetserver | ||
| Default: | dws | ||
reallyexit := exitchoice();
if (reallyexit) {print 'Bye!'; exit;};