]>
Commit | Line | Data |
---|---|---|
e6056257 RD |
1 | /* |
2 | * FILE : src/mac/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 | } | |
c3bfa1cb RD |
86 | |
87 | // Put some wx default wxChar* values into wxStrings. | |
88 | DECLARE_DEF_STRING(FrameNameStr); | |
e6056257 RD |
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; | |
c3bfa1cb | 142 | wxString * _arg6 = (wxString *) &wxPyFrameNameStr; |
e6056257 RD |
143 | PyObject * _argo0 = 0; |
144 | PyObject * _obj2 = 0; | |
145 | wxPoint temp; | |
146 | PyObject * _obj3 = 0; | |
147 | wxSize temp0; | |
148 | PyObject * _obj4 = 0; | |
c3bfa1cb | 149 | PyObject * _obj6 = 0; |
e6056257 RD |
150 | char *_kwnames[] = { "parent","id","title","pos","size","style","name", NULL }; |
151 | char _ptemp[128]; | |
152 | ||
153 | self = self; | |
c3bfa1cb | 154 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxMDIParentFrame",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6)) |
e6056257 RD |
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 | { | |
6824d4f9 RD |
164 | _arg2 = wxString_in_helper(_obj2); |
165 | if (_arg2 == NULL) | |
e6056257 | 166 | return NULL; |
e6056257 RD |
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; | |
c3bfa1cb RD |
179 | } |
180 | if (_obj6) | |
181 | { | |
182 | _arg6 = wxString_in_helper(_obj6); | |
183 | if (_arg6 == NULL) | |
184 | return NULL; | |
e6056257 RD |
185 | } |
186 | { | |
0e2ff151 | 187 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c3bfa1cb | 188 | _result = (wxMDIParentFrame *)new_wxMDIParentFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6); |
e6056257 | 189 | |
0e2ff151 | 190 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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; | |
c3bfa1cb RD |
202 | } |
203 | { | |
204 | if (_obj6) | |
205 | delete _arg6; | |
e6056257 RD |
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 | { | |
0e2ff151 | 221 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 222 | _result = (wxMDIParentFrame *)new_wxPreMDIParentFrame(); |
e6056257 | 223 | |
0e2ff151 | 224 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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; | |
c3bfa1cb | 247 | wxString * _arg7 = (wxString *) &wxPyFrameNameStr; |
e6056257 RD |
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; | |
c3bfa1cb | 255 | PyObject * _obj7 = 0; |
e6056257 RD |
256 | char *_kwnames[] = { "self","parent","id","title","pos","size","style","name", NULL }; |
257 | ||
258 | self = self; | |
c3bfa1cb | 259 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxMDIParentFrame_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7)) |
e6056257 RD |
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 | { | |
6824d4f9 RD |
276 | _arg3 = wxString_in_helper(_obj3); |
277 | if (_arg3 == NULL) | |
e6056257 | 278 | return NULL; |
e6056257 RD |
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; | |
c3bfa1cb RD |
291 | } |
292 | if (_obj7) | |
293 | { | |
294 | _arg7 = wxString_in_helper(_obj7); | |
295 | if (_arg7 == NULL) | |
296 | return NULL; | |
e6056257 RD |
297 | } |
298 | { | |
0e2ff151 | 299 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c3bfa1cb | 300 | _result = (bool )wxMDIParentFrame_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7); |
e6056257 | 301 | |
0e2ff151 | 302 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
303 | if (PyErr_Occurred()) return NULL; |
304 | } _resultobj = Py_BuildValue("i",_result); | |
305 | { | |
306 | if (_obj3) | |
307 | delete _arg3; | |
c3bfa1cb RD |
308 | } |
309 | { | |
310 | if (_obj7) | |
311 | delete _arg7; | |
e6056257 RD |
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 | { | |
0e2ff151 | 334 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 335 | wxMDIParentFrame_ActivateNext(_arg0); |
e6056257 | 336 | |
0e2ff151 | 337 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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 | { | |
0e2ff151 | 362 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 363 | wxMDIParentFrame_ActivatePrevious(_arg0); |
e6056257 | 364 | |
0e2ff151 | 365 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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 | { | |
0e2ff151 | 390 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 391 | wxMDIParentFrame_ArrangeIcons(_arg0); |
e6056257 | 392 | |
0e2ff151 | 393 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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 | { | |
0e2ff151 | 418 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 419 | wxMDIParentFrame_Cascade(_arg0); |
e6056257 | 420 | |
0e2ff151 | 421 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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 | { | |
0e2ff151 | 447 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 448 | _result = (wxMDIChildFrame *)wxMDIParentFrame_GetActiveChild(_arg0); |
e6056257 | 449 | |
0e2ff151 | 450 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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 | { | |
0e2ff151 | 475 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 476 | _result = (wxMDIClientWindow *)wxMDIParentFrame_GetClientWindow(_arg0); |
e6056257 | 477 | |
0e2ff151 | 478 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
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 | { | |
0e2ff151 | 503 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 504 | _result = (wxWindow *)wxMDIParentFrame_GetToolBar(_arg0); |
e6056257 | 505 | |
0e2ff151 | 506 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
507 | if (PyErr_Occurred()) return NULL; |
508 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
509 | return _resultobj; | |
510 | } | |
511 | ||
512 | #define wxMDIParentFrame_Tile(_swigobj) (_swigobj->Tile()) | |
513 | static PyObject *_wrap_wxMDIParentFrame_Tile(PyObject *self, PyObject *args, PyObject *kwargs) { | |
514 | PyObject * _resultobj; | |
515 | wxMDIParentFrame * _arg0; | |
516 | PyObject * _argo0 = 0; | |
517 | char *_kwnames[] = { "self", NULL }; | |
518 | ||
519 | self = self; | |
520 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIParentFrame_Tile",_kwnames,&_argo0)) | |
521 | return NULL; | |
522 | if (_argo0) { | |
523 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
524 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
525 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIParentFrame_Tile. Expected _wxMDIParentFrame_p."); | |
526 | return NULL; | |
527 | } | |
528 | } | |
529 | { | |
0e2ff151 | 530 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 531 | wxMDIParentFrame_Tile(_arg0); |
e6056257 | 532 | |
0e2ff151 | 533 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
534 | if (PyErr_Occurred()) return NULL; |
535 | } Py_INCREF(Py_None); | |
536 | _resultobj = Py_None; | |
537 | return _resultobj; | |
538 | } | |
539 | ||
540 | static void *SwigwxMDIChildFrameTowxFrame(void *ptr) { | |
541 | wxMDIChildFrame *src; | |
542 | wxFrame *dest; | |
543 | src = (wxMDIChildFrame *) ptr; | |
544 | dest = (wxFrame *) src; | |
545 | return (void *) dest; | |
546 | } | |
547 | ||
548 | static void *SwigwxMDIChildFrameTowxTopLevelWindow(void *ptr) { | |
549 | wxMDIChildFrame *src; | |
550 | wxTopLevelWindow *dest; | |
551 | src = (wxMDIChildFrame *) ptr; | |
552 | dest = (wxTopLevelWindow *) src; | |
553 | return (void *) dest; | |
554 | } | |
555 | ||
556 | static void *SwigwxMDIChildFrameTowxWindow(void *ptr) { | |
557 | wxMDIChildFrame *src; | |
558 | wxWindow *dest; | |
559 | src = (wxMDIChildFrame *) ptr; | |
560 | dest = (wxWindow *) src; | |
561 | return (void *) dest; | |
562 | } | |
563 | ||
564 | static void *SwigwxMDIChildFrameTowxEvtHandler(void *ptr) { | |
565 | wxMDIChildFrame *src; | |
566 | wxEvtHandler *dest; | |
567 | src = (wxMDIChildFrame *) ptr; | |
568 | dest = (wxEvtHandler *) src; | |
569 | return (void *) dest; | |
570 | } | |
571 | ||
572 | static void *SwigwxMDIChildFrameTowxObject(void *ptr) { | |
573 | wxMDIChildFrame *src; | |
574 | wxObject *dest; | |
575 | src = (wxMDIChildFrame *) ptr; | |
576 | dest = (wxObject *) src; | |
577 | return (void *) dest; | |
578 | } | |
579 | ||
580 | #define new_wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
581 | static PyObject *_wrap_new_wxMDIChildFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
582 | PyObject * _resultobj; | |
583 | wxMDIChildFrame * _result; | |
584 | wxMDIParentFrame * _arg0; | |
585 | wxWindowID _arg1; | |
586 | wxString * _arg2; | |
587 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; | |
588 | wxSize * _arg4 = (wxSize *) &wxDefaultSize; | |
589 | long _arg5 = (long ) wxDEFAULT_FRAME_STYLE; | |
c3bfa1cb | 590 | wxString * _arg6 = (wxString *) &wxPyFrameNameStr; |
e6056257 RD |
591 | PyObject * _argo0 = 0; |
592 | PyObject * _obj2 = 0; | |
593 | wxPoint temp; | |
594 | PyObject * _obj3 = 0; | |
595 | wxSize temp0; | |
596 | PyObject * _obj4 = 0; | |
c3bfa1cb | 597 | PyObject * _obj6 = 0; |
e6056257 RD |
598 | char *_kwnames[] = { "parent","id","title","pos","size","style","name", NULL }; |
599 | char _ptemp[128]; | |
600 | ||
601 | self = self; | |
c3bfa1cb | 602 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxMDIChildFrame",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6)) |
e6056257 RD |
603 | return NULL; |
604 | if (_argo0) { | |
605 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
606 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
607 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIChildFrame. Expected _wxMDIParentFrame_p."); | |
608 | return NULL; | |
609 | } | |
610 | } | |
611 | { | |
6824d4f9 RD |
612 | _arg2 = wxString_in_helper(_obj2); |
613 | if (_arg2 == NULL) | |
e6056257 | 614 | return NULL; |
e6056257 RD |
615 | } |
616 | if (_obj3) | |
617 | { | |
618 | _arg3 = &temp; | |
619 | if (! wxPoint_helper(_obj3, &_arg3)) | |
620 | return NULL; | |
621 | } | |
622 | if (_obj4) | |
623 | { | |
624 | _arg4 = &temp0; | |
625 | if (! wxSize_helper(_obj4, &_arg4)) | |
626 | return NULL; | |
c3bfa1cb RD |
627 | } |
628 | if (_obj6) | |
629 | { | |
630 | _arg6 = wxString_in_helper(_obj6); | |
631 | if (_arg6 == NULL) | |
632 | return NULL; | |
e6056257 RD |
633 | } |
634 | { | |
0e2ff151 | 635 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c3bfa1cb | 636 | _result = (wxMDIChildFrame *)new_wxMDIChildFrame(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6); |
e6056257 | 637 | |
0e2ff151 | 638 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
639 | if (PyErr_Occurred()) return NULL; |
640 | } if (_result) { | |
641 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
642 | _resultobj = Py_BuildValue("s",_ptemp); | |
643 | } else { | |
644 | Py_INCREF(Py_None); | |
645 | _resultobj = Py_None; | |
646 | } | |
647 | { | |
648 | if (_obj2) | |
649 | delete _arg2; | |
c3bfa1cb RD |
650 | } |
651 | { | |
652 | if (_obj6) | |
653 | delete _arg6; | |
e6056257 RD |
654 | } |
655 | return _resultobj; | |
656 | } | |
657 | ||
658 | #define new_wxPreMDIChildFrame() (new wxMDIChildFrame()) | |
659 | static PyObject *_wrap_new_wxPreMDIChildFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
660 | PyObject * _resultobj; | |
661 | wxMDIChildFrame * _result; | |
662 | char *_kwnames[] = { NULL }; | |
663 | char _ptemp[128]; | |
664 | ||
665 | self = self; | |
666 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreMDIChildFrame",_kwnames)) | |
667 | return NULL; | |
668 | { | |
0e2ff151 | 669 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 670 | _result = (wxMDIChildFrame *)new_wxPreMDIChildFrame(); |
e6056257 | 671 | |
0e2ff151 | 672 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
673 | if (PyErr_Occurred()) return NULL; |
674 | } if (_result) { | |
675 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIChildFrame_p"); | |
676 | _resultobj = Py_BuildValue("s",_ptemp); | |
677 | } else { | |
678 | Py_INCREF(Py_None); | |
679 | _resultobj = Py_None; | |
680 | } | |
681 | return _resultobj; | |
682 | } | |
683 | ||
684 | #define wxMDIChildFrame_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) | |
685 | static PyObject *_wrap_wxMDIChildFrame_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
686 | PyObject * _resultobj; | |
687 | bool _result; | |
688 | wxMDIChildFrame * _arg0; | |
689 | wxMDIParentFrame * _arg1; | |
690 | wxWindowID _arg2; | |
691 | wxString * _arg3; | |
692 | wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition; | |
693 | wxSize * _arg5 = (wxSize *) &wxDefaultSize; | |
694 | long _arg6 = (long ) wxDEFAULT_FRAME_STYLE; | |
c3bfa1cb | 695 | wxString * _arg7 = (wxString *) &wxPyFrameNameStr; |
e6056257 RD |
696 | PyObject * _argo0 = 0; |
697 | PyObject * _argo1 = 0; | |
698 | PyObject * _obj3 = 0; | |
699 | wxPoint temp; | |
700 | PyObject * _obj4 = 0; | |
701 | wxSize temp0; | |
702 | PyObject * _obj5 = 0; | |
c3bfa1cb | 703 | PyObject * _obj7 = 0; |
e6056257 RD |
704 | char *_kwnames[] = { "self","parent","id","title","pos","size","style","name", NULL }; |
705 | ||
706 | self = self; | |
c3bfa1cb | 707 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxMDIChildFrame_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7)) |
e6056257 RD |
708 | return NULL; |
709 | if (_argo0) { | |
710 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
711 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
712 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Create. Expected _wxMDIChildFrame_p."); | |
713 | return NULL; | |
714 | } | |
715 | } | |
716 | if (_argo1) { | |
717 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
718 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMDIParentFrame_p")) { | |
719 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMDIChildFrame_Create. Expected _wxMDIParentFrame_p."); | |
720 | return NULL; | |
721 | } | |
722 | } | |
723 | { | |
6824d4f9 RD |
724 | _arg3 = wxString_in_helper(_obj3); |
725 | if (_arg3 == NULL) | |
e6056257 | 726 | return NULL; |
e6056257 RD |
727 | } |
728 | if (_obj4) | |
729 | { | |
730 | _arg4 = &temp; | |
731 | if (! wxPoint_helper(_obj4, &_arg4)) | |
732 | return NULL; | |
733 | } | |
734 | if (_obj5) | |
735 | { | |
736 | _arg5 = &temp0; | |
737 | if (! wxSize_helper(_obj5, &_arg5)) | |
738 | return NULL; | |
c3bfa1cb RD |
739 | } |
740 | if (_obj7) | |
741 | { | |
742 | _arg7 = wxString_in_helper(_obj7); | |
743 | if (_arg7 == NULL) | |
744 | return NULL; | |
e6056257 RD |
745 | } |
746 | { | |
0e2ff151 | 747 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c3bfa1cb | 748 | _result = (bool )wxMDIChildFrame_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7); |
e6056257 | 749 | |
0e2ff151 | 750 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
751 | if (PyErr_Occurred()) return NULL; |
752 | } _resultobj = Py_BuildValue("i",_result); | |
753 | { | |
754 | if (_obj3) | |
755 | delete _arg3; | |
c3bfa1cb RD |
756 | } |
757 | { | |
758 | if (_obj7) | |
759 | delete _arg7; | |
e6056257 RD |
760 | } |
761 | return _resultobj; | |
762 | } | |
763 | ||
764 | #define wxMDIChildFrame_Activate(_swigobj) (_swigobj->Activate()) | |
765 | static PyObject *_wrap_wxMDIChildFrame_Activate(PyObject *self, PyObject *args, PyObject *kwargs) { | |
766 | PyObject * _resultobj; | |
767 | wxMDIChildFrame * _arg0; | |
768 | PyObject * _argo0 = 0; | |
769 | char *_kwnames[] = { "self", NULL }; | |
770 | ||
771 | self = self; | |
772 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIChildFrame_Activate",_kwnames,&_argo0)) | |
773 | return NULL; | |
774 | if (_argo0) { | |
775 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
776 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
777 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Activate. Expected _wxMDIChildFrame_p."); | |
778 | return NULL; | |
779 | } | |
780 | } | |
781 | { | |
0e2ff151 | 782 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 783 | wxMDIChildFrame_Activate(_arg0); |
e6056257 | 784 | |
0e2ff151 | 785 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
786 | if (PyErr_Occurred()) return NULL; |
787 | } Py_INCREF(Py_None); | |
788 | _resultobj = Py_None; | |
789 | return _resultobj; | |
790 | } | |
791 | ||
792 | #define wxMDIChildFrame_Maximize(_swigobj,_swigarg0) (_swigobj->Maximize(_swigarg0)) | |
793 | static PyObject *_wrap_wxMDIChildFrame_Maximize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
794 | PyObject * _resultobj; | |
795 | wxMDIChildFrame * _arg0; | |
796 | bool _arg1; | |
797 | PyObject * _argo0 = 0; | |
798 | int tempbool1; | |
799 | char *_kwnames[] = { "self","maximize", NULL }; | |
800 | ||
801 | self = self; | |
802 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxMDIChildFrame_Maximize",_kwnames,&_argo0,&tempbool1)) | |
803 | return NULL; | |
804 | if (_argo0) { | |
805 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
806 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
807 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Maximize. Expected _wxMDIChildFrame_p."); | |
808 | return NULL; | |
809 | } | |
810 | } | |
811 | _arg1 = (bool ) tempbool1; | |
812 | { | |
0e2ff151 | 813 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 814 | wxMDIChildFrame_Maximize(_arg0,_arg1); |
e6056257 | 815 | |
0e2ff151 | 816 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
817 | if (PyErr_Occurred()) return NULL; |
818 | } Py_INCREF(Py_None); | |
819 | _resultobj = Py_None; | |
820 | return _resultobj; | |
821 | } | |
822 | ||
823 | #define wxMDIChildFrame_Restore(_swigobj) (_swigobj->Restore()) | |
824 | static PyObject *_wrap_wxMDIChildFrame_Restore(PyObject *self, PyObject *args, PyObject *kwargs) { | |
825 | PyObject * _resultobj; | |
826 | wxMDIChildFrame * _arg0; | |
827 | PyObject * _argo0 = 0; | |
828 | char *_kwnames[] = { "self", NULL }; | |
829 | ||
830 | self = self; | |
831 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMDIChildFrame_Restore",_kwnames,&_argo0)) | |
832 | return NULL; | |
833 | if (_argo0) { | |
834 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
835 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIChildFrame_p")) { | |
836 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIChildFrame_Restore. Expected _wxMDIChildFrame_p."); | |
837 | return NULL; | |
838 | } | |
839 | } | |
840 | { | |
0e2ff151 | 841 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 842 | wxMDIChildFrame_Restore(_arg0); |
e6056257 | 843 | |
0e2ff151 | 844 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
845 | if (PyErr_Occurred()) return NULL; |
846 | } Py_INCREF(Py_None); | |
847 | _resultobj = Py_None; | |
848 | return _resultobj; | |
849 | } | |
850 | ||
851 | static void *SwigwxMDIClientWindowTowxWindow(void *ptr) { | |
852 | wxMDIClientWindow *src; | |
853 | wxWindow *dest; | |
854 | src = (wxMDIClientWindow *) ptr; | |
855 | dest = (wxWindow *) src; | |
856 | return (void *) dest; | |
857 | } | |
858 | ||
859 | static void *SwigwxMDIClientWindowTowxEvtHandler(void *ptr) { | |
860 | wxMDIClientWindow *src; | |
861 | wxEvtHandler *dest; | |
862 | src = (wxMDIClientWindow *) ptr; | |
863 | dest = (wxEvtHandler *) src; | |
864 | return (void *) dest; | |
865 | } | |
866 | ||
867 | static void *SwigwxMDIClientWindowTowxObject(void *ptr) { | |
868 | wxMDIClientWindow *src; | |
869 | wxObject *dest; | |
870 | src = (wxMDIClientWindow *) ptr; | |
871 | dest = (wxObject *) src; | |
872 | return (void *) dest; | |
873 | } | |
874 | ||
875 | #define new_wxMDIClientWindow(_swigarg0,_swigarg1) (new wxMDIClientWindow(_swigarg0,_swigarg1)) | |
876 | static PyObject *_wrap_new_wxMDIClientWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
877 | PyObject * _resultobj; | |
878 | wxMDIClientWindow * _result; | |
879 | wxMDIParentFrame * _arg0; | |
880 | long _arg1 = (long ) 0; | |
881 | PyObject * _argo0 = 0; | |
882 | char *_kwnames[] = { "parent","style", NULL }; | |
883 | char _ptemp[128]; | |
884 | ||
885 | self = self; | |
886 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|l:new_wxMDIClientWindow",_kwnames,&_argo0,&_arg1)) | |
887 | return NULL; | |
888 | if (_argo0) { | |
889 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
890 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIParentFrame_p")) { | |
891 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxMDIClientWindow. Expected _wxMDIParentFrame_p."); | |
892 | return NULL; | |
893 | } | |
894 | } | |
895 | { | |
0e2ff151 | 896 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 897 | _result = (wxMDIClientWindow *)new_wxMDIClientWindow(_arg0,_arg1); |
e6056257 | 898 | |
0e2ff151 | 899 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
900 | if (PyErr_Occurred()) return NULL; |
901 | } if (_result) { | |
902 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
903 | _resultobj = Py_BuildValue("s",_ptemp); | |
904 | } else { | |
905 | Py_INCREF(Py_None); | |
906 | _resultobj = Py_None; | |
907 | } | |
908 | return _resultobj; | |
909 | } | |
910 | ||
911 | #define new_wxPreMDIClientWindow() (new wxMDIClientWindow()) | |
912 | static PyObject *_wrap_new_wxPreMDIClientWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
913 | PyObject * _resultobj; | |
914 | wxMDIClientWindow * _result; | |
915 | char *_kwnames[] = { NULL }; | |
916 | char _ptemp[128]; | |
917 | ||
918 | self = self; | |
919 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreMDIClientWindow",_kwnames)) | |
920 | return NULL; | |
921 | { | |
0e2ff151 | 922 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 923 | _result = (wxMDIClientWindow *)new_wxPreMDIClientWindow(); |
e6056257 | 924 | |
0e2ff151 | 925 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
926 | if (PyErr_Occurred()) return NULL; |
927 | } if (_result) { | |
928 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMDIClientWindow_p"); | |
929 | _resultobj = Py_BuildValue("s",_ptemp); | |
930 | } else { | |
931 | Py_INCREF(Py_None); | |
932 | _resultobj = Py_None; | |
933 | } | |
934 | return _resultobj; | |
935 | } | |
936 | ||
937 | #define wxMDIClientWindow_Create(_swigobj,_swigarg0,_swigarg1) (_swigobj->Create(_swigarg0,_swigarg1)) | |
938 | static PyObject *_wrap_wxMDIClientWindow_Create(PyObject *self, PyObject *args, PyObject *kwargs) { | |
939 | PyObject * _resultobj; | |
940 | bool _result; | |
941 | wxMDIClientWindow * _arg0; | |
942 | wxMDIParentFrame * _arg1; | |
943 | long _arg2 = (long ) 0; | |
944 | PyObject * _argo0 = 0; | |
945 | PyObject * _argo1 = 0; | |
946 | char *_kwnames[] = { "self","parent","style", NULL }; | |
947 | ||
948 | self = self; | |
949 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|l:wxMDIClientWindow_Create",_kwnames,&_argo0,&_argo1,&_arg2)) | |
950 | return NULL; | |
951 | if (_argo0) { | |
952 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
953 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMDIClientWindow_p")) { | |
954 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMDIClientWindow_Create. Expected _wxMDIClientWindow_p."); | |
955 | return NULL; | |
956 | } | |
957 | } | |
958 | if (_argo1) { | |
959 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
960 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMDIParentFrame_p")) { | |
961 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMDIClientWindow_Create. Expected _wxMDIParentFrame_p."); | |
962 | return NULL; | |
963 | } | |
964 | } | |
965 | { | |
0e2ff151 | 966 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
6824d4f9 | 967 | _result = (bool )wxMDIClientWindow_Create(_arg0,_arg1,_arg2); |
e6056257 | 968 | |
0e2ff151 | 969 | wxPyEndAllowThreads(__tstate); |
e6056257 RD |
970 | if (PyErr_Occurred()) return NULL; |
971 | } _resultobj = Py_BuildValue("i",_result); | |
972 | return _resultobj; | |
973 | } | |
974 | ||
975 | static PyMethodDef mdicMethods[] = { | |
976 | { "wxMDIClientWindow_Create", (PyCFunction) _wrap_wxMDIClientWindow_Create, METH_VARARGS | METH_KEYWORDS }, | |
977 | { "new_wxPreMDIClientWindow", (PyCFunction) _wrap_new_wxPreMDIClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
978 | { "new_wxMDIClientWindow", (PyCFunction) _wrap_new_wxMDIClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
979 | { "wxMDIChildFrame_Restore", (PyCFunction) _wrap_wxMDIChildFrame_Restore, METH_VARARGS | METH_KEYWORDS }, | |
980 | { "wxMDIChildFrame_Maximize", (PyCFunction) _wrap_wxMDIChildFrame_Maximize, METH_VARARGS | METH_KEYWORDS }, | |
981 | { "wxMDIChildFrame_Activate", (PyCFunction) _wrap_wxMDIChildFrame_Activate, METH_VARARGS | METH_KEYWORDS }, | |
982 | { "wxMDIChildFrame_Create", (PyCFunction) _wrap_wxMDIChildFrame_Create, METH_VARARGS | METH_KEYWORDS }, | |
983 | { "new_wxPreMDIChildFrame", (PyCFunction) _wrap_new_wxPreMDIChildFrame, METH_VARARGS | METH_KEYWORDS }, | |
984 | { "new_wxMDIChildFrame", (PyCFunction) _wrap_new_wxMDIChildFrame, METH_VARARGS | METH_KEYWORDS }, | |
985 | { "wxMDIParentFrame_Tile", (PyCFunction) _wrap_wxMDIParentFrame_Tile, METH_VARARGS | METH_KEYWORDS }, | |
986 | { "wxMDIParentFrame_GetToolBar", (PyCFunction) _wrap_wxMDIParentFrame_GetToolBar, METH_VARARGS | METH_KEYWORDS }, | |
987 | { "wxMDIParentFrame_GetClientWindow", (PyCFunction) _wrap_wxMDIParentFrame_GetClientWindow, METH_VARARGS | METH_KEYWORDS }, | |
988 | { "wxMDIParentFrame_GetActiveChild", (PyCFunction) _wrap_wxMDIParentFrame_GetActiveChild, METH_VARARGS | METH_KEYWORDS }, | |
989 | { "wxMDIParentFrame_Cascade", (PyCFunction) _wrap_wxMDIParentFrame_Cascade, METH_VARARGS | METH_KEYWORDS }, | |
990 | { "wxMDIParentFrame_ArrangeIcons", (PyCFunction) _wrap_wxMDIParentFrame_ArrangeIcons, METH_VARARGS | METH_KEYWORDS }, | |
991 | { "wxMDIParentFrame_ActivatePrevious", (PyCFunction) _wrap_wxMDIParentFrame_ActivatePrevious, METH_VARARGS | METH_KEYWORDS }, | |
992 | { "wxMDIParentFrame_ActivateNext", (PyCFunction) _wrap_wxMDIParentFrame_ActivateNext, METH_VARARGS | METH_KEYWORDS }, | |
993 | { "wxMDIParentFrame_Create", (PyCFunction) _wrap_wxMDIParentFrame_Create, METH_VARARGS | METH_KEYWORDS }, | |
994 | { "new_wxPreMDIParentFrame", (PyCFunction) _wrap_new_wxPreMDIParentFrame, METH_VARARGS | METH_KEYWORDS }, | |
995 | { "new_wxMDIParentFrame", (PyCFunction) _wrap_new_wxMDIParentFrame, METH_VARARGS | METH_KEYWORDS }, | |
996 | { NULL, NULL } | |
997 | }; | |
998 | #ifdef __cplusplus | |
999 | } | |
1000 | #endif | |
1001 | /* | |
1002 | * This table is used by the pointer type-checker | |
1003 | */ | |
1004 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
1005 | { "_signed_long","_long",0}, | |
1006 | { "_wxPrintQuality","_wxCoord",0}, | |
1007 | { "_wxPrintQuality","_int",0}, | |
1008 | { "_wxPrintQuality","_signed_int",0}, | |
1009 | { "_wxPrintQuality","_unsigned_int",0}, | |
1010 | { "_wxPrintQuality","_wxWindowID",0}, | |
1011 | { "_wxPrintQuality","_uint",0}, | |
1012 | { "_wxPrintQuality","_EBool",0}, | |
1013 | { "_wxPrintQuality","_size_t",0}, | |
1014 | { "_wxPrintQuality","_time_t",0}, | |
1015 | { "_byte","_unsigned_char",0}, | |
1016 | { "_long","_unsigned_long",0}, | |
1017 | { "_long","_signed_long",0}, | |
1018 | { "_size_t","_wxCoord",0}, | |
1019 | { "_size_t","_wxPrintQuality",0}, | |
1020 | { "_size_t","_time_t",0}, | |
1021 | { "_size_t","_unsigned_int",0}, | |
1022 | { "_size_t","_int",0}, | |
1023 | { "_size_t","_wxWindowID",0}, | |
1024 | { "_size_t","_uint",0}, | |
1025 | { "_wxTopLevelWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxTopLevelWindow}, | |
1026 | { "_wxTopLevelWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxTopLevelWindow}, | |
1027 | { "_uint","_wxCoord",0}, | |
1028 | { "_uint","_wxPrintQuality",0}, | |
1029 | { "_uint","_time_t",0}, | |
1030 | { "_uint","_size_t",0}, | |
1031 | { "_uint","_unsigned_int",0}, | |
1032 | { "_uint","_int",0}, | |
1033 | { "_uint","_wxWindowID",0}, | |
1034 | { "_wxChar","_char",0}, | |
1035 | { "_char","_wxChar",0}, | |
1036 | { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0}, | |
1037 | { "_EBool","_wxCoord",0}, | |
1038 | { "_EBool","_wxPrintQuality",0}, | |
1039 | { "_EBool","_signed_int",0}, | |
1040 | { "_EBool","_int",0}, | |
1041 | { "_EBool","_wxWindowID",0}, | |
1042 | { "_unsigned_long","_long",0}, | |
1043 | { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0}, | |
1044 | { "_signed_int","_wxCoord",0}, | |
1045 | { "_signed_int","_wxPrintQuality",0}, | |
1046 | { "_signed_int","_EBool",0}, | |
1047 | { "_signed_int","_wxWindowID",0}, | |
1048 | { "_signed_int","_int",0}, | |
1049 | { "_WXTYPE","_short",0}, | |
1050 | { "_WXTYPE","_signed_short",0}, | |
1051 | { "_WXTYPE","_unsigned_short",0}, | |
1052 | { "_unsigned_short","_WXTYPE",0}, | |
1053 | { "_unsigned_short","_short",0}, | |
1054 | { "_wxObject","_wxMDIClientWindow",SwigwxMDIClientWindowTowxObject}, | |
1055 | { "_wxObject","_wxMDIChildFrame",SwigwxMDIChildFrameTowxObject}, | |
1056 | { "_wxObject","_wxMDIParentFrame",SwigwxMDIParentFrameTowxObject}, | |
1057 | { "_signed_short","_WXTYPE",0}, | |
1058 | { "_signed_short","_short",0}, | |
1059 | { "_unsigned_char","_byte",0}, | |
1060 | { "_unsigned_int","_wxCoord",0}, | |
1061 | { "_unsigned_int","_wxPrintQuality",0}, | |
1062 | { "_unsigned_int","_time_t",0}, | |
1063 | { "_unsigned_int","_size_t",0}, | |
1064 | { "_unsigned_int","_uint",0}, | |
1065 | { "_unsigned_int","_wxWindowID",0}, | |
1066 | { "_unsigned_int","_int",0}, | |
1067 | { "_short","_WXTYPE",0}, | |
1068 | { "_short","_unsigned_short",0}, | |
1069 | { "_short","_signed_short",0}, | |
1070 | { "_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame}, | |
1071 | { "_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame}, | |
1072 | { "_wxWindowID","_wxCoord",0}, | |
1073 | { "_wxWindowID","_wxPrintQuality",0}, | |
1074 | { "_wxWindowID","_time_t",0}, | |
1075 | { "_wxWindowID","_size_t",0}, | |
1076 | { "_wxWindowID","_EBool",0}, | |
1077 | { "_wxWindowID","_uint",0}, | |
1078 | { "_wxWindowID","_int",0}, | |
1079 | { "_wxWindowID","_signed_int",0}, | |
1080 | { "_wxWindowID","_unsigned_int",0}, | |
1081 | { "_int","_wxCoord",0}, | |
1082 | { "_int","_wxPrintQuality",0}, | |
1083 | { "_int","_time_t",0}, | |
1084 | { "_int","_size_t",0}, | |
1085 | { "_int","_EBool",0}, | |
1086 | { "_int","_uint",0}, | |
1087 | { "_int","_wxWindowID",0}, | |
1088 | { "_int","_unsigned_int",0}, | |
1089 | { "_int","_signed_int",0}, | |
1090 | { "_time_t","_wxCoord",0}, | |
1091 | { "_time_t","_wxPrintQuality",0}, | |
1092 | { "_time_t","_unsigned_int",0}, | |
1093 | { "_time_t","_int",0}, | |
1094 | { "_time_t","_wxWindowID",0}, | |
1095 | { "_time_t","_uint",0}, | |
1096 | { "_time_t","_size_t",0}, | |
1097 | { "_wxCoord","_int",0}, | |
1098 | { "_wxCoord","_signed_int",0}, | |
1099 | { "_wxCoord","_unsigned_int",0}, | |
1100 | { "_wxCoord","_wxWindowID",0}, | |
1101 | { "_wxCoord","_uint",0}, | |
1102 | { "_wxCoord","_EBool",0}, | |
1103 | { "_wxCoord","_size_t",0}, | |
1104 | { "_wxCoord","_time_t",0}, | |
1105 | { "_wxCoord","_wxPrintQuality",0}, | |
1106 | { "_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler}, | |
1107 | { "_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler}, | |
1108 | { "_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler}, | |
1109 | { "_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow}, | |
1110 | { "_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow}, | |
1111 | { "_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow}, | |
1112 | {0,0,0}}; | |
1113 | ||
1114 | static PyObject *SWIG_globals; | |
1115 | #ifdef __cplusplus | |
1116 | extern "C" | |
1117 | #endif | |
1118 | SWIGEXPORT(void) initmdic() { | |
1119 | PyObject *m, *d; | |
1120 | SWIG_globals = SWIG_newvarlink(); | |
1121 | m = Py_InitModule("mdic", mdicMethods); | |
1122 | d = PyModule_GetDict(m); | |
c3bfa1cb RD |
1123 | PyDict_SetItemString(d,"IDM_WINDOWTILE", PyInt_FromLong((long) 4001)); |
1124 | PyDict_SetItemString(d,"IDM_WINDOWTILEHOR", PyInt_FromLong((long) 4001)); | |
1125 | PyDict_SetItemString(d,"IDM_WINDOWCASCADE", PyInt_FromLong((long) 4002)); | |
1126 | PyDict_SetItemString(d,"IDM_WINDOWICONS", PyInt_FromLong((long) 4003)); | |
1127 | PyDict_SetItemString(d,"IDM_WINDOWNEXT", PyInt_FromLong((long) 4004)); | |
1128 | PyDict_SetItemString(d,"IDM_WINDOWTILEVERT", PyInt_FromLong((long) 4005)); | |
1129 | PyDict_SetItemString(d,"wxFIRST_MDI_CHILD", PyInt_FromLong((long) 4100)); | |
1130 | PyDict_SetItemString(d,"wxLAST_MDI_CHILD", PyInt_FromLong((long) 4600)); | |
e6056257 RD |
1131 | { |
1132 | int i; | |
1133 | for (i = 0; _swig_mapping[i].n1; i++) | |
1134 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
1135 | } | |
1136 | } |