]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wx.i
Added new __WXMOTIF20__ macro, which is true if the Motif version
[wxWidgets.git] / wxPython / src / wx.i
index 3925c11c679acc91cf51c032c647e93b9404633f..476b7c1ddeadff7817a7dc160fbb64a21c78fae8 100644 (file)
@@ -93,6 +93,7 @@ public:
     int  MainLoop();
     bool Pending();
     bool ProcessIdle();
+    bool Yield(bool onlyIfNeeded = FALSE);
 
     void SetAppName(const wxString& name);
 #ifdef __WXMSW__