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

Lines Matching refs:directory

8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibility
177 "Ask for a directory, and return the file name"
178 return Directory(**options).show()