]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Tests to show problem with wxExecute when using redirection on a GUI app.
[wxWidgets.git] / wxPython / src / misc.i
index 1378bba20fcf9deef86cda9e461959ab30a7164c..36c75d98d6d52e890bdb4d6131d46963ef054626 100644 (file)
@@ -312,6 +312,7 @@ long wxNewId();
 void wxRegisterId(long id);
 %name(NewId) long wxNewId();
 %name(RegisterId) void wxRegisterId(long id);
+long wxGetCurrentId();
 
 void wxBell();
 void wxDisplaySize(int *OUTPUT, int *OUTPUT);
@@ -332,6 +333,7 @@ wxString wxGetOsDescription();
 void wxSleep(int secs);
 void wxUsleep(unsigned long milliseconds);
 bool wxYield();
+bool wxYieldIfNeeded();
 void wxEnableTopLevelWindows(bool enable);
 
 %inline %{