]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_functions.i
fixed typo
[wxWidgets.git] / wxPython / src / _functions.i
index efc60338f3c057835f22c1198a38107b90619114..02238b8ef58db3c5e1701d58574e1be67886a1e6 100644 (file)
@@ -80,7 +80,10 @@ bool wxShutdown(wxShutdownFlags wFlags);
 
 
 void wxSleep(int secs);
-void wxUsleep(unsigned long milliseconds);
+void wxMilliSleep(unsigned long milliseconds);
+void wxMicroSleep(unsigned long microseconds);
+%pythoncode { Usleep = MilliSleep }
+
 void wxEnableTopLevelWindows(bool enable);
 
 wxString wxStripMenuCodes(const wxString& in);