]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/glcanvas/msw/glcanvas.cpp
Cleanup up the demo a bit
[wxWidgets.git] / wxPython / contrib / glcanvas / msw / glcanvas.cpp
CommitLineData
325274bb 1/*
c368d904 2 * FILE : contrib/glcanvas/msw/glcanvas.cpp
325274bb
RD
3 *
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
185d7c3e 6 * Version 1.1 (Build 883)
325274bb
RD
7 *
8 * Portions Copyright (c) 1995-1998
9 * The University of Utah and The Regents of the University of California.
10 * Permission is granted to distribute this file in any manner provided
11 * this notice remains intact.
12 *
13 * Do not make changes to this file--changes will be lost!
14 *
15 */
16
17
18#define SWIGCODE
19/* Implementation : PYTHON */
20
21#define SWIGPYTHON
22#include <string.h>
23#include <stdlib.h>
24/* Definitions for Windows/Unix exporting */
25#if defined(__WIN32__)
26# if defined(_MSC_VER)
27# define SWIGEXPORT(a) __declspec(dllexport) a
28# else
29# if defined(__BORLANDC__)
c368d904 30# define SWIGEXPORT(a) a _export
325274bb 31# else
c368d904 32# define SWIGEXPORT(a) a
325274bb
RD
33# endif
34# endif
35#else
c368d904 36# define SWIGEXPORT(a) a
325274bb
RD
37#endif
38
c368d904
RD
39#include "Python.h"
40
325274bb
RD
41#ifdef __cplusplus
42extern "C" {
43#endif
185d7c3e 44
325274bb
RD
45extern void SWIG_MakePtr(char *, void *, char *);
46extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47extern char *SWIG_GetPtr(char *, void **, char *);
48extern char *SWIG_GetPtrObj(PyObject *, void **, char *);
49extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
50extern PyObject *SWIG_newvarlink(void);
51#ifdef __cplusplus
52}
53#endif
54#define SWIG_init initglcanvasc
55
56#define SWIG_name "glcanvasc"
57
1e7ecb7b 58#include "export.h"
e0672e2f 59#ifdef __WXMSW__
19cf4f80 60#include "myglcanvas.h"
e0672e2f
RD
61#else
62#include <wx/glcanvas.h>
63#endif
64
325274bb 65
325274bb
RD
66
67static PyObject* t_output_helper(PyObject* target, PyObject* o) {
68 PyObject* o2;
69 PyObject* o3;
70
19cf4f80 71 if (!target) {
325274bb 72 target = o;
19cf4f80 73 } else if (target == Py_None) {
325274bb
RD
74 Py_DECREF(Py_None);
75 target = o;
19cf4f80 76 } else {
325274bb
RD
77 if (!PyTuple_Check(target)) {
78 o2 = target;
79 target = PyTuple_New(1);
80 PyTuple_SetItem(target, 0, o2);
81 }
19cf4f80
RD
82 o3 = PyTuple_New(1);
83 PyTuple_SetItem(o3, 0, o);
325274bb
RD
84
85 o2 = target;
19cf4f80
RD
86 target = PySequence_Concat(o2, o3);
87 Py_DECREF(o2);
325274bb
RD
88 Py_DECREF(o3);
89 }
90 return target;
91}
92
794c5cb1
RD
93#if PYTHON_API_VERSION >= 1009
94 static char* wxStringErrorMsg = "String or Unicode type required";
95#else
96 static char* wxStringErrorMsg = "string type is required for parameter";
97#endif
d2103cf2
RD
98#ifdef __cplusplus
99extern "C" {
100#endif
9416aa89
RD
101static void *SwigwxGLContextTowxObject(void *ptr) {
102 wxGLContext *src;
103 wxObject *dest;
104 src = (wxGLContext *) ptr;
105 dest = (wxObject *) src;
106 return (void *) dest;
107}
108
325274bb 109#define new_wxGLContext(_swigarg0,_swigarg1,_swigarg2) (new wxGLContext(_swigarg0,_swigarg1,_swigarg2))
efc5f224 110static PyObject *_wrap_new_wxGLContext(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
111 PyObject * _resultobj;
112 wxGLContext * _result;
113 bool _arg0;
114 wxGLCanvas * _arg1;
115 wxPalette * _arg2 = (wxPalette *) &wxNullPalette;
116 int tempbool0;
117 PyObject * _argo1 = 0;
118 PyObject * _argo2 = 0;
efc5f224 119 char *_kwnames[] = { "isRGB","win","palette", NULL };
325274bb
RD
120 char _ptemp[128];
121
122 self = self;
efc5f224 123 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"iO|O:new_wxGLContext",_kwnames,&tempbool0,&_argo1,&_argo2))
325274bb
RD
124 return NULL;
125 _arg0 = (bool ) tempbool0;
126 if (_argo1) {
127 if (_argo1 == Py_None) { _arg1 = NULL; }
128 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxGLCanvas_p")) {
129 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxGLContext. Expected _wxGLCanvas_p.");
130 return NULL;
131 }
132 }
133 if (_argo2) {
134 if (_argo2 == Py_None) { _arg2 = NULL; }
135 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPalette_p")) {
136 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxGLContext. Expected _wxPalette_p.");
137 return NULL;
138 }
139 }
140{
141 wxPy_BEGIN_ALLOW_THREADS;
142 _result = (wxGLContext *)new_wxGLContext(_arg0,_arg1,*_arg2);
143
144 wxPy_END_ALLOW_THREADS;
145} if (_result) {
146 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGLContext_p");
147 _resultobj = Py_BuildValue("s",_ptemp);
148 } else {
149 Py_INCREF(Py_None);
150 _resultobj = Py_None;
151 }
152 return _resultobj;
153}
154
155#define delete_wxGLContext(_swigobj) (delete _swigobj)
efc5f224 156static PyObject *_wrap_delete_wxGLContext(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
157 PyObject * _resultobj;
158 wxGLContext * _arg0;
159 PyObject * _argo0 = 0;
efc5f224 160 char *_kwnames[] = { "self", NULL };
325274bb
RD
161
162 self = self;
efc5f224 163 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxGLContext",_kwnames,&_argo0))
325274bb
RD
164 return NULL;
165 if (_argo0) {
166 if (_argo0 == Py_None) { _arg0 = NULL; }
167 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) {
168 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxGLContext. Expected _wxGLContext_p.");
169 return NULL;
170 }
171 }
172{
173 wxPy_BEGIN_ALLOW_THREADS;
174 delete_wxGLContext(_arg0);
175
176 wxPy_END_ALLOW_THREADS;
177} Py_INCREF(Py_None);
178 _resultobj = Py_None;
179 return _resultobj;
180}
181
182#define wxGLContext_SetCurrent(_swigobj) (_swigobj->SetCurrent())
efc5f224 183static PyObject *_wrap_wxGLContext_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
184 PyObject * _resultobj;
185 wxGLContext * _arg0;
186 PyObject * _argo0 = 0;
efc5f224 187 char *_kwnames[] = { "self", NULL };
325274bb
RD
188
189 self = self;
efc5f224 190 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_SetCurrent",_kwnames,&_argo0))
325274bb
RD
191 return NULL;
192 if (_argo0) {
193 if (_argo0 == Py_None) { _arg0 = NULL; }
194 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) {
195 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SetCurrent. Expected _wxGLContext_p.");
196 return NULL;
197 }
198 }
199{
200 wxPy_BEGIN_ALLOW_THREADS;
201 wxGLContext_SetCurrent(_arg0);
202
203 wxPy_END_ALLOW_THREADS;
204} Py_INCREF(Py_None);
205 _resultobj = Py_None;
206 return _resultobj;
207}
208
209#define wxGLContext_SetColour(_swigobj,_swigarg0) (_swigobj->SetColour(_swigarg0))
efc5f224 210static PyObject *_wrap_wxGLContext_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
211 PyObject * _resultobj;
212 wxGLContext * _arg0;
213 char * _arg1;
214 PyObject * _argo0 = 0;
efc5f224 215 char *_kwnames[] = { "self","colour", NULL };
325274bb
RD
216
217 self = self;
efc5f224 218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxGLContext_SetColour",_kwnames,&_argo0,&_arg1))
325274bb
RD
219 return NULL;
220 if (_argo0) {
221 if (_argo0 == Py_None) { _arg0 = NULL; }
222 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) {
223 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SetColour. Expected _wxGLContext_p.");
224 return NULL;
225 }
226 }
227{
228 wxPy_BEGIN_ALLOW_THREADS;
229 wxGLContext_SetColour(_arg0,_arg1);
230
231 wxPy_END_ALLOW_THREADS;
232} Py_INCREF(Py_None);
233 _resultobj = Py_None;
234 return _resultobj;
235}
236
237#define wxGLContext_SwapBuffers(_swigobj) (_swigobj->SwapBuffers())
efc5f224 238static PyObject *_wrap_wxGLContext_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
239 PyObject * _resultobj;
240 wxGLContext * _arg0;
241 PyObject * _argo0 = 0;
efc5f224 242 char *_kwnames[] = { "self", NULL };
325274bb
RD
243
244 self = self;
efc5f224 245 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_SwapBuffers",_kwnames,&_argo0))
325274bb
RD
246 return NULL;
247 if (_argo0) {
248 if (_argo0 == Py_None) { _arg0 = NULL; }
249 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) {
250 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_SwapBuffers. Expected _wxGLContext_p.");
251 return NULL;
252 }
253 }
254{
255 wxPy_BEGIN_ALLOW_THREADS;
256 wxGLContext_SwapBuffers(_arg0);
257
258 wxPy_END_ALLOW_THREADS;
259} Py_INCREF(Py_None);
260 _resultobj = Py_None;
261 return _resultobj;
262}
263
264#define wxGLContext_GetWindow(_swigobj) (_swigobj->GetWindow())
efc5f224 265static PyObject *_wrap_wxGLContext_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
266 PyObject * _resultobj;
267 wxWindow * _result;
268 wxGLContext * _arg0;
269 PyObject * _argo0 = 0;
efc5f224 270 char *_kwnames[] = { "self", NULL };
325274bb
RD
271
272 self = self;
efc5f224 273 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLContext_GetWindow",_kwnames,&_argo0))
325274bb
RD
274 return NULL;
275 if (_argo0) {
276 if (_argo0 == Py_None) { _arg0 = NULL; }
277 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLContext_p")) {
278 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLContext_GetWindow. Expected _wxGLContext_p.");
279 return NULL;
280 }
281 }
282{
283 wxPy_BEGIN_ALLOW_THREADS;
284 _result = (wxWindow *)wxGLContext_GetWindow(_arg0);
285
286 wxPy_END_ALLOW_THREADS;
9416aa89 287}{ _resultobj = wxPyMake_wxObject(_result); }
325274bb
RD
288 return _resultobj;
289}
290
291static void *SwigwxGLCanvasTowxScrolledWindow(void *ptr) {
292 wxGLCanvas *src;
293 wxScrolledWindow *dest;
294 src = (wxGLCanvas *) ptr;
295 dest = (wxScrolledWindow *) src;
296 return (void *) dest;
297}
298
299static void *SwigwxGLCanvasTowxPanel(void *ptr) {
300 wxGLCanvas *src;
301 wxPanel *dest;
302 src = (wxGLCanvas *) ptr;
303 dest = (wxPanel *) src;
304 return (void *) dest;
305}
306
307static void *SwigwxGLCanvasTowxWindow(void *ptr) {
308 wxGLCanvas *src;
309 wxWindow *dest;
310 src = (wxGLCanvas *) ptr;
311 dest = (wxWindow *) src;
312 return (void *) dest;
313}
314
315static void *SwigwxGLCanvasTowxEvtHandler(void *ptr) {
316 wxGLCanvas *src;
317 wxEvtHandler *dest;
318 src = (wxGLCanvas *) ptr;
319 dest = (wxEvtHandler *) src;
320 return (void *) dest;
321}
322
9416aa89
RD
323static void *SwigwxGLCanvasTowxObject(void *ptr) {
324 wxGLCanvas *src;
325 wxObject *dest;
326 src = (wxGLCanvas *) ptr;
327 dest = (wxObject *) src;
328 return (void *) dest;
329}
330
325274bb 331#define new_wxGLCanvas(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGLCanvas(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
efc5f224 332static PyObject *_wrap_new_wxGLCanvas(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
333 PyObject * _resultobj;
334 wxGLCanvas * _result;
335 wxWindow * _arg0;
336 wxWindowID _arg1 = (wxWindowID ) -1;
1e7ecb7b
RD
337 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
338 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
325274bb
RD
339 long _arg4 = (long ) 0;
340 char * _arg5 = (char *) "GLCanvas";
c368d904 341 int * _arg6 = (int *) NULL;
325274bb
RD
342 wxPalette * _arg7 = (wxPalette *) &wxNullPalette;
343 PyObject * _argo0 = 0;
d2103cf2
RD
344 wxPoint temp;
345 PyObject * _obj2 = 0;
346 wxSize temp0;
347 PyObject * _obj3 = 0;
c368d904
RD
348 int * temp1;
349 PyObject * _obj6 = 0;
325274bb 350 PyObject * _argo7 = 0;
efc5f224 351 char *_kwnames[] = { "parent","id","pos","size","style","name","attribList","palette", NULL };
325274bb
RD
352 char _ptemp[128];
353
354 self = self;
c368d904 355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlsOO:new_wxGLCanvas",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_arg5,&_obj6,&_argo7))
325274bb
RD
356 return NULL;
357 if (_argo0) {
358 if (_argo0 == Py_None) { _arg0 = NULL; }
359 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
360 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGLCanvas. Expected _wxWindow_p.");
361 return NULL;
362 }
363 }
d2103cf2
RD
364 if (_obj2)
365{
366 _arg2 = &temp;
367 if (! wxPoint_helper(_obj2, &_arg2))
325274bb 368 return NULL;
d2103cf2
RD
369}
370 if (_obj3)
371{
372 _arg3 = &temp0;
373 if (! wxSize_helper(_obj3, &_arg3))
325274bb 374 return NULL;
d2103cf2 375}
c368d904
RD
376 if (_obj6)
377{
378 int i;
379 if (PySequence_Check(_obj6)) {
380 int size = PyObject_Length(_obj6);
381 temp1 = new int[size+1]; // (int*)malloc((size + 1) * sizeof(int));
382 for (i = 0; i < size; i++) {
383 temp1[i] = PyInt_AsLong(PySequence_GetItem(_obj6, i));
325274bb 384 }
c368d904
RD
385 temp1[size] = 0;
386 _arg6 = temp1;
325274bb 387 }
c368d904 388}
325274bb
RD
389 if (_argo7) {
390 if (_argo7 == Py_None) { _arg7 = NULL; }
391 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxPalette_p")) {
392 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxGLCanvas. Expected _wxPalette_p.");
393 return NULL;
394 }
395 }
396{
397 wxPy_BEGIN_ALLOW_THREADS;
398 _result = (wxGLCanvas *)new_wxGLCanvas(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7);
399
400 wxPy_END_ALLOW_THREADS;
401} if (_result) {
402 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGLCanvas_p");
403 _resultobj = Py_BuildValue("s",_ptemp);
404 } else {
405 Py_INCREF(Py_None);
406 _resultobj = Py_None;
407 }
c368d904
RD
408{
409 delete [] _arg6;
410}
325274bb
RD
411 return _resultobj;
412}
413
414#define wxGLCanvas_SetCurrent(_swigobj) (_swigobj->SetCurrent())
efc5f224 415static PyObject *_wrap_wxGLCanvas_SetCurrent(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
416 PyObject * _resultobj;
417 wxGLCanvas * _arg0;
418 PyObject * _argo0 = 0;
efc5f224 419 char *_kwnames[] = { "self", NULL };
325274bb
RD
420
421 self = self;
efc5f224 422 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLCanvas_SetCurrent",_kwnames,&_argo0))
325274bb
RD
423 return NULL;
424 if (_argo0) {
425 if (_argo0 == Py_None) { _arg0 = NULL; }
426 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) {
427 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_SetCurrent. Expected _wxGLCanvas_p.");
428 return NULL;
429 }
430 }
431{
432 wxPy_BEGIN_ALLOW_THREADS;
433 wxGLCanvas_SetCurrent(_arg0);
434
435 wxPy_END_ALLOW_THREADS;
436} Py_INCREF(Py_None);
437 _resultobj = Py_None;
438 return _resultobj;
439}
440
441#define wxGLCanvas_SetColour(_swigobj,_swigarg0) (_swigobj->SetColour(_swigarg0))
efc5f224 442static PyObject *_wrap_wxGLCanvas_SetColour(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
443 PyObject * _resultobj;
444 wxGLCanvas * _arg0;
445 char * _arg1;
446 PyObject * _argo0 = 0;
efc5f224 447 char *_kwnames[] = { "self","colour", NULL };
325274bb
RD
448
449 self = self;
efc5f224 450 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxGLCanvas_SetColour",_kwnames,&_argo0,&_arg1))
325274bb
RD
451 return NULL;
452 if (_argo0) {
453 if (_argo0 == Py_None) { _arg0 = NULL; }
454 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) {
455 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_SetColour. Expected _wxGLCanvas_p.");
456 return NULL;
457 }
458 }
459{
460 wxPy_BEGIN_ALLOW_THREADS;
461 wxGLCanvas_SetColour(_arg0,_arg1);
462
463 wxPy_END_ALLOW_THREADS;
464} Py_INCREF(Py_None);
465 _resultobj = Py_None;
466 return _resultobj;
467}
468
469#define wxGLCanvas_SwapBuffers(_swigobj) (_swigobj->SwapBuffers())
efc5f224 470static PyObject *_wrap_wxGLCanvas_SwapBuffers(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
471 PyObject * _resultobj;
472 wxGLCanvas * _arg0;
473 PyObject * _argo0 = 0;
efc5f224 474 char *_kwnames[] = { "self", NULL };
325274bb
RD
475
476 self = self;
efc5f224 477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLCanvas_SwapBuffers",_kwnames,&_argo0))
325274bb
RD
478 return NULL;
479 if (_argo0) {
480 if (_argo0 == Py_None) { _arg0 = NULL; }
481 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) {
482 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_SwapBuffers. Expected _wxGLCanvas_p.");
483 return NULL;
484 }
485 }
486{
487 wxPy_BEGIN_ALLOW_THREADS;
488 wxGLCanvas_SwapBuffers(_arg0);
489
490 wxPy_END_ALLOW_THREADS;
491} Py_INCREF(Py_None);
492 _resultobj = Py_None;
493 return _resultobj;
494}
495
496#define wxGLCanvas_GetContext(_swigobj) (_swigobj->GetContext())
efc5f224 497static PyObject *_wrap_wxGLCanvas_GetContext(PyObject *self, PyObject *args, PyObject *kwargs) {
325274bb
RD
498 PyObject * _resultobj;
499 wxGLContext * _result;
500 wxGLCanvas * _arg0;
501 PyObject * _argo0 = 0;
efc5f224 502 char *_kwnames[] = { "self", NULL };
325274bb
RD
503 char _ptemp[128];
504
505 self = self;
efc5f224 506 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGLCanvas_GetContext",_kwnames,&_argo0))
325274bb
RD
507 return NULL;
508 if (_argo0) {
509 if (_argo0 == Py_None) { _arg0 = NULL; }
510 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGLCanvas_p")) {
511 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGLCanvas_GetContext. Expected _wxGLCanvas_p.");
512 return NULL;
513 }
514 }
515{
516 wxPy_BEGIN_ALLOW_THREADS;
517 _result = (wxGLContext *)wxGLCanvas_GetContext(_arg0);
518
519 wxPy_END_ALLOW_THREADS;
520} if (_result) {
521 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGLContext_p");
522 _resultobj = Py_BuildValue("s",_ptemp);
523 } else {
524 Py_INCREF(Py_None);
525 _resultobj = Py_None;
526 }
527 return _resultobj;
528}
529
530static PyMethodDef glcanvascMethods[] = {
efc5f224
RD
531 { "wxGLCanvas_GetContext", (PyCFunction) _wrap_wxGLCanvas_GetContext, METH_VARARGS | METH_KEYWORDS },
532 { "wxGLCanvas_SwapBuffers", (PyCFunction) _wrap_wxGLCanvas_SwapBuffers, METH_VARARGS | METH_KEYWORDS },
533 { "wxGLCanvas_SetColour", (PyCFunction) _wrap_wxGLCanvas_SetColour, METH_VARARGS | METH_KEYWORDS },
534 { "wxGLCanvas_SetCurrent", (PyCFunction) _wrap_wxGLCanvas_SetCurrent, METH_VARARGS | METH_KEYWORDS },
535 { "new_wxGLCanvas", (PyCFunction) _wrap_new_wxGLCanvas, METH_VARARGS | METH_KEYWORDS },
536 { "wxGLContext_GetWindow", (PyCFunction) _wrap_wxGLContext_GetWindow, METH_VARARGS | METH_KEYWORDS },
537 { "wxGLContext_SwapBuffers", (PyCFunction) _wrap_wxGLContext_SwapBuffers, METH_VARARGS | METH_KEYWORDS },
538 { "wxGLContext_SetColour", (PyCFunction) _wrap_wxGLContext_SetColour, METH_VARARGS | METH_KEYWORDS },
539 { "wxGLContext_SetCurrent", (PyCFunction) _wrap_wxGLContext_SetCurrent, METH_VARARGS | METH_KEYWORDS },
540 { "delete_wxGLContext", (PyCFunction) _wrap_delete_wxGLContext, METH_VARARGS | METH_KEYWORDS },
541 { "new_wxGLContext", (PyCFunction) _wrap_new_wxGLContext, METH_VARARGS | METH_KEYWORDS },
325274bb
RD
542 { NULL, NULL }
543};
544#ifdef __cplusplus
545}
546#endif
547/*
548 * This table is used by the pointer type-checker
549 */
550static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
325274bb 551 { "_signed_long","_long",0},
d2103cf2 552 { "_wxPrintQuality","_wxCoord",0},
325274bb
RD
553 { "_wxPrintQuality","_int",0},
554 { "_wxPrintQuality","_signed_int",0},
555 { "_wxPrintQuality","_unsigned_int",0},
556 { "_wxPrintQuality","_wxWindowID",0},
557 { "_wxPrintQuality","_uint",0},
558 { "_wxPrintQuality","_EBool",0},
559 { "_wxPrintQuality","_size_t",0},
c368d904 560 { "_wxPrintQuality","_time_t",0},
325274bb 561 { "_byte","_unsigned_char",0},
325274bb
RD
562 { "_long","_unsigned_long",0},
563 { "_long","_signed_long",0},
d2103cf2 564 { "_size_t","_wxCoord",0},
325274bb 565 { "_size_t","_wxPrintQuality",0},
c368d904 566 { "_size_t","_time_t",0},
325274bb
RD
567 { "_size_t","_unsigned_int",0},
568 { "_size_t","_int",0},
569 { "_size_t","_wxWindowID",0},
570 { "_size_t","_uint",0},
325274bb 571 { "_wxPanel","_wxGLCanvas",SwigwxGLCanvasTowxPanel},
d2103cf2 572 { "_uint","_wxCoord",0},
325274bb 573 { "_uint","_wxPrintQuality",0},
c368d904 574 { "_uint","_time_t",0},
325274bb
RD
575 { "_uint","_size_t",0},
576 { "_uint","_unsigned_int",0},
577 { "_uint","_int",0},
578 { "_uint","_wxWindowID",0},
f6bcfd97 579 { "_wxChar","_char",0},
f6bcfd97 580 { "_char","_wxChar",0},
d2103cf2 581 { "_EBool","_wxCoord",0},
325274bb
RD
582 { "_EBool","_wxPrintQuality",0},
583 { "_EBool","_signed_int",0},
584 { "_EBool","_int",0},
585 { "_EBool","_wxWindowID",0},
325274bb 586 { "_unsigned_long","_long",0},
d2103cf2 587 { "_signed_int","_wxCoord",0},
325274bb
RD
588 { "_signed_int","_wxPrintQuality",0},
589 { "_signed_int","_EBool",0},
590 { "_signed_int","_wxWindowID",0},
591 { "_signed_int","_int",0},
dbbb98cd 592 { "_WXTYPE","_wxDateTime_t",0},
325274bb
RD
593 { "_WXTYPE","_short",0},
594 { "_WXTYPE","_signed_short",0},
595 { "_WXTYPE","_unsigned_short",0},
dbbb98cd 596 { "_unsigned_short","_wxDateTime_t",0},
325274bb
RD
597 { "_unsigned_short","_WXTYPE",0},
598 { "_unsigned_short","_short",0},
9416aa89 599 { "_wxObject","_wxGLCanvas",SwigwxGLCanvasTowxObject},
9416aa89 600 { "_wxObject","_wxGLContext",SwigwxGLContextTowxObject},
325274bb
RD
601 { "_signed_short","_WXTYPE",0},
602 { "_signed_short","_short",0},
325274bb 603 { "_wxScrolledWindow","_wxGLCanvas",SwigwxGLCanvasTowxScrolledWindow},
325274bb 604 { "_unsigned_char","_byte",0},
d2103cf2 605 { "_unsigned_int","_wxCoord",0},
325274bb 606 { "_unsigned_int","_wxPrintQuality",0},
c368d904 607 { "_unsigned_int","_time_t",0},
325274bb
RD
608 { "_unsigned_int","_size_t",0},
609 { "_unsigned_int","_uint",0},
610 { "_unsigned_int","_wxWindowID",0},
611 { "_unsigned_int","_int",0},
dbbb98cd 612 { "_short","_wxDateTime_t",0},
325274bb
RD
613 { "_short","_WXTYPE",0},
614 { "_short","_unsigned_short",0},
615 { "_short","_signed_short",0},
d2103cf2 616 { "_wxWindowID","_wxCoord",0},
325274bb 617 { "_wxWindowID","_wxPrintQuality",0},
c368d904 618 { "_wxWindowID","_time_t",0},
325274bb
RD
619 { "_wxWindowID","_size_t",0},
620 { "_wxWindowID","_EBool",0},
621 { "_wxWindowID","_uint",0},
622 { "_wxWindowID","_int",0},
623 { "_wxWindowID","_signed_int",0},
624 { "_wxWindowID","_unsigned_int",0},
d2103cf2 625 { "_int","_wxCoord",0},
325274bb 626 { "_int","_wxPrintQuality",0},
c368d904 627 { "_int","_time_t",0},
325274bb
RD
628 { "_int","_size_t",0},
629 { "_int","_EBool",0},
630 { "_int","_uint",0},
631 { "_int","_wxWindowID",0},
632 { "_int","_unsigned_int",0},
633 { "_int","_signed_int",0},
dbbb98cd
RD
634 { "_wxDateTime_t","_unsigned_short",0},
635 { "_wxDateTime_t","_short",0},
636 { "_wxDateTime_t","_WXTYPE",0},
c368d904
RD
637 { "_time_t","_wxCoord",0},
638 { "_time_t","_wxPrintQuality",0},
639 { "_time_t","_unsigned_int",0},
640 { "_time_t","_int",0},
641 { "_time_t","_wxWindowID",0},
642 { "_time_t","_uint",0},
643 { "_time_t","_size_t",0},
d2103cf2
RD
644 { "_wxCoord","_int",0},
645 { "_wxCoord","_signed_int",0},
646 { "_wxCoord","_unsigned_int",0},
647 { "_wxCoord","_wxWindowID",0},
648 { "_wxCoord","_uint",0},
649 { "_wxCoord","_EBool",0},
650 { "_wxCoord","_size_t",0},
c368d904 651 { "_wxCoord","_time_t",0},
d2103cf2 652 { "_wxCoord","_wxPrintQuality",0},
325274bb 653 { "_wxEvtHandler","_wxGLCanvas",SwigwxGLCanvasTowxEvtHandler},
325274bb 654 { "_wxWindow","_wxGLCanvas",SwigwxGLCanvasTowxWindow},
325274bb
RD
655{0,0,0}};
656
657static PyObject *SWIG_globals;
658#ifdef __cplusplus
659extern "C"
660#endif
661SWIGEXPORT(void) initglcanvasc() {
662 PyObject *m, *d;
663 SWIG_globals = SWIG_newvarlink();
664 m = Py_InitModule("glcanvasc", glcanvascMethods);
665 d = PyModule_GetDict(m);
325274bb
RD
666
667
e508a2b6
RD
668 wxClassInfo::CleanUpClasses();
669 wxClassInfo::InitializeClasses();
325274bb
RD
670
671{
672 int i;
673 for (i = 0; _swig_mapping[i].n1; i++)
674 SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv);
675}
676}