<< Prev | - Up - | Next >> |
A dialog to display error messages is provided by the class TkTools.error
, which is a sub class of TkTools.dialog
. Figure 8.2 shows an example of how to use TkTools.error
.
transient widgets
All dialogs provide for the option master
. By giving a toplevel widget as value for master
, the dialog appears as a transient widget: depending on the window manager the widget appears with less decoration, e. g., no title, on the screen. Moreover, when the master widget is closed, the dialog is closed as well.
<< Prev | - Up - | Next >> |