summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-12-01 21:30:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-12-01 21:30:53 (GMT)
commit5e411077672785ff35ee78d5d99b0b4d81a3fb32 (patch)
tree5e98d0fc3199a4c702f74b8aeac0ee717934b1a0 /doc
parent002540aedbd100ebc8a00e74568ea17c7f47673a (diff)
downloadtk-5e411077672785ff35ee78d5d99b0b4d81a3fb32.zip
tk-5e411077672785ff35ee78d5d99b0b4d81a3fb32.tar.gz
tk-5e411077672785ff35ee78d5d99b0b4d81a3fb32.tar.bz2
Minor tweaks, mostly formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/SetOptions.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3
index 6a70d9f..38838c1 100644
--- a/doc/SetOptions.3
+++ b/doc/SetOptions.3
@@ -619,9 +619,9 @@ The \fIgetProc\fR procedure is invoked by \fBTk_GetOptionValue\fR and
internal representation of an option. The \fIclientData\fR argument
is a copy of the \fIclientData\fR field in the Tk_ObjCustomOption
structure. \fITkwin\fR is a copy of the \fItkwin\fR argument to
-\fBTk_GetOptionValue\fR or \fBTk_GetOptionInfo\fR. \fIrecordPtr\fR
+\fBTk_GetOptionValue\fR or \fBTk_GetOptionInfo\fR. \fIRecordPtr\fR
is a pointer to the beginning of the widget record to query.
-\fIinternalOffset\fR is the offset in bytes from the beginning of the
+\fIInternalOffset\fR is the offset in bytes from the beginning of the
widget record to the location where the internal representation of the
option value is stored. \fIGetProc\fR must return a pointer to a
Tcl_Obj representing the value of the option.