]>
Commit | Line | Data |
---|---|---|
e91a9dfc | 1 | |
9416aa89 | 2 | # aliases |
e91a9dfc RD |
3 | wxShapeCanvas = wxPyShapeCanvas |
4 | wxShapeEvtHandler = wxPyShapeEvtHandler | |
5 | wxShape = wxPyShape | |
6 | wxRectangleShape = wxPyRectangleShape | |
7 | wxBitmapShape = wxPyBitmapShape | |
8 | wxDrawnShape = wxPyDrawnShape | |
9 | wxCompositeShape = wxPyCompositeShape | |
10 | wxDividedShape = wxPyDividedShape | |
11 | wxDivisionShape = wxPyDivisionShape | |
12 | wxEllipseShape = wxPyEllipseShape | |
13 | wxCircleShape = wxPyCircleShape | |
14 | wxLineShape = wxPyLineShape | |
15 | wxPolygonShape = wxPyPolygonShape | |
16 | wxTextShape = wxPyTextShape | |
2348eaee | 17 | wxControlPoint = wxPyControlPoint |
e91a9dfc RD |
18 | |
19 | # Stuff these names into the wx namespace so wxPyConstructObject can find them | |
20 | import wx | |
9416aa89 RD |
21 | wx.wxArrowHeadPtr = wxArrowHeadPtr |
22 | wx.wxControlPointPtr = wxPyControlPointPtr | |
23 | wx.wxDiagramPtr = wxDiagramPtr | |
24 | wx.wxOGLConstraintPtr = wxOGLConstraintPtr | |
25 | wx.wxPseudoMetaFilePtr = wxPseudoMetaFile | |
e91a9dfc | 26 | wx.wxPyBitmapShapePtr = wxPyBitmapShapePtr |
9416aa89 | 27 | wx.wxPyCircleShapePtr = wxPyCircleShapePtr |
e91a9dfc | 28 | wx.wxPyCompositeShapePtr = wxPyCompositeShapePtr |
9416aa89 | 29 | wx.wxPyControlPointPtr = wxPyControlPointPtr |
e91a9dfc RD |
30 | wx.wxPyDividedShapePtr = wxPyDividedShapePtr |
31 | wx.wxPyDivisionShapePtr = wxPyDivisionShapePtr | |
9416aa89 | 32 | wx.wxPyDrawnShapePtr = wxPyDrawnShapePtr |
e91a9dfc | 33 | wx.wxPyEllipseShapePtr = wxPyEllipseShapePtr |
e91a9dfc RD |
34 | wx.wxPyLineShapePtr = wxPyLineShapePtr |
35 | wx.wxPyPolygonShapePtr = wxPyPolygonShapePtr | |
9416aa89 RD |
36 | wx.wxPyRectangleShapePtr = wxPyRectangleShapePtr |
37 | wx.wxPyShapeCanvasPtr = wxPyShapeCanvasPtr | |
38 | wx.wxPyShapeEvtHandlerPtr = wxPyShapeEvtHandlerPtr | |
39 | wx.wxPyShapePtr = wxPyShapePtr | |
e91a9dfc RD |
40 | wx.wxPyTextShapePtr = wxPyTextShapePtr |
41 | wx.wxShapeRegionPtr = wxShapeRegionPtr |