X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0122b7e3fcfd78f879470053c91a60e3c66537a3..4e1c35f810f574af79e649fa37171dfa7fc775ee:/wxPython/contrib/ogl/oglshapes.py diff --git a/wxPython/contrib/ogl/oglshapes.py b/wxPython/contrib/ogl/oglshapes.py index 1496d5e7a6..9f6d7e260f 100644 --- a/wxPython/contrib/ogl/oglshapes.py +++ b/wxPython/contrib/ogl/oglshapes.py @@ -9,12 +9,16 @@ from windows import * from gdi import * +from fonts import * + from clip_dnd import * from events import * from streams import * +from utils import * + from mdi import * from frames import * @@ -39,8 +43,6 @@ from sizers import * from filesys import * -from utils import * - from oglbasic import * import wx class wxPseudoMetaFilePtr(wxObjectPtr): @@ -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)