diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:14:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:14:45 (GMT) |
commit | 8abb78aec188d72fbbd9bda28f1f9702ad3b60e5 (patch) | |
tree | 7d6314ce7713f81ae55e32187cf80e6b2a3b00eb /doc/scrollbar.n | |
parent | a983245e41399dd76602e12f17bc3170de207680 (diff) | |
download | tk-8abb78aec188d72fbbd9bda28f1f9702ad3b60e5.zip tk-8abb78aec188d72fbbd9bda28f1f9702ad3b60e5.tar.gz tk-8abb78aec188d72fbbd9bda28f1f9702ad3b60e5.tar.bz2 |
"less than 0" -> negative, as everywhere else in the documentation
Diffstat (limited to 'doc/scrollbar.n')
-rw-r--r-- | doc/scrollbar.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scrollbar.n b/doc/scrollbar.n index fee959d..ee6f6dd 100644 --- a/doc/scrollbar.n +++ b/doc/scrollbar.n @@ -42,8 +42,8 @@ as described in \fBSCROLLING COMMANDS\fR below. Specifies the width of borders drawn around the internal elements of the scrollbar (the two arrows and the slider). The value may have any of the forms acceptable to \fBTk_GetPixels\fR. -If this value is less than zero, the value of the \fB\-borderwidth\fR -option is used in its place. +If this value is negative (the default is -1), the value of +the \fB\-borderwidth\fR option is used in its place. .OP \-width width Width Specifies the desired narrow dimension of the scrollbar window, not including 3-D border, if any. For vertical |