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