]>
Commit | Line | Data |
---|---|---|
1 | # This file was created automatically by SWIG. | |
2 | import glcanvasc | |
3 | ||
4 | from misc import * | |
5 | ||
6 | from misc2 import * | |
7 | ||
8 | from windows import * | |
9 | ||
10 | from gdi import * | |
11 | ||
12 | from fonts import * | |
13 | ||
14 | from clip_dnd import * | |
15 | ||
16 | from events import * | |
17 | ||
18 | from streams import * | |
19 | ||
20 | from utils import * | |
21 | ||
22 | from mdi import * | |
23 | ||
24 | from frames import * | |
25 | ||
26 | from stattool import * | |
27 | ||
28 | from controls import * | |
29 | ||
30 | from controls2 import * | |
31 | ||
32 | from windows2 import * | |
33 | ||
34 | from cmndlgs import * | |
35 | ||
36 | from windows3 import * | |
37 | ||
38 | from image import * | |
39 | ||
40 | from printfw import * | |
41 | ||
42 | from sizers import * | |
43 | ||
44 | from filesys import * | |
45 | import wx | |
46 | class wxGLContextPtr(wxObjectPtr): | |
47 | def __init__(self,this): | |
48 | self.this = this | |
49 | self.thisown = 0 | |
50 | def __del__(self, delfunc=glcanvasc.delete_wxGLContext): | |
51 | if self.thisown == 1: | |
52 | try: | |
53 | delfunc(self) | |
54 | except: | |
55 | pass | |
56 | def SetCurrent(self, *_args, **_kwargs): | |
57 | val = glcanvasc.wxGLContext_SetCurrent(self, *_args, **_kwargs) | |
58 | return val | |
59 | def SetColour(self, *_args, **_kwargs): | |
60 | val = glcanvasc.wxGLContext_SetColour(self, *_args, **_kwargs) | |
61 | return val | |
62 | def SwapBuffers(self, *_args, **_kwargs): | |
63 | val = glcanvasc.wxGLContext_SwapBuffers(self, *_args, **_kwargs) | |
64 | return val | |
65 | def GetWindow(self, *_args, **_kwargs): | |
66 | val = glcanvasc.wxGLContext_GetWindow(self, *_args, **_kwargs) | |
67 | return val | |
68 | def __repr__(self): | |
69 | return "<%s.%s instance; proxy of C++ wxGLContext instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) | |
70 | class wxGLContext(wxGLContextPtr): | |
71 | def __init__(self,*_args,**_kwargs): | |
72 | self.this = glcanvasc.new_wxGLContext(*_args,**_kwargs) | |
73 | self.thisown = 1 | |
74 | ||
75 | ||
76 | ||
77 | ||
78 | class wxGLCanvasPtr(wxWindowPtr): | |
79 | def __init__(self,this): | |
80 | self.this = this | |
81 | self.thisown = 0 | |
82 | def SetCurrent(self, *_args, **_kwargs): | |
83 | val = glcanvasc.wxGLCanvas_SetCurrent(self, *_args, **_kwargs) | |
84 | return val | |
85 | def SetColour(self, *_args, **_kwargs): | |
86 | val = glcanvasc.wxGLCanvas_SetColour(self, *_args, **_kwargs) | |
87 | return val | |
88 | def SwapBuffers(self, *_args, **_kwargs): | |
89 | val = glcanvasc.wxGLCanvas_SwapBuffers(self, *_args, **_kwargs) | |
90 | return val | |
91 | def GetContext(self, *_args, **_kwargs): | |
92 | val = glcanvasc.wxGLCanvas_GetContext(self, *_args, **_kwargs) | |
93 | if val: val = wxGLContextPtr(val) | |
94 | return val | |
95 | def SetupPixelFormat(self, *_args, **_kwargs): | |
96 | val = glcanvasc.wxGLCanvas_SetupPixelFormat(self, *_args, **_kwargs) | |
97 | return val | |
98 | def SetupPalette(self, *_args, **_kwargs): | |
99 | val = glcanvasc.wxGLCanvas_SetupPalette(self, *_args, **_kwargs) | |
100 | return val | |
101 | def CreateDefaultPalette(self, *_args, **_kwargs): | |
102 | val = glcanvasc.wxGLCanvas_CreateDefaultPalette(self, *_args, **_kwargs) | |
103 | if val: val = wxPalettePtr(val) ; val.thisown = 1 | |
104 | return val | |
105 | def GetPalette(self, *_args, **_kwargs): | |
106 | val = glcanvasc.wxGLCanvas_GetPalette(self, *_args, **_kwargs) | |
107 | if val: val = wxPalettePtr(val) | |
108 | return val | |
109 | def __repr__(self): | |
110 | return "<%s.%s instance; proxy of C++ wxGLCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) | |
111 | class wxGLCanvas(wxGLCanvasPtr): | |
112 | def __init__(self,*_args,**_kwargs): | |
113 | self.this = glcanvasc.new_wxGLCanvas(*_args,**_kwargs) | |
114 | self.thisown = 1 | |
115 | self._setOORInfo(self) | |
116 | ||
117 | ||
118 | ||
119 | def wxGLCanvasWithContext(*_args,**_kwargs): | |
120 | val = wxGLCanvasPtr(glcanvasc.new_wxGLCanvasWithContext(*_args,**_kwargs)) | |
121 | val.thisown = 1 | |
122 | val._setOORInfo(self) | |
123 | return val | |
124 | ||
125 | ||
126 | ||
127 | ||
128 | #-------------- FUNCTION WRAPPERS ------------------ | |
129 | ||
130 | ||
131 | ||
132 | #-------------- VARIABLE WRAPPERS ------------------ | |
133 | ||
134 | WX_GL_RGBA = glcanvasc.WX_GL_RGBA | |
135 | WX_GL_BUFFER_SIZE = glcanvasc.WX_GL_BUFFER_SIZE | |
136 | WX_GL_LEVEL = glcanvasc.WX_GL_LEVEL | |
137 | WX_GL_DOUBLEBUFFER = glcanvasc.WX_GL_DOUBLEBUFFER | |
138 | WX_GL_STEREO = glcanvasc.WX_GL_STEREO | |
139 | WX_GL_AUX_BUFFERS = glcanvasc.WX_GL_AUX_BUFFERS | |
140 | WX_GL_MIN_RED = glcanvasc.WX_GL_MIN_RED | |
141 | WX_GL_MIN_GREEN = glcanvasc.WX_GL_MIN_GREEN | |
142 | WX_GL_MIN_BLUE = glcanvasc.WX_GL_MIN_BLUE | |
143 | WX_GL_MIN_ALPHA = glcanvasc.WX_GL_MIN_ALPHA | |
144 | WX_GL_DEPTH_SIZE = glcanvasc.WX_GL_DEPTH_SIZE | |
145 | WX_GL_STENCIL_SIZE = glcanvasc.WX_GL_STENCIL_SIZE | |
146 | WX_GL_MIN_ACCUM_RED = glcanvasc.WX_GL_MIN_ACCUM_RED | |
147 | WX_GL_MIN_ACCUM_GREEN = glcanvasc.WX_GL_MIN_ACCUM_GREEN | |
148 | WX_GL_MIN_ACCUM_BLUE = glcanvasc.WX_GL_MIN_ACCUM_BLUE | |
149 | WX_GL_MIN_ACCUM_ALPHA = glcanvasc.WX_GL_MIN_ACCUM_ALPHA |