]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/glcanvas/mac/glcanvas.py
   1 # This file was created automatically by SWIG. 
   2 # Don't modify this file, modify the SWIG interface instead. 
   8 class GLContext(core
.Object
): 
  10         return "<%s.%s; proxy of C++ wxGLContext instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,) 
  11     def __init__(self
, *args
, **kwargs
): 
  13         __init__(bool isRGB, GLCanvas win, wxPalette palette=wxNullPalette,  
  14             GLContext other=None) -> GLContext 
  16         newobj 
= _glcanvas
.new_GLContext(*args
, **kwargs
) 
  17         self
.this 
= newobj
.this
 
  20     def __del__(self
, destroy
=_glcanvas
.delete_GLContext
): 
  23             if self
.thisown
: destroy(self
) 
  26     def SetCurrent(*args
, **kwargs
): 
  28         return _glcanvas
.GLContext_SetCurrent(*args
, **kwargs
) 
  30     def SetColour(*args
, **kwargs
): 
  31         """SetColour(String colour)""" 
  32         return _glcanvas
.GLContext_SetColour(*args
, **kwargs
) 
  34     def SwapBuffers(*args
, **kwargs
): 
  36         return _glcanvas
.GLContext_SwapBuffers(*args
, **kwargs
) 
  38     def GetWindow(*args
, **kwargs
): 
  39         """GetWindow() -> Window""" 
  40         return _glcanvas
.GLContext_GetWindow(*args
, **kwargs
) 
  43 class GLContextPtr(GLContext
): 
  44     def __init__(self
, this
): 
  46         if not hasattr(self
,"thisown"): self
.thisown 
= 0 
  47         self
.__class
__ = GLContext
 
  48 _glcanvas
.GLContext_swigregister(GLContextPtr
) 
  50 GLCanvasNameStr 
= cvar
.GLCanvasNameStr
 
  52 WX_GL_RGBA 
= _glcanvas
.WX_GL_RGBA
 
  53 WX_GL_BUFFER_SIZE 
= _glcanvas
.WX_GL_BUFFER_SIZE
 
  54 WX_GL_LEVEL 
= _glcanvas
.WX_GL_LEVEL
 
  55 WX_GL_DOUBLEBUFFER 
= _glcanvas
.WX_GL_DOUBLEBUFFER
 
  56 WX_GL_STEREO 
= _glcanvas
.WX_GL_STEREO
 
  57 WX_GL_AUX_BUFFERS 
= _glcanvas
.WX_GL_AUX_BUFFERS
 
  58 WX_GL_MIN_RED 
= _glcanvas
.WX_GL_MIN_RED
 
  59 WX_GL_MIN_GREEN 
= _glcanvas
.WX_GL_MIN_GREEN
 
  60 WX_GL_MIN_BLUE 
= _glcanvas
.WX_GL_MIN_BLUE
 
  61 WX_GL_MIN_ALPHA 
= _glcanvas
.WX_GL_MIN_ALPHA
 
  62 WX_GL_DEPTH_SIZE 
= _glcanvas
.WX_GL_DEPTH_SIZE
 
  63 WX_GL_STENCIL_SIZE 
= _glcanvas
.WX_GL_STENCIL_SIZE
 
  64 WX_GL_MIN_ACCUM_RED 
= _glcanvas
.WX_GL_MIN_ACCUM_RED
 
  65 WX_GL_MIN_ACCUM_GREEN 
= _glcanvas
.WX_GL_MIN_ACCUM_GREEN
 
  66 WX_GL_MIN_ACCUM_BLUE 
= _glcanvas
.WX_GL_MIN_ACCUM_BLUE
 
  67 WX_GL_MIN_ACCUM_ALPHA 
= _glcanvas
.WX_GL_MIN_ACCUM_ALPHA
 
  68 class GLCanvas(core
.Window
): 
  70         return "<%s.%s; proxy of C++ wxGLCanvas instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,) 
  71     def __init__(self
, *args
, **kwargs
): 
  73         __init__(Window parent, int id=-1, Point pos=DefaultPosition,  
  74             Size size=DefaultSize, long style=0, String name=GLCanvasNameStr,  
  75             int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas 
  77         newobj 
= _glcanvas
.new_GLCanvas(*args
, **kwargs
) 
  78         self
.this 
= newobj
.this
 
  81         self
._setOORInfo
(self
) 
  83     def SetCurrent(*args
, **kwargs
): 
  85         return _glcanvas
.GLCanvas_SetCurrent(*args
, **kwargs
) 
  87     def SetColour(*args
, **kwargs
): 
  88         """SetColour(String colour)""" 
  89         return _glcanvas
.GLCanvas_SetColour(*args
, **kwargs
) 
  91     def SwapBuffers(*args
, **kwargs
): 
  93         return _glcanvas
.GLCanvas_SwapBuffers(*args
, **kwargs
) 
  95     def GetContext(*args
, **kwargs
): 
  96         """GetContext() -> GLContext""" 
  97         return _glcanvas
.GLCanvas_GetContext(*args
, **kwargs
) 
 100 class GLCanvasPtr(GLCanvas
): 
 101     def __init__(self
, this
): 
 103         if not hasattr(self
,"thisown"): self
.thisown 
= 0 
 104         self
.__class
__ = GLCanvas
 
 105 _glcanvas
.GLCanvas_swigregister(GLCanvasPtr
) 
 107 def GLCanvasWithContext(*args
, **kwargs
): 
 109     GLCanvasWithContext(Window parent, GLContext shared=None, int id=-1, Point pos=DefaultPosition,  
 110         Size size=DefaultSize,  
 111         long style=0, String name=GLCanvasNameStr,  
 112         int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas 
 114     val 
= _glcanvas
.new_GLCanvasWithContext(*args
, **kwargs
)