summaryrefslogtreecommitdiffstats
path: root/library/ttk/entry.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-23 07:06:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-23 07:06:07 (GMT)
commite92169181fda82349142bd6fbefd5acbe951dee0 (patch)
tree98cd5df8f230d58c716424c23de82310a2b9dd0a /library/ttk/entry.tcl
parentd64fd8a6701fc866cd2249e8c83684bac05c42ba (diff)
downloadtk-e92169181fda82349142bd6fbefd5acbe951dee0.zip
tk-e92169181fda82349142bd6fbefd5acbe951dee0.tar.gz
tk-e92169181fda82349142bd6fbefd5acbe951dee0.tar.bz2
new virtual event <<ToggleSelection>>bug_3555644
Diffstat (limited to 'library/ttk/entry.tcl')
-rw-r--r--library/ttk/entry.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl
index 22c4115..f5ba19e 100644
--- a/library/ttk/entry.tcl
+++ b/library/ttk/entry.tcl
@@ -78,7 +78,7 @@ bind TEntry <B1-Leave> { ttk::Repeatedly ttk::entry::AutoScroll %W }
bind TEntry <B1-Enter> { ttk::CancelRepeat }
bind TEntry <ButtonRelease-1> { ttk::CancelRepeat }
-bind TEntry <Control-ButtonPress-1> {
+bind TEntry <<ToggleSelection>> {
%W instate {!readonly !disabled} { %W icursor @%x ; focus %W }
}