diff options
author | hobbs <hobbs> | 1999-12-14 06:51:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-14 06:51:43 (GMT) |
commit | 9b37fa05b11850066aed28ed447109e55708bce0 (patch) | |
tree | c4d876b773ea4b9b6675a0e9a9c380a6bfac9542 /doc/text.n | |
parent | ea12a22c853959d87130dbc26197c27f47d00e41 (diff) | |
download | tk-9b37fa05b11850066aed28ed447109e55708bce0.zip tk-9b37fa05b11850066aed28ed447109e55708bce0.tar.gz tk-9b37fa05b11850066aed28ed447109e55708bce0.tar.bz2 |
* doc/canvas.n: added docs for items added by dash patch (-*dash*,
-state, -active*, -disabled*, -offset, essentially rewrote the
man patch for completely updated 8.3 canvas widget.
* doc/entry.n: added docs for entry widget validation
* doc/event.n: added docs for -warp
* doc/text.n: doc'ed new -state value 'hidden'
* doc/GetDash.3: (new file) man page explaining Tk_GetDash
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 10 |
1 files changed, 9 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.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 |