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
virtual bool OSXOnShouldTerminate();
// before application terminates
virtual void OSXOnWillTerminate();
+#endif
// Hide the application windows the same as the system hide command would do it.
void MacHideApp();