]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/msw/controls.cpp
fixes w.r.t. size_t vs. int
[wxWidgets.git] / wxPython / src / msw / controls.cpp
CommitLineData
8ab979d7 1/*
c368d904 2 * FILE : src/msw/controls.cpp
8ab979d7
RD
3 *
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
dbbb98cd 6 * Version 1.1 (Build 883)
8ab979d7
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)
1d99702e 27# define SWIGEXPORT(a) __declspec(dllexport) a
8ab979d7
RD
28# else
29# if defined(__BORLANDC__)
c368d904 30# define SWIGEXPORT(a) a _export
8ab979d7 31# else
c368d904 32# define SWIGEXPORT(a) a
8ab979d7
RD
33# endif
34# endif
35#else
c368d904 36# define SWIGEXPORT(a) a
8ab979d7
RD
37#endif
38
c368d904
RD
39#include "Python.h"
40
8ab979d7
RD
41#ifdef __cplusplus
42extern "C" {
43#endif
dbbb98cd 44
8ab979d7
RD
45extern void SWIG_MakePtr(char *, void *, char *);
46extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47extern char *SWIG_GetPtr(char *, void **, char *);
1d99702e 48extern char *SWIG_GetPtrObj(PyObject *, void **, char *);
8ab979d7
RD
49extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
50extern PyObject *SWIG_newvarlink(void);
51#ifdef __cplusplus
52}
53#endif
8ab979d7
RD
54#define SWIG_init initcontrolsc
55
56#define SWIG_name "controlsc"
57
58#include "helpers.h"
59#include <wx/slider.h>
b639c3c5 60#include <wx/spinbutt.h>
f6bcfd97 61#include <wx/spinctrl.h>
cf694132 62#include <wx/dynarray.h>
8bf5d46e 63#include <wx/statline.h>
d1679124 64#include <wx/tglbtn.h>
8ab979d7
RD
65
66#ifdef __WXMSW__
9c039d08
RD
67#if wxUSE_OWNER_DRAWN
68#include <wx/checklst.h>
69#endif
8ab979d7
RD
70#endif
71
be4d9c1f
RD
72#ifdef __WXGTK__
73#include <wx/checklst.h>
74#endif
75
bb0054cd 76
8ab979d7
RD
77
78static PyObject* t_output_helper(PyObject* target, PyObject* o) {
79 PyObject* o2;
80 PyObject* o3;
81
e0672e2f 82 if (!target) {
8ab979d7 83 target = o;
e0672e2f 84 } else if (target == Py_None) {
8ab979d7
RD
85 Py_DECREF(Py_None);
86 target = o;
e0672e2f 87 } else {
8ab979d7
RD
88 if (!PyTuple_Check(target)) {
89 o2 = target;
90 target = PyTuple_New(1);
91 PyTuple_SetItem(target, 0, o2);
92 }
e0672e2f
RD
93 o3 = PyTuple_New(1);
94 PyTuple_SetItem(o3, 0, o);
8ab979d7
RD
95
96 o2 = target;
e0672e2f
RD
97 target = PySequence_Concat(o2, o3);
98 Py_DECREF(o2);
8ab979d7
RD
99 Py_DECREF(o3);
100 }
101 return target;
102}
103
794c5cb1
RD
104#if PYTHON_API_VERSION >= 1009
105 static char* wxStringErrorMsg = "String or Unicode type required";
106#else
0122b7e3 107 static char* wxStringErrorMsg = "String type required";
794c5cb1 108#endif
1d99702e
RD
109#ifdef __cplusplus
110extern "C" {
111#endif
2f90df85
RD
112static int _wrap_wxDefaultValidator_set(PyObject *val) {
113
114 PyErr_SetString(PyExc_TypeError,"Variable wxDefaultValidator is read-only.");
115 return 1;
116}
117
118static PyObject *_wrap_wxDefaultValidator_get() {
119 PyObject * pyobj;
120 char ptemp[128];
121
122 SWIG_MakePtr(ptemp,(char *) &wxDefaultValidator,"_wxValidator_p");
123 pyobj = PyString_FromString(ptemp);
124 return pyobj;
125}
126
8ab979d7
RD
127static void *SwigwxControlTowxWindow(void *ptr) {
128 wxControl *src;
129 wxWindow *dest;
130 src = (wxControl *) ptr;
131 dest = (wxWindow *) src;
132 return (void *) dest;
133}
134
135static void *SwigwxControlTowxEvtHandler(void *ptr) {
136 wxControl *src;
137 wxEvtHandler *dest;
138 src = (wxControl *) ptr;
139 dest = (wxEvtHandler *) src;
140 return (void *) dest;
141}
142
9416aa89
RD
143static void *SwigwxControlTowxObject(void *ptr) {
144 wxControl *src;
145 wxObject *dest;
146 src = (wxControl *) ptr;
147 dest = (wxObject *) src;
148 return (void *) dest;
149}
150
9b3d3bc4 151#define new_wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
6999b0d8
RD
152static PyObject *_wrap_new_wxControl(PyObject *self, PyObject *args, PyObject *kwargs) {
153 PyObject * _resultobj;
154 wxControl * _result;
9b3d3bc4
RD
155 wxWindow * _arg0;
156 wxWindowID _arg1;
e508a2b6
RD
157 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
158 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
9b3d3bc4 159 long _arg4 = (long ) 0;
e508a2b6 160 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
9b3d3bc4
RD
161 char * _arg6 = (char *) "control";
162 PyObject * _argo0 = 0;
163 wxPoint temp;
164 PyObject * _obj2 = 0;
165 wxSize temp0;
166 PyObject * _obj3 = 0;
167 PyObject * _argo5 = 0;
168 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
6999b0d8
RD
169 char _ptemp[128];
170
171 self = self;
9b3d3bc4
RD
172 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOlOs:new_wxControl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_arg6))
173 return NULL;
174 if (_argo0) {
175 if (_argo0 == Py_None) { _arg0 = NULL; }
176 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
177 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxControl. Expected _wxWindow_p.");
178 return NULL;
179 }
180 }
181 if (_obj2)
182{
183 _arg2 = &temp;
184 if (! wxPoint_helper(_obj2, &_arg2))
6999b0d8 185 return NULL;
9b3d3bc4
RD
186}
187 if (_obj3)
188{
189 _arg3 = &temp0;
190 if (! wxSize_helper(_obj3, &_arg3))
191 return NULL;
192}
193 if (_argo5) {
194 if (_argo5 == Py_None) { _arg5 = NULL; }
195 else if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
196 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxControl. Expected _wxValidator_p.");
197 return NULL;
198 }
199 }
6999b0d8
RD
200{
201 wxPy_BEGIN_ALLOW_THREADS;
9b3d3bc4 202 _result = (wxControl *)new_wxControl(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,_arg6);
6999b0d8
RD
203
204 wxPy_END_ALLOW_THREADS;
493f1553 205 if (PyErr_Occurred()) return NULL;
6999b0d8
RD
206} if (_result) {
207 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
208 _resultobj = Py_BuildValue("s",_ptemp);
209 } else {
210 Py_INCREF(Py_None);
211 _resultobj = Py_None;
212 }
213 return _resultobj;
214}
215
09f3d4e6
RD
216#define new_wxPreControl() (new wxControl())
217static PyObject *_wrap_new_wxPreControl(PyObject *self, PyObject *args, PyObject *kwargs) {
218 PyObject * _resultobj;
219 wxControl * _result;
220 char *_kwnames[] = { NULL };
221 char _ptemp[128];
222
223 self = self;
224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreControl",_kwnames))
225 return NULL;
226{
227 wxPy_BEGIN_ALLOW_THREADS;
228 _result = (wxControl *)new_wxPreControl();
229
230 wxPy_END_ALLOW_THREADS;
231 if (PyErr_Occurred()) return NULL;
232} if (_result) {
233 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
234 _resultobj = Py_BuildValue("s",_ptemp);
235 } else {
236 Py_INCREF(Py_None);
237 _resultobj = Py_None;
238 }
239 return _resultobj;
240}
241
242#define wxControl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
243static PyObject *_wrap_wxControl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
244 PyObject * _resultobj;
245 bool _result;
246 wxControl * _arg0;
247 wxWindow * _arg1;
248 wxWindowID _arg2;
249 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
250 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
251 long _arg5 = (long ) 0;
252 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
253 char * _arg7 = (char *) "control";
254 PyObject * _argo0 = 0;
255 PyObject * _argo1 = 0;
256 wxPoint temp;
257 PyObject * _obj3 = 0;
258 wxSize temp0;
259 PyObject * _obj4 = 0;
260 PyObject * _argo6 = 0;
261 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
262
263 self = self;
264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOlOs:wxControl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
265 return NULL;
266 if (_argo0) {
267 if (_argo0 == Py_None) { _arg0 = NULL; }
268 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
269 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Create. Expected _wxControl_p.");
270 return NULL;
271 }
272 }
273 if (_argo1) {
274 if (_argo1 == Py_None) { _arg1 = NULL; }
275 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
276 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Create. Expected _wxWindow_p.");
277 return NULL;
278 }
279 }
280 if (_obj3)
281{
282 _arg3 = &temp;
283 if (! wxPoint_helper(_obj3, &_arg3))
284 return NULL;
285}
286 if (_obj4)
287{
288 _arg4 = &temp0;
289 if (! wxSize_helper(_obj4, &_arg4))
290 return NULL;
291}
292 if (_argo6) {
293 if (_argo6 == Py_None) { _arg6 = NULL; }
294 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
295 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxControl_Create. Expected _wxValidator_p.");
296 return NULL;
297 }
298 }
299{
300 wxPy_BEGIN_ALLOW_THREADS;
301 _result = (bool )wxControl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
302
303 wxPy_END_ALLOW_THREADS;
304 if (PyErr_Occurred()) return NULL;
305} _resultobj = Py_BuildValue("i",_result);
306 return _resultobj;
307}
308
8ab979d7 309#define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
efc5f224 310static PyObject *_wrap_wxControl_Command(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
311 PyObject * _resultobj;
312 wxControl * _arg0;
313 wxCommandEvent * _arg1;
1d99702e
RD
314 PyObject * _argo0 = 0;
315 PyObject * _argo1 = 0;
efc5f224 316 char *_kwnames[] = { "self","event", NULL };
8ab979d7
RD
317
318 self = self;
efc5f224 319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_Command",_kwnames,&_argo0,&_argo1))
8ab979d7 320 return NULL;
1d99702e
RD
321 if (_argo0) {
322 if (_argo0 == Py_None) { _arg0 = NULL; }
323 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
8ab979d7
RD
324 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
325 return NULL;
326 }
327 }
1d99702e
RD
328 if (_argo1) {
329 if (_argo1 == Py_None) { _arg1 = NULL; }
330 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxCommandEvent_p")) {
8ab979d7
RD
331 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
332 return NULL;
333 }
334 }
cf694132
RD
335{
336 wxPy_BEGIN_ALLOW_THREADS;
337 wxControl_Command(_arg0,*_arg1);
338
339 wxPy_END_ALLOW_THREADS;
493f1553 340 if (PyErr_Occurred()) return NULL;
cf694132 341} Py_INCREF(Py_None);
8ab979d7
RD
342 _resultobj = Py_None;
343 return _resultobj;
344}
345
346#define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
efc5f224 347static PyObject *_wrap_wxControl_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
348 PyObject * _resultobj;
349 wxString * _result;
350 wxControl * _arg0;
1d99702e 351 PyObject * _argo0 = 0;
efc5f224 352 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
353
354 self = self;
efc5f224 355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControl_GetLabel",_kwnames,&_argo0))
8ab979d7 356 return NULL;
1d99702e
RD
357 if (_argo0) {
358 if (_argo0 == Py_None) { _arg0 = NULL; }
359 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
8ab979d7
RD
360 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
361 return NULL;
362 }
363 }
8ab979d7 364{
cf694132
RD
365 wxPy_BEGIN_ALLOW_THREADS;
366 _result = new wxString (wxControl_GetLabel(_arg0));
367
368 wxPy_END_ALLOW_THREADS;
493f1553 369 if (PyErr_Occurred()) return NULL;
cf694132 370}{
eec92d76 371 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
8ab979d7
RD
372}
373{
374 delete _result;
375}
376 return _resultobj;
377}
378
379#define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
efc5f224 380static PyObject *_wrap_wxControl_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
381 PyObject * _resultobj;
382 wxControl * _arg0;
383 wxString * _arg1;
1d99702e 384 PyObject * _argo0 = 0;
8ab979d7 385 PyObject * _obj1 = 0;
efc5f224 386 char *_kwnames[] = { "self","label", NULL };
8ab979d7
RD
387
388 self = self;
efc5f224 389 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_SetLabel",_kwnames,&_argo0,&_obj1))
8ab979d7 390 return NULL;
1d99702e
RD
391 if (_argo0) {
392 if (_argo0 == Py_None) { _arg0 = NULL; }
393 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
8ab979d7
RD
394 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
395 return NULL;
396 }
397 }
398{
185d7c3e
RD
399#if PYTHON_API_VERSION >= 1009
400 char* tmpPtr; int tmpSize;
401 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 402 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
403 return NULL;
404 }
405 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
406 return NULL;
407 _arg1 = new wxString(tmpPtr, tmpSize);
408#else
8ab979d7
RD
409 if (!PyString_Check(_obj1)) {
410 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
411 return NULL;
412 }
185d7c3e
RD
413 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
414#endif
8ab979d7 415}
cf694132
RD
416{
417 wxPy_BEGIN_ALLOW_THREADS;
418 wxControl_SetLabel(_arg0,*_arg1);
419
420 wxPy_END_ALLOW_THREADS;
493f1553 421 if (PyErr_Occurred()) return NULL;
cf694132 422} Py_INCREF(Py_None);
8ab979d7
RD
423 _resultobj = Py_None;
424{
425 if (_obj1)
426 delete _arg1;
427}
428 return _resultobj;
429}
430
900d9886
RD
431static void *SwigwxControlWithItemsTowxControl(void *ptr) {
432 wxControlWithItems *src;
433 wxControl *dest;
434 src = (wxControlWithItems *) ptr;
435 dest = (wxControl *) src;
436 return (void *) dest;
437}
438
439static void *SwigwxControlWithItemsTowxWindow(void *ptr) {
440 wxControlWithItems *src;
441 wxWindow *dest;
442 src = (wxControlWithItems *) ptr;
443 dest = (wxWindow *) src;
444 return (void *) dest;
445}
446
447static void *SwigwxControlWithItemsTowxEvtHandler(void *ptr) {
448 wxControlWithItems *src;
449 wxEvtHandler *dest;
450 src = (wxControlWithItems *) ptr;
451 dest = (wxEvtHandler *) src;
452 return (void *) dest;
453}
454
455static void *SwigwxControlWithItemsTowxObject(void *ptr) {
456 wxControlWithItems *src;
457 wxObject *dest;
458 src = (wxControlWithItems *) ptr;
459 dest = (wxObject *) src;
460 return (void *) dest;
461}
462
463#define wxControlWithItems_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
464static PyObject *_wrap_wxControlWithItems_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
465 PyObject * _resultobj;
466 wxControlWithItems * _arg0;
467 int _arg1;
468 PyObject * _argo0 = 0;
469 char *_kwnames[] = { "self","n", NULL };
470
471 self = self;
472 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Delete",_kwnames,&_argo0,&_arg1))
473 return NULL;
474 if (_argo0) {
475 if (_argo0 == Py_None) { _arg0 = NULL; }
476 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
477 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Delete. Expected _wxControlWithItems_p.");
478 return NULL;
479 }
480 }
481{
482 wxPy_BEGIN_ALLOW_THREADS;
483 wxControlWithItems_Delete(_arg0,_arg1);
484
485 wxPy_END_ALLOW_THREADS;
486 if (PyErr_Occurred()) return NULL;
487} Py_INCREF(Py_None);
488 _resultobj = Py_None;
489 return _resultobj;
490}
491
492#define wxControlWithItems_GetCount(_swigobj) (_swigobj->GetCount())
493static PyObject *_wrap_wxControlWithItems_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
494 PyObject * _resultobj;
495 int _result;
496 wxControlWithItems * _arg0;
497 PyObject * _argo0 = 0;
498 char *_kwnames[] = { "self", NULL };
499
500 self = self;
501 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetCount",_kwnames,&_argo0))
502 return NULL;
503 if (_argo0) {
504 if (_argo0 == Py_None) { _arg0 = NULL; }
505 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
506 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetCount. Expected _wxControlWithItems_p.");
507 return NULL;
508 }
509 }
510{
511 wxPy_BEGIN_ALLOW_THREADS;
512 _result = (int )wxControlWithItems_GetCount(_arg0);
513
514 wxPy_END_ALLOW_THREADS;
515 if (PyErr_Occurred()) return NULL;
516} _resultobj = Py_BuildValue("i",_result);
517 return _resultobj;
518}
519
520#define wxControlWithItems_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
521static PyObject *_wrap_wxControlWithItems_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
522 PyObject * _resultobj;
523 wxString * _result;
524 wxControlWithItems * _arg0;
525 int _arg1;
526 PyObject * _argo0 = 0;
527 char *_kwnames[] = { "self","n", NULL };
528
529 self = self;
530 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetString",_kwnames,&_argo0,&_arg1))
531 return NULL;
532 if (_argo0) {
533 if (_argo0 == Py_None) { _arg0 = NULL; }
534 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
535 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetString. Expected _wxControlWithItems_p.");
536 return NULL;
537 }
538 }
539{
540 wxPy_BEGIN_ALLOW_THREADS;
541 _result = new wxString (wxControlWithItems_GetString(_arg0,_arg1));
542
543 wxPy_END_ALLOW_THREADS;
544 if (PyErr_Occurred()) return NULL;
545}{
546 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
547}
548{
549 delete _result;
550}
551 return _resultobj;
552}
553
554#define wxControlWithItems_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
555static PyObject *_wrap_wxControlWithItems_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
556 PyObject * _resultobj;
557 wxControlWithItems * _arg0;
558 int _arg1;
559 wxString * _arg2;
560 PyObject * _argo0 = 0;
561 PyObject * _obj2 = 0;
562 char *_kwnames[] = { "self","n","s", NULL };
563
564 self = self;
565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
566 return NULL;
567 if (_argo0) {
568 if (_argo0 == Py_None) { _arg0 = NULL; }
569 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
570 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetString. Expected _wxControlWithItems_p.");
571 return NULL;
572 }
573 }
574{
575#if PYTHON_API_VERSION >= 1009
576 char* tmpPtr; int tmpSize;
577 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
578 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
579 return NULL;
580 }
581 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
582 return NULL;
583 _arg2 = new wxString(tmpPtr, tmpSize);
584#else
585 if (!PyString_Check(_obj2)) {
586 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
587 return NULL;
588 }
589 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
590#endif
591}
592{
593 wxPy_BEGIN_ALLOW_THREADS;
594 wxControlWithItems_SetString(_arg0,_arg1,*_arg2);
595
596 wxPy_END_ALLOW_THREADS;
597 if (PyErr_Occurred()) return NULL;
598} Py_INCREF(Py_None);
599 _resultobj = Py_None;
600{
601 if (_obj2)
602 delete _arg2;
603}
604 return _resultobj;
605}
606
607#define wxControlWithItems_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
608static PyObject *_wrap_wxControlWithItems_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
609 PyObject * _resultobj;
610 int _result;
611 wxControlWithItems * _arg0;
612 wxString * _arg1;
613 PyObject * _argo0 = 0;
614 PyObject * _obj1 = 0;
615 char *_kwnames[] = { "self","s", NULL };
616
617 self = self;
618 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControlWithItems_FindString",_kwnames,&_argo0,&_obj1))
619 return NULL;
620 if (_argo0) {
621 if (_argo0 == Py_None) { _arg0 = NULL; }
622 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
623 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_FindString. Expected _wxControlWithItems_p.");
624 return NULL;
625 }
626 }
627{
628#if PYTHON_API_VERSION >= 1009
629 char* tmpPtr; int tmpSize;
630 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
631 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
632 return NULL;
633 }
634 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
635 return NULL;
636 _arg1 = new wxString(tmpPtr, tmpSize);
637#else
638 if (!PyString_Check(_obj1)) {
639 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
640 return NULL;
641 }
642 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
643#endif
644}
645{
646 wxPy_BEGIN_ALLOW_THREADS;
647 _result = (int )wxControlWithItems_FindString(_arg0,*_arg1);
648
649 wxPy_END_ALLOW_THREADS;
650 if (PyErr_Occurred()) return NULL;
651} _resultobj = Py_BuildValue("i",_result);
652{
653 if (_obj1)
654 delete _arg1;
655}
656 return _resultobj;
657}
658
659#define wxControlWithItems_Select(_swigobj,_swigarg0) (_swigobj->Select(_swigarg0))
660static PyObject *_wrap_wxControlWithItems_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
661 PyObject * _resultobj;
662 wxControlWithItems * _arg0;
663 int _arg1;
664 PyObject * _argo0 = 0;
665 char *_kwnames[] = { "self","n", NULL };
666
667 self = self;
668 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Select",_kwnames,&_argo0,&_arg1))
669 return NULL;
670 if (_argo0) {
671 if (_argo0 == Py_None) { _arg0 = NULL; }
672 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
673 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Select. Expected _wxControlWithItems_p.");
674 return NULL;
675 }
676 }
677{
678 wxPy_BEGIN_ALLOW_THREADS;
679 wxControlWithItems_Select(_arg0,_arg1);
680
681 wxPy_END_ALLOW_THREADS;
682 if (PyErr_Occurred()) return NULL;
683} Py_INCREF(Py_None);
684 _resultobj = Py_None;
685 return _resultobj;
686}
687
688#define wxControlWithItems_GetSelection(_swigobj) (_swigobj->GetSelection())
689static PyObject *_wrap_wxControlWithItems_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
690 PyObject * _resultobj;
691 int _result;
692 wxControlWithItems * _arg0;
693 PyObject * _argo0 = 0;
694 char *_kwnames[] = { "self", NULL };
695
696 self = self;
697 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetSelection",_kwnames,&_argo0))
698 return NULL;
699 if (_argo0) {
700 if (_argo0 == Py_None) { _arg0 = NULL; }
701 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
702 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetSelection. Expected _wxControlWithItems_p.");
703 return NULL;
704 }
705 }
706{
707 wxPy_BEGIN_ALLOW_THREADS;
708 _result = (int )wxControlWithItems_GetSelection(_arg0);
709
710 wxPy_END_ALLOW_THREADS;
711 if (PyErr_Occurred()) return NULL;
712} _resultobj = Py_BuildValue("i",_result);
713 return _resultobj;
714}
715
716#define wxControlWithItems_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
717static PyObject *_wrap_wxControlWithItems_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
718 PyObject * _resultobj;
719 wxString * _result;
720 wxControlWithItems * _arg0;
721 PyObject * _argo0 = 0;
722 char *_kwnames[] = { "self", NULL };
723
724 self = self;
725 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetStringSelection",_kwnames,&_argo0))
726 return NULL;
727 if (_argo0) {
728 if (_argo0 == Py_None) { _arg0 = NULL; }
729 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
730 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetStringSelection. Expected _wxControlWithItems_p.");
731 return NULL;
732 }
733 }
734{
735 wxPy_BEGIN_ALLOW_THREADS;
736 _result = new wxString (wxControlWithItems_GetStringSelection(_arg0));
737
738 wxPy_END_ALLOW_THREADS;
739 if (PyErr_Occurred()) return NULL;
740}{
741 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
742}
743{
744 delete _result;
745}
746 return _resultobj;
747}
748
749static void wxControlWithItems_Append(wxControlWithItems *self,const wxString & item,PyObject * clientData) {
750 if (clientData) {
751 wxPyClientData* data = new wxPyClientData(clientData);
752 self->Append(item, data);
753 } else
754 self->Append(item);
755 }
756static PyObject *_wrap_wxControlWithItems_Append(PyObject *self, PyObject *args, PyObject *kwargs) {
757 PyObject * _resultobj;
758 wxControlWithItems * _arg0;
759 wxString * _arg1;
760 PyObject * _arg2 = (PyObject *) NULL;
761 PyObject * _argo0 = 0;
762 PyObject * _obj1 = 0;
763 PyObject * _obj2 = 0;
764 char *_kwnames[] = { "self","item","clientData", NULL };
765
766 self = self;
767 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxControlWithItems_Append",_kwnames,&_argo0,&_obj1,&_obj2))
768 return NULL;
769 if (_argo0) {
770 if (_argo0 == Py_None) { _arg0 = NULL; }
771 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
772 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Append. Expected _wxControlWithItems_p.");
773 return NULL;
774 }
775 }
776{
777#if PYTHON_API_VERSION >= 1009
778 char* tmpPtr; int tmpSize;
779 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
780 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
781 return NULL;
782 }
783 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
784 return NULL;
785 _arg1 = new wxString(tmpPtr, tmpSize);
786#else
787 if (!PyString_Check(_obj1)) {
788 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
789 return NULL;
790 }
791 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
792#endif
793}
794 if (_obj2)
795{
796 _arg2 = _obj2;
797}
798{
799 wxPy_BEGIN_ALLOW_THREADS;
800 wxControlWithItems_Append(_arg0,*_arg1,_arg2);
801
802 wxPy_END_ALLOW_THREADS;
803 if (PyErr_Occurred()) return NULL;
804} Py_INCREF(Py_None);
805 _resultobj = Py_None;
806{
807 if (_obj1)
808 delete _arg1;
809}
810 return _resultobj;
811}
812
813static PyObject * wxControlWithItems_GetClientData(wxControlWithItems *self,int n) {
814 wxPyClientData* data = (wxPyClientData*)self->GetClientObject(n);
815 if (data) {
816 Py_INCREF(data->m_obj);
817 return data->m_obj;
818 } else {
819 Py_INCREF(Py_None);
820 return Py_None;
821 }
822 }
823static PyObject *_wrap_wxControlWithItems_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
824 PyObject * _resultobj;
825 PyObject * _result;
826 wxControlWithItems * _arg0;
827 int _arg1;
828 PyObject * _argo0 = 0;
829 char *_kwnames[] = { "self","n", NULL };
830
831 self = self;
832 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetClientData",_kwnames,&_argo0,&_arg1))
833 return NULL;
834 if (_argo0) {
835 if (_argo0 == Py_None) { _arg0 = NULL; }
836 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
837 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetClientData. Expected _wxControlWithItems_p.");
838 return NULL;
839 }
840 }
841{
842 wxPy_BEGIN_ALLOW_THREADS;
843 _result = (PyObject *)wxControlWithItems_GetClientData(_arg0,_arg1);
844
845 wxPy_END_ALLOW_THREADS;
846 if (PyErr_Occurred()) return NULL;
847}{
848 _resultobj = _result;
849}
850 return _resultobj;
851}
852
853static void wxControlWithItems_SetClientData(wxControlWithItems *self,int n,PyObject * clientData) {
854 wxPyClientData* data = new wxPyClientData(clientData);
855 self->SetClientObject(n, data);
856 }
857static PyObject *_wrap_wxControlWithItems_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
858 PyObject * _resultobj;
859 wxControlWithItems * _arg0;
860 int _arg1;
861 PyObject * _arg2;
862 PyObject * _argo0 = 0;
863 PyObject * _obj2 = 0;
864 char *_kwnames[] = { "self","n","clientData", NULL };
865
866 self = self;
867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetClientData",_kwnames,&_argo0,&_arg1,&_obj2))
868 return NULL;
869 if (_argo0) {
870 if (_argo0 == Py_None) { _arg0 = NULL; }
871 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
872 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetClientData. Expected _wxControlWithItems_p.");
873 return NULL;
874 }
875 }
876{
877 _arg2 = _obj2;
878}
879{
880 wxPy_BEGIN_ALLOW_THREADS;
881 wxControlWithItems_SetClientData(_arg0,_arg1,_arg2);
882
883 wxPy_END_ALLOW_THREADS;
884 if (PyErr_Occurred()) return NULL;
885} Py_INCREF(Py_None);
886 _resultobj = Py_None;
887 return _resultobj;
888}
889
8ab979d7
RD
890static void *SwigwxButtonTowxControl(void *ptr) {
891 wxButton *src;
892 wxControl *dest;
893 src = (wxButton *) ptr;
894 dest = (wxControl *) src;
895 return (void *) dest;
896}
897
898static void *SwigwxButtonTowxWindow(void *ptr) {
899 wxButton *src;
900 wxWindow *dest;
901 src = (wxButton *) ptr;
902 dest = (wxWindow *) src;
903 return (void *) dest;
904}
905
906static void *SwigwxButtonTowxEvtHandler(void *ptr) {
907 wxButton *src;
908 wxEvtHandler *dest;
909 src = (wxButton *) ptr;
910 dest = (wxEvtHandler *) src;
911 return (void *) dest;
912}
913
9416aa89
RD
914static void *SwigwxButtonTowxObject(void *ptr) {
915 wxButton *src;
916 wxObject *dest;
917 src = (wxButton *) ptr;
918 dest = (wxObject *) src;
919 return (void *) dest;
920}
921
8ab979d7 922#define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
efc5f224 923static PyObject *_wrap_new_wxButton(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
924 PyObject * _resultobj;
925 wxButton * _result;
926 wxWindow * _arg0;
927 wxWindowID _arg1;
928 wxString * _arg2;
e508a2b6
RD
929 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
930 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e 931 long _arg5 = (long ) 0;
e508a2b6 932 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
933 char * _arg7 = (char *) "button";
934 PyObject * _argo0 = 0;
8ab979d7 935 PyObject * _obj2 = 0;
2f90df85
RD
936 wxPoint temp;
937 PyObject * _obj3 = 0;
938 wxSize temp0;
939 PyObject * _obj4 = 0;
1d99702e 940 PyObject * _argo6 = 0;
efc5f224 941 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
8ab979d7
RD
942 char _ptemp[128];
943
944 self = self;
2f90df85 945 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOs:new_wxButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
8ab979d7 946 return NULL;
1d99702e
RD
947 if (_argo0) {
948 if (_argo0 == Py_None) { _arg0 = NULL; }
949 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
950 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
951 return NULL;
952 }
953 }
954{
185d7c3e
RD
955#if PYTHON_API_VERSION >= 1009
956 char* tmpPtr; int tmpSize;
957 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 958 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
959 return NULL;
960 }
961 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
962 return NULL;
963 _arg2 = new wxString(tmpPtr, tmpSize);
964#else
8ab979d7
RD
965 if (!PyString_Check(_obj2)) {
966 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
967 return NULL;
968 }
185d7c3e
RD
969 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
970#endif
8ab979d7 971}
2f90df85
RD
972 if (_obj3)
973{
974 _arg3 = &temp;
975 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 976 return NULL;
2f90df85
RD
977}
978 if (_obj4)
979{
980 _arg4 = &temp0;
981 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 982 return NULL;
2f90df85 983}
1d99702e
RD
984 if (_argo6) {
985 if (_argo6 == Py_None) { _arg6 = NULL; }
986 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
8ab979d7
RD
987 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
988 return NULL;
989 }
990 }
cf694132
RD
991{
992 wxPy_BEGIN_ALLOW_THREADS;
993 _result = (wxButton *)new_wxButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
994
995 wxPy_END_ALLOW_THREADS;
493f1553 996 if (PyErr_Occurred()) return NULL;
1d99702e
RD
997} if (_result) {
998 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
999 _resultobj = Py_BuildValue("s",_ptemp);
1000 } else {
1001 Py_INCREF(Py_None);
1002 _resultobj = Py_None;
1003 }
8ab979d7
RD
1004{
1005 if (_obj2)
1006 delete _arg2;
1007}
1008 return _resultobj;
1009}
1010
09f3d4e6
RD
1011#define new_wxPreButton() (new wxButton())
1012static PyObject *_wrap_new_wxPreButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1013 PyObject * _resultobj;
1014 wxButton * _result;
1015 char *_kwnames[] = { NULL };
1016 char _ptemp[128];
1017
1018 self = self;
1019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreButton",_kwnames))
1020 return NULL;
1021{
1022 wxPy_BEGIN_ALLOW_THREADS;
1023 _result = (wxButton *)new_wxPreButton();
1024
1025 wxPy_END_ALLOW_THREADS;
1026 if (PyErr_Occurred()) return NULL;
1027} if (_result) {
1028 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
1029 _resultobj = Py_BuildValue("s",_ptemp);
1030 } else {
1031 Py_INCREF(Py_None);
1032 _resultobj = Py_None;
1033 }
1034 return _resultobj;
1035}
1036
1037#define wxButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1038static PyObject *_wrap_wxButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1039 PyObject * _resultobj;
1040 bool _result;
1041 wxButton * _arg0;
1042 wxWindow * _arg1;
1043 wxWindowID _arg2;
1044 wxString * _arg3;
1045 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1046 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1047 long _arg6 = (long ) 0;
1048 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1049 char * _arg8 = (char *) "button";
1050 PyObject * _argo0 = 0;
1051 PyObject * _argo1 = 0;
1052 PyObject * _obj3 = 0;
1053 wxPoint temp;
1054 PyObject * _obj4 = 0;
1055 wxSize temp0;
1056 PyObject * _obj5 = 0;
1057 PyObject * _argo7 = 0;
1058 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
1059
1060 self = self;
1061 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOs:wxButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_arg8))
1062 return NULL;
1063 if (_argo0) {
1064 if (_argo0 == Py_None) { _arg0 = NULL; }
1065 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1066 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_Create. Expected _wxButton_p.");
1067 return NULL;
1068 }
1069 }
1070 if (_argo1) {
1071 if (_argo1 == Py_None) { _arg1 = NULL; }
1072 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1073 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxButton_Create. Expected _wxWindow_p.");
1074 return NULL;
1075 }
1076 }
1077{
1078#if PYTHON_API_VERSION >= 1009
1079 char* tmpPtr; int tmpSize;
1080 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
1081 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
1082 return NULL;
1083 }
1084 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
1085 return NULL;
1086 _arg3 = new wxString(tmpPtr, tmpSize);
1087#else
1088 if (!PyString_Check(_obj3)) {
1089 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
1090 return NULL;
1091 }
1092 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
1093#endif
1094}
1095 if (_obj4)
1096{
1097 _arg4 = &temp;
1098 if (! wxPoint_helper(_obj4, &_arg4))
1099 return NULL;
1100}
1101 if (_obj5)
1102{
1103 _arg5 = &temp0;
1104 if (! wxSize_helper(_obj5, &_arg5))
1105 return NULL;
1106}
1107 if (_argo7) {
1108 if (_argo7 == Py_None) { _arg7 = NULL; }
1109 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1110 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxButton_Create. Expected _wxValidator_p.");
1111 return NULL;
1112 }
1113 }
1114{
1115 wxPy_BEGIN_ALLOW_THREADS;
1116 _result = (bool )wxButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8);
1117
1118 wxPy_END_ALLOW_THREADS;
1119 if (PyErr_Occurred()) return NULL;
1120} _resultobj = Py_BuildValue("i",_result);
1121{
1122 if (_obj3)
1123 delete _arg3;
1124}
1125 return _resultobj;
1126}
1127
8ab979d7 1128#define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
efc5f224 1129static PyObject *_wrap_wxButton_SetDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1130 PyObject * _resultobj;
1131 wxButton * _arg0;
1d99702e 1132 PyObject * _argo0 = 0;
efc5f224 1133 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
1134
1135 self = self;
efc5f224 1136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxButton_SetDefault",_kwnames,&_argo0))
8ab979d7 1137 return NULL;
1d99702e
RD
1138 if (_argo0) {
1139 if (_argo0 == Py_None) { _arg0 = NULL; }
1140 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
8ab979d7
RD
1141 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
1142 return NULL;
1143 }
1144 }
cf694132
RD
1145{
1146 wxPy_BEGIN_ALLOW_THREADS;
1147 wxButton_SetDefault(_arg0);
1148
1149 wxPy_END_ALLOW_THREADS;
493f1553 1150 if (PyErr_Occurred()) return NULL;
cf694132 1151} Py_INCREF(Py_None);
8ab979d7
RD
1152 _resultobj = Py_None;
1153 return _resultobj;
1154}
1155
9b3d3bc4
RD
1156#define wxButton_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1157static PyObject *_wrap_wxButton_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1158 PyObject * _resultobj;
1159 wxButton * _arg0;
1160 wxColour * _arg1;
1161 PyObject * _argo0 = 0;
f6bcfd97
BP
1162 wxColour temp;
1163 PyObject * _obj1 = 0;
9b3d3bc4
RD
1164 char *_kwnames[] = { "self","colour", NULL };
1165
1166 self = self;
f6bcfd97 1167 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
9b3d3bc4
RD
1168 return NULL;
1169 if (_argo0) {
1170 if (_argo0 == Py_None) { _arg0 = NULL; }
1171 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1172 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetBackgroundColour. Expected _wxButton_p.");
1173 return NULL;
1174 }
1175 }
f6bcfd97
BP
1176{
1177 _arg1 = &temp;
1178 if (! wxColour_helper(_obj1, &_arg1))
9b3d3bc4 1179 return NULL;
f6bcfd97 1180}
9b3d3bc4
RD
1181{
1182 wxPy_BEGIN_ALLOW_THREADS;
1183 wxButton_SetBackgroundColour(_arg0,*_arg1);
1184
1185 wxPy_END_ALLOW_THREADS;
493f1553 1186 if (PyErr_Occurred()) return NULL;
9b3d3bc4
RD
1187} Py_INCREF(Py_None);
1188 _resultobj = Py_None;
1189 return _resultobj;
1190}
1191
1192#define wxButton_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0))
1193static PyObject *_wrap_wxButton_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1194 PyObject * _resultobj;
1195 wxButton * _arg0;
1196 wxColour * _arg1;
1197 PyObject * _argo0 = 0;
f6bcfd97
BP
1198 wxColour temp;
1199 PyObject * _obj1 = 0;
9b3d3bc4
RD
1200 char *_kwnames[] = { "self","colour", NULL };
1201
1202 self = self;
f6bcfd97 1203 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetForegroundColour",_kwnames,&_argo0,&_obj1))
9b3d3bc4
RD
1204 return NULL;
1205 if (_argo0) {
1206 if (_argo0 == Py_None) { _arg0 = NULL; }
1207 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1208 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetForegroundColour. Expected _wxButton_p.");
1209 return NULL;
1210 }
1211 }
f6bcfd97
BP
1212{
1213 _arg1 = &temp;
1214 if (! wxColour_helper(_obj1, &_arg1))
9b3d3bc4 1215 return NULL;
f6bcfd97 1216}
9b3d3bc4
RD
1217{
1218 wxPy_BEGIN_ALLOW_THREADS;
1219 wxButton_SetForegroundColour(_arg0,*_arg1);
1220
1221 wxPy_END_ALLOW_THREADS;
493f1553 1222 if (PyErr_Occurred()) return NULL;
9b3d3bc4
RD
1223} Py_INCREF(Py_None);
1224 _resultobj = Py_None;
1225 return _resultobj;
1226}
1227
09f3d4e6
RD
1228#define wxButton_SetImageLabel(_swigobj,_swigarg0) (_swigobj->SetImageLabel(_swigarg0))
1229static PyObject *_wrap_wxButton_SetImageLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1230 PyObject * _resultobj;
1231 wxButton * _arg0;
1232 wxBitmap * _arg1;
1233 PyObject * _argo0 = 0;
1234 PyObject * _argo1 = 0;
1235 char *_kwnames[] = { "self","bitmap", NULL };
8ab979d7 1236
09f3d4e6
RD
1237 self = self;
1238 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetImageLabel",_kwnames,&_argo0,&_argo1))
1239 return NULL;
1240 if (_argo0) {
1241 if (_argo0 == Py_None) { _arg0 = NULL; }
1242 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1243 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetImageLabel. Expected _wxButton_p.");
1244 return NULL;
1245 }
1246 }
1247 if (_argo1) {
1248 if (_argo1 == Py_None) { _arg1 = NULL; }
1249 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1250 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxButton_SetImageLabel. Expected _wxBitmap_p.");
1251 return NULL;
1252 }
1253 }
1254{
1255 wxPy_BEGIN_ALLOW_THREADS;
1256 wxButton_SetImageLabel(_arg0,*_arg1);
8ab979d7 1257
09f3d4e6
RD
1258 wxPy_END_ALLOW_THREADS;
1259 if (PyErr_Occurred()) return NULL;
1260} Py_INCREF(Py_None);
1261 _resultobj = Py_None;
1262 return _resultobj;
8ab979d7
RD
1263}
1264
09f3d4e6
RD
1265#define wxButton_SetImageMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetImageMargins(_swigarg0,_swigarg1))
1266static PyObject *_wrap_wxButton_SetImageMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1267 PyObject * _resultobj;
1268 wxButton * _arg0;
1269 wxCoord _arg1;
1270 wxCoord _arg2;
1271 PyObject * _argo0 = 0;
1272 char *_kwnames[] = { "self","x","y", NULL };
8ab979d7 1273
09f3d4e6
RD
1274 self = self;
1275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxButton_SetImageMargins",_kwnames,&_argo0,&_arg1,&_arg2))
1276 return NULL;
1277 if (_argo0) {
1278 if (_argo0 == Py_None) { _arg0 = NULL; }
1279 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1280 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetImageMargins. Expected _wxButton_p.");
1281 return NULL;
1282 }
1283 }
1284{
1285 wxPy_BEGIN_ALLOW_THREADS;
1286 wxButton_SetImageMargins(_arg0,_arg1,_arg2);
1287
1288 wxPy_END_ALLOW_THREADS;
1289 if (PyErr_Occurred()) return NULL;
1290} Py_INCREF(Py_None);
1291 _resultobj = Py_None;
1292 return _resultobj;
1293}
1294
1295static PyObject *_wrap_wxButton_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
1296 PyObject * _resultobj;
1297 wxSize * _result;
1298 char *_kwnames[] = { NULL };
1299 char _ptemp[128];
1300
1301 self = self;
1302 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxButton_GetDefaultSize",_kwnames))
1303 return NULL;
1304{
1305 wxPy_BEGIN_ALLOW_THREADS;
1306 _result = new wxSize (wxButton::GetDefaultSize());
1307
1308 wxPy_END_ALLOW_THREADS;
1309 if (PyErr_Occurred()) return NULL;
1310} SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p");
1311 _resultobj = Py_BuildValue("s",_ptemp);
1312 return _resultobj;
1313}
1314
1315static void *SwigwxBitmapButtonTowxButton(void *ptr) {
1316 wxBitmapButton *src;
1317 wxButton *dest;
1318 src = (wxBitmapButton *) ptr;
1319 dest = (wxButton *) src;
1320 return (void *) dest;
1321}
1322
1323static void *SwigwxBitmapButtonTowxControl(void *ptr) {
1324 wxBitmapButton *src;
1325 wxControl *dest;
1326 src = (wxBitmapButton *) ptr;
1327 dest = (wxControl *) src;
1328 return (void *) dest;
1329}
1330
1331static void *SwigwxBitmapButtonTowxWindow(void *ptr) {
1332 wxBitmapButton *src;
1333 wxWindow *dest;
1334 src = (wxBitmapButton *) ptr;
1335 dest = (wxWindow *) src;
1336 return (void *) dest;
1337}
1338
1339static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr) {
1340 wxBitmapButton *src;
1341 wxEvtHandler *dest;
1342 src = (wxBitmapButton *) ptr;
1343 dest = (wxEvtHandler *) src;
1344 return (void *) dest;
1345}
1346
1347static void *SwigwxBitmapButtonTowxObject(void *ptr) {
1348 wxBitmapButton *src;
1349 wxObject *dest;
1350 src = (wxBitmapButton *) ptr;
1351 dest = (wxObject *) src;
9416aa89
RD
1352 return (void *) dest;
1353}
1354
8ab979d7 1355#define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
efc5f224 1356static PyObject *_wrap_new_wxBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1357 PyObject * _resultobj;
1358 wxBitmapButton * _result;
1359 wxWindow * _arg0;
1360 wxWindowID _arg1;
1361 wxBitmap * _arg2;
e508a2b6
RD
1362 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1363 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e 1364 long _arg5 = (long ) wxBU_AUTODRAW;
e508a2b6 1365 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
1366 char * _arg7 = (char *) "button";
1367 PyObject * _argo0 = 0;
1368 PyObject * _argo2 = 0;
2f90df85
RD
1369 wxPoint temp;
1370 PyObject * _obj3 = 0;
1371 wxSize temp0;
1372 PyObject * _obj4 = 0;
1d99702e 1373 PyObject * _argo6 = 0;
efc5f224 1374 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL };
8ab979d7
RD
1375 char _ptemp[128];
1376
1377 self = self;
2f90df85 1378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOs:new_wxBitmapButton",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
8ab979d7 1379 return NULL;
1d99702e
RD
1380 if (_argo0) {
1381 if (_argo0 == Py_None) { _arg0 = NULL; }
1382 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
1383 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
1384 return NULL;
1385 }
1386 }
1d99702e
RD
1387 if (_argo2) {
1388 if (_argo2 == Py_None) { _arg2 = NULL; }
1389 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
8ab979d7
RD
1390 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
1391 return NULL;
1392 }
1393 }
2f90df85
RD
1394 if (_obj3)
1395{
1396 _arg3 = &temp;
1397 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 1398 return NULL;
2f90df85
RD
1399}
1400 if (_obj4)
1401{
1402 _arg4 = &temp0;
1403 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 1404 return NULL;
2f90df85 1405}
1d99702e
RD
1406 if (_argo6) {
1407 if (_argo6 == Py_None) { _arg6 = NULL; }
1408 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
8ab979d7
RD
1409 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
1410 return NULL;
1411 }
1412 }
cf694132
RD
1413{
1414 wxPy_BEGIN_ALLOW_THREADS;
1415 _result = (wxBitmapButton *)new_wxBitmapButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
1416
1417 wxPy_END_ALLOW_THREADS;
493f1553 1418 if (PyErr_Occurred()) return NULL;
1d99702e
RD
1419} if (_result) {
1420 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1421 _resultobj = Py_BuildValue("s",_ptemp);
1422 } else {
1423 Py_INCREF(Py_None);
1424 _resultobj = Py_None;
1425 }
8ab979d7
RD
1426 return _resultobj;
1427}
1428
09f3d4e6
RD
1429#define new_wxPreBitmapButton() (new wxBitmapButton())
1430static PyObject *_wrap_new_wxPreBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1431 PyObject * _resultobj;
1432 wxBitmapButton * _result;
1433 char *_kwnames[] = { NULL };
1434 char _ptemp[128];
1435
1436 self = self;
1437 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreBitmapButton",_kwnames))
1438 return NULL;
1439{
1440 wxPy_BEGIN_ALLOW_THREADS;
1441 _result = (wxBitmapButton *)new_wxPreBitmapButton();
1442
1443 wxPy_END_ALLOW_THREADS;
1444 if (PyErr_Occurred()) return NULL;
1445} if (_result) {
1446 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1447 _resultobj = Py_BuildValue("s",_ptemp);
1448 } else {
1449 Py_INCREF(Py_None);
1450 _resultobj = Py_None;
1451 }
1452 return _resultobj;
1453}
1454
1455#define wxBitmapButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1456static PyObject *_wrap_wxBitmapButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1457 PyObject * _resultobj;
1458 bool _result;
1459 wxBitmapButton * _arg0;
1460 wxWindow * _arg1;
1461 wxWindowID _arg2;
1462 wxBitmap * _arg3;
1463 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1464 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1465 long _arg6 = (long ) wxBU_AUTODRAW;
1466 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1467 char * _arg8 = (char *) "button";
1468 PyObject * _argo0 = 0;
1469 PyObject * _argo1 = 0;
1470 PyObject * _argo3 = 0;
1471 wxPoint temp;
1472 PyObject * _obj4 = 0;
1473 wxSize temp0;
1474 PyObject * _obj5 = 0;
1475 PyObject * _argo7 = 0;
1476 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","validator","name", NULL };
1477
1478 self = self;
1479 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOs:wxBitmapButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_argo7,&_arg8))
1480 return NULL;
1481 if (_argo0) {
1482 if (_argo0 == Py_None) { _arg0 = NULL; }
1483 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1484 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_Create. Expected _wxBitmapButton_p.");
1485 return NULL;
1486 }
1487 }
1488 if (_argo1) {
1489 if (_argo1 == Py_None) { _arg1 = NULL; }
1490 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1491 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_Create. Expected _wxWindow_p.");
1492 return NULL;
1493 }
1494 }
1495 if (_argo3) {
1496 if (_argo3 == Py_None) { _arg3 = NULL; }
1497 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
1498 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxBitmapButton_Create. Expected _wxBitmap_p.");
1499 return NULL;
1500 }
1501 }
1502 if (_obj4)
1503{
1504 _arg4 = &temp;
1505 if (! wxPoint_helper(_obj4, &_arg4))
1506 return NULL;
1507}
1508 if (_obj5)
1509{
1510 _arg5 = &temp0;
1511 if (! wxSize_helper(_obj5, &_arg5))
1512 return NULL;
1513}
1514 if (_argo7) {
1515 if (_argo7 == Py_None) { _arg7 = NULL; }
1516 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1517 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxBitmapButton_Create. Expected _wxValidator_p.");
1518 return NULL;
1519 }
1520 }
1521{
1522 wxPy_BEGIN_ALLOW_THREADS;
1523 _result = (bool )wxBitmapButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8);
1524
1525 wxPy_END_ALLOW_THREADS;
1526 if (PyErr_Occurred()) return NULL;
1527} _resultobj = Py_BuildValue("i",_result);
1528 return _resultobj;
1529}
1530
8ab979d7 1531#define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
efc5f224 1532static PyObject *_wrap_wxBitmapButton_GetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1533 PyObject * _resultobj;
1534 wxBitmap * _result;
1535 wxBitmapButton * _arg0;
1d99702e 1536 PyObject * _argo0 = 0;
efc5f224 1537 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
1538 char _ptemp[128];
1539
1540 self = self;
efc5f224 1541 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapLabel",_kwnames,&_argo0))
8ab979d7 1542 return NULL;
1d99702e
RD
1543 if (_argo0) {
1544 if (_argo0 == Py_None) { _arg0 = NULL; }
1545 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1546 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
1547 return NULL;
1548 }
1549 }
cf694132
RD
1550{
1551 wxPy_BEGIN_ALLOW_THREADS;
1552 wxBitmap & _result_ref = wxBitmapButton_GetBitmapLabel(_arg0);
8ab979d7 1553 _result = (wxBitmap *) &_result_ref;
cf694132
RD
1554
1555 wxPy_END_ALLOW_THREADS;
493f1553 1556 if (PyErr_Occurred()) return NULL;
1d99702e
RD
1557} if (_result) {
1558 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
1559 _resultobj = Py_BuildValue("s",_ptemp);
1560 } else {
1561 Py_INCREF(Py_None);
1562 _resultobj = Py_None;
1563 }
8ab979d7
RD
1564 return _resultobj;
1565}
1566
1567#define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
efc5f224 1568static PyObject *_wrap_wxBitmapButton_GetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1569 PyObject * _resultobj;
1570 wxBitmap * _result;
1571 wxBitmapButton * _arg0;
1d99702e 1572 PyObject * _argo0 = 0;
efc5f224 1573 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
1574 char _ptemp[128];
1575
1576 self = self;
efc5f224 1577 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapDisabled",_kwnames,&_argo0))
8ab979d7 1578 return NULL;
1d99702e
RD
1579 if (_argo0) {
1580 if (_argo0 == Py_None) { _arg0 = NULL; }
1581 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1582 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
1583 return NULL;
1584 }
1585 }
cf694132
RD
1586{
1587 wxPy_BEGIN_ALLOW_THREADS;
1588 wxBitmap & _result_ref = wxBitmapButton_GetBitmapDisabled(_arg0);
8ab979d7 1589 _result = (wxBitmap *) &_result_ref;
cf694132
RD
1590
1591 wxPy_END_ALLOW_THREADS;
493f1553 1592 if (PyErr_Occurred()) return NULL;
1d99702e
RD
1593} if (_result) {
1594 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
1595 _resultobj = Py_BuildValue("s",_ptemp);
1596 } else {
1597 Py_INCREF(Py_None);
1598 _resultobj = Py_None;
1599 }
8ab979d7
RD
1600 return _resultobj;
1601}
1602
1603#define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
efc5f224 1604static PyObject *_wrap_wxBitmapButton_GetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1605 PyObject * _resultobj;
1606 wxBitmap * _result;
1607 wxBitmapButton * _arg0;
1d99702e 1608 PyObject * _argo0 = 0;
efc5f224 1609 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
1610 char _ptemp[128];
1611
1612 self = self;
efc5f224 1613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapFocus",_kwnames,&_argo0))
8ab979d7 1614 return NULL;
1d99702e
RD
1615 if (_argo0) {
1616 if (_argo0 == Py_None) { _arg0 = NULL; }
1617 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1618 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
1619 return NULL;
1620 }
1621 }
cf694132
RD
1622{
1623 wxPy_BEGIN_ALLOW_THREADS;
1624 wxBitmap & _result_ref = wxBitmapButton_GetBitmapFocus(_arg0);
8ab979d7 1625 _result = (wxBitmap *) &_result_ref;
cf694132
RD
1626
1627 wxPy_END_ALLOW_THREADS;
493f1553 1628 if (PyErr_Occurred()) return NULL;
1d99702e
RD
1629} if (_result) {
1630 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
1631 _resultobj = Py_BuildValue("s",_ptemp);
1632 } else {
1633 Py_INCREF(Py_None);
1634 _resultobj = Py_None;
1635 }
8ab979d7
RD
1636 return _resultobj;
1637}
1638
1639#define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
efc5f224 1640static PyObject *_wrap_wxBitmapButton_GetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1641 PyObject * _resultobj;
1642 wxBitmap * _result;
1643 wxBitmapButton * _arg0;
1d99702e 1644 PyObject * _argo0 = 0;
efc5f224 1645 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
1646 char _ptemp[128];
1647
1648 self = self;
efc5f224 1649 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapSelected",_kwnames,&_argo0))
8ab979d7 1650 return NULL;
1d99702e
RD
1651 if (_argo0) {
1652 if (_argo0 == Py_None) { _arg0 = NULL; }
1653 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1654 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
1655 return NULL;
1656 }
1657 }
cf694132
RD
1658{
1659 wxPy_BEGIN_ALLOW_THREADS;
1660 wxBitmap & _result_ref = wxBitmapButton_GetBitmapSelected(_arg0);
8ab979d7 1661 _result = (wxBitmap *) &_result_ref;
cf694132
RD
1662
1663 wxPy_END_ALLOW_THREADS;
493f1553 1664 if (PyErr_Occurred()) return NULL;
1d99702e
RD
1665} if (_result) {
1666 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
1667 _resultobj = Py_BuildValue("s",_ptemp);
1668 } else {
1669 Py_INCREF(Py_None);
1670 _resultobj = Py_None;
1671 }
8ab979d7
RD
1672 return _resultobj;
1673}
1674
1675#define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
efc5f224 1676static PyObject *_wrap_wxBitmapButton_SetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1677 PyObject * _resultobj;
1678 wxBitmapButton * _arg0;
1679 wxBitmap * _arg1;
1d99702e
RD
1680 PyObject * _argo0 = 0;
1681 PyObject * _argo1 = 0;
efc5f224 1682 char *_kwnames[] = { "self","bitmap", NULL };
8ab979d7
RD
1683
1684 self = self;
efc5f224 1685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames,&_argo0,&_argo1))
8ab979d7 1686 return NULL;
1d99702e
RD
1687 if (_argo0) {
1688 if (_argo0 == Py_None) { _arg0 = NULL; }
1689 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1690 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
1691 return NULL;
1692 }
1693 }
1d99702e
RD
1694 if (_argo1) {
1695 if (_argo1 == Py_None) { _arg1 = NULL; }
1696 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
8ab979d7
RD
1697 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
1698 return NULL;
1699 }
1700 }
cf694132
RD
1701{
1702 wxPy_BEGIN_ALLOW_THREADS;
1703 wxBitmapButton_SetBitmapDisabled(_arg0,*_arg1);
1704
1705 wxPy_END_ALLOW_THREADS;
493f1553 1706 if (PyErr_Occurred()) return NULL;
cf694132 1707} Py_INCREF(Py_None);
8ab979d7
RD
1708 _resultobj = Py_None;
1709 return _resultobj;
1710}
1711
1712#define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
efc5f224 1713static PyObject *_wrap_wxBitmapButton_SetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1714 PyObject * _resultobj;
1715 wxBitmapButton * _arg0;
1716 wxBitmap * _arg1;
1d99702e
RD
1717 PyObject * _argo0 = 0;
1718 PyObject * _argo1 = 0;
efc5f224 1719 char *_kwnames[] = { "self","bitmap", NULL };
8ab979d7
RD
1720
1721 self = self;
efc5f224 1722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapFocus",_kwnames,&_argo0,&_argo1))
8ab979d7 1723 return NULL;
1d99702e
RD
1724 if (_argo0) {
1725 if (_argo0 == Py_None) { _arg0 = NULL; }
1726 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1727 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
1728 return NULL;
1729 }
1730 }
1d99702e
RD
1731 if (_argo1) {
1732 if (_argo1 == Py_None) { _arg1 = NULL; }
1733 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
8ab979d7
RD
1734 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
1735 return NULL;
1736 }
1737 }
cf694132
RD
1738{
1739 wxPy_BEGIN_ALLOW_THREADS;
1740 wxBitmapButton_SetBitmapFocus(_arg0,*_arg1);
1741
1742 wxPy_END_ALLOW_THREADS;
493f1553 1743 if (PyErr_Occurred()) return NULL;
cf694132 1744} Py_INCREF(Py_None);
8ab979d7
RD
1745 _resultobj = Py_None;
1746 return _resultobj;
1747}
1748
1749#define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
efc5f224 1750static PyObject *_wrap_wxBitmapButton_SetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1751 PyObject * _resultobj;
1752 wxBitmapButton * _arg0;
1753 wxBitmap * _arg1;
1d99702e
RD
1754 PyObject * _argo0 = 0;
1755 PyObject * _argo1 = 0;
efc5f224 1756 char *_kwnames[] = { "self","bitmap", NULL };
8ab979d7
RD
1757
1758 self = self;
efc5f224 1759 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapSelected",_kwnames,&_argo0,&_argo1))
8ab979d7 1760 return NULL;
1d99702e
RD
1761 if (_argo0) {
1762 if (_argo0 == Py_None) { _arg0 = NULL; }
1763 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1764 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
1765 return NULL;
1766 }
1767 }
1d99702e
RD
1768 if (_argo1) {
1769 if (_argo1 == Py_None) { _arg1 = NULL; }
1770 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
8ab979d7
RD
1771 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
1772 return NULL;
1773 }
1774 }
cf694132
RD
1775{
1776 wxPy_BEGIN_ALLOW_THREADS;
1777 wxBitmapButton_SetBitmapSelected(_arg0,*_arg1);
1778
1779 wxPy_END_ALLOW_THREADS;
493f1553 1780 if (PyErr_Occurred()) return NULL;
cf694132 1781} Py_INCREF(Py_None);
8ab979d7
RD
1782 _resultobj = Py_None;
1783 return _resultobj;
1784}
1785
1786#define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
efc5f224 1787static PyObject *_wrap_wxBitmapButton_SetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1788 PyObject * _resultobj;
1789 wxBitmapButton * _arg0;
1790 wxBitmap * _arg1;
1d99702e
RD
1791 PyObject * _argo0 = 0;
1792 PyObject * _argo1 = 0;
efc5f224 1793 char *_kwnames[] = { "self","bitmap", NULL };
8ab979d7
RD
1794
1795 self = self;
efc5f224 1796 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapLabel",_kwnames,&_argo0,&_argo1))
8ab979d7 1797 return NULL;
1d99702e
RD
1798 if (_argo0) {
1799 if (_argo0 == Py_None) { _arg0 = NULL; }
1800 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
8ab979d7
RD
1801 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
1802 return NULL;
1803 }
1804 }
1d99702e
RD
1805 if (_argo1) {
1806 if (_argo1 == Py_None) { _arg1 = NULL; }
1807 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
8ab979d7
RD
1808 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
1809 return NULL;
1810 }
1811 }
cf694132
RD
1812{
1813 wxPy_BEGIN_ALLOW_THREADS;
1814 wxBitmapButton_SetBitmapLabel(_arg0,*_arg1);
1815
1816 wxPy_END_ALLOW_THREADS;
493f1553 1817 if (PyErr_Occurred()) return NULL;
cf694132 1818} Py_INCREF(Py_None);
8ab979d7
RD
1819 _resultobj = Py_None;
1820 return _resultobj;
1821}
1822
f6bcfd97
BP
1823#define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
1824static PyObject *_wrap_wxBitmapButton_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1825 PyObject * _resultobj;
1826 wxBitmapButton * _arg0;
1827 int _arg1;
1828 int _arg2;
1829 PyObject * _argo0 = 0;
1830 char *_kwnames[] = { "self","x","y", NULL };
1831
1832 self = self;
1833 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxBitmapButton_SetMargins",_kwnames,&_argo0,&_arg1,&_arg2))
1834 return NULL;
1835 if (_argo0) {
1836 if (_argo0 == Py_None) { _arg0 = NULL; }
1837 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1838 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
1839 return NULL;
1840 }
1841 }
1842{
1843 wxPy_BEGIN_ALLOW_THREADS;
1844 wxBitmapButton_SetMargins(_arg0,_arg1,_arg2);
1845
1846 wxPy_END_ALLOW_THREADS;
493f1553 1847 if (PyErr_Occurred()) return NULL;
f6bcfd97
BP
1848} Py_INCREF(Py_None);
1849 _resultobj = Py_None;
1850 return _resultobj;
1851}
1852
1853#define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
1854static PyObject *_wrap_wxBitmapButton_GetMarginX(PyObject *self, PyObject *args, PyObject *kwargs) {
1855 PyObject * _resultobj;
1856 int _result;
1857 wxBitmapButton * _arg0;
1858 PyObject * _argo0 = 0;
1859 char *_kwnames[] = { "self", NULL };
1860
1861 self = self;
1862 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginX",_kwnames,&_argo0))
1863 return NULL;
1864 if (_argo0) {
1865 if (_argo0 == Py_None) { _arg0 = NULL; }
1866 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1867 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
1868 return NULL;
1869 }
1870 }
1871{
1872 wxPy_BEGIN_ALLOW_THREADS;
1873 _result = (int )wxBitmapButton_GetMarginX(_arg0);
1874
1875 wxPy_END_ALLOW_THREADS;
493f1553 1876 if (PyErr_Occurred()) return NULL;
f6bcfd97
BP
1877} _resultobj = Py_BuildValue("i",_result);
1878 return _resultobj;
1879}
1880
1881#define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
1882static PyObject *_wrap_wxBitmapButton_GetMarginY(PyObject *self, PyObject *args, PyObject *kwargs) {
1883 PyObject * _resultobj;
1884 int _result;
1885 wxBitmapButton * _arg0;
1886 PyObject * _argo0 = 0;
1887 char *_kwnames[] = { "self", NULL };
1888
1889 self = self;
1890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginY",_kwnames,&_argo0))
1891 return NULL;
1892 if (_argo0) {
1893 if (_argo0 == Py_None) { _arg0 = NULL; }
1894 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1895 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1896 return NULL;
1897 }
1898 }
1899{
1900 wxPy_BEGIN_ALLOW_THREADS;
1901 _result = (int )wxBitmapButton_GetMarginY(_arg0);
1902
1903 wxPy_END_ALLOW_THREADS;
493f1553 1904 if (PyErr_Occurred()) return NULL;
f6bcfd97
BP
1905} _resultobj = Py_BuildValue("i",_result);
1906 return _resultobj;
1907}
1908
8ab979d7
RD
1909static void *SwigwxCheckBoxTowxControl(void *ptr) {
1910 wxCheckBox *src;
1911 wxControl *dest;
1912 src = (wxCheckBox *) ptr;
1913 dest = (wxControl *) src;
1914 return (void *) dest;
1915}
1916
1917static void *SwigwxCheckBoxTowxWindow(void *ptr) {
1918 wxCheckBox *src;
1919 wxWindow *dest;
1920 src = (wxCheckBox *) ptr;
1921 dest = (wxWindow *) src;
1922 return (void *) dest;
1923}
1924
1925static void *SwigwxCheckBoxTowxEvtHandler(void *ptr) {
1926 wxCheckBox *src;
1927 wxEvtHandler *dest;
1928 src = (wxCheckBox *) ptr;
1929 dest = (wxEvtHandler *) src;
1930 return (void *) dest;
1931}
1932
9416aa89
RD
1933static void *SwigwxCheckBoxTowxObject(void *ptr) {
1934 wxCheckBox *src;
1935 wxObject *dest;
1936 src = (wxCheckBox *) ptr;
1937 dest = (wxObject *) src;
1938 return (void *) dest;
1939}
1940
8ab979d7 1941#define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
efc5f224 1942static PyObject *_wrap_new_wxCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
1943 PyObject * _resultobj;
1944 wxCheckBox * _result;
1945 wxWindow * _arg0;
1946 wxWindowID _arg1;
1947 wxString * _arg2;
e508a2b6
RD
1948 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1949 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e 1950 long _arg5 = (long ) 0;
e508a2b6 1951 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
1952 char * _arg7 = (char *) "checkBox";
1953 PyObject * _argo0 = 0;
8ab979d7 1954 PyObject * _obj2 = 0;
2f90df85
RD
1955 wxPoint temp;
1956 PyObject * _obj3 = 0;
1957 wxSize temp0;
1958 PyObject * _obj4 = 0;
1d99702e 1959 PyObject * _argo6 = 0;
efc5f224 1960 char *_kwnames[] = { "parent","id","label","pos","size","style","val","name", NULL };
8ab979d7
RD
1961 char _ptemp[128];
1962
1963 self = self;
2f90df85 1964 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOs:new_wxCheckBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
8ab979d7 1965 return NULL;
1d99702e
RD
1966 if (_argo0) {
1967 if (_argo0 == Py_None) { _arg0 = NULL; }
1968 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
1969 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
1970 return NULL;
1971 }
1972 }
1973{
185d7c3e
RD
1974#if PYTHON_API_VERSION >= 1009
1975 char* tmpPtr; int tmpSize;
1976 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 1977 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
1978 return NULL;
1979 }
1980 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
1981 return NULL;
1982 _arg2 = new wxString(tmpPtr, tmpSize);
1983#else
8ab979d7
RD
1984 if (!PyString_Check(_obj2)) {
1985 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
1986 return NULL;
1987 }
185d7c3e
RD
1988 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
1989#endif
8ab979d7 1990}
2f90df85
RD
1991 if (_obj3)
1992{
1993 _arg3 = &temp;
1994 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 1995 return NULL;
2f90df85
RD
1996}
1997 if (_obj4)
1998{
1999 _arg4 = &temp0;
2000 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 2001 return NULL;
2f90df85 2002}
1d99702e
RD
2003 if (_argo6) {
2004 if (_argo6 == Py_None) { _arg6 = NULL; }
2005 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
8ab979d7
RD
2006 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
2007 return NULL;
2008 }
2009 }
cf694132
RD
2010{
2011 wxPy_BEGIN_ALLOW_THREADS;
2012 _result = (wxCheckBox *)new_wxCheckBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
2013
2014 wxPy_END_ALLOW_THREADS;
493f1553 2015 if (PyErr_Occurred()) return NULL;
1d99702e
RD
2016} if (_result) {
2017 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
2018 _resultobj = Py_BuildValue("s",_ptemp);
2019 } else {
2020 Py_INCREF(Py_None);
2021 _resultobj = Py_None;
2022 }
8ab979d7
RD
2023{
2024 if (_obj2)
2025 delete _arg2;
2026}
2027 return _resultobj;
2028}
2029
09f3d4e6
RD
2030#define new_wxPreCheckBox() (new wxCheckBox())
2031static PyObject *_wrap_new_wxPreCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2032 PyObject * _resultobj;
2033 wxCheckBox * _result;
2034 char *_kwnames[] = { NULL };
2035 char _ptemp[128];
2036
2037 self = self;
2038 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckBox",_kwnames))
2039 return NULL;
2040{
2041 wxPy_BEGIN_ALLOW_THREADS;
2042 _result = (wxCheckBox *)new_wxPreCheckBox();
2043
2044 wxPy_END_ALLOW_THREADS;
2045 if (PyErr_Occurred()) return NULL;
2046} if (_result) {
2047 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
2048 _resultobj = Py_BuildValue("s",_ptemp);
2049 } else {
2050 Py_INCREF(Py_None);
2051 _resultobj = Py_None;
2052 }
2053 return _resultobj;
2054}
2055
2056#define wxCheckBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2057static PyObject *_wrap_wxCheckBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2058 PyObject * _resultobj;
2059 bool _result;
2060 wxCheckBox * _arg0;
2061 wxWindow * _arg1;
2062 wxWindowID _arg2;
2063 wxString * _arg3;
2064 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
2065 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
2066 long _arg6 = (long ) 0;
2067 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
2068 char * _arg8 = (char *) "checkBox";
2069 PyObject * _argo0 = 0;
2070 PyObject * _argo1 = 0;
2071 PyObject * _obj3 = 0;
2072 wxPoint temp;
2073 PyObject * _obj4 = 0;
2074 wxSize temp0;
2075 PyObject * _obj5 = 0;
2076 PyObject * _argo7 = 0;
2077 char *_kwnames[] = { "self","parent","id","label","pos","size","style","val","name", NULL };
2078
2079 self = self;
2080 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOs:wxCheckBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_arg8))
2081 return NULL;
2082 if (_argo0) {
2083 if (_argo0 == Py_None) { _arg0 = NULL; }
2084 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2085 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Create. Expected _wxCheckBox_p.");
2086 return NULL;
2087 }
2088 }
2089 if (_argo1) {
2090 if (_argo1 == Py_None) { _arg1 = NULL; }
2091 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2092 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckBox_Create. Expected _wxWindow_p.");
2093 return NULL;
2094 }
2095 }
2096{
2097#if PYTHON_API_VERSION >= 1009
2098 char* tmpPtr; int tmpSize;
2099 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
2100 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
2101 return NULL;
2102 }
2103 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
2104 return NULL;
2105 _arg3 = new wxString(tmpPtr, tmpSize);
2106#else
2107 if (!PyString_Check(_obj3)) {
2108 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
2109 return NULL;
2110 }
2111 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
2112#endif
2113}
2114 if (_obj4)
2115{
2116 _arg4 = &temp;
2117 if (! wxPoint_helper(_obj4, &_arg4))
2118 return NULL;
2119}
2120 if (_obj5)
2121{
2122 _arg5 = &temp0;
2123 if (! wxSize_helper(_obj5, &_arg5))
2124 return NULL;
2125}
2126 if (_argo7) {
2127 if (_argo7 == Py_None) { _arg7 = NULL; }
2128 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
2129 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxCheckBox_Create. Expected _wxValidator_p.");
2130 return NULL;
2131 }
2132 }
2133{
2134 wxPy_BEGIN_ALLOW_THREADS;
2135 _result = (bool )wxCheckBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8);
2136
2137 wxPy_END_ALLOW_THREADS;
2138 if (PyErr_Occurred()) return NULL;
2139} _resultobj = Py_BuildValue("i",_result);
2140{
2141 if (_obj3)
2142 delete _arg3;
2143}
2144 return _resultobj;
2145}
2146
8ab979d7 2147#define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
efc5f224 2148static PyObject *_wrap_wxCheckBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2149 PyObject * _resultobj;
2150 bool _result;
2151 wxCheckBox * _arg0;
1d99702e 2152 PyObject * _argo0 = 0;
efc5f224 2153 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
2154
2155 self = self;
efc5f224 2156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_GetValue",_kwnames,&_argo0))
8ab979d7 2157 return NULL;
1d99702e
RD
2158 if (_argo0) {
2159 if (_argo0 == Py_None) { _arg0 = NULL; }
2160 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
8ab979d7
RD
2161 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
2162 return NULL;
2163 }
2164 }
cf694132
RD
2165{
2166 wxPy_BEGIN_ALLOW_THREADS;
2167 _result = (bool )wxCheckBox_GetValue(_arg0);
2168
2169 wxPy_END_ALLOW_THREADS;
493f1553 2170 if (PyErr_Occurred()) return NULL;
cf694132 2171} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
2172 return _resultobj;
2173}
2174
2175#define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
efc5f224 2176static PyObject *_wrap_wxCheckBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2177 PyObject * _resultobj;
2178 wxCheckBox * _arg0;
2179 bool _arg1;
1d99702e 2180 PyObject * _argo0 = 0;
8ab979d7 2181 int tempbool1;
efc5f224 2182 char *_kwnames[] = { "self","state", NULL };
8ab979d7
RD
2183
2184 self = self;
efc5f224 2185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckBox_SetValue",_kwnames,&_argo0,&tempbool1))
8ab979d7 2186 return NULL;
1d99702e
RD
2187 if (_argo0) {
2188 if (_argo0 == Py_None) { _arg0 = NULL; }
2189 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
8ab979d7
RD
2190 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
2191 return NULL;
2192 }
2193 }
2194 _arg1 = (bool ) tempbool1;
cf694132
RD
2195{
2196 wxPy_BEGIN_ALLOW_THREADS;
2197 wxCheckBox_SetValue(_arg0,_arg1);
2198
2199 wxPy_END_ALLOW_THREADS;
493f1553 2200 if (PyErr_Occurred()) return NULL;
cf694132 2201} Py_INCREF(Py_None);
8ab979d7
RD
2202 _resultobj = Py_None;
2203 return _resultobj;
2204}
2205
900d9886
RD
2206static void *SwigwxChoiceTowxControlWithItems(void *ptr) {
2207 wxChoice *src;
2208 wxControlWithItems *dest;
2209 src = (wxChoice *) ptr;
2210 dest = (wxControlWithItems *) src;
2211 return (void *) dest;
2212}
2213
8ab979d7
RD
2214static void *SwigwxChoiceTowxControl(void *ptr) {
2215 wxChoice *src;
2216 wxControl *dest;
2217 src = (wxChoice *) ptr;
2218 dest = (wxControl *) src;
2219 return (void *) dest;
2220}
2221
2222static void *SwigwxChoiceTowxWindow(void *ptr) {
2223 wxChoice *src;
2224 wxWindow *dest;
2225 src = (wxChoice *) ptr;
2226 dest = (wxWindow *) src;
2227 return (void *) dest;
2228}
2229
2230static void *SwigwxChoiceTowxEvtHandler(void *ptr) {
2231 wxChoice *src;
2232 wxEvtHandler *dest;
2233 src = (wxChoice *) ptr;
2234 dest = (wxEvtHandler *) src;
2235 return (void *) dest;
2236}
2237
9416aa89
RD
2238static void *SwigwxChoiceTowxObject(void *ptr) {
2239 wxChoice *src;
2240 wxObject *dest;
2241 src = (wxChoice *) ptr;
2242 dest = (wxObject *) src;
2243 return (void *) dest;
2244}
2245
8ab979d7 2246#define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
efc5f224 2247static PyObject *_wrap_new_wxChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2248 PyObject * _resultobj;
2249 wxChoice * _result;
2250 wxWindow * _arg0;
2251 wxWindowID _arg1;
e508a2b6
RD
2252 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
2253 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
1d99702e
RD
2254 int _arg4 = (int ) 0;
2255 wxString * _arg5 = (wxString *) NULL;
2256 long _arg6 = (long ) 0;
e508a2b6 2257 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
2258 char * _arg8 = (char *) "choice";
2259 PyObject * _argo0 = 0;
2f90df85
RD
2260 wxPoint temp;
2261 PyObject * _obj2 = 0;
2262 wxSize temp0;
2263 PyObject * _obj3 = 0;
8ab979d7 2264 PyObject * _obj5 = 0;
1d99702e 2265 PyObject * _argo7 = 0;
eec92d76 2266 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
8ab979d7
RD
2267 char _ptemp[128];
2268
2269 self = self;
2f90df85 2270 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOs:new_wxChoice",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_arg8))
8ab979d7 2271 return NULL;
1d99702e
RD
2272 if (_argo0) {
2273 if (_argo0 == Py_None) { _arg0 = NULL; }
2274 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
2275 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
2276 return NULL;
2277 }
2278 }
2f90df85
RD
2279 if (_obj2)
2280{
2281 _arg2 = &temp;
2282 if (! wxPoint_helper(_obj2, &_arg2))
8ab979d7 2283 return NULL;
2f90df85
RD
2284}
2285 if (_obj3)
2286{
2287 _arg3 = &temp0;
2288 if (! wxSize_helper(_obj3, &_arg3))
8ab979d7 2289 return NULL;
2f90df85 2290}
8ab979d7
RD
2291 if (_obj5)
2292{
2293 _arg5 = wxString_LIST_helper(_obj5);
2294 if (_arg5 == NULL) {
2295 return NULL;
2296 }
2297}
1d99702e
RD
2298 if (_argo7) {
2299 if (_argo7 == Py_None) { _arg7 = NULL; }
2300 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
8ab979d7
RD
2301 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
2302 return NULL;
2303 }
2304 }
2305{
cf694132
RD
2306 if (_obj5) {
2307 _arg4 = PyList_Size(_obj5);
2308 }
2309 else {
2310 _arg4 = 0;
2311 }
8ab979d7 2312}
cf694132
RD
2313{
2314 wxPy_BEGIN_ALLOW_THREADS;
2315 _result = (wxChoice *)new_wxChoice(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,_arg8);
2316
2317 wxPy_END_ALLOW_THREADS;
493f1553 2318 if (PyErr_Occurred()) return NULL;
1d99702e
RD
2319} if (_result) {
2320 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2321 _resultobj = Py_BuildValue("s",_ptemp);
2322 } else {
2323 Py_INCREF(Py_None);
2324 _resultobj = Py_None;
2325 }
8ab979d7
RD
2326{
2327 delete [] _arg5;
2328}
2329 return _resultobj;
2330}
2331
09f3d4e6
RD
2332#define new_wxPreChoice() (new wxChoice())
2333static PyObject *_wrap_new_wxPreChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 2334 PyObject * _resultobj;
09f3d4e6
RD
2335 wxChoice * _result;
2336 char *_kwnames[] = { NULL };
2337 char _ptemp[128];
8ab979d7
RD
2338
2339 self = self;
09f3d4e6
RD
2340 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreChoice",_kwnames))
2341 return NULL;
2342{
2343 wxPy_BEGIN_ALLOW_THREADS;
2344 _result = (wxChoice *)new_wxPreChoice();
2345
2346 wxPy_END_ALLOW_THREADS;
2347 if (PyErr_Occurred()) return NULL;
2348} if (_result) {
2349 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2350 _resultobj = Py_BuildValue("s",_ptemp);
2351 } else {
2352 Py_INCREF(Py_None);
2353 _resultobj = Py_None;
2354 }
2355 return _resultobj;
2356}
2357
2358#define wxChoice_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2359static PyObject *_wrap_wxChoice_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2360 PyObject * _resultobj;
2361 bool _result;
2362 wxChoice * _arg0;
2363 wxWindow * _arg1;
2364 wxWindowID _arg2;
2365 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2366 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
2367 int _arg5 = (int ) 0;
2368 wxString * _arg6 = (wxString *) NULL;
2369 long _arg7 = (long ) 0;
2370 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
2371 char * _arg9 = (char *) "choice";
2372 PyObject * _argo0 = 0;
2373 PyObject * _argo1 = 0;
2374 wxPoint temp;
2375 PyObject * _obj3 = 0;
2376 wxSize temp0;
2377 PyObject * _obj4 = 0;
2378 PyObject * _obj6 = 0;
2379 PyObject * _argo8 = 0;
2380 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
2381
2382 self = self;
2383 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOs:wxChoice_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_arg9))
2384 return NULL;
2385 if (_argo0) {
2386 if (_argo0 == Py_None) { _arg0 = NULL; }
2387 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2388 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Create. Expected _wxChoice_p.");
2389 return NULL;
2390 }
2391 }
2392 if (_argo1) {
2393 if (_argo1 == Py_None) { _arg1 = NULL; }
2394 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2395 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxChoice_Create. Expected _wxWindow_p.");
2396 return NULL;
2397 }
2398 }
2399 if (_obj3)
2400{
2401 _arg3 = &temp;
2402 if (! wxPoint_helper(_obj3, &_arg3))
2403 return NULL;
2404}
2405 if (_obj4)
2406{
2407 _arg4 = &temp0;
2408 if (! wxSize_helper(_obj4, &_arg4))
2409 return NULL;
2410}
2411 if (_obj6)
2412{
2413 _arg6 = wxString_LIST_helper(_obj6);
2414 if (_arg6 == NULL) {
2415 return NULL;
2416 }
2417}
2418 if (_argo8) {
2419 if (_argo8 == Py_None) { _arg8 = NULL; }
2420 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
2421 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxChoice_Create. Expected _wxValidator_p.");
2422 return NULL;
2423 }
2424 }
900d9886
RD
2425{
2426 if (_obj6) {
2427 _arg5 = PyList_Size(_obj6);
2428 }
2429 else {
2430 _arg5 = 0;
8ab979d7 2431 }
900d9886 2432}
8ab979d7 2433{
cf694132 2434 wxPy_BEGIN_ALLOW_THREADS;
900d9886 2435 _result = (bool )wxChoice_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,_arg9);
cf694132
RD
2436
2437 wxPy_END_ALLOW_THREADS;
493f1553 2438 if (PyErr_Occurred()) return NULL;
900d9886 2439} _resultobj = Py_BuildValue("i",_result);
8ab979d7 2440{
900d9886 2441 delete [] _arg6;
8ab979d7
RD
2442}
2443 return _resultobj;
2444}
2445
900d9886
RD
2446#define wxChoice_Clear(_swigobj) (_swigobj->Clear())
2447static PyObject *_wrap_wxChoice_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 2448 PyObject * _resultobj;
8ab979d7 2449 wxChoice * _arg0;
1d99702e 2450 PyObject * _argo0 = 0;
efc5f224 2451 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
2452
2453 self = self;
900d9886 2454 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_Clear",_kwnames,&_argo0))
8ab979d7 2455 return NULL;
1d99702e
RD
2456 if (_argo0) {
2457 if (_argo0 == Py_None) { _arg0 = NULL; }
2458 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
900d9886 2459 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
8ab979d7
RD
2460 return NULL;
2461 }
2462 }
8ab979d7 2463{
cf694132 2464 wxPy_BEGIN_ALLOW_THREADS;
900d9886 2465 wxChoice_Clear(_arg0);
cf694132
RD
2466
2467 wxPy_END_ALLOW_THREADS;
493f1553 2468 if (PyErr_Occurred()) return NULL;
900d9886
RD
2469} Py_INCREF(Py_None);
2470 _resultobj = Py_None;
8ab979d7
RD
2471 return _resultobj;
2472}
2473
900d9886
RD
2474#define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
2475static PyObject *_wrap_wxChoice_GetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2476 PyObject * _resultobj;
2477 int _result;
2478 wxChoice * _arg0;
1d99702e 2479 PyObject * _argo0 = 0;
efc5f224 2480 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
2481
2482 self = self;
900d9886 2483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_GetColumns",_kwnames,&_argo0))
8ab979d7 2484 return NULL;
1d99702e
RD
2485 if (_argo0) {
2486 if (_argo0 == Py_None) { _arg0 = NULL; }
2487 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
900d9886 2488 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
8ab979d7
RD
2489 return NULL;
2490 }
2491 }
cf694132
RD
2492{
2493 wxPy_BEGIN_ALLOW_THREADS;
900d9886 2494 _result = (int )wxChoice_GetColumns(_arg0);
cf694132
RD
2495
2496 wxPy_END_ALLOW_THREADS;
493f1553 2497 if (PyErr_Occurred()) return NULL;
cf694132 2498} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
2499 return _resultobj;
2500}
2501
2502#define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
efc5f224 2503static PyObject *_wrap_wxChoice_SetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2504 PyObject * _resultobj;
2505 wxChoice * _arg0;
1d99702e
RD
2506 int _arg1 = (int ) 1;
2507 PyObject * _argo0 = 0;
efc5f224 2508 char *_kwnames[] = { "self","n", NULL };
8ab979d7
RD
2509
2510 self = self;
efc5f224 2511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxChoice_SetColumns",_kwnames,&_argo0,&_arg1))
8ab979d7 2512 return NULL;
1d99702e
RD
2513 if (_argo0) {
2514 if (_argo0 == Py_None) { _arg0 = NULL; }
2515 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
8ab979d7
RD
2516 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
2517 return NULL;
2518 }
2519 }
cf694132
RD
2520{
2521 wxPy_BEGIN_ALLOW_THREADS;
2522 wxChoice_SetColumns(_arg0,_arg1);
2523
2524 wxPy_END_ALLOW_THREADS;
493f1553 2525 if (PyErr_Occurred()) return NULL;
cf694132 2526} Py_INCREF(Py_None);
8ab979d7
RD
2527 _resultobj = Py_None;
2528 return _resultobj;
2529}
2530
2531#define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
efc5f224 2532static PyObject *_wrap_wxChoice_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2533 PyObject * _resultobj;
2534 wxChoice * _arg0;
2535 int _arg1;
1d99702e 2536 PyObject * _argo0 = 0;
efc5f224 2537 char *_kwnames[] = { "self","n", NULL };
8ab979d7
RD
2538
2539 self = self;
efc5f224 2540 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxChoice_SetSelection",_kwnames,&_argo0,&_arg1))
8ab979d7 2541 return NULL;
1d99702e
RD
2542 if (_argo0) {
2543 if (_argo0 == Py_None) { _arg0 = NULL; }
2544 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
8ab979d7
RD
2545 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
2546 return NULL;
2547 }
2548 }
cf694132
RD
2549{
2550 wxPy_BEGIN_ALLOW_THREADS;
2551 wxChoice_SetSelection(_arg0,_arg1);
2552
2553 wxPy_END_ALLOW_THREADS;
493f1553 2554 if (PyErr_Occurred()) return NULL;
cf694132 2555} Py_INCREF(Py_None);
8ab979d7
RD
2556 _resultobj = Py_None;
2557 return _resultobj;
2558}
2559
2560#define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
efc5f224 2561static PyObject *_wrap_wxChoice_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2562 PyObject * _resultobj;
2563 wxChoice * _arg0;
2564 wxString * _arg1;
1d99702e 2565 PyObject * _argo0 = 0;
8ab979d7 2566 PyObject * _obj1 = 0;
efc5f224 2567 char *_kwnames[] = { "self","string", NULL };
8ab979d7
RD
2568
2569 self = self;
efc5f224 2570 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxChoice_SetStringSelection",_kwnames,&_argo0,&_obj1))
8ab979d7 2571 return NULL;
1d99702e
RD
2572 if (_argo0) {
2573 if (_argo0 == Py_None) { _arg0 = NULL; }
2574 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
8ab979d7
RD
2575 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
2576 return NULL;
2577 }
2578 }
2579{
185d7c3e
RD
2580#if PYTHON_API_VERSION >= 1009
2581 char* tmpPtr; int tmpSize;
2582 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 2583 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
2584 return NULL;
2585 }
2586 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
2587 return NULL;
2588 _arg1 = new wxString(tmpPtr, tmpSize);
2589#else
8ab979d7
RD
2590 if (!PyString_Check(_obj1)) {
2591 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
2592 return NULL;
2593 }
185d7c3e
RD
2594 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
2595#endif
8ab979d7 2596}
cf694132
RD
2597{
2598 wxPy_BEGIN_ALLOW_THREADS;
2599 wxChoice_SetStringSelection(_arg0,*_arg1);
2600
2601 wxPy_END_ALLOW_THREADS;
493f1553 2602 if (PyErr_Occurred()) return NULL;
cf694132 2603} Py_INCREF(Py_None);
8ab979d7
RD
2604 _resultobj = Py_None;
2605{
2606 if (_obj1)
2607 delete _arg1;
2608}
2609 return _resultobj;
2610}
2611
0adbc166
RD
2612#define wxChoice_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
2613static PyObject *_wrap_wxChoice_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
2614 PyObject * _resultobj;
2615 wxChoice * _arg0;
2616 int _arg1;
2617 wxString * _arg2;
2618 PyObject * _argo0 = 0;
2619 PyObject * _obj2 = 0;
2620 char *_kwnames[] = { "self","n","s", NULL };
2621
2622 self = self;
2623 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxChoice_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
2624 return NULL;
2625 if (_argo0) {
2626 if (_argo0 == Py_None) { _arg0 = NULL; }
2627 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2628 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetString. Expected _wxChoice_p.");
2629 return NULL;
2630 }
2631 }
2632{
2633#if PYTHON_API_VERSION >= 1009
2634 char* tmpPtr; int tmpSize;
2635 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
2636 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
2637 return NULL;
2638 }
2639 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
2640 return NULL;
2641 _arg2 = new wxString(tmpPtr, tmpSize);
2642#else
2643 if (!PyString_Check(_obj2)) {
2644 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
2645 return NULL;
2646 }
2647 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
2648#endif
2649}
2650{
2651 wxPy_BEGIN_ALLOW_THREADS;
2652 wxChoice_SetString(_arg0,_arg1,*_arg2);
2653
2654 wxPy_END_ALLOW_THREADS;
2655 if (PyErr_Occurred()) return NULL;
2656} Py_INCREF(Py_None);
2657 _resultobj = Py_None;
2658{
2659 if (_obj2)
2660 delete _arg2;
2661}
2662 return _resultobj;
2663}
2664
bb0054cd
RD
2665static void *SwigwxComboBoxTowxChoice(void *ptr) {
2666 wxComboBox *src;
2667 wxChoice *dest;
2668 src = (wxComboBox *) ptr;
2669 dest = (wxChoice *) src;
2670 return (void *) dest;
2671}
2672
900d9886
RD
2673static void *SwigwxComboBoxTowxControlWithItems(void *ptr) {
2674 wxComboBox *src;
2675 wxControlWithItems *dest;
2676 src = (wxComboBox *) ptr;
2677 dest = (wxControlWithItems *) src;
2678 return (void *) dest;
2679}
2680
8ab979d7
RD
2681static void *SwigwxComboBoxTowxControl(void *ptr) {
2682 wxComboBox *src;
2683 wxControl *dest;
2684 src = (wxComboBox *) ptr;
2685 dest = (wxControl *) src;
2686 return (void *) dest;
2687}
2688
2689static void *SwigwxComboBoxTowxWindow(void *ptr) {
2690 wxComboBox *src;
2691 wxWindow *dest;
2692 src = (wxComboBox *) ptr;
2693 dest = (wxWindow *) src;
2694 return (void *) dest;
2695}
2696
2697static void *SwigwxComboBoxTowxEvtHandler(void *ptr) {
2698 wxComboBox *src;
2699 wxEvtHandler *dest;
2700 src = (wxComboBox *) ptr;
2701 dest = (wxEvtHandler *) src;
2702 return (void *) dest;
2703}
2704
9416aa89
RD
2705static void *SwigwxComboBoxTowxObject(void *ptr) {
2706 wxComboBox *src;
2707 wxObject *dest;
2708 src = (wxComboBox *) ptr;
2709 dest = (wxObject *) src;
2710 return (void *) dest;
2711}
2712
8ab979d7 2713#define new_wxComboBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxComboBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
efc5f224 2714static PyObject *_wrap_new_wxComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2715 PyObject * _resultobj;
2716 wxComboBox * _result;
2717 wxWindow * _arg0;
2718 wxWindowID _arg1;
1d99702e 2719 char * _arg2 = (char *) "";
e508a2b6
RD
2720 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2721 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e
RD
2722 int _arg5 = (int ) 0;
2723 wxString * _arg6 = (wxString *) NULL;
2724 long _arg7 = (long ) 0;
e508a2b6 2725 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
2726 char * _arg9 = (char *) "comboBox";
2727 PyObject * _argo0 = 0;
2f90df85
RD
2728 wxPoint temp;
2729 PyObject * _obj3 = 0;
2730 wxSize temp0;
2731 PyObject * _obj4 = 0;
8ab979d7 2732 PyObject * _obj6 = 0;
1d99702e 2733 PyObject * _argo8 = 0;
eec92d76 2734 char *_kwnames[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL };
8ab979d7
RD
2735 char _ptemp[128];
2736
2737 self = self;
2f90df85 2738 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|sOOOlOs:new_wxComboBox",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_arg9))
8ab979d7 2739 return NULL;
1d99702e
RD
2740 if (_argo0) {
2741 if (_argo0 == Py_None) { _arg0 = NULL; }
2742 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
2743 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
2744 return NULL;
2745 }
2746 }
2f90df85
RD
2747 if (_obj3)
2748{
2749 _arg3 = &temp;
2750 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 2751 return NULL;
2f90df85
RD
2752}
2753 if (_obj4)
2754{
2755 _arg4 = &temp0;
2756 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 2757 return NULL;
2f90df85 2758}
8ab979d7
RD
2759 if (_obj6)
2760{
2761 _arg6 = wxString_LIST_helper(_obj6);
2762 if (_arg6 == NULL) {
2763 return NULL;
2764 }
2765}
1d99702e
RD
2766 if (_argo8) {
2767 if (_argo8 == Py_None) { _arg8 = NULL; }
2768 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
8ab979d7
RD
2769 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
2770 return NULL;
2771 }
2772 }
2773{
cf694132
RD
2774 if (_obj6) {
2775 _arg5 = PyList_Size(_obj6);
2776 }
2777 else {
2778 _arg5 = 0;
2779 }
8ab979d7 2780}
cf694132
RD
2781{
2782 wxPy_BEGIN_ALLOW_THREADS;
2783 _result = (wxComboBox *)new_wxComboBox(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,_arg9);
2784
2785 wxPy_END_ALLOW_THREADS;
493f1553 2786 if (PyErr_Occurred()) return NULL;
1d99702e
RD
2787} if (_result) {
2788 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
2789 _resultobj = Py_BuildValue("s",_ptemp);
2790 } else {
2791 Py_INCREF(Py_None);
2792 _resultobj = Py_None;
2793 }
8ab979d7
RD
2794{
2795 delete [] _arg6;
2796}
2797 return _resultobj;
2798}
2799
09f3d4e6
RD
2800#define new_wxPreComboBox() (new wxComboBox())
2801static PyObject *_wrap_new_wxPreComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2802 PyObject * _resultobj;
2803 wxComboBox * _result;
2804 char *_kwnames[] = { NULL };
2805 char _ptemp[128];
2806
2807 self = self;
2808 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreComboBox",_kwnames))
2809 return NULL;
2810{
2811 wxPy_BEGIN_ALLOW_THREADS;
2812 _result = (wxComboBox *)new_wxPreComboBox();
2813
2814 wxPy_END_ALLOW_THREADS;
2815 if (PyErr_Occurred()) return NULL;
2816} if (_result) {
2817 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
2818 _resultobj = Py_BuildValue("s",_ptemp);
2819 } else {
2820 Py_INCREF(Py_None);
2821 _resultobj = Py_None;
2822 }
2823 return _resultobj;
2824}
2825
2826#define wxComboBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
2827static PyObject *_wrap_wxComboBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2828 PyObject * _resultobj;
2829 bool _result;
2830 wxComboBox * _arg0;
2831 wxWindow * _arg1;
2832 wxWindowID _arg2;
2833 char * _arg3 = (char *) "";
2834 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
2835 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
2836 int _arg6 = (int ) 0;
2837 wxString * _arg7 = (wxString *) NULL;
2838 long _arg8 = (long ) 0;
2839 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
2840 char * _arg10 = (char *) "comboBox";
2841 PyObject * _argo0 = 0;
2842 PyObject * _argo1 = 0;
2843 wxPoint temp;
2844 PyObject * _obj4 = 0;
2845 wxSize temp0;
2846 PyObject * _obj5 = 0;
2847 PyObject * _obj7 = 0;
2848 PyObject * _argo9 = 0;
2849 char *_kwnames[] = { "self","parent","id","value","pos","size","choices","style","validator","name", NULL };
2850
2851 self = self;
2852 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|sOOOlOs:wxComboBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_obj4,&_obj5,&_obj7,&_arg8,&_argo9,&_arg10))
2853 return NULL;
2854 if (_argo0) {
2855 if (_argo0 == Py_None) { _arg0 = NULL; }
2856 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
2857 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Create. Expected _wxComboBox_p.");
2858 return NULL;
2859 }
2860 }
2861 if (_argo1) {
2862 if (_argo1 == Py_None) { _arg1 = NULL; }
2863 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2864 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxComboBox_Create. Expected _wxWindow_p.");
2865 return NULL;
2866 }
2867 }
2868 if (_obj4)
2869{
2870 _arg4 = &temp;
2871 if (! wxPoint_helper(_obj4, &_arg4))
2872 return NULL;
2873}
2874 if (_obj5)
2875{
2876 _arg5 = &temp0;
2877 if (! wxSize_helper(_obj5, &_arg5))
2878 return NULL;
2879}
2880 if (_obj7)
2881{
2882 _arg7 = wxString_LIST_helper(_obj7);
2883 if (_arg7 == NULL) {
2884 return NULL;
2885 }
2886}
2887 if (_argo9) {
2888 if (_argo9 == Py_None) { _arg9 = NULL; }
2889 else if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
2890 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxComboBox_Create. Expected _wxValidator_p.");
2891 return NULL;
2892 }
2893 }
2894{
2895 if (_obj7) {
2896 _arg6 = PyList_Size(_obj7);
2897 }
2898 else {
2899 _arg6 = 0;
2900 }
2901}
2902{
2903 wxPy_BEGIN_ALLOW_THREADS;
2904 _result = (bool )wxComboBox_Create(_arg0,_arg1,_arg2,_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,*_arg9,_arg10);
2905
2906 wxPy_END_ALLOW_THREADS;
2907 if (PyErr_Occurred()) return NULL;
2908} _resultobj = Py_BuildValue("i",_result);
2909{
2910 delete [] _arg7;
2911}
2912 return _resultobj;
2913}
2914
8ab979d7 2915#define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
efc5f224 2916static PyObject *_wrap_wxComboBox_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2917 PyObject * _resultobj;
2918 wxComboBox * _arg0;
1d99702e 2919 PyObject * _argo0 = 0;
efc5f224 2920 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
2921
2922 self = self;
efc5f224 2923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Copy",_kwnames,&_argo0))
8ab979d7 2924 return NULL;
1d99702e
RD
2925 if (_argo0) {
2926 if (_argo0 == Py_None) { _arg0 = NULL; }
2927 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
2928 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
2929 return NULL;
2930 }
2931 }
cf694132
RD
2932{
2933 wxPy_BEGIN_ALLOW_THREADS;
2934 wxComboBox_Copy(_arg0);
2935
2936 wxPy_END_ALLOW_THREADS;
493f1553 2937 if (PyErr_Occurred()) return NULL;
cf694132 2938} Py_INCREF(Py_None);
8ab979d7
RD
2939 _resultobj = Py_None;
2940 return _resultobj;
2941}
2942
2943#define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
efc5f224 2944static PyObject *_wrap_wxComboBox_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2945 PyObject * _resultobj;
2946 wxComboBox * _arg0;
1d99702e 2947 PyObject * _argo0 = 0;
efc5f224 2948 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
2949
2950 self = self;
efc5f224 2951 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Cut",_kwnames,&_argo0))
8ab979d7 2952 return NULL;
1d99702e
RD
2953 if (_argo0) {
2954 if (_argo0 == Py_None) { _arg0 = NULL; }
2955 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
2956 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
2957 return NULL;
2958 }
2959 }
cf694132
RD
2960{
2961 wxPy_BEGIN_ALLOW_THREADS;
2962 wxComboBox_Cut(_arg0);
2963
2964 wxPy_END_ALLOW_THREADS;
493f1553 2965 if (PyErr_Occurred()) return NULL;
cf694132 2966} Py_INCREF(Py_None);
8ab979d7
RD
2967 _resultobj = Py_None;
2968 return _resultobj;
2969}
2970
8ab979d7 2971#define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
efc5f224 2972static PyObject *_wrap_wxComboBox_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
2973 PyObject * _resultobj;
2974 long _result;
2975 wxComboBox * _arg0;
1d99702e 2976 PyObject * _argo0 = 0;
900d9886 2977 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
2978
2979 self = self;
900d9886 2980 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetInsertionPoint",_kwnames,&_argo0))
8ab979d7 2981 return NULL;
1d99702e
RD
2982 if (_argo0) {
2983 if (_argo0 == Py_None) { _arg0 = NULL; }
2984 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
900d9886 2985 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
8ab979d7
RD
2986 return NULL;
2987 }
2988 }
8ab979d7 2989{
cf694132 2990 wxPy_BEGIN_ALLOW_THREADS;
900d9886 2991 _result = (long )wxComboBox_GetInsertionPoint(_arg0);
cf694132
RD
2992
2993 wxPy_END_ALLOW_THREADS;
493f1553 2994 if (PyErr_Occurred()) return NULL;
900d9886 2995} _resultobj = Py_BuildValue("l",_result);
8ab979d7
RD
2996 return _resultobj;
2997}
2998
900d9886
RD
2999#define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3000static PyObject *_wrap_wxComboBox_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 3001 PyObject * _resultobj;
900d9886 3002 long _result;
8ab979d7 3003 wxComboBox * _arg0;
1d99702e 3004 PyObject * _argo0 = 0;
efc5f224 3005 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3006
3007 self = self;
900d9886 3008 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetLastPosition",_kwnames,&_argo0))
8ab979d7 3009 return NULL;
1d99702e
RD
3010 if (_argo0) {
3011 if (_argo0 == Py_None) { _arg0 = NULL; }
3012 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
900d9886 3013 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
8ab979d7
RD
3014 return NULL;
3015 }
3016 }
8ab979d7 3017{
cf694132 3018 wxPy_BEGIN_ALLOW_THREADS;
900d9886 3019 _result = (long )wxComboBox_GetLastPosition(_arg0);
cf694132
RD
3020
3021 wxPy_END_ALLOW_THREADS;
493f1553 3022 if (PyErr_Occurred()) return NULL;
900d9886 3023} _resultobj = Py_BuildValue("l",_result);
8ab979d7
RD
3024 return _resultobj;
3025}
3026
3027#define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
efc5f224 3028static PyObject *_wrap_wxComboBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3029 PyObject * _resultobj;
3030 wxString * _result;
3031 wxComboBox * _arg0;
1d99702e 3032 PyObject * _argo0 = 0;
efc5f224 3033 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3034
3035 self = self;
efc5f224 3036 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetValue",_kwnames,&_argo0))
8ab979d7 3037 return NULL;
1d99702e
RD
3038 if (_argo0) {
3039 if (_argo0 == Py_None) { _arg0 = NULL; }
3040 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3041 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
3042 return NULL;
3043 }
3044 }
8ab979d7 3045{
cf694132
RD
3046 wxPy_BEGIN_ALLOW_THREADS;
3047 _result = new wxString (wxComboBox_GetValue(_arg0));
3048
3049 wxPy_END_ALLOW_THREADS;
493f1553 3050 if (PyErr_Occurred()) return NULL;
cf694132 3051}{
eec92d76 3052 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
8ab979d7
RD
3053}
3054{
3055 delete _result;
3056}
3057 return _resultobj;
3058}
3059
8ab979d7 3060#define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
efc5f224 3061static PyObject *_wrap_wxComboBox_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3062 PyObject * _resultobj;
3063 wxComboBox * _arg0;
1d99702e 3064 PyObject * _argo0 = 0;
efc5f224 3065 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3066
3067 self = self;
efc5f224 3068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Paste",_kwnames,&_argo0))
8ab979d7 3069 return NULL;
1d99702e
RD
3070 if (_argo0) {
3071 if (_argo0 == Py_None) { _arg0 = NULL; }
3072 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3073 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
3074 return NULL;
3075 }
3076 }
cf694132
RD
3077{
3078 wxPy_BEGIN_ALLOW_THREADS;
3079 wxComboBox_Paste(_arg0);
3080
3081 wxPy_END_ALLOW_THREADS;
493f1553 3082 if (PyErr_Occurred()) return NULL;
cf694132 3083} Py_INCREF(Py_None);
8ab979d7
RD
3084 _resultobj = Py_None;
3085 return _resultobj;
3086}
3087
3088#define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
efc5f224 3089static PyObject *_wrap_wxComboBox_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3090 PyObject * _resultobj;
3091 wxComboBox * _arg0;
3092 long _arg1;
3093 long _arg2;
3094 wxString * _arg3;
1d99702e 3095 PyObject * _argo0 = 0;
8ab979d7 3096 PyObject * _obj3 = 0;
efc5f224 3097 char *_kwnames[] = { "self","from","to","text", NULL };
8ab979d7
RD
3098
3099 self = self;
efc5f224 3100 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxComboBox_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
8ab979d7 3101 return NULL;
1d99702e
RD
3102 if (_argo0) {
3103 if (_argo0 == Py_None) { _arg0 = NULL; }
3104 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3105 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
3106 return NULL;
3107 }
3108 }
3109{
185d7c3e
RD
3110#if PYTHON_API_VERSION >= 1009
3111 char* tmpPtr; int tmpSize;
3112 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
794c5cb1 3113 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
3114 return NULL;
3115 }
3116 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
3117 return NULL;
3118 _arg3 = new wxString(tmpPtr, tmpSize);
3119#else
8ab979d7
RD
3120 if (!PyString_Check(_obj3)) {
3121 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
3122 return NULL;
3123 }
185d7c3e
RD
3124 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
3125#endif
8ab979d7 3126}
cf694132
RD
3127{
3128 wxPy_BEGIN_ALLOW_THREADS;
3129 wxComboBox_Replace(_arg0,_arg1,_arg2,*_arg3);
3130
3131 wxPy_END_ALLOW_THREADS;
493f1553 3132 if (PyErr_Occurred()) return NULL;
cf694132 3133} Py_INCREF(Py_None);
8ab979d7
RD
3134 _resultobj = Py_None;
3135{
3136 if (_obj3)
3137 delete _arg3;
3138}
3139 return _resultobj;
3140}
3141
3142#define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
efc5f224 3143static PyObject *_wrap_wxComboBox_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3144 PyObject * _resultobj;
3145 wxComboBox * _arg0;
3146 long _arg1;
3147 long _arg2;
1d99702e 3148 PyObject * _argo0 = 0;
efc5f224 3149 char *_kwnames[] = { "self","from","to", NULL };
8ab979d7
RD
3150
3151 self = self;
efc5f224 3152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 3153 return NULL;
1d99702e
RD
3154 if (_argo0) {
3155 if (_argo0 == Py_None) { _arg0 = NULL; }
3156 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3157 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
3158 return NULL;
3159 }
3160 }
cf694132
RD
3161{
3162 wxPy_BEGIN_ALLOW_THREADS;
3163 wxComboBox_Remove(_arg0,_arg1,_arg2);
3164
3165 wxPy_END_ALLOW_THREADS;
493f1553 3166 if (PyErr_Occurred()) return NULL;
cf694132 3167} Py_INCREF(Py_None);
8ab979d7
RD
3168 _resultobj = Py_None;
3169 return _resultobj;
3170}
3171
3172#define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
efc5f224 3173static PyObject *_wrap_wxComboBox_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3174 PyObject * _resultobj;
3175 wxComboBox * _arg0;
3176 long _arg1;
1d99702e 3177 PyObject * _argo0 = 0;
efc5f224 3178 char *_kwnames[] = { "self","pos", NULL };
8ab979d7
RD
3179
3180 self = self;
efc5f224 3181 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxComboBox_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
8ab979d7 3182 return NULL;
1d99702e
RD
3183 if (_argo0) {
3184 if (_argo0 == Py_None) { _arg0 = NULL; }
3185 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3186 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
3187 return NULL;
3188 }
3189 }
cf694132
RD
3190{
3191 wxPy_BEGIN_ALLOW_THREADS;
3192 wxComboBox_SetInsertionPoint(_arg0,_arg1);
3193
3194 wxPy_END_ALLOW_THREADS;
493f1553 3195 if (PyErr_Occurred()) return NULL;
cf694132 3196} Py_INCREF(Py_None);
8ab979d7
RD
3197 _resultobj = Py_None;
3198 return _resultobj;
3199}
3200
3201#define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
efc5f224 3202static PyObject *_wrap_wxComboBox_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3203 PyObject * _resultobj;
3204 wxComboBox * _arg0;
1d99702e 3205 PyObject * _argo0 = 0;
efc5f224 3206 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3207
3208 self = self;
efc5f224 3209 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_SetInsertionPointEnd",_kwnames,&_argo0))
8ab979d7 3210 return NULL;
1d99702e
RD
3211 if (_argo0) {
3212 if (_argo0 == Py_None) { _arg0 = NULL; }
3213 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3214 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
3215 return NULL;
3216 }
3217 }
cf694132
RD
3218{
3219 wxPy_BEGIN_ALLOW_THREADS;
3220 wxComboBox_SetInsertionPointEnd(_arg0);
3221
3222 wxPy_END_ALLOW_THREADS;
493f1553 3223 if (PyErr_Occurred()) return NULL;
cf694132 3224} Py_INCREF(Py_None);
8ab979d7
RD
3225 _resultobj = Py_None;
3226 return _resultobj;
3227}
3228
1d99702e 3229#define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
efc5f224 3230static PyObject *_wrap_wxComboBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
1d99702e
RD
3231 PyObject * _resultobj;
3232 wxComboBox * _arg0;
3233 int _arg1;
3234 PyObject * _argo0 = 0;
efc5f224 3235 char *_kwnames[] = { "self","n", NULL };
1d99702e
RD
3236
3237 self = self;
efc5f224 3238 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetSelection",_kwnames,&_argo0,&_arg1))
1d99702e
RD
3239 return NULL;
3240 if (_argo0) {
3241 if (_argo0 == Py_None) { _arg0 = NULL; }
3242 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3243 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
3244 return NULL;
3245 }
3246 }
3247{
3248 wxPy_BEGIN_ALLOW_THREADS;
3249 wxComboBox_SetSelection(_arg0,_arg1);
3250
3251 wxPy_END_ALLOW_THREADS;
493f1553 3252 if (PyErr_Occurred()) return NULL;
1d99702e
RD
3253} Py_INCREF(Py_None);
3254 _resultobj = Py_None;
3255 return _resultobj;
3256}
3257
8ab979d7 3258#define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
efc5f224 3259static PyObject *_wrap_wxComboBox_SetMark(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3260 PyObject * _resultobj;
3261 wxComboBox * _arg0;
3262 long _arg1;
3263 long _arg2;
1d99702e 3264 PyObject * _argo0 = 0;
efc5f224 3265 char *_kwnames[] = { "self","from","to", NULL };
8ab979d7
RD
3266
3267 self = self;
efc5f224 3268 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_SetMark",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 3269 return NULL;
1d99702e
RD
3270 if (_argo0) {
3271 if (_argo0 == Py_None) { _arg0 = NULL; }
3272 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3273 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
3274 return NULL;
3275 }
3276 }
cf694132
RD
3277{
3278 wxPy_BEGIN_ALLOW_THREADS;
3279 wxComboBox_SetMark(_arg0,_arg1,_arg2);
3280
3281 wxPy_END_ALLOW_THREADS;
493f1553 3282 if (PyErr_Occurred()) return NULL;
cf694132 3283} Py_INCREF(Py_None);
8ab979d7
RD
3284 _resultobj = Py_None;
3285 return _resultobj;
3286}
3287
3288#define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
efc5f224 3289static PyObject *_wrap_wxComboBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3290 PyObject * _resultobj;
3291 wxComboBox * _arg0;
3292 wxString * _arg1;
1d99702e 3293 PyObject * _argo0 = 0;
8ab979d7 3294 PyObject * _obj1 = 0;
efc5f224 3295 char *_kwnames[] = { "self","text", NULL };
8ab979d7
RD
3296
3297 self = self;
efc5f224 3298 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxComboBox_SetValue",_kwnames,&_argo0,&_obj1))
8ab979d7 3299 return NULL;
1d99702e
RD
3300 if (_argo0) {
3301 if (_argo0 == Py_None) { _arg0 = NULL; }
3302 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
8ab979d7
RD
3303 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
3304 return NULL;
3305 }
3306 }
3307{
185d7c3e
RD
3308#if PYTHON_API_VERSION >= 1009
3309 char* tmpPtr; int tmpSize;
3310 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 3311 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
3312 return NULL;
3313 }
3314 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
3315 return NULL;
3316 _arg1 = new wxString(tmpPtr, tmpSize);
3317#else
8ab979d7
RD
3318 if (!PyString_Check(_obj1)) {
3319 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
3320 return NULL;
3321 }
185d7c3e
RD
3322 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
3323#endif
8ab979d7 3324}
cf694132
RD
3325{
3326 wxPy_BEGIN_ALLOW_THREADS;
3327 wxComboBox_SetValue(_arg0,*_arg1);
3328
3329 wxPy_END_ALLOW_THREADS;
493f1553 3330 if (PyErr_Occurred()) return NULL;
cf694132 3331} Py_INCREF(Py_None);
8ab979d7
RD
3332 _resultobj = Py_None;
3333{
3334 if (_obj1)
3335 delete _arg1;
3336}
3337 return _resultobj;
3338}
3339
0adbc166
RD
3340#define wxComboBox_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
3341static PyObject *_wrap_wxComboBox_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
3342 PyObject * _resultobj;
3343 wxComboBox * _arg0;
3344 bool _arg1;
3345 PyObject * _argo0 = 0;
3346 int tempbool1;
3347 char *_kwnames[] = { "self","editable", NULL };
3348
3349 self = self;
3350 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetEditable",_kwnames,&_argo0,&tempbool1))
3351 return NULL;
3352 if (_argo0) {
3353 if (_argo0 == Py_None) { _arg0 = NULL; }
3354 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3355 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetEditable. Expected _wxComboBox_p.");
3356 return NULL;
3357 }
3358 }
3359 _arg1 = (bool ) tempbool1;
3360{
3361 wxPy_BEGIN_ALLOW_THREADS;
3362 wxComboBox_SetEditable(_arg0,_arg1);
3363
3364 wxPy_END_ALLOW_THREADS;
3365 if (PyErr_Occurred()) return NULL;
3366} Py_INCREF(Py_None);
3367 _resultobj = Py_None;
3368 return _resultobj;
3369}
3370
8ab979d7
RD
3371static void *SwigwxGaugeTowxControl(void *ptr) {
3372 wxGauge *src;
3373 wxControl *dest;
3374 src = (wxGauge *) ptr;
3375 dest = (wxControl *) src;
3376 return (void *) dest;
3377}
3378
3379static void *SwigwxGaugeTowxWindow(void *ptr) {
3380 wxGauge *src;
3381 wxWindow *dest;
3382 src = (wxGauge *) ptr;
3383 dest = (wxWindow *) src;
3384 return (void *) dest;
3385}
3386
3387static void *SwigwxGaugeTowxEvtHandler(void *ptr) {
3388 wxGauge *src;
3389 wxEvtHandler *dest;
3390 src = (wxGauge *) ptr;
3391 dest = (wxEvtHandler *) src;
3392 return (void *) dest;
3393}
3394
9416aa89
RD
3395static void *SwigwxGaugeTowxObject(void *ptr) {
3396 wxGauge *src;
3397 wxObject *dest;
3398 src = (wxGauge *) ptr;
3399 dest = (wxObject *) src;
3400 return (void *) dest;
3401}
3402
8ab979d7 3403#define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
efc5f224 3404static PyObject *_wrap_new_wxGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3405 PyObject * _resultobj;
3406 wxGauge * _result;
3407 wxWindow * _arg0;
3408 wxWindowID _arg1;
3409 int _arg2;
e508a2b6
RD
3410 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
3411 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e 3412 long _arg5 = (long ) wxGA_HORIZONTAL;
e508a2b6 3413 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
3414 char * _arg7 = (char *) "gauge";
3415 PyObject * _argo0 = 0;
2f90df85
RD
3416 wxPoint temp;
3417 PyObject * _obj3 = 0;
3418 wxSize temp0;
3419 PyObject * _obj4 = 0;
1d99702e 3420 PyObject * _argo6 = 0;
efc5f224 3421 char *_kwnames[] = { "parent","id","range","pos","size","style","validator","name", NULL };
8ab979d7
RD
3422 char _ptemp[128];
3423
3424 self = self;
2f90df85 3425 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii|OOlOs:new_wxGauge",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
8ab979d7 3426 return NULL;
1d99702e
RD
3427 if (_argo0) {
3428 if (_argo0 == Py_None) { _arg0 = NULL; }
3429 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
3430 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
3431 return NULL;
3432 }
3433 }
2f90df85
RD
3434 if (_obj3)
3435{
3436 _arg3 = &temp;
3437 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 3438 return NULL;
2f90df85
RD
3439}
3440 if (_obj4)
3441{
3442 _arg4 = &temp0;
3443 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 3444 return NULL;
2f90df85 3445}
1d99702e
RD
3446 if (_argo6) {
3447 if (_argo6 == Py_None) { _arg6 = NULL; }
3448 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
8ab979d7
RD
3449 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
3450 return NULL;
3451 }
3452 }
cf694132
RD
3453{
3454 wxPy_BEGIN_ALLOW_THREADS;
3455 _result = (wxGauge *)new_wxGauge(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
3456
3457 wxPy_END_ALLOW_THREADS;
493f1553 3458 if (PyErr_Occurred()) return NULL;
1d99702e
RD
3459} if (_result) {
3460 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3461 _resultobj = Py_BuildValue("s",_ptemp);
3462 } else {
3463 Py_INCREF(Py_None);
3464 _resultobj = Py_None;
3465 }
8ab979d7
RD
3466 return _resultobj;
3467}
3468
09f3d4e6
RD
3469#define new_wxPreGauge() (new wxGauge())
3470static PyObject *_wrap_new_wxPreGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3471 PyObject * _resultobj;
3472 wxGauge * _result;
3473 char *_kwnames[] = { NULL };
3474 char _ptemp[128];
3475
3476 self = self;
3477 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreGauge",_kwnames))
3478 return NULL;
3479{
3480 wxPy_BEGIN_ALLOW_THREADS;
3481 _result = (wxGauge *)new_wxPreGauge();
3482
3483 wxPy_END_ALLOW_THREADS;
3484 if (PyErr_Occurred()) return NULL;
3485} if (_result) {
3486 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3487 _resultobj = Py_BuildValue("s",_ptemp);
3488 } else {
3489 Py_INCREF(Py_None);
3490 _resultobj = Py_None;
3491 }
3492 return _resultobj;
3493}
3494
3495#define wxGauge_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3496static PyObject *_wrap_wxGauge_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3497 PyObject * _resultobj;
3498 bool _result;
3499 wxGauge * _arg0;
3500 wxWindow * _arg1;
3501 wxWindowID _arg2;
3502 int _arg3;
3503 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
3504 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
3505 long _arg6 = (long ) wxGA_HORIZONTAL;
3506 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
3507 char * _arg8 = (char *) "gauge";
3508 PyObject * _argo0 = 0;
3509 PyObject * _argo1 = 0;
3510 wxPoint temp;
3511 PyObject * _obj4 = 0;
3512 wxSize temp0;
3513 PyObject * _obj5 = 0;
3514 PyObject * _argo7 = 0;
3515 char *_kwnames[] = { "self","parent","id","range","pos","size","style","validator","name", NULL };
3516
3517 self = self;
3518 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOii|OOlOs:wxGauge_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_obj4,&_obj5,&_arg6,&_argo7,&_arg8))
3519 return NULL;
3520 if (_argo0) {
3521 if (_argo0 == Py_None) { _arg0 = NULL; }
3522 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3523 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_Create. Expected _wxGauge_p.");
3524 return NULL;
3525 }
3526 }
3527 if (_argo1) {
3528 if (_argo1 == Py_None) { _arg1 = NULL; }
3529 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
3530 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGauge_Create. Expected _wxWindow_p.");
3531 return NULL;
3532 }
3533 }
3534 if (_obj4)
3535{
3536 _arg4 = &temp;
3537 if (! wxPoint_helper(_obj4, &_arg4))
3538 return NULL;
3539}
3540 if (_obj5)
3541{
3542 _arg5 = &temp0;
3543 if (! wxSize_helper(_obj5, &_arg5))
3544 return NULL;
3545}
3546 if (_argo7) {
3547 if (_argo7 == Py_None) { _arg7 = NULL; }
3548 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
3549 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxGauge_Create. Expected _wxValidator_p.");
3550 return NULL;
3551 }
3552 }
3553{
3554 wxPy_BEGIN_ALLOW_THREADS;
3555 _result = (bool )wxGauge_Create(_arg0,_arg1,_arg2,_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8);
3556
3557 wxPy_END_ALLOW_THREADS;
3558 if (PyErr_Occurred()) return NULL;
3559} _resultobj = Py_BuildValue("i",_result);
3560 return _resultobj;
3561}
3562
8ab979d7 3563#define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
efc5f224 3564static PyObject *_wrap_wxGauge_GetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3565 PyObject * _resultobj;
3566 int _result;
3567 wxGauge * _arg0;
1d99702e 3568 PyObject * _argo0 = 0;
efc5f224 3569 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3570
3571 self = self;
efc5f224 3572 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetBezelFace",_kwnames,&_argo0))
8ab979d7 3573 return NULL;
1d99702e
RD
3574 if (_argo0) {
3575 if (_argo0 == Py_None) { _arg0 = NULL; }
3576 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3577 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
3578 return NULL;
3579 }
3580 }
cf694132
RD
3581{
3582 wxPy_BEGIN_ALLOW_THREADS;
3583 _result = (int )wxGauge_GetBezelFace(_arg0);
3584
3585 wxPy_END_ALLOW_THREADS;
493f1553 3586 if (PyErr_Occurred()) return NULL;
cf694132 3587} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
3588 return _resultobj;
3589}
3590
3591#define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
efc5f224 3592static PyObject *_wrap_wxGauge_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3593 PyObject * _resultobj;
3594 int _result;
3595 wxGauge * _arg0;
1d99702e 3596 PyObject * _argo0 = 0;
efc5f224 3597 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3598
3599 self = self;
efc5f224 3600 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetRange",_kwnames,&_argo0))
8ab979d7 3601 return NULL;
1d99702e
RD
3602 if (_argo0) {
3603 if (_argo0 == Py_None) { _arg0 = NULL; }
3604 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3605 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
3606 return NULL;
3607 }
3608 }
cf694132
RD
3609{
3610 wxPy_BEGIN_ALLOW_THREADS;
3611 _result = (int )wxGauge_GetRange(_arg0);
3612
3613 wxPy_END_ALLOW_THREADS;
493f1553 3614 if (PyErr_Occurred()) return NULL;
cf694132 3615} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
3616 return _resultobj;
3617}
3618
3619#define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
efc5f224 3620static PyObject *_wrap_wxGauge_GetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3621 PyObject * _resultobj;
3622 int _result;
3623 wxGauge * _arg0;
1d99702e 3624 PyObject * _argo0 = 0;
efc5f224 3625 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3626
3627 self = self;
efc5f224 3628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetShadowWidth",_kwnames,&_argo0))
8ab979d7 3629 return NULL;
1d99702e
RD
3630 if (_argo0) {
3631 if (_argo0 == Py_None) { _arg0 = NULL; }
3632 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3633 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
3634 return NULL;
3635 }
3636 }
cf694132
RD
3637{
3638 wxPy_BEGIN_ALLOW_THREADS;
3639 _result = (int )wxGauge_GetShadowWidth(_arg0);
3640
3641 wxPy_END_ALLOW_THREADS;
493f1553 3642 if (PyErr_Occurred()) return NULL;
cf694132 3643} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
3644 return _resultobj;
3645}
3646
3647#define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
efc5f224 3648static PyObject *_wrap_wxGauge_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3649 PyObject * _resultobj;
3650 int _result;
3651 wxGauge * _arg0;
1d99702e 3652 PyObject * _argo0 = 0;
efc5f224 3653 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
3654
3655 self = self;
efc5f224 3656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetValue",_kwnames,&_argo0))
8ab979d7 3657 return NULL;
1d99702e
RD
3658 if (_argo0) {
3659 if (_argo0 == Py_None) { _arg0 = NULL; }
3660 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3661 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
3662 return NULL;
3663 }
3664 }
cf694132
RD
3665{
3666 wxPy_BEGIN_ALLOW_THREADS;
3667 _result = (int )wxGauge_GetValue(_arg0);
3668
3669 wxPy_END_ALLOW_THREADS;
493f1553 3670 if (PyErr_Occurred()) return NULL;
cf694132 3671} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
3672 return _resultobj;
3673}
3674
3675#define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
efc5f224 3676static PyObject *_wrap_wxGauge_SetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3677 PyObject * _resultobj;
3678 wxGauge * _arg0;
3679 int _arg1;
1d99702e 3680 PyObject * _argo0 = 0;
efc5f224 3681 char *_kwnames[] = { "self","width", NULL };
8ab979d7
RD
3682
3683 self = self;
efc5f224 3684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetBezelFace",_kwnames,&_argo0,&_arg1))
8ab979d7 3685 return NULL;
1d99702e
RD
3686 if (_argo0) {
3687 if (_argo0 == Py_None) { _arg0 = NULL; }
3688 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3689 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
3690 return NULL;
3691 }
3692 }
cf694132
RD
3693{
3694 wxPy_BEGIN_ALLOW_THREADS;
3695 wxGauge_SetBezelFace(_arg0,_arg1);
3696
3697 wxPy_END_ALLOW_THREADS;
493f1553 3698 if (PyErr_Occurred()) return NULL;
cf694132 3699} Py_INCREF(Py_None);
8ab979d7
RD
3700 _resultobj = Py_None;
3701 return _resultobj;
3702}
3703
3704#define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
efc5f224 3705static PyObject *_wrap_wxGauge_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3706 PyObject * _resultobj;
3707 wxGauge * _arg0;
3708 int _arg1;
1d99702e 3709 PyObject * _argo0 = 0;
efc5f224 3710 char *_kwnames[] = { "self","range", NULL };
8ab979d7
RD
3711
3712 self = self;
efc5f224 3713 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetRange",_kwnames,&_argo0,&_arg1))
8ab979d7 3714 return NULL;
1d99702e
RD
3715 if (_argo0) {
3716 if (_argo0 == Py_None) { _arg0 = NULL; }
3717 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3718 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
3719 return NULL;
3720 }
3721 }
cf694132
RD
3722{
3723 wxPy_BEGIN_ALLOW_THREADS;
3724 wxGauge_SetRange(_arg0,_arg1);
3725
3726 wxPy_END_ALLOW_THREADS;
493f1553 3727 if (PyErr_Occurred()) return NULL;
cf694132 3728} Py_INCREF(Py_None);
8ab979d7
RD
3729 _resultobj = Py_None;
3730 return _resultobj;
3731}
3732
3733#define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
efc5f224 3734static PyObject *_wrap_wxGauge_SetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3735 PyObject * _resultobj;
3736 wxGauge * _arg0;
3737 int _arg1;
1d99702e 3738 PyObject * _argo0 = 0;
efc5f224 3739 char *_kwnames[] = { "self","width", NULL };
8ab979d7
RD
3740
3741 self = self;
efc5f224 3742 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetShadowWidth",_kwnames,&_argo0,&_arg1))
8ab979d7 3743 return NULL;
1d99702e
RD
3744 if (_argo0) {
3745 if (_argo0 == Py_None) { _arg0 = NULL; }
3746 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3747 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
3748 return NULL;
3749 }
3750 }
cf694132
RD
3751{
3752 wxPy_BEGIN_ALLOW_THREADS;
3753 wxGauge_SetShadowWidth(_arg0,_arg1);
3754
3755 wxPy_END_ALLOW_THREADS;
493f1553 3756 if (PyErr_Occurred()) return NULL;
cf694132 3757} Py_INCREF(Py_None);
8ab979d7
RD
3758 _resultobj = Py_None;
3759 return _resultobj;
3760}
3761
3762#define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
efc5f224 3763static PyObject *_wrap_wxGauge_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3764 PyObject * _resultobj;
3765 wxGauge * _arg0;
3766 int _arg1;
1d99702e 3767 PyObject * _argo0 = 0;
efc5f224 3768 char *_kwnames[] = { "self","pos", NULL };
8ab979d7
RD
3769
3770 self = self;
efc5f224 3771 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetValue",_kwnames,&_argo0,&_arg1))
8ab979d7 3772 return NULL;
1d99702e
RD
3773 if (_argo0) {
3774 if (_argo0 == Py_None) { _arg0 = NULL; }
3775 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
8ab979d7
RD
3776 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
3777 return NULL;
3778 }
3779 }
cf694132
RD
3780{
3781 wxPy_BEGIN_ALLOW_THREADS;
3782 wxGauge_SetValue(_arg0,_arg1);
3783
3784 wxPy_END_ALLOW_THREADS;
493f1553 3785 if (PyErr_Occurred()) return NULL;
cf694132 3786} Py_INCREF(Py_None);
8ab979d7
RD
3787 _resultobj = Py_None;
3788 return _resultobj;
3789}
3790
3791static void *SwigwxStaticBoxTowxControl(void *ptr) {
3792 wxStaticBox *src;
3793 wxControl *dest;
3794 src = (wxStaticBox *) ptr;
3795 dest = (wxControl *) src;
3796 return (void *) dest;
3797}
3798
3799static void *SwigwxStaticBoxTowxWindow(void *ptr) {
3800 wxStaticBox *src;
3801 wxWindow *dest;
3802 src = (wxStaticBox *) ptr;
3803 dest = (wxWindow *) src;
3804 return (void *) dest;
3805}
3806
3807static void *SwigwxStaticBoxTowxEvtHandler(void *ptr) {
3808 wxStaticBox *src;
3809 wxEvtHandler *dest;
3810 src = (wxStaticBox *) ptr;
3811 dest = (wxEvtHandler *) src;
3812 return (void *) dest;
3813}
3814
9416aa89
RD
3815static void *SwigwxStaticBoxTowxObject(void *ptr) {
3816 wxStaticBox *src;
3817 wxObject *dest;
3818 src = (wxStaticBox *) ptr;
3819 dest = (wxObject *) src;
3820 return (void *) dest;
3821}
3822
8ab979d7 3823#define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
efc5f224 3824static PyObject *_wrap_new_wxStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
3825 PyObject * _resultobj;
3826 wxStaticBox * _result;
3827 wxWindow * _arg0;
3828 wxWindowID _arg1;
3829 wxString * _arg2;
e508a2b6
RD
3830 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
3831 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e
RD
3832 long _arg5 = (long ) 0;
3833 char * _arg6 = (char *) "staticBox";
3834 PyObject * _argo0 = 0;
8ab979d7 3835 PyObject * _obj2 = 0;
2f90df85
RD
3836 wxPoint temp;
3837 PyObject * _obj3 = 0;
3838 wxSize temp0;
3839 PyObject * _obj4 = 0;
efc5f224 3840 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
8ab979d7
RD
3841 char _ptemp[128];
3842
3843 self = self;
2f90df85 3844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOls:new_wxStaticBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_arg6))
8ab979d7 3845 return NULL;
1d99702e
RD
3846 if (_argo0) {
3847 if (_argo0 == Py_None) { _arg0 = NULL; }
3848 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
3849 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
3850 return NULL;
3851 }
3852 }
3853{
185d7c3e
RD
3854#if PYTHON_API_VERSION >= 1009
3855 char* tmpPtr; int tmpSize;
3856 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 3857 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
3858 return NULL;
3859 }
3860 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
3861 return NULL;
3862 _arg2 = new wxString(tmpPtr, tmpSize);
3863#else
8ab979d7
RD
3864 if (!PyString_Check(_obj2)) {
3865 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
3866 return NULL;
3867 }
185d7c3e
RD
3868 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
3869#endif
8ab979d7 3870}
2f90df85
RD
3871 if (_obj3)
3872{
3873 _arg3 = &temp;
3874 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 3875 return NULL;
2f90df85
RD
3876}
3877 if (_obj4)
3878{
3879 _arg4 = &temp0;
3880 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 3881 return NULL;
2f90df85 3882}
cf694132
RD
3883{
3884 wxPy_BEGIN_ALLOW_THREADS;
3885 _result = (wxStaticBox *)new_wxStaticBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6);
3886
3887 wxPy_END_ALLOW_THREADS;
493f1553 3888 if (PyErr_Occurred()) return NULL;
1d99702e
RD
3889} if (_result) {
3890 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
3891 _resultobj = Py_BuildValue("s",_ptemp);
3892 } else {
3893 Py_INCREF(Py_None);
3894 _resultobj = Py_None;
3895 }
8ab979d7
RD
3896{
3897 if (_obj2)
3898 delete _arg2;
3899}
3900 return _resultobj;
3901}
3902
09f3d4e6
RD
3903#define new_wxPreStaticBox() (new wxStaticBox())
3904static PyObject *_wrap_new_wxPreStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
3905 PyObject * _resultobj;
3906 wxStaticBox * _result;
3907 char *_kwnames[] = { NULL };
3908 char _ptemp[128];
3909
3910 self = self;
3911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBox",_kwnames))
3912 return NULL;
3913{
3914 wxPy_BEGIN_ALLOW_THREADS;
3915 _result = (wxStaticBox *)new_wxPreStaticBox();
3916
3917 wxPy_END_ALLOW_THREADS;
3918 if (PyErr_Occurred()) return NULL;
3919} if (_result) {
3920 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
3921 _resultobj = Py_BuildValue("s",_ptemp);
3922 } else {
3923 Py_INCREF(Py_None);
3924 _resultobj = Py_None;
3925 }
3926 return _resultobj;
3927}
3928
3929#define wxStaticBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
3930static PyObject *_wrap_wxStaticBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3931 PyObject * _resultobj;
3932 bool _result;
3933 wxStaticBox * _arg0;
3934 wxWindow * _arg1;
3935 wxWindowID _arg2;
3936 wxString * _arg3;
3937 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
3938 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
3939 long _arg6 = (long ) 0;
3940 char * _arg7 = (char *) "staticBox";
3941 PyObject * _argo0 = 0;
3942 PyObject * _argo1 = 0;
3943 PyObject * _obj3 = 0;
3944 wxPoint temp;
3945 PyObject * _obj4 = 0;
3946 wxSize temp0;
3947 PyObject * _obj5 = 0;
3948 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
3949
3950 self = self;
3951 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOls:wxStaticBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_arg7))
3952 return NULL;
3953 if (_argo0) {
3954 if (_argo0 == Py_None) { _arg0 = NULL; }
3955 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBox_p")) {
3956 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBox_Create. Expected _wxStaticBox_p.");
3957 return NULL;
3958 }
3959 }
3960 if (_argo1) {
3961 if (_argo1 == Py_None) { _arg1 = NULL; }
3962 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
3963 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBox_Create. Expected _wxWindow_p.");
3964 return NULL;
3965 }
3966 }
3967{
3968#if PYTHON_API_VERSION >= 1009
3969 char* tmpPtr; int tmpSize;
3970 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
3971 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
3972 return NULL;
3973 }
3974 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
3975 return NULL;
3976 _arg3 = new wxString(tmpPtr, tmpSize);
3977#else
3978 if (!PyString_Check(_obj3)) {
3979 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
3980 return NULL;
3981 }
3982 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
3983#endif
3984}
3985 if (_obj4)
3986{
3987 _arg4 = &temp;
3988 if (! wxPoint_helper(_obj4, &_arg4))
3989 return NULL;
3990}
3991 if (_obj5)
3992{
3993 _arg5 = &temp0;
3994 if (! wxSize_helper(_obj5, &_arg5))
3995 return NULL;
3996}
3997{
3998 wxPy_BEGIN_ALLOW_THREADS;
3999 _result = (bool )wxStaticBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7);
4000
4001 wxPy_END_ALLOW_THREADS;
4002 if (PyErr_Occurred()) return NULL;
4003} _resultobj = Py_BuildValue("i",_result);
4004{
4005 if (_obj3)
4006 delete _arg3;
4007}
4008 return _resultobj;
4009}
4010
8bf5d46e
RD
4011static void *SwigwxStaticLineTowxControl(void *ptr) {
4012 wxStaticLine *src;
4013 wxControl *dest;
4014 src = (wxStaticLine *) ptr;
4015 dest = (wxControl *) src;
4016 return (void *) dest;
4017}
4018
4019static void *SwigwxStaticLineTowxWindow(void *ptr) {
4020 wxStaticLine *src;
4021 wxWindow *dest;
4022 src = (wxStaticLine *) ptr;
4023 dest = (wxWindow *) src;
4024 return (void *) dest;
4025}
4026
4027static void *SwigwxStaticLineTowxEvtHandler(void *ptr) {
4028 wxStaticLine *src;
4029 wxEvtHandler *dest;
4030 src = (wxStaticLine *) ptr;
4031 dest = (wxEvtHandler *) src;
4032 return (void *) dest;
4033}
4034
9416aa89
RD
4035static void *SwigwxStaticLineTowxObject(void *ptr) {
4036 wxStaticLine *src;
4037 wxObject *dest;
4038 src = (wxStaticLine *) ptr;
4039 dest = (wxObject *) src;
4040 return (void *) dest;
4041}
4042
8bf5d46e 4043#define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
efc5f224 4044static PyObject *_wrap_new_wxStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8bf5d46e
RD
4045 PyObject * _resultobj;
4046 wxStaticLine * _result;
4047 wxWindow * _arg0;
4048 wxWindowID _arg1;
e508a2b6
RD
4049 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
4050 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
1d99702e
RD
4051 long _arg4 = (long ) wxLI_HORIZONTAL;
4052 char * _arg5 = (char *) "staticLine";
4053 PyObject * _argo0 = 0;
2f90df85
RD
4054 wxPoint temp;
4055 PyObject * _obj2 = 0;
4056 wxSize temp0;
4057 PyObject * _obj3 = 0;
efc5f224 4058 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
8bf5d46e
RD
4059 char _ptemp[128];
4060
4061 self = self;
2f90df85 4062 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOls:new_wxStaticLine",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_arg5))
8bf5d46e 4063 return NULL;
1d99702e
RD
4064 if (_argo0) {
4065 if (_argo0 == Py_None) { _arg0 = NULL; }
4066 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8bf5d46e
RD
4067 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
4068 return NULL;
4069 }
4070 }
2f90df85
RD
4071 if (_obj2)
4072{
4073 _arg2 = &temp;
4074 if (! wxPoint_helper(_obj2, &_arg2))
8bf5d46e 4075 return NULL;
2f90df85
RD
4076}
4077 if (_obj3)
4078{
4079 _arg3 = &temp0;
4080 if (! wxSize_helper(_obj3, &_arg3))
8bf5d46e 4081 return NULL;
2f90df85 4082}
8bf5d46e
RD
4083{
4084 wxPy_BEGIN_ALLOW_THREADS;
4085 _result = (wxStaticLine *)new_wxStaticLine(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
4086
4087 wxPy_END_ALLOW_THREADS;
493f1553 4088 if (PyErr_Occurred()) return NULL;
1d99702e
RD
4089} if (_result) {
4090 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4091 _resultobj = Py_BuildValue("s",_ptemp);
4092 } else {
4093 Py_INCREF(Py_None);
4094 _resultobj = Py_None;
4095 }
8bf5d46e
RD
4096 return _resultobj;
4097}
4098
09f3d4e6
RD
4099#define new_wxPreStaticLine() (new wxStaticLine())
4100static PyObject *_wrap_new_wxPreStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4101 PyObject * _resultobj;
4102 wxStaticLine * _result;
4103 char *_kwnames[] = { NULL };
4104 char _ptemp[128];
4105
4106 self = self;
4107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticLine",_kwnames))
4108 return NULL;
4109{
4110 wxPy_BEGIN_ALLOW_THREADS;
4111 _result = (wxStaticLine *)new_wxPreStaticLine();
4112
4113 wxPy_END_ALLOW_THREADS;
4114 if (PyErr_Occurred()) return NULL;
4115} if (_result) {
4116 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4117 _resultobj = Py_BuildValue("s",_ptemp);
4118 } else {
4119 Py_INCREF(Py_None);
4120 _resultobj = Py_None;
4121 }
4122 return _resultobj;
4123}
4124
4125#define wxStaticLine_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4126static PyObject *_wrap_wxStaticLine_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4127 PyObject * _resultobj;
4128 bool _result;
4129 wxStaticLine * _arg0;
4130 wxWindow * _arg1;
4131 wxWindowID _arg2;
4132 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4133 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4134 long _arg5 = (long ) wxLI_HORIZONTAL;
4135 char * _arg6 = (char *) "staticLine";
4136 PyObject * _argo0 = 0;
4137 PyObject * _argo1 = 0;
4138 wxPoint temp;
4139 PyObject * _obj3 = 0;
4140 wxSize temp0;
4141 PyObject * _obj4 = 0;
4142 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
4143
4144 self = self;
4145 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOls:wxStaticLine_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_arg6))
4146 return NULL;
4147 if (_argo0) {
4148 if (_argo0 == Py_None) { _arg0 = NULL; }
4149 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticLine_p")) {
4150 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticLine_Create. Expected _wxStaticLine_p.");
4151 return NULL;
4152 }
4153 }
4154 if (_argo1) {
4155 if (_argo1 == Py_None) { _arg1 = NULL; }
4156 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4157 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticLine_Create. Expected _wxWindow_p.");
4158 return NULL;
4159 }
4160 }
4161 if (_obj3)
4162{
4163 _arg3 = &temp;
4164 if (! wxPoint_helper(_obj3, &_arg3))
4165 return NULL;
4166}
4167 if (_obj4)
4168{
4169 _arg4 = &temp0;
4170 if (! wxSize_helper(_obj4, &_arg4))
4171 return NULL;
4172}
4173{
4174 wxPy_BEGIN_ALLOW_THREADS;
4175 _result = (bool )wxStaticLine_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6);
4176
4177 wxPy_END_ALLOW_THREADS;
4178 if (PyErr_Occurred()) return NULL;
4179} _resultobj = Py_BuildValue("i",_result);
4180 return _resultobj;
4181}
4182
8ab979d7
RD
4183static void *SwigwxStaticTextTowxControl(void *ptr) {
4184 wxStaticText *src;
4185 wxControl *dest;
4186 src = (wxStaticText *) ptr;
4187 dest = (wxControl *) src;
4188 return (void *) dest;
4189}
4190
4191static void *SwigwxStaticTextTowxWindow(void *ptr) {
4192 wxStaticText *src;
4193 wxWindow *dest;
4194 src = (wxStaticText *) ptr;
4195 dest = (wxWindow *) src;
4196 return (void *) dest;
4197}
4198
4199static void *SwigwxStaticTextTowxEvtHandler(void *ptr) {
4200 wxStaticText *src;
4201 wxEvtHandler *dest;
4202 src = (wxStaticText *) ptr;
4203 dest = (wxEvtHandler *) src;
4204 return (void *) dest;
4205}
4206
9416aa89
RD
4207static void *SwigwxStaticTextTowxObject(void *ptr) {
4208 wxStaticText *src;
4209 wxObject *dest;
4210 src = (wxStaticText *) ptr;
4211 dest = (wxObject *) src;
4212 return (void *) dest;
4213}
4214
8ab979d7 4215#define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
efc5f224 4216static PyObject *_wrap_new_wxStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4217 PyObject * _resultobj;
4218 wxStaticText * _result;
4219 wxWindow * _arg0;
4220 wxWindowID _arg1;
4221 wxString * _arg2;
e508a2b6
RD
4222 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4223 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e
RD
4224 long _arg5 = (long ) 0;
4225 char * _arg6 = (char *) "staticText";
4226 PyObject * _argo0 = 0;
8ab979d7 4227 PyObject * _obj2 = 0;
2f90df85
RD
4228 wxPoint temp;
4229 PyObject * _obj3 = 0;
4230 wxSize temp0;
4231 PyObject * _obj4 = 0;
efc5f224 4232 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
8ab979d7
RD
4233 char _ptemp[128];
4234
4235 self = self;
2f90df85 4236 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOls:new_wxStaticText",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_arg6))
8ab979d7 4237 return NULL;
1d99702e
RD
4238 if (_argo0) {
4239 if (_argo0 == Py_None) { _arg0 = NULL; }
4240 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
4241 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
4242 return NULL;
4243 }
4244 }
4245{
185d7c3e
RD
4246#if PYTHON_API_VERSION >= 1009
4247 char* tmpPtr; int tmpSize;
4248 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 4249 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
4250 return NULL;
4251 }
4252 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
4253 return NULL;
4254 _arg2 = new wxString(tmpPtr, tmpSize);
4255#else
8ab979d7
RD
4256 if (!PyString_Check(_obj2)) {
4257 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
4258 return NULL;
4259 }
185d7c3e
RD
4260 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
4261#endif
8ab979d7 4262}
2f90df85
RD
4263 if (_obj3)
4264{
4265 _arg3 = &temp;
4266 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 4267 return NULL;
2f90df85
RD
4268}
4269 if (_obj4)
4270{
4271 _arg4 = &temp0;
4272 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 4273 return NULL;
2f90df85 4274}
cf694132
RD
4275{
4276 wxPy_BEGIN_ALLOW_THREADS;
4277 _result = (wxStaticText *)new_wxStaticText(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6);
4278
4279 wxPy_END_ALLOW_THREADS;
493f1553 4280 if (PyErr_Occurred()) return NULL;
1d99702e
RD
4281} if (_result) {
4282 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4283 _resultobj = Py_BuildValue("s",_ptemp);
4284 } else {
4285 Py_INCREF(Py_None);
4286 _resultobj = Py_None;
4287 }
8ab979d7
RD
4288{
4289 if (_obj2)
4290 delete _arg2;
4291}
4292 return _resultobj;
4293}
4294
09f3d4e6
RD
4295#define new_wxPreStaticText() (new wxStaticText())
4296static PyObject *_wrap_new_wxPreStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4297 PyObject * _resultobj;
4298 wxStaticText * _result;
4299 char *_kwnames[] = { NULL };
4300 char _ptemp[128];
4301
4302 self = self;
4303 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticText",_kwnames))
4304 return NULL;
4305{
4306 wxPy_BEGIN_ALLOW_THREADS;
4307 _result = (wxStaticText *)new_wxPreStaticText();
4308
4309 wxPy_END_ALLOW_THREADS;
4310 if (PyErr_Occurred()) return NULL;
4311} if (_result) {
4312 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4313 _resultobj = Py_BuildValue("s",_ptemp);
4314 } else {
4315 Py_INCREF(Py_None);
4316 _resultobj = Py_None;
4317 }
4318 return _resultobj;
4319}
4320
4321#define wxStaticText_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4322static PyObject *_wrap_wxStaticText_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4323 PyObject * _resultobj;
4324 bool _result;
4325 wxStaticText * _arg0;
4326 wxWindow * _arg1;
4327 wxWindowID _arg2;
4328 wxString * _arg3;
4329 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
4330 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
4331 long _arg6 = (long ) 0;
4332 char * _arg7 = (char *) "staticText";
4333 PyObject * _argo0 = 0;
4334 PyObject * _argo1 = 0;
4335 PyObject * _obj3 = 0;
4336 wxPoint temp;
4337 PyObject * _obj4 = 0;
4338 wxSize temp0;
4339 PyObject * _obj5 = 0;
4340 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
4341
4342 self = self;
4343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOls:wxStaticText_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_arg7))
4344 return NULL;
4345 if (_argo0) {
4346 if (_argo0 == Py_None) { _arg0 = NULL; }
4347 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4348 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_Create. Expected _wxStaticText_p.");
4349 return NULL;
4350 }
4351 }
4352 if (_argo1) {
4353 if (_argo1 == Py_None) { _arg1 = NULL; }
4354 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4355 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticText_Create. Expected _wxWindow_p.");
4356 return NULL;
4357 }
4358 }
4359{
4360#if PYTHON_API_VERSION >= 1009
4361 char* tmpPtr; int tmpSize;
4362 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
4363 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
4364 return NULL;
4365 }
4366 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
4367 return NULL;
4368 _arg3 = new wxString(tmpPtr, tmpSize);
4369#else
4370 if (!PyString_Check(_obj3)) {
4371 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
4372 return NULL;
4373 }
4374 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
4375#endif
4376}
4377 if (_obj4)
4378{
4379 _arg4 = &temp;
4380 if (! wxPoint_helper(_obj4, &_arg4))
4381 return NULL;
4382}
4383 if (_obj5)
4384{
4385 _arg5 = &temp0;
4386 if (! wxSize_helper(_obj5, &_arg5))
4387 return NULL;
4388}
4389{
4390 wxPy_BEGIN_ALLOW_THREADS;
4391 _result = (bool )wxStaticText_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7);
4392
4393 wxPy_END_ALLOW_THREADS;
4394 if (PyErr_Occurred()) return NULL;
4395} _resultobj = Py_BuildValue("i",_result);
4396{
4397 if (_obj3)
4398 delete _arg3;
4399}
4400 return _resultobj;
4401}
4402
8ab979d7 4403#define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
efc5f224 4404static PyObject *_wrap_wxStaticText_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4405 PyObject * _resultobj;
4406 wxString * _result;
4407 wxStaticText * _arg0;
1d99702e 4408 PyObject * _argo0 = 0;
efc5f224 4409 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
4410
4411 self = self;
efc5f224 4412 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticText_GetLabel",_kwnames,&_argo0))
8ab979d7 4413 return NULL;
1d99702e
RD
4414 if (_argo0) {
4415 if (_argo0 == Py_None) { _arg0 = NULL; }
4416 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
8ab979d7
RD
4417 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
4418 return NULL;
4419 }
4420 }
8ab979d7 4421{
cf694132
RD
4422 wxPy_BEGIN_ALLOW_THREADS;
4423 _result = new wxString (wxStaticText_GetLabel(_arg0));
4424
4425 wxPy_END_ALLOW_THREADS;
493f1553 4426 if (PyErr_Occurred()) return NULL;
cf694132 4427}{
eec92d76 4428 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
8ab979d7
RD
4429}
4430{
4431 delete _result;
4432}
4433 return _resultobj;
4434}
4435
4436#define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
efc5f224 4437static PyObject *_wrap_wxStaticText_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4438 PyObject * _resultobj;
4439 wxStaticText * _arg0;
4440 wxString * _arg1;
1d99702e 4441 PyObject * _argo0 = 0;
8ab979d7 4442 PyObject * _obj1 = 0;
efc5f224 4443 char *_kwnames[] = { "self","label", NULL };
8ab979d7
RD
4444
4445 self = self;
efc5f224 4446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticText_SetLabel",_kwnames,&_argo0,&_obj1))
8ab979d7 4447 return NULL;
1d99702e
RD
4448 if (_argo0) {
4449 if (_argo0 == Py_None) { _arg0 = NULL; }
4450 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
8ab979d7
RD
4451 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
4452 return NULL;
4453 }
4454 }
4455{
185d7c3e
RD
4456#if PYTHON_API_VERSION >= 1009
4457 char* tmpPtr; int tmpSize;
4458 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 4459 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
4460 return NULL;
4461 }
4462 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
4463 return NULL;
4464 _arg1 = new wxString(tmpPtr, tmpSize);
4465#else
8ab979d7
RD
4466 if (!PyString_Check(_obj1)) {
4467 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
4468 return NULL;
4469 }
185d7c3e
RD
4470 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
4471#endif
8ab979d7 4472}
cf694132
RD
4473{
4474 wxPy_BEGIN_ALLOW_THREADS;
4475 wxStaticText_SetLabel(_arg0,*_arg1);
4476
4477 wxPy_END_ALLOW_THREADS;
493f1553 4478 if (PyErr_Occurred()) return NULL;
cf694132 4479} Py_INCREF(Py_None);
8ab979d7
RD
4480 _resultobj = Py_None;
4481{
4482 if (_obj1)
4483 delete _arg1;
4484}
4485 return _resultobj;
4486}
4487
900d9886
RD
4488static void *SwigwxListBoxTowxControlWithItems(void *ptr) {
4489 wxListBox *src;
4490 wxControlWithItems *dest;
4491 src = (wxListBox *) ptr;
4492 dest = (wxControlWithItems *) src;
4493 return (void *) dest;
4494}
4495
8ab979d7
RD
4496static void *SwigwxListBoxTowxControl(void *ptr) {
4497 wxListBox *src;
4498 wxControl *dest;
4499 src = (wxListBox *) ptr;
4500 dest = (wxControl *) src;
4501 return (void *) dest;
4502}
4503
4504static void *SwigwxListBoxTowxWindow(void *ptr) {
4505 wxListBox *src;
4506 wxWindow *dest;
4507 src = (wxListBox *) ptr;
4508 dest = (wxWindow *) src;
4509 return (void *) dest;
4510}
4511
4512static void *SwigwxListBoxTowxEvtHandler(void *ptr) {
4513 wxListBox *src;
4514 wxEvtHandler *dest;
4515 src = (wxListBox *) ptr;
4516 dest = (wxEvtHandler *) src;
4517 return (void *) dest;
4518}
4519
9416aa89
RD
4520static void *SwigwxListBoxTowxObject(void *ptr) {
4521 wxListBox *src;
4522 wxObject *dest;
4523 src = (wxListBox *) ptr;
4524 dest = (wxObject *) src;
4525 return (void *) dest;
4526}
4527
09f3d4e6
RD
4528#define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4529static PyObject *_wrap_new_wxListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4530 PyObject * _resultobj;
4531 wxListBox * _result;
4532 wxWindow * _arg0;
4533 wxWindowID _arg1;
4534 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
4535 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
4536 int _arg4;
4537 wxString * _arg5 = (wxString *) NULL;
4538 long _arg6 = (long ) 0;
4539 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
4540 char * _arg8 = (char *) "listBox";
4541 PyObject * _argo0 = 0;
4542 wxPoint temp;
4543 PyObject * _obj2 = 0;
4544 wxSize temp0;
4545 PyObject * _obj3 = 0;
4546 PyObject * _obj5 = 0;
4547 PyObject * _argo7 = 0;
4548 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
4549 char _ptemp[128];
4550
4551 self = self;
4552 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOs:new_wxListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_arg8))
4553 return NULL;
4554 if (_argo0) {
4555 if (_argo0 == Py_None) { _arg0 = NULL; }
4556 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4557 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
4558 return NULL;
4559 }
4560 }
4561 if (_obj2)
4562{
4563 _arg2 = &temp;
4564 if (! wxPoint_helper(_obj2, &_arg2))
4565 return NULL;
4566}
4567 if (_obj3)
4568{
4569 _arg3 = &temp0;
4570 if (! wxSize_helper(_obj3, &_arg3))
4571 return NULL;
4572}
4573 if (_obj5)
4574{
4575 _arg5 = wxString_LIST_helper(_obj5);
4576 if (_arg5 == NULL) {
4577 return NULL;
4578 }
4579}
4580 if (_argo7) {
4581 if (_argo7 == Py_None) { _arg7 = NULL; }
4582 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
4583 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
4584 return NULL;
4585 }
4586 }
4587{
4588 if (_obj5) {
4589 _arg4 = PyList_Size(_obj5);
4590 }
4591 else {
4592 _arg4 = 0;
4593 }
4594}
4595{
4596 wxPy_BEGIN_ALLOW_THREADS;
4597 _result = (wxListBox *)new_wxListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,_arg8);
4598
4599 wxPy_END_ALLOW_THREADS;
4600 if (PyErr_Occurred()) return NULL;
4601} if (_result) {
4602 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
4603 _resultobj = Py_BuildValue("s",_ptemp);
4604 } else {
4605 Py_INCREF(Py_None);
4606 _resultobj = Py_None;
4607 }
4608{
4609 delete [] _arg5;
4610}
4611 return _resultobj;
4612}
4613
4614#define new_wxPreListBox() (new wxListBox())
4615static PyObject *_wrap_new_wxPreListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4616 PyObject * _resultobj;
4617 wxListBox * _result;
4618 char *_kwnames[] = { NULL };
4619 char _ptemp[128];
4620
4621 self = self;
4622 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreListBox",_kwnames))
4623 return NULL;
4624{
4625 wxPy_BEGIN_ALLOW_THREADS;
4626 _result = (wxListBox *)new_wxPreListBox();
4627
4628 wxPy_END_ALLOW_THREADS;
4629 if (PyErr_Occurred()) return NULL;
4630} if (_result) {
4631 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
4632 _resultobj = Py_BuildValue("s",_ptemp);
4633 } else {
4634 Py_INCREF(Py_None);
4635 _resultobj = Py_None;
4636 }
4637 return _resultobj;
4638}
4639
4640#define wxListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4641static PyObject *_wrap_wxListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 4642 PyObject * _resultobj;
09f3d4e6
RD
4643 bool _result;
4644 wxListBox * _arg0;
4645 wxWindow * _arg1;
4646 wxWindowID _arg2;
4647 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4648 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4649 int _arg5;
4650 wxString * _arg6 = (wxString *) NULL;
4651 long _arg7 = (long ) 0;
4652 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
4653 char * _arg9 = (char *) "listBox";
1d99702e 4654 PyObject * _argo0 = 0;
09f3d4e6 4655 PyObject * _argo1 = 0;
2f90df85 4656 wxPoint temp;
2f90df85 4657 PyObject * _obj3 = 0;
09f3d4e6
RD
4658 wxSize temp0;
4659 PyObject * _obj4 = 0;
4660 PyObject * _obj6 = 0;
4661 PyObject * _argo8 = 0;
4662 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
8ab979d7
RD
4663
4664 self = self;
09f3d4e6 4665 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOs:wxListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_arg9))
8ab979d7 4666 return NULL;
1d99702e
RD
4667 if (_argo0) {
4668 if (_argo0 == Py_None) { _arg0 = NULL; }
09f3d4e6
RD
4669 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4670 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Create. Expected _wxListBox_p.");
8ab979d7
RD
4671 return NULL;
4672 }
4673 }
09f3d4e6
RD
4674 if (_argo1) {
4675 if (_argo1 == Py_None) { _arg1 = NULL; }
4676 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4677 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListBox_Create. Expected _wxWindow_p.");
4678 return NULL;
4679 }
4680 }
4681 if (_obj3)
2f90df85 4682{
09f3d4e6
RD
4683 _arg3 = &temp;
4684 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 4685 return NULL;
2f90df85 4686}
09f3d4e6 4687 if (_obj4)
2f90df85 4688{
09f3d4e6
RD
4689 _arg4 = &temp0;
4690 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 4691 return NULL;
2f90df85 4692}
09f3d4e6 4693 if (_obj6)
8ab979d7 4694{
09f3d4e6
RD
4695 _arg6 = wxString_LIST_helper(_obj6);
4696 if (_arg6 == NULL) {
8ab979d7
RD
4697 return NULL;
4698 }
4699}
09f3d4e6
RD
4700 if (_argo8) {
4701 if (_argo8 == Py_None) { _arg8 = NULL; }
4702 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
4703 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxListBox_Create. Expected _wxValidator_p.");
8ab979d7
RD
4704 return NULL;
4705 }
4706 }
4707{
09f3d4e6
RD
4708 if (_obj6) {
4709 _arg5 = PyList_Size(_obj6);
cf694132
RD
4710 }
4711 else {
09f3d4e6 4712 _arg5 = 0;
cf694132 4713 }
8ab979d7 4714}
cf694132
RD
4715{
4716 wxPy_BEGIN_ALLOW_THREADS;
09f3d4e6 4717 _result = (bool )wxListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,_arg9);
cf694132
RD
4718
4719 wxPy_END_ALLOW_THREADS;
493f1553 4720 if (PyErr_Occurred()) return NULL;
09f3d4e6 4721} _resultobj = Py_BuildValue("i",_result);
8ab979d7 4722{
09f3d4e6 4723 delete [] _arg6;
8ab979d7
RD
4724}
4725 return _resultobj;
4726}
4727
8ab979d7 4728#define wxListBox_Clear(_swigobj) (_swigobj->Clear())
efc5f224 4729static PyObject *_wrap_wxListBox_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4730 PyObject * _resultobj;
4731 wxListBox * _arg0;
1d99702e 4732 PyObject * _argo0 = 0;
efc5f224 4733 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
4734
4735 self = self;
efc5f224 4736 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_Clear",_kwnames,&_argo0))
8ab979d7 4737 return NULL;
1d99702e
RD
4738 if (_argo0) {
4739 if (_argo0 == Py_None) { _arg0 = NULL; }
4740 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
4741 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
4742 return NULL;
4743 }
4744 }
cf694132
RD
4745{
4746 wxPy_BEGIN_ALLOW_THREADS;
4747 wxListBox_Clear(_arg0);
4748
4749 wxPy_END_ALLOW_THREADS;
493f1553 4750 if (PyErr_Occurred()) return NULL;
cf694132 4751} Py_INCREF(Py_None);
8ab979d7
RD
4752 _resultobj = Py_None;
4753 return _resultobj;
4754}
4755
8ab979d7 4756#define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
efc5f224 4757static PyObject *_wrap_wxListBox_Deselect(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4758 PyObject * _resultobj;
4759 wxListBox * _arg0;
4760 int _arg1;
1d99702e 4761 PyObject * _argo0 = 0;
efc5f224 4762 char *_kwnames[] = { "self","n", NULL };
8ab979d7
RD
4763
4764 self = self;
efc5f224 4765 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Deselect",_kwnames,&_argo0,&_arg1))
8ab979d7 4766 return NULL;
1d99702e
RD
4767 if (_argo0) {
4768 if (_argo0 == Py_None) { _arg0 = NULL; }
4769 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
4770 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
4771 return NULL;
4772 }
4773 }
cf694132
RD
4774{
4775 wxPy_BEGIN_ALLOW_THREADS;
4776 wxListBox_Deselect(_arg0,_arg1);
4777
4778 wxPy_END_ALLOW_THREADS;
493f1553 4779 if (PyErr_Occurred()) return NULL;
cf694132 4780} Py_INCREF(Py_None);
8ab979d7
RD
4781 _resultobj = Py_None;
4782 return _resultobj;
4783}
4784
cf694132
RD
4785static PyObject * wxListBox_GetSelections(wxListBox *self) {
4786 wxArrayInt lst;
4787 self->GetSelections(lst);
4788 PyObject *tup = PyTuple_New(lst.GetCount());
f6bcfd97 4789 for(size_t i=0; i<lst.GetCount(); i++) {
cf694132
RD
4790 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
4791 }
4792 return tup;
4793 }
efc5f224 4794static PyObject *_wrap_wxListBox_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
cf694132
RD
4795 PyObject * _resultobj;
4796 PyObject * _result;
4797 wxListBox * _arg0;
1d99702e 4798 PyObject * _argo0 = 0;
efc5f224 4799 char *_kwnames[] = { "self", NULL };
cf694132
RD
4800
4801 self = self;
efc5f224 4802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_GetSelections",_kwnames,&_argo0))
cf694132 4803 return NULL;
1d99702e
RD
4804 if (_argo0) {
4805 if (_argo0 == Py_None) { _arg0 = NULL; }
4806 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
cf694132
RD
4807 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
4808 return NULL;
4809 }
4810 }
4811{
4812 wxPy_BEGIN_ALLOW_THREADS;
4813 _result = (PyObject *)wxListBox_GetSelections(_arg0);
4814
4815 wxPy_END_ALLOW_THREADS;
493f1553 4816 if (PyErr_Occurred()) return NULL;
cf694132
RD
4817}{
4818 _resultobj = _result;
4819}
8ab979d7
RD
4820 return _resultobj;
4821}
4822
2f90df85
RD
4823#define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
4824static PyObject *_wrap_wxListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
4825 PyObject * _resultobj;
4826 wxListBox * _arg0;
4827 int _arg1;
4828 wxString * _arg2;
4829 int _arg3;
4830 PyObject * _argo0 = 0;
4831 PyObject * _obj2 = 0;
eec92d76 4832 char *_kwnames[] = { "self","choices","pos", NULL };
2f90df85
RD
4833
4834 self = self;
4835 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
4836 return NULL;
4837 if (_argo0) {
4838 if (_argo0 == Py_None) { _arg0 = NULL; }
4839 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4840 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
4841 return NULL;
4842 }
4843 }
4844{
4845 _arg2 = wxString_LIST_helper(_obj2);
4846 if (_arg2 == NULL) {
4847 return NULL;
4848 }
4849}
4850{
4851 if (_obj2) {
4852 _arg1 = PyList_Size(_obj2);
4853 }
4854 else {
4855 _arg1 = 0;
4856 }
4857}
4858{
4859 wxPy_BEGIN_ALLOW_THREADS;
4860 wxListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
4861
4862 wxPy_END_ALLOW_THREADS;
493f1553 4863 if (PyErr_Occurred()) return NULL;
2f90df85
RD
4864} Py_INCREF(Py_None);
4865 _resultobj = Py_None;
4866{
4867 delete [] _arg2;
4868}
4869 return _resultobj;
4870}
4871
0adbc166
RD
4872#define wxListBox_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0))
4873static PyObject *_wrap_wxListBox_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
4874 PyObject * _resultobj;
4875 bool _result;
4876 wxListBox * _arg0;
4877 int _arg1;
4878 PyObject * _argo0 = 0;
4879 char *_kwnames[] = { "self","n", NULL };
4880
4881 self = self;
4882 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_IsSelected",_kwnames,&_argo0,&_arg1))
4883 return NULL;
4884 if (_argo0) {
4885 if (_argo0 == Py_None) { _arg0 = NULL; }
4886 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4887 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_IsSelected. Expected _wxListBox_p.");
4888 return NULL;
4889 }
4890 }
4891{
4892 wxPy_BEGIN_ALLOW_THREADS;
4893 _result = (bool )wxListBox_IsSelected(_arg0,_arg1);
cf694132
RD
4894
4895 wxPy_END_ALLOW_THREADS;
493f1553 4896 if (PyErr_Occurred()) return NULL;
cf694132 4897} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
4898 return _resultobj;
4899}
4900
4901#define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
efc5f224 4902static PyObject *_wrap_wxListBox_Selected(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4903 PyObject * _resultobj;
4904 bool _result;
4905 wxListBox * _arg0;
4906 int _arg1;
1d99702e 4907 PyObject * _argo0 = 0;
efc5f224 4908 char *_kwnames[] = { "self","n", NULL };
8ab979d7
RD
4909
4910 self = self;
efc5f224 4911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Selected",_kwnames,&_argo0,&_arg1))
8ab979d7 4912 return NULL;
1d99702e
RD
4913 if (_argo0) {
4914 if (_argo0 == Py_None) { _arg0 = NULL; }
4915 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
4916 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
4917 return NULL;
4918 }
4919 }
cf694132
RD
4920{
4921 wxPy_BEGIN_ALLOW_THREADS;
4922 _result = (bool )wxListBox_Selected(_arg0,_arg1);
4923
4924 wxPy_END_ALLOW_THREADS;
493f1553 4925 if (PyErr_Occurred()) return NULL;
cf694132 4926} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
4927 return _resultobj;
4928}
4929
4930#define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
efc5f224 4931static PyObject *_wrap_wxListBox_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4932 PyObject * _resultobj;
4933 wxListBox * _arg0;
4934 int _arg1;
4935 wxString * _arg2;
1d99702e 4936 PyObject * _argo0 = 0;
8ab979d7 4937 PyObject * _obj2 = 0;
eec92d76 4938 char *_kwnames[] = { "self","choices", NULL };
8ab979d7
RD
4939
4940 self = self;
efc5f224 4941 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_Set",_kwnames,&_argo0,&_obj2))
8ab979d7 4942 return NULL;
1d99702e
RD
4943 if (_argo0) {
4944 if (_argo0 == Py_None) { _arg0 = NULL; }
4945 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
4946 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
4947 return NULL;
4948 }
4949 }
4950 if (_obj2)
4951{
4952 _arg2 = wxString_LIST_helper(_obj2);
4953 if (_arg2 == NULL) {
4954 return NULL;
4955 }
4956}
4957{
cf694132
RD
4958 if (_obj2) {
4959 _arg1 = PyList_Size(_obj2);
4960 }
4961 else {
4962 _arg1 = 0;
4963 }
8ab979d7 4964}
cf694132
RD
4965{
4966 wxPy_BEGIN_ALLOW_THREADS;
4967 wxListBox_Set(_arg0,_arg1,_arg2);
4968
4969 wxPy_END_ALLOW_THREADS;
493f1553 4970 if (PyErr_Occurred()) return NULL;
cf694132 4971} Py_INCREF(Py_None);
8ab979d7
RD
4972 _resultobj = Py_None;
4973{
4974 delete [] _arg2;
4975}
4976 return _resultobj;
4977}
4978
4979#define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
efc5f224 4980static PyObject *_wrap_wxListBox_SetFirstItem(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
4981 PyObject * _resultobj;
4982 wxListBox * _arg0;
4983 int _arg1;
1d99702e 4984 PyObject * _argo0 = 0;
efc5f224 4985 char *_kwnames[] = { "self","n", NULL };
8ab979d7
RD
4986
4987 self = self;
efc5f224 4988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_SetFirstItem",_kwnames,&_argo0,&_arg1))
8ab979d7 4989 return NULL;
1d99702e
RD
4990 if (_argo0) {
4991 if (_argo0 == Py_None) { _arg0 = NULL; }
4992 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
4993 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
4994 return NULL;
4995 }
4996 }
cf694132
RD
4997{
4998 wxPy_BEGIN_ALLOW_THREADS;
4999 wxListBox_SetFirstItem(_arg0,_arg1);
5000
5001 wxPy_END_ALLOW_THREADS;
493f1553 5002 if (PyErr_Occurred()) return NULL;
cf694132 5003} Py_INCREF(Py_None);
8ab979d7
RD
5004 _resultobj = Py_None;
5005 return _resultobj;
5006}
5007
5008#define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
efc5f224 5009static PyObject *_wrap_wxListBox_SetFirstItemStr(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
5010 PyObject * _resultobj;
5011 wxListBox * _arg0;
5012 wxString * _arg1;
1d99702e 5013 PyObject * _argo0 = 0;
8ab979d7 5014 PyObject * _obj1 = 0;
efc5f224 5015 char *_kwnames[] = { "self","string", NULL };
8ab979d7
RD
5016
5017 self = self;
efc5f224 5018 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_SetFirstItemStr",_kwnames,&_argo0,&_obj1))
8ab979d7 5019 return NULL;
1d99702e
RD
5020 if (_argo0) {
5021 if (_argo0 == Py_None) { _arg0 = NULL; }
5022 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
5023 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
5024 return NULL;
5025 }
5026 }
5027{
185d7c3e
RD
5028#if PYTHON_API_VERSION >= 1009
5029 char* tmpPtr; int tmpSize;
5030 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 5031 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
5032 return NULL;
5033 }
5034 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
5035 return NULL;
5036 _arg1 = new wxString(tmpPtr, tmpSize);
5037#else
8ab979d7
RD
5038 if (!PyString_Check(_obj1)) {
5039 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
5040 return NULL;
5041 }
185d7c3e
RD
5042 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
5043#endif
8ab979d7 5044}
cf694132
RD
5045{
5046 wxPy_BEGIN_ALLOW_THREADS;
5047 wxListBox_SetFirstItemStr(_arg0,*_arg1);
5048
5049 wxPy_END_ALLOW_THREADS;
493f1553 5050 if (PyErr_Occurred()) return NULL;
cf694132 5051} Py_INCREF(Py_None);
8ab979d7
RD
5052 _resultobj = Py_None;
5053{
5054 if (_obj1)
5055 delete _arg1;
5056}
5057 return _resultobj;
5058}
5059
5060#define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
efc5f224 5061static PyObject *_wrap_wxListBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
5062 PyObject * _resultobj;
5063 wxListBox * _arg0;
5064 int _arg1;
1d99702e
RD
5065 bool _arg2 = (bool ) TRUE;
5066 PyObject * _argo0 = 0;
5067 int tempbool2 = (int) TRUE;
efc5f224 5068 char *_kwnames[] = { "self","n","select", NULL };
8ab979d7
RD
5069
5070 self = self;
efc5f224 5071 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxListBox_SetSelection",_kwnames,&_argo0,&_arg1,&tempbool2))
8ab979d7 5072 return NULL;
1d99702e
RD
5073 if (_argo0) {
5074 if (_argo0 == Py_None) { _arg0 = NULL; }
5075 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
5076 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
5077 return NULL;
5078 }
5079 }
5080 _arg2 = (bool ) tempbool2;
cf694132
RD
5081{
5082 wxPy_BEGIN_ALLOW_THREADS;
5083 wxListBox_SetSelection(_arg0,_arg1,_arg2);
5084
5085 wxPy_END_ALLOW_THREADS;
493f1553 5086 if (PyErr_Occurred()) return NULL;
cf694132 5087} Py_INCREF(Py_None);
8ab979d7
RD
5088 _resultobj = Py_None;
5089 return _resultobj;
5090}
5091
5092#define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
efc5f224 5093static PyObject *_wrap_wxListBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
5094 PyObject * _resultobj;
5095 wxListBox * _arg0;
5096 int _arg1;
5097 wxString * _arg2;
1d99702e 5098 PyObject * _argo0 = 0;
8ab979d7 5099 PyObject * _obj2 = 0;
efc5f224 5100 char *_kwnames[] = { "self","n","string", NULL };
8ab979d7
RD
5101
5102 self = self;
efc5f224 5103 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxListBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
8ab979d7 5104 return NULL;
1d99702e
RD
5105 if (_argo0) {
5106 if (_argo0 == Py_None) { _arg0 = NULL; }
5107 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
5108 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
5109 return NULL;
5110 }
5111 }
5112{
185d7c3e
RD
5113#if PYTHON_API_VERSION >= 1009
5114 char* tmpPtr; int tmpSize;
5115 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 5116 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
5117 return NULL;
5118 }
5119 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
5120 return NULL;
5121 _arg2 = new wxString(tmpPtr, tmpSize);
5122#else
8ab979d7
RD
5123 if (!PyString_Check(_obj2)) {
5124 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
5125 return NULL;
5126 }
185d7c3e
RD
5127 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
5128#endif
8ab979d7 5129}
cf694132
RD
5130{
5131 wxPy_BEGIN_ALLOW_THREADS;
5132 wxListBox_SetString(_arg0,_arg1,*_arg2);
5133
5134 wxPy_END_ALLOW_THREADS;
493f1553 5135 if (PyErr_Occurred()) return NULL;
cf694132 5136} Py_INCREF(Py_None);
8ab979d7
RD
5137 _resultobj = Py_None;
5138{
5139 if (_obj2)
5140 delete _arg2;
5141}
5142 return _resultobj;
5143}
5144
5145#define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
efc5f224 5146static PyObject *_wrap_wxListBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
5147 PyObject * _resultobj;
5148 wxListBox * _arg0;
5149 wxString * _arg1;
1d99702e
RD
5150 bool _arg2 = (bool ) TRUE;
5151 PyObject * _argo0 = 0;
8ab979d7 5152 PyObject * _obj1 = 0;
1d99702e 5153 int tempbool2 = (int) TRUE;
efc5f224 5154 char *_kwnames[] = { "self","string","select", NULL };
8ab979d7
RD
5155
5156 self = self;
efc5f224 5157 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxListBox_SetStringSelection",_kwnames,&_argo0,&_obj1,&tempbool2))
8ab979d7 5158 return NULL;
1d99702e
RD
5159 if (_argo0) {
5160 if (_argo0 == Py_None) { _arg0 = NULL; }
5161 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
8ab979d7
RD
5162 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
5163 return NULL;
5164 }
5165 }
5166{
185d7c3e
RD
5167#if PYTHON_API_VERSION >= 1009
5168 char* tmpPtr; int tmpSize;
5169 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 5170 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
5171 return NULL;
5172 }
5173 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
5174 return NULL;
5175 _arg1 = new wxString(tmpPtr, tmpSize);
5176#else
8ab979d7
RD
5177 if (!PyString_Check(_obj1)) {
5178 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
5179 return NULL;
5180 }
185d7c3e
RD
5181 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
5182#endif
8ab979d7
RD
5183}
5184 _arg2 = (bool ) tempbool2;
cf694132
RD
5185{
5186 wxPy_BEGIN_ALLOW_THREADS;
5187 wxListBox_SetStringSelection(_arg0,*_arg1,_arg2);
5188
5189 wxPy_END_ALLOW_THREADS;
493f1553 5190 if (PyErr_Occurred()) return NULL;
cf694132 5191} Py_INCREF(Py_None);
8ab979d7
RD
5192 _resultobj = Py_None;
5193{
5194 if (_obj1)
5195 delete _arg1;
5196}
5197 return _resultobj;
5198}
5199
9c039d08
RD
5200static void *SwigwxCheckListBoxTowxListBox(void *ptr) {
5201 wxCheckListBox *src;
5202 wxListBox *dest;
5203 src = (wxCheckListBox *) ptr;
5204 dest = (wxListBox *) src;
5205 return (void *) dest;
5206}
5207
900d9886
RD
5208static void *SwigwxCheckListBoxTowxControlWithItems(void *ptr) {
5209 wxCheckListBox *src;
5210 wxControlWithItems *dest;
5211 src = (wxCheckListBox *) ptr;
5212 dest = (wxControlWithItems *) src;
5213 return (void *) dest;
5214}
5215
9c039d08
RD
5216static void *SwigwxCheckListBoxTowxControl(void *ptr) {
5217 wxCheckListBox *src;
5218 wxControl *dest;
5219 src = (wxCheckListBox *) ptr;
5220 dest = (wxControl *) src;
5221 return (void *) dest;
5222}
5223
5224static void *SwigwxCheckListBoxTowxWindow(void *ptr) {
5225 wxCheckListBox *src;
5226 wxWindow *dest;
5227 src = (wxCheckListBox *) ptr;
5228 dest = (wxWindow *) src;
5229 return (void *) dest;
5230}
5231
5232static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr) {
5233 wxCheckListBox *src;
5234 wxEvtHandler *dest;
5235 src = (wxCheckListBox *) ptr;
5236 dest = (wxEvtHandler *) src;
5237 return (void *) dest;
5238}
5239
9416aa89
RD
5240static void *SwigwxCheckListBoxTowxObject(void *ptr) {
5241 wxCheckListBox *src;
5242 wxObject *dest;
5243 src = (wxCheckListBox *) ptr;
5244 dest = (wxObject *) src;
5245 return (void *) dest;
5246}
5247
9c039d08 5248#define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
efc5f224 5249static PyObject *_wrap_new_wxCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
9c039d08
RD
5250 PyObject * _resultobj;
5251 wxCheckListBox * _result;
5252 wxWindow * _arg0;
5253 wxWindowID _arg1;
e508a2b6
RD
5254 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
5255 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
1d99702e
RD
5256 int _arg4 = (int ) 0;
5257 wxString * _arg5 = (wxString *) NULL;
5258 long _arg6 = (long ) 0;
e508a2b6 5259 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
5260 char * _arg8 = (char *) "listBox";
5261 PyObject * _argo0 = 0;
2f90df85
RD
5262 wxPoint temp;
5263 PyObject * _obj2 = 0;
5264 wxSize temp0;
5265 PyObject * _obj3 = 0;
9c039d08 5266 PyObject * _obj5 = 0;
1d99702e 5267 PyObject * _argo7 = 0;
eec92d76 5268 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
9c039d08
RD
5269 char _ptemp[128];
5270
5271 self = self;
2f90df85 5272 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOs:new_wxCheckListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_arg8))
9c039d08 5273 return NULL;
1d99702e
RD
5274 if (_argo0) {
5275 if (_argo0 == Py_None) { _arg0 = NULL; }
5276 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9c039d08
RD
5277 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
5278 return NULL;
5279 }
5280 }
2f90df85
RD
5281 if (_obj2)
5282{
5283 _arg2 = &temp;
5284 if (! wxPoint_helper(_obj2, &_arg2))
9c039d08 5285 return NULL;
2f90df85
RD
5286}
5287 if (_obj3)
5288{
5289 _arg3 = &temp0;
5290 if (! wxSize_helper(_obj3, &_arg3))
9c039d08 5291 return NULL;
2f90df85 5292}
9c039d08
RD
5293 if (_obj5)
5294{
5295 _arg5 = wxString_LIST_helper(_obj5);
5296 if (_arg5 == NULL) {
5297 return NULL;
5298 }
5299}
1d99702e
RD
5300 if (_argo7) {
5301 if (_argo7 == Py_None) { _arg7 = NULL; }
5302 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
9c039d08
RD
5303 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
5304 return NULL;
5305 }
5306 }
5307{
cf694132
RD
5308 if (_obj5) {
5309 _arg4 = PyList_Size(_obj5);
5310 }
5311 else {
5312 _arg4 = 0;
5313 }
9c039d08 5314}
cf694132
RD
5315{
5316 wxPy_BEGIN_ALLOW_THREADS;
5317 _result = (wxCheckListBox *)new_wxCheckListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,_arg8);
5318
5319 wxPy_END_ALLOW_THREADS;
493f1553 5320 if (PyErr_Occurred()) return NULL;
1d99702e
RD
5321} if (_result) {
5322 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5323 _resultobj = Py_BuildValue("s",_ptemp);
5324 } else {
5325 Py_INCREF(Py_None);
5326 _resultobj = Py_None;
5327 }
9c039d08
RD
5328{
5329 delete [] _arg5;
5330}
5331 return _resultobj;
5332}
5333
09f3d4e6
RD
5334#define new_wxPreCheckListBox() (new wxCheckListBox())
5335static PyObject *_wrap_new_wxPreCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5336 PyObject * _resultobj;
5337 wxCheckListBox * _result;
5338 char *_kwnames[] = { NULL };
5339 char _ptemp[128];
5340
5341 self = self;
5342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckListBox",_kwnames))
5343 return NULL;
5344{
5345 wxPy_BEGIN_ALLOW_THREADS;
5346 _result = (wxCheckListBox *)new_wxPreCheckListBox();
5347
5348 wxPy_END_ALLOW_THREADS;
5349 if (PyErr_Occurred()) return NULL;
5350} if (_result) {
5351 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5352 _resultobj = Py_BuildValue("s",_ptemp);
5353 } else {
5354 Py_INCREF(Py_None);
5355 _resultobj = Py_None;
5356 }
5357 return _resultobj;
5358}
5359
5360#define wxCheckListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5361static PyObject *_wrap_wxCheckListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5362 PyObject * _resultobj;
5363 bool _result;
5364 wxCheckListBox * _arg0;
5365 wxWindow * _arg1;
5366 wxWindowID _arg2;
5367 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
5368 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
5369 int _arg5 = (int ) 0;
5370 wxString * _arg6 = (wxString *) NULL;
5371 long _arg7 = (long ) 0;
5372 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
5373 char * _arg9 = (char *) "listBox";
5374 PyObject * _argo0 = 0;
5375 PyObject * _argo1 = 0;
5376 wxPoint temp;
5377 PyObject * _obj3 = 0;
5378 wxSize temp0;
5379 PyObject * _obj4 = 0;
5380 PyObject * _obj6 = 0;
5381 PyObject * _argo8 = 0;
5382 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
5383
5384 self = self;
5385 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOs:wxCheckListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_arg9))
5386 return NULL;
5387 if (_argo0) {
5388 if (_argo0 == Py_None) { _arg0 = NULL; }
5389 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5390 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Create. Expected _wxCheckListBox_p.");
5391 return NULL;
5392 }
5393 }
5394 if (_argo1) {
5395 if (_argo1 == Py_None) { _arg1 = NULL; }
5396 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
5397 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckListBox_Create. Expected _wxWindow_p.");
5398 return NULL;
5399 }
5400 }
5401 if (_obj3)
5402{
5403 _arg3 = &temp;
5404 if (! wxPoint_helper(_obj3, &_arg3))
5405 return NULL;
5406}
5407 if (_obj4)
5408{
5409 _arg4 = &temp0;
5410 if (! wxSize_helper(_obj4, &_arg4))
5411 return NULL;
5412}
5413 if (_obj6)
5414{
5415 _arg6 = wxString_LIST_helper(_obj6);
5416 if (_arg6 == NULL) {
5417 return NULL;
5418 }
5419}
5420 if (_argo8) {
5421 if (_argo8 == Py_None) { _arg8 = NULL; }
5422 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
5423 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxCheckListBox_Create. Expected _wxValidator_p.");
5424 return NULL;
5425 }
5426 }
5427{
5428 if (_obj6) {
5429 _arg5 = PyList_Size(_obj6);
5430 }
5431 else {
5432 _arg5 = 0;
5433 }
5434}
5435{
5436 wxPy_BEGIN_ALLOW_THREADS;
5437 _result = (bool )wxCheckListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,_arg9);
5438
5439 wxPy_END_ALLOW_THREADS;
5440 if (PyErr_Occurred()) return NULL;
5441} _resultobj = Py_BuildValue("i",_result);
5442{
5443 delete [] _arg6;
5444}
5445 return _resultobj;
5446}
5447
9c039d08 5448#define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
efc5f224 5449static PyObject *_wrap_wxCheckListBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
9c039d08
RD
5450 PyObject * _resultobj;
5451 bool _result;
5452 wxCheckListBox * _arg0;
5453 int _arg1;
1d99702e 5454 PyObject * _argo0 = 0;
efc5f224 5455 char *_kwnames[] = { "self","uiIndex", NULL };
9c039d08
RD
5456
5457 self = self;
efc5f224 5458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckListBox_IsChecked",_kwnames,&_argo0,&_arg1))
9c039d08 5459 return NULL;
1d99702e
RD
5460 if (_argo0) {
5461 if (_argo0 == Py_None) { _arg0 = NULL; }
5462 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
9c039d08
RD
5463 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
5464 return NULL;
5465 }
5466 }
cf694132
RD
5467{
5468 wxPy_BEGIN_ALLOW_THREADS;
5469 _result = (bool )wxCheckListBox_IsChecked(_arg0,_arg1);
5470
5471 wxPy_END_ALLOW_THREADS;
493f1553 5472 if (PyErr_Occurred()) return NULL;
cf694132 5473} _resultobj = Py_BuildValue("i",_result);
9c039d08
RD
5474 return _resultobj;
5475}
5476
5477#define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
efc5f224 5478static PyObject *_wrap_wxCheckListBox_Check(PyObject *self, PyObject *args, PyObject *kwargs) {
9c039d08
RD
5479 PyObject * _resultobj;
5480 wxCheckListBox * _arg0;
5481 int _arg1;
694759cf 5482 int _arg2 = (int ) TRUE;
1d99702e 5483 PyObject * _argo0 = 0;
efc5f224 5484 char *_kwnames[] = { "self","uiIndex","bCheck", NULL };
9c039d08
RD
5485
5486 self = self;
694759cf 5487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxCheckListBox_Check",_kwnames,&_argo0,&_arg1,&_arg2))
9c039d08 5488 return NULL;
1d99702e
RD
5489 if (_argo0) {
5490 if (_argo0 == Py_None) { _arg0 = NULL; }
5491 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
9c039d08
RD
5492 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
5493 return NULL;
5494 }
5495 }
cf694132
RD
5496{
5497 wxPy_BEGIN_ALLOW_THREADS;
5498 wxCheckListBox_Check(_arg0,_arg1,_arg2);
5499
5500 wxPy_END_ALLOW_THREADS;
493f1553 5501 if (PyErr_Occurred()) return NULL;
cf694132 5502} Py_INCREF(Py_None);
9c039d08
RD
5503 _resultobj = Py_None;
5504 return _resultobj;
5505}
5506
694759cf
RD
5507#define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5508static PyObject *_wrap_wxCheckListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5509 PyObject * _resultobj;
5510 wxCheckListBox * _arg0;
5511 int _arg1;
5512 wxString * _arg2;
5513 int _arg3;
5514 PyObject * _argo0 = 0;
5515 PyObject * _obj2 = 0;
eec92d76 5516 char *_kwnames[] = { "self","choices","pos", NULL };
694759cf
RD
5517
5518 self = self;
5519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxCheckListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
5520 return NULL;
5521 if (_argo0) {
5522 if (_argo0 == Py_None) { _arg0 = NULL; }
5523 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5524 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
5525 return NULL;
5526 }
5527 }
5528{
5529 _arg2 = wxString_LIST_helper(_obj2);
5530 if (_arg2 == NULL) {
5531 return NULL;
5532 }
5533}
5534{
5535 if (_obj2) {
5536 _arg1 = PyList_Size(_obj2);
5537 }
5538 else {
5539 _arg1 = 0;
5540 }
5541}
5542{
5543 wxPy_BEGIN_ALLOW_THREADS;
5544 wxCheckListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
5545
5546 wxPy_END_ALLOW_THREADS;
493f1553 5547 if (PyErr_Occurred()) return NULL;
694759cf
RD
5548} Py_INCREF(Py_None);
5549 _resultobj = Py_None;
5550{
5551 delete [] _arg2;
5552}
5553 return _resultobj;
5554}
5555
9c039d08 5556#define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
efc5f224 5557static PyObject *_wrap_wxCheckListBox_GetItemHeight(PyObject *self, PyObject *args, PyObject *kwargs) {
9c039d08
RD
5558 PyObject * _resultobj;
5559 int _result;
5560 wxCheckListBox * _arg0;
1d99702e 5561 PyObject * _argo0 = 0;
efc5f224 5562 char *_kwnames[] = { "self", NULL };
9c039d08
RD
5563
5564 self = self;
efc5f224 5565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckListBox_GetItemHeight",_kwnames,&_argo0))
9c039d08 5566 return NULL;
1d99702e
RD
5567 if (_argo0) {
5568 if (_argo0 == Py_None) { _arg0 = NULL; }
5569 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
9c039d08
RD
5570 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
5571 return NULL;
5572 }
5573 }
cf694132
RD
5574{
5575 wxPy_BEGIN_ALLOW_THREADS;
5576 _result = (int )wxCheckListBox_GetItemHeight(_arg0);
5577
5578 wxPy_END_ALLOW_THREADS;
493f1553 5579 if (PyErr_Occurred()) return NULL;
cf694132 5580} _resultobj = Py_BuildValue("i",_result);
9c039d08
RD
5581 return _resultobj;
5582}
5583
d56cebe7
RD
5584#define new_wxTextAttr(_swigarg0,_swigarg1,_swigarg2) (new wxTextAttr(_swigarg0,_swigarg1,_swigarg2))
5585static PyObject *_wrap_new_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
5586 PyObject * _resultobj;
5587 wxTextAttr * _result;
5588 wxColour * _arg0 = (wxColour *) &wxNullColour;
5589 wxColour * _arg1 = (wxColour *) &wxNullColour;
5590 wxFont * _arg2 = (wxFont *) &wxNullFont;
5591 wxColour temp;
5592 PyObject * _obj0 = 0;
5593 wxColour temp0;
5594 PyObject * _obj1 = 0;
5595 PyObject * _argo2 = 0;
5596 char *_kwnames[] = { "colText","colBack","font", NULL };
5597 char _ptemp[128];
5598
5599 self = self;
5600 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOO:new_wxTextAttr",_kwnames,&_obj0,&_obj1,&_argo2))
5601 return NULL;
5602 if (_obj0)
5603{
5604 _arg0 = &temp;
5605 if (! wxColour_helper(_obj0, &_arg0))
5606 return NULL;
5607}
5608 if (_obj1)
5609{
5610 _arg1 = &temp0;
5611 if (! wxColour_helper(_obj1, &_arg1))
5612 return NULL;
5613}
5614 if (_argo2) {
5615 if (_argo2 == Py_None) { _arg2 = NULL; }
5616 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxFont_p")) {
5617 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxTextAttr. Expected _wxFont_p.");
5618 return NULL;
5619 }
5620 }
5621{
5622 wxPy_BEGIN_ALLOW_THREADS;
5623 _result = (wxTextAttr *)new_wxTextAttr(*_arg0,*_arg1,*_arg2);
5624
5625 wxPy_END_ALLOW_THREADS;
5626 if (PyErr_Occurred()) return NULL;
5627} if (_result) {
5628 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
5629 _resultobj = Py_BuildValue("s",_ptemp);
5630 } else {
5631 Py_INCREF(Py_None);
5632 _resultobj = Py_None;
5633 }
5634 return _resultobj;
5635}
5636
5637#define delete_wxTextAttr(_swigobj) (delete _swigobj)
5638static PyObject *_wrap_delete_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
5639 PyObject * _resultobj;
5640 wxTextAttr * _arg0;
5641 PyObject * _argo0 = 0;
5642 char *_kwnames[] = { "self", NULL };
5643
5644 self = self;
5645 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxTextAttr",_kwnames,&_argo0))
5646 return NULL;
5647 if (_argo0) {
5648 if (_argo0 == Py_None) { _arg0 = NULL; }
5649 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5650 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxTextAttr. Expected _wxTextAttr_p.");
5651 return NULL;
5652 }
5653 }
5654{
5655 wxPy_BEGIN_ALLOW_THREADS;
5656 delete_wxTextAttr(_arg0);
5657
5658 wxPy_END_ALLOW_THREADS;
5659 if (PyErr_Occurred()) return NULL;
5660} Py_INCREF(Py_None);
5661 _resultobj = Py_None;
5662 return _resultobj;
5663}
5664
5665#define wxTextAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
5666static PyObject *_wrap_wxTextAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5667 PyObject * _resultobj;
5668 wxTextAttr * _arg0;
5669 wxColour * _arg1;
5670 PyObject * _argo0 = 0;
5671 wxColour temp;
5672 PyObject * _obj1 = 0;
5673 char *_kwnames[] = { "self","colText", NULL };
5674
5675 self = self;
5676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetTextColour",_kwnames,&_argo0,&_obj1))
5677 return NULL;
5678 if (_argo0) {
5679 if (_argo0 == Py_None) { _arg0 = NULL; }
5680 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5681 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetTextColour. Expected _wxTextAttr_p.");
5682 return NULL;
5683 }
5684 }
5685{
5686 _arg1 = &temp;
5687 if (! wxColour_helper(_obj1, &_arg1))
5688 return NULL;
5689}
5690{
5691 wxPy_BEGIN_ALLOW_THREADS;
5692 wxTextAttr_SetTextColour(_arg0,*_arg1);
5693
5694 wxPy_END_ALLOW_THREADS;
5695 if (PyErr_Occurred()) return NULL;
5696} Py_INCREF(Py_None);
5697 _resultobj = Py_None;
5698 return _resultobj;
5699}
5700
5701#define wxTextAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
5702static PyObject *_wrap_wxTextAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5703 PyObject * _resultobj;
5704 wxTextAttr * _arg0;
5705 wxColour * _arg1;
5706 PyObject * _argo0 = 0;
5707 wxColour temp;
5708 PyObject * _obj1 = 0;
5709 char *_kwnames[] = { "self","colBack", NULL };
5710
5711 self = self;
5712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
5713 return NULL;
5714 if (_argo0) {
5715 if (_argo0 == Py_None) { _arg0 = NULL; }
5716 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5717 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetBackgroundColour. Expected _wxTextAttr_p.");
5718 return NULL;
5719 }
5720 }
5721{
5722 _arg1 = &temp;
5723 if (! wxColour_helper(_obj1, &_arg1))
5724 return NULL;
5725}
5726{
5727 wxPy_BEGIN_ALLOW_THREADS;
5728 wxTextAttr_SetBackgroundColour(_arg0,*_arg1);
5729
5730 wxPy_END_ALLOW_THREADS;
5731 if (PyErr_Occurred()) return NULL;
5732} Py_INCREF(Py_None);
5733 _resultobj = Py_None;
5734 return _resultobj;
5735}
5736
5737#define wxTextAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
5738static PyObject *_wrap_wxTextAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
5739 PyObject * _resultobj;
5740 wxTextAttr * _arg0;
5741 wxFont * _arg1;
5742 PyObject * _argo0 = 0;
5743 PyObject * _argo1 = 0;
5744 char *_kwnames[] = { "self","font", NULL };
5745
5746 self = self;
5747 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetFont",_kwnames,&_argo0,&_argo1))
5748 return NULL;
5749 if (_argo0) {
5750 if (_argo0 == Py_None) { _arg0 = NULL; }
5751 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5752 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetFont. Expected _wxTextAttr_p.");
5753 return NULL;
5754 }
5755 }
5756 if (_argo1) {
5757 if (_argo1 == Py_None) { _arg1 = NULL; }
5758 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
5759 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_SetFont. Expected _wxFont_p.");
5760 return NULL;
5761 }
5762 }
5763{
5764 wxPy_BEGIN_ALLOW_THREADS;
5765 wxTextAttr_SetFont(_arg0,*_arg1);
5766
5767 wxPy_END_ALLOW_THREADS;
5768 if (PyErr_Occurred()) return NULL;
5769} Py_INCREF(Py_None);
5770 _resultobj = Py_None;
5771 return _resultobj;
5772}
5773
5774#define wxTextAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour())
5775static PyObject *_wrap_wxTextAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5776 PyObject * _resultobj;
5777 bool _result;
5778 wxTextAttr * _arg0;
5779 PyObject * _argo0 = 0;
5780 char *_kwnames[] = { "self", NULL };
5781
5782 self = self;
5783 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasTextColour",_kwnames,&_argo0))
5784 return NULL;
5785 if (_argo0) {
5786 if (_argo0 == Py_None) { _arg0 = NULL; }
5787 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5788 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasTextColour. Expected _wxTextAttr_p.");
5789 return NULL;
5790 }
5791 }
5792{
5793 wxPy_BEGIN_ALLOW_THREADS;
5794 _result = (bool )wxTextAttr_HasTextColour(_arg0);
5795
5796 wxPy_END_ALLOW_THREADS;
5797 if (PyErr_Occurred()) return NULL;
5798} _resultobj = Py_BuildValue("i",_result);
5799 return _resultobj;
5800}
5801
5802#define wxTextAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour())
5803static PyObject *_wrap_wxTextAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5804 PyObject * _resultobj;
5805 bool _result;
5806 wxTextAttr * _arg0;
5807 PyObject * _argo0 = 0;
5808 char *_kwnames[] = { "self", NULL };
5809
5810 self = self;
5811 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasBackgroundColour",_kwnames,&_argo0))
5812 return NULL;
5813 if (_argo0) {
5814 if (_argo0 == Py_None) { _arg0 = NULL; }
5815 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5816 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasBackgroundColour. Expected _wxTextAttr_p.");
5817 return NULL;
5818 }
5819 }
5820{
5821 wxPy_BEGIN_ALLOW_THREADS;
5822 _result = (bool )wxTextAttr_HasBackgroundColour(_arg0);
5823
5824 wxPy_END_ALLOW_THREADS;
5825 if (PyErr_Occurred()) return NULL;
5826} _resultobj = Py_BuildValue("i",_result);
5827 return _resultobj;
5828}
5829
5830#define wxTextAttr_HasFont(_swigobj) (_swigobj->HasFont())
5831static PyObject *_wrap_wxTextAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
5832 PyObject * _resultobj;
5833 bool _result;
5834 wxTextAttr * _arg0;
5835 PyObject * _argo0 = 0;
5836 char *_kwnames[] = { "self", NULL };
5837
5838 self = self;
5839 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasFont",_kwnames,&_argo0))
5840 return NULL;
5841 if (_argo0) {
5842 if (_argo0 == Py_None) { _arg0 = NULL; }
5843 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5844 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasFont. Expected _wxTextAttr_p.");
5845 return NULL;
5846 }
5847 }
5848{
5849 wxPy_BEGIN_ALLOW_THREADS;
5850 _result = (bool )wxTextAttr_HasFont(_arg0);
5851
5852 wxPy_END_ALLOW_THREADS;
5853 if (PyErr_Occurred()) return NULL;
5854} _resultobj = Py_BuildValue("i",_result);
5855 return _resultobj;
5856}
5857
5858#define wxTextAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour())
5859static PyObject *_wrap_wxTextAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5860 PyObject * _resultobj;
5861 wxColour * _result;
5862 wxTextAttr * _arg0;
5863 PyObject * _argo0 = 0;
5864 char *_kwnames[] = { "self", NULL };
5865 char _ptemp[128];
5866
5867 self = self;
5868 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetTextColour",_kwnames,&_argo0))
5869 return NULL;
5870 if (_argo0) {
5871 if (_argo0 == Py_None) { _arg0 = NULL; }
5872 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5873 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetTextColour. Expected _wxTextAttr_p.");
5874 return NULL;
5875 }
5876 }
5877{
5878 wxPy_BEGIN_ALLOW_THREADS;
5879 const wxColour & _result_ref = wxTextAttr_GetTextColour(_arg0);
5880 _result = (wxColour *) &_result_ref;
5881
5882 wxPy_END_ALLOW_THREADS;
5883 if (PyErr_Occurred()) return NULL;
5884} if (_result) {
5885 SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
5886 _resultobj = Py_BuildValue("s",_ptemp);
5887 } else {
5888 Py_INCREF(Py_None);
5889 _resultobj = Py_None;
5890 }
5891 return _resultobj;
5892}
5893
5894#define wxTextAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
5895static PyObject *_wrap_wxTextAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5896 PyObject * _resultobj;
5897 wxColour * _result;
5898 wxTextAttr * _arg0;
5899 PyObject * _argo0 = 0;
5900 char *_kwnames[] = { "self", NULL };
5901 char _ptemp[128];
5902
5903 self = self;
5904 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetBackgroundColour",_kwnames,&_argo0))
5905 return NULL;
5906 if (_argo0) {
5907 if (_argo0 == Py_None) { _arg0 = NULL; }
5908 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5909 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetBackgroundColour. Expected _wxTextAttr_p.");
5910 return NULL;
5911 }
5912 }
5913{
5914 wxPy_BEGIN_ALLOW_THREADS;
5915 const wxColour & _result_ref = wxTextAttr_GetBackgroundColour(_arg0);
5916 _result = (wxColour *) &_result_ref;
5917
5918 wxPy_END_ALLOW_THREADS;
5919 if (PyErr_Occurred()) return NULL;
5920} if (_result) {
5921 SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
5922 _resultobj = Py_BuildValue("s",_ptemp);
5923 } else {
5924 Py_INCREF(Py_None);
5925 _resultobj = Py_None;
5926 }
5927 return _resultobj;
5928}
5929
5930#define wxTextAttr_GetFont(_swigobj) (_swigobj->GetFont())
5931static PyObject *_wrap_wxTextAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
5932 PyObject * _resultobj;
5933 wxFont * _result;
5934 wxTextAttr * _arg0;
5935 PyObject * _argo0 = 0;
5936 char *_kwnames[] = { "self", NULL };
5937 char _ptemp[128];
5938
5939 self = self;
5940 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetFont",_kwnames,&_argo0))
5941 return NULL;
5942 if (_argo0) {
5943 if (_argo0 == Py_None) { _arg0 = NULL; }
5944 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5945 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetFont. Expected _wxTextAttr_p.");
5946 return NULL;
5947 }
5948 }
5949{
5950 wxPy_BEGIN_ALLOW_THREADS;
5951 const wxFont & _result_ref = wxTextAttr_GetFont(_arg0);
5952 _result = (wxFont *) &_result_ref;
5953
5954 wxPy_END_ALLOW_THREADS;
5955 if (PyErr_Occurred()) return NULL;
5956} if (_result) {
5957 SWIG_MakePtr(_ptemp, (char *) _result,"_wxFont_p");
5958 _resultobj = Py_BuildValue("s",_ptemp);
5959 } else {
5960 Py_INCREF(Py_None);
5961 _resultobj = Py_None;
5962 }
5963 return _resultobj;
5964}
5965
98624b49
RD
5966#define wxTextAttr_IsDefault(_swigobj) (_swigobj->IsDefault())
5967static PyObject *_wrap_wxTextAttr_IsDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
5968 PyObject * _resultobj;
5969 bool _result;
5970 wxTextAttr * _arg0;
5971 PyObject * _argo0 = 0;
5972 char *_kwnames[] = { "self", NULL };
5973
5974 self = self;
5975 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_IsDefault",_kwnames,&_argo0))
5976 return NULL;
5977 if (_argo0) {
5978 if (_argo0 == Py_None) { _arg0 = NULL; }
5979 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5980 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_IsDefault. Expected _wxTextAttr_p.");
5981 return NULL;
5982 }
5983 }
5984{
5985 wxPy_BEGIN_ALLOW_THREADS;
5986 _result = (bool )wxTextAttr_IsDefault(_arg0);
5987
5988 wxPy_END_ALLOW_THREADS;
5989 if (PyErr_Occurred()) return NULL;
5990} _resultobj = Py_BuildValue("i",_result);
5991 return _resultobj;
5992}
5993
2f4e9287
RD
5994static PyObject *_wrap_wxTextAttr_Combine(PyObject *self, PyObject *args, PyObject *kwargs) {
5995 PyObject * _resultobj;
5996 wxTextAttr * _result;
5997 wxTextAttr * _arg0;
5998 wxTextAttr * _arg1;
5999 wxTextCtrl * _arg2;
6000 PyObject * _argo0 = 0;
6001 PyObject * _argo1 = 0;
6002 PyObject * _argo2 = 0;
6003 char *_kwnames[] = { "attr","attrDef","text", NULL };
6004 char _ptemp[128];
6005
6006 self = self;
6007 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTextAttr_Combine",_kwnames,&_argo0,&_argo1,&_argo2))
6008 return NULL;
6009 if (_argo0) {
6010 if (_argo0 == Py_None) { _arg0 = NULL; }
6011 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6012 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6013 return NULL;
6014 }
6015 }
6016 if (_argo1) {
6017 if (_argo1 == Py_None) { _arg1 = NULL; }
6018 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
6019 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6020 return NULL;
6021 }
6022 }
6023 if (_argo2) {
6024 if (_argo2 == Py_None) { _arg2 = NULL; }
6025 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxTextCtrl_p")) {
6026 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTextAttr_Combine. Expected _wxTextCtrl_p.");
6027 return NULL;
6028 }
6029 }
6030{
6031 wxPy_BEGIN_ALLOW_THREADS;
6032 _result = new wxTextAttr (wxTextAttr::Combine(*_arg0,*_arg1,_arg2));
6033
6034 wxPy_END_ALLOW_THREADS;
6035 if (PyErr_Occurred()) return NULL;
6036} SWIG_MakePtr(_ptemp, (void *) _result,"_wxTextAttr_p");
6037 _resultobj = Py_BuildValue("s",_ptemp);
6038 return _resultobj;
6039}
6040
8ab979d7
RD
6041static void *SwigwxTextCtrlTowxControl(void *ptr) {
6042 wxTextCtrl *src;
6043 wxControl *dest;
6044 src = (wxTextCtrl *) ptr;
6045 dest = (wxControl *) src;
6046 return (void *) dest;
6047}
6048
6049static void *SwigwxTextCtrlTowxWindow(void *ptr) {
6050 wxTextCtrl *src;
6051 wxWindow *dest;
6052 src = (wxTextCtrl *) ptr;
6053 dest = (wxWindow *) src;
6054 return (void *) dest;
6055}
6056
6057static void *SwigwxTextCtrlTowxEvtHandler(void *ptr) {
6058 wxTextCtrl *src;
6059 wxEvtHandler *dest;
6060 src = (wxTextCtrl *) ptr;
6061 dest = (wxEvtHandler *) src;
6062 return (void *) dest;
6063}
6064
9416aa89
RD
6065static void *SwigwxTextCtrlTowxObject(void *ptr) {
6066 wxTextCtrl *src;
6067 wxObject *dest;
6068 src = (wxTextCtrl *) ptr;
6069 dest = (wxObject *) src;
6070 return (void *) dest;
6071}
6072
8ab979d7 6073#define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
efc5f224 6074static PyObject *_wrap_new_wxTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
6075 PyObject * _resultobj;
6076 wxTextCtrl * _result;
6077 wxWindow * _arg0;
6078 wxWindowID _arg1;
1d99702e 6079 char * _arg2 = (char *) "";
e508a2b6
RD
6080 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
6081 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e 6082 long _arg5 = (long ) 0;
e508a2b6 6083 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
6084 char * _arg7 = (char *) "text";
6085 PyObject * _argo0 = 0;
2f90df85
RD
6086 wxPoint temp;
6087 PyObject * _obj3 = 0;
6088 wxSize temp0;
6089 PyObject * _obj4 = 0;
1d99702e 6090 PyObject * _argo6 = 0;
efc5f224 6091 char *_kwnames[] = { "parent","id","value","pos","size","style","validator","name", NULL };
8ab979d7
RD
6092 char _ptemp[128];
6093
6094 self = self;
09f3d4e6
RD
6095 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|sOOlOs:new_wxTextCtrl",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
6096 return NULL;
6097 if (_argo0) {
6098 if (_argo0 == Py_None) { _arg0 = NULL; }
6099 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
6100 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
6101 return NULL;
6102 }
6103 }
6104 if (_obj3)
6105{
6106 _arg3 = &temp;
6107 if (! wxPoint_helper(_obj3, &_arg3))
6108 return NULL;
6109}
6110 if (_obj4)
6111{
6112 _arg4 = &temp0;
6113 if (! wxSize_helper(_obj4, &_arg4))
6114 return NULL;
6115}
6116 if (_argo6) {
6117 if (_argo6 == Py_None) { _arg6 = NULL; }
6118 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
6119 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
6120 return NULL;
6121 }
6122 }
6123{
6124 wxPy_BEGIN_ALLOW_THREADS;
6125 _result = (wxTextCtrl *)new_wxTextCtrl(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
6126
6127 wxPy_END_ALLOW_THREADS;
6128 if (PyErr_Occurred()) return NULL;
6129} if (_result) {
6130 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
6131 _resultobj = Py_BuildValue("s",_ptemp);
6132 } else {
6133 Py_INCREF(Py_None);
6134 _resultobj = Py_None;
6135 }
6136 return _resultobj;
6137}
6138
6139#define new_wxPreTextCtrl() (new wxTextCtrl())
6140static PyObject *_wrap_new_wxPreTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
6141 PyObject * _resultobj;
6142 wxTextCtrl * _result;
6143 char *_kwnames[] = { NULL };
6144 char _ptemp[128];
6145
6146 self = self;
6147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreTextCtrl",_kwnames))
6148 return NULL;
6149{
6150 wxPy_BEGIN_ALLOW_THREADS;
6151 _result = (wxTextCtrl *)new_wxPreTextCtrl();
6152
6153 wxPy_END_ALLOW_THREADS;
6154 if (PyErr_Occurred()) return NULL;
6155} if (_result) {
6156 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
6157 _resultobj = Py_BuildValue("s",_ptemp);
6158 } else {
6159 Py_INCREF(Py_None);
6160 _resultobj = Py_None;
6161 }
6162 return _resultobj;
6163}
6164
6165#define wxTextCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6166static PyObject *_wrap_wxTextCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
6167 PyObject * _resultobj;
6168 bool _result;
6169 wxTextCtrl * _arg0;
6170 wxWindow * _arg1;
6171 wxWindowID _arg2;
6172 char * _arg3 = (char *) "";
6173 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
6174 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
6175 long _arg6 = (long ) 0;
6176 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
6177 char * _arg8 = (char *) "text";
6178 PyObject * _argo0 = 0;
6179 PyObject * _argo1 = 0;
6180 wxPoint temp;
6181 PyObject * _obj4 = 0;
6182 wxSize temp0;
6183 PyObject * _obj5 = 0;
6184 PyObject * _argo7 = 0;
6185 char *_kwnames[] = { "self","parent","id","value","pos","size","style","validator","name", NULL };
6186
6187 self = self;
6188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|sOOlOs:wxTextCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_obj4,&_obj5,&_arg6,&_argo7,&_arg8))
8ab979d7 6189 return NULL;
1d99702e
RD
6190 if (_argo0) {
6191 if (_argo0 == Py_None) { _arg0 = NULL; }
09f3d4e6
RD
6192 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6193 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Create. Expected _wxTextCtrl_p.");
8ab979d7
RD
6194 return NULL;
6195 }
6196 }
09f3d4e6
RD
6197 if (_argo1) {
6198 if (_argo1 == Py_None) { _arg1 = NULL; }
6199 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
6200 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_Create. Expected _wxWindow_p.");
6201 return NULL;
6202 }
6203 }
6204 if (_obj4)
2f90df85 6205{
09f3d4e6
RD
6206 _arg4 = &temp;
6207 if (! wxPoint_helper(_obj4, &_arg4))
8ab979d7 6208 return NULL;
2f90df85 6209}
09f3d4e6 6210 if (_obj5)
2f90df85 6211{
09f3d4e6
RD
6212 _arg5 = &temp0;
6213 if (! wxSize_helper(_obj5, &_arg5))
8ab979d7 6214 return NULL;
2f90df85 6215}
09f3d4e6
RD
6216 if (_argo7) {
6217 if (_argo7 == Py_None) { _arg7 = NULL; }
6218 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
6219 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxTextCtrl_Create. Expected _wxValidator_p.");
8ab979d7
RD
6220 return NULL;
6221 }
6222 }
cf694132
RD
6223{
6224 wxPy_BEGIN_ALLOW_THREADS;
09f3d4e6 6225 _result = (bool )wxTextCtrl_Create(_arg0,_arg1,_arg2,_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8);
cf694132
RD
6226
6227 wxPy_END_ALLOW_THREADS;
493f1553 6228 if (PyErr_Occurred()) return NULL;
09f3d4e6 6229} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6230 return _resultobj;
6231}
6232
98624b49
RD
6233#define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
6234static PyObject *_wrap_wxTextCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6235 PyObject * _resultobj;
98624b49 6236 wxString * _result;
8ab979d7 6237 wxTextCtrl * _arg0;
1d99702e 6238 PyObject * _argo0 = 0;
efc5f224 6239 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
6240
6241 self = self;
98624b49 6242 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetValue",_kwnames,&_argo0))
8ab979d7 6243 return NULL;
1d99702e
RD
6244 if (_argo0) {
6245 if (_argo0 == Py_None) { _arg0 = NULL; }
6246 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6247 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
8ab979d7
RD
6248 return NULL;
6249 }
6250 }
cf694132
RD
6251{
6252 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6253 _result = new wxString (wxTextCtrl_GetValue(_arg0));
cf694132
RD
6254
6255 wxPy_END_ALLOW_THREADS;
493f1553 6256 if (PyErr_Occurred()) return NULL;
98624b49
RD
6257}{
6258 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
6259}
6260{
6261 delete _result;
6262}
8ab979d7
RD
6263 return _resultobj;
6264}
6265
98624b49
RD
6266#define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6267static PyObject *_wrap_wxTextCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
6268 PyObject * _resultobj;
6269 wxTextCtrl * _arg0;
98624b49 6270 wxString * _arg1;
1d99702e 6271 PyObject * _argo0 = 0;
98624b49
RD
6272 PyObject * _obj1 = 0;
6273 char *_kwnames[] = { "self","value", NULL };
8ab979d7
RD
6274
6275 self = self;
98624b49 6276 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetValue",_kwnames,&_argo0,&_obj1))
8ab979d7 6277 return NULL;
1d99702e
RD
6278 if (_argo0) {
6279 if (_argo0 == Py_None) { _arg0 = NULL; }
6280 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6281 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
8ab979d7
RD
6282 return NULL;
6283 }
6284 }
98624b49
RD
6285{
6286#if PYTHON_API_VERSION >= 1009
6287 char* tmpPtr; int tmpSize;
6288 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
6289 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6290 return NULL;
6291 }
6292 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
6293 return NULL;
6294 _arg1 = new wxString(tmpPtr, tmpSize);
6295#else
6296 if (!PyString_Check(_obj1)) {
6297 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6298 return NULL;
6299 }
6300 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
6301#endif
6302}
cf694132
RD
6303{
6304 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6305 wxTextCtrl_SetValue(_arg0,*_arg1);
cf694132
RD
6306
6307 wxPy_END_ALLOW_THREADS;
493f1553 6308 if (PyErr_Occurred()) return NULL;
cf694132 6309} Py_INCREF(Py_None);
8ab979d7 6310 _resultobj = Py_None;
98624b49
RD
6311{
6312 if (_obj1)
6313 delete _arg1;
6314}
8ab979d7
RD
6315 return _resultobj;
6316}
6317
98624b49
RD
6318#define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
6319static PyObject *_wrap_wxTextCtrl_GetLineLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6320 PyObject * _resultobj;
98624b49 6321 int _result;
8ab979d7 6322 wxTextCtrl * _arg0;
98624b49 6323 long _arg1;
1d99702e 6324 PyObject * _argo0 = 0;
98624b49 6325 char *_kwnames[] = { "self","lineNo", NULL };
8ab979d7
RD
6326
6327 self = self;
98624b49 6328 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineLength",_kwnames,&_argo0,&_arg1))
8ab979d7 6329 return NULL;
1d99702e
RD
6330 if (_argo0) {
6331 if (_argo0 == Py_None) { _arg0 = NULL; }
6332 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6333 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
8ab979d7
RD
6334 return NULL;
6335 }
6336 }
cf694132
RD
6337{
6338 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6339 _result = (int )wxTextCtrl_GetLineLength(_arg0,_arg1);
cf694132
RD
6340
6341 wxPy_END_ALLOW_THREADS;
493f1553 6342 if (PyErr_Occurred()) return NULL;
98624b49 6343} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6344 return _resultobj;
6345}
6346
98624b49
RD
6347#define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
6348static PyObject *_wrap_wxTextCtrl_GetLineText(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6349 PyObject * _resultobj;
98624b49 6350 wxString * _result;
8ab979d7 6351 wxTextCtrl * _arg0;
98624b49 6352 long _arg1;
1d99702e 6353 PyObject * _argo0 = 0;
98624b49 6354 char *_kwnames[] = { "self","lineNo", NULL };
8ab979d7
RD
6355
6356 self = self;
98624b49 6357 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineText",_kwnames,&_argo0,&_arg1))
8ab979d7 6358 return NULL;
1d99702e
RD
6359 if (_argo0) {
6360 if (_argo0 == Py_None) { _arg0 = NULL; }
6361 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6362 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
8ab979d7
RD
6363 return NULL;
6364 }
6365 }
cf694132
RD
6366{
6367 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6368 _result = new wxString (wxTextCtrl_GetLineText(_arg0,_arg1));
cf694132
RD
6369
6370 wxPy_END_ALLOW_THREADS;
493f1553 6371 if (PyErr_Occurred()) return NULL;
98624b49
RD
6372}{
6373 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
6374}
6375{
6376 delete _result;
6377}
8ab979d7
RD
6378 return _resultobj;
6379}
6380
98624b49
RD
6381#define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
6382static PyObject *_wrap_wxTextCtrl_GetNumberOfLines(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6383 PyObject * _resultobj;
98624b49 6384 int _result;
8ab979d7 6385 wxTextCtrl * _arg0;
1d99702e 6386 PyObject * _argo0 = 0;
efc5f224 6387 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
6388
6389 self = self;
98624b49 6390 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetNumberOfLines",_kwnames,&_argo0))
8ab979d7 6391 return NULL;
1d99702e
RD
6392 if (_argo0) {
6393 if (_argo0 == Py_None) { _arg0 = NULL; }
6394 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6395 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
8ab979d7
RD
6396 return NULL;
6397 }
6398 }
cf694132
RD
6399{
6400 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6401 _result = (int )wxTextCtrl_GetNumberOfLines(_arg0);
cf694132
RD
6402
6403 wxPy_END_ALLOW_THREADS;
493f1553 6404 if (PyErr_Occurred()) return NULL;
98624b49 6405} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6406 return _resultobj;
6407}
6408
98624b49
RD
6409#define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
6410static PyObject *_wrap_wxTextCtrl_IsModified(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6411 PyObject * _resultobj;
98624b49 6412 bool _result;
8ab979d7 6413 wxTextCtrl * _arg0;
1d99702e 6414 PyObject * _argo0 = 0;
efc5f224 6415 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
6416
6417 self = self;
98624b49 6418 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsModified",_kwnames,&_argo0))
8ab979d7 6419 return NULL;
1d99702e
RD
6420 if (_argo0) {
6421 if (_argo0 == Py_None) { _arg0 = NULL; }
6422 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6423 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
8ab979d7
RD
6424 return NULL;
6425 }
6426 }
cf694132
RD
6427{
6428 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6429 _result = (bool )wxTextCtrl_IsModified(_arg0);
cf694132
RD
6430
6431 wxPy_END_ALLOW_THREADS;
493f1553 6432 if (PyErr_Occurred()) return NULL;
98624b49 6433} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6434 return _resultobj;
6435}
6436
98624b49
RD
6437#define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
6438static PyObject *_wrap_wxTextCtrl_IsEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6439 PyObject * _resultobj;
98624b49 6440 bool _result;
8ab979d7 6441 wxTextCtrl * _arg0;
1d99702e 6442 PyObject * _argo0 = 0;
98624b49 6443 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
6444
6445 self = self;
98624b49 6446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsEditable",_kwnames,&_argo0))
8ab979d7 6447 return NULL;
1d99702e
RD
6448 if (_argo0) {
6449 if (_argo0 == Py_None) { _arg0 = NULL; }
6450 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6451 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
8ab979d7
RD
6452 return NULL;
6453 }
6454 }
cf694132
RD
6455{
6456 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6457 _result = (bool )wxTextCtrl_IsEditable(_arg0);
cf694132
RD
6458
6459 wxPy_END_ALLOW_THREADS;
493f1553 6460 if (PyErr_Occurred()) return NULL;
cf694132 6461} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6462 return _resultobj;
6463}
6464
98624b49
RD
6465#define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
6466static PyObject *_wrap_wxTextCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6467 PyObject * _resultobj;
8ab979d7 6468 wxTextCtrl * _arg0;
98624b49
RD
6469 long * _arg1;
6470 long temp;
6471 long * _arg2;
6472 long temp0;
1d99702e 6473 PyObject * _argo0 = 0;
98624b49 6474 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
6475
6476 self = self;
98624b49
RD
6477{
6478 _arg1 = &temp;
6479}
6480{
6481 _arg2 = &temp0;
6482}
6483 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetSelection",_kwnames,&_argo0))
8ab979d7 6484 return NULL;
1d99702e
RD
6485 if (_argo0) {
6486 if (_argo0 == Py_None) { _arg0 = NULL; }
6487 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6488 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
8ab979d7
RD
6489 return NULL;
6490 }
6491 }
8ab979d7 6492{
cf694132 6493 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6494 wxTextCtrl_GetSelection(_arg0,_arg1,_arg2);
cf694132
RD
6495
6496 wxPy_END_ALLOW_THREADS;
493f1553 6497 if (PyErr_Occurred()) return NULL;
98624b49
RD
6498} Py_INCREF(Py_None);
6499 _resultobj = Py_None;
6500{
6501 PyObject *o;
6502 o = PyInt_FromLong((long) (*_arg1));
6503 _resultobj = t_output_helper(_resultobj, o);
8ab979d7
RD
6504}
6505{
98624b49
RD
6506 PyObject *o;
6507 o = PyInt_FromLong((long) (*_arg2));
6508 _resultobj = t_output_helper(_resultobj, o);
8ab979d7
RD
6509}
6510 return _resultobj;
6511}
6512
b78b83ec
RD
6513#define wxTextCtrl_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
6514static PyObject *_wrap_wxTextCtrl_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
6515 PyObject * _resultobj;
6516 wxString * _result;
6517 wxTextCtrl * _arg0;
6518 PyObject * _argo0 = 0;
6519 char *_kwnames[] = { "self", NULL };
6520
6521 self = self;
6522 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetStringSelection",_kwnames,&_argo0))
6523 return NULL;
6524 if (_argo0) {
6525 if (_argo0 == Py_None) { _arg0 = NULL; }
6526 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6527 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetStringSelection. Expected _wxTextCtrl_p.");
6528 return NULL;
6529 }
6530 }
6531{
6532 wxPy_BEGIN_ALLOW_THREADS;
6533 _result = new wxString (wxTextCtrl_GetStringSelection(_arg0));
6534
6535 wxPy_END_ALLOW_THREADS;
6536 if (PyErr_Occurred()) return NULL;
6537}{
6538 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
6539}
6540{
6541 delete _result;
6542}
6543 return _resultobj;
6544}
6545
98624b49
RD
6546#define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
6547static PyObject *_wrap_wxTextCtrl_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6548 PyObject * _resultobj;
8ab979d7 6549 wxTextCtrl * _arg0;
1d99702e 6550 PyObject * _argo0 = 0;
efc5f224 6551 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
6552
6553 self = self;
98624b49 6554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Clear",_kwnames,&_argo0))
8ab979d7 6555 return NULL;
1d99702e
RD
6556 if (_argo0) {
6557 if (_argo0 == Py_None) { _arg0 = NULL; }
6558 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6559 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
8ab979d7
RD
6560 return NULL;
6561 }
6562 }
cf694132
RD
6563{
6564 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6565 wxTextCtrl_Clear(_arg0);
cf694132
RD
6566
6567 wxPy_END_ALLOW_THREADS;
493f1553 6568 if (PyErr_Occurred()) return NULL;
98624b49
RD
6569} Py_INCREF(Py_None);
6570 _resultobj = Py_None;
8ab979d7
RD
6571 return _resultobj;
6572}
6573
98624b49
RD
6574#define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
6575static PyObject *_wrap_wxTextCtrl_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6576 PyObject * _resultobj;
8ab979d7 6577 wxTextCtrl * _arg0;
98624b49
RD
6578 long _arg1;
6579 long _arg2;
6580 wxString * _arg3;
1d99702e 6581 PyObject * _argo0 = 0;
98624b49
RD
6582 PyObject * _obj3 = 0;
6583 char *_kwnames[] = { "self","from","to","value", NULL };
8ab979d7
RD
6584
6585 self = self;
98624b49 6586 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
8ab979d7 6587 return NULL;
1d99702e
RD
6588 if (_argo0) {
6589 if (_argo0 == Py_None) { _arg0 = NULL; }
6590 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6591 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
8ab979d7
RD
6592 return NULL;
6593 }
6594 }
98624b49
RD
6595{
6596#if PYTHON_API_VERSION >= 1009
6597 char* tmpPtr; int tmpSize;
6598 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
6599 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6600 return NULL;
6601 }
6602 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
6603 return NULL;
6604 _arg3 = new wxString(tmpPtr, tmpSize);
6605#else
6606 if (!PyString_Check(_obj3)) {
6607 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6608 return NULL;
6609 }
6610 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
6611#endif
6612}
8ab979d7 6613{
cf694132 6614 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6615 wxTextCtrl_Replace(_arg0,_arg1,_arg2,*_arg3);
cf694132
RD
6616
6617 wxPy_END_ALLOW_THREADS;
493f1553 6618 if (PyErr_Occurred()) return NULL;
98624b49
RD
6619} Py_INCREF(Py_None);
6620 _resultobj = Py_None;
8ab979d7 6621{
98624b49
RD
6622 if (_obj3)
6623 delete _arg3;
8ab979d7
RD
6624}
6625 return _resultobj;
6626}
6627
98624b49
RD
6628#define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
6629static PyObject *_wrap_wxTextCtrl_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
6630 PyObject * _resultobj;
8ab979d7 6631 wxTextCtrl * _arg0;
98624b49
RD
6632 long _arg1;
6633 long _arg2;
1d99702e 6634 PyObject * _argo0 = 0;
98624b49 6635 char *_kwnames[] = { "self","from","to", NULL };
8ab979d7
RD
6636
6637 self = self;
98624b49 6638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 6639 return NULL;
1d99702e
RD
6640 if (_argo0) {
6641 if (_argo0 == Py_None) { _arg0 = NULL; }
6642 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6643 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
8ab979d7
RD
6644 return NULL;
6645 }
6646 }
cf694132
RD
6647{
6648 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6649 wxTextCtrl_Remove(_arg0,_arg1,_arg2);
cf694132
RD
6650
6651 wxPy_END_ALLOW_THREADS;
493f1553 6652 if (PyErr_Occurred()) return NULL;
98624b49
RD
6653} Py_INCREF(Py_None);
6654 _resultobj = Py_None;
8ab979d7
RD
6655 return _resultobj;
6656}
6657
6658#define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
efc5f224 6659static PyObject *_wrap_wxTextCtrl_LoadFile(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
6660 PyObject * _resultobj;
6661 bool _result;
6662 wxTextCtrl * _arg0;
6663 wxString * _arg1;
1d99702e 6664 PyObject * _argo0 = 0;
8ab979d7 6665 PyObject * _obj1 = 0;
98624b49 6666 char *_kwnames[] = { "self","file", NULL };
8ab979d7
RD
6667
6668 self = self;
efc5f224 6669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_LoadFile",_kwnames,&_argo0,&_obj1))
8ab979d7 6670 return NULL;
1d99702e
RD
6671 if (_argo0) {
6672 if (_argo0 == Py_None) { _arg0 = NULL; }
6673 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8ab979d7
RD
6674 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
6675 return NULL;
6676 }
6677 }
6678{
185d7c3e
RD
6679#if PYTHON_API_VERSION >= 1009
6680 char* tmpPtr; int tmpSize;
6681 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 6682 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
6683 return NULL;
6684 }
6685 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
6686 return NULL;
6687 _arg1 = new wxString(tmpPtr, tmpSize);
6688#else
8ab979d7
RD
6689 if (!PyString_Check(_obj1)) {
6690 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6691 return NULL;
6692 }
185d7c3e
RD
6693 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
6694#endif
8ab979d7 6695}
cf694132
RD
6696{
6697 wxPy_BEGIN_ALLOW_THREADS;
6698 _result = (bool )wxTextCtrl_LoadFile(_arg0,*_arg1);
6699
6700 wxPy_END_ALLOW_THREADS;
493f1553 6701 if (PyErr_Occurred()) return NULL;
cf694132 6702} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6703{
6704 if (_obj1)
6705 delete _arg1;
6706}
6707 return _resultobj;
6708}
6709
98624b49
RD
6710#define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
6711static PyObject *_wrap_wxTextCtrl_SaveFile(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6712 PyObject * _resultobj;
98624b49 6713 bool _result;
8ab979d7 6714 wxTextCtrl * _arg0;
98624b49 6715 wxString * _arg1 = (wxString *) &wxEmptyString;
1d99702e 6716 PyObject * _argo0 = 0;
98624b49
RD
6717 PyObject * _obj1 = 0;
6718 char *_kwnames[] = { "self","file", NULL };
8ab979d7
RD
6719
6720 self = self;
98624b49 6721 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:wxTextCtrl_SaveFile",_kwnames,&_argo0,&_obj1))
8ab979d7 6722 return NULL;
1d99702e
RD
6723 if (_argo0) {
6724 if (_argo0 == Py_None) { _arg0 = NULL; }
6725 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6726 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
8ab979d7
RD
6727 return NULL;
6728 }
6729 }
98624b49
RD
6730 if (_obj1)
6731{
6732#if PYTHON_API_VERSION >= 1009
6733 char* tmpPtr; int tmpSize;
6734 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
6735 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6736 return NULL;
6737 }
6738 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
6739 return NULL;
6740 _arg1 = new wxString(tmpPtr, tmpSize);
6741#else
6742 if (!PyString_Check(_obj1)) {
6743 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6744 return NULL;
6745 }
6746 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
6747#endif
6748}
cf694132
RD
6749{
6750 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6751 _result = (bool )wxTextCtrl_SaveFile(_arg0,*_arg1);
cf694132
RD
6752
6753 wxPy_END_ALLOW_THREADS;
493f1553 6754 if (PyErr_Occurred()) return NULL;
98624b49
RD
6755} _resultobj = Py_BuildValue("i",_result);
6756{
6757 if (_obj1)
6758 delete _arg1;
6759}
8ab979d7
RD
6760 return _resultobj;
6761}
6762
98624b49
RD
6763#define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
6764static PyObject *_wrap_wxTextCtrl_DiscardEdits(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
6765 PyObject * _resultobj;
6766 wxTextCtrl * _arg0;
1d99702e 6767 PyObject * _argo0 = 0;
98624b49 6768 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
6769
6770 self = self;
98624b49 6771 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_DiscardEdits",_kwnames,&_argo0))
8ab979d7 6772 return NULL;
1d99702e
RD
6773 if (_argo0) {
6774 if (_argo0 == Py_None) { _arg0 = NULL; }
6775 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6776 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
8ab979d7
RD
6777 return NULL;
6778 }
6779 }
cf694132
RD
6780{
6781 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6782 wxTextCtrl_DiscardEdits(_arg0);
cf694132
RD
6783
6784 wxPy_END_ALLOW_THREADS;
493f1553 6785 if (PyErr_Occurred()) return NULL;
cf694132 6786} Py_INCREF(Py_None);
8ab979d7 6787 _resultobj = Py_None;
8ab979d7
RD
6788 return _resultobj;
6789}
6790
98624b49
RD
6791#define wxTextCtrl_SetMaxLength(_swigobj,_swigarg0) (_swigobj->SetMaxLength(_swigarg0))
6792static PyObject *_wrap_wxTextCtrl_SetMaxLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
6793 PyObject * _resultobj;
6794 wxTextCtrl * _arg0;
98624b49 6795 unsigned long _arg1;
1d99702e 6796 PyObject * _argo0 = 0;
98624b49 6797 char *_kwnames[] = { "self","len", NULL };
8ab979d7
RD
6798
6799 self = self;
98624b49 6800 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetMaxLength",_kwnames,&_argo0,&_arg1))
8ab979d7 6801 return NULL;
1d99702e
RD
6802 if (_argo0) {
6803 if (_argo0 == Py_None) { _arg0 = NULL; }
6804 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6805 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetMaxLength. Expected _wxTextCtrl_p.");
8ab979d7
RD
6806 return NULL;
6807 }
6808 }
cf694132
RD
6809{
6810 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6811 wxTextCtrl_SetMaxLength(_arg0,_arg1);
cf694132
RD
6812
6813 wxPy_END_ALLOW_THREADS;
493f1553 6814 if (PyErr_Occurred()) return NULL;
cf694132 6815} Py_INCREF(Py_None);
8ab979d7
RD
6816 _resultobj = Py_None;
6817 return _resultobj;
6818}
6819
98624b49
RD
6820#define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
6821static PyObject *_wrap_wxTextCtrl_WriteText(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
6822 PyObject * _resultobj;
6823 wxTextCtrl * _arg0;
98624b49 6824 wxString * _arg1;
1d99702e 6825 PyObject * _argo0 = 0;
98624b49
RD
6826 PyObject * _obj1 = 0;
6827 char *_kwnames[] = { "self","text", NULL };
8ab979d7
RD
6828
6829 self = self;
98624b49 6830 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_WriteText",_kwnames,&_argo0,&_obj1))
8ab979d7 6831 return NULL;
1d99702e
RD
6832 if (_argo0) {
6833 if (_argo0 == Py_None) { _arg0 = NULL; }
6834 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6835 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
8ab979d7
RD
6836 return NULL;
6837 }
6838 }
6839{
185d7c3e
RD
6840#if PYTHON_API_VERSION >= 1009
6841 char* tmpPtr; int tmpSize;
98624b49 6842 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 6843 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
6844 return NULL;
6845 }
98624b49 6846 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
185d7c3e 6847 return NULL;
98624b49 6848 _arg1 = new wxString(tmpPtr, tmpSize);
185d7c3e 6849#else
98624b49 6850 if (!PyString_Check(_obj1)) {
8ab979d7
RD
6851 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6852 return NULL;
6853 }
98624b49 6854 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
185d7c3e 6855#endif
8ab979d7 6856}
cf694132
RD
6857{
6858 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6859 wxTextCtrl_WriteText(_arg0,*_arg1);
cf694132
RD
6860
6861 wxPy_END_ALLOW_THREADS;
493f1553 6862 if (PyErr_Occurred()) return NULL;
cf694132 6863} Py_INCREF(Py_None);
8ab979d7
RD
6864 _resultobj = Py_None;
6865{
98624b49
RD
6866 if (_obj1)
6867 delete _arg1;
8ab979d7
RD
6868}
6869 return _resultobj;
6870}
6871
98624b49
RD
6872#define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
6873static PyObject *_wrap_wxTextCtrl_AppendText(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6874 PyObject * _resultobj;
8ab979d7
RD
6875 wxTextCtrl * _arg0;
6876 wxString * _arg1;
1d99702e 6877 PyObject * _argo0 = 0;
8ab979d7 6878 PyObject * _obj1 = 0;
98624b49 6879 char *_kwnames[] = { "self","text", NULL };
8ab979d7
RD
6880
6881 self = self;
98624b49 6882 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_AppendText",_kwnames,&_argo0,&_obj1))
8ab979d7 6883 return NULL;
1d99702e
RD
6884 if (_argo0) {
6885 if (_argo0 == Py_None) { _arg0 = NULL; }
6886 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 6887 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
8ab979d7
RD
6888 return NULL;
6889 }
6890 }
6891{
185d7c3e
RD
6892#if PYTHON_API_VERSION >= 1009
6893 char* tmpPtr; int tmpSize;
6894 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 6895 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
6896 return NULL;
6897 }
6898 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
6899 return NULL;
6900 _arg1 = new wxString(tmpPtr, tmpSize);
6901#else
8ab979d7
RD
6902 if (!PyString_Check(_obj1)) {
6903 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
6904 return NULL;
6905 }
185d7c3e
RD
6906 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
6907#endif
8ab979d7 6908}
cf694132
RD
6909{
6910 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6911 wxTextCtrl_AppendText(_arg0,*_arg1);
cf694132
RD
6912
6913 wxPy_END_ALLOW_THREADS;
493f1553 6914 if (PyErr_Occurred()) return NULL;
98624b49
RD
6915} Py_INCREF(Py_None);
6916 _resultobj = Py_None;
8ab979d7
RD
6917{
6918 if (_obj1)
6919 delete _arg1;
6920}
6921 return _resultobj;
6922}
6923
98624b49
RD
6924#define wxTextCtrl_SetStyle(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetStyle(_swigarg0,_swigarg1,_swigarg2))
6925static PyObject *_wrap_wxTextCtrl_SetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6926 PyObject * _resultobj;
98624b49 6927 bool _result;
8ab979d7 6928 wxTextCtrl * _arg0;
98624b49
RD
6929 long _arg1;
6930 long _arg2;
6931 wxTextAttr * _arg3;
1d99702e 6932 PyObject * _argo0 = 0;
98624b49
RD
6933 PyObject * _argo3 = 0;
6934 char *_kwnames[] = { "self","start","end","style", NULL };
8ab979d7
RD
6935
6936 self = self;
98624b49 6937 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_SetStyle",_kwnames,&_argo0,&_arg1,&_arg2,&_argo3))
8ab979d7 6938 return NULL;
1d99702e
RD
6939 if (_argo0) {
6940 if (_argo0 == Py_None) { _arg0 = NULL; }
6941 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49
RD
6942 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetStyle. Expected _wxTextCtrl_p.");
6943 return NULL;
6944 }
6945 }
6946 if (_argo3) {
6947 if (_argo3 == Py_None) { _arg3 = NULL; }
6948 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxTextAttr_p")) {
6949 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxTextCtrl_SetStyle. Expected _wxTextAttr_p.");
8ab979d7
RD
6950 return NULL;
6951 }
6952 }
cf694132
RD
6953{
6954 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6955 _result = (bool )wxTextCtrl_SetStyle(_arg0,_arg1,_arg2,*_arg3);
cf694132
RD
6956
6957 wxPy_END_ALLOW_THREADS;
493f1553 6958 if (PyErr_Occurred()) return NULL;
98624b49 6959} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6960 return _resultobj;
6961}
6962
98624b49
RD
6963#define wxTextCtrl_SetDefaultStyle(_swigobj,_swigarg0) (_swigobj->SetDefaultStyle(_swigarg0))
6964static PyObject *_wrap_wxTextCtrl_SetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 6965 PyObject * _resultobj;
98624b49 6966 bool _result;
8ab979d7 6967 wxTextCtrl * _arg0;
98624b49 6968 wxTextAttr * _arg1;
1d99702e 6969 PyObject * _argo0 = 0;
98624b49
RD
6970 PyObject * _argo1 = 0;
6971 char *_kwnames[] = { "self","style", NULL };
8ab979d7
RD
6972
6973 self = self;
98624b49 6974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetDefaultStyle",_kwnames,&_argo0,&_argo1))
8ab979d7 6975 return NULL;
1d99702e
RD
6976 if (_argo0) {
6977 if (_argo0 == Py_None) { _arg0 = NULL; }
6978 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49
RD
6979 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetDefaultStyle. Expected _wxTextCtrl_p.");
6980 return NULL;
6981 }
6982 }
6983 if (_argo1) {
6984 if (_argo1 == Py_None) { _arg1 = NULL; }
6985 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
6986 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_SetDefaultStyle. Expected _wxTextAttr_p.");
8ab979d7
RD
6987 return NULL;
6988 }
6989 }
cf694132
RD
6990{
6991 wxPy_BEGIN_ALLOW_THREADS;
98624b49 6992 _result = (bool )wxTextCtrl_SetDefaultStyle(_arg0,*_arg1);
cf694132
RD
6993
6994 wxPy_END_ALLOW_THREADS;
493f1553 6995 if (PyErr_Occurred()) return NULL;
98624b49 6996} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
6997 return _resultobj;
6998}
6999
98624b49
RD
7000#define wxTextCtrl_GetDefaultStyle(_swigobj) (_swigobj->GetDefaultStyle())
7001static PyObject *_wrap_wxTextCtrl_GetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 7002 PyObject * _resultobj;
98624b49 7003 wxTextAttr * _result;
8ab979d7 7004 wxTextCtrl * _arg0;
1d99702e 7005 PyObject * _argo0 = 0;
efc5f224 7006 char *_kwnames[] = { "self", NULL };
98624b49 7007 char _ptemp[128];
8ab979d7
RD
7008
7009 self = self;
98624b49 7010 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetDefaultStyle",_kwnames,&_argo0))
8ab979d7 7011 return NULL;
1d99702e
RD
7012 if (_argo0) {
7013 if (_argo0 == Py_None) { _arg0 = NULL; }
7014 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7015 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetDefaultStyle. Expected _wxTextCtrl_p.");
8ab979d7
RD
7016 return NULL;
7017 }
7018 }
cf694132
RD
7019{
7020 wxPy_BEGIN_ALLOW_THREADS;
98624b49
RD
7021 const wxTextAttr & _result_ref = wxTextCtrl_GetDefaultStyle(_arg0);
7022 _result = (wxTextAttr *) &_result_ref;
cf694132
RD
7023
7024 wxPy_END_ALLOW_THREADS;
493f1553 7025 if (PyErr_Occurred()) return NULL;
98624b49
RD
7026} if (_result) {
7027 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
7028 _resultobj = Py_BuildValue("s",_ptemp);
7029 } else {
7030 Py_INCREF(Py_None);
7031 _resultobj = Py_None;
7032 }
8ab979d7
RD
7033 return _resultobj;
7034}
7035
98624b49
RD
7036#define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
7037static PyObject *_wrap_wxTextCtrl_XYToPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 7038 PyObject * _resultobj;
98624b49 7039 long _result;
8ab979d7
RD
7040 wxTextCtrl * _arg0;
7041 long _arg1;
7042 long _arg2;
1d99702e 7043 PyObject * _argo0 = 0;
98624b49 7044 char *_kwnames[] = { "self","x","y", NULL };
8ab979d7
RD
7045
7046 self = self;
98624b49 7047 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_XYToPosition",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 7048 return NULL;
1d99702e
RD
7049 if (_argo0) {
7050 if (_argo0 == Py_None) { _arg0 = NULL; }
7051 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7052 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
8ab979d7
RD
7053 return NULL;
7054 }
7055 }
cf694132
RD
7056{
7057 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7058 _result = (long )wxTextCtrl_XYToPosition(_arg0,_arg1,_arg2);
cf694132
RD
7059
7060 wxPy_END_ALLOW_THREADS;
493f1553 7061 if (PyErr_Occurred()) return NULL;
98624b49 7062} _resultobj = Py_BuildValue("l",_result);
8ab979d7
RD
7063 return _resultobj;
7064}
7065
98624b49
RD
7066#define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
7067static PyObject *_wrap_wxTextCtrl_PositionToXY(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 7068 PyObject * _resultobj;
98624b49 7069 bool _result;
8ab979d7 7070 wxTextCtrl * _arg0;
98624b49
RD
7071 long _arg1;
7072 long * _arg2;
7073 long temp;
7074 long * _arg3;
7075 long temp0;
1d99702e 7076 PyObject * _argo0 = 0;
98624b49 7077 char *_kwnames[] = { "self","pos", NULL };
8ab979d7
RD
7078
7079 self = self;
98624b49
RD
7080{
7081 _arg2 = &temp;
7082}
7083{
7084 _arg3 = &temp0;
7085}
7086 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_PositionToXY",_kwnames,&_argo0,&_arg1))
8ab979d7 7087 return NULL;
1d99702e
RD
7088 if (_argo0) {
7089 if (_argo0 == Py_None) { _arg0 = NULL; }
7090 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7091 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
8ab979d7
RD
7092 return NULL;
7093 }
7094 }
cf694132
RD
7095{
7096 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7097 _result = (bool )wxTextCtrl_PositionToXY(_arg0,_arg1,_arg2,_arg3);
cf694132
RD
7098
7099 wxPy_END_ALLOW_THREADS;
493f1553 7100 if (PyErr_Occurred()) return NULL;
98624b49 7101} _resultobj = Py_BuildValue("i",_result);
8ab979d7 7102{
98624b49
RD
7103 PyObject *o;
7104 o = PyInt_FromLong((long) (*_arg2));
7105 _resultobj = t_output_helper(_resultobj, o);
7106}
7107{
7108 PyObject *o;
7109 o = PyInt_FromLong((long) (*_arg3));
7110 _resultobj = t_output_helper(_resultobj, o);
8ab979d7
RD
7111}
7112 return _resultobj;
7113}
7114
7115#define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
efc5f224 7116static PyObject *_wrap_wxTextCtrl_ShowPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
7117 PyObject * _resultobj;
7118 wxTextCtrl * _arg0;
7119 long _arg1;
1d99702e 7120 PyObject * _argo0 = 0;
efc5f224 7121 char *_kwnames[] = { "self","pos", NULL };
8ab979d7
RD
7122
7123 self = self;
efc5f224 7124 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_ShowPosition",_kwnames,&_argo0,&_arg1))
8ab979d7 7125 return NULL;
1d99702e
RD
7126 if (_argo0) {
7127 if (_argo0 == Py_None) { _arg0 = NULL; }
7128 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8ab979d7
RD
7129 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
7130 return NULL;
7131 }
7132 }
cf694132
RD
7133{
7134 wxPy_BEGIN_ALLOW_THREADS;
7135 wxTextCtrl_ShowPosition(_arg0,_arg1);
7136
7137 wxPy_END_ALLOW_THREADS;
493f1553 7138 if (PyErr_Occurred()) return NULL;
cf694132 7139} Py_INCREF(Py_None);
8ab979d7
RD
7140 _resultobj = Py_None;
7141 return _resultobj;
7142}
7143
98624b49
RD
7144#define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
7145static PyObject *_wrap_wxTextCtrl_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
7146 PyObject * _resultobj;
7147 wxTextCtrl * _arg0;
1d99702e 7148 PyObject * _argo0 = 0;
98624b49 7149 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
7150
7151 self = self;
98624b49 7152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Copy",_kwnames,&_argo0))
8ab979d7 7153 return NULL;
1d99702e
RD
7154 if (_argo0) {
7155 if (_argo0 == Py_None) { _arg0 = NULL; }
7156 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7157 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
8ab979d7
RD
7158 return NULL;
7159 }
7160 }
cf694132
RD
7161{
7162 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7163 wxTextCtrl_Copy(_arg0);
cf694132
RD
7164
7165 wxPy_END_ALLOW_THREADS;
493f1553 7166 if (PyErr_Occurred()) return NULL;
cf694132
RD
7167} Py_INCREF(Py_None);
7168 _resultobj = Py_None;
cf694132
RD
7169 return _resultobj;
7170}
7171
98624b49
RD
7172#define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
7173static PyObject *_wrap_wxTextCtrl_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
cf694132
RD
7174 PyObject * _resultobj;
7175 wxTextCtrl * _arg0;
1d99702e 7176 PyObject * _argo0 = 0;
98624b49 7177 char *_kwnames[] = { "self", NULL };
cf694132
RD
7178
7179 self = self;
98624b49 7180 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Cut",_kwnames,&_argo0))
cf694132 7181 return NULL;
1d99702e
RD
7182 if (_argo0) {
7183 if (_argo0 == Py_None) { _arg0 = NULL; }
7184 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7185 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
cf694132
RD
7186 return NULL;
7187 }
7188 }
cf694132
RD
7189{
7190 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7191 wxTextCtrl_Cut(_arg0);
cf694132
RD
7192
7193 wxPy_END_ALLOW_THREADS;
493f1553 7194 if (PyErr_Occurred()) return NULL;
cf694132 7195} Py_INCREF(Py_None);
8ab979d7 7196 _resultobj = Py_None;
8ab979d7
RD
7197 return _resultobj;
7198}
7199
98624b49
RD
7200#define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
7201static PyObject *_wrap_wxTextCtrl_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 7202 PyObject * _resultobj;
8ab979d7 7203 wxTextCtrl * _arg0;
1d99702e 7204 PyObject * _argo0 = 0;
98624b49 7205 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
7206
7207 self = self;
98624b49 7208 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Paste",_kwnames,&_argo0))
8ab979d7 7209 return NULL;
1d99702e
RD
7210 if (_argo0) {
7211 if (_argo0 == Py_None) { _arg0 = NULL; }
7212 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7213 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
8ab979d7
RD
7214 return NULL;
7215 }
7216 }
cf694132
RD
7217{
7218 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7219 wxTextCtrl_Paste(_arg0);
cf694132
RD
7220
7221 wxPy_END_ALLOW_THREADS;
493f1553 7222 if (PyErr_Occurred()) return NULL;
98624b49
RD
7223} Py_INCREF(Py_None);
7224 _resultobj = Py_None;
8ab979d7
RD
7225 return _resultobj;
7226}
7227
c127177f 7228#define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
efc5f224 7229static PyObject *_wrap_wxTextCtrl_CanCopy(PyObject *self, PyObject *args, PyObject *kwargs) {
c127177f
RD
7230 PyObject * _resultobj;
7231 bool _result;
7232 wxTextCtrl * _arg0;
1d99702e 7233 PyObject * _argo0 = 0;
efc5f224 7234 char *_kwnames[] = { "self", NULL };
c127177f
RD
7235
7236 self = self;
efc5f224 7237 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCopy",_kwnames,&_argo0))
c127177f 7238 return NULL;
1d99702e
RD
7239 if (_argo0) {
7240 if (_argo0 == Py_None) { _arg0 = NULL; }
7241 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
c127177f
RD
7242 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
7243 return NULL;
7244 }
7245 }
7246{
7247 wxPy_BEGIN_ALLOW_THREADS;
7248 _result = (bool )wxTextCtrl_CanCopy(_arg0);
7249
7250 wxPy_END_ALLOW_THREADS;
493f1553 7251 if (PyErr_Occurred()) return NULL;
c127177f
RD
7252} _resultobj = Py_BuildValue("i",_result);
7253 return _resultobj;
7254}
7255
7256#define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
efc5f224 7257static PyObject *_wrap_wxTextCtrl_CanCut(PyObject *self, PyObject *args, PyObject *kwargs) {
c127177f
RD
7258 PyObject * _resultobj;
7259 bool _result;
7260 wxTextCtrl * _arg0;
1d99702e 7261 PyObject * _argo0 = 0;
efc5f224 7262 char *_kwnames[] = { "self", NULL };
c127177f
RD
7263
7264 self = self;
efc5f224 7265 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCut",_kwnames,&_argo0))
c127177f 7266 return NULL;
1d99702e
RD
7267 if (_argo0) {
7268 if (_argo0 == Py_None) { _arg0 = NULL; }
7269 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
c127177f
RD
7270 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
7271 return NULL;
7272 }
7273 }
7274{
7275 wxPy_BEGIN_ALLOW_THREADS;
7276 _result = (bool )wxTextCtrl_CanCut(_arg0);
7277
7278 wxPy_END_ALLOW_THREADS;
493f1553 7279 if (PyErr_Occurred()) return NULL;
c127177f
RD
7280} _resultobj = Py_BuildValue("i",_result);
7281 return _resultobj;
7282}
7283
7284#define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
efc5f224 7285static PyObject *_wrap_wxTextCtrl_CanPaste(PyObject *self, PyObject *args, PyObject *kwargs) {
c127177f
RD
7286 PyObject * _resultobj;
7287 bool _result;
7288 wxTextCtrl * _arg0;
1d99702e 7289 PyObject * _argo0 = 0;
efc5f224 7290 char *_kwnames[] = { "self", NULL };
c127177f
RD
7291
7292 self = self;
efc5f224 7293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanPaste",_kwnames,&_argo0))
c127177f 7294 return NULL;
1d99702e
RD
7295 if (_argo0) {
7296 if (_argo0 == Py_None) { _arg0 = NULL; }
7297 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
c127177f
RD
7298 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
7299 return NULL;
7300 }
7301 }
7302{
7303 wxPy_BEGIN_ALLOW_THREADS;
7304 _result = (bool )wxTextCtrl_CanPaste(_arg0);
7305
7306 wxPy_END_ALLOW_THREADS;
493f1553 7307 if (PyErr_Occurred()) return NULL;
c127177f
RD
7308} _resultobj = Py_BuildValue("i",_result);
7309 return _resultobj;
7310}
7311
98624b49
RD
7312#define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
7313static PyObject *_wrap_wxTextCtrl_Undo(PyObject *self, PyObject *args, PyObject *kwargs) {
c127177f 7314 PyObject * _resultobj;
c127177f 7315 wxTextCtrl * _arg0;
1d99702e 7316 PyObject * _argo0 = 0;
efc5f224 7317 char *_kwnames[] = { "self", NULL };
c127177f
RD
7318
7319 self = self;
98624b49 7320 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Undo",_kwnames,&_argo0))
c127177f 7321 return NULL;
1d99702e
RD
7322 if (_argo0) {
7323 if (_argo0 == Py_None) { _arg0 = NULL; }
7324 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7325 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
c127177f
RD
7326 return NULL;
7327 }
7328 }
7329{
7330 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7331 wxTextCtrl_Undo(_arg0);
c127177f
RD
7332
7333 wxPy_END_ALLOW_THREADS;
493f1553 7334 if (PyErr_Occurred()) return NULL;
98624b49
RD
7335} Py_INCREF(Py_None);
7336 _resultobj = Py_None;
c127177f
RD
7337 return _resultobj;
7338}
7339
98624b49
RD
7340#define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
7341static PyObject *_wrap_wxTextCtrl_Redo(PyObject *self, PyObject *args, PyObject *kwargs) {
c127177f 7342 PyObject * _resultobj;
c127177f 7343 wxTextCtrl * _arg0;
1d99702e 7344 PyObject * _argo0 = 0;
efc5f224 7345 char *_kwnames[] = { "self", NULL };
c127177f
RD
7346
7347 self = self;
98624b49 7348 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Redo",_kwnames,&_argo0))
c127177f 7349 return NULL;
1d99702e
RD
7350 if (_argo0) {
7351 if (_argo0 == Py_None) { _arg0 = NULL; }
7352 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7353 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
c127177f
RD
7354 return NULL;
7355 }
7356 }
7357{
7358 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7359 wxTextCtrl_Redo(_arg0);
c127177f
RD
7360
7361 wxPy_END_ALLOW_THREADS;
493f1553 7362 if (PyErr_Occurred()) return NULL;
98624b49
RD
7363} Py_INCREF(Py_None);
7364 _resultobj = Py_None;
c127177f
RD
7365 return _resultobj;
7366}
7367
98624b49
RD
7368#define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
7369static PyObject *_wrap_wxTextCtrl_CanUndo(PyObject *self, PyObject *args, PyObject *kwargs) {
c127177f 7370 PyObject * _resultobj;
98624b49 7371 bool _result;
c127177f 7372 wxTextCtrl * _arg0;
1d99702e 7373 PyObject * _argo0 = 0;
efc5f224 7374 char *_kwnames[] = { "self", NULL };
c127177f
RD
7375
7376 self = self;
98624b49 7377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanUndo",_kwnames,&_argo0))
c127177f 7378 return NULL;
1d99702e
RD
7379 if (_argo0) {
7380 if (_argo0 == Py_None) { _arg0 = NULL; }
7381 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7382 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
c127177f
RD
7383 return NULL;
7384 }
7385 }
7386{
7387 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7388 _result = (bool )wxTextCtrl_CanUndo(_arg0);
c127177f
RD
7389
7390 wxPy_END_ALLOW_THREADS;
493f1553 7391 if (PyErr_Occurred()) return NULL;
98624b49 7392} _resultobj = Py_BuildValue("i",_result);
c127177f
RD
7393 return _resultobj;
7394}
7395
98624b49
RD
7396#define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
7397static PyObject *_wrap_wxTextCtrl_CanRedo(PyObject *self, PyObject *args, PyObject *kwargs) {
c127177f
RD
7398 PyObject * _resultobj;
7399 bool _result;
7400 wxTextCtrl * _arg0;
1d99702e 7401 PyObject * _argo0 = 0;
efc5f224 7402 char *_kwnames[] = { "self", NULL };
c127177f
RD
7403
7404 self = self;
98624b49 7405 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanRedo",_kwnames,&_argo0))
c127177f 7406 return NULL;
1d99702e
RD
7407 if (_argo0) {
7408 if (_argo0 == Py_None) { _arg0 = NULL; }
7409 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7410 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
c127177f
RD
7411 return NULL;
7412 }
7413 }
7414{
7415 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7416 _result = (bool )wxTextCtrl_CanRedo(_arg0);
c127177f
RD
7417
7418 wxPy_END_ALLOW_THREADS;
493f1553 7419 if (PyErr_Occurred()) return NULL;
c127177f
RD
7420} _resultobj = Py_BuildValue("i",_result);
7421 return _resultobj;
7422}
7423
98624b49
RD
7424#define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
7425static PyObject *_wrap_wxTextCtrl_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
b1462dfa
RD
7426 PyObject * _resultobj;
7427 wxTextCtrl * _arg0;
98624b49 7428 long _arg1;
b1462dfa 7429 PyObject * _argo0 = 0;
98624b49 7430 char *_kwnames[] = { "self","pos", NULL };
b1462dfa
RD
7431
7432 self = self;
98624b49 7433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
b1462dfa
RD
7434 return NULL;
7435 if (_argo0) {
7436 if (_argo0 == Py_None) { _arg0 = NULL; }
7437 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7438 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
b1462dfa
RD
7439 return NULL;
7440 }
7441 }
7442{
7443 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7444 wxTextCtrl_SetInsertionPoint(_arg0,_arg1);
b1462dfa
RD
7445
7446 wxPy_END_ALLOW_THREADS;
493f1553 7447 if (PyErr_Occurred()) return NULL;
b1462dfa
RD
7448} Py_INCREF(Py_None);
7449 _resultobj = Py_None;
7450 return _resultobj;
7451}
7452
98624b49
RD
7453#define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
7454static PyObject *_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
b1462dfa
RD
7455 PyObject * _resultobj;
7456 wxTextCtrl * _arg0;
7457 PyObject * _argo0 = 0;
7458 char *_kwnames[] = { "self", NULL };
7459
7460 self = self;
98624b49 7461 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames,&_argo0))
b1462dfa
RD
7462 return NULL;
7463 if (_argo0) {
7464 if (_argo0 == Py_None) { _arg0 = NULL; }
7465 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7466 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
b1462dfa
RD
7467 return NULL;
7468 }
7469 }
7470{
7471 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7472 wxTextCtrl_SetInsertionPointEnd(_arg0);
b1462dfa
RD
7473
7474 wxPy_END_ALLOW_THREADS;
493f1553 7475 if (PyErr_Occurred()) return NULL;
b1462dfa
RD
7476} Py_INCREF(Py_None);
7477 _resultobj = Py_None;
7478 return _resultobj;
7479}
7480
98624b49
RD
7481#define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
7482static PyObject *_wrap_wxTextCtrl_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
d56cebe7 7483 PyObject * _resultobj;
98624b49 7484 long _result;
d56cebe7 7485 wxTextCtrl * _arg0;
d56cebe7 7486 PyObject * _argo0 = 0;
98624b49 7487 char *_kwnames[] = { "self", NULL };
d56cebe7
RD
7488
7489 self = self;
98624b49 7490 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetInsertionPoint",_kwnames,&_argo0))
d56cebe7
RD
7491 return NULL;
7492 if (_argo0) {
7493 if (_argo0 == Py_None) { _arg0 = NULL; }
7494 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7495 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
d56cebe7
RD
7496 return NULL;
7497 }
7498 }
7499{
7500 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7501 _result = (long )wxTextCtrl_GetInsertionPoint(_arg0);
d56cebe7
RD
7502
7503 wxPy_END_ALLOW_THREADS;
7504 if (PyErr_Occurred()) return NULL;
98624b49 7505} _resultobj = Py_BuildValue("l",_result);
d56cebe7
RD
7506 return _resultobj;
7507}
7508
98624b49
RD
7509#define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
7510static PyObject *_wrap_wxTextCtrl_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
d56cebe7 7511 PyObject * _resultobj;
98624b49 7512 long _result;
d56cebe7 7513 wxTextCtrl * _arg0;
d56cebe7 7514 PyObject * _argo0 = 0;
98624b49 7515 char *_kwnames[] = { "self", NULL };
d56cebe7
RD
7516
7517 self = self;
98624b49 7518 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetLastPosition",_kwnames,&_argo0))
d56cebe7
RD
7519 return NULL;
7520 if (_argo0) {
7521 if (_argo0 == Py_None) { _arg0 = NULL; }
7522 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7523 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
d56cebe7
RD
7524 return NULL;
7525 }
7526 }
98624b49
RD
7527{
7528 wxPy_BEGIN_ALLOW_THREADS;
7529 _result = (long )wxTextCtrl_GetLastPosition(_arg0);
7530
7531 wxPy_END_ALLOW_THREADS;
7532 if (PyErr_Occurred()) return NULL;
7533} _resultobj = Py_BuildValue("l",_result);
7534 return _resultobj;
7535}
7536
7537#define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
7538static PyObject *_wrap_wxTextCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7539 PyObject * _resultobj;
7540 wxTextCtrl * _arg0;
7541 long _arg1;
7542 long _arg2;
7543 PyObject * _argo0 = 0;
7544 char *_kwnames[] = { "self","from","to", NULL };
7545
7546 self = self;
7547 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
7548 return NULL;
7549 if (_argo0) {
7550 if (_argo0 == Py_None) { _arg0 = NULL; }
7551 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7552 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
d56cebe7
RD
7553 return NULL;
7554 }
7555 }
7556{
7557 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7558 wxTextCtrl_SetSelection(_arg0,_arg1,_arg2);
d56cebe7
RD
7559
7560 wxPy_END_ALLOW_THREADS;
7561 if (PyErr_Occurred()) return NULL;
98624b49
RD
7562} Py_INCREF(Py_None);
7563 _resultobj = Py_None;
d56cebe7
RD
7564 return _resultobj;
7565}
7566
98624b49
RD
7567#define wxTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
7568static PyObject *_wrap_wxTextCtrl_SelectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
d56cebe7 7569 PyObject * _resultobj;
d56cebe7
RD
7570 wxTextCtrl * _arg0;
7571 PyObject * _argo0 = 0;
7572 char *_kwnames[] = { "self", NULL };
d56cebe7
RD
7573
7574 self = self;
98624b49 7575 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SelectAll",_kwnames,&_argo0))
d56cebe7
RD
7576 return NULL;
7577 if (_argo0) {
7578 if (_argo0 == Py_None) { _arg0 = NULL; }
7579 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7580 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SelectAll. Expected _wxTextCtrl_p.");
d56cebe7
RD
7581 return NULL;
7582 }
7583 }
7584{
7585 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7586 wxTextCtrl_SelectAll(_arg0);
d56cebe7
RD
7587
7588 wxPy_END_ALLOW_THREADS;
7589 if (PyErr_Occurred()) return NULL;
98624b49
RD
7590} Py_INCREF(Py_None);
7591 _resultobj = Py_None;
d56cebe7
RD
7592 return _resultobj;
7593}
7594
98624b49
RD
7595#define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
7596static PyObject *_wrap_wxTextCtrl_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
00b6c4e3
RD
7597 PyObject * _resultobj;
7598 wxTextCtrl * _arg0;
98624b49 7599 bool _arg1;
00b6c4e3 7600 PyObject * _argo0 = 0;
98624b49
RD
7601 int tempbool1;
7602 char *_kwnames[] = { "self","editable", NULL };
00b6c4e3
RD
7603
7604 self = self;
98624b49 7605 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextCtrl_SetEditable",_kwnames,&_argo0,&tempbool1))
00b6c4e3
RD
7606 return NULL;
7607 if (_argo0) {
7608 if (_argo0 == Py_None) { _arg0 = NULL; }
7609 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
98624b49 7610 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
00b6c4e3
RD
7611 return NULL;
7612 }
7613 }
98624b49 7614 _arg1 = (bool ) tempbool1;
00b6c4e3
RD
7615{
7616 wxPy_BEGIN_ALLOW_THREADS;
98624b49 7617 wxTextCtrl_SetEditable(_arg0,_arg1);
00b6c4e3
RD
7618
7619 wxPy_END_ALLOW_THREADS;
7620 if (PyErr_Occurred()) return NULL;
7621} Py_INCREF(Py_None);
7622 _resultobj = Py_None;
7623 return _resultobj;
7624}
7625
b1462dfa 7626static void wxTextCtrl_write(wxTextCtrl *self,const wxString & text) {
d56cebe7 7627 self->AppendText(text);
b1462dfa
RD
7628 }
7629static PyObject *_wrap_wxTextCtrl_write(PyObject *self, PyObject *args, PyObject *kwargs) {
7630 PyObject * _resultobj;
7631 wxTextCtrl * _arg0;
7632 wxString * _arg1;
7633 PyObject * _argo0 = 0;
7634 PyObject * _obj1 = 0;
7635 char *_kwnames[] = { "self","text", NULL };
7636
7637 self = self;
7638 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_write",_kwnames,&_argo0,&_obj1))
7639 return NULL;
7640 if (_argo0) {
7641 if (_argo0 == Py_None) { _arg0 = NULL; }
7642 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7643 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
7644 return NULL;
7645 }
7646 }
7647{
185d7c3e
RD
7648#if PYTHON_API_VERSION >= 1009
7649 char* tmpPtr; int tmpSize;
7650 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 7651 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
7652 return NULL;
7653 }
7654 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
7655 return NULL;
7656 _arg1 = new wxString(tmpPtr, tmpSize);
7657#else
b1462dfa
RD
7658 if (!PyString_Check(_obj1)) {
7659 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
7660 return NULL;
7661 }
185d7c3e
RD
7662 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
7663#endif
b1462dfa
RD
7664}
7665{
7666 wxPy_BEGIN_ALLOW_THREADS;
7667 wxTextCtrl_write(_arg0,*_arg1);
7668
7669 wxPy_END_ALLOW_THREADS;
493f1553 7670 if (PyErr_Occurred()) return NULL;
b1462dfa
RD
7671} Py_INCREF(Py_None);
7672 _resultobj = Py_None;
7673{
7674 if (_obj1)
7675 delete _arg1;
7676}
7677 return _resultobj;
7678}
7679
2f4e9287
RD
7680static wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to) {
7681 return self->GetValue().Mid(from, to-from);
7682 }
7683static PyObject *_wrap_wxTextCtrl_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
7684 PyObject * _resultobj;
7685 wxString * _result;
7686 wxTextCtrl * _arg0;
7687 long _arg1;
7688 long _arg2;
7689 PyObject * _argo0 = 0;
7690 char *_kwnames[] = { "self","from","to", NULL };
7691
7692 self = self;
7693 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_GetString",_kwnames,&_argo0,&_arg1,&_arg2))
7694 return NULL;
7695 if (_argo0) {
7696 if (_argo0 == Py_None) { _arg0 = NULL; }
7697 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7698 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetString. Expected _wxTextCtrl_p.");
7699 return NULL;
7700 }
7701 }
7702{
7703 wxPy_BEGIN_ALLOW_THREADS;
7704 _result = new wxString (wxTextCtrl_GetString(_arg0,_arg1,_arg2));
7705
7706 wxPy_END_ALLOW_THREADS;
7707 if (PyErr_Occurred()) return NULL;
7708}{
7709 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7710}
7711{
7712 delete _result;
7713}
7714 return _resultobj;
7715}
7716
8ab979d7
RD
7717static void *SwigwxScrollBarTowxControl(void *ptr) {
7718 wxScrollBar *src;
7719 wxControl *dest;
7720 src = (wxScrollBar *) ptr;
7721 dest = (wxControl *) src;
7722 return (void *) dest;
7723}
7724
7725static void *SwigwxScrollBarTowxWindow(void *ptr) {
7726 wxScrollBar *src;
7727 wxWindow *dest;
7728 src = (wxScrollBar *) ptr;
7729 dest = (wxWindow *) src;
7730 return (void *) dest;
7731}
7732
7733static void *SwigwxScrollBarTowxEvtHandler(void *ptr) {
7734 wxScrollBar *src;
7735 wxEvtHandler *dest;
7736 src = (wxScrollBar *) ptr;
7737 dest = (wxEvtHandler *) src;
7738 return (void *) dest;
7739}
7740
9416aa89
RD
7741static void *SwigwxScrollBarTowxObject(void *ptr) {
7742 wxScrollBar *src;
7743 wxObject *dest;
7744 src = (wxScrollBar *) ptr;
7745 dest = (wxObject *) src;
7746 return (void *) dest;
7747}
7748
8ab979d7 7749#define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
efc5f224 7750static PyObject *_wrap_new_wxScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
7751 PyObject * _resultobj;
7752 wxScrollBar * _result;
7753 wxWindow * _arg0;
1d99702e 7754 wxWindowID _arg1 = (wxWindowID ) -1;
e508a2b6
RD
7755 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
7756 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
1d99702e 7757 long _arg4 = (long ) wxSB_HORIZONTAL;
e508a2b6 7758 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
7759 char * _arg6 = (char *) "scrollBar";
7760 PyObject * _argo0 = 0;
2f90df85
RD
7761 wxPoint temp;
7762 PyObject * _obj2 = 0;
7763 wxSize temp0;
7764 PyObject * _obj3 = 0;
1d99702e 7765 PyObject * _argo5 = 0;
efc5f224 7766 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
8ab979d7
RD
7767 char _ptemp[128];
7768
7769 self = self;
2f90df85 7770 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlOs:new_wxScrollBar",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_arg6))
8ab979d7 7771 return NULL;
1d99702e
RD
7772 if (_argo0) {
7773 if (_argo0 == Py_None) { _arg0 = NULL; }
7774 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
7775 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
7776 return NULL;
7777 }
7778 }
2f90df85
RD
7779 if (_obj2)
7780{
7781 _arg2 = &temp;
7782 if (! wxPoint_helper(_obj2, &_arg2))
8ab979d7 7783 return NULL;
2f90df85
RD
7784}
7785 if (_obj3)
7786{
7787 _arg3 = &temp0;
7788 if (! wxSize_helper(_obj3, &_arg3))
8ab979d7 7789 return NULL;
2f90df85 7790}
1d99702e
RD
7791 if (_argo5) {
7792 if (_argo5 == Py_None) { _arg5 = NULL; }
7793 else if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
8ab979d7
RD
7794 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
7795 return NULL;
7796 }
7797 }
cf694132
RD
7798{
7799 wxPy_BEGIN_ALLOW_THREADS;
7800 _result = (wxScrollBar *)new_wxScrollBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,_arg6);
7801
7802 wxPy_END_ALLOW_THREADS;
493f1553 7803 if (PyErr_Occurred()) return NULL;
1d99702e
RD
7804} if (_result) {
7805 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
7806 _resultobj = Py_BuildValue("s",_ptemp);
7807 } else {
7808 Py_INCREF(Py_None);
7809 _resultobj = Py_None;
7810 }
8ab979d7
RD
7811 return _resultobj;
7812}
7813
09f3d4e6
RD
7814#define new_wxPreScrollBar() (new wxScrollBar())
7815static PyObject *_wrap_new_wxPreScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
7816 PyObject * _resultobj;
7817 wxScrollBar * _result;
7818 char *_kwnames[] = { NULL };
7819 char _ptemp[128];
7820
7821 self = self;
7822 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreScrollBar",_kwnames))
7823 return NULL;
7824{
7825 wxPy_BEGIN_ALLOW_THREADS;
7826 _result = (wxScrollBar *)new_wxPreScrollBar();
7827
7828 wxPy_END_ALLOW_THREADS;
7829 if (PyErr_Occurred()) return NULL;
7830} if (_result) {
7831 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
7832 _resultobj = Py_BuildValue("s",_ptemp);
7833 } else {
7834 Py_INCREF(Py_None);
7835 _resultobj = Py_None;
7836 }
7837 return _resultobj;
7838}
7839
7840#define wxScrollBar_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
7841static PyObject *_wrap_wxScrollBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
7842 PyObject * _resultobj;
7843 bool _result;
7844 wxScrollBar * _arg0;
7845 wxWindow * _arg1;
7846 wxWindowID _arg2 = (wxWindowID ) -1;
7847 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
7848 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
7849 long _arg5 = (long ) wxSB_HORIZONTAL;
7850 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
7851 char * _arg7 = (char *) "scrollBar";
7852 PyObject * _argo0 = 0;
7853 PyObject * _argo1 = 0;
7854 wxPoint temp;
7855 PyObject * _obj3 = 0;
7856 wxSize temp0;
7857 PyObject * _obj4 = 0;
7858 PyObject * _argo6 = 0;
7859 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
7860
7861 self = self;
7862 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlOs:wxScrollBar_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
7863 return NULL;
7864 if (_argo0) {
7865 if (_argo0 == Py_None) { _arg0 = NULL; }
7866 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
7867 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_Create. Expected _wxScrollBar_p.");
7868 return NULL;
7869 }
7870 }
7871 if (_argo1) {
7872 if (_argo1 == Py_None) { _arg1 = NULL; }
7873 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
7874 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxScrollBar_Create. Expected _wxWindow_p.");
7875 return NULL;
7876 }
7877 }
7878 if (_obj3)
7879{
7880 _arg3 = &temp;
7881 if (! wxPoint_helper(_obj3, &_arg3))
7882 return NULL;
7883}
7884 if (_obj4)
7885{
7886 _arg4 = &temp0;
7887 if (! wxSize_helper(_obj4, &_arg4))
7888 return NULL;
7889}
7890 if (_argo6) {
7891 if (_argo6 == Py_None) { _arg6 = NULL; }
7892 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
7893 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxScrollBar_Create. Expected _wxValidator_p.");
7894 return NULL;
7895 }
7896 }
7897{
7898 wxPy_BEGIN_ALLOW_THREADS;
7899 _result = (bool )wxScrollBar_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
7900
7901 wxPy_END_ALLOW_THREADS;
7902 if (PyErr_Occurred()) return NULL;
7903} _resultobj = Py_BuildValue("i",_result);
7904 return _resultobj;
7905}
7906
8ab979d7 7907#define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
efc5f224 7908static PyObject *_wrap_wxScrollBar_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
7909 PyObject * _resultobj;
7910 int _result;
7911 wxScrollBar * _arg0;
1d99702e 7912 PyObject * _argo0 = 0;
efc5f224 7913 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
7914
7915 self = self;
efc5f224 7916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetRange",_kwnames,&_argo0))
8ab979d7 7917 return NULL;
1d99702e
RD
7918 if (_argo0) {
7919 if (_argo0 == Py_None) { _arg0 = NULL; }
7920 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8ab979d7
RD
7921 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
7922 return NULL;
7923 }
7924 }
cf694132
RD
7925{
7926 wxPy_BEGIN_ALLOW_THREADS;
7927 _result = (int )wxScrollBar_GetRange(_arg0);
7928
7929 wxPy_END_ALLOW_THREADS;
493f1553 7930 if (PyErr_Occurred()) return NULL;
cf694132 7931} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
7932 return _resultobj;
7933}
7934
7935#define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
efc5f224 7936static PyObject *_wrap_wxScrollBar_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
7937 PyObject * _resultobj;
7938 int _result;
7939 wxScrollBar * _arg0;
1d99702e 7940 PyObject * _argo0 = 0;
efc5f224 7941 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
7942
7943 self = self;
efc5f224 7944 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetPageSize",_kwnames,&_argo0))
8ab979d7 7945 return NULL;
1d99702e
RD
7946 if (_argo0) {
7947 if (_argo0 == Py_None) { _arg0 = NULL; }
7948 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8ab979d7
RD
7949 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
7950 return NULL;
7951 }
7952 }
cf694132
RD
7953{
7954 wxPy_BEGIN_ALLOW_THREADS;
7955 _result = (int )wxScrollBar_GetPageSize(_arg0);
7956
7957 wxPy_END_ALLOW_THREADS;
493f1553 7958 if (PyErr_Occurred()) return NULL;
cf694132 7959} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
7960 return _resultobj;
7961}
7962
b8b8dda7 7963#define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
efc5f224 7964static PyObject *_wrap_wxScrollBar_GetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
7965 PyObject * _resultobj;
7966 int _result;
7967 wxScrollBar * _arg0;
1d99702e 7968 PyObject * _argo0 = 0;
efc5f224 7969 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
7970
7971 self = self;
efc5f224 7972 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbPosition",_kwnames,&_argo0))
8ab979d7 7973 return NULL;
1d99702e
RD
7974 if (_argo0) {
7975 if (_argo0 == Py_None) { _arg0 = NULL; }
7976 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
b8b8dda7 7977 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
8ab979d7
RD
7978 return NULL;
7979 }
7980 }
cf694132
RD
7981{
7982 wxPy_BEGIN_ALLOW_THREADS;
7983 _result = (int )wxScrollBar_GetThumbPosition(_arg0);
7984
7985 wxPy_END_ALLOW_THREADS;
493f1553 7986 if (PyErr_Occurred()) return NULL;
cf694132 7987} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
7988 return _resultobj;
7989}
7990
7991#define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
efc5f224 7992static PyObject *_wrap_wxScrollBar_GetThumbSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
7993 PyObject * _resultobj;
7994 int _result;
7995 wxScrollBar * _arg0;
1d99702e 7996 PyObject * _argo0 = 0;
efc5f224 7997 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
7998
7999 self = self;
efc5f224 8000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbSize",_kwnames,&_argo0))
8ab979d7 8001 return NULL;
1d99702e
RD
8002 if (_argo0) {
8003 if (_argo0 == Py_None) { _arg0 = NULL; }
8004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8ab979d7
RD
8005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
8006 return NULL;
8007 }
8008 }
cf694132
RD
8009{
8010 wxPy_BEGIN_ALLOW_THREADS;
8011 _result = (int )wxScrollBar_GetThumbSize(_arg0);
8012
8013 wxPy_END_ALLOW_THREADS;
493f1553 8014 if (PyErr_Occurred()) return NULL;
cf694132 8015} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
8016 return _resultobj;
8017}
8018
ebf4302c
RD
8019#define wxScrollBar_IsVertical(_swigobj) (_swigobj->IsVertical())
8020static PyObject *_wrap_wxScrollBar_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
8021 PyObject * _resultobj;
8022 bool _result;
8023 wxScrollBar * _arg0;
8024 PyObject * _argo0 = 0;
8025 char *_kwnames[] = { "self", NULL };
8026
8027 self = self;
8028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_IsVertical",_kwnames,&_argo0))
8029 return NULL;
8030 if (_argo0) {
8031 if (_argo0 == Py_None) { _arg0 = NULL; }
8032 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8033 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_IsVertical. Expected _wxScrollBar_p.");
8034 return NULL;
8035 }
8036 }
8037{
8038 wxPy_BEGIN_ALLOW_THREADS;
8039 _result = (bool )wxScrollBar_IsVertical(_arg0);
8040
8041 wxPy_END_ALLOW_THREADS;
8042 if (PyErr_Occurred()) return NULL;
8043} _resultobj = Py_BuildValue("i",_result);
8044 return _resultobj;
8045}
8046
b8b8dda7 8047#define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
efc5f224 8048static PyObject *_wrap_wxScrollBar_SetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8049 PyObject * _resultobj;
8050 wxScrollBar * _arg0;
8051 int _arg1;
1d99702e 8052 PyObject * _argo0 = 0;
efc5f224 8053 char *_kwnames[] = { "self","viewStart", NULL };
8ab979d7
RD
8054
8055 self = self;
efc5f224 8056 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxScrollBar_SetThumbPosition",_kwnames,&_argo0,&_arg1))
8ab979d7 8057 return NULL;
1d99702e
RD
8058 if (_argo0) {
8059 if (_argo0 == Py_None) { _arg0 = NULL; }
8060 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
b8b8dda7 8061 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
8ab979d7
RD
8062 return NULL;
8063 }
8064 }
cf694132
RD
8065{
8066 wxPy_BEGIN_ALLOW_THREADS;
8067 wxScrollBar_SetThumbPosition(_arg0,_arg1);
8068
8069 wxPy_END_ALLOW_THREADS;
493f1553 8070 if (PyErr_Occurred()) return NULL;
cf694132 8071} Py_INCREF(Py_None);
8ab979d7
RD
8072 _resultobj = Py_None;
8073 return _resultobj;
8074}
8075
8076#define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
efc5f224 8077static PyObject *_wrap_wxScrollBar_SetScrollbar(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8078 PyObject * _resultobj;
8079 wxScrollBar * _arg0;
8080 int _arg1;
8081 int _arg2;
8082 int _arg3;
8083 int _arg4;
1d99702e
RD
8084 bool _arg5 = (bool ) TRUE;
8085 PyObject * _argo0 = 0;
8086 int tempbool5 = (int) TRUE;
efc5f224 8087 char *_kwnames[] = { "self","position","thumbSize","range","pageSize","refresh", NULL };
8ab979d7
RD
8088
8089 self = self;
efc5f224 8090 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&tempbool5))
8ab979d7 8091 return NULL;
1d99702e
RD
8092 if (_argo0) {
8093 if (_argo0 == Py_None) { _arg0 = NULL; }
8094 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8ab979d7
RD
8095 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
8096 return NULL;
8097 }
8098 }
8099 _arg5 = (bool ) tempbool5;
cf694132
RD
8100{
8101 wxPy_BEGIN_ALLOW_THREADS;
8102 wxScrollBar_SetScrollbar(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8103
8104 wxPy_END_ALLOW_THREADS;
493f1553 8105 if (PyErr_Occurred()) return NULL;
cf694132 8106} Py_INCREF(Py_None);
8ab979d7
RD
8107 _resultobj = Py_None;
8108 return _resultobj;
8109}
8110
8111static void *SwigwxSpinButtonTowxControl(void *ptr) {
8112 wxSpinButton *src;
8113 wxControl *dest;
8114 src = (wxSpinButton *) ptr;
8115 dest = (wxControl *) src;
8116 return (void *) dest;
8117}
8118
8119static void *SwigwxSpinButtonTowxWindow(void *ptr) {
8120 wxSpinButton *src;
8121 wxWindow *dest;
8122 src = (wxSpinButton *) ptr;
8123 dest = (wxWindow *) src;
8124 return (void *) dest;
8125}
8126
8127static void *SwigwxSpinButtonTowxEvtHandler(void *ptr) {
8128 wxSpinButton *src;
8129 wxEvtHandler *dest;
8130 src = (wxSpinButton *) ptr;
8131 dest = (wxEvtHandler *) src;
8132 return (void *) dest;
8133}
8134
9416aa89
RD
8135static void *SwigwxSpinButtonTowxObject(void *ptr) {
8136 wxSpinButton *src;
8137 wxObject *dest;
8138 src = (wxSpinButton *) ptr;
8139 dest = (wxObject *) src;
8140 return (void *) dest;
8141}
8142
8ab979d7 8143#define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
efc5f224 8144static PyObject *_wrap_new_wxSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8145 PyObject * _resultobj;
8146 wxSpinButton * _result;
8147 wxWindow * _arg0;
1d99702e 8148 wxWindowID _arg1 = (wxWindowID ) -1;
e508a2b6
RD
8149 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
8150 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
1d99702e
RD
8151 long _arg4 = (long ) wxSP_HORIZONTAL;
8152 char * _arg5 = (char *) "spinButton";
8153 PyObject * _argo0 = 0;
2f90df85
RD
8154 wxPoint temp;
8155 PyObject * _obj2 = 0;
8156 wxSize temp0;
8157 PyObject * _obj3 = 0;
efc5f224 8158 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
8ab979d7
RD
8159 char _ptemp[128];
8160
8161 self = self;
2f90df85 8162 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOls:new_wxSpinButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_arg5))
8ab979d7 8163 return NULL;
1d99702e
RD
8164 if (_argo0) {
8165 if (_argo0 == Py_None) { _arg0 = NULL; }
8166 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
8167 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
8168 return NULL;
8169 }
8170 }
2f90df85
RD
8171 if (_obj2)
8172{
8173 _arg2 = &temp;
8174 if (! wxPoint_helper(_obj2, &_arg2))
8ab979d7 8175 return NULL;
2f90df85
RD
8176}
8177 if (_obj3)
8178{
8179 _arg3 = &temp0;
8180 if (! wxSize_helper(_obj3, &_arg3))
8ab979d7 8181 return NULL;
2f90df85 8182}
cf694132
RD
8183{
8184 wxPy_BEGIN_ALLOW_THREADS;
8185 _result = (wxSpinButton *)new_wxSpinButton(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
8186
8187 wxPy_END_ALLOW_THREADS;
493f1553 8188 if (PyErr_Occurred()) return NULL;
1d99702e
RD
8189} if (_result) {
8190 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
8191 _resultobj = Py_BuildValue("s",_ptemp);
8192 } else {
8193 Py_INCREF(Py_None);
8194 _resultobj = Py_None;
8195 }
8ab979d7
RD
8196 return _resultobj;
8197}
8198
09f3d4e6
RD
8199#define new_wxPreSpinButton() (new wxSpinButton())
8200static PyObject *_wrap_new_wxPreSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
8201 PyObject * _resultobj;
8202 wxSpinButton * _result;
8203 char *_kwnames[] = { NULL };
8204 char _ptemp[128];
8205
8206 self = self;
8207 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinButton",_kwnames))
8208 return NULL;
8209{
8210 wxPy_BEGIN_ALLOW_THREADS;
8211 _result = (wxSpinButton *)new_wxPreSpinButton();
8212
8213 wxPy_END_ALLOW_THREADS;
8214 if (PyErr_Occurred()) return NULL;
8215} if (_result) {
8216 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
8217 _resultobj = Py_BuildValue("s",_ptemp);
8218 } else {
8219 Py_INCREF(Py_None);
8220 _resultobj = Py_None;
8221 }
8222 return _resultobj;
8223}
8224
8225#define wxSpinButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8226static PyObject *_wrap_wxSpinButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8227 PyObject * _resultobj;
8228 bool _result;
8229 wxSpinButton * _arg0;
8230 wxWindow * _arg1;
8231 wxWindowID _arg2 = (wxWindowID ) -1;
8232 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
8233 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
8234 long _arg5 = (long ) wxSP_HORIZONTAL;
8235 char * _arg6 = (char *) "spinButton";
8236 PyObject * _argo0 = 0;
8237 PyObject * _argo1 = 0;
8238 wxPoint temp;
8239 PyObject * _obj3 = 0;
8240 wxSize temp0;
8241 PyObject * _obj4 = 0;
8242 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
8243
8244 self = self;
8245 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOls:wxSpinButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_arg6))
8246 return NULL;
8247 if (_argo0) {
8248 if (_argo0 == Py_None) { _arg0 = NULL; }
8249 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8250 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_Create. Expected _wxSpinButton_p.");
8251 return NULL;
8252 }
8253 }
8254 if (_argo1) {
8255 if (_argo1 == Py_None) { _arg1 = NULL; }
8256 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
8257 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinButton_Create. Expected _wxWindow_p.");
8258 return NULL;
8259 }
8260 }
8261 if (_obj3)
8262{
8263 _arg3 = &temp;
8264 if (! wxPoint_helper(_obj3, &_arg3))
8265 return NULL;
8266}
8267 if (_obj4)
8268{
8269 _arg4 = &temp0;
8270 if (! wxSize_helper(_obj4, &_arg4))
8271 return NULL;
8272}
8273{
8274 wxPy_BEGIN_ALLOW_THREADS;
8275 _result = (bool )wxSpinButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6);
8276
8277 wxPy_END_ALLOW_THREADS;
8278 if (PyErr_Occurred()) return NULL;
8279} _resultobj = Py_BuildValue("i",_result);
8280 return _resultobj;
8281}
8282
8ab979d7 8283#define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
efc5f224 8284static PyObject *_wrap_wxSpinButton_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8285 PyObject * _resultobj;
8286 int _result;
8287 wxSpinButton * _arg0;
1d99702e 8288 PyObject * _argo0 = 0;
efc5f224 8289 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
8290
8291 self = self;
efc5f224 8292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMax",_kwnames,&_argo0))
8ab979d7 8293 return NULL;
1d99702e
RD
8294 if (_argo0) {
8295 if (_argo0 == Py_None) { _arg0 = NULL; }
8296 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8ab979d7
RD
8297 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
8298 return NULL;
8299 }
8300 }
cf694132
RD
8301{
8302 wxPy_BEGIN_ALLOW_THREADS;
8303 _result = (int )wxSpinButton_GetMax(_arg0);
8304
8305 wxPy_END_ALLOW_THREADS;
493f1553 8306 if (PyErr_Occurred()) return NULL;
cf694132 8307} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
8308 return _resultobj;
8309}
8310
8311#define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
efc5f224 8312static PyObject *_wrap_wxSpinButton_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8313 PyObject * _resultobj;
8314 int _result;
8315 wxSpinButton * _arg0;
1d99702e 8316 PyObject * _argo0 = 0;
efc5f224 8317 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
8318
8319 self = self;
efc5f224 8320 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMin",_kwnames,&_argo0))
8ab979d7 8321 return NULL;
1d99702e
RD
8322 if (_argo0) {
8323 if (_argo0 == Py_None) { _arg0 = NULL; }
8324 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8ab979d7
RD
8325 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
8326 return NULL;
8327 }
8328 }
cf694132
RD
8329{
8330 wxPy_BEGIN_ALLOW_THREADS;
8331 _result = (int )wxSpinButton_GetMin(_arg0);
8332
8333 wxPy_END_ALLOW_THREADS;
493f1553 8334 if (PyErr_Occurred()) return NULL;
cf694132 8335} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
8336 return _resultobj;
8337}
8338
8339#define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
efc5f224 8340static PyObject *_wrap_wxSpinButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8341 PyObject * _resultobj;
8342 int _result;
8343 wxSpinButton * _arg0;
1d99702e 8344 PyObject * _argo0 = 0;
efc5f224 8345 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
8346
8347 self = self;
efc5f224 8348 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetValue",_kwnames,&_argo0))
8ab979d7 8349 return NULL;
1d99702e
RD
8350 if (_argo0) {
8351 if (_argo0 == Py_None) { _arg0 = NULL; }
8352 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8ab979d7
RD
8353 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
8354 return NULL;
8355 }
8356 }
cf694132
RD
8357{
8358 wxPy_BEGIN_ALLOW_THREADS;
8359 _result = (int )wxSpinButton_GetValue(_arg0);
8360
8361 wxPy_END_ALLOW_THREADS;
493f1553 8362 if (PyErr_Occurred()) return NULL;
cf694132 8363} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
8364 return _resultobj;
8365}
8366
8367#define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
efc5f224 8368static PyObject *_wrap_wxSpinButton_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8369 PyObject * _resultobj;
8370 wxSpinButton * _arg0;
8371 int _arg1;
8372 int _arg2;
1d99702e 8373 PyObject * _argo0 = 0;
efc5f224 8374 char *_kwnames[] = { "self","min","max", NULL };
8ab979d7
RD
8375
8376 self = self;
efc5f224 8377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinButton_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 8378 return NULL;
1d99702e
RD
8379 if (_argo0) {
8380 if (_argo0 == Py_None) { _arg0 = NULL; }
8381 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8ab979d7
RD
8382 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
8383 return NULL;
8384 }
8385 }
cf694132
RD
8386{
8387 wxPy_BEGIN_ALLOW_THREADS;
8388 wxSpinButton_SetRange(_arg0,_arg1,_arg2);
8389
8390 wxPy_END_ALLOW_THREADS;
493f1553 8391 if (PyErr_Occurred()) return NULL;
cf694132 8392} Py_INCREF(Py_None);
8ab979d7
RD
8393 _resultobj = Py_None;
8394 return _resultobj;
8395}
8396
8397#define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
efc5f224 8398static PyObject *_wrap_wxSpinButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8399 PyObject * _resultobj;
8400 wxSpinButton * _arg0;
8401 int _arg1;
1d99702e 8402 PyObject * _argo0 = 0;
efc5f224 8403 char *_kwnames[] = { "self","value", NULL };
8ab979d7
RD
8404
8405 self = self;
efc5f224 8406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinButton_SetValue",_kwnames,&_argo0,&_arg1))
8ab979d7 8407 return NULL;
1d99702e
RD
8408 if (_argo0) {
8409 if (_argo0 == Py_None) { _arg0 = NULL; }
8410 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8ab979d7
RD
8411 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
8412 return NULL;
8413 }
8414 }
cf694132
RD
8415{
8416 wxPy_BEGIN_ALLOW_THREADS;
8417 wxSpinButton_SetValue(_arg0,_arg1);
8418
8419 wxPy_END_ALLOW_THREADS;
493f1553 8420 if (PyErr_Occurred()) return NULL;
cf694132 8421} Py_INCREF(Py_None);
8ab979d7
RD
8422 _resultobj = Py_None;
8423 return _resultobj;
8424}
8425
8426static void *SwigwxStaticBitmapTowxControl(void *ptr) {
8427 wxStaticBitmap *src;
8428 wxControl *dest;
8429 src = (wxStaticBitmap *) ptr;
8430 dest = (wxControl *) src;
8431 return (void *) dest;
8432}
8433
8434static void *SwigwxStaticBitmapTowxWindow(void *ptr) {
8435 wxStaticBitmap *src;
8436 wxWindow *dest;
8437 src = (wxStaticBitmap *) ptr;
8438 dest = (wxWindow *) src;
8439 return (void *) dest;
8440}
8441
8442static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr) {
8443 wxStaticBitmap *src;
8444 wxEvtHandler *dest;
8445 src = (wxStaticBitmap *) ptr;
8446 dest = (wxEvtHandler *) src;
8447 return (void *) dest;
8448}
8449
9416aa89
RD
8450static void *SwigwxStaticBitmapTowxObject(void *ptr) {
8451 wxStaticBitmap *src;
8452 wxObject *dest;
8453 src = (wxStaticBitmap *) ptr;
8454 dest = (wxObject *) src;
8455 return (void *) dest;
8456}
8457
8ab979d7 8458#define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
efc5f224 8459static PyObject *_wrap_new_wxStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8460 PyObject * _resultobj;
8461 wxStaticBitmap * _result;
8462 wxWindow * _arg0;
8463 wxWindowID _arg1;
8464 wxBitmap * _arg2;
e508a2b6
RD
8465 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
8466 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e
RD
8467 long _arg5 = (long ) 0;
8468 char * _arg6 = (char *) "staticBitmap";
8469 PyObject * _argo0 = 0;
09f3d4e6
RD
8470 PyObject * _argo2 = 0;
8471 wxPoint temp;
8472 PyObject * _obj3 = 0;
8473 wxSize temp0;
8474 PyObject * _obj4 = 0;
8475 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","name", NULL };
8476 char _ptemp[128];
8477
8478 self = self;
8479 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOls:new_wxStaticBitmap",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_arg6))
8480 return NULL;
8481 if (_argo0) {
8482 if (_argo0 == Py_None) { _arg0 = NULL; }
8483 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8484 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
8485 return NULL;
8486 }
8487 }
8488 if (_argo2) {
8489 if (_argo2 == Py_None) { _arg2 = NULL; }
8490 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
8491 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
8492 return NULL;
8493 }
8494 }
8495 if (_obj3)
8496{
8497 _arg3 = &temp;
8498 if (! wxPoint_helper(_obj3, &_arg3))
8499 return NULL;
8500}
8501 if (_obj4)
8502{
8503 _arg4 = &temp0;
8504 if (! wxSize_helper(_obj4, &_arg4))
8505 return NULL;
8506}
8507{
8508 wxPy_BEGIN_ALLOW_THREADS;
8509 _result = (wxStaticBitmap *)new_wxStaticBitmap(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6);
8510
8511 wxPy_END_ALLOW_THREADS;
8512 if (PyErr_Occurred()) return NULL;
8513} if (_result) {
8514 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
8515 _resultobj = Py_BuildValue("s",_ptemp);
8516 } else {
8517 Py_INCREF(Py_None);
8518 _resultobj = Py_None;
8519 }
8520 return _resultobj;
8521}
8522
8523#define new_wxPreStaticBitmap() (new wxStaticBitmap())
8524static PyObject *_wrap_new_wxPreStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8525 PyObject * _resultobj;
8526 wxStaticBitmap * _result;
8527 char *_kwnames[] = { NULL };
8528 char _ptemp[128];
8529
8530 self = self;
8531 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBitmap",_kwnames))
8532 return NULL;
8533{
8534 wxPy_BEGIN_ALLOW_THREADS;
8535 _result = (wxStaticBitmap *)new_wxPreStaticBitmap();
8536
8537 wxPy_END_ALLOW_THREADS;
8538 if (PyErr_Occurred()) return NULL;
8539} if (_result) {
8540 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
8541 _resultobj = Py_BuildValue("s",_ptemp);
8542 } else {
8543 Py_INCREF(Py_None);
8544 _resultobj = Py_None;
8545 }
8546 return _resultobj;
8547}
8548
8549#define wxStaticBitmap_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8550static PyObject *_wrap_wxStaticBitmap_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8551 PyObject * _resultobj;
8552 bool _result;
8553 wxStaticBitmap * _arg0;
8554 wxWindow * _arg1;
8555 wxWindowID _arg2;
8556 wxBitmap * _arg3;
8557 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
8558 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
8559 long _arg6 = (long ) 0;
8560 char * _arg7 = (char *) "staticBitmap";
8561 PyObject * _argo0 = 0;
8562 PyObject * _argo1 = 0;
8563 PyObject * _argo3 = 0;
2f90df85 8564 wxPoint temp;
2f90df85 8565 PyObject * _obj4 = 0;
09f3d4e6
RD
8566 wxSize temp0;
8567 PyObject * _obj5 = 0;
8568 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","name", NULL };
8ab979d7
RD
8569
8570 self = self;
09f3d4e6 8571 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOls:wxStaticBitmap_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_arg7))
8ab979d7 8572 return NULL;
1d99702e
RD
8573 if (_argo0) {
8574 if (_argo0 == Py_None) { _arg0 = NULL; }
09f3d4e6
RD
8575 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8576 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_Create. Expected _wxStaticBitmap_p.");
8ab979d7
RD
8577 return NULL;
8578 }
8579 }
09f3d4e6
RD
8580 if (_argo1) {
8581 if (_argo1 == Py_None) { _arg1 = NULL; }
8582 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
8583 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_Create. Expected _wxWindow_p.");
8ab979d7
RD
8584 return NULL;
8585 }
8586 }
09f3d4e6
RD
8587 if (_argo3) {
8588 if (_argo3 == Py_None) { _arg3 = NULL; }
8589 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
8590 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxStaticBitmap_Create. Expected _wxBitmap_p.");
8591 return NULL;
8592 }
8593 }
8594 if (_obj4)
2f90df85 8595{
09f3d4e6
RD
8596 _arg4 = &temp;
8597 if (! wxPoint_helper(_obj4, &_arg4))
8ab979d7 8598 return NULL;
2f90df85 8599}
09f3d4e6 8600 if (_obj5)
2f90df85 8601{
09f3d4e6
RD
8602 _arg5 = &temp0;
8603 if (! wxSize_helper(_obj5, &_arg5))
8ab979d7 8604 return NULL;
2f90df85 8605}
cf694132
RD
8606{
8607 wxPy_BEGIN_ALLOW_THREADS;
09f3d4e6 8608 _result = (bool )wxStaticBitmap_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7);
cf694132
RD
8609
8610 wxPy_END_ALLOW_THREADS;
493f1553 8611 if (PyErr_Occurred()) return NULL;
09f3d4e6 8612} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
8613 return _resultobj;
8614}
8615
8616#define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
efc5f224 8617static PyObject *_wrap_wxStaticBitmap_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8618 PyObject * _resultobj;
8619 wxBitmap * _result;
8620 wxStaticBitmap * _arg0;
1d99702e 8621 PyObject * _argo0 = 0;
efc5f224 8622 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
8623 char _ptemp[128];
8624
8625 self = self;
efc5f224 8626 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticBitmap_GetBitmap",_kwnames,&_argo0))
8ab979d7 8627 return NULL;
1d99702e
RD
8628 if (_argo0) {
8629 if (_argo0 == Py_None) { _arg0 = NULL; }
8630 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8ab979d7
RD
8631 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
8632 return NULL;
8633 }
8634 }
cf694132
RD
8635{
8636 wxPy_BEGIN_ALLOW_THREADS;
8637 const wxBitmap & _result_ref = wxStaticBitmap_GetBitmap(_arg0);
8ab979d7 8638 _result = (wxBitmap *) &_result_ref;
cf694132
RD
8639
8640 wxPy_END_ALLOW_THREADS;
493f1553 8641 if (PyErr_Occurred()) return NULL;
1d99702e
RD
8642} if (_result) {
8643 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
8644 _resultobj = Py_BuildValue("s",_ptemp);
8645 } else {
8646 Py_INCREF(Py_None);
8647 _resultobj = Py_None;
8648 }
8ab979d7
RD
8649 return _resultobj;
8650}
8651
8652#define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
efc5f224 8653static PyObject *_wrap_wxStaticBitmap_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8654 PyObject * _resultobj;
8655 wxStaticBitmap * _arg0;
8656 wxBitmap * _arg1;
1d99702e
RD
8657 PyObject * _argo0 = 0;
8658 PyObject * _argo1 = 0;
efc5f224 8659 char *_kwnames[] = { "self","bitmap", NULL };
8ab979d7
RD
8660
8661 self = self;
efc5f224 8662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetBitmap",_kwnames,&_argo0,&_argo1))
8ab979d7 8663 return NULL;
1d99702e
RD
8664 if (_argo0) {
8665 if (_argo0 == Py_None) { _arg0 = NULL; }
8666 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8ab979d7
RD
8667 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
8668 return NULL;
8669 }
8670 }
1d99702e
RD
8671 if (_argo1) {
8672 if (_argo1 == Py_None) { _arg1 = NULL; }
8673 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
8ab979d7
RD
8674 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
8675 return NULL;
8676 }
8677 }
cf694132
RD
8678{
8679 wxPy_BEGIN_ALLOW_THREADS;
8680 wxStaticBitmap_SetBitmap(_arg0,*_arg1);
8681
8682 wxPy_END_ALLOW_THREADS;
493f1553 8683 if (PyErr_Occurred()) return NULL;
cf694132 8684} Py_INCREF(Py_None);
8ab979d7
RD
8685 _resultobj = Py_None;
8686 return _resultobj;
8687}
8688
8bf5d46e 8689#define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
efc5f224 8690static PyObject *_wrap_wxStaticBitmap_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
8bf5d46e
RD
8691 PyObject * _resultobj;
8692 wxStaticBitmap * _arg0;
8693 wxIcon * _arg1;
1d99702e
RD
8694 PyObject * _argo0 = 0;
8695 PyObject * _argo1 = 0;
efc5f224 8696 char *_kwnames[] = { "self","icon", NULL };
8bf5d46e
RD
8697
8698 self = self;
efc5f224 8699 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetIcon",_kwnames,&_argo0,&_argo1))
8bf5d46e 8700 return NULL;
1d99702e
RD
8701 if (_argo0) {
8702 if (_argo0 == Py_None) { _arg0 = NULL; }
8703 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8bf5d46e
RD
8704 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
8705 return NULL;
8706 }
8707 }
1d99702e
RD
8708 if (_argo1) {
8709 if (_argo1 == Py_None) { _arg1 = NULL; }
8710 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxIcon_p")) {
8bf5d46e
RD
8711 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
8712 return NULL;
8713 }
8714 }
8715{
8716 wxPy_BEGIN_ALLOW_THREADS;
8717 wxStaticBitmap_SetIcon(_arg0,*_arg1);
8718
8719 wxPy_END_ALLOW_THREADS;
493f1553 8720 if (PyErr_Occurred()) return NULL;
8bf5d46e
RD
8721} Py_INCREF(Py_None);
8722 _resultobj = Py_None;
8723 return _resultobj;
8724}
8725
8ab979d7
RD
8726static void *SwigwxRadioBoxTowxControl(void *ptr) {
8727 wxRadioBox *src;
8728 wxControl *dest;
8729 src = (wxRadioBox *) ptr;
8730 dest = (wxControl *) src;
8731 return (void *) dest;
8732}
8733
8734static void *SwigwxRadioBoxTowxWindow(void *ptr) {
8735 wxRadioBox *src;
8736 wxWindow *dest;
8737 src = (wxRadioBox *) ptr;
8738 dest = (wxWindow *) src;
8739 return (void *) dest;
8740}
8741
8742static void *SwigwxRadioBoxTowxEvtHandler(void *ptr) {
8743 wxRadioBox *src;
8744 wxEvtHandler *dest;
8745 src = (wxRadioBox *) ptr;
8746 dest = (wxEvtHandler *) src;
8747 return (void *) dest;
8748}
8749
9416aa89
RD
8750static void *SwigwxRadioBoxTowxObject(void *ptr) {
8751 wxRadioBox *src;
8752 wxObject *dest;
8753 src = (wxRadioBox *) ptr;
8754 dest = (wxObject *) src;
8755 return (void *) dest;
8756}
8757
8ab979d7 8758#define new_wxRadioBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10) (new wxRadioBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10))
efc5f224 8759static PyObject *_wrap_new_wxRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
8760 PyObject * _resultobj;
8761 wxRadioBox * _result;
8762 wxWindow * _arg0;
8763 wxWindowID _arg1;
8764 wxString * _arg2;
e508a2b6
RD
8765 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
8766 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e
RD
8767 int _arg5 = (int ) 0;
8768 wxString * _arg6 = (wxString *) NULL;
8769 int _arg7 = (int ) 0;
8770 long _arg8 = (long ) wxRA_HORIZONTAL;
e508a2b6 8771 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
8772 char * _arg10 = (char *) "radioBox";
8773 PyObject * _argo0 = 0;
8ab979d7 8774 PyObject * _obj2 = 0;
2f90df85
RD
8775 wxPoint temp;
8776 PyObject * _obj3 = 0;
8777 wxSize temp0;
8778 PyObject * _obj4 = 0;
8ab979d7 8779 PyObject * _obj6 = 0;
1d99702e 8780 PyObject * _argo9 = 0;
eec92d76 8781 char *_kwnames[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
8ab979d7
RD
8782 char _ptemp[128];
8783
8784 self = self;
2f90df85 8785 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOOilOs:new_wxRadioBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_obj6,&_arg7,&_arg8,&_argo9,&_arg10))
8ab979d7 8786 return NULL;
1d99702e
RD
8787 if (_argo0) {
8788 if (_argo0 == Py_None) { _arg0 = NULL; }
8789 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
8790 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
8791 return NULL;
8792 }
8793 }
8794{
185d7c3e
RD
8795#if PYTHON_API_VERSION >= 1009
8796 char* tmpPtr; int tmpSize;
8797 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 8798 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
8799 return NULL;
8800 }
8801 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
8802 return NULL;
8803 _arg2 = new wxString(tmpPtr, tmpSize);
8804#else
8ab979d7
RD
8805 if (!PyString_Check(_obj2)) {
8806 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
8807 return NULL;
8808 }
185d7c3e
RD
8809 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
8810#endif
8ab979d7 8811}
2f90df85
RD
8812 if (_obj3)
8813{
8814 _arg3 = &temp;
8815 if (! wxPoint_helper(_obj3, &_arg3))
8ab979d7 8816 return NULL;
2f90df85
RD
8817}
8818 if (_obj4)
8819{
8820 _arg4 = &temp0;
8821 if (! wxSize_helper(_obj4, &_arg4))
8ab979d7 8822 return NULL;
2f90df85 8823}
8ab979d7
RD
8824 if (_obj6)
8825{
8826 _arg6 = wxString_LIST_helper(_obj6);
8827 if (_arg6 == NULL) {
8828 return NULL;
8829 }
8830}
1d99702e
RD
8831 if (_argo9) {
8832 if (_argo9 == Py_None) { _arg9 = NULL; }
8833 else if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
8ab979d7
RD
8834 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
8835 return NULL;
8836 }
8837 }
8838{
cf694132
RD
8839 if (_obj6) {
8840 _arg5 = PyList_Size(_obj6);
8841 }
8842 else {
8843 _arg5 = 0;
8844 }
8ab979d7 8845}
cf694132
RD
8846{
8847 wxPy_BEGIN_ALLOW_THREADS;
8848 _result = (wxRadioBox *)new_wxRadioBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,*_arg9,_arg10);
8849
8850 wxPy_END_ALLOW_THREADS;
493f1553 8851 if (PyErr_Occurred()) return NULL;
1d99702e
RD
8852} if (_result) {
8853 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
8854 _resultobj = Py_BuildValue("s",_ptemp);
8855 } else {
8856 Py_INCREF(Py_None);
8857 _resultobj = Py_None;
8858 }
8ab979d7
RD
8859{
8860 if (_obj2)
8861 delete _arg2;
8862}
8863{
8864 delete [] _arg6;
8865}
8866 return _resultobj;
8867}
8868
09f3d4e6
RD
8869#define new_wxPreRadioBox() (new wxRadioBox())
8870static PyObject *_wrap_new_wxPreRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
8871 PyObject * _resultobj;
8872 wxRadioBox * _result;
8873 char *_kwnames[] = { NULL };
8874 char _ptemp[128];
8875
8876 self = self;
8877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioBox",_kwnames))
8878 return NULL;
8879{
8880 wxPy_BEGIN_ALLOW_THREADS;
8881 _result = (wxRadioBox *)new_wxPreRadioBox();
8882
8883 wxPy_END_ALLOW_THREADS;
8884 if (PyErr_Occurred()) return NULL;
8885} if (_result) {
8886 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
8887 _resultobj = Py_BuildValue("s",_ptemp);
8888 } else {
8889 Py_INCREF(Py_None);
8890 _resultobj = Py_None;
8891 }
8892 return _resultobj;
8893}
8894
8895#define wxRadioBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10))
8896static PyObject *_wrap_wxRadioBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8897 PyObject * _resultobj;
8898 bool _result;
8899 wxRadioBox * _arg0;
8900 wxWindow * _arg1;
8901 wxWindowID _arg2;
8902 wxString * _arg3;
8903 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
8904 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
8905 int _arg6 = (int ) 0;
8906 wxString * _arg7 = (wxString *) NULL;
8907 int _arg8 = (int ) 0;
8908 long _arg9 = (long ) wxRA_HORIZONTAL;
8909 wxValidator * _arg10 = (wxValidator *) &wxDefaultValidator;
8910 char * _arg11 = (char *) "radioBox";
8911 PyObject * _argo0 = 0;
8912 PyObject * _argo1 = 0;
8913 PyObject * _obj3 = 0;
8914 wxPoint temp;
8915 PyObject * _obj4 = 0;
8916 wxSize temp0;
8917 PyObject * _obj5 = 0;
8918 PyObject * _obj7 = 0;
8919 PyObject * _argo10 = 0;
8920 char *_kwnames[] = { "self","parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
8921
8922 self = self;
8923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOOilOs:wxRadioBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_obj7,&_arg8,&_arg9,&_argo10,&_arg11))
8924 return NULL;
8925 if (_argo0) {
8926 if (_argo0 == Py_None) { _arg0 = NULL; }
8927 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
8928 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Create. Expected _wxRadioBox_p.");
8929 return NULL;
8930 }
8931 }
8932 if (_argo1) {
8933 if (_argo1 == Py_None) { _arg1 = NULL; }
8934 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
8935 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioBox_Create. Expected _wxWindow_p.");
8936 return NULL;
8937 }
8938 }
8939{
8940#if PYTHON_API_VERSION >= 1009
8941 char* tmpPtr; int tmpSize;
8942 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
8943 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
8944 return NULL;
8945 }
8946 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
8947 return NULL;
8948 _arg3 = new wxString(tmpPtr, tmpSize);
8949#else
8950 if (!PyString_Check(_obj3)) {
8951 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
8952 return NULL;
8953 }
8954 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
8955#endif
8956}
8957 if (_obj4)
8958{
8959 _arg4 = &temp;
8960 if (! wxPoint_helper(_obj4, &_arg4))
8961 return NULL;
8962}
8963 if (_obj5)
8964{
8965 _arg5 = &temp0;
8966 if (! wxSize_helper(_obj5, &_arg5))
8967 return NULL;
8968}
8969 if (_obj7)
8970{
8971 _arg7 = wxString_LIST_helper(_obj7);
8972 if (_arg7 == NULL) {
8973 return NULL;
8974 }
8975}
8976 if (_argo10) {
8977 if (_argo10 == Py_None) { _arg10 = NULL; }
8978 else if (SWIG_GetPtrObj(_argo10,(void **) &_arg10,"_wxValidator_p")) {
8979 PyErr_SetString(PyExc_TypeError,"Type error in argument 11 of wxRadioBox_Create. Expected _wxValidator_p.");
8980 return NULL;
8981 }
8982 }
8983{
8984 if (_obj7) {
8985 _arg6 = PyList_Size(_obj7);
8986 }
8987 else {
8988 _arg6 = 0;
8989 }
8990}
8991{
8992 wxPy_BEGIN_ALLOW_THREADS;
8993 _result = (bool )wxRadioBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,*_arg10,_arg11);
8994
8995 wxPy_END_ALLOW_THREADS;
8996 if (PyErr_Occurred()) return NULL;
8997} _resultobj = Py_BuildValue("i",_result);
8998{
8999 if (_obj3)
9000 delete _arg3;
9001}
9002{
9003 delete [] _arg7;
9004}
9005 return _resultobj;
9006}
9007
0699c864 9008#define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
efc5f224 9009static PyObject *_wrap_wxRadioBox_Enable(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9010 PyObject * _resultobj;
9011 wxRadioBox * _arg0;
9012 bool _arg1;
1d99702e 9013 PyObject * _argo0 = 0;
8ab979d7 9014 int tempbool1;
efc5f224 9015 char *_kwnames[] = { "self","enable", NULL };
8ab979d7
RD
9016
9017 self = self;
efc5f224 9018 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Enable",_kwnames,&_argo0,&tempbool1))
8ab979d7 9019 return NULL;
1d99702e
RD
9020 if (_argo0) {
9021 if (_argo0 == Py_None) { _arg0 = NULL; }
9022 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
0699c864 9023 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
8ab979d7
RD
9024 return NULL;
9025 }
9026 }
9027 _arg1 = (bool ) tempbool1;
cf694132
RD
9028{
9029 wxPy_BEGIN_ALLOW_THREADS;
9030 wxRadioBox_Enable(_arg0,_arg1);
9031
9032 wxPy_END_ALLOW_THREADS;
493f1553 9033 if (PyErr_Occurred()) return NULL;
cf694132 9034} Py_INCREF(Py_None);
8ab979d7
RD
9035 _resultobj = Py_None;
9036 return _resultobj;
9037}
9038
0699c864 9039#define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
efc5f224 9040static PyObject *_wrap_wxRadioBox_EnableItem(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9041 PyObject * _resultobj;
9042 wxRadioBox * _arg0;
9043 int _arg1;
9044 bool _arg2;
1d99702e 9045 PyObject * _argo0 = 0;
8ab979d7 9046 int tempbool2;
efc5f224 9047 char *_kwnames[] = { "self","n","enable", NULL };
8ab979d7
RD
9048
9049 self = self;
efc5f224 9050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_EnableItem",_kwnames,&_argo0,&_arg1,&tempbool2))
8ab979d7 9051 return NULL;
1d99702e
RD
9052 if (_argo0) {
9053 if (_argo0 == Py_None) { _arg0 = NULL; }
9054 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
0699c864 9055 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
8ab979d7
RD
9056 return NULL;
9057 }
9058 }
9059 _arg2 = (bool ) tempbool2;
cf694132
RD
9060{
9061 wxPy_BEGIN_ALLOW_THREADS;
9062 wxRadioBox_EnableItem(_arg0,_arg1,_arg2);
9063
9064 wxPy_END_ALLOW_THREADS;
493f1553 9065 if (PyErr_Occurred()) return NULL;
cf694132 9066} Py_INCREF(Py_None);
8ab979d7
RD
9067 _resultobj = Py_None;
9068 return _resultobj;
9069}
9070
9071#define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
efc5f224 9072static PyObject *_wrap_wxRadioBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9073 PyObject * _resultobj;
9074 int _result;
9075 wxRadioBox * _arg0;
9076 wxString * _arg1;
1d99702e 9077 PyObject * _argo0 = 0;
8ab979d7 9078 PyObject * _obj1 = 0;
efc5f224 9079 char *_kwnames[] = { "self","string", NULL };
8ab979d7
RD
9080
9081 self = self;
efc5f224 9082 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_FindString",_kwnames,&_argo0,&_obj1))
8ab979d7 9083 return NULL;
1d99702e
RD
9084 if (_argo0) {
9085 if (_argo0 == Py_None) { _arg0 = NULL; }
9086 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
8ab979d7
RD
9087 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
9088 return NULL;
9089 }
9090 }
9091{
185d7c3e
RD
9092#if PYTHON_API_VERSION >= 1009
9093 char* tmpPtr; int tmpSize;
9094 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 9095 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
9096 return NULL;
9097 }
9098 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
9099 return NULL;
9100 _arg1 = new wxString(tmpPtr, tmpSize);
9101#else
8ab979d7
RD
9102 if (!PyString_Check(_obj1)) {
9103 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
9104 return NULL;
9105 }
185d7c3e
RD
9106 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
9107#endif
8ab979d7 9108}
cf694132
RD
9109{
9110 wxPy_BEGIN_ALLOW_THREADS;
9111 _result = (int )wxRadioBox_FindString(_arg0,*_arg1);
9112
9113 wxPy_END_ALLOW_THREADS;
493f1553 9114 if (PyErr_Occurred()) return NULL;
cf694132 9115} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
9116{
9117 if (_obj1)
9118 delete _arg1;
9119}
9120 return _resultobj;
9121}
9122
0adbc166
RD
9123#define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
9124static PyObject *_wrap_wxRadioBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9125 PyObject * _resultobj;
9126 wxString * _result;
9127 wxRadioBox * _arg0;
9128 int _arg1;
1d99702e 9129 PyObject * _argo0 = 0;
efc5f224 9130 char *_kwnames[] = { "self","n", NULL };
8ab979d7
RD
9131
9132 self = self;
0adbc166 9133 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_GetString",_kwnames,&_argo0,&_arg1))
8ab979d7 9134 return NULL;
1d99702e
RD
9135 if (_argo0) {
9136 if (_argo0 == Py_None) { _arg0 = NULL; }
9137 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
0adbc166 9138 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
8ab979d7
RD
9139 return NULL;
9140 }
9141 }
8ab979d7 9142{
cf694132 9143 wxPy_BEGIN_ALLOW_THREADS;
0adbc166 9144 _result = new wxString (wxRadioBox_GetString(_arg0,_arg1));
cf694132
RD
9145
9146 wxPy_END_ALLOW_THREADS;
493f1553 9147 if (PyErr_Occurred()) return NULL;
cf694132 9148}{
eec92d76 9149 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
8ab979d7
RD
9150}
9151{
9152 delete _result;
9153}
9154 return _resultobj;
9155}
9156
0adbc166
RD
9157#define wxRadioBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
9158static PyObject *_wrap_wxRadioBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 9159 PyObject * _resultobj;
8ab979d7 9160 wxRadioBox * _arg0;
0adbc166
RD
9161 int _arg1;
9162 wxString * _arg2;
1d99702e 9163 PyObject * _argo0 = 0;
0adbc166
RD
9164 PyObject * _obj2 = 0;
9165 char *_kwnames[] = { "self","n","label", NULL };
8ab979d7
RD
9166
9167 self = self;
0adbc166 9168 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxRadioBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
8ab979d7 9169 return NULL;
1d99702e
RD
9170 if (_argo0) {
9171 if (_argo0 == Py_None) { _arg0 = NULL; }
9172 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
0adbc166 9173 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetString. Expected _wxRadioBox_p.");
8ab979d7
RD
9174 return NULL;
9175 }
9176 }
0adbc166
RD
9177{
9178#if PYTHON_API_VERSION >= 1009
9179 char* tmpPtr; int tmpSize;
9180 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
9181 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
9182 return NULL;
9183 }
9184 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
9185 return NULL;
9186 _arg2 = new wxString(tmpPtr, tmpSize);
9187#else
9188 if (!PyString_Check(_obj2)) {
9189 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
9190 return NULL;
9191 }
9192 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
9193#endif
9194}
cf694132
RD
9195{
9196 wxPy_BEGIN_ALLOW_THREADS;
0adbc166 9197 wxRadioBox_SetString(_arg0,_arg1,*_arg2);
cf694132
RD
9198
9199 wxPy_END_ALLOW_THREADS;
493f1553 9200 if (PyErr_Occurred()) return NULL;
0adbc166
RD
9201} Py_INCREF(Py_None);
9202 _resultobj = Py_None;
9203{
9204 if (_obj2)
9205 delete _arg2;
9206}
8ab979d7
RD
9207 return _resultobj;
9208}
9209
3a0958b1
RD
9210#define wxRadioBox_GetColumnCount(_swigobj) (_swigobj->GetColumnCount())
9211static PyObject *_wrap_wxRadioBox_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 9212 PyObject * _resultobj;
0adbc166 9213 int _result;
8ab979d7 9214 wxRadioBox * _arg0;
1d99702e 9215 PyObject * _argo0 = 0;
0adbc166 9216 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
9217
9218 self = self;
3a0958b1 9219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetColumnCount",_kwnames,&_argo0))
8ab979d7 9220 return NULL;
1d99702e
RD
9221 if (_argo0) {
9222 if (_argo0 == Py_None) { _arg0 = NULL; }
9223 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
3a0958b1 9224 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetColumnCount. Expected _wxRadioBox_p.");
8ab979d7
RD
9225 return NULL;
9226 }
9227 }
8ab979d7 9228{
cf694132 9229 wxPy_BEGIN_ALLOW_THREADS;
3a0958b1 9230 _result = (int )wxRadioBox_GetColumnCount(_arg0);
cf694132
RD
9231
9232 wxPy_END_ALLOW_THREADS;
493f1553 9233 if (PyErr_Occurred()) return NULL;
0adbc166 9234} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
9235 return _resultobj;
9236}
9237
3a0958b1
RD
9238#define wxRadioBox_GetRowCount(_swigobj) (_swigobj->GetRowCount())
9239static PyObject *_wrap_wxRadioBox_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 9240 PyObject * _resultobj;
3a0958b1 9241 int _result;
8ab979d7 9242 wxRadioBox * _arg0;
1d99702e 9243 PyObject * _argo0 = 0;
efc5f224 9244 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
9245
9246 self = self;
3a0958b1 9247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetRowCount",_kwnames,&_argo0))
8ab979d7 9248 return NULL;
1d99702e
RD
9249 if (_argo0) {
9250 if (_argo0 == Py_None) { _arg0 = NULL; }
9251 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
3a0958b1 9252 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetRowCount. Expected _wxRadioBox_p.");
8ab979d7
RD
9253 return NULL;
9254 }
9255 }
8ab979d7 9256{
cf694132 9257 wxPy_BEGIN_ALLOW_THREADS;
3a0958b1 9258 _result = (int )wxRadioBox_GetRowCount(_arg0);
cf694132
RD
9259
9260 wxPy_END_ALLOW_THREADS;
493f1553 9261 if (PyErr_Occurred()) return NULL;
3a0958b1 9262} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
9263 return _resultobj;
9264}
9265
3a0958b1
RD
9266#define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
9267static PyObject *_wrap_wxRadioBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9268 PyObject * _resultobj;
9269 int _result;
9270 wxRadioBox * _arg0;
1d99702e 9271 PyObject * _argo0 = 0;
efc5f224 9272 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
9273
9274 self = self;
3a0958b1 9275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetSelection",_kwnames,&_argo0))
8ab979d7 9276 return NULL;
1d99702e
RD
9277 if (_argo0) {
9278 if (_argo0 == Py_None) { _arg0 = NULL; }
9279 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
3a0958b1 9280 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
8ab979d7
RD
9281 return NULL;
9282 }
9283 }
cf694132
RD
9284{
9285 wxPy_BEGIN_ALLOW_THREADS;
3a0958b1 9286 _result = (int )wxRadioBox_GetSelection(_arg0);
cf694132
RD
9287
9288 wxPy_END_ALLOW_THREADS;
493f1553 9289 if (PyErr_Occurred()) return NULL;
cf694132 9290} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
9291 return _resultobj;
9292}
9293
3a0958b1
RD
9294#define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
9295static PyObject *_wrap_wxRadioBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7 9296 PyObject * _resultobj;
3a0958b1 9297 wxString * _result;
8ab979d7 9298 wxRadioBox * _arg0;
1d99702e 9299 PyObject * _argo0 = 0;
0adbc166 9300 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
9301
9302 self = self;
3a0958b1 9303 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetStringSelection",_kwnames,&_argo0))
8ab979d7 9304 return NULL;
1d99702e
RD
9305 if (_argo0) {
9306 if (_argo0 == Py_None) { _arg0 = NULL; }
9307 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
3a0958b1 9308 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
8ab979d7
RD
9309 return NULL;
9310 }
9311 }
9312{
0adbc166 9313 wxPy_BEGIN_ALLOW_THREADS;
3a0958b1 9314 _result = new wxString (wxRadioBox_GetStringSelection(_arg0));
0adbc166
RD
9315
9316 wxPy_END_ALLOW_THREADS;
9317 if (PyErr_Occurred()) return NULL;
3a0958b1
RD
9318}{
9319 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
9320}
9321{
9322 delete _result;
9323}
0adbc166
RD
9324 return _resultobj;
9325}
9326
3a0958b1
RD
9327#define wxRadioBox_GetCount(_swigobj) (_swigobj->GetCount())
9328static PyObject *_wrap_wxRadioBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
0adbc166
RD
9329 PyObject * _resultobj;
9330 int _result;
9331 wxRadioBox * _arg0;
9332 PyObject * _argo0 = 0;
9333 char *_kwnames[] = { "self", NULL };
9334
9335 self = self;
3a0958b1 9336 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetCount",_kwnames,&_argo0))
185d7c3e 9337 return NULL;
0adbc166
RD
9338 if (_argo0) {
9339 if (_argo0 == Py_None) { _arg0 = NULL; }
9340 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
3a0958b1 9341 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetCount. Expected _wxRadioBox_p.");
8ab979d7 9342 return NULL;
0adbc166 9343 }
8ab979d7 9344 }
cf694132
RD
9345{
9346 wxPy_BEGIN_ALLOW_THREADS;
3a0958b1 9347 _result = (int )wxRadioBox_GetCount(_arg0);
cf694132
RD
9348
9349 wxPy_END_ALLOW_THREADS;
493f1553 9350 if (PyErr_Occurred()) return NULL;
0adbc166 9351} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
9352 return _resultobj;
9353}
9354
9355#define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
efc5f224 9356static PyObject *_wrap_wxRadioBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9357 PyObject * _resultobj;
9358 wxRadioBox * _arg0;
9359 int _arg1;
1d99702e 9360 PyObject * _argo0 = 0;
efc5f224 9361 char *_kwnames[] = { "self","n", NULL };
8ab979d7
RD
9362
9363 self = self;
efc5f224 9364 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_SetSelection",_kwnames,&_argo0,&_arg1))
8ab979d7 9365 return NULL;
1d99702e
RD
9366 if (_argo0) {
9367 if (_argo0 == Py_None) { _arg0 = NULL; }
9368 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
8ab979d7
RD
9369 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
9370 return NULL;
9371 }
9372 }
cf694132
RD
9373{
9374 wxPy_BEGIN_ALLOW_THREADS;
9375 wxRadioBox_SetSelection(_arg0,_arg1);
9376
9377 wxPy_END_ALLOW_THREADS;
493f1553 9378 if (PyErr_Occurred()) return NULL;
cf694132 9379} Py_INCREF(Py_None);
8ab979d7
RD
9380 _resultobj = Py_None;
9381 return _resultobj;
9382}
9383
9384#define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
efc5f224 9385static PyObject *_wrap_wxRadioBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9386 PyObject * _resultobj;
9387 wxRadioBox * _arg0;
9388 wxString * _arg1;
1d99702e 9389 PyObject * _argo0 = 0;
8ab979d7 9390 PyObject * _obj1 = 0;
efc5f224 9391 char *_kwnames[] = { "self","string", NULL };
8ab979d7
RD
9392
9393 self = self;
efc5f224 9394 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_SetStringSelection",_kwnames,&_argo0,&_obj1))
8ab979d7 9395 return NULL;
1d99702e
RD
9396 if (_argo0) {
9397 if (_argo0 == Py_None) { _arg0 = NULL; }
9398 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
8ab979d7
RD
9399 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
9400 return NULL;
9401 }
9402 }
9403{
185d7c3e
RD
9404#if PYTHON_API_VERSION >= 1009
9405 char* tmpPtr; int tmpSize;
9406 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 9407 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
9408 return NULL;
9409 }
9410 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
9411 return NULL;
9412 _arg1 = new wxString(tmpPtr, tmpSize);
9413#else
8ab979d7
RD
9414 if (!PyString_Check(_obj1)) {
9415 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
9416 return NULL;
9417 }
185d7c3e
RD
9418 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
9419#endif
8ab979d7 9420}
cf694132
RD
9421{
9422 wxPy_BEGIN_ALLOW_THREADS;
9423 wxRadioBox_SetStringSelection(_arg0,*_arg1);
9424
9425 wxPy_END_ALLOW_THREADS;
493f1553 9426 if (PyErr_Occurred()) return NULL;
cf694132 9427} Py_INCREF(Py_None);
8ab979d7
RD
9428 _resultobj = Py_None;
9429{
9430 if (_obj1)
9431 delete _arg1;
9432}
9433 return _resultobj;
9434}
9435
9436#define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
efc5f224 9437static PyObject *_wrap_wxRadioBox_Show(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9438 PyObject * _resultobj;
9439 wxRadioBox * _arg0;
9440 bool _arg1;
1d99702e 9441 PyObject * _argo0 = 0;
8ab979d7 9442 int tempbool1;
efc5f224 9443 char *_kwnames[] = { "self","show", NULL };
8ab979d7
RD
9444
9445 self = self;
efc5f224 9446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Show",_kwnames,&_argo0,&tempbool1))
8ab979d7 9447 return NULL;
1d99702e
RD
9448 if (_argo0) {
9449 if (_argo0 == Py_None) { _arg0 = NULL; }
9450 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
8ab979d7
RD
9451 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
9452 return NULL;
9453 }
9454 }
9455 _arg1 = (bool ) tempbool1;
cf694132
RD
9456{
9457 wxPy_BEGIN_ALLOW_THREADS;
9458 wxRadioBox_Show(_arg0,_arg1);
9459
9460 wxPy_END_ALLOW_THREADS;
493f1553 9461 if (PyErr_Occurred()) return NULL;
cf694132 9462} Py_INCREF(Py_None);
8ab979d7
RD
9463 _resultobj = Py_None;
9464 return _resultobj;
9465}
9466
9467#define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
efc5f224 9468static PyObject *_wrap_wxRadioBox_ShowItem(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9469 PyObject * _resultobj;
9470 wxRadioBox * _arg0;
9471 int _arg1;
9472 bool _arg2;
1d99702e 9473 PyObject * _argo0 = 0;
8ab979d7 9474 int tempbool2;
efc5f224 9475 char *_kwnames[] = { "self","item","show", NULL };
8ab979d7
RD
9476
9477 self = self;
efc5f224 9478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_ShowItem",_kwnames,&_argo0,&_arg1,&tempbool2))
8ab979d7 9479 return NULL;
1d99702e
RD
9480 if (_argo0) {
9481 if (_argo0 == Py_None) { _arg0 = NULL; }
9482 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
8ab979d7
RD
9483 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
9484 return NULL;
9485 }
9486 }
9487 _arg2 = (bool ) tempbool2;
cf694132
RD
9488{
9489 wxPy_BEGIN_ALLOW_THREADS;
9490 wxRadioBox_ShowItem(_arg0,_arg1,_arg2);
9491
9492 wxPy_END_ALLOW_THREADS;
493f1553 9493 if (PyErr_Occurred()) return NULL;
cf694132 9494} Py_INCREF(Py_None);
8ab979d7
RD
9495 _resultobj = Py_None;
9496 return _resultobj;
9497}
9498
9499static void *SwigwxRadioButtonTowxControl(void *ptr) {
9500 wxRadioButton *src;
9501 wxControl *dest;
9502 src = (wxRadioButton *) ptr;
9503 dest = (wxControl *) src;
9504 return (void *) dest;
9505}
9506
9507static void *SwigwxRadioButtonTowxWindow(void *ptr) {
9508 wxRadioButton *src;
9509 wxWindow *dest;
9510 src = (wxRadioButton *) ptr;
9511 dest = (wxWindow *) src;
9512 return (void *) dest;
9513}
9514
9515static void *SwigwxRadioButtonTowxEvtHandler(void *ptr) {
9516 wxRadioButton *src;
9517 wxEvtHandler *dest;
9518 src = (wxRadioButton *) ptr;
9519 dest = (wxEvtHandler *) src;
9520 return (void *) dest;
9521}
9522
9416aa89
RD
9523static void *SwigwxRadioButtonTowxObject(void *ptr) {
9524 wxRadioButton *src;
9525 wxObject *dest;
9526 src = (wxRadioButton *) ptr;
9527 dest = (wxObject *) src;
9528 return (void *) dest;
9529}
9530
8ab979d7 9531#define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
efc5f224 9532static PyObject *_wrap_new_wxRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9533 PyObject * _resultobj;
9534 wxRadioButton * _result;
9535 wxWindow * _arg0;
9536 wxWindowID _arg1;
9537 wxString * _arg2;
e508a2b6
RD
9538 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9539 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1d99702e 9540 long _arg5 = (long ) 0;
e508a2b6 9541 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
9542 char * _arg7 = (char *) "radioButton";
9543 PyObject * _argo0 = 0;
8ab979d7 9544 PyObject * _obj2 = 0;
2f90df85
RD
9545 wxPoint temp;
9546 PyObject * _obj3 = 0;
9547 wxSize temp0;
9548 PyObject * _obj4 = 0;
1d99702e 9549 PyObject * _argo6 = 0;
efc5f224 9550 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
8ab979d7
RD
9551 char _ptemp[128];
9552
9553 self = self;
2f90df85 9554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOs:new_wxRadioButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
8ab979d7 9555 return NULL;
1d99702e
RD
9556 if (_argo0) {
9557 if (_argo0 == Py_None) { _arg0 = NULL; }
9558 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
9559 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
9560 return NULL;
9561 }
9562 }
9563{
185d7c3e
RD
9564#if PYTHON_API_VERSION >= 1009
9565 char* tmpPtr; int tmpSize;
9566 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 9567 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
185d7c3e
RD
9568 return NULL;
9569 }
9570 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
9571 return NULL;
9572 _arg2 = new wxString(tmpPtr, tmpSize);
9573#else
8ab979d7
RD
9574 if (!PyString_Check(_obj2)) {
9575 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
9576 return NULL;
9577 }
185d7c3e
RD
9578 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
9579#endif
8ab979d7 9580}
2f90df85
RD
9581 if (_obj3)
9582{
09f3d4e6
RD
9583 _arg3 = &temp;
9584 if (! wxPoint_helper(_obj3, &_arg3))
9585 return NULL;
9586}
9587 if (_obj4)
9588{
9589 _arg4 = &temp0;
9590 if (! wxSize_helper(_obj4, &_arg4))
9591 return NULL;
9592}
9593 if (_argo6) {
9594 if (_argo6 == Py_None) { _arg6 = NULL; }
9595 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
9596 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
9597 return NULL;
9598 }
9599 }
9600{
9601 wxPy_BEGIN_ALLOW_THREADS;
9602 _result = (wxRadioButton *)new_wxRadioButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
9603
9604 wxPy_END_ALLOW_THREADS;
9605 if (PyErr_Occurred()) return NULL;
9606} if (_result) {
9607 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
9608 _resultobj = Py_BuildValue("s",_ptemp);
9609 } else {
9610 Py_INCREF(Py_None);
9611 _resultobj = Py_None;
9612 }
9613{
9614 if (_obj2)
9615 delete _arg2;
9616}
9617 return _resultobj;
9618}
9619
9620#define new_wxPreRadioButton() (new wxRadioButton())
9621static PyObject *_wrap_new_wxPreRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9622 PyObject * _resultobj;
9623 wxRadioButton * _result;
9624 char *_kwnames[] = { NULL };
9625 char _ptemp[128];
9626
9627 self = self;
9628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioButton",_kwnames))
9629 return NULL;
9630{
9631 wxPy_BEGIN_ALLOW_THREADS;
9632 _result = (wxRadioButton *)new_wxPreRadioButton();
9633
9634 wxPy_END_ALLOW_THREADS;
9635 if (PyErr_Occurred()) return NULL;
9636} if (_result) {
9637 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
9638 _resultobj = Py_BuildValue("s",_ptemp);
9639 } else {
9640 Py_INCREF(Py_None);
9641 _resultobj = Py_None;
9642 }
9643 return _resultobj;
9644}
9645
9646#define wxRadioButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
9647static PyObject *_wrap_wxRadioButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9648 PyObject * _resultobj;
9649 bool _result;
9650 wxRadioButton * _arg0;
9651 wxWindow * _arg1;
9652 wxWindowID _arg2;
9653 wxString * _arg3;
9654 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
9655 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
9656 long _arg6 = (long ) 0;
9657 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
9658 char * _arg8 = (char *) "radioButton";
9659 PyObject * _argo0 = 0;
9660 PyObject * _argo1 = 0;
9661 PyObject * _obj3 = 0;
9662 wxPoint temp;
9663 PyObject * _obj4 = 0;
9664 wxSize temp0;
9665 PyObject * _obj5 = 0;
9666 PyObject * _argo7 = 0;
9667 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
9668
9669 self = self;
9670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOs:wxRadioButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_arg8))
9671 return NULL;
9672 if (_argo0) {
9673 if (_argo0 == Py_None) { _arg0 = NULL; }
9674 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
9675 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_Create. Expected _wxRadioButton_p.");
9676 return NULL;
9677 }
9678 }
9679 if (_argo1) {
9680 if (_argo1 == Py_None) { _arg1 = NULL; }
9681 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9682 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioButton_Create. Expected _wxWindow_p.");
9683 return NULL;
9684 }
9685 }
9686{
9687#if PYTHON_API_VERSION >= 1009
9688 char* tmpPtr; int tmpSize;
9689 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
9690 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
9691 return NULL;
9692 }
9693 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
9694 return NULL;
9695 _arg3 = new wxString(tmpPtr, tmpSize);
9696#else
9697 if (!PyString_Check(_obj3)) {
9698 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
9699 return NULL;
9700 }
9701 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
9702#endif
9703}
9704 if (_obj4)
9705{
9706 _arg4 = &temp;
9707 if (! wxPoint_helper(_obj4, &_arg4))
8ab979d7 9708 return NULL;
2f90df85 9709}
09f3d4e6 9710 if (_obj5)
2f90df85 9711{
09f3d4e6
RD
9712 _arg5 = &temp0;
9713 if (! wxSize_helper(_obj5, &_arg5))
8ab979d7 9714 return NULL;
2f90df85 9715}
09f3d4e6
RD
9716 if (_argo7) {
9717 if (_argo7 == Py_None) { _arg7 = NULL; }
9718 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
9719 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxRadioButton_Create. Expected _wxValidator_p.");
8ab979d7
RD
9720 return NULL;
9721 }
9722 }
cf694132
RD
9723{
9724 wxPy_BEGIN_ALLOW_THREADS;
09f3d4e6 9725 _result = (bool )wxRadioButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8);
cf694132
RD
9726
9727 wxPy_END_ALLOW_THREADS;
493f1553 9728 if (PyErr_Occurred()) return NULL;
09f3d4e6 9729} _resultobj = Py_BuildValue("i",_result);
8ab979d7 9730{
09f3d4e6
RD
9731 if (_obj3)
9732 delete _arg3;
8ab979d7
RD
9733}
9734 return _resultobj;
9735}
9736
9737#define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
efc5f224 9738static PyObject *_wrap_wxRadioButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9739 PyObject * _resultobj;
9740 bool _result;
9741 wxRadioButton * _arg0;
1d99702e 9742 PyObject * _argo0 = 0;
efc5f224 9743 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
9744
9745 self = self;
efc5f224 9746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioButton_GetValue",_kwnames,&_argo0))
8ab979d7 9747 return NULL;
1d99702e
RD
9748 if (_argo0) {
9749 if (_argo0 == Py_None) { _arg0 = NULL; }
9750 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
8ab979d7
RD
9751 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
9752 return NULL;
9753 }
9754 }
cf694132
RD
9755{
9756 wxPy_BEGIN_ALLOW_THREADS;
9757 _result = (bool )wxRadioButton_GetValue(_arg0);
9758
9759 wxPy_END_ALLOW_THREADS;
493f1553 9760 if (PyErr_Occurred()) return NULL;
cf694132 9761} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
9762 return _resultobj;
9763}
9764
9765#define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
efc5f224 9766static PyObject *_wrap_wxRadioButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9767 PyObject * _resultobj;
9768 wxRadioButton * _arg0;
9769 bool _arg1;
1d99702e 9770 PyObject * _argo0 = 0;
8ab979d7 9771 int tempbool1;
efc5f224 9772 char *_kwnames[] = { "self","value", NULL };
8ab979d7
RD
9773
9774 self = self;
efc5f224 9775 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioButton_SetValue",_kwnames,&_argo0,&tempbool1))
8ab979d7 9776 return NULL;
1d99702e
RD
9777 if (_argo0) {
9778 if (_argo0 == Py_None) { _arg0 = NULL; }
9779 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
8ab979d7
RD
9780 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
9781 return NULL;
9782 }
9783 }
9784 _arg1 = (bool ) tempbool1;
cf694132
RD
9785{
9786 wxPy_BEGIN_ALLOW_THREADS;
9787 wxRadioButton_SetValue(_arg0,_arg1);
9788
9789 wxPy_END_ALLOW_THREADS;
493f1553 9790 if (PyErr_Occurred()) return NULL;
cf694132 9791} Py_INCREF(Py_None);
8ab979d7
RD
9792 _resultobj = Py_None;
9793 return _resultobj;
9794}
9795
9796static void *SwigwxSliderTowxControl(void *ptr) {
9797 wxSlider *src;
9798 wxControl *dest;
9799 src = (wxSlider *) ptr;
9800 dest = (wxControl *) src;
9801 return (void *) dest;
9802}
9803
9804static void *SwigwxSliderTowxWindow(void *ptr) {
9805 wxSlider *src;
9806 wxWindow *dest;
9807 src = (wxSlider *) ptr;
9808 dest = (wxWindow *) src;
9809 return (void *) dest;
9810}
9811
9812static void *SwigwxSliderTowxEvtHandler(void *ptr) {
9813 wxSlider *src;
9814 wxEvtHandler *dest;
9815 src = (wxSlider *) ptr;
9816 dest = (wxEvtHandler *) src;
9817 return (void *) dest;
9818}
9819
9416aa89
RD
9820static void *SwigwxSliderTowxObject(void *ptr) {
9821 wxSlider *src;
9822 wxObject *dest;
9823 src = (wxSlider *) ptr;
9824 dest = (wxObject *) src;
9825 return (void *) dest;
9826}
9827
8ab979d7 9828#define new_wxSlider(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxSlider(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
efc5f224 9829static PyObject *_wrap_new_wxSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9830 PyObject * _resultobj;
9831 wxSlider * _result;
9832 wxWindow * _arg0;
9833 wxWindowID _arg1;
9834 int _arg2;
9835 int _arg3;
9836 int _arg4;
e508a2b6
RD
9837 wxPoint * _arg5 = (wxPoint *) &wxDefaultPosition;
9838 wxSize * _arg6 = (wxSize *) &wxDefaultSize;
1d99702e 9839 long _arg7 = (long ) wxSL_HORIZONTAL;
e508a2b6 9840 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
1d99702e
RD
9841 char * _arg9 = (char *) "slider";
9842 PyObject * _argo0 = 0;
2f90df85
RD
9843 wxPoint temp;
9844 PyObject * _obj5 = 0;
9845 wxSize temp0;
9846 PyObject * _obj6 = 0;
1d99702e 9847 PyObject * _argo8 = 0;
efc5f224 9848 char *_kwnames[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
8ab979d7
RD
9849 char _ptemp[128];
9850
9851 self = self;
2f90df85 9852 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|OOlOs:new_wxSlider",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&_obj5,&_obj6,&_arg7,&_argo8,&_arg9))
8ab979d7 9853 return NULL;
1d99702e
RD
9854 if (_argo0) {
9855 if (_argo0 == Py_None) { _arg0 = NULL; }
9856 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8ab979d7
RD
9857 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
9858 return NULL;
9859 }
9860 }
2f90df85
RD
9861 if (_obj5)
9862{
9863 _arg5 = &temp;
9864 if (! wxPoint_helper(_obj5, &_arg5))
8ab979d7 9865 return NULL;
2f90df85
RD
9866}
9867 if (_obj6)
9868{
9869 _arg6 = &temp0;
9870 if (! wxSize_helper(_obj6, &_arg6))
8ab979d7 9871 return NULL;
2f90df85 9872}
1d99702e
RD
9873 if (_argo8) {
9874 if (_argo8 == Py_None) { _arg8 = NULL; }
9875 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
8ab979d7
RD
9876 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
9877 return NULL;
9878 }
9879 }
cf694132
RD
9880{
9881 wxPy_BEGIN_ALLOW_THREADS;
9882 _result = (wxSlider *)new_wxSlider(_arg0,_arg1,_arg2,_arg3,_arg4,*_arg5,*_arg6,_arg7,*_arg8,_arg9);
9883
9884 wxPy_END_ALLOW_THREADS;
493f1553 9885 if (PyErr_Occurred()) return NULL;
1d99702e
RD
9886} if (_result) {
9887 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
9888 _resultobj = Py_BuildValue("s",_ptemp);
9889 } else {
9890 Py_INCREF(Py_None);
9891 _resultobj = Py_None;
9892 }
8ab979d7
RD
9893 return _resultobj;
9894}
9895
09f3d4e6
RD
9896#define new_wxPreSlider() (new wxSlider())
9897static PyObject *_wrap_new_wxPreSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
9898 PyObject * _resultobj;
9899 wxSlider * _result;
9900 char *_kwnames[] = { NULL };
9901 char _ptemp[128];
9902
9903 self = self;
9904 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSlider",_kwnames))
9905 return NULL;
9906{
9907 wxPy_BEGIN_ALLOW_THREADS;
9908 _result = (wxSlider *)new_wxPreSlider();
9909
9910 wxPy_END_ALLOW_THREADS;
9911 if (PyErr_Occurred()) return NULL;
9912} if (_result) {
9913 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
9914 _resultobj = Py_BuildValue("s",_ptemp);
9915 } else {
9916 Py_INCREF(Py_None);
9917 _resultobj = Py_None;
9918 }
9919 return _resultobj;
9920}
9921
9922#define wxSlider_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
9923static PyObject *_wrap_wxSlider_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9924 PyObject * _resultobj;
9925 bool _result;
9926 wxSlider * _arg0;
9927 wxWindow * _arg1;
9928 wxWindowID _arg2;
9929 int _arg3;
9930 int _arg4;
9931 int _arg5;
9932 wxPoint * _arg6 = (wxPoint *) &wxDefaultPosition;
9933 wxSize * _arg7 = (wxSize *) &wxDefaultSize;
9934 long _arg8 = (long ) wxSL_HORIZONTAL;
9935 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
9936 char * _arg10 = (char *) "slider";
9937 PyObject * _argo0 = 0;
9938 PyObject * _argo1 = 0;
9939 wxPoint temp;
9940 PyObject * _obj6 = 0;
9941 wxSize temp0;
9942 PyObject * _obj7 = 0;
9943 PyObject * _argo9 = 0;
9944 char *_kwnames[] = { "self","parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
9945
9946 self = self;
9947 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiiii|OOlOs:wxSlider_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&_obj6,&_obj7,&_arg8,&_argo9,&_arg10))
9948 return NULL;
9949 if (_argo0) {
9950 if (_argo0 == Py_None) { _arg0 = NULL; }
9951 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
9952 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_Create. Expected _wxSlider_p.");
9953 return NULL;
9954 }
9955 }
9956 if (_argo1) {
9957 if (_argo1 == Py_None) { _arg1 = NULL; }
9958 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9959 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSlider_Create. Expected _wxWindow_p.");
9960 return NULL;
9961 }
9962 }
9963 if (_obj6)
9964{
9965 _arg6 = &temp;
9966 if (! wxPoint_helper(_obj6, &_arg6))
9967 return NULL;
9968}
9969 if (_obj7)
9970{
9971 _arg7 = &temp0;
9972 if (! wxSize_helper(_obj7, &_arg7))
9973 return NULL;
9974}
9975 if (_argo9) {
9976 if (_argo9 == Py_None) { _arg9 = NULL; }
9977 else if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
9978 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxSlider_Create. Expected _wxValidator_p.");
9979 return NULL;
9980 }
9981 }
9982{
9983 wxPy_BEGIN_ALLOW_THREADS;
9984 _result = (bool )wxSlider_Create(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,*_arg6,*_arg7,_arg8,*_arg9,_arg10);
9985
9986 wxPy_END_ALLOW_THREADS;
9987 if (PyErr_Occurred()) return NULL;
9988} _resultobj = Py_BuildValue("i",_result);
9989 return _resultobj;
9990}
9991
8ab979d7 9992#define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
efc5f224 9993static PyObject *_wrap_wxSlider_ClearSel(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
9994 PyObject * _resultobj;
9995 wxSlider * _arg0;
1d99702e 9996 PyObject * _argo0 = 0;
efc5f224 9997 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
9998
9999 self = self;
efc5f224 10000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearSel",_kwnames,&_argo0))
8ab979d7 10001 return NULL;
1d99702e
RD
10002 if (_argo0) {
10003 if (_argo0 == Py_None) { _arg0 = NULL; }
10004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
10006 return NULL;
10007 }
10008 }
cf694132
RD
10009{
10010 wxPy_BEGIN_ALLOW_THREADS;
10011 wxSlider_ClearSel(_arg0);
10012
10013 wxPy_END_ALLOW_THREADS;
493f1553 10014 if (PyErr_Occurred()) return NULL;
cf694132 10015} Py_INCREF(Py_None);
8ab979d7
RD
10016 _resultobj = Py_None;
10017 return _resultobj;
10018}
10019
10020#define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
efc5f224 10021static PyObject *_wrap_wxSlider_ClearTicks(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10022 PyObject * _resultobj;
10023 wxSlider * _arg0;
1d99702e 10024 PyObject * _argo0 = 0;
efc5f224 10025 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10026
10027 self = self;
efc5f224 10028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearTicks",_kwnames,&_argo0))
8ab979d7 10029 return NULL;
1d99702e
RD
10030 if (_argo0) {
10031 if (_argo0 == Py_None) { _arg0 = NULL; }
10032 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10033 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
10034 return NULL;
10035 }
10036 }
cf694132
RD
10037{
10038 wxPy_BEGIN_ALLOW_THREADS;
10039 wxSlider_ClearTicks(_arg0);
10040
10041 wxPy_END_ALLOW_THREADS;
493f1553 10042 if (PyErr_Occurred()) return NULL;
cf694132 10043} Py_INCREF(Py_None);
8ab979d7
RD
10044 _resultobj = Py_None;
10045 return _resultobj;
10046}
10047
10048#define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
efc5f224 10049static PyObject *_wrap_wxSlider_GetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10050 PyObject * _resultobj;
10051 int _result;
10052 wxSlider * _arg0;
1d99702e 10053 PyObject * _argo0 = 0;
efc5f224 10054 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10055
10056 self = self;
efc5f224 10057 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetLineSize",_kwnames,&_argo0))
8ab979d7 10058 return NULL;
1d99702e
RD
10059 if (_argo0) {
10060 if (_argo0 == Py_None) { _arg0 = NULL; }
10061 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10062 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
10063 return NULL;
10064 }
10065 }
cf694132
RD
10066{
10067 wxPy_BEGIN_ALLOW_THREADS;
10068 _result = (int )wxSlider_GetLineSize(_arg0);
10069
10070 wxPy_END_ALLOW_THREADS;
493f1553 10071 if (PyErr_Occurred()) return NULL;
cf694132 10072} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10073 return _resultobj;
10074}
10075
10076#define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
efc5f224 10077static PyObject *_wrap_wxSlider_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10078 PyObject * _resultobj;
10079 int _result;
10080 wxSlider * _arg0;
1d99702e 10081 PyObject * _argo0 = 0;
efc5f224 10082 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10083
10084 self = self;
efc5f224 10085 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMax",_kwnames,&_argo0))
8ab979d7 10086 return NULL;
1d99702e
RD
10087 if (_argo0) {
10088 if (_argo0 == Py_None) { _arg0 = NULL; }
10089 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10090 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
10091 return NULL;
10092 }
10093 }
cf694132
RD
10094{
10095 wxPy_BEGIN_ALLOW_THREADS;
10096 _result = (int )wxSlider_GetMax(_arg0);
10097
10098 wxPy_END_ALLOW_THREADS;
493f1553 10099 if (PyErr_Occurred()) return NULL;
cf694132 10100} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10101 return _resultobj;
10102}
10103
10104#define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
efc5f224 10105static PyObject *_wrap_wxSlider_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10106 PyObject * _resultobj;
10107 int _result;
10108 wxSlider * _arg0;
1d99702e 10109 PyObject * _argo0 = 0;
efc5f224 10110 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10111
10112 self = self;
efc5f224 10113 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMin",_kwnames,&_argo0))
8ab979d7 10114 return NULL;
1d99702e
RD
10115 if (_argo0) {
10116 if (_argo0 == Py_None) { _arg0 = NULL; }
10117 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10118 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
10119 return NULL;
10120 }
10121 }
cf694132
RD
10122{
10123 wxPy_BEGIN_ALLOW_THREADS;
10124 _result = (int )wxSlider_GetMin(_arg0);
10125
10126 wxPy_END_ALLOW_THREADS;
493f1553 10127 if (PyErr_Occurred()) return NULL;
cf694132 10128} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10129 return _resultobj;
10130}
10131
10132#define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
efc5f224 10133static PyObject *_wrap_wxSlider_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10134 PyObject * _resultobj;
10135 int _result;
10136 wxSlider * _arg0;
1d99702e 10137 PyObject * _argo0 = 0;
efc5f224 10138 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10139
10140 self = self;
efc5f224 10141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetPageSize",_kwnames,&_argo0))
8ab979d7 10142 return NULL;
1d99702e
RD
10143 if (_argo0) {
10144 if (_argo0 == Py_None) { _arg0 = NULL; }
10145 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10146 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
10147 return NULL;
10148 }
10149 }
cf694132
RD
10150{
10151 wxPy_BEGIN_ALLOW_THREADS;
10152 _result = (int )wxSlider_GetPageSize(_arg0);
10153
10154 wxPy_END_ALLOW_THREADS;
493f1553 10155 if (PyErr_Occurred()) return NULL;
cf694132 10156} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10157 return _resultobj;
10158}
10159
10160#define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
efc5f224 10161static PyObject *_wrap_wxSlider_GetSelEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10162 PyObject * _resultobj;
10163 int _result;
10164 wxSlider * _arg0;
1d99702e 10165 PyObject * _argo0 = 0;
efc5f224 10166 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10167
10168 self = self;
efc5f224 10169 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelEnd",_kwnames,&_argo0))
8ab979d7 10170 return NULL;
1d99702e
RD
10171 if (_argo0) {
10172 if (_argo0 == Py_None) { _arg0 = NULL; }
10173 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10174 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
10175 return NULL;
10176 }
10177 }
cf694132
RD
10178{
10179 wxPy_BEGIN_ALLOW_THREADS;
10180 _result = (int )wxSlider_GetSelEnd(_arg0);
10181
10182 wxPy_END_ALLOW_THREADS;
493f1553 10183 if (PyErr_Occurred()) return NULL;
cf694132 10184} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10185 return _resultobj;
10186}
10187
10188#define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
efc5f224 10189static PyObject *_wrap_wxSlider_GetSelStart(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10190 PyObject * _resultobj;
10191 int _result;
10192 wxSlider * _arg0;
1d99702e 10193 PyObject * _argo0 = 0;
efc5f224 10194 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10195
10196 self = self;
efc5f224 10197 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelStart",_kwnames,&_argo0))
8ab979d7 10198 return NULL;
1d99702e
RD
10199 if (_argo0) {
10200 if (_argo0 == Py_None) { _arg0 = NULL; }
10201 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10202 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
10203 return NULL;
10204 }
10205 }
cf694132
RD
10206{
10207 wxPy_BEGIN_ALLOW_THREADS;
10208 _result = (int )wxSlider_GetSelStart(_arg0);
10209
10210 wxPy_END_ALLOW_THREADS;
493f1553 10211 if (PyErr_Occurred()) return NULL;
cf694132 10212} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10213 return _resultobj;
10214}
10215
10216#define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
efc5f224 10217static PyObject *_wrap_wxSlider_GetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10218 PyObject * _resultobj;
10219 int _result;
10220 wxSlider * _arg0;
1d99702e 10221 PyObject * _argo0 = 0;
efc5f224 10222 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10223
10224 self = self;
efc5f224 10225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetThumbLength",_kwnames,&_argo0))
8ab979d7 10226 return NULL;
1d99702e
RD
10227 if (_argo0) {
10228 if (_argo0 == Py_None) { _arg0 = NULL; }
10229 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10230 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
10231 return NULL;
10232 }
10233 }
cf694132
RD
10234{
10235 wxPy_BEGIN_ALLOW_THREADS;
10236 _result = (int )wxSlider_GetThumbLength(_arg0);
10237
10238 wxPy_END_ALLOW_THREADS;
493f1553 10239 if (PyErr_Occurred()) return NULL;
cf694132 10240} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10241 return _resultobj;
10242}
10243
10244#define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
efc5f224 10245static PyObject *_wrap_wxSlider_GetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10246 PyObject * _resultobj;
10247 int _result;
10248 wxSlider * _arg0;
1d99702e 10249 PyObject * _argo0 = 0;
efc5f224 10250 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10251
10252 self = self;
efc5f224 10253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetTickFreq",_kwnames,&_argo0))
8ab979d7 10254 return NULL;
1d99702e
RD
10255 if (_argo0) {
10256 if (_argo0 == Py_None) { _arg0 = NULL; }
10257 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10258 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
10259 return NULL;
10260 }
10261 }
cf694132
RD
10262{
10263 wxPy_BEGIN_ALLOW_THREADS;
10264 _result = (int )wxSlider_GetTickFreq(_arg0);
10265
10266 wxPy_END_ALLOW_THREADS;
493f1553 10267 if (PyErr_Occurred()) return NULL;
cf694132 10268} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10269 return _resultobj;
10270}
10271
10272#define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
efc5f224 10273static PyObject *_wrap_wxSlider_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10274 PyObject * _resultobj;
10275 int _result;
10276 wxSlider * _arg0;
1d99702e 10277 PyObject * _argo0 = 0;
efc5f224 10278 char *_kwnames[] = { "self", NULL };
8ab979d7
RD
10279
10280 self = self;
efc5f224 10281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetValue",_kwnames,&_argo0))
8ab979d7 10282 return NULL;
1d99702e
RD
10283 if (_argo0) {
10284 if (_argo0 == Py_None) { _arg0 = NULL; }
10285 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10286 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
10287 return NULL;
10288 }
10289 }
cf694132
RD
10290{
10291 wxPy_BEGIN_ALLOW_THREADS;
10292 _result = (int )wxSlider_GetValue(_arg0);
10293
10294 wxPy_END_ALLOW_THREADS;
493f1553 10295 if (PyErr_Occurred()) return NULL;
cf694132 10296} _resultobj = Py_BuildValue("i",_result);
8ab979d7
RD
10297 return _resultobj;
10298}
10299
10300#define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
efc5f224 10301static PyObject *_wrap_wxSlider_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10302 PyObject * _resultobj;
10303 wxSlider * _arg0;
10304 int _arg1;
10305 int _arg2;
1d99702e 10306 PyObject * _argo0 = 0;
efc5f224 10307 char *_kwnames[] = { "self","minValue","maxValue", NULL };
8ab979d7
RD
10308
10309 self = self;
efc5f224 10310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 10311 return NULL;
1d99702e
RD
10312 if (_argo0) {
10313 if (_argo0 == Py_None) { _arg0 = NULL; }
10314 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10315 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
10316 return NULL;
10317 }
10318 }
cf694132
RD
10319{
10320 wxPy_BEGIN_ALLOW_THREADS;
10321 wxSlider_SetRange(_arg0,_arg1,_arg2);
10322
10323 wxPy_END_ALLOW_THREADS;
493f1553 10324 if (PyErr_Occurred()) return NULL;
cf694132 10325} Py_INCREF(Py_None);
8ab979d7
RD
10326 _resultobj = Py_None;
10327 return _resultobj;
10328}
10329
10330#define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
efc5f224 10331static PyObject *_wrap_wxSlider_SetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10332 PyObject * _resultobj;
10333 wxSlider * _arg0;
10334 int _arg1;
10335 int _arg2;
1d99702e 10336 PyObject * _argo0 = 0;
efc5f224 10337 char *_kwnames[] = { "self","n","pos", NULL };
8ab979d7
RD
10338
10339 self = self;
efc5f224 10340 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetTickFreq",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 10341 return NULL;
1d99702e
RD
10342 if (_argo0) {
10343 if (_argo0 == Py_None) { _arg0 = NULL; }
10344 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10345 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
10346 return NULL;
10347 }
10348 }
cf694132
RD
10349{
10350 wxPy_BEGIN_ALLOW_THREADS;
10351 wxSlider_SetTickFreq(_arg0,_arg1,_arg2);
10352
10353 wxPy_END_ALLOW_THREADS;
493f1553 10354 if (PyErr_Occurred()) return NULL;
cf694132 10355} Py_INCREF(Py_None);
8ab979d7
RD
10356 _resultobj = Py_None;
10357 return _resultobj;
10358}
10359
10360#define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
efc5f224 10361static PyObject *_wrap_wxSlider_SetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10362 PyObject * _resultobj;
10363 wxSlider * _arg0;
10364 int _arg1;
1d99702e 10365 PyObject * _argo0 = 0;
efc5f224 10366 char *_kwnames[] = { "self","lineSize", NULL };
8ab979d7
RD
10367
10368 self = self;
efc5f224 10369 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetLineSize",_kwnames,&_argo0,&_arg1))
8ab979d7 10370 return NULL;
1d99702e
RD
10371 if (_argo0) {
10372 if (_argo0 == Py_None) { _arg0 = NULL; }
10373 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10374 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
10375 return NULL;
10376 }
10377 }
cf694132
RD
10378{
10379 wxPy_BEGIN_ALLOW_THREADS;
10380 wxSlider_SetLineSize(_arg0,_arg1);
10381
10382 wxPy_END_ALLOW_THREADS;
493f1553 10383 if (PyErr_Occurred()) return NULL;
cf694132 10384} Py_INCREF(Py_None);
8ab979d7
RD
10385 _resultobj = Py_None;
10386 return _resultobj;
10387}
10388
10389#define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
efc5f224 10390static PyObject *_wrap_wxSlider_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10391 PyObject * _resultobj;
10392 wxSlider * _arg0;
10393 int _arg1;
1d99702e 10394 PyObject * _argo0 = 0;
efc5f224 10395 char *_kwnames[] = { "self","pageSize", NULL };
8ab979d7
RD
10396
10397 self = self;
efc5f224 10398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetPageSize",_kwnames,&_argo0,&_arg1))
8ab979d7 10399 return NULL;
1d99702e
RD
10400 if (_argo0) {
10401 if (_argo0 == Py_None) { _arg0 = NULL; }
10402 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10403 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
10404 return NULL;
10405 }
10406 }
cf694132
RD
10407{
10408 wxPy_BEGIN_ALLOW_THREADS;
10409 wxSlider_SetPageSize(_arg0,_arg1);
10410
10411 wxPy_END_ALLOW_THREADS;
493f1553 10412 if (PyErr_Occurred()) return NULL;
cf694132 10413} Py_INCREF(Py_None);
8ab979d7
RD
10414 _resultobj = Py_None;
10415 return _resultobj;
10416}
10417
10418#define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
efc5f224 10419static PyObject *_wrap_wxSlider_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10420 PyObject * _resultobj;
10421 wxSlider * _arg0;
10422 int _arg1;
10423 int _arg2;
1d99702e 10424 PyObject * _argo0 = 0;
efc5f224 10425 char *_kwnames[] = { "self","startPos","endPos", NULL };
8ab979d7
RD
10426
10427 self = self;
efc5f224 10428 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
8ab979d7 10429 return NULL;
1d99702e
RD
10430 if (_argo0) {
10431 if (_argo0 == Py_None) { _arg0 = NULL; }
10432 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10433 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
10434 return NULL;
10435 }
10436 }
cf694132
RD
10437{
10438 wxPy_BEGIN_ALLOW_THREADS;
10439 wxSlider_SetSelection(_arg0,_arg1,_arg2);
10440
10441 wxPy_END_ALLOW_THREADS;
493f1553 10442 if (PyErr_Occurred()) return NULL;
cf694132 10443} Py_INCREF(Py_None);
8ab979d7
RD
10444 _resultobj = Py_None;
10445 return _resultobj;
10446}
10447
10448#define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
efc5f224 10449static PyObject *_wrap_wxSlider_SetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10450 PyObject * _resultobj;
10451 wxSlider * _arg0;
10452 int _arg1;
1d99702e 10453 PyObject * _argo0 = 0;
efc5f224 10454 char *_kwnames[] = { "self","len", NULL };
8ab979d7
RD
10455
10456 self = self;
efc5f224 10457 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetThumbLength",_kwnames,&_argo0,&_arg1))
8ab979d7 10458 return NULL;
1d99702e
RD
10459 if (_argo0) {
10460 if (_argo0 == Py_None) { _arg0 = NULL; }
10461 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10462 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
10463 return NULL;
10464 }
10465 }
cf694132
RD
10466{
10467 wxPy_BEGIN_ALLOW_THREADS;
10468 wxSlider_SetThumbLength(_arg0,_arg1);
10469
10470 wxPy_END_ALLOW_THREADS;
493f1553 10471 if (PyErr_Occurred()) return NULL;
cf694132 10472} Py_INCREF(Py_None);
8ab979d7
RD
10473 _resultobj = Py_None;
10474 return _resultobj;
10475}
10476
10477#define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
efc5f224 10478static PyObject *_wrap_wxSlider_SetTick(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10479 PyObject * _resultobj;
10480 wxSlider * _arg0;
10481 int _arg1;
1d99702e 10482 PyObject * _argo0 = 0;
efc5f224 10483 char *_kwnames[] = { "self","tickPos", NULL };
8ab979d7
RD
10484
10485 self = self;
efc5f224 10486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetTick",_kwnames,&_argo0,&_arg1))
8ab979d7 10487 return NULL;
1d99702e
RD
10488 if (_argo0) {
10489 if (_argo0 == Py_None) { _arg0 = NULL; }
10490 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10491 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
10492 return NULL;
10493 }
10494 }
cf694132
RD
10495{
10496 wxPy_BEGIN_ALLOW_THREADS;
10497 wxSlider_SetTick(_arg0,_arg1);
10498
10499 wxPy_END_ALLOW_THREADS;
493f1553 10500 if (PyErr_Occurred()) return NULL;
cf694132 10501} Py_INCREF(Py_None);
8ab979d7
RD
10502 _resultobj = Py_None;
10503 return _resultobj;
10504}
10505
10506#define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
efc5f224 10507static PyObject *_wrap_wxSlider_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8ab979d7
RD
10508 PyObject * _resultobj;
10509 wxSlider * _arg0;
10510 int _arg1;
1d99702e 10511 PyObject * _argo0 = 0;
efc5f224 10512 char *_kwnames[] = { "self","value", NULL };
8ab979d7
RD
10513
10514 self = self;
efc5f224 10515 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetValue",_kwnames,&_argo0,&_arg1))
8ab979d7 10516 return NULL;
1d99702e
RD
10517 if (_argo0) {
10518 if (_argo0 == Py_None) { _arg0 = NULL; }
10519 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
8ab979d7
RD
10520 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
10521 return NULL;
10522 }
10523 }
cf694132
RD
10524{
10525 wxPy_BEGIN_ALLOW_THREADS;
10526 wxSlider_SetValue(_arg0,_arg1);
10527
10528 wxPy_END_ALLOW_THREADS;
493f1553 10529 if (PyErr_Occurred()) return NULL;
cf694132 10530} Py_INCREF(Py_None);
8ab979d7
RD
10531 _resultobj = Py_None;
10532 return _resultobj;
10533}
10534
f6bcfd97
BP
10535static void *SwigwxSpinCtrlTowxSpinButton(void *ptr) {
10536 wxSpinCtrl *src;
10537 wxSpinButton *dest;
10538 src = (wxSpinCtrl *) ptr;
10539 dest = (wxSpinButton *) src;
10540 return (void *) dest;
10541}
10542
10543static void *SwigwxSpinCtrlTowxControl(void *ptr) {
10544 wxSpinCtrl *src;
10545 wxControl *dest;
10546 src = (wxSpinCtrl *) ptr;
10547 dest = (wxControl *) src;
10548 return (void *) dest;
10549}
10550
10551static void *SwigwxSpinCtrlTowxWindow(void *ptr) {
10552 wxSpinCtrl *src;
10553 wxWindow *dest;
10554 src = (wxSpinCtrl *) ptr;
10555 dest = (wxWindow *) src;
10556 return (void *) dest;
10557}
10558
10559static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr) {
10560 wxSpinCtrl *src;
10561 wxEvtHandler *dest;
10562 src = (wxSpinCtrl *) ptr;
10563 dest = (wxEvtHandler *) src;
10564 return (void *) dest;
10565}
10566
9416aa89
RD
10567static void *SwigwxSpinCtrlTowxObject(void *ptr) {
10568 wxSpinCtrl *src;
10569 wxObject *dest;
10570 src = (wxSpinCtrl *) ptr;
10571 dest = (wxObject *) src;
10572 return (void *) dest;
10573}
10574
f6bcfd97
BP
10575#define new_wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
10576static PyObject *_wrap_new_wxSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
10577 PyObject * _resultobj;
10578 wxSpinCtrl * _result;
10579 wxWindow * _arg0;
10580 wxWindowID _arg1 = (wxWindowID ) -1;
10581 char * _arg2 = (char *) "";
e508a2b6
RD
10582 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
10583 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
f6bcfd97
BP
10584 long _arg5 = (long ) wxSP_ARROW_KEYS;
10585 int _arg6 = (int ) 0;
10586 int _arg7 = (int ) 100;
10587 int _arg8 = (int ) 0;
10588 char * _arg9 = (char *) "wxSpinCtrl";
10589 PyObject * _argo0 = 0;
10590 wxPoint temp;
10591 PyObject * _obj3 = 0;
10592 wxSize temp0;
10593 PyObject * _obj4 = 0;
10594 char *_kwnames[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL };
10595 char _ptemp[128];
10596
10597 self = self;
10598 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|isOOliiis:new_wxSpinCtrl",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_obj4,&_arg5,&_arg6,&_arg7,&_arg8,&_arg9))
10599 return NULL;
10600 if (_argo0) {
10601 if (_argo0 == Py_None) { _arg0 = NULL; }
10602 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
10603 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
10604 return NULL;
10605 }
10606 }
10607 if (_obj3)
10608{
10609 _arg3 = &temp;
10610 if (! wxPoint_helper(_obj3, &_arg3))
10611 return NULL;
10612}
10613 if (_obj4)
10614{
10615 _arg4 = &temp0;
10616 if (! wxSize_helper(_obj4, &_arg4))
10617 return NULL;
10618}
10619{
10620 wxPy_BEGIN_ALLOW_THREADS;
10621 _result = (wxSpinCtrl *)new_wxSpinCtrl(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,_arg9);
10622
10623 wxPy_END_ALLOW_THREADS;
493f1553 10624 if (PyErr_Occurred()) return NULL;
f6bcfd97
BP
10625} if (_result) {
10626 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
10627 _resultobj = Py_BuildValue("s",_ptemp);
10628 } else {
10629 Py_INCREF(Py_None);
10630 _resultobj = Py_None;
10631 }
10632 return _resultobj;
10633}
10634
09f3d4e6
RD
10635#define new_wxPreSpinCtrl() (new wxSpinCtrl())
10636static PyObject *_wrap_new_wxPreSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
10637 PyObject * _resultobj;
10638 wxSpinCtrl * _result;
10639 char *_kwnames[] = { NULL };
10640 char _ptemp[128];
10641
10642 self = self;
10643 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinCtrl",_kwnames))
10644 return NULL;
10645{
10646 wxPy_BEGIN_ALLOW_THREADS;
10647 _result = (wxSpinCtrl *)new_wxPreSpinCtrl();
10648
10649 wxPy_END_ALLOW_THREADS;
10650 if (PyErr_Occurred()) return NULL;
10651} if (_result) {
10652 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
10653 _resultobj = Py_BuildValue("s",_ptemp);
10654 } else {
10655 Py_INCREF(Py_None);
10656 _resultobj = Py_None;
10657 }
10658 return _resultobj;
10659}
10660
10661#define wxSpinCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
10662static PyObject *_wrap_wxSpinCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10663 PyObject * _resultobj;
10664 bool _result;
10665 wxSpinCtrl * _arg0;
10666 wxWindow * _arg1;
10667 wxWindowID _arg2 = (wxWindowID ) -1;
10668 char * _arg3 = (char *) "";
10669 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
10670 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
10671 long _arg6 = (long ) wxSP_ARROW_KEYS;
10672 int _arg7 = (int ) 0;
10673 int _arg8 = (int ) 100;
10674 int _arg9 = (int ) 0;
10675 char * _arg10 = (char *) "wxSpinCtrl";
10676 PyObject * _argo0 = 0;
10677 PyObject * _argo1 = 0;
10678 wxPoint temp;
10679 PyObject * _obj4 = 0;
10680 wxSize temp0;
10681 PyObject * _obj5 = 0;
10682 char *_kwnames[] = { "self","parent","id","value","pos","size","style","min","max","initial","name", NULL };
10683
10684 self = self;
10685 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|isOOliiis:wxSpinCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_obj4,&_obj5,&_arg6,&_arg7,&_arg8,&_arg9,&_arg10))
10686 return NULL;
10687 if (_argo0) {
10688 if (_argo0 == Py_None) { _arg0 = NULL; }
10689 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10690 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_Create. Expected _wxSpinCtrl_p.");
10691 return NULL;
10692 }
10693 }
10694 if (_argo1) {
10695 if (_argo1 == Py_None) { _arg1 = NULL; }
10696 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
10697 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinCtrl_Create. Expected _wxWindow_p.");
10698 return NULL;
10699 }
10700 }
10701 if (_obj4)
10702{
10703 _arg4 = &temp;
10704 if (! wxPoint_helper(_obj4, &_arg4))
10705 return NULL;
10706}
10707 if (_obj5)
10708{
10709 _arg5 = &temp0;
10710 if (! wxSize_helper(_obj5, &_arg5))
10711 return NULL;
10712}
10713{
10714 wxPy_BEGIN_ALLOW_THREADS;
10715 _result = (bool )wxSpinCtrl_Create(_arg0,_arg1,_arg2,_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,_arg10);
10716
10717 wxPy_END_ALLOW_THREADS;
10718 if (PyErr_Occurred()) return NULL;
10719} _resultobj = Py_BuildValue("i",_result);
10720 return _resultobj;
10721}
10722
c368d904
RD
10723#define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
10724static PyObject *_wrap_wxSpinCtrl_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10725 PyObject * _resultobj;
10726 int _result;
10727 wxSpinCtrl * _arg0;
10728 PyObject * _argo0 = 0;
10729 char *_kwnames[] = { "self", NULL };
10730
10731 self = self;
10732 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMax",_kwnames,&_argo0))
10733 return NULL;
10734 if (_argo0) {
10735 if (_argo0 == Py_None) { _arg0 = NULL; }
10736 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10737 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
10738 return NULL;
10739 }
10740 }
10741{
10742 wxPy_BEGIN_ALLOW_THREADS;
10743 _result = (int )wxSpinCtrl_GetMax(_arg0);
10744
10745 wxPy_END_ALLOW_THREADS;
493f1553 10746 if (PyErr_Occurred()) return NULL;
c368d904
RD
10747} _resultobj = Py_BuildValue("i",_result);
10748 return _resultobj;
10749}
10750
10751#define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
10752static PyObject *_wrap_wxSpinCtrl_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10753 PyObject * _resultobj;
10754 int _result;
10755 wxSpinCtrl * _arg0;
10756 PyObject * _argo0 = 0;
10757 char *_kwnames[] = { "self", NULL };
10758
10759 self = self;
10760 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMin",_kwnames,&_argo0))
10761 return NULL;
10762 if (_argo0) {
10763 if (_argo0 == Py_None) { _arg0 = NULL; }
10764 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10765 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
10766 return NULL;
10767 }
10768 }
10769{
10770 wxPy_BEGIN_ALLOW_THREADS;
10771 _result = (int )wxSpinCtrl_GetMin(_arg0);
10772
10773 wxPy_END_ALLOW_THREADS;
493f1553 10774 if (PyErr_Occurred()) return NULL;
c368d904
RD
10775} _resultobj = Py_BuildValue("i",_result);
10776 return _resultobj;
10777}
10778
10779#define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
10780static PyObject *_wrap_wxSpinCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10781 PyObject * _resultobj;
10782 int _result;
10783 wxSpinCtrl * _arg0;
10784 PyObject * _argo0 = 0;
10785 char *_kwnames[] = { "self", NULL };
10786
10787 self = self;
10788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetValue",_kwnames,&_argo0))
10789 return NULL;
10790 if (_argo0) {
10791 if (_argo0 == Py_None) { _arg0 = NULL; }
10792 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10793 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
10794 return NULL;
10795 }
10796 }
10797{
10798 wxPy_BEGIN_ALLOW_THREADS;
10799 _result = (int )wxSpinCtrl_GetValue(_arg0);
10800
10801 wxPy_END_ALLOW_THREADS;
493f1553 10802 if (PyErr_Occurred()) return NULL;
c368d904
RD
10803} _resultobj = Py_BuildValue("i",_result);
10804 return _resultobj;
10805}
10806
10807#define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
10808static PyObject *_wrap_wxSpinCtrl_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10809 PyObject * _resultobj;
10810 wxSpinCtrl * _arg0;
10811 int _arg1;
10812 int _arg2;
10813 PyObject * _argo0 = 0;
10814 char *_kwnames[] = { "self","min","max", NULL };
10815
10816 self = self;
10817 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinCtrl_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
10818 return NULL;
10819 if (_argo0) {
10820 if (_argo0 == Py_None) { _arg0 = NULL; }
10821 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10822 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
10823 return NULL;
10824 }
10825 }
10826{
10827 wxPy_BEGIN_ALLOW_THREADS;
10828 wxSpinCtrl_SetRange(_arg0,_arg1,_arg2);
10829
10830 wxPy_END_ALLOW_THREADS;
493f1553 10831 if (PyErr_Occurred()) return NULL;
c368d904
RD
10832} Py_INCREF(Py_None);
10833 _resultobj = Py_None;
10834 return _resultobj;
10835}
10836
10837#define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10838static PyObject *_wrap_wxSpinCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10839 PyObject * _resultobj;
10840 wxSpinCtrl * _arg0;
10841 int _arg1;
10842 PyObject * _argo0 = 0;
10843 char *_kwnames[] = { "self","value", NULL };
10844
10845 self = self;
10846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinCtrl_SetValue",_kwnames,&_argo0,&_arg1))
10847 return NULL;
10848 if (_argo0) {
10849 if (_argo0 == Py_None) { _arg0 = NULL; }
10850 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10851 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
10852 return NULL;
10853 }
10854 }
10855{
10856 wxPy_BEGIN_ALLOW_THREADS;
10857 wxSpinCtrl_SetValue(_arg0,_arg1);
10858
10859 wxPy_END_ALLOW_THREADS;
493f1553 10860 if (PyErr_Occurred()) return NULL;
c368d904
RD
10861} Py_INCREF(Py_None);
10862 _resultobj = Py_None;
10863 return _resultobj;
10864}
10865
d1679124
RD
10866static void *SwigwxToggleButtonTowxControl(void *ptr) {
10867 wxToggleButton *src;
10868 wxControl *dest;
10869 src = (wxToggleButton *) ptr;
10870 dest = (wxControl *) src;
10871 return (void *) dest;
10872}
10873
10874static void *SwigwxToggleButtonTowxWindow(void *ptr) {
10875 wxToggleButton *src;
10876 wxWindow *dest;
10877 src = (wxToggleButton *) ptr;
10878 dest = (wxWindow *) src;
10879 return (void *) dest;
10880}
10881
10882static void *SwigwxToggleButtonTowxEvtHandler(void *ptr) {
10883 wxToggleButton *src;
10884 wxEvtHandler *dest;
10885 src = (wxToggleButton *) ptr;
10886 dest = (wxEvtHandler *) src;
10887 return (void *) dest;
10888}
10889
9416aa89
RD
10890static void *SwigwxToggleButtonTowxObject(void *ptr) {
10891 wxToggleButton *src;
10892 wxObject *dest;
10893 src = (wxToggleButton *) ptr;
10894 dest = (wxObject *) src;
10895 return (void *) dest;
10896}
10897
d1679124
RD
10898#define new_wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10899static PyObject *_wrap_new_wxToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10900 PyObject * _resultobj;
10901 wxToggleButton * _result;
10902 wxWindow * _arg0;
10903 wxWindowID _arg1;
10904 wxString * _arg2;
10905 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
10906 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
10907 long _arg5 = (long ) 0;
10908 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
10909 char * _arg7 = (char *) "toggle";
10910 PyObject * _argo0 = 0;
10911 PyObject * _obj2 = 0;
10912 wxPoint temp;
10913 PyObject * _obj3 = 0;
10914 wxSize temp0;
10915 PyObject * _obj4 = 0;
10916 PyObject * _argo6 = 0;
10917 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
10918 char _ptemp[128];
10919
10920 self = self;
10921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOs:new_wxToggleButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7))
10922 return NULL;
10923 if (_argo0) {
10924 if (_argo0 == Py_None) { _arg0 = NULL; }
10925 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
10926 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxToggleButton. Expected _wxWindow_p.");
10927 return NULL;
10928 }
10929 }
10930{
10931#if PYTHON_API_VERSION >= 1009
10932 char* tmpPtr; int tmpSize;
10933 if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) {
794c5cb1 10934 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
d1679124
RD
10935 return NULL;
10936 }
10937 if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1)
10938 return NULL;
10939 _arg2 = new wxString(tmpPtr, tmpSize);
10940#else
10941 if (!PyString_Check(_obj2)) {
10942 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
10943 return NULL;
10944 }
10945 _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2));
10946#endif
10947}
10948 if (_obj3)
10949{
10950 _arg3 = &temp;
10951 if (! wxPoint_helper(_obj3, &_arg3))
10952 return NULL;
10953}
10954 if (_obj4)
10955{
10956 _arg4 = &temp0;
10957 if (! wxSize_helper(_obj4, &_arg4))
10958 return NULL;
10959}
10960 if (_argo6) {
10961 if (_argo6 == Py_None) { _arg6 = NULL; }
10962 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
10963 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxToggleButton. Expected _wxValidator_p.");
10964 return NULL;
10965 }
10966 }
10967{
10968 wxPy_BEGIN_ALLOW_THREADS;
10969 _result = (wxToggleButton *)new_wxToggleButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,_arg7);
10970
10971 wxPy_END_ALLOW_THREADS;
493f1553 10972 if (PyErr_Occurred()) return NULL;
d1679124
RD
10973} if (_result) {
10974 SWIG_MakePtr(_ptemp, (char *) _result,"_wxToggleButton_p");
10975 _resultobj = Py_BuildValue("s",_ptemp);
10976 } else {
10977 Py_INCREF(Py_None);
10978 _resultobj = Py_None;
10979 }
10980{
10981 if (_obj2)
10982 delete _arg2;
10983}
10984 return _resultobj;
10985}
10986
09f3d4e6
RD
10987#define new_wxPreToggleButton() (new wxToggleButton())
10988static PyObject *_wrap_new_wxPreToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10989 PyObject * _resultobj;
10990 wxToggleButton * _result;
10991 char *_kwnames[] = { NULL };
10992 char _ptemp[128];
10993
10994 self = self;
10995 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreToggleButton",_kwnames))
10996 return NULL;
10997{
10998 wxPy_BEGIN_ALLOW_THREADS;
10999 _result = (wxToggleButton *)new_wxPreToggleButton();
11000
11001 wxPy_END_ALLOW_THREADS;
11002 if (PyErr_Occurred()) return NULL;
11003} if (_result) {
11004 SWIG_MakePtr(_ptemp, (char *) _result,"_wxToggleButton_p");
11005 _resultobj = Py_BuildValue("s",_ptemp);
11006 } else {
11007 Py_INCREF(Py_None);
11008 _resultobj = Py_None;
11009 }
11010 return _resultobj;
11011}
11012
11013#define wxToggleButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
11014static PyObject *_wrap_wxToggleButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11015 PyObject * _resultobj;
11016 bool _result;
11017 wxToggleButton * _arg0;
11018 wxWindow * _arg1;
11019 wxWindowID _arg2;
11020 wxString * _arg3;
11021 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
11022 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
11023 long _arg6 = (long ) 0;
11024 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
11025 char * _arg8 = (char *) "toggle";
11026 PyObject * _argo0 = 0;
11027 PyObject * _argo1 = 0;
11028 PyObject * _obj3 = 0;
11029 wxPoint temp;
11030 PyObject * _obj4 = 0;
11031 wxSize temp0;
11032 PyObject * _obj5 = 0;
11033 PyObject * _argo7 = 0;
11034 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
11035
11036 self = self;
11037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOs:wxToggleButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_arg8))
11038 return NULL;
11039 if (_argo0) {
11040 if (_argo0 == Py_None) { _arg0 = NULL; }
11041 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11042 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_Create. Expected _wxToggleButton_p.");
11043 return NULL;
11044 }
11045 }
11046 if (_argo1) {
11047 if (_argo1 == Py_None) { _arg1 = NULL; }
11048 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
11049 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxToggleButton_Create. Expected _wxWindow_p.");
11050 return NULL;
11051 }
11052 }
11053{
11054#if PYTHON_API_VERSION >= 1009
11055 char* tmpPtr; int tmpSize;
11056 if (!PyString_Check(_obj3) && !PyUnicode_Check(_obj3)) {
11057 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
11058 return NULL;
11059 }
11060 if (PyString_AsStringAndSize(_obj3, &tmpPtr, &tmpSize) == -1)
11061 return NULL;
11062 _arg3 = new wxString(tmpPtr, tmpSize);
11063#else
11064 if (!PyString_Check(_obj3)) {
11065 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
11066 return NULL;
11067 }
11068 _arg3 = new wxString(PyString_AS_STRING(_obj3), PyString_GET_SIZE(_obj3));
11069#endif
11070}
11071 if (_obj4)
11072{
11073 _arg4 = &temp;
11074 if (! wxPoint_helper(_obj4, &_arg4))
11075 return NULL;
11076}
11077 if (_obj5)
11078{
11079 _arg5 = &temp0;
11080 if (! wxSize_helper(_obj5, &_arg5))
11081 return NULL;
11082}
11083 if (_argo7) {
11084 if (_argo7 == Py_None) { _arg7 = NULL; }
11085 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
11086 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxToggleButton_Create. Expected _wxValidator_p.");
11087 return NULL;
11088 }
11089 }
11090{
11091 wxPy_BEGIN_ALLOW_THREADS;
11092 _result = (bool )wxToggleButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,_arg8);
11093
11094 wxPy_END_ALLOW_THREADS;
11095 if (PyErr_Occurred()) return NULL;
11096} _resultobj = Py_BuildValue("i",_result);
11097{
11098 if (_obj3)
11099 delete _arg3;
11100}
11101 return _resultobj;
11102}
11103
d1679124
RD
11104#define wxToggleButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11105static PyObject *_wrap_wxToggleButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11106 PyObject * _resultobj;
11107 wxToggleButton * _arg0;
11108 bool _arg1;
11109 PyObject * _argo0 = 0;
11110 int tempbool1;
11111 char *_kwnames[] = { "self","value", NULL };
11112
11113 self = self;
11114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxToggleButton_SetValue",_kwnames,&_argo0,&tempbool1))
11115 return NULL;
11116 if (_argo0) {
11117 if (_argo0 == Py_None) { _arg0 = NULL; }
11118 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11119 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_SetValue. Expected _wxToggleButton_p.");
11120 return NULL;
11121 }
11122 }
11123 _arg1 = (bool ) tempbool1;
11124{
11125 wxPy_BEGIN_ALLOW_THREADS;
11126 wxToggleButton_SetValue(_arg0,_arg1);
11127
11128 wxPy_END_ALLOW_THREADS;
493f1553 11129 if (PyErr_Occurred()) return NULL;
d1679124
RD
11130} Py_INCREF(Py_None);
11131 _resultobj = Py_None;
11132 return _resultobj;
11133}
11134
11135#define wxToggleButton_GetValue(_swigobj) (_swigobj->GetValue())
11136static PyObject *_wrap_wxToggleButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11137 PyObject * _resultobj;
11138 bool _result;
11139 wxToggleButton * _arg0;
11140 PyObject * _argo0 = 0;
11141 char *_kwnames[] = { "self", NULL };
11142
11143 self = self;
11144 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxToggleButton_GetValue",_kwnames,&_argo0))
11145 return NULL;
11146 if (_argo0) {
11147 if (_argo0 == Py_None) { _arg0 = NULL; }
11148 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11149 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_GetValue. Expected _wxToggleButton_p.");
11150 return NULL;
11151 }
11152 }
11153{
11154 wxPy_BEGIN_ALLOW_THREADS;
11155 _result = (bool )wxToggleButton_GetValue(_arg0);
11156
11157 wxPy_END_ALLOW_THREADS;
493f1553 11158 if (PyErr_Occurred()) return NULL;
d1679124
RD
11159} _resultobj = Py_BuildValue("i",_result);
11160 return _resultobj;
11161}
11162
11163#define wxToggleButton_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
11164static PyObject *_wrap_wxToggleButton_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
11165 PyObject * _resultobj;
11166 wxToggleButton * _arg0;
11167 wxString * _arg1;
11168 PyObject * _argo0 = 0;
11169 PyObject * _obj1 = 0;
11170 char *_kwnames[] = { "self","label", NULL };
11171
11172 self = self;
11173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxToggleButton_SetLabel",_kwnames,&_argo0,&_obj1))
11174 return NULL;
11175 if (_argo0) {
11176 if (_argo0 == Py_None) { _arg0 = NULL; }
11177 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11178 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_SetLabel. Expected _wxToggleButton_p.");
11179 return NULL;
11180 }
11181 }
11182{
11183#if PYTHON_API_VERSION >= 1009
11184 char* tmpPtr; int tmpSize;
11185 if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
794c5cb1 11186 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
d1679124
RD
11187 return NULL;
11188 }
11189 if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
11190 return NULL;
11191 _arg1 = new wxString(tmpPtr, tmpSize);
11192#else
11193 if (!PyString_Check(_obj1)) {
11194 PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
11195 return NULL;
11196 }
11197 _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
11198#endif
11199}
11200{
11201 wxPy_BEGIN_ALLOW_THREADS;
11202 wxToggleButton_SetLabel(_arg0,*_arg1);
11203
11204 wxPy_END_ALLOW_THREADS;
493f1553 11205 if (PyErr_Occurred()) return NULL;
d1679124
RD
11206} Py_INCREF(Py_None);
11207 _resultobj = Py_None;
11208{
11209 if (_obj1)
11210 delete _arg1;
11211}
11212 return _resultobj;
11213}
11214
8ab979d7 11215static PyMethodDef controlscMethods[] = {
d1679124
RD
11216 { "wxToggleButton_SetLabel", (PyCFunction) _wrap_wxToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS },
11217 { "wxToggleButton_GetValue", (PyCFunction) _wrap_wxToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS },
11218 { "wxToggleButton_SetValue", (PyCFunction) _wrap_wxToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11219 { "wxToggleButton_Create", (PyCFunction) _wrap_wxToggleButton_Create, METH_VARARGS | METH_KEYWORDS },
11220 { "new_wxPreToggleButton", (PyCFunction) _wrap_new_wxPreToggleButton, METH_VARARGS | METH_KEYWORDS },
d1679124 11221 { "new_wxToggleButton", (PyCFunction) _wrap_new_wxToggleButton, METH_VARARGS | METH_KEYWORDS },
c368d904
RD
11222 { "wxSpinCtrl_SetValue", (PyCFunction) _wrap_wxSpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
11223 { "wxSpinCtrl_SetRange", (PyCFunction) _wrap_wxSpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS },
11224 { "wxSpinCtrl_GetValue", (PyCFunction) _wrap_wxSpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
11225 { "wxSpinCtrl_GetMin", (PyCFunction) _wrap_wxSpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS },
11226 { "wxSpinCtrl_GetMax", (PyCFunction) _wrap_wxSpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11227 { "wxSpinCtrl_Create", (PyCFunction) _wrap_wxSpinCtrl_Create, METH_VARARGS | METH_KEYWORDS },
11228 { "new_wxPreSpinCtrl", (PyCFunction) _wrap_new_wxPreSpinCtrl, METH_VARARGS | METH_KEYWORDS },
f6bcfd97 11229 { "new_wxSpinCtrl", (PyCFunction) _wrap_new_wxSpinCtrl, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11230 { "wxSlider_SetValue", (PyCFunction) _wrap_wxSlider_SetValue, METH_VARARGS | METH_KEYWORDS },
11231 { "wxSlider_SetTick", (PyCFunction) _wrap_wxSlider_SetTick, METH_VARARGS | METH_KEYWORDS },
11232 { "wxSlider_SetThumbLength", (PyCFunction) _wrap_wxSlider_SetThumbLength, METH_VARARGS | METH_KEYWORDS },
11233 { "wxSlider_SetSelection", (PyCFunction) _wrap_wxSlider_SetSelection, METH_VARARGS | METH_KEYWORDS },
11234 { "wxSlider_SetPageSize", (PyCFunction) _wrap_wxSlider_SetPageSize, METH_VARARGS | METH_KEYWORDS },
11235 { "wxSlider_SetLineSize", (PyCFunction) _wrap_wxSlider_SetLineSize, METH_VARARGS | METH_KEYWORDS },
11236 { "wxSlider_SetTickFreq", (PyCFunction) _wrap_wxSlider_SetTickFreq, METH_VARARGS | METH_KEYWORDS },
11237 { "wxSlider_SetRange", (PyCFunction) _wrap_wxSlider_SetRange, METH_VARARGS | METH_KEYWORDS },
11238 { "wxSlider_GetValue", (PyCFunction) _wrap_wxSlider_GetValue, METH_VARARGS | METH_KEYWORDS },
11239 { "wxSlider_GetTickFreq", (PyCFunction) _wrap_wxSlider_GetTickFreq, METH_VARARGS | METH_KEYWORDS },
11240 { "wxSlider_GetThumbLength", (PyCFunction) _wrap_wxSlider_GetThumbLength, METH_VARARGS | METH_KEYWORDS },
11241 { "wxSlider_GetSelStart", (PyCFunction) _wrap_wxSlider_GetSelStart, METH_VARARGS | METH_KEYWORDS },
11242 { "wxSlider_GetSelEnd", (PyCFunction) _wrap_wxSlider_GetSelEnd, METH_VARARGS | METH_KEYWORDS },
11243 { "wxSlider_GetPageSize", (PyCFunction) _wrap_wxSlider_GetPageSize, METH_VARARGS | METH_KEYWORDS },
11244 { "wxSlider_GetMin", (PyCFunction) _wrap_wxSlider_GetMin, METH_VARARGS | METH_KEYWORDS },
11245 { "wxSlider_GetMax", (PyCFunction) _wrap_wxSlider_GetMax, METH_VARARGS | METH_KEYWORDS },
11246 { "wxSlider_GetLineSize", (PyCFunction) _wrap_wxSlider_GetLineSize, METH_VARARGS | METH_KEYWORDS },
11247 { "wxSlider_ClearTicks", (PyCFunction) _wrap_wxSlider_ClearTicks, METH_VARARGS | METH_KEYWORDS },
11248 { "wxSlider_ClearSel", (PyCFunction) _wrap_wxSlider_ClearSel, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11249 { "wxSlider_Create", (PyCFunction) _wrap_wxSlider_Create, METH_VARARGS | METH_KEYWORDS },
11250 { "new_wxPreSlider", (PyCFunction) _wrap_new_wxPreSlider, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11251 { "new_wxSlider", (PyCFunction) _wrap_new_wxSlider, METH_VARARGS | METH_KEYWORDS },
11252 { "wxRadioButton_SetValue", (PyCFunction) _wrap_wxRadioButton_SetValue, METH_VARARGS | METH_KEYWORDS },
11253 { "wxRadioButton_GetValue", (PyCFunction) _wrap_wxRadioButton_GetValue, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11254 { "wxRadioButton_Create", (PyCFunction) _wrap_wxRadioButton_Create, METH_VARARGS | METH_KEYWORDS },
11255 { "new_wxPreRadioButton", (PyCFunction) _wrap_new_wxPreRadioButton, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11256 { "new_wxRadioButton", (PyCFunction) _wrap_new_wxRadioButton, METH_VARARGS | METH_KEYWORDS },
11257 { "wxRadioBox_ShowItem", (PyCFunction) _wrap_wxRadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS },
11258 { "wxRadioBox_Show", (PyCFunction) _wrap_wxRadioBox_Show, METH_VARARGS | METH_KEYWORDS },
11259 { "wxRadioBox_SetStringSelection", (PyCFunction) _wrap_wxRadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
11260 { "wxRadioBox_SetSelection", (PyCFunction) _wrap_wxRadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
0adbc166 11261 { "wxRadioBox_GetCount", (PyCFunction) _wrap_wxRadioBox_GetCount, METH_VARARGS | METH_KEYWORDS },
efc5f224 11262 { "wxRadioBox_GetStringSelection", (PyCFunction) _wrap_wxRadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
efc5f224 11263 { "wxRadioBox_GetSelection", (PyCFunction) _wrap_wxRadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
3a0958b1
RD
11264 { "wxRadioBox_GetRowCount", (PyCFunction) _wrap_wxRadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS },
11265 { "wxRadioBox_GetColumnCount", (PyCFunction) _wrap_wxRadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
0adbc166
RD
11266 { "wxRadioBox_SetString", (PyCFunction) _wrap_wxRadioBox_SetString, METH_VARARGS | METH_KEYWORDS },
11267 { "wxRadioBox_GetString", (PyCFunction) _wrap_wxRadioBox_GetString, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11268 { "wxRadioBox_FindString", (PyCFunction) _wrap_wxRadioBox_FindString, METH_VARARGS | METH_KEYWORDS },
11269 { "wxRadioBox_EnableItem", (PyCFunction) _wrap_wxRadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS },
11270 { "wxRadioBox_Enable", (PyCFunction) _wrap_wxRadioBox_Enable, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11271 { "wxRadioBox_Create", (PyCFunction) _wrap_wxRadioBox_Create, METH_VARARGS | METH_KEYWORDS },
11272 { "new_wxPreRadioBox", (PyCFunction) _wrap_new_wxPreRadioBox, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11273 { "new_wxRadioBox", (PyCFunction) _wrap_new_wxRadioBox, METH_VARARGS | METH_KEYWORDS },
11274 { "wxStaticBitmap_SetIcon", (PyCFunction) _wrap_wxStaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS },
11275 { "wxStaticBitmap_SetBitmap", (PyCFunction) _wrap_wxStaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS },
11276 { "wxStaticBitmap_GetBitmap", (PyCFunction) _wrap_wxStaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11277 { "wxStaticBitmap_Create", (PyCFunction) _wrap_wxStaticBitmap_Create, METH_VARARGS | METH_KEYWORDS },
11278 { "new_wxPreStaticBitmap", (PyCFunction) _wrap_new_wxPreStaticBitmap, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11279 { "new_wxStaticBitmap", (PyCFunction) _wrap_new_wxStaticBitmap, METH_VARARGS | METH_KEYWORDS },
11280 { "wxSpinButton_SetValue", (PyCFunction) _wrap_wxSpinButton_SetValue, METH_VARARGS | METH_KEYWORDS },
11281 { "wxSpinButton_SetRange", (PyCFunction) _wrap_wxSpinButton_SetRange, METH_VARARGS | METH_KEYWORDS },
11282 { "wxSpinButton_GetValue", (PyCFunction) _wrap_wxSpinButton_GetValue, METH_VARARGS | METH_KEYWORDS },
11283 { "wxSpinButton_GetMin", (PyCFunction) _wrap_wxSpinButton_GetMin, METH_VARARGS | METH_KEYWORDS },
11284 { "wxSpinButton_GetMax", (PyCFunction) _wrap_wxSpinButton_GetMax, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11285 { "wxSpinButton_Create", (PyCFunction) _wrap_wxSpinButton_Create, METH_VARARGS | METH_KEYWORDS },
11286 { "new_wxPreSpinButton", (PyCFunction) _wrap_new_wxPreSpinButton, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11287 { "new_wxSpinButton", (PyCFunction) _wrap_new_wxSpinButton, METH_VARARGS | METH_KEYWORDS },
11288 { "wxScrollBar_SetScrollbar", (PyCFunction) _wrap_wxScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS },
11289 { "wxScrollBar_SetThumbPosition", (PyCFunction) _wrap_wxScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS },
ebf4302c 11290 { "wxScrollBar_IsVertical", (PyCFunction) _wrap_wxScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS },
26b9cf27 11291 { "wxScrollBar_GetThumbLength", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11292 { "wxScrollBar_GetThumbSize", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
11293 { "wxScrollBar_GetThumbPosition", (PyCFunction) _wrap_wxScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS },
11294 { "wxScrollBar_GetPageSize", (PyCFunction) _wrap_wxScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS },
11295 { "wxScrollBar_GetRange", (PyCFunction) _wrap_wxScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11296 { "wxScrollBar_Create", (PyCFunction) _wrap_wxScrollBar_Create, METH_VARARGS | METH_KEYWORDS },
11297 { "new_wxPreScrollBar", (PyCFunction) _wrap_new_wxPreScrollBar, METH_VARARGS | METH_KEYWORDS },
efc5f224 11298 { "new_wxScrollBar", (PyCFunction) _wrap_new_wxScrollBar, METH_VARARGS | METH_KEYWORDS },
2f4e9287 11299 { "wxTextCtrl_GetString", (PyCFunction) _wrap_wxTextCtrl_GetString, METH_VARARGS | METH_KEYWORDS },
b1462dfa 11300 { "wxTextCtrl_write", (PyCFunction) _wrap_wxTextCtrl_write, METH_VARARGS | METH_KEYWORDS },
98624b49
RD
11301 { "wxTextCtrl_SetEditable", (PyCFunction) _wrap_wxTextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS },
11302 { "wxTextCtrl_SelectAll", (PyCFunction) _wrap_wxTextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS },
11303 { "wxTextCtrl_SetSelection", (PyCFunction) _wrap_wxTextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
11304 { "wxTextCtrl_GetLastPosition", (PyCFunction) _wrap_wxTextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
11305 { "wxTextCtrl_GetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
11306 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
11307 { "wxTextCtrl_SetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
11308 { "wxTextCtrl_CanRedo", (PyCFunction) _wrap_wxTextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS },
11309 { "wxTextCtrl_CanUndo", (PyCFunction) _wrap_wxTextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS },
b1462dfa
RD
11310 { "wxTextCtrl_Redo", (PyCFunction) _wrap_wxTextCtrl_Redo, METH_VARARGS | METH_KEYWORDS },
11311 { "wxTextCtrl_Undo", (PyCFunction) _wrap_wxTextCtrl_Undo, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11312 { "wxTextCtrl_CanPaste", (PyCFunction) _wrap_wxTextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS },
11313 { "wxTextCtrl_CanCut", (PyCFunction) _wrap_wxTextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS },
11314 { "wxTextCtrl_CanCopy", (PyCFunction) _wrap_wxTextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS },
98624b49
RD
11315 { "wxTextCtrl_Paste", (PyCFunction) _wrap_wxTextCtrl_Paste, METH_VARARGS | METH_KEYWORDS },
11316 { "wxTextCtrl_Cut", (PyCFunction) _wrap_wxTextCtrl_Cut, METH_VARARGS | METH_KEYWORDS },
11317 { "wxTextCtrl_Copy", (PyCFunction) _wrap_wxTextCtrl_Copy, METH_VARARGS | METH_KEYWORDS },
11318 { "wxTextCtrl_ShowPosition", (PyCFunction) _wrap_wxTextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS },
11319 { "wxTextCtrl_PositionToXY", (PyCFunction) _wrap_wxTextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS },
efc5f224 11320 { "wxTextCtrl_XYToPosition", (PyCFunction) _wrap_wxTextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS },
98624b49
RD
11321 { "wxTextCtrl_GetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
11322 { "wxTextCtrl_SetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
11323 { "wxTextCtrl_SetStyle", (PyCFunction) _wrap_wxTextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11324 { "wxTextCtrl_AppendText", (PyCFunction) _wrap_wxTextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS },
11325 { "wxTextCtrl_WriteText", (PyCFunction) _wrap_wxTextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS },
98624b49
RD
11326 { "wxTextCtrl_SetMaxLength", (PyCFunction) _wrap_wxTextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS },
11327 { "wxTextCtrl_DiscardEdits", (PyCFunction) _wrap_wxTextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS },
efc5f224 11328 { "wxTextCtrl_SaveFile", (PyCFunction) _wrap_wxTextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS },
efc5f224 11329 { "wxTextCtrl_LoadFile", (PyCFunction) _wrap_wxTextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS },
98624b49
RD
11330 { "wxTextCtrl_Remove", (PyCFunction) _wrap_wxTextCtrl_Remove, METH_VARARGS | METH_KEYWORDS },
11331 { "wxTextCtrl_Replace", (PyCFunction) _wrap_wxTextCtrl_Replace, METH_VARARGS | METH_KEYWORDS },
11332 { "wxTextCtrl_Clear", (PyCFunction) _wrap_wxTextCtrl_Clear, METH_VARARGS | METH_KEYWORDS },
b78b83ec 11333 { "wxTextCtrl_GetStringSelection", (PyCFunction) _wrap_wxTextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
98624b49
RD
11334 { "wxTextCtrl_GetSelection", (PyCFunction) _wrap_wxTextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
11335 { "wxTextCtrl_IsEditable", (PyCFunction) _wrap_wxTextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS },
efc5f224 11336 { "wxTextCtrl_IsModified", (PyCFunction) _wrap_wxTextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11337 { "wxTextCtrl_GetNumberOfLines", (PyCFunction) _wrap_wxTextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS },
11338 { "wxTextCtrl_GetLineText", (PyCFunction) _wrap_wxTextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS },
11339 { "wxTextCtrl_GetLineLength", (PyCFunction) _wrap_wxTextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS },
98624b49
RD
11340 { "wxTextCtrl_SetValue", (PyCFunction) _wrap_wxTextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
11341 { "wxTextCtrl_GetValue", (PyCFunction) _wrap_wxTextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11342 { "wxTextCtrl_Create", (PyCFunction) _wrap_wxTextCtrl_Create, METH_VARARGS | METH_KEYWORDS },
11343 { "new_wxPreTextCtrl", (PyCFunction) _wrap_new_wxPreTextCtrl, METH_VARARGS | METH_KEYWORDS },
efc5f224 11344 { "new_wxTextCtrl", (PyCFunction) _wrap_new_wxTextCtrl, METH_VARARGS | METH_KEYWORDS },
2f4e9287 11345 { "wxTextAttr_Combine", (PyCFunction) _wrap_wxTextAttr_Combine, METH_VARARGS | METH_KEYWORDS },
98624b49 11346 { "wxTextAttr_IsDefault", (PyCFunction) _wrap_wxTextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS },
d56cebe7
RD
11347 { "wxTextAttr_GetFont", (PyCFunction) _wrap_wxTextAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
11348 { "wxTextAttr_GetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
11349 { "wxTextAttr_GetTextColour", (PyCFunction) _wrap_wxTextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
11350 { "wxTextAttr_HasFont", (PyCFunction) _wrap_wxTextAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
11351 { "wxTextAttr_HasBackgroundColour", (PyCFunction) _wrap_wxTextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
11352 { "wxTextAttr_HasTextColour", (PyCFunction) _wrap_wxTextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
11353 { "wxTextAttr_SetFont", (PyCFunction) _wrap_wxTextAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
11354 { "wxTextAttr_SetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
11355 { "wxTextAttr_SetTextColour", (PyCFunction) _wrap_wxTextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
11356 { "delete_wxTextAttr", (PyCFunction) _wrap_delete_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
11357 { "new_wxTextAttr", (PyCFunction) _wrap_new_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
efc5f224 11358 { "wxCheckListBox_GetItemHeight", (PyCFunction) _wrap_wxCheckListBox_GetItemHeight, METH_VARARGS | METH_KEYWORDS },
694759cf 11359 { "wxCheckListBox_InsertItems", (PyCFunction) _wrap_wxCheckListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11360 { "wxCheckListBox_Check", (PyCFunction) _wrap_wxCheckListBox_Check, METH_VARARGS | METH_KEYWORDS },
11361 { "wxCheckListBox_IsChecked", (PyCFunction) _wrap_wxCheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11362 { "wxCheckListBox_Create", (PyCFunction) _wrap_wxCheckListBox_Create, METH_VARARGS | METH_KEYWORDS },
11363 { "new_wxPreCheckListBox", (PyCFunction) _wrap_new_wxPreCheckListBox, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11364 { "new_wxCheckListBox", (PyCFunction) _wrap_new_wxCheckListBox, METH_VARARGS | METH_KEYWORDS },
11365 { "wxListBox_SetStringSelection", (PyCFunction) _wrap_wxListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
11366 { "wxListBox_SetString", (PyCFunction) _wrap_wxListBox_SetString, METH_VARARGS | METH_KEYWORDS },
11367 { "wxListBox_SetSelection", (PyCFunction) _wrap_wxListBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
11368 { "wxListBox_SetFirstItemStr", (PyCFunction) _wrap_wxListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS },
11369 { "wxListBox_SetFirstItem", (PyCFunction) _wrap_wxListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS },
11370 { "wxListBox_Set", (PyCFunction) _wrap_wxListBox_Set, METH_VARARGS | METH_KEYWORDS },
11371 { "wxListBox_Selected", (PyCFunction) _wrap_wxListBox_Selected, METH_VARARGS | METH_KEYWORDS },
0adbc166 11372 { "wxListBox_IsSelected", (PyCFunction) _wrap_wxListBox_IsSelected, METH_VARARGS | METH_KEYWORDS },
2f90df85 11373 { "wxListBox_InsertItems", (PyCFunction) _wrap_wxListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
efc5f224 11374 { "wxListBox_GetSelections", (PyCFunction) _wrap_wxListBox_GetSelections, METH_VARARGS | METH_KEYWORDS },
efc5f224 11375 { "wxListBox_Deselect", (PyCFunction) _wrap_wxListBox_Deselect, METH_VARARGS | METH_KEYWORDS },
efc5f224 11376 { "wxListBox_Clear", (PyCFunction) _wrap_wxListBox_Clear, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11377 { "wxListBox_Create", (PyCFunction) _wrap_wxListBox_Create, METH_VARARGS | METH_KEYWORDS },
11378 { "new_wxPreListBox", (PyCFunction) _wrap_new_wxPreListBox, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11379 { "new_wxListBox", (PyCFunction) _wrap_new_wxListBox, METH_VARARGS | METH_KEYWORDS },
11380 { "wxStaticText_SetLabel", (PyCFunction) _wrap_wxStaticText_SetLabel, METH_VARARGS | METH_KEYWORDS },
11381 { "wxStaticText_GetLabel", (PyCFunction) _wrap_wxStaticText_GetLabel, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11382 { "wxStaticText_Create", (PyCFunction) _wrap_wxStaticText_Create, METH_VARARGS | METH_KEYWORDS },
11383 { "new_wxPreStaticText", (PyCFunction) _wrap_new_wxPreStaticText, METH_VARARGS | METH_KEYWORDS },
efc5f224 11384 { "new_wxStaticText", (PyCFunction) _wrap_new_wxStaticText, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11385 { "wxStaticLine_Create", (PyCFunction) _wrap_wxStaticLine_Create, METH_VARARGS | METH_KEYWORDS },
11386 { "new_wxPreStaticLine", (PyCFunction) _wrap_new_wxPreStaticLine, METH_VARARGS | METH_KEYWORDS },
efc5f224 11387 { "new_wxStaticLine", (PyCFunction) _wrap_new_wxStaticLine, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11388 { "wxStaticBox_Create", (PyCFunction) _wrap_wxStaticBox_Create, METH_VARARGS | METH_KEYWORDS },
11389 { "new_wxPreStaticBox", (PyCFunction) _wrap_new_wxPreStaticBox, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11390 { "new_wxStaticBox", (PyCFunction) _wrap_new_wxStaticBox, METH_VARARGS | METH_KEYWORDS },
11391 { "wxGauge_SetValue", (PyCFunction) _wrap_wxGauge_SetValue, METH_VARARGS | METH_KEYWORDS },
11392 { "wxGauge_SetShadowWidth", (PyCFunction) _wrap_wxGauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS },
11393 { "wxGauge_SetRange", (PyCFunction) _wrap_wxGauge_SetRange, METH_VARARGS | METH_KEYWORDS },
11394 { "wxGauge_SetBezelFace", (PyCFunction) _wrap_wxGauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS },
11395 { "wxGauge_GetValue", (PyCFunction) _wrap_wxGauge_GetValue, METH_VARARGS | METH_KEYWORDS },
11396 { "wxGauge_GetShadowWidth", (PyCFunction) _wrap_wxGauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS },
11397 { "wxGauge_GetRange", (PyCFunction) _wrap_wxGauge_GetRange, METH_VARARGS | METH_KEYWORDS },
11398 { "wxGauge_GetBezelFace", (PyCFunction) _wrap_wxGauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11399 { "wxGauge_Create", (PyCFunction) _wrap_wxGauge_Create, METH_VARARGS | METH_KEYWORDS },
11400 { "new_wxPreGauge", (PyCFunction) _wrap_new_wxPreGauge, METH_VARARGS | METH_KEYWORDS },
efc5f224 11401 { "new_wxGauge", (PyCFunction) _wrap_new_wxGauge, METH_VARARGS | METH_KEYWORDS },
0adbc166 11402 { "wxComboBox_SetEditable", (PyCFunction) _wrap_wxComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11403 { "wxComboBox_SetValue", (PyCFunction) _wrap_wxComboBox_SetValue, METH_VARARGS | METH_KEYWORDS },
11404 { "wxComboBox_SetMark", (PyCFunction) _wrap_wxComboBox_SetMark, METH_VARARGS | METH_KEYWORDS },
11405 { "wxComboBox_SetSelection", (PyCFunction) _wrap_wxComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
11406 { "wxComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_wxComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
11407 { "wxComboBox_SetInsertionPoint", (PyCFunction) _wrap_wxComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
11408 { "wxComboBox_Remove", (PyCFunction) _wrap_wxComboBox_Remove, METH_VARARGS | METH_KEYWORDS },
11409 { "wxComboBox_Replace", (PyCFunction) _wrap_wxComboBox_Replace, METH_VARARGS | METH_KEYWORDS },
11410 { "wxComboBox_Paste", (PyCFunction) _wrap_wxComboBox_Paste, METH_VARARGS | METH_KEYWORDS },
efc5f224 11411 { "wxComboBox_GetValue", (PyCFunction) _wrap_wxComboBox_GetValue, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11412 { "wxComboBox_GetLastPosition", (PyCFunction) _wrap_wxComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
11413 { "wxComboBox_GetInsertionPoint", (PyCFunction) _wrap_wxComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11414 { "wxComboBox_Cut", (PyCFunction) _wrap_wxComboBox_Cut, METH_VARARGS | METH_KEYWORDS },
11415 { "wxComboBox_Copy", (PyCFunction) _wrap_wxComboBox_Copy, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11416 { "wxComboBox_Create", (PyCFunction) _wrap_wxComboBox_Create, METH_VARARGS | METH_KEYWORDS },
11417 { "new_wxPreComboBox", (PyCFunction) _wrap_new_wxPreComboBox, METH_VARARGS | METH_KEYWORDS },
efc5f224 11418 { "new_wxComboBox", (PyCFunction) _wrap_new_wxComboBox, METH_VARARGS | METH_KEYWORDS },
0adbc166 11419 { "wxChoice_SetString", (PyCFunction) _wrap_wxChoice_SetString, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11420 { "wxChoice_SetStringSelection", (PyCFunction) _wrap_wxChoice_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
11421 { "wxChoice_SetSelection", (PyCFunction) _wrap_wxChoice_SetSelection, METH_VARARGS | METH_KEYWORDS },
11422 { "wxChoice_SetColumns", (PyCFunction) _wrap_wxChoice_SetColumns, METH_VARARGS | METH_KEYWORDS },
efc5f224 11423 { "wxChoice_GetColumns", (PyCFunction) _wrap_wxChoice_GetColumns, METH_VARARGS | METH_KEYWORDS },
efc5f224 11424 { "wxChoice_Clear", (PyCFunction) _wrap_wxChoice_Clear, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11425 { "wxChoice_Create", (PyCFunction) _wrap_wxChoice_Create, METH_VARARGS | METH_KEYWORDS },
11426 { "new_wxPreChoice", (PyCFunction) _wrap_new_wxPreChoice, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11427 { "new_wxChoice", (PyCFunction) _wrap_new_wxChoice, METH_VARARGS | METH_KEYWORDS },
11428 { "wxCheckBox_SetValue", (PyCFunction) _wrap_wxCheckBox_SetValue, METH_VARARGS | METH_KEYWORDS },
11429 { "wxCheckBox_GetValue", (PyCFunction) _wrap_wxCheckBox_GetValue, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11430 { "wxCheckBox_Create", (PyCFunction) _wrap_wxCheckBox_Create, METH_VARARGS | METH_KEYWORDS },
11431 { "new_wxPreCheckBox", (PyCFunction) _wrap_new_wxPreCheckBox, METH_VARARGS | METH_KEYWORDS },
efc5f224 11432 { "new_wxCheckBox", (PyCFunction) _wrap_new_wxCheckBox, METH_VARARGS | METH_KEYWORDS },
f6bcfd97
BP
11433 { "wxBitmapButton_GetMarginY", (PyCFunction) _wrap_wxBitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS },
11434 { "wxBitmapButton_GetMarginX", (PyCFunction) _wrap_wxBitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS },
11435 { "wxBitmapButton_SetMargins", (PyCFunction) _wrap_wxBitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11436 { "wxBitmapButton_SetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
11437 { "wxBitmapButton_SetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
11438 { "wxBitmapButton_SetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
11439 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
11440 { "wxBitmapButton_GetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
11441 { "wxBitmapButton_GetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
11442 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
11443 { "wxBitmapButton_GetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11444 { "wxBitmapButton_Create", (PyCFunction) _wrap_wxBitmapButton_Create, METH_VARARGS | METH_KEYWORDS },
11445 { "new_wxPreBitmapButton", (PyCFunction) _wrap_new_wxPreBitmapButton, METH_VARARGS | METH_KEYWORDS },
efc5f224 11446 { "new_wxBitmapButton", (PyCFunction) _wrap_new_wxBitmapButton, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11447 { "wxButton_GetDefaultSize", (PyCFunction) _wrap_wxButton_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
11448 { "wxButton_SetImageMargins", (PyCFunction) _wrap_wxButton_SetImageMargins, METH_VARARGS | METH_KEYWORDS },
11449 { "wxButton_SetImageLabel", (PyCFunction) _wrap_wxButton_SetImageLabel, METH_VARARGS | METH_KEYWORDS },
9b3d3bc4
RD
11450 { "wxButton_SetForegroundColour", (PyCFunction) _wrap_wxButton_SetForegroundColour, METH_VARARGS | METH_KEYWORDS },
11451 { "wxButton_SetBackgroundColour", (PyCFunction) _wrap_wxButton_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
efc5f224 11452 { "wxButton_SetDefault", (PyCFunction) _wrap_wxButton_SetDefault, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11453 { "wxButton_Create", (PyCFunction) _wrap_wxButton_Create, METH_VARARGS | METH_KEYWORDS },
11454 { "new_wxPreButton", (PyCFunction) _wrap_new_wxPreButton, METH_VARARGS | METH_KEYWORDS },
efc5f224 11455 { "new_wxButton", (PyCFunction) _wrap_new_wxButton, METH_VARARGS | METH_KEYWORDS },
900d9886
RD
11456 { "wxControlWithItems_SetClientData", (PyCFunction) _wrap_wxControlWithItems_SetClientData, METH_VARARGS | METH_KEYWORDS },
11457 { "wxControlWithItems_GetClientData", (PyCFunction) _wrap_wxControlWithItems_GetClientData, METH_VARARGS | METH_KEYWORDS },
11458 { "wxControlWithItems_Append", (PyCFunction) _wrap_wxControlWithItems_Append, METH_VARARGS | METH_KEYWORDS },
11459 { "wxControlWithItems_GetStringSelection", (PyCFunction) _wrap_wxControlWithItems_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
11460 { "wxControlWithItems_GetSelection", (PyCFunction) _wrap_wxControlWithItems_GetSelection, METH_VARARGS | METH_KEYWORDS },
11461 { "wxControlWithItems_Select", (PyCFunction) _wrap_wxControlWithItems_Select, METH_VARARGS | METH_KEYWORDS },
11462 { "wxControlWithItems_FindString", (PyCFunction) _wrap_wxControlWithItems_FindString, METH_VARARGS | METH_KEYWORDS },
11463 { "wxControlWithItems_SetString", (PyCFunction) _wrap_wxControlWithItems_SetString, METH_VARARGS | METH_KEYWORDS },
11464 { "wxControlWithItems_GetString", (PyCFunction) _wrap_wxControlWithItems_GetString, METH_VARARGS | METH_KEYWORDS },
11465 { "wxControlWithItems_GetCount", (PyCFunction) _wrap_wxControlWithItems_GetCount, METH_VARARGS | METH_KEYWORDS },
11466 { "wxControlWithItems_Delete", (PyCFunction) _wrap_wxControlWithItems_Delete, METH_VARARGS | METH_KEYWORDS },
efc5f224
RD
11467 { "wxControl_SetLabel", (PyCFunction) _wrap_wxControl_SetLabel, METH_VARARGS | METH_KEYWORDS },
11468 { "wxControl_GetLabel", (PyCFunction) _wrap_wxControl_GetLabel, METH_VARARGS | METH_KEYWORDS },
11469 { "wxControl_Command", (PyCFunction) _wrap_wxControl_Command, METH_VARARGS | METH_KEYWORDS },
09f3d4e6
RD
11470 { "wxControl_Create", (PyCFunction) _wrap_wxControl_Create, METH_VARARGS | METH_KEYWORDS },
11471 { "new_wxPreControl", (PyCFunction) _wrap_new_wxPreControl, METH_VARARGS | METH_KEYWORDS },
6999b0d8 11472 { "new_wxControl", (PyCFunction) _wrap_new_wxControl, METH_VARARGS | METH_KEYWORDS },
8ab979d7
RD
11473 { NULL, NULL }
11474};
1d99702e
RD
11475#ifdef __cplusplus
11476}
11477#endif
11478/*
11479 * This table is used by the pointer type-checker
11480 */
11481static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
1d99702e 11482 { "_signed_long","_long",0},
b1462dfa 11483 { "_wxPrintQuality","_wxCoord",0},
1d99702e
RD
11484 { "_wxPrintQuality","_int",0},
11485 { "_wxPrintQuality","_signed_int",0},
11486 { "_wxPrintQuality","_unsigned_int",0},
11487 { "_wxPrintQuality","_wxWindowID",0},
11488 { "_wxPrintQuality","_uint",0},
11489 { "_wxPrintQuality","_EBool",0},
11490 { "_wxPrintQuality","_size_t",0},
c368d904 11491 { "_wxPrintQuality","_time_t",0},
1d99702e 11492 { "_byte","_unsigned_char",0},
1d99702e 11493 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice},
1d99702e
RD
11494 { "_long","_unsigned_long",0},
11495 { "_long","_signed_long",0},
b1462dfa 11496 { "_size_t","_wxCoord",0},
1d99702e 11497 { "_size_t","_wxPrintQuality",0},
c368d904 11498 { "_size_t","_time_t",0},
1d99702e
RD
11499 { "_size_t","_unsigned_int",0},
11500 { "_size_t","_int",0},
11501 { "_size_t","_wxWindowID",0},
11502 { "_size_t","_uint",0},
b1462dfa 11503 { "_uint","_wxCoord",0},
1d99702e 11504 { "_uint","_wxPrintQuality",0},
c368d904 11505 { "_uint","_time_t",0},
1d99702e
RD
11506 { "_uint","_size_t",0},
11507 { "_uint","_unsigned_int",0},
11508 { "_uint","_int",0},
11509 { "_uint","_wxWindowID",0},
f6bcfd97 11510 { "_wxChar","_char",0},
f6bcfd97 11511 { "_char","_wxChar",0},
f6bcfd97 11512 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton},
cdf14688 11513 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
b1462dfa 11514 { "_EBool","_wxCoord",0},
1d99702e
RD
11515 { "_EBool","_wxPrintQuality",0},
11516 { "_EBool","_signed_int",0},
11517 { "_EBool","_int",0},
11518 { "_EBool","_wxWindowID",0},
1d99702e 11519 { "_unsigned_long","_long",0},
cdf14688 11520 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
b1462dfa 11521 { "_signed_int","_wxCoord",0},
1d99702e
RD
11522 { "_signed_int","_wxPrintQuality",0},
11523 { "_signed_int","_EBool",0},
11524 { "_signed_int","_wxWindowID",0},
11525 { "_signed_int","_int",0},
1d99702e 11526 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox},
1d99702e
RD
11527 { "_WXTYPE","_short",0},
11528 { "_WXTYPE","_signed_short",0},
11529 { "_WXTYPE","_unsigned_short",0},
1d99702e
RD
11530 { "_unsigned_short","_WXTYPE",0},
11531 { "_unsigned_short","_short",0},
9416aa89 11532 { "_wxObject","_wxToggleButton",SwigwxToggleButtonTowxObject},
9416aa89 11533 { "_wxObject","_wxSpinCtrl",SwigwxSpinCtrlTowxObject},
9416aa89 11534 { "_wxObject","_wxSlider",SwigwxSliderTowxObject},
9416aa89 11535 { "_wxObject","_wxRadioButton",SwigwxRadioButtonTowxObject},
9416aa89 11536 { "_wxObject","_wxRadioBox",SwigwxRadioBoxTowxObject},
9416aa89 11537 { "_wxObject","_wxStaticBitmap",SwigwxStaticBitmapTowxObject},
9416aa89 11538 { "_wxObject","_wxSpinButton",SwigwxSpinButtonTowxObject},
9416aa89 11539 { "_wxObject","_wxScrollBar",SwigwxScrollBarTowxObject},
9416aa89 11540 { "_wxObject","_wxTextCtrl",SwigwxTextCtrlTowxObject},
9416aa89 11541 { "_wxObject","_wxCheckListBox",SwigwxCheckListBoxTowxObject},
9416aa89 11542 { "_wxObject","_wxListBox",SwigwxListBoxTowxObject},
9416aa89 11543 { "_wxObject","_wxStaticText",SwigwxStaticTextTowxObject},
9416aa89 11544 { "_wxObject","_wxStaticLine",SwigwxStaticLineTowxObject},
9416aa89 11545 { "_wxObject","_wxStaticBox",SwigwxStaticBoxTowxObject},
9416aa89 11546 { "_wxObject","_wxGauge",SwigwxGaugeTowxObject},
9416aa89 11547 { "_wxObject","_wxComboBox",SwigwxComboBoxTowxObject},
9416aa89 11548 { "_wxObject","_wxChoice",SwigwxChoiceTowxObject},
9416aa89 11549 { "_wxObject","_wxCheckBox",SwigwxCheckBoxTowxObject},
9416aa89 11550 { "_wxObject","_wxBitmapButton",SwigwxBitmapButtonTowxObject},
9416aa89 11551 { "_wxObject","_wxButton",SwigwxButtonTowxObject},
900d9886 11552 { "_wxObject","_wxControlWithItems",SwigwxControlWithItemsTowxObject},
9416aa89 11553 { "_wxObject","_wxControl",SwigwxControlTowxObject},
1d99702e
RD
11554 { "_signed_short","_WXTYPE",0},
11555 { "_signed_short","_short",0},
1d99702e 11556 { "_unsigned_char","_byte",0},
d1679124 11557 { "_wxControl","_wxToggleButton",SwigwxToggleButtonTowxControl},
f6bcfd97 11558 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl},
1d99702e 11559 { "_wxControl","_wxSlider",SwigwxSliderTowxControl},
1d99702e 11560 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl},
1d99702e 11561 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl},
1d99702e 11562 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl},
1d99702e 11563 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl},
1d99702e 11564 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl},
1d99702e 11565 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl},
1d99702e 11566 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl},
1d99702e 11567 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl},
1d99702e 11568 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl},
1d99702e 11569 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl},
1d99702e 11570 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl},
1d99702e 11571 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl},
1d99702e 11572 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl},
1d99702e 11573 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl},
1d99702e 11574 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl},
1d99702e 11575 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl},
1d99702e 11576 { "_wxControl","_wxButton",SwigwxButtonTowxControl},
900d9886 11577 { "_wxControl","_wxControlWithItems",SwigwxControlWithItemsTowxControl},
b1462dfa 11578 { "_unsigned_int","_wxCoord",0},
1d99702e 11579 { "_unsigned_int","_wxPrintQuality",0},
c368d904 11580 { "_unsigned_int","_time_t",0},
1d99702e
RD
11581 { "_unsigned_int","_size_t",0},
11582 { "_unsigned_int","_uint",0},
11583 { "_unsigned_int","_wxWindowID",0},
11584 { "_unsigned_int","_int",0},
1d99702e
RD
11585 { "_short","_WXTYPE",0},
11586 { "_short","_unsigned_short",0},
11587 { "_short","_signed_short",0},
900d9886
RD
11588 { "_wxControlWithItems","_wxCheckListBox",SwigwxCheckListBoxTowxControlWithItems},
11589 { "_wxControlWithItems","_wxListBox",SwigwxListBoxTowxControlWithItems},
11590 { "_wxControlWithItems","_wxComboBox",SwigwxComboBoxTowxControlWithItems},
11591 { "_wxControlWithItems","_wxChoice",SwigwxChoiceTowxControlWithItems},
b1462dfa 11592 { "_wxWindowID","_wxCoord",0},
1d99702e 11593 { "_wxWindowID","_wxPrintQuality",0},
c368d904 11594 { "_wxWindowID","_time_t",0},
1d99702e
RD
11595 { "_wxWindowID","_size_t",0},
11596 { "_wxWindowID","_EBool",0},
11597 { "_wxWindowID","_uint",0},
11598 { "_wxWindowID","_int",0},
11599 { "_wxWindowID","_signed_int",0},
11600 { "_wxWindowID","_unsigned_int",0},
b1462dfa 11601 { "_int","_wxCoord",0},
1d99702e 11602 { "_int","_wxPrintQuality",0},
c368d904 11603 { "_int","_time_t",0},
1d99702e
RD
11604 { "_int","_size_t",0},
11605 { "_int","_EBool",0},
11606 { "_int","_uint",0},
11607 { "_int","_wxWindowID",0},
11608 { "_int","_unsigned_int",0},
11609 { "_int","_signed_int",0},
c368d904
RD
11610 { "_time_t","_wxCoord",0},
11611 { "_time_t","_wxPrintQuality",0},
11612 { "_time_t","_unsigned_int",0},
11613 { "_time_t","_int",0},
11614 { "_time_t","_wxWindowID",0},
11615 { "_time_t","_uint",0},
11616 { "_time_t","_size_t",0},
1d99702e 11617 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton},
b1462dfa
RD
11618 { "_wxCoord","_int",0},
11619 { "_wxCoord","_signed_int",0},
11620 { "_wxCoord","_unsigned_int",0},
11621 { "_wxCoord","_wxWindowID",0},
11622 { "_wxCoord","_uint",0},
11623 { "_wxCoord","_EBool",0},
11624 { "_wxCoord","_size_t",0},
c368d904 11625 { "_wxCoord","_time_t",0},
b1462dfa 11626 { "_wxCoord","_wxPrintQuality",0},
d1679124 11627 { "_wxEvtHandler","_wxToggleButton",SwigwxToggleButtonTowxEvtHandler},
f6bcfd97 11628 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler},
1d99702e 11629 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler},
1d99702e 11630 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler},
1d99702e 11631 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler},
1d99702e 11632 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler},
1d99702e 11633 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler},
1d99702e 11634 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler},
1d99702e 11635 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler},
1d99702e 11636 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler},
1d99702e 11637 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler},
1d99702e 11638 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler},
1d99702e 11639 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler},
1d99702e 11640 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler},
1d99702e 11641 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler},
1d99702e 11642 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler},
1d99702e 11643 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler},
1d99702e 11644 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler},
1d99702e 11645 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler},
1d99702e 11646 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler},
900d9886 11647 { "_wxEvtHandler","_wxControlWithItems",SwigwxControlWithItemsTowxEvtHandler},
1d99702e 11648 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler},
d1679124 11649 { "_wxWindow","_wxToggleButton",SwigwxToggleButtonTowxWindow},
f6bcfd97 11650 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow},
1d99702e 11651 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow},
1d99702e 11652 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow},
1d99702e 11653 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow},
1d99702e 11654 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow},
1d99702e 11655 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow},
1d99702e 11656 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow},
1d99702e 11657 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow},
1d99702e 11658 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow},
1d99702e 11659 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow},
1d99702e 11660 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow},
1d99702e 11661 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow},
1d99702e 11662 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow},
1d99702e 11663 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow},
1d99702e 11664 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow},
1d99702e 11665 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow},
1d99702e 11666 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow},
1d99702e 11667 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow},
1d99702e 11668 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow},
900d9886 11669 { "_wxWindow","_wxControlWithItems",SwigwxControlWithItemsTowxWindow},
1d99702e 11670 { "_wxWindow","_wxControl",SwigwxControlTowxWindow},
1d99702e
RD
11671{0,0,0}};
11672
8ab979d7
RD
11673static PyObject *SWIG_globals;
11674#ifdef __cplusplus
11675extern "C"
11676#endif
1d99702e 11677SWIGEXPORT(void) initcontrolsc() {
8ab979d7
RD
11678 PyObject *m, *d;
11679 SWIG_globals = SWIG_newvarlink();
11680 m = Py_InitModule("controlsc", controlscMethods);
11681 d = PyModule_GetDict(m);
2f90df85
RD
11682 PyDict_SetItemString(d,"cvar", SWIG_globals);
11683 SWIG_addvarlink(SWIG_globals,"wxDefaultValidator",_wrap_wxDefaultValidator_get, _wrap_wxDefaultValidator_set);
d1679124 11684 PyDict_SetItemString(d,"wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
1d99702e
RD
11685{
11686 int i;
11687 for (i = 0; _swig_mapping[i].n1; i++)
11688 SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv);
11689}
8ab979d7 11690}