1 // A bunch of %rename directives generated by ./distrib/build_renamers.py
 
   2 // in order to remove the wx prefix from all global scope names.
 
   4 #ifndef BUILDING_RENAMERS
 
   6 %rename(GLContext)                          wxGLContext;
 
   7 %rename(GLCanvas)                           wxGLCanvas;
 
   8 %rename(GLCanvasWithContext)                wxGLCanvasWithContext;