X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5109ae5d178fb4025c6b92bb2f840c07dae99a82..15d521a109c4de5b2e18bb7b953bfedd5505a1ee:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 0850ae3b72..35d9b5d06e 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -381,16 +381,13 @@ public: // it should return TRUE if more idle events are needed, FALSE if not virtual bool ProcessIdle() ; -#if 0 - // Send idle event to all top-level windows. - // Returns TRUE if more idle time is requested. - virtual bool SendIdleEvents(); -#endif - // Send idle event to window and all subwindows // Returns TRUE if more idle time is requested. virtual bool SendIdleEvents(wxWindow* win, wxIdleEvent& event); + // Perform standard OnIdle behaviour: call from port's OnIdle + void OnIdle(wxIdleEvent& event); + // top level window functions // --------------------------