// once it is fixed!
void OnScroll(wxScrollWinEvent& event) { HandleOnScroll(event); }
-#if WXWIN_COMPATIBILITY_2_2
- // Compatibility only, don't use
- void ViewStart(int *x, int *y) const { GetViewStart( x, y ); }
-#endif // WXWIN_COMPATIBILITY_2_2
-
protected:
// get pointer to our scroll rect if we use it or NULL
const wxRect *GetScrollRect() const
// delete the event handler we installed
void DeleteEvtHandler();
+ double m_scaleX;
+ double m_scaleY;
+
wxWindow *m_win,
*m_targetWindow;
bool m_xScrollingEnabled;
bool m_yScrollingEnabled;
- double m_scaleX;
- double m_scaleY;
-
#if wxUSE_MOUSEWHEEL
int m_wheelRotation;
#endif // wxUSE_MOUSEWHEEL