Added reverse renamers for the *Ptr classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-04 01:17:02 +00:00
parent bdcf3ef53d
commit 423af76e39
15 changed files with 415 additions and 0 deletions

View File

@@ -20,27 +20,47 @@ del sys, _wx
# Now assign all the reverse-renamed names:
wxShapeRegion = wx.ogl.ShapeRegion
wxShapeRegionPtr = wx.ogl.ShapeRegionPtr
wxPyShapeEvtHandler = wx.ogl.PyShapeEvtHandler
wxPyShapeEvtHandlerPtr = wx.ogl.PyShapeEvtHandlerPtr
wxPyShape = wx.ogl.PyShape
wxPyShapePtr = wx.ogl.PyShapePtr
oglMETAFLAGS_OUTLINE = wx.ogl.oglMETAFLAGS_OUTLINE
oglMETAFLAGS_ATTACHMENTS = wx.ogl.oglMETAFLAGS_ATTACHMENTS
wxPseudoMetaFile = wx.ogl.PseudoMetaFile
wxPseudoMetaFilePtr = wx.ogl.PseudoMetaFilePtr
wxPyRectangleShape = wx.ogl.PyRectangleShape
wxPyRectangleShapePtr = wx.ogl.PyRectangleShapePtr
wxPyControlPoint = wx.ogl.PyControlPoint
wxPyControlPointPtr = wx.ogl.PyControlPointPtr
wxPyBitmapShape = wx.ogl.PyBitmapShape
wxPyBitmapShapePtr = wx.ogl.PyBitmapShapePtr
wxPyDrawnShape = wx.ogl.PyDrawnShape
wxPyDrawnShapePtr = wx.ogl.PyDrawnShapePtr
wxOGLConstraint = wx.ogl.OGLConstraint
wxOGLConstraintPtr = wx.ogl.OGLConstraintPtr
wxPyCompositeShape = wx.ogl.PyCompositeShape
wxPyCompositeShapePtr = wx.ogl.PyCompositeShapePtr
wxPyDividedShape = wx.ogl.PyDividedShape
wxPyDividedShapePtr = wx.ogl.PyDividedShapePtr
wxPyDivisionShape = wx.ogl.PyDivisionShape
wxPyDivisionShapePtr = wx.ogl.PyDivisionShapePtr
wxPyEllipseShape = wx.ogl.PyEllipseShape
wxPyEllipseShapePtr = wx.ogl.PyEllipseShapePtr
wxPyCircleShape = wx.ogl.PyCircleShape
wxPyCircleShapePtr = wx.ogl.PyCircleShapePtr
wxArrowHead = wx.ogl.ArrowHead
wxArrowHeadPtr = wx.ogl.ArrowHeadPtr
wxPyLineShape = wx.ogl.PyLineShape
wxPyLineShapePtr = wx.ogl.PyLineShapePtr
wxPyPolygonShape = wx.ogl.PyPolygonShape
wxPyPolygonShapePtr = wx.ogl.PyPolygonShapePtr
wxPyTextShape = wx.ogl.PyTextShape
wxPyTextShapePtr = wx.ogl.PyTextShapePtr
wxDiagram = wx.ogl.Diagram
wxDiagramPtr = wx.ogl.DiagramPtr
wxPyShapeCanvas = wx.ogl.PyShapeCanvas
wxPyShapeCanvasPtr = wx.ogl.PyShapeCanvasPtr
KEY_SHIFT = wx.ogl.KEY_SHIFT
KEY_CTRL = wx.ogl.KEY_CTRL
ARROW_NONE = wx.ogl.ARROW_NONE