diff options
author | vincentdarley <vincentdarley> | 2004-03-25 12:12:35 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-03-25 12:12:35 (GMT) |
commit | 75791dad3c3d9947598d34c7e0f3470126b401e4 (patch) | |
tree | c77eb5434e514789bbeea80e0edf5665959a9c29 /doc/SetOptions.3 | |
parent | 36561300e09e603e3ed9f5d1750278417f0c0829 (diff) | |
download | tk-75791dad3c3d9947598d34c7e0f3470126b401e4.zip tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.gz tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.bz2 |
Fix typos in documentation
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 7abc944..1912e31 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.8 2000/10/01 21:31:35 ericm Exp $ +'\" RCS: @(#) $Id: SetOptions.3,v 1.9 2004/03/25 12:12:36 vincentdarley Exp $ '\" .so man.macros .TH Tk_SetOptions 3 8.1 Tk "Tk Library Procedures" @@ -493,7 +493,7 @@ the original screen-independent value. Thus for TK_OPTION_PIXELS options it is better to use the \fIobjOffset\fR field. In this case the original value of the option is retained in the object and can be returned when the option is retrieved. In most cases it is convenient to use the -\fIinternalOffset\fR field field as well, so that the integer value is +\fIinternalOffset\fR field as well, so that the integer value is immediately available for use in the widget code (alternatively, \fBTk_GetPixelsFromObj\fR can be used to extract the integer value from the object whenever it is needed). Note: the problem of losing information |