summaryrefslogtreecommitdiffstats
path: root/doc/MeasureChar.3
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-12-21 23:54:17 (GMT)
committerhobbs <hobbs@noemail.net>1999-12-21 23:54:17 (GMT)
commita510033b2128cf31795ee04a1db4b9b4ef4f724a (patch)
tree2081b0bdb121c6d6e328ba6a0b9a70bca8a0ea93 /doc/MeasureChar.3
parent9f08bd9f49bc5e1bf6043bed6b33904ad566b9fd (diff)
downloadtk-a510033b2128cf31795ee04a1db4b9b4ef4f724a.zip
tk-a510033b2128cf31795ee04a1db4b9b4ef4f724a.tar.gz
tk-a510033b2128cf31795ee04a1db4b9b4ef4f724a.tar.bz2
* doc/MeasureChar.3: fixed docs for Tk_MeasureChars to reflect code
* doc/listbox.n: fixed formatting problem FossilOrigin-Name: f75ee8c4931d56cd4919a3c6d8aa6a11219fb563
Diffstat (limited to 'doc/MeasureChar.3')
-rw-r--r--doc/MeasureChar.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/MeasureChar.3 b/doc/MeasureChar.3
index 2df934c..3eac03e 100644
--- a/doc/MeasureChar.3
+++ b/doc/MeasureChar.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: MeasureChar.3,v 1.3 1999/04/16 01:51:08 stanton Exp $
+'\" RCS: @(#) $Id: MeasureChar.3,v 1.4 1999/12/21 23:54:17 hobbs Exp $
'\"
.so man.macros
.TH Tk_MeasureChars 3 8.1 Tk "Tk Library Procedures"
@@ -43,9 +43,9 @@ The maximum number of bytes to consider when measuring or drawing
\fIstring\fR. Must be greater than or equal to 0.
.VE 8.1
.AP int maxPixels in
-If \fImaxPixels\fR is greater than 0, it specifies the longest permissible
+If \fImaxPixels\fR is >= 0, it specifies the longest permissible
line length in pixels. Characters from \fIstring\fR are processed only
-until this many pixels have been covered. If \fImaxPixels\fR is <= 0, then
+until this many pixels have been covered. If \fImaxPixels\fR is < 0, then
the line length is unbounded and the \fIflags\fR argument is ignored.
.AP int flags in
Various flag bits OR-ed together: TK_PARTIAL_OK means include a character