X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2478fde622a16d25c66690af353dfdc37e7b582..997176a34641a870b1f6c6102e30f64f86b4122a:/include/wx/motif/app.h diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index 1e24fb47ce..79674e4f89 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(); @@ -69,23 +68,13 @@ public: 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; public: // Implementation - static bool Initialize(); - static void CleanUp(); - - void DeletePendingObjects(); + virtual bool Initialize(int& argc, wxChar **argv); + virtual void CleanUp(); // Motif-specific WXAppContext GetAppContext() const { return m_appContext; } @@ -112,8 +101,6 @@ private: DECLARE_EVENT_TABLE() }; -int WXDLLEXPORT wxEntry( int argc, char *argv[] ); - #endif // _WX_APP_H_