]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/ogl/_ogl_rename.i
Any reason why we #if the menuitem bitmap code in the menu sample? For now just addin...
[wxWidgets.git] / wxPython / contrib / ogl / _ogl_rename.i
CommitLineData
237302e7 1// A bunch of %rename directives generated by BuildRenamers in config.py
d14a1e28
RD
2// in order to remove the wx prefix from all global scope names.
3
bf5ff0c3 4#ifndef BUILDING_RENAMERS
d14a1e28
RD
5
6%rename(ShapeRegion) wxShapeRegion;
e7726f5e 7%rename(AttachmentPoint) wxAttachmentPoint;
d14a1e28
RD
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