Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:Dialog

12 # dialog base class
14 '''Dialog boxes
16 This module handles dialog boxes. It contains the following
19 Dialog -- a base class for dialogs
30 class Dialog(Toplevel):
39 '''Initialize a dialog.
45 title -- the dialog title
97 '''create dialog body.
154 dialog is destroyed. By default, it always validates OK.
163 the dialog is destroyed. By default, it does nothing.
172 class _QueryDialog(Dialog):
189 Dialog.__init__(self, parent, title)
193 Dialog.destroy(self)
256 title -- the dialog title
275 title -- the dialog title
307 title -- the dialog title