diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:21:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:21:10 (GMT) |
commit | 4e389557600c1aa77d7991114d9e9fcc5ba24d46 (patch) | |
tree | 2885374f28652e990dc9d83c1ad73d7d3fc2f9c9 /doc/spinbox.n | |
parent | b8b8de56e290dd3d82585190651360c843542e7b (diff) | |
parent | 8abb78aec188d72fbbd9bda28f1f9702ad3b60e5 (diff) | |
download | tk-4e389557600c1aa77d7991114d9e9fcc5ba24d46.zip tk-4e389557600c1aa77d7991114d9e9fcc5ba24d46.tar.gz tk-4e389557600c1aa77d7991114d9e9fcc5ba24d46.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/spinbox.n')
-rw-r--r-- | doc/spinbox.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spinbox.n b/doc/spinbox.n index e7ed8e0..b90b822 100644 --- a/doc/spinbox.n +++ b/doc/spinbox.n @@ -109,7 +109,7 @@ option has precedence over the \fB\-from\fR and \fB\-to\fR range. .OP \-width width Width Specifies an integer value indicating the desired width of the spinbox window, in average-size characters of the widget's font. -If the value is less than or equal to zero, the widget picks a +If the value is negative or zero, the widget picks a size just large enough to hold its current text. .OP \-wrap wrap wrap Must be a proper boolean value. If on, the spinbox will wrap around the |