diff options
author | fvogel <fvogelnew1@free.fr> | 2012-05-17 18:44:02 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2012-05-17 18:44:02 (GMT) |
commit | 89fbfd3436706b259edf41d9b4c5d5746e801d88 (patch) | |
tree | 63aa3a3e6983ad066ba84be8c03cdc805af5a5f8 | |
parent | c29a2d58d9c3de29bcd7e88011aea2b9c1bcd92e (diff) | |
download | tk-89fbfd3436706b259edf41d9b4c5d5746e801d88.zip tk-89fbfd3436706b259edf41d9b4c5d5746e801d88.tar.gz tk-89fbfd3436706b259edf41d9b4c5d5746e801d88.tar.bz2 |
Bug 1630251: Documentation for -endline option was wrongbug_1630251
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/text.n | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2012-05-?? Francois Vogel <fvogelnew1@free.fr> + + * doc/text.n: [Bug 1630251]: Documentation for -endline option was wrong + 2012-05-09 Jan Nijtmans <nijtmans@users.sf.net> * win/tkWinWm.c: Change TkpWmSetState signature to match UNIX, @@ -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 |