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/text.n | |
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/text.n')
-rw-r--r-- | doc/text.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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] |