X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e91a9dfcc3589df1d3577bb8d4695f269405a52b..57a1fd73042accb25f48366ef8b51c974dfa2c04:/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