diff options
author | jenglish@flightlab.com <jenglish> | 2006-11-07 03:45:27 (GMT) |
---|---|---|
committer | jenglish@flightlab.com <jenglish> | 2006-11-07 03:45:27 (GMT) |
commit | eb3484fe0a293cd8d686d1a2298edfadf23821d1 (patch) | |
tree | 8067b063a85bcd662fa0771dc6b6ab068aa3f9f3 /library/ttk/entry.tcl | |
parent | 94a4d1f4b25b6d411467fe0342427d7001b2e68b (diff) | |
download | tk-eb3484fe0a293cd8d686d1a2298edfadf23821d1.zip tk-eb3484fe0a293cd8d686d1a2298edfadf23821d1.tar.gz tk-eb3484fe0a293cd8d686d1a2298edfadf23821d1.tar.bz2 |
Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS:
fix comments damaged by overzealous search-and-destroy;
removed obsolete [style default] synonym for [ttk::style configure];
removed other dead code.
Diffstat (limited to 'library/ttk/entry.tcl')
-rw-r--r-- | library/ttk/entry.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl index 65fdf90..7d84be7 100644 --- a/library/ttk/entry.tcl +++ b/library/ttk/entry.tcl @@ -1,5 +1,5 @@ # -# $Id: entry.tcl,v 1.1 2006/10/31 01:42:27 hobbs Exp $ +# $Id: entry.tcl,v 1.2 2006/11/07 03:45:28 jenglish Exp $ # # DERIVED FROM: tk/library/entry.tcl r1.22 # @@ -409,7 +409,7 @@ proc ttk::entry::DragTo {w x} { # according to the current selection mode. # # TODO: AutoScroll should repeat faster (50ms) than normal autorepeat. -# TODO: Need a way for ttk::Repeat scripts to cancel themselves. +# TODO: Need a way for Repeat scripts to cancel themselves. # proc ttk::entry::AutoScroll {w} { variable State |