]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/ogl/oglshapes.cpp
wxZipFSHandler does not report non-local zip archives as openable anymore
[wxWidgets.git] / wxPython / contrib / ogl / oglshapes.cpp
CommitLineData
e91a9dfc 1/*
c368d904 2 * FILE : contrib/ogl/oglshapes.cpp
e91a9dfc
RD
3 *
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
185d7c3e 6 * Version 1.1 (Build 883)
e91a9dfc
RD
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__)
9ae9011b 30# define SWIGEXPORT(a) a _export
e91a9dfc 31# else
9ae9011b 32# define SWIGEXPORT(a) a
e91a9dfc
RD
33# endif
34# endif
35#else
9ae9011b 36# define SWIGEXPORT(a) a
e91a9dfc
RD
37#endif
38
9ae9011b
RD
39#include "Python.h"
40
e91a9dfc
RD
41#ifdef __cplusplus
42extern "C" {
43#endif
9ae9011b 44
e91a9dfc
RD
45extern void SWIG_MakePtr(char *, void *, char *);
46extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47extern char *SWIG_GetPtr(char *, void **, char *);
48extern char *SWIG_GetPtrObj(PyObject *, void **, char *);
49extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
50extern PyObject *SWIG_newvarlink(void);
51#ifdef __cplusplus
52}
53#endif
54#define SWIG_init initoglshapesc
55
56#define SWIG_name "oglshapesc"
57
1e7ecb7b 58#include "export.h"
e91a9dfc
RD
59#include "oglhelpers.h"
60
61static PyObject* l_output_helper(PyObject* target, PyObject* o) {
62 PyObject* o2;
185d7c3e 63 if (!target) {
e91a9dfc 64 target = o;
185d7c3e 65 } else if (target == Py_None) {
e91a9dfc
RD
66 Py_DECREF(Py_None);
67 target = o;
185d7c3e 68 } else {
e91a9dfc
RD
69 if (!PyList_Check(target)) {
70 o2 = target;
71 target = PyList_New(0);
72 PyList_Append(target, o2);
73 Py_XDECREF(o2);
74 }
75 PyList_Append(target,o);
76 Py_XDECREF(o);
77 }
78 return target;
79}
80
81static PyObject* t_output_helper(PyObject* target, PyObject* o) {
82 PyObject* o2;
83 PyObject* o3;
84
185d7c3e 85 if (!target) {
e91a9dfc 86 target = o;
185d7c3e 87 } else if (target == Py_None) {
e91a9dfc
RD
88 Py_DECREF(Py_None);
89 target = o;
185d7c3e 90 } else {
e91a9dfc
RD
91 if (!PyTuple_Check(target)) {
92 o2 = target;
93 target = PyTuple_New(1);
94 PyTuple_SetItem(target, 0, o2);
95 }
185d7c3e
RD
96 o3 = PyTuple_New(1);
97 PyTuple_SetItem(o3, 0, o);
e91a9dfc
RD
98
99 o2 = target;
185d7c3e
RD
100 target = PySequence_Concat(o2, o3);
101 Py_DECREF(o2);
e91a9dfc
RD
102 Py_DECREF(o3);
103 }
104 return target;
105}
106
e91a9dfc
RD
107static char* wxStringErrorMsg = "string type is required for parameter";
108
109 WXSHAPE_IMP_CALLBACKS(wxPyRectangleShape, wxRectangleShape);
110
2348eaee
RD
111 WXSHAPE_IMP_CALLBACKS(wxPyControlPoint, wxControlPoint);
112
e91a9dfc
RD
113 WXSHAPE_IMP_CALLBACKS(wxPyBitmapShape, wxBitmapShape);
114
115 WXSHAPE_IMP_CALLBACKS(wxPyDrawnShape, wxDrawnShape);
116
117 WXSHAPE_IMP_CALLBACKS(wxPyCompositeShape, wxCompositeShape);
118
119 WXSHAPE_IMP_CALLBACKS(wxPyDividedShape, wxDividedShape);
120
121 WXSHAPE_IMP_CALLBACKS(wxPyDivisionShape, wxDivisionShape);
122#ifdef __cplusplus
123extern "C" {
124#endif
125#define new_wxPseudoMetaFile() (new wxPseudoMetaFile())
126static PyObject *_wrap_new_wxPseudoMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
127 PyObject * _resultobj;
128 wxPseudoMetaFile * _result;
129 char *_kwnames[] = { NULL };
130 char _ptemp[128];
131
132 self = self;
133 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPseudoMetaFile",_kwnames))
134 return NULL;
135{
136 wxPy_BEGIN_ALLOW_THREADS;
137 _result = (wxPseudoMetaFile *)new_wxPseudoMetaFile();
138
139 wxPy_END_ALLOW_THREADS;
140} if (_result) {
141 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPseudoMetaFile_p");
142 _resultobj = Py_BuildValue("s",_ptemp);
143 } else {
144 Py_INCREF(Py_None);
145 _resultobj = Py_None;
146 }
147 return _resultobj;
148}
149
150#define delete_wxPseudoMetaFile(_swigobj) (delete _swigobj)
151static PyObject *_wrap_delete_wxPseudoMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
152 PyObject * _resultobj;
153 wxPseudoMetaFile * _arg0;
154 PyObject * _argo0 = 0;
155 char *_kwnames[] = { "self", NULL };
156
157 self = self;
158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxPseudoMetaFile",_kwnames,&_argo0))
159 return NULL;
160 if (_argo0) {
161 if (_argo0 == Py_None) { _arg0 = NULL; }
162 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
163 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxPseudoMetaFile. Expected _wxPseudoMetaFile_p.");
164 return NULL;
165 }
166 }
167{
168 wxPy_BEGIN_ALLOW_THREADS;
169 delete_wxPseudoMetaFile(_arg0);
170
171 wxPy_END_ALLOW_THREADS;
172} Py_INCREF(Py_None);
173 _resultobj = Py_None;
174 return _resultobj;
175}
176
177#define wxPseudoMetaFile_Draw(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Draw(_swigarg0,_swigarg1,_swigarg2))
178static PyObject *_wrap_wxPseudoMetaFile_Draw(PyObject *self, PyObject *args, PyObject *kwargs) {
179 PyObject * _resultobj;
180 wxPseudoMetaFile * _arg0;
181 wxDC * _arg1;
182 double _arg2;
183 double _arg3;
184 PyObject * _argo0 = 0;
185 PyObject * _argo1 = 0;
186 char *_kwnames[] = { "self","dc","xoffset","yoffset", NULL };
187
188 self = self;
189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd:wxPseudoMetaFile_Draw",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3))
190 return NULL;
191 if (_argo0) {
192 if (_argo0 == Py_None) { _arg0 = NULL; }
193 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
194 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Draw. Expected _wxPseudoMetaFile_p.");
195 return NULL;
196 }
197 }
198 if (_argo1) {
199 if (_argo1 == Py_None) { _arg1 = NULL; }
200 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
201 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_Draw. Expected _wxDC_p.");
202 return NULL;
203 }
204 }
205{
206 wxPy_BEGIN_ALLOW_THREADS;
207 wxPseudoMetaFile_Draw(_arg0,*_arg1,_arg2,_arg3);
208
209 wxPy_END_ALLOW_THREADS;
210} Py_INCREF(Py_None);
211 _resultobj = Py_None;
212 return _resultobj;
213}
214
215#define wxPseudoMetaFile_WriteAttributes(_swigobj,_swigarg0,_swigarg1) (_swigobj->WriteAttributes(_swigarg0,_swigarg1))
216static PyObject *_wrap_wxPseudoMetaFile_WriteAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
217 PyObject * _resultobj;
218 wxPseudoMetaFile * _arg0;
219 wxExpr * _arg1;
220 int _arg2;
221 PyObject * _argo0 = 0;
222 PyObject * _argo1 = 0;
223 char *_kwnames[] = { "self","clause","whichAngle", NULL };
224
225 self = self;
226 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxPseudoMetaFile_WriteAttributes",_kwnames,&_argo0,&_argo1,&_arg2))
227 return NULL;
228 if (_argo0) {
229 if (_argo0 == Py_None) { _arg0 = NULL; }
230 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
231 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_WriteAttributes. Expected _wxPseudoMetaFile_p.");
232 return NULL;
233 }
234 }
235 if (_argo1) {
236 if (_argo1 == Py_None) { _arg1 = NULL; }
237 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxExpr_p")) {
238 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_WriteAttributes. Expected _wxExpr_p.");
239 return NULL;
240 }
241 }
242{
243 wxPy_BEGIN_ALLOW_THREADS;
244 wxPseudoMetaFile_WriteAttributes(_arg0,_arg1,_arg2);
245
246 wxPy_END_ALLOW_THREADS;
247} Py_INCREF(Py_None);
248 _resultobj = Py_None;
249 return _resultobj;
250}
251
252#define wxPseudoMetaFile_ReadAttributes(_swigobj,_swigarg0,_swigarg1) (_swigobj->ReadAttributes(_swigarg0,_swigarg1))
253static PyObject *_wrap_wxPseudoMetaFile_ReadAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
254 PyObject * _resultobj;
255 wxPseudoMetaFile * _arg0;
256 wxExpr * _arg1;
257 int _arg2;
258 PyObject * _argo0 = 0;
259 PyObject * _argo1 = 0;
260 char *_kwnames[] = { "self","clause","whichAngle", NULL };
261
262 self = self;
263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxPseudoMetaFile_ReadAttributes",_kwnames,&_argo0,&_argo1,&_arg2))
264 return NULL;
265 if (_argo0) {
266 if (_argo0 == Py_None) { _arg0 = NULL; }
267 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
268 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_ReadAttributes. Expected _wxPseudoMetaFile_p.");
269 return NULL;
270 }
271 }
272 if (_argo1) {
273 if (_argo1 == Py_None) { _arg1 = NULL; }
274 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxExpr_p")) {
275 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_ReadAttributes. Expected _wxExpr_p.");
276 return NULL;
277 }
278 }
279{
280 wxPy_BEGIN_ALLOW_THREADS;
281 wxPseudoMetaFile_ReadAttributes(_arg0,_arg1,_arg2);
282
283 wxPy_END_ALLOW_THREADS;
284} Py_INCREF(Py_None);
285 _resultobj = Py_None;
286 return _resultobj;
287}
288
289#define wxPseudoMetaFile_Clear(_swigobj) (_swigobj->Clear())
290static PyObject *_wrap_wxPseudoMetaFile_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
291 PyObject * _resultobj;
292 wxPseudoMetaFile * _arg0;
293 PyObject * _argo0 = 0;
294 char *_kwnames[] = { "self", NULL };
295
296 self = self;
297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_Clear",_kwnames,&_argo0))
298 return NULL;
299 if (_argo0) {
300 if (_argo0 == Py_None) { _arg0 = NULL; }
301 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
302 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Clear. Expected _wxPseudoMetaFile_p.");
303 return NULL;
304 }
305 }
306{
307 wxPy_BEGIN_ALLOW_THREADS;
308 wxPseudoMetaFile_Clear(_arg0);
309
310 wxPy_END_ALLOW_THREADS;
311} Py_INCREF(Py_None);
312 _resultobj = Py_None;
313 return _resultobj;
314}
315
316#define wxPseudoMetaFile_Copy(_swigobj,_swigarg0) (_swigobj->Copy(_swigarg0))
317static PyObject *_wrap_wxPseudoMetaFile_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
318 PyObject * _resultobj;
319 wxPseudoMetaFile * _arg0;
320 wxPseudoMetaFile * _arg1;
321 PyObject * _argo0 = 0;
322 PyObject * _argo1 = 0;
323 char *_kwnames[] = { "self","copy", NULL };
324
325 self = self;
326 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_Copy",_kwnames,&_argo0,&_argo1))
327 return NULL;
328 if (_argo0) {
329 if (_argo0 == Py_None) { _arg0 = NULL; }
330 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
331 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Copy. Expected _wxPseudoMetaFile_p.");
332 return NULL;
333 }
334 }
335 if (_argo1) {
336 if (_argo1 == Py_None) { _arg1 = NULL; }
337 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPseudoMetaFile_p")) {
338 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_Copy. Expected _wxPseudoMetaFile_p.");
339 return NULL;
340 }
341 }
342{
343 wxPy_BEGIN_ALLOW_THREADS;
344 wxPseudoMetaFile_Copy(_arg0,*_arg1);
345
346 wxPy_END_ALLOW_THREADS;
347} Py_INCREF(Py_None);
348 _resultobj = Py_None;
349 return _resultobj;
350}
351
352#define wxPseudoMetaFile_Scale(_swigobj,_swigarg0,_swigarg1) (_swigobj->Scale(_swigarg0,_swigarg1))
353static PyObject *_wrap_wxPseudoMetaFile_Scale(PyObject *self, PyObject *args, PyObject *kwargs) {
354 PyObject * _resultobj;
355 wxPseudoMetaFile * _arg0;
356 double _arg1;
357 double _arg2;
358 PyObject * _argo0 = 0;
359 char *_kwnames[] = { "self","sx","sy", NULL };
360
361 self = self;
362 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_Scale",_kwnames,&_argo0,&_arg1,&_arg2))
363 return NULL;
364 if (_argo0) {
365 if (_argo0 == Py_None) { _arg0 = NULL; }
366 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
367 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Scale. Expected _wxPseudoMetaFile_p.");
368 return NULL;
369 }
370 }
371{
372 wxPy_BEGIN_ALLOW_THREADS;
373 wxPseudoMetaFile_Scale(_arg0,_arg1,_arg2);
374
375 wxPy_END_ALLOW_THREADS;
376} Py_INCREF(Py_None);
377 _resultobj = Py_None;
378 return _resultobj;
379}
380
381#define wxPseudoMetaFile_ScaleTo(_swigobj,_swigarg0,_swigarg1) (_swigobj->ScaleTo(_swigarg0,_swigarg1))
382static PyObject *_wrap_wxPseudoMetaFile_ScaleTo(PyObject *self, PyObject *args, PyObject *kwargs) {
383 PyObject * _resultobj;
384 wxPseudoMetaFile * _arg0;
385 double _arg1;
386 double _arg2;
387 PyObject * _argo0 = 0;
388 char *_kwnames[] = { "self","w","h", NULL };
389
390 self = self;
391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_ScaleTo",_kwnames,&_argo0,&_arg1,&_arg2))
392 return NULL;
393 if (_argo0) {
394 if (_argo0 == Py_None) { _arg0 = NULL; }
395 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
396 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_ScaleTo. Expected _wxPseudoMetaFile_p.");
397 return NULL;
398 }
399 }
400{
401 wxPy_BEGIN_ALLOW_THREADS;
402 wxPseudoMetaFile_ScaleTo(_arg0,_arg1,_arg2);
403
404 wxPy_END_ALLOW_THREADS;
405} Py_INCREF(Py_None);
406 _resultobj = Py_None;
407 return _resultobj;
408}
409
410#define wxPseudoMetaFile_Translate(_swigobj,_swigarg0,_swigarg1) (_swigobj->Translate(_swigarg0,_swigarg1))
411static PyObject *_wrap_wxPseudoMetaFile_Translate(PyObject *self, PyObject *args, PyObject *kwargs) {
412 PyObject * _resultobj;
413 wxPseudoMetaFile * _arg0;
414 double _arg1;
415 double _arg2;
416 PyObject * _argo0 = 0;
417 char *_kwnames[] = { "self","x","y", NULL };
418
419 self = self;
420 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_Translate",_kwnames,&_argo0,&_arg1,&_arg2))
421 return NULL;
422 if (_argo0) {
423 if (_argo0 == Py_None) { _arg0 = NULL; }
424 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
425 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Translate. Expected _wxPseudoMetaFile_p.");
426 return NULL;
427 }
428 }
429{
430 wxPy_BEGIN_ALLOW_THREADS;
431 wxPseudoMetaFile_Translate(_arg0,_arg1,_arg2);
432
433 wxPy_END_ALLOW_THREADS;
434} Py_INCREF(Py_None);
435 _resultobj = Py_None;
436 return _resultobj;
437}
438
439#define wxPseudoMetaFile_Rotate(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Rotate(_swigarg0,_swigarg1,_swigarg2))
440static PyObject *_wrap_wxPseudoMetaFile_Rotate(PyObject *self, PyObject *args, PyObject *kwargs) {
441 PyObject * _resultobj;
442 wxPseudoMetaFile * _arg0;
443 double _arg1;
444 double _arg2;
445 double _arg3;
446 PyObject * _argo0 = 0;
447 char *_kwnames[] = { "self","x","y","theta", NULL };
448
449 self = self;
450 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oddd:wxPseudoMetaFile_Rotate",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3))
451 return NULL;
452 if (_argo0) {
453 if (_argo0 == Py_None) { _arg0 = NULL; }
454 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
455 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_Rotate. Expected _wxPseudoMetaFile_p.");
456 return NULL;
457 }
458 }
459{
460 wxPy_BEGIN_ALLOW_THREADS;
461 wxPseudoMetaFile_Rotate(_arg0,_arg1,_arg2,_arg3);
462
463 wxPy_END_ALLOW_THREADS;
464} Py_INCREF(Py_None);
465 _resultobj = Py_None;
466 return _resultobj;
467}
468
469#define wxPseudoMetaFile_LoadFromMetaFile(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->LoadFromMetaFile(_swigarg0,_swigarg1,_swigarg2))
470static PyObject *_wrap_wxPseudoMetaFile_LoadFromMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
471 PyObject * _resultobj;
472 bool _result;
473 wxPseudoMetaFile * _arg0;
474 char * _arg1;
475 double * _arg2;
476 double * _arg3;
477 PyObject * _argo0 = 0;
478 PyObject * _argo2 = 0;
479 PyObject * _argo3 = 0;
480 char *_kwnames[] = { "self","filename","width","height", NULL };
481
482 self = self;
483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OsOO:wxPseudoMetaFile_LoadFromMetaFile",_kwnames,&_argo0,&_arg1,&_argo2,&_argo3))
484 return NULL;
485 if (_argo0) {
486 if (_argo0 == Py_None) { _arg0 = NULL; }
487 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
488 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_LoadFromMetaFile. Expected _wxPseudoMetaFile_p.");
489 return NULL;
490 }
491 }
492 if (_argo2) {
493 if (_argo2 == Py_None) { _arg2 = NULL; }
494 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_double_p")) {
495 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPseudoMetaFile_LoadFromMetaFile. Expected _double_p.");
496 return NULL;
497 }
498 }
499 if (_argo3) {
500 if (_argo3 == Py_None) { _arg3 = NULL; }
501 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_double_p")) {
502 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxPseudoMetaFile_LoadFromMetaFile. Expected _double_p.");
503 return NULL;
504 }
505 }
506{
507 wxPy_BEGIN_ALLOW_THREADS;
508 _result = (bool )wxPseudoMetaFile_LoadFromMetaFile(_arg0,_arg1,_arg2,_arg3);
509
510 wxPy_END_ALLOW_THREADS;
511} _resultobj = Py_BuildValue("i",_result);
512 return _resultobj;
513}
514
515#define wxPseudoMetaFile_GetBounds(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->GetBounds(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
516static PyObject *_wrap_wxPseudoMetaFile_GetBounds(PyObject *self, PyObject *args, PyObject *kwargs) {
517 PyObject * _resultobj;
518 wxPseudoMetaFile * _arg0;
519 double * _arg1;
520 double * _arg2;
521 double * _arg3;
522 double * _arg4;
523 PyObject * _argo0 = 0;
524 PyObject * _argo1 = 0;
525 PyObject * _argo2 = 0;
526 PyObject * _argo3 = 0;
527 PyObject * _argo4 = 0;
528 char *_kwnames[] = { "self","minX","minY","maxX","maxY", NULL };
529
530 self = self;
531 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOOO:wxPseudoMetaFile_GetBounds",_kwnames,&_argo0,&_argo1,&_argo2,&_argo3,&_argo4))
532 return NULL;
533 if (_argo0) {
534 if (_argo0 == Py_None) { _arg0 = NULL; }
535 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
536 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetBounds. Expected _wxPseudoMetaFile_p.");
537 return NULL;
538 }
539 }
540 if (_argo1) {
541 if (_argo1 == Py_None) { _arg1 = NULL; }
542 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_double_p")) {
543 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
544 return NULL;
545 }
546 }
547 if (_argo2) {
548 if (_argo2 == Py_None) { _arg2 = NULL; }
549 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_double_p")) {
550 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
551 return NULL;
552 }
553 }
554 if (_argo3) {
555 if (_argo3 == Py_None) { _arg3 = NULL; }
556 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_double_p")) {
557 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
558 return NULL;
559 }
560 }
561 if (_argo4) {
562 if (_argo4 == Py_None) { _arg4 = NULL; }
563 else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_double_p")) {
564 PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxPseudoMetaFile_GetBounds. Expected _double_p.");
565 return NULL;
566 }
567 }
568{
569 wxPy_BEGIN_ALLOW_THREADS;
570 wxPseudoMetaFile_GetBounds(_arg0,_arg1,_arg2,_arg3,_arg4);
571
572 wxPy_END_ALLOW_THREADS;
573} Py_INCREF(Py_None);
574 _resultobj = Py_None;
575 return _resultobj;
576}
577
578#define wxPseudoMetaFile_CalculateSize(_swigobj,_swigarg0) (_swigobj->CalculateSize(_swigarg0))
579static PyObject *_wrap_wxPseudoMetaFile_CalculateSize(PyObject *self, PyObject *args, PyObject *kwargs) {
580 PyObject * _resultobj;
581 wxPseudoMetaFile * _arg0;
582 wxDrawnShape * _arg1;
583 PyObject * _argo0 = 0;
584 PyObject * _argo1 = 0;
585 char *_kwnames[] = { "self","shape", NULL };
586
587 self = self;
588 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_CalculateSize",_kwnames,&_argo0,&_argo1))
589 return NULL;
590 if (_argo0) {
591 if (_argo0 == Py_None) { _arg0 = NULL; }
592 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
593 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_CalculateSize. Expected _wxPseudoMetaFile_p.");
594 return NULL;
595 }
596 }
597 if (_argo1) {
598 if (_argo1 == Py_None) { _arg1 = NULL; }
599 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDrawnShape_p")) {
600 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_CalculateSize. Expected _wxDrawnShape_p.");
601 return NULL;
602 }
603 }
604{
605 wxPy_BEGIN_ALLOW_THREADS;
606 wxPseudoMetaFile_CalculateSize(_arg0,_arg1);
607
608 wxPy_END_ALLOW_THREADS;
609} Py_INCREF(Py_None);
610 _resultobj = Py_None;
611 return _resultobj;
612}
613
614#define wxPseudoMetaFile_SetRotateable(_swigobj,_swigarg0) (_swigobj->SetRotateable(_swigarg0))
615static PyObject *_wrap_wxPseudoMetaFile_SetRotateable(PyObject *self, PyObject *args, PyObject *kwargs) {
616 PyObject * _resultobj;
617 wxPseudoMetaFile * _arg0;
618 bool _arg1;
619 PyObject * _argo0 = 0;
620 int tempbool1;
621 char *_kwnames[] = { "self","rot", NULL };
622
623 self = self;
624 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPseudoMetaFile_SetRotateable",_kwnames,&_argo0,&tempbool1))
625 return NULL;
626 if (_argo0) {
627 if (_argo0 == Py_None) { _arg0 = NULL; }
628 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
629 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetRotateable. Expected _wxPseudoMetaFile_p.");
630 return NULL;
631 }
632 }
633 _arg1 = (bool ) tempbool1;
634{
635 wxPy_BEGIN_ALLOW_THREADS;
636 wxPseudoMetaFile_SetRotateable(_arg0,_arg1);
637
638 wxPy_END_ALLOW_THREADS;
639} Py_INCREF(Py_None);
640 _resultobj = Py_None;
641 return _resultobj;
642}
643
644#define wxPseudoMetaFile_GetRotateable(_swigobj) (_swigobj->GetRotateable())
645static PyObject *_wrap_wxPseudoMetaFile_GetRotateable(PyObject *self, PyObject *args, PyObject *kwargs) {
646 PyObject * _resultobj;
647 bool _result;
648 wxPseudoMetaFile * _arg0;
649 PyObject * _argo0 = 0;
650 char *_kwnames[] = { "self", NULL };
651
652 self = self;
653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetRotateable",_kwnames,&_argo0))
654 return NULL;
655 if (_argo0) {
656 if (_argo0 == Py_None) { _arg0 = NULL; }
657 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
658 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetRotateable. Expected _wxPseudoMetaFile_p.");
659 return NULL;
660 }
661 }
662{
663 wxPy_BEGIN_ALLOW_THREADS;
664 _result = (bool )wxPseudoMetaFile_GetRotateable(_arg0);
665
666 wxPy_END_ALLOW_THREADS;
667} _resultobj = Py_BuildValue("i",_result);
668 return _resultobj;
669}
670
671#define wxPseudoMetaFile_SetSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSize(_swigarg0,_swigarg1))
672static PyObject *_wrap_wxPseudoMetaFile_SetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
673 PyObject * _resultobj;
674 wxPseudoMetaFile * _arg0;
675 double _arg1;
676 double _arg2;
677 PyObject * _argo0 = 0;
678 char *_kwnames[] = { "self","w","h", NULL };
679
680 self = self;
681 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPseudoMetaFile_SetSize",_kwnames,&_argo0,&_arg1,&_arg2))
682 return NULL;
683 if (_argo0) {
684 if (_argo0 == Py_None) { _arg0 = NULL; }
685 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
686 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetSize. Expected _wxPseudoMetaFile_p.");
687 return NULL;
688 }
689 }
690{
691 wxPy_BEGIN_ALLOW_THREADS;
692 wxPseudoMetaFile_SetSize(_arg0,_arg1,_arg2);
693
694 wxPy_END_ALLOW_THREADS;
695} Py_INCREF(Py_None);
696 _resultobj = Py_None;
697 return _resultobj;
698}
699
700#define wxPseudoMetaFile_SetFillBrush(_swigobj,_swigarg0) (_swigobj->SetFillBrush(_swigarg0))
701static PyObject *_wrap_wxPseudoMetaFile_SetFillBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
702 PyObject * _resultobj;
703 wxPseudoMetaFile * _arg0;
704 wxBrush * _arg1;
705 PyObject * _argo0 = 0;
706 PyObject * _argo1 = 0;
707 char *_kwnames[] = { "self","brush", NULL };
708
709 self = self;
710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFillBrush",_kwnames,&_argo0,&_argo1))
711 return NULL;
712 if (_argo0) {
713 if (_argo0 == Py_None) { _arg0 = NULL; }
714 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
715 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetFillBrush. Expected _wxPseudoMetaFile_p.");
716 return NULL;
717 }
718 }
719 if (_argo1) {
720 if (_argo1 == Py_None) { _arg1 = NULL; }
721 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
722 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetFillBrush. Expected _wxBrush_p.");
723 return NULL;
724 }
725 }
726{
727 wxPy_BEGIN_ALLOW_THREADS;
728 wxPseudoMetaFile_SetFillBrush(_arg0,_arg1);
729
730 wxPy_END_ALLOW_THREADS;
731} Py_INCREF(Py_None);
732 _resultobj = Py_None;
733 return _resultobj;
734}
735
736#define wxPseudoMetaFile_GetFillBrush(_swigobj) (_swigobj->GetFillBrush())
737static PyObject *_wrap_wxPseudoMetaFile_GetFillBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
738 PyObject * _resultobj;
739 wxBrush * _result;
740 wxPseudoMetaFile * _arg0;
741 PyObject * _argo0 = 0;
742 char *_kwnames[] = { "self", NULL };
743 char _ptemp[128];
744
745 self = self;
746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetFillBrush",_kwnames,&_argo0))
747 return NULL;
748 if (_argo0) {
749 if (_argo0 == Py_None) { _arg0 = NULL; }
750 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
751 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetFillBrush. Expected _wxPseudoMetaFile_p.");
752 return NULL;
753 }
754 }
755{
756 wxPy_BEGIN_ALLOW_THREADS;
757 _result = (wxBrush *)wxPseudoMetaFile_GetFillBrush(_arg0);
758
759 wxPy_END_ALLOW_THREADS;
760} if (_result) {
761 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBrush_p");
762 _resultobj = Py_BuildValue("s",_ptemp);
763 } else {
764 Py_INCREF(Py_None);
765 _resultobj = Py_None;
766 }
767 return _resultobj;
768}
769
770#define wxPseudoMetaFile_SetOutlinePen(_swigobj,_swigarg0) (_swigobj->SetOutlinePen(_swigarg0))
771static PyObject *_wrap_wxPseudoMetaFile_SetOutlinePen(PyObject *self, PyObject *args, PyObject *kwargs) {
772 PyObject * _resultobj;
773 wxPseudoMetaFile * _arg0;
774 wxPen * _arg1;
775 PyObject * _argo0 = 0;
776 PyObject * _argo1 = 0;
777 char *_kwnames[] = { "self","pen", NULL };
778
779 self = self;
780 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetOutlinePen",_kwnames,&_argo0,&_argo1))
781 return NULL;
782 if (_argo0) {
783 if (_argo0 == Py_None) { _arg0 = NULL; }
784 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
785 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetOutlinePen. Expected _wxPseudoMetaFile_p.");
786 return NULL;
787 }
788 }
789 if (_argo1) {
790 if (_argo1 == Py_None) { _arg1 = NULL; }
791 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
792 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetOutlinePen. Expected _wxPen_p.");
793 return NULL;
794 }
795 }
796{
797 wxPy_BEGIN_ALLOW_THREADS;
798 wxPseudoMetaFile_SetOutlinePen(_arg0,_arg1);
799
800 wxPy_END_ALLOW_THREADS;
801} Py_INCREF(Py_None);
802 _resultobj = Py_None;
803 return _resultobj;
804}
805
806#define wxPseudoMetaFile_GetOutlinePen(_swigobj) (_swigobj->GetOutlinePen())
807static PyObject *_wrap_wxPseudoMetaFile_GetOutlinePen(PyObject *self, PyObject *args, PyObject *kwargs) {
808 PyObject * _resultobj;
809 wxPen * _result;
810 wxPseudoMetaFile * _arg0;
811 PyObject * _argo0 = 0;
812 char *_kwnames[] = { "self", NULL };
813 char _ptemp[128];
814
815 self = self;
816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetOutlinePen",_kwnames,&_argo0))
817 return NULL;
818 if (_argo0) {
819 if (_argo0 == Py_None) { _arg0 = NULL; }
820 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
821 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetOutlinePen. Expected _wxPseudoMetaFile_p.");
822 return NULL;
823 }
824 }
825{
826 wxPy_BEGIN_ALLOW_THREADS;
827 _result = (wxPen *)wxPseudoMetaFile_GetOutlinePen(_arg0);
828
829 wxPy_END_ALLOW_THREADS;
830} if (_result) {
831 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPen_p");
832 _resultobj = Py_BuildValue("s",_ptemp);
833 } else {
834 Py_INCREF(Py_None);
835 _resultobj = Py_None;
836 }
837 return _resultobj;
838}
839
840#define wxPseudoMetaFile_SetOutlineOp(_swigobj,_swigarg0) (_swigobj->SetOutlineOp(_swigarg0))
841static PyObject *_wrap_wxPseudoMetaFile_SetOutlineOp(PyObject *self, PyObject *args, PyObject *kwargs) {
842 PyObject * _resultobj;
843 wxPseudoMetaFile * _arg0;
844 int _arg1;
845 PyObject * _argo0 = 0;
846 char *_kwnames[] = { "self","op", NULL };
847
848 self = self;
849 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPseudoMetaFile_SetOutlineOp",_kwnames,&_argo0,&_arg1))
850 return NULL;
851 if (_argo0) {
852 if (_argo0 == Py_None) { _arg0 = NULL; }
853 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
854 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetOutlineOp. Expected _wxPseudoMetaFile_p.");
855 return NULL;
856 }
857 }
858{
859 wxPy_BEGIN_ALLOW_THREADS;
860 wxPseudoMetaFile_SetOutlineOp(_arg0,_arg1);
861
862 wxPy_END_ALLOW_THREADS;
863} Py_INCREF(Py_None);
864 _resultobj = Py_None;
865 return _resultobj;
866}
867
868#define wxPseudoMetaFile_GetOutlineOp(_swigobj) (_swigobj->GetOutlineOp())
869static PyObject *_wrap_wxPseudoMetaFile_GetOutlineOp(PyObject *self, PyObject *args, PyObject *kwargs) {
870 PyObject * _resultobj;
871 int _result;
872 wxPseudoMetaFile * _arg0;
873 PyObject * _argo0 = 0;
874 char *_kwnames[] = { "self", NULL };
875
876 self = self;
877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_GetOutlineOp",_kwnames,&_argo0))
878 return NULL;
879 if (_argo0) {
880 if (_argo0 == Py_None) { _arg0 = NULL; }
881 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
882 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_GetOutlineOp. Expected _wxPseudoMetaFile_p.");
883 return NULL;
884 }
885 }
886{
887 wxPy_BEGIN_ALLOW_THREADS;
888 _result = (int )wxPseudoMetaFile_GetOutlineOp(_arg0);
889
890 wxPy_END_ALLOW_THREADS;
891} _resultobj = Py_BuildValue("i",_result);
892 return _resultobj;
893}
894
895#define wxPseudoMetaFile_IsValid(_swigobj) (_swigobj->IsValid())
896static PyObject *_wrap_wxPseudoMetaFile_IsValid(PyObject *self, PyObject *args, PyObject *kwargs) {
897 PyObject * _resultobj;
898 bool _result;
899 wxPseudoMetaFile * _arg0;
900 PyObject * _argo0 = 0;
901 char *_kwnames[] = { "self", NULL };
902
903 self = self;
904 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_IsValid",_kwnames,&_argo0))
905 return NULL;
906 if (_argo0) {
907 if (_argo0 == Py_None) { _arg0 = NULL; }
908 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
909 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_IsValid. Expected _wxPseudoMetaFile_p.");
910 return NULL;
911 }
912 }
913{
914 wxPy_BEGIN_ALLOW_THREADS;
915 _result = (bool )wxPseudoMetaFile_IsValid(_arg0);
916
917 wxPy_END_ALLOW_THREADS;
918} _resultobj = Py_BuildValue("i",_result);
919 return _resultobj;
920}
921
922#define wxPseudoMetaFile_DrawLine(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLine(_swigarg0,_swigarg1))
923static PyObject *_wrap_wxPseudoMetaFile_DrawLine(PyObject *self, PyObject *args, PyObject *kwargs) {
924 PyObject * _resultobj;
925 wxPseudoMetaFile * _arg0;
926 wxPoint * _arg1;
927 wxPoint * _arg2;
928 PyObject * _argo0 = 0;
2348eaee
RD
929 wxPoint temp;
930 PyObject * _obj1 = 0;
931 wxPoint temp0;
932 PyObject * _obj2 = 0;
e91a9dfc
RD
933 char *_kwnames[] = { "self","pt1","pt2", NULL };
934
935 self = self;
2348eaee 936 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPseudoMetaFile_DrawLine",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
937 return NULL;
938 if (_argo0) {
939 if (_argo0 == Py_None) { _arg0 = NULL; }
940 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
941 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawLine. Expected _wxPseudoMetaFile_p.");
942 return NULL;
943 }
944 }
2348eaee
RD
945{
946 _arg1 = &temp;
947 if (! wxPoint_helper(_obj1, &_arg1))
e91a9dfc 948 return NULL;
2348eaee
RD
949}
950{
951 _arg2 = &temp0;
952 if (! wxPoint_helper(_obj2, &_arg2))
e91a9dfc 953 return NULL;
2348eaee 954}
e91a9dfc
RD
955{
956 wxPy_BEGIN_ALLOW_THREADS;
957 wxPseudoMetaFile_DrawLine(_arg0,*_arg1,*_arg2);
958
959 wxPy_END_ALLOW_THREADS;
960} Py_INCREF(Py_None);
961 _resultobj = Py_None;
962 return _resultobj;
963}
964
965#define wxPseudoMetaFile_DrawRectangle(_swigobj,_swigarg0) (_swigobj->DrawRectangle(_swigarg0))
966static PyObject *_wrap_wxPseudoMetaFile_DrawRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
967 PyObject * _resultobj;
968 wxPseudoMetaFile * _arg0;
969 wxRect * _arg1;
970 PyObject * _argo0 = 0;
2348eaee
RD
971 wxRect temp;
972 PyObject * _obj1 = 0;
e91a9dfc
RD
973 char *_kwnames[] = { "self","rect", NULL };
974
975 self = self;
2348eaee 976 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawRectangle",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
977 return NULL;
978 if (_argo0) {
979 if (_argo0 == Py_None) { _arg0 = NULL; }
980 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
981 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawRectangle. Expected _wxPseudoMetaFile_p.");
982 return NULL;
983 }
984 }
2348eaee
RD
985{
986 _arg1 = &temp;
987 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 988 return NULL;
2348eaee 989}
e91a9dfc
RD
990{
991 wxPy_BEGIN_ALLOW_THREADS;
992 wxPseudoMetaFile_DrawRectangle(_arg0,*_arg1);
993
994 wxPy_END_ALLOW_THREADS;
995} Py_INCREF(Py_None);
996 _resultobj = Py_None;
997 return _resultobj;
998}
999
1000#define wxPseudoMetaFile_DrawRoundedRectangle(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawRoundedRectangle(_swigarg0,_swigarg1))
1001static PyObject *_wrap_wxPseudoMetaFile_DrawRoundedRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
1002 PyObject * _resultobj;
1003 wxPseudoMetaFile * _arg0;
1004 wxRect * _arg1;
1005 double _arg2;
1006 PyObject * _argo0 = 0;
2348eaee
RD
1007 wxRect temp;
1008 PyObject * _obj1 = 0;
e91a9dfc
RD
1009 char *_kwnames[] = { "self","rect","radius", NULL };
1010
1011 self = self;
2348eaee 1012 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOd:wxPseudoMetaFile_DrawRoundedRectangle",_kwnames,&_argo0,&_obj1,&_arg2))
e91a9dfc
RD
1013 return NULL;
1014 if (_argo0) {
1015 if (_argo0 == Py_None) { _arg0 = NULL; }
1016 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1017 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawRoundedRectangle. Expected _wxPseudoMetaFile_p.");
1018 return NULL;
1019 }
1020 }
2348eaee
RD
1021{
1022 _arg1 = &temp;
1023 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 1024 return NULL;
2348eaee 1025}
e91a9dfc
RD
1026{
1027 wxPy_BEGIN_ALLOW_THREADS;
1028 wxPseudoMetaFile_DrawRoundedRectangle(_arg0,*_arg1,_arg2);
1029
1030 wxPy_END_ALLOW_THREADS;
1031} Py_INCREF(Py_None);
1032 _resultobj = Py_None;
1033 return _resultobj;
1034}
1035
1036#define wxPseudoMetaFile_DrawArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawArc(_swigarg0,_swigarg1,_swigarg2))
1037static PyObject *_wrap_wxPseudoMetaFile_DrawArc(PyObject *self, PyObject *args, PyObject *kwargs) {
1038 PyObject * _resultobj;
1039 wxPseudoMetaFile * _arg0;
1040 wxPoint * _arg1;
1041 wxPoint * _arg2;
1042 wxPoint * _arg3;
1043 PyObject * _argo0 = 0;
2348eaee
RD
1044 wxPoint temp;
1045 PyObject * _obj1 = 0;
1046 wxPoint temp0;
1047 PyObject * _obj2 = 0;
1048 wxPoint temp1;
1049 PyObject * _obj3 = 0;
e91a9dfc
RD
1050 char *_kwnames[] = { "self","centrePt","startPt","endPt", NULL };
1051
1052 self = self;
2348eaee 1053 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOO:wxPseudoMetaFile_DrawArc",_kwnames,&_argo0,&_obj1,&_obj2,&_obj3))
e91a9dfc
RD
1054 return NULL;
1055 if (_argo0) {
1056 if (_argo0 == Py_None) { _arg0 = NULL; }
1057 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1058 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawArc. Expected _wxPseudoMetaFile_p.");
1059 return NULL;
1060 }
1061 }
2348eaee
RD
1062{
1063 _arg1 = &temp;
1064 if (! wxPoint_helper(_obj1, &_arg1))
e91a9dfc 1065 return NULL;
2348eaee
RD
1066}
1067{
1068 _arg2 = &temp0;
1069 if (! wxPoint_helper(_obj2, &_arg2))
e91a9dfc 1070 return NULL;
2348eaee
RD
1071}
1072{
1073 _arg3 = &temp1;
1074 if (! wxPoint_helper(_obj3, &_arg3))
e91a9dfc 1075 return NULL;
2348eaee 1076}
e91a9dfc
RD
1077{
1078 wxPy_BEGIN_ALLOW_THREADS;
1079 wxPseudoMetaFile_DrawArc(_arg0,*_arg1,*_arg2,*_arg3);
1080
1081 wxPy_END_ALLOW_THREADS;
1082} Py_INCREF(Py_None);
1083 _resultobj = Py_None;
1084 return _resultobj;
1085}
1086
1087#define wxPseudoMetaFile_DrawEllipticArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawEllipticArc(_swigarg0,_swigarg1,_swigarg2))
1088static PyObject *_wrap_wxPseudoMetaFile_DrawEllipticArc(PyObject *self, PyObject *args, PyObject *kwargs) {
1089 PyObject * _resultobj;
1090 wxPseudoMetaFile * _arg0;
1091 wxRect * _arg1;
1092 double _arg2;
1093 double _arg3;
1094 PyObject * _argo0 = 0;
2348eaee
RD
1095 wxRect temp;
1096 PyObject * _obj1 = 0;
e91a9dfc
RD
1097 char *_kwnames[] = { "self","rect","startAngle","endAngle", NULL };
1098
1099 self = self;
2348eaee 1100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd:wxPseudoMetaFile_DrawEllipticArc",_kwnames,&_argo0,&_obj1,&_arg2,&_arg3))
e91a9dfc
RD
1101 return NULL;
1102 if (_argo0) {
1103 if (_argo0 == Py_None) { _arg0 = NULL; }
1104 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1105 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawEllipticArc. Expected _wxPseudoMetaFile_p.");
1106 return NULL;
1107 }
1108 }
2348eaee
RD
1109{
1110 _arg1 = &temp;
1111 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 1112 return NULL;
2348eaee 1113}
e91a9dfc
RD
1114{
1115 wxPy_BEGIN_ALLOW_THREADS;
1116 wxPseudoMetaFile_DrawEllipticArc(_arg0,*_arg1,_arg2,_arg3);
1117
1118 wxPy_END_ALLOW_THREADS;
1119} Py_INCREF(Py_None);
1120 _resultobj = Py_None;
1121 return _resultobj;
1122}
1123
1124#define wxPseudoMetaFile_DrawEllipse(_swigobj,_swigarg0) (_swigobj->DrawEllipse(_swigarg0))
1125static PyObject *_wrap_wxPseudoMetaFile_DrawEllipse(PyObject *self, PyObject *args, PyObject *kwargs) {
1126 PyObject * _resultobj;
1127 wxPseudoMetaFile * _arg0;
1128 wxRect * _arg1;
1129 PyObject * _argo0 = 0;
2348eaee
RD
1130 wxRect temp;
1131 PyObject * _obj1 = 0;
e91a9dfc
RD
1132 char *_kwnames[] = { "self","rect", NULL };
1133
1134 self = self;
2348eaee 1135 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawEllipse",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
1136 return NULL;
1137 if (_argo0) {
1138 if (_argo0 == Py_None) { _arg0 = NULL; }
1139 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1140 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawEllipse. Expected _wxPseudoMetaFile_p.");
1141 return NULL;
1142 }
1143 }
2348eaee
RD
1144{
1145 _arg1 = &temp;
1146 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 1147 return NULL;
2348eaee 1148}
e91a9dfc
RD
1149{
1150 wxPy_BEGIN_ALLOW_THREADS;
1151 wxPseudoMetaFile_DrawEllipse(_arg0,*_arg1);
1152
1153 wxPy_END_ALLOW_THREADS;
1154} Py_INCREF(Py_None);
1155 _resultobj = Py_None;
1156 return _resultobj;
1157}
1158
1159#define wxPseudoMetaFile_DrawPoint(_swigobj,_swigarg0) (_swigobj->DrawPoint(_swigarg0))
1160static PyObject *_wrap_wxPseudoMetaFile_DrawPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
1161 PyObject * _resultobj;
1162 wxPseudoMetaFile * _arg0;
1163 wxPoint * _arg1;
1164 PyObject * _argo0 = 0;
2348eaee
RD
1165 wxPoint temp;
1166 PyObject * _obj1 = 0;
e91a9dfc
RD
1167 char *_kwnames[] = { "self","pt", NULL };
1168
1169 self = self;
2348eaee 1170 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawPoint",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
1171 return NULL;
1172 if (_argo0) {
1173 if (_argo0 == Py_None) { _arg0 = NULL; }
1174 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1175 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawPoint. Expected _wxPseudoMetaFile_p.");
1176 return NULL;
1177 }
1178 }
2348eaee
RD
1179{
1180 _arg1 = &temp;
1181 if (! wxPoint_helper(_obj1, &_arg1))
e91a9dfc 1182 return NULL;
2348eaee 1183}
e91a9dfc
RD
1184{
1185 wxPy_BEGIN_ALLOW_THREADS;
1186 wxPseudoMetaFile_DrawPoint(_arg0,*_arg1);
1187
1188 wxPy_END_ALLOW_THREADS;
1189} Py_INCREF(Py_None);
1190 _resultobj = Py_None;
1191 return _resultobj;
1192}
1193
1194#define wxPseudoMetaFile_DrawText(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawText(_swigarg0,_swigarg1))
1195static PyObject *_wrap_wxPseudoMetaFile_DrawText(PyObject *self, PyObject *args, PyObject *kwargs) {
1196 PyObject * _resultobj;
1197 wxPseudoMetaFile * _arg0;
1198 wxString * _arg1;
1199 wxPoint * _arg2;
1200 PyObject * _argo0 = 0;
1201 PyObject * _obj1 = 0;
2348eaee
RD
1202 wxPoint temp;
1203 PyObject * _obj2 = 0;
e91a9dfc
RD
1204 char *_kwnames[] = { "self","text","pt", NULL };
1205
1206 self = self;
2348eaee 1207 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPseudoMetaFile_DrawText",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
1208 return NULL;
1209 if (_argo0) {
1210 if (_argo0 == Py_None) { _arg0 = NULL; }
1211 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1212 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawText. Expected _wxPseudoMetaFile_p.");
1213 return NULL;
1214 }
1215 }
1216{
185d7c3e
RD
1217#if PYTHON_API_VERSION >= 1009
1218 char* tmpPtr; int tmpSize;
1219 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
1220 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
1221 return NULL;
1222 }
1223 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
1224 return NULL;
1225 _arg1 = new wxString(tmpPtr, tmpSize);
1226#else
e91a9dfc
RD
1227 if (!PyString_Check(_obj1)) {
1228 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
1229 return NULL;
1230 }
185d7c3e
RD
1231 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
1232#endif
e91a9dfc 1233}
2348eaee
RD
1234{
1235 _arg2 = &temp;
1236 if (! wxPoint_helper(_obj2, &_arg2))
e91a9dfc 1237 return NULL;
2348eaee 1238}
e91a9dfc
RD
1239{
1240 wxPy_BEGIN_ALLOW_THREADS;
1241 wxPseudoMetaFile_DrawText(_arg0,*_arg1,*_arg2);
1242
1243 wxPy_END_ALLOW_THREADS;
1244} Py_INCREF(Py_None);
1245 _resultobj = Py_None;
1246{
1247 if (_obj1)
1248 delete _arg1;
1249}
1250 return _resultobj;
1251}
1252
1253#define wxPseudoMetaFile_DrawLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLines(_swigarg0,_swigarg1))
1254static PyObject *_wrap_wxPseudoMetaFile_DrawLines(PyObject *self, PyObject *args, PyObject *kwargs) {
1255 PyObject * _resultobj;
1256 wxPseudoMetaFile * _arg0;
1257 int _arg1;
1258 wxPoint * _arg2;
1259 PyObject * _argo0 = 0;
1260 PyObject * _obj2 = 0;
eec92d76 1261 char *_kwnames[] = { "self","points", NULL };
e91a9dfc
RD
1262
1263 self = self;
1264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawLines",_kwnames,&_argo0,&_obj2))
1265 return NULL;
1266 if (_argo0) {
1267 if (_argo0 == Py_None) { _arg0 = NULL; }
1268 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1269 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawLines. Expected _wxPseudoMetaFile_p.");
1270 return NULL;
1271 }
1272 }
1273 if (_obj2)
1274{
1275 _arg2 = wxPoint_LIST_helper(_obj2);
1276 if (_arg2 == NULL) {
1277 return NULL;
1278 }
1279}
1280{
1281 if (_obj2) {
1282 _arg1 = PyList_Size(_obj2);
1283 }
1284 else {
1285 _arg1 = 0;
1286 }
1287}
1288{
1289 wxPy_BEGIN_ALLOW_THREADS;
1290 wxPseudoMetaFile_DrawLines(_arg0,_arg1,_arg2);
1291
1292 wxPy_END_ALLOW_THREADS;
1293} Py_INCREF(Py_None);
1294 _resultobj = Py_None;
1295{
1296 delete [] _arg2;
1297}
1298 return _resultobj;
1299}
1300
1301#define wxPseudoMetaFile_DrawPolygon(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawPolygon(_swigarg0,_swigarg1,_swigarg2))
1302static PyObject *_wrap_wxPseudoMetaFile_DrawPolygon(PyObject *self, PyObject *args, PyObject *kwargs) {
1303 PyObject * _resultobj;
1304 wxPseudoMetaFile * _arg0;
1305 int _arg1;
1306 wxPoint * _arg2;
1307 int _arg3 = (int ) 0;
1308 PyObject * _argo0 = 0;
1309 PyObject * _obj2 = 0;
eec92d76 1310 char *_kwnames[] = { "self","points","flags", NULL };
e91a9dfc
RD
1311
1312 self = self;
1313 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_DrawPolygon",_kwnames,&_argo0,&_obj2,&_arg3))
1314 return NULL;
1315 if (_argo0) {
1316 if (_argo0 == Py_None) { _arg0 = NULL; }
1317 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1318 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawPolygon. Expected _wxPseudoMetaFile_p.");
1319 return NULL;
1320 }
1321 }
1322 if (_obj2)
1323{
1324 _arg2 = wxPoint_LIST_helper(_obj2);
1325 if (_arg2 == NULL) {
1326 return NULL;
1327 }
1328}
1329{
1330 if (_obj2) {
1331 _arg1 = PyList_Size(_obj2);
1332 }
1333 else {
1334 _arg1 = 0;
1335 }
1336}
1337{
1338 wxPy_BEGIN_ALLOW_THREADS;
1339 wxPseudoMetaFile_DrawPolygon(_arg0,_arg1,_arg2,_arg3);
1340
1341 wxPy_END_ALLOW_THREADS;
1342} Py_INCREF(Py_None);
1343 _resultobj = Py_None;
1344{
1345 delete [] _arg2;
1346}
1347 return _resultobj;
1348}
1349
1350#define wxPseudoMetaFile_DrawSpline(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawSpline(_swigarg0,_swigarg1))
1351static PyObject *_wrap_wxPseudoMetaFile_DrawSpline(PyObject *self, PyObject *args, PyObject *kwargs) {
1352 PyObject * _resultobj;
1353 wxPseudoMetaFile * _arg0;
1354 int _arg1;
1355 wxPoint * _arg2;
1356 PyObject * _argo0 = 0;
1357 PyObject * _obj2 = 0;
eec92d76 1358 char *_kwnames[] = { "self","points", NULL };
e91a9dfc
RD
1359
1360 self = self;
1361 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_DrawSpline",_kwnames,&_argo0,&_obj2))
1362 return NULL;
1363 if (_argo0) {
1364 if (_argo0 == Py_None) { _arg0 = NULL; }
1365 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1366 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DrawSpline. Expected _wxPseudoMetaFile_p.");
1367 return NULL;
1368 }
1369 }
1370 if (_obj2)
1371{
1372 _arg2 = wxPoint_LIST_helper(_obj2);
1373 if (_arg2 == NULL) {
1374 return NULL;
1375 }
1376}
1377{
1378 if (_obj2) {
1379 _arg1 = PyList_Size(_obj2);
1380 }
1381 else {
1382 _arg1 = 0;
1383 }
1384}
1385{
1386 wxPy_BEGIN_ALLOW_THREADS;
1387 wxPseudoMetaFile_DrawSpline(_arg0,_arg1,_arg2);
1388
1389 wxPy_END_ALLOW_THREADS;
1390} Py_INCREF(Py_None);
1391 _resultobj = Py_None;
1392{
1393 delete [] _arg2;
1394}
1395 return _resultobj;
1396}
1397
1398#define wxPseudoMetaFile_SetClippingRect(_swigobj,_swigarg0) (_swigobj->SetClippingRect(_swigarg0))
1399static PyObject *_wrap_wxPseudoMetaFile_SetClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
1400 PyObject * _resultobj;
1401 wxPseudoMetaFile * _arg0;
1402 wxRect * _arg1;
1403 PyObject * _argo0 = 0;
2348eaee
RD
1404 wxRect temp;
1405 PyObject * _obj1 = 0;
e91a9dfc
RD
1406 char *_kwnames[] = { "self","rect", NULL };
1407
1408 self = self;
2348eaee 1409 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetClippingRect",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
1410 return NULL;
1411 if (_argo0) {
1412 if (_argo0 == Py_None) { _arg0 = NULL; }
1413 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1414 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetClippingRect. Expected _wxPseudoMetaFile_p.");
1415 return NULL;
1416 }
1417 }
2348eaee
RD
1418{
1419 _arg1 = &temp;
1420 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 1421 return NULL;
2348eaee 1422}
e91a9dfc
RD
1423{
1424 wxPy_BEGIN_ALLOW_THREADS;
1425 wxPseudoMetaFile_SetClippingRect(_arg0,*_arg1);
1426
1427 wxPy_END_ALLOW_THREADS;
1428} Py_INCREF(Py_None);
1429 _resultobj = Py_None;
1430 return _resultobj;
1431}
1432
1433#define wxPseudoMetaFile_DestroyClippingRect(_swigobj) (_swigobj->DestroyClippingRect())
1434static PyObject *_wrap_wxPseudoMetaFile_DestroyClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
1435 PyObject * _resultobj;
1436 wxPseudoMetaFile * _arg0;
1437 PyObject * _argo0 = 0;
1438 char *_kwnames[] = { "self", NULL };
1439
1440 self = self;
1441 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPseudoMetaFile_DestroyClippingRect",_kwnames,&_argo0))
1442 return NULL;
1443 if (_argo0) {
1444 if (_argo0 == Py_None) { _arg0 = NULL; }
1445 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1446 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_DestroyClippingRect. Expected _wxPseudoMetaFile_p.");
1447 return NULL;
1448 }
1449 }
1450{
1451 wxPy_BEGIN_ALLOW_THREADS;
1452 wxPseudoMetaFile_DestroyClippingRect(_arg0);
1453
1454 wxPy_END_ALLOW_THREADS;
1455} Py_INCREF(Py_None);
1456 _resultobj = Py_None;
1457 return _resultobj;
1458}
1459
1460#define wxPseudoMetaFile_SetPen(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetPen(_swigarg0,_swigarg1))
1461static PyObject *_wrap_wxPseudoMetaFile_SetPen(PyObject *self, PyObject *args, PyObject *kwargs) {
1462 PyObject * _resultobj;
1463 wxPseudoMetaFile * _arg0;
1464 wxPen * _arg1;
1465 bool _arg2 = (bool ) FALSE;
1466 PyObject * _argo0 = 0;
1467 PyObject * _argo1 = 0;
1468 int tempbool2 = (int) FALSE;
1469 char *_kwnames[] = { "self","pen","isOutline", NULL };
1470
1471 self = self;
1472 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetPen",_kwnames,&_argo0,&_argo1,&tempbool2))
1473 return NULL;
1474 if (_argo0) {
1475 if (_argo0 == Py_None) { _arg0 = NULL; }
1476 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1477 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetPen. Expected _wxPseudoMetaFile_p.");
1478 return NULL;
1479 }
1480 }
1481 if (_argo1) {
1482 if (_argo1 == Py_None) { _arg1 = NULL; }
1483 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
1484 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetPen. Expected _wxPen_p.");
1485 return NULL;
1486 }
1487 }
1488 _arg2 = (bool ) tempbool2;
1489{
1490 wxPy_BEGIN_ALLOW_THREADS;
1491 wxPseudoMetaFile_SetPen(_arg0,_arg1,_arg2);
1492
1493 wxPy_END_ALLOW_THREADS;
1494} Py_INCREF(Py_None);
1495 _resultobj = Py_None;
1496 return _resultobj;
1497}
1498
1499#define wxPseudoMetaFile_SetBrush(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetBrush(_swigarg0,_swigarg1))
1500static PyObject *_wrap_wxPseudoMetaFile_SetBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
1501 PyObject * _resultobj;
1502 wxPseudoMetaFile * _arg0;
1503 wxBrush * _arg1;
1504 bool _arg2 = (bool ) FALSE;
1505 PyObject * _argo0 = 0;
1506 PyObject * _argo1 = 0;
1507 int tempbool2 = (int) FALSE;
1508 char *_kwnames[] = { "self","brush","isFill", NULL };
1509
1510 self = self;
1511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetBrush",_kwnames,&_argo0,&_argo1,&tempbool2))
1512 return NULL;
1513 if (_argo0) {
1514 if (_argo0 == Py_None) { _arg0 = NULL; }
1515 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1516 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetBrush. Expected _wxPseudoMetaFile_p.");
1517 return NULL;
1518 }
1519 }
1520 if (_argo1) {
1521 if (_argo1 == Py_None) { _arg1 = NULL; }
1522 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
1523 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetBrush. Expected _wxBrush_p.");
1524 return NULL;
1525 }
1526 }
1527 _arg2 = (bool ) tempbool2;
1528{
1529 wxPy_BEGIN_ALLOW_THREADS;
1530 wxPseudoMetaFile_SetBrush(_arg0,_arg1,_arg2);
1531
1532 wxPy_END_ALLOW_THREADS;
1533} Py_INCREF(Py_None);
1534 _resultobj = Py_None;
1535 return _resultobj;
1536}
1537
1538#define wxPseudoMetaFile_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
1539static PyObject *_wrap_wxPseudoMetaFile_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
1540 PyObject * _resultobj;
1541 wxPseudoMetaFile * _arg0;
1542 wxFont * _arg1;
1543 PyObject * _argo0 = 0;
1544 PyObject * _argo1 = 0;
1545 char *_kwnames[] = { "self","font", NULL };
1546
1547 self = self;
1548 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFont",_kwnames,&_argo0,&_argo1))
1549 return NULL;
1550 if (_argo0) {
1551 if (_argo0 == Py_None) { _arg0 = NULL; }
1552 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1553 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetFont. Expected _wxPseudoMetaFile_p.");
1554 return NULL;
1555 }
1556 }
1557 if (_argo1) {
1558 if (_argo1 == Py_None) { _arg1 = NULL; }
1559 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
1560 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetFont. Expected _wxFont_p.");
1561 return NULL;
1562 }
1563 }
1564{
1565 wxPy_BEGIN_ALLOW_THREADS;
1566 wxPseudoMetaFile_SetFont(_arg0,_arg1);
1567
1568 wxPy_END_ALLOW_THREADS;
1569} Py_INCREF(Py_None);
1570 _resultobj = Py_None;
1571 return _resultobj;
1572}
1573
1574#define wxPseudoMetaFile_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
1575static PyObject *_wrap_wxPseudoMetaFile_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1576 PyObject * _resultobj;
1577 wxPseudoMetaFile * _arg0;
1578 wxColour * _arg1;
1579 PyObject * _argo0 = 0;
f6bcfd97
BP
1580 wxColour temp;
1581 PyObject * _obj1 = 0;
e91a9dfc
RD
1582 char *_kwnames[] = { "self","colour", NULL };
1583
1584 self = self;
f6bcfd97 1585 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetTextColour",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
1586 return NULL;
1587 if (_argo0) {
1588 if (_argo0 == Py_None) { _arg0 = NULL; }
1589 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1590 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetTextColour. Expected _wxPseudoMetaFile_p.");
1591 return NULL;
1592 }
1593 }
f6bcfd97
BP
1594{
1595 _arg1 = &temp;
1596 if (! wxColour_helper(_obj1, &_arg1))
e91a9dfc 1597 return NULL;
f6bcfd97 1598}
e91a9dfc
RD
1599{
1600 wxPy_BEGIN_ALLOW_THREADS;
1601 wxPseudoMetaFile_SetTextColour(_arg0,*_arg1);
1602
1603 wxPy_END_ALLOW_THREADS;
1604} Py_INCREF(Py_None);
1605 _resultobj = Py_None;
1606 return _resultobj;
1607}
1608
1609#define wxPseudoMetaFile_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1610static PyObject *_wrap_wxPseudoMetaFile_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1611 PyObject * _resultobj;
1612 wxPseudoMetaFile * _arg0;
1613 wxColour * _arg1;
1614 PyObject * _argo0 = 0;
f6bcfd97
BP
1615 wxColour temp;
1616 PyObject * _obj1 = 0;
e91a9dfc
RD
1617 char *_kwnames[] = { "self","colour", NULL };
1618
1619 self = self;
f6bcfd97 1620 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
1621 return NULL;
1622 if (_argo0) {
1623 if (_argo0 == Py_None) { _arg0 = NULL; }
1624 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1625 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetBackgroundColour. Expected _wxPseudoMetaFile_p.");
1626 return NULL;
1627 }
1628 }
f6bcfd97
BP
1629{
1630 _arg1 = &temp;
1631 if (! wxColour_helper(_obj1, &_arg1))
e91a9dfc 1632 return NULL;
f6bcfd97 1633}
e91a9dfc
RD
1634{
1635 wxPy_BEGIN_ALLOW_THREADS;
1636 wxPseudoMetaFile_SetBackgroundColour(_arg0,*_arg1);
1637
1638 wxPy_END_ALLOW_THREADS;
1639} Py_INCREF(Py_None);
1640 _resultobj = Py_None;
1641 return _resultobj;
1642}
1643
1644#define wxPseudoMetaFile_SetBackgroundMode(_swigobj,_swigarg0) (_swigobj->SetBackgroundMode(_swigarg0))
1645static PyObject *_wrap_wxPseudoMetaFile_SetBackgroundMode(PyObject *self, PyObject *args, PyObject *kwargs) {
1646 PyObject * _resultobj;
1647 wxPseudoMetaFile * _arg0;
1648 int _arg1;
1649 PyObject * _argo0 = 0;
1650 char *_kwnames[] = { "self","mode", NULL };
1651
1652 self = self;
1653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPseudoMetaFile_SetBackgroundMode",_kwnames,&_argo0,&_arg1))
1654 return NULL;
1655 if (_argo0) {
1656 if (_argo0 == Py_None) { _arg0 = NULL; }
1657 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPseudoMetaFile_p")) {
1658 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPseudoMetaFile_SetBackgroundMode. Expected _wxPseudoMetaFile_p.");
1659 return NULL;
1660 }
1661 }
1662{
1663 wxPy_BEGIN_ALLOW_THREADS;
1664 wxPseudoMetaFile_SetBackgroundMode(_arg0,_arg1);
1665
1666 wxPy_END_ALLOW_THREADS;
1667} Py_INCREF(Py_None);
1668 _resultobj = Py_None;
1669 return _resultobj;
1670}
1671
1672static void *SwigwxPyRectangleShapeTowxPyShape(void *ptr) {
1673 wxPyRectangleShape *src;
1674 wxPyShape *dest;
1675 src = (wxPyRectangleShape *) ptr;
1676 dest = (wxPyShape *) src;
1677 return (void *) dest;
1678}
1679
1680static void *SwigwxPyRectangleShapeTowxPyShapeEvtHandler(void *ptr) {
1681 wxPyRectangleShape *src;
1682 wxPyShapeEvtHandler *dest;
1683 src = (wxPyRectangleShape *) ptr;
1684 dest = (wxPyShapeEvtHandler *) src;
1685 return (void *) dest;
1686}
1687
1688#define new_wxPyRectangleShape(_swigarg0,_swigarg1) (new wxPyRectangleShape(_swigarg0,_swigarg1))
1689static PyObject *_wrap_new_wxPyRectangleShape(PyObject *self, PyObject *args, PyObject *kwargs) {
1690 PyObject * _resultobj;
1691 wxPyRectangleShape * _result;
1692 double _arg0 = (double ) 0.0;
1693 double _arg1 = (double ) 0.0;
1694 char *_kwnames[] = { "width","height", NULL };
1695 char _ptemp[128];
1696
1697 self = self;
1698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|dd:new_wxPyRectangleShape",_kwnames,&_arg0,&_arg1))
1699 return NULL;
1700{
1701 wxPy_BEGIN_ALLOW_THREADS;
1702 _result = (wxPyRectangleShape *)new_wxPyRectangleShape(_arg0,_arg1);
1703
1704 wxPy_END_ALLOW_THREADS;
1705} if (_result) {
1706 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyRectangleShape_p");
1707 _resultobj = Py_BuildValue("s",_ptemp);
1708 } else {
1709 Py_INCREF(Py_None);
1710 _resultobj = Py_None;
1711 }
1712 return _resultobj;
1713}
1714
f6bcfd97 1715#define wxPyRectangleShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
e91a9dfc
RD
1716static PyObject *_wrap_wxPyRectangleShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
1717 PyObject * _resultobj;
1718 wxPyRectangleShape * _arg0;
1719 PyObject * _arg1;
f6bcfd97 1720 PyObject * _arg2;
e91a9dfc
RD
1721 PyObject * _argo0 = 0;
1722 PyObject * _obj1 = 0;
f6bcfd97
BP
1723 PyObject * _obj2 = 0;
1724 char *_kwnames[] = { "self","self","_class", NULL };
e91a9dfc
RD
1725
1726 self = self;
f6bcfd97 1727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyRectangleShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
1728 return NULL;
1729 if (_argo0) {
1730 if (_argo0 == Py_None) { _arg0 = NULL; }
1731 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1732 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape__setSelf. Expected _wxPyRectangleShape_p.");
1733 return NULL;
1734 }
1735 }
1736{
1737 _arg1 = _obj1;
1738}
f6bcfd97
BP
1739{
1740 _arg2 = _obj2;
1741}
e91a9dfc
RD
1742{
1743 wxPy_BEGIN_ALLOW_THREADS;
f6bcfd97 1744 wxPyRectangleShape__setSelf(_arg0,_arg1,_arg2);
e91a9dfc
RD
1745
1746 wxPy_END_ALLOW_THREADS;
1747} Py_INCREF(Py_None);
1748 _resultobj = Py_None;
1749 return _resultobj;
1750}
1751
1752#define wxPyRectangleShape_SetCornerRadius(_swigobj,_swigarg0) (_swigobj->SetCornerRadius(_swigarg0))
1753static PyObject *_wrap_wxPyRectangleShape_SetCornerRadius(PyObject *self, PyObject *args, PyObject *kwargs) {
1754 PyObject * _resultobj;
1755 wxPyRectangleShape * _arg0;
1756 double _arg1;
1757 PyObject * _argo0 = 0;
1758 char *_kwnames[] = { "self","radius", NULL };
1759
1760 self = self;
1761 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Od:wxPyRectangleShape_SetCornerRadius",_kwnames,&_argo0,&_arg1))
1762 return NULL;
1763 if (_argo0) {
1764 if (_argo0 == Py_None) { _arg0 = NULL; }
1765 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1766 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_SetCornerRadius. Expected _wxPyRectangleShape_p.");
1767 return NULL;
1768 }
1769 }
1770{
1771 wxPy_BEGIN_ALLOW_THREADS;
1772 wxPyRectangleShape_SetCornerRadius(_arg0,_arg1);
1773
1774 wxPy_END_ALLOW_THREADS;
1775} Py_INCREF(Py_None);
1776 _resultobj = Py_None;
1777 return _resultobj;
1778}
1779
1780#define wxPyRectangleShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
1781static PyObject *_wrap_wxPyRectangleShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
1782 PyObject * _resultobj;
1783 wxPyRectangleShape * _arg0;
1784 PyObject * _argo0 = 0;
1785 char *_kwnames[] = { "self", NULL };
1786
1787 self = self;
1788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyRectangleShape_base_OnDelete",_kwnames,&_argo0))
1789 return NULL;
1790 if (_argo0) {
1791 if (_argo0 == Py_None) { _arg0 = NULL; }
1792 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1793 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDelete. Expected _wxPyRectangleShape_p.");
1794 return NULL;
1795 }
1796 }
1797{
1798 wxPy_BEGIN_ALLOW_THREADS;
1799 wxPyRectangleShape_base_OnDelete(_arg0);
1800
1801 wxPy_END_ALLOW_THREADS;
1802} Py_INCREF(Py_None);
1803 _resultobj = Py_None;
1804 return _resultobj;
1805}
1806
1807#define wxPyRectangleShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
1808static PyObject *_wrap_wxPyRectangleShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
1809 PyObject * _resultobj;
1810 wxPyRectangleShape * _arg0;
1811 wxDC * _arg1;
1812 PyObject * _argo0 = 0;
1813 PyObject * _argo1 = 0;
1814 char *_kwnames[] = { "self","dc", NULL };
1815
1816 self = self;
1817 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
1818 return NULL;
1819 if (_argo0) {
1820 if (_argo0 == Py_None) { _arg0 = NULL; }
1821 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1822 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDraw. Expected _wxPyRectangleShape_p.");
1823 return NULL;
1824 }
1825 }
1826 if (_argo1) {
1827 if (_argo1 == Py_None) { _arg1 = NULL; }
1828 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1829 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDraw. Expected _wxDC_p.");
1830 return NULL;
1831 }
1832 }
1833{
1834 wxPy_BEGIN_ALLOW_THREADS;
1835 wxPyRectangleShape_base_OnDraw(_arg0,*_arg1);
1836
1837 wxPy_END_ALLOW_THREADS;
1838} Py_INCREF(Py_None);
1839 _resultobj = Py_None;
1840 return _resultobj;
1841}
1842
1843#define wxPyRectangleShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
1844static PyObject *_wrap_wxPyRectangleShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
1845 PyObject * _resultobj;
1846 wxPyRectangleShape * _arg0;
1847 wxDC * _arg1;
1848 PyObject * _argo0 = 0;
1849 PyObject * _argo1 = 0;
1850 char *_kwnames[] = { "self","dc", NULL };
1851
1852 self = self;
1853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
1854 return NULL;
1855 if (_argo0) {
1856 if (_argo0 == Py_None) { _arg0 = NULL; }
1857 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1858 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawContents. Expected _wxPyRectangleShape_p.");
1859 return NULL;
1860 }
1861 }
1862 if (_argo1) {
1863 if (_argo1 == Py_None) { _arg1 = NULL; }
1864 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1865 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawContents. Expected _wxDC_p.");
1866 return NULL;
1867 }
1868 }
1869{
1870 wxPy_BEGIN_ALLOW_THREADS;
1871 wxPyRectangleShape_base_OnDrawContents(_arg0,*_arg1);
1872
1873 wxPy_END_ALLOW_THREADS;
1874} Py_INCREF(Py_None);
1875 _resultobj = Py_None;
1876 return _resultobj;
1877}
1878
1879#define wxPyRectangleShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
1880static PyObject *_wrap_wxPyRectangleShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
1881 PyObject * _resultobj;
1882 wxPyRectangleShape * _arg0;
1883 wxDC * _arg1;
1884 bool _arg2 = (bool ) FALSE;
1885 PyObject * _argo0 = 0;
1886 PyObject * _argo1 = 0;
1887 int tempbool2 = (int) FALSE;
1888 char *_kwnames[] = { "self","dc","erase", NULL };
1889
1890 self = self;
1891 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyRectangleShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
1892 return NULL;
1893 if (_argo0) {
1894 if (_argo0 == Py_None) { _arg0 = NULL; }
1895 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1896 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawBranches. Expected _wxPyRectangleShape_p.");
1897 return NULL;
1898 }
1899 }
1900 if (_argo1) {
1901 if (_argo1 == Py_None) { _arg1 = NULL; }
1902 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1903 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawBranches. Expected _wxDC_p.");
1904 return NULL;
1905 }
1906 }
1907 _arg2 = (bool ) tempbool2;
1908{
1909 wxPy_BEGIN_ALLOW_THREADS;
1910 wxPyRectangleShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
1911
1912 wxPy_END_ALLOW_THREADS;
1913} Py_INCREF(Py_None);
1914 _resultobj = Py_None;
1915 return _resultobj;
1916}
1917
1918#define wxPyRectangleShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
1919static PyObject *_wrap_wxPyRectangleShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
1920 PyObject * _resultobj;
1921 wxPyRectangleShape * _arg0;
1922 wxDC * _arg1;
1923 PyObject * _argo0 = 0;
1924 PyObject * _argo1 = 0;
1925 char *_kwnames[] = { "self","dc", NULL };
1926
1927 self = self;
1928 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
1929 return NULL;
1930 if (_argo0) {
1931 if (_argo0 == Py_None) { _arg0 = NULL; }
1932 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1933 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMoveLinks. Expected _wxPyRectangleShape_p.");
1934 return NULL;
1935 }
1936 }
1937 if (_argo1) {
1938 if (_argo1 == Py_None) { _arg1 = NULL; }
1939 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1940 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMoveLinks. Expected _wxDC_p.");
1941 return NULL;
1942 }
1943 }
1944{
1945 wxPy_BEGIN_ALLOW_THREADS;
1946 wxPyRectangleShape_base_OnMoveLinks(_arg0,*_arg1);
1947
1948 wxPy_END_ALLOW_THREADS;
1949} Py_INCREF(Py_None);
1950 _resultobj = Py_None;
1951 return _resultobj;
1952}
1953
1954#define wxPyRectangleShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
1955static PyObject *_wrap_wxPyRectangleShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
1956 PyObject * _resultobj;
1957 wxPyRectangleShape * _arg0;
1958 wxDC * _arg1;
1959 PyObject * _argo0 = 0;
1960 PyObject * _argo1 = 0;
1961 char *_kwnames[] = { "self","dc", NULL };
1962
1963 self = self;
1964 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnErase",_kwnames,&_argo0,&_argo1))
1965 return NULL;
1966 if (_argo0) {
1967 if (_argo0 == Py_None) { _arg0 = NULL; }
1968 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
1969 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnErase. Expected _wxPyRectangleShape_p.");
1970 return NULL;
1971 }
1972 }
1973 if (_argo1) {
1974 if (_argo1 == Py_None) { _arg1 = NULL; }
1975 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
1976 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnErase. Expected _wxDC_p.");
1977 return NULL;
1978 }
1979 }
1980{
1981 wxPy_BEGIN_ALLOW_THREADS;
1982 wxPyRectangleShape_base_OnErase(_arg0,*_arg1);
1983
1984 wxPy_END_ALLOW_THREADS;
1985} Py_INCREF(Py_None);
1986 _resultobj = Py_None;
1987 return _resultobj;
1988}
1989
1990#define wxPyRectangleShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
1991static PyObject *_wrap_wxPyRectangleShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
1992 PyObject * _resultobj;
1993 wxPyRectangleShape * _arg0;
1994 wxDC * _arg1;
1995 PyObject * _argo0 = 0;
1996 PyObject * _argo1 = 0;
1997 char *_kwnames[] = { "self","dc", NULL };
1998
1999 self = self;
2000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
2001 return NULL;
2002 if (_argo0) {
2003 if (_argo0 == Py_None) { _arg0 = NULL; }
2004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEraseContents. Expected _wxPyRectangleShape_p.");
2006 return NULL;
2007 }
2008 }
2009 if (_argo1) {
2010 if (_argo1 == Py_None) { _arg1 = NULL; }
2011 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2012 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnEraseContents. Expected _wxDC_p.");
2013 return NULL;
2014 }
2015 }
2016{
2017 wxPy_BEGIN_ALLOW_THREADS;
2018 wxPyRectangleShape_base_OnEraseContents(_arg0,*_arg1);
2019
2020 wxPy_END_ALLOW_THREADS;
2021} Py_INCREF(Py_None);
2022 _resultobj = Py_None;
2023 return _resultobj;
2024}
2025
2026#define wxPyRectangleShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
2027static PyObject *_wrap_wxPyRectangleShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
2028 PyObject * _resultobj;
2029 wxPyRectangleShape * _arg0;
2030 wxDC * _arg1;
2031 PyObject * _argo0 = 0;
2032 PyObject * _argo1 = 0;
2033 char *_kwnames[] = { "self","dc", NULL };
2034
2035 self = self;
2036 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
2037 return NULL;
2038 if (_argo0) {
2039 if (_argo0 == Py_None) { _arg0 = NULL; }
2040 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2041 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnHighlight. Expected _wxPyRectangleShape_p.");
2042 return NULL;
2043 }
2044 }
2045 if (_argo1) {
2046 if (_argo1 == Py_None) { _arg1 = NULL; }
2047 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2048 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnHighlight. Expected _wxDC_p.");
2049 return NULL;
2050 }
2051 }
2052{
2053 wxPy_BEGIN_ALLOW_THREADS;
2054 wxPyRectangleShape_base_OnHighlight(_arg0,*_arg1);
2055
2056 wxPy_END_ALLOW_THREADS;
2057} Py_INCREF(Py_None);
2058 _resultobj = Py_None;
2059 return _resultobj;
2060}
2061
2062#define wxPyRectangleShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2063static PyObject *_wrap_wxPyRectangleShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
2064 PyObject * _resultobj;
2065 wxPyRectangleShape * _arg0;
2066 double _arg1;
2067 double _arg2;
2068 int _arg3 = (int ) 0;
2069 int _arg4 = (int ) 0;
2070 PyObject * _argo0 = 0;
2071 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2072
2073 self = self;
2074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2075 return NULL;
2076 if (_argo0) {
2077 if (_argo0 == Py_None) { _arg0 = NULL; }
2078 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2079 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnLeftClick. Expected _wxPyRectangleShape_p.");
2080 return NULL;
2081 }
2082 }
2083{
2084 wxPy_BEGIN_ALLOW_THREADS;
2085 wxPyRectangleShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
2086
2087 wxPy_END_ALLOW_THREADS;
2088} Py_INCREF(Py_None);
2089 _resultobj = Py_None;
2090 return _resultobj;
2091}
2092
2093#define wxPyRectangleShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2094static PyObject *_wrap_wxPyRectangleShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
2095 PyObject * _resultobj;
2096 wxPyRectangleShape * _arg0;
2097 double _arg1;
2098 double _arg2;
2099 int _arg3 = (int ) 0;
2100 int _arg4 = (int ) 0;
2101 PyObject * _argo0 = 0;
2102 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2103
2104 self = self;
2105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2106 return NULL;
2107 if (_argo0) {
2108 if (_argo0 == Py_None) { _arg0 = NULL; }
2109 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2110 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnLeftDoubleClick. Expected _wxPyRectangleShape_p.");
2111 return NULL;
2112 }
2113 }
2114{
2115 wxPy_BEGIN_ALLOW_THREADS;
2116 wxPyRectangleShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
2117
2118 wxPy_END_ALLOW_THREADS;
2119} Py_INCREF(Py_None);
2120 _resultobj = Py_None;
2121 return _resultobj;
2122}
2123
2124#define wxPyRectangleShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2125static PyObject *_wrap_wxPyRectangleShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
2126 PyObject * _resultobj;
2127 wxPyRectangleShape * _arg0;
2128 double _arg1;
2129 double _arg2;
2130 int _arg3 = (int ) 0;
2131 int _arg4 = (int ) 0;
2132 PyObject * _argo0 = 0;
2133 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2134
2135 self = self;
2136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2137 return NULL;
2138 if (_argo0) {
2139 if (_argo0 == Py_None) { _arg0 = NULL; }
2140 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2141 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnRightClick. Expected _wxPyRectangleShape_p.");
2142 return NULL;
2143 }
2144 }
2145{
2146 wxPy_BEGIN_ALLOW_THREADS;
2147 wxPyRectangleShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
2148
2149 wxPy_END_ALLOW_THREADS;
2150} Py_INCREF(Py_None);
2151 _resultobj = Py_None;
2152 return _resultobj;
2153}
2154
2155#define wxPyRectangleShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
2156static PyObject *_wrap_wxPyRectangleShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
2157 PyObject * _resultobj;
2158 wxPyRectangleShape * _arg0;
2159 double _arg1;
2160 double _arg2;
2161 PyObject * _argo0 = 0;
2162 char *_kwnames[] = { "self","x","y", NULL };
2163
2164 self = self;
2165 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyRectangleShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
2166 return NULL;
2167 if (_argo0) {
2168 if (_argo0 == Py_None) { _arg0 = NULL; }
2169 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2170 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSize. Expected _wxPyRectangleShape_p.");
2171 return NULL;
2172 }
2173 }
2174{
2175 wxPy_BEGIN_ALLOW_THREADS;
2176 wxPyRectangleShape_base_OnSize(_arg0,_arg1,_arg2);
2177
2178 wxPy_END_ALLOW_THREADS;
2179} Py_INCREF(Py_None);
2180 _resultobj = Py_None;
2181 return _resultobj;
2182}
2183
2184#define wxPyRectangleShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2185static PyObject *_wrap_wxPyRectangleShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
2186 PyObject * _resultobj;
2187 bool _result;
2188 wxPyRectangleShape * _arg0;
2189 wxDC * _arg1;
2190 double _arg2;
2191 double _arg3;
2192 double _arg4;
2193 double _arg5;
2194 bool _arg6 = (bool ) TRUE;
2195 PyObject * _argo0 = 0;
2196 PyObject * _argo1 = 0;
2197 int tempbool6 = (int) TRUE;
2198 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
2199
2200 self = self;
2201 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyRectangleShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
2202 return NULL;
2203 if (_argo0) {
2204 if (_argo0 == Py_None) { _arg0 = NULL; }
2205 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2206 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMovePre. Expected _wxPyRectangleShape_p.");
2207 return NULL;
2208 }
2209 }
2210 if (_argo1) {
2211 if (_argo1 == Py_None) { _arg1 = NULL; }
2212 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2213 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMovePre. Expected _wxDC_p.");
2214 return NULL;
2215 }
2216 }
2217 _arg6 = (bool ) tempbool6;
2218{
2219 wxPy_BEGIN_ALLOW_THREADS;
2220 _result = (bool )wxPyRectangleShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
2221
2222 wxPy_END_ALLOW_THREADS;
2223} _resultobj = Py_BuildValue("i",_result);
2224 return _resultobj;
2225}
2226
2227#define wxPyRectangleShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2228static PyObject *_wrap_wxPyRectangleShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
2229 PyObject * _resultobj;
2230 wxPyRectangleShape * _arg0;
2231 wxDC * _arg1;
2232 double _arg2;
2233 double _arg3;
2234 double _arg4;
2235 double _arg5;
2236 bool _arg6 = (bool ) TRUE;
2237 PyObject * _argo0 = 0;
2238 PyObject * _argo1 = 0;
2239 int tempbool6 = (int) TRUE;
2240 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
2241
2242 self = self;
2243 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyRectangleShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
2244 return NULL;
2245 if (_argo0) {
2246 if (_argo0 == Py_None) { _arg0 = NULL; }
2247 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2248 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMovePost. Expected _wxPyRectangleShape_p.");
2249 return NULL;
2250 }
2251 }
2252 if (_argo1) {
2253 if (_argo1 == Py_None) { _arg1 = NULL; }
2254 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2255 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMovePost. Expected _wxDC_p.");
2256 return NULL;
2257 }
2258 }
2259 _arg6 = (bool ) tempbool6;
2260{
2261 wxPy_BEGIN_ALLOW_THREADS;
2262 wxPyRectangleShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
2263
2264 wxPy_END_ALLOW_THREADS;
2265} Py_INCREF(Py_None);
2266 _resultobj = Py_None;
2267 return _resultobj;
2268}
2269
2270#define wxPyRectangleShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2271static PyObject *_wrap_wxPyRectangleShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2272 PyObject * _resultobj;
2273 wxPyRectangleShape * _arg0;
2274 bool _arg1;
2275 double _arg2;
2276 double _arg3;
2277 int _arg4 = (int ) 0;
2278 int _arg5 = (int ) 0;
2279 PyObject * _argo0 = 0;
2280 int tempbool1;
2281 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
2282
2283 self = self;
2284 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyRectangleShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
2285 return NULL;
2286 if (_argo0) {
2287 if (_argo0 == Py_None) { _arg0 = NULL; }
2288 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2289 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDragLeft. Expected _wxPyRectangleShape_p.");
2290 return NULL;
2291 }
2292 }
2293 _arg1 = (bool ) tempbool1;
2294{
2295 wxPy_BEGIN_ALLOW_THREADS;
2296 wxPyRectangleShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2297
2298 wxPy_END_ALLOW_THREADS;
2299} Py_INCREF(Py_None);
2300 _resultobj = Py_None;
2301 return _resultobj;
2302}
2303
2304#define wxPyRectangleShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2305static PyObject *_wrap_wxPyRectangleShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2306 PyObject * _resultobj;
2307 wxPyRectangleShape * _arg0;
2308 double _arg1;
2309 double _arg2;
2310 int _arg3 = (int ) 0;
2311 int _arg4 = (int ) 0;
2312 PyObject * _argo0 = 0;
2313 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2314
2315 self = self;
2316 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2317 return NULL;
2318 if (_argo0) {
2319 if (_argo0 == Py_None) { _arg0 = NULL; }
2320 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2321 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnBeginDragLeft. Expected _wxPyRectangleShape_p.");
2322 return NULL;
2323 }
2324 }
2325{
2326 wxPy_BEGIN_ALLOW_THREADS;
2327 wxPyRectangleShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
2328
2329 wxPy_END_ALLOW_THREADS;
2330} Py_INCREF(Py_None);
2331 _resultobj = Py_None;
2332 return _resultobj;
2333}
2334
2335#define wxPyRectangleShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2336static PyObject *_wrap_wxPyRectangleShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2337 PyObject * _resultobj;
2338 wxPyRectangleShape * _arg0;
2339 double _arg1;
2340 double _arg2;
2341 int _arg3 = (int ) 0;
2342 int _arg4 = (int ) 0;
2343 PyObject * _argo0 = 0;
2344 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2345
2346 self = self;
2347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2348 return NULL;
2349 if (_argo0) {
2350 if (_argo0 == Py_None) { _arg0 = NULL; }
2351 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2352 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEndDragLeft. Expected _wxPyRectangleShape_p.");
2353 return NULL;
2354 }
2355 }
2356{
2357 wxPy_BEGIN_ALLOW_THREADS;
2358 wxPyRectangleShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
2359
2360 wxPy_END_ALLOW_THREADS;
2361} Py_INCREF(Py_None);
2362 _resultobj = Py_None;
2363 return _resultobj;
2364}
2365
2366#define wxPyRectangleShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2367static PyObject *_wrap_wxPyRectangleShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
2368 PyObject * _resultobj;
2369 wxPyRectangleShape * _arg0;
2370 bool _arg1;
2371 double _arg2;
2372 double _arg3;
2373 int _arg4 = (int ) 0;
2374 int _arg5 = (int ) 0;
2375 PyObject * _argo0 = 0;
2376 int tempbool1;
2377 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
2378
2379 self = self;
2380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyRectangleShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
2381 return NULL;
2382 if (_argo0) {
2383 if (_argo0 == Py_None) { _arg0 = NULL; }
2384 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2385 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDragRight. Expected _wxPyRectangleShape_p.");
2386 return NULL;
2387 }
2388 }
2389 _arg1 = (bool ) tempbool1;
2390{
2391 wxPy_BEGIN_ALLOW_THREADS;
2392 wxPyRectangleShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2393
2394 wxPy_END_ALLOW_THREADS;
2395} Py_INCREF(Py_None);
2396 _resultobj = Py_None;
2397 return _resultobj;
2398}
2399
2400#define wxPyRectangleShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2401static PyObject *_wrap_wxPyRectangleShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
2402 PyObject * _resultobj;
2403 wxPyRectangleShape * _arg0;
2404 double _arg1;
2405 double _arg2;
2406 int _arg3 = (int ) 0;
2407 int _arg4 = (int ) 0;
2408 PyObject * _argo0 = 0;
2409 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2410
2411 self = self;
2412 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2413 return NULL;
2414 if (_argo0) {
2415 if (_argo0 == Py_None) { _arg0 = NULL; }
2416 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2417 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnBeginDragRight. Expected _wxPyRectangleShape_p.");
2418 return NULL;
2419 }
2420 }
2421{
2422 wxPy_BEGIN_ALLOW_THREADS;
2423 wxPyRectangleShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
2424
2425 wxPy_END_ALLOW_THREADS;
2426} Py_INCREF(Py_None);
2427 _resultobj = Py_None;
2428 return _resultobj;
2429}
2430
2431#define wxPyRectangleShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2432static PyObject *_wrap_wxPyRectangleShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
2433 PyObject * _resultobj;
2434 wxPyRectangleShape * _arg0;
2435 double _arg1;
2436 double _arg2;
2437 int _arg3 = (int ) 0;
2438 int _arg4 = (int ) 0;
2439 PyObject * _argo0 = 0;
2440 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
2441
2442 self = self;
2443 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyRectangleShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
2444 return NULL;
2445 if (_argo0) {
2446 if (_argo0 == Py_None) { _arg0 = NULL; }
2447 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2448 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEndDragRight. Expected _wxPyRectangleShape_p.");
2449 return NULL;
2450 }
2451 }
2452{
2453 wxPy_BEGIN_ALLOW_THREADS;
2454 wxPyRectangleShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
2455
2456 wxPy_END_ALLOW_THREADS;
2457} Py_INCREF(Py_None);
2458 _resultobj = Py_None;
2459 return _resultobj;
2460}
2461
2462#define wxPyRectangleShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2463static PyObject *_wrap_wxPyRectangleShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
2464 PyObject * _resultobj;
2465 wxPyRectangleShape * _arg0;
2466 wxDC * _arg1;
2467 double _arg2;
2468 double _arg3;
2469 double _arg4;
2470 double _arg5;
2471 PyObject * _argo0 = 0;
2472 PyObject * _argo1 = 0;
2473 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
2474
2475 self = self;
2476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyRectangleShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2477 return NULL;
2478 if (_argo0) {
2479 if (_argo0 == Py_None) { _arg0 = NULL; }
2480 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2481 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawOutline. Expected _wxPyRectangleShape_p.");
2482 return NULL;
2483 }
2484 }
2485 if (_argo1) {
2486 if (_argo1 == Py_None) { _arg1 = NULL; }
2487 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2488 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawOutline. Expected _wxDC_p.");
2489 return NULL;
2490 }
2491 }
2492{
2493 wxPy_BEGIN_ALLOW_THREADS;
2494 wxPyRectangleShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
2495
2496 wxPy_END_ALLOW_THREADS;
2497} Py_INCREF(Py_None);
2498 _resultobj = Py_None;
2499 return _resultobj;
2500}
2501
2502#define wxPyRectangleShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
2503static PyObject *_wrap_wxPyRectangleShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
2504 PyObject * _resultobj;
2505 wxPyRectangleShape * _arg0;
2506 wxDC * _arg1;
2507 PyObject * _argo0 = 0;
2508 PyObject * _argo1 = 0;
2509 char *_kwnames[] = { "self","dc", NULL };
2510
2511 self = self;
2512 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
2513 return NULL;
2514 if (_argo0) {
2515 if (_argo0 == Py_None) { _arg0 = NULL; }
2516 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2517 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnDrawControlPoints. Expected _wxPyRectangleShape_p.");
2518 return NULL;
2519 }
2520 }
2521 if (_argo1) {
2522 if (_argo1 == Py_None) { _arg1 = NULL; }
2523 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2524 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnDrawControlPoints. Expected _wxDC_p.");
2525 return NULL;
2526 }
2527 }
2528{
2529 wxPy_BEGIN_ALLOW_THREADS;
2530 wxPyRectangleShape_base_OnDrawControlPoints(_arg0,*_arg1);
2531
2532 wxPy_END_ALLOW_THREADS;
2533} Py_INCREF(Py_None);
2534 _resultobj = Py_None;
2535 return _resultobj;
2536}
2537
2538#define wxPyRectangleShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
2539static PyObject *_wrap_wxPyRectangleShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
2540 PyObject * _resultobj;
2541 wxPyRectangleShape * _arg0;
2542 wxDC * _arg1;
2543 PyObject * _argo0 = 0;
2544 PyObject * _argo1 = 0;
2545 char *_kwnames[] = { "self","dc", NULL };
2546
2547 self = self;
2548 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyRectangleShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
2549 return NULL;
2550 if (_argo0) {
2551 if (_argo0 == Py_None) { _arg0 = NULL; }
2552 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2553 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEraseControlPoints. Expected _wxPyRectangleShape_p.");
2554 return NULL;
2555 }
2556 }
2557 if (_argo1) {
2558 if (_argo1 == Py_None) { _arg1 = NULL; }
2559 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2560 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnEraseControlPoints. Expected _wxDC_p.");
2561 return NULL;
2562 }
2563 }
2564{
2565 wxPy_BEGIN_ALLOW_THREADS;
2566 wxPyRectangleShape_base_OnEraseControlPoints(_arg0,*_arg1);
2567
2568 wxPy_END_ALLOW_THREADS;
2569} Py_INCREF(Py_None);
2570 _resultobj = Py_None;
2571 return _resultobj;
2572}
2573
2574#define wxPyRectangleShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
2575static PyObject *_wrap_wxPyRectangleShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
2576 PyObject * _resultobj;
2577 wxPyRectangleShape * _arg0;
2578 wxDC * _arg1;
2579 bool _arg2 = (bool ) TRUE;
2580 PyObject * _argo0 = 0;
2581 PyObject * _argo1 = 0;
2582 int tempbool2 = (int) TRUE;
2583 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
2584
2585 self = self;
2586 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyRectangleShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
2587 return NULL;
2588 if (_argo0) {
2589 if (_argo0 == Py_None) { _arg0 = NULL; }
2590 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2591 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnMoveLink. Expected _wxPyRectangleShape_p.");
2592 return NULL;
2593 }
2594 }
2595 if (_argo1) {
2596 if (_argo1 == Py_None) { _arg1 = NULL; }
2597 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2598 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnMoveLink. Expected _wxDC_p.");
2599 return NULL;
2600 }
2601 }
2602 _arg2 = (bool ) tempbool2;
2603{
2604 wxPy_BEGIN_ALLOW_THREADS;
2605 wxPyRectangleShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
2606
2607 wxPy_END_ALLOW_THREADS;
2608} Py_INCREF(Py_None);
2609 _resultobj = Py_None;
2610 return _resultobj;
2611}
2612
2613#define wxPyRectangleShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2614static PyObject *_wrap_wxPyRectangleShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2615 PyObject * _resultobj;
2616 wxPyRectangleShape * _arg0;
2348eaee 2617 wxPyControlPoint * _arg1;
e91a9dfc
RD
2618 bool _arg2;
2619 double _arg3;
2620 double _arg4;
2621 int _arg5 = (int ) 0;
2622 int _arg6 = (int ) 0;
2623 PyObject * _argo0 = 0;
2624 PyObject * _argo1 = 0;
2625 int tempbool2;
2626 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
2627
2628 self = self;
2629 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyRectangleShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
2630 return NULL;
2631 if (_argo0) {
2632 if (_argo0 == Py_None) { _arg0 = NULL; }
2633 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2634 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSizingDragLeft. Expected _wxPyRectangleShape_p.");
2635 return NULL;
2636 }
2637 }
2638 if (_argo1) {
2639 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
2640 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
2641 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
2642 return NULL;
2643 }
2644 }
2645 _arg2 = (bool ) tempbool2;
2646{
2647 wxPy_BEGIN_ALLOW_THREADS;
2648 wxPyRectangleShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
2649
2650 wxPy_END_ALLOW_THREADS;
2651} Py_INCREF(Py_None);
2652 _resultobj = Py_None;
2653 return _resultobj;
2654}
2655
2656#define wxPyRectangleShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2657static PyObject *_wrap_wxPyRectangleShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2658 PyObject * _resultobj;
2659 wxPyRectangleShape * _arg0;
2348eaee 2660 wxPyControlPoint * _arg1;
e91a9dfc
RD
2661 double _arg2;
2662 double _arg3;
2663 int _arg4 = (int ) 0;
2664 int _arg5 = (int ) 0;
2665 PyObject * _argo0 = 0;
2666 PyObject * _argo1 = 0;
2667 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
2668
2669 self = self;
2670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyRectangleShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2671 return NULL;
2672 if (_argo0) {
2673 if (_argo0 == Py_None) { _arg0 = NULL; }
2674 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2675 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSizingBeginDragLeft. Expected _wxPyRectangleShape_p.");
2676 return NULL;
2677 }
2678 }
2679 if (_argo1) {
2680 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
2681 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
2682 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
2683 return NULL;
2684 }
2685 }
2686{
2687 wxPy_BEGIN_ALLOW_THREADS;
2688 wxPyRectangleShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2689
2690 wxPy_END_ALLOW_THREADS;
2691} Py_INCREF(Py_None);
2692 _resultobj = Py_None;
2693 return _resultobj;
2694}
2695
2696#define wxPyRectangleShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2697static PyObject *_wrap_wxPyRectangleShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
2698 PyObject * _resultobj;
2699 wxPyRectangleShape * _arg0;
2348eaee 2700 wxPyControlPoint * _arg1;
e91a9dfc
RD
2701 double _arg2;
2702 double _arg3;
2703 int _arg4 = (int ) 0;
2704 int _arg5 = (int ) 0;
2705 PyObject * _argo0 = 0;
2706 PyObject * _argo1 = 0;
2707 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
2708
2709 self = self;
2710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyRectangleShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2711 return NULL;
2712 if (_argo0) {
2713 if (_argo0 == Py_None) { _arg0 = NULL; }
2714 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2715 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnSizingEndDragLeft. Expected _wxPyRectangleShape_p.");
2716 return NULL;
2717 }
2718 }
2719 if (_argo1) {
2720 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
2721 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
2722 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyRectangleShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
2723 return NULL;
2724 }
2725 }
2726{
2727 wxPy_BEGIN_ALLOW_THREADS;
2728 wxPyRectangleShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
2729
2730 wxPy_END_ALLOW_THREADS;
2731} Py_INCREF(Py_None);
2732 _resultobj = Py_None;
2733 return _resultobj;
2734}
2735
2736#define wxPyRectangleShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
2737static PyObject *_wrap_wxPyRectangleShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
2738 PyObject * _resultobj;
2739 wxPyRectangleShape * _arg0;
2740 double _arg1;
2741 double _arg2;
2742 PyObject * _argo0 = 0;
2743 char *_kwnames[] = { "self","w","h", NULL };
2744
2745 self = self;
2746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyRectangleShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
2747 return NULL;
2748 if (_argo0) {
2749 if (_argo0 == Py_None) { _arg0 = NULL; }
2750 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2751 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnBeginSize. Expected _wxPyRectangleShape_p.");
2752 return NULL;
2753 }
2754 }
2755{
2756 wxPy_BEGIN_ALLOW_THREADS;
2757 wxPyRectangleShape_base_OnBeginSize(_arg0,_arg1,_arg2);
2758
2759 wxPy_END_ALLOW_THREADS;
2760} Py_INCREF(Py_None);
2761 _resultobj = Py_None;
2762 return _resultobj;
2763}
2764
2765#define wxPyRectangleShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
2766static PyObject *_wrap_wxPyRectangleShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
2767 PyObject * _resultobj;
2768 wxPyRectangleShape * _arg0;
2769 double _arg1;
2770 double _arg2;
2771 PyObject * _argo0 = 0;
2772 char *_kwnames[] = { "self","w","h", NULL };
2773
2774 self = self;
2775 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyRectangleShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
2776 return NULL;
2777 if (_argo0) {
2778 if (_argo0 == Py_None) { _arg0 = NULL; }
2779 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
2780 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape_base_OnEndSize. Expected _wxPyRectangleShape_p.");
2781 return NULL;
2782 }
2783 }
2784{
2785 wxPy_BEGIN_ALLOW_THREADS;
2786 wxPyRectangleShape_base_OnEndSize(_arg0,_arg1,_arg2);
2787
2788 wxPy_END_ALLOW_THREADS;
2789} Py_INCREF(Py_None);
2790 _resultobj = Py_None;
2791 return _resultobj;
2792}
2793
2348eaee
RD
2794static void *SwigwxPyControlPointTowxPyRectangleShape(void *ptr) {
2795 wxPyControlPoint *src;
e91a9dfc 2796 wxPyRectangleShape *dest;
2348eaee 2797 src = (wxPyControlPoint *) ptr;
e91a9dfc
RD
2798 dest = (wxPyRectangleShape *) src;
2799 return (void *) dest;
2800}
2801
2348eaee
RD
2802static void *SwigwxPyControlPointTowxPyShape(void *ptr) {
2803 wxPyControlPoint *src;
e91a9dfc 2804 wxPyShape *dest;
2348eaee 2805 src = (wxPyControlPoint *) ptr;
e91a9dfc
RD
2806 dest = (wxPyShape *) src;
2807 return (void *) dest;
2808}
2809
2348eaee
RD
2810static void *SwigwxPyControlPointTowxPyShapeEvtHandler(void *ptr) {
2811 wxPyControlPoint *src;
e91a9dfc 2812 wxPyShapeEvtHandler *dest;
2348eaee 2813 src = (wxPyControlPoint *) ptr;
e91a9dfc
RD
2814 dest = (wxPyShapeEvtHandler *) src;
2815 return (void *) dest;
2816}
2817
2348eaee
RD
2818#define new_wxPyControlPoint(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxPyControlPoint(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2819static PyObject *_wrap_new_wxPyControlPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 2820 PyObject * _resultobj;
2348eaee
RD
2821 wxPyControlPoint * _result;
2822 wxPyShapeCanvas * _arg0 = (wxPyShapeCanvas *) NULL;
2823 wxPyShape * _arg1 = (wxPyShape *) NULL;
2824 double _arg2 = (double ) 0.0;
2825 double _arg3 = (double ) 0.0;
2826 double _arg4 = (double ) 0.0;
2827 int _arg5 = (int ) 0;
2828 PyObject * _argo0 = 0;
2829 PyObject * _argo1 = 0;
2830 char *_kwnames[] = { "the_canvas","object","size","the_xoffset","the_yoffset","the_type", NULL };
e91a9dfc
RD
2831 char _ptemp[128];
2832
2833 self = self;
2348eaee
RD
2834 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOdddi:new_wxPyControlPoint",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
2835 return NULL;
2836 if (_argo0) {
2837 if (_argo0 == Py_None) { _arg0 = NULL; }
2838 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyShapeCanvas_p")) {
2839 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxPyControlPoint. Expected _wxPyShapeCanvas_p.");
2840 return NULL;
2841 }
2842 }
2843 if (_argo1) {
2844 if (_argo1 == Py_None) { _arg1 = NULL; }
2845 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
2846 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxPyControlPoint. Expected _wxPyShape_p.");
e91a9dfc 2847 return NULL;
2348eaee
RD
2848 }
2849 }
e91a9dfc
RD
2850{
2851 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 2852 _result = (wxPyControlPoint *)new_wxPyControlPoint(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
e91a9dfc
RD
2853
2854 wxPy_END_ALLOW_THREADS;
2855} if (_result) {
2348eaee 2856 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyControlPoint_p");
e91a9dfc
RD
2857 _resultobj = Py_BuildValue("s",_ptemp);
2858 } else {
2859 Py_INCREF(Py_None);
2860 _resultobj = Py_None;
2861 }
2862 return _resultobj;
2863}
2864
f6bcfd97 2865#define wxPyControlPoint__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
2348eaee 2866static PyObject *_wrap_wxPyControlPoint__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 2867 PyObject * _resultobj;
2348eaee 2868 wxPyControlPoint * _arg0;
e91a9dfc 2869 PyObject * _arg1;
f6bcfd97 2870 PyObject * _arg2;
e91a9dfc
RD
2871 PyObject * _argo0 = 0;
2872 PyObject * _obj1 = 0;
f6bcfd97
BP
2873 PyObject * _obj2 = 0;
2874 char *_kwnames[] = { "self","self","_class", NULL };
e91a9dfc
RD
2875
2876 self = self;
f6bcfd97 2877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyControlPoint__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
2878 return NULL;
2879 if (_argo0) {
2880 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
2881 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2882 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint__setSelf. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
2883 return NULL;
2884 }
2885 }
2886{
2887 _arg1 = _obj1;
2888}
f6bcfd97
BP
2889{
2890 _arg2 = _obj2;
2891}
e91a9dfc
RD
2892{
2893 wxPy_BEGIN_ALLOW_THREADS;
f6bcfd97 2894 wxPyControlPoint__setSelf(_arg0,_arg1,_arg2);
e91a9dfc
RD
2895
2896 wxPy_END_ALLOW_THREADS;
2897} Py_INCREF(Py_None);
2898 _resultobj = Py_None;
2899 return _resultobj;
2900}
2901
2348eaee
RD
2902#define wxPyControlPoint_SetCornerRadius(_swigobj,_swigarg0) (_swigobj->SetCornerRadius(_swigarg0))
2903static PyObject *_wrap_wxPyControlPoint_SetCornerRadius(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 2904 PyObject * _resultobj;
2348eaee
RD
2905 wxPyControlPoint * _arg0;
2906 double _arg1;
e91a9dfc 2907 PyObject * _argo0 = 0;
2348eaee 2908 char *_kwnames[] = { "self","radius", NULL };
e91a9dfc
RD
2909
2910 self = self;
2348eaee 2911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Od:wxPyControlPoint_SetCornerRadius",_kwnames,&_argo0,&_arg1))
e91a9dfc
RD
2912 return NULL;
2913 if (_argo0) {
2914 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
2915 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2916 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_SetCornerRadius. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
2917 return NULL;
2918 }
2919 }
2920{
2921 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 2922 wxPyControlPoint_SetCornerRadius(_arg0,_arg1);
e91a9dfc
RD
2923
2924 wxPy_END_ALLOW_THREADS;
2348eaee
RD
2925} Py_INCREF(Py_None);
2926 _resultobj = Py_None;
e91a9dfc
RD
2927 return _resultobj;
2928}
2929
2348eaee
RD
2930#define wxPyControlPoint_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
2931static PyObject *_wrap_wxPyControlPoint_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 2932 PyObject * _resultobj;
2348eaee 2933 wxPyControlPoint * _arg0;
e91a9dfc
RD
2934 PyObject * _argo0 = 0;
2935 char *_kwnames[] = { "self", NULL };
2936
2937 self = self;
2348eaee 2938 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyControlPoint_base_OnDelete",_kwnames,&_argo0))
e91a9dfc
RD
2939 return NULL;
2940 if (_argo0) {
2941 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
2942 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2943 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDelete. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
2944 return NULL;
2945 }
2946 }
2947{
2948 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 2949 wxPyControlPoint_base_OnDelete(_arg0);
e91a9dfc
RD
2950
2951 wxPy_END_ALLOW_THREADS;
2348eaee
RD
2952} Py_INCREF(Py_None);
2953 _resultobj = Py_None;
e91a9dfc
RD
2954 return _resultobj;
2955}
2956
2348eaee
RD
2957#define wxPyControlPoint_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
2958static PyObject *_wrap_wxPyControlPoint_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 2959 PyObject * _resultobj;
2348eaee
RD
2960 wxPyControlPoint * _arg0;
2961 wxDC * _arg1;
e91a9dfc
RD
2962 PyObject * _argo0 = 0;
2963 PyObject * _argo1 = 0;
2348eaee 2964 char *_kwnames[] = { "self","dc", NULL };
e91a9dfc
RD
2965
2966 self = self;
2348eaee 2967 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnDraw",_kwnames,&_argo0,&_argo1))
e91a9dfc
RD
2968 return NULL;
2969 if (_argo0) {
2970 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
2971 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
2972 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDraw. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
2973 return NULL;
2974 }
2975 }
2976 if (_argo1) {
2977 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
2978 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2979 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDraw. Expected _wxDC_p.");
e91a9dfc
RD
2980 return NULL;
2981 }
2982 }
2983{
2984 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 2985 wxPyControlPoint_base_OnDraw(_arg0,*_arg1);
e91a9dfc
RD
2986
2987 wxPy_END_ALLOW_THREADS;
2988} Py_INCREF(Py_None);
2989 _resultobj = Py_None;
2990 return _resultobj;
2991}
2992
2348eaee
RD
2993#define wxPyControlPoint_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
2994static PyObject *_wrap_wxPyControlPoint_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 2995 PyObject * _resultobj;
2348eaee
RD
2996 wxPyControlPoint * _arg0;
2997 wxDC * _arg1;
e91a9dfc 2998 PyObject * _argo0 = 0;
2348eaee
RD
2999 PyObject * _argo1 = 0;
3000 char *_kwnames[] = { "self","dc", NULL };
e91a9dfc
RD
3001
3002 self = self;
2348eaee 3003 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
e91a9dfc
RD
3004 return NULL;
3005 if (_argo0) {
3006 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
3007 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3008 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawContents. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
3009 return NULL;
3010 }
3011 }
2348eaee
RD
3012 if (_argo1) {
3013 if (_argo1 == Py_None) { _arg1 = NULL; }
3014 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3015 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawContents. Expected _wxDC_p.");
e91a9dfc 3016 return NULL;
2348eaee 3017 }
e91a9dfc 3018 }
e91a9dfc
RD
3019{
3020 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 3021 wxPyControlPoint_base_OnDrawContents(_arg0,*_arg1);
e91a9dfc
RD
3022
3023 wxPy_END_ALLOW_THREADS;
3024} Py_INCREF(Py_None);
3025 _resultobj = Py_None;
e91a9dfc
RD
3026 return _resultobj;
3027}
3028
2348eaee
RD
3029#define wxPyControlPoint_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
3030static PyObject *_wrap_wxPyControlPoint_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 3031 PyObject * _resultobj;
2348eaee
RD
3032 wxPyControlPoint * _arg0;
3033 wxDC * _arg1;
3034 bool _arg2 = (bool ) FALSE;
e91a9dfc 3035 PyObject * _argo0 = 0;
2348eaee
RD
3036 PyObject * _argo1 = 0;
3037 int tempbool2 = (int) FALSE;
3038 char *_kwnames[] = { "self","dc","erase", NULL };
e91a9dfc
RD
3039
3040 self = self;
2348eaee 3041 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyControlPoint_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
e91a9dfc
RD
3042 return NULL;
3043 if (_argo0) {
3044 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
3045 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3046 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawBranches. Expected _wxPyControlPoint_p.");
3047 return NULL;
3048 }
3049 }
3050 if (_argo1) {
3051 if (_argo1 == Py_None) { _arg1 = NULL; }
3052 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3053 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawBranches. Expected _wxDC_p.");
e91a9dfc
RD
3054 return NULL;
3055 }
3056 }
2348eaee 3057 _arg2 = (bool ) tempbool2;
e91a9dfc
RD
3058{
3059 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 3060 wxPyControlPoint_base_OnDrawBranches(_arg0,*_arg1,_arg2);
e91a9dfc
RD
3061
3062 wxPy_END_ALLOW_THREADS;
3063} Py_INCREF(Py_None);
3064 _resultobj = Py_None;
3065 return _resultobj;
3066}
3067
2348eaee
RD
3068#define wxPyControlPoint_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
3069static PyObject *_wrap_wxPyControlPoint_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 3070 PyObject * _resultobj;
2348eaee 3071 wxPyControlPoint * _arg0;
e91a9dfc
RD
3072 wxDC * _arg1;
3073 PyObject * _argo0 = 0;
3074 PyObject * _argo1 = 0;
3075 char *_kwnames[] = { "self","dc", NULL };
3076
3077 self = self;
2348eaee 3078 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
e91a9dfc
RD
3079 return NULL;
3080 if (_argo0) {
3081 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
3082 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3083 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMoveLinks. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
3084 return NULL;
3085 }
3086 }
3087 if (_argo1) {
3088 if (_argo1 == Py_None) { _arg1 = NULL; }
3089 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2348eaee 3090 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMoveLinks. Expected _wxDC_p.");
e91a9dfc
RD
3091 return NULL;
3092 }
3093 }
3094{
3095 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 3096 wxPyControlPoint_base_OnMoveLinks(_arg0,*_arg1);
e91a9dfc
RD
3097
3098 wxPy_END_ALLOW_THREADS;
3099} Py_INCREF(Py_None);
3100 _resultobj = Py_None;
3101 return _resultobj;
3102}
3103
2348eaee
RD
3104#define wxPyControlPoint_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
3105static PyObject *_wrap_wxPyControlPoint_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 3106 PyObject * _resultobj;
2348eaee 3107 wxPyControlPoint * _arg0;
e91a9dfc
RD
3108 wxDC * _arg1;
3109 PyObject * _argo0 = 0;
3110 PyObject * _argo1 = 0;
3111 char *_kwnames[] = { "self","dc", NULL };
3112
3113 self = self;
2348eaee 3114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnErase",_kwnames,&_argo0,&_argo1))
e91a9dfc
RD
3115 return NULL;
3116 if (_argo0) {
3117 if (_argo0 == Py_None) { _arg0 = NULL; }
2348eaee
RD
3118 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3119 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnErase. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
3120 return NULL;
3121 }
3122 }
3123 if (_argo1) {
3124 if (_argo1 == Py_None) { _arg1 = NULL; }
3125 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
2348eaee 3126 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnErase. Expected _wxDC_p.");
e91a9dfc
RD
3127 return NULL;
3128 }
3129 }
3130{
3131 wxPy_BEGIN_ALLOW_THREADS;
2348eaee 3132 wxPyControlPoint_base_OnErase(_arg0,*_arg1);
e91a9dfc
RD
3133
3134 wxPy_END_ALLOW_THREADS;
3135} Py_INCREF(Py_None);
3136 _resultobj = Py_None;
3137 return _resultobj;
3138}
3139
2348eaee
RD
3140#define wxPyControlPoint_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
3141static PyObject *_wrap_wxPyControlPoint_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
e91a9dfc 3142 PyObject * _resultobj;
2348eaee 3143 wxPyControlPoint * _arg0;
e91a9dfc 3144 wxDC * _arg1;
e91a9dfc
RD
3145 PyObject * _argo0 = 0;
3146 PyObject * _argo1 = 0;
2348eaee
RD
3147 char *_kwnames[] = { "self","dc", NULL };
3148
3149 self = self;
3150 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
3151 return NULL;
3152 if (_argo0) {
3153 if (_argo0 == Py_None) { _arg0 = NULL; }
3154 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3155 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEraseContents. Expected _wxPyControlPoint_p.");
3156 return NULL;
3157 }
3158 }
3159 if (_argo1) {
3160 if (_argo1 == Py_None) { _arg1 = NULL; }
3161 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3162 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnEraseContents. Expected _wxDC_p.");
3163 return NULL;
3164 }
3165 }
3166{
3167 wxPy_BEGIN_ALLOW_THREADS;
3168 wxPyControlPoint_base_OnEraseContents(_arg0,*_arg1);
3169
3170 wxPy_END_ALLOW_THREADS;
3171} Py_INCREF(Py_None);
3172 _resultobj = Py_None;
3173 return _resultobj;
3174}
3175
3176#define wxPyControlPoint_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
3177static PyObject *_wrap_wxPyControlPoint_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
3178 PyObject * _resultobj;
3179 wxPyControlPoint * _arg0;
3180 wxDC * _arg1;
3181 PyObject * _argo0 = 0;
3182 PyObject * _argo1 = 0;
3183 char *_kwnames[] = { "self","dc", NULL };
3184
3185 self = self;
3186 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnHighlight",_kwnames,&_argo0,&_argo1))
3187 return NULL;
3188 if (_argo0) {
3189 if (_argo0 == Py_None) { _arg0 = NULL; }
3190 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3191 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnHighlight. Expected _wxPyControlPoint_p.");
3192 return NULL;
3193 }
3194 }
3195 if (_argo1) {
3196 if (_argo1 == Py_None) { _arg1 = NULL; }
3197 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3198 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnHighlight. Expected _wxDC_p.");
3199 return NULL;
3200 }
3201 }
3202{
3203 wxPy_BEGIN_ALLOW_THREADS;
3204 wxPyControlPoint_base_OnHighlight(_arg0,*_arg1);
3205
3206 wxPy_END_ALLOW_THREADS;
3207} Py_INCREF(Py_None);
3208 _resultobj = Py_None;
3209 return _resultobj;
3210}
3211
3212#define wxPyControlPoint_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3213static PyObject *_wrap_wxPyControlPoint_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
3214 PyObject * _resultobj;
3215 wxPyControlPoint * _arg0;
3216 double _arg1;
3217 double _arg2;
3218 int _arg3 = (int ) 0;
3219 int _arg4 = (int ) 0;
3220 PyObject * _argo0 = 0;
3221 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3222
3223 self = self;
3224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3225 return NULL;
3226 if (_argo0) {
3227 if (_argo0 == Py_None) { _arg0 = NULL; }
3228 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3229 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnLeftClick. Expected _wxPyControlPoint_p.");
3230 return NULL;
3231 }
3232 }
3233{
3234 wxPy_BEGIN_ALLOW_THREADS;
3235 wxPyControlPoint_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
3236
3237 wxPy_END_ALLOW_THREADS;
3238} Py_INCREF(Py_None);
3239 _resultobj = Py_None;
3240 return _resultobj;
3241}
3242
3243#define wxPyControlPoint_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3244static PyObject *_wrap_wxPyControlPoint_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
3245 PyObject * _resultobj;
3246 wxPyControlPoint * _arg0;
3247 double _arg1;
3248 double _arg2;
3249 int _arg3 = (int ) 0;
3250 int _arg4 = (int ) 0;
3251 PyObject * _argo0 = 0;
3252 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3253
3254 self = self;
3255 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3256 return NULL;
3257 if (_argo0) {
3258 if (_argo0 == Py_None) { _arg0 = NULL; }
3259 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3260 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnLeftDoubleClick. Expected _wxPyControlPoint_p.");
3261 return NULL;
3262 }
3263 }
3264{
3265 wxPy_BEGIN_ALLOW_THREADS;
3266 wxPyControlPoint_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
3267
3268 wxPy_END_ALLOW_THREADS;
3269} Py_INCREF(Py_None);
3270 _resultobj = Py_None;
3271 return _resultobj;
3272}
3273
3274#define wxPyControlPoint_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3275static PyObject *_wrap_wxPyControlPoint_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
3276 PyObject * _resultobj;
3277 wxPyControlPoint * _arg0;
3278 double _arg1;
3279 double _arg2;
3280 int _arg3 = (int ) 0;
3281 int _arg4 = (int ) 0;
3282 PyObject * _argo0 = 0;
3283 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3284
3285 self = self;
3286 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3287 return NULL;
3288 if (_argo0) {
3289 if (_argo0 == Py_None) { _arg0 = NULL; }
3290 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3291 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnRightClick. Expected _wxPyControlPoint_p.");
3292 return NULL;
3293 }
3294 }
3295{
3296 wxPy_BEGIN_ALLOW_THREADS;
3297 wxPyControlPoint_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
3298
3299 wxPy_END_ALLOW_THREADS;
3300} Py_INCREF(Py_None);
3301 _resultobj = Py_None;
3302 return _resultobj;
3303}
3304
3305#define wxPyControlPoint_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
3306static PyObject *_wrap_wxPyControlPoint_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
3307 PyObject * _resultobj;
3308 wxPyControlPoint * _arg0;
3309 double _arg1;
3310 double _arg2;
3311 PyObject * _argo0 = 0;
3312 char *_kwnames[] = { "self","x","y", NULL };
3313
3314 self = self;
3315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyControlPoint_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
3316 return NULL;
3317 if (_argo0) {
3318 if (_argo0 == Py_None) { _arg0 = NULL; }
3319 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3320 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSize. Expected _wxPyControlPoint_p.");
3321 return NULL;
3322 }
3323 }
3324{
3325 wxPy_BEGIN_ALLOW_THREADS;
3326 wxPyControlPoint_base_OnSize(_arg0,_arg1,_arg2);
3327
3328 wxPy_END_ALLOW_THREADS;
3329} Py_INCREF(Py_None);
3330 _resultobj = Py_None;
3331 return _resultobj;
3332}
3333
3334#define wxPyControlPoint_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
3335static PyObject *_wrap_wxPyControlPoint_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
3336 PyObject * _resultobj;
3337 bool _result;
3338 wxPyControlPoint * _arg0;
3339 wxDC * _arg1;
3340 double _arg2;
3341 double _arg3;
3342 double _arg4;
3343 double _arg5;
3344 bool _arg6 = (bool ) TRUE;
3345 PyObject * _argo0 = 0;
3346 PyObject * _argo1 = 0;
3347 int tempbool6 = (int) TRUE;
3348 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
3349
3350 self = self;
3351 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyControlPoint_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
3352 return NULL;
3353 if (_argo0) {
3354 if (_argo0 == Py_None) { _arg0 = NULL; }
3355 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3356 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMovePre. Expected _wxPyControlPoint_p.");
3357 return NULL;
3358 }
3359 }
3360 if (_argo1) {
3361 if (_argo1 == Py_None) { _arg1 = NULL; }
3362 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3363 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMovePre. Expected _wxDC_p.");
3364 return NULL;
3365 }
3366 }
3367 _arg6 = (bool ) tempbool6;
3368{
3369 wxPy_BEGIN_ALLOW_THREADS;
3370 _result = (bool )wxPyControlPoint_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
3371
3372 wxPy_END_ALLOW_THREADS;
3373} _resultobj = Py_BuildValue("i",_result);
3374 return _resultobj;
3375}
3376
3377#define wxPyControlPoint_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
3378static PyObject *_wrap_wxPyControlPoint_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
3379 PyObject * _resultobj;
3380 wxPyControlPoint * _arg0;
3381 wxDC * _arg1;
3382 double _arg2;
3383 double _arg3;
3384 double _arg4;
3385 double _arg5;
3386 bool _arg6 = (bool ) TRUE;
3387 PyObject * _argo0 = 0;
3388 PyObject * _argo1 = 0;
3389 int tempbool6 = (int) TRUE;
3390 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
3391
3392 self = self;
3393 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyControlPoint_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
3394 return NULL;
3395 if (_argo0) {
3396 if (_argo0 == Py_None) { _arg0 = NULL; }
3397 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3398 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMovePost. Expected _wxPyControlPoint_p.");
3399 return NULL;
3400 }
3401 }
3402 if (_argo1) {
3403 if (_argo1 == Py_None) { _arg1 = NULL; }
3404 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3405 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMovePost. Expected _wxDC_p.");
3406 return NULL;
3407 }
3408 }
3409 _arg6 = (bool ) tempbool6;
3410{
3411 wxPy_BEGIN_ALLOW_THREADS;
3412 wxPyControlPoint_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
3413
3414 wxPy_END_ALLOW_THREADS;
3415} Py_INCREF(Py_None);
3416 _resultobj = Py_None;
3417 return _resultobj;
3418}
3419
3420#define wxPyControlPoint_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3421static PyObject *_wrap_wxPyControlPoint_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3422 PyObject * _resultobj;
3423 wxPyControlPoint * _arg0;
3424 bool _arg1;
3425 double _arg2;
3426 double _arg3;
3427 int _arg4 = (int ) 0;
3428 int _arg5 = (int ) 0;
3429 PyObject * _argo0 = 0;
3430 int tempbool1;
3431 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
3432
3433 self = self;
3434 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyControlPoint_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
3435 return NULL;
3436 if (_argo0) {
3437 if (_argo0 == Py_None) { _arg0 = NULL; }
3438 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3439 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDragLeft. Expected _wxPyControlPoint_p.");
3440 return NULL;
3441 }
3442 }
3443 _arg1 = (bool ) tempbool1;
3444{
3445 wxPy_BEGIN_ALLOW_THREADS;
3446 wxPyControlPoint_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3447
3448 wxPy_END_ALLOW_THREADS;
3449} Py_INCREF(Py_None);
3450 _resultobj = Py_None;
3451 return _resultobj;
3452}
3453
3454#define wxPyControlPoint_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3455static PyObject *_wrap_wxPyControlPoint_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3456 PyObject * _resultobj;
3457 wxPyControlPoint * _arg0;
3458 double _arg1;
3459 double _arg2;
3460 int _arg3 = (int ) 0;
3461 int _arg4 = (int ) 0;
3462 PyObject * _argo0 = 0;
3463 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3464
3465 self = self;
3466 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3467 return NULL;
3468 if (_argo0) {
3469 if (_argo0 == Py_None) { _arg0 = NULL; }
3470 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3471 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnBeginDragLeft. Expected _wxPyControlPoint_p.");
3472 return NULL;
3473 }
3474 }
3475{
3476 wxPy_BEGIN_ALLOW_THREADS;
3477 wxPyControlPoint_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
3478
3479 wxPy_END_ALLOW_THREADS;
3480} Py_INCREF(Py_None);
3481 _resultobj = Py_None;
3482 return _resultobj;
3483}
3484
3485#define wxPyControlPoint_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3486static PyObject *_wrap_wxPyControlPoint_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3487 PyObject * _resultobj;
3488 wxPyControlPoint * _arg0;
3489 double _arg1;
3490 double _arg2;
3491 int _arg3 = (int ) 0;
3492 int _arg4 = (int ) 0;
3493 PyObject * _argo0 = 0;
3494 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3495
3496 self = self;
3497 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3498 return NULL;
3499 if (_argo0) {
3500 if (_argo0 == Py_None) { _arg0 = NULL; }
3501 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3502 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEndDragLeft. Expected _wxPyControlPoint_p.");
3503 return NULL;
3504 }
3505 }
3506{
3507 wxPy_BEGIN_ALLOW_THREADS;
3508 wxPyControlPoint_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
3509
3510 wxPy_END_ALLOW_THREADS;
3511} Py_INCREF(Py_None);
3512 _resultobj = Py_None;
3513 return _resultobj;
3514}
3515
3516#define wxPyControlPoint_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3517static PyObject *_wrap_wxPyControlPoint_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
3518 PyObject * _resultobj;
3519 wxPyControlPoint * _arg0;
3520 bool _arg1;
3521 double _arg2;
3522 double _arg3;
3523 int _arg4 = (int ) 0;
3524 int _arg5 = (int ) 0;
3525 PyObject * _argo0 = 0;
3526 int tempbool1;
3527 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
3528
3529 self = self;
3530 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyControlPoint_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
3531 return NULL;
3532 if (_argo0) {
3533 if (_argo0 == Py_None) { _arg0 = NULL; }
3534 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3535 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDragRight. Expected _wxPyControlPoint_p.");
3536 return NULL;
3537 }
3538 }
3539 _arg1 = (bool ) tempbool1;
3540{
3541 wxPy_BEGIN_ALLOW_THREADS;
3542 wxPyControlPoint_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3543
3544 wxPy_END_ALLOW_THREADS;
3545} Py_INCREF(Py_None);
3546 _resultobj = Py_None;
3547 return _resultobj;
3548}
3549
3550#define wxPyControlPoint_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3551static PyObject *_wrap_wxPyControlPoint_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
3552 PyObject * _resultobj;
3553 wxPyControlPoint * _arg0;
3554 double _arg1;
3555 double _arg2;
3556 int _arg3 = (int ) 0;
3557 int _arg4 = (int ) 0;
3558 PyObject * _argo0 = 0;
3559 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3560
3561 self = self;
3562 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3563 return NULL;
3564 if (_argo0) {
3565 if (_argo0 == Py_None) { _arg0 = NULL; }
3566 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3567 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnBeginDragRight. Expected _wxPyControlPoint_p.");
3568 return NULL;
3569 }
3570 }
3571{
3572 wxPy_BEGIN_ALLOW_THREADS;
3573 wxPyControlPoint_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
3574
3575 wxPy_END_ALLOW_THREADS;
3576} Py_INCREF(Py_None);
3577 _resultobj = Py_None;
3578 return _resultobj;
3579}
3580
3581#define wxPyControlPoint_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
3582static PyObject *_wrap_wxPyControlPoint_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
3583 PyObject * _resultobj;
3584 wxPyControlPoint * _arg0;
3585 double _arg1;
3586 double _arg2;
3587 int _arg3 = (int ) 0;
3588 int _arg4 = (int ) 0;
3589 PyObject * _argo0 = 0;
3590 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
3591
3592 self = self;
3593 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyControlPoint_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
3594 return NULL;
3595 if (_argo0) {
3596 if (_argo0 == Py_None) { _arg0 = NULL; }
3597 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3598 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEndDragRight. Expected _wxPyControlPoint_p.");
3599 return NULL;
3600 }
3601 }
3602{
3603 wxPy_BEGIN_ALLOW_THREADS;
3604 wxPyControlPoint_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
3605
3606 wxPy_END_ALLOW_THREADS;
3607} Py_INCREF(Py_None);
3608 _resultobj = Py_None;
3609 return _resultobj;
3610}
3611
3612#define wxPyControlPoint_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3613static PyObject *_wrap_wxPyControlPoint_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
3614 PyObject * _resultobj;
3615 wxPyControlPoint * _arg0;
3616 wxDC * _arg1;
3617 double _arg2;
3618 double _arg3;
3619 double _arg4;
3620 double _arg5;
3621 PyObject * _argo0 = 0;
3622 PyObject * _argo1 = 0;
3623 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
3624
3625 self = self;
3626 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyControlPoint_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
3627 return NULL;
3628 if (_argo0) {
3629 if (_argo0 == Py_None) { _arg0 = NULL; }
3630 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3631 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawOutline. Expected _wxPyControlPoint_p.");
3632 return NULL;
3633 }
3634 }
3635 if (_argo1) {
3636 if (_argo1 == Py_None) { _arg1 = NULL; }
3637 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3638 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawOutline. Expected _wxDC_p.");
3639 return NULL;
3640 }
3641 }
3642{
3643 wxPy_BEGIN_ALLOW_THREADS;
3644 wxPyControlPoint_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
3645
3646 wxPy_END_ALLOW_THREADS;
3647} Py_INCREF(Py_None);
3648 _resultobj = Py_None;
3649 return _resultobj;
3650}
3651
3652#define wxPyControlPoint_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
3653static PyObject *_wrap_wxPyControlPoint_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
3654 PyObject * _resultobj;
3655 wxPyControlPoint * _arg0;
3656 wxDC * _arg1;
3657 PyObject * _argo0 = 0;
3658 PyObject * _argo1 = 0;
3659 char *_kwnames[] = { "self","dc", NULL };
3660
3661 self = self;
3662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
3663 return NULL;
3664 if (_argo0) {
3665 if (_argo0 == Py_None) { _arg0 = NULL; }
3666 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3667 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnDrawControlPoints. Expected _wxPyControlPoint_p.");
3668 return NULL;
3669 }
3670 }
3671 if (_argo1) {
3672 if (_argo1 == Py_None) { _arg1 = NULL; }
3673 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3674 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnDrawControlPoints. Expected _wxDC_p.");
3675 return NULL;
3676 }
3677 }
3678{
3679 wxPy_BEGIN_ALLOW_THREADS;
3680 wxPyControlPoint_base_OnDrawControlPoints(_arg0,*_arg1);
3681
3682 wxPy_END_ALLOW_THREADS;
3683} Py_INCREF(Py_None);
3684 _resultobj = Py_None;
3685 return _resultobj;
3686}
3687
3688#define wxPyControlPoint_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
3689static PyObject *_wrap_wxPyControlPoint_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
3690 PyObject * _resultobj;
3691 wxPyControlPoint * _arg0;
3692 wxDC * _arg1;
3693 PyObject * _argo0 = 0;
3694 PyObject * _argo1 = 0;
3695 char *_kwnames[] = { "self","dc", NULL };
3696
3697 self = self;
3698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyControlPoint_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
3699 return NULL;
3700 if (_argo0) {
3701 if (_argo0 == Py_None) { _arg0 = NULL; }
3702 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3703 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEraseControlPoints. Expected _wxPyControlPoint_p.");
3704 return NULL;
3705 }
3706 }
3707 if (_argo1) {
3708 if (_argo1 == Py_None) { _arg1 = NULL; }
3709 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3710 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnEraseControlPoints. Expected _wxDC_p.");
3711 return NULL;
3712 }
3713 }
3714{
3715 wxPy_BEGIN_ALLOW_THREADS;
3716 wxPyControlPoint_base_OnEraseControlPoints(_arg0,*_arg1);
3717
3718 wxPy_END_ALLOW_THREADS;
3719} Py_INCREF(Py_None);
3720 _resultobj = Py_None;
3721 return _resultobj;
3722}
3723
3724#define wxPyControlPoint_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
3725static PyObject *_wrap_wxPyControlPoint_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
3726 PyObject * _resultobj;
3727 wxPyControlPoint * _arg0;
3728 wxDC * _arg1;
3729 bool _arg2 = (bool ) TRUE;
3730 PyObject * _argo0 = 0;
3731 PyObject * _argo1 = 0;
3732 int tempbool2 = (int) TRUE;
3733 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
3734
3735 self = self;
3736 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyControlPoint_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
3737 return NULL;
3738 if (_argo0) {
3739 if (_argo0 == Py_None) { _arg0 = NULL; }
3740 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3741 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnMoveLink. Expected _wxPyControlPoint_p.");
3742 return NULL;
3743 }
3744 }
3745 if (_argo1) {
3746 if (_argo1 == Py_None) { _arg1 = NULL; }
3747 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
3748 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnMoveLink. Expected _wxDC_p.");
3749 return NULL;
3750 }
3751 }
3752 _arg2 = (bool ) tempbool2;
3753{
3754 wxPy_BEGIN_ALLOW_THREADS;
3755 wxPyControlPoint_base_OnMoveLink(_arg0,*_arg1,_arg2);
3756
3757 wxPy_END_ALLOW_THREADS;
3758} Py_INCREF(Py_None);
3759 _resultobj = Py_None;
3760 return _resultobj;
3761}
3762
3763#define wxPyControlPoint_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
3764static PyObject *_wrap_wxPyControlPoint_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3765 PyObject * _resultobj;
3766 wxPyControlPoint * _arg0;
3767 wxPyControlPoint * _arg1;
3768 bool _arg2;
3769 double _arg3;
3770 double _arg4;
3771 int _arg5 = (int ) 0;
3772 int _arg6 = (int ) 0;
3773 PyObject * _argo0 = 0;
3774 PyObject * _argo1 = 0;
3775 int tempbool2;
3776 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
3777
3778 self = self;
3779 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyControlPoint_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
3780 return NULL;
3781 if (_argo0) {
3782 if (_argo0 == Py_None) { _arg0 = NULL; }
3783 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3784 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
3785 return NULL;
3786 }
3787 }
3788 if (_argo1) {
3789 if (_argo1 == Py_None) { _arg1 = NULL; }
3790 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
3791 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
3792 return NULL;
3793 }
3794 }
3795 _arg2 = (bool ) tempbool2;
3796{
3797 wxPy_BEGIN_ALLOW_THREADS;
3798 wxPyControlPoint_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
3799
3800 wxPy_END_ALLOW_THREADS;
3801} Py_INCREF(Py_None);
3802 _resultobj = Py_None;
3803 return _resultobj;
3804}
3805
3806#define wxPyControlPoint_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3807static PyObject *_wrap_wxPyControlPoint_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3808 PyObject * _resultobj;
3809 wxPyControlPoint * _arg0;
3810 wxPyControlPoint * _arg1;
3811 double _arg2;
3812 double _arg3;
3813 int _arg4 = (int ) 0;
3814 int _arg5 = (int ) 0;
3815 PyObject * _argo0 = 0;
3816 PyObject * _argo1 = 0;
3817 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
3818
3819 self = self;
3820 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyControlPoint_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
3821 return NULL;
3822 if (_argo0) {
3823 if (_argo0 == Py_None) { _arg0 = NULL; }
3824 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3825 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
3826 return NULL;
3827 }
3828 }
3829 if (_argo1) {
3830 if (_argo1 == Py_None) { _arg1 = NULL; }
3831 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
3832 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
3833 return NULL;
3834 }
3835 }
3836{
3837 wxPy_BEGIN_ALLOW_THREADS;
3838 wxPyControlPoint_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3839
3840 wxPy_END_ALLOW_THREADS;
3841} Py_INCREF(Py_None);
3842 _resultobj = Py_None;
3843 return _resultobj;
3844}
3845
3846#define wxPyControlPoint_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3847static PyObject *_wrap_wxPyControlPoint_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
3848 PyObject * _resultobj;
3849 wxPyControlPoint * _arg0;
3850 wxPyControlPoint * _arg1;
3851 double _arg2;
3852 double _arg3;
3853 int _arg4 = (int ) 0;
3854 int _arg5 = (int ) 0;
3855 PyObject * _argo0 = 0;
3856 PyObject * _argo1 = 0;
3857 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
3858
3859 self = self;
3860 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyControlPoint_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
3861 return NULL;
3862 if (_argo0) {
3863 if (_argo0 == Py_None) { _arg0 = NULL; }
3864 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3865 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
3866 return NULL;
3867 }
3868 }
3869 if (_argo1) {
3870 if (_argo1 == Py_None) { _arg1 = NULL; }
3871 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
3872 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyControlPoint_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
3873 return NULL;
3874 }
3875 }
3876{
3877 wxPy_BEGIN_ALLOW_THREADS;
3878 wxPyControlPoint_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
3879
3880 wxPy_END_ALLOW_THREADS;
3881} Py_INCREF(Py_None);
3882 _resultobj = Py_None;
3883 return _resultobj;
3884}
3885
3886#define wxPyControlPoint_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
3887static PyObject *_wrap_wxPyControlPoint_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
3888 PyObject * _resultobj;
3889 wxPyControlPoint * _arg0;
3890 double _arg1;
3891 double _arg2;
3892 PyObject * _argo0 = 0;
3893 char *_kwnames[] = { "self","w","h", NULL };
3894
3895 self = self;
3896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyControlPoint_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
3897 return NULL;
3898 if (_argo0) {
3899 if (_argo0 == Py_None) { _arg0 = NULL; }
3900 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3901 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnBeginSize. Expected _wxPyControlPoint_p.");
3902 return NULL;
3903 }
3904 }
3905{
3906 wxPy_BEGIN_ALLOW_THREADS;
3907 wxPyControlPoint_base_OnBeginSize(_arg0,_arg1,_arg2);
3908
3909 wxPy_END_ALLOW_THREADS;
3910} Py_INCREF(Py_None);
3911 _resultobj = Py_None;
3912 return _resultobj;
3913}
3914
3915#define wxPyControlPoint_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
3916static PyObject *_wrap_wxPyControlPoint_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
3917 PyObject * _resultobj;
3918 wxPyControlPoint * _arg0;
3919 double _arg1;
3920 double _arg2;
3921 PyObject * _argo0 = 0;
3922 char *_kwnames[] = { "self","w","h", NULL };
3923
3924 self = self;
3925 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyControlPoint_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
3926 return NULL;
3927 if (_argo0) {
3928 if (_argo0 == Py_None) { _arg0 = NULL; }
3929 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
3930 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint_base_OnEndSize. Expected _wxPyControlPoint_p.");
3931 return NULL;
3932 }
3933 }
3934{
3935 wxPy_BEGIN_ALLOW_THREADS;
3936 wxPyControlPoint_base_OnEndSize(_arg0,_arg1,_arg2);
3937
3938 wxPy_END_ALLOW_THREADS;
3939} Py_INCREF(Py_None);
3940 _resultobj = Py_None;
3941 return _resultobj;
3942}
3943
3944static void *SwigwxPyBitmapShapeTowxPyRectangleShape(void *ptr) {
3945 wxPyBitmapShape *src;
3946 wxPyRectangleShape *dest;
3947 src = (wxPyBitmapShape *) ptr;
3948 dest = (wxPyRectangleShape *) src;
3949 return (void *) dest;
3950}
3951
3952static void *SwigwxPyBitmapShapeTowxPyShape(void *ptr) {
3953 wxPyBitmapShape *src;
3954 wxPyShape *dest;
3955 src = (wxPyBitmapShape *) ptr;
3956 dest = (wxPyShape *) src;
3957 return (void *) dest;
3958}
3959
3960static void *SwigwxPyBitmapShapeTowxPyShapeEvtHandler(void *ptr) {
3961 wxPyBitmapShape *src;
3962 wxPyShapeEvtHandler *dest;
3963 src = (wxPyBitmapShape *) ptr;
3964 dest = (wxPyShapeEvtHandler *) src;
3965 return (void *) dest;
3966}
3967
3968#define new_wxPyBitmapShape() (new wxPyBitmapShape())
3969static PyObject *_wrap_new_wxPyBitmapShape(PyObject *self, PyObject *args, PyObject *kwargs) {
3970 PyObject * _resultobj;
3971 wxPyBitmapShape * _result;
3972 char *_kwnames[] = { NULL };
3973 char _ptemp[128];
3974
3975 self = self;
3976 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyBitmapShape",_kwnames))
3977 return NULL;
3978{
3979 wxPy_BEGIN_ALLOW_THREADS;
3980 _result = (wxPyBitmapShape *)new_wxPyBitmapShape();
3981
3982 wxPy_END_ALLOW_THREADS;
3983} if (_result) {
3984 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyBitmapShape_p");
3985 _resultobj = Py_BuildValue("s",_ptemp);
3986 } else {
3987 Py_INCREF(Py_None);
3988 _resultobj = Py_None;
3989 }
3990 return _resultobj;
3991}
3992
f6bcfd97 3993#define wxPyBitmapShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
2348eaee
RD
3994static PyObject *_wrap_wxPyBitmapShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
3995 PyObject * _resultobj;
3996 wxPyBitmapShape * _arg0;
3997 PyObject * _arg1;
f6bcfd97 3998 PyObject * _arg2;
2348eaee
RD
3999 PyObject * _argo0 = 0;
4000 PyObject * _obj1 = 0;
f6bcfd97
BP
4001 PyObject * _obj2 = 0;
4002 char *_kwnames[] = { "self","self","_class", NULL };
2348eaee
RD
4003
4004 self = self;
f6bcfd97 4005 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyBitmapShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
2348eaee
RD
4006 return NULL;
4007 if (_argo0) {
4008 if (_argo0 == Py_None) { _arg0 = NULL; }
4009 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4010 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape__setSelf. Expected _wxPyBitmapShape_p.");
4011 return NULL;
4012 }
4013 }
4014{
4015 _arg1 = _obj1;
4016}
f6bcfd97
BP
4017{
4018 _arg2 = _obj2;
4019}
2348eaee
RD
4020{
4021 wxPy_BEGIN_ALLOW_THREADS;
f6bcfd97 4022 wxPyBitmapShape__setSelf(_arg0,_arg1,_arg2);
2348eaee
RD
4023
4024 wxPy_END_ALLOW_THREADS;
4025} Py_INCREF(Py_None);
4026 _resultobj = Py_None;
4027 return _resultobj;
4028}
4029
4030#define wxPyBitmapShape_GetBitmap(_swigobj) (_swigobj->GetBitmap())
4031static PyObject *_wrap_wxPyBitmapShape_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4032 PyObject * _resultobj;
4033 wxBitmap * _result;
4034 wxPyBitmapShape * _arg0;
4035 PyObject * _argo0 = 0;
4036 char *_kwnames[] = { "self", NULL };
4037 char _ptemp[128];
4038
4039 self = self;
4040 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyBitmapShape_GetBitmap",_kwnames,&_argo0))
4041 return NULL;
4042 if (_argo0) {
4043 if (_argo0 == Py_None) { _arg0 = NULL; }
4044 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4045 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_GetBitmap. Expected _wxPyBitmapShape_p.");
4046 return NULL;
4047 }
4048 }
4049{
4050 wxPy_BEGIN_ALLOW_THREADS;
4051 wxBitmap & _result_ref = wxPyBitmapShape_GetBitmap(_arg0);
4052 _result = (wxBitmap *) &_result_ref;
4053
4054 wxPy_END_ALLOW_THREADS;
4055} if (_result) {
4056 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
4057 _resultobj = Py_BuildValue("s",_ptemp);
4058 } else {
4059 Py_INCREF(Py_None);
4060 _resultobj = Py_None;
4061 }
4062 return _resultobj;
4063}
4064
4065#define wxPyBitmapShape_GetFilename(_swigobj) (_swigobj->GetFilename())
4066static PyObject *_wrap_wxPyBitmapShape_GetFilename(PyObject *self, PyObject *args, PyObject *kwargs) {
4067 PyObject * _resultobj;
4068 wxString * _result;
4069 wxPyBitmapShape * _arg0;
4070 PyObject * _argo0 = 0;
4071 char *_kwnames[] = { "self", NULL };
4072
4073 self = self;
4074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyBitmapShape_GetFilename",_kwnames,&_argo0))
4075 return NULL;
4076 if (_argo0) {
4077 if (_argo0 == Py_None) { _arg0 = NULL; }
4078 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4079 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_GetFilename. Expected _wxPyBitmapShape_p.");
4080 return NULL;
4081 }
4082 }
4083{
4084 wxPy_BEGIN_ALLOW_THREADS;
4085 _result = new wxString (wxPyBitmapShape_GetFilename(_arg0));
4086
4087 wxPy_END_ALLOW_THREADS;
4088}{
eec92d76 4089 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
2348eaee
RD
4090}
4091{
4092 delete _result;
4093}
4094 return _resultobj;
4095}
4096
4097#define wxPyBitmapShape_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
4098static PyObject *_wrap_wxPyBitmapShape_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4099 PyObject * _resultobj;
4100 wxPyBitmapShape * _arg0;
4101 wxBitmap * _arg1;
4102 PyObject * _argo0 = 0;
4103 PyObject * _argo1 = 0;
4104 char *_kwnames[] = { "self","bitmap", NULL };
4105
4106 self = self;
4107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_SetBitmap",_kwnames,&_argo0,&_argo1))
4108 return NULL;
4109 if (_argo0) {
4110 if (_argo0 == Py_None) { _arg0 = NULL; }
4111 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4112 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_SetBitmap. Expected _wxPyBitmapShape_p.");
4113 return NULL;
4114 }
4115 }
4116 if (_argo1) {
4117 if (_argo1 == Py_None) { _arg1 = NULL; }
4118 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
4119 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_SetBitmap. Expected _wxBitmap_p.");
4120 return NULL;
4121 }
4122 }
4123{
4124 wxPy_BEGIN_ALLOW_THREADS;
4125 wxPyBitmapShape_SetBitmap(_arg0,*_arg1);
4126
4127 wxPy_END_ALLOW_THREADS;
4128} Py_INCREF(Py_None);
4129 _resultobj = Py_None;
4130 return _resultobj;
4131}
4132
4133#define wxPyBitmapShape_SetFilename(_swigobj,_swigarg0) (_swigobj->SetFilename(_swigarg0))
4134static PyObject *_wrap_wxPyBitmapShape_SetFilename(PyObject *self, PyObject *args, PyObject *kwargs) {
4135 PyObject * _resultobj;
4136 wxPyBitmapShape * _arg0;
4137 wxString * _arg1;
4138 PyObject * _argo0 = 0;
4139 PyObject * _obj1 = 0;
4140 char *_kwnames[] = { "self","filename", NULL };
4141
4142 self = self;
4143 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_SetFilename",_kwnames,&_argo0,&_obj1))
4144 return NULL;
4145 if (_argo0) {
4146 if (_argo0 == Py_None) { _arg0 = NULL; }
4147 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4148 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_SetFilename. Expected _wxPyBitmapShape_p.");
4149 return NULL;
4150 }
4151 }
4152{
185d7c3e
RD
4153#if PYTHON_API_VERSION >= 1009
4154 char* tmpPtr; int tmpSize;
4155 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
4156 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
4157 return NULL;
4158 }
4159 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
4160 return NULL;
4161 _arg1 = new wxString(tmpPtr, tmpSize);
4162#else
2348eaee
RD
4163 if (!PyString_Check(_obj1)) {
4164 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
4165 return NULL;
4166 }
185d7c3e
RD
4167 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
4168#endif
2348eaee
RD
4169}
4170{
4171 wxPy_BEGIN_ALLOW_THREADS;
4172 wxPyBitmapShape_SetFilename(_arg0,*_arg1);
4173
4174 wxPy_END_ALLOW_THREADS;
4175} Py_INCREF(Py_None);
4176 _resultobj = Py_None;
4177{
4178 if (_obj1)
4179 delete _arg1;
4180}
4181 return _resultobj;
4182}
4183
4184#define wxPyBitmapShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
4185static PyObject *_wrap_wxPyBitmapShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
4186 PyObject * _resultobj;
4187 wxPyBitmapShape * _arg0;
4188 PyObject * _argo0 = 0;
4189 char *_kwnames[] = { "self", NULL };
4190
4191 self = self;
4192 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyBitmapShape_base_OnDelete",_kwnames,&_argo0))
4193 return NULL;
4194 if (_argo0) {
4195 if (_argo0 == Py_None) { _arg0 = NULL; }
4196 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4197 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDelete. Expected _wxPyBitmapShape_p.");
4198 return NULL;
4199 }
4200 }
4201{
4202 wxPy_BEGIN_ALLOW_THREADS;
4203 wxPyBitmapShape_base_OnDelete(_arg0);
4204
4205 wxPy_END_ALLOW_THREADS;
4206} Py_INCREF(Py_None);
4207 _resultobj = Py_None;
4208 return _resultobj;
4209}
4210
4211#define wxPyBitmapShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
4212static PyObject *_wrap_wxPyBitmapShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
4213 PyObject * _resultobj;
4214 wxPyBitmapShape * _arg0;
4215 wxDC * _arg1;
4216 PyObject * _argo0 = 0;
4217 PyObject * _argo1 = 0;
4218 char *_kwnames[] = { "self","dc", NULL };
4219
4220 self = self;
4221 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
4222 return NULL;
4223 if (_argo0) {
4224 if (_argo0 == Py_None) { _arg0 = NULL; }
4225 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4226 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDraw. Expected _wxPyBitmapShape_p.");
4227 return NULL;
4228 }
4229 }
4230 if (_argo1) {
4231 if (_argo1 == Py_None) { _arg1 = NULL; }
4232 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4233 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDraw. Expected _wxDC_p.");
4234 return NULL;
4235 }
4236 }
4237{
4238 wxPy_BEGIN_ALLOW_THREADS;
4239 wxPyBitmapShape_base_OnDraw(_arg0,*_arg1);
4240
4241 wxPy_END_ALLOW_THREADS;
4242} Py_INCREF(Py_None);
4243 _resultobj = Py_None;
4244 return _resultobj;
4245}
4246
4247#define wxPyBitmapShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
4248static PyObject *_wrap_wxPyBitmapShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
4249 PyObject * _resultobj;
4250 wxPyBitmapShape * _arg0;
4251 wxDC * _arg1;
4252 PyObject * _argo0 = 0;
4253 PyObject * _argo1 = 0;
4254 char *_kwnames[] = { "self","dc", NULL };
4255
4256 self = self;
4257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
4258 return NULL;
4259 if (_argo0) {
4260 if (_argo0 == Py_None) { _arg0 = NULL; }
4261 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4262 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawContents. Expected _wxPyBitmapShape_p.");
4263 return NULL;
4264 }
4265 }
4266 if (_argo1) {
4267 if (_argo1 == Py_None) { _arg1 = NULL; }
4268 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4269 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawContents. Expected _wxDC_p.");
4270 return NULL;
4271 }
4272 }
4273{
4274 wxPy_BEGIN_ALLOW_THREADS;
4275 wxPyBitmapShape_base_OnDrawContents(_arg0,*_arg1);
4276
4277 wxPy_END_ALLOW_THREADS;
4278} Py_INCREF(Py_None);
4279 _resultobj = Py_None;
4280 return _resultobj;
4281}
4282
4283#define wxPyBitmapShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
4284static PyObject *_wrap_wxPyBitmapShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
4285 PyObject * _resultobj;
4286 wxPyBitmapShape * _arg0;
4287 wxDC * _arg1;
4288 bool _arg2 = (bool ) FALSE;
4289 PyObject * _argo0 = 0;
4290 PyObject * _argo1 = 0;
4291 int tempbool2 = (int) FALSE;
4292 char *_kwnames[] = { "self","dc","erase", NULL };
e91a9dfc
RD
4293
4294 self = self;
4295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyBitmapShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
4296 return NULL;
4297 if (_argo0) {
4298 if (_argo0 == Py_None) { _arg0 = NULL; }
4299 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4300 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawBranches. Expected _wxPyBitmapShape_p.");
4301 return NULL;
4302 }
4303 }
4304 if (_argo1) {
4305 if (_argo1 == Py_None) { _arg1 = NULL; }
4306 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4307 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawBranches. Expected _wxDC_p.");
4308 return NULL;
4309 }
4310 }
4311 _arg2 = (bool ) tempbool2;
4312{
4313 wxPy_BEGIN_ALLOW_THREADS;
4314 wxPyBitmapShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
4315
4316 wxPy_END_ALLOW_THREADS;
4317} Py_INCREF(Py_None);
4318 _resultobj = Py_None;
4319 return _resultobj;
4320}
4321
4322#define wxPyBitmapShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
4323static PyObject *_wrap_wxPyBitmapShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
4324 PyObject * _resultobj;
4325 wxPyBitmapShape * _arg0;
4326 wxDC * _arg1;
4327 PyObject * _argo0 = 0;
4328 PyObject * _argo1 = 0;
4329 char *_kwnames[] = { "self","dc", NULL };
4330
4331 self = self;
4332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
4333 return NULL;
4334 if (_argo0) {
4335 if (_argo0 == Py_None) { _arg0 = NULL; }
4336 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4337 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMoveLinks. Expected _wxPyBitmapShape_p.");
4338 return NULL;
4339 }
4340 }
4341 if (_argo1) {
4342 if (_argo1 == Py_None) { _arg1 = NULL; }
4343 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4344 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMoveLinks. Expected _wxDC_p.");
4345 return NULL;
4346 }
4347 }
4348{
4349 wxPy_BEGIN_ALLOW_THREADS;
4350 wxPyBitmapShape_base_OnMoveLinks(_arg0,*_arg1);
4351
4352 wxPy_END_ALLOW_THREADS;
4353} Py_INCREF(Py_None);
4354 _resultobj = Py_None;
4355 return _resultobj;
4356}
4357
4358#define wxPyBitmapShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
4359static PyObject *_wrap_wxPyBitmapShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
4360 PyObject * _resultobj;
4361 wxPyBitmapShape * _arg0;
4362 wxDC * _arg1;
4363 PyObject * _argo0 = 0;
4364 PyObject * _argo1 = 0;
4365 char *_kwnames[] = { "self","dc", NULL };
4366
4367 self = self;
4368 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnErase",_kwnames,&_argo0,&_argo1))
4369 return NULL;
4370 if (_argo0) {
4371 if (_argo0 == Py_None) { _arg0 = NULL; }
4372 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4373 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnErase. Expected _wxPyBitmapShape_p.");
4374 return NULL;
4375 }
4376 }
4377 if (_argo1) {
4378 if (_argo1 == Py_None) { _arg1 = NULL; }
4379 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4380 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnErase. Expected _wxDC_p.");
4381 return NULL;
4382 }
4383 }
4384{
4385 wxPy_BEGIN_ALLOW_THREADS;
4386 wxPyBitmapShape_base_OnErase(_arg0,*_arg1);
4387
4388 wxPy_END_ALLOW_THREADS;
4389} Py_INCREF(Py_None);
4390 _resultobj = Py_None;
4391 return _resultobj;
4392}
4393
4394#define wxPyBitmapShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
4395static PyObject *_wrap_wxPyBitmapShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
4396 PyObject * _resultobj;
4397 wxPyBitmapShape * _arg0;
4398 wxDC * _arg1;
4399 PyObject * _argo0 = 0;
4400 PyObject * _argo1 = 0;
4401 char *_kwnames[] = { "self","dc", NULL };
4402
4403 self = self;
4404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
4405 return NULL;
4406 if (_argo0) {
4407 if (_argo0 == Py_None) { _arg0 = NULL; }
4408 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4409 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEraseContents. Expected _wxPyBitmapShape_p.");
4410 return NULL;
4411 }
4412 }
4413 if (_argo1) {
4414 if (_argo1 == Py_None) { _arg1 = NULL; }
4415 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4416 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnEraseContents. Expected _wxDC_p.");
4417 return NULL;
4418 }
4419 }
4420{
4421 wxPy_BEGIN_ALLOW_THREADS;
4422 wxPyBitmapShape_base_OnEraseContents(_arg0,*_arg1);
4423
4424 wxPy_END_ALLOW_THREADS;
4425} Py_INCREF(Py_None);
4426 _resultobj = Py_None;
4427 return _resultobj;
4428}
4429
4430#define wxPyBitmapShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
4431static PyObject *_wrap_wxPyBitmapShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
4432 PyObject * _resultobj;
4433 wxPyBitmapShape * _arg0;
4434 wxDC * _arg1;
4435 PyObject * _argo0 = 0;
4436 PyObject * _argo1 = 0;
4437 char *_kwnames[] = { "self","dc", NULL };
4438
4439 self = self;
4440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
4441 return NULL;
4442 if (_argo0) {
4443 if (_argo0 == Py_None) { _arg0 = NULL; }
4444 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4445 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnHighlight. Expected _wxPyBitmapShape_p.");
4446 return NULL;
4447 }
4448 }
4449 if (_argo1) {
4450 if (_argo1 == Py_None) { _arg1 = NULL; }
4451 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4452 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnHighlight. Expected _wxDC_p.");
4453 return NULL;
4454 }
4455 }
4456{
4457 wxPy_BEGIN_ALLOW_THREADS;
4458 wxPyBitmapShape_base_OnHighlight(_arg0,*_arg1);
4459
4460 wxPy_END_ALLOW_THREADS;
4461} Py_INCREF(Py_None);
4462 _resultobj = Py_None;
4463 return _resultobj;
4464}
4465
4466#define wxPyBitmapShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4467static PyObject *_wrap_wxPyBitmapShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
4468 PyObject * _resultobj;
4469 wxPyBitmapShape * _arg0;
4470 double _arg1;
4471 double _arg2;
4472 int _arg3 = (int ) 0;
4473 int _arg4 = (int ) 0;
4474 PyObject * _argo0 = 0;
4475 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4476
4477 self = self;
4478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4479 return NULL;
4480 if (_argo0) {
4481 if (_argo0 == Py_None) { _arg0 = NULL; }
4482 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4483 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnLeftClick. Expected _wxPyBitmapShape_p.");
4484 return NULL;
4485 }
4486 }
4487{
4488 wxPy_BEGIN_ALLOW_THREADS;
4489 wxPyBitmapShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
4490
4491 wxPy_END_ALLOW_THREADS;
4492} Py_INCREF(Py_None);
4493 _resultobj = Py_None;
4494 return _resultobj;
4495}
4496
4497#define wxPyBitmapShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4498static PyObject *_wrap_wxPyBitmapShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
4499 PyObject * _resultobj;
4500 wxPyBitmapShape * _arg0;
4501 double _arg1;
4502 double _arg2;
4503 int _arg3 = (int ) 0;
4504 int _arg4 = (int ) 0;
4505 PyObject * _argo0 = 0;
4506 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4507
4508 self = self;
4509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4510 return NULL;
4511 if (_argo0) {
4512 if (_argo0 == Py_None) { _arg0 = NULL; }
4513 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4514 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnLeftDoubleClick. Expected _wxPyBitmapShape_p.");
4515 return NULL;
4516 }
4517 }
4518{
4519 wxPy_BEGIN_ALLOW_THREADS;
4520 wxPyBitmapShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
4521
4522 wxPy_END_ALLOW_THREADS;
4523} Py_INCREF(Py_None);
4524 _resultobj = Py_None;
4525 return _resultobj;
4526}
4527
4528#define wxPyBitmapShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4529static PyObject *_wrap_wxPyBitmapShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
4530 PyObject * _resultobj;
4531 wxPyBitmapShape * _arg0;
4532 double _arg1;
4533 double _arg2;
4534 int _arg3 = (int ) 0;
4535 int _arg4 = (int ) 0;
4536 PyObject * _argo0 = 0;
4537 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4538
4539 self = self;
4540 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4541 return NULL;
4542 if (_argo0) {
4543 if (_argo0 == Py_None) { _arg0 = NULL; }
4544 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4545 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnRightClick. Expected _wxPyBitmapShape_p.");
4546 return NULL;
4547 }
4548 }
4549{
4550 wxPy_BEGIN_ALLOW_THREADS;
4551 wxPyBitmapShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
4552
4553 wxPy_END_ALLOW_THREADS;
4554} Py_INCREF(Py_None);
4555 _resultobj = Py_None;
4556 return _resultobj;
4557}
4558
4559#define wxPyBitmapShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
4560static PyObject *_wrap_wxPyBitmapShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
4561 PyObject * _resultobj;
4562 wxPyBitmapShape * _arg0;
4563 double _arg1;
4564 double _arg2;
4565 PyObject * _argo0 = 0;
4566 char *_kwnames[] = { "self","x","y", NULL };
4567
4568 self = self;
4569 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyBitmapShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
4570 return NULL;
4571 if (_argo0) {
4572 if (_argo0 == Py_None) { _arg0 = NULL; }
4573 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4574 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSize. Expected _wxPyBitmapShape_p.");
4575 return NULL;
4576 }
4577 }
4578{
4579 wxPy_BEGIN_ALLOW_THREADS;
4580 wxPyBitmapShape_base_OnSize(_arg0,_arg1,_arg2);
4581
4582 wxPy_END_ALLOW_THREADS;
4583} Py_INCREF(Py_None);
4584 _resultobj = Py_None;
4585 return _resultobj;
4586}
4587
4588#define wxPyBitmapShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4589static PyObject *_wrap_wxPyBitmapShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
4590 PyObject * _resultobj;
4591 bool _result;
4592 wxPyBitmapShape * _arg0;
4593 wxDC * _arg1;
4594 double _arg2;
4595 double _arg3;
4596 double _arg4;
4597 double _arg5;
4598 bool _arg6 = (bool ) TRUE;
4599 PyObject * _argo0 = 0;
4600 PyObject * _argo1 = 0;
4601 int tempbool6 = (int) TRUE;
4602 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
4603
4604 self = self;
4605 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyBitmapShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
4606 return NULL;
4607 if (_argo0) {
4608 if (_argo0 == Py_None) { _arg0 = NULL; }
4609 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4610 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMovePre. Expected _wxPyBitmapShape_p.");
4611 return NULL;
4612 }
4613 }
4614 if (_argo1) {
4615 if (_argo1 == Py_None) { _arg1 = NULL; }
4616 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4617 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMovePre. Expected _wxDC_p.");
4618 return NULL;
4619 }
4620 }
4621 _arg6 = (bool ) tempbool6;
4622{
4623 wxPy_BEGIN_ALLOW_THREADS;
4624 _result = (bool )wxPyBitmapShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
4625
4626 wxPy_END_ALLOW_THREADS;
4627} _resultobj = Py_BuildValue("i",_result);
4628 return _resultobj;
4629}
4630
4631#define wxPyBitmapShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4632static PyObject *_wrap_wxPyBitmapShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
4633 PyObject * _resultobj;
4634 wxPyBitmapShape * _arg0;
4635 wxDC * _arg1;
4636 double _arg2;
4637 double _arg3;
4638 double _arg4;
4639 double _arg5;
4640 bool _arg6 = (bool ) TRUE;
4641 PyObject * _argo0 = 0;
4642 PyObject * _argo1 = 0;
4643 int tempbool6 = (int) TRUE;
4644 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
4645
4646 self = self;
4647 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyBitmapShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
4648 return NULL;
4649 if (_argo0) {
4650 if (_argo0 == Py_None) { _arg0 = NULL; }
4651 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4652 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMovePost. Expected _wxPyBitmapShape_p.");
4653 return NULL;
4654 }
4655 }
4656 if (_argo1) {
4657 if (_argo1 == Py_None) { _arg1 = NULL; }
4658 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4659 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMovePost. Expected _wxDC_p.");
4660 return NULL;
4661 }
4662 }
4663 _arg6 = (bool ) tempbool6;
4664{
4665 wxPy_BEGIN_ALLOW_THREADS;
4666 wxPyBitmapShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
4667
4668 wxPy_END_ALLOW_THREADS;
4669} Py_INCREF(Py_None);
4670 _resultobj = Py_None;
4671 return _resultobj;
4672}
4673
4674#define wxPyBitmapShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4675static PyObject *_wrap_wxPyBitmapShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
4676 PyObject * _resultobj;
4677 wxPyBitmapShape * _arg0;
4678 bool _arg1;
4679 double _arg2;
4680 double _arg3;
4681 int _arg4 = (int ) 0;
4682 int _arg5 = (int ) 0;
4683 PyObject * _argo0 = 0;
4684 int tempbool1;
4685 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
4686
4687 self = self;
4688 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyBitmapShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
4689 return NULL;
4690 if (_argo0) {
4691 if (_argo0 == Py_None) { _arg0 = NULL; }
4692 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4693 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDragLeft. Expected _wxPyBitmapShape_p.");
4694 return NULL;
4695 }
4696 }
4697 _arg1 = (bool ) tempbool1;
4698{
4699 wxPy_BEGIN_ALLOW_THREADS;
4700 wxPyBitmapShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
4701
4702 wxPy_END_ALLOW_THREADS;
4703} Py_INCREF(Py_None);
4704 _resultobj = Py_None;
4705 return _resultobj;
4706}
4707
4708#define wxPyBitmapShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4709static PyObject *_wrap_wxPyBitmapShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
4710 PyObject * _resultobj;
4711 wxPyBitmapShape * _arg0;
4712 double _arg1;
4713 double _arg2;
4714 int _arg3 = (int ) 0;
4715 int _arg4 = (int ) 0;
4716 PyObject * _argo0 = 0;
4717 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4718
4719 self = self;
4720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4721 return NULL;
4722 if (_argo0) {
4723 if (_argo0 == Py_None) { _arg0 = NULL; }
4724 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4725 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnBeginDragLeft. Expected _wxPyBitmapShape_p.");
4726 return NULL;
4727 }
4728 }
4729{
4730 wxPy_BEGIN_ALLOW_THREADS;
4731 wxPyBitmapShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
4732
4733 wxPy_END_ALLOW_THREADS;
4734} Py_INCREF(Py_None);
4735 _resultobj = Py_None;
4736 return _resultobj;
4737}
4738
4739#define wxPyBitmapShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4740static PyObject *_wrap_wxPyBitmapShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
4741 PyObject * _resultobj;
4742 wxPyBitmapShape * _arg0;
4743 double _arg1;
4744 double _arg2;
4745 int _arg3 = (int ) 0;
4746 int _arg4 = (int ) 0;
4747 PyObject * _argo0 = 0;
4748 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4749
4750 self = self;
4751 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4752 return NULL;
4753 if (_argo0) {
4754 if (_argo0 == Py_None) { _arg0 = NULL; }
4755 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4756 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEndDragLeft. Expected _wxPyBitmapShape_p.");
4757 return NULL;
4758 }
4759 }
4760{
4761 wxPy_BEGIN_ALLOW_THREADS;
4762 wxPyBitmapShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
4763
4764 wxPy_END_ALLOW_THREADS;
4765} Py_INCREF(Py_None);
4766 _resultobj = Py_None;
4767 return _resultobj;
4768}
4769
4770#define wxPyBitmapShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4771static PyObject *_wrap_wxPyBitmapShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
4772 PyObject * _resultobj;
4773 wxPyBitmapShape * _arg0;
4774 bool _arg1;
4775 double _arg2;
4776 double _arg3;
4777 int _arg4 = (int ) 0;
4778 int _arg5 = (int ) 0;
4779 PyObject * _argo0 = 0;
4780 int tempbool1;
4781 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
4782
4783 self = self;
4784 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyBitmapShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
4785 return NULL;
4786 if (_argo0) {
4787 if (_argo0 == Py_None) { _arg0 = NULL; }
4788 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4789 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDragRight. Expected _wxPyBitmapShape_p.");
4790 return NULL;
4791 }
4792 }
4793 _arg1 = (bool ) tempbool1;
4794{
4795 wxPy_BEGIN_ALLOW_THREADS;
4796 wxPyBitmapShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
4797
4798 wxPy_END_ALLOW_THREADS;
4799} Py_INCREF(Py_None);
4800 _resultobj = Py_None;
4801 return _resultobj;
4802}
4803
4804#define wxPyBitmapShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4805static PyObject *_wrap_wxPyBitmapShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
4806 PyObject * _resultobj;
4807 wxPyBitmapShape * _arg0;
4808 double _arg1;
4809 double _arg2;
4810 int _arg3 = (int ) 0;
4811 int _arg4 = (int ) 0;
4812 PyObject * _argo0 = 0;
4813 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4814
4815 self = self;
4816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4817 return NULL;
4818 if (_argo0) {
4819 if (_argo0 == Py_None) { _arg0 = NULL; }
4820 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4821 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnBeginDragRight. Expected _wxPyBitmapShape_p.");
4822 return NULL;
4823 }
4824 }
4825{
4826 wxPy_BEGIN_ALLOW_THREADS;
4827 wxPyBitmapShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
4828
4829 wxPy_END_ALLOW_THREADS;
4830} Py_INCREF(Py_None);
4831 _resultobj = Py_None;
4832 return _resultobj;
4833}
4834
4835#define wxPyBitmapShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4836static PyObject *_wrap_wxPyBitmapShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
4837 PyObject * _resultobj;
4838 wxPyBitmapShape * _arg0;
4839 double _arg1;
4840 double _arg2;
4841 int _arg3 = (int ) 0;
4842 int _arg4 = (int ) 0;
4843 PyObject * _argo0 = 0;
4844 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
4845
4846 self = self;
4847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyBitmapShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
4848 return NULL;
4849 if (_argo0) {
4850 if (_argo0 == Py_None) { _arg0 = NULL; }
4851 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4852 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEndDragRight. Expected _wxPyBitmapShape_p.");
4853 return NULL;
4854 }
4855 }
4856{
4857 wxPy_BEGIN_ALLOW_THREADS;
4858 wxPyBitmapShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
4859
4860 wxPy_END_ALLOW_THREADS;
4861} Py_INCREF(Py_None);
4862 _resultobj = Py_None;
4863 return _resultobj;
4864}
4865
4866#define wxPyBitmapShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4867static PyObject *_wrap_wxPyBitmapShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
4868 PyObject * _resultobj;
4869 wxPyBitmapShape * _arg0;
4870 wxDC * _arg1;
4871 double _arg2;
4872 double _arg3;
4873 double _arg4;
4874 double _arg5;
4875 PyObject * _argo0 = 0;
4876 PyObject * _argo1 = 0;
4877 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
4878
4879 self = self;
4880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyBitmapShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
4881 return NULL;
4882 if (_argo0) {
4883 if (_argo0 == Py_None) { _arg0 = NULL; }
4884 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4885 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawOutline. Expected _wxPyBitmapShape_p.");
4886 return NULL;
4887 }
4888 }
4889 if (_argo1) {
4890 if (_argo1 == Py_None) { _arg1 = NULL; }
4891 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4892 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawOutline. Expected _wxDC_p.");
4893 return NULL;
4894 }
4895 }
4896{
4897 wxPy_BEGIN_ALLOW_THREADS;
4898 wxPyBitmapShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
4899
4900 wxPy_END_ALLOW_THREADS;
4901} Py_INCREF(Py_None);
4902 _resultobj = Py_None;
4903 return _resultobj;
4904}
4905
4906#define wxPyBitmapShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
4907static PyObject *_wrap_wxPyBitmapShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
4908 PyObject * _resultobj;
4909 wxPyBitmapShape * _arg0;
4910 wxDC * _arg1;
4911 PyObject * _argo0 = 0;
4912 PyObject * _argo1 = 0;
4913 char *_kwnames[] = { "self","dc", NULL };
4914
4915 self = self;
4916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
4917 return NULL;
4918 if (_argo0) {
4919 if (_argo0 == Py_None) { _arg0 = NULL; }
4920 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4921 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnDrawControlPoints. Expected _wxPyBitmapShape_p.");
4922 return NULL;
4923 }
4924 }
4925 if (_argo1) {
4926 if (_argo1 == Py_None) { _arg1 = NULL; }
4927 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4928 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnDrawControlPoints. Expected _wxDC_p.");
4929 return NULL;
4930 }
4931 }
4932{
4933 wxPy_BEGIN_ALLOW_THREADS;
4934 wxPyBitmapShape_base_OnDrawControlPoints(_arg0,*_arg1);
4935
4936 wxPy_END_ALLOW_THREADS;
4937} Py_INCREF(Py_None);
4938 _resultobj = Py_None;
4939 return _resultobj;
4940}
4941
4942#define wxPyBitmapShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
4943static PyObject *_wrap_wxPyBitmapShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
4944 PyObject * _resultobj;
4945 wxPyBitmapShape * _arg0;
4946 wxDC * _arg1;
4947 PyObject * _argo0 = 0;
4948 PyObject * _argo1 = 0;
4949 char *_kwnames[] = { "self","dc", NULL };
4950
4951 self = self;
4952 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyBitmapShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
4953 return NULL;
4954 if (_argo0) {
4955 if (_argo0 == Py_None) { _arg0 = NULL; }
4956 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4957 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEraseControlPoints. Expected _wxPyBitmapShape_p.");
4958 return NULL;
4959 }
4960 }
4961 if (_argo1) {
4962 if (_argo1 == Py_None) { _arg1 = NULL; }
4963 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
4964 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnEraseControlPoints. Expected _wxDC_p.");
4965 return NULL;
4966 }
4967 }
4968{
4969 wxPy_BEGIN_ALLOW_THREADS;
4970 wxPyBitmapShape_base_OnEraseControlPoints(_arg0,*_arg1);
4971
4972 wxPy_END_ALLOW_THREADS;
4973} Py_INCREF(Py_None);
4974 _resultobj = Py_None;
4975 return _resultobj;
4976}
4977
4978#define wxPyBitmapShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
4979static PyObject *_wrap_wxPyBitmapShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
4980 PyObject * _resultobj;
4981 wxPyBitmapShape * _arg0;
4982 wxDC * _arg1;
4983 bool _arg2 = (bool ) TRUE;
4984 PyObject * _argo0 = 0;
4985 PyObject * _argo1 = 0;
4986 int tempbool2 = (int) TRUE;
4987 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
4988
4989 self = self;
4990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyBitmapShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
4991 return NULL;
4992 if (_argo0) {
4993 if (_argo0 == Py_None) { _arg0 = NULL; }
4994 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
4995 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnMoveLink. Expected _wxPyBitmapShape_p.");
4996 return NULL;
4997 }
4998 }
4999 if (_argo1) {
5000 if (_argo1 == Py_None) { _arg1 = NULL; }
5001 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
5002 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnMoveLink. Expected _wxDC_p.");
5003 return NULL;
5004 }
5005 }
5006 _arg2 = (bool ) tempbool2;
5007{
5008 wxPy_BEGIN_ALLOW_THREADS;
5009 wxPyBitmapShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
5010
5011 wxPy_END_ALLOW_THREADS;
5012} Py_INCREF(Py_None);
5013 _resultobj = Py_None;
5014 return _resultobj;
5015}
5016
5017#define wxPyBitmapShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
5018static PyObject *_wrap_wxPyBitmapShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
5019 PyObject * _resultobj;
5020 wxPyBitmapShape * _arg0;
2348eaee 5021 wxPyControlPoint * _arg1;
e91a9dfc
RD
5022 bool _arg2;
5023 double _arg3;
5024 double _arg4;
5025 int _arg5 = (int ) 0;
5026 int _arg6 = (int ) 0;
5027 PyObject * _argo0 = 0;
5028 PyObject * _argo1 = 0;
5029 int tempbool2;
5030 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
5031
5032 self = self;
5033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyBitmapShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
5034 return NULL;
5035 if (_argo0) {
5036 if (_argo0 == Py_None) { _arg0 = NULL; }
5037 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5038 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSizingDragLeft. Expected _wxPyBitmapShape_p.");
5039 return NULL;
5040 }
5041 }
5042 if (_argo1) {
5043 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
5044 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
5045 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
5046 return NULL;
5047 }
5048 }
5049 _arg2 = (bool ) tempbool2;
5050{
5051 wxPy_BEGIN_ALLOW_THREADS;
5052 wxPyBitmapShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
5053
5054 wxPy_END_ALLOW_THREADS;
5055} Py_INCREF(Py_None);
5056 _resultobj = Py_None;
5057 return _resultobj;
5058}
5059
5060#define wxPyBitmapShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5061static PyObject *_wrap_wxPyBitmapShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
5062 PyObject * _resultobj;
5063 wxPyBitmapShape * _arg0;
2348eaee 5064 wxPyControlPoint * _arg1;
e91a9dfc
RD
5065 double _arg2;
5066 double _arg3;
5067 int _arg4 = (int ) 0;
5068 int _arg5 = (int ) 0;
5069 PyObject * _argo0 = 0;
5070 PyObject * _argo1 = 0;
5071 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
5072
5073 self = self;
5074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyBitmapShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
5075 return NULL;
5076 if (_argo0) {
5077 if (_argo0 == Py_None) { _arg0 = NULL; }
5078 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5079 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSizingBeginDragLeft. Expected _wxPyBitmapShape_p.");
5080 return NULL;
5081 }
5082 }
5083 if (_argo1) {
5084 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
5085 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
5086 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
5087 return NULL;
5088 }
5089 }
5090{
5091 wxPy_BEGIN_ALLOW_THREADS;
5092 wxPyBitmapShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
5093
5094 wxPy_END_ALLOW_THREADS;
5095} Py_INCREF(Py_None);
5096 _resultobj = Py_None;
5097 return _resultobj;
5098}
5099
5100#define wxPyBitmapShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5101static PyObject *_wrap_wxPyBitmapShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
5102 PyObject * _resultobj;
5103 wxPyBitmapShape * _arg0;
2348eaee 5104 wxPyControlPoint * _arg1;
e91a9dfc
RD
5105 double _arg2;
5106 double _arg3;
5107 int _arg4 = (int ) 0;
5108 int _arg5 = (int ) 0;
5109 PyObject * _argo0 = 0;
5110 PyObject * _argo1 = 0;
5111 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
5112
5113 self = self;
5114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyBitmapShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
5115 return NULL;
5116 if (_argo0) {
5117 if (_argo0 == Py_None) { _arg0 = NULL; }
5118 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5119 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnSizingEndDragLeft. Expected _wxPyBitmapShape_p.");
5120 return NULL;
5121 }
5122 }
5123 if (_argo1) {
5124 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
5125 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
5126 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyBitmapShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
5127 return NULL;
5128 }
5129 }
5130{
5131 wxPy_BEGIN_ALLOW_THREADS;
5132 wxPyBitmapShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
5133
5134 wxPy_END_ALLOW_THREADS;
5135} Py_INCREF(Py_None);
5136 _resultobj = Py_None;
5137 return _resultobj;
5138}
5139
5140#define wxPyBitmapShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
5141static PyObject *_wrap_wxPyBitmapShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
5142 PyObject * _resultobj;
5143 wxPyBitmapShape * _arg0;
5144 double _arg1;
5145 double _arg2;
5146 PyObject * _argo0 = 0;
5147 char *_kwnames[] = { "self","w","h", NULL };
5148
5149 self = self;
5150 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyBitmapShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
5151 return NULL;
5152 if (_argo0) {
5153 if (_argo0 == Py_None) { _arg0 = NULL; }
5154 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5155 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnBeginSize. Expected _wxPyBitmapShape_p.");
5156 return NULL;
5157 }
5158 }
5159{
5160 wxPy_BEGIN_ALLOW_THREADS;
5161 wxPyBitmapShape_base_OnBeginSize(_arg0,_arg1,_arg2);
5162
5163 wxPy_END_ALLOW_THREADS;
5164} Py_INCREF(Py_None);
5165 _resultobj = Py_None;
5166 return _resultobj;
5167}
5168
5169#define wxPyBitmapShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
5170static PyObject *_wrap_wxPyBitmapShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
5171 PyObject * _resultobj;
5172 wxPyBitmapShape * _arg0;
5173 double _arg1;
5174 double _arg2;
5175 PyObject * _argo0 = 0;
5176 char *_kwnames[] = { "self","w","h", NULL };
5177
5178 self = self;
5179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyBitmapShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
5180 return NULL;
5181 if (_argo0) {
5182 if (_argo0 == Py_None) { _arg0 = NULL; }
5183 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
5184 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape_base_OnEndSize. Expected _wxPyBitmapShape_p.");
5185 return NULL;
5186 }
5187 }
5188{
5189 wxPy_BEGIN_ALLOW_THREADS;
5190 wxPyBitmapShape_base_OnEndSize(_arg0,_arg1,_arg2);
5191
5192 wxPy_END_ALLOW_THREADS;
5193} Py_INCREF(Py_None);
5194 _resultobj = Py_None;
5195 return _resultobj;
5196}
5197
5198static void *SwigwxPyDrawnShapeTowxPyRectangleShape(void *ptr) {
5199 wxPyDrawnShape *src;
5200 wxPyRectangleShape *dest;
5201 src = (wxPyDrawnShape *) ptr;
5202 dest = (wxPyRectangleShape *) src;
5203 return (void *) dest;
5204}
5205
5206static void *SwigwxPyDrawnShapeTowxPyShape(void *ptr) {
5207 wxPyDrawnShape *src;
5208 wxPyShape *dest;
5209 src = (wxPyDrawnShape *) ptr;
5210 dest = (wxPyShape *) src;
5211 return (void *) dest;
5212}
5213
5214static void *SwigwxPyDrawnShapeTowxPyShapeEvtHandler(void *ptr) {
5215 wxPyDrawnShape *src;
5216 wxPyShapeEvtHandler *dest;
5217 src = (wxPyDrawnShape *) ptr;
5218 dest = (wxPyShapeEvtHandler *) src;
5219 return (void *) dest;
5220}
5221
5222#define new_wxPyDrawnShape() (new wxPyDrawnShape())
5223static PyObject *_wrap_new_wxPyDrawnShape(PyObject *self, PyObject *args, PyObject *kwargs) {
5224 PyObject * _resultobj;
5225 wxPyDrawnShape * _result;
5226 char *_kwnames[] = { NULL };
5227 char _ptemp[128];
5228
5229 self = self;
5230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyDrawnShape",_kwnames))
5231 return NULL;
5232{
5233 wxPy_BEGIN_ALLOW_THREADS;
5234 _result = (wxPyDrawnShape *)new_wxPyDrawnShape();
5235
5236 wxPy_END_ALLOW_THREADS;
5237} if (_result) {
5238 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDrawnShape_p");
5239 _resultobj = Py_BuildValue("s",_ptemp);
5240 } else {
5241 Py_INCREF(Py_None);
5242 _resultobj = Py_None;
5243 }
5244 return _resultobj;
5245}
5246
f6bcfd97 5247#define wxPyDrawnShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
e91a9dfc
RD
5248static PyObject *_wrap_wxPyDrawnShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
5249 PyObject * _resultobj;
5250 wxPyDrawnShape * _arg0;
5251 PyObject * _arg1;
f6bcfd97 5252 PyObject * _arg2;
e91a9dfc
RD
5253 PyObject * _argo0 = 0;
5254 PyObject * _obj1 = 0;
f6bcfd97
BP
5255 PyObject * _obj2 = 0;
5256 char *_kwnames[] = { "self","self","_class", NULL };
e91a9dfc
RD
5257
5258 self = self;
f6bcfd97 5259 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
5260 return NULL;
5261 if (_argo0) {
5262 if (_argo0 == Py_None) { _arg0 = NULL; }
5263 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5264 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape__setSelf. Expected _wxPyDrawnShape_p.");
5265 return NULL;
5266 }
5267 }
5268{
5269 _arg1 = _obj1;
5270}
f6bcfd97
BP
5271{
5272 _arg2 = _obj2;
5273}
e91a9dfc
RD
5274{
5275 wxPy_BEGIN_ALLOW_THREADS;
f6bcfd97 5276 wxPyDrawnShape__setSelf(_arg0,_arg1,_arg2);
e91a9dfc
RD
5277
5278 wxPy_END_ALLOW_THREADS;
5279} Py_INCREF(Py_None);
5280 _resultobj = Py_None;
5281 return _resultobj;
5282}
5283
5284#define wxPyDrawnShape_CalculateSize(_swigobj) (_swigobj->CalculateSize())
5285static PyObject *_wrap_wxPyDrawnShape_CalculateSize(PyObject *self, PyObject *args, PyObject *kwargs) {
5286 PyObject * _resultobj;
5287 wxPyDrawnShape * _arg0;
5288 PyObject * _argo0 = 0;
5289 char *_kwnames[] = { "self", NULL };
5290
5291 self = self;
5292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_CalculateSize",_kwnames,&_argo0))
5293 return NULL;
5294 if (_argo0) {
5295 if (_argo0 == Py_None) { _arg0 = NULL; }
5296 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5297 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_CalculateSize. Expected _wxPyDrawnShape_p.");
5298 return NULL;
5299 }
5300 }
5301{
5302 wxPy_BEGIN_ALLOW_THREADS;
5303 wxPyDrawnShape_CalculateSize(_arg0);
5304
5305 wxPy_END_ALLOW_THREADS;
5306} Py_INCREF(Py_None);
5307 _resultobj = Py_None;
5308 return _resultobj;
5309}
5310
5311#define wxPyDrawnShape_DestroyClippingRect(_swigobj) (_swigobj->DestroyClippingRect())
5312static PyObject *_wrap_wxPyDrawnShape_DestroyClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
5313 PyObject * _resultobj;
5314 wxPyDrawnShape * _arg0;
5315 PyObject * _argo0 = 0;
5316 char *_kwnames[] = { "self", NULL };
5317
5318 self = self;
5319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_DestroyClippingRect",_kwnames,&_argo0))
5320 return NULL;
5321 if (_argo0) {
5322 if (_argo0 == Py_None) { _arg0 = NULL; }
5323 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5324 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DestroyClippingRect. Expected _wxPyDrawnShape_p.");
5325 return NULL;
5326 }
5327 }
5328{
5329 wxPy_BEGIN_ALLOW_THREADS;
5330 wxPyDrawnShape_DestroyClippingRect(_arg0);
5331
5332 wxPy_END_ALLOW_THREADS;
5333} Py_INCREF(Py_None);
5334 _resultobj = Py_None;
5335 return _resultobj;
5336}
5337
5338#define wxPyDrawnShape_DrawArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawArc(_swigarg0,_swigarg1,_swigarg2))
5339static PyObject *_wrap_wxPyDrawnShape_DrawArc(PyObject *self, PyObject *args, PyObject *kwargs) {
5340 PyObject * _resultobj;
5341 wxPyDrawnShape * _arg0;
5342 wxPoint * _arg1;
5343 wxPoint * _arg2;
5344 wxPoint * _arg3;
5345 PyObject * _argo0 = 0;
2348eaee
RD
5346 wxPoint temp;
5347 PyObject * _obj1 = 0;
5348 wxPoint temp0;
5349 PyObject * _obj2 = 0;
5350 wxPoint temp1;
5351 PyObject * _obj3 = 0;
e91a9dfc
RD
5352 char *_kwnames[] = { "self","centrePoint","startPoint","endPoint", NULL };
5353
5354 self = self;
2348eaee 5355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOO:wxPyDrawnShape_DrawArc",_kwnames,&_argo0,&_obj1,&_obj2,&_obj3))
e91a9dfc
RD
5356 return NULL;
5357 if (_argo0) {
5358 if (_argo0 == Py_None) { _arg0 = NULL; }
5359 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5360 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawArc. Expected _wxPyDrawnShape_p.");
5361 return NULL;
5362 }
5363 }
2348eaee
RD
5364{
5365 _arg1 = &temp;
5366 if (! wxPoint_helper(_obj1, &_arg1))
e91a9dfc 5367 return NULL;
2348eaee
RD
5368}
5369{
5370 _arg2 = &temp0;
5371 if (! wxPoint_helper(_obj2, &_arg2))
e91a9dfc 5372 return NULL;
2348eaee
RD
5373}
5374{
5375 _arg3 = &temp1;
5376 if (! wxPoint_helper(_obj3, &_arg3))
e91a9dfc 5377 return NULL;
2348eaee 5378}
e91a9dfc
RD
5379{
5380 wxPy_BEGIN_ALLOW_THREADS;
5381 wxPyDrawnShape_DrawArc(_arg0,*_arg1,*_arg2,*_arg3);
5382
5383 wxPy_END_ALLOW_THREADS;
5384} Py_INCREF(Py_None);
5385 _resultobj = Py_None;
5386 return _resultobj;
5387}
5388
5389#define wxPyDrawnShape_DrawAtAngle(_swigobj,_swigarg0) (_swigobj->DrawAtAngle(_swigarg0))
5390static PyObject *_wrap_wxPyDrawnShape_DrawAtAngle(PyObject *self, PyObject *args, PyObject *kwargs) {
5391 PyObject * _resultobj;
5392 wxPyDrawnShape * _arg0;
5393 int _arg1;
5394 PyObject * _argo0 = 0;
5395 char *_kwnames[] = { "self","angle", NULL };
5396
5397 self = self;
5398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDrawnShape_DrawAtAngle",_kwnames,&_argo0,&_arg1))
5399 return NULL;
5400 if (_argo0) {
5401 if (_argo0 == Py_None) { _arg0 = NULL; }
5402 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5403 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawAtAngle. Expected _wxPyDrawnShape_p.");
5404 return NULL;
5405 }
5406 }
5407{
5408 wxPy_BEGIN_ALLOW_THREADS;
5409 wxPyDrawnShape_DrawAtAngle(_arg0,_arg1);
5410
5411 wxPy_END_ALLOW_THREADS;
5412} Py_INCREF(Py_None);
5413 _resultobj = Py_None;
5414 return _resultobj;
5415}
5416
5417#define wxPyDrawnShape_DrawEllipticArc(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawEllipticArc(_swigarg0,_swigarg1,_swigarg2))
5418static PyObject *_wrap_wxPyDrawnShape_DrawEllipticArc(PyObject *self, PyObject *args, PyObject *kwargs) {
5419 PyObject * _resultobj;
5420 wxPyDrawnShape * _arg0;
5421 wxRect * _arg1;
5422 double _arg2;
5423 double _arg3;
5424 PyObject * _argo0 = 0;
2348eaee
RD
5425 wxRect temp;
5426 PyObject * _obj1 = 0;
e91a9dfc
RD
5427 char *_kwnames[] = { "self","rect","startAngle","endAngle", NULL };
5428
5429 self = self;
2348eaee 5430 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd:wxPyDrawnShape_DrawEllipticArc",_kwnames,&_argo0,&_obj1,&_arg2,&_arg3))
e91a9dfc
RD
5431 return NULL;
5432 if (_argo0) {
5433 if (_argo0 == Py_None) { _arg0 = NULL; }
5434 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5435 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawEllipticArc. Expected _wxPyDrawnShape_p.");
5436 return NULL;
5437 }
5438 }
2348eaee
RD
5439{
5440 _arg1 = &temp;
5441 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 5442 return NULL;
2348eaee 5443}
e91a9dfc
RD
5444{
5445 wxPy_BEGIN_ALLOW_THREADS;
5446 wxPyDrawnShape_DrawEllipticArc(_arg0,*_arg1,_arg2,_arg3);
5447
5448 wxPy_END_ALLOW_THREADS;
5449} Py_INCREF(Py_None);
5450 _resultobj = Py_None;
5451 return _resultobj;
5452}
5453
5454#define wxPyDrawnShape_DrawLine(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLine(_swigarg0,_swigarg1))
5455static PyObject *_wrap_wxPyDrawnShape_DrawLine(PyObject *self, PyObject *args, PyObject *kwargs) {
5456 PyObject * _resultobj;
5457 wxPyDrawnShape * _arg0;
5458 wxPoint * _arg1;
5459 wxPoint * _arg2;
5460 PyObject * _argo0 = 0;
2348eaee
RD
5461 wxPoint temp;
5462 PyObject * _obj1 = 0;
5463 wxPoint temp0;
5464 PyObject * _obj2 = 0;
e91a9dfc
RD
5465 char *_kwnames[] = { "self","point1","point2", NULL };
5466
5467 self = self;
2348eaee 5468 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape_DrawLine",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
5469 return NULL;
5470 if (_argo0) {
5471 if (_argo0 == Py_None) { _arg0 = NULL; }
5472 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5473 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawLine. Expected _wxPyDrawnShape_p.");
5474 return NULL;
5475 }
5476 }
2348eaee
RD
5477{
5478 _arg1 = &temp;
5479 if (! wxPoint_helper(_obj1, &_arg1))
e91a9dfc 5480 return NULL;
2348eaee
RD
5481}
5482{
5483 _arg2 = &temp0;
5484 if (! wxPoint_helper(_obj2, &_arg2))
e91a9dfc 5485 return NULL;
2348eaee 5486}
e91a9dfc
RD
5487{
5488 wxPy_BEGIN_ALLOW_THREADS;
5489 wxPyDrawnShape_DrawLine(_arg0,*_arg1,*_arg2);
5490
5491 wxPy_END_ALLOW_THREADS;
5492} Py_INCREF(Py_None);
5493 _resultobj = Py_None;
5494 return _resultobj;
5495}
5496
5497#define wxPyDrawnShape_DrawLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawLines(_swigarg0,_swigarg1))
5498static PyObject *_wrap_wxPyDrawnShape_DrawLines(PyObject *self, PyObject *args, PyObject *kwargs) {
5499 PyObject * _resultobj;
5500 wxPyDrawnShape * _arg0;
5501 int _arg1;
5502 wxPoint * _arg2;
5503 PyObject * _argo0 = 0;
5504 PyObject * _obj2 = 0;
eec92d76 5505 char *_kwnames[] = { "self","points", NULL };
e91a9dfc
RD
5506
5507 self = self;
5508 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawLines",_kwnames,&_argo0,&_obj2))
5509 return NULL;
5510 if (_argo0) {
5511 if (_argo0 == Py_None) { _arg0 = NULL; }
5512 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5513 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawLines. Expected _wxPyDrawnShape_p.");
5514 return NULL;
5515 }
5516 }
5517 if (_obj2)
5518{
5519 _arg2 = wxPoint_LIST_helper(_obj2);
5520 if (_arg2 == NULL) {
5521 return NULL;
5522 }
5523}
5524{
5525 if (_obj2) {
5526 _arg1 = PyList_Size(_obj2);
5527 }
5528 else {
5529 _arg1 = 0;
5530 }
5531}
5532{
5533 wxPy_BEGIN_ALLOW_THREADS;
5534 wxPyDrawnShape_DrawLines(_arg0,_arg1,_arg2);
5535
5536 wxPy_END_ALLOW_THREADS;
5537} Py_INCREF(Py_None);
5538 _resultobj = Py_None;
5539{
5540 delete [] _arg2;
5541}
5542 return _resultobj;
5543}
5544
5545#define wxPyDrawnShape_DrawPoint(_swigobj,_swigarg0) (_swigobj->DrawPoint(_swigarg0))
5546static PyObject *_wrap_wxPyDrawnShape_DrawPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
5547 PyObject * _resultobj;
5548 wxPyDrawnShape * _arg0;
5549 wxPoint * _arg1;
5550 PyObject * _argo0 = 0;
2348eaee
RD
5551 wxPoint temp;
5552 PyObject * _obj1 = 0;
e91a9dfc
RD
5553 char *_kwnames[] = { "self","point", NULL };
5554
5555 self = self;
2348eaee 5556 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawPoint",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
5557 return NULL;
5558 if (_argo0) {
5559 if (_argo0 == Py_None) { _arg0 = NULL; }
5560 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5561 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawPoint. Expected _wxPyDrawnShape_p.");
5562 return NULL;
5563 }
5564 }
2348eaee
RD
5565{
5566 _arg1 = &temp;
5567 if (! wxPoint_helper(_obj1, &_arg1))
e91a9dfc 5568 return NULL;
2348eaee 5569}
e91a9dfc
RD
5570{
5571 wxPy_BEGIN_ALLOW_THREADS;
5572 wxPyDrawnShape_DrawPoint(_arg0,*_arg1);
5573
5574 wxPy_END_ALLOW_THREADS;
5575} Py_INCREF(Py_None);
5576 _resultobj = Py_None;
5577 return _resultobj;
5578}
5579
5580#define wxPyDrawnShape_DrawPolygon(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DrawPolygon(_swigarg0,_swigarg1,_swigarg2))
5581static PyObject *_wrap_wxPyDrawnShape_DrawPolygon(PyObject *self, PyObject *args, PyObject *kwargs) {
5582 PyObject * _resultobj;
5583 wxPyDrawnShape * _arg0;
5584 int _arg1;
5585 wxPoint * _arg2;
5586 int _arg3 = (int ) 0;
5587 PyObject * _argo0 = 0;
5588 PyObject * _obj2 = 0;
eec92d76 5589 char *_kwnames[] = { "self","points","flags", NULL };
e91a9dfc
RD
5590
5591 self = self;
5592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_DrawPolygon",_kwnames,&_argo0,&_obj2,&_arg3))
5593 return NULL;
5594 if (_argo0) {
5595 if (_argo0 == Py_None) { _arg0 = NULL; }
5596 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5597 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawPolygon. Expected _wxPyDrawnShape_p.");
5598 return NULL;
5599 }
5600 }
5601 if (_obj2)
5602{
5603 _arg2 = wxPoint_LIST_helper(_obj2);
5604 if (_arg2 == NULL) {
5605 return NULL;
5606 }
5607}
5608{
5609 if (_obj2) {
5610 _arg1 = PyList_Size(_obj2);
5611 }
5612 else {
5613 _arg1 = 0;
5614 }
5615}
5616{
5617 wxPy_BEGIN_ALLOW_THREADS;
5618 wxPyDrawnShape_DrawPolygon(_arg0,_arg1,_arg2,_arg3);
5619
5620 wxPy_END_ALLOW_THREADS;
5621} Py_INCREF(Py_None);
5622 _resultobj = Py_None;
5623{
5624 delete [] _arg2;
5625}
5626 return _resultobj;
5627}
5628
5629#define wxPyDrawnShape_DrawRectangle(_swigobj,_swigarg0) (_swigobj->DrawRectangle(_swigarg0))
5630static PyObject *_wrap_wxPyDrawnShape_DrawRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
5631 PyObject * _resultobj;
5632 wxPyDrawnShape * _arg0;
5633 wxRect * _arg1;
5634 PyObject * _argo0 = 0;
2348eaee
RD
5635 wxRect temp;
5636 PyObject * _obj1 = 0;
e91a9dfc
RD
5637 char *_kwnames[] = { "self","rect", NULL };
5638
5639 self = self;
2348eaee 5640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawRectangle",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
5641 return NULL;
5642 if (_argo0) {
5643 if (_argo0 == Py_None) { _arg0 = NULL; }
5644 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5645 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawRectangle. Expected _wxPyDrawnShape_p.");
5646 return NULL;
5647 }
5648 }
2348eaee
RD
5649{
5650 _arg1 = &temp;
5651 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 5652 return NULL;
2348eaee 5653}
e91a9dfc
RD
5654{
5655 wxPy_BEGIN_ALLOW_THREADS;
5656 wxPyDrawnShape_DrawRectangle(_arg0,*_arg1);
5657
5658 wxPy_END_ALLOW_THREADS;
5659} Py_INCREF(Py_None);
5660 _resultobj = Py_None;
5661 return _resultobj;
5662}
5663
5664#define wxPyDrawnShape_DrawRoundedRectangle(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawRoundedRectangle(_swigarg0,_swigarg1))
5665static PyObject *_wrap_wxPyDrawnShape_DrawRoundedRectangle(PyObject *self, PyObject *args, PyObject *kwargs) {
5666 PyObject * _resultobj;
5667 wxPyDrawnShape * _arg0;
5668 wxRect * _arg1;
5669 double _arg2;
5670 PyObject * _argo0 = 0;
2348eaee
RD
5671 wxRect temp;
5672 PyObject * _obj1 = 0;
e91a9dfc
RD
5673 char *_kwnames[] = { "self","rect","radius", NULL };
5674
5675 self = self;
2348eaee 5676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOd:wxPyDrawnShape_DrawRoundedRectangle",_kwnames,&_argo0,&_obj1,&_arg2))
e91a9dfc
RD
5677 return NULL;
5678 if (_argo0) {
5679 if (_argo0 == Py_None) { _arg0 = NULL; }
5680 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5681 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawRoundedRectangle. Expected _wxPyDrawnShape_p.");
5682 return NULL;
5683 }
5684 }
2348eaee
RD
5685{
5686 _arg1 = &temp;
5687 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 5688 return NULL;
2348eaee 5689}
e91a9dfc
RD
5690{
5691 wxPy_BEGIN_ALLOW_THREADS;
5692 wxPyDrawnShape_DrawRoundedRectangle(_arg0,*_arg1,_arg2);
5693
5694 wxPy_END_ALLOW_THREADS;
5695} Py_INCREF(Py_None);
5696 _resultobj = Py_None;
5697 return _resultobj;
5698}
5699
5700#define wxPyDrawnShape_DrawSpline(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawSpline(_swigarg0,_swigarg1))
5701static PyObject *_wrap_wxPyDrawnShape_DrawSpline(PyObject *self, PyObject *args, PyObject *kwargs) {
5702 PyObject * _resultobj;
5703 wxPyDrawnShape * _arg0;
5704 int _arg1;
5705 wxPoint * _arg2;
5706 PyObject * _argo0 = 0;
5707 PyObject * _obj2 = 0;
eec92d76 5708 char *_kwnames[] = { "self","points", NULL };
e91a9dfc
RD
5709
5710 self = self;
5711 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_DrawSpline",_kwnames,&_argo0,&_obj2))
5712 return NULL;
5713 if (_argo0) {
5714 if (_argo0 == Py_None) { _arg0 = NULL; }
5715 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5716 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawSpline. Expected _wxPyDrawnShape_p.");
5717 return NULL;
5718 }
5719 }
5720 if (_obj2)
5721{
5722 _arg2 = wxPoint_LIST_helper(_obj2);
5723 if (_arg2 == NULL) {
5724 return NULL;
5725 }
5726}
5727{
5728 if (_obj2) {
5729 _arg1 = PyList_Size(_obj2);
5730 }
5731 else {
5732 _arg1 = 0;
5733 }
5734}
5735{
5736 wxPy_BEGIN_ALLOW_THREADS;
5737 wxPyDrawnShape_DrawSpline(_arg0,_arg1,_arg2);
5738
5739 wxPy_END_ALLOW_THREADS;
5740} Py_INCREF(Py_None);
5741 _resultobj = Py_None;
5742{
5743 delete [] _arg2;
5744}
5745 return _resultobj;
5746}
5747
5748#define wxPyDrawnShape_DrawText(_swigobj,_swigarg0,_swigarg1) (_swigobj->DrawText(_swigarg0,_swigarg1))
5749static PyObject *_wrap_wxPyDrawnShape_DrawText(PyObject *self, PyObject *args, PyObject *kwargs) {
5750 PyObject * _resultobj;
5751 wxPyDrawnShape * _arg0;
5752 wxString * _arg1;
5753 wxPoint * _arg2;
5754 PyObject * _argo0 = 0;
5755 PyObject * _obj1 = 0;
2348eaee
RD
5756 wxPoint temp;
5757 PyObject * _obj2 = 0;
e91a9dfc
RD
5758 char *_kwnames[] = { "self","text","point", NULL };
5759
5760 self = self;
2348eaee 5761 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape_DrawText",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
5762 return NULL;
5763 if (_argo0) {
5764 if (_argo0 == Py_None) { _arg0 = NULL; }
5765 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5766 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_DrawText. Expected _wxPyDrawnShape_p.");
5767 return NULL;
5768 }
5769 }
5770{
185d7c3e
RD
5771#if PYTHON_API_VERSION >= 1009
5772 char* tmpPtr; int tmpSize;
5773 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
5774 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
5775 return NULL;
5776 }
5777 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
5778 return NULL;
5779 _arg1 = new wxString(tmpPtr, tmpSize);
5780#else
e91a9dfc
RD
5781 if (!PyString_Check(_obj1)) {
5782 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
5783 return NULL;
5784 }
185d7c3e
RD
5785 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
5786#endif
e91a9dfc 5787}
2348eaee
RD
5788{
5789 _arg2 = &temp;
5790 if (! wxPoint_helper(_obj2, &_arg2))
e91a9dfc 5791 return NULL;
2348eaee 5792}
e91a9dfc
RD
5793{
5794 wxPy_BEGIN_ALLOW_THREADS;
5795 wxPyDrawnShape_DrawText(_arg0,*_arg1,*_arg2);
5796
5797 wxPy_END_ALLOW_THREADS;
5798} Py_INCREF(Py_None);
5799 _resultobj = Py_None;
5800{
5801 if (_obj1)
5802 delete _arg1;
5803}
5804 return _resultobj;
5805}
5806
5807#define wxPyDrawnShape_GetAngle(_swigobj) (_swigobj->GetAngle())
5808static PyObject *_wrap_wxPyDrawnShape_GetAngle(PyObject *self, PyObject *args, PyObject *kwargs) {
5809 PyObject * _resultobj;
5810 int _result;
5811 wxPyDrawnShape * _arg0;
5812 PyObject * _argo0 = 0;
5813 char *_kwnames[] = { "self", NULL };
5814
5815 self = self;
5816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_GetAngle",_kwnames,&_argo0))
5817 return NULL;
5818 if (_argo0) {
5819 if (_argo0 == Py_None) { _arg0 = NULL; }
5820 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5821 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_GetAngle. Expected _wxPyDrawnShape_p.");
5822 return NULL;
5823 }
5824 }
5825{
5826 wxPy_BEGIN_ALLOW_THREADS;
5827 _result = (int )wxPyDrawnShape_GetAngle(_arg0);
5828
5829 wxPy_END_ALLOW_THREADS;
5830} _resultobj = Py_BuildValue("i",_result);
5831 return _resultobj;
5832}
5833
5834#define wxPyDrawnShape_GetMetaFile(_swigobj) (_swigobj->GetMetaFile())
5835static PyObject *_wrap_wxPyDrawnShape_GetMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
5836 PyObject * _resultobj;
5837 wxPseudoMetaFile * _result;
5838 wxPyDrawnShape * _arg0;
5839 PyObject * _argo0 = 0;
5840 char *_kwnames[] = { "self", NULL };
5841 char _ptemp[128];
5842
5843 self = self;
5844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_GetMetaFile",_kwnames,&_argo0))
5845 return NULL;
5846 if (_argo0) {
5847 if (_argo0 == Py_None) { _arg0 = NULL; }
5848 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5849 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_GetMetaFile. Expected _wxPyDrawnShape_p.");
5850 return NULL;
5851 }
5852 }
5853{
5854 wxPy_BEGIN_ALLOW_THREADS;
5855 wxPseudoMetaFile & _result_ref = wxPyDrawnShape_GetMetaFile(_arg0);
5856 _result = (wxPseudoMetaFile *) &_result_ref;
5857
5858 wxPy_END_ALLOW_THREADS;
5859} if (_result) {
5860 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPseudoMetaFile_p");
5861 _resultobj = Py_BuildValue("s",_ptemp);
5862 } else {
5863 Py_INCREF(Py_None);
5864 _resultobj = Py_None;
5865 }
5866 return _resultobj;
5867}
5868
5869#define wxPyDrawnShape_GetRotation(_swigobj) (_swigobj->GetRotation())
5870static PyObject *_wrap_wxPyDrawnShape_GetRotation(PyObject *self, PyObject *args, PyObject *kwargs) {
5871 PyObject * _resultobj;
5872 double _result;
5873 wxPyDrawnShape * _arg0;
5874 PyObject * _argo0 = 0;
5875 char *_kwnames[] = { "self", NULL };
5876
5877 self = self;
5878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_GetRotation",_kwnames,&_argo0))
5879 return NULL;
5880 if (_argo0) {
5881 if (_argo0 == Py_None) { _arg0 = NULL; }
5882 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5883 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_GetRotation. Expected _wxPyDrawnShape_p.");
5884 return NULL;
5885 }
5886 }
5887{
5888 wxPy_BEGIN_ALLOW_THREADS;
5889 _result = (double )wxPyDrawnShape_GetRotation(_arg0);
5890
5891 wxPy_END_ALLOW_THREADS;
5892} _resultobj = Py_BuildValue("d",_result);
5893 return _resultobj;
5894}
5895
5896#define wxPyDrawnShape_LoadFromMetaFile(_swigobj,_swigarg0) (_swigobj->LoadFromMetaFile(_swigarg0))
5897static PyObject *_wrap_wxPyDrawnShape_LoadFromMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
5898 PyObject * _resultobj;
5899 bool _result;
5900 wxPyDrawnShape * _arg0;
5901 char * _arg1;
5902 PyObject * _argo0 = 0;
5903 char *_kwnames[] = { "self","filename", NULL };
5904
5905 self = self;
5906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxPyDrawnShape_LoadFromMetaFile",_kwnames,&_argo0,&_arg1))
5907 return NULL;
5908 if (_argo0) {
5909 if (_argo0 == Py_None) { _arg0 = NULL; }
5910 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5911 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_LoadFromMetaFile. Expected _wxPyDrawnShape_p.");
5912 return NULL;
5913 }
5914 }
5915{
5916 wxPy_BEGIN_ALLOW_THREADS;
5917 _result = (bool )wxPyDrawnShape_LoadFromMetaFile(_arg0,_arg1);
5918
5919 wxPy_END_ALLOW_THREADS;
5920} _resultobj = Py_BuildValue("i",_result);
5921 return _resultobj;
5922}
5923
5924#define wxPyDrawnShape_Rotate(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Rotate(_swigarg0,_swigarg1,_swigarg2))
5925static PyObject *_wrap_wxPyDrawnShape_Rotate(PyObject *self, PyObject *args, PyObject *kwargs) {
5926 PyObject * _resultobj;
5927 wxPyDrawnShape * _arg0;
5928 double _arg1;
5929 double _arg2;
5930 double _arg3;
5931 PyObject * _argo0 = 0;
5932 char *_kwnames[] = { "self","x","y","theta", NULL };
5933
5934 self = self;
5935 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oddd:wxPyDrawnShape_Rotate",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3))
5936 return NULL;
5937 if (_argo0) {
5938 if (_argo0 == Py_None) { _arg0 = NULL; }
5939 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5940 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_Rotate. Expected _wxPyDrawnShape_p.");
5941 return NULL;
5942 }
5943 }
5944{
5945 wxPy_BEGIN_ALLOW_THREADS;
5946 wxPyDrawnShape_Rotate(_arg0,_arg1,_arg2,_arg3);
5947
5948 wxPy_END_ALLOW_THREADS;
5949} Py_INCREF(Py_None);
5950 _resultobj = Py_None;
5951 return _resultobj;
5952}
5953
5954#define wxPyDrawnShape_SetClippingRect(_swigobj,_swigarg0) (_swigobj->SetClippingRect(_swigarg0))
5955static PyObject *_wrap_wxPyDrawnShape_SetClippingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
5956 PyObject * _resultobj;
5957 wxPyDrawnShape * _arg0;
5958 wxRect * _arg1;
5959 PyObject * _argo0 = 0;
2348eaee
RD
5960 wxRect temp;
5961 PyObject * _obj1 = 0;
e91a9dfc
RD
5962 char *_kwnames[] = { "self","rect", NULL };
5963
5964 self = self;
2348eaee 5965 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetClippingRect",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
5966 return NULL;
5967 if (_argo0) {
5968 if (_argo0 == Py_None) { _arg0 = NULL; }
5969 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
5970 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetClippingRect. Expected _wxPyDrawnShape_p.");
5971 return NULL;
5972 }
5973 }
2348eaee
RD
5974{
5975 _arg1 = &temp;
5976 if (! wxRect_helper(_obj1, &_arg1))
e91a9dfc 5977 return NULL;
2348eaee 5978}
e91a9dfc
RD
5979{
5980 wxPy_BEGIN_ALLOW_THREADS;
5981 wxPyDrawnShape_SetClippingRect(_arg0,*_arg1);
5982
5983 wxPy_END_ALLOW_THREADS;
5984} Py_INCREF(Py_None);
5985 _resultobj = Py_None;
5986 return _resultobj;
5987}
5988
5989#define wxPyDrawnShape_SetDrawnBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetDrawnBackgroundColour(_swigarg0))
5990static PyObject *_wrap_wxPyDrawnShape_SetDrawnBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5991 PyObject * _resultobj;
5992 wxPyDrawnShape * _arg0;
5993 wxColour * _arg1;
5994 PyObject * _argo0 = 0;
f6bcfd97
BP
5995 wxColour temp;
5996 PyObject * _obj1 = 0;
e91a9dfc
RD
5997 char *_kwnames[] = { "self","colour", NULL };
5998
5999 self = self;
f6bcfd97 6000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnBackgroundColour",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
6001 return NULL;
6002 if (_argo0) {
6003 if (_argo0 == Py_None) { _arg0 = NULL; }
6004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnBackgroundColour. Expected _wxPyDrawnShape_p.");
6006 return NULL;
6007 }
6008 }
f6bcfd97
BP
6009{
6010 _arg1 = &temp;
6011 if (! wxColour_helper(_obj1, &_arg1))
e91a9dfc 6012 return NULL;
f6bcfd97 6013}
e91a9dfc
RD
6014{
6015 wxPy_BEGIN_ALLOW_THREADS;
6016 wxPyDrawnShape_SetDrawnBackgroundColour(_arg0,*_arg1);
6017
6018 wxPy_END_ALLOW_THREADS;
6019} Py_INCREF(Py_None);
6020 _resultobj = Py_None;
6021 return _resultobj;
6022}
6023
6024#define wxPyDrawnShape_SetDrawnBackgroundMode(_swigobj,_swigarg0) (_swigobj->SetDrawnBackgroundMode(_swigarg0))
6025static PyObject *_wrap_wxPyDrawnShape_SetDrawnBackgroundMode(PyObject *self, PyObject *args, PyObject *kwargs) {
6026 PyObject * _resultobj;
6027 wxPyDrawnShape * _arg0;
6028 int _arg1;
6029 PyObject * _argo0 = 0;
6030 char *_kwnames[] = { "self","mode", NULL };
6031
6032 self = self;
6033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDrawnShape_SetDrawnBackgroundMode",_kwnames,&_argo0,&_arg1))
6034 return NULL;
6035 if (_argo0) {
6036 if (_argo0 == Py_None) { _arg0 = NULL; }
6037 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6038 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnBackgroundMode. Expected _wxPyDrawnShape_p.");
6039 return NULL;
6040 }
6041 }
6042{
6043 wxPy_BEGIN_ALLOW_THREADS;
6044 wxPyDrawnShape_SetDrawnBackgroundMode(_arg0,_arg1);
6045
6046 wxPy_END_ALLOW_THREADS;
6047} Py_INCREF(Py_None);
6048 _resultobj = Py_None;
6049 return _resultobj;
6050}
6051
6052#define wxPyDrawnShape_SetDrawnBrush(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetDrawnBrush(_swigarg0,_swigarg1))
6053static PyObject *_wrap_wxPyDrawnShape_SetDrawnBrush(PyObject *self, PyObject *args, PyObject *kwargs) {
6054 PyObject * _resultobj;
6055 wxPyDrawnShape * _arg0;
6056 wxBrush * _arg1;
6057 bool _arg2 = (bool ) FALSE;
6058 PyObject * _argo0 = 0;
6059 PyObject * _argo1 = 0;
6060 int tempbool2 = (int) FALSE;
6061 char *_kwnames[] = { "self","pen","isOutline", NULL };
6062
6063 self = self;
6064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnBrush",_kwnames,&_argo0,&_argo1,&tempbool2))
6065 return NULL;
6066 if (_argo0) {
6067 if (_argo0 == Py_None) { _arg0 = NULL; }
6068 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6069 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnBrush. Expected _wxPyDrawnShape_p.");
6070 return NULL;
6071 }
6072 }
6073 if (_argo1) {
6074 if (_argo1 == Py_None) { _arg1 = NULL; }
6075 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
6076 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnBrush. Expected _wxBrush_p.");
6077 return NULL;
6078 }
6079 }
6080 _arg2 = (bool ) tempbool2;
6081{
6082 wxPy_BEGIN_ALLOW_THREADS;
6083 wxPyDrawnShape_SetDrawnBrush(_arg0,_arg1,_arg2);
6084
6085 wxPy_END_ALLOW_THREADS;
6086} Py_INCREF(Py_None);
6087 _resultobj = Py_None;
6088 return _resultobj;
6089}
6090
6091#define wxPyDrawnShape_SetDrawnFont(_swigobj,_swigarg0) (_swigobj->SetDrawnFont(_swigarg0))
6092static PyObject *_wrap_wxPyDrawnShape_SetDrawnFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6093 PyObject * _resultobj;
6094 wxPyDrawnShape * _arg0;
6095 wxFont * _arg1;
6096 PyObject * _argo0 = 0;
6097 PyObject * _argo1 = 0;
6098 char *_kwnames[] = { "self","font", NULL };
6099
6100 self = self;
6101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnFont",_kwnames,&_argo0,&_argo1))
6102 return NULL;
6103 if (_argo0) {
6104 if (_argo0 == Py_None) { _arg0 = NULL; }
6105 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6106 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnFont. Expected _wxPyDrawnShape_p.");
6107 return NULL;
6108 }
6109 }
6110 if (_argo1) {
6111 if (_argo1 == Py_None) { _arg1 = NULL; }
6112 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
6113 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnFont. Expected _wxFont_p.");
6114 return NULL;
6115 }
6116 }
6117{
6118 wxPy_BEGIN_ALLOW_THREADS;
6119 wxPyDrawnShape_SetDrawnFont(_arg0,_arg1);
6120
6121 wxPy_END_ALLOW_THREADS;
6122} Py_INCREF(Py_None);
6123 _resultobj = Py_None;
6124 return _resultobj;
6125}
6126
6127#define wxPyDrawnShape_SetDrawnPen(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetDrawnPen(_swigarg0,_swigarg1))
6128static PyObject *_wrap_wxPyDrawnShape_SetDrawnPen(PyObject *self, PyObject *args, PyObject *kwargs) {
6129 PyObject * _resultobj;
6130 wxPyDrawnShape * _arg0;
6131 wxPen * _arg1;
6132 bool _arg2 = (bool ) FALSE;
6133 PyObject * _argo0 = 0;
6134 PyObject * _argo1 = 0;
6135 int tempbool2 = (int) FALSE;
6136 char *_kwnames[] = { "self","pen","isOutline", NULL };
6137
6138 self = self;
6139 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnPen",_kwnames,&_argo0,&_argo1,&tempbool2))
6140 return NULL;
6141 if (_argo0) {
6142 if (_argo0 == Py_None) { _arg0 = NULL; }
6143 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6144 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnPen. Expected _wxPyDrawnShape_p.");
6145 return NULL;
6146 }
6147 }
6148 if (_argo1) {
6149 if (_argo1 == Py_None) { _arg1 = NULL; }
6150 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
6151 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnPen. Expected _wxPen_p.");
6152 return NULL;
6153 }
6154 }
6155 _arg2 = (bool ) tempbool2;
6156{
6157 wxPy_BEGIN_ALLOW_THREADS;
6158 wxPyDrawnShape_SetDrawnPen(_arg0,_arg1,_arg2);
6159
6160 wxPy_END_ALLOW_THREADS;
6161} Py_INCREF(Py_None);
6162 _resultobj = Py_None;
6163 return _resultobj;
6164}
6165
6166#define wxPyDrawnShape_SetDrawnTextColour(_swigobj,_swigarg0) (_swigobj->SetDrawnTextColour(_swigarg0))
6167static PyObject *_wrap_wxPyDrawnShape_SetDrawnTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6168 PyObject * _resultobj;
6169 wxPyDrawnShape * _arg0;
6170 wxColour * _arg1;
6171 PyObject * _argo0 = 0;
f6bcfd97
BP
6172 wxColour temp;
6173 PyObject * _obj1 = 0;
e91a9dfc
RD
6174 char *_kwnames[] = { "self","colour", NULL };
6175
6176 self = self;
f6bcfd97 6177 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnTextColour",_kwnames,&_argo0,&_obj1))
e91a9dfc
RD
6178 return NULL;
6179 if (_argo0) {
6180 if (_argo0 == Py_None) { _arg0 = NULL; }
6181 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6182 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetDrawnTextColour. Expected _wxPyDrawnShape_p.");
6183 return NULL;
6184 }
6185 }
f6bcfd97
BP
6186{
6187 _arg1 = &temp;
6188 if (! wxColour_helper(_obj1, &_arg1))
e91a9dfc 6189 return NULL;
f6bcfd97 6190}
e91a9dfc
RD
6191{
6192 wxPy_BEGIN_ALLOW_THREADS;
6193 wxPyDrawnShape_SetDrawnTextColour(_arg0,*_arg1);
6194
6195 wxPy_END_ALLOW_THREADS;
6196} Py_INCREF(Py_None);
6197 _resultobj = Py_None;
6198 return _resultobj;
6199}
6200
6201#define wxPyDrawnShape_Scale(_swigobj,_swigarg0,_swigarg1) (_swigobj->Scale(_swigarg0,_swigarg1))
6202static PyObject *_wrap_wxPyDrawnShape_Scale(PyObject *self, PyObject *args, PyObject *kwargs) {
6203 PyObject * _resultobj;
6204 wxPyDrawnShape * _arg0;
6205 double _arg1;
6206 double _arg2;
6207 PyObject * _argo0 = 0;
6208 char *_kwnames[] = { "self","sx","sy", NULL };
6209
6210 self = self;
6211 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_Scale",_kwnames,&_argo0,&_arg1,&_arg2))
6212 return NULL;
6213 if (_argo0) {
6214 if (_argo0 == Py_None) { _arg0 = NULL; }
6215 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6216 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_Scale. Expected _wxPyDrawnShape_p.");
6217 return NULL;
6218 }
6219 }
6220{
6221 wxPy_BEGIN_ALLOW_THREADS;
6222 wxPyDrawnShape_Scale(_arg0,_arg1,_arg2);
6223
6224 wxPy_END_ALLOW_THREADS;
6225} Py_INCREF(Py_None);
6226 _resultobj = Py_None;
6227 return _resultobj;
6228}
6229
6230#define wxPyDrawnShape_SetSaveToFile(_swigobj,_swigarg0) (_swigobj->SetSaveToFile(_swigarg0))
6231static PyObject *_wrap_wxPyDrawnShape_SetSaveToFile(PyObject *self, PyObject *args, PyObject *kwargs) {
6232 PyObject * _resultobj;
6233 wxPyDrawnShape * _arg0;
6234 bool _arg1;
6235 PyObject * _argo0 = 0;
6236 int tempbool1;
6237 char *_kwnames[] = { "self","save", NULL };
6238
6239 self = self;
6240 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDrawnShape_SetSaveToFile",_kwnames,&_argo0,&tempbool1))
6241 return NULL;
6242 if (_argo0) {
6243 if (_argo0 == Py_None) { _arg0 = NULL; }
6244 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6245 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_SetSaveToFile. Expected _wxPyDrawnShape_p.");
6246 return NULL;
6247 }
6248 }
6249 _arg1 = (bool ) tempbool1;
6250{
6251 wxPy_BEGIN_ALLOW_THREADS;
6252 wxPyDrawnShape_SetSaveToFile(_arg0,_arg1);
6253
6254 wxPy_END_ALLOW_THREADS;
6255} Py_INCREF(Py_None);
6256 _resultobj = Py_None;
6257 return _resultobj;
6258}
6259
6260#define wxPyDrawnShape_Translate(_swigobj,_swigarg0,_swigarg1) (_swigobj->Translate(_swigarg0,_swigarg1))
6261static PyObject *_wrap_wxPyDrawnShape_Translate(PyObject *self, PyObject *args, PyObject *kwargs) {
6262 PyObject * _resultobj;
6263 wxPyDrawnShape * _arg0;
6264 double _arg1;
6265 double _arg2;
6266 PyObject * _argo0 = 0;
6267 char *_kwnames[] = { "self","x","y", NULL };
6268
6269 self = self;
6270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_Translate",_kwnames,&_argo0,&_arg1,&_arg2))
6271 return NULL;
6272 if (_argo0) {
6273 if (_argo0 == Py_None) { _arg0 = NULL; }
6274 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6275 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_Translate. Expected _wxPyDrawnShape_p.");
6276 return NULL;
6277 }
6278 }
6279{
6280 wxPy_BEGIN_ALLOW_THREADS;
6281 wxPyDrawnShape_Translate(_arg0,_arg1,_arg2);
6282
6283 wxPy_END_ALLOW_THREADS;
6284} Py_INCREF(Py_None);
6285 _resultobj = Py_None;
6286 return _resultobj;
6287}
6288
6289#define wxPyDrawnShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
6290static PyObject *_wrap_wxPyDrawnShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
6291 PyObject * _resultobj;
6292 wxPyDrawnShape * _arg0;
6293 PyObject * _argo0 = 0;
6294 char *_kwnames[] = { "self", NULL };
6295
6296 self = self;
6297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_base_OnDelete",_kwnames,&_argo0))
6298 return NULL;
6299 if (_argo0) {
6300 if (_argo0 == Py_None) { _arg0 = NULL; }
6301 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6302 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDelete. Expected _wxPyDrawnShape_p.");
6303 return NULL;
6304 }
6305 }
6306{
6307 wxPy_BEGIN_ALLOW_THREADS;
6308 wxPyDrawnShape_base_OnDelete(_arg0);
6309
6310 wxPy_END_ALLOW_THREADS;
6311} Py_INCREF(Py_None);
6312 _resultobj = Py_None;
6313 return _resultobj;
6314}
6315
6316#define wxPyDrawnShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
6317static PyObject *_wrap_wxPyDrawnShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
6318 PyObject * _resultobj;
6319 wxPyDrawnShape * _arg0;
6320 wxDC * _arg1;
6321 PyObject * _argo0 = 0;
6322 PyObject * _argo1 = 0;
6323 char *_kwnames[] = { "self","dc", NULL };
6324
6325 self = self;
6326 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
6327 return NULL;
6328 if (_argo0) {
6329 if (_argo0 == Py_None) { _arg0 = NULL; }
6330 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6331 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDraw. Expected _wxPyDrawnShape_p.");
6332 return NULL;
6333 }
6334 }
6335 if (_argo1) {
6336 if (_argo1 == Py_None) { _arg1 = NULL; }
6337 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6338 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDraw. Expected _wxDC_p.");
6339 return NULL;
6340 }
6341 }
6342{
6343 wxPy_BEGIN_ALLOW_THREADS;
6344 wxPyDrawnShape_base_OnDraw(_arg0,*_arg1);
6345
6346 wxPy_END_ALLOW_THREADS;
6347} Py_INCREF(Py_None);
6348 _resultobj = Py_None;
6349 return _resultobj;
6350}
6351
6352#define wxPyDrawnShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
6353static PyObject *_wrap_wxPyDrawnShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
6354 PyObject * _resultobj;
6355 wxPyDrawnShape * _arg0;
6356 wxDC * _arg1;
6357 PyObject * _argo0 = 0;
6358 PyObject * _argo1 = 0;
6359 char *_kwnames[] = { "self","dc", NULL };
6360
6361 self = self;
6362 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
6363 return NULL;
6364 if (_argo0) {
6365 if (_argo0 == Py_None) { _arg0 = NULL; }
6366 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6367 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawContents. Expected _wxPyDrawnShape_p.");
6368 return NULL;
6369 }
6370 }
6371 if (_argo1) {
6372 if (_argo1 == Py_None) { _arg1 = NULL; }
6373 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6374 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawContents. Expected _wxDC_p.");
6375 return NULL;
6376 }
6377 }
6378{
6379 wxPy_BEGIN_ALLOW_THREADS;
6380 wxPyDrawnShape_base_OnDrawContents(_arg0,*_arg1);
6381
6382 wxPy_END_ALLOW_THREADS;
6383} Py_INCREF(Py_None);
6384 _resultobj = Py_None;
6385 return _resultobj;
6386}
6387
6388#define wxPyDrawnShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
6389static PyObject *_wrap_wxPyDrawnShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
6390 PyObject * _resultobj;
6391 wxPyDrawnShape * _arg0;
6392 wxDC * _arg1;
6393 bool _arg2 = (bool ) FALSE;
6394 PyObject * _argo0 = 0;
6395 PyObject * _argo1 = 0;
6396 int tempbool2 = (int) FALSE;
6397 char *_kwnames[] = { "self","dc","erase", NULL };
6398
6399 self = self;
6400 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
6401 return NULL;
6402 if (_argo0) {
6403 if (_argo0 == Py_None) { _arg0 = NULL; }
6404 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6405 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawBranches. Expected _wxPyDrawnShape_p.");
6406 return NULL;
6407 }
6408 }
6409 if (_argo1) {
6410 if (_argo1 == Py_None) { _arg1 = NULL; }
6411 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6412 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawBranches. Expected _wxDC_p.");
6413 return NULL;
6414 }
6415 }
6416 _arg2 = (bool ) tempbool2;
6417{
6418 wxPy_BEGIN_ALLOW_THREADS;
6419 wxPyDrawnShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
6420
6421 wxPy_END_ALLOW_THREADS;
6422} Py_INCREF(Py_None);
6423 _resultobj = Py_None;
6424 return _resultobj;
6425}
6426
6427#define wxPyDrawnShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
6428static PyObject *_wrap_wxPyDrawnShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
6429 PyObject * _resultobj;
6430 wxPyDrawnShape * _arg0;
6431 wxDC * _arg1;
6432 PyObject * _argo0 = 0;
6433 PyObject * _argo1 = 0;
6434 char *_kwnames[] = { "self","dc", NULL };
6435
6436 self = self;
6437 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
6438 return NULL;
6439 if (_argo0) {
6440 if (_argo0 == Py_None) { _arg0 = NULL; }
6441 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6442 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMoveLinks. Expected _wxPyDrawnShape_p.");
6443 return NULL;
6444 }
6445 }
6446 if (_argo1) {
6447 if (_argo1 == Py_None) { _arg1 = NULL; }
6448 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6449 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMoveLinks. Expected _wxDC_p.");
6450 return NULL;
6451 }
6452 }
6453{
6454 wxPy_BEGIN_ALLOW_THREADS;
6455 wxPyDrawnShape_base_OnMoveLinks(_arg0,*_arg1);
6456
6457 wxPy_END_ALLOW_THREADS;
6458} Py_INCREF(Py_None);
6459 _resultobj = Py_None;
6460 return _resultobj;
6461}
6462
6463#define wxPyDrawnShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
6464static PyObject *_wrap_wxPyDrawnShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
6465 PyObject * _resultobj;
6466 wxPyDrawnShape * _arg0;
6467 wxDC * _arg1;
6468 PyObject * _argo0 = 0;
6469 PyObject * _argo1 = 0;
6470 char *_kwnames[] = { "self","dc", NULL };
6471
6472 self = self;
6473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnErase",_kwnames,&_argo0,&_argo1))
6474 return NULL;
6475 if (_argo0) {
6476 if (_argo0 == Py_None) { _arg0 = NULL; }
6477 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6478 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnErase. Expected _wxPyDrawnShape_p.");
6479 return NULL;
6480 }
6481 }
6482 if (_argo1) {
6483 if (_argo1 == Py_None) { _arg1 = NULL; }
6484 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6485 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnErase. Expected _wxDC_p.");
6486 return NULL;
6487 }
6488 }
6489{
6490 wxPy_BEGIN_ALLOW_THREADS;
6491 wxPyDrawnShape_base_OnErase(_arg0,*_arg1);
6492
6493 wxPy_END_ALLOW_THREADS;
6494} Py_INCREF(Py_None);
6495 _resultobj = Py_None;
6496 return _resultobj;
6497}
6498
6499#define wxPyDrawnShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
6500static PyObject *_wrap_wxPyDrawnShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
6501 PyObject * _resultobj;
6502 wxPyDrawnShape * _arg0;
6503 wxDC * _arg1;
6504 PyObject * _argo0 = 0;
6505 PyObject * _argo1 = 0;
6506 char *_kwnames[] = { "self","dc", NULL };
6507
6508 self = self;
6509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
6510 return NULL;
6511 if (_argo0) {
6512 if (_argo0 == Py_None) { _arg0 = NULL; }
6513 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6514 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEraseContents. Expected _wxPyDrawnShape_p.");
6515 return NULL;
6516 }
6517 }
6518 if (_argo1) {
6519 if (_argo1 == Py_None) { _arg1 = NULL; }
6520 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6521 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnEraseContents. Expected _wxDC_p.");
6522 return NULL;
6523 }
6524 }
6525{
6526 wxPy_BEGIN_ALLOW_THREADS;
6527 wxPyDrawnShape_base_OnEraseContents(_arg0,*_arg1);
6528
6529 wxPy_END_ALLOW_THREADS;
6530} Py_INCREF(Py_None);
6531 _resultobj = Py_None;
6532 return _resultobj;
6533}
6534
6535#define wxPyDrawnShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
6536static PyObject *_wrap_wxPyDrawnShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
6537 PyObject * _resultobj;
6538 wxPyDrawnShape * _arg0;
6539 wxDC * _arg1;
6540 PyObject * _argo0 = 0;
6541 PyObject * _argo1 = 0;
6542 char *_kwnames[] = { "self","dc", NULL };
6543
6544 self = self;
6545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
6546 return NULL;
6547 if (_argo0) {
6548 if (_argo0 == Py_None) { _arg0 = NULL; }
6549 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6550 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnHighlight. Expected _wxPyDrawnShape_p.");
6551 return NULL;
6552 }
6553 }
6554 if (_argo1) {
6555 if (_argo1 == Py_None) { _arg1 = NULL; }
6556 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6557 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnHighlight. Expected _wxDC_p.");
6558 return NULL;
6559 }
6560 }
6561{
6562 wxPy_BEGIN_ALLOW_THREADS;
6563 wxPyDrawnShape_base_OnHighlight(_arg0,*_arg1);
6564
6565 wxPy_END_ALLOW_THREADS;
6566} Py_INCREF(Py_None);
6567 _resultobj = Py_None;
6568 return _resultobj;
6569}
6570
6571#define wxPyDrawnShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6572static PyObject *_wrap_wxPyDrawnShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
6573 PyObject * _resultobj;
6574 wxPyDrawnShape * _arg0;
6575 double _arg1;
6576 double _arg2;
6577 int _arg3 = (int ) 0;
6578 int _arg4 = (int ) 0;
6579 PyObject * _argo0 = 0;
6580 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6581
6582 self = self;
6583 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6584 return NULL;
6585 if (_argo0) {
6586 if (_argo0 == Py_None) { _arg0 = NULL; }
6587 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6588 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnLeftClick. Expected _wxPyDrawnShape_p.");
6589 return NULL;
6590 }
6591 }
6592{
6593 wxPy_BEGIN_ALLOW_THREADS;
6594 wxPyDrawnShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
6595
6596 wxPy_END_ALLOW_THREADS;
6597} Py_INCREF(Py_None);
6598 _resultobj = Py_None;
6599 return _resultobj;
6600}
6601
6602#define wxPyDrawnShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6603static PyObject *_wrap_wxPyDrawnShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
6604 PyObject * _resultobj;
6605 wxPyDrawnShape * _arg0;
6606 double _arg1;
6607 double _arg2;
6608 int _arg3 = (int ) 0;
6609 int _arg4 = (int ) 0;
6610 PyObject * _argo0 = 0;
6611 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6612
6613 self = self;
6614 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6615 return NULL;
6616 if (_argo0) {
6617 if (_argo0 == Py_None) { _arg0 = NULL; }
6618 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6619 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnLeftDoubleClick. Expected _wxPyDrawnShape_p.");
6620 return NULL;
6621 }
6622 }
6623{
6624 wxPy_BEGIN_ALLOW_THREADS;
6625 wxPyDrawnShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
6626
6627 wxPy_END_ALLOW_THREADS;
6628} Py_INCREF(Py_None);
6629 _resultobj = Py_None;
6630 return _resultobj;
6631}
6632
6633#define wxPyDrawnShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6634static PyObject *_wrap_wxPyDrawnShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
6635 PyObject * _resultobj;
6636 wxPyDrawnShape * _arg0;
6637 double _arg1;
6638 double _arg2;
6639 int _arg3 = (int ) 0;
6640 int _arg4 = (int ) 0;
6641 PyObject * _argo0 = 0;
6642 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6643
6644 self = self;
6645 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6646 return NULL;
6647 if (_argo0) {
6648 if (_argo0 == Py_None) { _arg0 = NULL; }
6649 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6650 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnRightClick. Expected _wxPyDrawnShape_p.");
6651 return NULL;
6652 }
6653 }
6654{
6655 wxPy_BEGIN_ALLOW_THREADS;
6656 wxPyDrawnShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
6657
6658 wxPy_END_ALLOW_THREADS;
6659} Py_INCREF(Py_None);
6660 _resultobj = Py_None;
6661 return _resultobj;
6662}
6663
6664#define wxPyDrawnShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
6665static PyObject *_wrap_wxPyDrawnShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
6666 PyObject * _resultobj;
6667 wxPyDrawnShape * _arg0;
6668 double _arg1;
6669 double _arg2;
6670 PyObject * _argo0 = 0;
6671 char *_kwnames[] = { "self","x","y", NULL };
6672
6673 self = self;
6674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
6675 return NULL;
6676 if (_argo0) {
6677 if (_argo0 == Py_None) { _arg0 = NULL; }
6678 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6679 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSize. Expected _wxPyDrawnShape_p.");
6680 return NULL;
6681 }
6682 }
6683{
6684 wxPy_BEGIN_ALLOW_THREADS;
6685 wxPyDrawnShape_base_OnSize(_arg0,_arg1,_arg2);
6686
6687 wxPy_END_ALLOW_THREADS;
6688} Py_INCREF(Py_None);
6689 _resultobj = Py_None;
6690 return _resultobj;
6691}
6692
6693#define wxPyDrawnShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
6694static PyObject *_wrap_wxPyDrawnShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
6695 PyObject * _resultobj;
6696 bool _result;
6697 wxPyDrawnShape * _arg0;
6698 wxDC * _arg1;
6699 double _arg2;
6700 double _arg3;
6701 double _arg4;
6702 double _arg5;
6703 bool _arg6 = (bool ) TRUE;
6704 PyObject * _argo0 = 0;
6705 PyObject * _argo1 = 0;
6706 int tempbool6 = (int) TRUE;
6707 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
6708
6709 self = self;
6710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDrawnShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
6711 return NULL;
6712 if (_argo0) {
6713 if (_argo0 == Py_None) { _arg0 = NULL; }
6714 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6715 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMovePre. Expected _wxPyDrawnShape_p.");
6716 return NULL;
6717 }
6718 }
6719 if (_argo1) {
6720 if (_argo1 == Py_None) { _arg1 = NULL; }
6721 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6722 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMovePre. Expected _wxDC_p.");
6723 return NULL;
6724 }
6725 }
6726 _arg6 = (bool ) tempbool6;
6727{
6728 wxPy_BEGIN_ALLOW_THREADS;
6729 _result = (bool )wxPyDrawnShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
6730
6731 wxPy_END_ALLOW_THREADS;
6732} _resultobj = Py_BuildValue("i",_result);
6733 return _resultobj;
6734}
6735
6736#define wxPyDrawnShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
6737static PyObject *_wrap_wxPyDrawnShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
6738 PyObject * _resultobj;
6739 wxPyDrawnShape * _arg0;
6740 wxDC * _arg1;
6741 double _arg2;
6742 double _arg3;
6743 double _arg4;
6744 double _arg5;
6745 bool _arg6 = (bool ) TRUE;
6746 PyObject * _argo0 = 0;
6747 PyObject * _argo1 = 0;
6748 int tempbool6 = (int) TRUE;
6749 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
6750
6751 self = self;
6752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDrawnShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
6753 return NULL;
6754 if (_argo0) {
6755 if (_argo0 == Py_None) { _arg0 = NULL; }
6756 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6757 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMovePost. Expected _wxPyDrawnShape_p.");
6758 return NULL;
6759 }
6760 }
6761 if (_argo1) {
6762 if (_argo1 == Py_None) { _arg1 = NULL; }
6763 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6764 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMovePost. Expected _wxDC_p.");
6765 return NULL;
6766 }
6767 }
6768 _arg6 = (bool ) tempbool6;
6769{
6770 wxPy_BEGIN_ALLOW_THREADS;
6771 wxPyDrawnShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
6772
6773 wxPy_END_ALLOW_THREADS;
6774} Py_INCREF(Py_None);
6775 _resultobj = Py_None;
6776 return _resultobj;
6777}
6778
6779#define wxPyDrawnShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
6780static PyObject *_wrap_wxPyDrawnShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
6781 PyObject * _resultobj;
6782 wxPyDrawnShape * _arg0;
6783 bool _arg1;
6784 double _arg2;
6785 double _arg3;
6786 int _arg4 = (int ) 0;
6787 int _arg5 = (int ) 0;
6788 PyObject * _argo0 = 0;
6789 int tempbool1;
6790 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
6791
6792 self = self;
6793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDrawnShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
6794 return NULL;
6795 if (_argo0) {
6796 if (_argo0 == Py_None) { _arg0 = NULL; }
6797 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6798 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDragLeft. Expected _wxPyDrawnShape_p.");
6799 return NULL;
6800 }
6801 }
6802 _arg1 = (bool ) tempbool1;
6803{
6804 wxPy_BEGIN_ALLOW_THREADS;
6805 wxPyDrawnShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
6806
6807 wxPy_END_ALLOW_THREADS;
6808} Py_INCREF(Py_None);
6809 _resultobj = Py_None;
6810 return _resultobj;
6811}
6812
6813#define wxPyDrawnShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6814static PyObject *_wrap_wxPyDrawnShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
6815 PyObject * _resultobj;
6816 wxPyDrawnShape * _arg0;
6817 double _arg1;
6818 double _arg2;
6819 int _arg3 = (int ) 0;
6820 int _arg4 = (int ) 0;
6821 PyObject * _argo0 = 0;
6822 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6823
6824 self = self;
6825 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6826 return NULL;
6827 if (_argo0) {
6828 if (_argo0 == Py_None) { _arg0 = NULL; }
6829 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6830 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnBeginDragLeft. Expected _wxPyDrawnShape_p.");
6831 return NULL;
6832 }
6833 }
6834{
6835 wxPy_BEGIN_ALLOW_THREADS;
6836 wxPyDrawnShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
6837
6838 wxPy_END_ALLOW_THREADS;
6839} Py_INCREF(Py_None);
6840 _resultobj = Py_None;
6841 return _resultobj;
6842}
6843
6844#define wxPyDrawnShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6845static PyObject *_wrap_wxPyDrawnShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
6846 PyObject * _resultobj;
6847 wxPyDrawnShape * _arg0;
6848 double _arg1;
6849 double _arg2;
6850 int _arg3 = (int ) 0;
6851 int _arg4 = (int ) 0;
6852 PyObject * _argo0 = 0;
6853 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6854
6855 self = self;
6856 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6857 return NULL;
6858 if (_argo0) {
6859 if (_argo0 == Py_None) { _arg0 = NULL; }
6860 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6861 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEndDragLeft. Expected _wxPyDrawnShape_p.");
6862 return NULL;
6863 }
6864 }
6865{
6866 wxPy_BEGIN_ALLOW_THREADS;
6867 wxPyDrawnShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
6868
6869 wxPy_END_ALLOW_THREADS;
6870} Py_INCREF(Py_None);
6871 _resultobj = Py_None;
6872 return _resultobj;
6873}
6874
6875#define wxPyDrawnShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
6876static PyObject *_wrap_wxPyDrawnShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
6877 PyObject * _resultobj;
6878 wxPyDrawnShape * _arg0;
6879 bool _arg1;
6880 double _arg2;
6881 double _arg3;
6882 int _arg4 = (int ) 0;
6883 int _arg5 = (int ) 0;
6884 PyObject * _argo0 = 0;
6885 int tempbool1;
6886 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
6887
6888 self = self;
6889 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDrawnShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
6890 return NULL;
6891 if (_argo0) {
6892 if (_argo0 == Py_None) { _arg0 = NULL; }
6893 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6894 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDragRight. Expected _wxPyDrawnShape_p.");
6895 return NULL;
6896 }
6897 }
6898 _arg1 = (bool ) tempbool1;
6899{
6900 wxPy_BEGIN_ALLOW_THREADS;
6901 wxPyDrawnShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
6902
6903 wxPy_END_ALLOW_THREADS;
6904} Py_INCREF(Py_None);
6905 _resultobj = Py_None;
6906 return _resultobj;
6907}
6908
6909#define wxPyDrawnShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6910static PyObject *_wrap_wxPyDrawnShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
6911 PyObject * _resultobj;
6912 wxPyDrawnShape * _arg0;
6913 double _arg1;
6914 double _arg2;
6915 int _arg3 = (int ) 0;
6916 int _arg4 = (int ) 0;
6917 PyObject * _argo0 = 0;
6918 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6919
6920 self = self;
6921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6922 return NULL;
6923 if (_argo0) {
6924 if (_argo0 == Py_None) { _arg0 = NULL; }
6925 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6926 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnBeginDragRight. Expected _wxPyDrawnShape_p.");
6927 return NULL;
6928 }
6929 }
6930{
6931 wxPy_BEGIN_ALLOW_THREADS;
6932 wxPyDrawnShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
6933
6934 wxPy_END_ALLOW_THREADS;
6935} Py_INCREF(Py_None);
6936 _resultobj = Py_None;
6937 return _resultobj;
6938}
6939
6940#define wxPyDrawnShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6941static PyObject *_wrap_wxPyDrawnShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
6942 PyObject * _resultobj;
6943 wxPyDrawnShape * _arg0;
6944 double _arg1;
6945 double _arg2;
6946 int _arg3 = (int ) 0;
6947 int _arg4 = (int ) 0;
6948 PyObject * _argo0 = 0;
6949 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
6950
6951 self = self;
6952 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDrawnShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
6953 return NULL;
6954 if (_argo0) {
6955 if (_argo0 == Py_None) { _arg0 = NULL; }
6956 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6957 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEndDragRight. Expected _wxPyDrawnShape_p.");
6958 return NULL;
6959 }
6960 }
6961{
6962 wxPy_BEGIN_ALLOW_THREADS;
6963 wxPyDrawnShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
6964
6965 wxPy_END_ALLOW_THREADS;
6966} Py_INCREF(Py_None);
6967 _resultobj = Py_None;
6968 return _resultobj;
6969}
6970
6971#define wxPyDrawnShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
6972static PyObject *_wrap_wxPyDrawnShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
6973 PyObject * _resultobj;
6974 wxPyDrawnShape * _arg0;
6975 wxDC * _arg1;
6976 double _arg2;
6977 double _arg3;
6978 double _arg4;
6979 double _arg5;
6980 PyObject * _argo0 = 0;
6981 PyObject * _argo1 = 0;
6982 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
6983
6984 self = self;
6985 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyDrawnShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
6986 return NULL;
6987 if (_argo0) {
6988 if (_argo0 == Py_None) { _arg0 = NULL; }
6989 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
6990 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawOutline. Expected _wxPyDrawnShape_p.");
6991 return NULL;
6992 }
6993 }
6994 if (_argo1) {
6995 if (_argo1 == Py_None) { _arg1 = NULL; }
6996 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
6997 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawOutline. Expected _wxDC_p.");
6998 return NULL;
6999 }
7000 }
7001{
7002 wxPy_BEGIN_ALLOW_THREADS;
7003 wxPyDrawnShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
7004
7005 wxPy_END_ALLOW_THREADS;
7006} Py_INCREF(Py_None);
7007 _resultobj = Py_None;
7008 return _resultobj;
7009}
7010
7011#define wxPyDrawnShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
7012static PyObject *_wrap_wxPyDrawnShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
7013 PyObject * _resultobj;
7014 wxPyDrawnShape * _arg0;
7015 wxDC * _arg1;
7016 PyObject * _argo0 = 0;
7017 PyObject * _argo1 = 0;
7018 char *_kwnames[] = { "self","dc", NULL };
7019
7020 self = self;
7021 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
7022 return NULL;
7023 if (_argo0) {
7024 if (_argo0 == Py_None) { _arg0 = NULL; }
7025 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7026 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnDrawControlPoints. Expected _wxPyDrawnShape_p.");
7027 return NULL;
7028 }
7029 }
7030 if (_argo1) {
7031 if (_argo1 == Py_None) { _arg1 = NULL; }
7032 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
7033 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnDrawControlPoints. Expected _wxDC_p.");
7034 return NULL;
7035 }
7036 }
7037{
7038 wxPy_BEGIN_ALLOW_THREADS;
7039 wxPyDrawnShape_base_OnDrawControlPoints(_arg0,*_arg1);
7040
7041 wxPy_END_ALLOW_THREADS;
7042} Py_INCREF(Py_None);
7043 _resultobj = Py_None;
7044 return _resultobj;
7045}
7046
7047#define wxPyDrawnShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
7048static PyObject *_wrap_wxPyDrawnShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
7049 PyObject * _resultobj;
7050 wxPyDrawnShape * _arg0;
7051 wxDC * _arg1;
7052 PyObject * _argo0 = 0;
7053 PyObject * _argo1 = 0;
7054 char *_kwnames[] = { "self","dc", NULL };
7055
7056 self = self;
7057 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
7058 return NULL;
7059 if (_argo0) {
7060 if (_argo0 == Py_None) { _arg0 = NULL; }
7061 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7062 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEraseControlPoints. Expected _wxPyDrawnShape_p.");
7063 return NULL;
7064 }
7065 }
7066 if (_argo1) {
7067 if (_argo1 == Py_None) { _arg1 = NULL; }
7068 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
7069 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnEraseControlPoints. Expected _wxDC_p.");
7070 return NULL;
7071 }
7072 }
7073{
7074 wxPy_BEGIN_ALLOW_THREADS;
7075 wxPyDrawnShape_base_OnEraseControlPoints(_arg0,*_arg1);
7076
7077 wxPy_END_ALLOW_THREADS;
7078} Py_INCREF(Py_None);
7079 _resultobj = Py_None;
7080 return _resultobj;
7081}
7082
7083#define wxPyDrawnShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
7084static PyObject *_wrap_wxPyDrawnShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
7085 PyObject * _resultobj;
7086 wxPyDrawnShape * _arg0;
7087 wxDC * _arg1;
7088 bool _arg2 = (bool ) TRUE;
7089 PyObject * _argo0 = 0;
7090 PyObject * _argo1 = 0;
7091 int tempbool2 = (int) TRUE;
7092 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
7093
7094 self = self;
7095 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
7096 return NULL;
7097 if (_argo0) {
7098 if (_argo0 == Py_None) { _arg0 = NULL; }
7099 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7100 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnMoveLink. Expected _wxPyDrawnShape_p.");
7101 return NULL;
7102 }
7103 }
7104 if (_argo1) {
7105 if (_argo1 == Py_None) { _arg1 = NULL; }
7106 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
7107 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnMoveLink. Expected _wxDC_p.");
7108 return NULL;
7109 }
7110 }
7111 _arg2 = (bool ) tempbool2;
7112{
7113 wxPy_BEGIN_ALLOW_THREADS;
7114 wxPyDrawnShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
7115
7116 wxPy_END_ALLOW_THREADS;
7117} Py_INCREF(Py_None);
7118 _resultobj = Py_None;
7119 return _resultobj;
7120}
7121
7122#define wxPyDrawnShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
7123static PyObject *_wrap_wxPyDrawnShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
7124 PyObject * _resultobj;
7125 wxPyDrawnShape * _arg0;
2348eaee 7126 wxPyControlPoint * _arg1;
e91a9dfc
RD
7127 bool _arg2;
7128 double _arg3;
7129 double _arg4;
7130 int _arg5 = (int ) 0;
7131 int _arg6 = (int ) 0;
7132 PyObject * _argo0 = 0;
7133 PyObject * _argo1 = 0;
7134 int tempbool2;
7135 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
7136
7137 self = self;
7138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyDrawnShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
7139 return NULL;
7140 if (_argo0) {
7141 if (_argo0 == Py_None) { _arg0 = NULL; }
7142 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7143 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSizingDragLeft. Expected _wxPyDrawnShape_p.");
7144 return NULL;
7145 }
7146 }
7147 if (_argo1) {
7148 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
7149 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
7150 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
7151 return NULL;
7152 }
7153 }
7154 _arg2 = (bool ) tempbool2;
7155{
7156 wxPy_BEGIN_ALLOW_THREADS;
7157 wxPyDrawnShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
7158
7159 wxPy_END_ALLOW_THREADS;
7160} Py_INCREF(Py_None);
7161 _resultobj = Py_None;
7162 return _resultobj;
7163}
7164
7165#define wxPyDrawnShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
7166static PyObject *_wrap_wxPyDrawnShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
7167 PyObject * _resultobj;
7168 wxPyDrawnShape * _arg0;
2348eaee 7169 wxPyControlPoint * _arg1;
e91a9dfc
RD
7170 double _arg2;
7171 double _arg3;
7172 int _arg4 = (int ) 0;
7173 int _arg5 = (int ) 0;
7174 PyObject * _argo0 = 0;
7175 PyObject * _argo1 = 0;
7176 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
7177
7178 self = self;
7179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDrawnShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
7180 return NULL;
7181 if (_argo0) {
7182 if (_argo0 == Py_None) { _arg0 = NULL; }
7183 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7184 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSizingBeginDragLeft. Expected _wxPyDrawnShape_p.");
7185 return NULL;
7186 }
7187 }
7188 if (_argo1) {
7189 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
7190 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
7191 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
7192 return NULL;
7193 }
7194 }
7195{
7196 wxPy_BEGIN_ALLOW_THREADS;
7197 wxPyDrawnShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
7198
7199 wxPy_END_ALLOW_THREADS;
7200} Py_INCREF(Py_None);
7201 _resultobj = Py_None;
7202 return _resultobj;
7203}
7204
7205#define wxPyDrawnShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
7206static PyObject *_wrap_wxPyDrawnShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
7207 PyObject * _resultobj;
7208 wxPyDrawnShape * _arg0;
2348eaee 7209 wxPyControlPoint * _arg1;
e91a9dfc
RD
7210 double _arg2;
7211 double _arg3;
7212 int _arg4 = (int ) 0;
7213 int _arg5 = (int ) 0;
7214 PyObject * _argo0 = 0;
7215 PyObject * _argo1 = 0;
7216 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
7217
7218 self = self;
7219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDrawnShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
7220 return NULL;
7221 if (_argo0) {
7222 if (_argo0 == Py_None) { _arg0 = NULL; }
7223 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7224 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnSizingEndDragLeft. Expected _wxPyDrawnShape_p.");
7225 return NULL;
7226 }
7227 }
7228 if (_argo1) {
7229 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
7230 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
7231 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
7232 return NULL;
7233 }
7234 }
7235{
7236 wxPy_BEGIN_ALLOW_THREADS;
7237 wxPyDrawnShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
7238
7239 wxPy_END_ALLOW_THREADS;
7240} Py_INCREF(Py_None);
7241 _resultobj = Py_None;
7242 return _resultobj;
7243}
7244
7245#define wxPyDrawnShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
7246static PyObject *_wrap_wxPyDrawnShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
7247 PyObject * _resultobj;
7248 wxPyDrawnShape * _arg0;
7249 double _arg1;
7250 double _arg2;
7251 PyObject * _argo0 = 0;
7252 char *_kwnames[] = { "self","w","h", NULL };
7253
7254 self = self;
7255 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
7256 return NULL;
7257 if (_argo0) {
7258 if (_argo0 == Py_None) { _arg0 = NULL; }
7259 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7260 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnBeginSize. Expected _wxPyDrawnShape_p.");
7261 return NULL;
7262 }
7263 }
7264{
7265 wxPy_BEGIN_ALLOW_THREADS;
7266 wxPyDrawnShape_base_OnBeginSize(_arg0,_arg1,_arg2);
7267
7268 wxPy_END_ALLOW_THREADS;
7269} Py_INCREF(Py_None);
7270 _resultobj = Py_None;
7271 return _resultobj;
7272}
7273
7274#define wxPyDrawnShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
7275static PyObject *_wrap_wxPyDrawnShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
7276 PyObject * _resultobj;
7277 wxPyDrawnShape * _arg0;
7278 double _arg1;
7279 double _arg2;
7280 PyObject * _argo0 = 0;
7281 char *_kwnames[] = { "self","w","h", NULL };
7282
7283 self = self;
7284 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDrawnShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
7285 return NULL;
7286 if (_argo0) {
7287 if (_argo0 == Py_None) { _arg0 = NULL; }
7288 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
7289 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape_base_OnEndSize. Expected _wxPyDrawnShape_p.");
7290 return NULL;
7291 }
7292 }
7293{
7294 wxPy_BEGIN_ALLOW_THREADS;
7295 wxPyDrawnShape_base_OnEndSize(_arg0,_arg1,_arg2);
7296
7297 wxPy_END_ALLOW_THREADS;
7298} Py_INCREF(Py_None);
7299 _resultobj = Py_None;
7300 return _resultobj;
7301}
7302
7303static wxOGLConstraint *new_wxOGLConstraint(int type,wxPyShape *constraining,PyObject *constrained) {
99ab9f3b 7304 wxList* list = wxPy_wxListHelper(constrained, "_wxPyShape_p");
e91a9dfc
RD
7305 wxOGLConstraint* rv = new wxOGLConstraint(type, constraining, *list);
7306 delete list;
7307 return rv;
7308 }
7309
7310static PyObject *_wrap_new_wxOGLConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7311 PyObject * _resultobj;
7312 wxOGLConstraint * _result;
7313 int _arg0;
7314 wxPyShape * _arg1;
7315 PyObject * _arg2;
7316 PyObject * _argo1 = 0;
7317 PyObject * _obj2 = 0;
7318 char *_kwnames[] = { "type","constraining","constrained", NULL };
7319 char _ptemp[128];
7320
7321 self = self;
7322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"iOO:new_wxOGLConstraint",_kwnames,&_arg0,&_argo1,&_obj2))
7323 return NULL;
7324 if (_argo1) {
7325 if (_argo1 == Py_None) { _arg1 = NULL; }
7326 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
7327 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxOGLConstraint. Expected _wxPyShape_p.");
7328 return NULL;
7329 }
7330 }
7331{
7332 _arg2 = _obj2;
7333}
7334{
7335 wxPy_BEGIN_ALLOW_THREADS;
7336 _result = (wxOGLConstraint *)new_wxOGLConstraint(_arg0,_arg1,_arg2);
7337
7338 wxPy_END_ALLOW_THREADS;
7339} if (_result) {
7340 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7341 _resultobj = Py_BuildValue("s",_ptemp);
7342 } else {
7343 Py_INCREF(Py_None);
7344 _resultobj = Py_None;
7345 }
7346 return _resultobj;
7347}
7348
e91a9dfc
RD
7349#define wxOGLConstraint_Evaluate(_swigobj) (_swigobj->Evaluate())
7350static PyObject *_wrap_wxOGLConstraint_Evaluate(PyObject *self, PyObject *args, PyObject *kwargs) {
7351 PyObject * _resultobj;
7352 bool _result;
7353 wxOGLConstraint * _arg0;
7354 PyObject * _argo0 = 0;
7355 char *_kwnames[] = { "self", NULL };
7356
7357 self = self;
7358 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxOGLConstraint_Evaluate",_kwnames,&_argo0))
7359 return NULL;
7360 if (_argo0) {
7361 if (_argo0 == Py_None) { _arg0 = NULL; }
7362 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
7363 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxOGLConstraint_Evaluate. Expected _wxOGLConstraint_p.");
7364 return NULL;
7365 }
7366 }
7367{
7368 wxPy_BEGIN_ALLOW_THREADS;
7369 _result = (bool )wxOGLConstraint_Evaluate(_arg0);
7370
7371 wxPy_END_ALLOW_THREADS;
7372} _resultobj = Py_BuildValue("i",_result);
7373 return _resultobj;
7374}
7375
7376#define wxOGLConstraint_SetSpacing(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSpacing(_swigarg0,_swigarg1))
7377static PyObject *_wrap_wxOGLConstraint_SetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
7378 PyObject * _resultobj;
7379 wxOGLConstraint * _arg0;
7380 double _arg1;
7381 double _arg2;
7382 PyObject * _argo0 = 0;
7383 char *_kwnames[] = { "self","x","y", NULL };
7384
7385 self = self;
7386 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxOGLConstraint_SetSpacing",_kwnames,&_argo0,&_arg1,&_arg2))
7387 return NULL;
7388 if (_argo0) {
7389 if (_argo0 == Py_None) { _arg0 = NULL; }
7390 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
7391 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxOGLConstraint_SetSpacing. Expected _wxOGLConstraint_p.");
7392 return NULL;
7393 }
7394 }
7395{
7396 wxPy_BEGIN_ALLOW_THREADS;
7397 wxOGLConstraint_SetSpacing(_arg0,_arg1,_arg2);
7398
7399 wxPy_END_ALLOW_THREADS;
7400} Py_INCREF(Py_None);
7401 _resultobj = Py_None;
7402 return _resultobj;
7403}
7404
7405#define wxOGLConstraint_Equals(_swigobj,_swigarg0,_swigarg1) (_swigobj->Equals(_swigarg0,_swigarg1))
7406static PyObject *_wrap_wxOGLConstraint_Equals(PyObject *self, PyObject *args, PyObject *kwargs) {
7407 PyObject * _resultobj;
7408 bool _result;
7409 wxOGLConstraint * _arg0;
7410 double _arg1;
7411 double _arg2;
7412 PyObject * _argo0 = 0;
7413 char *_kwnames[] = { "self","a","b", NULL };
7414
7415 self = self;
7416 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxOGLConstraint_Equals",_kwnames,&_argo0,&_arg1,&_arg2))
7417 return NULL;
7418 if (_argo0) {
7419 if (_argo0 == Py_None) { _arg0 = NULL; }
7420 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
7421 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxOGLConstraint_Equals. Expected _wxOGLConstraint_p.");
7422 return NULL;
7423 }
7424 }
7425{
7426 wxPy_BEGIN_ALLOW_THREADS;
7427 _result = (bool )wxOGLConstraint_Equals(_arg0,_arg1,_arg2);
7428
7429 wxPy_END_ALLOW_THREADS;
7430} _resultobj = Py_BuildValue("i",_result);
7431 return _resultobj;
7432}
7433
7434static void *SwigwxPyCompositeShapeTowxPyRectangleShape(void *ptr) {
7435 wxPyCompositeShape *src;
7436 wxPyRectangleShape *dest;
7437 src = (wxPyCompositeShape *) ptr;
7438 dest = (wxPyRectangleShape *) src;
7439 return (void *) dest;
7440}
7441
7442static void *SwigwxPyCompositeShapeTowxPyShape(void *ptr) {
7443 wxPyCompositeShape *src;
7444 wxPyShape *dest;
7445 src = (wxPyCompositeShape *) ptr;
7446 dest = (wxPyShape *) src;
7447 return (void *) dest;
7448}
7449
7450static void *SwigwxPyCompositeShapeTowxPyShapeEvtHandler(void *ptr) {
7451 wxPyCompositeShape *src;
7452 wxPyShapeEvtHandler *dest;
7453 src = (wxPyCompositeShape *) ptr;
7454 dest = (wxPyShapeEvtHandler *) src;
7455 return (void *) dest;
7456}
7457
7458#define new_wxPyCompositeShape() (new wxPyCompositeShape())
7459static PyObject *_wrap_new_wxPyCompositeShape(PyObject *self, PyObject *args, PyObject *kwargs) {
7460 PyObject * _resultobj;
7461 wxPyCompositeShape * _result;
7462 char *_kwnames[] = { NULL };
7463 char _ptemp[128];
7464
7465 self = self;
7466 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyCompositeShape",_kwnames))
7467 return NULL;
7468{
7469 wxPy_BEGIN_ALLOW_THREADS;
7470 _result = (wxPyCompositeShape *)new_wxPyCompositeShape();
7471
7472 wxPy_END_ALLOW_THREADS;
7473} if (_result) {
7474 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyCompositeShape_p");
7475 _resultobj = Py_BuildValue("s",_ptemp);
7476 } else {
7477 Py_INCREF(Py_None);
7478 _resultobj = Py_None;
7479 }
7480 return _resultobj;
7481}
7482
f6bcfd97 7483#define wxPyCompositeShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
e91a9dfc
RD
7484static PyObject *_wrap_wxPyCompositeShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
7485 PyObject * _resultobj;
7486 wxPyCompositeShape * _arg0;
7487 PyObject * _arg1;
f6bcfd97 7488 PyObject * _arg2;
e91a9dfc
RD
7489 PyObject * _argo0 = 0;
7490 PyObject * _obj1 = 0;
f6bcfd97
BP
7491 PyObject * _obj2 = 0;
7492 char *_kwnames[] = { "self","self","_class", NULL };
e91a9dfc
RD
7493
7494 self = self;
f6bcfd97 7495 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyCompositeShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
7496 return NULL;
7497 if (_argo0) {
7498 if (_argo0 == Py_None) { _arg0 = NULL; }
7499 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7500 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape__setSelf. Expected _wxPyCompositeShape_p.");
7501 return NULL;
7502 }
7503 }
7504{
7505 _arg1 = _obj1;
7506}
f6bcfd97
BP
7507{
7508 _arg2 = _obj2;
7509}
e91a9dfc
RD
7510{
7511 wxPy_BEGIN_ALLOW_THREADS;
f6bcfd97 7512 wxPyCompositeShape__setSelf(_arg0,_arg1,_arg2);
e91a9dfc
RD
7513
7514 wxPy_END_ALLOW_THREADS;
7515} Py_INCREF(Py_None);
7516 _resultobj = Py_None;
7517 return _resultobj;
7518}
7519
7520#define wxPyCompositeShape_AddChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->AddChild(_swigarg0,_swigarg1))
7521static PyObject *_wrap_wxPyCompositeShape_AddChild(PyObject *self, PyObject *args, PyObject *kwargs) {
7522 PyObject * _resultobj;
7523 wxPyCompositeShape * _arg0;
7524 wxPyShape * _arg1;
7525 wxPyShape * _arg2 = (wxPyShape *) NULL;
7526 PyObject * _argo0 = 0;
7527 PyObject * _argo1 = 0;
7528 PyObject * _argo2 = 0;
7529 char *_kwnames[] = { "self","child","addAfter", NULL };
7530
7531 self = self;
7532 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxPyCompositeShape_AddChild",_kwnames,&_argo0,&_argo1,&_argo2))
7533 return NULL;
7534 if (_argo0) {
7535 if (_argo0 == Py_None) { _arg0 = NULL; }
7536 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7537 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddChild. Expected _wxPyCompositeShape_p.");
7538 return NULL;
7539 }
7540 }
7541 if (_argo1) {
7542 if (_argo1 == Py_None) { _arg1 = NULL; }
7543 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
7544 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_AddChild. Expected _wxPyShape_p.");
7545 return NULL;
7546 }
7547 }
7548 if (_argo2) {
7549 if (_argo2 == Py_None) { _arg2 = NULL; }
7550 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyShape_p")) {
7551 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPyCompositeShape_AddChild. Expected _wxPyShape_p.");
7552 return NULL;
7553 }
7554 }
7555{
7556 wxPy_BEGIN_ALLOW_THREADS;
7557 wxPyCompositeShape_AddChild(_arg0,_arg1,_arg2);
7558
7559 wxPy_END_ALLOW_THREADS;
7560} Py_INCREF(Py_None);
7561 _resultobj = Py_None;
7562 return _resultobj;
7563}
7564
7565#define wxPyCompositeShape_AddConstraint(_swigobj,_swigarg0) (_swigobj->AddConstraint(_swigarg0))
7566static PyObject *_wrap_wxPyCompositeShape_AddConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7567 PyObject * _resultobj;
7568 wxOGLConstraint * _result;
7569 wxPyCompositeShape * _arg0;
7570 wxOGLConstraint * _arg1;
7571 PyObject * _argo0 = 0;
7572 PyObject * _argo1 = 0;
7573 char *_kwnames[] = { "self","constraint", NULL };
7574 char _ptemp[128];
7575
7576 self = self;
7577 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_AddConstraint",_kwnames,&_argo0,&_argo1))
7578 return NULL;
7579 if (_argo0) {
7580 if (_argo0 == Py_None) { _arg0 = NULL; }
7581 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7582 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddConstraint. Expected _wxPyCompositeShape_p.");
7583 return NULL;
7584 }
7585 }
7586 if (_argo1) {
7587 if (_argo1 == Py_None) { _arg1 = NULL; }
7588 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxOGLConstraint_p")) {
7589 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_AddConstraint. Expected _wxOGLConstraint_p.");
7590 return NULL;
7591 }
7592 }
7593{
7594 wxPy_BEGIN_ALLOW_THREADS;
7595 _result = (wxOGLConstraint *)wxPyCompositeShape_AddConstraint(_arg0,_arg1);
7596
7597 wxPy_END_ALLOW_THREADS;
7598} if (_result) {
7599 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7600 _resultobj = Py_BuildValue("s",_ptemp);
7601 } else {
7602 Py_INCREF(Py_None);
7603 _resultobj = Py_None;
7604 }
7605 return _resultobj;
7606}
7607
714d23b4 7608static wxOGLConstraint * wxPyCompositeShape_AddConstrainedShapes(wxPyCompositeShape *self,int type,wxPyShape * constraining,PyObject * constrained) {
99ab9f3b 7609 wxList* list = wxPy_wxListHelper(constrained, "_wxPyShape_p");
714d23b4
RD
7610 wxOGLConstraint* rv = self->AddConstraint(type, constraining, *list);
7611 delete list;
7612 return rv;
7613 }
7614static PyObject *_wrap_wxPyCompositeShape_AddConstrainedShapes(PyObject *self, PyObject *args, PyObject *kwargs) {
7615 PyObject * _resultobj;
7616 wxOGLConstraint * _result;
7617 wxPyCompositeShape * _arg0;
7618 int _arg1;
7619 wxPyShape * _arg2;
7620 PyObject * _arg3;
7621 PyObject * _argo0 = 0;
7622 PyObject * _argo2 = 0;
7623 PyObject * _obj3 = 0;
7624 char *_kwnames[] = { "self","type","constraining","constrained", NULL };
7625 char _ptemp[128];
7626
7627 self = self;
7628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO:wxPyCompositeShape_AddConstrainedShapes",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3))
7629 return NULL;
7630 if (_argo0) {
7631 if (_argo0 == Py_None) { _arg0 = NULL; }
7632 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7633 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddConstrainedShapes. Expected _wxPyCompositeShape_p.");
7634 return NULL;
7635 }
7636 }
7637 if (_argo2) {
7638 if (_argo2 == Py_None) { _arg2 = NULL; }
7639 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyShape_p")) {
7640 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPyCompositeShape_AddConstrainedShapes. Expected _wxPyShape_p.");
7641 return NULL;
7642 }
7643 }
7644{
7645 _arg3 = _obj3;
7646}
7647{
7648 wxPy_BEGIN_ALLOW_THREADS;
7649 _result = (wxOGLConstraint *)wxPyCompositeShape_AddConstrainedShapes(_arg0,_arg1,_arg2,_arg3);
7650
7651 wxPy_END_ALLOW_THREADS;
7652} if (_result) {
7653 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7654 _resultobj = Py_BuildValue("s",_ptemp);
7655 } else {
7656 Py_INCREF(Py_None);
7657 _resultobj = Py_None;
7658 }
7659 return _resultobj;
7660}
7661
e91a9dfc
RD
7662#define wxPyCompositeShape_AddSimpleConstraint(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->AddConstraint(_swigarg0,_swigarg1,_swigarg2))
7663static PyObject *_wrap_wxPyCompositeShape_AddSimpleConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7664 PyObject * _resultobj;
7665 wxOGLConstraint * _result;
7666 wxPyCompositeShape * _arg0;
7667 int _arg1;
7668 wxPyShape * _arg2;
7669 wxPyShape * _arg3;
7670 PyObject * _argo0 = 0;
7671 PyObject * _argo2 = 0;
7672 PyObject * _argo3 = 0;
7673 char *_kwnames[] = { "self","type","constraining","constrained", NULL };
7674 char _ptemp[128];
7675
7676 self = self;
7677 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO:wxPyCompositeShape_AddSimpleConstraint",_kwnames,&_argo0,&_arg1,&_argo2,&_argo3))
7678 return NULL;
7679 if (_argo0) {
7680 if (_argo0 == Py_None) { _arg0 = NULL; }
7681 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7682 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_AddSimpleConstraint. Expected _wxPyCompositeShape_p.");
7683 return NULL;
7684 }
7685 }
7686 if (_argo2) {
7687 if (_argo2 == Py_None) { _arg2 = NULL; }
7688 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyShape_p")) {
7689 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxPyCompositeShape_AddSimpleConstraint. Expected _wxPyShape_p.");
7690 return NULL;
7691 }
7692 }
7693 if (_argo3) {
7694 if (_argo3 == Py_None) { _arg3 = NULL; }
7695 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxPyShape_p")) {
7696 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxPyCompositeShape_AddSimpleConstraint. Expected _wxPyShape_p.");
7697 return NULL;
7698 }
7699 }
7700{
7701 wxPy_BEGIN_ALLOW_THREADS;
7702 _result = (wxOGLConstraint *)wxPyCompositeShape_AddSimpleConstraint(_arg0,_arg1,_arg2,_arg3);
7703
7704 wxPy_END_ALLOW_THREADS;
7705} if (_result) {
7706 SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
7707 _resultobj = Py_BuildValue("s",_ptemp);
7708 } else {
7709 Py_INCREF(Py_None);
7710 _resultobj = Py_None;
7711 }
7712 return _resultobj;
7713}
7714
7715#define wxPyCompositeShape_CalculateSize(_swigobj) (_swigobj->CalculateSize())
7716static PyObject *_wrap_wxPyCompositeShape_CalculateSize(PyObject *self, PyObject *args, PyObject *kwargs) {
7717 PyObject * _resultobj;
7718 wxPyCompositeShape * _arg0;
7719 PyObject * _argo0 = 0;
7720 char *_kwnames[] = { "self", NULL };
7721
7722 self = self;
7723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_CalculateSize",_kwnames,&_argo0))
7724 return NULL;
7725 if (_argo0) {
7726 if (_argo0 == Py_None) { _arg0 = NULL; }
7727 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7728 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_CalculateSize. Expected _wxPyCompositeShape_p.");
7729 return NULL;
7730 }
7731 }
7732{
7733 wxPy_BEGIN_ALLOW_THREADS;
7734 wxPyCompositeShape_CalculateSize(_arg0);
7735
7736 wxPy_END_ALLOW_THREADS;
7737} Py_INCREF(Py_None);
7738 _resultobj = Py_None;
7739 return _resultobj;
7740}
7741
7742#define wxPyCompositeShape_ContainsDivision(_swigobj,_swigarg0) (_swigobj->ContainsDivision(_swigarg0))
7743static PyObject *_wrap_wxPyCompositeShape_ContainsDivision(PyObject *self, PyObject *args, PyObject *kwargs) {
7744 PyObject * _resultobj;
7745 bool _result;
7746 wxPyCompositeShape * _arg0;
7747 wxPyDivisionShape * _arg1;
7748 PyObject * _argo0 = 0;
7749 PyObject * _argo1 = 0;
7750 char *_kwnames[] = { "self","division", NULL };
7751
7752 self = self;
7753 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_ContainsDivision",_kwnames,&_argo0,&_argo1))
7754 return NULL;
7755 if (_argo0) {
7756 if (_argo0 == Py_None) { _arg0 = NULL; }
7757 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7758 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_ContainsDivision. Expected _wxPyCompositeShape_p.");
7759 return NULL;
7760 }
7761 }
7762 if (_argo1) {
7763 if (_argo1 == Py_None) { _arg1 = NULL; }
7764 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
7765 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_ContainsDivision. Expected _wxPyDivisionShape_p.");
7766 return NULL;
7767 }
7768 }
7769{
7770 wxPy_BEGIN_ALLOW_THREADS;
7771 _result = (bool )wxPyCompositeShape_ContainsDivision(_arg0,_arg1);
7772
7773 wxPy_END_ALLOW_THREADS;
7774} _resultobj = Py_BuildValue("i",_result);
7775 return _resultobj;
7776}
7777
7778#define wxPyCompositeShape_DeleteConstraint(_swigobj,_swigarg0) (_swigobj->DeleteConstraint(_swigarg0))
7779static PyObject *_wrap_wxPyCompositeShape_DeleteConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
7780 PyObject * _resultobj;
7781 wxPyCompositeShape * _arg0;
7782 wxOGLConstraint * _arg1;
7783 PyObject * _argo0 = 0;
7784 PyObject * _argo1 = 0;
7785 char *_kwnames[] = { "self","constraint", NULL };
7786
7787 self = self;
7788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_DeleteConstraint",_kwnames,&_argo0,&_argo1))
7789 return NULL;
7790 if (_argo0) {
7791 if (_argo0 == Py_None) { _arg0 = NULL; }
7792 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7793 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_DeleteConstraint. Expected _wxPyCompositeShape_p.");
7794 return NULL;
7795 }
7796 }
7797 if (_argo1) {
7798 if (_argo1 == Py_None) { _arg1 = NULL; }
7799 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxOGLConstraint_p")) {
7800 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_DeleteConstraint. Expected _wxOGLConstraint_p.");
7801 return NULL;
7802 }
7803 }
7804{
7805 wxPy_BEGIN_ALLOW_THREADS;
7806 wxPyCompositeShape_DeleteConstraint(_arg0,_arg1);
7807
7808 wxPy_END_ALLOW_THREADS;
7809} Py_INCREF(Py_None);
7810 _resultobj = Py_None;
7811 return _resultobj;
7812}
7813
7814#define wxPyCompositeShape_DeleteConstraintsInvolvingChild(_swigobj,_swigarg0) (_swigobj->DeleteConstraintsInvolvingChild(_swigarg0))
7815static PyObject *_wrap_wxPyCompositeShape_DeleteConstraintsInvolvingChild(PyObject *self, PyObject *args, PyObject *kwargs) {
7816 PyObject * _resultobj;
7817 wxPyCompositeShape * _arg0;
7818 wxPyShape * _arg1;
7819 PyObject * _argo0 = 0;
7820 PyObject * _argo1 = 0;
7821 char *_kwnames[] = { "self","child", NULL };
7822
7823 self = self;
7824 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_DeleteConstraintsInvolvingChild",_kwnames,&_argo0,&_argo1))
7825 return NULL;
7826 if (_argo0) {
7827 if (_argo0 == Py_None) { _arg0 = NULL; }
7828 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7829 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_DeleteConstraintsInvolvingChild. Expected _wxPyCompositeShape_p.");
7830 return NULL;
7831 }
7832 }
7833 if (_argo1) {
7834 if (_argo1 == Py_None) { _arg1 = NULL; }
7835 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
7836 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_DeleteConstraintsInvolvingChild. Expected _wxPyShape_p.");
7837 return NULL;
7838 }
7839 }
7840{
7841 wxPy_BEGIN_ALLOW_THREADS;
7842 wxPyCompositeShape_DeleteConstraintsInvolvingChild(_arg0,_arg1);
7843
7844 wxPy_END_ALLOW_THREADS;
7845} Py_INCREF(Py_None);
7846 _resultobj = Py_None;
7847 return _resultobj;
7848}
7849
7850#define wxPyCompositeShape_FindContainerImage(_swigobj) (_swigobj->FindContainerImage())
7851static PyObject *_wrap_wxPyCompositeShape_FindContainerImage(PyObject *self, PyObject *args, PyObject *kwargs) {
7852 PyObject * _resultobj;
7853 wxPyShape * _result;
7854 wxPyCompositeShape * _arg0;
7855 PyObject * _argo0 = 0;
7856 char *_kwnames[] = { "self", NULL };
7857 char _ptemp[128];
7858
7859 self = self;
7860 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_FindContainerImage",_kwnames,&_argo0))
7861 return NULL;
7862 if (_argo0) {
7863 if (_argo0 == Py_None) { _arg0 = NULL; }
7864 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7865 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_FindContainerImage. Expected _wxPyCompositeShape_p.");
7866 return NULL;
7867 }
7868 }
7869{
7870 wxPy_BEGIN_ALLOW_THREADS;
7871 _result = (wxPyShape *)wxPyCompositeShape_FindContainerImage(_arg0);
7872
7873 wxPy_END_ALLOW_THREADS;
7874} if (_result) {
7875 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyShape_p");
7876 _resultobj = Py_BuildValue("s",_ptemp);
7877 } else {
7878 Py_INCREF(Py_None);
7879 _resultobj = Py_None;
7880 }
7881 return _resultobj;
7882}
7883
7884static PyObject * wxPyCompositeShape_GetConstraints(wxPyCompositeShape *self) {
7885 wxList& list = self->GetConstraints();
7886 return wxPy_ConvertList(&list, "wxOGLConstraint");
7887 }
7888static PyObject *_wrap_wxPyCompositeShape_GetConstraints(PyObject *self, PyObject *args, PyObject *kwargs) {
7889 PyObject * _resultobj;
7890 PyObject * _result;
7891 wxPyCompositeShape * _arg0;
7892 PyObject * _argo0 = 0;
7893 char *_kwnames[] = { "self", NULL };
7894
7895 self = self;
7896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_GetConstraints",_kwnames,&_argo0))
7897 return NULL;
7898 if (_argo0) {
7899 if (_argo0 == Py_None) { _arg0 = NULL; }
7900 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7901 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_GetConstraints. Expected _wxPyCompositeShape_p.");
7902 return NULL;
7903 }
7904 }
7905{
7906 wxPy_BEGIN_ALLOW_THREADS;
7907 _result = (PyObject *)wxPyCompositeShape_GetConstraints(_arg0);
7908
7909 wxPy_END_ALLOW_THREADS;
7910}{
7911 _resultobj = _result;
7912}
7913 return _resultobj;
7914}
7915
7916static PyObject * wxPyCompositeShape_GetDivisions(wxPyCompositeShape *self) {
7917 wxList& list = self->GetDivisions();
7918 return wxPy_ConvertList(&list, "wxPyDivisionShape");
7919 }
7920static PyObject *_wrap_wxPyCompositeShape_GetDivisions(PyObject *self, PyObject *args, PyObject *kwargs) {
7921 PyObject * _resultobj;
7922 PyObject * _result;
7923 wxPyCompositeShape * _arg0;
7924 PyObject * _argo0 = 0;
7925 char *_kwnames[] = { "self", NULL };
7926
7927 self = self;
7928 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_GetDivisions",_kwnames,&_argo0))
7929 return NULL;
7930 if (_argo0) {
7931 if (_argo0 == Py_None) { _arg0 = NULL; }
7932 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7933 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_GetDivisions. Expected _wxPyCompositeShape_p.");
7934 return NULL;
7935 }
7936 }
7937{
7938 wxPy_BEGIN_ALLOW_THREADS;
7939 _result = (PyObject *)wxPyCompositeShape_GetDivisions(_arg0);
7940
7941 wxPy_END_ALLOW_THREADS;
7942}{
7943 _resultobj = _result;
7944}
7945 return _resultobj;
7946}
7947
7948#define wxPyCompositeShape_MakeContainer(_swigobj) (_swigobj->MakeContainer())
7949static PyObject *_wrap_wxPyCompositeShape_MakeContainer(PyObject *self, PyObject *args, PyObject *kwargs) {
7950 PyObject * _resultobj;
7951 wxPyCompositeShape * _arg0;
7952 PyObject * _argo0 = 0;
7953 char *_kwnames[] = { "self", NULL };
7954
7955 self = self;
7956 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_MakeContainer",_kwnames,&_argo0))
7957 return NULL;
7958 if (_argo0) {
7959 if (_argo0 == Py_None) { _arg0 = NULL; }
7960 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7961 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_MakeContainer. Expected _wxPyCompositeShape_p.");
7962 return NULL;
7963 }
7964 }
7965{
7966 wxPy_BEGIN_ALLOW_THREADS;
7967 wxPyCompositeShape_MakeContainer(_arg0);
7968
7969 wxPy_END_ALLOW_THREADS;
7970} Py_INCREF(Py_None);
7971 _resultobj = Py_None;
7972 return _resultobj;
7973}
7974
7975#define wxPyCompositeShape_Recompute(_swigobj) (_swigobj->Recompute())
7976static PyObject *_wrap_wxPyCompositeShape_Recompute(PyObject *self, PyObject *args, PyObject *kwargs) {
7977 PyObject * _resultobj;
7978 bool _result;
7979 wxPyCompositeShape * _arg0;
7980 PyObject * _argo0 = 0;
7981 char *_kwnames[] = { "self", NULL };
7982
7983 self = self;
7984 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_Recompute",_kwnames,&_argo0))
7985 return NULL;
7986 if (_argo0) {
7987 if (_argo0 == Py_None) { _arg0 = NULL; }
7988 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
7989 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_Recompute. Expected _wxPyCompositeShape_p.");
7990 return NULL;
7991 }
7992 }
7993{
7994 wxPy_BEGIN_ALLOW_THREADS;
7995 _result = (bool )wxPyCompositeShape_Recompute(_arg0);
7996
7997 wxPy_END_ALLOW_THREADS;
7998} _resultobj = Py_BuildValue("i",_result);
7999 return _resultobj;
8000}
8001
8002#define wxPyCompositeShape_RemoveChild(_swigobj,_swigarg0) (_swigobj->RemoveChild(_swigarg0))
8003static PyObject *_wrap_wxPyCompositeShape_RemoveChild(PyObject *self, PyObject *args, PyObject *kwargs) {
8004 PyObject * _resultobj;
8005 wxPyCompositeShape * _arg0;
8006 wxPyShape * _arg1;
8007 PyObject * _argo0 = 0;
8008 PyObject * _argo1 = 0;
8009 char *_kwnames[] = { "self","child", NULL };
8010
8011 self = self;
8012 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_RemoveChild",_kwnames,&_argo0,&_argo1))
8013 return NULL;
8014 if (_argo0) {
8015 if (_argo0 == Py_None) { _arg0 = NULL; }
8016 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8017 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_RemoveChild. Expected _wxPyCompositeShape_p.");
8018 return NULL;
8019 }
8020 }
8021 if (_argo1) {
8022 if (_argo1 == Py_None) { _arg1 = NULL; }
8023 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyShape_p")) {
8024 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_RemoveChild. Expected _wxPyShape_p.");
8025 return NULL;
8026 }
8027 }
8028{
8029 wxPy_BEGIN_ALLOW_THREADS;
8030 wxPyCompositeShape_RemoveChild(_arg0,_arg1);
8031
8032 wxPy_END_ALLOW_THREADS;
8033} Py_INCREF(Py_None);
8034 _resultobj = Py_None;
8035 return _resultobj;
8036}
8037
8038#define wxPyCompositeShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
8039static PyObject *_wrap_wxPyCompositeShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
8040 PyObject * _resultobj;
8041 wxPyCompositeShape * _arg0;
8042 PyObject * _argo0 = 0;
8043 char *_kwnames[] = { "self", NULL };
8044
8045 self = self;
8046 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_base_OnDelete",_kwnames,&_argo0))
8047 return NULL;
8048 if (_argo0) {
8049 if (_argo0 == Py_None) { _arg0 = NULL; }
8050 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8051 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDelete. Expected _wxPyCompositeShape_p.");
8052 return NULL;
8053 }
8054 }
8055{
8056 wxPy_BEGIN_ALLOW_THREADS;
8057 wxPyCompositeShape_base_OnDelete(_arg0);
8058
8059 wxPy_END_ALLOW_THREADS;
8060} Py_INCREF(Py_None);
8061 _resultobj = Py_None;
8062 return _resultobj;
8063}
8064
8065#define wxPyCompositeShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
8066static PyObject *_wrap_wxPyCompositeShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
8067 PyObject * _resultobj;
8068 wxPyCompositeShape * _arg0;
8069 wxDC * _arg1;
8070 PyObject * _argo0 = 0;
8071 PyObject * _argo1 = 0;
8072 char *_kwnames[] = { "self","dc", NULL };
8073
8074 self = self;
8075 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
8076 return NULL;
8077 if (_argo0) {
8078 if (_argo0 == Py_None) { _arg0 = NULL; }
8079 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8080 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDraw. Expected _wxPyCompositeShape_p.");
8081 return NULL;
8082 }
8083 }
8084 if (_argo1) {
8085 if (_argo1 == Py_None) { _arg1 = NULL; }
8086 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8087 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDraw. Expected _wxDC_p.");
8088 return NULL;
8089 }
8090 }
8091{
8092 wxPy_BEGIN_ALLOW_THREADS;
8093 wxPyCompositeShape_base_OnDraw(_arg0,*_arg1);
8094
8095 wxPy_END_ALLOW_THREADS;
8096} Py_INCREF(Py_None);
8097 _resultobj = Py_None;
8098 return _resultobj;
8099}
8100
8101#define wxPyCompositeShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
8102static PyObject *_wrap_wxPyCompositeShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
8103 PyObject * _resultobj;
8104 wxPyCompositeShape * _arg0;
8105 wxDC * _arg1;
8106 PyObject * _argo0 = 0;
8107 PyObject * _argo1 = 0;
8108 char *_kwnames[] = { "self","dc", NULL };
8109
8110 self = self;
8111 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
8112 return NULL;
8113 if (_argo0) {
8114 if (_argo0 == Py_None) { _arg0 = NULL; }
8115 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8116 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawContents. Expected _wxPyCompositeShape_p.");
8117 return NULL;
8118 }
8119 }
8120 if (_argo1) {
8121 if (_argo1 == Py_None) { _arg1 = NULL; }
8122 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8123 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawContents. Expected _wxDC_p.");
8124 return NULL;
8125 }
8126 }
8127{
8128 wxPy_BEGIN_ALLOW_THREADS;
8129 wxPyCompositeShape_base_OnDrawContents(_arg0,*_arg1);
8130
8131 wxPy_END_ALLOW_THREADS;
8132} Py_INCREF(Py_None);
8133 _resultobj = Py_None;
8134 return _resultobj;
8135}
8136
8137#define wxPyCompositeShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
8138static PyObject *_wrap_wxPyCompositeShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
8139 PyObject * _resultobj;
8140 wxPyCompositeShape * _arg0;
8141 wxDC * _arg1;
8142 bool _arg2 = (bool ) FALSE;
8143 PyObject * _argo0 = 0;
8144 PyObject * _argo1 = 0;
8145 int tempbool2 = (int) FALSE;
8146 char *_kwnames[] = { "self","dc","erase", NULL };
8147
8148 self = self;
8149 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyCompositeShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
8150 return NULL;
8151 if (_argo0) {
8152 if (_argo0 == Py_None) { _arg0 = NULL; }
8153 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8154 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawBranches. Expected _wxPyCompositeShape_p.");
8155 return NULL;
8156 }
8157 }
8158 if (_argo1) {
8159 if (_argo1 == Py_None) { _arg1 = NULL; }
8160 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8161 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawBranches. Expected _wxDC_p.");
8162 return NULL;
8163 }
8164 }
8165 _arg2 = (bool ) tempbool2;
8166{
8167 wxPy_BEGIN_ALLOW_THREADS;
8168 wxPyCompositeShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
8169
8170 wxPy_END_ALLOW_THREADS;
8171} Py_INCREF(Py_None);
8172 _resultobj = Py_None;
8173 return _resultobj;
8174}
8175
8176#define wxPyCompositeShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
8177static PyObject *_wrap_wxPyCompositeShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
8178 PyObject * _resultobj;
8179 wxPyCompositeShape * _arg0;
8180 wxDC * _arg1;
8181 PyObject * _argo0 = 0;
8182 PyObject * _argo1 = 0;
8183 char *_kwnames[] = { "self","dc", NULL };
8184
8185 self = self;
8186 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
8187 return NULL;
8188 if (_argo0) {
8189 if (_argo0 == Py_None) { _arg0 = NULL; }
8190 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8191 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMoveLinks. Expected _wxPyCompositeShape_p.");
8192 return NULL;
8193 }
8194 }
8195 if (_argo1) {
8196 if (_argo1 == Py_None) { _arg1 = NULL; }
8197 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8198 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMoveLinks. Expected _wxDC_p.");
8199 return NULL;
8200 }
8201 }
8202{
8203 wxPy_BEGIN_ALLOW_THREADS;
8204 wxPyCompositeShape_base_OnMoveLinks(_arg0,*_arg1);
8205
8206 wxPy_END_ALLOW_THREADS;
8207} Py_INCREF(Py_None);
8208 _resultobj = Py_None;
8209 return _resultobj;
8210}
8211
8212#define wxPyCompositeShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
8213static PyObject *_wrap_wxPyCompositeShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
8214 PyObject * _resultobj;
8215 wxPyCompositeShape * _arg0;
8216 wxDC * _arg1;
8217 PyObject * _argo0 = 0;
8218 PyObject * _argo1 = 0;
8219 char *_kwnames[] = { "self","dc", NULL };
8220
8221 self = self;
8222 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnErase",_kwnames,&_argo0,&_argo1))
8223 return NULL;
8224 if (_argo0) {
8225 if (_argo0 == Py_None) { _arg0 = NULL; }
8226 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8227 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnErase. Expected _wxPyCompositeShape_p.");
8228 return NULL;
8229 }
8230 }
8231 if (_argo1) {
8232 if (_argo1 == Py_None) { _arg1 = NULL; }
8233 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8234 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnErase. Expected _wxDC_p.");
8235 return NULL;
8236 }
8237 }
8238{
8239 wxPy_BEGIN_ALLOW_THREADS;
8240 wxPyCompositeShape_base_OnErase(_arg0,*_arg1);
8241
8242 wxPy_END_ALLOW_THREADS;
8243} Py_INCREF(Py_None);
8244 _resultobj = Py_None;
8245 return _resultobj;
8246}
8247
8248#define wxPyCompositeShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
8249static PyObject *_wrap_wxPyCompositeShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
8250 PyObject * _resultobj;
8251 wxPyCompositeShape * _arg0;
8252 wxDC * _arg1;
8253 PyObject * _argo0 = 0;
8254 PyObject * _argo1 = 0;
8255 char *_kwnames[] = { "self","dc", NULL };
8256
8257 self = self;
8258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
8259 return NULL;
8260 if (_argo0) {
8261 if (_argo0 == Py_None) { _arg0 = NULL; }
8262 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8263 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEraseContents. Expected _wxPyCompositeShape_p.");
8264 return NULL;
8265 }
8266 }
8267 if (_argo1) {
8268 if (_argo1 == Py_None) { _arg1 = NULL; }
8269 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8270 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnEraseContents. Expected _wxDC_p.");
8271 return NULL;
8272 }
8273 }
8274{
8275 wxPy_BEGIN_ALLOW_THREADS;
8276 wxPyCompositeShape_base_OnEraseContents(_arg0,*_arg1);
8277
8278 wxPy_END_ALLOW_THREADS;
8279} Py_INCREF(Py_None);
8280 _resultobj = Py_None;
8281 return _resultobj;
8282}
8283
8284#define wxPyCompositeShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
8285static PyObject *_wrap_wxPyCompositeShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
8286 PyObject * _resultobj;
8287 wxPyCompositeShape * _arg0;
8288 wxDC * _arg1;
8289 PyObject * _argo0 = 0;
8290 PyObject * _argo1 = 0;
8291 char *_kwnames[] = { "self","dc", NULL };
8292
8293 self = self;
8294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
8295 return NULL;
8296 if (_argo0) {
8297 if (_argo0 == Py_None) { _arg0 = NULL; }
8298 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8299 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnHighlight. Expected _wxPyCompositeShape_p.");
8300 return NULL;
8301 }
8302 }
8303 if (_argo1) {
8304 if (_argo1 == Py_None) { _arg1 = NULL; }
8305 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8306 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnHighlight. Expected _wxDC_p.");
8307 return NULL;
8308 }
8309 }
8310{
8311 wxPy_BEGIN_ALLOW_THREADS;
8312 wxPyCompositeShape_base_OnHighlight(_arg0,*_arg1);
8313
8314 wxPy_END_ALLOW_THREADS;
8315} Py_INCREF(Py_None);
8316 _resultobj = Py_None;
8317 return _resultobj;
8318}
8319
8320#define wxPyCompositeShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8321static PyObject *_wrap_wxPyCompositeShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
8322 PyObject * _resultobj;
8323 wxPyCompositeShape * _arg0;
8324 double _arg1;
8325 double _arg2;
8326 int _arg3 = (int ) 0;
8327 int _arg4 = (int ) 0;
8328 PyObject * _argo0 = 0;
8329 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8330
8331 self = self;
8332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8333 return NULL;
8334 if (_argo0) {
8335 if (_argo0 == Py_None) { _arg0 = NULL; }
8336 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8337 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnLeftClick. Expected _wxPyCompositeShape_p.");
8338 return NULL;
8339 }
8340 }
8341{
8342 wxPy_BEGIN_ALLOW_THREADS;
8343 wxPyCompositeShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
8344
8345 wxPy_END_ALLOW_THREADS;
8346} Py_INCREF(Py_None);
8347 _resultobj = Py_None;
8348 return _resultobj;
8349}
8350
8351#define wxPyCompositeShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8352static PyObject *_wrap_wxPyCompositeShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
8353 PyObject * _resultobj;
8354 wxPyCompositeShape * _arg0;
8355 double _arg1;
8356 double _arg2;
8357 int _arg3 = (int ) 0;
8358 int _arg4 = (int ) 0;
8359 PyObject * _argo0 = 0;
8360 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8361
8362 self = self;
8363 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8364 return NULL;
8365 if (_argo0) {
8366 if (_argo0 == Py_None) { _arg0 = NULL; }
8367 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8368 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnLeftDoubleClick. Expected _wxPyCompositeShape_p.");
8369 return NULL;
8370 }
8371 }
8372{
8373 wxPy_BEGIN_ALLOW_THREADS;
8374 wxPyCompositeShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
8375
8376 wxPy_END_ALLOW_THREADS;
8377} Py_INCREF(Py_None);
8378 _resultobj = Py_None;
8379 return _resultobj;
8380}
8381
8382#define wxPyCompositeShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8383static PyObject *_wrap_wxPyCompositeShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
8384 PyObject * _resultobj;
8385 wxPyCompositeShape * _arg0;
8386 double _arg1;
8387 double _arg2;
8388 int _arg3 = (int ) 0;
8389 int _arg4 = (int ) 0;
8390 PyObject * _argo0 = 0;
8391 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8392
8393 self = self;
8394 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8395 return NULL;
8396 if (_argo0) {
8397 if (_argo0 == Py_None) { _arg0 = NULL; }
8398 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8399 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnRightClick. Expected _wxPyCompositeShape_p.");
8400 return NULL;
8401 }
8402 }
8403{
8404 wxPy_BEGIN_ALLOW_THREADS;
8405 wxPyCompositeShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
8406
8407 wxPy_END_ALLOW_THREADS;
8408} Py_INCREF(Py_None);
8409 _resultobj = Py_None;
8410 return _resultobj;
8411}
8412
8413#define wxPyCompositeShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
8414static PyObject *_wrap_wxPyCompositeShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8415 PyObject * _resultobj;
8416 wxPyCompositeShape * _arg0;
8417 double _arg1;
8418 double _arg2;
8419 PyObject * _argo0 = 0;
8420 char *_kwnames[] = { "self","x","y", NULL };
8421
8422 self = self;
8423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyCompositeShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
8424 return NULL;
8425 if (_argo0) {
8426 if (_argo0 == Py_None) { _arg0 = NULL; }
8427 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8428 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSize. Expected _wxPyCompositeShape_p.");
8429 return NULL;
8430 }
8431 }
8432{
8433 wxPy_BEGIN_ALLOW_THREADS;
8434 wxPyCompositeShape_base_OnSize(_arg0,_arg1,_arg2);
8435
8436 wxPy_END_ALLOW_THREADS;
8437} Py_INCREF(Py_None);
8438 _resultobj = Py_None;
8439 return _resultobj;
8440}
8441
8442#define wxPyCompositeShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8443static PyObject *_wrap_wxPyCompositeShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
8444 PyObject * _resultobj;
8445 bool _result;
8446 wxPyCompositeShape * _arg0;
8447 wxDC * _arg1;
8448 double _arg2;
8449 double _arg3;
8450 double _arg4;
8451 double _arg5;
8452 bool _arg6 = (bool ) TRUE;
8453 PyObject * _argo0 = 0;
8454 PyObject * _argo1 = 0;
8455 int tempbool6 = (int) TRUE;
8456 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
8457
8458 self = self;
8459 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyCompositeShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
8460 return NULL;
8461 if (_argo0) {
8462 if (_argo0 == Py_None) { _arg0 = NULL; }
8463 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8464 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMovePre. Expected _wxPyCompositeShape_p.");
8465 return NULL;
8466 }
8467 }
8468 if (_argo1) {
8469 if (_argo1 == Py_None) { _arg1 = NULL; }
8470 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8471 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMovePre. Expected _wxDC_p.");
8472 return NULL;
8473 }
8474 }
8475 _arg6 = (bool ) tempbool6;
8476{
8477 wxPy_BEGIN_ALLOW_THREADS;
8478 _result = (bool )wxPyCompositeShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
8479
8480 wxPy_END_ALLOW_THREADS;
8481} _resultobj = Py_BuildValue("i",_result);
8482 return _resultobj;
8483}
8484
8485#define wxPyCompositeShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8486static PyObject *_wrap_wxPyCompositeShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
8487 PyObject * _resultobj;
8488 wxPyCompositeShape * _arg0;
8489 wxDC * _arg1;
8490 double _arg2;
8491 double _arg3;
8492 double _arg4;
8493 double _arg5;
8494 bool _arg6 = (bool ) TRUE;
8495 PyObject * _argo0 = 0;
8496 PyObject * _argo1 = 0;
8497 int tempbool6 = (int) TRUE;
8498 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
8499
8500 self = self;
8501 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyCompositeShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
8502 return NULL;
8503 if (_argo0) {
8504 if (_argo0 == Py_None) { _arg0 = NULL; }
8505 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8506 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMovePost. Expected _wxPyCompositeShape_p.");
8507 return NULL;
8508 }
8509 }
8510 if (_argo1) {
8511 if (_argo1 == Py_None) { _arg1 = NULL; }
8512 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8513 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMovePost. Expected _wxDC_p.");
8514 return NULL;
8515 }
8516 }
8517 _arg6 = (bool ) tempbool6;
8518{
8519 wxPy_BEGIN_ALLOW_THREADS;
8520 wxPyCompositeShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
8521
8522 wxPy_END_ALLOW_THREADS;
8523} Py_INCREF(Py_None);
8524 _resultobj = Py_None;
8525 return _resultobj;
8526}
8527
8528#define wxPyCompositeShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8529static PyObject *_wrap_wxPyCompositeShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8530 PyObject * _resultobj;
8531 wxPyCompositeShape * _arg0;
8532 bool _arg1;
8533 double _arg2;
8534 double _arg3;
8535 int _arg4 = (int ) 0;
8536 int _arg5 = (int ) 0;
8537 PyObject * _argo0 = 0;
8538 int tempbool1;
8539 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
8540
8541 self = self;
8542 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyCompositeShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
8543 return NULL;
8544 if (_argo0) {
8545 if (_argo0 == Py_None) { _arg0 = NULL; }
8546 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8547 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDragLeft. Expected _wxPyCompositeShape_p.");
8548 return NULL;
8549 }
8550 }
8551 _arg1 = (bool ) tempbool1;
8552{
8553 wxPy_BEGIN_ALLOW_THREADS;
8554 wxPyCompositeShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8555
8556 wxPy_END_ALLOW_THREADS;
8557} Py_INCREF(Py_None);
8558 _resultobj = Py_None;
8559 return _resultobj;
8560}
8561
8562#define wxPyCompositeShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8563static PyObject *_wrap_wxPyCompositeShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8564 PyObject * _resultobj;
8565 wxPyCompositeShape * _arg0;
8566 double _arg1;
8567 double _arg2;
8568 int _arg3 = (int ) 0;
8569 int _arg4 = (int ) 0;
8570 PyObject * _argo0 = 0;
8571 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8572
8573 self = self;
8574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8575 return NULL;
8576 if (_argo0) {
8577 if (_argo0 == Py_None) { _arg0 = NULL; }
8578 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8579 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnBeginDragLeft. Expected _wxPyCompositeShape_p.");
8580 return NULL;
8581 }
8582 }
8583{
8584 wxPy_BEGIN_ALLOW_THREADS;
8585 wxPyCompositeShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
8586
8587 wxPy_END_ALLOW_THREADS;
8588} Py_INCREF(Py_None);
8589 _resultobj = Py_None;
8590 return _resultobj;
8591}
8592
8593#define wxPyCompositeShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8594static PyObject *_wrap_wxPyCompositeShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8595 PyObject * _resultobj;
8596 wxPyCompositeShape * _arg0;
8597 double _arg1;
8598 double _arg2;
8599 int _arg3 = (int ) 0;
8600 int _arg4 = (int ) 0;
8601 PyObject * _argo0 = 0;
8602 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8603
8604 self = self;
8605 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8606 return NULL;
8607 if (_argo0) {
8608 if (_argo0 == Py_None) { _arg0 = NULL; }
8609 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8610 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEndDragLeft. Expected _wxPyCompositeShape_p.");
8611 return NULL;
8612 }
8613 }
8614{
8615 wxPy_BEGIN_ALLOW_THREADS;
8616 wxPyCompositeShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
8617
8618 wxPy_END_ALLOW_THREADS;
8619} Py_INCREF(Py_None);
8620 _resultobj = Py_None;
8621 return _resultobj;
8622}
8623
8624#define wxPyCompositeShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8625static PyObject *_wrap_wxPyCompositeShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
8626 PyObject * _resultobj;
8627 wxPyCompositeShape * _arg0;
8628 bool _arg1;
8629 double _arg2;
8630 double _arg3;
8631 int _arg4 = (int ) 0;
8632 int _arg5 = (int ) 0;
8633 PyObject * _argo0 = 0;
8634 int tempbool1;
8635 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
8636
8637 self = self;
8638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyCompositeShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
8639 return NULL;
8640 if (_argo0) {
8641 if (_argo0 == Py_None) { _arg0 = NULL; }
8642 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8643 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDragRight. Expected _wxPyCompositeShape_p.");
8644 return NULL;
8645 }
8646 }
8647 _arg1 = (bool ) tempbool1;
8648{
8649 wxPy_BEGIN_ALLOW_THREADS;
8650 wxPyCompositeShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8651
8652 wxPy_END_ALLOW_THREADS;
8653} Py_INCREF(Py_None);
8654 _resultobj = Py_None;
8655 return _resultobj;
8656}
8657
8658#define wxPyCompositeShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8659static PyObject *_wrap_wxPyCompositeShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
8660 PyObject * _resultobj;
8661 wxPyCompositeShape * _arg0;
8662 double _arg1;
8663 double _arg2;
8664 int _arg3 = (int ) 0;
8665 int _arg4 = (int ) 0;
8666 PyObject * _argo0 = 0;
8667 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8668
8669 self = self;
8670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8671 return NULL;
8672 if (_argo0) {
8673 if (_argo0 == Py_None) { _arg0 = NULL; }
8674 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8675 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnBeginDragRight. Expected _wxPyCompositeShape_p.");
8676 return NULL;
8677 }
8678 }
8679{
8680 wxPy_BEGIN_ALLOW_THREADS;
8681 wxPyCompositeShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
8682
8683 wxPy_END_ALLOW_THREADS;
8684} Py_INCREF(Py_None);
8685 _resultobj = Py_None;
8686 return _resultobj;
8687}
8688
8689#define wxPyCompositeShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
8690static PyObject *_wrap_wxPyCompositeShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
8691 PyObject * _resultobj;
8692 wxPyCompositeShape * _arg0;
8693 double _arg1;
8694 double _arg2;
8695 int _arg3 = (int ) 0;
8696 int _arg4 = (int ) 0;
8697 PyObject * _argo0 = 0;
8698 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
8699
8700 self = self;
8701 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyCompositeShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
8702 return NULL;
8703 if (_argo0) {
8704 if (_argo0 == Py_None) { _arg0 = NULL; }
8705 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8706 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEndDragRight. Expected _wxPyCompositeShape_p.");
8707 return NULL;
8708 }
8709 }
8710{
8711 wxPy_BEGIN_ALLOW_THREADS;
8712 wxPyCompositeShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
8713
8714 wxPy_END_ALLOW_THREADS;
8715} Py_INCREF(Py_None);
8716 _resultobj = Py_None;
8717 return _resultobj;
8718}
8719
8720#define wxPyCompositeShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8721static PyObject *_wrap_wxPyCompositeShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
8722 PyObject * _resultobj;
8723 wxPyCompositeShape * _arg0;
8724 wxDC * _arg1;
8725 double _arg2;
8726 double _arg3;
8727 double _arg4;
8728 double _arg5;
8729 PyObject * _argo0 = 0;
8730 PyObject * _argo1 = 0;
8731 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
8732
8733 self = self;
8734 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyCompositeShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
8735 return NULL;
8736 if (_argo0) {
8737 if (_argo0 == Py_None) { _arg0 = NULL; }
8738 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8739 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawOutline. Expected _wxPyCompositeShape_p.");
8740 return NULL;
8741 }
8742 }
8743 if (_argo1) {
8744 if (_argo1 == Py_None) { _arg1 = NULL; }
8745 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8746 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawOutline. Expected _wxDC_p.");
8747 return NULL;
8748 }
8749 }
8750{
8751 wxPy_BEGIN_ALLOW_THREADS;
8752 wxPyCompositeShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
8753
8754 wxPy_END_ALLOW_THREADS;
8755} Py_INCREF(Py_None);
8756 _resultobj = Py_None;
8757 return _resultobj;
8758}
8759
8760#define wxPyCompositeShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
8761static PyObject *_wrap_wxPyCompositeShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
8762 PyObject * _resultobj;
8763 wxPyCompositeShape * _arg0;
8764 wxDC * _arg1;
8765 PyObject * _argo0 = 0;
8766 PyObject * _argo1 = 0;
8767 char *_kwnames[] = { "self","dc", NULL };
8768
8769 self = self;
8770 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
8771 return NULL;
8772 if (_argo0) {
8773 if (_argo0 == Py_None) { _arg0 = NULL; }
8774 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8775 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnDrawControlPoints. Expected _wxPyCompositeShape_p.");
8776 return NULL;
8777 }
8778 }
8779 if (_argo1) {
8780 if (_argo1 == Py_None) { _arg1 = NULL; }
8781 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8782 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnDrawControlPoints. Expected _wxDC_p.");
8783 return NULL;
8784 }
8785 }
8786{
8787 wxPy_BEGIN_ALLOW_THREADS;
8788 wxPyCompositeShape_base_OnDrawControlPoints(_arg0,*_arg1);
8789
8790 wxPy_END_ALLOW_THREADS;
8791} Py_INCREF(Py_None);
8792 _resultobj = Py_None;
8793 return _resultobj;
8794}
8795
8796#define wxPyCompositeShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
8797static PyObject *_wrap_wxPyCompositeShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
8798 PyObject * _resultobj;
8799 wxPyCompositeShape * _arg0;
8800 wxDC * _arg1;
8801 PyObject * _argo0 = 0;
8802 PyObject * _argo1 = 0;
8803 char *_kwnames[] = { "self","dc", NULL };
8804
8805 self = self;
8806 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
8807 return NULL;
8808 if (_argo0) {
8809 if (_argo0 == Py_None) { _arg0 = NULL; }
8810 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8811 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEraseControlPoints. Expected _wxPyCompositeShape_p.");
8812 return NULL;
8813 }
8814 }
8815 if (_argo1) {
8816 if (_argo1 == Py_None) { _arg1 = NULL; }
8817 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8818 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnEraseControlPoints. Expected _wxDC_p.");
8819 return NULL;
8820 }
8821 }
8822{
8823 wxPy_BEGIN_ALLOW_THREADS;
8824 wxPyCompositeShape_base_OnEraseControlPoints(_arg0,*_arg1);
8825
8826 wxPy_END_ALLOW_THREADS;
8827} Py_INCREF(Py_None);
8828 _resultobj = Py_None;
8829 return _resultobj;
8830}
8831
8832#define wxPyCompositeShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
8833static PyObject *_wrap_wxPyCompositeShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
8834 PyObject * _resultobj;
8835 wxPyCompositeShape * _arg0;
8836 wxDC * _arg1;
8837 bool _arg2 = (bool ) TRUE;
8838 PyObject * _argo0 = 0;
8839 PyObject * _argo1 = 0;
8840 int tempbool2 = (int) TRUE;
8841 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
8842
8843 self = self;
8844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyCompositeShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
8845 return NULL;
8846 if (_argo0) {
8847 if (_argo0 == Py_None) { _arg0 = NULL; }
8848 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8849 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnMoveLink. Expected _wxPyCompositeShape_p.");
8850 return NULL;
8851 }
8852 }
8853 if (_argo1) {
8854 if (_argo1 == Py_None) { _arg1 = NULL; }
8855 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
8856 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnMoveLink. Expected _wxDC_p.");
8857 return NULL;
8858 }
8859 }
8860 _arg2 = (bool ) tempbool2;
8861{
8862 wxPy_BEGIN_ALLOW_THREADS;
8863 wxPyCompositeShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
8864
8865 wxPy_END_ALLOW_THREADS;
8866} Py_INCREF(Py_None);
8867 _resultobj = Py_None;
8868 return _resultobj;
8869}
8870
8871#define wxPyCompositeShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8872static PyObject *_wrap_wxPyCompositeShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8873 PyObject * _resultobj;
8874 wxPyCompositeShape * _arg0;
2348eaee 8875 wxPyControlPoint * _arg1;
e91a9dfc
RD
8876 bool _arg2;
8877 double _arg3;
8878 double _arg4;
8879 int _arg5 = (int ) 0;
8880 int _arg6 = (int ) 0;
8881 PyObject * _argo0 = 0;
8882 PyObject * _argo1 = 0;
8883 int tempbool2;
8884 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
8885
8886 self = self;
8887 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyCompositeShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
8888 return NULL;
8889 if (_argo0) {
8890 if (_argo0 == Py_None) { _arg0 = NULL; }
8891 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8892 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSizingDragLeft. Expected _wxPyCompositeShape_p.");
8893 return NULL;
8894 }
8895 }
8896 if (_argo1) {
8897 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
8898 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
8899 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
8900 return NULL;
8901 }
8902 }
8903 _arg2 = (bool ) tempbool2;
8904{
8905 wxPy_BEGIN_ALLOW_THREADS;
8906 wxPyCompositeShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
8907
8908 wxPy_END_ALLOW_THREADS;
8909} Py_INCREF(Py_None);
8910 _resultobj = Py_None;
8911 return _resultobj;
8912}
8913
8914#define wxPyCompositeShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8915static PyObject *_wrap_wxPyCompositeShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8916 PyObject * _resultobj;
8917 wxPyCompositeShape * _arg0;
2348eaee 8918 wxPyControlPoint * _arg1;
e91a9dfc
RD
8919 double _arg2;
8920 double _arg3;
8921 int _arg4 = (int ) 0;
8922 int _arg5 = (int ) 0;
8923 PyObject * _argo0 = 0;
8924 PyObject * _argo1 = 0;
8925 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
8926
8927 self = self;
8928 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyCompositeShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
8929 return NULL;
8930 if (_argo0) {
8931 if (_argo0 == Py_None) { _arg0 = NULL; }
8932 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8933 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSizingBeginDragLeft. Expected _wxPyCompositeShape_p.");
8934 return NULL;
8935 }
8936 }
8937 if (_argo1) {
8938 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
8939 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
8940 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
8941 return NULL;
8942 }
8943 }
8944{
8945 wxPy_BEGIN_ALLOW_THREADS;
8946 wxPyCompositeShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8947
8948 wxPy_END_ALLOW_THREADS;
8949} Py_INCREF(Py_None);
8950 _resultobj = Py_None;
8951 return _resultobj;
8952}
8953
8954#define wxPyCompositeShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8955static PyObject *_wrap_wxPyCompositeShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
8956 PyObject * _resultobj;
8957 wxPyCompositeShape * _arg0;
2348eaee 8958 wxPyControlPoint * _arg1;
e91a9dfc
RD
8959 double _arg2;
8960 double _arg3;
8961 int _arg4 = (int ) 0;
8962 int _arg5 = (int ) 0;
8963 PyObject * _argo0 = 0;
8964 PyObject * _argo1 = 0;
8965 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
8966
8967 self = self;
8968 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyCompositeShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
8969 return NULL;
8970 if (_argo0) {
8971 if (_argo0 == Py_None) { _arg0 = NULL; }
8972 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
8973 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnSizingEndDragLeft. Expected _wxPyCompositeShape_p.");
8974 return NULL;
8975 }
8976 }
8977 if (_argo1) {
8978 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
8979 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
8980 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyCompositeShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
8981 return NULL;
8982 }
8983 }
8984{
8985 wxPy_BEGIN_ALLOW_THREADS;
8986 wxPyCompositeShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8987
8988 wxPy_END_ALLOW_THREADS;
8989} Py_INCREF(Py_None);
8990 _resultobj = Py_None;
8991 return _resultobj;
8992}
8993
8994#define wxPyCompositeShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
8995static PyObject *_wrap_wxPyCompositeShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8996 PyObject * _resultobj;
8997 wxPyCompositeShape * _arg0;
8998 double _arg1;
8999 double _arg2;
9000 PyObject * _argo0 = 0;
9001 char *_kwnames[] = { "self","w","h", NULL };
9002
9003 self = self;
9004 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyCompositeShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
9005 return NULL;
9006 if (_argo0) {
9007 if (_argo0 == Py_None) { _arg0 = NULL; }
9008 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
9009 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnBeginSize. Expected _wxPyCompositeShape_p.");
9010 return NULL;
9011 }
9012 }
9013{
9014 wxPy_BEGIN_ALLOW_THREADS;
9015 wxPyCompositeShape_base_OnBeginSize(_arg0,_arg1,_arg2);
9016
9017 wxPy_END_ALLOW_THREADS;
9018} Py_INCREF(Py_None);
9019 _resultobj = Py_None;
9020 return _resultobj;
9021}
9022
9023#define wxPyCompositeShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
9024static PyObject *_wrap_wxPyCompositeShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9025 PyObject * _resultobj;
9026 wxPyCompositeShape * _arg0;
9027 double _arg1;
9028 double _arg2;
9029 PyObject * _argo0 = 0;
9030 char *_kwnames[] = { "self","w","h", NULL };
9031
9032 self = self;
9033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyCompositeShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
9034 return NULL;
9035 if (_argo0) {
9036 if (_argo0 == Py_None) { _arg0 = NULL; }
9037 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
9038 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape_base_OnEndSize. Expected _wxPyCompositeShape_p.");
9039 return NULL;
9040 }
9041 }
9042{
9043 wxPy_BEGIN_ALLOW_THREADS;
9044 wxPyCompositeShape_base_OnEndSize(_arg0,_arg1,_arg2);
9045
9046 wxPy_END_ALLOW_THREADS;
9047} Py_INCREF(Py_None);
9048 _resultobj = Py_None;
9049 return _resultobj;
9050}
9051
9052static void *SwigwxPyDividedShapeTowxPyRectangleShape(void *ptr) {
9053 wxPyDividedShape *src;
9054 wxPyRectangleShape *dest;
9055 src = (wxPyDividedShape *) ptr;
9056 dest = (wxPyRectangleShape *) src;
9057 return (void *) dest;
9058}
9059
9060static void *SwigwxPyDividedShapeTowxPyShape(void *ptr) {
9061 wxPyDividedShape *src;
9062 wxPyShape *dest;
9063 src = (wxPyDividedShape *) ptr;
9064 dest = (wxPyShape *) src;
9065 return (void *) dest;
9066}
9067
9068static void *SwigwxPyDividedShapeTowxPyShapeEvtHandler(void *ptr) {
9069 wxPyDividedShape *src;
9070 wxPyShapeEvtHandler *dest;
9071 src = (wxPyDividedShape *) ptr;
9072 dest = (wxPyShapeEvtHandler *) src;
9073 return (void *) dest;
9074}
9075
9076#define new_wxPyDividedShape(_swigarg0,_swigarg1) (new wxPyDividedShape(_swigarg0,_swigarg1))
9077static PyObject *_wrap_new_wxPyDividedShape(PyObject *self, PyObject *args, PyObject *kwargs) {
9078 PyObject * _resultobj;
9079 wxPyDividedShape * _result;
9080 double _arg0 = (double ) 0.0;
9081 double _arg1 = (double ) 0.0;
9082 char *_kwnames[] = { "width","height", NULL };
9083 char _ptemp[128];
9084
9085 self = self;
9086 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|dd:new_wxPyDividedShape",_kwnames,&_arg0,&_arg1))
9087 return NULL;
9088{
9089 wxPy_BEGIN_ALLOW_THREADS;
9090 _result = (wxPyDividedShape *)new_wxPyDividedShape(_arg0,_arg1);
9091
9092 wxPy_END_ALLOW_THREADS;
9093} if (_result) {
9094 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDividedShape_p");
9095 _resultobj = Py_BuildValue("s",_ptemp);
9096 } else {
9097 Py_INCREF(Py_None);
9098 _resultobj = Py_None;
9099 }
9100 return _resultobj;
9101}
9102
f6bcfd97 9103#define wxPyDividedShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
e91a9dfc
RD
9104static PyObject *_wrap_wxPyDividedShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
9105 PyObject * _resultobj;
9106 wxPyDividedShape * _arg0;
9107 PyObject * _arg1;
f6bcfd97 9108 PyObject * _arg2;
e91a9dfc
RD
9109 PyObject * _argo0 = 0;
9110 PyObject * _obj1 = 0;
f6bcfd97
BP
9111 PyObject * _obj2 = 0;
9112 char *_kwnames[] = { "self","self","_class", NULL };
e91a9dfc
RD
9113
9114 self = self;
f6bcfd97 9115 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDividedShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
9116 return NULL;
9117 if (_argo0) {
9118 if (_argo0 == Py_None) { _arg0 = NULL; }
9119 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9120 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape__setSelf. Expected _wxPyDividedShape_p.");
9121 return NULL;
9122 }
9123 }
9124{
9125 _arg1 = _obj1;
9126}
f6bcfd97
BP
9127{
9128 _arg2 = _obj2;
9129}
e91a9dfc
RD
9130{
9131 wxPy_BEGIN_ALLOW_THREADS;
f6bcfd97 9132 wxPyDividedShape__setSelf(_arg0,_arg1,_arg2);
e91a9dfc
RD
9133
9134 wxPy_END_ALLOW_THREADS;
9135} Py_INCREF(Py_None);
9136 _resultobj = Py_None;
9137 return _resultobj;
9138}
9139
9140#define wxPyDividedShape_EditRegions(_swigobj) (_swigobj->EditRegions())
9141static PyObject *_wrap_wxPyDividedShape_EditRegions(PyObject *self, PyObject *args, PyObject *kwargs) {
9142 PyObject * _resultobj;
9143 wxPyDividedShape * _arg0;
9144 PyObject * _argo0 = 0;
9145 char *_kwnames[] = { "self", NULL };
9146
9147 self = self;
9148 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDividedShape_EditRegions",_kwnames,&_argo0))
9149 return NULL;
9150 if (_argo0) {
9151 if (_argo0 == Py_None) { _arg0 = NULL; }
9152 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9153 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_EditRegions. Expected _wxPyDividedShape_p.");
9154 return NULL;
9155 }
9156 }
9157{
9158 wxPy_BEGIN_ALLOW_THREADS;
9159 wxPyDividedShape_EditRegions(_arg0);
9160
9161 wxPy_END_ALLOW_THREADS;
9162} Py_INCREF(Py_None);
9163 _resultobj = Py_None;
9164 return _resultobj;
9165}
9166
9167#define wxPyDividedShape_SetRegionSizes(_swigobj) (_swigobj->SetRegionSizes())
9168static PyObject *_wrap_wxPyDividedShape_SetRegionSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
9169 PyObject * _resultobj;
9170 wxPyDividedShape * _arg0;
9171 PyObject * _argo0 = 0;
9172 char *_kwnames[] = { "self", NULL };
9173
9174 self = self;
9175 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDividedShape_SetRegionSizes",_kwnames,&_argo0))
9176 return NULL;
9177 if (_argo0) {
9178 if (_argo0 == Py_None) { _arg0 = NULL; }
9179 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9180 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_SetRegionSizes. Expected _wxPyDividedShape_p.");
9181 return NULL;
9182 }
9183 }
9184{
9185 wxPy_BEGIN_ALLOW_THREADS;
9186 wxPyDividedShape_SetRegionSizes(_arg0);
9187
9188 wxPy_END_ALLOW_THREADS;
9189} Py_INCREF(Py_None);
9190 _resultobj = Py_None;
9191 return _resultobj;
9192}
9193
9194#define wxPyDividedShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
9195static PyObject *_wrap_wxPyDividedShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
9196 PyObject * _resultobj;
9197 wxPyDividedShape * _arg0;
9198 PyObject * _argo0 = 0;
9199 char *_kwnames[] = { "self", NULL };
9200
9201 self = self;
9202 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDividedShape_base_OnDelete",_kwnames,&_argo0))
9203 return NULL;
9204 if (_argo0) {
9205 if (_argo0 == Py_None) { _arg0 = NULL; }
9206 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9207 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDelete. Expected _wxPyDividedShape_p.");
9208 return NULL;
9209 }
9210 }
9211{
9212 wxPy_BEGIN_ALLOW_THREADS;
9213 wxPyDividedShape_base_OnDelete(_arg0);
9214
9215 wxPy_END_ALLOW_THREADS;
9216} Py_INCREF(Py_None);
9217 _resultobj = Py_None;
9218 return _resultobj;
9219}
9220
9221#define wxPyDividedShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
9222static PyObject *_wrap_wxPyDividedShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
9223 PyObject * _resultobj;
9224 wxPyDividedShape * _arg0;
9225 wxDC * _arg1;
9226 PyObject * _argo0 = 0;
9227 PyObject * _argo1 = 0;
9228 char *_kwnames[] = { "self","dc", NULL };
9229
9230 self = self;
9231 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
9232 return NULL;
9233 if (_argo0) {
9234 if (_argo0 == Py_None) { _arg0 = NULL; }
9235 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9236 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDraw. Expected _wxPyDividedShape_p.");
9237 return NULL;
9238 }
9239 }
9240 if (_argo1) {
9241 if (_argo1 == Py_None) { _arg1 = NULL; }
9242 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9243 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDraw. Expected _wxDC_p.");
9244 return NULL;
9245 }
9246 }
9247{
9248 wxPy_BEGIN_ALLOW_THREADS;
9249 wxPyDividedShape_base_OnDraw(_arg0,*_arg1);
9250
9251 wxPy_END_ALLOW_THREADS;
9252} Py_INCREF(Py_None);
9253 _resultobj = Py_None;
9254 return _resultobj;
9255}
9256
9257#define wxPyDividedShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
9258static PyObject *_wrap_wxPyDividedShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
9259 PyObject * _resultobj;
9260 wxPyDividedShape * _arg0;
9261 wxDC * _arg1;
9262 PyObject * _argo0 = 0;
9263 PyObject * _argo1 = 0;
9264 char *_kwnames[] = { "self","dc", NULL };
9265
9266 self = self;
9267 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
9268 return NULL;
9269 if (_argo0) {
9270 if (_argo0 == Py_None) { _arg0 = NULL; }
9271 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9272 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawContents. Expected _wxPyDividedShape_p.");
9273 return NULL;
9274 }
9275 }
9276 if (_argo1) {
9277 if (_argo1 == Py_None) { _arg1 = NULL; }
9278 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9279 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawContents. Expected _wxDC_p.");
9280 return NULL;
9281 }
9282 }
9283{
9284 wxPy_BEGIN_ALLOW_THREADS;
9285 wxPyDividedShape_base_OnDrawContents(_arg0,*_arg1);
9286
9287 wxPy_END_ALLOW_THREADS;
9288} Py_INCREF(Py_None);
9289 _resultobj = Py_None;
9290 return _resultobj;
9291}
9292
9293#define wxPyDividedShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
9294static PyObject *_wrap_wxPyDividedShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
9295 PyObject * _resultobj;
9296 wxPyDividedShape * _arg0;
9297 wxDC * _arg1;
9298 bool _arg2 = (bool ) FALSE;
9299 PyObject * _argo0 = 0;
9300 PyObject * _argo1 = 0;
9301 int tempbool2 = (int) FALSE;
9302 char *_kwnames[] = { "self","dc","erase", NULL };
9303
9304 self = self;
9305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDividedShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
9306 return NULL;
9307 if (_argo0) {
9308 if (_argo0 == Py_None) { _arg0 = NULL; }
9309 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9310 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawBranches. Expected _wxPyDividedShape_p.");
9311 return NULL;
9312 }
9313 }
9314 if (_argo1) {
9315 if (_argo1 == Py_None) { _arg1 = NULL; }
9316 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9317 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawBranches. Expected _wxDC_p.");
9318 return NULL;
9319 }
9320 }
9321 _arg2 = (bool ) tempbool2;
9322{
9323 wxPy_BEGIN_ALLOW_THREADS;
9324 wxPyDividedShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
9325
9326 wxPy_END_ALLOW_THREADS;
9327} Py_INCREF(Py_None);
9328 _resultobj = Py_None;
9329 return _resultobj;
9330}
9331
9332#define wxPyDividedShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
9333static PyObject *_wrap_wxPyDividedShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
9334 PyObject * _resultobj;
9335 wxPyDividedShape * _arg0;
9336 wxDC * _arg1;
9337 PyObject * _argo0 = 0;
9338 PyObject * _argo1 = 0;
9339 char *_kwnames[] = { "self","dc", NULL };
9340
9341 self = self;
9342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
9343 return NULL;
9344 if (_argo0) {
9345 if (_argo0 == Py_None) { _arg0 = NULL; }
9346 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9347 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMoveLinks. Expected _wxPyDividedShape_p.");
9348 return NULL;
9349 }
9350 }
9351 if (_argo1) {
9352 if (_argo1 == Py_None) { _arg1 = NULL; }
9353 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9354 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMoveLinks. Expected _wxDC_p.");
9355 return NULL;
9356 }
9357 }
9358{
9359 wxPy_BEGIN_ALLOW_THREADS;
9360 wxPyDividedShape_base_OnMoveLinks(_arg0,*_arg1);
9361
9362 wxPy_END_ALLOW_THREADS;
9363} Py_INCREF(Py_None);
9364 _resultobj = Py_None;
9365 return _resultobj;
9366}
9367
9368#define wxPyDividedShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
9369static PyObject *_wrap_wxPyDividedShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
9370 PyObject * _resultobj;
9371 wxPyDividedShape * _arg0;
9372 wxDC * _arg1;
9373 PyObject * _argo0 = 0;
9374 PyObject * _argo1 = 0;
9375 char *_kwnames[] = { "self","dc", NULL };
9376
9377 self = self;
9378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnErase",_kwnames,&_argo0,&_argo1))
9379 return NULL;
9380 if (_argo0) {
9381 if (_argo0 == Py_None) { _arg0 = NULL; }
9382 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9383 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnErase. Expected _wxPyDividedShape_p.");
9384 return NULL;
9385 }
9386 }
9387 if (_argo1) {
9388 if (_argo1 == Py_None) { _arg1 = NULL; }
9389 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9390 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnErase. Expected _wxDC_p.");
9391 return NULL;
9392 }
9393 }
9394{
9395 wxPy_BEGIN_ALLOW_THREADS;
9396 wxPyDividedShape_base_OnErase(_arg0,*_arg1);
9397
9398 wxPy_END_ALLOW_THREADS;
9399} Py_INCREF(Py_None);
9400 _resultobj = Py_None;
9401 return _resultobj;
9402}
9403
9404#define wxPyDividedShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
9405static PyObject *_wrap_wxPyDividedShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
9406 PyObject * _resultobj;
9407 wxPyDividedShape * _arg0;
9408 wxDC * _arg1;
9409 PyObject * _argo0 = 0;
9410 PyObject * _argo1 = 0;
9411 char *_kwnames[] = { "self","dc", NULL };
9412
9413 self = self;
9414 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
9415 return NULL;
9416 if (_argo0) {
9417 if (_argo0 == Py_None) { _arg0 = NULL; }
9418 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9419 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEraseContents. Expected _wxPyDividedShape_p.");
9420 return NULL;
9421 }
9422 }
9423 if (_argo1) {
9424 if (_argo1 == Py_None) { _arg1 = NULL; }
9425 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9426 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnEraseContents. Expected _wxDC_p.");
9427 return NULL;
9428 }
9429 }
9430{
9431 wxPy_BEGIN_ALLOW_THREADS;
9432 wxPyDividedShape_base_OnEraseContents(_arg0,*_arg1);
9433
9434 wxPy_END_ALLOW_THREADS;
9435} Py_INCREF(Py_None);
9436 _resultobj = Py_None;
9437 return _resultobj;
9438}
9439
9440#define wxPyDividedShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
9441static PyObject *_wrap_wxPyDividedShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
9442 PyObject * _resultobj;
9443 wxPyDividedShape * _arg0;
9444 wxDC * _arg1;
9445 PyObject * _argo0 = 0;
9446 PyObject * _argo1 = 0;
9447 char *_kwnames[] = { "self","dc", NULL };
9448
9449 self = self;
9450 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
9451 return NULL;
9452 if (_argo0) {
9453 if (_argo0 == Py_None) { _arg0 = NULL; }
9454 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9455 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnHighlight. Expected _wxPyDividedShape_p.");
9456 return NULL;
9457 }
9458 }
9459 if (_argo1) {
9460 if (_argo1 == Py_None) { _arg1 = NULL; }
9461 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9462 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnHighlight. Expected _wxDC_p.");
9463 return NULL;
9464 }
9465 }
9466{
9467 wxPy_BEGIN_ALLOW_THREADS;
9468 wxPyDividedShape_base_OnHighlight(_arg0,*_arg1);
9469
9470 wxPy_END_ALLOW_THREADS;
9471} Py_INCREF(Py_None);
9472 _resultobj = Py_None;
9473 return _resultobj;
9474}
9475
9476#define wxPyDividedShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9477static PyObject *_wrap_wxPyDividedShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
9478 PyObject * _resultobj;
9479 wxPyDividedShape * _arg0;
9480 double _arg1;
9481 double _arg2;
9482 int _arg3 = (int ) 0;
9483 int _arg4 = (int ) 0;
9484 PyObject * _argo0 = 0;
9485 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9486
9487 self = self;
9488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9489 return NULL;
9490 if (_argo0) {
9491 if (_argo0 == Py_None) { _arg0 = NULL; }
9492 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9493 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnLeftClick. Expected _wxPyDividedShape_p.");
9494 return NULL;
9495 }
9496 }
9497{
9498 wxPy_BEGIN_ALLOW_THREADS;
9499 wxPyDividedShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
9500
9501 wxPy_END_ALLOW_THREADS;
9502} Py_INCREF(Py_None);
9503 _resultobj = Py_None;
9504 return _resultobj;
9505}
9506
9507#define wxPyDividedShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9508static PyObject *_wrap_wxPyDividedShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
9509 PyObject * _resultobj;
9510 wxPyDividedShape * _arg0;
9511 double _arg1;
9512 double _arg2;
9513 int _arg3 = (int ) 0;
9514 int _arg4 = (int ) 0;
9515 PyObject * _argo0 = 0;
9516 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9517
9518 self = self;
9519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9520 return NULL;
9521 if (_argo0) {
9522 if (_argo0 == Py_None) { _arg0 = NULL; }
9523 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9524 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnLeftDoubleClick. Expected _wxPyDividedShape_p.");
9525 return NULL;
9526 }
9527 }
9528{
9529 wxPy_BEGIN_ALLOW_THREADS;
9530 wxPyDividedShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
9531
9532 wxPy_END_ALLOW_THREADS;
9533} Py_INCREF(Py_None);
9534 _resultobj = Py_None;
9535 return _resultobj;
9536}
9537
9538#define wxPyDividedShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9539static PyObject *_wrap_wxPyDividedShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
9540 PyObject * _resultobj;
9541 wxPyDividedShape * _arg0;
9542 double _arg1;
9543 double _arg2;
9544 int _arg3 = (int ) 0;
9545 int _arg4 = (int ) 0;
9546 PyObject * _argo0 = 0;
9547 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9548
9549 self = self;
9550 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9551 return NULL;
9552 if (_argo0) {
9553 if (_argo0 == Py_None) { _arg0 = NULL; }
9554 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9555 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnRightClick. Expected _wxPyDividedShape_p.");
9556 return NULL;
9557 }
9558 }
9559{
9560 wxPy_BEGIN_ALLOW_THREADS;
9561 wxPyDividedShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
9562
9563 wxPy_END_ALLOW_THREADS;
9564} Py_INCREF(Py_None);
9565 _resultobj = Py_None;
9566 return _resultobj;
9567}
9568
9569#define wxPyDividedShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
9570static PyObject *_wrap_wxPyDividedShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9571 PyObject * _resultobj;
9572 wxPyDividedShape * _arg0;
9573 double _arg1;
9574 double _arg2;
9575 PyObject * _argo0 = 0;
9576 char *_kwnames[] = { "self","x","y", NULL };
9577
9578 self = self;
9579 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDividedShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
9580 return NULL;
9581 if (_argo0) {
9582 if (_argo0 == Py_None) { _arg0 = NULL; }
9583 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9584 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSize. Expected _wxPyDividedShape_p.");
9585 return NULL;
9586 }
9587 }
9588{
9589 wxPy_BEGIN_ALLOW_THREADS;
9590 wxPyDividedShape_base_OnSize(_arg0,_arg1,_arg2);
9591
9592 wxPy_END_ALLOW_THREADS;
9593} Py_INCREF(Py_None);
9594 _resultobj = Py_None;
9595 return _resultobj;
9596}
9597
9598#define wxPyDividedShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9599static PyObject *_wrap_wxPyDividedShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
9600 PyObject * _resultobj;
9601 bool _result;
9602 wxPyDividedShape * _arg0;
9603 wxDC * _arg1;
9604 double _arg2;
9605 double _arg3;
9606 double _arg4;
9607 double _arg5;
9608 bool _arg6 = (bool ) TRUE;
9609 PyObject * _argo0 = 0;
9610 PyObject * _argo1 = 0;
9611 int tempbool6 = (int) TRUE;
9612 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
9613
9614 self = self;
9615 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDividedShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
9616 return NULL;
9617 if (_argo0) {
9618 if (_argo0 == Py_None) { _arg0 = NULL; }
9619 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9620 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMovePre. Expected _wxPyDividedShape_p.");
9621 return NULL;
9622 }
9623 }
9624 if (_argo1) {
9625 if (_argo1 == Py_None) { _arg1 = NULL; }
9626 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9627 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMovePre. Expected _wxDC_p.");
9628 return NULL;
9629 }
9630 }
9631 _arg6 = (bool ) tempbool6;
9632{
9633 wxPy_BEGIN_ALLOW_THREADS;
9634 _result = (bool )wxPyDividedShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
9635
9636 wxPy_END_ALLOW_THREADS;
9637} _resultobj = Py_BuildValue("i",_result);
9638 return _resultobj;
9639}
9640
9641#define wxPyDividedShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9642static PyObject *_wrap_wxPyDividedShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
9643 PyObject * _resultobj;
9644 wxPyDividedShape * _arg0;
9645 wxDC * _arg1;
9646 double _arg2;
9647 double _arg3;
9648 double _arg4;
9649 double _arg5;
9650 bool _arg6 = (bool ) TRUE;
9651 PyObject * _argo0 = 0;
9652 PyObject * _argo1 = 0;
9653 int tempbool6 = (int) TRUE;
9654 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
9655
9656 self = self;
9657 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDividedShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
9658 return NULL;
9659 if (_argo0) {
9660 if (_argo0 == Py_None) { _arg0 = NULL; }
9661 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9662 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMovePost. Expected _wxPyDividedShape_p.");
9663 return NULL;
9664 }
9665 }
9666 if (_argo1) {
9667 if (_argo1 == Py_None) { _arg1 = NULL; }
9668 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9669 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMovePost. Expected _wxDC_p.");
9670 return NULL;
9671 }
9672 }
9673 _arg6 = (bool ) tempbool6;
9674{
9675 wxPy_BEGIN_ALLOW_THREADS;
9676 wxPyDividedShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
9677
9678 wxPy_END_ALLOW_THREADS;
9679} Py_INCREF(Py_None);
9680 _resultobj = Py_None;
9681 return _resultobj;
9682}
9683
9684#define wxPyDividedShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9685static PyObject *_wrap_wxPyDividedShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
9686 PyObject * _resultobj;
9687 wxPyDividedShape * _arg0;
9688 bool _arg1;
9689 double _arg2;
9690 double _arg3;
9691 int _arg4 = (int ) 0;
9692 int _arg5 = (int ) 0;
9693 PyObject * _argo0 = 0;
9694 int tempbool1;
9695 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
9696
9697 self = self;
9698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDividedShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
9699 return NULL;
9700 if (_argo0) {
9701 if (_argo0 == Py_None) { _arg0 = NULL; }
9702 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9703 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDragLeft. Expected _wxPyDividedShape_p.");
9704 return NULL;
9705 }
9706 }
9707 _arg1 = (bool ) tempbool1;
9708{
9709 wxPy_BEGIN_ALLOW_THREADS;
9710 wxPyDividedShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
9711
9712 wxPy_END_ALLOW_THREADS;
9713} Py_INCREF(Py_None);
9714 _resultobj = Py_None;
9715 return _resultobj;
9716}
9717
9718#define wxPyDividedShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9719static PyObject *_wrap_wxPyDividedShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
9720 PyObject * _resultobj;
9721 wxPyDividedShape * _arg0;
9722 double _arg1;
9723 double _arg2;
9724 int _arg3 = (int ) 0;
9725 int _arg4 = (int ) 0;
9726 PyObject * _argo0 = 0;
9727 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9728
9729 self = self;
9730 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9731 return NULL;
9732 if (_argo0) {
9733 if (_argo0 == Py_None) { _arg0 = NULL; }
9734 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9735 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnBeginDragLeft. Expected _wxPyDividedShape_p.");
9736 return NULL;
9737 }
9738 }
9739{
9740 wxPy_BEGIN_ALLOW_THREADS;
9741 wxPyDividedShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
9742
9743 wxPy_END_ALLOW_THREADS;
9744} Py_INCREF(Py_None);
9745 _resultobj = Py_None;
9746 return _resultobj;
9747}
9748
9749#define wxPyDividedShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9750static PyObject *_wrap_wxPyDividedShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
9751 PyObject * _resultobj;
9752 wxPyDividedShape * _arg0;
9753 double _arg1;
9754 double _arg2;
9755 int _arg3 = (int ) 0;
9756 int _arg4 = (int ) 0;
9757 PyObject * _argo0 = 0;
9758 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9759
9760 self = self;
9761 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9762 return NULL;
9763 if (_argo0) {
9764 if (_argo0 == Py_None) { _arg0 = NULL; }
9765 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9766 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEndDragLeft. Expected _wxPyDividedShape_p.");
9767 return NULL;
9768 }
9769 }
9770{
9771 wxPy_BEGIN_ALLOW_THREADS;
9772 wxPyDividedShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
9773
9774 wxPy_END_ALLOW_THREADS;
9775} Py_INCREF(Py_None);
9776 _resultobj = Py_None;
9777 return _resultobj;
9778}
9779
9780#define wxPyDividedShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9781static PyObject *_wrap_wxPyDividedShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
9782 PyObject * _resultobj;
9783 wxPyDividedShape * _arg0;
9784 bool _arg1;
9785 double _arg2;
9786 double _arg3;
9787 int _arg4 = (int ) 0;
9788 int _arg5 = (int ) 0;
9789 PyObject * _argo0 = 0;
9790 int tempbool1;
9791 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
9792
9793 self = self;
9794 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDividedShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
9795 return NULL;
9796 if (_argo0) {
9797 if (_argo0 == Py_None) { _arg0 = NULL; }
9798 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9799 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDragRight. Expected _wxPyDividedShape_p.");
9800 return NULL;
9801 }
9802 }
9803 _arg1 = (bool ) tempbool1;
9804{
9805 wxPy_BEGIN_ALLOW_THREADS;
9806 wxPyDividedShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
9807
9808 wxPy_END_ALLOW_THREADS;
9809} Py_INCREF(Py_None);
9810 _resultobj = Py_None;
9811 return _resultobj;
9812}
9813
9814#define wxPyDividedShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9815static PyObject *_wrap_wxPyDividedShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
9816 PyObject * _resultobj;
9817 wxPyDividedShape * _arg0;
9818 double _arg1;
9819 double _arg2;
9820 int _arg3 = (int ) 0;
9821 int _arg4 = (int ) 0;
9822 PyObject * _argo0 = 0;
9823 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9824
9825 self = self;
9826 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9827 return NULL;
9828 if (_argo0) {
9829 if (_argo0 == Py_None) { _arg0 = NULL; }
9830 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9831 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnBeginDragRight. Expected _wxPyDividedShape_p.");
9832 return NULL;
9833 }
9834 }
9835{
9836 wxPy_BEGIN_ALLOW_THREADS;
9837 wxPyDividedShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
9838
9839 wxPy_END_ALLOW_THREADS;
9840} Py_INCREF(Py_None);
9841 _resultobj = Py_None;
9842 return _resultobj;
9843}
9844
9845#define wxPyDividedShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
9846static PyObject *_wrap_wxPyDividedShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
9847 PyObject * _resultobj;
9848 wxPyDividedShape * _arg0;
9849 double _arg1;
9850 double _arg2;
9851 int _arg3 = (int ) 0;
9852 int _arg4 = (int ) 0;
9853 PyObject * _argo0 = 0;
9854 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
9855
9856 self = self;
9857 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDividedShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
9858 return NULL;
9859 if (_argo0) {
9860 if (_argo0 == Py_None) { _arg0 = NULL; }
9861 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9862 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEndDragRight. Expected _wxPyDividedShape_p.");
9863 return NULL;
9864 }
9865 }
9866{
9867 wxPy_BEGIN_ALLOW_THREADS;
9868 wxPyDividedShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
9869
9870 wxPy_END_ALLOW_THREADS;
9871} Py_INCREF(Py_None);
9872 _resultobj = Py_None;
9873 return _resultobj;
9874}
9875
9876#define wxPyDividedShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9877static PyObject *_wrap_wxPyDividedShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
9878 PyObject * _resultobj;
9879 wxPyDividedShape * _arg0;
9880 wxDC * _arg1;
9881 double _arg2;
9882 double _arg3;
9883 double _arg4;
9884 double _arg5;
9885 PyObject * _argo0 = 0;
9886 PyObject * _argo1 = 0;
9887 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
9888
9889 self = self;
9890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyDividedShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
9891 return NULL;
9892 if (_argo0) {
9893 if (_argo0 == Py_None) { _arg0 = NULL; }
9894 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9895 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawOutline. Expected _wxPyDividedShape_p.");
9896 return NULL;
9897 }
9898 }
9899 if (_argo1) {
9900 if (_argo1 == Py_None) { _arg1 = NULL; }
9901 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9902 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawOutline. Expected _wxDC_p.");
9903 return NULL;
9904 }
9905 }
9906{
9907 wxPy_BEGIN_ALLOW_THREADS;
9908 wxPyDividedShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
9909
9910 wxPy_END_ALLOW_THREADS;
9911} Py_INCREF(Py_None);
9912 _resultobj = Py_None;
9913 return _resultobj;
9914}
9915
9916#define wxPyDividedShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
9917static PyObject *_wrap_wxPyDividedShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
9918 PyObject * _resultobj;
9919 wxPyDividedShape * _arg0;
9920 wxDC * _arg1;
9921 PyObject * _argo0 = 0;
9922 PyObject * _argo1 = 0;
9923 char *_kwnames[] = { "self","dc", NULL };
9924
9925 self = self;
9926 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
9927 return NULL;
9928 if (_argo0) {
9929 if (_argo0 == Py_None) { _arg0 = NULL; }
9930 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9931 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnDrawControlPoints. Expected _wxPyDividedShape_p.");
9932 return NULL;
9933 }
9934 }
9935 if (_argo1) {
9936 if (_argo1 == Py_None) { _arg1 = NULL; }
9937 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9938 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnDrawControlPoints. Expected _wxDC_p.");
9939 return NULL;
9940 }
9941 }
9942{
9943 wxPy_BEGIN_ALLOW_THREADS;
9944 wxPyDividedShape_base_OnDrawControlPoints(_arg0,*_arg1);
9945
9946 wxPy_END_ALLOW_THREADS;
9947} Py_INCREF(Py_None);
9948 _resultobj = Py_None;
9949 return _resultobj;
9950}
9951
9952#define wxPyDividedShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
9953static PyObject *_wrap_wxPyDividedShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
9954 PyObject * _resultobj;
9955 wxPyDividedShape * _arg0;
9956 wxDC * _arg1;
9957 PyObject * _argo0 = 0;
9958 PyObject * _argo1 = 0;
9959 char *_kwnames[] = { "self","dc", NULL };
9960
9961 self = self;
9962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDividedShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
9963 return NULL;
9964 if (_argo0) {
9965 if (_argo0 == Py_None) { _arg0 = NULL; }
9966 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
9967 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEraseControlPoints. Expected _wxPyDividedShape_p.");
9968 return NULL;
9969 }
9970 }
9971 if (_argo1) {
9972 if (_argo1 == Py_None) { _arg1 = NULL; }
9973 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
9974 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnEraseControlPoints. Expected _wxDC_p.");
9975 return NULL;
9976 }
9977 }
9978{
9979 wxPy_BEGIN_ALLOW_THREADS;
9980 wxPyDividedShape_base_OnEraseControlPoints(_arg0,*_arg1);
9981
9982 wxPy_END_ALLOW_THREADS;
9983} Py_INCREF(Py_None);
9984 _resultobj = Py_None;
9985 return _resultobj;
9986}
9987
9988#define wxPyDividedShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
9989static PyObject *_wrap_wxPyDividedShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
9990 PyObject * _resultobj;
9991 wxPyDividedShape * _arg0;
9992 wxDC * _arg1;
9993 bool _arg2 = (bool ) TRUE;
9994 PyObject * _argo0 = 0;
9995 PyObject * _argo1 = 0;
9996 int tempbool2 = (int) TRUE;
9997 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
9998
9999 self = self;
10000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDividedShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
10001 return NULL;
10002 if (_argo0) {
10003 if (_argo0 == Py_None) { _arg0 = NULL; }
10004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnMoveLink. Expected _wxPyDividedShape_p.");
10006 return NULL;
10007 }
10008 }
10009 if (_argo1) {
10010 if (_argo1 == Py_None) { _arg1 = NULL; }
10011 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
10012 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnMoveLink. Expected _wxDC_p.");
10013 return NULL;
10014 }
10015 }
10016 _arg2 = (bool ) tempbool2;
10017{
10018 wxPy_BEGIN_ALLOW_THREADS;
10019 wxPyDividedShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
10020
10021 wxPy_END_ALLOW_THREADS;
10022} Py_INCREF(Py_None);
10023 _resultobj = Py_None;
10024 return _resultobj;
10025}
10026
10027#define wxPyDividedShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
10028static PyObject *_wrap_wxPyDividedShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10029 PyObject * _resultobj;
10030 wxPyDividedShape * _arg0;
2348eaee 10031 wxPyControlPoint * _arg1;
e91a9dfc
RD
10032 bool _arg2;
10033 double _arg3;
10034 double _arg4;
10035 int _arg5 = (int ) 0;
10036 int _arg6 = (int ) 0;
10037 PyObject * _argo0 = 0;
10038 PyObject * _argo1 = 0;
10039 int tempbool2;
10040 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
10041
10042 self = self;
10043 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyDividedShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
10044 return NULL;
10045 if (_argo0) {
10046 if (_argo0 == Py_None) { _arg0 = NULL; }
10047 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10048 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSizingDragLeft. Expected _wxPyDividedShape_p.");
10049 return NULL;
10050 }
10051 }
10052 if (_argo1) {
10053 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
10054 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
10055 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
10056 return NULL;
10057 }
10058 }
10059 _arg2 = (bool ) tempbool2;
10060{
10061 wxPy_BEGIN_ALLOW_THREADS;
10062 wxPyDividedShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
10063
10064 wxPy_END_ALLOW_THREADS;
10065} Py_INCREF(Py_None);
10066 _resultobj = Py_None;
10067 return _resultobj;
10068}
10069
10070#define wxPyDividedShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
10071static PyObject *_wrap_wxPyDividedShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10072 PyObject * _resultobj;
10073 wxPyDividedShape * _arg0;
2348eaee 10074 wxPyControlPoint * _arg1;
e91a9dfc
RD
10075 double _arg2;
10076 double _arg3;
10077 int _arg4 = (int ) 0;
10078 int _arg5 = (int ) 0;
10079 PyObject * _argo0 = 0;
10080 PyObject * _argo1 = 0;
10081 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
10082
10083 self = self;
10084 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDividedShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
10085 return NULL;
10086 if (_argo0) {
10087 if (_argo0 == Py_None) { _arg0 = NULL; }
10088 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10089 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSizingBeginDragLeft. Expected _wxPyDividedShape_p.");
10090 return NULL;
10091 }
10092 }
10093 if (_argo1) {
10094 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
10095 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
10096 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
10097 return NULL;
10098 }
10099 }
10100{
10101 wxPy_BEGIN_ALLOW_THREADS;
10102 wxPyDividedShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
10103
10104 wxPy_END_ALLOW_THREADS;
10105} Py_INCREF(Py_None);
10106 _resultobj = Py_None;
10107 return _resultobj;
10108}
10109
10110#define wxPyDividedShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
10111static PyObject *_wrap_wxPyDividedShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10112 PyObject * _resultobj;
10113 wxPyDividedShape * _arg0;
2348eaee 10114 wxPyControlPoint * _arg1;
e91a9dfc
RD
10115 double _arg2;
10116 double _arg3;
10117 int _arg4 = (int ) 0;
10118 int _arg5 = (int ) 0;
10119 PyObject * _argo0 = 0;
10120 PyObject * _argo1 = 0;
10121 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
10122
10123 self = self;
10124 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDividedShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
10125 return NULL;
10126 if (_argo0) {
10127 if (_argo0 == Py_None) { _arg0 = NULL; }
10128 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10129 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnSizingEndDragLeft. Expected _wxPyDividedShape_p.");
10130 return NULL;
10131 }
10132 }
10133 if (_argo1) {
10134 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
10135 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
10136 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDividedShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
10137 return NULL;
10138 }
10139 }
10140{
10141 wxPy_BEGIN_ALLOW_THREADS;
10142 wxPyDividedShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
10143
10144 wxPy_END_ALLOW_THREADS;
10145} Py_INCREF(Py_None);
10146 _resultobj = Py_None;
10147 return _resultobj;
10148}
10149
10150#define wxPyDividedShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
10151static PyObject *_wrap_wxPyDividedShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10152 PyObject * _resultobj;
10153 wxPyDividedShape * _arg0;
10154 double _arg1;
10155 double _arg2;
10156 PyObject * _argo0 = 0;
10157 char *_kwnames[] = { "self","w","h", NULL };
10158
10159 self = self;
10160 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDividedShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
10161 return NULL;
10162 if (_argo0) {
10163 if (_argo0 == Py_None) { _arg0 = NULL; }
10164 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10165 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnBeginSize. Expected _wxPyDividedShape_p.");
10166 return NULL;
10167 }
10168 }
10169{
10170 wxPy_BEGIN_ALLOW_THREADS;
10171 wxPyDividedShape_base_OnBeginSize(_arg0,_arg1,_arg2);
10172
10173 wxPy_END_ALLOW_THREADS;
10174} Py_INCREF(Py_None);
10175 _resultobj = Py_None;
10176 return _resultobj;
10177}
10178
10179#define wxPyDividedShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
10180static PyObject *_wrap_wxPyDividedShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10181 PyObject * _resultobj;
10182 wxPyDividedShape * _arg0;
10183 double _arg1;
10184 double _arg2;
10185 PyObject * _argo0 = 0;
10186 char *_kwnames[] = { "self","w","h", NULL };
10187
10188 self = self;
10189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDividedShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
10190 return NULL;
10191 if (_argo0) {
10192 if (_argo0 == Py_None) { _arg0 = NULL; }
10193 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
10194 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape_base_OnEndSize. Expected _wxPyDividedShape_p.");
10195 return NULL;
10196 }
10197 }
10198{
10199 wxPy_BEGIN_ALLOW_THREADS;
10200 wxPyDividedShape_base_OnEndSize(_arg0,_arg1,_arg2);
10201
10202 wxPy_END_ALLOW_THREADS;
10203} Py_INCREF(Py_None);
10204 _resultobj = Py_None;
10205 return _resultobj;
10206}
10207
10208static void *SwigwxPyDivisionShapeTowxPyCompositeShape(void *ptr) {
10209 wxPyDivisionShape *src;
10210 wxPyCompositeShape *dest;
10211 src = (wxPyDivisionShape *) ptr;
10212 dest = (wxPyCompositeShape *) src;
10213 return (void *) dest;
10214}
10215
10216static void *SwigwxPyDivisionShapeTowxPyRectangleShape(void *ptr) {
10217 wxPyDivisionShape *src;
10218 wxPyRectangleShape *dest;
10219 src = (wxPyDivisionShape *) ptr;
10220 dest = (wxPyRectangleShape *) src;
10221 return (void *) dest;
10222}
10223
10224static void *SwigwxPyDivisionShapeTowxPyShape(void *ptr) {
10225 wxPyDivisionShape *src;
10226 wxPyShape *dest;
10227 src = (wxPyDivisionShape *) ptr;
10228 dest = (wxPyShape *) src;
10229 return (void *) dest;
10230}
10231
10232static void *SwigwxPyDivisionShapeTowxPyShapeEvtHandler(void *ptr) {
10233 wxPyDivisionShape *src;
10234 wxPyShapeEvtHandler *dest;
10235 src = (wxPyDivisionShape *) ptr;
10236 dest = (wxPyShapeEvtHandler *) src;
10237 return (void *) dest;
10238}
10239
10240#define new_wxPyDivisionShape() (new wxPyDivisionShape())
10241static PyObject *_wrap_new_wxPyDivisionShape(PyObject *self, PyObject *args, PyObject *kwargs) {
10242 PyObject * _resultobj;
10243 wxPyDivisionShape * _result;
10244 char *_kwnames[] = { NULL };
10245 char _ptemp[128];
10246
10247 self = self;
10248 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyDivisionShape",_kwnames))
10249 return NULL;
10250{
10251 wxPy_BEGIN_ALLOW_THREADS;
10252 _result = (wxPyDivisionShape *)new_wxPyDivisionShape();
10253
10254 wxPy_END_ALLOW_THREADS;
10255} if (_result) {
10256 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10257 _resultobj = Py_BuildValue("s",_ptemp);
10258 } else {
10259 Py_INCREF(Py_None);
10260 _resultobj = Py_None;
10261 }
10262 return _resultobj;
10263}
10264
f6bcfd97 10265#define wxPyDivisionShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
e91a9dfc
RD
10266static PyObject *_wrap_wxPyDivisionShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
10267 PyObject * _resultobj;
10268 wxPyDivisionShape * _arg0;
10269 PyObject * _arg1;
f6bcfd97 10270 PyObject * _arg2;
e91a9dfc
RD
10271 PyObject * _argo0 = 0;
10272 PyObject * _obj1 = 0;
f6bcfd97
BP
10273 PyObject * _obj2 = 0;
10274 char *_kwnames[] = { "self","self","_class", NULL };
e91a9dfc
RD
10275
10276 self = self;
f6bcfd97 10277 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDivisionShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
e91a9dfc
RD
10278 return NULL;
10279 if (_argo0) {
10280 if (_argo0 == Py_None) { _arg0 = NULL; }
10281 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10282 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape__setSelf. Expected _wxPyDivisionShape_p.");
10283 return NULL;
10284 }
10285 }
10286{
10287 _arg1 = _obj1;
10288}
f6bcfd97
BP
10289{
10290 _arg2 = _obj2;
10291}
e91a9dfc
RD
10292{
10293 wxPy_BEGIN_ALLOW_THREADS;
f6bcfd97 10294 wxPyDivisionShape__setSelf(_arg0,_arg1,_arg2);
e91a9dfc
RD
10295
10296 wxPy_END_ALLOW_THREADS;
10297} Py_INCREF(Py_None);
10298 _resultobj = Py_None;
10299 return _resultobj;
10300}
10301
10302#define wxPyDivisionShape_AdjustBottom(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustBottom(_swigarg0,_swigarg1))
10303static PyObject *_wrap_wxPyDivisionShape_AdjustBottom(PyObject *self, PyObject *args, PyObject *kwargs) {
10304 PyObject * _resultobj;
10305 wxPyDivisionShape * _arg0;
10306 double _arg1;
10307 bool _arg2;
10308 PyObject * _argo0 = 0;
10309 int tempbool2;
10310 char *_kwnames[] = { "self","bottom","test", NULL };
10311
10312 self = self;
10313 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustBottom",_kwnames,&_argo0,&_arg1,&tempbool2))
10314 return NULL;
10315 if (_argo0) {
10316 if (_argo0 == Py_None) { _arg0 = NULL; }
10317 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10318 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustBottom. Expected _wxPyDivisionShape_p.");
10319 return NULL;
10320 }
10321 }
10322 _arg2 = (bool ) tempbool2;
10323{
10324 wxPy_BEGIN_ALLOW_THREADS;
10325 wxPyDivisionShape_AdjustBottom(_arg0,_arg1,_arg2);
10326
10327 wxPy_END_ALLOW_THREADS;
10328} Py_INCREF(Py_None);
10329 _resultobj = Py_None;
10330 return _resultobj;
10331}
10332
10333#define wxPyDivisionShape_AdjustLeft(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustLeft(_swigarg0,_swigarg1))
10334static PyObject *_wrap_wxPyDivisionShape_AdjustLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
10335 PyObject * _resultobj;
10336 wxPyDivisionShape * _arg0;
10337 double _arg1;
10338 bool _arg2;
10339 PyObject * _argo0 = 0;
10340 int tempbool2;
10341 char *_kwnames[] = { "self","left","test", NULL };
10342
10343 self = self;
10344 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustLeft",_kwnames,&_argo0,&_arg1,&tempbool2))
10345 return NULL;
10346 if (_argo0) {
10347 if (_argo0 == Py_None) { _arg0 = NULL; }
10348 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10349 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustLeft. Expected _wxPyDivisionShape_p.");
10350 return NULL;
10351 }
10352 }
10353 _arg2 = (bool ) tempbool2;
10354{
10355 wxPy_BEGIN_ALLOW_THREADS;
10356 wxPyDivisionShape_AdjustLeft(_arg0,_arg1,_arg2);
10357
10358 wxPy_END_ALLOW_THREADS;
10359} Py_INCREF(Py_None);
10360 _resultobj = Py_None;
10361 return _resultobj;
10362}
10363
10364#define wxPyDivisionShape_AdjustRight(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustRight(_swigarg0,_swigarg1))
10365static PyObject *_wrap_wxPyDivisionShape_AdjustRight(PyObject *self, PyObject *args, PyObject *kwargs) {
10366 PyObject * _resultobj;
10367 wxPyDivisionShape * _arg0;
10368 double _arg1;
10369 bool _arg2;
10370 PyObject * _argo0 = 0;
10371 int tempbool2;
10372 char *_kwnames[] = { "self","right","test", NULL };
10373
10374 self = self;
10375 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustRight",_kwnames,&_argo0,&_arg1,&tempbool2))
10376 return NULL;
10377 if (_argo0) {
10378 if (_argo0 == Py_None) { _arg0 = NULL; }
10379 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10380 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustRight. Expected _wxPyDivisionShape_p.");
10381 return NULL;
10382 }
10383 }
10384 _arg2 = (bool ) tempbool2;
10385{
10386 wxPy_BEGIN_ALLOW_THREADS;
10387 wxPyDivisionShape_AdjustRight(_arg0,_arg1,_arg2);
10388
10389 wxPy_END_ALLOW_THREADS;
10390} Py_INCREF(Py_None);
10391 _resultobj = Py_None;
10392 return _resultobj;
10393}
10394
10395#define wxPyDivisionShape_AdjustTop(_swigobj,_swigarg0,_swigarg1) (_swigobj->AdjustTop(_swigarg0,_swigarg1))
10396static PyObject *_wrap_wxPyDivisionShape_AdjustTop(PyObject *self, PyObject *args, PyObject *kwargs) {
10397 PyObject * _resultobj;
10398 wxPyDivisionShape * _arg0;
10399 double _arg1;
10400 bool _arg2;
10401 PyObject * _argo0 = 0;
10402 int tempbool2;
10403 char *_kwnames[] = { "self","top","test", NULL };
10404
10405 self = self;
10406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odi:wxPyDivisionShape_AdjustTop",_kwnames,&_argo0,&_arg1,&tempbool2))
10407 return NULL;
10408 if (_argo0) {
10409 if (_argo0 == Py_None) { _arg0 = NULL; }
10410 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10411 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_AdjustTop. Expected _wxPyDivisionShape_p.");
10412 return NULL;
10413 }
10414 }
10415 _arg2 = (bool ) tempbool2;
10416{
10417 wxPy_BEGIN_ALLOW_THREADS;
10418 wxPyDivisionShape_AdjustTop(_arg0,_arg1,_arg2);
10419
10420 wxPy_END_ALLOW_THREADS;
10421} Py_INCREF(Py_None);
10422 _resultobj = Py_None;
10423 return _resultobj;
10424}
10425
10426#define wxPyDivisionShape_Divide(_swigobj,_swigarg0) (_swigobj->Divide(_swigarg0))
10427static PyObject *_wrap_wxPyDivisionShape_Divide(PyObject *self, PyObject *args, PyObject *kwargs) {
10428 PyObject * _resultobj;
10429 wxPyDivisionShape * _arg0;
10430 int _arg1;
10431 PyObject * _argo0 = 0;
10432 char *_kwnames[] = { "self","direction", NULL };
10433
10434 self = self;
10435 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDivisionShape_Divide",_kwnames,&_argo0,&_arg1))
10436 return NULL;
10437 if (_argo0) {
10438 if (_argo0 == Py_None) { _arg0 = NULL; }
10439 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10440 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_Divide. Expected _wxPyDivisionShape_p.");
10441 return NULL;
10442 }
10443 }
10444{
10445 wxPy_BEGIN_ALLOW_THREADS;
10446 wxPyDivisionShape_Divide(_arg0,_arg1);
10447
10448 wxPy_END_ALLOW_THREADS;
10449} Py_INCREF(Py_None);
10450 _resultobj = Py_None;
10451 return _resultobj;
10452}
10453
10454#define wxPyDivisionShape_EditEdge(_swigobj,_swigarg0) (_swigobj->EditEdge(_swigarg0))
10455static PyObject *_wrap_wxPyDivisionShape_EditEdge(PyObject *self, PyObject *args, PyObject *kwargs) {
10456 PyObject * _resultobj;
10457 wxPyDivisionShape * _arg0;
10458 int _arg1;
10459 PyObject * _argo0 = 0;
10460 char *_kwnames[] = { "self","side", NULL };
10461
10462 self = self;
10463 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDivisionShape_EditEdge",_kwnames,&_argo0,&_arg1))
10464 return NULL;
10465 if (_argo0) {
10466 if (_argo0 == Py_None) { _arg0 = NULL; }
10467 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10468 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_EditEdge. Expected _wxPyDivisionShape_p.");
10469 return NULL;
10470 }
10471 }
10472{
10473 wxPy_BEGIN_ALLOW_THREADS;
10474 wxPyDivisionShape_EditEdge(_arg0,_arg1);
10475
10476 wxPy_END_ALLOW_THREADS;
10477} Py_INCREF(Py_None);
10478 _resultobj = Py_None;
10479 return _resultobj;
10480}
10481
10482#define wxPyDivisionShape_GetBottomSide(_swigobj) (_swigobj->GetBottomSide())
10483static PyObject *_wrap_wxPyDivisionShape_GetBottomSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10484 PyObject * _resultobj;
10485 wxPyDivisionShape * _result;
10486 wxPyDivisionShape * _arg0;
10487 PyObject * _argo0 = 0;
10488 char *_kwnames[] = { "self", NULL };
10489 char _ptemp[128];
10490
10491 self = self;
10492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetBottomSide",_kwnames,&_argo0))
10493 return NULL;
10494 if (_argo0) {
10495 if (_argo0 == Py_None) { _arg0 = NULL; }
10496 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10497 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetBottomSide. Expected _wxPyDivisionShape_p.");
10498 return NULL;
10499 }
10500 }
10501{
10502 wxPy_BEGIN_ALLOW_THREADS;
10503 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetBottomSide(_arg0);
10504
10505 wxPy_END_ALLOW_THREADS;
10506} if (_result) {
10507 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10508 _resultobj = Py_BuildValue("s",_ptemp);
10509 } else {
10510 Py_INCREF(Py_None);
10511 _resultobj = Py_None;
10512 }
10513 return _resultobj;
10514}
10515
10516#define wxPyDivisionShape_GetHandleSide(_swigobj) (_swigobj->GetHandleSide())
10517static PyObject *_wrap_wxPyDivisionShape_GetHandleSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10518 PyObject * _resultobj;
10519 int _result;
10520 wxPyDivisionShape * _arg0;
10521 PyObject * _argo0 = 0;
10522 char *_kwnames[] = { "self", NULL };
10523
10524 self = self;
10525 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetHandleSide",_kwnames,&_argo0))
10526 return NULL;
10527 if (_argo0) {
10528 if (_argo0 == Py_None) { _arg0 = NULL; }
10529 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10530 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetHandleSide. Expected _wxPyDivisionShape_p.");
10531 return NULL;
10532 }
10533 }
10534{
10535 wxPy_BEGIN_ALLOW_THREADS;
10536 _result = (int )wxPyDivisionShape_GetHandleSide(_arg0);
10537
10538 wxPy_END_ALLOW_THREADS;
10539} _resultobj = Py_BuildValue("i",_result);
10540 return _resultobj;
10541}
10542
10543#define wxPyDivisionShape_GetLeftSide(_swigobj) (_swigobj->GetLeftSide())
10544static PyObject *_wrap_wxPyDivisionShape_GetLeftSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10545 PyObject * _resultobj;
10546 wxPyDivisionShape * _result;
10547 wxPyDivisionShape * _arg0;
10548 PyObject * _argo0 = 0;
10549 char *_kwnames[] = { "self", NULL };
10550 char _ptemp[128];
10551
10552 self = self;
10553 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetLeftSide",_kwnames,&_argo0))
10554 return NULL;
10555 if (_argo0) {
10556 if (_argo0 == Py_None) { _arg0 = NULL; }
10557 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10558 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetLeftSide. Expected _wxPyDivisionShape_p.");
10559 return NULL;
10560 }
10561 }
10562{
10563 wxPy_BEGIN_ALLOW_THREADS;
10564 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetLeftSide(_arg0);
10565
10566 wxPy_END_ALLOW_THREADS;
10567} if (_result) {
10568 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10569 _resultobj = Py_BuildValue("s",_ptemp);
10570 } else {
10571 Py_INCREF(Py_None);
10572 _resultobj = Py_None;
10573 }
10574 return _resultobj;
10575}
10576
10577#define wxPyDivisionShape_GetLeftSideColour(_swigobj) (_swigobj->GetLeftSideColour())
10578static PyObject *_wrap_wxPyDivisionShape_GetLeftSideColour(PyObject *self, PyObject *args, PyObject *kwargs) {
10579 PyObject * _resultobj;
10580 wxString * _result;
10581 wxPyDivisionShape * _arg0;
10582 PyObject * _argo0 = 0;
10583 char *_kwnames[] = { "self", NULL };
10584
10585 self = self;
10586 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetLeftSideColour",_kwnames,&_argo0))
10587 return NULL;
10588 if (_argo0) {
10589 if (_argo0 == Py_None) { _arg0 = NULL; }
10590 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10591 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetLeftSideColour. Expected _wxPyDivisionShape_p.");
10592 return NULL;
10593 }
10594 }
10595{
10596 wxPy_BEGIN_ALLOW_THREADS;
10597 _result = new wxString (wxPyDivisionShape_GetLeftSideColour(_arg0));
10598
10599 wxPy_END_ALLOW_THREADS;
10600}{
eec92d76 10601 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
e91a9dfc
RD
10602}
10603{
10604 delete _result;
10605}
10606 return _resultobj;
10607}
10608
10609#define wxPyDivisionShape_GetLeftSidePen(_swigobj) (_swigobj->GetLeftSidePen())
10610static PyObject *_wrap_wxPyDivisionShape_GetLeftSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
10611 PyObject * _resultobj;
10612 wxPen * _result;
10613 wxPyDivisionShape * _arg0;
10614 PyObject * _argo0 = 0;
10615 char *_kwnames[] = { "self", NULL };
10616 char _ptemp[128];
10617
10618 self = self;
10619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetLeftSidePen",_kwnames,&_argo0))
10620 return NULL;
10621 if (_argo0) {
10622 if (_argo0 == Py_None) { _arg0 = NULL; }
10623 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10624 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetLeftSidePen. Expected _wxPyDivisionShape_p.");
10625 return NULL;
10626 }
10627 }
10628{
10629 wxPy_BEGIN_ALLOW_THREADS;
10630 _result = (wxPen *)wxPyDivisionShape_GetLeftSidePen(_arg0);
10631
10632 wxPy_END_ALLOW_THREADS;
10633} if (_result) {
10634 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPen_p");
10635 _resultobj = Py_BuildValue("s",_ptemp);
10636 } else {
10637 Py_INCREF(Py_None);
10638 _resultobj = Py_None;
10639 }
10640 return _resultobj;
10641}
10642
10643#define wxPyDivisionShape_GetRightSide(_swigobj) (_swigobj->GetRightSide())
10644static PyObject *_wrap_wxPyDivisionShape_GetRightSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10645 PyObject * _resultobj;
10646 wxPyDivisionShape * _result;
10647 wxPyDivisionShape * _arg0;
10648 PyObject * _argo0 = 0;
10649 char *_kwnames[] = { "self", NULL };
10650 char _ptemp[128];
10651
10652 self = self;
10653 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetRightSide",_kwnames,&_argo0))
10654 return NULL;
10655 if (_argo0) {
10656 if (_argo0 == Py_None) { _arg0 = NULL; }
10657 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10658 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetRightSide. Expected _wxPyDivisionShape_p.");
10659 return NULL;
10660 }
10661 }
10662{
10663 wxPy_BEGIN_ALLOW_THREADS;
10664 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetRightSide(_arg0);
10665
10666 wxPy_END_ALLOW_THREADS;
10667} if (_result) {
10668 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10669 _resultobj = Py_BuildValue("s",_ptemp);
10670 } else {
10671 Py_INCREF(Py_None);
10672 _resultobj = Py_None;
10673 }
10674 return _resultobj;
10675}
10676
10677#define wxPyDivisionShape_GetTopSide(_swigobj) (_swigobj->GetTopSide())
10678static PyObject *_wrap_wxPyDivisionShape_GetTopSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10679 PyObject * _resultobj;
10680 wxPyDivisionShape * _result;
10681 wxPyDivisionShape * _arg0;
10682 PyObject * _argo0 = 0;
10683 char *_kwnames[] = { "self", NULL };
10684 char _ptemp[128];
10685
10686 self = self;
10687 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetTopSide",_kwnames,&_argo0))
10688 return NULL;
10689 if (_argo0) {
10690 if (_argo0 == Py_None) { _arg0 = NULL; }
10691 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10692 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetTopSide. Expected _wxPyDivisionShape_p.");
10693 return NULL;
10694 }
10695 }
10696{
10697 wxPy_BEGIN_ALLOW_THREADS;
10698 _result = (wxPyDivisionShape *)wxPyDivisionShape_GetTopSide(_arg0);
10699
10700 wxPy_END_ALLOW_THREADS;
10701} if (_result) {
10702 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
10703 _resultobj = Py_BuildValue("s",_ptemp);
10704 } else {
10705 Py_INCREF(Py_None);
10706 _resultobj = Py_None;
10707 }
10708 return _resultobj;
10709}
10710
10711#define wxPyDivisionShape_GetTopSidePen(_swigobj) (_swigobj->GetTopSidePen())
10712static PyObject *_wrap_wxPyDivisionShape_GetTopSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
10713 PyObject * _resultobj;
10714 wxPen * _result;
10715 wxPyDivisionShape * _arg0;
10716 PyObject * _argo0 = 0;
10717 char *_kwnames[] = { "self", NULL };
10718 char _ptemp[128];
10719
10720 self = self;
10721 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetTopSidePen",_kwnames,&_argo0))
10722 return NULL;
10723 if (_argo0) {
10724 if (_argo0 == Py_None) { _arg0 = NULL; }
10725 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10726 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_GetTopSidePen. Expected _wxPyDivisionShape_p.");
10727 return NULL;
10728 }
10729 }
10730{
10731 wxPy_BEGIN_ALLOW_THREADS;
10732 _result = (wxPen *)wxPyDivisionShape_GetTopSidePen(_arg0);
10733
10734 wxPy_END_ALLOW_THREADS;
10735} if (_result) {
10736 SWIG_MakePtr(_ptemp, (char *) _result,"_wxPen_p");
10737 _resultobj = Py_BuildValue("s",_ptemp);
10738 } else {
10739 Py_INCREF(Py_None);
10740 _resultobj = Py_None;
10741 }
10742 return _resultobj;
10743}
10744
10745#define wxPyDivisionShape_ResizeAdjoining(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->ResizeAdjoining(_swigarg0,_swigarg1,_swigarg2))
10746static PyObject *_wrap_wxPyDivisionShape_ResizeAdjoining(PyObject *self, PyObject *args, PyObject *kwargs) {
10747 PyObject * _resultobj;
10748 wxPyDivisionShape * _arg0;
10749 int _arg1;
10750 double _arg2;
10751 bool _arg3;
10752 PyObject * _argo0 = 0;
10753 int tempbool3;
10754 char *_kwnames[] = { "self","side","newPos","test", NULL };
10755
10756 self = self;
10757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidi:wxPyDivisionShape_ResizeAdjoining",_kwnames,&_argo0,&_arg1,&_arg2,&tempbool3))
10758 return NULL;
10759 if (_argo0) {
10760 if (_argo0 == Py_None) { _arg0 = NULL; }
10761 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10762 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_ResizeAdjoining. Expected _wxPyDivisionShape_p.");
10763 return NULL;
10764 }
10765 }
10766 _arg3 = (bool ) tempbool3;
10767{
10768 wxPy_BEGIN_ALLOW_THREADS;
10769 wxPyDivisionShape_ResizeAdjoining(_arg0,_arg1,_arg2,_arg3);
10770
10771 wxPy_END_ALLOW_THREADS;
10772} Py_INCREF(Py_None);
10773 _resultobj = Py_None;
10774 return _resultobj;
10775}
10776
10777#define wxPyDivisionShape_PopupMenu(_swigobj,_swigarg0,_swigarg1) (_swigobj->PopupMenu(_swigarg0,_swigarg1))
10778static PyObject *_wrap_wxPyDivisionShape_PopupMenu(PyObject *self, PyObject *args, PyObject *kwargs) {
10779 PyObject * _resultobj;
10780 wxPyDivisionShape * _arg0;
10781 double _arg1;
10782 double _arg2;
10783 PyObject * _argo0 = 0;
10784 char *_kwnames[] = { "self","x","y", NULL };
10785
10786 self = self;
10787 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_PopupMenu",_kwnames,&_argo0,&_arg1,&_arg2))
10788 return NULL;
10789 if (_argo0) {
10790 if (_argo0 == Py_None) { _arg0 = NULL; }
10791 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10792 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_PopupMenu. Expected _wxPyDivisionShape_p.");
10793 return NULL;
10794 }
10795 }
10796{
10797 wxPy_BEGIN_ALLOW_THREADS;
10798 wxPyDivisionShape_PopupMenu(_arg0,_arg1,_arg2);
10799
10800 wxPy_END_ALLOW_THREADS;
10801} Py_INCREF(Py_None);
10802 _resultobj = Py_None;
10803 return _resultobj;
10804}
10805
10806#define wxPyDivisionShape_SetBottomSide(_swigobj,_swigarg0) (_swigobj->SetBottomSide(_swigarg0))
10807static PyObject *_wrap_wxPyDivisionShape_SetBottomSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10808 PyObject * _resultobj;
10809 wxPyDivisionShape * _arg0;
10810 wxPyDivisionShape * _arg1;
10811 PyObject * _argo0 = 0;
10812 PyObject * _argo1 = 0;
10813 char *_kwnames[] = { "self","shape", NULL };
10814
10815 self = self;
10816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetBottomSide",_kwnames,&_argo0,&_argo1))
10817 return NULL;
10818 if (_argo0) {
10819 if (_argo0 == Py_None) { _arg0 = NULL; }
10820 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10821 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetBottomSide. Expected _wxPyDivisionShape_p.");
10822 return NULL;
10823 }
10824 }
10825 if (_argo1) {
10826 if (_argo1 == Py_None) { _arg1 = NULL; }
10827 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
10828 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetBottomSide. Expected _wxPyDivisionShape_p.");
10829 return NULL;
10830 }
10831 }
10832{
10833 wxPy_BEGIN_ALLOW_THREADS;
10834 wxPyDivisionShape_SetBottomSide(_arg0,_arg1);
10835
10836 wxPy_END_ALLOW_THREADS;
10837} Py_INCREF(Py_None);
10838 _resultobj = Py_None;
10839 return _resultobj;
10840}
10841
10842#define wxPyDivisionShape_SetHandleSide(_swigobj,_swigarg0) (_swigobj->SetHandleSide(_swigarg0))
10843static PyObject *_wrap_wxPyDivisionShape_SetHandleSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10844 PyObject * _resultobj;
10845 wxPyDivisionShape * _arg0;
10846 int _arg1;
10847 PyObject * _argo0 = 0;
10848 char *_kwnames[] = { "self","side", NULL };
10849
10850 self = self;
10851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyDivisionShape_SetHandleSide",_kwnames,&_argo0,&_arg1))
10852 return NULL;
10853 if (_argo0) {
10854 if (_argo0 == Py_None) { _arg0 = NULL; }
10855 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10856 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetHandleSide. Expected _wxPyDivisionShape_p.");
10857 return NULL;
10858 }
10859 }
10860{
10861 wxPy_BEGIN_ALLOW_THREADS;
10862 wxPyDivisionShape_SetHandleSide(_arg0,_arg1);
10863
10864 wxPy_END_ALLOW_THREADS;
10865} Py_INCREF(Py_None);
10866 _resultobj = Py_None;
10867 return _resultobj;
10868}
10869
10870#define wxPyDivisionShape_SetLeftSide(_swigobj,_swigarg0) (_swigobj->SetLeftSide(_swigarg0))
10871static PyObject *_wrap_wxPyDivisionShape_SetLeftSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10872 PyObject * _resultobj;
10873 wxPyDivisionShape * _arg0;
10874 wxPyDivisionShape * _arg1;
10875 PyObject * _argo0 = 0;
10876 PyObject * _argo1 = 0;
10877 char *_kwnames[] = { "self","shape", NULL };
10878
10879 self = self;
10880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSide",_kwnames,&_argo0,&_argo1))
10881 return NULL;
10882 if (_argo0) {
10883 if (_argo0 == Py_None) { _arg0 = NULL; }
10884 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10885 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetLeftSide. Expected _wxPyDivisionShape_p.");
10886 return NULL;
10887 }
10888 }
10889 if (_argo1) {
10890 if (_argo1 == Py_None) { _arg1 = NULL; }
10891 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
10892 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetLeftSide. Expected _wxPyDivisionShape_p.");
10893 return NULL;
10894 }
10895 }
10896{
10897 wxPy_BEGIN_ALLOW_THREADS;
10898 wxPyDivisionShape_SetLeftSide(_arg0,_arg1);
10899
10900 wxPy_END_ALLOW_THREADS;
10901} Py_INCREF(Py_None);
10902 _resultobj = Py_None;
10903 return _resultobj;
10904}
10905
10906#define wxPyDivisionShape_SetLeftSideColour(_swigobj,_swigarg0) (_swigobj->SetLeftSideColour(_swigarg0))
10907static PyObject *_wrap_wxPyDivisionShape_SetLeftSideColour(PyObject *self, PyObject *args, PyObject *kwargs) {
10908 PyObject * _resultobj;
10909 wxPyDivisionShape * _arg0;
10910 wxString * _arg1;
10911 PyObject * _argo0 = 0;
10912 PyObject * _obj1 = 0;
10913 char *_kwnames[] = { "self","colour", NULL };
10914
10915 self = self;
10916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSideColour",_kwnames,&_argo0,&_obj1))
10917 return NULL;
10918 if (_argo0) {
10919 if (_argo0 == Py_None) { _arg0 = NULL; }
10920 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10921 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetLeftSideColour. Expected _wxPyDivisionShape_p.");
10922 return NULL;
10923 }
10924 }
10925{
185d7c3e
RD
10926#if PYTHON_API_VERSION >= 1009
10927 char* tmpPtr; int tmpSize;
10928 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
10929 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
10930 return NULL;
10931 }
10932 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
10933 return NULL;
10934 _arg1 = new wxString(tmpPtr, tmpSize);
10935#else
e91a9dfc
RD
10936 if (!PyString_Check(_obj1)) {
10937 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
10938 return NULL;
10939 }
185d7c3e
RD
10940 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
10941#endif
e91a9dfc
RD
10942}
10943{
10944 wxPy_BEGIN_ALLOW_THREADS;
10945 wxPyDivisionShape_SetLeftSideColour(_arg0,*_arg1);
10946
10947 wxPy_END_ALLOW_THREADS;
10948} Py_INCREF(Py_None);
10949 _resultobj = Py_None;
10950{
10951 if (_obj1)
10952 delete _arg1;
10953}
10954 return _resultobj;
10955}
10956
10957#define wxPyDivisionShape_SetLeftSidePen(_swigobj,_swigarg0) (_swigobj->SetLeftSidePen(_swigarg0))
10958static PyObject *_wrap_wxPyDivisionShape_SetLeftSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
10959 PyObject * _resultobj;
10960 wxPyDivisionShape * _arg0;
10961 wxPen * _arg1;
10962 PyObject * _argo0 = 0;
10963 PyObject * _argo1 = 0;
10964 char *_kwnames[] = { "self","pen", NULL };
10965
10966 self = self;
10967 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSidePen",_kwnames,&_argo0,&_argo1))
10968 return NULL;
10969 if (_argo0) {
10970 if (_argo0 == Py_None) { _arg0 = NULL; }
10971 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
10972 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetLeftSidePen. Expected _wxPyDivisionShape_p.");
10973 return NULL;
10974 }
10975 }
10976 if (_argo1) {
10977 if (_argo1 == Py_None) { _arg1 = NULL; }
10978 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
10979 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetLeftSidePen. Expected _wxPen_p.");
10980 return NULL;
10981 }
10982 }
10983{
10984 wxPy_BEGIN_ALLOW_THREADS;
10985 wxPyDivisionShape_SetLeftSidePen(_arg0,_arg1);
10986
10987 wxPy_END_ALLOW_THREADS;
10988} Py_INCREF(Py_None);
10989 _resultobj = Py_None;
10990 return _resultobj;
10991}
10992
10993#define wxPyDivisionShape_SetRightSide(_swigobj,_swigarg0) (_swigobj->SetRightSide(_swigarg0))
10994static PyObject *_wrap_wxPyDivisionShape_SetRightSide(PyObject *self, PyObject *args, PyObject *kwargs) {
10995 PyObject * _resultobj;
10996 wxPyDivisionShape * _arg0;
10997 wxPyDivisionShape * _arg1;
10998 PyObject * _argo0 = 0;
10999 PyObject * _argo1 = 0;
11000 char *_kwnames[] = { "self","shape", NULL };
11001
11002 self = self;
11003 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetRightSide",_kwnames,&_argo0,&_argo1))
11004 return NULL;
11005 if (_argo0) {
11006 if (_argo0 == Py_None) { _arg0 = NULL; }
11007 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11008 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetRightSide. Expected _wxPyDivisionShape_p.");
11009 return NULL;
11010 }
11011 }
11012 if (_argo1) {
11013 if (_argo1 == Py_None) { _arg1 = NULL; }
11014 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
11015 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetRightSide. Expected _wxPyDivisionShape_p.");
11016 return NULL;
11017 }
11018 }
11019{
11020 wxPy_BEGIN_ALLOW_THREADS;
11021 wxPyDivisionShape_SetRightSide(_arg0,_arg1);
11022
11023 wxPy_END_ALLOW_THREADS;
11024} Py_INCREF(Py_None);
11025 _resultobj = Py_None;
11026 return _resultobj;
11027}
11028
11029#define wxPyDivisionShape_SetTopSide(_swigobj,_swigarg0) (_swigobj->SetTopSide(_swigarg0))
11030static PyObject *_wrap_wxPyDivisionShape_SetTopSide(PyObject *self, PyObject *args, PyObject *kwargs) {
11031 PyObject * _resultobj;
11032 wxPyDivisionShape * _arg0;
11033 wxPyDivisionShape * _arg1;
11034 PyObject * _argo0 = 0;
11035 PyObject * _argo1 = 0;
11036 char *_kwnames[] = { "self","shape", NULL };
11037
11038 self = self;
11039 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSide",_kwnames,&_argo0,&_argo1))
11040 return NULL;
11041 if (_argo0) {
11042 if (_argo0 == Py_None) { _arg0 = NULL; }
11043 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11044 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetTopSide. Expected _wxPyDivisionShape_p.");
11045 return NULL;
11046 }
11047 }
11048 if (_argo1) {
11049 if (_argo1 == Py_None) { _arg1 = NULL; }
11050 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyDivisionShape_p")) {
11051 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetTopSide. Expected _wxPyDivisionShape_p.");
11052 return NULL;
11053 }
11054 }
11055{
11056 wxPy_BEGIN_ALLOW_THREADS;
11057 wxPyDivisionShape_SetTopSide(_arg0,_arg1);
11058
11059 wxPy_END_ALLOW_THREADS;
11060} Py_INCREF(Py_None);
11061 _resultobj = Py_None;
11062 return _resultobj;
11063}
11064
11065#define wxPyDivisionShape_SetTopSideColour(_swigobj,_swigarg0) (_swigobj->SetTopSideColour(_swigarg0))
11066static PyObject *_wrap_wxPyDivisionShape_SetTopSideColour(PyObject *self, PyObject *args, PyObject *kwargs) {
11067 PyObject * _resultobj;
11068 wxPyDivisionShape * _arg0;
11069 wxString * _arg1;
11070 PyObject * _argo0 = 0;
11071 PyObject * _obj1 = 0;
11072 char *_kwnames[] = { "self","colour", NULL };
11073
11074 self = self;
11075 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSideColour",_kwnames,&_argo0,&_obj1))
11076 return NULL;
11077 if (_argo0) {
11078 if (_argo0 == Py_None) { _arg0 = NULL; }
11079 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11080 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetTopSideColour. Expected _wxPyDivisionShape_p.");
11081 return NULL;
11082 }
11083 }
11084{
185d7c3e
RD
11085#if PYTHON_API_VERSION >= 1009
11086 char* tmpPtr; int tmpSize;
11087 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
11088 PyErr_SetString(PyExc_TypeError, "String or Unicode type required");
11089 return NULL;
11090 }
11091 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
11092 return NULL;
11093 _arg1 = new wxString(tmpPtr, tmpSize);
11094#else
e91a9dfc
RD
11095 if (!PyString_Check(_obj1)) {
11096 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
11097 return NULL;
11098 }
185d7c3e
RD
11099 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
11100#endif
e91a9dfc
RD
11101}
11102{
11103 wxPy_BEGIN_ALLOW_THREADS;
11104 wxPyDivisionShape_SetTopSideColour(_arg0,*_arg1);
11105
11106 wxPy_END_ALLOW_THREADS;
11107} Py_INCREF(Py_None);
11108 _resultobj = Py_None;
11109{
11110 if (_obj1)
11111 delete _arg1;
11112}
11113 return _resultobj;
11114}
11115
11116#define wxPyDivisionShape_SetTopSidePen(_swigobj,_swigarg0) (_swigobj->SetTopSidePen(_swigarg0))
11117static PyObject *_wrap_wxPyDivisionShape_SetTopSidePen(PyObject *self, PyObject *args, PyObject *kwargs) {
11118 PyObject * _resultobj;
11119 wxPyDivisionShape * _arg0;
11120 wxPen * _arg1;
11121 PyObject * _argo0 = 0;
11122 PyObject * _argo1 = 0;
11123 char *_kwnames[] = { "self","pen", NULL };
11124
11125 self = self;
11126 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSidePen",_kwnames,&_argo0,&_argo1))
11127 return NULL;
11128 if (_argo0) {
11129 if (_argo0 == Py_None) { _arg0 = NULL; }
11130 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11131 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_SetTopSidePen. Expected _wxPyDivisionShape_p.");
11132 return NULL;
11133 }
11134 }
11135 if (_argo1) {
11136 if (_argo1 == Py_None) { _arg1 = NULL; }
11137 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
11138 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetTopSidePen. Expected _wxPen_p.");
11139 return NULL;
11140 }
11141 }
11142{
11143 wxPy_BEGIN_ALLOW_THREADS;
11144 wxPyDivisionShape_SetTopSidePen(_arg0,_arg1);
11145
11146 wxPy_END_ALLOW_THREADS;
11147} Py_INCREF(Py_None);
11148 _resultobj = Py_None;
11149 return _resultobj;
11150}
11151
11152#define wxPyDivisionShape_base_OnDelete(_swigobj) (_swigobj->base_OnDelete())
11153static PyObject *_wrap_wxPyDivisionShape_base_OnDelete(PyObject *self, PyObject *args, PyObject *kwargs) {
11154 PyObject * _resultobj;
11155 wxPyDivisionShape * _arg0;
11156 PyObject * _argo0 = 0;
11157 char *_kwnames[] = { "self", NULL };
11158
11159 self = self;
11160 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_base_OnDelete",_kwnames,&_argo0))
11161 return NULL;
11162 if (_argo0) {
11163 if (_argo0 == Py_None) { _arg0 = NULL; }
11164 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11165 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDelete. Expected _wxPyDivisionShape_p.");
11166 return NULL;
11167 }
11168 }
11169{
11170 wxPy_BEGIN_ALLOW_THREADS;
11171 wxPyDivisionShape_base_OnDelete(_arg0);
11172
11173 wxPy_END_ALLOW_THREADS;
11174} Py_INCREF(Py_None);
11175 _resultobj = Py_None;
11176 return _resultobj;
11177}
11178
11179#define wxPyDivisionShape_base_OnDraw(_swigobj,_swigarg0) (_swigobj->base_OnDraw(_swigarg0))
11180static PyObject *_wrap_wxPyDivisionShape_base_OnDraw(PyObject *self, PyObject *args, PyObject *kwargs) {
11181 PyObject * _resultobj;
11182 wxPyDivisionShape * _arg0;
11183 wxDC * _arg1;
11184 PyObject * _argo0 = 0;
11185 PyObject * _argo1 = 0;
11186 char *_kwnames[] = { "self","dc", NULL };
11187
11188 self = self;
11189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnDraw",_kwnames,&_argo0,&_argo1))
11190 return NULL;
11191 if (_argo0) {
11192 if (_argo0 == Py_None) { _arg0 = NULL; }
11193 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11194 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDraw. Expected _wxPyDivisionShape_p.");
11195 return NULL;
11196 }
11197 }
11198 if (_argo1) {
11199 if (_argo1 == Py_None) { _arg1 = NULL; }
11200 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11201 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDraw. Expected _wxDC_p.");
11202 return NULL;
11203 }
11204 }
11205{
11206 wxPy_BEGIN_ALLOW_THREADS;
11207 wxPyDivisionShape_base_OnDraw(_arg0,*_arg1);
11208
11209 wxPy_END_ALLOW_THREADS;
11210} Py_INCREF(Py_None);
11211 _resultobj = Py_None;
11212 return _resultobj;
11213}
11214
11215#define wxPyDivisionShape_base_OnDrawContents(_swigobj,_swigarg0) (_swigobj->base_OnDrawContents(_swigarg0))
11216static PyObject *_wrap_wxPyDivisionShape_base_OnDrawContents(PyObject *self, PyObject *args, PyObject *kwargs) {
11217 PyObject * _resultobj;
11218 wxPyDivisionShape * _arg0;
11219 wxDC * _arg1;
11220 PyObject * _argo0 = 0;
11221 PyObject * _argo1 = 0;
11222 char *_kwnames[] = { "self","dc", NULL };
11223
11224 self = self;
11225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnDrawContents",_kwnames,&_argo0,&_argo1))
11226 return NULL;
11227 if (_argo0) {
11228 if (_argo0 == Py_None) { _arg0 = NULL; }
11229 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11230 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawContents. Expected _wxPyDivisionShape_p.");
11231 return NULL;
11232 }
11233 }
11234 if (_argo1) {
11235 if (_argo1 == Py_None) { _arg1 = NULL; }
11236 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11237 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawContents. Expected _wxDC_p.");
11238 return NULL;
11239 }
11240 }
11241{
11242 wxPy_BEGIN_ALLOW_THREADS;
11243 wxPyDivisionShape_base_OnDrawContents(_arg0,*_arg1);
11244
11245 wxPy_END_ALLOW_THREADS;
11246} Py_INCREF(Py_None);
11247 _resultobj = Py_None;
11248 return _resultobj;
11249}
11250
11251#define wxPyDivisionShape_base_OnDrawBranches(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnDrawBranches(_swigarg0,_swigarg1))
11252static PyObject *_wrap_wxPyDivisionShape_base_OnDrawBranches(PyObject *self, PyObject *args, PyObject *kwargs) {
11253 PyObject * _resultobj;
11254 wxPyDivisionShape * _arg0;
11255 wxDC * _arg1;
11256 bool _arg2 = (bool ) FALSE;
11257 PyObject * _argo0 = 0;
11258 PyObject * _argo1 = 0;
11259 int tempbool2 = (int) FALSE;
11260 char *_kwnames[] = { "self","dc","erase", NULL };
11261
11262 self = self;
11263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDivisionShape_base_OnDrawBranches",_kwnames,&_argo0,&_argo1,&tempbool2))
11264 return NULL;
11265 if (_argo0) {
11266 if (_argo0 == Py_None) { _arg0 = NULL; }
11267 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11268 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawBranches. Expected _wxPyDivisionShape_p.");
11269 return NULL;
11270 }
11271 }
11272 if (_argo1) {
11273 if (_argo1 == Py_None) { _arg1 = NULL; }
11274 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11275 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawBranches. Expected _wxDC_p.");
11276 return NULL;
11277 }
11278 }
11279 _arg2 = (bool ) tempbool2;
11280{
11281 wxPy_BEGIN_ALLOW_THREADS;
11282 wxPyDivisionShape_base_OnDrawBranches(_arg0,*_arg1,_arg2);
11283
11284 wxPy_END_ALLOW_THREADS;
11285} Py_INCREF(Py_None);
11286 _resultobj = Py_None;
11287 return _resultobj;
11288}
11289
11290#define wxPyDivisionShape_base_OnMoveLinks(_swigobj,_swigarg0) (_swigobj->base_OnMoveLinks(_swigarg0))
11291static PyObject *_wrap_wxPyDivisionShape_base_OnMoveLinks(PyObject *self, PyObject *args, PyObject *kwargs) {
11292 PyObject * _resultobj;
11293 wxPyDivisionShape * _arg0;
11294 wxDC * _arg1;
11295 PyObject * _argo0 = 0;
11296 PyObject * _argo1 = 0;
11297 char *_kwnames[] = { "self","dc", NULL };
11298
11299 self = self;
11300 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnMoveLinks",_kwnames,&_argo0,&_argo1))
11301 return NULL;
11302 if (_argo0) {
11303 if (_argo0 == Py_None) { _arg0 = NULL; }
11304 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11305 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMoveLinks. Expected _wxPyDivisionShape_p.");
11306 return NULL;
11307 }
11308 }
11309 if (_argo1) {
11310 if (_argo1 == Py_None) { _arg1 = NULL; }
11311 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11312 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMoveLinks. Expected _wxDC_p.");
11313 return NULL;
11314 }
11315 }
11316{
11317 wxPy_BEGIN_ALLOW_THREADS;
11318 wxPyDivisionShape_base_OnMoveLinks(_arg0,*_arg1);
11319
11320 wxPy_END_ALLOW_THREADS;
11321} Py_INCREF(Py_None);
11322 _resultobj = Py_None;
11323 return _resultobj;
11324}
11325
11326#define wxPyDivisionShape_base_OnErase(_swigobj,_swigarg0) (_swigobj->base_OnErase(_swigarg0))
11327static PyObject *_wrap_wxPyDivisionShape_base_OnErase(PyObject *self, PyObject *args, PyObject *kwargs) {
11328 PyObject * _resultobj;
11329 wxPyDivisionShape * _arg0;
11330 wxDC * _arg1;
11331 PyObject * _argo0 = 0;
11332 PyObject * _argo1 = 0;
11333 char *_kwnames[] = { "self","dc", NULL };
11334
11335 self = self;
11336 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnErase",_kwnames,&_argo0,&_argo1))
11337 return NULL;
11338 if (_argo0) {
11339 if (_argo0 == Py_None) { _arg0 = NULL; }
11340 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11341 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnErase. Expected _wxPyDivisionShape_p.");
11342 return NULL;
11343 }
11344 }
11345 if (_argo1) {
11346 if (_argo1 == Py_None) { _arg1 = NULL; }
11347 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11348 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnErase. Expected _wxDC_p.");
11349 return NULL;
11350 }
11351 }
11352{
11353 wxPy_BEGIN_ALLOW_THREADS;
11354 wxPyDivisionShape_base_OnErase(_arg0,*_arg1);
11355
11356 wxPy_END_ALLOW_THREADS;
11357} Py_INCREF(Py_None);
11358 _resultobj = Py_None;
11359 return _resultobj;
11360}
11361
11362#define wxPyDivisionShape_base_OnEraseContents(_swigobj,_swigarg0) (_swigobj->base_OnEraseContents(_swigarg0))
11363static PyObject *_wrap_wxPyDivisionShape_base_OnEraseContents(PyObject *self, PyObject *args, PyObject *kwargs) {
11364 PyObject * _resultobj;
11365 wxPyDivisionShape * _arg0;
11366 wxDC * _arg1;
11367 PyObject * _argo0 = 0;
11368 PyObject * _argo1 = 0;
11369 char *_kwnames[] = { "self","dc", NULL };
11370
11371 self = self;
11372 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnEraseContents",_kwnames,&_argo0,&_argo1))
11373 return NULL;
11374 if (_argo0) {
11375 if (_argo0 == Py_None) { _arg0 = NULL; }
11376 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11377 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEraseContents. Expected _wxPyDivisionShape_p.");
11378 return NULL;
11379 }
11380 }
11381 if (_argo1) {
11382 if (_argo1 == Py_None) { _arg1 = NULL; }
11383 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11384 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnEraseContents. Expected _wxDC_p.");
11385 return NULL;
11386 }
11387 }
11388{
11389 wxPy_BEGIN_ALLOW_THREADS;
11390 wxPyDivisionShape_base_OnEraseContents(_arg0,*_arg1);
11391
11392 wxPy_END_ALLOW_THREADS;
11393} Py_INCREF(Py_None);
11394 _resultobj = Py_None;
11395 return _resultobj;
11396}
11397
11398#define wxPyDivisionShape_base_OnHighlight(_swigobj,_swigarg0) (_swigobj->base_OnHighlight(_swigarg0))
11399static PyObject *_wrap_wxPyDivisionShape_base_OnHighlight(PyObject *self, PyObject *args, PyObject *kwargs) {
11400 PyObject * _resultobj;
11401 wxPyDivisionShape * _arg0;
11402 wxDC * _arg1;
11403 PyObject * _argo0 = 0;
11404 PyObject * _argo1 = 0;
11405 char *_kwnames[] = { "self","dc", NULL };
11406
11407 self = self;
11408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnHighlight",_kwnames,&_argo0,&_argo1))
11409 return NULL;
11410 if (_argo0) {
11411 if (_argo0 == Py_None) { _arg0 = NULL; }
11412 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11413 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnHighlight. Expected _wxPyDivisionShape_p.");
11414 return NULL;
11415 }
11416 }
11417 if (_argo1) {
11418 if (_argo1 == Py_None) { _arg1 = NULL; }
11419 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11420 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnHighlight. Expected _wxDC_p.");
11421 return NULL;
11422 }
11423 }
11424{
11425 wxPy_BEGIN_ALLOW_THREADS;
11426 wxPyDivisionShape_base_OnHighlight(_arg0,*_arg1);
11427
11428 wxPy_END_ALLOW_THREADS;
11429} Py_INCREF(Py_None);
11430 _resultobj = Py_None;
11431 return _resultobj;
11432}
11433
11434#define wxPyDivisionShape_base_OnLeftClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11435static PyObject *_wrap_wxPyDivisionShape_base_OnLeftClick(PyObject *self, PyObject *args, PyObject *kwargs) {
11436 PyObject * _resultobj;
11437 wxPyDivisionShape * _arg0;
11438 double _arg1;
11439 double _arg2;
11440 int _arg3 = (int ) 0;
11441 int _arg4 = (int ) 0;
11442 PyObject * _argo0 = 0;
11443 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11444
11445 self = self;
11446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnLeftClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11447 return NULL;
11448 if (_argo0) {
11449 if (_argo0 == Py_None) { _arg0 = NULL; }
11450 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11451 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnLeftClick. Expected _wxPyDivisionShape_p.");
11452 return NULL;
11453 }
11454 }
11455{
11456 wxPy_BEGIN_ALLOW_THREADS;
11457 wxPyDivisionShape_base_OnLeftClick(_arg0,_arg1,_arg2,_arg3,_arg4);
11458
11459 wxPy_END_ALLOW_THREADS;
11460} Py_INCREF(Py_None);
11461 _resultobj = Py_None;
11462 return _resultobj;
11463}
11464
11465#define wxPyDivisionShape_base_OnLeftDoubleClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnLeftDoubleClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11466static PyObject *_wrap_wxPyDivisionShape_base_OnLeftDoubleClick(PyObject *self, PyObject *args, PyObject *kwargs) {
11467 PyObject * _resultobj;
11468 wxPyDivisionShape * _arg0;
11469 double _arg1;
11470 double _arg2;
11471 int _arg3 = (int ) 0;
11472 int _arg4 = (int ) 0;
11473 PyObject * _argo0 = 0;
11474 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11475
11476 self = self;
11477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnLeftDoubleClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11478 return NULL;
11479 if (_argo0) {
11480 if (_argo0 == Py_None) { _arg0 = NULL; }
11481 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11482 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnLeftDoubleClick. Expected _wxPyDivisionShape_p.");
11483 return NULL;
11484 }
11485 }
11486{
11487 wxPy_BEGIN_ALLOW_THREADS;
11488 wxPyDivisionShape_base_OnLeftDoubleClick(_arg0,_arg1,_arg2,_arg3,_arg4);
11489
11490 wxPy_END_ALLOW_THREADS;
11491} Py_INCREF(Py_None);
11492 _resultobj = Py_None;
11493 return _resultobj;
11494}
11495
11496#define wxPyDivisionShape_base_OnRightClick(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnRightClick(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11497static PyObject *_wrap_wxPyDivisionShape_base_OnRightClick(PyObject *self, PyObject *args, PyObject *kwargs) {
11498 PyObject * _resultobj;
11499 wxPyDivisionShape * _arg0;
11500 double _arg1;
11501 double _arg2;
11502 int _arg3 = (int ) 0;
11503 int _arg4 = (int ) 0;
11504 PyObject * _argo0 = 0;
11505 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11506
11507 self = self;
11508 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnRightClick",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11509 return NULL;
11510 if (_argo0) {
11511 if (_argo0 == Py_None) { _arg0 = NULL; }
11512 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11513 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnRightClick. Expected _wxPyDivisionShape_p.");
11514 return NULL;
11515 }
11516 }
11517{
11518 wxPy_BEGIN_ALLOW_THREADS;
11519 wxPyDivisionShape_base_OnRightClick(_arg0,_arg1,_arg2,_arg3,_arg4);
11520
11521 wxPy_END_ALLOW_THREADS;
11522} Py_INCREF(Py_None);
11523 _resultobj = Py_None;
11524 return _resultobj;
11525}
11526
11527#define wxPyDivisionShape_base_OnSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnSize(_swigarg0,_swigarg1))
11528static PyObject *_wrap_wxPyDivisionShape_base_OnSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11529 PyObject * _resultobj;
11530 wxPyDivisionShape * _arg0;
11531 double _arg1;
11532 double _arg2;
11533 PyObject * _argo0 = 0;
11534 char *_kwnames[] = { "self","x","y", NULL };
11535
11536 self = self;
11537 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_base_OnSize",_kwnames,&_argo0,&_arg1,&_arg2))
11538 return NULL;
11539 if (_argo0) {
11540 if (_argo0 == Py_None) { _arg0 = NULL; }
11541 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11542 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSize. Expected _wxPyDivisionShape_p.");
11543 return NULL;
11544 }
11545 }
11546{
11547 wxPy_BEGIN_ALLOW_THREADS;
11548 wxPyDivisionShape_base_OnSize(_arg0,_arg1,_arg2);
11549
11550 wxPy_END_ALLOW_THREADS;
11551} Py_INCREF(Py_None);
11552 _resultobj = Py_None;
11553 return _resultobj;
11554}
11555
11556#define wxPyDivisionShape_base_OnMovePre(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePre(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
11557static PyObject *_wrap_wxPyDivisionShape_base_OnMovePre(PyObject *self, PyObject *args, PyObject *kwargs) {
11558 PyObject * _resultobj;
11559 bool _result;
11560 wxPyDivisionShape * _arg0;
11561 wxDC * _arg1;
11562 double _arg2;
11563 double _arg3;
11564 double _arg4;
11565 double _arg5;
11566 bool _arg6 = (bool ) TRUE;
11567 PyObject * _argo0 = 0;
11568 PyObject * _argo1 = 0;
11569 int tempbool6 = (int) TRUE;
11570 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
11571
11572 self = self;
11573 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDivisionShape_base_OnMovePre",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
11574 return NULL;
11575 if (_argo0) {
11576 if (_argo0 == Py_None) { _arg0 = NULL; }
11577 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11578 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMovePre. Expected _wxPyDivisionShape_p.");
11579 return NULL;
11580 }
11581 }
11582 if (_argo1) {
11583 if (_argo1 == Py_None) { _arg1 = NULL; }
11584 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11585 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMovePre. Expected _wxDC_p.");
11586 return NULL;
11587 }
11588 }
11589 _arg6 = (bool ) tempbool6;
11590{
11591 wxPy_BEGIN_ALLOW_THREADS;
11592 _result = (bool )wxPyDivisionShape_base_OnMovePre(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
11593
11594 wxPy_END_ALLOW_THREADS;
11595} _resultobj = Py_BuildValue("i",_result);
11596 return _resultobj;
11597}
11598
11599#define wxPyDivisionShape_base_OnMovePost(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnMovePost(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
11600static PyObject *_wrap_wxPyDivisionShape_base_OnMovePost(PyObject *self, PyObject *args, PyObject *kwargs) {
11601 PyObject * _resultobj;
11602 wxPyDivisionShape * _arg0;
11603 wxDC * _arg1;
11604 double _arg2;
11605 double _arg3;
11606 double _arg4;
11607 double _arg5;
11608 bool _arg6 = (bool ) TRUE;
11609 PyObject * _argo0 = 0;
11610 PyObject * _argo1 = 0;
11611 int tempbool6 = (int) TRUE;
11612 char *_kwnames[] = { "self","dc","x","y","old_x","old_y","display", NULL };
11613
11614 self = self;
11615 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd|i:wxPyDivisionShape_base_OnMovePost",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&tempbool6))
11616 return NULL;
11617 if (_argo0) {
11618 if (_argo0 == Py_None) { _arg0 = NULL; }
11619 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11620 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMovePost. Expected _wxPyDivisionShape_p.");
11621 return NULL;
11622 }
11623 }
11624 if (_argo1) {
11625 if (_argo1 == Py_None) { _arg1 = NULL; }
11626 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11627 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMovePost. Expected _wxDC_p.");
11628 return NULL;
11629 }
11630 }
11631 _arg6 = (bool ) tempbool6;
11632{
11633 wxPy_BEGIN_ALLOW_THREADS;
11634 wxPyDivisionShape_base_OnMovePost(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
11635
11636 wxPy_END_ALLOW_THREADS;
11637} Py_INCREF(Py_None);
11638 _resultobj = Py_None;
11639 return _resultobj;
11640}
11641
11642#define wxPyDivisionShape_base_OnDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
11643static PyObject *_wrap_wxPyDivisionShape_base_OnDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
11644 PyObject * _resultobj;
11645 wxPyDivisionShape * _arg0;
11646 bool _arg1;
11647 double _arg2;
11648 double _arg3;
11649 int _arg4 = (int ) 0;
11650 int _arg5 = (int ) 0;
11651 PyObject * _argo0 = 0;
11652 int tempbool1;
11653 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
11654
11655 self = self;
11656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDivisionShape_base_OnDragLeft",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
11657 return NULL;
11658 if (_argo0) {
11659 if (_argo0 == Py_None) { _arg0 = NULL; }
11660 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11661 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDragLeft. Expected _wxPyDivisionShape_p.");
11662 return NULL;
11663 }
11664 }
11665 _arg1 = (bool ) tempbool1;
11666{
11667 wxPy_BEGIN_ALLOW_THREADS;
11668 wxPyDivisionShape_base_OnDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
11669
11670 wxPy_END_ALLOW_THREADS;
11671} Py_INCREF(Py_None);
11672 _resultobj = Py_None;
11673 return _resultobj;
11674}
11675
11676#define wxPyDivisionShape_base_OnBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11677static PyObject *_wrap_wxPyDivisionShape_base_OnBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
11678 PyObject * _resultobj;
11679 wxPyDivisionShape * _arg0;
11680 double _arg1;
11681 double _arg2;
11682 int _arg3 = (int ) 0;
11683 int _arg4 = (int ) 0;
11684 PyObject * _argo0 = 0;
11685 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11686
11687 self = self;
11688 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnBeginDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11689 return NULL;
11690 if (_argo0) {
11691 if (_argo0 == Py_None) { _arg0 = NULL; }
11692 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11693 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnBeginDragLeft. Expected _wxPyDivisionShape_p.");
11694 return NULL;
11695 }
11696 }
11697{
11698 wxPy_BEGIN_ALLOW_THREADS;
11699 wxPyDivisionShape_base_OnBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
11700
11701 wxPy_END_ALLOW_THREADS;
11702} Py_INCREF(Py_None);
11703 _resultobj = Py_None;
11704 return _resultobj;
11705}
11706
11707#define wxPyDivisionShape_base_OnEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11708static PyObject *_wrap_wxPyDivisionShape_base_OnEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
11709 PyObject * _resultobj;
11710 wxPyDivisionShape * _arg0;
11711 double _arg1;
11712 double _arg2;
11713 int _arg3 = (int ) 0;
11714 int _arg4 = (int ) 0;
11715 PyObject * _argo0 = 0;
11716 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11717
11718 self = self;
11719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnEndDragLeft",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11720 return NULL;
11721 if (_argo0) {
11722 if (_argo0 == Py_None) { _arg0 = NULL; }
11723 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11724 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEndDragLeft. Expected _wxPyDivisionShape_p.");
11725 return NULL;
11726 }
11727 }
11728{
11729 wxPy_BEGIN_ALLOW_THREADS;
11730 wxPyDivisionShape_base_OnEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4);
11731
11732 wxPy_END_ALLOW_THREADS;
11733} Py_INCREF(Py_None);
11734 _resultobj = Py_None;
11735 return _resultobj;
11736}
11737
11738#define wxPyDivisionShape_base_OnDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
11739static PyObject *_wrap_wxPyDivisionShape_base_OnDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
11740 PyObject * _resultobj;
11741 wxPyDivisionShape * _arg0;
11742 bool _arg1;
11743 double _arg2;
11744 double _arg3;
11745 int _arg4 = (int ) 0;
11746 int _arg5 = (int ) 0;
11747 PyObject * _argo0 = 0;
11748 int tempbool1;
11749 char *_kwnames[] = { "self","draw","x","y","keys","attachment", NULL };
11750
11751 self = self;
11752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oidd|ii:wxPyDivisionShape_base_OnDragRight",_kwnames,&_argo0,&tempbool1,&_arg2,&_arg3,&_arg4,&_arg5))
11753 return NULL;
11754 if (_argo0) {
11755 if (_argo0 == Py_None) { _arg0 = NULL; }
11756 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11757 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDragRight. Expected _wxPyDivisionShape_p.");
11758 return NULL;
11759 }
11760 }
11761 _arg1 = (bool ) tempbool1;
11762{
11763 wxPy_BEGIN_ALLOW_THREADS;
11764 wxPyDivisionShape_base_OnDragRight(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
11765
11766 wxPy_END_ALLOW_THREADS;
11767} Py_INCREF(Py_None);
11768 _resultobj = Py_None;
11769 return _resultobj;
11770}
11771
11772#define wxPyDivisionShape_base_OnBeginDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnBeginDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11773static PyObject *_wrap_wxPyDivisionShape_base_OnBeginDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
11774 PyObject * _resultobj;
11775 wxPyDivisionShape * _arg0;
11776 double _arg1;
11777 double _arg2;
11778 int _arg3 = (int ) 0;
11779 int _arg4 = (int ) 0;
11780 PyObject * _argo0 = 0;
11781 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11782
11783 self = self;
11784 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnBeginDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11785 return NULL;
11786 if (_argo0) {
11787 if (_argo0 == Py_None) { _arg0 = NULL; }
11788 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11789 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnBeginDragRight. Expected _wxPyDivisionShape_p.");
11790 return NULL;
11791 }
11792 }
11793{
11794 wxPy_BEGIN_ALLOW_THREADS;
11795 wxPyDivisionShape_base_OnBeginDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
11796
11797 wxPy_END_ALLOW_THREADS;
11798} Py_INCREF(Py_None);
11799 _resultobj = Py_None;
11800 return _resultobj;
11801}
11802
11803#define wxPyDivisionShape_base_OnEndDragRight(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->base_OnEndDragRight(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
11804static PyObject *_wrap_wxPyDivisionShape_base_OnEndDragRight(PyObject *self, PyObject *args, PyObject *kwargs) {
11805 PyObject * _resultobj;
11806 wxPyDivisionShape * _arg0;
11807 double _arg1;
11808 double _arg2;
11809 int _arg3 = (int ) 0;
11810 int _arg4 = (int ) 0;
11811 PyObject * _argo0 = 0;
11812 char *_kwnames[] = { "self","x","y","keys","attachment", NULL };
11813
11814 self = self;
11815 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd|ii:wxPyDivisionShape_base_OnEndDragRight",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4))
11816 return NULL;
11817 if (_argo0) {
11818 if (_argo0 == Py_None) { _arg0 = NULL; }
11819 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11820 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEndDragRight. Expected _wxPyDivisionShape_p.");
11821 return NULL;
11822 }
11823 }
11824{
11825 wxPy_BEGIN_ALLOW_THREADS;
11826 wxPyDivisionShape_base_OnEndDragRight(_arg0,_arg1,_arg2,_arg3,_arg4);
11827
11828 wxPy_END_ALLOW_THREADS;
11829} Py_INCREF(Py_None);
11830 _resultobj = Py_None;
11831 return _resultobj;
11832}
11833
11834#define wxPyDivisionShape_base_OnDrawOutline(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnDrawOutline(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
11835static PyObject *_wrap_wxPyDivisionShape_base_OnDrawOutline(PyObject *self, PyObject *args, PyObject *kwargs) {
11836 PyObject * _resultobj;
11837 wxPyDivisionShape * _arg0;
11838 wxDC * _arg1;
11839 double _arg2;
11840 double _arg3;
11841 double _arg4;
11842 double _arg5;
11843 PyObject * _argo0 = 0;
11844 PyObject * _argo1 = 0;
11845 char *_kwnames[] = { "self","dc","x","y","w","h", NULL };
11846
11847 self = self;
11848 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdddd:wxPyDivisionShape_base_OnDrawOutline",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
11849 return NULL;
11850 if (_argo0) {
11851 if (_argo0 == Py_None) { _arg0 = NULL; }
11852 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11853 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawOutline. Expected _wxPyDivisionShape_p.");
11854 return NULL;
11855 }
11856 }
11857 if (_argo1) {
11858 if (_argo1 == Py_None) { _arg1 = NULL; }
11859 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11860 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawOutline. Expected _wxDC_p.");
11861 return NULL;
11862 }
11863 }
11864{
11865 wxPy_BEGIN_ALLOW_THREADS;
11866 wxPyDivisionShape_base_OnDrawOutline(_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5);
11867
11868 wxPy_END_ALLOW_THREADS;
11869} Py_INCREF(Py_None);
11870 _resultobj = Py_None;
11871 return _resultobj;
11872}
11873
11874#define wxPyDivisionShape_base_OnDrawControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnDrawControlPoints(_swigarg0))
11875static PyObject *_wrap_wxPyDivisionShape_base_OnDrawControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
11876 PyObject * _resultobj;
11877 wxPyDivisionShape * _arg0;
11878 wxDC * _arg1;
11879 PyObject * _argo0 = 0;
11880 PyObject * _argo1 = 0;
11881 char *_kwnames[] = { "self","dc", NULL };
11882
11883 self = self;
11884 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnDrawControlPoints",_kwnames,&_argo0,&_argo1))
11885 return NULL;
11886 if (_argo0) {
11887 if (_argo0 == Py_None) { _arg0 = NULL; }
11888 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11889 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnDrawControlPoints. Expected _wxPyDivisionShape_p.");
11890 return NULL;
11891 }
11892 }
11893 if (_argo1) {
11894 if (_argo1 == Py_None) { _arg1 = NULL; }
11895 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11896 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnDrawControlPoints. Expected _wxDC_p.");
11897 return NULL;
11898 }
11899 }
11900{
11901 wxPy_BEGIN_ALLOW_THREADS;
11902 wxPyDivisionShape_base_OnDrawControlPoints(_arg0,*_arg1);
11903
11904 wxPy_END_ALLOW_THREADS;
11905} Py_INCREF(Py_None);
11906 _resultobj = Py_None;
11907 return _resultobj;
11908}
11909
11910#define wxPyDivisionShape_base_OnEraseControlPoints(_swigobj,_swigarg0) (_swigobj->base_OnEraseControlPoints(_swigarg0))
11911static PyObject *_wrap_wxPyDivisionShape_base_OnEraseControlPoints(PyObject *self, PyObject *args, PyObject *kwargs) {
11912 PyObject * _resultobj;
11913 wxPyDivisionShape * _arg0;
11914 wxDC * _arg1;
11915 PyObject * _argo0 = 0;
11916 PyObject * _argo1 = 0;
11917 char *_kwnames[] = { "self","dc", NULL };
11918
11919 self = self;
11920 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_base_OnEraseControlPoints",_kwnames,&_argo0,&_argo1))
11921 return NULL;
11922 if (_argo0) {
11923 if (_argo0 == Py_None) { _arg0 = NULL; }
11924 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11925 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEraseControlPoints. Expected _wxPyDivisionShape_p.");
11926 return NULL;
11927 }
11928 }
11929 if (_argo1) {
11930 if (_argo1 == Py_None) { _arg1 = NULL; }
11931 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11932 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnEraseControlPoints. Expected _wxDC_p.");
11933 return NULL;
11934 }
11935 }
11936{
11937 wxPy_BEGIN_ALLOW_THREADS;
11938 wxPyDivisionShape_base_OnEraseControlPoints(_arg0,*_arg1);
11939
11940 wxPy_END_ALLOW_THREADS;
11941} Py_INCREF(Py_None);
11942 _resultobj = Py_None;
11943 return _resultobj;
11944}
11945
11946#define wxPyDivisionShape_base_OnMoveLink(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnMoveLink(_swigarg0,_swigarg1))
11947static PyObject *_wrap_wxPyDivisionShape_base_OnMoveLink(PyObject *self, PyObject *args, PyObject *kwargs) {
11948 PyObject * _resultobj;
11949 wxPyDivisionShape * _arg0;
11950 wxDC * _arg1;
11951 bool _arg2 = (bool ) TRUE;
11952 PyObject * _argo0 = 0;
11953 PyObject * _argo1 = 0;
11954 int tempbool2 = (int) TRUE;
11955 char *_kwnames[] = { "self","dc","moveControlPoints", NULL };
11956
11957 self = self;
11958 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDivisionShape_base_OnMoveLink",_kwnames,&_argo0,&_argo1,&tempbool2))
11959 return NULL;
11960 if (_argo0) {
11961 if (_argo0 == Py_None) { _arg0 = NULL; }
11962 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
11963 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnMoveLink. Expected _wxPyDivisionShape_p.");
11964 return NULL;
11965 }
11966 }
11967 if (_argo1) {
11968 if (_argo1 == Py_None) { _arg1 = NULL; }
11969 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxDC_p")) {
11970 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnMoveLink. Expected _wxDC_p.");
11971 return NULL;
11972 }
11973 }
11974 _arg2 = (bool ) tempbool2;
11975{
11976 wxPy_BEGIN_ALLOW_THREADS;
11977 wxPyDivisionShape_base_OnMoveLink(_arg0,*_arg1,_arg2);
11978
11979 wxPy_END_ALLOW_THREADS;
11980} Py_INCREF(Py_None);
11981 _resultobj = Py_None;
11982 return _resultobj;
11983}
11984
11985#define wxPyDivisionShape_base_OnSizingDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->base_OnSizingDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
11986static PyObject *_wrap_wxPyDivisionShape_base_OnSizingDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
11987 PyObject * _resultobj;
11988 wxPyDivisionShape * _arg0;
2348eaee 11989 wxPyControlPoint * _arg1;
e91a9dfc
RD
11990 bool _arg2;
11991 double _arg3;
11992 double _arg4;
11993 int _arg5 = (int ) 0;
11994 int _arg6 = (int ) 0;
11995 PyObject * _argo0 = 0;
11996 PyObject * _argo1 = 0;
11997 int tempbool2;
11998 char *_kwnames[] = { "self","pt","draw","x","y","keys","attachment", NULL };
11999
12000 self = self;
12001 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOidd|ii:wxPyDivisionShape_base_OnSizingDragLeft",_kwnames,&_argo0,&_argo1,&tempbool2,&_arg3,&_arg4,&_arg5,&_arg6))
12002 return NULL;
12003 if (_argo0) {
12004 if (_argo0 == Py_None) { _arg0 = NULL; }
12005 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12006 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSizingDragLeft. Expected _wxPyDivisionShape_p.");
12007 return NULL;
12008 }
12009 }
12010 if (_argo1) {
12011 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
12012 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
12013 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnSizingDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
12014 return NULL;
12015 }
12016 }
12017 _arg2 = (bool ) tempbool2;
12018{
12019 wxPy_BEGIN_ALLOW_THREADS;
12020 wxPyDivisionShape_base_OnSizingDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
12021
12022 wxPy_END_ALLOW_THREADS;
12023} Py_INCREF(Py_None);
12024 _resultobj = Py_None;
12025 return _resultobj;
12026}
12027
12028#define wxPyDivisionShape_base_OnSizingBeginDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingBeginDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
12029static PyObject *_wrap_wxPyDivisionShape_base_OnSizingBeginDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
12030 PyObject * _resultobj;
12031 wxPyDivisionShape * _arg0;
2348eaee 12032 wxPyControlPoint * _arg1;
e91a9dfc
RD
12033 double _arg2;
12034 double _arg3;
12035 int _arg4 = (int ) 0;
12036 int _arg5 = (int ) 0;
12037 PyObject * _argo0 = 0;
12038 PyObject * _argo1 = 0;
12039 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
12040
12041 self = self;
12042 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDivisionShape_base_OnSizingBeginDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
12043 return NULL;
12044 if (_argo0) {
12045 if (_argo0 == Py_None) { _arg0 = NULL; }
12046 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12047 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSizingBeginDragLeft. Expected _wxPyDivisionShape_p.");
12048 return NULL;
12049 }
12050 }
12051 if (_argo1) {
12052 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
12053 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
12054 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnSizingBeginDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
12055 return NULL;
12056 }
12057 }
12058{
12059 wxPy_BEGIN_ALLOW_THREADS;
12060 wxPyDivisionShape_base_OnSizingBeginDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
12061
12062 wxPy_END_ALLOW_THREADS;
12063} Py_INCREF(Py_None);
12064 _resultobj = Py_None;
12065 return _resultobj;
12066}
12067
12068#define wxPyDivisionShape_base_OnSizingEndDragLeft(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->base_OnSizingEndDragLeft(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
12069static PyObject *_wrap_wxPyDivisionShape_base_OnSizingEndDragLeft(PyObject *self, PyObject *args, PyObject *kwargs) {
12070 PyObject * _resultobj;
12071 wxPyDivisionShape * _arg0;
2348eaee 12072 wxPyControlPoint * _arg1;
e91a9dfc
RD
12073 double _arg2;
12074 double _arg3;
12075 int _arg4 = (int ) 0;
12076 int _arg5 = (int ) 0;
12077 PyObject * _argo0 = 0;
12078 PyObject * _argo1 = 0;
12079 char *_kwnames[] = { "self","pt","x","y","keys","attachment", NULL };
12080
12081 self = self;
12082 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOdd|ii:wxPyDivisionShape_base_OnSizingEndDragLeft",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5))
12083 return NULL;
12084 if (_argo0) {
12085 if (_argo0 == Py_None) { _arg0 = NULL; }
12086 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12087 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnSizingEndDragLeft. Expected _wxPyDivisionShape_p.");
12088 return NULL;
12089 }
12090 }
12091 if (_argo1) {
12092 if (_argo1 == Py_None) { _arg1 = NULL; }
2348eaee
RD
12093 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPyControlPoint_p")) {
12094 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_base_OnSizingEndDragLeft. Expected _wxPyControlPoint_p.");
e91a9dfc
RD
12095 return NULL;
12096 }
12097 }
12098{
12099 wxPy_BEGIN_ALLOW_THREADS;
12100 wxPyDivisionShape_base_OnSizingEndDragLeft(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
12101
12102 wxPy_END_ALLOW_THREADS;
12103} Py_INCREF(Py_None);
12104 _resultobj = Py_None;
12105 return _resultobj;
12106}
12107
12108#define wxPyDivisionShape_base_OnBeginSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnBeginSize(_swigarg0,_swigarg1))
12109static PyObject *_wrap_wxPyDivisionShape_base_OnBeginSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12110 PyObject * _resultobj;
12111 wxPyDivisionShape * _arg0;
12112 double _arg1;
12113 double _arg2;
12114 PyObject * _argo0 = 0;
12115 char *_kwnames[] = { "self","w","h", NULL };
12116
12117 self = self;
12118 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_base_OnBeginSize",_kwnames,&_argo0,&_arg1,&_arg2))
12119 return NULL;
12120 if (_argo0) {
12121 if (_argo0 == Py_None) { _arg0 = NULL; }
12122 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12123 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnBeginSize. Expected _wxPyDivisionShape_p.");
12124 return NULL;
12125 }
12126 }
12127{
12128 wxPy_BEGIN_ALLOW_THREADS;
12129 wxPyDivisionShape_base_OnBeginSize(_arg0,_arg1,_arg2);
12130
12131 wxPy_END_ALLOW_THREADS;
12132} Py_INCREF(Py_None);
12133 _resultobj = Py_None;
12134 return _resultobj;
12135}
12136
12137#define wxPyDivisionShape_base_OnEndSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnEndSize(_swigarg0,_swigarg1))
12138static PyObject *_wrap_wxPyDivisionShape_base_OnEndSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12139 PyObject * _resultobj;
12140 wxPyDivisionShape * _arg0;
12141 double _arg1;
12142 double _arg2;
12143 PyObject * _argo0 = 0;
12144 char *_kwnames[] = { "self","w","h", NULL };
12145
12146 self = self;
12147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Odd:wxPyDivisionShape_base_OnEndSize",_kwnames,&_argo0,&_arg1,&_arg2))
12148 return NULL;
12149 if (_argo0) {
12150 if (_argo0 == Py_None) { _arg0 = NULL; }
12151 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
12152 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape_base_OnEndSize. Expected _wxPyDivisionShape_p.");
12153 return NULL;
12154 }
12155 }
12156{
12157 wxPy_BEGIN_ALLOW_THREADS;
12158 wxPyDivisionShape_base_OnEndSize(_arg0,_arg1,_arg2);
12159
12160 wxPy_END_ALLOW_THREADS;
12161} Py_INCREF(Py_None);
12162 _resultobj = Py_None;
12163 return _resultobj;
12164}
12165
12166static PyMethodDef oglshapescMethods[] = {
12167 { "wxPyDivisionShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12168 { "wxPyDivisionShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDivisionShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12169 { "wxPyDivisionShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12170 { "wxPyDivisionShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12171 { "wxPyDivisionShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12172 { "wxPyDivisionShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12173 { "wxPyDivisionShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12174 { "wxPyDivisionShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12175 { "wxPyDivisionShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12176 { "wxPyDivisionShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12177 { "wxPyDivisionShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12178 { "wxPyDivisionShape_base_OnDragRight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12179 { "wxPyDivisionShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12180 { "wxPyDivisionShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12181 { "wxPyDivisionShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12182 { "wxPyDivisionShape_base_OnMovePost", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12183 { "wxPyDivisionShape_base_OnMovePre", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12184 { "wxPyDivisionShape_base_OnSize", (PyCFunction) _wrap_wxPyDivisionShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12185 { "wxPyDivisionShape_base_OnRightClick", (PyCFunction) _wrap_wxPyDivisionShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12186 { "wxPyDivisionShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyDivisionShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12187 { "wxPyDivisionShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyDivisionShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12188 { "wxPyDivisionShape_base_OnHighlight", (PyCFunction) _wrap_wxPyDivisionShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12189 { "wxPyDivisionShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyDivisionShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12190 { "wxPyDivisionShape_base_OnErase", (PyCFunction) _wrap_wxPyDivisionShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12191 { "wxPyDivisionShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyDivisionShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12192 { "wxPyDivisionShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12193 { "wxPyDivisionShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12194 { "wxPyDivisionShape_base_OnDraw", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12195 { "wxPyDivisionShape_base_OnDelete", (PyCFunction) _wrap_wxPyDivisionShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12196 { "wxPyDivisionShape_SetTopSidePen", (PyCFunction) _wrap_wxPyDivisionShape_SetTopSidePen, METH_VARARGS | METH_KEYWORDS },
12197 { "wxPyDivisionShape_SetTopSideColour", (PyCFunction) _wrap_wxPyDivisionShape_SetTopSideColour, METH_VARARGS | METH_KEYWORDS },
12198 { "wxPyDivisionShape_SetTopSide", (PyCFunction) _wrap_wxPyDivisionShape_SetTopSide, METH_VARARGS | METH_KEYWORDS },
12199 { "wxPyDivisionShape_SetRightSide", (PyCFunction) _wrap_wxPyDivisionShape_SetRightSide, METH_VARARGS | METH_KEYWORDS },
12200 { "wxPyDivisionShape_SetLeftSidePen", (PyCFunction) _wrap_wxPyDivisionShape_SetLeftSidePen, METH_VARARGS | METH_KEYWORDS },
12201 { "wxPyDivisionShape_SetLeftSideColour", (PyCFunction) _wrap_wxPyDivisionShape_SetLeftSideColour, METH_VARARGS | METH_KEYWORDS },
12202 { "wxPyDivisionShape_SetLeftSide", (PyCFunction) _wrap_wxPyDivisionShape_SetLeftSide, METH_VARARGS | METH_KEYWORDS },
12203 { "wxPyDivisionShape_SetHandleSide", (PyCFunction) _wrap_wxPyDivisionShape_SetHandleSide, METH_VARARGS | METH_KEYWORDS },
12204 { "wxPyDivisionShape_SetBottomSide", (PyCFunction) _wrap_wxPyDivisionShape_SetBottomSide, METH_VARARGS | METH_KEYWORDS },
12205 { "wxPyDivisionShape_PopupMenu", (PyCFunction) _wrap_wxPyDivisionShape_PopupMenu, METH_VARARGS | METH_KEYWORDS },
12206 { "wxPyDivisionShape_ResizeAdjoining", (PyCFunction) _wrap_wxPyDivisionShape_ResizeAdjoining, METH_VARARGS | METH_KEYWORDS },
12207 { "wxPyDivisionShape_GetTopSidePen", (PyCFunction) _wrap_wxPyDivisionShape_GetTopSidePen, METH_VARARGS | METH_KEYWORDS },
12208 { "wxPyDivisionShape_GetTopSide", (PyCFunction) _wrap_wxPyDivisionShape_GetTopSide, METH_VARARGS | METH_KEYWORDS },
12209 { "wxPyDivisionShape_GetRightSide", (PyCFunction) _wrap_wxPyDivisionShape_GetRightSide, METH_VARARGS | METH_KEYWORDS },
12210 { "wxPyDivisionShape_GetLeftSidePen", (PyCFunction) _wrap_wxPyDivisionShape_GetLeftSidePen, METH_VARARGS | METH_KEYWORDS },
12211 { "wxPyDivisionShape_GetLeftSideColour", (PyCFunction) _wrap_wxPyDivisionShape_GetLeftSideColour, METH_VARARGS | METH_KEYWORDS },
12212 { "wxPyDivisionShape_GetLeftSide", (PyCFunction) _wrap_wxPyDivisionShape_GetLeftSide, METH_VARARGS | METH_KEYWORDS },
12213 { "wxPyDivisionShape_GetHandleSide", (PyCFunction) _wrap_wxPyDivisionShape_GetHandleSide, METH_VARARGS | METH_KEYWORDS },
12214 { "wxPyDivisionShape_GetBottomSide", (PyCFunction) _wrap_wxPyDivisionShape_GetBottomSide, METH_VARARGS | METH_KEYWORDS },
12215 { "wxPyDivisionShape_EditEdge", (PyCFunction) _wrap_wxPyDivisionShape_EditEdge, METH_VARARGS | METH_KEYWORDS },
12216 { "wxPyDivisionShape_Divide", (PyCFunction) _wrap_wxPyDivisionShape_Divide, METH_VARARGS | METH_KEYWORDS },
12217 { "wxPyDivisionShape_AdjustTop", (PyCFunction) _wrap_wxPyDivisionShape_AdjustTop, METH_VARARGS | METH_KEYWORDS },
12218 { "wxPyDivisionShape_AdjustRight", (PyCFunction) _wrap_wxPyDivisionShape_AdjustRight, METH_VARARGS | METH_KEYWORDS },
12219 { "wxPyDivisionShape_AdjustLeft", (PyCFunction) _wrap_wxPyDivisionShape_AdjustLeft, METH_VARARGS | METH_KEYWORDS },
12220 { "wxPyDivisionShape_AdjustBottom", (PyCFunction) _wrap_wxPyDivisionShape_AdjustBottom, METH_VARARGS | METH_KEYWORDS },
12221 { "wxPyDivisionShape__setSelf", (PyCFunction) _wrap_wxPyDivisionShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12222 { "new_wxPyDivisionShape", (PyCFunction) _wrap_new_wxPyDivisionShape, METH_VARARGS | METH_KEYWORDS },
12223 { "wxPyDividedShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12224 { "wxPyDividedShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12225 { "wxPyDividedShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12226 { "wxPyDividedShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12227 { "wxPyDividedShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12228 { "wxPyDividedShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyDividedShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12229 { "wxPyDividedShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyDividedShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12230 { "wxPyDividedShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12231 { "wxPyDividedShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12232 { "wxPyDividedShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyDividedShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12233 { "wxPyDividedShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyDividedShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12234 { "wxPyDividedShape_base_OnDragRight", (PyCFunction) _wrap_wxPyDividedShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12235 { "wxPyDividedShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12236 { "wxPyDividedShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12237 { "wxPyDividedShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyDividedShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12238 { "wxPyDividedShape_base_OnMovePost", (PyCFunction) _wrap_wxPyDividedShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12239 { "wxPyDividedShape_base_OnMovePre", (PyCFunction) _wrap_wxPyDividedShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12240 { "wxPyDividedShape_base_OnSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12241 { "wxPyDividedShape_base_OnRightClick", (PyCFunction) _wrap_wxPyDividedShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12242 { "wxPyDividedShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyDividedShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12243 { "wxPyDividedShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyDividedShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12244 { "wxPyDividedShape_base_OnHighlight", (PyCFunction) _wrap_wxPyDividedShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12245 { "wxPyDividedShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyDividedShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12246 { "wxPyDividedShape_base_OnErase", (PyCFunction) _wrap_wxPyDividedShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12247 { "wxPyDividedShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyDividedShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12248 { "wxPyDividedShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12249 { "wxPyDividedShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyDividedShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12250 { "wxPyDividedShape_base_OnDraw", (PyCFunction) _wrap_wxPyDividedShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12251 { "wxPyDividedShape_base_OnDelete", (PyCFunction) _wrap_wxPyDividedShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12252 { "wxPyDividedShape_SetRegionSizes", (PyCFunction) _wrap_wxPyDividedShape_SetRegionSizes, METH_VARARGS | METH_KEYWORDS },
12253 { "wxPyDividedShape_EditRegions", (PyCFunction) _wrap_wxPyDividedShape_EditRegions, METH_VARARGS | METH_KEYWORDS },
12254 { "wxPyDividedShape__setSelf", (PyCFunction) _wrap_wxPyDividedShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12255 { "new_wxPyDividedShape", (PyCFunction) _wrap_new_wxPyDividedShape, METH_VARARGS | METH_KEYWORDS },
12256 { "wxPyCompositeShape_base_OnEndSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12257 { "wxPyCompositeShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12258 { "wxPyCompositeShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12259 { "wxPyCompositeShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12260 { "wxPyCompositeShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12261 { "wxPyCompositeShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12262 { "wxPyCompositeShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12263 { "wxPyCompositeShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12264 { "wxPyCompositeShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12265 { "wxPyCompositeShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12266 { "wxPyCompositeShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12267 { "wxPyCompositeShape_base_OnDragRight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12268 { "wxPyCompositeShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12269 { "wxPyCompositeShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12270 { "wxPyCompositeShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12271 { "wxPyCompositeShape_base_OnMovePost", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12272 { "wxPyCompositeShape_base_OnMovePre", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12273 { "wxPyCompositeShape_base_OnSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12274 { "wxPyCompositeShape_base_OnRightClick", (PyCFunction) _wrap_wxPyCompositeShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12275 { "wxPyCompositeShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyCompositeShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12276 { "wxPyCompositeShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyCompositeShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12277 { "wxPyCompositeShape_base_OnHighlight", (PyCFunction) _wrap_wxPyCompositeShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12278 { "wxPyCompositeShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12279 { "wxPyCompositeShape_base_OnErase", (PyCFunction) _wrap_wxPyCompositeShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12280 { "wxPyCompositeShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyCompositeShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12281 { "wxPyCompositeShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12282 { "wxPyCompositeShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12283 { "wxPyCompositeShape_base_OnDraw", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12284 { "wxPyCompositeShape_base_OnDelete", (PyCFunction) _wrap_wxPyCompositeShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12285 { "wxPyCompositeShape_RemoveChild", (PyCFunction) _wrap_wxPyCompositeShape_RemoveChild, METH_VARARGS | METH_KEYWORDS },
12286 { "wxPyCompositeShape_Recompute", (PyCFunction) _wrap_wxPyCompositeShape_Recompute, METH_VARARGS | METH_KEYWORDS },
12287 { "wxPyCompositeShape_MakeContainer", (PyCFunction) _wrap_wxPyCompositeShape_MakeContainer, METH_VARARGS | METH_KEYWORDS },
12288 { "wxPyCompositeShape_GetDivisions", (PyCFunction) _wrap_wxPyCompositeShape_GetDivisions, METH_VARARGS | METH_KEYWORDS },
12289 { "wxPyCompositeShape_GetConstraints", (PyCFunction) _wrap_wxPyCompositeShape_GetConstraints, METH_VARARGS | METH_KEYWORDS },
12290 { "wxPyCompositeShape_FindContainerImage", (PyCFunction) _wrap_wxPyCompositeShape_FindContainerImage, METH_VARARGS | METH_KEYWORDS },
12291 { "wxPyCompositeShape_DeleteConstraintsInvolvingChild", (PyCFunction) _wrap_wxPyCompositeShape_DeleteConstraintsInvolvingChild, METH_VARARGS | METH_KEYWORDS },
12292 { "wxPyCompositeShape_DeleteConstraint", (PyCFunction) _wrap_wxPyCompositeShape_DeleteConstraint, METH_VARARGS | METH_KEYWORDS },
12293 { "wxPyCompositeShape_ContainsDivision", (PyCFunction) _wrap_wxPyCompositeShape_ContainsDivision, METH_VARARGS | METH_KEYWORDS },
12294 { "wxPyCompositeShape_CalculateSize", (PyCFunction) _wrap_wxPyCompositeShape_CalculateSize, METH_VARARGS | METH_KEYWORDS },
12295 { "wxPyCompositeShape_AddSimpleConstraint", (PyCFunction) _wrap_wxPyCompositeShape_AddSimpleConstraint, METH_VARARGS | METH_KEYWORDS },
714d23b4 12296 { "wxPyCompositeShape_AddConstrainedShapes", (PyCFunction) _wrap_wxPyCompositeShape_AddConstrainedShapes, METH_VARARGS | METH_KEYWORDS },
e91a9dfc
RD
12297 { "wxPyCompositeShape_AddConstraint", (PyCFunction) _wrap_wxPyCompositeShape_AddConstraint, METH_VARARGS | METH_KEYWORDS },
12298 { "wxPyCompositeShape_AddChild", (PyCFunction) _wrap_wxPyCompositeShape_AddChild, METH_VARARGS | METH_KEYWORDS },
12299 { "wxPyCompositeShape__setSelf", (PyCFunction) _wrap_wxPyCompositeShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12300 { "new_wxPyCompositeShape", (PyCFunction) _wrap_new_wxPyCompositeShape, METH_VARARGS | METH_KEYWORDS },
12301 { "wxOGLConstraint_Equals", (PyCFunction) _wrap_wxOGLConstraint_Equals, METH_VARARGS | METH_KEYWORDS },
12302 { "wxOGLConstraint_SetSpacing", (PyCFunction) _wrap_wxOGLConstraint_SetSpacing, METH_VARARGS | METH_KEYWORDS },
12303 { "wxOGLConstraint_Evaluate", (PyCFunction) _wrap_wxOGLConstraint_Evaluate, METH_VARARGS | METH_KEYWORDS },
e91a9dfc
RD
12304 { "new_wxOGLConstraint", (PyCFunction) _wrap_new_wxOGLConstraint, METH_VARARGS | METH_KEYWORDS },
12305 { "wxPyDrawnShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12306 { "wxPyDrawnShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12307 { "wxPyDrawnShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12308 { "wxPyDrawnShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12309 { "wxPyDrawnShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12310 { "wxPyDrawnShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12311 { "wxPyDrawnShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12312 { "wxPyDrawnShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12313 { "wxPyDrawnShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12314 { "wxPyDrawnShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12315 { "wxPyDrawnShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12316 { "wxPyDrawnShape_base_OnDragRight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12317 { "wxPyDrawnShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12318 { "wxPyDrawnShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12319 { "wxPyDrawnShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12320 { "wxPyDrawnShape_base_OnMovePost", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12321 { "wxPyDrawnShape_base_OnMovePre", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12322 { "wxPyDrawnShape_base_OnSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12323 { "wxPyDrawnShape_base_OnRightClick", (PyCFunction) _wrap_wxPyDrawnShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12324 { "wxPyDrawnShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyDrawnShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12325 { "wxPyDrawnShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyDrawnShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12326 { "wxPyDrawnShape_base_OnHighlight", (PyCFunction) _wrap_wxPyDrawnShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12327 { "wxPyDrawnShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12328 { "wxPyDrawnShape_base_OnErase", (PyCFunction) _wrap_wxPyDrawnShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12329 { "wxPyDrawnShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyDrawnShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12330 { "wxPyDrawnShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12331 { "wxPyDrawnShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12332 { "wxPyDrawnShape_base_OnDraw", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12333 { "wxPyDrawnShape_base_OnDelete", (PyCFunction) _wrap_wxPyDrawnShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12334 { "wxPyDrawnShape_Translate", (PyCFunction) _wrap_wxPyDrawnShape_Translate, METH_VARARGS | METH_KEYWORDS },
12335 { "wxPyDrawnShape_SetSaveToFile", (PyCFunction) _wrap_wxPyDrawnShape_SetSaveToFile, METH_VARARGS | METH_KEYWORDS },
12336 { "wxPyDrawnShape_Scale", (PyCFunction) _wrap_wxPyDrawnShape_Scale, METH_VARARGS | METH_KEYWORDS },
12337 { "wxPyDrawnShape_SetDrawnTextColour", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnTextColour, METH_VARARGS | METH_KEYWORDS },
12338 { "wxPyDrawnShape_SetDrawnPen", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnPen, METH_VARARGS | METH_KEYWORDS },
12339 { "wxPyDrawnShape_SetDrawnFont", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnFont, METH_VARARGS | METH_KEYWORDS },
12340 { "wxPyDrawnShape_SetDrawnBrush", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnBrush, METH_VARARGS | METH_KEYWORDS },
12341 { "wxPyDrawnShape_SetDrawnBackgroundMode", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnBackgroundMode, METH_VARARGS | METH_KEYWORDS },
12342 { "wxPyDrawnShape_SetDrawnBackgroundColour", (PyCFunction) _wrap_wxPyDrawnShape_SetDrawnBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12343 { "wxPyDrawnShape_SetClippingRect", (PyCFunction) _wrap_wxPyDrawnShape_SetClippingRect, METH_VARARGS | METH_KEYWORDS },
12344 { "wxPyDrawnShape_Rotate", (PyCFunction) _wrap_wxPyDrawnShape_Rotate, METH_VARARGS | METH_KEYWORDS },
12345 { "wxPyDrawnShape_LoadFromMetaFile", (PyCFunction) _wrap_wxPyDrawnShape_LoadFromMetaFile, METH_VARARGS | METH_KEYWORDS },
12346 { "wxPyDrawnShape_GetRotation", (PyCFunction) _wrap_wxPyDrawnShape_GetRotation, METH_VARARGS | METH_KEYWORDS },
12347 { "wxPyDrawnShape_GetMetaFile", (PyCFunction) _wrap_wxPyDrawnShape_GetMetaFile, METH_VARARGS | METH_KEYWORDS },
12348 { "wxPyDrawnShape_GetAngle", (PyCFunction) _wrap_wxPyDrawnShape_GetAngle, METH_VARARGS | METH_KEYWORDS },
12349 { "wxPyDrawnShape_DrawText", (PyCFunction) _wrap_wxPyDrawnShape_DrawText, METH_VARARGS | METH_KEYWORDS },
12350 { "wxPyDrawnShape_DrawSpline", (PyCFunction) _wrap_wxPyDrawnShape_DrawSpline, METH_VARARGS | METH_KEYWORDS },
12351 { "wxPyDrawnShape_DrawRoundedRectangle", (PyCFunction) _wrap_wxPyDrawnShape_DrawRoundedRectangle, METH_VARARGS | METH_KEYWORDS },
12352 { "wxPyDrawnShape_DrawRectangle", (PyCFunction) _wrap_wxPyDrawnShape_DrawRectangle, METH_VARARGS | METH_KEYWORDS },
12353 { "wxPyDrawnShape_DrawPolygon", (PyCFunction) _wrap_wxPyDrawnShape_DrawPolygon, METH_VARARGS | METH_KEYWORDS },
12354 { "wxPyDrawnShape_DrawPoint", (PyCFunction) _wrap_wxPyDrawnShape_DrawPoint, METH_VARARGS | METH_KEYWORDS },
12355 { "wxPyDrawnShape_DrawLines", (PyCFunction) _wrap_wxPyDrawnShape_DrawLines, METH_VARARGS | METH_KEYWORDS },
12356 { "wxPyDrawnShape_DrawLine", (PyCFunction) _wrap_wxPyDrawnShape_DrawLine, METH_VARARGS | METH_KEYWORDS },
12357 { "wxPyDrawnShape_DrawEllipticArc", (PyCFunction) _wrap_wxPyDrawnShape_DrawEllipticArc, METH_VARARGS | METH_KEYWORDS },
12358 { "wxPyDrawnShape_DrawAtAngle", (PyCFunction) _wrap_wxPyDrawnShape_DrawAtAngle, METH_VARARGS | METH_KEYWORDS },
12359 { "wxPyDrawnShape_DrawArc", (PyCFunction) _wrap_wxPyDrawnShape_DrawArc, METH_VARARGS | METH_KEYWORDS },
12360 { "wxPyDrawnShape_DestroyClippingRect", (PyCFunction) _wrap_wxPyDrawnShape_DestroyClippingRect, METH_VARARGS | METH_KEYWORDS },
12361 { "wxPyDrawnShape_CalculateSize", (PyCFunction) _wrap_wxPyDrawnShape_CalculateSize, METH_VARARGS | METH_KEYWORDS },
12362 { "wxPyDrawnShape__setSelf", (PyCFunction) _wrap_wxPyDrawnShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12363 { "new_wxPyDrawnShape", (PyCFunction) _wrap_new_wxPyDrawnShape, METH_VARARGS | METH_KEYWORDS },
12364 { "wxPyBitmapShape_base_OnEndSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12365 { "wxPyBitmapShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12366 { "wxPyBitmapShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12367 { "wxPyBitmapShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12368 { "wxPyBitmapShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12369 { "wxPyBitmapShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12370 { "wxPyBitmapShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12371 { "wxPyBitmapShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12372 { "wxPyBitmapShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12373 { "wxPyBitmapShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12374 { "wxPyBitmapShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12375 { "wxPyBitmapShape_base_OnDragRight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12376 { "wxPyBitmapShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12377 { "wxPyBitmapShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12378 { "wxPyBitmapShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12379 { "wxPyBitmapShape_base_OnMovePost", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12380 { "wxPyBitmapShape_base_OnMovePre", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12381 { "wxPyBitmapShape_base_OnSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12382 { "wxPyBitmapShape_base_OnRightClick", (PyCFunction) _wrap_wxPyBitmapShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12383 { "wxPyBitmapShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyBitmapShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12384 { "wxPyBitmapShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyBitmapShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12385 { "wxPyBitmapShape_base_OnHighlight", (PyCFunction) _wrap_wxPyBitmapShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12386 { "wxPyBitmapShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12387 { "wxPyBitmapShape_base_OnErase", (PyCFunction) _wrap_wxPyBitmapShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12388 { "wxPyBitmapShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyBitmapShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12389 { "wxPyBitmapShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12390 { "wxPyBitmapShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12391 { "wxPyBitmapShape_base_OnDraw", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12392 { "wxPyBitmapShape_base_OnDelete", (PyCFunction) _wrap_wxPyBitmapShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12393 { "wxPyBitmapShape_SetFilename", (PyCFunction) _wrap_wxPyBitmapShape_SetFilename, METH_VARARGS | METH_KEYWORDS },
12394 { "wxPyBitmapShape_SetBitmap", (PyCFunction) _wrap_wxPyBitmapShape_SetBitmap, METH_VARARGS | METH_KEYWORDS },
12395 { "wxPyBitmapShape_GetFilename", (PyCFunction) _wrap_wxPyBitmapShape_GetFilename, METH_VARARGS | METH_KEYWORDS },
12396 { "wxPyBitmapShape_GetBitmap", (PyCFunction) _wrap_wxPyBitmapShape_GetBitmap, METH_VARARGS | METH_KEYWORDS },
12397 { "wxPyBitmapShape__setSelf", (PyCFunction) _wrap_wxPyBitmapShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12398 { "new_wxPyBitmapShape", (PyCFunction) _wrap_new_wxPyBitmapShape, METH_VARARGS | METH_KEYWORDS },
2348eaee
RD
12399 { "wxPyControlPoint_base_OnEndSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12400 { "wxPyControlPoint_base_OnBeginSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12401 { "wxPyControlPoint_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12402 { "wxPyControlPoint_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12403 { "wxPyControlPoint_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12404 { "wxPyControlPoint_base_OnMoveLink", (PyCFunction) _wrap_wxPyControlPoint_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12405 { "wxPyControlPoint_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyControlPoint_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12406 { "wxPyControlPoint_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12407 { "wxPyControlPoint_base_OnDrawOutline", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12408 { "wxPyControlPoint_base_OnEndDragRight", (PyCFunction) _wrap_wxPyControlPoint_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12409 { "wxPyControlPoint_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyControlPoint_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12410 { "wxPyControlPoint_base_OnDragRight", (PyCFunction) _wrap_wxPyControlPoint_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12411 { "wxPyControlPoint_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12412 { "wxPyControlPoint_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12413 { "wxPyControlPoint_base_OnDragLeft", (PyCFunction) _wrap_wxPyControlPoint_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12414 { "wxPyControlPoint_base_OnMovePost", (PyCFunction) _wrap_wxPyControlPoint_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12415 { "wxPyControlPoint_base_OnMovePre", (PyCFunction) _wrap_wxPyControlPoint_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12416 { "wxPyControlPoint_base_OnSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12417 { "wxPyControlPoint_base_OnRightClick", (PyCFunction) _wrap_wxPyControlPoint_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12418 { "wxPyControlPoint_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyControlPoint_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12419 { "wxPyControlPoint_base_OnLeftClick", (PyCFunction) _wrap_wxPyControlPoint_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12420 { "wxPyControlPoint_base_OnHighlight", (PyCFunction) _wrap_wxPyControlPoint_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12421 { "wxPyControlPoint_base_OnEraseContents", (PyCFunction) _wrap_wxPyControlPoint_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12422 { "wxPyControlPoint_base_OnErase", (PyCFunction) _wrap_wxPyControlPoint_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12423 { "wxPyControlPoint_base_OnMoveLinks", (PyCFunction) _wrap_wxPyControlPoint_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12424 { "wxPyControlPoint_base_OnDrawBranches", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12425 { "wxPyControlPoint_base_OnDrawContents", (PyCFunction) _wrap_wxPyControlPoint_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12426 { "wxPyControlPoint_base_OnDraw", (PyCFunction) _wrap_wxPyControlPoint_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12427 { "wxPyControlPoint_base_OnDelete", (PyCFunction) _wrap_wxPyControlPoint_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12428 { "wxPyControlPoint_SetCornerRadius", (PyCFunction) _wrap_wxPyControlPoint_SetCornerRadius, METH_VARARGS | METH_KEYWORDS },
12429 { "wxPyControlPoint__setSelf", (PyCFunction) _wrap_wxPyControlPoint__setSelf, METH_VARARGS | METH_KEYWORDS },
12430 { "new_wxPyControlPoint", (PyCFunction) _wrap_new_wxPyControlPoint, METH_VARARGS | METH_KEYWORDS },
e91a9dfc
RD
12431 { "wxPyRectangleShape_base_OnEndSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
12432 { "wxPyRectangleShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
12433 { "wxPyRectangleShape_base_OnSizingEndDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSizingEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12434 { "wxPyRectangleShape_base_OnSizingBeginDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSizingBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12435 { "wxPyRectangleShape_base_OnSizingDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSizingDragLeft, METH_VARARGS | METH_KEYWORDS },
12436 { "wxPyRectangleShape_base_OnMoveLink", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMoveLink, METH_VARARGS | METH_KEYWORDS },
12437 { "wxPyRectangleShape_base_OnEraseControlPoints", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEraseControlPoints, METH_VARARGS | METH_KEYWORDS },
12438 { "wxPyRectangleShape_base_OnDrawControlPoints", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawControlPoints, METH_VARARGS | METH_KEYWORDS },
12439 { "wxPyRectangleShape_base_OnDrawOutline", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawOutline, METH_VARARGS | METH_KEYWORDS },
12440 { "wxPyRectangleShape_base_OnEndDragRight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEndDragRight, METH_VARARGS | METH_KEYWORDS },
12441 { "wxPyRectangleShape_base_OnBeginDragRight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnBeginDragRight, METH_VARARGS | METH_KEYWORDS },
12442 { "wxPyRectangleShape_base_OnDragRight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDragRight, METH_VARARGS | METH_KEYWORDS },
12443 { "wxPyRectangleShape_base_OnEndDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEndDragLeft, METH_VARARGS | METH_KEYWORDS },
12444 { "wxPyRectangleShape_base_OnBeginDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnBeginDragLeft, METH_VARARGS | METH_KEYWORDS },
12445 { "wxPyRectangleShape_base_OnDragLeft", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDragLeft, METH_VARARGS | METH_KEYWORDS },
12446 { "wxPyRectangleShape_base_OnMovePost", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMovePost, METH_VARARGS | METH_KEYWORDS },
12447 { "wxPyRectangleShape_base_OnMovePre", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMovePre, METH_VARARGS | METH_KEYWORDS },
12448 { "wxPyRectangleShape_base_OnSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnSize, METH_VARARGS | METH_KEYWORDS },
12449 { "wxPyRectangleShape_base_OnRightClick", (PyCFunction) _wrap_wxPyRectangleShape_base_OnRightClick, METH_VARARGS | METH_KEYWORDS },
12450 { "wxPyRectangleShape_base_OnLeftDoubleClick", (PyCFunction) _wrap_wxPyRectangleShape_base_OnLeftDoubleClick, METH_VARARGS | METH_KEYWORDS },
12451 { "wxPyRectangleShape_base_OnLeftClick", (PyCFunction) _wrap_wxPyRectangleShape_base_OnLeftClick, METH_VARARGS | METH_KEYWORDS },
12452 { "wxPyRectangleShape_base_OnHighlight", (PyCFunction) _wrap_wxPyRectangleShape_base_OnHighlight, METH_VARARGS | METH_KEYWORDS },
12453 { "wxPyRectangleShape_base_OnEraseContents", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEraseContents, METH_VARARGS | METH_KEYWORDS },
12454 { "wxPyRectangleShape_base_OnErase", (PyCFunction) _wrap_wxPyRectangleShape_base_OnErase, METH_VARARGS | METH_KEYWORDS },
12455 { "wxPyRectangleShape_base_OnMoveLinks", (PyCFunction) _wrap_wxPyRectangleShape_base_OnMoveLinks, METH_VARARGS | METH_KEYWORDS },
12456 { "wxPyRectangleShape_base_OnDrawBranches", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawBranches, METH_VARARGS | METH_KEYWORDS },
12457 { "wxPyRectangleShape_base_OnDrawContents", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDrawContents, METH_VARARGS | METH_KEYWORDS },
12458 { "wxPyRectangleShape_base_OnDraw", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
12459 { "wxPyRectangleShape_base_OnDelete", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
12460 { "wxPyRectangleShape_SetCornerRadius", (PyCFunction) _wrap_wxPyRectangleShape_SetCornerRadius, METH_VARARGS | METH_KEYWORDS },
12461 { "wxPyRectangleShape__setSelf", (PyCFunction) _wrap_wxPyRectangleShape__setSelf, METH_VARARGS | METH_KEYWORDS },
12462 { "new_wxPyRectangleShape", (PyCFunction) _wrap_new_wxPyRectangleShape, METH_VARARGS | METH_KEYWORDS },
12463 { "wxPseudoMetaFile_SetBackgroundMode", (PyCFunction) _wrap_wxPseudoMetaFile_SetBackgroundMode, METH_VARARGS | METH_KEYWORDS },
12464 { "wxPseudoMetaFile_SetBackgroundColour", (PyCFunction) _wrap_wxPseudoMetaFile_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12465 { "wxPseudoMetaFile_SetTextColour", (PyCFunction) _wrap_wxPseudoMetaFile_SetTextColour, METH_VARARGS | METH_KEYWORDS },
12466 { "wxPseudoMetaFile_SetFont", (PyCFunction) _wrap_wxPseudoMetaFile_SetFont, METH_VARARGS | METH_KEYWORDS },
12467 { "wxPseudoMetaFile_SetBrush", (PyCFunction) _wrap_wxPseudoMetaFile_SetBrush, METH_VARARGS | METH_KEYWORDS },
12468 { "wxPseudoMetaFile_SetPen", (PyCFunction) _wrap_wxPseudoMetaFile_SetPen, METH_VARARGS | METH_KEYWORDS },
12469 { "wxPseudoMetaFile_DestroyClippingRect", (PyCFunction) _wrap_wxPseudoMetaFile_DestroyClippingRect, METH_VARARGS | METH_KEYWORDS },
12470 { "wxPseudoMetaFile_SetClippingRect", (PyCFunction) _wrap_wxPseudoMetaFile_SetClippingRect, METH_VARARGS | METH_KEYWORDS },
12471 { "wxPseudoMetaFile_DrawSpline", (PyCFunction) _wrap_wxPseudoMetaFile_DrawSpline, METH_VARARGS | METH_KEYWORDS },
12472 { "wxPseudoMetaFile_DrawPolygon", (PyCFunction) _wrap_wxPseudoMetaFile_DrawPolygon, METH_VARARGS | METH_KEYWORDS },
12473 { "wxPseudoMetaFile_DrawLines", (PyCFunction) _wrap_wxPseudoMetaFile_DrawLines, METH_VARARGS | METH_KEYWORDS },
12474 { "wxPseudoMetaFile_DrawText", (PyCFunction) _wrap_wxPseudoMetaFile_DrawText, METH_VARARGS | METH_KEYWORDS },
12475 { "wxPseudoMetaFile_DrawPoint", (PyCFunction) _wrap_wxPseudoMetaFile_DrawPoint, METH_VARARGS | METH_KEYWORDS },
12476 { "wxPseudoMetaFile_DrawEllipse", (PyCFunction) _wrap_wxPseudoMetaFile_DrawEllipse, METH_VARARGS | METH_KEYWORDS },
12477 { "wxPseudoMetaFile_DrawEllipticArc", (PyCFunction) _wrap_wxPseudoMetaFile_DrawEllipticArc, METH_VARARGS | METH_KEYWORDS },
12478 { "wxPseudoMetaFile_DrawArc", (PyCFunction) _wrap_wxPseudoMetaFile_DrawArc, METH_VARARGS | METH_KEYWORDS },
12479 { "wxPseudoMetaFile_DrawRoundedRectangle", (PyCFunction) _wrap_wxPseudoMetaFile_DrawRoundedRectangle, METH_VARARGS | METH_KEYWORDS },
12480 { "wxPseudoMetaFile_DrawRectangle", (PyCFunction) _wrap_wxPseudoMetaFile_DrawRectangle, METH_VARARGS | METH_KEYWORDS },
12481 { "wxPseudoMetaFile_DrawLine", (PyCFunction) _wrap_wxPseudoMetaFile_DrawLine, METH_VARARGS | METH_KEYWORDS },
12482 { "wxPseudoMetaFile_IsValid", (PyCFunction) _wrap_wxPseudoMetaFile_IsValid, METH_VARARGS | METH_KEYWORDS },
12483 { "wxPseudoMetaFile_GetOutlineOp", (PyCFunction) _wrap_wxPseudoMetaFile_GetOutlineOp, METH_VARARGS | METH_KEYWORDS },
12484 { "wxPseudoMetaFile_SetOutlineOp", (PyCFunction) _wrap_wxPseudoMetaFile_SetOutlineOp, METH_VARARGS | METH_KEYWORDS },
12485 { "wxPseudoMetaFile_GetOutlinePen", (PyCFunction) _wrap_wxPseudoMetaFile_GetOutlinePen, METH_VARARGS | METH_KEYWORDS },
12486 { "wxPseudoMetaFile_SetOutlinePen", (PyCFunction) _wrap_wxPseudoMetaFile_SetOutlinePen, METH_VARARGS | METH_KEYWORDS },
12487 { "wxPseudoMetaFile_GetFillBrush", (PyCFunction) _wrap_wxPseudoMetaFile_GetFillBrush, METH_VARARGS | METH_KEYWORDS },
12488 { "wxPseudoMetaFile_SetFillBrush", (PyCFunction) _wrap_wxPseudoMetaFile_SetFillBrush, METH_VARARGS | METH_KEYWORDS },
12489 { "wxPseudoMetaFile_SetSize", (PyCFunction) _wrap_wxPseudoMetaFile_SetSize, METH_VARARGS | METH_KEYWORDS },
12490 { "wxPseudoMetaFile_GetRotateable", (PyCFunction) _wrap_wxPseudoMetaFile_GetRotateable, METH_VARARGS | METH_KEYWORDS },
12491 { "wxPseudoMetaFile_SetRotateable", (PyCFunction) _wrap_wxPseudoMetaFile_SetRotateable, METH_VARARGS | METH_KEYWORDS },
12492 { "wxPseudoMetaFile_CalculateSize", (PyCFunction) _wrap_wxPseudoMetaFile_CalculateSize, METH_VARARGS | METH_KEYWORDS },
12493 { "wxPseudoMetaFile_GetBounds", (PyCFunction) _wrap_wxPseudoMetaFile_GetBounds, METH_VARARGS | METH_KEYWORDS },
12494 { "wxPseudoMetaFile_LoadFromMetaFile", (PyCFunction) _wrap_wxPseudoMetaFile_LoadFromMetaFile, METH_VARARGS | METH_KEYWORDS },
12495 { "wxPseudoMetaFile_Rotate", (PyCFunction) _wrap_wxPseudoMetaFile_Rotate, METH_VARARGS | METH_KEYWORDS },
12496 { "wxPseudoMetaFile_Translate", (PyCFunction) _wrap_wxPseudoMetaFile_Translate, METH_VARARGS | METH_KEYWORDS },
12497 { "wxPseudoMetaFile_ScaleTo", (PyCFunction) _wrap_wxPseudoMetaFile_ScaleTo, METH_VARARGS | METH_KEYWORDS },
12498 { "wxPseudoMetaFile_Scale", (PyCFunction) _wrap_wxPseudoMetaFile_Scale, METH_VARARGS | METH_KEYWORDS },
12499 { "wxPseudoMetaFile_Copy", (PyCFunction) _wrap_wxPseudoMetaFile_Copy, METH_VARARGS | METH_KEYWORDS },
12500 { "wxPseudoMetaFile_Clear", (PyCFunction) _wrap_wxPseudoMetaFile_Clear, METH_VARARGS | METH_KEYWORDS },
12501 { "wxPseudoMetaFile_ReadAttributes", (PyCFunction) _wrap_wxPseudoMetaFile_ReadAttributes, METH_VARARGS | METH_KEYWORDS },
12502 { "wxPseudoMetaFile_WriteAttributes", (PyCFunction) _wrap_wxPseudoMetaFile_WriteAttributes, METH_VARARGS | METH_KEYWORDS },
12503 { "wxPseudoMetaFile_Draw", (PyCFunction) _wrap_wxPseudoMetaFile_Draw, METH_VARARGS | METH_KEYWORDS },
12504 { "delete_wxPseudoMetaFile", (PyCFunction) _wrap_delete_wxPseudoMetaFile, METH_VARARGS | METH_KEYWORDS },
12505 { "new_wxPseudoMetaFile", (PyCFunction) _wrap_new_wxPseudoMetaFile, METH_VARARGS | METH_KEYWORDS },
12506 { NULL, NULL }
12507};
12508#ifdef __cplusplus
12509}
12510#endif
12511/*
12512 * This table is used by the pointer type-checker
12513 */
12514static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
12515 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
12516 { "_wxEvent","_class_wxEvent",0},
12517 { "_class_wxActivateEvent","_wxActivateEvent",0},
12518 { "_signed_long","_long",0},
12519 { "_wxMenuEvent","_class_wxMenuEvent",0},
c368d904 12520 { "_class_wxProcessEvent","_wxProcessEvent",0},
e91a9dfc 12521 { "_class_wxJPEGHandler","_wxJPEGHandler",0},
c368d904 12522 { "_class_wxFSFile","_wxFSFile",0},
eec92d76
RD
12523 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
12524 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
2348eaee 12525 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
e91a9dfc
RD
12526 { "_wxBMPHandler","_class_wxBMPHandler",0},
12527 { "_wxImage","_class_wxImage",0},
f6bcfd97 12528 { "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
c368d904
RD
12529 { "_wxWindowDisabler","_class_wxWindowDisabler",0},
12530 { "_class_wxDateTime","_wxDateTime",0},
eec92d76 12531 { "_wxPrintQuality","_wxCoord",0},
e91a9dfc
RD
12532 { "_wxPrintQuality","_int",0},
12533 { "_wxPrintQuality","_signed_int",0},
12534 { "_wxPrintQuality","_unsigned_int",0},
12535 { "_wxPrintQuality","_wxWindowID",0},
12536 { "_wxPrintQuality","_uint",0},
12537 { "_wxPrintQuality","_EBool",0},
12538 { "_wxPrintQuality","_size_t",0},
c368d904 12539 { "_wxPrintQuality","_time_t",0},
eec92d76 12540 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
c368d904 12541 { "_wxSpinCtrl","_class_wxSpinCtrl",0},
e91a9dfc 12542 { "_wxFontData","_class_wxFontData",0},
e91a9dfc 12543 { "_class_wxRegionIterator","_wxRegionIterator",0},
eec92d76 12544 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
e91a9dfc
RD
12545 { "_class_wxMenuBar","_wxMenuBar",0},
12546 { "_class_wxPyTreeItemData","_wxPyTreeItemData",0},
2348eaee 12547 { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0},
e91a9dfc
RD
12548 { "_class_wxEvtHandler","_wxEvtHandler",0},
12549 { "_wxPaintEvent","_class_wxPaintEvent",0},
12550 { "_wxGIFHandler","_class_wxGIFHandler",0},
2348eaee 12551 { "_wxPySizer","_class_wxPySizer",0},
c368d904 12552 { "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
e91a9dfc
RD
12553 { "_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12554 { "_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12555 { "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
12556 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
12557 { "_wxCursor","_class_wxCursor",0},
12558 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
c368d904
RD
12559 { "_wxPyProcess","_class_wxPyProcess",0},
12560 { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
e91a9dfc
RD
12561 { "_wxImageHandler","_class_wxImageHandler",0},
12562 { "_class_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
12563 { "_class_wxPyRectangleShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
12564 { "_class_wxPyRectangleShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
12565 { "_class_wxPyRectangleShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
12566 { "_class_wxPyRectangleShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
12567 { "_class_wxPyRectangleShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
12568 { "_class_wxPyRectangleShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
12569 { "_class_wxPyRectangleShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
12570 { "_class_wxPyRectangleShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
12571 { "_class_wxPyRectangleShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
2348eaee
RD
12572 { "_class_wxPyRectangleShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
12573 { "_class_wxPyRectangleShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
e91a9dfc 12574 { "_class_wxPyRectangleShape","_wxPyRectangleShape",0},
c368d904 12575 { "_wxLog","_class_wxLog",0},
eec92d76 12576 { "_class_wxToolBarBase","_wxToolBarBase",0},
e91a9dfc
RD
12577 { "_wxMask","_class_wxMask",0},
12578 { "_wxToolTip","_class_wxToolTip",0},
e91a9dfc
RD
12579 { "_wxPNGHandler","_class_wxPNGHandler",0},
12580 { "_class_wxOGLConstraint","_wxOGLConstraint",0},
12581 { "_class_wxColourData","_wxColourData",0},
12582 { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0},
12583 { "_wxPrinter","_class_wxPrinter",0},
12584 { "_wxPseudoMetaFile","_class_wxPseudoMetaFile",0},
12585 { "_wxPen","_class_wxPen",0},
12586 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
f6bcfd97 12587 { "_class_wxNotebookSizer","_wxNotebookSizer",0},
e91a9dfc 12588 { "_byte","_unsigned_char",0},
eec92d76
RD
12589 { "_wxDataObject","_class_wxDataObject",0},
12590 { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0},
e91a9dfc 12591 { "_wxStaticBox","_class_wxStaticBox",0},
eec92d76
RD
12592 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
12593 { "_wxPyDropSource","_class_wxPyDropSource",0},
e91a9dfc
RD
12594 { "_wxChoice","_class_wxChoice",0},
12595 { "_wxSlider","_class_wxSlider",0},
12596 { "_wxNotebookEvent","_class_wxNotebookEvent",0},
12597 { "_wxPyPrintout","_class_wxPyPrintout",0},
12598 { "_wxShapeRegion","_class_wxShapeRegion",0},
e91a9dfc
RD
12599 { "_long","_unsigned_long",0},
12600 { "_long","_signed_long",0},
12601 { "_wxImageList","_class_wxImageList",0},
eec92d76 12602 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
e91a9dfc
RD
12603 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
12604 { "_wxBitmapButton","_class_wxBitmapButton",0},
12605 { "_wxSashWindow","_class_wxSashWindow",0},
2348eaee 12606 { "_class_wxSizer","_wxSizer",0},
eec92d76 12607 { "_class_wxTIFFHandler","_wxTIFFHandler",0},
e91a9dfc 12608 { "_class_wxPrintDialogData","_wxPrintDialogData",0},
f6bcfd97 12609 { "_wxGridSizer","_class_wxGridSizer",0},
e91a9dfc 12610 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
eec92d76 12611 { "_class_wxClipboard","_wxClipboard",0},
e91a9dfc
RD
12612 { "_class_wxGauge","_wxGauge",0},
12613 { "_class_wxSashEvent","_wxSashEvent",0},
12614 { "_wxDC","_class_wxDC",0},
2348eaee 12615 { "_wxSizerItem","_class_wxSizerItem",0},
eec92d76 12616 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
e91a9dfc
RD
12617 { "_wxListEvent","_class_wxListEvent",0},
12618 { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0},
12619 { "_wxProgressDialog","_class_wxProgressDialog",0},
12620 { "_class_wxBMPHandler","_wxBMPHandler",0},
12621 { "_wxPrintPreview","_class_wxPrintPreview",0},
f6bcfd97 12622 { "_class_wxFlexGridSizer","_wxFlexGridSizer",0},
e91a9dfc
RD
12623 { "_wxSpinEvent","_class_wxSpinEvent",0},
12624 { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0},
12625 { "_wxPyBitmapShape","_class_wxPyBitmapShape",0},
eec92d76 12626 { "_size_t","_wxCoord",0},
e91a9dfc 12627 { "_size_t","_wxPrintQuality",0},
c368d904 12628 { "_size_t","_time_t",0},
e91a9dfc
RD
12629 { "_size_t","_unsigned_int",0},
12630 { "_size_t","_int",0},
12631 { "_size_t","_wxWindowID",0},
12632 { "_size_t","_uint",0},
12633 { "_class_wxRealPoint","_wxRealPoint",0},
eec92d76
RD
12634 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
12635 { "_wxPNMHandler","_class_wxPNMHandler",0},
12636 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
c368d904 12637 { "_wxLogGui","_class_wxLogGui",0},
9ae9011b 12638 { "_wxPrinterDC","_class_wxPrinterDC",0},
e91a9dfc
RD
12639 { "_class_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
12640 { "_class_wxPyShapeEvtHandler","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
12641 { "_class_wxPyShapeEvtHandler","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
12642 { "_class_wxPyShapeEvtHandler","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
12643 { "_class_wxPyShapeEvtHandler","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
12644 { "_class_wxPyShapeEvtHandler","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
12645 { "_class_wxPyShapeEvtHandler","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
12646 { "_class_wxPyShapeEvtHandler","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
12647 { "_class_wxPyShapeEvtHandler","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
12648 { "_class_wxPyShapeEvtHandler","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
2348eaee
RD
12649 { "_class_wxPyShapeEvtHandler","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
12650 { "_class_wxPyShapeEvtHandler","_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
e91a9dfc
RD
12651 { "_class_wxPyShapeEvtHandler","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
12652 { "_class_wxPyShapeEvtHandler","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
12653 { "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0},
12654 { "_class_wxMenuItem","_wxMenuItem",0},
12655 { "_class_wxPaintEvent","_wxPaintEvent",0},
12656 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
12657 { "_class_wxStatusBar","_wxStatusBar",0},
12658 { "_class_wxGIFHandler","_wxGIFHandler",0},
2348eaee 12659 { "_class_wxPySizer","_wxPySizer",0},
e91a9dfc
RD
12660 { "_class_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12661 { "_class_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
12662 { "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
12663 { "_wxPanel","_class_wxPanel",0},
12664 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
12665 { "_wxCheckBox","_class_wxCheckBox",0},
c368d904 12666 { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0},
e91a9dfc
RD
12667 { "_wxPyEvent","_class_wxPyEvent",0},
12668 { "_wxTextCtrl","_class_wxTextCtrl",0},
12669 { "_class_wxMask","_wxMask",0},
eec92d76 12670 { "_wxTextDataObject","_class_wxTextDataObject",0},
e91a9dfc 12671 { "_class_wxKeyEvent","_wxKeyEvent",0},
eec92d76 12672 { "_class_wxToolTip","_wxToolTip",0},
e91a9dfc 12673 { "_class_wxPNGHandler","_wxPNGHandler",0},
c368d904 12674 { "_wxFileConfig","_class_wxFileConfig",0},
e91a9dfc
RD
12675 { "_wxColour","_class_wxColour",0},
12676 { "_class_wxDialog","_wxDialog",0},
eec92d76 12677 { "_wxBusyCursor","_class_wxBusyCursor",0},
e91a9dfc
RD
12678 { "_wxPageSetupDialog","_class_wxPageSetupDialog",0},
12679 { "_class_wxPrinter","_wxPrinter",0},
eec92d76 12680 { "_class_wxFileDataObject","_wxFileDataObject",0},
e91a9dfc
RD
12681 { "_wxIdleEvent","_class_wxIdleEvent",0},
12682 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
12683 { "_wxToolBar","_class_wxToolBar",0},
eec92d76 12684 { "_class_wxDataObject","_wxDataObject",0},
f0261a72 12685 { "_wxCaret","_class_wxCaret",0},
e91a9dfc
RD
12686 { "_wxStaticLine","_class_wxStaticLine",0},
12687 { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0},
12688 { "_wxBrush","_class_wxBrush",0},
12689 { "_wxMiniFrame","_class_wxMiniFrame",0},
12690 { "_class_wxNotebookEvent","_wxNotebookEvent",0},
12691 { "_class_wxPyPrintout","_wxPyPrintout",0},
eec92d76
RD
12692 { "_wxDataFormat","_class_wxDataFormat",0},
12693 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
e91a9dfc
RD
12694 { "_class_wxSashWindow","_wxSashWindow",0},
12695 { "_wxShowEvent","_class_wxShowEvent",0},
12696 { "_class_wxPyDivisionShape","_wxPyDivisionShape",0},
eec92d76 12697 { "_uint","_wxCoord",0},
e91a9dfc 12698 { "_uint","_wxPrintQuality",0},
c368d904 12699 { "_uint","_time_t",0},
e91a9dfc
RD
12700 { "_uint","_size_t",0},
12701 { "_uint","_unsigned_int",0},
12702 { "_uint","_int",0},
12703 { "_uint","_wxWindowID",0},
c368d904 12704 { "_wxChar","_char",0},
f0261a72 12705 { "_wxPyValidator","_class_wxPyValidator",0},
e91a9dfc
RD
12706 { "_class_wxEvent","_wxEvent",0},
12707 { "_wxCheckListBox","_class_wxCheckListBox",0},
12708 { "_wxSplitterEvent","_class_wxSplitterEvent",0},
e91a9dfc
RD
12709 { "_wxRect","_class_wxRect",0},
12710 { "_wxCommandEvent","_class_wxCommandEvent",0},
12711 { "_wxSizeEvent","_class_wxSizeEvent",0},
c368d904 12712 { "_class_wxLogWindow","_wxLogWindow",0},
e91a9dfc
RD
12713 { "_class_wxImage","_wxImage",0},
12714 { "_wxPoint","_class_wxPoint",0},
c368d904 12715 { "_class_wxWindowDisabler","_wxWindowDisabler",0},
e91a9dfc
RD
12716 { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
12717 { "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
12718 { "_class_wxButton","_wxButton",0},
12719 { "_wxRadioBox","_class_wxRadioBox",0},
c368d904 12720 { "_class_wxSpinCtrl","_wxSpinCtrl",0},
e91a9dfc 12721 { "_class_wxFontData","_wxFontData",0},
eec92d76 12722 { "_class_wxPNMHandler","_wxPNMHandler",0},
2348eaee 12723 { "_wxBoxSizer","_class_wxBoxSizer",0},
c368d904
RD
12724 { "_class_wxZipFSHandler","_wxZipFSHandler",0},
12725 { "_char","_wxChar",0},
e91a9dfc 12726 { "_wxBitmap","_class_wxBitmap",0},
9ae9011b 12727 { "_wxTaskBarIcon","_class_wxTaskBarIcon",0},
e91a9dfc 12728 { "_wxPrintDialog","_class_wxPrintDialog",0},
2348eaee 12729 { "_wxPyControlPoint","_class_wxPyControlPoint",0},
e91a9dfc 12730 { "_wxWindowDC","_class_wxWindowDC",0},
c368d904
RD
12731 { "_wxTimerEvent","_class_wxTimerEvent",0},
12732 { "_wxPyTimer","_class_wxPyTimer",0},
e91a9dfc
RD
12733 { "_wxScrollBar","_class_wxScrollBar",0},
12734 { "_wxSpinButton","_class_wxSpinButton",0},
e91a9dfc
RD
12735 { "_wxColourDialog","_class_wxColourDialog",0},
12736 { "_wxPrintData","_class_wxPrintData",0},
c368d904 12737 { "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
e91a9dfc
RD
12738 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
12739 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
12740 { "_wxMessageDialog","_class_wxMessageDialog",0},
f0261a72 12741 { "_class_wxValidator","_wxValidator",0},
e91a9dfc
RD
12742 { "_class_wxPyEvent","_wxPyEvent",0},
12743 { "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
c368d904 12744 { "_wxConfig","_class_wxConfig",0},
e91a9dfc
RD
12745 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
12746 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
c368d904 12747 { "_class_wxFileConfig","_wxFileConfig",0},
e91a9dfc 12748 { "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
eec92d76
RD
12749 { "_class_wxBusyCursor","_wxBusyCursor",0},
12750 { "_wxToolBarSimple","_class_wxToolBarSimple",0},
e91a9dfc
RD
12751 { "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
12752 { "_wxListItem","_class_wxListItem",0},
12753 { "_class_wxPseudoMetaFile","_wxPseudoMetaFile",0},
12754 { "_class_wxToolBar","_wxToolBar",0},
eec92d76 12755 { "_wxDropTarget","_class_wxDropTarget",0},
e91a9dfc
RD
12756 { "_class_wxStaticLine","_wxStaticLine",0},
12757 { "_wxScrollEvent","_class_wxScrollEvent",0},
eec92d76 12758 { "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
e91a9dfc 12759 { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
c368d904 12760 { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
e91a9dfc 12761 { "_class_wxShapeRegion","_wxShapeRegion",0},
eec92d76 12762 { "_EBool","_wxCoord",0},
e91a9dfc
RD
12763 { "_EBool","_wxPrintQuality",0},
12764 { "_EBool","_signed_int",0},
12765 { "_EBool","_int",0},
12766 { "_EBool","_wxWindowID",0},
12767 { "_class_wxRegion","_wxRegion",0},
eec92d76 12768 { "_class_wxDataFormat","_wxDataFormat",0},
e91a9dfc 12769 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
eec92d76 12770 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
e91a9dfc
RD
12771 { "_class_wxPreviewFrame","_wxPreviewFrame",0},
12772 { "_wxStaticText","_class_wxStaticText",0},
12773 { "_wxFont","_class_wxFont",0},
eec92d76 12774 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
e91a9dfc
RD
12775 { "_wxCloseEvent","_class_wxCloseEvent",0},
12776 { "_class_wxSplitterEvent","_wxSplitterEvent",0},
c368d904 12777 { "_wxProcessEvent","_class_wxProcessEvent",0},
e91a9dfc 12778 { "_wxNotebook","_class_wxNotebook",0},
c368d904 12779 { "_wxFSFile","_class_wxFSFile",0},
e91a9dfc
RD
12780 { "_unsigned_long","_long",0},
12781 { "_class_wxRect","_wxRect",0},
12782 { "_class_wxDC","_wxDC",0},
9cce9de1 12783 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
c368d904 12784 { "_wxGenericDragImage","_class_wxGenericDragImage",0},
e91a9dfc 12785 { "_class_wxProgressDialog","_wxProgressDialog",0},
eec92d76 12786 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
c368d904 12787 { "_wxPyInputStream","_class_wxPyInputStream",0},
e91a9dfc 12788 { "_wxPyApp","_class_wxPyApp",0},
eec92d76 12789 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
c368d904
RD
12790 { "_class_wxOutputStream","_wxOutputStream",0},
12791 { "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
e91a9dfc
RD
12792 { "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
12793 { "_class_wxTreeEvent","_wxTreeEvent",0},
12794 { "_class_wxDirDialog","_wxDirDialog",0},
c368d904 12795 { "_wxTimeSpan","_class_wxTimeSpan",0},
e91a9dfc
RD
12796 { "_wxFocusEvent","_class_wxFocusEvent",0},
12797 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
c368d904
RD
12798 { "_class_wxTimerEvent","_wxTimerEvent",0},
12799 { "_class_wxPyTimer","_wxPyTimer",0},
e91a9dfc
RD
12800 { "_class_wxSpinButton","_wxSpinButton",0},
12801 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
12802 { "_class_wxPanel","_wxPanel",0},
12803 { "_class_wxCheckBox","_wxCheckBox",0},
12804 { "_wxComboBox","_class_wxComboBox",0},
12805 { "_wxRadioButton","_class_wxRadioButton",0},
12806 { "_class_wxMessageDialog","_wxMessageDialog",0},
eec92d76 12807 { "_signed_int","_wxCoord",0},
e91a9dfc
RD
12808 { "_signed_int","_wxPrintQuality",0},
12809 { "_signed_int","_EBool",0},
12810 { "_signed_int","_wxWindowID",0},
12811 { "_signed_int","_int",0},
12812 { "_class_wxTextCtrl","_wxTextCtrl",0},
f6bcfd97 12813 { "_class_wxListItemAttr","_wxListItemAttr",0},
e91a9dfc 12814 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
9ae9011b 12815 { "_wxMetaFileDC","_class_wxMetaFileDC",0},
eec92d76 12816 { "_class_wxTextDataObject","_wxTextDataObject",0},
e91a9dfc
RD
12817 { "_wxMenu","_class_wxMenu",0},
12818 { "_class_wxMoveEvent","_wxMoveEvent",0},
12819 { "_wxListBox","_class_wxListBox",0},
12820 { "_wxScreenDC","_class_wxScreenDC",0},
eec92d76 12821 { "_class_wxToolBarSimple","_wxToolBarSimple",0},
e91a9dfc 12822 { "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
c368d904 12823 { "_WXTYPE","_wxDateTime_t",0},
e91a9dfc
RD
12824 { "_WXTYPE","_short",0},
12825 { "_WXTYPE","_signed_short",0},
12826 { "_WXTYPE","_unsigned_short",0},
12827 { "_wxFileDialog","_class_wxFileDialog",0},
eec92d76 12828 { "_class_wxDropTarget","_wxDropTarget",0},
f0261a72 12829 { "_class_wxCaret","_wxCaret",0},
e91a9dfc
RD
12830 { "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
12831 { "_class_wxBrush","_wxBrush",0},
f6bcfd97 12832 { "_wxTipProvider","_class_wxTipProvider",0},
c368d904 12833 { "_unsigned_short","_wxDateTime_t",0},
e91a9dfc
RD
12834 { "_unsigned_short","_WXTYPE",0},
12835 { "_unsigned_short","_short",0},
12836 { "_class_wxWindow","_wxWindow",0},
c368d904 12837 { "_class_wxLogStderr","_wxLogStderr",0},
e91a9dfc 12838 { "_wxSplitterWindow","_class_wxSplitterWindow",0},
c368d904 12839 { "_wxDateSpan","_class_wxDateSpan",0},
e91a9dfc
RD
12840 { "_class_wxStaticText","_wxStaticText",0},
12841 { "_wxPrintDialogData","_class_wxPrintDialogData",0},
12842 { "_class_wxFont","_wxFont",0},
eec92d76 12843 { "_wxClipboard","_class_wxClipboard",0},
f0261a72 12844 { "_class_wxPyValidator","_wxPyValidator",0},
e91a9dfc
RD
12845 { "_class_wxCloseEvent","_wxCloseEvent",0},
12846 { "_wxSashEvent","_class_wxSashEvent",0},
eec92d76 12847 { "_wxBusyInfo","_class_wxBusyInfo",0},
e91a9dfc 12848 { "_class_wxMenuEvent","_wxMenuEvent",0},
eec92d76 12849 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
9ae9011b 12850 { "_wxJoystick","_class_wxJoystick",0},
eec92d76 12851 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
e91a9dfc
RD
12852 { "_wxClientDC","_class_wxClientDC",0},
12853 { "_wxMouseEvent","_class_wxMouseEvent",0},
c368d904 12854 { "_class_wxGenericDragImage","_wxGenericDragImage",0},
e91a9dfc
RD
12855 { "_wxListCtrl","_class_wxListCtrl",0},
12856 { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
12857 { "_wxPyDividedShape","_class_wxPyDividedShape",0},
12858 { "_class_wxPoint","_wxPoint",0},
c368d904 12859 { "_class_wxPyInputStream","_wxPyInputStream",0},
e91a9dfc
RD
12860 { "_wxRealPoint","_class_wxRealPoint",0},
12861 { "_class_wxRadioBox","_wxRadioBox",0},
2348eaee 12862 { "_class_wxBoxSizer","_wxBoxSizer",0},
e91a9dfc
RD
12863 { "_signed_short","_WXTYPE",0},
12864 { "_signed_short","_short",0},
12865 { "_wxMemoryDC","_class_wxMemoryDC",0},
eec92d76 12866 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
9ae9011b 12867 { "_class_wxTaskBarIcon","_wxTaskBarIcon",0},
e91a9dfc 12868 { "_class_wxPrintDialog","_wxPrintDialog",0},
c368d904 12869 { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
2348eaee 12870 { "_class_wxPyControlPoint","_wxPyControlPoint",0},
e91a9dfc
RD
12871 { "_wxPaintDC","_class_wxPaintDC",0},
12872 { "_class_wxWindowDC","_wxWindowDC",0},
12873 { "_class_wxFocusEvent","_wxFocusEvent",0},
12874 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
12875 { "_wxStatusBar","_class_wxStatusBar",0},
e91a9dfc
RD
12876 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
12877 { "_class_wxCursor","_wxCursor",0},
eec92d76 12878 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
c368d904 12879 { "_class_wxPyProcess","_wxPyProcess",0},
e91a9dfc
RD
12880 { "_class_wxImageHandler","_wxImageHandler",0},
12881 { "_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
12882 { "_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
12883 { "_wxPyShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
12884 { "_wxPyShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
12885 { "_wxPyShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
12886 { "_wxPyShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
12887 { "_wxPyShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
12888 { "_wxPyShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
12889 { "_wxPyShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
12890 { "_wxPyShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
2348eaee
RD
12891 { "_wxPyShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
12892 { "_wxPyShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
e91a9dfc
RD
12893 { "_wxPyShape","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
12894 { "_wxPyShape","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
12895 { "_wxPyShape","_class_wxPyShape",0},
12896 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
c368d904 12897 { "_class_wxLog","_wxLog",0},
e91a9dfc
RD
12898 { "_wxTreeItemId","_class_wxTreeItemId",0},
12899 { "_unsigned_char","_byte",0},
9ae9011b 12900 { "_class_wxMetaFileDC","_wxMetaFileDC",0},
e91a9dfc
RD
12901 { "_class_wxMenu","_wxMenu",0},
12902 { "_wxControl","_class_wxControl",0},
12903 { "_class_wxListBox","_wxListBox",0},
eec92d76 12904 { "_unsigned_int","_wxCoord",0},
e91a9dfc 12905 { "_unsigned_int","_wxPrintQuality",0},
c368d904 12906 { "_unsigned_int","_time_t",0},
e91a9dfc
RD
12907 { "_unsigned_int","_size_t",0},
12908 { "_unsigned_int","_uint",0},
12909 { "_unsigned_int","_wxWindowID",0},
12910 { "_unsigned_int","_int",0},
12911 { "_wxIcon","_class_wxIcon",0},
12912 { "_wxDialog","_class_wxDialog",0},
12913 { "_class_wxListItem","_wxListItem",0},
12914 { "_class_wxPen","_wxPen",0},
12915 { "_class_wxFileDialog","_wxFileDialog",0},
12916 { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
c368d904
RD
12917 { "_wxConfigBase","_class_wxConfigBase",0},
12918 { "_short","_wxDateTime_t",0},
e91a9dfc
RD
12919 { "_short","_WXTYPE",0},
12920 { "_short","_unsigned_short",0},
12921 { "_short","_signed_short",0},
12922 { "_class_wxStaticBox","_wxStaticBox",0},
12923 { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0},
eec92d76
RD
12924 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
12925 { "_class_wxPyDropSource","_wxPyDropSource",0},
e91a9dfc
RD
12926 { "_class_wxScrollEvent","_wxScrollEvent",0},
12927 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
12928 { "_class_wxChoice","_wxChoice",0},
12929 { "_class_wxSlider","_wxSlider",0},
12930 { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
12931 { "_class_wxImageList","_wxImageList",0},
12932 { "_class_wxBitmapButton","_wxBitmapButton",0},
c368d904 12933 { "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
f6bcfd97 12934 { "_wxPyTipProvider","_class_wxPyTipProvider",0},
e91a9dfc 12935 { "_wxFrame","_class_wxFrame",0},
eec92d76 12936 { "_wxPCXHandler","_class_wxPCXHandler",0},
f6bcfd97 12937 { "_class_wxGridSizer","_wxGridSizer",0},
e91a9dfc 12938 { "_wxPyDivisionShape","_class_wxPyDivisionShape",0},
eec92d76 12939 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
e91a9dfc
RD
12940 { "_class_wxNotebook","_wxNotebook",0},
12941 { "_wxJPEGHandler","_class_wxJPEGHandler",0},
eec92d76 12942 { "_wxWindowID","_wxCoord",0},
e91a9dfc 12943 { "_wxWindowID","_wxPrintQuality",0},
c368d904 12944 { "_wxWindowID","_time_t",0},
e91a9dfc
RD
12945 { "_wxWindowID","_size_t",0},
12946 { "_wxWindowID","_EBool",0},
12947 { "_wxWindowID","_uint",0},
12948 { "_wxWindowID","_int",0},
12949 { "_wxWindowID","_signed_int",0},
12950 { "_wxWindowID","_unsigned_int",0},
9cce9de1 12951 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
2348eaee 12952 { "_class_wxSizerItem","_wxSizerItem",0},
eec92d76 12953 { "_int","_wxCoord",0},
e91a9dfc 12954 { "_int","_wxPrintQuality",0},
c368d904 12955 { "_int","_time_t",0},
e91a9dfc
RD
12956 { "_int","_size_t",0},
12957 { "_int","_EBool",0},
12958 { "_int","_uint",0},
12959 { "_int","_wxWindowID",0},
12960 { "_int","_unsigned_int",0},
12961 { "_int","_signed_int",0},
12962 { "_class_wxMouseEvent","_wxMouseEvent",0},
2348eaee 12963 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
c368d904 12964 { "_wxLogWindow","_class_wxLogWindow",0},
e91a9dfc
RD
12965 { "_class_wxListEvent","_wxListEvent",0},
12966 { "_class_wxPrintPreview","_wxPrintPreview",0},
c368d904
RD
12967 { "_wxDateTime_t","_unsigned_short",0},
12968 { "_wxDateTime_t","_short",0},
12969 { "_wxDateTime_t","_WXTYPE",0},
e91a9dfc 12970 { "_class_wxSpinEvent","_wxSpinEvent",0},
eec92d76 12971 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
c368d904
RD
12972 { "_wxDateTime","_class_wxDateTime",0},
12973 { "_time_t","_wxCoord",0},
12974 { "_time_t","_wxPrintQuality",0},
12975 { "_time_t","_unsigned_int",0},
12976 { "_time_t","_int",0},
12977 { "_time_t","_wxWindowID",0},
12978 { "_time_t","_uint",0},
12979 { "_time_t","_size_t",0},
eec92d76 12980 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
c368d904 12981 { "_wxLogNull","_class_wxLogNull",0},
e91a9dfc 12982 { "_wxButton","_class_wxButton",0},
c368d904 12983 { "_wxZipFSHandler","_class_wxZipFSHandler",0},
e91a9dfc
RD
12984 { "_class_wxPyApp","_wxPyApp",0},
12985 { "_wxSize","_class_wxSize",0},
12986 { "_wxRegionIterator","_class_wxRegionIterator",0},
eec92d76 12987 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
c368d904
RD
12988 { "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
12989 { "_class_wxLogGui","_wxLogGui",0},
e91a9dfc
RD
12990 { "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
12991 { "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
9ae9011b 12992 { "_class_wxPrinterDC","_wxPrinterDC",0},
2348eaee 12993 { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
c368d904
RD
12994 { "_class_wxTimeSpan","_wxTimeSpan",0},
12995 { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
e91a9dfc
RD
12996 { "_class_wxPaintDC","_wxPaintDC",0},
12997 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
eec92d76 12998 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
e91a9dfc
RD
12999 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
13000 { "_class_wxComboBox","_wxComboBox",0},
13001 { "_class_wxRadioButton","_wxRadioButton",0},
13002 { "_class_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
13003 { "_class_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
13004 { "_class_wxPyShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
13005 { "_class_wxPyShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
13006 { "_class_wxPyShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
13007 { "_class_wxPyShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
13008 { "_class_wxPyShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
13009 { "_class_wxPyShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
13010 { "_class_wxPyShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
13011 { "_class_wxPyShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
2348eaee
RD
13012 { "_class_wxPyShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
13013 { "_class_wxPyShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
e91a9dfc
RD
13014 { "_class_wxPyShape","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
13015 { "_class_wxPyShape","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
13016 { "_class_wxPyShape","_wxPyShape",0},
f0261a72 13017 { "_wxValidator","_class_wxValidator",0},
eec92d76 13018 { "_wxToolBarBase","_class_wxToolBarBase",0},
e91a9dfc 13019 { "_class_wxTreeItemId","_wxTreeItemId",0},
e91a9dfc
RD
13020 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
13021 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
13022 { "_class_wxControl","_wxControl",0},
13023 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
13024 { "_wxPyDrawnShape","_class_wxPyDrawnShape",0},
13025 { "_class_wxIcon","_wxIcon",0},
13026 { "_class_wxColour","_wxColour",0},
13027 { "_class_wxScreenDC","_wxScreenDC",0},
13028 { "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
13029 { "_wxPalette","_class_wxPalette",0},
13030 { "_class_wxIdleEvent","_wxIdleEvent",0},
c368d904 13031 { "_class_wxConfigBase","_wxConfigBase",0},
eec92d76
RD
13032 { "_wxCoord","_int",0},
13033 { "_wxCoord","_signed_int",0},
13034 { "_wxCoord","_unsigned_int",0},
13035 { "_wxCoord","_wxWindowID",0},
13036 { "_wxCoord","_uint",0},
13037 { "_wxCoord","_EBool",0},
13038 { "_wxCoord","_size_t",0},
c368d904 13039 { "_wxCoord","_time_t",0},
eec92d76 13040 { "_wxCoord","_wxPrintQuality",0},
e91a9dfc 13041 { "_wxEraseEvent","_class_wxEraseEvent",0},
eec92d76 13042 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
e91a9dfc 13043 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
f6bcfd97 13044 { "_class_wxTipProvider","_wxTipProvider",0},
e91a9dfc
RD
13045 { "_class_wxMiniFrame","_wxMiniFrame",0},
13046 { "_wxFontDialog","_class_wxFontDialog",0},
c368d904 13047 { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
e91a9dfc
RD
13048 { "_wxRegion","_class_wxRegion",0},
13049 { "_class_wxSplitterWindow","_wxSplitterWindow",0},
13050 { "_wxPreviewFrame","_class_wxPreviewFrame",0},
2348eaee 13051 { "_wxSizer","_class_wxSizer",0},
c368d904
RD
13052 { "_class_wxDateSpan","_wxDateSpan",0},
13053 { "_wxFileSystem","_class_wxFileSystem",0},
e91a9dfc 13054 { "_class_wxShowEvent","_wxShowEvent",0},
f6bcfd97 13055 { "_class_wxPyTipProvider","_wxPyTipProvider",0},
eec92d76
RD
13056 { "_class_wxPCXHandler","_wxPCXHandler",0},
13057 { "_wxTIFFHandler","_class_wxTIFFHandler",0},
13058 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
e91a9dfc
RD
13059 { "_wxActivateEvent","_class_wxActivateEvent",0},
13060 { "_wxGauge","_class_wxGauge",0},
13061 { "_class_wxCheckListBox","_wxCheckListBox",0},
eec92d76 13062 { "_class_wxBusyInfo","_wxBusyInfo",0},
9ae9011b 13063 { "_class_wxJoystick","_wxJoystick",0},
e91a9dfc
RD
13064 { "_class_wxCommandEvent","_wxCommandEvent",0},
13065 { "_class_wxClientDC","_wxClientDC",0},
13066 { "_class_wxSizeEvent","_wxSizeEvent",0},
13067 { "_class_wxListCtrl","_wxListCtrl",0},
13068 { "_class_wxPyDividedShape","_wxPyDividedShape",0},
eec92d76 13069 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
c368d904 13070 { "_class_wxLogNull","_wxLogNull",0},
e91a9dfc
RD
13071 { "_class_wxSize","_wxSize",0},
13072 { "_class_wxBitmap","_wxBitmap",0},
13073 { "_class_wxMemoryDC","_wxMemoryDC",0},
eec92d76 13074 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
e91a9dfc 13075 { "_wxMenuBar","_class_wxMenuBar",0},
c368d904 13076 { "_wxOutputStream","_class_wxOutputStream",0},
e91a9dfc
RD
13077 { "_wxTreeEvent","_class_wxTreeEvent",0},
13078 { "_wxDirDialog","_class_wxDirDialog",0},
13079 { "_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
13080 { "_wxPyShapeEvtHandler","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
13081 { "_wxPyShapeEvtHandler","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
13082 { "_wxPyShapeEvtHandler","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
13083 { "_wxPyShapeEvtHandler","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
13084 { "_wxPyShapeEvtHandler","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
13085 { "_wxPyShapeEvtHandler","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
13086 { "_wxPyShapeEvtHandler","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
13087 { "_wxPyShapeEvtHandler","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
13088 { "_wxPyShapeEvtHandler","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
2348eaee
RD
13089 { "_wxPyShapeEvtHandler","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
13090 { "_wxPyShapeEvtHandler","_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
e91a9dfc
RD
13091 { "_wxPyShapeEvtHandler","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
13092 { "_wxPyShapeEvtHandler","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
13093 { "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0},
13094 { "_wxEvtHandler","_class_wxEvtHandler",0},
13095 { "_wxMenuItem","_class_wxMenuItem",0},
13096 { "_class_wxScrollBar","_wxScrollBar",0},
13097 { "_class_wxColourDialog","_wxColourDialog",0},
13098 { "_class_wxPrintData","_wxPrintData",0},
e91a9dfc
RD
13099 { "_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
13100 { "_wxPyRectangleShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
13101 { "_wxPyRectangleShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
13102 { "_wxPyRectangleShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
13103 { "_wxPyRectangleShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
13104 { "_wxPyRectangleShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
13105 { "_wxPyRectangleShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
13106 { "_wxPyRectangleShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
13107 { "_wxPyRectangleShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
13108 { "_wxPyRectangleShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
2348eaee
RD
13109 { "_wxPyRectangleShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
13110 { "_wxPyRectangleShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
e91a9dfc
RD
13111 { "_wxPyRectangleShape","_class_wxPyRectangleShape",0},
13112 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
f6bcfd97 13113 { "_wxListItemAttr","_class_wxListItemAttr",0},
e91a9dfc 13114 { "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
c368d904 13115 { "_class_wxConfig","_wxConfig",0},
e91a9dfc
RD
13116 { "_wxKeyEvent","_class_wxKeyEvent",0},
13117 { "_wxMoveEvent","_class_wxMoveEvent",0},
13118 { "_wxOGLConstraint","_class_wxOGLConstraint",0},
13119 { "_wxColourData","_class_wxColourData",0},
13120 { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0},
13121 { "_class_wxPalette","_wxPalette",0},
eec92d76 13122 { "_wxFileDataObject","_class_wxFileDataObject",0},
e91a9dfc 13123 { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0},
f6bcfd97 13124 { "_wxNotebookSizer","_class_wxNotebookSizer",0},
e91a9dfc 13125 { "_class_wxEraseEvent","_wxEraseEvent",0},
eec92d76 13126 { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0},
e91a9dfc 13127 { "_wxMDIClientWindow","_class_wxMDIClientWindow",0},
eec92d76
RD
13128 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
13129 { "_class_wxToolBarToolBase","_wxToolBarToolBase",0},
e91a9dfc
RD
13130 { "_class_wxFontDialog","_wxFontDialog",0},
13131 { "_wxWindow","_class_wxWindow",0},
eec92d76 13132 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
c368d904
RD
13133 { "_wxLogStderr","_class_wxLogStderr",0},
13134 { "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
13135 { "_class_wxFileSystem","_wxFileSystem",0},
e91a9dfc
RD
13136 { "_class_wxFrame","_wxFrame",0},
13137{0,0,0}};
13138
13139static PyObject *SWIG_globals;
13140#ifdef __cplusplus
13141extern "C"
13142#endif
13143SWIGEXPORT(void) initoglshapesc() {
13144 PyObject *m, *d;
13145 SWIG_globals = SWIG_newvarlink();
13146 m = Py_InitModule("oglshapesc", oglshapescMethods);
13147 d = PyModule_GetDict(m);
13148{
13149 int i;
13150 for (i = 0; _swig_mapping[i].n1; i++)
13151 SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv);
13152}
13153}