diff options
author | fvogel <fvogelnew1@free.fr> | 2012-05-28 20:34:06 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2012-05-28 20:34:06 (GMT) |
commit | 3f9d8f314ffa4e803d29993d3b1248b6c733b2c5 (patch) | |
tree | 3e579ae92636584ce506f6d0206ef3c1358945ce | |
parent | c790c69f4461ba43323c402bacf8224c70041b09 (diff) | |
parent | 89fbfd3436706b259edf41d9b4c5d5746e801d88 (diff) | |
download | tk-3f9d8f314ffa4e803d29993d3b1248b6c733b2c5.zip tk-3f9d8f314ffa4e803d29993d3b1248b6c733b2c5.tar.gz tk-3f9d8f314ffa4e803d29993d3b1248b6c733b2c5.tar.bz2 |
Bug 1630251: Documentation for -endline option was wrong
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/text.n | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2012-05-28 Francois Vogel <fvogelnew1@free.fr> + * doc/text.n: [Bug 1630251]: Documentation for -endline option was wrong + +2012-05-28 Francois Vogel <fvogelnew1@free.fr> + * generic/tkTextDisp.c: [Bug 1630254]: missing scrolling of text widget when from a -startline == -endline initial state it is configured to display a non-empty part of it @@ -40,8 +40,9 @@ should be drawn as a character-sized rectangular block. If false .VE 8.5 .OP \-endline endLine EndLine .VS 8.5 -Specifies an integer line index representing the last line of the -underlying textual data store that should be contained in the widget. +Specifies an integer line index representing the line of the underlying +textual data store that should be just after the last line contained in +the widget. This allows a text widget to reflect only a portion of a larger piece of text. Instead of an integer, the empty string can be provided to this configuration option, which will configure the widget to end |