diff options
author | das <das> | 2004-11-12 09:03:18 (GMT) |
---|---|---|
committer | das <das> | 2004-11-12 09:03:18 (GMT) |
commit | f85b8afb4ef1172832162a896e590395ec674c7f (patch) | |
tree | 99eaf7f8188df8c65af5554d331dedf2b3c7ac98 /doc/SetOptions.3 | |
parent | 35871a7064782cda8a3e9c75d86c2fc637694b66 (diff) | |
download | tk-f85b8afb4ef1172832162a896e590395ec674c7f.zip tk-f85b8afb4ef1172832162a896e590395ec674c7f.tar.gz tk-f85b8afb4ef1172832162a896e590395ec674c7f.tar.bz2 |
* doc/SetOptions.3:
* doc/text.n: fixed *roff errors uncovered by running 'make html'.
* macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make
sure that the lastSubFontPtr remains valid even when the subfont
array is reallocated. [Bug 618872]
Diffstat (limited to 'doc/SetOptions.3')
-rw-r--r-- | doc/SetOptions.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index 7e4dc13..e178a27 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.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: SetOptions.3,v 1.11 2004/09/19 16:05:36 dkf Exp $ +'\" RCS: @(#) $Id: SetOptions.3,v 1.12 2004/11/12 09:03:19 das Exp $ '\" .so man.macros .TH Tk_SetOptions 3 8.1 Tk "Tk Library Procedures" @@ -265,7 +265,7 @@ typedef struct { } Tk_OptionSpec; .CE The \fItype\fR field indicates what kind of configuration option this is -(e.g. \fBTK_OPTION_COLOR\fB for a color value, or \fBTK_OPTION_INT\fR for +(e.g. \fBTK_OPTION_COLOR\fR for a color value, or \fBTK_OPTION_INT\fR for an integer value). \fIType\fR determines how the value of the option is parsed (more on this below). The \fIoptionName\fR field is a string such as \fB\-font\fR or \fB\-bg\fR; |