Add support for horizontal mouse wheel scrolling in wxSTC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:52:58 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:52:58 +0000 (12:52 +0000)
commit1d84348c5a3e24919d9862bf0c8ad0a4fbf39d41
treea9bf3885ed206453cd5a35404454f943f5a09253
parentdc2f83c4f1aa373d6d10207dc9d04f853c9a3e2d
Add support for horizontal mouse wheel scrolling in wxSTC.

Handle horizontal mouse wheel scrolling events in a similar (but simpler, as
they always scroll and never change the font size) way to the vertical ones in
wxStyledTextCtrl.

Closes #15266.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/stc/ScintillaWX.cpp
src/stc/ScintillaWX.h
src/stc/stc.cpp
src/stc/stc.cpp.in