summaryrefslogtreecommitdiffstats
path: root/library/ttk/combobox.tcl
diff options
context:
space:
mode:
authorjenglish@flightlab.com <jenglish>2006-11-27 06:53:55 (GMT)
committerjenglish@flightlab.com <jenglish>2006-11-27 06:53:55 (GMT)
commit12bf74505c7e7ba2a5211ee7edfe1ff04929c37a (patch)
tree3306d90d76a3f92d63551f764257f107f5498d36 /library/ttk/combobox.tcl
parent5304c45f78052931e035e8a4458b8e3c59b58fe8 (diff)
downloadtk-12bf74505c7e7ba2a5211ee7edfe1ff04929c37a.zip
tk-12bf74505c7e7ba2a5211ee7edfe1ff04929c37a.tar.gz
tk-12bf74505c7e7ba2a5211ee7edfe1ff04929c37a.tar.bz2
* generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506
* library/ttk/button.tcl, library/ttk/combobox.tcl, library/ttk/utils.tcl: Rename ttk::CopyBindings to ttk::copyBindings * generic/ttk/ttkTreeview.c, doc/ttk_treeview.n: -displaycolumns {} now means "no columns" instead of "all columns". Use -displaycolumns #all for "all columns" [Fixes #1547622].
Diffstat (limited to 'library/ttk/combobox.tcl')
-rw-r--r--library/ttk/combobox.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/combobox.tcl b/library/ttk/combobox.tcl
index 7df9f61..6c7099c 100644
--- a/library/ttk/combobox.tcl
+++ b/library/ttk/combobox.tcl
@@ -1,5 +1,5 @@
#
-# $Id: combobox.tcl,v 1.1 2006/10/31 01:42:27 hobbs Exp $
+# $Id: combobox.tcl,v 1.2 2006/11/27 06:53:55 jenglish Exp $
#
# Ttk widget set: combobox bindings.
#
@@ -21,7 +21,7 @@ namespace eval ttk::combobox {
# Duplicate the Entry bindings, override if needed:
#
-ttk::CopyBindings TEntry TCombobox
+ttk::copyBindings TEntry TCombobox
bind TCombobox <KeyPress-Down> { ttk::combobox::Post %W }
bind TCombobox <KeyPress-Escape> { ttk::combobox::Unpost %W }