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