diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-25 21:27:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-25 21:27:45 (GMT) |
commit | 280750793ddcfade260626187ff45520e4e220ea (patch) | |
tree | 195fdef90d10c2f61aa320a9022f7746ba8fb0a2 /doc/SetOptions.3 | |
parent | 2f4b99c2d164ebbc4b182ae7eb1f0d635aea6b87 (diff) | |
parent | c47ef3ca36bd1785c5c34a67a70ddcc49dd7201d (diff) | |
download | tk-280750793ddcfade260626187ff45520e4e220ea.zip tk-280750793ddcfade260626187ff45520e4e220ea.tar.gz tk-280750793ddcfade260626187ff45520e4e220ea.tar.bz2 |
Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTreeview.c for int -> Tcl_Size.
Diffstat (limited to 'doc/SetOptions.3')
-rw-r--r-- | doc/SetOptions.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index 9db5d9d..cc206d4 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -329,7 +329,8 @@ or \fBTK_OPTION_ANCHOR\fR. If this value is set for an option, then it indicates the the internalOffset points to a \fItype\fR variable in stead of an int variable. Only useful in combination with \fBTK_OPTION_STRING_TABLE\fR or -\fBTK_OPTION_BOOLEAN\fR +\fBTK_OPTION_BOOLEAN\fR, or as \fBTK_OPTION_VAR(Tcl_Size)\fR +with \fBTK_OPTION_INT\fR .RS .PP The \fItype\fR field of each Tk_OptionSpec structure determines |