// Overridden from wxWidgets due callback being static
virtual void SetScrollPos( int orient, int pos, bool refresh = TRUE );
-#if WXWIN_COMPATIBILITY_2_2
- // Compatibility
- void ViewStart(int *x, int *y) const { GetViewStart( x, y ); }
-#endif // WXWIN_COMPATIBILITY_2_2
-
virtual void DoPrepareDC(wxDC& dc);
protected: