summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/text.n b/doc/text.n
index b577d5a..88ad55a 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -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.2 1998/09/14 18:23:00 stanton Exp $
+'\" RCS: @(#) $Id: text.n,v 1.3 1999/12/14 06:51:44 hobbs Exp $
'\"
.so man.macros
.TH text n 4.0 Tk "Tk Built-In Commands"
@@ -425,6 +425,11 @@ screen distances.
If a line wraps, this option only applies to the last
line on the display.
.TP
+\fB\-state \fIstate\fR
+\fIState\fR specifies if the text is \fIhidden\fR or \fInormal\fR.
+Hidden text is not displayed and takes no space on screen, but further
+on behaves just as normal text.
+.TP
\fB\-tabs \fItabList\fR
\fITabList\fR specifies a set of tab stops in the same form
as for the \fB\-tabs\fR option for the text widget. This
@@ -1055,6 +1060,9 @@ The argument following \fB\-count\fR gives the name of a variable;
if a match is found, the number of characters in the matching
range will be stored in the variable.
.TP
+\fB\-hidden\fR
+Find hidden text as well. By default only displayed text is found.
+.TP
\fB\-\|\-\fR
This switch has no effect except to terminate the list of switches:
the next argument will be treated as \fIpattern\fR even if it starts