]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/ogl/oglshapes.py
Added #include "wx/bitmap.h"
[wxWidgets.git] / utils / wxPython / modules / ogl / oglshapes.py
index 027ab140cb9d62c9ebadf241a428289c78308941..35813bb1f7e620eceb94ff20b1c4cb23410b5483 100644 (file)
@@ -9,6 +9,8 @@ from windows import *
 
 from gdi import *
 
+from clip_dnd import *
+
 from events import *
 
 from mdi import *
@@ -741,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)