]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/mac/controls.cpp
#if around deprecated macros
[wxWidgets.git] / wxPython / src / mac / controls.cpp
1 /*
2 * FILE : src/mac/controls.cpp
3 *
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Build 883)
7 *
8 * Portions Copyright (c) 1995-1998
9 * The University of Utah and The Regents of the University of California.
10 * Permission is granted to distribute this file in any manner provided
11 * this notice remains intact.
12 *
13 * Do not make changes to this file--changes will be lost!
14 *
15 */
16
17
18 #define SWIGCODE
19 /* Implementation : PYTHON */
20
21 #define SWIGPYTHON
22 #include "Python.h"
23
24 #include <string.h>
25 #include <stdlib.h>
26 /* Definitions for Windows/Unix exporting */
27 #if defined(__WIN32__)
28 # if defined(_MSC_VER)
29 # define SWIGEXPORT(a) __declspec(dllexport) a
30 # else
31 # if defined(__BORLANDC__)
32 # define SWIGEXPORT(a) a _export
33 # else
34 # define SWIGEXPORT(a) a
35 # endif
36 # endif
37 #else
38 # define SWIGEXPORT(a) a
39 #endif
40
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 extern void SWIG_MakePtr(char *, void *, char *);
45 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
46 extern char *SWIG_GetPtr(char *, void **, char *);
47 extern char *SWIG_GetPtrObj(PyObject *, void **, char *);
48 extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
49 extern PyObject *SWIG_newvarlink(void);
50 #ifdef __cplusplus
51 }
52 #endif
53 #define SWIG_init initcontrolsc
54
55 #define SWIG_name "controlsc"
56
57 #include "helpers.h"
58 #include <wx/slider.h>
59 #include <wx/spinbutt.h>
60 #include <wx/spinctrl.h>
61 #include <wx/dynarray.h>
62 #include <wx/statline.h>
63 #include <wx/tglbtn.h>
64
65 #ifdef __WXMSW__
66 #if wxUSE_OWNER_DRAWN
67 #include <wx/checklst.h>
68 #endif
69 #endif
70
71 #ifdef __WXGTK__
72 #include <wx/checklst.h>
73 #endif
74
75
76 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
77 PyObject* o2;
78 PyObject* o3;
79
80 if (!target) {
81 target = o;
82 } else if (target == Py_None) {
83 Py_DECREF(Py_None);
84 target = o;
85 } else {
86 if (!PyTuple_Check(target)) {
87 o2 = target;
88 target = PyTuple_New(1);
89 PyTuple_SetItem(target, 0, o2);
90 }
91 o3 = PyTuple_New(1);
92 PyTuple_SetItem(o3, 0, o);
93
94 o2 = target;
95 target = PySequence_Concat(o2, o3);
96 Py_DECREF(o2);
97 Py_DECREF(o3);
98 }
99 return target;
100 }
101
102 //#define DECLARE_DEF_STRING(name) static wxString* wxPy##name
103
104 // Put some wx default wxChar* values into wxStrings.
105 DECLARE_DEF_STRING(ControlNameStr);
106 DECLARE_DEF_STRING(ButtonNameStr);
107 DECLARE_DEF_STRING(CheckBoxNameStr);
108 DECLARE_DEF_STRING(ChoiceNameStr);
109 DECLARE_DEF_STRING(ComboBoxNameStr);
110 DECLARE_DEF_STRING(GaugeNameStr);
111 DECLARE_DEF_STRING(StaticBoxNameStr);
112 DECLARE_DEF_STRING(StaticTextNameStr);
113 DECLARE_DEF_STRING(ListBoxNameStr);
114 DECLARE_DEF_STRING(TextCtrlNameStr);
115 DECLARE_DEF_STRING(ScrollBarNameStr);
116 DECLARE_DEF_STRING(SPIN_BUTTON_NAME);
117 DECLARE_DEF_STRING(StaticBitmapNameStr);
118 DECLARE_DEF_STRING(RadioBoxNameStr);
119 DECLARE_DEF_STRING(RadioButtonNameStr);
120 DECLARE_DEF_STRING(SliderNameStr);
121
122 wxChar* wxSpinCtrlNameStr = _T("wxSpinCtrl");
123 DECLARE_DEF_STRING(SpinCtrlNameStr);
124
125 static const wxString wxPyEmptyString(wxT(""));
126 #ifdef __cplusplus
127 extern "C" {
128 #endif
129 static int _wrap_wxDefaultValidator_set(PyObject *val) {
130
131 PyErr_SetString(PyExc_TypeError,"Variable wxDefaultValidator is read-only.");
132 return 1;
133 }
134
135 static PyObject *_wrap_wxDefaultValidator_get() {
136 PyObject * pyobj;
137 char ptemp[128];
138
139 SWIG_MakePtr(ptemp,(char *) &wxDefaultValidator,"_wxValidator_p");
140 pyobj = PyString_FromString(ptemp);
141 return pyobj;
142 }
143
144 static void *SwigwxControlTowxWindow(void *ptr) {
145 wxControl *src;
146 wxWindow *dest;
147 src = (wxControl *) ptr;
148 dest = (wxWindow *) src;
149 return (void *) dest;
150 }
151
152 static void *SwigwxControlTowxEvtHandler(void *ptr) {
153 wxControl *src;
154 wxEvtHandler *dest;
155 src = (wxControl *) ptr;
156 dest = (wxEvtHandler *) src;
157 return (void *) dest;
158 }
159
160 static void *SwigwxControlTowxObject(void *ptr) {
161 wxControl *src;
162 wxObject *dest;
163 src = (wxControl *) ptr;
164 dest = (wxObject *) src;
165 return (void *) dest;
166 }
167
168 #define new_wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
169 static PyObject *_wrap_new_wxControl(PyObject *self, PyObject *args, PyObject *kwargs) {
170 PyObject * _resultobj;
171 wxControl * _result;
172 wxWindow * _arg0;
173 wxWindowID _arg1;
174 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
175 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
176 long _arg4 = (long ) 0;
177 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
178 wxString * _arg6 = (wxString *) &wxPyControlNameStr;
179 PyObject * _argo0 = 0;
180 wxPoint temp;
181 PyObject * _obj2 = 0;
182 wxSize temp0;
183 PyObject * _obj3 = 0;
184 PyObject * _argo5 = 0;
185 PyObject * _obj6 = 0;
186 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
187 char _ptemp[128];
188
189 self = self;
190 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOlOO:new_wxControl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6))
191 return NULL;
192 if (_argo0) {
193 if (_argo0 == Py_None) { _arg0 = NULL; }
194 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
195 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxControl. Expected _wxWindow_p.");
196 return NULL;
197 }
198 }
199 if (_obj2)
200 {
201 _arg2 = &temp;
202 if (! wxPoint_helper(_obj2, &_arg2))
203 return NULL;
204 }
205 if (_obj3)
206 {
207 _arg3 = &temp0;
208 if (! wxSize_helper(_obj3, &_arg3))
209 return NULL;
210 }
211 if (_argo5) {
212 if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
213 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxControl. Expected _wxValidator_p.");
214 return NULL;
215 }
216 }
217 if (_obj6)
218 {
219 _arg6 = wxString_in_helper(_obj6);
220 if (_arg6 == NULL)
221 return NULL;
222 }
223 {
224 PyThreadState* __tstate = wxPyBeginAllowThreads();
225 _result = (wxControl *)new_wxControl(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6);
226
227 wxPyEndAllowThreads(__tstate);
228 if (PyErr_Occurred()) return NULL;
229 } if (_result) {
230 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
231 _resultobj = Py_BuildValue("s",_ptemp);
232 } else {
233 Py_INCREF(Py_None);
234 _resultobj = Py_None;
235 }
236 {
237 if (_obj6)
238 delete _arg6;
239 }
240 return _resultobj;
241 }
242
243 #define new_wxPreControl() (new wxControl())
244 static PyObject *_wrap_new_wxPreControl(PyObject *self, PyObject *args, PyObject *kwargs) {
245 PyObject * _resultobj;
246 wxControl * _result;
247 char *_kwnames[] = { NULL };
248 char _ptemp[128];
249
250 self = self;
251 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreControl",_kwnames))
252 return NULL;
253 {
254 PyThreadState* __tstate = wxPyBeginAllowThreads();
255 _result = (wxControl *)new_wxPreControl();
256
257 wxPyEndAllowThreads(__tstate);
258 if (PyErr_Occurred()) return NULL;
259 } if (_result) {
260 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
261 _resultobj = Py_BuildValue("s",_ptemp);
262 } else {
263 Py_INCREF(Py_None);
264 _resultobj = Py_None;
265 }
266 return _resultobj;
267 }
268
269 #define wxControl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
270 static PyObject *_wrap_wxControl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
271 PyObject * _resultobj;
272 bool _result;
273 wxControl * _arg0;
274 wxWindow * _arg1;
275 wxWindowID _arg2;
276 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
277 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
278 long _arg5 = (long ) 0;
279 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
280 wxString * _arg7 = (wxString *) &wxPyControlNameStr;
281 PyObject * _argo0 = 0;
282 PyObject * _argo1 = 0;
283 wxPoint temp;
284 PyObject * _obj3 = 0;
285 wxSize temp0;
286 PyObject * _obj4 = 0;
287 PyObject * _argo6 = 0;
288 PyObject * _obj7 = 0;
289 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
290
291 self = self;
292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOlOO:wxControl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
293 return NULL;
294 if (_argo0) {
295 if (_argo0 == Py_None) { _arg0 = NULL; }
296 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
297 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Create. Expected _wxControl_p.");
298 return NULL;
299 }
300 }
301 if (_argo1) {
302 if (_argo1 == Py_None) { _arg1 = NULL; }
303 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
304 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Create. Expected _wxWindow_p.");
305 return NULL;
306 }
307 }
308 if (_obj3)
309 {
310 _arg3 = &temp;
311 if (! wxPoint_helper(_obj3, &_arg3))
312 return NULL;
313 }
314 if (_obj4)
315 {
316 _arg4 = &temp0;
317 if (! wxSize_helper(_obj4, &_arg4))
318 return NULL;
319 }
320 if (_argo6) {
321 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
322 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxControl_Create. Expected _wxValidator_p.");
323 return NULL;
324 }
325 }
326 if (_obj7)
327 {
328 _arg7 = wxString_in_helper(_obj7);
329 if (_arg7 == NULL)
330 return NULL;
331 }
332 {
333 PyThreadState* __tstate = wxPyBeginAllowThreads();
334 _result = (bool )wxControl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
335
336 wxPyEndAllowThreads(__tstate);
337 if (PyErr_Occurred()) return NULL;
338 } _resultobj = Py_BuildValue("i",_result);
339 {
340 if (_obj7)
341 delete _arg7;
342 }
343 return _resultobj;
344 }
345
346 #define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
347 static PyObject *_wrap_wxControl_Command(PyObject *self, PyObject *args, PyObject *kwargs) {
348 PyObject * _resultobj;
349 wxControl * _arg0;
350 wxCommandEvent * _arg1;
351 PyObject * _argo0 = 0;
352 PyObject * _argo1 = 0;
353 char *_kwnames[] = { "self","event", NULL };
354
355 self = self;
356 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_Command",_kwnames,&_argo0,&_argo1))
357 return NULL;
358 if (_argo0) {
359 if (_argo0 == Py_None) { _arg0 = NULL; }
360 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
361 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
362 return NULL;
363 }
364 }
365 if (_argo1) {
366 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxCommandEvent_p")) {
367 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
368 return NULL;
369 }
370 }
371 {
372 PyThreadState* __tstate = wxPyBeginAllowThreads();
373 wxControl_Command(_arg0,*_arg1);
374
375 wxPyEndAllowThreads(__tstate);
376 if (PyErr_Occurred()) return NULL;
377 } Py_INCREF(Py_None);
378 _resultobj = Py_None;
379 return _resultobj;
380 }
381
382 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
383 static PyObject *_wrap_wxControl_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
384 PyObject * _resultobj;
385 wxString * _result;
386 wxControl * _arg0;
387 PyObject * _argo0 = 0;
388 char *_kwnames[] = { "self", NULL };
389
390 self = self;
391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControl_GetLabel",_kwnames,&_argo0))
392 return NULL;
393 if (_argo0) {
394 if (_argo0 == Py_None) { _arg0 = NULL; }
395 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
396 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
397 return NULL;
398 }
399 }
400 {
401 PyThreadState* __tstate = wxPyBeginAllowThreads();
402 _result = new wxString (wxControl_GetLabel(_arg0));
403
404 wxPyEndAllowThreads(__tstate);
405 if (PyErr_Occurred()) return NULL;
406 }{
407 #if wxUSE_UNICODE
408 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
409 #else
410 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
411 #endif
412 }
413 {
414 delete _result;
415 }
416 return _resultobj;
417 }
418
419 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
420 static PyObject *_wrap_wxControl_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
421 PyObject * _resultobj;
422 wxControl * _arg0;
423 wxString * _arg1;
424 PyObject * _argo0 = 0;
425 PyObject * _obj1 = 0;
426 char *_kwnames[] = { "self","label", NULL };
427
428 self = self;
429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_SetLabel",_kwnames,&_argo0,&_obj1))
430 return NULL;
431 if (_argo0) {
432 if (_argo0 == Py_None) { _arg0 = NULL; }
433 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
434 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
435 return NULL;
436 }
437 }
438 {
439 _arg1 = wxString_in_helper(_obj1);
440 if (_arg1 == NULL)
441 return NULL;
442 }
443 {
444 PyThreadState* __tstate = wxPyBeginAllowThreads();
445 wxControl_SetLabel(_arg0,*_arg1);
446
447 wxPyEndAllowThreads(__tstate);
448 if (PyErr_Occurred()) return NULL;
449 } Py_INCREF(Py_None);
450 _resultobj = Py_None;
451 {
452 if (_obj1)
453 delete _arg1;
454 }
455 return _resultobj;
456 }
457
458 static void *SwigwxControlWithItemsTowxControl(void *ptr) {
459 wxControlWithItems *src;
460 wxControl *dest;
461 src = (wxControlWithItems *) ptr;
462 dest = (wxControl *) src;
463 return (void *) dest;
464 }
465
466 static void *SwigwxControlWithItemsTowxWindow(void *ptr) {
467 wxControlWithItems *src;
468 wxWindow *dest;
469 src = (wxControlWithItems *) ptr;
470 dest = (wxWindow *) src;
471 return (void *) dest;
472 }
473
474 static void *SwigwxControlWithItemsTowxEvtHandler(void *ptr) {
475 wxControlWithItems *src;
476 wxEvtHandler *dest;
477 src = (wxControlWithItems *) ptr;
478 dest = (wxEvtHandler *) src;
479 return (void *) dest;
480 }
481
482 static void *SwigwxControlWithItemsTowxObject(void *ptr) {
483 wxControlWithItems *src;
484 wxObject *dest;
485 src = (wxControlWithItems *) ptr;
486 dest = (wxObject *) src;
487 return (void *) dest;
488 }
489
490 #define wxControlWithItems_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
491 static PyObject *_wrap_wxControlWithItems_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
492 PyObject * _resultobj;
493 wxControlWithItems * _arg0;
494 int _arg1;
495 PyObject * _argo0 = 0;
496 char *_kwnames[] = { "self","n", NULL };
497
498 self = self;
499 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Delete",_kwnames,&_argo0,&_arg1))
500 return NULL;
501 if (_argo0) {
502 if (_argo0 == Py_None) { _arg0 = NULL; }
503 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
504 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Delete. Expected _wxControlWithItems_p.");
505 return NULL;
506 }
507 }
508 {
509 PyThreadState* __tstate = wxPyBeginAllowThreads();
510 wxControlWithItems_Delete(_arg0,_arg1);
511
512 wxPyEndAllowThreads(__tstate);
513 if (PyErr_Occurred()) return NULL;
514 } Py_INCREF(Py_None);
515 _resultobj = Py_None;
516 return _resultobj;
517 }
518
519 #define wxControlWithItems_GetCount(_swigobj) (_swigobj->GetCount())
520 static PyObject *_wrap_wxControlWithItems_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
521 PyObject * _resultobj;
522 int _result;
523 wxControlWithItems * _arg0;
524 PyObject * _argo0 = 0;
525 char *_kwnames[] = { "self", NULL };
526
527 self = self;
528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetCount",_kwnames,&_argo0))
529 return NULL;
530 if (_argo0) {
531 if (_argo0 == Py_None) { _arg0 = NULL; }
532 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
533 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetCount. Expected _wxControlWithItems_p.");
534 return NULL;
535 }
536 }
537 {
538 PyThreadState* __tstate = wxPyBeginAllowThreads();
539 _result = (int )wxControlWithItems_GetCount(_arg0);
540
541 wxPyEndAllowThreads(__tstate);
542 if (PyErr_Occurred()) return NULL;
543 } _resultobj = Py_BuildValue("i",_result);
544 return _resultobj;
545 }
546
547 #define wxControlWithItems_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
548 static PyObject *_wrap_wxControlWithItems_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
549 PyObject * _resultobj;
550 wxString * _result;
551 wxControlWithItems * _arg0;
552 int _arg1;
553 PyObject * _argo0 = 0;
554 char *_kwnames[] = { "self","n", NULL };
555
556 self = self;
557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetString",_kwnames,&_argo0,&_arg1))
558 return NULL;
559 if (_argo0) {
560 if (_argo0 == Py_None) { _arg0 = NULL; }
561 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
562 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetString. Expected _wxControlWithItems_p.");
563 return NULL;
564 }
565 }
566 {
567 PyThreadState* __tstate = wxPyBeginAllowThreads();
568 _result = new wxString (wxControlWithItems_GetString(_arg0,_arg1));
569
570 wxPyEndAllowThreads(__tstate);
571 if (PyErr_Occurred()) return NULL;
572 }{
573 #if wxUSE_UNICODE
574 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
575 #else
576 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
577 #endif
578 }
579 {
580 delete _result;
581 }
582 return _resultobj;
583 }
584
585 #define wxControlWithItems_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
586 static PyObject *_wrap_wxControlWithItems_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
587 PyObject * _resultobj;
588 wxControlWithItems * _arg0;
589 int _arg1;
590 wxString * _arg2;
591 PyObject * _argo0 = 0;
592 PyObject * _obj2 = 0;
593 char *_kwnames[] = { "self","n","s", NULL };
594
595 self = self;
596 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
597 return NULL;
598 if (_argo0) {
599 if (_argo0 == Py_None) { _arg0 = NULL; }
600 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
601 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetString. Expected _wxControlWithItems_p.");
602 return NULL;
603 }
604 }
605 {
606 _arg2 = wxString_in_helper(_obj2);
607 if (_arg2 == NULL)
608 return NULL;
609 }
610 {
611 PyThreadState* __tstate = wxPyBeginAllowThreads();
612 wxControlWithItems_SetString(_arg0,_arg1,*_arg2);
613
614 wxPyEndAllowThreads(__tstate);
615 if (PyErr_Occurred()) return NULL;
616 } Py_INCREF(Py_None);
617 _resultobj = Py_None;
618 {
619 if (_obj2)
620 delete _arg2;
621 }
622 return _resultobj;
623 }
624
625 #define wxControlWithItems_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
626 static PyObject *_wrap_wxControlWithItems_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
627 PyObject * _resultobj;
628 int _result;
629 wxControlWithItems * _arg0;
630 wxString * _arg1;
631 PyObject * _argo0 = 0;
632 PyObject * _obj1 = 0;
633 char *_kwnames[] = { "self","s", NULL };
634
635 self = self;
636 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControlWithItems_FindString",_kwnames,&_argo0,&_obj1))
637 return NULL;
638 if (_argo0) {
639 if (_argo0 == Py_None) { _arg0 = NULL; }
640 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
641 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_FindString. Expected _wxControlWithItems_p.");
642 return NULL;
643 }
644 }
645 {
646 _arg1 = wxString_in_helper(_obj1);
647 if (_arg1 == NULL)
648 return NULL;
649 }
650 {
651 PyThreadState* __tstate = wxPyBeginAllowThreads();
652 _result = (int )wxControlWithItems_FindString(_arg0,*_arg1);
653
654 wxPyEndAllowThreads(__tstate);
655 if (PyErr_Occurred()) return NULL;
656 } _resultobj = Py_BuildValue("i",_result);
657 {
658 if (_obj1)
659 delete _arg1;
660 }
661 return _resultobj;
662 }
663
664 #define wxControlWithItems_Select(_swigobj,_swigarg0) (_swigobj->Select(_swigarg0))
665 static PyObject *_wrap_wxControlWithItems_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
666 PyObject * _resultobj;
667 wxControlWithItems * _arg0;
668 int _arg1;
669 PyObject * _argo0 = 0;
670 char *_kwnames[] = { "self","n", NULL };
671
672 self = self;
673 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Select",_kwnames,&_argo0,&_arg1))
674 return NULL;
675 if (_argo0) {
676 if (_argo0 == Py_None) { _arg0 = NULL; }
677 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
678 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Select. Expected _wxControlWithItems_p.");
679 return NULL;
680 }
681 }
682 {
683 PyThreadState* __tstate = wxPyBeginAllowThreads();
684 wxControlWithItems_Select(_arg0,_arg1);
685
686 wxPyEndAllowThreads(__tstate);
687 if (PyErr_Occurred()) return NULL;
688 } Py_INCREF(Py_None);
689 _resultobj = Py_None;
690 return _resultobj;
691 }
692
693 #define wxControlWithItems_GetSelection(_swigobj) (_swigobj->GetSelection())
694 static PyObject *_wrap_wxControlWithItems_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
695 PyObject * _resultobj;
696 int _result;
697 wxControlWithItems * _arg0;
698 PyObject * _argo0 = 0;
699 char *_kwnames[] = { "self", NULL };
700
701 self = self;
702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetSelection",_kwnames,&_argo0))
703 return NULL;
704 if (_argo0) {
705 if (_argo0 == Py_None) { _arg0 = NULL; }
706 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
707 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetSelection. Expected _wxControlWithItems_p.");
708 return NULL;
709 }
710 }
711 {
712 PyThreadState* __tstate = wxPyBeginAllowThreads();
713 _result = (int )wxControlWithItems_GetSelection(_arg0);
714
715 wxPyEndAllowThreads(__tstate);
716 if (PyErr_Occurred()) return NULL;
717 } _resultobj = Py_BuildValue("i",_result);
718 return _resultobj;
719 }
720
721 #define wxControlWithItems_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
722 static PyObject *_wrap_wxControlWithItems_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
723 PyObject * _resultobj;
724 wxString * _result;
725 wxControlWithItems * _arg0;
726 PyObject * _argo0 = 0;
727 char *_kwnames[] = { "self", NULL };
728
729 self = self;
730 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetStringSelection",_kwnames,&_argo0))
731 return NULL;
732 if (_argo0) {
733 if (_argo0 == Py_None) { _arg0 = NULL; }
734 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
735 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetStringSelection. Expected _wxControlWithItems_p.");
736 return NULL;
737 }
738 }
739 {
740 PyThreadState* __tstate = wxPyBeginAllowThreads();
741 _result = new wxString (wxControlWithItems_GetStringSelection(_arg0));
742
743 wxPyEndAllowThreads(__tstate);
744 if (PyErr_Occurred()) return NULL;
745 }{
746 #if wxUSE_UNICODE
747 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
748 #else
749 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
750 #endif
751 }
752 {
753 delete _result;
754 }
755 return _resultobj;
756 }
757
758 static void wxControlWithItems_Append(wxControlWithItems *self,const wxString & item,PyObject * clientData) {
759 if (clientData) {
760 wxPyClientData* data = new wxPyClientData(clientData);
761 self->Append(item, data);
762 } else
763 self->Append(item);
764 }
765 static PyObject *_wrap_wxControlWithItems_Append(PyObject *self, PyObject *args, PyObject *kwargs) {
766 PyObject * _resultobj;
767 wxControlWithItems * _arg0;
768 wxString * _arg1;
769 PyObject * _arg2 = (PyObject *) NULL;
770 PyObject * _argo0 = 0;
771 PyObject * _obj1 = 0;
772 PyObject * _obj2 = 0;
773 char *_kwnames[] = { "self","item","clientData", NULL };
774
775 self = self;
776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxControlWithItems_Append",_kwnames,&_argo0,&_obj1,&_obj2))
777 return NULL;
778 if (_argo0) {
779 if (_argo0 == Py_None) { _arg0 = NULL; }
780 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
781 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Append. Expected _wxControlWithItems_p.");
782 return NULL;
783 }
784 }
785 {
786 _arg1 = wxString_in_helper(_obj1);
787 if (_arg1 == NULL)
788 return NULL;
789 }
790 if (_obj2)
791 {
792 _arg2 = _obj2;
793 }
794 {
795 PyThreadState* __tstate = wxPyBeginAllowThreads();
796 wxControlWithItems_Append(_arg0,*_arg1,_arg2);
797
798 wxPyEndAllowThreads(__tstate);
799 if (PyErr_Occurred()) return NULL;
800 } Py_INCREF(Py_None);
801 _resultobj = Py_None;
802 {
803 if (_obj1)
804 delete _arg1;
805 }
806 return _resultobj;
807 }
808
809 static PyObject * wxControlWithItems_GetClientData(wxControlWithItems *self,int n) {
810 wxPyClientData* data = (wxPyClientData*)self->GetClientObject(n);
811 if (data) {
812 Py_INCREF(data->m_obj);
813 return data->m_obj;
814 } else {
815 Py_INCREF(Py_None);
816 return Py_None;
817 }
818 }
819 static PyObject *_wrap_wxControlWithItems_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
820 PyObject * _resultobj;
821 PyObject * _result;
822 wxControlWithItems * _arg0;
823 int _arg1;
824 PyObject * _argo0 = 0;
825 char *_kwnames[] = { "self","n", NULL };
826
827 self = self;
828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetClientData",_kwnames,&_argo0,&_arg1))
829 return NULL;
830 if (_argo0) {
831 if (_argo0 == Py_None) { _arg0 = NULL; }
832 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
833 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetClientData. Expected _wxControlWithItems_p.");
834 return NULL;
835 }
836 }
837 {
838 PyThreadState* __tstate = wxPyBeginAllowThreads();
839 _result = (PyObject *)wxControlWithItems_GetClientData(_arg0,_arg1);
840
841 wxPyEndAllowThreads(__tstate);
842 if (PyErr_Occurred()) return NULL;
843 }{
844 _resultobj = _result;
845 }
846 return _resultobj;
847 }
848
849 static void wxControlWithItems_SetClientData(wxControlWithItems *self,int n,PyObject * clientData) {
850 wxPyClientData* data = new wxPyClientData(clientData);
851 self->SetClientObject(n, data);
852 }
853 static PyObject *_wrap_wxControlWithItems_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
854 PyObject * _resultobj;
855 wxControlWithItems * _arg0;
856 int _arg1;
857 PyObject * _arg2;
858 PyObject * _argo0 = 0;
859 PyObject * _obj2 = 0;
860 char *_kwnames[] = { "self","n","clientData", NULL };
861
862 self = self;
863 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetClientData",_kwnames,&_argo0,&_arg1,&_obj2))
864 return NULL;
865 if (_argo0) {
866 if (_argo0 == Py_None) { _arg0 = NULL; }
867 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
868 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetClientData. Expected _wxControlWithItems_p.");
869 return NULL;
870 }
871 }
872 {
873 _arg2 = _obj2;
874 }
875 {
876 PyThreadState* __tstate = wxPyBeginAllowThreads();
877 wxControlWithItems_SetClientData(_arg0,_arg1,_arg2);
878
879 wxPyEndAllowThreads(__tstate);
880 if (PyErr_Occurred()) return NULL;
881 } Py_INCREF(Py_None);
882 _resultobj = Py_None;
883 return _resultobj;
884 }
885
886 #define wxControlWithItems_AppendItems(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
887 static PyObject *_wrap_wxControlWithItems_AppendItems(PyObject *self, PyObject *args, PyObject *kwargs) {
888 PyObject * _resultobj;
889 wxControlWithItems * _arg0;
890 wxArrayString * _arg1;
891 PyObject * _argo0 = 0;
892 PyObject * _obj1 = 0;
893 char *_kwnames[] = { "self","strings", NULL };
894
895 self = self;
896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControlWithItems_AppendItems",_kwnames,&_argo0,&_obj1))
897 return NULL;
898 if (_argo0) {
899 if (_argo0 == Py_None) { _arg0 = NULL; }
900 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
901 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_AppendItems. Expected _wxControlWithItems_p.");
902 return NULL;
903 }
904 }
905 {
906 if (! PySequence_Check(_obj1)) {
907 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
908 return NULL;
909 }
910 _arg1 = new wxArrayString;
911 int i, len=PySequence_Length(_obj1);
912 for (i=0; i<len; i++) {
913 PyObject* item = PySequence_GetItem(_obj1, i);
914 #if wxUSE_UNICODE
915 PyObject* str = PyObject_Unicode(item);
916 #else
917 PyObject* str = PyObject_Str(item);
918 #endif
919 _arg1->Add(Py2wxString(str));
920 Py_DECREF(item);
921 Py_DECREF(str);
922 }
923 }
924 {
925 PyThreadState* __tstate = wxPyBeginAllowThreads();
926 wxControlWithItems_AppendItems(_arg0,*_arg1);
927
928 wxPyEndAllowThreads(__tstate);
929 if (PyErr_Occurred()) return NULL;
930 } Py_INCREF(Py_None);
931 _resultobj = Py_None;
932 {
933 if (_obj1)
934 delete _arg1;
935 }
936 return _resultobj;
937 }
938
939 static void *SwigwxButtonTowxControl(void *ptr) {
940 wxButton *src;
941 wxControl *dest;
942 src = (wxButton *) ptr;
943 dest = (wxControl *) src;
944 return (void *) dest;
945 }
946
947 static void *SwigwxButtonTowxWindow(void *ptr) {
948 wxButton *src;
949 wxWindow *dest;
950 src = (wxButton *) ptr;
951 dest = (wxWindow *) src;
952 return (void *) dest;
953 }
954
955 static void *SwigwxButtonTowxEvtHandler(void *ptr) {
956 wxButton *src;
957 wxEvtHandler *dest;
958 src = (wxButton *) ptr;
959 dest = (wxEvtHandler *) src;
960 return (void *) dest;
961 }
962
963 static void *SwigwxButtonTowxObject(void *ptr) {
964 wxButton *src;
965 wxObject *dest;
966 src = (wxButton *) ptr;
967 dest = (wxObject *) src;
968 return (void *) dest;
969 }
970
971 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
972 static PyObject *_wrap_new_wxButton(PyObject *self, PyObject *args, PyObject *kwargs) {
973 PyObject * _resultobj;
974 wxButton * _result;
975 wxWindow * _arg0;
976 wxWindowID _arg1;
977 wxString * _arg2;
978 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
979 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
980 long _arg5 = (long ) 0;
981 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
982 wxString * _arg7 = (wxString *) &wxPyButtonNameStr;
983 PyObject * _argo0 = 0;
984 PyObject * _obj2 = 0;
985 wxPoint temp;
986 PyObject * _obj3 = 0;
987 wxSize temp0;
988 PyObject * _obj4 = 0;
989 PyObject * _argo6 = 0;
990 PyObject * _obj7 = 0;
991 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
992 char _ptemp[128];
993
994 self = self;
995 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
996 return NULL;
997 if (_argo0) {
998 if (_argo0 == Py_None) { _arg0 = NULL; }
999 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
1000 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
1001 return NULL;
1002 }
1003 }
1004 {
1005 _arg2 = wxString_in_helper(_obj2);
1006 if (_arg2 == NULL)
1007 return NULL;
1008 }
1009 if (_obj3)
1010 {
1011 _arg3 = &temp;
1012 if (! wxPoint_helper(_obj3, &_arg3))
1013 return NULL;
1014 }
1015 if (_obj4)
1016 {
1017 _arg4 = &temp0;
1018 if (! wxSize_helper(_obj4, &_arg4))
1019 return NULL;
1020 }
1021 if (_argo6) {
1022 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
1023 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
1024 return NULL;
1025 }
1026 }
1027 if (_obj7)
1028 {
1029 _arg7 = wxString_in_helper(_obj7);
1030 if (_arg7 == NULL)
1031 return NULL;
1032 }
1033 {
1034 PyThreadState* __tstate = wxPyBeginAllowThreads();
1035 _result = (wxButton *)new_wxButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
1036
1037 wxPyEndAllowThreads(__tstate);
1038 if (PyErr_Occurred()) return NULL;
1039 } if (_result) {
1040 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
1041 _resultobj = Py_BuildValue("s",_ptemp);
1042 } else {
1043 Py_INCREF(Py_None);
1044 _resultobj = Py_None;
1045 }
1046 {
1047 if (_obj2)
1048 delete _arg2;
1049 }
1050 {
1051 if (_obj7)
1052 delete _arg7;
1053 }
1054 return _resultobj;
1055 }
1056
1057 #define new_wxPreButton() (new wxButton())
1058 static PyObject *_wrap_new_wxPreButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1059 PyObject * _resultobj;
1060 wxButton * _result;
1061 char *_kwnames[] = { NULL };
1062 char _ptemp[128];
1063
1064 self = self;
1065 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreButton",_kwnames))
1066 return NULL;
1067 {
1068 PyThreadState* __tstate = wxPyBeginAllowThreads();
1069 _result = (wxButton *)new_wxPreButton();
1070
1071 wxPyEndAllowThreads(__tstate);
1072 if (PyErr_Occurred()) return NULL;
1073 } if (_result) {
1074 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
1075 _resultobj = Py_BuildValue("s",_ptemp);
1076 } else {
1077 Py_INCREF(Py_None);
1078 _resultobj = Py_None;
1079 }
1080 return _resultobj;
1081 }
1082
1083 #define wxButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1084 static PyObject *_wrap_wxButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1085 PyObject * _resultobj;
1086 bool _result;
1087 wxButton * _arg0;
1088 wxWindow * _arg1;
1089 wxWindowID _arg2;
1090 wxString * _arg3;
1091 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1092 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1093 long _arg6 = (long ) 0;
1094 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1095 wxString * _arg8 = (wxString *) &wxPyButtonNameStr;
1096 PyObject * _argo0 = 0;
1097 PyObject * _argo1 = 0;
1098 PyObject * _obj3 = 0;
1099 wxPoint temp;
1100 PyObject * _obj4 = 0;
1101 wxSize temp0;
1102 PyObject * _obj5 = 0;
1103 PyObject * _argo7 = 0;
1104 PyObject * _obj8 = 0;
1105 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
1106
1107 self = self;
1108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
1109 return NULL;
1110 if (_argo0) {
1111 if (_argo0 == Py_None) { _arg0 = NULL; }
1112 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1113 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_Create. Expected _wxButton_p.");
1114 return NULL;
1115 }
1116 }
1117 if (_argo1) {
1118 if (_argo1 == Py_None) { _arg1 = NULL; }
1119 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1120 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxButton_Create. Expected _wxWindow_p.");
1121 return NULL;
1122 }
1123 }
1124 {
1125 _arg3 = wxString_in_helper(_obj3);
1126 if (_arg3 == NULL)
1127 return NULL;
1128 }
1129 if (_obj4)
1130 {
1131 _arg4 = &temp;
1132 if (! wxPoint_helper(_obj4, &_arg4))
1133 return NULL;
1134 }
1135 if (_obj5)
1136 {
1137 _arg5 = &temp0;
1138 if (! wxSize_helper(_obj5, &_arg5))
1139 return NULL;
1140 }
1141 if (_argo7) {
1142 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1143 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxButton_Create. Expected _wxValidator_p.");
1144 return NULL;
1145 }
1146 }
1147 if (_obj8)
1148 {
1149 _arg8 = wxString_in_helper(_obj8);
1150 if (_arg8 == NULL)
1151 return NULL;
1152 }
1153 {
1154 PyThreadState* __tstate = wxPyBeginAllowThreads();
1155 _result = (bool )wxButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
1156
1157 wxPyEndAllowThreads(__tstate);
1158 if (PyErr_Occurred()) return NULL;
1159 } _resultobj = Py_BuildValue("i",_result);
1160 {
1161 if (_obj3)
1162 delete _arg3;
1163 }
1164 {
1165 if (_obj8)
1166 delete _arg8;
1167 }
1168 return _resultobj;
1169 }
1170
1171 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
1172 static PyObject *_wrap_wxButton_SetDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
1173 PyObject * _resultobj;
1174 wxButton * _arg0;
1175 PyObject * _argo0 = 0;
1176 char *_kwnames[] = { "self", NULL };
1177
1178 self = self;
1179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxButton_SetDefault",_kwnames,&_argo0))
1180 return NULL;
1181 if (_argo0) {
1182 if (_argo0 == Py_None) { _arg0 = NULL; }
1183 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1184 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
1185 return NULL;
1186 }
1187 }
1188 {
1189 PyThreadState* __tstate = wxPyBeginAllowThreads();
1190 wxButton_SetDefault(_arg0);
1191
1192 wxPyEndAllowThreads(__tstate);
1193 if (PyErr_Occurred()) return NULL;
1194 } Py_INCREF(Py_None);
1195 _resultobj = Py_None;
1196 return _resultobj;
1197 }
1198
1199 #define wxButton_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1200 static PyObject *_wrap_wxButton_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1201 PyObject * _resultobj;
1202 wxButton * _arg0;
1203 wxColour * _arg1;
1204 PyObject * _argo0 = 0;
1205 wxColour temp;
1206 PyObject * _obj1 = 0;
1207 char *_kwnames[] = { "self","colour", NULL };
1208
1209 self = self;
1210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
1211 return NULL;
1212 if (_argo0) {
1213 if (_argo0 == Py_None) { _arg0 = NULL; }
1214 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1215 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetBackgroundColour. Expected _wxButton_p.");
1216 return NULL;
1217 }
1218 }
1219 {
1220 _arg1 = &temp;
1221 if (! wxColour_helper(_obj1, &_arg1))
1222 return NULL;
1223 }
1224 {
1225 PyThreadState* __tstate = wxPyBeginAllowThreads();
1226 wxButton_SetBackgroundColour(_arg0,*_arg1);
1227
1228 wxPyEndAllowThreads(__tstate);
1229 if (PyErr_Occurred()) return NULL;
1230 } Py_INCREF(Py_None);
1231 _resultobj = Py_None;
1232 return _resultobj;
1233 }
1234
1235 #define wxButton_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0))
1236 static PyObject *_wrap_wxButton_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1237 PyObject * _resultobj;
1238 wxButton * _arg0;
1239 wxColour * _arg1;
1240 PyObject * _argo0 = 0;
1241 wxColour temp;
1242 PyObject * _obj1 = 0;
1243 char *_kwnames[] = { "self","colour", NULL };
1244
1245 self = self;
1246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetForegroundColour",_kwnames,&_argo0,&_obj1))
1247 return NULL;
1248 if (_argo0) {
1249 if (_argo0 == Py_None) { _arg0 = NULL; }
1250 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1251 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetForegroundColour. Expected _wxButton_p.");
1252 return NULL;
1253 }
1254 }
1255 {
1256 _arg1 = &temp;
1257 if (! wxColour_helper(_obj1, &_arg1))
1258 return NULL;
1259 }
1260 {
1261 PyThreadState* __tstate = wxPyBeginAllowThreads();
1262 wxButton_SetForegroundColour(_arg0,*_arg1);
1263
1264 wxPyEndAllowThreads(__tstate);
1265 if (PyErr_Occurred()) return NULL;
1266 } Py_INCREF(Py_None);
1267 _resultobj = Py_None;
1268 return _resultobj;
1269 }
1270
1271 static PyObject *_wrap_wxButton_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
1272 PyObject * _resultobj;
1273 wxSize * _result;
1274 char *_kwnames[] = { NULL };
1275 char _ptemp[128];
1276
1277 self = self;
1278 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxButton_GetDefaultSize",_kwnames))
1279 return NULL;
1280 {
1281 PyThreadState* __tstate = wxPyBeginAllowThreads();
1282 _result = new wxSize (wxButton::GetDefaultSize());
1283
1284 wxPyEndAllowThreads(__tstate);
1285 if (PyErr_Occurred()) return NULL;
1286 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p");
1287 _resultobj = Py_BuildValue("s",_ptemp);
1288 return _resultobj;
1289 }
1290
1291 static void *SwigwxBitmapButtonTowxButton(void *ptr) {
1292 wxBitmapButton *src;
1293 wxButton *dest;
1294 src = (wxBitmapButton *) ptr;
1295 dest = (wxButton *) src;
1296 return (void *) dest;
1297 }
1298
1299 static void *SwigwxBitmapButtonTowxControl(void *ptr) {
1300 wxBitmapButton *src;
1301 wxControl *dest;
1302 src = (wxBitmapButton *) ptr;
1303 dest = (wxControl *) src;
1304 return (void *) dest;
1305 }
1306
1307 static void *SwigwxBitmapButtonTowxWindow(void *ptr) {
1308 wxBitmapButton *src;
1309 wxWindow *dest;
1310 src = (wxBitmapButton *) ptr;
1311 dest = (wxWindow *) src;
1312 return (void *) dest;
1313 }
1314
1315 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr) {
1316 wxBitmapButton *src;
1317 wxEvtHandler *dest;
1318 src = (wxBitmapButton *) ptr;
1319 dest = (wxEvtHandler *) src;
1320 return (void *) dest;
1321 }
1322
1323 static void *SwigwxBitmapButtonTowxObject(void *ptr) {
1324 wxBitmapButton *src;
1325 wxObject *dest;
1326 src = (wxBitmapButton *) ptr;
1327 dest = (wxObject *) src;
1328 return (void *) dest;
1329 }
1330
1331 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1332 static PyObject *_wrap_new_wxBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1333 PyObject * _resultobj;
1334 wxBitmapButton * _result;
1335 wxWindow * _arg0;
1336 wxWindowID _arg1;
1337 wxBitmap * _arg2;
1338 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1339 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1340 long _arg5 = (long ) wxBU_AUTODRAW;
1341 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1342 wxString * _arg7 = (wxString *) &wxPyButtonNameStr;
1343 PyObject * _argo0 = 0;
1344 PyObject * _argo2 = 0;
1345 wxPoint temp;
1346 PyObject * _obj3 = 0;
1347 wxSize temp0;
1348 PyObject * _obj4 = 0;
1349 PyObject * _argo6 = 0;
1350 PyObject * _obj7 = 0;
1351 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL };
1352 char _ptemp[128];
1353
1354 self = self;
1355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxBitmapButton",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
1356 return NULL;
1357 if (_argo0) {
1358 if (_argo0 == Py_None) { _arg0 = NULL; }
1359 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
1360 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
1361 return NULL;
1362 }
1363 }
1364 if (_argo2) {
1365 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
1366 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
1367 return NULL;
1368 }
1369 }
1370 if (_obj3)
1371 {
1372 _arg3 = &temp;
1373 if (! wxPoint_helper(_obj3, &_arg3))
1374 return NULL;
1375 }
1376 if (_obj4)
1377 {
1378 _arg4 = &temp0;
1379 if (! wxSize_helper(_obj4, &_arg4))
1380 return NULL;
1381 }
1382 if (_argo6) {
1383 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
1384 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
1385 return NULL;
1386 }
1387 }
1388 if (_obj7)
1389 {
1390 _arg7 = wxString_in_helper(_obj7);
1391 if (_arg7 == NULL)
1392 return NULL;
1393 }
1394 {
1395 PyThreadState* __tstate = wxPyBeginAllowThreads();
1396 _result = (wxBitmapButton *)new_wxBitmapButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
1397
1398 wxPyEndAllowThreads(__tstate);
1399 if (PyErr_Occurred()) return NULL;
1400 } if (_result) {
1401 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1402 _resultobj = Py_BuildValue("s",_ptemp);
1403 } else {
1404 Py_INCREF(Py_None);
1405 _resultobj = Py_None;
1406 }
1407 {
1408 if (_obj7)
1409 delete _arg7;
1410 }
1411 return _resultobj;
1412 }
1413
1414 #define new_wxPreBitmapButton() (new wxBitmapButton())
1415 static PyObject *_wrap_new_wxPreBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1416 PyObject * _resultobj;
1417 wxBitmapButton * _result;
1418 char *_kwnames[] = { NULL };
1419 char _ptemp[128];
1420
1421 self = self;
1422 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreBitmapButton",_kwnames))
1423 return NULL;
1424 {
1425 PyThreadState* __tstate = wxPyBeginAllowThreads();
1426 _result = (wxBitmapButton *)new_wxPreBitmapButton();
1427
1428 wxPyEndAllowThreads(__tstate);
1429 if (PyErr_Occurred()) return NULL;
1430 } if (_result) {
1431 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1432 _resultobj = Py_BuildValue("s",_ptemp);
1433 } else {
1434 Py_INCREF(Py_None);
1435 _resultobj = Py_None;
1436 }
1437 return _resultobj;
1438 }
1439
1440 #define wxBitmapButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1441 static PyObject *_wrap_wxBitmapButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1442 PyObject * _resultobj;
1443 bool _result;
1444 wxBitmapButton * _arg0;
1445 wxWindow * _arg1;
1446 wxWindowID _arg2;
1447 wxBitmap * _arg3;
1448 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1449 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1450 long _arg6 = (long ) wxBU_AUTODRAW;
1451 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1452 wxString * _arg8 = (wxString *) &wxPyButtonNameStr;
1453 PyObject * _argo0 = 0;
1454 PyObject * _argo1 = 0;
1455 PyObject * _argo3 = 0;
1456 wxPoint temp;
1457 PyObject * _obj4 = 0;
1458 wxSize temp0;
1459 PyObject * _obj5 = 0;
1460 PyObject * _argo7 = 0;
1461 PyObject * _obj8 = 0;
1462 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","validator","name", NULL };
1463
1464 self = self;
1465 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxBitmapButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
1466 return NULL;
1467 if (_argo0) {
1468 if (_argo0 == Py_None) { _arg0 = NULL; }
1469 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1470 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_Create. Expected _wxBitmapButton_p.");
1471 return NULL;
1472 }
1473 }
1474 if (_argo1) {
1475 if (_argo1 == Py_None) { _arg1 = NULL; }
1476 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1477 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_Create. Expected _wxWindow_p.");
1478 return NULL;
1479 }
1480 }
1481 if (_argo3) {
1482 if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
1483 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxBitmapButton_Create. Expected _wxBitmap_p.");
1484 return NULL;
1485 }
1486 }
1487 if (_obj4)
1488 {
1489 _arg4 = &temp;
1490 if (! wxPoint_helper(_obj4, &_arg4))
1491 return NULL;
1492 }
1493 if (_obj5)
1494 {
1495 _arg5 = &temp0;
1496 if (! wxSize_helper(_obj5, &_arg5))
1497 return NULL;
1498 }
1499 if (_argo7) {
1500 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1501 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxBitmapButton_Create. Expected _wxValidator_p.");
1502 return NULL;
1503 }
1504 }
1505 if (_obj8)
1506 {
1507 _arg8 = wxString_in_helper(_obj8);
1508 if (_arg8 == NULL)
1509 return NULL;
1510 }
1511 {
1512 PyThreadState* __tstate = wxPyBeginAllowThreads();
1513 _result = (bool )wxBitmapButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
1514
1515 wxPyEndAllowThreads(__tstate);
1516 if (PyErr_Occurred()) return NULL;
1517 } _resultobj = Py_BuildValue("i",_result);
1518 {
1519 if (_obj8)
1520 delete _arg8;
1521 }
1522 return _resultobj;
1523 }
1524
1525 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
1526 static PyObject *_wrap_wxBitmapButton_GetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1527 PyObject * _resultobj;
1528 wxBitmap * _result;
1529 wxBitmapButton * _arg0;
1530 PyObject * _argo0 = 0;
1531 char *_kwnames[] = { "self", NULL };
1532 char _ptemp[128];
1533
1534 self = self;
1535 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapLabel",_kwnames,&_argo0))
1536 return NULL;
1537 if (_argo0) {
1538 if (_argo0 == Py_None) { _arg0 = NULL; }
1539 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1540 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
1541 return NULL;
1542 }
1543 }
1544 {
1545 PyThreadState* __tstate = wxPyBeginAllowThreads();
1546 _result = new wxBitmap (wxBitmapButton_GetBitmapLabel(_arg0));
1547
1548 wxPyEndAllowThreads(__tstate);
1549 if (PyErr_Occurred()) return NULL;
1550 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1551 _resultobj = Py_BuildValue("s",_ptemp);
1552 return _resultobj;
1553 }
1554
1555 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
1556 static PyObject *_wrap_wxBitmapButton_GetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1557 PyObject * _resultobj;
1558 wxBitmap * _result;
1559 wxBitmapButton * _arg0;
1560 PyObject * _argo0 = 0;
1561 char *_kwnames[] = { "self", NULL };
1562 char _ptemp[128];
1563
1564 self = self;
1565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapDisabled",_kwnames,&_argo0))
1566 return NULL;
1567 if (_argo0) {
1568 if (_argo0 == Py_None) { _arg0 = NULL; }
1569 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1570 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
1571 return NULL;
1572 }
1573 }
1574 {
1575 PyThreadState* __tstate = wxPyBeginAllowThreads();
1576 _result = new wxBitmap (wxBitmapButton_GetBitmapDisabled(_arg0));
1577
1578 wxPyEndAllowThreads(__tstate);
1579 if (PyErr_Occurred()) return NULL;
1580 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1581 _resultobj = Py_BuildValue("s",_ptemp);
1582 return _resultobj;
1583 }
1584
1585 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
1586 static PyObject *_wrap_wxBitmapButton_GetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1587 PyObject * _resultobj;
1588 wxBitmap * _result;
1589 wxBitmapButton * _arg0;
1590 PyObject * _argo0 = 0;
1591 char *_kwnames[] = { "self", NULL };
1592 char _ptemp[128];
1593
1594 self = self;
1595 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapFocus",_kwnames,&_argo0))
1596 return NULL;
1597 if (_argo0) {
1598 if (_argo0 == Py_None) { _arg0 = NULL; }
1599 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1600 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
1601 return NULL;
1602 }
1603 }
1604 {
1605 PyThreadState* __tstate = wxPyBeginAllowThreads();
1606 _result = new wxBitmap (wxBitmapButton_GetBitmapFocus(_arg0));
1607
1608 wxPyEndAllowThreads(__tstate);
1609 if (PyErr_Occurred()) return NULL;
1610 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1611 _resultobj = Py_BuildValue("s",_ptemp);
1612 return _resultobj;
1613 }
1614
1615 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
1616 static PyObject *_wrap_wxBitmapButton_GetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1617 PyObject * _resultobj;
1618 wxBitmap * _result;
1619 wxBitmapButton * _arg0;
1620 PyObject * _argo0 = 0;
1621 char *_kwnames[] = { "self", NULL };
1622 char _ptemp[128];
1623
1624 self = self;
1625 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapSelected",_kwnames,&_argo0))
1626 return NULL;
1627 if (_argo0) {
1628 if (_argo0 == Py_None) { _arg0 = NULL; }
1629 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1630 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
1631 return NULL;
1632 }
1633 }
1634 {
1635 PyThreadState* __tstate = wxPyBeginAllowThreads();
1636 _result = new wxBitmap (wxBitmapButton_GetBitmapSelected(_arg0));
1637
1638 wxPyEndAllowThreads(__tstate);
1639 if (PyErr_Occurred()) return NULL;
1640 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1641 _resultobj = Py_BuildValue("s",_ptemp);
1642 return _resultobj;
1643 }
1644
1645 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
1646 static PyObject *_wrap_wxBitmapButton_SetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1647 PyObject * _resultobj;
1648 wxBitmapButton * _arg0;
1649 wxBitmap * _arg1;
1650 PyObject * _argo0 = 0;
1651 PyObject * _argo1 = 0;
1652 char *_kwnames[] = { "self","bitmap", NULL };
1653
1654 self = self;
1655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames,&_argo0,&_argo1))
1656 return NULL;
1657 if (_argo0) {
1658 if (_argo0 == Py_None) { _arg0 = NULL; }
1659 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1660 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
1661 return NULL;
1662 }
1663 }
1664 if (_argo1) {
1665 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1666 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
1667 return NULL;
1668 }
1669 }
1670 {
1671 PyThreadState* __tstate = wxPyBeginAllowThreads();
1672 wxBitmapButton_SetBitmapDisabled(_arg0,*_arg1);
1673
1674 wxPyEndAllowThreads(__tstate);
1675 if (PyErr_Occurred()) return NULL;
1676 } Py_INCREF(Py_None);
1677 _resultobj = Py_None;
1678 return _resultobj;
1679 }
1680
1681 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
1682 static PyObject *_wrap_wxBitmapButton_SetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1683 PyObject * _resultobj;
1684 wxBitmapButton * _arg0;
1685 wxBitmap * _arg1;
1686 PyObject * _argo0 = 0;
1687 PyObject * _argo1 = 0;
1688 char *_kwnames[] = { "self","bitmap", NULL };
1689
1690 self = self;
1691 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapFocus",_kwnames,&_argo0,&_argo1))
1692 return NULL;
1693 if (_argo0) {
1694 if (_argo0 == Py_None) { _arg0 = NULL; }
1695 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1696 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
1697 return NULL;
1698 }
1699 }
1700 if (_argo1) {
1701 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1702 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
1703 return NULL;
1704 }
1705 }
1706 {
1707 PyThreadState* __tstate = wxPyBeginAllowThreads();
1708 wxBitmapButton_SetBitmapFocus(_arg0,*_arg1);
1709
1710 wxPyEndAllowThreads(__tstate);
1711 if (PyErr_Occurred()) return NULL;
1712 } Py_INCREF(Py_None);
1713 _resultobj = Py_None;
1714 return _resultobj;
1715 }
1716
1717 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
1718 static PyObject *_wrap_wxBitmapButton_SetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1719 PyObject * _resultobj;
1720 wxBitmapButton * _arg0;
1721 wxBitmap * _arg1;
1722 PyObject * _argo0 = 0;
1723 PyObject * _argo1 = 0;
1724 char *_kwnames[] = { "self","bitmap", NULL };
1725
1726 self = self;
1727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapSelected",_kwnames,&_argo0,&_argo1))
1728 return NULL;
1729 if (_argo0) {
1730 if (_argo0 == Py_None) { _arg0 = NULL; }
1731 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1732 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
1733 return NULL;
1734 }
1735 }
1736 if (_argo1) {
1737 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1738 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
1739 return NULL;
1740 }
1741 }
1742 {
1743 PyThreadState* __tstate = wxPyBeginAllowThreads();
1744 wxBitmapButton_SetBitmapSelected(_arg0,*_arg1);
1745
1746 wxPyEndAllowThreads(__tstate);
1747 if (PyErr_Occurred()) return NULL;
1748 } Py_INCREF(Py_None);
1749 _resultobj = Py_None;
1750 return _resultobj;
1751 }
1752
1753 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
1754 static PyObject *_wrap_wxBitmapButton_SetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1755 PyObject * _resultobj;
1756 wxBitmapButton * _arg0;
1757 wxBitmap * _arg1;
1758 PyObject * _argo0 = 0;
1759 PyObject * _argo1 = 0;
1760 char *_kwnames[] = { "self","bitmap", NULL };
1761
1762 self = self;
1763 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapLabel",_kwnames,&_argo0,&_argo1))
1764 return NULL;
1765 if (_argo0) {
1766 if (_argo0 == Py_None) { _arg0 = NULL; }
1767 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1768 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
1769 return NULL;
1770 }
1771 }
1772 if (_argo1) {
1773 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1774 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
1775 return NULL;
1776 }
1777 }
1778 {
1779 PyThreadState* __tstate = wxPyBeginAllowThreads();
1780 wxBitmapButton_SetBitmapLabel(_arg0,*_arg1);
1781
1782 wxPyEndAllowThreads(__tstate);
1783 if (PyErr_Occurred()) return NULL;
1784 } Py_INCREF(Py_None);
1785 _resultobj = Py_None;
1786 return _resultobj;
1787 }
1788
1789 #define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
1790 static PyObject *_wrap_wxBitmapButton_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1791 PyObject * _resultobj;
1792 wxBitmapButton * _arg0;
1793 int _arg1;
1794 int _arg2;
1795 PyObject * _argo0 = 0;
1796 char *_kwnames[] = { "self","x","y", NULL };
1797
1798 self = self;
1799 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxBitmapButton_SetMargins",_kwnames,&_argo0,&_arg1,&_arg2))
1800 return NULL;
1801 if (_argo0) {
1802 if (_argo0 == Py_None) { _arg0 = NULL; }
1803 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1804 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
1805 return NULL;
1806 }
1807 }
1808 {
1809 PyThreadState* __tstate = wxPyBeginAllowThreads();
1810 wxBitmapButton_SetMargins(_arg0,_arg1,_arg2);
1811
1812 wxPyEndAllowThreads(__tstate);
1813 if (PyErr_Occurred()) return NULL;
1814 } Py_INCREF(Py_None);
1815 _resultobj = Py_None;
1816 return _resultobj;
1817 }
1818
1819 #define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
1820 static PyObject *_wrap_wxBitmapButton_GetMarginX(PyObject *self, PyObject *args, PyObject *kwargs) {
1821 PyObject * _resultobj;
1822 int _result;
1823 wxBitmapButton * _arg0;
1824 PyObject * _argo0 = 0;
1825 char *_kwnames[] = { "self", NULL };
1826
1827 self = self;
1828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginX",_kwnames,&_argo0))
1829 return NULL;
1830 if (_argo0) {
1831 if (_argo0 == Py_None) { _arg0 = NULL; }
1832 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1833 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
1834 return NULL;
1835 }
1836 }
1837 {
1838 PyThreadState* __tstate = wxPyBeginAllowThreads();
1839 _result = (int )wxBitmapButton_GetMarginX(_arg0);
1840
1841 wxPyEndAllowThreads(__tstate);
1842 if (PyErr_Occurred()) return NULL;
1843 } _resultobj = Py_BuildValue("i",_result);
1844 return _resultobj;
1845 }
1846
1847 #define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
1848 static PyObject *_wrap_wxBitmapButton_GetMarginY(PyObject *self, PyObject *args, PyObject *kwargs) {
1849 PyObject * _resultobj;
1850 int _result;
1851 wxBitmapButton * _arg0;
1852 PyObject * _argo0 = 0;
1853 char *_kwnames[] = { "self", NULL };
1854
1855 self = self;
1856 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginY",_kwnames,&_argo0))
1857 return NULL;
1858 if (_argo0) {
1859 if (_argo0 == Py_None) { _arg0 = NULL; }
1860 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1861 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1862 return NULL;
1863 }
1864 }
1865 {
1866 PyThreadState* __tstate = wxPyBeginAllowThreads();
1867 _result = (int )wxBitmapButton_GetMarginY(_arg0);
1868
1869 wxPyEndAllowThreads(__tstate);
1870 if (PyErr_Occurred()) return NULL;
1871 } _resultobj = Py_BuildValue("i",_result);
1872 return _resultobj;
1873 }
1874
1875 static void *SwigwxCheckBoxTowxControl(void *ptr) {
1876 wxCheckBox *src;
1877 wxControl *dest;
1878 src = (wxCheckBox *) ptr;
1879 dest = (wxControl *) src;
1880 return (void *) dest;
1881 }
1882
1883 static void *SwigwxCheckBoxTowxWindow(void *ptr) {
1884 wxCheckBox *src;
1885 wxWindow *dest;
1886 src = (wxCheckBox *) ptr;
1887 dest = (wxWindow *) src;
1888 return (void *) dest;
1889 }
1890
1891 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr) {
1892 wxCheckBox *src;
1893 wxEvtHandler *dest;
1894 src = (wxCheckBox *) ptr;
1895 dest = (wxEvtHandler *) src;
1896 return (void *) dest;
1897 }
1898
1899 static void *SwigwxCheckBoxTowxObject(void *ptr) {
1900 wxCheckBox *src;
1901 wxObject *dest;
1902 src = (wxCheckBox *) ptr;
1903 dest = (wxObject *) src;
1904 return (void *) dest;
1905 }
1906
1907 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1908 static PyObject *_wrap_new_wxCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1909 PyObject * _resultobj;
1910 wxCheckBox * _result;
1911 wxWindow * _arg0;
1912 wxWindowID _arg1;
1913 wxString * _arg2;
1914 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1915 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1916 long _arg5 = (long ) 0;
1917 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1918 wxString * _arg7 = (wxString *) &wxPyCheckBoxNameStr;
1919 PyObject * _argo0 = 0;
1920 PyObject * _obj2 = 0;
1921 wxPoint temp;
1922 PyObject * _obj3 = 0;
1923 wxSize temp0;
1924 PyObject * _obj4 = 0;
1925 PyObject * _argo6 = 0;
1926 PyObject * _obj7 = 0;
1927 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
1928 char _ptemp[128];
1929
1930 self = self;
1931 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxCheckBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
1932 return NULL;
1933 if (_argo0) {
1934 if (_argo0 == Py_None) { _arg0 = NULL; }
1935 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
1936 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
1937 return NULL;
1938 }
1939 }
1940 {
1941 _arg2 = wxString_in_helper(_obj2);
1942 if (_arg2 == NULL)
1943 return NULL;
1944 }
1945 if (_obj3)
1946 {
1947 _arg3 = &temp;
1948 if (! wxPoint_helper(_obj3, &_arg3))
1949 return NULL;
1950 }
1951 if (_obj4)
1952 {
1953 _arg4 = &temp0;
1954 if (! wxSize_helper(_obj4, &_arg4))
1955 return NULL;
1956 }
1957 if (_argo6) {
1958 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
1959 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
1960 return NULL;
1961 }
1962 }
1963 if (_obj7)
1964 {
1965 _arg7 = wxString_in_helper(_obj7);
1966 if (_arg7 == NULL)
1967 return NULL;
1968 }
1969 {
1970 PyThreadState* __tstate = wxPyBeginAllowThreads();
1971 _result = (wxCheckBox *)new_wxCheckBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
1972
1973 wxPyEndAllowThreads(__tstate);
1974 if (PyErr_Occurred()) return NULL;
1975 } if (_result) {
1976 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
1977 _resultobj = Py_BuildValue("s",_ptemp);
1978 } else {
1979 Py_INCREF(Py_None);
1980 _resultobj = Py_None;
1981 }
1982 {
1983 if (_obj2)
1984 delete _arg2;
1985 }
1986 {
1987 if (_obj7)
1988 delete _arg7;
1989 }
1990 return _resultobj;
1991 }
1992
1993 #define new_wxPreCheckBox() (new wxCheckBox())
1994 static PyObject *_wrap_new_wxPreCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1995 PyObject * _resultobj;
1996 wxCheckBox * _result;
1997 char *_kwnames[] = { NULL };
1998 char _ptemp[128];
1999
2000 self = self;
2001 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckBox",_kwnames))
2002 return NULL;
2003 {
2004 PyThreadState* __tstate = wxPyBeginAllowThreads();
2005 _result = (wxCheckBox *)new_wxPreCheckBox();
2006
2007 wxPyEndAllowThreads(__tstate);
2008 if (PyErr_Occurred()) return NULL;
2009 } if (_result) {
2010 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
2011 _resultobj = Py_BuildValue("s",_ptemp);
2012 } else {
2013 Py_INCREF(Py_None);
2014 _resultobj = Py_None;
2015 }
2016 return _resultobj;
2017 }
2018
2019 #define wxCheckBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2020 static PyObject *_wrap_wxCheckBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2021 PyObject * _resultobj;
2022 bool _result;
2023 wxCheckBox * _arg0;
2024 wxWindow * _arg1;
2025 wxWindowID _arg2;
2026 wxString * _arg3;
2027 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
2028 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
2029 long _arg6 = (long ) 0;
2030 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
2031 wxString * _arg8 = (wxString *) &wxPyCheckBoxNameStr;
2032 PyObject * _argo0 = 0;
2033 PyObject * _argo1 = 0;
2034 PyObject * _obj3 = 0;
2035 wxPoint temp;
2036 PyObject * _obj4 = 0;
2037 wxSize temp0;
2038 PyObject * _obj5 = 0;
2039 PyObject * _argo7 = 0;
2040 PyObject * _obj8 = 0;
2041 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
2042
2043 self = self;
2044 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxCheckBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
2045 return NULL;
2046 if (_argo0) {
2047 if (_argo0 == Py_None) { _arg0 = NULL; }
2048 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2049 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Create. Expected _wxCheckBox_p.");
2050 return NULL;
2051 }
2052 }
2053 if (_argo1) {
2054 if (_argo1 == Py_None) { _arg1 = NULL; }
2055 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2056 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckBox_Create. Expected _wxWindow_p.");
2057 return NULL;
2058 }
2059 }
2060 {
2061 _arg3 = wxString_in_helper(_obj3);
2062 if (_arg3 == NULL)
2063 return NULL;
2064 }
2065 if (_obj4)
2066 {
2067 _arg4 = &temp;
2068 if (! wxPoint_helper(_obj4, &_arg4))
2069 return NULL;
2070 }
2071 if (_obj5)
2072 {
2073 _arg5 = &temp0;
2074 if (! wxSize_helper(_obj5, &_arg5))
2075 return NULL;
2076 }
2077 if (_argo7) {
2078 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
2079 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxCheckBox_Create. Expected _wxValidator_p.");
2080 return NULL;
2081 }
2082 }
2083 if (_obj8)
2084 {
2085 _arg8 = wxString_in_helper(_obj8);
2086 if (_arg8 == NULL)
2087 return NULL;
2088 }
2089 {
2090 PyThreadState* __tstate = wxPyBeginAllowThreads();
2091 _result = (bool )wxCheckBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
2092
2093 wxPyEndAllowThreads(__tstate);
2094 if (PyErr_Occurred()) return NULL;
2095 } _resultobj = Py_BuildValue("i",_result);
2096 {
2097 if (_obj3)
2098 delete _arg3;
2099 }
2100 {
2101 if (_obj8)
2102 delete _arg8;
2103 }
2104 return _resultobj;
2105 }
2106
2107 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
2108 static PyObject *_wrap_wxCheckBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2109 PyObject * _resultobj;
2110 bool _result;
2111 wxCheckBox * _arg0;
2112 PyObject * _argo0 = 0;
2113 char *_kwnames[] = { "self", NULL };
2114
2115 self = self;
2116 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_GetValue",_kwnames,&_argo0))
2117 return NULL;
2118 if (_argo0) {
2119 if (_argo0 == Py_None) { _arg0 = NULL; }
2120 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2121 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
2122 return NULL;
2123 }
2124 }
2125 {
2126 PyThreadState* __tstate = wxPyBeginAllowThreads();
2127 _result = (bool )wxCheckBox_GetValue(_arg0);
2128
2129 wxPyEndAllowThreads(__tstate);
2130 if (PyErr_Occurred()) return NULL;
2131 } _resultobj = Py_BuildValue("i",_result);
2132 return _resultobj;
2133 }
2134
2135 #define wxCheckBox_IsChecked(_swigobj) (_swigobj->IsChecked())
2136 static PyObject *_wrap_wxCheckBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
2137 PyObject * _resultobj;
2138 bool _result;
2139 wxCheckBox * _arg0;
2140 PyObject * _argo0 = 0;
2141 char *_kwnames[] = { "self", NULL };
2142
2143 self = self;
2144 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_IsChecked",_kwnames,&_argo0))
2145 return NULL;
2146 if (_argo0) {
2147 if (_argo0 == Py_None) { _arg0 = NULL; }
2148 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2149 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_IsChecked. Expected _wxCheckBox_p.");
2150 return NULL;
2151 }
2152 }
2153 {
2154 PyThreadState* __tstate = wxPyBeginAllowThreads();
2155 _result = (bool )wxCheckBox_IsChecked(_arg0);
2156
2157 wxPyEndAllowThreads(__tstate);
2158 if (PyErr_Occurred()) return NULL;
2159 } _resultobj = Py_BuildValue("i",_result);
2160 return _resultobj;
2161 }
2162
2163 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2164 static PyObject *_wrap_wxCheckBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2165 PyObject * _resultobj;
2166 wxCheckBox * _arg0;
2167 bool _arg1;
2168 PyObject * _argo0 = 0;
2169 int tempbool1;
2170 char *_kwnames[] = { "self","state", NULL };
2171
2172 self = self;
2173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckBox_SetValue",_kwnames,&_argo0,&tempbool1))
2174 return NULL;
2175 if (_argo0) {
2176 if (_argo0 == Py_None) { _arg0 = NULL; }
2177 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2178 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
2179 return NULL;
2180 }
2181 }
2182 _arg1 = (bool ) tempbool1;
2183 {
2184 PyThreadState* __tstate = wxPyBeginAllowThreads();
2185 wxCheckBox_SetValue(_arg0,_arg1);
2186
2187 wxPyEndAllowThreads(__tstate);
2188 if (PyErr_Occurred()) return NULL;
2189 } Py_INCREF(Py_None);
2190 _resultobj = Py_None;
2191 return _resultobj;
2192 }
2193
2194 #define wxCheckBox_Get3StateValue(_swigobj) (_swigobj->Get3StateValue())
2195 static PyObject *_wrap_wxCheckBox_Get3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2196 PyObject * _resultobj;
2197 wxCheckBoxState _result;
2198 wxCheckBox * _arg0;
2199 PyObject * _argo0 = 0;
2200 char *_kwnames[] = { "self", NULL };
2201
2202 self = self;
2203 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_Get3StateValue",_kwnames,&_argo0))
2204 return NULL;
2205 if (_argo0) {
2206 if (_argo0 == Py_None) { _arg0 = NULL; }
2207 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2208 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Get3StateValue. Expected _wxCheckBox_p.");
2209 return NULL;
2210 }
2211 }
2212 {
2213 PyThreadState* __tstate = wxPyBeginAllowThreads();
2214 _result = (wxCheckBoxState )wxCheckBox_Get3StateValue(_arg0);
2215
2216 wxPyEndAllowThreads(__tstate);
2217 if (PyErr_Occurred()) return NULL;
2218 } _resultobj = Py_BuildValue("i",_result);
2219 return _resultobj;
2220 }
2221
2222 #define wxCheckBox_Set3StateValue(_swigobj,_swigarg0) (_swigobj->Set3StateValue(_swigarg0))
2223 static PyObject *_wrap_wxCheckBox_Set3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2224 PyObject * _resultobj;
2225 wxCheckBox * _arg0;
2226 wxCheckBoxState _arg1;
2227 PyObject * _argo0 = 0;
2228 char *_kwnames[] = { "self","state", NULL };
2229
2230 self = self;
2231 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckBox_Set3StateValue",_kwnames,&_argo0,&_arg1))
2232 return NULL;
2233 if (_argo0) {
2234 if (_argo0 == Py_None) { _arg0 = NULL; }
2235 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2236 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Set3StateValue. Expected _wxCheckBox_p.");
2237 return NULL;
2238 }
2239 }
2240 {
2241 PyThreadState* __tstate = wxPyBeginAllowThreads();
2242 wxCheckBox_Set3StateValue(_arg0,_arg1);
2243
2244 wxPyEndAllowThreads(__tstate);
2245 if (PyErr_Occurred()) return NULL;
2246 } Py_INCREF(Py_None);
2247 _resultobj = Py_None;
2248 return _resultobj;
2249 }
2250
2251 #define wxCheckBox_Is3State(_swigobj) (_swigobj->Is3State())
2252 static PyObject *_wrap_wxCheckBox_Is3State(PyObject *self, PyObject *args, PyObject *kwargs) {
2253 PyObject * _resultobj;
2254 bool _result;
2255 wxCheckBox * _arg0;
2256 PyObject * _argo0 = 0;
2257 char *_kwnames[] = { "self", NULL };
2258
2259 self = self;
2260 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_Is3State",_kwnames,&_argo0))
2261 return NULL;
2262 if (_argo0) {
2263 if (_argo0 == Py_None) { _arg0 = NULL; }
2264 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2265 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Is3State. Expected _wxCheckBox_p.");
2266 return NULL;
2267 }
2268 }
2269 {
2270 PyThreadState* __tstate = wxPyBeginAllowThreads();
2271 _result = (bool )wxCheckBox_Is3State(_arg0);
2272
2273 wxPyEndAllowThreads(__tstate);
2274 if (PyErr_Occurred()) return NULL;
2275 } _resultobj = Py_BuildValue("i",_result);
2276 return _resultobj;
2277 }
2278
2279 #define wxCheckBox_Is3rdStateAllowedForUser(_swigobj) (_swigobj->Is3rdStateAllowedForUser())
2280 static PyObject *_wrap_wxCheckBox_Is3rdStateAllowedForUser(PyObject *self, PyObject *args, PyObject *kwargs) {
2281 PyObject * _resultobj;
2282 bool _result;
2283 wxCheckBox * _arg0;
2284 PyObject * _argo0 = 0;
2285 char *_kwnames[] = { "self", NULL };
2286
2287 self = self;
2288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_Is3rdStateAllowedForUser",_kwnames,&_argo0))
2289 return NULL;
2290 if (_argo0) {
2291 if (_argo0 == Py_None) { _arg0 = NULL; }
2292 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2293 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Is3rdStateAllowedForUser. Expected _wxCheckBox_p.");
2294 return NULL;
2295 }
2296 }
2297 {
2298 PyThreadState* __tstate = wxPyBeginAllowThreads();
2299 _result = (bool )wxCheckBox_Is3rdStateAllowedForUser(_arg0);
2300
2301 wxPyEndAllowThreads(__tstate);
2302 if (PyErr_Occurred()) return NULL;
2303 } _resultobj = Py_BuildValue("i",_result);
2304 return _resultobj;
2305 }
2306
2307 static void *SwigwxChoiceTowxControlWithItems(void *ptr) {
2308 wxChoice *src;
2309 wxControlWithItems *dest;
2310 src = (wxChoice *) ptr;
2311 dest = (wxControlWithItems *) src;
2312 return (void *) dest;
2313 }
2314
2315 static void *SwigwxChoiceTowxControl(void *ptr) {
2316 wxChoice *src;
2317 wxControl *dest;
2318 src = (wxChoice *) ptr;
2319 dest = (wxControl *) src;
2320 return (void *) dest;
2321 }
2322
2323 static void *SwigwxChoiceTowxWindow(void *ptr) {
2324 wxChoice *src;
2325 wxWindow *dest;
2326 src = (wxChoice *) ptr;
2327 dest = (wxWindow *) src;
2328 return (void *) dest;
2329 }
2330
2331 static void *SwigwxChoiceTowxEvtHandler(void *ptr) {
2332 wxChoice *src;
2333 wxEvtHandler *dest;
2334 src = (wxChoice *) ptr;
2335 dest = (wxEvtHandler *) src;
2336 return (void *) dest;
2337 }
2338
2339 static void *SwigwxChoiceTowxObject(void *ptr) {
2340 wxChoice *src;
2341 wxObject *dest;
2342 src = (wxChoice *) ptr;
2343 dest = (wxObject *) src;
2344 return (void *) dest;
2345 }
2346
2347 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2348 static PyObject *_wrap_new_wxChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2349 PyObject * _resultobj;
2350 wxChoice * _result;
2351 wxWindow * _arg0;
2352 wxWindowID _arg1;
2353 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
2354 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
2355 int _arg4 = (int ) 0;
2356 wxString * _arg5 = (wxString *) NULL;
2357 long _arg6 = (long ) 0;
2358 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
2359 wxString * _arg8 = (wxString *) &wxPyChoiceNameStr;
2360 PyObject * _argo0 = 0;
2361 wxPoint temp;
2362 PyObject * _obj2 = 0;
2363 wxSize temp0;
2364 PyObject * _obj3 = 0;
2365 PyObject * _obj5 = 0;
2366 PyObject * _argo7 = 0;
2367 PyObject * _obj8 = 0;
2368 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
2369 char _ptemp[128];
2370
2371 self = self;
2372 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxChoice",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
2373 return NULL;
2374 if (_argo0) {
2375 if (_argo0 == Py_None) { _arg0 = NULL; }
2376 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2377 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
2378 return NULL;
2379 }
2380 }
2381 if (_obj2)
2382 {
2383 _arg2 = &temp;
2384 if (! wxPoint_helper(_obj2, &_arg2))
2385 return NULL;
2386 }
2387 if (_obj3)
2388 {
2389 _arg3 = &temp0;
2390 if (! wxSize_helper(_obj3, &_arg3))
2391 return NULL;
2392 }
2393 if (_obj5)
2394 {
2395 _arg5 = wxString_LIST_helper(_obj5);
2396 if (_arg5 == NULL) {
2397 return NULL;
2398 }
2399 }
2400 if (_argo7) {
2401 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
2402 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
2403 return NULL;
2404 }
2405 }
2406 if (_obj8)
2407 {
2408 _arg8 = wxString_in_helper(_obj8);
2409 if (_arg8 == NULL)
2410 return NULL;
2411 }
2412 {
2413 if (_obj5) {
2414 _arg4 = PyList_Size(_obj5);
2415 }
2416 else {
2417 _arg4 = 0;
2418 }
2419 }
2420 {
2421 PyThreadState* __tstate = wxPyBeginAllowThreads();
2422 _result = (wxChoice *)new_wxChoice(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
2423
2424 wxPyEndAllowThreads(__tstate);
2425 if (PyErr_Occurred()) return NULL;
2426 } if (_result) {
2427 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2428 _resultobj = Py_BuildValue("s",_ptemp);
2429 } else {
2430 Py_INCREF(Py_None);
2431 _resultobj = Py_None;
2432 }
2433 {
2434 delete [] _arg5;
2435 }
2436 {
2437 if (_obj8)
2438 delete _arg8;
2439 }
2440 return _resultobj;
2441 }
2442
2443 #define new_wxPreChoice() (new wxChoice())
2444 static PyObject *_wrap_new_wxPreChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2445 PyObject * _resultobj;
2446 wxChoice * _result;
2447 char *_kwnames[] = { NULL };
2448 char _ptemp[128];
2449
2450 self = self;
2451 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreChoice",_kwnames))
2452 return NULL;
2453 {
2454 PyThreadState* __tstate = wxPyBeginAllowThreads();
2455 _result = (wxChoice *)new_wxPreChoice();
2456
2457 wxPyEndAllowThreads(__tstate);
2458 if (PyErr_Occurred()) return NULL;
2459 } if (_result) {
2460 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2461 _resultobj = Py_BuildValue("s",_ptemp);
2462 } else {
2463 Py_INCREF(Py_None);
2464 _resultobj = Py_None;
2465 }
2466 return _resultobj;
2467 }
2468
2469 #define wxChoice_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2470 static PyObject *_wrap_wxChoice_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2471 PyObject * _resultobj;
2472 bool _result;
2473 wxChoice * _arg0;
2474 wxWindow * _arg1;
2475 wxWindowID _arg2;
2476 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2477 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
2478 int _arg5 = (int ) 0;
2479 wxString * _arg6 = (wxString *) NULL;
2480 long _arg7 = (long ) 0;
2481 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
2482 wxString * _arg9 = (wxString *) &wxPyChoiceNameStr;
2483 PyObject * _argo0 = 0;
2484 PyObject * _argo1 = 0;
2485 wxPoint temp;
2486 PyObject * _obj3 = 0;
2487 wxSize temp0;
2488 PyObject * _obj4 = 0;
2489 PyObject * _obj6 = 0;
2490 PyObject * _argo8 = 0;
2491 PyObject * _obj9 = 0;
2492 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
2493
2494 self = self;
2495 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxChoice_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
2496 return NULL;
2497 if (_argo0) {
2498 if (_argo0 == Py_None) { _arg0 = NULL; }
2499 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2500 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Create. Expected _wxChoice_p.");
2501 return NULL;
2502 }
2503 }
2504 if (_argo1) {
2505 if (_argo1 == Py_None) { _arg1 = NULL; }
2506 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2507 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxChoice_Create. Expected _wxWindow_p.");
2508 return NULL;
2509 }
2510 }
2511 if (_obj3)
2512 {
2513 _arg3 = &temp;
2514 if (! wxPoint_helper(_obj3, &_arg3))
2515 return NULL;
2516 }
2517 if (_obj4)
2518 {
2519 _arg4 = &temp0;
2520 if (! wxSize_helper(_obj4, &_arg4))
2521 return NULL;
2522 }
2523 if (_obj6)
2524 {
2525 _arg6 = wxString_LIST_helper(_obj6);
2526 if (_arg6 == NULL) {
2527 return NULL;
2528 }
2529 }
2530 if (_argo8) {
2531 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
2532 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxChoice_Create. Expected _wxValidator_p.");
2533 return NULL;
2534 }
2535 }
2536 if (_obj9)
2537 {
2538 _arg9 = wxString_in_helper(_obj9);
2539 if (_arg9 == NULL)
2540 return NULL;
2541 }
2542 {
2543 if (_obj6) {
2544 _arg5 = PyList_Size(_obj6);
2545 }
2546 else {
2547 _arg5 = 0;
2548 }
2549 }
2550 {
2551 PyThreadState* __tstate = wxPyBeginAllowThreads();
2552 _result = (bool )wxChoice_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
2553
2554 wxPyEndAllowThreads(__tstate);
2555 if (PyErr_Occurred()) return NULL;
2556 } _resultobj = Py_BuildValue("i",_result);
2557 {
2558 delete [] _arg6;
2559 }
2560 {
2561 if (_obj9)
2562 delete _arg9;
2563 }
2564 return _resultobj;
2565 }
2566
2567 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
2568 static PyObject *_wrap_wxChoice_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
2569 PyObject * _resultobj;
2570 wxChoice * _arg0;
2571 PyObject * _argo0 = 0;
2572 char *_kwnames[] = { "self", NULL };
2573
2574 self = self;
2575 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_Clear",_kwnames,&_argo0))
2576 return NULL;
2577 if (_argo0) {
2578 if (_argo0 == Py_None) { _arg0 = NULL; }
2579 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2580 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
2581 return NULL;
2582 }
2583 }
2584 {
2585 PyThreadState* __tstate = wxPyBeginAllowThreads();
2586 wxChoice_Clear(_arg0);
2587
2588 wxPyEndAllowThreads(__tstate);
2589 if (PyErr_Occurred()) return NULL;
2590 } Py_INCREF(Py_None);
2591 _resultobj = Py_None;
2592 return _resultobj;
2593 }
2594
2595 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
2596 static PyObject *_wrap_wxChoice_GetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2597 PyObject * _resultobj;
2598 int _result;
2599 wxChoice * _arg0;
2600 PyObject * _argo0 = 0;
2601 char *_kwnames[] = { "self", NULL };
2602
2603 self = self;
2604 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_GetColumns",_kwnames,&_argo0))
2605 return NULL;
2606 if (_argo0) {
2607 if (_argo0 == Py_None) { _arg0 = NULL; }
2608 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2609 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
2610 return NULL;
2611 }
2612 }
2613 {
2614 PyThreadState* __tstate = wxPyBeginAllowThreads();
2615 _result = (int )wxChoice_GetColumns(_arg0);
2616
2617 wxPyEndAllowThreads(__tstate);
2618 if (PyErr_Occurred()) return NULL;
2619 } _resultobj = Py_BuildValue("i",_result);
2620 return _resultobj;
2621 }
2622
2623 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
2624 static PyObject *_wrap_wxChoice_SetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2625 PyObject * _resultobj;
2626 wxChoice * _arg0;
2627 int _arg1 = (int ) 1;
2628 PyObject * _argo0 = 0;
2629 char *_kwnames[] = { "self","n", NULL };
2630
2631 self = self;
2632 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxChoice_SetColumns",_kwnames,&_argo0,&_arg1))
2633 return NULL;
2634 if (_argo0) {
2635 if (_argo0 == Py_None) { _arg0 = NULL; }
2636 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2637 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
2638 return NULL;
2639 }
2640 }
2641 {
2642 PyThreadState* __tstate = wxPyBeginAllowThreads();
2643 wxChoice_SetColumns(_arg0,_arg1);
2644
2645 wxPyEndAllowThreads(__tstate);
2646 if (PyErr_Occurred()) return NULL;
2647 } Py_INCREF(Py_None);
2648 _resultobj = Py_None;
2649 return _resultobj;
2650 }
2651
2652 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2653 static PyObject *_wrap_wxChoice_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2654 PyObject * _resultobj;
2655 wxChoice * _arg0;
2656 int _arg1;
2657 PyObject * _argo0 = 0;
2658 char *_kwnames[] = { "self","n", NULL };
2659
2660 self = self;
2661 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxChoice_SetSelection",_kwnames,&_argo0,&_arg1))
2662 return NULL;
2663 if (_argo0) {
2664 if (_argo0 == Py_None) { _arg0 = NULL; }
2665 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2666 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
2667 return NULL;
2668 }
2669 }
2670 {
2671 PyThreadState* __tstate = wxPyBeginAllowThreads();
2672 wxChoice_SetSelection(_arg0,_arg1);
2673
2674 wxPyEndAllowThreads(__tstate);
2675 if (PyErr_Occurred()) return NULL;
2676 } Py_INCREF(Py_None);
2677 _resultobj = Py_None;
2678 return _resultobj;
2679 }
2680
2681 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
2682 static PyObject *_wrap_wxChoice_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2683 PyObject * _resultobj;
2684 wxChoice * _arg0;
2685 wxString * _arg1;
2686 PyObject * _argo0 = 0;
2687 PyObject * _obj1 = 0;
2688 char *_kwnames[] = { "self","string", NULL };
2689
2690 self = self;
2691 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxChoice_SetStringSelection",_kwnames,&_argo0,&_obj1))
2692 return NULL;
2693 if (_argo0) {
2694 if (_argo0 == Py_None) { _arg0 = NULL; }
2695 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2696 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
2697 return NULL;
2698 }
2699 }
2700 {
2701 _arg1 = wxString_in_helper(_obj1);
2702 if (_arg1 == NULL)
2703 return NULL;
2704 }
2705 {
2706 PyThreadState* __tstate = wxPyBeginAllowThreads();
2707 wxChoice_SetStringSelection(_arg0,*_arg1);
2708
2709 wxPyEndAllowThreads(__tstate);
2710 if (PyErr_Occurred()) return NULL;
2711 } Py_INCREF(Py_None);
2712 _resultobj = Py_None;
2713 {
2714 if (_obj1)
2715 delete _arg1;
2716 }
2717 return _resultobj;
2718 }
2719
2720 #define wxChoice_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
2721 static PyObject *_wrap_wxChoice_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
2722 PyObject * _resultobj;
2723 wxChoice * _arg0;
2724 int _arg1;
2725 wxString * _arg2;
2726 PyObject * _argo0 = 0;
2727 PyObject * _obj2 = 0;
2728 char *_kwnames[] = { "self","n","s", NULL };
2729
2730 self = self;
2731 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxChoice_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
2732 return NULL;
2733 if (_argo0) {
2734 if (_argo0 == Py_None) { _arg0 = NULL; }
2735 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2736 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetString. Expected _wxChoice_p.");
2737 return NULL;
2738 }
2739 }
2740 {
2741 _arg2 = wxString_in_helper(_obj2);
2742 if (_arg2 == NULL)
2743 return NULL;
2744 }
2745 {
2746 PyThreadState* __tstate = wxPyBeginAllowThreads();
2747 wxChoice_SetString(_arg0,_arg1,*_arg2);
2748
2749 wxPyEndAllowThreads(__tstate);
2750 if (PyErr_Occurred()) return NULL;
2751 } Py_INCREF(Py_None);
2752 _resultobj = Py_None;
2753 {
2754 if (_obj2)
2755 delete _arg2;
2756 }
2757 return _resultobj;
2758 }
2759
2760 static void *SwigwxComboBoxTowxControl(void *ptr) {
2761 wxComboBox *src;
2762 wxControl *dest;
2763 src = (wxComboBox *) ptr;
2764 dest = (wxControl *) src;
2765 return (void *) dest;
2766 }
2767
2768 static void *SwigwxComboBoxTowxWindow(void *ptr) {
2769 wxComboBox *src;
2770 wxWindow *dest;
2771 src = (wxComboBox *) ptr;
2772 dest = (wxWindow *) src;
2773 return (void *) dest;
2774 }
2775
2776 static void *SwigwxComboBoxTowxEvtHandler(void *ptr) {
2777 wxComboBox *src;
2778 wxEvtHandler *dest;
2779 src = (wxComboBox *) ptr;
2780 dest = (wxEvtHandler *) src;
2781 return (void *) dest;
2782 }
2783
2784 static void *SwigwxComboBoxTowxObject(void *ptr) {
2785 wxComboBox *src;
2786 wxObject *dest;
2787 src = (wxComboBox *) ptr;
2788 dest = (wxObject *) src;
2789 return (void *) dest;
2790 }
2791
2792 #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))
2793 static PyObject *_wrap_new_wxComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2794 PyObject * _resultobj;
2795 wxComboBox * _result;
2796 wxWindow * _arg0;
2797 wxWindowID _arg1;
2798 wxString * _arg2 = (wxString *) &wxPyEmptyString;
2799 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2800 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
2801 int _arg5 = (int ) 0;
2802 wxString * _arg6 = (wxString *) NULL;
2803 long _arg7 = (long ) 0;
2804 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
2805 wxString * _arg9 = (wxString *) &wxPyComboBoxNameStr;
2806 PyObject * _argo0 = 0;
2807 PyObject * _obj2 = 0;
2808 wxPoint temp;
2809 PyObject * _obj3 = 0;
2810 wxSize temp0;
2811 PyObject * _obj4 = 0;
2812 PyObject * _obj6 = 0;
2813 PyObject * _argo8 = 0;
2814 PyObject * _obj9 = 0;
2815 char *_kwnames[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL };
2816 char _ptemp[128];
2817
2818 self = self;
2819 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOOlOO:new_wxComboBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
2820 return NULL;
2821 if (_argo0) {
2822 if (_argo0 == Py_None) { _arg0 = NULL; }
2823 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2824 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
2825 return NULL;
2826 }
2827 }
2828 if (_obj2)
2829 {
2830 _arg2 = wxString_in_helper(_obj2);
2831 if (_arg2 == NULL)
2832 return NULL;
2833 }
2834 if (_obj3)
2835 {
2836 _arg3 = &temp;
2837 if (! wxPoint_helper(_obj3, &_arg3))
2838 return NULL;
2839 }
2840 if (_obj4)
2841 {
2842 _arg4 = &temp0;
2843 if (! wxSize_helper(_obj4, &_arg4))
2844 return NULL;
2845 }
2846 if (_obj6)
2847 {
2848 _arg6 = wxString_LIST_helper(_obj6);
2849 if (_arg6 == NULL) {
2850 return NULL;
2851 }
2852 }
2853 if (_argo8) {
2854 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
2855 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
2856 return NULL;
2857 }
2858 }
2859 if (_obj9)
2860 {
2861 _arg9 = wxString_in_helper(_obj9);
2862 if (_arg9 == NULL)
2863 return NULL;
2864 }
2865 {
2866 if (_obj6) {
2867 _arg5 = PyList_Size(_obj6);
2868 }
2869 else {
2870 _arg5 = 0;
2871 }
2872 }
2873 {
2874 PyThreadState* __tstate = wxPyBeginAllowThreads();
2875 _result = (wxComboBox *)new_wxComboBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
2876
2877 wxPyEndAllowThreads(__tstate);
2878 if (PyErr_Occurred()) return NULL;
2879 } if (_result) {
2880 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
2881 _resultobj = Py_BuildValue("s",_ptemp);
2882 } else {
2883 Py_INCREF(Py_None);
2884 _resultobj = Py_None;
2885 }
2886 {
2887 if (_obj2)
2888 delete _arg2;
2889 }
2890 {
2891 delete [] _arg6;
2892 }
2893 {
2894 if (_obj9)
2895 delete _arg9;
2896 }
2897 return _resultobj;
2898 }
2899
2900 #define new_wxPreComboBox() (new wxComboBox())
2901 static PyObject *_wrap_new_wxPreComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2902 PyObject * _resultobj;
2903 wxComboBox * _result;
2904 char *_kwnames[] = { NULL };
2905 char _ptemp[128];
2906
2907 self = self;
2908 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreComboBox",_kwnames))
2909 return NULL;
2910 {
2911 PyThreadState* __tstate = wxPyBeginAllowThreads();
2912 _result = (wxComboBox *)new_wxPreComboBox();
2913
2914 wxPyEndAllowThreads(__tstate);
2915 if (PyErr_Occurred()) return NULL;
2916 } if (_result) {
2917 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
2918 _resultobj = Py_BuildValue("s",_ptemp);
2919 } else {
2920 Py_INCREF(Py_None);
2921 _resultobj = Py_None;
2922 }
2923 return _resultobj;
2924 }
2925
2926 #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))
2927 static PyObject *_wrap_wxComboBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2928 PyObject * _resultobj;
2929 bool _result;
2930 wxComboBox * _arg0;
2931 wxWindow * _arg1;
2932 wxWindowID _arg2;
2933 wxString * _arg3 = (wxString *) &wxPyEmptyString;
2934 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
2935 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
2936 int _arg6 = (int ) 0;
2937 wxString * _arg7 = (wxString *) NULL;
2938 long _arg8 = (long ) 0;
2939 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
2940 wxString * _arg10 = (wxString *) &wxPyComboBoxNameStr;
2941 PyObject * _argo0 = 0;
2942 PyObject * _argo1 = 0;
2943 PyObject * _obj3 = 0;
2944 wxPoint temp;
2945 PyObject * _obj4 = 0;
2946 wxSize temp0;
2947 PyObject * _obj5 = 0;
2948 PyObject * _obj7 = 0;
2949 PyObject * _argo9 = 0;
2950 PyObject * _obj10 = 0;
2951 char *_kwnames[] = { "self","parent","id","value","pos","size","choices","style","validator","name", NULL };
2952
2953 self = self;
2954 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOOlOO:wxComboBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_obj7,&_arg8,&_argo9,&_obj10))
2955 return NULL;
2956 if (_argo0) {
2957 if (_argo0 == Py_None) { _arg0 = NULL; }
2958 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
2959 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Create. Expected _wxComboBox_p.");
2960 return NULL;
2961 }
2962 }
2963 if (_argo1) {
2964 if (_argo1 == Py_None) { _arg1 = NULL; }
2965 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2966 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxComboBox_Create. Expected _wxWindow_p.");
2967 return NULL;
2968 }
2969 }
2970 if (_obj3)
2971 {
2972 _arg3 = wxString_in_helper(_obj3);
2973 if (_arg3 == NULL)
2974 return NULL;
2975 }
2976 if (_obj4)
2977 {
2978 _arg4 = &temp;
2979 if (! wxPoint_helper(_obj4, &_arg4))
2980 return NULL;
2981 }
2982 if (_obj5)
2983 {
2984 _arg5 = &temp0;
2985 if (! wxSize_helper(_obj5, &_arg5))
2986 return NULL;
2987 }
2988 if (_obj7)
2989 {
2990 _arg7 = wxString_LIST_helper(_obj7);
2991 if (_arg7 == NULL) {
2992 return NULL;
2993 }
2994 }
2995 if (_argo9) {
2996 if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
2997 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxComboBox_Create. Expected _wxValidator_p.");
2998 return NULL;
2999 }
3000 }
3001 if (_obj10)
3002 {
3003 _arg10 = wxString_in_helper(_obj10);
3004 if (_arg10 == NULL)
3005 return NULL;
3006 }
3007 {
3008 if (_obj7) {
3009 _arg6 = PyList_Size(_obj7);
3010 }
3011 else {
3012 _arg6 = 0;
3013 }
3014 }
3015 {
3016 PyThreadState* __tstate = wxPyBeginAllowThreads();
3017 _result = (bool )wxComboBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,*_arg9,*_arg10);
3018
3019 wxPyEndAllowThreads(__tstate);
3020 if (PyErr_Occurred()) return NULL;
3021 } _resultobj = Py_BuildValue("i",_result);
3022 {
3023 if (_obj3)
3024 delete _arg3;
3025 }
3026 {
3027 delete [] _arg7;
3028 }
3029 {
3030 if (_obj10)
3031 delete _arg10;
3032 }
3033 return _resultobj;
3034 }
3035
3036 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
3037 static PyObject *_wrap_wxComboBox_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
3038 PyObject * _resultobj;
3039 wxComboBox * _arg0;
3040 PyObject * _argo0 = 0;
3041 char *_kwnames[] = { "self", NULL };
3042
3043 self = self;
3044 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Copy",_kwnames,&_argo0))
3045 return NULL;
3046 if (_argo0) {
3047 if (_argo0 == Py_None) { _arg0 = NULL; }
3048 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3049 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
3050 return NULL;
3051 }
3052 }
3053 {
3054 PyThreadState* __tstate = wxPyBeginAllowThreads();
3055 wxComboBox_Copy(_arg0);
3056
3057 wxPyEndAllowThreads(__tstate);
3058 if (PyErr_Occurred()) return NULL;
3059 } Py_INCREF(Py_None);
3060 _resultobj = Py_None;
3061 return _resultobj;
3062 }
3063
3064 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
3065 static PyObject *_wrap_wxComboBox_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
3066 PyObject * _resultobj;
3067 wxComboBox * _arg0;
3068 PyObject * _argo0 = 0;
3069 char *_kwnames[] = { "self", NULL };
3070
3071 self = self;
3072 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Cut",_kwnames,&_argo0))
3073 return NULL;
3074 if (_argo0) {
3075 if (_argo0 == Py_None) { _arg0 = NULL; }
3076 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3077 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
3078 return NULL;
3079 }
3080 }
3081 {
3082 PyThreadState* __tstate = wxPyBeginAllowThreads();
3083 wxComboBox_Cut(_arg0);
3084
3085 wxPyEndAllowThreads(__tstate);
3086 if (PyErr_Occurred()) return NULL;
3087 } Py_INCREF(Py_None);
3088 _resultobj = Py_None;
3089 return _resultobj;
3090 }
3091
3092 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3093 static PyObject *_wrap_wxComboBox_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3094 PyObject * _resultobj;
3095 long _result;
3096 wxComboBox * _arg0;
3097 PyObject * _argo0 = 0;
3098 char *_kwnames[] = { "self", NULL };
3099
3100 self = self;
3101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetInsertionPoint",_kwnames,&_argo0))
3102 return NULL;
3103 if (_argo0) {
3104 if (_argo0 == Py_None) { _arg0 = NULL; }
3105 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3106 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
3107 return NULL;
3108 }
3109 }
3110 {
3111 PyThreadState* __tstate = wxPyBeginAllowThreads();
3112 _result = (long )wxComboBox_GetInsertionPoint(_arg0);
3113
3114 wxPyEndAllowThreads(__tstate);
3115 if (PyErr_Occurred()) return NULL;
3116 } _resultobj = Py_BuildValue("l",_result);
3117 return _resultobj;
3118 }
3119
3120 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3121 static PyObject *_wrap_wxComboBox_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
3122 PyObject * _resultobj;
3123 long _result;
3124 wxComboBox * _arg0;
3125 PyObject * _argo0 = 0;
3126 char *_kwnames[] = { "self", NULL };
3127
3128 self = self;
3129 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetLastPosition",_kwnames,&_argo0))
3130 return NULL;
3131 if (_argo0) {
3132 if (_argo0 == Py_None) { _arg0 = NULL; }
3133 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3134 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
3135 return NULL;
3136 }
3137 }
3138 {
3139 PyThreadState* __tstate = wxPyBeginAllowThreads();
3140 _result = (long )wxComboBox_GetLastPosition(_arg0);
3141
3142 wxPyEndAllowThreads(__tstate);
3143 if (PyErr_Occurred()) return NULL;
3144 } _resultobj = Py_BuildValue("l",_result);
3145 return _resultobj;
3146 }
3147
3148 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
3149 static PyObject *_wrap_wxComboBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3150 PyObject * _resultobj;
3151 wxString * _result;
3152 wxComboBox * _arg0;
3153 PyObject * _argo0 = 0;
3154 char *_kwnames[] = { "self", NULL };
3155
3156 self = self;
3157 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetValue",_kwnames,&_argo0))
3158 return NULL;
3159 if (_argo0) {
3160 if (_argo0 == Py_None) { _arg0 = NULL; }
3161 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3162 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
3163 return NULL;
3164 }
3165 }
3166 {
3167 PyThreadState* __tstate = wxPyBeginAllowThreads();
3168 _result = new wxString (wxComboBox_GetValue(_arg0));
3169
3170 wxPyEndAllowThreads(__tstate);
3171 if (PyErr_Occurred()) return NULL;
3172 }{
3173 #if wxUSE_UNICODE
3174 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
3175 #else
3176 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
3177 #endif
3178 }
3179 {
3180 delete _result;
3181 }
3182 return _resultobj;
3183 }
3184
3185 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
3186 static PyObject *_wrap_wxComboBox_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
3187 PyObject * _resultobj;
3188 wxComboBox * _arg0;
3189 PyObject * _argo0 = 0;
3190 char *_kwnames[] = { "self", NULL };
3191
3192 self = self;
3193 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Paste",_kwnames,&_argo0))
3194 return NULL;
3195 if (_argo0) {
3196 if (_argo0 == Py_None) { _arg0 = NULL; }
3197 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3198 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
3199 return NULL;
3200 }
3201 }
3202 {
3203 PyThreadState* __tstate = wxPyBeginAllowThreads();
3204 wxComboBox_Paste(_arg0);
3205
3206 wxPyEndAllowThreads(__tstate);
3207 if (PyErr_Occurred()) return NULL;
3208 } Py_INCREF(Py_None);
3209 _resultobj = Py_None;
3210 return _resultobj;
3211 }
3212
3213 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
3214 static PyObject *_wrap_wxComboBox_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
3215 PyObject * _resultobj;
3216 wxComboBox * _arg0;
3217 long _arg1;
3218 long _arg2;
3219 wxString * _arg3;
3220 PyObject * _argo0 = 0;
3221 PyObject * _obj3 = 0;
3222 char *_kwnames[] = { "self","from","to","text", NULL };
3223
3224 self = self;
3225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxComboBox_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
3226 return NULL;
3227 if (_argo0) {
3228 if (_argo0 == Py_None) { _arg0 = NULL; }
3229 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3230 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
3231 return NULL;
3232 }
3233 }
3234 {
3235 _arg3 = wxString_in_helper(_obj3);
3236 if (_arg3 == NULL)
3237 return NULL;
3238 }
3239 {
3240 PyThreadState* __tstate = wxPyBeginAllowThreads();
3241 wxComboBox_Replace(_arg0,_arg1,_arg2,*_arg3);
3242
3243 wxPyEndAllowThreads(__tstate);
3244 if (PyErr_Occurred()) return NULL;
3245 } Py_INCREF(Py_None);
3246 _resultobj = Py_None;
3247 {
3248 if (_obj3)
3249 delete _arg3;
3250 }
3251 return _resultobj;
3252 }
3253
3254 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
3255 static PyObject *_wrap_wxComboBox_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
3256 PyObject * _resultobj;
3257 wxComboBox * _arg0;
3258 long _arg1;
3259 long _arg2;
3260 PyObject * _argo0 = 0;
3261 char *_kwnames[] = { "self","from","to", NULL };
3262
3263 self = self;
3264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
3265 return NULL;
3266 if (_argo0) {
3267 if (_argo0 == Py_None) { _arg0 = NULL; }
3268 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3269 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
3270 return NULL;
3271 }
3272 }
3273 {
3274 PyThreadState* __tstate = wxPyBeginAllowThreads();
3275 wxComboBox_Remove(_arg0,_arg1,_arg2);
3276
3277 wxPyEndAllowThreads(__tstate);
3278 if (PyErr_Occurred()) return NULL;
3279 } Py_INCREF(Py_None);
3280 _resultobj = Py_None;
3281 return _resultobj;
3282 }
3283
3284 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
3285 static PyObject *_wrap_wxComboBox_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3286 PyObject * _resultobj;
3287 wxComboBox * _arg0;
3288 long _arg1;
3289 PyObject * _argo0 = 0;
3290 char *_kwnames[] = { "self","pos", NULL };
3291
3292 self = self;
3293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxComboBox_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
3294 return NULL;
3295 if (_argo0) {
3296 if (_argo0 == Py_None) { _arg0 = NULL; }
3297 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3298 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
3299 return NULL;
3300 }
3301 }
3302 {
3303 PyThreadState* __tstate = wxPyBeginAllowThreads();
3304 wxComboBox_SetInsertionPoint(_arg0,_arg1);
3305
3306 wxPyEndAllowThreads(__tstate);
3307 if (PyErr_Occurred()) return NULL;
3308 } Py_INCREF(Py_None);
3309 _resultobj = Py_None;
3310 return _resultobj;
3311 }
3312
3313 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
3314 static PyObject *_wrap_wxComboBox_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
3315 PyObject * _resultobj;
3316 wxComboBox * _arg0;
3317 PyObject * _argo0 = 0;
3318 char *_kwnames[] = { "self", NULL };
3319
3320 self = self;
3321 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_SetInsertionPointEnd",_kwnames,&_argo0))
3322 return NULL;
3323 if (_argo0) {
3324 if (_argo0 == Py_None) { _arg0 = NULL; }
3325 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3326 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
3327 return NULL;
3328 }
3329 }
3330 {
3331 PyThreadState* __tstate = wxPyBeginAllowThreads();
3332 wxComboBox_SetInsertionPointEnd(_arg0);
3333
3334 wxPyEndAllowThreads(__tstate);
3335 if (PyErr_Occurred()) return NULL;
3336 } Py_INCREF(Py_None);
3337 _resultobj = Py_None;
3338 return _resultobj;
3339 }
3340
3341 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
3342 static PyObject *_wrap_wxComboBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3343 PyObject * _resultobj;
3344 wxComboBox * _arg0;
3345 int _arg1;
3346 PyObject * _argo0 = 0;
3347 char *_kwnames[] = { "self","n", NULL };
3348
3349 self = self;
3350 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetSelection",_kwnames,&_argo0,&_arg1))
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_SetSelection. Expected _wxComboBox_p.");
3356 return NULL;
3357 }
3358 }
3359 {
3360 PyThreadState* __tstate = wxPyBeginAllowThreads();
3361 wxComboBox_SetSelection(_arg0,_arg1);
3362
3363 wxPyEndAllowThreads(__tstate);
3364 if (PyErr_Occurred()) return NULL;
3365 } Py_INCREF(Py_None);
3366 _resultobj = Py_None;
3367 return _resultobj;
3368 }
3369
3370 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3371 static PyObject *_wrap_wxComboBox_SetMark(PyObject *self, PyObject *args, PyObject *kwargs) {
3372 PyObject * _resultobj;
3373 wxComboBox * _arg0;
3374 long _arg1;
3375 long _arg2;
3376 PyObject * _argo0 = 0;
3377 char *_kwnames[] = { "self","from","to", NULL };
3378
3379 self = self;
3380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_SetMark",_kwnames,&_argo0,&_arg1,&_arg2))
3381 return NULL;
3382 if (_argo0) {
3383 if (_argo0 == Py_None) { _arg0 = NULL; }
3384 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3385 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
3386 return NULL;
3387 }
3388 }
3389 {
3390 PyThreadState* __tstate = wxPyBeginAllowThreads();
3391 wxComboBox_SetMark(_arg0,_arg1,_arg2);
3392
3393 wxPyEndAllowThreads(__tstate);
3394 if (PyErr_Occurred()) return NULL;
3395 } Py_INCREF(Py_None);
3396 _resultobj = Py_None;
3397 return _resultobj;
3398 }
3399
3400 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3401 static PyObject *_wrap_wxComboBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3402 PyObject * _resultobj;
3403 wxComboBox * _arg0;
3404 wxString * _arg1;
3405 PyObject * _argo0 = 0;
3406 PyObject * _obj1 = 0;
3407 char *_kwnames[] = { "self","text", NULL };
3408
3409 self = self;
3410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxComboBox_SetValue",_kwnames,&_argo0,&_obj1))
3411 return NULL;
3412 if (_argo0) {
3413 if (_argo0 == Py_None) { _arg0 = NULL; }
3414 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3415 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
3416 return NULL;
3417 }
3418 }
3419 {
3420 _arg1 = wxString_in_helper(_obj1);
3421 if (_arg1 == NULL)
3422 return NULL;
3423 }
3424 {
3425 PyThreadState* __tstate = wxPyBeginAllowThreads();
3426 wxComboBox_SetValue(_arg0,*_arg1);
3427
3428 wxPyEndAllowThreads(__tstate);
3429 if (PyErr_Occurred()) return NULL;
3430 } Py_INCREF(Py_None);
3431 _resultobj = Py_None;
3432 {
3433 if (_obj1)
3434 delete _arg1;
3435 }
3436 return _resultobj;
3437 }
3438
3439 #define wxComboBox_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
3440 static PyObject *_wrap_wxComboBox_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
3441 PyObject * _resultobj;
3442 wxComboBox * _arg0;
3443 bool _arg1;
3444 PyObject * _argo0 = 0;
3445 int tempbool1;
3446 char *_kwnames[] = { "self","editable", NULL };
3447
3448 self = self;
3449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetEditable",_kwnames,&_argo0,&tempbool1))
3450 return NULL;
3451 if (_argo0) {
3452 if (_argo0 == Py_None) { _arg0 = NULL; }
3453 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3454 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetEditable. Expected _wxComboBox_p.");
3455 return NULL;
3456 }
3457 }
3458 _arg1 = (bool ) tempbool1;
3459 {
3460 PyThreadState* __tstate = wxPyBeginAllowThreads();
3461 wxComboBox_SetEditable(_arg0,_arg1);
3462
3463 wxPyEndAllowThreads(__tstate);
3464 if (PyErr_Occurred()) return NULL;
3465 } Py_INCREF(Py_None);
3466 _resultobj = Py_None;
3467 return _resultobj;
3468 }
3469
3470 #define wxComboBox_Clear(_swigobj) (_swigobj->Clear())
3471 static PyObject *_wrap_wxComboBox_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
3472 PyObject * _resultobj;
3473 wxComboBox * _arg0;
3474 PyObject * _argo0 = 0;
3475 char *_kwnames[] = { "self", NULL };
3476
3477 self = self;
3478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Clear",_kwnames,&_argo0))
3479 return NULL;
3480 if (_argo0) {
3481 if (_argo0 == Py_None) { _arg0 = NULL; }
3482 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3483 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Clear. Expected _wxComboBox_p.");
3484 return NULL;
3485 }
3486 }
3487 {
3488 PyThreadState* __tstate = wxPyBeginAllowThreads();
3489 wxComboBox_Clear(_arg0);
3490
3491 wxPyEndAllowThreads(__tstate);
3492 if (PyErr_Occurred()) return NULL;
3493 } Py_INCREF(Py_None);
3494 _resultobj = Py_None;
3495 return _resultobj;
3496 }
3497
3498 #define wxComboBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
3499 static PyObject *_wrap_wxComboBox_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
3500 PyObject * _resultobj;
3501 wxComboBox * _arg0;
3502 int _arg1;
3503 PyObject * _argo0 = 0;
3504 char *_kwnames[] = { "self","n", NULL };
3505
3506 self = self;
3507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_Delete",_kwnames,&_argo0,&_arg1))
3508 return NULL;
3509 if (_argo0) {
3510 if (_argo0 == Py_None) { _arg0 = NULL; }
3511 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3512 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Delete. Expected _wxComboBox_p.");
3513 return NULL;
3514 }
3515 }
3516 {
3517 PyThreadState* __tstate = wxPyBeginAllowThreads();
3518 wxComboBox_Delete(_arg0,_arg1);
3519
3520 wxPyEndAllowThreads(__tstate);
3521 if (PyErr_Occurred()) return NULL;
3522 } Py_INCREF(Py_None);
3523 _resultobj = Py_None;
3524 return _resultobj;
3525 }
3526
3527 #define wxComboBox_GetCount(_swigobj) (_swigobj->GetCount())
3528 static PyObject *_wrap_wxComboBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
3529 PyObject * _resultobj;
3530 int _result;
3531 wxComboBox * _arg0;
3532 PyObject * _argo0 = 0;
3533 char *_kwnames[] = { "self", NULL };
3534
3535 self = self;
3536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetCount",_kwnames,&_argo0))
3537 return NULL;
3538 if (_argo0) {
3539 if (_argo0 == Py_None) { _arg0 = NULL; }
3540 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3541 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetCount. Expected _wxComboBox_p.");
3542 return NULL;
3543 }
3544 }
3545 {
3546 PyThreadState* __tstate = wxPyBeginAllowThreads();
3547 _result = (int )wxComboBox_GetCount(_arg0);
3548
3549 wxPyEndAllowThreads(__tstate);
3550 if (PyErr_Occurred()) return NULL;
3551 } _resultobj = Py_BuildValue("i",_result);
3552 return _resultobj;
3553 }
3554
3555 #define wxComboBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
3556 static PyObject *_wrap_wxComboBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
3557 PyObject * _resultobj;
3558 wxString * _result;
3559 wxComboBox * _arg0;
3560 int _arg1;
3561 PyObject * _argo0 = 0;
3562 char *_kwnames[] = { "self","n", NULL };
3563
3564 self = self;
3565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_GetString",_kwnames,&_argo0,&_arg1))
3566 return NULL;
3567 if (_argo0) {
3568 if (_argo0 == Py_None) { _arg0 = NULL; }
3569 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3570 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetString. Expected _wxComboBox_p.");
3571 return NULL;
3572 }
3573 }
3574 {
3575 PyThreadState* __tstate = wxPyBeginAllowThreads();
3576 _result = new wxString (wxComboBox_GetString(_arg0,_arg1));
3577
3578 wxPyEndAllowThreads(__tstate);
3579 if (PyErr_Occurred()) return NULL;
3580 }{
3581 #if wxUSE_UNICODE
3582 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
3583 #else
3584 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
3585 #endif
3586 }
3587 {
3588 delete _result;
3589 }
3590 return _resultobj;
3591 }
3592
3593 #define wxComboBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
3594 static PyObject *_wrap_wxComboBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
3595 PyObject * _resultobj;
3596 int _result;
3597 wxComboBox * _arg0;
3598 wxString * _arg1;
3599 PyObject * _argo0 = 0;
3600 PyObject * _obj1 = 0;
3601 char *_kwnames[] = { "self","s", NULL };
3602
3603 self = self;
3604 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxComboBox_FindString",_kwnames,&_argo0,&_obj1))
3605 return NULL;
3606 if (_argo0) {
3607 if (_argo0 == Py_None) { _arg0 = NULL; }
3608 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3609 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_FindString. Expected _wxComboBox_p.");
3610 return NULL;
3611 }
3612 }
3613 {
3614 _arg1 = wxString_in_helper(_obj1);
3615 if (_arg1 == NULL)
3616 return NULL;
3617 }
3618 {
3619 PyThreadState* __tstate = wxPyBeginAllowThreads();
3620 _result = (int )wxComboBox_FindString(_arg0,*_arg1);
3621
3622 wxPyEndAllowThreads(__tstate);
3623 if (PyErr_Occurred()) return NULL;
3624 } _resultobj = Py_BuildValue("i",_result);
3625 {
3626 if (_obj1)
3627 delete _arg1;
3628 }
3629 return _resultobj;
3630 }
3631
3632 #define wxComboBox_GetSelection(_swigobj) (_swigobj->GetSelection())
3633 static PyObject *_wrap_wxComboBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3634 PyObject * _resultobj;
3635 int _result;
3636 wxComboBox * _arg0;
3637 PyObject * _argo0 = 0;
3638 char *_kwnames[] = { "self", NULL };
3639
3640 self = self;
3641 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetSelection",_kwnames,&_argo0))
3642 return NULL;
3643 if (_argo0) {
3644 if (_argo0 == Py_None) { _arg0 = NULL; }
3645 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3646 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetSelection. Expected _wxComboBox_p.");
3647 return NULL;
3648 }
3649 }
3650 {
3651 PyThreadState* __tstate = wxPyBeginAllowThreads();
3652 _result = (int )wxComboBox_GetSelection(_arg0);
3653
3654 wxPyEndAllowThreads(__tstate);
3655 if (PyErr_Occurred()) return NULL;
3656 } _resultobj = Py_BuildValue("i",_result);
3657 return _resultobj;
3658 }
3659
3660 #define wxComboBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
3661 static PyObject *_wrap_wxComboBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3662 PyObject * _resultobj;
3663 wxString * _result;
3664 wxComboBox * _arg0;
3665 PyObject * _argo0 = 0;
3666 char *_kwnames[] = { "self", NULL };
3667
3668 self = self;
3669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetStringSelection",_kwnames,&_argo0))
3670 return NULL;
3671 if (_argo0) {
3672 if (_argo0 == Py_None) { _arg0 = NULL; }
3673 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3674 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetStringSelection. Expected _wxComboBox_p.");
3675 return NULL;
3676 }
3677 }
3678 {
3679 PyThreadState* __tstate = wxPyBeginAllowThreads();
3680 _result = new wxString (wxComboBox_GetStringSelection(_arg0));
3681
3682 wxPyEndAllowThreads(__tstate);
3683 if (PyErr_Occurred()) return NULL;
3684 }{
3685 #if wxUSE_UNICODE
3686 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
3687 #else
3688 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
3689 #endif
3690 }
3691 {
3692 delete _result;
3693 }
3694 return _resultobj;
3695 }
3696
3697 static void wxComboBox_Append(wxComboBox *self,const wxString & item,PyObject * clientData) {
3698 if (clientData) {
3699 wxPyClientData* data = new wxPyClientData(clientData);
3700 self->Append(item, data);
3701 } else
3702 self->Append(item);
3703 }
3704 static PyObject *_wrap_wxComboBox_Append(PyObject *self, PyObject *args, PyObject *kwargs) {
3705 PyObject * _resultobj;
3706 wxComboBox * _arg0;
3707 wxString * _arg1;
3708 PyObject * _arg2 = (PyObject *) NULL;
3709 PyObject * _argo0 = 0;
3710 PyObject * _obj1 = 0;
3711 PyObject * _obj2 = 0;
3712 char *_kwnames[] = { "self","item","clientData", NULL };
3713
3714 self = self;
3715 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxComboBox_Append",_kwnames,&_argo0,&_obj1,&_obj2))
3716 return NULL;
3717 if (_argo0) {
3718 if (_argo0 == Py_None) { _arg0 = NULL; }
3719 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3720 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Append. Expected _wxComboBox_p.");
3721 return NULL;
3722 }
3723 }
3724 {
3725 _arg1 = wxString_in_helper(_obj1);
3726 if (_arg1 == NULL)
3727 return NULL;
3728 }
3729 if (_obj2)
3730 {
3731 _arg2 = _obj2;
3732 }
3733 {
3734 PyThreadState* __tstate = wxPyBeginAllowThreads();
3735 wxComboBox_Append(_arg0,*_arg1,_arg2);
3736
3737 wxPyEndAllowThreads(__tstate);
3738 if (PyErr_Occurred()) return NULL;
3739 } Py_INCREF(Py_None);
3740 _resultobj = Py_None;
3741 {
3742 if (_obj1)
3743 delete _arg1;
3744 }
3745 return _resultobj;
3746 }
3747
3748 static PyObject * wxComboBox_GetClientData(wxComboBox *self,int n) {
3749 #ifdef __WXMAC__
3750 wxPyClientData* data = (wxPyClientData*)self->wxItemContainer::GetClientObject(n);
3751 #else
3752 wxPyClientData* data = (wxPyClientData*)self->GetClientObject(n);
3753 #endif
3754 if (data) {
3755 Py_INCREF(data->m_obj);
3756 return data->m_obj;
3757 } else {
3758 Py_INCREF(Py_None);
3759 return Py_None;
3760 }
3761 }
3762 static PyObject *_wrap_wxComboBox_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
3763 PyObject * _resultobj;
3764 PyObject * _result;
3765 wxComboBox * _arg0;
3766 int _arg1;
3767 PyObject * _argo0 = 0;
3768 char *_kwnames[] = { "self","n", NULL };
3769
3770 self = self;
3771 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_GetClientData",_kwnames,&_argo0,&_arg1))
3772 return NULL;
3773 if (_argo0) {
3774 if (_argo0 == Py_None) { _arg0 = NULL; }
3775 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3776 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetClientData. Expected _wxComboBox_p.");
3777 return NULL;
3778 }
3779 }
3780 {
3781 PyThreadState* __tstate = wxPyBeginAllowThreads();
3782 _result = (PyObject *)wxComboBox_GetClientData(_arg0,_arg1);
3783
3784 wxPyEndAllowThreads(__tstate);
3785 if (PyErr_Occurred()) return NULL;
3786 }{
3787 _resultobj = _result;
3788 }
3789 return _resultobj;
3790 }
3791
3792 static void wxComboBox_SetClientData(wxComboBox *self,int n,PyObject * clientData) {
3793 wxPyClientData* data = new wxPyClientData(clientData);
3794 #ifdef __WXMAC__
3795 self->wxItemContainer::SetClientObject(n, data);
3796 #else
3797 self->SetClientObject(n, data);
3798 #endif
3799 }
3800 static PyObject *_wrap_wxComboBox_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
3801 PyObject * _resultobj;
3802 wxComboBox * _arg0;
3803 int _arg1;
3804 PyObject * _arg2;
3805 PyObject * _argo0 = 0;
3806 PyObject * _obj2 = 0;
3807 char *_kwnames[] = { "self","n","clientData", NULL };
3808
3809 self = self;
3810 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxComboBox_SetClientData",_kwnames,&_argo0,&_arg1,&_obj2))
3811 return NULL;
3812 if (_argo0) {
3813 if (_argo0 == Py_None) { _arg0 = NULL; }
3814 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3815 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetClientData. Expected _wxComboBox_p.");
3816 return NULL;
3817 }
3818 }
3819 {
3820 _arg2 = _obj2;
3821 }
3822 {
3823 PyThreadState* __tstate = wxPyBeginAllowThreads();
3824 wxComboBox_SetClientData(_arg0,_arg1,_arg2);
3825
3826 wxPyEndAllowThreads(__tstate);
3827 if (PyErr_Occurred()) return NULL;
3828 } Py_INCREF(Py_None);
3829 _resultobj = Py_None;
3830 return _resultobj;
3831 }
3832
3833 static void *SwigwxGaugeTowxControl(void *ptr) {
3834 wxGauge *src;
3835 wxControl *dest;
3836 src = (wxGauge *) ptr;
3837 dest = (wxControl *) src;
3838 return (void *) dest;
3839 }
3840
3841 static void *SwigwxGaugeTowxWindow(void *ptr) {
3842 wxGauge *src;
3843 wxWindow *dest;
3844 src = (wxGauge *) ptr;
3845 dest = (wxWindow *) src;
3846 return (void *) dest;
3847 }
3848
3849 static void *SwigwxGaugeTowxEvtHandler(void *ptr) {
3850 wxGauge *src;
3851 wxEvtHandler *dest;
3852 src = (wxGauge *) ptr;
3853 dest = (wxEvtHandler *) src;
3854 return (void *) dest;
3855 }
3856
3857 static void *SwigwxGaugeTowxObject(void *ptr) {
3858 wxGauge *src;
3859 wxObject *dest;
3860 src = (wxGauge *) ptr;
3861 dest = (wxObject *) src;
3862 return (void *) dest;
3863 }
3864
3865 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3866 static PyObject *_wrap_new_wxGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3867 PyObject * _resultobj;
3868 wxGauge * _result;
3869 wxWindow * _arg0;
3870 wxWindowID _arg1;
3871 int _arg2;
3872 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
3873 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
3874 long _arg5 = (long ) wxGA_HORIZONTAL;
3875 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
3876 wxString * _arg7 = (wxString *) &wxPyGaugeNameStr;
3877 PyObject * _argo0 = 0;
3878 wxPoint temp;
3879 PyObject * _obj3 = 0;
3880 wxSize temp0;
3881 PyObject * _obj4 = 0;
3882 PyObject * _argo6 = 0;
3883 PyObject * _obj7 = 0;
3884 char *_kwnames[] = { "parent","id","range","pos","size","style","validator","name", NULL };
3885 char _ptemp[128];
3886
3887 self = self;
3888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii|OOlOO:new_wxGauge",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
3889 return NULL;
3890 if (_argo0) {
3891 if (_argo0 == Py_None) { _arg0 = NULL; }
3892 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
3893 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
3894 return NULL;
3895 }
3896 }
3897 if (_obj3)
3898 {
3899 _arg3 = &temp;
3900 if (! wxPoint_helper(_obj3, &_arg3))
3901 return NULL;
3902 }
3903 if (_obj4)
3904 {
3905 _arg4 = &temp0;
3906 if (! wxSize_helper(_obj4, &_arg4))
3907 return NULL;
3908 }
3909 if (_argo6) {
3910 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
3911 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
3912 return NULL;
3913 }
3914 }
3915 if (_obj7)
3916 {
3917 _arg7 = wxString_in_helper(_obj7);
3918 if (_arg7 == NULL)
3919 return NULL;
3920 }
3921 {
3922 PyThreadState* __tstate = wxPyBeginAllowThreads();
3923 _result = (wxGauge *)new_wxGauge(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
3924
3925 wxPyEndAllowThreads(__tstate);
3926 if (PyErr_Occurred()) return NULL;
3927 } if (_result) {
3928 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3929 _resultobj = Py_BuildValue("s",_ptemp);
3930 } else {
3931 Py_INCREF(Py_None);
3932 _resultobj = Py_None;
3933 }
3934 {
3935 if (_obj7)
3936 delete _arg7;
3937 }
3938 return _resultobj;
3939 }
3940
3941 #define new_wxPreGauge() (new wxGauge())
3942 static PyObject *_wrap_new_wxPreGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3943 PyObject * _resultobj;
3944 wxGauge * _result;
3945 char *_kwnames[] = { NULL };
3946 char _ptemp[128];
3947
3948 self = self;
3949 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreGauge",_kwnames))
3950 return NULL;
3951 {
3952 PyThreadState* __tstate = wxPyBeginAllowThreads();
3953 _result = (wxGauge *)new_wxPreGauge();
3954
3955 wxPyEndAllowThreads(__tstate);
3956 if (PyErr_Occurred()) return NULL;
3957 } if (_result) {
3958 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3959 _resultobj = Py_BuildValue("s",_ptemp);
3960 } else {
3961 Py_INCREF(Py_None);
3962 _resultobj = Py_None;
3963 }
3964 return _resultobj;
3965 }
3966
3967 #define wxGauge_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3968 static PyObject *_wrap_wxGauge_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3969 PyObject * _resultobj;
3970 bool _result;
3971 wxGauge * _arg0;
3972 wxWindow * _arg1;
3973 wxWindowID _arg2;
3974 int _arg3;
3975 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
3976 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
3977 long _arg6 = (long ) wxGA_HORIZONTAL;
3978 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
3979 wxString * _arg8 = (wxString *) &wxPyGaugeNameStr;
3980 PyObject * _argo0 = 0;
3981 PyObject * _argo1 = 0;
3982 wxPoint temp;
3983 PyObject * _obj4 = 0;
3984 wxSize temp0;
3985 PyObject * _obj5 = 0;
3986 PyObject * _argo7 = 0;
3987 PyObject * _obj8 = 0;
3988 char *_kwnames[] = { "self","parent","id","range","pos","size","style","validator","name", NULL };
3989
3990 self = self;
3991 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOii|OOlOO:wxGauge_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
3992 return NULL;
3993 if (_argo0) {
3994 if (_argo0 == Py_None) { _arg0 = NULL; }
3995 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3996 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_Create. Expected _wxGauge_p.");
3997 return NULL;
3998 }
3999 }
4000 if (_argo1) {
4001 if (_argo1 == Py_None) { _arg1 = NULL; }
4002 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4003 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGauge_Create. Expected _wxWindow_p.");
4004 return NULL;
4005 }
4006 }
4007 if (_obj4)
4008 {
4009 _arg4 = &temp;
4010 if (! wxPoint_helper(_obj4, &_arg4))
4011 return NULL;
4012 }
4013 if (_obj5)
4014 {
4015 _arg5 = &temp0;
4016 if (! wxSize_helper(_obj5, &_arg5))
4017 return NULL;
4018 }
4019 if (_argo7) {
4020 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
4021 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxGauge_Create. Expected _wxValidator_p.");
4022 return NULL;
4023 }
4024 }
4025 if (_obj8)
4026 {
4027 _arg8 = wxString_in_helper(_obj8);
4028 if (_arg8 == NULL)
4029 return NULL;
4030 }
4031 {
4032 PyThreadState* __tstate = wxPyBeginAllowThreads();
4033 _result = (bool )wxGauge_Create(_arg0,_arg1,_arg2,_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
4034
4035 wxPyEndAllowThreads(__tstate);
4036 if (PyErr_Occurred()) return NULL;
4037 } _resultobj = Py_BuildValue("i",_result);
4038 {
4039 if (_obj8)
4040 delete _arg8;
4041 }
4042 return _resultobj;
4043 }
4044
4045 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
4046 static PyObject *_wrap_wxGauge_GetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
4047 PyObject * _resultobj;
4048 int _result;
4049 wxGauge * _arg0;
4050 PyObject * _argo0 = 0;
4051 char *_kwnames[] = { "self", NULL };
4052
4053 self = self;
4054 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetBezelFace",_kwnames,&_argo0))
4055 return NULL;
4056 if (_argo0) {
4057 if (_argo0 == Py_None) { _arg0 = NULL; }
4058 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4059 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
4060 return NULL;
4061 }
4062 }
4063 {
4064 PyThreadState* __tstate = wxPyBeginAllowThreads();
4065 _result = (int )wxGauge_GetBezelFace(_arg0);
4066
4067 wxPyEndAllowThreads(__tstate);
4068 if (PyErr_Occurred()) return NULL;
4069 } _resultobj = Py_BuildValue("i",_result);
4070 return _resultobj;
4071 }
4072
4073 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
4074 static PyObject *_wrap_wxGauge_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
4075 PyObject * _resultobj;
4076 int _result;
4077 wxGauge * _arg0;
4078 PyObject * _argo0 = 0;
4079 char *_kwnames[] = { "self", NULL };
4080
4081 self = self;
4082 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetRange",_kwnames,&_argo0))
4083 return NULL;
4084 if (_argo0) {
4085 if (_argo0 == Py_None) { _arg0 = NULL; }
4086 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4087 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
4088 return NULL;
4089 }
4090 }
4091 {
4092 PyThreadState* __tstate = wxPyBeginAllowThreads();
4093 _result = (int )wxGauge_GetRange(_arg0);
4094
4095 wxPyEndAllowThreads(__tstate);
4096 if (PyErr_Occurred()) return NULL;
4097 } _resultobj = Py_BuildValue("i",_result);
4098 return _resultobj;
4099 }
4100
4101 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
4102 static PyObject *_wrap_wxGauge_GetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
4103 PyObject * _resultobj;
4104 int _result;
4105 wxGauge * _arg0;
4106 PyObject * _argo0 = 0;
4107 char *_kwnames[] = { "self", NULL };
4108
4109 self = self;
4110 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetShadowWidth",_kwnames,&_argo0))
4111 return NULL;
4112 if (_argo0) {
4113 if (_argo0 == Py_None) { _arg0 = NULL; }
4114 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4115 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
4116 return NULL;
4117 }
4118 }
4119 {
4120 PyThreadState* __tstate = wxPyBeginAllowThreads();
4121 _result = (int )wxGauge_GetShadowWidth(_arg0);
4122
4123 wxPyEndAllowThreads(__tstate);
4124 if (PyErr_Occurred()) return NULL;
4125 } _resultobj = Py_BuildValue("i",_result);
4126 return _resultobj;
4127 }
4128
4129 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
4130 static PyObject *_wrap_wxGauge_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
4131 PyObject * _resultobj;
4132 int _result;
4133 wxGauge * _arg0;
4134 PyObject * _argo0 = 0;
4135 char *_kwnames[] = { "self", NULL };
4136
4137 self = self;
4138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetValue",_kwnames,&_argo0))
4139 return NULL;
4140 if (_argo0) {
4141 if (_argo0 == Py_None) { _arg0 = NULL; }
4142 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4143 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
4144 return NULL;
4145 }
4146 }
4147 {
4148 PyThreadState* __tstate = wxPyBeginAllowThreads();
4149 _result = (int )wxGauge_GetValue(_arg0);
4150
4151 wxPyEndAllowThreads(__tstate);
4152 if (PyErr_Occurred()) return NULL;
4153 } _resultobj = Py_BuildValue("i",_result);
4154 return _resultobj;
4155 }
4156
4157 #define wxGauge_IsVertical(_swigobj) (_swigobj->IsVertical())
4158 static PyObject *_wrap_wxGauge_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
4159 PyObject * _resultobj;
4160 bool _result;
4161 wxGauge * _arg0;
4162 PyObject * _argo0 = 0;
4163 char *_kwnames[] = { "self", NULL };
4164
4165 self = self;
4166 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_IsVertical",_kwnames,&_argo0))
4167 return NULL;
4168 if (_argo0) {
4169 if (_argo0 == Py_None) { _arg0 = NULL; }
4170 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4171 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_IsVertical. Expected _wxGauge_p.");
4172 return NULL;
4173 }
4174 }
4175 {
4176 PyThreadState* __tstate = wxPyBeginAllowThreads();
4177 _result = (bool )wxGauge_IsVertical(_arg0);
4178
4179 wxPyEndAllowThreads(__tstate);
4180 if (PyErr_Occurred()) return NULL;
4181 } _resultobj = Py_BuildValue("i",_result);
4182 return _resultobj;
4183 }
4184
4185 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
4186 static PyObject *_wrap_wxGauge_SetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
4187 PyObject * _resultobj;
4188 wxGauge * _arg0;
4189 int _arg1;
4190 PyObject * _argo0 = 0;
4191 char *_kwnames[] = { "self","width", NULL };
4192
4193 self = self;
4194 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetBezelFace",_kwnames,&_argo0,&_arg1))
4195 return NULL;
4196 if (_argo0) {
4197 if (_argo0 == Py_None) { _arg0 = NULL; }
4198 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4199 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
4200 return NULL;
4201 }
4202 }
4203 {
4204 PyThreadState* __tstate = wxPyBeginAllowThreads();
4205 wxGauge_SetBezelFace(_arg0,_arg1);
4206
4207 wxPyEndAllowThreads(__tstate);
4208 if (PyErr_Occurred()) return NULL;
4209 } Py_INCREF(Py_None);
4210 _resultobj = Py_None;
4211 return _resultobj;
4212 }
4213
4214 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
4215 static PyObject *_wrap_wxGauge_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
4216 PyObject * _resultobj;
4217 wxGauge * _arg0;
4218 int _arg1;
4219 PyObject * _argo0 = 0;
4220 char *_kwnames[] = { "self","range", NULL };
4221
4222 self = self;
4223 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetRange",_kwnames,&_argo0,&_arg1))
4224 return NULL;
4225 if (_argo0) {
4226 if (_argo0 == Py_None) { _arg0 = NULL; }
4227 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4228 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
4229 return NULL;
4230 }
4231 }
4232 {
4233 PyThreadState* __tstate = wxPyBeginAllowThreads();
4234 wxGauge_SetRange(_arg0,_arg1);
4235
4236 wxPyEndAllowThreads(__tstate);
4237 if (PyErr_Occurred()) return NULL;
4238 } Py_INCREF(Py_None);
4239 _resultobj = Py_None;
4240 return _resultobj;
4241 }
4242
4243 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
4244 static PyObject *_wrap_wxGauge_SetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
4245 PyObject * _resultobj;
4246 wxGauge * _arg0;
4247 int _arg1;
4248 PyObject * _argo0 = 0;
4249 char *_kwnames[] = { "self","width", NULL };
4250
4251 self = self;
4252 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetShadowWidth",_kwnames,&_argo0,&_arg1))
4253 return NULL;
4254 if (_argo0) {
4255 if (_argo0 == Py_None) { _arg0 = NULL; }
4256 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4257 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
4258 return NULL;
4259 }
4260 }
4261 {
4262 PyThreadState* __tstate = wxPyBeginAllowThreads();
4263 wxGauge_SetShadowWidth(_arg0,_arg1);
4264
4265 wxPyEndAllowThreads(__tstate);
4266 if (PyErr_Occurred()) return NULL;
4267 } Py_INCREF(Py_None);
4268 _resultobj = Py_None;
4269 return _resultobj;
4270 }
4271
4272 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4273 static PyObject *_wrap_wxGauge_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
4274 PyObject * _resultobj;
4275 wxGauge * _arg0;
4276 int _arg1;
4277 PyObject * _argo0 = 0;
4278 char *_kwnames[] = { "self","pos", NULL };
4279
4280 self = self;
4281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetValue",_kwnames,&_argo0,&_arg1))
4282 return NULL;
4283 if (_argo0) {
4284 if (_argo0 == Py_None) { _arg0 = NULL; }
4285 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4286 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
4287 return NULL;
4288 }
4289 }
4290 {
4291 PyThreadState* __tstate = wxPyBeginAllowThreads();
4292 wxGauge_SetValue(_arg0,_arg1);
4293
4294 wxPyEndAllowThreads(__tstate);
4295 if (PyErr_Occurred()) return NULL;
4296 } Py_INCREF(Py_None);
4297 _resultobj = Py_None;
4298 return _resultobj;
4299 }
4300
4301 static void *SwigwxStaticBoxTowxControl(void *ptr) {
4302 wxStaticBox *src;
4303 wxControl *dest;
4304 src = (wxStaticBox *) ptr;
4305 dest = (wxControl *) src;
4306 return (void *) dest;
4307 }
4308
4309 static void *SwigwxStaticBoxTowxWindow(void *ptr) {
4310 wxStaticBox *src;
4311 wxWindow *dest;
4312 src = (wxStaticBox *) ptr;
4313 dest = (wxWindow *) src;
4314 return (void *) dest;
4315 }
4316
4317 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr) {
4318 wxStaticBox *src;
4319 wxEvtHandler *dest;
4320 src = (wxStaticBox *) ptr;
4321 dest = (wxEvtHandler *) src;
4322 return (void *) dest;
4323 }
4324
4325 static void *SwigwxStaticBoxTowxObject(void *ptr) {
4326 wxStaticBox *src;
4327 wxObject *dest;
4328 src = (wxStaticBox *) ptr;
4329 dest = (wxObject *) src;
4330 return (void *) dest;
4331 }
4332
4333 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4334 static PyObject *_wrap_new_wxStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4335 PyObject * _resultobj;
4336 wxStaticBox * _result;
4337 wxWindow * _arg0;
4338 wxWindowID _arg1;
4339 wxString * _arg2;
4340 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4341 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4342 long _arg5 = (long ) 0;
4343 wxString * _arg6 = (wxString *) &wxPyStaticBoxNameStr;
4344 PyObject * _argo0 = 0;
4345 PyObject * _obj2 = 0;
4346 wxPoint temp;
4347 PyObject * _obj3 = 0;
4348 wxSize temp0;
4349 PyObject * _obj4 = 0;
4350 PyObject * _obj6 = 0;
4351 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
4352 char _ptemp[128];
4353
4354 self = self;
4355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6))
4356 return NULL;
4357 if (_argo0) {
4358 if (_argo0 == Py_None) { _arg0 = NULL; }
4359 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4360 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
4361 return NULL;
4362 }
4363 }
4364 {
4365 _arg2 = wxString_in_helper(_obj2);
4366 if (_arg2 == NULL)
4367 return NULL;
4368 }
4369 if (_obj3)
4370 {
4371 _arg3 = &temp;
4372 if (! wxPoint_helper(_obj3, &_arg3))
4373 return NULL;
4374 }
4375 if (_obj4)
4376 {
4377 _arg4 = &temp0;
4378 if (! wxSize_helper(_obj4, &_arg4))
4379 return NULL;
4380 }
4381 if (_obj6)
4382 {
4383 _arg6 = wxString_in_helper(_obj6);
4384 if (_arg6 == NULL)
4385 return NULL;
4386 }
4387 {
4388 PyThreadState* __tstate = wxPyBeginAllowThreads();
4389 _result = (wxStaticBox *)new_wxStaticBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4390
4391 wxPyEndAllowThreads(__tstate);
4392 if (PyErr_Occurred()) return NULL;
4393 } if (_result) {
4394 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
4395 _resultobj = Py_BuildValue("s",_ptemp);
4396 } else {
4397 Py_INCREF(Py_None);
4398 _resultobj = Py_None;
4399 }
4400 {
4401 if (_obj2)
4402 delete _arg2;
4403 }
4404 {
4405 if (_obj6)
4406 delete _arg6;
4407 }
4408 return _resultobj;
4409 }
4410
4411 #define new_wxPreStaticBox() (new wxStaticBox())
4412 static PyObject *_wrap_new_wxPreStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4413 PyObject * _resultobj;
4414 wxStaticBox * _result;
4415 char *_kwnames[] = { NULL };
4416 char _ptemp[128];
4417
4418 self = self;
4419 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBox",_kwnames))
4420 return NULL;
4421 {
4422 PyThreadState* __tstate = wxPyBeginAllowThreads();
4423 _result = (wxStaticBox *)new_wxPreStaticBox();
4424
4425 wxPyEndAllowThreads(__tstate);
4426 if (PyErr_Occurred()) return NULL;
4427 } if (_result) {
4428 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
4429 _resultobj = Py_BuildValue("s",_ptemp);
4430 } else {
4431 Py_INCREF(Py_None);
4432 _resultobj = Py_None;
4433 }
4434 return _resultobj;
4435 }
4436
4437 #define wxStaticBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4438 static PyObject *_wrap_wxStaticBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4439 PyObject * _resultobj;
4440 bool _result;
4441 wxStaticBox * _arg0;
4442 wxWindow * _arg1;
4443 wxWindowID _arg2;
4444 wxString * _arg3;
4445 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
4446 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
4447 long _arg6 = (long ) 0;
4448 wxString * _arg7 = (wxString *) &wxPyStaticBoxNameStr;
4449 PyObject * _argo0 = 0;
4450 PyObject * _argo1 = 0;
4451 PyObject * _obj3 = 0;
4452 wxPoint temp;
4453 PyObject * _obj4 = 0;
4454 wxSize temp0;
4455 PyObject * _obj5 = 0;
4456 PyObject * _obj7 = 0;
4457 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
4458
4459 self = self;
4460 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7))
4461 return NULL;
4462 if (_argo0) {
4463 if (_argo0 == Py_None) { _arg0 = NULL; }
4464 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBox_p")) {
4465 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBox_Create. Expected _wxStaticBox_p.");
4466 return NULL;
4467 }
4468 }
4469 if (_argo1) {
4470 if (_argo1 == Py_None) { _arg1 = NULL; }
4471 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4472 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBox_Create. Expected _wxWindow_p.");
4473 return NULL;
4474 }
4475 }
4476 {
4477 _arg3 = wxString_in_helper(_obj3);
4478 if (_arg3 == NULL)
4479 return NULL;
4480 }
4481 if (_obj4)
4482 {
4483 _arg4 = &temp;
4484 if (! wxPoint_helper(_obj4, &_arg4))
4485 return NULL;
4486 }
4487 if (_obj5)
4488 {
4489 _arg5 = &temp0;
4490 if (! wxSize_helper(_obj5, &_arg5))
4491 return NULL;
4492 }
4493 if (_obj7)
4494 {
4495 _arg7 = wxString_in_helper(_obj7);
4496 if (_arg7 == NULL)
4497 return NULL;
4498 }
4499 {
4500 PyThreadState* __tstate = wxPyBeginAllowThreads();
4501 _result = (bool )wxStaticBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
4502
4503 wxPyEndAllowThreads(__tstate);
4504 if (PyErr_Occurred()) return NULL;
4505 } _resultobj = Py_BuildValue("i",_result);
4506 {
4507 if (_obj3)
4508 delete _arg3;
4509 }
4510 {
4511 if (_obj7)
4512 delete _arg7;
4513 }
4514 return _resultobj;
4515 }
4516
4517 static void *SwigwxStaticLineTowxControl(void *ptr) {
4518 wxStaticLine *src;
4519 wxControl *dest;
4520 src = (wxStaticLine *) ptr;
4521 dest = (wxControl *) src;
4522 return (void *) dest;
4523 }
4524
4525 static void *SwigwxStaticLineTowxWindow(void *ptr) {
4526 wxStaticLine *src;
4527 wxWindow *dest;
4528 src = (wxStaticLine *) ptr;
4529 dest = (wxWindow *) src;
4530 return (void *) dest;
4531 }
4532
4533 static void *SwigwxStaticLineTowxEvtHandler(void *ptr) {
4534 wxStaticLine *src;
4535 wxEvtHandler *dest;
4536 src = (wxStaticLine *) ptr;
4537 dest = (wxEvtHandler *) src;
4538 return (void *) dest;
4539 }
4540
4541 static void *SwigwxStaticLineTowxObject(void *ptr) {
4542 wxStaticLine *src;
4543 wxObject *dest;
4544 src = (wxStaticLine *) ptr;
4545 dest = (wxObject *) src;
4546 return (void *) dest;
4547 }
4548
4549 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4550 static PyObject *_wrap_new_wxStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4551 PyObject * _resultobj;
4552 wxStaticLine * _result;
4553 wxWindow * _arg0;
4554 wxWindowID _arg1;
4555 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
4556 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
4557 long _arg4 = (long ) wxLI_HORIZONTAL;
4558 wxString * _arg5 = (wxString *) &wxPyStaticTextNameStr;
4559 PyObject * _argo0 = 0;
4560 wxPoint temp;
4561 PyObject * _obj2 = 0;
4562 wxSize temp0;
4563 PyObject * _obj3 = 0;
4564 PyObject * _obj5 = 0;
4565 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
4566 char _ptemp[128];
4567
4568 self = self;
4569 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOlO:new_wxStaticLine",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5))
4570 return NULL;
4571 if (_argo0) {
4572 if (_argo0 == Py_None) { _arg0 = NULL; }
4573 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4574 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
4575 return NULL;
4576 }
4577 }
4578 if (_obj2)
4579 {
4580 _arg2 = &temp;
4581 if (! wxPoint_helper(_obj2, &_arg2))
4582 return NULL;
4583 }
4584 if (_obj3)
4585 {
4586 _arg3 = &temp0;
4587 if (! wxSize_helper(_obj3, &_arg3))
4588 return NULL;
4589 }
4590 if (_obj5)
4591 {
4592 _arg5 = wxString_in_helper(_obj5);
4593 if (_arg5 == NULL)
4594 return NULL;
4595 }
4596 {
4597 PyThreadState* __tstate = wxPyBeginAllowThreads();
4598 _result = (wxStaticLine *)new_wxStaticLine(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5);
4599
4600 wxPyEndAllowThreads(__tstate);
4601 if (PyErr_Occurred()) return NULL;
4602 } if (_result) {
4603 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4604 _resultobj = Py_BuildValue("s",_ptemp);
4605 } else {
4606 Py_INCREF(Py_None);
4607 _resultobj = Py_None;
4608 }
4609 {
4610 if (_obj5)
4611 delete _arg5;
4612 }
4613 return _resultobj;
4614 }
4615
4616 #define new_wxPreStaticLine() (new wxStaticLine())
4617 static PyObject *_wrap_new_wxPreStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4618 PyObject * _resultobj;
4619 wxStaticLine * _result;
4620 char *_kwnames[] = { NULL };
4621 char _ptemp[128];
4622
4623 self = self;
4624 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticLine",_kwnames))
4625 return NULL;
4626 {
4627 PyThreadState* __tstate = wxPyBeginAllowThreads();
4628 _result = (wxStaticLine *)new_wxPreStaticLine();
4629
4630 wxPyEndAllowThreads(__tstate);
4631 if (PyErr_Occurred()) return NULL;
4632 } if (_result) {
4633 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4634 _resultobj = Py_BuildValue("s",_ptemp);
4635 } else {
4636 Py_INCREF(Py_None);
4637 _resultobj = Py_None;
4638 }
4639 return _resultobj;
4640 }
4641
4642 #define wxStaticLine_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4643 static PyObject *_wrap_wxStaticLine_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4644 PyObject * _resultobj;
4645 bool _result;
4646 wxStaticLine * _arg0;
4647 wxWindow * _arg1;
4648 wxWindowID _arg2;
4649 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4650 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4651 long _arg5 = (long ) wxLI_HORIZONTAL;
4652 wxString * _arg6 = (wxString *) &wxPyStaticTextNameStr;
4653 PyObject * _argo0 = 0;
4654 PyObject * _argo1 = 0;
4655 wxPoint temp;
4656 PyObject * _obj3 = 0;
4657 wxSize temp0;
4658 PyObject * _obj4 = 0;
4659 PyObject * _obj6 = 0;
4660 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
4661
4662 self = self;
4663 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOlO:wxStaticLine_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6))
4664 return NULL;
4665 if (_argo0) {
4666 if (_argo0 == Py_None) { _arg0 = NULL; }
4667 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticLine_p")) {
4668 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticLine_Create. Expected _wxStaticLine_p.");
4669 return NULL;
4670 }
4671 }
4672 if (_argo1) {
4673 if (_argo1 == Py_None) { _arg1 = NULL; }
4674 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4675 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticLine_Create. Expected _wxWindow_p.");
4676 return NULL;
4677 }
4678 }
4679 if (_obj3)
4680 {
4681 _arg3 = &temp;
4682 if (! wxPoint_helper(_obj3, &_arg3))
4683 return NULL;
4684 }
4685 if (_obj4)
4686 {
4687 _arg4 = &temp0;
4688 if (! wxSize_helper(_obj4, &_arg4))
4689 return NULL;
4690 }
4691 if (_obj6)
4692 {
4693 _arg6 = wxString_in_helper(_obj6);
4694 if (_arg6 == NULL)
4695 return NULL;
4696 }
4697 {
4698 PyThreadState* __tstate = wxPyBeginAllowThreads();
4699 _result = (bool )wxStaticLine_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4700
4701 wxPyEndAllowThreads(__tstate);
4702 if (PyErr_Occurred()) return NULL;
4703 } _resultobj = Py_BuildValue("i",_result);
4704 {
4705 if (_obj6)
4706 delete _arg6;
4707 }
4708 return _resultobj;
4709 }
4710
4711 static void *SwigwxStaticTextTowxControl(void *ptr) {
4712 wxStaticText *src;
4713 wxControl *dest;
4714 src = (wxStaticText *) ptr;
4715 dest = (wxControl *) src;
4716 return (void *) dest;
4717 }
4718
4719 static void *SwigwxStaticTextTowxWindow(void *ptr) {
4720 wxStaticText *src;
4721 wxWindow *dest;
4722 src = (wxStaticText *) ptr;
4723 dest = (wxWindow *) src;
4724 return (void *) dest;
4725 }
4726
4727 static void *SwigwxStaticTextTowxEvtHandler(void *ptr) {
4728 wxStaticText *src;
4729 wxEvtHandler *dest;
4730 src = (wxStaticText *) ptr;
4731 dest = (wxEvtHandler *) src;
4732 return (void *) dest;
4733 }
4734
4735 static void *SwigwxStaticTextTowxObject(void *ptr) {
4736 wxStaticText *src;
4737 wxObject *dest;
4738 src = (wxStaticText *) ptr;
4739 dest = (wxObject *) src;
4740 return (void *) dest;
4741 }
4742
4743 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4744 static PyObject *_wrap_new_wxStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4745 PyObject * _resultobj;
4746 wxStaticText * _result;
4747 wxWindow * _arg0;
4748 wxWindowID _arg1;
4749 wxString * _arg2;
4750 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4751 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4752 long _arg5 = (long ) 0;
4753 wxString * _arg6 = (wxString *) &wxPyStaticTextNameStr;
4754 PyObject * _argo0 = 0;
4755 PyObject * _obj2 = 0;
4756 wxPoint temp;
4757 PyObject * _obj3 = 0;
4758 wxSize temp0;
4759 PyObject * _obj4 = 0;
4760 PyObject * _obj6 = 0;
4761 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
4762 char _ptemp[128];
4763
4764 self = self;
4765 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticText",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6))
4766 return NULL;
4767 if (_argo0) {
4768 if (_argo0 == Py_None) { _arg0 = NULL; }
4769 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4770 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
4771 return NULL;
4772 }
4773 }
4774 {
4775 _arg2 = wxString_in_helper(_obj2);
4776 if (_arg2 == NULL)
4777 return NULL;
4778 }
4779 if (_obj3)
4780 {
4781 _arg3 = &temp;
4782 if (! wxPoint_helper(_obj3, &_arg3))
4783 return NULL;
4784 }
4785 if (_obj4)
4786 {
4787 _arg4 = &temp0;
4788 if (! wxSize_helper(_obj4, &_arg4))
4789 return NULL;
4790 }
4791 if (_obj6)
4792 {
4793 _arg6 = wxString_in_helper(_obj6);
4794 if (_arg6 == NULL)
4795 return NULL;
4796 }
4797 {
4798 PyThreadState* __tstate = wxPyBeginAllowThreads();
4799 _result = (wxStaticText *)new_wxStaticText(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4800
4801 wxPyEndAllowThreads(__tstate);
4802 if (PyErr_Occurred()) return NULL;
4803 } if (_result) {
4804 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4805 _resultobj = Py_BuildValue("s",_ptemp);
4806 } else {
4807 Py_INCREF(Py_None);
4808 _resultobj = Py_None;
4809 }
4810 {
4811 if (_obj2)
4812 delete _arg2;
4813 }
4814 {
4815 if (_obj6)
4816 delete _arg6;
4817 }
4818 return _resultobj;
4819 }
4820
4821 #define new_wxPreStaticText() (new wxStaticText())
4822 static PyObject *_wrap_new_wxPreStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4823 PyObject * _resultobj;
4824 wxStaticText * _result;
4825 char *_kwnames[] = { NULL };
4826 char _ptemp[128];
4827
4828 self = self;
4829 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticText",_kwnames))
4830 return NULL;
4831 {
4832 PyThreadState* __tstate = wxPyBeginAllowThreads();
4833 _result = (wxStaticText *)new_wxPreStaticText();
4834
4835 wxPyEndAllowThreads(__tstate);
4836 if (PyErr_Occurred()) return NULL;
4837 } if (_result) {
4838 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4839 _resultobj = Py_BuildValue("s",_ptemp);
4840 } else {
4841 Py_INCREF(Py_None);
4842 _resultobj = Py_None;
4843 }
4844 return _resultobj;
4845 }
4846
4847 #define wxStaticText_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4848 static PyObject *_wrap_wxStaticText_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4849 PyObject * _resultobj;
4850 bool _result;
4851 wxStaticText * _arg0;
4852 wxWindow * _arg1;
4853 wxWindowID _arg2;
4854 wxString * _arg3;
4855 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
4856 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
4857 long _arg6 = (long ) 0;
4858 wxString * _arg7 = (wxString *) &wxPyStaticTextNameStr;
4859 PyObject * _argo0 = 0;
4860 PyObject * _argo1 = 0;
4861 PyObject * _obj3 = 0;
4862 wxPoint temp;
4863 PyObject * _obj4 = 0;
4864 wxSize temp0;
4865 PyObject * _obj5 = 0;
4866 PyObject * _obj7 = 0;
4867 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
4868
4869 self = self;
4870 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticText_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7))
4871 return NULL;
4872 if (_argo0) {
4873 if (_argo0 == Py_None) { _arg0 = NULL; }
4874 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4875 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_Create. Expected _wxStaticText_p.");
4876 return NULL;
4877 }
4878 }
4879 if (_argo1) {
4880 if (_argo1 == Py_None) { _arg1 = NULL; }
4881 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4882 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticText_Create. Expected _wxWindow_p.");
4883 return NULL;
4884 }
4885 }
4886 {
4887 _arg3 = wxString_in_helper(_obj3);
4888 if (_arg3 == NULL)
4889 return NULL;
4890 }
4891 if (_obj4)
4892 {
4893 _arg4 = &temp;
4894 if (! wxPoint_helper(_obj4, &_arg4))
4895 return NULL;
4896 }
4897 if (_obj5)
4898 {
4899 _arg5 = &temp0;
4900 if (! wxSize_helper(_obj5, &_arg5))
4901 return NULL;
4902 }
4903 if (_obj7)
4904 {
4905 _arg7 = wxString_in_helper(_obj7);
4906 if (_arg7 == NULL)
4907 return NULL;
4908 }
4909 {
4910 PyThreadState* __tstate = wxPyBeginAllowThreads();
4911 _result = (bool )wxStaticText_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
4912
4913 wxPyEndAllowThreads(__tstate);
4914 if (PyErr_Occurred()) return NULL;
4915 } _resultobj = Py_BuildValue("i",_result);
4916 {
4917 if (_obj3)
4918 delete _arg3;
4919 }
4920 {
4921 if (_obj7)
4922 delete _arg7;
4923 }
4924 return _resultobj;
4925 }
4926
4927 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
4928 static PyObject *_wrap_wxStaticText_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
4929 PyObject * _resultobj;
4930 wxString * _result;
4931 wxStaticText * _arg0;
4932 PyObject * _argo0 = 0;
4933 char *_kwnames[] = { "self", NULL };
4934
4935 self = self;
4936 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticText_GetLabel",_kwnames,&_argo0))
4937 return NULL;
4938 if (_argo0) {
4939 if (_argo0 == Py_None) { _arg0 = NULL; }
4940 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4941 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
4942 return NULL;
4943 }
4944 }
4945 {
4946 PyThreadState* __tstate = wxPyBeginAllowThreads();
4947 _result = new wxString (wxStaticText_GetLabel(_arg0));
4948
4949 wxPyEndAllowThreads(__tstate);
4950 if (PyErr_Occurred()) return NULL;
4951 }{
4952 #if wxUSE_UNICODE
4953 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
4954 #else
4955 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
4956 #endif
4957 }
4958 {
4959 delete _result;
4960 }
4961 return _resultobj;
4962 }
4963
4964 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
4965 static PyObject *_wrap_wxStaticText_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
4966 PyObject * _resultobj;
4967 wxStaticText * _arg0;
4968 wxString * _arg1;
4969 PyObject * _argo0 = 0;
4970 PyObject * _obj1 = 0;
4971 char *_kwnames[] = { "self","label", NULL };
4972
4973 self = self;
4974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticText_SetLabel",_kwnames,&_argo0,&_obj1))
4975 return NULL;
4976 if (_argo0) {
4977 if (_argo0 == Py_None) { _arg0 = NULL; }
4978 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4979 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
4980 return NULL;
4981 }
4982 }
4983 {
4984 _arg1 = wxString_in_helper(_obj1);
4985 if (_arg1 == NULL)
4986 return NULL;
4987 }
4988 {
4989 PyThreadState* __tstate = wxPyBeginAllowThreads();
4990 wxStaticText_SetLabel(_arg0,*_arg1);
4991
4992 wxPyEndAllowThreads(__tstate);
4993 if (PyErr_Occurred()) return NULL;
4994 } Py_INCREF(Py_None);
4995 _resultobj = Py_None;
4996 {
4997 if (_obj1)
4998 delete _arg1;
4999 }
5000 return _resultobj;
5001 }
5002
5003 static void *SwigwxListBoxTowxControlWithItems(void *ptr) {
5004 wxListBox *src;
5005 wxControlWithItems *dest;
5006 src = (wxListBox *) ptr;
5007 dest = (wxControlWithItems *) src;
5008 return (void *) dest;
5009 }
5010
5011 static void *SwigwxListBoxTowxControl(void *ptr) {
5012 wxListBox *src;
5013 wxControl *dest;
5014 src = (wxListBox *) ptr;
5015 dest = (wxControl *) src;
5016 return (void *) dest;
5017 }
5018
5019 static void *SwigwxListBoxTowxWindow(void *ptr) {
5020 wxListBox *src;
5021 wxWindow *dest;
5022 src = (wxListBox *) ptr;
5023 dest = (wxWindow *) src;
5024 return (void *) dest;
5025 }
5026
5027 static void *SwigwxListBoxTowxEvtHandler(void *ptr) {
5028 wxListBox *src;
5029 wxEvtHandler *dest;
5030 src = (wxListBox *) ptr;
5031 dest = (wxEvtHandler *) src;
5032 return (void *) dest;
5033 }
5034
5035 static void *SwigwxListBoxTowxObject(void *ptr) {
5036 wxListBox *src;
5037 wxObject *dest;
5038 src = (wxListBox *) ptr;
5039 dest = (wxObject *) src;
5040 return (void *) dest;
5041 }
5042
5043 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5044 static PyObject *_wrap_new_wxListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5045 PyObject * _resultobj;
5046 wxListBox * _result;
5047 wxWindow * _arg0;
5048 wxWindowID _arg1;
5049 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
5050 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
5051 int _arg4;
5052 wxString * _arg5 = (wxString *) NULL;
5053 long _arg6 = (long ) 0;
5054 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
5055 wxString * _arg8 = (wxString *) &wxPyListBoxNameStr;
5056 PyObject * _argo0 = 0;
5057 wxPoint temp;
5058 PyObject * _obj2 = 0;
5059 wxSize temp0;
5060 PyObject * _obj3 = 0;
5061 PyObject * _obj5 = 0;
5062 PyObject * _argo7 = 0;
5063 PyObject * _obj8 = 0;
5064 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
5065 char _ptemp[128];
5066
5067 self = self;
5068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
5069 return NULL;
5070 if (_argo0) {
5071 if (_argo0 == Py_None) { _arg0 = NULL; }
5072 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
5073 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
5074 return NULL;
5075 }
5076 }
5077 if (_obj2)
5078 {
5079 _arg2 = &temp;
5080 if (! wxPoint_helper(_obj2, &_arg2))
5081 return NULL;
5082 }
5083 if (_obj3)
5084 {
5085 _arg3 = &temp0;
5086 if (! wxSize_helper(_obj3, &_arg3))
5087 return NULL;
5088 }
5089 if (_obj5)
5090 {
5091 _arg5 = wxString_LIST_helper(_obj5);
5092 if (_arg5 == NULL) {
5093 return NULL;
5094 }
5095 }
5096 if (_argo7) {
5097 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
5098 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
5099 return NULL;
5100 }
5101 }
5102 if (_obj8)
5103 {
5104 _arg8 = wxString_in_helper(_obj8);
5105 if (_arg8 == NULL)
5106 return NULL;
5107 }
5108 {
5109 if (_obj5) {
5110 _arg4 = PyList_Size(_obj5);
5111 }
5112 else {
5113 _arg4 = 0;
5114 }
5115 }
5116 {
5117 PyThreadState* __tstate = wxPyBeginAllowThreads();
5118 _result = (wxListBox *)new_wxListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
5119
5120 wxPyEndAllowThreads(__tstate);
5121 if (PyErr_Occurred()) return NULL;
5122 } if (_result) {
5123 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
5124 _resultobj = Py_BuildValue("s",_ptemp);
5125 } else {
5126 Py_INCREF(Py_None);
5127 _resultobj = Py_None;
5128 }
5129 {
5130 delete [] _arg5;
5131 }
5132 {
5133 if (_obj8)
5134 delete _arg8;
5135 }
5136 return _resultobj;
5137 }
5138
5139 #define new_wxPreListBox() (new wxListBox())
5140 static PyObject *_wrap_new_wxPreListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5141 PyObject * _resultobj;
5142 wxListBox * _result;
5143 char *_kwnames[] = { NULL };
5144 char _ptemp[128];
5145
5146 self = self;
5147 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreListBox",_kwnames))
5148 return NULL;
5149 {
5150 PyThreadState* __tstate = wxPyBeginAllowThreads();
5151 _result = (wxListBox *)new_wxPreListBox();
5152
5153 wxPyEndAllowThreads(__tstate);
5154 if (PyErr_Occurred()) return NULL;
5155 } if (_result) {
5156 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
5157 _resultobj = Py_BuildValue("s",_ptemp);
5158 } else {
5159 Py_INCREF(Py_None);
5160 _resultobj = Py_None;
5161 }
5162 return _resultobj;
5163 }
5164
5165 #define wxListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5166 static PyObject *_wrap_wxListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5167 PyObject * _resultobj;
5168 bool _result;
5169 wxListBox * _arg0;
5170 wxWindow * _arg1;
5171 wxWindowID _arg2;
5172 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
5173 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
5174 int _arg5;
5175 wxString * _arg6 = (wxString *) NULL;
5176 long _arg7 = (long ) 0;
5177 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
5178 wxString * _arg9 = (wxString *) &wxPyListBoxNameStr;
5179 PyObject * _argo0 = 0;
5180 PyObject * _argo1 = 0;
5181 wxPoint temp;
5182 PyObject * _obj3 = 0;
5183 wxSize temp0;
5184 PyObject * _obj4 = 0;
5185 PyObject * _obj6 = 0;
5186 PyObject * _argo8 = 0;
5187 PyObject * _obj9 = 0;
5188 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
5189
5190 self = self;
5191 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
5192 return NULL;
5193 if (_argo0) {
5194 if (_argo0 == Py_None) { _arg0 = NULL; }
5195 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5196 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Create. Expected _wxListBox_p.");
5197 return NULL;
5198 }
5199 }
5200 if (_argo1) {
5201 if (_argo1 == Py_None) { _arg1 = NULL; }
5202 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
5203 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListBox_Create. Expected _wxWindow_p.");
5204 return NULL;
5205 }
5206 }
5207 if (_obj3)
5208 {
5209 _arg3 = &temp;
5210 if (! wxPoint_helper(_obj3, &_arg3))
5211 return NULL;
5212 }
5213 if (_obj4)
5214 {
5215 _arg4 = &temp0;
5216 if (! wxSize_helper(_obj4, &_arg4))
5217 return NULL;
5218 }
5219 if (_obj6)
5220 {
5221 _arg6 = wxString_LIST_helper(_obj6);
5222 if (_arg6 == NULL) {
5223 return NULL;
5224 }
5225 }
5226 if (_argo8) {
5227 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
5228 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxListBox_Create. Expected _wxValidator_p.");
5229 return NULL;
5230 }
5231 }
5232 if (_obj9)
5233 {
5234 _arg9 = wxString_in_helper(_obj9);
5235 if (_arg9 == NULL)
5236 return NULL;
5237 }
5238 {
5239 if (_obj6) {
5240 _arg5 = PyList_Size(_obj6);
5241 }
5242 else {
5243 _arg5 = 0;
5244 }
5245 }
5246 {
5247 PyThreadState* __tstate = wxPyBeginAllowThreads();
5248 _result = (bool )wxListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
5249
5250 wxPyEndAllowThreads(__tstate);
5251 if (PyErr_Occurred()) return NULL;
5252 } _resultobj = Py_BuildValue("i",_result);
5253 {
5254 delete [] _arg6;
5255 }
5256 {
5257 if (_obj9)
5258 delete _arg9;
5259 }
5260 return _resultobj;
5261 }
5262
5263 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
5264 static PyObject *_wrap_wxListBox_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
5265 PyObject * _resultobj;
5266 wxListBox * _arg0;
5267 PyObject * _argo0 = 0;
5268 char *_kwnames[] = { "self", NULL };
5269
5270 self = self;
5271 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_Clear",_kwnames,&_argo0))
5272 return NULL;
5273 if (_argo0) {
5274 if (_argo0 == Py_None) { _arg0 = NULL; }
5275 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5276 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
5277 return NULL;
5278 }
5279 }
5280 {
5281 PyThreadState* __tstate = wxPyBeginAllowThreads();
5282 wxListBox_Clear(_arg0);
5283
5284 wxPyEndAllowThreads(__tstate);
5285 if (PyErr_Occurred()) return NULL;
5286 } Py_INCREF(Py_None);
5287 _resultobj = Py_None;
5288 return _resultobj;
5289 }
5290
5291 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
5292 static PyObject *_wrap_wxListBox_Deselect(PyObject *self, PyObject *args, PyObject *kwargs) {
5293 PyObject * _resultobj;
5294 wxListBox * _arg0;
5295 int _arg1;
5296 PyObject * _argo0 = 0;
5297 char *_kwnames[] = { "self","n", NULL };
5298
5299 self = self;
5300 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Deselect",_kwnames,&_argo0,&_arg1))
5301 return NULL;
5302 if (_argo0) {
5303 if (_argo0 == Py_None) { _arg0 = NULL; }
5304 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5305 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
5306 return NULL;
5307 }
5308 }
5309 {
5310 PyThreadState* __tstate = wxPyBeginAllowThreads();
5311 wxListBox_Deselect(_arg0,_arg1);
5312
5313 wxPyEndAllowThreads(__tstate);
5314 if (PyErr_Occurred()) return NULL;
5315 } Py_INCREF(Py_None);
5316 _resultobj = Py_None;
5317 return _resultobj;
5318 }
5319
5320 static PyObject * wxListBox_GetSelections(wxListBox *self) {
5321 wxArrayInt lst;
5322 self->GetSelections(lst);
5323 PyObject *tup = PyTuple_New(lst.GetCount());
5324 for(size_t i=0; i<lst.GetCount(); i++) {
5325 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
5326 }
5327 return tup;
5328 }
5329 static PyObject *_wrap_wxListBox_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
5330 PyObject * _resultobj;
5331 PyObject * _result;
5332 wxListBox * _arg0;
5333 PyObject * _argo0 = 0;
5334 char *_kwnames[] = { "self", NULL };
5335
5336 self = self;
5337 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_GetSelections",_kwnames,&_argo0))
5338 return NULL;
5339 if (_argo0) {
5340 if (_argo0 == Py_None) { _arg0 = NULL; }
5341 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5342 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
5343 return NULL;
5344 }
5345 }
5346 {
5347 PyThreadState* __tstate = wxPyBeginAllowThreads();
5348 _result = (PyObject *)wxListBox_GetSelections(_arg0);
5349
5350 wxPyEndAllowThreads(__tstate);
5351 if (PyErr_Occurred()) return NULL;
5352 }{
5353 _resultobj = _result;
5354 }
5355 return _resultobj;
5356 }
5357
5358 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5359 static PyObject *_wrap_wxListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5360 PyObject * _resultobj;
5361 wxListBox * _arg0;
5362 int _arg1;
5363 wxString * _arg2;
5364 int _arg3;
5365 PyObject * _argo0 = 0;
5366 PyObject * _obj2 = 0;
5367 char *_kwnames[] = { "self","choices","pos", NULL };
5368
5369 self = self;
5370 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
5371 return NULL;
5372 if (_argo0) {
5373 if (_argo0 == Py_None) { _arg0 = NULL; }
5374 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5375 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
5376 return NULL;
5377 }
5378 }
5379 {
5380 _arg2 = wxString_LIST_helper(_obj2);
5381 if (_arg2 == NULL) {
5382 return NULL;
5383 }
5384 }
5385 {
5386 if (_obj2) {
5387 _arg1 = PyList_Size(_obj2);
5388 }
5389 else {
5390 _arg1 = 0;
5391 }
5392 }
5393 {
5394 PyThreadState* __tstate = wxPyBeginAllowThreads();
5395 wxListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
5396
5397 wxPyEndAllowThreads(__tstate);
5398 if (PyErr_Occurred()) return NULL;
5399 } Py_INCREF(Py_None);
5400 _resultobj = Py_None;
5401 {
5402 delete [] _arg2;
5403 }
5404 return _resultobj;
5405 }
5406
5407 #define wxListBox_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0))
5408 static PyObject *_wrap_wxListBox_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
5409 PyObject * _resultobj;
5410 bool _result;
5411 wxListBox * _arg0;
5412 int _arg1;
5413 PyObject * _argo0 = 0;
5414 char *_kwnames[] = { "self","n", NULL };
5415
5416 self = self;
5417 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_IsSelected",_kwnames,&_argo0,&_arg1))
5418 return NULL;
5419 if (_argo0) {
5420 if (_argo0 == Py_None) { _arg0 = NULL; }
5421 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5422 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_IsSelected. Expected _wxListBox_p.");
5423 return NULL;
5424 }
5425 }
5426 {
5427 PyThreadState* __tstate = wxPyBeginAllowThreads();
5428 _result = (bool )wxListBox_IsSelected(_arg0,_arg1);
5429
5430 wxPyEndAllowThreads(__tstate);
5431 if (PyErr_Occurred()) return NULL;
5432 } _resultobj = Py_BuildValue("i",_result);
5433 return _resultobj;
5434 }
5435
5436 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
5437 static PyObject *_wrap_wxListBox_Selected(PyObject *self, PyObject *args, PyObject *kwargs) {
5438 PyObject * _resultobj;
5439 bool _result;
5440 wxListBox * _arg0;
5441 int _arg1;
5442 PyObject * _argo0 = 0;
5443 char *_kwnames[] = { "self","n", NULL };
5444
5445 self = self;
5446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Selected",_kwnames,&_argo0,&_arg1))
5447 return NULL;
5448 if (_argo0) {
5449 if (_argo0 == Py_None) { _arg0 = NULL; }
5450 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5451 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
5452 return NULL;
5453 }
5454 }
5455 {
5456 PyThreadState* __tstate = wxPyBeginAllowThreads();
5457 _result = (bool )wxListBox_Selected(_arg0,_arg1);
5458
5459 wxPyEndAllowThreads(__tstate);
5460 if (PyErr_Occurred()) return NULL;
5461 } _resultobj = Py_BuildValue("i",_result);
5462 return _resultobj;
5463 }
5464
5465 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
5466 static PyObject *_wrap_wxListBox_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
5467 PyObject * _resultobj;
5468 wxListBox * _arg0;
5469 int _arg1;
5470 wxString * _arg2;
5471 PyObject * _argo0 = 0;
5472 PyObject * _obj2 = 0;
5473 char *_kwnames[] = { "self","choices", NULL };
5474
5475 self = self;
5476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_Set",_kwnames,&_argo0,&_obj2))
5477 return NULL;
5478 if (_argo0) {
5479 if (_argo0 == Py_None) { _arg0 = NULL; }
5480 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5481 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
5482 return NULL;
5483 }
5484 }
5485 if (_obj2)
5486 {
5487 _arg2 = wxString_LIST_helper(_obj2);
5488 if (_arg2 == NULL) {
5489 return NULL;
5490 }
5491 }
5492 {
5493 if (_obj2) {
5494 _arg1 = PyList_Size(_obj2);
5495 }
5496 else {
5497 _arg1 = 0;
5498 }
5499 }
5500 {
5501 PyThreadState* __tstate = wxPyBeginAllowThreads();
5502 wxListBox_Set(_arg0,_arg1,_arg2);
5503
5504 wxPyEndAllowThreads(__tstate);
5505 if (PyErr_Occurred()) return NULL;
5506 } Py_INCREF(Py_None);
5507 _resultobj = Py_None;
5508 {
5509 delete [] _arg2;
5510 }
5511 return _resultobj;
5512 }
5513
5514 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5515 static PyObject *_wrap_wxListBox_SetFirstItem(PyObject *self, PyObject *args, PyObject *kwargs) {
5516 PyObject * _resultobj;
5517 wxListBox * _arg0;
5518 int _arg1;
5519 PyObject * _argo0 = 0;
5520 char *_kwnames[] = { "self","n", NULL };
5521
5522 self = self;
5523 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_SetFirstItem",_kwnames,&_argo0,&_arg1))
5524 return NULL;
5525 if (_argo0) {
5526 if (_argo0 == Py_None) { _arg0 = NULL; }
5527 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5528 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
5529 return NULL;
5530 }
5531 }
5532 {
5533 PyThreadState* __tstate = wxPyBeginAllowThreads();
5534 wxListBox_SetFirstItem(_arg0,_arg1);
5535
5536 wxPyEndAllowThreads(__tstate);
5537 if (PyErr_Occurred()) return NULL;
5538 } Py_INCREF(Py_None);
5539 _resultobj = Py_None;
5540 return _resultobj;
5541 }
5542
5543 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5544 static PyObject *_wrap_wxListBox_SetFirstItemStr(PyObject *self, PyObject *args, PyObject *kwargs) {
5545 PyObject * _resultobj;
5546 wxListBox * _arg0;
5547 wxString * _arg1;
5548 PyObject * _argo0 = 0;
5549 PyObject * _obj1 = 0;
5550 char *_kwnames[] = { "self","string", NULL };
5551
5552 self = self;
5553 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_SetFirstItemStr",_kwnames,&_argo0,&_obj1))
5554 return NULL;
5555 if (_argo0) {
5556 if (_argo0 == Py_None) { _arg0 = NULL; }
5557 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5558 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
5559 return NULL;
5560 }
5561 }
5562 {
5563 _arg1 = wxString_in_helper(_obj1);
5564 if (_arg1 == NULL)
5565 return NULL;
5566 }
5567 {
5568 PyThreadState* __tstate = wxPyBeginAllowThreads();
5569 wxListBox_SetFirstItemStr(_arg0,*_arg1);
5570
5571 wxPyEndAllowThreads(__tstate);
5572 if (PyErr_Occurred()) return NULL;
5573 } Py_INCREF(Py_None);
5574 _resultobj = Py_None;
5575 {
5576 if (_obj1)
5577 delete _arg1;
5578 }
5579 return _resultobj;
5580 }
5581
5582 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
5583 static PyObject *_wrap_wxListBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5584 PyObject * _resultobj;
5585 wxListBox * _arg0;
5586 int _arg1;
5587 bool _arg2 = (bool ) TRUE;
5588 PyObject * _argo0 = 0;
5589 int tempbool2 = (int) TRUE;
5590 char *_kwnames[] = { "self","n","select", NULL };
5591
5592 self = self;
5593 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxListBox_SetSelection",_kwnames,&_argo0,&_arg1,&tempbool2))
5594 return NULL;
5595 if (_argo0) {
5596 if (_argo0 == Py_None) { _arg0 = NULL; }
5597 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5598 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
5599 return NULL;
5600 }
5601 }
5602 _arg2 = (bool ) tempbool2;
5603 {
5604 PyThreadState* __tstate = wxPyBeginAllowThreads();
5605 wxListBox_SetSelection(_arg0,_arg1,_arg2);
5606
5607 wxPyEndAllowThreads(__tstate);
5608 if (PyErr_Occurred()) return NULL;
5609 } Py_INCREF(Py_None);
5610 _resultobj = Py_None;
5611 return _resultobj;
5612 }
5613
5614 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
5615 static PyObject *_wrap_wxListBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
5616 PyObject * _resultobj;
5617 wxListBox * _arg0;
5618 int _arg1;
5619 wxString * _arg2;
5620 PyObject * _argo0 = 0;
5621 PyObject * _obj2 = 0;
5622 char *_kwnames[] = { "self","n","string", NULL };
5623
5624 self = self;
5625 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxListBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
5626 return NULL;
5627 if (_argo0) {
5628 if (_argo0 == Py_None) { _arg0 = NULL; }
5629 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5630 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
5631 return NULL;
5632 }
5633 }
5634 {
5635 _arg2 = wxString_in_helper(_obj2);
5636 if (_arg2 == NULL)
5637 return NULL;
5638 }
5639 {
5640 PyThreadState* __tstate = wxPyBeginAllowThreads();
5641 wxListBox_SetString(_arg0,_arg1,*_arg2);
5642
5643 wxPyEndAllowThreads(__tstate);
5644 if (PyErr_Occurred()) return NULL;
5645 } Py_INCREF(Py_None);
5646 _resultobj = Py_None;
5647 {
5648 if (_obj2)
5649 delete _arg2;
5650 }
5651 return _resultobj;
5652 }
5653
5654 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
5655 static PyObject *_wrap_wxListBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5656 PyObject * _resultobj;
5657 wxListBox * _arg0;
5658 wxString * _arg1;
5659 bool _arg2 = (bool ) TRUE;
5660 PyObject * _argo0 = 0;
5661 PyObject * _obj1 = 0;
5662 int tempbool2 = (int) TRUE;
5663 char *_kwnames[] = { "self","string","select", NULL };
5664
5665 self = self;
5666 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxListBox_SetStringSelection",_kwnames,&_argo0,&_obj1,&tempbool2))
5667 return NULL;
5668 if (_argo0) {
5669 if (_argo0 == Py_None) { _arg0 = NULL; }
5670 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5671 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
5672 return NULL;
5673 }
5674 }
5675 {
5676 _arg1 = wxString_in_helper(_obj1);
5677 if (_arg1 == NULL)
5678 return NULL;
5679 }
5680 _arg2 = (bool ) tempbool2;
5681 {
5682 PyThreadState* __tstate = wxPyBeginAllowThreads();
5683 wxListBox_SetStringSelection(_arg0,*_arg1,_arg2);
5684
5685 wxPyEndAllowThreads(__tstate);
5686 if (PyErr_Occurred()) return NULL;
5687 } Py_INCREF(Py_None);
5688 _resultobj = Py_None;
5689 {
5690 if (_obj1)
5691 delete _arg1;
5692 }
5693 return _resultobj;
5694 }
5695
5696 static void *SwigwxCheckListBoxTowxListBox(void *ptr) {
5697 wxCheckListBox *src;
5698 wxListBox *dest;
5699 src = (wxCheckListBox *) ptr;
5700 dest = (wxListBox *) src;
5701 return (void *) dest;
5702 }
5703
5704 static void *SwigwxCheckListBoxTowxControlWithItems(void *ptr) {
5705 wxCheckListBox *src;
5706 wxControlWithItems *dest;
5707 src = (wxCheckListBox *) ptr;
5708 dest = (wxControlWithItems *) src;
5709 return (void *) dest;
5710 }
5711
5712 static void *SwigwxCheckListBoxTowxControl(void *ptr) {
5713 wxCheckListBox *src;
5714 wxControl *dest;
5715 src = (wxCheckListBox *) ptr;
5716 dest = (wxControl *) src;
5717 return (void *) dest;
5718 }
5719
5720 static void *SwigwxCheckListBoxTowxWindow(void *ptr) {
5721 wxCheckListBox *src;
5722 wxWindow *dest;
5723 src = (wxCheckListBox *) ptr;
5724 dest = (wxWindow *) src;
5725 return (void *) dest;
5726 }
5727
5728 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr) {
5729 wxCheckListBox *src;
5730 wxEvtHandler *dest;
5731 src = (wxCheckListBox *) ptr;
5732 dest = (wxEvtHandler *) src;
5733 return (void *) dest;
5734 }
5735
5736 static void *SwigwxCheckListBoxTowxObject(void *ptr) {
5737 wxCheckListBox *src;
5738 wxObject *dest;
5739 src = (wxCheckListBox *) ptr;
5740 dest = (wxObject *) src;
5741 return (void *) dest;
5742 }
5743
5744 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5745 static PyObject *_wrap_new_wxCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5746 PyObject * _resultobj;
5747 wxCheckListBox * _result;
5748 wxWindow * _arg0;
5749 wxWindowID _arg1;
5750 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
5751 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
5752 int _arg4 = (int ) 0;
5753 wxString * _arg5 = (wxString *) NULL;
5754 long _arg6 = (long ) 0;
5755 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
5756 wxString * _arg8 = (wxString *) &wxPyListBoxNameStr;
5757 PyObject * _argo0 = 0;
5758 wxPoint temp;
5759 PyObject * _obj2 = 0;
5760 wxSize temp0;
5761 PyObject * _obj3 = 0;
5762 PyObject * _obj5 = 0;
5763 PyObject * _argo7 = 0;
5764 PyObject * _obj8 = 0;
5765 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
5766 char _ptemp[128];
5767
5768 self = self;
5769 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxCheckListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
5770 return NULL;
5771 if (_argo0) {
5772 if (_argo0 == Py_None) { _arg0 = NULL; }
5773 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
5774 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
5775 return NULL;
5776 }
5777 }
5778 if (_obj2)
5779 {
5780 _arg2 = &temp;
5781 if (! wxPoint_helper(_obj2, &_arg2))
5782 return NULL;
5783 }
5784 if (_obj3)
5785 {
5786 _arg3 = &temp0;
5787 if (! wxSize_helper(_obj3, &_arg3))
5788 return NULL;
5789 }
5790 if (_obj5)
5791 {
5792 _arg5 = wxString_LIST_helper(_obj5);
5793 if (_arg5 == NULL) {
5794 return NULL;
5795 }
5796 }
5797 if (_argo7) {
5798 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
5799 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
5800 return NULL;
5801 }
5802 }
5803 if (_obj8)
5804 {
5805 _arg8 = wxString_in_helper(_obj8);
5806 if (_arg8 == NULL)
5807 return NULL;
5808 }
5809 {
5810 if (_obj5) {
5811 _arg4 = PyList_Size(_obj5);
5812 }
5813 else {
5814 _arg4 = 0;
5815 }
5816 }
5817 {
5818 PyThreadState* __tstate = wxPyBeginAllowThreads();
5819 _result = (wxCheckListBox *)new_wxCheckListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
5820
5821 wxPyEndAllowThreads(__tstate);
5822 if (PyErr_Occurred()) return NULL;
5823 } if (_result) {
5824 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5825 _resultobj = Py_BuildValue("s",_ptemp);
5826 } else {
5827 Py_INCREF(Py_None);
5828 _resultobj = Py_None;
5829 }
5830 {
5831 delete [] _arg5;
5832 }
5833 {
5834 if (_obj8)
5835 delete _arg8;
5836 }
5837 return _resultobj;
5838 }
5839
5840 #define new_wxPreCheckListBox() (new wxCheckListBox())
5841 static PyObject *_wrap_new_wxPreCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5842 PyObject * _resultobj;
5843 wxCheckListBox * _result;
5844 char *_kwnames[] = { NULL };
5845 char _ptemp[128];
5846
5847 self = self;
5848 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckListBox",_kwnames))
5849 return NULL;
5850 {
5851 PyThreadState* __tstate = wxPyBeginAllowThreads();
5852 _result = (wxCheckListBox *)new_wxPreCheckListBox();
5853
5854 wxPyEndAllowThreads(__tstate);
5855 if (PyErr_Occurred()) return NULL;
5856 } if (_result) {
5857 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5858 _resultobj = Py_BuildValue("s",_ptemp);
5859 } else {
5860 Py_INCREF(Py_None);
5861 _resultobj = Py_None;
5862 }
5863 return _resultobj;
5864 }
5865
5866 #define wxCheckListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5867 static PyObject *_wrap_wxCheckListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5868 PyObject * _resultobj;
5869 bool _result;
5870 wxCheckListBox * _arg0;
5871 wxWindow * _arg1;
5872 wxWindowID _arg2;
5873 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
5874 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
5875 int _arg5 = (int ) 0;
5876 wxString * _arg6 = (wxString *) NULL;
5877 long _arg7 = (long ) 0;
5878 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
5879 wxString * _arg9 = (wxString *) &wxPyListBoxNameStr;
5880 PyObject * _argo0 = 0;
5881 PyObject * _argo1 = 0;
5882 wxPoint temp;
5883 PyObject * _obj3 = 0;
5884 wxSize temp0;
5885 PyObject * _obj4 = 0;
5886 PyObject * _obj6 = 0;
5887 PyObject * _argo8 = 0;
5888 PyObject * _obj9 = 0;
5889 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
5890
5891 self = self;
5892 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxCheckListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
5893 return NULL;
5894 if (_argo0) {
5895 if (_argo0 == Py_None) { _arg0 = NULL; }
5896 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5897 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Create. Expected _wxCheckListBox_p.");
5898 return NULL;
5899 }
5900 }
5901 if (_argo1) {
5902 if (_argo1 == Py_None) { _arg1 = NULL; }
5903 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
5904 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckListBox_Create. Expected _wxWindow_p.");
5905 return NULL;
5906 }
5907 }
5908 if (_obj3)
5909 {
5910 _arg3 = &temp;
5911 if (! wxPoint_helper(_obj3, &_arg3))
5912 return NULL;
5913 }
5914 if (_obj4)
5915 {
5916 _arg4 = &temp0;
5917 if (! wxSize_helper(_obj4, &_arg4))
5918 return NULL;
5919 }
5920 if (_obj6)
5921 {
5922 _arg6 = wxString_LIST_helper(_obj6);
5923 if (_arg6 == NULL) {
5924 return NULL;
5925 }
5926 }
5927 if (_argo8) {
5928 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
5929 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxCheckListBox_Create. Expected _wxValidator_p.");
5930 return NULL;
5931 }
5932 }
5933 if (_obj9)
5934 {
5935 _arg9 = wxString_in_helper(_obj9);
5936 if (_arg9 == NULL)
5937 return NULL;
5938 }
5939 {
5940 if (_obj6) {
5941 _arg5 = PyList_Size(_obj6);
5942 }
5943 else {
5944 _arg5 = 0;
5945 }
5946 }
5947 {
5948 PyThreadState* __tstate = wxPyBeginAllowThreads();
5949 _result = (bool )wxCheckListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
5950
5951 wxPyEndAllowThreads(__tstate);
5952 if (PyErr_Occurred()) return NULL;
5953 } _resultobj = Py_BuildValue("i",_result);
5954 {
5955 delete [] _arg6;
5956 }
5957 {
5958 if (_obj9)
5959 delete _arg9;
5960 }
5961 return _resultobj;
5962 }
5963
5964 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
5965 static PyObject *_wrap_wxCheckListBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
5966 PyObject * _resultobj;
5967 bool _result;
5968 wxCheckListBox * _arg0;
5969 int _arg1;
5970 PyObject * _argo0 = 0;
5971 char *_kwnames[] = { "self","uiIndex", NULL };
5972
5973 self = self;
5974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckListBox_IsChecked",_kwnames,&_argo0,&_arg1))
5975 return NULL;
5976 if (_argo0) {
5977 if (_argo0 == Py_None) { _arg0 = NULL; }
5978 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5979 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
5980 return NULL;
5981 }
5982 }
5983 {
5984 PyThreadState* __tstate = wxPyBeginAllowThreads();
5985 _result = (bool )wxCheckListBox_IsChecked(_arg0,_arg1);
5986
5987 wxPyEndAllowThreads(__tstate);
5988 if (PyErr_Occurred()) return NULL;
5989 } _resultobj = Py_BuildValue("i",_result);
5990 return _resultobj;
5991 }
5992
5993 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
5994 static PyObject *_wrap_wxCheckListBox_Check(PyObject *self, PyObject *args, PyObject *kwargs) {
5995 PyObject * _resultobj;
5996 wxCheckListBox * _arg0;
5997 int _arg1;
5998 int _arg2 = (int ) TRUE;
5999 PyObject * _argo0 = 0;
6000 char *_kwnames[] = { "self","uiIndex","bCheck", NULL };
6001
6002 self = self;
6003 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxCheckListBox_Check",_kwnames,&_argo0,&_arg1,&_arg2))
6004 return NULL;
6005 if (_argo0) {
6006 if (_argo0 == Py_None) { _arg0 = NULL; }
6007 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
6008 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
6009 return NULL;
6010 }
6011 }
6012 {
6013 PyThreadState* __tstate = wxPyBeginAllowThreads();
6014 wxCheckListBox_Check(_arg0,_arg1,_arg2);
6015
6016 wxPyEndAllowThreads(__tstate);
6017 if (PyErr_Occurred()) return NULL;
6018 } Py_INCREF(Py_None);
6019 _resultobj = Py_None;
6020 return _resultobj;
6021 }
6022
6023 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
6024 static PyObject *_wrap_wxCheckListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
6025 PyObject * _resultobj;
6026 wxCheckListBox * _arg0;
6027 int _arg1;
6028 wxString * _arg2;
6029 int _arg3;
6030 PyObject * _argo0 = 0;
6031 PyObject * _obj2 = 0;
6032 char *_kwnames[] = { "self","choices","pos", NULL };
6033
6034 self = self;
6035 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxCheckListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
6036 return NULL;
6037 if (_argo0) {
6038 if (_argo0 == Py_None) { _arg0 = NULL; }
6039 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
6040 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
6041 return NULL;
6042 }
6043 }
6044 {
6045 _arg2 = wxString_LIST_helper(_obj2);
6046 if (_arg2 == NULL) {
6047 return NULL;
6048 }
6049 }
6050 {
6051 if (_obj2) {
6052 _arg1 = PyList_Size(_obj2);
6053 }
6054 else {
6055 _arg1 = 0;
6056 }
6057 }
6058 {
6059 PyThreadState* __tstate = wxPyBeginAllowThreads();
6060 wxCheckListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
6061
6062 wxPyEndAllowThreads(__tstate);
6063 if (PyErr_Occurred()) return NULL;
6064 } Py_INCREF(Py_None);
6065 _resultobj = Py_None;
6066 {
6067 delete [] _arg2;
6068 }
6069 return _resultobj;
6070 }
6071
6072 #define wxCheckListBox_HitTest(_swigobj,_swigarg0) (_swigobj->HitTest(_swigarg0))
6073 static PyObject *_wrap_wxCheckListBox_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
6074 PyObject * _resultobj;
6075 int _result;
6076 wxCheckListBox * _arg0;
6077 wxPoint * _arg1;
6078 PyObject * _argo0 = 0;
6079 wxPoint temp;
6080 PyObject * _obj1 = 0;
6081 char *_kwnames[] = { "self","pt", NULL };
6082
6083 self = self;
6084 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxCheckListBox_HitTest",_kwnames,&_argo0,&_obj1))
6085 return NULL;
6086 if (_argo0) {
6087 if (_argo0 == Py_None) { _arg0 = NULL; }
6088 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
6089 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_HitTest. Expected _wxCheckListBox_p.");
6090 return NULL;
6091 }
6092 }
6093 {
6094 _arg1 = &temp;
6095 if (! wxPoint_helper(_obj1, &_arg1))
6096 return NULL;
6097 }
6098 {
6099 PyThreadState* __tstate = wxPyBeginAllowThreads();
6100 _result = (int )wxCheckListBox_HitTest(_arg0,*_arg1);
6101
6102 wxPyEndAllowThreads(__tstate);
6103 if (PyErr_Occurred()) return NULL;
6104 } _resultobj = Py_BuildValue("i",_result);
6105 return _resultobj;
6106 }
6107
6108 #define wxCheckListBox_HitTestXY(_swigobj,_swigarg0,_swigarg1) (_swigobj->HitTest(_swigarg0,_swigarg1))
6109 static PyObject *_wrap_wxCheckListBox_HitTestXY(PyObject *self, PyObject *args, PyObject *kwargs) {
6110 PyObject * _resultobj;
6111 int _result;
6112 wxCheckListBox * _arg0;
6113 wxCoord _arg1;
6114 wxCoord _arg2;
6115 PyObject * _argo0 = 0;
6116 char *_kwnames[] = { "self","x","y", NULL };
6117
6118 self = self;
6119 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxCheckListBox_HitTestXY",_kwnames,&_argo0,&_arg1,&_arg2))
6120 return NULL;
6121 if (_argo0) {
6122 if (_argo0 == Py_None) { _arg0 = NULL; }
6123 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
6124 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_HitTestXY. Expected _wxCheckListBox_p.");
6125 return NULL;
6126 }
6127 }
6128 {
6129 PyThreadState* __tstate = wxPyBeginAllowThreads();
6130 _result = (int )wxCheckListBox_HitTestXY(_arg0,_arg1,_arg2);
6131
6132 wxPyEndAllowThreads(__tstate);
6133 if (PyErr_Occurred()) return NULL;
6134 } _resultobj = Py_BuildValue("i",_result);
6135 return _resultobj;
6136 }
6137
6138 #define new_wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6139 static PyObject *_wrap_new_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
6140 PyObject * _resultobj;
6141 wxTextAttr * _result;
6142 wxColour * _arg0 = (wxColour *) &wxNullColour;
6143 wxColour * _arg1 = (wxColour *) &wxNullColour;
6144 wxFont * _arg2 = (wxFont *) &wxNullFont;
6145 wxTextAttrAlignment _arg3 = (wxTextAttrAlignment ) (wxTEXT_ALIGNMENT_DEFAULT);
6146 wxColour temp;
6147 PyObject * _obj0 = 0;
6148 wxColour temp0;
6149 PyObject * _obj1 = 0;
6150 PyObject * _argo2 = 0;
6151 char *_kwnames[] = { "colText","colBack","font","alignment", NULL };
6152 char _ptemp[128];
6153
6154 self = self;
6155 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOOi:new_wxTextAttr",_kwnames,&_obj0,&_obj1,&_argo2,&_arg3))
6156 return NULL;
6157 if (_obj0)
6158 {
6159 _arg0 = &temp;
6160 if (! wxColour_helper(_obj0, &_arg0))
6161 return NULL;
6162 }
6163 if (_obj1)
6164 {
6165 _arg1 = &temp0;
6166 if (! wxColour_helper(_obj1, &_arg1))
6167 return NULL;
6168 }
6169 if (_argo2) {
6170 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxFont_p")) {
6171 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxTextAttr. Expected _wxFont_p.");
6172 return NULL;
6173 }
6174 }
6175 {
6176 PyThreadState* __tstate = wxPyBeginAllowThreads();
6177 _result = (wxTextAttr *)new_wxTextAttr(*_arg0,*_arg1,*_arg2,_arg3);
6178
6179 wxPyEndAllowThreads(__tstate);
6180 if (PyErr_Occurred()) return NULL;
6181 } if (_result) {
6182 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
6183 _resultobj = Py_BuildValue("s",_ptemp);
6184 } else {
6185 Py_INCREF(Py_None);
6186 _resultobj = Py_None;
6187 }
6188 return _resultobj;
6189 }
6190
6191 #define delete_wxTextAttr(_swigobj) (delete _swigobj)
6192 static PyObject *_wrap_delete_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
6193 PyObject * _resultobj;
6194 wxTextAttr * _arg0;
6195 PyObject * _argo0 = 0;
6196 char *_kwnames[] = { "self", NULL };
6197
6198 self = self;
6199 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxTextAttr",_kwnames,&_argo0))
6200 return NULL;
6201 if (_argo0) {
6202 if (_argo0 == Py_None) { _arg0 = NULL; }
6203 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6204 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxTextAttr. Expected _wxTextAttr_p.");
6205 return NULL;
6206 }
6207 }
6208 {
6209 PyThreadState* __tstate = wxPyBeginAllowThreads();
6210 delete_wxTextAttr(_arg0);
6211
6212 wxPyEndAllowThreads(__tstate);
6213 if (PyErr_Occurred()) return NULL;
6214 } Py_INCREF(Py_None);
6215 _resultobj = Py_None;
6216 return _resultobj;
6217 }
6218
6219 #define wxTextAttr_Init(_swigobj) (_swigobj->Init())
6220 static PyObject *_wrap_wxTextAttr_Init(PyObject *self, PyObject *args, PyObject *kwargs) {
6221 PyObject * _resultobj;
6222 wxTextAttr * _arg0;
6223 PyObject * _argo0 = 0;
6224 char *_kwnames[] = { "self", NULL };
6225
6226 self = self;
6227 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_Init",_kwnames,&_argo0))
6228 return NULL;
6229 if (_argo0) {
6230 if (_argo0 == Py_None) { _arg0 = NULL; }
6231 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6232 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_Init. Expected _wxTextAttr_p.");
6233 return NULL;
6234 }
6235 }
6236 {
6237 PyThreadState* __tstate = wxPyBeginAllowThreads();
6238 wxTextAttr_Init(_arg0);
6239
6240 wxPyEndAllowThreads(__tstate);
6241 if (PyErr_Occurred()) return NULL;
6242 } Py_INCREF(Py_None);
6243 _resultobj = Py_None;
6244 return _resultobj;
6245 }
6246
6247 #define wxTextAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
6248 static PyObject *_wrap_wxTextAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6249 PyObject * _resultobj;
6250 wxTextAttr * _arg0;
6251 wxColour * _arg1;
6252 PyObject * _argo0 = 0;
6253 wxColour temp;
6254 PyObject * _obj1 = 0;
6255 char *_kwnames[] = { "self","colText", NULL };
6256
6257 self = self;
6258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetTextColour",_kwnames,&_argo0,&_obj1))
6259 return NULL;
6260 if (_argo0) {
6261 if (_argo0 == Py_None) { _arg0 = NULL; }
6262 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6263 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetTextColour. Expected _wxTextAttr_p.");
6264 return NULL;
6265 }
6266 }
6267 {
6268 _arg1 = &temp;
6269 if (! wxColour_helper(_obj1, &_arg1))
6270 return NULL;
6271 }
6272 {
6273 PyThreadState* __tstate = wxPyBeginAllowThreads();
6274 wxTextAttr_SetTextColour(_arg0,*_arg1);
6275
6276 wxPyEndAllowThreads(__tstate);
6277 if (PyErr_Occurred()) return NULL;
6278 } Py_INCREF(Py_None);
6279 _resultobj = Py_None;
6280 return _resultobj;
6281 }
6282
6283 #define wxTextAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
6284 static PyObject *_wrap_wxTextAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6285 PyObject * _resultobj;
6286 wxTextAttr * _arg0;
6287 wxColour * _arg1;
6288 PyObject * _argo0 = 0;
6289 wxColour temp;
6290 PyObject * _obj1 = 0;
6291 char *_kwnames[] = { "self","colBack", NULL };
6292
6293 self = self;
6294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
6295 return NULL;
6296 if (_argo0) {
6297 if (_argo0 == Py_None) { _arg0 = NULL; }
6298 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6299 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetBackgroundColour. Expected _wxTextAttr_p.");
6300 return NULL;
6301 }
6302 }
6303 {
6304 _arg1 = &temp;
6305 if (! wxColour_helper(_obj1, &_arg1))
6306 return NULL;
6307 }
6308 {
6309 PyThreadState* __tstate = wxPyBeginAllowThreads();
6310 wxTextAttr_SetBackgroundColour(_arg0,*_arg1);
6311
6312 wxPyEndAllowThreads(__tstate);
6313 if (PyErr_Occurred()) return NULL;
6314 } Py_INCREF(Py_None);
6315 _resultobj = Py_None;
6316 return _resultobj;
6317 }
6318
6319 #define wxTextAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
6320 static PyObject *_wrap_wxTextAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6321 PyObject * _resultobj;
6322 wxTextAttr * _arg0;
6323 wxFont * _arg1;
6324 PyObject * _argo0 = 0;
6325 PyObject * _argo1 = 0;
6326 char *_kwnames[] = { "self","font", NULL };
6327
6328 self = self;
6329 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetFont",_kwnames,&_argo0,&_argo1))
6330 return NULL;
6331 if (_argo0) {
6332 if (_argo0 == Py_None) { _arg0 = NULL; }
6333 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6334 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetFont. Expected _wxTextAttr_p.");
6335 return NULL;
6336 }
6337 }
6338 if (_argo1) {
6339 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
6340 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_SetFont. Expected _wxFont_p.");
6341 return NULL;
6342 }
6343 }
6344 {
6345 PyThreadState* __tstate = wxPyBeginAllowThreads();
6346 wxTextAttr_SetFont(_arg0,*_arg1);
6347
6348 wxPyEndAllowThreads(__tstate);
6349 if (PyErr_Occurred()) return NULL;
6350 } Py_INCREF(Py_None);
6351 _resultobj = Py_None;
6352 return _resultobj;
6353 }
6354
6355 #define wxTextAttr_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
6356 static PyObject *_wrap_wxTextAttr_SetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6357 PyObject * _resultobj;
6358 wxTextAttr * _arg0;
6359 wxTextAttrAlignment _arg1;
6360 PyObject * _argo0 = 0;
6361 char *_kwnames[] = { "self","alignment", NULL };
6362
6363 self = self;
6364 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextAttr_SetAlignment",_kwnames,&_argo0,&_arg1))
6365 return NULL;
6366 if (_argo0) {
6367 if (_argo0 == Py_None) { _arg0 = NULL; }
6368 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6369 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetAlignment. Expected _wxTextAttr_p.");
6370 return NULL;
6371 }
6372 }
6373 {
6374 PyThreadState* __tstate = wxPyBeginAllowThreads();
6375 wxTextAttr_SetAlignment(_arg0,_arg1);
6376
6377 wxPyEndAllowThreads(__tstate);
6378 if (PyErr_Occurred()) return NULL;
6379 } Py_INCREF(Py_None);
6380 _resultobj = Py_None;
6381 return _resultobj;
6382 }
6383
6384 #define wxTextAttr_SetTabs(_swigobj,_swigarg0) (_swigobj->SetTabs(_swigarg0))
6385 static PyObject *_wrap_wxTextAttr_SetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6386 PyObject * _resultobj;
6387 wxTextAttr * _arg0;
6388 wxArrayInt * _arg1;
6389 PyObject * _argo0 = 0;
6390 PyObject * _obj1 = 0;
6391 char *_kwnames[] = { "self","tabs", NULL };
6392
6393 self = self;
6394 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetTabs",_kwnames,&_argo0,&_obj1))
6395 return NULL;
6396 if (_argo0) {
6397 if (_argo0 == Py_None) { _arg0 = NULL; }
6398 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6399 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetTabs. Expected _wxTextAttr_p.");
6400 return NULL;
6401 }
6402 }
6403 {
6404 if (! PySequence_Check(_obj1)) {
6405 PyErr_SetString(PyExc_TypeError, "Sequence of integers expected.");
6406 return NULL;
6407 }
6408 _arg1 = new wxArrayInt;
6409 int i, len=PySequence_Length(_obj1);
6410 for (i=0; i<len; i++) {
6411 PyObject* item = PySequence_GetItem(_obj1, i);
6412 PyObject* number = PyNumber_Int(item);
6413 _arg1->Add(PyInt_AS_LONG(number));
6414 Py_DECREF(item);
6415 Py_DECREF(number);
6416 }
6417 }
6418 {
6419 PyThreadState* __tstate = wxPyBeginAllowThreads();
6420 wxTextAttr_SetTabs(_arg0,*_arg1);
6421
6422 wxPyEndAllowThreads(__tstate);
6423 if (PyErr_Occurred()) return NULL;
6424 } Py_INCREF(Py_None);
6425 _resultobj = Py_None;
6426 {
6427 if (_obj1)
6428 delete _arg1;
6429 }
6430 return _resultobj;
6431 }
6432
6433 #define wxTextAttr_SetLeftIndent(_swigobj,_swigarg0) (_swigobj->SetLeftIndent(_swigarg0))
6434 static PyObject *_wrap_wxTextAttr_SetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6435 PyObject * _resultobj;
6436 wxTextAttr * _arg0;
6437 int _arg1;
6438 PyObject * _argo0 = 0;
6439 char *_kwnames[] = { "self","indent", NULL };
6440
6441 self = self;
6442 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextAttr_SetLeftIndent",_kwnames,&_argo0,&_arg1))
6443 return NULL;
6444 if (_argo0) {
6445 if (_argo0 == Py_None) { _arg0 = NULL; }
6446 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6447 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetLeftIndent. Expected _wxTextAttr_p.");
6448 return NULL;
6449 }
6450 }
6451 {
6452 PyThreadState* __tstate = wxPyBeginAllowThreads();
6453 wxTextAttr_SetLeftIndent(_arg0,_arg1);
6454
6455 wxPyEndAllowThreads(__tstate);
6456 if (PyErr_Occurred()) return NULL;
6457 } Py_INCREF(Py_None);
6458 _resultobj = Py_None;
6459 return _resultobj;
6460 }
6461
6462 #define wxTextAttr_SetRightIndent(_swigobj,_swigarg0) (_swigobj->SetRightIndent(_swigarg0))
6463 static PyObject *_wrap_wxTextAttr_SetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6464 PyObject * _resultobj;
6465 wxTextAttr * _arg0;
6466 int _arg1;
6467 PyObject * _argo0 = 0;
6468 char *_kwnames[] = { "self","indent", NULL };
6469
6470 self = self;
6471 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextAttr_SetRightIndent",_kwnames,&_argo0,&_arg1))
6472 return NULL;
6473 if (_argo0) {
6474 if (_argo0 == Py_None) { _arg0 = NULL; }
6475 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6476 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetRightIndent. Expected _wxTextAttr_p.");
6477 return NULL;
6478 }
6479 }
6480 {
6481 PyThreadState* __tstate = wxPyBeginAllowThreads();
6482 wxTextAttr_SetRightIndent(_arg0,_arg1);
6483
6484 wxPyEndAllowThreads(__tstate);
6485 if (PyErr_Occurred()) return NULL;
6486 } Py_INCREF(Py_None);
6487 _resultobj = Py_None;
6488 return _resultobj;
6489 }
6490
6491 #define wxTextAttr_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
6492 static PyObject *_wrap_wxTextAttr_SetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
6493 PyObject * _resultobj;
6494 wxTextAttr * _arg0;
6495 long _arg1;
6496 PyObject * _argo0 = 0;
6497 char *_kwnames[] = { "self","flags", NULL };
6498
6499 self = self;
6500 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextAttr_SetFlags",_kwnames,&_argo0,&_arg1))
6501 return NULL;
6502 if (_argo0) {
6503 if (_argo0 == Py_None) { _arg0 = NULL; }
6504 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6505 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetFlags. Expected _wxTextAttr_p.");
6506 return NULL;
6507 }
6508 }
6509 {
6510 PyThreadState* __tstate = wxPyBeginAllowThreads();
6511 wxTextAttr_SetFlags(_arg0,_arg1);
6512
6513 wxPyEndAllowThreads(__tstate);
6514 if (PyErr_Occurred()) return NULL;
6515 } Py_INCREF(Py_None);
6516 _resultobj = Py_None;
6517 return _resultobj;
6518 }
6519
6520 #define wxTextAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour())
6521 static PyObject *_wrap_wxTextAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6522 PyObject * _resultobj;
6523 bool _result;
6524 wxTextAttr * _arg0;
6525 PyObject * _argo0 = 0;
6526 char *_kwnames[] = { "self", NULL };
6527
6528 self = self;
6529 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasTextColour",_kwnames,&_argo0))
6530 return NULL;
6531 if (_argo0) {
6532 if (_argo0 == Py_None) { _arg0 = NULL; }
6533 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6534 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasTextColour. Expected _wxTextAttr_p.");
6535 return NULL;
6536 }
6537 }
6538 {
6539 PyThreadState* __tstate = wxPyBeginAllowThreads();
6540 _result = (bool )wxTextAttr_HasTextColour(_arg0);
6541
6542 wxPyEndAllowThreads(__tstate);
6543 if (PyErr_Occurred()) return NULL;
6544 } _resultobj = Py_BuildValue("i",_result);
6545 return _resultobj;
6546 }
6547
6548 #define wxTextAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour())
6549 static PyObject *_wrap_wxTextAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6550 PyObject * _resultobj;
6551 bool _result;
6552 wxTextAttr * _arg0;
6553 PyObject * _argo0 = 0;
6554 char *_kwnames[] = { "self", NULL };
6555
6556 self = self;
6557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasBackgroundColour",_kwnames,&_argo0))
6558 return NULL;
6559 if (_argo0) {
6560 if (_argo0 == Py_None) { _arg0 = NULL; }
6561 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6562 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasBackgroundColour. Expected _wxTextAttr_p.");
6563 return NULL;
6564 }
6565 }
6566 {
6567 PyThreadState* __tstate = wxPyBeginAllowThreads();
6568 _result = (bool )wxTextAttr_HasBackgroundColour(_arg0);
6569
6570 wxPyEndAllowThreads(__tstate);
6571 if (PyErr_Occurred()) return NULL;
6572 } _resultobj = Py_BuildValue("i",_result);
6573 return _resultobj;
6574 }
6575
6576 #define wxTextAttr_HasFont(_swigobj) (_swigobj->HasFont())
6577 static PyObject *_wrap_wxTextAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6578 PyObject * _resultobj;
6579 bool _result;
6580 wxTextAttr * _arg0;
6581 PyObject * _argo0 = 0;
6582 char *_kwnames[] = { "self", NULL };
6583
6584 self = self;
6585 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasFont",_kwnames,&_argo0))
6586 return NULL;
6587 if (_argo0) {
6588 if (_argo0 == Py_None) { _arg0 = NULL; }
6589 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6590 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasFont. Expected _wxTextAttr_p.");
6591 return NULL;
6592 }
6593 }
6594 {
6595 PyThreadState* __tstate = wxPyBeginAllowThreads();
6596 _result = (bool )wxTextAttr_HasFont(_arg0);
6597
6598 wxPyEndAllowThreads(__tstate);
6599 if (PyErr_Occurred()) return NULL;
6600 } _resultobj = Py_BuildValue("i",_result);
6601 return _resultobj;
6602 }
6603
6604 #define wxTextAttr_HasAlignment(_swigobj) (_swigobj->HasAlignment())
6605 static PyObject *_wrap_wxTextAttr_HasAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6606 PyObject * _resultobj;
6607 bool _result;
6608 wxTextAttr * _arg0;
6609 PyObject * _argo0 = 0;
6610 char *_kwnames[] = { "self", NULL };
6611
6612 self = self;
6613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasAlignment",_kwnames,&_argo0))
6614 return NULL;
6615 if (_argo0) {
6616 if (_argo0 == Py_None) { _arg0 = NULL; }
6617 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6618 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasAlignment. Expected _wxTextAttr_p.");
6619 return NULL;
6620 }
6621 }
6622 {
6623 PyThreadState* __tstate = wxPyBeginAllowThreads();
6624 _result = (bool )wxTextAttr_HasAlignment(_arg0);
6625
6626 wxPyEndAllowThreads(__tstate);
6627 if (PyErr_Occurred()) return NULL;
6628 } _resultobj = Py_BuildValue("i",_result);
6629 return _resultobj;
6630 }
6631
6632 #define wxTextAttr_HasTabs(_swigobj) (_swigobj->HasTabs())
6633 static PyObject *_wrap_wxTextAttr_HasTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6634 PyObject * _resultobj;
6635 bool _result;
6636 wxTextAttr * _arg0;
6637 PyObject * _argo0 = 0;
6638 char *_kwnames[] = { "self", NULL };
6639
6640 self = self;
6641 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasTabs",_kwnames,&_argo0))
6642 return NULL;
6643 if (_argo0) {
6644 if (_argo0 == Py_None) { _arg0 = NULL; }
6645 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6646 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasTabs. Expected _wxTextAttr_p.");
6647 return NULL;
6648 }
6649 }
6650 {
6651 PyThreadState* __tstate = wxPyBeginAllowThreads();
6652 _result = (bool )wxTextAttr_HasTabs(_arg0);
6653
6654 wxPyEndAllowThreads(__tstate);
6655 if (PyErr_Occurred()) return NULL;
6656 } _resultobj = Py_BuildValue("i",_result);
6657 return _resultobj;
6658 }
6659
6660 #define wxTextAttr_HasLeftIndent(_swigobj) (_swigobj->HasLeftIndent())
6661 static PyObject *_wrap_wxTextAttr_HasLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6662 PyObject * _resultobj;
6663 bool _result;
6664 wxTextAttr * _arg0;
6665 PyObject * _argo0 = 0;
6666 char *_kwnames[] = { "self", NULL };
6667
6668 self = self;
6669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasLeftIndent",_kwnames,&_argo0))
6670 return NULL;
6671 if (_argo0) {
6672 if (_argo0 == Py_None) { _arg0 = NULL; }
6673 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6674 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasLeftIndent. Expected _wxTextAttr_p.");
6675 return NULL;
6676 }
6677 }
6678 {
6679 PyThreadState* __tstate = wxPyBeginAllowThreads();
6680 _result = (bool )wxTextAttr_HasLeftIndent(_arg0);
6681
6682 wxPyEndAllowThreads(__tstate);
6683 if (PyErr_Occurred()) return NULL;
6684 } _resultobj = Py_BuildValue("i",_result);
6685 return _resultobj;
6686 }
6687
6688 #define wxTextAttr_HasRightIndent(_swigobj) (_swigobj->HasRightIndent())
6689 static PyObject *_wrap_wxTextAttr_HasRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6690 PyObject * _resultobj;
6691 bool _result;
6692 wxTextAttr * _arg0;
6693 PyObject * _argo0 = 0;
6694 char *_kwnames[] = { "self", NULL };
6695
6696 self = self;
6697 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasRightIndent",_kwnames,&_argo0))
6698 return NULL;
6699 if (_argo0) {
6700 if (_argo0 == Py_None) { _arg0 = NULL; }
6701 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6702 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasRightIndent. Expected _wxTextAttr_p.");
6703 return NULL;
6704 }
6705 }
6706 {
6707 PyThreadState* __tstate = wxPyBeginAllowThreads();
6708 _result = (bool )wxTextAttr_HasRightIndent(_arg0);
6709
6710 wxPyEndAllowThreads(__tstate);
6711 if (PyErr_Occurred()) return NULL;
6712 } _resultobj = Py_BuildValue("i",_result);
6713 return _resultobj;
6714 }
6715
6716 #define wxTextAttr_HasFlag(_swigobj,_swigarg0) (_swigobj->HasFlag(_swigarg0))
6717 static PyObject *_wrap_wxTextAttr_HasFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
6718 PyObject * _resultobj;
6719 bool _result;
6720 wxTextAttr * _arg0;
6721 long _arg1;
6722 PyObject * _argo0 = 0;
6723 char *_kwnames[] = { "self","flag", NULL };
6724
6725 self = self;
6726 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextAttr_HasFlag",_kwnames,&_argo0,&_arg1))
6727 return NULL;
6728 if (_argo0) {
6729 if (_argo0 == Py_None) { _arg0 = NULL; }
6730 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6731 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasFlag. Expected _wxTextAttr_p.");
6732 return NULL;
6733 }
6734 }
6735 {
6736 PyThreadState* __tstate = wxPyBeginAllowThreads();
6737 _result = (bool )wxTextAttr_HasFlag(_arg0,_arg1);
6738
6739 wxPyEndAllowThreads(__tstate);
6740 if (PyErr_Occurred()) return NULL;
6741 } _resultobj = Py_BuildValue("i",_result);
6742 return _resultobj;
6743 }
6744
6745 #define wxTextAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour())
6746 static PyObject *_wrap_wxTextAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6747 PyObject * _resultobj;
6748 wxColour * _result;
6749 wxTextAttr * _arg0;
6750 PyObject * _argo0 = 0;
6751 char *_kwnames[] = { "self", NULL };
6752 char _ptemp[128];
6753
6754 self = self;
6755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetTextColour",_kwnames,&_argo0))
6756 return NULL;
6757 if (_argo0) {
6758 if (_argo0 == Py_None) { _arg0 = NULL; }
6759 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6760 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetTextColour. Expected _wxTextAttr_p.");
6761 return NULL;
6762 }
6763 }
6764 {
6765 PyThreadState* __tstate = wxPyBeginAllowThreads();
6766 _result = new wxColour (wxTextAttr_GetTextColour(_arg0));
6767
6768 wxPyEndAllowThreads(__tstate);
6769 if (PyErr_Occurred()) return NULL;
6770 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p");
6771 _resultobj = Py_BuildValue("s",_ptemp);
6772 return _resultobj;
6773 }
6774
6775 #define wxTextAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
6776 static PyObject *_wrap_wxTextAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6777 PyObject * _resultobj;
6778 wxColour * _result;
6779 wxTextAttr * _arg0;
6780 PyObject * _argo0 = 0;
6781 char *_kwnames[] = { "self", NULL };
6782 char _ptemp[128];
6783
6784 self = self;
6785 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetBackgroundColour",_kwnames,&_argo0))
6786 return NULL;
6787 if (_argo0) {
6788 if (_argo0 == Py_None) { _arg0 = NULL; }
6789 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6790 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetBackgroundColour. Expected _wxTextAttr_p.");
6791 return NULL;
6792 }
6793 }
6794 {
6795 PyThreadState* __tstate = wxPyBeginAllowThreads();
6796 _result = new wxColour (wxTextAttr_GetBackgroundColour(_arg0));
6797
6798 wxPyEndAllowThreads(__tstate);
6799 if (PyErr_Occurred()) return NULL;
6800 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p");
6801 _resultobj = Py_BuildValue("s",_ptemp);
6802 return _resultobj;
6803 }
6804
6805 #define wxTextAttr_GetFont(_swigobj) (_swigobj->GetFont())
6806 static PyObject *_wrap_wxTextAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6807 PyObject * _resultobj;
6808 wxFont * _result;
6809 wxTextAttr * _arg0;
6810 PyObject * _argo0 = 0;
6811 char *_kwnames[] = { "self", NULL };
6812 char _ptemp[128];
6813
6814 self = self;
6815 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetFont",_kwnames,&_argo0))
6816 return NULL;
6817 if (_argo0) {
6818 if (_argo0 == Py_None) { _arg0 = NULL; }
6819 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6820 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetFont. Expected _wxTextAttr_p.");
6821 return NULL;
6822 }
6823 }
6824 {
6825 PyThreadState* __tstate = wxPyBeginAllowThreads();
6826 _result = new wxFont (wxTextAttr_GetFont(_arg0));
6827
6828 wxPyEndAllowThreads(__tstate);
6829 if (PyErr_Occurred()) return NULL;
6830 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p");
6831 _resultobj = Py_BuildValue("s",_ptemp);
6832 return _resultobj;
6833 }
6834
6835 #define wxTextAttr_GetAlignment(_swigobj) (_swigobj->GetAlignment())
6836 static PyObject *_wrap_wxTextAttr_GetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6837 PyObject * _resultobj;
6838 wxTextAttrAlignment _result;
6839 wxTextAttr * _arg0;
6840 PyObject * _argo0 = 0;
6841 char *_kwnames[] = { "self", NULL };
6842
6843 self = self;
6844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetAlignment",_kwnames,&_argo0))
6845 return NULL;
6846 if (_argo0) {
6847 if (_argo0 == Py_None) { _arg0 = NULL; }
6848 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6849 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetAlignment. Expected _wxTextAttr_p.");
6850 return NULL;
6851 }
6852 }
6853 {
6854 PyThreadState* __tstate = wxPyBeginAllowThreads();
6855 _result = (wxTextAttrAlignment )wxTextAttr_GetAlignment(_arg0);
6856
6857 wxPyEndAllowThreads(__tstate);
6858 if (PyErr_Occurred()) return NULL;
6859 } _resultobj = Py_BuildValue("i",_result);
6860 return _resultobj;
6861 }
6862
6863 #define wxTextAttr_GetTabs(_swigobj) (_swigobj->GetTabs())
6864 static PyObject *_wrap_wxTextAttr_GetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6865 PyObject * _resultobj;
6866 wxArrayInt * _result;
6867 wxTextAttr * _arg0;
6868 PyObject * _argo0 = 0;
6869 char *_kwnames[] = { "self", NULL };
6870
6871 self = self;
6872 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetTabs",_kwnames,&_argo0))
6873 return NULL;
6874 if (_argo0) {
6875 if (_argo0 == Py_None) { _arg0 = NULL; }
6876 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6877 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetTabs. Expected _wxTextAttr_p.");
6878 return NULL;
6879 }
6880 }
6881 {
6882 PyThreadState* __tstate = wxPyBeginAllowThreads();
6883 const wxArrayInt & _result_ref = wxTextAttr_GetTabs(_arg0);
6884 _result = (wxArrayInt *) &_result_ref;
6885
6886 wxPyEndAllowThreads(__tstate);
6887 if (PyErr_Occurred()) return NULL;
6888 }{
6889 _resultobj = PyList_New(0);
6890 size_t idx;
6891 for (idx = 0; idx < _result->GetCount(); idx += 1) {
6892 PyObject* val = PyInt_FromLong(_result->Item(idx));
6893 PyList_Append(_resultobj, val);
6894 Py_DECREF(val);
6895 }
6896 }
6897 return _resultobj;
6898 }
6899
6900 #define wxTextAttr_GetLeftIndent(_swigobj) (_swigobj->GetLeftIndent())
6901 static PyObject *_wrap_wxTextAttr_GetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6902 PyObject * _resultobj;
6903 long _result;
6904 wxTextAttr * _arg0;
6905 PyObject * _argo0 = 0;
6906 char *_kwnames[] = { "self", NULL };
6907
6908 self = self;
6909 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetLeftIndent",_kwnames,&_argo0))
6910 return NULL;
6911 if (_argo0) {
6912 if (_argo0 == Py_None) { _arg0 = NULL; }
6913 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6914 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetLeftIndent. Expected _wxTextAttr_p.");
6915 return NULL;
6916 }
6917 }
6918 {
6919 PyThreadState* __tstate = wxPyBeginAllowThreads();
6920 _result = (long )wxTextAttr_GetLeftIndent(_arg0);
6921
6922 wxPyEndAllowThreads(__tstate);
6923 if (PyErr_Occurred()) return NULL;
6924 } _resultobj = Py_BuildValue("l",_result);
6925 return _resultobj;
6926 }
6927
6928 #define wxTextAttr_GetRightIndent(_swigobj) (_swigobj->GetRightIndent())
6929 static PyObject *_wrap_wxTextAttr_GetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6930 PyObject * _resultobj;
6931 long _result;
6932 wxTextAttr * _arg0;
6933 PyObject * _argo0 = 0;
6934 char *_kwnames[] = { "self", NULL };
6935
6936 self = self;
6937 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetRightIndent",_kwnames,&_argo0))
6938 return NULL;
6939 if (_argo0) {
6940 if (_argo0 == Py_None) { _arg0 = NULL; }
6941 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6942 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetRightIndent. Expected _wxTextAttr_p.");
6943 return NULL;
6944 }
6945 }
6946 {
6947 PyThreadState* __tstate = wxPyBeginAllowThreads();
6948 _result = (long )wxTextAttr_GetRightIndent(_arg0);
6949
6950 wxPyEndAllowThreads(__tstate);
6951 if (PyErr_Occurred()) return NULL;
6952 } _resultobj = Py_BuildValue("l",_result);
6953 return _resultobj;
6954 }
6955
6956 #define wxTextAttr_GetFlags(_swigobj) (_swigobj->GetFlags())
6957 static PyObject *_wrap_wxTextAttr_GetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
6958 PyObject * _resultobj;
6959 long _result;
6960 wxTextAttr * _arg0;
6961 PyObject * _argo0 = 0;
6962 char *_kwnames[] = { "self", NULL };
6963
6964 self = self;
6965 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetFlags",_kwnames,&_argo0))
6966 return NULL;
6967 if (_argo0) {
6968 if (_argo0 == Py_None) { _arg0 = NULL; }
6969 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6970 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetFlags. Expected _wxTextAttr_p.");
6971 return NULL;
6972 }
6973 }
6974 {
6975 PyThreadState* __tstate = wxPyBeginAllowThreads();
6976 _result = (long )wxTextAttr_GetFlags(_arg0);
6977
6978 wxPyEndAllowThreads(__tstate);
6979 if (PyErr_Occurred()) return NULL;
6980 } _resultobj = Py_BuildValue("l",_result);
6981 return _resultobj;
6982 }
6983
6984 #define wxTextAttr_IsDefault(_swigobj) (_swigobj->IsDefault())
6985 static PyObject *_wrap_wxTextAttr_IsDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
6986 PyObject * _resultobj;
6987 bool _result;
6988 wxTextAttr * _arg0;
6989 PyObject * _argo0 = 0;
6990 char *_kwnames[] = { "self", NULL };
6991
6992 self = self;
6993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_IsDefault",_kwnames,&_argo0))
6994 return NULL;
6995 if (_argo0) {
6996 if (_argo0 == Py_None) { _arg0 = NULL; }
6997 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6998 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_IsDefault. Expected _wxTextAttr_p.");
6999 return NULL;
7000 }
7001 }
7002 {
7003 PyThreadState* __tstate = wxPyBeginAllowThreads();
7004 _result = (bool )wxTextAttr_IsDefault(_arg0);
7005
7006 wxPyEndAllowThreads(__tstate);
7007 if (PyErr_Occurred()) return NULL;
7008 } _resultobj = Py_BuildValue("i",_result);
7009 return _resultobj;
7010 }
7011
7012 static PyObject *_wrap_wxTextAttr_Combine(PyObject *self, PyObject *args, PyObject *kwargs) {
7013 PyObject * _resultobj;
7014 wxTextAttr * _result;
7015 wxTextAttr * _arg0;
7016 wxTextAttr * _arg1;
7017 wxTextCtrl * _arg2;
7018 PyObject * _argo0 = 0;
7019 PyObject * _argo1 = 0;
7020 PyObject * _argo2 = 0;
7021 char *_kwnames[] = { "attr","attrDef","text", NULL };
7022 char _ptemp[128];
7023
7024 self = self;
7025 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTextAttr_Combine",_kwnames,&_argo0,&_argo1,&_argo2))
7026 return NULL;
7027 if (_argo0) {
7028 if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
7029 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
7030 return NULL;
7031 }
7032 }
7033 if (_argo1) {
7034 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
7035 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
7036 return NULL;
7037 }
7038 }
7039 if (_argo2) {
7040 if (_argo2 == Py_None) { _arg2 = NULL; }
7041 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxTextCtrl_p")) {
7042 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTextAttr_Combine. Expected _wxTextCtrl_p.");
7043 return NULL;
7044 }
7045 }
7046 {
7047 PyThreadState* __tstate = wxPyBeginAllowThreads();
7048 _result = new wxTextAttr (wxTextAttr::Combine(*_arg0,*_arg1,_arg2));
7049
7050 wxPyEndAllowThreads(__tstate);
7051 if (PyErr_Occurred()) return NULL;
7052 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTextAttr_p");
7053 _resultobj = Py_BuildValue("s",_ptemp);
7054 return _resultobj;
7055 }
7056
7057 static void *SwigwxTextCtrlTowxControl(void *ptr) {
7058 wxTextCtrl *src;
7059 wxControl *dest;
7060 src = (wxTextCtrl *) ptr;
7061 dest = (wxControl *) src;
7062 return (void *) dest;
7063 }
7064
7065 static void *SwigwxTextCtrlTowxWindow(void *ptr) {
7066 wxTextCtrl *src;
7067 wxWindow *dest;
7068 src = (wxTextCtrl *) ptr;
7069 dest = (wxWindow *) src;
7070 return (void *) dest;
7071 }
7072
7073 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr) {
7074 wxTextCtrl *src;
7075 wxEvtHandler *dest;
7076 src = (wxTextCtrl *) ptr;
7077 dest = (wxEvtHandler *) src;
7078 return (void *) dest;
7079 }
7080
7081 static void *SwigwxTextCtrlTowxObject(void *ptr) {
7082 wxTextCtrl *src;
7083 wxObject *dest;
7084 src = (wxTextCtrl *) ptr;
7085 dest = (wxObject *) src;
7086 return (void *) dest;
7087 }
7088
7089 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
7090 static PyObject *_wrap_new_wxTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
7091 PyObject * _resultobj;
7092 wxTextCtrl * _result;
7093 wxWindow * _arg0;
7094 wxWindowID _arg1;
7095 wxString * _arg2 = (wxString *) &wxPyEmptyString;
7096 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
7097 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
7098 long _arg5 = (long ) 0;
7099 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
7100 wxString * _arg7 = (wxString *) &wxPyTextCtrlNameStr;
7101 PyObject * _argo0 = 0;
7102 PyObject * _obj2 = 0;
7103 wxPoint temp;
7104 PyObject * _obj3 = 0;
7105 wxSize temp0;
7106 PyObject * _obj4 = 0;
7107 PyObject * _argo6 = 0;
7108 PyObject * _obj7 = 0;
7109 char *_kwnames[] = { "parent","id","value","pos","size","style","validator","name", NULL };
7110 char _ptemp[128];
7111
7112 self = self;
7113 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxTextCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
7114 return NULL;
7115 if (_argo0) {
7116 if (_argo0 == Py_None) { _arg0 = NULL; }
7117 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
7118 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
7119 return NULL;
7120 }
7121 }
7122 if (_obj2)
7123 {
7124 _arg2 = wxString_in_helper(_obj2);
7125 if (_arg2 == NULL)
7126 return NULL;
7127 }
7128 if (_obj3)
7129 {
7130 _arg3 = &temp;
7131 if (! wxPoint_helper(_obj3, &_arg3))
7132 return NULL;
7133 }
7134 if (_obj4)
7135 {
7136 _arg4 = &temp0;
7137 if (! wxSize_helper(_obj4, &_arg4))
7138 return NULL;
7139 }
7140 if (_argo6) {
7141 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
7142 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
7143 return NULL;
7144 }
7145 }
7146 if (_obj7)
7147 {
7148 _arg7 = wxString_in_helper(_obj7);
7149 if (_arg7 == NULL)
7150 return NULL;
7151 }
7152 {
7153 PyThreadState* __tstate = wxPyBeginAllowThreads();
7154 _result = (wxTextCtrl *)new_wxTextCtrl(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
7155
7156 wxPyEndAllowThreads(__tstate);
7157 if (PyErr_Occurred()) return NULL;
7158 } if (_result) {
7159 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
7160 _resultobj = Py_BuildValue("s",_ptemp);
7161 } else {
7162 Py_INCREF(Py_None);
7163 _resultobj = Py_None;
7164 }
7165 {
7166 if (_obj2)
7167 delete _arg2;
7168 }
7169 {
7170 if (_obj7)
7171 delete _arg7;
7172 }
7173 return _resultobj;
7174 }
7175
7176 #define new_wxPreTextCtrl() (new wxTextCtrl())
7177 static PyObject *_wrap_new_wxPreTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
7178 PyObject * _resultobj;
7179 wxTextCtrl * _result;
7180 char *_kwnames[] = { NULL };
7181 char _ptemp[128];
7182
7183 self = self;
7184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreTextCtrl",_kwnames))
7185 return NULL;
7186 {
7187 PyThreadState* __tstate = wxPyBeginAllowThreads();
7188 _result = (wxTextCtrl *)new_wxPreTextCtrl();
7189
7190 wxPyEndAllowThreads(__tstate);
7191 if (PyErr_Occurred()) return NULL;
7192 } if (_result) {
7193 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
7194 _resultobj = Py_BuildValue("s",_ptemp);
7195 } else {
7196 Py_INCREF(Py_None);
7197 _resultobj = Py_None;
7198 }
7199 return _resultobj;
7200 }
7201
7202 #define wxTextCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
7203 static PyObject *_wrap_wxTextCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
7204 PyObject * _resultobj;
7205 bool _result;
7206 wxTextCtrl * _arg0;
7207 wxWindow * _arg1;
7208 wxWindowID _arg2;
7209 wxString * _arg3 = (wxString *) &wxPyEmptyString;
7210 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
7211 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
7212 long _arg6 = (long ) 0;
7213 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
7214 wxString * _arg8 = (wxString *) &wxPyTextCtrlNameStr;
7215 PyObject * _argo0 = 0;
7216 PyObject * _argo1 = 0;
7217 PyObject * _obj3 = 0;
7218 wxPoint temp;
7219 PyObject * _obj4 = 0;
7220 wxSize temp0;
7221 PyObject * _obj5 = 0;
7222 PyObject * _argo7 = 0;
7223 PyObject * _obj8 = 0;
7224 char *_kwnames[] = { "self","parent","id","value","pos","size","style","validator","name", NULL };
7225
7226 self = self;
7227 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxTextCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
7228 return NULL;
7229 if (_argo0) {
7230 if (_argo0 == Py_None) { _arg0 = NULL; }
7231 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7232 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Create. Expected _wxTextCtrl_p.");
7233 return NULL;
7234 }
7235 }
7236 if (_argo1) {
7237 if (_argo1 == Py_None) { _arg1 = NULL; }
7238 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
7239 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_Create. Expected _wxWindow_p.");
7240 return NULL;
7241 }
7242 }
7243 if (_obj3)
7244 {
7245 _arg3 = wxString_in_helper(_obj3);
7246 if (_arg3 == NULL)
7247 return NULL;
7248 }
7249 if (_obj4)
7250 {
7251 _arg4 = &temp;
7252 if (! wxPoint_helper(_obj4, &_arg4))
7253 return NULL;
7254 }
7255 if (_obj5)
7256 {
7257 _arg5 = &temp0;
7258 if (! wxSize_helper(_obj5, &_arg5))
7259 return NULL;
7260 }
7261 if (_argo7) {
7262 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
7263 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxTextCtrl_Create. Expected _wxValidator_p.");
7264 return NULL;
7265 }
7266 }
7267 if (_obj8)
7268 {
7269 _arg8 = wxString_in_helper(_obj8);
7270 if (_arg8 == NULL)
7271 return NULL;
7272 }
7273 {
7274 PyThreadState* __tstate = wxPyBeginAllowThreads();
7275 _result = (bool )wxTextCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
7276
7277 wxPyEndAllowThreads(__tstate);
7278 if (PyErr_Occurred()) return NULL;
7279 } _resultobj = Py_BuildValue("i",_result);
7280 {
7281 if (_obj3)
7282 delete _arg3;
7283 }
7284 {
7285 if (_obj8)
7286 delete _arg8;
7287 }
7288 return _resultobj;
7289 }
7290
7291 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
7292 static PyObject *_wrap_wxTextCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
7293 PyObject * _resultobj;
7294 wxString * _result;
7295 wxTextCtrl * _arg0;
7296 PyObject * _argo0 = 0;
7297 char *_kwnames[] = { "self", NULL };
7298
7299 self = self;
7300 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetValue",_kwnames,&_argo0))
7301 return NULL;
7302 if (_argo0) {
7303 if (_argo0 == Py_None) { _arg0 = NULL; }
7304 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7305 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
7306 return NULL;
7307 }
7308 }
7309 {
7310 PyThreadState* __tstate = wxPyBeginAllowThreads();
7311 _result = new wxString (wxTextCtrl_GetValue(_arg0));
7312
7313 wxPyEndAllowThreads(__tstate);
7314 if (PyErr_Occurred()) return NULL;
7315 }{
7316 #if wxUSE_UNICODE
7317 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7318 #else
7319 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7320 #endif
7321 }
7322 {
7323 delete _result;
7324 }
7325 return _resultobj;
7326 }
7327
7328 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
7329 static PyObject *_wrap_wxTextCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
7330 PyObject * _resultobj;
7331 wxTextCtrl * _arg0;
7332 wxString * _arg1;
7333 PyObject * _argo0 = 0;
7334 PyObject * _obj1 = 0;
7335 char *_kwnames[] = { "self","value", NULL };
7336
7337 self = self;
7338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetValue",_kwnames,&_argo0,&_obj1))
7339 return NULL;
7340 if (_argo0) {
7341 if (_argo0 == Py_None) { _arg0 = NULL; }
7342 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7343 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
7344 return NULL;
7345 }
7346 }
7347 {
7348 _arg1 = wxString_in_helper(_obj1);
7349 if (_arg1 == NULL)
7350 return NULL;
7351 }
7352 {
7353 PyThreadState* __tstate = wxPyBeginAllowThreads();
7354 wxTextCtrl_SetValue(_arg0,*_arg1);
7355
7356 wxPyEndAllowThreads(__tstate);
7357 if (PyErr_Occurred()) return NULL;
7358 } Py_INCREF(Py_None);
7359 _resultobj = Py_None;
7360 {
7361 if (_obj1)
7362 delete _arg1;
7363 }
7364 return _resultobj;
7365 }
7366
7367 #define wxTextCtrl_GetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetRange(_swigarg0,_swigarg1))
7368 static PyObject *_wrap_wxTextCtrl_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
7369 PyObject * _resultobj;
7370 wxString * _result;
7371 wxTextCtrl * _arg0;
7372 long _arg1;
7373 long _arg2;
7374 PyObject * _argo0 = 0;
7375 char *_kwnames[] = { "self","from","to", NULL };
7376
7377 self = self;
7378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_GetRange",_kwnames,&_argo0,&_arg1,&_arg2))
7379 return NULL;
7380 if (_argo0) {
7381 if (_argo0 == Py_None) { _arg0 = NULL; }
7382 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7383 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetRange. Expected _wxTextCtrl_p.");
7384 return NULL;
7385 }
7386 }
7387 {
7388 PyThreadState* __tstate = wxPyBeginAllowThreads();
7389 _result = new wxString (wxTextCtrl_GetRange(_arg0,_arg1,_arg2));
7390
7391 wxPyEndAllowThreads(__tstate);
7392 if (PyErr_Occurred()) return NULL;
7393 }{
7394 #if wxUSE_UNICODE
7395 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7396 #else
7397 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7398 #endif
7399 }
7400 {
7401 delete _result;
7402 }
7403 return _resultobj;
7404 }
7405
7406 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
7407 static PyObject *_wrap_wxTextCtrl_GetLineLength(PyObject *self, PyObject *args, PyObject *kwargs) {
7408 PyObject * _resultobj;
7409 int _result;
7410 wxTextCtrl * _arg0;
7411 long _arg1;
7412 PyObject * _argo0 = 0;
7413 char *_kwnames[] = { "self","lineNo", NULL };
7414
7415 self = self;
7416 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineLength",_kwnames,&_argo0,&_arg1))
7417 return NULL;
7418 if (_argo0) {
7419 if (_argo0 == Py_None) { _arg0 = NULL; }
7420 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7421 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
7422 return NULL;
7423 }
7424 }
7425 {
7426 PyThreadState* __tstate = wxPyBeginAllowThreads();
7427 _result = (int )wxTextCtrl_GetLineLength(_arg0,_arg1);
7428
7429 wxPyEndAllowThreads(__tstate);
7430 if (PyErr_Occurred()) return NULL;
7431 } _resultobj = Py_BuildValue("i",_result);
7432 return _resultobj;
7433 }
7434
7435 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
7436 static PyObject *_wrap_wxTextCtrl_GetLineText(PyObject *self, PyObject *args, PyObject *kwargs) {
7437 PyObject * _resultobj;
7438 wxString * _result;
7439 wxTextCtrl * _arg0;
7440 long _arg1;
7441 PyObject * _argo0 = 0;
7442 char *_kwnames[] = { "self","lineNo", NULL };
7443
7444 self = self;
7445 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineText",_kwnames,&_argo0,&_arg1))
7446 return NULL;
7447 if (_argo0) {
7448 if (_argo0 == Py_None) { _arg0 = NULL; }
7449 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7450 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
7451 return NULL;
7452 }
7453 }
7454 {
7455 PyThreadState* __tstate = wxPyBeginAllowThreads();
7456 _result = new wxString (wxTextCtrl_GetLineText(_arg0,_arg1));
7457
7458 wxPyEndAllowThreads(__tstate);
7459 if (PyErr_Occurred()) return NULL;
7460 }{
7461 #if wxUSE_UNICODE
7462 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7463 #else
7464 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7465 #endif
7466 }
7467 {
7468 delete _result;
7469 }
7470 return _resultobj;
7471 }
7472
7473 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
7474 static PyObject *_wrap_wxTextCtrl_GetNumberOfLines(PyObject *self, PyObject *args, PyObject *kwargs) {
7475 PyObject * _resultobj;
7476 int _result;
7477 wxTextCtrl * _arg0;
7478 PyObject * _argo0 = 0;
7479 char *_kwnames[] = { "self", NULL };
7480
7481 self = self;
7482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetNumberOfLines",_kwnames,&_argo0))
7483 return NULL;
7484 if (_argo0) {
7485 if (_argo0 == Py_None) { _arg0 = NULL; }
7486 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7487 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
7488 return NULL;
7489 }
7490 }
7491 {
7492 PyThreadState* __tstate = wxPyBeginAllowThreads();
7493 _result = (int )wxTextCtrl_GetNumberOfLines(_arg0);
7494
7495 wxPyEndAllowThreads(__tstate);
7496 if (PyErr_Occurred()) return NULL;
7497 } _resultobj = Py_BuildValue("i",_result);
7498 return _resultobj;
7499 }
7500
7501 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
7502 static PyObject *_wrap_wxTextCtrl_IsModified(PyObject *self, PyObject *args, PyObject *kwargs) {
7503 PyObject * _resultobj;
7504 bool _result;
7505 wxTextCtrl * _arg0;
7506 PyObject * _argo0 = 0;
7507 char *_kwnames[] = { "self", NULL };
7508
7509 self = self;
7510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsModified",_kwnames,&_argo0))
7511 return NULL;
7512 if (_argo0) {
7513 if (_argo0 == Py_None) { _arg0 = NULL; }
7514 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7515 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
7516 return NULL;
7517 }
7518 }
7519 {
7520 PyThreadState* __tstate = wxPyBeginAllowThreads();
7521 _result = (bool )wxTextCtrl_IsModified(_arg0);
7522
7523 wxPyEndAllowThreads(__tstate);
7524 if (PyErr_Occurred()) return NULL;
7525 } _resultobj = Py_BuildValue("i",_result);
7526 return _resultobj;
7527 }
7528
7529 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
7530 static PyObject *_wrap_wxTextCtrl_IsEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
7531 PyObject * _resultobj;
7532 bool _result;
7533 wxTextCtrl * _arg0;
7534 PyObject * _argo0 = 0;
7535 char *_kwnames[] = { "self", NULL };
7536
7537 self = self;
7538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsEditable",_kwnames,&_argo0))
7539 return NULL;
7540 if (_argo0) {
7541 if (_argo0 == Py_None) { _arg0 = NULL; }
7542 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7543 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
7544 return NULL;
7545 }
7546 }
7547 {
7548 PyThreadState* __tstate = wxPyBeginAllowThreads();
7549 _result = (bool )wxTextCtrl_IsEditable(_arg0);
7550
7551 wxPyEndAllowThreads(__tstate);
7552 if (PyErr_Occurred()) return NULL;
7553 } _resultobj = Py_BuildValue("i",_result);
7554 return _resultobj;
7555 }
7556
7557 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
7558 static PyObject *_wrap_wxTextCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7559 PyObject * _resultobj;
7560 wxTextCtrl * _arg0;
7561 long * _arg1;
7562 long temp;
7563 long * _arg2;
7564 long temp0;
7565 PyObject * _argo0 = 0;
7566 char *_kwnames[] = { "self", NULL };
7567
7568 self = self;
7569 {
7570 _arg1 = &temp;
7571 }
7572 {
7573 _arg2 = &temp0;
7574 }
7575 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetSelection",_kwnames,&_argo0))
7576 return NULL;
7577 if (_argo0) {
7578 if (_argo0 == Py_None) { _arg0 = NULL; }
7579 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7580 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
7581 return NULL;
7582 }
7583 }
7584 {
7585 PyThreadState* __tstate = wxPyBeginAllowThreads();
7586 wxTextCtrl_GetSelection(_arg0,_arg1,_arg2);
7587
7588 wxPyEndAllowThreads(__tstate);
7589 if (PyErr_Occurred()) return NULL;
7590 } Py_INCREF(Py_None);
7591 _resultobj = Py_None;
7592 {
7593 PyObject *o;
7594 o = PyInt_FromLong((long) (*_arg1));
7595 _resultobj = t_output_helper(_resultobj, o);
7596 }
7597 {
7598 PyObject *o;
7599 o = PyInt_FromLong((long) (*_arg2));
7600 _resultobj = t_output_helper(_resultobj, o);
7601 }
7602 return _resultobj;
7603 }
7604
7605 #define wxTextCtrl_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
7606 static PyObject *_wrap_wxTextCtrl_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7607 PyObject * _resultobj;
7608 wxString * _result;
7609 wxTextCtrl * _arg0;
7610 PyObject * _argo0 = 0;
7611 char *_kwnames[] = { "self", NULL };
7612
7613 self = self;
7614 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetStringSelection",_kwnames,&_argo0))
7615 return NULL;
7616 if (_argo0) {
7617 if (_argo0 == Py_None) { _arg0 = NULL; }
7618 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7619 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetStringSelection. Expected _wxTextCtrl_p.");
7620 return NULL;
7621 }
7622 }
7623 {
7624 PyThreadState* __tstate = wxPyBeginAllowThreads();
7625 _result = new wxString (wxTextCtrl_GetStringSelection(_arg0));
7626
7627 wxPyEndAllowThreads(__tstate);
7628 if (PyErr_Occurred()) return NULL;
7629 }{
7630 #if wxUSE_UNICODE
7631 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7632 #else
7633 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7634 #endif
7635 }
7636 {
7637 delete _result;
7638 }
7639 return _resultobj;
7640 }
7641
7642 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
7643 static PyObject *_wrap_wxTextCtrl_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
7644 PyObject * _resultobj;
7645 wxTextCtrl * _arg0;
7646 PyObject * _argo0 = 0;
7647 char *_kwnames[] = { "self", NULL };
7648
7649 self = self;
7650 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Clear",_kwnames,&_argo0))
7651 return NULL;
7652 if (_argo0) {
7653 if (_argo0 == Py_None) { _arg0 = NULL; }
7654 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7655 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
7656 return NULL;
7657 }
7658 }
7659 {
7660 PyThreadState* __tstate = wxPyBeginAllowThreads();
7661 wxTextCtrl_Clear(_arg0);
7662
7663 wxPyEndAllowThreads(__tstate);
7664 if (PyErr_Occurred()) return NULL;
7665 } Py_INCREF(Py_None);
7666 _resultobj = Py_None;
7667 return _resultobj;
7668 }
7669
7670 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
7671 static PyObject *_wrap_wxTextCtrl_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
7672 PyObject * _resultobj;
7673 wxTextCtrl * _arg0;
7674 long _arg1;
7675 long _arg2;
7676 wxString * _arg3;
7677 PyObject * _argo0 = 0;
7678 PyObject * _obj3 = 0;
7679 char *_kwnames[] = { "self","from","to","value", NULL };
7680
7681 self = self;
7682 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
7683 return NULL;
7684 if (_argo0) {
7685 if (_argo0 == Py_None) { _arg0 = NULL; }
7686 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7687 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
7688 return NULL;
7689 }
7690 }
7691 {
7692 _arg3 = wxString_in_helper(_obj3);
7693 if (_arg3 == NULL)
7694 return NULL;
7695 }
7696 {
7697 PyThreadState* __tstate = wxPyBeginAllowThreads();
7698 wxTextCtrl_Replace(_arg0,_arg1,_arg2,*_arg3);
7699
7700 wxPyEndAllowThreads(__tstate);
7701 if (PyErr_Occurred()) return NULL;
7702 } Py_INCREF(Py_None);
7703 _resultobj = Py_None;
7704 {
7705 if (_obj3)
7706 delete _arg3;
7707 }
7708 return _resultobj;
7709 }
7710
7711 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
7712 static PyObject *_wrap_wxTextCtrl_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
7713 PyObject * _resultobj;
7714 wxTextCtrl * _arg0;
7715 long _arg1;
7716 long _arg2;
7717 PyObject * _argo0 = 0;
7718 char *_kwnames[] = { "self","from","to", NULL };
7719
7720 self = self;
7721 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
7722 return NULL;
7723 if (_argo0) {
7724 if (_argo0 == Py_None) { _arg0 = NULL; }
7725 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7726 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
7727 return NULL;
7728 }
7729 }
7730 {
7731 PyThreadState* __tstate = wxPyBeginAllowThreads();
7732 wxTextCtrl_Remove(_arg0,_arg1,_arg2);
7733
7734 wxPyEndAllowThreads(__tstate);
7735 if (PyErr_Occurred()) return NULL;
7736 } Py_INCREF(Py_None);
7737 _resultobj = Py_None;
7738 return _resultobj;
7739 }
7740
7741 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
7742 static PyObject *_wrap_wxTextCtrl_LoadFile(PyObject *self, PyObject *args, PyObject *kwargs) {
7743 PyObject * _resultobj;
7744 bool _result;
7745 wxTextCtrl * _arg0;
7746 wxString * _arg1;
7747 PyObject * _argo0 = 0;
7748 PyObject * _obj1 = 0;
7749 char *_kwnames[] = { "self","file", NULL };
7750
7751 self = self;
7752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_LoadFile",_kwnames,&_argo0,&_obj1))
7753 return NULL;
7754 if (_argo0) {
7755 if (_argo0 == Py_None) { _arg0 = NULL; }
7756 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7757 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
7758 return NULL;
7759 }
7760 }
7761 {
7762 _arg1 = wxString_in_helper(_obj1);
7763 if (_arg1 == NULL)
7764 return NULL;
7765 }
7766 {
7767 PyThreadState* __tstate = wxPyBeginAllowThreads();
7768 _result = (bool )wxTextCtrl_LoadFile(_arg0,*_arg1);
7769
7770 wxPyEndAllowThreads(__tstate);
7771 if (PyErr_Occurred()) return NULL;
7772 } _resultobj = Py_BuildValue("i",_result);
7773 {
7774 if (_obj1)
7775 delete _arg1;
7776 }
7777 return _resultobj;
7778 }
7779
7780 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
7781 static PyObject *_wrap_wxTextCtrl_SaveFile(PyObject *self, PyObject *args, PyObject *kwargs) {
7782 PyObject * _resultobj;
7783 bool _result;
7784 wxTextCtrl * _arg0;
7785 wxString * _arg1 = (wxString *) &wxPyEmptyString;
7786 PyObject * _argo0 = 0;
7787 PyObject * _obj1 = 0;
7788 char *_kwnames[] = { "self","file", NULL };
7789
7790 self = self;
7791 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:wxTextCtrl_SaveFile",_kwnames,&_argo0,&_obj1))
7792 return NULL;
7793 if (_argo0) {
7794 if (_argo0 == Py_None) { _arg0 = NULL; }
7795 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7796 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
7797 return NULL;
7798 }
7799 }
7800 if (_obj1)
7801 {
7802 _arg1 = wxString_in_helper(_obj1);
7803 if (_arg1 == NULL)
7804 return NULL;
7805 }
7806 {
7807 PyThreadState* __tstate = wxPyBeginAllowThreads();
7808 _result = (bool )wxTextCtrl_SaveFile(_arg0,*_arg1);
7809
7810 wxPyEndAllowThreads(__tstate);
7811 if (PyErr_Occurred()) return NULL;
7812 } _resultobj = Py_BuildValue("i",_result);
7813 {
7814 if (_obj1)
7815 delete _arg1;
7816 }
7817 return _resultobj;
7818 }
7819
7820 #define wxTextCtrl_MarkDirty(_swigobj) (_swigobj->MarkDirty())
7821 static PyObject *_wrap_wxTextCtrl_MarkDirty(PyObject *self, PyObject *args, PyObject *kwargs) {
7822 PyObject * _resultobj;
7823 wxTextCtrl * _arg0;
7824 PyObject * _argo0 = 0;
7825 char *_kwnames[] = { "self", NULL };
7826
7827 self = self;
7828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_MarkDirty",_kwnames,&_argo0))
7829 return NULL;
7830 if (_argo0) {
7831 if (_argo0 == Py_None) { _arg0 = NULL; }
7832 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7833 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_MarkDirty. Expected _wxTextCtrl_p.");
7834 return NULL;
7835 }
7836 }
7837 {
7838 PyThreadState* __tstate = wxPyBeginAllowThreads();
7839 wxTextCtrl_MarkDirty(_arg0);
7840
7841 wxPyEndAllowThreads(__tstate);
7842 if (PyErr_Occurred()) return NULL;
7843 } Py_INCREF(Py_None);
7844 _resultobj = Py_None;
7845 return _resultobj;
7846 }
7847
7848 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
7849 static PyObject *_wrap_wxTextCtrl_DiscardEdits(PyObject *self, PyObject *args, PyObject *kwargs) {
7850 PyObject * _resultobj;
7851 wxTextCtrl * _arg0;
7852 PyObject * _argo0 = 0;
7853 char *_kwnames[] = { "self", NULL };
7854
7855 self = self;
7856 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_DiscardEdits",_kwnames,&_argo0))
7857 return NULL;
7858 if (_argo0) {
7859 if (_argo0 == Py_None) { _arg0 = NULL; }
7860 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7861 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
7862 return NULL;
7863 }
7864 }
7865 {
7866 PyThreadState* __tstate = wxPyBeginAllowThreads();
7867 wxTextCtrl_DiscardEdits(_arg0);
7868
7869 wxPyEndAllowThreads(__tstate);
7870 if (PyErr_Occurred()) return NULL;
7871 } Py_INCREF(Py_None);
7872 _resultobj = Py_None;
7873 return _resultobj;
7874 }
7875
7876 #define wxTextCtrl_SetMaxLength(_swigobj,_swigarg0) (_swigobj->SetMaxLength(_swigarg0))
7877 static PyObject *_wrap_wxTextCtrl_SetMaxLength(PyObject *self, PyObject *args, PyObject *kwargs) {
7878 PyObject * _resultobj;
7879 wxTextCtrl * _arg0;
7880 unsigned long _arg1;
7881 PyObject * _argo0 = 0;
7882 char *_kwnames[] = { "self","len", NULL };
7883
7884 self = self;
7885 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetMaxLength",_kwnames,&_argo0,&_arg1))
7886 return NULL;
7887 if (_argo0) {
7888 if (_argo0 == Py_None) { _arg0 = NULL; }
7889 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7890 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetMaxLength. Expected _wxTextCtrl_p.");
7891 return NULL;
7892 }
7893 }
7894 {
7895 PyThreadState* __tstate = wxPyBeginAllowThreads();
7896 wxTextCtrl_SetMaxLength(_arg0,_arg1);
7897
7898 wxPyEndAllowThreads(__tstate);
7899 if (PyErr_Occurred()) return NULL;
7900 } Py_INCREF(Py_None);
7901 _resultobj = Py_None;
7902 return _resultobj;
7903 }
7904
7905 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
7906 static PyObject *_wrap_wxTextCtrl_WriteText(PyObject *self, PyObject *args, PyObject *kwargs) {
7907 PyObject * _resultobj;
7908 wxTextCtrl * _arg0;
7909 wxString * _arg1;
7910 PyObject * _argo0 = 0;
7911 PyObject * _obj1 = 0;
7912 char *_kwnames[] = { "self","text", NULL };
7913
7914 self = self;
7915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_WriteText",_kwnames,&_argo0,&_obj1))
7916 return NULL;
7917 if (_argo0) {
7918 if (_argo0 == Py_None) { _arg0 = NULL; }
7919 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7920 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
7921 return NULL;
7922 }
7923 }
7924 {
7925 _arg1 = wxString_in_helper(_obj1);
7926 if (_arg1 == NULL)
7927 return NULL;
7928 }
7929 {
7930 PyThreadState* __tstate = wxPyBeginAllowThreads();
7931 wxTextCtrl_WriteText(_arg0,*_arg1);
7932
7933 wxPyEndAllowThreads(__tstate);
7934 if (PyErr_Occurred()) return NULL;
7935 } Py_INCREF(Py_None);
7936 _resultobj = Py_None;
7937 {
7938 if (_obj1)
7939 delete _arg1;
7940 }
7941 return _resultobj;
7942 }
7943
7944 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
7945 static PyObject *_wrap_wxTextCtrl_AppendText(PyObject *self, PyObject *args, PyObject *kwargs) {
7946 PyObject * _resultobj;
7947 wxTextCtrl * _arg0;
7948 wxString * _arg1;
7949 PyObject * _argo0 = 0;
7950 PyObject * _obj1 = 0;
7951 char *_kwnames[] = { "self","text", NULL };
7952
7953 self = self;
7954 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_AppendText",_kwnames,&_argo0,&_obj1))
7955 return NULL;
7956 if (_argo0) {
7957 if (_argo0 == Py_None) { _arg0 = NULL; }
7958 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7959 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
7960 return NULL;
7961 }
7962 }
7963 {
7964 _arg1 = wxString_in_helper(_obj1);
7965 if (_arg1 == NULL)
7966 return NULL;
7967 }
7968 {
7969 PyThreadState* __tstate = wxPyBeginAllowThreads();
7970 wxTextCtrl_AppendText(_arg0,*_arg1);
7971
7972 wxPyEndAllowThreads(__tstate);
7973 if (PyErr_Occurred()) return NULL;
7974 } Py_INCREF(Py_None);
7975 _resultobj = Py_None;
7976 {
7977 if (_obj1)
7978 delete _arg1;
7979 }
7980 return _resultobj;
7981 }
7982
7983 #define wxTextCtrl_EmulateKeyPress(_swigobj,_swigarg0) (_swigobj->EmulateKeyPress(_swigarg0))
7984 static PyObject *_wrap_wxTextCtrl_EmulateKeyPress(PyObject *self, PyObject *args, PyObject *kwargs) {
7985 PyObject * _resultobj;
7986 bool _result;
7987 wxTextCtrl * _arg0;
7988 wxKeyEvent * _arg1;
7989 PyObject * _argo0 = 0;
7990 PyObject * _argo1 = 0;
7991 char *_kwnames[] = { "self","event", NULL };
7992
7993 self = self;
7994 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_EmulateKeyPress",_kwnames,&_argo0,&_argo1))
7995 return NULL;
7996 if (_argo0) {
7997 if (_argo0 == Py_None) { _arg0 = NULL; }
7998 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7999 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_EmulateKeyPress. Expected _wxTextCtrl_p.");
8000 return NULL;
8001 }
8002 }
8003 if (_argo1) {
8004 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxKeyEvent_p")) {
8005 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_EmulateKeyPress. Expected _wxKeyEvent_p.");
8006 return NULL;
8007 }
8008 }
8009 {
8010 PyThreadState* __tstate = wxPyBeginAllowThreads();
8011 _result = (bool )wxTextCtrl_EmulateKeyPress(_arg0,*_arg1);
8012
8013 wxPyEndAllowThreads(__tstate);
8014 if (PyErr_Occurred()) return NULL;
8015 } _resultobj = Py_BuildValue("i",_result);
8016 return _resultobj;
8017 }
8018
8019 #define wxTextCtrl_SetStyle(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetStyle(_swigarg0,_swigarg1,_swigarg2))
8020 static PyObject *_wrap_wxTextCtrl_SetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8021 PyObject * _resultobj;
8022 bool _result;
8023 wxTextCtrl * _arg0;
8024 long _arg1;
8025 long _arg2;
8026 wxTextAttr * _arg3;
8027 PyObject * _argo0 = 0;
8028 PyObject * _argo3 = 0;
8029 char *_kwnames[] = { "self","start","end","style", NULL };
8030
8031 self = self;
8032 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_SetStyle",_kwnames,&_argo0,&_arg1,&_arg2,&_argo3))
8033 return NULL;
8034 if (_argo0) {
8035 if (_argo0 == Py_None) { _arg0 = NULL; }
8036 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8037 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetStyle. Expected _wxTextCtrl_p.");
8038 return NULL;
8039 }
8040 }
8041 if (_argo3) {
8042 if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxTextAttr_p")) {
8043 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxTextCtrl_SetStyle. Expected _wxTextAttr_p.");
8044 return NULL;
8045 }
8046 }
8047 {
8048 PyThreadState* __tstate = wxPyBeginAllowThreads();
8049 _result = (bool )wxTextCtrl_SetStyle(_arg0,_arg1,_arg2,*_arg3);
8050
8051 wxPyEndAllowThreads(__tstate);
8052 if (PyErr_Occurred()) return NULL;
8053 } _resultobj = Py_BuildValue("i",_result);
8054 return _resultobj;
8055 }
8056
8057 #define wxTextCtrl_SetDefaultStyle(_swigobj,_swigarg0) (_swigobj->SetDefaultStyle(_swigarg0))
8058 static PyObject *_wrap_wxTextCtrl_SetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8059 PyObject * _resultobj;
8060 bool _result;
8061 wxTextCtrl * _arg0;
8062 wxTextAttr * _arg1;
8063 PyObject * _argo0 = 0;
8064 PyObject * _argo1 = 0;
8065 char *_kwnames[] = { "self","style", NULL };
8066
8067 self = self;
8068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetDefaultStyle",_kwnames,&_argo0,&_argo1))
8069 return NULL;
8070 if (_argo0) {
8071 if (_argo0 == Py_None) { _arg0 = NULL; }
8072 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8073 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetDefaultStyle. Expected _wxTextCtrl_p.");
8074 return NULL;
8075 }
8076 }
8077 if (_argo1) {
8078 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
8079 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_SetDefaultStyle. Expected _wxTextAttr_p.");
8080 return NULL;
8081 }
8082 }
8083 {
8084 PyThreadState* __tstate = wxPyBeginAllowThreads();
8085 _result = (bool )wxTextCtrl_SetDefaultStyle(_arg0,*_arg1);
8086
8087 wxPyEndAllowThreads(__tstate);
8088 if (PyErr_Occurred()) return NULL;
8089 } _resultobj = Py_BuildValue("i",_result);
8090 return _resultobj;
8091 }
8092
8093 #define wxTextCtrl_GetDefaultStyle(_swigobj) (_swigobj->GetDefaultStyle())
8094 static PyObject *_wrap_wxTextCtrl_GetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8095 PyObject * _resultobj;
8096 wxTextAttr * _result;
8097 wxTextCtrl * _arg0;
8098 PyObject * _argo0 = 0;
8099 char *_kwnames[] = { "self", NULL };
8100 char _ptemp[128];
8101
8102 self = self;
8103 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetDefaultStyle",_kwnames,&_argo0))
8104 return NULL;
8105 if (_argo0) {
8106 if (_argo0 == Py_None) { _arg0 = NULL; }
8107 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8108 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetDefaultStyle. Expected _wxTextCtrl_p.");
8109 return NULL;
8110 }
8111 }
8112 {
8113 PyThreadState* __tstate = wxPyBeginAllowThreads();
8114 const wxTextAttr & _result_ref = wxTextCtrl_GetDefaultStyle(_arg0);
8115 _result = (wxTextAttr *) &_result_ref;
8116
8117 wxPyEndAllowThreads(__tstate);
8118 if (PyErr_Occurred()) return NULL;
8119 } if (_result) {
8120 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
8121 _resultobj = Py_BuildValue("s",_ptemp);
8122 } else {
8123 Py_INCREF(Py_None);
8124 _resultobj = Py_None;
8125 }
8126 return _resultobj;
8127 }
8128
8129 #define wxTextCtrl_GetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetStyle(_swigarg0,_swigarg1))
8130 static PyObject *_wrap_wxTextCtrl_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8131 PyObject * _resultobj;
8132 bool _result;
8133 wxTextCtrl * _arg0;
8134 long _arg1;
8135 wxTextAttr * _arg2;
8136 PyObject * _argo0 = 0;
8137 PyObject * _argo2 = 0;
8138 char *_kwnames[] = { "self","position","style", NULL };
8139
8140 self = self;
8141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxTextCtrl_GetStyle",_kwnames,&_argo0,&_arg1,&_argo2))
8142 return NULL;
8143 if (_argo0) {
8144 if (_argo0 == Py_None) { _arg0 = NULL; }
8145 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8146 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetStyle. Expected _wxTextCtrl_p.");
8147 return NULL;
8148 }
8149 }
8150 if (_argo2) {
8151 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxTextAttr_p")) {
8152 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTextCtrl_GetStyle. Expected _wxTextAttr_p.");
8153 return NULL;
8154 }
8155 }
8156 {
8157 PyThreadState* __tstate = wxPyBeginAllowThreads();
8158 _result = (bool )wxTextCtrl_GetStyle(_arg0,_arg1,*_arg2);
8159
8160 wxPyEndAllowThreads(__tstate);
8161 if (PyErr_Occurred()) return NULL;
8162 } _resultobj = Py_BuildValue("i",_result);
8163 return _resultobj;
8164 }
8165
8166 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
8167 static PyObject *_wrap_wxTextCtrl_XYToPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8168 PyObject * _resultobj;
8169 long _result;
8170 wxTextCtrl * _arg0;
8171 long _arg1;
8172 long _arg2;
8173 PyObject * _argo0 = 0;
8174 char *_kwnames[] = { "self","x","y", NULL };
8175
8176 self = self;
8177 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_XYToPosition",_kwnames,&_argo0,&_arg1,&_arg2))
8178 return NULL;
8179 if (_argo0) {
8180 if (_argo0 == Py_None) { _arg0 = NULL; }
8181 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8182 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
8183 return NULL;
8184 }
8185 }
8186 {
8187 PyThreadState* __tstate = wxPyBeginAllowThreads();
8188 _result = (long )wxTextCtrl_XYToPosition(_arg0,_arg1,_arg2);
8189
8190 wxPyEndAllowThreads(__tstate);
8191 if (PyErr_Occurred()) return NULL;
8192 } _resultobj = Py_BuildValue("l",_result);
8193 return _resultobj;
8194 }
8195
8196 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
8197 static PyObject *_wrap_wxTextCtrl_PositionToXY(PyObject *self, PyObject *args, PyObject *kwargs) {
8198 PyObject * _resultobj;
8199 wxTextCtrl * _arg0;
8200 long _arg1;
8201 long * _arg2;
8202 long temp;
8203 long * _arg3;
8204 long temp0;
8205 PyObject * _argo0 = 0;
8206 char *_kwnames[] = { "self","pos", NULL };
8207
8208 self = self;
8209 {
8210 _arg2 = &temp;
8211 }
8212 {
8213 _arg3 = &temp0;
8214 }
8215 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_PositionToXY",_kwnames,&_argo0,&_arg1))
8216 return NULL;
8217 if (_argo0) {
8218 if (_argo0 == Py_None) { _arg0 = NULL; }
8219 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8220 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
8221 return NULL;
8222 }
8223 }
8224 {
8225 PyThreadState* __tstate = wxPyBeginAllowThreads();
8226 wxTextCtrl_PositionToXY(_arg0,_arg1,_arg2,_arg3);
8227
8228 wxPyEndAllowThreads(__tstate);
8229 if (PyErr_Occurred()) return NULL;
8230 } Py_INCREF(Py_None);
8231 _resultobj = Py_None;
8232 {
8233 PyObject *o;
8234 o = PyInt_FromLong((long) (*_arg2));
8235 _resultobj = t_output_helper(_resultobj, o);
8236 }
8237 {
8238 PyObject *o;
8239 o = PyInt_FromLong((long) (*_arg3));
8240 _resultobj = t_output_helper(_resultobj, o);
8241 }
8242 return _resultobj;
8243 }
8244
8245 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
8246 static PyObject *_wrap_wxTextCtrl_ShowPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8247 PyObject * _resultobj;
8248 wxTextCtrl * _arg0;
8249 long _arg1;
8250 PyObject * _argo0 = 0;
8251 char *_kwnames[] = { "self","pos", NULL };
8252
8253 self = self;
8254 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_ShowPosition",_kwnames,&_argo0,&_arg1))
8255 return NULL;
8256 if (_argo0) {
8257 if (_argo0 == Py_None) { _arg0 = NULL; }
8258 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8259 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
8260 return NULL;
8261 }
8262 }
8263 {
8264 PyThreadState* __tstate = wxPyBeginAllowThreads();
8265 wxTextCtrl_ShowPosition(_arg0,_arg1);
8266
8267 wxPyEndAllowThreads(__tstate);
8268 if (PyErr_Occurred()) return NULL;
8269 } Py_INCREF(Py_None);
8270 _resultobj = Py_None;
8271 return _resultobj;
8272 }
8273
8274 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
8275 static PyObject *_wrap_wxTextCtrl_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
8276 PyObject * _resultobj;
8277 wxTextCtrl * _arg0;
8278 PyObject * _argo0 = 0;
8279 char *_kwnames[] = { "self", NULL };
8280
8281 self = self;
8282 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Copy",_kwnames,&_argo0))
8283 return NULL;
8284 if (_argo0) {
8285 if (_argo0 == Py_None) { _arg0 = NULL; }
8286 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8287 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
8288 return NULL;
8289 }
8290 }
8291 {
8292 PyThreadState* __tstate = wxPyBeginAllowThreads();
8293 wxTextCtrl_Copy(_arg0);
8294
8295 wxPyEndAllowThreads(__tstate);
8296 if (PyErr_Occurred()) return NULL;
8297 } Py_INCREF(Py_None);
8298 _resultobj = Py_None;
8299 return _resultobj;
8300 }
8301
8302 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
8303 static PyObject *_wrap_wxTextCtrl_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
8304 PyObject * _resultobj;
8305 wxTextCtrl * _arg0;
8306 PyObject * _argo0 = 0;
8307 char *_kwnames[] = { "self", NULL };
8308
8309 self = self;
8310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Cut",_kwnames,&_argo0))
8311 return NULL;
8312 if (_argo0) {
8313 if (_argo0 == Py_None) { _arg0 = NULL; }
8314 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8315 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
8316 return NULL;
8317 }
8318 }
8319 {
8320 PyThreadState* __tstate = wxPyBeginAllowThreads();
8321 wxTextCtrl_Cut(_arg0);
8322
8323 wxPyEndAllowThreads(__tstate);
8324 if (PyErr_Occurred()) return NULL;
8325 } Py_INCREF(Py_None);
8326 _resultobj = Py_None;
8327 return _resultobj;
8328 }
8329
8330 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
8331 static PyObject *_wrap_wxTextCtrl_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
8332 PyObject * _resultobj;
8333 wxTextCtrl * _arg0;
8334 PyObject * _argo0 = 0;
8335 char *_kwnames[] = { "self", NULL };
8336
8337 self = self;
8338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Paste",_kwnames,&_argo0))
8339 return NULL;
8340 if (_argo0) {
8341 if (_argo0 == Py_None) { _arg0 = NULL; }
8342 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8343 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
8344 return NULL;
8345 }
8346 }
8347 {
8348 PyThreadState* __tstate = wxPyBeginAllowThreads();
8349 wxTextCtrl_Paste(_arg0);
8350
8351 wxPyEndAllowThreads(__tstate);
8352 if (PyErr_Occurred()) return NULL;
8353 } Py_INCREF(Py_None);
8354 _resultobj = Py_None;
8355 return _resultobj;
8356 }
8357
8358 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
8359 static PyObject *_wrap_wxTextCtrl_CanCopy(PyObject *self, PyObject *args, PyObject *kwargs) {
8360 PyObject * _resultobj;
8361 bool _result;
8362 wxTextCtrl * _arg0;
8363 PyObject * _argo0 = 0;
8364 char *_kwnames[] = { "self", NULL };
8365
8366 self = self;
8367 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCopy",_kwnames,&_argo0))
8368 return NULL;
8369 if (_argo0) {
8370 if (_argo0 == Py_None) { _arg0 = NULL; }
8371 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8372 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
8373 return NULL;
8374 }
8375 }
8376 {
8377 PyThreadState* __tstate = wxPyBeginAllowThreads();
8378 _result = (bool )wxTextCtrl_CanCopy(_arg0);
8379
8380 wxPyEndAllowThreads(__tstate);
8381 if (PyErr_Occurred()) return NULL;
8382 } _resultobj = Py_BuildValue("i",_result);
8383 return _resultobj;
8384 }
8385
8386 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
8387 static PyObject *_wrap_wxTextCtrl_CanCut(PyObject *self, PyObject *args, PyObject *kwargs) {
8388 PyObject * _resultobj;
8389 bool _result;
8390 wxTextCtrl * _arg0;
8391 PyObject * _argo0 = 0;
8392 char *_kwnames[] = { "self", NULL };
8393
8394 self = self;
8395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCut",_kwnames,&_argo0))
8396 return NULL;
8397 if (_argo0) {
8398 if (_argo0 == Py_None) { _arg0 = NULL; }
8399 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8400 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
8401 return NULL;
8402 }
8403 }
8404 {
8405 PyThreadState* __tstate = wxPyBeginAllowThreads();
8406 _result = (bool )wxTextCtrl_CanCut(_arg0);
8407
8408 wxPyEndAllowThreads(__tstate);
8409 if (PyErr_Occurred()) return NULL;
8410 } _resultobj = Py_BuildValue("i",_result);
8411 return _resultobj;
8412 }
8413
8414 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
8415 static PyObject *_wrap_wxTextCtrl_CanPaste(PyObject *self, PyObject *args, PyObject *kwargs) {
8416 PyObject * _resultobj;
8417 bool _result;
8418 wxTextCtrl * _arg0;
8419 PyObject * _argo0 = 0;
8420 char *_kwnames[] = { "self", NULL };
8421
8422 self = self;
8423 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanPaste",_kwnames,&_argo0))
8424 return NULL;
8425 if (_argo0) {
8426 if (_argo0 == Py_None) { _arg0 = NULL; }
8427 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8428 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
8429 return NULL;
8430 }
8431 }
8432 {
8433 PyThreadState* __tstate = wxPyBeginAllowThreads();
8434 _result = (bool )wxTextCtrl_CanPaste(_arg0);
8435
8436 wxPyEndAllowThreads(__tstate);
8437 if (PyErr_Occurred()) return NULL;
8438 } _resultobj = Py_BuildValue("i",_result);
8439 return _resultobj;
8440 }
8441
8442 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
8443 static PyObject *_wrap_wxTextCtrl_Undo(PyObject *self, PyObject *args, PyObject *kwargs) {
8444 PyObject * _resultobj;
8445 wxTextCtrl * _arg0;
8446 PyObject * _argo0 = 0;
8447 char *_kwnames[] = { "self", NULL };
8448
8449 self = self;
8450 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Undo",_kwnames,&_argo0))
8451 return NULL;
8452 if (_argo0) {
8453 if (_argo0 == Py_None) { _arg0 = NULL; }
8454 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8455 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
8456 return NULL;
8457 }
8458 }
8459 {
8460 PyThreadState* __tstate = wxPyBeginAllowThreads();
8461 wxTextCtrl_Undo(_arg0);
8462
8463 wxPyEndAllowThreads(__tstate);
8464 if (PyErr_Occurred()) return NULL;
8465 } Py_INCREF(Py_None);
8466 _resultobj = Py_None;
8467 return _resultobj;
8468 }
8469
8470 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
8471 static PyObject *_wrap_wxTextCtrl_Redo(PyObject *self, PyObject *args, PyObject *kwargs) {
8472 PyObject * _resultobj;
8473 wxTextCtrl * _arg0;
8474 PyObject * _argo0 = 0;
8475 char *_kwnames[] = { "self", NULL };
8476
8477 self = self;
8478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Redo",_kwnames,&_argo0))
8479 return NULL;
8480 if (_argo0) {
8481 if (_argo0 == Py_None) { _arg0 = NULL; }
8482 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8483 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
8484 return NULL;
8485 }
8486 }
8487 {
8488 PyThreadState* __tstate = wxPyBeginAllowThreads();
8489 wxTextCtrl_Redo(_arg0);
8490
8491 wxPyEndAllowThreads(__tstate);
8492 if (PyErr_Occurred()) return NULL;
8493 } Py_INCREF(Py_None);
8494 _resultobj = Py_None;
8495 return _resultobj;
8496 }
8497
8498 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
8499 static PyObject *_wrap_wxTextCtrl_CanUndo(PyObject *self, PyObject *args, PyObject *kwargs) {
8500 PyObject * _resultobj;
8501 bool _result;
8502 wxTextCtrl * _arg0;
8503 PyObject * _argo0 = 0;
8504 char *_kwnames[] = { "self", NULL };
8505
8506 self = self;
8507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanUndo",_kwnames,&_argo0))
8508 return NULL;
8509 if (_argo0) {
8510 if (_argo0 == Py_None) { _arg0 = NULL; }
8511 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8512 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
8513 return NULL;
8514 }
8515 }
8516 {
8517 PyThreadState* __tstate = wxPyBeginAllowThreads();
8518 _result = (bool )wxTextCtrl_CanUndo(_arg0);
8519
8520 wxPyEndAllowThreads(__tstate);
8521 if (PyErr_Occurred()) return NULL;
8522 } _resultobj = Py_BuildValue("i",_result);
8523 return _resultobj;
8524 }
8525
8526 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
8527 static PyObject *_wrap_wxTextCtrl_CanRedo(PyObject *self, PyObject *args, PyObject *kwargs) {
8528 PyObject * _resultobj;
8529 bool _result;
8530 wxTextCtrl * _arg0;
8531 PyObject * _argo0 = 0;
8532 char *_kwnames[] = { "self", NULL };
8533
8534 self = self;
8535 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanRedo",_kwnames,&_argo0))
8536 return NULL;
8537 if (_argo0) {
8538 if (_argo0 == Py_None) { _arg0 = NULL; }
8539 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8540 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
8541 return NULL;
8542 }
8543 }
8544 {
8545 PyThreadState* __tstate = wxPyBeginAllowThreads();
8546 _result = (bool )wxTextCtrl_CanRedo(_arg0);
8547
8548 wxPyEndAllowThreads(__tstate);
8549 if (PyErr_Occurred()) return NULL;
8550 } _resultobj = Py_BuildValue("i",_result);
8551 return _resultobj;
8552 }
8553
8554 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
8555 static PyObject *_wrap_wxTextCtrl_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8556 PyObject * _resultobj;
8557 wxTextCtrl * _arg0;
8558 long _arg1;
8559 PyObject * _argo0 = 0;
8560 char *_kwnames[] = { "self","pos", NULL };
8561
8562 self = self;
8563 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
8564 return NULL;
8565 if (_argo0) {
8566 if (_argo0 == Py_None) { _arg0 = NULL; }
8567 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8568 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
8569 return NULL;
8570 }
8571 }
8572 {
8573 PyThreadState* __tstate = wxPyBeginAllowThreads();
8574 wxTextCtrl_SetInsertionPoint(_arg0,_arg1);
8575
8576 wxPyEndAllowThreads(__tstate);
8577 if (PyErr_Occurred()) return NULL;
8578 } Py_INCREF(Py_None);
8579 _resultobj = Py_None;
8580 return _resultobj;
8581 }
8582
8583 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
8584 static PyObject *_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
8585 PyObject * _resultobj;
8586 wxTextCtrl * _arg0;
8587 PyObject * _argo0 = 0;
8588 char *_kwnames[] = { "self", NULL };
8589
8590 self = self;
8591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames,&_argo0))
8592 return NULL;
8593 if (_argo0) {
8594 if (_argo0 == Py_None) { _arg0 = NULL; }
8595 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8596 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
8597 return NULL;
8598 }
8599 }
8600 {
8601 PyThreadState* __tstate = wxPyBeginAllowThreads();
8602 wxTextCtrl_SetInsertionPointEnd(_arg0);
8603
8604 wxPyEndAllowThreads(__tstate);
8605 if (PyErr_Occurred()) return NULL;
8606 } Py_INCREF(Py_None);
8607 _resultobj = Py_None;
8608 return _resultobj;
8609 }
8610
8611 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
8612 static PyObject *_wrap_wxTextCtrl_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8613 PyObject * _resultobj;
8614 long _result;
8615 wxTextCtrl * _arg0;
8616 PyObject * _argo0 = 0;
8617 char *_kwnames[] = { "self", NULL };
8618
8619 self = self;
8620 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetInsertionPoint",_kwnames,&_argo0))
8621 return NULL;
8622 if (_argo0) {
8623 if (_argo0 == Py_None) { _arg0 = NULL; }
8624 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8625 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
8626 return NULL;
8627 }
8628 }
8629 {
8630 PyThreadState* __tstate = wxPyBeginAllowThreads();
8631 _result = (long )wxTextCtrl_GetInsertionPoint(_arg0);
8632
8633 wxPyEndAllowThreads(__tstate);
8634 if (PyErr_Occurred()) return NULL;
8635 } _resultobj = Py_BuildValue("l",_result);
8636 return _resultobj;
8637 }
8638
8639 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
8640 static PyObject *_wrap_wxTextCtrl_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8641 PyObject * _resultobj;
8642 long _result;
8643 wxTextCtrl * _arg0;
8644 PyObject * _argo0 = 0;
8645 char *_kwnames[] = { "self", NULL };
8646
8647 self = self;
8648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetLastPosition",_kwnames,&_argo0))
8649 return NULL;
8650 if (_argo0) {
8651 if (_argo0 == Py_None) { _arg0 = NULL; }
8652 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8653 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
8654 return NULL;
8655 }
8656 }
8657 {
8658 PyThreadState* __tstate = wxPyBeginAllowThreads();
8659 _result = (long )wxTextCtrl_GetLastPosition(_arg0);
8660
8661 wxPyEndAllowThreads(__tstate);
8662 if (PyErr_Occurred()) return NULL;
8663 } _resultobj = Py_BuildValue("l",_result);
8664 return _resultobj;
8665 }
8666
8667 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
8668 static PyObject *_wrap_wxTextCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8669 PyObject * _resultobj;
8670 wxTextCtrl * _arg0;
8671 long _arg1;
8672 long _arg2;
8673 PyObject * _argo0 = 0;
8674 char *_kwnames[] = { "self","from","to", NULL };
8675
8676 self = self;
8677 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
8678 return NULL;
8679 if (_argo0) {
8680 if (_argo0 == Py_None) { _arg0 = NULL; }
8681 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8682 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
8683 return NULL;
8684 }
8685 }
8686 {
8687 PyThreadState* __tstate = wxPyBeginAllowThreads();
8688 wxTextCtrl_SetSelection(_arg0,_arg1,_arg2);
8689
8690 wxPyEndAllowThreads(__tstate);
8691 if (PyErr_Occurred()) return NULL;
8692 } Py_INCREF(Py_None);
8693 _resultobj = Py_None;
8694 return _resultobj;
8695 }
8696
8697 #define wxTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
8698 static PyObject *_wrap_wxTextCtrl_SelectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
8699 PyObject * _resultobj;
8700 wxTextCtrl * _arg0;
8701 PyObject * _argo0 = 0;
8702 char *_kwnames[] = { "self", NULL };
8703
8704 self = self;
8705 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SelectAll",_kwnames,&_argo0))
8706 return NULL;
8707 if (_argo0) {
8708 if (_argo0 == Py_None) { _arg0 = NULL; }
8709 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8710 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SelectAll. Expected _wxTextCtrl_p.");
8711 return NULL;
8712 }
8713 }
8714 {
8715 PyThreadState* __tstate = wxPyBeginAllowThreads();
8716 wxTextCtrl_SelectAll(_arg0);
8717
8718 wxPyEndAllowThreads(__tstate);
8719 if (PyErr_Occurred()) return NULL;
8720 } Py_INCREF(Py_None);
8721 _resultobj = Py_None;
8722 return _resultobj;
8723 }
8724
8725 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
8726 static PyObject *_wrap_wxTextCtrl_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
8727 PyObject * _resultobj;
8728 wxTextCtrl * _arg0;
8729 bool _arg1;
8730 PyObject * _argo0 = 0;
8731 int tempbool1;
8732 char *_kwnames[] = { "self","editable", NULL };
8733
8734 self = self;
8735 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextCtrl_SetEditable",_kwnames,&_argo0,&tempbool1))
8736 return NULL;
8737 if (_argo0) {
8738 if (_argo0 == Py_None) { _arg0 = NULL; }
8739 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8740 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
8741 return NULL;
8742 }
8743 }
8744 _arg1 = (bool ) tempbool1;
8745 {
8746 PyThreadState* __tstate = wxPyBeginAllowThreads();
8747 wxTextCtrl_SetEditable(_arg0,_arg1);
8748
8749 wxPyEndAllowThreads(__tstate);
8750 if (PyErr_Occurred()) return NULL;
8751 } Py_INCREF(Py_None);
8752 _resultobj = Py_None;
8753 return _resultobj;
8754 }
8755
8756 #define wxTextCtrl_IsSingleLine(_swigobj) (_swigobj->IsSingleLine())
8757 static PyObject *_wrap_wxTextCtrl_IsSingleLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8758 PyObject * _resultobj;
8759 bool _result;
8760 wxTextCtrl * _arg0;
8761 PyObject * _argo0 = 0;
8762 char *_kwnames[] = { "self", NULL };
8763
8764 self = self;
8765 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsSingleLine",_kwnames,&_argo0))
8766 return NULL;
8767 if (_argo0) {
8768 if (_argo0 == Py_None) { _arg0 = NULL; }
8769 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8770 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsSingleLine. Expected _wxTextCtrl_p.");
8771 return NULL;
8772 }
8773 }
8774 {
8775 PyThreadState* __tstate = wxPyBeginAllowThreads();
8776 _result = (bool )wxTextCtrl_IsSingleLine(_arg0);
8777
8778 wxPyEndAllowThreads(__tstate);
8779 if (PyErr_Occurred()) return NULL;
8780 } _resultobj = Py_BuildValue("i",_result);
8781 return _resultobj;
8782 }
8783
8784 #define wxTextCtrl_IsMultiLine(_swigobj) (_swigobj->IsMultiLine())
8785 static PyObject *_wrap_wxTextCtrl_IsMultiLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8786 PyObject * _resultobj;
8787 bool _result;
8788 wxTextCtrl * _arg0;
8789 PyObject * _argo0 = 0;
8790 char *_kwnames[] = { "self", NULL };
8791
8792 self = self;
8793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsMultiLine",_kwnames,&_argo0))
8794 return NULL;
8795 if (_argo0) {
8796 if (_argo0 == Py_None) { _arg0 = NULL; }
8797 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8798 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsMultiLine. Expected _wxTextCtrl_p.");
8799 return NULL;
8800 }
8801 }
8802 {
8803 PyThreadState* __tstate = wxPyBeginAllowThreads();
8804 _result = (bool )wxTextCtrl_IsMultiLine(_arg0);
8805
8806 wxPyEndAllowThreads(__tstate);
8807 if (PyErr_Occurred()) return NULL;
8808 } _resultobj = Py_BuildValue("i",_result);
8809 return _resultobj;
8810 }
8811
8812 static void wxTextCtrl_write(wxTextCtrl *self,const wxString & text) {
8813 self->AppendText(text);
8814 }
8815 static PyObject *_wrap_wxTextCtrl_write(PyObject *self, PyObject *args, PyObject *kwargs) {
8816 PyObject * _resultobj;
8817 wxTextCtrl * _arg0;
8818 wxString * _arg1;
8819 PyObject * _argo0 = 0;
8820 PyObject * _obj1 = 0;
8821 char *_kwnames[] = { "self","text", NULL };
8822
8823 self = self;
8824 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_write",_kwnames,&_argo0,&_obj1))
8825 return NULL;
8826 if (_argo0) {
8827 if (_argo0 == Py_None) { _arg0 = NULL; }
8828 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8829 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
8830 return NULL;
8831 }
8832 }
8833 {
8834 _arg1 = wxString_in_helper(_obj1);
8835 if (_arg1 == NULL)
8836 return NULL;
8837 }
8838 {
8839 PyThreadState* __tstate = wxPyBeginAllowThreads();
8840 wxTextCtrl_write(_arg0,*_arg1);
8841
8842 wxPyEndAllowThreads(__tstate);
8843 if (PyErr_Occurred()) return NULL;
8844 } Py_INCREF(Py_None);
8845 _resultobj = Py_None;
8846 {
8847 if (_obj1)
8848 delete _arg1;
8849 }
8850 return _resultobj;
8851 }
8852
8853 static wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to) {
8854 return self->GetValue().Mid(from, to - from);
8855 }
8856 static PyObject *_wrap_wxTextCtrl_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
8857 PyObject * _resultobj;
8858 wxString * _result;
8859 wxTextCtrl * _arg0;
8860 long _arg1;
8861 long _arg2;
8862 PyObject * _argo0 = 0;
8863 char *_kwnames[] = { "self","from","to", NULL };
8864
8865 self = self;
8866 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_GetString",_kwnames,&_argo0,&_arg1,&_arg2))
8867 return NULL;
8868 if (_argo0) {
8869 if (_argo0 == Py_None) { _arg0 = NULL; }
8870 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8871 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetString. Expected _wxTextCtrl_p.");
8872 return NULL;
8873 }
8874 }
8875 {
8876 PyThreadState* __tstate = wxPyBeginAllowThreads();
8877 _result = new wxString (wxTextCtrl_GetString(_arg0,_arg1,_arg2));
8878
8879 wxPyEndAllowThreads(__tstate);
8880 if (PyErr_Occurred()) return NULL;
8881 }{
8882 #if wxUSE_UNICODE
8883 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
8884 #else
8885 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
8886 #endif
8887 }
8888 {
8889 delete _result;
8890 }
8891 return _resultobj;
8892 }
8893
8894 static void *SwigwxScrollBarTowxControl(void *ptr) {
8895 wxScrollBar *src;
8896 wxControl *dest;
8897 src = (wxScrollBar *) ptr;
8898 dest = (wxControl *) src;
8899 return (void *) dest;
8900 }
8901
8902 static void *SwigwxScrollBarTowxWindow(void *ptr) {
8903 wxScrollBar *src;
8904 wxWindow *dest;
8905 src = (wxScrollBar *) ptr;
8906 dest = (wxWindow *) src;
8907 return (void *) dest;
8908 }
8909
8910 static void *SwigwxScrollBarTowxEvtHandler(void *ptr) {
8911 wxScrollBar *src;
8912 wxEvtHandler *dest;
8913 src = (wxScrollBar *) ptr;
8914 dest = (wxEvtHandler *) src;
8915 return (void *) dest;
8916 }
8917
8918 static void *SwigwxScrollBarTowxObject(void *ptr) {
8919 wxScrollBar *src;
8920 wxObject *dest;
8921 src = (wxScrollBar *) ptr;
8922 dest = (wxObject *) src;
8923 return (void *) dest;
8924 }
8925
8926 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8927 static PyObject *_wrap_new_wxScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
8928 PyObject * _resultobj;
8929 wxScrollBar * _result;
8930 wxWindow * _arg0;
8931 wxWindowID _arg1 = (wxWindowID ) -1;
8932 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
8933 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
8934 long _arg4 = (long ) wxSB_HORIZONTAL;
8935 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
8936 wxString * _arg6 = (wxString *) &wxPyScrollBarNameStr;
8937 PyObject * _argo0 = 0;
8938 wxPoint temp;
8939 PyObject * _obj2 = 0;
8940 wxSize temp0;
8941 PyObject * _obj3 = 0;
8942 PyObject * _argo5 = 0;
8943 PyObject * _obj6 = 0;
8944 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
8945 char _ptemp[128];
8946
8947 self = self;
8948 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlOO:new_wxScrollBar",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6))
8949 return NULL;
8950 if (_argo0) {
8951 if (_argo0 == Py_None) { _arg0 = NULL; }
8952 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8953 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
8954 return NULL;
8955 }
8956 }
8957 if (_obj2)
8958 {
8959 _arg2 = &temp;
8960 if (! wxPoint_helper(_obj2, &_arg2))
8961 return NULL;
8962 }
8963 if (_obj3)
8964 {
8965 _arg3 = &temp0;
8966 if (! wxSize_helper(_obj3, &_arg3))
8967 return NULL;
8968 }
8969 if (_argo5) {
8970 if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
8971 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
8972 return NULL;
8973 }
8974 }
8975 if (_obj6)
8976 {
8977 _arg6 = wxString_in_helper(_obj6);
8978 if (_arg6 == NULL)
8979 return NULL;
8980 }
8981 {
8982 PyThreadState* __tstate = wxPyBeginAllowThreads();
8983 _result = (wxScrollBar *)new_wxScrollBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6);
8984
8985 wxPyEndAllowThreads(__tstate);
8986 if (PyErr_Occurred()) return NULL;
8987 } if (_result) {
8988 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
8989 _resultobj = Py_BuildValue("s",_ptemp);
8990 } else {
8991 Py_INCREF(Py_None);
8992 _resultobj = Py_None;
8993 }
8994 {
8995 if (_obj6)
8996 delete _arg6;
8997 }
8998 return _resultobj;
8999 }
9000
9001 #define new_wxPreScrollBar() (new wxScrollBar())
9002 static PyObject *_wrap_new_wxPreScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
9003 PyObject * _resultobj;
9004 wxScrollBar * _result;
9005 char *_kwnames[] = { NULL };
9006 char _ptemp[128];
9007
9008 self = self;
9009 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreScrollBar",_kwnames))
9010 return NULL;
9011 {
9012 PyThreadState* __tstate = wxPyBeginAllowThreads();
9013 _result = (wxScrollBar *)new_wxPreScrollBar();
9014
9015 wxPyEndAllowThreads(__tstate);
9016 if (PyErr_Occurred()) return NULL;
9017 } if (_result) {
9018 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
9019 _resultobj = Py_BuildValue("s",_ptemp);
9020 } else {
9021 Py_INCREF(Py_None);
9022 _resultobj = Py_None;
9023 }
9024 return _resultobj;
9025 }
9026
9027 #define wxScrollBar_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9028 static PyObject *_wrap_wxScrollBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9029 PyObject * _resultobj;
9030 bool _result;
9031 wxScrollBar * _arg0;
9032 wxWindow * _arg1;
9033 wxWindowID _arg2 = (wxWindowID ) -1;
9034 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9035 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9036 long _arg5 = (long ) wxSB_HORIZONTAL;
9037 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
9038 wxString * _arg7 = (wxString *) &wxPyScrollBarNameStr;
9039 PyObject * _argo0 = 0;
9040 PyObject * _argo1 = 0;
9041 wxPoint temp;
9042 PyObject * _obj3 = 0;
9043 wxSize temp0;
9044 PyObject * _obj4 = 0;
9045 PyObject * _argo6 = 0;
9046 PyObject * _obj7 = 0;
9047 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
9048
9049 self = self;
9050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlOO:wxScrollBar_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
9051 return NULL;
9052 if (_argo0) {
9053 if (_argo0 == Py_None) { _arg0 = NULL; }
9054 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9055 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_Create. Expected _wxScrollBar_p.");
9056 return NULL;
9057 }
9058 }
9059 if (_argo1) {
9060 if (_argo1 == Py_None) { _arg1 = NULL; }
9061 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9062 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxScrollBar_Create. Expected _wxWindow_p.");
9063 return NULL;
9064 }
9065 }
9066 if (_obj3)
9067 {
9068 _arg3 = &temp;
9069 if (! wxPoint_helper(_obj3, &_arg3))
9070 return NULL;
9071 }
9072 if (_obj4)
9073 {
9074 _arg4 = &temp0;
9075 if (! wxSize_helper(_obj4, &_arg4))
9076 return NULL;
9077 }
9078 if (_argo6) {
9079 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
9080 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxScrollBar_Create. Expected _wxValidator_p.");
9081 return NULL;
9082 }
9083 }
9084 if (_obj7)
9085 {
9086 _arg7 = wxString_in_helper(_obj7);
9087 if (_arg7 == NULL)
9088 return NULL;
9089 }
9090 {
9091 PyThreadState* __tstate = wxPyBeginAllowThreads();
9092 _result = (bool )wxScrollBar_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
9093
9094 wxPyEndAllowThreads(__tstate);
9095 if (PyErr_Occurred()) return NULL;
9096 } _resultobj = Py_BuildValue("i",_result);
9097 {
9098 if (_obj7)
9099 delete _arg7;
9100 }
9101 return _resultobj;
9102 }
9103
9104 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
9105 static PyObject *_wrap_wxScrollBar_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
9106 PyObject * _resultobj;
9107 int _result;
9108 wxScrollBar * _arg0;
9109 PyObject * _argo0 = 0;
9110 char *_kwnames[] = { "self", NULL };
9111
9112 self = self;
9113 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetRange",_kwnames,&_argo0))
9114 return NULL;
9115 if (_argo0) {
9116 if (_argo0 == Py_None) { _arg0 = NULL; }
9117 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9118 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
9119 return NULL;
9120 }
9121 }
9122 {
9123 PyThreadState* __tstate = wxPyBeginAllowThreads();
9124 _result = (int )wxScrollBar_GetRange(_arg0);
9125
9126 wxPyEndAllowThreads(__tstate);
9127 if (PyErr_Occurred()) return NULL;
9128 } _resultobj = Py_BuildValue("i",_result);
9129 return _resultobj;
9130 }
9131
9132 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
9133 static PyObject *_wrap_wxScrollBar_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9134 PyObject * _resultobj;
9135 int _result;
9136 wxScrollBar * _arg0;
9137 PyObject * _argo0 = 0;
9138 char *_kwnames[] = { "self", NULL };
9139
9140 self = self;
9141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetPageSize",_kwnames,&_argo0))
9142 return NULL;
9143 if (_argo0) {
9144 if (_argo0 == Py_None) { _arg0 = NULL; }
9145 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9146 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
9147 return NULL;
9148 }
9149 }
9150 {
9151 PyThreadState* __tstate = wxPyBeginAllowThreads();
9152 _result = (int )wxScrollBar_GetPageSize(_arg0);
9153
9154 wxPyEndAllowThreads(__tstate);
9155 if (PyErr_Occurred()) return NULL;
9156 } _resultobj = Py_BuildValue("i",_result);
9157 return _resultobj;
9158 }
9159
9160 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
9161 static PyObject *_wrap_wxScrollBar_GetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9162 PyObject * _resultobj;
9163 int _result;
9164 wxScrollBar * _arg0;
9165 PyObject * _argo0 = 0;
9166 char *_kwnames[] = { "self", NULL };
9167
9168 self = self;
9169 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbPosition",_kwnames,&_argo0))
9170 return NULL;
9171 if (_argo0) {
9172 if (_argo0 == Py_None) { _arg0 = NULL; }
9173 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9174 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
9175 return NULL;
9176 }
9177 }
9178 {
9179 PyThreadState* __tstate = wxPyBeginAllowThreads();
9180 _result = (int )wxScrollBar_GetThumbPosition(_arg0);
9181
9182 wxPyEndAllowThreads(__tstate);
9183 if (PyErr_Occurred()) return NULL;
9184 } _resultobj = Py_BuildValue("i",_result);
9185 return _resultobj;
9186 }
9187
9188 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
9189 static PyObject *_wrap_wxScrollBar_GetThumbSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9190 PyObject * _resultobj;
9191 int _result;
9192 wxScrollBar * _arg0;
9193 PyObject * _argo0 = 0;
9194 char *_kwnames[] = { "self", NULL };
9195
9196 self = self;
9197 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbSize",_kwnames,&_argo0))
9198 return NULL;
9199 if (_argo0) {
9200 if (_argo0 == Py_None) { _arg0 = NULL; }
9201 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9202 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
9203 return NULL;
9204 }
9205 }
9206 {
9207 PyThreadState* __tstate = wxPyBeginAllowThreads();
9208 _result = (int )wxScrollBar_GetThumbSize(_arg0);
9209
9210 wxPyEndAllowThreads(__tstate);
9211 if (PyErr_Occurred()) return NULL;
9212 } _resultobj = Py_BuildValue("i",_result);
9213 return _resultobj;
9214 }
9215
9216 #define wxScrollBar_IsVertical(_swigobj) (_swigobj->IsVertical())
9217 static PyObject *_wrap_wxScrollBar_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
9218 PyObject * _resultobj;
9219 bool _result;
9220 wxScrollBar * _arg0;
9221 PyObject * _argo0 = 0;
9222 char *_kwnames[] = { "self", NULL };
9223
9224 self = self;
9225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_IsVertical",_kwnames,&_argo0))
9226 return NULL;
9227 if (_argo0) {
9228 if (_argo0 == Py_None) { _arg0 = NULL; }
9229 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9230 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_IsVertical. Expected _wxScrollBar_p.");
9231 return NULL;
9232 }
9233 }
9234 {
9235 PyThreadState* __tstate = wxPyBeginAllowThreads();
9236 _result = (bool )wxScrollBar_IsVertical(_arg0);
9237
9238 wxPyEndAllowThreads(__tstate);
9239 if (PyErr_Occurred()) return NULL;
9240 } _resultobj = Py_BuildValue("i",_result);
9241 return _resultobj;
9242 }
9243
9244 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
9245 static PyObject *_wrap_wxScrollBar_SetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9246 PyObject * _resultobj;
9247 wxScrollBar * _arg0;
9248 int _arg1;
9249 PyObject * _argo0 = 0;
9250 char *_kwnames[] = { "self","viewStart", NULL };
9251
9252 self = self;
9253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxScrollBar_SetThumbPosition",_kwnames,&_argo0,&_arg1))
9254 return NULL;
9255 if (_argo0) {
9256 if (_argo0 == Py_None) { _arg0 = NULL; }
9257 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9258 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
9259 return NULL;
9260 }
9261 }
9262 {
9263 PyThreadState* __tstate = wxPyBeginAllowThreads();
9264 wxScrollBar_SetThumbPosition(_arg0,_arg1);
9265
9266 wxPyEndAllowThreads(__tstate);
9267 if (PyErr_Occurred()) return NULL;
9268 } Py_INCREF(Py_None);
9269 _resultobj = Py_None;
9270 return _resultobj;
9271 }
9272
9273 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9274 static PyObject *_wrap_wxScrollBar_SetScrollbar(PyObject *self, PyObject *args, PyObject *kwargs) {
9275 PyObject * _resultobj;
9276 wxScrollBar * _arg0;
9277 int _arg1;
9278 int _arg2;
9279 int _arg3;
9280 int _arg4;
9281 bool _arg5 = (bool ) TRUE;
9282 PyObject * _argo0 = 0;
9283 int tempbool5 = (int) TRUE;
9284 char *_kwnames[] = { "self","position","thumbSize","range","pageSize","refresh", NULL };
9285
9286 self = self;
9287 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&tempbool5))
9288 return NULL;
9289 if (_argo0) {
9290 if (_argo0 == Py_None) { _arg0 = NULL; }
9291 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9292 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
9293 return NULL;
9294 }
9295 }
9296 _arg5 = (bool ) tempbool5;
9297 {
9298 PyThreadState* __tstate = wxPyBeginAllowThreads();
9299 wxScrollBar_SetScrollbar(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
9300
9301 wxPyEndAllowThreads(__tstate);
9302 if (PyErr_Occurred()) return NULL;
9303 } Py_INCREF(Py_None);
9304 _resultobj = Py_None;
9305 return _resultobj;
9306 }
9307
9308 static void *SwigwxSpinButtonTowxControl(void *ptr) {
9309 wxSpinButton *src;
9310 wxControl *dest;
9311 src = (wxSpinButton *) ptr;
9312 dest = (wxControl *) src;
9313 return (void *) dest;
9314 }
9315
9316 static void *SwigwxSpinButtonTowxWindow(void *ptr) {
9317 wxSpinButton *src;
9318 wxWindow *dest;
9319 src = (wxSpinButton *) ptr;
9320 dest = (wxWindow *) src;
9321 return (void *) dest;
9322 }
9323
9324 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr) {
9325 wxSpinButton *src;
9326 wxEvtHandler *dest;
9327 src = (wxSpinButton *) ptr;
9328 dest = (wxEvtHandler *) src;
9329 return (void *) dest;
9330 }
9331
9332 static void *SwigwxSpinButtonTowxObject(void *ptr) {
9333 wxSpinButton *src;
9334 wxObject *dest;
9335 src = (wxSpinButton *) ptr;
9336 dest = (wxObject *) src;
9337 return (void *) dest;
9338 }
9339
9340 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9341 static PyObject *_wrap_new_wxSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9342 PyObject * _resultobj;
9343 wxSpinButton * _result;
9344 wxWindow * _arg0;
9345 wxWindowID _arg1 = (wxWindowID ) -1;
9346 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
9347 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
9348 long _arg4 = (long ) wxSP_HORIZONTAL;
9349 wxString * _arg5 = (wxString *) &wxPySPIN_BUTTON_NAME;
9350 PyObject * _argo0 = 0;
9351 wxPoint temp;
9352 PyObject * _obj2 = 0;
9353 wxSize temp0;
9354 PyObject * _obj3 = 0;
9355 PyObject * _obj5 = 0;
9356 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
9357 char _ptemp[128];
9358
9359 self = self;
9360 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlO:new_wxSpinButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5))
9361 return NULL;
9362 if (_argo0) {
9363 if (_argo0 == Py_None) { _arg0 = NULL; }
9364 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9365 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
9366 return NULL;
9367 }
9368 }
9369 if (_obj2)
9370 {
9371 _arg2 = &temp;
9372 if (! wxPoint_helper(_obj2, &_arg2))
9373 return NULL;
9374 }
9375 if (_obj3)
9376 {
9377 _arg3 = &temp0;
9378 if (! wxSize_helper(_obj3, &_arg3))
9379 return NULL;
9380 }
9381 if (_obj5)
9382 {
9383 _arg5 = wxString_in_helper(_obj5);
9384 if (_arg5 == NULL)
9385 return NULL;
9386 }
9387 {
9388 PyThreadState* __tstate = wxPyBeginAllowThreads();
9389 _result = (wxSpinButton *)new_wxSpinButton(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5);
9390
9391 wxPyEndAllowThreads(__tstate);
9392 if (PyErr_Occurred()) return NULL;
9393 } if (_result) {
9394 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
9395 _resultobj = Py_BuildValue("s",_ptemp);
9396 } else {
9397 Py_INCREF(Py_None);
9398 _resultobj = Py_None;
9399 }
9400 {
9401 if (_obj5)
9402 delete _arg5;
9403 }
9404 return _resultobj;
9405 }
9406
9407 #define new_wxPreSpinButton() (new wxSpinButton())
9408 static PyObject *_wrap_new_wxPreSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9409 PyObject * _resultobj;
9410 wxSpinButton * _result;
9411 char *_kwnames[] = { NULL };
9412 char _ptemp[128];
9413
9414 self = self;
9415 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinButton",_kwnames))
9416 return NULL;
9417 {
9418 PyThreadState* __tstate = wxPyBeginAllowThreads();
9419 _result = (wxSpinButton *)new_wxPreSpinButton();
9420
9421 wxPyEndAllowThreads(__tstate);
9422 if (PyErr_Occurred()) return NULL;
9423 } if (_result) {
9424 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
9425 _resultobj = Py_BuildValue("s",_ptemp);
9426 } else {
9427 Py_INCREF(Py_None);
9428 _resultobj = Py_None;
9429 }
9430 return _resultobj;
9431 }
9432
9433 #define wxSpinButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9434 static PyObject *_wrap_wxSpinButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9435 PyObject * _resultobj;
9436 bool _result;
9437 wxSpinButton * _arg0;
9438 wxWindow * _arg1;
9439 wxWindowID _arg2 = (wxWindowID ) -1;
9440 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9441 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9442 long _arg5 = (long ) wxSP_HORIZONTAL;
9443 wxString * _arg6 = (wxString *) &wxPySPIN_BUTTON_NAME;
9444 PyObject * _argo0 = 0;
9445 PyObject * _argo1 = 0;
9446 wxPoint temp;
9447 PyObject * _obj3 = 0;
9448 wxSize temp0;
9449 PyObject * _obj4 = 0;
9450 PyObject * _obj6 = 0;
9451 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
9452
9453 self = self;
9454 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlO:wxSpinButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6))
9455 return NULL;
9456 if (_argo0) {
9457 if (_argo0 == Py_None) { _arg0 = NULL; }
9458 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9459 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_Create. Expected _wxSpinButton_p.");
9460 return NULL;
9461 }
9462 }
9463 if (_argo1) {
9464 if (_argo1 == Py_None) { _arg1 = NULL; }
9465 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9466 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinButton_Create. Expected _wxWindow_p.");
9467 return NULL;
9468 }
9469 }
9470 if (_obj3)
9471 {
9472 _arg3 = &temp;
9473 if (! wxPoint_helper(_obj3, &_arg3))
9474 return NULL;
9475 }
9476 if (_obj4)
9477 {
9478 _arg4 = &temp0;
9479 if (! wxSize_helper(_obj4, &_arg4))
9480 return NULL;
9481 }
9482 if (_obj6)
9483 {
9484 _arg6 = wxString_in_helper(_obj6);
9485 if (_arg6 == NULL)
9486 return NULL;
9487 }
9488 {
9489 PyThreadState* __tstate = wxPyBeginAllowThreads();
9490 _result = (bool )wxSpinButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6);
9491
9492 wxPyEndAllowThreads(__tstate);
9493 if (PyErr_Occurred()) return NULL;
9494 } _resultobj = Py_BuildValue("i",_result);
9495 {
9496 if (_obj6)
9497 delete _arg6;
9498 }
9499 return _resultobj;
9500 }
9501
9502 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
9503 static PyObject *_wrap_wxSpinButton_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
9504 PyObject * _resultobj;
9505 int _result;
9506 wxSpinButton * _arg0;
9507 PyObject * _argo0 = 0;
9508 char *_kwnames[] = { "self", NULL };
9509
9510 self = self;
9511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMax",_kwnames,&_argo0))
9512 return NULL;
9513 if (_argo0) {
9514 if (_argo0 == Py_None) { _arg0 = NULL; }
9515 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9516 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
9517 return NULL;
9518 }
9519 }
9520 {
9521 PyThreadState* __tstate = wxPyBeginAllowThreads();
9522 _result = (int )wxSpinButton_GetMax(_arg0);
9523
9524 wxPyEndAllowThreads(__tstate);
9525 if (PyErr_Occurred()) return NULL;
9526 } _resultobj = Py_BuildValue("i",_result);
9527 return _resultobj;
9528 }
9529
9530 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
9531 static PyObject *_wrap_wxSpinButton_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
9532 PyObject * _resultobj;
9533 int _result;
9534 wxSpinButton * _arg0;
9535 PyObject * _argo0 = 0;
9536 char *_kwnames[] = { "self", NULL };
9537
9538 self = self;
9539 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMin",_kwnames,&_argo0))
9540 return NULL;
9541 if (_argo0) {
9542 if (_argo0 == Py_None) { _arg0 = NULL; }
9543 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9544 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
9545 return NULL;
9546 }
9547 }
9548 {
9549 PyThreadState* __tstate = wxPyBeginAllowThreads();
9550 _result = (int )wxSpinButton_GetMin(_arg0);
9551
9552 wxPyEndAllowThreads(__tstate);
9553 if (PyErr_Occurred()) return NULL;
9554 } _resultobj = Py_BuildValue("i",_result);
9555 return _resultobj;
9556 }
9557
9558 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
9559 static PyObject *_wrap_wxSpinButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9560 PyObject * _resultobj;
9561 int _result;
9562 wxSpinButton * _arg0;
9563 PyObject * _argo0 = 0;
9564 char *_kwnames[] = { "self", NULL };
9565
9566 self = self;
9567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetValue",_kwnames,&_argo0))
9568 return NULL;
9569 if (_argo0) {
9570 if (_argo0 == Py_None) { _arg0 = NULL; }
9571 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9572 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
9573 return NULL;
9574 }
9575 }
9576 {
9577 PyThreadState* __tstate = wxPyBeginAllowThreads();
9578 _result = (int )wxSpinButton_GetValue(_arg0);
9579
9580 wxPyEndAllowThreads(__tstate);
9581 if (PyErr_Occurred()) return NULL;
9582 } _resultobj = Py_BuildValue("i",_result);
9583 return _resultobj;
9584 }
9585
9586 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
9587 static PyObject *_wrap_wxSpinButton_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
9588 PyObject * _resultobj;
9589 wxSpinButton * _arg0;
9590 int _arg1;
9591 int _arg2;
9592 PyObject * _argo0 = 0;
9593 char *_kwnames[] = { "self","min","max", NULL };
9594
9595 self = self;
9596 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinButton_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
9597 return NULL;
9598 if (_argo0) {
9599 if (_argo0 == Py_None) { _arg0 = NULL; }
9600 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9601 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
9602 return NULL;
9603 }
9604 }
9605 {
9606 PyThreadState* __tstate = wxPyBeginAllowThreads();
9607 wxSpinButton_SetRange(_arg0,_arg1,_arg2);
9608
9609 wxPyEndAllowThreads(__tstate);
9610 if (PyErr_Occurred()) return NULL;
9611 } Py_INCREF(Py_None);
9612 _resultobj = Py_None;
9613 return _resultobj;
9614 }
9615
9616 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
9617 static PyObject *_wrap_wxSpinButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9618 PyObject * _resultobj;
9619 wxSpinButton * _arg0;
9620 int _arg1;
9621 PyObject * _argo0 = 0;
9622 char *_kwnames[] = { "self","value", NULL };
9623
9624 self = self;
9625 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinButton_SetValue",_kwnames,&_argo0,&_arg1))
9626 return NULL;
9627 if (_argo0) {
9628 if (_argo0 == Py_None) { _arg0 = NULL; }
9629 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9630 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
9631 return NULL;
9632 }
9633 }
9634 {
9635 PyThreadState* __tstate = wxPyBeginAllowThreads();
9636 wxSpinButton_SetValue(_arg0,_arg1);
9637
9638 wxPyEndAllowThreads(__tstate);
9639 if (PyErr_Occurred()) return NULL;
9640 } Py_INCREF(Py_None);
9641 _resultobj = Py_None;
9642 return _resultobj;
9643 }
9644
9645 static void *SwigwxStaticBitmapTowxControl(void *ptr) {
9646 wxStaticBitmap *src;
9647 wxControl *dest;
9648 src = (wxStaticBitmap *) ptr;
9649 dest = (wxControl *) src;
9650 return (void *) dest;
9651 }
9652
9653 static void *SwigwxStaticBitmapTowxWindow(void *ptr) {
9654 wxStaticBitmap *src;
9655 wxWindow *dest;
9656 src = (wxStaticBitmap *) ptr;
9657 dest = (wxWindow *) src;
9658 return (void *) dest;
9659 }
9660
9661 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr) {
9662 wxStaticBitmap *src;
9663 wxEvtHandler *dest;
9664 src = (wxStaticBitmap *) ptr;
9665 dest = (wxEvtHandler *) src;
9666 return (void *) dest;
9667 }
9668
9669 static void *SwigwxStaticBitmapTowxObject(void *ptr) {
9670 wxStaticBitmap *src;
9671 wxObject *dest;
9672 src = (wxStaticBitmap *) ptr;
9673 dest = (wxObject *) src;
9674 return (void *) dest;
9675 }
9676
9677 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9678 static PyObject *_wrap_new_wxStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9679 PyObject * _resultobj;
9680 wxStaticBitmap * _result;
9681 wxWindow * _arg0;
9682 wxWindowID _arg1;
9683 wxBitmap * _arg2;
9684 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9685 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9686 long _arg5 = (long ) 0;
9687 wxString * _arg6 = (wxString *) &wxPyStaticBitmapNameStr;
9688 PyObject * _argo0 = 0;
9689 PyObject * _argo2 = 0;
9690 wxPoint temp;
9691 PyObject * _obj3 = 0;
9692 wxSize temp0;
9693 PyObject * _obj4 = 0;
9694 PyObject * _obj6 = 0;
9695 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","name", NULL };
9696 char _ptemp[128];
9697
9698 self = self;
9699 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticBitmap",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_obj6))
9700 return NULL;
9701 if (_argo0) {
9702 if (_argo0 == Py_None) { _arg0 = NULL; }
9703 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9704 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
9705 return NULL;
9706 }
9707 }
9708 if (_argo2) {
9709 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
9710 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
9711 return NULL;
9712 }
9713 }
9714 if (_obj3)
9715 {
9716 _arg3 = &temp;
9717 if (! wxPoint_helper(_obj3, &_arg3))
9718 return NULL;
9719 }
9720 if (_obj4)
9721 {
9722 _arg4 = &temp0;
9723 if (! wxSize_helper(_obj4, &_arg4))
9724 return NULL;
9725 }
9726 if (_obj6)
9727 {
9728 _arg6 = wxString_in_helper(_obj6);
9729 if (_arg6 == NULL)
9730 return NULL;
9731 }
9732 {
9733 PyThreadState* __tstate = wxPyBeginAllowThreads();
9734 _result = (wxStaticBitmap *)new_wxStaticBitmap(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
9735
9736 wxPyEndAllowThreads(__tstate);
9737 if (PyErr_Occurred()) return NULL;
9738 } if (_result) {
9739 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
9740 _resultobj = Py_BuildValue("s",_ptemp);
9741 } else {
9742 Py_INCREF(Py_None);
9743 _resultobj = Py_None;
9744 }
9745 {
9746 if (_obj6)
9747 delete _arg6;
9748 }
9749 return _resultobj;
9750 }
9751
9752 #define new_wxPreStaticBitmap() (new wxStaticBitmap())
9753 static PyObject *_wrap_new_wxPreStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9754 PyObject * _resultobj;
9755 wxStaticBitmap * _result;
9756 char *_kwnames[] = { NULL };
9757 char _ptemp[128];
9758
9759 self = self;
9760 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBitmap",_kwnames))
9761 return NULL;
9762 {
9763 PyThreadState* __tstate = wxPyBeginAllowThreads();
9764 _result = (wxStaticBitmap *)new_wxPreStaticBitmap();
9765
9766 wxPyEndAllowThreads(__tstate);
9767 if (PyErr_Occurred()) return NULL;
9768 } if (_result) {
9769 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
9770 _resultobj = Py_BuildValue("s",_ptemp);
9771 } else {
9772 Py_INCREF(Py_None);
9773 _resultobj = Py_None;
9774 }
9775 return _resultobj;
9776 }
9777
9778 #define wxStaticBitmap_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9779 static PyObject *_wrap_wxStaticBitmap_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9780 PyObject * _resultobj;
9781 bool _result;
9782 wxStaticBitmap * _arg0;
9783 wxWindow * _arg1;
9784 wxWindowID _arg2;
9785 wxBitmap * _arg3;
9786 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
9787 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
9788 long _arg6 = (long ) 0;
9789 wxString * _arg7 = (wxString *) &wxPyStaticBitmapNameStr;
9790 PyObject * _argo0 = 0;
9791 PyObject * _argo1 = 0;
9792 PyObject * _argo3 = 0;
9793 wxPoint temp;
9794 PyObject * _obj4 = 0;
9795 wxSize temp0;
9796 PyObject * _obj5 = 0;
9797 PyObject * _obj7 = 0;
9798 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","name", NULL };
9799
9800 self = self;
9801 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticBitmap_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_obj7))
9802 return NULL;
9803 if (_argo0) {
9804 if (_argo0 == Py_None) { _arg0 = NULL; }
9805 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9806 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_Create. Expected _wxStaticBitmap_p.");
9807 return NULL;
9808 }
9809 }
9810 if (_argo1) {
9811 if (_argo1 == Py_None) { _arg1 = NULL; }
9812 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9813 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_Create. Expected _wxWindow_p.");
9814 return NULL;
9815 }
9816 }
9817 if (_argo3) {
9818 if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
9819 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxStaticBitmap_Create. Expected _wxBitmap_p.");
9820 return NULL;
9821 }
9822 }
9823 if (_obj4)
9824 {
9825 _arg4 = &temp;
9826 if (! wxPoint_helper(_obj4, &_arg4))
9827 return NULL;
9828 }
9829 if (_obj5)
9830 {
9831 _arg5 = &temp0;
9832 if (! wxSize_helper(_obj5, &_arg5))
9833 return NULL;
9834 }
9835 if (_obj7)
9836 {
9837 _arg7 = wxString_in_helper(_obj7);
9838 if (_arg7 == NULL)
9839 return NULL;
9840 }
9841 {
9842 PyThreadState* __tstate = wxPyBeginAllowThreads();
9843 _result = (bool )wxStaticBitmap_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
9844
9845 wxPyEndAllowThreads(__tstate);
9846 if (PyErr_Occurred()) return NULL;
9847 } _resultobj = Py_BuildValue("i",_result);
9848 {
9849 if (_obj7)
9850 delete _arg7;
9851 }
9852 return _resultobj;
9853 }
9854
9855 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
9856 static PyObject *_wrap_wxStaticBitmap_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9857 PyObject * _resultobj;
9858 wxBitmap * _result;
9859 wxStaticBitmap * _arg0;
9860 PyObject * _argo0 = 0;
9861 char *_kwnames[] = { "self", NULL };
9862 char _ptemp[128];
9863
9864 self = self;
9865 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticBitmap_GetBitmap",_kwnames,&_argo0))
9866 return NULL;
9867 if (_argo0) {
9868 if (_argo0 == Py_None) { _arg0 = NULL; }
9869 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9870 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
9871 return NULL;
9872 }
9873 }
9874 {
9875 PyThreadState* __tstate = wxPyBeginAllowThreads();
9876 _result = new wxBitmap (wxStaticBitmap_GetBitmap(_arg0));
9877
9878 wxPyEndAllowThreads(__tstate);
9879 if (PyErr_Occurred()) return NULL;
9880 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
9881 _resultobj = Py_BuildValue("s",_ptemp);
9882 return _resultobj;
9883 }
9884
9885 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
9886 static PyObject *_wrap_wxStaticBitmap_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9887 PyObject * _resultobj;
9888 wxStaticBitmap * _arg0;
9889 wxBitmap * _arg1;
9890 PyObject * _argo0 = 0;
9891 PyObject * _argo1 = 0;
9892 char *_kwnames[] = { "self","bitmap", NULL };
9893
9894 self = self;
9895 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetBitmap",_kwnames,&_argo0,&_argo1))
9896 return NULL;
9897 if (_argo0) {
9898 if (_argo0 == Py_None) { _arg0 = NULL; }
9899 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9900 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
9901 return NULL;
9902 }
9903 }
9904 if (_argo1) {
9905 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
9906 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
9907 return NULL;
9908 }
9909 }
9910 {
9911 PyThreadState* __tstate = wxPyBeginAllowThreads();
9912 wxStaticBitmap_SetBitmap(_arg0,*_arg1);
9913
9914 wxPyEndAllowThreads(__tstate);
9915 if (PyErr_Occurred()) return NULL;
9916 } Py_INCREF(Py_None);
9917 _resultobj = Py_None;
9918 return _resultobj;
9919 }
9920
9921 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
9922 static PyObject *_wrap_wxStaticBitmap_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
9923 PyObject * _resultobj;
9924 wxStaticBitmap * _arg0;
9925 wxIcon * _arg1;
9926 PyObject * _argo0 = 0;
9927 PyObject * _argo1 = 0;
9928 char *_kwnames[] = { "self","icon", NULL };
9929
9930 self = self;
9931 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetIcon",_kwnames,&_argo0,&_argo1))
9932 return NULL;
9933 if (_argo0) {
9934 if (_argo0 == Py_None) { _arg0 = NULL; }
9935 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9936 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
9937 return NULL;
9938 }
9939 }
9940 if (_argo1) {
9941 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxIcon_p")) {
9942 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
9943 return NULL;
9944 }
9945 }
9946 {
9947 PyThreadState* __tstate = wxPyBeginAllowThreads();
9948 wxStaticBitmap_SetIcon(_arg0,*_arg1);
9949
9950 wxPyEndAllowThreads(__tstate);
9951 if (PyErr_Occurred()) return NULL;
9952 } Py_INCREF(Py_None);
9953 _resultobj = Py_None;
9954 return _resultobj;
9955 }
9956
9957 static void *SwigwxRadioBoxTowxControl(void *ptr) {
9958 wxRadioBox *src;
9959 wxControl *dest;
9960 src = (wxRadioBox *) ptr;
9961 dest = (wxControl *) src;
9962 return (void *) dest;
9963 }
9964
9965 static void *SwigwxRadioBoxTowxWindow(void *ptr) {
9966 wxRadioBox *src;
9967 wxWindow *dest;
9968 src = (wxRadioBox *) ptr;
9969 dest = (wxWindow *) src;
9970 return (void *) dest;
9971 }
9972
9973 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr) {
9974 wxRadioBox *src;
9975 wxEvtHandler *dest;
9976 src = (wxRadioBox *) ptr;
9977 dest = (wxEvtHandler *) src;
9978 return (void *) dest;
9979 }
9980
9981 static void *SwigwxRadioBoxTowxObject(void *ptr) {
9982 wxRadioBox *src;
9983 wxObject *dest;
9984 src = (wxRadioBox *) ptr;
9985 dest = (wxObject *) src;
9986 return (void *) dest;
9987 }
9988
9989 #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))
9990 static PyObject *_wrap_new_wxRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
9991 PyObject * _resultobj;
9992 wxRadioBox * _result;
9993 wxWindow * _arg0;
9994 wxWindowID _arg1;
9995 wxString * _arg2;
9996 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9997 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9998 int _arg5 = (int ) 0;
9999 wxString * _arg6 = (wxString *) NULL;
10000 int _arg7 = (int ) 0;
10001 long _arg8 = (long ) wxRA_HORIZONTAL;
10002 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
10003 wxString * _arg10 = (wxString *) &wxPyRadioBoxNameStr;
10004 PyObject * _argo0 = 0;
10005 PyObject * _obj2 = 0;
10006 wxPoint temp;
10007 PyObject * _obj3 = 0;
10008 wxSize temp0;
10009 PyObject * _obj4 = 0;
10010 PyObject * _obj6 = 0;
10011 PyObject * _argo9 = 0;
10012 PyObject * _obj10 = 0;
10013 char *_kwnames[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
10014 char _ptemp[128];
10015
10016 self = self;
10017 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOOilOO:new_wxRadioBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_obj6,&_arg7,&_arg8,&_argo9,&_obj10))
10018 return NULL;
10019 if (_argo0) {
10020 if (_argo0 == Py_None) { _arg0 = NULL; }
10021 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
10022 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
10023 return NULL;
10024 }
10025 }
10026 {
10027 _arg2 = wxString_in_helper(_obj2);
10028 if (_arg2 == NULL)
10029 return NULL;
10030 }
10031 if (_obj3)
10032 {
10033 _arg3 = &temp;
10034 if (! wxPoint_helper(_obj3, &_arg3))
10035 return NULL;
10036 }
10037 if (_obj4)
10038 {
10039 _arg4 = &temp0;
10040 if (! wxSize_helper(_obj4, &_arg4))
10041 return NULL;
10042 }
10043 if (_obj6)
10044 {
10045 _arg6 = wxString_LIST_helper(_obj6);
10046 if (_arg6 == NULL) {
10047 return NULL;
10048 }
10049 }
10050 if (_argo9) {
10051 if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
10052 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
10053 return NULL;
10054 }
10055 }
10056 if (_obj10)
10057 {
10058 _arg10 = wxString_in_helper(_obj10);
10059 if (_arg10 == NULL)
10060 return NULL;
10061 }
10062 {
10063 if (_obj6) {
10064 _arg5 = PyList_Size(_obj6);
10065 }
10066 else {
10067 _arg5 = 0;
10068 }
10069 }
10070 {
10071 PyThreadState* __tstate = wxPyBeginAllowThreads();
10072 _result = (wxRadioBox *)new_wxRadioBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,*_arg9,*_arg10);
10073
10074 wxPyEndAllowThreads(__tstate);
10075 if (PyErr_Occurred()) return NULL;
10076 } if (_result) {
10077 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
10078 _resultobj = Py_BuildValue("s",_ptemp);
10079 } else {
10080 Py_INCREF(Py_None);
10081 _resultobj = Py_None;
10082 }
10083 {
10084 if (_obj2)
10085 delete _arg2;
10086 }
10087 {
10088 delete [] _arg6;
10089 }
10090 {
10091 if (_obj10)
10092 delete _arg10;
10093 }
10094 return _resultobj;
10095 }
10096
10097 #define new_wxPreRadioBox() (new wxRadioBox())
10098 static PyObject *_wrap_new_wxPreRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
10099 PyObject * _resultobj;
10100 wxRadioBox * _result;
10101 char *_kwnames[] = { NULL };
10102 char _ptemp[128];
10103
10104 self = self;
10105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioBox",_kwnames))
10106 return NULL;
10107 {
10108 PyThreadState* __tstate = wxPyBeginAllowThreads();
10109 _result = (wxRadioBox *)new_wxPreRadioBox();
10110
10111 wxPyEndAllowThreads(__tstate);
10112 if (PyErr_Occurred()) return NULL;
10113 } if (_result) {
10114 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
10115 _resultobj = Py_BuildValue("s",_ptemp);
10116 } else {
10117 Py_INCREF(Py_None);
10118 _resultobj = Py_None;
10119 }
10120 return _resultobj;
10121 }
10122
10123 #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))
10124 static PyObject *_wrap_wxRadioBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10125 PyObject * _resultobj;
10126 bool _result;
10127 wxRadioBox * _arg0;
10128 wxWindow * _arg1;
10129 wxWindowID _arg2;
10130 wxString * _arg3;
10131 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
10132 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
10133 int _arg6 = (int ) 0;
10134 wxString * _arg7 = (wxString *) NULL;
10135 int _arg8 = (int ) 0;
10136 long _arg9 = (long ) wxRA_HORIZONTAL;
10137 wxValidator * _arg10 = (wxValidator *) &wxDefaultValidator;
10138 wxString * _arg11 = (wxString *) &wxPyRadioBoxNameStr;
10139 PyObject * _argo0 = 0;
10140 PyObject * _argo1 = 0;
10141 PyObject * _obj3 = 0;
10142 wxPoint temp;
10143 PyObject * _obj4 = 0;
10144 wxSize temp0;
10145 PyObject * _obj5 = 0;
10146 PyObject * _obj7 = 0;
10147 PyObject * _argo10 = 0;
10148 PyObject * _obj11 = 0;
10149 char *_kwnames[] = { "self","parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
10150
10151 self = self;
10152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOOilOO:wxRadioBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_obj7,&_arg8,&_arg9,&_argo10,&_obj11))
10153 return NULL;
10154 if (_argo0) {
10155 if (_argo0 == Py_None) { _arg0 = NULL; }
10156 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10157 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Create. Expected _wxRadioBox_p.");
10158 return NULL;
10159 }
10160 }
10161 if (_argo1) {
10162 if (_argo1 == Py_None) { _arg1 = NULL; }
10163 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
10164 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioBox_Create. Expected _wxWindow_p.");
10165 return NULL;
10166 }
10167 }
10168 {
10169 _arg3 = wxString_in_helper(_obj3);
10170 if (_arg3 == NULL)
10171 return NULL;
10172 }
10173 if (_obj4)
10174 {
10175 _arg4 = &temp;
10176 if (! wxPoint_helper(_obj4, &_arg4))
10177 return NULL;
10178 }
10179 if (_obj5)
10180 {
10181 _arg5 = &temp0;
10182 if (! wxSize_helper(_obj5, &_arg5))
10183 return NULL;
10184 }
10185 if (_obj7)
10186 {
10187 _arg7 = wxString_LIST_helper(_obj7);
10188 if (_arg7 == NULL) {
10189 return NULL;
10190 }
10191 }
10192 if (_argo10) {
10193 if (SWIG_GetPtrObj(_argo10,(void **) &_arg10,"_wxValidator_p")) {
10194 PyErr_SetString(PyExc_TypeError,"Type error in argument 11 of wxRadioBox_Create. Expected _wxValidator_p.");
10195 return NULL;
10196 }
10197 }
10198 if (_obj11)
10199 {
10200 _arg11 = wxString_in_helper(_obj11);
10201 if (_arg11 == NULL)
10202 return NULL;
10203 }
10204 {
10205 if (_obj7) {
10206 _arg6 = PyList_Size(_obj7);
10207 }
10208 else {
10209 _arg6 = 0;
10210 }
10211 }
10212 {
10213 PyThreadState* __tstate = wxPyBeginAllowThreads();
10214 _result = (bool )wxRadioBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,*_arg10,*_arg11);
10215
10216 wxPyEndAllowThreads(__tstate);
10217 if (PyErr_Occurred()) return NULL;
10218 } _resultobj = Py_BuildValue("i",_result);
10219 {
10220 if (_obj3)
10221 delete _arg3;
10222 }
10223 {
10224 delete [] _arg7;
10225 }
10226 {
10227 if (_obj11)
10228 delete _arg11;
10229 }
10230 return _resultobj;
10231 }
10232
10233 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
10234 static PyObject *_wrap_wxRadioBox_Enable(PyObject *self, PyObject *args, PyObject *kwargs) {
10235 PyObject * _resultobj;
10236 wxRadioBox * _arg0;
10237 bool _arg1;
10238 PyObject * _argo0 = 0;
10239 int tempbool1;
10240 char *_kwnames[] = { "self","enable", NULL };
10241
10242 self = self;
10243 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Enable",_kwnames,&_argo0,&tempbool1))
10244 return NULL;
10245 if (_argo0) {
10246 if (_argo0 == Py_None) { _arg0 = NULL; }
10247 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10248 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
10249 return NULL;
10250 }
10251 }
10252 _arg1 = (bool ) tempbool1;
10253 {
10254 PyThreadState* __tstate = wxPyBeginAllowThreads();
10255 wxRadioBox_Enable(_arg0,_arg1);
10256
10257 wxPyEndAllowThreads(__tstate);
10258 if (PyErr_Occurred()) return NULL;
10259 } Py_INCREF(Py_None);
10260 _resultobj = Py_None;
10261 return _resultobj;
10262 }
10263
10264 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
10265 static PyObject *_wrap_wxRadioBox_EnableItem(PyObject *self, PyObject *args, PyObject *kwargs) {
10266 PyObject * _resultobj;
10267 wxRadioBox * _arg0;
10268 int _arg1;
10269 bool _arg2;
10270 PyObject * _argo0 = 0;
10271 int tempbool2;
10272 char *_kwnames[] = { "self","n","enable", NULL };
10273
10274 self = self;
10275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_EnableItem",_kwnames,&_argo0,&_arg1,&tempbool2))
10276 return NULL;
10277 if (_argo0) {
10278 if (_argo0 == Py_None) { _arg0 = NULL; }
10279 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10280 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
10281 return NULL;
10282 }
10283 }
10284 _arg2 = (bool ) tempbool2;
10285 {
10286 PyThreadState* __tstate = wxPyBeginAllowThreads();
10287 wxRadioBox_EnableItem(_arg0,_arg1,_arg2);
10288
10289 wxPyEndAllowThreads(__tstate);
10290 if (PyErr_Occurred()) return NULL;
10291 } Py_INCREF(Py_None);
10292 _resultobj = Py_None;
10293 return _resultobj;
10294 }
10295
10296 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
10297 static PyObject *_wrap_wxRadioBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
10298 PyObject * _resultobj;
10299 int _result;
10300 wxRadioBox * _arg0;
10301 wxString * _arg1;
10302 PyObject * _argo0 = 0;
10303 PyObject * _obj1 = 0;
10304 char *_kwnames[] = { "self","string", NULL };
10305
10306 self = self;
10307 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_FindString",_kwnames,&_argo0,&_obj1))
10308 return NULL;
10309 if (_argo0) {
10310 if (_argo0 == Py_None) { _arg0 = NULL; }
10311 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10312 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
10313 return NULL;
10314 }
10315 }
10316 {
10317 _arg1 = wxString_in_helper(_obj1);
10318 if (_arg1 == NULL)
10319 return NULL;
10320 }
10321 {
10322 PyThreadState* __tstate = wxPyBeginAllowThreads();
10323 _result = (int )wxRadioBox_FindString(_arg0,*_arg1);
10324
10325 wxPyEndAllowThreads(__tstate);
10326 if (PyErr_Occurred()) return NULL;
10327 } _resultobj = Py_BuildValue("i",_result);
10328 {
10329 if (_obj1)
10330 delete _arg1;
10331 }
10332 return _resultobj;
10333 }
10334
10335 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
10336 static PyObject *_wrap_wxRadioBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
10337 PyObject * _resultobj;
10338 wxString * _result;
10339 wxRadioBox * _arg0;
10340 int _arg1;
10341 PyObject * _argo0 = 0;
10342 char *_kwnames[] = { "self","n", NULL };
10343
10344 self = self;
10345 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_GetString",_kwnames,&_argo0,&_arg1))
10346 return NULL;
10347 if (_argo0) {
10348 if (_argo0 == Py_None) { _arg0 = NULL; }
10349 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10350 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
10351 return NULL;
10352 }
10353 }
10354 {
10355 PyThreadState* __tstate = wxPyBeginAllowThreads();
10356 _result = new wxString (wxRadioBox_GetString(_arg0,_arg1));
10357
10358 wxPyEndAllowThreads(__tstate);
10359 if (PyErr_Occurred()) return NULL;
10360 }{
10361 #if wxUSE_UNICODE
10362 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
10363 #else
10364 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
10365 #endif
10366 }
10367 {
10368 delete _result;
10369 }
10370 return _resultobj;
10371 }
10372
10373 #define wxRadioBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
10374 static PyObject *_wrap_wxRadioBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
10375 PyObject * _resultobj;
10376 wxRadioBox * _arg0;
10377 int _arg1;
10378 wxString * _arg2;
10379 PyObject * _argo0 = 0;
10380 PyObject * _obj2 = 0;
10381 char *_kwnames[] = { "self","n","label", NULL };
10382
10383 self = self;
10384 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxRadioBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
10385 return NULL;
10386 if (_argo0) {
10387 if (_argo0 == Py_None) { _arg0 = NULL; }
10388 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10389 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetString. Expected _wxRadioBox_p.");
10390 return NULL;
10391 }
10392 }
10393 {
10394 _arg2 = wxString_in_helper(_obj2);
10395 if (_arg2 == NULL)
10396 return NULL;
10397 }
10398 {
10399 PyThreadState* __tstate = wxPyBeginAllowThreads();
10400 wxRadioBox_SetString(_arg0,_arg1,*_arg2);
10401
10402 wxPyEndAllowThreads(__tstate);
10403 if (PyErr_Occurred()) return NULL;
10404 } Py_INCREF(Py_None);
10405 _resultobj = Py_None;
10406 {
10407 if (_obj2)
10408 delete _arg2;
10409 }
10410 return _resultobj;
10411 }
10412
10413 #define wxRadioBox_GetColumnCount(_swigobj) (_swigobj->GetColumnCount())
10414 static PyObject *_wrap_wxRadioBox_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
10415 PyObject * _resultobj;
10416 int _result;
10417 wxRadioBox * _arg0;
10418 PyObject * _argo0 = 0;
10419 char *_kwnames[] = { "self", NULL };
10420
10421 self = self;
10422 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetColumnCount",_kwnames,&_argo0))
10423 return NULL;
10424 if (_argo0) {
10425 if (_argo0 == Py_None) { _arg0 = NULL; }
10426 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10427 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetColumnCount. Expected _wxRadioBox_p.");
10428 return NULL;
10429 }
10430 }
10431 {
10432 PyThreadState* __tstate = wxPyBeginAllowThreads();
10433 _result = (int )wxRadioBox_GetColumnCount(_arg0);
10434
10435 wxPyEndAllowThreads(__tstate);
10436 if (PyErr_Occurred()) return NULL;
10437 } _resultobj = Py_BuildValue("i",_result);
10438 return _resultobj;
10439 }
10440
10441 #define wxRadioBox_GetRowCount(_swigobj) (_swigobj->GetRowCount())
10442 static PyObject *_wrap_wxRadioBox_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
10443 PyObject * _resultobj;
10444 int _result;
10445 wxRadioBox * _arg0;
10446 PyObject * _argo0 = 0;
10447 char *_kwnames[] = { "self", NULL };
10448
10449 self = self;
10450 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetRowCount",_kwnames,&_argo0))
10451 return NULL;
10452 if (_argo0) {
10453 if (_argo0 == Py_None) { _arg0 = NULL; }
10454 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10455 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetRowCount. Expected _wxRadioBox_p.");
10456 return NULL;
10457 }
10458 }
10459 {
10460 PyThreadState* __tstate = wxPyBeginAllowThreads();
10461 _result = (int )wxRadioBox_GetRowCount(_arg0);
10462
10463 wxPyEndAllowThreads(__tstate);
10464 if (PyErr_Occurred()) return NULL;
10465 } _resultobj = Py_BuildValue("i",_result);
10466 return _resultobj;
10467 }
10468
10469 #define wxRadioBox_GetNextItem(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->GetNextItem(_swigarg0,_swigarg1,_swigarg2))
10470 static PyObject *_wrap_wxRadioBox_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
10471 PyObject * _resultobj;
10472 int _result;
10473 wxRadioBox * _arg0;
10474 int _arg1;
10475 wxDirection * _arg2;
10476 long _arg3;
10477 PyObject * _argo0 = 0;
10478 PyObject * _argo2 = 0;
10479 char *_kwnames[] = { "self","item","dir","style", NULL };
10480
10481 self = self;
10482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOl:wxRadioBox_GetNextItem",_kwnames,&_argo0,&_arg1,&_argo2,&_arg3))
10483 return NULL;
10484 if (_argo0) {
10485 if (_argo0 == Py_None) { _arg0 = NULL; }
10486 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10487 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetNextItem. Expected _wxRadioBox_p.");
10488 return NULL;
10489 }
10490 }
10491 if (_argo2) {
10492 if (_argo2 == Py_None) { _arg2 = NULL; }
10493 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxDirection_p")) {
10494 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxRadioBox_GetNextItem. Expected _wxDirection_p.");
10495 return NULL;
10496 }
10497 }
10498 {
10499 PyThreadState* __tstate = wxPyBeginAllowThreads();
10500 _result = (int )wxRadioBox_GetNextItem(_arg0,_arg1,*_arg2,_arg3);
10501
10502 wxPyEndAllowThreads(__tstate);
10503 if (PyErr_Occurred()) return NULL;
10504 } _resultobj = Py_BuildValue("i",_result);
10505 return _resultobj;
10506 }
10507
10508 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
10509 static PyObject *_wrap_wxRadioBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10510 PyObject * _resultobj;
10511 int _result;
10512 wxRadioBox * _arg0;
10513 PyObject * _argo0 = 0;
10514 char *_kwnames[] = { "self", NULL };
10515
10516 self = self;
10517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetSelection",_kwnames,&_argo0))
10518 return NULL;
10519 if (_argo0) {
10520 if (_argo0 == Py_None) { _arg0 = NULL; }
10521 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10522 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
10523 return NULL;
10524 }
10525 }
10526 {
10527 PyThreadState* __tstate = wxPyBeginAllowThreads();
10528 _result = (int )wxRadioBox_GetSelection(_arg0);
10529
10530 wxPyEndAllowThreads(__tstate);
10531 if (PyErr_Occurred()) return NULL;
10532 } _resultobj = Py_BuildValue("i",_result);
10533 return _resultobj;
10534 }
10535
10536 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
10537 static PyObject *_wrap_wxRadioBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10538 PyObject * _resultobj;
10539 wxString * _result;
10540 wxRadioBox * _arg0;
10541 PyObject * _argo0 = 0;
10542 char *_kwnames[] = { "self", NULL };
10543
10544 self = self;
10545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetStringSelection",_kwnames,&_argo0))
10546 return NULL;
10547 if (_argo0) {
10548 if (_argo0 == Py_None) { _arg0 = NULL; }
10549 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10550 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
10551 return NULL;
10552 }
10553 }
10554 {
10555 PyThreadState* __tstate = wxPyBeginAllowThreads();
10556 _result = new wxString (wxRadioBox_GetStringSelection(_arg0));
10557
10558 wxPyEndAllowThreads(__tstate);
10559 if (PyErr_Occurred()) return NULL;
10560 }{
10561 #if wxUSE_UNICODE
10562 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
10563 #else
10564 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
10565 #endif
10566 }
10567 {
10568 delete _result;
10569 }
10570 return _resultobj;
10571 }
10572
10573 #define wxRadioBox_GetCount(_swigobj) (_swigobj->GetCount())
10574 static PyObject *_wrap_wxRadioBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
10575 PyObject * _resultobj;
10576 int _result;
10577 wxRadioBox * _arg0;
10578 PyObject * _argo0 = 0;
10579 char *_kwnames[] = { "self", NULL };
10580
10581 self = self;
10582 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetCount",_kwnames,&_argo0))
10583 return NULL;
10584 if (_argo0) {
10585 if (_argo0 == Py_None) { _arg0 = NULL; }
10586 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10587 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetCount. Expected _wxRadioBox_p.");
10588 return NULL;
10589 }
10590 }
10591 {
10592 PyThreadState* __tstate = wxPyBeginAllowThreads();
10593 _result = (int )wxRadioBox_GetCount(_arg0);
10594
10595 wxPyEndAllowThreads(__tstate);
10596 if (PyErr_Occurred()) return NULL;
10597 } _resultobj = Py_BuildValue("i",_result);
10598 return _resultobj;
10599 }
10600
10601 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
10602 static PyObject *_wrap_wxRadioBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10603 PyObject * _resultobj;
10604 wxRadioBox * _arg0;
10605 int _arg1;
10606 PyObject * _argo0 = 0;
10607 char *_kwnames[] = { "self","n", NULL };
10608
10609 self = self;
10610 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_SetSelection",_kwnames,&_argo0,&_arg1))
10611 return NULL;
10612 if (_argo0) {
10613 if (_argo0 == Py_None) { _arg0 = NULL; }
10614 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10615 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
10616 return NULL;
10617 }
10618 }
10619 {
10620 PyThreadState* __tstate = wxPyBeginAllowThreads();
10621 wxRadioBox_SetSelection(_arg0,_arg1);
10622
10623 wxPyEndAllowThreads(__tstate);
10624 if (PyErr_Occurred()) return NULL;
10625 } Py_INCREF(Py_None);
10626 _resultobj = Py_None;
10627 return _resultobj;
10628 }
10629
10630 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
10631 static PyObject *_wrap_wxRadioBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10632 PyObject * _resultobj;
10633 wxRadioBox * _arg0;
10634 wxString * _arg1;
10635 PyObject * _argo0 = 0;
10636 PyObject * _obj1 = 0;
10637 char *_kwnames[] = { "self","string", NULL };
10638
10639 self = self;
10640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_SetStringSelection",_kwnames,&_argo0,&_obj1))
10641 return NULL;
10642 if (_argo0) {
10643 if (_argo0 == Py_None) { _arg0 = NULL; }
10644 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10645 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
10646 return NULL;
10647 }
10648 }
10649 {
10650 _arg1 = wxString_in_helper(_obj1);
10651 if (_arg1 == NULL)
10652 return NULL;
10653 }
10654 {
10655 PyThreadState* __tstate = wxPyBeginAllowThreads();
10656 wxRadioBox_SetStringSelection(_arg0,*_arg1);
10657
10658 wxPyEndAllowThreads(__tstate);
10659 if (PyErr_Occurred()) return NULL;
10660 } Py_INCREF(Py_None);
10661 _resultobj = Py_None;
10662 {
10663 if (_obj1)
10664 delete _arg1;
10665 }
10666 return _resultobj;
10667 }
10668
10669 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
10670 static PyObject *_wrap_wxRadioBox_Show(PyObject *self, PyObject *args, PyObject *kwargs) {
10671 PyObject * _resultobj;
10672 wxRadioBox * _arg0;
10673 bool _arg1;
10674 PyObject * _argo0 = 0;
10675 int tempbool1;
10676 char *_kwnames[] = { "self","show", NULL };
10677
10678 self = self;
10679 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Show",_kwnames,&_argo0,&tempbool1))
10680 return NULL;
10681 if (_argo0) {
10682 if (_argo0 == Py_None) { _arg0 = NULL; }
10683 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10684 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
10685 return NULL;
10686 }
10687 }
10688 _arg1 = (bool ) tempbool1;
10689 {
10690 PyThreadState* __tstate = wxPyBeginAllowThreads();
10691 wxRadioBox_Show(_arg0,_arg1);
10692
10693 wxPyEndAllowThreads(__tstate);
10694 if (PyErr_Occurred()) return NULL;
10695 } Py_INCREF(Py_None);
10696 _resultobj = Py_None;
10697 return _resultobj;
10698 }
10699
10700 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
10701 static PyObject *_wrap_wxRadioBox_ShowItem(PyObject *self, PyObject *args, PyObject *kwargs) {
10702 PyObject * _resultobj;
10703 wxRadioBox * _arg0;
10704 int _arg1;
10705 bool _arg2;
10706 PyObject * _argo0 = 0;
10707 int tempbool2;
10708 char *_kwnames[] = { "self","item","show", NULL };
10709
10710 self = self;
10711 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_ShowItem",_kwnames,&_argo0,&_arg1,&tempbool2))
10712 return NULL;
10713 if (_argo0) {
10714 if (_argo0 == Py_None) { _arg0 = NULL; }
10715 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10716 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
10717 return NULL;
10718 }
10719 }
10720 _arg2 = (bool ) tempbool2;
10721 {
10722 PyThreadState* __tstate = wxPyBeginAllowThreads();
10723 wxRadioBox_ShowItem(_arg0,_arg1,_arg2);
10724
10725 wxPyEndAllowThreads(__tstate);
10726 if (PyErr_Occurred()) return NULL;
10727 } Py_INCREF(Py_None);
10728 _resultobj = Py_None;
10729 return _resultobj;
10730 }
10731
10732 static void *SwigwxRadioButtonTowxControl(void *ptr) {
10733 wxRadioButton *src;
10734 wxControl *dest;
10735 src = (wxRadioButton *) ptr;
10736 dest = (wxControl *) src;
10737 return (void *) dest;
10738 }
10739
10740 static void *SwigwxRadioButtonTowxWindow(void *ptr) {
10741 wxRadioButton *src;
10742 wxWindow *dest;
10743 src = (wxRadioButton *) ptr;
10744 dest = (wxWindow *) src;
10745 return (void *) dest;
10746 }
10747
10748 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr) {
10749 wxRadioButton *src;
10750 wxEvtHandler *dest;
10751 src = (wxRadioButton *) ptr;
10752 dest = (wxEvtHandler *) src;
10753 return (void *) dest;
10754 }
10755
10756 static void *SwigwxRadioButtonTowxObject(void *ptr) {
10757 wxRadioButton *src;
10758 wxObject *dest;
10759 src = (wxRadioButton *) ptr;
10760 dest = (wxObject *) src;
10761 return (void *) dest;
10762 }
10763
10764 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10765 static PyObject *_wrap_new_wxRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10766 PyObject * _resultobj;
10767 wxRadioButton * _result;
10768 wxWindow * _arg0;
10769 wxWindowID _arg1;
10770 wxString * _arg2;
10771 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
10772 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
10773 long _arg5 = (long ) 0;
10774 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
10775 wxString * _arg7 = (wxString *) &wxPyRadioButtonNameStr;
10776 PyObject * _argo0 = 0;
10777 PyObject * _obj2 = 0;
10778 wxPoint temp;
10779 PyObject * _obj3 = 0;
10780 wxSize temp0;
10781 PyObject * _obj4 = 0;
10782 PyObject * _argo6 = 0;
10783 PyObject * _obj7 = 0;
10784 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
10785 char _ptemp[128];
10786
10787 self = self;
10788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxRadioButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
10789 return NULL;
10790 if (_argo0) {
10791 if (_argo0 == Py_None) { _arg0 = NULL; }
10792 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
10793 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
10794 return NULL;
10795 }
10796 }
10797 {
10798 _arg2 = wxString_in_helper(_obj2);
10799 if (_arg2 == NULL)
10800 return NULL;
10801 }
10802 if (_obj3)
10803 {
10804 _arg3 = &temp;
10805 if (! wxPoint_helper(_obj3, &_arg3))
10806 return NULL;
10807 }
10808 if (_obj4)
10809 {
10810 _arg4 = &temp0;
10811 if (! wxSize_helper(_obj4, &_arg4))
10812 return NULL;
10813 }
10814 if (_argo6) {
10815 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
10816 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
10817 return NULL;
10818 }
10819 }
10820 if (_obj7)
10821 {
10822 _arg7 = wxString_in_helper(_obj7);
10823 if (_arg7 == NULL)
10824 return NULL;
10825 }
10826 {
10827 PyThreadState* __tstate = wxPyBeginAllowThreads();
10828 _result = (wxRadioButton *)new_wxRadioButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
10829
10830 wxPyEndAllowThreads(__tstate);
10831 if (PyErr_Occurred()) return NULL;
10832 } if (_result) {
10833 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
10834 _resultobj = Py_BuildValue("s",_ptemp);
10835 } else {
10836 Py_INCREF(Py_None);
10837 _resultobj = Py_None;
10838 }
10839 {
10840 if (_obj2)
10841 delete _arg2;
10842 }
10843 {
10844 if (_obj7)
10845 delete _arg7;
10846 }
10847 return _resultobj;
10848 }
10849
10850 #define new_wxPreRadioButton() (new wxRadioButton())
10851 static PyObject *_wrap_new_wxPreRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10852 PyObject * _resultobj;
10853 wxRadioButton * _result;
10854 char *_kwnames[] = { NULL };
10855 char _ptemp[128];
10856
10857 self = self;
10858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioButton",_kwnames))
10859 return NULL;
10860 {
10861 PyThreadState* __tstate = wxPyBeginAllowThreads();
10862 _result = (wxRadioButton *)new_wxPreRadioButton();
10863
10864 wxPyEndAllowThreads(__tstate);
10865 if (PyErr_Occurred()) return NULL;
10866 } if (_result) {
10867 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
10868 _resultobj = Py_BuildValue("s",_ptemp);
10869 } else {
10870 Py_INCREF(Py_None);
10871 _resultobj = Py_None;
10872 }
10873 return _resultobj;
10874 }
10875
10876 #define wxRadioButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10877 static PyObject *_wrap_wxRadioButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10878 PyObject * _resultobj;
10879 bool _result;
10880 wxRadioButton * _arg0;
10881 wxWindow * _arg1;
10882 wxWindowID _arg2;
10883 wxString * _arg3;
10884 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
10885 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
10886 long _arg6 = (long ) 0;
10887 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
10888 wxString * _arg8 = (wxString *) &wxPyRadioButtonNameStr;
10889 PyObject * _argo0 = 0;
10890 PyObject * _argo1 = 0;
10891 PyObject * _obj3 = 0;
10892 wxPoint temp;
10893 PyObject * _obj4 = 0;
10894 wxSize temp0;
10895 PyObject * _obj5 = 0;
10896 PyObject * _argo7 = 0;
10897 PyObject * _obj8 = 0;
10898 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
10899
10900 self = self;
10901 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxRadioButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
10902 return NULL;
10903 if (_argo0) {
10904 if (_argo0 == Py_None) { _arg0 = NULL; }
10905 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
10906 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_Create. Expected _wxRadioButton_p.");
10907 return NULL;
10908 }
10909 }
10910 if (_argo1) {
10911 if (_argo1 == Py_None) { _arg1 = NULL; }
10912 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
10913 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioButton_Create. Expected _wxWindow_p.");
10914 return NULL;
10915 }
10916 }
10917 {
10918 _arg3 = wxString_in_helper(_obj3);
10919 if (_arg3 == NULL)
10920 return NULL;
10921 }
10922 if (_obj4)
10923 {
10924 _arg4 = &temp;
10925 if (! wxPoint_helper(_obj4, &_arg4))
10926 return NULL;
10927 }
10928 if (_obj5)
10929 {
10930 _arg5 = &temp0;
10931 if (! wxSize_helper(_obj5, &_arg5))
10932 return NULL;
10933 }
10934 if (_argo7) {
10935 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
10936 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxRadioButton_Create. Expected _wxValidator_p.");
10937 return NULL;
10938 }
10939 }
10940 if (_obj8)
10941 {
10942 _arg8 = wxString_in_helper(_obj8);
10943 if (_arg8 == NULL)
10944 return NULL;
10945 }
10946 {
10947 PyThreadState* __tstate = wxPyBeginAllowThreads();
10948 _result = (bool )wxRadioButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
10949
10950 wxPyEndAllowThreads(__tstate);
10951 if (PyErr_Occurred()) return NULL;
10952 } _resultobj = Py_BuildValue("i",_result);
10953 {
10954 if (_obj3)
10955 delete _arg3;
10956 }
10957 {
10958 if (_obj8)
10959 delete _arg8;
10960 }
10961 return _resultobj;
10962 }
10963
10964 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
10965 static PyObject *_wrap_wxRadioButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10966 PyObject * _resultobj;
10967 bool _result;
10968 wxRadioButton * _arg0;
10969 PyObject * _argo0 = 0;
10970 char *_kwnames[] = { "self", NULL };
10971
10972 self = self;
10973 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioButton_GetValue",_kwnames,&_argo0))
10974 return NULL;
10975 if (_argo0) {
10976 if (_argo0 == Py_None) { _arg0 = NULL; }
10977 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
10978 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
10979 return NULL;
10980 }
10981 }
10982 {
10983 PyThreadState* __tstate = wxPyBeginAllowThreads();
10984 _result = (bool )wxRadioButton_GetValue(_arg0);
10985
10986 wxPyEndAllowThreads(__tstate);
10987 if (PyErr_Occurred()) return NULL;
10988 } _resultobj = Py_BuildValue("i",_result);
10989 return _resultobj;
10990 }
10991
10992 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10993 static PyObject *_wrap_wxRadioButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10994 PyObject * _resultobj;
10995 wxRadioButton * _arg0;
10996 bool _arg1;
10997 PyObject * _argo0 = 0;
10998 int tempbool1;
10999 char *_kwnames[] = { "self","value", NULL };
11000
11001 self = self;
11002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioButton_SetValue",_kwnames,&_argo0,&tempbool1))
11003 return NULL;
11004 if (_argo0) {
11005 if (_argo0 == Py_None) { _arg0 = NULL; }
11006 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
11007 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
11008 return NULL;
11009 }
11010 }
11011 _arg1 = (bool ) tempbool1;
11012 {
11013 PyThreadState* __tstate = wxPyBeginAllowThreads();
11014 wxRadioButton_SetValue(_arg0,_arg1);
11015
11016 wxPyEndAllowThreads(__tstate);
11017 if (PyErr_Occurred()) return NULL;
11018 } Py_INCREF(Py_None);
11019 _resultobj = Py_None;
11020 return _resultobj;
11021 }
11022
11023 static void *SwigwxSliderTowxControl(void *ptr) {
11024 wxSlider *src;
11025 wxControl *dest;
11026 src = (wxSlider *) ptr;
11027 dest = (wxControl *) src;
11028 return (void *) dest;
11029 }
11030
11031 static void *SwigwxSliderTowxWindow(void *ptr) {
11032 wxSlider *src;
11033 wxWindow *dest;
11034 src = (wxSlider *) ptr;
11035 dest = (wxWindow *) src;
11036 return (void *) dest;
11037 }
11038
11039 static void *SwigwxSliderTowxEvtHandler(void *ptr) {
11040 wxSlider *src;
11041 wxEvtHandler *dest;
11042 src = (wxSlider *) ptr;
11043 dest = (wxEvtHandler *) src;
11044 return (void *) dest;
11045 }
11046
11047 static void *SwigwxSliderTowxObject(void *ptr) {
11048 wxSlider *src;
11049 wxObject *dest;
11050 src = (wxSlider *) ptr;
11051 dest = (wxObject *) src;
11052 return (void *) dest;
11053 }
11054
11055 #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))
11056 static PyObject *_wrap_new_wxSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
11057 PyObject * _resultobj;
11058 wxSlider * _result;
11059 wxWindow * _arg0;
11060 wxWindowID _arg1;
11061 int _arg2;
11062 int _arg3;
11063 int _arg4;
11064 wxPoint * _arg5 = (wxPoint *) &wxDefaultPosition;
11065 wxSize * _arg6 = (wxSize *) &wxDefaultSize;
11066 long _arg7 = (long ) wxSL_HORIZONTAL;
11067 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
11068 wxString * _arg9 = (wxString *) &wxPySliderNameStr;
11069 PyObject * _argo0 = 0;
11070 wxPoint temp;
11071 PyObject * _obj5 = 0;
11072 wxSize temp0;
11073 PyObject * _obj6 = 0;
11074 PyObject * _argo8 = 0;
11075 PyObject * _obj9 = 0;
11076 char *_kwnames[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
11077 char _ptemp[128];
11078
11079 self = self;
11080 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|OOlOO:new_wxSlider",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&_obj5,&_obj6,&_arg7,&_argo8,&_obj9))
11081 return NULL;
11082 if (_argo0) {
11083 if (_argo0 == Py_None) { _arg0 = NULL; }
11084 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
11085 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
11086 return NULL;
11087 }
11088 }
11089 if (_obj5)
11090 {
11091 _arg5 = &temp;
11092 if (! wxPoint_helper(_obj5, &_arg5))
11093 return NULL;
11094 }
11095 if (_obj6)
11096 {
11097 _arg6 = &temp0;
11098 if (! wxSize_helper(_obj6, &_arg6))
11099 return NULL;
11100 }
11101 if (_argo8) {
11102 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
11103 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
11104 return NULL;
11105 }
11106 }
11107 if (_obj9)
11108 {
11109 _arg9 = wxString_in_helper(_obj9);
11110 if (_arg9 == NULL)
11111 return NULL;
11112 }
11113 {
11114 PyThreadState* __tstate = wxPyBeginAllowThreads();
11115 _result = (wxSlider *)new_wxSlider(_arg0,_arg1,_arg2,_arg3,_arg4,*_arg5,*_arg6,_arg7,*_arg8,*_arg9);
11116
11117 wxPyEndAllowThreads(__tstate);
11118 if (PyErr_Occurred()) return NULL;
11119 } if (_result) {
11120 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
11121 _resultobj = Py_BuildValue("s",_ptemp);
11122 } else {
11123 Py_INCREF(Py_None);
11124 _resultobj = Py_None;
11125 }
11126 {
11127 if (_obj9)
11128 delete _arg9;
11129 }
11130 return _resultobj;
11131 }
11132
11133 #define new_wxPreSlider() (new wxSlider())
11134 static PyObject *_wrap_new_wxPreSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
11135 PyObject * _resultobj;
11136 wxSlider * _result;
11137 char *_kwnames[] = { NULL };
11138 char _ptemp[128];
11139
11140 self = self;
11141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSlider",_kwnames))
11142 return NULL;
11143 {
11144 PyThreadState* __tstate = wxPyBeginAllowThreads();
11145 _result = (wxSlider *)new_wxPreSlider();
11146
11147 wxPyEndAllowThreads(__tstate);
11148 if (PyErr_Occurred()) return NULL;
11149 } if (_result) {
11150 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
11151 _resultobj = Py_BuildValue("s",_ptemp);
11152 } else {
11153 Py_INCREF(Py_None);
11154 _resultobj = Py_None;
11155 }
11156 return _resultobj;
11157 }
11158
11159 #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))
11160 static PyObject *_wrap_wxSlider_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11161 PyObject * _resultobj;
11162 bool _result;
11163 wxSlider * _arg0;
11164 wxWindow * _arg1;
11165 wxWindowID _arg2;
11166 int _arg3;
11167 int _arg4;
11168 int _arg5;
11169 wxPoint * _arg6 = (wxPoint *) &wxDefaultPosition;
11170 wxSize * _arg7 = (wxSize *) &wxDefaultSize;
11171 long _arg8 = (long ) wxSL_HORIZONTAL;
11172 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
11173 wxString * _arg10 = (wxString *) &wxPySliderNameStr;
11174 PyObject * _argo0 = 0;
11175 PyObject * _argo1 = 0;
11176 wxPoint temp;
11177 PyObject * _obj6 = 0;
11178 wxSize temp0;
11179 PyObject * _obj7 = 0;
11180 PyObject * _argo9 = 0;
11181 PyObject * _obj10 = 0;
11182 char *_kwnames[] = { "self","parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
11183
11184 self = self;
11185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiiii|OOlOO:wxSlider_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&_obj6,&_obj7,&_arg8,&_argo9,&_obj10))
11186 return NULL;
11187 if (_argo0) {
11188 if (_argo0 == Py_None) { _arg0 = NULL; }
11189 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11190 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_Create. Expected _wxSlider_p.");
11191 return NULL;
11192 }
11193 }
11194 if (_argo1) {
11195 if (_argo1 == Py_None) { _arg1 = NULL; }
11196 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
11197 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSlider_Create. Expected _wxWindow_p.");
11198 return NULL;
11199 }
11200 }
11201 if (_obj6)
11202 {
11203 _arg6 = &temp;
11204 if (! wxPoint_helper(_obj6, &_arg6))
11205 return NULL;
11206 }
11207 if (_obj7)
11208 {
11209 _arg7 = &temp0;
11210 if (! wxSize_helper(_obj7, &_arg7))
11211 return NULL;
11212 }
11213 if (_argo9) {
11214 if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
11215 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxSlider_Create. Expected _wxValidator_p.");
11216 return NULL;
11217 }
11218 }
11219 if (_obj10)
11220 {
11221 _arg10 = wxString_in_helper(_obj10);
11222 if (_arg10 == NULL)
11223 return NULL;
11224 }
11225 {
11226 PyThreadState* __tstate = wxPyBeginAllowThreads();
11227 _result = (bool )wxSlider_Create(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,*_arg6,*_arg7,_arg8,*_arg9,*_arg10);
11228
11229 wxPyEndAllowThreads(__tstate);
11230 if (PyErr_Occurred()) return NULL;
11231 } _resultobj = Py_BuildValue("i",_result);
11232 {
11233 if (_obj10)
11234 delete _arg10;
11235 }
11236 return _resultobj;
11237 }
11238
11239 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
11240 static PyObject *_wrap_wxSlider_ClearSel(PyObject *self, PyObject *args, PyObject *kwargs) {
11241 PyObject * _resultobj;
11242 wxSlider * _arg0;
11243 PyObject * _argo0 = 0;
11244 char *_kwnames[] = { "self", NULL };
11245
11246 self = self;
11247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearSel",_kwnames,&_argo0))
11248 return NULL;
11249 if (_argo0) {
11250 if (_argo0 == Py_None) { _arg0 = NULL; }
11251 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11252 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
11253 return NULL;
11254 }
11255 }
11256 {
11257 PyThreadState* __tstate = wxPyBeginAllowThreads();
11258 wxSlider_ClearSel(_arg0);
11259
11260 wxPyEndAllowThreads(__tstate);
11261 if (PyErr_Occurred()) return NULL;
11262 } Py_INCREF(Py_None);
11263 _resultobj = Py_None;
11264 return _resultobj;
11265 }
11266
11267 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
11268 static PyObject *_wrap_wxSlider_ClearTicks(PyObject *self, PyObject *args, PyObject *kwargs) {
11269 PyObject * _resultobj;
11270 wxSlider * _arg0;
11271 PyObject * _argo0 = 0;
11272 char *_kwnames[] = { "self", NULL };
11273
11274 self = self;
11275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearTicks",_kwnames,&_argo0))
11276 return NULL;
11277 if (_argo0) {
11278 if (_argo0 == Py_None) { _arg0 = NULL; }
11279 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11280 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
11281 return NULL;
11282 }
11283 }
11284 {
11285 PyThreadState* __tstate = wxPyBeginAllowThreads();
11286 wxSlider_ClearTicks(_arg0);
11287
11288 wxPyEndAllowThreads(__tstate);
11289 if (PyErr_Occurred()) return NULL;
11290 } Py_INCREF(Py_None);
11291 _resultobj = Py_None;
11292 return _resultobj;
11293 }
11294
11295 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
11296 static PyObject *_wrap_wxSlider_GetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11297 PyObject * _resultobj;
11298 int _result;
11299 wxSlider * _arg0;
11300 PyObject * _argo0 = 0;
11301 char *_kwnames[] = { "self", NULL };
11302
11303 self = self;
11304 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetLineSize",_kwnames,&_argo0))
11305 return NULL;
11306 if (_argo0) {
11307 if (_argo0 == Py_None) { _arg0 = NULL; }
11308 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11309 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
11310 return NULL;
11311 }
11312 }
11313 {
11314 PyThreadState* __tstate = wxPyBeginAllowThreads();
11315 _result = (int )wxSlider_GetLineSize(_arg0);
11316
11317 wxPyEndAllowThreads(__tstate);
11318 if (PyErr_Occurred()) return NULL;
11319 } _resultobj = Py_BuildValue("i",_result);
11320 return _resultobj;
11321 }
11322
11323 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
11324 static PyObject *_wrap_wxSlider_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
11325 PyObject * _resultobj;
11326 int _result;
11327 wxSlider * _arg0;
11328 PyObject * _argo0 = 0;
11329 char *_kwnames[] = { "self", NULL };
11330
11331 self = self;
11332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMax",_kwnames,&_argo0))
11333 return NULL;
11334 if (_argo0) {
11335 if (_argo0 == Py_None) { _arg0 = NULL; }
11336 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11337 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
11338 return NULL;
11339 }
11340 }
11341 {
11342 PyThreadState* __tstate = wxPyBeginAllowThreads();
11343 _result = (int )wxSlider_GetMax(_arg0);
11344
11345 wxPyEndAllowThreads(__tstate);
11346 if (PyErr_Occurred()) return NULL;
11347 } _resultobj = Py_BuildValue("i",_result);
11348 return _resultobj;
11349 }
11350
11351 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
11352 static PyObject *_wrap_wxSlider_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
11353 PyObject * _resultobj;
11354 int _result;
11355 wxSlider * _arg0;
11356 PyObject * _argo0 = 0;
11357 char *_kwnames[] = { "self", NULL };
11358
11359 self = self;
11360 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMin",_kwnames,&_argo0))
11361 return NULL;
11362 if (_argo0) {
11363 if (_argo0 == Py_None) { _arg0 = NULL; }
11364 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11365 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
11366 return NULL;
11367 }
11368 }
11369 {
11370 PyThreadState* __tstate = wxPyBeginAllowThreads();
11371 _result = (int )wxSlider_GetMin(_arg0);
11372
11373 wxPyEndAllowThreads(__tstate);
11374 if (PyErr_Occurred()) return NULL;
11375 } _resultobj = Py_BuildValue("i",_result);
11376 return _resultobj;
11377 }
11378
11379 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
11380 static PyObject *_wrap_wxSlider_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11381 PyObject * _resultobj;
11382 int _result;
11383 wxSlider * _arg0;
11384 PyObject * _argo0 = 0;
11385 char *_kwnames[] = { "self", NULL };
11386
11387 self = self;
11388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetPageSize",_kwnames,&_argo0))
11389 return NULL;
11390 if (_argo0) {
11391 if (_argo0 == Py_None) { _arg0 = NULL; }
11392 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11393 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
11394 return NULL;
11395 }
11396 }
11397 {
11398 PyThreadState* __tstate = wxPyBeginAllowThreads();
11399 _result = (int )wxSlider_GetPageSize(_arg0);
11400
11401 wxPyEndAllowThreads(__tstate);
11402 if (PyErr_Occurred()) return NULL;
11403 } _resultobj = Py_BuildValue("i",_result);
11404 return _resultobj;
11405 }
11406
11407 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
11408 static PyObject *_wrap_wxSlider_GetSelEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
11409 PyObject * _resultobj;
11410 int _result;
11411 wxSlider * _arg0;
11412 PyObject * _argo0 = 0;
11413 char *_kwnames[] = { "self", NULL };
11414
11415 self = self;
11416 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelEnd",_kwnames,&_argo0))
11417 return NULL;
11418 if (_argo0) {
11419 if (_argo0 == Py_None) { _arg0 = NULL; }
11420 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11421 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
11422 return NULL;
11423 }
11424 }
11425 {
11426 PyThreadState* __tstate = wxPyBeginAllowThreads();
11427 _result = (int )wxSlider_GetSelEnd(_arg0);
11428
11429 wxPyEndAllowThreads(__tstate);
11430 if (PyErr_Occurred()) return NULL;
11431 } _resultobj = Py_BuildValue("i",_result);
11432 return _resultobj;
11433 }
11434
11435 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
11436 static PyObject *_wrap_wxSlider_GetSelStart(PyObject *self, PyObject *args, PyObject *kwargs) {
11437 PyObject * _resultobj;
11438 int _result;
11439 wxSlider * _arg0;
11440 PyObject * _argo0 = 0;
11441 char *_kwnames[] = { "self", NULL };
11442
11443 self = self;
11444 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelStart",_kwnames,&_argo0))
11445 return NULL;
11446 if (_argo0) {
11447 if (_argo0 == Py_None) { _arg0 = NULL; }
11448 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11449 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
11450 return NULL;
11451 }
11452 }
11453 {
11454 PyThreadState* __tstate = wxPyBeginAllowThreads();
11455 _result = (int )wxSlider_GetSelStart(_arg0);
11456
11457 wxPyEndAllowThreads(__tstate);
11458 if (PyErr_Occurred()) return NULL;
11459 } _resultobj = Py_BuildValue("i",_result);
11460 return _resultobj;
11461 }
11462
11463 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
11464 static PyObject *_wrap_wxSlider_GetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
11465 PyObject * _resultobj;
11466 int _result;
11467 wxSlider * _arg0;
11468 PyObject * _argo0 = 0;
11469 char *_kwnames[] = { "self", NULL };
11470
11471 self = self;
11472 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetThumbLength",_kwnames,&_argo0))
11473 return NULL;
11474 if (_argo0) {
11475 if (_argo0 == Py_None) { _arg0 = NULL; }
11476 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11477 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
11478 return NULL;
11479 }
11480 }
11481 {
11482 PyThreadState* __tstate = wxPyBeginAllowThreads();
11483 _result = (int )wxSlider_GetThumbLength(_arg0);
11484
11485 wxPyEndAllowThreads(__tstate);
11486 if (PyErr_Occurred()) return NULL;
11487 } _resultobj = Py_BuildValue("i",_result);
11488 return _resultobj;
11489 }
11490
11491 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
11492 static PyObject *_wrap_wxSlider_GetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
11493 PyObject * _resultobj;
11494 int _result;
11495 wxSlider * _arg0;
11496 PyObject * _argo0 = 0;
11497 char *_kwnames[] = { "self", NULL };
11498
11499 self = self;
11500 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetTickFreq",_kwnames,&_argo0))
11501 return NULL;
11502 if (_argo0) {
11503 if (_argo0 == Py_None) { _arg0 = NULL; }
11504 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11505 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
11506 return NULL;
11507 }
11508 }
11509 {
11510 PyThreadState* __tstate = wxPyBeginAllowThreads();
11511 _result = (int )wxSlider_GetTickFreq(_arg0);
11512
11513 wxPyEndAllowThreads(__tstate);
11514 if (PyErr_Occurred()) return NULL;
11515 } _resultobj = Py_BuildValue("i",_result);
11516 return _resultobj;
11517 }
11518
11519 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
11520 static PyObject *_wrap_wxSlider_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11521 PyObject * _resultobj;
11522 int _result;
11523 wxSlider * _arg0;
11524 PyObject * _argo0 = 0;
11525 char *_kwnames[] = { "self", NULL };
11526
11527 self = self;
11528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetValue",_kwnames,&_argo0))
11529 return NULL;
11530 if (_argo0) {
11531 if (_argo0 == Py_None) { _arg0 = NULL; }
11532 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11533 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
11534 return NULL;
11535 }
11536 }
11537 {
11538 PyThreadState* __tstate = wxPyBeginAllowThreads();
11539 _result = (int )wxSlider_GetValue(_arg0);
11540
11541 wxPyEndAllowThreads(__tstate);
11542 if (PyErr_Occurred()) return NULL;
11543 } _resultobj = Py_BuildValue("i",_result);
11544 return _resultobj;
11545 }
11546
11547 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
11548 static PyObject *_wrap_wxSlider_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
11549 PyObject * _resultobj;
11550 wxSlider * _arg0;
11551 int _arg1;
11552 int _arg2;
11553 PyObject * _argo0 = 0;
11554 char *_kwnames[] = { "self","minValue","maxValue", NULL };
11555
11556 self = self;
11557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
11558 return NULL;
11559 if (_argo0) {
11560 if (_argo0 == Py_None) { _arg0 = NULL; }
11561 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11562 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
11563 return NULL;
11564 }
11565 }
11566 {
11567 PyThreadState* __tstate = wxPyBeginAllowThreads();
11568 wxSlider_SetRange(_arg0,_arg1,_arg2);
11569
11570 wxPyEndAllowThreads(__tstate);
11571 if (PyErr_Occurred()) return NULL;
11572 } Py_INCREF(Py_None);
11573 _resultobj = Py_None;
11574 return _resultobj;
11575 }
11576
11577 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
11578 static PyObject *_wrap_wxSlider_SetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
11579 PyObject * _resultobj;
11580 wxSlider * _arg0;
11581 int _arg1;
11582 int _arg2;
11583 PyObject * _argo0 = 0;
11584 char *_kwnames[] = { "self","n","pos", NULL };
11585
11586 self = self;
11587 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetTickFreq",_kwnames,&_argo0,&_arg1,&_arg2))
11588 return NULL;
11589 if (_argo0) {
11590 if (_argo0 == Py_None) { _arg0 = NULL; }
11591 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11592 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
11593 return NULL;
11594 }
11595 }
11596 {
11597 PyThreadState* __tstate = wxPyBeginAllowThreads();
11598 wxSlider_SetTickFreq(_arg0,_arg1,_arg2);
11599
11600 wxPyEndAllowThreads(__tstate);
11601 if (PyErr_Occurred()) return NULL;
11602 } Py_INCREF(Py_None);
11603 _resultobj = Py_None;
11604 return _resultobj;
11605 }
11606
11607 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
11608 static PyObject *_wrap_wxSlider_SetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11609 PyObject * _resultobj;
11610 wxSlider * _arg0;
11611 int _arg1;
11612 PyObject * _argo0 = 0;
11613 char *_kwnames[] = { "self","lineSize", NULL };
11614
11615 self = self;
11616 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetLineSize",_kwnames,&_argo0,&_arg1))
11617 return NULL;
11618 if (_argo0) {
11619 if (_argo0 == Py_None) { _arg0 = NULL; }
11620 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11621 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
11622 return NULL;
11623 }
11624 }
11625 {
11626 PyThreadState* __tstate = wxPyBeginAllowThreads();
11627 wxSlider_SetLineSize(_arg0,_arg1);
11628
11629 wxPyEndAllowThreads(__tstate);
11630 if (PyErr_Occurred()) return NULL;
11631 } Py_INCREF(Py_None);
11632 _resultobj = Py_None;
11633 return _resultobj;
11634 }
11635
11636 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
11637 static PyObject *_wrap_wxSlider_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11638 PyObject * _resultobj;
11639 wxSlider * _arg0;
11640 int _arg1;
11641 PyObject * _argo0 = 0;
11642 char *_kwnames[] = { "self","pageSize", NULL };
11643
11644 self = self;
11645 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetPageSize",_kwnames,&_argo0,&_arg1))
11646 return NULL;
11647 if (_argo0) {
11648 if (_argo0 == Py_None) { _arg0 = NULL; }
11649 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11650 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
11651 return NULL;
11652 }
11653 }
11654 {
11655 PyThreadState* __tstate = wxPyBeginAllowThreads();
11656 wxSlider_SetPageSize(_arg0,_arg1);
11657
11658 wxPyEndAllowThreads(__tstate);
11659 if (PyErr_Occurred()) return NULL;
11660 } Py_INCREF(Py_None);
11661 _resultobj = Py_None;
11662 return _resultobj;
11663 }
11664
11665 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
11666 static PyObject *_wrap_wxSlider_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11667 PyObject * _resultobj;
11668 wxSlider * _arg0;
11669 int _arg1;
11670 int _arg2;
11671 PyObject * _argo0 = 0;
11672 char *_kwnames[] = { "self","startPos","endPos", NULL };
11673
11674 self = self;
11675 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
11676 return NULL;
11677 if (_argo0) {
11678 if (_argo0 == Py_None) { _arg0 = NULL; }
11679 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11680 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
11681 return NULL;
11682 }
11683 }
11684 {
11685 PyThreadState* __tstate = wxPyBeginAllowThreads();
11686 wxSlider_SetSelection(_arg0,_arg1,_arg2);
11687
11688 wxPyEndAllowThreads(__tstate);
11689 if (PyErr_Occurred()) return NULL;
11690 } Py_INCREF(Py_None);
11691 _resultobj = Py_None;
11692 return _resultobj;
11693 }
11694
11695 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
11696 static PyObject *_wrap_wxSlider_SetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
11697 PyObject * _resultobj;
11698 wxSlider * _arg0;
11699 int _arg1;
11700 PyObject * _argo0 = 0;
11701 char *_kwnames[] = { "self","len", NULL };
11702
11703 self = self;
11704 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetThumbLength",_kwnames,&_argo0,&_arg1))
11705 return NULL;
11706 if (_argo0) {
11707 if (_argo0 == Py_None) { _arg0 = NULL; }
11708 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11709 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
11710 return NULL;
11711 }
11712 }
11713 {
11714 PyThreadState* __tstate = wxPyBeginAllowThreads();
11715 wxSlider_SetThumbLength(_arg0,_arg1);
11716
11717 wxPyEndAllowThreads(__tstate);
11718 if (PyErr_Occurred()) return NULL;
11719 } Py_INCREF(Py_None);
11720 _resultobj = Py_None;
11721 return _resultobj;
11722 }
11723
11724 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
11725 static PyObject *_wrap_wxSlider_SetTick(PyObject *self, PyObject *args, PyObject *kwargs) {
11726 PyObject * _resultobj;
11727 wxSlider * _arg0;
11728 int _arg1;
11729 PyObject * _argo0 = 0;
11730 char *_kwnames[] = { "self","tickPos", NULL };
11731
11732 self = self;
11733 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetTick",_kwnames,&_argo0,&_arg1))
11734 return NULL;
11735 if (_argo0) {
11736 if (_argo0 == Py_None) { _arg0 = NULL; }
11737 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11738 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
11739 return NULL;
11740 }
11741 }
11742 {
11743 PyThreadState* __tstate = wxPyBeginAllowThreads();
11744 wxSlider_SetTick(_arg0,_arg1);
11745
11746 wxPyEndAllowThreads(__tstate);
11747 if (PyErr_Occurred()) return NULL;
11748 } Py_INCREF(Py_None);
11749 _resultobj = Py_None;
11750 return _resultobj;
11751 }
11752
11753 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11754 static PyObject *_wrap_wxSlider_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11755 PyObject * _resultobj;
11756 wxSlider * _arg0;
11757 int _arg1;
11758 PyObject * _argo0 = 0;
11759 char *_kwnames[] = { "self","value", NULL };
11760
11761 self = self;
11762 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetValue",_kwnames,&_argo0,&_arg1))
11763 return NULL;
11764 if (_argo0) {
11765 if (_argo0 == Py_None) { _arg0 = NULL; }
11766 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11767 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
11768 return NULL;
11769 }
11770 }
11771 {
11772 PyThreadState* __tstate = wxPyBeginAllowThreads();
11773 wxSlider_SetValue(_arg0,_arg1);
11774
11775 wxPyEndAllowThreads(__tstate);
11776 if (PyErr_Occurred()) return NULL;
11777 } Py_INCREF(Py_None);
11778 _resultobj = Py_None;
11779 return _resultobj;
11780 }
11781
11782 static void *SwigwxSpinCtrlTowxSpinButton(void *ptr) {
11783 wxSpinCtrl *src;
11784 wxSpinButton *dest;
11785 src = (wxSpinCtrl *) ptr;
11786 dest = (wxSpinButton *) src;
11787 return (void *) dest;
11788 }
11789
11790 static void *SwigwxSpinCtrlTowxControl(void *ptr) {
11791 wxSpinCtrl *src;
11792 wxControl *dest;
11793 src = (wxSpinCtrl *) ptr;
11794 dest = (wxControl *) src;
11795 return (void *) dest;
11796 }
11797
11798 static void *SwigwxSpinCtrlTowxWindow(void *ptr) {
11799 wxSpinCtrl *src;
11800 wxWindow *dest;
11801 src = (wxSpinCtrl *) ptr;
11802 dest = (wxWindow *) src;
11803 return (void *) dest;
11804 }
11805
11806 static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr) {
11807 wxSpinCtrl *src;
11808 wxEvtHandler *dest;
11809 src = (wxSpinCtrl *) ptr;
11810 dest = (wxEvtHandler *) src;
11811 return (void *) dest;
11812 }
11813
11814 static void *SwigwxSpinCtrlTowxObject(void *ptr) {
11815 wxSpinCtrl *src;
11816 wxObject *dest;
11817 src = (wxSpinCtrl *) ptr;
11818 dest = (wxObject *) src;
11819 return (void *) dest;
11820 }
11821
11822 #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))
11823 static PyObject *_wrap_new_wxSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
11824 PyObject * _resultobj;
11825 wxSpinCtrl * _result;
11826 wxWindow * _arg0;
11827 wxWindowID _arg1 = (wxWindowID ) -1;
11828 wxString * _arg2 = (wxString *) &wxPyEmptyString;
11829 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
11830 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
11831 long _arg5 = (long ) wxSP_ARROW_KEYS;
11832 int _arg6 = (int ) 0;
11833 int _arg7 = (int ) 100;
11834 int _arg8 = (int ) 0;
11835 wxString * _arg9 = (wxString *) &wxPySpinCtrlNameStr;
11836 PyObject * _argo0 = 0;
11837 PyObject * _obj2 = 0;
11838 wxPoint temp;
11839 PyObject * _obj3 = 0;
11840 wxSize temp0;
11841 PyObject * _obj4 = 0;
11842 PyObject * _obj9 = 0;
11843 char *_kwnames[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL };
11844 char _ptemp[128];
11845
11846 self = self;
11847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOOliiiO:new_wxSpinCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_arg6,&_arg7,&_arg8,&_obj9))
11848 return NULL;
11849 if (_argo0) {
11850 if (_argo0 == Py_None) { _arg0 = NULL; }
11851 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
11852 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
11853 return NULL;
11854 }
11855 }
11856 if (_obj2)
11857 {
11858 _arg2 = wxString_in_helper(_obj2);
11859 if (_arg2 == NULL)
11860 return NULL;
11861 }
11862 if (_obj3)
11863 {
11864 _arg3 = &temp;
11865 if (! wxPoint_helper(_obj3, &_arg3))
11866 return NULL;
11867 }
11868 if (_obj4)
11869 {
11870 _arg4 = &temp0;
11871 if (! wxSize_helper(_obj4, &_arg4))
11872 return NULL;
11873 }
11874 if (_obj9)
11875 {
11876 _arg9 = wxString_in_helper(_obj9);
11877 if (_arg9 == NULL)
11878 return NULL;
11879 }
11880 {
11881 PyThreadState* __tstate = wxPyBeginAllowThreads();
11882 _result = (wxSpinCtrl *)new_wxSpinCtrl(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,*_arg9);
11883
11884 wxPyEndAllowThreads(__tstate);
11885 if (PyErr_Occurred()) return NULL;
11886 } if (_result) {
11887 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
11888 _resultobj = Py_BuildValue("s",_ptemp);
11889 } else {
11890 Py_INCREF(Py_None);
11891 _resultobj = Py_None;
11892 }
11893 {
11894 if (_obj2)
11895 delete _arg2;
11896 }
11897 {
11898 if (_obj9)
11899 delete _arg9;
11900 }
11901 return _resultobj;
11902 }
11903
11904 #define new_wxPreSpinCtrl() (new wxSpinCtrl())
11905 static PyObject *_wrap_new_wxPreSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
11906 PyObject * _resultobj;
11907 wxSpinCtrl * _result;
11908 char *_kwnames[] = { NULL };
11909 char _ptemp[128];
11910
11911 self = self;
11912 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinCtrl",_kwnames))
11913 return NULL;
11914 {
11915 PyThreadState* __tstate = wxPyBeginAllowThreads();
11916 _result = (wxSpinCtrl *)new_wxPreSpinCtrl();
11917
11918 wxPyEndAllowThreads(__tstate);
11919 if (PyErr_Occurred()) return NULL;
11920 } if (_result) {
11921 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
11922 _resultobj = Py_BuildValue("s",_ptemp);
11923 } else {
11924 Py_INCREF(Py_None);
11925 _resultobj = Py_None;
11926 }
11927 return _resultobj;
11928 }
11929
11930 #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))
11931 static PyObject *_wrap_wxSpinCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11932 PyObject * _resultobj;
11933 bool _result;
11934 wxSpinCtrl * _arg0;
11935 wxWindow * _arg1;
11936 wxWindowID _arg2 = (wxWindowID ) -1;
11937 wxString * _arg3 = (wxString *) &wxPyEmptyString;
11938 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
11939 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
11940 long _arg6 = (long ) wxSP_ARROW_KEYS;
11941 int _arg7 = (int ) 0;
11942 int _arg8 = (int ) 100;
11943 int _arg9 = (int ) 0;
11944 wxString * _arg10 = (wxString *) &wxPySpinCtrlNameStr;
11945 PyObject * _argo0 = 0;
11946 PyObject * _argo1 = 0;
11947 PyObject * _obj3 = 0;
11948 wxPoint temp;
11949 PyObject * _obj4 = 0;
11950 wxSize temp0;
11951 PyObject * _obj5 = 0;
11952 PyObject * _obj10 = 0;
11953 char *_kwnames[] = { "self","parent","id","value","pos","size","style","min","max","initial","name", NULL };
11954
11955 self = self;
11956 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOOliiiO:wxSpinCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_arg7,&_arg8,&_arg9,&_obj10))
11957 return NULL;
11958 if (_argo0) {
11959 if (_argo0 == Py_None) { _arg0 = NULL; }
11960 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11961 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_Create. Expected _wxSpinCtrl_p.");
11962 return NULL;
11963 }
11964 }
11965 if (_argo1) {
11966 if (_argo1 == Py_None) { _arg1 = NULL; }
11967 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
11968 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinCtrl_Create. Expected _wxWindow_p.");
11969 return NULL;
11970 }
11971 }
11972 if (_obj3)
11973 {
11974 _arg3 = wxString_in_helper(_obj3);
11975 if (_arg3 == NULL)
11976 return NULL;
11977 }
11978 if (_obj4)
11979 {
11980 _arg4 = &temp;
11981 if (! wxPoint_helper(_obj4, &_arg4))
11982 return NULL;
11983 }
11984 if (_obj5)
11985 {
11986 _arg5 = &temp0;
11987 if (! wxSize_helper(_obj5, &_arg5))
11988 return NULL;
11989 }
11990 if (_obj10)
11991 {
11992 _arg10 = wxString_in_helper(_obj10);
11993 if (_arg10 == NULL)
11994 return NULL;
11995 }
11996 {
11997 PyThreadState* __tstate = wxPyBeginAllowThreads();
11998 _result = (bool )wxSpinCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,*_arg10);
11999
12000 wxPyEndAllowThreads(__tstate);
12001 if (PyErr_Occurred()) return NULL;
12002 } _resultobj = Py_BuildValue("i",_result);
12003 {
12004 if (_obj3)
12005 delete _arg3;
12006 }
12007 {
12008 if (_obj10)
12009 delete _arg10;
12010 }
12011 return _resultobj;
12012 }
12013
12014 #define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
12015 static PyObject *_wrap_wxSpinCtrl_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
12016 PyObject * _resultobj;
12017 int _result;
12018 wxSpinCtrl * _arg0;
12019 PyObject * _argo0 = 0;
12020 char *_kwnames[] = { "self", NULL };
12021
12022 self = self;
12023 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMax",_kwnames,&_argo0))
12024 return NULL;
12025 if (_argo0) {
12026 if (_argo0 == Py_None) { _arg0 = NULL; }
12027 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
12028 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
12029 return NULL;
12030 }
12031 }
12032 {
12033 PyThreadState* __tstate = wxPyBeginAllowThreads();
12034 _result = (int )wxSpinCtrl_GetMax(_arg0);
12035
12036 wxPyEndAllowThreads(__tstate);
12037 if (PyErr_Occurred()) return NULL;
12038 } _resultobj = Py_BuildValue("i",_result);
12039 return _resultobj;
12040 }
12041
12042 #define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
12043 static PyObject *_wrap_wxSpinCtrl_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
12044 PyObject * _resultobj;
12045 int _result;
12046 wxSpinCtrl * _arg0;
12047 PyObject * _argo0 = 0;
12048 char *_kwnames[] = { "self", NULL };
12049
12050 self = self;
12051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMin",_kwnames,&_argo0))
12052 return NULL;
12053 if (_argo0) {
12054 if (_argo0 == Py_None) { _arg0 = NULL; }
12055 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
12056 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
12057 return NULL;
12058 }
12059 }
12060 {
12061 PyThreadState* __tstate = wxPyBeginAllowThreads();
12062 _result = (int )wxSpinCtrl_GetMin(_arg0);
12063
12064 wxPyEndAllowThreads(__tstate);
12065 if (PyErr_Occurred()) return NULL;
12066 } _resultobj = Py_BuildValue("i",_result);
12067 return _resultobj;
12068 }
12069
12070 #define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
12071 static PyObject *_wrap_wxSpinCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12072 PyObject * _resultobj;
12073 int _result;
12074 wxSpinCtrl * _arg0;
12075 PyObject * _argo0 = 0;
12076 char *_kwnames[] = { "self", NULL };
12077
12078 self = self;
12079 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetValue",_kwnames,&_argo0))
12080 return NULL;
12081 if (_argo0) {
12082 if (_argo0 == Py_None) { _arg0 = NULL; }
12083 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
12084 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
12085 return NULL;
12086 }
12087 }
12088 {
12089 PyThreadState* __tstate = wxPyBeginAllowThreads();
12090 _result = (int )wxSpinCtrl_GetValue(_arg0);
12091
12092 wxPyEndAllowThreads(__tstate);
12093 if (PyErr_Occurred()) return NULL;
12094 } _resultobj = Py_BuildValue("i",_result);
12095 return _resultobj;
12096 }
12097
12098 #define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
12099 static PyObject *_wrap_wxSpinCtrl_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
12100 PyObject * _resultobj;
12101 wxSpinCtrl * _arg0;
12102 int _arg1;
12103 int _arg2;
12104 PyObject * _argo0 = 0;
12105 char *_kwnames[] = { "self","min","max", NULL };
12106
12107 self = self;
12108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinCtrl_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
12109 return NULL;
12110 if (_argo0) {
12111 if (_argo0 == Py_None) { _arg0 = NULL; }
12112 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
12113 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
12114 return NULL;
12115 }
12116 }
12117 {
12118 PyThreadState* __tstate = wxPyBeginAllowThreads();
12119 wxSpinCtrl_SetRange(_arg0,_arg1,_arg2);
12120
12121 wxPyEndAllowThreads(__tstate);
12122 if (PyErr_Occurred()) return NULL;
12123 } Py_INCREF(Py_None);
12124 _resultobj = Py_None;
12125 return _resultobj;
12126 }
12127
12128 #define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
12129 static PyObject *_wrap_wxSpinCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12130 PyObject * _resultobj;
12131 wxSpinCtrl * _arg0;
12132 int _arg1;
12133 PyObject * _argo0 = 0;
12134 char *_kwnames[] = { "self","value", NULL };
12135
12136 self = self;
12137 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinCtrl_SetValue",_kwnames,&_argo0,&_arg1))
12138 return NULL;
12139 if (_argo0) {
12140 if (_argo0 == Py_None) { _arg0 = NULL; }
12141 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
12142 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
12143 return NULL;
12144 }
12145 }
12146 {
12147 PyThreadState* __tstate = wxPyBeginAllowThreads();
12148 wxSpinCtrl_SetValue(_arg0,_arg1);
12149
12150 wxPyEndAllowThreads(__tstate);
12151 if (PyErr_Occurred()) return NULL;
12152 } Py_INCREF(Py_None);
12153 _resultobj = Py_None;
12154 return _resultobj;
12155 }
12156
12157 #define wxSpinCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
12158 static PyObject *_wrap_wxSpinCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
12159 PyObject * _resultobj;
12160 wxSpinCtrl * _arg0;
12161 long _arg1;
12162 long _arg2;
12163 PyObject * _argo0 = 0;
12164 char *_kwnames[] = { "self","from","to", NULL };
12165
12166 self = self;
12167 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxSpinCtrl_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
12168 return NULL;
12169 if (_argo0) {
12170 if (_argo0 == Py_None) { _arg0 = NULL; }
12171 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
12172 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetSelection. Expected _wxSpinCtrl_p.");
12173 return NULL;
12174 }
12175 }
12176 {
12177 PyThreadState* __tstate = wxPyBeginAllowThreads();
12178 wxSpinCtrl_SetSelection(_arg0,_arg1,_arg2);
12179
12180 wxPyEndAllowThreads(__tstate);
12181 if (PyErr_Occurred()) return NULL;
12182 } Py_INCREF(Py_None);
12183 _resultobj = Py_None;
12184 return _resultobj;
12185 }
12186
12187 static PyMethodDef controlscMethods[] = {
12188 { "wxSpinCtrl_SetSelection", (PyCFunction) _wrap_wxSpinCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
12189 { "wxSpinCtrl_SetValue", (PyCFunction) _wrap_wxSpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
12190 { "wxSpinCtrl_SetRange", (PyCFunction) _wrap_wxSpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS },
12191 { "wxSpinCtrl_GetValue", (PyCFunction) _wrap_wxSpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
12192 { "wxSpinCtrl_GetMin", (PyCFunction) _wrap_wxSpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS },
12193 { "wxSpinCtrl_GetMax", (PyCFunction) _wrap_wxSpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS },
12194 { "wxSpinCtrl_Create", (PyCFunction) _wrap_wxSpinCtrl_Create, METH_VARARGS | METH_KEYWORDS },
12195 { "new_wxPreSpinCtrl", (PyCFunction) _wrap_new_wxPreSpinCtrl, METH_VARARGS | METH_KEYWORDS },
12196 { "new_wxSpinCtrl", (PyCFunction) _wrap_new_wxSpinCtrl, METH_VARARGS | METH_KEYWORDS },
12197 { "wxSlider_SetValue", (PyCFunction) _wrap_wxSlider_SetValue, METH_VARARGS | METH_KEYWORDS },
12198 { "wxSlider_SetTick", (PyCFunction) _wrap_wxSlider_SetTick, METH_VARARGS | METH_KEYWORDS },
12199 { "wxSlider_SetThumbLength", (PyCFunction) _wrap_wxSlider_SetThumbLength, METH_VARARGS | METH_KEYWORDS },
12200 { "wxSlider_SetSelection", (PyCFunction) _wrap_wxSlider_SetSelection, METH_VARARGS | METH_KEYWORDS },
12201 { "wxSlider_SetPageSize", (PyCFunction) _wrap_wxSlider_SetPageSize, METH_VARARGS | METH_KEYWORDS },
12202 { "wxSlider_SetLineSize", (PyCFunction) _wrap_wxSlider_SetLineSize, METH_VARARGS | METH_KEYWORDS },
12203 { "wxSlider_SetTickFreq", (PyCFunction) _wrap_wxSlider_SetTickFreq, METH_VARARGS | METH_KEYWORDS },
12204 { "wxSlider_SetRange", (PyCFunction) _wrap_wxSlider_SetRange, METH_VARARGS | METH_KEYWORDS },
12205 { "wxSlider_GetValue", (PyCFunction) _wrap_wxSlider_GetValue, METH_VARARGS | METH_KEYWORDS },
12206 { "wxSlider_GetTickFreq", (PyCFunction) _wrap_wxSlider_GetTickFreq, METH_VARARGS | METH_KEYWORDS },
12207 { "wxSlider_GetThumbLength", (PyCFunction) _wrap_wxSlider_GetThumbLength, METH_VARARGS | METH_KEYWORDS },
12208 { "wxSlider_GetSelStart", (PyCFunction) _wrap_wxSlider_GetSelStart, METH_VARARGS | METH_KEYWORDS },
12209 { "wxSlider_GetSelEnd", (PyCFunction) _wrap_wxSlider_GetSelEnd, METH_VARARGS | METH_KEYWORDS },
12210 { "wxSlider_GetPageSize", (PyCFunction) _wrap_wxSlider_GetPageSize, METH_VARARGS | METH_KEYWORDS },
12211 { "wxSlider_GetMin", (PyCFunction) _wrap_wxSlider_GetMin, METH_VARARGS | METH_KEYWORDS },
12212 { "wxSlider_GetMax", (PyCFunction) _wrap_wxSlider_GetMax, METH_VARARGS | METH_KEYWORDS },
12213 { "wxSlider_GetLineSize", (PyCFunction) _wrap_wxSlider_GetLineSize, METH_VARARGS | METH_KEYWORDS },
12214 { "wxSlider_ClearTicks", (PyCFunction) _wrap_wxSlider_ClearTicks, METH_VARARGS | METH_KEYWORDS },
12215 { "wxSlider_ClearSel", (PyCFunction) _wrap_wxSlider_ClearSel, METH_VARARGS | METH_KEYWORDS },
12216 { "wxSlider_Create", (PyCFunction) _wrap_wxSlider_Create, METH_VARARGS | METH_KEYWORDS },
12217 { "new_wxPreSlider", (PyCFunction) _wrap_new_wxPreSlider, METH_VARARGS | METH_KEYWORDS },
12218 { "new_wxSlider", (PyCFunction) _wrap_new_wxSlider, METH_VARARGS | METH_KEYWORDS },
12219 { "wxRadioButton_SetValue", (PyCFunction) _wrap_wxRadioButton_SetValue, METH_VARARGS | METH_KEYWORDS },
12220 { "wxRadioButton_GetValue", (PyCFunction) _wrap_wxRadioButton_GetValue, METH_VARARGS | METH_KEYWORDS },
12221 { "wxRadioButton_Create", (PyCFunction) _wrap_wxRadioButton_Create, METH_VARARGS | METH_KEYWORDS },
12222 { "new_wxPreRadioButton", (PyCFunction) _wrap_new_wxPreRadioButton, METH_VARARGS | METH_KEYWORDS },
12223 { "new_wxRadioButton", (PyCFunction) _wrap_new_wxRadioButton, METH_VARARGS | METH_KEYWORDS },
12224 { "wxRadioBox_ShowItem", (PyCFunction) _wrap_wxRadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS },
12225 { "wxRadioBox_Show", (PyCFunction) _wrap_wxRadioBox_Show, METH_VARARGS | METH_KEYWORDS },
12226 { "wxRadioBox_SetStringSelection", (PyCFunction) _wrap_wxRadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
12227 { "wxRadioBox_SetSelection", (PyCFunction) _wrap_wxRadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
12228 { "wxRadioBox_GetCount", (PyCFunction) _wrap_wxRadioBox_GetCount, METH_VARARGS | METH_KEYWORDS },
12229 { "wxRadioBox_GetStringSelection", (PyCFunction) _wrap_wxRadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
12230 { "wxRadioBox_GetSelection", (PyCFunction) _wrap_wxRadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
12231 { "wxRadioBox_GetNextItem", (PyCFunction) _wrap_wxRadioBox_GetNextItem, METH_VARARGS | METH_KEYWORDS },
12232 { "wxRadioBox_GetRowCount", (PyCFunction) _wrap_wxRadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS },
12233 { "wxRadioBox_GetColumnCount", (PyCFunction) _wrap_wxRadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
12234 { "wxRadioBox_SetString", (PyCFunction) _wrap_wxRadioBox_SetString, METH_VARARGS | METH_KEYWORDS },
12235 { "wxRadioBox_GetString", (PyCFunction) _wrap_wxRadioBox_GetString, METH_VARARGS | METH_KEYWORDS },
12236 { "wxRadioBox_FindString", (PyCFunction) _wrap_wxRadioBox_FindString, METH_VARARGS | METH_KEYWORDS },
12237 { "wxRadioBox_EnableItem", (PyCFunction) _wrap_wxRadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS },
12238 { "wxRadioBox_Enable", (PyCFunction) _wrap_wxRadioBox_Enable, METH_VARARGS | METH_KEYWORDS },
12239 { "wxRadioBox_Create", (PyCFunction) _wrap_wxRadioBox_Create, METH_VARARGS | METH_KEYWORDS },
12240 { "new_wxPreRadioBox", (PyCFunction) _wrap_new_wxPreRadioBox, METH_VARARGS | METH_KEYWORDS },
12241 { "new_wxRadioBox", (PyCFunction) _wrap_new_wxRadioBox, METH_VARARGS | METH_KEYWORDS },
12242 { "wxStaticBitmap_SetIcon", (PyCFunction) _wrap_wxStaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS },
12243 { "wxStaticBitmap_SetBitmap", (PyCFunction) _wrap_wxStaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS },
12244 { "wxStaticBitmap_GetBitmap", (PyCFunction) _wrap_wxStaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS },
12245 { "wxStaticBitmap_Create", (PyCFunction) _wrap_wxStaticBitmap_Create, METH_VARARGS | METH_KEYWORDS },
12246 { "new_wxPreStaticBitmap", (PyCFunction) _wrap_new_wxPreStaticBitmap, METH_VARARGS | METH_KEYWORDS },
12247 { "new_wxStaticBitmap", (PyCFunction) _wrap_new_wxStaticBitmap, METH_VARARGS | METH_KEYWORDS },
12248 { "wxSpinButton_SetValue", (PyCFunction) _wrap_wxSpinButton_SetValue, METH_VARARGS | METH_KEYWORDS },
12249 { "wxSpinButton_SetRange", (PyCFunction) _wrap_wxSpinButton_SetRange, METH_VARARGS | METH_KEYWORDS },
12250 { "wxSpinButton_GetValue", (PyCFunction) _wrap_wxSpinButton_GetValue, METH_VARARGS | METH_KEYWORDS },
12251 { "wxSpinButton_GetMin", (PyCFunction) _wrap_wxSpinButton_GetMin, METH_VARARGS | METH_KEYWORDS },
12252 { "wxSpinButton_GetMax", (PyCFunction) _wrap_wxSpinButton_GetMax, METH_VARARGS | METH_KEYWORDS },
12253 { "wxSpinButton_Create", (PyCFunction) _wrap_wxSpinButton_Create, METH_VARARGS | METH_KEYWORDS },
12254 { "new_wxPreSpinButton", (PyCFunction) _wrap_new_wxPreSpinButton, METH_VARARGS | METH_KEYWORDS },
12255 { "new_wxSpinButton", (PyCFunction) _wrap_new_wxSpinButton, METH_VARARGS | METH_KEYWORDS },
12256 { "wxScrollBar_SetScrollbar", (PyCFunction) _wrap_wxScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS },
12257 { "wxScrollBar_SetThumbPosition", (PyCFunction) _wrap_wxScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS },
12258 { "wxScrollBar_IsVertical", (PyCFunction) _wrap_wxScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS },
12259 { "wxScrollBar_GetThumbLength", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
12260 { "wxScrollBar_GetThumbSize", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
12261 { "wxScrollBar_GetThumbPosition", (PyCFunction) _wrap_wxScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS },
12262 { "wxScrollBar_GetPageSize", (PyCFunction) _wrap_wxScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS },
12263 { "wxScrollBar_GetRange", (PyCFunction) _wrap_wxScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS },
12264 { "wxScrollBar_Create", (PyCFunction) _wrap_wxScrollBar_Create, METH_VARARGS | METH_KEYWORDS },
12265 { "new_wxPreScrollBar", (PyCFunction) _wrap_new_wxPreScrollBar, METH_VARARGS | METH_KEYWORDS },
12266 { "new_wxScrollBar", (PyCFunction) _wrap_new_wxScrollBar, METH_VARARGS | METH_KEYWORDS },
12267 { "wxTextCtrl_GetString", (PyCFunction) _wrap_wxTextCtrl_GetString, METH_VARARGS | METH_KEYWORDS },
12268 { "wxTextCtrl_write", (PyCFunction) _wrap_wxTextCtrl_write, METH_VARARGS | METH_KEYWORDS },
12269 { "wxTextCtrl_IsMultiLine", (PyCFunction) _wrap_wxTextCtrl_IsMultiLine, METH_VARARGS | METH_KEYWORDS },
12270 { "wxTextCtrl_IsSingleLine", (PyCFunction) _wrap_wxTextCtrl_IsSingleLine, METH_VARARGS | METH_KEYWORDS },
12271 { "wxTextCtrl_SetEditable", (PyCFunction) _wrap_wxTextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS },
12272 { "wxTextCtrl_SelectAll", (PyCFunction) _wrap_wxTextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS },
12273 { "wxTextCtrl_SetSelection", (PyCFunction) _wrap_wxTextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
12274 { "wxTextCtrl_GetLastPosition", (PyCFunction) _wrap_wxTextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
12275 { "wxTextCtrl_GetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12276 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
12277 { "wxTextCtrl_SetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12278 { "wxTextCtrl_CanRedo", (PyCFunction) _wrap_wxTextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS },
12279 { "wxTextCtrl_CanUndo", (PyCFunction) _wrap_wxTextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS },
12280 { "wxTextCtrl_Redo", (PyCFunction) _wrap_wxTextCtrl_Redo, METH_VARARGS | METH_KEYWORDS },
12281 { "wxTextCtrl_Undo", (PyCFunction) _wrap_wxTextCtrl_Undo, METH_VARARGS | METH_KEYWORDS },
12282 { "wxTextCtrl_CanPaste", (PyCFunction) _wrap_wxTextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS },
12283 { "wxTextCtrl_CanCut", (PyCFunction) _wrap_wxTextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS },
12284 { "wxTextCtrl_CanCopy", (PyCFunction) _wrap_wxTextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS },
12285 { "wxTextCtrl_Paste", (PyCFunction) _wrap_wxTextCtrl_Paste, METH_VARARGS | METH_KEYWORDS },
12286 { "wxTextCtrl_Cut", (PyCFunction) _wrap_wxTextCtrl_Cut, METH_VARARGS | METH_KEYWORDS },
12287 { "wxTextCtrl_Copy", (PyCFunction) _wrap_wxTextCtrl_Copy, METH_VARARGS | METH_KEYWORDS },
12288 { "wxTextCtrl_ShowPosition", (PyCFunction) _wrap_wxTextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS },
12289 { "wxTextCtrl_PositionToXY", (PyCFunction) _wrap_wxTextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS },
12290 { "wxTextCtrl_XYToPosition", (PyCFunction) _wrap_wxTextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS },
12291 { "wxTextCtrl_GetStyle", (PyCFunction) _wrap_wxTextCtrl_GetStyle, METH_VARARGS | METH_KEYWORDS },
12292 { "wxTextCtrl_GetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
12293 { "wxTextCtrl_SetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
12294 { "wxTextCtrl_SetStyle", (PyCFunction) _wrap_wxTextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS },
12295 { "wxTextCtrl_EmulateKeyPress", (PyCFunction) _wrap_wxTextCtrl_EmulateKeyPress, METH_VARARGS | METH_KEYWORDS },
12296 { "wxTextCtrl_AppendText", (PyCFunction) _wrap_wxTextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS },
12297 { "wxTextCtrl_WriteText", (PyCFunction) _wrap_wxTextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS },
12298 { "wxTextCtrl_SetMaxLength", (PyCFunction) _wrap_wxTextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS },
12299 { "wxTextCtrl_DiscardEdits", (PyCFunction) _wrap_wxTextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS },
12300 { "wxTextCtrl_MarkDirty", (PyCFunction) _wrap_wxTextCtrl_MarkDirty, METH_VARARGS | METH_KEYWORDS },
12301 { "wxTextCtrl_SaveFile", (PyCFunction) _wrap_wxTextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS },
12302 { "wxTextCtrl_LoadFile", (PyCFunction) _wrap_wxTextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS },
12303 { "wxTextCtrl_Remove", (PyCFunction) _wrap_wxTextCtrl_Remove, METH_VARARGS | METH_KEYWORDS },
12304 { "wxTextCtrl_Replace", (PyCFunction) _wrap_wxTextCtrl_Replace, METH_VARARGS | METH_KEYWORDS },
12305 { "wxTextCtrl_Clear", (PyCFunction) _wrap_wxTextCtrl_Clear, METH_VARARGS | METH_KEYWORDS },
12306 { "wxTextCtrl_GetStringSelection", (PyCFunction) _wrap_wxTextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
12307 { "wxTextCtrl_GetSelection", (PyCFunction) _wrap_wxTextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
12308 { "wxTextCtrl_IsEditable", (PyCFunction) _wrap_wxTextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS },
12309 { "wxTextCtrl_IsModified", (PyCFunction) _wrap_wxTextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS },
12310 { "wxTextCtrl_GetNumberOfLines", (PyCFunction) _wrap_wxTextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS },
12311 { "wxTextCtrl_GetLineText", (PyCFunction) _wrap_wxTextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS },
12312 { "wxTextCtrl_GetLineLength", (PyCFunction) _wrap_wxTextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS },
12313 { "wxTextCtrl_GetRange", (PyCFunction) _wrap_wxTextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS },
12314 { "wxTextCtrl_SetValue", (PyCFunction) _wrap_wxTextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
12315 { "wxTextCtrl_GetValue", (PyCFunction) _wrap_wxTextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
12316 { "wxTextCtrl_Create", (PyCFunction) _wrap_wxTextCtrl_Create, METH_VARARGS | METH_KEYWORDS },
12317 { "new_wxPreTextCtrl", (PyCFunction) _wrap_new_wxPreTextCtrl, METH_VARARGS | METH_KEYWORDS },
12318 { "new_wxTextCtrl", (PyCFunction) _wrap_new_wxTextCtrl, METH_VARARGS | METH_KEYWORDS },
12319 { "wxTextAttr_Combine", (PyCFunction) _wrap_wxTextAttr_Combine, METH_VARARGS | METH_KEYWORDS },
12320 { "wxTextAttr_IsDefault", (PyCFunction) _wrap_wxTextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS },
12321 { "wxTextAttr_GetFlags", (PyCFunction) _wrap_wxTextAttr_GetFlags, METH_VARARGS | METH_KEYWORDS },
12322 { "wxTextAttr_GetRightIndent", (PyCFunction) _wrap_wxTextAttr_GetRightIndent, METH_VARARGS | METH_KEYWORDS },
12323 { "wxTextAttr_GetLeftIndent", (PyCFunction) _wrap_wxTextAttr_GetLeftIndent, METH_VARARGS | METH_KEYWORDS },
12324 { "wxTextAttr_GetTabs", (PyCFunction) _wrap_wxTextAttr_GetTabs, METH_VARARGS | METH_KEYWORDS },
12325 { "wxTextAttr_GetAlignment", (PyCFunction) _wrap_wxTextAttr_GetAlignment, METH_VARARGS | METH_KEYWORDS },
12326 { "wxTextAttr_GetFont", (PyCFunction) _wrap_wxTextAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
12327 { "wxTextAttr_GetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12328 { "wxTextAttr_GetTextColour", (PyCFunction) _wrap_wxTextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
12329 { "wxTextAttr_HasFlag", (PyCFunction) _wrap_wxTextAttr_HasFlag, METH_VARARGS | METH_KEYWORDS },
12330 { "wxTextAttr_HasRightIndent", (PyCFunction) _wrap_wxTextAttr_HasRightIndent, METH_VARARGS | METH_KEYWORDS },
12331 { "wxTextAttr_HasLeftIndent", (PyCFunction) _wrap_wxTextAttr_HasLeftIndent, METH_VARARGS | METH_KEYWORDS },
12332 { "wxTextAttr_HasTabs", (PyCFunction) _wrap_wxTextAttr_HasTabs, METH_VARARGS | METH_KEYWORDS },
12333 { "wxTextAttr_HasAlignment", (PyCFunction) _wrap_wxTextAttr_HasAlignment, METH_VARARGS | METH_KEYWORDS },
12334 { "wxTextAttr_HasFont", (PyCFunction) _wrap_wxTextAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
12335 { "wxTextAttr_HasBackgroundColour", (PyCFunction) _wrap_wxTextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12336 { "wxTextAttr_HasTextColour", (PyCFunction) _wrap_wxTextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
12337 { "wxTextAttr_SetFlags", (PyCFunction) _wrap_wxTextAttr_SetFlags, METH_VARARGS | METH_KEYWORDS },
12338 { "wxTextAttr_SetRightIndent", (PyCFunction) _wrap_wxTextAttr_SetRightIndent, METH_VARARGS | METH_KEYWORDS },
12339 { "wxTextAttr_SetLeftIndent", (PyCFunction) _wrap_wxTextAttr_SetLeftIndent, METH_VARARGS | METH_KEYWORDS },
12340 { "wxTextAttr_SetTabs", (PyCFunction) _wrap_wxTextAttr_SetTabs, METH_VARARGS | METH_KEYWORDS },
12341 { "wxTextAttr_SetAlignment", (PyCFunction) _wrap_wxTextAttr_SetAlignment, METH_VARARGS | METH_KEYWORDS },
12342 { "wxTextAttr_SetFont", (PyCFunction) _wrap_wxTextAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
12343 { "wxTextAttr_SetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12344 { "wxTextAttr_SetTextColour", (PyCFunction) _wrap_wxTextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
12345 { "wxTextAttr_Init", (PyCFunction) _wrap_wxTextAttr_Init, METH_VARARGS | METH_KEYWORDS },
12346 { "delete_wxTextAttr", (PyCFunction) _wrap_delete_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
12347 { "new_wxTextAttr", (PyCFunction) _wrap_new_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
12348 { "wxCheckListBox_HitTestXY", (PyCFunction) _wrap_wxCheckListBox_HitTestXY, METH_VARARGS | METH_KEYWORDS },
12349 { "wxCheckListBox_HitTest", (PyCFunction) _wrap_wxCheckListBox_HitTest, METH_VARARGS | METH_KEYWORDS },
12350 { "wxCheckListBox_InsertItems", (PyCFunction) _wrap_wxCheckListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
12351 { "wxCheckListBox_Check", (PyCFunction) _wrap_wxCheckListBox_Check, METH_VARARGS | METH_KEYWORDS },
12352 { "wxCheckListBox_IsChecked", (PyCFunction) _wrap_wxCheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
12353 { "wxCheckListBox_Create", (PyCFunction) _wrap_wxCheckListBox_Create, METH_VARARGS | METH_KEYWORDS },
12354 { "new_wxPreCheckListBox", (PyCFunction) _wrap_new_wxPreCheckListBox, METH_VARARGS | METH_KEYWORDS },
12355 { "new_wxCheckListBox", (PyCFunction) _wrap_new_wxCheckListBox, METH_VARARGS | METH_KEYWORDS },
12356 { "wxListBox_SetStringSelection", (PyCFunction) _wrap_wxListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
12357 { "wxListBox_SetString", (PyCFunction) _wrap_wxListBox_SetString, METH_VARARGS | METH_KEYWORDS },
12358 { "wxListBox_SetSelection", (PyCFunction) _wrap_wxListBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
12359 { "wxListBox_SetFirstItemStr", (PyCFunction) _wrap_wxListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS },
12360 { "wxListBox_SetFirstItem", (PyCFunction) _wrap_wxListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS },
12361 { "wxListBox_Set", (PyCFunction) _wrap_wxListBox_Set, METH_VARARGS | METH_KEYWORDS },
12362 { "wxListBox_Selected", (PyCFunction) _wrap_wxListBox_Selected, METH_VARARGS | METH_KEYWORDS },
12363 { "wxListBox_IsSelected", (PyCFunction) _wrap_wxListBox_IsSelected, METH_VARARGS | METH_KEYWORDS },
12364 { "wxListBox_InsertItems", (PyCFunction) _wrap_wxListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
12365 { "wxListBox_GetSelections", (PyCFunction) _wrap_wxListBox_GetSelections, METH_VARARGS | METH_KEYWORDS },
12366 { "wxListBox_Deselect", (PyCFunction) _wrap_wxListBox_Deselect, METH_VARARGS | METH_KEYWORDS },
12367 { "wxListBox_Clear", (PyCFunction) _wrap_wxListBox_Clear, METH_VARARGS | METH_KEYWORDS },
12368 { "wxListBox_Create", (PyCFunction) _wrap_wxListBox_Create, METH_VARARGS | METH_KEYWORDS },
12369 { "new_wxPreListBox", (PyCFunction) _wrap_new_wxPreListBox, METH_VARARGS | METH_KEYWORDS },
12370 { "new_wxListBox", (PyCFunction) _wrap_new_wxListBox, METH_VARARGS | METH_KEYWORDS },
12371 { "wxStaticText_SetLabel", (PyCFunction) _wrap_wxStaticText_SetLabel, METH_VARARGS | METH_KEYWORDS },
12372 { "wxStaticText_GetLabel", (PyCFunction) _wrap_wxStaticText_GetLabel, METH_VARARGS | METH_KEYWORDS },
12373 { "wxStaticText_Create", (PyCFunction) _wrap_wxStaticText_Create, METH_VARARGS | METH_KEYWORDS },
12374 { "new_wxPreStaticText", (PyCFunction) _wrap_new_wxPreStaticText, METH_VARARGS | METH_KEYWORDS },
12375 { "new_wxStaticText", (PyCFunction) _wrap_new_wxStaticText, METH_VARARGS | METH_KEYWORDS },
12376 { "wxStaticLine_Create", (PyCFunction) _wrap_wxStaticLine_Create, METH_VARARGS | METH_KEYWORDS },
12377 { "new_wxPreStaticLine", (PyCFunction) _wrap_new_wxPreStaticLine, METH_VARARGS | METH_KEYWORDS },
12378 { "new_wxStaticLine", (PyCFunction) _wrap_new_wxStaticLine, METH_VARARGS | METH_KEYWORDS },
12379 { "wxStaticBox_Create", (PyCFunction) _wrap_wxStaticBox_Create, METH_VARARGS | METH_KEYWORDS },
12380 { "new_wxPreStaticBox", (PyCFunction) _wrap_new_wxPreStaticBox, METH_VARARGS | METH_KEYWORDS },
12381 { "new_wxStaticBox", (PyCFunction) _wrap_new_wxStaticBox, METH_VARARGS | METH_KEYWORDS },
12382 { "wxGauge_SetValue", (PyCFunction) _wrap_wxGauge_SetValue, METH_VARARGS | METH_KEYWORDS },
12383 { "wxGauge_SetShadowWidth", (PyCFunction) _wrap_wxGauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS },
12384 { "wxGauge_SetRange", (PyCFunction) _wrap_wxGauge_SetRange, METH_VARARGS | METH_KEYWORDS },
12385 { "wxGauge_SetBezelFace", (PyCFunction) _wrap_wxGauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS },
12386 { "wxGauge_IsVertical", (PyCFunction) _wrap_wxGauge_IsVertical, METH_VARARGS | METH_KEYWORDS },
12387 { "wxGauge_GetValue", (PyCFunction) _wrap_wxGauge_GetValue, METH_VARARGS | METH_KEYWORDS },
12388 { "wxGauge_GetShadowWidth", (PyCFunction) _wrap_wxGauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS },
12389 { "wxGauge_GetRange", (PyCFunction) _wrap_wxGauge_GetRange, METH_VARARGS | METH_KEYWORDS },
12390 { "wxGauge_GetBezelFace", (PyCFunction) _wrap_wxGauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS },
12391 { "wxGauge_Create", (PyCFunction) _wrap_wxGauge_Create, METH_VARARGS | METH_KEYWORDS },
12392 { "new_wxPreGauge", (PyCFunction) _wrap_new_wxPreGauge, METH_VARARGS | METH_KEYWORDS },
12393 { "new_wxGauge", (PyCFunction) _wrap_new_wxGauge, METH_VARARGS | METH_KEYWORDS },
12394 { "wxComboBox_SetClientData", (PyCFunction) _wrap_wxComboBox_SetClientData, METH_VARARGS | METH_KEYWORDS },
12395 { "wxComboBox_GetClientData", (PyCFunction) _wrap_wxComboBox_GetClientData, METH_VARARGS | METH_KEYWORDS },
12396 { "wxComboBox_Append", (PyCFunction) _wrap_wxComboBox_Append, METH_VARARGS | METH_KEYWORDS },
12397 { "wxComboBox_GetStringSelection", (PyCFunction) _wrap_wxComboBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
12398 { "wxComboBox_GetSelection", (PyCFunction) _wrap_wxComboBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
12399 { "wxComboBox_FindString", (PyCFunction) _wrap_wxComboBox_FindString, METH_VARARGS | METH_KEYWORDS },
12400 { "wxComboBox_GetString", (PyCFunction) _wrap_wxComboBox_GetString, METH_VARARGS | METH_KEYWORDS },
12401 { "wxComboBox_GetCount", (PyCFunction) _wrap_wxComboBox_GetCount, METH_VARARGS | METH_KEYWORDS },
12402 { "wxComboBox_Delete", (PyCFunction) _wrap_wxComboBox_Delete, METH_VARARGS | METH_KEYWORDS },
12403 { "wxComboBox_Clear", (PyCFunction) _wrap_wxComboBox_Clear, METH_VARARGS | METH_KEYWORDS },
12404 { "wxComboBox_SetEditable", (PyCFunction) _wrap_wxComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS },
12405 { "wxComboBox_SetValue", (PyCFunction) _wrap_wxComboBox_SetValue, METH_VARARGS | METH_KEYWORDS },
12406 { "wxComboBox_SetMark", (PyCFunction) _wrap_wxComboBox_SetMark, METH_VARARGS | METH_KEYWORDS },
12407 { "wxComboBox_SetSelection", (PyCFunction) _wrap_wxComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
12408 { "wxComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_wxComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
12409 { "wxComboBox_SetInsertionPoint", (PyCFunction) _wrap_wxComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12410 { "wxComboBox_Remove", (PyCFunction) _wrap_wxComboBox_Remove, METH_VARARGS | METH_KEYWORDS },
12411 { "wxComboBox_Replace", (PyCFunction) _wrap_wxComboBox_Replace, METH_VARARGS | METH_KEYWORDS },
12412 { "wxComboBox_Paste", (PyCFunction) _wrap_wxComboBox_Paste, METH_VARARGS | METH_KEYWORDS },
12413 { "wxComboBox_GetValue", (PyCFunction) _wrap_wxComboBox_GetValue, METH_VARARGS | METH_KEYWORDS },
12414 { "wxComboBox_GetLastPosition", (PyCFunction) _wrap_wxComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
12415 { "wxComboBox_GetInsertionPoint", (PyCFunction) _wrap_wxComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12416 { "wxComboBox_Cut", (PyCFunction) _wrap_wxComboBox_Cut, METH_VARARGS | METH_KEYWORDS },
12417 { "wxComboBox_Copy", (PyCFunction) _wrap_wxComboBox_Copy, METH_VARARGS | METH_KEYWORDS },
12418 { "wxComboBox_Create", (PyCFunction) _wrap_wxComboBox_Create, METH_VARARGS | METH_KEYWORDS },
12419 { "new_wxPreComboBox", (PyCFunction) _wrap_new_wxPreComboBox, METH_VARARGS | METH_KEYWORDS },
12420 { "new_wxComboBox", (PyCFunction) _wrap_new_wxComboBox, METH_VARARGS | METH_KEYWORDS },
12421 { "wxChoice_SetString", (PyCFunction) _wrap_wxChoice_SetString, METH_VARARGS | METH_KEYWORDS },
12422 { "wxChoice_SetStringSelection", (PyCFunction) _wrap_wxChoice_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
12423 { "wxChoice_SetSelection", (PyCFunction) _wrap_wxChoice_SetSelection, METH_VARARGS | METH_KEYWORDS },
12424 { "wxChoice_SetColumns", (PyCFunction) _wrap_wxChoice_SetColumns, METH_VARARGS | METH_KEYWORDS },
12425 { "wxChoice_GetColumns", (PyCFunction) _wrap_wxChoice_GetColumns, METH_VARARGS | METH_KEYWORDS },
12426 { "wxChoice_Clear", (PyCFunction) _wrap_wxChoice_Clear, METH_VARARGS | METH_KEYWORDS },
12427 { "wxChoice_Create", (PyCFunction) _wrap_wxChoice_Create, METH_VARARGS | METH_KEYWORDS },
12428 { "new_wxPreChoice", (PyCFunction) _wrap_new_wxPreChoice, METH_VARARGS | METH_KEYWORDS },
12429 { "new_wxChoice", (PyCFunction) _wrap_new_wxChoice, METH_VARARGS | METH_KEYWORDS },
12430 { "wxCheckBox_Is3rdStateAllowedForUser", (PyCFunction) _wrap_wxCheckBox_Is3rdStateAllowedForUser, METH_VARARGS | METH_KEYWORDS },
12431 { "wxCheckBox_Is3State", (PyCFunction) _wrap_wxCheckBox_Is3State, METH_VARARGS | METH_KEYWORDS },
12432 { "wxCheckBox_Set3StateValue", (PyCFunction) _wrap_wxCheckBox_Set3StateValue, METH_VARARGS | METH_KEYWORDS },
12433 { "wxCheckBox_Get3StateValue", (PyCFunction) _wrap_wxCheckBox_Get3StateValue, METH_VARARGS | METH_KEYWORDS },
12434 { "wxCheckBox_SetValue", (PyCFunction) _wrap_wxCheckBox_SetValue, METH_VARARGS | METH_KEYWORDS },
12435 { "wxCheckBox_IsChecked", (PyCFunction) _wrap_wxCheckBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
12436 { "wxCheckBox_GetValue", (PyCFunction) _wrap_wxCheckBox_GetValue, METH_VARARGS | METH_KEYWORDS },
12437 { "wxCheckBox_Create", (PyCFunction) _wrap_wxCheckBox_Create, METH_VARARGS | METH_KEYWORDS },
12438 { "new_wxPreCheckBox", (PyCFunction) _wrap_new_wxPreCheckBox, METH_VARARGS | METH_KEYWORDS },
12439 { "new_wxCheckBox", (PyCFunction) _wrap_new_wxCheckBox, METH_VARARGS | METH_KEYWORDS },
12440 { "wxBitmapButton_GetMarginY", (PyCFunction) _wrap_wxBitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS },
12441 { "wxBitmapButton_GetMarginX", (PyCFunction) _wrap_wxBitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS },
12442 { "wxBitmapButton_SetMargins", (PyCFunction) _wrap_wxBitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS },
12443 { "wxBitmapButton_SetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
12444 { "wxBitmapButton_SetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
12445 { "wxBitmapButton_SetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
12446 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
12447 { "wxBitmapButton_GetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
12448 { "wxBitmapButton_GetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
12449 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
12450 { "wxBitmapButton_GetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
12451 { "wxBitmapButton_Create", (PyCFunction) _wrap_wxBitmapButton_Create, METH_VARARGS | METH_KEYWORDS },
12452 { "new_wxPreBitmapButton", (PyCFunction) _wrap_new_wxPreBitmapButton, METH_VARARGS | METH_KEYWORDS },
12453 { "new_wxBitmapButton", (PyCFunction) _wrap_new_wxBitmapButton, METH_VARARGS | METH_KEYWORDS },
12454 { "wxButton_GetDefaultSize", (PyCFunction) _wrap_wxButton_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
12455 { "wxButton_SetForegroundColour", (PyCFunction) _wrap_wxButton_SetForegroundColour, METH_VARARGS | METH_KEYWORDS },
12456 { "wxButton_SetBackgroundColour", (PyCFunction) _wrap_wxButton_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12457 { "wxButton_SetDefault", (PyCFunction) _wrap_wxButton_SetDefault, METH_VARARGS | METH_KEYWORDS },
12458 { "wxButton_Create", (PyCFunction) _wrap_wxButton_Create, METH_VARARGS | METH_KEYWORDS },
12459 { "new_wxPreButton", (PyCFunction) _wrap_new_wxPreButton, METH_VARARGS | METH_KEYWORDS },
12460 { "new_wxButton", (PyCFunction) _wrap_new_wxButton, METH_VARARGS | METH_KEYWORDS },
12461 { "wxControlWithItems_AppendItems", (PyCFunction) _wrap_wxControlWithItems_AppendItems, METH_VARARGS | METH_KEYWORDS },
12462 { "wxControlWithItems_SetClientData", (PyCFunction) _wrap_wxControlWithItems_SetClientData, METH_VARARGS | METH_KEYWORDS },
12463 { "wxControlWithItems_GetClientData", (PyCFunction) _wrap_wxControlWithItems_GetClientData, METH_VARARGS | METH_KEYWORDS },
12464 { "wxControlWithItems_Append", (PyCFunction) _wrap_wxControlWithItems_Append, METH_VARARGS | METH_KEYWORDS },
12465 { "wxControlWithItems_GetStringSelection", (PyCFunction) _wrap_wxControlWithItems_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
12466 { "wxControlWithItems_GetSelection", (PyCFunction) _wrap_wxControlWithItems_GetSelection, METH_VARARGS | METH_KEYWORDS },
12467 { "wxControlWithItems_Select", (PyCFunction) _wrap_wxControlWithItems_Select, METH_VARARGS | METH_KEYWORDS },
12468 { "wxControlWithItems_FindString", (PyCFunction) _wrap_wxControlWithItems_FindString, METH_VARARGS | METH_KEYWORDS },
12469 { "wxControlWithItems_SetString", (PyCFunction) _wrap_wxControlWithItems_SetString, METH_VARARGS | METH_KEYWORDS },
12470 { "wxControlWithItems_GetString", (PyCFunction) _wrap_wxControlWithItems_GetString, METH_VARARGS | METH_KEYWORDS },
12471 { "wxControlWithItems_GetCount", (PyCFunction) _wrap_wxControlWithItems_GetCount, METH_VARARGS | METH_KEYWORDS },
12472 { "wxControlWithItems_Delete", (PyCFunction) _wrap_wxControlWithItems_Delete, METH_VARARGS | METH_KEYWORDS },
12473 { "wxControl_SetLabel", (PyCFunction) _wrap_wxControl_SetLabel, METH_VARARGS | METH_KEYWORDS },
12474 { "wxControl_GetLabel", (PyCFunction) _wrap_wxControl_GetLabel, METH_VARARGS | METH_KEYWORDS },
12475 { "wxControl_Command", (PyCFunction) _wrap_wxControl_Command, METH_VARARGS | METH_KEYWORDS },
12476 { "wxControl_Create", (PyCFunction) _wrap_wxControl_Create, METH_VARARGS | METH_KEYWORDS },
12477 { "new_wxPreControl", (PyCFunction) _wrap_new_wxPreControl, METH_VARARGS | METH_KEYWORDS },
12478 { "new_wxControl", (PyCFunction) _wrap_new_wxControl, METH_VARARGS | METH_KEYWORDS },
12479 { NULL, NULL }
12480 };
12481 #ifdef __cplusplus
12482 }
12483 #endif
12484 /*
12485 * This table is used by the pointer type-checker
12486 */
12487 static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
12488 { "_signed_long","_long",0},
12489 { "_wxPrintQuality","_wxCoord",0},
12490 { "_wxPrintQuality","_int",0},
12491 { "_wxPrintQuality","_signed_int",0},
12492 { "_wxPrintQuality","_unsigned_int",0},
12493 { "_wxPrintQuality","_wxWindowID",0},
12494 { "_wxPrintQuality","_uint",0},
12495 { "_wxPrintQuality","_EBool",0},
12496 { "_wxPrintQuality","_size_t",0},
12497 { "_wxPrintQuality","_time_t",0},
12498 { "_byte","_unsigned_char",0},
12499 { "_long","_unsigned_long",0},
12500 { "_long","_signed_long",0},
12501 { "_size_t","_wxCoord",0},
12502 { "_size_t","_wxPrintQuality",0},
12503 { "_size_t","_time_t",0},
12504 { "_size_t","_unsigned_int",0},
12505 { "_size_t","_int",0},
12506 { "_size_t","_wxWindowID",0},
12507 { "_size_t","_uint",0},
12508 { "_uint","_wxCoord",0},
12509 { "_uint","_wxPrintQuality",0},
12510 { "_uint","_time_t",0},
12511 { "_uint","_size_t",0},
12512 { "_uint","_unsigned_int",0},
12513 { "_uint","_int",0},
12514 { "_uint","_wxWindowID",0},
12515 { "_wxChar","_char",0},
12516 { "_char","_wxChar",0},
12517 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton},
12518 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
12519 { "_EBool","_wxCoord",0},
12520 { "_EBool","_wxPrintQuality",0},
12521 { "_EBool","_signed_int",0},
12522 { "_EBool","_int",0},
12523 { "_EBool","_wxWindowID",0},
12524 { "_unsigned_long","_long",0},
12525 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
12526 { "_signed_int","_wxCoord",0},
12527 { "_signed_int","_wxPrintQuality",0},
12528 { "_signed_int","_EBool",0},
12529 { "_signed_int","_wxWindowID",0},
12530 { "_signed_int","_int",0},
12531 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox},
12532 { "_WXTYPE","_short",0},
12533 { "_WXTYPE","_signed_short",0},
12534 { "_WXTYPE","_unsigned_short",0},
12535 { "_unsigned_short","_WXTYPE",0},
12536 { "_unsigned_short","_short",0},
12537 { "_wxObject","_wxSpinCtrl",SwigwxSpinCtrlTowxObject},
12538 { "_wxObject","_wxSlider",SwigwxSliderTowxObject},
12539 { "_wxObject","_wxRadioButton",SwigwxRadioButtonTowxObject},
12540 { "_wxObject","_wxRadioBox",SwigwxRadioBoxTowxObject},
12541 { "_wxObject","_wxStaticBitmap",SwigwxStaticBitmapTowxObject},
12542 { "_wxObject","_wxSpinButton",SwigwxSpinButtonTowxObject},
12543 { "_wxObject","_wxScrollBar",SwigwxScrollBarTowxObject},
12544 { "_wxObject","_wxTextCtrl",SwigwxTextCtrlTowxObject},
12545 { "_wxObject","_wxCheckListBox",SwigwxCheckListBoxTowxObject},
12546 { "_wxObject","_wxListBox",SwigwxListBoxTowxObject},
12547 { "_wxObject","_wxStaticText",SwigwxStaticTextTowxObject},
12548 { "_wxObject","_wxStaticLine",SwigwxStaticLineTowxObject},
12549 { "_wxObject","_wxStaticBox",SwigwxStaticBoxTowxObject},
12550 { "_wxObject","_wxGauge",SwigwxGaugeTowxObject},
12551 { "_wxObject","_wxComboBox",SwigwxComboBoxTowxObject},
12552 { "_wxObject","_wxChoice",SwigwxChoiceTowxObject},
12553 { "_wxObject","_wxCheckBox",SwigwxCheckBoxTowxObject},
12554 { "_wxObject","_wxBitmapButton",SwigwxBitmapButtonTowxObject},
12555 { "_wxObject","_wxButton",SwigwxButtonTowxObject},
12556 { "_wxObject","_wxControlWithItems",SwigwxControlWithItemsTowxObject},
12557 { "_wxObject","_wxControl",SwigwxControlTowxObject},
12558 { "_signed_short","_WXTYPE",0},
12559 { "_signed_short","_short",0},
12560 { "_unsigned_char","_byte",0},
12561 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl},
12562 { "_wxControl","_wxSlider",SwigwxSliderTowxControl},
12563 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl},
12564 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl},
12565 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl},
12566 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl},
12567 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl},
12568 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl},
12569 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl},
12570 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl},
12571 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl},
12572 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl},
12573 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl},
12574 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl},
12575 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl},
12576 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl},
12577 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl},
12578 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl},
12579 { "_wxControl","_wxButton",SwigwxButtonTowxControl},
12580 { "_wxControl","_wxControlWithItems",SwigwxControlWithItemsTowxControl},
12581 { "_unsigned_int","_wxCoord",0},
12582 { "_unsigned_int","_wxPrintQuality",0},
12583 { "_unsigned_int","_time_t",0},
12584 { "_unsigned_int","_size_t",0},
12585 { "_unsigned_int","_uint",0},
12586 { "_unsigned_int","_wxWindowID",0},
12587 { "_unsigned_int","_int",0},
12588 { "_short","_WXTYPE",0},
12589 { "_short","_unsigned_short",0},
12590 { "_short","_signed_short",0},
12591 { "_wxControlWithItems","_wxCheckListBox",SwigwxCheckListBoxTowxControlWithItems},
12592 { "_wxControlWithItems","_wxListBox",SwigwxListBoxTowxControlWithItems},
12593 { "_wxControlWithItems","_wxChoice",SwigwxChoiceTowxControlWithItems},
12594 { "_wxWindowID","_wxCoord",0},
12595 { "_wxWindowID","_wxPrintQuality",0},
12596 { "_wxWindowID","_time_t",0},
12597 { "_wxWindowID","_size_t",0},
12598 { "_wxWindowID","_EBool",0},
12599 { "_wxWindowID","_uint",0},
12600 { "_wxWindowID","_int",0},
12601 { "_wxWindowID","_signed_int",0},
12602 { "_wxWindowID","_unsigned_int",0},
12603 { "_int","_wxCoord",0},
12604 { "_int","_wxPrintQuality",0},
12605 { "_int","_time_t",0},
12606 { "_int","_size_t",0},
12607 { "_int","_EBool",0},
12608 { "_int","_uint",0},
12609 { "_int","_wxWindowID",0},
12610 { "_int","_unsigned_int",0},
12611 { "_int","_signed_int",0},
12612 { "_time_t","_wxCoord",0},
12613 { "_time_t","_wxPrintQuality",0},
12614 { "_time_t","_unsigned_int",0},
12615 { "_time_t","_int",0},
12616 { "_time_t","_wxWindowID",0},
12617 { "_time_t","_uint",0},
12618 { "_time_t","_size_t",0},
12619 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton},
12620 { "_wxCoord","_int",0},
12621 { "_wxCoord","_signed_int",0},
12622 { "_wxCoord","_unsigned_int",0},
12623 { "_wxCoord","_wxWindowID",0},
12624 { "_wxCoord","_uint",0},
12625 { "_wxCoord","_EBool",0},
12626 { "_wxCoord","_size_t",0},
12627 { "_wxCoord","_time_t",0},
12628 { "_wxCoord","_wxPrintQuality",0},
12629 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler},
12630 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler},
12631 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler},
12632 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler},
12633 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler},
12634 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler},
12635 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler},
12636 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler},
12637 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler},
12638 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler},
12639 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler},
12640 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler},
12641 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler},
12642 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler},
12643 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler},
12644 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler},
12645 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler},
12646 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler},
12647 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler},
12648 { "_wxEvtHandler","_wxControlWithItems",SwigwxControlWithItemsTowxEvtHandler},
12649 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler},
12650 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow},
12651 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow},
12652 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow},
12653 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow},
12654 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow},
12655 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow},
12656 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow},
12657 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow},
12658 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow},
12659 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow},
12660 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow},
12661 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow},
12662 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow},
12663 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow},
12664 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow},
12665 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow},
12666 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow},
12667 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow},
12668 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow},
12669 { "_wxWindow","_wxControlWithItems",SwigwxControlWithItemsTowxWindow},
12670 { "_wxWindow","_wxControl",SwigwxControlTowxWindow},
12671 {0,0,0}};
12672
12673 static PyObject *SWIG_globals;
12674 #ifdef __cplusplus
12675 extern "C"
12676 #endif
12677 SWIGEXPORT(void) initcontrolsc() {
12678 PyObject *m, *d;
12679 SWIG_globals = SWIG_newvarlink();
12680 m = Py_InitModule("controlsc", controlscMethods);
12681 d = PyModule_GetDict(m);
12682 PyDict_SetItemString(d,"cvar", SWIG_globals);
12683 SWIG_addvarlink(SWIG_globals,"wxDefaultValidator",_wrap_wxDefaultValidator_get, _wrap_wxDefaultValidator_set);
12684 PyDict_SetItemString(d,"wxCHK_2STATE", PyInt_FromLong((long) wxCHK_2STATE));
12685 PyDict_SetItemString(d,"wxCHK_3STATE", PyInt_FromLong((long) wxCHK_3STATE));
12686 PyDict_SetItemString(d,"wxCHK_ALLOW_3RD_STATE_FOR_USER", PyInt_FromLong((long) wxCHK_ALLOW_3RD_STATE_FOR_USER));
12687 PyDict_SetItemString(d,"wxCHK_UNCHECKED", PyInt_FromLong((long) wxCHK_UNCHECKED));
12688 PyDict_SetItemString(d,"wxCHK_CHECKED", PyInt_FromLong((long) wxCHK_CHECKED));
12689 PyDict_SetItemString(d,"wxCHK_UNDETERMINED", PyInt_FromLong((long) wxCHK_UNDETERMINED));
12690 PyDict_SetItemString(d,"wxTE_NO_VSCROLL", PyInt_FromLong((long) wxTE_NO_VSCROLL));
12691 PyDict_SetItemString(d,"wxTE_AUTO_SCROLL", PyInt_FromLong((long) wxTE_AUTO_SCROLL));
12692 PyDict_SetItemString(d,"wxTE_READONLY", PyInt_FromLong((long) wxTE_READONLY));
12693 PyDict_SetItemString(d,"wxTE_MULTILINE", PyInt_FromLong((long) wxTE_MULTILINE));
12694 PyDict_SetItemString(d,"wxTE_PROCESS_TAB", PyInt_FromLong((long) wxTE_PROCESS_TAB));
12695 PyDict_SetItemString(d,"wxTE_LEFT", PyInt_FromLong((long) wxTE_LEFT));
12696 PyDict_SetItemString(d,"wxTE_CENTER", PyInt_FromLong((long) wxTE_CENTER));
12697 PyDict_SetItemString(d,"wxTE_RIGHT", PyInt_FromLong((long) wxTE_RIGHT));
12698 PyDict_SetItemString(d,"wxTE_CENTRE", PyInt_FromLong((long) wxTE_CENTRE));
12699 PyDict_SetItemString(d,"wxTE_RICH", PyInt_FromLong((long) wxTE_RICH));
12700 PyDict_SetItemString(d,"wxTE_PROCESS_ENTER", PyInt_FromLong((long) wxTE_PROCESS_ENTER));
12701 PyDict_SetItemString(d,"wxTE_PASSWORD", PyInt_FromLong((long) wxTE_PASSWORD));
12702 PyDict_SetItemString(d,"wxTE_AUTO_URL", PyInt_FromLong((long) wxTE_AUTO_URL));
12703 PyDict_SetItemString(d,"wxTE_NOHIDESEL", PyInt_FromLong((long) wxTE_NOHIDESEL));
12704 PyDict_SetItemString(d,"wxTE_DONTWRAP", PyInt_FromLong((long) wxTE_DONTWRAP));
12705 PyDict_SetItemString(d,"wxTE_LINEWRAP", PyInt_FromLong((long) wxTE_LINEWRAP));
12706 PyDict_SetItemString(d,"wxTE_WORDWRAP", PyInt_FromLong((long) wxTE_WORDWRAP));
12707 PyDict_SetItemString(d,"wxTE_RICH2", PyInt_FromLong((long) wxTE_RICH2));
12708 PyDict_SetItemString(d,"wxTEXT_ATTR_TEXT_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_TEXT_COLOUR));
12709 PyDict_SetItemString(d,"wxTEXT_ATTR_BACKGROUND_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_BACKGROUND_COLOUR));
12710 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_FACE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_FACE));
12711 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_SIZE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_SIZE));
12712 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_WEIGHT", PyInt_FromLong((long) wxTEXT_ATTR_FONT_WEIGHT));
12713 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_ITALIC", PyInt_FromLong((long) wxTEXT_ATTR_FONT_ITALIC));
12714 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_UNDERLINE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_UNDERLINE));
12715 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT", PyInt_FromLong((long) wxTEXT_ATTR_FONT));
12716 PyDict_SetItemString(d,"wxTEXT_ATTR_ALIGNMENT", PyInt_FromLong((long) wxTEXT_ATTR_ALIGNMENT));
12717 PyDict_SetItemString(d,"wxTEXT_ATTR_LEFT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_LEFT_INDENT));
12718 PyDict_SetItemString(d,"wxTEXT_ATTR_RIGHT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_RIGHT_INDENT));
12719 PyDict_SetItemString(d,"wxTEXT_ATTR_TABS", PyInt_FromLong((long) wxTEXT_ATTR_TABS));
12720 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_DEFAULT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_DEFAULT));
12721 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_LEFT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_LEFT));
12722 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_CENTRE", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTRE));
12723 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_CENTER", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTER));
12724 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_RIGHT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_RIGHT));
12725 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_JUSTIFIED", PyInt_FromLong((long) wxTEXT_ALIGNMENT_JUSTIFIED));
12726 {
12727 int i;
12728 for (i = 0; _swig_mapping[i].n1; i++)
12729 SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv);
12730 }
12731 }