]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * FILE : src/msw/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 | ||
61 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
62 | PyObject* o2; | |
63 | PyObject* o3; | |
64 | ||
65 | if (!target) { | |
66 | target = o; | |
67 | } else if (target == Py_None) { | |
68 | Py_DECREF(Py_None); | |
69 | target = o; | |
70 | } else { | |
71 | if (!PyTuple_Check(target)) { | |
72 | o2 = target; | |
73 | target = PyTuple_New(1); | |
74 | PyTuple_SetItem(target, 0, o2); | |
75 | } | |
76 | o3 = PyTuple_New(1); | |
77 | PyTuple_SetItem(o3, 0, o); | |
78 | ||
79 | o2 = target; | |
80 | target = PySequence_Concat(o2, o3); | |
81 | Py_DECREF(o2); | |
82 | Py_DECREF(o3); | |
83 | } | |
84 | return target; | |
85 | } | |
86 | ||
87 | // Put some wx default wxChar* values into wxStrings. | |
88 | DECLARE_DEF_STRING(FrameNameStr); | |
89 | #ifdef __cplusplus | |
90 | extern "C" { | |
91 | #endif | |
92 | static void *SwigwxMDIParentFrameTowxFrame(void *ptr) { | |
93 | wxMDIParentFrame *src; | |
94 | wxFrame *dest; | |
95 | src = (wxMDIParentFrame *) ptr; | |
96 | dest = (wxFrame *) src; | |
97 | return (void *) dest; | |
98 | } | |
99 | ||
100 | static void *SwigwxMDIParentFrameTowxTopLevelWindow(void *ptr) { | |
101 | wxMDIParentFrame *src; | |
102 | wxTopLevelWindow *dest; | |
103 | src = (wxMDIParentFrame *) ptr; | |
104 | dest = (wxTopLevelWindow *) src; | |
105 | return (void *) dest; | |
106 | } | |
107 | ||
108 | static void *SwigwxMDIParentFrameTowxWindow(void *ptr) { | |
109 | wxMDIParentFrame *src; | |
110 | wxWindow *dest; | |
111 | src = (wxMDIParentFrame *) ptr; | |
112 | dest = (wxWindow *) src; | |
113 | return (void *) dest; | |
114 | } | |
115 | ||
116 | static void *SwigwxMDIParentFrameTowxEvtHandler(void *ptr) { | |
117 | wxMDIParentFrame *src; | |
118 | wxEvtHandler *dest; | |
119 | src = (wxMDIParentFrame *) ptr; | |
120 | dest = (wxEvtHandler *) src; | |
121 | return (void *) dest; | |
122 | } | |
123 | ||
124 | static void *SwigwxMDIParentFrameTowxObject(void *ptr) { | |
125 | wxMDIParentFrame *src; | |
126 | wxObject *dest; | |
127 | src = (wxMDIParentFrame *) ptr; | |
128 | dest = (wxObject *) src; | |
129 | return (void *) dest; | |
130 | } | |
131 | ||
132 | #define new_wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
133 | static PyObject *_wrap_new_wxMDIParentFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
134 | PyObject * _resultobj; | |
135 | wxMDIParentFrame * _result; | |
136 | wxWindow * _arg0; | |
137 | wxWindowID _arg1; | |
138 | wxString * _arg2; | |
139 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
140 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
141 | long _arg5 = (long ) wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL; | |
142 | wxString * _arg6 = (wxString *) &wxPyFrameNameStr; | |
143 | PyObject * _argo0 = 0; | |
144 | PyObject * _obj2 = 0; | |
145 | wxPoint temp; | |
146 | PyObject * _obj3 = 0; | |
147 | wxSize temp0; | |
148 | PyObject * _obj4 = 0; | |
149 | PyObject * _obj6 = 0; | |
150 | char *_kwnames[] = { "parent","id","title","pos","size","style","name", NULL }; | |
151 | char _ptemp[128]; | |
152 | ||
153 | self = self; | |
154 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxMDIParentFrame",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6)) | |
155 | return NULL; | |
156 | if (_argo0) { | |
157 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
158 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
159 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIParentFrame. Expected _wxWindow_p."); | |
160 | return NULL; | |
161 | } | |
162 | } | |
163 | { | |
164 | _arg2 = wxString_in_helper(_obj2); | |
165 | if (_arg2 == NULL) | |
166 | return NULL; | |
167 | } | |
168 | if (_obj3) | |
169 | { | |
170 | _arg3 = &temp; | |
171 | if (! wxPoint_helper(_obj3, &_arg3)) | |
172 | return NULL; | |
173 | } | |
174 | if (_obj4) | |
175 | { | |
176 | _arg4 = &temp0; | |
177 | if (! wxSize_helper(_obj4, &_arg4)) | |
178 | return NULL; | |
179 | } | |
180 | if (_obj6) | |
181 | { | |
182 | _arg6 = wxString_in_helper(_obj6); | |
183 | if (_arg6 == NULL) | |
184 | return NULL; | |
185 | } | |
186 | { | |
187 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
188 | _result = (wxMDIParentFrame *)new_wxMDIParentFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6); | |
189 | ||
190 | wxPyEndAllowThreads(__tstate); | |
191 | if (PyErr_Occurred()) return NULL; | |
192 | } if (_result) { | |
193 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIParentFrame_p"); | |
194 | _resultobj = Py_BuildValue("s",_ptemp); | |
195 | } else { | |
196 | Py_INCREF(Py_None); | |
197 | _resultobj = Py_None; | |
198 | } | |
199 | { | |
200 | if (_obj2) | |
201 | delete _arg2; | |
202 | } | |
203 | { | |
204 | if (_obj6) | |
205 | delete _arg6; | |
206 | } | |
207 | return _resultobj; | |
208 | } | |
209 | ||
210 | #define new_wxPreMDIParentFrame() (new wxMDIParentFrame()) | |
211 | static PyObject *_wrap_new_wxPreMDIParentFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
212 | PyObject * _resultobj; | |
213 | wxMDIParentFrame * _result; | |
214 | char *_kwnames[] = { NULL }; | |
215 | char _ptemp[128]; | |
216 | ||
217 | self = self; | |
218 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreMDIParentFrame",_kwnames)) | |
219 | return NULL; | |
220 | { | |
221 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
222 | _result = (wxMDIParentFrame *)new_wxPreMDIParentFrame(); | |
223 | ||
224 | wxPyEndAllowThreads(__tstate); | |
225 | if (PyErr_Occurred()) return NULL; | |
226 | } if (_result) { | |
227 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIParentFrame_p"); | |
228 | _resultobj = Py_BuildValue("s",_ptemp); | |
229 | } else { | |
230 | Py_INCREF(Py_None); | |
231 | _resultobj = Py_None; | |
232 | } | |
233 | return _resultobj; | |
234 | } | |
235 | ||
236 | #define wxMDIParentFrame_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
237 | static PyObject *_wrap_wxMDIParentFrame_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
238 | PyObject * _resultobj; | |
239 | bool _result; | |
240 | wxMDIParentFrame * _arg0; | |
241 | wxWindow * _arg1; | |
242 | wxWindowID _arg2; | |
243 | wxString * _arg3; | |
244 | wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition; | |
245 | wxSize * _arg5 = (wxSize *) &wxDefaultSize; | |
246 | long _arg6 = (long ) wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL; | |
247 | wxString * _arg7 = (wxString *) &wxPyFrameNameStr; | |
248 | PyObject * _argo0 = 0; | |
249 | PyObject * _argo1 = 0; | |
250 | PyObject * _obj3 = 0; | |
251 | wxPoint temp; | |
252 | PyObject * _obj4 = 0; | |
253 | wxSize temp0; | |
254 | PyObject * _obj5 = 0; | |
255 | PyObject * _obj7 = 0; | |
256 | char *_kwnames[] = { "self","parent","id","title","pos","size","style","name", NULL }; | |
257 | ||
258 | self = self; | |
259 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxMDIParentFrame_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7)) | |
260 | return NULL; | |
261 | if (_argo0) { | |
262 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
263 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
264 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Create. Expected _wxMDIParentFrame_p."); | |
265 | return NULL; | |
266 | } | |
267 | } | |
268 | if (_argo1) { | |
269 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
270 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
271 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMDIParentFrame_Create. Expected _wxWindow_p."); | |
272 | return NULL; | |
273 | } | |
274 | } | |
275 | { | |
276 | _arg3 = wxString_in_helper(_obj3); | |
277 | if (_arg3 == NULL) | |
278 | return NULL; | |
279 | } | |
280 | if (_obj4) | |
281 | { | |
282 | _arg4 = &temp; | |
283 | if (! wxPoint_helper(_obj4, &_arg4)) | |
284 | return NULL; | |
285 | } | |
286 | if (_obj5) | |
287 | { | |
288 | _arg5 = &temp0; | |
289 | if (! wxSize_helper(_obj5, &_arg5)) | |
290 | return NULL; | |
291 | } | |
292 | if (_obj7) | |
293 | { | |
294 | _arg7 = wxString_in_helper(_obj7); | |
295 | if (_arg7 == NULL) | |
296 | return NULL; | |
297 | } | |
298 | { | |
299 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
300 | _result = (bool )wxMDIParentFrame_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7); | |
301 | ||
302 | wxPyEndAllowThreads(__tstate); | |
303 | if (PyErr_Occurred()) return NULL; | |
304 | } _resultobj = Py_BuildValue("i",_result); | |
305 | { | |
306 | if (_obj3) | |
307 | delete _arg3; | |
308 | } | |
309 | { | |
310 | if (_obj7) | |
311 | delete _arg7; | |
312 | } | |
313 | return _resultobj; | |
314 | } | |
315 | ||
316 | #define wxMDIParentFrame_ActivateNext(_swigobj) (_swigobj->ActivateNext()) | |
317 | static PyObject *_wrap_wxMDIParentFrame_ActivateNext(PyObject *self, PyObject *args, PyObject *kwargs) { | |
318 | PyObject * _resultobj; | |
319 | wxMDIParentFrame * _arg0; | |
320 | PyObject * _argo0 = 0; | |
321 | char *_kwnames[] = { "self", NULL }; | |
322 | ||
323 | self = self; | |
324 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_ActivateNext",_kwnames,&_argo0)) | |
325 | return NULL; | |
326 | if (_argo0) { | |
327 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
328 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
329 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ActivateNext. Expected _wxMDIParentFrame_p."); | |
330 | return NULL; | |
331 | } | |
332 | } | |
333 | { | |
334 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
335 | wxMDIParentFrame_ActivateNext(_arg0); | |
336 | ||
337 | wxPyEndAllowThreads(__tstate); | |
338 | if (PyErr_Occurred()) return NULL; | |
339 | } Py_INCREF(Py_None); | |
340 | _resultobj = Py_None; | |
341 | return _resultobj; | |
342 | } | |
343 | ||
344 | #define wxMDIParentFrame_ActivatePrevious(_swigobj) (_swigobj->ActivatePrevious()) | |
345 | static PyObject *_wrap_wxMDIParentFrame_ActivatePrevious(PyObject *self, PyObject *args, PyObject *kwargs) { | |
346 | PyObject * _resultobj; | |
347 | wxMDIParentFrame * _arg0; | |
348 | PyObject * _argo0 = 0; | |
349 | char *_kwnames[] = { "self", NULL }; | |
350 | ||
351 | self = self; | |
352 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_ActivatePrevious",_kwnames,&_argo0)) | |
353 | return NULL; | |
354 | if (_argo0) { | |
355 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
356 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
357 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ActivatePrevious. Expected _wxMDIParentFrame_p."); | |
358 | return NULL; | |
359 | } | |
360 | } | |
361 | { | |
362 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
363 | wxMDIParentFrame_ActivatePrevious(_arg0); | |
364 | ||
365 | wxPyEndAllowThreads(__tstate); | |
366 | if (PyErr_Occurred()) return NULL; | |
367 | } Py_INCREF(Py_None); | |
368 | _resultobj = Py_None; | |
369 | return _resultobj; | |
370 | } | |
371 | ||
372 | #define wxMDIParentFrame_ArrangeIcons(_swigobj) (_swigobj->ArrangeIcons()) | |
373 | static PyObject *_wrap_wxMDIParentFrame_ArrangeIcons(PyObject *self, PyObject *args, PyObject *kwargs) { | |
374 | PyObject * _resultobj; | |
375 | wxMDIParentFrame * _arg0; | |
376 | PyObject * _argo0 = 0; | |
377 | char *_kwnames[] = { "self", NULL }; | |
378 | ||
379 | self = self; | |
380 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_ArrangeIcons",_kwnames,&_argo0)) | |
381 | return NULL; | |
382 | if (_argo0) { | |
383 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
384 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
385 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_ArrangeIcons. Expected _wxMDIParentFrame_p."); | |
386 | return NULL; | |
387 | } | |
388 | } | |
389 | { | |
390 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
391 | wxMDIParentFrame_ArrangeIcons(_arg0); | |
392 | ||
393 | wxPyEndAllowThreads(__tstate); | |
394 | if (PyErr_Occurred()) return NULL; | |
395 | } Py_INCREF(Py_None); | |
396 | _resultobj = Py_None; | |
397 | return _resultobj; | |
398 | } | |
399 | ||
400 | #define wxMDIParentFrame_Cascade(_swigobj) (_swigobj->Cascade()) | |
401 | static PyObject *_wrap_wxMDIParentFrame_Cascade(PyObject *self, PyObject *args, PyObject *kwargs) { | |
402 | PyObject * _resultobj; | |
403 | wxMDIParentFrame * _arg0; | |
404 | PyObject * _argo0 = 0; | |
405 | char *_kwnames[] = { "self", NULL }; | |
406 | ||
407 | self = self; | |
408 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_Cascade",_kwnames,&_argo0)) | |
409 | return NULL; | |
410 | if (_argo0) { | |
411 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
412 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
413 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Cascade. Expected _wxMDIParentFrame_p."); | |
414 | return NULL; | |
415 | } | |
416 | } | |
417 | { | |
418 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
419 | wxMDIParentFrame_Cascade(_arg0); | |
420 | ||
421 | wxPyEndAllowThreads(__tstate); | |
422 | if (PyErr_Occurred()) return NULL; | |
423 | } Py_INCREF(Py_None); | |
424 | _resultobj = Py_None; | |
425 | return _resultobj; | |
426 | } | |
427 | ||
428 | #define wxMDIParentFrame_GetActiveChild(_swigobj) (_swigobj->GetActiveChild()) | |
429 | static PyObject *_wrap_wxMDIParentFrame_GetActiveChild(PyObject *self, PyObject *args, PyObject *kwargs) { | |
430 | PyObject * _resultobj; | |
431 | wxMDIChildFrame * _result; | |
432 | wxMDIParentFrame * _arg0; | |
433 | PyObject * _argo0 = 0; | |
434 | char *_kwnames[] = { "self", NULL }; | |
435 | ||
436 | self = self; | |
437 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_GetActiveChild",_kwnames,&_argo0)) | |
438 | return NULL; | |
439 | if (_argo0) { | |
440 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
441 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
442 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetActiveChild. Expected _wxMDIParentFrame_p."); | |
443 | return NULL; | |
444 | } | |
445 | } | |
446 | { | |
447 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
448 | _result = (wxMDIChildFrame *)wxMDIParentFrame_GetActiveChild(_arg0); | |
449 | ||
450 | wxPyEndAllowThreads(__tstate); | |
451 | if (PyErr_Occurred()) return NULL; | |
452 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
453 | return _resultobj; | |
454 | } | |
455 | ||
456 | #define wxMDIParentFrame_GetClientWindow(_swigobj) (_swigobj->GetClientWindow()) | |
457 | static PyObject *_wrap_wxMDIParentFrame_GetClientWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
458 | PyObject * _resultobj; | |
459 | wxMDIClientWindow * _result; | |
460 | wxMDIParentFrame * _arg0; | |
461 | PyObject * _argo0 = 0; | |
462 | char *_kwnames[] = { "self", NULL }; | |
463 | ||
464 | self = self; | |
465 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_GetClientWindow",_kwnames,&_argo0)) | |
466 | return NULL; | |
467 | if (_argo0) { | |
468 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
469 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
470 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetClientWindow. Expected _wxMDIParentFrame_p."); | |
471 | return NULL; | |
472 | } | |
473 | } | |
474 | { | |
475 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
476 | _result = (wxMDIClientWindow *)wxMDIParentFrame_GetClientWindow(_arg0); | |
477 | ||
478 | wxPyEndAllowThreads(__tstate); | |
479 | if (PyErr_Occurred()) return NULL; | |
480 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
481 | return _resultobj; | |
482 | } | |
483 | ||
484 | #define wxMDIParentFrame_GetToolBar(_swigobj) (_swigobj->GetToolBar()) | |
485 | static PyObject *_wrap_wxMDIParentFrame_GetToolBar(PyObject *self, PyObject *args, PyObject *kwargs) { | |
486 | PyObject * _resultobj; | |
487 | wxWindow * _result; | |
488 | wxMDIParentFrame * _arg0; | |
489 | PyObject * _argo0 = 0; | |
490 | char *_kwnames[] = { "self", NULL }; | |
491 | ||
492 | self = self; | |
493 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_GetToolBar",_kwnames,&_argo0)) | |
494 | return NULL; | |
495 | if (_argo0) { | |
496 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
497 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
498 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetToolBar. Expected _wxMDIParentFrame_p."); | |
499 | return NULL; | |
500 | } | |
501 | } | |
502 | { | |
503 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
504 | _result = (wxWindow *)wxMDIParentFrame_GetToolBar(_arg0); | |
505 | ||
506 | wxPyEndAllowThreads(__tstate); | |
507 | if (PyErr_Occurred()) return NULL; | |
508 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
509 | return _resultobj; | |
510 | } | |
511 | ||
512 | #define wxMDIParentFrame_GetWindowMenu(_swigobj) (_swigobj->GetWindowMenu()) | |
513 | static PyObject *_wrap_wxMDIParentFrame_GetWindowMenu(PyObject *self, PyObject *args, PyObject *kwargs) { | |
514 | PyObject * _resultobj; | |
515 | wxMenu * _result; | |
516 | wxMDIParentFrame * _arg0; | |
517 | PyObject * _argo0 = 0; | |
518 | char *_kwnames[] = { "self", NULL }; | |
519 | ||
520 | self = self; | |
521 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_GetWindowMenu",_kwnames,&_argo0)) | |
522 | return NULL; | |
523 | if (_argo0) { | |
524 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
525 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
526 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_GetWindowMenu. Expected _wxMDIParentFrame_p."); | |
527 | return NULL; | |
528 | } | |
529 | } | |
530 | { | |
531 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
532 | _result = (wxMenu *)wxMDIParentFrame_GetWindowMenu(_arg0); | |
533 | ||
534 | wxPyEndAllowThreads(__tstate); | |
535 | if (PyErr_Occurred()) return NULL; | |
536 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
537 | return _resultobj; | |
538 | } | |
539 | ||
540 | #define wxMDIParentFrame_SetWindowMenu(_swigobj,_swigarg0) (_swigobj->SetWindowMenu(_swigarg0)) | |
541 | static PyObject *_wrap_wxMDIParentFrame_SetWindowMenu(PyObject *self, PyObject *args, PyObject *kwargs) { | |
542 | PyObject * _resultobj; | |
543 | wxMDIParentFrame * _arg0; | |
544 | wxMenu * _arg1; | |
545 | PyObject * _argo0 = 0; | |
546 | PyObject * _argo1 = 0; | |
547 | char *_kwnames[] = { "self","menu", NULL }; | |
548 | ||
549 | self = self; | |
550 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMDIParentFrame_SetWindowMenu",_kwnames,&_argo0,&_argo1)) | |
551 | return NULL; | |
552 | if (_argo0) { | |
553 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
554 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
555 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_SetWindowMenu. Expected _wxMDIParentFrame_p."); | |
556 | return NULL; | |
557 | } | |
558 | } | |
559 | if (_argo1) { | |
560 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
561 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMenu_p")) { | |
562 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMDIParentFrame_SetWindowMenu. Expected _wxMenu_p."); | |
563 | return NULL; | |
564 | } | |
565 | } | |
566 | { | |
567 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
568 | wxMDIParentFrame_SetWindowMenu(_arg0,_arg1); | |
569 | ||
570 | wxPyEndAllowThreads(__tstate); | |
571 | if (PyErr_Occurred()) return NULL; | |
572 | } Py_INCREF(Py_None); | |
573 | _resultobj = Py_None; | |
574 | return _resultobj; | |
575 | } | |
576 | ||
577 | #define wxMDIParentFrame_SetToolBar(_swigobj,_swigarg0) (_swigobj->SetToolBar(_swigarg0)) | |
578 | static PyObject *_wrap_wxMDIParentFrame_SetToolBar(PyObject *self, PyObject *args, PyObject *kwargs) { | |
579 | PyObject * _resultobj; | |
580 | wxMDIParentFrame * _arg0; | |
581 | wxToolBar * _arg1; | |
582 | PyObject * _argo0 = 0; | |
583 | PyObject * _argo1 = 0; | |
584 | char *_kwnames[] = { "self","toolbar", NULL }; | |
585 | ||
586 | self = self; | |
587 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMDIParentFrame_SetToolBar",_kwnames,&_argo0,&_argo1)) | |
588 | return NULL; | |
589 | if (_argo0) { | |
590 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
591 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
592 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_SetToolBar. Expected _wxMDIParentFrame_p."); | |
593 | return NULL; | |
594 | } | |
595 | } | |
596 | if (_argo1) { | |
597 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
598 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxToolBar_p")) { | |
599 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMDIParentFrame_SetToolBar. Expected _wxToolBar_p."); | |
600 | return NULL; | |
601 | } | |
602 | } | |
603 | { | |
604 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
605 | wxMDIParentFrame_SetToolBar(_arg0,_arg1); | |
606 | ||
607 | wxPyEndAllowThreads(__tstate); | |
608 | if (PyErr_Occurred()) return NULL; | |
609 | } Py_INCREF(Py_None); | |
610 | _resultobj = Py_None; | |
611 | return _resultobj; | |
612 | } | |
613 | ||
614 | #define wxMDIParentFrame_Tile(_swigobj) (_swigobj->Tile()) | |
615 | static PyObject *_wrap_wxMDIParentFrame_Tile(PyObject *self, PyObject *args, PyObject *kwargs) { | |
616 | PyObject * _resultobj; | |
617 | wxMDIParentFrame * _arg0; | |
618 | PyObject * _argo0 = 0; | |
619 | char *_kwnames[] = { "self", NULL }; | |
620 | ||
621 | self = self; | |
622 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_Tile",_kwnames,&_argo0)) | |
623 | return NULL; | |
624 | if (_argo0) { | |
625 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
626 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
627 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Tile. Expected _wxMDIParentFrame_p."); | |
628 | return NULL; | |
629 | } | |
630 | } | |
631 | { | |
632 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
633 | wxMDIParentFrame_Tile(_arg0); | |
634 | ||
635 | wxPyEndAllowThreads(__tstate); | |
636 | if (PyErr_Occurred()) return NULL; | |
637 | } Py_INCREF(Py_None); | |
638 | _resultobj = Py_None; | |
639 | return _resultobj; | |
640 | } | |
641 | ||
642 | static void *SwigwxMDIChildFrameTowxFrame(void *ptr) { | |
643 | wxMDIChildFrame *src; | |
644 | wxFrame *dest; | |
645 | src = (wxMDIChildFrame *) ptr; | |
646 | dest = (wxFrame *) src; | |
647 | return (void *) dest; | |
648 | } | |
649 | ||
650 | static void *SwigwxMDIChildFrameTowxTopLevelWindow(void *ptr) { | |
651 | wxMDIChildFrame *src; | |
652 | wxTopLevelWindow *dest; | |
653 | src = (wxMDIChildFrame *) ptr; | |
654 | dest = (wxTopLevelWindow *) src; | |
655 | return (void *) dest; | |
656 | } | |
657 | ||
658 | static void *SwigwxMDIChildFrameTowxWindow(void *ptr) { | |
659 | wxMDIChildFrame *src; | |
660 | wxWindow *dest; | |
661 | src = (wxMDIChildFrame *) ptr; | |
662 | dest = (wxWindow *) src; | |
663 | return (void *) dest; | |
664 | } | |
665 | ||
666 | static void *SwigwxMDIChildFrameTowxEvtHandler(void *ptr) { | |
667 | wxMDIChildFrame *src; | |
668 | wxEvtHandler *dest; | |
669 | src = (wxMDIChildFrame *) ptr; | |
670 | dest = (wxEvtHandler *) src; | |
671 | return (void *) dest; | |
672 | } | |
673 | ||
674 | static void *SwigwxMDIChildFrameTowxObject(void *ptr) { | |
675 | wxMDIChildFrame *src; | |
676 | wxObject *dest; | |
677 | src = (wxMDIChildFrame *) ptr; | |
678 | dest = (wxObject *) src; | |
679 | return (void *) dest; | |
680 | } | |
681 | ||
682 | #define new_wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
683 | static PyObject *_wrap_new_wxMDIChildFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
684 | PyObject * _resultobj; | |
685 | wxMDIChildFrame * _result; | |
686 | wxMDIParentFrame * _arg0; | |
687 | wxWindowID _arg1; | |
688 | wxString * _arg2; | |
689 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
690 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
691 | long _arg5 = (long ) wxDEFAULT_FRAME_STYLE; | |
692 | wxString * _arg6 = (wxString *) &wxPyFrameNameStr; | |
693 | PyObject * _argo0 = 0; | |
694 | PyObject * _obj2 = 0; | |
695 | wxPoint temp; | |
696 | PyObject * _obj3 = 0; | |
697 | wxSize temp0; | |
698 | PyObject * _obj4 = 0; | |
699 | PyObject * _obj6 = 0; | |
700 | char *_kwnames[] = { "parent","id","title","pos","size","style","name", NULL }; | |
701 | char _ptemp[128]; | |
702 | ||
703 | self = self; | |
704 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxMDIChildFrame",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6)) | |
705 | return NULL; | |
706 | if (_argo0) { | |
707 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
708 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
709 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIChildFrame. Expected _wxMDIParentFrame_p."); | |
710 | return NULL; | |
711 | } | |
712 | } | |
713 | { | |
714 | _arg2 = wxString_in_helper(_obj2); | |
715 | if (_arg2 == NULL) | |
716 | return NULL; | |
717 | } | |
718 | if (_obj3) | |
719 | { | |
720 | _arg3 = &temp; | |
721 | if (! wxPoint_helper(_obj3, &_arg3)) | |
722 | return NULL; | |
723 | } | |
724 | if (_obj4) | |
725 | { | |
726 | _arg4 = &temp0; | |
727 | if (! wxSize_helper(_obj4, &_arg4)) | |
728 | return NULL; | |
729 | } | |
730 | if (_obj6) | |
731 | { | |
732 | _arg6 = wxString_in_helper(_obj6); | |
733 | if (_arg6 == NULL) | |
734 | return NULL; | |
735 | } | |
736 | { | |
737 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
738 | _result = (wxMDIChildFrame *)new_wxMDIChildFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6); | |
739 | ||
740 | wxPyEndAllowThreads(__tstate); | |
741 | if (PyErr_Occurred()) return NULL; | |
742 | } if (_result) { | |
743 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
744 | _resultobj = Py_BuildValue("s",_ptemp); | |
745 | } else { | |
746 | Py_INCREF(Py_None); | |
747 | _resultobj = Py_None; | |
748 | } | |
749 | { | |
750 | if (_obj2) | |
751 | delete _arg2; | |
752 | } | |
753 | { | |
754 | if (_obj6) | |
755 | delete _arg6; | |
756 | } | |
757 | return _resultobj; | |
758 | } | |
759 | ||
760 | #define new_wxPreMDIChildFrame() (new wxMDIChildFrame()) | |
761 | static PyObject *_wrap_new_wxPreMDIChildFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
762 | PyObject * _resultobj; | |
763 | wxMDIChildFrame * _result; | |
764 | char *_kwnames[] = { NULL }; | |
765 | char _ptemp[128]; | |
766 | ||
767 | self = self; | |
768 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreMDIChildFrame",_kwnames)) | |
769 | return NULL; | |
770 | { | |
771 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
772 | _result = (wxMDIChildFrame *)new_wxPreMDIChildFrame(); | |
773 | ||
774 | wxPyEndAllowThreads(__tstate); | |
775 | if (PyErr_Occurred()) return NULL; | |
776 | } if (_result) { | |
777 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
778 | _resultobj = Py_BuildValue("s",_ptemp); | |
779 | } else { | |
780 | Py_INCREF(Py_None); | |
781 | _resultobj = Py_None; | |
782 | } | |
783 | return _resultobj; | |
784 | } | |
785 | ||
786 | #define wxMDIChildFrame_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
787 | static PyObject *_wrap_wxMDIChildFrame_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
788 | PyObject * _resultobj; | |
789 | bool _result; | |
790 | wxMDIChildFrame * _arg0; | |
791 | wxMDIParentFrame * _arg1; | |
792 | wxWindowID _arg2; | |
793 | wxString * _arg3; | |
794 | wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition; | |
795 | wxSize * _arg5 = (wxSize *) &wxDefaultSize; | |
796 | long _arg6 = (long ) wxDEFAULT_FRAME_STYLE; | |
797 | wxString * _arg7 = (wxString *) &wxPyFrameNameStr; | |
798 | PyObject * _argo0 = 0; | |
799 | PyObject * _argo1 = 0; | |
800 | PyObject * _obj3 = 0; | |
801 | wxPoint temp; | |
802 | PyObject * _obj4 = 0; | |
803 | wxSize temp0; | |
804 | PyObject * _obj5 = 0; | |
805 | PyObject * _obj7 = 0; | |
806 | char *_kwnames[] = { "self","parent","id","title","pos","size","style","name", NULL }; | |
807 | ||
808 | self = self; | |
809 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxMDIChildFrame_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7)) | |
810 | return NULL; | |
811 | if (_argo0) { | |
812 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
813 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
814 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Create. Expected _wxMDIChildFrame_p."); | |
815 | return NULL; | |
816 | } | |
817 | } | |
818 | if (_argo1) { | |
819 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
820 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMDIParentFrame_p")) { | |
821 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMDIChildFrame_Create. Expected _wxMDIParentFrame_p."); | |
822 | return NULL; | |
823 | } | |
824 | } | |
825 | { | |
826 | _arg3 = wxString_in_helper(_obj3); | |
827 | if (_arg3 == NULL) | |
828 | return NULL; | |
829 | } | |
830 | if (_obj4) | |
831 | { | |
832 | _arg4 = &temp; | |
833 | if (! wxPoint_helper(_obj4, &_arg4)) | |
834 | return NULL; | |
835 | } | |
836 | if (_obj5) | |
837 | { | |
838 | _arg5 = &temp0; | |
839 | if (! wxSize_helper(_obj5, &_arg5)) | |
840 | return NULL; | |
841 | } | |
842 | if (_obj7) | |
843 | { | |
844 | _arg7 = wxString_in_helper(_obj7); | |
845 | if (_arg7 == NULL) | |
846 | return NULL; | |
847 | } | |
848 | { | |
849 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
850 | _result = (bool )wxMDIChildFrame_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7); | |
851 | ||
852 | wxPyEndAllowThreads(__tstate); | |
853 | if (PyErr_Occurred()) return NULL; | |
854 | } _resultobj = Py_BuildValue("i",_result); | |
855 | { | |
856 | if (_obj3) | |
857 | delete _arg3; | |
858 | } | |
859 | { | |
860 | if (_obj7) | |
861 | delete _arg7; | |
862 | } | |
863 | return _resultobj; | |
864 | } | |
865 | ||
866 | #define wxMDIChildFrame_Activate(_swigobj) (_swigobj->Activate()) | |
867 | static PyObject *_wrap_wxMDIChildFrame_Activate(PyObject *self, PyObject *args, PyObject *kwargs) { | |
868 | PyObject * _resultobj; | |
869 | wxMDIChildFrame * _arg0; | |
870 | PyObject * _argo0 = 0; | |
871 | char *_kwnames[] = { "self", NULL }; | |
872 | ||
873 | self = self; | |
874 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIChildFrame_Activate",_kwnames,&_argo0)) | |
875 | return NULL; | |
876 | if (_argo0) { | |
877 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
878 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
879 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Activate. Expected _wxMDIChildFrame_p."); | |
880 | return NULL; | |
881 | } | |
882 | } | |
883 | { | |
884 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
885 | wxMDIChildFrame_Activate(_arg0); | |
886 | ||
887 | wxPyEndAllowThreads(__tstate); | |
888 | if (PyErr_Occurred()) return NULL; | |
889 | } Py_INCREF(Py_None); | |
890 | _resultobj = Py_None; | |
891 | return _resultobj; | |
892 | } | |
893 | ||
894 | #define wxMDIChildFrame_Maximize(_swigobj,_swigarg0) (_swigobj->Maximize(_swigarg0)) | |
895 | static PyObject *_wrap_wxMDIChildFrame_Maximize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
896 | PyObject * _resultobj; | |
897 | wxMDIChildFrame * _arg0; | |
898 | bool _arg1; | |
899 | PyObject * _argo0 = 0; | |
900 | int tempbool1; | |
901 | char *_kwnames[] = { "self","maximize", NULL }; | |
902 | ||
903 | self = self; | |
904 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMDIChildFrame_Maximize",_kwnames,&_argo0,&tempbool1)) | |
905 | return NULL; | |
906 | if (_argo0) { | |
907 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
908 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
909 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Maximize. Expected _wxMDIChildFrame_p."); | |
910 | return NULL; | |
911 | } | |
912 | } | |
913 | _arg1 = (bool ) tempbool1; | |
914 | { | |
915 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
916 | wxMDIChildFrame_Maximize(_arg0,_arg1); | |
917 | ||
918 | wxPyEndAllowThreads(__tstate); | |
919 | if (PyErr_Occurred()) return NULL; | |
920 | } Py_INCREF(Py_None); | |
921 | _resultobj = Py_None; | |
922 | return _resultobj; | |
923 | } | |
924 | ||
925 | #define wxMDIChildFrame_Restore(_swigobj) (_swigobj->Restore()) | |
926 | static PyObject *_wrap_wxMDIChildFrame_Restore(PyObject *self, PyObject *args, PyObject *kwargs) { | |
927 | PyObject * _resultobj; | |
928 | wxMDIChildFrame * _arg0; | |
929 | PyObject * _argo0 = 0; | |
930 | char *_kwnames[] = { "self", NULL }; | |
931 | ||
932 | self = self; | |
933 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIChildFrame_Restore",_kwnames,&_argo0)) | |
934 | return NULL; | |
935 | if (_argo0) { | |
936 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
937 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
938 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Restore. Expected _wxMDIChildFrame_p."); | |
939 | return NULL; | |
940 | } | |
941 | } | |
942 | { | |
943 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
944 | wxMDIChildFrame_Restore(_arg0); | |
945 | ||
946 | wxPyEndAllowThreads(__tstate); | |
947 | if (PyErr_Occurred()) return NULL; | |
948 | } Py_INCREF(Py_None); | |
949 | _resultobj = Py_None; | |
950 | return _resultobj; | |
951 | } | |
952 | ||
953 | static void *SwigwxMDIClientWindowTowxWindow(void *ptr) { | |
954 | wxMDIClientWindow *src; | |
955 | wxWindow *dest; | |
956 | src = (wxMDIClientWindow *) ptr; | |
957 | dest = (wxWindow *) src; | |
958 | return (void *) dest; | |
959 | } | |
960 | ||
961 | static void *SwigwxMDIClientWindowTowxEvtHandler(void *ptr) { | |
962 | wxMDIClientWindow *src; | |
963 | wxEvtHandler *dest; | |
964 | src = (wxMDIClientWindow *) ptr; | |
965 | dest = (wxEvtHandler *) src; | |
966 | return (void *) dest; | |
967 | } | |
968 | ||
969 | static void *SwigwxMDIClientWindowTowxObject(void *ptr) { | |
970 | wxMDIClientWindow *src; | |
971 | wxObject *dest; | |
972 | src = (wxMDIClientWindow *) ptr; | |
973 | dest = (wxObject *) src; | |
974 | return (void *) dest; | |
975 | } | |
976 | ||
977 | #define new_wxMDIClientWindow(_swigarg0,_swigarg1) (new wxMDIClientWindow(_swigarg0,_swigarg1)) | |
978 | static PyObject *_wrap_new_wxMDIClientWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
979 | PyObject * _resultobj; | |
980 | wxMDIClientWindow * _result; | |
981 | wxMDIParentFrame * _arg0; | |
982 | long _arg1 = (long ) 0; | |
983 | PyObject * _argo0 = 0; | |
984 | char *_kwnames[] = { "parent","style", NULL }; | |
985 | char _ptemp[128]; | |
986 | ||
987 | self = self; | |
988 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|l:new_wxMDIClientWindow",_kwnames,&_argo0,&_arg1)) | |
989 | return NULL; | |
990 | if (_argo0) { | |
991 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
992 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
993 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIClientWindow. Expected _wxMDIParentFrame_p."); | |
994 | return NULL; | |
995 | } | |
996 | } | |
997 | { | |
998 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
999 | _result = (wxMDIClientWindow *)new_wxMDIClientWindow(_arg0,_arg1); | |
1000 | ||
1001 | wxPyEndAllowThreads(__tstate); | |
1002 | if (PyErr_Occurred()) return NULL; | |
1003 | } if (_result) { | |
1004 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
1005 | _resultobj = Py_BuildValue("s",_ptemp); | |
1006 | } else { | |
1007 | Py_INCREF(Py_None); | |
1008 | _resultobj = Py_None; | |
1009 | } | |
1010 | return _resultobj; | |
1011 | } | |
1012 | ||
1013 | #define new_wxPreMDIClientWindow() (new wxMDIClientWindow()) | |
1014 | static PyObject *_wrap_new_wxPreMDIClientWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1015 | PyObject * _resultobj; | |
1016 | wxMDIClientWindow * _result; | |
1017 | char *_kwnames[] = { NULL }; | |
1018 | char _ptemp[128]; | |
1019 | ||
1020 | self = self; | |
1021 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreMDIClientWindow",_kwnames)) | |
1022 | return NULL; | |
1023 | { | |
1024 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1025 | _result = (wxMDIClientWindow *)new_wxPreMDIClientWindow(); | |
1026 | ||
1027 | wxPyEndAllowThreads(__tstate); | |
1028 | if (PyErr_Occurred()) return NULL; | |
1029 | } if (_result) { | |
1030 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
1031 | _resultobj = Py_BuildValue("s",_ptemp); | |
1032 | } else { | |
1033 | Py_INCREF(Py_None); | |
1034 | _resultobj = Py_None; | |
1035 | } | |
1036 | return _resultobj; | |
1037 | } | |
1038 | ||
1039 | #define wxMDIClientWindow_Create(_swigobj,_swigarg0,_swigarg1) (_swigobj->Create(_swigarg0,_swigarg1)) | |
1040 | static PyObject *_wrap_wxMDIClientWindow_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1041 | PyObject * _resultobj; | |
1042 | bool _result; | |
1043 | wxMDIClientWindow * _arg0; | |
1044 | wxMDIParentFrame * _arg1; | |
1045 | long _arg2 = (long ) 0; | |
1046 | PyObject * _argo0 = 0; | |
1047 | PyObject * _argo1 = 0; | |
1048 | char *_kwnames[] = { "self","parent","style", NULL }; | |
1049 | ||
1050 | self = self; | |
1051 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|l:wxMDIClientWindow_Create",_kwnames,&_argo0,&_argo1,&_arg2)) | |
1052 | return NULL; | |
1053 | if (_argo0) { | |
1054 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1055 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIClientWindow_p")) { | |
1056 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIClientWindow_Create. Expected _wxMDIClientWindow_p."); | |
1057 | return NULL; | |
1058 | } | |
1059 | } | |
1060 | if (_argo1) { | |
1061 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1062 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMDIParentFrame_p")) { | |
1063 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMDIClientWindow_Create. Expected _wxMDIParentFrame_p."); | |
1064 | return NULL; | |
1065 | } | |
1066 | } | |
1067 | { | |
1068 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1069 | _result = (bool )wxMDIClientWindow_Create(_arg0,_arg1,_arg2); | |
1070 | ||
1071 | wxPyEndAllowThreads(__tstate); | |
1072 | if (PyErr_Occurred()) return NULL; | |
1073 | } _resultobj = Py_BuildValue("i",_result); | |
1074 | return _resultobj; | |
1075 | } | |
1076 | ||
1077 | static PyMethodDef mdicMethods[] = { | |
1078 | { "wxMDIClientWindow_Create", (PyCFunction) _wrap_wxMDIClientWindow_Create, METH_VARARGS | METH_KEYWORDS }, | |
1079 | { "new_wxPreMDIClientWindow", (PyCFunction) _wrap_new_wxPreMDIClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
1080 | { "new_wxMDIClientWindow", (PyCFunction) _wrap_new_wxMDIClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
1081 | { "wxMDIChildFrame_Restore", (PyCFunction) _wrap_wxMDIChildFrame_Restore, METH_VARARGS | METH_KEYWORDS }, | |
1082 | { "wxMDIChildFrame_Maximize", (PyCFunction) _wrap_wxMDIChildFrame_Maximize, METH_VARARGS | METH_KEYWORDS }, | |
1083 | { "wxMDIChildFrame_Activate", (PyCFunction) _wrap_wxMDIChildFrame_Activate, METH_VARARGS | METH_KEYWORDS }, | |
1084 | { "wxMDIChildFrame_Create", (PyCFunction) _wrap_wxMDIChildFrame_Create, METH_VARARGS | METH_KEYWORDS }, | |
1085 | { "new_wxPreMDIChildFrame", (PyCFunction) _wrap_new_wxPreMDIChildFrame, METH_VARARGS | METH_KEYWORDS }, | |
1086 | { "new_wxMDIChildFrame", (PyCFunction) _wrap_new_wxMDIChildFrame, METH_VARARGS | METH_KEYWORDS }, | |
1087 | { "wxMDIParentFrame_Tile", (PyCFunction) _wrap_wxMDIParentFrame_Tile, METH_VARARGS | METH_KEYWORDS }, | |
1088 | { "wxMDIParentFrame_SetToolBar", (PyCFunction) _wrap_wxMDIParentFrame_SetToolBar, METH_VARARGS | METH_KEYWORDS }, | |
1089 | { "wxMDIParentFrame_SetWindowMenu", (PyCFunction) _wrap_wxMDIParentFrame_SetWindowMenu, METH_VARARGS | METH_KEYWORDS }, | |
1090 | { "wxMDIParentFrame_GetWindowMenu", (PyCFunction) _wrap_wxMDIParentFrame_GetWindowMenu, METH_VARARGS | METH_KEYWORDS }, | |
1091 | { "wxMDIParentFrame_GetToolBar", (PyCFunction) _wrap_wxMDIParentFrame_GetToolBar, METH_VARARGS | METH_KEYWORDS }, | |
1092 | { "wxMDIParentFrame_GetClientWindow", (PyCFunction) _wrap_wxMDIParentFrame_GetClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
1093 | { "wxMDIParentFrame_GetActiveChild", (PyCFunction) _wrap_wxMDIParentFrame_GetActiveChild, METH_VARARGS | METH_KEYWORDS }, | |
1094 | { "wxMDIParentFrame_Cascade", (PyCFunction) _wrap_wxMDIParentFrame_Cascade, METH_VARARGS | METH_KEYWORDS }, | |
1095 | { "wxMDIParentFrame_ArrangeIcons", (PyCFunction) _wrap_wxMDIParentFrame_ArrangeIcons, METH_VARARGS | METH_KEYWORDS }, | |
1096 | { "wxMDIParentFrame_ActivatePrevious", (PyCFunction) _wrap_wxMDIParentFrame_ActivatePrevious, METH_VARARGS | METH_KEYWORDS }, | |
1097 | { "wxMDIParentFrame_ActivateNext", (PyCFunction) _wrap_wxMDIParentFrame_ActivateNext, METH_VARARGS | METH_KEYWORDS }, | |
1098 | { "wxMDIParentFrame_Create", (PyCFunction) _wrap_wxMDIParentFrame_Create, METH_VARARGS | METH_KEYWORDS }, | |
1099 | { "new_wxPreMDIParentFrame", (PyCFunction) _wrap_new_wxPreMDIParentFrame, METH_VARARGS | METH_KEYWORDS }, | |
1100 | { "new_wxMDIParentFrame", (PyCFunction) _wrap_new_wxMDIParentFrame, METH_VARARGS | METH_KEYWORDS }, | |
1101 | { NULL, NULL } | |
1102 | }; | |
1103 | #ifdef __cplusplus | |
1104 | } | |
1105 | #endif | |
1106 | /* | |
1107 | * This table is used by the pointer type-checker | |
1108 | */ | |
1109 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
1110 | { "_signed_long","_long",0}, | |
1111 | { "_wxPrintQuality","_wxCoord",0}, | |
1112 | { "_wxPrintQuality","_int",0}, | |
1113 | { "_wxPrintQuality","_signed_int",0}, | |
1114 | { "_wxPrintQuality","_unsigned_int",0}, | |
1115 | { "_wxPrintQuality","_wxWindowID",0}, | |
1116 | { "_wxPrintQuality","_uint",0}, | |
1117 | { "_wxPrintQuality","_EBool",0}, | |
1118 | { "_wxPrintQuality","_size_t",0}, | |
1119 | { "_wxPrintQuality","_time_t",0}, | |
1120 | { "_byte","_unsigned_char",0}, | |
1121 | { "_long","_unsigned_long",0}, | |
1122 | { "_long","_signed_long",0}, | |
1123 | { "_size_t","_wxCoord",0}, | |
1124 | { "_size_t","_wxPrintQuality",0}, | |
1125 | { "_size_t","_time_t",0}, | |
1126 | { "_size_t","_unsigned_int",0}, | |
1127 | { "_size_t","_int",0}, | |
1128 | { "_size_t","_wxWindowID",0}, | |
1129 | { "_size_t","_uint",0}, | |
1130 | { "_wxTopLevelWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxTopLevelWindow}, | |
1131 | { "_wxTopLevelWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxTopLevelWindow}, | |
1132 | { "_uint","_wxCoord",0}, | |
1133 | { "_uint","_wxPrintQuality",0}, | |
1134 | { "_uint","_time_t",0}, | |
1135 | { "_uint","_size_t",0}, | |
1136 | { "_uint","_unsigned_int",0}, | |
1137 | { "_uint","_int",0}, | |
1138 | { "_uint","_wxWindowID",0}, | |
1139 | { "_wxChar","_char",0}, | |
1140 | { "_char","_wxChar",0}, | |
1141 | { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0}, | |
1142 | { "_EBool","_wxCoord",0}, | |
1143 | { "_EBool","_wxPrintQuality",0}, | |
1144 | { "_EBool","_signed_int",0}, | |
1145 | { "_EBool","_int",0}, | |
1146 | { "_EBool","_wxWindowID",0}, | |
1147 | { "_unsigned_long","_long",0}, | |
1148 | { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0}, | |
1149 | { "_signed_int","_wxCoord",0}, | |
1150 | { "_signed_int","_wxPrintQuality",0}, | |
1151 | { "_signed_int","_EBool",0}, | |
1152 | { "_signed_int","_wxWindowID",0}, | |
1153 | { "_signed_int","_int",0}, | |
1154 | { "_WXTYPE","_short",0}, | |
1155 | { "_WXTYPE","_signed_short",0}, | |
1156 | { "_WXTYPE","_unsigned_short",0}, | |
1157 | { "_unsigned_short","_WXTYPE",0}, | |
1158 | { "_unsigned_short","_short",0}, | |
1159 | { "_wxObject","_wxMDIClientWindow",SwigwxMDIClientWindowTowxObject}, | |
1160 | { "_wxObject","_wxMDIChildFrame",SwigwxMDIChildFrameTowxObject}, | |
1161 | { "_wxObject","_wxMDIParentFrame",SwigwxMDIParentFrameTowxObject}, | |
1162 | { "_signed_short","_WXTYPE",0}, | |
1163 | { "_signed_short","_short",0}, | |
1164 | { "_unsigned_char","_byte",0}, | |
1165 | { "_unsigned_int","_wxCoord",0}, | |
1166 | { "_unsigned_int","_wxPrintQuality",0}, | |
1167 | { "_unsigned_int","_time_t",0}, | |
1168 | { "_unsigned_int","_size_t",0}, | |
1169 | { "_unsigned_int","_uint",0}, | |
1170 | { "_unsigned_int","_wxWindowID",0}, | |
1171 | { "_unsigned_int","_int",0}, | |
1172 | { "_short","_WXTYPE",0}, | |
1173 | { "_short","_unsigned_short",0}, | |
1174 | { "_short","_signed_short",0}, | |
1175 | { "_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame}, | |
1176 | { "_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame}, | |
1177 | { "_wxWindowID","_wxCoord",0}, | |
1178 | { "_wxWindowID","_wxPrintQuality",0}, | |
1179 | { "_wxWindowID","_time_t",0}, | |
1180 | { "_wxWindowID","_size_t",0}, | |
1181 | { "_wxWindowID","_EBool",0}, | |
1182 | { "_wxWindowID","_uint",0}, | |
1183 | { "_wxWindowID","_int",0}, | |
1184 | { "_wxWindowID","_signed_int",0}, | |
1185 | { "_wxWindowID","_unsigned_int",0}, | |
1186 | { "_int","_wxCoord",0}, | |
1187 | { "_int","_wxPrintQuality",0}, | |
1188 | { "_int","_time_t",0}, | |
1189 | { "_int","_size_t",0}, | |
1190 | { "_int","_EBool",0}, | |
1191 | { "_int","_uint",0}, | |
1192 | { "_int","_wxWindowID",0}, | |
1193 | { "_int","_unsigned_int",0}, | |
1194 | { "_int","_signed_int",0}, | |
1195 | { "_time_t","_wxCoord",0}, | |
1196 | { "_time_t","_wxPrintQuality",0}, | |
1197 | { "_time_t","_unsigned_int",0}, | |
1198 | { "_time_t","_int",0}, | |
1199 | { "_time_t","_wxWindowID",0}, | |
1200 | { "_time_t","_uint",0}, | |
1201 | { "_time_t","_size_t",0}, | |
1202 | { "_wxCoord","_int",0}, | |
1203 | { "_wxCoord","_signed_int",0}, | |
1204 | { "_wxCoord","_unsigned_int",0}, | |
1205 | { "_wxCoord","_wxWindowID",0}, | |
1206 | { "_wxCoord","_uint",0}, | |
1207 | { "_wxCoord","_EBool",0}, | |
1208 | { "_wxCoord","_size_t",0}, | |
1209 | { "_wxCoord","_time_t",0}, | |
1210 | { "_wxCoord","_wxPrintQuality",0}, | |
1211 | { "_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler}, | |
1212 | { "_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler}, | |
1213 | { "_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler}, | |
1214 | { "_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow}, | |
1215 | { "_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow}, | |
1216 | { "_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow}, | |
1217 | {0,0,0}}; | |
1218 | ||
1219 | static PyObject *SWIG_globals; | |
1220 | #ifdef __cplusplus | |
1221 | extern "C" | |
1222 | #endif | |
1223 | SWIGEXPORT(void) initmdic() { | |
1224 | PyObject *m, *d; | |
1225 | SWIG_globals = SWIG_newvarlink(); | |
1226 | m = Py_InitModule("mdic", mdicMethods); | |
1227 | d = PyModule_GetDict(m); | |
1228 | PyDict_SetItemString(d,"IDM_WINDOWTILE", PyInt_FromLong((long) 4001)); | |
1229 | PyDict_SetItemString(d,"IDM_WINDOWTILEHOR", PyInt_FromLong((long) 4001)); | |
1230 | PyDict_SetItemString(d,"IDM_WINDOWCASCADE", PyInt_FromLong((long) 4002)); | |
1231 | PyDict_SetItemString(d,"IDM_WINDOWICONS", PyInt_FromLong((long) 4003)); | |
1232 | PyDict_SetItemString(d,"IDM_WINDOWNEXT", PyInt_FromLong((long) 4004)); | |
1233 | PyDict_SetItemString(d,"IDM_WINDOWTILEVERT", PyInt_FromLong((long) 4005)); | |
1234 | PyDict_SetItemString(d,"wxFIRST_MDI_CHILD", PyInt_FromLong((long) 4100)); | |
1235 | PyDict_SetItemString(d,"wxLAST_MDI_CHILD", PyInt_FromLong((long) 4600)); | |
1236 | { | |
1237 | int i; | |
1238 | for (i = 0; _swig_mapping[i].n1; i++) | |
1239 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
1240 | } | |
1241 | } |