An InputDialog is a dialog to display a message and get input from the user.
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.
Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory