X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e91a9dfcc3589df1d3577bb8d4695f269405a52b..07296f0b12657b0f2e28d169dd64d11e901eab8c:/utils/wxPython/modules/ogl/ogl.py diff --git a/utils/wxPython/modules/ogl/ogl.py b/utils/wxPython/modules/ogl/ogl.py index dbd21d30f3..8a478c5ba7 100644 --- a/utils/wxPython/modules/ogl/ogl.py +++ b/utils/wxPython/modules/ogl/ogl.py @@ -31,6 +31,8 @@ from image import * from printfw import * +from sizers import * + from oglbasic import * from oglshapes import * @@ -132,7 +134,7 @@ wxCircleShape = wxPyCircleShape wxLineShape = wxPyLineShape wxPolygonShape = wxPyPolygonShape wxTextShape = wxPyTextShape - +wxControlPoint = wxPyControlPoint # Stuff these names into the wx namespace so wxPyConstructObject can find them import wx @@ -152,3 +154,4 @@ wx.wxPyPolygonShapePtr = wxPyPolygonShapePtr wx.wxPyTextShapePtr = wxPyTextShapePtr wx.wxShapeRegionPtr = wxShapeRegionPtr wx.wxOGLConstraintPtr = wxOGLConstraintPtr +wx.wxControlPointPtr = wxPyControlPointPtr