]>
Commit | Line | Data |
---|---|---|
08127323 RD |
1 | /* |
2 | * FILE : msw/windows3.cpp | |
3 | * | |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
6 | * Version 1.1 (Patch 5) | |
7 | * | |
8 | * Portions Copyright (c) 1995-1998 | |
9 | * The University of Utah and The Regents of the University of California. | |
10 | * Permission is granted to distribute this file in any manner provided | |
11 | * this notice remains intact. | |
12 | * | |
13 | * Do not make changes to this file--changes will be lost! | |
14 | * | |
15 | */ | |
16 | ||
17 | ||
18 | #define SWIGCODE | |
19 | /* Implementation : PYTHON */ | |
20 | ||
21 | #define SWIGPYTHON | |
22 | #include <string.h> | |
23 | #include <stdlib.h> | |
24 | /* Definitions for Windows/Unix exporting */ | |
25 | #if defined(__WIN32__) | |
26 | # if defined(_MSC_VER) | |
27 | # define SWIGEXPORT(a,b) __declspec(dllexport) a b | |
28 | # else | |
29 | # if defined(__BORLANDC__) | |
30 | # define SWIGEXPORT(a,b) a _export b | |
31 | # else | |
32 | # define SWIGEXPORT(a,b) a b | |
33 | # endif | |
34 | # endif | |
35 | #else | |
36 | # define SWIGEXPORT(a,b) a b | |
37 | #endif | |
38 | ||
39 | #ifdef __cplusplus | |
40 | extern "C" { | |
41 | #endif | |
42 | #include "Python.h" | |
43 | extern void SWIG_MakePtr(char *, void *, char *); | |
44 | extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); | |
45 | extern char *SWIG_GetPtr(char *, void **, char *); | |
46 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); | |
47 | extern PyObject *SWIG_newvarlink(void); | |
48 | #ifdef __cplusplus | |
49 | } | |
50 | #endif | |
51 | ||
52 | #define SWIG_init initwindows3c | |
53 | ||
54 | #define SWIG_name "windows3c" | |
55 | ||
56 | #include "helpers.h" | |
57 | #include <wx/sashwin.h> | |
58 | #include <wx/laywin.h> | |
59 | ||
60 | static PyObject* l_output_helper(PyObject* target, PyObject* o) { | |
61 | PyObject* o2; | |
62 | if (!target) { | |
63 | target = o; | |
64 | } else if (target == Py_None) { | |
65 | Py_DECREF(Py_None); | |
66 | target = o; | |
67 | } else { | |
68 | if (!PyList_Check(target)) { | |
69 | o2 = target; | |
70 | target = PyList_New(0); | |
71 | PyList_Append(target, o2); | |
72 | Py_XDECREF(o2); | |
73 | } | |
74 | PyList_Append(target,o); | |
75 | Py_XDECREF(o); | |
76 | } | |
77 | return target; | |
78 | } | |
79 | ||
80 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
81 | PyObject* o2; | |
82 | PyObject* o3; | |
83 | ||
84 | if (!target) { | |
85 | target = o; | |
86 | } else if (target == Py_None) { | |
87 | Py_DECREF(Py_None); | |
88 | target = o; | |
89 | } else { | |
90 | if (!PyTuple_Check(target)) { | |
91 | o2 = target; | |
92 | target = PyTuple_New(1); | |
93 | PyTuple_SetItem(target, 0, o2); | |
94 | } | |
95 | o3 = PyTuple_New(1); | |
96 | PyTuple_SetItem(o3, 0, o); | |
97 | ||
98 | o2 = target; | |
99 | target = PySequence_Concat(o2, o3); | |
100 | Py_DECREF(o2); | |
101 | Py_DECREF(o3); | |
102 | } | |
103 | return target; | |
104 | } | |
105 | ||
106 | ||
107 | extern byte* byte_LIST_helper(PyObject* source); | |
108 | extern int* int_LIST_helper(PyObject* source); | |
109 | extern long* long_LIST_helper(PyObject* source); | |
110 | extern char** string_LIST_helper(PyObject* source); | |
111 | extern wxPoint* wxPoint_LIST_helper(PyObject* source); | |
112 | extern wxBitmap** wxBitmap_LIST_helper(PyObject* source); | |
113 | extern wxString* wxString_LIST_helper(PyObject* source); | |
114 | extern wxAcceleratorEntry* wxAcceleratorEntry_LIST_helper(PyObject* source); | |
115 | ||
116 | ||
117 | static char* wxStringErrorMsg = "string type is required for parameter"; | |
118 | static void *SwigwxSashEventTowxCommandEvent(void *ptr) { | |
119 | wxSashEvent *src; | |
120 | wxCommandEvent *dest; | |
121 | src = (wxSashEvent *) ptr; | |
122 | dest = (wxCommandEvent *) src; | |
123 | return (void *) dest; | |
124 | } | |
125 | ||
126 | static void *SwigwxSashEventTowxEvent(void *ptr) { | |
127 | wxSashEvent *src; | |
128 | wxEvent *dest; | |
129 | src = (wxSashEvent *) ptr; | |
130 | dest = (wxEvent *) src; | |
131 | return (void *) dest; | |
132 | } | |
133 | ||
134 | #define wxSashEvent_SetEdge(_swigobj,_swigarg0) (_swigobj->SetEdge(_swigarg0)) | |
135 | static PyObject *_wrap_wxSashEvent_SetEdge(PyObject *self, PyObject *args) { | |
136 | PyObject * _resultobj; | |
137 | wxSashEvent * _arg0; | |
138 | wxSashEdgePosition _arg1; | |
139 | char * _argc0 = 0; | |
140 | ||
141 | self = self; | |
142 | if(!PyArg_ParseTuple(args,"si:wxSashEvent_SetEdge",&_argc0,&_arg1)) | |
143 | return NULL; | |
144 | if (_argc0) { | |
145 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashEvent_p")) { | |
146 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashEvent_SetEdge. Expected _wxSashEvent_p."); | |
147 | return NULL; | |
148 | } | |
149 | } | |
150 | wxSashEvent_SetEdge(_arg0,_arg1); | |
151 | Py_INCREF(Py_None); | |
152 | _resultobj = Py_None; | |
153 | return _resultobj; | |
154 | } | |
155 | ||
156 | #define wxSashEvent_GetEdge(_swigobj) (_swigobj->GetEdge()) | |
157 | static PyObject *_wrap_wxSashEvent_GetEdge(PyObject *self, PyObject *args) { | |
158 | PyObject * _resultobj; | |
159 | wxSashEdgePosition _result; | |
160 | wxSashEvent * _arg0; | |
161 | char * _argc0 = 0; | |
162 | ||
163 | self = self; | |
164 | if(!PyArg_ParseTuple(args,"s:wxSashEvent_GetEdge",&_argc0)) | |
165 | return NULL; | |
166 | if (_argc0) { | |
167 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashEvent_p")) { | |
168 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashEvent_GetEdge. Expected _wxSashEvent_p."); | |
169 | return NULL; | |
170 | } | |
171 | } | |
172 | _result = (wxSashEdgePosition )wxSashEvent_GetEdge(_arg0); | |
173 | _resultobj = Py_BuildValue("i",_result); | |
174 | return _resultobj; | |
175 | } | |
176 | ||
177 | #define wxSashEvent_SetDragRect(_swigobj,_swigarg0) (_swigobj->SetDragRect(_swigarg0)) | |
178 | static PyObject *_wrap_wxSashEvent_SetDragRect(PyObject *self, PyObject *args) { | |
179 | PyObject * _resultobj; | |
180 | wxSashEvent * _arg0; | |
181 | wxRect * _arg1; | |
182 | char * _argc0 = 0; | |
183 | char * _argc1 = 0; | |
184 | ||
185 | self = self; | |
186 | if(!PyArg_ParseTuple(args,"ss:wxSashEvent_SetDragRect",&_argc0,&_argc1)) | |
187 | return NULL; | |
188 | if (_argc0) { | |
189 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashEvent_p")) { | |
190 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashEvent_SetDragRect. Expected _wxSashEvent_p."); | |
191 | return NULL; | |
192 | } | |
193 | } | |
194 | if (_argc1) { | |
195 | if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxRect_p")) { | |
196 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSashEvent_SetDragRect. Expected _wxRect_p."); | |
197 | return NULL; | |
198 | } | |
199 | } | |
200 | wxSashEvent_SetDragRect(_arg0,*_arg1); | |
201 | Py_INCREF(Py_None); | |
202 | _resultobj = Py_None; | |
203 | return _resultobj; | |
204 | } | |
205 | ||
206 | #define wxSashEvent_GetDragRect(_swigobj) (_swigobj->GetDragRect()) | |
207 | static PyObject *_wrap_wxSashEvent_GetDragRect(PyObject *self, PyObject *args) { | |
208 | PyObject * _resultobj; | |
209 | wxRect * _result; | |
210 | wxSashEvent * _arg0; | |
211 | char * _argc0 = 0; | |
212 | char _ptemp[128]; | |
213 | ||
214 | self = self; | |
215 | if(!PyArg_ParseTuple(args,"s:wxSashEvent_GetDragRect",&_argc0)) | |
216 | return NULL; | |
217 | if (_argc0) { | |
218 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashEvent_p")) { | |
219 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashEvent_GetDragRect. Expected _wxSashEvent_p."); | |
220 | return NULL; | |
221 | } | |
222 | } | |
223 | _result = new wxRect (wxSashEvent_GetDragRect(_arg0)); | |
224 | SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p"); | |
225 | _resultobj = Py_BuildValue("s",_ptemp); | |
226 | return _resultobj; | |
227 | } | |
228 | ||
229 | #define wxSashEvent_SetDragStatus(_swigobj,_swigarg0) (_swigobj->SetDragStatus(_swigarg0)) | |
230 | static PyObject *_wrap_wxSashEvent_SetDragStatus(PyObject *self, PyObject *args) { | |
231 | PyObject * _resultobj; | |
232 | wxSashEvent * _arg0; | |
233 | wxSashDragStatus _arg1; | |
234 | char * _argc0 = 0; | |
235 | ||
236 | self = self; | |
237 | if(!PyArg_ParseTuple(args,"si:wxSashEvent_SetDragStatus",&_argc0,&_arg1)) | |
238 | return NULL; | |
239 | if (_argc0) { | |
240 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashEvent_p")) { | |
241 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashEvent_SetDragStatus. Expected _wxSashEvent_p."); | |
242 | return NULL; | |
243 | } | |
244 | } | |
245 | wxSashEvent_SetDragStatus(_arg0,_arg1); | |
246 | Py_INCREF(Py_None); | |
247 | _resultobj = Py_None; | |
248 | return _resultobj; | |
249 | } | |
250 | ||
251 | #define wxSashEvent_GetDragStatus(_swigobj) (_swigobj->GetDragStatus()) | |
252 | static PyObject *_wrap_wxSashEvent_GetDragStatus(PyObject *self, PyObject *args) { | |
253 | PyObject * _resultobj; | |
254 | wxSashDragStatus _result; | |
255 | wxSashEvent * _arg0; | |
256 | char * _argc0 = 0; | |
257 | ||
258 | self = self; | |
259 | if(!PyArg_ParseTuple(args,"s:wxSashEvent_GetDragStatus",&_argc0)) | |
260 | return NULL; | |
261 | if (_argc0) { | |
262 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashEvent_p")) { | |
263 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashEvent_GetDragStatus. Expected _wxSashEvent_p."); | |
264 | return NULL; | |
265 | } | |
266 | } | |
267 | _result = (wxSashDragStatus )wxSashEvent_GetDragStatus(_arg0); | |
268 | _resultobj = Py_BuildValue("i",_result); | |
269 | return _resultobj; | |
270 | } | |
271 | ||
272 | static void *SwigwxSashWindowTowxWindow(void *ptr) { | |
273 | wxSashWindow *src; | |
274 | wxWindow *dest; | |
275 | src = (wxSashWindow *) ptr; | |
276 | dest = (wxWindow *) src; | |
277 | return (void *) dest; | |
278 | } | |
279 | ||
280 | static void *SwigwxSashWindowTowxEvtHandler(void *ptr) { | |
281 | wxSashWindow *src; | |
282 | wxEvtHandler *dest; | |
283 | src = (wxSashWindow *) ptr; | |
284 | dest = (wxEvtHandler *) src; | |
285 | return (void *) dest; | |
286 | } | |
287 | ||
288 | #define new_wxSashWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSashWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) | |
289 | static PyObject *_wrap_new_wxSashWindow(PyObject *self, PyObject *args) { | |
290 | PyObject * _resultobj; | |
291 | wxSashWindow * _result; | |
292 | wxWindow * _arg0; | |
293 | wxWindowID _arg1; | |
294 | wxPoint * _arg2 = &wxPyDefaultPosition; | |
295 | wxSize * _arg3 = &wxPyDefaultSize; | |
296 | long _arg4 = (wxCLIP_CHILDREN)|(wxSW_3D); | |
297 | char * _arg5 = "sashWindow"; | |
298 | char * _argc0 = 0; | |
299 | char * _argc2 = 0; | |
300 | char * _argc3 = 0; | |
301 | char _ptemp[128]; | |
302 | ||
303 | self = self; | |
304 | if(!PyArg_ParseTuple(args,"si|ssls:new_wxSashWindow",&_argc0,&_arg1,&_argc2,&_argc3,&_arg4,&_arg5)) | |
305 | return NULL; | |
306 | if (_argc0) { | |
307 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxWindow_p")) { | |
308 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSashWindow. Expected _wxWindow_p."); | |
309 | return NULL; | |
310 | } | |
311 | } | |
312 | if (_argc2) { | |
313 | if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxPoint_p")) { | |
314 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxSashWindow. Expected _wxPoint_p."); | |
315 | return NULL; | |
316 | } | |
317 | } | |
318 | if (_argc3) { | |
319 | if (SWIG_GetPtr(_argc3,(void **) &_arg3,"_wxSize_p")) { | |
320 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of new_wxSashWindow. Expected _wxSize_p."); | |
321 | return NULL; | |
322 | } | |
323 | } | |
324 | _result = (wxSashWindow *)new_wxSashWindow(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5); | |
325 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxSashWindow_p"); | |
326 | _resultobj = Py_BuildValue("s",_ptemp); | |
327 | return _resultobj; | |
328 | } | |
329 | ||
330 | #define wxSashWindow_GetSashVisible(_swigobj,_swigarg0) (_swigobj->GetSashVisible(_swigarg0)) | |
331 | static PyObject *_wrap_wxSashWindow_GetSashVisible(PyObject *self, PyObject *args) { | |
332 | PyObject * _resultobj; | |
333 | bool _result; | |
334 | wxSashWindow * _arg0; | |
335 | wxSashEdgePosition _arg1; | |
336 | char * _argc0 = 0; | |
337 | ||
338 | self = self; | |
339 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_GetSashVisible",&_argc0,&_arg1)) | |
340 | return NULL; | |
341 | if (_argc0) { | |
342 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
343 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetSashVisible. Expected _wxSashWindow_p."); | |
344 | return NULL; | |
345 | } | |
346 | } | |
347 | _result = (bool )wxSashWindow_GetSashVisible(_arg0,_arg1); | |
348 | _resultobj = Py_BuildValue("i",_result); | |
349 | return _resultobj; | |
350 | } | |
351 | ||
352 | #define wxSashWindow_GetDefaultBorderSize(_swigobj) (_swigobj->GetDefaultBorderSize()) | |
353 | static PyObject *_wrap_wxSashWindow_GetDefaultBorderSize(PyObject *self, PyObject *args) { | |
354 | PyObject * _resultobj; | |
355 | int _result; | |
356 | wxSashWindow * _arg0; | |
357 | char * _argc0 = 0; | |
358 | ||
359 | self = self; | |
360 | if(!PyArg_ParseTuple(args,"s:wxSashWindow_GetDefaultBorderSize",&_argc0)) | |
361 | return NULL; | |
362 | if (_argc0) { | |
363 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
364 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetDefaultBorderSize. Expected _wxSashWindow_p."); | |
365 | return NULL; | |
366 | } | |
367 | } | |
368 | _result = (int )wxSashWindow_GetDefaultBorderSize(_arg0); | |
369 | _resultobj = Py_BuildValue("i",_result); | |
370 | return _resultobj; | |
371 | } | |
372 | ||
373 | #define wxSashWindow_GetEdgeMargin(_swigobj,_swigarg0) (_swigobj->GetEdgeMargin(_swigarg0)) | |
374 | static PyObject *_wrap_wxSashWindow_GetEdgeMargin(PyObject *self, PyObject *args) { | |
375 | PyObject * _resultobj; | |
376 | int _result; | |
377 | wxSashWindow * _arg0; | |
378 | wxSashEdgePosition _arg1; | |
379 | char * _argc0 = 0; | |
380 | ||
381 | self = self; | |
382 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_GetEdgeMargin",&_argc0,&_arg1)) | |
383 | return NULL; | |
384 | if (_argc0) { | |
385 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
386 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetEdgeMargin. Expected _wxSashWindow_p."); | |
387 | return NULL; | |
388 | } | |
389 | } | |
390 | _result = (int )wxSashWindow_GetEdgeMargin(_arg0,_arg1); | |
391 | _resultobj = Py_BuildValue("i",_result); | |
392 | return _resultobj; | |
393 | } | |
394 | ||
395 | #define wxSashWindow_GetExtraBorderSize(_swigobj) (_swigobj->GetExtraBorderSize()) | |
396 | static PyObject *_wrap_wxSashWindow_GetExtraBorderSize(PyObject *self, PyObject *args) { | |
397 | PyObject * _resultobj; | |
398 | int _result; | |
399 | wxSashWindow * _arg0; | |
400 | char * _argc0 = 0; | |
401 | ||
402 | self = self; | |
403 | if(!PyArg_ParseTuple(args,"s:wxSashWindow_GetExtraBorderSize",&_argc0)) | |
404 | return NULL; | |
405 | if (_argc0) { | |
406 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
407 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetExtraBorderSize. Expected _wxSashWindow_p."); | |
408 | return NULL; | |
409 | } | |
410 | } | |
411 | _result = (int )wxSashWindow_GetExtraBorderSize(_arg0); | |
412 | _resultobj = Py_BuildValue("i",_result); | |
413 | return _resultobj; | |
414 | } | |
415 | ||
416 | #define wxSashWindow_GetMaximumSizeX(_swigobj) (_swigobj->GetMaximumSizeX()) | |
417 | static PyObject *_wrap_wxSashWindow_GetMaximumSizeX(PyObject *self, PyObject *args) { | |
418 | PyObject * _resultobj; | |
419 | int _result; | |
420 | wxSashWindow * _arg0; | |
421 | char * _argc0 = 0; | |
422 | ||
423 | self = self; | |
424 | if(!PyArg_ParseTuple(args,"s:wxSashWindow_GetMaximumSizeX",&_argc0)) | |
425 | return NULL; | |
426 | if (_argc0) { | |
427 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
428 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetMaximumSizeX. Expected _wxSashWindow_p."); | |
429 | return NULL; | |
430 | } | |
431 | } | |
432 | _result = (int )wxSashWindow_GetMaximumSizeX(_arg0); | |
433 | _resultobj = Py_BuildValue("i",_result); | |
434 | return _resultobj; | |
435 | } | |
436 | ||
437 | #define wxSashWindow_GetMaximumSizeY(_swigobj) (_swigobj->GetMaximumSizeY()) | |
438 | static PyObject *_wrap_wxSashWindow_GetMaximumSizeY(PyObject *self, PyObject *args) { | |
439 | PyObject * _resultobj; | |
440 | int _result; | |
441 | wxSashWindow * _arg0; | |
442 | char * _argc0 = 0; | |
443 | ||
444 | self = self; | |
445 | if(!PyArg_ParseTuple(args,"s:wxSashWindow_GetMaximumSizeY",&_argc0)) | |
446 | return NULL; | |
447 | if (_argc0) { | |
448 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
449 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetMaximumSizeY. Expected _wxSashWindow_p."); | |
450 | return NULL; | |
451 | } | |
452 | } | |
453 | _result = (int )wxSashWindow_GetMaximumSizeY(_arg0); | |
454 | _resultobj = Py_BuildValue("i",_result); | |
455 | return _resultobj; | |
456 | } | |
457 | ||
458 | #define wxSashWindow_GetMinimumSizeX(_swigobj) (_swigobj->GetMinimumSizeX()) | |
459 | static PyObject *_wrap_wxSashWindow_GetMinimumSizeX(PyObject *self, PyObject *args) { | |
460 | PyObject * _resultobj; | |
461 | int _result; | |
462 | wxSashWindow * _arg0; | |
463 | char * _argc0 = 0; | |
464 | ||
465 | self = self; | |
466 | if(!PyArg_ParseTuple(args,"s:wxSashWindow_GetMinimumSizeX",&_argc0)) | |
467 | return NULL; | |
468 | if (_argc0) { | |
469 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
470 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetMinimumSizeX. Expected _wxSashWindow_p."); | |
471 | return NULL; | |
472 | } | |
473 | } | |
474 | _result = (int )wxSashWindow_GetMinimumSizeX(_arg0); | |
475 | _resultobj = Py_BuildValue("i",_result); | |
476 | return _resultobj; | |
477 | } | |
478 | ||
479 | #define wxSashWindow_GetMinimumSizeY(_swigobj) (_swigobj->GetMinimumSizeY()) | |
480 | static PyObject *_wrap_wxSashWindow_GetMinimumSizeY(PyObject *self, PyObject *args) { | |
481 | PyObject * _resultobj; | |
482 | int _result; | |
483 | wxSashWindow * _arg0; | |
484 | char * _argc0 = 0; | |
485 | ||
486 | self = self; | |
487 | if(!PyArg_ParseTuple(args,"s:wxSashWindow_GetMinimumSizeY",&_argc0)) | |
488 | return NULL; | |
489 | if (_argc0) { | |
490 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
491 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_GetMinimumSizeY. Expected _wxSashWindow_p."); | |
492 | return NULL; | |
493 | } | |
494 | } | |
495 | _result = (int )wxSashWindow_GetMinimumSizeY(_arg0); | |
496 | _resultobj = Py_BuildValue("i",_result); | |
497 | return _resultobj; | |
498 | } | |
499 | ||
500 | #define wxSashWindow_HasBorder(_swigobj,_swigarg0) (_swigobj->HasBorder(_swigarg0)) | |
501 | static PyObject *_wrap_wxSashWindow_HasBorder(PyObject *self, PyObject *args) { | |
502 | PyObject * _resultobj; | |
503 | bool _result; | |
504 | wxSashWindow * _arg0; | |
505 | wxSashEdgePosition _arg1; | |
506 | char * _argc0 = 0; | |
507 | ||
508 | self = self; | |
509 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_HasBorder",&_argc0,&_arg1)) | |
510 | return NULL; | |
511 | if (_argc0) { | |
512 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
513 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_HasBorder. Expected _wxSashWindow_p."); | |
514 | return NULL; | |
515 | } | |
516 | } | |
517 | _result = (bool )wxSashWindow_HasBorder(_arg0,_arg1); | |
518 | _resultobj = Py_BuildValue("i",_result); | |
519 | return _resultobj; | |
520 | } | |
521 | ||
522 | #define wxSashWindow_SetDefaultBorderSize(_swigobj,_swigarg0) (_swigobj->SetDefaultBorderSize(_swigarg0)) | |
523 | static PyObject *_wrap_wxSashWindow_SetDefaultBorderSize(PyObject *self, PyObject *args) { | |
524 | PyObject * _resultobj; | |
525 | wxSashWindow * _arg0; | |
526 | int _arg1; | |
527 | char * _argc0 = 0; | |
528 | ||
529 | self = self; | |
530 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_SetDefaultBorderSize",&_argc0,&_arg1)) | |
531 | return NULL; | |
532 | if (_argc0) { | |
533 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
534 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetDefaultBorderSize. Expected _wxSashWindow_p."); | |
535 | return NULL; | |
536 | } | |
537 | } | |
538 | wxSashWindow_SetDefaultBorderSize(_arg0,_arg1); | |
539 | Py_INCREF(Py_None); | |
540 | _resultobj = Py_None; | |
541 | return _resultobj; | |
542 | } | |
543 | ||
544 | #define wxSashWindow_SetExtraBorderSize(_swigobj,_swigarg0) (_swigobj->SetExtraBorderSize(_swigarg0)) | |
545 | static PyObject *_wrap_wxSashWindow_SetExtraBorderSize(PyObject *self, PyObject *args) { | |
546 | PyObject * _resultobj; | |
547 | wxSashWindow * _arg0; | |
548 | int _arg1; | |
549 | char * _argc0 = 0; | |
550 | ||
551 | self = self; | |
552 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_SetExtraBorderSize",&_argc0,&_arg1)) | |
553 | return NULL; | |
554 | if (_argc0) { | |
555 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
556 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetExtraBorderSize. Expected _wxSashWindow_p."); | |
557 | return NULL; | |
558 | } | |
559 | } | |
560 | wxSashWindow_SetExtraBorderSize(_arg0,_arg1); | |
561 | Py_INCREF(Py_None); | |
562 | _resultobj = Py_None; | |
563 | return _resultobj; | |
564 | } | |
565 | ||
566 | #define wxSashWindow_SetMaximumSizeX(_swigobj,_swigarg0) (_swigobj->SetMaximumSizeX(_swigarg0)) | |
567 | static PyObject *_wrap_wxSashWindow_SetMaximumSizeX(PyObject *self, PyObject *args) { | |
568 | PyObject * _resultobj; | |
569 | wxSashWindow * _arg0; | |
570 | int _arg1; | |
571 | char * _argc0 = 0; | |
572 | ||
573 | self = self; | |
574 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_SetMaximumSizeX",&_argc0,&_arg1)) | |
575 | return NULL; | |
576 | if (_argc0) { | |
577 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
578 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetMaximumSizeX. Expected _wxSashWindow_p."); | |
579 | return NULL; | |
580 | } | |
581 | } | |
582 | wxSashWindow_SetMaximumSizeX(_arg0,_arg1); | |
583 | Py_INCREF(Py_None); | |
584 | _resultobj = Py_None; | |
585 | return _resultobj; | |
586 | } | |
587 | ||
588 | #define wxSashWindow_SetMaximumSizeY(_swigobj,_swigarg0) (_swigobj->SetMaximumSizeY(_swigarg0)) | |
589 | static PyObject *_wrap_wxSashWindow_SetMaximumSizeY(PyObject *self, PyObject *args) { | |
590 | PyObject * _resultobj; | |
591 | wxSashWindow * _arg0; | |
592 | int _arg1; | |
593 | char * _argc0 = 0; | |
594 | ||
595 | self = self; | |
596 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_SetMaximumSizeY",&_argc0,&_arg1)) | |
597 | return NULL; | |
598 | if (_argc0) { | |
599 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
600 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetMaximumSizeY. Expected _wxSashWindow_p."); | |
601 | return NULL; | |
602 | } | |
603 | } | |
604 | wxSashWindow_SetMaximumSizeY(_arg0,_arg1); | |
605 | Py_INCREF(Py_None); | |
606 | _resultobj = Py_None; | |
607 | return _resultobj; | |
608 | } | |
609 | ||
610 | #define wxSashWindow_SetMinimumSizeX(_swigobj,_swigarg0) (_swigobj->SetMinimumSizeX(_swigarg0)) | |
611 | static PyObject *_wrap_wxSashWindow_SetMinimumSizeX(PyObject *self, PyObject *args) { | |
612 | PyObject * _resultobj; | |
613 | wxSashWindow * _arg0; | |
614 | int _arg1; | |
615 | char * _argc0 = 0; | |
616 | ||
617 | self = self; | |
618 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_SetMinimumSizeX",&_argc0,&_arg1)) | |
619 | return NULL; | |
620 | if (_argc0) { | |
621 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
622 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetMinimumSizeX. Expected _wxSashWindow_p."); | |
623 | return NULL; | |
624 | } | |
625 | } | |
626 | wxSashWindow_SetMinimumSizeX(_arg0,_arg1); | |
627 | Py_INCREF(Py_None); | |
628 | _resultobj = Py_None; | |
629 | return _resultobj; | |
630 | } | |
631 | ||
632 | #define wxSashWindow_SetMinimumSizeY(_swigobj,_swigarg0) (_swigobj->SetMinimumSizeY(_swigarg0)) | |
633 | static PyObject *_wrap_wxSashWindow_SetMinimumSizeY(PyObject *self, PyObject *args) { | |
634 | PyObject * _resultobj; | |
635 | wxSashWindow * _arg0; | |
636 | int _arg1; | |
637 | char * _argc0 = 0; | |
638 | ||
639 | self = self; | |
640 | if(!PyArg_ParseTuple(args,"si:wxSashWindow_SetMinimumSizeY",&_argc0,&_arg1)) | |
641 | return NULL; | |
642 | if (_argc0) { | |
643 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
644 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetMinimumSizeY. Expected _wxSashWindow_p."); | |
645 | return NULL; | |
646 | } | |
647 | } | |
648 | wxSashWindow_SetMinimumSizeY(_arg0,_arg1); | |
649 | Py_INCREF(Py_None); | |
650 | _resultobj = Py_None; | |
651 | return _resultobj; | |
652 | } | |
653 | ||
654 | #define wxSashWindow_SetSashVisible(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSashVisible(_swigarg0,_swigarg1)) | |
655 | static PyObject *_wrap_wxSashWindow_SetSashVisible(PyObject *self, PyObject *args) { | |
656 | PyObject * _resultobj; | |
657 | wxSashWindow * _arg0; | |
658 | wxSashEdgePosition _arg1; | |
659 | bool _arg2; | |
660 | char * _argc0 = 0; | |
661 | int tempbool2; | |
662 | ||
663 | self = self; | |
664 | if(!PyArg_ParseTuple(args,"sii:wxSashWindow_SetSashVisible",&_argc0,&_arg1,&tempbool2)) | |
665 | return NULL; | |
666 | if (_argc0) { | |
667 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
668 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetSashVisible. Expected _wxSashWindow_p."); | |
669 | return NULL; | |
670 | } | |
671 | } | |
672 | _arg2 = (bool ) tempbool2; | |
673 | wxSashWindow_SetSashVisible(_arg0,_arg1,_arg2); | |
674 | Py_INCREF(Py_None); | |
675 | _resultobj = Py_None; | |
676 | return _resultobj; | |
677 | } | |
678 | ||
679 | #define wxSashWindow_SetSashBorder(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSashBorder(_swigarg0,_swigarg1)) | |
680 | static PyObject *_wrap_wxSashWindow_SetSashBorder(PyObject *self, PyObject *args) { | |
681 | PyObject * _resultobj; | |
682 | wxSashWindow * _arg0; | |
683 | wxSashEdgePosition _arg1; | |
684 | bool _arg2; | |
685 | char * _argc0 = 0; | |
686 | int tempbool2; | |
687 | ||
688 | self = self; | |
689 | if(!PyArg_ParseTuple(args,"sii:wxSashWindow_SetSashBorder",&_argc0,&_arg1,&tempbool2)) | |
690 | return NULL; | |
691 | if (_argc0) { | |
692 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashWindow_p")) { | |
693 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashWindow_SetSashBorder. Expected _wxSashWindow_p."); | |
694 | return NULL; | |
695 | } | |
696 | } | |
697 | _arg2 = (bool ) tempbool2; | |
698 | wxSashWindow_SetSashBorder(_arg0,_arg1,_arg2); | |
699 | Py_INCREF(Py_None); | |
700 | _resultobj = Py_None; | |
701 | return _resultobj; | |
702 | } | |
703 | ||
704 | static void *SwigwxQueryLayoutInfoEventTowxEvent(void *ptr) { | |
705 | wxQueryLayoutInfoEvent *src; | |
706 | wxEvent *dest; | |
707 | src = (wxQueryLayoutInfoEvent *) ptr; | |
708 | dest = (wxEvent *) src; | |
709 | return (void *) dest; | |
710 | } | |
711 | ||
712 | #define wxQueryLayoutInfoEvent_SetRequestedLength(_swigobj,_swigarg0) (_swigobj->SetRequestedLength(_swigarg0)) | |
713 | static PyObject *_wrap_wxQueryLayoutInfoEvent_SetRequestedLength(PyObject *self, PyObject *args) { | |
714 | PyObject * _resultobj; | |
715 | wxQueryLayoutInfoEvent * _arg0; | |
716 | int _arg1; | |
717 | char * _argc0 = 0; | |
718 | ||
719 | self = self; | |
720 | if(!PyArg_ParseTuple(args,"si:wxQueryLayoutInfoEvent_SetRequestedLength",&_argc0,&_arg1)) | |
721 | return NULL; | |
722 | if (_argc0) { | |
723 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
724 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetRequestedLength. Expected _wxQueryLayoutInfoEvent_p."); | |
725 | return NULL; | |
726 | } | |
727 | } | |
728 | wxQueryLayoutInfoEvent_SetRequestedLength(_arg0,_arg1); | |
729 | Py_INCREF(Py_None); | |
730 | _resultobj = Py_None; | |
731 | return _resultobj; | |
732 | } | |
733 | ||
734 | #define wxQueryLayoutInfoEvent_GetRequestedLength(_swigobj) (_swigobj->GetRequestedLength()) | |
735 | static PyObject *_wrap_wxQueryLayoutInfoEvent_GetRequestedLength(PyObject *self, PyObject *args) { | |
736 | PyObject * _resultobj; | |
737 | int _result; | |
738 | wxQueryLayoutInfoEvent * _arg0; | |
739 | char * _argc0 = 0; | |
740 | ||
741 | self = self; | |
742 | if(!PyArg_ParseTuple(args,"s:wxQueryLayoutInfoEvent_GetRequestedLength",&_argc0)) | |
743 | return NULL; | |
744 | if (_argc0) { | |
745 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
746 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetRequestedLength. Expected _wxQueryLayoutInfoEvent_p."); | |
747 | return NULL; | |
748 | } | |
749 | } | |
750 | _result = (int )wxQueryLayoutInfoEvent_GetRequestedLength(_arg0); | |
751 | _resultobj = Py_BuildValue("i",_result); | |
752 | return _resultobj; | |
753 | } | |
754 | ||
755 | #define wxQueryLayoutInfoEvent_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0)) | |
756 | static PyObject *_wrap_wxQueryLayoutInfoEvent_SetFlags(PyObject *self, PyObject *args) { | |
757 | PyObject * _resultobj; | |
758 | wxQueryLayoutInfoEvent * _arg0; | |
759 | int _arg1; | |
760 | char * _argc0 = 0; | |
761 | ||
762 | self = self; | |
763 | if(!PyArg_ParseTuple(args,"si:wxQueryLayoutInfoEvent_SetFlags",&_argc0,&_arg1)) | |
764 | return NULL; | |
765 | if (_argc0) { | |
766 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
767 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetFlags. Expected _wxQueryLayoutInfoEvent_p."); | |
768 | return NULL; | |
769 | } | |
770 | } | |
771 | wxQueryLayoutInfoEvent_SetFlags(_arg0,_arg1); | |
772 | Py_INCREF(Py_None); | |
773 | _resultobj = Py_None; | |
774 | return _resultobj; | |
775 | } | |
776 | ||
777 | #define wxQueryLayoutInfoEvent_GetFlags(_swigobj) (_swigobj->GetFlags()) | |
778 | static PyObject *_wrap_wxQueryLayoutInfoEvent_GetFlags(PyObject *self, PyObject *args) { | |
779 | PyObject * _resultobj; | |
780 | int _result; | |
781 | wxQueryLayoutInfoEvent * _arg0; | |
782 | char * _argc0 = 0; | |
783 | ||
784 | self = self; | |
785 | if(!PyArg_ParseTuple(args,"s:wxQueryLayoutInfoEvent_GetFlags",&_argc0)) | |
786 | return NULL; | |
787 | if (_argc0) { | |
788 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
789 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetFlags. Expected _wxQueryLayoutInfoEvent_p."); | |
790 | return NULL; | |
791 | } | |
792 | } | |
793 | _result = (int )wxQueryLayoutInfoEvent_GetFlags(_arg0); | |
794 | _resultobj = Py_BuildValue("i",_result); | |
795 | return _resultobj; | |
796 | } | |
797 | ||
798 | #define wxQueryLayoutInfoEvent_SetSize(_swigobj,_swigarg0) (_swigobj->SetSize(_swigarg0)) | |
799 | static PyObject *_wrap_wxQueryLayoutInfoEvent_SetSize(PyObject *self, PyObject *args) { | |
800 | PyObject * _resultobj; | |
801 | wxQueryLayoutInfoEvent * _arg0; | |
802 | wxSize * _arg1; | |
803 | char * _argc0 = 0; | |
804 | char * _argc1 = 0; | |
805 | ||
806 | self = self; | |
807 | if(!PyArg_ParseTuple(args,"ss:wxQueryLayoutInfoEvent_SetSize",&_argc0,&_argc1)) | |
808 | return NULL; | |
809 | if (_argc0) { | |
810 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
811 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetSize. Expected _wxQueryLayoutInfoEvent_p."); | |
812 | return NULL; | |
813 | } | |
814 | } | |
815 | if (_argc1) { | |
816 | if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxSize_p")) { | |
817 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxQueryLayoutInfoEvent_SetSize. Expected _wxSize_p."); | |
818 | return NULL; | |
819 | } | |
820 | } | |
821 | wxQueryLayoutInfoEvent_SetSize(_arg0,*_arg1); | |
822 | Py_INCREF(Py_None); | |
823 | _resultobj = Py_None; | |
824 | return _resultobj; | |
825 | } | |
826 | ||
827 | #define wxQueryLayoutInfoEvent_GetSize(_swigobj) (_swigobj->GetSize()) | |
828 | static PyObject *_wrap_wxQueryLayoutInfoEvent_GetSize(PyObject *self, PyObject *args) { | |
829 | PyObject * _resultobj; | |
830 | wxSize * _result; | |
831 | wxQueryLayoutInfoEvent * _arg0; | |
832 | char * _argc0 = 0; | |
833 | char _ptemp[128]; | |
834 | ||
835 | self = self; | |
836 | if(!PyArg_ParseTuple(args,"s:wxQueryLayoutInfoEvent_GetSize",&_argc0)) | |
837 | return NULL; | |
838 | if (_argc0) { | |
839 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
840 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetSize. Expected _wxQueryLayoutInfoEvent_p."); | |
841 | return NULL; | |
842 | } | |
843 | } | |
844 | _result = new wxSize (wxQueryLayoutInfoEvent_GetSize(_arg0)); | |
845 | SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p"); | |
846 | _resultobj = Py_BuildValue("s",_ptemp); | |
847 | return _resultobj; | |
848 | } | |
849 | ||
850 | #define wxQueryLayoutInfoEvent_SetOrientation(_swigobj,_swigarg0) (_swigobj->SetOrientation(_swigarg0)) | |
851 | static PyObject *_wrap_wxQueryLayoutInfoEvent_SetOrientation(PyObject *self, PyObject *args) { | |
852 | PyObject * _resultobj; | |
853 | wxQueryLayoutInfoEvent * _arg0; | |
854 | wxLayoutOrientation _arg1; | |
855 | char * _argc0 = 0; | |
856 | ||
857 | self = self; | |
858 | if(!PyArg_ParseTuple(args,"si:wxQueryLayoutInfoEvent_SetOrientation",&_argc0,&_arg1)) | |
859 | return NULL; | |
860 | if (_argc0) { | |
861 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
862 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetOrientation. Expected _wxQueryLayoutInfoEvent_p."); | |
863 | return NULL; | |
864 | } | |
865 | } | |
866 | wxQueryLayoutInfoEvent_SetOrientation(_arg0,_arg1); | |
867 | Py_INCREF(Py_None); | |
868 | _resultobj = Py_None; | |
869 | return _resultobj; | |
870 | } | |
871 | ||
872 | #define wxQueryLayoutInfoEvent_GetOrientation(_swigobj) (_swigobj->GetOrientation()) | |
873 | static PyObject *_wrap_wxQueryLayoutInfoEvent_GetOrientation(PyObject *self, PyObject *args) { | |
874 | PyObject * _resultobj; | |
875 | wxLayoutOrientation _result; | |
876 | wxQueryLayoutInfoEvent * _arg0; | |
877 | char * _argc0 = 0; | |
878 | ||
879 | self = self; | |
880 | if(!PyArg_ParseTuple(args,"s:wxQueryLayoutInfoEvent_GetOrientation",&_argc0)) | |
881 | return NULL; | |
882 | if (_argc0) { | |
883 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
884 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetOrientation. Expected _wxQueryLayoutInfoEvent_p."); | |
885 | return NULL; | |
886 | } | |
887 | } | |
888 | _result = (wxLayoutOrientation )wxQueryLayoutInfoEvent_GetOrientation(_arg0); | |
889 | _resultobj = Py_BuildValue("i",_result); | |
890 | return _resultobj; | |
891 | } | |
892 | ||
893 | #define wxQueryLayoutInfoEvent_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0)) | |
894 | static PyObject *_wrap_wxQueryLayoutInfoEvent_SetAlignment(PyObject *self, PyObject *args) { | |
895 | PyObject * _resultobj; | |
896 | wxQueryLayoutInfoEvent * _arg0; | |
897 | wxLayoutAlignment _arg1; | |
898 | char * _argc0 = 0; | |
899 | ||
900 | self = self; | |
901 | if(!PyArg_ParseTuple(args,"si:wxQueryLayoutInfoEvent_SetAlignment",&_argc0,&_arg1)) | |
902 | return NULL; | |
903 | if (_argc0) { | |
904 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
905 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetAlignment. Expected _wxQueryLayoutInfoEvent_p."); | |
906 | return NULL; | |
907 | } | |
908 | } | |
909 | wxQueryLayoutInfoEvent_SetAlignment(_arg0,_arg1); | |
910 | Py_INCREF(Py_None); | |
911 | _resultobj = Py_None; | |
912 | return _resultobj; | |
913 | } | |
914 | ||
915 | #define wxQueryLayoutInfoEvent_GetAlignment(_swigobj) (_swigobj->GetAlignment()) | |
916 | static PyObject *_wrap_wxQueryLayoutInfoEvent_GetAlignment(PyObject *self, PyObject *args) { | |
917 | PyObject * _resultobj; | |
918 | wxLayoutAlignment _result; | |
919 | wxQueryLayoutInfoEvent * _arg0; | |
920 | char * _argc0 = 0; | |
921 | ||
922 | self = self; | |
923 | if(!PyArg_ParseTuple(args,"s:wxQueryLayoutInfoEvent_GetAlignment",&_argc0)) | |
924 | return NULL; | |
925 | if (_argc0) { | |
926 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxQueryLayoutInfoEvent_p")) { | |
927 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetAlignment. Expected _wxQueryLayoutInfoEvent_p."); | |
928 | return NULL; | |
929 | } | |
930 | } | |
931 | _result = (wxLayoutAlignment )wxQueryLayoutInfoEvent_GetAlignment(_arg0); | |
932 | _resultobj = Py_BuildValue("i",_result); | |
933 | return _resultobj; | |
934 | } | |
935 | ||
936 | static void *SwigwxCalculateLayoutEventTowxEvent(void *ptr) { | |
937 | wxCalculateLayoutEvent *src; | |
938 | wxEvent *dest; | |
939 | src = (wxCalculateLayoutEvent *) ptr; | |
940 | dest = (wxEvent *) src; | |
941 | return (void *) dest; | |
942 | } | |
943 | ||
944 | #define wxCalculateLayoutEvent_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0)) | |
945 | static PyObject *_wrap_wxCalculateLayoutEvent_SetFlags(PyObject *self, PyObject *args) { | |
946 | PyObject * _resultobj; | |
947 | wxCalculateLayoutEvent * _arg0; | |
948 | int _arg1; | |
949 | char * _argc0 = 0; | |
950 | ||
951 | self = self; | |
952 | if(!PyArg_ParseTuple(args,"si:wxCalculateLayoutEvent_SetFlags",&_argc0,&_arg1)) | |
953 | return NULL; | |
954 | if (_argc0) { | |
955 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxCalculateLayoutEvent_p")) { | |
956 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCalculateLayoutEvent_SetFlags. Expected _wxCalculateLayoutEvent_p."); | |
957 | return NULL; | |
958 | } | |
959 | } | |
960 | wxCalculateLayoutEvent_SetFlags(_arg0,_arg1); | |
961 | Py_INCREF(Py_None); | |
962 | _resultobj = Py_None; | |
963 | return _resultobj; | |
964 | } | |
965 | ||
966 | #define wxCalculateLayoutEvent_GetFlags(_swigobj) (_swigobj->GetFlags()) | |
967 | static PyObject *_wrap_wxCalculateLayoutEvent_GetFlags(PyObject *self, PyObject *args) { | |
968 | PyObject * _resultobj; | |
969 | int _result; | |
970 | wxCalculateLayoutEvent * _arg0; | |
971 | char * _argc0 = 0; | |
972 | ||
973 | self = self; | |
974 | if(!PyArg_ParseTuple(args,"s:wxCalculateLayoutEvent_GetFlags",&_argc0)) | |
975 | return NULL; | |
976 | if (_argc0) { | |
977 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxCalculateLayoutEvent_p")) { | |
978 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCalculateLayoutEvent_GetFlags. Expected _wxCalculateLayoutEvent_p."); | |
979 | return NULL; | |
980 | } | |
981 | } | |
982 | _result = (int )wxCalculateLayoutEvent_GetFlags(_arg0); | |
983 | _resultobj = Py_BuildValue("i",_result); | |
984 | return _resultobj; | |
985 | } | |
986 | ||
987 | #define wxCalculateLayoutEvent_SetRect(_swigobj,_swigarg0) (_swigobj->SetRect(_swigarg0)) | |
988 | static PyObject *_wrap_wxCalculateLayoutEvent_SetRect(PyObject *self, PyObject *args) { | |
989 | PyObject * _resultobj; | |
990 | wxCalculateLayoutEvent * _arg0; | |
991 | wxRect * _arg1; | |
992 | char * _argc0 = 0; | |
993 | char * _argc1 = 0; | |
994 | ||
995 | self = self; | |
996 | if(!PyArg_ParseTuple(args,"ss:wxCalculateLayoutEvent_SetRect",&_argc0,&_argc1)) | |
997 | return NULL; | |
998 | if (_argc0) { | |
999 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxCalculateLayoutEvent_p")) { | |
1000 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCalculateLayoutEvent_SetRect. Expected _wxCalculateLayoutEvent_p."); | |
1001 | return NULL; | |
1002 | } | |
1003 | } | |
1004 | if (_argc1) { | |
1005 | if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxRect_p")) { | |
1006 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCalculateLayoutEvent_SetRect. Expected _wxRect_p."); | |
1007 | return NULL; | |
1008 | } | |
1009 | } | |
1010 | wxCalculateLayoutEvent_SetRect(_arg0,*_arg1); | |
1011 | Py_INCREF(Py_None); | |
1012 | _resultobj = Py_None; | |
1013 | return _resultobj; | |
1014 | } | |
1015 | ||
1016 | #define wxCalculateLayoutEvent_GetRect(_swigobj) (_swigobj->GetRect()) | |
1017 | static PyObject *_wrap_wxCalculateLayoutEvent_GetRect(PyObject *self, PyObject *args) { | |
1018 | PyObject * _resultobj; | |
1019 | wxRect * _result; | |
1020 | wxCalculateLayoutEvent * _arg0; | |
1021 | char * _argc0 = 0; | |
1022 | char _ptemp[128]; | |
1023 | ||
1024 | self = self; | |
1025 | if(!PyArg_ParseTuple(args,"s:wxCalculateLayoutEvent_GetRect",&_argc0)) | |
1026 | return NULL; | |
1027 | if (_argc0) { | |
1028 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxCalculateLayoutEvent_p")) { | |
1029 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCalculateLayoutEvent_GetRect. Expected _wxCalculateLayoutEvent_p."); | |
1030 | return NULL; | |
1031 | } | |
1032 | } | |
1033 | _result = new wxRect (wxCalculateLayoutEvent_GetRect(_arg0)); | |
1034 | SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p"); | |
1035 | _resultobj = Py_BuildValue("s",_ptemp); | |
1036 | return _resultobj; | |
1037 | } | |
1038 | ||
1039 | static void *SwigwxSashLayoutWindowTowxSashWindow(void *ptr) { | |
1040 | wxSashLayoutWindow *src; | |
1041 | wxSashWindow *dest; | |
1042 | src = (wxSashLayoutWindow *) ptr; | |
1043 | dest = (wxSashWindow *) src; | |
1044 | return (void *) dest; | |
1045 | } | |
1046 | ||
1047 | static void *SwigwxSashLayoutWindowTowxWindow(void *ptr) { | |
1048 | wxSashLayoutWindow *src; | |
1049 | wxWindow *dest; | |
1050 | src = (wxSashLayoutWindow *) ptr; | |
1051 | dest = (wxWindow *) src; | |
1052 | return (void *) dest; | |
1053 | } | |
1054 | ||
1055 | static void *SwigwxSashLayoutWindowTowxEvtHandler(void *ptr) { | |
1056 | wxSashLayoutWindow *src; | |
1057 | wxEvtHandler *dest; | |
1058 | src = (wxSashLayoutWindow *) ptr; | |
1059 | dest = (wxEvtHandler *) src; | |
1060 | return (void *) dest; | |
1061 | } | |
1062 | ||
1063 | #define new_wxSashLayoutWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSashLayoutWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) | |
1064 | static PyObject *_wrap_new_wxSashLayoutWindow(PyObject *self, PyObject *args) { | |
1065 | PyObject * _resultobj; | |
1066 | wxSashLayoutWindow * _result; | |
1067 | wxWindow * _arg0; | |
1068 | wxWindowID _arg1; | |
1069 | wxPoint * _arg2 = &wxPyDefaultPosition; | |
1070 | wxSize * _arg3 = &wxPyDefaultSize; | |
1071 | long _arg4 = (wxCLIP_CHILDREN)|(wxSW_3D); | |
1072 | char * _arg5 = "layoutWindow"; | |
1073 | char * _argc0 = 0; | |
1074 | char * _argc2 = 0; | |
1075 | char * _argc3 = 0; | |
1076 | char _ptemp[128]; | |
1077 | ||
1078 | self = self; | |
1079 | if(!PyArg_ParseTuple(args,"si|ssls:new_wxSashLayoutWindow",&_argc0,&_arg1,&_argc2,&_argc3,&_arg4,&_arg5)) | |
1080 | return NULL; | |
1081 | if (_argc0) { | |
1082 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxWindow_p")) { | |
1083 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSashLayoutWindow. Expected _wxWindow_p."); | |
1084 | return NULL; | |
1085 | } | |
1086 | } | |
1087 | if (_argc2) { | |
1088 | if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxPoint_p")) { | |
1089 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxSashLayoutWindow. Expected _wxPoint_p."); | |
1090 | return NULL; | |
1091 | } | |
1092 | } | |
1093 | if (_argc3) { | |
1094 | if (SWIG_GetPtr(_argc3,(void **) &_arg3,"_wxSize_p")) { | |
1095 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of new_wxSashLayoutWindow. Expected _wxSize_p."); | |
1096 | return NULL; | |
1097 | } | |
1098 | } | |
1099 | _result = (wxSashLayoutWindow *)new_wxSashLayoutWindow(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5); | |
1100 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxSashLayoutWindow_p"); | |
1101 | _resultobj = Py_BuildValue("s",_ptemp); | |
1102 | return _resultobj; | |
1103 | } | |
1104 | ||
1105 | #define wxSashLayoutWindow_GetAlignment(_swigobj) (_swigobj->GetAlignment()) | |
1106 | static PyObject *_wrap_wxSashLayoutWindow_GetAlignment(PyObject *self, PyObject *args) { | |
1107 | PyObject * _resultobj; | |
1108 | wxLayoutAlignment _result; | |
1109 | wxSashLayoutWindow * _arg0; | |
1110 | char * _argc0 = 0; | |
1111 | ||
1112 | self = self; | |
1113 | if(!PyArg_ParseTuple(args,"s:wxSashLayoutWindow_GetAlignment",&_argc0)) | |
1114 | return NULL; | |
1115 | if (_argc0) { | |
1116 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashLayoutWindow_p")) { | |
1117 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashLayoutWindow_GetAlignment. Expected _wxSashLayoutWindow_p."); | |
1118 | return NULL; | |
1119 | } | |
1120 | } | |
1121 | _result = (wxLayoutAlignment )wxSashLayoutWindow_GetAlignment(_arg0); | |
1122 | _resultobj = Py_BuildValue("i",_result); | |
1123 | return _resultobj; | |
1124 | } | |
1125 | ||
1126 | #define wxSashLayoutWindow_GetOrientation(_swigobj) (_swigobj->GetOrientation()) | |
1127 | static PyObject *_wrap_wxSashLayoutWindow_GetOrientation(PyObject *self, PyObject *args) { | |
1128 | PyObject * _resultobj; | |
1129 | wxLayoutOrientation _result; | |
1130 | wxSashLayoutWindow * _arg0; | |
1131 | char * _argc0 = 0; | |
1132 | ||
1133 | self = self; | |
1134 | if(!PyArg_ParseTuple(args,"s:wxSashLayoutWindow_GetOrientation",&_argc0)) | |
1135 | return NULL; | |
1136 | if (_argc0) { | |
1137 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashLayoutWindow_p")) { | |
1138 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashLayoutWindow_GetOrientation. Expected _wxSashLayoutWindow_p."); | |
1139 | return NULL; | |
1140 | } | |
1141 | } | |
1142 | _result = (wxLayoutOrientation )wxSashLayoutWindow_GetOrientation(_arg0); | |
1143 | _resultobj = Py_BuildValue("i",_result); | |
1144 | return _resultobj; | |
1145 | } | |
1146 | ||
1147 | #define wxSashLayoutWindow_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0)) | |
1148 | static PyObject *_wrap_wxSashLayoutWindow_SetAlignment(PyObject *self, PyObject *args) { | |
1149 | PyObject * _resultobj; | |
1150 | wxSashLayoutWindow * _arg0; | |
1151 | wxLayoutAlignment _arg1; | |
1152 | char * _argc0 = 0; | |
1153 | ||
1154 | self = self; | |
1155 | if(!PyArg_ParseTuple(args,"si:wxSashLayoutWindow_SetAlignment",&_argc0,&_arg1)) | |
1156 | return NULL; | |
1157 | if (_argc0) { | |
1158 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashLayoutWindow_p")) { | |
1159 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashLayoutWindow_SetAlignment. Expected _wxSashLayoutWindow_p."); | |
1160 | return NULL; | |
1161 | } | |
1162 | } | |
1163 | wxSashLayoutWindow_SetAlignment(_arg0,_arg1); | |
1164 | Py_INCREF(Py_None); | |
1165 | _resultobj = Py_None; | |
1166 | return _resultobj; | |
1167 | } | |
1168 | ||
1169 | #define wxSashLayoutWindow_SetDefaultSize(_swigobj,_swigarg0) (_swigobj->SetDefaultSize(_swigarg0)) | |
1170 | static PyObject *_wrap_wxSashLayoutWindow_SetDefaultSize(PyObject *self, PyObject *args) { | |
1171 | PyObject * _resultobj; | |
1172 | wxSashLayoutWindow * _arg0; | |
1173 | wxSize * _arg1; | |
1174 | char * _argc0 = 0; | |
1175 | char * _argc1 = 0; | |
1176 | ||
1177 | self = self; | |
1178 | if(!PyArg_ParseTuple(args,"ss:wxSashLayoutWindow_SetDefaultSize",&_argc0,&_argc1)) | |
1179 | return NULL; | |
1180 | if (_argc0) { | |
1181 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashLayoutWindow_p")) { | |
1182 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashLayoutWindow_SetDefaultSize. Expected _wxSashLayoutWindow_p."); | |
1183 | return NULL; | |
1184 | } | |
1185 | } | |
1186 | if (_argc1) { | |
1187 | if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxSize_p")) { | |
1188 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSashLayoutWindow_SetDefaultSize. Expected _wxSize_p."); | |
1189 | return NULL; | |
1190 | } | |
1191 | } | |
1192 | wxSashLayoutWindow_SetDefaultSize(_arg0,*_arg1); | |
1193 | Py_INCREF(Py_None); | |
1194 | _resultobj = Py_None; | |
1195 | return _resultobj; | |
1196 | } | |
1197 | ||
1198 | #define wxSashLayoutWindow_SetOrientation(_swigobj,_swigarg0) (_swigobj->SetOrientation(_swigarg0)) | |
1199 | static PyObject *_wrap_wxSashLayoutWindow_SetOrientation(PyObject *self, PyObject *args) { | |
1200 | PyObject * _resultobj; | |
1201 | wxSashLayoutWindow * _arg0; | |
1202 | wxLayoutOrientation _arg1; | |
1203 | char * _argc0 = 0; | |
1204 | ||
1205 | self = self; | |
1206 | if(!PyArg_ParseTuple(args,"si:wxSashLayoutWindow_SetOrientation",&_argc0,&_arg1)) | |
1207 | return NULL; | |
1208 | if (_argc0) { | |
1209 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSashLayoutWindow_p")) { | |
1210 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSashLayoutWindow_SetOrientation. Expected _wxSashLayoutWindow_p."); | |
1211 | return NULL; | |
1212 | } | |
1213 | } | |
1214 | wxSashLayoutWindow_SetOrientation(_arg0,_arg1); | |
1215 | Py_INCREF(Py_None); | |
1216 | _resultobj = Py_None; | |
1217 | return _resultobj; | |
1218 | } | |
1219 | ||
1220 | #define new_wxLayoutAlgorithm() (new wxLayoutAlgorithm()) | |
1221 | static PyObject *_wrap_new_wxLayoutAlgorithm(PyObject *self, PyObject *args) { | |
1222 | PyObject * _resultobj; | |
1223 | wxLayoutAlgorithm * _result; | |
1224 | char _ptemp[128]; | |
1225 | ||
1226 | self = self; | |
1227 | if(!PyArg_ParseTuple(args,":new_wxLayoutAlgorithm")) | |
1228 | return NULL; | |
1229 | _result = (wxLayoutAlgorithm *)new_wxLayoutAlgorithm(); | |
1230 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLayoutAlgorithm_p"); | |
1231 | _resultobj = Py_BuildValue("s",_ptemp); | |
1232 | return _resultobj; | |
1233 | } | |
1234 | ||
1235 | #define delete_wxLayoutAlgorithm(_swigobj) (delete _swigobj) | |
1236 | static PyObject *_wrap_delete_wxLayoutAlgorithm(PyObject *self, PyObject *args) { | |
1237 | PyObject * _resultobj; | |
1238 | wxLayoutAlgorithm * _arg0; | |
1239 | char * _argc0 = 0; | |
1240 | ||
1241 | self = self; | |
1242 | if(!PyArg_ParseTuple(args,"s:delete_wxLayoutAlgorithm",&_argc0)) | |
1243 | return NULL; | |
1244 | if (_argc0) { | |
1245 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxLayoutAlgorithm_p")) { | |
1246 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxLayoutAlgorithm. Expected _wxLayoutAlgorithm_p."); | |
1247 | return NULL; | |
1248 | } | |
1249 | } | |
1250 | delete_wxLayoutAlgorithm(_arg0); | |
1251 | Py_INCREF(Py_None); | |
1252 | _resultobj = Py_None; | |
1253 | return _resultobj; | |
1254 | } | |
1255 | ||
1256 | #define wxLayoutAlgorithm_LayoutMDIFrame(_swigobj,_swigarg0,_swigarg1) (_swigobj->LayoutMDIFrame(_swigarg0,_swigarg1)) | |
1257 | static PyObject *_wrap_wxLayoutAlgorithm_LayoutMDIFrame(PyObject *self, PyObject *args) { | |
1258 | PyObject * _resultobj; | |
1259 | bool _result; | |
1260 | wxLayoutAlgorithm * _arg0; | |
1261 | wxMDIParentFrame * _arg1; | |
1262 | wxRect * _arg2 = NULL; | |
1263 | char * _argc0 = 0; | |
1264 | char * _argc1 = 0; | |
1265 | char * _argc2 = 0; | |
1266 | ||
1267 | self = self; | |
1268 | if(!PyArg_ParseTuple(args,"ss|s:wxLayoutAlgorithm_LayoutMDIFrame",&_argc0,&_argc1,&_argc2)) | |
1269 | return NULL; | |
1270 | if (_argc0) { | |
1271 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxLayoutAlgorithm_p")) { | |
1272 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxLayoutAlgorithm_p."); | |
1273 | return NULL; | |
1274 | } | |
1275 | } | |
1276 | if (_argc1) { | |
1277 | if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxMDIParentFrame_p")) { | |
1278 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxMDIParentFrame_p."); | |
1279 | return NULL; | |
1280 | } | |
1281 | } | |
1282 | if (_argc2) { | |
1283 | if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxRect_p")) { | |
1284 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxRect_p."); | |
1285 | return NULL; | |
1286 | } | |
1287 | } | |
1288 | _result = (bool )wxLayoutAlgorithm_LayoutMDIFrame(_arg0,_arg1,_arg2); | |
1289 | _resultobj = Py_BuildValue("i",_result); | |
1290 | return _resultobj; | |
1291 | } | |
1292 | ||
1293 | #define wxLayoutAlgorithm_LayoutFrame(_swigobj,_swigarg0,_swigarg1) (_swigobj->LayoutFrame(_swigarg0,_swigarg1)) | |
1294 | static PyObject *_wrap_wxLayoutAlgorithm_LayoutFrame(PyObject *self, PyObject *args) { | |
1295 | PyObject * _resultobj; | |
1296 | bool _result; | |
1297 | wxLayoutAlgorithm * _arg0; | |
1298 | wxFrame * _arg1; | |
1299 | wxWindow * _arg2 = NULL; | |
1300 | char * _argc0 = 0; | |
1301 | char * _argc1 = 0; | |
1302 | char * _argc2 = 0; | |
1303 | ||
1304 | self = self; | |
1305 | if(!PyArg_ParseTuple(args,"ss|s:wxLayoutAlgorithm_LayoutFrame",&_argc0,&_argc1,&_argc2)) | |
1306 | return NULL; | |
1307 | if (_argc0) { | |
1308 | if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxLayoutAlgorithm_p")) { | |
1309 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLayoutAlgorithm_LayoutFrame. Expected _wxLayoutAlgorithm_p."); | |
1310 | return NULL; | |
1311 | } | |
1312 | } | |
1313 | if (_argc1) { | |
1314 | if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxFrame_p")) { | |
1315 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxLayoutAlgorithm_LayoutFrame. Expected _wxFrame_p."); | |
1316 | return NULL; | |
1317 | } | |
1318 | } | |
1319 | if (_argc2) { | |
1320 | if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxWindow_p")) { | |
1321 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxLayoutAlgorithm_LayoutFrame. Expected _wxWindow_p."); | |
1322 | return NULL; | |
1323 | } | |
1324 | } | |
1325 | _result = (bool )wxLayoutAlgorithm_LayoutFrame(_arg0,_arg1,_arg2); | |
1326 | _resultobj = Py_BuildValue("i",_result); | |
1327 | return _resultobj; | |
1328 | } | |
1329 | ||
1330 | static PyMethodDef windows3cMethods[] = { | |
1331 | { "wxLayoutAlgorithm_LayoutFrame", _wrap_wxLayoutAlgorithm_LayoutFrame, 1 }, | |
1332 | { "wxLayoutAlgorithm_LayoutMDIFrame", _wrap_wxLayoutAlgorithm_LayoutMDIFrame, 1 }, | |
1333 | { "delete_wxLayoutAlgorithm", _wrap_delete_wxLayoutAlgorithm, 1 }, | |
1334 | { "new_wxLayoutAlgorithm", _wrap_new_wxLayoutAlgorithm, 1 }, | |
1335 | { "wxSashLayoutWindow_SetOrientation", _wrap_wxSashLayoutWindow_SetOrientation, 1 }, | |
1336 | { "wxSashLayoutWindow_SetDefaultSize", _wrap_wxSashLayoutWindow_SetDefaultSize, 1 }, | |
1337 | { "wxSashLayoutWindow_SetAlignment", _wrap_wxSashLayoutWindow_SetAlignment, 1 }, | |
1338 | { "wxSashLayoutWindow_GetOrientation", _wrap_wxSashLayoutWindow_GetOrientation, 1 }, | |
1339 | { "wxSashLayoutWindow_GetAlignment", _wrap_wxSashLayoutWindow_GetAlignment, 1 }, | |
1340 | { "new_wxSashLayoutWindow", _wrap_new_wxSashLayoutWindow, 1 }, | |
1341 | { "wxCalculateLayoutEvent_GetRect", _wrap_wxCalculateLayoutEvent_GetRect, 1 }, | |
1342 | { "wxCalculateLayoutEvent_SetRect", _wrap_wxCalculateLayoutEvent_SetRect, 1 }, | |
1343 | { "wxCalculateLayoutEvent_GetFlags", _wrap_wxCalculateLayoutEvent_GetFlags, 1 }, | |
1344 | { "wxCalculateLayoutEvent_SetFlags", _wrap_wxCalculateLayoutEvent_SetFlags, 1 }, | |
1345 | { "wxQueryLayoutInfoEvent_GetAlignment", _wrap_wxQueryLayoutInfoEvent_GetAlignment, 1 }, | |
1346 | { "wxQueryLayoutInfoEvent_SetAlignment", _wrap_wxQueryLayoutInfoEvent_SetAlignment, 1 }, | |
1347 | { "wxQueryLayoutInfoEvent_GetOrientation", _wrap_wxQueryLayoutInfoEvent_GetOrientation, 1 }, | |
1348 | { "wxQueryLayoutInfoEvent_SetOrientation", _wrap_wxQueryLayoutInfoEvent_SetOrientation, 1 }, | |
1349 | { "wxQueryLayoutInfoEvent_GetSize", _wrap_wxQueryLayoutInfoEvent_GetSize, 1 }, | |
1350 | { "wxQueryLayoutInfoEvent_SetSize", _wrap_wxQueryLayoutInfoEvent_SetSize, 1 }, | |
1351 | { "wxQueryLayoutInfoEvent_GetFlags", _wrap_wxQueryLayoutInfoEvent_GetFlags, 1 }, | |
1352 | { "wxQueryLayoutInfoEvent_SetFlags", _wrap_wxQueryLayoutInfoEvent_SetFlags, 1 }, | |
1353 | { "wxQueryLayoutInfoEvent_GetRequestedLength", _wrap_wxQueryLayoutInfoEvent_GetRequestedLength, 1 }, | |
1354 | { "wxQueryLayoutInfoEvent_SetRequestedLength", _wrap_wxQueryLayoutInfoEvent_SetRequestedLength, 1 }, | |
1355 | { "wxSashWindow_SetSashBorder", _wrap_wxSashWindow_SetSashBorder, 1 }, | |
1356 | { "wxSashWindow_SetSashVisible", _wrap_wxSashWindow_SetSashVisible, 1 }, | |
1357 | { "wxSashWindow_SetMinimumSizeY", _wrap_wxSashWindow_SetMinimumSizeY, 1 }, | |
1358 | { "wxSashWindow_SetMinimumSizeX", _wrap_wxSashWindow_SetMinimumSizeX, 1 }, | |
1359 | { "wxSashWindow_SetMaximumSizeY", _wrap_wxSashWindow_SetMaximumSizeY, 1 }, | |
1360 | { "wxSashWindow_SetMaximumSizeX", _wrap_wxSashWindow_SetMaximumSizeX, 1 }, | |
1361 | { "wxSashWindow_SetExtraBorderSize", _wrap_wxSashWindow_SetExtraBorderSize, 1 }, | |
1362 | { "wxSashWindow_SetDefaultBorderSize", _wrap_wxSashWindow_SetDefaultBorderSize, 1 }, | |
1363 | { "wxSashWindow_HasBorder", _wrap_wxSashWindow_HasBorder, 1 }, | |
1364 | { "wxSashWindow_GetMinimumSizeY", _wrap_wxSashWindow_GetMinimumSizeY, 1 }, | |
1365 | { "wxSashWindow_GetMinimumSizeX", _wrap_wxSashWindow_GetMinimumSizeX, 1 }, | |
1366 | { "wxSashWindow_GetMaximumSizeY", _wrap_wxSashWindow_GetMaximumSizeY, 1 }, | |
1367 | { "wxSashWindow_GetMaximumSizeX", _wrap_wxSashWindow_GetMaximumSizeX, 1 }, | |
1368 | { "wxSashWindow_GetExtraBorderSize", _wrap_wxSashWindow_GetExtraBorderSize, 1 }, | |
1369 | { "wxSashWindow_GetEdgeMargin", _wrap_wxSashWindow_GetEdgeMargin, 1 }, | |
1370 | { "wxSashWindow_GetDefaultBorderSize", _wrap_wxSashWindow_GetDefaultBorderSize, 1 }, | |
1371 | { "wxSashWindow_GetSashVisible", _wrap_wxSashWindow_GetSashVisible, 1 }, | |
1372 | { "new_wxSashWindow", _wrap_new_wxSashWindow, 1 }, | |
1373 | { "wxSashEvent_GetDragStatus", _wrap_wxSashEvent_GetDragStatus, 1 }, | |
1374 | { "wxSashEvent_SetDragStatus", _wrap_wxSashEvent_SetDragStatus, 1 }, | |
1375 | { "wxSashEvent_GetDragRect", _wrap_wxSashEvent_GetDragRect, 1 }, | |
1376 | { "wxSashEvent_SetDragRect", _wrap_wxSashEvent_SetDragRect, 1 }, | |
1377 | { "wxSashEvent_GetEdge", _wrap_wxSashEvent_GetEdge, 1 }, | |
1378 | { "wxSashEvent_SetEdge", _wrap_wxSashEvent_SetEdge, 1 }, | |
1379 | { NULL, NULL } | |
1380 | }; | |
1381 | static PyObject *SWIG_globals; | |
1382 | #ifdef __cplusplus | |
1383 | extern "C" | |
1384 | #endif | |
1385 | SWIGEXPORT(void,initwindows3c)() { | |
1386 | PyObject *m, *d; | |
1387 | SWIG_globals = SWIG_newvarlink(); | |
1388 | m = Py_InitModule("windows3c", windows3cMethods); | |
1389 | d = PyModule_GetDict(m); | |
1390 | PyDict_SetItemString(d,"wxSASH_TOP", PyInt_FromLong((long) wxSASH_TOP)); | |
1391 | PyDict_SetItemString(d,"wxSASH_RIGHT", PyInt_FromLong((long) wxSASH_RIGHT)); | |
1392 | PyDict_SetItemString(d,"wxSASH_BOTTOM", PyInt_FromLong((long) wxSASH_BOTTOM)); | |
1393 | PyDict_SetItemString(d,"wxSASH_LEFT", PyInt_FromLong((long) wxSASH_LEFT)); | |
1394 | PyDict_SetItemString(d,"wxSASH_NONE", PyInt_FromLong((long) wxSASH_NONE)); | |
1395 | PyDict_SetItemString(d,"wxEVT_SASH_DRAGGED", PyInt_FromLong((long) wxEVT_SASH_DRAGGED)); | |
1396 | PyDict_SetItemString(d,"wxSW_3D", PyInt_FromLong((long) wxSW_3D)); | |
1397 | PyDict_SetItemString(d,"wxSASH_STATUS_OK", PyInt_FromLong((long) wxSASH_STATUS_OK)); | |
1398 | PyDict_SetItemString(d,"wxSASH_STATUS_OUT_OF_RANGE", PyInt_FromLong((long) wxSASH_STATUS_OUT_OF_RANGE)); | |
1399 | PyDict_SetItemString(d,"wxLAYOUT_HORIZONTAL", PyInt_FromLong((long) wxLAYOUT_HORIZONTAL)); | |
1400 | PyDict_SetItemString(d,"wxLAYOUT_VERTICAL", PyInt_FromLong((long) wxLAYOUT_VERTICAL)); | |
1401 | PyDict_SetItemString(d,"wxLAYOUT_NONE", PyInt_FromLong((long) wxLAYOUT_NONE)); | |
1402 | PyDict_SetItemString(d,"wxLAYOUT_TOP", PyInt_FromLong((long) wxLAYOUT_TOP)); | |
1403 | PyDict_SetItemString(d,"wxLAYOUT_LEFT", PyInt_FromLong((long) wxLAYOUT_LEFT)); | |
1404 | PyDict_SetItemString(d,"wxLAYOUT_RIGHT", PyInt_FromLong((long) wxLAYOUT_RIGHT)); | |
1405 | PyDict_SetItemString(d,"wxLAYOUT_BOTTOM", PyInt_FromLong((long) wxLAYOUT_BOTTOM)); | |
1406 | PyDict_SetItemString(d,"wxEVT_QUERY_LAYOUT_INFO", PyInt_FromLong((long) wxEVT_QUERY_LAYOUT_INFO)); | |
1407 | PyDict_SetItemString(d,"wxEVT_CALCULATE_LAYOUT", PyInt_FromLong((long) wxEVT_CALCULATE_LAYOUT)); | |
1408 | /* | |
1409 | * These are the pointer type-equivalency mappings. | |
1410 | * (Used by the SWIG pointer type-checker). | |
1411 | */ | |
1412 | SWIG_RegisterMapping("_wxAcceleratorTable","_class_wxAcceleratorTable",0); | |
1413 | SWIG_RegisterMapping("_wxEvent","_class_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent); | |
1414 | SWIG_RegisterMapping("_wxEvent","_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent); | |
1415 | SWIG_RegisterMapping("_wxEvent","_class_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent); | |
1416 | SWIG_RegisterMapping("_wxEvent","_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent); | |
1417 | SWIG_RegisterMapping("_wxEvent","_class_wxSashEvent",SwigwxSashEventTowxEvent); | |
1418 | SWIG_RegisterMapping("_wxEvent","_wxSashEvent",SwigwxSashEventTowxEvent); | |
1419 | SWIG_RegisterMapping("_wxEvent","_class_wxEvent",0); | |
1420 | SWIG_RegisterMapping("_class_wxActivateEvent","_wxActivateEvent",0); | |
1421 | SWIG_RegisterMapping("_signed_long","_long",0); | |
1422 | SWIG_RegisterMapping("_wxMenuEvent","_class_wxMenuEvent",0); | |
1423 | SWIG_RegisterMapping("_class_wxRegionIterator","_wxRegionIterator",0); | |
1424 | SWIG_RegisterMapping("_class_wxMenuBar","_wxMenuBar",0); | |
1425 | SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler); | |
1426 | SWIG_RegisterMapping("_class_wxEvtHandler","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler); | |
1427 | SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxSashWindow",SwigwxSashWindowTowxEvtHandler); | |
1428 | SWIG_RegisterMapping("_class_wxEvtHandler","_wxSashWindow",SwigwxSashWindowTowxEvtHandler); | |
1429 | SWIG_RegisterMapping("_class_wxEvtHandler","_wxEvtHandler",0); | |
1430 | SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0); | |
1431 | SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0); | |
1432 | SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0); | |
1433 | SWIG_RegisterMapping("_wxMask","_class_wxMask",0); | |
1434 | SWIG_RegisterMapping("_wxGrid","_class_wxGrid",0); | |
1435 | SWIG_RegisterMapping("_wxPyMenu","_class_wxPyMenu",0); | |
1436 | SWIG_RegisterMapping("_wxPen","_class_wxPen",0); | |
1437 | SWIG_RegisterMapping("_wxUpdateUIEvent","_class_wxUpdateUIEvent",0); | |
1438 | SWIG_RegisterMapping("_byte","_unsigned_char",0); | |
1439 | SWIG_RegisterMapping("_wxStaticBox","_class_wxStaticBox",0); | |
1440 | SWIG_RegisterMapping("_wxChoice","_class_wxChoice",0); | |
1441 | SWIG_RegisterMapping("_wxSlider","_class_wxSlider",0); | |
1442 | SWIG_RegisterMapping("_wxNotebookEvent","_class_wxNotebookEvent",0); | |
1443 | SWIG_RegisterMapping("_long","_wxDash",0); | |
1444 | SWIG_RegisterMapping("_long","_unsigned_long",0); | |
1445 | SWIG_RegisterMapping("_long","_signed_long",0); | |
1446 | SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0); | |
1447 | SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0); | |
1448 | SWIG_RegisterMapping("_wxSashWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow); | |
1449 | SWIG_RegisterMapping("_wxSashWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow); | |
1450 | SWIG_RegisterMapping("_wxSashWindow","_class_wxSashWindow",0); | |
1451 | SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0); | |
1452 | SWIG_RegisterMapping("_class_wxGauge","_wxGauge",0); | |
1453 | SWIG_RegisterMapping("_class_wxSashEvent","_wxSashEvent",0); | |
1454 | SWIG_RegisterMapping("_wxDC","_class_wxDC",0); | |
1455 | SWIG_RegisterMapping("_wxSpinEvent","_class_wxSpinEvent",0); | |
1456 | SWIG_RegisterMapping("_wxSashLayoutWindow","_class_wxSashLayoutWindow",0); | |
1457 | SWIG_RegisterMapping("_class_wxRealPoint","_wxRealPoint",0); | |
1458 | SWIG_RegisterMapping("_wxPrinterDC","_class_wxPrinterDC",0); | |
1459 | SWIG_RegisterMapping("_class_wxMenuItem","_wxMenuItem",0); | |
1460 | SWIG_RegisterMapping("_class_wxPaintEvent","_wxPaintEvent",0); | |
1461 | SWIG_RegisterMapping("_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0); | |
1462 | SWIG_RegisterMapping("_class_wxStatusBar","_wxStatusBar",0); | |
1463 | SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0); | |
1464 | SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0); | |
1465 | SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0); | |
1466 | SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0); | |
1467 | SWIG_RegisterMapping("_class_wxMask","_wxMask",0); | |
1468 | SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0); | |
1469 | SWIG_RegisterMapping("_class_wxGrid","_wxGrid",0); | |
1470 | SWIG_RegisterMapping("_wxColour","_class_wxColour",0); | |
1471 | SWIG_RegisterMapping("_class_wxDialog","_wxDialog",0); | |
1472 | SWIG_RegisterMapping("_wxIdleEvent","_class_wxIdleEvent",0); | |
1473 | SWIG_RegisterMapping("_class_wxUpdateUIEvent","_wxUpdateUIEvent",0); | |
1474 | SWIG_RegisterMapping("_wxToolBar","_class_wxToolBar",0); | |
1475 | SWIG_RegisterMapping("_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0); | |
1476 | SWIG_RegisterMapping("_wxBrush","_class_wxBrush",0); | |
1477 | SWIG_RegisterMapping("_class_wxNotebookEvent","_wxNotebookEvent",0); | |
1478 | SWIG_RegisterMapping("_wxMiniFrame","_class_wxMiniFrame",0); | |
1479 | SWIG_RegisterMapping("_class_wxSashWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow); | |
1480 | SWIG_RegisterMapping("_class_wxSashWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow); | |
1481 | SWIG_RegisterMapping("_class_wxSashWindow","_wxSashWindow",0); | |
1482 | SWIG_RegisterMapping("_wxShowEvent","_class_wxShowEvent",0); | |
1483 | SWIG_RegisterMapping("_uint","_unsigned_int",0); | |
1484 | SWIG_RegisterMapping("_uint","_int",0); | |
1485 | SWIG_RegisterMapping("_uint","_wxWindowID",0); | |
1486 | SWIG_RegisterMapping("_class_wxEvent","_class_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent); | |
1487 | SWIG_RegisterMapping("_class_wxEvent","_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent); | |
1488 | SWIG_RegisterMapping("_class_wxEvent","_class_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent); | |
1489 | SWIG_RegisterMapping("_class_wxEvent","_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent); | |
1490 | SWIG_RegisterMapping("_class_wxEvent","_class_wxSashEvent",SwigwxSashEventTowxEvent); | |
1491 | SWIG_RegisterMapping("_class_wxEvent","_wxSashEvent",SwigwxSashEventTowxEvent); | |
1492 | SWIG_RegisterMapping("_class_wxEvent","_wxEvent",0); | |
1493 | SWIG_RegisterMapping("_wxCheckListBox","_class_wxCheckListBox",0); | |
1494 | SWIG_RegisterMapping("_wxGridEvent","_class_wxGridEvent",0); | |
1495 | SWIG_RegisterMapping("_wxRect","_class_wxRect",0); | |
1496 | SWIG_RegisterMapping("_wxCommandEvent","_class_wxSashEvent",SwigwxSashEventTowxCommandEvent); | |
1497 | SWIG_RegisterMapping("_wxCommandEvent","_wxSashEvent",SwigwxSashEventTowxCommandEvent); | |
1498 | SWIG_RegisterMapping("_wxCommandEvent","_class_wxCommandEvent",0); | |
1499 | SWIG_RegisterMapping("_wxSizeEvent","_class_wxSizeEvent",0); | |
1500 | SWIG_RegisterMapping("_wxPoint","_class_wxPoint",0); | |
1501 | SWIG_RegisterMapping("_class_wxSashLayoutWindow","_wxSashLayoutWindow",0); | |
1502 | SWIG_RegisterMapping("_class_wxButton","_wxButton",0); | |
1503 | SWIG_RegisterMapping("_wxRadioBox","_class_wxRadioBox",0); | |
1504 | SWIG_RegisterMapping("_wxBitmap","_class_wxBitmap",0); | |
1505 | SWIG_RegisterMapping("_wxTaskBarIcon","_class_wxTaskBarIcon",0); | |
1506 | SWIG_RegisterMapping("_wxPyTimer","_class_wxPyTimer",0); | |
1507 | SWIG_RegisterMapping("_wxWindowDC","_class_wxWindowDC",0); | |
1508 | SWIG_RegisterMapping("_wxScrollBar","_class_wxScrollBar",0); | |
1509 | SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0); | |
1510 | SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0); | |
1511 | SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0); | |
1512 | SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0); | |
1513 | SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0); | |
1514 | SWIG_RegisterMapping("_wxMDIChildFrame","_class_wxMDIChildFrame",0); | |
1515 | SWIG_RegisterMapping("_class_wxToolBar","_wxToolBar",0); | |
1516 | SWIG_RegisterMapping("_wxScrollEvent","_class_wxScrollEvent",0); | |
1517 | SWIG_RegisterMapping("_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0); | |
1518 | SWIG_RegisterMapping("_EBool","_signed_int",0); | |
1519 | SWIG_RegisterMapping("_EBool","_int",0); | |
1520 | SWIG_RegisterMapping("_EBool","_wxWindowID",0); | |
1521 | SWIG_RegisterMapping("_class_wxRegion","_wxRegion",0); | |
1522 | SWIG_RegisterMapping("_class_wxDropFilesEvent","_wxDropFilesEvent",0); | |
1523 | SWIG_RegisterMapping("_wxStaticText","_class_wxStaticText",0); | |
1524 | SWIG_RegisterMapping("_wxFont","_class_wxFont",0); | |
1525 | SWIG_RegisterMapping("_wxCloseEvent","_class_wxCloseEvent",0); | |
1526 | SWIG_RegisterMapping("_wxNotebook","_class_wxNotebook",0); | |
1527 | SWIG_RegisterMapping("_unsigned_long","_wxDash",0); | |
1528 | SWIG_RegisterMapping("_unsigned_long","_long",0); | |
1529 | SWIG_RegisterMapping("_class_wxRect","_wxRect",0); | |
1530 | SWIG_RegisterMapping("_class_wxDC","_wxDC",0); | |
1531 | SWIG_RegisterMapping("_wxMDIParentFrame","_class_wxMDIParentFrame",0); | |
1532 | SWIG_RegisterMapping("_class_wxPyTimer","_wxPyTimer",0); | |
1533 | SWIG_RegisterMapping("_wxFocusEvent","_class_wxFocusEvent",0); | |
1534 | SWIG_RegisterMapping("_wxMaximizeEvent","_class_wxMaximizeEvent",0); | |
1535 | SWIG_RegisterMapping("_class_wxSpinButton","_wxSpinButton",0); | |
1536 | SWIG_RegisterMapping("_wxAcceleratorEntry","_class_wxAcceleratorEntry",0); | |
1537 | SWIG_RegisterMapping("_class_wxPanel","_wxPanel",0); | |
1538 | SWIG_RegisterMapping("_class_wxCheckBox","_wxCheckBox",0); | |
1539 | SWIG_RegisterMapping("_wxComboBox","_class_wxComboBox",0); | |
1540 | SWIG_RegisterMapping("_wxRadioButton","_class_wxRadioButton",0); | |
1541 | SWIG_RegisterMapping("_signed_int","_EBool",0); | |
1542 | SWIG_RegisterMapping("_signed_int","_wxWindowID",0); | |
1543 | SWIG_RegisterMapping("_signed_int","_int",0); | |
1544 | SWIG_RegisterMapping("_class_wxTextCtrl","_wxTextCtrl",0); | |
1545 | SWIG_RegisterMapping("_wxLayoutConstraints","_class_wxLayoutConstraints",0); | |
1546 | SWIG_RegisterMapping("_wxMetaFileDC","_class_wxMetaFileDC",0); | |
1547 | SWIG_RegisterMapping("_wxMenu","_class_wxMenu",0); | |
1548 | SWIG_RegisterMapping("_class_wxMoveEvent","_wxMoveEvent",0); | |
1549 | SWIG_RegisterMapping("_wxListBox","_class_wxListBox",0); | |
1550 | SWIG_RegisterMapping("_wxScreenDC","_class_wxScreenDC",0); | |
1551 | SWIG_RegisterMapping("_class_wxMDIChildFrame","_wxMDIChildFrame",0); | |
1552 | SWIG_RegisterMapping("_WXTYPE","_short",0); | |
1553 | SWIG_RegisterMapping("_WXTYPE","_signed_short",0); | |
1554 | SWIG_RegisterMapping("_WXTYPE","_unsigned_short",0); | |
1555 | SWIG_RegisterMapping("_class_wxMDIClientWindow","_wxMDIClientWindow",0); | |
1556 | SWIG_RegisterMapping("_class_wxBrush","_wxBrush",0); | |
1557 | SWIG_RegisterMapping("_unsigned_short","_WXTYPE",0); | |
1558 | SWIG_RegisterMapping("_unsigned_short","_short",0); | |
1559 | SWIG_RegisterMapping("_class_wxWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow); | |
1560 | SWIG_RegisterMapping("_class_wxWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow); | |
1561 | SWIG_RegisterMapping("_class_wxWindow","_class_wxSashWindow",SwigwxSashWindowTowxWindow); | |
1562 | SWIG_RegisterMapping("_class_wxWindow","_wxSashWindow",SwigwxSashWindowTowxWindow); | |
1563 | SWIG_RegisterMapping("_class_wxWindow","_wxWindow",0); | |
1564 | SWIG_RegisterMapping("_wxSplitterWindow","_class_wxSplitterWindow",0); | |
1565 | SWIG_RegisterMapping("_class_wxStaticText","_wxStaticText",0); | |
1566 | SWIG_RegisterMapping("_class_wxFont","_wxFont",0); | |
1567 | SWIG_RegisterMapping("_class_wxCloseEvent","_wxCloseEvent",0); | |
1568 | SWIG_RegisterMapping("_wxSashEvent","_class_wxSashEvent",0); | |
1569 | SWIG_RegisterMapping("_class_wxMenuEvent","_wxMenuEvent",0); | |
1570 | SWIG_RegisterMapping("_wxClientDC","_class_wxClientDC",0); | |
1571 | SWIG_RegisterMapping("_wxMouseEvent","_class_wxMouseEvent",0); | |
1572 | SWIG_RegisterMapping("_class_wxPoint","_wxPoint",0); | |
1573 | SWIG_RegisterMapping("_wxRealPoint","_class_wxRealPoint",0); | |
1574 | SWIG_RegisterMapping("_class_wxRadioBox","_wxRadioBox",0); | |
1575 | SWIG_RegisterMapping("_wxGridCell","_class_wxGridCell",0); | |
1576 | SWIG_RegisterMapping("_signed_short","_WXTYPE",0); | |
1577 | SWIG_RegisterMapping("_signed_short","_short",0); | |
1578 | SWIG_RegisterMapping("_wxMemoryDC","_class_wxMemoryDC",0); | |
1579 | SWIG_RegisterMapping("_class_wxTaskBarIcon","_wxTaskBarIcon",0); | |
1580 | SWIG_RegisterMapping("_wxPaintDC","_class_wxPaintDC",0); | |
1581 | SWIG_RegisterMapping("_class_wxWindowDC","_wxWindowDC",0); | |
1582 | SWIG_RegisterMapping("_class_wxFocusEvent","_wxFocusEvent",0); | |
1583 | SWIG_RegisterMapping("_class_wxMaximizeEvent","_wxMaximizeEvent",0); | |
1584 | SWIG_RegisterMapping("_wxStatusBar","_class_wxStatusBar",0); | |
1585 | SWIG_RegisterMapping("_class_wxToolBarTool","_wxToolBarTool",0); | |
1586 | SWIG_RegisterMapping("_class_wxAcceleratorEntry","_wxAcceleratorEntry",0); | |
1587 | SWIG_RegisterMapping("_class_wxCursor","_wxCursor",0); | |
1588 | SWIG_RegisterMapping("_wxScrolledWindow","_class_wxScrolledWindow",0); | |
1589 | SWIG_RegisterMapping("_unsigned_char","_byte",0); | |
1590 | SWIG_RegisterMapping("_class_wxMetaFileDC","_wxMetaFileDC",0); | |
1591 | SWIG_RegisterMapping("_class_wxMenu","_wxMenu",0); | |
1592 | SWIG_RegisterMapping("_wxControl","_class_wxControl",0); | |
1593 | SWIG_RegisterMapping("_class_wxListBox","_wxListBox",0); | |
1594 | SWIG_RegisterMapping("_unsigned_int","_uint",0); | |
1595 | SWIG_RegisterMapping("_unsigned_int","_wxWindowID",0); | |
1596 | SWIG_RegisterMapping("_unsigned_int","_int",0); | |
1597 | SWIG_RegisterMapping("_wxIcon","_class_wxIcon",0); | |
1598 | SWIG_RegisterMapping("_wxDialog","_class_wxDialog",0); | |
1599 | SWIG_RegisterMapping("_class_wxPyMenu","_wxPyMenu",0); | |
1600 | SWIG_RegisterMapping("_class_wxPen","_wxPen",0); | |
1601 | SWIG_RegisterMapping("_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0); | |
1602 | SWIG_RegisterMapping("_short","_WXTYPE",0); | |
1603 | SWIG_RegisterMapping("_short","_unsigned_short",0); | |
1604 | SWIG_RegisterMapping("_short","_signed_short",0); | |
1605 | SWIG_RegisterMapping("_class_wxStaticBox","_wxStaticBox",0); | |
1606 | SWIG_RegisterMapping("_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0); | |
1607 | SWIG_RegisterMapping("_class_wxScrollEvent","_wxScrollEvent",0); | |
1608 | SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0); | |
1609 | SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0); | |
1610 | SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0); | |
1611 | SWIG_RegisterMapping("_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0); | |
1612 | SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0); | |
1613 | SWIG_RegisterMapping("_wxFrame","_class_wxFrame",0); | |
1614 | SWIG_RegisterMapping("_class_wxNotebook","_wxNotebook",0); | |
1615 | SWIG_RegisterMapping("_wxWindowID","_EBool",0); | |
1616 | SWIG_RegisterMapping("_wxWindowID","_uint",0); | |
1617 | SWIG_RegisterMapping("_wxWindowID","_int",0); | |
1618 | SWIG_RegisterMapping("_wxWindowID","_signed_int",0); | |
1619 | SWIG_RegisterMapping("_wxWindowID","_unsigned_int",0); | |
1620 | SWIG_RegisterMapping("_int","_EBool",0); | |
1621 | SWIG_RegisterMapping("_int","_uint",0); | |
1622 | SWIG_RegisterMapping("_int","_wxWindowID",0); | |
1623 | SWIG_RegisterMapping("_int","_unsigned_int",0); | |
1624 | SWIG_RegisterMapping("_int","_signed_int",0); | |
1625 | SWIG_RegisterMapping("_class_wxMouseEvent","_wxMouseEvent",0); | |
1626 | SWIG_RegisterMapping("_class_wxSpinEvent","_wxSpinEvent",0); | |
1627 | SWIG_RegisterMapping("_wxButton","_class_wxButton",0); | |
1628 | SWIG_RegisterMapping("_wxSize","_class_wxSize",0); | |
1629 | SWIG_RegisterMapping("_wxRegionIterator","_class_wxRegionIterator",0); | |
1630 | SWIG_RegisterMapping("_class_wxPrinterDC","_wxPrinterDC",0); | |
1631 | SWIG_RegisterMapping("_class_wxMDIParentFrame","_wxMDIParentFrame",0); | |
1632 | SWIG_RegisterMapping("_class_wxPaintDC","_wxPaintDC",0); | |
1633 | SWIG_RegisterMapping("_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0); | |
1634 | SWIG_RegisterMapping("_class_wxInitDialogEvent","_wxInitDialogEvent",0); | |
1635 | SWIG_RegisterMapping("_class_wxComboBox","_wxComboBox",0); | |
1636 | SWIG_RegisterMapping("_class_wxRadioButton","_wxRadioButton",0); | |
1637 | SWIG_RegisterMapping("_class_wxLayoutConstraints","_wxLayoutConstraints",0); | |
1638 | SWIG_RegisterMapping("_wxIconizeEvent","_class_wxIconizeEvent",0); | |
1639 | SWIG_RegisterMapping("_class_wxControl","_wxControl",0); | |
1640 | SWIG_RegisterMapping("_wxStaticBitmap","_class_wxStaticBitmap",0); | |
1641 | SWIG_RegisterMapping("_class_wxIcon","_wxIcon",0); | |
1642 | SWIG_RegisterMapping("_class_wxColour","_wxColour",0); | |
1643 | SWIG_RegisterMapping("_class_wxScreenDC","_wxScreenDC",0); | |
1644 | SWIG_RegisterMapping("_wxPalette","_class_wxPalette",0); | |
1645 | SWIG_RegisterMapping("_class_wxIdleEvent","_wxIdleEvent",0); | |
1646 | SWIG_RegisterMapping("_wxEraseEvent","_class_wxEraseEvent",0); | |
1647 | SWIG_RegisterMapping("_class_wxJoystickEvent","_wxJoystickEvent",0); | |
1648 | SWIG_RegisterMapping("_class_wxMiniFrame","_wxMiniFrame",0); | |
1649 | SWIG_RegisterMapping("_wxRegion","_class_wxRegion",0); | |
1650 | SWIG_RegisterMapping("_class_wxSplitterWindow","_wxSplitterWindow",0); | |
1651 | SWIG_RegisterMapping("_class_wxShowEvent","_wxShowEvent",0); | |
1652 | SWIG_RegisterMapping("_wxActivateEvent","_class_wxActivateEvent",0); | |
1653 | SWIG_RegisterMapping("_wxGauge","_class_wxGauge",0); | |
1654 | SWIG_RegisterMapping("_class_wxCheckListBox","_wxCheckListBox",0); | |
1655 | SWIG_RegisterMapping("_class_wxGridEvent","_wxGridEvent",0); | |
1656 | SWIG_RegisterMapping("_class_wxCommandEvent","_class_wxSashEvent",SwigwxSashEventTowxCommandEvent); | |
1657 | SWIG_RegisterMapping("_class_wxCommandEvent","_wxSashEvent",SwigwxSashEventTowxCommandEvent); | |
1658 | SWIG_RegisterMapping("_class_wxCommandEvent","_wxCommandEvent",0); | |
1659 | SWIG_RegisterMapping("_class_wxClientDC","_wxClientDC",0); | |
1660 | SWIG_RegisterMapping("_class_wxSizeEvent","_wxSizeEvent",0); | |
1661 | SWIG_RegisterMapping("_class_wxGridCell","_wxGridCell",0); | |
1662 | SWIG_RegisterMapping("_class_wxSize","_wxSize",0); | |
1663 | SWIG_RegisterMapping("_class_wxBitmap","_wxBitmap",0); | |
1664 | SWIG_RegisterMapping("_class_wxMemoryDC","_wxMemoryDC",0); | |
1665 | SWIG_RegisterMapping("_wxMenuBar","_class_wxMenuBar",0); | |
1666 | SWIG_RegisterMapping("_wxEvtHandler","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler); | |
1667 | SWIG_RegisterMapping("_wxEvtHandler","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler); | |
1668 | SWIG_RegisterMapping("_wxEvtHandler","_class_wxSashWindow",SwigwxSashWindowTowxEvtHandler); | |
1669 | SWIG_RegisterMapping("_wxEvtHandler","_wxSashWindow",SwigwxSashWindowTowxEvtHandler); | |
1670 | SWIG_RegisterMapping("_wxEvtHandler","_class_wxEvtHandler",0); | |
1671 | SWIG_RegisterMapping("_wxMenuItem","_class_wxMenuItem",0); | |
1672 | SWIG_RegisterMapping("_class_wxScrollBar","_wxScrollBar",0); | |
1673 | SWIG_RegisterMapping("_wxDash","_unsigned_long",0); | |
1674 | SWIG_RegisterMapping("_wxDash","_long",0); | |
1675 | SWIG_RegisterMapping("_class_wxScrolledWindow","_wxScrolledWindow",0); | |
1676 | SWIG_RegisterMapping("_wxKeyEvent","_class_wxKeyEvent",0); | |
1677 | SWIG_RegisterMapping("_wxMoveEvent","_class_wxMoveEvent",0); | |
1678 | SWIG_RegisterMapping("_class_wxPalette","_wxPalette",0); | |
1679 | SWIG_RegisterMapping("_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0); | |
1680 | SWIG_RegisterMapping("_class_wxEraseEvent","_wxEraseEvent",0); | |
1681 | SWIG_RegisterMapping("_wxMDIClientWindow","_class_wxMDIClientWindow",0); | |
1682 | SWIG_RegisterMapping("_wxWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow); | |
1683 | SWIG_RegisterMapping("_wxWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow); | |
1684 | SWIG_RegisterMapping("_wxWindow","_class_wxSashWindow",SwigwxSashWindowTowxWindow); | |
1685 | SWIG_RegisterMapping("_wxWindow","_wxSashWindow",SwigwxSashWindowTowxWindow); | |
1686 | SWIG_RegisterMapping("_wxWindow","_class_wxWindow",0); | |
1687 | SWIG_RegisterMapping("_class_wxFrame","_wxFrame",0); | |
1688 | } |