]>
Commit | Line | Data |
---|---|---|
a29cd6c0 | 1 | /* |
2cd2fac8 | 2 | * FILE : contrib/glcanvas/gtk/glcanvas.cpp |
a29cd6c0 HH |
3 | * |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
2cd2fac8 | 6 | * Version 1.1 (Build 883) |
a29cd6c0 HH |
7 | * |
8 | * Portions Copyright (c) 1995-1998 | |
9 | * The University of Utah and The Regents of the University of California. | |
10 | * Permission is granted to distribute this file in any manner provided | |
11 | * this notice remains intact. | |
12 | * | |
13 | * Do not make changes to this file--changes will be lost! | |
14 | * | |
15 | */ | |
16 | ||
17 | ||
18 | #define SWIGCODE | |
19 | /* Implementation : PYTHON */ | |
20 | ||
21 | #define SWIGPYTHON | |
22 | #include <string.h> | |
23 | #include <stdlib.h> | |
24 | /* Definitions for Windows/Unix exporting */ | |
25 | #if defined(__WIN32__) | |
26 | # if defined(_MSC_VER) | |
f786a3b2 | 27 | # define SWIGEXPORT(a) __declspec(dllexport) a |
a29cd6c0 HH |
28 | # else |
29 | # if defined(__BORLANDC__) | |
c368d904 | 30 | # define SWIGEXPORT(a) a _export |
a29cd6c0 | 31 | # else |
c368d904 | 32 | # define SWIGEXPORT(a) a |
a29cd6c0 HH |
33 | # endif |
34 | # endif | |
35 | #else | |
c368d904 | 36 | # define SWIGEXPORT(a) a |
a29cd6c0 HH |
37 | #endif |
38 | ||
c368d904 RD |
39 | #include "Python.h" |
40 | ||
a29cd6c0 HH |
41 | #ifdef __cplusplus |
42 | extern "C" { | |
43 | #endif | |
2cd2fac8 | 44 | |
a29cd6c0 HH |
45 | extern void SWIG_MakePtr(char *, void *, char *); |
46 | extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); | |
47 | extern char *SWIG_GetPtr(char *, void **, char *); | |
f786a3b2 | 48 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); |
a29cd6c0 HH |
49 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); |
50 | extern PyObject *SWIG_newvarlink(void); | |
51 | #ifdef __cplusplus | |
52 | } | |
53 | #endif | |
a29cd6c0 HH |
54 | #define SWIG_init initglcanvasc |
55 | ||
56 | #define SWIG_name "glcanvasc" | |
57 | ||
b68dc582 | 58 | #include "export.h" |
7ff49f0c | 59 | #include <wx/glcanvas.h> |
a29cd6c0 HH |
60 | |
61 | static PyObject* l_output_helper(PyObject* target, PyObject* o) { | |
62 | PyObject* o2; | |
2cd2fac8 | 63 | if (!target) { |
a29cd6c0 | 64 | target = o; |
2cd2fac8 | 65 | } else if (target == Py_None) { |
a29cd6c0 HH |
66 | Py_DECREF(Py_None); |
67 | target = o; | |
2cd2fac8 | 68 | } else { |
a29cd6c0 HH |
69 | if (!PyList_Check(target)) { |
70 | o2 = target; | |
71 | target = PyList_New(0); | |
72 | PyList_Append(target, o2); | |
73 | Py_XDECREF(o2); | |
74 | } | |
75 | PyList_Append(target,o); | |
76 | Py_XDECREF(o); | |
77 | } | |
78 | return target; | |
79 | } | |
80 | ||
81 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
82 | PyObject* o2; | |
83 | PyObject* o3; | |
84 | ||
2cd2fac8 | 85 | if (!target) { |
a29cd6c0 | 86 | target = o; |
2cd2fac8 | 87 | } else if (target == Py_None) { |
a29cd6c0 HH |
88 | Py_DECREF(Py_None); |
89 | target = o; | |
2cd2fac8 | 90 | } else { |
a29cd6c0 HH |
91 | if (!PyTuple_Check(target)) { |
92 | o2 = target; | |
93 | target = PyTuple_New(1); | |
94 | PyTuple_SetItem(target, 0, o2); | |
95 | } | |
2cd2fac8 RD |
96 | o3 = PyTuple_New(1); |
97 | PyTuple_SetItem(o3, 0, o); | |
a29cd6c0 HH |
98 | |
99 | o2 = target; | |
2cd2fac8 RD |
100 | target = PySequence_Concat(o2, o3); |
101 | Py_DECREF(o2); | |
a29cd6c0 HH |
102 | Py_DECREF(o3); |
103 | } | |
104 | return target; | |
105 | } | |
106 | ||
54b96882 | 107 | static char* wxStringErrorMsg = "string type is required for parameter"; |
54b96882 RD |
108 | #ifdef __cplusplus |
109 | extern "C" { | |
110 | #endif | |
a29cd6c0 | 111 | #define new_wxGLContext(_swigarg0,_swigarg1,_swigarg2) (new wxGLContext(_swigarg0,_swigarg1,_swigarg2)) |
107e4716 | 112 | static PyObject *_wrap_new_wxGLContext(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
113 | PyObject * _resultobj; |
114 | wxGLContext * _result; | |
115 | bool _arg0; | |
116 | wxGLCanvas * _arg1; | |
f786a3b2 | 117 | wxPalette * _arg2 = (wxPalette *) &wxNullPalette; |
a29cd6c0 | 118 | int tempbool0; |
f786a3b2 HH |
119 | PyObject * _argo1 = 0; |
120 | PyObject * _argo2 = 0; | |
107e4716 | 121 | char *_kwnames[] = { "isRGB","win","palette", NULL }; |
a29cd6c0 HH |
122 | char _ptemp[128]; |
123 | ||
124 | self = self; | |
107e4716 | 125 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"iO|O:new_wxGLContext",_kwnames,&tempbool0,&_argo1,&_argo2)) |
a29cd6c0 HH |
126 | return NULL; |
127 | _arg0 = (bool ) tempbool0; | |
f786a3b2 HH |
128 | if (_argo1) { |
129 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
130 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxGLCanvas_p")) { | |
a29cd6c0 HH |
131 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxGLContext. Expected _wxGLCanvas_p."); |
132 | return NULL; | |
133 | } | |
134 | } | |
f786a3b2 HH |
135 | if (_argo2) { |
136 | if (_argo2 == Py_None) { _arg2 = NULL; } | |
137 | else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPalette_p")) { | |
a29cd6c0 HH |
138 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxGLContext. Expected _wxPalette_p."); |
139 | return NULL; | |
140 | } | |
141 | } | |
142 | { | |
143 | wxPy_BEGIN_ALLOW_THREADS; | |
144 | _result = (wxGLContext *)new_wxGLContext(_arg0,_arg1,*_arg2); | |
145 | ||
146 | wxPy_END_ALLOW_THREADS; | |
f786a3b2 HH |
147 | } if (_result) { |
148 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGLContext_p"); | |
149 | _resultobj = Py_BuildValue("s",_ptemp); | |
150 | } else { | |
151 | Py_INCREF(Py_None); | |
152 | _resultobj = Py_None; | |
153 | } | |
a29cd6c0 HH |
154 | return _resultobj; |
155 | } | |
156 | ||
157 | #define delete_wxGLContext(_swigobj) (delete _swigobj) | |
107e4716 | 158 | static PyObject *_wrap_delete_wxGLContext(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
159 | PyObject * _resultobj; |
160 | wxGLContext * _arg0; | |
f786a3b2 | 161 | PyObject * _argo0 = 0; |
107e4716 | 162 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
163 | |
164 | self = self; | |
107e4716 | 165 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxGLContext",_kwnames,&_argo0)) |
a29cd6c0 | 166 | return NULL; |
f786a3b2 HH |
167 | if (_argo0) { |
168 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
169 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
170 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxGLContext. Expected _wxGLContext_p."); |
171 | return NULL; | |
172 | } | |
173 | } | |
174 | { | |
175 | wxPy_BEGIN_ALLOW_THREADS; | |
176 | delete_wxGLContext(_arg0); | |
177 | ||
178 | wxPy_END_ALLOW_THREADS; | |
179 | } Py_INCREF(Py_None); | |
180 | _resultobj = Py_None; | |
181 | return _resultobj; | |
182 | } | |
183 | ||
184 | #define wxGLContext_SetCurrent(_swigobj) (_swigobj->SetCurrent()) | |
107e4716 | 185 | static PyObject *_wrap_wxGLContext_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
186 | PyObject * _resultobj; |
187 | wxGLContext * _arg0; | |
f786a3b2 | 188 | PyObject * _argo0 = 0; |
107e4716 | 189 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
190 | |
191 | self = self; | |
107e4716 | 192 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_SetCurrent",_kwnames,&_argo0)) |
a29cd6c0 | 193 | return NULL; |
f786a3b2 HH |
194 | if (_argo0) { |
195 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
196 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
197 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SetCurrent. Expected _wxGLContext_p."); |
198 | return NULL; | |
199 | } | |
200 | } | |
201 | { | |
202 | wxPy_BEGIN_ALLOW_THREADS; | |
203 | wxGLContext_SetCurrent(_arg0); | |
204 | ||
205 | wxPy_END_ALLOW_THREADS; | |
206 | } Py_INCREF(Py_None); | |
207 | _resultobj = Py_None; | |
208 | return _resultobj; | |
209 | } | |
210 | ||
211 | #define wxGLContext_SetColour(_swigobj,_swigarg0) (_swigobj->SetColour(_swigarg0)) | |
107e4716 | 212 | static PyObject *_wrap_wxGLContext_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
213 | PyObject * _resultobj; |
214 | wxGLContext * _arg0; | |
215 | char * _arg1; | |
f786a3b2 | 216 | PyObject * _argo0 = 0; |
107e4716 | 217 | char *_kwnames[] = { "self","colour", NULL }; |
a29cd6c0 HH |
218 | |
219 | self = self; | |
107e4716 | 220 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxGLContext_SetColour",_kwnames,&_argo0,&_arg1)) |
a29cd6c0 | 221 | return NULL; |
f786a3b2 HH |
222 | if (_argo0) { |
223 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
224 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
225 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SetColour. Expected _wxGLContext_p."); |
226 | return NULL; | |
227 | } | |
228 | } | |
229 | { | |
230 | wxPy_BEGIN_ALLOW_THREADS; | |
231 | wxGLContext_SetColour(_arg0,_arg1); | |
232 | ||
233 | wxPy_END_ALLOW_THREADS; | |
234 | } Py_INCREF(Py_None); | |
235 | _resultobj = Py_None; | |
236 | return _resultobj; | |
237 | } | |
238 | ||
239 | #define wxGLContext_SwapBuffers(_swigobj) (_swigobj->SwapBuffers()) | |
107e4716 | 240 | static PyObject *_wrap_wxGLContext_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
241 | PyObject * _resultobj; |
242 | wxGLContext * _arg0; | |
f786a3b2 | 243 | PyObject * _argo0 = 0; |
107e4716 | 244 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
245 | |
246 | self = self; | |
107e4716 | 247 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_SwapBuffers",_kwnames,&_argo0)) |
a29cd6c0 | 248 | return NULL; |
f786a3b2 HH |
249 | if (_argo0) { |
250 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
251 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
252 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SwapBuffers. Expected _wxGLContext_p."); |
253 | return NULL; | |
254 | } | |
255 | } | |
256 | { | |
257 | wxPy_BEGIN_ALLOW_THREADS; | |
258 | wxGLContext_SwapBuffers(_arg0); | |
259 | ||
260 | wxPy_END_ALLOW_THREADS; | |
261 | } Py_INCREF(Py_None); | |
262 | _resultobj = Py_None; | |
263 | return _resultobj; | |
264 | } | |
265 | ||
266 | #define wxGLContext_SetupPixelFormat(_swigobj) (_swigobj->SetupPixelFormat()) | |
107e4716 | 267 | static PyObject *_wrap_wxGLContext_SetupPixelFormat(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
268 | PyObject * _resultobj; |
269 | wxGLContext * _arg0; | |
f786a3b2 | 270 | PyObject * _argo0 = 0; |
107e4716 | 271 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
272 | |
273 | self = self; | |
107e4716 | 274 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_SetupPixelFormat",_kwnames,&_argo0)) |
a29cd6c0 | 275 | return NULL; |
f786a3b2 HH |
276 | if (_argo0) { |
277 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
278 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
279 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SetupPixelFormat. Expected _wxGLContext_p."); |
280 | return NULL; | |
281 | } | |
282 | } | |
283 | { | |
284 | wxPy_BEGIN_ALLOW_THREADS; | |
285 | wxGLContext_SetupPixelFormat(_arg0); | |
286 | ||
287 | wxPy_END_ALLOW_THREADS; | |
288 | } Py_INCREF(Py_None); | |
289 | _resultobj = Py_None; | |
290 | return _resultobj; | |
291 | } | |
292 | ||
293 | #define wxGLContext_SetupPalette(_swigobj,_swigarg0) (_swigobj->SetupPalette(_swigarg0)) | |
107e4716 | 294 | static PyObject *_wrap_wxGLContext_SetupPalette(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
295 | PyObject * _resultobj; |
296 | wxGLContext * _arg0; | |
297 | wxPalette * _arg1; | |
f786a3b2 HH |
298 | PyObject * _argo0 = 0; |
299 | PyObject * _argo1 = 0; | |
107e4716 | 300 | char *_kwnames[] = { "self","palette", NULL }; |
a29cd6c0 HH |
301 | |
302 | self = self; | |
107e4716 | 303 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxGLContext_SetupPalette",_kwnames,&_argo0,&_argo1)) |
a29cd6c0 | 304 | return NULL; |
f786a3b2 HH |
305 | if (_argo0) { |
306 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
307 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
308 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SetupPalette. Expected _wxGLContext_p."); |
309 | return NULL; | |
310 | } | |
311 | } | |
f786a3b2 HH |
312 | if (_argo1) { |
313 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
314 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPalette_p")) { | |
a29cd6c0 HH |
315 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGLContext_SetupPalette. Expected _wxPalette_p."); |
316 | return NULL; | |
317 | } | |
318 | } | |
319 | { | |
320 | wxPy_BEGIN_ALLOW_THREADS; | |
321 | wxGLContext_SetupPalette(_arg0,*_arg1); | |
322 | ||
323 | wxPy_END_ALLOW_THREADS; | |
324 | } Py_INCREF(Py_None); | |
325 | _resultobj = Py_None; | |
326 | return _resultobj; | |
327 | } | |
328 | ||
329 | #define wxGLContext_CreateDefaultPalette(_swigobj) (_swigobj->CreateDefaultPalette()) | |
107e4716 | 330 | static PyObject *_wrap_wxGLContext_CreateDefaultPalette(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
331 | PyObject * _resultobj; |
332 | wxPalette * _result; | |
333 | wxGLContext * _arg0; | |
f786a3b2 | 334 | PyObject * _argo0 = 0; |
107e4716 | 335 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
336 | char _ptemp[128]; |
337 | ||
338 | self = self; | |
107e4716 | 339 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_CreateDefaultPalette",_kwnames,&_argo0)) |
a29cd6c0 | 340 | return NULL; |
f786a3b2 HH |
341 | if (_argo0) { |
342 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
343 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
344 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_CreateDefaultPalette. Expected _wxGLContext_p."); |
345 | return NULL; | |
346 | } | |
347 | } | |
348 | { | |
349 | wxPy_BEGIN_ALLOW_THREADS; | |
350 | _result = new wxPalette (wxGLContext_CreateDefaultPalette(_arg0)); | |
351 | ||
352 | wxPy_END_ALLOW_THREADS; | |
353 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPalette_p"); | |
354 | _resultobj = Py_BuildValue("s",_ptemp); | |
355 | return _resultobj; | |
356 | } | |
357 | ||
358 | #define wxGLContext_GetPalette(_swigobj) (_swigobj->GetPalette()) | |
107e4716 | 359 | static PyObject *_wrap_wxGLContext_GetPalette(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
360 | PyObject * _resultobj; |
361 | wxPalette * _result; | |
362 | wxGLContext * _arg0; | |
f786a3b2 | 363 | PyObject * _argo0 = 0; |
107e4716 | 364 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
365 | char _ptemp[128]; |
366 | ||
367 | self = self; | |
107e4716 | 368 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_GetPalette",_kwnames,&_argo0)) |
a29cd6c0 | 369 | return NULL; |
f786a3b2 HH |
370 | if (_argo0) { |
371 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
372 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
373 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_GetPalette. Expected _wxGLContext_p."); |
374 | return NULL; | |
375 | } | |
376 | } | |
377 | { | |
378 | wxPy_BEGIN_ALLOW_THREADS; | |
379 | _result = (wxPalette *)wxGLContext_GetPalette(_arg0); | |
380 | ||
381 | wxPy_END_ALLOW_THREADS; | |
f786a3b2 HH |
382 | } if (_result) { |
383 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPalette_p"); | |
384 | _resultobj = Py_BuildValue("s",_ptemp); | |
385 | } else { | |
386 | Py_INCREF(Py_None); | |
387 | _resultobj = Py_None; | |
388 | } | |
a29cd6c0 HH |
389 | return _resultobj; |
390 | } | |
391 | ||
392 | #define wxGLContext_GetWindow(_swigobj) (_swigobj->GetWindow()) | |
107e4716 | 393 | static PyObject *_wrap_wxGLContext_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
394 | PyObject * _resultobj; |
395 | wxWindow * _result; | |
396 | wxGLContext * _arg0; | |
f786a3b2 | 397 | PyObject * _argo0 = 0; |
107e4716 | 398 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
399 | char _ptemp[128]; |
400 | ||
401 | self = self; | |
107e4716 | 402 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_GetWindow",_kwnames,&_argo0)) |
a29cd6c0 | 403 | return NULL; |
f786a3b2 HH |
404 | if (_argo0) { |
405 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
406 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) { | |
a29cd6c0 HH |
407 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_GetWindow. Expected _wxGLContext_p."); |
408 | return NULL; | |
409 | } | |
410 | } | |
411 | { | |
412 | wxPy_BEGIN_ALLOW_THREADS; | |
413 | _result = (wxWindow *)wxGLContext_GetWindow(_arg0); | |
414 | ||
415 | wxPy_END_ALLOW_THREADS; | |
f786a3b2 HH |
416 | } if (_result) { |
417 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindow_p"); | |
418 | _resultobj = Py_BuildValue("s",_ptemp); | |
419 | } else { | |
420 | Py_INCREF(Py_None); | |
421 | _resultobj = Py_None; | |
422 | } | |
a29cd6c0 HH |
423 | return _resultobj; |
424 | } | |
425 | ||
426 | static void *SwigwxGLCanvasTowxScrolledWindow(void *ptr) { | |
427 | wxGLCanvas *src; | |
428 | wxScrolledWindow *dest; | |
429 | src = (wxGLCanvas *) ptr; | |
430 | dest = (wxScrolledWindow *) src; | |
431 | return (void *) dest; | |
432 | } | |
433 | ||
434 | static void *SwigwxGLCanvasTowxPanel(void *ptr) { | |
435 | wxGLCanvas *src; | |
436 | wxPanel *dest; | |
437 | src = (wxGLCanvas *) ptr; | |
438 | dest = (wxPanel *) src; | |
439 | return (void *) dest; | |
440 | } | |
441 | ||
442 | static void *SwigwxGLCanvasTowxWindow(void *ptr) { | |
443 | wxGLCanvas *src; | |
444 | wxWindow *dest; | |
445 | src = (wxGLCanvas *) ptr; | |
446 | dest = (wxWindow *) src; | |
447 | return (void *) dest; | |
448 | } | |
449 | ||
450 | static void *SwigwxGLCanvasTowxEvtHandler(void *ptr) { | |
451 | wxGLCanvas *src; | |
452 | wxEvtHandler *dest; | |
453 | src = (wxGLCanvas *) ptr; | |
454 | dest = (wxEvtHandler *) src; | |
455 | return (void *) dest; | |
456 | } | |
457 | ||
458 | #define new_wxGLCanvas(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGLCanvas(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7)) | |
107e4716 | 459 | static PyObject *_wrap_new_wxGLCanvas(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
460 | PyObject * _resultobj; |
461 | wxGLCanvas * _result; | |
462 | wxWindow * _arg0; | |
f786a3b2 | 463 | wxWindowID _arg1 = (wxWindowID ) -1; |
b68dc582 RD |
464 | wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition; |
465 | wxSize * _arg3 = (wxSize *) &wxDefaultSize; | |
f786a3b2 HH |
466 | long _arg4 = (long ) 0; |
467 | char * _arg5 = (char *) "GLCanvas"; | |
c368d904 | 468 | int * _arg6 = (int *) NULL; |
f786a3b2 HH |
469 | wxPalette * _arg7 = (wxPalette *) &wxNullPalette; |
470 | PyObject * _argo0 = 0; | |
54b96882 RD |
471 | wxPoint temp; |
472 | PyObject * _obj2 = 0; | |
473 | wxSize temp0; | |
474 | PyObject * _obj3 = 0; | |
c368d904 RD |
475 | int * temp1; |
476 | PyObject * _obj6 = 0; | |
f786a3b2 | 477 | PyObject * _argo7 = 0; |
107e4716 | 478 | char *_kwnames[] = { "parent","id","pos","size","style","name","attribList","palette", NULL }; |
a29cd6c0 HH |
479 | char _ptemp[128]; |
480 | ||
481 | self = self; | |
c368d904 | 482 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlsOO:new_wxGLCanvas",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_arg5,&_obj6,&_argo7)) |
a29cd6c0 | 483 | return NULL; |
f786a3b2 HH |
484 | if (_argo0) { |
485 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
486 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
a29cd6c0 HH |
487 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGLCanvas. Expected _wxWindow_p."); |
488 | return NULL; | |
489 | } | |
490 | } | |
54b96882 RD |
491 | if (_obj2) |
492 | { | |
493 | _arg2 = &temp; | |
494 | if (! wxPoint_helper(_obj2, &_arg2)) | |
a29cd6c0 | 495 | return NULL; |
54b96882 RD |
496 | } |
497 | if (_obj3) | |
498 | { | |
499 | _arg3 = &temp0; | |
500 | if (! wxSize_helper(_obj3, &_arg3)) | |
a29cd6c0 | 501 | return NULL; |
54b96882 | 502 | } |
c368d904 RD |
503 | if (_obj6) |
504 | { | |
505 | int i; | |
506 | if (PySequence_Check(_obj6)) { | |
507 | int size = PyObject_Length(_obj6); | |
508 | temp1 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int)); | |
509 | for (i = 0; i < size; i++) { | |
510 | temp1[i] = PyInt_AsLong(PySequence_GetItem(_obj6, i)); | |
a29cd6c0 | 511 | } |
c368d904 RD |
512 | temp1[size] = 0; |
513 | _arg6 = temp1; | |
a29cd6c0 | 514 | } |
c368d904 | 515 | } |
f786a3b2 HH |
516 | if (_argo7) { |
517 | if (_argo7 == Py_None) { _arg7 = NULL; } | |
518 | else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxPalette_p")) { | |
a29cd6c0 HH |
519 | PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxGLCanvas. Expected _wxPalette_p."); |
520 | return NULL; | |
521 | } | |
522 | } | |
523 | { | |
524 | wxPy_BEGIN_ALLOW_THREADS; | |
525 | _result = (wxGLCanvas *)new_wxGLCanvas(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7); | |
526 | ||
527 | wxPy_END_ALLOW_THREADS; | |
f786a3b2 HH |
528 | } if (_result) { |
529 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGLCanvas_p"); | |
530 | _resultobj = Py_BuildValue("s",_ptemp); | |
531 | } else { | |
532 | Py_INCREF(Py_None); | |
533 | _resultobj = Py_None; | |
534 | } | |
c368d904 RD |
535 | { |
536 | delete [] _arg6; | |
537 | } | |
a29cd6c0 HH |
538 | return _resultobj; |
539 | } | |
540 | ||
541 | #define wxGLCanvas_SetCurrent(_swigobj) (_swigobj->SetCurrent()) | |
107e4716 | 542 | static PyObject *_wrap_wxGLCanvas_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
543 | PyObject * _resultobj; |
544 | wxGLCanvas * _arg0; | |
f786a3b2 | 545 | PyObject * _argo0 = 0; |
107e4716 | 546 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
547 | |
548 | self = self; | |
107e4716 | 549 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLCanvas_SetCurrent",_kwnames,&_argo0)) |
a29cd6c0 | 550 | return NULL; |
f786a3b2 HH |
551 | if (_argo0) { |
552 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
553 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) { | |
a29cd6c0 HH |
554 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_SetCurrent. Expected _wxGLCanvas_p."); |
555 | return NULL; | |
556 | } | |
557 | } | |
558 | { | |
559 | wxPy_BEGIN_ALLOW_THREADS; | |
560 | wxGLCanvas_SetCurrent(_arg0); | |
561 | ||
562 | wxPy_END_ALLOW_THREADS; | |
563 | } Py_INCREF(Py_None); | |
564 | _resultobj = Py_None; | |
565 | return _resultobj; | |
566 | } | |
567 | ||
568 | #define wxGLCanvas_SetColour(_swigobj,_swigarg0) (_swigobj->SetColour(_swigarg0)) | |
107e4716 | 569 | static PyObject *_wrap_wxGLCanvas_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
570 | PyObject * _resultobj; |
571 | wxGLCanvas * _arg0; | |
572 | char * _arg1; | |
f786a3b2 | 573 | PyObject * _argo0 = 0; |
107e4716 | 574 | char *_kwnames[] = { "self","colour", NULL }; |
a29cd6c0 HH |
575 | |
576 | self = self; | |
107e4716 | 577 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxGLCanvas_SetColour",_kwnames,&_argo0,&_arg1)) |
a29cd6c0 | 578 | return NULL; |
f786a3b2 HH |
579 | if (_argo0) { |
580 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
581 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) { | |
a29cd6c0 HH |
582 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_SetColour. Expected _wxGLCanvas_p."); |
583 | return NULL; | |
584 | } | |
585 | } | |
586 | { | |
587 | wxPy_BEGIN_ALLOW_THREADS; | |
588 | wxGLCanvas_SetColour(_arg0,_arg1); | |
589 | ||
590 | wxPy_END_ALLOW_THREADS; | |
591 | } Py_INCREF(Py_None); | |
592 | _resultobj = Py_None; | |
593 | return _resultobj; | |
594 | } | |
595 | ||
596 | #define wxGLCanvas_SwapBuffers(_swigobj) (_swigobj->SwapBuffers()) | |
107e4716 | 597 | static PyObject *_wrap_wxGLCanvas_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
598 | PyObject * _resultobj; |
599 | wxGLCanvas * _arg0; | |
f786a3b2 | 600 | PyObject * _argo0 = 0; |
107e4716 | 601 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
602 | |
603 | self = self; | |
107e4716 | 604 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLCanvas_SwapBuffers",_kwnames,&_argo0)) |
a29cd6c0 | 605 | return NULL; |
f786a3b2 HH |
606 | if (_argo0) { |
607 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
608 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) { | |
a29cd6c0 HH |
609 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_SwapBuffers. Expected _wxGLCanvas_p."); |
610 | return NULL; | |
611 | } | |
612 | } | |
613 | { | |
614 | wxPy_BEGIN_ALLOW_THREADS; | |
615 | wxGLCanvas_SwapBuffers(_arg0); | |
616 | ||
617 | wxPy_END_ALLOW_THREADS; | |
618 | } Py_INCREF(Py_None); | |
619 | _resultobj = Py_None; | |
620 | return _resultobj; | |
621 | } | |
622 | ||
623 | #define wxGLCanvas_GetContext(_swigobj) (_swigobj->GetContext()) | |
107e4716 | 624 | static PyObject *_wrap_wxGLCanvas_GetContext(PyObject *self, PyObject *args, PyObject *kwargs) { |
a29cd6c0 HH |
625 | PyObject * _resultobj; |
626 | wxGLContext * _result; | |
627 | wxGLCanvas * _arg0; | |
f786a3b2 | 628 | PyObject * _argo0 = 0; |
107e4716 | 629 | char *_kwnames[] = { "self", NULL }; |
a29cd6c0 HH |
630 | char _ptemp[128]; |
631 | ||
632 | self = self; | |
107e4716 | 633 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLCanvas_GetContext",_kwnames,&_argo0)) |
a29cd6c0 | 634 | return NULL; |
f786a3b2 HH |
635 | if (_argo0) { |
636 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
637 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) { | |
a29cd6c0 HH |
638 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_GetContext. Expected _wxGLCanvas_p."); |
639 | return NULL; | |
640 | } | |
641 | } | |
642 | { | |
643 | wxPy_BEGIN_ALLOW_THREADS; | |
644 | _result = (wxGLContext *)wxGLCanvas_GetContext(_arg0); | |
645 | ||
646 | wxPy_END_ALLOW_THREADS; | |
f786a3b2 HH |
647 | } if (_result) { |
648 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGLContext_p"); | |
649 | _resultobj = Py_BuildValue("s",_ptemp); | |
650 | } else { | |
651 | Py_INCREF(Py_None); | |
652 | _resultobj = Py_None; | |
653 | } | |
a29cd6c0 HH |
654 | return _resultobj; |
655 | } | |
656 | ||
657 | static PyMethodDef glcanvascMethods[] = { | |
107e4716 RD |
658 | { "wxGLCanvas_GetContext", (PyCFunction) _wrap_wxGLCanvas_GetContext, METH_VARARGS | METH_KEYWORDS }, |
659 | { "wxGLCanvas_SwapBuffers", (PyCFunction) _wrap_wxGLCanvas_SwapBuffers, METH_VARARGS | METH_KEYWORDS }, | |
660 | { "wxGLCanvas_SetColour", (PyCFunction) _wrap_wxGLCanvas_SetColour, METH_VARARGS | METH_KEYWORDS }, | |
661 | { "wxGLCanvas_SetCurrent", (PyCFunction) _wrap_wxGLCanvas_SetCurrent, METH_VARARGS | METH_KEYWORDS }, | |
662 | { "new_wxGLCanvas", (PyCFunction) _wrap_new_wxGLCanvas, METH_VARARGS | METH_KEYWORDS }, | |
663 | { "wxGLContext_GetWindow", (PyCFunction) _wrap_wxGLContext_GetWindow, METH_VARARGS | METH_KEYWORDS }, | |
664 | { "wxGLContext_GetPalette", (PyCFunction) _wrap_wxGLContext_GetPalette, METH_VARARGS | METH_KEYWORDS }, | |
665 | { "wxGLContext_CreateDefaultPalette", (PyCFunction) _wrap_wxGLContext_CreateDefaultPalette, METH_VARARGS | METH_KEYWORDS }, | |
666 | { "wxGLContext_SetupPalette", (PyCFunction) _wrap_wxGLContext_SetupPalette, METH_VARARGS | METH_KEYWORDS }, | |
667 | { "wxGLContext_SetupPixelFormat", (PyCFunction) _wrap_wxGLContext_SetupPixelFormat, METH_VARARGS | METH_KEYWORDS }, | |
668 | { "wxGLContext_SwapBuffers", (PyCFunction) _wrap_wxGLContext_SwapBuffers, METH_VARARGS | METH_KEYWORDS }, | |
669 | { "wxGLContext_SetColour", (PyCFunction) _wrap_wxGLContext_SetColour, METH_VARARGS | METH_KEYWORDS }, | |
670 | { "wxGLContext_SetCurrent", (PyCFunction) _wrap_wxGLContext_SetCurrent, METH_VARARGS | METH_KEYWORDS }, | |
671 | { "delete_wxGLContext", (PyCFunction) _wrap_delete_wxGLContext, METH_VARARGS | METH_KEYWORDS }, | |
672 | { "new_wxGLContext", (PyCFunction) _wrap_new_wxGLContext, METH_VARARGS | METH_KEYWORDS }, | |
a29cd6c0 HH |
673 | { NULL, NULL } |
674 | }; | |
f786a3b2 HH |
675 | #ifdef __cplusplus |
676 | } | |
677 | #endif | |
678 | /* | |
679 | * This table is used by the pointer type-checker | |
680 | */ | |
681 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
682 | { "_wxAcceleratorTable","_class_wxAcceleratorTable",0}, | |
683 | { "_wxEvent","_class_wxEvent",0}, | |
684 | { "_class_wxActivateEvent","_wxActivateEvent",0}, | |
f786a3b2 HH |
685 | { "_signed_long","_long",0}, |
686 | { "_wxMenuEvent","_class_wxMenuEvent",0}, | |
2cd2fac8 | 687 | { "_class_wxProcessEvent","_wxProcessEvent",0}, |
f786a3b2 | 688 | { "_class_wxJPEGHandler","_wxJPEGHandler",0}, |
2cd2fac8 | 689 | { "_class_wxFSFile","_wxFSFile",0}, |
54b96882 RD |
690 | { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0}, |
691 | { "_wxBitmapDataObject","_class_wxBitmapDataObject",0}, | |
692 | { "_class_wxPyCommandEvent","_wxPyCommandEvent",0}, | |
f786a3b2 HH |
693 | { "_wxBMPHandler","_class_wxBMPHandler",0}, |
694 | { "_wxImage","_class_wxImage",0}, | |
f6bcfd97 | 695 | { "_wxFlexGridSizer","_class_wxFlexGridSizer",0}, |
2cd2fac8 RD |
696 | { "_wxWindowDisabler","_class_wxWindowDisabler",0}, |
697 | { "_class_wxDateTime","_wxDateTime",0}, | |
54b96882 | 698 | { "_wxPrintQuality","_wxCoord",0}, |
f786a3b2 HH |
699 | { "_wxPrintQuality","_int",0}, |
700 | { "_wxPrintQuality","_signed_int",0}, | |
701 | { "_wxPrintQuality","_unsigned_int",0}, | |
702 | { "_wxPrintQuality","_wxWindowID",0}, | |
703 | { "_wxPrintQuality","_uint",0}, | |
704 | { "_wxPrintQuality","_EBool",0}, | |
705 | { "_wxPrintQuality","_size_t",0}, | |
c368d904 | 706 | { "_wxPrintQuality","_time_t",0}, |
54b96882 | 707 | { "_class_wxCustomDataObject","_wxCustomDataObject",0}, |
c368d904 | 708 | { "_wxSpinCtrl","_class_wxSpinCtrl",0}, |
f786a3b2 | 709 | { "_wxFontData","_class_wxFontData",0}, |
f786a3b2 | 710 | { "_class_wxRegionIterator","_wxRegionIterator",0}, |
54b96882 | 711 | { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0}, |
f786a3b2 HH |
712 | { "_class_wxMenuBar","_wxMenuBar",0}, |
713 | { "_class_wxPyTreeItemData","_wxPyTreeItemData",0}, | |
54b96882 | 714 | { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0}, |
f786a3b2 HH |
715 | { "_class_wxEvtHandler","_class_wxGLCanvas",SwigwxGLCanvasTowxEvtHandler}, |
716 | { "_class_wxEvtHandler","_wxGLCanvas",SwigwxGLCanvasTowxEvtHandler}, | |
717 | { "_class_wxEvtHandler","_wxEvtHandler",0}, | |
718 | { "_wxPaintEvent","_class_wxPaintEvent",0}, | |
719 | { "_wxGIFHandler","_class_wxGIFHandler",0}, | |
54b96882 | 720 | { "_wxPySizer","_class_wxPySizer",0}, |
2cd2fac8 | 721 | { "_wxInternetFSHandler","_class_wxInternetFSHandler",0}, |
f786a3b2 HH |
722 | { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0}, |
723 | { "_wxCursor","_class_wxCursor",0}, | |
724 | { "_wxNotifyEvent","_class_wxNotifyEvent",0}, | |
2cd2fac8 | 725 | { "_wxPyProcess","_class_wxPyProcess",0}, |
f6bcfd97 | 726 | { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0}, |
f786a3b2 | 727 | { "_wxImageHandler","_class_wxImageHandler",0}, |
c368d904 | 728 | { "_wxLog","_class_wxLog",0}, |
54b96882 | 729 | { "_class_wxToolBarBase","_wxToolBarBase",0}, |
f786a3b2 HH |
730 | { "_wxMask","_class_wxMask",0}, |
731 | { "_wxToolTip","_class_wxToolTip",0}, | |
f786a3b2 HH |
732 | { "_wxPNGHandler","_class_wxPNGHandler",0}, |
733 | { "_class_wxColourData","_wxColourData",0}, | |
734 | { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0}, | |
735 | { "_wxPrinter","_class_wxPrinter",0}, | |
f786a3b2 HH |
736 | { "_wxPen","_class_wxPen",0}, |
737 | { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0}, | |
f6bcfd97 | 738 | { "_class_wxNotebookSizer","_wxNotebookSizer",0}, |
f786a3b2 | 739 | { "_byte","_unsigned_char",0}, |
54b96882 RD |
740 | { "_wxDataObject","_class_wxDataObject",0}, |
741 | { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0}, | |
f786a3b2 | 742 | { "_wxStaticBox","_class_wxStaticBox",0}, |
54b96882 RD |
743 | { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0}, |
744 | { "_wxPyDropSource","_class_wxPyDropSource",0}, | |
f786a3b2 HH |
745 | { "_wxChoice","_class_wxChoice",0}, |
746 | { "_wxSlider","_class_wxSlider",0}, | |
747 | { "_wxNotebookEvent","_class_wxNotebookEvent",0}, | |
748 | { "_wxPyPrintout","_class_wxPyPrintout",0}, | |
f786a3b2 HH |
749 | { "_long","_unsigned_long",0}, |
750 | { "_long","_signed_long",0}, | |
751 | { "_wxImageList","_class_wxImageList",0}, | |
54b96882 | 752 | { "_wxDataObjectSimple","_class_wxDataObjectSimple",0}, |
f786a3b2 HH |
753 | { "_wxDropFilesEvent","_class_wxDropFilesEvent",0}, |
754 | { "_wxBitmapButton","_class_wxBitmapButton",0}, | |
755 | { "_wxSashWindow","_class_wxSashWindow",0}, | |
54b96882 RD |
756 | { "_class_wxSizer","_wxSizer",0}, |
757 | { "_class_wxTIFFHandler","_wxTIFFHandler",0}, | |
f786a3b2 | 758 | { "_class_wxPrintDialogData","_wxPrintDialogData",0}, |
f6bcfd97 | 759 | { "_wxGridSizer","_class_wxGridSizer",0}, |
f786a3b2 HH |
760 | { "_wxGLContext","_class_wxGLContext",0}, |
761 | { "_class_wxAcceleratorTable","_wxAcceleratorTable",0}, | |
54b96882 | 762 | { "_class_wxClipboard","_wxClipboard",0}, |
f786a3b2 HH |
763 | { "_class_wxGauge","_wxGauge",0}, |
764 | { "_class_wxSashEvent","_wxSashEvent",0}, | |
f786a3b2 | 765 | { "_wxDC","_class_wxDC",0}, |
54b96882 RD |
766 | { "_wxSizerItem","_class_wxSizerItem",0}, |
767 | { "_class_wxBitmapDataObject","_wxBitmapDataObject",0}, | |
f786a3b2 HH |
768 | { "_wxListEvent","_class_wxListEvent",0}, |
769 | { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0}, | |
770 | { "_wxProgressDialog","_class_wxProgressDialog",0}, | |
771 | { "_class_wxBMPHandler","_wxBMPHandler",0}, | |
772 | { "_wxPrintPreview","_class_wxPrintPreview",0}, | |
f6bcfd97 | 773 | { "_class_wxFlexGridSizer","_wxFlexGridSizer",0}, |
f786a3b2 HH |
774 | { "_wxSpinEvent","_class_wxSpinEvent",0}, |
775 | { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0}, | |
54b96882 | 776 | { "_size_t","_wxCoord",0}, |
f786a3b2 | 777 | { "_size_t","_wxPrintQuality",0}, |
c368d904 | 778 | { "_size_t","_time_t",0}, |
f786a3b2 HH |
779 | { "_size_t","_unsigned_int",0}, |
780 | { "_size_t","_int",0}, | |
781 | { "_size_t","_wxWindowID",0}, | |
782 | { "_size_t","_uint",0}, | |
783 | { "_class_wxRealPoint","_wxRealPoint",0}, | |
54b96882 RD |
784 | { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0}, |
785 | { "_wxPNMHandler","_class_wxPNMHandler",0}, | |
786 | { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0}, | |
c368d904 | 787 | { "_wxLogGui","_class_wxLogGui",0}, |
f786a3b2 HH |
788 | { "_class_wxMenuItem","_wxMenuItem",0}, |
789 | { "_class_wxPaintEvent","_wxPaintEvent",0}, | |
790 | { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0}, | |
791 | { "_class_wxStatusBar","_wxStatusBar",0}, | |
792 | { "_class_wxGIFHandler","_wxGIFHandler",0}, | |
54b96882 | 793 | { "_class_wxPySizer","_wxPySizer",0}, |
f786a3b2 HH |
794 | { "_class_wxPostScriptDC","_wxPostScriptDC",0}, |
795 | { "_wxPanel","_class_wxGLCanvas",SwigwxGLCanvasTowxPanel}, | |
796 | { "_wxPanel","_wxGLCanvas",SwigwxGLCanvasTowxPanel}, | |
797 | { "_wxPanel","_class_wxPanel",0}, | |
798 | { "_wxInitDialogEvent","_class_wxInitDialogEvent",0}, | |
799 | { "_wxCheckBox","_class_wxCheckBox",0}, | |
f6bcfd97 | 800 | { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0}, |
f786a3b2 HH |
801 | { "_wxPyEvent","_class_wxPyEvent",0}, |
802 | { "_wxTextCtrl","_class_wxTextCtrl",0}, | |
f786a3b2 | 803 | { "_class_wxMask","_wxMask",0}, |
54b96882 | 804 | { "_wxTextDataObject","_class_wxTextDataObject",0}, |
f786a3b2 | 805 | { "_class_wxKeyEvent","_wxKeyEvent",0}, |
54b96882 | 806 | { "_class_wxToolTip","_wxToolTip",0}, |
f786a3b2 | 807 | { "_class_wxPNGHandler","_wxPNGHandler",0}, |
2cd2fac8 | 808 | { "_wxFileConfig","_class_wxFileConfig",0}, |
f786a3b2 HH |
809 | { "_wxColour","_class_wxColour",0}, |
810 | { "_class_wxDialog","_wxDialog",0}, | |
54b96882 | 811 | { "_wxBusyCursor","_class_wxBusyCursor",0}, |
f786a3b2 HH |
812 | { "_wxPageSetupDialog","_class_wxPageSetupDialog",0}, |
813 | { "_class_wxPrinter","_wxPrinter",0}, | |
54b96882 | 814 | { "_class_wxFileDataObject","_wxFileDataObject",0}, |
f786a3b2 HH |
815 | { "_wxIdleEvent","_class_wxIdleEvent",0}, |
816 | { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0}, | |
817 | { "_wxToolBar","_class_wxToolBar",0}, | |
54b96882 RD |
818 | { "_class_wxDataObject","_wxDataObject",0}, |
819 | { "_wxCaret","_class_wxCaret",0}, | |
f786a3b2 HH |
820 | { "_wxStaticLine","_class_wxStaticLine",0}, |
821 | { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0}, | |
822 | { "_wxBrush","_class_wxBrush",0}, | |
823 | { "_wxMiniFrame","_class_wxMiniFrame",0}, | |
824 | { "_class_wxNotebookEvent","_wxNotebookEvent",0}, | |
825 | { "_class_wxPyPrintout","_wxPyPrintout",0}, | |
54b96882 RD |
826 | { "_wxDataFormat","_class_wxDataFormat",0}, |
827 | { "_class_wxDataObjectSimple","_wxDataObjectSimple",0}, | |
f786a3b2 | 828 | { "_class_wxSashWindow","_wxSashWindow",0}, |
f786a3b2 | 829 | { "_wxShowEvent","_class_wxShowEvent",0}, |
54b96882 | 830 | { "_uint","_wxCoord",0}, |
f786a3b2 | 831 | { "_uint","_wxPrintQuality",0}, |
c368d904 | 832 | { "_uint","_time_t",0}, |
f786a3b2 HH |
833 | { "_uint","_size_t",0}, |
834 | { "_uint","_unsigned_int",0}, | |
835 | { "_uint","_int",0}, | |
836 | { "_uint","_wxWindowID",0}, | |
f6bcfd97 | 837 | { "_wxChar","_char",0}, |
54b96882 | 838 | { "_wxPyValidator","_class_wxPyValidator",0}, |
f786a3b2 HH |
839 | { "_class_wxEvent","_wxEvent",0}, |
840 | { "_wxCheckListBox","_class_wxCheckListBox",0}, | |
841 | { "_wxSplitterEvent","_class_wxSplitterEvent",0}, | |
f786a3b2 HH |
842 | { "_wxRect","_class_wxRect",0}, |
843 | { "_wxCommandEvent","_class_wxCommandEvent",0}, | |
844 | { "_wxSizeEvent","_class_wxSizeEvent",0}, | |
c368d904 | 845 | { "_class_wxLogWindow","_wxLogWindow",0}, |
f786a3b2 | 846 | { "_class_wxImage","_wxImage",0}, |
f786a3b2 | 847 | { "_wxPoint","_class_wxPoint",0}, |
2cd2fac8 | 848 | { "_class_wxWindowDisabler","_wxWindowDisabler",0}, |
f786a3b2 HH |
849 | { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0}, |
850 | { "_class_wxButton","_wxButton",0}, | |
851 | { "_wxRadioBox","_class_wxRadioBox",0}, | |
c368d904 | 852 | { "_class_wxSpinCtrl","_wxSpinCtrl",0}, |
f786a3b2 | 853 | { "_class_wxFontData","_wxFontData",0}, |
54b96882 RD |
854 | { "_class_wxPNMHandler","_wxPNMHandler",0}, |
855 | { "_wxBoxSizer","_class_wxBoxSizer",0}, | |
2cd2fac8 | 856 | { "_class_wxZipFSHandler","_wxZipFSHandler",0}, |
f6bcfd97 | 857 | { "_char","_wxChar",0}, |
f786a3b2 HH |
858 | { "_wxBitmap","_class_wxBitmap",0}, |
859 | { "_wxPrintDialog","_class_wxPrintDialog",0}, | |
f786a3b2 | 860 | { "_wxWindowDC","_class_wxWindowDC",0}, |
f6bcfd97 BP |
861 | { "_wxTimerEvent","_class_wxTimerEvent",0}, |
862 | { "_wxPyTimer","_class_wxPyTimer",0}, | |
f786a3b2 HH |
863 | { "_wxScrollBar","_class_wxScrollBar",0}, |
864 | { "_wxSpinButton","_class_wxSpinButton",0}, | |
f786a3b2 HH |
865 | { "_wxColourDialog","_class_wxColourDialog",0}, |
866 | { "_wxPrintData","_class_wxPrintData",0}, | |
2cd2fac8 | 867 | { "_class_wxInternetFSHandler","_wxInternetFSHandler",0}, |
f786a3b2 HH |
868 | { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0}, |
869 | { "_class_wxNotifyEvent","_wxNotifyEvent",0}, | |
870 | { "_wxMessageDialog","_class_wxMessageDialog",0}, | |
54b96882 | 871 | { "_class_wxValidator","_wxValidator",0}, |
f786a3b2 HH |
872 | { "_class_wxPyEvent","_wxPyEvent",0}, |
873 | { "_wxTextEntryDialog","_class_wxTextEntryDialog",0}, | |
2cd2fac8 | 874 | { "_wxConfig","_class_wxConfig",0}, |
f786a3b2 HH |
875 | { "_class_wxIconizeEvent","_wxIconizeEvent",0}, |
876 | { "_class_wxStaticBitmap","_wxStaticBitmap",0}, | |
2cd2fac8 | 877 | { "_class_wxFileConfig","_wxFileConfig",0}, |
54b96882 RD |
878 | { "_class_wxBusyCursor","_wxBusyCursor",0}, |
879 | { "_wxToolBarSimple","_class_wxToolBarSimple",0}, | |
f786a3b2 HH |
880 | { "_wxMDIChildFrame","_class_wxMDIChildFrame",0}, |
881 | { "_wxListItem","_class_wxListItem",0}, | |
882 | { "_class_wxToolBar","_wxToolBar",0}, | |
54b96882 | 883 | { "_wxDropTarget","_class_wxDropTarget",0}, |
f786a3b2 HH |
884 | { "_class_wxStaticLine","_wxStaticLine",0}, |
885 | { "_wxScrollEvent","_class_wxScrollEvent",0}, | |
54b96882 | 886 | { "_wxToolBarToolBase","_class_wxToolBarToolBase",0}, |
f786a3b2 | 887 | { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0}, |
2cd2fac8 | 888 | { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0}, |
54b96882 | 889 | { "_EBool","_wxCoord",0}, |
f786a3b2 HH |
890 | { "_EBool","_wxPrintQuality",0}, |
891 | { "_EBool","_signed_int",0}, | |
892 | { "_EBool","_int",0}, | |
893 | { "_EBool","_wxWindowID",0}, | |
894 | { "_class_wxRegion","_wxRegion",0}, | |
54b96882 | 895 | { "_class_wxDataFormat","_wxDataFormat",0}, |
f786a3b2 | 896 | { "_class_wxDropFilesEvent","_wxDropFilesEvent",0}, |
54b96882 | 897 | { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0}, |
f786a3b2 HH |
898 | { "_class_wxPreviewFrame","_wxPreviewFrame",0}, |
899 | { "_wxStaticText","_class_wxStaticText",0}, | |
900 | { "_wxFont","_class_wxFont",0}, | |
54b96882 | 901 | { "_class_wxPyDropTarget","_wxPyDropTarget",0}, |
f786a3b2 HH |
902 | { "_wxCloseEvent","_class_wxCloseEvent",0}, |
903 | { "_class_wxSplitterEvent","_wxSplitterEvent",0}, | |
2cd2fac8 | 904 | { "_wxProcessEvent","_class_wxProcessEvent",0}, |
f786a3b2 | 905 | { "_wxNotebook","_class_wxNotebook",0}, |
2cd2fac8 | 906 | { "_wxFSFile","_class_wxFSFile",0}, |
f786a3b2 HH |
907 | { "_unsigned_long","_long",0}, |
908 | { "_class_wxRect","_wxRect",0}, | |
909 | { "_class_wxDC","_wxDC",0}, | |
54b96882 | 910 | { "_wxScrollWinEvent","_class_wxScrollWinEvent",0}, |
f6bcfd97 | 911 | { "_wxGenericDragImage","_class_wxGenericDragImage",0}, |
f786a3b2 | 912 | { "_class_wxProgressDialog","_wxProgressDialog",0}, |
54b96882 | 913 | { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0}, |
2cd2fac8 | 914 | { "_wxPyInputStream","_class_wxPyInputStream",0}, |
f786a3b2 | 915 | { "_wxPyApp","_class_wxPyApp",0}, |
54b96882 | 916 | { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0}, |
2cd2fac8 | 917 | { "_class_wxOutputStream","_wxOutputStream",0}, |
c368d904 | 918 | { "_wxLogTextCtrl","_class_wxLogTextCtrl",0}, |
f786a3b2 HH |
919 | { "_wxMDIParentFrame","_class_wxMDIParentFrame",0}, |
920 | { "_class_wxTreeEvent","_wxTreeEvent",0}, | |
921 | { "_class_wxDirDialog","_wxDirDialog",0}, | |
2cd2fac8 | 922 | { "_wxTimeSpan","_class_wxTimeSpan",0}, |
f786a3b2 HH |
923 | { "_wxFocusEvent","_class_wxFocusEvent",0}, |
924 | { "_wxMaximizeEvent","_class_wxMaximizeEvent",0}, | |
f6bcfd97 BP |
925 | { "_class_wxTimerEvent","_wxTimerEvent",0}, |
926 | { "_class_wxPyTimer","_wxPyTimer",0}, | |
f786a3b2 HH |
927 | { "_class_wxSpinButton","_wxSpinButton",0}, |
928 | { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0}, | |
929 | { "_class_wxPanel","_class_wxGLCanvas",SwigwxGLCanvasTowxPanel}, | |
930 | { "_class_wxPanel","_wxGLCanvas",SwigwxGLCanvasTowxPanel}, | |
931 | { "_class_wxPanel","_wxPanel",0}, | |
932 | { "_class_wxCheckBox","_wxCheckBox",0}, | |
933 | { "_wxComboBox","_class_wxComboBox",0}, | |
934 | { "_wxRadioButton","_class_wxRadioButton",0}, | |
935 | { "_class_wxMessageDialog","_wxMessageDialog",0}, | |
54b96882 | 936 | { "_signed_int","_wxCoord",0}, |
f786a3b2 HH |
937 | { "_signed_int","_wxPrintQuality",0}, |
938 | { "_signed_int","_EBool",0}, | |
939 | { "_signed_int","_wxWindowID",0}, | |
940 | { "_signed_int","_int",0}, | |
941 | { "_class_wxTextCtrl","_wxTextCtrl",0}, | |
f6bcfd97 | 942 | { "_class_wxListItemAttr","_wxListItemAttr",0}, |
f786a3b2 | 943 | { "_wxLayoutConstraints","_class_wxLayoutConstraints",0}, |
54b96882 | 944 | { "_class_wxTextDataObject","_wxTextDataObject",0}, |
f786a3b2 HH |
945 | { "_wxMenu","_class_wxMenu",0}, |
946 | { "_class_wxMoveEvent","_wxMoveEvent",0}, | |
947 | { "_wxListBox","_class_wxListBox",0}, | |
948 | { "_wxScreenDC","_class_wxScreenDC",0}, | |
54b96882 | 949 | { "_class_wxToolBarSimple","_wxToolBarSimple",0}, |
f786a3b2 | 950 | { "_class_wxMDIChildFrame","_wxMDIChildFrame",0}, |
2cd2fac8 | 951 | { "_WXTYPE","_wxDateTime_t",0}, |
f786a3b2 HH |
952 | { "_WXTYPE","_short",0}, |
953 | { "_WXTYPE","_signed_short",0}, | |
954 | { "_WXTYPE","_unsigned_short",0}, | |
955 | { "_wxFileDialog","_class_wxFileDialog",0}, | |
54b96882 RD |
956 | { "_class_wxDropTarget","_wxDropTarget",0}, |
957 | { "_class_wxCaret","_wxCaret",0}, | |
f786a3b2 HH |
958 | { "_class_wxMDIClientWindow","_wxMDIClientWindow",0}, |
959 | { "_class_wxBrush","_wxBrush",0}, | |
f6bcfd97 | 960 | { "_wxTipProvider","_class_wxTipProvider",0}, |
2cd2fac8 | 961 | { "_unsigned_short","_wxDateTime_t",0}, |
f786a3b2 HH |
962 | { "_unsigned_short","_WXTYPE",0}, |
963 | { "_unsigned_short","_short",0}, | |
964 | { "_class_wxWindow","_class_wxGLCanvas",SwigwxGLCanvasTowxWindow}, | |
965 | { "_class_wxWindow","_wxGLCanvas",SwigwxGLCanvasTowxWindow}, | |
966 | { "_class_wxWindow","_wxWindow",0}, | |
c368d904 | 967 | { "_class_wxLogStderr","_wxLogStderr",0}, |
f786a3b2 | 968 | { "_wxSplitterWindow","_class_wxSplitterWindow",0}, |
2cd2fac8 | 969 | { "_wxDateSpan","_class_wxDateSpan",0}, |
f786a3b2 HH |
970 | { "_class_wxStaticText","_wxStaticText",0}, |
971 | { "_wxPrintDialogData","_class_wxPrintDialogData",0}, | |
f786a3b2 | 972 | { "_class_wxFont","_wxFont",0}, |
54b96882 RD |
973 | { "_wxClipboard","_class_wxClipboard",0}, |
974 | { "_class_wxPyValidator","_wxPyValidator",0}, | |
f786a3b2 HH |
975 | { "_class_wxCloseEvent","_wxCloseEvent",0}, |
976 | { "_wxSashEvent","_class_wxSashEvent",0}, | |
54b96882 | 977 | { "_wxBusyInfo","_class_wxBusyInfo",0}, |
f786a3b2 | 978 | { "_class_wxMenuEvent","_wxMenuEvent",0}, |
54b96882 RD |
979 | { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0}, |
980 | { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0}, | |
f786a3b2 HH |
981 | { "_wxClientDC","_class_wxClientDC",0}, |
982 | { "_wxMouseEvent","_class_wxMouseEvent",0}, | |
f6bcfd97 | 983 | { "_class_wxGenericDragImage","_wxGenericDragImage",0}, |
f786a3b2 HH |
984 | { "_wxListCtrl","_class_wxListCtrl",0}, |
985 | { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0}, | |
986 | { "_wxGLCanvas","_class_wxGLCanvas",0}, | |
987 | { "_class_wxPoint","_wxPoint",0}, | |
2cd2fac8 | 988 | { "_class_wxPyInputStream","_wxPyInputStream",0}, |
f786a3b2 HH |
989 | { "_wxRealPoint","_class_wxRealPoint",0}, |
990 | { "_class_wxRadioBox","_wxRadioBox",0}, | |
54b96882 | 991 | { "_class_wxBoxSizer","_wxBoxSizer",0}, |
f786a3b2 HH |
992 | { "_signed_short","_WXTYPE",0}, |
993 | { "_signed_short","_short",0}, | |
994 | { "_wxMemoryDC","_class_wxMemoryDC",0}, | |
54b96882 | 995 | { "_wxPyTextDataObject","_class_wxPyTextDataObject",0}, |
f786a3b2 | 996 | { "_class_wxPrintDialog","_wxPrintDialog",0}, |
2cd2fac8 | 997 | { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0}, |
f786a3b2 HH |
998 | { "_wxPaintDC","_class_wxPaintDC",0}, |
999 | { "_class_wxWindowDC","_wxWindowDC",0}, | |
1000 | { "_class_wxFocusEvent","_wxFocusEvent",0}, | |
1001 | { "_class_wxMaximizeEvent","_wxMaximizeEvent",0}, | |
1002 | { "_wxStatusBar","_class_wxStatusBar",0}, | |
f786a3b2 HH |
1003 | { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0}, |
1004 | { "_class_wxCursor","_wxCursor",0}, | |
1005 | { "_wxPostScriptDC","_class_wxPostScriptDC",0}, | |
54b96882 | 1006 | { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0}, |
2cd2fac8 | 1007 | { "_class_wxPyProcess","_wxPyProcess",0}, |
f786a3b2 HH |
1008 | { "_class_wxImageHandler","_wxImageHandler",0}, |
1009 | { "_wxScrolledWindow","_class_wxGLCanvas",SwigwxGLCanvasTowxScrolledWindow}, | |
1010 | { "_wxScrolledWindow","_wxGLCanvas",SwigwxGLCanvasTowxScrolledWindow}, | |
1011 | { "_wxScrolledWindow","_class_wxScrolledWindow",0}, | |
c368d904 | 1012 | { "_class_wxLog","_wxLog",0}, |
f786a3b2 | 1013 | { "_wxTreeItemId","_class_wxTreeItemId",0}, |
f786a3b2 HH |
1014 | { "_unsigned_char","_byte",0}, |
1015 | { "_class_wxMenu","_wxMenu",0}, | |
1016 | { "_wxControl","_class_wxControl",0}, | |
1017 | { "_class_wxListBox","_wxListBox",0}, | |
54b96882 | 1018 | { "_unsigned_int","_wxCoord",0}, |
f786a3b2 | 1019 | { "_unsigned_int","_wxPrintQuality",0}, |
c368d904 | 1020 | { "_unsigned_int","_time_t",0}, |
f786a3b2 HH |
1021 | { "_unsigned_int","_size_t",0}, |
1022 | { "_unsigned_int","_uint",0}, | |
1023 | { "_unsigned_int","_wxWindowID",0}, | |
1024 | { "_unsigned_int","_int",0}, | |
1025 | { "_wxIcon","_class_wxIcon",0}, | |
1026 | { "_wxDialog","_class_wxDialog",0}, | |
1027 | { "_class_wxListItem","_wxListItem",0}, | |
f786a3b2 HH |
1028 | { "_class_wxPen","_wxPen",0}, |
1029 | { "_class_wxFileDialog","_wxFileDialog",0}, | |
1030 | { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0}, | |
2cd2fac8 RD |
1031 | { "_wxConfigBase","_class_wxConfigBase",0}, |
1032 | { "_short","_wxDateTime_t",0}, | |
f786a3b2 HH |
1033 | { "_short","_WXTYPE",0}, |
1034 | { "_short","_unsigned_short",0}, | |
1035 | { "_short","_signed_short",0}, | |
1036 | { "_class_wxStaticBox","_wxStaticBox",0}, | |
1037 | { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0}, | |
54b96882 RD |
1038 | { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0}, |
1039 | { "_class_wxPyDropSource","_wxPyDropSource",0}, | |
f786a3b2 HH |
1040 | { "_class_wxScrollEvent","_wxScrollEvent",0}, |
1041 | { "_wxJoystickEvent","_class_wxJoystickEvent",0}, | |
1042 | { "_class_wxChoice","_wxChoice",0}, | |
1043 | { "_class_wxSlider","_wxSlider",0}, | |
1044 | { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0}, | |
1045 | { "_class_wxImageList","_wxImageList",0}, | |
1046 | { "_class_wxBitmapButton","_wxBitmapButton",0}, | |
2cd2fac8 | 1047 | { "_wxFileSystemHandler","_class_wxFileSystemHandler",0}, |
f6bcfd97 | 1048 | { "_wxPyTipProvider","_class_wxPyTipProvider",0}, |
f786a3b2 | 1049 | { "_wxFrame","_class_wxFrame",0}, |
54b96882 | 1050 | { "_wxPCXHandler","_class_wxPCXHandler",0}, |
f6bcfd97 | 1051 | { "_class_wxGridSizer","_wxGridSizer",0}, |
f786a3b2 | 1052 | { "_class_wxGLContext","_wxGLContext",0}, |
54b96882 | 1053 | { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0}, |
f786a3b2 HH |
1054 | { "_class_wxNotebook","_wxNotebook",0}, |
1055 | { "_wxJPEGHandler","_class_wxJPEGHandler",0}, | |
54b96882 | 1056 | { "_wxWindowID","_wxCoord",0}, |
f786a3b2 | 1057 | { "_wxWindowID","_wxPrintQuality",0}, |
c368d904 | 1058 | { "_wxWindowID","_time_t",0}, |
f786a3b2 HH |
1059 | { "_wxWindowID","_size_t",0}, |
1060 | { "_wxWindowID","_EBool",0}, | |
1061 | { "_wxWindowID","_uint",0}, | |
1062 | { "_wxWindowID","_int",0}, | |
1063 | { "_wxWindowID","_signed_int",0}, | |
1064 | { "_wxWindowID","_unsigned_int",0}, | |
54b96882 RD |
1065 | { "_class_wxScrollWinEvent","_wxScrollWinEvent",0}, |
1066 | { "_class_wxSizerItem","_wxSizerItem",0}, | |
1067 | { "_int","_wxCoord",0}, | |
f786a3b2 | 1068 | { "_int","_wxPrintQuality",0}, |
c368d904 | 1069 | { "_int","_time_t",0}, |
f786a3b2 HH |
1070 | { "_int","_size_t",0}, |
1071 | { "_int","_EBool",0}, | |
1072 | { "_int","_uint",0}, | |
1073 | { "_int","_wxWindowID",0}, | |
1074 | { "_int","_unsigned_int",0}, | |
1075 | { "_int","_signed_int",0}, | |
1076 | { "_class_wxMouseEvent","_wxMouseEvent",0}, | |
54b96882 | 1077 | { "_wxPyCommandEvent","_class_wxPyCommandEvent",0}, |
c368d904 | 1078 | { "_wxLogWindow","_class_wxLogWindow",0}, |
f786a3b2 HH |
1079 | { "_class_wxListEvent","_wxListEvent",0}, |
1080 | { "_class_wxPrintPreview","_wxPrintPreview",0}, | |
2cd2fac8 RD |
1081 | { "_wxDateTime_t","_unsigned_short",0}, |
1082 | { "_wxDateTime_t","_short",0}, | |
1083 | { "_wxDateTime_t","_WXTYPE",0}, | |
f786a3b2 | 1084 | { "_class_wxSpinEvent","_wxSpinEvent",0}, |
54b96882 | 1085 | { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0}, |
2cd2fac8 | 1086 | { "_wxDateTime","_class_wxDateTime",0}, |
c368d904 RD |
1087 | { "_time_t","_wxCoord",0}, |
1088 | { "_time_t","_wxPrintQuality",0}, | |
1089 | { "_time_t","_unsigned_int",0}, | |
1090 | { "_time_t","_int",0}, | |
1091 | { "_time_t","_wxWindowID",0}, | |
1092 | { "_time_t","_uint",0}, | |
1093 | { "_time_t","_size_t",0}, | |
54b96882 | 1094 | { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0}, |
c368d904 | 1095 | { "_wxLogNull","_class_wxLogNull",0}, |
f786a3b2 | 1096 | { "_wxButton","_class_wxButton",0}, |
2cd2fac8 | 1097 | { "_wxZipFSHandler","_class_wxZipFSHandler",0}, |
f786a3b2 HH |
1098 | { "_class_wxPyApp","_wxPyApp",0}, |
1099 | { "_wxSize","_class_wxSize",0}, | |
1100 | { "_wxRegionIterator","_class_wxRegionIterator",0}, | |
54b96882 | 1101 | { "_class_wxPyTextDataObject","_wxPyTextDataObject",0}, |
c368d904 RD |
1102 | { "_class_wxLogTextCtrl","_wxLogTextCtrl",0}, |
1103 | { "_class_wxLogGui","_wxLogGui",0}, | |
f786a3b2 HH |
1104 | { "_class_wxMDIParentFrame","_wxMDIParentFrame",0}, |
1105 | { "_wxPyTreeItemData","_class_wxPyTreeItemData",0}, | |
54b96882 | 1106 | { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0}, |
2cd2fac8 RD |
1107 | { "_class_wxTimeSpan","_wxTimeSpan",0}, |
1108 | { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0}, | |
f786a3b2 HH |
1109 | { "_class_wxPaintDC","_wxPaintDC",0}, |
1110 | { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0}, | |
54b96882 | 1111 | { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0}, |
f786a3b2 HH |
1112 | { "_class_wxInitDialogEvent","_wxInitDialogEvent",0}, |
1113 | { "_class_wxComboBox","_wxComboBox",0}, | |
1114 | { "_class_wxRadioButton","_wxRadioButton",0}, | |
54b96882 RD |
1115 | { "_wxValidator","_class_wxValidator",0}, |
1116 | { "_wxToolBarBase","_class_wxToolBarBase",0}, | |
f786a3b2 | 1117 | { "_class_wxTreeItemId","_wxTreeItemId",0}, |
f786a3b2 HH |
1118 | { "_class_wxLayoutConstraints","_wxLayoutConstraints",0}, |
1119 | { "_wxIconizeEvent","_class_wxIconizeEvent",0}, | |
1120 | { "_class_wxControl","_wxControl",0}, | |
1121 | { "_wxStaticBitmap","_class_wxStaticBitmap",0}, | |
1122 | { "_class_wxIcon","_wxIcon",0}, | |
1123 | { "_class_wxColour","_wxColour",0}, | |
1124 | { "_class_wxScreenDC","_wxScreenDC",0}, | |
1125 | { "_class_wxPageSetupDialog","_wxPageSetupDialog",0}, | |
1126 | { "_wxPalette","_class_wxPalette",0}, | |
1127 | { "_class_wxIdleEvent","_wxIdleEvent",0}, | |
2cd2fac8 | 1128 | { "_class_wxConfigBase","_wxConfigBase",0}, |
54b96882 RD |
1129 | { "_wxCoord","_int",0}, |
1130 | { "_wxCoord","_signed_int",0}, | |
1131 | { "_wxCoord","_unsigned_int",0}, | |
1132 | { "_wxCoord","_wxWindowID",0}, | |
1133 | { "_wxCoord","_uint",0}, | |
1134 | { "_wxCoord","_EBool",0}, | |
1135 | { "_wxCoord","_size_t",0}, | |
c368d904 | 1136 | { "_wxCoord","_time_t",0}, |
54b96882 | 1137 | { "_wxCoord","_wxPrintQuality",0}, |
f786a3b2 | 1138 | { "_wxEraseEvent","_class_wxEraseEvent",0}, |
54b96882 | 1139 | { "_wxDataObjectComposite","_class_wxDataObjectComposite",0}, |
f786a3b2 | 1140 | { "_class_wxJoystickEvent","_wxJoystickEvent",0}, |
f6bcfd97 | 1141 | { "_class_wxTipProvider","_wxTipProvider",0}, |
f786a3b2 HH |
1142 | { "_class_wxMiniFrame","_wxMiniFrame",0}, |
1143 | { "_wxFontDialog","_class_wxFontDialog",0}, | |
2cd2fac8 | 1144 | { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0}, |
f786a3b2 HH |
1145 | { "_wxRegion","_class_wxRegion",0}, |
1146 | { "_class_wxSplitterWindow","_wxSplitterWindow",0}, | |
1147 | { "_wxPreviewFrame","_class_wxPreviewFrame",0}, | |
54b96882 | 1148 | { "_wxSizer","_class_wxSizer",0}, |
2cd2fac8 RD |
1149 | { "_class_wxDateSpan","_wxDateSpan",0}, |
1150 | { "_wxFileSystem","_class_wxFileSystem",0}, | |
f786a3b2 | 1151 | { "_class_wxShowEvent","_wxShowEvent",0}, |
f6bcfd97 | 1152 | { "_class_wxPyTipProvider","_wxPyTipProvider",0}, |
54b96882 RD |
1153 | { "_class_wxPCXHandler","_wxPCXHandler",0}, |
1154 | { "_wxTIFFHandler","_class_wxTIFFHandler",0}, | |
1155 | { "_wxPyDropTarget","_class_wxPyDropTarget",0}, | |
f786a3b2 HH |
1156 | { "_wxActivateEvent","_class_wxActivateEvent",0}, |
1157 | { "_wxGauge","_class_wxGauge",0}, | |
1158 | { "_class_wxCheckListBox","_wxCheckListBox",0}, | |
54b96882 | 1159 | { "_class_wxBusyInfo","_wxBusyInfo",0}, |
f786a3b2 | 1160 | { "_class_wxCommandEvent","_wxCommandEvent",0}, |
f786a3b2 HH |
1161 | { "_class_wxClientDC","_wxClientDC",0}, |
1162 | { "_class_wxSizeEvent","_wxSizeEvent",0}, | |
1163 | { "_class_wxListCtrl","_wxListCtrl",0}, | |
1164 | { "_class_wxGLCanvas","_wxGLCanvas",0}, | |
54b96882 | 1165 | { "_wxCustomDataObject","_class_wxCustomDataObject",0}, |
c368d904 | 1166 | { "_class_wxLogNull","_wxLogNull",0}, |
f786a3b2 HH |
1167 | { "_class_wxSize","_wxSize",0}, |
1168 | { "_class_wxBitmap","_wxBitmap",0}, | |
1169 | { "_class_wxMemoryDC","_wxMemoryDC",0}, | |
54b96882 | 1170 | { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0}, |
f786a3b2 | 1171 | { "_wxMenuBar","_class_wxMenuBar",0}, |
2cd2fac8 | 1172 | { "_wxOutputStream","_class_wxOutputStream",0}, |
f786a3b2 HH |
1173 | { "_wxTreeEvent","_class_wxTreeEvent",0}, |
1174 | { "_wxDirDialog","_class_wxDirDialog",0}, | |
1175 | { "_wxEvtHandler","_class_wxGLCanvas",SwigwxGLCanvasTowxEvtHandler}, | |
1176 | { "_wxEvtHandler","_wxGLCanvas",SwigwxGLCanvasTowxEvtHandler}, | |
1177 | { "_wxEvtHandler","_class_wxEvtHandler",0}, | |
1178 | { "_wxMenuItem","_class_wxMenuItem",0}, | |
1179 | { "_class_wxScrollBar","_wxScrollBar",0}, | |
1180 | { "_class_wxColourDialog","_wxColourDialog",0}, | |
1181 | { "_class_wxPrintData","_wxPrintData",0}, | |
f786a3b2 HH |
1182 | { "_class_wxScrolledWindow","_class_wxGLCanvas",SwigwxGLCanvasTowxScrolledWindow}, |
1183 | { "_class_wxScrolledWindow","_wxGLCanvas",SwigwxGLCanvasTowxScrolledWindow}, | |
1184 | { "_class_wxScrolledWindow","_wxScrolledWindow",0}, | |
f6bcfd97 | 1185 | { "_wxListItemAttr","_class_wxListItemAttr",0}, |
f786a3b2 | 1186 | { "_class_wxTextEntryDialog","_wxTextEntryDialog",0}, |
2cd2fac8 | 1187 | { "_class_wxConfig","_wxConfig",0}, |
f786a3b2 HH |
1188 | { "_wxKeyEvent","_class_wxKeyEvent",0}, |
1189 | { "_wxMoveEvent","_class_wxMoveEvent",0}, | |
1190 | { "_wxColourData","_class_wxColourData",0}, | |
1191 | { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0}, | |
1192 | { "_class_wxPalette","_wxPalette",0}, | |
54b96882 | 1193 | { "_wxFileDataObject","_class_wxFileDataObject",0}, |
f786a3b2 | 1194 | { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0}, |
f6bcfd97 | 1195 | { "_wxNotebookSizer","_class_wxNotebookSizer",0}, |
f786a3b2 | 1196 | { "_class_wxEraseEvent","_wxEraseEvent",0}, |
54b96882 | 1197 | { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0}, |
f786a3b2 | 1198 | { "_wxMDIClientWindow","_class_wxMDIClientWindow",0}, |
54b96882 RD |
1199 | { "_class_wxDataObjectComposite","_wxDataObjectComposite",0}, |
1200 | { "_class_wxToolBarToolBase","_wxToolBarToolBase",0}, | |
f786a3b2 HH |
1201 | { "_class_wxFontDialog","_wxFontDialog",0}, |
1202 | { "_wxWindow","_class_wxGLCanvas",SwigwxGLCanvasTowxWindow}, | |
1203 | { "_wxWindow","_wxGLCanvas",SwigwxGLCanvasTowxWindow}, | |
1204 | { "_wxWindow","_class_wxWindow",0}, | |
54b96882 | 1205 | { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0}, |
c368d904 | 1206 | { "_wxLogStderr","_class_wxLogStderr",0}, |
2cd2fac8 RD |
1207 | { "_class_wxFileSystemHandler","_wxFileSystemHandler",0}, |
1208 | { "_class_wxFileSystem","_wxFileSystem",0}, | |
f786a3b2 HH |
1209 | { "_class_wxFrame","_wxFrame",0}, |
1210 | {0,0,0}}; | |
1211 | ||
a29cd6c0 HH |
1212 | static PyObject *SWIG_globals; |
1213 | #ifdef __cplusplus | |
1214 | extern "C" | |
1215 | #endif | |
f786a3b2 | 1216 | SWIGEXPORT(void) initglcanvasc() { |
a29cd6c0 HH |
1217 | PyObject *m, *d; |
1218 | SWIG_globals = SWIG_newvarlink(); | |
1219 | m = Py_InitModule("glcanvasc", glcanvascMethods); | |
1220 | d = PyModule_GetDict(m); | |
a29cd6c0 HH |
1221 | |
1222 | ||
b68dc582 RD |
1223 | // wxClassInfo::CleanUpClasses(); |
1224 | // wxClassInfo::InitializeClasses(); | |
a29cd6c0 | 1225 | |
f786a3b2 HH |
1226 | { |
1227 | int i; | |
1228 | for (i = 0; _swig_mapping[i].n1; i++) | |
1229 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
1230 | } | |
a29cd6c0 | 1231 | } |