-// 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(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;