diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-24 21:19:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-24 21:19:59 (GMT) |
commit | 8aad90c3b82c0b6dcb45364694373abd6308dcb4 (patch) | |
tree | ec9beb45a2a29c0b36fec0812e5e51d85593140d /doc | |
parent | 47107586edaa7a28b4c37d88c23bc2e5c7958fff (diff) | |
parent | 2670c02e0c27fb40a1de5509baeb64fa5de324af (diff) | |
download | tk-8aad90c3b82c0b6dcb45364694373abd6308dcb4.zip tk-8aad90c3b82c0b6dcb45364694373abd6308dcb4.tar.gz tk-8aad90c3b82c0b6dcb45364694373abd6308dcb4.tar.bz2 |
Merge 8.7
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 bdf502f..5dea561 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 |