diff options
author | fvogel <fvogelnew1@free.fr> | 2012-05-28 20:40:05 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2012-05-28 20:40:05 (GMT) |
commit | c6ea988e69a36188d74f37713d462819012f4159 (patch) | |
tree | d01529ee5c91f05e56bd33a22ccb8ef78d9f1be4 /doc | |
parent | 2911e0ff424c5b2bfcd825b9efd5775e2933e024 (diff) | |
parent | 3f9d8f314ffa4e803d29993d3b1248b6c733b2c5 (diff) | |
download | tk-c6ea988e69a36188d74f37713d462819012f4159.zip tk-c6ea988e69a36188d74f37713d462819012f4159.tar.gz tk-c6ea988e69a36188d74f37713d462819012f4159.tar.bz2 |
Bug 1630251: Documentation for -endline option was wrong
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -36,12 +36,14 @@ Specifies a boolean that says whether the blinking insertion cursor should be drawn as a character-sized rectangular block. If false (the default) a thin vertical line is used for the insertion cursor. .OP \-endline endLine EndLine -Specifies an integer line index representing the last line of the underlying -textual data store that should be 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 at the very last line in the textual data -store. +.VS 8.5 +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 at the very last line in the textual data store. +.VE 8.5 .OP \-height height Height Specifies the desired height for the window, in units of characters in the font given by the \fB\-font\fR option. Must be at least one. |