summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-12-31 14:03:02 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-12-31 14:03:02 (GMT)
commit7c5f83bfa0d7fe0574aea27159fe5363866913c2 (patch)
tree487ed8921977e1d5e7f2772cdfd304abf06a8963 /doc
parent884af1a8688cd0656a018a47ab30705e12c3a151 (diff)
downloadtk-7c5f83bfa0d7fe0574aea27159fe5363866913c2.zip
tk-7c5f83bfa0d7fe0574aea27159fe5363866913c2.tar.gz
tk-7c5f83bfa0d7fe0574aea27159fe5363866913c2.tar.bz2
Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by making options of type TK_OPTION_STRING_TABLE support the TK_OPTION_NULL_OK flag.
Diffstat (limited to 'doc')
-rw-r--r--doc/SetOptions.34
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3
index b5f0782..ae6e353 100644
--- a/doc/SetOptions.3
+++ b/doc/SetOptions.3
@@ -443,7 +443,9 @@ suitable for passing to \fBTcl_GetIndexFromObj\fR. The value must
be one of the strings in the table, or a unique abbreviation of
one of the strings. The internal form is an integer giving the index
into the table of the matching string, like the return value
-from \fBTcl_GetStringFromObj\fR.
+from \fBTcl_GetStringFromObj\fR. This option type supports the
+\fBTK_OPTION_NULL_OK\fR flag; if a NULL value is set, the internal
+representation is set to -1.
.TP
\fBTK_OPTION_SYNONYM\fR
This type is used to provide alternative names for an option (for