Add support for horizontal mouse wheel events to wxGTK too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Apr 2012 22:27:34 +0000 (22:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Apr 2012 22:27:34 +0000 (22:27 +0000)
commit4eeceb15733c862a09041bb6ffb0e8599d890b6e
tree8fe05c455afa97a450faf24077e442da4fe66f46
parent15e42bb781df7f069cc3b008f2a8004e398820af
Add support for horizontal mouse wheel events to wxGTK too.

Handle GDK_SCROLL_{RIGHT,LEFT} directions in scroll-event handler in wxGTK.

Closes #14221.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/gtk/window.cpp