X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54f9ee450905e98296e6afd1376b3d1e06a1e00f..609b563c8b9ade4fcde9160f11c7deaf16a9f7b6:/wxPython/src/__windows_rename.i diff --git a/wxPython/src/__windows_rename.i b/wxPython/src/__windows_rename.i index 739fafc71a..9a0d81ac2b 100644 --- a/wxPython/src/__windows_rename.i +++ b/wxPython/src/__windows_rename.i @@ -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 @@ -48,6 +48,9 @@ %rename(SPLASH_NO_TIMEOUT) wxSPLASH_NO_TIMEOUT; %rename(SplashScreenWindow) wxSplashScreenWindow; %rename(SplashScreen) wxSplashScreen; +%rename(SB_NORMAL) wxSB_NORMAL; +%rename(SB_FLAT) wxSB_FLAT; +%rename(SB_RAISED) wxSB_RAISED; %rename(StatusBar) wxStatusBar; %rename(SP_NOBORDER) wxSP_NOBORDER; %rename(SP_NOSASH) wxSP_NOSASH;