X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05e2b077c6187ff4d894e4af58ccd99536c9c584..50bea100324dcbeebf400eb65869fd4eae476171:/include/wx/x11/app.h?ds=inline diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index edbe541820..71a56be26a 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(); @@ -69,14 +68,6 @@ 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); - // Processes an X event. virtual bool ProcessXEvent(WXEvent* event); @@ -92,8 +83,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; } @@ -144,8 +133,5 @@ protected: DECLARE_EVENT_TABLE() }; -int WXDLLEXPORT wxEntry( int argc, char *argv[] ); - -#endif -// _WX_APP_H_ +#endif // _WX_APP_H_