summaryrefslogtreecommitdiffstats
path: root/doc/listbox.n
diff options
context:
space:
mode:
authorcsaba <csaba>2024-01-09 19:37:15 (GMT)
committercsaba <csaba>2024-01-09 19:37:15 (GMT)
commitf54d2314a42333d44db843e14cc6fbc43b702067 (patch)
tree748637e8ca69c6b4c49449012ef9c75b71eb28d3 /doc/listbox.n
parent737e80a70a094c787b302210f8827cababb2c816 (diff)
downloadtk-f54d2314a42333d44db843e14cc6fbc43b702067.zip
tk-f54d2314a42333d44db843e14cc6fbc43b702067.tar.gz
tk-f54d2314a42333d44db843e14cc6fbc43b702067.tar.bz2
Scrolling-related improvements in the documentation.
Diffstat (limited to 'doc/listbox.n')
-rw-r--r--doc/listbox.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/listbox.n b/doc/listbox.n
index fa24ec7..a047be6 100644
--- a/doc/listbox.n
+++ b/doc/listbox.n
@@ -435,7 +435,8 @@ way through the listbox, and so on.
.
This command adjusts the view in the window up or down according to
\fInumber\fR and \fIwhat\fR.
-\fINumber\fR must be an integer.
+\fINumber\fR must be an integer or a float, but if it is a float then
+it is converted to an integer, rounded away from 0.
\fIWhat\fR must be either \fBpages\fR or \fBunits\fR.
If \fIwhat\fR is \fBpages\fR then
the view adjusts by \fInumber\fR screenfuls.