diff options
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/altTheme.tcl | 2 | ||||
-rw-r--r-- | library/ttk/aquaTheme.tcl | 2 | ||||
-rw-r--r-- | library/ttk/button.tcl | 2 | ||||
-rw-r--r-- | library/ttk/clamTheme.tcl | 2 | ||||
-rw-r--r-- | library/ttk/classicTheme.tcl | 2 | ||||
-rw-r--r-- | library/ttk/combobox.tcl | 2 | ||||
-rw-r--r-- | library/ttk/cursors.tcl | 2 | ||||
-rw-r--r-- | library/ttk/defaults.tcl | 2 | ||||
-rw-r--r-- | library/ttk/entry.tcl | 30 | ||||
-rw-r--r-- | library/ttk/notebook.tcl | 2 | ||||
-rw-r--r-- | library/ttk/panedwindow.tcl | 2 | ||||
-rw-r--r-- | library/ttk/scale.tcl | 2 | ||||
-rw-r--r-- | library/ttk/sizegrip.tcl | 2 | ||||
-rw-r--r-- | library/ttk/spinbox.tcl | 2 | ||||
-rw-r--r-- | library/ttk/treeview.tcl | 2 | ||||
-rw-r--r-- | library/ttk/ttk.tcl | 2 | ||||
-rw-r--r-- | library/ttk/utils.tcl | 2 | ||||
-rw-r--r-- | library/ttk/winTheme.tcl | 2 | ||||
-rw-r--r-- | library/ttk/xpTheme.tcl | 2 |
19 files changed, 33 insertions, 33 deletions
diff --git a/library/ttk/altTheme.tcl b/library/ttk/altTheme.tcl index 28e1bc1..5ed90eb 100644 --- a/library/ttk/altTheme.tcl +++ b/library/ttk/altTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: altTheme.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: altTheme.tcl,v 1.10 2008/12/31 21:25:34 jenglish Exp $ # # Ttk widget set: Alternate theme # diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 471e919..c457ab2 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: aquaTheme.tcl,v 1.11.2.2 2010/08/26 02:06:10 hobbs Exp $ +# $Id: aquaTheme.tcl,v 1.14 2009/07/15 21:50:40 das Exp $ # # Aqua theme (OSX native look and feel) # diff --git a/library/ttk/button.tcl b/library/ttk/button.tcl index fc9c1bb..3baefe2 100644 --- a/library/ttk/button.tcl +++ b/library/ttk/button.tcl @@ -1,5 +1,5 @@ # -# $Id: button.tcl,v 1.2.4.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: button.tcl,v 1.3 2009/11/12 18:17:14 jenglish Exp $ # # Bindings for Buttons, Checkbuttons, and Radiobuttons. # diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl index ea29abe..808c8a4 100644 --- a/library/ttk/clamTheme.tcl +++ b/library/ttk/clamTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: clamTheme.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: clamTheme.tcl,v 1.10 2008/12/07 18:42:55 jenglish Exp $ # # "Clam" theme. # diff --git a/library/ttk/classicTheme.tcl b/library/ttk/classicTheme.tcl index bd165a5..fd2b280 100644 --- a/library/ttk/classicTheme.tcl +++ b/library/ttk/classicTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: classicTheme.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: classicTheme.tcl,v 1.9 2008/11/29 00:43:48 patthoyts Exp $ # # "classic" Tk theme. # diff --git a/library/ttk/combobox.tcl b/library/ttk/combobox.tcl index f04aaaa..20bfc07 100644 --- a/library/ttk/combobox.tcl +++ b/library/ttk/combobox.tcl @@ -1,5 +1,5 @@ # -# $Id: combobox.tcl,v 1.12.2.4 2010/08/26 02:06:10 hobbs Exp $ +# $Id: combobox.tcl,v 1.20 2010/01/19 01:27:41 patthoyts Exp $ # # Combobox bindings. # diff --git a/library/ttk/cursors.tcl b/library/ttk/cursors.tcl index 23198bd..8620098 100644 --- a/library/ttk/cursors.tcl +++ b/library/ttk/cursors.tcl @@ -1,5 +1,5 @@ # -# $Id: cursors.tcl,v 1.1.4.2 2010/08/26 02:06:10 hobbs Exp $ +# $Id: cursors.tcl,v 1.2 2008/10/28 20:02:03 jenglish Exp $ # # Map symbolic cursor names to platform-appropriate cursors. # diff --git a/library/ttk/defaults.tcl b/library/ttk/defaults.tcl index 30830de..52a9d33 100644 --- a/library/ttk/defaults.tcl +++ b/library/ttk/defaults.tcl @@ -1,5 +1,5 @@ # -# $Id: defaults.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: defaults.tcl,v 1.9 2008/11/29 00:43:48 patthoyts Exp $ # # Settings for default theme. # diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl index ebabcb4..0e1194f 100644 --- a/library/ttk/entry.tcl +++ b/library/ttk/entry.tcl @@ -1,5 +1,5 @@ # -# $Id: entry.tcl,v 1.4.2.2 2010/09/01 16:40:15 jenglish Exp $ +# $Id: entry.tcl,v 1.8 2010/03/17 09:27:23 dkf Exp $ # # DERIVED FROM: tk/library/entry.tcl r1.22 # @@ -44,7 +44,7 @@ option add *TEntry.cursor [ttk::cursor text] # # <Control-Key-space>, <Control-Shift-Key-space>, # <Key-Select>, <Shift-Key-Select>: -# ttk::entry widget doesn't use selection anchor. +# Ttk entry widget doesn't use selection anchor. # <Key-Insert>: # Inserts PRIMARY selection (on non-Windows platforms). # This is inconsistent with typical platform bindings. @@ -95,19 +95,19 @@ bind TEntry <<PasteSelection>> { ttk::entry::ScanRelease %W %x } ## Keyboard navigation bindings: # -bind TEntry <Key-Left> { ttk::entry::Move %W prevchar } -bind TEntry <Key-Right> { ttk::entry::Move %W nextchar } -bind TEntry <Control-Key-Left> { ttk::entry::Move %W prevword } -bind TEntry <Control-Key-Right> { ttk::entry::Move %W nextword } -bind TEntry <Key-Home> { ttk::entry::Move %W home } -bind TEntry <Key-End> { ttk::entry::Move %W end } - -bind TEntry <Shift-Key-Left> { ttk::entry::Extend %W prevchar } -bind TEntry <Shift-Key-Right> { ttk::entry::Extend %W nextchar } -bind TEntry <Shift-Control-Key-Left> { ttk::entry::Extend %W prevword } -bind TEntry <Shift-Control-Key-Right> { ttk::entry::Extend %W nextword } -bind TEntry <Shift-Key-Home> { ttk::entry::Extend %W home } -bind TEntry <Shift-Key-End> { ttk::entry::Extend %W end } +bind TEntry <<PrevChar>> { ttk::entry::Move %W prevchar } +bind TEntry <<NextChar>> { ttk::entry::Move %W nextchar } +bind TEntry <<PrevWord>> { ttk::entry::Move %W prevword } +bind TEntry <<NextWord>> { ttk::entry::Move %W nextword } +bind TEntry <<LineStart>> { ttk::entry::Move %W home } +bind TEntry <<LineEnd>> { ttk::entry::Move %W end } + +bind TEntry <<SelectPrevChar>> { ttk::entry::Extend %W prevchar } +bind TEntry <<SelectNextChar>> { ttk::entry::Extend %W nextchar } +bind TEntry <<SelectPrevWord>> { ttk::entry::Extend %W prevword } +bind TEntry <<SelectNextWord>> { ttk::entry::Extend %W nextword } +bind TEntry <<SelectLineStart>> { ttk::entry::Extend %W home } +bind TEntry <<SelectLineEnd>> { ttk::entry::Extend %W end } bind TEntry <Control-Key-slash> { %W selection range 0 end } bind TEntry <Control-Key-backslash> { %W selection clear } diff --git a/library/ttk/notebook.tcl b/library/ttk/notebook.tcl index cf5ffc1..04abdbe 100644 --- a/library/ttk/notebook.tcl +++ b/library/ttk/notebook.tcl @@ -1,5 +1,5 @@ # -# $Id: notebook.tcl,v 1.4.4.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: notebook.tcl,v 1.6 2009/12/25 19:11:56 jenglish Exp $ # # Bindings for TNotebook widget # diff --git a/library/ttk/panedwindow.tcl b/library/ttk/panedwindow.tcl index 06c6c50..60d08be 100644 --- a/library/ttk/panedwindow.tcl +++ b/library/ttk/panedwindow.tcl @@ -1,5 +1,5 @@ # -# $Id: panedwindow.tcl,v 1.5.2.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: panedwindow.tcl,v 1.6 2008/10/28 20:02:03 jenglish Exp $ # # Bindings for ttk::panedwindow widget. # diff --git a/library/ttk/scale.tcl b/library/ttk/scale.tcl index 2025588..19c193f 100644 --- a/library/ttk/scale.tcl +++ b/library/ttk/scale.tcl @@ -2,7 +2,7 @@ # # Bindings for the TScale widget # -# $Id: scale.tcl,v 1.1.4.2 2010/08/26 02:06:10 hobbs Exp $ +# $Id: scale.tcl,v 1.2 2008/10/17 12:29:25 patthoyts Exp $ namespace eval ttk::scale { variable State diff --git a/library/ttk/sizegrip.tcl b/library/ttk/sizegrip.tcl index 1b9119b..ec0828a 100644 --- a/library/ttk/sizegrip.tcl +++ b/library/ttk/sizegrip.tcl @@ -1,5 +1,5 @@ # -# $Id: sizegrip.tcl,v 1.1.4.2 2010/08/26 02:06:10 hobbs Exp $ +# $Id: sizegrip.tcl,v 1.4 2009/12/23 04:26:59 jenglish Exp $ # # Sizegrip widget bindings. # diff --git a/library/ttk/spinbox.tcl b/library/ttk/spinbox.tcl index a717379..9f7faa4 100644 --- a/library/ttk/spinbox.tcl +++ b/library/ttk/spinbox.tcl @@ -1,5 +1,5 @@ # -# $Id: spinbox.tcl,v 1.3.2.2 2010/08/26 02:06:10 hobbs Exp $ +# $Id: spinbox.tcl,v 1.3 2008/12/07 21:24:12 jenglish Exp $ # # ttk::spinbox bindings # diff --git a/library/ttk/treeview.tcl b/library/ttk/treeview.tcl index 632bf7a..6dc34ca 100644 --- a/library/ttk/treeview.tcl +++ b/library/ttk/treeview.tcl @@ -1,4 +1,4 @@ -# $Id: treeview.tcl,v 1.4.2.2 2010/08/26 02:06:10 hobbs Exp $ +# $Id: treeview.tcl,v 1.8 2009/11/12 18:17:14 jenglish Exp $ # # ttk::treeview widget bindings and utilities. # diff --git a/library/ttk/ttk.tcl b/library/ttk/ttk.tcl index 6740d17..0db16a0 100644 --- a/library/ttk/ttk.tcl +++ b/library/ttk/ttk.tcl @@ -1,5 +1,5 @@ # -# $Id: ttk.tcl,v 1.8.2.2 2010/08/26 02:06:10 hobbs Exp $ +# $Id: ttk.tcl,v 1.11 2010/06/15 16:59:16 jenglish Exp $ # # Ttk widget set initialization script. # diff --git a/library/ttk/utils.tcl b/library/ttk/utils.tcl index 60aa5a7..a67b868 100644 --- a/library/ttk/utils.tcl +++ b/library/ttk/utils.tcl @@ -1,5 +1,5 @@ # -# $Id: utils.tcl,v 1.6.2.1 2010/08/26 02:06:10 hobbs Exp $ +# $Id: utils.tcl,v 1.8 2009/12/25 19:11:56 jenglish Exp $ # # Utilities for widget implementations. # diff --git a/library/ttk/winTheme.tcl b/library/ttk/winTheme.tcl index 3062294..ec7cf02 100644 --- a/library/ttk/winTheme.tcl +++ b/library/ttk/winTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: winTheme.tcl,v 1.6.2.2 2010/09/02 17:46:11 jenglish Exp $ +# $Id: winTheme.tcl,v 1.10 2010/09/02 17:47:06 jenglish Exp $ # # Settings for 'winnative' theme. # diff --git a/library/ttk/xpTheme.tcl b/library/ttk/xpTheme.tcl index 6eeb3e0..5948b56 100644 --- a/library/ttk/xpTheme.tcl +++ b/library/ttk/xpTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: xpTheme.tcl,v 1.6.2.5 2010/09/02 17:46:11 jenglish Exp $ +# $Id: xpTheme.tcl,v 1.13 2010/09/02 17:47:06 jenglish Exp $ # # Settings for 'xpnative' theme # |