X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a1ed5268269bb2ed46992cb8624b03597de7ba3..669e06d77ebb561f43a745a4b2b72e22ac19381d:/wxPython/src/__core_rename.i diff --git a/wxPython/src/__core_rename.i b/wxPython/src/__core_rename.i index ade57fda9b..d7bf1bf60d 100644 --- a/wxPython/src/__core_rename.i +++ b/wxPython/src/__core_rename.i @@ -504,7 +504,6 @@ %rename(OutputStream) wxOutputStream; %rename(FSFile) wxFSFile; %rename(FileSystem) wxFileSystem; -%rename(FileSystem_URLToFileName) wxFileSystem_URLToFileName; %rename(InternetFSHandler) wxInternetFSHandler; %rename(ZipFSHandler) wxZipFSHandler; %rename(MemoryFSHandler) wxMemoryFSHandler; @@ -602,6 +601,9 @@ %rename(WakeUpIdle) wxWakeUpIdle; %rename(PostEvent) wxPostEvent; %rename(App_CleanUp) wxApp_CleanUp; +%rename(SetDefaultPyEncoding) wxSetDefaultPyEncoding; +%rename(GetDefaultPyEncoding) wxGetDefaultPyEncoding; +%rename(EventLoop) wxEventLoop; %rename(AcceleratorEntry) wxAcceleratorEntry; %rename(AcceleratorTable) wxAcceleratorTable; %rename(NullAcceleratorTable) wxNullAcceleratorTable;