diff options
author | hobbs <hobbs> | 2002-06-21 23:22:24 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-06-21 23:22:24 (GMT) |
commit | 8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b (patch) | |
tree | dfad1765523b3f254ad570e1a951111b6e5d4c39 /doc | |
parent | a0edbf3ca6fa387b4197db27447f16b9c4bb58ab (diff) | |
download | tk-8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b.zip tk-8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b.tar.gz tk-8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b.tar.bz2 |
added 8.4 version marker to -maxundo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 4 |
1 files changed, 3 insertions, 1 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.12 2002/06/21 23:09:55 hobbs Exp $ +'\" RCS: @(#) $Id: text.n,v 1.13 2002/06/21 23:22:24 hobbs Exp $ '\" .so man.macros .TH text n 4.0 Tk "Tk Built-In Commands" @@ -43,8 +43,10 @@ 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. .OP \-maxundo maxUndo MaxUndo +.VS 8.4 Specifies the maximum number of compound undo actions on the undo stack. A zero or a negative value imply an unlimited undo stack. +.VE 8.4 .OP \-spacing1 spacing1 Spacing1 Requests additional space above each text line in the widget, using any of the standard forms for screen distances. |