diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-26 09:06:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-26 09:06:10 (GMT) |
commit | f97059c69925b78f7f7e291b86fa2089f58291a6 (patch) | |
tree | b11459ac908a6938f6fcb19aca40367ec98986cd /doc | |
parent | fda72faf1d67dd4016bf6842a6448943bd324707 (diff) | |
download | tk-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.n | 4 |
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. |