_glcanvas.GLCanvas_swiginit(self,_glcanvas.new_GLCanvas(*args, **kwargs))
self._setOORInfo(self)
- def SetCurrent(*args, **kwargs):
- """SetCurrent(self, GLContext RC)"""
- return _glcanvas.GLCanvas_SetCurrent(*args, **kwargs)
+ def SetCurrent(*args):
+ """
+ SetCurrent(self)
+ SetCurrent(self, GLContext RC)
+ """
+ return _glcanvas.GLCanvas_SetCurrent(*args)
def SetColour(*args, **kwargs):
"""SetColour(self, String colour)"""
"""GetPalette(self) -> Palette"""
return _glcanvas.GLCanvas_GetPalette(*args, **kwargs)
+ Context = property(GetContext,doc="See `GetContext`")
_glcanvas.GLCanvas_swigregister(GLCanvas)
def GLCanvasWithContext(*args, **kwargs):