]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/contrib/ogl/_ogl_rename.i
Fixed a very weird typo
[wxWidgets.git] / wxPython / contrib / ogl / _ogl_rename.i
... / ...
CommitLineData
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(PyShapeEvtHandler) wxPyShapeEvtHandler;
8%rename(PyShape) wxPyShape;
9%rename(PseudoMetaFile) wxPseudoMetaFile;
10%rename(PyRectangleShape) wxPyRectangleShape;
11%rename(PyControlPoint) wxPyControlPoint;
12%rename(PyBitmapShape) wxPyBitmapShape;
13%rename(PyDrawnShape) wxPyDrawnShape;
14%rename(OGLConstraint) wxOGLConstraint;
15%rename(PyCompositeShape) wxPyCompositeShape;
16%rename(PyDividedShape) wxPyDividedShape;
17%rename(PyDivisionShape) wxPyDivisionShape;
18%rename(PyEllipseShape) wxPyEllipseShape;
19%rename(PyCircleShape) wxPyCircleShape;
20%rename(ArrowHead) wxArrowHead;
21%rename(PyLineShape) wxPyLineShape;
22%rename(PyPolygonShape) wxPyPolygonShape;
23%rename(PyTextShape) wxPyTextShape;
24%rename(Diagram) wxDiagram;
25%rename(PyShapeCanvas) wxPyShapeCanvas;
26%rename(OGLInitialize) wxOGLInitialize;
27%rename(OGLCleanUp) wxOGLCleanUp;
28
29#endif