]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/ogl/oglshapes.py
Minor compilation fix for Borland
[wxWidgets.git] / utils / wxPython / modules / ogl / oglshapes.py
index d0d712d51f8ecceacc9022d945b68ede3eac4a4e..35813bb1f7e620eceb94ff20b1c4cb23410b5483 100644 (file)
@@ -743,6 +743,10 @@ class wxPyCompositeShapePtr(wxPyRectangleShapePtr):
         val = apply(oglshapesc.wxPyCompositeShape_AddConstraint,(self,) + _args, _kwargs)
         if val: val = wxOGLConstraintPtr(val) 
         return val
+    def AddConstrainedShapes(self, *_args, **_kwargs):
+        val = apply(oglshapesc.wxPyCompositeShape_AddConstrainedShapes,(self,) + _args, _kwargs)
+        if val: val = wxOGLConstraintPtr(val) 
+        return val
     def AddSimpleConstraint(self, *_args, **_kwargs):
         val = apply(oglshapesc.wxPyCompositeShape_AddSimpleConstraint,(self,) + _args, _kwargs)
         if val: val = wxOGLConstraintPtr(val)