]> git.saurik.com Git - wxWidgets.git/commitdiff
OnInit for adding carbon event handlers
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 20 May 2002 20:31:25 +0000 (20:31 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 20 May 2002 20:31:25 +0000 (20:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/app.h

index bdd9d9c648acb85c896959f8c905fb624fcca653..3bc5e88b3ac268c9f5fbcb297d6da58f49ae4dff 100644 (file)
@@ -85,6 +85,7 @@ public:
     static bool Initialize();
     static void CleanUp();
     
+    virtual bool OnInit();
     void DeletePendingObjects();
     bool ProcessIdle();
     bool IsExiting() { return !m_keepGoing ; }