summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-24 19:11:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-24 19:11:54 (GMT)
commit2670c02e0c27fb40a1de5509baeb64fa5de324af (patch)
treef39baa1d399ecf014db66444ebf7c0b366e8cede /doc
parentc719f5972f41a7a73b015d4f8bca1767d0c6e4d4 (diff)
downloadtk-2670c02e0c27fb40a1de5509baeb64fa5de324af.zip
tk-2670c02e0c27fb40a1de5509baeb64fa5de324af.tar.gz
tk-2670c02e0c27fb40a1de5509baeb64fa5de324af.tar.bz2
Implement TK_OPTION_ENUM_VAR for TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION_ANCHOR. Only really useful for platforms/compiler-options for which sizeof(enum)!=sizeof(int)
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 60730fe..09faf0b 100644
--- a/doc/SetOptions.3
+++ b/doc/SetOptions.3
@@ -324,7 +324,9 @@ supplied a default value in the widget code.
\fBTK_OPTION_ENUM_VAR\fR
If this value is set for an option, then it indicates the the
internalOffset points to an enum variable in stead of an int variable.
-Only useful in combination with \fBTK_OPTION_STRING_TABLE\fR
+Only useful in combination with \fBTK_OPTION_STRING_TABLE\fR,
+\fBTK_OPTION_BOOLEAN\fR, \fBTK_OPTION_ANCHOR\fR, \fBTK_OPTION_JUSTIFY\fR,
+or \fBTK_OPTION_ANCHOR\fR.
.TP
\fBTK_OPTION_VAR(type)\fR
If this value is set for an option, then it indicates the the