]>
Commit | Line | Data |
---|---|---|
70551f47 RD |
1 | /* |
2 | * FILE : gtk/mdi.cpp | |
3 | * | |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
6 | * Version 1.1 (Patch 5) | |
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,b) __declspec(dllexport) a b | |
28 | # else | |
29 | # if defined(__BORLANDC__) | |
30 | # define SWIGEXPORT(a,b) a _export b | |
31 | # else | |
32 | # define SWIGEXPORT(a,b) a b | |
33 | # endif | |
34 | # endif | |
35 | #else | |
36 | # define SWIGEXPORT(a,b) a b | |
37 | #endif | |
38 | ||
39 | #ifdef __cplusplus | |
40 | extern "C" { | |
41 | #endif | |
42 | #include "Python.h" | |
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 *); | |
46 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); | |
47 | extern PyObject *SWIG_newvarlink(void); | |
48 | #ifdef __cplusplus | |
49 | } | |
50 | #endif | |
51 | ||
52 | #define SWIG_init initmdic | |
53 | ||
54 | #define SWIG_name "mdic" | |
55 | ||
56 | #include "helpers.h" | |
57 | ||
58 | static PyObject* l_output_helper(PyObject* target, PyObject* o) { | |
59 | PyObject* o2; | |
60 | PyObject* o3; | |
61 | if (!target) { | |
62 | target = o; | |
63 | } else if (target == Py_None) { | |
64 | Py_DECREF(Py_None); | |
65 | target = o; | |
66 | } else { | |
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 | ||
83 | if (!target) { | |
84 | target = o; | |
85 | } else if (target == Py_None) { | |
86 | Py_DECREF(Py_None); | |
87 | target = o; | |
88 | } else { | |
89 | if (!PyTuple_Check(target)) { | |
90 | o2 = target; | |
91 | target = PyTuple_New(1); | |
92 | PyTuple_SetItem(target, 0, o2); | |
93 | } | |
94 | o3 = PyTuple_New(1); | |
95 | PyTuple_SetItem(o3, 0, o); | |
96 | ||
97 | o2 = target; | |
98 | target = PySequence_Concat(o2, o3); | |
99 | Py_DECREF(o2); | |
100 | Py_DECREF(o3); | |
101 | } | |
102 | return target; | |
103 | } | |
104 | ||
105 | ||
105e45b9 | 106 | extern byte* byte_LIST_helper(PyObject* source); |
70551f47 RD |
107 | extern int* int_LIST_helper(PyObject* source); |
108 | extern long* long_LIST_helper(PyObject* source); | |
109 | extern char** string_LIST_helper(PyObject* source); | |
110 | extern wxPoint* wxPoint_LIST_helper(PyObject* source); | |
111 | extern wxBitmap** wxBitmap_LIST_helper(PyObject* source); | |
112 | extern wxString* wxString_LIST_helper(PyObject* source); | |
70551f47 | 113 | extern wxAcceleratorEntry* wxAcceleratorEntry_LIST_helper(PyObject* source); |
70551f47 RD |
114 | |
115 | ||
116 | static char* wxStringErrorMsg = "string type is required for parameter"; | |
117 | static void *SwigwxMDIParentFrameTowxFrame(void *ptr) { | |
118 | wxMDIParentFrame *src; | |
119 | wxFrame *dest; | |
120 | src = (wxMDIParentFrame *) ptr; | |
121 | dest = (wxFrame *) src; | |
122 | return (void *) dest; | |
123 | } | |
124 | ||
125 | static void *SwigwxMDIParentFrameTowxWindow(void *ptr) { | |
126 | wxMDIParentFrame *src; | |
127 | wxWindow *dest; | |
128 | src = (wxMDIParentFrame *) ptr; | |
129 | dest = (wxWindow *) src; | |
130 | return (void *) dest; | |
131 | } | |
132 | ||
133 | static void *SwigwxMDIParentFrameTowxEvtHandler(void *ptr) { | |
134 | wxMDIParentFrame *src; | |
135 | wxEvtHandler *dest; | |
136 | src = (wxMDIParentFrame *) ptr; | |
137 | dest = (wxEvtHandler *) src; | |
138 | return (void *) dest; | |
139 | } | |
140 | ||
141 | #define new_wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
142 | static PyObject *_wrap_new_wxMDIParentFrame(PyObject *self, PyObject *args) { | |
143 | PyObject * _resultobj; | |
144 | wxMDIParentFrame * _result; | |
145 | wxWindow * _arg0; | |
146 | wxWindowID _arg1; | |
147 | wxString * _arg2; | |
148 | wxPoint * _arg3 = &wxPyDefaultPosition; | |
149 | wxSize * _arg4 = &wxPyDefaultSize; | |
150 | long _arg5 = (wxDEFAULT_FRAME_STYLE)|(wxVSCROLL)|(wxHSCROLL); | |
151 | char * _arg6 = "frame"; | |
152 | char * _argc0 = 0; | |
153 | PyObject * _obj2 = 0; | |
154 | char * _argc3 = 0; | |
155 | char * _argc4 = 0; | |
156 | char _ptemp[128]; | |
157 | ||
158 | self = self; | |
159 | if(!PyArg_ParseTuple(args,"siO|ssls:new_wxMDIParentFrame",&_argc0,&_arg1,&_obj2,&_argc3,&_argc4,&_arg5,&_arg6)) | |
160 | return NULL; | |
161 | if (_argc0) { | |
162 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxWindow_p")) { | |
163 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIParentFrame. Expected _wxWindow_p."); | |
164 | return NULL; | |
165 | } | |
166 | } | |
167 | { | |
168 | if (!PyString_Check(_obj2)) { | |
169 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
170 | return NULL; | |
171 | } | |
ab9bc19b | 172 | _arg2 = new wxString(PyString_AsString(_obj2), PyString_Size(_obj2)); |
70551f47 RD |
173 | } |
174 | if (_argc3) { | |
175 | if (SWIG_GetPtr(_argc3,(void **) &_arg3,"_wxPoint_p")) { | |
176 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of new_wxMDIParentFrame. Expected _wxPoint_p."); | |
177 | return NULL; | |
178 | } | |
179 | } | |
180 | if (_argc4) { | |
181 | if (SWIG_GetPtr(_argc4,(void **) &_arg4,"_wxSize_p")) { | |
182 | PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of new_wxMDIParentFrame. Expected _wxSize_p."); | |
183 | return NULL; | |
184 | } | |
185 | } | |
ab9bc19b RD |
186 | { |
187 | wxPy_BEGIN_ALLOW_THREADS; | |
188 | _result = (wxMDIParentFrame *)new_wxMDIParentFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6); | |
189 | ||
190 | wxPy_END_ALLOW_THREADS; | |
191 | } SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIParentFrame_p"); | |
70551f47 RD |
192 | _resultobj = Py_BuildValue("s",_ptemp); |
193 | { | |
194 | if (_obj2) | |
195 | delete _arg2; | |
196 | } | |
197 | return _resultobj; | |
198 | } | |
199 | ||
200 | #define wxMDIParentFrame_ActivateNext(_swigobj) (_swigobj->ActivateNext()) | |
201 | static PyObject *_wrap_wxMDIParentFrame_ActivateNext(PyObject *self, PyObject *args) { | |
202 | PyObject * _resultobj; | |
203 | wxMDIParentFrame * _arg0; | |
204 | char * _argc0 = 0; | |
205 | ||
206 | self = self; | |
207 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_ActivateNext",&_argc0)) | |
208 | return NULL; | |
209 | if (_argc0) { | |
210 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
211 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ActivateNext. Expected _wxMDIParentFrame_p."); | |
212 | return NULL; | |
213 | } | |
214 | } | |
ab9bc19b RD |
215 | { |
216 | wxPy_BEGIN_ALLOW_THREADS; | |
217 | wxMDIParentFrame_ActivateNext(_arg0); | |
218 | ||
219 | wxPy_END_ALLOW_THREADS; | |
220 | } Py_INCREF(Py_None); | |
70551f47 RD |
221 | _resultobj = Py_None; |
222 | return _resultobj; | |
223 | } | |
224 | ||
225 | #define wxMDIParentFrame_ActivatePrevious(_swigobj) (_swigobj->ActivatePrevious()) | |
226 | static PyObject *_wrap_wxMDIParentFrame_ActivatePrevious(PyObject *self, PyObject *args) { | |
227 | PyObject * _resultobj; | |
228 | wxMDIParentFrame * _arg0; | |
229 | char * _argc0 = 0; | |
230 | ||
231 | self = self; | |
232 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_ActivatePrevious",&_argc0)) | |
233 | return NULL; | |
234 | if (_argc0) { | |
235 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
236 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ActivatePrevious. Expected _wxMDIParentFrame_p."); | |
237 | return NULL; | |
238 | } | |
239 | } | |
ab9bc19b RD |
240 | { |
241 | wxPy_BEGIN_ALLOW_THREADS; | |
242 | wxMDIParentFrame_ActivatePrevious(_arg0); | |
243 | ||
244 | wxPy_END_ALLOW_THREADS; | |
245 | } Py_INCREF(Py_None); | |
70551f47 RD |
246 | _resultobj = Py_None; |
247 | return _resultobj; | |
248 | } | |
249 | ||
250 | #define wxMDIParentFrame_ArrangeIcons(_swigobj) (_swigobj->ArrangeIcons()) | |
251 | static PyObject *_wrap_wxMDIParentFrame_ArrangeIcons(PyObject *self, PyObject *args) { | |
252 | PyObject * _resultobj; | |
253 | wxMDIParentFrame * _arg0; | |
254 | char * _argc0 = 0; | |
255 | ||
256 | self = self; | |
257 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_ArrangeIcons",&_argc0)) | |
258 | return NULL; | |
259 | if (_argc0) { | |
260 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
261 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ArrangeIcons. Expected _wxMDIParentFrame_p."); | |
262 | return NULL; | |
263 | } | |
264 | } | |
ab9bc19b RD |
265 | { |
266 | wxPy_BEGIN_ALLOW_THREADS; | |
267 | wxMDIParentFrame_ArrangeIcons(_arg0); | |
268 | ||
269 | wxPy_END_ALLOW_THREADS; | |
270 | } Py_INCREF(Py_None); | |
70551f47 RD |
271 | _resultobj = Py_None; |
272 | return _resultobj; | |
273 | } | |
274 | ||
275 | #define wxMDIParentFrame_Cascade(_swigobj) (_swigobj->Cascade()) | |
276 | static PyObject *_wrap_wxMDIParentFrame_Cascade(PyObject *self, PyObject *args) { | |
277 | PyObject * _resultobj; | |
278 | wxMDIParentFrame * _arg0; | |
279 | char * _argc0 = 0; | |
280 | ||
281 | self = self; | |
282 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_Cascade",&_argc0)) | |
283 | return NULL; | |
284 | if (_argc0) { | |
285 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
286 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Cascade. Expected _wxMDIParentFrame_p."); | |
287 | return NULL; | |
288 | } | |
289 | } | |
ab9bc19b RD |
290 | { |
291 | wxPy_BEGIN_ALLOW_THREADS; | |
292 | wxMDIParentFrame_Cascade(_arg0); | |
293 | ||
294 | wxPy_END_ALLOW_THREADS; | |
295 | } Py_INCREF(Py_None); | |
70551f47 RD |
296 | _resultobj = Py_None; |
297 | return _resultobj; | |
298 | } | |
299 | ||
70551f47 RD |
300 | #define wxMDIParentFrame_GetActiveChild(_swigobj) (_swigobj->GetActiveChild()) |
301 | static PyObject *_wrap_wxMDIParentFrame_GetActiveChild(PyObject *self, PyObject *args) { | |
302 | PyObject * _resultobj; | |
303 | wxMDIChildFrame * _result; | |
304 | wxMDIParentFrame * _arg0; | |
305 | char * _argc0 = 0; | |
306 | char _ptemp[128]; | |
307 | ||
308 | self = self; | |
309 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_GetActiveChild",&_argc0)) | |
310 | return NULL; | |
311 | if (_argc0) { | |
312 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
313 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetActiveChild. Expected _wxMDIParentFrame_p."); | |
314 | return NULL; | |
315 | } | |
316 | } | |
ab9bc19b RD |
317 | { |
318 | wxPy_BEGIN_ALLOW_THREADS; | |
319 | _result = (wxMDIChildFrame *)wxMDIParentFrame_GetActiveChild(_arg0); | |
320 | ||
321 | wxPy_END_ALLOW_THREADS; | |
322 | } SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
70551f47 RD |
323 | _resultobj = Py_BuildValue("s",_ptemp); |
324 | return _resultobj; | |
325 | } | |
326 | ||
327 | #define wxMDIParentFrame_GetClientWindow(_swigobj) (_swigobj->GetClientWindow()) | |
328 | static PyObject *_wrap_wxMDIParentFrame_GetClientWindow(PyObject *self, PyObject *args) { | |
329 | PyObject * _resultobj; | |
330 | wxMDIClientWindow * _result; | |
331 | wxMDIParentFrame * _arg0; | |
332 | char * _argc0 = 0; | |
333 | char _ptemp[128]; | |
334 | ||
335 | self = self; | |
336 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_GetClientWindow",&_argc0)) | |
337 | return NULL; | |
338 | if (_argc0) { | |
339 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
340 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetClientWindow. Expected _wxMDIParentFrame_p."); | |
341 | return NULL; | |
342 | } | |
343 | } | |
ab9bc19b RD |
344 | { |
345 | wxPy_BEGIN_ALLOW_THREADS; | |
346 | _result = (wxMDIClientWindow *)wxMDIParentFrame_GetClientWindow(_arg0); | |
347 | ||
348 | wxPy_END_ALLOW_THREADS; | |
349 | } SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
70551f47 RD |
350 | _resultobj = Py_BuildValue("s",_ptemp); |
351 | return _resultobj; | |
352 | } | |
353 | ||
354 | #define wxMDIParentFrame_GetToolBar(_swigobj) (_swigobj->GetToolBar()) | |
355 | static PyObject *_wrap_wxMDIParentFrame_GetToolBar(PyObject *self, PyObject *args) { | |
356 | PyObject * _resultobj; | |
357 | wxWindow * _result; | |
358 | wxMDIParentFrame * _arg0; | |
359 | char * _argc0 = 0; | |
360 | char _ptemp[128]; | |
361 | ||
362 | self = self; | |
363 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_GetToolBar",&_argc0)) | |
364 | return NULL; | |
365 | if (_argc0) { | |
366 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
367 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetToolBar. Expected _wxMDIParentFrame_p."); | |
368 | return NULL; | |
369 | } | |
370 | } | |
ab9bc19b RD |
371 | { |
372 | wxPy_BEGIN_ALLOW_THREADS; | |
373 | _result = (wxWindow *)wxMDIParentFrame_GetToolBar(_arg0); | |
374 | ||
375 | wxPy_END_ALLOW_THREADS; | |
376 | } SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindow_p"); | |
70551f47 RD |
377 | _resultobj = Py_BuildValue("s",_ptemp); |
378 | return _resultobj; | |
379 | } | |
380 | ||
381 | #define wxMDIParentFrame_Tile(_swigobj) (_swigobj->Tile()) | |
382 | static PyObject *_wrap_wxMDIParentFrame_Tile(PyObject *self, PyObject *args) { | |
383 | PyObject * _resultobj; | |
384 | wxMDIParentFrame * _arg0; | |
385 | char * _argc0 = 0; | |
386 | ||
387 | self = self; | |
388 | if(!PyArg_ParseTuple(args,"s:wxMDIParentFrame_Tile",&_argc0)) | |
389 | return NULL; | |
390 | if (_argc0) { | |
391 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
392 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Tile. Expected _wxMDIParentFrame_p."); | |
393 | return NULL; | |
394 | } | |
395 | } | |
ab9bc19b RD |
396 | { |
397 | wxPy_BEGIN_ALLOW_THREADS; | |
398 | wxMDIParentFrame_Tile(_arg0); | |
399 | ||
400 | wxPy_END_ALLOW_THREADS; | |
401 | } Py_INCREF(Py_None); | |
70551f47 RD |
402 | _resultobj = Py_None; |
403 | return _resultobj; | |
404 | } | |
405 | ||
406 | static void *SwigwxMDIChildFrameTowxFrame(void *ptr) { | |
407 | wxMDIChildFrame *src; | |
408 | wxFrame *dest; | |
409 | src = (wxMDIChildFrame *) ptr; | |
410 | dest = (wxFrame *) src; | |
411 | return (void *) dest; | |
412 | } | |
413 | ||
414 | static void *SwigwxMDIChildFrameTowxWindow(void *ptr) { | |
415 | wxMDIChildFrame *src; | |
416 | wxWindow *dest; | |
417 | src = (wxMDIChildFrame *) ptr; | |
418 | dest = (wxWindow *) src; | |
419 | return (void *) dest; | |
420 | } | |
421 | ||
422 | static void *SwigwxMDIChildFrameTowxEvtHandler(void *ptr) { | |
423 | wxMDIChildFrame *src; | |
424 | wxEvtHandler *dest; | |
425 | src = (wxMDIChildFrame *) ptr; | |
426 | dest = (wxEvtHandler *) src; | |
427 | return (void *) dest; | |
428 | } | |
429 | ||
430 | #define new_wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
431 | static PyObject *_wrap_new_wxMDIChildFrame(PyObject *self, PyObject *args) { | |
432 | PyObject * _resultobj; | |
433 | wxMDIChildFrame * _result; | |
434 | wxMDIParentFrame * _arg0; | |
435 | wxWindowID _arg1; | |
436 | wxString * _arg2; | |
437 | wxPoint * _arg3 = &wxPyDefaultPosition; | |
438 | wxSize * _arg4 = &wxPyDefaultSize; | |
439 | long _arg5 = (wxDEFAULT_FRAME_STYLE); | |
440 | char * _arg6 = "frame"; | |
441 | char * _argc0 = 0; | |
442 | PyObject * _obj2 = 0; | |
443 | char * _argc3 = 0; | |
444 | char * _argc4 = 0; | |
445 | char _ptemp[128]; | |
446 | ||
447 | self = self; | |
448 | if(!PyArg_ParseTuple(args,"siO|ssls:new_wxMDIChildFrame",&_argc0,&_arg1,&_obj2,&_argc3,&_argc4,&_arg5,&_arg6)) | |
449 | return NULL; | |
450 | if (_argc0) { | |
451 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
452 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIChildFrame. Expected _wxMDIParentFrame_p."); | |
453 | return NULL; | |
454 | } | |
455 | } | |
456 | { | |
457 | if (!PyString_Check(_obj2)) { | |
458 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
459 | return NULL; | |
460 | } | |
ab9bc19b | 461 | _arg2 = new wxString(PyString_AsString(_obj2), PyString_Size(_obj2)); |
70551f47 RD |
462 | } |
463 | if (_argc3) { | |
464 | if (SWIG_GetPtr(_argc3,(void **) &_arg3,"_wxPoint_p")) { | |
465 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of new_wxMDIChildFrame. Expected _wxPoint_p."); | |
466 | return NULL; | |
467 | } | |
468 | } | |
469 | if (_argc4) { | |
470 | if (SWIG_GetPtr(_argc4,(void **) &_arg4,"_wxSize_p")) { | |
471 | PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of new_wxMDIChildFrame. Expected _wxSize_p."); | |
472 | return NULL; | |
473 | } | |
474 | } | |
ab9bc19b RD |
475 | { |
476 | wxPy_BEGIN_ALLOW_THREADS; | |
477 | _result = (wxMDIChildFrame *)new_wxMDIChildFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6); | |
478 | ||
479 | wxPy_END_ALLOW_THREADS; | |
480 | } SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
70551f47 RD |
481 | _resultobj = Py_BuildValue("s",_ptemp); |
482 | { | |
483 | if (_obj2) | |
484 | delete _arg2; | |
485 | } | |
486 | return _resultobj; | |
487 | } | |
488 | ||
489 | #define wxMDIChildFrame_Activate(_swigobj) (_swigobj->Activate()) | |
490 | static PyObject *_wrap_wxMDIChildFrame_Activate(PyObject *self, PyObject *args) { | |
491 | PyObject * _resultobj; | |
492 | wxMDIChildFrame * _arg0; | |
493 | char * _argc0 = 0; | |
494 | ||
495 | self = self; | |
496 | if(!PyArg_ParseTuple(args,"s:wxMDIChildFrame_Activate",&_argc0)) | |
497 | return NULL; | |
498 | if (_argc0) { | |
499 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
500 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Activate. Expected _wxMDIChildFrame_p."); | |
501 | return NULL; | |
502 | } | |
503 | } | |
ab9bc19b RD |
504 | { |
505 | wxPy_BEGIN_ALLOW_THREADS; | |
506 | wxMDIChildFrame_Activate(_arg0); | |
507 | ||
508 | wxPy_END_ALLOW_THREADS; | |
509 | } Py_INCREF(Py_None); | |
70551f47 RD |
510 | _resultobj = Py_None; |
511 | return _resultobj; | |
512 | } | |
513 | ||
ab9bc19b | 514 | #define wxMDIChildFrame_Maximize(_swigobj,_swigarg0) (_swigobj->Maximize(_swigarg0)) |
70551f47 RD |
515 | static PyObject *_wrap_wxMDIChildFrame_Maximize(PyObject *self, PyObject *args) { |
516 | PyObject * _resultobj; | |
517 | wxMDIChildFrame * _arg0; | |
ab9bc19b | 518 | bool _arg1; |
70551f47 | 519 | char * _argc0 = 0; |
ab9bc19b | 520 | int tempbool1; |
70551f47 RD |
521 | |
522 | self = self; | |
ab9bc19b | 523 | if(!PyArg_ParseTuple(args,"si:wxMDIChildFrame_Maximize",&_argc0,&tempbool1)) |
70551f47 RD |
524 | return NULL; |
525 | if (_argc0) { | |
526 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
527 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Maximize. Expected _wxMDIChildFrame_p."); | |
528 | return NULL; | |
529 | } | |
530 | } | |
ab9bc19b RD |
531 | _arg1 = (bool ) tempbool1; |
532 | { | |
533 | wxPy_BEGIN_ALLOW_THREADS; | |
534 | wxMDIChildFrame_Maximize(_arg0,_arg1); | |
535 | ||
536 | wxPy_END_ALLOW_THREADS; | |
537 | } Py_INCREF(Py_None); | |
70551f47 RD |
538 | _resultobj = Py_None; |
539 | return _resultobj; | |
540 | } | |
541 | ||
542 | #define wxMDIChildFrame_Restore(_swigobj) (_swigobj->Restore()) | |
543 | static PyObject *_wrap_wxMDIChildFrame_Restore(PyObject *self, PyObject *args) { | |
544 | PyObject * _resultobj; | |
545 | wxMDIChildFrame * _arg0; | |
546 | char * _argc0 = 0; | |
547 | ||
548 | self = self; | |
549 | if(!PyArg_ParseTuple(args,"s:wxMDIChildFrame_Restore",&_argc0)) | |
550 | return NULL; | |
551 | if (_argc0) { | |
552 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
553 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Restore. Expected _wxMDIChildFrame_p."); | |
554 | return NULL; | |
555 | } | |
556 | } | |
ab9bc19b RD |
557 | { |
558 | wxPy_BEGIN_ALLOW_THREADS; | |
559 | wxMDIChildFrame_Restore(_arg0); | |
560 | ||
561 | wxPy_END_ALLOW_THREADS; | |
562 | } Py_INCREF(Py_None); | |
70551f47 RD |
563 | _resultobj = Py_None; |
564 | return _resultobj; | |
565 | } | |
566 | ||
70551f47 RD |
567 | static void *SwigwxMDIClientWindowTowxWindow(void *ptr) { |
568 | wxMDIClientWindow *src; | |
569 | wxWindow *dest; | |
570 | src = (wxMDIClientWindow *) ptr; | |
571 | dest = (wxWindow *) src; | |
572 | return (void *) dest; | |
573 | } | |
574 | ||
575 | static void *SwigwxMDIClientWindowTowxEvtHandler(void *ptr) { | |
576 | wxMDIClientWindow *src; | |
577 | wxEvtHandler *dest; | |
578 | src = (wxMDIClientWindow *) ptr; | |
579 | dest = (wxEvtHandler *) src; | |
580 | return (void *) dest; | |
581 | } | |
582 | ||
583 | #define new_wxMDIClientWindow(_swigarg0,_swigarg1) (new wxMDIClientWindow(_swigarg0,_swigarg1)) | |
584 | static PyObject *_wrap_new_wxMDIClientWindow(PyObject *self, PyObject *args) { | |
585 | PyObject * _resultobj; | |
586 | wxMDIClientWindow * _result; | |
587 | wxMDIParentFrame * _arg0; | |
588 | long _arg1 = 0; | |
589 | char * _argc0 = 0; | |
590 | char _ptemp[128]; | |
591 | ||
592 | self = self; | |
593 | if(!PyArg_ParseTuple(args,"s|l:new_wxMDIClientWindow",&_argc0,&_arg1)) | |
594 | return NULL; | |
595 | if (_argc0) { | |
596 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
597 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIClientWindow. Expected _wxMDIParentFrame_p."); | |
598 | return NULL; | |
599 | } | |
600 | } | |
ab9bc19b RD |
601 | { |
602 | wxPy_BEGIN_ALLOW_THREADS; | |
603 | _result = (wxMDIClientWindow *)new_wxMDIClientWindow(_arg0,_arg1); | |
604 | ||
605 | wxPy_END_ALLOW_THREADS; | |
606 | } SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
70551f47 RD |
607 | _resultobj = Py_BuildValue("s",_ptemp); |
608 | return _resultobj; | |
609 | } | |
610 | ||
611 | static PyMethodDef mdicMethods[] = { | |
612 | { "new_wxMDIClientWindow", _wrap_new_wxMDIClientWindow, 1 }, | |
70551f47 RD |
613 | { "wxMDIChildFrame_Restore", _wrap_wxMDIChildFrame_Restore, 1 }, |
614 | { "wxMDIChildFrame_Maximize", _wrap_wxMDIChildFrame_Maximize, 1 }, | |
615 | { "wxMDIChildFrame_Activate", _wrap_wxMDIChildFrame_Activate, 1 }, | |
616 | { "new_wxMDIChildFrame", _wrap_new_wxMDIChildFrame, 1 }, | |
617 | { "wxMDIParentFrame_Tile", _wrap_wxMDIParentFrame_Tile, 1 }, | |
618 | { "wxMDIParentFrame_GetToolBar", _wrap_wxMDIParentFrame_GetToolBar, 1 }, | |
619 | { "wxMDIParentFrame_GetClientWindow", _wrap_wxMDIParentFrame_GetClientWindow, 1 }, | |
620 | { "wxMDIParentFrame_GetActiveChild", _wrap_wxMDIParentFrame_GetActiveChild, 1 }, | |
70551f47 RD |
621 | { "wxMDIParentFrame_Cascade", _wrap_wxMDIParentFrame_Cascade, 1 }, |
622 | { "wxMDIParentFrame_ArrangeIcons", _wrap_wxMDIParentFrame_ArrangeIcons, 1 }, | |
623 | { "wxMDIParentFrame_ActivatePrevious", _wrap_wxMDIParentFrame_ActivatePrevious, 1 }, | |
624 | { "wxMDIParentFrame_ActivateNext", _wrap_wxMDIParentFrame_ActivateNext, 1 }, | |
625 | { "new_wxMDIParentFrame", _wrap_new_wxMDIParentFrame, 1 }, | |
626 | { NULL, NULL } | |
627 | }; | |
628 | static PyObject *SWIG_globals; | |
629 | #ifdef __cplusplus | |
630 | extern "C" | |
631 | #endif | |
632 | SWIGEXPORT(void,initmdic)() { | |
633 | PyObject *m, *d; | |
634 | SWIG_globals = SWIG_newvarlink(); | |
635 | m = Py_InitModule("mdic", mdicMethods); | |
636 | d = PyModule_GetDict(m); | |
637 | /* | |
638 | * These are the pointer type-equivalency mappings. | |
639 | * (Used by the SWIG pointer type-checker). | |
640 | */ | |
faf3cb35 | 641 | SWIG_RegisterMapping("_wxAcceleratorTable","_class_wxAcceleratorTable",0); |
b26e2dc4 RD |
642 | SWIG_RegisterMapping("_wxEvent","_class_wxEvent",0); |
643 | SWIG_RegisterMapping("_class_wxActivateEvent","_wxActivateEvent",0); | |
70551f47 | 644 | SWIG_RegisterMapping("_signed_long","_long",0); |
b26e2dc4 | 645 | SWIG_RegisterMapping("_wxMenuEvent","_class_wxMenuEvent",0); |
105e45b9 | 646 | SWIG_RegisterMapping("_class_wxRegionIterator","_wxRegionIterator",0); |
70551f47 RD |
647 | SWIG_RegisterMapping("_class_wxMenuBar","_wxMenuBar",0); |
648 | SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler); | |
649 | SWIG_RegisterMapping("_class_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler); | |
650 | SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler); | |
651 | SWIG_RegisterMapping("_class_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler); | |
652 | SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler); | |
653 | SWIG_RegisterMapping("_class_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler); | |
654 | SWIG_RegisterMapping("_class_wxEvtHandler","_wxEvtHandler",0); | |
b26e2dc4 | 655 | SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0); |
70551f47 RD |
656 | SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0); |
657 | SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0); | |
21f8d7ea | 658 | SWIG_RegisterMapping("_wxToolTip","_class_wxToolTip",0); |
70551f47 RD |
659 | SWIG_RegisterMapping("_wxMask","_class_wxMask",0); |
660 | SWIG_RegisterMapping("_wxPyMenu","_class_wxPyMenu",0); | |
661 | SWIG_RegisterMapping("_wxPen","_class_wxPen",0); | |
b26e2dc4 | 662 | SWIG_RegisterMapping("_wxUpdateUIEvent","_class_wxUpdateUIEvent",0); |
70551f47 | 663 | SWIG_RegisterMapping("_byte","_unsigned_char",0); |
b26e2dc4 RD |
664 | SWIG_RegisterMapping("_wxStaticBox","_class_wxStaticBox",0); |
665 | SWIG_RegisterMapping("_wxChoice","_class_wxChoice",0); | |
666 | SWIG_RegisterMapping("_wxSlider","_class_wxSlider",0); | |
70551f47 RD |
667 | SWIG_RegisterMapping("_long","_wxDash",0); |
668 | SWIG_RegisterMapping("_long","_unsigned_long",0); | |
669 | SWIG_RegisterMapping("_long","_signed_long",0); | |
21f8d7ea | 670 | SWIG_RegisterMapping("_wxImageList","_class_wxImageList",0); |
b26e2dc4 RD |
671 | SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0); |
672 | SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0); | |
faf3cb35 | 673 | SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0); |
b26e2dc4 | 674 | SWIG_RegisterMapping("_class_wxGauge","_wxGauge",0); |
70551f47 | 675 | SWIG_RegisterMapping("_wxDC","_class_wxDC",0); |
62bd0874 | 676 | SWIG_RegisterMapping("_wxSpinEvent","_class_wxSpinEvent",0); |
e6c95f27 RD |
677 | SWIG_RegisterMapping("_size_t","_unsigned_int",0); |
678 | SWIG_RegisterMapping("_size_t","_int",0); | |
679 | SWIG_RegisterMapping("_size_t","_wxWindowID",0); | |
680 | SWIG_RegisterMapping("_size_t","_uint",0); | |
70551f47 RD |
681 | SWIG_RegisterMapping("_class_wxRealPoint","_wxRealPoint",0); |
682 | SWIG_RegisterMapping("_class_wxMenuItem","_wxMenuItem",0); | |
b26e2dc4 RD |
683 | SWIG_RegisterMapping("_class_wxPaintEvent","_wxPaintEvent",0); |
684 | SWIG_RegisterMapping("_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0); | |
685 | SWIG_RegisterMapping("_class_wxStatusBar","_wxStatusBar",0); | |
70551f47 RD |
686 | SWIG_RegisterMapping("_class_wxPostScriptDC","_wxPostScriptDC",0); |
687 | SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0); | |
b26e2dc4 RD |
688 | SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0); |
689 | SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0); | |
ab9bc19b | 690 | SWIG_RegisterMapping("_wxPyEvent","_class_wxPyEvent",0); |
b26e2dc4 | 691 | SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0); |
21f8d7ea | 692 | SWIG_RegisterMapping("_class_wxToolTip","_wxToolTip",0); |
70551f47 | 693 | SWIG_RegisterMapping("_class_wxMask","_wxMask",0); |
b26e2dc4 | 694 | SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0); |
70551f47 RD |
695 | SWIG_RegisterMapping("_wxColour","_class_wxColour",0); |
696 | SWIG_RegisterMapping("_class_wxDialog","_wxDialog",0); | |
b26e2dc4 RD |
697 | SWIG_RegisterMapping("_wxIdleEvent","_class_wxIdleEvent",0); |
698 | SWIG_RegisterMapping("_class_wxUpdateUIEvent","_wxUpdateUIEvent",0); | |
699 | SWIG_RegisterMapping("_wxToolBar","_class_wxToolBar",0); | |
70551f47 | 700 | SWIG_RegisterMapping("_wxBrush","_class_wxBrush",0); |
105e45b9 | 701 | SWIG_RegisterMapping("_wxMiniFrame","_class_wxMiniFrame",0); |
b26e2dc4 | 702 | SWIG_RegisterMapping("_wxShowEvent","_class_wxShowEvent",0); |
e6c95f27 | 703 | SWIG_RegisterMapping("_uint","_size_t",0); |
70551f47 RD |
704 | SWIG_RegisterMapping("_uint","_unsigned_int",0); |
705 | SWIG_RegisterMapping("_uint","_int",0); | |
706 | SWIG_RegisterMapping("_uint","_wxWindowID",0); | |
b26e2dc4 | 707 | SWIG_RegisterMapping("_class_wxEvent","_wxEvent",0); |
dd9a3de8 | 708 | SWIG_RegisterMapping("_wxCheckListBox","_class_wxCheckListBox",0); |
70551f47 | 709 | SWIG_RegisterMapping("_wxRect","_class_wxRect",0); |
b26e2dc4 RD |
710 | SWIG_RegisterMapping("_wxCommandEvent","_class_wxCommandEvent",0); |
711 | SWIG_RegisterMapping("_wxSizeEvent","_class_wxSizeEvent",0); | |
70551f47 | 712 | SWIG_RegisterMapping("_wxPoint","_class_wxPoint",0); |
b26e2dc4 RD |
713 | SWIG_RegisterMapping("_class_wxButton","_wxButton",0); |
714 | SWIG_RegisterMapping("_wxRadioBox","_class_wxRadioBox",0); | |
70551f47 RD |
715 | SWIG_RegisterMapping("_wxBitmap","_class_wxBitmap",0); |
716 | SWIG_RegisterMapping("_wxPyTimer","_class_wxPyTimer",0); | |
dd9a3de8 | 717 | SWIG_RegisterMapping("_wxWindowDC","_class_wxWindowDC",0); |
b26e2dc4 | 718 | SWIG_RegisterMapping("_wxScrollBar","_class_wxScrollBar",0); |
62bd0874 | 719 | SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0); |
b26e2dc4 | 720 | SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0); |
70551f47 | 721 | SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0); |
ab9bc19b | 722 | SWIG_RegisterMapping("_class_wxPyEvent","_wxPyEvent",0); |
b26e2dc4 RD |
723 | SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0); |
724 | SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0); | |
70551f47 | 725 | SWIG_RegisterMapping("_wxMDIChildFrame","_class_wxMDIChildFrame",0); |
b26e2dc4 RD |
726 | SWIG_RegisterMapping("_class_wxToolBar","_wxToolBar",0); |
727 | SWIG_RegisterMapping("_wxScrollEvent","_class_wxScrollEvent",0); | |
70551f47 RD |
728 | SWIG_RegisterMapping("_EBool","_signed_int",0); |
729 | SWIG_RegisterMapping("_EBool","_int",0); | |
730 | SWIG_RegisterMapping("_EBool","_wxWindowID",0); | |
105e45b9 | 731 | SWIG_RegisterMapping("_class_wxRegion","_wxRegion",0); |
b26e2dc4 RD |
732 | SWIG_RegisterMapping("_class_wxDropFilesEvent","_wxDropFilesEvent",0); |
733 | SWIG_RegisterMapping("_wxStaticText","_class_wxStaticText",0); | |
70551f47 | 734 | SWIG_RegisterMapping("_wxFont","_class_wxFont",0); |
b26e2dc4 | 735 | SWIG_RegisterMapping("_wxCloseEvent","_class_wxCloseEvent",0); |
70551f47 RD |
736 | SWIG_RegisterMapping("_unsigned_long","_wxDash",0); |
737 | SWIG_RegisterMapping("_unsigned_long","_long",0); | |
738 | SWIG_RegisterMapping("_class_wxRect","_wxRect",0); | |
739 | SWIG_RegisterMapping("_class_wxDC","_wxDC",0); | |
740 | SWIG_RegisterMapping("_wxMDIParentFrame","_class_wxMDIParentFrame",0); | |
741 | SWIG_RegisterMapping("_class_wxPyTimer","_wxPyTimer",0); | |
b26e2dc4 RD |
742 | SWIG_RegisterMapping("_wxFocusEvent","_class_wxFocusEvent",0); |
743 | SWIG_RegisterMapping("_wxMaximizeEvent","_class_wxMaximizeEvent",0); | |
62bd0874 | 744 | SWIG_RegisterMapping("_class_wxSpinButton","_wxSpinButton",0); |
faf3cb35 | 745 | SWIG_RegisterMapping("_wxAcceleratorEntry","_class_wxAcceleratorEntry",0); |
70551f47 | 746 | SWIG_RegisterMapping("_class_wxPanel","_wxPanel",0); |
b26e2dc4 RD |
747 | SWIG_RegisterMapping("_class_wxCheckBox","_wxCheckBox",0); |
748 | SWIG_RegisterMapping("_wxComboBox","_class_wxComboBox",0); | |
749 | SWIG_RegisterMapping("_wxRadioButton","_class_wxRadioButton",0); | |
70551f47 RD |
750 | SWIG_RegisterMapping("_signed_int","_EBool",0); |
751 | SWIG_RegisterMapping("_signed_int","_wxWindowID",0); | |
752 | SWIG_RegisterMapping("_signed_int","_int",0); | |
b26e2dc4 | 753 | SWIG_RegisterMapping("_class_wxTextCtrl","_wxTextCtrl",0); |
70551f47 RD |
754 | SWIG_RegisterMapping("_wxLayoutConstraints","_class_wxLayoutConstraints",0); |
755 | SWIG_RegisterMapping("_wxMenu","_class_wxMenu",0); | |
b26e2dc4 RD |
756 | SWIG_RegisterMapping("_class_wxMoveEvent","_wxMoveEvent",0); |
757 | SWIG_RegisterMapping("_wxListBox","_class_wxListBox",0); | |
70551f47 RD |
758 | SWIG_RegisterMapping("_wxScreenDC","_class_wxScreenDC",0); |
759 | SWIG_RegisterMapping("_class_wxMDIChildFrame","_wxMDIChildFrame",0); | |
760 | SWIG_RegisterMapping("_WXTYPE","_short",0); | |
761 | SWIG_RegisterMapping("_WXTYPE","_signed_short",0); | |
762 | SWIG_RegisterMapping("_WXTYPE","_unsigned_short",0); | |
763 | SWIG_RegisterMapping("_class_wxMDIClientWindow","_wxMDIClientWindow",0); | |
764 | SWIG_RegisterMapping("_class_wxBrush","_wxBrush",0); | |
765 | SWIG_RegisterMapping("_unsigned_short","_WXTYPE",0); | |
766 | SWIG_RegisterMapping("_unsigned_short","_short",0); | |
767 | SWIG_RegisterMapping("_class_wxWindow","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow); | |
768 | SWIG_RegisterMapping("_class_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow); | |
769 | SWIG_RegisterMapping("_class_wxWindow","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow); | |
770 | SWIG_RegisterMapping("_class_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow); | |
771 | SWIG_RegisterMapping("_class_wxWindow","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow); | |
772 | SWIG_RegisterMapping("_class_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow); | |
773 | SWIG_RegisterMapping("_class_wxWindow","_wxWindow",0); | |
b26e2dc4 | 774 | SWIG_RegisterMapping("_class_wxStaticText","_wxStaticText",0); |
70551f47 | 775 | SWIG_RegisterMapping("_class_wxFont","_wxFont",0); |
b26e2dc4 RD |
776 | SWIG_RegisterMapping("_class_wxCloseEvent","_wxCloseEvent",0); |
777 | SWIG_RegisterMapping("_class_wxMenuEvent","_wxMenuEvent",0); | |
70551f47 | 778 | SWIG_RegisterMapping("_wxClientDC","_class_wxClientDC",0); |
b26e2dc4 | 779 | SWIG_RegisterMapping("_wxMouseEvent","_class_wxMouseEvent",0); |
70551f47 RD |
780 | SWIG_RegisterMapping("_class_wxPoint","_wxPoint",0); |
781 | SWIG_RegisterMapping("_wxRealPoint","_class_wxRealPoint",0); | |
b26e2dc4 | 782 | SWIG_RegisterMapping("_class_wxRadioBox","_wxRadioBox",0); |
70551f47 RD |
783 | SWIG_RegisterMapping("_signed_short","_WXTYPE",0); |
784 | SWIG_RegisterMapping("_signed_short","_short",0); | |
785 | SWIG_RegisterMapping("_wxMemoryDC","_class_wxMemoryDC",0); | |
786 | SWIG_RegisterMapping("_wxPaintDC","_class_wxPaintDC",0); | |
dd9a3de8 | 787 | SWIG_RegisterMapping("_class_wxWindowDC","_wxWindowDC",0); |
b26e2dc4 RD |
788 | SWIG_RegisterMapping("_class_wxFocusEvent","_wxFocusEvent",0); |
789 | SWIG_RegisterMapping("_class_wxMaximizeEvent","_wxMaximizeEvent",0); | |
790 | SWIG_RegisterMapping("_wxStatusBar","_class_wxStatusBar",0); | |
791 | SWIG_RegisterMapping("_class_wxToolBarTool","_wxToolBarTool",0); | |
faf3cb35 | 792 | SWIG_RegisterMapping("_class_wxAcceleratorEntry","_wxAcceleratorEntry",0); |
70551f47 RD |
793 | SWIG_RegisterMapping("_class_wxCursor","_wxCursor",0); |
794 | SWIG_RegisterMapping("_wxPostScriptDC","_class_wxPostScriptDC",0); | |
795 | SWIG_RegisterMapping("_wxScrolledWindow","_class_wxScrolledWindow",0); | |
796 | SWIG_RegisterMapping("_unsigned_char","_byte",0); | |
797 | SWIG_RegisterMapping("_class_wxMenu","_wxMenu",0); | |
b26e2dc4 RD |
798 | SWIG_RegisterMapping("_wxControl","_class_wxControl",0); |
799 | SWIG_RegisterMapping("_class_wxListBox","_wxListBox",0); | |
e6c95f27 | 800 | SWIG_RegisterMapping("_unsigned_int","_size_t",0); |
70551f47 RD |
801 | SWIG_RegisterMapping("_unsigned_int","_uint",0); |
802 | SWIG_RegisterMapping("_unsigned_int","_wxWindowID",0); | |
803 | SWIG_RegisterMapping("_unsigned_int","_int",0); | |
804 | SWIG_RegisterMapping("_wxIcon","_class_wxIcon",0); | |
805 | SWIG_RegisterMapping("_wxDialog","_class_wxDialog",0); | |
806 | SWIG_RegisterMapping("_class_wxPyMenu","_wxPyMenu",0); | |
807 | SWIG_RegisterMapping("_class_wxPen","_wxPen",0); | |
808 | SWIG_RegisterMapping("_short","_WXTYPE",0); | |
809 | SWIG_RegisterMapping("_short","_unsigned_short",0); | |
810 | SWIG_RegisterMapping("_short","_signed_short",0); | |
b26e2dc4 RD |
811 | SWIG_RegisterMapping("_class_wxStaticBox","_wxStaticBox",0); |
812 | SWIG_RegisterMapping("_class_wxScrollEvent","_wxScrollEvent",0); | |
813 | SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0); | |
814 | SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0); | |
815 | SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0); | |
21f8d7ea | 816 | SWIG_RegisterMapping("_class_wxImageList","_wxImageList",0); |
b26e2dc4 | 817 | SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0); |
70551f47 RD |
818 | SWIG_RegisterMapping("_wxFrame","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame); |
819 | SWIG_RegisterMapping("_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame); | |
820 | SWIG_RegisterMapping("_wxFrame","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame); | |
821 | SWIG_RegisterMapping("_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame); | |
822 | SWIG_RegisterMapping("_wxFrame","_class_wxFrame",0); | |
e6c95f27 | 823 | SWIG_RegisterMapping("_wxWindowID","_size_t",0); |
70551f47 RD |
824 | SWIG_RegisterMapping("_wxWindowID","_EBool",0); |
825 | SWIG_RegisterMapping("_wxWindowID","_uint",0); | |
826 | SWIG_RegisterMapping("_wxWindowID","_int",0); | |
827 | SWIG_RegisterMapping("_wxWindowID","_signed_int",0); | |
828 | SWIG_RegisterMapping("_wxWindowID","_unsigned_int",0); | |
e6c95f27 | 829 | SWIG_RegisterMapping("_int","_size_t",0); |
70551f47 RD |
830 | SWIG_RegisterMapping("_int","_EBool",0); |
831 | SWIG_RegisterMapping("_int","_uint",0); | |
832 | SWIG_RegisterMapping("_int","_wxWindowID",0); | |
833 | SWIG_RegisterMapping("_int","_unsigned_int",0); | |
834 | SWIG_RegisterMapping("_int","_signed_int",0); | |
b26e2dc4 | 835 | SWIG_RegisterMapping("_class_wxMouseEvent","_wxMouseEvent",0); |
62bd0874 | 836 | SWIG_RegisterMapping("_class_wxSpinEvent","_wxSpinEvent",0); |
b26e2dc4 | 837 | SWIG_RegisterMapping("_wxButton","_class_wxButton",0); |
70551f47 | 838 | SWIG_RegisterMapping("_wxSize","_class_wxSize",0); |
105e45b9 | 839 | SWIG_RegisterMapping("_wxRegionIterator","_class_wxRegionIterator",0); |
70551f47 RD |
840 | SWIG_RegisterMapping("_class_wxMDIParentFrame","_wxMDIParentFrame",0); |
841 | SWIG_RegisterMapping("_class_wxPaintDC","_wxPaintDC",0); | |
b26e2dc4 RD |
842 | SWIG_RegisterMapping("_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0); |
843 | SWIG_RegisterMapping("_class_wxInitDialogEvent","_wxInitDialogEvent",0); | |
844 | SWIG_RegisterMapping("_class_wxComboBox","_wxComboBox",0); | |
845 | SWIG_RegisterMapping("_class_wxRadioButton","_wxRadioButton",0); | |
70551f47 | 846 | SWIG_RegisterMapping("_class_wxLayoutConstraints","_wxLayoutConstraints",0); |
b26e2dc4 RD |
847 | SWIG_RegisterMapping("_wxIconizeEvent","_class_wxIconizeEvent",0); |
848 | SWIG_RegisterMapping("_class_wxControl","_wxControl",0); | |
849 | SWIG_RegisterMapping("_wxStaticBitmap","_class_wxStaticBitmap",0); | |
70551f47 RD |
850 | SWIG_RegisterMapping("_class_wxIcon","_wxIcon",0); |
851 | SWIG_RegisterMapping("_class_wxColour","_wxColour",0); | |
852 | SWIG_RegisterMapping("_class_wxScreenDC","_wxScreenDC",0); | |
105e45b9 | 853 | SWIG_RegisterMapping("_wxPalette","_class_wxPalette",0); |
b26e2dc4 RD |
854 | SWIG_RegisterMapping("_class_wxIdleEvent","_wxIdleEvent",0); |
855 | SWIG_RegisterMapping("_wxEraseEvent","_class_wxEraseEvent",0); | |
856 | SWIG_RegisterMapping("_class_wxJoystickEvent","_wxJoystickEvent",0); | |
105e45b9 RD |
857 | SWIG_RegisterMapping("_class_wxMiniFrame","_wxMiniFrame",0); |
858 | SWIG_RegisterMapping("_wxRegion","_class_wxRegion",0); | |
b26e2dc4 RD |
859 | SWIG_RegisterMapping("_class_wxShowEvent","_wxShowEvent",0); |
860 | SWIG_RegisterMapping("_wxActivateEvent","_class_wxActivateEvent",0); | |
861 | SWIG_RegisterMapping("_wxGauge","_class_wxGauge",0); | |
dd9a3de8 | 862 | SWIG_RegisterMapping("_class_wxCheckListBox","_wxCheckListBox",0); |
b26e2dc4 | 863 | SWIG_RegisterMapping("_class_wxCommandEvent","_wxCommandEvent",0); |
70551f47 | 864 | SWIG_RegisterMapping("_class_wxClientDC","_wxClientDC",0); |
b26e2dc4 | 865 | SWIG_RegisterMapping("_class_wxSizeEvent","_wxSizeEvent",0); |
70551f47 RD |
866 | SWIG_RegisterMapping("_class_wxSize","_wxSize",0); |
867 | SWIG_RegisterMapping("_class_wxBitmap","_wxBitmap",0); | |
868 | SWIG_RegisterMapping("_class_wxMemoryDC","_wxMemoryDC",0); | |
869 | SWIG_RegisterMapping("_wxMenuBar","_class_wxMenuBar",0); | |
870 | SWIG_RegisterMapping("_wxEvtHandler","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler); | |
871 | SWIG_RegisterMapping("_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler); | |
872 | SWIG_RegisterMapping("_wxEvtHandler","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler); | |
873 | SWIG_RegisterMapping("_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler); | |
874 | SWIG_RegisterMapping("_wxEvtHandler","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler); | |
875 | SWIG_RegisterMapping("_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler); | |
876 | SWIG_RegisterMapping("_wxEvtHandler","_class_wxEvtHandler",0); | |
877 | SWIG_RegisterMapping("_wxMenuItem","_class_wxMenuItem",0); | |
b26e2dc4 | 878 | SWIG_RegisterMapping("_class_wxScrollBar","_wxScrollBar",0); |
70551f47 RD |
879 | SWIG_RegisterMapping("_wxDash","_unsigned_long",0); |
880 | SWIG_RegisterMapping("_wxDash","_long",0); | |
881 | SWIG_RegisterMapping("_class_wxScrolledWindow","_wxScrolledWindow",0); | |
b26e2dc4 RD |
882 | SWIG_RegisterMapping("_wxKeyEvent","_class_wxKeyEvent",0); |
883 | SWIG_RegisterMapping("_wxMoveEvent","_class_wxMoveEvent",0); | |
105e45b9 | 884 | SWIG_RegisterMapping("_class_wxPalette","_wxPalette",0); |
b26e2dc4 | 885 | SWIG_RegisterMapping("_class_wxEraseEvent","_wxEraseEvent",0); |
70551f47 RD |
886 | SWIG_RegisterMapping("_wxMDIClientWindow","_class_wxMDIClientWindow",0); |
887 | SWIG_RegisterMapping("_wxWindow","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow); | |
888 | SWIG_RegisterMapping("_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow); | |
889 | SWIG_RegisterMapping("_wxWindow","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow); | |
890 | SWIG_RegisterMapping("_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow); | |
891 | SWIG_RegisterMapping("_wxWindow","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow); | |
892 | SWIG_RegisterMapping("_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow); | |
893 | SWIG_RegisterMapping("_wxWindow","_class_wxWindow",0); | |
894 | SWIG_RegisterMapping("_class_wxFrame","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame); | |
895 | SWIG_RegisterMapping("_class_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame); | |
896 | SWIG_RegisterMapping("_class_wxFrame","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame); | |
897 | SWIG_RegisterMapping("_class_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame); | |
898 | SWIG_RegisterMapping("_class_wxFrame","_wxFrame",0); | |
899 | } |