summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-26 09:06:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-26 09:06:10 (GMT)
commitf97059c69925b78f7f7e291b86fa2089f58291a6 (patch)
treeb11459ac908a6938f6fcb19aca40367ec98986cd /doc
parentfda72faf1d67dd4016bf6842a6448943bd324707 (diff)
downloadtk-f97059c69925b78f7f7e291b86fa2089f58291a6.zip
tk-f97059c69925b78f7f7e291b86fa2089f58291a6.tar.gz
tk-f97059c69925b78f7f7e291b86fa2089f58291a6.tar.bz2
Further experiment: Bring scalefactor back to 120 (as it was for win32)
Diffstat (limited to 'doc')
-rw-r--r--doc/event.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/event.n b/doc/event.n
index be42fa5..5109794 100644
--- a/doc/event.n
+++ b/doc/event.n
@@ -119,8 +119,8 @@ for the event. Only valid for virtual events. Corresponds to the
for the \fBMouseWheel\fR event. The \fIdelta\fR refers to the
direction and magnitude the mouse wheel was rotated. Note the value
is not a screen distance but are units of motion in the mouse wheel.
-Typically these values are multiples of 40. For example, 40 should
-scroll the text widget up 4 lines and \-80 would scroll the text
+Typically these values are multiples of 120. For example, 120 should
+scroll the text widget up 4 lines and \-240 would scroll the text
widget down 8 lines. Of course, other widgets may define different
behaviors for mouse wheel motion. This field corresponds to the
\fB%D\fR substitution for binding scripts.