X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..700c96d420c7413ff2220e16e848962bdd2e45eb:/wxPython/src/_windows_rename.i diff --git a/wxPython/src/_windows_rename.i b/wxPython/src/_windows_rename.i index 47f2aca1a2..e72f8c2326 100644 --- a/wxPython/src/_windows_rename.i +++ b/wxPython/src/_windows_rename.i @@ -1,14 +1,10 @@ // A bunch of %rename directives generated by ./distrib/build_renamers.py // in order to remove the wx prefix from all global scope names. -#ifndef SWIGXML +#ifndef BUILDING_RENAMERS %rename(Panel) wxPanel; %rename(ScrolledWindow) wxScrolledWindow; -%rename(AcceleratorEntry) wxAcceleratorEntry; -%rename(AcceleratorTable) wxAcceleratorTable; -%rename(NullAcceleratorTable) wxNullAcceleratorTable; -%rename(GetAccelFromString) wxGetAccelFromString; %rename(FULLSCREEN_NOMENUBAR) wxFULLSCREEN_NOMENUBAR; %rename(FULLSCREEN_NOTOOLBAR) wxFULLSCREEN_NOTOOLBAR; %rename(FULLSCREEN_NOSTATUSBAR) wxFULLSCREEN_NOSTATUSBAR;