class WXDLLIMPEXP_FWD_CORE wxWindowMac;
class WXDLLIMPEXP_FWD_CORE wxApp ;
class WXDLLIMPEXP_FWD_CORE wxKeyEvent;
-class WXDLLIMPEXP_FWD_CORE wxLog;
+class WXDLLIMPEXP_FWD_BASE wxLog;
// Force an exit from main loop
void WXDLLEXPORT wxExit();
// in response of a reopen-application apple event
virtual void MacReopenApp() ;
+ // Hide the application windows the same as the system hide command would do it.
+ void MacHideApp();
+
DECLARE_EVENT_TABLE()
};