diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-24 19:11:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-24 19:11:54 (GMT) |
commit | 2670c02e0c27fb40a1de5509baeb64fa5de324af (patch) | |
tree | f39baa1d399ecf014db66444ebf7c0b366e8cede /doc | |
parent | c719f5972f41a7a73b015d4f8bca1767d0c6e4d4 (diff) | |
download | tk-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.3 | 4 |
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 |