diff options
author | culler <culler> | 2020-04-15 17:24:51 (GMT) |
---|---|---|
committer | culler <culler> | 2020-04-15 17:24:51 (GMT) |
commit | ef67d7e478dcdd96b095c80fbf1d95330ee35117 (patch) | |
tree | fc8f026a7f5ad5bdbe8b27f50f3d07c3195c0c4b /doc/spinbox.n | |
parent | f098336486ba362a5b694d93a949fe6e8b23891a (diff) | |
download | tk-ef67d7e478dcdd96b095c80fbf1d95330ee35117.zip tk-ef67d7e478dcdd96b095c80fbf1d95330ee35117.tar.gz tk-ef67d7e478dcdd96b095c80fbf1d95330ee35117.tar.bz2 |
Apply a patch from Christopher Chavez which correctly deals with the fact that Apple uses the middle mouse button for Button 3.
Diffstat (limited to 'doc/spinbox.n')
-rw-r--r-- | doc/spinbox.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/spinbox.n b/doc/spinbox.n index acf06d6..ad7123b 100644 --- a/doc/spinbox.n +++ b/doc/spinbox.n @@ -514,9 +514,10 @@ insertion cursor in the spinbox without affecting the selection. If any normal printing characters are typed in a spinbox, they are inserted at the point of the insertion cursor. .IP [7] -The view in the spinbox can be adjusted by dragging with mouse button 2. -If mouse button 2 is clicked without moving the mouse, the selection -is copied into the spinbox at the position of the mouse cursor. +The view in the spinbox can be adjusted by dragging with the middle +mouse button (button 2, or button 3 in TkAqua). If the middle mouse +button is clicked without moving the mouse, the selection is copied +into the spinbox at the position of the mouse cursor. .IP [8] If the mouse is dragged out of the spinbox on the left or right sides while button 1 is pressed, the spinbox will automatically scroll to |