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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user