]>
Commit | Line | Data |
---|---|---|
1 | # This file was created automatically by SWIG. | |
2 | # Don't modify this file, modify the SWIG interface instead. | |
3 | ||
4 | import _glcanvas | |
5 | ||
6 | import core | |
7 | wx = core | |
8 | class GLContext(core.Object): | |
9 | def __init__(self, *args, **kwargs): | |
10 | newobj = _glcanvas.new_GLContext(*args, **kwargs) | |
11 | self.this = newobj.this | |
12 | self.thisown = 1 | |
13 | del newobj.thisown | |
14 | def __del__(self, destroy=_glcanvas.delete_GLContext): | |
15 | try: | |
16 | if self.thisown: destroy(self) | |
17 | except: pass | |
18 | def SetCurrent(*args, **kwargs): return _glcanvas.GLContext_SetCurrent(*args, **kwargs) | |
19 | def SetColour(*args, **kwargs): return _glcanvas.GLContext_SetColour(*args, **kwargs) | |
20 | def SwapBuffers(*args, **kwargs): return _glcanvas.GLContext_SwapBuffers(*args, **kwargs) | |
21 | def GetWindow(*args, **kwargs): return _glcanvas.GLContext_GetWindow(*args, **kwargs) | |
22 | def __repr__(self): | |
23 | return "<%s.%s; proxy of C++ wxGLContext instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
24 | ||
25 | class GLContextPtr(GLContext): | |
26 | def __init__(self, this): | |
27 | self.this = this | |
28 | if not hasattr(self,"thisown"): self.thisown = 0 | |
29 | self.__class__ = GLContext | |
30 | _glcanvas.GLContext_swigregister(GLContextPtr) | |
31 | ||
32 | WX_GL_RGBA = _glcanvas.WX_GL_RGBA | |
33 | WX_GL_BUFFER_SIZE = _glcanvas.WX_GL_BUFFER_SIZE | |
34 | WX_GL_LEVEL = _glcanvas.WX_GL_LEVEL | |
35 | WX_GL_DOUBLEBUFFER = _glcanvas.WX_GL_DOUBLEBUFFER | |
36 | WX_GL_STEREO = _glcanvas.WX_GL_STEREO | |
37 | WX_GL_AUX_BUFFERS = _glcanvas.WX_GL_AUX_BUFFERS | |
38 | WX_GL_MIN_RED = _glcanvas.WX_GL_MIN_RED | |
39 | WX_GL_MIN_GREEN = _glcanvas.WX_GL_MIN_GREEN | |
40 | WX_GL_MIN_BLUE = _glcanvas.WX_GL_MIN_BLUE | |
41 | WX_GL_MIN_ALPHA = _glcanvas.WX_GL_MIN_ALPHA | |
42 | WX_GL_DEPTH_SIZE = _glcanvas.WX_GL_DEPTH_SIZE | |
43 | WX_GL_STENCIL_SIZE = _glcanvas.WX_GL_STENCIL_SIZE | |
44 | WX_GL_MIN_ACCUM_RED = _glcanvas.WX_GL_MIN_ACCUM_RED | |
45 | WX_GL_MIN_ACCUM_GREEN = _glcanvas.WX_GL_MIN_ACCUM_GREEN | |
46 | WX_GL_MIN_ACCUM_BLUE = _glcanvas.WX_GL_MIN_ACCUM_BLUE | |
47 | WX_GL_MIN_ACCUM_ALPHA = _glcanvas.WX_GL_MIN_ACCUM_ALPHA | |
48 | class GLCanvas(core.Window): | |
49 | def __init__(self, *args, **kwargs): | |
50 | newobj = _glcanvas.new_GLCanvas(*args, **kwargs) | |
51 | self.this = newobj.this | |
52 | self.thisown = 1 | |
53 | del newobj.thisown | |
54 | self._setOORInfo(self) | |
55 | def SetCurrent(*args, **kwargs): return _glcanvas.GLCanvas_SetCurrent(*args, **kwargs) | |
56 | def SetColour(*args, **kwargs): return _glcanvas.GLCanvas_SetColour(*args, **kwargs) | |
57 | def SwapBuffers(*args, **kwargs): return _glcanvas.GLCanvas_SwapBuffers(*args, **kwargs) | |
58 | def GetContext(*args, **kwargs): return _glcanvas.GLCanvas_GetContext(*args, **kwargs) | |
59 | def __repr__(self): | |
60 | return "<%s.%s; proxy of C++ wxGLCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
61 | ||
62 | class GLCanvasPtr(GLCanvas): | |
63 | def __init__(self, this): | |
64 | self.this = this | |
65 | if not hasattr(self,"thisown"): self.thisown = 0 | |
66 | self.__class__ = GLCanvas | |
67 | _glcanvas.GLCanvas_swigregister(GLCanvasPtr) | |
68 | ||
69 | def wxGLCanvasWithContext(*args, **kwargs): | |
70 | val = _glcanvas.new_wxGLCanvasWithContext(*args, **kwargs) | |
71 | val.thisown = 1 | |
72 | val._setOORInfo(val) | |
73 | return val | |
74 | ||
75 |