virtual bool OnInitGui();
#endif // wxUSE_GUI
+#ifdef __WXOSX_IPHONE__
+ virtual int OnRun();
+#endif
+
virtual bool ProcessIdle();
// implementation only
// Implementation
virtual bool Initialize(int& argc, wxChar **argv);
virtual void CleanUp();
- virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
// the installed application event handler
WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; }