X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/osx/app.h diff --git a/include/wx/osx/app.h b/include/wx/osx/app.h index e96088c7c2..b341817be2 100644 --- a/include/wx/osx/app.h +++ b/include/wx/osx/app.h @@ -141,6 +141,7 @@ public: virtual void MacNewFile() ; // in response of a reopen-application apple event virtual void MacReopenApp() ; +#if wxOSX_USE_COCOA_OR_IPHONE // immediately before the native event loop launches virtual void OSXOnWillFinishLaunching(); // immediately when the native event loop starts, no events have been served yet @@ -149,6 +150,14 @@ public: virtual bool OSXOnShouldTerminate(); // before application terminates virtual void OSXOnWillTerminate(); + +private: +#if wxOSX_USE_IPHONE + bool m_onInitResult; +#endif +public: + +#endif // Hide the application windows the same as the system hide command would do it. void MacHideApp();