return TRUE;
}
-bool wxApp::Initialized()
-{
- if (GetTopWindow())
- return TRUE;
- else
- return FALSE;
-}
-
void wxApp::Exit()
{
wxApp::CleanUp();
}
// Dispatch a message.
-void wxApp::Dispatch()
+bool wxApp::Dispatch()
{
+ return true;
}
// Yield to other processes