X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08da19d737fcb12a19a2746b438b3a3610214e6d..4e1c35f810f574af79e649fa37171dfa7fc775ee:/wxPython/contrib/ogl/oglshapes.py diff --git a/wxPython/contrib/ogl/oglshapes.py b/wxPython/contrib/ogl/oglshapes.py index bce43eeda9..9f6d7e260f 100644 --- a/wxPython/contrib/ogl/oglshapes.py +++ b/wxPython/contrib/ogl/oglshapes.py @@ -9,6 +9,8 @@ from windows import * from gdi import * +from fonts import * + from clip_dnd import * from events import * @@ -289,6 +291,7 @@ class wxPyRectangleShape(wxPyRectangleShapePtr): self.this = apply(oglshapesc.new_wxPyRectangleShape,_args,_kwargs) self.thisown = 1 self._setCallbackInfo(self, wxPyRectangleShape) + self._setOORInfo(self) @@ -397,6 +400,7 @@ class wxPyControlPoint(wxPyControlPointPtr): self.this = apply(oglshapesc.new_wxPyControlPoint,_args,_kwargs) self.thisown = 1 self._setCallbackInfo(self, wxPyControlPoint) + self._setOORInfo(self) @@ -515,6 +519,7 @@ class wxPyBitmapShape(wxPyBitmapShapePtr): self.this = apply(oglshapesc.new_wxPyBitmapShape,_args,_kwargs) self.thisown = 1 self._setCallbackInfo(self, wxPyBitmapShape) + self._setOORInfo(self) @@ -704,6 +709,7 @@ class wxPyDrawnShape(wxPyDrawnShapePtr): self.this = apply(oglshapesc.new_wxPyDrawnShape,_args,_kwargs) self.thisown = 1 self._setCallbackInfo(self, wxPyDrawnShape) + self._setOORInfo(self) @@ -874,6 +880,7 @@ class wxPyCompositeShape(wxPyCompositeShapePtr): self.this = apply(oglshapesc.new_wxPyCompositeShape,_args,_kwargs) self.thisown = 1 self._setCallbackInfo(self, wxPyCompositeShape) + self._setOORInfo(self) @@ -985,6 +992,7 @@ class wxPyDividedShape(wxPyDividedShapePtr): self.this = apply(oglshapesc.new_wxPyDividedShape,_args,_kwargs) self.thisown = 1 self._setCallbackInfo(self, wxPyDividedShape) + self._setOORInfo(self) @@ -1167,6 +1175,7 @@ class wxPyDivisionShape(wxPyDivisionShapePtr): self.this = apply(oglshapesc.new_wxPyDivisionShape,_args,_kwargs) self.thisown = 1 self._setCallbackInfo(self, wxPyDivisionShape) + self._setOORInfo(self)