X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2131d850ee99b2bebed4cc8d1467493ad0c226a5..6df6e35a3eae74404f15f8f7c09ce19c29f47b4a:/wxPython/contrib/glcanvas/mac/glcanvas.py diff --git a/wxPython/contrib/glcanvas/mac/glcanvas.py b/wxPython/contrib/glcanvas/mac/glcanvas.py index 05db0018dc..127fe8fb79 100644 --- a/wxPython/contrib/glcanvas/mac/glcanvas.py +++ b/wxPython/contrib/glcanvas/mac/glcanvas.py @@ -70,22 +70,6 @@ class GLContext(_core.Object): _glcanvas.GLContext_swiginit(self,_glcanvas.new_GLContext(*args, **kwargs)) __swig_destroy__ = _glcanvas.delete_GLContext __del__ = lambda self : None; - def SetCurrent(*args, **kwargs): - """SetCurrent(self)""" - return _glcanvas.GLContext_SetCurrent(*args, **kwargs) - - def SetColour(*args, **kwargs): - """SetColour(self, String colour)""" - return _glcanvas.GLContext_SetColour(*args, **kwargs) - - def SwapBuffers(*args, **kwargs): - """SwapBuffers(self)""" - return _glcanvas.GLContext_SwapBuffers(*args, **kwargs) - - def GetWindow(*args, **kwargs): - """GetWindow(self) -> Window""" - return _glcanvas.GLContext_GetWindow(*args, **kwargs) - _glcanvas.GLContext_swigregister(GLContext) cvar = _glcanvas.cvar GLCanvasNameStr = cvar.GLCanvasNameStr @@ -119,9 +103,9 @@ class GLCanvas(_core.Window): _glcanvas.GLCanvas_swiginit(self,_glcanvas.new_GLCanvas(*args, **kwargs)) self._setOORInfo(self) - def SetCurrent(*args, **kwargs): + def SetCurrent(*args): """SetCurrent(self)""" - return _glcanvas.GLCanvas_SetCurrent(*args, **kwargs) + return _glcanvas.GLCanvas_SetCurrent(*args) def SetColour(*args, **kwargs): """SetColour(self, String colour)""" @@ -135,6 +119,7 @@ class GLCanvas(_core.Window): """GetContext(self) -> GLContext""" return _glcanvas.GLCanvas_GetContext(*args, **kwargs) + Context = property(GetContext,doc="See `GetContext`") _glcanvas.GLCanvas_swigregister(GLCanvas) def GLCanvasWithContext(*args, **kwargs):