]> git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/ogl/oglshapes.cpp
added carbrsrc.r to carbon resource target
[wxWidgets.git] / wxPython / contrib / ogl / oglshapes.cpp
1 /*
2 * FILE : contrib/ogl/oglshapes.cpp
3 *
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Build 883)
7 *
8 * Portions Copyright (c) 1995-1998
9 * The University of Utah and The Regents of the University of California.
10 * Permission is granted to distribute this file in any manner provided
11 * this notice remains intact.
12 *
13 * Do not make changes to this file--changes will be lost!
14 *
15 */
16
17
18 #define SWIGCODE
19 /* Implementation : PYTHON */
20
21 #define SWIGPYTHON
22 #include <string.h>
23 #include <stdlib.h>
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a) __declspec(dllexport) a
28 # else
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a) a _export
31 # else
32 # define SWIGEXPORT(a) a
33 # endif
34 # endif
35 #else
36 # define SWIGEXPORT(a) a
37 #endif
38
39 #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 char *SWIG_GetPtrObj(PyObject *, void **, char *);
47 extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
48 extern PyObject *SWIG_newvarlink(void);
49 #ifdef __cplusplus
50 }
51 #endif
52 #define SWIG_init initoglshapesc
53
54 #define SWIG_name "oglshapesc"
55
56 #include "export.h"
57 #include "oglhelpers.h"
58
59 static PyObject* l_output_helper(PyObject* target, PyObject* o) {
60 PyObject* o2;
61 if (!target) {
62 target = o;
63 } else if (target == Py_None) {
64 Py_DECREF(Py_None);
65 target = o;
66 } else {
67 if (!PyList_Check(target)) {
68 o2 = target;
69 target = PyList_New(0);
70 PyList_Append(target, o2);
71 Py_XDECREF(o2);
72 }
73 PyList_Append(target,o);
74 Py_XDECREF(o);
75 }
76 return target;
77 }
78
79 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
80 PyObject* o2;
81 PyObject* o3;
82
83 if (!target) {
84 target = o;
85 } else if (target == Py_None) {
86 Py_DECREF(Py_None);
87 target = o;
88 } else {
89 if (!PyTuple_Check(target)) {
90 o2 = target;
91 target = PyTuple_New(1);
92 PyTuple_SetItem(target, 0, o2);
93 }
94 o3 = PyTuple_New(1);
95 PyTuple_SetItem(o3, 0, o);
96
97 o2 = target;
98 target = PySequence_Concat(o2, o3);
99 Py_DECREF(o2);
100 Py_DECREF(o3);
101 }
102 return target;
103 }
104
105 static char* wxStringErrorMsg = "string type is required for parameter";
106
107 WXSHAPE_IMP_CALLBACKS(wxPyRectangleShape, wxRectangleShape);
108
109 WXSHAPE_IMP_CALLBACKS(wxPyControlPoint, wxControlPoint);
110
111 WXSHAPE_IMP_CALLBACKS(wxPyBitmapShape, wxBitmapShape);
112
113 WXSHAPE_IMP_CALLBACKS(wxPyDrawnShape, wxDrawnShape);
114
115 WXSHAPE_IMP_CALLBACKS(wxPyCompositeShape, wxCompositeShape);
116
117 WXSHAPE_IMP_CALLBACKS(wxPyDividedShape, wxDividedShape);
118
119 WXSHAPE_IMP_CALLBACKS(wxPyDivisionShape, wxDivisionShape);
120 #ifdef __cplusplus
121 extern "C" {
122 #endif
123 #define new_wxPseudoMetaFile() (new wxPseudoMetaFile())
124 static PyObject *_wrap_new_wxPseudoMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
125 PyObject * _resultobj;
126 wxPseudoMetaFile * _result;
127 char *_kwnames[] = { NULL };
128 char _ptemp[128];
129
130 self = self;
131 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPseudoMetaFile",_kwnames))
132 return NULL;
133 {
134 wxPy_BEGIN_ALLOW_THREADS;
135 _result = (wxPseudoMetaFile *)new_wxPseudoMetaFile();
136
137 wxPy_END_ALLOW_THREADS;
138 } if (_result) {
139 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPseudoMetaFile_p");
140 _resultobj = Py_BuildValue("s",_ptemp);
141 } else {
142 Py_INCREF(Py_None);
143 _resultobj = Py_None;
144 }
145 return _resultobj;
146 }
147
148 #define delete_wxPseudoMetaFile(_swigobj) (delete _swigobj)
149 static PyObject *_wrap_delete_wxPseudoMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
150 PyObject * _resultobj;
151 wxPseudoMetaFile * _arg0;
152 PyObject * _argo0 = 0;
153 char *_kwnames[] = { "self", NULL };
154
155 self = self;
156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxPseudoMetaFile",_kwnames,&_argo0))
157 return NULL;
158 if (_argo0) {
159 if (_argo0 == Py_None) { _arg0 = NULL; }
160 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
161 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxPseudoMetaFile. Expected _wxPseudoMetaFile_p.");
162 return NULL;
163 }
164 }
165 {
166 wxPy_BEGIN_ALLOW_THREADS;
167 delete_wxPseudoMetaFile(_arg0);
168
169 wxPy_END_ALLOW_THREADS;
170 } Py_INCREF(Py_None);
171 _resultobj = Py_None;
172 return _resultobj;
173 }
174
175 #define wxPseudoMetaFile_Draw(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Draw(_swigarg0,_swigarg1,_swigarg2))
176 static PyObject *_wrap_wxPseudoMetaFile_Draw(PyObject *self, PyObject *args, PyObject *kwargs) {
177 PyObject * _resultobj;
178 wxPseudoMetaFile * _arg0;
179 wxDC * _arg1;
180 double _arg2;
181 double _arg3;
182 PyObject * _argo0 = 0;
183 PyObject * _argo1 = 0;
184 char *_kwnames[] = { "self","dc","xoffset","yoffset", NULL };
185
186 self = self;
187 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd:wxPseudoMetaFile_Draw",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3))
188 return NULL;
189 if (_argo0) {
190 if (_argo0 == Py_None) { _arg0 = NULL; }
191 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
192 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Draw. Expected _wxPseudoMetaFile_p.");
193 return NULL;
194 }
195 }
196 if (_argo1) {
197 if (_argo1 == Py_None) { _arg1 = NULL; }
198 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
199 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_Draw. Expected _wxDC_p.");
200 return NULL;
201 }
202 }
203 {
204 wxPy_BEGIN_ALLOW_THREADS;
205 wxPseudoMetaFile_Draw(_arg0,*_arg1,_arg2,_arg3);
206
207 wxPy_END_ALLOW_THREADS;
208 } Py_INCREF(Py_None);
209 _resultobj = Py_None;
210 return _resultobj;
211 }
212
213 #define wxPseudoMetaFile_WriteAttributes(_swigobj,_swigarg0,_swigarg1) (_swigobj->WriteAttributes(_swigarg0,_swigarg1))
214 static PyObject *_wrap_wxPseudoMetaFile_WriteAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
215 PyObject * _resultobj;
216 wxPseudoMetaFile * _arg0;
217 wxExpr * _arg1;
218 int _arg2;
219 PyObject * _argo0 = 0;
220 PyObject * _argo1 = 0;
221 char *_kwnames[] = { "self","clause","whichAngle", NULL };
222
223 self = self;
224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxPseudoMetaFile_WriteAttributes",_kwnames,&_argo0,&_argo1,&_arg2))
225 return NULL;
226 if (_argo0) {
227 if (_argo0 == Py_None) { _arg0 = NULL; }
228 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
229 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_WriteAttributes. Expected _wxPseudoMetaFile_p.");
230 return NULL;
231 }
232 }
233 if (_argo1) {
234 if (_argo1 == Py_None) { _arg1 = NULL; }
235 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxExpr_p")) {
236 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_WriteAttributes. Expected _wxExpr_p.");
237 return NULL;
238 }
239 }
240 {
241 wxPy_BEGIN_ALLOW_THREADS;
242 wxPseudoMetaFile_WriteAttributes(_arg0,_arg1,_arg2);
243
244 wxPy_END_ALLOW_THREADS;
245 } Py_INCREF(Py_None);
246 _resultobj = Py_None;
247 return _resultobj;
248 }
249
250 #define wxPseudoMetaFile_ReadAttributes(_swigobj,_swigarg0,_swigarg1) (_swigobj->ReadAttributes(_swigarg0,_swigarg1))
251 static PyObject *_wrap_wxPseudoMetaFile_ReadAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
252 PyObject * _resultobj;
253 wxPseudoMetaFile * _arg0;
254 wxExpr * _arg1;
255 int _arg2;
256 PyObject * _argo0 = 0;
257 PyObject * _argo1 = 0;
258 char *_kwnames[] = { "self","clause","whichAngle", NULL };
259
260 self = self;
261 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxPseudoMetaFile_ReadAttributes",_kwnames,&_argo0,&_argo1,&_arg2))
262 return NULL;
263 if (_argo0) {
264 if (_argo0 == Py_None) { _arg0 = NULL; }
265 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
266 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_ReadAttributes. Expected _wxPseudoMetaFile_p.");
267 return NULL;
268 }
269 }
270 if (_argo1) {
271 if (_argo1 == Py_None) { _arg1 = NULL; }
272 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxExpr_p")) {
273 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_ReadAttributes. Expected _wxExpr_p.");
274 return NULL;
275 }
276 }
277 {
278 wxPy_BEGIN_ALLOW_THREADS;
279 wxPseudoMetaFile_ReadAttributes(_arg0,_arg1,_arg2);
280
281 wxPy_END_ALLOW_THREADS;
282 } Py_INCREF(Py_None);
283 _resultobj = Py_None;
284 return _resultobj;
285 }
286
287 #define wxPseudoMetaFile_Clear(_swigobj) (_swigobj->Clear())
288 static PyObject *_wrap_wxPseudoMetaFile_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
289 PyObject * _resultobj;
290 wxPseudoMetaFile * _arg0;
291 PyObject * _argo0 = 0;
292 char *_kwnames[] = { "self", NULL };
293
294 self = self;
295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_Clear",_kwnames,&_argo0))
296 return NULL;
297 if (_argo0) {
298 if (_argo0 == Py_None) { _arg0 = NULL; }
299 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
300 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Clear. Expected _wxPseudoMetaFile_p.");
301 return NULL;
302 }
303 }
304 {
305 wxPy_BEGIN_ALLOW_THREADS;
306 wxPseudoMetaFile_Clear(_arg0);
307
308 wxPy_END_ALLOW_THREADS;
309 } Py_INCREF(Py_None);
310 _resultobj = Py_None;
311 return _resultobj;
312 }
313
314 #define wxPseudoMetaFile_Copy(_swigobj,_swigarg0) (_swigobj->Copy(_swigarg0))
315 static PyObject *_wrap_wxPseudoMetaFile_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
316 PyObject * _resultobj;
317 wxPseudoMetaFile * _arg0;
318 wxPseudoMetaFile * _arg1;
319 PyObject * _argo0 = 0;
320 PyObject * _argo1 = 0;
321 char *_kwnames[] = { "self","copy", NULL };
322
323 self = self;
324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_Copy",_kwnames,&_argo0,&_argo1))
325 return NULL;
326 if (_argo0) {
327 if (_argo0 == Py_None) { _arg0 = NULL; }
328 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
329 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Copy. Expected _wxPseudoMetaFile_p.");
330 return NULL;
331 }
332 }
333 if (_argo1) {
334 if (_argo1 == Py_None) { _arg1 = NULL; }
335 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPseudoMetaFile_p")) {
336 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_Copy. Expected _wxPseudoMetaFile_p.");
337 return NULL;
338 }
339 }
340 {
341 wxPy_BEGIN_ALLOW_THREADS;
342 wxPseudoMetaFile_Copy(_arg0,*_arg1);
343
344 wxPy_END_ALLOW_THREADS;
345 } Py_INCREF(Py_None);
346 _resultobj = Py_None;
347 return _resultobj;
348 }
349
350 #define wxPseudoMetaFile_Scale(_swigobj,_swigarg0,_swigarg1) (_swigobj->Scale(_swigarg0,_swigarg1))
351 static PyObject *_wrap_wxPseudoMetaFile_Scale(PyObject *self, PyObject *args, PyObject *kwargs) {
352 PyObject * _resultobj;
353 wxPseudoMetaFile * _arg0;
354 double _arg1;
355 double _arg2;
356 PyObject * _argo0 = 0;
357 char *_kwnames[] = { "self","sx","sy", NULL };
358
359 self = self;
360 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_Scale",_kwnames,&_argo0,&_arg1,&_arg2))
361 return NULL;
362 if (_argo0) {
363 if (_argo0 == Py_None) { _arg0 = NULL; }
364 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
365 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Scale. Expected _wxPseudoMetaFile_p.");
366 return NULL;
367 }
368 }
369 {
370 wxPy_BEGIN_ALLOW_THREADS;
371 wxPseudoMetaFile_Scale(_arg0,_arg1,_arg2);
372
373 wxPy_END_ALLOW_THREADS;
374 } Py_INCREF(Py_None);
375 _resultobj = Py_None;
376 return _resultobj;
377 }
378
379 #define wxPseudoMetaFile_ScaleTo(_swigobj,_swigarg0,_swigarg1) (_swigobj->ScaleTo(_swigarg0,_swigarg1))
380 static PyObject *_wrap_wxPseudoMetaFile_ScaleTo(PyObject *self, PyObject *args, PyObject *kwargs) {
381 PyObject * _resultobj;
382 wxPseudoMetaFile * _arg0;
383 double _arg1;
384 double _arg2;
385 PyObject * _argo0 = 0;
386 char *_kwnames[] = { "self","w","h", NULL };
387
388 self = self;
389 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_ScaleTo",_kwnames,&_argo0,&_arg1,&_arg2))
390 return NULL;
391 if (_argo0) {
392 if (_argo0 == Py_None) { _arg0 = NULL; }
393 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
394 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_ScaleTo. Expected _wxPseudoMetaFile_p.");
395 return NULL;
396 }
397 }
398 {
399 wxPy_BEGIN_ALLOW_THREADS;
400 wxPseudoMetaFile_ScaleTo(_arg0,_arg1,_arg2);
401
402 wxPy_END_ALLOW_THREADS;
403 } Py_INCREF(Py_None);
404 _resultobj = Py_None;
405 return _resultobj;
406 }
407
408 #define wxPseudoMetaFile_Translate(_swigobj,_swigarg0,_swigarg1) (_swigobj->Translate(_swigarg0,_swigarg1))
409 static PyObject *_wrap_wxPseudoMetaFile_Translate(PyObject *self, PyObject *args, PyObject *kwargs) {
410 PyObject * _resultobj;
411 wxPseudoMetaFile * _arg0;
412 double _arg1;
413 double _arg2;
414 PyObject * _argo0 = 0;
415 char *_kwnames[] = { "self","x","y", NULL };
416
417 self = self;
418 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_Translate",_kwnames,&_argo0,&_arg1,&_arg2))
419 return NULL;
420 if (_argo0) {
421 if (_argo0 == Py_None) { _arg0 = NULL; }
422 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
423 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Translate. Expected _wxPseudoMetaFile_p.");
424 return NULL;
425 }
426 }
427 {
428 wxPy_BEGIN_ALLOW_THREADS;
429 wxPseudoMetaFile_Translate(_arg0,_arg1,_arg2);
430
431 wxPy_END_ALLOW_THREADS;
432 } Py_INCREF(Py_None);
433 _resultobj = Py_None;
434 return _resultobj;
435 }
436
437 #define wxPseudoMetaFile_Rotate(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Rotate(_swigarg0,_swigarg1,_swigarg2))
438 static PyObject *_wrap_wxPseudoMetaFile_Rotate(PyObject *self, PyObject *args, PyObject *kwargs) {
439 PyObject * _resultobj;
440 wxPseudoMetaFile * _arg0;
441 double _arg1;
442 double _arg2;
443 double _arg3;
444 PyObject * _argo0 = 0;
445 char *_kwnames[] = { "self","x","y","theta", NULL };
446
447 self = self;
448 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oddd:wxPseudoMetaFile_Rotate",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3))
449 return NULL;
450 if (_argo0) {
451 if (_argo0 == Py_None) { _arg0 = NULL; }
452 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
453 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Rotate. Expected _wxPseudoMetaFile_p.");
454 return NULL;
455 }
456 }
457 {
458 wxPy_BEGIN_ALLOW_THREADS;
459 wxPseudoMetaFile_Rotate(_arg0,_arg1,_arg2,_arg3);
460
461 wxPy_END_ALLOW_THREADS;
462 } Py_INCREF(Py_None);
463 _resultobj = Py_None;
464 return _resultobj;
465 }
466
467 #define wxPseudoMetaFile_LoadFromMetaFile(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->LoadFromMetaFile(_swigarg0,_swigarg1,_swigarg2))
468 static PyObject *_wrap_wxPseudoMetaFile_LoadFromMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
469 PyObject * _resultobj;
470 bool _result;
471 wxPseudoMetaFile * _arg0;
472 char * _arg1;
473 double * _arg2;
474 double * _arg3;
475 PyObject * _argo0 = 0;
476 PyObject * _argo2 = 0;
477 PyObject * _argo3 = 0;
478 char *_kwnames[] = { "self","filename","width","height", NULL };
479
480 self = self;
481 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OsOO:wxPseudoMetaFile_LoadFromMetaFile",_kwnames,&_argo0,&_arg1,&_argo2,&_argo3))
482 return NULL;
483 if (_argo0) {
484 if (_argo0 == Py_None) { _arg0 = NULL; }
485 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
486 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_LoadFromMetaFile. Expected _wxPseudoMetaFile_p.");
487 return NULL;
488 }
489 }
490 if (_argo2) {
491 if (_argo2 == Py_None) { _arg2 = NULL; }
492 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_double_p")) {
493 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPseudoMetaFile_LoadFromMetaFile. Expected _double_p.");
494 return NULL;
495 }
496 }
497 if (_argo3) {
498 if (_argo3 == Py_None) { _arg3 = NULL; }
499 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_double_p")) {
500 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxPseudoMetaFile_LoadFromMetaFile. Expected _double_p.");
501 return NULL;
502 }
503 }
504 {
505 wxPy_BEGIN_ALLOW_THREADS;
506 _result = (bool )wxPseudoMetaFile_LoadFromMetaFile(_arg0,_arg1,_arg2,_arg3);
507
508 wxPy_END_ALLOW_THREADS;
509 } _resultobj = Py_BuildValue("i",_result);
510 return _resultobj;
511 }
512
513 #define wxPseudoMetaFile_GetBounds(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->GetBounds(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
514 static PyObject *_wrap_wxPseudoMetaFile_GetBounds(PyObject *self, PyObject *args, PyObject *kwargs) {
515 PyObject * _resultobj;
516 wxPseudoMetaFile * _arg0;
517 double * _arg1;
518 double * _arg2;
519 double * _arg3;
520 double * _arg4;
521 PyObject * _argo0 = 0;
522 PyObject * _argo1 = 0;
523 PyObject * _argo2 = 0;
524 PyObject * _argo3 = 0;
525 PyObject * _argo4 = 0;
526 char *_kwnames[] = { "self","minX","minY","maxX","maxY", NULL };
527
528 self = self;
529 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOOO:wxPseudoMetaFile_GetBounds",_kwnames,&_argo0,&_argo1,&_argo2,&_argo3,&_argo4))
530 return NULL;
531 if (_argo0) {
532 if (_argo0 == Py_None) { _arg0 = NULL; }
533 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
534 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetBounds. Expected _wxPseudoMetaFile_p.");
535 return NULL;
536 }
537 }
538 if (_argo1) {
539 if (_argo1 == Py_None) { _arg1 = NULL; }
540 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_double_p")) {
541 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
542 return NULL;
543 }
544 }
545 if (_argo2) {
546 if (_argo2 == Py_None) { _arg2 = NULL; }
547 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_double_p")) {
548 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
549 return NULL;
550 }
551 }
552 if (_argo3) {
553 if (_argo3 == Py_None) { _arg3 = NULL; }
554 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_double_p")) {
555 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
556 return NULL;
557 }
558 }
559 if (_argo4) {
560 if (_argo4 == Py_None) { _arg4 = NULL; }
561 else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_double_p")) {
562 PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
563 return NULL;
564 }
565 }
566 {
567 wxPy_BEGIN_ALLOW_THREADS;
568 wxPseudoMetaFile_GetBounds(_arg0,_arg1,_arg2,_arg3,_arg4);
569
570 wxPy_END_ALLOW_THREADS;
571 } Py_INCREF(Py_None);
572 _resultobj = Py_None;
573 return _resultobj;
574 }
575
576 #define wxPseudoMetaFile_CalculateSize(_swigobj,_swigarg0) (_swigobj->CalculateSize(_swigarg0))
577 static PyObject *_wrap_wxPseudoMetaFile_CalculateSize(PyObject *self, PyObject *args, PyObject *kwargs) {
578 PyObject * _resultobj;
579 wxPseudoMetaFile * _arg0;
580 wxDrawnShape * _arg1;
581 PyObject * _argo0 = 0;
582 PyObject * _argo1 = 0;
583 char *_kwnames[] = { "self","shape", NULL };
584
585 self = self;
586 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_CalculateSize",_kwnames,&_argo0,&_argo1))
587 return NULL;
588 if (_argo0) {
589 if (_argo0 == Py_None) { _arg0 = NULL; }
590 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
591 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_CalculateSize. Expected _wxPseudoMetaFile_p.");
592 return NULL;
593 }
594 }
595 if (_argo1) {
596 if (_argo1 == Py_None) { _arg1 = NULL; }
597 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDrawnShape_p")) {
598 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_CalculateSize. Expected _wxDrawnShape_p.");
599 return NULL;
600 }
601 }
602 {
603 wxPy_BEGIN_ALLOW_THREADS;
604 wxPseudoMetaFile_CalculateSize(_arg0,_arg1);
605
606 wxPy_END_ALLOW_THREADS;
607 } Py_INCREF(Py_None);
608 _resultobj = Py_None;
609 return _resultobj;
610 }
611
612 #define wxPseudoMetaFile_SetRotateable(_swigobj,_swigarg0) (_swigobj->SetRotateable(_swigarg0))
613 static PyObject *_wrap_wxPseudoMetaFile_SetRotateable(PyObject *self, PyObject *args, PyObject *kwargs) {
614 PyObject * _resultobj;
615 wxPseudoMetaFile * _arg0;
616 bool _arg1;
617 PyObject * _argo0 = 0;
618 int tempbool1;
619 char *_kwnames[] = { "self","rot", NULL };
620
621 self = self;
622 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPseudoMetaFile_SetRotateable",_kwnames,&_argo0,&tempbool1))
623 return NULL;
624 if (_argo0) {
625 if (_argo0 == Py_None) { _arg0 = NULL; }
626 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
627 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetRotateable. Expected _wxPseudoMetaFile_p.");
628 return NULL;
629 }
630 }
631 _arg1 = (bool ) tempbool1;
632 {
633 wxPy_BEGIN_ALLOW_THREADS;
634 wxPseudoMetaFile_SetRotateable(_arg0,_arg1);
635
636 wxPy_END_ALLOW_THREADS;
637 } Py_INCREF(Py_None);
638 _resultobj = Py_None;
639 return _resultobj;
640 }
641
642 #define wxPseudoMetaFile_GetRotateable(_swigobj) (_swigobj->GetRotateable())
643 static PyObject *_wrap_wxPseudoMetaFile_GetRotateable(PyObject *self, PyObject *args, PyObject *kwargs) {
644 PyObject * _resultobj;
645 bool _result;
646 wxPseudoMetaFile * _arg0;
647 PyObject * _argo0 = 0;
648 char *_kwnames[] = { "self", NULL };
649
650 self = self;
651 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetRotateable",_kwnames,&_argo0))
652 return NULL;
653 if (_argo0) {
654 if (_argo0 == Py_None) { _arg0 = NULL; }
655 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
656 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetRotateable. Expected _wxPseudoMetaFile_p.");
657 return NULL;
658 }
659 }
660 {
661 wxPy_BEGIN_ALLOW_THREADS;
662 _result = (bool )wxPseudoMetaFile_GetRotateable(_arg0);
663
664 wxPy_END_ALLOW_THREADS;
665 } _resultobj = Py_BuildValue("i",_result);
666 return _resultobj;
667 }
668
669 #define wxPseudoMetaFile_SetSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSize(_swigarg0,_swigarg1))
670 static PyObject *_wrap_wxPseudoMetaFile_SetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
671 PyObject * _resultobj;
672 wxPseudoMetaFile * _arg0;
673 double _arg1;
674 double _arg2;
675 PyObject * _argo0 = 0;
676 char *_kwnames[] = { "self","w","h", NULL };
677
678 self = self;
679 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_SetSize",_kwnames,&_argo0,&_arg1,&_arg2))
680 return NULL;
681 if (_argo0) {
682 if (_argo0 == Py_None) { _arg0 = NULL; }
683 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
684 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetSize. Expected _wxPseudoMetaFile_p.");
685 return NULL;
686 }
687 }
688 {
689 wxPy_BEGIN_ALLOW_THREADS;
690 wxPseudoMetaFile_SetSize(_arg0,_arg1,_arg2);
691
692 wxPy_END_ALLOW_THREADS;
693 } Py_INCREF(Py_None);
694 _resultobj = Py_None;
695 return _resultobj;
696 }
697
698 #define wxPseudoMetaFile_SetFillBrush(_swigobj,_swigarg0) (_swigobj->SetFillBrush(_swigarg0))
699 static PyObject *_wrap_wxPseudoMetaFile_SetFillBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
700 PyObject * _resultobj;
701 wxPseudoMetaFile * _arg0;
702 wxBrush * _arg1;
703 PyObject * _argo0 = 0;
704 PyObject * _argo1 = 0;
705 char *_kwnames[] = { "self","brush", NULL };
706
707 self = self;
708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFillBrush",_kwnames,&_argo0,&_argo1))
709 return NULL;
710 if (_argo0) {
711 if (_argo0 == Py_None) { _arg0 = NULL; }
712 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
713 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetFillBrush. Expected _wxPseudoMetaFile_p.");
714 return NULL;
715 }
716 }
717 if (_argo1) {
718 if (_argo1 == Py_None) { _arg1 = NULL; }
719 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
720 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetFillBrush. Expected _wxBrush_p.");
721 return NULL;
722 }
723 }
724 {
725 wxPy_BEGIN_ALLOW_THREADS;
726 wxPseudoMetaFile_SetFillBrush(_arg0,_arg1);
727
728 wxPy_END_ALLOW_THREADS;
729 } Py_INCREF(Py_None);
730 _resultobj = Py_None;
731 return _resultobj;
732 }
733
734 #define wxPseudoMetaFile_GetFillBrush(_swigobj) (_swigobj->GetFillBrush())
735 static PyObject *_wrap_wxPseudoMetaFile_GetFillBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
736 PyObject * _resultobj;
737 wxBrush * _result;
738 wxPseudoMetaFile * _arg0;
739 PyObject * _argo0 = 0;
740 char *_kwnames[] = { "self", NULL };
741 char _ptemp[128];
742
743 self = self;
744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetFillBrush",_kwnames,&_argo0))
745 return NULL;
746 if (_argo0) {
747 if (_argo0 == Py_None) { _arg0 = NULL; }
748 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
749 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetFillBrush. Expected _wxPseudoMetaFile_p.");
750 return NULL;
751 }
752 }
753 {
754 wxPy_BEGIN_ALLOW_THREADS;
755 _result = (wxBrush *)wxPseudoMetaFile_GetFillBrush(_arg0);
756
757 wxPy_END_ALLOW_THREADS;
758 } if (_result) {
759 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBrush_p");
760 _resultobj = Py_BuildValue("s",_ptemp);
761 } else {
762 Py_INCREF(Py_None);
763 _resultobj = Py_None;
764 }
765 return _resultobj;
766 }
767
768 #define wxPseudoMetaFile_SetOutlinePen(_swigobj,_swigarg0) (_swigobj->SetOutlinePen(_swigarg0))
769 static PyObject *_wrap_wxPseudoMetaFile_SetOutlinePen(PyObject *self, PyObject *args, PyObject *kwargs) {
770 PyObject * _resultobj;
771 wxPseudoMetaFile * _arg0;
772 wxPen * _arg1;
773 PyObject * _argo0 = 0;
774 PyObject * _argo1 = 0;
775 char *_kwnames[] = { "self","pen", NULL };
776
777 self = self;
778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetOutlinePen",_kwnames,&_argo0,&_argo1))
779 return NULL;
780 if (_argo0) {
781 if (_argo0 == Py_None) { _arg0 = NULL; }
782 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
783 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetOutlinePen. Expected _wxPseudoMetaFile_p.");
784 return NULL;
785 }
786 }
787 if (_argo1) {
788 if (_argo1 == Py_None) { _arg1 = NULL; }
789 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
790 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetOutlinePen. Expected _wxPen_p.");
791 return NULL;
792 }
793 }
794 {
795 wxPy_BEGIN_ALLOW_THREADS;
796 wxPseudoMetaFile_SetOutlinePen(_arg0,_arg1);
797
798 wxPy_END_ALLOW_THREADS;
799 } Py_INCREF(Py_None);
800 _resultobj = Py_None;
801 return _resultobj;
802 }
803
804 #define wxPseudoMetaFile_GetOutlinePen(_swigobj) (_swigobj->GetOutlinePen())
805 static PyObject *_wrap_wxPseudoMetaFile_GetOutlinePen(PyObject *self, PyObject *args, PyObject *kwargs) {
806 PyObject * _resultobj;
807 wxPen * _result;
808 wxPseudoMetaFile * _arg0;
809 PyObject * _argo0 = 0;
810 char *_kwnames[] = { "self", NULL };
811 char _ptemp[128];
812
813 self = self;
814 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetOutlinePen",_kwnames,&_argo0))
815 return NULL;
816 if (_argo0) {
817 if (_argo0 == Py_None) { _arg0 = NULL; }
818 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
819 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetOutlinePen. Expected _wxPseudoMetaFile_p.");
820 return NULL;
821 }
822 }
823 {
824 wxPy_BEGIN_ALLOW_THREADS;
825 _result = (wxPen *)wxPseudoMetaFile_GetOutlinePen(_arg0);
826
827 wxPy_END_ALLOW_THREADS;
828 } if (_result) {
829 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPen_p");
830 _resultobj = Py_BuildValue("s",_ptemp);
831 } else {
832 Py_INCREF(Py_None);
833 _resultobj = Py_None;
834 }
835 return _resultobj;
836 }
837
838 #define wxPseudoMetaFile_SetOutlineOp(_swigobj,_swigarg0) (_swigobj->SetOutlineOp(_swigarg0))
839 static PyObject *_wrap_wxPseudoMetaFile_SetOutlineOp(PyObject *self, PyObject *args, PyObject *kwargs) {
840 PyObject * _resultobj;
841 wxPseudoMetaFile * _arg0;
842 int _arg1;
843 PyObject * _argo0 = 0;
844 char *_kwnames[] = { "self","op", NULL };
845
846 self = self;
847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPseudoMetaFile_SetOutlineOp",_kwnames,&_argo0,&_arg1))
848 return NULL;
849 if (_argo0) {
850 if (_argo0 == Py_None) { _arg0 = NULL; }
851 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
852 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetOutlineOp. Expected _wxPseudoMetaFile_p.");
853 return NULL;
854 }
855 }
856 {
857 wxPy_BEGIN_ALLOW_THREADS;
858 wxPseudoMetaFile_SetOutlineOp(_arg0,_arg1);
859
860 wxPy_END_ALLOW_THREADS;
861 } Py_INCREF(Py_None);
862 _resultobj = Py_None;
863 return _resultobj;
864 }
865
866 #define wxPseudoMetaFile_GetOutlineOp(_swigobj) (_swigobj->GetOutlineOp())
867 static PyObject *_wrap_wxPseudoMetaFile_GetOutlineOp(PyObject *self, PyObject *args, PyObject *kwargs) {
868 PyObject * _resultobj;
869 int _result;
870 wxPseudoMetaFile * _arg0;
871 PyObject * _argo0 = 0;
872 char *_kwnames[] = { "self", NULL };
873
874 self = self;
875 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetOutlineOp",_kwnames,&_argo0))
876 return NULL;
877 if (_argo0) {
878 if (_argo0 == Py_None) { _arg0 = NULL; }
879 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
880 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetOutlineOp. Expected _wxPseudoMetaFile_p.");
881 return NULL;
882 }
883 }
884 {
885 wxPy_BEGIN_ALLOW_THREADS;
886 _result = (int )wxPseudoMetaFile_GetOutlineOp(_arg0);
887
888 wxPy_END_ALLOW_THREADS;
889 } _resultobj = Py_BuildValue("i",_result);
890 return _resultobj;
891 }
892
893 #define wxPseudoMetaFile_IsValid(_swigobj) (_swigobj->IsValid())
894 static PyObject *_wrap_wxPseudoMetaFile_IsValid(PyObject *self, PyObject *args, PyObject *kwargs) {
895 PyObject * _resultobj;
896 bool _result;
897 wxPseudoMetaFile * _arg0;
898 PyObject * _argo0 = 0;
899 char *_kwnames[] = { "self", NULL };
900
901 self = self;
902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_IsValid",_kwnames,&_argo0))
903 return NULL;
904 if (_argo0) {
905 if (_argo0 == Py_None) { _arg0 = NULL; }
906 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
907 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_IsValid. Expected _wxPseudoMetaFile_p.");
908 return NULL;
909 }
910 }
911 {
912 wxPy_BEGIN_ALLOW_THREADS;
913 _result = (bool )wxPseudoMetaFile_IsValid(_arg0);
914
915 wxPy_END_ALLOW_THREADS;
916 } _resultobj = Py_BuildValue("i",_result);
917 return _resultobj;
918 }
919
920 #define wxPseudoMetaFile_DrawLine(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLine(_swigarg0,_swigarg1))
921 static PyObject *_wrap_wxPseudoMetaFile_DrawLine(PyObject *self, PyObject *args, PyObject *kwargs) {
922 PyObject * _resultobj;
923 wxPseudoMetaFile * _arg0;
924 wxPoint * _arg1;
925 wxPoint * _arg2;
926 PyObject * _argo0 = 0;
927 wxPoint temp;
928 PyObject * _obj1 = 0;
929 wxPoint temp0;
930 PyObject * _obj2 = 0;
931 char *_kwnames[] = { "self","pt1","pt2", NULL };
932
933 self = self;
934 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPseudoMetaFile_DrawLine",_kwnames,&_argo0,&_obj1,&_obj2))
935 return NULL;
936 if (_argo0) {
937 if (_argo0 == Py_None) { _arg0 = NULL; }
938 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
939 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawLine. Expected _wxPseudoMetaFile_p.");
940 return NULL;
941 }
942 }
943 {
944 _arg1 = &temp;
945 if (! wxPoint_helper(_obj1, &_arg1))
946 return NULL;
947 }
948 {
949 _arg2 = &temp0;
950 if (! wxPoint_helper(_obj2, &_arg2))
951 return NULL;
952 }
953 {
954 wxPy_BEGIN_ALLOW_THREADS;
955 wxPseudoMetaFile_DrawLine(_arg0,*_arg1,*_arg2);
956
957 wxPy_END_ALLOW_THREADS;
958 } Py_INCREF(Py_None);
959 _resultobj = Py_None;
960 return _resultobj;
961 }
962
963 #define wxPseudoMetaFile_DrawRectangle(_swigobj,_swigarg0) (_swigobj->DrawRectangle(_swigarg0))
964 static PyObject *_wrap_wxPseudoMetaFile_DrawRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
965 PyObject * _resultobj;
966 wxPseudoMetaFile * _arg0;
967 wxRect * _arg1;
968 PyObject * _argo0 = 0;
969 wxRect temp;
970 PyObject * _obj1 = 0;
971 char *_kwnames[] = { "self","rect", NULL };
972
973 self = self;
974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawRectangle",_kwnames,&_argo0,&_obj1))
975 return NULL;
976 if (_argo0) {
977 if (_argo0 == Py_None) { _arg0 = NULL; }
978 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
979 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawRectangle. Expected _wxPseudoMetaFile_p.");
980 return NULL;
981 }
982 }
983 {
984 _arg1 = &temp;
985 if (! wxRect_helper(_obj1, &_arg1))
986 return NULL;
987 }
988 {
989 wxPy_BEGIN_ALLOW_THREADS;
990 wxPseudoMetaFile_DrawRectangle(_arg0,*_arg1);
991
992 wxPy_END_ALLOW_THREADS;
993 } Py_INCREF(Py_None);
994 _resultobj = Py_None;
995 return _resultobj;
996 }
997
998 #define wxPseudoMetaFile_DrawRoundedRectangle(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawRoundedRectangle(_swigarg0,_swigarg1))
999 static PyObject *_wrap_wxPseudoMetaFile_DrawRoundedRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
1000 PyObject * _resultobj;
1001 wxPseudoMetaFile * _arg0;
1002 wxRect * _arg1;
1003 double _arg2;
1004 PyObject * _argo0 = 0;
1005 wxRect temp;
1006 PyObject * _obj1 = 0;
1007 char *_kwnames[] = { "self","rect","radius", NULL };
1008
1009 self = self;
1010 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOd:wxPseudoMetaFile_DrawRoundedRectangle",_kwnames,&_argo0,&_obj1,&_arg2))
1011 return NULL;
1012 if (_argo0) {
1013 if (_argo0 == Py_None) { _arg0 = NULL; }
1014 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1015 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawRoundedRectangle. Expected _wxPseudoMetaFile_p.");
1016 return NULL;
1017 }
1018 }
1019 {
1020 _arg1 = &temp;
1021 if (! wxRect_helper(_obj1, &_arg1))
1022 return NULL;
1023 }
1024 {
1025 wxPy_BEGIN_ALLOW_THREADS;
1026 wxPseudoMetaFile_DrawRoundedRectangle(_arg0,*_arg1,_arg2);
1027
1028 wxPy_END_ALLOW_THREADS;
1029 } Py_INCREF(Py_None);
1030 _resultobj = Py_None;
1031 return _resultobj;
1032 }
1033
1034 #define wxPseudoMetaFile_DrawArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawArc(_swigarg0,_swigarg1,_swigarg2))
1035 static PyObject *_wrap_wxPseudoMetaFile_DrawArc(PyObject *self, PyObject *args, PyObject *kwargs) {
1036 PyObject * _resultobj;
1037 wxPseudoMetaFile * _arg0;
1038 wxPoint * _arg1;
1039 wxPoint * _arg2;
1040 wxPoint * _arg3;
1041 PyObject * _argo0 = 0;
1042 wxPoint temp;
1043 PyObject * _obj1 = 0;
1044 wxPoint temp0;
1045 PyObject * _obj2 = 0;
1046 wxPoint temp1;
1047 PyObject * _obj3 = 0;
1048 char *_kwnames[] = { "self","centrePt","startPt","endPt", NULL };
1049
1050 self = self;
1051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOO:wxPseudoMetaFile_DrawArc",_kwnames,&_argo0,&_obj1,&_obj2,&_obj3))
1052 return NULL;
1053 if (_argo0) {
1054 if (_argo0 == Py_None) { _arg0 = NULL; }
1055 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1056 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawArc. Expected _wxPseudoMetaFile_p.");
1057 return NULL;
1058 }
1059 }
1060 {
1061 _arg1 = &temp;
1062 if (! wxPoint_helper(_obj1, &_arg1))
1063 return NULL;
1064 }
1065 {
1066 _arg2 = &temp0;
1067 if (! wxPoint_helper(_obj2, &_arg2))
1068 return NULL;
1069 }
1070 {
1071 _arg3 = &temp1;
1072 if (! wxPoint_helper(_obj3, &_arg3))
1073 return NULL;
1074 }
1075 {
1076 wxPy_BEGIN_ALLOW_THREADS;
1077 wxPseudoMetaFile_DrawArc(_arg0,*_arg1,*_arg2,*_arg3);
1078
1079 wxPy_END_ALLOW_THREADS;
1080 } Py_INCREF(Py_None);
1081 _resultobj = Py_None;
1082 return _resultobj;
1083 }
1084
1085 #define wxPseudoMetaFile_DrawEllipticArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawEllipticArc(_swigarg0,_swigarg1,_swigarg2))
1086 static PyObject *_wrap_wxPseudoMetaFile_DrawEllipticArc(PyObject *self, PyObject *args, PyObject *kwargs) {
1087 PyObject * _resultobj;
1088 wxPseudoMetaFile * _arg0;
1089 wxRect * _arg1;
1090 double _arg2;
1091 double _arg3;
1092 PyObject * _argo0 = 0;
1093 wxRect temp;
1094 PyObject * _obj1 = 0;
1095 char *_kwnames[] = { "self","rect","startAngle","endAngle", NULL };
1096
1097 self = self;
1098 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd:wxPseudoMetaFile_DrawEllipticArc",_kwnames,&_argo0,&_obj1,&_arg2,&_arg3))
1099 return NULL;
1100 if (_argo0) {
1101 if (_argo0 == Py_None) { _arg0 = NULL; }
1102 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1103 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawEllipticArc. Expected _wxPseudoMetaFile_p.");
1104 return NULL;
1105 }
1106 }
1107 {
1108 _arg1 = &temp;
1109 if (! wxRect_helper(_obj1, &_arg1))
1110 return NULL;
1111 }
1112 {
1113 wxPy_BEGIN_ALLOW_THREADS;
1114 wxPseudoMetaFile_DrawEllipticArc(_arg0,*_arg1,_arg2,_arg3);
1115
1116 wxPy_END_ALLOW_THREADS;
1117 } Py_INCREF(Py_None);
1118 _resultobj = Py_None;
1119 return _resultobj;
1120 }
1121
1122 #define wxPseudoMetaFile_DrawEllipse(_swigobj,_swigarg0) (_swigobj->DrawEllipse(_swigarg0))
1123 static PyObject *_wrap_wxPseudoMetaFile_DrawEllipse(PyObject *self, PyObject *args, PyObject *kwargs) {
1124 PyObject * _resultobj;
1125 wxPseudoMetaFile * _arg0;
1126 wxRect * _arg1;
1127 PyObject * _argo0 = 0;
1128 wxRect temp;
1129 PyObject * _obj1 = 0;
1130 char *_kwnames[] = { "self","rect", NULL };
1131
1132 self = self;
1133 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawEllipse",_kwnames,&_argo0,&_obj1))
1134 return NULL;
1135 if (_argo0) {
1136 if (_argo0 == Py_None) { _arg0 = NULL; }
1137 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1138 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawEllipse. Expected _wxPseudoMetaFile_p.");
1139 return NULL;
1140 }
1141 }
1142 {
1143 _arg1 = &temp;
1144 if (! wxRect_helper(_obj1, &_arg1))
1145 return NULL;
1146 }
1147 {
1148 wxPy_BEGIN_ALLOW_THREADS;
1149 wxPseudoMetaFile_DrawEllipse(_arg0,*_arg1);
1150
1151 wxPy_END_ALLOW_THREADS;
1152 } Py_INCREF(Py_None);
1153 _resultobj = Py_None;
1154 return _resultobj;
1155 }
1156
1157 #define wxPseudoMetaFile_DrawPoint(_swigobj,_swigarg0) (_swigobj->DrawPoint(_swigarg0))
1158 static PyObject *_wrap_wxPseudoMetaFile_DrawPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
1159 PyObject * _resultobj;
1160 wxPseudoMetaFile * _arg0;
1161 wxPoint * _arg1;
1162 PyObject * _argo0 = 0;
1163 wxPoint temp;
1164 PyObject * _obj1 = 0;
1165 char *_kwnames[] = { "self","pt", NULL };
1166
1167 self = self;
1168 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawPoint",_kwnames,&_argo0,&_obj1))
1169 return NULL;
1170 if (_argo0) {
1171 if (_argo0 == Py_None) { _arg0 = NULL; }
1172 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1173 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawPoint. Expected _wxPseudoMetaFile_p.");
1174 return NULL;
1175 }
1176 }
1177 {
1178 _arg1 = &temp;
1179 if (! wxPoint_helper(_obj1, &_arg1))
1180 return NULL;
1181 }
1182 {
1183 wxPy_BEGIN_ALLOW_THREADS;
1184 wxPseudoMetaFile_DrawPoint(_arg0,*_arg1);
1185
1186 wxPy_END_ALLOW_THREADS;
1187 } Py_INCREF(Py_None);
1188 _resultobj = Py_None;
1189 return _resultobj;
1190 }
1191
1192 #define wxPseudoMetaFile_DrawText(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawText(_swigarg0,_swigarg1))
1193 static PyObject *_wrap_wxPseudoMetaFile_DrawText(PyObject *self, PyObject *args, PyObject *kwargs) {
1194 PyObject * _resultobj;
1195 wxPseudoMetaFile * _arg0;
1196 wxString * _arg1;
1197 wxPoint * _arg2;
1198 PyObject * _argo0 = 0;
1199 PyObject * _obj1 = 0;
1200 wxPoint temp;
1201 PyObject * _obj2 = 0;
1202 char *_kwnames[] = { "self","text","pt", NULL };
1203
1204 self = self;
1205 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPseudoMetaFile_DrawText",_kwnames,&_argo0,&_obj1,&_obj2))
1206 return NULL;
1207 if (_argo0) {
1208 if (_argo0 == Py_None) { _arg0 = NULL; }
1209 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1210 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawText. Expected _wxPseudoMetaFile_p.");
1211 return NULL;
1212 }
1213 }
1214 {
1215 #if PYTHON_API_VERSION >= 1009
1216 char* tmpPtr; int tmpSize;
1217 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
1218 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
1219 return NULL;
1220 }
1221 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
1222 return NULL;
1223 _arg1 = new wxString(tmpPtr, tmpSize);
1224 #else
1225 if (!PyString_Check(_obj1)) {
1226 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
1227 return NULL;
1228 }
1229 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
1230 #endif
1231 }
1232 {
1233 _arg2 = &temp;
1234 if (! wxPoint_helper(_obj2, &_arg2))
1235 return NULL;
1236 }
1237 {
1238 wxPy_BEGIN_ALLOW_THREADS;
1239 wxPseudoMetaFile_DrawText(_arg0,*_arg1,*_arg2);
1240
1241 wxPy_END_ALLOW_THREADS;
1242 } Py_INCREF(Py_None);
1243 _resultobj = Py_None;
1244 {
1245 if (_obj1)
1246 delete _arg1;
1247 }
1248 return _resultobj;
1249 }
1250
1251 #define wxPseudoMetaFile_DrawLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLines(_swigarg0,_swigarg1))
1252 static PyObject *_wrap_wxPseudoMetaFile_DrawLines(PyObject *self, PyObject *args, PyObject *kwargs) {
1253 PyObject * _resultobj;
1254 wxPseudoMetaFile * _arg0;
1255 int _arg1;
1256 wxPoint * _arg2;
1257 PyObject * _argo0 = 0;
1258 PyObject * _obj2 = 0;
1259 char *_kwnames[] = { "self","points", NULL };
1260
1261 self = self;
1262 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawLines",_kwnames,&_argo0,&_obj2))
1263 return NULL;
1264 if (_argo0) {
1265 if (_argo0 == Py_None) { _arg0 = NULL; }
1266 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1267 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawLines. Expected _wxPseudoMetaFile_p.");
1268 return NULL;
1269 }
1270 }
1271 if (_obj2)
1272 {
1273 _arg2 = wxPoint_LIST_helper(_obj2);
1274 if (_arg2 == NULL) {
1275 return NULL;
1276 }
1277 }
1278 {
1279 if (_obj2) {
1280 _arg1 = PyList_Size(_obj2);
1281 }
1282 else {
1283 _arg1 = 0;
1284 }
1285 }
1286 {
1287 wxPy_BEGIN_ALLOW_THREADS;
1288 wxPseudoMetaFile_DrawLines(_arg0,_arg1,_arg2);
1289
1290 wxPy_END_ALLOW_THREADS;
1291 } Py_INCREF(Py_None);
1292 _resultobj = Py_None;
1293 {
1294 delete [] _arg2;
1295 }
1296 return _resultobj;
1297 }
1298
1299 #define wxPseudoMetaFile_DrawPolygon(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawPolygon(_swigarg0,_swigarg1,_swigarg2))
1300 static PyObject *_wrap_wxPseudoMetaFile_DrawPolygon(PyObject *self, PyObject *args, PyObject *kwargs) {
1301 PyObject * _resultobj;
1302 wxPseudoMetaFile * _arg0;
1303 int _arg1;
1304 wxPoint * _arg2;
1305 int _arg3 = (int ) 0;
1306 PyObject * _argo0 = 0;
1307 PyObject * _obj2 = 0;
1308 char *_kwnames[] = { "self","points","flags", NULL };
1309
1310 self = self;
1311 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_DrawPolygon",_kwnames,&_argo0,&_obj2,&_arg3))
1312 return NULL;
1313 if (_argo0) {
1314 if (_argo0 == Py_None) { _arg0 = NULL; }
1315 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1316 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawPolygon. Expected _wxPseudoMetaFile_p.");
1317 return NULL;
1318 }
1319 }
1320 if (_obj2)
1321 {
1322 _arg2 = wxPoint_LIST_helper(_obj2);
1323 if (_arg2 == NULL) {
1324 return NULL;
1325 }
1326 }
1327 {
1328 if (_obj2) {
1329 _arg1 = PyList_Size(_obj2);
1330 }
1331 else {
1332 _arg1 = 0;
1333 }
1334 }
1335 {
1336 wxPy_BEGIN_ALLOW_THREADS;
1337 wxPseudoMetaFile_DrawPolygon(_arg0,_arg1,_arg2,_arg3);
1338
1339 wxPy_END_ALLOW_THREADS;
1340 } Py_INCREF(Py_None);
1341 _resultobj = Py_None;
1342 {
1343 delete [] _arg2;
1344 }
1345 return _resultobj;
1346 }
1347
1348 #define wxPseudoMetaFile_DrawSpline(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawSpline(_swigarg0,_swigarg1))
1349 static PyObject *_wrap_wxPseudoMetaFile_DrawSpline(PyObject *self, PyObject *args, PyObject *kwargs) {
1350 PyObject * _resultobj;
1351 wxPseudoMetaFile * _arg0;
1352 int _arg1;
1353 wxPoint * _arg2;
1354 PyObject * _argo0 = 0;
1355 PyObject * _obj2 = 0;
1356 char *_kwnames[] = { "self","points", NULL };
1357
1358 self = self;
1359 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawSpline",_kwnames,&_argo0,&_obj2))
1360 return NULL;
1361 if (_argo0) {
1362 if (_argo0 == Py_None) { _arg0 = NULL; }
1363 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1364 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawSpline. Expected _wxPseudoMetaFile_p.");
1365 return NULL;
1366 }
1367 }
1368 if (_obj2)
1369 {
1370 _arg2 = wxPoint_LIST_helper(_obj2);
1371 if (_arg2 == NULL) {
1372 return NULL;
1373 }
1374 }
1375 {
1376 if (_obj2) {
1377 _arg1 = PyList_Size(_obj2);
1378 }
1379 else {
1380 _arg1 = 0;
1381 }
1382 }
1383 {
1384 wxPy_BEGIN_ALLOW_THREADS;
1385 wxPseudoMetaFile_DrawSpline(_arg0,_arg1,_arg2);
1386
1387 wxPy_END_ALLOW_THREADS;
1388 } Py_INCREF(Py_None);
1389 _resultobj = Py_None;
1390 {
1391 delete [] _arg2;
1392 }
1393 return _resultobj;
1394 }
1395
1396 #define wxPseudoMetaFile_SetClippingRect(_swigobj,_swigarg0) (_swigobj->SetClippingRect(_swigarg0))
1397 static PyObject *_wrap_wxPseudoMetaFile_SetClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
1398 PyObject * _resultobj;
1399 wxPseudoMetaFile * _arg0;
1400 wxRect * _arg1;
1401 PyObject * _argo0 = 0;
1402 wxRect temp;
1403 PyObject * _obj1 = 0;
1404 char *_kwnames[] = { "self","rect", NULL };
1405
1406 self = self;
1407 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetClippingRect",_kwnames,&_argo0,&_obj1))
1408 return NULL;
1409 if (_argo0) {
1410 if (_argo0 == Py_None) { _arg0 = NULL; }
1411 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1412 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetClippingRect. Expected _wxPseudoMetaFile_p.");
1413 return NULL;
1414 }
1415 }
1416 {
1417 _arg1 = &temp;
1418 if (! wxRect_helper(_obj1, &_arg1))
1419 return NULL;
1420 }
1421 {
1422 wxPy_BEGIN_ALLOW_THREADS;
1423 wxPseudoMetaFile_SetClippingRect(_arg0,*_arg1);
1424
1425 wxPy_END_ALLOW_THREADS;
1426 } Py_INCREF(Py_None);
1427 _resultobj = Py_None;
1428 return _resultobj;
1429 }
1430
1431 #define wxPseudoMetaFile_DestroyClippingRect(_swigobj) (_swigobj->DestroyClippingRect())
1432 static PyObject *_wrap_wxPseudoMetaFile_DestroyClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
1433 PyObject * _resultobj;
1434 wxPseudoMetaFile * _arg0;
1435 PyObject * _argo0 = 0;
1436 char *_kwnames[] = { "self", NULL };
1437
1438 self = self;
1439 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_DestroyClippingRect",_kwnames,&_argo0))
1440 return NULL;
1441 if (_argo0) {
1442 if (_argo0 == Py_None) { _arg0 = NULL; }
1443 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1444 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DestroyClippingRect. Expected _wxPseudoMetaFile_p.");
1445 return NULL;
1446 }
1447 }
1448 {
1449 wxPy_BEGIN_ALLOW_THREADS;
1450 wxPseudoMetaFile_DestroyClippingRect(_arg0);
1451
1452 wxPy_END_ALLOW_THREADS;
1453 } Py_INCREF(Py_None);
1454 _resultobj = Py_None;
1455 return _resultobj;
1456 }
1457
1458 #define wxPseudoMetaFile_SetPen(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetPen(_swigarg0,_swigarg1))
1459 static PyObject *_wrap_wxPseudoMetaFile_SetPen(PyObject *self, PyObject *args, PyObject *kwargs) {
1460 PyObject * _resultobj;
1461 wxPseudoMetaFile * _arg0;
1462 wxPen * _arg1;
1463 bool _arg2 = (bool ) FALSE;
1464 PyObject * _argo0 = 0;
1465 PyObject * _argo1 = 0;
1466 int tempbool2 = (int) FALSE;
1467 char *_kwnames[] = { "self","pen","isOutline", NULL };
1468
1469 self = self;
1470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetPen",_kwnames,&_argo0,&_argo1,&tempbool2))
1471 return NULL;
1472 if (_argo0) {
1473 if (_argo0 == Py_None) { _arg0 = NULL; }
1474 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1475 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetPen. Expected _wxPseudoMetaFile_p.");
1476 return NULL;
1477 }
1478 }
1479 if (_argo1) {
1480 if (_argo1 == Py_None) { _arg1 = NULL; }
1481 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
1482 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetPen. Expected _wxPen_p.");
1483 return NULL;
1484 }
1485 }
1486 _arg2 = (bool ) tempbool2;
1487 {
1488 wxPy_BEGIN_ALLOW_THREADS;
1489 wxPseudoMetaFile_SetPen(_arg0,_arg1,_arg2);
1490
1491 wxPy_END_ALLOW_THREADS;
1492 } Py_INCREF(Py_None);
1493 _resultobj = Py_None;
1494 return _resultobj;
1495 }
1496
1497 #define wxPseudoMetaFile_SetBrush(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetBrush(_swigarg0,_swigarg1))
1498 static PyObject *_wrap_wxPseudoMetaFile_SetBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
1499 PyObject * _resultobj;
1500 wxPseudoMetaFile * _arg0;
1501 wxBrush * _arg1;
1502 bool _arg2 = (bool ) FALSE;
1503 PyObject * _argo0 = 0;
1504 PyObject * _argo1 = 0;
1505 int tempbool2 = (int) FALSE;
1506 char *_kwnames[] = { "self","brush","isFill", NULL };
1507
1508 self = self;
1509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetBrush",_kwnames,&_argo0,&_argo1,&tempbool2))
1510 return NULL;
1511 if (_argo0) {
1512 if (_argo0 == Py_None) { _arg0 = NULL; }
1513 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1514 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetBrush. Expected _wxPseudoMetaFile_p.");
1515 return NULL;
1516 }
1517 }
1518 if (_argo1) {
1519 if (_argo1 == Py_None) { _arg1 = NULL; }
1520 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
1521 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetBrush. Expected _wxBrush_p.");
1522 return NULL;
1523 }
1524 }
1525 _arg2 = (bool ) tempbool2;
1526 {
1527 wxPy_BEGIN_ALLOW_THREADS;
1528 wxPseudoMetaFile_SetBrush(_arg0,_arg1,_arg2);
1529
1530 wxPy_END_ALLOW_THREADS;
1531 } Py_INCREF(Py_None);
1532 _resultobj = Py_None;
1533 return _resultobj;
1534 }
1535
1536 #define wxPseudoMetaFile_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
1537 static PyObject *_wrap_wxPseudoMetaFile_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
1538 PyObject * _resultobj;
1539 wxPseudoMetaFile * _arg0;
1540 wxFont * _arg1;
1541 PyObject * _argo0 = 0;
1542 PyObject * _argo1 = 0;
1543 char *_kwnames[] = { "self","font", NULL };
1544
1545 self = self;
1546 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFont",_kwnames,&_argo0,&_argo1))
1547 return NULL;
1548 if (_argo0) {
1549 if (_argo0 == Py_None) { _arg0 = NULL; }
1550 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1551 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetFont. Expected _wxPseudoMetaFile_p.");
1552 return NULL;
1553 }
1554 }
1555 if (_argo1) {
1556 if (_argo1 == Py_None) { _arg1 = NULL; }
1557 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
1558 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetFont. Expected _wxFont_p.");
1559 return NULL;
1560 }
1561 }
1562 {
1563 wxPy_BEGIN_ALLOW_THREADS;
1564 wxPseudoMetaFile_SetFont(_arg0,_arg1);
1565
1566 wxPy_END_ALLOW_THREADS;
1567 } Py_INCREF(Py_None);
1568 _resultobj = Py_None;
1569 return _resultobj;
1570 }
1571
1572 #define wxPseudoMetaFile_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
1573 static PyObject *_wrap_wxPseudoMetaFile_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1574 PyObject * _resultobj;
1575 wxPseudoMetaFile * _arg0;
1576 wxColour * _arg1;
1577 PyObject * _argo0 = 0;
1578 wxColour temp;
1579 PyObject * _obj1 = 0;
1580 char *_kwnames[] = { "self","colour", NULL };
1581
1582 self = self;
1583 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetTextColour",_kwnames,&_argo0,&_obj1))
1584 return NULL;
1585 if (_argo0) {
1586 if (_argo0 == Py_None) { _arg0 = NULL; }
1587 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1588 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetTextColour. Expected _wxPseudoMetaFile_p.");
1589 return NULL;
1590 }
1591 }
1592 {
1593 _arg1 = &temp;
1594 if (! wxColour_helper(_obj1, &_arg1))
1595 return NULL;
1596 }
1597 {
1598 wxPy_BEGIN_ALLOW_THREADS;
1599 wxPseudoMetaFile_SetTextColour(_arg0,*_arg1);
1600
1601 wxPy_END_ALLOW_THREADS;
1602 } Py_INCREF(Py_None);
1603 _resultobj = Py_None;
1604 return _resultobj;
1605 }
1606
1607 #define wxPseudoMetaFile_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1608 static PyObject *_wrap_wxPseudoMetaFile_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1609 PyObject * _resultobj;
1610 wxPseudoMetaFile * _arg0;
1611 wxColour * _arg1;
1612 PyObject * _argo0 = 0;
1613 wxColour temp;
1614 PyObject * _obj1 = 0;
1615 char *_kwnames[] = { "self","colour", NULL };
1616
1617 self = self;
1618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
1619 return NULL;
1620 if (_argo0) {
1621 if (_argo0 == Py_None) { _arg0 = NULL; }
1622 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1623 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetBackgroundColour. Expected _wxPseudoMetaFile_p.");
1624 return NULL;
1625 }
1626 }
1627 {
1628 _arg1 = &temp;
1629 if (! wxColour_helper(_obj1, &_arg1))
1630 return NULL;
1631 }
1632 {
1633 wxPy_BEGIN_ALLOW_THREADS;
1634 wxPseudoMetaFile_SetBackgroundColour(_arg0,*_arg1);
1635
1636 wxPy_END_ALLOW_THREADS;
1637 } Py_INCREF(Py_None);
1638 _resultobj = Py_None;
1639 return _resultobj;
1640 }
1641
1642 #define wxPseudoMetaFile_SetBackgroundMode(_swigobj,_swigarg0) (_swigobj->SetBackgroundMode(_swigarg0))
1643 static PyObject *_wrap_wxPseudoMetaFile_SetBackgroundMode(PyObject *self, PyObject *args, PyObject *kwargs) {
1644 PyObject * _resultobj;
1645 wxPseudoMetaFile * _arg0;
1646 int _arg1;
1647 PyObject * _argo0 = 0;
1648 char *_kwnames[] = { "self","mode", NULL };
1649
1650 self = self;
1651 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPseudoMetaFile_SetBackgroundMode",_kwnames,&_argo0,&_arg1))
1652 return NULL;
1653 if (_argo0) {
1654 if (_argo0 == Py_None) { _arg0 = NULL; }
1655 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1656 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetBackgroundMode. Expected _wxPseudoMetaFile_p.");
1657 return NULL;
1658 }
1659 }
1660 {
1661 wxPy_BEGIN_ALLOW_THREADS;
1662 wxPseudoMetaFile_SetBackgroundMode(_arg0,_arg1);
1663
1664 wxPy_END_ALLOW_THREADS;
1665 } Py_INCREF(Py_None);
1666 _resultobj = Py_None;
1667 return _resultobj;
1668 }
1669
1670 static void *SwigwxPyRectangleShapeTowxPyShape(void *ptr) {
1671 wxPyRectangleShape *src;
1672 wxPyShape *dest;
1673 src = (wxPyRectangleShape *) ptr;
1674 dest = (wxPyShape *) src;
1675 return (void *) dest;
1676 }
1677
1678 static void *SwigwxPyRectangleShapeTowxPyShapeEvtHandler(void *ptr) {
1679 wxPyRectangleShape *src;
1680 wxPyShapeEvtHandler *dest;
1681 src = (wxPyRectangleShape *) ptr;
1682 dest = (wxPyShapeEvtHandler *) src;
1683 return (void *) dest;
1684 }
1685
1686 #define new_wxPyRectangleShape(_swigarg0,_swigarg1) (new wxPyRectangleShape(_swigarg0,_swigarg1))
1687 static PyObject *_wrap_new_wxPyRectangleShape(PyObject *self, PyObject *args, PyObject *kwargs) {
1688 PyObject * _resultobj;
1689 wxPyRectangleShape * _result;
1690 double _arg0 = (double ) 0.0;
1691 double _arg1 = (double ) 0.0;
1692 char *_kwnames[] = { "width","height", NULL };
1693 char _ptemp[128];
1694
1695 self = self;
1696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|dd:new_wxPyRectangleShape",_kwnames,&_arg0,&_arg1))
1697 return NULL;
1698 {
1699 wxPy_BEGIN_ALLOW_THREADS;
1700 _result = (wxPyRectangleShape *)new_wxPyRectangleShape(_arg0,_arg1);
1701
1702 wxPy_END_ALLOW_THREADS;
1703 } if (_result) {
1704 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyRectangleShape_p");
1705 _resultobj = Py_BuildValue("s",_ptemp);
1706 } else {
1707 Py_INCREF(Py_None);
1708 _resultobj = Py_None;
1709 }
1710 return _resultobj;
1711 }
1712
1713 #define wxPyRectangleShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
1714 static PyObject *_wrap_wxPyRectangleShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
1715 PyObject * _resultobj;
1716 wxPyRectangleShape * _arg0;
1717 PyObject * _arg1;
1718 PyObject * _arg2;
1719 PyObject * _argo0 = 0;
1720 PyObject * _obj1 = 0;
1721 PyObject * _obj2 = 0;
1722 char *_kwnames[] = { "self","self","_class", NULL };
1723
1724 self = self;
1725 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyRectangleShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
1726 return NULL;
1727 if (_argo0) {
1728 if (_argo0 == Py_None) { _arg0 = NULL; }
1729 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1730 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape__setSelf. Expected _wxPyRectangleShape_p.");
1731 return NULL;
1732 }
1733 }
1734 {
1735 _arg1 = _obj1;
1736 }
1737 {
1738 _arg2 = _obj2;
1739 }
1740 {
1741 wxPy_BEGIN_ALLOW_THREADS;
1742 wxPyRectangleShape__setSelf(_arg0,_arg1,_arg2);
1743
1744 wxPy_END_ALLOW_THREADS;
1745 } Py_INCREF(Py_None);
1746 _resultobj = Py_None;
1747 return _resultobj;
1748 }
1749
1750 #define wxPyRectangleShape_SetCornerRadius(_swigobj,_swigarg0) (_swigobj->SetCornerRadius(_swigarg0))
1751 static PyObject *_wrap_wxPyRectangleShape_SetCornerRadius(PyObject *self, PyObject *args, PyObject *kwargs) {
1752 PyObject * _resultobj;
1753 wxPyRectangleShape * _arg0;
1754 double _arg1;
1755 PyObject * _argo0 = 0;
1756 char *_kwnames[] = { "self","radius", NULL };
1757
1758 self = self;
1759 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Od:wxPyRectangleShape_SetCornerRadius",_kwnames,&_argo0,&_arg1))
1760 return NULL;
1761 if (_argo0) {
1762 if (_argo0 == Py_None) { _arg0 = NULL; }
1763 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1764 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_SetCornerRadius. Expected _wxPyRectangleShape_p.");
1765 return NULL;
1766 }
1767 }
1768 {
1769 wxPy_BEGIN_ALLOW_THREADS;
1770 wxPyRectangleShape_SetCornerRadius(_arg0,_arg1);
1771
1772 wxPy_END_ALLOW_THREADS;
1773 } Py_INCREF(Py_None);
1774 _resultobj = Py_None;
1775 return _resultobj;
1776 }
1777
1778 #define wxPyRectangleShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
1779 static PyObject *_wrap_wxPyRectangleShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
1780 PyObject * _resultobj;
1781 wxPyRectangleShape * _arg0;
1782 PyObject * _argo0 = 0;
1783 char *_kwnames[] = { "self", NULL };
1784
1785 self = self;
1786 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyRectangleShape_base_OnDelete",_kwnames,&_argo0))
1787 return NULL;
1788 if (_argo0) {
1789 if (_argo0 == Py_None) { _arg0 = NULL; }
1790 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1791 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDelete. Expected _wxPyRectangleShape_p.");
1792 return NULL;
1793 }
1794 }
1795 {
1796 wxPy_BEGIN_ALLOW_THREADS;
1797 wxPyRectangleShape_base_OnDelete(_arg0);
1798
1799 wxPy_END_ALLOW_THREADS;
1800 } Py_INCREF(Py_None);
1801 _resultobj = Py_None;
1802 return _resultobj;
1803 }
1804
1805 #define wxPyRectangleShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
1806 static PyObject *_wrap_wxPyRectangleShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
1807 PyObject * _resultobj;
1808 wxPyRectangleShape * _arg0;
1809 wxDC * _arg1;
1810 PyObject * _argo0 = 0;
1811 PyObject * _argo1 = 0;
1812 char *_kwnames[] = { "self","dc", NULL };
1813
1814 self = self;
1815 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
1816 return NULL;
1817 if (_argo0) {
1818 if (_argo0 == Py_None) { _arg0 = NULL; }
1819 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1820 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDraw. Expected _wxPyRectangleShape_p.");
1821 return NULL;
1822 }
1823 }
1824 if (_argo1) {
1825 if (_argo1 == Py_None) { _arg1 = NULL; }
1826 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1827 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDraw. Expected _wxDC_p.");
1828 return NULL;
1829 }
1830 }
1831 {
1832 wxPy_BEGIN_ALLOW_THREADS;
1833 wxPyRectangleShape_base_OnDraw(_arg0,*_arg1);
1834
1835 wxPy_END_ALLOW_THREADS;
1836 } Py_INCREF(Py_None);
1837 _resultobj = Py_None;
1838 return _resultobj;
1839 }
1840
1841 #define wxPyRectangleShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
1842 static PyObject *_wrap_wxPyRectangleShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
1843 PyObject * _resultobj;
1844 wxPyRectangleShape * _arg0;
1845 wxDC * _arg1;
1846 PyObject * _argo0 = 0;
1847 PyObject * _argo1 = 0;
1848 char *_kwnames[] = { "self","dc", NULL };
1849
1850 self = self;
1851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
1852 return NULL;
1853 if (_argo0) {
1854 if (_argo0 == Py_None) { _arg0 = NULL; }
1855 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1856 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawContents. Expected _wxPyRectangleShape_p.");
1857 return NULL;
1858 }
1859 }
1860 if (_argo1) {
1861 if (_argo1 == Py_None) { _arg1 = NULL; }
1862 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1863 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawContents. Expected _wxDC_p.");
1864 return NULL;
1865 }
1866 }
1867 {
1868 wxPy_BEGIN_ALLOW_THREADS;
1869 wxPyRectangleShape_base_OnDrawContents(_arg0,*_arg1);
1870
1871 wxPy_END_ALLOW_THREADS;
1872 } Py_INCREF(Py_None);
1873 _resultobj = Py_None;
1874 return _resultobj;
1875 }
1876
1877 #define wxPyRectangleShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
1878 static PyObject *_wrap_wxPyRectangleShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
1879 PyObject * _resultobj;
1880 wxPyRectangleShape * _arg0;
1881 wxDC * _arg1;
1882 bool _arg2 = (bool ) FALSE;
1883 PyObject * _argo0 = 0;
1884 PyObject * _argo1 = 0;
1885 int tempbool2 = (int) FALSE;
1886 char *_kwnames[] = { "self","dc","erase", NULL };
1887
1888 self = self;
1889 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyRectangleShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
1890 return NULL;
1891 if (_argo0) {
1892 if (_argo0 == Py_None) { _arg0 = NULL; }
1893 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1894 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawBranches. Expected _wxPyRectangleShape_p.");
1895 return NULL;
1896 }
1897 }
1898 if (_argo1) {
1899 if (_argo1 == Py_None) { _arg1 = NULL; }
1900 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1901 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawBranches. Expected _wxDC_p.");
1902 return NULL;
1903 }
1904 }
1905 _arg2 = (bool ) tempbool2;
1906 {
1907 wxPy_BEGIN_ALLOW_THREADS;
1908 wxPyRectangleShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
1909
1910 wxPy_END_ALLOW_THREADS;
1911 } Py_INCREF(Py_None);
1912 _resultobj = Py_None;
1913 return _resultobj;
1914 }
1915
1916 #define wxPyRectangleShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
1917 static PyObject *_wrap_wxPyRectangleShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
1918 PyObject * _resultobj;
1919 wxPyRectangleShape * _arg0;
1920 wxDC * _arg1;
1921 PyObject * _argo0 = 0;
1922 PyObject * _argo1 = 0;
1923 char *_kwnames[] = { "self","dc", NULL };
1924
1925 self = self;
1926 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
1927 return NULL;
1928 if (_argo0) {
1929 if (_argo0 == Py_None) { _arg0 = NULL; }
1930 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1931 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMoveLinks. Expected _wxPyRectangleShape_p.");
1932 return NULL;
1933 }
1934 }
1935 if (_argo1) {
1936 if (_argo1 == Py_None) { _arg1 = NULL; }
1937 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1938 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMoveLinks. Expected _wxDC_p.");
1939 return NULL;
1940 }
1941 }
1942 {
1943 wxPy_BEGIN_ALLOW_THREADS;
1944 wxPyRectangleShape_base_OnMoveLinks(_arg0,*_arg1);
1945
1946 wxPy_END_ALLOW_THREADS;
1947 } Py_INCREF(Py_None);
1948 _resultobj = Py_None;
1949 return _resultobj;
1950 }
1951
1952 #define wxPyRectangleShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
1953 static PyObject *_wrap_wxPyRectangleShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
1954 PyObject * _resultobj;
1955 wxPyRectangleShape * _arg0;
1956 wxDC * _arg1;
1957 PyObject * _argo0 = 0;
1958 PyObject * _argo1 = 0;
1959 char *_kwnames[] = { "self","dc", NULL };
1960
1961 self = self;
1962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnErase",_kwnames,&_argo0,&_argo1))
1963 return NULL;
1964 if (_argo0) {
1965 if (_argo0 == Py_None) { _arg0 = NULL; }
1966 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1967 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnErase. Expected _wxPyRectangleShape_p.");
1968 return NULL;
1969 }
1970 }
1971 if (_argo1) {
1972 if (_argo1 == Py_None) { _arg1 = NULL; }
1973 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1974 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnErase. Expected _wxDC_p.");
1975 return NULL;
1976 }
1977 }
1978 {
1979 wxPy_BEGIN_ALLOW_THREADS;
1980 wxPyRectangleShape_base_OnErase(_arg0,*_arg1);
1981
1982 wxPy_END_ALLOW_THREADS;
1983 } Py_INCREF(Py_None);
1984 _resultobj = Py_None;
1985 return _resultobj;
1986 }
1987
1988 #define wxPyRectangleShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
1989 static PyObject *_wrap_wxPyRectangleShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
1990 PyObject * _resultobj;
1991 wxPyRectangleShape * _arg0;
1992 wxDC * _arg1;
1993 PyObject * _argo0 = 0;
1994 PyObject * _argo1 = 0;
1995 char *_kwnames[] = { "self","dc", NULL };
1996
1997 self = self;
1998 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
1999 return NULL;
2000 if (_argo0) {
2001 if (_argo0 == Py_None) { _arg0 = NULL; }
2002 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2003 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEraseContents. Expected _wxPyRectangleShape_p.");
2004 return NULL;
2005 }
2006 }
2007 if (_argo1) {
2008 if (_argo1 == Py_None) { _arg1 = NULL; }
2009 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2010 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnEraseContents. Expected _wxDC_p.");
2011 return NULL;
2012 }
2013 }
2014 {
2015 wxPy_BEGIN_ALLOW_THREADS;
2016 wxPyRectangleShape_base_OnEraseContents(_arg0,*_arg1);
2017
2018 wxPy_END_ALLOW_THREADS;
2019 } Py_INCREF(Py_None);
2020 _resultobj = Py_None;
2021 return _resultobj;
2022 }
2023
2024 #define wxPyRectangleShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
2025 static PyObject *_wrap_wxPyRectangleShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
2026 PyObject * _resultobj;
2027 wxPyRectangleShape * _arg0;
2028 wxDC * _arg1;
2029 PyObject * _argo0 = 0;
2030 PyObject * _argo1 = 0;
2031 char *_kwnames[] = { "self","dc", NULL };
2032
2033 self = self;
2034 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
2035 return NULL;
2036 if (_argo0) {
2037 if (_argo0 == Py_None) { _arg0 = NULL; }
2038 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2039 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnHighlight. Expected _wxPyRectangleShape_p.");
2040 return NULL;
2041 }
2042 }
2043 if (_argo1) {
2044 if (_argo1 == Py_None) { _arg1 = NULL; }
2045 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2046 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnHighlight. Expected _wxDC_p.");
2047 return NULL;
2048 }
2049 }
2050 {
2051 wxPy_BEGIN_ALLOW_THREADS;
2052 wxPyRectangleShape_base_OnHighlight(_arg0,*_arg1);
2053
2054 wxPy_END_ALLOW_THREADS;
2055 } Py_INCREF(Py_None);
2056 _resultobj = Py_None;
2057 return _resultobj;
2058 }
2059
2060 #define wxPyRectangleShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2061 static PyObject *_wrap_wxPyRectangleShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
2062 PyObject * _resultobj;
2063 wxPyRectangleShape * _arg0;
2064 double _arg1;
2065 double _arg2;
2066 int _arg3 = (int ) 0;
2067 int _arg4 = (int ) 0;
2068 PyObject * _argo0 = 0;
2069 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2070
2071 self = self;
2072 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2073 return NULL;
2074 if (_argo0) {
2075 if (_argo0 == Py_None) { _arg0 = NULL; }
2076 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2077 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnLeftClick. Expected _wxPyRectangleShape_p.");
2078 return NULL;
2079 }
2080 }
2081 {
2082 wxPy_BEGIN_ALLOW_THREADS;
2083 wxPyRectangleShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
2084
2085 wxPy_END_ALLOW_THREADS;
2086 } Py_INCREF(Py_None);
2087 _resultobj = Py_None;
2088 return _resultobj;
2089 }
2090
2091 #define wxPyRectangleShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2092 static PyObject *_wrap_wxPyRectangleShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
2093 PyObject * _resultobj;
2094 wxPyRectangleShape * _arg0;
2095 double _arg1;
2096 double _arg2;
2097 int _arg3 = (int ) 0;
2098 int _arg4 = (int ) 0;
2099 PyObject * _argo0 = 0;
2100 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2101
2102 self = self;
2103 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2104 return NULL;
2105 if (_argo0) {
2106 if (_argo0 == Py_None) { _arg0 = NULL; }
2107 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2108 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnLeftDoubleClick. Expected _wxPyRectangleShape_p.");
2109 return NULL;
2110 }
2111 }
2112 {
2113 wxPy_BEGIN_ALLOW_THREADS;
2114 wxPyRectangleShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
2115
2116 wxPy_END_ALLOW_THREADS;
2117 } Py_INCREF(Py_None);
2118 _resultobj = Py_None;
2119 return _resultobj;
2120 }
2121
2122 #define wxPyRectangleShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2123 static PyObject *_wrap_wxPyRectangleShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
2124 PyObject * _resultobj;
2125 wxPyRectangleShape * _arg0;
2126 double _arg1;
2127 double _arg2;
2128 int _arg3 = (int ) 0;
2129 int _arg4 = (int ) 0;
2130 PyObject * _argo0 = 0;
2131 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2132
2133 self = self;
2134 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2135 return NULL;
2136 if (_argo0) {
2137 if (_argo0 == Py_None) { _arg0 = NULL; }
2138 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2139 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnRightClick. Expected _wxPyRectangleShape_p.");
2140 return NULL;
2141 }
2142 }
2143 {
2144 wxPy_BEGIN_ALLOW_THREADS;
2145 wxPyRectangleShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
2146
2147 wxPy_END_ALLOW_THREADS;
2148 } Py_INCREF(Py_None);
2149 _resultobj = Py_None;
2150 return _resultobj;
2151 }
2152
2153 #define wxPyRectangleShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
2154 static PyObject *_wrap_wxPyRectangleShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
2155 PyObject * _resultobj;
2156 wxPyRectangleShape * _arg0;
2157 double _arg1;
2158 double _arg2;
2159 PyObject * _argo0 = 0;
2160 char *_kwnames[] = { "self","x","y", NULL };
2161
2162 self = self;
2163 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyRectangleShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
2164 return NULL;
2165 if (_argo0) {
2166 if (_argo0 == Py_None) { _arg0 = NULL; }
2167 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2168 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSize. Expected _wxPyRectangleShape_p.");
2169 return NULL;
2170 }
2171 }
2172 {
2173 wxPy_BEGIN_ALLOW_THREADS;
2174 wxPyRectangleShape_base_OnSize(_arg0,_arg1,_arg2);
2175
2176 wxPy_END_ALLOW_THREADS;
2177 } Py_INCREF(Py_None);
2178 _resultobj = Py_None;
2179 return _resultobj;
2180 }
2181
2182 #define wxPyRectangleShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2183 static PyObject *_wrap_wxPyRectangleShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
2184 PyObject * _resultobj;
2185 bool _result;
2186 wxPyRectangleShape * _arg0;
2187 wxDC * _arg1;
2188 double _arg2;
2189 double _arg3;
2190 double _arg4;
2191 double _arg5;
2192 bool _arg6 = (bool ) TRUE;
2193 PyObject * _argo0 = 0;
2194 PyObject * _argo1 = 0;
2195 int tempbool6 = (int) TRUE;
2196 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
2197
2198 self = self;
2199 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyRectangleShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
2200 return NULL;
2201 if (_argo0) {
2202 if (_argo0 == Py_None) { _arg0 = NULL; }
2203 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2204 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMovePre. Expected _wxPyRectangleShape_p.");
2205 return NULL;
2206 }
2207 }
2208 if (_argo1) {
2209 if (_argo1 == Py_None) { _arg1 = NULL; }
2210 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2211 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMovePre. Expected _wxDC_p.");
2212 return NULL;
2213 }
2214 }
2215 _arg6 = (bool ) tempbool6;
2216 {
2217 wxPy_BEGIN_ALLOW_THREADS;
2218 _result = (bool )wxPyRectangleShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
2219
2220 wxPy_END_ALLOW_THREADS;
2221 } _resultobj = Py_BuildValue("i",_result);
2222 return _resultobj;
2223 }
2224
2225 #define wxPyRectangleShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2226 static PyObject *_wrap_wxPyRectangleShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
2227 PyObject * _resultobj;
2228 wxPyRectangleShape * _arg0;
2229 wxDC * _arg1;
2230 double _arg2;
2231 double _arg3;
2232 double _arg4;
2233 double _arg5;
2234 bool _arg6 = (bool ) TRUE;
2235 PyObject * _argo0 = 0;
2236 PyObject * _argo1 = 0;
2237 int tempbool6 = (int) TRUE;
2238 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
2239
2240 self = self;
2241 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyRectangleShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
2242 return NULL;
2243 if (_argo0) {
2244 if (_argo0 == Py_None) { _arg0 = NULL; }
2245 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2246 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMovePost. Expected _wxPyRectangleShape_p.");
2247 return NULL;
2248 }
2249 }
2250 if (_argo1) {
2251 if (_argo1 == Py_None) { _arg1 = NULL; }
2252 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2253 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMovePost. Expected _wxDC_p.");
2254 return NULL;
2255 }
2256 }
2257 _arg6 = (bool ) tempbool6;
2258 {
2259 wxPy_BEGIN_ALLOW_THREADS;
2260 wxPyRectangleShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
2261
2262 wxPy_END_ALLOW_THREADS;
2263 } Py_INCREF(Py_None);
2264 _resultobj = Py_None;
2265 return _resultobj;
2266 }
2267
2268 #define wxPyRectangleShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2269 static PyObject *_wrap_wxPyRectangleShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2270 PyObject * _resultobj;
2271 wxPyRectangleShape * _arg0;
2272 bool _arg1;
2273 double _arg2;
2274 double _arg3;
2275 int _arg4 = (int ) 0;
2276 int _arg5 = (int ) 0;
2277 PyObject * _argo0 = 0;
2278 int tempbool1;
2279 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
2280
2281 self = self;
2282 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyRectangleShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
2283 return NULL;
2284 if (_argo0) {
2285 if (_argo0 == Py_None) { _arg0 = NULL; }
2286 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2287 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDragLeft. Expected _wxPyRectangleShape_p.");
2288 return NULL;
2289 }
2290 }
2291 _arg1 = (bool ) tempbool1;
2292 {
2293 wxPy_BEGIN_ALLOW_THREADS;
2294 wxPyRectangleShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2295
2296 wxPy_END_ALLOW_THREADS;
2297 } Py_INCREF(Py_None);
2298 _resultobj = Py_None;
2299 return _resultobj;
2300 }
2301
2302 #define wxPyRectangleShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2303 static PyObject *_wrap_wxPyRectangleShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2304 PyObject * _resultobj;
2305 wxPyRectangleShape * _arg0;
2306 double _arg1;
2307 double _arg2;
2308 int _arg3 = (int ) 0;
2309 int _arg4 = (int ) 0;
2310 PyObject * _argo0 = 0;
2311 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2312
2313 self = self;
2314 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2315 return NULL;
2316 if (_argo0) {
2317 if (_argo0 == Py_None) { _arg0 = NULL; }
2318 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2319 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnBeginDragLeft. Expected _wxPyRectangleShape_p.");
2320 return NULL;
2321 }
2322 }
2323 {
2324 wxPy_BEGIN_ALLOW_THREADS;
2325 wxPyRectangleShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
2326
2327 wxPy_END_ALLOW_THREADS;
2328 } Py_INCREF(Py_None);
2329 _resultobj = Py_None;
2330 return _resultobj;
2331 }
2332
2333 #define wxPyRectangleShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2334 static PyObject *_wrap_wxPyRectangleShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2335 PyObject * _resultobj;
2336 wxPyRectangleShape * _arg0;
2337 double _arg1;
2338 double _arg2;
2339 int _arg3 = (int ) 0;
2340 int _arg4 = (int ) 0;
2341 PyObject * _argo0 = 0;
2342 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2343
2344 self = self;
2345 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2346 return NULL;
2347 if (_argo0) {
2348 if (_argo0 == Py_None) { _arg0 = NULL; }
2349 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2350 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEndDragLeft. Expected _wxPyRectangleShape_p.");
2351 return NULL;
2352 }
2353 }
2354 {
2355 wxPy_BEGIN_ALLOW_THREADS;
2356 wxPyRectangleShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
2357
2358 wxPy_END_ALLOW_THREADS;
2359 } Py_INCREF(Py_None);
2360 _resultobj = Py_None;
2361 return _resultobj;
2362 }
2363
2364 #define wxPyRectangleShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2365 static PyObject *_wrap_wxPyRectangleShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
2366 PyObject * _resultobj;
2367 wxPyRectangleShape * _arg0;
2368 bool _arg1;
2369 double _arg2;
2370 double _arg3;
2371 int _arg4 = (int ) 0;
2372 int _arg5 = (int ) 0;
2373 PyObject * _argo0 = 0;
2374 int tempbool1;
2375 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
2376
2377 self = self;
2378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyRectangleShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
2379 return NULL;
2380 if (_argo0) {
2381 if (_argo0 == Py_None) { _arg0 = NULL; }
2382 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2383 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDragRight. Expected _wxPyRectangleShape_p.");
2384 return NULL;
2385 }
2386 }
2387 _arg1 = (bool ) tempbool1;
2388 {
2389 wxPy_BEGIN_ALLOW_THREADS;
2390 wxPyRectangleShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2391
2392 wxPy_END_ALLOW_THREADS;
2393 } Py_INCREF(Py_None);
2394 _resultobj = Py_None;
2395 return _resultobj;
2396 }
2397
2398 #define wxPyRectangleShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2399 static PyObject *_wrap_wxPyRectangleShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
2400 PyObject * _resultobj;
2401 wxPyRectangleShape * _arg0;
2402 double _arg1;
2403 double _arg2;
2404 int _arg3 = (int ) 0;
2405 int _arg4 = (int ) 0;
2406 PyObject * _argo0 = 0;
2407 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2408
2409 self = self;
2410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2411 return NULL;
2412 if (_argo0) {
2413 if (_argo0 == Py_None) { _arg0 = NULL; }
2414 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2415 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnBeginDragRight. Expected _wxPyRectangleShape_p.");
2416 return NULL;
2417 }
2418 }
2419 {
2420 wxPy_BEGIN_ALLOW_THREADS;
2421 wxPyRectangleShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
2422
2423 wxPy_END_ALLOW_THREADS;
2424 } Py_INCREF(Py_None);
2425 _resultobj = Py_None;
2426 return _resultobj;
2427 }
2428
2429 #define wxPyRectangleShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2430 static PyObject *_wrap_wxPyRectangleShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
2431 PyObject * _resultobj;
2432 wxPyRectangleShape * _arg0;
2433 double _arg1;
2434 double _arg2;
2435 int _arg3 = (int ) 0;
2436 int _arg4 = (int ) 0;
2437 PyObject * _argo0 = 0;
2438 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2439
2440 self = self;
2441 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2442 return NULL;
2443 if (_argo0) {
2444 if (_argo0 == Py_None) { _arg0 = NULL; }
2445 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2446 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEndDragRight. Expected _wxPyRectangleShape_p.");
2447 return NULL;
2448 }
2449 }
2450 {
2451 wxPy_BEGIN_ALLOW_THREADS;
2452 wxPyRectangleShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
2453
2454 wxPy_END_ALLOW_THREADS;
2455 } Py_INCREF(Py_None);
2456 _resultobj = Py_None;
2457 return _resultobj;
2458 }
2459
2460 #define wxPyRectangleShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2461 static PyObject *_wrap_wxPyRectangleShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
2462 PyObject * _resultobj;
2463 wxPyRectangleShape * _arg0;
2464 wxDC * _arg1;
2465 double _arg2;
2466 double _arg3;
2467 double _arg4;
2468 double _arg5;
2469 PyObject * _argo0 = 0;
2470 PyObject * _argo1 = 0;
2471 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
2472
2473 self = self;
2474 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyRectangleShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2475 return NULL;
2476 if (_argo0) {
2477 if (_argo0 == Py_None) { _arg0 = NULL; }
2478 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2479 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawOutline. Expected _wxPyRectangleShape_p.");
2480 return NULL;
2481 }
2482 }
2483 if (_argo1) {
2484 if (_argo1 == Py_None) { _arg1 = NULL; }
2485 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2486 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawOutline. Expected _wxDC_p.");
2487 return NULL;
2488 }
2489 }
2490 {
2491 wxPy_BEGIN_ALLOW_THREADS;
2492 wxPyRectangleShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
2493
2494 wxPy_END_ALLOW_THREADS;
2495 } Py_INCREF(Py_None);
2496 _resultobj = Py_None;
2497 return _resultobj;
2498 }
2499
2500 #define wxPyRectangleShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
2501 static PyObject *_wrap_wxPyRectangleShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
2502 PyObject * _resultobj;
2503 wxPyRectangleShape * _arg0;
2504 wxDC * _arg1;
2505 PyObject * _argo0 = 0;
2506 PyObject * _argo1 = 0;
2507 char *_kwnames[] = { "self","dc", NULL };
2508
2509 self = self;
2510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
2511 return NULL;
2512 if (_argo0) {
2513 if (_argo0 == Py_None) { _arg0 = NULL; }
2514 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2515 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawControlPoints. Expected _wxPyRectangleShape_p.");
2516 return NULL;
2517 }
2518 }
2519 if (_argo1) {
2520 if (_argo1 == Py_None) { _arg1 = NULL; }
2521 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2522 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawControlPoints. Expected _wxDC_p.");
2523 return NULL;
2524 }
2525 }
2526 {
2527 wxPy_BEGIN_ALLOW_THREADS;
2528 wxPyRectangleShape_base_OnDrawControlPoints(_arg0,*_arg1);
2529
2530 wxPy_END_ALLOW_THREADS;
2531 } Py_INCREF(Py_None);
2532 _resultobj = Py_None;
2533 return _resultobj;
2534 }
2535
2536 #define wxPyRectangleShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
2537 static PyObject *_wrap_wxPyRectangleShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
2538 PyObject * _resultobj;
2539 wxPyRectangleShape * _arg0;
2540 wxDC * _arg1;
2541 PyObject * _argo0 = 0;
2542 PyObject * _argo1 = 0;
2543 char *_kwnames[] = { "self","dc", NULL };
2544
2545 self = self;
2546 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
2547 return NULL;
2548 if (_argo0) {
2549 if (_argo0 == Py_None) { _arg0 = NULL; }
2550 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2551 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEraseControlPoints. Expected _wxPyRectangleShape_p.");
2552 return NULL;
2553 }
2554 }
2555 if (_argo1) {
2556 if (_argo1 == Py_None) { _arg1 = NULL; }
2557 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2558 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnEraseControlPoints. Expected _wxDC_p.");
2559 return NULL;
2560 }
2561 }
2562 {
2563 wxPy_BEGIN_ALLOW_THREADS;
2564 wxPyRectangleShape_base_OnEraseControlPoints(_arg0,*_arg1);
2565
2566 wxPy_END_ALLOW_THREADS;
2567 } Py_INCREF(Py_None);
2568 _resultobj = Py_None;
2569 return _resultobj;
2570 }
2571
2572 #define wxPyRectangleShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
2573 static PyObject *_wrap_wxPyRectangleShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
2574 PyObject * _resultobj;
2575 wxPyRectangleShape * _arg0;
2576 wxDC * _arg1;
2577 bool _arg2 = (bool ) TRUE;
2578 PyObject * _argo0 = 0;
2579 PyObject * _argo1 = 0;
2580 int tempbool2 = (int) TRUE;
2581 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
2582
2583 self = self;
2584 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyRectangleShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
2585 return NULL;
2586 if (_argo0) {
2587 if (_argo0 == Py_None) { _arg0 = NULL; }
2588 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2589 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMoveLink. Expected _wxPyRectangleShape_p.");
2590 return NULL;
2591 }
2592 }
2593 if (_argo1) {
2594 if (_argo1 == Py_None) { _arg1 = NULL; }
2595 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2596 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMoveLink. Expected _wxDC_p.");
2597 return NULL;
2598 }
2599 }
2600 _arg2 = (bool ) tempbool2;
2601 {
2602 wxPy_BEGIN_ALLOW_THREADS;
2603 wxPyRectangleShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
2604
2605 wxPy_END_ALLOW_THREADS;
2606 } Py_INCREF(Py_None);
2607 _resultobj = Py_None;
2608 return _resultobj;
2609 }
2610
2611 #define wxPyRectangleShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2612 static PyObject *_wrap_wxPyRectangleShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2613 PyObject * _resultobj;
2614 wxPyRectangleShape * _arg0;
2615 wxPyControlPoint * _arg1;
2616 bool _arg2;
2617 double _arg3;
2618 double _arg4;
2619 int _arg5 = (int ) 0;
2620 int _arg6 = (int ) 0;
2621 PyObject * _argo0 = 0;
2622 PyObject * _argo1 = 0;
2623 int tempbool2;
2624 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
2625
2626 self = self;
2627 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyRectangleShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
2628 return NULL;
2629 if (_argo0) {
2630 if (_argo0 == Py_None) { _arg0 = NULL; }
2631 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2632 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSizingDragLeft. Expected _wxPyRectangleShape_p.");
2633 return NULL;
2634 }
2635 }
2636 if (_argo1) {
2637 if (_argo1 == Py_None) { _arg1 = NULL; }
2638 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
2639 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
2640 return NULL;
2641 }
2642 }
2643 _arg2 = (bool ) tempbool2;
2644 {
2645 wxPy_BEGIN_ALLOW_THREADS;
2646 wxPyRectangleShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
2647
2648 wxPy_END_ALLOW_THREADS;
2649 } Py_INCREF(Py_None);
2650 _resultobj = Py_None;
2651 return _resultobj;
2652 }
2653
2654 #define wxPyRectangleShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2655 static PyObject *_wrap_wxPyRectangleShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2656 PyObject * _resultobj;
2657 wxPyRectangleShape * _arg0;
2658 wxPyControlPoint * _arg1;
2659 double _arg2;
2660 double _arg3;
2661 int _arg4 = (int ) 0;
2662 int _arg5 = (int ) 0;
2663 PyObject * _argo0 = 0;
2664 PyObject * _argo1 = 0;
2665 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
2666
2667 self = self;
2668 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyRectangleShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2669 return NULL;
2670 if (_argo0) {
2671 if (_argo0 == Py_None) { _arg0 = NULL; }
2672 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2673 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSizingBeginDragLeft. Expected _wxPyRectangleShape_p.");
2674 return NULL;
2675 }
2676 }
2677 if (_argo1) {
2678 if (_argo1 == Py_None) { _arg1 = NULL; }
2679 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
2680 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
2681 return NULL;
2682 }
2683 }
2684 {
2685 wxPy_BEGIN_ALLOW_THREADS;
2686 wxPyRectangleShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2687
2688 wxPy_END_ALLOW_THREADS;
2689 } Py_INCREF(Py_None);
2690 _resultobj = Py_None;
2691 return _resultobj;
2692 }
2693
2694 #define wxPyRectangleShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2695 static PyObject *_wrap_wxPyRectangleShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2696 PyObject * _resultobj;
2697 wxPyRectangleShape * _arg0;
2698 wxPyControlPoint * _arg1;
2699 double _arg2;
2700 double _arg3;
2701 int _arg4 = (int ) 0;
2702 int _arg5 = (int ) 0;
2703 PyObject * _argo0 = 0;
2704 PyObject * _argo1 = 0;
2705 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
2706
2707 self = self;
2708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyRectangleShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2709 return NULL;
2710 if (_argo0) {
2711 if (_argo0 == Py_None) { _arg0 = NULL; }
2712 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2713 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSizingEndDragLeft. Expected _wxPyRectangleShape_p.");
2714 return NULL;
2715 }
2716 }
2717 if (_argo1) {
2718 if (_argo1 == Py_None) { _arg1 = NULL; }
2719 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
2720 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
2721 return NULL;
2722 }
2723 }
2724 {
2725 wxPy_BEGIN_ALLOW_THREADS;
2726 wxPyRectangleShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2727
2728 wxPy_END_ALLOW_THREADS;
2729 } Py_INCREF(Py_None);
2730 _resultobj = Py_None;
2731 return _resultobj;
2732 }
2733
2734 #define wxPyRectangleShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
2735 static PyObject *_wrap_wxPyRectangleShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
2736 PyObject * _resultobj;
2737 wxPyRectangleShape * _arg0;
2738 double _arg1;
2739 double _arg2;
2740 PyObject * _argo0 = 0;
2741 char *_kwnames[] = { "self","w","h", NULL };
2742
2743 self = self;
2744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyRectangleShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
2745 return NULL;
2746 if (_argo0) {
2747 if (_argo0 == Py_None) { _arg0 = NULL; }
2748 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2749 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnBeginSize. Expected _wxPyRectangleShape_p.");
2750 return NULL;
2751 }
2752 }
2753 {
2754 wxPy_BEGIN_ALLOW_THREADS;
2755 wxPyRectangleShape_base_OnBeginSize(_arg0,_arg1,_arg2);
2756
2757 wxPy_END_ALLOW_THREADS;
2758 } Py_INCREF(Py_None);
2759 _resultobj = Py_None;
2760 return _resultobj;
2761 }
2762
2763 #define wxPyRectangleShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
2764 static PyObject *_wrap_wxPyRectangleShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
2765 PyObject * _resultobj;
2766 wxPyRectangleShape * _arg0;
2767 double _arg1;
2768 double _arg2;
2769 PyObject * _argo0 = 0;
2770 char *_kwnames[] = { "self","w","h", NULL };
2771
2772 self = self;
2773 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyRectangleShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
2774 return NULL;
2775 if (_argo0) {
2776 if (_argo0 == Py_None) { _arg0 = NULL; }
2777 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2778 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEndSize. Expected _wxPyRectangleShape_p.");
2779 return NULL;
2780 }
2781 }
2782 {
2783 wxPy_BEGIN_ALLOW_THREADS;
2784 wxPyRectangleShape_base_OnEndSize(_arg0,_arg1,_arg2);
2785
2786 wxPy_END_ALLOW_THREADS;
2787 } Py_INCREF(Py_None);
2788 _resultobj = Py_None;
2789 return _resultobj;
2790 }
2791
2792 static void *SwigwxPyControlPointTowxPyRectangleShape(void *ptr) {
2793 wxPyControlPoint *src;
2794 wxPyRectangleShape *dest;
2795 src = (wxPyControlPoint *) ptr;
2796 dest = (wxPyRectangleShape *) src;
2797 return (void *) dest;
2798 }
2799
2800 static void *SwigwxPyControlPointTowxPyShape(void *ptr) {
2801 wxPyControlPoint *src;
2802 wxPyShape *dest;
2803 src = (wxPyControlPoint *) ptr;
2804 dest = (wxPyShape *) src;
2805 return (void *) dest;
2806 }
2807
2808 static void *SwigwxPyControlPointTowxPyShapeEvtHandler(void *ptr) {
2809 wxPyControlPoint *src;
2810 wxPyShapeEvtHandler *dest;
2811 src = (wxPyControlPoint *) ptr;
2812 dest = (wxPyShapeEvtHandler *) src;
2813 return (void *) dest;
2814 }
2815
2816 #define new_wxPyControlPoint(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxPyControlPoint(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2817 static PyObject *_wrap_new_wxPyControlPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
2818 PyObject * _resultobj;
2819 wxPyControlPoint * _result;
2820 wxPyShapeCanvas * _arg0 = (wxPyShapeCanvas *) NULL;
2821 wxPyShape * _arg1 = (wxPyShape *) NULL;
2822 double _arg2 = (double ) 0.0;
2823 double _arg3 = (double ) 0.0;
2824 double _arg4 = (double ) 0.0;
2825 int _arg5 = (int ) 0;
2826 PyObject * _argo0 = 0;
2827 PyObject * _argo1 = 0;
2828 char *_kwnames[] = { "the_canvas","object","size","the_xoffset","the_yoffset","the_type", NULL };
2829 char _ptemp[128];
2830
2831 self = self;
2832 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOdddi:new_wxPyControlPoint",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2833 return NULL;
2834 if (_argo0) {
2835 if (_argo0 == Py_None) { _arg0 = NULL; }
2836 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyShapeCanvas_p")) {
2837 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxPyControlPoint. Expected _wxPyShapeCanvas_p.");
2838 return NULL;
2839 }
2840 }
2841 if (_argo1) {
2842 if (_argo1 == Py_None) { _arg1 = NULL; }
2843 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
2844 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxPyControlPoint. Expected _wxPyShape_p.");
2845 return NULL;
2846 }
2847 }
2848 {
2849 wxPy_BEGIN_ALLOW_THREADS;
2850 _result = (wxPyControlPoint *)new_wxPyControlPoint(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2851
2852 wxPy_END_ALLOW_THREADS;
2853 } if (_result) {
2854 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyControlPoint_p");
2855 _resultobj = Py_BuildValue("s",_ptemp);
2856 } else {
2857 Py_INCREF(Py_None);
2858 _resultobj = Py_None;
2859 }
2860 return _resultobj;
2861 }
2862
2863 #define wxPyControlPoint__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
2864 static PyObject *_wrap_wxPyControlPoint__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
2865 PyObject * _resultobj;
2866 wxPyControlPoint * _arg0;
2867 PyObject * _arg1;
2868 PyObject * _arg2;
2869 PyObject * _argo0 = 0;
2870 PyObject * _obj1 = 0;
2871 PyObject * _obj2 = 0;
2872 char *_kwnames[] = { "self","self","_class", NULL };
2873
2874 self = self;
2875 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyControlPoint__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
2876 return NULL;
2877 if (_argo0) {
2878 if (_argo0 == Py_None) { _arg0 = NULL; }
2879 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2880 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint__setSelf. Expected _wxPyControlPoint_p.");
2881 return NULL;
2882 }
2883 }
2884 {
2885 _arg1 = _obj1;
2886 }
2887 {
2888 _arg2 = _obj2;
2889 }
2890 {
2891 wxPy_BEGIN_ALLOW_THREADS;
2892 wxPyControlPoint__setSelf(_arg0,_arg1,_arg2);
2893
2894 wxPy_END_ALLOW_THREADS;
2895 } Py_INCREF(Py_None);
2896 _resultobj = Py_None;
2897 return _resultobj;
2898 }
2899
2900 #define wxPyControlPoint_SetCornerRadius(_swigobj,_swigarg0) (_swigobj->SetCornerRadius(_swigarg0))
2901 static PyObject *_wrap_wxPyControlPoint_SetCornerRadius(PyObject *self, PyObject *args, PyObject *kwargs) {
2902 PyObject * _resultobj;
2903 wxPyControlPoint * _arg0;
2904 double _arg1;
2905 PyObject * _argo0 = 0;
2906 char *_kwnames[] = { "self","radius", NULL };
2907
2908 self = self;
2909 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Od:wxPyControlPoint_SetCornerRadius",_kwnames,&_argo0,&_arg1))
2910 return NULL;
2911 if (_argo0) {
2912 if (_argo0 == Py_None) { _arg0 = NULL; }
2913 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2914 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_SetCornerRadius. Expected _wxPyControlPoint_p.");
2915 return NULL;
2916 }
2917 }
2918 {
2919 wxPy_BEGIN_ALLOW_THREADS;
2920 wxPyControlPoint_SetCornerRadius(_arg0,_arg1);
2921
2922 wxPy_END_ALLOW_THREADS;
2923 } Py_INCREF(Py_None);
2924 _resultobj = Py_None;
2925 return _resultobj;
2926 }
2927
2928 #define wxPyControlPoint_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
2929 static PyObject *_wrap_wxPyControlPoint_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
2930 PyObject * _resultobj;
2931 wxPyControlPoint * _arg0;
2932 PyObject * _argo0 = 0;
2933 char *_kwnames[] = { "self", NULL };
2934
2935 self = self;
2936 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyControlPoint_base_OnDelete",_kwnames,&_argo0))
2937 return NULL;
2938 if (_argo0) {
2939 if (_argo0 == Py_None) { _arg0 = NULL; }
2940 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2941 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDelete. Expected _wxPyControlPoint_p.");
2942 return NULL;
2943 }
2944 }
2945 {
2946 wxPy_BEGIN_ALLOW_THREADS;
2947 wxPyControlPoint_base_OnDelete(_arg0);
2948
2949 wxPy_END_ALLOW_THREADS;
2950 } Py_INCREF(Py_None);
2951 _resultobj = Py_None;
2952 return _resultobj;
2953 }
2954
2955 #define wxPyControlPoint_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
2956 static PyObject *_wrap_wxPyControlPoint_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
2957 PyObject * _resultobj;
2958 wxPyControlPoint * _arg0;
2959 wxDC * _arg1;
2960 PyObject * _argo0 = 0;
2961 PyObject * _argo1 = 0;
2962 char *_kwnames[] = { "self","dc", NULL };
2963
2964 self = self;
2965 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnDraw",_kwnames,&_argo0,&_argo1))
2966 return NULL;
2967 if (_argo0) {
2968 if (_argo0 == Py_None) { _arg0 = NULL; }
2969 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2970 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDraw. Expected _wxPyControlPoint_p.");
2971 return NULL;
2972 }
2973 }
2974 if (_argo1) {
2975 if (_argo1 == Py_None) { _arg1 = NULL; }
2976 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2977 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDraw. Expected _wxDC_p.");
2978 return NULL;
2979 }
2980 }
2981 {
2982 wxPy_BEGIN_ALLOW_THREADS;
2983 wxPyControlPoint_base_OnDraw(_arg0,*_arg1);
2984
2985 wxPy_END_ALLOW_THREADS;
2986 } Py_INCREF(Py_None);
2987 _resultobj = Py_None;
2988 return _resultobj;
2989 }
2990
2991 #define wxPyControlPoint_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
2992 static PyObject *_wrap_wxPyControlPoint_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
2993 PyObject * _resultobj;
2994 wxPyControlPoint * _arg0;
2995 wxDC * _arg1;
2996 PyObject * _argo0 = 0;
2997 PyObject * _argo1 = 0;
2998 char *_kwnames[] = { "self","dc", NULL };
2999
3000 self = self;
3001 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
3002 return NULL;
3003 if (_argo0) {
3004 if (_argo0 == Py_None) { _arg0 = NULL; }
3005 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3006 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawContents. Expected _wxPyControlPoint_p.");
3007 return NULL;
3008 }
3009 }
3010 if (_argo1) {
3011 if (_argo1 == Py_None) { _arg1 = NULL; }
3012 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3013 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawContents. Expected _wxDC_p.");
3014 return NULL;
3015 }
3016 }
3017 {
3018 wxPy_BEGIN_ALLOW_THREADS;
3019 wxPyControlPoint_base_OnDrawContents(_arg0,*_arg1);
3020
3021 wxPy_END_ALLOW_THREADS;
3022 } Py_INCREF(Py_None);
3023 _resultobj = Py_None;
3024 return _resultobj;
3025 }
3026
3027 #define wxPyControlPoint_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
3028 static PyObject *_wrap_wxPyControlPoint_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
3029 PyObject * _resultobj;
3030 wxPyControlPoint * _arg0;
3031 wxDC * _arg1;
3032 bool _arg2 = (bool ) FALSE;
3033 PyObject * _argo0 = 0;
3034 PyObject * _argo1 = 0;
3035 int tempbool2 = (int) FALSE;
3036 char *_kwnames[] = { "self","dc","erase", NULL };
3037
3038 self = self;
3039 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyControlPoint_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
3040 return NULL;
3041 if (_argo0) {
3042 if (_argo0 == Py_None) { _arg0 = NULL; }
3043 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3044 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawBranches. Expected _wxPyControlPoint_p.");
3045 return NULL;
3046 }
3047 }
3048 if (_argo1) {
3049 if (_argo1 == Py_None) { _arg1 = NULL; }
3050 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3051 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawBranches. Expected _wxDC_p.");
3052 return NULL;
3053 }
3054 }
3055 _arg2 = (bool ) tempbool2;
3056 {
3057 wxPy_BEGIN_ALLOW_THREADS;
3058 wxPyControlPoint_base_OnDrawBranches(_arg0,*_arg1,_arg2);
3059
3060 wxPy_END_ALLOW_THREADS;
3061 } Py_INCREF(Py_None);
3062 _resultobj = Py_None;
3063 return _resultobj;
3064 }
3065
3066 #define wxPyControlPoint_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
3067 static PyObject *_wrap_wxPyControlPoint_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
3068 PyObject * _resultobj;
3069 wxPyControlPoint * _arg0;
3070 wxDC * _arg1;
3071 PyObject * _argo0 = 0;
3072 PyObject * _argo1 = 0;
3073 char *_kwnames[] = { "self","dc", NULL };
3074
3075 self = self;
3076 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
3077 return NULL;
3078 if (_argo0) {
3079 if (_argo0 == Py_None) { _arg0 = NULL; }
3080 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3081 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMoveLinks. Expected _wxPyControlPoint_p.");
3082 return NULL;
3083 }
3084 }
3085 if (_argo1) {
3086 if (_argo1 == Py_None) { _arg1 = NULL; }
3087 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3088 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMoveLinks. Expected _wxDC_p.");
3089 return NULL;
3090 }
3091 }
3092 {
3093 wxPy_BEGIN_ALLOW_THREADS;
3094 wxPyControlPoint_base_OnMoveLinks(_arg0,*_arg1);
3095
3096 wxPy_END_ALLOW_THREADS;
3097 } Py_INCREF(Py_None);
3098 _resultobj = Py_None;
3099 return _resultobj;
3100 }
3101
3102 #define wxPyControlPoint_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
3103 static PyObject *_wrap_wxPyControlPoint_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
3104 PyObject * _resultobj;
3105 wxPyControlPoint * _arg0;
3106 wxDC * _arg1;
3107 PyObject * _argo0 = 0;
3108 PyObject * _argo1 = 0;
3109 char *_kwnames[] = { "self","dc", NULL };
3110
3111 self = self;
3112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnErase",_kwnames,&_argo0,&_argo1))
3113 return NULL;
3114 if (_argo0) {
3115 if (_argo0 == Py_None) { _arg0 = NULL; }
3116 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3117 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnErase. Expected _wxPyControlPoint_p.");
3118 return NULL;
3119 }
3120 }
3121 if (_argo1) {
3122 if (_argo1 == Py_None) { _arg1 = NULL; }
3123 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3124 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnErase. Expected _wxDC_p.");
3125 return NULL;
3126 }
3127 }
3128 {
3129 wxPy_BEGIN_ALLOW_THREADS;
3130 wxPyControlPoint_base_OnErase(_arg0,*_arg1);
3131
3132 wxPy_END_ALLOW_THREADS;
3133 } Py_INCREF(Py_None);
3134 _resultobj = Py_None;
3135 return _resultobj;
3136 }
3137
3138 #define wxPyControlPoint_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
3139 static PyObject *_wrap_wxPyControlPoint_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
3140 PyObject * _resultobj;
3141 wxPyControlPoint * _arg0;
3142 wxDC * _arg1;
3143 PyObject * _argo0 = 0;
3144 PyObject * _argo1 = 0;
3145 char *_kwnames[] = { "self","dc", NULL };
3146
3147 self = self;
3148 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
3149 return NULL;
3150 if (_argo0) {
3151 if (_argo0 == Py_None) { _arg0 = NULL; }
3152 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3153 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEraseContents. Expected _wxPyControlPoint_p.");
3154 return NULL;
3155 }
3156 }
3157 if (_argo1) {
3158 if (_argo1 == Py_None) { _arg1 = NULL; }
3159 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3160 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnEraseContents. Expected _wxDC_p.");
3161 return NULL;
3162 }
3163 }
3164 {
3165 wxPy_BEGIN_ALLOW_THREADS;
3166 wxPyControlPoint_base_OnEraseContents(_arg0,*_arg1);
3167
3168 wxPy_END_ALLOW_THREADS;
3169 } Py_INCREF(Py_None);
3170 _resultobj = Py_None;
3171 return _resultobj;
3172 }
3173
3174 #define wxPyControlPoint_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
3175 static PyObject *_wrap_wxPyControlPoint_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
3176 PyObject * _resultobj;
3177 wxPyControlPoint * _arg0;
3178 wxDC * _arg1;
3179 PyObject * _argo0 = 0;
3180 PyObject * _argo1 = 0;
3181 char *_kwnames[] = { "self","dc", NULL };
3182
3183 self = self;
3184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnHighlight",_kwnames,&_argo0,&_argo1))
3185 return NULL;
3186 if (_argo0) {
3187 if (_argo0 == Py_None) { _arg0 = NULL; }
3188 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3189 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnHighlight. Expected _wxPyControlPoint_p.");
3190 return NULL;
3191 }
3192 }
3193 if (_argo1) {
3194 if (_argo1 == Py_None) { _arg1 = NULL; }
3195 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3196 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnHighlight. Expected _wxDC_p.");
3197 return NULL;
3198 }
3199 }
3200 {
3201 wxPy_BEGIN_ALLOW_THREADS;
3202 wxPyControlPoint_base_OnHighlight(_arg0,*_arg1);
3203
3204 wxPy_END_ALLOW_THREADS;
3205 } Py_INCREF(Py_None);
3206 _resultobj = Py_None;
3207 return _resultobj;
3208 }
3209
3210 #define wxPyControlPoint_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3211 static PyObject *_wrap_wxPyControlPoint_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
3212 PyObject * _resultobj;
3213 wxPyControlPoint * _arg0;
3214 double _arg1;
3215 double _arg2;
3216 int _arg3 = (int ) 0;
3217 int _arg4 = (int ) 0;
3218 PyObject * _argo0 = 0;
3219 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3220
3221 self = self;
3222 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3223 return NULL;
3224 if (_argo0) {
3225 if (_argo0 == Py_None) { _arg0 = NULL; }
3226 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3227 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnLeftClick. Expected _wxPyControlPoint_p.");
3228 return NULL;
3229 }
3230 }
3231 {
3232 wxPy_BEGIN_ALLOW_THREADS;
3233 wxPyControlPoint_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
3234
3235 wxPy_END_ALLOW_THREADS;
3236 } Py_INCREF(Py_None);
3237 _resultobj = Py_None;
3238 return _resultobj;
3239 }
3240
3241 #define wxPyControlPoint_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3242 static PyObject *_wrap_wxPyControlPoint_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
3243 PyObject * _resultobj;
3244 wxPyControlPoint * _arg0;
3245 double _arg1;
3246 double _arg2;
3247 int _arg3 = (int ) 0;
3248 int _arg4 = (int ) 0;
3249 PyObject * _argo0 = 0;
3250 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3251
3252 self = self;
3253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3254 return NULL;
3255 if (_argo0) {
3256 if (_argo0 == Py_None) { _arg0 = NULL; }
3257 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3258 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnLeftDoubleClick. Expected _wxPyControlPoint_p.");
3259 return NULL;
3260 }
3261 }
3262 {
3263 wxPy_BEGIN_ALLOW_THREADS;
3264 wxPyControlPoint_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
3265
3266 wxPy_END_ALLOW_THREADS;
3267 } Py_INCREF(Py_None);
3268 _resultobj = Py_None;
3269 return _resultobj;
3270 }
3271
3272 #define wxPyControlPoint_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3273 static PyObject *_wrap_wxPyControlPoint_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
3274 PyObject * _resultobj;
3275 wxPyControlPoint * _arg0;
3276 double _arg1;
3277 double _arg2;
3278 int _arg3 = (int ) 0;
3279 int _arg4 = (int ) 0;
3280 PyObject * _argo0 = 0;
3281 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3282
3283 self = self;
3284 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3285 return NULL;
3286 if (_argo0) {
3287 if (_argo0 == Py_None) { _arg0 = NULL; }
3288 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3289 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnRightClick. Expected _wxPyControlPoint_p.");
3290 return NULL;
3291 }
3292 }
3293 {
3294 wxPy_BEGIN_ALLOW_THREADS;
3295 wxPyControlPoint_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
3296
3297 wxPy_END_ALLOW_THREADS;
3298 } Py_INCREF(Py_None);
3299 _resultobj = Py_None;
3300 return _resultobj;
3301 }
3302
3303 #define wxPyControlPoint_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
3304 static PyObject *_wrap_wxPyControlPoint_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
3305 PyObject * _resultobj;
3306 wxPyControlPoint * _arg0;
3307 double _arg1;
3308 double _arg2;
3309 PyObject * _argo0 = 0;
3310 char *_kwnames[] = { "self","x","y", NULL };
3311
3312 self = self;
3313 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyControlPoint_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
3314 return NULL;
3315 if (_argo0) {
3316 if (_argo0 == Py_None) { _arg0 = NULL; }
3317 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3318 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSize. Expected _wxPyControlPoint_p.");
3319 return NULL;
3320 }
3321 }
3322 {
3323 wxPy_BEGIN_ALLOW_THREADS;
3324 wxPyControlPoint_base_OnSize(_arg0,_arg1,_arg2);
3325
3326 wxPy_END_ALLOW_THREADS;
3327 } Py_INCREF(Py_None);
3328 _resultobj = Py_None;
3329 return _resultobj;
3330 }
3331
3332 #define wxPyControlPoint_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
3333 static PyObject *_wrap_wxPyControlPoint_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
3334 PyObject * _resultobj;
3335 bool _result;
3336 wxPyControlPoint * _arg0;
3337 wxDC * _arg1;
3338 double _arg2;
3339 double _arg3;
3340 double _arg4;
3341 double _arg5;
3342 bool _arg6 = (bool ) TRUE;
3343 PyObject * _argo0 = 0;
3344 PyObject * _argo1 = 0;
3345 int tempbool6 = (int) TRUE;
3346 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
3347
3348 self = self;
3349 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyControlPoint_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
3350 return NULL;
3351 if (_argo0) {
3352 if (_argo0 == Py_None) { _arg0 = NULL; }
3353 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3354 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMovePre. Expected _wxPyControlPoint_p.");
3355 return NULL;
3356 }
3357 }
3358 if (_argo1) {
3359 if (_argo1 == Py_None) { _arg1 = NULL; }
3360 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3361 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMovePre. Expected _wxDC_p.");
3362 return NULL;
3363 }
3364 }
3365 _arg6 = (bool ) tempbool6;
3366 {
3367 wxPy_BEGIN_ALLOW_THREADS;
3368 _result = (bool )wxPyControlPoint_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
3369
3370 wxPy_END_ALLOW_THREADS;
3371 } _resultobj = Py_BuildValue("i",_result);
3372 return _resultobj;
3373 }
3374
3375 #define wxPyControlPoint_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
3376 static PyObject *_wrap_wxPyControlPoint_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
3377 PyObject * _resultobj;
3378 wxPyControlPoint * _arg0;
3379 wxDC * _arg1;
3380 double _arg2;
3381 double _arg3;
3382 double _arg4;
3383 double _arg5;
3384 bool _arg6 = (bool ) TRUE;
3385 PyObject * _argo0 = 0;
3386 PyObject * _argo1 = 0;
3387 int tempbool6 = (int) TRUE;
3388 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
3389
3390 self = self;
3391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyControlPoint_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
3392 return NULL;
3393 if (_argo0) {
3394 if (_argo0 == Py_None) { _arg0 = NULL; }
3395 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3396 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMovePost. Expected _wxPyControlPoint_p.");
3397 return NULL;
3398 }
3399 }
3400 if (_argo1) {
3401 if (_argo1 == Py_None) { _arg1 = NULL; }
3402 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3403 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMovePost. Expected _wxDC_p.");
3404 return NULL;
3405 }
3406 }
3407 _arg6 = (bool ) tempbool6;
3408 {
3409 wxPy_BEGIN_ALLOW_THREADS;
3410 wxPyControlPoint_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
3411
3412 wxPy_END_ALLOW_THREADS;
3413 } Py_INCREF(Py_None);
3414 _resultobj = Py_None;
3415 return _resultobj;
3416 }
3417
3418 #define wxPyControlPoint_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3419 static PyObject *_wrap_wxPyControlPoint_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3420 PyObject * _resultobj;
3421 wxPyControlPoint * _arg0;
3422 bool _arg1;
3423 double _arg2;
3424 double _arg3;
3425 int _arg4 = (int ) 0;
3426 int _arg5 = (int ) 0;
3427 PyObject * _argo0 = 0;
3428 int tempbool1;
3429 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
3430
3431 self = self;
3432 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyControlPoint_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
3433 return NULL;
3434 if (_argo0) {
3435 if (_argo0 == Py_None) { _arg0 = NULL; }
3436 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3437 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDragLeft. Expected _wxPyControlPoint_p.");
3438 return NULL;
3439 }
3440 }
3441 _arg1 = (bool ) tempbool1;
3442 {
3443 wxPy_BEGIN_ALLOW_THREADS;
3444 wxPyControlPoint_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3445
3446 wxPy_END_ALLOW_THREADS;
3447 } Py_INCREF(Py_None);
3448 _resultobj = Py_None;
3449 return _resultobj;
3450 }
3451
3452 #define wxPyControlPoint_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3453 static PyObject *_wrap_wxPyControlPoint_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3454 PyObject * _resultobj;
3455 wxPyControlPoint * _arg0;
3456 double _arg1;
3457 double _arg2;
3458 int _arg3 = (int ) 0;
3459 int _arg4 = (int ) 0;
3460 PyObject * _argo0 = 0;
3461 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3462
3463 self = self;
3464 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3465 return NULL;
3466 if (_argo0) {
3467 if (_argo0 == Py_None) { _arg0 = NULL; }
3468 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3469 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnBeginDragLeft. Expected _wxPyControlPoint_p.");
3470 return NULL;
3471 }
3472 }
3473 {
3474 wxPy_BEGIN_ALLOW_THREADS;
3475 wxPyControlPoint_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
3476
3477 wxPy_END_ALLOW_THREADS;
3478 } Py_INCREF(Py_None);
3479 _resultobj = Py_None;
3480 return _resultobj;
3481 }
3482
3483 #define wxPyControlPoint_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3484 static PyObject *_wrap_wxPyControlPoint_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3485 PyObject * _resultobj;
3486 wxPyControlPoint * _arg0;
3487 double _arg1;
3488 double _arg2;
3489 int _arg3 = (int ) 0;
3490 int _arg4 = (int ) 0;
3491 PyObject * _argo0 = 0;
3492 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3493
3494 self = self;
3495 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3496 return NULL;
3497 if (_argo0) {
3498 if (_argo0 == Py_None) { _arg0 = NULL; }
3499 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3500 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEndDragLeft. Expected _wxPyControlPoint_p.");
3501 return NULL;
3502 }
3503 }
3504 {
3505 wxPy_BEGIN_ALLOW_THREADS;
3506 wxPyControlPoint_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
3507
3508 wxPy_END_ALLOW_THREADS;
3509 } Py_INCREF(Py_None);
3510 _resultobj = Py_None;
3511 return _resultobj;
3512 }
3513
3514 #define wxPyControlPoint_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3515 static PyObject *_wrap_wxPyControlPoint_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
3516 PyObject * _resultobj;
3517 wxPyControlPoint * _arg0;
3518 bool _arg1;
3519 double _arg2;
3520 double _arg3;
3521 int _arg4 = (int ) 0;
3522 int _arg5 = (int ) 0;
3523 PyObject * _argo0 = 0;
3524 int tempbool1;
3525 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
3526
3527 self = self;
3528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyControlPoint_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
3529 return NULL;
3530 if (_argo0) {
3531 if (_argo0 == Py_None) { _arg0 = NULL; }
3532 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3533 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDragRight. Expected _wxPyControlPoint_p.");
3534 return NULL;
3535 }
3536 }
3537 _arg1 = (bool ) tempbool1;
3538 {
3539 wxPy_BEGIN_ALLOW_THREADS;
3540 wxPyControlPoint_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3541
3542 wxPy_END_ALLOW_THREADS;
3543 } Py_INCREF(Py_None);
3544 _resultobj = Py_None;
3545 return _resultobj;
3546 }
3547
3548 #define wxPyControlPoint_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3549 static PyObject *_wrap_wxPyControlPoint_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
3550 PyObject * _resultobj;
3551 wxPyControlPoint * _arg0;
3552 double _arg1;
3553 double _arg2;
3554 int _arg3 = (int ) 0;
3555 int _arg4 = (int ) 0;
3556 PyObject * _argo0 = 0;
3557 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3558
3559 self = self;
3560 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3561 return NULL;
3562 if (_argo0) {
3563 if (_argo0 == Py_None) { _arg0 = NULL; }
3564 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3565 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnBeginDragRight. Expected _wxPyControlPoint_p.");
3566 return NULL;
3567 }
3568 }
3569 {
3570 wxPy_BEGIN_ALLOW_THREADS;
3571 wxPyControlPoint_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
3572
3573 wxPy_END_ALLOW_THREADS;
3574 } Py_INCREF(Py_None);
3575 _resultobj = Py_None;
3576 return _resultobj;
3577 }
3578
3579 #define wxPyControlPoint_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3580 static PyObject *_wrap_wxPyControlPoint_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
3581 PyObject * _resultobj;
3582 wxPyControlPoint * _arg0;
3583 double _arg1;
3584 double _arg2;
3585 int _arg3 = (int ) 0;
3586 int _arg4 = (int ) 0;
3587 PyObject * _argo0 = 0;
3588 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3589
3590 self = self;
3591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3592 return NULL;
3593 if (_argo0) {
3594 if (_argo0 == Py_None) { _arg0 = NULL; }
3595 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3596 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEndDragRight. Expected _wxPyControlPoint_p.");
3597 return NULL;
3598 }
3599 }
3600 {
3601 wxPy_BEGIN_ALLOW_THREADS;
3602 wxPyControlPoint_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
3603
3604 wxPy_END_ALLOW_THREADS;
3605 } Py_INCREF(Py_None);
3606 _resultobj = Py_None;
3607 return _resultobj;
3608 }
3609
3610 #define wxPyControlPoint_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3611 static PyObject *_wrap_wxPyControlPoint_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
3612 PyObject * _resultobj;
3613 wxPyControlPoint * _arg0;
3614 wxDC * _arg1;
3615 double _arg2;
3616 double _arg3;
3617 double _arg4;
3618 double _arg5;
3619 PyObject * _argo0 = 0;
3620 PyObject * _argo1 = 0;
3621 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
3622
3623 self = self;
3624 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyControlPoint_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
3625 return NULL;
3626 if (_argo0) {
3627 if (_argo0 == Py_None) { _arg0 = NULL; }
3628 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3629 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawOutline. Expected _wxPyControlPoint_p.");
3630 return NULL;
3631 }
3632 }
3633 if (_argo1) {
3634 if (_argo1 == Py_None) { _arg1 = NULL; }
3635 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3636 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawOutline. Expected _wxDC_p.");
3637 return NULL;
3638 }
3639 }
3640 {
3641 wxPy_BEGIN_ALLOW_THREADS;
3642 wxPyControlPoint_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
3643
3644 wxPy_END_ALLOW_THREADS;
3645 } Py_INCREF(Py_None);
3646 _resultobj = Py_None;
3647 return _resultobj;
3648 }
3649
3650 #define wxPyControlPoint_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
3651 static PyObject *_wrap_wxPyControlPoint_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
3652 PyObject * _resultobj;
3653 wxPyControlPoint * _arg0;
3654 wxDC * _arg1;
3655 PyObject * _argo0 = 0;
3656 PyObject * _argo1 = 0;
3657 char *_kwnames[] = { "self","dc", NULL };
3658
3659 self = self;
3660 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
3661 return NULL;
3662 if (_argo0) {
3663 if (_argo0 == Py_None) { _arg0 = NULL; }
3664 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3665 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawControlPoints. Expected _wxPyControlPoint_p.");
3666 return NULL;
3667 }
3668 }
3669 if (_argo1) {
3670 if (_argo1 == Py_None) { _arg1 = NULL; }
3671 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3672 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawControlPoints. Expected _wxDC_p.");
3673 return NULL;
3674 }
3675 }
3676 {
3677 wxPy_BEGIN_ALLOW_THREADS;
3678 wxPyControlPoint_base_OnDrawControlPoints(_arg0,*_arg1);
3679
3680 wxPy_END_ALLOW_THREADS;
3681 } Py_INCREF(Py_None);
3682 _resultobj = Py_None;
3683 return _resultobj;
3684 }
3685
3686 #define wxPyControlPoint_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
3687 static PyObject *_wrap_wxPyControlPoint_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
3688 PyObject * _resultobj;
3689 wxPyControlPoint * _arg0;
3690 wxDC * _arg1;
3691 PyObject * _argo0 = 0;
3692 PyObject * _argo1 = 0;
3693 char *_kwnames[] = { "self","dc", NULL };
3694
3695 self = self;
3696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
3697 return NULL;
3698 if (_argo0) {
3699 if (_argo0 == Py_None) { _arg0 = NULL; }
3700 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3701 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEraseControlPoints. Expected _wxPyControlPoint_p.");
3702 return NULL;
3703 }
3704 }
3705 if (_argo1) {
3706 if (_argo1 == Py_None) { _arg1 = NULL; }
3707 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3708 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnEraseControlPoints. Expected _wxDC_p.");
3709 return NULL;
3710 }
3711 }
3712 {
3713 wxPy_BEGIN_ALLOW_THREADS;
3714 wxPyControlPoint_base_OnEraseControlPoints(_arg0,*_arg1);
3715
3716 wxPy_END_ALLOW_THREADS;
3717 } Py_INCREF(Py_None);
3718 _resultobj = Py_None;
3719 return _resultobj;
3720 }
3721
3722 #define wxPyControlPoint_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
3723 static PyObject *_wrap_wxPyControlPoint_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
3724 PyObject * _resultobj;
3725 wxPyControlPoint * _arg0;
3726 wxDC * _arg1;
3727 bool _arg2 = (bool ) TRUE;
3728 PyObject * _argo0 = 0;
3729 PyObject * _argo1 = 0;
3730 int tempbool2 = (int) TRUE;
3731 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
3732
3733 self = self;
3734 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyControlPoint_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
3735 return NULL;
3736 if (_argo0) {
3737 if (_argo0 == Py_None) { _arg0 = NULL; }
3738 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3739 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMoveLink. Expected _wxPyControlPoint_p.");
3740 return NULL;
3741 }
3742 }
3743 if (_argo1) {
3744 if (_argo1 == Py_None) { _arg1 = NULL; }
3745 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3746 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMoveLink. Expected _wxDC_p.");
3747 return NULL;
3748 }
3749 }
3750 _arg2 = (bool ) tempbool2;
3751 {
3752 wxPy_BEGIN_ALLOW_THREADS;
3753 wxPyControlPoint_base_OnMoveLink(_arg0,*_arg1,_arg2);
3754
3755 wxPy_END_ALLOW_THREADS;
3756 } Py_INCREF(Py_None);
3757 _resultobj = Py_None;
3758 return _resultobj;
3759 }
3760
3761 #define wxPyControlPoint_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
3762 static PyObject *_wrap_wxPyControlPoint_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3763 PyObject * _resultobj;
3764 wxPyControlPoint * _arg0;
3765 wxPyControlPoint * _arg1;
3766 bool _arg2;
3767 double _arg3;
3768 double _arg4;
3769 int _arg5 = (int ) 0;
3770 int _arg6 = (int ) 0;
3771 PyObject * _argo0 = 0;
3772 PyObject * _argo1 = 0;
3773 int tempbool2;
3774 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
3775
3776 self = self;
3777 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyControlPoint_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
3778 return NULL;
3779 if (_argo0) {
3780 if (_argo0 == Py_None) { _arg0 = NULL; }
3781 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3782 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
3783 return NULL;
3784 }
3785 }
3786 if (_argo1) {
3787 if (_argo1 == Py_None) { _arg1 = NULL; }
3788 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
3789 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
3790 return NULL;
3791 }
3792 }
3793 _arg2 = (bool ) tempbool2;
3794 {
3795 wxPy_BEGIN_ALLOW_THREADS;
3796 wxPyControlPoint_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
3797
3798 wxPy_END_ALLOW_THREADS;
3799 } Py_INCREF(Py_None);
3800 _resultobj = Py_None;
3801 return _resultobj;
3802 }
3803
3804 #define wxPyControlPoint_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3805 static PyObject *_wrap_wxPyControlPoint_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3806 PyObject * _resultobj;
3807 wxPyControlPoint * _arg0;
3808 wxPyControlPoint * _arg1;
3809 double _arg2;
3810 double _arg3;
3811 int _arg4 = (int ) 0;
3812 int _arg5 = (int ) 0;
3813 PyObject * _argo0 = 0;
3814 PyObject * _argo1 = 0;
3815 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
3816
3817 self = self;
3818 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyControlPoint_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
3819 return NULL;
3820 if (_argo0) {
3821 if (_argo0 == Py_None) { _arg0 = NULL; }
3822 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3823 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
3824 return NULL;
3825 }
3826 }
3827 if (_argo1) {
3828 if (_argo1 == Py_None) { _arg1 = NULL; }
3829 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
3830 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
3831 return NULL;
3832 }
3833 }
3834 {
3835 wxPy_BEGIN_ALLOW_THREADS;
3836 wxPyControlPoint_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3837
3838 wxPy_END_ALLOW_THREADS;
3839 } Py_INCREF(Py_None);
3840 _resultobj = Py_None;
3841 return _resultobj;
3842 }
3843
3844 #define wxPyControlPoint_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3845 static PyObject *_wrap_wxPyControlPoint_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3846 PyObject * _resultobj;
3847 wxPyControlPoint * _arg0;
3848 wxPyControlPoint * _arg1;
3849 double _arg2;
3850 double _arg3;
3851 int _arg4 = (int ) 0;
3852 int _arg5 = (int ) 0;
3853 PyObject * _argo0 = 0;
3854 PyObject * _argo1 = 0;
3855 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
3856
3857 self = self;
3858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyControlPoint_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
3859 return NULL;
3860 if (_argo0) {
3861 if (_argo0 == Py_None) { _arg0 = NULL; }
3862 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3863 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
3864 return NULL;
3865 }
3866 }
3867 if (_argo1) {
3868 if (_argo1 == Py_None) { _arg1 = NULL; }
3869 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
3870 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
3871 return NULL;
3872 }
3873 }
3874 {
3875 wxPy_BEGIN_ALLOW_THREADS;
3876 wxPyControlPoint_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3877
3878 wxPy_END_ALLOW_THREADS;
3879 } Py_INCREF(Py_None);
3880 _resultobj = Py_None;
3881 return _resultobj;
3882 }
3883
3884 #define wxPyControlPoint_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
3885 static PyObject *_wrap_wxPyControlPoint_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
3886 PyObject * _resultobj;
3887 wxPyControlPoint * _arg0;
3888 double _arg1;
3889 double _arg2;
3890 PyObject * _argo0 = 0;
3891 char *_kwnames[] = { "self","w","h", NULL };
3892
3893 self = self;
3894 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyControlPoint_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
3895 return NULL;
3896 if (_argo0) {
3897 if (_argo0 == Py_None) { _arg0 = NULL; }
3898 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3899 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnBeginSize. Expected _wxPyControlPoint_p.");
3900 return NULL;
3901 }
3902 }
3903 {
3904 wxPy_BEGIN_ALLOW_THREADS;
3905 wxPyControlPoint_base_OnBeginSize(_arg0,_arg1,_arg2);
3906
3907 wxPy_END_ALLOW_THREADS;
3908 } Py_INCREF(Py_None);
3909 _resultobj = Py_None;
3910 return _resultobj;
3911 }
3912
3913 #define wxPyControlPoint_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
3914 static PyObject *_wrap_wxPyControlPoint_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
3915 PyObject * _resultobj;
3916 wxPyControlPoint * _arg0;
3917 double _arg1;
3918 double _arg2;
3919 PyObject * _argo0 = 0;
3920 char *_kwnames[] = { "self","w","h", NULL };
3921
3922 self = self;
3923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyControlPoint_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
3924 return NULL;
3925 if (_argo0) {
3926 if (_argo0 == Py_None) { _arg0 = NULL; }
3927 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3928 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEndSize. Expected _wxPyControlPoint_p.");
3929 return NULL;
3930 }
3931 }
3932 {
3933 wxPy_BEGIN_ALLOW_THREADS;
3934 wxPyControlPoint_base_OnEndSize(_arg0,_arg1,_arg2);
3935
3936 wxPy_END_ALLOW_THREADS;
3937 } Py_INCREF(Py_None);
3938 _resultobj = Py_None;
3939 return _resultobj;
3940 }
3941
3942 static void *SwigwxPyBitmapShapeTowxPyRectangleShape(void *ptr) {
3943 wxPyBitmapShape *src;
3944 wxPyRectangleShape *dest;
3945 src = (wxPyBitmapShape *) ptr;
3946 dest = (wxPyRectangleShape *) src;
3947 return (void *) dest;
3948 }
3949
3950 static void *SwigwxPyBitmapShapeTowxPyShape(void *ptr) {
3951 wxPyBitmapShape *src;
3952 wxPyShape *dest;
3953 src = (wxPyBitmapShape *) ptr;
3954 dest = (wxPyShape *) src;
3955 return (void *) dest;
3956 }
3957
3958 static void *SwigwxPyBitmapShapeTowxPyShapeEvtHandler(void *ptr) {
3959 wxPyBitmapShape *src;
3960 wxPyShapeEvtHandler *dest;
3961 src = (wxPyBitmapShape *) ptr;
3962 dest = (wxPyShapeEvtHandler *) src;
3963 return (void *) dest;
3964 }
3965
3966 #define new_wxPyBitmapShape() (new wxPyBitmapShape())
3967 static PyObject *_wrap_new_wxPyBitmapShape(PyObject *self, PyObject *args, PyObject *kwargs) {
3968 PyObject * _resultobj;
3969 wxPyBitmapShape * _result;
3970 char *_kwnames[] = { NULL };
3971 char _ptemp[128];
3972
3973 self = self;
3974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyBitmapShape",_kwnames))
3975 return NULL;
3976 {
3977 wxPy_BEGIN_ALLOW_THREADS;
3978 _result = (wxPyBitmapShape *)new_wxPyBitmapShape();
3979
3980 wxPy_END_ALLOW_THREADS;
3981 } if (_result) {
3982 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyBitmapShape_p");
3983 _resultobj = Py_BuildValue("s",_ptemp);
3984 } else {
3985 Py_INCREF(Py_None);
3986 _resultobj = Py_None;
3987 }
3988 return _resultobj;
3989 }
3990
3991 #define wxPyBitmapShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
3992 static PyObject *_wrap_wxPyBitmapShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
3993 PyObject * _resultobj;
3994 wxPyBitmapShape * _arg0;
3995 PyObject * _arg1;
3996 PyObject * _arg2;
3997 PyObject * _argo0 = 0;
3998 PyObject * _obj1 = 0;
3999 PyObject * _obj2 = 0;
4000 char *_kwnames[] = { "self","self","_class", NULL };
4001
4002 self = self;
4003 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyBitmapShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
4004 return NULL;
4005 if (_argo0) {
4006 if (_argo0 == Py_None) { _arg0 = NULL; }
4007 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4008 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape__setSelf. Expected _wxPyBitmapShape_p.");
4009 return NULL;
4010 }
4011 }
4012 {
4013 _arg1 = _obj1;
4014 }
4015 {
4016 _arg2 = _obj2;
4017 }
4018 {
4019 wxPy_BEGIN_ALLOW_THREADS;
4020 wxPyBitmapShape__setSelf(_arg0,_arg1,_arg2);
4021
4022 wxPy_END_ALLOW_THREADS;
4023 } Py_INCREF(Py_None);
4024 _resultobj = Py_None;
4025 return _resultobj;
4026 }
4027
4028 #define wxPyBitmapShape_GetBitmap(_swigobj) (_swigobj->GetBitmap())
4029 static PyObject *_wrap_wxPyBitmapShape_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4030 PyObject * _resultobj;
4031 wxBitmap * _result;
4032 wxPyBitmapShape * _arg0;
4033 PyObject * _argo0 = 0;
4034 char *_kwnames[] = { "self", NULL };
4035 char _ptemp[128];
4036
4037 self = self;
4038 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyBitmapShape_GetBitmap",_kwnames,&_argo0))
4039 return NULL;
4040 if (_argo0) {
4041 if (_argo0 == Py_None) { _arg0 = NULL; }
4042 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4043 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_GetBitmap. Expected _wxPyBitmapShape_p.");
4044 return NULL;
4045 }
4046 }
4047 {
4048 wxPy_BEGIN_ALLOW_THREADS;
4049 wxBitmap & _result_ref = wxPyBitmapShape_GetBitmap(_arg0);
4050 _result = (wxBitmap *) &_result_ref;
4051
4052 wxPy_END_ALLOW_THREADS;
4053 } if (_result) {
4054 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
4055 _resultobj = Py_BuildValue("s",_ptemp);
4056 } else {
4057 Py_INCREF(Py_None);
4058 _resultobj = Py_None;
4059 }
4060 return _resultobj;
4061 }
4062
4063 #define wxPyBitmapShape_GetFilename(_swigobj) (_swigobj->GetFilename())
4064 static PyObject *_wrap_wxPyBitmapShape_GetFilename(PyObject *self, PyObject *args, PyObject *kwargs) {
4065 PyObject * _resultobj;
4066 wxString * _result;
4067 wxPyBitmapShape * _arg0;
4068 PyObject * _argo0 = 0;
4069 char *_kwnames[] = { "self", NULL };
4070
4071 self = self;
4072 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyBitmapShape_GetFilename",_kwnames,&_argo0))
4073 return NULL;
4074 if (_argo0) {
4075 if (_argo0 == Py_None) { _arg0 = NULL; }
4076 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4077 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_GetFilename. Expected _wxPyBitmapShape_p.");
4078 return NULL;
4079 }
4080 }
4081 {
4082 wxPy_BEGIN_ALLOW_THREADS;
4083 _result = new wxString (wxPyBitmapShape_GetFilename(_arg0));
4084
4085 wxPy_END_ALLOW_THREADS;
4086 }{
4087 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
4088 }
4089 {
4090 delete _result;
4091 }
4092 return _resultobj;
4093 }
4094
4095 #define wxPyBitmapShape_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
4096 static PyObject *_wrap_wxPyBitmapShape_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4097 PyObject * _resultobj;
4098 wxPyBitmapShape * _arg0;
4099 wxBitmap * _arg1;
4100 PyObject * _argo0 = 0;
4101 PyObject * _argo1 = 0;
4102 char *_kwnames[] = { "self","bitmap", NULL };
4103
4104 self = self;
4105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_SetBitmap",_kwnames,&_argo0,&_argo1))
4106 return NULL;
4107 if (_argo0) {
4108 if (_argo0 == Py_None) { _arg0 = NULL; }
4109 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4110 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_SetBitmap. Expected _wxPyBitmapShape_p.");
4111 return NULL;
4112 }
4113 }
4114 if (_argo1) {
4115 if (_argo1 == Py_None) { _arg1 = NULL; }
4116 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
4117 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_SetBitmap. Expected _wxBitmap_p.");
4118 return NULL;
4119 }
4120 }
4121 {
4122 wxPy_BEGIN_ALLOW_THREADS;
4123 wxPyBitmapShape_SetBitmap(_arg0,*_arg1);
4124
4125 wxPy_END_ALLOW_THREADS;
4126 } Py_INCREF(Py_None);
4127 _resultobj = Py_None;
4128 return _resultobj;
4129 }
4130
4131 #define wxPyBitmapShape_SetFilename(_swigobj,_swigarg0) (_swigobj->SetFilename(_swigarg0))
4132 static PyObject *_wrap_wxPyBitmapShape_SetFilename(PyObject *self, PyObject *args, PyObject *kwargs) {
4133 PyObject * _resultobj;
4134 wxPyBitmapShape * _arg0;
4135 wxString * _arg1;
4136 PyObject * _argo0 = 0;
4137 PyObject * _obj1 = 0;
4138 char *_kwnames[] = { "self","filename", NULL };
4139
4140 self = self;
4141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_SetFilename",_kwnames,&_argo0,&_obj1))
4142 return NULL;
4143 if (_argo0) {
4144 if (_argo0 == Py_None) { _arg0 = NULL; }
4145 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4146 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_SetFilename. Expected _wxPyBitmapShape_p.");
4147 return NULL;
4148 }
4149 }
4150 {
4151 #if PYTHON_API_VERSION >= 1009
4152 char* tmpPtr; int tmpSize;
4153 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
4154 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
4155 return NULL;
4156 }
4157 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
4158 return NULL;
4159 _arg1 = new wxString(tmpPtr, tmpSize);
4160 #else
4161 if (!PyString_Check(_obj1)) {
4162 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
4163 return NULL;
4164 }
4165 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
4166 #endif
4167 }
4168 {
4169 wxPy_BEGIN_ALLOW_THREADS;
4170 wxPyBitmapShape_SetFilename(_arg0,*_arg1);
4171
4172 wxPy_END_ALLOW_THREADS;
4173 } Py_INCREF(Py_None);
4174 _resultobj = Py_None;
4175 {
4176 if (_obj1)
4177 delete _arg1;
4178 }
4179 return _resultobj;
4180 }
4181
4182 #define wxPyBitmapShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
4183 static PyObject *_wrap_wxPyBitmapShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
4184 PyObject * _resultobj;
4185 wxPyBitmapShape * _arg0;
4186 PyObject * _argo0 = 0;
4187 char *_kwnames[] = { "self", NULL };
4188
4189 self = self;
4190 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyBitmapShape_base_OnDelete",_kwnames,&_argo0))
4191 return NULL;
4192 if (_argo0) {
4193 if (_argo0 == Py_None) { _arg0 = NULL; }
4194 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4195 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDelete. Expected _wxPyBitmapShape_p.");
4196 return NULL;
4197 }
4198 }
4199 {
4200 wxPy_BEGIN_ALLOW_THREADS;
4201 wxPyBitmapShape_base_OnDelete(_arg0);
4202
4203 wxPy_END_ALLOW_THREADS;
4204 } Py_INCREF(Py_None);
4205 _resultobj = Py_None;
4206 return _resultobj;
4207 }
4208
4209 #define wxPyBitmapShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
4210 static PyObject *_wrap_wxPyBitmapShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
4211 PyObject * _resultobj;
4212 wxPyBitmapShape * _arg0;
4213 wxDC * _arg1;
4214 PyObject * _argo0 = 0;
4215 PyObject * _argo1 = 0;
4216 char *_kwnames[] = { "self","dc", NULL };
4217
4218 self = self;
4219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
4220 return NULL;
4221 if (_argo0) {
4222 if (_argo0 == Py_None) { _arg0 = NULL; }
4223 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4224 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDraw. Expected _wxPyBitmapShape_p.");
4225 return NULL;
4226 }
4227 }
4228 if (_argo1) {
4229 if (_argo1 == Py_None) { _arg1 = NULL; }
4230 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4231 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDraw. Expected _wxDC_p.");
4232 return NULL;
4233 }
4234 }
4235 {
4236 wxPy_BEGIN_ALLOW_THREADS;
4237 wxPyBitmapShape_base_OnDraw(_arg0,*_arg1);
4238
4239 wxPy_END_ALLOW_THREADS;
4240 } Py_INCREF(Py_None);
4241 _resultobj = Py_None;
4242 return _resultobj;
4243 }
4244
4245 #define wxPyBitmapShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
4246 static PyObject *_wrap_wxPyBitmapShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
4247 PyObject * _resultobj;
4248 wxPyBitmapShape * _arg0;
4249 wxDC * _arg1;
4250 PyObject * _argo0 = 0;
4251 PyObject * _argo1 = 0;
4252 char *_kwnames[] = { "self","dc", NULL };
4253
4254 self = self;
4255 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
4256 return NULL;
4257 if (_argo0) {
4258 if (_argo0 == Py_None) { _arg0 = NULL; }
4259 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4260 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawContents. Expected _wxPyBitmapShape_p.");
4261 return NULL;
4262 }
4263 }
4264 if (_argo1) {
4265 if (_argo1 == Py_None) { _arg1 = NULL; }
4266 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4267 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawContents. Expected _wxDC_p.");
4268 return NULL;
4269 }
4270 }
4271 {
4272 wxPy_BEGIN_ALLOW_THREADS;
4273 wxPyBitmapShape_base_OnDrawContents(_arg0,*_arg1);
4274
4275 wxPy_END_ALLOW_THREADS;
4276 } Py_INCREF(Py_None);
4277 _resultobj = Py_None;
4278 return _resultobj;
4279 }
4280
4281 #define wxPyBitmapShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
4282 static PyObject *_wrap_wxPyBitmapShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
4283 PyObject * _resultobj;
4284 wxPyBitmapShape * _arg0;
4285 wxDC * _arg1;
4286 bool _arg2 = (bool ) FALSE;
4287 PyObject * _argo0 = 0;
4288 PyObject * _argo1 = 0;
4289 int tempbool2 = (int) FALSE;
4290 char *_kwnames[] = { "self","dc","erase", NULL };
4291
4292 self = self;
4293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyBitmapShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
4294 return NULL;
4295 if (_argo0) {
4296 if (_argo0 == Py_None) { _arg0 = NULL; }
4297 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4298 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawBranches. Expected _wxPyBitmapShape_p.");
4299 return NULL;
4300 }
4301 }
4302 if (_argo1) {
4303 if (_argo1 == Py_None) { _arg1 = NULL; }
4304 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4305 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawBranches. Expected _wxDC_p.");
4306 return NULL;
4307 }
4308 }
4309 _arg2 = (bool ) tempbool2;
4310 {
4311 wxPy_BEGIN_ALLOW_THREADS;
4312 wxPyBitmapShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
4313
4314 wxPy_END_ALLOW_THREADS;
4315 } Py_INCREF(Py_None);
4316 _resultobj = Py_None;
4317 return _resultobj;
4318 }
4319
4320 #define wxPyBitmapShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
4321 static PyObject *_wrap_wxPyBitmapShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
4322 PyObject * _resultobj;
4323 wxPyBitmapShape * _arg0;
4324 wxDC * _arg1;
4325 PyObject * _argo0 = 0;
4326 PyObject * _argo1 = 0;
4327 char *_kwnames[] = { "self","dc", NULL };
4328
4329 self = self;
4330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
4331 return NULL;
4332 if (_argo0) {
4333 if (_argo0 == Py_None) { _arg0 = NULL; }
4334 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4335 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMoveLinks. Expected _wxPyBitmapShape_p.");
4336 return NULL;
4337 }
4338 }
4339 if (_argo1) {
4340 if (_argo1 == Py_None) { _arg1 = NULL; }
4341 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4342 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMoveLinks. Expected _wxDC_p.");
4343 return NULL;
4344 }
4345 }
4346 {
4347 wxPy_BEGIN_ALLOW_THREADS;
4348 wxPyBitmapShape_base_OnMoveLinks(_arg0,*_arg1);
4349
4350 wxPy_END_ALLOW_THREADS;
4351 } Py_INCREF(Py_None);
4352 _resultobj = Py_None;
4353 return _resultobj;
4354 }
4355
4356 #define wxPyBitmapShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
4357 static PyObject *_wrap_wxPyBitmapShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
4358 PyObject * _resultobj;
4359 wxPyBitmapShape * _arg0;
4360 wxDC * _arg1;
4361 PyObject * _argo0 = 0;
4362 PyObject * _argo1 = 0;
4363 char *_kwnames[] = { "self","dc", NULL };
4364
4365 self = self;
4366 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnErase",_kwnames,&_argo0,&_argo1))
4367 return NULL;
4368 if (_argo0) {
4369 if (_argo0 == Py_None) { _arg0 = NULL; }
4370 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4371 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnErase. Expected _wxPyBitmapShape_p.");
4372 return NULL;
4373 }
4374 }
4375 if (_argo1) {
4376 if (_argo1 == Py_None) { _arg1 = NULL; }
4377 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4378 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnErase. Expected _wxDC_p.");
4379 return NULL;
4380 }
4381 }
4382 {
4383 wxPy_BEGIN_ALLOW_THREADS;
4384 wxPyBitmapShape_base_OnErase(_arg0,*_arg1);
4385
4386 wxPy_END_ALLOW_THREADS;
4387 } Py_INCREF(Py_None);
4388 _resultobj = Py_None;
4389 return _resultobj;
4390 }
4391
4392 #define wxPyBitmapShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
4393 static PyObject *_wrap_wxPyBitmapShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
4394 PyObject * _resultobj;
4395 wxPyBitmapShape * _arg0;
4396 wxDC * _arg1;
4397 PyObject * _argo0 = 0;
4398 PyObject * _argo1 = 0;
4399 char *_kwnames[] = { "self","dc", NULL };
4400
4401 self = self;
4402 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
4403 return NULL;
4404 if (_argo0) {
4405 if (_argo0 == Py_None) { _arg0 = NULL; }
4406 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4407 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEraseContents. Expected _wxPyBitmapShape_p.");
4408 return NULL;
4409 }
4410 }
4411 if (_argo1) {
4412 if (_argo1 == Py_None) { _arg1 = NULL; }
4413 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4414 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnEraseContents. Expected _wxDC_p.");
4415 return NULL;
4416 }
4417 }
4418 {
4419 wxPy_BEGIN_ALLOW_THREADS;
4420 wxPyBitmapShape_base_OnEraseContents(_arg0,*_arg1);
4421
4422 wxPy_END_ALLOW_THREADS;
4423 } Py_INCREF(Py_None);
4424 _resultobj = Py_None;
4425 return _resultobj;
4426 }
4427
4428 #define wxPyBitmapShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
4429 static PyObject *_wrap_wxPyBitmapShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
4430 PyObject * _resultobj;
4431 wxPyBitmapShape * _arg0;
4432 wxDC * _arg1;
4433 PyObject * _argo0 = 0;
4434 PyObject * _argo1 = 0;
4435 char *_kwnames[] = { "self","dc", NULL };
4436
4437 self = self;
4438 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
4439 return NULL;
4440 if (_argo0) {
4441 if (_argo0 == Py_None) { _arg0 = NULL; }
4442 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4443 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnHighlight. Expected _wxPyBitmapShape_p.");
4444 return NULL;
4445 }
4446 }
4447 if (_argo1) {
4448 if (_argo1 == Py_None) { _arg1 = NULL; }
4449 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4450 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnHighlight. Expected _wxDC_p.");
4451 return NULL;
4452 }
4453 }
4454 {
4455 wxPy_BEGIN_ALLOW_THREADS;
4456 wxPyBitmapShape_base_OnHighlight(_arg0,*_arg1);
4457
4458 wxPy_END_ALLOW_THREADS;
4459 } Py_INCREF(Py_None);
4460 _resultobj = Py_None;
4461 return _resultobj;
4462 }
4463
4464 #define wxPyBitmapShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4465 static PyObject *_wrap_wxPyBitmapShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
4466 PyObject * _resultobj;
4467 wxPyBitmapShape * _arg0;
4468 double _arg1;
4469 double _arg2;
4470 int _arg3 = (int ) 0;
4471 int _arg4 = (int ) 0;
4472 PyObject * _argo0 = 0;
4473 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4474
4475 self = self;
4476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4477 return NULL;
4478 if (_argo0) {
4479 if (_argo0 == Py_None) { _arg0 = NULL; }
4480 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4481 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnLeftClick. Expected _wxPyBitmapShape_p.");
4482 return NULL;
4483 }
4484 }
4485 {
4486 wxPy_BEGIN_ALLOW_THREADS;
4487 wxPyBitmapShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
4488
4489 wxPy_END_ALLOW_THREADS;
4490 } Py_INCREF(Py_None);
4491 _resultobj = Py_None;
4492 return _resultobj;
4493 }
4494
4495 #define wxPyBitmapShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4496 static PyObject *_wrap_wxPyBitmapShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
4497 PyObject * _resultobj;
4498 wxPyBitmapShape * _arg0;
4499 double _arg1;
4500 double _arg2;
4501 int _arg3 = (int ) 0;
4502 int _arg4 = (int ) 0;
4503 PyObject * _argo0 = 0;
4504 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4505
4506 self = self;
4507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4508 return NULL;
4509 if (_argo0) {
4510 if (_argo0 == Py_None) { _arg0 = NULL; }
4511 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4512 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnLeftDoubleClick. Expected _wxPyBitmapShape_p.");
4513 return NULL;
4514 }
4515 }
4516 {
4517 wxPy_BEGIN_ALLOW_THREADS;
4518 wxPyBitmapShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
4519
4520 wxPy_END_ALLOW_THREADS;
4521 } Py_INCREF(Py_None);
4522 _resultobj = Py_None;
4523 return _resultobj;
4524 }
4525
4526 #define wxPyBitmapShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4527 static PyObject *_wrap_wxPyBitmapShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
4528 PyObject * _resultobj;
4529 wxPyBitmapShape * _arg0;
4530 double _arg1;
4531 double _arg2;
4532 int _arg3 = (int ) 0;
4533 int _arg4 = (int ) 0;
4534 PyObject * _argo0 = 0;
4535 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4536
4537 self = self;
4538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4539 return NULL;
4540 if (_argo0) {
4541 if (_argo0 == Py_None) { _arg0 = NULL; }
4542 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4543 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnRightClick. Expected _wxPyBitmapShape_p.");
4544 return NULL;
4545 }
4546 }
4547 {
4548 wxPy_BEGIN_ALLOW_THREADS;
4549 wxPyBitmapShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
4550
4551 wxPy_END_ALLOW_THREADS;
4552 } Py_INCREF(Py_None);
4553 _resultobj = Py_None;
4554 return _resultobj;
4555 }
4556
4557 #define wxPyBitmapShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
4558 static PyObject *_wrap_wxPyBitmapShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
4559 PyObject * _resultobj;
4560 wxPyBitmapShape * _arg0;
4561 double _arg1;
4562 double _arg2;
4563 PyObject * _argo0 = 0;
4564 char *_kwnames[] = { "self","x","y", NULL };
4565
4566 self = self;
4567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyBitmapShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
4568 return NULL;
4569 if (_argo0) {
4570 if (_argo0 == Py_None) { _arg0 = NULL; }
4571 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4572 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSize. Expected _wxPyBitmapShape_p.");
4573 return NULL;
4574 }
4575 }
4576 {
4577 wxPy_BEGIN_ALLOW_THREADS;
4578 wxPyBitmapShape_base_OnSize(_arg0,_arg1,_arg2);
4579
4580 wxPy_END_ALLOW_THREADS;
4581 } Py_INCREF(Py_None);
4582 _resultobj = Py_None;
4583 return _resultobj;
4584 }
4585
4586 #define wxPyBitmapShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4587 static PyObject *_wrap_wxPyBitmapShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
4588 PyObject * _resultobj;
4589 bool _result;
4590 wxPyBitmapShape * _arg0;
4591 wxDC * _arg1;
4592 double _arg2;
4593 double _arg3;
4594 double _arg4;
4595 double _arg5;
4596 bool _arg6 = (bool ) TRUE;
4597 PyObject * _argo0 = 0;
4598 PyObject * _argo1 = 0;
4599 int tempbool6 = (int) TRUE;
4600 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
4601
4602 self = self;
4603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyBitmapShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
4604 return NULL;
4605 if (_argo0) {
4606 if (_argo0 == Py_None) { _arg0 = NULL; }
4607 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4608 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMovePre. Expected _wxPyBitmapShape_p.");
4609 return NULL;
4610 }
4611 }
4612 if (_argo1) {
4613 if (_argo1 == Py_None) { _arg1 = NULL; }
4614 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4615 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMovePre. Expected _wxDC_p.");
4616 return NULL;
4617 }
4618 }
4619 _arg6 = (bool ) tempbool6;
4620 {
4621 wxPy_BEGIN_ALLOW_THREADS;
4622 _result = (bool )wxPyBitmapShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
4623
4624 wxPy_END_ALLOW_THREADS;
4625 } _resultobj = Py_BuildValue("i",_result);
4626 return _resultobj;
4627 }
4628
4629 #define wxPyBitmapShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4630 static PyObject *_wrap_wxPyBitmapShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
4631 PyObject * _resultobj;
4632 wxPyBitmapShape * _arg0;
4633 wxDC * _arg1;
4634 double _arg2;
4635 double _arg3;
4636 double _arg4;
4637 double _arg5;
4638 bool _arg6 = (bool ) TRUE;
4639 PyObject * _argo0 = 0;
4640 PyObject * _argo1 = 0;
4641 int tempbool6 = (int) TRUE;
4642 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
4643
4644 self = self;
4645 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyBitmapShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
4646 return NULL;
4647 if (_argo0) {
4648 if (_argo0 == Py_None) { _arg0 = NULL; }
4649 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4650 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMovePost. Expected _wxPyBitmapShape_p.");
4651 return NULL;
4652 }
4653 }
4654 if (_argo1) {
4655 if (_argo1 == Py_None) { _arg1 = NULL; }
4656 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4657 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMovePost. Expected _wxDC_p.");
4658 return NULL;
4659 }
4660 }
4661 _arg6 = (bool ) tempbool6;
4662 {
4663 wxPy_BEGIN_ALLOW_THREADS;
4664 wxPyBitmapShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
4665
4666 wxPy_END_ALLOW_THREADS;
4667 } Py_INCREF(Py_None);
4668 _resultobj = Py_None;
4669 return _resultobj;
4670 }
4671
4672 #define wxPyBitmapShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4673 static PyObject *_wrap_wxPyBitmapShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
4674 PyObject * _resultobj;
4675 wxPyBitmapShape * _arg0;
4676 bool _arg1;
4677 double _arg2;
4678 double _arg3;
4679 int _arg4 = (int ) 0;
4680 int _arg5 = (int ) 0;
4681 PyObject * _argo0 = 0;
4682 int tempbool1;
4683 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
4684
4685 self = self;
4686 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyBitmapShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
4687 return NULL;
4688 if (_argo0) {
4689 if (_argo0 == Py_None) { _arg0 = NULL; }
4690 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4691 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDragLeft. Expected _wxPyBitmapShape_p.");
4692 return NULL;
4693 }
4694 }
4695 _arg1 = (bool ) tempbool1;
4696 {
4697 wxPy_BEGIN_ALLOW_THREADS;
4698 wxPyBitmapShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
4699
4700 wxPy_END_ALLOW_THREADS;
4701 } Py_INCREF(Py_None);
4702 _resultobj = Py_None;
4703 return _resultobj;
4704 }
4705
4706 #define wxPyBitmapShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4707 static PyObject *_wrap_wxPyBitmapShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
4708 PyObject * _resultobj;
4709 wxPyBitmapShape * _arg0;
4710 double _arg1;
4711 double _arg2;
4712 int _arg3 = (int ) 0;
4713 int _arg4 = (int ) 0;
4714 PyObject * _argo0 = 0;
4715 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4716
4717 self = self;
4718 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4719 return NULL;
4720 if (_argo0) {
4721 if (_argo0 == Py_None) { _arg0 = NULL; }
4722 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4723 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnBeginDragLeft. Expected _wxPyBitmapShape_p.");
4724 return NULL;
4725 }
4726 }
4727 {
4728 wxPy_BEGIN_ALLOW_THREADS;
4729 wxPyBitmapShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
4730
4731 wxPy_END_ALLOW_THREADS;
4732 } Py_INCREF(Py_None);
4733 _resultobj = Py_None;
4734 return _resultobj;
4735 }
4736
4737 #define wxPyBitmapShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4738 static PyObject *_wrap_wxPyBitmapShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
4739 PyObject * _resultobj;
4740 wxPyBitmapShape * _arg0;
4741 double _arg1;
4742 double _arg2;
4743 int _arg3 = (int ) 0;
4744 int _arg4 = (int ) 0;
4745 PyObject * _argo0 = 0;
4746 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4747
4748 self = self;
4749 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4750 return NULL;
4751 if (_argo0) {
4752 if (_argo0 == Py_None) { _arg0 = NULL; }
4753 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4754 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEndDragLeft. Expected _wxPyBitmapShape_p.");
4755 return NULL;
4756 }
4757 }
4758 {
4759 wxPy_BEGIN_ALLOW_THREADS;
4760 wxPyBitmapShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
4761
4762 wxPy_END_ALLOW_THREADS;
4763 } Py_INCREF(Py_None);
4764 _resultobj = Py_None;
4765 return _resultobj;
4766 }
4767
4768 #define wxPyBitmapShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4769 static PyObject *_wrap_wxPyBitmapShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
4770 PyObject * _resultobj;
4771 wxPyBitmapShape * _arg0;
4772 bool _arg1;
4773 double _arg2;
4774 double _arg3;
4775 int _arg4 = (int ) 0;
4776 int _arg5 = (int ) 0;
4777 PyObject * _argo0 = 0;
4778 int tempbool1;
4779 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
4780
4781 self = self;
4782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyBitmapShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
4783 return NULL;
4784 if (_argo0) {
4785 if (_argo0 == Py_None) { _arg0 = NULL; }
4786 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4787 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDragRight. Expected _wxPyBitmapShape_p.");
4788 return NULL;
4789 }
4790 }
4791 _arg1 = (bool ) tempbool1;
4792 {
4793 wxPy_BEGIN_ALLOW_THREADS;
4794 wxPyBitmapShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
4795
4796 wxPy_END_ALLOW_THREADS;
4797 } Py_INCREF(Py_None);
4798 _resultobj = Py_None;
4799 return _resultobj;
4800 }
4801
4802 #define wxPyBitmapShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4803 static PyObject *_wrap_wxPyBitmapShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
4804 PyObject * _resultobj;
4805 wxPyBitmapShape * _arg0;
4806 double _arg1;
4807 double _arg2;
4808 int _arg3 = (int ) 0;
4809 int _arg4 = (int ) 0;
4810 PyObject * _argo0 = 0;
4811 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4812
4813 self = self;
4814 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4815 return NULL;
4816 if (_argo0) {
4817 if (_argo0 == Py_None) { _arg0 = NULL; }
4818 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4819 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnBeginDragRight. Expected _wxPyBitmapShape_p.");
4820 return NULL;
4821 }
4822 }
4823 {
4824 wxPy_BEGIN_ALLOW_THREADS;
4825 wxPyBitmapShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
4826
4827 wxPy_END_ALLOW_THREADS;
4828 } Py_INCREF(Py_None);
4829 _resultobj = Py_None;
4830 return _resultobj;
4831 }
4832
4833 #define wxPyBitmapShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4834 static PyObject *_wrap_wxPyBitmapShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
4835 PyObject * _resultobj;
4836 wxPyBitmapShape * _arg0;
4837 double _arg1;
4838 double _arg2;
4839 int _arg3 = (int ) 0;
4840 int _arg4 = (int ) 0;
4841 PyObject * _argo0 = 0;
4842 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4843
4844 self = self;
4845 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4846 return NULL;
4847 if (_argo0) {
4848 if (_argo0 == Py_None) { _arg0 = NULL; }
4849 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4850 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEndDragRight. Expected _wxPyBitmapShape_p.");
4851 return NULL;
4852 }
4853 }
4854 {
4855 wxPy_BEGIN_ALLOW_THREADS;
4856 wxPyBitmapShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
4857
4858 wxPy_END_ALLOW_THREADS;
4859 } Py_INCREF(Py_None);
4860 _resultobj = Py_None;
4861 return _resultobj;
4862 }
4863
4864 #define wxPyBitmapShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4865 static PyObject *_wrap_wxPyBitmapShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
4866 PyObject * _resultobj;
4867 wxPyBitmapShape * _arg0;
4868 wxDC * _arg1;
4869 double _arg2;
4870 double _arg3;
4871 double _arg4;
4872 double _arg5;
4873 PyObject * _argo0 = 0;
4874 PyObject * _argo1 = 0;
4875 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
4876
4877 self = self;
4878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyBitmapShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
4879 return NULL;
4880 if (_argo0) {
4881 if (_argo0 == Py_None) { _arg0 = NULL; }
4882 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4883 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawOutline. Expected _wxPyBitmapShape_p.");
4884 return NULL;
4885 }
4886 }
4887 if (_argo1) {
4888 if (_argo1 == Py_None) { _arg1 = NULL; }
4889 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4890 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawOutline. Expected _wxDC_p.");
4891 return NULL;
4892 }
4893 }
4894 {
4895 wxPy_BEGIN_ALLOW_THREADS;
4896 wxPyBitmapShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
4897
4898 wxPy_END_ALLOW_THREADS;
4899 } Py_INCREF(Py_None);
4900 _resultobj = Py_None;
4901 return _resultobj;
4902 }
4903
4904 #define wxPyBitmapShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
4905 static PyObject *_wrap_wxPyBitmapShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
4906 PyObject * _resultobj;
4907 wxPyBitmapShape * _arg0;
4908 wxDC * _arg1;
4909 PyObject * _argo0 = 0;
4910 PyObject * _argo1 = 0;
4911 char *_kwnames[] = { "self","dc", NULL };
4912
4913 self = self;
4914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
4915 return NULL;
4916 if (_argo0) {
4917 if (_argo0 == Py_None) { _arg0 = NULL; }
4918 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4919 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawControlPoints. Expected _wxPyBitmapShape_p.");
4920 return NULL;
4921 }
4922 }
4923 if (_argo1) {
4924 if (_argo1 == Py_None) { _arg1 = NULL; }
4925 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4926 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawControlPoints. Expected _wxDC_p.");
4927 return NULL;
4928 }
4929 }
4930 {
4931 wxPy_BEGIN_ALLOW_THREADS;
4932 wxPyBitmapShape_base_OnDrawControlPoints(_arg0,*_arg1);
4933
4934 wxPy_END_ALLOW_THREADS;
4935 } Py_INCREF(Py_None);
4936 _resultobj = Py_None;
4937 return _resultobj;
4938 }
4939
4940 #define wxPyBitmapShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
4941 static PyObject *_wrap_wxPyBitmapShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
4942 PyObject * _resultobj;
4943 wxPyBitmapShape * _arg0;
4944 wxDC * _arg1;
4945 PyObject * _argo0 = 0;
4946 PyObject * _argo1 = 0;
4947 char *_kwnames[] = { "self","dc", NULL };
4948
4949 self = self;
4950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
4951 return NULL;
4952 if (_argo0) {
4953 if (_argo0 == Py_None) { _arg0 = NULL; }
4954 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4955 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEraseControlPoints. Expected _wxPyBitmapShape_p.");
4956 return NULL;
4957 }
4958 }
4959 if (_argo1) {
4960 if (_argo1 == Py_None) { _arg1 = NULL; }
4961 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4962 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnEraseControlPoints. Expected _wxDC_p.");
4963 return NULL;
4964 }
4965 }
4966 {
4967 wxPy_BEGIN_ALLOW_THREADS;
4968 wxPyBitmapShape_base_OnEraseControlPoints(_arg0,*_arg1);
4969
4970 wxPy_END_ALLOW_THREADS;
4971 } Py_INCREF(Py_None);
4972 _resultobj = Py_None;
4973 return _resultobj;
4974 }
4975
4976 #define wxPyBitmapShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
4977 static PyObject *_wrap_wxPyBitmapShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
4978 PyObject * _resultobj;
4979 wxPyBitmapShape * _arg0;
4980 wxDC * _arg1;
4981 bool _arg2 = (bool ) TRUE;
4982 PyObject * _argo0 = 0;
4983 PyObject * _argo1 = 0;
4984 int tempbool2 = (int) TRUE;
4985 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
4986
4987 self = self;
4988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyBitmapShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
4989 return NULL;
4990 if (_argo0) {
4991 if (_argo0 == Py_None) { _arg0 = NULL; }
4992 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4993 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMoveLink. Expected _wxPyBitmapShape_p.");
4994 return NULL;
4995 }
4996 }
4997 if (_argo1) {
4998 if (_argo1 == Py_None) { _arg1 = NULL; }
4999 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
5000 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMoveLink. Expected _wxDC_p.");
5001 return NULL;
5002 }
5003 }
5004 _arg2 = (bool ) tempbool2;
5005 {
5006 wxPy_BEGIN_ALLOW_THREADS;
5007 wxPyBitmapShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
5008
5009 wxPy_END_ALLOW_THREADS;
5010 } Py_INCREF(Py_None);
5011 _resultobj = Py_None;
5012 return _resultobj;
5013 }
5014
5015 #define wxPyBitmapShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
5016 static PyObject *_wrap_wxPyBitmapShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
5017 PyObject * _resultobj;
5018 wxPyBitmapShape * _arg0;
5019 wxPyControlPoint * _arg1;
5020 bool _arg2;
5021 double _arg3;
5022 double _arg4;
5023 int _arg5 = (int ) 0;
5024 int _arg6 = (int ) 0;
5025 PyObject * _argo0 = 0;
5026 PyObject * _argo1 = 0;
5027 int tempbool2;
5028 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
5029
5030 self = self;
5031 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyBitmapShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
5032 return NULL;
5033 if (_argo0) {
5034 if (_argo0 == Py_None) { _arg0 = NULL; }
5035 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5036 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSizingDragLeft. Expected _wxPyBitmapShape_p.");
5037 return NULL;
5038 }
5039 }
5040 if (_argo1) {
5041 if (_argo1 == Py_None) { _arg1 = NULL; }
5042 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
5043 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
5044 return NULL;
5045 }
5046 }
5047 _arg2 = (bool ) tempbool2;
5048 {
5049 wxPy_BEGIN_ALLOW_THREADS;
5050 wxPyBitmapShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
5051
5052 wxPy_END_ALLOW_THREADS;
5053 } Py_INCREF(Py_None);
5054 _resultobj = Py_None;
5055 return _resultobj;
5056 }
5057
5058 #define wxPyBitmapShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5059 static PyObject *_wrap_wxPyBitmapShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
5060 PyObject * _resultobj;
5061 wxPyBitmapShape * _arg0;
5062 wxPyControlPoint * _arg1;
5063 double _arg2;
5064 double _arg3;
5065 int _arg4 = (int ) 0;
5066 int _arg5 = (int ) 0;
5067 PyObject * _argo0 = 0;
5068 PyObject * _argo1 = 0;
5069 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
5070
5071 self = self;
5072 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyBitmapShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
5073 return NULL;
5074 if (_argo0) {
5075 if (_argo0 == Py_None) { _arg0 = NULL; }
5076 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5077 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSizingBeginDragLeft. Expected _wxPyBitmapShape_p.");
5078 return NULL;
5079 }
5080 }
5081 if (_argo1) {
5082 if (_argo1 == Py_None) { _arg1 = NULL; }
5083 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
5084 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
5085 return NULL;
5086 }
5087 }
5088 {
5089 wxPy_BEGIN_ALLOW_THREADS;
5090 wxPyBitmapShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
5091
5092 wxPy_END_ALLOW_THREADS;
5093 } Py_INCREF(Py_None);
5094 _resultobj = Py_None;
5095 return _resultobj;
5096 }
5097
5098 #define wxPyBitmapShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5099 static PyObject *_wrap_wxPyBitmapShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
5100 PyObject * _resultobj;
5101 wxPyBitmapShape * _arg0;
5102 wxPyControlPoint * _arg1;
5103 double _arg2;
5104 double _arg3;
5105 int _arg4 = (int ) 0;
5106 int _arg5 = (int ) 0;
5107 PyObject * _argo0 = 0;
5108 PyObject * _argo1 = 0;
5109 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
5110
5111 self = self;
5112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyBitmapShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
5113 return NULL;
5114 if (_argo0) {
5115 if (_argo0 == Py_None) { _arg0 = NULL; }
5116 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5117 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSizingEndDragLeft. Expected _wxPyBitmapShape_p.");
5118 return NULL;
5119 }
5120 }
5121 if (_argo1) {
5122 if (_argo1 == Py_None) { _arg1 = NULL; }
5123 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
5124 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
5125 return NULL;
5126 }
5127 }
5128 {
5129 wxPy_BEGIN_ALLOW_THREADS;
5130 wxPyBitmapShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
5131
5132 wxPy_END_ALLOW_THREADS;
5133 } Py_INCREF(Py_None);
5134 _resultobj = Py_None;
5135 return _resultobj;
5136 }
5137
5138 #define wxPyBitmapShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
5139 static PyObject *_wrap_wxPyBitmapShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
5140 PyObject * _resultobj;
5141 wxPyBitmapShape * _arg0;
5142 double _arg1;
5143 double _arg2;
5144 PyObject * _argo0 = 0;
5145 char *_kwnames[] = { "self","w","h", NULL };
5146
5147 self = self;
5148 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyBitmapShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
5149 return NULL;
5150 if (_argo0) {
5151 if (_argo0 == Py_None) { _arg0 = NULL; }
5152 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5153 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnBeginSize. Expected _wxPyBitmapShape_p.");
5154 return NULL;
5155 }
5156 }
5157 {
5158 wxPy_BEGIN_ALLOW_THREADS;
5159 wxPyBitmapShape_base_OnBeginSize(_arg0,_arg1,_arg2);
5160
5161 wxPy_END_ALLOW_THREADS;
5162 } Py_INCREF(Py_None);
5163 _resultobj = Py_None;
5164 return _resultobj;
5165 }
5166
5167 #define wxPyBitmapShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
5168 static PyObject *_wrap_wxPyBitmapShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
5169 PyObject * _resultobj;
5170 wxPyBitmapShape * _arg0;
5171 double _arg1;
5172 double _arg2;
5173 PyObject * _argo0 = 0;
5174 char *_kwnames[] = { "self","w","h", NULL };
5175
5176 self = self;
5177 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyBitmapShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
5178 return NULL;
5179 if (_argo0) {
5180 if (_argo0 == Py_None) { _arg0 = NULL; }
5181 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5182 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEndSize. Expected _wxPyBitmapShape_p.");
5183 return NULL;
5184 }
5185 }
5186 {
5187 wxPy_BEGIN_ALLOW_THREADS;
5188 wxPyBitmapShape_base_OnEndSize(_arg0,_arg1,_arg2);
5189
5190 wxPy_END_ALLOW_THREADS;
5191 } Py_INCREF(Py_None);
5192 _resultobj = Py_None;
5193 return _resultobj;
5194 }
5195
5196 static void *SwigwxPyDrawnShapeTowxPyRectangleShape(void *ptr) {
5197 wxPyDrawnShape *src;
5198 wxPyRectangleShape *dest;
5199 src = (wxPyDrawnShape *) ptr;
5200 dest = (wxPyRectangleShape *) src;
5201 return (void *) dest;
5202 }
5203
5204 static void *SwigwxPyDrawnShapeTowxPyShape(void *ptr) {
5205 wxPyDrawnShape *src;
5206 wxPyShape *dest;
5207 src = (wxPyDrawnShape *) ptr;
5208 dest = (wxPyShape *) src;
5209 return (void *) dest;
5210 }
5211
5212 static void *SwigwxPyDrawnShapeTowxPyShapeEvtHandler(void *ptr) {
5213 wxPyDrawnShape *src;
5214 wxPyShapeEvtHandler *dest;
5215 src = (wxPyDrawnShape *) ptr;
5216 dest = (wxPyShapeEvtHandler *) src;
5217 return (void *) dest;
5218 }
5219
5220 #define new_wxPyDrawnShape() (new wxPyDrawnShape())
5221 static PyObject *_wrap_new_wxPyDrawnShape(PyObject *self, PyObject *args, PyObject *kwargs) {
5222 PyObject * _resultobj;
5223 wxPyDrawnShape * _result;
5224 char *_kwnames[] = { NULL };
5225 char _ptemp[128];
5226
5227 self = self;
5228 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyDrawnShape",_kwnames))
5229 return NULL;
5230 {
5231 wxPy_BEGIN_ALLOW_THREADS;
5232 _result = (wxPyDrawnShape *)new_wxPyDrawnShape();
5233
5234 wxPy_END_ALLOW_THREADS;
5235 } if (_result) {
5236 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDrawnShape_p");
5237 _resultobj = Py_BuildValue("s",_ptemp);
5238 } else {
5239 Py_INCREF(Py_None);
5240 _resultobj = Py_None;
5241 }
5242 return _resultobj;
5243 }
5244
5245 #define wxPyDrawnShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
5246 static PyObject *_wrap_wxPyDrawnShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
5247 PyObject * _resultobj;
5248 wxPyDrawnShape * _arg0;
5249 PyObject * _arg1;
5250 PyObject * _arg2;
5251 PyObject * _argo0 = 0;
5252 PyObject * _obj1 = 0;
5253 PyObject * _obj2 = 0;
5254 char *_kwnames[] = { "self","self","_class", NULL };
5255
5256 self = self;
5257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
5258 return NULL;
5259 if (_argo0) {
5260 if (_argo0 == Py_None) { _arg0 = NULL; }
5261 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5262 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape__setSelf. Expected _wxPyDrawnShape_p.");
5263 return NULL;
5264 }
5265 }
5266 {
5267 _arg1 = _obj1;
5268 }
5269 {
5270 _arg2 = _obj2;
5271 }
5272 {
5273 wxPy_BEGIN_ALLOW_THREADS;
5274 wxPyDrawnShape__setSelf(_arg0,_arg1,_arg2);
5275
5276 wxPy_END_ALLOW_THREADS;
5277 } Py_INCREF(Py_None);
5278 _resultobj = Py_None;
5279 return _resultobj;
5280 }
5281
5282 #define wxPyDrawnShape_CalculateSize(_swigobj) (_swigobj->CalculateSize())
5283 static PyObject *_wrap_wxPyDrawnShape_CalculateSize(PyObject *self, PyObject *args, PyObject *kwargs) {
5284 PyObject * _resultobj;
5285 wxPyDrawnShape * _arg0;
5286 PyObject * _argo0 = 0;
5287 char *_kwnames[] = { "self", NULL };
5288
5289 self = self;
5290 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_CalculateSize",_kwnames,&_argo0))
5291 return NULL;
5292 if (_argo0) {
5293 if (_argo0 == Py_None) { _arg0 = NULL; }
5294 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5295 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_CalculateSize. Expected _wxPyDrawnShape_p.");
5296 return NULL;
5297 }
5298 }
5299 {
5300 wxPy_BEGIN_ALLOW_THREADS;
5301 wxPyDrawnShape_CalculateSize(_arg0);
5302
5303 wxPy_END_ALLOW_THREADS;
5304 } Py_INCREF(Py_None);
5305 _resultobj = Py_None;
5306 return _resultobj;
5307 }
5308
5309 #define wxPyDrawnShape_DestroyClippingRect(_swigobj) (_swigobj->DestroyClippingRect())
5310 static PyObject *_wrap_wxPyDrawnShape_DestroyClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
5311 PyObject * _resultobj;
5312 wxPyDrawnShape * _arg0;
5313 PyObject * _argo0 = 0;
5314 char *_kwnames[] = { "self", NULL };
5315
5316 self = self;
5317 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_DestroyClippingRect",_kwnames,&_argo0))
5318 return NULL;
5319 if (_argo0) {
5320 if (_argo0 == Py_None) { _arg0 = NULL; }
5321 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5322 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DestroyClippingRect. Expected _wxPyDrawnShape_p.");
5323 return NULL;
5324 }
5325 }
5326 {
5327 wxPy_BEGIN_ALLOW_THREADS;
5328 wxPyDrawnShape_DestroyClippingRect(_arg0);
5329
5330 wxPy_END_ALLOW_THREADS;
5331 } Py_INCREF(Py_None);
5332 _resultobj = Py_None;
5333 return _resultobj;
5334 }
5335
5336 #define wxPyDrawnShape_DrawArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawArc(_swigarg0,_swigarg1,_swigarg2))
5337 static PyObject *_wrap_wxPyDrawnShape_DrawArc(PyObject *self, PyObject *args, PyObject *kwargs) {
5338 PyObject * _resultobj;
5339 wxPyDrawnShape * _arg0;
5340 wxPoint * _arg1;
5341 wxPoint * _arg2;
5342 wxPoint * _arg3;
5343 PyObject * _argo0 = 0;
5344 wxPoint temp;
5345 PyObject * _obj1 = 0;
5346 wxPoint temp0;
5347 PyObject * _obj2 = 0;
5348 wxPoint temp1;
5349 PyObject * _obj3 = 0;
5350 char *_kwnames[] = { "self","centrePoint","startPoint","endPoint", NULL };
5351
5352 self = self;
5353 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOO:wxPyDrawnShape_DrawArc",_kwnames,&_argo0,&_obj1,&_obj2,&_obj3))
5354 return NULL;
5355 if (_argo0) {
5356 if (_argo0 == Py_None) { _arg0 = NULL; }
5357 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5358 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawArc. Expected _wxPyDrawnShape_p.");
5359 return NULL;
5360 }
5361 }
5362 {
5363 _arg1 = &temp;
5364 if (! wxPoint_helper(_obj1, &_arg1))
5365 return NULL;
5366 }
5367 {
5368 _arg2 = &temp0;
5369 if (! wxPoint_helper(_obj2, &_arg2))
5370 return NULL;
5371 }
5372 {
5373 _arg3 = &temp1;
5374 if (! wxPoint_helper(_obj3, &_arg3))
5375 return NULL;
5376 }
5377 {
5378 wxPy_BEGIN_ALLOW_THREADS;
5379 wxPyDrawnShape_DrawArc(_arg0,*_arg1,*_arg2,*_arg3);
5380
5381 wxPy_END_ALLOW_THREADS;
5382 } Py_INCREF(Py_None);
5383 _resultobj = Py_None;
5384 return _resultobj;
5385 }
5386
5387 #define wxPyDrawnShape_DrawAtAngle(_swigobj,_swigarg0) (_swigobj->DrawAtAngle(_swigarg0))
5388 static PyObject *_wrap_wxPyDrawnShape_DrawAtAngle(PyObject *self, PyObject *args, PyObject *kwargs) {
5389 PyObject * _resultobj;
5390 wxPyDrawnShape * _arg0;
5391 int _arg1;
5392 PyObject * _argo0 = 0;
5393 char *_kwnames[] = { "self","angle", NULL };
5394
5395 self = self;
5396 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDrawnShape_DrawAtAngle",_kwnames,&_argo0,&_arg1))
5397 return NULL;
5398 if (_argo0) {
5399 if (_argo0 == Py_None) { _arg0 = NULL; }
5400 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5401 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawAtAngle. Expected _wxPyDrawnShape_p.");
5402 return NULL;
5403 }
5404 }
5405 {
5406 wxPy_BEGIN_ALLOW_THREADS;
5407 wxPyDrawnShape_DrawAtAngle(_arg0,_arg1);
5408
5409 wxPy_END_ALLOW_THREADS;
5410 } Py_INCREF(Py_None);
5411 _resultobj = Py_None;
5412 return _resultobj;
5413 }
5414
5415 #define wxPyDrawnShape_DrawEllipticArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawEllipticArc(_swigarg0,_swigarg1,_swigarg2))
5416 static PyObject *_wrap_wxPyDrawnShape_DrawEllipticArc(PyObject *self, PyObject *args, PyObject *kwargs) {
5417 PyObject * _resultobj;
5418 wxPyDrawnShape * _arg0;
5419 wxRect * _arg1;
5420 double _arg2;
5421 double _arg3;
5422 PyObject * _argo0 = 0;
5423 wxRect temp;
5424 PyObject * _obj1 = 0;
5425 char *_kwnames[] = { "self","rect","startAngle","endAngle", NULL };
5426
5427 self = self;
5428 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd:wxPyDrawnShape_DrawEllipticArc",_kwnames,&_argo0,&_obj1,&_arg2,&_arg3))
5429 return NULL;
5430 if (_argo0) {
5431 if (_argo0 == Py_None) { _arg0 = NULL; }
5432 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5433 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawEllipticArc. Expected _wxPyDrawnShape_p.");
5434 return NULL;
5435 }
5436 }
5437 {
5438 _arg1 = &temp;
5439 if (! wxRect_helper(_obj1, &_arg1))
5440 return NULL;
5441 }
5442 {
5443 wxPy_BEGIN_ALLOW_THREADS;
5444 wxPyDrawnShape_DrawEllipticArc(_arg0,*_arg1,_arg2,_arg3);
5445
5446 wxPy_END_ALLOW_THREADS;
5447 } Py_INCREF(Py_None);
5448 _resultobj = Py_None;
5449 return _resultobj;
5450 }
5451
5452 #define wxPyDrawnShape_DrawLine(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLine(_swigarg0,_swigarg1))
5453 static PyObject *_wrap_wxPyDrawnShape_DrawLine(PyObject *self, PyObject *args, PyObject *kwargs) {
5454 PyObject * _resultobj;
5455 wxPyDrawnShape * _arg0;
5456 wxPoint * _arg1;
5457 wxPoint * _arg2;
5458 PyObject * _argo0 = 0;
5459 wxPoint temp;
5460 PyObject * _obj1 = 0;
5461 wxPoint temp0;
5462 PyObject * _obj2 = 0;
5463 char *_kwnames[] = { "self","point1","point2", NULL };
5464
5465 self = self;
5466 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape_DrawLine",_kwnames,&_argo0,&_obj1,&_obj2))
5467 return NULL;
5468 if (_argo0) {
5469 if (_argo0 == Py_None) { _arg0 = NULL; }
5470 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5471 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawLine. Expected _wxPyDrawnShape_p.");
5472 return NULL;
5473 }
5474 }
5475 {
5476 _arg1 = &temp;
5477 if (! wxPoint_helper(_obj1, &_arg1))
5478 return NULL;
5479 }
5480 {
5481 _arg2 = &temp0;
5482 if (! wxPoint_helper(_obj2, &_arg2))
5483 return NULL;
5484 }
5485 {
5486 wxPy_BEGIN_ALLOW_THREADS;
5487 wxPyDrawnShape_DrawLine(_arg0,*_arg1,*_arg2);
5488
5489 wxPy_END_ALLOW_THREADS;
5490 } Py_INCREF(Py_None);
5491 _resultobj = Py_None;
5492 return _resultobj;
5493 }
5494
5495 #define wxPyDrawnShape_DrawLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLines(_swigarg0,_swigarg1))
5496 static PyObject *_wrap_wxPyDrawnShape_DrawLines(PyObject *self, PyObject *args, PyObject *kwargs) {
5497 PyObject * _resultobj;
5498 wxPyDrawnShape * _arg0;
5499 int _arg1;
5500 wxPoint * _arg2;
5501 PyObject * _argo0 = 0;
5502 PyObject * _obj2 = 0;
5503 char *_kwnames[] = { "self","points", NULL };
5504
5505 self = self;
5506 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawLines",_kwnames,&_argo0,&_obj2))
5507 return NULL;
5508 if (_argo0) {
5509 if (_argo0 == Py_None) { _arg0 = NULL; }
5510 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5511 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawLines. Expected _wxPyDrawnShape_p.");
5512 return NULL;
5513 }
5514 }
5515 if (_obj2)
5516 {
5517 _arg2 = wxPoint_LIST_helper(_obj2);
5518 if (_arg2 == NULL) {
5519 return NULL;
5520 }
5521 }
5522 {
5523 if (_obj2) {
5524 _arg1 = PyList_Size(_obj2);
5525 }
5526 else {
5527 _arg1 = 0;
5528 }
5529 }
5530 {
5531 wxPy_BEGIN_ALLOW_THREADS;
5532 wxPyDrawnShape_DrawLines(_arg0,_arg1,_arg2);
5533
5534 wxPy_END_ALLOW_THREADS;
5535 } Py_INCREF(Py_None);
5536 _resultobj = Py_None;
5537 {
5538 delete [] _arg2;
5539 }
5540 return _resultobj;
5541 }
5542
5543 #define wxPyDrawnShape_DrawPoint(_swigobj,_swigarg0) (_swigobj->DrawPoint(_swigarg0))
5544 static PyObject *_wrap_wxPyDrawnShape_DrawPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
5545 PyObject * _resultobj;
5546 wxPyDrawnShape * _arg0;
5547 wxPoint * _arg1;
5548 PyObject * _argo0 = 0;
5549 wxPoint temp;
5550 PyObject * _obj1 = 0;
5551 char *_kwnames[] = { "self","point", NULL };
5552
5553 self = self;
5554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawPoint",_kwnames,&_argo0,&_obj1))
5555 return NULL;
5556 if (_argo0) {
5557 if (_argo0 == Py_None) { _arg0 = NULL; }
5558 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5559 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawPoint. Expected _wxPyDrawnShape_p.");
5560 return NULL;
5561 }
5562 }
5563 {
5564 _arg1 = &temp;
5565 if (! wxPoint_helper(_obj1, &_arg1))
5566 return NULL;
5567 }
5568 {
5569 wxPy_BEGIN_ALLOW_THREADS;
5570 wxPyDrawnShape_DrawPoint(_arg0,*_arg1);
5571
5572 wxPy_END_ALLOW_THREADS;
5573 } Py_INCREF(Py_None);
5574 _resultobj = Py_None;
5575 return _resultobj;
5576 }
5577
5578 #define wxPyDrawnShape_DrawPolygon(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawPolygon(_swigarg0,_swigarg1,_swigarg2))
5579 static PyObject *_wrap_wxPyDrawnShape_DrawPolygon(PyObject *self, PyObject *args, PyObject *kwargs) {
5580 PyObject * _resultobj;
5581 wxPyDrawnShape * _arg0;
5582 int _arg1;
5583 wxPoint * _arg2;
5584 int _arg3 = (int ) 0;
5585 PyObject * _argo0 = 0;
5586 PyObject * _obj2 = 0;
5587 char *_kwnames[] = { "self","points","flags", NULL };
5588
5589 self = self;
5590 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_DrawPolygon",_kwnames,&_argo0,&_obj2,&_arg3))
5591 return NULL;
5592 if (_argo0) {
5593 if (_argo0 == Py_None) { _arg0 = NULL; }
5594 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5595 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawPolygon. Expected _wxPyDrawnShape_p.");
5596 return NULL;
5597 }
5598 }
5599 if (_obj2)
5600 {
5601 _arg2 = wxPoint_LIST_helper(_obj2);
5602 if (_arg2 == NULL) {
5603 return NULL;
5604 }
5605 }
5606 {
5607 if (_obj2) {
5608 _arg1 = PyList_Size(_obj2);
5609 }
5610 else {
5611 _arg1 = 0;
5612 }
5613 }
5614 {
5615 wxPy_BEGIN_ALLOW_THREADS;
5616 wxPyDrawnShape_DrawPolygon(_arg0,_arg1,_arg2,_arg3);
5617
5618 wxPy_END_ALLOW_THREADS;
5619 } Py_INCREF(Py_None);
5620 _resultobj = Py_None;
5621 {
5622 delete [] _arg2;
5623 }
5624 return _resultobj;
5625 }
5626
5627 #define wxPyDrawnShape_DrawRectangle(_swigobj,_swigarg0) (_swigobj->DrawRectangle(_swigarg0))
5628 static PyObject *_wrap_wxPyDrawnShape_DrawRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
5629 PyObject * _resultobj;
5630 wxPyDrawnShape * _arg0;
5631 wxRect * _arg1;
5632 PyObject * _argo0 = 0;
5633 wxRect temp;
5634 PyObject * _obj1 = 0;
5635 char *_kwnames[] = { "self","rect", NULL };
5636
5637 self = self;
5638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawRectangle",_kwnames,&_argo0,&_obj1))
5639 return NULL;
5640 if (_argo0) {
5641 if (_argo0 == Py_None) { _arg0 = NULL; }
5642 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5643 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawRectangle. Expected _wxPyDrawnShape_p.");
5644 return NULL;
5645 }
5646 }
5647 {
5648 _arg1 = &temp;
5649 if (! wxRect_helper(_obj1, &_arg1))
5650 return NULL;
5651 }
5652 {
5653 wxPy_BEGIN_ALLOW_THREADS;
5654 wxPyDrawnShape_DrawRectangle(_arg0,*_arg1);
5655
5656 wxPy_END_ALLOW_THREADS;
5657 } Py_INCREF(Py_None);
5658 _resultobj = Py_None;
5659 return _resultobj;
5660 }
5661
5662 #define wxPyDrawnShape_DrawRoundedRectangle(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawRoundedRectangle(_swigarg0,_swigarg1))
5663 static PyObject *_wrap_wxPyDrawnShape_DrawRoundedRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
5664 PyObject * _resultobj;
5665 wxPyDrawnShape * _arg0;
5666 wxRect * _arg1;
5667 double _arg2;
5668 PyObject * _argo0 = 0;
5669 wxRect temp;
5670 PyObject * _obj1 = 0;
5671 char *_kwnames[] = { "self","rect","radius", NULL };
5672
5673 self = self;
5674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOd:wxPyDrawnShape_DrawRoundedRectangle",_kwnames,&_argo0,&_obj1,&_arg2))
5675 return NULL;
5676 if (_argo0) {
5677 if (_argo0 == Py_None) { _arg0 = NULL; }
5678 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5679 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawRoundedRectangle. Expected _wxPyDrawnShape_p.");
5680 return NULL;
5681 }
5682 }
5683 {
5684 _arg1 = &temp;
5685 if (! wxRect_helper(_obj1, &_arg1))
5686 return NULL;
5687 }
5688 {
5689 wxPy_BEGIN_ALLOW_THREADS;
5690 wxPyDrawnShape_DrawRoundedRectangle(_arg0,*_arg1,_arg2);
5691
5692 wxPy_END_ALLOW_THREADS;
5693 } Py_INCREF(Py_None);
5694 _resultobj = Py_None;
5695 return _resultobj;
5696 }
5697
5698 #define wxPyDrawnShape_DrawSpline(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawSpline(_swigarg0,_swigarg1))
5699 static PyObject *_wrap_wxPyDrawnShape_DrawSpline(PyObject *self, PyObject *args, PyObject *kwargs) {
5700 PyObject * _resultobj;
5701 wxPyDrawnShape * _arg0;
5702 int _arg1;
5703 wxPoint * _arg2;
5704 PyObject * _argo0 = 0;
5705 PyObject * _obj2 = 0;
5706 char *_kwnames[] = { "self","points", NULL };
5707
5708 self = self;
5709 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawSpline",_kwnames,&_argo0,&_obj2))
5710 return NULL;
5711 if (_argo0) {
5712 if (_argo0 == Py_None) { _arg0 = NULL; }
5713 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5714 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawSpline. Expected _wxPyDrawnShape_p.");
5715 return NULL;
5716 }
5717 }
5718 if (_obj2)
5719 {
5720 _arg2 = wxPoint_LIST_helper(_obj2);
5721 if (_arg2 == NULL) {
5722 return NULL;
5723 }
5724 }
5725 {
5726 if (_obj2) {
5727 _arg1 = PyList_Size(_obj2);
5728 }
5729 else {
5730 _arg1 = 0;
5731 }
5732 }
5733 {
5734 wxPy_BEGIN_ALLOW_THREADS;
5735 wxPyDrawnShape_DrawSpline(_arg0,_arg1,_arg2);
5736
5737 wxPy_END_ALLOW_THREADS;
5738 } Py_INCREF(Py_None);
5739 _resultobj = Py_None;
5740 {
5741 delete [] _arg2;
5742 }
5743 return _resultobj;
5744 }
5745
5746 #define wxPyDrawnShape_DrawText(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawText(_swigarg0,_swigarg1))
5747 static PyObject *_wrap_wxPyDrawnShape_DrawText(PyObject *self, PyObject *args, PyObject *kwargs) {
5748 PyObject * _resultobj;
5749 wxPyDrawnShape * _arg0;
5750 wxString * _arg1;
5751 wxPoint * _arg2;
5752 PyObject * _argo0 = 0;
5753 PyObject * _obj1 = 0;
5754 wxPoint temp;
5755 PyObject * _obj2 = 0;
5756 char *_kwnames[] = { "self","text","point", NULL };
5757
5758 self = self;
5759 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape_DrawText",_kwnames,&_argo0,&_obj1,&_obj2))
5760 return NULL;
5761 if (_argo0) {
5762 if (_argo0 == Py_None) { _arg0 = NULL; }
5763 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5764 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawText. Expected _wxPyDrawnShape_p.");
5765 return NULL;
5766 }
5767 }
5768 {
5769 #if PYTHON_API_VERSION >= 1009
5770 char* tmpPtr; int tmpSize;
5771 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
5772 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
5773 return NULL;
5774 }
5775 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
5776 return NULL;
5777 _arg1 = new wxString(tmpPtr, tmpSize);
5778 #else
5779 if (!PyString_Check(_obj1)) {
5780 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
5781 return NULL;
5782 }
5783 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
5784 #endif
5785 }
5786 {
5787 _arg2 = &temp;
5788 if (! wxPoint_helper(_obj2, &_arg2))
5789 return NULL;
5790 }
5791 {
5792 wxPy_BEGIN_ALLOW_THREADS;
5793 wxPyDrawnShape_DrawText(_arg0,*_arg1,*_arg2);
5794
5795 wxPy_END_ALLOW_THREADS;
5796 } Py_INCREF(Py_None);
5797 _resultobj = Py_None;
5798 {
5799 if (_obj1)
5800 delete _arg1;
5801 }
5802 return _resultobj;
5803 }
5804
5805 #define wxPyDrawnShape_GetAngle(_swigobj) (_swigobj->GetAngle())
5806 static PyObject *_wrap_wxPyDrawnShape_GetAngle(PyObject *self, PyObject *args, PyObject *kwargs) {
5807 PyObject * _resultobj;
5808 int _result;
5809 wxPyDrawnShape * _arg0;
5810 PyObject * _argo0 = 0;
5811 char *_kwnames[] = { "self", NULL };
5812
5813 self = self;
5814 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_GetAngle",_kwnames,&_argo0))
5815 return NULL;
5816 if (_argo0) {
5817 if (_argo0 == Py_None) { _arg0 = NULL; }
5818 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5819 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_GetAngle. Expected _wxPyDrawnShape_p.");
5820 return NULL;
5821 }
5822 }
5823 {
5824 wxPy_BEGIN_ALLOW_THREADS;
5825 _result = (int )wxPyDrawnShape_GetAngle(_arg0);
5826
5827 wxPy_END_ALLOW_THREADS;
5828 } _resultobj = Py_BuildValue("i",_result);
5829 return _resultobj;
5830 }
5831
5832 #define wxPyDrawnShape_GetMetaFile(_swigobj) (_swigobj->GetMetaFile())
5833 static PyObject *_wrap_wxPyDrawnShape_GetMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
5834 PyObject * _resultobj;
5835 wxPseudoMetaFile * _result;
5836 wxPyDrawnShape * _arg0;
5837 PyObject * _argo0 = 0;
5838 char *_kwnames[] = { "self", NULL };
5839 char _ptemp[128];
5840
5841 self = self;
5842 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_GetMetaFile",_kwnames,&_argo0))
5843 return NULL;
5844 if (_argo0) {
5845 if (_argo0 == Py_None) { _arg0 = NULL; }
5846 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5847 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_GetMetaFile. Expected _wxPyDrawnShape_p.");
5848 return NULL;
5849 }
5850 }
5851 {
5852 wxPy_BEGIN_ALLOW_THREADS;
5853 wxPseudoMetaFile & _result_ref = wxPyDrawnShape_GetMetaFile(_arg0);
5854 _result = (wxPseudoMetaFile *) &_result_ref;
5855
5856 wxPy_END_ALLOW_THREADS;
5857 } if (_result) {
5858 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPseudoMetaFile_p");
5859 _resultobj = Py_BuildValue("s",_ptemp);
5860 } else {
5861 Py_INCREF(Py_None);
5862 _resultobj = Py_None;
5863 }
5864 return _resultobj;
5865 }
5866
5867 #define wxPyDrawnShape_GetRotation(_swigobj) (_swigobj->GetRotation())
5868 static PyObject *_wrap_wxPyDrawnShape_GetRotation(PyObject *self, PyObject *args, PyObject *kwargs) {
5869 PyObject * _resultobj;
5870 double _result;
5871 wxPyDrawnShape * _arg0;
5872 PyObject * _argo0 = 0;
5873 char *_kwnames[] = { "self", NULL };
5874
5875 self = self;
5876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_GetRotation",_kwnames,&_argo0))
5877 return NULL;
5878 if (_argo0) {
5879 if (_argo0 == Py_None) { _arg0 = NULL; }
5880 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5881 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_GetRotation. Expected _wxPyDrawnShape_p.");
5882 return NULL;
5883 }
5884 }
5885 {
5886 wxPy_BEGIN_ALLOW_THREADS;
5887 _result = (double )wxPyDrawnShape_GetRotation(_arg0);
5888
5889 wxPy_END_ALLOW_THREADS;
5890 } _resultobj = Py_BuildValue("d",_result);
5891 return _resultobj;
5892 }
5893
5894 #define wxPyDrawnShape_LoadFromMetaFile(_swigobj,_swigarg0) (_swigobj->LoadFromMetaFile(_swigarg0))
5895 static PyObject *_wrap_wxPyDrawnShape_LoadFromMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
5896 PyObject * _resultobj;
5897 bool _result;
5898 wxPyDrawnShape * _arg0;
5899 char * _arg1;
5900 PyObject * _argo0 = 0;
5901 char *_kwnames[] = { "self","filename", NULL };
5902
5903 self = self;
5904 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxPyDrawnShape_LoadFromMetaFile",_kwnames,&_argo0,&_arg1))
5905 return NULL;
5906 if (_argo0) {
5907 if (_argo0 == Py_None) { _arg0 = NULL; }
5908 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5909 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_LoadFromMetaFile. Expected _wxPyDrawnShape_p.");
5910 return NULL;
5911 }
5912 }
5913 {
5914 wxPy_BEGIN_ALLOW_THREADS;
5915 _result = (bool )wxPyDrawnShape_LoadFromMetaFile(_arg0,_arg1);
5916
5917 wxPy_END_ALLOW_THREADS;
5918 } _resultobj = Py_BuildValue("i",_result);
5919 return _resultobj;
5920 }
5921
5922 #define wxPyDrawnShape_Rotate(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Rotate(_swigarg0,_swigarg1,_swigarg2))
5923 static PyObject *_wrap_wxPyDrawnShape_Rotate(PyObject *self, PyObject *args, PyObject *kwargs) {
5924 PyObject * _resultobj;
5925 wxPyDrawnShape * _arg0;
5926 double _arg1;
5927 double _arg2;
5928 double _arg3;
5929 PyObject * _argo0 = 0;
5930 char *_kwnames[] = { "self","x","y","theta", NULL };
5931
5932 self = self;
5933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oddd:wxPyDrawnShape_Rotate",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3))
5934 return NULL;
5935 if (_argo0) {
5936 if (_argo0 == Py_None) { _arg0 = NULL; }
5937 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5938 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_Rotate. Expected _wxPyDrawnShape_p.");
5939 return NULL;
5940 }
5941 }
5942 {
5943 wxPy_BEGIN_ALLOW_THREADS;
5944 wxPyDrawnShape_Rotate(_arg0,_arg1,_arg2,_arg3);
5945
5946 wxPy_END_ALLOW_THREADS;
5947 } Py_INCREF(Py_None);
5948 _resultobj = Py_None;
5949 return _resultobj;
5950 }
5951
5952 #define wxPyDrawnShape_SetClippingRect(_swigobj,_swigarg0) (_swigobj->SetClippingRect(_swigarg0))
5953 static PyObject *_wrap_wxPyDrawnShape_SetClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
5954 PyObject * _resultobj;
5955 wxPyDrawnShape * _arg0;
5956 wxRect * _arg1;
5957 PyObject * _argo0 = 0;
5958 wxRect temp;
5959 PyObject * _obj1 = 0;
5960 char *_kwnames[] = { "self","rect", NULL };
5961
5962 self = self;
5963 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetClippingRect",_kwnames,&_argo0,&_obj1))
5964 return NULL;
5965 if (_argo0) {
5966 if (_argo0 == Py_None) { _arg0 = NULL; }
5967 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5968 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetClippingRect. Expected _wxPyDrawnShape_p.");
5969 return NULL;
5970 }
5971 }
5972 {
5973 _arg1 = &temp;
5974 if (! wxRect_helper(_obj1, &_arg1))
5975 return NULL;
5976 }
5977 {
5978 wxPy_BEGIN_ALLOW_THREADS;
5979 wxPyDrawnShape_SetClippingRect(_arg0,*_arg1);
5980
5981 wxPy_END_ALLOW_THREADS;
5982 } Py_INCREF(Py_None);
5983 _resultobj = Py_None;
5984 return _resultobj;
5985 }
5986
5987 #define wxPyDrawnShape_SetDrawnBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetDrawnBackgroundColour(_swigarg0))
5988 static PyObject *_wrap_wxPyDrawnShape_SetDrawnBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5989 PyObject * _resultobj;
5990 wxPyDrawnShape * _arg0;
5991 wxColour * _arg1;
5992 PyObject * _argo0 = 0;
5993 wxColour temp;
5994 PyObject * _obj1 = 0;
5995 char *_kwnames[] = { "self","colour", NULL };
5996
5997 self = self;
5998 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnBackgroundColour",_kwnames,&_argo0,&_obj1))
5999 return NULL;
6000 if (_argo0) {
6001 if (_argo0 == Py_None) { _arg0 = NULL; }
6002 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6003 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnBackgroundColour. Expected _wxPyDrawnShape_p.");
6004 return NULL;
6005 }
6006 }
6007 {
6008 _arg1 = &temp;
6009 if (! wxColour_helper(_obj1, &_arg1))
6010 return NULL;
6011 }
6012 {
6013 wxPy_BEGIN_ALLOW_THREADS;
6014 wxPyDrawnShape_SetDrawnBackgroundColour(_arg0,*_arg1);
6015
6016 wxPy_END_ALLOW_THREADS;
6017 } Py_INCREF(Py_None);
6018 _resultobj = Py_None;
6019 return _resultobj;
6020 }
6021
6022 #define wxPyDrawnShape_SetDrawnBackgroundMode(_swigobj,_swigarg0) (_swigobj->SetDrawnBackgroundMode(_swigarg0))
6023 static PyObject *_wrap_wxPyDrawnShape_SetDrawnBackgroundMode(PyObject *self, PyObject *args, PyObject *kwargs) {
6024 PyObject * _resultobj;
6025 wxPyDrawnShape * _arg0;
6026 int _arg1;
6027 PyObject * _argo0 = 0;
6028 char *_kwnames[] = { "self","mode", NULL };
6029
6030 self = self;
6031 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDrawnShape_SetDrawnBackgroundMode",_kwnames,&_argo0,&_arg1))
6032 return NULL;
6033 if (_argo0) {
6034 if (_argo0 == Py_None) { _arg0 = NULL; }
6035 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6036 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnBackgroundMode. Expected _wxPyDrawnShape_p.");
6037 return NULL;
6038 }
6039 }
6040 {
6041 wxPy_BEGIN_ALLOW_THREADS;
6042 wxPyDrawnShape_SetDrawnBackgroundMode(_arg0,_arg1);
6043
6044 wxPy_END_ALLOW_THREADS;
6045 } Py_INCREF(Py_None);
6046 _resultobj = Py_None;
6047 return _resultobj;
6048 }
6049
6050 #define wxPyDrawnShape_SetDrawnBrush(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetDrawnBrush(_swigarg0,_swigarg1))
6051 static PyObject *_wrap_wxPyDrawnShape_SetDrawnBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
6052 PyObject * _resultobj;
6053 wxPyDrawnShape * _arg0;
6054 wxBrush * _arg1;
6055 bool _arg2 = (bool ) FALSE;
6056 PyObject * _argo0 = 0;
6057 PyObject * _argo1 = 0;
6058 int tempbool2 = (int) FALSE;
6059 char *_kwnames[] = { "self","pen","isOutline", NULL };
6060
6061 self = self;
6062 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnBrush",_kwnames,&_argo0,&_argo1,&tempbool2))
6063 return NULL;
6064 if (_argo0) {
6065 if (_argo0 == Py_None) { _arg0 = NULL; }
6066 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6067 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnBrush. Expected _wxPyDrawnShape_p.");
6068 return NULL;
6069 }
6070 }
6071 if (_argo1) {
6072 if (_argo1 == Py_None) { _arg1 = NULL; }
6073 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
6074 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnBrush. Expected _wxBrush_p.");
6075 return NULL;
6076 }
6077 }
6078 _arg2 = (bool ) tempbool2;
6079 {
6080 wxPy_BEGIN_ALLOW_THREADS;
6081 wxPyDrawnShape_SetDrawnBrush(_arg0,_arg1,_arg2);
6082
6083 wxPy_END_ALLOW_THREADS;
6084 } Py_INCREF(Py_None);
6085 _resultobj = Py_None;
6086 return _resultobj;
6087 }
6088
6089 #define wxPyDrawnShape_SetDrawnFont(_swigobj,_swigarg0) (_swigobj->SetDrawnFont(_swigarg0))
6090 static PyObject *_wrap_wxPyDrawnShape_SetDrawnFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6091 PyObject * _resultobj;
6092 wxPyDrawnShape * _arg0;
6093 wxFont * _arg1;
6094 PyObject * _argo0 = 0;
6095 PyObject * _argo1 = 0;
6096 char *_kwnames[] = { "self","font", NULL };
6097
6098 self = self;
6099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnFont",_kwnames,&_argo0,&_argo1))
6100 return NULL;
6101 if (_argo0) {
6102 if (_argo0 == Py_None) { _arg0 = NULL; }
6103 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6104 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnFont. Expected _wxPyDrawnShape_p.");
6105 return NULL;
6106 }
6107 }
6108 if (_argo1) {
6109 if (_argo1 == Py_None) { _arg1 = NULL; }
6110 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
6111 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnFont. Expected _wxFont_p.");
6112 return NULL;
6113 }
6114 }
6115 {
6116 wxPy_BEGIN_ALLOW_THREADS;
6117 wxPyDrawnShape_SetDrawnFont(_arg0,_arg1);
6118
6119 wxPy_END_ALLOW_THREADS;
6120 } Py_INCREF(Py_None);
6121 _resultobj = Py_None;
6122 return _resultobj;
6123 }
6124
6125 #define wxPyDrawnShape_SetDrawnPen(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetDrawnPen(_swigarg0,_swigarg1))
6126 static PyObject *_wrap_wxPyDrawnShape_SetDrawnPen(PyObject *self, PyObject *args, PyObject *kwargs) {
6127 PyObject * _resultobj;
6128 wxPyDrawnShape * _arg0;
6129 wxPen * _arg1;
6130 bool _arg2 = (bool ) FALSE;
6131 PyObject * _argo0 = 0;
6132 PyObject * _argo1 = 0;
6133 int tempbool2 = (int) FALSE;
6134 char *_kwnames[] = { "self","pen","isOutline", NULL };
6135
6136 self = self;
6137 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnPen",_kwnames,&_argo0,&_argo1,&tempbool2))
6138 return NULL;
6139 if (_argo0) {
6140 if (_argo0 == Py_None) { _arg0 = NULL; }
6141 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6142 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnPen. Expected _wxPyDrawnShape_p.");
6143 return NULL;
6144 }
6145 }
6146 if (_argo1) {
6147 if (_argo1 == Py_None) { _arg1 = NULL; }
6148 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
6149 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnPen. Expected _wxPen_p.");
6150 return NULL;
6151 }
6152 }
6153 _arg2 = (bool ) tempbool2;
6154 {
6155 wxPy_BEGIN_ALLOW_THREADS;
6156 wxPyDrawnShape_SetDrawnPen(_arg0,_arg1,_arg2);
6157
6158 wxPy_END_ALLOW_THREADS;
6159 } Py_INCREF(Py_None);
6160 _resultobj = Py_None;
6161 return _resultobj;
6162 }
6163
6164 #define wxPyDrawnShape_SetDrawnTextColour(_swigobj,_swigarg0) (_swigobj->SetDrawnTextColour(_swigarg0))
6165 static PyObject *_wrap_wxPyDrawnShape_SetDrawnTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6166 PyObject * _resultobj;
6167 wxPyDrawnShape * _arg0;
6168 wxColour * _arg1;
6169 PyObject * _argo0 = 0;
6170 wxColour temp;
6171 PyObject * _obj1 = 0;
6172 char *_kwnames[] = { "self","colour", NULL };
6173
6174 self = self;
6175 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnTextColour",_kwnames,&_argo0,&_obj1))
6176 return NULL;
6177 if (_argo0) {
6178 if (_argo0 == Py_None) { _arg0 = NULL; }
6179 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6180 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnTextColour. Expected _wxPyDrawnShape_p.");
6181 return NULL;
6182 }
6183 }
6184 {
6185 _arg1 = &temp;
6186 if (! wxColour_helper(_obj1, &_arg1))
6187 return NULL;
6188 }
6189 {
6190 wxPy_BEGIN_ALLOW_THREADS;
6191 wxPyDrawnShape_SetDrawnTextColour(_arg0,*_arg1);
6192
6193 wxPy_END_ALLOW_THREADS;
6194 } Py_INCREF(Py_None);
6195 _resultobj = Py_None;
6196 return _resultobj;
6197 }
6198
6199 #define wxPyDrawnShape_Scale(_swigobj,_swigarg0,_swigarg1) (_swigobj->Scale(_swigarg0,_swigarg1))
6200 static PyObject *_wrap_wxPyDrawnShape_Scale(PyObject *self, PyObject *args, PyObject *kwargs) {
6201 PyObject * _resultobj;
6202 wxPyDrawnShape * _arg0;
6203 double _arg1;
6204 double _arg2;
6205 PyObject * _argo0 = 0;
6206 char *_kwnames[] = { "self","sx","sy", NULL };
6207
6208 self = self;
6209 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_Scale",_kwnames,&_argo0,&_arg1,&_arg2))
6210 return NULL;
6211 if (_argo0) {
6212 if (_argo0 == Py_None) { _arg0 = NULL; }
6213 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6214 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_Scale. Expected _wxPyDrawnShape_p.");
6215 return NULL;
6216 }
6217 }
6218 {
6219 wxPy_BEGIN_ALLOW_THREADS;
6220 wxPyDrawnShape_Scale(_arg0,_arg1,_arg2);
6221
6222 wxPy_END_ALLOW_THREADS;
6223 } Py_INCREF(Py_None);
6224 _resultobj = Py_None;
6225 return _resultobj;
6226 }
6227
6228 #define wxPyDrawnShape_SetSaveToFile(_swigobj,_swigarg0) (_swigobj->SetSaveToFile(_swigarg0))
6229 static PyObject *_wrap_wxPyDrawnShape_SetSaveToFile(PyObject *self, PyObject *args, PyObject *kwargs) {
6230 PyObject * _resultobj;
6231 wxPyDrawnShape * _arg0;
6232 bool _arg1;
6233 PyObject * _argo0 = 0;
6234 int tempbool1;
6235 char *_kwnames[] = { "self","save", NULL };
6236
6237 self = self;
6238 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDrawnShape_SetSaveToFile",_kwnames,&_argo0,&tempbool1))
6239 return NULL;
6240 if (_argo0) {
6241 if (_argo0 == Py_None) { _arg0 = NULL; }
6242 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6243 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetSaveToFile. Expected _wxPyDrawnShape_p.");
6244 return NULL;
6245 }
6246 }
6247 _arg1 = (bool ) tempbool1;
6248 {
6249 wxPy_BEGIN_ALLOW_THREADS;
6250 wxPyDrawnShape_SetSaveToFile(_arg0,_arg1);
6251
6252 wxPy_END_ALLOW_THREADS;
6253 } Py_INCREF(Py_None);
6254 _resultobj = Py_None;
6255 return _resultobj;
6256 }
6257
6258 #define wxPyDrawnShape_Translate(_swigobj,_swigarg0,_swigarg1) (_swigobj->Translate(_swigarg0,_swigarg1))
6259 static PyObject *_wrap_wxPyDrawnShape_Translate(PyObject *self, PyObject *args, PyObject *kwargs) {
6260 PyObject * _resultobj;
6261 wxPyDrawnShape * _arg0;
6262 double _arg1;
6263 double _arg2;
6264 PyObject * _argo0 = 0;
6265 char *_kwnames[] = { "self","x","y", NULL };
6266
6267 self = self;
6268 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_Translate",_kwnames,&_argo0,&_arg1,&_arg2))
6269 return NULL;
6270 if (_argo0) {
6271 if (_argo0 == Py_None) { _arg0 = NULL; }
6272 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6273 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_Translate. Expected _wxPyDrawnShape_p.");
6274 return NULL;
6275 }
6276 }
6277 {
6278 wxPy_BEGIN_ALLOW_THREADS;
6279 wxPyDrawnShape_Translate(_arg0,_arg1,_arg2);
6280
6281 wxPy_END_ALLOW_THREADS;
6282 } Py_INCREF(Py_None);
6283 _resultobj = Py_None;
6284 return _resultobj;
6285 }
6286
6287 #define wxPyDrawnShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
6288 static PyObject *_wrap_wxPyDrawnShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
6289 PyObject * _resultobj;
6290 wxPyDrawnShape * _arg0;
6291 PyObject * _argo0 = 0;
6292 char *_kwnames[] = { "self", NULL };
6293
6294 self = self;
6295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_base_OnDelete",_kwnames,&_argo0))
6296 return NULL;
6297 if (_argo0) {
6298 if (_argo0 == Py_None) { _arg0 = NULL; }
6299 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6300 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDelete. Expected _wxPyDrawnShape_p.");
6301 return NULL;
6302 }
6303 }
6304 {
6305 wxPy_BEGIN_ALLOW_THREADS;
6306 wxPyDrawnShape_base_OnDelete(_arg0);
6307
6308 wxPy_END_ALLOW_THREADS;
6309 } Py_INCREF(Py_None);
6310 _resultobj = Py_None;
6311 return _resultobj;
6312 }
6313
6314 #define wxPyDrawnShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
6315 static PyObject *_wrap_wxPyDrawnShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
6316 PyObject * _resultobj;
6317 wxPyDrawnShape * _arg0;
6318 wxDC * _arg1;
6319 PyObject * _argo0 = 0;
6320 PyObject * _argo1 = 0;
6321 char *_kwnames[] = { "self","dc", NULL };
6322
6323 self = self;
6324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
6325 return NULL;
6326 if (_argo0) {
6327 if (_argo0 == Py_None) { _arg0 = NULL; }
6328 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6329 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDraw. Expected _wxPyDrawnShape_p.");
6330 return NULL;
6331 }
6332 }
6333 if (_argo1) {
6334 if (_argo1 == Py_None) { _arg1 = NULL; }
6335 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6336 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDraw. Expected _wxDC_p.");
6337 return NULL;
6338 }
6339 }
6340 {
6341 wxPy_BEGIN_ALLOW_THREADS;
6342 wxPyDrawnShape_base_OnDraw(_arg0,*_arg1);
6343
6344 wxPy_END_ALLOW_THREADS;
6345 } Py_INCREF(Py_None);
6346 _resultobj = Py_None;
6347 return _resultobj;
6348 }
6349
6350 #define wxPyDrawnShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
6351 static PyObject *_wrap_wxPyDrawnShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
6352 PyObject * _resultobj;
6353 wxPyDrawnShape * _arg0;
6354 wxDC * _arg1;
6355 PyObject * _argo0 = 0;
6356 PyObject * _argo1 = 0;
6357 char *_kwnames[] = { "self","dc", NULL };
6358
6359 self = self;
6360 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
6361 return NULL;
6362 if (_argo0) {
6363 if (_argo0 == Py_None) { _arg0 = NULL; }
6364 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6365 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawContents. Expected _wxPyDrawnShape_p.");
6366 return NULL;
6367 }
6368 }
6369 if (_argo1) {
6370 if (_argo1 == Py_None) { _arg1 = NULL; }
6371 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6372 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawContents. Expected _wxDC_p.");
6373 return NULL;
6374 }
6375 }
6376 {
6377 wxPy_BEGIN_ALLOW_THREADS;
6378 wxPyDrawnShape_base_OnDrawContents(_arg0,*_arg1);
6379
6380 wxPy_END_ALLOW_THREADS;
6381 } Py_INCREF(Py_None);
6382 _resultobj = Py_None;
6383 return _resultobj;
6384 }
6385
6386 #define wxPyDrawnShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
6387 static PyObject *_wrap_wxPyDrawnShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
6388 PyObject * _resultobj;
6389 wxPyDrawnShape * _arg0;
6390 wxDC * _arg1;
6391 bool _arg2 = (bool ) FALSE;
6392 PyObject * _argo0 = 0;
6393 PyObject * _argo1 = 0;
6394 int tempbool2 = (int) FALSE;
6395 char *_kwnames[] = { "self","dc","erase", NULL };
6396
6397 self = self;
6398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
6399 return NULL;
6400 if (_argo0) {
6401 if (_argo0 == Py_None) { _arg0 = NULL; }
6402 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6403 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawBranches. Expected _wxPyDrawnShape_p.");
6404 return NULL;
6405 }
6406 }
6407 if (_argo1) {
6408 if (_argo1 == Py_None) { _arg1 = NULL; }
6409 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6410 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawBranches. Expected _wxDC_p.");
6411 return NULL;
6412 }
6413 }
6414 _arg2 = (bool ) tempbool2;
6415 {
6416 wxPy_BEGIN_ALLOW_THREADS;
6417 wxPyDrawnShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
6418
6419 wxPy_END_ALLOW_THREADS;
6420 } Py_INCREF(Py_None);
6421 _resultobj = Py_None;
6422 return _resultobj;
6423 }
6424
6425 #define wxPyDrawnShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
6426 static PyObject *_wrap_wxPyDrawnShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
6427 PyObject * _resultobj;
6428 wxPyDrawnShape * _arg0;
6429 wxDC * _arg1;
6430 PyObject * _argo0 = 0;
6431 PyObject * _argo1 = 0;
6432 char *_kwnames[] = { "self","dc", NULL };
6433
6434 self = self;
6435 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
6436 return NULL;
6437 if (_argo0) {
6438 if (_argo0 == Py_None) { _arg0 = NULL; }
6439 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6440 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMoveLinks. Expected _wxPyDrawnShape_p.");
6441 return NULL;
6442 }
6443 }
6444 if (_argo1) {
6445 if (_argo1 == Py_None) { _arg1 = NULL; }
6446 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6447 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMoveLinks. Expected _wxDC_p.");
6448 return NULL;
6449 }
6450 }
6451 {
6452 wxPy_BEGIN_ALLOW_THREADS;
6453 wxPyDrawnShape_base_OnMoveLinks(_arg0,*_arg1);
6454
6455 wxPy_END_ALLOW_THREADS;
6456 } Py_INCREF(Py_None);
6457 _resultobj = Py_None;
6458 return _resultobj;
6459 }
6460
6461 #define wxPyDrawnShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
6462 static PyObject *_wrap_wxPyDrawnShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
6463 PyObject * _resultobj;
6464 wxPyDrawnShape * _arg0;
6465 wxDC * _arg1;
6466 PyObject * _argo0 = 0;
6467 PyObject * _argo1 = 0;
6468 char *_kwnames[] = { "self","dc", NULL };
6469
6470 self = self;
6471 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnErase",_kwnames,&_argo0,&_argo1))
6472 return NULL;
6473 if (_argo0) {
6474 if (_argo0 == Py_None) { _arg0 = NULL; }
6475 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6476 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnErase. Expected _wxPyDrawnShape_p.");
6477 return NULL;
6478 }
6479 }
6480 if (_argo1) {
6481 if (_argo1 == Py_None) { _arg1 = NULL; }
6482 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6483 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnErase. Expected _wxDC_p.");
6484 return NULL;
6485 }
6486 }
6487 {
6488 wxPy_BEGIN_ALLOW_THREADS;
6489 wxPyDrawnShape_base_OnErase(_arg0,*_arg1);
6490
6491 wxPy_END_ALLOW_THREADS;
6492 } Py_INCREF(Py_None);
6493 _resultobj = Py_None;
6494 return _resultobj;
6495 }
6496
6497 #define wxPyDrawnShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
6498 static PyObject *_wrap_wxPyDrawnShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
6499 PyObject * _resultobj;
6500 wxPyDrawnShape * _arg0;
6501 wxDC * _arg1;
6502 PyObject * _argo0 = 0;
6503 PyObject * _argo1 = 0;
6504 char *_kwnames[] = { "self","dc", NULL };
6505
6506 self = self;
6507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
6508 return NULL;
6509 if (_argo0) {
6510 if (_argo0 == Py_None) { _arg0 = NULL; }
6511 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6512 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEraseContents. Expected _wxPyDrawnShape_p.");
6513 return NULL;
6514 }
6515 }
6516 if (_argo1) {
6517 if (_argo1 == Py_None) { _arg1 = NULL; }
6518 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6519 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnEraseContents. Expected _wxDC_p.");
6520 return NULL;
6521 }
6522 }
6523 {
6524 wxPy_BEGIN_ALLOW_THREADS;
6525 wxPyDrawnShape_base_OnEraseContents(_arg0,*_arg1);
6526
6527 wxPy_END_ALLOW_THREADS;
6528 } Py_INCREF(Py_None);
6529 _resultobj = Py_None;
6530 return _resultobj;
6531 }
6532
6533 #define wxPyDrawnShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
6534 static PyObject *_wrap_wxPyDrawnShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
6535 PyObject * _resultobj;
6536 wxPyDrawnShape * _arg0;
6537 wxDC * _arg1;
6538 PyObject * _argo0 = 0;
6539 PyObject * _argo1 = 0;
6540 char *_kwnames[] = { "self","dc", NULL };
6541
6542 self = self;
6543 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
6544 return NULL;
6545 if (_argo0) {
6546 if (_argo0 == Py_None) { _arg0 = NULL; }
6547 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6548 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnHighlight. Expected _wxPyDrawnShape_p.");
6549 return NULL;
6550 }
6551 }
6552 if (_argo1) {
6553 if (_argo1 == Py_None) { _arg1 = NULL; }
6554 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6555 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnHighlight. Expected _wxDC_p.");
6556 return NULL;
6557 }
6558 }
6559 {
6560 wxPy_BEGIN_ALLOW_THREADS;
6561 wxPyDrawnShape_base_OnHighlight(_arg0,*_arg1);
6562
6563 wxPy_END_ALLOW_THREADS;
6564 } Py_INCREF(Py_None);
6565 _resultobj = Py_None;
6566 return _resultobj;
6567 }
6568
6569 #define wxPyDrawnShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6570 static PyObject *_wrap_wxPyDrawnShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
6571 PyObject * _resultobj;
6572 wxPyDrawnShape * _arg0;
6573 double _arg1;
6574 double _arg2;
6575 int _arg3 = (int ) 0;
6576 int _arg4 = (int ) 0;
6577 PyObject * _argo0 = 0;
6578 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6579
6580 self = self;
6581 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6582 return NULL;
6583 if (_argo0) {
6584 if (_argo0 == Py_None) { _arg0 = NULL; }
6585 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6586 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnLeftClick. Expected _wxPyDrawnShape_p.");
6587 return NULL;
6588 }
6589 }
6590 {
6591 wxPy_BEGIN_ALLOW_THREADS;
6592 wxPyDrawnShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
6593
6594 wxPy_END_ALLOW_THREADS;
6595 } Py_INCREF(Py_None);
6596 _resultobj = Py_None;
6597 return _resultobj;
6598 }
6599
6600 #define wxPyDrawnShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6601 static PyObject *_wrap_wxPyDrawnShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
6602 PyObject * _resultobj;
6603 wxPyDrawnShape * _arg0;
6604 double _arg1;
6605 double _arg2;
6606 int _arg3 = (int ) 0;
6607 int _arg4 = (int ) 0;
6608 PyObject * _argo0 = 0;
6609 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6610
6611 self = self;
6612 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6613 return NULL;
6614 if (_argo0) {
6615 if (_argo0 == Py_None) { _arg0 = NULL; }
6616 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6617 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnLeftDoubleClick. Expected _wxPyDrawnShape_p.");
6618 return NULL;
6619 }
6620 }
6621 {
6622 wxPy_BEGIN_ALLOW_THREADS;
6623 wxPyDrawnShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
6624
6625 wxPy_END_ALLOW_THREADS;
6626 } Py_INCREF(Py_None);
6627 _resultobj = Py_None;
6628 return _resultobj;
6629 }
6630
6631 #define wxPyDrawnShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6632 static PyObject *_wrap_wxPyDrawnShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
6633 PyObject * _resultobj;
6634 wxPyDrawnShape * _arg0;
6635 double _arg1;
6636 double _arg2;
6637 int _arg3 = (int ) 0;
6638 int _arg4 = (int ) 0;
6639 PyObject * _argo0 = 0;
6640 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6641
6642 self = self;
6643 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6644 return NULL;
6645 if (_argo0) {
6646 if (_argo0 == Py_None) { _arg0 = NULL; }
6647 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6648 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnRightClick. Expected _wxPyDrawnShape_p.");
6649 return NULL;
6650 }
6651 }
6652 {
6653 wxPy_BEGIN_ALLOW_THREADS;
6654 wxPyDrawnShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
6655
6656 wxPy_END_ALLOW_THREADS;
6657 } Py_INCREF(Py_None);
6658 _resultobj = Py_None;
6659 return _resultobj;
6660 }
6661
6662 #define wxPyDrawnShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
6663 static PyObject *_wrap_wxPyDrawnShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
6664 PyObject * _resultobj;
6665 wxPyDrawnShape * _arg0;
6666 double _arg1;
6667 double _arg2;
6668 PyObject * _argo0 = 0;
6669 char *_kwnames[] = { "self","x","y", NULL };
6670
6671 self = self;
6672 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
6673 return NULL;
6674 if (_argo0) {
6675 if (_argo0 == Py_None) { _arg0 = NULL; }
6676 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6677 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSize. Expected _wxPyDrawnShape_p.");
6678 return NULL;
6679 }
6680 }
6681 {
6682 wxPy_BEGIN_ALLOW_THREADS;
6683 wxPyDrawnShape_base_OnSize(_arg0,_arg1,_arg2);
6684
6685 wxPy_END_ALLOW_THREADS;
6686 } Py_INCREF(Py_None);
6687 _resultobj = Py_None;
6688 return _resultobj;
6689 }
6690
6691 #define wxPyDrawnShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
6692 static PyObject *_wrap_wxPyDrawnShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
6693 PyObject * _resultobj;
6694 bool _result;
6695 wxPyDrawnShape * _arg0;
6696 wxDC * _arg1;
6697 double _arg2;
6698 double _arg3;
6699 double _arg4;
6700 double _arg5;
6701 bool _arg6 = (bool ) TRUE;
6702 PyObject * _argo0 = 0;
6703 PyObject * _argo1 = 0;
6704 int tempbool6 = (int) TRUE;
6705 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
6706
6707 self = self;
6708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDrawnShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
6709 return NULL;
6710 if (_argo0) {
6711 if (_argo0 == Py_None) { _arg0 = NULL; }
6712 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6713 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMovePre. Expected _wxPyDrawnShape_p.");
6714 return NULL;
6715 }
6716 }
6717 if (_argo1) {
6718 if (_argo1 == Py_None) { _arg1 = NULL; }
6719 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6720 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMovePre. Expected _wxDC_p.");
6721 return NULL;
6722 }
6723 }
6724 _arg6 = (bool ) tempbool6;
6725 {
6726 wxPy_BEGIN_ALLOW_THREADS;
6727 _result = (bool )wxPyDrawnShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
6728
6729 wxPy_END_ALLOW_THREADS;
6730 } _resultobj = Py_BuildValue("i",_result);
6731 return _resultobj;
6732 }
6733
6734 #define wxPyDrawnShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
6735 static PyObject *_wrap_wxPyDrawnShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
6736 PyObject * _resultobj;
6737 wxPyDrawnShape * _arg0;
6738 wxDC * _arg1;
6739 double _arg2;
6740 double _arg3;
6741 double _arg4;
6742 double _arg5;
6743 bool _arg6 = (bool ) TRUE;
6744 PyObject * _argo0 = 0;
6745 PyObject * _argo1 = 0;
6746 int tempbool6 = (int) TRUE;
6747 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
6748
6749 self = self;
6750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDrawnShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
6751 return NULL;
6752 if (_argo0) {
6753 if (_argo0 == Py_None) { _arg0 = NULL; }
6754 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6755 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMovePost. Expected _wxPyDrawnShape_p.");
6756 return NULL;
6757 }
6758 }
6759 if (_argo1) {
6760 if (_argo1 == Py_None) { _arg1 = NULL; }
6761 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6762 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMovePost. Expected _wxDC_p.");
6763 return NULL;
6764 }
6765 }
6766 _arg6 = (bool ) tempbool6;
6767 {
6768 wxPy_BEGIN_ALLOW_THREADS;
6769 wxPyDrawnShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
6770
6771 wxPy_END_ALLOW_THREADS;
6772 } Py_INCREF(Py_None);
6773 _resultobj = Py_None;
6774 return _resultobj;
6775 }
6776
6777 #define wxPyDrawnShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
6778 static PyObject *_wrap_wxPyDrawnShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
6779 PyObject * _resultobj;
6780 wxPyDrawnShape * _arg0;
6781 bool _arg1;
6782 double _arg2;
6783 double _arg3;
6784 int _arg4 = (int ) 0;
6785 int _arg5 = (int ) 0;
6786 PyObject * _argo0 = 0;
6787 int tempbool1;
6788 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
6789
6790 self = self;
6791 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDrawnShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
6792 return NULL;
6793 if (_argo0) {
6794 if (_argo0 == Py_None) { _arg0 = NULL; }
6795 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6796 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDragLeft. Expected _wxPyDrawnShape_p.");
6797 return NULL;
6798 }
6799 }
6800 _arg1 = (bool ) tempbool1;
6801 {
6802 wxPy_BEGIN_ALLOW_THREADS;
6803 wxPyDrawnShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
6804
6805 wxPy_END_ALLOW_THREADS;
6806 } Py_INCREF(Py_None);
6807 _resultobj = Py_None;
6808 return _resultobj;
6809 }
6810
6811 #define wxPyDrawnShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6812 static PyObject *_wrap_wxPyDrawnShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
6813 PyObject * _resultobj;
6814 wxPyDrawnShape * _arg0;
6815 double _arg1;
6816 double _arg2;
6817 int _arg3 = (int ) 0;
6818 int _arg4 = (int ) 0;
6819 PyObject * _argo0 = 0;
6820 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6821
6822 self = self;
6823 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6824 return NULL;
6825 if (_argo0) {
6826 if (_argo0 == Py_None) { _arg0 = NULL; }
6827 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6828 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnBeginDragLeft. Expected _wxPyDrawnShape_p.");
6829 return NULL;
6830 }
6831 }
6832 {
6833 wxPy_BEGIN_ALLOW_THREADS;
6834 wxPyDrawnShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
6835
6836 wxPy_END_ALLOW_THREADS;
6837 } Py_INCREF(Py_None);
6838 _resultobj = Py_None;
6839 return _resultobj;
6840 }
6841
6842 #define wxPyDrawnShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6843 static PyObject *_wrap_wxPyDrawnShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
6844 PyObject * _resultobj;
6845 wxPyDrawnShape * _arg0;
6846 double _arg1;
6847 double _arg2;
6848 int _arg3 = (int ) 0;
6849 int _arg4 = (int ) 0;
6850 PyObject * _argo0 = 0;
6851 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6852
6853 self = self;
6854 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6855 return NULL;
6856 if (_argo0) {
6857 if (_argo0 == Py_None) { _arg0 = NULL; }
6858 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6859 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEndDragLeft. Expected _wxPyDrawnShape_p.");
6860 return NULL;
6861 }
6862 }
6863 {
6864 wxPy_BEGIN_ALLOW_THREADS;
6865 wxPyDrawnShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
6866
6867 wxPy_END_ALLOW_THREADS;
6868 } Py_INCREF(Py_None);
6869 _resultobj = Py_None;
6870 return _resultobj;
6871 }
6872
6873 #define wxPyDrawnShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
6874 static PyObject *_wrap_wxPyDrawnShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
6875 PyObject * _resultobj;
6876 wxPyDrawnShape * _arg0;
6877 bool _arg1;
6878 double _arg2;
6879 double _arg3;
6880 int _arg4 = (int ) 0;
6881 int _arg5 = (int ) 0;
6882 PyObject * _argo0 = 0;
6883 int tempbool1;
6884 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
6885
6886 self = self;
6887 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDrawnShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
6888 return NULL;
6889 if (_argo0) {
6890 if (_argo0 == Py_None) { _arg0 = NULL; }
6891 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6892 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDragRight. Expected _wxPyDrawnShape_p.");
6893 return NULL;
6894 }
6895 }
6896 _arg1 = (bool ) tempbool1;
6897 {
6898 wxPy_BEGIN_ALLOW_THREADS;
6899 wxPyDrawnShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
6900
6901 wxPy_END_ALLOW_THREADS;
6902 } Py_INCREF(Py_None);
6903 _resultobj = Py_None;
6904 return _resultobj;
6905 }
6906
6907 #define wxPyDrawnShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6908 static PyObject *_wrap_wxPyDrawnShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
6909 PyObject * _resultobj;
6910 wxPyDrawnShape * _arg0;
6911 double _arg1;
6912 double _arg2;
6913 int _arg3 = (int ) 0;
6914 int _arg4 = (int ) 0;
6915 PyObject * _argo0 = 0;
6916 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6917
6918 self = self;
6919 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6920 return NULL;
6921 if (_argo0) {
6922 if (_argo0 == Py_None) { _arg0 = NULL; }
6923 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6924 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnBeginDragRight. Expected _wxPyDrawnShape_p.");
6925 return NULL;
6926 }
6927 }
6928 {
6929 wxPy_BEGIN_ALLOW_THREADS;
6930 wxPyDrawnShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
6931
6932 wxPy_END_ALLOW_THREADS;
6933 } Py_INCREF(Py_None);
6934 _resultobj = Py_None;
6935 return _resultobj;
6936 }
6937
6938 #define wxPyDrawnShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6939 static PyObject *_wrap_wxPyDrawnShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
6940 PyObject * _resultobj;
6941 wxPyDrawnShape * _arg0;
6942 double _arg1;
6943 double _arg2;
6944 int _arg3 = (int ) 0;
6945 int _arg4 = (int ) 0;
6946 PyObject * _argo0 = 0;
6947 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6948
6949 self = self;
6950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6951 return NULL;
6952 if (_argo0) {
6953 if (_argo0 == Py_None) { _arg0 = NULL; }
6954 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6955 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEndDragRight. Expected _wxPyDrawnShape_p.");
6956 return NULL;
6957 }
6958 }
6959 {
6960 wxPy_BEGIN_ALLOW_THREADS;
6961 wxPyDrawnShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
6962
6963 wxPy_END_ALLOW_THREADS;
6964 } Py_INCREF(Py_None);
6965 _resultobj = Py_None;
6966 return _resultobj;
6967 }
6968
6969 #define wxPyDrawnShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
6970 static PyObject *_wrap_wxPyDrawnShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
6971 PyObject * _resultobj;
6972 wxPyDrawnShape * _arg0;
6973 wxDC * _arg1;
6974 double _arg2;
6975 double _arg3;
6976 double _arg4;
6977 double _arg5;
6978 PyObject * _argo0 = 0;
6979 PyObject * _argo1 = 0;
6980 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
6981
6982 self = self;
6983 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyDrawnShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
6984 return NULL;
6985 if (_argo0) {
6986 if (_argo0 == Py_None) { _arg0 = NULL; }
6987 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6988 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawOutline. Expected _wxPyDrawnShape_p.");
6989 return NULL;
6990 }
6991 }
6992 if (_argo1) {
6993 if (_argo1 == Py_None) { _arg1 = NULL; }
6994 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6995 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawOutline. Expected _wxDC_p.");
6996 return NULL;
6997 }
6998 }
6999 {
7000 wxPy_BEGIN_ALLOW_THREADS;
7001 wxPyDrawnShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
7002
7003 wxPy_END_ALLOW_THREADS;
7004 } Py_INCREF(Py_None);
7005 _resultobj = Py_None;
7006 return _resultobj;
7007 }
7008
7009 #define wxPyDrawnShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
7010 static PyObject *_wrap_wxPyDrawnShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
7011 PyObject * _resultobj;
7012 wxPyDrawnShape * _arg0;
7013 wxDC * _arg1;
7014 PyObject * _argo0 = 0;
7015 PyObject * _argo1 = 0;
7016 char *_kwnames[] = { "self","dc", NULL };
7017
7018 self = self;
7019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
7020 return NULL;
7021 if (_argo0) {
7022 if (_argo0 == Py_None) { _arg0 = NULL; }
7023 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7024 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawControlPoints. Expected _wxPyDrawnShape_p.");
7025 return NULL;
7026 }
7027 }
7028 if (_argo1) {
7029 if (_argo1 == Py_None) { _arg1 = NULL; }
7030 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
7031 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawControlPoints. Expected _wxDC_p.");
7032 return NULL;
7033 }
7034 }
7035 {
7036 wxPy_BEGIN_ALLOW_THREADS;
7037 wxPyDrawnShape_base_OnDrawControlPoints(_arg0,*_arg1);
7038
7039 wxPy_END_ALLOW_THREADS;
7040 } Py_INCREF(Py_None);
7041 _resultobj = Py_None;
7042 return _resultobj;
7043 }
7044
7045 #define wxPyDrawnShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
7046 static PyObject *_wrap_wxPyDrawnShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
7047 PyObject * _resultobj;
7048 wxPyDrawnShape * _arg0;
7049 wxDC * _arg1;
7050 PyObject * _argo0 = 0;
7051 PyObject * _argo1 = 0;
7052 char *_kwnames[] = { "self","dc", NULL };
7053
7054 self = self;
7055 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
7056 return NULL;
7057 if (_argo0) {
7058 if (_argo0 == Py_None) { _arg0 = NULL; }
7059 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7060 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEraseControlPoints. Expected _wxPyDrawnShape_p.");
7061 return NULL;
7062 }
7063 }
7064 if (_argo1) {
7065 if (_argo1 == Py_None) { _arg1 = NULL; }
7066 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
7067 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnEraseControlPoints. Expected _wxDC_p.");
7068 return NULL;
7069 }
7070 }
7071 {
7072 wxPy_BEGIN_ALLOW_THREADS;
7073 wxPyDrawnShape_base_OnEraseControlPoints(_arg0,*_arg1);
7074
7075 wxPy_END_ALLOW_THREADS;
7076 } Py_INCREF(Py_None);
7077 _resultobj = Py_None;
7078 return _resultobj;
7079 }
7080
7081 #define wxPyDrawnShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
7082 static PyObject *_wrap_wxPyDrawnShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
7083 PyObject * _resultobj;
7084 wxPyDrawnShape * _arg0;
7085 wxDC * _arg1;
7086 bool _arg2 = (bool ) TRUE;
7087 PyObject * _argo0 = 0;
7088 PyObject * _argo1 = 0;
7089 int tempbool2 = (int) TRUE;
7090 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
7091
7092 self = self;
7093 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
7094 return NULL;
7095 if (_argo0) {
7096 if (_argo0 == Py_None) { _arg0 = NULL; }
7097 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7098 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMoveLink. Expected _wxPyDrawnShape_p.");
7099 return NULL;
7100 }
7101 }
7102 if (_argo1) {
7103 if (_argo1 == Py_None) { _arg1 = NULL; }
7104 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
7105 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMoveLink. Expected _wxDC_p.");
7106 return NULL;
7107 }
7108 }
7109 _arg2 = (bool ) tempbool2;
7110 {
7111 wxPy_BEGIN_ALLOW_THREADS;
7112 wxPyDrawnShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
7113
7114 wxPy_END_ALLOW_THREADS;
7115 } Py_INCREF(Py_None);
7116 _resultobj = Py_None;
7117 return _resultobj;
7118 }
7119
7120 #define wxPyDrawnShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
7121 static PyObject *_wrap_wxPyDrawnShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
7122 PyObject * _resultobj;
7123 wxPyDrawnShape * _arg0;
7124 wxPyControlPoint * _arg1;
7125 bool _arg2;
7126 double _arg3;
7127 double _arg4;
7128 int _arg5 = (int ) 0;
7129 int _arg6 = (int ) 0;
7130 PyObject * _argo0 = 0;
7131 PyObject * _argo1 = 0;
7132 int tempbool2;
7133 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
7134
7135 self = self;
7136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyDrawnShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
7137 return NULL;
7138 if (_argo0) {
7139 if (_argo0 == Py_None) { _arg0 = NULL; }
7140 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7141 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSizingDragLeft. Expected _wxPyDrawnShape_p.");
7142 return NULL;
7143 }
7144 }
7145 if (_argo1) {
7146 if (_argo1 == Py_None) { _arg1 = NULL; }
7147 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
7148 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
7149 return NULL;
7150 }
7151 }
7152 _arg2 = (bool ) tempbool2;
7153 {
7154 wxPy_BEGIN_ALLOW_THREADS;
7155 wxPyDrawnShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
7156
7157 wxPy_END_ALLOW_THREADS;
7158 } Py_INCREF(Py_None);
7159 _resultobj = Py_None;
7160 return _resultobj;
7161 }
7162
7163 #define wxPyDrawnShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
7164 static PyObject *_wrap_wxPyDrawnShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
7165 PyObject * _resultobj;
7166 wxPyDrawnShape * _arg0;
7167 wxPyControlPoint * _arg1;
7168 double _arg2;
7169 double _arg3;
7170 int _arg4 = (int ) 0;
7171 int _arg5 = (int ) 0;
7172 PyObject * _argo0 = 0;
7173 PyObject * _argo1 = 0;
7174 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
7175
7176 self = self;
7177 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDrawnShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
7178 return NULL;
7179 if (_argo0) {
7180 if (_argo0 == Py_None) { _arg0 = NULL; }
7181 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7182 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSizingBeginDragLeft. Expected _wxPyDrawnShape_p.");
7183 return NULL;
7184 }
7185 }
7186 if (_argo1) {
7187 if (_argo1 == Py_None) { _arg1 = NULL; }
7188 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
7189 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
7190 return NULL;
7191 }
7192 }
7193 {
7194 wxPy_BEGIN_ALLOW_THREADS;
7195 wxPyDrawnShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
7196
7197 wxPy_END_ALLOW_THREADS;
7198 } Py_INCREF(Py_None);
7199 _resultobj = Py_None;
7200 return _resultobj;
7201 }
7202
7203 #define wxPyDrawnShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
7204 static PyObject *_wrap_wxPyDrawnShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
7205 PyObject * _resultobj;
7206 wxPyDrawnShape * _arg0;
7207 wxPyControlPoint * _arg1;
7208 double _arg2;
7209 double _arg3;
7210 int _arg4 = (int ) 0;
7211 int _arg5 = (int ) 0;
7212 PyObject * _argo0 = 0;
7213 PyObject * _argo1 = 0;
7214 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
7215
7216 self = self;
7217 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDrawnShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
7218 return NULL;
7219 if (_argo0) {
7220 if (_argo0 == Py_None) { _arg0 = NULL; }
7221 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7222 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSizingEndDragLeft. Expected _wxPyDrawnShape_p.");
7223 return NULL;
7224 }
7225 }
7226 if (_argo1) {
7227 if (_argo1 == Py_None) { _arg1 = NULL; }
7228 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
7229 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
7230 return NULL;
7231 }
7232 }
7233 {
7234 wxPy_BEGIN_ALLOW_THREADS;
7235 wxPyDrawnShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
7236
7237 wxPy_END_ALLOW_THREADS;
7238 } Py_INCREF(Py_None);
7239 _resultobj = Py_None;
7240 return _resultobj;
7241 }
7242
7243 #define wxPyDrawnShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
7244 static PyObject *_wrap_wxPyDrawnShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
7245 PyObject * _resultobj;
7246 wxPyDrawnShape * _arg0;
7247 double _arg1;
7248 double _arg2;
7249 PyObject * _argo0 = 0;
7250 char *_kwnames[] = { "self","w","h", NULL };
7251
7252 self = self;
7253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
7254 return NULL;
7255 if (_argo0) {
7256 if (_argo0 == Py_None) { _arg0 = NULL; }
7257 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7258 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnBeginSize. Expected _wxPyDrawnShape_p.");
7259 return NULL;
7260 }
7261 }
7262 {
7263 wxPy_BEGIN_ALLOW_THREADS;
7264 wxPyDrawnShape_base_OnBeginSize(_arg0,_arg1,_arg2);
7265
7266 wxPy_END_ALLOW_THREADS;
7267 } Py_INCREF(Py_None);
7268 _resultobj = Py_None;
7269 return _resultobj;
7270 }
7271
7272 #define wxPyDrawnShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
7273 static PyObject *_wrap_wxPyDrawnShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
7274 PyObject * _resultobj;
7275 wxPyDrawnShape * _arg0;
7276 double _arg1;
7277 double _arg2;
7278 PyObject * _argo0 = 0;
7279 char *_kwnames[] = { "self","w","h", NULL };
7280
7281 self = self;
7282 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
7283 return NULL;
7284 if (_argo0) {
7285 if (_argo0 == Py_None) { _arg0 = NULL; }
7286 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7287 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEndSize. Expected _wxPyDrawnShape_p.");
7288 return NULL;
7289 }
7290 }
7291 {
7292 wxPy_BEGIN_ALLOW_THREADS;
7293 wxPyDrawnShape_base_OnEndSize(_arg0,_arg1,_arg2);
7294
7295 wxPy_END_ALLOW_THREADS;
7296 } Py_INCREF(Py_None);
7297 _resultobj = Py_None;
7298 return _resultobj;
7299 }
7300
7301 static wxOGLConstraint *new_wxOGLConstraint(int type,wxPyShape *constraining,PyObject *constrained) {
7302 wxList* list = wxPy_wxListHelper(constrained, "_wxPyShape_p");
7303 wxOGLConstraint* rv = new wxOGLConstraint(type, constraining, *list);
7304 delete list;
7305 return rv;
7306 }
7307
7308 static PyObject *_wrap_new_wxOGLConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7309 PyObject * _resultobj;
7310 wxOGLConstraint * _result;
7311 int _arg0;
7312 wxPyShape * _arg1;
7313 PyObject * _arg2;
7314 PyObject * _argo1 = 0;
7315 PyObject * _obj2 = 0;
7316 char *_kwnames[] = { "type","constraining","constrained", NULL };
7317 char _ptemp[128];
7318
7319 self = self;
7320 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"iOO:new_wxOGLConstraint",_kwnames,&_arg0,&_argo1,&_obj2))
7321 return NULL;
7322 if (_argo1) {
7323 if (_argo1 == Py_None) { _arg1 = NULL; }
7324 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
7325 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxOGLConstraint. Expected _wxPyShape_p.");
7326 return NULL;
7327 }
7328 }
7329 {
7330 _arg2 = _obj2;
7331 }
7332 {
7333 wxPy_BEGIN_ALLOW_THREADS;
7334 _result = (wxOGLConstraint *)new_wxOGLConstraint(_arg0,_arg1,_arg2);
7335
7336 wxPy_END_ALLOW_THREADS;
7337 } if (_result) {
7338 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7339 _resultobj = Py_BuildValue("s",_ptemp);
7340 } else {
7341 Py_INCREF(Py_None);
7342 _resultobj = Py_None;
7343 }
7344 return _resultobj;
7345 }
7346
7347 #define delete_wxOGLConstraint(_swigobj) (delete _swigobj)
7348 static PyObject *_wrap_delete_wxOGLConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7349 PyObject * _resultobj;
7350 wxOGLConstraint * _arg0;
7351 PyObject * _argo0 = 0;
7352 char *_kwnames[] = { "self", NULL };
7353
7354 self = self;
7355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxOGLConstraint",_kwnames,&_argo0))
7356 return NULL;
7357 if (_argo0) {
7358 if (_argo0 == Py_None) { _arg0 = NULL; }
7359 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
7360 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxOGLConstraint. Expected _wxOGLConstraint_p.");
7361 return NULL;
7362 }
7363 }
7364 {
7365 wxPy_BEGIN_ALLOW_THREADS;
7366 delete_wxOGLConstraint(_arg0);
7367
7368 wxPy_END_ALLOW_THREADS;
7369 } Py_INCREF(Py_None);
7370 _resultobj = Py_None;
7371 return _resultobj;
7372 }
7373
7374 #define wxOGLConstraint_Evaluate(_swigobj) (_swigobj->Evaluate())
7375 static PyObject *_wrap_wxOGLConstraint_Evaluate(PyObject *self, PyObject *args, PyObject *kwargs) {
7376 PyObject * _resultobj;
7377 bool _result;
7378 wxOGLConstraint * _arg0;
7379 PyObject * _argo0 = 0;
7380 char *_kwnames[] = { "self", NULL };
7381
7382 self = self;
7383 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxOGLConstraint_Evaluate",_kwnames,&_argo0))
7384 return NULL;
7385 if (_argo0) {
7386 if (_argo0 == Py_None) { _arg0 = NULL; }
7387 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
7388 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxOGLConstraint_Evaluate. Expected _wxOGLConstraint_p.");
7389 return NULL;
7390 }
7391 }
7392 {
7393 wxPy_BEGIN_ALLOW_THREADS;
7394 _result = (bool )wxOGLConstraint_Evaluate(_arg0);
7395
7396 wxPy_END_ALLOW_THREADS;
7397 } _resultobj = Py_BuildValue("i",_result);
7398 return _resultobj;
7399 }
7400
7401 #define wxOGLConstraint_SetSpacing(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSpacing(_swigarg0,_swigarg1))
7402 static PyObject *_wrap_wxOGLConstraint_SetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
7403 PyObject * _resultobj;
7404 wxOGLConstraint * _arg0;
7405 double _arg1;
7406 double _arg2;
7407 PyObject * _argo0 = 0;
7408 char *_kwnames[] = { "self","x","y", NULL };
7409
7410 self = self;
7411 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxOGLConstraint_SetSpacing",_kwnames,&_argo0,&_arg1,&_arg2))
7412 return NULL;
7413 if (_argo0) {
7414 if (_argo0 == Py_None) { _arg0 = NULL; }
7415 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
7416 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxOGLConstraint_SetSpacing. Expected _wxOGLConstraint_p.");
7417 return NULL;
7418 }
7419 }
7420 {
7421 wxPy_BEGIN_ALLOW_THREADS;
7422 wxOGLConstraint_SetSpacing(_arg0,_arg1,_arg2);
7423
7424 wxPy_END_ALLOW_THREADS;
7425 } Py_INCREF(Py_None);
7426 _resultobj = Py_None;
7427 return _resultobj;
7428 }
7429
7430 #define wxOGLConstraint_Equals(_swigobj,_swigarg0,_swigarg1) (_swigobj->Equals(_swigarg0,_swigarg1))
7431 static PyObject *_wrap_wxOGLConstraint_Equals(PyObject *self, PyObject *args, PyObject *kwargs) {
7432 PyObject * _resultobj;
7433 bool _result;
7434 wxOGLConstraint * _arg0;
7435 double _arg1;
7436 double _arg2;
7437 PyObject * _argo0 = 0;
7438 char *_kwnames[] = { "self","a","b", NULL };
7439
7440 self = self;
7441 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxOGLConstraint_Equals",_kwnames,&_argo0,&_arg1,&_arg2))
7442 return NULL;
7443 if (_argo0) {
7444 if (_argo0 == Py_None) { _arg0 = NULL; }
7445 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
7446 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxOGLConstraint_Equals. Expected _wxOGLConstraint_p.");
7447 return NULL;
7448 }
7449 }
7450 {
7451 wxPy_BEGIN_ALLOW_THREADS;
7452 _result = (bool )wxOGLConstraint_Equals(_arg0,_arg1,_arg2);
7453
7454 wxPy_END_ALLOW_THREADS;
7455 } _resultobj = Py_BuildValue("i",_result);
7456 return _resultobj;
7457 }
7458
7459 static void *SwigwxPyCompositeShapeTowxPyRectangleShape(void *ptr) {
7460 wxPyCompositeShape *src;
7461 wxPyRectangleShape *dest;
7462 src = (wxPyCompositeShape *) ptr;
7463 dest = (wxPyRectangleShape *) src;
7464 return (void *) dest;
7465 }
7466
7467 static void *SwigwxPyCompositeShapeTowxPyShape(void *ptr) {
7468 wxPyCompositeShape *src;
7469 wxPyShape *dest;
7470 src = (wxPyCompositeShape *) ptr;
7471 dest = (wxPyShape *) src;
7472 return (void *) dest;
7473 }
7474
7475 static void *SwigwxPyCompositeShapeTowxPyShapeEvtHandler(void *ptr) {
7476 wxPyCompositeShape *src;
7477 wxPyShapeEvtHandler *dest;
7478 src = (wxPyCompositeShape *) ptr;
7479 dest = (wxPyShapeEvtHandler *) src;
7480 return (void *) dest;
7481 }
7482
7483 #define new_wxPyCompositeShape() (new wxPyCompositeShape())
7484 static PyObject *_wrap_new_wxPyCompositeShape(PyObject *self, PyObject *args, PyObject *kwargs) {
7485 PyObject * _resultobj;
7486 wxPyCompositeShape * _result;
7487 char *_kwnames[] = { NULL };
7488 char _ptemp[128];
7489
7490 self = self;
7491 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyCompositeShape",_kwnames))
7492 return NULL;
7493 {
7494 wxPy_BEGIN_ALLOW_THREADS;
7495 _result = (wxPyCompositeShape *)new_wxPyCompositeShape();
7496
7497 wxPy_END_ALLOW_THREADS;
7498 } if (_result) {
7499 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyCompositeShape_p");
7500 _resultobj = Py_BuildValue("s",_ptemp);
7501 } else {
7502 Py_INCREF(Py_None);
7503 _resultobj = Py_None;
7504 }
7505 return _resultobj;
7506 }
7507
7508 #define wxPyCompositeShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
7509 static PyObject *_wrap_wxPyCompositeShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
7510 PyObject * _resultobj;
7511 wxPyCompositeShape * _arg0;
7512 PyObject * _arg1;
7513 PyObject * _arg2;
7514 PyObject * _argo0 = 0;
7515 PyObject * _obj1 = 0;
7516 PyObject * _obj2 = 0;
7517 char *_kwnames[] = { "self","self","_class", NULL };
7518
7519 self = self;
7520 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyCompositeShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
7521 return NULL;
7522 if (_argo0) {
7523 if (_argo0 == Py_None) { _arg0 = NULL; }
7524 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7525 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape__setSelf. Expected _wxPyCompositeShape_p.");
7526 return NULL;
7527 }
7528 }
7529 {
7530 _arg1 = _obj1;
7531 }
7532 {
7533 _arg2 = _obj2;
7534 }
7535 {
7536 wxPy_BEGIN_ALLOW_THREADS;
7537 wxPyCompositeShape__setSelf(_arg0,_arg1,_arg2);
7538
7539 wxPy_END_ALLOW_THREADS;
7540 } Py_INCREF(Py_None);
7541 _resultobj = Py_None;
7542 return _resultobj;
7543 }
7544
7545 #define wxPyCompositeShape_AddChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->AddChild(_swigarg0,_swigarg1))
7546 static PyObject *_wrap_wxPyCompositeShape_AddChild(PyObject *self, PyObject *args, PyObject *kwargs) {
7547 PyObject * _resultobj;
7548 wxPyCompositeShape * _arg0;
7549 wxPyShape * _arg1;
7550 wxPyShape * _arg2 = (wxPyShape *) NULL;
7551 PyObject * _argo0 = 0;
7552 PyObject * _argo1 = 0;
7553 PyObject * _argo2 = 0;
7554 char *_kwnames[] = { "self","child","addAfter", NULL };
7555
7556 self = self;
7557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxPyCompositeShape_AddChild",_kwnames,&_argo0,&_argo1,&_argo2))
7558 return NULL;
7559 if (_argo0) {
7560 if (_argo0 == Py_None) { _arg0 = NULL; }
7561 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7562 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddChild. Expected _wxPyCompositeShape_p.");
7563 return NULL;
7564 }
7565 }
7566 if (_argo1) {
7567 if (_argo1 == Py_None) { _arg1 = NULL; }
7568 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
7569 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_AddChild. Expected _wxPyShape_p.");
7570 return NULL;
7571 }
7572 }
7573 if (_argo2) {
7574 if (_argo2 == Py_None) { _arg2 = NULL; }
7575 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyShape_p")) {
7576 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPyCompositeShape_AddChild. Expected _wxPyShape_p.");
7577 return NULL;
7578 }
7579 }
7580 {
7581 wxPy_BEGIN_ALLOW_THREADS;
7582 wxPyCompositeShape_AddChild(_arg0,_arg1,_arg2);
7583
7584 wxPy_END_ALLOW_THREADS;
7585 } Py_INCREF(Py_None);
7586 _resultobj = Py_None;
7587 return _resultobj;
7588 }
7589
7590 #define wxPyCompositeShape_AddConstraint(_swigobj,_swigarg0) (_swigobj->AddConstraint(_swigarg0))
7591 static PyObject *_wrap_wxPyCompositeShape_AddConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7592 PyObject * _resultobj;
7593 wxOGLConstraint * _result;
7594 wxPyCompositeShape * _arg0;
7595 wxOGLConstraint * _arg1;
7596 PyObject * _argo0 = 0;
7597 PyObject * _argo1 = 0;
7598 char *_kwnames[] = { "self","constraint", NULL };
7599 char _ptemp[128];
7600
7601 self = self;
7602 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_AddConstraint",_kwnames,&_argo0,&_argo1))
7603 return NULL;
7604 if (_argo0) {
7605 if (_argo0 == Py_None) { _arg0 = NULL; }
7606 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7607 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddConstraint. Expected _wxPyCompositeShape_p.");
7608 return NULL;
7609 }
7610 }
7611 if (_argo1) {
7612 if (_argo1 == Py_None) { _arg1 = NULL; }
7613 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxOGLConstraint_p")) {
7614 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_AddConstraint. Expected _wxOGLConstraint_p.");
7615 return NULL;
7616 }
7617 }
7618 {
7619 wxPy_BEGIN_ALLOW_THREADS;
7620 _result = (wxOGLConstraint *)wxPyCompositeShape_AddConstraint(_arg0,_arg1);
7621
7622 wxPy_END_ALLOW_THREADS;
7623 } if (_result) {
7624 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7625 _resultobj = Py_BuildValue("s",_ptemp);
7626 } else {
7627 Py_INCREF(Py_None);
7628 _resultobj = Py_None;
7629 }
7630 return _resultobj;
7631 }
7632
7633 static wxOGLConstraint * wxPyCompositeShape_AddConstrainedShapes(wxPyCompositeShape *self,int type,wxPyShape * constraining,PyObject * constrained) {
7634 wxList* list = wxPy_wxListHelper(constrained, "_wxPyShape_p");
7635 wxOGLConstraint* rv = self->AddConstraint(type, constraining, *list);
7636 delete list;
7637 return rv;
7638 }
7639 static PyObject *_wrap_wxPyCompositeShape_AddConstrainedShapes(PyObject *self, PyObject *args, PyObject *kwargs) {
7640 PyObject * _resultobj;
7641 wxOGLConstraint * _result;
7642 wxPyCompositeShape * _arg0;
7643 int _arg1;
7644 wxPyShape * _arg2;
7645 PyObject * _arg3;
7646 PyObject * _argo0 = 0;
7647 PyObject * _argo2 = 0;
7648 PyObject * _obj3 = 0;
7649 char *_kwnames[] = { "self","type","constraining","constrained", NULL };
7650 char _ptemp[128];
7651
7652 self = self;
7653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO:wxPyCompositeShape_AddConstrainedShapes",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3))
7654 return NULL;
7655 if (_argo0) {
7656 if (_argo0 == Py_None) { _arg0 = NULL; }
7657 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7658 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddConstrainedShapes. Expected _wxPyCompositeShape_p.");
7659 return NULL;
7660 }
7661 }
7662 if (_argo2) {
7663 if (_argo2 == Py_None) { _arg2 = NULL; }
7664 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyShape_p")) {
7665 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPyCompositeShape_AddConstrainedShapes. Expected _wxPyShape_p.");
7666 return NULL;
7667 }
7668 }
7669 {
7670 _arg3 = _obj3;
7671 }
7672 {
7673 wxPy_BEGIN_ALLOW_THREADS;
7674 _result = (wxOGLConstraint *)wxPyCompositeShape_AddConstrainedShapes(_arg0,_arg1,_arg2,_arg3);
7675
7676 wxPy_END_ALLOW_THREADS;
7677 } if (_result) {
7678 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7679 _resultobj = Py_BuildValue("s",_ptemp);
7680 } else {
7681 Py_INCREF(Py_None);
7682 _resultobj = Py_None;
7683 }
7684 return _resultobj;
7685 }
7686
7687 #define wxPyCompositeShape_AddSimpleConstraint(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->AddConstraint(_swigarg0,_swigarg1,_swigarg2))
7688 static PyObject *_wrap_wxPyCompositeShape_AddSimpleConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7689 PyObject * _resultobj;
7690 wxOGLConstraint * _result;
7691 wxPyCompositeShape * _arg0;
7692 int _arg1;
7693 wxPyShape * _arg2;
7694 wxPyShape * _arg3;
7695 PyObject * _argo0 = 0;
7696 PyObject * _argo2 = 0;
7697 PyObject * _argo3 = 0;
7698 char *_kwnames[] = { "self","type","constraining","constrained", NULL };
7699 char _ptemp[128];
7700
7701 self = self;
7702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO:wxPyCompositeShape_AddSimpleConstraint",_kwnames,&_argo0,&_arg1,&_argo2,&_argo3))
7703 return NULL;
7704 if (_argo0) {
7705 if (_argo0 == Py_None) { _arg0 = NULL; }
7706 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7707 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddSimpleConstraint. Expected _wxPyCompositeShape_p.");
7708 return NULL;
7709 }
7710 }
7711 if (_argo2) {
7712 if (_argo2 == Py_None) { _arg2 = NULL; }
7713 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyShape_p")) {
7714 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPyCompositeShape_AddSimpleConstraint. Expected _wxPyShape_p.");
7715 return NULL;
7716 }
7717 }
7718 if (_argo3) {
7719 if (_argo3 == Py_None) { _arg3 = NULL; }
7720 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxPyShape_p")) {
7721 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxPyCompositeShape_AddSimpleConstraint. Expected _wxPyShape_p.");
7722 return NULL;
7723 }
7724 }
7725 {
7726 wxPy_BEGIN_ALLOW_THREADS;
7727 _result = (wxOGLConstraint *)wxPyCompositeShape_AddSimpleConstraint(_arg0,_arg1,_arg2,_arg3);
7728
7729 wxPy_END_ALLOW_THREADS;
7730 } if (_result) {
7731 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7732 _resultobj = Py_BuildValue("s",_ptemp);
7733 } else {
7734 Py_INCREF(Py_None);
7735 _resultobj = Py_None;
7736 }
7737 return _resultobj;
7738 }
7739
7740 #define wxPyCompositeShape_CalculateSize(_swigobj) (_swigobj->CalculateSize())
7741 static PyObject *_wrap_wxPyCompositeShape_CalculateSize(PyObject *self, PyObject *args, PyObject *kwargs) {
7742 PyObject * _resultobj;
7743 wxPyCompositeShape * _arg0;
7744 PyObject * _argo0 = 0;
7745 char *_kwnames[] = { "self", NULL };
7746
7747 self = self;
7748 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_CalculateSize",_kwnames,&_argo0))
7749 return NULL;
7750 if (_argo0) {
7751 if (_argo0 == Py_None) { _arg0 = NULL; }
7752 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7753 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_CalculateSize. Expected _wxPyCompositeShape_p.");
7754 return NULL;
7755 }
7756 }
7757 {
7758 wxPy_BEGIN_ALLOW_THREADS;
7759 wxPyCompositeShape_CalculateSize(_arg0);
7760
7761 wxPy_END_ALLOW_THREADS;
7762 } Py_INCREF(Py_None);
7763 _resultobj = Py_None;
7764 return _resultobj;
7765 }
7766
7767 #define wxPyCompositeShape_ContainsDivision(_swigobj,_swigarg0) (_swigobj->ContainsDivision(_swigarg0))
7768 static PyObject *_wrap_wxPyCompositeShape_ContainsDivision(PyObject *self, PyObject *args, PyObject *kwargs) {
7769 PyObject * _resultobj;
7770 bool _result;
7771 wxPyCompositeShape * _arg0;
7772 wxPyDivisionShape * _arg1;
7773 PyObject * _argo0 = 0;
7774 PyObject * _argo1 = 0;
7775 char *_kwnames[] = { "self","division", NULL };
7776
7777 self = self;
7778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_ContainsDivision",_kwnames,&_argo0,&_argo1))
7779 return NULL;
7780 if (_argo0) {
7781 if (_argo0 == Py_None) { _arg0 = NULL; }
7782 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7783 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_ContainsDivision. Expected _wxPyCompositeShape_p.");
7784 return NULL;
7785 }
7786 }
7787 if (_argo1) {
7788 if (_argo1 == Py_None) { _arg1 = NULL; }
7789 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
7790 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_ContainsDivision. Expected _wxPyDivisionShape_p.");
7791 return NULL;
7792 }
7793 }
7794 {
7795 wxPy_BEGIN_ALLOW_THREADS;
7796 _result = (bool )wxPyCompositeShape_ContainsDivision(_arg0,_arg1);
7797
7798 wxPy_END_ALLOW_THREADS;
7799 } _resultobj = Py_BuildValue("i",_result);
7800 return _resultobj;
7801 }
7802
7803 #define wxPyCompositeShape_DeleteConstraint(_swigobj,_swigarg0) (_swigobj->DeleteConstraint(_swigarg0))
7804 static PyObject *_wrap_wxPyCompositeShape_DeleteConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7805 PyObject * _resultobj;
7806 wxPyCompositeShape * _arg0;
7807 wxOGLConstraint * _arg1;
7808 PyObject * _argo0 = 0;
7809 PyObject * _argo1 = 0;
7810 char *_kwnames[] = { "self","constraint", NULL };
7811
7812 self = self;
7813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_DeleteConstraint",_kwnames,&_argo0,&_argo1))
7814 return NULL;
7815 if (_argo0) {
7816 if (_argo0 == Py_None) { _arg0 = NULL; }
7817 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7818 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_DeleteConstraint. Expected _wxPyCompositeShape_p.");
7819 return NULL;
7820 }
7821 }
7822 if (_argo1) {
7823 if (_argo1 == Py_None) { _arg1 = NULL; }
7824 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxOGLConstraint_p")) {
7825 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_DeleteConstraint. Expected _wxOGLConstraint_p.");
7826 return NULL;
7827 }
7828 }
7829 {
7830 wxPy_BEGIN_ALLOW_THREADS;
7831 wxPyCompositeShape_DeleteConstraint(_arg0,_arg1);
7832
7833 wxPy_END_ALLOW_THREADS;
7834 } Py_INCREF(Py_None);
7835 _resultobj = Py_None;
7836 return _resultobj;
7837 }
7838
7839 #define wxPyCompositeShape_DeleteConstraintsInvolvingChild(_swigobj,_swigarg0) (_swigobj->DeleteConstraintsInvolvingChild(_swigarg0))
7840 static PyObject *_wrap_wxPyCompositeShape_DeleteConstraintsInvolvingChild(PyObject *self, PyObject *args, PyObject *kwargs) {
7841 PyObject * _resultobj;
7842 wxPyCompositeShape * _arg0;
7843 wxPyShape * _arg1;
7844 PyObject * _argo0 = 0;
7845 PyObject * _argo1 = 0;
7846 char *_kwnames[] = { "self","child", NULL };
7847
7848 self = self;
7849 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_DeleteConstraintsInvolvingChild",_kwnames,&_argo0,&_argo1))
7850 return NULL;
7851 if (_argo0) {
7852 if (_argo0 == Py_None) { _arg0 = NULL; }
7853 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7854 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_DeleteConstraintsInvolvingChild. Expected _wxPyCompositeShape_p.");
7855 return NULL;
7856 }
7857 }
7858 if (_argo1) {
7859 if (_argo1 == Py_None) { _arg1 = NULL; }
7860 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
7861 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_DeleteConstraintsInvolvingChild. Expected _wxPyShape_p.");
7862 return NULL;
7863 }
7864 }
7865 {
7866 wxPy_BEGIN_ALLOW_THREADS;
7867 wxPyCompositeShape_DeleteConstraintsInvolvingChild(_arg0,_arg1);
7868
7869 wxPy_END_ALLOW_THREADS;
7870 } Py_INCREF(Py_None);
7871 _resultobj = Py_None;
7872 return _resultobj;
7873 }
7874
7875 #define wxPyCompositeShape_FindContainerImage(_swigobj) (_swigobj->FindContainerImage())
7876 static PyObject *_wrap_wxPyCompositeShape_FindContainerImage(PyObject *self, PyObject *args, PyObject *kwargs) {
7877 PyObject * _resultobj;
7878 wxPyShape * _result;
7879 wxPyCompositeShape * _arg0;
7880 PyObject * _argo0 = 0;
7881 char *_kwnames[] = { "self", NULL };
7882 char _ptemp[128];
7883
7884 self = self;
7885 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_FindContainerImage",_kwnames,&_argo0))
7886 return NULL;
7887 if (_argo0) {
7888 if (_argo0 == Py_None) { _arg0 = NULL; }
7889 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7890 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_FindContainerImage. Expected _wxPyCompositeShape_p.");
7891 return NULL;
7892 }
7893 }
7894 {
7895 wxPy_BEGIN_ALLOW_THREADS;
7896 _result = (wxPyShape *)wxPyCompositeShape_FindContainerImage(_arg0);
7897
7898 wxPy_END_ALLOW_THREADS;
7899 } if (_result) {
7900 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyShape_p");
7901 _resultobj = Py_BuildValue("s",_ptemp);
7902 } else {
7903 Py_INCREF(Py_None);
7904 _resultobj = Py_None;
7905 }
7906 return _resultobj;
7907 }
7908
7909 static PyObject * wxPyCompositeShape_GetConstraints(wxPyCompositeShape *self) {
7910 wxList& list = self->GetConstraints();
7911 return wxPy_ConvertList(&list, "wxOGLConstraint");
7912 }
7913 static PyObject *_wrap_wxPyCompositeShape_GetConstraints(PyObject *self, PyObject *args, PyObject *kwargs) {
7914 PyObject * _resultobj;
7915 PyObject * _result;
7916 wxPyCompositeShape * _arg0;
7917 PyObject * _argo0 = 0;
7918 char *_kwnames[] = { "self", NULL };
7919
7920 self = self;
7921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_GetConstraints",_kwnames,&_argo0))
7922 return NULL;
7923 if (_argo0) {
7924 if (_argo0 == Py_None) { _arg0 = NULL; }
7925 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7926 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_GetConstraints. Expected _wxPyCompositeShape_p.");
7927 return NULL;
7928 }
7929 }
7930 {
7931 wxPy_BEGIN_ALLOW_THREADS;
7932 _result = (PyObject *)wxPyCompositeShape_GetConstraints(_arg0);
7933
7934 wxPy_END_ALLOW_THREADS;
7935 }{
7936 _resultobj = _result;
7937 }
7938 return _resultobj;
7939 }
7940
7941 static PyObject * wxPyCompositeShape_GetDivisions(wxPyCompositeShape *self) {
7942 wxList& list = self->GetDivisions();
7943 return wxPy_ConvertList(&list, "wxPyDivisionShape");
7944 }
7945 static PyObject *_wrap_wxPyCompositeShape_GetDivisions(PyObject *self, PyObject *args, PyObject *kwargs) {
7946 PyObject * _resultobj;
7947 PyObject * _result;
7948 wxPyCompositeShape * _arg0;
7949 PyObject * _argo0 = 0;
7950 char *_kwnames[] = { "self", NULL };
7951
7952 self = self;
7953 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_GetDivisions",_kwnames,&_argo0))
7954 return NULL;
7955 if (_argo0) {
7956 if (_argo0 == Py_None) { _arg0 = NULL; }
7957 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7958 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_GetDivisions. Expected _wxPyCompositeShape_p.");
7959 return NULL;
7960 }
7961 }
7962 {
7963 wxPy_BEGIN_ALLOW_THREADS;
7964 _result = (PyObject *)wxPyCompositeShape_GetDivisions(_arg0);
7965
7966 wxPy_END_ALLOW_THREADS;
7967 }{
7968 _resultobj = _result;
7969 }
7970 return _resultobj;
7971 }
7972
7973 #define wxPyCompositeShape_MakeContainer(_swigobj) (_swigobj->MakeContainer())
7974 static PyObject *_wrap_wxPyCompositeShape_MakeContainer(PyObject *self, PyObject *args, PyObject *kwargs) {
7975 PyObject * _resultobj;
7976 wxPyCompositeShape * _arg0;
7977 PyObject * _argo0 = 0;
7978 char *_kwnames[] = { "self", NULL };
7979
7980 self = self;
7981 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_MakeContainer",_kwnames,&_argo0))
7982 return NULL;
7983 if (_argo0) {
7984 if (_argo0 == Py_None) { _arg0 = NULL; }
7985 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7986 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_MakeContainer. Expected _wxPyCompositeShape_p.");
7987 return NULL;
7988 }
7989 }
7990 {
7991 wxPy_BEGIN_ALLOW_THREADS;
7992 wxPyCompositeShape_MakeContainer(_arg0);
7993
7994 wxPy_END_ALLOW_THREADS;
7995 } Py_INCREF(Py_None);
7996 _resultobj = Py_None;
7997 return _resultobj;
7998 }
7999
8000 #define wxPyCompositeShape_Recompute(_swigobj) (_swigobj->Recompute())
8001 static PyObject *_wrap_wxPyCompositeShape_Recompute(PyObject *self, PyObject *args, PyObject *kwargs) {
8002 PyObject * _resultobj;
8003 bool _result;
8004 wxPyCompositeShape * _arg0;
8005 PyObject * _argo0 = 0;
8006 char *_kwnames[] = { "self", NULL };
8007
8008 self = self;
8009 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_Recompute",_kwnames,&_argo0))
8010 return NULL;
8011 if (_argo0) {
8012 if (_argo0 == Py_None) { _arg0 = NULL; }
8013 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8014 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_Recompute. Expected _wxPyCompositeShape_p.");
8015 return NULL;
8016 }
8017 }
8018 {
8019 wxPy_BEGIN_ALLOW_THREADS;
8020 _result = (bool )wxPyCompositeShape_Recompute(_arg0);
8021
8022 wxPy_END_ALLOW_THREADS;
8023 } _resultobj = Py_BuildValue("i",_result);
8024 return _resultobj;
8025 }
8026
8027 #define wxPyCompositeShape_RemoveChild(_swigobj,_swigarg0) (_swigobj->RemoveChild(_swigarg0))
8028 static PyObject *_wrap_wxPyCompositeShape_RemoveChild(PyObject *self, PyObject *args, PyObject *kwargs) {
8029 PyObject * _resultobj;
8030 wxPyCompositeShape * _arg0;
8031 wxPyShape * _arg1;
8032 PyObject * _argo0 = 0;
8033 PyObject * _argo1 = 0;
8034 char *_kwnames[] = { "self","child", NULL };
8035
8036 self = self;
8037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_RemoveChild",_kwnames,&_argo0,&_argo1))
8038 return NULL;
8039 if (_argo0) {
8040 if (_argo0 == Py_None) { _arg0 = NULL; }
8041 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8042 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_RemoveChild. Expected _wxPyCompositeShape_p.");
8043 return NULL;
8044 }
8045 }
8046 if (_argo1) {
8047 if (_argo1 == Py_None) { _arg1 = NULL; }
8048 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
8049 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_RemoveChild. Expected _wxPyShape_p.");
8050 return NULL;
8051 }
8052 }
8053 {
8054 wxPy_BEGIN_ALLOW_THREADS;
8055 wxPyCompositeShape_RemoveChild(_arg0,_arg1);
8056
8057 wxPy_END_ALLOW_THREADS;
8058 } Py_INCREF(Py_None);
8059 _resultobj = Py_None;
8060 return _resultobj;
8061 }
8062
8063 #define wxPyCompositeShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
8064 static PyObject *_wrap_wxPyCompositeShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
8065 PyObject * _resultobj;
8066 wxPyCompositeShape * _arg0;
8067 PyObject * _argo0 = 0;
8068 char *_kwnames[] = { "self", NULL };
8069
8070 self = self;
8071 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_base_OnDelete",_kwnames,&_argo0))
8072 return NULL;
8073 if (_argo0) {
8074 if (_argo0 == Py_None) { _arg0 = NULL; }
8075 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8076 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDelete. Expected _wxPyCompositeShape_p.");
8077 return NULL;
8078 }
8079 }
8080 {
8081 wxPy_BEGIN_ALLOW_THREADS;
8082 wxPyCompositeShape_base_OnDelete(_arg0);
8083
8084 wxPy_END_ALLOW_THREADS;
8085 } Py_INCREF(Py_None);
8086 _resultobj = Py_None;
8087 return _resultobj;
8088 }
8089
8090 #define wxPyCompositeShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
8091 static PyObject *_wrap_wxPyCompositeShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
8092 PyObject * _resultobj;
8093 wxPyCompositeShape * _arg0;
8094 wxDC * _arg1;
8095 PyObject * _argo0 = 0;
8096 PyObject * _argo1 = 0;
8097 char *_kwnames[] = { "self","dc", NULL };
8098
8099 self = self;
8100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
8101 return NULL;
8102 if (_argo0) {
8103 if (_argo0 == Py_None) { _arg0 = NULL; }
8104 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8105 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDraw. Expected _wxPyCompositeShape_p.");
8106 return NULL;
8107 }
8108 }
8109 if (_argo1) {
8110 if (_argo1 == Py_None) { _arg1 = NULL; }
8111 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8112 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDraw. Expected _wxDC_p.");
8113 return NULL;
8114 }
8115 }
8116 {
8117 wxPy_BEGIN_ALLOW_THREADS;
8118 wxPyCompositeShape_base_OnDraw(_arg0,*_arg1);
8119
8120 wxPy_END_ALLOW_THREADS;
8121 } Py_INCREF(Py_None);
8122 _resultobj = Py_None;
8123 return _resultobj;
8124 }
8125
8126 #define wxPyCompositeShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
8127 static PyObject *_wrap_wxPyCompositeShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
8128 PyObject * _resultobj;
8129 wxPyCompositeShape * _arg0;
8130 wxDC * _arg1;
8131 PyObject * _argo0 = 0;
8132 PyObject * _argo1 = 0;
8133 char *_kwnames[] = { "self","dc", NULL };
8134
8135 self = self;
8136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
8137 return NULL;
8138 if (_argo0) {
8139 if (_argo0 == Py_None) { _arg0 = NULL; }
8140 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8141 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawContents. Expected _wxPyCompositeShape_p.");
8142 return NULL;
8143 }
8144 }
8145 if (_argo1) {
8146 if (_argo1 == Py_None) { _arg1 = NULL; }
8147 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8148 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawContents. Expected _wxDC_p.");
8149 return NULL;
8150 }
8151 }
8152 {
8153 wxPy_BEGIN_ALLOW_THREADS;
8154 wxPyCompositeShape_base_OnDrawContents(_arg0,*_arg1);
8155
8156 wxPy_END_ALLOW_THREADS;
8157 } Py_INCREF(Py_None);
8158 _resultobj = Py_None;
8159 return _resultobj;
8160 }
8161
8162 #define wxPyCompositeShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
8163 static PyObject *_wrap_wxPyCompositeShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
8164 PyObject * _resultobj;
8165 wxPyCompositeShape * _arg0;
8166 wxDC * _arg1;
8167 bool _arg2 = (bool ) FALSE;
8168 PyObject * _argo0 = 0;
8169 PyObject * _argo1 = 0;
8170 int tempbool2 = (int) FALSE;
8171 char *_kwnames[] = { "self","dc","erase", NULL };
8172
8173 self = self;
8174 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyCompositeShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
8175 return NULL;
8176 if (_argo0) {
8177 if (_argo0 == Py_None) { _arg0 = NULL; }
8178 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8179 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawBranches. Expected _wxPyCompositeShape_p.");
8180 return NULL;
8181 }
8182 }
8183 if (_argo1) {
8184 if (_argo1 == Py_None) { _arg1 = NULL; }
8185 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8186 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawBranches. Expected _wxDC_p.");
8187 return NULL;
8188 }
8189 }
8190 _arg2 = (bool ) tempbool2;
8191 {
8192 wxPy_BEGIN_ALLOW_THREADS;
8193 wxPyCompositeShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
8194
8195 wxPy_END_ALLOW_THREADS;
8196 } Py_INCREF(Py_None);
8197 _resultobj = Py_None;
8198 return _resultobj;
8199 }
8200
8201 #define wxPyCompositeShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
8202 static PyObject *_wrap_wxPyCompositeShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
8203 PyObject * _resultobj;
8204 wxPyCompositeShape * _arg0;
8205 wxDC * _arg1;
8206 PyObject * _argo0 = 0;
8207 PyObject * _argo1 = 0;
8208 char *_kwnames[] = { "self","dc", NULL };
8209
8210 self = self;
8211 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
8212 return NULL;
8213 if (_argo0) {
8214 if (_argo0 == Py_None) { _arg0 = NULL; }
8215 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8216 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMoveLinks. Expected _wxPyCompositeShape_p.");
8217 return NULL;
8218 }
8219 }
8220 if (_argo1) {
8221 if (_argo1 == Py_None) { _arg1 = NULL; }
8222 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8223 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMoveLinks. Expected _wxDC_p.");
8224 return NULL;
8225 }
8226 }
8227 {
8228 wxPy_BEGIN_ALLOW_THREADS;
8229 wxPyCompositeShape_base_OnMoveLinks(_arg0,*_arg1);
8230
8231 wxPy_END_ALLOW_THREADS;
8232 } Py_INCREF(Py_None);
8233 _resultobj = Py_None;
8234 return _resultobj;
8235 }
8236
8237 #define wxPyCompositeShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
8238 static PyObject *_wrap_wxPyCompositeShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
8239 PyObject * _resultobj;
8240 wxPyCompositeShape * _arg0;
8241 wxDC * _arg1;
8242 PyObject * _argo0 = 0;
8243 PyObject * _argo1 = 0;
8244 char *_kwnames[] = { "self","dc", NULL };
8245
8246 self = self;
8247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnErase",_kwnames,&_argo0,&_argo1))
8248 return NULL;
8249 if (_argo0) {
8250 if (_argo0 == Py_None) { _arg0 = NULL; }
8251 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8252 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnErase. Expected _wxPyCompositeShape_p.");
8253 return NULL;
8254 }
8255 }
8256 if (_argo1) {
8257 if (_argo1 == Py_None) { _arg1 = NULL; }
8258 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8259 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnErase. Expected _wxDC_p.");
8260 return NULL;
8261 }
8262 }
8263 {
8264 wxPy_BEGIN_ALLOW_THREADS;
8265 wxPyCompositeShape_base_OnErase(_arg0,*_arg1);
8266
8267 wxPy_END_ALLOW_THREADS;
8268 } Py_INCREF(Py_None);
8269 _resultobj = Py_None;
8270 return _resultobj;
8271 }
8272
8273 #define wxPyCompositeShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
8274 static PyObject *_wrap_wxPyCompositeShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
8275 PyObject * _resultobj;
8276 wxPyCompositeShape * _arg0;
8277 wxDC * _arg1;
8278 PyObject * _argo0 = 0;
8279 PyObject * _argo1 = 0;
8280 char *_kwnames[] = { "self","dc", NULL };
8281
8282 self = self;
8283 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
8284 return NULL;
8285 if (_argo0) {
8286 if (_argo0 == Py_None) { _arg0 = NULL; }
8287 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8288 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEraseContents. Expected _wxPyCompositeShape_p.");
8289 return NULL;
8290 }
8291 }
8292 if (_argo1) {
8293 if (_argo1 == Py_None) { _arg1 = NULL; }
8294 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8295 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnEraseContents. Expected _wxDC_p.");
8296 return NULL;
8297 }
8298 }
8299 {
8300 wxPy_BEGIN_ALLOW_THREADS;
8301 wxPyCompositeShape_base_OnEraseContents(_arg0,*_arg1);
8302
8303 wxPy_END_ALLOW_THREADS;
8304 } Py_INCREF(Py_None);
8305 _resultobj = Py_None;
8306 return _resultobj;
8307 }
8308
8309 #define wxPyCompositeShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
8310 static PyObject *_wrap_wxPyCompositeShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
8311 PyObject * _resultobj;
8312 wxPyCompositeShape * _arg0;
8313 wxDC * _arg1;
8314 PyObject * _argo0 = 0;
8315 PyObject * _argo1 = 0;
8316 char *_kwnames[] = { "self","dc", NULL };
8317
8318 self = self;
8319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
8320 return NULL;
8321 if (_argo0) {
8322 if (_argo0 == Py_None) { _arg0 = NULL; }
8323 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8324 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnHighlight. Expected _wxPyCompositeShape_p.");
8325 return NULL;
8326 }
8327 }
8328 if (_argo1) {
8329 if (_argo1 == Py_None) { _arg1 = NULL; }
8330 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8331 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnHighlight. Expected _wxDC_p.");
8332 return NULL;
8333 }
8334 }
8335 {
8336 wxPy_BEGIN_ALLOW_THREADS;
8337 wxPyCompositeShape_base_OnHighlight(_arg0,*_arg1);
8338
8339 wxPy_END_ALLOW_THREADS;
8340 } Py_INCREF(Py_None);
8341 _resultobj = Py_None;
8342 return _resultobj;
8343 }
8344
8345 #define wxPyCompositeShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8346 static PyObject *_wrap_wxPyCompositeShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
8347 PyObject * _resultobj;
8348 wxPyCompositeShape * _arg0;
8349 double _arg1;
8350 double _arg2;
8351 int _arg3 = (int ) 0;
8352 int _arg4 = (int ) 0;
8353 PyObject * _argo0 = 0;
8354 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8355
8356 self = self;
8357 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8358 return NULL;
8359 if (_argo0) {
8360 if (_argo0 == Py_None) { _arg0 = NULL; }
8361 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8362 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnLeftClick. Expected _wxPyCompositeShape_p.");
8363 return NULL;
8364 }
8365 }
8366 {
8367 wxPy_BEGIN_ALLOW_THREADS;
8368 wxPyCompositeShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
8369
8370 wxPy_END_ALLOW_THREADS;
8371 } Py_INCREF(Py_None);
8372 _resultobj = Py_None;
8373 return _resultobj;
8374 }
8375
8376 #define wxPyCompositeShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8377 static PyObject *_wrap_wxPyCompositeShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
8378 PyObject * _resultobj;
8379 wxPyCompositeShape * _arg0;
8380 double _arg1;
8381 double _arg2;
8382 int _arg3 = (int ) 0;
8383 int _arg4 = (int ) 0;
8384 PyObject * _argo0 = 0;
8385 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8386
8387 self = self;
8388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8389 return NULL;
8390 if (_argo0) {
8391 if (_argo0 == Py_None) { _arg0 = NULL; }
8392 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8393 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnLeftDoubleClick. Expected _wxPyCompositeShape_p.");
8394 return NULL;
8395 }
8396 }
8397 {
8398 wxPy_BEGIN_ALLOW_THREADS;
8399 wxPyCompositeShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
8400
8401 wxPy_END_ALLOW_THREADS;
8402 } Py_INCREF(Py_None);
8403 _resultobj = Py_None;
8404 return _resultobj;
8405 }
8406
8407 #define wxPyCompositeShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8408 static PyObject *_wrap_wxPyCompositeShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
8409 PyObject * _resultobj;
8410 wxPyCompositeShape * _arg0;
8411 double _arg1;
8412 double _arg2;
8413 int _arg3 = (int ) 0;
8414 int _arg4 = (int ) 0;
8415 PyObject * _argo0 = 0;
8416 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8417
8418 self = self;
8419 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8420 return NULL;
8421 if (_argo0) {
8422 if (_argo0 == Py_None) { _arg0 = NULL; }
8423 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8424 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnRightClick. Expected _wxPyCompositeShape_p.");
8425 return NULL;
8426 }
8427 }
8428 {
8429 wxPy_BEGIN_ALLOW_THREADS;
8430 wxPyCompositeShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
8431
8432 wxPy_END_ALLOW_THREADS;
8433 } Py_INCREF(Py_None);
8434 _resultobj = Py_None;
8435 return _resultobj;
8436 }
8437
8438 #define wxPyCompositeShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
8439 static PyObject *_wrap_wxPyCompositeShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8440 PyObject * _resultobj;
8441 wxPyCompositeShape * _arg0;
8442 double _arg1;
8443 double _arg2;
8444 PyObject * _argo0 = 0;
8445 char *_kwnames[] = { "self","x","y", NULL };
8446
8447 self = self;
8448 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyCompositeShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
8449 return NULL;
8450 if (_argo0) {
8451 if (_argo0 == Py_None) { _arg0 = NULL; }
8452 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8453 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSize. Expected _wxPyCompositeShape_p.");
8454 return NULL;
8455 }
8456 }
8457 {
8458 wxPy_BEGIN_ALLOW_THREADS;
8459 wxPyCompositeShape_base_OnSize(_arg0,_arg1,_arg2);
8460
8461 wxPy_END_ALLOW_THREADS;
8462 } Py_INCREF(Py_None);
8463 _resultobj = Py_None;
8464 return _resultobj;
8465 }
8466
8467 #define wxPyCompositeShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8468 static PyObject *_wrap_wxPyCompositeShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
8469 PyObject * _resultobj;
8470 bool _result;
8471 wxPyCompositeShape * _arg0;
8472 wxDC * _arg1;
8473 double _arg2;
8474 double _arg3;
8475 double _arg4;
8476 double _arg5;
8477 bool _arg6 = (bool ) TRUE;
8478 PyObject * _argo0 = 0;
8479 PyObject * _argo1 = 0;
8480 int tempbool6 = (int) TRUE;
8481 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
8482
8483 self = self;
8484 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyCompositeShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
8485 return NULL;
8486 if (_argo0) {
8487 if (_argo0 == Py_None) { _arg0 = NULL; }
8488 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8489 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMovePre. Expected _wxPyCompositeShape_p.");
8490 return NULL;
8491 }
8492 }
8493 if (_argo1) {
8494 if (_argo1 == Py_None) { _arg1 = NULL; }
8495 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8496 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMovePre. Expected _wxDC_p.");
8497 return NULL;
8498 }
8499 }
8500 _arg6 = (bool ) tempbool6;
8501 {
8502 wxPy_BEGIN_ALLOW_THREADS;
8503 _result = (bool )wxPyCompositeShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
8504
8505 wxPy_END_ALLOW_THREADS;
8506 } _resultobj = Py_BuildValue("i",_result);
8507 return _resultobj;
8508 }
8509
8510 #define wxPyCompositeShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8511 static PyObject *_wrap_wxPyCompositeShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
8512 PyObject * _resultobj;
8513 wxPyCompositeShape * _arg0;
8514 wxDC * _arg1;
8515 double _arg2;
8516 double _arg3;
8517 double _arg4;
8518 double _arg5;
8519 bool _arg6 = (bool ) TRUE;
8520 PyObject * _argo0 = 0;
8521 PyObject * _argo1 = 0;
8522 int tempbool6 = (int) TRUE;
8523 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
8524
8525 self = self;
8526 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyCompositeShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
8527 return NULL;
8528 if (_argo0) {
8529 if (_argo0 == Py_None) { _arg0 = NULL; }
8530 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8531 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMovePost. Expected _wxPyCompositeShape_p.");
8532 return NULL;
8533 }
8534 }
8535 if (_argo1) {
8536 if (_argo1 == Py_None) { _arg1 = NULL; }
8537 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8538 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMovePost. Expected _wxDC_p.");
8539 return NULL;
8540 }
8541 }
8542 _arg6 = (bool ) tempbool6;
8543 {
8544 wxPy_BEGIN_ALLOW_THREADS;
8545 wxPyCompositeShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
8546
8547 wxPy_END_ALLOW_THREADS;
8548 } Py_INCREF(Py_None);
8549 _resultobj = Py_None;
8550 return _resultobj;
8551 }
8552
8553 #define wxPyCompositeShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8554 static PyObject *_wrap_wxPyCompositeShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8555 PyObject * _resultobj;
8556 wxPyCompositeShape * _arg0;
8557 bool _arg1;
8558 double _arg2;
8559 double _arg3;
8560 int _arg4 = (int ) 0;
8561 int _arg5 = (int ) 0;
8562 PyObject * _argo0 = 0;
8563 int tempbool1;
8564 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
8565
8566 self = self;
8567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyCompositeShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
8568 return NULL;
8569 if (_argo0) {
8570 if (_argo0 == Py_None) { _arg0 = NULL; }
8571 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8572 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDragLeft. Expected _wxPyCompositeShape_p.");
8573 return NULL;
8574 }
8575 }
8576 _arg1 = (bool ) tempbool1;
8577 {
8578 wxPy_BEGIN_ALLOW_THREADS;
8579 wxPyCompositeShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8580
8581 wxPy_END_ALLOW_THREADS;
8582 } Py_INCREF(Py_None);
8583 _resultobj = Py_None;
8584 return _resultobj;
8585 }
8586
8587 #define wxPyCompositeShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8588 static PyObject *_wrap_wxPyCompositeShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8589 PyObject * _resultobj;
8590 wxPyCompositeShape * _arg0;
8591 double _arg1;
8592 double _arg2;
8593 int _arg3 = (int ) 0;
8594 int _arg4 = (int ) 0;
8595 PyObject * _argo0 = 0;
8596 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8597
8598 self = self;
8599 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8600 return NULL;
8601 if (_argo0) {
8602 if (_argo0 == Py_None) { _arg0 = NULL; }
8603 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8604 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnBeginDragLeft. Expected _wxPyCompositeShape_p.");
8605 return NULL;
8606 }
8607 }
8608 {
8609 wxPy_BEGIN_ALLOW_THREADS;
8610 wxPyCompositeShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
8611
8612 wxPy_END_ALLOW_THREADS;
8613 } Py_INCREF(Py_None);
8614 _resultobj = Py_None;
8615 return _resultobj;
8616 }
8617
8618 #define wxPyCompositeShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8619 static PyObject *_wrap_wxPyCompositeShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8620 PyObject * _resultobj;
8621 wxPyCompositeShape * _arg0;
8622 double _arg1;
8623 double _arg2;
8624 int _arg3 = (int ) 0;
8625 int _arg4 = (int ) 0;
8626 PyObject * _argo0 = 0;
8627 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8628
8629 self = self;
8630 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8631 return NULL;
8632 if (_argo0) {
8633 if (_argo0 == Py_None) { _arg0 = NULL; }
8634 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8635 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEndDragLeft. Expected _wxPyCompositeShape_p.");
8636 return NULL;
8637 }
8638 }
8639 {
8640 wxPy_BEGIN_ALLOW_THREADS;
8641 wxPyCompositeShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
8642
8643 wxPy_END_ALLOW_THREADS;
8644 } Py_INCREF(Py_None);
8645 _resultobj = Py_None;
8646 return _resultobj;
8647 }
8648
8649 #define wxPyCompositeShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8650 static PyObject *_wrap_wxPyCompositeShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
8651 PyObject * _resultobj;
8652 wxPyCompositeShape * _arg0;
8653 bool _arg1;
8654 double _arg2;
8655 double _arg3;
8656 int _arg4 = (int ) 0;
8657 int _arg5 = (int ) 0;
8658 PyObject * _argo0 = 0;
8659 int tempbool1;
8660 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
8661
8662 self = self;
8663 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyCompositeShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
8664 return NULL;
8665 if (_argo0) {
8666 if (_argo0 == Py_None) { _arg0 = NULL; }
8667 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8668 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDragRight. Expected _wxPyCompositeShape_p.");
8669 return NULL;
8670 }
8671 }
8672 _arg1 = (bool ) tempbool1;
8673 {
8674 wxPy_BEGIN_ALLOW_THREADS;
8675 wxPyCompositeShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8676
8677 wxPy_END_ALLOW_THREADS;
8678 } Py_INCREF(Py_None);
8679 _resultobj = Py_None;
8680 return _resultobj;
8681 }
8682
8683 #define wxPyCompositeShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8684 static PyObject *_wrap_wxPyCompositeShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
8685 PyObject * _resultobj;
8686 wxPyCompositeShape * _arg0;
8687 double _arg1;
8688 double _arg2;
8689 int _arg3 = (int ) 0;
8690 int _arg4 = (int ) 0;
8691 PyObject * _argo0 = 0;
8692 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8693
8694 self = self;
8695 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8696 return NULL;
8697 if (_argo0) {
8698 if (_argo0 == Py_None) { _arg0 = NULL; }
8699 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8700 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnBeginDragRight. Expected _wxPyCompositeShape_p.");
8701 return NULL;
8702 }
8703 }
8704 {
8705 wxPy_BEGIN_ALLOW_THREADS;
8706 wxPyCompositeShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
8707
8708 wxPy_END_ALLOW_THREADS;
8709 } Py_INCREF(Py_None);
8710 _resultobj = Py_None;
8711 return _resultobj;
8712 }
8713
8714 #define wxPyCompositeShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8715 static PyObject *_wrap_wxPyCompositeShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
8716 PyObject * _resultobj;
8717 wxPyCompositeShape * _arg0;
8718 double _arg1;
8719 double _arg2;
8720 int _arg3 = (int ) 0;
8721 int _arg4 = (int ) 0;
8722 PyObject * _argo0 = 0;
8723 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8724
8725 self = self;
8726 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8727 return NULL;
8728 if (_argo0) {
8729 if (_argo0 == Py_None) { _arg0 = NULL; }
8730 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8731 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEndDragRight. Expected _wxPyCompositeShape_p.");
8732 return NULL;
8733 }
8734 }
8735 {
8736 wxPy_BEGIN_ALLOW_THREADS;
8737 wxPyCompositeShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
8738
8739 wxPy_END_ALLOW_THREADS;
8740 } Py_INCREF(Py_None);
8741 _resultobj = Py_None;
8742 return _resultobj;
8743 }
8744
8745 #define wxPyCompositeShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8746 static PyObject *_wrap_wxPyCompositeShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
8747 PyObject * _resultobj;
8748 wxPyCompositeShape * _arg0;
8749 wxDC * _arg1;
8750 double _arg2;
8751 double _arg3;
8752 double _arg4;
8753 double _arg5;
8754 PyObject * _argo0 = 0;
8755 PyObject * _argo1 = 0;
8756 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
8757
8758 self = self;
8759 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyCompositeShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
8760 return NULL;
8761 if (_argo0) {
8762 if (_argo0 == Py_None) { _arg0 = NULL; }
8763 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8764 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawOutline. Expected _wxPyCompositeShape_p.");
8765 return NULL;
8766 }
8767 }
8768 if (_argo1) {
8769 if (_argo1 == Py_None) { _arg1 = NULL; }
8770 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8771 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawOutline. Expected _wxDC_p.");
8772 return NULL;
8773 }
8774 }
8775 {
8776 wxPy_BEGIN_ALLOW_THREADS;
8777 wxPyCompositeShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
8778
8779 wxPy_END_ALLOW_THREADS;
8780 } Py_INCREF(Py_None);
8781 _resultobj = Py_None;
8782 return _resultobj;
8783 }
8784
8785 #define wxPyCompositeShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
8786 static PyObject *_wrap_wxPyCompositeShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
8787 PyObject * _resultobj;
8788 wxPyCompositeShape * _arg0;
8789 wxDC * _arg1;
8790 PyObject * _argo0 = 0;
8791 PyObject * _argo1 = 0;
8792 char *_kwnames[] = { "self","dc", NULL };
8793
8794 self = self;
8795 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
8796 return NULL;
8797 if (_argo0) {
8798 if (_argo0 == Py_None) { _arg0 = NULL; }
8799 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8800 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawControlPoints. Expected _wxPyCompositeShape_p.");
8801 return NULL;
8802 }
8803 }
8804 if (_argo1) {
8805 if (_argo1 == Py_None) { _arg1 = NULL; }
8806 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8807 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawControlPoints. Expected _wxDC_p.");
8808 return NULL;
8809 }
8810 }
8811 {
8812 wxPy_BEGIN_ALLOW_THREADS;
8813 wxPyCompositeShape_base_OnDrawControlPoints(_arg0,*_arg1);
8814
8815 wxPy_END_ALLOW_THREADS;
8816 } Py_INCREF(Py_None);
8817 _resultobj = Py_None;
8818 return _resultobj;
8819 }
8820
8821 #define wxPyCompositeShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
8822 static PyObject *_wrap_wxPyCompositeShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
8823 PyObject * _resultobj;
8824 wxPyCompositeShape * _arg0;
8825 wxDC * _arg1;
8826 PyObject * _argo0 = 0;
8827 PyObject * _argo1 = 0;
8828 char *_kwnames[] = { "self","dc", NULL };
8829
8830 self = self;
8831 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
8832 return NULL;
8833 if (_argo0) {
8834 if (_argo0 == Py_None) { _arg0 = NULL; }
8835 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8836 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEraseControlPoints. Expected _wxPyCompositeShape_p.");
8837 return NULL;
8838 }
8839 }
8840 if (_argo1) {
8841 if (_argo1 == Py_None) { _arg1 = NULL; }
8842 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8843 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnEraseControlPoints. Expected _wxDC_p.");
8844 return NULL;
8845 }
8846 }
8847 {
8848 wxPy_BEGIN_ALLOW_THREADS;
8849 wxPyCompositeShape_base_OnEraseControlPoints(_arg0,*_arg1);
8850
8851 wxPy_END_ALLOW_THREADS;
8852 } Py_INCREF(Py_None);
8853 _resultobj = Py_None;
8854 return _resultobj;
8855 }
8856
8857 #define wxPyCompositeShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
8858 static PyObject *_wrap_wxPyCompositeShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
8859 PyObject * _resultobj;
8860 wxPyCompositeShape * _arg0;
8861 wxDC * _arg1;
8862 bool _arg2 = (bool ) TRUE;
8863 PyObject * _argo0 = 0;
8864 PyObject * _argo1 = 0;
8865 int tempbool2 = (int) TRUE;
8866 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
8867
8868 self = self;
8869 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyCompositeShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
8870 return NULL;
8871 if (_argo0) {
8872 if (_argo0 == Py_None) { _arg0 = NULL; }
8873 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8874 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMoveLink. Expected _wxPyCompositeShape_p.");
8875 return NULL;
8876 }
8877 }
8878 if (_argo1) {
8879 if (_argo1 == Py_None) { _arg1 = NULL; }
8880 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8881 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMoveLink. Expected _wxDC_p.");
8882 return NULL;
8883 }
8884 }
8885 _arg2 = (bool ) tempbool2;
8886 {
8887 wxPy_BEGIN_ALLOW_THREADS;
8888 wxPyCompositeShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
8889
8890 wxPy_END_ALLOW_THREADS;
8891 } Py_INCREF(Py_None);
8892 _resultobj = Py_None;
8893 return _resultobj;
8894 }
8895
8896 #define wxPyCompositeShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8897 static PyObject *_wrap_wxPyCompositeShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8898 PyObject * _resultobj;
8899 wxPyCompositeShape * _arg0;
8900 wxPyControlPoint * _arg1;
8901 bool _arg2;
8902 double _arg3;
8903 double _arg4;
8904 int _arg5 = (int ) 0;
8905 int _arg6 = (int ) 0;
8906 PyObject * _argo0 = 0;
8907 PyObject * _argo1 = 0;
8908 int tempbool2;
8909 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
8910
8911 self = self;
8912 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyCompositeShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
8913 return NULL;
8914 if (_argo0) {
8915 if (_argo0 == Py_None) { _arg0 = NULL; }
8916 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8917 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSizingDragLeft. Expected _wxPyCompositeShape_p.");
8918 return NULL;
8919 }
8920 }
8921 if (_argo1) {
8922 if (_argo1 == Py_None) { _arg1 = NULL; }
8923 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
8924 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
8925 return NULL;
8926 }
8927 }
8928 _arg2 = (bool ) tempbool2;
8929 {
8930 wxPy_BEGIN_ALLOW_THREADS;
8931 wxPyCompositeShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
8932
8933 wxPy_END_ALLOW_THREADS;
8934 } Py_INCREF(Py_None);
8935 _resultobj = Py_None;
8936 return _resultobj;
8937 }
8938
8939 #define wxPyCompositeShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8940 static PyObject *_wrap_wxPyCompositeShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8941 PyObject * _resultobj;
8942 wxPyCompositeShape * _arg0;
8943 wxPyControlPoint * _arg1;
8944 double _arg2;
8945 double _arg3;
8946 int _arg4 = (int ) 0;
8947 int _arg5 = (int ) 0;
8948 PyObject * _argo0 = 0;
8949 PyObject * _argo1 = 0;
8950 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
8951
8952 self = self;
8953 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyCompositeShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
8954 return NULL;
8955 if (_argo0) {
8956 if (_argo0 == Py_None) { _arg0 = NULL; }
8957 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8958 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSizingBeginDragLeft. Expected _wxPyCompositeShape_p.");
8959 return NULL;
8960 }
8961 }
8962 if (_argo1) {
8963 if (_argo1 == Py_None) { _arg1 = NULL; }
8964 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
8965 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
8966 return NULL;
8967 }
8968 }
8969 {
8970 wxPy_BEGIN_ALLOW_THREADS;
8971 wxPyCompositeShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8972
8973 wxPy_END_ALLOW_THREADS;
8974 } Py_INCREF(Py_None);
8975 _resultobj = Py_None;
8976 return _resultobj;
8977 }
8978
8979 #define wxPyCompositeShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8980 static PyObject *_wrap_wxPyCompositeShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8981 PyObject * _resultobj;
8982 wxPyCompositeShape * _arg0;
8983 wxPyControlPoint * _arg1;
8984 double _arg2;
8985 double _arg3;
8986 int _arg4 = (int ) 0;
8987 int _arg5 = (int ) 0;
8988 PyObject * _argo0 = 0;
8989 PyObject * _argo1 = 0;
8990 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
8991
8992 self = self;
8993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyCompositeShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
8994 return NULL;
8995 if (_argo0) {
8996 if (_argo0 == Py_None) { _arg0 = NULL; }
8997 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8998 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSizingEndDragLeft. Expected _wxPyCompositeShape_p.");
8999 return NULL;
9000 }
9001 }
9002 if (_argo1) {
9003 if (_argo1 == Py_None) { _arg1 = NULL; }
9004 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
9005 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
9006 return NULL;
9007 }
9008 }
9009 {
9010 wxPy_BEGIN_ALLOW_THREADS;
9011 wxPyCompositeShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
9012
9013 wxPy_END_ALLOW_THREADS;
9014 } Py_INCREF(Py_None);
9015 _resultobj = Py_None;
9016 return _resultobj;
9017 }
9018
9019 #define wxPyCompositeShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
9020 static PyObject *_wrap_wxPyCompositeShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9021 PyObject * _resultobj;
9022 wxPyCompositeShape * _arg0;
9023 double _arg1;
9024 double _arg2;
9025 PyObject * _argo0 = 0;
9026 char *_kwnames[] = { "self","w","h", NULL };
9027
9028 self = self;
9029 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyCompositeShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
9030 return NULL;
9031 if (_argo0) {
9032 if (_argo0 == Py_None) { _arg0 = NULL; }
9033 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
9034 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnBeginSize. Expected _wxPyCompositeShape_p.");
9035 return NULL;
9036 }
9037 }
9038 {
9039 wxPy_BEGIN_ALLOW_THREADS;
9040 wxPyCompositeShape_base_OnBeginSize(_arg0,_arg1,_arg2);
9041
9042 wxPy_END_ALLOW_THREADS;
9043 } Py_INCREF(Py_None);
9044 _resultobj = Py_None;
9045 return _resultobj;
9046 }
9047
9048 #define wxPyCompositeShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
9049 static PyObject *_wrap_wxPyCompositeShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9050 PyObject * _resultobj;
9051 wxPyCompositeShape * _arg0;
9052 double _arg1;
9053 double _arg2;
9054 PyObject * _argo0 = 0;
9055 char *_kwnames[] = { "self","w","h", NULL };
9056
9057 self = self;
9058 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyCompositeShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
9059 return NULL;
9060 if (_argo0) {
9061 if (_argo0 == Py_None) { _arg0 = NULL; }
9062 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
9063 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEndSize. Expected _wxPyCompositeShape_p.");
9064 return NULL;
9065 }
9066 }
9067 {
9068 wxPy_BEGIN_ALLOW_THREADS;
9069 wxPyCompositeShape_base_OnEndSize(_arg0,_arg1,_arg2);
9070
9071 wxPy_END_ALLOW_THREADS;
9072 } Py_INCREF(Py_None);
9073 _resultobj = Py_None;
9074 return _resultobj;
9075 }
9076
9077 static void *SwigwxPyDividedShapeTowxPyRectangleShape(void *ptr) {
9078 wxPyDividedShape *src;
9079 wxPyRectangleShape *dest;
9080 src = (wxPyDividedShape *) ptr;
9081 dest = (wxPyRectangleShape *) src;
9082 return (void *) dest;
9083 }
9084
9085 static void *SwigwxPyDividedShapeTowxPyShape(void *ptr) {
9086 wxPyDividedShape *src;
9087 wxPyShape *dest;
9088 src = (wxPyDividedShape *) ptr;
9089 dest = (wxPyShape *) src;
9090 return (void *) dest;
9091 }
9092
9093 static void *SwigwxPyDividedShapeTowxPyShapeEvtHandler(void *ptr) {
9094 wxPyDividedShape *src;
9095 wxPyShapeEvtHandler *dest;
9096 src = (wxPyDividedShape *) ptr;
9097 dest = (wxPyShapeEvtHandler *) src;
9098 return (void *) dest;
9099 }
9100
9101 #define new_wxPyDividedShape(_swigarg0,_swigarg1) (new wxPyDividedShape(_swigarg0,_swigarg1))
9102 static PyObject *_wrap_new_wxPyDividedShape(PyObject *self, PyObject *args, PyObject *kwargs) {
9103 PyObject * _resultobj;
9104 wxPyDividedShape * _result;
9105 double _arg0 = (double ) 0.0;
9106 double _arg1 = (double ) 0.0;
9107 char *_kwnames[] = { "width","height", NULL };
9108 char _ptemp[128];
9109
9110 self = self;
9111 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|dd:new_wxPyDividedShape",_kwnames,&_arg0,&_arg1))
9112 return NULL;
9113 {
9114 wxPy_BEGIN_ALLOW_THREADS;
9115 _result = (wxPyDividedShape *)new_wxPyDividedShape(_arg0,_arg1);
9116
9117 wxPy_END_ALLOW_THREADS;
9118 } if (_result) {
9119 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDividedShape_p");
9120 _resultobj = Py_BuildValue("s",_ptemp);
9121 } else {
9122 Py_INCREF(Py_None);
9123 _resultobj = Py_None;
9124 }
9125 return _resultobj;
9126 }
9127
9128 #define wxPyDividedShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
9129 static PyObject *_wrap_wxPyDividedShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
9130 PyObject * _resultobj;
9131 wxPyDividedShape * _arg0;
9132 PyObject * _arg1;
9133 PyObject * _arg2;
9134 PyObject * _argo0 = 0;
9135 PyObject * _obj1 = 0;
9136 PyObject * _obj2 = 0;
9137 char *_kwnames[] = { "self","self","_class", NULL };
9138
9139 self = self;
9140 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDividedShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
9141 return NULL;
9142 if (_argo0) {
9143 if (_argo0 == Py_None) { _arg0 = NULL; }
9144 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9145 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape__setSelf. Expected _wxPyDividedShape_p.");
9146 return NULL;
9147 }
9148 }
9149 {
9150 _arg1 = _obj1;
9151 }
9152 {
9153 _arg2 = _obj2;
9154 }
9155 {
9156 wxPy_BEGIN_ALLOW_THREADS;
9157 wxPyDividedShape__setSelf(_arg0,_arg1,_arg2);
9158
9159 wxPy_END_ALLOW_THREADS;
9160 } Py_INCREF(Py_None);
9161 _resultobj = Py_None;
9162 return _resultobj;
9163 }
9164
9165 #define wxPyDividedShape_EditRegions(_swigobj) (_swigobj->EditRegions())
9166 static PyObject *_wrap_wxPyDividedShape_EditRegions(PyObject *self, PyObject *args, PyObject *kwargs) {
9167 PyObject * _resultobj;
9168 wxPyDividedShape * _arg0;
9169 PyObject * _argo0 = 0;
9170 char *_kwnames[] = { "self", NULL };
9171
9172 self = self;
9173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDividedShape_EditRegions",_kwnames,&_argo0))
9174 return NULL;
9175 if (_argo0) {
9176 if (_argo0 == Py_None) { _arg0 = NULL; }
9177 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9178 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_EditRegions. Expected _wxPyDividedShape_p.");
9179 return NULL;
9180 }
9181 }
9182 {
9183 wxPy_BEGIN_ALLOW_THREADS;
9184 wxPyDividedShape_EditRegions(_arg0);
9185
9186 wxPy_END_ALLOW_THREADS;
9187 } Py_INCREF(Py_None);
9188 _resultobj = Py_None;
9189 return _resultobj;
9190 }
9191
9192 #define wxPyDividedShape_SetRegionSizes(_swigobj) (_swigobj->SetRegionSizes())
9193 static PyObject *_wrap_wxPyDividedShape_SetRegionSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
9194 PyObject * _resultobj;
9195 wxPyDividedShape * _arg0;
9196 PyObject * _argo0 = 0;
9197 char *_kwnames[] = { "self", NULL };
9198
9199 self = self;
9200 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDividedShape_SetRegionSizes",_kwnames,&_argo0))
9201 return NULL;
9202 if (_argo0) {
9203 if (_argo0 == Py_None) { _arg0 = NULL; }
9204 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9205 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_SetRegionSizes. Expected _wxPyDividedShape_p.");
9206 return NULL;
9207 }
9208 }
9209 {
9210 wxPy_BEGIN_ALLOW_THREADS;
9211 wxPyDividedShape_SetRegionSizes(_arg0);
9212
9213 wxPy_END_ALLOW_THREADS;
9214 } Py_INCREF(Py_None);
9215 _resultobj = Py_None;
9216 return _resultobj;
9217 }
9218
9219 #define wxPyDividedShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
9220 static PyObject *_wrap_wxPyDividedShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
9221 PyObject * _resultobj;
9222 wxPyDividedShape * _arg0;
9223 PyObject * _argo0 = 0;
9224 char *_kwnames[] = { "self", NULL };
9225
9226 self = self;
9227 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDividedShape_base_OnDelete",_kwnames,&_argo0))
9228 return NULL;
9229 if (_argo0) {
9230 if (_argo0 == Py_None) { _arg0 = NULL; }
9231 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9232 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDelete. Expected _wxPyDividedShape_p.");
9233 return NULL;
9234 }
9235 }
9236 {
9237 wxPy_BEGIN_ALLOW_THREADS;
9238 wxPyDividedShape_base_OnDelete(_arg0);
9239
9240 wxPy_END_ALLOW_THREADS;
9241 } Py_INCREF(Py_None);
9242 _resultobj = Py_None;
9243 return _resultobj;
9244 }
9245
9246 #define wxPyDividedShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
9247 static PyObject *_wrap_wxPyDividedShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
9248 PyObject * _resultobj;
9249 wxPyDividedShape * _arg0;
9250 wxDC * _arg1;
9251 PyObject * _argo0 = 0;
9252 PyObject * _argo1 = 0;
9253 char *_kwnames[] = { "self","dc", NULL };
9254
9255 self = self;
9256 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
9257 return NULL;
9258 if (_argo0) {
9259 if (_argo0 == Py_None) { _arg0 = NULL; }
9260 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9261 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDraw. Expected _wxPyDividedShape_p.");
9262 return NULL;
9263 }
9264 }
9265 if (_argo1) {
9266 if (_argo1 == Py_None) { _arg1 = NULL; }
9267 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9268 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDraw. Expected _wxDC_p.");
9269 return NULL;
9270 }
9271 }
9272 {
9273 wxPy_BEGIN_ALLOW_THREADS;
9274 wxPyDividedShape_base_OnDraw(_arg0,*_arg1);
9275
9276 wxPy_END_ALLOW_THREADS;
9277 } Py_INCREF(Py_None);
9278 _resultobj = Py_None;
9279 return _resultobj;
9280 }
9281
9282 #define wxPyDividedShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
9283 static PyObject *_wrap_wxPyDividedShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
9284 PyObject * _resultobj;
9285 wxPyDividedShape * _arg0;
9286 wxDC * _arg1;
9287 PyObject * _argo0 = 0;
9288 PyObject * _argo1 = 0;
9289 char *_kwnames[] = { "self","dc", NULL };
9290
9291 self = self;
9292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
9293 return NULL;
9294 if (_argo0) {
9295 if (_argo0 == Py_None) { _arg0 = NULL; }
9296 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9297 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawContents. Expected _wxPyDividedShape_p.");
9298 return NULL;
9299 }
9300 }
9301 if (_argo1) {
9302 if (_argo1 == Py_None) { _arg1 = NULL; }
9303 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9304 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawContents. Expected _wxDC_p.");
9305 return NULL;
9306 }
9307 }
9308 {
9309 wxPy_BEGIN_ALLOW_THREADS;
9310 wxPyDividedShape_base_OnDrawContents(_arg0,*_arg1);
9311
9312 wxPy_END_ALLOW_THREADS;
9313 } Py_INCREF(Py_None);
9314 _resultobj = Py_None;
9315 return _resultobj;
9316 }
9317
9318 #define wxPyDividedShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
9319 static PyObject *_wrap_wxPyDividedShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
9320 PyObject * _resultobj;
9321 wxPyDividedShape * _arg0;
9322 wxDC * _arg1;
9323 bool _arg2 = (bool ) FALSE;
9324 PyObject * _argo0 = 0;
9325 PyObject * _argo1 = 0;
9326 int tempbool2 = (int) FALSE;
9327 char *_kwnames[] = { "self","dc","erase", NULL };
9328
9329 self = self;
9330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDividedShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
9331 return NULL;
9332 if (_argo0) {
9333 if (_argo0 == Py_None) { _arg0 = NULL; }
9334 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9335 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawBranches. Expected _wxPyDividedShape_p.");
9336 return NULL;
9337 }
9338 }
9339 if (_argo1) {
9340 if (_argo1 == Py_None) { _arg1 = NULL; }
9341 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9342 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawBranches. Expected _wxDC_p.");
9343 return NULL;
9344 }
9345 }
9346 _arg2 = (bool ) tempbool2;
9347 {
9348 wxPy_BEGIN_ALLOW_THREADS;
9349 wxPyDividedShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
9350
9351 wxPy_END_ALLOW_THREADS;
9352 } Py_INCREF(Py_None);
9353 _resultobj = Py_None;
9354 return _resultobj;
9355 }
9356
9357 #define wxPyDividedShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
9358 static PyObject *_wrap_wxPyDividedShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
9359 PyObject * _resultobj;
9360 wxPyDividedShape * _arg0;
9361 wxDC * _arg1;
9362 PyObject * _argo0 = 0;
9363 PyObject * _argo1 = 0;
9364 char *_kwnames[] = { "self","dc", NULL };
9365
9366 self = self;
9367 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
9368 return NULL;
9369 if (_argo0) {
9370 if (_argo0 == Py_None) { _arg0 = NULL; }
9371 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9372 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMoveLinks. Expected _wxPyDividedShape_p.");
9373 return NULL;
9374 }
9375 }
9376 if (_argo1) {
9377 if (_argo1 == Py_None) { _arg1 = NULL; }
9378 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9379 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMoveLinks. Expected _wxDC_p.");
9380 return NULL;
9381 }
9382 }
9383 {
9384 wxPy_BEGIN_ALLOW_THREADS;
9385 wxPyDividedShape_base_OnMoveLinks(_arg0,*_arg1);
9386
9387 wxPy_END_ALLOW_THREADS;
9388 } Py_INCREF(Py_None);
9389 _resultobj = Py_None;
9390 return _resultobj;
9391 }
9392
9393 #define wxPyDividedShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
9394 static PyObject *_wrap_wxPyDividedShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
9395 PyObject * _resultobj;
9396 wxPyDividedShape * _arg0;
9397 wxDC * _arg1;
9398 PyObject * _argo0 = 0;
9399 PyObject * _argo1 = 0;
9400 char *_kwnames[] = { "self","dc", NULL };
9401
9402 self = self;
9403 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnErase",_kwnames,&_argo0,&_argo1))
9404 return NULL;
9405 if (_argo0) {
9406 if (_argo0 == Py_None) { _arg0 = NULL; }
9407 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9408 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnErase. Expected _wxPyDividedShape_p.");
9409 return NULL;
9410 }
9411 }
9412 if (_argo1) {
9413 if (_argo1 == Py_None) { _arg1 = NULL; }
9414 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9415 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnErase. Expected _wxDC_p.");
9416 return NULL;
9417 }
9418 }
9419 {
9420 wxPy_BEGIN_ALLOW_THREADS;
9421 wxPyDividedShape_base_OnErase(_arg0,*_arg1);
9422
9423 wxPy_END_ALLOW_THREADS;
9424 } Py_INCREF(Py_None);
9425 _resultobj = Py_None;
9426 return _resultobj;
9427 }
9428
9429 #define wxPyDividedShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
9430 static PyObject *_wrap_wxPyDividedShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
9431 PyObject * _resultobj;
9432 wxPyDividedShape * _arg0;
9433 wxDC * _arg1;
9434 PyObject * _argo0 = 0;
9435 PyObject * _argo1 = 0;
9436 char *_kwnames[] = { "self","dc", NULL };
9437
9438 self = self;
9439 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
9440 return NULL;
9441 if (_argo0) {
9442 if (_argo0 == Py_None) { _arg0 = NULL; }
9443 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9444 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEraseContents. Expected _wxPyDividedShape_p.");
9445 return NULL;
9446 }
9447 }
9448 if (_argo1) {
9449 if (_argo1 == Py_None) { _arg1 = NULL; }
9450 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9451 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnEraseContents. Expected _wxDC_p.");
9452 return NULL;
9453 }
9454 }
9455 {
9456 wxPy_BEGIN_ALLOW_THREADS;
9457 wxPyDividedShape_base_OnEraseContents(_arg0,*_arg1);
9458
9459 wxPy_END_ALLOW_THREADS;
9460 } Py_INCREF(Py_None);
9461 _resultobj = Py_None;
9462 return _resultobj;
9463 }
9464
9465 #define wxPyDividedShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
9466 static PyObject *_wrap_wxPyDividedShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
9467 PyObject * _resultobj;
9468 wxPyDividedShape * _arg0;
9469 wxDC * _arg1;
9470 PyObject * _argo0 = 0;
9471 PyObject * _argo1 = 0;
9472 char *_kwnames[] = { "self","dc", NULL };
9473
9474 self = self;
9475 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
9476 return NULL;
9477 if (_argo0) {
9478 if (_argo0 == Py_None) { _arg0 = NULL; }
9479 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9480 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnHighlight. Expected _wxPyDividedShape_p.");
9481 return NULL;
9482 }
9483 }
9484 if (_argo1) {
9485 if (_argo1 == Py_None) { _arg1 = NULL; }
9486 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9487 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnHighlight. Expected _wxDC_p.");
9488 return NULL;
9489 }
9490 }
9491 {
9492 wxPy_BEGIN_ALLOW_THREADS;
9493 wxPyDividedShape_base_OnHighlight(_arg0,*_arg1);
9494
9495 wxPy_END_ALLOW_THREADS;
9496 } Py_INCREF(Py_None);
9497 _resultobj = Py_None;
9498 return _resultobj;
9499 }
9500
9501 #define wxPyDividedShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9502 static PyObject *_wrap_wxPyDividedShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
9503 PyObject * _resultobj;
9504 wxPyDividedShape * _arg0;
9505 double _arg1;
9506 double _arg2;
9507 int _arg3 = (int ) 0;
9508 int _arg4 = (int ) 0;
9509 PyObject * _argo0 = 0;
9510 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9511
9512 self = self;
9513 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9514 return NULL;
9515 if (_argo0) {
9516 if (_argo0 == Py_None) { _arg0 = NULL; }
9517 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9518 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnLeftClick. Expected _wxPyDividedShape_p.");
9519 return NULL;
9520 }
9521 }
9522 {
9523 wxPy_BEGIN_ALLOW_THREADS;
9524 wxPyDividedShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
9525
9526 wxPy_END_ALLOW_THREADS;
9527 } Py_INCREF(Py_None);
9528 _resultobj = Py_None;
9529 return _resultobj;
9530 }
9531
9532 #define wxPyDividedShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9533 static PyObject *_wrap_wxPyDividedShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
9534 PyObject * _resultobj;
9535 wxPyDividedShape * _arg0;
9536 double _arg1;
9537 double _arg2;
9538 int _arg3 = (int ) 0;
9539 int _arg4 = (int ) 0;
9540 PyObject * _argo0 = 0;
9541 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9542
9543 self = self;
9544 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9545 return NULL;
9546 if (_argo0) {
9547 if (_argo0 == Py_None) { _arg0 = NULL; }
9548 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9549 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnLeftDoubleClick. Expected _wxPyDividedShape_p.");
9550 return NULL;
9551 }
9552 }
9553 {
9554 wxPy_BEGIN_ALLOW_THREADS;
9555 wxPyDividedShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
9556
9557 wxPy_END_ALLOW_THREADS;
9558 } Py_INCREF(Py_None);
9559 _resultobj = Py_None;
9560 return _resultobj;
9561 }
9562
9563 #define wxPyDividedShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9564 static PyObject *_wrap_wxPyDividedShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
9565 PyObject * _resultobj;
9566 wxPyDividedShape * _arg0;
9567 double _arg1;
9568 double _arg2;
9569 int _arg3 = (int ) 0;
9570 int _arg4 = (int ) 0;
9571 PyObject * _argo0 = 0;
9572 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9573
9574 self = self;
9575 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9576 return NULL;
9577 if (_argo0) {
9578 if (_argo0 == Py_None) { _arg0 = NULL; }
9579 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9580 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnRightClick. Expected _wxPyDividedShape_p.");
9581 return NULL;
9582 }
9583 }
9584 {
9585 wxPy_BEGIN_ALLOW_THREADS;
9586 wxPyDividedShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
9587
9588 wxPy_END_ALLOW_THREADS;
9589 } Py_INCREF(Py_None);
9590 _resultobj = Py_None;
9591 return _resultobj;
9592 }
9593
9594 #define wxPyDividedShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
9595 static PyObject *_wrap_wxPyDividedShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9596 PyObject * _resultobj;
9597 wxPyDividedShape * _arg0;
9598 double _arg1;
9599 double _arg2;
9600 PyObject * _argo0 = 0;
9601 char *_kwnames[] = { "self","x","y", NULL };
9602
9603 self = self;
9604 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDividedShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
9605 return NULL;
9606 if (_argo0) {
9607 if (_argo0 == Py_None) { _arg0 = NULL; }
9608 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9609 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSize. Expected _wxPyDividedShape_p.");
9610 return NULL;
9611 }
9612 }
9613 {
9614 wxPy_BEGIN_ALLOW_THREADS;
9615 wxPyDividedShape_base_OnSize(_arg0,_arg1,_arg2);
9616
9617 wxPy_END_ALLOW_THREADS;
9618 } Py_INCREF(Py_None);
9619 _resultobj = Py_None;
9620 return _resultobj;
9621 }
9622
9623 #define wxPyDividedShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9624 static PyObject *_wrap_wxPyDividedShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
9625 PyObject * _resultobj;
9626 bool _result;
9627 wxPyDividedShape * _arg0;
9628 wxDC * _arg1;
9629 double _arg2;
9630 double _arg3;
9631 double _arg4;
9632 double _arg5;
9633 bool _arg6 = (bool ) TRUE;
9634 PyObject * _argo0 = 0;
9635 PyObject * _argo1 = 0;
9636 int tempbool6 = (int) TRUE;
9637 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
9638
9639 self = self;
9640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDividedShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
9641 return NULL;
9642 if (_argo0) {
9643 if (_argo0 == Py_None) { _arg0 = NULL; }
9644 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9645 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMovePre. Expected _wxPyDividedShape_p.");
9646 return NULL;
9647 }
9648 }
9649 if (_argo1) {
9650 if (_argo1 == Py_None) { _arg1 = NULL; }
9651 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9652 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMovePre. Expected _wxDC_p.");
9653 return NULL;
9654 }
9655 }
9656 _arg6 = (bool ) tempbool6;
9657 {
9658 wxPy_BEGIN_ALLOW_THREADS;
9659 _result = (bool )wxPyDividedShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
9660
9661 wxPy_END_ALLOW_THREADS;
9662 } _resultobj = Py_BuildValue("i",_result);
9663 return _resultobj;
9664 }
9665
9666 #define wxPyDividedShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9667 static PyObject *_wrap_wxPyDividedShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
9668 PyObject * _resultobj;
9669 wxPyDividedShape * _arg0;
9670 wxDC * _arg1;
9671 double _arg2;
9672 double _arg3;
9673 double _arg4;
9674 double _arg5;
9675 bool _arg6 = (bool ) TRUE;
9676 PyObject * _argo0 = 0;
9677 PyObject * _argo1 = 0;
9678 int tempbool6 = (int) TRUE;
9679 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
9680
9681 self = self;
9682 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDividedShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
9683 return NULL;
9684 if (_argo0) {
9685 if (_argo0 == Py_None) { _arg0 = NULL; }
9686 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9687 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMovePost. Expected _wxPyDividedShape_p.");
9688 return NULL;
9689 }
9690 }
9691 if (_argo1) {
9692 if (_argo1 == Py_None) { _arg1 = NULL; }
9693 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9694 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMovePost. Expected _wxDC_p.");
9695 return NULL;
9696 }
9697 }
9698 _arg6 = (bool ) tempbool6;
9699 {
9700 wxPy_BEGIN_ALLOW_THREADS;
9701 wxPyDividedShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
9702
9703 wxPy_END_ALLOW_THREADS;
9704 } Py_INCREF(Py_None);
9705 _resultobj = Py_None;
9706 return _resultobj;
9707 }
9708
9709 #define wxPyDividedShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9710 static PyObject *_wrap_wxPyDividedShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
9711 PyObject * _resultobj;
9712 wxPyDividedShape * _arg0;
9713 bool _arg1;
9714 double _arg2;
9715 double _arg3;
9716 int _arg4 = (int ) 0;
9717 int _arg5 = (int ) 0;
9718 PyObject * _argo0 = 0;
9719 int tempbool1;
9720 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
9721
9722 self = self;
9723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDividedShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
9724 return NULL;
9725 if (_argo0) {
9726 if (_argo0 == Py_None) { _arg0 = NULL; }
9727 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9728 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDragLeft. Expected _wxPyDividedShape_p.");
9729 return NULL;
9730 }
9731 }
9732 _arg1 = (bool ) tempbool1;
9733 {
9734 wxPy_BEGIN_ALLOW_THREADS;
9735 wxPyDividedShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
9736
9737 wxPy_END_ALLOW_THREADS;
9738 } Py_INCREF(Py_None);
9739 _resultobj = Py_None;
9740 return _resultobj;
9741 }
9742
9743 #define wxPyDividedShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9744 static PyObject *_wrap_wxPyDividedShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
9745 PyObject * _resultobj;
9746 wxPyDividedShape * _arg0;
9747 double _arg1;
9748 double _arg2;
9749 int _arg3 = (int ) 0;
9750 int _arg4 = (int ) 0;
9751 PyObject * _argo0 = 0;
9752 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9753
9754 self = self;
9755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9756 return NULL;
9757 if (_argo0) {
9758 if (_argo0 == Py_None) { _arg0 = NULL; }
9759 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9760 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnBeginDragLeft. Expected _wxPyDividedShape_p.");
9761 return NULL;
9762 }
9763 }
9764 {
9765 wxPy_BEGIN_ALLOW_THREADS;
9766 wxPyDividedShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
9767
9768 wxPy_END_ALLOW_THREADS;
9769 } Py_INCREF(Py_None);
9770 _resultobj = Py_None;
9771 return _resultobj;
9772 }
9773
9774 #define wxPyDividedShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9775 static PyObject *_wrap_wxPyDividedShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
9776 PyObject * _resultobj;
9777 wxPyDividedShape * _arg0;
9778 double _arg1;
9779 double _arg2;
9780 int _arg3 = (int ) 0;
9781 int _arg4 = (int ) 0;
9782 PyObject * _argo0 = 0;
9783 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9784
9785 self = self;
9786 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9787 return NULL;
9788 if (_argo0) {
9789 if (_argo0 == Py_None) { _arg0 = NULL; }
9790 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9791 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEndDragLeft. Expected _wxPyDividedShape_p.");
9792 return NULL;
9793 }
9794 }
9795 {
9796 wxPy_BEGIN_ALLOW_THREADS;
9797 wxPyDividedShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
9798
9799 wxPy_END_ALLOW_THREADS;
9800 } Py_INCREF(Py_None);
9801 _resultobj = Py_None;
9802 return _resultobj;
9803 }
9804
9805 #define wxPyDividedShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9806 static PyObject *_wrap_wxPyDividedShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
9807 PyObject * _resultobj;
9808 wxPyDividedShape * _arg0;
9809 bool _arg1;
9810 double _arg2;
9811 double _arg3;
9812 int _arg4 = (int ) 0;
9813 int _arg5 = (int ) 0;
9814 PyObject * _argo0 = 0;
9815 int tempbool1;
9816 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
9817
9818 self = self;
9819 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDividedShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
9820 return NULL;
9821 if (_argo0) {
9822 if (_argo0 == Py_None) { _arg0 = NULL; }
9823 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9824 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDragRight. Expected _wxPyDividedShape_p.");
9825 return NULL;
9826 }
9827 }
9828 _arg1 = (bool ) tempbool1;
9829 {
9830 wxPy_BEGIN_ALLOW_THREADS;
9831 wxPyDividedShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
9832
9833 wxPy_END_ALLOW_THREADS;
9834 } Py_INCREF(Py_None);
9835 _resultobj = Py_None;
9836 return _resultobj;
9837 }
9838
9839 #define wxPyDividedShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9840 static PyObject *_wrap_wxPyDividedShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
9841 PyObject * _resultobj;
9842 wxPyDividedShape * _arg0;
9843 double _arg1;
9844 double _arg2;
9845 int _arg3 = (int ) 0;
9846 int _arg4 = (int ) 0;
9847 PyObject * _argo0 = 0;
9848 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9849
9850 self = self;
9851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9852 return NULL;
9853 if (_argo0) {
9854 if (_argo0 == Py_None) { _arg0 = NULL; }
9855 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9856 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnBeginDragRight. Expected _wxPyDividedShape_p.");
9857 return NULL;
9858 }
9859 }
9860 {
9861 wxPy_BEGIN_ALLOW_THREADS;
9862 wxPyDividedShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
9863
9864 wxPy_END_ALLOW_THREADS;
9865 } Py_INCREF(Py_None);
9866 _resultobj = Py_None;
9867 return _resultobj;
9868 }
9869
9870 #define wxPyDividedShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9871 static PyObject *_wrap_wxPyDividedShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
9872 PyObject * _resultobj;
9873 wxPyDividedShape * _arg0;
9874 double _arg1;
9875 double _arg2;
9876 int _arg3 = (int ) 0;
9877 int _arg4 = (int ) 0;
9878 PyObject * _argo0 = 0;
9879 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9880
9881 self = self;
9882 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9883 return NULL;
9884 if (_argo0) {
9885 if (_argo0 == Py_None) { _arg0 = NULL; }
9886 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9887 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEndDragRight. Expected _wxPyDividedShape_p.");
9888 return NULL;
9889 }
9890 }
9891 {
9892 wxPy_BEGIN_ALLOW_THREADS;
9893 wxPyDividedShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
9894
9895 wxPy_END_ALLOW_THREADS;
9896 } Py_INCREF(Py_None);
9897 _resultobj = Py_None;
9898 return _resultobj;
9899 }
9900
9901 #define wxPyDividedShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9902 static PyObject *_wrap_wxPyDividedShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
9903 PyObject * _resultobj;
9904 wxPyDividedShape * _arg0;
9905 wxDC * _arg1;
9906 double _arg2;
9907 double _arg3;
9908 double _arg4;
9909 double _arg5;
9910 PyObject * _argo0 = 0;
9911 PyObject * _argo1 = 0;
9912 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
9913
9914 self = self;
9915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyDividedShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
9916 return NULL;
9917 if (_argo0) {
9918 if (_argo0 == Py_None) { _arg0 = NULL; }
9919 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9920 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawOutline. Expected _wxPyDividedShape_p.");
9921 return NULL;
9922 }
9923 }
9924 if (_argo1) {
9925 if (_argo1 == Py_None) { _arg1 = NULL; }
9926 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9927 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawOutline. Expected _wxDC_p.");
9928 return NULL;
9929 }
9930 }
9931 {
9932 wxPy_BEGIN_ALLOW_THREADS;
9933 wxPyDividedShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
9934
9935 wxPy_END_ALLOW_THREADS;
9936 } Py_INCREF(Py_None);
9937 _resultobj = Py_None;
9938 return _resultobj;
9939 }
9940
9941 #define wxPyDividedShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
9942 static PyObject *_wrap_wxPyDividedShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
9943 PyObject * _resultobj;
9944 wxPyDividedShape * _arg0;
9945 wxDC * _arg1;
9946 PyObject * _argo0 = 0;
9947 PyObject * _argo1 = 0;
9948 char *_kwnames[] = { "self","dc", NULL };
9949
9950 self = self;
9951 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
9952 return NULL;
9953 if (_argo0) {
9954 if (_argo0 == Py_None) { _arg0 = NULL; }
9955 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9956 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawControlPoints. Expected _wxPyDividedShape_p.");
9957 return NULL;
9958 }
9959 }
9960 if (_argo1) {
9961 if (_argo1 == Py_None) { _arg1 = NULL; }
9962 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9963 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawControlPoints. Expected _wxDC_p.");
9964 return NULL;
9965 }
9966 }
9967 {
9968 wxPy_BEGIN_ALLOW_THREADS;
9969 wxPyDividedShape_base_OnDrawControlPoints(_arg0,*_arg1);
9970
9971 wxPy_END_ALLOW_THREADS;
9972 } Py_INCREF(Py_None);
9973 _resultobj = Py_None;
9974 return _resultobj;
9975 }
9976
9977 #define wxPyDividedShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
9978 static PyObject *_wrap_wxPyDividedShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
9979 PyObject * _resultobj;
9980 wxPyDividedShape * _arg0;
9981 wxDC * _arg1;
9982 PyObject * _argo0 = 0;
9983 PyObject * _argo1 = 0;
9984 char *_kwnames[] = { "self","dc", NULL };
9985
9986 self = self;
9987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
9988 return NULL;
9989 if (_argo0) {
9990 if (_argo0 == Py_None) { _arg0 = NULL; }
9991 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9992 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEraseControlPoints. Expected _wxPyDividedShape_p.");
9993 return NULL;
9994 }
9995 }
9996 if (_argo1) {
9997 if (_argo1 == Py_None) { _arg1 = NULL; }
9998 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9999 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnEraseControlPoints. Expected _wxDC_p.");
10000 return NULL;
10001 }
10002 }
10003 {
10004 wxPy_BEGIN_ALLOW_THREADS;
10005 wxPyDividedShape_base_OnEraseControlPoints(_arg0,*_arg1);
10006
10007 wxPy_END_ALLOW_THREADS;
10008 } Py_INCREF(Py_None);
10009 _resultobj = Py_None;
10010 return _resultobj;
10011 }
10012
10013 #define wxPyDividedShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
10014 static PyObject *_wrap_wxPyDividedShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
10015 PyObject * _resultobj;
10016 wxPyDividedShape * _arg0;
10017 wxDC * _arg1;
10018 bool _arg2 = (bool ) TRUE;
10019 PyObject * _argo0 = 0;
10020 PyObject * _argo1 = 0;
10021 int tempbool2 = (int) TRUE;
10022 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
10023
10024 self = self;
10025 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDividedShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
10026 return NULL;
10027 if (_argo0) {
10028 if (_argo0 == Py_None) { _arg0 = NULL; }
10029 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10030 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMoveLink. Expected _wxPyDividedShape_p.");
10031 return NULL;
10032 }
10033 }
10034 if (_argo1) {
10035 if (_argo1 == Py_None) { _arg1 = NULL; }
10036 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
10037 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMoveLink. Expected _wxDC_p.");
10038 return NULL;
10039 }
10040 }
10041 _arg2 = (bool ) tempbool2;
10042 {
10043 wxPy_BEGIN_ALLOW_THREADS;
10044 wxPyDividedShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
10045
10046 wxPy_END_ALLOW_THREADS;
10047 } Py_INCREF(Py_None);
10048 _resultobj = Py_None;
10049 return _resultobj;
10050 }
10051
10052 #define wxPyDividedShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
10053 static PyObject *_wrap_wxPyDividedShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10054 PyObject * _resultobj;
10055 wxPyDividedShape * _arg0;
10056 wxPyControlPoint * _arg1;
10057 bool _arg2;
10058 double _arg3;
10059 double _arg4;
10060 int _arg5 = (int ) 0;
10061 int _arg6 = (int ) 0;
10062 PyObject * _argo0 = 0;
10063 PyObject * _argo1 = 0;
10064 int tempbool2;
10065 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
10066
10067 self = self;
10068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyDividedShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
10069 return NULL;
10070 if (_argo0) {
10071 if (_argo0 == Py_None) { _arg0 = NULL; }
10072 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10073 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSizingDragLeft. Expected _wxPyDividedShape_p.");
10074 return NULL;
10075 }
10076 }
10077 if (_argo1) {
10078 if (_argo1 == Py_None) { _arg1 = NULL; }
10079 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
10080 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
10081 return NULL;
10082 }
10083 }
10084 _arg2 = (bool ) tempbool2;
10085 {
10086 wxPy_BEGIN_ALLOW_THREADS;
10087 wxPyDividedShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
10088
10089 wxPy_END_ALLOW_THREADS;
10090 } Py_INCREF(Py_None);
10091 _resultobj = Py_None;
10092 return _resultobj;
10093 }
10094
10095 #define wxPyDividedShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
10096 static PyObject *_wrap_wxPyDividedShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10097 PyObject * _resultobj;
10098 wxPyDividedShape * _arg0;
10099 wxPyControlPoint * _arg1;
10100 double _arg2;
10101 double _arg3;
10102 int _arg4 = (int ) 0;
10103 int _arg5 = (int ) 0;
10104 PyObject * _argo0 = 0;
10105 PyObject * _argo1 = 0;
10106 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
10107
10108 self = self;
10109 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDividedShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
10110 return NULL;
10111 if (_argo0) {
10112 if (_argo0 == Py_None) { _arg0 = NULL; }
10113 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10114 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSizingBeginDragLeft. Expected _wxPyDividedShape_p.");
10115 return NULL;
10116 }
10117 }
10118 if (_argo1) {
10119 if (_argo1 == Py_None) { _arg1 = NULL; }
10120 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
10121 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
10122 return NULL;
10123 }
10124 }
10125 {
10126 wxPy_BEGIN_ALLOW_THREADS;
10127 wxPyDividedShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
10128
10129 wxPy_END_ALLOW_THREADS;
10130 } Py_INCREF(Py_None);
10131 _resultobj = Py_None;
10132 return _resultobj;
10133 }
10134
10135 #define wxPyDividedShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
10136 static PyObject *_wrap_wxPyDividedShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10137 PyObject * _resultobj;
10138 wxPyDividedShape * _arg0;
10139 wxPyControlPoint * _arg1;
10140 double _arg2;
10141 double _arg3;
10142 int _arg4 = (int ) 0;
10143 int _arg5 = (int ) 0;
10144 PyObject * _argo0 = 0;
10145 PyObject * _argo1 = 0;
10146 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
10147
10148 self = self;
10149 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDividedShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
10150 return NULL;
10151 if (_argo0) {
10152 if (_argo0 == Py_None) { _arg0 = NULL; }
10153 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10154 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSizingEndDragLeft. Expected _wxPyDividedShape_p.");
10155 return NULL;
10156 }
10157 }
10158 if (_argo1) {
10159 if (_argo1 == Py_None) { _arg1 = NULL; }
10160 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
10161 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
10162 return NULL;
10163 }
10164 }
10165 {
10166 wxPy_BEGIN_ALLOW_THREADS;
10167 wxPyDividedShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
10168
10169 wxPy_END_ALLOW_THREADS;
10170 } Py_INCREF(Py_None);
10171 _resultobj = Py_None;
10172 return _resultobj;
10173 }
10174
10175 #define wxPyDividedShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
10176 static PyObject *_wrap_wxPyDividedShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10177 PyObject * _resultobj;
10178 wxPyDividedShape * _arg0;
10179 double _arg1;
10180 double _arg2;
10181 PyObject * _argo0 = 0;
10182 char *_kwnames[] = { "self","w","h", NULL };
10183
10184 self = self;
10185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDividedShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
10186 return NULL;
10187 if (_argo0) {
10188 if (_argo0 == Py_None) { _arg0 = NULL; }
10189 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10190 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnBeginSize. Expected _wxPyDividedShape_p.");
10191 return NULL;
10192 }
10193 }
10194 {
10195 wxPy_BEGIN_ALLOW_THREADS;
10196 wxPyDividedShape_base_OnBeginSize(_arg0,_arg1,_arg2);
10197
10198 wxPy_END_ALLOW_THREADS;
10199 } Py_INCREF(Py_None);
10200 _resultobj = Py_None;
10201 return _resultobj;
10202 }
10203
10204 #define wxPyDividedShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
10205 static PyObject *_wrap_wxPyDividedShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10206 PyObject * _resultobj;
10207 wxPyDividedShape * _arg0;
10208 double _arg1;
10209 double _arg2;
10210 PyObject * _argo0 = 0;
10211 char *_kwnames[] = { "self","w","h", NULL };
10212
10213 self = self;
10214 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDividedShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
10215 return NULL;
10216 if (_argo0) {
10217 if (_argo0 == Py_None) { _arg0 = NULL; }
10218 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10219 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEndSize. Expected _wxPyDividedShape_p.");
10220 return NULL;
10221 }
10222 }
10223 {
10224 wxPy_BEGIN_ALLOW_THREADS;
10225 wxPyDividedShape_base_OnEndSize(_arg0,_arg1,_arg2);
10226
10227 wxPy_END_ALLOW_THREADS;
10228 } Py_INCREF(Py_None);
10229 _resultobj = Py_None;
10230 return _resultobj;
10231 }
10232
10233 static void *SwigwxPyDivisionShapeTowxPyCompositeShape(void *ptr) {
10234 wxPyDivisionShape *src;
10235 wxPyCompositeShape *dest;
10236 src = (wxPyDivisionShape *) ptr;
10237 dest = (wxPyCompositeShape *) src;
10238 return (void *) dest;
10239 }
10240
10241 static void *SwigwxPyDivisionShapeTowxPyRectangleShape(void *ptr) {
10242 wxPyDivisionShape *src;
10243 wxPyRectangleShape *dest;
10244 src = (wxPyDivisionShape *) ptr;
10245 dest = (wxPyRectangleShape *) src;
10246 return (void *) dest;
10247 }
10248
10249 static void *SwigwxPyDivisionShapeTowxPyShape(void *ptr) {
10250 wxPyDivisionShape *src;
10251 wxPyShape *dest;
10252 src = (wxPyDivisionShape *) ptr;
10253 dest = (wxPyShape *) src;
10254 return (void *) dest;
10255 }
10256
10257 static void *SwigwxPyDivisionShapeTowxPyShapeEvtHandler(void *ptr) {
10258 wxPyDivisionShape *src;
10259 wxPyShapeEvtHandler *dest;
10260 src = (wxPyDivisionShape *) ptr;
10261 dest = (wxPyShapeEvtHandler *) src;
10262 return (void *) dest;
10263 }
10264
10265 #define new_wxPyDivisionShape() (new wxPyDivisionShape())
10266 static PyObject *_wrap_new_wxPyDivisionShape(PyObject *self, PyObject *args, PyObject *kwargs) {
10267 PyObject * _resultobj;
10268 wxPyDivisionShape * _result;
10269 char *_kwnames[] = { NULL };
10270 char _ptemp[128];
10271
10272 self = self;
10273 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyDivisionShape",_kwnames))
10274 return NULL;
10275 {
10276 wxPy_BEGIN_ALLOW_THREADS;
10277 _result = (wxPyDivisionShape *)new_wxPyDivisionShape();
10278
10279 wxPy_END_ALLOW_THREADS;
10280 } if (_result) {
10281 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10282 _resultobj = Py_BuildValue("s",_ptemp);
10283 } else {
10284 Py_INCREF(Py_None);
10285 _resultobj = Py_None;
10286 }
10287 return _resultobj;
10288 }
10289
10290 #define wxPyDivisionShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
10291 static PyObject *_wrap_wxPyDivisionShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
10292 PyObject * _resultobj;
10293 wxPyDivisionShape * _arg0;
10294 PyObject * _arg1;
10295 PyObject * _arg2;
10296 PyObject * _argo0 = 0;
10297 PyObject * _obj1 = 0;
10298 PyObject * _obj2 = 0;
10299 char *_kwnames[] = { "self","self","_class", NULL };
10300
10301 self = self;
10302 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDivisionShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
10303 return NULL;
10304 if (_argo0) {
10305 if (_argo0 == Py_None) { _arg0 = NULL; }
10306 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10307 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape__setSelf. Expected _wxPyDivisionShape_p.");
10308 return NULL;
10309 }
10310 }
10311 {
10312 _arg1 = _obj1;
10313 }
10314 {
10315 _arg2 = _obj2;
10316 }
10317 {
10318 wxPy_BEGIN_ALLOW_THREADS;
10319 wxPyDivisionShape__setSelf(_arg0,_arg1,_arg2);
10320
10321 wxPy_END_ALLOW_THREADS;
10322 } Py_INCREF(Py_None);
10323 _resultobj = Py_None;
10324 return _resultobj;
10325 }
10326
10327 #define wxPyDivisionShape_AdjustBottom(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustBottom(_swigarg0,_swigarg1))
10328 static PyObject *_wrap_wxPyDivisionShape_AdjustBottom(PyObject *self, PyObject *args, PyObject *kwargs) {
10329 PyObject * _resultobj;
10330 wxPyDivisionShape * _arg0;
10331 double _arg1;
10332 bool _arg2;
10333 PyObject * _argo0 = 0;
10334 int tempbool2;
10335 char *_kwnames[] = { "self","bottom","test", NULL };
10336
10337 self = self;
10338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustBottom",_kwnames,&_argo0,&_arg1,&tempbool2))
10339 return NULL;
10340 if (_argo0) {
10341 if (_argo0 == Py_None) { _arg0 = NULL; }
10342 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10343 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustBottom. Expected _wxPyDivisionShape_p.");
10344 return NULL;
10345 }
10346 }
10347 _arg2 = (bool ) tempbool2;
10348 {
10349 wxPy_BEGIN_ALLOW_THREADS;
10350 wxPyDivisionShape_AdjustBottom(_arg0,_arg1,_arg2);
10351
10352 wxPy_END_ALLOW_THREADS;
10353 } Py_INCREF(Py_None);
10354 _resultobj = Py_None;
10355 return _resultobj;
10356 }
10357
10358 #define wxPyDivisionShape_AdjustLeft(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustLeft(_swigarg0,_swigarg1))
10359 static PyObject *_wrap_wxPyDivisionShape_AdjustLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10360 PyObject * _resultobj;
10361 wxPyDivisionShape * _arg0;
10362 double _arg1;
10363 bool _arg2;
10364 PyObject * _argo0 = 0;
10365 int tempbool2;
10366 char *_kwnames[] = { "self","left","test", NULL };
10367
10368 self = self;
10369 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustLeft",_kwnames,&_argo0,&_arg1,&tempbool2))
10370 return NULL;
10371 if (_argo0) {
10372 if (_argo0 == Py_None) { _arg0 = NULL; }
10373 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10374 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustLeft. Expected _wxPyDivisionShape_p.");
10375 return NULL;
10376 }
10377 }
10378 _arg2 = (bool ) tempbool2;
10379 {
10380 wxPy_BEGIN_ALLOW_THREADS;
10381 wxPyDivisionShape_AdjustLeft(_arg0,_arg1,_arg2);
10382
10383 wxPy_END_ALLOW_THREADS;
10384 } Py_INCREF(Py_None);
10385 _resultobj = Py_None;
10386 return _resultobj;
10387 }
10388
10389 #define wxPyDivisionShape_AdjustRight(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustRight(_swigarg0,_swigarg1))
10390 static PyObject *_wrap_wxPyDivisionShape_AdjustRight(PyObject *self, PyObject *args, PyObject *kwargs) {
10391 PyObject * _resultobj;
10392 wxPyDivisionShape * _arg0;
10393 double _arg1;
10394 bool _arg2;
10395 PyObject * _argo0 = 0;
10396 int tempbool2;
10397 char *_kwnames[] = { "self","right","test", NULL };
10398
10399 self = self;
10400 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustRight",_kwnames,&_argo0,&_arg1,&tempbool2))
10401 return NULL;
10402 if (_argo0) {
10403 if (_argo0 == Py_None) { _arg0 = NULL; }
10404 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10405 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustRight. Expected _wxPyDivisionShape_p.");
10406 return NULL;
10407 }
10408 }
10409 _arg2 = (bool ) tempbool2;
10410 {
10411 wxPy_BEGIN_ALLOW_THREADS;
10412 wxPyDivisionShape_AdjustRight(_arg0,_arg1,_arg2);
10413
10414 wxPy_END_ALLOW_THREADS;
10415 } Py_INCREF(Py_None);
10416 _resultobj = Py_None;
10417 return _resultobj;
10418 }
10419
10420 #define wxPyDivisionShape_AdjustTop(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustTop(_swigarg0,_swigarg1))
10421 static PyObject *_wrap_wxPyDivisionShape_AdjustTop(PyObject *self, PyObject *args, PyObject *kwargs) {
10422 PyObject * _resultobj;
10423 wxPyDivisionShape * _arg0;
10424 double _arg1;
10425 bool _arg2;
10426 PyObject * _argo0 = 0;
10427 int tempbool2;
10428 char *_kwnames[] = { "self","top","test", NULL };
10429
10430 self = self;
10431 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustTop",_kwnames,&_argo0,&_arg1,&tempbool2))
10432 return NULL;
10433 if (_argo0) {
10434 if (_argo0 == Py_None) { _arg0 = NULL; }
10435 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10436 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustTop. Expected _wxPyDivisionShape_p.");
10437 return NULL;
10438 }
10439 }
10440 _arg2 = (bool ) tempbool2;
10441 {
10442 wxPy_BEGIN_ALLOW_THREADS;
10443 wxPyDivisionShape_AdjustTop(_arg0,_arg1,_arg2);
10444
10445 wxPy_END_ALLOW_THREADS;
10446 } Py_INCREF(Py_None);
10447 _resultobj = Py_None;
10448 return _resultobj;
10449 }
10450
10451 #define wxPyDivisionShape_Divide(_swigobj,_swigarg0) (_swigobj->Divide(_swigarg0))
10452 static PyObject *_wrap_wxPyDivisionShape_Divide(PyObject *self, PyObject *args, PyObject *kwargs) {
10453 PyObject * _resultobj;
10454 wxPyDivisionShape * _arg0;
10455 int _arg1;
10456 PyObject * _argo0 = 0;
10457 char *_kwnames[] = { "self","direction", NULL };
10458
10459 self = self;
10460 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDivisionShape_Divide",_kwnames,&_argo0,&_arg1))
10461 return NULL;
10462 if (_argo0) {
10463 if (_argo0 == Py_None) { _arg0 = NULL; }
10464 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10465 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_Divide. Expected _wxPyDivisionShape_p.");
10466 return NULL;
10467 }
10468 }
10469 {
10470 wxPy_BEGIN_ALLOW_THREADS;
10471 wxPyDivisionShape_Divide(_arg0,_arg1);
10472
10473 wxPy_END_ALLOW_THREADS;
10474 } Py_INCREF(Py_None);
10475 _resultobj = Py_None;
10476 return _resultobj;
10477 }
10478
10479 #define wxPyDivisionShape_EditEdge(_swigobj,_swigarg0) (_swigobj->EditEdge(_swigarg0))
10480 static PyObject *_wrap_wxPyDivisionShape_EditEdge(PyObject *self, PyObject *args, PyObject *kwargs) {
10481 PyObject * _resultobj;
10482 wxPyDivisionShape * _arg0;
10483 int _arg1;
10484 PyObject * _argo0 = 0;
10485 char *_kwnames[] = { "self","side", NULL };
10486
10487 self = self;
10488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDivisionShape_EditEdge",_kwnames,&_argo0,&_arg1))
10489 return NULL;
10490 if (_argo0) {
10491 if (_argo0 == Py_None) { _arg0 = NULL; }
10492 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10493 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_EditEdge. Expected _wxPyDivisionShape_p.");
10494 return NULL;
10495 }
10496 }
10497 {
10498 wxPy_BEGIN_ALLOW_THREADS;
10499 wxPyDivisionShape_EditEdge(_arg0,_arg1);
10500
10501 wxPy_END_ALLOW_THREADS;
10502 } Py_INCREF(Py_None);
10503 _resultobj = Py_None;
10504 return _resultobj;
10505 }
10506
10507 #define wxPyDivisionShape_GetBottomSide(_swigobj) (_swigobj->GetBottomSide())
10508 static PyObject *_wrap_wxPyDivisionShape_GetBottomSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10509 PyObject * _resultobj;
10510 wxPyDivisionShape * _result;
10511 wxPyDivisionShape * _arg0;
10512 PyObject * _argo0 = 0;
10513 char *_kwnames[] = { "self", NULL };
10514 char _ptemp[128];
10515
10516 self = self;
10517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetBottomSide",_kwnames,&_argo0))
10518 return NULL;
10519 if (_argo0) {
10520 if (_argo0 == Py_None) { _arg0 = NULL; }
10521 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10522 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetBottomSide. Expected _wxPyDivisionShape_p.");
10523 return NULL;
10524 }
10525 }
10526 {
10527 wxPy_BEGIN_ALLOW_THREADS;
10528 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetBottomSide(_arg0);
10529
10530 wxPy_END_ALLOW_THREADS;
10531 } if (_result) {
10532 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10533 _resultobj = Py_BuildValue("s",_ptemp);
10534 } else {
10535 Py_INCREF(Py_None);
10536 _resultobj = Py_None;
10537 }
10538 return _resultobj;
10539 }
10540
10541 #define wxPyDivisionShape_GetHandleSide(_swigobj) (_swigobj->GetHandleSide())
10542 static PyObject *_wrap_wxPyDivisionShape_GetHandleSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10543 PyObject * _resultobj;
10544 int _result;
10545 wxPyDivisionShape * _arg0;
10546 PyObject * _argo0 = 0;
10547 char *_kwnames[] = { "self", NULL };
10548
10549 self = self;
10550 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetHandleSide",_kwnames,&_argo0))
10551 return NULL;
10552 if (_argo0) {
10553 if (_argo0 == Py_None) { _arg0 = NULL; }
10554 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10555 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetHandleSide. Expected _wxPyDivisionShape_p.");
10556 return NULL;
10557 }
10558 }
10559 {
10560 wxPy_BEGIN_ALLOW_THREADS;
10561 _result = (int )wxPyDivisionShape_GetHandleSide(_arg0);
10562
10563 wxPy_END_ALLOW_THREADS;
10564 } _resultobj = Py_BuildValue("i",_result);
10565 return _resultobj;
10566 }
10567
10568 #define wxPyDivisionShape_GetLeftSide(_swigobj) (_swigobj->GetLeftSide())
10569 static PyObject *_wrap_wxPyDivisionShape_GetLeftSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10570 PyObject * _resultobj;
10571 wxPyDivisionShape * _result;
10572 wxPyDivisionShape * _arg0;
10573 PyObject * _argo0 = 0;
10574 char *_kwnames[] = { "self", NULL };
10575 char _ptemp[128];
10576
10577 self = self;
10578 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetLeftSide",_kwnames,&_argo0))
10579 return NULL;
10580 if (_argo0) {
10581 if (_argo0 == Py_None) { _arg0 = NULL; }
10582 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10583 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetLeftSide. Expected _wxPyDivisionShape_p.");
10584 return NULL;
10585 }
10586 }
10587 {
10588 wxPy_BEGIN_ALLOW_THREADS;
10589 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetLeftSide(_arg0);
10590
10591 wxPy_END_ALLOW_THREADS;
10592 } if (_result) {
10593 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10594 _resultobj = Py_BuildValue("s",_ptemp);
10595 } else {
10596 Py_INCREF(Py_None);
10597 _resultobj = Py_None;
10598 }
10599 return _resultobj;
10600 }
10601
10602 #define wxPyDivisionShape_GetLeftSideColour(_swigobj) (_swigobj->GetLeftSideColour())
10603 static PyObject *_wrap_wxPyDivisionShape_GetLeftSideColour(PyObject *self, PyObject *args, PyObject *kwargs) {
10604 PyObject * _resultobj;
10605 wxString * _result;
10606 wxPyDivisionShape * _arg0;
10607 PyObject * _argo0 = 0;
10608 char *_kwnames[] = { "self", NULL };
10609
10610 self = self;
10611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetLeftSideColour",_kwnames,&_argo0))
10612 return NULL;
10613 if (_argo0) {
10614 if (_argo0 == Py_None) { _arg0 = NULL; }
10615 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10616 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetLeftSideColour. Expected _wxPyDivisionShape_p.");
10617 return NULL;
10618 }
10619 }
10620 {
10621 wxPy_BEGIN_ALLOW_THREADS;
10622 _result = new wxString (wxPyDivisionShape_GetLeftSideColour(_arg0));
10623
10624 wxPy_END_ALLOW_THREADS;
10625 }{
10626 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
10627 }
10628 {
10629 delete _result;
10630 }
10631 return _resultobj;
10632 }
10633
10634 #define wxPyDivisionShape_GetLeftSidePen(_swigobj) (_swigobj->GetLeftSidePen())
10635 static PyObject *_wrap_wxPyDivisionShape_GetLeftSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
10636 PyObject * _resultobj;
10637 wxPen * _result;
10638 wxPyDivisionShape * _arg0;
10639 PyObject * _argo0 = 0;
10640 char *_kwnames[] = { "self", NULL };
10641 char _ptemp[128];
10642
10643 self = self;
10644 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetLeftSidePen",_kwnames,&_argo0))
10645 return NULL;
10646 if (_argo0) {
10647 if (_argo0 == Py_None) { _arg0 = NULL; }
10648 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10649 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetLeftSidePen. Expected _wxPyDivisionShape_p.");
10650 return NULL;
10651 }
10652 }
10653 {
10654 wxPy_BEGIN_ALLOW_THREADS;
10655 _result = (wxPen *)wxPyDivisionShape_GetLeftSidePen(_arg0);
10656
10657 wxPy_END_ALLOW_THREADS;
10658 } if (_result) {
10659 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPen_p");
10660 _resultobj = Py_BuildValue("s",_ptemp);
10661 } else {
10662 Py_INCREF(Py_None);
10663 _resultobj = Py_None;
10664 }
10665 return _resultobj;
10666 }
10667
10668 #define wxPyDivisionShape_GetRightSide(_swigobj) (_swigobj->GetRightSide())
10669 static PyObject *_wrap_wxPyDivisionShape_GetRightSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10670 PyObject * _resultobj;
10671 wxPyDivisionShape * _result;
10672 wxPyDivisionShape * _arg0;
10673 PyObject * _argo0 = 0;
10674 char *_kwnames[] = { "self", NULL };
10675 char _ptemp[128];
10676
10677 self = self;
10678 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetRightSide",_kwnames,&_argo0))
10679 return NULL;
10680 if (_argo0) {
10681 if (_argo0 == Py_None) { _arg0 = NULL; }
10682 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10683 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetRightSide. Expected _wxPyDivisionShape_p.");
10684 return NULL;
10685 }
10686 }
10687 {
10688 wxPy_BEGIN_ALLOW_THREADS;
10689 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetRightSide(_arg0);
10690
10691 wxPy_END_ALLOW_THREADS;
10692 } if (_result) {
10693 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10694 _resultobj = Py_BuildValue("s",_ptemp);
10695 } else {
10696 Py_INCREF(Py_None);
10697 _resultobj = Py_None;
10698 }
10699 return _resultobj;
10700 }
10701
10702 #define wxPyDivisionShape_GetTopSide(_swigobj) (_swigobj->GetTopSide())
10703 static PyObject *_wrap_wxPyDivisionShape_GetTopSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10704 PyObject * _resultobj;
10705 wxPyDivisionShape * _result;
10706 wxPyDivisionShape * _arg0;
10707 PyObject * _argo0 = 0;
10708 char *_kwnames[] = { "self", NULL };
10709 char _ptemp[128];
10710
10711 self = self;
10712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetTopSide",_kwnames,&_argo0))
10713 return NULL;
10714 if (_argo0) {
10715 if (_argo0 == Py_None) { _arg0 = NULL; }
10716 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10717 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetTopSide. Expected _wxPyDivisionShape_p.");
10718 return NULL;
10719 }
10720 }
10721 {
10722 wxPy_BEGIN_ALLOW_THREADS;
10723 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetTopSide(_arg0);
10724
10725 wxPy_END_ALLOW_THREADS;
10726 } if (_result) {
10727 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10728 _resultobj = Py_BuildValue("s",_ptemp);
10729 } else {
10730 Py_INCREF(Py_None);
10731 _resultobj = Py_None;
10732 }
10733 return _resultobj;
10734 }
10735
10736 #define wxPyDivisionShape_GetTopSidePen(_swigobj) (_swigobj->GetTopSidePen())
10737 static PyObject *_wrap_wxPyDivisionShape_GetTopSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
10738 PyObject * _resultobj;
10739 wxPen * _result;
10740 wxPyDivisionShape * _arg0;
10741 PyObject * _argo0 = 0;
10742 char *_kwnames[] = { "self", NULL };
10743 char _ptemp[128];
10744
10745 self = self;
10746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetTopSidePen",_kwnames,&_argo0))
10747 return NULL;
10748 if (_argo0) {
10749 if (_argo0 == Py_None) { _arg0 = NULL; }
10750 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10751 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetTopSidePen. Expected _wxPyDivisionShape_p.");
10752 return NULL;
10753 }
10754 }
10755 {
10756 wxPy_BEGIN_ALLOW_THREADS;
10757 _result = (wxPen *)wxPyDivisionShape_GetTopSidePen(_arg0);
10758
10759 wxPy_END_ALLOW_THREADS;
10760 } if (_result) {
10761 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPen_p");
10762 _resultobj = Py_BuildValue("s",_ptemp);
10763 } else {
10764 Py_INCREF(Py_None);
10765 _resultobj = Py_None;
10766 }
10767 return _resultobj;
10768 }
10769
10770 #define wxPyDivisionShape_ResizeAdjoining(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->ResizeAdjoining(_swigarg0,_swigarg1,_swigarg2))
10771 static PyObject *_wrap_wxPyDivisionShape_ResizeAdjoining(PyObject *self, PyObject *args, PyObject *kwargs) {
10772 PyObject * _resultobj;
10773 wxPyDivisionShape * _arg0;
10774 int _arg1;
10775 double _arg2;
10776 bool _arg3;
10777 PyObject * _argo0 = 0;
10778 int tempbool3;
10779 char *_kwnames[] = { "self","side","newPos","test", NULL };
10780
10781 self = self;
10782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidi:wxPyDivisionShape_ResizeAdjoining",_kwnames,&_argo0,&_arg1,&_arg2,&tempbool3))
10783 return NULL;
10784 if (_argo0) {
10785 if (_argo0 == Py_None) { _arg0 = NULL; }
10786 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10787 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_ResizeAdjoining. Expected _wxPyDivisionShape_p.");
10788 return NULL;
10789 }
10790 }
10791 _arg3 = (bool ) tempbool3;
10792 {
10793 wxPy_BEGIN_ALLOW_THREADS;
10794 wxPyDivisionShape_ResizeAdjoining(_arg0,_arg1,_arg2,_arg3);
10795
10796 wxPy_END_ALLOW_THREADS;
10797 } Py_INCREF(Py_None);
10798 _resultobj = Py_None;
10799 return _resultobj;
10800 }
10801
10802 #define wxPyDivisionShape_PopupMenu(_swigobj,_swigarg0,_swigarg1) (_swigobj->PopupMenu(_swigarg0,_swigarg1))
10803 static PyObject *_wrap_wxPyDivisionShape_PopupMenu(PyObject *self, PyObject *args, PyObject *kwargs) {
10804 PyObject * _resultobj;
10805 wxPyDivisionShape * _arg0;
10806 double _arg1;
10807 double _arg2;
10808 PyObject * _argo0 = 0;
10809 char *_kwnames[] = { "self","x","y", NULL };
10810
10811 self = self;
10812 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_PopupMenu",_kwnames,&_argo0,&_arg1,&_arg2))
10813 return NULL;
10814 if (_argo0) {
10815 if (_argo0 == Py_None) { _arg0 = NULL; }
10816 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10817 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_PopupMenu. Expected _wxPyDivisionShape_p.");
10818 return NULL;
10819 }
10820 }
10821 {
10822 wxPy_BEGIN_ALLOW_THREADS;
10823 wxPyDivisionShape_PopupMenu(_arg0,_arg1,_arg2);
10824
10825 wxPy_END_ALLOW_THREADS;
10826 } Py_INCREF(Py_None);
10827 _resultobj = Py_None;
10828 return _resultobj;
10829 }
10830
10831 #define wxPyDivisionShape_SetBottomSide(_swigobj,_swigarg0) (_swigobj->SetBottomSide(_swigarg0))
10832 static PyObject *_wrap_wxPyDivisionShape_SetBottomSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10833 PyObject * _resultobj;
10834 wxPyDivisionShape * _arg0;
10835 wxPyDivisionShape * _arg1;
10836 PyObject * _argo0 = 0;
10837 PyObject * _argo1 = 0;
10838 char *_kwnames[] = { "self","shape", NULL };
10839
10840 self = self;
10841 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetBottomSide",_kwnames,&_argo0,&_argo1))
10842 return NULL;
10843 if (_argo0) {
10844 if (_argo0 == Py_None) { _arg0 = NULL; }
10845 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10846 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetBottomSide. Expected _wxPyDivisionShape_p.");
10847 return NULL;
10848 }
10849 }
10850 if (_argo1) {
10851 if (_argo1 == Py_None) { _arg1 = NULL; }
10852 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
10853 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetBottomSide. Expected _wxPyDivisionShape_p.");
10854 return NULL;
10855 }
10856 }
10857 {
10858 wxPy_BEGIN_ALLOW_THREADS;
10859 wxPyDivisionShape_SetBottomSide(_arg0,_arg1);
10860
10861 wxPy_END_ALLOW_THREADS;
10862 } Py_INCREF(Py_None);
10863 _resultobj = Py_None;
10864 return _resultobj;
10865 }
10866
10867 #define wxPyDivisionShape_SetHandleSide(_swigobj,_swigarg0) (_swigobj->SetHandleSide(_swigarg0))
10868 static PyObject *_wrap_wxPyDivisionShape_SetHandleSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10869 PyObject * _resultobj;
10870 wxPyDivisionShape * _arg0;
10871 int _arg1;
10872 PyObject * _argo0 = 0;
10873 char *_kwnames[] = { "self","side", NULL };
10874
10875 self = self;
10876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDivisionShape_SetHandleSide",_kwnames,&_argo0,&_arg1))
10877 return NULL;
10878 if (_argo0) {
10879 if (_argo0 == Py_None) { _arg0 = NULL; }
10880 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10881 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetHandleSide. Expected _wxPyDivisionShape_p.");
10882 return NULL;
10883 }
10884 }
10885 {
10886 wxPy_BEGIN_ALLOW_THREADS;
10887 wxPyDivisionShape_SetHandleSide(_arg0,_arg1);
10888
10889 wxPy_END_ALLOW_THREADS;
10890 } Py_INCREF(Py_None);
10891 _resultobj = Py_None;
10892 return _resultobj;
10893 }
10894
10895 #define wxPyDivisionShape_SetLeftSide(_swigobj,_swigarg0) (_swigobj->SetLeftSide(_swigarg0))
10896 static PyObject *_wrap_wxPyDivisionShape_SetLeftSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10897 PyObject * _resultobj;
10898 wxPyDivisionShape * _arg0;
10899 wxPyDivisionShape * _arg1;
10900 PyObject * _argo0 = 0;
10901 PyObject * _argo1 = 0;
10902 char *_kwnames[] = { "self","shape", NULL };
10903
10904 self = self;
10905 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSide",_kwnames,&_argo0,&_argo1))
10906 return NULL;
10907 if (_argo0) {
10908 if (_argo0 == Py_None) { _arg0 = NULL; }
10909 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10910 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetLeftSide. Expected _wxPyDivisionShape_p.");
10911 return NULL;
10912 }
10913 }
10914 if (_argo1) {
10915 if (_argo1 == Py_None) { _arg1 = NULL; }
10916 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
10917 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetLeftSide. Expected _wxPyDivisionShape_p.");
10918 return NULL;
10919 }
10920 }
10921 {
10922 wxPy_BEGIN_ALLOW_THREADS;
10923 wxPyDivisionShape_SetLeftSide(_arg0,_arg1);
10924
10925 wxPy_END_ALLOW_THREADS;
10926 } Py_INCREF(Py_None);
10927 _resultobj = Py_None;
10928 return _resultobj;
10929 }
10930
10931 #define wxPyDivisionShape_SetLeftSideColour(_swigobj,_swigarg0) (_swigobj->SetLeftSideColour(_swigarg0))
10932 static PyObject *_wrap_wxPyDivisionShape_SetLeftSideColour(PyObject *self, PyObject *args, PyObject *kwargs) {
10933 PyObject * _resultobj;
10934 wxPyDivisionShape * _arg0;
10935 wxString * _arg1;
10936 PyObject * _argo0 = 0;
10937 PyObject * _obj1 = 0;
10938 char *_kwnames[] = { "self","colour", NULL };
10939
10940 self = self;
10941 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSideColour",_kwnames,&_argo0,&_obj1))
10942 return NULL;
10943 if (_argo0) {
10944 if (_argo0 == Py_None) { _arg0 = NULL; }
10945 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10946 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetLeftSideColour. Expected _wxPyDivisionShape_p.");
10947 return NULL;
10948 }
10949 }
10950 {
10951 #if PYTHON_API_VERSION >= 1009
10952 char* tmpPtr; int tmpSize;
10953 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
10954 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
10955 return NULL;
10956 }
10957 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
10958 return NULL;
10959 _arg1 = new wxString(tmpPtr, tmpSize);
10960 #else
10961 if (!PyString_Check(_obj1)) {
10962 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
10963 return NULL;
10964 }
10965 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
10966 #endif
10967 }
10968 {
10969 wxPy_BEGIN_ALLOW_THREADS;
10970 wxPyDivisionShape_SetLeftSideColour(_arg0,*_arg1);
10971
10972 wxPy_END_ALLOW_THREADS;
10973 } Py_INCREF(Py_None);
10974 _resultobj = Py_None;
10975 {
10976 if (_obj1)
10977 delete _arg1;
10978 }
10979 return _resultobj;
10980 }
10981
10982 #define wxPyDivisionShape_SetLeftSidePen(_swigobj,_swigarg0) (_swigobj->SetLeftSidePen(_swigarg0))
10983 static PyObject *_wrap_wxPyDivisionShape_SetLeftSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
10984 PyObject * _resultobj;
10985 wxPyDivisionShape * _arg0;
10986 wxPen * _arg1;
10987 PyObject * _argo0 = 0;
10988 PyObject * _argo1 = 0;
10989 char *_kwnames[] = { "self","pen", NULL };
10990
10991 self = self;
10992 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSidePen",_kwnames,&_argo0,&_argo1))
10993 return NULL;
10994 if (_argo0) {
10995 if (_argo0 == Py_None) { _arg0 = NULL; }
10996 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10997 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetLeftSidePen. Expected _wxPyDivisionShape_p.");
10998 return NULL;
10999 }
11000 }
11001 if (_argo1) {
11002 if (_argo1 == Py_None) { _arg1 = NULL; }
11003 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
11004 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetLeftSidePen. Expected _wxPen_p.");
11005 return NULL;
11006 }
11007 }
11008 {
11009 wxPy_BEGIN_ALLOW_THREADS;
11010 wxPyDivisionShape_SetLeftSidePen(_arg0,_arg1);
11011
11012 wxPy_END_ALLOW_THREADS;
11013 } Py_INCREF(Py_None);
11014 _resultobj = Py_None;
11015 return _resultobj;
11016 }
11017
11018 #define wxPyDivisionShape_SetRightSide(_swigobj,_swigarg0) (_swigobj->SetRightSide(_swigarg0))
11019 static PyObject *_wrap_wxPyDivisionShape_SetRightSide(PyObject *self, PyObject *args, PyObject *kwargs) {
11020 PyObject * _resultobj;
11021 wxPyDivisionShape * _arg0;
11022 wxPyDivisionShape * _arg1;
11023 PyObject * _argo0 = 0;
11024 PyObject * _argo1 = 0;
11025 char *_kwnames[] = { "self","shape", NULL };
11026
11027 self = self;
11028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetRightSide",_kwnames,&_argo0,&_argo1))
11029 return NULL;
11030 if (_argo0) {
11031 if (_argo0 == Py_None) { _arg0 = NULL; }
11032 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11033 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetRightSide. Expected _wxPyDivisionShape_p.");
11034 return NULL;
11035 }
11036 }
11037 if (_argo1) {
11038 if (_argo1 == Py_None) { _arg1 = NULL; }
11039 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
11040 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetRightSide. Expected _wxPyDivisionShape_p.");
11041 return NULL;
11042 }
11043 }
11044 {
11045 wxPy_BEGIN_ALLOW_THREADS;
11046 wxPyDivisionShape_SetRightSide(_arg0,_arg1);
11047
11048 wxPy_END_ALLOW_THREADS;
11049 } Py_INCREF(Py_None);
11050 _resultobj = Py_None;
11051 return _resultobj;
11052 }
11053
11054 #define wxPyDivisionShape_SetTopSide(_swigobj,_swigarg0) (_swigobj->SetTopSide(_swigarg0))
11055 static PyObject *_wrap_wxPyDivisionShape_SetTopSide(PyObject *self, PyObject *args, PyObject *kwargs) {
11056 PyObject * _resultobj;
11057 wxPyDivisionShape * _arg0;
11058 wxPyDivisionShape * _arg1;
11059 PyObject * _argo0 = 0;
11060 PyObject * _argo1 = 0;
11061 char *_kwnames[] = { "self","shape", NULL };
11062
11063 self = self;
11064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSide",_kwnames,&_argo0,&_argo1))
11065 return NULL;
11066 if (_argo0) {
11067 if (_argo0 == Py_None) { _arg0 = NULL; }
11068 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11069 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetTopSide. Expected _wxPyDivisionShape_p.");
11070 return NULL;
11071 }
11072 }
11073 if (_argo1) {
11074 if (_argo1 == Py_None) { _arg1 = NULL; }
11075 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
11076 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetTopSide. Expected _wxPyDivisionShape_p.");
11077 return NULL;
11078 }
11079 }
11080 {
11081 wxPy_BEGIN_ALLOW_THREADS;
11082 wxPyDivisionShape_SetTopSide(_arg0,_arg1);
11083
11084 wxPy_END_ALLOW_THREADS;
11085 } Py_INCREF(Py_None);
11086 _resultobj = Py_None;
11087 return _resultobj;
11088 }
11089
11090 #define wxPyDivisionShape_SetTopSideColour(_swigobj,_swigarg0) (_swigobj->SetTopSideColour(_swigarg0))
11091 static PyObject *_wrap_wxPyDivisionShape_SetTopSideColour(PyObject *self, PyObject *args, PyObject *kwargs) {
11092 PyObject * _resultobj;
11093 wxPyDivisionShape * _arg0;
11094 wxString * _arg1;
11095 PyObject * _argo0 = 0;
11096 PyObject * _obj1 = 0;
11097 char *_kwnames[] = { "self","colour", NULL };
11098
11099 self = self;
11100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSideColour",_kwnames,&_argo0,&_obj1))
11101 return NULL;
11102 if (_argo0) {
11103 if (_argo0 == Py_None) { _arg0 = NULL; }
11104 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11105 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetTopSideColour. Expected _wxPyDivisionShape_p.");
11106 return NULL;
11107 }
11108 }
11109 {
11110 #if PYTHON_API_VERSION >= 1009
11111 char* tmpPtr; int tmpSize;
11112 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
11113 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
11114 return NULL;
11115 }
11116 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
11117 return NULL;
11118 _arg1 = new wxString(tmpPtr, tmpSize);
11119 #else
11120 if (!PyString_Check(_obj1)) {
11121 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
11122 return NULL;
11123 }
11124 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
11125 #endif
11126 }
11127 {
11128 wxPy_BEGIN_ALLOW_THREADS;
11129 wxPyDivisionShape_SetTopSideColour(_arg0,*_arg1);
11130
11131 wxPy_END_ALLOW_THREADS;
11132 } Py_INCREF(Py_None);
11133 _resultobj = Py_None;
11134 {
11135 if (_obj1)
11136 delete _arg1;
11137 }
11138 return _resultobj;
11139 }
11140
11141 #define wxPyDivisionShape_SetTopSidePen(_swigobj,_swigarg0) (_swigobj->SetTopSidePen(_swigarg0))
11142 static PyObject *_wrap_wxPyDivisionShape_SetTopSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
11143 PyObject * _resultobj;
11144 wxPyDivisionShape * _arg0;
11145 wxPen * _arg1;
11146 PyObject * _argo0 = 0;
11147 PyObject * _argo1 = 0;
11148 char *_kwnames[] = { "self","pen", NULL };
11149
11150 self = self;
11151 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSidePen",_kwnames,&_argo0,&_argo1))
11152 return NULL;
11153 if (_argo0) {
11154 if (_argo0 == Py_None) { _arg0 = NULL; }
11155 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11156 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetTopSidePen. Expected _wxPyDivisionShape_p.");
11157 return NULL;
11158 }
11159 }
11160 if (_argo1) {
11161 if (_argo1 == Py_None) { _arg1 = NULL; }
11162 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
11163 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetTopSidePen. Expected _wxPen_p.");
11164 return NULL;
11165 }
11166 }
11167 {
11168 wxPy_BEGIN_ALLOW_THREADS;
11169 wxPyDivisionShape_SetTopSidePen(_arg0,_arg1);
11170
11171 wxPy_END_ALLOW_THREADS;
11172 } Py_INCREF(Py_None);
11173 _resultobj = Py_None;
11174 return _resultobj;
11175 }
11176
11177 #define wxPyDivisionShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
11178 static PyObject *_wrap_wxPyDivisionShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
11179 PyObject * _resultobj;
11180 wxPyDivisionShape * _arg0;
11181 PyObject * _argo0 = 0;
11182 char *_kwnames[] = { "self", NULL };
11183
11184 self = self;
11185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_base_OnDelete",_kwnames,&_argo0))
11186 return NULL;
11187 if (_argo0) {
11188 if (_argo0 == Py_None) { _arg0 = NULL; }
11189 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11190 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDelete. Expected _wxPyDivisionShape_p.");
11191 return NULL;
11192 }
11193 }
11194 {
11195 wxPy_BEGIN_ALLOW_THREADS;
11196 wxPyDivisionShape_base_OnDelete(_arg0);
11197
11198 wxPy_END_ALLOW_THREADS;
11199 } Py_INCREF(Py_None);
11200 _resultobj = Py_None;
11201 return _resultobj;
11202 }
11203
11204 #define wxPyDivisionShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
11205 static PyObject *_wrap_wxPyDivisionShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
11206 PyObject * _resultobj;
11207 wxPyDivisionShape * _arg0;
11208 wxDC * _arg1;
11209 PyObject * _argo0 = 0;
11210 PyObject * _argo1 = 0;
11211 char *_kwnames[] = { "self","dc", NULL };
11212
11213 self = self;
11214 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
11215 return NULL;
11216 if (_argo0) {
11217 if (_argo0 == Py_None) { _arg0 = NULL; }
11218 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11219 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDraw. Expected _wxPyDivisionShape_p.");
11220 return NULL;
11221 }
11222 }
11223 if (_argo1) {
11224 if (_argo1 == Py_None) { _arg1 = NULL; }
11225 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11226 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDraw. Expected _wxDC_p.");
11227 return NULL;
11228 }
11229 }
11230 {
11231 wxPy_BEGIN_ALLOW_THREADS;
11232 wxPyDivisionShape_base_OnDraw(_arg0,*_arg1);
11233
11234 wxPy_END_ALLOW_THREADS;
11235 } Py_INCREF(Py_None);
11236 _resultobj = Py_None;
11237 return _resultobj;
11238 }
11239
11240 #define wxPyDivisionShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
11241 static PyObject *_wrap_wxPyDivisionShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
11242 PyObject * _resultobj;
11243 wxPyDivisionShape * _arg0;
11244 wxDC * _arg1;
11245 PyObject * _argo0 = 0;
11246 PyObject * _argo1 = 0;
11247 char *_kwnames[] = { "self","dc", NULL };
11248
11249 self = self;
11250 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
11251 return NULL;
11252 if (_argo0) {
11253 if (_argo0 == Py_None) { _arg0 = NULL; }
11254 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11255 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawContents. Expected _wxPyDivisionShape_p.");
11256 return NULL;
11257 }
11258 }
11259 if (_argo1) {
11260 if (_argo1 == Py_None) { _arg1 = NULL; }
11261 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11262 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawContents. Expected _wxDC_p.");
11263 return NULL;
11264 }
11265 }
11266 {
11267 wxPy_BEGIN_ALLOW_THREADS;
11268 wxPyDivisionShape_base_OnDrawContents(_arg0,*_arg1);
11269
11270 wxPy_END_ALLOW_THREADS;
11271 } Py_INCREF(Py_None);
11272 _resultobj = Py_None;
11273 return _resultobj;
11274 }
11275
11276 #define wxPyDivisionShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
11277 static PyObject *_wrap_wxPyDivisionShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
11278 PyObject * _resultobj;
11279 wxPyDivisionShape * _arg0;
11280 wxDC * _arg1;
11281 bool _arg2 = (bool ) FALSE;
11282 PyObject * _argo0 = 0;
11283 PyObject * _argo1 = 0;
11284 int tempbool2 = (int) FALSE;
11285 char *_kwnames[] = { "self","dc","erase", NULL };
11286
11287 self = self;
11288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDivisionShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
11289 return NULL;
11290 if (_argo0) {
11291 if (_argo0 == Py_None) { _arg0 = NULL; }
11292 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11293 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawBranches. Expected _wxPyDivisionShape_p.");
11294 return NULL;
11295 }
11296 }
11297 if (_argo1) {
11298 if (_argo1 == Py_None) { _arg1 = NULL; }
11299 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11300 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawBranches. Expected _wxDC_p.");
11301 return NULL;
11302 }
11303 }
11304 _arg2 = (bool ) tempbool2;
11305 {
11306 wxPy_BEGIN_ALLOW_THREADS;
11307 wxPyDivisionShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
11308
11309 wxPy_END_ALLOW_THREADS;
11310 } Py_INCREF(Py_None);
11311 _resultobj = Py_None;
11312 return _resultobj;
11313 }
11314
11315 #define wxPyDivisionShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
11316 static PyObject *_wrap_wxPyDivisionShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
11317 PyObject * _resultobj;
11318 wxPyDivisionShape * _arg0;
11319 wxDC * _arg1;
11320 PyObject * _argo0 = 0;
11321 PyObject * _argo1 = 0;
11322 char *_kwnames[] = { "self","dc", NULL };
11323
11324 self = self;
11325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
11326 return NULL;
11327 if (_argo0) {
11328 if (_argo0 == Py_None) { _arg0 = NULL; }
11329 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11330 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMoveLinks. Expected _wxPyDivisionShape_p.");
11331 return NULL;
11332 }
11333 }
11334 if (_argo1) {
11335 if (_argo1 == Py_None) { _arg1 = NULL; }
11336 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11337 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMoveLinks. Expected _wxDC_p.");
11338 return NULL;
11339 }
11340 }
11341 {
11342 wxPy_BEGIN_ALLOW_THREADS;
11343 wxPyDivisionShape_base_OnMoveLinks(_arg0,*_arg1);
11344
11345 wxPy_END_ALLOW_THREADS;
11346 } Py_INCREF(Py_None);
11347 _resultobj = Py_None;
11348 return _resultobj;
11349 }
11350
11351 #define wxPyDivisionShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
11352 static PyObject *_wrap_wxPyDivisionShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
11353 PyObject * _resultobj;
11354 wxPyDivisionShape * _arg0;
11355 wxDC * _arg1;
11356 PyObject * _argo0 = 0;
11357 PyObject * _argo1 = 0;
11358 char *_kwnames[] = { "self","dc", NULL };
11359
11360 self = self;
11361 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnErase",_kwnames,&_argo0,&_argo1))
11362 return NULL;
11363 if (_argo0) {
11364 if (_argo0 == Py_None) { _arg0 = NULL; }
11365 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11366 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnErase. Expected _wxPyDivisionShape_p.");
11367 return NULL;
11368 }
11369 }
11370 if (_argo1) {
11371 if (_argo1 == Py_None) { _arg1 = NULL; }
11372 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11373 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnErase. Expected _wxDC_p.");
11374 return NULL;
11375 }
11376 }
11377 {
11378 wxPy_BEGIN_ALLOW_THREADS;
11379 wxPyDivisionShape_base_OnErase(_arg0,*_arg1);
11380
11381 wxPy_END_ALLOW_THREADS;
11382 } Py_INCREF(Py_None);
11383 _resultobj = Py_None;
11384 return _resultobj;
11385 }
11386
11387 #define wxPyDivisionShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
11388 static PyObject *_wrap_wxPyDivisionShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
11389 PyObject * _resultobj;
11390 wxPyDivisionShape * _arg0;
11391 wxDC * _arg1;
11392 PyObject * _argo0 = 0;
11393 PyObject * _argo1 = 0;
11394 char *_kwnames[] = { "self","dc", NULL };
11395
11396 self = self;
11397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
11398 return NULL;
11399 if (_argo0) {
11400 if (_argo0 == Py_None) { _arg0 = NULL; }
11401 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11402 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEraseContents. Expected _wxPyDivisionShape_p.");
11403 return NULL;
11404 }
11405 }
11406 if (_argo1) {
11407 if (_argo1 == Py_None) { _arg1 = NULL; }
11408 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11409 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnEraseContents. Expected _wxDC_p.");
11410 return NULL;
11411 }
11412 }
11413 {
11414 wxPy_BEGIN_ALLOW_THREADS;
11415 wxPyDivisionShape_base_OnEraseContents(_arg0,*_arg1);
11416
11417 wxPy_END_ALLOW_THREADS;
11418 } Py_INCREF(Py_None);
11419 _resultobj = Py_None;
11420 return _resultobj;
11421 }
11422
11423 #define wxPyDivisionShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
11424 static PyObject *_wrap_wxPyDivisionShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
11425 PyObject * _resultobj;
11426 wxPyDivisionShape * _arg0;
11427 wxDC * _arg1;
11428 PyObject * _argo0 = 0;
11429 PyObject * _argo1 = 0;
11430 char *_kwnames[] = { "self","dc", NULL };
11431
11432 self = self;
11433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
11434 return NULL;
11435 if (_argo0) {
11436 if (_argo0 == Py_None) { _arg0 = NULL; }
11437 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11438 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnHighlight. Expected _wxPyDivisionShape_p.");
11439 return NULL;
11440 }
11441 }
11442 if (_argo1) {
11443 if (_argo1 == Py_None) { _arg1 = NULL; }
11444 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11445 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnHighlight. Expected _wxDC_p.");
11446 return NULL;
11447 }
11448 }
11449 {
11450 wxPy_BEGIN_ALLOW_THREADS;
11451 wxPyDivisionShape_base_OnHighlight(_arg0,*_arg1);
11452
11453 wxPy_END_ALLOW_THREADS;
11454 } Py_INCREF(Py_None);
11455 _resultobj = Py_None;
11456 return _resultobj;
11457 }
11458
11459 #define wxPyDivisionShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11460 static PyObject *_wrap_wxPyDivisionShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
11461 PyObject * _resultobj;
11462 wxPyDivisionShape * _arg0;
11463 double _arg1;
11464 double _arg2;
11465 int _arg3 = (int ) 0;
11466 int _arg4 = (int ) 0;
11467 PyObject * _argo0 = 0;
11468 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11469
11470 self = self;
11471 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11472 return NULL;
11473 if (_argo0) {
11474 if (_argo0 == Py_None) { _arg0 = NULL; }
11475 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11476 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnLeftClick. Expected _wxPyDivisionShape_p.");
11477 return NULL;
11478 }
11479 }
11480 {
11481 wxPy_BEGIN_ALLOW_THREADS;
11482 wxPyDivisionShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
11483
11484 wxPy_END_ALLOW_THREADS;
11485 } Py_INCREF(Py_None);
11486 _resultobj = Py_None;
11487 return _resultobj;
11488 }
11489
11490 #define wxPyDivisionShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11491 static PyObject *_wrap_wxPyDivisionShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
11492 PyObject * _resultobj;
11493 wxPyDivisionShape * _arg0;
11494 double _arg1;
11495 double _arg2;
11496 int _arg3 = (int ) 0;
11497 int _arg4 = (int ) 0;
11498 PyObject * _argo0 = 0;
11499 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11500
11501 self = self;
11502 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11503 return NULL;
11504 if (_argo0) {
11505 if (_argo0 == Py_None) { _arg0 = NULL; }
11506 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11507 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnLeftDoubleClick. Expected _wxPyDivisionShape_p.");
11508 return NULL;
11509 }
11510 }
11511 {
11512 wxPy_BEGIN_ALLOW_THREADS;
11513 wxPyDivisionShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
11514
11515 wxPy_END_ALLOW_THREADS;
11516 } Py_INCREF(Py_None);
11517 _resultobj = Py_None;
11518 return _resultobj;
11519 }
11520
11521 #define wxPyDivisionShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11522 static PyObject *_wrap_wxPyDivisionShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
11523 PyObject * _resultobj;
11524 wxPyDivisionShape * _arg0;
11525 double _arg1;
11526 double _arg2;
11527 int _arg3 = (int ) 0;
11528 int _arg4 = (int ) 0;
11529 PyObject * _argo0 = 0;
11530 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11531
11532 self = self;
11533 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11534 return NULL;
11535 if (_argo0) {
11536 if (_argo0 == Py_None) { _arg0 = NULL; }
11537 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11538 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnRightClick. Expected _wxPyDivisionShape_p.");
11539 return NULL;
11540 }
11541 }
11542 {
11543 wxPy_BEGIN_ALLOW_THREADS;
11544 wxPyDivisionShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
11545
11546 wxPy_END_ALLOW_THREADS;
11547 } Py_INCREF(Py_None);
11548 _resultobj = Py_None;
11549 return _resultobj;
11550 }
11551
11552 #define wxPyDivisionShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
11553 static PyObject *_wrap_wxPyDivisionShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11554 PyObject * _resultobj;
11555 wxPyDivisionShape * _arg0;
11556 double _arg1;
11557 double _arg2;
11558 PyObject * _argo0 = 0;
11559 char *_kwnames[] = { "self","x","y", NULL };
11560
11561 self = self;
11562 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
11563 return NULL;
11564 if (_argo0) {
11565 if (_argo0 == Py_None) { _arg0 = NULL; }
11566 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11567 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSize. Expected _wxPyDivisionShape_p.");
11568 return NULL;
11569 }
11570 }
11571 {
11572 wxPy_BEGIN_ALLOW_THREADS;
11573 wxPyDivisionShape_base_OnSize(_arg0,_arg1,_arg2);
11574
11575 wxPy_END_ALLOW_THREADS;
11576 } Py_INCREF(Py_None);
11577 _resultobj = Py_None;
11578 return _resultobj;
11579 }
11580
11581 #define wxPyDivisionShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
11582 static PyObject *_wrap_wxPyDivisionShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
11583 PyObject * _resultobj;
11584 bool _result;
11585 wxPyDivisionShape * _arg0;
11586 wxDC * _arg1;
11587 double _arg2;
11588 double _arg3;
11589 double _arg4;
11590 double _arg5;
11591 bool _arg6 = (bool ) TRUE;
11592 PyObject * _argo0 = 0;
11593 PyObject * _argo1 = 0;
11594 int tempbool6 = (int) TRUE;
11595 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
11596
11597 self = self;
11598 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDivisionShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
11599 return NULL;
11600 if (_argo0) {
11601 if (_argo0 == Py_None) { _arg0 = NULL; }
11602 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11603 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMovePre. Expected _wxPyDivisionShape_p.");
11604 return NULL;
11605 }
11606 }
11607 if (_argo1) {
11608 if (_argo1 == Py_None) { _arg1 = NULL; }
11609 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11610 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMovePre. Expected _wxDC_p.");
11611 return NULL;
11612 }
11613 }
11614 _arg6 = (bool ) tempbool6;
11615 {
11616 wxPy_BEGIN_ALLOW_THREADS;
11617 _result = (bool )wxPyDivisionShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
11618
11619 wxPy_END_ALLOW_THREADS;
11620 } _resultobj = Py_BuildValue("i",_result);
11621 return _resultobj;
11622 }
11623
11624 #define wxPyDivisionShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
11625 static PyObject *_wrap_wxPyDivisionShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
11626 PyObject * _resultobj;
11627 wxPyDivisionShape * _arg0;
11628 wxDC * _arg1;
11629 double _arg2;
11630 double _arg3;
11631 double _arg4;
11632 double _arg5;
11633 bool _arg6 = (bool ) TRUE;
11634 PyObject * _argo0 = 0;
11635 PyObject * _argo1 = 0;
11636 int tempbool6 = (int) TRUE;
11637 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
11638
11639 self = self;
11640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDivisionShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
11641 return NULL;
11642 if (_argo0) {
11643 if (_argo0 == Py_None) { _arg0 = NULL; }
11644 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11645 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMovePost. Expected _wxPyDivisionShape_p.");
11646 return NULL;
11647 }
11648 }
11649 if (_argo1) {
11650 if (_argo1 == Py_None) { _arg1 = NULL; }
11651 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11652 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMovePost. Expected _wxDC_p.");
11653 return NULL;
11654 }
11655 }
11656 _arg6 = (bool ) tempbool6;
11657 {
11658 wxPy_BEGIN_ALLOW_THREADS;
11659 wxPyDivisionShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
11660
11661 wxPy_END_ALLOW_THREADS;
11662 } Py_INCREF(Py_None);
11663 _resultobj = Py_None;
11664 return _resultobj;
11665 }
11666
11667 #define wxPyDivisionShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
11668 static PyObject *_wrap_wxPyDivisionShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
11669 PyObject * _resultobj;
11670 wxPyDivisionShape * _arg0;
11671 bool _arg1;
11672 double _arg2;
11673 double _arg3;
11674 int _arg4 = (int ) 0;
11675 int _arg5 = (int ) 0;
11676 PyObject * _argo0 = 0;
11677 int tempbool1;
11678 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
11679
11680 self = self;
11681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDivisionShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
11682 return NULL;
11683 if (_argo0) {
11684 if (_argo0 == Py_None) { _arg0 = NULL; }
11685 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11686 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDragLeft. Expected _wxPyDivisionShape_p.");
11687 return NULL;
11688 }
11689 }
11690 _arg1 = (bool ) tempbool1;
11691 {
11692 wxPy_BEGIN_ALLOW_THREADS;
11693 wxPyDivisionShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
11694
11695 wxPy_END_ALLOW_THREADS;
11696 } Py_INCREF(Py_None);
11697 _resultobj = Py_None;
11698 return _resultobj;
11699 }
11700
11701 #define wxPyDivisionShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11702 static PyObject *_wrap_wxPyDivisionShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
11703 PyObject * _resultobj;
11704 wxPyDivisionShape * _arg0;
11705 double _arg1;
11706 double _arg2;
11707 int _arg3 = (int ) 0;
11708 int _arg4 = (int ) 0;
11709 PyObject * _argo0 = 0;
11710 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11711
11712 self = self;
11713 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11714 return NULL;
11715 if (_argo0) {
11716 if (_argo0 == Py_None) { _arg0 = NULL; }
11717 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11718 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnBeginDragLeft. Expected _wxPyDivisionShape_p.");
11719 return NULL;
11720 }
11721 }
11722 {
11723 wxPy_BEGIN_ALLOW_THREADS;
11724 wxPyDivisionShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
11725
11726 wxPy_END_ALLOW_THREADS;
11727 } Py_INCREF(Py_None);
11728 _resultobj = Py_None;
11729 return _resultobj;
11730 }
11731
11732 #define wxPyDivisionShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11733 static PyObject *_wrap_wxPyDivisionShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
11734 PyObject * _resultobj;
11735 wxPyDivisionShape * _arg0;
11736 double _arg1;
11737 double _arg2;
11738 int _arg3 = (int ) 0;
11739 int _arg4 = (int ) 0;
11740 PyObject * _argo0 = 0;
11741 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11742
11743 self = self;
11744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11745 return NULL;
11746 if (_argo0) {
11747 if (_argo0 == Py_None) { _arg0 = NULL; }
11748 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11749 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEndDragLeft. Expected _wxPyDivisionShape_p.");
11750 return NULL;
11751 }
11752 }
11753 {
11754 wxPy_BEGIN_ALLOW_THREADS;
11755 wxPyDivisionShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
11756
11757 wxPy_END_ALLOW_THREADS;
11758 } Py_INCREF(Py_None);
11759 _resultobj = Py_None;
11760 return _resultobj;
11761 }
11762
11763 #define wxPyDivisionShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
11764 static PyObject *_wrap_wxPyDivisionShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
11765 PyObject * _resultobj;
11766 wxPyDivisionShape * _arg0;
11767 bool _arg1;
11768 double _arg2;
11769 double _arg3;
11770 int _arg4 = (int ) 0;
11771 int _arg5 = (int ) 0;
11772 PyObject * _argo0 = 0;
11773 int tempbool1;
11774 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
11775
11776 self = self;
11777 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDivisionShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
11778 return NULL;
11779 if (_argo0) {
11780 if (_argo0 == Py_None) { _arg0 = NULL; }
11781 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11782 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDragRight. Expected _wxPyDivisionShape_p.");
11783 return NULL;
11784 }
11785 }
11786 _arg1 = (bool ) tempbool1;
11787 {
11788 wxPy_BEGIN_ALLOW_THREADS;
11789 wxPyDivisionShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
11790
11791 wxPy_END_ALLOW_THREADS;
11792 } Py_INCREF(Py_None);
11793 _resultobj = Py_None;
11794 return _resultobj;
11795 }
11796
11797 #define wxPyDivisionShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11798 static PyObject *_wrap_wxPyDivisionShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
11799 PyObject * _resultobj;
11800 wxPyDivisionShape * _arg0;
11801 double _arg1;
11802 double _arg2;
11803 int _arg3 = (int ) 0;
11804 int _arg4 = (int ) 0;
11805 PyObject * _argo0 = 0;
11806 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11807
11808 self = self;
11809 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11810 return NULL;
11811 if (_argo0) {
11812 if (_argo0 == Py_None) { _arg0 = NULL; }
11813 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11814 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnBeginDragRight. Expected _wxPyDivisionShape_p.");
11815 return NULL;
11816 }
11817 }
11818 {
11819 wxPy_BEGIN_ALLOW_THREADS;
11820 wxPyDivisionShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
11821
11822 wxPy_END_ALLOW_THREADS;
11823 } Py_INCREF(Py_None);
11824 _resultobj = Py_None;
11825 return _resultobj;
11826 }
11827
11828 #define wxPyDivisionShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11829 static PyObject *_wrap_wxPyDivisionShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
11830 PyObject * _resultobj;
11831 wxPyDivisionShape * _arg0;
11832 double _arg1;
11833 double _arg2;
11834 int _arg3 = (int ) 0;
11835 int _arg4 = (int ) 0;
11836 PyObject * _argo0 = 0;
11837 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11838
11839 self = self;
11840 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11841 return NULL;
11842 if (_argo0) {
11843 if (_argo0 == Py_None) { _arg0 = NULL; }
11844 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11845 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEndDragRight. Expected _wxPyDivisionShape_p.");
11846 return NULL;
11847 }
11848 }
11849 {
11850 wxPy_BEGIN_ALLOW_THREADS;
11851 wxPyDivisionShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
11852
11853 wxPy_END_ALLOW_THREADS;
11854 } Py_INCREF(Py_None);
11855 _resultobj = Py_None;
11856 return _resultobj;
11857 }
11858
11859 #define wxPyDivisionShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
11860 static PyObject *_wrap_wxPyDivisionShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
11861 PyObject * _resultobj;
11862 wxPyDivisionShape * _arg0;
11863 wxDC * _arg1;
11864 double _arg2;
11865 double _arg3;
11866 double _arg4;
11867 double _arg5;
11868 PyObject * _argo0 = 0;
11869 PyObject * _argo1 = 0;
11870 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
11871
11872 self = self;
11873 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyDivisionShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
11874 return NULL;
11875 if (_argo0) {
11876 if (_argo0 == Py_None) { _arg0 = NULL; }
11877 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11878 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawOutline. Expected _wxPyDivisionShape_p.");
11879 return NULL;
11880 }
11881 }
11882 if (_argo1) {
11883 if (_argo1 == Py_None) { _arg1 = NULL; }
11884 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11885 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawOutline. Expected _wxDC_p.");
11886 return NULL;
11887 }
11888 }
11889 {
11890 wxPy_BEGIN_ALLOW_THREADS;
11891 wxPyDivisionShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
11892
11893 wxPy_END_ALLOW_THREADS;
11894 } Py_INCREF(Py_None);
11895 _resultobj = Py_None;
11896 return _resultobj;
11897 }
11898
11899 #define wxPyDivisionShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
11900 static PyObject *_wrap_wxPyDivisionShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
11901 PyObject * _resultobj;
11902 wxPyDivisionShape * _arg0;
11903 wxDC * _arg1;
11904 PyObject * _argo0 = 0;
11905 PyObject * _argo1 = 0;
11906 char *_kwnames[] = { "self","dc", NULL };
11907
11908 self = self;
11909 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
11910 return NULL;
11911 if (_argo0) {
11912 if (_argo0 == Py_None) { _arg0 = NULL; }
11913 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11914 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawControlPoints. Expected _wxPyDivisionShape_p.");
11915 return NULL;
11916 }
11917 }
11918 if (_argo1) {
11919 if (_argo1 == Py_None) { _arg1 = NULL; }
11920 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11921 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawControlPoints. Expected _wxDC_p.");
11922 return NULL;
11923 }
11924 }
11925 {
11926 wxPy_BEGIN_ALLOW_THREADS;
11927 wxPyDivisionShape_base_OnDrawControlPoints(_arg0,*_arg1);
11928
11929 wxPy_END_ALLOW_THREADS;
11930 } Py_INCREF(Py_None);
11931 _resultobj = Py_None;
11932 return _resultobj;
11933 }
11934
11935 #define wxPyDivisionShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
11936 static PyObject *_wrap_wxPyDivisionShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
11937 PyObject * _resultobj;
11938 wxPyDivisionShape * _arg0;
11939 wxDC * _arg1;
11940 PyObject * _argo0 = 0;
11941 PyObject * _argo1 = 0;
11942 char *_kwnames[] = { "self","dc", NULL };
11943
11944 self = self;
11945 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
11946 return NULL;
11947 if (_argo0) {
11948 if (_argo0 == Py_None) { _arg0 = NULL; }
11949 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11950 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEraseControlPoints. Expected _wxPyDivisionShape_p.");
11951 return NULL;
11952 }
11953 }
11954 if (_argo1) {
11955 if (_argo1 == Py_None) { _arg1 = NULL; }
11956 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11957 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnEraseControlPoints. Expected _wxDC_p.");
11958 return NULL;
11959 }
11960 }
11961 {
11962 wxPy_BEGIN_ALLOW_THREADS;
11963 wxPyDivisionShape_base_OnEraseControlPoints(_arg0,*_arg1);
11964
11965 wxPy_END_ALLOW_THREADS;
11966 } Py_INCREF(Py_None);
11967 _resultobj = Py_None;
11968 return _resultobj;
11969 }
11970
11971 #define wxPyDivisionShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
11972 static PyObject *_wrap_wxPyDivisionShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
11973 PyObject * _resultobj;
11974 wxPyDivisionShape * _arg0;
11975 wxDC * _arg1;
11976 bool _arg2 = (bool ) TRUE;
11977 PyObject * _argo0 = 0;
11978 PyObject * _argo1 = 0;
11979 int tempbool2 = (int) TRUE;
11980 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
11981
11982 self = self;
11983 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDivisionShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
11984 return NULL;
11985 if (_argo0) {
11986 if (_argo0 == Py_None) { _arg0 = NULL; }
11987 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11988 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMoveLink. Expected _wxPyDivisionShape_p.");
11989 return NULL;
11990 }
11991 }
11992 if (_argo1) {
11993 if (_argo1 == Py_None) { _arg1 = NULL; }
11994 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11995 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMoveLink. Expected _wxDC_p.");
11996 return NULL;
11997 }
11998 }
11999 _arg2 = (bool ) tempbool2;
12000 {
12001 wxPy_BEGIN_ALLOW_THREADS;
12002 wxPyDivisionShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
12003
12004 wxPy_END_ALLOW_THREADS;
12005 } Py_INCREF(Py_None);
12006 _resultobj = Py_None;
12007 return _resultobj;
12008 }
12009
12010 #define wxPyDivisionShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
12011 static PyObject *_wrap_wxPyDivisionShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
12012 PyObject * _resultobj;
12013 wxPyDivisionShape * _arg0;
12014 wxPyControlPoint * _arg1;
12015 bool _arg2;
12016 double _arg3;
12017 double _arg4;
12018 int _arg5 = (int ) 0;
12019 int _arg6 = (int ) 0;
12020 PyObject * _argo0 = 0;
12021 PyObject * _argo1 = 0;
12022 int tempbool2;
12023 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
12024
12025 self = self;
12026 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyDivisionShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
12027 return NULL;
12028 if (_argo0) {
12029 if (_argo0 == Py_None) { _arg0 = NULL; }
12030 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12031 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSizingDragLeft. Expected _wxPyDivisionShape_p.");
12032 return NULL;
12033 }
12034 }
12035 if (_argo1) {
12036 if (_argo1 == Py_None) { _arg1 = NULL; }
12037 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
12038 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
12039 return NULL;
12040 }
12041 }
12042 _arg2 = (bool ) tempbool2;
12043 {
12044 wxPy_BEGIN_ALLOW_THREADS;
12045 wxPyDivisionShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
12046
12047 wxPy_END_ALLOW_THREADS;
12048 } Py_INCREF(Py_None);
12049 _resultobj = Py_None;
12050 return _resultobj;
12051 }
12052
12053 #define wxPyDivisionShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
12054 static PyObject *_wrap_wxPyDivisionShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
12055 PyObject * _resultobj;
12056 wxPyDivisionShape * _arg0;
12057 wxPyControlPoint * _arg1;
12058 double _arg2;
12059 double _arg3;
12060 int _arg4 = (int ) 0;
12061 int _arg5 = (int ) 0;
12062 PyObject * _argo0 = 0;
12063 PyObject * _argo1 = 0;
12064 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
12065
12066 self = self;
12067 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDivisionShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
12068 return NULL;
12069 if (_argo0) {
12070 if (_argo0 == Py_None) { _arg0 = NULL; }
12071 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12072 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSizingBeginDragLeft. Expected _wxPyDivisionShape_p.");
12073 return NULL;
12074 }
12075 }
12076 if (_argo1) {
12077 if (_argo1 == Py_None) { _arg1 = NULL; }
12078 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
12079 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
12080 return NULL;
12081 }
12082 }
12083 {
12084 wxPy_BEGIN_ALLOW_THREADS;
12085 wxPyDivisionShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
12086
12087 wxPy_END_ALLOW_THREADS;
12088 } Py_INCREF(Py_None);
12089 _resultobj = Py_None;
12090 return _resultobj;
12091 }
12092
12093 #define wxPyDivisionShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
12094 static PyObject *_wrap_wxPyDivisionShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
12095 PyObject * _resultobj;
12096 wxPyDivisionShape * _arg0;
12097 wxPyControlPoint * _arg1;
12098 double _arg2;
12099 double _arg3;
12100 int _arg4 = (int ) 0;
12101 int _arg5 = (int ) 0;
12102 PyObject * _argo0 = 0;
12103 PyObject * _argo1 = 0;
12104 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
12105
12106 self = self;
12107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDivisionShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
12108 return NULL;
12109 if (_argo0) {
12110 if (_argo0 == Py_None) { _arg0 = NULL; }
12111 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12112 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSizingEndDragLeft. Expected _wxPyDivisionShape_p.");
12113 return NULL;
12114 }
12115 }
12116 if (_argo1) {
12117 if (_argo1 == Py_None) { _arg1 = NULL; }
12118 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
12119 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
12120 return NULL;
12121 }
12122 }
12123 {
12124 wxPy_BEGIN_ALLOW_THREADS;
12125 wxPyDivisionShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
12126
12127 wxPy_END_ALLOW_THREADS;
12128 } Py_INCREF(Py_None);
12129 _resultobj = Py_None;
12130 return _resultobj;
12131 }
12132
12133 #define wxPyDivisionShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
12134 static PyObject *_wrap_wxPyDivisionShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12135 PyObject * _resultobj;
12136 wxPyDivisionShape * _arg0;
12137 double _arg1;
12138 double _arg2;
12139 PyObject * _argo0 = 0;
12140 char *_kwnames[] = { "self","w","h", NULL };
12141
12142 self = self;
12143 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
12144 return NULL;
12145 if (_argo0) {
12146 if (_argo0 == Py_None) { _arg0 = NULL; }
12147 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12148 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnBeginSize. Expected _wxPyDivisionShape_p.");
12149 return NULL;
12150 }
12151 }
12152 {
12153 wxPy_BEGIN_ALLOW_THREADS;
12154 wxPyDivisionShape_base_OnBeginSize(_arg0,_arg1,_arg2);
12155
12156 wxPy_END_ALLOW_THREADS;
12157 } Py_INCREF(Py_None);
12158 _resultobj = Py_None;
12159 return _resultobj;
12160 }
12161
12162 #define wxPyDivisionShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
12163 static PyObject *_wrap_wxPyDivisionShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12164 PyObject * _resultobj;
12165 wxPyDivisionShape * _arg0;
12166 double _arg1;
12167 double _arg2;
12168 PyObject * _argo0 = 0;
12169 char *_kwnames[] = { "self","w","h", NULL };
12170
12171 self = self;
12172 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
12173 return NULL;
12174 if (_argo0) {
12175 if (_argo0 == Py_None) { _arg0 = NULL; }
12176 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12177 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEndSize. Expected _wxPyDivisionShape_p.");
12178 return NULL;
12179 }
12180 }
12181 {
12182 wxPy_BEGIN_ALLOW_THREADS;
12183 wxPyDivisionShape_base_OnEndSize(_arg0,_arg1,_arg2);
12184
12185 wxPy_END_ALLOW_THREADS;
12186 } Py_INCREF(Py_None);
12187 _resultobj = Py_None;
12188 return _resultobj;
12189 }
12190
12191 static PyMethodDef oglshapescMethods[] = {
12192 { "wxPyDivisionShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12193 { "wxPyDivisionShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDivisionShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12194 { "wxPyDivisionShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12195 { "wxPyDivisionShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12196 { "wxPyDivisionShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12197 { "wxPyDivisionShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12198 { "wxPyDivisionShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12199 { "wxPyDivisionShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12200 { "wxPyDivisionShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12201 { "wxPyDivisionShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12202 { "wxPyDivisionShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12203 { "wxPyDivisionShape_base_OnDragRight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12204 { "wxPyDivisionShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12205 { "wxPyDivisionShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12206 { "wxPyDivisionShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12207 { "wxPyDivisionShape_base_OnMovePost", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12208 { "wxPyDivisionShape_base_OnMovePre", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12209 { "wxPyDivisionShape_base_OnSize", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12210 { "wxPyDivisionShape_base_OnRightClick", (PyCFunction) _wrap_wxPyDivisionShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12211 { "wxPyDivisionShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyDivisionShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12212 { "wxPyDivisionShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyDivisionShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12213 { "wxPyDivisionShape_base_OnHighlight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12214 { "wxPyDivisionShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12215 { "wxPyDivisionShape_base_OnErase", (PyCFunction) _wrap_wxPyDivisionShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12216 { "wxPyDivisionShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12217 { "wxPyDivisionShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12218 { "wxPyDivisionShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12219 { "wxPyDivisionShape_base_OnDraw", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12220 { "wxPyDivisionShape_base_OnDelete", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12221 { "wxPyDivisionShape_SetTopSidePen", (PyCFunction) _wrap_wxPyDivisionShape_SetTopSidePen, METH_VARARGS | METH_KEYWORDS },
12222 { "wxPyDivisionShape_SetTopSideColour", (PyCFunction) _wrap_wxPyDivisionShape_SetTopSideColour, METH_VARARGS | METH_KEYWORDS },
12223 { "wxPyDivisionShape_SetTopSide", (PyCFunction) _wrap_wxPyDivisionShape_SetTopSide, METH_VARARGS | METH_KEYWORDS },
12224 { "wxPyDivisionShape_SetRightSide", (PyCFunction) _wrap_wxPyDivisionShape_SetRightSide, METH_VARARGS | METH_KEYWORDS },
12225 { "wxPyDivisionShape_SetLeftSidePen", (PyCFunction) _wrap_wxPyDivisionShape_SetLeftSidePen, METH_VARARGS | METH_KEYWORDS },
12226 { "wxPyDivisionShape_SetLeftSideColour", (PyCFunction) _wrap_wxPyDivisionShape_SetLeftSideColour, METH_VARARGS | METH_KEYWORDS },
12227 { "wxPyDivisionShape_SetLeftSide", (PyCFunction) _wrap_wxPyDivisionShape_SetLeftSide, METH_VARARGS | METH_KEYWORDS },
12228 { "wxPyDivisionShape_SetHandleSide", (PyCFunction) _wrap_wxPyDivisionShape_SetHandleSide, METH_VARARGS | METH_KEYWORDS },
12229 { "wxPyDivisionShape_SetBottomSide", (PyCFunction) _wrap_wxPyDivisionShape_SetBottomSide, METH_VARARGS | METH_KEYWORDS },
12230 { "wxPyDivisionShape_PopupMenu", (PyCFunction) _wrap_wxPyDivisionShape_PopupMenu, METH_VARARGS | METH_KEYWORDS },
12231 { "wxPyDivisionShape_ResizeAdjoining", (PyCFunction) _wrap_wxPyDivisionShape_ResizeAdjoining, METH_VARARGS | METH_KEYWORDS },
12232 { "wxPyDivisionShape_GetTopSidePen", (PyCFunction) _wrap_wxPyDivisionShape_GetTopSidePen, METH_VARARGS | METH_KEYWORDS },
12233 { "wxPyDivisionShape_GetTopSide", (PyCFunction) _wrap_wxPyDivisionShape_GetTopSide, METH_VARARGS | METH_KEYWORDS },
12234 { "wxPyDivisionShape_GetRightSide", (PyCFunction) _wrap_wxPyDivisionShape_GetRightSide, METH_VARARGS | METH_KEYWORDS },
12235 { "wxPyDivisionShape_GetLeftSidePen", (PyCFunction) _wrap_wxPyDivisionShape_GetLeftSidePen, METH_VARARGS | METH_KEYWORDS },
12236 { "wxPyDivisionShape_GetLeftSideColour", (PyCFunction) _wrap_wxPyDivisionShape_GetLeftSideColour, METH_VARARGS | METH_KEYWORDS },
12237 { "wxPyDivisionShape_GetLeftSide", (PyCFunction) _wrap_wxPyDivisionShape_GetLeftSide, METH_VARARGS | METH_KEYWORDS },
12238 { "wxPyDivisionShape_GetHandleSide", (PyCFunction) _wrap_wxPyDivisionShape_GetHandleSide, METH_VARARGS | METH_KEYWORDS },
12239 { "wxPyDivisionShape_GetBottomSide", (PyCFunction) _wrap_wxPyDivisionShape_GetBottomSide, METH_VARARGS | METH_KEYWORDS },
12240 { "wxPyDivisionShape_EditEdge", (PyCFunction) _wrap_wxPyDivisionShape_EditEdge, METH_VARARGS | METH_KEYWORDS },
12241 { "wxPyDivisionShape_Divide", (PyCFunction) _wrap_wxPyDivisionShape_Divide, METH_VARARGS | METH_KEYWORDS },
12242 { "wxPyDivisionShape_AdjustTop", (PyCFunction) _wrap_wxPyDivisionShape_AdjustTop, METH_VARARGS | METH_KEYWORDS },
12243 { "wxPyDivisionShape_AdjustRight", (PyCFunction) _wrap_wxPyDivisionShape_AdjustRight, METH_VARARGS | METH_KEYWORDS },
12244 { "wxPyDivisionShape_AdjustLeft", (PyCFunction) _wrap_wxPyDivisionShape_AdjustLeft, METH_VARARGS | METH_KEYWORDS },
12245 { "wxPyDivisionShape_AdjustBottom", (PyCFunction) _wrap_wxPyDivisionShape_AdjustBottom, METH_VARARGS | METH_KEYWORDS },
12246 { "wxPyDivisionShape__setSelf", (PyCFunction) _wrap_wxPyDivisionShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12247 { "new_wxPyDivisionShape", (PyCFunction) _wrap_new_wxPyDivisionShape, METH_VARARGS | METH_KEYWORDS },
12248 { "wxPyDividedShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12249 { "wxPyDividedShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12250 { "wxPyDividedShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12251 { "wxPyDividedShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12252 { "wxPyDividedShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12253 { "wxPyDividedShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyDividedShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12254 { "wxPyDividedShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyDividedShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12255 { "wxPyDividedShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12256 { "wxPyDividedShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12257 { "wxPyDividedShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyDividedShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12258 { "wxPyDividedShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyDividedShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12259 { "wxPyDividedShape_base_OnDragRight", (PyCFunction) _wrap_wxPyDividedShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12260 { "wxPyDividedShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12261 { "wxPyDividedShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12262 { "wxPyDividedShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12263 { "wxPyDividedShape_base_OnMovePost", (PyCFunction) _wrap_wxPyDividedShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12264 { "wxPyDividedShape_base_OnMovePre", (PyCFunction) _wrap_wxPyDividedShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12265 { "wxPyDividedShape_base_OnSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12266 { "wxPyDividedShape_base_OnRightClick", (PyCFunction) _wrap_wxPyDividedShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12267 { "wxPyDividedShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyDividedShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12268 { "wxPyDividedShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyDividedShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12269 { "wxPyDividedShape_base_OnHighlight", (PyCFunction) _wrap_wxPyDividedShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12270 { "wxPyDividedShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyDividedShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12271 { "wxPyDividedShape_base_OnErase", (PyCFunction) _wrap_wxPyDividedShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12272 { "wxPyDividedShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyDividedShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12273 { "wxPyDividedShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12274 { "wxPyDividedShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12275 { "wxPyDividedShape_base_OnDraw", (PyCFunction) _wrap_wxPyDividedShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12276 { "wxPyDividedShape_base_OnDelete", (PyCFunction) _wrap_wxPyDividedShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12277 { "wxPyDividedShape_SetRegionSizes", (PyCFunction) _wrap_wxPyDividedShape_SetRegionSizes, METH_VARARGS | METH_KEYWORDS },
12278 { "wxPyDividedShape_EditRegions", (PyCFunction) _wrap_wxPyDividedShape_EditRegions, METH_VARARGS | METH_KEYWORDS },
12279 { "wxPyDividedShape__setSelf", (PyCFunction) _wrap_wxPyDividedShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12280 { "new_wxPyDividedShape", (PyCFunction) _wrap_new_wxPyDividedShape, METH_VARARGS | METH_KEYWORDS },
12281 { "wxPyCompositeShape_base_OnEndSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12282 { "wxPyCompositeShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12283 { "wxPyCompositeShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12284 { "wxPyCompositeShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12285 { "wxPyCompositeShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12286 { "wxPyCompositeShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12287 { "wxPyCompositeShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12288 { "wxPyCompositeShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12289 { "wxPyCompositeShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12290 { "wxPyCompositeShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12291 { "wxPyCompositeShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12292 { "wxPyCompositeShape_base_OnDragRight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12293 { "wxPyCompositeShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12294 { "wxPyCompositeShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12295 { "wxPyCompositeShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12296 { "wxPyCompositeShape_base_OnMovePost", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12297 { "wxPyCompositeShape_base_OnMovePre", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12298 { "wxPyCompositeShape_base_OnSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12299 { "wxPyCompositeShape_base_OnRightClick", (PyCFunction) _wrap_wxPyCompositeShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12300 { "wxPyCompositeShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyCompositeShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12301 { "wxPyCompositeShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyCompositeShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12302 { "wxPyCompositeShape_base_OnHighlight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12303 { "wxPyCompositeShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12304 { "wxPyCompositeShape_base_OnErase", (PyCFunction) _wrap_wxPyCompositeShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12305 { "wxPyCompositeShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12306 { "wxPyCompositeShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12307 { "wxPyCompositeShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12308 { "wxPyCompositeShape_base_OnDraw", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12309 { "wxPyCompositeShape_base_OnDelete", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12310 { "wxPyCompositeShape_RemoveChild", (PyCFunction) _wrap_wxPyCompositeShape_RemoveChild, METH_VARARGS | METH_KEYWORDS },
12311 { "wxPyCompositeShape_Recompute", (PyCFunction) _wrap_wxPyCompositeShape_Recompute, METH_VARARGS | METH_KEYWORDS },
12312 { "wxPyCompositeShape_MakeContainer", (PyCFunction) _wrap_wxPyCompositeShape_MakeContainer, METH_VARARGS | METH_KEYWORDS },
12313 { "wxPyCompositeShape_GetDivisions", (PyCFunction) _wrap_wxPyCompositeShape_GetDivisions, METH_VARARGS | METH_KEYWORDS },
12314 { "wxPyCompositeShape_GetConstraints", (PyCFunction) _wrap_wxPyCompositeShape_GetConstraints, METH_VARARGS | METH_KEYWORDS },
12315 { "wxPyCompositeShape_FindContainerImage", (PyCFunction) _wrap_wxPyCompositeShape_FindContainerImage, METH_VARARGS | METH_KEYWORDS },
12316 { "wxPyCompositeShape_DeleteConstraintsInvolvingChild", (PyCFunction) _wrap_wxPyCompositeShape_DeleteConstraintsInvolvingChild, METH_VARARGS | METH_KEYWORDS },
12317 { "wxPyCompositeShape_DeleteConstraint", (PyCFunction) _wrap_wxPyCompositeShape_DeleteConstraint, METH_VARARGS | METH_KEYWORDS },
12318 { "wxPyCompositeShape_ContainsDivision", (PyCFunction) _wrap_wxPyCompositeShape_ContainsDivision, METH_VARARGS | METH_KEYWORDS },
12319 { "wxPyCompositeShape_CalculateSize", (PyCFunction) _wrap_wxPyCompositeShape_CalculateSize, METH_VARARGS | METH_KEYWORDS },
12320 { "wxPyCompositeShape_AddSimpleConstraint", (PyCFunction) _wrap_wxPyCompositeShape_AddSimpleConstraint, METH_VARARGS | METH_KEYWORDS },
12321 { "wxPyCompositeShape_AddConstrainedShapes", (PyCFunction) _wrap_wxPyCompositeShape_AddConstrainedShapes, METH_VARARGS | METH_KEYWORDS },
12322 { "wxPyCompositeShape_AddConstraint", (PyCFunction) _wrap_wxPyCompositeShape_AddConstraint, METH_VARARGS | METH_KEYWORDS },
12323 { "wxPyCompositeShape_AddChild", (PyCFunction) _wrap_wxPyCompositeShape_AddChild, METH_VARARGS | METH_KEYWORDS },
12324 { "wxPyCompositeShape__setSelf", (PyCFunction) _wrap_wxPyCompositeShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12325 { "new_wxPyCompositeShape", (PyCFunction) _wrap_new_wxPyCompositeShape, METH_VARARGS | METH_KEYWORDS },
12326 { "wxOGLConstraint_Equals", (PyCFunction) _wrap_wxOGLConstraint_Equals, METH_VARARGS | METH_KEYWORDS },
12327 { "wxOGLConstraint_SetSpacing", (PyCFunction) _wrap_wxOGLConstraint_SetSpacing, METH_VARARGS | METH_KEYWORDS },
12328 { "wxOGLConstraint_Evaluate", (PyCFunction) _wrap_wxOGLConstraint_Evaluate, METH_VARARGS | METH_KEYWORDS },
12329 { "delete_wxOGLConstraint", (PyCFunction) _wrap_delete_wxOGLConstraint, METH_VARARGS | METH_KEYWORDS },
12330 { "new_wxOGLConstraint", (PyCFunction) _wrap_new_wxOGLConstraint, METH_VARARGS | METH_KEYWORDS },
12331 { "wxPyDrawnShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12332 { "wxPyDrawnShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12333 { "wxPyDrawnShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12334 { "wxPyDrawnShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12335 { "wxPyDrawnShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12336 { "wxPyDrawnShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12337 { "wxPyDrawnShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12338 { "wxPyDrawnShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12339 { "wxPyDrawnShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12340 { "wxPyDrawnShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12341 { "wxPyDrawnShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12342 { "wxPyDrawnShape_base_OnDragRight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12343 { "wxPyDrawnShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12344 { "wxPyDrawnShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12345 { "wxPyDrawnShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12346 { "wxPyDrawnShape_base_OnMovePost", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12347 { "wxPyDrawnShape_base_OnMovePre", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12348 { "wxPyDrawnShape_base_OnSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12349 { "wxPyDrawnShape_base_OnRightClick", (PyCFunction) _wrap_wxPyDrawnShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12350 { "wxPyDrawnShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyDrawnShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12351 { "wxPyDrawnShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyDrawnShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12352 { "wxPyDrawnShape_base_OnHighlight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12353 { "wxPyDrawnShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12354 { "wxPyDrawnShape_base_OnErase", (PyCFunction) _wrap_wxPyDrawnShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12355 { "wxPyDrawnShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12356 { "wxPyDrawnShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12357 { "wxPyDrawnShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12358 { "wxPyDrawnShape_base_OnDraw", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12359 { "wxPyDrawnShape_base_OnDelete", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12360 { "wxPyDrawnShape_Translate", (PyCFunction) _wrap_wxPyDrawnShape_Translate, METH_VARARGS | METH_KEYWORDS },
12361 { "wxPyDrawnShape_SetSaveToFile", (PyCFunction) _wrap_wxPyDrawnShape_SetSaveToFile, METH_VARARGS | METH_KEYWORDS },
12362 { "wxPyDrawnShape_Scale", (PyCFunction) _wrap_wxPyDrawnShape_Scale, METH_VARARGS | METH_KEYWORDS },
12363 { "wxPyDrawnShape_SetDrawnTextColour", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnTextColour, METH_VARARGS | METH_KEYWORDS },
12364 { "wxPyDrawnShape_SetDrawnPen", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnPen, METH_VARARGS | METH_KEYWORDS },
12365 { "wxPyDrawnShape_SetDrawnFont", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnFont, METH_VARARGS | METH_KEYWORDS },
12366 { "wxPyDrawnShape_SetDrawnBrush", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnBrush, METH_VARARGS | METH_KEYWORDS },
12367 { "wxPyDrawnShape_SetDrawnBackgroundMode", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnBackgroundMode, METH_VARARGS | METH_KEYWORDS },
12368 { "wxPyDrawnShape_SetDrawnBackgroundColour", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12369 { "wxPyDrawnShape_SetClippingRect", (PyCFunction) _wrap_wxPyDrawnShape_SetClippingRect, METH_VARARGS | METH_KEYWORDS },
12370 { "wxPyDrawnShape_Rotate", (PyCFunction) _wrap_wxPyDrawnShape_Rotate, METH_VARARGS | METH_KEYWORDS },
12371 { "wxPyDrawnShape_LoadFromMetaFile", (PyCFunction) _wrap_wxPyDrawnShape_LoadFromMetaFile, METH_VARARGS | METH_KEYWORDS },
12372 { "wxPyDrawnShape_GetRotation", (PyCFunction) _wrap_wxPyDrawnShape_GetRotation, METH_VARARGS | METH_KEYWORDS },
12373 { "wxPyDrawnShape_GetMetaFile", (PyCFunction) _wrap_wxPyDrawnShape_GetMetaFile, METH_VARARGS | METH_KEYWORDS },
12374 { "wxPyDrawnShape_GetAngle", (PyCFunction) _wrap_wxPyDrawnShape_GetAngle, METH_VARARGS | METH_KEYWORDS },
12375 { "wxPyDrawnShape_DrawText", (PyCFunction) _wrap_wxPyDrawnShape_DrawText, METH_VARARGS | METH_KEYWORDS },
12376 { "wxPyDrawnShape_DrawSpline", (PyCFunction) _wrap_wxPyDrawnShape_DrawSpline, METH_VARARGS | METH_KEYWORDS },
12377 { "wxPyDrawnShape_DrawRoundedRectangle", (PyCFunction) _wrap_wxPyDrawnShape_DrawRoundedRectangle, METH_VARARGS | METH_KEYWORDS },
12378 { "wxPyDrawnShape_DrawRectangle", (PyCFunction) _wrap_wxPyDrawnShape_DrawRectangle, METH_VARARGS | METH_KEYWORDS },
12379 { "wxPyDrawnShape_DrawPolygon", (PyCFunction) _wrap_wxPyDrawnShape_DrawPolygon, METH_VARARGS | METH_KEYWORDS },
12380 { "wxPyDrawnShape_DrawPoint", (PyCFunction) _wrap_wxPyDrawnShape_DrawPoint, METH_VARARGS | METH_KEYWORDS },
12381 { "wxPyDrawnShape_DrawLines", (PyCFunction) _wrap_wxPyDrawnShape_DrawLines, METH_VARARGS | METH_KEYWORDS },
12382 { "wxPyDrawnShape_DrawLine", (PyCFunction) _wrap_wxPyDrawnShape_DrawLine, METH_VARARGS | METH_KEYWORDS },
12383 { "wxPyDrawnShape_DrawEllipticArc", (PyCFunction) _wrap_wxPyDrawnShape_DrawEllipticArc, METH_VARARGS | METH_KEYWORDS },
12384 { "wxPyDrawnShape_DrawAtAngle", (PyCFunction) _wrap_wxPyDrawnShape_DrawAtAngle, METH_VARARGS | METH_KEYWORDS },
12385 { "wxPyDrawnShape_DrawArc", (PyCFunction) _wrap_wxPyDrawnShape_DrawArc, METH_VARARGS | METH_KEYWORDS },
12386 { "wxPyDrawnShape_DestroyClippingRect", (PyCFunction) _wrap_wxPyDrawnShape_DestroyClippingRect, METH_VARARGS | METH_KEYWORDS },
12387 { "wxPyDrawnShape_CalculateSize", (PyCFunction) _wrap_wxPyDrawnShape_CalculateSize, METH_VARARGS | METH_KEYWORDS },
12388 { "wxPyDrawnShape__setSelf", (PyCFunction) _wrap_wxPyDrawnShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12389 { "new_wxPyDrawnShape", (PyCFunction) _wrap_new_wxPyDrawnShape, METH_VARARGS | METH_KEYWORDS },
12390 { "wxPyBitmapShape_base_OnEndSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12391 { "wxPyBitmapShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12392 { "wxPyBitmapShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12393 { "wxPyBitmapShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12394 { "wxPyBitmapShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12395 { "wxPyBitmapShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12396 { "wxPyBitmapShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12397 { "wxPyBitmapShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12398 { "wxPyBitmapShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12399 { "wxPyBitmapShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12400 { "wxPyBitmapShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12401 { "wxPyBitmapShape_base_OnDragRight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12402 { "wxPyBitmapShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12403 { "wxPyBitmapShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12404 { "wxPyBitmapShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12405 { "wxPyBitmapShape_base_OnMovePost", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12406 { "wxPyBitmapShape_base_OnMovePre", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12407 { "wxPyBitmapShape_base_OnSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12408 { "wxPyBitmapShape_base_OnRightClick", (PyCFunction) _wrap_wxPyBitmapShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12409 { "wxPyBitmapShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyBitmapShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12410 { "wxPyBitmapShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyBitmapShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12411 { "wxPyBitmapShape_base_OnHighlight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12412 { "wxPyBitmapShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12413 { "wxPyBitmapShape_base_OnErase", (PyCFunction) _wrap_wxPyBitmapShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12414 { "wxPyBitmapShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12415 { "wxPyBitmapShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12416 { "wxPyBitmapShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12417 { "wxPyBitmapShape_base_OnDraw", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12418 { "wxPyBitmapShape_base_OnDelete", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12419 { "wxPyBitmapShape_SetFilename", (PyCFunction) _wrap_wxPyBitmapShape_SetFilename, METH_VARARGS | METH_KEYWORDS },
12420 { "wxPyBitmapShape_SetBitmap", (PyCFunction) _wrap_wxPyBitmapShape_SetBitmap, METH_VARARGS | METH_KEYWORDS },
12421 { "wxPyBitmapShape_GetFilename", (PyCFunction) _wrap_wxPyBitmapShape_GetFilename, METH_VARARGS | METH_KEYWORDS },
12422 { "wxPyBitmapShape_GetBitmap", (PyCFunction) _wrap_wxPyBitmapShape_GetBitmap, METH_VARARGS | METH_KEYWORDS },
12423 { "wxPyBitmapShape__setSelf", (PyCFunction) _wrap_wxPyBitmapShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12424 { "new_wxPyBitmapShape", (PyCFunction) _wrap_new_wxPyBitmapShape, METH_VARARGS | METH_KEYWORDS },
12425 { "wxPyControlPoint_base_OnEndSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12426 { "wxPyControlPoint_base_OnBeginSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12427 { "wxPyControlPoint_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12428 { "wxPyControlPoint_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12429 { "wxPyControlPoint_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12430 { "wxPyControlPoint_base_OnMoveLink", (PyCFunction) _wrap_wxPyControlPoint_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12431 { "wxPyControlPoint_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyControlPoint_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12432 { "wxPyControlPoint_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12433 { "wxPyControlPoint_base_OnDrawOutline", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12434 { "wxPyControlPoint_base_OnEndDragRight", (PyCFunction) _wrap_wxPyControlPoint_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12435 { "wxPyControlPoint_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyControlPoint_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12436 { "wxPyControlPoint_base_OnDragRight", (PyCFunction) _wrap_wxPyControlPoint_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12437 { "wxPyControlPoint_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12438 { "wxPyControlPoint_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12439 { "wxPyControlPoint_base_OnDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12440 { "wxPyControlPoint_base_OnMovePost", (PyCFunction) _wrap_wxPyControlPoint_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12441 { "wxPyControlPoint_base_OnMovePre", (PyCFunction) _wrap_wxPyControlPoint_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12442 { "wxPyControlPoint_base_OnSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12443 { "wxPyControlPoint_base_OnRightClick", (PyCFunction) _wrap_wxPyControlPoint_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12444 { "wxPyControlPoint_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyControlPoint_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12445 { "wxPyControlPoint_base_OnLeftClick", (PyCFunction) _wrap_wxPyControlPoint_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12446 { "wxPyControlPoint_base_OnHighlight", (PyCFunction) _wrap_wxPyControlPoint_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12447 { "wxPyControlPoint_base_OnEraseContents", (PyCFunction) _wrap_wxPyControlPoint_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12448 { "wxPyControlPoint_base_OnErase", (PyCFunction) _wrap_wxPyControlPoint_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12449 { "wxPyControlPoint_base_OnMoveLinks", (PyCFunction) _wrap_wxPyControlPoint_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12450 { "wxPyControlPoint_base_OnDrawBranches", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12451 { "wxPyControlPoint_base_OnDrawContents", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12452 { "wxPyControlPoint_base_OnDraw", (PyCFunction) _wrap_wxPyControlPoint_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12453 { "wxPyControlPoint_base_OnDelete", (PyCFunction) _wrap_wxPyControlPoint_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12454 { "wxPyControlPoint_SetCornerRadius", (PyCFunction) _wrap_wxPyControlPoint_SetCornerRadius, METH_VARARGS | METH_KEYWORDS },
12455 { "wxPyControlPoint__setSelf", (PyCFunction) _wrap_wxPyControlPoint__setSelf, METH_VARARGS | METH_KEYWORDS },
12456 { "new_wxPyControlPoint", (PyCFunction) _wrap_new_wxPyControlPoint, METH_VARARGS | METH_KEYWORDS },
12457 { "wxPyRectangleShape_base_OnEndSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12458 { "wxPyRectangleShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12459 { "wxPyRectangleShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12460 { "wxPyRectangleShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12461 { "wxPyRectangleShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12462 { "wxPyRectangleShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12463 { "wxPyRectangleShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12464 { "wxPyRectangleShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12465 { "wxPyRectangleShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12466 { "wxPyRectangleShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12467 { "wxPyRectangleShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12468 { "wxPyRectangleShape_base_OnDragRight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12469 { "wxPyRectangleShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12470 { "wxPyRectangleShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12471 { "wxPyRectangleShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12472 { "wxPyRectangleShape_base_OnMovePost", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12473 { "wxPyRectangleShape_base_OnMovePre", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12474 { "wxPyRectangleShape_base_OnSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12475 { "wxPyRectangleShape_base_OnRightClick", (PyCFunction) _wrap_wxPyRectangleShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12476 { "wxPyRectangleShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyRectangleShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12477 { "wxPyRectangleShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyRectangleShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12478 { "wxPyRectangleShape_base_OnHighlight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12479 { "wxPyRectangleShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12480 { "wxPyRectangleShape_base_OnErase", (PyCFunction) _wrap_wxPyRectangleShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12481 { "wxPyRectangleShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12482 { "wxPyRectangleShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12483 { "wxPyRectangleShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12484 { "wxPyRectangleShape_base_OnDraw", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12485 { "wxPyRectangleShape_base_OnDelete", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12486 { "wxPyRectangleShape_SetCornerRadius", (PyCFunction) _wrap_wxPyRectangleShape_SetCornerRadius, METH_VARARGS | METH_KEYWORDS },
12487 { "wxPyRectangleShape__setSelf", (PyCFunction) _wrap_wxPyRectangleShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12488 { "new_wxPyRectangleShape", (PyCFunction) _wrap_new_wxPyRectangleShape, METH_VARARGS | METH_KEYWORDS },
12489 { "wxPseudoMetaFile_SetBackgroundMode", (PyCFunction) _wrap_wxPseudoMetaFile_SetBackgroundMode, METH_VARARGS | METH_KEYWORDS },
12490 { "wxPseudoMetaFile_SetBackgroundColour", (PyCFunction) _wrap_wxPseudoMetaFile_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12491 { "wxPseudoMetaFile_SetTextColour", (PyCFunction) _wrap_wxPseudoMetaFile_SetTextColour, METH_VARARGS | METH_KEYWORDS },
12492 { "wxPseudoMetaFile_SetFont", (PyCFunction) _wrap_wxPseudoMetaFile_SetFont, METH_VARARGS | METH_KEYWORDS },
12493 { "wxPseudoMetaFile_SetBrush", (PyCFunction) _wrap_wxPseudoMetaFile_SetBrush, METH_VARARGS | METH_KEYWORDS },
12494 { "wxPseudoMetaFile_SetPen", (PyCFunction) _wrap_wxPseudoMetaFile_SetPen, METH_VARARGS | METH_KEYWORDS },
12495 { "wxPseudoMetaFile_DestroyClippingRect", (PyCFunction) _wrap_wxPseudoMetaFile_DestroyClippingRect, METH_VARARGS | METH_KEYWORDS },
12496 { "wxPseudoMetaFile_SetClippingRect", (PyCFunction) _wrap_wxPseudoMetaFile_SetClippingRect, METH_VARARGS | METH_KEYWORDS },
12497 { "wxPseudoMetaFile_DrawSpline", (PyCFunction) _wrap_wxPseudoMetaFile_DrawSpline, METH_VARARGS | METH_KEYWORDS },
12498 { "wxPseudoMetaFile_DrawPolygon", (PyCFunction) _wrap_wxPseudoMetaFile_DrawPolygon, METH_VARARGS | METH_KEYWORDS },
12499 { "wxPseudoMetaFile_DrawLines", (PyCFunction) _wrap_wxPseudoMetaFile_DrawLines, METH_VARARGS | METH_KEYWORDS },
12500 { "wxPseudoMetaFile_DrawText", (PyCFunction) _wrap_wxPseudoMetaFile_DrawText, METH_VARARGS | METH_KEYWORDS },
12501 { "wxPseudoMetaFile_DrawPoint", (PyCFunction) _wrap_wxPseudoMetaFile_DrawPoint, METH_VARARGS | METH_KEYWORDS },
12502 { "wxPseudoMetaFile_DrawEllipse", (PyCFunction) _wrap_wxPseudoMetaFile_DrawEllipse, METH_VARARGS | METH_KEYWORDS },
12503 { "wxPseudoMetaFile_DrawEllipticArc", (PyCFunction) _wrap_wxPseudoMetaFile_DrawEllipticArc, METH_VARARGS | METH_KEYWORDS },
12504 { "wxPseudoMetaFile_DrawArc", (PyCFunction) _wrap_wxPseudoMetaFile_DrawArc, METH_VARARGS | METH_KEYWORDS },
12505 { "wxPseudoMetaFile_DrawRoundedRectangle", (PyCFunction) _wrap_wxPseudoMetaFile_DrawRoundedRectangle, METH_VARARGS | METH_KEYWORDS },
12506 { "wxPseudoMetaFile_DrawRectangle", (PyCFunction) _wrap_wxPseudoMetaFile_DrawRectangle, METH_VARARGS | METH_KEYWORDS },
12507 { "wxPseudoMetaFile_DrawLine", (PyCFunction) _wrap_wxPseudoMetaFile_DrawLine, METH_VARARGS | METH_KEYWORDS },
12508 { "wxPseudoMetaFile_IsValid", (PyCFunction) _wrap_wxPseudoMetaFile_IsValid, METH_VARARGS | METH_KEYWORDS },
12509 { "wxPseudoMetaFile_GetOutlineOp", (PyCFunction) _wrap_wxPseudoMetaFile_GetOutlineOp, METH_VARARGS | METH_KEYWORDS },
12510 { "wxPseudoMetaFile_SetOutlineOp", (PyCFunction) _wrap_wxPseudoMetaFile_SetOutlineOp, METH_VARARGS | METH_KEYWORDS },
12511 { "wxPseudoMetaFile_GetOutlinePen", (PyCFunction) _wrap_wxPseudoMetaFile_GetOutlinePen, METH_VARARGS | METH_KEYWORDS },
12512 { "wxPseudoMetaFile_SetOutlinePen", (PyCFunction) _wrap_wxPseudoMetaFile_SetOutlinePen, METH_VARARGS | METH_KEYWORDS },
12513 { "wxPseudoMetaFile_GetFillBrush", (PyCFunction) _wrap_wxPseudoMetaFile_GetFillBrush, METH_VARARGS | METH_KEYWORDS },
12514 { "wxPseudoMetaFile_SetFillBrush", (PyCFunction) _wrap_wxPseudoMetaFile_SetFillBrush, METH_VARARGS | METH_KEYWORDS },
12515 { "wxPseudoMetaFile_SetSize", (PyCFunction) _wrap_wxPseudoMetaFile_SetSize, METH_VARARGS | METH_KEYWORDS },
12516 { "wxPseudoMetaFile_GetRotateable", (PyCFunction) _wrap_wxPseudoMetaFile_GetRotateable, METH_VARARGS | METH_KEYWORDS },
12517 { "wxPseudoMetaFile_SetRotateable", (PyCFunction) _wrap_wxPseudoMetaFile_SetRotateable, METH_VARARGS | METH_KEYWORDS },
12518 { "wxPseudoMetaFile_CalculateSize", (PyCFunction) _wrap_wxPseudoMetaFile_CalculateSize, METH_VARARGS | METH_KEYWORDS },
12519 { "wxPseudoMetaFile_GetBounds", (PyCFunction) _wrap_wxPseudoMetaFile_GetBounds, METH_VARARGS | METH_KEYWORDS },
12520 { "wxPseudoMetaFile_LoadFromMetaFile", (PyCFunction) _wrap_wxPseudoMetaFile_LoadFromMetaFile, METH_VARARGS | METH_KEYWORDS },
12521 { "wxPseudoMetaFile_Rotate", (PyCFunction) _wrap_wxPseudoMetaFile_Rotate, METH_VARARGS | METH_KEYWORDS },
12522 { "wxPseudoMetaFile_Translate", (PyCFunction) _wrap_wxPseudoMetaFile_Translate, METH_VARARGS | METH_KEYWORDS },
12523 { "wxPseudoMetaFile_ScaleTo", (PyCFunction) _wrap_wxPseudoMetaFile_ScaleTo, METH_VARARGS | METH_KEYWORDS },
12524 { "wxPseudoMetaFile_Scale", (PyCFunction) _wrap_wxPseudoMetaFile_Scale, METH_VARARGS | METH_KEYWORDS },
12525 { "wxPseudoMetaFile_Copy", (PyCFunction) _wrap_wxPseudoMetaFile_Copy, METH_VARARGS | METH_KEYWORDS },
12526 { "wxPseudoMetaFile_Clear", (PyCFunction) _wrap_wxPseudoMetaFile_Clear, METH_VARARGS | METH_KEYWORDS },
12527 { "wxPseudoMetaFile_ReadAttributes", (PyCFunction) _wrap_wxPseudoMetaFile_ReadAttributes, METH_VARARGS | METH_KEYWORDS },
12528 { "wxPseudoMetaFile_WriteAttributes", (PyCFunction) _wrap_wxPseudoMetaFile_WriteAttributes, METH_VARARGS | METH_KEYWORDS },
12529 { "wxPseudoMetaFile_Draw", (PyCFunction) _wrap_wxPseudoMetaFile_Draw, METH_VARARGS | METH_KEYWORDS },
12530 { "delete_wxPseudoMetaFile", (PyCFunction) _wrap_delete_wxPseudoMetaFile, METH_VARARGS | METH_KEYWORDS },
12531 { "new_wxPseudoMetaFile", (PyCFunction) _wrap_new_wxPseudoMetaFile, METH_VARARGS | METH_KEYWORDS },
12532 { NULL, NULL }
12533 };
12534 #ifdef __cplusplus
12535 }
12536 #endif
12537 /*
12538 * This table is used by the pointer type-checker
12539 */
12540 static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
12541 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
12542 { "_wxEvent","_class_wxEvent",0},
12543 { "_class_wxActivateEvent","_wxActivateEvent",0},
12544 { "_signed_long","_long",0},
12545 { "_wxMenuEvent","_class_wxMenuEvent",0},
12546 { "_class_wxProcessEvent","_wxProcessEvent",0},
12547 { "_class_wxJPEGHandler","_wxJPEGHandler",0},
12548 { "_class_wxFSFile","_wxFSFile",0},
12549 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
12550 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
12551 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
12552 { "_wxBMPHandler","_class_wxBMPHandler",0},
12553 { "_wxImage","_class_wxImage",0},
12554 { "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
12555 { "_wxWindowDisabler","_class_wxWindowDisabler",0},
12556 { "_class_wxDateTime","_wxDateTime",0},
12557 { "_wxPrintQuality","_wxCoord",0},
12558 { "_wxPrintQuality","_int",0},
12559 { "_wxPrintQuality","_signed_int",0},
12560 { "_wxPrintQuality","_unsigned_int",0},
12561 { "_wxPrintQuality","_wxWindowID",0},
12562 { "_wxPrintQuality","_uint",0},
12563 { "_wxPrintQuality","_EBool",0},
12564 { "_wxPrintQuality","_size_t",0},
12565 { "_wxPrintQuality","_time_t",0},
12566 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
12567 { "_wxSpinCtrl","_class_wxSpinCtrl",0},
12568 { "_wxFontData","_class_wxFontData",0},
12569 { "_class_wxRegionIterator","_wxRegionIterator",0},
12570 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
12571 { "_class_wxMenuBar","_wxMenuBar",0},
12572 { "_class_wxPyTreeItemData","_wxPyTreeItemData",0},
12573 { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0},
12574 { "_class_wxEvtHandler","_wxEvtHandler",0},
12575 { "_wxPaintEvent","_class_wxPaintEvent",0},
12576 { "_wxGIFHandler","_class_wxGIFHandler",0},
12577 { "_wxPySizer","_class_wxPySizer",0},
12578 { "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
12579 { "_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12580 { "_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12581 { "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
12582 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
12583 { "_wxCursor","_class_wxCursor",0},
12584 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
12585 { "_wxPyProcess","_class_wxPyProcess",0},
12586 { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
12587 { "_wxImageHandler","_class_wxImageHandler",0},
12588 { "_class_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
12589 { "_class_wxPyRectangleShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
12590 { "_class_wxPyRectangleShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
12591 { "_class_wxPyRectangleShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
12592 { "_class_wxPyRectangleShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
12593 { "_class_wxPyRectangleShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
12594 { "_class_wxPyRectangleShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
12595 { "_class_wxPyRectangleShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
12596 { "_class_wxPyRectangleShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
12597 { "_class_wxPyRectangleShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
12598 { "_class_wxPyRectangleShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
12599 { "_class_wxPyRectangleShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
12600 { "_class_wxPyRectangleShape","_wxPyRectangleShape",0},
12601 { "_wxLog","_class_wxLog",0},
12602 { "_class_wxToolBarBase","_wxToolBarBase",0},
12603 { "_wxMask","_class_wxMask",0},
12604 { "_wxToolTip","_class_wxToolTip",0},
12605 { "_wxPNGHandler","_class_wxPNGHandler",0},
12606 { "_class_wxOGLConstraint","_wxOGLConstraint",0},
12607 { "_class_wxColourData","_wxColourData",0},
12608 { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0},
12609 { "_wxPrinter","_class_wxPrinter",0},
12610 { "_wxPseudoMetaFile","_class_wxPseudoMetaFile",0},
12611 { "_wxPen","_class_wxPen",0},
12612 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
12613 { "_class_wxNotebookSizer","_wxNotebookSizer",0},
12614 { "_byte","_unsigned_char",0},
12615 { "_wxDataObject","_class_wxDataObject",0},
12616 { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0},
12617 { "_wxStaticBox","_class_wxStaticBox",0},
12618 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
12619 { "_wxPyDropSource","_class_wxPyDropSource",0},
12620 { "_wxChoice","_class_wxChoice",0},
12621 { "_wxSlider","_class_wxSlider",0},
12622 { "_wxNotebookEvent","_class_wxNotebookEvent",0},
12623 { "_wxPyPrintout","_class_wxPyPrintout",0},
12624 { "_wxShapeRegion","_class_wxShapeRegion",0},
12625 { "_long","_unsigned_long",0},
12626 { "_long","_signed_long",0},
12627 { "_wxImageList","_class_wxImageList",0},
12628 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
12629 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
12630 { "_wxBitmapButton","_class_wxBitmapButton",0},
12631 { "_wxSashWindow","_class_wxSashWindow",0},
12632 { "_class_wxSizer","_wxSizer",0},
12633 { "_class_wxTIFFHandler","_wxTIFFHandler",0},
12634 { "_class_wxPrintDialogData","_wxPrintDialogData",0},
12635 { "_wxGridSizer","_class_wxGridSizer",0},
12636 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
12637 { "_class_wxClipboard","_wxClipboard",0},
12638 { "_class_wxGauge","_wxGauge",0},
12639 { "_class_wxSashEvent","_wxSashEvent",0},
12640 { "_wxDC","_class_wxDC",0},
12641 { "_wxSizerItem","_class_wxSizerItem",0},
12642 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
12643 { "_wxListEvent","_class_wxListEvent",0},
12644 { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0},
12645 { "_wxProgressDialog","_class_wxProgressDialog",0},
12646 { "_class_wxBMPHandler","_wxBMPHandler",0},
12647 { "_wxPrintPreview","_class_wxPrintPreview",0},
12648 { "_class_wxFlexGridSizer","_wxFlexGridSizer",0},
12649 { "_wxSpinEvent","_class_wxSpinEvent",0},
12650 { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0},
12651 { "_wxPyBitmapShape","_class_wxPyBitmapShape",0},
12652 { "_size_t","_wxCoord",0},
12653 { "_size_t","_wxPrintQuality",0},
12654 { "_size_t","_time_t",0},
12655 { "_size_t","_unsigned_int",0},
12656 { "_size_t","_int",0},
12657 { "_size_t","_wxWindowID",0},
12658 { "_size_t","_uint",0},
12659 { "_class_wxRealPoint","_wxRealPoint",0},
12660 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
12661 { "_wxPNMHandler","_class_wxPNMHandler",0},
12662 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
12663 { "_wxLogGui","_class_wxLogGui",0},
12664 { "_class_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
12665 { "_class_wxPyShapeEvtHandler","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
12666 { "_class_wxPyShapeEvtHandler","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
12667 { "_class_wxPyShapeEvtHandler","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
12668 { "_class_wxPyShapeEvtHandler","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
12669 { "_class_wxPyShapeEvtHandler","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
12670 { "_class_wxPyShapeEvtHandler","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
12671 { "_class_wxPyShapeEvtHandler","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
12672 { "_class_wxPyShapeEvtHandler","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
12673 { "_class_wxPyShapeEvtHandler","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
12674 { "_class_wxPyShapeEvtHandler","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
12675 { "_class_wxPyShapeEvtHandler","_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
12676 { "_class_wxPyShapeEvtHandler","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
12677 { "_class_wxPyShapeEvtHandler","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
12678 { "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0},
12679 { "_class_wxMenuItem","_wxMenuItem",0},
12680 { "_class_wxPaintEvent","_wxPaintEvent",0},
12681 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
12682 { "_class_wxStatusBar","_wxStatusBar",0},
12683 { "_class_wxGIFHandler","_wxGIFHandler",0},
12684 { "_class_wxPySizer","_wxPySizer",0},
12685 { "_class_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12686 { "_class_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12687 { "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
12688 { "_class_wxPostScriptDC","_wxPostScriptDC",0},
12689 { "_wxPanel","_class_wxPanel",0},
12690 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
12691 { "_wxCheckBox","_class_wxCheckBox",0},
12692 { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0},
12693 { "_wxPyEvent","_class_wxPyEvent",0},
12694 { "_wxTextCtrl","_class_wxTextCtrl",0},
12695 { "_class_wxMask","_wxMask",0},
12696 { "_wxTextDataObject","_class_wxTextDataObject",0},
12697 { "_class_wxKeyEvent","_wxKeyEvent",0},
12698 { "_class_wxToolTip","_wxToolTip",0},
12699 { "_class_wxPNGHandler","_wxPNGHandler",0},
12700 { "_wxFileConfig","_class_wxFileConfig",0},
12701 { "_wxColour","_class_wxColour",0},
12702 { "_class_wxDialog","_wxDialog",0},
12703 { "_wxBusyCursor","_class_wxBusyCursor",0},
12704 { "_wxPageSetupDialog","_class_wxPageSetupDialog",0},
12705 { "_class_wxPrinter","_wxPrinter",0},
12706 { "_class_wxFileDataObject","_wxFileDataObject",0},
12707 { "_wxIdleEvent","_class_wxIdleEvent",0},
12708 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
12709 { "_wxToolBar","_class_wxToolBar",0},
12710 { "_class_wxDataObject","_wxDataObject",0},
12711 { "_wxCaret","_class_wxCaret",0},
12712 { "_wxStaticLine","_class_wxStaticLine",0},
12713 { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0},
12714 { "_wxBrush","_class_wxBrush",0},
12715 { "_wxMiniFrame","_class_wxMiniFrame",0},
12716 { "_class_wxNotebookEvent","_wxNotebookEvent",0},
12717 { "_class_wxPyPrintout","_wxPyPrintout",0},
12718 { "_wxDataFormat","_class_wxDataFormat",0},
12719 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
12720 { "_class_wxSashWindow","_wxSashWindow",0},
12721 { "_wxShowEvent","_class_wxShowEvent",0},
12722 { "_class_wxPyDivisionShape","_wxPyDivisionShape",0},
12723 { "_uint","_wxCoord",0},
12724 { "_uint","_wxPrintQuality",0},
12725 { "_uint","_time_t",0},
12726 { "_uint","_size_t",0},
12727 { "_uint","_unsigned_int",0},
12728 { "_uint","_int",0},
12729 { "_uint","_wxWindowID",0},
12730 { "_wxChar","_char",0},
12731 { "_wxPyValidator","_class_wxPyValidator",0},
12732 { "_class_wxEvent","_wxEvent",0},
12733 { "_wxCheckListBox","_class_wxCheckListBox",0},
12734 { "_wxSplitterEvent","_class_wxSplitterEvent",0},
12735 { "_wxRect","_class_wxRect",0},
12736 { "_wxCommandEvent","_class_wxCommandEvent",0},
12737 { "_wxSizeEvent","_class_wxSizeEvent",0},
12738 { "_class_wxLogWindow","_wxLogWindow",0},
12739 { "_class_wxImage","_wxImage",0},
12740 { "_wxPoint","_class_wxPoint",0},
12741 { "_class_wxWindowDisabler","_wxWindowDisabler",0},
12742 { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
12743 { "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
12744 { "_class_wxButton","_wxButton",0},
12745 { "_wxRadioBox","_class_wxRadioBox",0},
12746 { "_class_wxSpinCtrl","_wxSpinCtrl",0},
12747 { "_class_wxFontData","_wxFontData",0},
12748 { "_class_wxPNMHandler","_wxPNMHandler",0},
12749 { "_wxBoxSizer","_class_wxBoxSizer",0},
12750 { "_class_wxZipFSHandler","_wxZipFSHandler",0},
12751 { "_char","_wxChar",0},
12752 { "_wxBitmap","_class_wxBitmap",0},
12753 { "_wxPrintDialog","_class_wxPrintDialog",0},
12754 { "_wxPyControlPoint","_class_wxPyControlPoint",0},
12755 { "_wxWindowDC","_class_wxWindowDC",0},
12756 { "_wxTimerEvent","_class_wxTimerEvent",0},
12757 { "_wxPyTimer","_class_wxPyTimer",0},
12758 { "_wxScrollBar","_class_wxScrollBar",0},
12759 { "_wxSpinButton","_class_wxSpinButton",0},
12760 { "_wxColourDialog","_class_wxColourDialog",0},
12761 { "_wxPrintData","_class_wxPrintData",0},
12762 { "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
12763 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
12764 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
12765 { "_wxMessageDialog","_class_wxMessageDialog",0},
12766 { "_class_wxValidator","_wxValidator",0},
12767 { "_class_wxPyEvent","_wxPyEvent",0},
12768 { "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
12769 { "_wxConfig","_class_wxConfig",0},
12770 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
12771 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
12772 { "_class_wxFileConfig","_wxFileConfig",0},
12773 { "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
12774 { "_class_wxBusyCursor","_wxBusyCursor",0},
12775 { "_wxToolBarSimple","_class_wxToolBarSimple",0},
12776 { "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
12777 { "_wxListItem","_class_wxListItem",0},
12778 { "_class_wxPseudoMetaFile","_wxPseudoMetaFile",0},
12779 { "_class_wxToolBar","_wxToolBar",0},
12780 { "_wxDropTarget","_class_wxDropTarget",0},
12781 { "_class_wxStaticLine","_wxStaticLine",0},
12782 { "_wxScrollEvent","_class_wxScrollEvent",0},
12783 { "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
12784 { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
12785 { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
12786 { "_class_wxShapeRegion","_wxShapeRegion",0},
12787 { "_EBool","_wxCoord",0},
12788 { "_EBool","_wxPrintQuality",0},
12789 { "_EBool","_signed_int",0},
12790 { "_EBool","_int",0},
12791 { "_EBool","_wxWindowID",0},
12792 { "_class_wxRegion","_wxRegion",0},
12793 { "_class_wxDataFormat","_wxDataFormat",0},
12794 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
12795 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
12796 { "_class_wxPreviewFrame","_wxPreviewFrame",0},
12797 { "_wxStaticText","_class_wxStaticText",0},
12798 { "_wxFont","_class_wxFont",0},
12799 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
12800 { "_wxCloseEvent","_class_wxCloseEvent",0},
12801 { "_class_wxSplitterEvent","_wxSplitterEvent",0},
12802 { "_wxProcessEvent","_class_wxProcessEvent",0},
12803 { "_wxNotebook","_class_wxNotebook",0},
12804 { "_wxFSFile","_class_wxFSFile",0},
12805 { "_unsigned_long","_long",0},
12806 { "_class_wxRect","_wxRect",0},
12807 { "_class_wxDC","_wxDC",0},
12808 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
12809 { "_wxGenericDragImage","_class_wxGenericDragImage",0},
12810 { "_class_wxProgressDialog","_wxProgressDialog",0},
12811 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
12812 { "_wxPyInputStream","_class_wxPyInputStream",0},
12813 { "_wxPyApp","_class_wxPyApp",0},
12814 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
12815 { "_class_wxOutputStream","_wxOutputStream",0},
12816 { "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
12817 { "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
12818 { "_class_wxTreeEvent","_wxTreeEvent",0},
12819 { "_class_wxDirDialog","_wxDirDialog",0},
12820 { "_wxTimeSpan","_class_wxTimeSpan",0},
12821 { "_wxFocusEvent","_class_wxFocusEvent",0},
12822 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
12823 { "_class_wxTimerEvent","_wxTimerEvent",0},
12824 { "_class_wxPyTimer","_wxPyTimer",0},
12825 { "_class_wxSpinButton","_wxSpinButton",0},
12826 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
12827 { "_class_wxPanel","_wxPanel",0},
12828 { "_class_wxCheckBox","_wxCheckBox",0},
12829 { "_wxComboBox","_class_wxComboBox",0},
12830 { "_wxRadioButton","_class_wxRadioButton",0},
12831 { "_class_wxMessageDialog","_wxMessageDialog",0},
12832 { "_signed_int","_wxCoord",0},
12833 { "_signed_int","_wxPrintQuality",0},
12834 { "_signed_int","_EBool",0},
12835 { "_signed_int","_wxWindowID",0},
12836 { "_signed_int","_int",0},
12837 { "_class_wxTextCtrl","_wxTextCtrl",0},
12838 { "_class_wxListItemAttr","_wxListItemAttr",0},
12839 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
12840 { "_class_wxTextDataObject","_wxTextDataObject",0},
12841 { "_wxMenu","_class_wxMenu",0},
12842 { "_class_wxMoveEvent","_wxMoveEvent",0},
12843 { "_wxListBox","_class_wxListBox",0},
12844 { "_wxScreenDC","_class_wxScreenDC",0},
12845 { "_class_wxToolBarSimple","_wxToolBarSimple",0},
12846 { "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
12847 { "_WXTYPE","_wxDateTime_t",0},
12848 { "_WXTYPE","_short",0},
12849 { "_WXTYPE","_signed_short",0},
12850 { "_WXTYPE","_unsigned_short",0},
12851 { "_wxFileDialog","_class_wxFileDialog",0},
12852 { "_class_wxDropTarget","_wxDropTarget",0},
12853 { "_class_wxCaret","_wxCaret",0},
12854 { "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
12855 { "_class_wxBrush","_wxBrush",0},
12856 { "_wxTipProvider","_class_wxTipProvider",0},
12857 { "_unsigned_short","_wxDateTime_t",0},
12858 { "_unsigned_short","_WXTYPE",0},
12859 { "_unsigned_short","_short",0},
12860 { "_class_wxWindow","_wxWindow",0},
12861 { "_class_wxLogStderr","_wxLogStderr",0},
12862 { "_wxSplitterWindow","_class_wxSplitterWindow",0},
12863 { "_wxDateSpan","_class_wxDateSpan",0},
12864 { "_class_wxStaticText","_wxStaticText",0},
12865 { "_wxPrintDialogData","_class_wxPrintDialogData",0},
12866 { "_class_wxFont","_wxFont",0},
12867 { "_wxClipboard","_class_wxClipboard",0},
12868 { "_class_wxPyValidator","_wxPyValidator",0},
12869 { "_class_wxCloseEvent","_wxCloseEvent",0},
12870 { "_wxSashEvent","_class_wxSashEvent",0},
12871 { "_wxBusyInfo","_class_wxBusyInfo",0},
12872 { "_class_wxMenuEvent","_wxMenuEvent",0},
12873 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
12874 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
12875 { "_wxClientDC","_class_wxClientDC",0},
12876 { "_wxMouseEvent","_class_wxMouseEvent",0},
12877 { "_class_wxGenericDragImage","_wxGenericDragImage",0},
12878 { "_wxListCtrl","_class_wxListCtrl",0},
12879 { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
12880 { "_wxPyDividedShape","_class_wxPyDividedShape",0},
12881 { "_class_wxPoint","_wxPoint",0},
12882 { "_class_wxPyInputStream","_wxPyInputStream",0},
12883 { "_wxRealPoint","_class_wxRealPoint",0},
12884 { "_class_wxRadioBox","_wxRadioBox",0},
12885 { "_class_wxBoxSizer","_wxBoxSizer",0},
12886 { "_signed_short","_WXTYPE",0},
12887 { "_signed_short","_short",0},
12888 { "_wxMemoryDC","_class_wxMemoryDC",0},
12889 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
12890 { "_class_wxPrintDialog","_wxPrintDialog",0},
12891 { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
12892 { "_class_wxPyControlPoint","_wxPyControlPoint",0},
12893 { "_wxPaintDC","_class_wxPaintDC",0},
12894 { "_class_wxWindowDC","_wxWindowDC",0},
12895 { "_class_wxFocusEvent","_wxFocusEvent",0},
12896 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
12897 { "_wxStatusBar","_class_wxStatusBar",0},
12898 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
12899 { "_class_wxCursor","_wxCursor",0},
12900 { "_wxPostScriptDC","_class_wxPostScriptDC",0},
12901 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
12902 { "_class_wxPyProcess","_wxPyProcess",0},
12903 { "_class_wxImageHandler","_wxImageHandler",0},
12904 { "_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
12905 { "_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
12906 { "_wxPyShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
12907 { "_wxPyShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
12908 { "_wxPyShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
12909 { "_wxPyShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
12910 { "_wxPyShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
12911 { "_wxPyShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
12912 { "_wxPyShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
12913 { "_wxPyShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
12914 { "_wxPyShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
12915 { "_wxPyShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
12916 { "_wxPyShape","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
12917 { "_wxPyShape","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
12918 { "_wxPyShape","_class_wxPyShape",0},
12919 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
12920 { "_class_wxLog","_wxLog",0},
12921 { "_wxTreeItemId","_class_wxTreeItemId",0},
12922 { "_unsigned_char","_byte",0},
12923 { "_class_wxMenu","_wxMenu",0},
12924 { "_wxControl","_class_wxControl",0},
12925 { "_class_wxListBox","_wxListBox",0},
12926 { "_unsigned_int","_wxCoord",0},
12927 { "_unsigned_int","_wxPrintQuality",0},
12928 { "_unsigned_int","_time_t",0},
12929 { "_unsigned_int","_size_t",0},
12930 { "_unsigned_int","_uint",0},
12931 { "_unsigned_int","_wxWindowID",0},
12932 { "_unsigned_int","_int",0},
12933 { "_wxIcon","_class_wxIcon",0},
12934 { "_wxDialog","_class_wxDialog",0},
12935 { "_class_wxListItem","_wxListItem",0},
12936 { "_class_wxPen","_wxPen",0},
12937 { "_class_wxFileDialog","_wxFileDialog",0},
12938 { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
12939 { "_wxConfigBase","_class_wxConfigBase",0},
12940 { "_short","_wxDateTime_t",0},
12941 { "_short","_WXTYPE",0},
12942 { "_short","_unsigned_short",0},
12943 { "_short","_signed_short",0},
12944 { "_class_wxStaticBox","_wxStaticBox",0},
12945 { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0},
12946 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
12947 { "_class_wxPyDropSource","_wxPyDropSource",0},
12948 { "_class_wxScrollEvent","_wxScrollEvent",0},
12949 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
12950 { "_class_wxChoice","_wxChoice",0},
12951 { "_class_wxSlider","_wxSlider",0},
12952 { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
12953 { "_class_wxImageList","_wxImageList",0},
12954 { "_class_wxBitmapButton","_wxBitmapButton",0},
12955 { "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
12956 { "_wxPyTipProvider","_class_wxPyTipProvider",0},
12957 { "_wxFrame","_class_wxFrame",0},
12958 { "_wxPCXHandler","_class_wxPCXHandler",0},
12959 { "_class_wxGridSizer","_wxGridSizer",0},
12960 { "_wxPyDivisionShape","_class_wxPyDivisionShape",0},
12961 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
12962 { "_class_wxNotebook","_wxNotebook",0},
12963 { "_wxJPEGHandler","_class_wxJPEGHandler",0},
12964 { "_wxWindowID","_wxCoord",0},
12965 { "_wxWindowID","_wxPrintQuality",0},
12966 { "_wxWindowID","_time_t",0},
12967 { "_wxWindowID","_size_t",0},
12968 { "_wxWindowID","_EBool",0},
12969 { "_wxWindowID","_uint",0},
12970 { "_wxWindowID","_int",0},
12971 { "_wxWindowID","_signed_int",0},
12972 { "_wxWindowID","_unsigned_int",0},
12973 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
12974 { "_class_wxSizerItem","_wxSizerItem",0},
12975 { "_int","_wxCoord",0},
12976 { "_int","_wxPrintQuality",0},
12977 { "_int","_time_t",0},
12978 { "_int","_size_t",0},
12979 { "_int","_EBool",0},
12980 { "_int","_uint",0},
12981 { "_int","_wxWindowID",0},
12982 { "_int","_unsigned_int",0},
12983 { "_int","_signed_int",0},
12984 { "_class_wxMouseEvent","_wxMouseEvent",0},
12985 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
12986 { "_wxLogWindow","_class_wxLogWindow",0},
12987 { "_class_wxListEvent","_wxListEvent",0},
12988 { "_class_wxPrintPreview","_wxPrintPreview",0},
12989 { "_wxDateTime_t","_unsigned_short",0},
12990 { "_wxDateTime_t","_short",0},
12991 { "_wxDateTime_t","_WXTYPE",0},
12992 { "_class_wxSpinEvent","_wxSpinEvent",0},
12993 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
12994 { "_wxDateTime","_class_wxDateTime",0},
12995 { "_time_t","_wxCoord",0},
12996 { "_time_t","_wxPrintQuality",0},
12997 { "_time_t","_unsigned_int",0},
12998 { "_time_t","_int",0},
12999 { "_time_t","_wxWindowID",0},
13000 { "_time_t","_uint",0},
13001 { "_time_t","_size_t",0},
13002 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
13003 { "_wxLogNull","_class_wxLogNull",0},
13004 { "_wxButton","_class_wxButton",0},
13005 { "_wxZipFSHandler","_class_wxZipFSHandler",0},
13006 { "_class_wxPyApp","_wxPyApp",0},
13007 { "_wxSize","_class_wxSize",0},
13008 { "_wxRegionIterator","_class_wxRegionIterator",0},
13009 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
13010 { "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
13011 { "_class_wxLogGui","_wxLogGui",0},
13012 { "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
13013 { "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
13014 { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
13015 { "_class_wxTimeSpan","_wxTimeSpan",0},
13016 { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
13017 { "_class_wxPaintDC","_wxPaintDC",0},
13018 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
13019 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
13020 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
13021 { "_class_wxComboBox","_wxComboBox",0},
13022 { "_class_wxRadioButton","_wxRadioButton",0},
13023 { "_class_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
13024 { "_class_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
13025 { "_class_wxPyShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
13026 { "_class_wxPyShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
13027 { "_class_wxPyShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
13028 { "_class_wxPyShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
13029 { "_class_wxPyShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
13030 { "_class_wxPyShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
13031 { "_class_wxPyShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
13032 { "_class_wxPyShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
13033 { "_class_wxPyShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
13034 { "_class_wxPyShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
13035 { "_class_wxPyShape","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
13036 { "_class_wxPyShape","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
13037 { "_class_wxPyShape","_wxPyShape",0},
13038 { "_wxValidator","_class_wxValidator",0},
13039 { "_wxToolBarBase","_class_wxToolBarBase",0},
13040 { "_class_wxTreeItemId","_wxTreeItemId",0},
13041 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
13042 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
13043 { "_class_wxControl","_wxControl",0},
13044 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
13045 { "_wxPyDrawnShape","_class_wxPyDrawnShape",0},
13046 { "_class_wxIcon","_wxIcon",0},
13047 { "_class_wxColour","_wxColour",0},
13048 { "_class_wxScreenDC","_wxScreenDC",0},
13049 { "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
13050 { "_wxPalette","_class_wxPalette",0},
13051 { "_class_wxIdleEvent","_wxIdleEvent",0},
13052 { "_class_wxConfigBase","_wxConfigBase",0},
13053 { "_wxCoord","_int",0},
13054 { "_wxCoord","_signed_int",0},
13055 { "_wxCoord","_unsigned_int",0},
13056 { "_wxCoord","_wxWindowID",0},
13057 { "_wxCoord","_uint",0},
13058 { "_wxCoord","_EBool",0},
13059 { "_wxCoord","_size_t",0},
13060 { "_wxCoord","_time_t",0},
13061 { "_wxCoord","_wxPrintQuality",0},
13062 { "_wxEraseEvent","_class_wxEraseEvent",0},
13063 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
13064 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
13065 { "_class_wxTipProvider","_wxTipProvider",0},
13066 { "_class_wxMiniFrame","_wxMiniFrame",0},
13067 { "_wxFontDialog","_class_wxFontDialog",0},
13068 { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
13069 { "_wxRegion","_class_wxRegion",0},
13070 { "_class_wxSplitterWindow","_wxSplitterWindow",0},
13071 { "_wxPreviewFrame","_class_wxPreviewFrame",0},
13072 { "_wxSizer","_class_wxSizer",0},
13073 { "_class_wxDateSpan","_wxDateSpan",0},
13074 { "_wxFileSystem","_class_wxFileSystem",0},
13075 { "_class_wxShowEvent","_wxShowEvent",0},
13076 { "_class_wxPyTipProvider","_wxPyTipProvider",0},
13077 { "_class_wxPCXHandler","_wxPCXHandler",0},
13078 { "_wxTIFFHandler","_class_wxTIFFHandler",0},
13079 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
13080 { "_wxActivateEvent","_class_wxActivateEvent",0},
13081 { "_wxGauge","_class_wxGauge",0},
13082 { "_class_wxCheckListBox","_wxCheckListBox",0},
13083 { "_class_wxBusyInfo","_wxBusyInfo",0},
13084 { "_class_wxCommandEvent","_wxCommandEvent",0},
13085 { "_class_wxClientDC","_wxClientDC",0},
13086 { "_class_wxSizeEvent","_wxSizeEvent",0},
13087 { "_class_wxListCtrl","_wxListCtrl",0},
13088 { "_class_wxPyDividedShape","_wxPyDividedShape",0},
13089 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
13090 { "_class_wxLogNull","_wxLogNull",0},
13091 { "_class_wxSize","_wxSize",0},
13092 { "_class_wxBitmap","_wxBitmap",0},
13093 { "_class_wxMemoryDC","_wxMemoryDC",0},
13094 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
13095 { "_wxMenuBar","_class_wxMenuBar",0},
13096 { "_wxOutputStream","_class_wxOutputStream",0},
13097 { "_wxTreeEvent","_class_wxTreeEvent",0},
13098 { "_wxDirDialog","_class_wxDirDialog",0},
13099 { "_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
13100 { "_wxPyShapeEvtHandler","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
13101 { "_wxPyShapeEvtHandler","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
13102 { "_wxPyShapeEvtHandler","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
13103 { "_wxPyShapeEvtHandler","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
13104 { "_wxPyShapeEvtHandler","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
13105 { "_wxPyShapeEvtHandler","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
13106 { "_wxPyShapeEvtHandler","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
13107 { "_wxPyShapeEvtHandler","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
13108 { "_wxPyShapeEvtHandler","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
13109 { "_wxPyShapeEvtHandler","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
13110 { "_wxPyShapeEvtHandler","_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
13111 { "_wxPyShapeEvtHandler","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
13112 { "_wxPyShapeEvtHandler","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
13113 { "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0},
13114 { "_wxEvtHandler","_class_wxEvtHandler",0},
13115 { "_wxMenuItem","_class_wxMenuItem",0},
13116 { "_class_wxScrollBar","_wxScrollBar",0},
13117 { "_class_wxColourDialog","_wxColourDialog",0},
13118 { "_class_wxPrintData","_wxPrintData",0},
13119 { "_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
13120 { "_wxPyRectangleShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
13121 { "_wxPyRectangleShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
13122 { "_wxPyRectangleShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
13123 { "_wxPyRectangleShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
13124 { "_wxPyRectangleShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
13125 { "_wxPyRectangleShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
13126 { "_wxPyRectangleShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
13127 { "_wxPyRectangleShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
13128 { "_wxPyRectangleShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
13129 { "_wxPyRectangleShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
13130 { "_wxPyRectangleShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
13131 { "_wxPyRectangleShape","_class_wxPyRectangleShape",0},
13132 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
13133 { "_wxListItemAttr","_class_wxListItemAttr",0},
13134 { "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
13135 { "_class_wxConfig","_wxConfig",0},
13136 { "_wxKeyEvent","_class_wxKeyEvent",0},
13137 { "_wxMoveEvent","_class_wxMoveEvent",0},
13138 { "_wxOGLConstraint","_class_wxOGLConstraint",0},
13139 { "_wxColourData","_class_wxColourData",0},
13140 { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0},
13141 { "_class_wxPalette","_wxPalette",0},
13142 { "_wxFileDataObject","_class_wxFileDataObject",0},
13143 { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0},
13144 { "_wxNotebookSizer","_class_wxNotebookSizer",0},
13145 { "_class_wxEraseEvent","_wxEraseEvent",0},
13146 { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0},
13147 { "_wxMDIClientWindow","_class_wxMDIClientWindow",0},
13148 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
13149 { "_class_wxToolBarToolBase","_wxToolBarToolBase",0},
13150 { "_class_wxFontDialog","_wxFontDialog",0},
13151 { "_wxWindow","_class_wxWindow",0},
13152 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
13153 { "_wxLogStderr","_class_wxLogStderr",0},
13154 { "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
13155 { "_class_wxFileSystem","_wxFileSystem",0},
13156 { "_class_wxFrame","_wxFrame",0},
13157 {0,0,0}};
13158
13159 static PyObject *SWIG_globals;
13160 #ifdef __cplusplus
13161 extern "C"
13162 #endif
13163 SWIGEXPORT(void) initoglshapesc() {
13164 PyObject *m, *d;
13165 SWIG_globals = SWIG_newvarlink();
13166 m = Py_InitModule("oglshapesc", oglshapescMethods);
13167 d = PyModule_GetDict(m);
13168 {
13169 int i;
13170 for (i = 0; _swig_mapping[i].n1; i++)
13171 SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv);
13172 }
13173 }