diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-02 11:54:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-02 11:54:09 (GMT) |
commit | c0900bcedd02bc90832f164503daa12f47107c4b (patch) | |
tree | 75e5f85a3c04f8e40af06b3ef40a985f70e17c1c /ChangeLog | |
parent | 3802f383ffe10b627529b5f9d6b24b5bf0f18c0b (diff) | |
download | tk-c0900bcedd02bc90832f164503daa12f47107c4b.zip tk-c0900bcedd02bc90832f164503daa12f47107c4b.tar.gz tk-c0900bcedd02bc90832f164503daa12f47107c4b.tar.bz2 |
Tk (non-native) file chooser now uses Ttk widgets for better L&F and supports <Tab> completion of file names. [FRQ 805091]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-11-02 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + * library/tkfbox.tcl (::tk::dialog::file::CompleteEnt): Added <Tab> + completion. [FRQ 805091] + * library/tkfbox.tcl: Made file dialog use Ttk widgets for better L&F. + * library/demos/sayings.tcl: Better resizing. [Bug 1822410] 2007-11-01 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> |