From: Stefan Csomor Date: Mon, 20 May 2002 20:31:25 +0000 (+0000) Subject: OnInit for adding carbon event handlers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c28ba0c6625af3f1bd50bb5d7a0ade6209f5666 OnInit for adding carbon event handlers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/app.h b/include/wx/mac/app.h index bdd9d9c648..3bc5e88b3a 100644 --- a/include/wx/mac/app.h +++ b/include/wx/mac/app.h @@ -85,6 +85,7 @@ public: static bool Initialize(); static void CleanUp(); + virtual bool OnInit(); void DeletePendingObjects(); bool ProcessIdle(); bool IsExiting() { return !m_keepGoing ; }