X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0cb01589f81b1794e07b82ff3d23f9757fb33d2..e4b712e2455dfc6e5303c428119b435d8d6182ed:/include/wx/msw/window.h diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index eaf3ff370f..c44f9d908a 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -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;