Go up one levelGo to Previous Go to Next

DialogWidget

A DialogWidget is the base class of dialog widgets. It is defined here as a window with a message at top and a row of buttons at bottom. Through inheritance, you can add widgets inbetween.

Example:

 
set w [DialogWidget .d \ 
   -text {This is a test message} \ 
   -bitmap warning \ 
   -default 1 \ 
   -buttons {OK Cancel Help}]

See DialogWidget(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