summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-06 02:18:54 (GMT)
committerhobbs <hobbs>2000-01-06 02:18:54 (GMT)
commit0bcb96bc6cddb09417aaa0ca4ad48469d0194255 (patch)
tree30b59fdcebfe145f313d150bf31fb58700da5e51 /doc/text.n
parent099514fd0cbd6126e4515620fe46382607c8755d (diff)
downloadtk-0bcb96bc6cddb09417aaa0ca4ad48469d0194255.zip
tk-0bcb96bc6cddb09417aaa0ca4ad48469d0194255.tar.gz
tk-0bcb96bc6cddb09417aaa0ca4ad48469d0194255.tar.bz2
* doc/text.n:
* generic/tkText.c: * generic/tkText.h: * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextTag.c: removed the -state option for text tags, and reoriented it around -elide, as -state disabled was never implemented, and -state hidden is better as -elide.
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/text.n b/doc/text.n
index 88ad55a..1f43823 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.3 1999/12/14 06:51:44 hobbs Exp $
+'\" RCS: @(#) $Id: text.n,v 1.4 2000/01/06 02:18:54 hobbs Exp $
'\"
.so man.macros
.TH text n 4.0 Tk "Tk Built-In Commands"
@@ -324,6 +324,11 @@ option to give a 3-D appearance to the background for characters;
it is ignored unless the \fB\-background\fR option
has been set for the tag.
.TP
+\fB\-elide \fIboolean\fR
+\fIElide\fR specifies whether the data should be elided.
+Elided data is not displayed and takes no space on screen, but further
+on behaves just as normal data.
+.TP
\fB\-fgstipple \fIbitmap\fR
\fIBitmap\fR specifies a bitmap that is used as a stipple pattern
when drawing text and other foreground information such as
@@ -425,11 +430,6 @@ 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
@@ -1060,8 +1060,8 @@ 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.
+\fB\-elide\fR
+Find elidden (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: