OnInit for adding carbon event handlers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2002-05-20 20:31:25 +00:00
parent e4a05ccd8a
commit 6c28ba0c66

View File

@ -85,6 +85,7 @@ public:
static bool Initialize();
static void CleanUp();
virtual bool OnInit();
void DeletePendingObjects();
bool ProcessIdle();
bool IsExiting() { return !m_keepGoing ; }