]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/app.h
Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
[wxWidgets.git] / interface / wx / app.h
index 76b0d5384567d6d4585487069cf5c3e217bedb15..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"
     */