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.
set w [DialogWidget .d \ -text {This is a test message} \ -bitmap warning \ -default 1 \ -buttons {OK Cancel Help}]
See DialogWidget(n) for more details.
Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory