]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scrolwin.h
made deprecated erase() overload inline
[wxWidgets.git] / include / wx / scrolwin.h
index e7660e93eacf61be5a2ae19d6a442a28c447aece..01c90d50cb1f48b12b150e3ae810fa59101cf064 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/panel.h"
 
 class WXDLLIMPEXP_FWD_CORE wxScrollHelperEvtHandler;
-class WXDLLIMPEXP_FWD_CORE wxTimer;
+class WXDLLIMPEXP_FWD_BASE wxTimer;
 
 // default scrolled window style: scroll in both directions
 #define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL)
@@ -162,6 +162,7 @@ public:
 #if wxUSE_MOUSEWHEEL
     void HandleOnMouseWheel(wxMouseEvent& event);
 #endif // wxUSE_MOUSEWHEEL
+    void HandleOnChildFocus(wxChildFocusEvent& event);
 
     // FIXME: this is needed for now for wxPlot compilation, should be removed
     //        once it is fixed!