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.
description | Descriptive text for the choices | ||
Allowed: | string | ||
widgetset | Which widgetserver to use | ||
Allowed: | widgetserver | ||
Default: | dws |
amidone := donechoice(); if (amidone) {print 'This tool has been destroyed';};