]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When a file name is selected ("OK" button, <Return> in the filename entry),
authorFred Drake <fdrake@acm.org>
Wed, 6 May 1998 17:28:23 +0000 (17:28 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 6 May 1998 17:28:23 +0000 (17:28 +0000)
commit073b8290215f7753668575a8f9cba85a64221842
tree7d93739fefbb9aae2fcd5850f9394d190f843e64
parentbb6193c553fca0532f78af80a8f745c305144b87
When a file name is selected ("OK" button, <Return> in the filename entry),
and the "key" keyword parameter was used to invoke .go(), use the directory
of the selected file as the stored directory to return to when the same key
is used again.  This is useful since the user may well entry at least part
of the path in the filename box instead of doing a lot of clicking around in
the listboxes.
Lib/lib-tk/FileDialog.py