Upport scrolling changes and mouse wheel changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-06-23 16:55:26 +00:00
parent 5e1fd3eb61
commit 40e5ebbf98
3 changed files with 19 additions and 40 deletions

View File

@@ -265,10 +265,6 @@ public:
// horizontal/vertical scroll position
double m_scrollPos[ScrollDir_Max];
// if true, don't notify about adjustment change (without resetting the
// flag, so this has to be done manually)
bool m_blockValueChanged[ScrollDir_Max];
// return the scroll direction index corresponding to the given orientation
// (which is wxVERTICAL or wxHORIZONTAL)
static ScrollDir ScrollDirFromOrient(int orient)