//@}
+ 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.
*/
static bool IsMainLoopRunning();
-
/**
@name Callbacks for application-wide "events"
*/
@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.