diff options
author | mdejong <mdejong> | 2003-02-19 18:52:12 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-02-19 18:52:12 (GMT) |
commit | 6e2cd243ccc9bd454ae118549066ad2669c00160 (patch) | |
tree | ba7e7ce8e6c5582a719d714e538c41d468914b68 /doc | |
parent | 64cba2096724c5f8d15858a3a49416674242a4a3 (diff) | |
download | tk-6e2cd243ccc9bd454ae118549066ad2669c00160.zip tk-6e2cd243ccc9bd454ae118549066ad2669c00160.tar.gz tk-6e2cd243ccc9bd454ae118549066ad2669c00160.tar.bz2 |
* doc/entry.n:
* doc/text.n: Update double and triple click
docs to match implementation changes made on
2002-02-14.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/entry.n | 6 | ||||
-rw-r--r-- | doc/text.n | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/entry.n b/doc/entry.n index 92a3ffc..084457b 100644 --- a/doc/entry.n +++ b/doc/entry.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: entry.n,v 1.10 2003/02/09 06:24:07 hobbs Exp $ +'\" RCS: @(#) $Id: entry.n,v 1.11 2003/02/19 18:52:13 mdejong Exp $ '\" .so man.macros .TH entry n 8.3 Tk "Tk Built-In Commands" @@ -440,12 +440,12 @@ Dragging with mouse button 1 strokes out a selection between the insertion cursor and the character under the mouse. .IP [2] Double-clicking with mouse button 1 selects the word under the mouse -and positions the insertion cursor at the beginning of the word. +and positions the insertion cursor at the end of the word. Dragging after a double click will stroke out a selection consisting of whole words. .IP [3] Triple-clicking with mouse button 1 selects all of the text in the -entry and positions the insertion cursor before the first character. +entry and positions the insertion cursor at the end of the line. .IP [4] The ends of the selection can be adjusted by dragging with mouse button 1 while the Shift key is down; this will adjust the end @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: text.n,v 1.14 2002/06/22 08:21:51 hobbs Exp $ +'\" RCS: @(#) $Id: text.n,v 1.15 2003/02/19 18:52:14 mdejong Exp $ '\" .so man.macros .TH text n 8.4 Tk "Tk Built-In Commands" @@ -1578,12 +1578,12 @@ Dragging with mouse button 1 strokes out a selection between the insertion cursor and the character under the mouse. .IP [2] Double-clicking with mouse button 1 selects the word under the mouse -and positions the insertion cursor at the beginning of the word. +and positions the insertion cursor at the end of the word. Dragging after a double click will stroke out a selection consisting of whole words. .IP [3] Triple-clicking with mouse button 1 selects the line under the mouse -and positions the insertion cursor at the beginning of the line. +and positions the insertion cursor at the end of the line. Dragging after a triple click will stroke out a selection consisting of whole lines. .IP [4] |