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