Some minor updates and fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user