]> git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/glcanvas/msw/glcanvas_wrap.cpp
reSWIGged
[wxWidgets.git] / wxPython / contrib / glcanvas / msw / glcanvas_wrap.cpp
1 /* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
3 * Version 1.3.22
4 *
5 * This file is not intended to be easily readable and contains a number of
6 * coding conventions designed to improve portability and efficiency. Do not make
7 * changes to this file unless you know what you are doing--modify the SWIG
8 * interface file instead.
9 * ----------------------------------------------------------------------------- */
10
11 #define SWIGPYTHON
12 #define SWIG_NOINCLUDE
13
14 #ifdef __cplusplus
15 template<class T> class SwigValueWrapper {
16 T *tt;
17 public:
18 SwigValueWrapper() : tt(0) { }
19 SwigValueWrapper(const SwigValueWrapper<T>& rhs) : tt(new T(*rhs.tt)) { }
20 SwigValueWrapper(const T& t) : tt(new T(t)) { }
21 ~SwigValueWrapper() { delete tt; }
22 SwigValueWrapper& operator=(const T& t) { delete tt; tt = new T(t); return *this; }
23 operator T&() const { return *tt; }
24 T *operator&() { return tt; }
25 private:
26 SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs);
27 };
28 #endif
29
30
31 #include "Python.h"
32
33 /*************************************************************** -*- c -*-
34 * python/precommon.swg
35 *
36 * Rename all exported symbols from common.swg, to avoid symbol
37 * clashes if multiple interpreters are included
38 *
39 ************************************************************************/
40
41 #define SWIG_TypeRegister SWIG_Python_TypeRegister
42 #define SWIG_TypeCheck SWIG_Python_TypeCheck
43 #define SWIG_TypeCast SWIG_Python_TypeCast
44 #define SWIG_TypeDynamicCast SWIG_Python_TypeDynamicCast
45 #define SWIG_TypeName SWIG_Python_TypeName
46 #define SWIG_TypeQuery SWIG_Python_TypeQuery
47 #define SWIG_TypeClientData SWIG_Python_TypeClientData
48 #define SWIG_PackData SWIG_Python_PackData
49 #define SWIG_UnpackData SWIG_Python_UnpackData
50
51
52 /***********************************************************************
53 * common.swg for wxPython
54 *
55 * Include only the function prototypes and such from SWIG's common.swg,
56 * but not the runtime functions themselves. This helps keep the
57 * wrapper files clean of unnecessary stuff that is in the libpy.c file
58 * anyway.
59 *
60 ************************************************************************/
61
62 #include <string.h>
63
64 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
65 # if defined(_MSC_VER) || defined(__GNUC__)
66 # if defined(STATIC_LINKED)
67 # define SWIGEXPORT(a) a
68 # define SWIGIMPORT(a) extern a
69 # else
70 # define SWIGEXPORT(a) __declspec(dllexport) a
71 # define SWIGIMPORT(a) extern a
72 # endif
73 # else
74 # if defined(__BORLANDC__)
75 # define SWIGEXPORT(a) a _export
76 # define SWIGIMPORT(a) a _export
77 # else
78 # define SWIGEXPORT(a) a
79 # define SWIGIMPORT(a) a
80 # endif
81 # endif
82 #else
83 # define SWIGEXPORT(a) a
84 # define SWIGIMPORT(a) a
85 #endif
86
87 #ifdef SWIG_GLOBAL
88 # define SWIGRUNTIME(a) SWIGEXPORT(a)
89 #else
90 # define SWIGRUNTIME(a) static a
91 #endif
92
93 #ifdef __cplusplus
94 extern "C" {
95 #endif
96
97 typedef void *(*swig_converter_func)(void *);
98 typedef struct swig_type_info *(*swig_dycast_func)(void **);
99
100 typedef struct swig_type_info {
101 const char *name;
102 swig_converter_func converter;
103 const char *str;
104 void *clientdata;
105 swig_dycast_func dcast;
106 struct swig_type_info *next;
107 struct swig_type_info *prev;
108 } swig_type_info;
109
110
111 SWIGIMPORT(swig_type_info *) SWIG_TypeRegister(swig_type_info *);
112 SWIGIMPORT(swig_type_info *) SWIG_TypeCheck(char *c, swig_type_info *);
113 SWIGIMPORT(void *) SWIG_TypeCast(swig_type_info *, void *);
114 SWIGIMPORT(swig_type_info *) SWIG_TypeDynamicCast(swig_type_info *, void **);
115 SWIGIMPORT(const char *) SWIG_TypeName(const swig_type_info *);
116 SWIGIMPORT(swig_type_info *) SWIG_TypeQuery(const char *);
117 SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info *, void *);
118 SWIGIMPORT(char *) SWIG_PackData(char *, void *, int);
119 SWIGIMPORT(char *) SWIG_UnpackData(char *, void *, int);
120
121
122 #ifdef __cplusplus
123 }
124 #endif
125
126
127 /***********************************************************************
128 * pyrun.swg for wxPython
129 *
130 * Include only the function prototypes and such from SWIG's pyrun.swg,
131 * but not the runtime functions themselves. This helps keep the
132 * wrapper files clean of unnecessary stuff that is in the libpy.c file
133 * anyway.
134 *
135 ************************************************************************/
136
137 #include "Python.h"
138
139 #ifdef __cplusplus
140 extern "C" {
141 #endif
142
143 #define SWIG_PY_INT 1
144 #define SWIG_PY_FLOAT 2
145 #define SWIG_PY_STRING 3
146 #define SWIG_PY_POINTER 4
147 #define SWIG_PY_BINARY 5
148
149 /* Flags for pointer conversion */
150
151 #define SWIG_POINTER_EXCEPTION 0x1
152 #define SWIG_POINTER_DISOWN 0x2
153
154 /* Exception handling in wrappers */
155 #define SWIG_fail goto fail
156
157 /* Constant information structure */
158 typedef struct swig_const_info {
159 int type;
160 char *name;
161 long lvalue;
162 double dvalue;
163 void *pvalue;
164 swig_type_info **ptype;
165 } swig_const_info;
166
167 /* Common SWIG API */
168 #define SWIG_ConvertPtr(obj, pp, type, flags) \
169 SWIG_Python_ConvertPtr(obj, pp, type, flags)
170 #define SWIG_NewPointerObj(p, type, flags) \
171 SWIG_Python_NewPointerObj(p, type, flags)
172 #define SWIG_MustGetPtr(p, type, argnum, flags) \
173 SWIG_Python_MustGetPtr(p, type, argnum, flags)
174
175 /* Python-specific SWIG API */
176 #define SWIG_newvarlink() \
177 SWIG_Python_newvarlink()
178 #define SWIG_addvarlink(p, name, get_attr, set_attr) \
179 SWIG_Python_addvarlink(p, name, get_attr, set_attr)
180 #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \
181 SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags)
182 #define SWIG_NewPackedObj(ptr, sz, type) \
183 SWIG_Python_NewPackedObj(ptr, sz, type)
184 #define SWIG_InstallConstants(d, constants) \
185 SWIG_Python_InstallConstants(d, constants)
186
187 typedef double (*py_objasdbl_conv)(PyObject *obj);
188
189 SWIGIMPORT(int) SWIG_Python_ConvertPtr(PyObject *, void **, swig_type_info *, int);
190 SWIGIMPORT(PyObject *) SWIG_Python_NewPointerObj(void *, swig_type_info *,int own);
191 SWIGIMPORT(void *) SWIG_Python_MustGetPtr(PyObject *, swig_type_info *, int, int);
192 SWIGIMPORT(PyObject *) SWIG_Python_newvarlink(void);
193 SWIGIMPORT(void) SWIG_Python_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
194 SWIGIMPORT(int) SWIG_Python_ConvertPacked(PyObject *, void *, int sz, swig_type_info *, int);
195 SWIGIMPORT(PyObject *) SWIG_Python_NewPackedObj(void *, int sz, swig_type_info *);
196 SWIGIMPORT(void) SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]);
197
198 /* -----------------------------------------------------------------------------
199 * the needed conversions between C++ and python
200 * ----------------------------------------------------------------------------- */
201 /* basic types */
202 /*
203 utilities
204 */
205 SWIGIMPORT(char* ) SWIG_PyObj_AsCharPtr(PyObject *obj, swig_type_info* pchar_info);
206 SWIGIMPORT(PyObject *) SWIG_PyObj_FromCharPtr(const char* cptr);
207 SWIGIMPORT(unsigned long) SWIG_PyObj_AsUnsignedLong(PyObject * obj);
208 SWIGIMPORT(long) SWIG_PyObj_AsLongInRange(PyObject * obj, const char* type,
209 long min_value, long max_value);
210 SWIGIMPORT(unsigned long) SWIG_PyObj_AsUnsignedLongInRange(PyObject *obj, const char* type,
211 unsigned long max_value);
212 SWIGIMPORT(char *) SWIG_PyObj_AsNewCharPtr(PyObject *obj, swig_type_info* pchar_info);
213 SWIGIMPORT(void) SWIG_PyObj_AsCharPtrAndSize(PyObject *obj, swig_type_info* pchar_info,
214 char** cptr, size_t* size);
215 SWIGIMPORT(void) SWIG_PyObj_AsCharArray(PyObject *obj, swig_type_info* pchar_info,
216 char* carray, size_t size);
217 SWIGIMPORT(PyObject *) SWIG_PyObj_FromCharArray(const char* carray, size_t size);
218 SWIGIMPORT(float) SWIG_PyObj_AsFloatConv(PyObject *obj, py_objasdbl_conv pyconv);
219
220
221 /* Contract support */
222
223 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else
224
225 #ifdef __cplusplus
226 }
227 #endif
228
229
230
231 /* -------- TYPES TABLE (BEGIN) -------- */
232
233 #define SWIGTYPE_p_wxWindow swig_types[0]
234 #define SWIGTYPE_p_wxObject swig_types[1]
235 #define SWIGTYPE_p_wxEvtHandler swig_types[2]
236 #define SWIGTYPE_p_char swig_types[3]
237 #define SWIGTYPE_p_wxPalette swig_types[4]
238 #define SWIGTYPE_p_wxGLCanvas swig_types[5]
239 #define SWIGTYPE_p_wxGLContext swig_types[6]
240 #define SWIGTYPE_p_int swig_types[7]
241 static swig_type_info *swig_types[9];
242
243 /* -------- TYPES TABLE (END) -------- */
244
245
246 /*-----------------------------------------------
247 @(target):= _glcanvas.so
248 ------------------------------------------------*/
249 #define SWIG_init init_glcanvas
250
251 #define SWIG_name "_glcanvas"
252
253 #include <limits.h>
254 #include <float.h>
255 #include <string.h>
256
257 #ifndef SWIGSTATIC
258 #ifdef __cplusplus
259 #define SWIGSTATIC(a) static inline a
260 #else
261 #define SWIGSTATIC(a) static a
262 #endif
263 #endif
264
265 #ifndef numeric_cast
266 #ifdef __cplusplus
267 #ifdef HAVE_NUMERIC_CAST
268 #define numeric_cast(type,a) numeric_cast<type>(a)
269 #else
270 #define numeric_cast(type,a) static_cast<type>(a)
271 #endif
272 #else
273 #define numeric_cast(type,a) (type)(a)
274 #endif
275 #endif
276
277
278
279 #define SWIG_PyObj_FromSignedChar PyInt_FromLong
280 #define SWIG_PyObj_FromUnsignedChar PyInt_FromLong
281 #define SWIG_PyObj_FromShort PyInt_FromLong
282 #define SWIG_PyObj_FromUnsignedShort PyInt_FromLong
283 #define SWIG_PyObj_FromInt PyInt_FromLong
284 #define SWIG_PyObj_FromLong PyInt_FromLong
285 #define SWIG_PyObj_FromFloat PyFloat_FromDouble
286 #define SWIG_PyObj_FromDouble PyFloat_FromDouble
287 #define SWIG_PyObj_FromFloat PyFloat_FromDouble
288 #define SWIG_PyObj_FromDouble PyFloat_FromDouble
289
290
291 #include "wx/wxPython/wxPython.h"
292 #include "wx/wxPython/pyclasses.h"
293
294 #include <wx/glcanvas.h>
295
296
297 static const wxString wxPyGLCanvasNameStr(wxT("GLCanvas"));
298 static const wxString wxPyEmptyString(wxEmptyString);
299
300 SWIGSTATIC(bool)
301 SWIG_PyObj_AsBool(PyObject *obj)
302 {
303 return PyObject_IsTrue(obj) ? true : false;
304 }
305
306
307 SWIGSTATIC(int)
308 SWIG_PyObj_AsInt(PyObject *obj)
309 {
310 return numeric_cast(int,
311 SWIG_PyObj_AsLongInRange(obj, "int", INT_MIN, INT_MAX));
312 }
313
314
315 SWIGSTATIC(long)
316 SWIG_PyObj_AsLong(PyObject * obj)
317 {
318 return PyInt_Check(obj) ? PyInt_AsLong(obj) : PyLong_AsLong(obj);
319 }
320
321 #ifdef __cplusplus
322 extern "C" {
323 #endif
324 static int _wrap_GLCanvasNameStr_set(PyObject *) {
325 PyErr_SetString(PyExc_TypeError,"Variable GLCanvasNameStr is read-only.");
326 return 1;
327 }
328
329
330 static PyObject *_wrap_GLCanvasNameStr_get() {
331 PyObject *pyobj;
332
333 {
334 #if wxUSE_UNICODE
335 pyobj = PyUnicode_FromWideChar((&wxPyGLCanvasNameStr)->c_str(), (&wxPyGLCanvasNameStr)->Len());
336 #else
337 pyobj = PyString_FromStringAndSize((&wxPyGLCanvasNameStr)->c_str(), (&wxPyGLCanvasNameStr)->Len());
338 #endif
339 }
340 return pyobj;
341 }
342
343
344 static PyObject *_wrap_new_GLContext(PyObject *self, PyObject *args, PyObject *kwargs) {
345 PyObject *resultobj;
346 bool arg1 ;
347 wxGLCanvas *arg2 = (wxGLCanvas *) 0 ;
348 wxPalette const &arg3_defvalue = wxNullPalette ;
349 wxPalette *arg3 = (wxPalette *) &arg3_defvalue ;
350 wxGLContext *arg4 = (wxGLContext *) NULL ;
351 wxGLContext *result;
352 PyObject * obj0 = 0 ;
353 PyObject * obj1 = 0 ;
354 PyObject * obj2 = 0 ;
355 PyObject * obj3 = 0 ;
356 char *kwnames[] = {
357 (char *) "isRGB",(char *) "win",(char *) "palette",(char *) "other", NULL
358 };
359
360 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:new_GLContext",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
361 {
362 arg1 = (bool) SWIG_PyObj_AsBool(obj0);
363 if (PyErr_Occurred()) SWIG_fail;
364 }
365 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
366 if (obj2) {
367 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
368 if (arg3 == NULL) {
369 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
370 }
371 }
372 if (obj3) {
373 if ((SWIG_ConvertPtr(obj3,(void **) &arg4, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
374 }
375 {
376 PyThreadState* __tstate = wxPyBeginAllowThreads();
377 result = (wxGLContext *)new wxGLContext(arg1,arg2,(wxPalette const &)*arg3,(wxGLContext const *)arg4);
378
379 wxPyEndAllowThreads(__tstate);
380 if (PyErr_Occurred()) SWIG_fail;
381 }
382 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLContext, 1);
383 return resultobj;
384 fail:
385 return NULL;
386 }
387
388
389 static PyObject *_wrap_delete_GLContext(PyObject *self, PyObject *args, PyObject *kwargs) {
390 PyObject *resultobj;
391 wxGLContext *arg1 = (wxGLContext *) 0 ;
392 PyObject * obj0 = 0 ;
393 char *kwnames[] = {
394 (char *) "self", NULL
395 };
396
397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_GLContext",kwnames,&obj0)) goto fail;
398 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
399 {
400 PyThreadState* __tstate = wxPyBeginAllowThreads();
401 delete arg1;
402
403 wxPyEndAllowThreads(__tstate);
404 if (PyErr_Occurred()) SWIG_fail;
405 }
406 Py_INCREF(Py_None); resultobj = Py_None;
407 return resultobj;
408 fail:
409 return NULL;
410 }
411
412
413 static PyObject *_wrap_GLContext_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) {
414 PyObject *resultobj;
415 wxGLContext *arg1 = (wxGLContext *) 0 ;
416 PyObject * obj0 = 0 ;
417 char *kwnames[] = {
418 (char *) "self", NULL
419 };
420
421 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLContext_SetCurrent",kwnames,&obj0)) goto fail;
422 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
423 {
424 PyThreadState* __tstate = wxPyBeginAllowThreads();
425 (arg1)->SetCurrent();
426
427 wxPyEndAllowThreads(__tstate);
428 if (PyErr_Occurred()) SWIG_fail;
429 }
430 Py_INCREF(Py_None); resultobj = Py_None;
431 return resultobj;
432 fail:
433 return NULL;
434 }
435
436
437 static PyObject *_wrap_GLContext_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) {
438 PyObject *resultobj;
439 wxGLContext *arg1 = (wxGLContext *) 0 ;
440 wxString *arg2 = 0 ;
441 bool temp2 = False ;
442 PyObject * obj0 = 0 ;
443 PyObject * obj1 = 0 ;
444 char *kwnames[] = {
445 (char *) "self",(char *) "colour", NULL
446 };
447
448 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GLContext_SetColour",kwnames,&obj0,&obj1)) goto fail;
449 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
450 {
451 arg2 = wxString_in_helper(obj1);
452 if (arg2 == NULL) SWIG_fail;
453 temp2 = True;
454 }
455 {
456 PyThreadState* __tstate = wxPyBeginAllowThreads();
457 (arg1)->SetColour((wxString const &)*arg2);
458
459 wxPyEndAllowThreads(__tstate);
460 if (PyErr_Occurred()) SWIG_fail;
461 }
462 Py_INCREF(Py_None); resultobj = Py_None;
463 {
464 if (temp2)
465 delete arg2;
466 }
467 return resultobj;
468 fail:
469 {
470 if (temp2)
471 delete arg2;
472 }
473 return NULL;
474 }
475
476
477 static PyObject *_wrap_GLContext_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) {
478 PyObject *resultobj;
479 wxGLContext *arg1 = (wxGLContext *) 0 ;
480 PyObject * obj0 = 0 ;
481 char *kwnames[] = {
482 (char *) "self", NULL
483 };
484
485 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLContext_SwapBuffers",kwnames,&obj0)) goto fail;
486 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
487 {
488 PyThreadState* __tstate = wxPyBeginAllowThreads();
489 (arg1)->SwapBuffers();
490
491 wxPyEndAllowThreads(__tstate);
492 if (PyErr_Occurred()) SWIG_fail;
493 }
494 Py_INCREF(Py_None); resultobj = Py_None;
495 return resultobj;
496 fail:
497 return NULL;
498 }
499
500
501 static PyObject *_wrap_GLContext_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
502 PyObject *resultobj;
503 wxGLContext *arg1 = (wxGLContext *) 0 ;
504 wxWindow *result;
505 PyObject * obj0 = 0 ;
506 char *kwnames[] = {
507 (char *) "self", NULL
508 };
509
510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLContext_GetWindow",kwnames,&obj0)) goto fail;
511 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
512 {
513 PyThreadState* __tstate = wxPyBeginAllowThreads();
514 result = (wxWindow *)(arg1)->GetWindow();
515
516 wxPyEndAllowThreads(__tstate);
517 if (PyErr_Occurred()) SWIG_fail;
518 }
519 {
520 resultobj = wxPyMake_wxObject(result);
521 }
522 return resultobj;
523 fail:
524 return NULL;
525 }
526
527
528 static PyObject * GLContext_swigregister(PyObject *self, PyObject *args) {
529 PyObject *obj;
530 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
531 SWIG_TypeClientData(SWIGTYPE_p_wxGLContext, obj);
532 Py_INCREF(obj);
533 return Py_BuildValue((char *)"");
534 }
535 static PyObject *_wrap_new_GLCanvas(PyObject *self, PyObject *args, PyObject *kwargs) {
536 PyObject *resultobj;
537 wxWindow *arg1 = (wxWindow *) 0 ;
538 int arg2 = (int) -1 ;
539 wxPoint const &arg3_defvalue = wxDefaultPosition ;
540 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
541 wxSize const &arg4_defvalue = wxDefaultSize ;
542 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
543 long arg5 = (long) 0 ;
544 wxString const &arg6_defvalue = wxPyGLCanvasNameStr ;
545 wxString *arg6 = (wxString *) &arg6_defvalue ;
546 int *arg7 = (int *) NULL ;
547 wxPalette const &arg8_defvalue = wxNullPalette ;
548 wxPalette *arg8 = (wxPalette *) &arg8_defvalue ;
549 wxGLCanvas *result;
550 wxPoint temp3 ;
551 wxSize temp4 ;
552 bool temp6 = False ;
553 int *temp7 ;
554 PyObject * obj0 = 0 ;
555 PyObject * obj1 = 0 ;
556 PyObject * obj2 = 0 ;
557 PyObject * obj3 = 0 ;
558 PyObject * obj4 = 0 ;
559 PyObject * obj5 = 0 ;
560 PyObject * obj6 = 0 ;
561 PyObject * obj7 = 0 ;
562 char *kwnames[] = {
563 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name",(char *) "attribList",(char *) "palette", NULL
564 };
565
566 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_GLCanvas",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
567 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
568 if (obj1) {
569 {
570 arg2 = (int) SWIG_PyObj_AsInt(obj1);
571 if (PyErr_Occurred()) SWIG_fail;
572 }
573 }
574 if (obj2) {
575 {
576 arg3 = &temp3;
577 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
578 }
579 }
580 if (obj3) {
581 {
582 arg4 = &temp4;
583 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
584 }
585 }
586 if (obj4) {
587 {
588 arg5 = (long) SWIG_PyObj_AsLong(obj4);
589 if (PyErr_Occurred()) SWIG_fail;
590 }
591 }
592 if (obj5) {
593 {
594 arg6 = wxString_in_helper(obj5);
595 if (arg6 == NULL) SWIG_fail;
596 temp6 = True;
597 }
598 }
599 if (obj6) {
600 {
601 int i;
602 if (PySequence_Check(obj6)) {
603 int size = PyObject_Length(obj6);
604 temp7 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int));
605 for (i = 0; i < size; i++) {
606 temp7[i] = PyInt_AsLong(PySequence_GetItem(obj6, i));
607 }
608 temp7[size] = 0;
609 arg7 = temp7;
610 }
611 }
612 }
613 if (obj7) {
614 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
615 if (arg8 == NULL) {
616 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
617 }
618 }
619 {
620 PyThreadState* __tstate = wxPyBeginAllowThreads();
621 result = (wxGLCanvas *)new wxGLCanvas(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6,arg7,(wxPalette const &)*arg8);
622
623 wxPyEndAllowThreads(__tstate);
624 if (PyErr_Occurred()) SWIG_fail;
625 }
626 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLCanvas, 1);
627 {
628 if (temp6)
629 delete arg6;
630 }
631 {
632 delete [] arg7;
633 }
634 return resultobj;
635 fail:
636 {
637 if (temp6)
638 delete arg6;
639 }
640 {
641 delete [] arg7;
642 }
643 return NULL;
644 }
645
646
647 static PyObject *_wrap_new_GLCanvasWithContext(PyObject *self, PyObject *args, PyObject *kwargs) {
648 PyObject *resultobj;
649 wxWindow *arg1 = (wxWindow *) 0 ;
650 wxGLContext *arg2 = (wxGLContext *) NULL ;
651 int arg3 = (int) -1 ;
652 wxPoint const &arg4_defvalue = wxDefaultPosition ;
653 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
654 wxSize const &arg5_defvalue = wxDefaultSize ;
655 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
656 long arg6 = (long) 0 ;
657 wxString const &arg7_defvalue = wxPyGLCanvasNameStr ;
658 wxString *arg7 = (wxString *) &arg7_defvalue ;
659 int *arg8 = (int *) NULL ;
660 wxPalette const &arg9_defvalue = wxNullPalette ;
661 wxPalette *arg9 = (wxPalette *) &arg9_defvalue ;
662 wxGLCanvas *result;
663 wxPoint temp4 ;
664 wxSize temp5 ;
665 bool temp7 = False ;
666 int *temp8 ;
667 PyObject * obj0 = 0 ;
668 PyObject * obj1 = 0 ;
669 PyObject * obj2 = 0 ;
670 PyObject * obj3 = 0 ;
671 PyObject * obj4 = 0 ;
672 PyObject * obj5 = 0 ;
673 PyObject * obj6 = 0 ;
674 PyObject * obj7 = 0 ;
675 PyObject * obj8 = 0 ;
676 char *kwnames[] = {
677 (char *) "parent",(char *) "shared",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name",(char *) "attribList",(char *) "palette", NULL
678 };
679
680 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_GLCanvasWithContext",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
681 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
682 if (obj1) {
683 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
684 }
685 if (obj2) {
686 {
687 arg3 = (int) SWIG_PyObj_AsInt(obj2);
688 if (PyErr_Occurred()) SWIG_fail;
689 }
690 }
691 if (obj3) {
692 {
693 arg4 = &temp4;
694 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
695 }
696 }
697 if (obj4) {
698 {
699 arg5 = &temp5;
700 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
701 }
702 }
703 if (obj5) {
704 {
705 arg6 = (long) SWIG_PyObj_AsLong(obj5);
706 if (PyErr_Occurred()) SWIG_fail;
707 }
708 }
709 if (obj6) {
710 {
711 arg7 = wxString_in_helper(obj6);
712 if (arg7 == NULL) SWIG_fail;
713 temp7 = True;
714 }
715 }
716 if (obj7) {
717 {
718 int i;
719 if (PySequence_Check(obj7)) {
720 int size = PyObject_Length(obj7);
721 temp8 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int));
722 for (i = 0; i < size; i++) {
723 temp8[i] = PyInt_AsLong(PySequence_GetItem(obj7, i));
724 }
725 temp8[size] = 0;
726 arg8 = temp8;
727 }
728 }
729 }
730 if (obj8) {
731 if ((SWIG_ConvertPtr(obj8,(void **) &arg9, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
732 if (arg9 == NULL) {
733 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
734 }
735 }
736 {
737 PyThreadState* __tstate = wxPyBeginAllowThreads();
738 result = (wxGLCanvas *)new wxGLCanvas(arg1,(wxGLContext const *)arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7,arg8,(wxPalette const &)*arg9);
739
740 wxPyEndAllowThreads(__tstate);
741 if (PyErr_Occurred()) SWIG_fail;
742 }
743 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLCanvas, 1);
744 {
745 if (temp7)
746 delete arg7;
747 }
748 {
749 delete [] arg8;
750 }
751 return resultobj;
752 fail:
753 {
754 if (temp7)
755 delete arg7;
756 }
757 {
758 delete [] arg8;
759 }
760 return NULL;
761 }
762
763
764 static PyObject *_wrap_GLCanvas_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) {
765 PyObject *resultobj;
766 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
767 PyObject * obj0 = 0 ;
768 char *kwnames[] = {
769 (char *) "self", NULL
770 };
771
772 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_SetCurrent",kwnames,&obj0)) goto fail;
773 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
774 {
775 PyThreadState* __tstate = wxPyBeginAllowThreads();
776 (arg1)->SetCurrent();
777
778 wxPyEndAllowThreads(__tstate);
779 if (PyErr_Occurred()) SWIG_fail;
780 }
781 Py_INCREF(Py_None); resultobj = Py_None;
782 return resultobj;
783 fail:
784 return NULL;
785 }
786
787
788 static PyObject *_wrap_GLCanvas_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) {
789 PyObject *resultobj;
790 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
791 wxString *arg2 = 0 ;
792 bool temp2 = False ;
793 PyObject * obj0 = 0 ;
794 PyObject * obj1 = 0 ;
795 char *kwnames[] = {
796 (char *) "self",(char *) "colour", NULL
797 };
798
799 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GLCanvas_SetColour",kwnames,&obj0,&obj1)) goto fail;
800 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
801 {
802 arg2 = wxString_in_helper(obj1);
803 if (arg2 == NULL) SWIG_fail;
804 temp2 = True;
805 }
806 {
807 PyThreadState* __tstate = wxPyBeginAllowThreads();
808 (arg1)->SetColour((wxString const &)*arg2);
809
810 wxPyEndAllowThreads(__tstate);
811 if (PyErr_Occurred()) SWIG_fail;
812 }
813 Py_INCREF(Py_None); resultobj = Py_None;
814 {
815 if (temp2)
816 delete arg2;
817 }
818 return resultobj;
819 fail:
820 {
821 if (temp2)
822 delete arg2;
823 }
824 return NULL;
825 }
826
827
828 static PyObject *_wrap_GLCanvas_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) {
829 PyObject *resultobj;
830 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
831 PyObject * obj0 = 0 ;
832 char *kwnames[] = {
833 (char *) "self", NULL
834 };
835
836 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_SwapBuffers",kwnames,&obj0)) goto fail;
837 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
838 {
839 PyThreadState* __tstate = wxPyBeginAllowThreads();
840 (arg1)->SwapBuffers();
841
842 wxPyEndAllowThreads(__tstate);
843 if (PyErr_Occurred()) SWIG_fail;
844 }
845 Py_INCREF(Py_None); resultobj = Py_None;
846 return resultobj;
847 fail:
848 return NULL;
849 }
850
851
852 static PyObject *_wrap_GLCanvas_GetContext(PyObject *self, PyObject *args, PyObject *kwargs) {
853 PyObject *resultobj;
854 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
855 wxGLContext *result;
856 PyObject * obj0 = 0 ;
857 char *kwnames[] = {
858 (char *) "self", NULL
859 };
860
861 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_GetContext",kwnames,&obj0)) goto fail;
862 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
863 {
864 PyThreadState* __tstate = wxPyBeginAllowThreads();
865 result = (wxGLContext *)(arg1)->GetContext();
866
867 wxPyEndAllowThreads(__tstate);
868 if (PyErr_Occurred()) SWIG_fail;
869 }
870 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLContext, 0);
871 return resultobj;
872 fail:
873 return NULL;
874 }
875
876
877 static PyObject *_wrap_GLCanvas_SetupPixelFormat(PyObject *self, PyObject *args, PyObject *kwargs) {
878 PyObject *resultobj;
879 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
880 int *arg2 = (int *) NULL ;
881 int *temp2 ;
882 PyObject * obj0 = 0 ;
883 PyObject * obj1 = 0 ;
884 char *kwnames[] = {
885 (char *) "self",(char *) "attribList", NULL
886 };
887
888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:GLCanvas_SetupPixelFormat",kwnames,&obj0,&obj1)) goto fail;
889 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
890 if (obj1) {
891 {
892 int i;
893 if (PySequence_Check(obj1)) {
894 int size = PyObject_Length(obj1);
895 temp2 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int));
896 for (i = 0; i < size; i++) {
897 temp2[i] = PyInt_AsLong(PySequence_GetItem(obj1, i));
898 }
899 temp2[size] = 0;
900 arg2 = temp2;
901 }
902 }
903 }
904 {
905 PyThreadState* __tstate = wxPyBeginAllowThreads();
906 (arg1)->SetupPixelFormat(arg2);
907
908 wxPyEndAllowThreads(__tstate);
909 if (PyErr_Occurred()) SWIG_fail;
910 }
911 Py_INCREF(Py_None); resultobj = Py_None;
912 {
913 delete [] arg2;
914 }
915 return resultobj;
916 fail:
917 {
918 delete [] arg2;
919 }
920 return NULL;
921 }
922
923
924 static PyObject *_wrap_GLCanvas_SetupPalette(PyObject *self, PyObject *args, PyObject *kwargs) {
925 PyObject *resultobj;
926 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
927 wxPalette *arg2 = 0 ;
928 PyObject * obj0 = 0 ;
929 PyObject * obj1 = 0 ;
930 char *kwnames[] = {
931 (char *) "self",(char *) "palette", NULL
932 };
933
934 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GLCanvas_SetupPalette",kwnames,&obj0,&obj1)) goto fail;
935 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
936 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
937 if (arg2 == NULL) {
938 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
939 }
940 {
941 PyThreadState* __tstate = wxPyBeginAllowThreads();
942 (arg1)->SetupPalette((wxPalette const &)*arg2);
943
944 wxPyEndAllowThreads(__tstate);
945 if (PyErr_Occurred()) SWIG_fail;
946 }
947 Py_INCREF(Py_None); resultobj = Py_None;
948 return resultobj;
949 fail:
950 return NULL;
951 }
952
953
954 static PyObject *_wrap_GLCanvas_CreateDefaultPalette(PyObject *self, PyObject *args, PyObject *kwargs) {
955 PyObject *resultobj;
956 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
957 wxPalette result;
958 PyObject * obj0 = 0 ;
959 char *kwnames[] = {
960 (char *) "self", NULL
961 };
962
963 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_CreateDefaultPalette",kwnames,&obj0)) goto fail;
964 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
965 {
966 PyThreadState* __tstate = wxPyBeginAllowThreads();
967 result = (arg1)->CreateDefaultPalette();
968
969 wxPyEndAllowThreads(__tstate);
970 if (PyErr_Occurred()) SWIG_fail;
971 }
972 {
973 wxPalette * resultptr;
974 resultptr = new wxPalette((wxPalette &) result);
975 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxPalette, 1);
976 }
977 return resultobj;
978 fail:
979 return NULL;
980 }
981
982
983 static PyObject *_wrap_GLCanvas_GetPalette(PyObject *self, PyObject *args, PyObject *kwargs) {
984 PyObject *resultobj;
985 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
986 wxPalette *result;
987 PyObject * obj0 = 0 ;
988 char *kwnames[] = {
989 (char *) "self", NULL
990 };
991
992 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_GetPalette",kwnames,&obj0)) goto fail;
993 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
994 {
995 PyThreadState* __tstate = wxPyBeginAllowThreads();
996 result = (wxPalette *)(arg1)->GetPalette();
997
998 wxPyEndAllowThreads(__tstate);
999 if (PyErr_Occurred()) SWIG_fail;
1000 }
1001 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPalette, 0);
1002 return resultobj;
1003 fail:
1004 return NULL;
1005 }
1006
1007
1008 static PyObject * GLCanvas_swigregister(PyObject *self, PyObject *args) {
1009 PyObject *obj;
1010 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1011 SWIG_TypeClientData(SWIGTYPE_p_wxGLCanvas, obj);
1012 Py_INCREF(obj);
1013 return Py_BuildValue((char *)"");
1014 }
1015 static PyMethodDef SwigMethods[] = {
1016 { (char *)"new_GLContext", (PyCFunction) _wrap_new_GLContext, METH_VARARGS | METH_KEYWORDS },
1017 { (char *)"delete_GLContext", (PyCFunction) _wrap_delete_GLContext, METH_VARARGS | METH_KEYWORDS },
1018 { (char *)"GLContext_SetCurrent", (PyCFunction) _wrap_GLContext_SetCurrent, METH_VARARGS | METH_KEYWORDS },
1019 { (char *)"GLContext_SetColour", (PyCFunction) _wrap_GLContext_SetColour, METH_VARARGS | METH_KEYWORDS },
1020 { (char *)"GLContext_SwapBuffers", (PyCFunction) _wrap_GLContext_SwapBuffers, METH_VARARGS | METH_KEYWORDS },
1021 { (char *)"GLContext_GetWindow", (PyCFunction) _wrap_GLContext_GetWindow, METH_VARARGS | METH_KEYWORDS },
1022 { (char *)"GLContext_swigregister", GLContext_swigregister, METH_VARARGS },
1023 { (char *)"new_GLCanvas", (PyCFunction) _wrap_new_GLCanvas, METH_VARARGS | METH_KEYWORDS },
1024 { (char *)"new_GLCanvasWithContext", (PyCFunction) _wrap_new_GLCanvasWithContext, METH_VARARGS | METH_KEYWORDS },
1025 { (char *)"GLCanvas_SetCurrent", (PyCFunction) _wrap_GLCanvas_SetCurrent, METH_VARARGS | METH_KEYWORDS },
1026 { (char *)"GLCanvas_SetColour", (PyCFunction) _wrap_GLCanvas_SetColour, METH_VARARGS | METH_KEYWORDS },
1027 { (char *)"GLCanvas_SwapBuffers", (PyCFunction) _wrap_GLCanvas_SwapBuffers, METH_VARARGS | METH_KEYWORDS },
1028 { (char *)"GLCanvas_GetContext", (PyCFunction) _wrap_GLCanvas_GetContext, METH_VARARGS | METH_KEYWORDS },
1029 { (char *)"GLCanvas_SetupPixelFormat", (PyCFunction) _wrap_GLCanvas_SetupPixelFormat, METH_VARARGS | METH_KEYWORDS },
1030 { (char *)"GLCanvas_SetupPalette", (PyCFunction) _wrap_GLCanvas_SetupPalette, METH_VARARGS | METH_KEYWORDS },
1031 { (char *)"GLCanvas_CreateDefaultPalette", (PyCFunction) _wrap_GLCanvas_CreateDefaultPalette, METH_VARARGS | METH_KEYWORDS },
1032 { (char *)"GLCanvas_GetPalette", (PyCFunction) _wrap_GLCanvas_GetPalette, METH_VARARGS | METH_KEYWORDS },
1033 { (char *)"GLCanvas_swigregister", GLCanvas_swigregister, METH_VARARGS },
1034 { NULL, NULL }
1035 };
1036
1037
1038 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
1039
1040 static void *_p_wxControlTo_p_wxWindow(void *x) {
1041 return (void *)((wxWindow *) ((wxControl *) x));
1042 }
1043 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) {
1044 return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x));
1045 }
1046 static void *_p_wxMenuBarTo_p_wxWindow(void *x) {
1047 return (void *)((wxWindow *) ((wxMenuBar *) x));
1048 }
1049 static void *_p_wxGLCanvasTo_p_wxWindow(void *x) {
1050 return (void *)((wxWindow *) ((wxGLCanvas *) x));
1051 }
1052 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) {
1053 return (void *)((wxObject *) ((wxLayoutConstraints *) x));
1054 }
1055 static void *_p_wxGBSizerItemTo_p_wxObject(void *x) {
1056 return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x));
1057 }
1058 static void *_p_wxSizerItemTo_p_wxObject(void *x) {
1059 return (void *)((wxObject *) ((wxSizerItem *) x));
1060 }
1061 static void *_p_wxScrollEventTo_p_wxObject(void *x) {
1062 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x));
1063 }
1064 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) {
1065 return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x));
1066 }
1067 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) {
1068 return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x));
1069 }
1070 static void *_p_wxBoxSizerTo_p_wxObject(void *x) {
1071 return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x));
1072 }
1073 static void *_p_wxSizerTo_p_wxObject(void *x) {
1074 return (void *)((wxObject *) ((wxSizer *) x));
1075 }
1076 static void *_p_wxGridBagSizerTo_p_wxObject(void *x) {
1077 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
1078 }
1079 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) {
1080 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x));
1081 }
1082 static void *_p_wxEventTo_p_wxObject(void *x) {
1083 return (void *)((wxObject *) ((wxEvent *) x));
1084 }
1085 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) {
1086 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x));
1087 }
1088 static void *_p_wxGridSizerTo_p_wxObject(void *x) {
1089 return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x));
1090 }
1091 static void *_p_wxInitDialogEventTo_p_wxObject(void *x) {
1092 return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x));
1093 }
1094 static void *_p_wxPaintEventTo_p_wxObject(void *x) {
1095 return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x));
1096 }
1097 static void *_p_wxNcPaintEventTo_p_wxObject(void *x) {
1098 return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x));
1099 }
1100 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) {
1101 return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x));
1102 }
1103 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) {
1104 return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x));
1105 }
1106 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) {
1107 return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x));
1108 }
1109 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) {
1110 return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x));
1111 }
1112 static void *_p_wxControlTo_p_wxObject(void *x) {
1113 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x));
1114 }
1115 static void *_p_wxSetCursorEventTo_p_wxObject(void *x) {
1116 return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x));
1117 }
1118 static void *_p_wxFSFileTo_p_wxObject(void *x) {
1119 return (void *)((wxObject *) ((wxFSFile *) x));
1120 }
1121 static void *_p_wxPySizerTo_p_wxObject(void *x) {
1122 return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x));
1123 }
1124 static void *_p_wxPyEventTo_p_wxObject(void *x) {
1125 return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x));
1126 }
1127 static void *_p_wxNotifyEventTo_p_wxObject(void *x) {
1128 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x));
1129 }
1130 static void *_p_wxGLContextTo_p_wxObject(void *x) {
1131 return (void *)((wxObject *) ((wxGLContext *) x));
1132 }
1133 static void *_p_wxShowEventTo_p_wxObject(void *x) {
1134 return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x));
1135 }
1136 static void *_p_wxMenuItemTo_p_wxObject(void *x) {
1137 return (void *)((wxObject *) ((wxMenuItem *) x));
1138 }
1139 static void *_p_wxIdleEventTo_p_wxObject(void *x) {
1140 return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x));
1141 }
1142 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) {
1143 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x));
1144 }
1145 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) {
1146 return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x));
1147 }
1148 static void *_p_wxMaximizeEventTo_p_wxObject(void *x) {
1149 return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x));
1150 }
1151 static void *_p_wxIconizeEventTo_p_wxObject(void *x) {
1152 return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x));
1153 }
1154 static void *_p_wxSizeEventTo_p_wxObject(void *x) {
1155 return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x));
1156 }
1157 static void *_p_wxMoveEventTo_p_wxObject(void *x) {
1158 return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x));
1159 }
1160 static void *_p_wxActivateEventTo_p_wxObject(void *x) {
1161 return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x));
1162 }
1163 static void *_p_wxXPMHandlerTo_p_wxObject(void *x) {
1164 return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x));
1165 }
1166 static void *_p_wxPNMHandlerTo_p_wxObject(void *x) {
1167 return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x));
1168 }
1169 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) {
1170 return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x));
1171 }
1172 static void *_p_wxPCXHandlerTo_p_wxObject(void *x) {
1173 return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x));
1174 }
1175 static void *_p_wxGIFHandlerTo_p_wxObject(void *x) {
1176 return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x));
1177 }
1178 static void *_p_wxPNGHandlerTo_p_wxObject(void *x) {
1179 return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x));
1180 }
1181 static void *_p_wxANIHandlerTo_p_wxObject(void *x) {
1182 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x));
1183 }
1184 static void *_p_wxCURHandlerTo_p_wxObject(void *x) {
1185 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x));
1186 }
1187 static void *_p_wxICOHandlerTo_p_wxObject(void *x) {
1188 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x));
1189 }
1190 static void *_p_wxBMPHandlerTo_p_wxObject(void *x) {
1191 return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x));
1192 }
1193 static void *_p_wxImageHandlerTo_p_wxObject(void *x) {
1194 return (void *)((wxObject *) ((wxImageHandler *) x));
1195 }
1196 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) {
1197 return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x));
1198 }
1199 static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
1200 return (void *)((wxObject *) ((wxEvtHandler *) x));
1201 }
1202 static void *_p_wxGLCanvasTo_p_wxObject(void *x) {
1203 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxGLCanvas *) x));
1204 }
1205 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
1206 return (void *)((wxObject *) ((wxAcceleratorTable *) x));
1207 }
1208 static void *_p_wxImageTo_p_wxObject(void *x) {
1209 return (void *)((wxObject *) ((wxImage *) x));
1210 }
1211 static void *_p_wxScrollWinEventTo_p_wxObject(void *x) {
1212 return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x));
1213 }
1214 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) {
1215 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x));
1216 }
1217 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
1218 return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x));
1219 }
1220 static void *_p_wxKeyEventTo_p_wxObject(void *x) {
1221 return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
1222 }
1223 static void *_p_wxWindowTo_p_wxObject(void *x) {
1224 return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
1225 }
1226 static void *_p_wxMenuTo_p_wxObject(void *x) {
1227 return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x));
1228 }
1229 static void *_p_wxMenuBarTo_p_wxObject(void *x) {
1230 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
1231 }
1232 static void *_p_wxFileSystemTo_p_wxObject(void *x) {
1233 return (void *)((wxObject *) ((wxFileSystem *) x));
1234 }
1235 static void *_p_wxContextMenuEventTo_p_wxObject(void *x) {
1236 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x));
1237 }
1238 static void *_p_wxMenuEventTo_p_wxObject(void *x) {
1239 return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x));
1240 }
1241 static void *_p_wxPyAppTo_p_wxObject(void *x) {
1242 return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x));
1243 }
1244 static void *_p_wxCloseEventTo_p_wxObject(void *x) {
1245 return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x));
1246 }
1247 static void *_p_wxMouseEventTo_p_wxObject(void *x) {
1248 return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x));
1249 }
1250 static void *_p_wxEraseEventTo_p_wxObject(void *x) {
1251 return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x));
1252 }
1253 static void *_p_wxPyCommandEventTo_p_wxObject(void *x) {
1254 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x));
1255 }
1256 static void *_p_wxCommandEventTo_p_wxObject(void *x) {
1257 return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x));
1258 }
1259 static void *_p_wxDropFilesEventTo_p_wxObject(void *x) {
1260 return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x));
1261 }
1262 static void *_p_wxFocusEventTo_p_wxObject(void *x) {
1263 return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x));
1264 }
1265 static void *_p_wxChildFocusEventTo_p_wxObject(void *x) {
1266 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x));
1267 }
1268 static void *_p_wxControlWithItemsTo_p_wxObject(void *x) {
1269 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x));
1270 }
1271 static void *_p_wxPyValidatorTo_p_wxObject(void *x) {
1272 return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x));
1273 }
1274 static void *_p_wxValidatorTo_p_wxObject(void *x) {
1275 return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x));
1276 }
1277 static void *_p_wxControlTo_p_wxEvtHandler(void *x) {
1278 return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x));
1279 }
1280 static void *_p_wxWindowTo_p_wxEvtHandler(void *x) {
1281 return (void *)((wxEvtHandler *) ((wxWindow *) x));
1282 }
1283 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) {
1284 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x));
1285 }
1286 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) {
1287 return (void *)((wxEvtHandler *) ((wxPyApp *) x));
1288 }
1289 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) {
1290 return (void *)((wxEvtHandler *) ((wxValidator *) x));
1291 }
1292 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) {
1293 return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x));
1294 }
1295 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) {
1296 return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x));
1297 }
1298 static void *_p_wxGLCanvasTo_p_wxEvtHandler(void *x) {
1299 return (void *)((wxEvtHandler *) (wxWindow *) ((wxGLCanvas *) x));
1300 }
1301 static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
1302 return (void *)((wxEvtHandler *) ((wxMenu *) x));
1303 }
1304 static swig_type_info _swigt__p_wxWindow[] = {{"_p_wxWindow", 0, "wxWindow *", 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow},{"_p_wxWindow"},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxWindow},{0}};
1305 static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject},{"_p_wxSizer", _p_wxSizerTo_p_wxObject},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject},{"_p_wxMenu", _p_wxMenuTo_p_wxObject},{"_p_wxEvent", _p_wxEventTo_p_wxObject},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject},{"_p_wxControl", _p_wxControlTo_p_wxObject},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject},{"_p_wxGLContext", _p_wxGLContextTo_p_wxObject},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxObject},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject},{"_p_wxImage", _p_wxImageTo_p_wxObject},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject},{"_p_wxObject"},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject},{"_p_wxWindow", _p_wxWindowTo_p_wxObject},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject},{0}};
1306 static swig_type_info _swigt__p_wxEvtHandler[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler},{"_p_wxEvtHandler"},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxEvtHandler},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler},{0}};
1307 static swig_type_info _swigt__p_char[] = {{"_p_char", 0, "char *", 0},{"_p_char"},{0}};
1308 static swig_type_info _swigt__p_wxPalette[] = {{"_p_wxPalette", 0, "wxPalette *", 0},{"_p_wxPalette"},{0}};
1309 static swig_type_info _swigt__p_wxGLCanvas[] = {{"_p_wxGLCanvas", 0, "wxGLCanvas *", 0},{"_p_wxGLCanvas"},{0}};
1310 static swig_type_info _swigt__p_wxGLContext[] = {{"_p_wxGLContext", 0, "wxGLContext *", 0},{"_p_wxGLContext"},{0}};
1311 static swig_type_info _swigt__p_int[] = {{"_p_int", 0, "int *", 0},{"_p_int"},{0}};
1312
1313 static swig_type_info *swig_types_initial[] = {
1314 _swigt__p_wxWindow,
1315 _swigt__p_wxObject,
1316 _swigt__p_wxEvtHandler,
1317 _swigt__p_char,
1318 _swigt__p_wxPalette,
1319 _swigt__p_wxGLCanvas,
1320 _swigt__p_wxGLContext,
1321 _swigt__p_int,
1322 0
1323 };
1324
1325
1326 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
1327
1328 static swig_const_info swig_const_table[] = {
1329 {0}};
1330
1331 #ifdef __cplusplus
1332 }
1333 #endif
1334
1335 #ifdef __cplusplus
1336 extern "C"
1337 #endif
1338 SWIGEXPORT(void) SWIG_init(void) {
1339 static PyObject *SWIG_globals = 0;
1340 static int typeinit = 0;
1341 PyObject *m, *d;
1342 int i;
1343 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink();
1344 m = Py_InitModule((char *) SWIG_name, SwigMethods);
1345 d = PyModule_GetDict(m);
1346
1347 if (!typeinit) {
1348 for (i = 0; swig_types_initial[i]; i++) {
1349 swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
1350 }
1351 typeinit = 1;
1352 }
1353 SWIG_InstallConstants(d,swig_const_table);
1354
1355 PyDict_SetItemString(d,(char*)"cvar", SWIG_globals);
1356 SWIG_addvarlink(SWIG_globals,(char*)"GLCanvasNameStr",_wrap_GLCanvasNameStr_get, _wrap_GLCanvasNameStr_set);
1357 PyDict_SetItemString(d,"WX_GL_RGBA", SWIG_PyObj_FromInt((int)WX_GL_RGBA));
1358 PyDict_SetItemString(d,"WX_GL_BUFFER_SIZE", SWIG_PyObj_FromInt((int)WX_GL_BUFFER_SIZE));
1359 PyDict_SetItemString(d,"WX_GL_LEVEL", SWIG_PyObj_FromInt((int)WX_GL_LEVEL));
1360 PyDict_SetItemString(d,"WX_GL_DOUBLEBUFFER", SWIG_PyObj_FromInt((int)WX_GL_DOUBLEBUFFER));
1361 PyDict_SetItemString(d,"WX_GL_STEREO", SWIG_PyObj_FromInt((int)WX_GL_STEREO));
1362 PyDict_SetItemString(d,"WX_GL_AUX_BUFFERS", SWIG_PyObj_FromInt((int)WX_GL_AUX_BUFFERS));
1363 PyDict_SetItemString(d,"WX_GL_MIN_RED", SWIG_PyObj_FromInt((int)WX_GL_MIN_RED));
1364 PyDict_SetItemString(d,"WX_GL_MIN_GREEN", SWIG_PyObj_FromInt((int)WX_GL_MIN_GREEN));
1365 PyDict_SetItemString(d,"WX_GL_MIN_BLUE", SWIG_PyObj_FromInt((int)WX_GL_MIN_BLUE));
1366 PyDict_SetItemString(d,"WX_GL_MIN_ALPHA", SWIG_PyObj_FromInt((int)WX_GL_MIN_ALPHA));
1367 PyDict_SetItemString(d,"WX_GL_DEPTH_SIZE", SWIG_PyObj_FromInt((int)WX_GL_DEPTH_SIZE));
1368 PyDict_SetItemString(d,"WX_GL_STENCIL_SIZE", SWIG_PyObj_FromInt((int)WX_GL_STENCIL_SIZE));
1369 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_RED", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_RED));
1370 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_GREEN", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_GREEN));
1371 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_BLUE", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_BLUE));
1372 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_ALPHA", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_ALPHA));
1373
1374
1375
1376 }
1377