]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
added wxApp::Yield()
[wxWidgets.git] / include / wx / gtk1 / app.h
index 2681dea2537e0eaf12f54f33bdfa71e27e34d1d9..e031a2ce9f57e48fa50487b2c2887a13fed79fc8 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        app.h
+// Name:        wx/gtk/app.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -46,6 +46,7 @@ public:
     virtual bool Initialized();
     virtual bool Pending();
     virtual void Dispatch();
+    virtual bool Yield(bool onlyIfNeeded = FALSE);
 
     virtual wxIcon GetStdIcon(int which) const;