Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | guiutils |
question | The question you want answered | ||
Allowed: | string | ||
choices | Vector of choices | ||
Allowed: | string | ||
interactive | Is the session iteractive | ||
Allowed: | Boolean | ||
Default: | has_gui() | ||
timeout | specifies the number of ticks in .2s for the window to automatically dismiss itself | ||
Allowed: | integer | ||
Default: | 150 | ||
ws | widget server | ||
Allowed: | agent | ||
Default: | dws |
include 'choicewindow.g'; cw := choicewindow('Do you want to continue?', "Yes No");