]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scrolwin.h
ugh. Nesting the (per class) plugin sentries can require them to
[wxWidgets.git] / include / wx / scrolwin.h
index 2f955eaea7a70eca84794747ee8558bf4f574d6e..0894cd920bb52b66677db7a9f2d569ac40991069 100644 (file)
@@ -117,6 +117,10 @@ public:
     void HandleOnMouseWheel(wxMouseEvent& event);
 #endif // wxUSE_MOUSEWHEEL
 
+    // FIXME: this is needed for now for wxPlot compilation, should be removed
+    //        once it is fixed!
+    void OnScroll(wxScrollWinEvent& event) { HandleOnScroll(event); }
+
 protected:
     // get pointer to our scroll rect if we use it or NULL
     const wxRect *GetRect() const