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