X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6abf9dacb0ac222210b736b69e8059d4d7866ee6..2d9c0e97c580cff977d75760dc0d82c5852eec2c:/include/wx/x11/app.h diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index f24b9c44c3..d1de31870d 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -59,7 +59,6 @@ public: virtual void Exit(); virtual bool Yield(bool onlyIfNeeded = FALSE); - virtual bool ProcessIdle(); virtual void WakeUpIdle(); 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); - // Processes an X event. virtual bool ProcessXEvent(WXEvent* event); @@ -92,8 +81,6 @@ public: virtual bool Initialize(int& argc, wxChar **argv); virtual void CleanUp(); - void DeletePendingObjects(); - WXWindow GetTopLevelWidget() const { return m_topLevelWidget; } WXColormap GetMainColormap(WXDisplay* display); long GetMaxRequestSize() const { return m_maxRequestSize; }