Moved the check for page scrolling with the wheel into wxMouseEvent so
authorRobin Dunn <robin@alldunn.com>
Fri, 19 Jul 2002 21:11:31 +0000 (21:11 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 19 Jul 2002 21:11:31 +0000 (21:11 +0000)
commit9b9337da0c597d9ba18f731a4e641bda25437224
tree1e1c2d6682dc1e951650e7b9f9f4034566c1ad9e
parenta536e411022b21280532c9daadc806a437fbb4c6
Moved the check for page scrolling with the wheel into wxMouseEvent so
it wouldn't have to be duplicated everywhere.

Also fixed wxSTC so it can handle wheel page scrolling too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/src/stc/ScintillaWX.cpp
contrib/src/stc/ScintillaWX.h
contrib/src/stc/stc.cpp
contrib/src/stc/stc.cpp.in
docs/latex/wx/mouseevt.tex
include/wx/event.h
src/generic/scrlwing.cpp
src/stc/ScintillaWX.cpp
src/stc/ScintillaWX.h
src/stc/stc.cpp
src/stc/stc.cpp.in