X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e7d30dae43fdac8af24bc52d200ab6dd1557b78..bd3e8827dd468030e34df0bde66fc6c38c4fa9b4:/include/wx/motif/app.h diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index 246cb618fa..9a2526a1f1 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -59,7 +59,6 @@ public: virtual void Exit(); virtual bool Yield(bool onlyIfNeeded = FALSE); - virtual bool ProcessIdle(); virtual void WakeUpIdle(); // implemented in motif/evtloop.cpp virtual bool OnInitGui(); @@ -67,16 +66,6 @@ public: // implementation from now on // -------------------------- - void OnIdle(wxIdleEvent& event); - - // Send idle event to all top-level windows. - // Returns TRUE if more idle time is requested. - bool SendIdleEvents(); - - // Send idle event to window and all subwindows - // Returns TRUE if more idle time is requested. - bool SendIdleEvents(wxWindow* win); - protected: bool m_showOnInit;