Go up one levelGo to Previous Go to Next

InputDialog

An InputDialog is a dialog to display a message and get input from the user.

Example:

 
set w [InputDialog .d \ 
   -text {Please type something...} \ 
   -bitmap warning \ 
   -modal 1 \ 
   -buttons {OK Cancel Help}] 
puts "Dialog returned: [$w activate]"

See InputDialog(n) for more details.


Go up one levelGo to Previous Go to Next

Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory