| 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. |
| 3 | |
| 4 | #ifndef BUILDING_RENAMERS |
| 5 | |
| 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; |
| 29 | |
| 30 | #endif |