-// A bunch of %rename directives generated by ./distrib/build_renamers.py
+// A bunch of %rename directives generated by BuildRenamers in config.py
// in order to remove the wx prefix from all global scope names.
#ifndef BUILDING_RENAMERS
%rename(NewId) wxNewId;
%rename(RegisterId) wxRegisterId;
%rename(GetCurrentId) wxGetCurrentId;
+%rename(IsStockID) wxIsStockID;
+%rename(IsStockLabel) wxIsStockLabel;
+%rename(GetStockLabel) wxGetStockLabel;
%rename(Bell) wxBell;
%rename(EndBusyCursor) wxEndBusyCursor;
%rename(GetElapsedTime) wxGetElapsedTime;
%rename(SHUTDOWN_REBOOT) wxSHUTDOWN_REBOOT;
%rename(Shutdown) wxShutdown;
%rename(Sleep) wxSleep;
-%rename(Usleep) wxUsleep;
+%rename(MilliSleep) wxMilliSleep;
+%rename(MicroSleep) wxMicroSleep;
%rename(EnableTopLevelWindows) wxEnableTopLevelWindows;
%rename(StripMenuCodes) wxStripMenuCodes;
%rename(GetEmailAddress) wxGetEmailAddress;
%rename(DragCancel) wxDragCancel;
%rename(IsDragResultOk) wxIsDragResultOk;
%rename(Clipboard) wxClipboard;
-%rename(TheClipboard) wxTheClipboard;
%rename(ClipboardLocker) wxClipboardLocker;
%rename(VideoMode) wxVideoMode;
%rename(DefaultVideoMode) wxDefaultVideoMode;
%rename(Display) wxDisplay;
+%rename(StandardPaths) wxStandardPaths;
#endif