]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__misc_rename.i
added overview text for wx.MediaCtrl demo, udpated CHANGES
[wxWidgets.git] / wxPython / src / __misc_rename.i
index c1f9c5c3e9cee76167e5823392a3a42136b35fe5..ad56e1cab7aae49fbffa71502bbca30cd74fa7fb 100644 (file)
@@ -1,4 +1,4 @@
-// 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
@@ -99,6 +99,9 @@
 %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