X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eec92d76f8798c69f117315a7b41d08b769e31e0..2912e35f1774b140b44cb9f9568aa5ab8122cd02:/utils/wxPython/modules/ogl/oglshapes.py diff --git a/utils/wxPython/modules/ogl/oglshapes.py b/utils/wxPython/modules/ogl/oglshapes.py index d0d712d51f..35813bb1f7 100644 --- a/utils/wxPython/modules/ogl/oglshapes.py +++ b/utils/wxPython/modules/ogl/oglshapes.py @@ -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)