diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 07:06:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 07:06:16 (GMT) |
commit | dce38174a3c32aacb64f57b5873b3deae083d36f (patch) | |
tree | 681c07594d5207304f921b0a8a212801a3ddce00 /doc | |
parent | 64035a26affe728ac536a86a94fcfcee7d154f77 (diff) | |
download | tk-dce38174a3c32aacb64f57b5873b3deae083d36f.zip tk-dce38174a3c32aacb64f57b5873b3deae083d36f.tar.gz tk-dce38174a3c32aacb64f57b5873b3deae083d36f.tar.bz2 |
Slightly better description for TK_OPTION_RELIEF (regarding TK_RELIEF_NULL)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SetOptions.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index a35522f..b77f8d0 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -429,8 +429,8 @@ internal representation is set to zero. The value must be standard relief such as \fBraised\fR. The internal form is an integer relief value such as \fBTK_RELIEF_RAISED\fR. This option type supports the \fBTK_OPTION_NULL_OK\fR -flag; if the empty string is specified as the value for the option, -the integer relief value is set to \fBTK_RELIEF_NULL\fR. +flag; if a NULL value is set, the internal representation is set to +\fBTK_RELIEF_NULL\fR. .TP \fBTK_OPTION_STRING\fR The value may be any string. The internal form is a (char *) pointer |