]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
wxMac doesn't need UseNativeStatusBar hack
[wxWidgets.git] / include / wx / msw / window.h
index eaf3ff370f7925d1d1070642448f9fe22c7fe4a8..c44f9d908a0ae29fbc0d032ece56bc876225e86a 100644 (file)
@@ -191,7 +191,6 @@ public:
     // --------------
 
     void OnEraseBackground(wxEraseEvent& event);
-    void OnIdle(wxIdleEvent& event);
     void OnPaint(wxPaintEvent& event);
 
 public:
@@ -415,6 +414,10 @@ public:
     // check if mouse is in the window
     bool IsMouseInWindow() const;
 
+    // virtual function for implementing internal idle
+    // behaviour
+    virtual void OnInternalIdle() ;
+
 protected:
     // the window handle
     WXHWND                m_hWnd;