diff options
author | jenglish <jenglish@flightlab.com> | 2008-10-28 20:02:03 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-10-28 20:02:03 (GMT) |
commit | 66cc8f9b15845d8a5470409603feec48ee347d5f (patch) | |
tree | 647a4f11655b1ca4253b48284c13448f1fc8b8fa /library/ttk/entry.tcl | |
parent | c6809cbce555f56fd88713fb23268419af120d54 (diff) | |
download | tk-66cc8f9b15845d8a5470409603feec48ee347d5f.zip tk-66cc8f9b15845d8a5470409603feec48ee347d5f.tar.gz tk-66cc8f9b15845d8a5470409603feec48ee347d5f.tar.bz2 |
Expanded set of symbolic cursors.
Add correct platform-specific cursors for OSX [Bug 2054562]
Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835]
Diffstat (limited to 'library/ttk/entry.tcl')
-rw-r--r-- | library/ttk/entry.tcl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl index 37a2419..360954e 100644 --- a/library/ttk/entry.tcl +++ b/library/ttk/entry.tcl @@ -1,5 +1,5 @@ # -# $Id: entry.tcl,v 1.4 2007/12/13 15:27:08 dgp Exp $ +# $Id: entry.tcl,v 1.5 2008/10/28 20:02:03 jenglish Exp $ # # DERIVED FROM: tk/library/entry.tcl r1.22 # @@ -34,6 +34,10 @@ namespace eval ttk { } } +### Option database settings. +# +option add *TEntry.cursor [ttk::cursor text] + ### Bindings. # # Removed the following standard Tk bindings: |