little tweaks to match recent CVS changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user