summaryrefslogtreecommitdiff
path: root/Lib/tkinter/FileDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin.Guido van Rossum1997-09-091-269/+0
|
* Fix the following bug:Guido van Rossum1997-01-031-4/+6
| | | | | | | | | | | - When dragging the mouse in either listbox, the *first* entry clicked on is selected rather than the last (but the last one is highlighted). This is done by changing the bindtags so that our binding is executed after the default binding (which sets the 'active' index to the last item selected), and using 'active' instead of 'anchor' as the index to ask for.
* Major overhaul:Guido van Rossum1996-05-281-48/+101
| | | | | | | | | | | | | | - Support ~[user] expansion. - Remember last directory and pattern; optional 'key' argument specifies different memory locations. - Absolutify pathnames if possible. - WM close event cancels the dialog. - First arg to go() can be either a directory or a file (renamed to dir_of_file); defaults to current directory.
* don't export selectionGuido van Rossum1996-05-281-2/+2
|
* Filter button should set selection's directory, tooGuido van Rossum1995-09-011-1/+4
|
* Initial revisionGuido van Rossum1995-08-291-0/+211