X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abca8ebff16ef0e95292a5ceb1aa9fc302552c5d..169948a05ff0707ecddc12f9e26d2a0a994fa0ae:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index f03e5aa1ff..fc603dafb7 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -50,14 +50,8 @@ public: virtual void Exit(); virtual bool Yield(bool onlyIfNeeded = FALSE); - virtual bool ProcessIdle(); virtual void WakeUpIdle(); - // implementation only from now on - void OnIdle( wxIdleEvent &event ); - bool SendIdleEvents(); - bool SendIdleEvents( wxWindow* win ); - virtual bool Initialize(int& argc, wxChar **argv); virtual void CleanUp(); @@ -90,8 +84,6 @@ private: bool m_isInAssert; #endif // __WXDEBUG__ - bool CallInternalIdle( wxWindow* win ); - DECLARE_DYNAMIC_CLASS(wxApp) DECLARE_EVENT_TABLE() };