]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/app.h
Document wxDataViewModelNotifier callbacks return values.
[wxWidgets.git] / interface / wx / app.h
index d5badd57d1b2dd08539b7c57cd32d820cb64ff38..c17ad1c002b1e1be86fda0ef4e2c6171a96eab94 100644 (file)
@@ -221,6 +221,8 @@ public:
     //@}
 
 
+    bool Yield(bool onlyIfNeeded = false);
+
     /**
         Allows external code to modify global ::wxTheApp, but you should really
         know what you're doing if you call it.
@@ -250,7 +252,6 @@ public:
     */
     static bool IsMainLoopRunning();
 
-
     /**
         @name Callbacks for application-wide "events"
     */
@@ -828,9 +829,7 @@ public:
 
         @onlyfor{wxosx}
     */
-    wxDEPRECATED_BUT_USED_INTERNALLY(
-        virtual void MacOpenFile(const wxString& fileName)
-    );
+    virtual void MacOpenFile(const wxString& fileName);
 
     /**
         Called in response of a "get-url" Apple event.