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

Lines Matching defs:Dialog

23 # - initialdir: initial directory.  preserved by dialog instance.
25 # - initialfile: initial file (ignored by the open dialog). preserved
26 # by dialog instance.
28 # - parent: which window to place the dialog on top of
30 # - title: dialog title
43 from tkCommonDialog import Dialog
45 class _Dialog(Dialog):
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
200 # dialog for openening files
212 # dialog for saving files