]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * FILE : src/gtk/mdi.cpp | |
3 | * | |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
6 | * Version 1.1 (Build 883) | |
7 | * | |
8 | * Portions Copyright (c) 1995-1998 | |
9 | * The University of Utah and The Regents of the University of California. | |
10 | * Permission is granted to distribute this file in any manner provided | |
11 | * this notice remains intact. | |
12 | * | |
13 | * Do not make changes to this file--changes will be lost! | |
14 | * | |
15 | */ | |
16 | ||
17 | ||
18 | #define SWIGCODE | |
19 | /* Implementation : PYTHON */ | |
20 | ||
21 | #define SWIGPYTHON | |
22 | #include <string.h> | |
23 | #include <stdlib.h> | |
24 | /* Definitions for Windows/Unix exporting */ | |
25 | #if defined(__WIN32__) | |
26 | # if defined(_MSC_VER) | |
27 | # define SWIGEXPORT(a) __declspec(dllexport) a | |
28 | # else | |
29 | # if defined(__BORLANDC__) | |
30 | # define SWIGEXPORT(a) a _export | |
31 | # else | |
32 | # define SWIGEXPORT(a) a | |
33 | # endif | |
34 | # endif | |
35 | #else | |
36 | # define SWIGEXPORT(a) a | |
37 | #endif | |
38 | ||
39 | #include "Python.h" | |
40 | ||
41 | #ifdef __cplusplus | |
42 | extern "C" { | |
43 | #endif | |
44 | ||
45 | extern void SWIG_MakePtr(char *, void *, char *); | |
46 | extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); | |
47 | extern char *SWIG_GetPtr(char *, void **, char *); | |
48 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); | |
49 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); | |
50 | extern PyObject *SWIG_newvarlink(void); | |
51 | #ifdef __cplusplus | |
52 | } | |
53 | #endif | |
54 | #define SWIG_init initmdic | |
55 | ||
56 | #define SWIG_name "mdic" | |
57 | ||
58 | #include "helpers.h" | |
59 | ||
60 | static PyObject* l_output_helper(PyObject* target, PyObject* o) { | |
61 | PyObject* o2; | |
62 | if (!target) { | |
63 | target = o; | |
64 | } else if (target == Py_None) { | |
65 | Py_DECREF(Py_None); | |
66 | target = o; | |
67 | } else { | |
68 | if (!PyList_Check(target)) { | |
69 | o2 = target; | |
70 | target = PyList_New(0); | |
71 | PyList_Append(target, o2); | |
72 | Py_XDECREF(o2); | |
73 | } | |
74 | PyList_Append(target,o); | |
75 | Py_XDECREF(o); | |
76 | } | |
77 | return target; | |
78 | } | |
79 | ||
80 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
81 | PyObject* o2; | |
82 | PyObject* o3; | |
83 | ||
84 | if (!target) { | |
85 | target = o; | |
86 | } else if (target == Py_None) { | |
87 | Py_DECREF(Py_None); | |
88 | target = o; | |
89 | } else { | |
90 | if (!PyTuple_Check(target)) { | |
91 | o2 = target; | |
92 | target = PyTuple_New(1); | |
93 | PyTuple_SetItem(target, 0, o2); | |
94 | } | |
95 | o3 = PyTuple_New(1); | |
96 | PyTuple_SetItem(o3, 0, o); | |
97 | ||
98 | o2 = target; | |
99 | target = PySequence_Concat(o2, o3); | |
100 | Py_DECREF(o2); | |
101 | Py_DECREF(o3); | |
102 | } | |
103 | return target; | |
104 | } | |
105 | ||
106 | static char* wxStringErrorMsg = "string type is required for parameter"; | |
107 | #ifdef __cplusplus | |
108 | extern "C" { | |
109 | #endif | |
110 | static void *SwigwxMDIParentFrameTowxFrame(void *ptr) { | |
111 | wxMDIParentFrame *src; | |
112 | wxFrame *dest; | |
113 | src = (wxMDIParentFrame *) ptr; | |
114 | dest = (wxFrame *) src; | |
115 | return (void *) dest; | |
116 | } | |
117 | ||
118 | static void *SwigwxMDIParentFrameTowxWindow(void *ptr) { | |
119 | wxMDIParentFrame *src; | |
120 | wxWindow *dest; | |
121 | src = (wxMDIParentFrame *) ptr; | |
122 | dest = (wxWindow *) src; | |
123 | return (void *) dest; | |
124 | } | |
125 | ||
126 | static void *SwigwxMDIParentFrameTowxEvtHandler(void *ptr) { | |
127 | wxMDIParentFrame *src; | |
128 | wxEvtHandler *dest; | |
129 | src = (wxMDIParentFrame *) ptr; | |
130 | dest = (wxEvtHandler *) src; | |
131 | return (void *) dest; | |
132 | } | |
133 | ||
134 | #define new_wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
135 | static PyObject *_wrap_new_wxMDIParentFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
136 | PyObject * _resultobj; | |
137 | wxMDIParentFrame * _result; | |
138 | wxWindow * _arg0; | |
139 | wxWindowID _arg1; | |
140 | wxString * _arg2; | |
141 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
142 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
143 | long _arg5 = (long ) wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL; | |
144 | char * _arg6 = (char *) "frame"; | |
145 | PyObject * _argo0 = 0; | |
146 | PyObject * _obj2 = 0; | |
147 | wxPoint temp; | |
148 | PyObject * _obj3 = 0; | |
149 | wxSize temp0; | |
150 | PyObject * _obj4 = 0; | |
151 | char *_kwnames[] = { "parent","id","title","pos","size","style","name", NULL }; | |
152 | char _ptemp[128]; | |
153 | ||
154 | self = self; | |
155 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOls:new_wxMDIParentFrame",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_arg6)) | |
156 | return NULL; | |
157 | if (_argo0) { | |
158 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
159 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
160 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIParentFrame. Expected _wxWindow_p."); | |
161 | return NULL; | |
162 | } | |
163 | } | |
164 | { | |
165 | #if PYTHON_API_VERSION >= 1009 | |
166 | char* tmpPtr; int tmpSize; | |
167 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
168 | PyErr_SetString(PyExc_TypeError, "String or Unicode type required"); | |
169 | return NULL; | |
170 | } | |
171 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
172 | return NULL; | |
173 | _arg2 = new wxString(tmpPtr, tmpSize); | |
174 | #else | |
175 | if (!PyString_Check(_obj2)) { | |
176 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
177 | return NULL; | |
178 | } | |
179 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); | |
180 | #endif | |
181 | } | |
182 | if (_obj3) | |
183 | { | |
184 | _arg3 = &temp; | |
185 | if (! wxPoint_helper(_obj3, &_arg3)) | |
186 | return NULL; | |
187 | } | |
188 | if (_obj4) | |
189 | { | |
190 | _arg4 = &temp0; | |
191 | if (! wxSize_helper(_obj4, &_arg4)) | |
192 | return NULL; | |
193 | } | |
194 | { | |
195 | wxPy_BEGIN_ALLOW_THREADS; | |
196 | _result = (wxMDIParentFrame *)new_wxMDIParentFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6); | |
197 | ||
198 | wxPy_END_ALLOW_THREADS; | |
199 | } if (_result) { | |
200 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIParentFrame_p"); | |
201 | _resultobj = Py_BuildValue("s",_ptemp); | |
202 | } else { | |
203 | Py_INCREF(Py_None); | |
204 | _resultobj = Py_None; | |
205 | } | |
206 | { | |
207 | if (_obj2) | |
208 | delete _arg2; | |
209 | } | |
210 | return _resultobj; | |
211 | } | |
212 | ||
213 | #define wxMDIParentFrame_ActivateNext(_swigobj) (_swigobj->ActivateNext()) | |
214 | static PyObject *_wrap_wxMDIParentFrame_ActivateNext(PyObject *self, PyObject *args, PyObject *kwargs) { | |
215 | PyObject * _resultobj; | |
216 | wxMDIParentFrame * _arg0; | |
217 | PyObject * _argo0 = 0; | |
218 | char *_kwnames[] = { "self", NULL }; | |
219 | ||
220 | self = self; | |
221 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_ActivateNext",_kwnames,&_argo0)) | |
222 | return NULL; | |
223 | if (_argo0) { | |
224 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
225 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
226 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ActivateNext. Expected _wxMDIParentFrame_p."); | |
227 | return NULL; | |
228 | } | |
229 | } | |
230 | { | |
231 | wxPy_BEGIN_ALLOW_THREADS; | |
232 | wxMDIParentFrame_ActivateNext(_arg0); | |
233 | ||
234 | wxPy_END_ALLOW_THREADS; | |
235 | } Py_INCREF(Py_None); | |
236 | _resultobj = Py_None; | |
237 | return _resultobj; | |
238 | } | |
239 | ||
240 | #define wxMDIParentFrame_ActivatePrevious(_swigobj) (_swigobj->ActivatePrevious()) | |
241 | static PyObject *_wrap_wxMDIParentFrame_ActivatePrevious(PyObject *self, PyObject *args, PyObject *kwargs) { | |
242 | PyObject * _resultobj; | |
243 | wxMDIParentFrame * _arg0; | |
244 | PyObject * _argo0 = 0; | |
245 | char *_kwnames[] = { "self", NULL }; | |
246 | ||
247 | self = self; | |
248 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_ActivatePrevious",_kwnames,&_argo0)) | |
249 | return NULL; | |
250 | if (_argo0) { | |
251 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
252 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
253 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ActivatePrevious. Expected _wxMDIParentFrame_p."); | |
254 | return NULL; | |
255 | } | |
256 | } | |
257 | { | |
258 | wxPy_BEGIN_ALLOW_THREADS; | |
259 | wxMDIParentFrame_ActivatePrevious(_arg0); | |
260 | ||
261 | wxPy_END_ALLOW_THREADS; | |
262 | } Py_INCREF(Py_None); | |
263 | _resultobj = Py_None; | |
264 | return _resultobj; | |
265 | } | |
266 | ||
267 | #define wxMDIParentFrame_ArrangeIcons(_swigobj) (_swigobj->ArrangeIcons()) | |
268 | static PyObject *_wrap_wxMDIParentFrame_ArrangeIcons(PyObject *self, PyObject *args, PyObject *kwargs) { | |
269 | PyObject * _resultobj; | |
270 | wxMDIParentFrame * _arg0; | |
271 | PyObject * _argo0 = 0; | |
272 | char *_kwnames[] = { "self", NULL }; | |
273 | ||
274 | self = self; | |
275 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_ArrangeIcons",_kwnames,&_argo0)) | |
276 | return NULL; | |
277 | if (_argo0) { | |
278 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
279 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
280 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ArrangeIcons. Expected _wxMDIParentFrame_p."); | |
281 | return NULL; | |
282 | } | |
283 | } | |
284 | { | |
285 | wxPy_BEGIN_ALLOW_THREADS; | |
286 | wxMDIParentFrame_ArrangeIcons(_arg0); | |
287 | ||
288 | wxPy_END_ALLOW_THREADS; | |
289 | } Py_INCREF(Py_None); | |
290 | _resultobj = Py_None; | |
291 | return _resultobj; | |
292 | } | |
293 | ||
294 | #define wxMDIParentFrame_Cascade(_swigobj) (_swigobj->Cascade()) | |
295 | static PyObject *_wrap_wxMDIParentFrame_Cascade(PyObject *self, PyObject *args, PyObject *kwargs) { | |
296 | PyObject * _resultobj; | |
297 | wxMDIParentFrame * _arg0; | |
298 | PyObject * _argo0 = 0; | |
299 | char *_kwnames[] = { "self", NULL }; | |
300 | ||
301 | self = self; | |
302 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_Cascade",_kwnames,&_argo0)) | |
303 | return NULL; | |
304 | if (_argo0) { | |
305 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
306 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
307 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Cascade. Expected _wxMDIParentFrame_p."); | |
308 | return NULL; | |
309 | } | |
310 | } | |
311 | { | |
312 | wxPy_BEGIN_ALLOW_THREADS; | |
313 | wxMDIParentFrame_Cascade(_arg0); | |
314 | ||
315 | wxPy_END_ALLOW_THREADS; | |
316 | } Py_INCREF(Py_None); | |
317 | _resultobj = Py_None; | |
318 | return _resultobj; | |
319 | } | |
320 | ||
321 | #define wxMDIParentFrame_GetActiveChild(_swigobj) (_swigobj->GetActiveChild()) | |
322 | static PyObject *_wrap_wxMDIParentFrame_GetActiveChild(PyObject *self, PyObject *args, PyObject *kwargs) { | |
323 | PyObject * _resultobj; | |
324 | wxMDIChildFrame * _result; | |
325 | wxMDIParentFrame * _arg0; | |
326 | PyObject * _argo0 = 0; | |
327 | char *_kwnames[] = { "self", NULL }; | |
328 | char _ptemp[128]; | |
329 | ||
330 | self = self; | |
331 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_GetActiveChild",_kwnames,&_argo0)) | |
332 | return NULL; | |
333 | if (_argo0) { | |
334 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
335 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
336 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetActiveChild. Expected _wxMDIParentFrame_p."); | |
337 | return NULL; | |
338 | } | |
339 | } | |
340 | { | |
341 | wxPy_BEGIN_ALLOW_THREADS; | |
342 | _result = (wxMDIChildFrame *)wxMDIParentFrame_GetActiveChild(_arg0); | |
343 | ||
344 | wxPy_END_ALLOW_THREADS; | |
345 | } if (_result) { | |
346 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
347 | _resultobj = Py_BuildValue("s",_ptemp); | |
348 | } else { | |
349 | Py_INCREF(Py_None); | |
350 | _resultobj = Py_None; | |
351 | } | |
352 | return _resultobj; | |
353 | } | |
354 | ||
355 | #define wxMDIParentFrame_GetClientWindow(_swigobj) (_swigobj->GetClientWindow()) | |
356 | static PyObject *_wrap_wxMDIParentFrame_GetClientWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
357 | PyObject * _resultobj; | |
358 | wxMDIClientWindow * _result; | |
359 | wxMDIParentFrame * _arg0; | |
360 | PyObject * _argo0 = 0; | |
361 | char *_kwnames[] = { "self", NULL }; | |
362 | char _ptemp[128]; | |
363 | ||
364 | self = self; | |
365 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_GetClientWindow",_kwnames,&_argo0)) | |
366 | return NULL; | |
367 | if (_argo0) { | |
368 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
369 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
370 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetClientWindow. Expected _wxMDIParentFrame_p."); | |
371 | return NULL; | |
372 | } | |
373 | } | |
374 | { | |
375 | wxPy_BEGIN_ALLOW_THREADS; | |
376 | _result = (wxMDIClientWindow *)wxMDIParentFrame_GetClientWindow(_arg0); | |
377 | ||
378 | wxPy_END_ALLOW_THREADS; | |
379 | } if (_result) { | |
380 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
381 | _resultobj = Py_BuildValue("s",_ptemp); | |
382 | } else { | |
383 | Py_INCREF(Py_None); | |
384 | _resultobj = Py_None; | |
385 | } | |
386 | return _resultobj; | |
387 | } | |
388 | ||
389 | #define wxMDIParentFrame_GetToolBar(_swigobj) (_swigobj->GetToolBar()) | |
390 | static PyObject *_wrap_wxMDIParentFrame_GetToolBar(PyObject *self, PyObject *args, PyObject *kwargs) { | |
391 | PyObject * _resultobj; | |
392 | wxWindow * _result; | |
393 | wxMDIParentFrame * _arg0; | |
394 | PyObject * _argo0 = 0; | |
395 | char *_kwnames[] = { "self", NULL }; | |
396 | char _ptemp[128]; | |
397 | ||
398 | self = self; | |
399 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_GetToolBar",_kwnames,&_argo0)) | |
400 | return NULL; | |
401 | if (_argo0) { | |
402 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
403 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
404 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetToolBar. Expected _wxMDIParentFrame_p."); | |
405 | return NULL; | |
406 | } | |
407 | } | |
408 | { | |
409 | wxPy_BEGIN_ALLOW_THREADS; | |
410 | _result = (wxWindow *)wxMDIParentFrame_GetToolBar(_arg0); | |
411 | ||
412 | wxPy_END_ALLOW_THREADS; | |
413 | } if (_result) { | |
414 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindow_p"); | |
415 | _resultobj = Py_BuildValue("s",_ptemp); | |
416 | } else { | |
417 | Py_INCREF(Py_None); | |
418 | _resultobj = Py_None; | |
419 | } | |
420 | return _resultobj; | |
421 | } | |
422 | ||
423 | #define wxMDIParentFrame_Tile(_swigobj) (_swigobj->Tile()) | |
424 | static PyObject *_wrap_wxMDIParentFrame_Tile(PyObject *self, PyObject *args, PyObject *kwargs) { | |
425 | PyObject * _resultobj; | |
426 | wxMDIParentFrame * _arg0; | |
427 | PyObject * _argo0 = 0; | |
428 | char *_kwnames[] = { "self", NULL }; | |
429 | ||
430 | self = self; | |
431 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_Tile",_kwnames,&_argo0)) | |
432 | return NULL; | |
433 | if (_argo0) { | |
434 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
435 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
436 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Tile. Expected _wxMDIParentFrame_p."); | |
437 | return NULL; | |
438 | } | |
439 | } | |
440 | { | |
441 | wxPy_BEGIN_ALLOW_THREADS; | |
442 | wxMDIParentFrame_Tile(_arg0); | |
443 | ||
444 | wxPy_END_ALLOW_THREADS; | |
445 | } Py_INCREF(Py_None); | |
446 | _resultobj = Py_None; | |
447 | return _resultobj; | |
448 | } | |
449 | ||
450 | static void *SwigwxMDIChildFrameTowxFrame(void *ptr) { | |
451 | wxMDIChildFrame *src; | |
452 | wxFrame *dest; | |
453 | src = (wxMDIChildFrame *) ptr; | |
454 | dest = (wxFrame *) src; | |
455 | return (void *) dest; | |
456 | } | |
457 | ||
458 | static void *SwigwxMDIChildFrameTowxWindow(void *ptr) { | |
459 | wxMDIChildFrame *src; | |
460 | wxWindow *dest; | |
461 | src = (wxMDIChildFrame *) ptr; | |
462 | dest = (wxWindow *) src; | |
463 | return (void *) dest; | |
464 | } | |
465 | ||
466 | static void *SwigwxMDIChildFrameTowxEvtHandler(void *ptr) { | |
467 | wxMDIChildFrame *src; | |
468 | wxEvtHandler *dest; | |
469 | src = (wxMDIChildFrame *) ptr; | |
470 | dest = (wxEvtHandler *) src; | |
471 | return (void *) dest; | |
472 | } | |
473 | ||
474 | #define new_wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
475 | static PyObject *_wrap_new_wxMDIChildFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
476 | PyObject * _resultobj; | |
477 | wxMDIChildFrame * _result; | |
478 | wxMDIParentFrame * _arg0; | |
479 | wxWindowID _arg1; | |
480 | wxString * _arg2; | |
481 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
482 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
483 | long _arg5 = (long ) wxDEFAULT_FRAME_STYLE; | |
484 | char * _arg6 = (char *) "frame"; | |
485 | PyObject * _argo0 = 0; | |
486 | PyObject * _obj2 = 0; | |
487 | wxPoint temp; | |
488 | PyObject * _obj3 = 0; | |
489 | wxSize temp0; | |
490 | PyObject * _obj4 = 0; | |
491 | char *_kwnames[] = { "parent","id","title","pos","size","style","name", NULL }; | |
492 | char _ptemp[128]; | |
493 | ||
494 | self = self; | |
495 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOls:new_wxMDIChildFrame",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_arg6)) | |
496 | return NULL; | |
497 | if (_argo0) { | |
498 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
499 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
500 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIChildFrame. Expected _wxMDIParentFrame_p."); | |
501 | return NULL; | |
502 | } | |
503 | } | |
504 | { | |
505 | #if PYTHON_API_VERSION >= 1009 | |
506 | char* tmpPtr; int tmpSize; | |
507 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
508 | PyErr_SetString(PyExc_TypeError, "String or Unicode type required"); | |
509 | return NULL; | |
510 | } | |
511 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
512 | return NULL; | |
513 | _arg2 = new wxString(tmpPtr, tmpSize); | |
514 | #else | |
515 | if (!PyString_Check(_obj2)) { | |
516 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
517 | return NULL; | |
518 | } | |
519 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); | |
520 | #endif | |
521 | } | |
522 | if (_obj3) | |
523 | { | |
524 | _arg3 = &temp; | |
525 | if (! wxPoint_helper(_obj3, &_arg3)) | |
526 | return NULL; | |
527 | } | |
528 | if (_obj4) | |
529 | { | |
530 | _arg4 = &temp0; | |
531 | if (! wxSize_helper(_obj4, &_arg4)) | |
532 | return NULL; | |
533 | } | |
534 | { | |
535 | wxPy_BEGIN_ALLOW_THREADS; | |
536 | _result = (wxMDIChildFrame *)new_wxMDIChildFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6); | |
537 | ||
538 | wxPy_END_ALLOW_THREADS; | |
539 | } if (_result) { | |
540 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
541 | _resultobj = Py_BuildValue("s",_ptemp); | |
542 | } else { | |
543 | Py_INCREF(Py_None); | |
544 | _resultobj = Py_None; | |
545 | } | |
546 | { | |
547 | if (_obj2) | |
548 | delete _arg2; | |
549 | } | |
550 | return _resultobj; | |
551 | } | |
552 | ||
553 | #define wxMDIChildFrame_Activate(_swigobj) (_swigobj->Activate()) | |
554 | static PyObject *_wrap_wxMDIChildFrame_Activate(PyObject *self, PyObject *args, PyObject *kwargs) { | |
555 | PyObject * _resultobj; | |
556 | wxMDIChildFrame * _arg0; | |
557 | PyObject * _argo0 = 0; | |
558 | char *_kwnames[] = { "self", NULL }; | |
559 | ||
560 | self = self; | |
561 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIChildFrame_Activate",_kwnames,&_argo0)) | |
562 | return NULL; | |
563 | if (_argo0) { | |
564 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
565 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
566 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Activate. Expected _wxMDIChildFrame_p."); | |
567 | return NULL; | |
568 | } | |
569 | } | |
570 | { | |
571 | wxPy_BEGIN_ALLOW_THREADS; | |
572 | wxMDIChildFrame_Activate(_arg0); | |
573 | ||
574 | wxPy_END_ALLOW_THREADS; | |
575 | } Py_INCREF(Py_None); | |
576 | _resultobj = Py_None; | |
577 | return _resultobj; | |
578 | } | |
579 | ||
580 | #define wxMDIChildFrame_Maximize(_swigobj,_swigarg0) (_swigobj->Maximize(_swigarg0)) | |
581 | static PyObject *_wrap_wxMDIChildFrame_Maximize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
582 | PyObject * _resultobj; | |
583 | wxMDIChildFrame * _arg0; | |
584 | bool _arg1; | |
585 | PyObject * _argo0 = 0; | |
586 | int tempbool1; | |
587 | char *_kwnames[] = { "self","maximize", NULL }; | |
588 | ||
589 | self = self; | |
590 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMDIChildFrame_Maximize",_kwnames,&_argo0,&tempbool1)) | |
591 | return NULL; | |
592 | if (_argo0) { | |
593 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
594 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
595 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Maximize. Expected _wxMDIChildFrame_p."); | |
596 | return NULL; | |
597 | } | |
598 | } | |
599 | _arg1 = (bool ) tempbool1; | |
600 | { | |
601 | wxPy_BEGIN_ALLOW_THREADS; | |
602 | wxMDIChildFrame_Maximize(_arg0,_arg1); | |
603 | ||
604 | wxPy_END_ALLOW_THREADS; | |
605 | } Py_INCREF(Py_None); | |
606 | _resultobj = Py_None; | |
607 | return _resultobj; | |
608 | } | |
609 | ||
610 | #define wxMDIChildFrame_Restore(_swigobj) (_swigobj->Restore()) | |
611 | static PyObject *_wrap_wxMDIChildFrame_Restore(PyObject *self, PyObject *args, PyObject *kwargs) { | |
612 | PyObject * _resultobj; | |
613 | wxMDIChildFrame * _arg0; | |
614 | PyObject * _argo0 = 0; | |
615 | char *_kwnames[] = { "self", NULL }; | |
616 | ||
617 | self = self; | |
618 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIChildFrame_Restore",_kwnames,&_argo0)) | |
619 | return NULL; | |
620 | if (_argo0) { | |
621 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
622 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
623 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Restore. Expected _wxMDIChildFrame_p."); | |
624 | return NULL; | |
625 | } | |
626 | } | |
627 | { | |
628 | wxPy_BEGIN_ALLOW_THREADS; | |
629 | wxMDIChildFrame_Restore(_arg0); | |
630 | ||
631 | wxPy_END_ALLOW_THREADS; | |
632 | } Py_INCREF(Py_None); | |
633 | _resultobj = Py_None; | |
634 | return _resultobj; | |
635 | } | |
636 | ||
637 | static void *SwigwxMDIClientWindowTowxWindow(void *ptr) { | |
638 | wxMDIClientWindow *src; | |
639 | wxWindow *dest; | |
640 | src = (wxMDIClientWindow *) ptr; | |
641 | dest = (wxWindow *) src; | |
642 | return (void *) dest; | |
643 | } | |
644 | ||
645 | static void *SwigwxMDIClientWindowTowxEvtHandler(void *ptr) { | |
646 | wxMDIClientWindow *src; | |
647 | wxEvtHandler *dest; | |
648 | src = (wxMDIClientWindow *) ptr; | |
649 | dest = (wxEvtHandler *) src; | |
650 | return (void *) dest; | |
651 | } | |
652 | ||
653 | #define new_wxMDIClientWindow(_swigarg0,_swigarg1) (new wxMDIClientWindow(_swigarg0,_swigarg1)) | |
654 | static PyObject *_wrap_new_wxMDIClientWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
655 | PyObject * _resultobj; | |
656 | wxMDIClientWindow * _result; | |
657 | wxMDIParentFrame * _arg0; | |
658 | long _arg1 = (long ) 0; | |
659 | PyObject * _argo0 = 0; | |
660 | char *_kwnames[] = { "parent","style", NULL }; | |
661 | char _ptemp[128]; | |
662 | ||
663 | self = self; | |
664 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|l:new_wxMDIClientWindow",_kwnames,&_argo0,&_arg1)) | |
665 | return NULL; | |
666 | if (_argo0) { | |
667 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
668 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
669 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIClientWindow. Expected _wxMDIParentFrame_p."); | |
670 | return NULL; | |
671 | } | |
672 | } | |
673 | { | |
674 | wxPy_BEGIN_ALLOW_THREADS; | |
675 | _result = (wxMDIClientWindow *)new_wxMDIClientWindow(_arg0,_arg1); | |
676 | ||
677 | wxPy_END_ALLOW_THREADS; | |
678 | } if (_result) { | |
679 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
680 | _resultobj = Py_BuildValue("s",_ptemp); | |
681 | } else { | |
682 | Py_INCREF(Py_None); | |
683 | _resultobj = Py_None; | |
684 | } | |
685 | return _resultobj; | |
686 | } | |
687 | ||
688 | static PyMethodDef mdicMethods[] = { | |
689 | { "new_wxMDIClientWindow", (PyCFunction) _wrap_new_wxMDIClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
690 | { "wxMDIChildFrame_Restore", (PyCFunction) _wrap_wxMDIChildFrame_Restore, METH_VARARGS | METH_KEYWORDS }, | |
691 | { "wxMDIChildFrame_Maximize", (PyCFunction) _wrap_wxMDIChildFrame_Maximize, METH_VARARGS | METH_KEYWORDS }, | |
692 | { "wxMDIChildFrame_Activate", (PyCFunction) _wrap_wxMDIChildFrame_Activate, METH_VARARGS | METH_KEYWORDS }, | |
693 | { "new_wxMDIChildFrame", (PyCFunction) _wrap_new_wxMDIChildFrame, METH_VARARGS | METH_KEYWORDS }, | |
694 | { "wxMDIParentFrame_Tile", (PyCFunction) _wrap_wxMDIParentFrame_Tile, METH_VARARGS | METH_KEYWORDS }, | |
695 | { "wxMDIParentFrame_GetToolBar", (PyCFunction) _wrap_wxMDIParentFrame_GetToolBar, METH_VARARGS | METH_KEYWORDS }, | |
696 | { "wxMDIParentFrame_GetClientWindow", (PyCFunction) _wrap_wxMDIParentFrame_GetClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
697 | { "wxMDIParentFrame_GetActiveChild", (PyCFunction) _wrap_wxMDIParentFrame_GetActiveChild, METH_VARARGS | METH_KEYWORDS }, | |
698 | { "wxMDIParentFrame_Cascade", (PyCFunction) _wrap_wxMDIParentFrame_Cascade, METH_VARARGS | METH_KEYWORDS }, | |
699 | { "wxMDIParentFrame_ArrangeIcons", (PyCFunction) _wrap_wxMDIParentFrame_ArrangeIcons, METH_VARARGS | METH_KEYWORDS }, | |
700 | { "wxMDIParentFrame_ActivatePrevious", (PyCFunction) _wrap_wxMDIParentFrame_ActivatePrevious, METH_VARARGS | METH_KEYWORDS }, | |
701 | { "wxMDIParentFrame_ActivateNext", (PyCFunction) _wrap_wxMDIParentFrame_ActivateNext, METH_VARARGS | METH_KEYWORDS }, | |
702 | { "new_wxMDIParentFrame", (PyCFunction) _wrap_new_wxMDIParentFrame, METH_VARARGS | METH_KEYWORDS }, | |
703 | { NULL, NULL } | |
704 | }; | |
705 | #ifdef __cplusplus | |
706 | } | |
707 | #endif | |
708 | /* | |
709 | * This table is used by the pointer type-checker | |
710 | */ | |
711 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
712 | { "_wxAcceleratorTable","_class_wxAcceleratorTable",0}, | |
713 | { "_wxEvent","_class_wxEvent",0}, | |
714 | { "_class_wxActivateEvent","_wxActivateEvent",0}, | |
715 | { "_signed_long","_long",0}, | |
716 | { "_wxMenuEvent","_class_wxMenuEvent",0}, | |
717 | { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0}, | |
718 | { "_wxBitmapDataObject","_class_wxBitmapDataObject",0}, | |
719 | { "_class_wxPyCommandEvent","_wxPyCommandEvent",0}, | |
720 | { "_wxPrintQuality","_wxCoord",0}, | |
721 | { "_wxPrintQuality","_int",0}, | |
722 | { "_wxPrintQuality","_signed_int",0}, | |
723 | { "_wxPrintQuality","_unsigned_int",0}, | |
724 | { "_wxPrintQuality","_wxWindowID",0}, | |
725 | { "_wxPrintQuality","_uint",0}, | |
726 | { "_wxPrintQuality","_EBool",0}, | |
727 | { "_wxPrintQuality","_size_t",0}, | |
728 | { "_wxPrintQuality","_time_t",0}, | |
729 | { "_class_wxCustomDataObject","_wxCustomDataObject",0}, | |
730 | { "_wxSpinCtrl","_class_wxSpinCtrl",0}, | |
731 | { "_class_wxRegionIterator","_wxRegionIterator",0}, | |
732 | { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0}, | |
733 | { "_class_wxMenuBar","_wxMenuBar",0}, | |
734 | { "_class_wxEvtHandler","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler}, | |
735 | { "_class_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler}, | |
736 | { "_class_wxEvtHandler","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler}, | |
737 | { "_class_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler}, | |
738 | { "_class_wxEvtHandler","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler}, | |
739 | { "_class_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler}, | |
740 | { "_class_wxEvtHandler","_wxEvtHandler",0}, | |
741 | { "_wxPaintEvent","_class_wxPaintEvent",0}, | |
742 | { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0}, | |
743 | { "_wxCursor","_class_wxCursor",0}, | |
744 | { "_wxNotifyEvent","_class_wxNotifyEvent",0}, | |
745 | { "_class_wxToolBarBase","_wxToolBarBase",0}, | |
746 | { "_wxMask","_class_wxMask",0}, | |
747 | { "_wxPen","_class_wxPen",0}, | |
748 | { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0}, | |
749 | { "_byte","_unsigned_char",0}, | |
750 | { "_wxDataObject","_class_wxDataObject",0}, | |
751 | { "_wxStaticBox","_class_wxStaticBox",0}, | |
752 | { "_wxColourDatabase","_class_wxColourDatabase",0}, | |
753 | { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0}, | |
754 | { "_wxPyDropSource","_class_wxPyDropSource",0}, | |
755 | { "_wxChoice","_class_wxChoice",0}, | |
756 | { "_wxSlider","_class_wxSlider",0}, | |
757 | { "_long","_unsigned_long",0}, | |
758 | { "_long","_signed_long",0}, | |
759 | { "_wxImageList","_class_wxImageList",0}, | |
760 | { "_wxDataObjectSimple","_class_wxDataObjectSimple",0}, | |
761 | { "_wxDropFilesEvent","_class_wxDropFilesEvent",0}, | |
762 | { "_wxBitmapButton","_class_wxBitmapButton",0}, | |
763 | { "_class_wxAcceleratorTable","_wxAcceleratorTable",0}, | |
764 | { "_class_wxClipboard","_wxClipboard",0}, | |
765 | { "_class_wxGauge","_wxGauge",0}, | |
766 | { "_wxDC","_class_wxDC",0}, | |
767 | { "_class_wxBitmapDataObject","_wxBitmapDataObject",0}, | |
768 | { "_wxSpinEvent","_class_wxSpinEvent",0}, | |
769 | { "_size_t","_wxCoord",0}, | |
770 | { "_size_t","_wxPrintQuality",0}, | |
771 | { "_size_t","_time_t",0}, | |
772 | { "_size_t","_unsigned_int",0}, | |
773 | { "_size_t","_int",0}, | |
774 | { "_size_t","_wxWindowID",0}, | |
775 | { "_size_t","_uint",0}, | |
776 | { "_class_wxRealPoint","_wxRealPoint",0}, | |
777 | { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0}, | |
778 | { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0}, | |
779 | { "_class_wxMenuItem","_wxMenuItem",0}, | |
780 | { "_class_wxPaintEvent","_wxPaintEvent",0}, | |
781 | { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0}, | |
782 | { "_class_wxStatusBar","_wxStatusBar",0}, | |
783 | { "_class_wxPostScriptDC","_wxPostScriptDC",0}, | |
784 | { "_wxPanel","_class_wxPanel",0}, | |
785 | { "_wxInitDialogEvent","_class_wxInitDialogEvent",0}, | |
786 | { "_wxCheckBox","_class_wxCheckBox",0}, | |
787 | { "_wxPyEvent","_class_wxPyEvent",0}, | |
788 | { "_wxTextCtrl","_class_wxTextCtrl",0}, | |
789 | { "_class_wxMask","_wxMask",0}, | |
790 | { "_wxTextDataObject","_class_wxTextDataObject",0}, | |
791 | { "_class_wxKeyEvent","_wxKeyEvent",0}, | |
792 | { "_wxColour","_class_wxColour",0}, | |
793 | { "_class_wxDialog","_wxDialog",0}, | |
794 | { "_class_wxFileDataObject","_wxFileDataObject",0}, | |
795 | { "_wxIdleEvent","_class_wxIdleEvent",0}, | |
796 | { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0}, | |
797 | { "_wxToolBar","_class_wxToolBar",0}, | |
798 | { "_class_wxDataObject","_wxDataObject",0}, | |
799 | { "_wxStaticLine","_class_wxStaticLine",0}, | |
800 | { "_wxBrush","_class_wxBrush",0}, | |
801 | { "_wxMiniFrame","_class_wxMiniFrame",0}, | |
802 | { "_wxDataFormat","_class_wxDataFormat",0}, | |
803 | { "_class_wxDataObjectSimple","_wxDataObjectSimple",0}, | |
804 | { "_wxShowEvent","_class_wxShowEvent",0}, | |
805 | { "_uint","_wxCoord",0}, | |
806 | { "_uint","_wxPrintQuality",0}, | |
807 | { "_uint","_time_t",0}, | |
808 | { "_uint","_size_t",0}, | |
809 | { "_uint","_unsigned_int",0}, | |
810 | { "_uint","_int",0}, | |
811 | { "_uint","_wxWindowID",0}, | |
812 | { "_wxChar","_char",0}, | |
813 | { "_wxPyValidator","_class_wxPyValidator",0}, | |
814 | { "_class_wxEvent","_wxEvent",0}, | |
815 | { "_wxCheckListBox","_class_wxCheckListBox",0}, | |
816 | { "_wxRect","_class_wxRect",0}, | |
817 | { "_wxCommandEvent","_class_wxCommandEvent",0}, | |
818 | { "_wxSizeEvent","_class_wxSizeEvent",0}, | |
819 | { "_wxPoint","_class_wxPoint",0}, | |
820 | { "_class_wxButton","_wxButton",0}, | |
821 | { "_wxRadioBox","_class_wxRadioBox",0}, | |
822 | { "_class_wxSpinCtrl","_wxSpinCtrl",0}, | |
823 | { "_char","_wxChar",0}, | |
824 | { "_wxBitmap","_class_wxBitmap",0}, | |
825 | { "_wxPenList","_class_wxPenList",0}, | |
826 | { "_wxWindowDC","_class_wxWindowDC",0}, | |
827 | { "_wxTimerEvent","_class_wxTimerEvent",0}, | |
828 | { "_wxScrollBar","_class_wxScrollBar",0}, | |
829 | { "_wxSpinButton","_class_wxSpinButton",0}, | |
830 | { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0}, | |
831 | { "_class_wxNotifyEvent","_wxNotifyEvent",0}, | |
832 | { "_class_wxValidator","_wxValidator",0}, | |
833 | { "_class_wxPyEvent","_wxPyEvent",0}, | |
834 | { "_class_wxIconizeEvent","_wxIconizeEvent",0}, | |
835 | { "_class_wxStaticBitmap","_wxStaticBitmap",0}, | |
836 | { "_wxToolBarSimple","_class_wxToolBarSimple",0}, | |
837 | { "_wxMDIChildFrame","_class_wxMDIChildFrame",0}, | |
838 | { "_class_wxToolBar","_wxToolBar",0}, | |
839 | { "_wxDropTarget","_class_wxDropTarget",0}, | |
840 | { "_class_wxStaticLine","_wxStaticLine",0}, | |
841 | { "_class_wxColourDatabase","_wxColourDatabase",0}, | |
842 | { "_wxScrollEvent","_class_wxScrollEvent",0}, | |
843 | { "_wxToolBarToolBase","_class_wxToolBarToolBase",0}, | |
844 | { "_EBool","_wxCoord",0}, | |
845 | { "_EBool","_wxPrintQuality",0}, | |
846 | { "_EBool","_signed_int",0}, | |
847 | { "_EBool","_int",0}, | |
848 | { "_EBool","_wxWindowID",0}, | |
849 | { "_class_wxRegion","_wxRegion",0}, | |
850 | { "_class_wxDataFormat","_wxDataFormat",0}, | |
851 | { "_class_wxDropFilesEvent","_wxDropFilesEvent",0}, | |
852 | { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0}, | |
853 | { "_wxStaticText","_class_wxStaticText",0}, | |
854 | { "_wxFont","_class_wxFont",0}, | |
855 | { "_class_wxPyDropTarget","_wxPyDropTarget",0}, | |
856 | { "_wxCloseEvent","_class_wxCloseEvent",0}, | |
857 | { "_unsigned_long","_long",0}, | |
858 | { "_class_wxRect","_wxRect",0}, | |
859 | { "_class_wxDC","_wxDC",0}, | |
860 | { "_wxScrollWinEvent","_class_wxScrollWinEvent",0}, | |
861 | { "_class_wxBrushList","_wxBrushList",0}, | |
862 | { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0}, | |
863 | { "_class_wxPenList","_wxPenList",0}, | |
864 | { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0}, | |
865 | { "_wxMDIParentFrame","_class_wxMDIParentFrame",0}, | |
866 | { "_wxFocusEvent","_class_wxFocusEvent",0}, | |
867 | { "_wxMaximizeEvent","_class_wxMaximizeEvent",0}, | |
868 | { "_class_wxTimerEvent","_wxTimerEvent",0}, | |
869 | { "_class_wxSpinButton","_wxSpinButton",0}, | |
870 | { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0}, | |
871 | { "_class_wxPanel","_wxPanel",0}, | |
872 | { "_class_wxCheckBox","_wxCheckBox",0}, | |
873 | { "_wxComboBox","_class_wxComboBox",0}, | |
874 | { "_wxRadioButton","_class_wxRadioButton",0}, | |
875 | { "_signed_int","_wxCoord",0}, | |
876 | { "_signed_int","_wxPrintQuality",0}, | |
877 | { "_signed_int","_EBool",0}, | |
878 | { "_signed_int","_wxWindowID",0}, | |
879 | { "_signed_int","_int",0}, | |
880 | { "_class_wxTextCtrl","_wxTextCtrl",0}, | |
881 | { "_wxLayoutConstraints","_class_wxLayoutConstraints",0}, | |
882 | { "_class_wxTextDataObject","_wxTextDataObject",0}, | |
883 | { "_wxMenu","_class_wxMenu",0}, | |
884 | { "_class_wxMoveEvent","_wxMoveEvent",0}, | |
885 | { "_wxListBox","_class_wxListBox",0}, | |
886 | { "_wxScreenDC","_class_wxScreenDC",0}, | |
887 | { "_class_wxToolBarSimple","_wxToolBarSimple",0}, | |
888 | { "_class_wxMDIChildFrame","_wxMDIChildFrame",0}, | |
889 | { "_WXTYPE","_short",0}, | |
890 | { "_WXTYPE","_signed_short",0}, | |
891 | { "_WXTYPE","_unsigned_short",0}, | |
892 | { "_class_wxDropTarget","_wxDropTarget",0}, | |
893 | { "_class_wxMDIClientWindow","_wxMDIClientWindow",0}, | |
894 | { "_class_wxBrush","_wxBrush",0}, | |
895 | { "_unsigned_short","_WXTYPE",0}, | |
896 | { "_unsigned_short","_short",0}, | |
897 | { "_class_wxWindow","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow}, | |
898 | { "_class_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow}, | |
899 | { "_class_wxWindow","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow}, | |
900 | { "_class_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow}, | |
901 | { "_class_wxWindow","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow}, | |
902 | { "_class_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow}, | |
903 | { "_class_wxWindow","_wxWindow",0}, | |
904 | { "_class_wxStaticText","_wxStaticText",0}, | |
905 | { "_class_wxFont","_wxFont",0}, | |
906 | { "_wxClipboard","_class_wxClipboard",0}, | |
907 | { "_class_wxPyValidator","_wxPyValidator",0}, | |
908 | { "_class_wxCloseEvent","_wxCloseEvent",0}, | |
909 | { "_wxBusyInfo","_class_wxBusyInfo",0}, | |
910 | { "_wxFontList","_class_wxFontList",0}, | |
911 | { "_class_wxMenuEvent","_wxMenuEvent",0}, | |
912 | { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0}, | |
913 | { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0}, | |
914 | { "_wxClientDC","_class_wxClientDC",0}, | |
915 | { "_wxMouseEvent","_class_wxMouseEvent",0}, | |
916 | { "_class_wxPoint","_wxPoint",0}, | |
917 | { "_wxRealPoint","_class_wxRealPoint",0}, | |
918 | { "_class_wxRadioBox","_wxRadioBox",0}, | |
919 | { "_signed_short","_WXTYPE",0}, | |
920 | { "_signed_short","_short",0}, | |
921 | { "_wxMemoryDC","_class_wxMemoryDC",0}, | |
922 | { "_wxPyTextDataObject","_class_wxPyTextDataObject",0}, | |
923 | { "_wxPaintDC","_class_wxPaintDC",0}, | |
924 | { "_class_wxWindowDC","_wxWindowDC",0}, | |
925 | { "_class_wxFocusEvent","_wxFocusEvent",0}, | |
926 | { "_class_wxMaximizeEvent","_wxMaximizeEvent",0}, | |
927 | { "_wxStatusBar","_class_wxStatusBar",0}, | |
928 | { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0}, | |
929 | { "_class_wxCursor","_wxCursor",0}, | |
930 | { "_wxPostScriptDC","_class_wxPostScriptDC",0}, | |
931 | { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0}, | |
932 | { "_wxScrolledWindow","_class_wxScrolledWindow",0}, | |
933 | { "_unsigned_char","_byte",0}, | |
934 | { "_class_wxMenu","_wxMenu",0}, | |
935 | { "_wxControl","_class_wxControl",0}, | |
936 | { "_class_wxListBox","_wxListBox",0}, | |
937 | { "_unsigned_int","_wxCoord",0}, | |
938 | { "_unsigned_int","_wxPrintQuality",0}, | |
939 | { "_unsigned_int","_time_t",0}, | |
940 | { "_unsigned_int","_size_t",0}, | |
941 | { "_unsigned_int","_uint",0}, | |
942 | { "_unsigned_int","_wxWindowID",0}, | |
943 | { "_unsigned_int","_int",0}, | |
944 | { "_wxIcon","_class_wxIcon",0}, | |
945 | { "_wxDialog","_class_wxDialog",0}, | |
946 | { "_class_wxPen","_wxPen",0}, | |
947 | { "_short","_WXTYPE",0}, | |
948 | { "_short","_unsigned_short",0}, | |
949 | { "_short","_signed_short",0}, | |
950 | { "_class_wxStaticBox","_wxStaticBox",0}, | |
951 | { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0}, | |
952 | { "_class_wxPyDropSource","_wxPyDropSource",0}, | |
953 | { "_class_wxScrollEvent","_wxScrollEvent",0}, | |
954 | { "_wxJoystickEvent","_class_wxJoystickEvent",0}, | |
955 | { "_class_wxChoice","_wxChoice",0}, | |
956 | { "_class_wxSlider","_wxSlider",0}, | |
957 | { "_class_wxImageList","_wxImageList",0}, | |
958 | { "_class_wxBitmapButton","_wxBitmapButton",0}, | |
959 | { "_wxFrame","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame}, | |
960 | { "_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame}, | |
961 | { "_wxFrame","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame}, | |
962 | { "_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame}, | |
963 | { "_wxFrame","_class_wxFrame",0}, | |
964 | { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0}, | |
965 | { "_wxWindowID","_wxCoord",0}, | |
966 | { "_wxWindowID","_wxPrintQuality",0}, | |
967 | { "_wxWindowID","_time_t",0}, | |
968 | { "_wxWindowID","_size_t",0}, | |
969 | { "_wxWindowID","_EBool",0}, | |
970 | { "_wxWindowID","_uint",0}, | |
971 | { "_wxWindowID","_int",0}, | |
972 | { "_wxWindowID","_signed_int",0}, | |
973 | { "_wxWindowID","_unsigned_int",0}, | |
974 | { "_class_wxScrollWinEvent","_wxScrollWinEvent",0}, | |
975 | { "_int","_wxCoord",0}, | |
976 | { "_int","_wxPrintQuality",0}, | |
977 | { "_int","_time_t",0}, | |
978 | { "_int","_size_t",0}, | |
979 | { "_int","_EBool",0}, | |
980 | { "_int","_uint",0}, | |
981 | { "_int","_wxWindowID",0}, | |
982 | { "_int","_unsigned_int",0}, | |
983 | { "_int","_signed_int",0}, | |
984 | { "_class_wxMouseEvent","_wxMouseEvent",0}, | |
985 | { "_wxPyCommandEvent","_class_wxPyCommandEvent",0}, | |
986 | { "_class_wxSpinEvent","_wxSpinEvent",0}, | |
987 | { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0}, | |
988 | { "_time_t","_wxCoord",0}, | |
989 | { "_time_t","_wxPrintQuality",0}, | |
990 | { "_time_t","_unsigned_int",0}, | |
991 | { "_time_t","_int",0}, | |
992 | { "_time_t","_wxWindowID",0}, | |
993 | { "_time_t","_uint",0}, | |
994 | { "_time_t","_size_t",0}, | |
995 | { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0}, | |
996 | { "_wxButton","_class_wxButton",0}, | |
997 | { "_wxSize","_class_wxSize",0}, | |
998 | { "_wxRegionIterator","_class_wxRegionIterator",0}, | |
999 | { "_class_wxPyTextDataObject","_wxPyTextDataObject",0}, | |
1000 | { "_class_wxMDIParentFrame","_wxMDIParentFrame",0}, | |
1001 | { "_class_wxPaintDC","_wxPaintDC",0}, | |
1002 | { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0}, | |
1003 | { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0}, | |
1004 | { "_class_wxInitDialogEvent","_wxInitDialogEvent",0}, | |
1005 | { "_class_wxComboBox","_wxComboBox",0}, | |
1006 | { "_class_wxRadioButton","_wxRadioButton",0}, | |
1007 | { "_wxValidator","_class_wxValidator",0}, | |
1008 | { "_wxToolBarBase","_class_wxToolBarBase",0}, | |
1009 | { "_class_wxLayoutConstraints","_wxLayoutConstraints",0}, | |
1010 | { "_wxIconizeEvent","_class_wxIconizeEvent",0}, | |
1011 | { "_class_wxControl","_wxControl",0}, | |
1012 | { "_wxStaticBitmap","_class_wxStaticBitmap",0}, | |
1013 | { "_class_wxIcon","_wxIcon",0}, | |
1014 | { "_class_wxColour","_wxColour",0}, | |
1015 | { "_class_wxScreenDC","_wxScreenDC",0}, | |
1016 | { "_wxPalette","_class_wxPalette",0}, | |
1017 | { "_class_wxIdleEvent","_wxIdleEvent",0}, | |
1018 | { "_wxCoord","_int",0}, | |
1019 | { "_wxCoord","_signed_int",0}, | |
1020 | { "_wxCoord","_unsigned_int",0}, | |
1021 | { "_wxCoord","_wxWindowID",0}, | |
1022 | { "_wxCoord","_uint",0}, | |
1023 | { "_wxCoord","_EBool",0}, | |
1024 | { "_wxCoord","_size_t",0}, | |
1025 | { "_wxCoord","_time_t",0}, | |
1026 | { "_wxCoord","_wxPrintQuality",0}, | |
1027 | { "_wxEraseEvent","_class_wxEraseEvent",0}, | |
1028 | { "_wxDataObjectComposite","_class_wxDataObjectComposite",0}, | |
1029 | { "_class_wxJoystickEvent","_wxJoystickEvent",0}, | |
1030 | { "_class_wxMiniFrame","_wxMiniFrame",0}, | |
1031 | { "_wxRegion","_class_wxRegion",0}, | |
1032 | { "_class_wxShowEvent","_wxShowEvent",0}, | |
1033 | { "_wxPyDropTarget","_class_wxPyDropTarget",0}, | |
1034 | { "_wxActivateEvent","_class_wxActivateEvent",0}, | |
1035 | { "_wxGauge","_class_wxGauge",0}, | |
1036 | { "_class_wxCheckListBox","_wxCheckListBox",0}, | |
1037 | { "_class_wxBusyInfo","_wxBusyInfo",0}, | |
1038 | { "_class_wxFontList","_wxFontList",0}, | |
1039 | { "_class_wxCommandEvent","_wxCommandEvent",0}, | |
1040 | { "_class_wxClientDC","_wxClientDC",0}, | |
1041 | { "_class_wxSizeEvent","_wxSizeEvent",0}, | |
1042 | { "_wxBrushList","_class_wxBrushList",0}, | |
1043 | { "_wxCustomDataObject","_class_wxCustomDataObject",0}, | |
1044 | { "_class_wxSize","_wxSize",0}, | |
1045 | { "_class_wxBitmap","_wxBitmap",0}, | |
1046 | { "_class_wxMemoryDC","_wxMemoryDC",0}, | |
1047 | { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0}, | |
1048 | { "_wxMenuBar","_class_wxMenuBar",0}, | |
1049 | { "_wxEvtHandler","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler}, | |
1050 | { "_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler}, | |
1051 | { "_wxEvtHandler","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler}, | |
1052 | { "_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler}, | |
1053 | { "_wxEvtHandler","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler}, | |
1054 | { "_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler}, | |
1055 | { "_wxEvtHandler","_class_wxEvtHandler",0}, | |
1056 | { "_wxMenuItem","_class_wxMenuItem",0}, | |
1057 | { "_class_wxScrollBar","_wxScrollBar",0}, | |
1058 | { "_class_wxScrolledWindow","_wxScrolledWindow",0}, | |
1059 | { "_wxKeyEvent","_class_wxKeyEvent",0}, | |
1060 | { "_wxMoveEvent","_class_wxMoveEvent",0}, | |
1061 | { "_class_wxPalette","_wxPalette",0}, | |
1062 | { "_wxFileDataObject","_class_wxFileDataObject",0}, | |
1063 | { "_class_wxEraseEvent","_wxEraseEvent",0}, | |
1064 | { "_wxMDIClientWindow","_class_wxMDIClientWindow",0}, | |
1065 | { "_class_wxDataObjectComposite","_wxDataObjectComposite",0}, | |
1066 | { "_class_wxToolBarToolBase","_wxToolBarToolBase",0}, | |
1067 | { "_wxWindow","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow}, | |
1068 | { "_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow}, | |
1069 | { "_wxWindow","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow}, | |
1070 | { "_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow}, | |
1071 | { "_wxWindow","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow}, | |
1072 | { "_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow}, | |
1073 | { "_wxWindow","_class_wxWindow",0}, | |
1074 | { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0}, | |
1075 | { "_class_wxFrame","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame}, | |
1076 | { "_class_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame}, | |
1077 | { "_class_wxFrame","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame}, | |
1078 | { "_class_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame}, | |
1079 | { "_class_wxFrame","_wxFrame",0}, | |
1080 | {0,0,0}}; | |
1081 | ||
1082 | static PyObject *SWIG_globals; | |
1083 | #ifdef __cplusplus | |
1084 | extern "C" | |
1085 | #endif | |
1086 | SWIGEXPORT(void) initmdic() { | |
1087 | PyObject *m, *d; | |
1088 | SWIG_globals = SWIG_newvarlink(); | |
1089 | m = Py_InitModule("mdic", mdicMethods); | |
1090 | d = PyModule_GetDict(m); | |
1091 | { | |
1092 | int i; | |
1093 | for (i = 0; _swig_mapping[i].n1; i++) | |
1094 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
1095 | } | |
1096 | } |