1 // A bunch of %rename directives generated by BuildRenamers in config.py
 
   2 // in order to remove the wx prefix from all global scope names.
 
   4 #ifndef BUILDING_RENAMERS
 
   6 %rename(ShapeRegion)                        wxShapeRegion;
 
   7 %rename(AttachmentPoint)                    wxAttachmentPoint;
 
   8 %rename(PyShapeEvtHandler)                  wxPyShapeEvtHandler;
 
   9 %rename(PyShape)                            wxPyShape;
 
  10 %rename(PseudoMetaFile)                     wxPseudoMetaFile;
 
  11 %rename(PyRectangleShape)                   wxPyRectangleShape;
 
  12 %rename(PyControlPoint)                     wxPyControlPoint;
 
  13 %rename(PyBitmapShape)                      wxPyBitmapShape;
 
  14 %rename(PyDrawnShape)                       wxPyDrawnShape;
 
  15 %rename(OGLConstraint)                      wxOGLConstraint;
 
  16 %rename(PyCompositeShape)                   wxPyCompositeShape;
 
  17 %rename(PyDividedShape)                     wxPyDividedShape;
 
  18 %rename(PyDivisionShape)                    wxPyDivisionShape;
 
  19 %rename(PyEllipseShape)                     wxPyEllipseShape;
 
  20 %rename(PyCircleShape)                      wxPyCircleShape;
 
  21 %rename(ArrowHead)                          wxArrowHead;
 
  22 %rename(PyLineShape)                        wxPyLineShape;
 
  23 %rename(PyPolygonShape)                     wxPyPolygonShape;
 
  24 %rename(PyTextShape)                        wxPyTextShape;
 
  25 %rename(Diagram)                            wxDiagram;
 
  26 %rename(PyShapeCanvas)                      wxPyShapeCanvas;
 
  27 %rename(OGLInitialize)                      wxOGLInitialize;
 
  28 %rename(OGLCleanUp)                         wxOGLCleanUp;