Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | guiutils | |
Tool | single_entry_dialog_box |
prompt | Text to display, as a label, to the left of the text entry widget | ||
Allowed: | any string | ||
Default: | '' | ||
callbackFunction | Called at normal termination | ||
Allowed: | Any one-argument Glish function. | ||
Default: | F |
callback := function (stringValue) { print 'the user is: ', stringValue; } nameDialog := single_entry_dialog_box ('Your name', callback);