X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..b74cce40fd1ddd4d1432ff668deee5ea89cd406c:/include/wx/motif/app.h diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index d3bc19d40b..650736e9c3 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -54,11 +54,10 @@ public: virtual bool Pending(); virtual void Dispatch(); virtual bool Yield(bool onlyIfNeeded = FALSE); + virtual bool ProcessIdle(); virtual bool OnInitGui(); - virtual wxIcon GetStdIcon(int which) const; - // implementation from now on // -------------------------- @@ -95,7 +94,6 @@ public: static void CleanUp(); void DeletePendingObjects(); - bool ProcessIdle(); // Motif-specific WXAppContext GetAppContext() const { return m_appContext; }