]> git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/glcanvas/msw/glcanvas_wrap.cpp
9616cb59d46a8e53aa111b06a6af533284821e4e
[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_wxString swig_types[6]
240 #define SWIGTYPE_p_wxGLContext swig_types[7]
241 #define SWIGTYPE_p_int swig_types[8]
242 static swig_type_info *swig_types[10];
243
244 /* -------- TYPES TABLE (END) -------- */
245
246
247 /*-----------------------------------------------
248 @(target):= _glcanvas.so
249 ------------------------------------------------*/
250 #define SWIG_init init_glcanvas
251
252 #define SWIG_name "_glcanvas"
253
254 #include <limits.h>
255 #include <float.h>
256 #include <string.h>
257
258 #ifndef SWIGSTATIC
259 #ifdef __cplusplus
260 #define SWIGSTATIC(a) static inline a
261 #else
262 #define SWIGSTATIC(a) static a
263 #endif
264 #endif
265
266 #ifndef numeric_cast
267 #ifdef __cplusplus
268 #ifdef HAVE_NUMERIC_CAST
269 #define numeric_cast(type,a) numeric_cast<type>(a)
270 #else
271 #define numeric_cast(type,a) static_cast<type>(a)
272 #endif
273 #else
274 #define numeric_cast(type,a) (type)(a)
275 #endif
276 #endif
277
278
279
280 #define SWIG_PyObj_FromSignedChar PyInt_FromLong
281 #define SWIG_PyObj_FromUnsignedChar PyInt_FromLong
282 #define SWIG_PyObj_FromShort PyInt_FromLong
283 #define SWIG_PyObj_FromUnsignedShort PyInt_FromLong
284 #define SWIG_PyObj_FromInt PyInt_FromLong
285 #define SWIG_PyObj_FromLong PyInt_FromLong
286 #define SWIG_PyObj_FromFloat PyFloat_FromDouble
287 #define SWIG_PyObj_FromDouble PyFloat_FromDouble
288 #define SWIG_PyObj_FromFloat PyFloat_FromDouble
289 #define SWIG_PyObj_FromDouble PyFloat_FromDouble
290
291
292 #include "wx/wxPython/wxPython.h"
293 #include "wx/wxPython/pyclasses.h"
294
295 #include <wx/glcanvas.h>
296
297
298 static const wxString wxPyGLCanvasNameStr(wxT("GLCanvas"));
299 static const wxString wxPyEmptyString(wxEmptyString);
300
301 SWIGSTATIC(bool)
302 SWIG_PyObj_AsBool(PyObject *obj)
303 {
304 return PyObject_IsTrue(obj) ? true : false;
305 }
306
307
308 SWIGSTATIC(int)
309 SWIG_PyObj_AsInt(PyObject *obj)
310 {
311 return numeric_cast(int,
312 SWIG_PyObj_AsLongInRange(obj, "int", INT_MIN, INT_MAX));
313 }
314
315
316 SWIGSTATIC(long)
317 SWIG_PyObj_AsLong(PyObject * obj)
318 {
319 return PyInt_Check(obj) ? PyInt_AsLong(obj) : PyLong_AsLong(obj);
320 }
321
322 #ifdef __cplusplus
323 extern "C" {
324 #endif
325 static int _wrap_GLCanvasNameStr_set(PyObject *) {
326 PyErr_SetString(PyExc_TypeError,"Variable GLCanvasNameStr is read-only.");
327 return 1;
328 }
329
330
331 static PyObject *_wrap_GLCanvasNameStr_get() {
332 PyObject *pyobj;
333
334 {
335 #if wxUSE_UNICODE
336 pyobj = PyUnicode_FromWideChar((&wxPyGLCanvasNameStr)->c_str(), (&wxPyGLCanvasNameStr)->Len());
337 #else
338 pyobj = PyString_FromStringAndSize((&wxPyGLCanvasNameStr)->c_str(), (&wxPyGLCanvasNameStr)->Len());
339 #endif
340 }
341 return pyobj;
342 }
343
344
345 static PyObject *_wrap_new_GLContext(PyObject *self, PyObject *args, PyObject *kwargs) {
346 PyObject *resultobj;
347 bool arg1 ;
348 wxGLCanvas *arg2 = (wxGLCanvas *) 0 ;
349 wxPalette const &arg3_defvalue = wxNullPalette ;
350 wxPalette *arg3 = (wxPalette *) &arg3_defvalue ;
351 wxGLContext *arg4 = (wxGLContext *) NULL ;
352 wxGLContext *result;
353 PyObject * obj0 = 0 ;
354 PyObject * obj1 = 0 ;
355 PyObject * obj2 = 0 ;
356 PyObject * obj3 = 0 ;
357 char *kwnames[] = {
358 (char *) "isRGB",(char *) "win",(char *) "palette",(char *) "other", NULL
359 };
360
361 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:new_GLContext",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
362 {
363 arg1 = (bool) SWIG_PyObj_AsBool(obj0);
364 if (PyErr_Occurred()) SWIG_fail;
365 }
366 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
367 if (obj2) {
368 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
369 if (arg3 == NULL) {
370 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
371 }
372 }
373 if (obj3) {
374 if ((SWIG_ConvertPtr(obj3,(void **) &arg4, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
375 }
376 {
377 PyThreadState* __tstate = wxPyBeginAllowThreads();
378 result = (wxGLContext *)new wxGLContext(arg1,arg2,(wxPalette const &)*arg3,(wxGLContext const *)arg4);
379
380 wxPyEndAllowThreads(__tstate);
381 if (PyErr_Occurred()) SWIG_fail;
382 }
383 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLContext, 1);
384 return resultobj;
385 fail:
386 return NULL;
387 }
388
389
390 static PyObject *_wrap_delete_GLContext(PyObject *self, PyObject *args, PyObject *kwargs) {
391 PyObject *resultobj;
392 wxGLContext *arg1 = (wxGLContext *) 0 ;
393 PyObject * obj0 = 0 ;
394 char *kwnames[] = {
395 (char *) "self", NULL
396 };
397
398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_GLContext",kwnames,&obj0)) goto fail;
399 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
400 {
401 PyThreadState* __tstate = wxPyBeginAllowThreads();
402 delete arg1;
403
404 wxPyEndAllowThreads(__tstate);
405 if (PyErr_Occurred()) SWIG_fail;
406 }
407 Py_INCREF(Py_None); resultobj = Py_None;
408 return resultobj;
409 fail:
410 return NULL;
411 }
412
413
414 static PyObject *_wrap_GLContext_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) {
415 PyObject *resultobj;
416 wxGLContext *arg1 = (wxGLContext *) 0 ;
417 PyObject * obj0 = 0 ;
418 char *kwnames[] = {
419 (char *) "self", NULL
420 };
421
422 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLContext_SetCurrent",kwnames,&obj0)) goto fail;
423 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
424 {
425 PyThreadState* __tstate = wxPyBeginAllowThreads();
426 (arg1)->SetCurrent();
427
428 wxPyEndAllowThreads(__tstate);
429 if (PyErr_Occurred()) SWIG_fail;
430 }
431 Py_INCREF(Py_None); resultobj = Py_None;
432 return resultobj;
433 fail:
434 return NULL;
435 }
436
437
438 static PyObject *_wrap_GLContext_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) {
439 PyObject *resultobj;
440 wxGLContext *arg1 = (wxGLContext *) 0 ;
441 wxString *arg2 = 0 ;
442 bool temp2 = False ;
443 PyObject * obj0 = 0 ;
444 PyObject * obj1 = 0 ;
445 char *kwnames[] = {
446 (char *) "self",(char *) "colour", NULL
447 };
448
449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GLContext_SetColour",kwnames,&obj0,&obj1)) goto fail;
450 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
451 {
452 arg2 = wxString_in_helper(obj1);
453 if (arg2 == NULL) SWIG_fail;
454 temp2 = True;
455 }
456 {
457 PyThreadState* __tstate = wxPyBeginAllowThreads();
458 (arg1)->SetColour((wxString const &)*arg2);
459
460 wxPyEndAllowThreads(__tstate);
461 if (PyErr_Occurred()) SWIG_fail;
462 }
463 Py_INCREF(Py_None); resultobj = Py_None;
464 {
465 if (temp2)
466 delete arg2;
467 }
468 return resultobj;
469 fail:
470 {
471 if (temp2)
472 delete arg2;
473 }
474 return NULL;
475 }
476
477
478 static PyObject *_wrap_GLContext_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) {
479 PyObject *resultobj;
480 wxGLContext *arg1 = (wxGLContext *) 0 ;
481 PyObject * obj0 = 0 ;
482 char *kwnames[] = {
483 (char *) "self", NULL
484 };
485
486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLContext_SwapBuffers",kwnames,&obj0)) goto fail;
487 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
488 {
489 PyThreadState* __tstate = wxPyBeginAllowThreads();
490 (arg1)->SwapBuffers();
491
492 wxPyEndAllowThreads(__tstate);
493 if (PyErr_Occurred()) SWIG_fail;
494 }
495 Py_INCREF(Py_None); resultobj = Py_None;
496 return resultobj;
497 fail:
498 return NULL;
499 }
500
501
502 static PyObject *_wrap_GLContext_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
503 PyObject *resultobj;
504 wxGLContext *arg1 = (wxGLContext *) 0 ;
505 wxWindow *result;
506 PyObject * obj0 = 0 ;
507 char *kwnames[] = {
508 (char *) "self", NULL
509 };
510
511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLContext_GetWindow",kwnames,&obj0)) goto fail;
512 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
513 {
514 PyThreadState* __tstate = wxPyBeginAllowThreads();
515 result = (wxWindow *)(arg1)->GetWindow();
516
517 wxPyEndAllowThreads(__tstate);
518 if (PyErr_Occurred()) SWIG_fail;
519 }
520 {
521 resultobj = wxPyMake_wxObject(result);
522 }
523 return resultobj;
524 fail:
525 return NULL;
526 }
527
528
529 static PyObject * GLContext_swigregister(PyObject *self, PyObject *args) {
530 PyObject *obj;
531 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
532 SWIG_TypeClientData(SWIGTYPE_p_wxGLContext, obj);
533 Py_INCREF(obj);
534 return Py_BuildValue((char *)"");
535 }
536 static PyObject *_wrap_new_GLCanvas(PyObject *self, PyObject *args, PyObject *kwargs) {
537 PyObject *resultobj;
538 wxWindow *arg1 = (wxWindow *) 0 ;
539 int arg2 = (int) -1 ;
540 wxPoint const &arg3_defvalue = wxDefaultPosition ;
541 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
542 wxSize const &arg4_defvalue = wxDefaultSize ;
543 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
544 long arg5 = (long) 0 ;
545 wxString const &arg6_defvalue = wxPyGLCanvasNameStr ;
546 wxString *arg6 = (wxString *) &arg6_defvalue ;
547 int *arg7 = (int *) NULL ;
548 wxPalette const &arg8_defvalue = wxNullPalette ;
549 wxPalette *arg8 = (wxPalette *) &arg8_defvalue ;
550 wxGLCanvas *result;
551 wxPoint temp3 ;
552 wxSize temp4 ;
553 bool temp6 = False ;
554 int *temp7 ;
555 PyObject * obj0 = 0 ;
556 PyObject * obj1 = 0 ;
557 PyObject * obj2 = 0 ;
558 PyObject * obj3 = 0 ;
559 PyObject * obj4 = 0 ;
560 PyObject * obj5 = 0 ;
561 PyObject * obj6 = 0 ;
562 PyObject * obj7 = 0 ;
563 char *kwnames[] = {
564 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name",(char *) "attribList",(char *) "palette", NULL
565 };
566
567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOO:new_GLCanvas",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
568 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
569 if (obj1) {
570 {
571 arg2 = (int) SWIG_PyObj_AsInt(obj1);
572 if (PyErr_Occurred()) SWIG_fail;
573 }
574 }
575 if (obj2) {
576 {
577 arg3 = &temp3;
578 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
579 }
580 }
581 if (obj3) {
582 {
583 arg4 = &temp4;
584 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
585 }
586 }
587 if (obj4) {
588 {
589 arg5 = (long) SWIG_PyObj_AsLong(obj4);
590 if (PyErr_Occurred()) SWIG_fail;
591 }
592 }
593 if (obj5) {
594 {
595 arg6 = wxString_in_helper(obj5);
596 if (arg6 == NULL) SWIG_fail;
597 temp6 = True;
598 }
599 }
600 if (obj6) {
601 {
602 int i;
603 if (PySequence_Check(obj6)) {
604 int size = PyObject_Length(obj6);
605 temp7 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int));
606 for (i = 0; i < size; i++) {
607 temp7[i] = PyInt_AsLong(PySequence_GetItem(obj6, i));
608 }
609 temp7[size] = 0;
610 arg7 = temp7;
611 }
612 }
613 }
614 if (obj7) {
615 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
616 if (arg8 == NULL) {
617 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
618 }
619 }
620 {
621 PyThreadState* __tstate = wxPyBeginAllowThreads();
622 result = (wxGLCanvas *)new wxGLCanvas(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6,arg7,(wxPalette const &)*arg8);
623
624 wxPyEndAllowThreads(__tstate);
625 if (PyErr_Occurred()) SWIG_fail;
626 }
627 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLCanvas, 1);
628 {
629 if (temp6)
630 delete arg6;
631 }
632 {
633 delete [] arg7;
634 }
635 return resultobj;
636 fail:
637 {
638 if (temp6)
639 delete arg6;
640 }
641 {
642 delete [] arg7;
643 }
644 return NULL;
645 }
646
647
648 static PyObject *_wrap_new_GLCanvasWithContext(PyObject *self, PyObject *args, PyObject *kwargs) {
649 PyObject *resultobj;
650 wxWindow *arg1 = (wxWindow *) 0 ;
651 wxGLContext *arg2 = (wxGLContext *) NULL ;
652 int arg3 = (int) -1 ;
653 wxPoint const &arg4_defvalue = wxDefaultPosition ;
654 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
655 wxSize const &arg5_defvalue = wxDefaultSize ;
656 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
657 long arg6 = (long) 0 ;
658 wxString const &arg7_defvalue = wxPyGLCanvasNameStr ;
659 wxString *arg7 = (wxString *) &arg7_defvalue ;
660 int *arg8 = (int *) NULL ;
661 wxPalette const &arg9_defvalue = wxNullPalette ;
662 wxPalette *arg9 = (wxPalette *) &arg9_defvalue ;
663 wxGLCanvas *result;
664 wxPoint temp4 ;
665 wxSize temp5 ;
666 bool temp7 = False ;
667 int *temp8 ;
668 PyObject * obj0 = 0 ;
669 PyObject * obj1 = 0 ;
670 PyObject * obj2 = 0 ;
671 PyObject * obj3 = 0 ;
672 PyObject * obj4 = 0 ;
673 PyObject * obj5 = 0 ;
674 PyObject * obj6 = 0 ;
675 PyObject * obj7 = 0 ;
676 PyObject * obj8 = 0 ;
677 char *kwnames[] = {
678 (char *) "parent",(char *) "shared",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name",(char *) "attribList",(char *) "palette", NULL
679 };
680
681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_GLCanvasWithContext",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
682 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
683 if (obj1) {
684 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxGLContext,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
685 }
686 if (obj2) {
687 {
688 arg3 = (int) SWIG_PyObj_AsInt(obj2);
689 if (PyErr_Occurred()) SWIG_fail;
690 }
691 }
692 if (obj3) {
693 {
694 arg4 = &temp4;
695 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
696 }
697 }
698 if (obj4) {
699 {
700 arg5 = &temp5;
701 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
702 }
703 }
704 if (obj5) {
705 {
706 arg6 = (long) SWIG_PyObj_AsLong(obj5);
707 if (PyErr_Occurred()) SWIG_fail;
708 }
709 }
710 if (obj6) {
711 {
712 arg7 = wxString_in_helper(obj6);
713 if (arg7 == NULL) SWIG_fail;
714 temp7 = True;
715 }
716 }
717 if (obj7) {
718 {
719 int i;
720 if (PySequence_Check(obj7)) {
721 int size = PyObject_Length(obj7);
722 temp8 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int));
723 for (i = 0; i < size; i++) {
724 temp8[i] = PyInt_AsLong(PySequence_GetItem(obj7, i));
725 }
726 temp8[size] = 0;
727 arg8 = temp8;
728 }
729 }
730 }
731 if (obj8) {
732 if ((SWIG_ConvertPtr(obj8,(void **) &arg9, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
733 if (arg9 == NULL) {
734 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
735 }
736 }
737 {
738 PyThreadState* __tstate = wxPyBeginAllowThreads();
739 result = (wxGLCanvas *)new wxGLCanvas(arg1,(wxGLContext const *)arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7,arg8,(wxPalette const &)*arg9);
740
741 wxPyEndAllowThreads(__tstate);
742 if (PyErr_Occurred()) SWIG_fail;
743 }
744 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLCanvas, 1);
745 {
746 if (temp7)
747 delete arg7;
748 }
749 {
750 delete [] arg8;
751 }
752 return resultobj;
753 fail:
754 {
755 if (temp7)
756 delete arg7;
757 }
758 {
759 delete [] arg8;
760 }
761 return NULL;
762 }
763
764
765 static PyObject *_wrap_GLCanvas_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) {
766 PyObject *resultobj;
767 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
768 PyObject * obj0 = 0 ;
769 char *kwnames[] = {
770 (char *) "self", NULL
771 };
772
773 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_SetCurrent",kwnames,&obj0)) goto fail;
774 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
775 {
776 PyThreadState* __tstate = wxPyBeginAllowThreads();
777 (arg1)->SetCurrent();
778
779 wxPyEndAllowThreads(__tstate);
780 if (PyErr_Occurred()) SWIG_fail;
781 }
782 Py_INCREF(Py_None); resultobj = Py_None;
783 return resultobj;
784 fail:
785 return NULL;
786 }
787
788
789 static PyObject *_wrap_GLCanvas_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) {
790 PyObject *resultobj;
791 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
792 wxString *arg2 = 0 ;
793 bool temp2 = False ;
794 PyObject * obj0 = 0 ;
795 PyObject * obj1 = 0 ;
796 char *kwnames[] = {
797 (char *) "self",(char *) "colour", NULL
798 };
799
800 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GLCanvas_SetColour",kwnames,&obj0,&obj1)) goto fail;
801 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
802 {
803 arg2 = wxString_in_helper(obj1);
804 if (arg2 == NULL) SWIG_fail;
805 temp2 = True;
806 }
807 {
808 PyThreadState* __tstate = wxPyBeginAllowThreads();
809 (arg1)->SetColour((wxString const &)*arg2);
810
811 wxPyEndAllowThreads(__tstate);
812 if (PyErr_Occurred()) SWIG_fail;
813 }
814 Py_INCREF(Py_None); resultobj = Py_None;
815 {
816 if (temp2)
817 delete arg2;
818 }
819 return resultobj;
820 fail:
821 {
822 if (temp2)
823 delete arg2;
824 }
825 return NULL;
826 }
827
828
829 static PyObject *_wrap_GLCanvas_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) {
830 PyObject *resultobj;
831 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
832 PyObject * obj0 = 0 ;
833 char *kwnames[] = {
834 (char *) "self", NULL
835 };
836
837 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_SwapBuffers",kwnames,&obj0)) goto fail;
838 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
839 {
840 PyThreadState* __tstate = wxPyBeginAllowThreads();
841 (arg1)->SwapBuffers();
842
843 wxPyEndAllowThreads(__tstate);
844 if (PyErr_Occurred()) SWIG_fail;
845 }
846 Py_INCREF(Py_None); resultobj = Py_None;
847 return resultobj;
848 fail:
849 return NULL;
850 }
851
852
853 static PyObject *_wrap_GLCanvas_GetContext(PyObject *self, PyObject *args, PyObject *kwargs) {
854 PyObject *resultobj;
855 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
856 wxGLContext *result;
857 PyObject * obj0 = 0 ;
858 char *kwnames[] = {
859 (char *) "self", NULL
860 };
861
862 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_GetContext",kwnames,&obj0)) goto fail;
863 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
864 {
865 PyThreadState* __tstate = wxPyBeginAllowThreads();
866 result = (wxGLContext *)(arg1)->GetContext();
867
868 wxPyEndAllowThreads(__tstate);
869 if (PyErr_Occurred()) SWIG_fail;
870 }
871 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGLContext, 0);
872 return resultobj;
873 fail:
874 return NULL;
875 }
876
877
878 static PyObject *_wrap_GLCanvas_SetupPixelFormat(PyObject *self, PyObject *args, PyObject *kwargs) {
879 PyObject *resultobj;
880 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
881 int *arg2 = (int *) NULL ;
882 int *temp2 ;
883 PyObject * obj0 = 0 ;
884 PyObject * obj1 = 0 ;
885 char *kwnames[] = {
886 (char *) "self",(char *) "attribList", NULL
887 };
888
889 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:GLCanvas_SetupPixelFormat",kwnames,&obj0,&obj1)) goto fail;
890 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
891 if (obj1) {
892 {
893 int i;
894 if (PySequence_Check(obj1)) {
895 int size = PyObject_Length(obj1);
896 temp2 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int));
897 for (i = 0; i < size; i++) {
898 temp2[i] = PyInt_AsLong(PySequence_GetItem(obj1, i));
899 }
900 temp2[size] = 0;
901 arg2 = temp2;
902 }
903 }
904 }
905 {
906 PyThreadState* __tstate = wxPyBeginAllowThreads();
907 (arg1)->SetupPixelFormat(arg2);
908
909 wxPyEndAllowThreads(__tstate);
910 if (PyErr_Occurred()) SWIG_fail;
911 }
912 Py_INCREF(Py_None); resultobj = Py_None;
913 {
914 delete [] arg2;
915 }
916 return resultobj;
917 fail:
918 {
919 delete [] arg2;
920 }
921 return NULL;
922 }
923
924
925 static PyObject *_wrap_GLCanvas_SetupPalette(PyObject *self, PyObject *args, PyObject *kwargs) {
926 PyObject *resultobj;
927 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
928 wxPalette *arg2 = 0 ;
929 PyObject * obj0 = 0 ;
930 PyObject * obj1 = 0 ;
931 char *kwnames[] = {
932 (char *) "self",(char *) "palette", NULL
933 };
934
935 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GLCanvas_SetupPalette",kwnames,&obj0,&obj1)) goto fail;
936 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
937 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxPalette,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
938 if (arg2 == NULL) {
939 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
940 }
941 {
942 PyThreadState* __tstate = wxPyBeginAllowThreads();
943 (arg1)->SetupPalette((wxPalette const &)*arg2);
944
945 wxPyEndAllowThreads(__tstate);
946 if (PyErr_Occurred()) SWIG_fail;
947 }
948 Py_INCREF(Py_None); resultobj = Py_None;
949 return resultobj;
950 fail:
951 return NULL;
952 }
953
954
955 static PyObject *_wrap_GLCanvas_CreateDefaultPalette(PyObject *self, PyObject *args, PyObject *kwargs) {
956 PyObject *resultobj;
957 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
958 wxPalette result;
959 PyObject * obj0 = 0 ;
960 char *kwnames[] = {
961 (char *) "self", NULL
962 };
963
964 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_CreateDefaultPalette",kwnames,&obj0)) goto fail;
965 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
966 {
967 PyThreadState* __tstate = wxPyBeginAllowThreads();
968 result = (arg1)->CreateDefaultPalette();
969
970 wxPyEndAllowThreads(__tstate);
971 if (PyErr_Occurred()) SWIG_fail;
972 }
973 {
974 wxPalette * resultptr;
975 resultptr = new wxPalette((wxPalette &) result);
976 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxPalette, 1);
977 }
978 return resultobj;
979 fail:
980 return NULL;
981 }
982
983
984 static PyObject *_wrap_GLCanvas_GetPalette(PyObject *self, PyObject *args, PyObject *kwargs) {
985 PyObject *resultobj;
986 wxGLCanvas *arg1 = (wxGLCanvas *) 0 ;
987 wxPalette *result;
988 PyObject * obj0 = 0 ;
989 char *kwnames[] = {
990 (char *) "self", NULL
991 };
992
993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GLCanvas_GetPalette",kwnames,&obj0)) goto fail;
994 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGLCanvas,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
995 {
996 PyThreadState* __tstate = wxPyBeginAllowThreads();
997 result = (wxPalette *)(arg1)->GetPalette();
998
999 wxPyEndAllowThreads(__tstate);
1000 if (PyErr_Occurred()) SWIG_fail;
1001 }
1002 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPalette, 0);
1003 return resultobj;
1004 fail:
1005 return NULL;
1006 }
1007
1008
1009 static PyObject * GLCanvas_swigregister(PyObject *self, PyObject *args) {
1010 PyObject *obj;
1011 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1012 SWIG_TypeClientData(SWIGTYPE_p_wxGLCanvas, obj);
1013 Py_INCREF(obj);
1014 return Py_BuildValue((char *)"");
1015 }
1016 static PyMethodDef SwigMethods[] = {
1017 { (char *)"new_GLContext", (PyCFunction) _wrap_new_GLContext, METH_VARARGS | METH_KEYWORDS },
1018 { (char *)"delete_GLContext", (PyCFunction) _wrap_delete_GLContext, METH_VARARGS | METH_KEYWORDS },
1019 { (char *)"GLContext_SetCurrent", (PyCFunction) _wrap_GLContext_SetCurrent, METH_VARARGS | METH_KEYWORDS },
1020 { (char *)"GLContext_SetColour", (PyCFunction) _wrap_GLContext_SetColour, METH_VARARGS | METH_KEYWORDS },
1021 { (char *)"GLContext_SwapBuffers", (PyCFunction) _wrap_GLContext_SwapBuffers, METH_VARARGS | METH_KEYWORDS },
1022 { (char *)"GLContext_GetWindow", (PyCFunction) _wrap_GLContext_GetWindow, METH_VARARGS | METH_KEYWORDS },
1023 { (char *)"GLContext_swigregister", GLContext_swigregister, METH_VARARGS },
1024 { (char *)"new_GLCanvas", (PyCFunction) _wrap_new_GLCanvas, METH_VARARGS | METH_KEYWORDS },
1025 { (char *)"new_GLCanvasWithContext", (PyCFunction) _wrap_new_GLCanvasWithContext, METH_VARARGS | METH_KEYWORDS },
1026 { (char *)"GLCanvas_SetCurrent", (PyCFunction) _wrap_GLCanvas_SetCurrent, METH_VARARGS | METH_KEYWORDS },
1027 { (char *)"GLCanvas_SetColour", (PyCFunction) _wrap_GLCanvas_SetColour, METH_VARARGS | METH_KEYWORDS },
1028 { (char *)"GLCanvas_SwapBuffers", (PyCFunction) _wrap_GLCanvas_SwapBuffers, METH_VARARGS | METH_KEYWORDS },
1029 { (char *)"GLCanvas_GetContext", (PyCFunction) _wrap_GLCanvas_GetContext, METH_VARARGS | METH_KEYWORDS },
1030 { (char *)"GLCanvas_SetupPixelFormat", (PyCFunction) _wrap_GLCanvas_SetupPixelFormat, METH_VARARGS | METH_KEYWORDS },
1031 { (char *)"GLCanvas_SetupPalette", (PyCFunction) _wrap_GLCanvas_SetupPalette, METH_VARARGS | METH_KEYWORDS },
1032 { (char *)"GLCanvas_CreateDefaultPalette", (PyCFunction) _wrap_GLCanvas_CreateDefaultPalette, METH_VARARGS | METH_KEYWORDS },
1033 { (char *)"GLCanvas_GetPalette", (PyCFunction) _wrap_GLCanvas_GetPalette, METH_VARARGS | METH_KEYWORDS },
1034 { (char *)"GLCanvas_swigregister", GLCanvas_swigregister, METH_VARARGS },
1035 { NULL, NULL }
1036 };
1037
1038
1039 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
1040
1041 static void *_p_wxControlTo_p_wxWindow(void *x) {
1042 return (void *)((wxWindow *) ((wxControl *) x));
1043 }
1044 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) {
1045 return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x));
1046 }
1047 static void *_p_wxMenuBarTo_p_wxWindow(void *x) {
1048 return (void *)((wxWindow *) ((wxMenuBar *) x));
1049 }
1050 static void *_p_wxGLCanvasTo_p_wxWindow(void *x) {
1051 return (void *)((wxWindow *) ((wxGLCanvas *) x));
1052 }
1053 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) {
1054 return (void *)((wxObject *) ((wxLayoutConstraints *) x));
1055 }
1056 static void *_p_wxGBSizerItemTo_p_wxObject(void *x) {
1057 return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x));
1058 }
1059 static void *_p_wxSizerItemTo_p_wxObject(void *x) {
1060 return (void *)((wxObject *) ((wxSizerItem *) x));
1061 }
1062 static void *_p_wxScrollEventTo_p_wxObject(void *x) {
1063 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x));
1064 }
1065 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) {
1066 return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x));
1067 }
1068 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) {
1069 return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x));
1070 }
1071 static void *_p_wxBoxSizerTo_p_wxObject(void *x) {
1072 return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x));
1073 }
1074 static void *_p_wxSizerTo_p_wxObject(void *x) {
1075 return (void *)((wxObject *) ((wxSizer *) x));
1076 }
1077 static void *_p_wxGridBagSizerTo_p_wxObject(void *x) {
1078 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
1079 }
1080 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) {
1081 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x));
1082 }
1083 static void *_p_wxEventTo_p_wxObject(void *x) {
1084 return (void *)((wxObject *) ((wxEvent *) x));
1085 }
1086 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) {
1087 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x));
1088 }
1089 static void *_p_wxGridSizerTo_p_wxObject(void *x) {
1090 return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x));
1091 }
1092 static void *_p_wxInitDialogEventTo_p_wxObject(void *x) {
1093 return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x));
1094 }
1095 static void *_p_wxPaintEventTo_p_wxObject(void *x) {
1096 return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x));
1097 }
1098 static void *_p_wxNcPaintEventTo_p_wxObject(void *x) {
1099 return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x));
1100 }
1101 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) {
1102 return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x));
1103 }
1104 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) {
1105 return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x));
1106 }
1107 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) {
1108 return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x));
1109 }
1110 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) {
1111 return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x));
1112 }
1113 static void *_p_wxControlTo_p_wxObject(void *x) {
1114 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x));
1115 }
1116 static void *_p_wxSetCursorEventTo_p_wxObject(void *x) {
1117 return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x));
1118 }
1119 static void *_p_wxFSFileTo_p_wxObject(void *x) {
1120 return (void *)((wxObject *) ((wxFSFile *) x));
1121 }
1122 static void *_p_wxPySizerTo_p_wxObject(void *x) {
1123 return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x));
1124 }
1125 static void *_p_wxPyEventTo_p_wxObject(void *x) {
1126 return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x));
1127 }
1128 static void *_p_wxNotifyEventTo_p_wxObject(void *x) {
1129 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x));
1130 }
1131 static void *_p_wxGLContextTo_p_wxObject(void *x) {
1132 return (void *)((wxObject *) ((wxGLContext *) x));
1133 }
1134 static void *_p_wxShowEventTo_p_wxObject(void *x) {
1135 return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x));
1136 }
1137 static void *_p_wxMenuItemTo_p_wxObject(void *x) {
1138 return (void *)((wxObject *) ((wxMenuItem *) x));
1139 }
1140 static void *_p_wxIdleEventTo_p_wxObject(void *x) {
1141 return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x));
1142 }
1143 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) {
1144 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x));
1145 }
1146 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) {
1147 return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x));
1148 }
1149 static void *_p_wxMaximizeEventTo_p_wxObject(void *x) {
1150 return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x));
1151 }
1152 static void *_p_wxIconizeEventTo_p_wxObject(void *x) {
1153 return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x));
1154 }
1155 static void *_p_wxSizeEventTo_p_wxObject(void *x) {
1156 return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x));
1157 }
1158 static void *_p_wxMoveEventTo_p_wxObject(void *x) {
1159 return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x));
1160 }
1161 static void *_p_wxActivateEventTo_p_wxObject(void *x) {
1162 return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x));
1163 }
1164 static void *_p_wxXPMHandlerTo_p_wxObject(void *x) {
1165 return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x));
1166 }
1167 static void *_p_wxPNMHandlerTo_p_wxObject(void *x) {
1168 return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x));
1169 }
1170 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) {
1171 return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x));
1172 }
1173 static void *_p_wxPCXHandlerTo_p_wxObject(void *x) {
1174 return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x));
1175 }
1176 static void *_p_wxGIFHandlerTo_p_wxObject(void *x) {
1177 return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x));
1178 }
1179 static void *_p_wxPNGHandlerTo_p_wxObject(void *x) {
1180 return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x));
1181 }
1182 static void *_p_wxANIHandlerTo_p_wxObject(void *x) {
1183 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x));
1184 }
1185 static void *_p_wxCURHandlerTo_p_wxObject(void *x) {
1186 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x));
1187 }
1188 static void *_p_wxICOHandlerTo_p_wxObject(void *x) {
1189 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x));
1190 }
1191 static void *_p_wxBMPHandlerTo_p_wxObject(void *x) {
1192 return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x));
1193 }
1194 static void *_p_wxImageHandlerTo_p_wxObject(void *x) {
1195 return (void *)((wxObject *) ((wxImageHandler *) x));
1196 }
1197 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) {
1198 return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x));
1199 }
1200 static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
1201 return (void *)((wxObject *) ((wxEvtHandler *) x));
1202 }
1203 static void *_p_wxGLCanvasTo_p_wxObject(void *x) {
1204 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxGLCanvas *) x));
1205 }
1206 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
1207 return (void *)((wxObject *) ((wxAcceleratorTable *) x));
1208 }
1209 static void *_p_wxImageTo_p_wxObject(void *x) {
1210 return (void *)((wxObject *) ((wxImage *) x));
1211 }
1212 static void *_p_wxScrollWinEventTo_p_wxObject(void *x) {
1213 return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x));
1214 }
1215 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) {
1216 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x));
1217 }
1218 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
1219 return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x));
1220 }
1221 static void *_p_wxKeyEventTo_p_wxObject(void *x) {
1222 return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
1223 }
1224 static void *_p_wxWindowTo_p_wxObject(void *x) {
1225 return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
1226 }
1227 static void *_p_wxMenuTo_p_wxObject(void *x) {
1228 return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x));
1229 }
1230 static void *_p_wxMenuBarTo_p_wxObject(void *x) {
1231 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
1232 }
1233 static void *_p_wxFileSystemTo_p_wxObject(void *x) {
1234 return (void *)((wxObject *) ((wxFileSystem *) x));
1235 }
1236 static void *_p_wxContextMenuEventTo_p_wxObject(void *x) {
1237 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x));
1238 }
1239 static void *_p_wxMenuEventTo_p_wxObject(void *x) {
1240 return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x));
1241 }
1242 static void *_p_wxPyAppTo_p_wxObject(void *x) {
1243 return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x));
1244 }
1245 static void *_p_wxCloseEventTo_p_wxObject(void *x) {
1246 return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x));
1247 }
1248 static void *_p_wxMouseEventTo_p_wxObject(void *x) {
1249 return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x));
1250 }
1251 static void *_p_wxEraseEventTo_p_wxObject(void *x) {
1252 return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x));
1253 }
1254 static void *_p_wxPyCommandEventTo_p_wxObject(void *x) {
1255 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x));
1256 }
1257 static void *_p_wxCommandEventTo_p_wxObject(void *x) {
1258 return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x));
1259 }
1260 static void *_p_wxDropFilesEventTo_p_wxObject(void *x) {
1261 return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x));
1262 }
1263 static void *_p_wxFocusEventTo_p_wxObject(void *x) {
1264 return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x));
1265 }
1266 static void *_p_wxChildFocusEventTo_p_wxObject(void *x) {
1267 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x));
1268 }
1269 static void *_p_wxControlWithItemsTo_p_wxObject(void *x) {
1270 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x));
1271 }
1272 static void *_p_wxPyValidatorTo_p_wxObject(void *x) {
1273 return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x));
1274 }
1275 static void *_p_wxValidatorTo_p_wxObject(void *x) {
1276 return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x));
1277 }
1278 static void *_p_wxControlTo_p_wxEvtHandler(void *x) {
1279 return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x));
1280 }
1281 static void *_p_wxWindowTo_p_wxEvtHandler(void *x) {
1282 return (void *)((wxEvtHandler *) ((wxWindow *) x));
1283 }
1284 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) {
1285 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x));
1286 }
1287 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) {
1288 return (void *)((wxEvtHandler *) ((wxPyApp *) x));
1289 }
1290 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) {
1291 return (void *)((wxEvtHandler *) ((wxValidator *) x));
1292 }
1293 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) {
1294 return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x));
1295 }
1296 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) {
1297 return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x));
1298 }
1299 static void *_p_wxGLCanvasTo_p_wxEvtHandler(void *x) {
1300 return (void *)((wxEvtHandler *) (wxWindow *) ((wxGLCanvas *) x));
1301 }
1302 static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
1303 return (void *)((wxEvtHandler *) ((wxMenu *) x));
1304 }
1305 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}};
1306 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}};
1307 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}};
1308 static swig_type_info _swigt__p_char[] = {{"_p_char", 0, "char *", 0},{"_p_char"},{0}};
1309 static swig_type_info _swigt__p_wxPalette[] = {{"_p_wxPalette", 0, "wxPalette *", 0},{"_p_wxPalette"},{0}};
1310 static swig_type_info _swigt__p_wxGLCanvas[] = {{"_p_wxGLCanvas", 0, "wxGLCanvas *", 0},{"_p_wxGLCanvas"},{0}};
1311 static swig_type_info _swigt__p_wxString[] = {{"_p_wxString", 0, "wxString *", 0},{"_p_wxString"},{0}};
1312 static swig_type_info _swigt__p_wxGLContext[] = {{"_p_wxGLContext", 0, "wxGLContext *", 0},{"_p_wxGLContext"},{0}};
1313 static swig_type_info _swigt__p_int[] = {{"_p_int", 0, "int *", 0},{"_p_int"},{0}};
1314
1315 static swig_type_info *swig_types_initial[] = {
1316 _swigt__p_wxWindow,
1317 _swigt__p_wxObject,
1318 _swigt__p_wxEvtHandler,
1319 _swigt__p_char,
1320 _swigt__p_wxPalette,
1321 _swigt__p_wxGLCanvas,
1322 _swigt__p_wxString,
1323 _swigt__p_wxGLContext,
1324 _swigt__p_int,
1325 0
1326 };
1327
1328
1329 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
1330
1331 static swig_const_info swig_const_table[] = {
1332 {0}};
1333
1334 #ifdef __cplusplus
1335 }
1336 #endif
1337
1338 #ifdef __cplusplus
1339 extern "C"
1340 #endif
1341 SWIGEXPORT(void) SWIG_init(void) {
1342 static PyObject *SWIG_globals = 0;
1343 static int typeinit = 0;
1344 PyObject *m, *d;
1345 int i;
1346 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink();
1347 m = Py_InitModule((char *) SWIG_name, SwigMethods);
1348 d = PyModule_GetDict(m);
1349
1350 if (!typeinit) {
1351 for (i = 0; swig_types_initial[i]; i++) {
1352 swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
1353 }
1354 typeinit = 1;
1355 }
1356 SWIG_InstallConstants(d,swig_const_table);
1357
1358 PyDict_SetItemString(d,(char*)"cvar", SWIG_globals);
1359 SWIG_addvarlink(SWIG_globals,(char*)"GLCanvasNameStr",_wrap_GLCanvasNameStr_get, _wrap_GLCanvasNameStr_set);
1360 PyDict_SetItemString(d,"WX_GL_RGBA", SWIG_PyObj_FromInt((int)WX_GL_RGBA));
1361 PyDict_SetItemString(d,"WX_GL_BUFFER_SIZE", SWIG_PyObj_FromInt((int)WX_GL_BUFFER_SIZE));
1362 PyDict_SetItemString(d,"WX_GL_LEVEL", SWIG_PyObj_FromInt((int)WX_GL_LEVEL));
1363 PyDict_SetItemString(d,"WX_GL_DOUBLEBUFFER", SWIG_PyObj_FromInt((int)WX_GL_DOUBLEBUFFER));
1364 PyDict_SetItemString(d,"WX_GL_STEREO", SWIG_PyObj_FromInt((int)WX_GL_STEREO));
1365 PyDict_SetItemString(d,"WX_GL_AUX_BUFFERS", SWIG_PyObj_FromInt((int)WX_GL_AUX_BUFFERS));
1366 PyDict_SetItemString(d,"WX_GL_MIN_RED", SWIG_PyObj_FromInt((int)WX_GL_MIN_RED));
1367 PyDict_SetItemString(d,"WX_GL_MIN_GREEN", SWIG_PyObj_FromInt((int)WX_GL_MIN_GREEN));
1368 PyDict_SetItemString(d,"WX_GL_MIN_BLUE", SWIG_PyObj_FromInt((int)WX_GL_MIN_BLUE));
1369 PyDict_SetItemString(d,"WX_GL_MIN_ALPHA", SWIG_PyObj_FromInt((int)WX_GL_MIN_ALPHA));
1370 PyDict_SetItemString(d,"WX_GL_DEPTH_SIZE", SWIG_PyObj_FromInt((int)WX_GL_DEPTH_SIZE));
1371 PyDict_SetItemString(d,"WX_GL_STENCIL_SIZE", SWIG_PyObj_FromInt((int)WX_GL_STENCIL_SIZE));
1372 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_RED", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_RED));
1373 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_GREEN", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_GREEN));
1374 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_BLUE", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_BLUE));
1375 PyDict_SetItemString(d,"WX_GL_MIN_ACCUM_ALPHA", SWIG_PyObj_FromInt((int)WX_GL_MIN_ACCUM_ALPHA));
1376
1377
1378
1379 }
1380