Lines Matching refs:Dialog
1 """File selection dialog classes.
12 from Dialog import Dialog
23 """Standard file selection dialog -- no checks on selected file.
38 the dialog keeps no memory of previous state. Note that memory is
39 kept even when the dialog is canceled. (All this emulates the
44 title = "File Selection Dialog"
222 """File selection dialog which checks that the file exists."""
224 title = "Load File Selection Dialog"
236 """File selection dialog which checks that the file may be created."""
238 title = "Save File Selection Dialog"
246 d = Dialog(self.top,