]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/ogl/ogl.py
Created and wrapped wxPyControlPoint
[wxWidgets.git] / utils / wxPython / modules / ogl / ogl.py
index 3a1b62b323c046548f38c20a8f96a8005fcb154b..8a478c5ba7c34e8b0ca4bc4ad1bd7217d62a5b40 100644 (file)
@@ -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,4 +154,4 @@ wx.wxPyPolygonShapePtr    = wxPyPolygonShapePtr
 wx.wxPyTextShapePtr       = wxPyTextShapePtr
 wx.wxShapeRegionPtr       = wxShapeRegionPtr
 wx.wxOGLConstraintPtr     = wxOGLConstraintPtr
-wx.wxControlPointPtr      = wxControlPointPtr
+wx.wxControlPointPtr      = wxPyControlPointPtr