]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/app.h
Add wxDEBUG_LEVEL to wx/setup.h and document it.
[wxWidgets.git] / include / wx / osx / app.h
index ad80d008a5f1be8cee2352f441832b1b6fd313b0..d075cb84315bdd51999b55bf03c410b4708924ad 100644 (file)
@@ -50,6 +50,10 @@ class WXDLLIMPEXP_CORE wxApp: public wxAppBase
     virtual bool OnInitGui();
 #endif // wxUSE_GUI
 
+#ifdef __WXOSX_IPHONE__
+    virtual int OnRun();
+#endif
+
     virtual bool ProcessIdle();
 
     // implementation only
@@ -66,7 +70,6 @@ public:
     // 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 ; }