]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/msw/controls.cpp
More unicode related cleanup and fixes for wxPython
[wxWidgets.git] / wxPython / src / msw / controls.cpp
1 /*
2 * FILE : src/msw/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 <string.h>
23 #include <stdlib.h>
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a) __declspec(dllexport) a
28 # else
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a) a _export
31 # else
32 # define SWIGEXPORT(a) a
33 # endif
34 # endif
35 #else
36 # define SWIGEXPORT(a) a
37 #endif
38
39 #include "Python.h"
40
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44
45 extern void SWIG_MakePtr(char *, void *, char *);
46 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47 extern char *SWIG_GetPtr(char *, void **, char *);
48 extern char *SWIG_GetPtrObj(PyObject *, void **, char *);
49 extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
50 extern PyObject *SWIG_newvarlink(void);
51 #ifdef __cplusplus
52 }
53 #endif
54 #define SWIG_init initcontrolsc
55
56 #define SWIG_name "controlsc"
57
58 #include "helpers.h"
59 #include <wx/slider.h>
60 #include <wx/spinbutt.h>
61 #include <wx/spinctrl.h>
62 #include <wx/dynarray.h>
63 #include <wx/statline.h>
64 #include <wx/tglbtn.h>
65
66 #ifdef __WXMSW__
67 #if wxUSE_OWNER_DRAWN
68 #include <wx/checklst.h>
69 #endif
70 #endif
71
72 #ifdef __WXGTK__
73 #include <wx/checklst.h>
74 #endif
75
76
77 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
78 PyObject* o2;
79 PyObject* o3;
80
81 if (!target) {
82 target = o;
83 } else if (target == Py_None) {
84 Py_DECREF(Py_None);
85 target = o;
86 } else {
87 if (!PyTuple_Check(target)) {
88 o2 = target;
89 target = PyTuple_New(1);
90 PyTuple_SetItem(target, 0, o2);
91 }
92 o3 = PyTuple_New(1);
93 PyTuple_SetItem(o3, 0, o);
94
95 o2 = target;
96 target = PySequence_Concat(o2, o3);
97 Py_DECREF(o2);
98 Py_DECREF(o3);
99 }
100 return target;
101 }
102
103 //#define DECLARE_DEF_STRING(name) static wxString* wxPy##name
104
105 // Put some wx default wxChar* values into wxStrings.
106 DECLARE_DEF_STRING(ControlNameStr);
107 DECLARE_DEF_STRING(ButtonNameStr);
108 DECLARE_DEF_STRING(CheckBoxNameStr);
109 DECLARE_DEF_STRING(ChoiceNameStr);
110 DECLARE_DEF_STRING(ComboBoxNameStr);
111 DECLARE_DEF_STRING(GaugeNameStr);
112 DECLARE_DEF_STRING(StaticBoxNameStr);
113 DECLARE_DEF_STRING(StaticTextNameStr);
114 DECLARE_DEF_STRING(ListBoxNameStr);
115 DECLARE_DEF_STRING(TextCtrlNameStr);
116 DECLARE_DEF_STRING(ScrollBarNameStr);
117 DECLARE_DEF_STRING(SPIN_BUTTON_NAME);
118 DECLARE_DEF_STRING(StaticBitmapNameStr);
119 DECLARE_DEF_STRING(RadioBoxNameStr);
120 DECLARE_DEF_STRING(RadioButtonNameStr);
121 DECLARE_DEF_STRING(SliderNameStr);
122
123 wxChar* wxSpinCtrlNameStr = _T("wxSpinCtrl");
124 DECLARE_DEF_STRING(SpinCtrlNameStr);
125
126 static const wxString wxPyEmptyString(wxT(""));
127 #ifdef __cplusplus
128 extern "C" {
129 #endif
130 static int _wrap_wxDefaultValidator_set(PyObject *val) {
131
132 PyErr_SetString(PyExc_TypeError,"Variable wxDefaultValidator is read-only.");
133 return 1;
134 }
135
136 static PyObject *_wrap_wxDefaultValidator_get() {
137 PyObject * pyobj;
138 char ptemp[128];
139
140 SWIG_MakePtr(ptemp,(char *) &wxDefaultValidator,"_wxValidator_p");
141 pyobj = PyString_FromString(ptemp);
142 return pyobj;
143 }
144
145 static void *SwigwxControlTowxWindow(void *ptr) {
146 wxControl *src;
147 wxWindow *dest;
148 src = (wxControl *) ptr;
149 dest = (wxWindow *) src;
150 return (void *) dest;
151 }
152
153 static void *SwigwxControlTowxEvtHandler(void *ptr) {
154 wxControl *src;
155 wxEvtHandler *dest;
156 src = (wxControl *) ptr;
157 dest = (wxEvtHandler *) src;
158 return (void *) dest;
159 }
160
161 static void *SwigwxControlTowxObject(void *ptr) {
162 wxControl *src;
163 wxObject *dest;
164 src = (wxControl *) ptr;
165 dest = (wxObject *) src;
166 return (void *) dest;
167 }
168
169 #define new_wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
170 static PyObject *_wrap_new_wxControl(PyObject *self, PyObject *args, PyObject *kwargs) {
171 PyObject * _resultobj;
172 wxControl * _result;
173 wxWindow * _arg0;
174 wxWindowID _arg1;
175 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
176 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
177 long _arg4 = (long ) 0;
178 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
179 wxString * _arg6 = (wxString *) &wxPyControlNameStr;
180 PyObject * _argo0 = 0;
181 wxPoint temp;
182 PyObject * _obj2 = 0;
183 wxSize temp0;
184 PyObject * _obj3 = 0;
185 PyObject * _argo5 = 0;
186 PyObject * _obj6 = 0;
187 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
188 char _ptemp[128];
189
190 self = self;
191 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOlOO:new_wxControl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6))
192 return NULL;
193 if (_argo0) {
194 if (_argo0 == Py_None) { _arg0 = NULL; }
195 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
196 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxControl. Expected _wxWindow_p.");
197 return NULL;
198 }
199 }
200 if (_obj2)
201 {
202 _arg2 = &temp;
203 if (! wxPoint_helper(_obj2, &_arg2))
204 return NULL;
205 }
206 if (_obj3)
207 {
208 _arg3 = &temp0;
209 if (! wxSize_helper(_obj3, &_arg3))
210 return NULL;
211 }
212 if (_argo5) {
213 if (_argo5 == Py_None) { _arg5 = NULL; }
214 else if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
215 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxControl. Expected _wxValidator_p.");
216 return NULL;
217 }
218 }
219 if (_obj6)
220 {
221 _arg6 = wxString_in_helper(_obj6);
222 if (_arg6 == NULL)
223 return NULL;
224 }
225 {
226 PyThreadState* __tstate = wxPyBeginAllowThreads();
227 _result = (wxControl *)new_wxControl(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6);
228
229 wxPyEndAllowThreads(__tstate);
230 if (PyErr_Occurred()) return NULL;
231 } if (_result) {
232 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
233 _resultobj = Py_BuildValue("s",_ptemp);
234 } else {
235 Py_INCREF(Py_None);
236 _resultobj = Py_None;
237 }
238 {
239 if (_obj6)
240 delete _arg6;
241 }
242 return _resultobj;
243 }
244
245 #define new_wxPreControl() (new wxControl())
246 static PyObject *_wrap_new_wxPreControl(PyObject *self, PyObject *args, PyObject *kwargs) {
247 PyObject * _resultobj;
248 wxControl * _result;
249 char *_kwnames[] = { NULL };
250 char _ptemp[128];
251
252 self = self;
253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreControl",_kwnames))
254 return NULL;
255 {
256 PyThreadState* __tstate = wxPyBeginAllowThreads();
257 _result = (wxControl *)new_wxPreControl();
258
259 wxPyEndAllowThreads(__tstate);
260 if (PyErr_Occurred()) return NULL;
261 } if (_result) {
262 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
263 _resultobj = Py_BuildValue("s",_ptemp);
264 } else {
265 Py_INCREF(Py_None);
266 _resultobj = Py_None;
267 }
268 return _resultobj;
269 }
270
271 #define wxControl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
272 static PyObject *_wrap_wxControl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
273 PyObject * _resultobj;
274 bool _result;
275 wxControl * _arg0;
276 wxWindow * _arg1;
277 wxWindowID _arg2;
278 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
279 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
280 long _arg5 = (long ) 0;
281 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
282 wxString * _arg7 = (wxString *) &wxPyControlNameStr;
283 PyObject * _argo0 = 0;
284 PyObject * _argo1 = 0;
285 wxPoint temp;
286 PyObject * _obj3 = 0;
287 wxSize temp0;
288 PyObject * _obj4 = 0;
289 PyObject * _argo6 = 0;
290 PyObject * _obj7 = 0;
291 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
292
293 self = self;
294 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOlOO:wxControl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
295 return NULL;
296 if (_argo0) {
297 if (_argo0 == Py_None) { _arg0 = NULL; }
298 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
299 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Create. Expected _wxControl_p.");
300 return NULL;
301 }
302 }
303 if (_argo1) {
304 if (_argo1 == Py_None) { _arg1 = NULL; }
305 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
306 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Create. Expected _wxWindow_p.");
307 return NULL;
308 }
309 }
310 if (_obj3)
311 {
312 _arg3 = &temp;
313 if (! wxPoint_helper(_obj3, &_arg3))
314 return NULL;
315 }
316 if (_obj4)
317 {
318 _arg4 = &temp0;
319 if (! wxSize_helper(_obj4, &_arg4))
320 return NULL;
321 }
322 if (_argo6) {
323 if (_argo6 == Py_None) { _arg6 = NULL; }
324 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
325 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxControl_Create. Expected _wxValidator_p.");
326 return NULL;
327 }
328 }
329 if (_obj7)
330 {
331 _arg7 = wxString_in_helper(_obj7);
332 if (_arg7 == NULL)
333 return NULL;
334 }
335 {
336 PyThreadState* __tstate = wxPyBeginAllowThreads();
337 _result = (bool )wxControl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
338
339 wxPyEndAllowThreads(__tstate);
340 if (PyErr_Occurred()) return NULL;
341 } _resultobj = Py_BuildValue("i",_result);
342 {
343 if (_obj7)
344 delete _arg7;
345 }
346 return _resultobj;
347 }
348
349 #define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
350 static PyObject *_wrap_wxControl_Command(PyObject *self, PyObject *args, PyObject *kwargs) {
351 PyObject * _resultobj;
352 wxControl * _arg0;
353 wxCommandEvent * _arg1;
354 PyObject * _argo0 = 0;
355 PyObject * _argo1 = 0;
356 char *_kwnames[] = { "self","event", NULL };
357
358 self = self;
359 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_Command",_kwnames,&_argo0,&_argo1))
360 return NULL;
361 if (_argo0) {
362 if (_argo0 == Py_None) { _arg0 = NULL; }
363 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
364 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
365 return NULL;
366 }
367 }
368 if (_argo1) {
369 if (_argo1 == Py_None) { _arg1 = NULL; }
370 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxCommandEvent_p")) {
371 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
372 return NULL;
373 }
374 }
375 {
376 PyThreadState* __tstate = wxPyBeginAllowThreads();
377 wxControl_Command(_arg0,*_arg1);
378
379 wxPyEndAllowThreads(__tstate);
380 if (PyErr_Occurred()) return NULL;
381 } Py_INCREF(Py_None);
382 _resultobj = Py_None;
383 return _resultobj;
384 }
385
386 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
387 static PyObject *_wrap_wxControl_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
388 PyObject * _resultobj;
389 wxString * _result;
390 wxControl * _arg0;
391 PyObject * _argo0 = 0;
392 char *_kwnames[] = { "self", NULL };
393
394 self = self;
395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControl_GetLabel",_kwnames,&_argo0))
396 return NULL;
397 if (_argo0) {
398 if (_argo0 == Py_None) { _arg0 = NULL; }
399 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
400 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
401 return NULL;
402 }
403 }
404 {
405 PyThreadState* __tstate = wxPyBeginAllowThreads();
406 _result = new wxString (wxControl_GetLabel(_arg0));
407
408 wxPyEndAllowThreads(__tstate);
409 if (PyErr_Occurred()) return NULL;
410 }{
411 #if wxUSE_UNICODE
412 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
413 #else
414 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
415 #endif
416 }
417 {
418 delete _result;
419 }
420 return _resultobj;
421 }
422
423 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
424 static PyObject *_wrap_wxControl_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
425 PyObject * _resultobj;
426 wxControl * _arg0;
427 wxString * _arg1;
428 PyObject * _argo0 = 0;
429 PyObject * _obj1 = 0;
430 char *_kwnames[] = { "self","label", NULL };
431
432 self = self;
433 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_SetLabel",_kwnames,&_argo0,&_obj1))
434 return NULL;
435 if (_argo0) {
436 if (_argo0 == Py_None) { _arg0 = NULL; }
437 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
438 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
439 return NULL;
440 }
441 }
442 {
443 _arg1 = wxString_in_helper(_obj1);
444 if (_arg1 == NULL)
445 return NULL;
446 }
447 {
448 PyThreadState* __tstate = wxPyBeginAllowThreads();
449 wxControl_SetLabel(_arg0,*_arg1);
450
451 wxPyEndAllowThreads(__tstate);
452 if (PyErr_Occurred()) return NULL;
453 } Py_INCREF(Py_None);
454 _resultobj = Py_None;
455 {
456 if (_obj1)
457 delete _arg1;
458 }
459 return _resultobj;
460 }
461
462 static void *SwigwxControlWithItemsTowxControl(void *ptr) {
463 wxControlWithItems *src;
464 wxControl *dest;
465 src = (wxControlWithItems *) ptr;
466 dest = (wxControl *) src;
467 return (void *) dest;
468 }
469
470 static void *SwigwxControlWithItemsTowxWindow(void *ptr) {
471 wxControlWithItems *src;
472 wxWindow *dest;
473 src = (wxControlWithItems *) ptr;
474 dest = (wxWindow *) src;
475 return (void *) dest;
476 }
477
478 static void *SwigwxControlWithItemsTowxEvtHandler(void *ptr) {
479 wxControlWithItems *src;
480 wxEvtHandler *dest;
481 src = (wxControlWithItems *) ptr;
482 dest = (wxEvtHandler *) src;
483 return (void *) dest;
484 }
485
486 static void *SwigwxControlWithItemsTowxObject(void *ptr) {
487 wxControlWithItems *src;
488 wxObject *dest;
489 src = (wxControlWithItems *) ptr;
490 dest = (wxObject *) src;
491 return (void *) dest;
492 }
493
494 #define wxControlWithItems_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
495 static PyObject *_wrap_wxControlWithItems_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
496 PyObject * _resultobj;
497 wxControlWithItems * _arg0;
498 int _arg1;
499 PyObject * _argo0 = 0;
500 char *_kwnames[] = { "self","n", NULL };
501
502 self = self;
503 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Delete",_kwnames,&_argo0,&_arg1))
504 return NULL;
505 if (_argo0) {
506 if (_argo0 == Py_None) { _arg0 = NULL; }
507 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
508 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Delete. Expected _wxControlWithItems_p.");
509 return NULL;
510 }
511 }
512 {
513 PyThreadState* __tstate = wxPyBeginAllowThreads();
514 wxControlWithItems_Delete(_arg0,_arg1);
515
516 wxPyEndAllowThreads(__tstate);
517 if (PyErr_Occurred()) return NULL;
518 } Py_INCREF(Py_None);
519 _resultobj = Py_None;
520 return _resultobj;
521 }
522
523 #define wxControlWithItems_GetCount(_swigobj) (_swigobj->GetCount())
524 static PyObject *_wrap_wxControlWithItems_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
525 PyObject * _resultobj;
526 int _result;
527 wxControlWithItems * _arg0;
528 PyObject * _argo0 = 0;
529 char *_kwnames[] = { "self", NULL };
530
531 self = self;
532 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetCount",_kwnames,&_argo0))
533 return NULL;
534 if (_argo0) {
535 if (_argo0 == Py_None) { _arg0 = NULL; }
536 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
537 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetCount. Expected _wxControlWithItems_p.");
538 return NULL;
539 }
540 }
541 {
542 PyThreadState* __tstate = wxPyBeginAllowThreads();
543 _result = (int )wxControlWithItems_GetCount(_arg0);
544
545 wxPyEndAllowThreads(__tstate);
546 if (PyErr_Occurred()) return NULL;
547 } _resultobj = Py_BuildValue("i",_result);
548 return _resultobj;
549 }
550
551 #define wxControlWithItems_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
552 static PyObject *_wrap_wxControlWithItems_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
553 PyObject * _resultobj;
554 wxString * _result;
555 wxControlWithItems * _arg0;
556 int _arg1;
557 PyObject * _argo0 = 0;
558 char *_kwnames[] = { "self","n", NULL };
559
560 self = self;
561 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetString",_kwnames,&_argo0,&_arg1))
562 return NULL;
563 if (_argo0) {
564 if (_argo0 == Py_None) { _arg0 = NULL; }
565 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
566 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetString. Expected _wxControlWithItems_p.");
567 return NULL;
568 }
569 }
570 {
571 PyThreadState* __tstate = wxPyBeginAllowThreads();
572 _result = new wxString (wxControlWithItems_GetString(_arg0,_arg1));
573
574 wxPyEndAllowThreads(__tstate);
575 if (PyErr_Occurred()) return NULL;
576 }{
577 #if wxUSE_UNICODE
578 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
579 #else
580 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
581 #endif
582 }
583 {
584 delete _result;
585 }
586 return _resultobj;
587 }
588
589 #define wxControlWithItems_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
590 static PyObject *_wrap_wxControlWithItems_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
591 PyObject * _resultobj;
592 wxControlWithItems * _arg0;
593 int _arg1;
594 wxString * _arg2;
595 PyObject * _argo0 = 0;
596 PyObject * _obj2 = 0;
597 char *_kwnames[] = { "self","n","s", NULL };
598
599 self = self;
600 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
601 return NULL;
602 if (_argo0) {
603 if (_argo0 == Py_None) { _arg0 = NULL; }
604 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
605 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetString. Expected _wxControlWithItems_p.");
606 return NULL;
607 }
608 }
609 {
610 _arg2 = wxString_in_helper(_obj2);
611 if (_arg2 == NULL)
612 return NULL;
613 }
614 {
615 PyThreadState* __tstate = wxPyBeginAllowThreads();
616 wxControlWithItems_SetString(_arg0,_arg1,*_arg2);
617
618 wxPyEndAllowThreads(__tstate);
619 if (PyErr_Occurred()) return NULL;
620 } Py_INCREF(Py_None);
621 _resultobj = Py_None;
622 {
623 if (_obj2)
624 delete _arg2;
625 }
626 return _resultobj;
627 }
628
629 #define wxControlWithItems_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
630 static PyObject *_wrap_wxControlWithItems_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
631 PyObject * _resultobj;
632 int _result;
633 wxControlWithItems * _arg0;
634 wxString * _arg1;
635 PyObject * _argo0 = 0;
636 PyObject * _obj1 = 0;
637 char *_kwnames[] = { "self","s", NULL };
638
639 self = self;
640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControlWithItems_FindString",_kwnames,&_argo0,&_obj1))
641 return NULL;
642 if (_argo0) {
643 if (_argo0 == Py_None) { _arg0 = NULL; }
644 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
645 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_FindString. Expected _wxControlWithItems_p.");
646 return NULL;
647 }
648 }
649 {
650 _arg1 = wxString_in_helper(_obj1);
651 if (_arg1 == NULL)
652 return NULL;
653 }
654 {
655 PyThreadState* __tstate = wxPyBeginAllowThreads();
656 _result = (int )wxControlWithItems_FindString(_arg0,*_arg1);
657
658 wxPyEndAllowThreads(__tstate);
659 if (PyErr_Occurred()) return NULL;
660 } _resultobj = Py_BuildValue("i",_result);
661 {
662 if (_obj1)
663 delete _arg1;
664 }
665 return _resultobj;
666 }
667
668 #define wxControlWithItems_Select(_swigobj,_swigarg0) (_swigobj->Select(_swigarg0))
669 static PyObject *_wrap_wxControlWithItems_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
670 PyObject * _resultobj;
671 wxControlWithItems * _arg0;
672 int _arg1;
673 PyObject * _argo0 = 0;
674 char *_kwnames[] = { "self","n", NULL };
675
676 self = self;
677 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Select",_kwnames,&_argo0,&_arg1))
678 return NULL;
679 if (_argo0) {
680 if (_argo0 == Py_None) { _arg0 = NULL; }
681 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
682 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Select. Expected _wxControlWithItems_p.");
683 return NULL;
684 }
685 }
686 {
687 PyThreadState* __tstate = wxPyBeginAllowThreads();
688 wxControlWithItems_Select(_arg0,_arg1);
689
690 wxPyEndAllowThreads(__tstate);
691 if (PyErr_Occurred()) return NULL;
692 } Py_INCREF(Py_None);
693 _resultobj = Py_None;
694 return _resultobj;
695 }
696
697 #define wxControlWithItems_GetSelection(_swigobj) (_swigobj->GetSelection())
698 static PyObject *_wrap_wxControlWithItems_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
699 PyObject * _resultobj;
700 int _result;
701 wxControlWithItems * _arg0;
702 PyObject * _argo0 = 0;
703 char *_kwnames[] = { "self", NULL };
704
705 self = self;
706 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetSelection",_kwnames,&_argo0))
707 return NULL;
708 if (_argo0) {
709 if (_argo0 == Py_None) { _arg0 = NULL; }
710 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
711 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetSelection. Expected _wxControlWithItems_p.");
712 return NULL;
713 }
714 }
715 {
716 PyThreadState* __tstate = wxPyBeginAllowThreads();
717 _result = (int )wxControlWithItems_GetSelection(_arg0);
718
719 wxPyEndAllowThreads(__tstate);
720 if (PyErr_Occurred()) return NULL;
721 } _resultobj = Py_BuildValue("i",_result);
722 return _resultobj;
723 }
724
725 #define wxControlWithItems_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
726 static PyObject *_wrap_wxControlWithItems_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
727 PyObject * _resultobj;
728 wxString * _result;
729 wxControlWithItems * _arg0;
730 PyObject * _argo0 = 0;
731 char *_kwnames[] = { "self", NULL };
732
733 self = self;
734 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetStringSelection",_kwnames,&_argo0))
735 return NULL;
736 if (_argo0) {
737 if (_argo0 == Py_None) { _arg0 = NULL; }
738 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
739 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetStringSelection. Expected _wxControlWithItems_p.");
740 return NULL;
741 }
742 }
743 {
744 PyThreadState* __tstate = wxPyBeginAllowThreads();
745 _result = new wxString (wxControlWithItems_GetStringSelection(_arg0));
746
747 wxPyEndAllowThreads(__tstate);
748 if (PyErr_Occurred()) return NULL;
749 }{
750 #if wxUSE_UNICODE
751 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
752 #else
753 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
754 #endif
755 }
756 {
757 delete _result;
758 }
759 return _resultobj;
760 }
761
762 static void wxControlWithItems_Append(wxControlWithItems *self,const wxString & item,PyObject * clientData) {
763 if (clientData) {
764 wxPyClientData* data = new wxPyClientData(clientData);
765 self->Append(item, data);
766 } else
767 self->Append(item);
768 }
769 static PyObject *_wrap_wxControlWithItems_Append(PyObject *self, PyObject *args, PyObject *kwargs) {
770 PyObject * _resultobj;
771 wxControlWithItems * _arg0;
772 wxString * _arg1;
773 PyObject * _arg2 = (PyObject *) NULL;
774 PyObject * _argo0 = 0;
775 PyObject * _obj1 = 0;
776 PyObject * _obj2 = 0;
777 char *_kwnames[] = { "self","item","clientData", NULL };
778
779 self = self;
780 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxControlWithItems_Append",_kwnames,&_argo0,&_obj1,&_obj2))
781 return NULL;
782 if (_argo0) {
783 if (_argo0 == Py_None) { _arg0 = NULL; }
784 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
785 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Append. Expected _wxControlWithItems_p.");
786 return NULL;
787 }
788 }
789 {
790 _arg1 = wxString_in_helper(_obj1);
791 if (_arg1 == NULL)
792 return NULL;
793 }
794 if (_obj2)
795 {
796 _arg2 = _obj2;
797 }
798 {
799 PyThreadState* __tstate = wxPyBeginAllowThreads();
800 wxControlWithItems_Append(_arg0,*_arg1,_arg2);
801
802 wxPyEndAllowThreads(__tstate);
803 if (PyErr_Occurred()) return NULL;
804 } Py_INCREF(Py_None);
805 _resultobj = Py_None;
806 {
807 if (_obj1)
808 delete _arg1;
809 }
810 return _resultobj;
811 }
812
813 static PyObject * wxControlWithItems_GetClientData(wxControlWithItems *self,int n) {
814 wxPyClientData* data = (wxPyClientData*)self->GetClientObject(n);
815 if (data) {
816 Py_INCREF(data->m_obj);
817 return data->m_obj;
818 } else {
819 Py_INCREF(Py_None);
820 return Py_None;
821 }
822 }
823 static PyObject *_wrap_wxControlWithItems_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
824 PyObject * _resultobj;
825 PyObject * _result;
826 wxControlWithItems * _arg0;
827 int _arg1;
828 PyObject * _argo0 = 0;
829 char *_kwnames[] = { "self","n", NULL };
830
831 self = self;
832 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetClientData",_kwnames,&_argo0,&_arg1))
833 return NULL;
834 if (_argo0) {
835 if (_argo0 == Py_None) { _arg0 = NULL; }
836 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
837 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetClientData. Expected _wxControlWithItems_p.");
838 return NULL;
839 }
840 }
841 {
842 PyThreadState* __tstate = wxPyBeginAllowThreads();
843 _result = (PyObject *)wxControlWithItems_GetClientData(_arg0,_arg1);
844
845 wxPyEndAllowThreads(__tstate);
846 if (PyErr_Occurred()) return NULL;
847 }{
848 _resultobj = _result;
849 }
850 return _resultobj;
851 }
852
853 static void wxControlWithItems_SetClientData(wxControlWithItems *self,int n,PyObject * clientData) {
854 wxPyClientData* data = new wxPyClientData(clientData);
855 self->SetClientObject(n, data);
856 }
857 static PyObject *_wrap_wxControlWithItems_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
858 PyObject * _resultobj;
859 wxControlWithItems * _arg0;
860 int _arg1;
861 PyObject * _arg2;
862 PyObject * _argo0 = 0;
863 PyObject * _obj2 = 0;
864 char *_kwnames[] = { "self","n","clientData", NULL };
865
866 self = self;
867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetClientData",_kwnames,&_argo0,&_arg1,&_obj2))
868 return NULL;
869 if (_argo0) {
870 if (_argo0 == Py_None) { _arg0 = NULL; }
871 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
872 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetClientData. Expected _wxControlWithItems_p.");
873 return NULL;
874 }
875 }
876 {
877 _arg2 = _obj2;
878 }
879 {
880 PyThreadState* __tstate = wxPyBeginAllowThreads();
881 wxControlWithItems_SetClientData(_arg0,_arg1,_arg2);
882
883 wxPyEndAllowThreads(__tstate);
884 if (PyErr_Occurred()) return NULL;
885 } Py_INCREF(Py_None);
886 _resultobj = Py_None;
887 return _resultobj;
888 }
889
890 #define wxControlWithItems_AppendItems(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
891 static PyObject *_wrap_wxControlWithItems_AppendItems(PyObject *self, PyObject *args, PyObject *kwargs) {
892 PyObject * _resultobj;
893 wxControlWithItems * _arg0;
894 wxArrayString * _arg1;
895 PyObject * _argo0 = 0;
896 PyObject * _obj1 = 0;
897 char *_kwnames[] = { "self","strings", NULL };
898
899 self = self;
900 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControlWithItems_AppendItems",_kwnames,&_argo0,&_obj1))
901 return NULL;
902 if (_argo0) {
903 if (_argo0 == Py_None) { _arg0 = NULL; }
904 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
905 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_AppendItems. Expected _wxControlWithItems_p.");
906 return NULL;
907 }
908 }
909 {
910 if (! PySequence_Check(_obj1)) {
911 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
912 return NULL;
913 }
914 _arg1 = new wxArrayString;
915 int i, len=PySequence_Length(_obj1);
916 for (i=0; i<len; i++) {
917 PyObject* item = PySequence_GetItem(_obj1, i);
918 #if wxUSE_UNICODE
919 PyObject* str = PyObject_Unicode(item);
920 _arg1->Add(PyUnicode_AsUnicode(str));
921 #else
922 PyObject* str = PyObject_Str(item);
923 _arg1->Add(PyString_AsString(str));
924 #endif
925 Py_DECREF(item);
926 Py_DECREF(str);
927 }
928 }
929 {
930 PyThreadState* __tstate = wxPyBeginAllowThreads();
931 wxControlWithItems_AppendItems(_arg0,*_arg1);
932
933 wxPyEndAllowThreads(__tstate);
934 if (PyErr_Occurred()) return NULL;
935 } Py_INCREF(Py_None);
936 _resultobj = Py_None;
937 {
938 if (_obj1)
939 delete _arg1;
940 }
941 return _resultobj;
942 }
943
944 static void *SwigwxButtonTowxControl(void *ptr) {
945 wxButton *src;
946 wxControl *dest;
947 src = (wxButton *) ptr;
948 dest = (wxControl *) src;
949 return (void *) dest;
950 }
951
952 static void *SwigwxButtonTowxWindow(void *ptr) {
953 wxButton *src;
954 wxWindow *dest;
955 src = (wxButton *) ptr;
956 dest = (wxWindow *) src;
957 return (void *) dest;
958 }
959
960 static void *SwigwxButtonTowxEvtHandler(void *ptr) {
961 wxButton *src;
962 wxEvtHandler *dest;
963 src = (wxButton *) ptr;
964 dest = (wxEvtHandler *) src;
965 return (void *) dest;
966 }
967
968 static void *SwigwxButtonTowxObject(void *ptr) {
969 wxButton *src;
970 wxObject *dest;
971 src = (wxButton *) ptr;
972 dest = (wxObject *) src;
973 return (void *) dest;
974 }
975
976 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
977 static PyObject *_wrap_new_wxButton(PyObject *self, PyObject *args, PyObject *kwargs) {
978 PyObject * _resultobj;
979 wxButton * _result;
980 wxWindow * _arg0;
981 wxWindowID _arg1;
982 wxString * _arg2;
983 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
984 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
985 long _arg5 = (long ) 0;
986 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
987 wxString * _arg7 = (wxString *) &wxPyButtonNameStr;
988 PyObject * _argo0 = 0;
989 PyObject * _obj2 = 0;
990 wxPoint temp;
991 PyObject * _obj3 = 0;
992 wxSize temp0;
993 PyObject * _obj4 = 0;
994 PyObject * _argo6 = 0;
995 PyObject * _obj7 = 0;
996 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
997 char _ptemp[128];
998
999 self = self;
1000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
1001 return NULL;
1002 if (_argo0) {
1003 if (_argo0 == Py_None) { _arg0 = NULL; }
1004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
1005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
1006 return NULL;
1007 }
1008 }
1009 {
1010 _arg2 = wxString_in_helper(_obj2);
1011 if (_arg2 == NULL)
1012 return NULL;
1013 }
1014 if (_obj3)
1015 {
1016 _arg3 = &temp;
1017 if (! wxPoint_helper(_obj3, &_arg3))
1018 return NULL;
1019 }
1020 if (_obj4)
1021 {
1022 _arg4 = &temp0;
1023 if (! wxSize_helper(_obj4, &_arg4))
1024 return NULL;
1025 }
1026 if (_argo6) {
1027 if (_argo6 == Py_None) { _arg6 = NULL; }
1028 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
1029 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
1030 return NULL;
1031 }
1032 }
1033 if (_obj7)
1034 {
1035 _arg7 = wxString_in_helper(_obj7);
1036 if (_arg7 == NULL)
1037 return NULL;
1038 }
1039 {
1040 PyThreadState* __tstate = wxPyBeginAllowThreads();
1041 _result = (wxButton *)new_wxButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
1042
1043 wxPyEndAllowThreads(__tstate);
1044 if (PyErr_Occurred()) return NULL;
1045 } if (_result) {
1046 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
1047 _resultobj = Py_BuildValue("s",_ptemp);
1048 } else {
1049 Py_INCREF(Py_None);
1050 _resultobj = Py_None;
1051 }
1052 {
1053 if (_obj2)
1054 delete _arg2;
1055 }
1056 {
1057 if (_obj7)
1058 delete _arg7;
1059 }
1060 return _resultobj;
1061 }
1062
1063 #define new_wxPreButton() (new wxButton())
1064 static PyObject *_wrap_new_wxPreButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1065 PyObject * _resultobj;
1066 wxButton * _result;
1067 char *_kwnames[] = { NULL };
1068 char _ptemp[128];
1069
1070 self = self;
1071 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreButton",_kwnames))
1072 return NULL;
1073 {
1074 PyThreadState* __tstate = wxPyBeginAllowThreads();
1075 _result = (wxButton *)new_wxPreButton();
1076
1077 wxPyEndAllowThreads(__tstate);
1078 if (PyErr_Occurred()) return NULL;
1079 } if (_result) {
1080 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
1081 _resultobj = Py_BuildValue("s",_ptemp);
1082 } else {
1083 Py_INCREF(Py_None);
1084 _resultobj = Py_None;
1085 }
1086 return _resultobj;
1087 }
1088
1089 #define wxButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1090 static PyObject *_wrap_wxButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1091 PyObject * _resultobj;
1092 bool _result;
1093 wxButton * _arg0;
1094 wxWindow * _arg1;
1095 wxWindowID _arg2;
1096 wxString * _arg3;
1097 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1098 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1099 long _arg6 = (long ) 0;
1100 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1101 wxString * _arg8 = (wxString *) &wxPyButtonNameStr;
1102 PyObject * _argo0 = 0;
1103 PyObject * _argo1 = 0;
1104 PyObject * _obj3 = 0;
1105 wxPoint temp;
1106 PyObject * _obj4 = 0;
1107 wxSize temp0;
1108 PyObject * _obj5 = 0;
1109 PyObject * _argo7 = 0;
1110 PyObject * _obj8 = 0;
1111 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
1112
1113 self = self;
1114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
1115 return NULL;
1116 if (_argo0) {
1117 if (_argo0 == Py_None) { _arg0 = NULL; }
1118 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1119 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_Create. Expected _wxButton_p.");
1120 return NULL;
1121 }
1122 }
1123 if (_argo1) {
1124 if (_argo1 == Py_None) { _arg1 = NULL; }
1125 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1126 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxButton_Create. Expected _wxWindow_p.");
1127 return NULL;
1128 }
1129 }
1130 {
1131 _arg3 = wxString_in_helper(_obj3);
1132 if (_arg3 == NULL)
1133 return NULL;
1134 }
1135 if (_obj4)
1136 {
1137 _arg4 = &temp;
1138 if (! wxPoint_helper(_obj4, &_arg4))
1139 return NULL;
1140 }
1141 if (_obj5)
1142 {
1143 _arg5 = &temp0;
1144 if (! wxSize_helper(_obj5, &_arg5))
1145 return NULL;
1146 }
1147 if (_argo7) {
1148 if (_argo7 == Py_None) { _arg7 = NULL; }
1149 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1150 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxButton_Create. Expected _wxValidator_p.");
1151 return NULL;
1152 }
1153 }
1154 if (_obj8)
1155 {
1156 _arg8 = wxString_in_helper(_obj8);
1157 if (_arg8 == NULL)
1158 return NULL;
1159 }
1160 {
1161 PyThreadState* __tstate = wxPyBeginAllowThreads();
1162 _result = (bool )wxButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
1163
1164 wxPyEndAllowThreads(__tstate);
1165 if (PyErr_Occurred()) return NULL;
1166 } _resultobj = Py_BuildValue("i",_result);
1167 {
1168 if (_obj3)
1169 delete _arg3;
1170 }
1171 {
1172 if (_obj8)
1173 delete _arg8;
1174 }
1175 return _resultobj;
1176 }
1177
1178 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
1179 static PyObject *_wrap_wxButton_SetDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
1180 PyObject * _resultobj;
1181 wxButton * _arg0;
1182 PyObject * _argo0 = 0;
1183 char *_kwnames[] = { "self", NULL };
1184
1185 self = self;
1186 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxButton_SetDefault",_kwnames,&_argo0))
1187 return NULL;
1188 if (_argo0) {
1189 if (_argo0 == Py_None) { _arg0 = NULL; }
1190 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1191 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
1192 return NULL;
1193 }
1194 }
1195 {
1196 PyThreadState* __tstate = wxPyBeginAllowThreads();
1197 wxButton_SetDefault(_arg0);
1198
1199 wxPyEndAllowThreads(__tstate);
1200 if (PyErr_Occurred()) return NULL;
1201 } Py_INCREF(Py_None);
1202 _resultobj = Py_None;
1203 return _resultobj;
1204 }
1205
1206 #define wxButton_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1207 static PyObject *_wrap_wxButton_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1208 PyObject * _resultobj;
1209 wxButton * _arg0;
1210 wxColour * _arg1;
1211 PyObject * _argo0 = 0;
1212 wxColour temp;
1213 PyObject * _obj1 = 0;
1214 char *_kwnames[] = { "self","colour", NULL };
1215
1216 self = self;
1217 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
1218 return NULL;
1219 if (_argo0) {
1220 if (_argo0 == Py_None) { _arg0 = NULL; }
1221 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1222 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetBackgroundColour. Expected _wxButton_p.");
1223 return NULL;
1224 }
1225 }
1226 {
1227 _arg1 = &temp;
1228 if (! wxColour_helper(_obj1, &_arg1))
1229 return NULL;
1230 }
1231 {
1232 PyThreadState* __tstate = wxPyBeginAllowThreads();
1233 wxButton_SetBackgroundColour(_arg0,*_arg1);
1234
1235 wxPyEndAllowThreads(__tstate);
1236 if (PyErr_Occurred()) return NULL;
1237 } Py_INCREF(Py_None);
1238 _resultobj = Py_None;
1239 return _resultobj;
1240 }
1241
1242 #define wxButton_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0))
1243 static PyObject *_wrap_wxButton_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1244 PyObject * _resultobj;
1245 wxButton * _arg0;
1246 wxColour * _arg1;
1247 PyObject * _argo0 = 0;
1248 wxColour temp;
1249 PyObject * _obj1 = 0;
1250 char *_kwnames[] = { "self","colour", NULL };
1251
1252 self = self;
1253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetForegroundColour",_kwnames,&_argo0,&_obj1))
1254 return NULL;
1255 if (_argo0) {
1256 if (_argo0 == Py_None) { _arg0 = NULL; }
1257 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1258 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetForegroundColour. Expected _wxButton_p.");
1259 return NULL;
1260 }
1261 }
1262 {
1263 _arg1 = &temp;
1264 if (! wxColour_helper(_obj1, &_arg1))
1265 return NULL;
1266 }
1267 {
1268 PyThreadState* __tstate = wxPyBeginAllowThreads();
1269 wxButton_SetForegroundColour(_arg0,*_arg1);
1270
1271 wxPyEndAllowThreads(__tstate);
1272 if (PyErr_Occurred()) return NULL;
1273 } Py_INCREF(Py_None);
1274 _resultobj = Py_None;
1275 return _resultobj;
1276 }
1277
1278 #define wxButton_SetImageLabel(_swigobj,_swigarg0) (_swigobj->SetImageLabel(_swigarg0))
1279 static PyObject *_wrap_wxButton_SetImageLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1280 PyObject * _resultobj;
1281 wxButton * _arg0;
1282 wxBitmap * _arg1;
1283 PyObject * _argo0 = 0;
1284 PyObject * _argo1 = 0;
1285 char *_kwnames[] = { "self","bitmap", NULL };
1286
1287 self = self;
1288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetImageLabel",_kwnames,&_argo0,&_argo1))
1289 return NULL;
1290 if (_argo0) {
1291 if (_argo0 == Py_None) { _arg0 = NULL; }
1292 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1293 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetImageLabel. Expected _wxButton_p.");
1294 return NULL;
1295 }
1296 }
1297 if (_argo1) {
1298 if (_argo1 == Py_None) { _arg1 = NULL; }
1299 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1300 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxButton_SetImageLabel. Expected _wxBitmap_p.");
1301 return NULL;
1302 }
1303 }
1304 {
1305 PyThreadState* __tstate = wxPyBeginAllowThreads();
1306 wxButton_SetImageLabel(_arg0,*_arg1);
1307
1308 wxPyEndAllowThreads(__tstate);
1309 if (PyErr_Occurred()) return NULL;
1310 } Py_INCREF(Py_None);
1311 _resultobj = Py_None;
1312 return _resultobj;
1313 }
1314
1315 #define wxButton_SetImageMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetImageMargins(_swigarg0,_swigarg1))
1316 static PyObject *_wrap_wxButton_SetImageMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1317 PyObject * _resultobj;
1318 wxButton * _arg0;
1319 wxCoord _arg1;
1320 wxCoord _arg2;
1321 PyObject * _argo0 = 0;
1322 char *_kwnames[] = { "self","x","y", NULL };
1323
1324 self = self;
1325 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxButton_SetImageMargins",_kwnames,&_argo0,&_arg1,&_arg2))
1326 return NULL;
1327 if (_argo0) {
1328 if (_argo0 == Py_None) { _arg0 = NULL; }
1329 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1330 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetImageMargins. Expected _wxButton_p.");
1331 return NULL;
1332 }
1333 }
1334 {
1335 PyThreadState* __tstate = wxPyBeginAllowThreads();
1336 wxButton_SetImageMargins(_arg0,_arg1,_arg2);
1337
1338 wxPyEndAllowThreads(__tstate);
1339 if (PyErr_Occurred()) return NULL;
1340 } Py_INCREF(Py_None);
1341 _resultobj = Py_None;
1342 return _resultobj;
1343 }
1344
1345 static PyObject *_wrap_wxButton_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
1346 PyObject * _resultobj;
1347 wxSize * _result;
1348 char *_kwnames[] = { NULL };
1349 char _ptemp[128];
1350
1351 self = self;
1352 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxButton_GetDefaultSize",_kwnames))
1353 return NULL;
1354 {
1355 PyThreadState* __tstate = wxPyBeginAllowThreads();
1356 _result = new wxSize (wxButton::GetDefaultSize());
1357
1358 wxPyEndAllowThreads(__tstate);
1359 if (PyErr_Occurred()) return NULL;
1360 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p");
1361 _resultobj = Py_BuildValue("s",_ptemp);
1362 return _resultobj;
1363 }
1364
1365 static void *SwigwxBitmapButtonTowxButton(void *ptr) {
1366 wxBitmapButton *src;
1367 wxButton *dest;
1368 src = (wxBitmapButton *) ptr;
1369 dest = (wxButton *) src;
1370 return (void *) dest;
1371 }
1372
1373 static void *SwigwxBitmapButtonTowxControl(void *ptr) {
1374 wxBitmapButton *src;
1375 wxControl *dest;
1376 src = (wxBitmapButton *) ptr;
1377 dest = (wxControl *) src;
1378 return (void *) dest;
1379 }
1380
1381 static void *SwigwxBitmapButtonTowxWindow(void *ptr) {
1382 wxBitmapButton *src;
1383 wxWindow *dest;
1384 src = (wxBitmapButton *) ptr;
1385 dest = (wxWindow *) src;
1386 return (void *) dest;
1387 }
1388
1389 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr) {
1390 wxBitmapButton *src;
1391 wxEvtHandler *dest;
1392 src = (wxBitmapButton *) ptr;
1393 dest = (wxEvtHandler *) src;
1394 return (void *) dest;
1395 }
1396
1397 static void *SwigwxBitmapButtonTowxObject(void *ptr) {
1398 wxBitmapButton *src;
1399 wxObject *dest;
1400 src = (wxBitmapButton *) ptr;
1401 dest = (wxObject *) src;
1402 return (void *) dest;
1403 }
1404
1405 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1406 static PyObject *_wrap_new_wxBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1407 PyObject * _resultobj;
1408 wxBitmapButton * _result;
1409 wxWindow * _arg0;
1410 wxWindowID _arg1;
1411 wxBitmap * _arg2;
1412 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1413 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1414 long _arg5 = (long ) wxBU_AUTODRAW;
1415 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1416 wxString * _arg7 = (wxString *) &wxPyButtonNameStr;
1417 PyObject * _argo0 = 0;
1418 PyObject * _argo2 = 0;
1419 wxPoint temp;
1420 PyObject * _obj3 = 0;
1421 wxSize temp0;
1422 PyObject * _obj4 = 0;
1423 PyObject * _argo6 = 0;
1424 PyObject * _obj7 = 0;
1425 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL };
1426 char _ptemp[128];
1427
1428 self = self;
1429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxBitmapButton",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
1430 return NULL;
1431 if (_argo0) {
1432 if (_argo0 == Py_None) { _arg0 = NULL; }
1433 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
1434 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
1435 return NULL;
1436 }
1437 }
1438 if (_argo2) {
1439 if (_argo2 == Py_None) { _arg2 = NULL; }
1440 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
1441 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
1442 return NULL;
1443 }
1444 }
1445 if (_obj3)
1446 {
1447 _arg3 = &temp;
1448 if (! wxPoint_helper(_obj3, &_arg3))
1449 return NULL;
1450 }
1451 if (_obj4)
1452 {
1453 _arg4 = &temp0;
1454 if (! wxSize_helper(_obj4, &_arg4))
1455 return NULL;
1456 }
1457 if (_argo6) {
1458 if (_argo6 == Py_None) { _arg6 = NULL; }
1459 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
1460 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
1461 return NULL;
1462 }
1463 }
1464 if (_obj7)
1465 {
1466 _arg7 = wxString_in_helper(_obj7);
1467 if (_arg7 == NULL)
1468 return NULL;
1469 }
1470 {
1471 PyThreadState* __tstate = wxPyBeginAllowThreads();
1472 _result = (wxBitmapButton *)new_wxBitmapButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
1473
1474 wxPyEndAllowThreads(__tstate);
1475 if (PyErr_Occurred()) return NULL;
1476 } if (_result) {
1477 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1478 _resultobj = Py_BuildValue("s",_ptemp);
1479 } else {
1480 Py_INCREF(Py_None);
1481 _resultobj = Py_None;
1482 }
1483 {
1484 if (_obj7)
1485 delete _arg7;
1486 }
1487 return _resultobj;
1488 }
1489
1490 #define new_wxPreBitmapButton() (new wxBitmapButton())
1491 static PyObject *_wrap_new_wxPreBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1492 PyObject * _resultobj;
1493 wxBitmapButton * _result;
1494 char *_kwnames[] = { NULL };
1495 char _ptemp[128];
1496
1497 self = self;
1498 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreBitmapButton",_kwnames))
1499 return NULL;
1500 {
1501 PyThreadState* __tstate = wxPyBeginAllowThreads();
1502 _result = (wxBitmapButton *)new_wxPreBitmapButton();
1503
1504 wxPyEndAllowThreads(__tstate);
1505 if (PyErr_Occurred()) return NULL;
1506 } if (_result) {
1507 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1508 _resultobj = Py_BuildValue("s",_ptemp);
1509 } else {
1510 Py_INCREF(Py_None);
1511 _resultobj = Py_None;
1512 }
1513 return _resultobj;
1514 }
1515
1516 #define wxBitmapButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1517 static PyObject *_wrap_wxBitmapButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1518 PyObject * _resultobj;
1519 bool _result;
1520 wxBitmapButton * _arg0;
1521 wxWindow * _arg1;
1522 wxWindowID _arg2;
1523 wxBitmap * _arg3;
1524 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1525 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1526 long _arg6 = (long ) wxBU_AUTODRAW;
1527 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1528 wxString * _arg8 = (wxString *) &wxPyButtonNameStr;
1529 PyObject * _argo0 = 0;
1530 PyObject * _argo1 = 0;
1531 PyObject * _argo3 = 0;
1532 wxPoint temp;
1533 PyObject * _obj4 = 0;
1534 wxSize temp0;
1535 PyObject * _obj5 = 0;
1536 PyObject * _argo7 = 0;
1537 PyObject * _obj8 = 0;
1538 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","validator","name", NULL };
1539
1540 self = self;
1541 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxBitmapButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
1542 return NULL;
1543 if (_argo0) {
1544 if (_argo0 == Py_None) { _arg0 = NULL; }
1545 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1546 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_Create. Expected _wxBitmapButton_p.");
1547 return NULL;
1548 }
1549 }
1550 if (_argo1) {
1551 if (_argo1 == Py_None) { _arg1 = NULL; }
1552 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1553 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_Create. Expected _wxWindow_p.");
1554 return NULL;
1555 }
1556 }
1557 if (_argo3) {
1558 if (_argo3 == Py_None) { _arg3 = NULL; }
1559 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
1560 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxBitmapButton_Create. Expected _wxBitmap_p.");
1561 return NULL;
1562 }
1563 }
1564 if (_obj4)
1565 {
1566 _arg4 = &temp;
1567 if (! wxPoint_helper(_obj4, &_arg4))
1568 return NULL;
1569 }
1570 if (_obj5)
1571 {
1572 _arg5 = &temp0;
1573 if (! wxSize_helper(_obj5, &_arg5))
1574 return NULL;
1575 }
1576 if (_argo7) {
1577 if (_argo7 == Py_None) { _arg7 = NULL; }
1578 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1579 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxBitmapButton_Create. Expected _wxValidator_p.");
1580 return NULL;
1581 }
1582 }
1583 if (_obj8)
1584 {
1585 _arg8 = wxString_in_helper(_obj8);
1586 if (_arg8 == NULL)
1587 return NULL;
1588 }
1589 {
1590 PyThreadState* __tstate = wxPyBeginAllowThreads();
1591 _result = (bool )wxBitmapButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
1592
1593 wxPyEndAllowThreads(__tstate);
1594 if (PyErr_Occurred()) return NULL;
1595 } _resultobj = Py_BuildValue("i",_result);
1596 {
1597 if (_obj8)
1598 delete _arg8;
1599 }
1600 return _resultobj;
1601 }
1602
1603 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
1604 static PyObject *_wrap_wxBitmapButton_GetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1605 PyObject * _resultobj;
1606 wxBitmap * _result;
1607 wxBitmapButton * _arg0;
1608 PyObject * _argo0 = 0;
1609 char *_kwnames[] = { "self", NULL };
1610 char _ptemp[128];
1611
1612 self = self;
1613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapLabel",_kwnames,&_argo0))
1614 return NULL;
1615 if (_argo0) {
1616 if (_argo0 == Py_None) { _arg0 = NULL; }
1617 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1618 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
1619 return NULL;
1620 }
1621 }
1622 {
1623 PyThreadState* __tstate = wxPyBeginAllowThreads();
1624 _result = new wxBitmap (wxBitmapButton_GetBitmapLabel(_arg0));
1625
1626 wxPyEndAllowThreads(__tstate);
1627 if (PyErr_Occurred()) return NULL;
1628 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1629 _resultobj = Py_BuildValue("s",_ptemp);
1630 return _resultobj;
1631 }
1632
1633 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
1634 static PyObject *_wrap_wxBitmapButton_GetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1635 PyObject * _resultobj;
1636 wxBitmap * _result;
1637 wxBitmapButton * _arg0;
1638 PyObject * _argo0 = 0;
1639 char *_kwnames[] = { "self", NULL };
1640 char _ptemp[128];
1641
1642 self = self;
1643 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapDisabled",_kwnames,&_argo0))
1644 return NULL;
1645 if (_argo0) {
1646 if (_argo0 == Py_None) { _arg0 = NULL; }
1647 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1648 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
1649 return NULL;
1650 }
1651 }
1652 {
1653 PyThreadState* __tstate = wxPyBeginAllowThreads();
1654 _result = new wxBitmap (wxBitmapButton_GetBitmapDisabled(_arg0));
1655
1656 wxPyEndAllowThreads(__tstate);
1657 if (PyErr_Occurred()) return NULL;
1658 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1659 _resultobj = Py_BuildValue("s",_ptemp);
1660 return _resultobj;
1661 }
1662
1663 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
1664 static PyObject *_wrap_wxBitmapButton_GetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1665 PyObject * _resultobj;
1666 wxBitmap * _result;
1667 wxBitmapButton * _arg0;
1668 PyObject * _argo0 = 0;
1669 char *_kwnames[] = { "self", NULL };
1670 char _ptemp[128];
1671
1672 self = self;
1673 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapFocus",_kwnames,&_argo0))
1674 return NULL;
1675 if (_argo0) {
1676 if (_argo0 == Py_None) { _arg0 = NULL; }
1677 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1678 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
1679 return NULL;
1680 }
1681 }
1682 {
1683 PyThreadState* __tstate = wxPyBeginAllowThreads();
1684 _result = new wxBitmap (wxBitmapButton_GetBitmapFocus(_arg0));
1685
1686 wxPyEndAllowThreads(__tstate);
1687 if (PyErr_Occurred()) return NULL;
1688 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1689 _resultobj = Py_BuildValue("s",_ptemp);
1690 return _resultobj;
1691 }
1692
1693 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
1694 static PyObject *_wrap_wxBitmapButton_GetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1695 PyObject * _resultobj;
1696 wxBitmap * _result;
1697 wxBitmapButton * _arg0;
1698 PyObject * _argo0 = 0;
1699 char *_kwnames[] = { "self", NULL };
1700 char _ptemp[128];
1701
1702 self = self;
1703 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapSelected",_kwnames,&_argo0))
1704 return NULL;
1705 if (_argo0) {
1706 if (_argo0 == Py_None) { _arg0 = NULL; }
1707 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1708 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
1709 return NULL;
1710 }
1711 }
1712 {
1713 PyThreadState* __tstate = wxPyBeginAllowThreads();
1714 _result = new wxBitmap (wxBitmapButton_GetBitmapSelected(_arg0));
1715
1716 wxPyEndAllowThreads(__tstate);
1717 if (PyErr_Occurred()) return NULL;
1718 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1719 _resultobj = Py_BuildValue("s",_ptemp);
1720 return _resultobj;
1721 }
1722
1723 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
1724 static PyObject *_wrap_wxBitmapButton_SetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1725 PyObject * _resultobj;
1726 wxBitmapButton * _arg0;
1727 wxBitmap * _arg1;
1728 PyObject * _argo0 = 0;
1729 PyObject * _argo1 = 0;
1730 char *_kwnames[] = { "self","bitmap", NULL };
1731
1732 self = self;
1733 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames,&_argo0,&_argo1))
1734 return NULL;
1735 if (_argo0) {
1736 if (_argo0 == Py_None) { _arg0 = NULL; }
1737 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1738 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
1739 return NULL;
1740 }
1741 }
1742 if (_argo1) {
1743 if (_argo1 == Py_None) { _arg1 = NULL; }
1744 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1745 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
1746 return NULL;
1747 }
1748 }
1749 {
1750 PyThreadState* __tstate = wxPyBeginAllowThreads();
1751 wxBitmapButton_SetBitmapDisabled(_arg0,*_arg1);
1752
1753 wxPyEndAllowThreads(__tstate);
1754 if (PyErr_Occurred()) return NULL;
1755 } Py_INCREF(Py_None);
1756 _resultobj = Py_None;
1757 return _resultobj;
1758 }
1759
1760 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
1761 static PyObject *_wrap_wxBitmapButton_SetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1762 PyObject * _resultobj;
1763 wxBitmapButton * _arg0;
1764 wxBitmap * _arg1;
1765 PyObject * _argo0 = 0;
1766 PyObject * _argo1 = 0;
1767 char *_kwnames[] = { "self","bitmap", NULL };
1768
1769 self = self;
1770 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapFocus",_kwnames,&_argo0,&_argo1))
1771 return NULL;
1772 if (_argo0) {
1773 if (_argo0 == Py_None) { _arg0 = NULL; }
1774 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1775 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
1776 return NULL;
1777 }
1778 }
1779 if (_argo1) {
1780 if (_argo1 == Py_None) { _arg1 = NULL; }
1781 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1782 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
1783 return NULL;
1784 }
1785 }
1786 {
1787 PyThreadState* __tstate = wxPyBeginAllowThreads();
1788 wxBitmapButton_SetBitmapFocus(_arg0,*_arg1);
1789
1790 wxPyEndAllowThreads(__tstate);
1791 if (PyErr_Occurred()) return NULL;
1792 } Py_INCREF(Py_None);
1793 _resultobj = Py_None;
1794 return _resultobj;
1795 }
1796
1797 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
1798 static PyObject *_wrap_wxBitmapButton_SetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1799 PyObject * _resultobj;
1800 wxBitmapButton * _arg0;
1801 wxBitmap * _arg1;
1802 PyObject * _argo0 = 0;
1803 PyObject * _argo1 = 0;
1804 char *_kwnames[] = { "self","bitmap", NULL };
1805
1806 self = self;
1807 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapSelected",_kwnames,&_argo0,&_argo1))
1808 return NULL;
1809 if (_argo0) {
1810 if (_argo0 == Py_None) { _arg0 = NULL; }
1811 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1812 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
1813 return NULL;
1814 }
1815 }
1816 if (_argo1) {
1817 if (_argo1 == Py_None) { _arg1 = NULL; }
1818 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1819 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
1820 return NULL;
1821 }
1822 }
1823 {
1824 PyThreadState* __tstate = wxPyBeginAllowThreads();
1825 wxBitmapButton_SetBitmapSelected(_arg0,*_arg1);
1826
1827 wxPyEndAllowThreads(__tstate);
1828 if (PyErr_Occurred()) return NULL;
1829 } Py_INCREF(Py_None);
1830 _resultobj = Py_None;
1831 return _resultobj;
1832 }
1833
1834 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
1835 static PyObject *_wrap_wxBitmapButton_SetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1836 PyObject * _resultobj;
1837 wxBitmapButton * _arg0;
1838 wxBitmap * _arg1;
1839 PyObject * _argo0 = 0;
1840 PyObject * _argo1 = 0;
1841 char *_kwnames[] = { "self","bitmap", NULL };
1842
1843 self = self;
1844 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapLabel",_kwnames,&_argo0,&_argo1))
1845 return NULL;
1846 if (_argo0) {
1847 if (_argo0 == Py_None) { _arg0 = NULL; }
1848 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1849 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
1850 return NULL;
1851 }
1852 }
1853 if (_argo1) {
1854 if (_argo1 == Py_None) { _arg1 = NULL; }
1855 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1856 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
1857 return NULL;
1858 }
1859 }
1860 {
1861 PyThreadState* __tstate = wxPyBeginAllowThreads();
1862 wxBitmapButton_SetBitmapLabel(_arg0,*_arg1);
1863
1864 wxPyEndAllowThreads(__tstate);
1865 if (PyErr_Occurred()) return NULL;
1866 } Py_INCREF(Py_None);
1867 _resultobj = Py_None;
1868 return _resultobj;
1869 }
1870
1871 #define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
1872 static PyObject *_wrap_wxBitmapButton_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1873 PyObject * _resultobj;
1874 wxBitmapButton * _arg0;
1875 int _arg1;
1876 int _arg2;
1877 PyObject * _argo0 = 0;
1878 char *_kwnames[] = { "self","x","y", NULL };
1879
1880 self = self;
1881 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxBitmapButton_SetMargins",_kwnames,&_argo0,&_arg1,&_arg2))
1882 return NULL;
1883 if (_argo0) {
1884 if (_argo0 == Py_None) { _arg0 = NULL; }
1885 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1886 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
1887 return NULL;
1888 }
1889 }
1890 {
1891 PyThreadState* __tstate = wxPyBeginAllowThreads();
1892 wxBitmapButton_SetMargins(_arg0,_arg1,_arg2);
1893
1894 wxPyEndAllowThreads(__tstate);
1895 if (PyErr_Occurred()) return NULL;
1896 } Py_INCREF(Py_None);
1897 _resultobj = Py_None;
1898 return _resultobj;
1899 }
1900
1901 #define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
1902 static PyObject *_wrap_wxBitmapButton_GetMarginX(PyObject *self, PyObject *args, PyObject *kwargs) {
1903 PyObject * _resultobj;
1904 int _result;
1905 wxBitmapButton * _arg0;
1906 PyObject * _argo0 = 0;
1907 char *_kwnames[] = { "self", NULL };
1908
1909 self = self;
1910 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginX",_kwnames,&_argo0))
1911 return NULL;
1912 if (_argo0) {
1913 if (_argo0 == Py_None) { _arg0 = NULL; }
1914 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1915 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
1916 return NULL;
1917 }
1918 }
1919 {
1920 PyThreadState* __tstate = wxPyBeginAllowThreads();
1921 _result = (int )wxBitmapButton_GetMarginX(_arg0);
1922
1923 wxPyEndAllowThreads(__tstate);
1924 if (PyErr_Occurred()) return NULL;
1925 } _resultobj = Py_BuildValue("i",_result);
1926 return _resultobj;
1927 }
1928
1929 #define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
1930 static PyObject *_wrap_wxBitmapButton_GetMarginY(PyObject *self, PyObject *args, PyObject *kwargs) {
1931 PyObject * _resultobj;
1932 int _result;
1933 wxBitmapButton * _arg0;
1934 PyObject * _argo0 = 0;
1935 char *_kwnames[] = { "self", NULL };
1936
1937 self = self;
1938 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginY",_kwnames,&_argo0))
1939 return NULL;
1940 if (_argo0) {
1941 if (_argo0 == Py_None) { _arg0 = NULL; }
1942 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1943 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1944 return NULL;
1945 }
1946 }
1947 {
1948 PyThreadState* __tstate = wxPyBeginAllowThreads();
1949 _result = (int )wxBitmapButton_GetMarginY(_arg0);
1950
1951 wxPyEndAllowThreads(__tstate);
1952 if (PyErr_Occurred()) return NULL;
1953 } _resultobj = Py_BuildValue("i",_result);
1954 return _resultobj;
1955 }
1956
1957 static void *SwigwxCheckBoxTowxControl(void *ptr) {
1958 wxCheckBox *src;
1959 wxControl *dest;
1960 src = (wxCheckBox *) ptr;
1961 dest = (wxControl *) src;
1962 return (void *) dest;
1963 }
1964
1965 static void *SwigwxCheckBoxTowxWindow(void *ptr) {
1966 wxCheckBox *src;
1967 wxWindow *dest;
1968 src = (wxCheckBox *) ptr;
1969 dest = (wxWindow *) src;
1970 return (void *) dest;
1971 }
1972
1973 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr) {
1974 wxCheckBox *src;
1975 wxEvtHandler *dest;
1976 src = (wxCheckBox *) ptr;
1977 dest = (wxEvtHandler *) src;
1978 return (void *) dest;
1979 }
1980
1981 static void *SwigwxCheckBoxTowxObject(void *ptr) {
1982 wxCheckBox *src;
1983 wxObject *dest;
1984 src = (wxCheckBox *) ptr;
1985 dest = (wxObject *) src;
1986 return (void *) dest;
1987 }
1988
1989 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1990 static PyObject *_wrap_new_wxCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1991 PyObject * _resultobj;
1992 wxCheckBox * _result;
1993 wxWindow * _arg0;
1994 wxWindowID _arg1;
1995 wxString * _arg2;
1996 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1997 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1998 long _arg5 = (long ) 0;
1999 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
2000 wxString * _arg7 = (wxString *) &wxPyCheckBoxNameStr;
2001 PyObject * _argo0 = 0;
2002 PyObject * _obj2 = 0;
2003 wxPoint temp;
2004 PyObject * _obj3 = 0;
2005 wxSize temp0;
2006 PyObject * _obj4 = 0;
2007 PyObject * _argo6 = 0;
2008 PyObject * _obj7 = 0;
2009 char *_kwnames[] = { "parent","id","label","pos","size","style","val","name", NULL };
2010 char _ptemp[128];
2011
2012 self = self;
2013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxCheckBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
2014 return NULL;
2015 if (_argo0) {
2016 if (_argo0 == Py_None) { _arg0 = NULL; }
2017 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2018 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
2019 return NULL;
2020 }
2021 }
2022 {
2023 _arg2 = wxString_in_helper(_obj2);
2024 if (_arg2 == NULL)
2025 return NULL;
2026 }
2027 if (_obj3)
2028 {
2029 _arg3 = &temp;
2030 if (! wxPoint_helper(_obj3, &_arg3))
2031 return NULL;
2032 }
2033 if (_obj4)
2034 {
2035 _arg4 = &temp0;
2036 if (! wxSize_helper(_obj4, &_arg4))
2037 return NULL;
2038 }
2039 if (_argo6) {
2040 if (_argo6 == Py_None) { _arg6 = NULL; }
2041 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
2042 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
2043 return NULL;
2044 }
2045 }
2046 if (_obj7)
2047 {
2048 _arg7 = wxString_in_helper(_obj7);
2049 if (_arg7 == NULL)
2050 return NULL;
2051 }
2052 {
2053 PyThreadState* __tstate = wxPyBeginAllowThreads();
2054 _result = (wxCheckBox *)new_wxCheckBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
2055
2056 wxPyEndAllowThreads(__tstate);
2057 if (PyErr_Occurred()) return NULL;
2058 } if (_result) {
2059 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
2060 _resultobj = Py_BuildValue("s",_ptemp);
2061 } else {
2062 Py_INCREF(Py_None);
2063 _resultobj = Py_None;
2064 }
2065 {
2066 if (_obj2)
2067 delete _arg2;
2068 }
2069 {
2070 if (_obj7)
2071 delete _arg7;
2072 }
2073 return _resultobj;
2074 }
2075
2076 #define new_wxPreCheckBox() (new wxCheckBox())
2077 static PyObject *_wrap_new_wxPreCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2078 PyObject * _resultobj;
2079 wxCheckBox * _result;
2080 char *_kwnames[] = { NULL };
2081 char _ptemp[128];
2082
2083 self = self;
2084 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckBox",_kwnames))
2085 return NULL;
2086 {
2087 PyThreadState* __tstate = wxPyBeginAllowThreads();
2088 _result = (wxCheckBox *)new_wxPreCheckBox();
2089
2090 wxPyEndAllowThreads(__tstate);
2091 if (PyErr_Occurred()) return NULL;
2092 } if (_result) {
2093 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
2094 _resultobj = Py_BuildValue("s",_ptemp);
2095 } else {
2096 Py_INCREF(Py_None);
2097 _resultobj = Py_None;
2098 }
2099 return _resultobj;
2100 }
2101
2102 #define wxCheckBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2103 static PyObject *_wrap_wxCheckBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2104 PyObject * _resultobj;
2105 bool _result;
2106 wxCheckBox * _arg0;
2107 wxWindow * _arg1;
2108 wxWindowID _arg2;
2109 wxString * _arg3;
2110 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
2111 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
2112 long _arg6 = (long ) 0;
2113 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
2114 wxString * _arg8 = (wxString *) &wxPyCheckBoxNameStr;
2115 PyObject * _argo0 = 0;
2116 PyObject * _argo1 = 0;
2117 PyObject * _obj3 = 0;
2118 wxPoint temp;
2119 PyObject * _obj4 = 0;
2120 wxSize temp0;
2121 PyObject * _obj5 = 0;
2122 PyObject * _argo7 = 0;
2123 PyObject * _obj8 = 0;
2124 char *_kwnames[] = { "self","parent","id","label","pos","size","style","val","name", NULL };
2125
2126 self = self;
2127 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxCheckBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
2128 return NULL;
2129 if (_argo0) {
2130 if (_argo0 == Py_None) { _arg0 = NULL; }
2131 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2132 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Create. Expected _wxCheckBox_p.");
2133 return NULL;
2134 }
2135 }
2136 if (_argo1) {
2137 if (_argo1 == Py_None) { _arg1 = NULL; }
2138 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2139 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckBox_Create. Expected _wxWindow_p.");
2140 return NULL;
2141 }
2142 }
2143 {
2144 _arg3 = wxString_in_helper(_obj3);
2145 if (_arg3 == NULL)
2146 return NULL;
2147 }
2148 if (_obj4)
2149 {
2150 _arg4 = &temp;
2151 if (! wxPoint_helper(_obj4, &_arg4))
2152 return NULL;
2153 }
2154 if (_obj5)
2155 {
2156 _arg5 = &temp0;
2157 if (! wxSize_helper(_obj5, &_arg5))
2158 return NULL;
2159 }
2160 if (_argo7) {
2161 if (_argo7 == Py_None) { _arg7 = NULL; }
2162 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
2163 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxCheckBox_Create. Expected _wxValidator_p.");
2164 return NULL;
2165 }
2166 }
2167 if (_obj8)
2168 {
2169 _arg8 = wxString_in_helper(_obj8);
2170 if (_arg8 == NULL)
2171 return NULL;
2172 }
2173 {
2174 PyThreadState* __tstate = wxPyBeginAllowThreads();
2175 _result = (bool )wxCheckBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
2176
2177 wxPyEndAllowThreads(__tstate);
2178 if (PyErr_Occurred()) return NULL;
2179 } _resultobj = Py_BuildValue("i",_result);
2180 {
2181 if (_obj3)
2182 delete _arg3;
2183 }
2184 {
2185 if (_obj8)
2186 delete _arg8;
2187 }
2188 return _resultobj;
2189 }
2190
2191 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
2192 static PyObject *_wrap_wxCheckBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2193 PyObject * _resultobj;
2194 bool _result;
2195 wxCheckBox * _arg0;
2196 PyObject * _argo0 = 0;
2197 char *_kwnames[] = { "self", NULL };
2198
2199 self = self;
2200 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_GetValue",_kwnames,&_argo0))
2201 return NULL;
2202 if (_argo0) {
2203 if (_argo0 == Py_None) { _arg0 = NULL; }
2204 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2205 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
2206 return NULL;
2207 }
2208 }
2209 {
2210 PyThreadState* __tstate = wxPyBeginAllowThreads();
2211 _result = (bool )wxCheckBox_GetValue(_arg0);
2212
2213 wxPyEndAllowThreads(__tstate);
2214 if (PyErr_Occurred()) return NULL;
2215 } _resultobj = Py_BuildValue("i",_result);
2216 return _resultobj;
2217 }
2218
2219 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2220 static PyObject *_wrap_wxCheckBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2221 PyObject * _resultobj;
2222 wxCheckBox * _arg0;
2223 bool _arg1;
2224 PyObject * _argo0 = 0;
2225 int tempbool1;
2226 char *_kwnames[] = { "self","state", NULL };
2227
2228 self = self;
2229 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckBox_SetValue",_kwnames,&_argo0,&tempbool1))
2230 return NULL;
2231 if (_argo0) {
2232 if (_argo0 == Py_None) { _arg0 = NULL; }
2233 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2234 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
2235 return NULL;
2236 }
2237 }
2238 _arg1 = (bool ) tempbool1;
2239 {
2240 PyThreadState* __tstate = wxPyBeginAllowThreads();
2241 wxCheckBox_SetValue(_arg0,_arg1);
2242
2243 wxPyEndAllowThreads(__tstate);
2244 if (PyErr_Occurred()) return NULL;
2245 } Py_INCREF(Py_None);
2246 _resultobj = Py_None;
2247 return _resultobj;
2248 }
2249
2250 static void *SwigwxChoiceTowxControlWithItems(void *ptr) {
2251 wxChoice *src;
2252 wxControlWithItems *dest;
2253 src = (wxChoice *) ptr;
2254 dest = (wxControlWithItems *) src;
2255 return (void *) dest;
2256 }
2257
2258 static void *SwigwxChoiceTowxControl(void *ptr) {
2259 wxChoice *src;
2260 wxControl *dest;
2261 src = (wxChoice *) ptr;
2262 dest = (wxControl *) src;
2263 return (void *) dest;
2264 }
2265
2266 static void *SwigwxChoiceTowxWindow(void *ptr) {
2267 wxChoice *src;
2268 wxWindow *dest;
2269 src = (wxChoice *) ptr;
2270 dest = (wxWindow *) src;
2271 return (void *) dest;
2272 }
2273
2274 static void *SwigwxChoiceTowxEvtHandler(void *ptr) {
2275 wxChoice *src;
2276 wxEvtHandler *dest;
2277 src = (wxChoice *) ptr;
2278 dest = (wxEvtHandler *) src;
2279 return (void *) dest;
2280 }
2281
2282 static void *SwigwxChoiceTowxObject(void *ptr) {
2283 wxChoice *src;
2284 wxObject *dest;
2285 src = (wxChoice *) ptr;
2286 dest = (wxObject *) src;
2287 return (void *) dest;
2288 }
2289
2290 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2291 static PyObject *_wrap_new_wxChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2292 PyObject * _resultobj;
2293 wxChoice * _result;
2294 wxWindow * _arg0;
2295 wxWindowID _arg1;
2296 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
2297 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
2298 int _arg4 = (int ) 0;
2299 wxString * _arg5 = (wxString *) NULL;
2300 long _arg6 = (long ) 0;
2301 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
2302 wxString * _arg8 = (wxString *) &wxPyChoiceNameStr;
2303 PyObject * _argo0 = 0;
2304 wxPoint temp;
2305 PyObject * _obj2 = 0;
2306 wxSize temp0;
2307 PyObject * _obj3 = 0;
2308 PyObject * _obj5 = 0;
2309 PyObject * _argo7 = 0;
2310 PyObject * _obj8 = 0;
2311 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
2312 char _ptemp[128];
2313
2314 self = self;
2315 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxChoice",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
2316 return NULL;
2317 if (_argo0) {
2318 if (_argo0 == Py_None) { _arg0 = NULL; }
2319 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2320 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
2321 return NULL;
2322 }
2323 }
2324 if (_obj2)
2325 {
2326 _arg2 = &temp;
2327 if (! wxPoint_helper(_obj2, &_arg2))
2328 return NULL;
2329 }
2330 if (_obj3)
2331 {
2332 _arg3 = &temp0;
2333 if (! wxSize_helper(_obj3, &_arg3))
2334 return NULL;
2335 }
2336 if (_obj5)
2337 {
2338 _arg5 = wxString_LIST_helper(_obj5);
2339 if (_arg5 == NULL) {
2340 return NULL;
2341 }
2342 }
2343 if (_argo7) {
2344 if (_argo7 == Py_None) { _arg7 = NULL; }
2345 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
2346 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
2347 return NULL;
2348 }
2349 }
2350 if (_obj8)
2351 {
2352 _arg8 = wxString_in_helper(_obj8);
2353 if (_arg8 == NULL)
2354 return NULL;
2355 }
2356 {
2357 if (_obj5) {
2358 _arg4 = PyList_Size(_obj5);
2359 }
2360 else {
2361 _arg4 = 0;
2362 }
2363 }
2364 {
2365 PyThreadState* __tstate = wxPyBeginAllowThreads();
2366 _result = (wxChoice *)new_wxChoice(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
2367
2368 wxPyEndAllowThreads(__tstate);
2369 if (PyErr_Occurred()) return NULL;
2370 } if (_result) {
2371 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2372 _resultobj = Py_BuildValue("s",_ptemp);
2373 } else {
2374 Py_INCREF(Py_None);
2375 _resultobj = Py_None;
2376 }
2377 {
2378 delete [] _arg5;
2379 }
2380 {
2381 if (_obj8)
2382 delete _arg8;
2383 }
2384 return _resultobj;
2385 }
2386
2387 #define new_wxPreChoice() (new wxChoice())
2388 static PyObject *_wrap_new_wxPreChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2389 PyObject * _resultobj;
2390 wxChoice * _result;
2391 char *_kwnames[] = { NULL };
2392 char _ptemp[128];
2393
2394 self = self;
2395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreChoice",_kwnames))
2396 return NULL;
2397 {
2398 PyThreadState* __tstate = wxPyBeginAllowThreads();
2399 _result = (wxChoice *)new_wxPreChoice();
2400
2401 wxPyEndAllowThreads(__tstate);
2402 if (PyErr_Occurred()) return NULL;
2403 } if (_result) {
2404 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2405 _resultobj = Py_BuildValue("s",_ptemp);
2406 } else {
2407 Py_INCREF(Py_None);
2408 _resultobj = Py_None;
2409 }
2410 return _resultobj;
2411 }
2412
2413 #define wxChoice_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2414 static PyObject *_wrap_wxChoice_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2415 PyObject * _resultobj;
2416 bool _result;
2417 wxChoice * _arg0;
2418 wxWindow * _arg1;
2419 wxWindowID _arg2;
2420 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2421 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
2422 int _arg5 = (int ) 0;
2423 wxString * _arg6 = (wxString *) NULL;
2424 long _arg7 = (long ) 0;
2425 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
2426 wxString * _arg9 = (wxString *) &wxPyChoiceNameStr;
2427 PyObject * _argo0 = 0;
2428 PyObject * _argo1 = 0;
2429 wxPoint temp;
2430 PyObject * _obj3 = 0;
2431 wxSize temp0;
2432 PyObject * _obj4 = 0;
2433 PyObject * _obj6 = 0;
2434 PyObject * _argo8 = 0;
2435 PyObject * _obj9 = 0;
2436 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
2437
2438 self = self;
2439 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxChoice_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
2440 return NULL;
2441 if (_argo0) {
2442 if (_argo0 == Py_None) { _arg0 = NULL; }
2443 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2444 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Create. Expected _wxChoice_p.");
2445 return NULL;
2446 }
2447 }
2448 if (_argo1) {
2449 if (_argo1 == Py_None) { _arg1 = NULL; }
2450 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2451 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxChoice_Create. Expected _wxWindow_p.");
2452 return NULL;
2453 }
2454 }
2455 if (_obj3)
2456 {
2457 _arg3 = &temp;
2458 if (! wxPoint_helper(_obj3, &_arg3))
2459 return NULL;
2460 }
2461 if (_obj4)
2462 {
2463 _arg4 = &temp0;
2464 if (! wxSize_helper(_obj4, &_arg4))
2465 return NULL;
2466 }
2467 if (_obj6)
2468 {
2469 _arg6 = wxString_LIST_helper(_obj6);
2470 if (_arg6 == NULL) {
2471 return NULL;
2472 }
2473 }
2474 if (_argo8) {
2475 if (_argo8 == Py_None) { _arg8 = NULL; }
2476 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
2477 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxChoice_Create. Expected _wxValidator_p.");
2478 return NULL;
2479 }
2480 }
2481 if (_obj9)
2482 {
2483 _arg9 = wxString_in_helper(_obj9);
2484 if (_arg9 == NULL)
2485 return NULL;
2486 }
2487 {
2488 if (_obj6) {
2489 _arg5 = PyList_Size(_obj6);
2490 }
2491 else {
2492 _arg5 = 0;
2493 }
2494 }
2495 {
2496 PyThreadState* __tstate = wxPyBeginAllowThreads();
2497 _result = (bool )wxChoice_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
2498
2499 wxPyEndAllowThreads(__tstate);
2500 if (PyErr_Occurred()) return NULL;
2501 } _resultobj = Py_BuildValue("i",_result);
2502 {
2503 delete [] _arg6;
2504 }
2505 {
2506 if (_obj9)
2507 delete _arg9;
2508 }
2509 return _resultobj;
2510 }
2511
2512 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
2513 static PyObject *_wrap_wxChoice_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
2514 PyObject * _resultobj;
2515 wxChoice * _arg0;
2516 PyObject * _argo0 = 0;
2517 char *_kwnames[] = { "self", NULL };
2518
2519 self = self;
2520 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_Clear",_kwnames,&_argo0))
2521 return NULL;
2522 if (_argo0) {
2523 if (_argo0 == Py_None) { _arg0 = NULL; }
2524 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2525 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
2526 return NULL;
2527 }
2528 }
2529 {
2530 PyThreadState* __tstate = wxPyBeginAllowThreads();
2531 wxChoice_Clear(_arg0);
2532
2533 wxPyEndAllowThreads(__tstate);
2534 if (PyErr_Occurred()) return NULL;
2535 } Py_INCREF(Py_None);
2536 _resultobj = Py_None;
2537 return _resultobj;
2538 }
2539
2540 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
2541 static PyObject *_wrap_wxChoice_GetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2542 PyObject * _resultobj;
2543 int _result;
2544 wxChoice * _arg0;
2545 PyObject * _argo0 = 0;
2546 char *_kwnames[] = { "self", NULL };
2547
2548 self = self;
2549 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_GetColumns",_kwnames,&_argo0))
2550 return NULL;
2551 if (_argo0) {
2552 if (_argo0 == Py_None) { _arg0 = NULL; }
2553 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2554 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
2555 return NULL;
2556 }
2557 }
2558 {
2559 PyThreadState* __tstate = wxPyBeginAllowThreads();
2560 _result = (int )wxChoice_GetColumns(_arg0);
2561
2562 wxPyEndAllowThreads(__tstate);
2563 if (PyErr_Occurred()) return NULL;
2564 } _resultobj = Py_BuildValue("i",_result);
2565 return _resultobj;
2566 }
2567
2568 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
2569 static PyObject *_wrap_wxChoice_SetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2570 PyObject * _resultobj;
2571 wxChoice * _arg0;
2572 int _arg1 = (int ) 1;
2573 PyObject * _argo0 = 0;
2574 char *_kwnames[] = { "self","n", NULL };
2575
2576 self = self;
2577 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxChoice_SetColumns",_kwnames,&_argo0,&_arg1))
2578 return NULL;
2579 if (_argo0) {
2580 if (_argo0 == Py_None) { _arg0 = NULL; }
2581 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2582 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
2583 return NULL;
2584 }
2585 }
2586 {
2587 PyThreadState* __tstate = wxPyBeginAllowThreads();
2588 wxChoice_SetColumns(_arg0,_arg1);
2589
2590 wxPyEndAllowThreads(__tstate);
2591 if (PyErr_Occurred()) return NULL;
2592 } Py_INCREF(Py_None);
2593 _resultobj = Py_None;
2594 return _resultobj;
2595 }
2596
2597 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2598 static PyObject *_wrap_wxChoice_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2599 PyObject * _resultobj;
2600 wxChoice * _arg0;
2601 int _arg1;
2602 PyObject * _argo0 = 0;
2603 char *_kwnames[] = { "self","n", NULL };
2604
2605 self = self;
2606 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxChoice_SetSelection",_kwnames,&_argo0,&_arg1))
2607 return NULL;
2608 if (_argo0) {
2609 if (_argo0 == Py_None) { _arg0 = NULL; }
2610 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2611 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
2612 return NULL;
2613 }
2614 }
2615 {
2616 PyThreadState* __tstate = wxPyBeginAllowThreads();
2617 wxChoice_SetSelection(_arg0,_arg1);
2618
2619 wxPyEndAllowThreads(__tstate);
2620 if (PyErr_Occurred()) return NULL;
2621 } Py_INCREF(Py_None);
2622 _resultobj = Py_None;
2623 return _resultobj;
2624 }
2625
2626 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
2627 static PyObject *_wrap_wxChoice_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2628 PyObject * _resultobj;
2629 wxChoice * _arg0;
2630 wxString * _arg1;
2631 PyObject * _argo0 = 0;
2632 PyObject * _obj1 = 0;
2633 char *_kwnames[] = { "self","string", NULL };
2634
2635 self = self;
2636 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxChoice_SetStringSelection",_kwnames,&_argo0,&_obj1))
2637 return NULL;
2638 if (_argo0) {
2639 if (_argo0 == Py_None) { _arg0 = NULL; }
2640 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2641 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
2642 return NULL;
2643 }
2644 }
2645 {
2646 _arg1 = wxString_in_helper(_obj1);
2647 if (_arg1 == NULL)
2648 return NULL;
2649 }
2650 {
2651 PyThreadState* __tstate = wxPyBeginAllowThreads();
2652 wxChoice_SetStringSelection(_arg0,*_arg1);
2653
2654 wxPyEndAllowThreads(__tstate);
2655 if (PyErr_Occurred()) return NULL;
2656 } Py_INCREF(Py_None);
2657 _resultobj = Py_None;
2658 {
2659 if (_obj1)
2660 delete _arg1;
2661 }
2662 return _resultobj;
2663 }
2664
2665 #define wxChoice_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
2666 static PyObject *_wrap_wxChoice_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
2667 PyObject * _resultobj;
2668 wxChoice * _arg0;
2669 int _arg1;
2670 wxString * _arg2;
2671 PyObject * _argo0 = 0;
2672 PyObject * _obj2 = 0;
2673 char *_kwnames[] = { "self","n","s", NULL };
2674
2675 self = self;
2676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxChoice_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
2677 return NULL;
2678 if (_argo0) {
2679 if (_argo0 == Py_None) { _arg0 = NULL; }
2680 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2681 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetString. Expected _wxChoice_p.");
2682 return NULL;
2683 }
2684 }
2685 {
2686 _arg2 = wxString_in_helper(_obj2);
2687 if (_arg2 == NULL)
2688 return NULL;
2689 }
2690 {
2691 PyThreadState* __tstate = wxPyBeginAllowThreads();
2692 wxChoice_SetString(_arg0,_arg1,*_arg2);
2693
2694 wxPyEndAllowThreads(__tstate);
2695 if (PyErr_Occurred()) return NULL;
2696 } Py_INCREF(Py_None);
2697 _resultobj = Py_None;
2698 {
2699 if (_obj2)
2700 delete _arg2;
2701 }
2702 return _resultobj;
2703 }
2704
2705 static void *SwigwxComboBoxTowxChoice(void *ptr) {
2706 wxComboBox *src;
2707 wxChoice *dest;
2708 src = (wxComboBox *) ptr;
2709 dest = (wxChoice *) src;
2710 return (void *) dest;
2711 }
2712
2713 static void *SwigwxComboBoxTowxControlWithItems(void *ptr) {
2714 wxComboBox *src;
2715 wxControlWithItems *dest;
2716 src = (wxComboBox *) ptr;
2717 dest = (wxControlWithItems *) src;
2718 return (void *) dest;
2719 }
2720
2721 static void *SwigwxComboBoxTowxControl(void *ptr) {
2722 wxComboBox *src;
2723 wxControl *dest;
2724 src = (wxComboBox *) ptr;
2725 dest = (wxControl *) src;
2726 return (void *) dest;
2727 }
2728
2729 static void *SwigwxComboBoxTowxWindow(void *ptr) {
2730 wxComboBox *src;
2731 wxWindow *dest;
2732 src = (wxComboBox *) ptr;
2733 dest = (wxWindow *) src;
2734 return (void *) dest;
2735 }
2736
2737 static void *SwigwxComboBoxTowxEvtHandler(void *ptr) {
2738 wxComboBox *src;
2739 wxEvtHandler *dest;
2740 src = (wxComboBox *) ptr;
2741 dest = (wxEvtHandler *) src;
2742 return (void *) dest;
2743 }
2744
2745 static void *SwigwxComboBoxTowxObject(void *ptr) {
2746 wxComboBox *src;
2747 wxObject *dest;
2748 src = (wxComboBox *) ptr;
2749 dest = (wxObject *) src;
2750 return (void *) dest;
2751 }
2752
2753 #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))
2754 static PyObject *_wrap_new_wxComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2755 PyObject * _resultobj;
2756 wxComboBox * _result;
2757 wxWindow * _arg0;
2758 wxWindowID _arg1;
2759 wxString * _arg2 = (wxString *) &wxPyEmptyString;
2760 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2761 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
2762 int _arg5 = (int ) 0;
2763 wxString * _arg6 = (wxString *) NULL;
2764 long _arg7 = (long ) 0;
2765 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
2766 wxString * _arg9 = (wxString *) &wxPyComboBoxNameStr;
2767 PyObject * _argo0 = 0;
2768 PyObject * _obj2 = 0;
2769 wxPoint temp;
2770 PyObject * _obj3 = 0;
2771 wxSize temp0;
2772 PyObject * _obj4 = 0;
2773 PyObject * _obj6 = 0;
2774 PyObject * _argo8 = 0;
2775 PyObject * _obj9 = 0;
2776 char *_kwnames[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL };
2777 char _ptemp[128];
2778
2779 self = self;
2780 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOOlOO:new_wxComboBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
2781 return NULL;
2782 if (_argo0) {
2783 if (_argo0 == Py_None) { _arg0 = NULL; }
2784 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2785 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
2786 return NULL;
2787 }
2788 }
2789 if (_obj2)
2790 {
2791 _arg2 = wxString_in_helper(_obj2);
2792 if (_arg2 == NULL)
2793 return NULL;
2794 }
2795 if (_obj3)
2796 {
2797 _arg3 = &temp;
2798 if (! wxPoint_helper(_obj3, &_arg3))
2799 return NULL;
2800 }
2801 if (_obj4)
2802 {
2803 _arg4 = &temp0;
2804 if (! wxSize_helper(_obj4, &_arg4))
2805 return NULL;
2806 }
2807 if (_obj6)
2808 {
2809 _arg6 = wxString_LIST_helper(_obj6);
2810 if (_arg6 == NULL) {
2811 return NULL;
2812 }
2813 }
2814 if (_argo8) {
2815 if (_argo8 == Py_None) { _arg8 = NULL; }
2816 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
2817 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
2818 return NULL;
2819 }
2820 }
2821 if (_obj9)
2822 {
2823 _arg9 = wxString_in_helper(_obj9);
2824 if (_arg9 == NULL)
2825 return NULL;
2826 }
2827 {
2828 if (_obj6) {
2829 _arg5 = PyList_Size(_obj6);
2830 }
2831 else {
2832 _arg5 = 0;
2833 }
2834 }
2835 {
2836 PyThreadState* __tstate = wxPyBeginAllowThreads();
2837 _result = (wxComboBox *)new_wxComboBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
2838
2839 wxPyEndAllowThreads(__tstate);
2840 if (PyErr_Occurred()) return NULL;
2841 } if (_result) {
2842 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
2843 _resultobj = Py_BuildValue("s",_ptemp);
2844 } else {
2845 Py_INCREF(Py_None);
2846 _resultobj = Py_None;
2847 }
2848 {
2849 if (_obj2)
2850 delete _arg2;
2851 }
2852 {
2853 delete [] _arg6;
2854 }
2855 {
2856 if (_obj9)
2857 delete _arg9;
2858 }
2859 return _resultobj;
2860 }
2861
2862 #define new_wxPreComboBox() (new wxComboBox())
2863 static PyObject *_wrap_new_wxPreComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2864 PyObject * _resultobj;
2865 wxComboBox * _result;
2866 char *_kwnames[] = { NULL };
2867 char _ptemp[128];
2868
2869 self = self;
2870 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreComboBox",_kwnames))
2871 return NULL;
2872 {
2873 PyThreadState* __tstate = wxPyBeginAllowThreads();
2874 _result = (wxComboBox *)new_wxPreComboBox();
2875
2876 wxPyEndAllowThreads(__tstate);
2877 if (PyErr_Occurred()) return NULL;
2878 } if (_result) {
2879 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
2880 _resultobj = Py_BuildValue("s",_ptemp);
2881 } else {
2882 Py_INCREF(Py_None);
2883 _resultobj = Py_None;
2884 }
2885 return _resultobj;
2886 }
2887
2888 #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))
2889 static PyObject *_wrap_wxComboBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2890 PyObject * _resultobj;
2891 bool _result;
2892 wxComboBox * _arg0;
2893 wxWindow * _arg1;
2894 wxWindowID _arg2;
2895 wxString * _arg3 = (wxString *) &wxPyEmptyString;
2896 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
2897 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
2898 int _arg6 = (int ) 0;
2899 wxString * _arg7 = (wxString *) NULL;
2900 long _arg8 = (long ) 0;
2901 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
2902 wxString * _arg10 = (wxString *) &wxPyComboBoxNameStr;
2903 PyObject * _argo0 = 0;
2904 PyObject * _argo1 = 0;
2905 PyObject * _obj3 = 0;
2906 wxPoint temp;
2907 PyObject * _obj4 = 0;
2908 wxSize temp0;
2909 PyObject * _obj5 = 0;
2910 PyObject * _obj7 = 0;
2911 PyObject * _argo9 = 0;
2912 PyObject * _obj10 = 0;
2913 char *_kwnames[] = { "self","parent","id","value","pos","size","choices","style","validator","name", NULL };
2914
2915 self = self;
2916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOOlOO:wxComboBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_obj7,&_arg8,&_argo9,&_obj10))
2917 return NULL;
2918 if (_argo0) {
2919 if (_argo0 == Py_None) { _arg0 = NULL; }
2920 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
2921 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Create. Expected _wxComboBox_p.");
2922 return NULL;
2923 }
2924 }
2925 if (_argo1) {
2926 if (_argo1 == Py_None) { _arg1 = NULL; }
2927 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2928 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxComboBox_Create. Expected _wxWindow_p.");
2929 return NULL;
2930 }
2931 }
2932 if (_obj3)
2933 {
2934 _arg3 = wxString_in_helper(_obj3);
2935 if (_arg3 == NULL)
2936 return NULL;
2937 }
2938 if (_obj4)
2939 {
2940 _arg4 = &temp;
2941 if (! wxPoint_helper(_obj4, &_arg4))
2942 return NULL;
2943 }
2944 if (_obj5)
2945 {
2946 _arg5 = &temp0;
2947 if (! wxSize_helper(_obj5, &_arg5))
2948 return NULL;
2949 }
2950 if (_obj7)
2951 {
2952 _arg7 = wxString_LIST_helper(_obj7);
2953 if (_arg7 == NULL) {
2954 return NULL;
2955 }
2956 }
2957 if (_argo9) {
2958 if (_argo9 == Py_None) { _arg9 = NULL; }
2959 else if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
2960 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxComboBox_Create. Expected _wxValidator_p.");
2961 return NULL;
2962 }
2963 }
2964 if (_obj10)
2965 {
2966 _arg10 = wxString_in_helper(_obj10);
2967 if (_arg10 == NULL)
2968 return NULL;
2969 }
2970 {
2971 if (_obj7) {
2972 _arg6 = PyList_Size(_obj7);
2973 }
2974 else {
2975 _arg6 = 0;
2976 }
2977 }
2978 {
2979 PyThreadState* __tstate = wxPyBeginAllowThreads();
2980 _result = (bool )wxComboBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,*_arg9,*_arg10);
2981
2982 wxPyEndAllowThreads(__tstate);
2983 if (PyErr_Occurred()) return NULL;
2984 } _resultobj = Py_BuildValue("i",_result);
2985 {
2986 if (_obj3)
2987 delete _arg3;
2988 }
2989 {
2990 delete [] _arg7;
2991 }
2992 {
2993 if (_obj10)
2994 delete _arg10;
2995 }
2996 return _resultobj;
2997 }
2998
2999 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
3000 static PyObject *_wrap_wxComboBox_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
3001 PyObject * _resultobj;
3002 wxComboBox * _arg0;
3003 PyObject * _argo0 = 0;
3004 char *_kwnames[] = { "self", NULL };
3005
3006 self = self;
3007 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Copy",_kwnames,&_argo0))
3008 return NULL;
3009 if (_argo0) {
3010 if (_argo0 == Py_None) { _arg0 = NULL; }
3011 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3012 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
3013 return NULL;
3014 }
3015 }
3016 {
3017 PyThreadState* __tstate = wxPyBeginAllowThreads();
3018 wxComboBox_Copy(_arg0);
3019
3020 wxPyEndAllowThreads(__tstate);
3021 if (PyErr_Occurred()) return NULL;
3022 } Py_INCREF(Py_None);
3023 _resultobj = Py_None;
3024 return _resultobj;
3025 }
3026
3027 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
3028 static PyObject *_wrap_wxComboBox_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
3029 PyObject * _resultobj;
3030 wxComboBox * _arg0;
3031 PyObject * _argo0 = 0;
3032 char *_kwnames[] = { "self", NULL };
3033
3034 self = self;
3035 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Cut",_kwnames,&_argo0))
3036 return NULL;
3037 if (_argo0) {
3038 if (_argo0 == Py_None) { _arg0 = NULL; }
3039 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3040 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
3041 return NULL;
3042 }
3043 }
3044 {
3045 PyThreadState* __tstate = wxPyBeginAllowThreads();
3046 wxComboBox_Cut(_arg0);
3047
3048 wxPyEndAllowThreads(__tstate);
3049 if (PyErr_Occurred()) return NULL;
3050 } Py_INCREF(Py_None);
3051 _resultobj = Py_None;
3052 return _resultobj;
3053 }
3054
3055 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3056 static PyObject *_wrap_wxComboBox_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3057 PyObject * _resultobj;
3058 long _result;
3059 wxComboBox * _arg0;
3060 PyObject * _argo0 = 0;
3061 char *_kwnames[] = { "self", NULL };
3062
3063 self = self;
3064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetInsertionPoint",_kwnames,&_argo0))
3065 return NULL;
3066 if (_argo0) {
3067 if (_argo0 == Py_None) { _arg0 = NULL; }
3068 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3069 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
3070 return NULL;
3071 }
3072 }
3073 {
3074 PyThreadState* __tstate = wxPyBeginAllowThreads();
3075 _result = (long )wxComboBox_GetInsertionPoint(_arg0);
3076
3077 wxPyEndAllowThreads(__tstate);
3078 if (PyErr_Occurred()) return NULL;
3079 } _resultobj = Py_BuildValue("l",_result);
3080 return _resultobj;
3081 }
3082
3083 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3084 static PyObject *_wrap_wxComboBox_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
3085 PyObject * _resultobj;
3086 long _result;
3087 wxComboBox * _arg0;
3088 PyObject * _argo0 = 0;
3089 char *_kwnames[] = { "self", NULL };
3090
3091 self = self;
3092 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetLastPosition",_kwnames,&_argo0))
3093 return NULL;
3094 if (_argo0) {
3095 if (_argo0 == Py_None) { _arg0 = NULL; }
3096 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3097 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
3098 return NULL;
3099 }
3100 }
3101 {
3102 PyThreadState* __tstate = wxPyBeginAllowThreads();
3103 _result = (long )wxComboBox_GetLastPosition(_arg0);
3104
3105 wxPyEndAllowThreads(__tstate);
3106 if (PyErr_Occurred()) return NULL;
3107 } _resultobj = Py_BuildValue("l",_result);
3108 return _resultobj;
3109 }
3110
3111 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
3112 static PyObject *_wrap_wxComboBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3113 PyObject * _resultobj;
3114 wxString * _result;
3115 wxComboBox * _arg0;
3116 PyObject * _argo0 = 0;
3117 char *_kwnames[] = { "self", NULL };
3118
3119 self = self;
3120 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetValue",_kwnames,&_argo0))
3121 return NULL;
3122 if (_argo0) {
3123 if (_argo0 == Py_None) { _arg0 = NULL; }
3124 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3125 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
3126 return NULL;
3127 }
3128 }
3129 {
3130 PyThreadState* __tstate = wxPyBeginAllowThreads();
3131 _result = new wxString (wxComboBox_GetValue(_arg0));
3132
3133 wxPyEndAllowThreads(__tstate);
3134 if (PyErr_Occurred()) return NULL;
3135 }{
3136 #if wxUSE_UNICODE
3137 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
3138 #else
3139 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
3140 #endif
3141 }
3142 {
3143 delete _result;
3144 }
3145 return _resultobj;
3146 }
3147
3148 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
3149 static PyObject *_wrap_wxComboBox_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
3150 PyObject * _resultobj;
3151 wxComboBox * _arg0;
3152 PyObject * _argo0 = 0;
3153 char *_kwnames[] = { "self", NULL };
3154
3155 self = self;
3156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Paste",_kwnames,&_argo0))
3157 return NULL;
3158 if (_argo0) {
3159 if (_argo0 == Py_None) { _arg0 = NULL; }
3160 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3161 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
3162 return NULL;
3163 }
3164 }
3165 {
3166 PyThreadState* __tstate = wxPyBeginAllowThreads();
3167 wxComboBox_Paste(_arg0);
3168
3169 wxPyEndAllowThreads(__tstate);
3170 if (PyErr_Occurred()) return NULL;
3171 } Py_INCREF(Py_None);
3172 _resultobj = Py_None;
3173 return _resultobj;
3174 }
3175
3176 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
3177 static PyObject *_wrap_wxComboBox_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
3178 PyObject * _resultobj;
3179 wxComboBox * _arg0;
3180 long _arg1;
3181 long _arg2;
3182 wxString * _arg3;
3183 PyObject * _argo0 = 0;
3184 PyObject * _obj3 = 0;
3185 char *_kwnames[] = { "self","from","to","text", NULL };
3186
3187 self = self;
3188 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxComboBox_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
3189 return NULL;
3190 if (_argo0) {
3191 if (_argo0 == Py_None) { _arg0 = NULL; }
3192 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3193 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
3194 return NULL;
3195 }
3196 }
3197 {
3198 _arg3 = wxString_in_helper(_obj3);
3199 if (_arg3 == NULL)
3200 return NULL;
3201 }
3202 {
3203 PyThreadState* __tstate = wxPyBeginAllowThreads();
3204 wxComboBox_Replace(_arg0,_arg1,_arg2,*_arg3);
3205
3206 wxPyEndAllowThreads(__tstate);
3207 if (PyErr_Occurred()) return NULL;
3208 } Py_INCREF(Py_None);
3209 _resultobj = Py_None;
3210 {
3211 if (_obj3)
3212 delete _arg3;
3213 }
3214 return _resultobj;
3215 }
3216
3217 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
3218 static PyObject *_wrap_wxComboBox_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
3219 PyObject * _resultobj;
3220 wxComboBox * _arg0;
3221 long _arg1;
3222 long _arg2;
3223 PyObject * _argo0 = 0;
3224 char *_kwnames[] = { "self","from","to", NULL };
3225
3226 self = self;
3227 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
3228 return NULL;
3229 if (_argo0) {
3230 if (_argo0 == Py_None) { _arg0 = NULL; }
3231 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3232 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
3233 return NULL;
3234 }
3235 }
3236 {
3237 PyThreadState* __tstate = wxPyBeginAllowThreads();
3238 wxComboBox_Remove(_arg0,_arg1,_arg2);
3239
3240 wxPyEndAllowThreads(__tstate);
3241 if (PyErr_Occurred()) return NULL;
3242 } Py_INCREF(Py_None);
3243 _resultobj = Py_None;
3244 return _resultobj;
3245 }
3246
3247 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
3248 static PyObject *_wrap_wxComboBox_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3249 PyObject * _resultobj;
3250 wxComboBox * _arg0;
3251 long _arg1;
3252 PyObject * _argo0 = 0;
3253 char *_kwnames[] = { "self","pos", NULL };
3254
3255 self = self;
3256 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxComboBox_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
3257 return NULL;
3258 if (_argo0) {
3259 if (_argo0 == Py_None) { _arg0 = NULL; }
3260 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3261 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
3262 return NULL;
3263 }
3264 }
3265 {
3266 PyThreadState* __tstate = wxPyBeginAllowThreads();
3267 wxComboBox_SetInsertionPoint(_arg0,_arg1);
3268
3269 wxPyEndAllowThreads(__tstate);
3270 if (PyErr_Occurred()) return NULL;
3271 } Py_INCREF(Py_None);
3272 _resultobj = Py_None;
3273 return _resultobj;
3274 }
3275
3276 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
3277 static PyObject *_wrap_wxComboBox_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
3278 PyObject * _resultobj;
3279 wxComboBox * _arg0;
3280 PyObject * _argo0 = 0;
3281 char *_kwnames[] = { "self", NULL };
3282
3283 self = self;
3284 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_SetInsertionPointEnd",_kwnames,&_argo0))
3285 return NULL;
3286 if (_argo0) {
3287 if (_argo0 == Py_None) { _arg0 = NULL; }
3288 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3289 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
3290 return NULL;
3291 }
3292 }
3293 {
3294 PyThreadState* __tstate = wxPyBeginAllowThreads();
3295 wxComboBox_SetInsertionPointEnd(_arg0);
3296
3297 wxPyEndAllowThreads(__tstate);
3298 if (PyErr_Occurred()) return NULL;
3299 } Py_INCREF(Py_None);
3300 _resultobj = Py_None;
3301 return _resultobj;
3302 }
3303
3304 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
3305 static PyObject *_wrap_wxComboBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3306 PyObject * _resultobj;
3307 wxComboBox * _arg0;
3308 int _arg1;
3309 PyObject * _argo0 = 0;
3310 char *_kwnames[] = { "self","n", NULL };
3311
3312 self = self;
3313 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetSelection",_kwnames,&_argo0,&_arg1))
3314 return NULL;
3315 if (_argo0) {
3316 if (_argo0 == Py_None) { _arg0 = NULL; }
3317 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3318 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
3319 return NULL;
3320 }
3321 }
3322 {
3323 PyThreadState* __tstate = wxPyBeginAllowThreads();
3324 wxComboBox_SetSelection(_arg0,_arg1);
3325
3326 wxPyEndAllowThreads(__tstate);
3327 if (PyErr_Occurred()) return NULL;
3328 } Py_INCREF(Py_None);
3329 _resultobj = Py_None;
3330 return _resultobj;
3331 }
3332
3333 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3334 static PyObject *_wrap_wxComboBox_SetMark(PyObject *self, PyObject *args, PyObject *kwargs) {
3335 PyObject * _resultobj;
3336 wxComboBox * _arg0;
3337 long _arg1;
3338 long _arg2;
3339 PyObject * _argo0 = 0;
3340 char *_kwnames[] = { "self","from","to", NULL };
3341
3342 self = self;
3343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_SetMark",_kwnames,&_argo0,&_arg1,&_arg2))
3344 return NULL;
3345 if (_argo0) {
3346 if (_argo0 == Py_None) { _arg0 = NULL; }
3347 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3348 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
3349 return NULL;
3350 }
3351 }
3352 {
3353 PyThreadState* __tstate = wxPyBeginAllowThreads();
3354 wxComboBox_SetMark(_arg0,_arg1,_arg2);
3355
3356 wxPyEndAllowThreads(__tstate);
3357 if (PyErr_Occurred()) return NULL;
3358 } Py_INCREF(Py_None);
3359 _resultobj = Py_None;
3360 return _resultobj;
3361 }
3362
3363 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3364 static PyObject *_wrap_wxComboBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3365 PyObject * _resultobj;
3366 wxComboBox * _arg0;
3367 wxString * _arg1;
3368 PyObject * _argo0 = 0;
3369 PyObject * _obj1 = 0;
3370 char *_kwnames[] = { "self","text", NULL };
3371
3372 self = self;
3373 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxComboBox_SetValue",_kwnames,&_argo0,&_obj1))
3374 return NULL;
3375 if (_argo0) {
3376 if (_argo0 == Py_None) { _arg0 = NULL; }
3377 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3378 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
3379 return NULL;
3380 }
3381 }
3382 {
3383 _arg1 = wxString_in_helper(_obj1);
3384 if (_arg1 == NULL)
3385 return NULL;
3386 }
3387 {
3388 PyThreadState* __tstate = wxPyBeginAllowThreads();
3389 wxComboBox_SetValue(_arg0,*_arg1);
3390
3391 wxPyEndAllowThreads(__tstate);
3392 if (PyErr_Occurred()) return NULL;
3393 } Py_INCREF(Py_None);
3394 _resultobj = Py_None;
3395 {
3396 if (_obj1)
3397 delete _arg1;
3398 }
3399 return _resultobj;
3400 }
3401
3402 #define wxComboBox_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
3403 static PyObject *_wrap_wxComboBox_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
3404 PyObject * _resultobj;
3405 wxComboBox * _arg0;
3406 bool _arg1;
3407 PyObject * _argo0 = 0;
3408 int tempbool1;
3409 char *_kwnames[] = { "self","editable", NULL };
3410
3411 self = self;
3412 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetEditable",_kwnames,&_argo0,&tempbool1))
3413 return NULL;
3414 if (_argo0) {
3415 if (_argo0 == Py_None) { _arg0 = NULL; }
3416 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3417 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetEditable. Expected _wxComboBox_p.");
3418 return NULL;
3419 }
3420 }
3421 _arg1 = (bool ) tempbool1;
3422 {
3423 PyThreadState* __tstate = wxPyBeginAllowThreads();
3424 wxComboBox_SetEditable(_arg0,_arg1);
3425
3426 wxPyEndAllowThreads(__tstate);
3427 if (PyErr_Occurred()) return NULL;
3428 } Py_INCREF(Py_None);
3429 _resultobj = Py_None;
3430 return _resultobj;
3431 }
3432
3433 static void *SwigwxGaugeTowxControl(void *ptr) {
3434 wxGauge *src;
3435 wxControl *dest;
3436 src = (wxGauge *) ptr;
3437 dest = (wxControl *) src;
3438 return (void *) dest;
3439 }
3440
3441 static void *SwigwxGaugeTowxWindow(void *ptr) {
3442 wxGauge *src;
3443 wxWindow *dest;
3444 src = (wxGauge *) ptr;
3445 dest = (wxWindow *) src;
3446 return (void *) dest;
3447 }
3448
3449 static void *SwigwxGaugeTowxEvtHandler(void *ptr) {
3450 wxGauge *src;
3451 wxEvtHandler *dest;
3452 src = (wxGauge *) ptr;
3453 dest = (wxEvtHandler *) src;
3454 return (void *) dest;
3455 }
3456
3457 static void *SwigwxGaugeTowxObject(void *ptr) {
3458 wxGauge *src;
3459 wxObject *dest;
3460 src = (wxGauge *) ptr;
3461 dest = (wxObject *) src;
3462 return (void *) dest;
3463 }
3464
3465 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3466 static PyObject *_wrap_new_wxGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3467 PyObject * _resultobj;
3468 wxGauge * _result;
3469 wxWindow * _arg0;
3470 wxWindowID _arg1;
3471 int _arg2;
3472 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
3473 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
3474 long _arg5 = (long ) wxGA_HORIZONTAL;
3475 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
3476 wxString * _arg7 = (wxString *) &wxPyGaugeNameStr;
3477 PyObject * _argo0 = 0;
3478 wxPoint temp;
3479 PyObject * _obj3 = 0;
3480 wxSize temp0;
3481 PyObject * _obj4 = 0;
3482 PyObject * _argo6 = 0;
3483 PyObject * _obj7 = 0;
3484 char *_kwnames[] = { "parent","id","range","pos","size","style","validator","name", NULL };
3485 char _ptemp[128];
3486
3487 self = self;
3488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii|OOlOO:new_wxGauge",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
3489 return NULL;
3490 if (_argo0) {
3491 if (_argo0 == Py_None) { _arg0 = NULL; }
3492 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
3493 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
3494 return NULL;
3495 }
3496 }
3497 if (_obj3)
3498 {
3499 _arg3 = &temp;
3500 if (! wxPoint_helper(_obj3, &_arg3))
3501 return NULL;
3502 }
3503 if (_obj4)
3504 {
3505 _arg4 = &temp0;
3506 if (! wxSize_helper(_obj4, &_arg4))
3507 return NULL;
3508 }
3509 if (_argo6) {
3510 if (_argo6 == Py_None) { _arg6 = NULL; }
3511 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
3512 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
3513 return NULL;
3514 }
3515 }
3516 if (_obj7)
3517 {
3518 _arg7 = wxString_in_helper(_obj7);
3519 if (_arg7 == NULL)
3520 return NULL;
3521 }
3522 {
3523 PyThreadState* __tstate = wxPyBeginAllowThreads();
3524 _result = (wxGauge *)new_wxGauge(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
3525
3526 wxPyEndAllowThreads(__tstate);
3527 if (PyErr_Occurred()) return NULL;
3528 } if (_result) {
3529 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3530 _resultobj = Py_BuildValue("s",_ptemp);
3531 } else {
3532 Py_INCREF(Py_None);
3533 _resultobj = Py_None;
3534 }
3535 {
3536 if (_obj7)
3537 delete _arg7;
3538 }
3539 return _resultobj;
3540 }
3541
3542 #define new_wxPreGauge() (new wxGauge())
3543 static PyObject *_wrap_new_wxPreGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3544 PyObject * _resultobj;
3545 wxGauge * _result;
3546 char *_kwnames[] = { NULL };
3547 char _ptemp[128];
3548
3549 self = self;
3550 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreGauge",_kwnames))
3551 return NULL;
3552 {
3553 PyThreadState* __tstate = wxPyBeginAllowThreads();
3554 _result = (wxGauge *)new_wxPreGauge();
3555
3556 wxPyEndAllowThreads(__tstate);
3557 if (PyErr_Occurred()) return NULL;
3558 } if (_result) {
3559 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3560 _resultobj = Py_BuildValue("s",_ptemp);
3561 } else {
3562 Py_INCREF(Py_None);
3563 _resultobj = Py_None;
3564 }
3565 return _resultobj;
3566 }
3567
3568 #define wxGauge_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3569 static PyObject *_wrap_wxGauge_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3570 PyObject * _resultobj;
3571 bool _result;
3572 wxGauge * _arg0;
3573 wxWindow * _arg1;
3574 wxWindowID _arg2;
3575 int _arg3;
3576 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
3577 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
3578 long _arg6 = (long ) wxGA_HORIZONTAL;
3579 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
3580 wxString * _arg8 = (wxString *) &wxPyGaugeNameStr;
3581 PyObject * _argo0 = 0;
3582 PyObject * _argo1 = 0;
3583 wxPoint temp;
3584 PyObject * _obj4 = 0;
3585 wxSize temp0;
3586 PyObject * _obj5 = 0;
3587 PyObject * _argo7 = 0;
3588 PyObject * _obj8 = 0;
3589 char *_kwnames[] = { "self","parent","id","range","pos","size","style","validator","name", NULL };
3590
3591 self = self;
3592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOii|OOlOO:wxGauge_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
3593 return NULL;
3594 if (_argo0) {
3595 if (_argo0 == Py_None) { _arg0 = NULL; }
3596 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3597 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_Create. Expected _wxGauge_p.");
3598 return NULL;
3599 }
3600 }
3601 if (_argo1) {
3602 if (_argo1 == Py_None) { _arg1 = NULL; }
3603 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
3604 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGauge_Create. Expected _wxWindow_p.");
3605 return NULL;
3606 }
3607 }
3608 if (_obj4)
3609 {
3610 _arg4 = &temp;
3611 if (! wxPoint_helper(_obj4, &_arg4))
3612 return NULL;
3613 }
3614 if (_obj5)
3615 {
3616 _arg5 = &temp0;
3617 if (! wxSize_helper(_obj5, &_arg5))
3618 return NULL;
3619 }
3620 if (_argo7) {
3621 if (_argo7 == Py_None) { _arg7 = NULL; }
3622 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
3623 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxGauge_Create. Expected _wxValidator_p.");
3624 return NULL;
3625 }
3626 }
3627 if (_obj8)
3628 {
3629 _arg8 = wxString_in_helper(_obj8);
3630 if (_arg8 == NULL)
3631 return NULL;
3632 }
3633 {
3634 PyThreadState* __tstate = wxPyBeginAllowThreads();
3635 _result = (bool )wxGauge_Create(_arg0,_arg1,_arg2,_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
3636
3637 wxPyEndAllowThreads(__tstate);
3638 if (PyErr_Occurred()) return NULL;
3639 } _resultobj = Py_BuildValue("i",_result);
3640 {
3641 if (_obj8)
3642 delete _arg8;
3643 }
3644 return _resultobj;
3645 }
3646
3647 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
3648 static PyObject *_wrap_wxGauge_GetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
3649 PyObject * _resultobj;
3650 int _result;
3651 wxGauge * _arg0;
3652 PyObject * _argo0 = 0;
3653 char *_kwnames[] = { "self", NULL };
3654
3655 self = self;
3656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetBezelFace",_kwnames,&_argo0))
3657 return NULL;
3658 if (_argo0) {
3659 if (_argo0 == Py_None) { _arg0 = NULL; }
3660 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3661 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
3662 return NULL;
3663 }
3664 }
3665 {
3666 PyThreadState* __tstate = wxPyBeginAllowThreads();
3667 _result = (int )wxGauge_GetBezelFace(_arg0);
3668
3669 wxPyEndAllowThreads(__tstate);
3670 if (PyErr_Occurred()) return NULL;
3671 } _resultobj = Py_BuildValue("i",_result);
3672 return _resultobj;
3673 }
3674
3675 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
3676 static PyObject *_wrap_wxGauge_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
3677 PyObject * _resultobj;
3678 int _result;
3679 wxGauge * _arg0;
3680 PyObject * _argo0 = 0;
3681 char *_kwnames[] = { "self", NULL };
3682
3683 self = self;
3684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetRange",_kwnames,&_argo0))
3685 return NULL;
3686 if (_argo0) {
3687 if (_argo0 == Py_None) { _arg0 = NULL; }
3688 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3689 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
3690 return NULL;
3691 }
3692 }
3693 {
3694 PyThreadState* __tstate = wxPyBeginAllowThreads();
3695 _result = (int )wxGauge_GetRange(_arg0);
3696
3697 wxPyEndAllowThreads(__tstate);
3698 if (PyErr_Occurred()) return NULL;
3699 } _resultobj = Py_BuildValue("i",_result);
3700 return _resultobj;
3701 }
3702
3703 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
3704 static PyObject *_wrap_wxGauge_GetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
3705 PyObject * _resultobj;
3706 int _result;
3707 wxGauge * _arg0;
3708 PyObject * _argo0 = 0;
3709 char *_kwnames[] = { "self", NULL };
3710
3711 self = self;
3712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetShadowWidth",_kwnames,&_argo0))
3713 return NULL;
3714 if (_argo0) {
3715 if (_argo0 == Py_None) { _arg0 = NULL; }
3716 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3717 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
3718 return NULL;
3719 }
3720 }
3721 {
3722 PyThreadState* __tstate = wxPyBeginAllowThreads();
3723 _result = (int )wxGauge_GetShadowWidth(_arg0);
3724
3725 wxPyEndAllowThreads(__tstate);
3726 if (PyErr_Occurred()) return NULL;
3727 } _resultobj = Py_BuildValue("i",_result);
3728 return _resultobj;
3729 }
3730
3731 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
3732 static PyObject *_wrap_wxGauge_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3733 PyObject * _resultobj;
3734 int _result;
3735 wxGauge * _arg0;
3736 PyObject * _argo0 = 0;
3737 char *_kwnames[] = { "self", NULL };
3738
3739 self = self;
3740 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetValue",_kwnames,&_argo0))
3741 return NULL;
3742 if (_argo0) {
3743 if (_argo0 == Py_None) { _arg0 = NULL; }
3744 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3745 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
3746 return NULL;
3747 }
3748 }
3749 {
3750 PyThreadState* __tstate = wxPyBeginAllowThreads();
3751 _result = (int )wxGauge_GetValue(_arg0);
3752
3753 wxPyEndAllowThreads(__tstate);
3754 if (PyErr_Occurred()) return NULL;
3755 } _resultobj = Py_BuildValue("i",_result);
3756 return _resultobj;
3757 }
3758
3759 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
3760 static PyObject *_wrap_wxGauge_SetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
3761 PyObject * _resultobj;
3762 wxGauge * _arg0;
3763 int _arg1;
3764 PyObject * _argo0 = 0;
3765 char *_kwnames[] = { "self","width", NULL };
3766
3767 self = self;
3768 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetBezelFace",_kwnames,&_argo0,&_arg1))
3769 return NULL;
3770 if (_argo0) {
3771 if (_argo0 == Py_None) { _arg0 = NULL; }
3772 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3773 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
3774 return NULL;
3775 }
3776 }
3777 {
3778 PyThreadState* __tstate = wxPyBeginAllowThreads();
3779 wxGauge_SetBezelFace(_arg0,_arg1);
3780
3781 wxPyEndAllowThreads(__tstate);
3782 if (PyErr_Occurred()) return NULL;
3783 } Py_INCREF(Py_None);
3784 _resultobj = Py_None;
3785 return _resultobj;
3786 }
3787
3788 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
3789 static PyObject *_wrap_wxGauge_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
3790 PyObject * _resultobj;
3791 wxGauge * _arg0;
3792 int _arg1;
3793 PyObject * _argo0 = 0;
3794 char *_kwnames[] = { "self","range", NULL };
3795
3796 self = self;
3797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetRange",_kwnames,&_argo0,&_arg1))
3798 return NULL;
3799 if (_argo0) {
3800 if (_argo0 == Py_None) { _arg0 = NULL; }
3801 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3802 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
3803 return NULL;
3804 }
3805 }
3806 {
3807 PyThreadState* __tstate = wxPyBeginAllowThreads();
3808 wxGauge_SetRange(_arg0,_arg1);
3809
3810 wxPyEndAllowThreads(__tstate);
3811 if (PyErr_Occurred()) return NULL;
3812 } Py_INCREF(Py_None);
3813 _resultobj = Py_None;
3814 return _resultobj;
3815 }
3816
3817 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
3818 static PyObject *_wrap_wxGauge_SetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
3819 PyObject * _resultobj;
3820 wxGauge * _arg0;
3821 int _arg1;
3822 PyObject * _argo0 = 0;
3823 char *_kwnames[] = { "self","width", NULL };
3824
3825 self = self;
3826 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetShadowWidth",_kwnames,&_argo0,&_arg1))
3827 return NULL;
3828 if (_argo0) {
3829 if (_argo0 == Py_None) { _arg0 = NULL; }
3830 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3831 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
3832 return NULL;
3833 }
3834 }
3835 {
3836 PyThreadState* __tstate = wxPyBeginAllowThreads();
3837 wxGauge_SetShadowWidth(_arg0,_arg1);
3838
3839 wxPyEndAllowThreads(__tstate);
3840 if (PyErr_Occurred()) return NULL;
3841 } Py_INCREF(Py_None);
3842 _resultobj = Py_None;
3843 return _resultobj;
3844 }
3845
3846 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3847 static PyObject *_wrap_wxGauge_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3848 PyObject * _resultobj;
3849 wxGauge * _arg0;
3850 int _arg1;
3851 PyObject * _argo0 = 0;
3852 char *_kwnames[] = { "self","pos", NULL };
3853
3854 self = self;
3855 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetValue",_kwnames,&_argo0,&_arg1))
3856 return NULL;
3857 if (_argo0) {
3858 if (_argo0 == Py_None) { _arg0 = NULL; }
3859 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3860 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
3861 return NULL;
3862 }
3863 }
3864 {
3865 PyThreadState* __tstate = wxPyBeginAllowThreads();
3866 wxGauge_SetValue(_arg0,_arg1);
3867
3868 wxPyEndAllowThreads(__tstate);
3869 if (PyErr_Occurred()) return NULL;
3870 } Py_INCREF(Py_None);
3871 _resultobj = Py_None;
3872 return _resultobj;
3873 }
3874
3875 static void *SwigwxStaticBoxTowxControl(void *ptr) {
3876 wxStaticBox *src;
3877 wxControl *dest;
3878 src = (wxStaticBox *) ptr;
3879 dest = (wxControl *) src;
3880 return (void *) dest;
3881 }
3882
3883 static void *SwigwxStaticBoxTowxWindow(void *ptr) {
3884 wxStaticBox *src;
3885 wxWindow *dest;
3886 src = (wxStaticBox *) ptr;
3887 dest = (wxWindow *) src;
3888 return (void *) dest;
3889 }
3890
3891 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr) {
3892 wxStaticBox *src;
3893 wxEvtHandler *dest;
3894 src = (wxStaticBox *) ptr;
3895 dest = (wxEvtHandler *) src;
3896 return (void *) dest;
3897 }
3898
3899 static void *SwigwxStaticBoxTowxObject(void *ptr) {
3900 wxStaticBox *src;
3901 wxObject *dest;
3902 src = (wxStaticBox *) ptr;
3903 dest = (wxObject *) src;
3904 return (void *) dest;
3905 }
3906
3907 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
3908 static PyObject *_wrap_new_wxStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
3909 PyObject * _resultobj;
3910 wxStaticBox * _result;
3911 wxWindow * _arg0;
3912 wxWindowID _arg1;
3913 wxString * _arg2;
3914 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
3915 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
3916 long _arg5 = (long ) 0;
3917 wxString * _arg6 = (wxString *) &wxPyStaticBoxNameStr;
3918 PyObject * _argo0 = 0;
3919 PyObject * _obj2 = 0;
3920 wxPoint temp;
3921 PyObject * _obj3 = 0;
3922 wxSize temp0;
3923 PyObject * _obj4 = 0;
3924 PyObject * _obj6 = 0;
3925 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
3926 char _ptemp[128];
3927
3928 self = self;
3929 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6))
3930 return NULL;
3931 if (_argo0) {
3932 if (_argo0 == Py_None) { _arg0 = NULL; }
3933 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
3934 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
3935 return NULL;
3936 }
3937 }
3938 {
3939 _arg2 = wxString_in_helper(_obj2);
3940 if (_arg2 == NULL)
3941 return NULL;
3942 }
3943 if (_obj3)
3944 {
3945 _arg3 = &temp;
3946 if (! wxPoint_helper(_obj3, &_arg3))
3947 return NULL;
3948 }
3949 if (_obj4)
3950 {
3951 _arg4 = &temp0;
3952 if (! wxSize_helper(_obj4, &_arg4))
3953 return NULL;
3954 }
3955 if (_obj6)
3956 {
3957 _arg6 = wxString_in_helper(_obj6);
3958 if (_arg6 == NULL)
3959 return NULL;
3960 }
3961 {
3962 PyThreadState* __tstate = wxPyBeginAllowThreads();
3963 _result = (wxStaticBox *)new_wxStaticBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
3964
3965 wxPyEndAllowThreads(__tstate);
3966 if (PyErr_Occurred()) return NULL;
3967 } if (_result) {
3968 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
3969 _resultobj = Py_BuildValue("s",_ptemp);
3970 } else {
3971 Py_INCREF(Py_None);
3972 _resultobj = Py_None;
3973 }
3974 {
3975 if (_obj2)
3976 delete _arg2;
3977 }
3978 {
3979 if (_obj6)
3980 delete _arg6;
3981 }
3982 return _resultobj;
3983 }
3984
3985 #define new_wxPreStaticBox() (new wxStaticBox())
3986 static PyObject *_wrap_new_wxPreStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
3987 PyObject * _resultobj;
3988 wxStaticBox * _result;
3989 char *_kwnames[] = { NULL };
3990 char _ptemp[128];
3991
3992 self = self;
3993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBox",_kwnames))
3994 return NULL;
3995 {
3996 PyThreadState* __tstate = wxPyBeginAllowThreads();
3997 _result = (wxStaticBox *)new_wxPreStaticBox();
3998
3999 wxPyEndAllowThreads(__tstate);
4000 if (PyErr_Occurred()) return NULL;
4001 } if (_result) {
4002 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
4003 _resultobj = Py_BuildValue("s",_ptemp);
4004 } else {
4005 Py_INCREF(Py_None);
4006 _resultobj = Py_None;
4007 }
4008 return _resultobj;
4009 }
4010
4011 #define wxStaticBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4012 static PyObject *_wrap_wxStaticBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4013 PyObject * _resultobj;
4014 bool _result;
4015 wxStaticBox * _arg0;
4016 wxWindow * _arg1;
4017 wxWindowID _arg2;
4018 wxString * _arg3;
4019 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
4020 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
4021 long _arg6 = (long ) 0;
4022 wxString * _arg7 = (wxString *) &wxPyStaticBoxNameStr;
4023 PyObject * _argo0 = 0;
4024 PyObject * _argo1 = 0;
4025 PyObject * _obj3 = 0;
4026 wxPoint temp;
4027 PyObject * _obj4 = 0;
4028 wxSize temp0;
4029 PyObject * _obj5 = 0;
4030 PyObject * _obj7 = 0;
4031 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
4032
4033 self = self;
4034 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7))
4035 return NULL;
4036 if (_argo0) {
4037 if (_argo0 == Py_None) { _arg0 = NULL; }
4038 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBox_p")) {
4039 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBox_Create. Expected _wxStaticBox_p.");
4040 return NULL;
4041 }
4042 }
4043 if (_argo1) {
4044 if (_argo1 == Py_None) { _arg1 = NULL; }
4045 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4046 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBox_Create. Expected _wxWindow_p.");
4047 return NULL;
4048 }
4049 }
4050 {
4051 _arg3 = wxString_in_helper(_obj3);
4052 if (_arg3 == NULL)
4053 return NULL;
4054 }
4055 if (_obj4)
4056 {
4057 _arg4 = &temp;
4058 if (! wxPoint_helper(_obj4, &_arg4))
4059 return NULL;
4060 }
4061 if (_obj5)
4062 {
4063 _arg5 = &temp0;
4064 if (! wxSize_helper(_obj5, &_arg5))
4065 return NULL;
4066 }
4067 if (_obj7)
4068 {
4069 _arg7 = wxString_in_helper(_obj7);
4070 if (_arg7 == NULL)
4071 return NULL;
4072 }
4073 {
4074 PyThreadState* __tstate = wxPyBeginAllowThreads();
4075 _result = (bool )wxStaticBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
4076
4077 wxPyEndAllowThreads(__tstate);
4078 if (PyErr_Occurred()) return NULL;
4079 } _resultobj = Py_BuildValue("i",_result);
4080 {
4081 if (_obj3)
4082 delete _arg3;
4083 }
4084 {
4085 if (_obj7)
4086 delete _arg7;
4087 }
4088 return _resultobj;
4089 }
4090
4091 static void *SwigwxStaticLineTowxControl(void *ptr) {
4092 wxStaticLine *src;
4093 wxControl *dest;
4094 src = (wxStaticLine *) ptr;
4095 dest = (wxControl *) src;
4096 return (void *) dest;
4097 }
4098
4099 static void *SwigwxStaticLineTowxWindow(void *ptr) {
4100 wxStaticLine *src;
4101 wxWindow *dest;
4102 src = (wxStaticLine *) ptr;
4103 dest = (wxWindow *) src;
4104 return (void *) dest;
4105 }
4106
4107 static void *SwigwxStaticLineTowxEvtHandler(void *ptr) {
4108 wxStaticLine *src;
4109 wxEvtHandler *dest;
4110 src = (wxStaticLine *) ptr;
4111 dest = (wxEvtHandler *) src;
4112 return (void *) dest;
4113 }
4114
4115 static void *SwigwxStaticLineTowxObject(void *ptr) {
4116 wxStaticLine *src;
4117 wxObject *dest;
4118 src = (wxStaticLine *) ptr;
4119 dest = (wxObject *) src;
4120 return (void *) dest;
4121 }
4122
4123 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4124 static PyObject *_wrap_new_wxStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4125 PyObject * _resultobj;
4126 wxStaticLine * _result;
4127 wxWindow * _arg0;
4128 wxWindowID _arg1;
4129 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
4130 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
4131 long _arg4 = (long ) wxLI_HORIZONTAL;
4132 wxString * _arg5 = (wxString *) &wxPyStaticTextNameStr;
4133 PyObject * _argo0 = 0;
4134 wxPoint temp;
4135 PyObject * _obj2 = 0;
4136 wxSize temp0;
4137 PyObject * _obj3 = 0;
4138 PyObject * _obj5 = 0;
4139 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
4140 char _ptemp[128];
4141
4142 self = self;
4143 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOlO:new_wxStaticLine",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5))
4144 return NULL;
4145 if (_argo0) {
4146 if (_argo0 == Py_None) { _arg0 = NULL; }
4147 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4148 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
4149 return NULL;
4150 }
4151 }
4152 if (_obj2)
4153 {
4154 _arg2 = &temp;
4155 if (! wxPoint_helper(_obj2, &_arg2))
4156 return NULL;
4157 }
4158 if (_obj3)
4159 {
4160 _arg3 = &temp0;
4161 if (! wxSize_helper(_obj3, &_arg3))
4162 return NULL;
4163 }
4164 if (_obj5)
4165 {
4166 _arg5 = wxString_in_helper(_obj5);
4167 if (_arg5 == NULL)
4168 return NULL;
4169 }
4170 {
4171 PyThreadState* __tstate = wxPyBeginAllowThreads();
4172 _result = (wxStaticLine *)new_wxStaticLine(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5);
4173
4174 wxPyEndAllowThreads(__tstate);
4175 if (PyErr_Occurred()) return NULL;
4176 } if (_result) {
4177 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4178 _resultobj = Py_BuildValue("s",_ptemp);
4179 } else {
4180 Py_INCREF(Py_None);
4181 _resultobj = Py_None;
4182 }
4183 {
4184 if (_obj5)
4185 delete _arg5;
4186 }
4187 return _resultobj;
4188 }
4189
4190 #define new_wxPreStaticLine() (new wxStaticLine())
4191 static PyObject *_wrap_new_wxPreStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4192 PyObject * _resultobj;
4193 wxStaticLine * _result;
4194 char *_kwnames[] = { NULL };
4195 char _ptemp[128];
4196
4197 self = self;
4198 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticLine",_kwnames))
4199 return NULL;
4200 {
4201 PyThreadState* __tstate = wxPyBeginAllowThreads();
4202 _result = (wxStaticLine *)new_wxPreStaticLine();
4203
4204 wxPyEndAllowThreads(__tstate);
4205 if (PyErr_Occurred()) return NULL;
4206 } if (_result) {
4207 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4208 _resultobj = Py_BuildValue("s",_ptemp);
4209 } else {
4210 Py_INCREF(Py_None);
4211 _resultobj = Py_None;
4212 }
4213 return _resultobj;
4214 }
4215
4216 #define wxStaticLine_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4217 static PyObject *_wrap_wxStaticLine_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4218 PyObject * _resultobj;
4219 bool _result;
4220 wxStaticLine * _arg0;
4221 wxWindow * _arg1;
4222 wxWindowID _arg2;
4223 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4224 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4225 long _arg5 = (long ) wxLI_HORIZONTAL;
4226 wxString * _arg6 = (wxString *) &wxPyStaticTextNameStr;
4227 PyObject * _argo0 = 0;
4228 PyObject * _argo1 = 0;
4229 wxPoint temp;
4230 PyObject * _obj3 = 0;
4231 wxSize temp0;
4232 PyObject * _obj4 = 0;
4233 PyObject * _obj6 = 0;
4234 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
4235
4236 self = self;
4237 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOlO:wxStaticLine_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6))
4238 return NULL;
4239 if (_argo0) {
4240 if (_argo0 == Py_None) { _arg0 = NULL; }
4241 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticLine_p")) {
4242 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticLine_Create. Expected _wxStaticLine_p.");
4243 return NULL;
4244 }
4245 }
4246 if (_argo1) {
4247 if (_argo1 == Py_None) { _arg1 = NULL; }
4248 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4249 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticLine_Create. Expected _wxWindow_p.");
4250 return NULL;
4251 }
4252 }
4253 if (_obj3)
4254 {
4255 _arg3 = &temp;
4256 if (! wxPoint_helper(_obj3, &_arg3))
4257 return NULL;
4258 }
4259 if (_obj4)
4260 {
4261 _arg4 = &temp0;
4262 if (! wxSize_helper(_obj4, &_arg4))
4263 return NULL;
4264 }
4265 if (_obj6)
4266 {
4267 _arg6 = wxString_in_helper(_obj6);
4268 if (_arg6 == NULL)
4269 return NULL;
4270 }
4271 {
4272 PyThreadState* __tstate = wxPyBeginAllowThreads();
4273 _result = (bool )wxStaticLine_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4274
4275 wxPyEndAllowThreads(__tstate);
4276 if (PyErr_Occurred()) return NULL;
4277 } _resultobj = Py_BuildValue("i",_result);
4278 {
4279 if (_obj6)
4280 delete _arg6;
4281 }
4282 return _resultobj;
4283 }
4284
4285 static void *SwigwxStaticTextTowxControl(void *ptr) {
4286 wxStaticText *src;
4287 wxControl *dest;
4288 src = (wxStaticText *) ptr;
4289 dest = (wxControl *) src;
4290 return (void *) dest;
4291 }
4292
4293 static void *SwigwxStaticTextTowxWindow(void *ptr) {
4294 wxStaticText *src;
4295 wxWindow *dest;
4296 src = (wxStaticText *) ptr;
4297 dest = (wxWindow *) src;
4298 return (void *) dest;
4299 }
4300
4301 static void *SwigwxStaticTextTowxEvtHandler(void *ptr) {
4302 wxStaticText *src;
4303 wxEvtHandler *dest;
4304 src = (wxStaticText *) ptr;
4305 dest = (wxEvtHandler *) src;
4306 return (void *) dest;
4307 }
4308
4309 static void *SwigwxStaticTextTowxObject(void *ptr) {
4310 wxStaticText *src;
4311 wxObject *dest;
4312 src = (wxStaticText *) ptr;
4313 dest = (wxObject *) src;
4314 return (void *) dest;
4315 }
4316
4317 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4318 static PyObject *_wrap_new_wxStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4319 PyObject * _resultobj;
4320 wxStaticText * _result;
4321 wxWindow * _arg0;
4322 wxWindowID _arg1;
4323 wxString * _arg2;
4324 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4325 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4326 long _arg5 = (long ) 0;
4327 wxString * _arg6 = (wxString *) &wxPyStaticTextNameStr;
4328 PyObject * _argo0 = 0;
4329 PyObject * _obj2 = 0;
4330 wxPoint temp;
4331 PyObject * _obj3 = 0;
4332 wxSize temp0;
4333 PyObject * _obj4 = 0;
4334 PyObject * _obj6 = 0;
4335 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
4336 char _ptemp[128];
4337
4338 self = self;
4339 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticText",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6))
4340 return NULL;
4341 if (_argo0) {
4342 if (_argo0 == Py_None) { _arg0 = NULL; }
4343 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4344 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
4345 return NULL;
4346 }
4347 }
4348 {
4349 _arg2 = wxString_in_helper(_obj2);
4350 if (_arg2 == NULL)
4351 return NULL;
4352 }
4353 if (_obj3)
4354 {
4355 _arg3 = &temp;
4356 if (! wxPoint_helper(_obj3, &_arg3))
4357 return NULL;
4358 }
4359 if (_obj4)
4360 {
4361 _arg4 = &temp0;
4362 if (! wxSize_helper(_obj4, &_arg4))
4363 return NULL;
4364 }
4365 if (_obj6)
4366 {
4367 _arg6 = wxString_in_helper(_obj6);
4368 if (_arg6 == NULL)
4369 return NULL;
4370 }
4371 {
4372 PyThreadState* __tstate = wxPyBeginAllowThreads();
4373 _result = (wxStaticText *)new_wxStaticText(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4374
4375 wxPyEndAllowThreads(__tstate);
4376 if (PyErr_Occurred()) return NULL;
4377 } if (_result) {
4378 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4379 _resultobj = Py_BuildValue("s",_ptemp);
4380 } else {
4381 Py_INCREF(Py_None);
4382 _resultobj = Py_None;
4383 }
4384 {
4385 if (_obj2)
4386 delete _arg2;
4387 }
4388 {
4389 if (_obj6)
4390 delete _arg6;
4391 }
4392 return _resultobj;
4393 }
4394
4395 #define new_wxPreStaticText() (new wxStaticText())
4396 static PyObject *_wrap_new_wxPreStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4397 PyObject * _resultobj;
4398 wxStaticText * _result;
4399 char *_kwnames[] = { NULL };
4400 char _ptemp[128];
4401
4402 self = self;
4403 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticText",_kwnames))
4404 return NULL;
4405 {
4406 PyThreadState* __tstate = wxPyBeginAllowThreads();
4407 _result = (wxStaticText *)new_wxPreStaticText();
4408
4409 wxPyEndAllowThreads(__tstate);
4410 if (PyErr_Occurred()) return NULL;
4411 } if (_result) {
4412 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4413 _resultobj = Py_BuildValue("s",_ptemp);
4414 } else {
4415 Py_INCREF(Py_None);
4416 _resultobj = Py_None;
4417 }
4418 return _resultobj;
4419 }
4420
4421 #define wxStaticText_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4422 static PyObject *_wrap_wxStaticText_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4423 PyObject * _resultobj;
4424 bool _result;
4425 wxStaticText * _arg0;
4426 wxWindow * _arg1;
4427 wxWindowID _arg2;
4428 wxString * _arg3;
4429 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
4430 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
4431 long _arg6 = (long ) 0;
4432 wxString * _arg7 = (wxString *) &wxPyStaticTextNameStr;
4433 PyObject * _argo0 = 0;
4434 PyObject * _argo1 = 0;
4435 PyObject * _obj3 = 0;
4436 wxPoint temp;
4437 PyObject * _obj4 = 0;
4438 wxSize temp0;
4439 PyObject * _obj5 = 0;
4440 PyObject * _obj7 = 0;
4441 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
4442
4443 self = self;
4444 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticText_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7))
4445 return NULL;
4446 if (_argo0) {
4447 if (_argo0 == Py_None) { _arg0 = NULL; }
4448 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4449 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_Create. Expected _wxStaticText_p.");
4450 return NULL;
4451 }
4452 }
4453 if (_argo1) {
4454 if (_argo1 == Py_None) { _arg1 = NULL; }
4455 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4456 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticText_Create. Expected _wxWindow_p.");
4457 return NULL;
4458 }
4459 }
4460 {
4461 _arg3 = wxString_in_helper(_obj3);
4462 if (_arg3 == NULL)
4463 return NULL;
4464 }
4465 if (_obj4)
4466 {
4467 _arg4 = &temp;
4468 if (! wxPoint_helper(_obj4, &_arg4))
4469 return NULL;
4470 }
4471 if (_obj5)
4472 {
4473 _arg5 = &temp0;
4474 if (! wxSize_helper(_obj5, &_arg5))
4475 return NULL;
4476 }
4477 if (_obj7)
4478 {
4479 _arg7 = wxString_in_helper(_obj7);
4480 if (_arg7 == NULL)
4481 return NULL;
4482 }
4483 {
4484 PyThreadState* __tstate = wxPyBeginAllowThreads();
4485 _result = (bool )wxStaticText_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
4486
4487 wxPyEndAllowThreads(__tstate);
4488 if (PyErr_Occurred()) return NULL;
4489 } _resultobj = Py_BuildValue("i",_result);
4490 {
4491 if (_obj3)
4492 delete _arg3;
4493 }
4494 {
4495 if (_obj7)
4496 delete _arg7;
4497 }
4498 return _resultobj;
4499 }
4500
4501 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
4502 static PyObject *_wrap_wxStaticText_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
4503 PyObject * _resultobj;
4504 wxString * _result;
4505 wxStaticText * _arg0;
4506 PyObject * _argo0 = 0;
4507 char *_kwnames[] = { "self", NULL };
4508
4509 self = self;
4510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticText_GetLabel",_kwnames,&_argo0))
4511 return NULL;
4512 if (_argo0) {
4513 if (_argo0 == Py_None) { _arg0 = NULL; }
4514 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4515 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
4516 return NULL;
4517 }
4518 }
4519 {
4520 PyThreadState* __tstate = wxPyBeginAllowThreads();
4521 _result = new wxString (wxStaticText_GetLabel(_arg0));
4522
4523 wxPyEndAllowThreads(__tstate);
4524 if (PyErr_Occurred()) return NULL;
4525 }{
4526 #if wxUSE_UNICODE
4527 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
4528 #else
4529 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
4530 #endif
4531 }
4532 {
4533 delete _result;
4534 }
4535 return _resultobj;
4536 }
4537
4538 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
4539 static PyObject *_wrap_wxStaticText_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
4540 PyObject * _resultobj;
4541 wxStaticText * _arg0;
4542 wxString * _arg1;
4543 PyObject * _argo0 = 0;
4544 PyObject * _obj1 = 0;
4545 char *_kwnames[] = { "self","label", NULL };
4546
4547 self = self;
4548 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticText_SetLabel",_kwnames,&_argo0,&_obj1))
4549 return NULL;
4550 if (_argo0) {
4551 if (_argo0 == Py_None) { _arg0 = NULL; }
4552 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4553 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
4554 return NULL;
4555 }
4556 }
4557 {
4558 _arg1 = wxString_in_helper(_obj1);
4559 if (_arg1 == NULL)
4560 return NULL;
4561 }
4562 {
4563 PyThreadState* __tstate = wxPyBeginAllowThreads();
4564 wxStaticText_SetLabel(_arg0,*_arg1);
4565
4566 wxPyEndAllowThreads(__tstate);
4567 if (PyErr_Occurred()) return NULL;
4568 } Py_INCREF(Py_None);
4569 _resultobj = Py_None;
4570 {
4571 if (_obj1)
4572 delete _arg1;
4573 }
4574 return _resultobj;
4575 }
4576
4577 static void *SwigwxListBoxTowxControlWithItems(void *ptr) {
4578 wxListBox *src;
4579 wxControlWithItems *dest;
4580 src = (wxListBox *) ptr;
4581 dest = (wxControlWithItems *) src;
4582 return (void *) dest;
4583 }
4584
4585 static void *SwigwxListBoxTowxControl(void *ptr) {
4586 wxListBox *src;
4587 wxControl *dest;
4588 src = (wxListBox *) ptr;
4589 dest = (wxControl *) src;
4590 return (void *) dest;
4591 }
4592
4593 static void *SwigwxListBoxTowxWindow(void *ptr) {
4594 wxListBox *src;
4595 wxWindow *dest;
4596 src = (wxListBox *) ptr;
4597 dest = (wxWindow *) src;
4598 return (void *) dest;
4599 }
4600
4601 static void *SwigwxListBoxTowxEvtHandler(void *ptr) {
4602 wxListBox *src;
4603 wxEvtHandler *dest;
4604 src = (wxListBox *) ptr;
4605 dest = (wxEvtHandler *) src;
4606 return (void *) dest;
4607 }
4608
4609 static void *SwigwxListBoxTowxObject(void *ptr) {
4610 wxListBox *src;
4611 wxObject *dest;
4612 src = (wxListBox *) ptr;
4613 dest = (wxObject *) src;
4614 return (void *) dest;
4615 }
4616
4617 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4618 static PyObject *_wrap_new_wxListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4619 PyObject * _resultobj;
4620 wxListBox * _result;
4621 wxWindow * _arg0;
4622 wxWindowID _arg1;
4623 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
4624 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
4625 int _arg4;
4626 wxString * _arg5 = (wxString *) NULL;
4627 long _arg6 = (long ) 0;
4628 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
4629 wxString * _arg8 = (wxString *) &wxPyListBoxNameStr;
4630 PyObject * _argo0 = 0;
4631 wxPoint temp;
4632 PyObject * _obj2 = 0;
4633 wxSize temp0;
4634 PyObject * _obj3 = 0;
4635 PyObject * _obj5 = 0;
4636 PyObject * _argo7 = 0;
4637 PyObject * _obj8 = 0;
4638 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
4639 char _ptemp[128];
4640
4641 self = self;
4642 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
4643 return NULL;
4644 if (_argo0) {
4645 if (_argo0 == Py_None) { _arg0 = NULL; }
4646 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4647 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
4648 return NULL;
4649 }
4650 }
4651 if (_obj2)
4652 {
4653 _arg2 = &temp;
4654 if (! wxPoint_helper(_obj2, &_arg2))
4655 return NULL;
4656 }
4657 if (_obj3)
4658 {
4659 _arg3 = &temp0;
4660 if (! wxSize_helper(_obj3, &_arg3))
4661 return NULL;
4662 }
4663 if (_obj5)
4664 {
4665 _arg5 = wxString_LIST_helper(_obj5);
4666 if (_arg5 == NULL) {
4667 return NULL;
4668 }
4669 }
4670 if (_argo7) {
4671 if (_argo7 == Py_None) { _arg7 = NULL; }
4672 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
4673 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
4674 return NULL;
4675 }
4676 }
4677 if (_obj8)
4678 {
4679 _arg8 = wxString_in_helper(_obj8);
4680 if (_arg8 == NULL)
4681 return NULL;
4682 }
4683 {
4684 if (_obj5) {
4685 _arg4 = PyList_Size(_obj5);
4686 }
4687 else {
4688 _arg4 = 0;
4689 }
4690 }
4691 {
4692 PyThreadState* __tstate = wxPyBeginAllowThreads();
4693 _result = (wxListBox *)new_wxListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
4694
4695 wxPyEndAllowThreads(__tstate);
4696 if (PyErr_Occurred()) return NULL;
4697 } if (_result) {
4698 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
4699 _resultobj = Py_BuildValue("s",_ptemp);
4700 } else {
4701 Py_INCREF(Py_None);
4702 _resultobj = Py_None;
4703 }
4704 {
4705 delete [] _arg5;
4706 }
4707 {
4708 if (_obj8)
4709 delete _arg8;
4710 }
4711 return _resultobj;
4712 }
4713
4714 #define new_wxPreListBox() (new wxListBox())
4715 static PyObject *_wrap_new_wxPreListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4716 PyObject * _resultobj;
4717 wxListBox * _result;
4718 char *_kwnames[] = { NULL };
4719 char _ptemp[128];
4720
4721 self = self;
4722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreListBox",_kwnames))
4723 return NULL;
4724 {
4725 PyThreadState* __tstate = wxPyBeginAllowThreads();
4726 _result = (wxListBox *)new_wxPreListBox();
4727
4728 wxPyEndAllowThreads(__tstate);
4729 if (PyErr_Occurred()) return NULL;
4730 } if (_result) {
4731 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
4732 _resultobj = Py_BuildValue("s",_ptemp);
4733 } else {
4734 Py_INCREF(Py_None);
4735 _resultobj = Py_None;
4736 }
4737 return _resultobj;
4738 }
4739
4740 #define wxListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4741 static PyObject *_wrap_wxListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4742 PyObject * _resultobj;
4743 bool _result;
4744 wxListBox * _arg0;
4745 wxWindow * _arg1;
4746 wxWindowID _arg2;
4747 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4748 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4749 int _arg5;
4750 wxString * _arg6 = (wxString *) NULL;
4751 long _arg7 = (long ) 0;
4752 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
4753 wxString * _arg9 = (wxString *) &wxPyListBoxNameStr;
4754 PyObject * _argo0 = 0;
4755 PyObject * _argo1 = 0;
4756 wxPoint temp;
4757 PyObject * _obj3 = 0;
4758 wxSize temp0;
4759 PyObject * _obj4 = 0;
4760 PyObject * _obj6 = 0;
4761 PyObject * _argo8 = 0;
4762 PyObject * _obj9 = 0;
4763 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
4764
4765 self = self;
4766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
4767 return NULL;
4768 if (_argo0) {
4769 if (_argo0 == Py_None) { _arg0 = NULL; }
4770 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4771 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Create. Expected _wxListBox_p.");
4772 return NULL;
4773 }
4774 }
4775 if (_argo1) {
4776 if (_argo1 == Py_None) { _arg1 = NULL; }
4777 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4778 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListBox_Create. Expected _wxWindow_p.");
4779 return NULL;
4780 }
4781 }
4782 if (_obj3)
4783 {
4784 _arg3 = &temp;
4785 if (! wxPoint_helper(_obj3, &_arg3))
4786 return NULL;
4787 }
4788 if (_obj4)
4789 {
4790 _arg4 = &temp0;
4791 if (! wxSize_helper(_obj4, &_arg4))
4792 return NULL;
4793 }
4794 if (_obj6)
4795 {
4796 _arg6 = wxString_LIST_helper(_obj6);
4797 if (_arg6 == NULL) {
4798 return NULL;
4799 }
4800 }
4801 if (_argo8) {
4802 if (_argo8 == Py_None) { _arg8 = NULL; }
4803 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
4804 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxListBox_Create. Expected _wxValidator_p.");
4805 return NULL;
4806 }
4807 }
4808 if (_obj9)
4809 {
4810 _arg9 = wxString_in_helper(_obj9);
4811 if (_arg9 == NULL)
4812 return NULL;
4813 }
4814 {
4815 if (_obj6) {
4816 _arg5 = PyList_Size(_obj6);
4817 }
4818 else {
4819 _arg5 = 0;
4820 }
4821 }
4822 {
4823 PyThreadState* __tstate = wxPyBeginAllowThreads();
4824 _result = (bool )wxListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
4825
4826 wxPyEndAllowThreads(__tstate);
4827 if (PyErr_Occurred()) return NULL;
4828 } _resultobj = Py_BuildValue("i",_result);
4829 {
4830 delete [] _arg6;
4831 }
4832 {
4833 if (_obj9)
4834 delete _arg9;
4835 }
4836 return _resultobj;
4837 }
4838
4839 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
4840 static PyObject *_wrap_wxListBox_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
4841 PyObject * _resultobj;
4842 wxListBox * _arg0;
4843 PyObject * _argo0 = 0;
4844 char *_kwnames[] = { "self", NULL };
4845
4846 self = self;
4847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_Clear",_kwnames,&_argo0))
4848 return NULL;
4849 if (_argo0) {
4850 if (_argo0 == Py_None) { _arg0 = NULL; }
4851 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4852 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
4853 return NULL;
4854 }
4855 }
4856 {
4857 PyThreadState* __tstate = wxPyBeginAllowThreads();
4858 wxListBox_Clear(_arg0);
4859
4860 wxPyEndAllowThreads(__tstate);
4861 if (PyErr_Occurred()) return NULL;
4862 } Py_INCREF(Py_None);
4863 _resultobj = Py_None;
4864 return _resultobj;
4865 }
4866
4867 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
4868 static PyObject *_wrap_wxListBox_Deselect(PyObject *self, PyObject *args, PyObject *kwargs) {
4869 PyObject * _resultobj;
4870 wxListBox * _arg0;
4871 int _arg1;
4872 PyObject * _argo0 = 0;
4873 char *_kwnames[] = { "self","n", NULL };
4874
4875 self = self;
4876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Deselect",_kwnames,&_argo0,&_arg1))
4877 return NULL;
4878 if (_argo0) {
4879 if (_argo0 == Py_None) { _arg0 = NULL; }
4880 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4881 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
4882 return NULL;
4883 }
4884 }
4885 {
4886 PyThreadState* __tstate = wxPyBeginAllowThreads();
4887 wxListBox_Deselect(_arg0,_arg1);
4888
4889 wxPyEndAllowThreads(__tstate);
4890 if (PyErr_Occurred()) return NULL;
4891 } Py_INCREF(Py_None);
4892 _resultobj = Py_None;
4893 return _resultobj;
4894 }
4895
4896 static PyObject * wxListBox_GetSelections(wxListBox *self) {
4897 wxArrayInt lst;
4898 self->GetSelections(lst);
4899 PyObject *tup = PyTuple_New(lst.GetCount());
4900 for(size_t i=0; i<lst.GetCount(); i++) {
4901 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
4902 }
4903 return tup;
4904 }
4905 static PyObject *_wrap_wxListBox_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
4906 PyObject * _resultobj;
4907 PyObject * _result;
4908 wxListBox * _arg0;
4909 PyObject * _argo0 = 0;
4910 char *_kwnames[] = { "self", NULL };
4911
4912 self = self;
4913 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_GetSelections",_kwnames,&_argo0))
4914 return NULL;
4915 if (_argo0) {
4916 if (_argo0 == Py_None) { _arg0 = NULL; }
4917 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4918 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
4919 return NULL;
4920 }
4921 }
4922 {
4923 PyThreadState* __tstate = wxPyBeginAllowThreads();
4924 _result = (PyObject *)wxListBox_GetSelections(_arg0);
4925
4926 wxPyEndAllowThreads(__tstate);
4927 if (PyErr_Occurred()) return NULL;
4928 }{
4929 _resultobj = _result;
4930 }
4931 return _resultobj;
4932 }
4933
4934 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
4935 static PyObject *_wrap_wxListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
4936 PyObject * _resultobj;
4937 wxListBox * _arg0;
4938 int _arg1;
4939 wxString * _arg2;
4940 int _arg3;
4941 PyObject * _argo0 = 0;
4942 PyObject * _obj2 = 0;
4943 char *_kwnames[] = { "self","choices","pos", NULL };
4944
4945 self = self;
4946 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
4947 return NULL;
4948 if (_argo0) {
4949 if (_argo0 == Py_None) { _arg0 = NULL; }
4950 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4951 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
4952 return NULL;
4953 }
4954 }
4955 {
4956 _arg2 = wxString_LIST_helper(_obj2);
4957 if (_arg2 == NULL) {
4958 return NULL;
4959 }
4960 }
4961 {
4962 if (_obj2) {
4963 _arg1 = PyList_Size(_obj2);
4964 }
4965 else {
4966 _arg1 = 0;
4967 }
4968 }
4969 {
4970 PyThreadState* __tstate = wxPyBeginAllowThreads();
4971 wxListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
4972
4973 wxPyEndAllowThreads(__tstate);
4974 if (PyErr_Occurred()) return NULL;
4975 } Py_INCREF(Py_None);
4976 _resultobj = Py_None;
4977 {
4978 delete [] _arg2;
4979 }
4980 return _resultobj;
4981 }
4982
4983 #define wxListBox_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0))
4984 static PyObject *_wrap_wxListBox_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
4985 PyObject * _resultobj;
4986 bool _result;
4987 wxListBox * _arg0;
4988 int _arg1;
4989 PyObject * _argo0 = 0;
4990 char *_kwnames[] = { "self","n", NULL };
4991
4992 self = self;
4993 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_IsSelected",_kwnames,&_argo0,&_arg1))
4994 return NULL;
4995 if (_argo0) {
4996 if (_argo0 == Py_None) { _arg0 = NULL; }
4997 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4998 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_IsSelected. Expected _wxListBox_p.");
4999 return NULL;
5000 }
5001 }
5002 {
5003 PyThreadState* __tstate = wxPyBeginAllowThreads();
5004 _result = (bool )wxListBox_IsSelected(_arg0,_arg1);
5005
5006 wxPyEndAllowThreads(__tstate);
5007 if (PyErr_Occurred()) return NULL;
5008 } _resultobj = Py_BuildValue("i",_result);
5009 return _resultobj;
5010 }
5011
5012 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
5013 static PyObject *_wrap_wxListBox_Selected(PyObject *self, PyObject *args, PyObject *kwargs) {
5014 PyObject * _resultobj;
5015 bool _result;
5016 wxListBox * _arg0;
5017 int _arg1;
5018 PyObject * _argo0 = 0;
5019 char *_kwnames[] = { "self","n", NULL };
5020
5021 self = self;
5022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Selected",_kwnames,&_argo0,&_arg1))
5023 return NULL;
5024 if (_argo0) {
5025 if (_argo0 == Py_None) { _arg0 = NULL; }
5026 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5027 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
5028 return NULL;
5029 }
5030 }
5031 {
5032 PyThreadState* __tstate = wxPyBeginAllowThreads();
5033 _result = (bool )wxListBox_Selected(_arg0,_arg1);
5034
5035 wxPyEndAllowThreads(__tstate);
5036 if (PyErr_Occurred()) return NULL;
5037 } _resultobj = Py_BuildValue("i",_result);
5038 return _resultobj;
5039 }
5040
5041 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
5042 static PyObject *_wrap_wxListBox_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
5043 PyObject * _resultobj;
5044 wxListBox * _arg0;
5045 int _arg1;
5046 wxString * _arg2;
5047 PyObject * _argo0 = 0;
5048 PyObject * _obj2 = 0;
5049 char *_kwnames[] = { "self","choices", NULL };
5050
5051 self = self;
5052 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_Set",_kwnames,&_argo0,&_obj2))
5053 return NULL;
5054 if (_argo0) {
5055 if (_argo0 == Py_None) { _arg0 = NULL; }
5056 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5057 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
5058 return NULL;
5059 }
5060 }
5061 if (_obj2)
5062 {
5063 _arg2 = wxString_LIST_helper(_obj2);
5064 if (_arg2 == NULL) {
5065 return NULL;
5066 }
5067 }
5068 {
5069 if (_obj2) {
5070 _arg1 = PyList_Size(_obj2);
5071 }
5072 else {
5073 _arg1 = 0;
5074 }
5075 }
5076 {
5077 PyThreadState* __tstate = wxPyBeginAllowThreads();
5078 wxListBox_Set(_arg0,_arg1,_arg2);
5079
5080 wxPyEndAllowThreads(__tstate);
5081 if (PyErr_Occurred()) return NULL;
5082 } Py_INCREF(Py_None);
5083 _resultobj = Py_None;
5084 {
5085 delete [] _arg2;
5086 }
5087 return _resultobj;
5088 }
5089
5090 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5091 static PyObject *_wrap_wxListBox_SetFirstItem(PyObject *self, PyObject *args, PyObject *kwargs) {
5092 PyObject * _resultobj;
5093 wxListBox * _arg0;
5094 int _arg1;
5095 PyObject * _argo0 = 0;
5096 char *_kwnames[] = { "self","n", NULL };
5097
5098 self = self;
5099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_SetFirstItem",_kwnames,&_argo0,&_arg1))
5100 return NULL;
5101 if (_argo0) {
5102 if (_argo0 == Py_None) { _arg0 = NULL; }
5103 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5104 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
5105 return NULL;
5106 }
5107 }
5108 {
5109 PyThreadState* __tstate = wxPyBeginAllowThreads();
5110 wxListBox_SetFirstItem(_arg0,_arg1);
5111
5112 wxPyEndAllowThreads(__tstate);
5113 if (PyErr_Occurred()) return NULL;
5114 } Py_INCREF(Py_None);
5115 _resultobj = Py_None;
5116 return _resultobj;
5117 }
5118
5119 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5120 static PyObject *_wrap_wxListBox_SetFirstItemStr(PyObject *self, PyObject *args, PyObject *kwargs) {
5121 PyObject * _resultobj;
5122 wxListBox * _arg0;
5123 wxString * _arg1;
5124 PyObject * _argo0 = 0;
5125 PyObject * _obj1 = 0;
5126 char *_kwnames[] = { "self","string", NULL };
5127
5128 self = self;
5129 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_SetFirstItemStr",_kwnames,&_argo0,&_obj1))
5130 return NULL;
5131 if (_argo0) {
5132 if (_argo0 == Py_None) { _arg0 = NULL; }
5133 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5134 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
5135 return NULL;
5136 }
5137 }
5138 {
5139 _arg1 = wxString_in_helper(_obj1);
5140 if (_arg1 == NULL)
5141 return NULL;
5142 }
5143 {
5144 PyThreadState* __tstate = wxPyBeginAllowThreads();
5145 wxListBox_SetFirstItemStr(_arg0,*_arg1);
5146
5147 wxPyEndAllowThreads(__tstate);
5148 if (PyErr_Occurred()) return NULL;
5149 } Py_INCREF(Py_None);
5150 _resultobj = Py_None;
5151 {
5152 if (_obj1)
5153 delete _arg1;
5154 }
5155 return _resultobj;
5156 }
5157
5158 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
5159 static PyObject *_wrap_wxListBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5160 PyObject * _resultobj;
5161 wxListBox * _arg0;
5162 int _arg1;
5163 bool _arg2 = (bool ) TRUE;
5164 PyObject * _argo0 = 0;
5165 int tempbool2 = (int) TRUE;
5166 char *_kwnames[] = { "self","n","select", NULL };
5167
5168 self = self;
5169 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxListBox_SetSelection",_kwnames,&_argo0,&_arg1,&tempbool2))
5170 return NULL;
5171 if (_argo0) {
5172 if (_argo0 == Py_None) { _arg0 = NULL; }
5173 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5174 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
5175 return NULL;
5176 }
5177 }
5178 _arg2 = (bool ) tempbool2;
5179 {
5180 PyThreadState* __tstate = wxPyBeginAllowThreads();
5181 wxListBox_SetSelection(_arg0,_arg1,_arg2);
5182
5183 wxPyEndAllowThreads(__tstate);
5184 if (PyErr_Occurred()) return NULL;
5185 } Py_INCREF(Py_None);
5186 _resultobj = Py_None;
5187 return _resultobj;
5188 }
5189
5190 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
5191 static PyObject *_wrap_wxListBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
5192 PyObject * _resultobj;
5193 wxListBox * _arg0;
5194 int _arg1;
5195 wxString * _arg2;
5196 PyObject * _argo0 = 0;
5197 PyObject * _obj2 = 0;
5198 char *_kwnames[] = { "self","n","string", NULL };
5199
5200 self = self;
5201 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxListBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
5202 return NULL;
5203 if (_argo0) {
5204 if (_argo0 == Py_None) { _arg0 = NULL; }
5205 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5206 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
5207 return NULL;
5208 }
5209 }
5210 {
5211 _arg2 = wxString_in_helper(_obj2);
5212 if (_arg2 == NULL)
5213 return NULL;
5214 }
5215 {
5216 PyThreadState* __tstate = wxPyBeginAllowThreads();
5217 wxListBox_SetString(_arg0,_arg1,*_arg2);
5218
5219 wxPyEndAllowThreads(__tstate);
5220 if (PyErr_Occurred()) return NULL;
5221 } Py_INCREF(Py_None);
5222 _resultobj = Py_None;
5223 {
5224 if (_obj2)
5225 delete _arg2;
5226 }
5227 return _resultobj;
5228 }
5229
5230 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
5231 static PyObject *_wrap_wxListBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5232 PyObject * _resultobj;
5233 wxListBox * _arg0;
5234 wxString * _arg1;
5235 bool _arg2 = (bool ) TRUE;
5236 PyObject * _argo0 = 0;
5237 PyObject * _obj1 = 0;
5238 int tempbool2 = (int) TRUE;
5239 char *_kwnames[] = { "self","string","select", NULL };
5240
5241 self = self;
5242 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxListBox_SetStringSelection",_kwnames,&_argo0,&_obj1,&tempbool2))
5243 return NULL;
5244 if (_argo0) {
5245 if (_argo0 == Py_None) { _arg0 = NULL; }
5246 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5247 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
5248 return NULL;
5249 }
5250 }
5251 {
5252 _arg1 = wxString_in_helper(_obj1);
5253 if (_arg1 == NULL)
5254 return NULL;
5255 }
5256 _arg2 = (bool ) tempbool2;
5257 {
5258 PyThreadState* __tstate = wxPyBeginAllowThreads();
5259 wxListBox_SetStringSelection(_arg0,*_arg1,_arg2);
5260
5261 wxPyEndAllowThreads(__tstate);
5262 if (PyErr_Occurred()) return NULL;
5263 } Py_INCREF(Py_None);
5264 _resultobj = Py_None;
5265 {
5266 if (_obj1)
5267 delete _arg1;
5268 }
5269 return _resultobj;
5270 }
5271
5272 static void *SwigwxCheckListBoxTowxListBox(void *ptr) {
5273 wxCheckListBox *src;
5274 wxListBox *dest;
5275 src = (wxCheckListBox *) ptr;
5276 dest = (wxListBox *) src;
5277 return (void *) dest;
5278 }
5279
5280 static void *SwigwxCheckListBoxTowxControlWithItems(void *ptr) {
5281 wxCheckListBox *src;
5282 wxControlWithItems *dest;
5283 src = (wxCheckListBox *) ptr;
5284 dest = (wxControlWithItems *) src;
5285 return (void *) dest;
5286 }
5287
5288 static void *SwigwxCheckListBoxTowxControl(void *ptr) {
5289 wxCheckListBox *src;
5290 wxControl *dest;
5291 src = (wxCheckListBox *) ptr;
5292 dest = (wxControl *) src;
5293 return (void *) dest;
5294 }
5295
5296 static void *SwigwxCheckListBoxTowxWindow(void *ptr) {
5297 wxCheckListBox *src;
5298 wxWindow *dest;
5299 src = (wxCheckListBox *) ptr;
5300 dest = (wxWindow *) src;
5301 return (void *) dest;
5302 }
5303
5304 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr) {
5305 wxCheckListBox *src;
5306 wxEvtHandler *dest;
5307 src = (wxCheckListBox *) ptr;
5308 dest = (wxEvtHandler *) src;
5309 return (void *) dest;
5310 }
5311
5312 static void *SwigwxCheckListBoxTowxObject(void *ptr) {
5313 wxCheckListBox *src;
5314 wxObject *dest;
5315 src = (wxCheckListBox *) ptr;
5316 dest = (wxObject *) src;
5317 return (void *) dest;
5318 }
5319
5320 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5321 static PyObject *_wrap_new_wxCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5322 PyObject * _resultobj;
5323 wxCheckListBox * _result;
5324 wxWindow * _arg0;
5325 wxWindowID _arg1;
5326 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
5327 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
5328 int _arg4 = (int ) 0;
5329 wxString * _arg5 = (wxString *) NULL;
5330 long _arg6 = (long ) 0;
5331 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
5332 wxString * _arg8 = (wxString *) &wxPyListBoxNameStr;
5333 PyObject * _argo0 = 0;
5334 wxPoint temp;
5335 PyObject * _obj2 = 0;
5336 wxSize temp0;
5337 PyObject * _obj3 = 0;
5338 PyObject * _obj5 = 0;
5339 PyObject * _argo7 = 0;
5340 PyObject * _obj8 = 0;
5341 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
5342 char _ptemp[128];
5343
5344 self = self;
5345 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxCheckListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
5346 return NULL;
5347 if (_argo0) {
5348 if (_argo0 == Py_None) { _arg0 = NULL; }
5349 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
5350 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
5351 return NULL;
5352 }
5353 }
5354 if (_obj2)
5355 {
5356 _arg2 = &temp;
5357 if (! wxPoint_helper(_obj2, &_arg2))
5358 return NULL;
5359 }
5360 if (_obj3)
5361 {
5362 _arg3 = &temp0;
5363 if (! wxSize_helper(_obj3, &_arg3))
5364 return NULL;
5365 }
5366 if (_obj5)
5367 {
5368 _arg5 = wxString_LIST_helper(_obj5);
5369 if (_arg5 == NULL) {
5370 return NULL;
5371 }
5372 }
5373 if (_argo7) {
5374 if (_argo7 == Py_None) { _arg7 = NULL; }
5375 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
5376 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
5377 return NULL;
5378 }
5379 }
5380 if (_obj8)
5381 {
5382 _arg8 = wxString_in_helper(_obj8);
5383 if (_arg8 == NULL)
5384 return NULL;
5385 }
5386 {
5387 if (_obj5) {
5388 _arg4 = PyList_Size(_obj5);
5389 }
5390 else {
5391 _arg4 = 0;
5392 }
5393 }
5394 {
5395 PyThreadState* __tstate = wxPyBeginAllowThreads();
5396 _result = (wxCheckListBox *)new_wxCheckListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
5397
5398 wxPyEndAllowThreads(__tstate);
5399 if (PyErr_Occurred()) return NULL;
5400 } if (_result) {
5401 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5402 _resultobj = Py_BuildValue("s",_ptemp);
5403 } else {
5404 Py_INCREF(Py_None);
5405 _resultobj = Py_None;
5406 }
5407 {
5408 delete [] _arg5;
5409 }
5410 {
5411 if (_obj8)
5412 delete _arg8;
5413 }
5414 return _resultobj;
5415 }
5416
5417 #define new_wxPreCheckListBox() (new wxCheckListBox())
5418 static PyObject *_wrap_new_wxPreCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5419 PyObject * _resultobj;
5420 wxCheckListBox * _result;
5421 char *_kwnames[] = { NULL };
5422 char _ptemp[128];
5423
5424 self = self;
5425 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckListBox",_kwnames))
5426 return NULL;
5427 {
5428 PyThreadState* __tstate = wxPyBeginAllowThreads();
5429 _result = (wxCheckListBox *)new_wxPreCheckListBox();
5430
5431 wxPyEndAllowThreads(__tstate);
5432 if (PyErr_Occurred()) return NULL;
5433 } if (_result) {
5434 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5435 _resultobj = Py_BuildValue("s",_ptemp);
5436 } else {
5437 Py_INCREF(Py_None);
5438 _resultobj = Py_None;
5439 }
5440 return _resultobj;
5441 }
5442
5443 #define wxCheckListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5444 static PyObject *_wrap_wxCheckListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5445 PyObject * _resultobj;
5446 bool _result;
5447 wxCheckListBox * _arg0;
5448 wxWindow * _arg1;
5449 wxWindowID _arg2;
5450 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
5451 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
5452 int _arg5 = (int ) 0;
5453 wxString * _arg6 = (wxString *) NULL;
5454 long _arg7 = (long ) 0;
5455 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
5456 wxString * _arg9 = (wxString *) &wxPyListBoxNameStr;
5457 PyObject * _argo0 = 0;
5458 PyObject * _argo1 = 0;
5459 wxPoint temp;
5460 PyObject * _obj3 = 0;
5461 wxSize temp0;
5462 PyObject * _obj4 = 0;
5463 PyObject * _obj6 = 0;
5464 PyObject * _argo8 = 0;
5465 PyObject * _obj9 = 0;
5466 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
5467
5468 self = self;
5469 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxCheckListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
5470 return NULL;
5471 if (_argo0) {
5472 if (_argo0 == Py_None) { _arg0 = NULL; }
5473 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5474 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Create. Expected _wxCheckListBox_p.");
5475 return NULL;
5476 }
5477 }
5478 if (_argo1) {
5479 if (_argo1 == Py_None) { _arg1 = NULL; }
5480 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
5481 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckListBox_Create. Expected _wxWindow_p.");
5482 return NULL;
5483 }
5484 }
5485 if (_obj3)
5486 {
5487 _arg3 = &temp;
5488 if (! wxPoint_helper(_obj3, &_arg3))
5489 return NULL;
5490 }
5491 if (_obj4)
5492 {
5493 _arg4 = &temp0;
5494 if (! wxSize_helper(_obj4, &_arg4))
5495 return NULL;
5496 }
5497 if (_obj6)
5498 {
5499 _arg6 = wxString_LIST_helper(_obj6);
5500 if (_arg6 == NULL) {
5501 return NULL;
5502 }
5503 }
5504 if (_argo8) {
5505 if (_argo8 == Py_None) { _arg8 = NULL; }
5506 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
5507 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxCheckListBox_Create. Expected _wxValidator_p.");
5508 return NULL;
5509 }
5510 }
5511 if (_obj9)
5512 {
5513 _arg9 = wxString_in_helper(_obj9);
5514 if (_arg9 == NULL)
5515 return NULL;
5516 }
5517 {
5518 if (_obj6) {
5519 _arg5 = PyList_Size(_obj6);
5520 }
5521 else {
5522 _arg5 = 0;
5523 }
5524 }
5525 {
5526 PyThreadState* __tstate = wxPyBeginAllowThreads();
5527 _result = (bool )wxCheckListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
5528
5529 wxPyEndAllowThreads(__tstate);
5530 if (PyErr_Occurred()) return NULL;
5531 } _resultobj = Py_BuildValue("i",_result);
5532 {
5533 delete [] _arg6;
5534 }
5535 {
5536 if (_obj9)
5537 delete _arg9;
5538 }
5539 return _resultobj;
5540 }
5541
5542 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
5543 static PyObject *_wrap_wxCheckListBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
5544 PyObject * _resultobj;
5545 bool _result;
5546 wxCheckListBox * _arg0;
5547 int _arg1;
5548 PyObject * _argo0 = 0;
5549 char *_kwnames[] = { "self","uiIndex", NULL };
5550
5551 self = self;
5552 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckListBox_IsChecked",_kwnames,&_argo0,&_arg1))
5553 return NULL;
5554 if (_argo0) {
5555 if (_argo0 == Py_None) { _arg0 = NULL; }
5556 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5557 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
5558 return NULL;
5559 }
5560 }
5561 {
5562 PyThreadState* __tstate = wxPyBeginAllowThreads();
5563 _result = (bool )wxCheckListBox_IsChecked(_arg0,_arg1);
5564
5565 wxPyEndAllowThreads(__tstate);
5566 if (PyErr_Occurred()) return NULL;
5567 } _resultobj = Py_BuildValue("i",_result);
5568 return _resultobj;
5569 }
5570
5571 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
5572 static PyObject *_wrap_wxCheckListBox_Check(PyObject *self, PyObject *args, PyObject *kwargs) {
5573 PyObject * _resultobj;
5574 wxCheckListBox * _arg0;
5575 int _arg1;
5576 int _arg2 = (int ) TRUE;
5577 PyObject * _argo0 = 0;
5578 char *_kwnames[] = { "self","uiIndex","bCheck", NULL };
5579
5580 self = self;
5581 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxCheckListBox_Check",_kwnames,&_argo0,&_arg1,&_arg2))
5582 return NULL;
5583 if (_argo0) {
5584 if (_argo0 == Py_None) { _arg0 = NULL; }
5585 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5586 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
5587 return NULL;
5588 }
5589 }
5590 {
5591 PyThreadState* __tstate = wxPyBeginAllowThreads();
5592 wxCheckListBox_Check(_arg0,_arg1,_arg2);
5593
5594 wxPyEndAllowThreads(__tstate);
5595 if (PyErr_Occurred()) return NULL;
5596 } Py_INCREF(Py_None);
5597 _resultobj = Py_None;
5598 return _resultobj;
5599 }
5600
5601 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5602 static PyObject *_wrap_wxCheckListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5603 PyObject * _resultobj;
5604 wxCheckListBox * _arg0;
5605 int _arg1;
5606 wxString * _arg2;
5607 int _arg3;
5608 PyObject * _argo0 = 0;
5609 PyObject * _obj2 = 0;
5610 char *_kwnames[] = { "self","choices","pos", NULL };
5611
5612 self = self;
5613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxCheckListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
5614 return NULL;
5615 if (_argo0) {
5616 if (_argo0 == Py_None) { _arg0 = NULL; }
5617 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5618 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
5619 return NULL;
5620 }
5621 }
5622 {
5623 _arg2 = wxString_LIST_helper(_obj2);
5624 if (_arg2 == NULL) {
5625 return NULL;
5626 }
5627 }
5628 {
5629 if (_obj2) {
5630 _arg1 = PyList_Size(_obj2);
5631 }
5632 else {
5633 _arg1 = 0;
5634 }
5635 }
5636 {
5637 PyThreadState* __tstate = wxPyBeginAllowThreads();
5638 wxCheckListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
5639
5640 wxPyEndAllowThreads(__tstate);
5641 if (PyErr_Occurred()) return NULL;
5642 } Py_INCREF(Py_None);
5643 _resultobj = Py_None;
5644 {
5645 delete [] _arg2;
5646 }
5647 return _resultobj;
5648 }
5649
5650 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
5651 static PyObject *_wrap_wxCheckListBox_GetItemHeight(PyObject *self, PyObject *args, PyObject *kwargs) {
5652 PyObject * _resultobj;
5653 int _result;
5654 wxCheckListBox * _arg0;
5655 PyObject * _argo0 = 0;
5656 char *_kwnames[] = { "self", NULL };
5657
5658 self = self;
5659 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckListBox_GetItemHeight",_kwnames,&_argo0))
5660 return NULL;
5661 if (_argo0) {
5662 if (_argo0 == Py_None) { _arg0 = NULL; }
5663 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5664 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
5665 return NULL;
5666 }
5667 }
5668 {
5669 PyThreadState* __tstate = wxPyBeginAllowThreads();
5670 _result = (int )wxCheckListBox_GetItemHeight(_arg0);
5671
5672 wxPyEndAllowThreads(__tstate);
5673 if (PyErr_Occurred()) return NULL;
5674 } _resultobj = Py_BuildValue("i",_result);
5675 return _resultobj;
5676 }
5677
5678 #define new_wxTextAttr(_swigarg0,_swigarg1,_swigarg2) (new wxTextAttr(_swigarg0,_swigarg1,_swigarg2))
5679 static PyObject *_wrap_new_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
5680 PyObject * _resultobj;
5681 wxTextAttr * _result;
5682 wxColour * _arg0 = (wxColour *) &wxNullColour;
5683 wxColour * _arg1 = (wxColour *) &wxNullColour;
5684 wxFont * _arg2 = (wxFont *) &wxNullFont;
5685 wxColour temp;
5686 PyObject * _obj0 = 0;
5687 wxColour temp0;
5688 PyObject * _obj1 = 0;
5689 PyObject * _argo2 = 0;
5690 char *_kwnames[] = { "colText","colBack","font", NULL };
5691 char _ptemp[128];
5692
5693 self = self;
5694 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOO:new_wxTextAttr",_kwnames,&_obj0,&_obj1,&_argo2))
5695 return NULL;
5696 if (_obj0)
5697 {
5698 _arg0 = &temp;
5699 if (! wxColour_helper(_obj0, &_arg0))
5700 return NULL;
5701 }
5702 if (_obj1)
5703 {
5704 _arg1 = &temp0;
5705 if (! wxColour_helper(_obj1, &_arg1))
5706 return NULL;
5707 }
5708 if (_argo2) {
5709 if (_argo2 == Py_None) { _arg2 = NULL; }
5710 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxFont_p")) {
5711 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxTextAttr. Expected _wxFont_p.");
5712 return NULL;
5713 }
5714 }
5715 {
5716 PyThreadState* __tstate = wxPyBeginAllowThreads();
5717 _result = (wxTextAttr *)new_wxTextAttr(*_arg0,*_arg1,*_arg2);
5718
5719 wxPyEndAllowThreads(__tstate);
5720 if (PyErr_Occurred()) return NULL;
5721 } if (_result) {
5722 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
5723 _resultobj = Py_BuildValue("s",_ptemp);
5724 } else {
5725 Py_INCREF(Py_None);
5726 _resultobj = Py_None;
5727 }
5728 return _resultobj;
5729 }
5730
5731 #define delete_wxTextAttr(_swigobj) (delete _swigobj)
5732 static PyObject *_wrap_delete_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
5733 PyObject * _resultobj;
5734 wxTextAttr * _arg0;
5735 PyObject * _argo0 = 0;
5736 char *_kwnames[] = { "self", NULL };
5737
5738 self = self;
5739 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxTextAttr",_kwnames,&_argo0))
5740 return NULL;
5741 if (_argo0) {
5742 if (_argo0 == Py_None) { _arg0 = NULL; }
5743 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5744 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxTextAttr. Expected _wxTextAttr_p.");
5745 return NULL;
5746 }
5747 }
5748 {
5749 PyThreadState* __tstate = wxPyBeginAllowThreads();
5750 delete_wxTextAttr(_arg0);
5751
5752 wxPyEndAllowThreads(__tstate);
5753 if (PyErr_Occurred()) return NULL;
5754 } Py_INCREF(Py_None);
5755 _resultobj = Py_None;
5756 return _resultobj;
5757 }
5758
5759 #define wxTextAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
5760 static PyObject *_wrap_wxTextAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5761 PyObject * _resultobj;
5762 wxTextAttr * _arg0;
5763 wxColour * _arg1;
5764 PyObject * _argo0 = 0;
5765 wxColour temp;
5766 PyObject * _obj1 = 0;
5767 char *_kwnames[] = { "self","colText", NULL };
5768
5769 self = self;
5770 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetTextColour",_kwnames,&_argo0,&_obj1))
5771 return NULL;
5772 if (_argo0) {
5773 if (_argo0 == Py_None) { _arg0 = NULL; }
5774 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5775 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetTextColour. Expected _wxTextAttr_p.");
5776 return NULL;
5777 }
5778 }
5779 {
5780 _arg1 = &temp;
5781 if (! wxColour_helper(_obj1, &_arg1))
5782 return NULL;
5783 }
5784 {
5785 PyThreadState* __tstate = wxPyBeginAllowThreads();
5786 wxTextAttr_SetTextColour(_arg0,*_arg1);
5787
5788 wxPyEndAllowThreads(__tstate);
5789 if (PyErr_Occurred()) return NULL;
5790 } Py_INCREF(Py_None);
5791 _resultobj = Py_None;
5792 return _resultobj;
5793 }
5794
5795 #define wxTextAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
5796 static PyObject *_wrap_wxTextAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5797 PyObject * _resultobj;
5798 wxTextAttr * _arg0;
5799 wxColour * _arg1;
5800 PyObject * _argo0 = 0;
5801 wxColour temp;
5802 PyObject * _obj1 = 0;
5803 char *_kwnames[] = { "self","colBack", NULL };
5804
5805 self = self;
5806 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
5807 return NULL;
5808 if (_argo0) {
5809 if (_argo0 == Py_None) { _arg0 = NULL; }
5810 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5811 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetBackgroundColour. Expected _wxTextAttr_p.");
5812 return NULL;
5813 }
5814 }
5815 {
5816 _arg1 = &temp;
5817 if (! wxColour_helper(_obj1, &_arg1))
5818 return NULL;
5819 }
5820 {
5821 PyThreadState* __tstate = wxPyBeginAllowThreads();
5822 wxTextAttr_SetBackgroundColour(_arg0,*_arg1);
5823
5824 wxPyEndAllowThreads(__tstate);
5825 if (PyErr_Occurred()) return NULL;
5826 } Py_INCREF(Py_None);
5827 _resultobj = Py_None;
5828 return _resultobj;
5829 }
5830
5831 #define wxTextAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
5832 static PyObject *_wrap_wxTextAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
5833 PyObject * _resultobj;
5834 wxTextAttr * _arg0;
5835 wxFont * _arg1;
5836 PyObject * _argo0 = 0;
5837 PyObject * _argo1 = 0;
5838 char *_kwnames[] = { "self","font", NULL };
5839
5840 self = self;
5841 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetFont",_kwnames,&_argo0,&_argo1))
5842 return NULL;
5843 if (_argo0) {
5844 if (_argo0 == Py_None) { _arg0 = NULL; }
5845 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5846 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetFont. Expected _wxTextAttr_p.");
5847 return NULL;
5848 }
5849 }
5850 if (_argo1) {
5851 if (_argo1 == Py_None) { _arg1 = NULL; }
5852 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
5853 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_SetFont. Expected _wxFont_p.");
5854 return NULL;
5855 }
5856 }
5857 {
5858 PyThreadState* __tstate = wxPyBeginAllowThreads();
5859 wxTextAttr_SetFont(_arg0,*_arg1);
5860
5861 wxPyEndAllowThreads(__tstate);
5862 if (PyErr_Occurred()) return NULL;
5863 } Py_INCREF(Py_None);
5864 _resultobj = Py_None;
5865 return _resultobj;
5866 }
5867
5868 #define wxTextAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour())
5869 static PyObject *_wrap_wxTextAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5870 PyObject * _resultobj;
5871 bool _result;
5872 wxTextAttr * _arg0;
5873 PyObject * _argo0 = 0;
5874 char *_kwnames[] = { "self", NULL };
5875
5876 self = self;
5877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasTextColour",_kwnames,&_argo0))
5878 return NULL;
5879 if (_argo0) {
5880 if (_argo0 == Py_None) { _arg0 = NULL; }
5881 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5882 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasTextColour. Expected _wxTextAttr_p.");
5883 return NULL;
5884 }
5885 }
5886 {
5887 PyThreadState* __tstate = wxPyBeginAllowThreads();
5888 _result = (bool )wxTextAttr_HasTextColour(_arg0);
5889
5890 wxPyEndAllowThreads(__tstate);
5891 if (PyErr_Occurred()) return NULL;
5892 } _resultobj = Py_BuildValue("i",_result);
5893 return _resultobj;
5894 }
5895
5896 #define wxTextAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour())
5897 static PyObject *_wrap_wxTextAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5898 PyObject * _resultobj;
5899 bool _result;
5900 wxTextAttr * _arg0;
5901 PyObject * _argo0 = 0;
5902 char *_kwnames[] = { "self", NULL };
5903
5904 self = self;
5905 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasBackgroundColour",_kwnames,&_argo0))
5906 return NULL;
5907 if (_argo0) {
5908 if (_argo0 == Py_None) { _arg0 = NULL; }
5909 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5910 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasBackgroundColour. Expected _wxTextAttr_p.");
5911 return NULL;
5912 }
5913 }
5914 {
5915 PyThreadState* __tstate = wxPyBeginAllowThreads();
5916 _result = (bool )wxTextAttr_HasBackgroundColour(_arg0);
5917
5918 wxPyEndAllowThreads(__tstate);
5919 if (PyErr_Occurred()) return NULL;
5920 } _resultobj = Py_BuildValue("i",_result);
5921 return _resultobj;
5922 }
5923
5924 #define wxTextAttr_HasFont(_swigobj) (_swigobj->HasFont())
5925 static PyObject *_wrap_wxTextAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
5926 PyObject * _resultobj;
5927 bool _result;
5928 wxTextAttr * _arg0;
5929 PyObject * _argo0 = 0;
5930 char *_kwnames[] = { "self", NULL };
5931
5932 self = self;
5933 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasFont",_kwnames,&_argo0))
5934 return NULL;
5935 if (_argo0) {
5936 if (_argo0 == Py_None) { _arg0 = NULL; }
5937 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5938 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasFont. Expected _wxTextAttr_p.");
5939 return NULL;
5940 }
5941 }
5942 {
5943 PyThreadState* __tstate = wxPyBeginAllowThreads();
5944 _result = (bool )wxTextAttr_HasFont(_arg0);
5945
5946 wxPyEndAllowThreads(__tstate);
5947 if (PyErr_Occurred()) return NULL;
5948 } _resultobj = Py_BuildValue("i",_result);
5949 return _resultobj;
5950 }
5951
5952 #define wxTextAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour())
5953 static PyObject *_wrap_wxTextAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5954 PyObject * _resultobj;
5955 wxColour * _result;
5956 wxTextAttr * _arg0;
5957 PyObject * _argo0 = 0;
5958 char *_kwnames[] = { "self", NULL };
5959 char _ptemp[128];
5960
5961 self = self;
5962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetTextColour",_kwnames,&_argo0))
5963 return NULL;
5964 if (_argo0) {
5965 if (_argo0 == Py_None) { _arg0 = NULL; }
5966 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5967 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetTextColour. Expected _wxTextAttr_p.");
5968 return NULL;
5969 }
5970 }
5971 {
5972 PyThreadState* __tstate = wxPyBeginAllowThreads();
5973 _result = new wxColour (wxTextAttr_GetTextColour(_arg0));
5974
5975 wxPyEndAllowThreads(__tstate);
5976 if (PyErr_Occurred()) return NULL;
5977 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p");
5978 _resultobj = Py_BuildValue("s",_ptemp);
5979 return _resultobj;
5980 }
5981
5982 #define wxTextAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
5983 static PyObject *_wrap_wxTextAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5984 PyObject * _resultobj;
5985 wxColour * _result;
5986 wxTextAttr * _arg0;
5987 PyObject * _argo0 = 0;
5988 char *_kwnames[] = { "self", NULL };
5989 char _ptemp[128];
5990
5991 self = self;
5992 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetBackgroundColour",_kwnames,&_argo0))
5993 return NULL;
5994 if (_argo0) {
5995 if (_argo0 == Py_None) { _arg0 = NULL; }
5996 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5997 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetBackgroundColour. Expected _wxTextAttr_p.");
5998 return NULL;
5999 }
6000 }
6001 {
6002 PyThreadState* __tstate = wxPyBeginAllowThreads();
6003 _result = new wxColour (wxTextAttr_GetBackgroundColour(_arg0));
6004
6005 wxPyEndAllowThreads(__tstate);
6006 if (PyErr_Occurred()) return NULL;
6007 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p");
6008 _resultobj = Py_BuildValue("s",_ptemp);
6009 return _resultobj;
6010 }
6011
6012 #define wxTextAttr_GetFont(_swigobj) (_swigobj->GetFont())
6013 static PyObject *_wrap_wxTextAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6014 PyObject * _resultobj;
6015 wxFont * _result;
6016 wxTextAttr * _arg0;
6017 PyObject * _argo0 = 0;
6018 char *_kwnames[] = { "self", NULL };
6019 char _ptemp[128];
6020
6021 self = self;
6022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetFont",_kwnames,&_argo0))
6023 return NULL;
6024 if (_argo0) {
6025 if (_argo0 == Py_None) { _arg0 = NULL; }
6026 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6027 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetFont. Expected _wxTextAttr_p.");
6028 return NULL;
6029 }
6030 }
6031 {
6032 PyThreadState* __tstate = wxPyBeginAllowThreads();
6033 _result = new wxFont (wxTextAttr_GetFont(_arg0));
6034
6035 wxPyEndAllowThreads(__tstate);
6036 if (PyErr_Occurred()) return NULL;
6037 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p");
6038 _resultobj = Py_BuildValue("s",_ptemp);
6039 return _resultobj;
6040 }
6041
6042 #define wxTextAttr_IsDefault(_swigobj) (_swigobj->IsDefault())
6043 static PyObject *_wrap_wxTextAttr_IsDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
6044 PyObject * _resultobj;
6045 bool _result;
6046 wxTextAttr * _arg0;
6047 PyObject * _argo0 = 0;
6048 char *_kwnames[] = { "self", NULL };
6049
6050 self = self;
6051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_IsDefault",_kwnames,&_argo0))
6052 return NULL;
6053 if (_argo0) {
6054 if (_argo0 == Py_None) { _arg0 = NULL; }
6055 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6056 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_IsDefault. Expected _wxTextAttr_p.");
6057 return NULL;
6058 }
6059 }
6060 {
6061 PyThreadState* __tstate = wxPyBeginAllowThreads();
6062 _result = (bool )wxTextAttr_IsDefault(_arg0);
6063
6064 wxPyEndAllowThreads(__tstate);
6065 if (PyErr_Occurred()) return NULL;
6066 } _resultobj = Py_BuildValue("i",_result);
6067 return _resultobj;
6068 }
6069
6070 static PyObject *_wrap_wxTextAttr_Combine(PyObject *self, PyObject *args, PyObject *kwargs) {
6071 PyObject * _resultobj;
6072 wxTextAttr * _result;
6073 wxTextAttr * _arg0;
6074 wxTextAttr * _arg1;
6075 wxTextCtrl * _arg2;
6076 PyObject * _argo0 = 0;
6077 PyObject * _argo1 = 0;
6078 PyObject * _argo2 = 0;
6079 char *_kwnames[] = { "attr","attrDef","text", NULL };
6080 char _ptemp[128];
6081
6082 self = self;
6083 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTextAttr_Combine",_kwnames,&_argo0,&_argo1,&_argo2))
6084 return NULL;
6085 if (_argo0) {
6086 if (_argo0 == Py_None) { _arg0 = NULL; }
6087 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6088 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6089 return NULL;
6090 }
6091 }
6092 if (_argo1) {
6093 if (_argo1 == Py_None) { _arg1 = NULL; }
6094 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
6095 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6096 return NULL;
6097 }
6098 }
6099 if (_argo2) {
6100 if (_argo2 == Py_None) { _arg2 = NULL; }
6101 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxTextCtrl_p")) {
6102 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTextAttr_Combine. Expected _wxTextCtrl_p.");
6103 return NULL;
6104 }
6105 }
6106 {
6107 PyThreadState* __tstate = wxPyBeginAllowThreads();
6108 _result = new wxTextAttr (wxTextAttr::Combine(*_arg0,*_arg1,_arg2));
6109
6110 wxPyEndAllowThreads(__tstate);
6111 if (PyErr_Occurred()) return NULL;
6112 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTextAttr_p");
6113 _resultobj = Py_BuildValue("s",_ptemp);
6114 return _resultobj;
6115 }
6116
6117 static void *SwigwxTextCtrlTowxControl(void *ptr) {
6118 wxTextCtrl *src;
6119 wxControl *dest;
6120 src = (wxTextCtrl *) ptr;
6121 dest = (wxControl *) src;
6122 return (void *) dest;
6123 }
6124
6125 static void *SwigwxTextCtrlTowxWindow(void *ptr) {
6126 wxTextCtrl *src;
6127 wxWindow *dest;
6128 src = (wxTextCtrl *) ptr;
6129 dest = (wxWindow *) src;
6130 return (void *) dest;
6131 }
6132
6133 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr) {
6134 wxTextCtrl *src;
6135 wxEvtHandler *dest;
6136 src = (wxTextCtrl *) ptr;
6137 dest = (wxEvtHandler *) src;
6138 return (void *) dest;
6139 }
6140
6141 static void *SwigwxTextCtrlTowxObject(void *ptr) {
6142 wxTextCtrl *src;
6143 wxObject *dest;
6144 src = (wxTextCtrl *) ptr;
6145 dest = (wxObject *) src;
6146 return (void *) dest;
6147 }
6148
6149 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6150 static PyObject *_wrap_new_wxTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
6151 PyObject * _resultobj;
6152 wxTextCtrl * _result;
6153 wxWindow * _arg0;
6154 wxWindowID _arg1;
6155 wxString * _arg2 = (wxString *) &wxPyEmptyString;
6156 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
6157 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
6158 long _arg5 = (long ) 0;
6159 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
6160 wxString * _arg7 = (wxString *) &wxPyTextCtrlNameStr;
6161 PyObject * _argo0 = 0;
6162 PyObject * _obj2 = 0;
6163 wxPoint temp;
6164 PyObject * _obj3 = 0;
6165 wxSize temp0;
6166 PyObject * _obj4 = 0;
6167 PyObject * _argo6 = 0;
6168 PyObject * _obj7 = 0;
6169 char *_kwnames[] = { "parent","id","value","pos","size","style","validator","name", NULL };
6170 char _ptemp[128];
6171
6172 self = self;
6173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxTextCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
6174 return NULL;
6175 if (_argo0) {
6176 if (_argo0 == Py_None) { _arg0 = NULL; }
6177 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
6178 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
6179 return NULL;
6180 }
6181 }
6182 if (_obj2)
6183 {
6184 _arg2 = wxString_in_helper(_obj2);
6185 if (_arg2 == NULL)
6186 return NULL;
6187 }
6188 if (_obj3)
6189 {
6190 _arg3 = &temp;
6191 if (! wxPoint_helper(_obj3, &_arg3))
6192 return NULL;
6193 }
6194 if (_obj4)
6195 {
6196 _arg4 = &temp0;
6197 if (! wxSize_helper(_obj4, &_arg4))
6198 return NULL;
6199 }
6200 if (_argo6) {
6201 if (_argo6 == Py_None) { _arg6 = NULL; }
6202 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
6203 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
6204 return NULL;
6205 }
6206 }
6207 if (_obj7)
6208 {
6209 _arg7 = wxString_in_helper(_obj7);
6210 if (_arg7 == NULL)
6211 return NULL;
6212 }
6213 {
6214 PyThreadState* __tstate = wxPyBeginAllowThreads();
6215 _result = (wxTextCtrl *)new_wxTextCtrl(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
6216
6217 wxPyEndAllowThreads(__tstate);
6218 if (PyErr_Occurred()) return NULL;
6219 } if (_result) {
6220 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
6221 _resultobj = Py_BuildValue("s",_ptemp);
6222 } else {
6223 Py_INCREF(Py_None);
6224 _resultobj = Py_None;
6225 }
6226 {
6227 if (_obj2)
6228 delete _arg2;
6229 }
6230 {
6231 if (_obj7)
6232 delete _arg7;
6233 }
6234 return _resultobj;
6235 }
6236
6237 #define new_wxPreTextCtrl() (new wxTextCtrl())
6238 static PyObject *_wrap_new_wxPreTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
6239 PyObject * _resultobj;
6240 wxTextCtrl * _result;
6241 char *_kwnames[] = { NULL };
6242 char _ptemp[128];
6243
6244 self = self;
6245 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreTextCtrl",_kwnames))
6246 return NULL;
6247 {
6248 PyThreadState* __tstate = wxPyBeginAllowThreads();
6249 _result = (wxTextCtrl *)new_wxPreTextCtrl();
6250
6251 wxPyEndAllowThreads(__tstate);
6252 if (PyErr_Occurred()) return NULL;
6253 } if (_result) {
6254 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
6255 _resultobj = Py_BuildValue("s",_ptemp);
6256 } else {
6257 Py_INCREF(Py_None);
6258 _resultobj = Py_None;
6259 }
6260 return _resultobj;
6261 }
6262
6263 #define wxTextCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6264 static PyObject *_wrap_wxTextCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
6265 PyObject * _resultobj;
6266 bool _result;
6267 wxTextCtrl * _arg0;
6268 wxWindow * _arg1;
6269 wxWindowID _arg2;
6270 wxString * _arg3 = (wxString *) &wxPyEmptyString;
6271 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
6272 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
6273 long _arg6 = (long ) 0;
6274 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
6275 wxString * _arg8 = (wxString *) &wxPyTextCtrlNameStr;
6276 PyObject * _argo0 = 0;
6277 PyObject * _argo1 = 0;
6278 PyObject * _obj3 = 0;
6279 wxPoint temp;
6280 PyObject * _obj4 = 0;
6281 wxSize temp0;
6282 PyObject * _obj5 = 0;
6283 PyObject * _argo7 = 0;
6284 PyObject * _obj8 = 0;
6285 char *_kwnames[] = { "self","parent","id","value","pos","size","style","validator","name", NULL };
6286
6287 self = self;
6288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxTextCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
6289 return NULL;
6290 if (_argo0) {
6291 if (_argo0 == Py_None) { _arg0 = NULL; }
6292 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6293 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Create. Expected _wxTextCtrl_p.");
6294 return NULL;
6295 }
6296 }
6297 if (_argo1) {
6298 if (_argo1 == Py_None) { _arg1 = NULL; }
6299 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
6300 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_Create. Expected _wxWindow_p.");
6301 return NULL;
6302 }
6303 }
6304 if (_obj3)
6305 {
6306 _arg3 = wxString_in_helper(_obj3);
6307 if (_arg3 == NULL)
6308 return NULL;
6309 }
6310 if (_obj4)
6311 {
6312 _arg4 = &temp;
6313 if (! wxPoint_helper(_obj4, &_arg4))
6314 return NULL;
6315 }
6316 if (_obj5)
6317 {
6318 _arg5 = &temp0;
6319 if (! wxSize_helper(_obj5, &_arg5))
6320 return NULL;
6321 }
6322 if (_argo7) {
6323 if (_argo7 == Py_None) { _arg7 = NULL; }
6324 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
6325 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxTextCtrl_Create. Expected _wxValidator_p.");
6326 return NULL;
6327 }
6328 }
6329 if (_obj8)
6330 {
6331 _arg8 = wxString_in_helper(_obj8);
6332 if (_arg8 == NULL)
6333 return NULL;
6334 }
6335 {
6336 PyThreadState* __tstate = wxPyBeginAllowThreads();
6337 _result = (bool )wxTextCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
6338
6339 wxPyEndAllowThreads(__tstate);
6340 if (PyErr_Occurred()) return NULL;
6341 } _resultobj = Py_BuildValue("i",_result);
6342 {
6343 if (_obj3)
6344 delete _arg3;
6345 }
6346 {
6347 if (_obj8)
6348 delete _arg8;
6349 }
6350 return _resultobj;
6351 }
6352
6353 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
6354 static PyObject *_wrap_wxTextCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
6355 PyObject * _resultobj;
6356 wxString * _result;
6357 wxTextCtrl * _arg0;
6358 PyObject * _argo0 = 0;
6359 char *_kwnames[] = { "self", NULL };
6360
6361 self = self;
6362 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetValue",_kwnames,&_argo0))
6363 return NULL;
6364 if (_argo0) {
6365 if (_argo0 == Py_None) { _arg0 = NULL; }
6366 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6367 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
6368 return NULL;
6369 }
6370 }
6371 {
6372 PyThreadState* __tstate = wxPyBeginAllowThreads();
6373 _result = new wxString (wxTextCtrl_GetValue(_arg0));
6374
6375 wxPyEndAllowThreads(__tstate);
6376 if (PyErr_Occurred()) return NULL;
6377 }{
6378 #if wxUSE_UNICODE
6379 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
6380 #else
6381 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
6382 #endif
6383 }
6384 {
6385 delete _result;
6386 }
6387 return _resultobj;
6388 }
6389
6390 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6391 static PyObject *_wrap_wxTextCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
6392 PyObject * _resultobj;
6393 wxTextCtrl * _arg0;
6394 wxString * _arg1;
6395 PyObject * _argo0 = 0;
6396 PyObject * _obj1 = 0;
6397 char *_kwnames[] = { "self","value", NULL };
6398
6399 self = self;
6400 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetValue",_kwnames,&_argo0,&_obj1))
6401 return NULL;
6402 if (_argo0) {
6403 if (_argo0 == Py_None) { _arg0 = NULL; }
6404 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6405 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
6406 return NULL;
6407 }
6408 }
6409 {
6410 _arg1 = wxString_in_helper(_obj1);
6411 if (_arg1 == NULL)
6412 return NULL;
6413 }
6414 {
6415 PyThreadState* __tstate = wxPyBeginAllowThreads();
6416 wxTextCtrl_SetValue(_arg0,*_arg1);
6417
6418 wxPyEndAllowThreads(__tstate);
6419 if (PyErr_Occurred()) return NULL;
6420 } Py_INCREF(Py_None);
6421 _resultobj = Py_None;
6422 {
6423 if (_obj1)
6424 delete _arg1;
6425 }
6426 return _resultobj;
6427 }
6428
6429 #define wxTextCtrl_GetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetRange(_swigarg0,_swigarg1))
6430 static PyObject *_wrap_wxTextCtrl_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
6431 PyObject * _resultobj;
6432 wxString * _result;
6433 wxTextCtrl * _arg0;
6434 long _arg1;
6435 long _arg2;
6436 PyObject * _argo0 = 0;
6437 char *_kwnames[] = { "self","from","to", NULL };
6438
6439 self = self;
6440 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_GetRange",_kwnames,&_argo0,&_arg1,&_arg2))
6441 return NULL;
6442 if (_argo0) {
6443 if (_argo0 == Py_None) { _arg0 = NULL; }
6444 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6445 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetRange. Expected _wxTextCtrl_p.");
6446 return NULL;
6447 }
6448 }
6449 {
6450 PyThreadState* __tstate = wxPyBeginAllowThreads();
6451 _result = new wxString (wxTextCtrl_GetRange(_arg0,_arg1,_arg2));
6452
6453 wxPyEndAllowThreads(__tstate);
6454 if (PyErr_Occurred()) return NULL;
6455 }{
6456 #if wxUSE_UNICODE
6457 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
6458 #else
6459 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
6460 #endif
6461 }
6462 {
6463 delete _result;
6464 }
6465 return _resultobj;
6466 }
6467
6468 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
6469 static PyObject *_wrap_wxTextCtrl_GetLineLength(PyObject *self, PyObject *args, PyObject *kwargs) {
6470 PyObject * _resultobj;
6471 int _result;
6472 wxTextCtrl * _arg0;
6473 long _arg1;
6474 PyObject * _argo0 = 0;
6475 char *_kwnames[] = { "self","lineNo", NULL };
6476
6477 self = self;
6478 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineLength",_kwnames,&_argo0,&_arg1))
6479 return NULL;
6480 if (_argo0) {
6481 if (_argo0 == Py_None) { _arg0 = NULL; }
6482 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6483 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
6484 return NULL;
6485 }
6486 }
6487 {
6488 PyThreadState* __tstate = wxPyBeginAllowThreads();
6489 _result = (int )wxTextCtrl_GetLineLength(_arg0,_arg1);
6490
6491 wxPyEndAllowThreads(__tstate);
6492 if (PyErr_Occurred()) return NULL;
6493 } _resultobj = Py_BuildValue("i",_result);
6494 return _resultobj;
6495 }
6496
6497 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
6498 static PyObject *_wrap_wxTextCtrl_GetLineText(PyObject *self, PyObject *args, PyObject *kwargs) {
6499 PyObject * _resultobj;
6500 wxString * _result;
6501 wxTextCtrl * _arg0;
6502 long _arg1;
6503 PyObject * _argo0 = 0;
6504 char *_kwnames[] = { "self","lineNo", NULL };
6505
6506 self = self;
6507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineText",_kwnames,&_argo0,&_arg1))
6508 return NULL;
6509 if (_argo0) {
6510 if (_argo0 == Py_None) { _arg0 = NULL; }
6511 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6512 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
6513 return NULL;
6514 }
6515 }
6516 {
6517 PyThreadState* __tstate = wxPyBeginAllowThreads();
6518 _result = new wxString (wxTextCtrl_GetLineText(_arg0,_arg1));
6519
6520 wxPyEndAllowThreads(__tstate);
6521 if (PyErr_Occurred()) return NULL;
6522 }{
6523 #if wxUSE_UNICODE
6524 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
6525 #else
6526 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
6527 #endif
6528 }
6529 {
6530 delete _result;
6531 }
6532 return _resultobj;
6533 }
6534
6535 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
6536 static PyObject *_wrap_wxTextCtrl_GetNumberOfLines(PyObject *self, PyObject *args, PyObject *kwargs) {
6537 PyObject * _resultobj;
6538 int _result;
6539 wxTextCtrl * _arg0;
6540 PyObject * _argo0 = 0;
6541 char *_kwnames[] = { "self", NULL };
6542
6543 self = self;
6544 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetNumberOfLines",_kwnames,&_argo0))
6545 return NULL;
6546 if (_argo0) {
6547 if (_argo0 == Py_None) { _arg0 = NULL; }
6548 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6549 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
6550 return NULL;
6551 }
6552 }
6553 {
6554 PyThreadState* __tstate = wxPyBeginAllowThreads();
6555 _result = (int )wxTextCtrl_GetNumberOfLines(_arg0);
6556
6557 wxPyEndAllowThreads(__tstate);
6558 if (PyErr_Occurred()) return NULL;
6559 } _resultobj = Py_BuildValue("i",_result);
6560 return _resultobj;
6561 }
6562
6563 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
6564 static PyObject *_wrap_wxTextCtrl_IsModified(PyObject *self, PyObject *args, PyObject *kwargs) {
6565 PyObject * _resultobj;
6566 bool _result;
6567 wxTextCtrl * _arg0;
6568 PyObject * _argo0 = 0;
6569 char *_kwnames[] = { "self", NULL };
6570
6571 self = self;
6572 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsModified",_kwnames,&_argo0))
6573 return NULL;
6574 if (_argo0) {
6575 if (_argo0 == Py_None) { _arg0 = NULL; }
6576 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6577 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
6578 return NULL;
6579 }
6580 }
6581 {
6582 PyThreadState* __tstate = wxPyBeginAllowThreads();
6583 _result = (bool )wxTextCtrl_IsModified(_arg0);
6584
6585 wxPyEndAllowThreads(__tstate);
6586 if (PyErr_Occurred()) return NULL;
6587 } _resultobj = Py_BuildValue("i",_result);
6588 return _resultobj;
6589 }
6590
6591 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
6592 static PyObject *_wrap_wxTextCtrl_IsEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
6593 PyObject * _resultobj;
6594 bool _result;
6595 wxTextCtrl * _arg0;
6596 PyObject * _argo0 = 0;
6597 char *_kwnames[] = { "self", NULL };
6598
6599 self = self;
6600 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsEditable",_kwnames,&_argo0))
6601 return NULL;
6602 if (_argo0) {
6603 if (_argo0 == Py_None) { _arg0 = NULL; }
6604 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6605 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
6606 return NULL;
6607 }
6608 }
6609 {
6610 PyThreadState* __tstate = wxPyBeginAllowThreads();
6611 _result = (bool )wxTextCtrl_IsEditable(_arg0);
6612
6613 wxPyEndAllowThreads(__tstate);
6614 if (PyErr_Occurred()) return NULL;
6615 } _resultobj = Py_BuildValue("i",_result);
6616 return _resultobj;
6617 }
6618
6619 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
6620 static PyObject *_wrap_wxTextCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
6621 PyObject * _resultobj;
6622 wxTextCtrl * _arg0;
6623 long * _arg1;
6624 long temp;
6625 long * _arg2;
6626 long temp0;
6627 PyObject * _argo0 = 0;
6628 char *_kwnames[] = { "self", NULL };
6629
6630 self = self;
6631 {
6632 _arg1 = &temp;
6633 }
6634 {
6635 _arg2 = &temp0;
6636 }
6637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetSelection",_kwnames,&_argo0))
6638 return NULL;
6639 if (_argo0) {
6640 if (_argo0 == Py_None) { _arg0 = NULL; }
6641 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6642 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
6643 return NULL;
6644 }
6645 }
6646 {
6647 PyThreadState* __tstate = wxPyBeginAllowThreads();
6648 wxTextCtrl_GetSelection(_arg0,_arg1,_arg2);
6649
6650 wxPyEndAllowThreads(__tstate);
6651 if (PyErr_Occurred()) return NULL;
6652 } Py_INCREF(Py_None);
6653 _resultobj = Py_None;
6654 {
6655 PyObject *o;
6656 o = PyInt_FromLong((long) (*_arg1));
6657 _resultobj = t_output_helper(_resultobj, o);
6658 }
6659 {
6660 PyObject *o;
6661 o = PyInt_FromLong((long) (*_arg2));
6662 _resultobj = t_output_helper(_resultobj, o);
6663 }
6664 return _resultobj;
6665 }
6666
6667 #define wxTextCtrl_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
6668 static PyObject *_wrap_wxTextCtrl_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
6669 PyObject * _resultobj;
6670 wxString * _result;
6671 wxTextCtrl * _arg0;
6672 PyObject * _argo0 = 0;
6673 char *_kwnames[] = { "self", NULL };
6674
6675 self = self;
6676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetStringSelection",_kwnames,&_argo0))
6677 return NULL;
6678 if (_argo0) {
6679 if (_argo0 == Py_None) { _arg0 = NULL; }
6680 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6681 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetStringSelection. Expected _wxTextCtrl_p.");
6682 return NULL;
6683 }
6684 }
6685 {
6686 PyThreadState* __tstate = wxPyBeginAllowThreads();
6687 _result = new wxString (wxTextCtrl_GetStringSelection(_arg0));
6688
6689 wxPyEndAllowThreads(__tstate);
6690 if (PyErr_Occurred()) return NULL;
6691 }{
6692 #if wxUSE_UNICODE
6693 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
6694 #else
6695 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
6696 #endif
6697 }
6698 {
6699 delete _result;
6700 }
6701 return _resultobj;
6702 }
6703
6704 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
6705 static PyObject *_wrap_wxTextCtrl_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
6706 PyObject * _resultobj;
6707 wxTextCtrl * _arg0;
6708 PyObject * _argo0 = 0;
6709 char *_kwnames[] = { "self", NULL };
6710
6711 self = self;
6712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Clear",_kwnames,&_argo0))
6713 return NULL;
6714 if (_argo0) {
6715 if (_argo0 == Py_None) { _arg0 = NULL; }
6716 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6717 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
6718 return NULL;
6719 }
6720 }
6721 {
6722 PyThreadState* __tstate = wxPyBeginAllowThreads();
6723 wxTextCtrl_Clear(_arg0);
6724
6725 wxPyEndAllowThreads(__tstate);
6726 if (PyErr_Occurred()) return NULL;
6727 } Py_INCREF(Py_None);
6728 _resultobj = Py_None;
6729 return _resultobj;
6730 }
6731
6732 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
6733 static PyObject *_wrap_wxTextCtrl_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
6734 PyObject * _resultobj;
6735 wxTextCtrl * _arg0;
6736 long _arg1;
6737 long _arg2;
6738 wxString * _arg3;
6739 PyObject * _argo0 = 0;
6740 PyObject * _obj3 = 0;
6741 char *_kwnames[] = { "self","from","to","value", NULL };
6742
6743 self = self;
6744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
6745 return NULL;
6746 if (_argo0) {
6747 if (_argo0 == Py_None) { _arg0 = NULL; }
6748 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6749 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
6750 return NULL;
6751 }
6752 }
6753 {
6754 _arg3 = wxString_in_helper(_obj3);
6755 if (_arg3 == NULL)
6756 return NULL;
6757 }
6758 {
6759 PyThreadState* __tstate = wxPyBeginAllowThreads();
6760 wxTextCtrl_Replace(_arg0,_arg1,_arg2,*_arg3);
6761
6762 wxPyEndAllowThreads(__tstate);
6763 if (PyErr_Occurred()) return NULL;
6764 } Py_INCREF(Py_None);
6765 _resultobj = Py_None;
6766 {
6767 if (_obj3)
6768 delete _arg3;
6769 }
6770 return _resultobj;
6771 }
6772
6773 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
6774 static PyObject *_wrap_wxTextCtrl_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
6775 PyObject * _resultobj;
6776 wxTextCtrl * _arg0;
6777 long _arg1;
6778 long _arg2;
6779 PyObject * _argo0 = 0;
6780 char *_kwnames[] = { "self","from","to", NULL };
6781
6782 self = self;
6783 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
6784 return NULL;
6785 if (_argo0) {
6786 if (_argo0 == Py_None) { _arg0 = NULL; }
6787 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6788 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
6789 return NULL;
6790 }
6791 }
6792 {
6793 PyThreadState* __tstate = wxPyBeginAllowThreads();
6794 wxTextCtrl_Remove(_arg0,_arg1,_arg2);
6795
6796 wxPyEndAllowThreads(__tstate);
6797 if (PyErr_Occurred()) return NULL;
6798 } Py_INCREF(Py_None);
6799 _resultobj = Py_None;
6800 return _resultobj;
6801 }
6802
6803 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
6804 static PyObject *_wrap_wxTextCtrl_LoadFile(PyObject *self, PyObject *args, PyObject *kwargs) {
6805 PyObject * _resultobj;
6806 bool _result;
6807 wxTextCtrl * _arg0;
6808 wxString * _arg1;
6809 PyObject * _argo0 = 0;
6810 PyObject * _obj1 = 0;
6811 char *_kwnames[] = { "self","file", NULL };
6812
6813 self = self;
6814 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_LoadFile",_kwnames,&_argo0,&_obj1))
6815 return NULL;
6816 if (_argo0) {
6817 if (_argo0 == Py_None) { _arg0 = NULL; }
6818 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6819 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
6820 return NULL;
6821 }
6822 }
6823 {
6824 _arg1 = wxString_in_helper(_obj1);
6825 if (_arg1 == NULL)
6826 return NULL;
6827 }
6828 {
6829 PyThreadState* __tstate = wxPyBeginAllowThreads();
6830 _result = (bool )wxTextCtrl_LoadFile(_arg0,*_arg1);
6831
6832 wxPyEndAllowThreads(__tstate);
6833 if (PyErr_Occurred()) return NULL;
6834 } _resultobj = Py_BuildValue("i",_result);
6835 {
6836 if (_obj1)
6837 delete _arg1;
6838 }
6839 return _resultobj;
6840 }
6841
6842 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
6843 static PyObject *_wrap_wxTextCtrl_SaveFile(PyObject *self, PyObject *args, PyObject *kwargs) {
6844 PyObject * _resultobj;
6845 bool _result;
6846 wxTextCtrl * _arg0;
6847 wxString * _arg1 = (wxString *) &wxPyEmptyString;
6848 PyObject * _argo0 = 0;
6849 PyObject * _obj1 = 0;
6850 char *_kwnames[] = { "self","file", NULL };
6851
6852 self = self;
6853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:wxTextCtrl_SaveFile",_kwnames,&_argo0,&_obj1))
6854 return NULL;
6855 if (_argo0) {
6856 if (_argo0 == Py_None) { _arg0 = NULL; }
6857 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6858 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
6859 return NULL;
6860 }
6861 }
6862 if (_obj1)
6863 {
6864 _arg1 = wxString_in_helper(_obj1);
6865 if (_arg1 == NULL)
6866 return NULL;
6867 }
6868 {
6869 PyThreadState* __tstate = wxPyBeginAllowThreads();
6870 _result = (bool )wxTextCtrl_SaveFile(_arg0,*_arg1);
6871
6872 wxPyEndAllowThreads(__tstate);
6873 if (PyErr_Occurred()) return NULL;
6874 } _resultobj = Py_BuildValue("i",_result);
6875 {
6876 if (_obj1)
6877 delete _arg1;
6878 }
6879 return _resultobj;
6880 }
6881
6882 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
6883 static PyObject *_wrap_wxTextCtrl_DiscardEdits(PyObject *self, PyObject *args, PyObject *kwargs) {
6884 PyObject * _resultobj;
6885 wxTextCtrl * _arg0;
6886 PyObject * _argo0 = 0;
6887 char *_kwnames[] = { "self", NULL };
6888
6889 self = self;
6890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_DiscardEdits",_kwnames,&_argo0))
6891 return NULL;
6892 if (_argo0) {
6893 if (_argo0 == Py_None) { _arg0 = NULL; }
6894 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6895 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
6896 return NULL;
6897 }
6898 }
6899 {
6900 PyThreadState* __tstate = wxPyBeginAllowThreads();
6901 wxTextCtrl_DiscardEdits(_arg0);
6902
6903 wxPyEndAllowThreads(__tstate);
6904 if (PyErr_Occurred()) return NULL;
6905 } Py_INCREF(Py_None);
6906 _resultobj = Py_None;
6907 return _resultobj;
6908 }
6909
6910 #define wxTextCtrl_SetMaxLength(_swigobj,_swigarg0) (_swigobj->SetMaxLength(_swigarg0))
6911 static PyObject *_wrap_wxTextCtrl_SetMaxLength(PyObject *self, PyObject *args, PyObject *kwargs) {
6912 PyObject * _resultobj;
6913 wxTextCtrl * _arg0;
6914 unsigned long _arg1;
6915 PyObject * _argo0 = 0;
6916 char *_kwnames[] = { "self","len", NULL };
6917
6918 self = self;
6919 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetMaxLength",_kwnames,&_argo0,&_arg1))
6920 return NULL;
6921 if (_argo0) {
6922 if (_argo0 == Py_None) { _arg0 = NULL; }
6923 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6924 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetMaxLength. Expected _wxTextCtrl_p.");
6925 return NULL;
6926 }
6927 }
6928 {
6929 PyThreadState* __tstate = wxPyBeginAllowThreads();
6930 wxTextCtrl_SetMaxLength(_arg0,_arg1);
6931
6932 wxPyEndAllowThreads(__tstate);
6933 if (PyErr_Occurred()) return NULL;
6934 } Py_INCREF(Py_None);
6935 _resultobj = Py_None;
6936 return _resultobj;
6937 }
6938
6939 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
6940 static PyObject *_wrap_wxTextCtrl_WriteText(PyObject *self, PyObject *args, PyObject *kwargs) {
6941 PyObject * _resultobj;
6942 wxTextCtrl * _arg0;
6943 wxString * _arg1;
6944 PyObject * _argo0 = 0;
6945 PyObject * _obj1 = 0;
6946 char *_kwnames[] = { "self","text", NULL };
6947
6948 self = self;
6949 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_WriteText",_kwnames,&_argo0,&_obj1))
6950 return NULL;
6951 if (_argo0) {
6952 if (_argo0 == Py_None) { _arg0 = NULL; }
6953 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6954 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
6955 return NULL;
6956 }
6957 }
6958 {
6959 _arg1 = wxString_in_helper(_obj1);
6960 if (_arg1 == NULL)
6961 return NULL;
6962 }
6963 {
6964 PyThreadState* __tstate = wxPyBeginAllowThreads();
6965 wxTextCtrl_WriteText(_arg0,*_arg1);
6966
6967 wxPyEndAllowThreads(__tstate);
6968 if (PyErr_Occurred()) return NULL;
6969 } Py_INCREF(Py_None);
6970 _resultobj = Py_None;
6971 {
6972 if (_obj1)
6973 delete _arg1;
6974 }
6975 return _resultobj;
6976 }
6977
6978 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
6979 static PyObject *_wrap_wxTextCtrl_AppendText(PyObject *self, PyObject *args, PyObject *kwargs) {
6980 PyObject * _resultobj;
6981 wxTextCtrl * _arg0;
6982 wxString * _arg1;
6983 PyObject * _argo0 = 0;
6984 PyObject * _obj1 = 0;
6985 char *_kwnames[] = { "self","text", NULL };
6986
6987 self = self;
6988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_AppendText",_kwnames,&_argo0,&_obj1))
6989 return NULL;
6990 if (_argo0) {
6991 if (_argo0 == Py_None) { _arg0 = NULL; }
6992 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6993 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
6994 return NULL;
6995 }
6996 }
6997 {
6998 _arg1 = wxString_in_helper(_obj1);
6999 if (_arg1 == NULL)
7000 return NULL;
7001 }
7002 {
7003 PyThreadState* __tstate = wxPyBeginAllowThreads();
7004 wxTextCtrl_AppendText(_arg0,*_arg1);
7005
7006 wxPyEndAllowThreads(__tstate);
7007 if (PyErr_Occurred()) return NULL;
7008 } Py_INCREF(Py_None);
7009 _resultobj = Py_None;
7010 {
7011 if (_obj1)
7012 delete _arg1;
7013 }
7014 return _resultobj;
7015 }
7016
7017 #define wxTextCtrl_SetStyle(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetStyle(_swigarg0,_swigarg1,_swigarg2))
7018 static PyObject *_wrap_wxTextCtrl_SetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
7019 PyObject * _resultobj;
7020 bool _result;
7021 wxTextCtrl * _arg0;
7022 long _arg1;
7023 long _arg2;
7024 wxTextAttr * _arg3;
7025 PyObject * _argo0 = 0;
7026 PyObject * _argo3 = 0;
7027 char *_kwnames[] = { "self","start","end","style", NULL };
7028
7029 self = self;
7030 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_SetStyle",_kwnames,&_argo0,&_arg1,&_arg2,&_argo3))
7031 return NULL;
7032 if (_argo0) {
7033 if (_argo0 == Py_None) { _arg0 = NULL; }
7034 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7035 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetStyle. Expected _wxTextCtrl_p.");
7036 return NULL;
7037 }
7038 }
7039 if (_argo3) {
7040 if (_argo3 == Py_None) { _arg3 = NULL; }
7041 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxTextAttr_p")) {
7042 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxTextCtrl_SetStyle. Expected _wxTextAttr_p.");
7043 return NULL;
7044 }
7045 }
7046 {
7047 PyThreadState* __tstate = wxPyBeginAllowThreads();
7048 _result = (bool )wxTextCtrl_SetStyle(_arg0,_arg1,_arg2,*_arg3);
7049
7050 wxPyEndAllowThreads(__tstate);
7051 if (PyErr_Occurred()) return NULL;
7052 } _resultobj = Py_BuildValue("i",_result);
7053 return _resultobj;
7054 }
7055
7056 #define wxTextCtrl_SetDefaultStyle(_swigobj,_swigarg0) (_swigobj->SetDefaultStyle(_swigarg0))
7057 static PyObject *_wrap_wxTextCtrl_SetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
7058 PyObject * _resultobj;
7059 bool _result;
7060 wxTextCtrl * _arg0;
7061 wxTextAttr * _arg1;
7062 PyObject * _argo0 = 0;
7063 PyObject * _argo1 = 0;
7064 char *_kwnames[] = { "self","style", NULL };
7065
7066 self = self;
7067 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetDefaultStyle",_kwnames,&_argo0,&_argo1))
7068 return NULL;
7069 if (_argo0) {
7070 if (_argo0 == Py_None) { _arg0 = NULL; }
7071 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7072 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetDefaultStyle. Expected _wxTextCtrl_p.");
7073 return NULL;
7074 }
7075 }
7076 if (_argo1) {
7077 if (_argo1 == Py_None) { _arg1 = NULL; }
7078 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
7079 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_SetDefaultStyle. Expected _wxTextAttr_p.");
7080 return NULL;
7081 }
7082 }
7083 {
7084 PyThreadState* __tstate = wxPyBeginAllowThreads();
7085 _result = (bool )wxTextCtrl_SetDefaultStyle(_arg0,*_arg1);
7086
7087 wxPyEndAllowThreads(__tstate);
7088 if (PyErr_Occurred()) return NULL;
7089 } _resultobj = Py_BuildValue("i",_result);
7090 return _resultobj;
7091 }
7092
7093 #define wxTextCtrl_GetDefaultStyle(_swigobj) (_swigobj->GetDefaultStyle())
7094 static PyObject *_wrap_wxTextCtrl_GetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
7095 PyObject * _resultobj;
7096 wxTextAttr * _result;
7097 wxTextCtrl * _arg0;
7098 PyObject * _argo0 = 0;
7099 char *_kwnames[] = { "self", NULL };
7100 char _ptemp[128];
7101
7102 self = self;
7103 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetDefaultStyle",_kwnames,&_argo0))
7104 return NULL;
7105 if (_argo0) {
7106 if (_argo0 == Py_None) { _arg0 = NULL; }
7107 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7108 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetDefaultStyle. Expected _wxTextCtrl_p.");
7109 return NULL;
7110 }
7111 }
7112 {
7113 PyThreadState* __tstate = wxPyBeginAllowThreads();
7114 const wxTextAttr & _result_ref = wxTextCtrl_GetDefaultStyle(_arg0);
7115 _result = (wxTextAttr *) &_result_ref;
7116
7117 wxPyEndAllowThreads(__tstate);
7118 if (PyErr_Occurred()) return NULL;
7119 } if (_result) {
7120 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
7121 _resultobj = Py_BuildValue("s",_ptemp);
7122 } else {
7123 Py_INCREF(Py_None);
7124 _resultobj = Py_None;
7125 }
7126 return _resultobj;
7127 }
7128
7129 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
7130 static PyObject *_wrap_wxTextCtrl_XYToPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
7131 PyObject * _resultobj;
7132 long _result;
7133 wxTextCtrl * _arg0;
7134 long _arg1;
7135 long _arg2;
7136 PyObject * _argo0 = 0;
7137 char *_kwnames[] = { "self","x","y", NULL };
7138
7139 self = self;
7140 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_XYToPosition",_kwnames,&_argo0,&_arg1,&_arg2))
7141 return NULL;
7142 if (_argo0) {
7143 if (_argo0 == Py_None) { _arg0 = NULL; }
7144 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7145 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
7146 return NULL;
7147 }
7148 }
7149 {
7150 PyThreadState* __tstate = wxPyBeginAllowThreads();
7151 _result = (long )wxTextCtrl_XYToPosition(_arg0,_arg1,_arg2);
7152
7153 wxPyEndAllowThreads(__tstate);
7154 if (PyErr_Occurred()) return NULL;
7155 } _resultobj = Py_BuildValue("l",_result);
7156 return _resultobj;
7157 }
7158
7159 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
7160 static PyObject *_wrap_wxTextCtrl_PositionToXY(PyObject *self, PyObject *args, PyObject *kwargs) {
7161 PyObject * _resultobj;
7162 wxTextCtrl * _arg0;
7163 long _arg1;
7164 long * _arg2;
7165 long temp;
7166 long * _arg3;
7167 long temp0;
7168 PyObject * _argo0 = 0;
7169 char *_kwnames[] = { "self","pos", NULL };
7170
7171 self = self;
7172 {
7173 _arg2 = &temp;
7174 }
7175 {
7176 _arg3 = &temp0;
7177 }
7178 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_PositionToXY",_kwnames,&_argo0,&_arg1))
7179 return NULL;
7180 if (_argo0) {
7181 if (_argo0 == Py_None) { _arg0 = NULL; }
7182 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7183 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
7184 return NULL;
7185 }
7186 }
7187 {
7188 PyThreadState* __tstate = wxPyBeginAllowThreads();
7189 wxTextCtrl_PositionToXY(_arg0,_arg1,_arg2,_arg3);
7190
7191 wxPyEndAllowThreads(__tstate);
7192 if (PyErr_Occurred()) return NULL;
7193 } Py_INCREF(Py_None);
7194 _resultobj = Py_None;
7195 {
7196 PyObject *o;
7197 o = PyInt_FromLong((long) (*_arg2));
7198 _resultobj = t_output_helper(_resultobj, o);
7199 }
7200 {
7201 PyObject *o;
7202 o = PyInt_FromLong((long) (*_arg3));
7203 _resultobj = t_output_helper(_resultobj, o);
7204 }
7205 return _resultobj;
7206 }
7207
7208 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
7209 static PyObject *_wrap_wxTextCtrl_ShowPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
7210 PyObject * _resultobj;
7211 wxTextCtrl * _arg0;
7212 long _arg1;
7213 PyObject * _argo0 = 0;
7214 char *_kwnames[] = { "self","pos", NULL };
7215
7216 self = self;
7217 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_ShowPosition",_kwnames,&_argo0,&_arg1))
7218 return NULL;
7219 if (_argo0) {
7220 if (_argo0 == Py_None) { _arg0 = NULL; }
7221 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7222 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
7223 return NULL;
7224 }
7225 }
7226 {
7227 PyThreadState* __tstate = wxPyBeginAllowThreads();
7228 wxTextCtrl_ShowPosition(_arg0,_arg1);
7229
7230 wxPyEndAllowThreads(__tstate);
7231 if (PyErr_Occurred()) return NULL;
7232 } Py_INCREF(Py_None);
7233 _resultobj = Py_None;
7234 return _resultobj;
7235 }
7236
7237 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
7238 static PyObject *_wrap_wxTextCtrl_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
7239 PyObject * _resultobj;
7240 wxTextCtrl * _arg0;
7241 PyObject * _argo0 = 0;
7242 char *_kwnames[] = { "self", NULL };
7243
7244 self = self;
7245 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Copy",_kwnames,&_argo0))
7246 return NULL;
7247 if (_argo0) {
7248 if (_argo0 == Py_None) { _arg0 = NULL; }
7249 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7250 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
7251 return NULL;
7252 }
7253 }
7254 {
7255 PyThreadState* __tstate = wxPyBeginAllowThreads();
7256 wxTextCtrl_Copy(_arg0);
7257
7258 wxPyEndAllowThreads(__tstate);
7259 if (PyErr_Occurred()) return NULL;
7260 } Py_INCREF(Py_None);
7261 _resultobj = Py_None;
7262 return _resultobj;
7263 }
7264
7265 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
7266 static PyObject *_wrap_wxTextCtrl_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
7267 PyObject * _resultobj;
7268 wxTextCtrl * _arg0;
7269 PyObject * _argo0 = 0;
7270 char *_kwnames[] = { "self", NULL };
7271
7272 self = self;
7273 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Cut",_kwnames,&_argo0))
7274 return NULL;
7275 if (_argo0) {
7276 if (_argo0 == Py_None) { _arg0 = NULL; }
7277 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7278 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
7279 return NULL;
7280 }
7281 }
7282 {
7283 PyThreadState* __tstate = wxPyBeginAllowThreads();
7284 wxTextCtrl_Cut(_arg0);
7285
7286 wxPyEndAllowThreads(__tstate);
7287 if (PyErr_Occurred()) return NULL;
7288 } Py_INCREF(Py_None);
7289 _resultobj = Py_None;
7290 return _resultobj;
7291 }
7292
7293 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
7294 static PyObject *_wrap_wxTextCtrl_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
7295 PyObject * _resultobj;
7296 wxTextCtrl * _arg0;
7297 PyObject * _argo0 = 0;
7298 char *_kwnames[] = { "self", NULL };
7299
7300 self = self;
7301 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Paste",_kwnames,&_argo0))
7302 return NULL;
7303 if (_argo0) {
7304 if (_argo0 == Py_None) { _arg0 = NULL; }
7305 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7306 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
7307 return NULL;
7308 }
7309 }
7310 {
7311 PyThreadState* __tstate = wxPyBeginAllowThreads();
7312 wxTextCtrl_Paste(_arg0);
7313
7314 wxPyEndAllowThreads(__tstate);
7315 if (PyErr_Occurred()) return NULL;
7316 } Py_INCREF(Py_None);
7317 _resultobj = Py_None;
7318 return _resultobj;
7319 }
7320
7321 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
7322 static PyObject *_wrap_wxTextCtrl_CanCopy(PyObject *self, PyObject *args, PyObject *kwargs) {
7323 PyObject * _resultobj;
7324 bool _result;
7325 wxTextCtrl * _arg0;
7326 PyObject * _argo0 = 0;
7327 char *_kwnames[] = { "self", NULL };
7328
7329 self = self;
7330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCopy",_kwnames,&_argo0))
7331 return NULL;
7332 if (_argo0) {
7333 if (_argo0 == Py_None) { _arg0 = NULL; }
7334 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7335 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
7336 return NULL;
7337 }
7338 }
7339 {
7340 PyThreadState* __tstate = wxPyBeginAllowThreads();
7341 _result = (bool )wxTextCtrl_CanCopy(_arg0);
7342
7343 wxPyEndAllowThreads(__tstate);
7344 if (PyErr_Occurred()) return NULL;
7345 } _resultobj = Py_BuildValue("i",_result);
7346 return _resultobj;
7347 }
7348
7349 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
7350 static PyObject *_wrap_wxTextCtrl_CanCut(PyObject *self, PyObject *args, PyObject *kwargs) {
7351 PyObject * _resultobj;
7352 bool _result;
7353 wxTextCtrl * _arg0;
7354 PyObject * _argo0 = 0;
7355 char *_kwnames[] = { "self", NULL };
7356
7357 self = self;
7358 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCut",_kwnames,&_argo0))
7359 return NULL;
7360 if (_argo0) {
7361 if (_argo0 == Py_None) { _arg0 = NULL; }
7362 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7363 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
7364 return NULL;
7365 }
7366 }
7367 {
7368 PyThreadState* __tstate = wxPyBeginAllowThreads();
7369 _result = (bool )wxTextCtrl_CanCut(_arg0);
7370
7371 wxPyEndAllowThreads(__tstate);
7372 if (PyErr_Occurred()) return NULL;
7373 } _resultobj = Py_BuildValue("i",_result);
7374 return _resultobj;
7375 }
7376
7377 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
7378 static PyObject *_wrap_wxTextCtrl_CanPaste(PyObject *self, PyObject *args, PyObject *kwargs) {
7379 PyObject * _resultobj;
7380 bool _result;
7381 wxTextCtrl * _arg0;
7382 PyObject * _argo0 = 0;
7383 char *_kwnames[] = { "self", NULL };
7384
7385 self = self;
7386 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanPaste",_kwnames,&_argo0))
7387 return NULL;
7388 if (_argo0) {
7389 if (_argo0 == Py_None) { _arg0 = NULL; }
7390 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7391 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
7392 return NULL;
7393 }
7394 }
7395 {
7396 PyThreadState* __tstate = wxPyBeginAllowThreads();
7397 _result = (bool )wxTextCtrl_CanPaste(_arg0);
7398
7399 wxPyEndAllowThreads(__tstate);
7400 if (PyErr_Occurred()) return NULL;
7401 } _resultobj = Py_BuildValue("i",_result);
7402 return _resultobj;
7403 }
7404
7405 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
7406 static PyObject *_wrap_wxTextCtrl_Undo(PyObject *self, PyObject *args, PyObject *kwargs) {
7407 PyObject * _resultobj;
7408 wxTextCtrl * _arg0;
7409 PyObject * _argo0 = 0;
7410 char *_kwnames[] = { "self", NULL };
7411
7412 self = self;
7413 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Undo",_kwnames,&_argo0))
7414 return NULL;
7415 if (_argo0) {
7416 if (_argo0 == Py_None) { _arg0 = NULL; }
7417 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7418 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
7419 return NULL;
7420 }
7421 }
7422 {
7423 PyThreadState* __tstate = wxPyBeginAllowThreads();
7424 wxTextCtrl_Undo(_arg0);
7425
7426 wxPyEndAllowThreads(__tstate);
7427 if (PyErr_Occurred()) return NULL;
7428 } Py_INCREF(Py_None);
7429 _resultobj = Py_None;
7430 return _resultobj;
7431 }
7432
7433 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
7434 static PyObject *_wrap_wxTextCtrl_Redo(PyObject *self, PyObject *args, PyObject *kwargs) {
7435 PyObject * _resultobj;
7436 wxTextCtrl * _arg0;
7437 PyObject * _argo0 = 0;
7438 char *_kwnames[] = { "self", NULL };
7439
7440 self = self;
7441 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Redo",_kwnames,&_argo0))
7442 return NULL;
7443 if (_argo0) {
7444 if (_argo0 == Py_None) { _arg0 = NULL; }
7445 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7446 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
7447 return NULL;
7448 }
7449 }
7450 {
7451 PyThreadState* __tstate = wxPyBeginAllowThreads();
7452 wxTextCtrl_Redo(_arg0);
7453
7454 wxPyEndAllowThreads(__tstate);
7455 if (PyErr_Occurred()) return NULL;
7456 } Py_INCREF(Py_None);
7457 _resultobj = Py_None;
7458 return _resultobj;
7459 }
7460
7461 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
7462 static PyObject *_wrap_wxTextCtrl_CanUndo(PyObject *self, PyObject *args, PyObject *kwargs) {
7463 PyObject * _resultobj;
7464 bool _result;
7465 wxTextCtrl * _arg0;
7466 PyObject * _argo0 = 0;
7467 char *_kwnames[] = { "self", NULL };
7468
7469 self = self;
7470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanUndo",_kwnames,&_argo0))
7471 return NULL;
7472 if (_argo0) {
7473 if (_argo0 == Py_None) { _arg0 = NULL; }
7474 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7475 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
7476 return NULL;
7477 }
7478 }
7479 {
7480 PyThreadState* __tstate = wxPyBeginAllowThreads();
7481 _result = (bool )wxTextCtrl_CanUndo(_arg0);
7482
7483 wxPyEndAllowThreads(__tstate);
7484 if (PyErr_Occurred()) return NULL;
7485 } _resultobj = Py_BuildValue("i",_result);
7486 return _resultobj;
7487 }
7488
7489 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
7490 static PyObject *_wrap_wxTextCtrl_CanRedo(PyObject *self, PyObject *args, PyObject *kwargs) {
7491 PyObject * _resultobj;
7492 bool _result;
7493 wxTextCtrl * _arg0;
7494 PyObject * _argo0 = 0;
7495 char *_kwnames[] = { "self", NULL };
7496
7497 self = self;
7498 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanRedo",_kwnames,&_argo0))
7499 return NULL;
7500 if (_argo0) {
7501 if (_argo0 == Py_None) { _arg0 = NULL; }
7502 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7503 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
7504 return NULL;
7505 }
7506 }
7507 {
7508 PyThreadState* __tstate = wxPyBeginAllowThreads();
7509 _result = (bool )wxTextCtrl_CanRedo(_arg0);
7510
7511 wxPyEndAllowThreads(__tstate);
7512 if (PyErr_Occurred()) return NULL;
7513 } _resultobj = Py_BuildValue("i",_result);
7514 return _resultobj;
7515 }
7516
7517 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
7518 static PyObject *_wrap_wxTextCtrl_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
7519 PyObject * _resultobj;
7520 wxTextCtrl * _arg0;
7521 long _arg1;
7522 PyObject * _argo0 = 0;
7523 char *_kwnames[] = { "self","pos", NULL };
7524
7525 self = self;
7526 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
7527 return NULL;
7528 if (_argo0) {
7529 if (_argo0 == Py_None) { _arg0 = NULL; }
7530 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7531 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
7532 return NULL;
7533 }
7534 }
7535 {
7536 PyThreadState* __tstate = wxPyBeginAllowThreads();
7537 wxTextCtrl_SetInsertionPoint(_arg0,_arg1);
7538
7539 wxPyEndAllowThreads(__tstate);
7540 if (PyErr_Occurred()) return NULL;
7541 } Py_INCREF(Py_None);
7542 _resultobj = Py_None;
7543 return _resultobj;
7544 }
7545
7546 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
7547 static PyObject *_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
7548 PyObject * _resultobj;
7549 wxTextCtrl * _arg0;
7550 PyObject * _argo0 = 0;
7551 char *_kwnames[] = { "self", NULL };
7552
7553 self = self;
7554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames,&_argo0))
7555 return NULL;
7556 if (_argo0) {
7557 if (_argo0 == Py_None) { _arg0 = NULL; }
7558 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7559 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
7560 return NULL;
7561 }
7562 }
7563 {
7564 PyThreadState* __tstate = wxPyBeginAllowThreads();
7565 wxTextCtrl_SetInsertionPointEnd(_arg0);
7566
7567 wxPyEndAllowThreads(__tstate);
7568 if (PyErr_Occurred()) return NULL;
7569 } Py_INCREF(Py_None);
7570 _resultobj = Py_None;
7571 return _resultobj;
7572 }
7573
7574 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
7575 static PyObject *_wrap_wxTextCtrl_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
7576 PyObject * _resultobj;
7577 long _result;
7578 wxTextCtrl * _arg0;
7579 PyObject * _argo0 = 0;
7580 char *_kwnames[] = { "self", NULL };
7581
7582 self = self;
7583 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetInsertionPoint",_kwnames,&_argo0))
7584 return NULL;
7585 if (_argo0) {
7586 if (_argo0 == Py_None) { _arg0 = NULL; }
7587 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7588 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
7589 return NULL;
7590 }
7591 }
7592 {
7593 PyThreadState* __tstate = wxPyBeginAllowThreads();
7594 _result = (long )wxTextCtrl_GetInsertionPoint(_arg0);
7595
7596 wxPyEndAllowThreads(__tstate);
7597 if (PyErr_Occurred()) return NULL;
7598 } _resultobj = Py_BuildValue("l",_result);
7599 return _resultobj;
7600 }
7601
7602 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
7603 static PyObject *_wrap_wxTextCtrl_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
7604 PyObject * _resultobj;
7605 long _result;
7606 wxTextCtrl * _arg0;
7607 PyObject * _argo0 = 0;
7608 char *_kwnames[] = { "self", NULL };
7609
7610 self = self;
7611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetLastPosition",_kwnames,&_argo0))
7612 return NULL;
7613 if (_argo0) {
7614 if (_argo0 == Py_None) { _arg0 = NULL; }
7615 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7616 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
7617 return NULL;
7618 }
7619 }
7620 {
7621 PyThreadState* __tstate = wxPyBeginAllowThreads();
7622 _result = (long )wxTextCtrl_GetLastPosition(_arg0);
7623
7624 wxPyEndAllowThreads(__tstate);
7625 if (PyErr_Occurred()) return NULL;
7626 } _resultobj = Py_BuildValue("l",_result);
7627 return _resultobj;
7628 }
7629
7630 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
7631 static PyObject *_wrap_wxTextCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7632 PyObject * _resultobj;
7633 wxTextCtrl * _arg0;
7634 long _arg1;
7635 long _arg2;
7636 PyObject * _argo0 = 0;
7637 char *_kwnames[] = { "self","from","to", NULL };
7638
7639 self = self;
7640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
7641 return NULL;
7642 if (_argo0) {
7643 if (_argo0 == Py_None) { _arg0 = NULL; }
7644 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7645 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
7646 return NULL;
7647 }
7648 }
7649 {
7650 PyThreadState* __tstate = wxPyBeginAllowThreads();
7651 wxTextCtrl_SetSelection(_arg0,_arg1,_arg2);
7652
7653 wxPyEndAllowThreads(__tstate);
7654 if (PyErr_Occurred()) return NULL;
7655 } Py_INCREF(Py_None);
7656 _resultobj = Py_None;
7657 return _resultobj;
7658 }
7659
7660 #define wxTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
7661 static PyObject *_wrap_wxTextCtrl_SelectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
7662 PyObject * _resultobj;
7663 wxTextCtrl * _arg0;
7664 PyObject * _argo0 = 0;
7665 char *_kwnames[] = { "self", NULL };
7666
7667 self = self;
7668 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SelectAll",_kwnames,&_argo0))
7669 return NULL;
7670 if (_argo0) {
7671 if (_argo0 == Py_None) { _arg0 = NULL; }
7672 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7673 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SelectAll. Expected _wxTextCtrl_p.");
7674 return NULL;
7675 }
7676 }
7677 {
7678 PyThreadState* __tstate = wxPyBeginAllowThreads();
7679 wxTextCtrl_SelectAll(_arg0);
7680
7681 wxPyEndAllowThreads(__tstate);
7682 if (PyErr_Occurred()) return NULL;
7683 } Py_INCREF(Py_None);
7684 _resultobj = Py_None;
7685 return _resultobj;
7686 }
7687
7688 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
7689 static PyObject *_wrap_wxTextCtrl_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
7690 PyObject * _resultobj;
7691 wxTextCtrl * _arg0;
7692 bool _arg1;
7693 PyObject * _argo0 = 0;
7694 int tempbool1;
7695 char *_kwnames[] = { "self","editable", NULL };
7696
7697 self = self;
7698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextCtrl_SetEditable",_kwnames,&_argo0,&tempbool1))
7699 return NULL;
7700 if (_argo0) {
7701 if (_argo0 == Py_None) { _arg0 = NULL; }
7702 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7703 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
7704 return NULL;
7705 }
7706 }
7707 _arg1 = (bool ) tempbool1;
7708 {
7709 PyThreadState* __tstate = wxPyBeginAllowThreads();
7710 wxTextCtrl_SetEditable(_arg0,_arg1);
7711
7712 wxPyEndAllowThreads(__tstate);
7713 if (PyErr_Occurred()) return NULL;
7714 } Py_INCREF(Py_None);
7715 _resultobj = Py_None;
7716 return _resultobj;
7717 }
7718
7719 static void wxTextCtrl_write(wxTextCtrl *self,const wxString & text) {
7720 self->AppendText(text);
7721 }
7722 static PyObject *_wrap_wxTextCtrl_write(PyObject *self, PyObject *args, PyObject *kwargs) {
7723 PyObject * _resultobj;
7724 wxTextCtrl * _arg0;
7725 wxString * _arg1;
7726 PyObject * _argo0 = 0;
7727 PyObject * _obj1 = 0;
7728 char *_kwnames[] = { "self","text", NULL };
7729
7730 self = self;
7731 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_write",_kwnames,&_argo0,&_obj1))
7732 return NULL;
7733 if (_argo0) {
7734 if (_argo0 == Py_None) { _arg0 = NULL; }
7735 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7736 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
7737 return NULL;
7738 }
7739 }
7740 {
7741 _arg1 = wxString_in_helper(_obj1);
7742 if (_arg1 == NULL)
7743 return NULL;
7744 }
7745 {
7746 PyThreadState* __tstate = wxPyBeginAllowThreads();
7747 wxTextCtrl_write(_arg0,*_arg1);
7748
7749 wxPyEndAllowThreads(__tstate);
7750 if (PyErr_Occurred()) return NULL;
7751 } Py_INCREF(Py_None);
7752 _resultobj = Py_None;
7753 {
7754 if (_obj1)
7755 delete _arg1;
7756 }
7757 return _resultobj;
7758 }
7759
7760 static wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to) {
7761 return self->GetValue().Mid(from, to-from);
7762 }
7763 static PyObject *_wrap_wxTextCtrl_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
7764 PyObject * _resultobj;
7765 wxString * _result;
7766 wxTextCtrl * _arg0;
7767 long _arg1;
7768 long _arg2;
7769 PyObject * _argo0 = 0;
7770 char *_kwnames[] = { "self","from","to", NULL };
7771
7772 self = self;
7773 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_GetString",_kwnames,&_argo0,&_arg1,&_arg2))
7774 return NULL;
7775 if (_argo0) {
7776 if (_argo0 == Py_None) { _arg0 = NULL; }
7777 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7778 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetString. Expected _wxTextCtrl_p.");
7779 return NULL;
7780 }
7781 }
7782 {
7783 PyThreadState* __tstate = wxPyBeginAllowThreads();
7784 _result = new wxString (wxTextCtrl_GetString(_arg0,_arg1,_arg2));
7785
7786 wxPyEndAllowThreads(__tstate);
7787 if (PyErr_Occurred()) return NULL;
7788 }{
7789 #if wxUSE_UNICODE
7790 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
7791 #else
7792 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7793 #endif
7794 }
7795 {
7796 delete _result;
7797 }
7798 return _resultobj;
7799 }
7800
7801 static void *SwigwxScrollBarTowxControl(void *ptr) {
7802 wxScrollBar *src;
7803 wxControl *dest;
7804 src = (wxScrollBar *) ptr;
7805 dest = (wxControl *) src;
7806 return (void *) dest;
7807 }
7808
7809 static void *SwigwxScrollBarTowxWindow(void *ptr) {
7810 wxScrollBar *src;
7811 wxWindow *dest;
7812 src = (wxScrollBar *) ptr;
7813 dest = (wxWindow *) src;
7814 return (void *) dest;
7815 }
7816
7817 static void *SwigwxScrollBarTowxEvtHandler(void *ptr) {
7818 wxScrollBar *src;
7819 wxEvtHandler *dest;
7820 src = (wxScrollBar *) ptr;
7821 dest = (wxEvtHandler *) src;
7822 return (void *) dest;
7823 }
7824
7825 static void *SwigwxScrollBarTowxObject(void *ptr) {
7826 wxScrollBar *src;
7827 wxObject *dest;
7828 src = (wxScrollBar *) ptr;
7829 dest = (wxObject *) src;
7830 return (void *) dest;
7831 }
7832
7833 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
7834 static PyObject *_wrap_new_wxScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
7835 PyObject * _resultobj;
7836 wxScrollBar * _result;
7837 wxWindow * _arg0;
7838 wxWindowID _arg1 = (wxWindowID ) -1;
7839 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
7840 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
7841 long _arg4 = (long ) wxSB_HORIZONTAL;
7842 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
7843 wxString * _arg6 = (wxString *) &wxPyScrollBarNameStr;
7844 PyObject * _argo0 = 0;
7845 wxPoint temp;
7846 PyObject * _obj2 = 0;
7847 wxSize temp0;
7848 PyObject * _obj3 = 0;
7849 PyObject * _argo5 = 0;
7850 PyObject * _obj6 = 0;
7851 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
7852 char _ptemp[128];
7853
7854 self = self;
7855 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlOO:new_wxScrollBar",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6))
7856 return NULL;
7857 if (_argo0) {
7858 if (_argo0 == Py_None) { _arg0 = NULL; }
7859 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
7860 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
7861 return NULL;
7862 }
7863 }
7864 if (_obj2)
7865 {
7866 _arg2 = &temp;
7867 if (! wxPoint_helper(_obj2, &_arg2))
7868 return NULL;
7869 }
7870 if (_obj3)
7871 {
7872 _arg3 = &temp0;
7873 if (! wxSize_helper(_obj3, &_arg3))
7874 return NULL;
7875 }
7876 if (_argo5) {
7877 if (_argo5 == Py_None) { _arg5 = NULL; }
7878 else if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
7879 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
7880 return NULL;
7881 }
7882 }
7883 if (_obj6)
7884 {
7885 _arg6 = wxString_in_helper(_obj6);
7886 if (_arg6 == NULL)
7887 return NULL;
7888 }
7889 {
7890 PyThreadState* __tstate = wxPyBeginAllowThreads();
7891 _result = (wxScrollBar *)new_wxScrollBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6);
7892
7893 wxPyEndAllowThreads(__tstate);
7894 if (PyErr_Occurred()) return NULL;
7895 } if (_result) {
7896 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
7897 _resultobj = Py_BuildValue("s",_ptemp);
7898 } else {
7899 Py_INCREF(Py_None);
7900 _resultobj = Py_None;
7901 }
7902 {
7903 if (_obj6)
7904 delete _arg6;
7905 }
7906 return _resultobj;
7907 }
7908
7909 #define new_wxPreScrollBar() (new wxScrollBar())
7910 static PyObject *_wrap_new_wxPreScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
7911 PyObject * _resultobj;
7912 wxScrollBar * _result;
7913 char *_kwnames[] = { NULL };
7914 char _ptemp[128];
7915
7916 self = self;
7917 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreScrollBar",_kwnames))
7918 return NULL;
7919 {
7920 PyThreadState* __tstate = wxPyBeginAllowThreads();
7921 _result = (wxScrollBar *)new_wxPreScrollBar();
7922
7923 wxPyEndAllowThreads(__tstate);
7924 if (PyErr_Occurred()) return NULL;
7925 } if (_result) {
7926 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
7927 _resultobj = Py_BuildValue("s",_ptemp);
7928 } else {
7929 Py_INCREF(Py_None);
7930 _resultobj = Py_None;
7931 }
7932 return _resultobj;
7933 }
7934
7935 #define wxScrollBar_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
7936 static PyObject *_wrap_wxScrollBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
7937 PyObject * _resultobj;
7938 bool _result;
7939 wxScrollBar * _arg0;
7940 wxWindow * _arg1;
7941 wxWindowID _arg2 = (wxWindowID ) -1;
7942 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
7943 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
7944 long _arg5 = (long ) wxSB_HORIZONTAL;
7945 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
7946 wxString * _arg7 = (wxString *) &wxPyScrollBarNameStr;
7947 PyObject * _argo0 = 0;
7948 PyObject * _argo1 = 0;
7949 wxPoint temp;
7950 PyObject * _obj3 = 0;
7951 wxSize temp0;
7952 PyObject * _obj4 = 0;
7953 PyObject * _argo6 = 0;
7954 PyObject * _obj7 = 0;
7955 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
7956
7957 self = self;
7958 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlOO:wxScrollBar_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
7959 return NULL;
7960 if (_argo0) {
7961 if (_argo0 == Py_None) { _arg0 = NULL; }
7962 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
7963 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_Create. Expected _wxScrollBar_p.");
7964 return NULL;
7965 }
7966 }
7967 if (_argo1) {
7968 if (_argo1 == Py_None) { _arg1 = NULL; }
7969 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
7970 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxScrollBar_Create. Expected _wxWindow_p.");
7971 return NULL;
7972 }
7973 }
7974 if (_obj3)
7975 {
7976 _arg3 = &temp;
7977 if (! wxPoint_helper(_obj3, &_arg3))
7978 return NULL;
7979 }
7980 if (_obj4)
7981 {
7982 _arg4 = &temp0;
7983 if (! wxSize_helper(_obj4, &_arg4))
7984 return NULL;
7985 }
7986 if (_argo6) {
7987 if (_argo6 == Py_None) { _arg6 = NULL; }
7988 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
7989 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxScrollBar_Create. Expected _wxValidator_p.");
7990 return NULL;
7991 }
7992 }
7993 if (_obj7)
7994 {
7995 _arg7 = wxString_in_helper(_obj7);
7996 if (_arg7 == NULL)
7997 return NULL;
7998 }
7999 {
8000 PyThreadState* __tstate = wxPyBeginAllowThreads();
8001 _result = (bool )wxScrollBar_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
8002
8003 wxPyEndAllowThreads(__tstate);
8004 if (PyErr_Occurred()) return NULL;
8005 } _resultobj = Py_BuildValue("i",_result);
8006 {
8007 if (_obj7)
8008 delete _arg7;
8009 }
8010 return _resultobj;
8011 }
8012
8013 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
8014 static PyObject *_wrap_wxScrollBar_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8015 PyObject * _resultobj;
8016 int _result;
8017 wxScrollBar * _arg0;
8018 PyObject * _argo0 = 0;
8019 char *_kwnames[] = { "self", NULL };
8020
8021 self = self;
8022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetRange",_kwnames,&_argo0))
8023 return NULL;
8024 if (_argo0) {
8025 if (_argo0 == Py_None) { _arg0 = NULL; }
8026 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8027 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
8028 return NULL;
8029 }
8030 }
8031 {
8032 PyThreadState* __tstate = wxPyBeginAllowThreads();
8033 _result = (int )wxScrollBar_GetRange(_arg0);
8034
8035 wxPyEndAllowThreads(__tstate);
8036 if (PyErr_Occurred()) return NULL;
8037 } _resultobj = Py_BuildValue("i",_result);
8038 return _resultobj;
8039 }
8040
8041 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
8042 static PyObject *_wrap_wxScrollBar_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8043 PyObject * _resultobj;
8044 int _result;
8045 wxScrollBar * _arg0;
8046 PyObject * _argo0 = 0;
8047 char *_kwnames[] = { "self", NULL };
8048
8049 self = self;
8050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetPageSize",_kwnames,&_argo0))
8051 return NULL;
8052 if (_argo0) {
8053 if (_argo0 == Py_None) { _arg0 = NULL; }
8054 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8055 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
8056 return NULL;
8057 }
8058 }
8059 {
8060 PyThreadState* __tstate = wxPyBeginAllowThreads();
8061 _result = (int )wxScrollBar_GetPageSize(_arg0);
8062
8063 wxPyEndAllowThreads(__tstate);
8064 if (PyErr_Occurred()) return NULL;
8065 } _resultobj = Py_BuildValue("i",_result);
8066 return _resultobj;
8067 }
8068
8069 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
8070 static PyObject *_wrap_wxScrollBar_GetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8071 PyObject * _resultobj;
8072 int _result;
8073 wxScrollBar * _arg0;
8074 PyObject * _argo0 = 0;
8075 char *_kwnames[] = { "self", NULL };
8076
8077 self = self;
8078 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbPosition",_kwnames,&_argo0))
8079 return NULL;
8080 if (_argo0) {
8081 if (_argo0 == Py_None) { _arg0 = NULL; }
8082 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8083 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
8084 return NULL;
8085 }
8086 }
8087 {
8088 PyThreadState* __tstate = wxPyBeginAllowThreads();
8089 _result = (int )wxScrollBar_GetThumbPosition(_arg0);
8090
8091 wxPyEndAllowThreads(__tstate);
8092 if (PyErr_Occurred()) return NULL;
8093 } _resultobj = Py_BuildValue("i",_result);
8094 return _resultobj;
8095 }
8096
8097 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
8098 static PyObject *_wrap_wxScrollBar_GetThumbSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8099 PyObject * _resultobj;
8100 int _result;
8101 wxScrollBar * _arg0;
8102 PyObject * _argo0 = 0;
8103 char *_kwnames[] = { "self", NULL };
8104
8105 self = self;
8106 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbSize",_kwnames,&_argo0))
8107 return NULL;
8108 if (_argo0) {
8109 if (_argo0 == Py_None) { _arg0 = NULL; }
8110 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8111 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
8112 return NULL;
8113 }
8114 }
8115 {
8116 PyThreadState* __tstate = wxPyBeginAllowThreads();
8117 _result = (int )wxScrollBar_GetThumbSize(_arg0);
8118
8119 wxPyEndAllowThreads(__tstate);
8120 if (PyErr_Occurred()) return NULL;
8121 } _resultobj = Py_BuildValue("i",_result);
8122 return _resultobj;
8123 }
8124
8125 #define wxScrollBar_IsVertical(_swigobj) (_swigobj->IsVertical())
8126 static PyObject *_wrap_wxScrollBar_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
8127 PyObject * _resultobj;
8128 bool _result;
8129 wxScrollBar * _arg0;
8130 PyObject * _argo0 = 0;
8131 char *_kwnames[] = { "self", NULL };
8132
8133 self = self;
8134 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_IsVertical",_kwnames,&_argo0))
8135 return NULL;
8136 if (_argo0) {
8137 if (_argo0 == Py_None) { _arg0 = NULL; }
8138 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8139 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_IsVertical. Expected _wxScrollBar_p.");
8140 return NULL;
8141 }
8142 }
8143 {
8144 PyThreadState* __tstate = wxPyBeginAllowThreads();
8145 _result = (bool )wxScrollBar_IsVertical(_arg0);
8146
8147 wxPyEndAllowThreads(__tstate);
8148 if (PyErr_Occurred()) return NULL;
8149 } _resultobj = Py_BuildValue("i",_result);
8150 return _resultobj;
8151 }
8152
8153 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
8154 static PyObject *_wrap_wxScrollBar_SetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8155 PyObject * _resultobj;
8156 wxScrollBar * _arg0;
8157 int _arg1;
8158 PyObject * _argo0 = 0;
8159 char *_kwnames[] = { "self","viewStart", NULL };
8160
8161 self = self;
8162 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxScrollBar_SetThumbPosition",_kwnames,&_argo0,&_arg1))
8163 return NULL;
8164 if (_argo0) {
8165 if (_argo0 == Py_None) { _arg0 = NULL; }
8166 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8167 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
8168 return NULL;
8169 }
8170 }
8171 {
8172 PyThreadState* __tstate = wxPyBeginAllowThreads();
8173 wxScrollBar_SetThumbPosition(_arg0,_arg1);
8174
8175 wxPyEndAllowThreads(__tstate);
8176 if (PyErr_Occurred()) return NULL;
8177 } Py_INCREF(Py_None);
8178 _resultobj = Py_None;
8179 return _resultobj;
8180 }
8181
8182 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8183 static PyObject *_wrap_wxScrollBar_SetScrollbar(PyObject *self, PyObject *args, PyObject *kwargs) {
8184 PyObject * _resultobj;
8185 wxScrollBar * _arg0;
8186 int _arg1;
8187 int _arg2;
8188 int _arg3;
8189 int _arg4;
8190 bool _arg5 = (bool ) TRUE;
8191 PyObject * _argo0 = 0;
8192 int tempbool5 = (int) TRUE;
8193 char *_kwnames[] = { "self","position","thumbSize","range","pageSize","refresh", NULL };
8194
8195 self = self;
8196 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&tempbool5))
8197 return NULL;
8198 if (_argo0) {
8199 if (_argo0 == Py_None) { _arg0 = NULL; }
8200 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8201 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
8202 return NULL;
8203 }
8204 }
8205 _arg5 = (bool ) tempbool5;
8206 {
8207 PyThreadState* __tstate = wxPyBeginAllowThreads();
8208 wxScrollBar_SetScrollbar(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
8209
8210 wxPyEndAllowThreads(__tstate);
8211 if (PyErr_Occurred()) return NULL;
8212 } Py_INCREF(Py_None);
8213 _resultobj = Py_None;
8214 return _resultobj;
8215 }
8216
8217 static void *SwigwxSpinButtonTowxControl(void *ptr) {
8218 wxSpinButton *src;
8219 wxControl *dest;
8220 src = (wxSpinButton *) ptr;
8221 dest = (wxControl *) src;
8222 return (void *) dest;
8223 }
8224
8225 static void *SwigwxSpinButtonTowxWindow(void *ptr) {
8226 wxSpinButton *src;
8227 wxWindow *dest;
8228 src = (wxSpinButton *) ptr;
8229 dest = (wxWindow *) src;
8230 return (void *) dest;
8231 }
8232
8233 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr) {
8234 wxSpinButton *src;
8235 wxEvtHandler *dest;
8236 src = (wxSpinButton *) ptr;
8237 dest = (wxEvtHandler *) src;
8238 return (void *) dest;
8239 }
8240
8241 static void *SwigwxSpinButtonTowxObject(void *ptr) {
8242 wxSpinButton *src;
8243 wxObject *dest;
8244 src = (wxSpinButton *) ptr;
8245 dest = (wxObject *) src;
8246 return (void *) dest;
8247 }
8248
8249 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8250 static PyObject *_wrap_new_wxSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
8251 PyObject * _resultobj;
8252 wxSpinButton * _result;
8253 wxWindow * _arg0;
8254 wxWindowID _arg1 = (wxWindowID ) -1;
8255 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
8256 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
8257 long _arg4 = (long ) wxSP_HORIZONTAL;
8258 wxString * _arg5 = (wxString *) &wxPySPIN_BUTTON_NAME;
8259 PyObject * _argo0 = 0;
8260 wxPoint temp;
8261 PyObject * _obj2 = 0;
8262 wxSize temp0;
8263 PyObject * _obj3 = 0;
8264 PyObject * _obj5 = 0;
8265 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
8266 char _ptemp[128];
8267
8268 self = self;
8269 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlO:new_wxSpinButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5))
8270 return NULL;
8271 if (_argo0) {
8272 if (_argo0 == Py_None) { _arg0 = NULL; }
8273 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8274 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
8275 return NULL;
8276 }
8277 }
8278 if (_obj2)
8279 {
8280 _arg2 = &temp;
8281 if (! wxPoint_helper(_obj2, &_arg2))
8282 return NULL;
8283 }
8284 if (_obj3)
8285 {
8286 _arg3 = &temp0;
8287 if (! wxSize_helper(_obj3, &_arg3))
8288 return NULL;
8289 }
8290 if (_obj5)
8291 {
8292 _arg5 = wxString_in_helper(_obj5);
8293 if (_arg5 == NULL)
8294 return NULL;
8295 }
8296 {
8297 PyThreadState* __tstate = wxPyBeginAllowThreads();
8298 _result = (wxSpinButton *)new_wxSpinButton(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5);
8299
8300 wxPyEndAllowThreads(__tstate);
8301 if (PyErr_Occurred()) return NULL;
8302 } if (_result) {
8303 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
8304 _resultobj = Py_BuildValue("s",_ptemp);
8305 } else {
8306 Py_INCREF(Py_None);
8307 _resultobj = Py_None;
8308 }
8309 {
8310 if (_obj5)
8311 delete _arg5;
8312 }
8313 return _resultobj;
8314 }
8315
8316 #define new_wxPreSpinButton() (new wxSpinButton())
8317 static PyObject *_wrap_new_wxPreSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
8318 PyObject * _resultobj;
8319 wxSpinButton * _result;
8320 char *_kwnames[] = { NULL };
8321 char _ptemp[128];
8322
8323 self = self;
8324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinButton",_kwnames))
8325 return NULL;
8326 {
8327 PyThreadState* __tstate = wxPyBeginAllowThreads();
8328 _result = (wxSpinButton *)new_wxPreSpinButton();
8329
8330 wxPyEndAllowThreads(__tstate);
8331 if (PyErr_Occurred()) return NULL;
8332 } if (_result) {
8333 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
8334 _resultobj = Py_BuildValue("s",_ptemp);
8335 } else {
8336 Py_INCREF(Py_None);
8337 _resultobj = Py_None;
8338 }
8339 return _resultobj;
8340 }
8341
8342 #define wxSpinButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8343 static PyObject *_wrap_wxSpinButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8344 PyObject * _resultobj;
8345 bool _result;
8346 wxSpinButton * _arg0;
8347 wxWindow * _arg1;
8348 wxWindowID _arg2 = (wxWindowID ) -1;
8349 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
8350 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
8351 long _arg5 = (long ) wxSP_HORIZONTAL;
8352 wxString * _arg6 = (wxString *) &wxPySPIN_BUTTON_NAME;
8353 PyObject * _argo0 = 0;
8354 PyObject * _argo1 = 0;
8355 wxPoint temp;
8356 PyObject * _obj3 = 0;
8357 wxSize temp0;
8358 PyObject * _obj4 = 0;
8359 PyObject * _obj6 = 0;
8360 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
8361
8362 self = self;
8363 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlO:wxSpinButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6))
8364 return NULL;
8365 if (_argo0) {
8366 if (_argo0 == Py_None) { _arg0 = NULL; }
8367 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8368 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_Create. Expected _wxSpinButton_p.");
8369 return NULL;
8370 }
8371 }
8372 if (_argo1) {
8373 if (_argo1 == Py_None) { _arg1 = NULL; }
8374 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
8375 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinButton_Create. Expected _wxWindow_p.");
8376 return NULL;
8377 }
8378 }
8379 if (_obj3)
8380 {
8381 _arg3 = &temp;
8382 if (! wxPoint_helper(_obj3, &_arg3))
8383 return NULL;
8384 }
8385 if (_obj4)
8386 {
8387 _arg4 = &temp0;
8388 if (! wxSize_helper(_obj4, &_arg4))
8389 return NULL;
8390 }
8391 if (_obj6)
8392 {
8393 _arg6 = wxString_in_helper(_obj6);
8394 if (_arg6 == NULL)
8395 return NULL;
8396 }
8397 {
8398 PyThreadState* __tstate = wxPyBeginAllowThreads();
8399 _result = (bool )wxSpinButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6);
8400
8401 wxPyEndAllowThreads(__tstate);
8402 if (PyErr_Occurred()) return NULL;
8403 } _resultobj = Py_BuildValue("i",_result);
8404 {
8405 if (_obj6)
8406 delete _arg6;
8407 }
8408 return _resultobj;
8409 }
8410
8411 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
8412 static PyObject *_wrap_wxSpinButton_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
8413 PyObject * _resultobj;
8414 int _result;
8415 wxSpinButton * _arg0;
8416 PyObject * _argo0 = 0;
8417 char *_kwnames[] = { "self", NULL };
8418
8419 self = self;
8420 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMax",_kwnames,&_argo0))
8421 return NULL;
8422 if (_argo0) {
8423 if (_argo0 == Py_None) { _arg0 = NULL; }
8424 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8425 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
8426 return NULL;
8427 }
8428 }
8429 {
8430 PyThreadState* __tstate = wxPyBeginAllowThreads();
8431 _result = (int )wxSpinButton_GetMax(_arg0);
8432
8433 wxPyEndAllowThreads(__tstate);
8434 if (PyErr_Occurred()) return NULL;
8435 } _resultobj = Py_BuildValue("i",_result);
8436 return _resultobj;
8437 }
8438
8439 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
8440 static PyObject *_wrap_wxSpinButton_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
8441 PyObject * _resultobj;
8442 int _result;
8443 wxSpinButton * _arg0;
8444 PyObject * _argo0 = 0;
8445 char *_kwnames[] = { "self", NULL };
8446
8447 self = self;
8448 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMin",_kwnames,&_argo0))
8449 return NULL;
8450 if (_argo0) {
8451 if (_argo0 == Py_None) { _arg0 = NULL; }
8452 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8453 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
8454 return NULL;
8455 }
8456 }
8457 {
8458 PyThreadState* __tstate = wxPyBeginAllowThreads();
8459 _result = (int )wxSpinButton_GetMin(_arg0);
8460
8461 wxPyEndAllowThreads(__tstate);
8462 if (PyErr_Occurred()) return NULL;
8463 } _resultobj = Py_BuildValue("i",_result);
8464 return _resultobj;
8465 }
8466
8467 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
8468 static PyObject *_wrap_wxSpinButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8469 PyObject * _resultobj;
8470 int _result;
8471 wxSpinButton * _arg0;
8472 PyObject * _argo0 = 0;
8473 char *_kwnames[] = { "self", NULL };
8474
8475 self = self;
8476 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetValue",_kwnames,&_argo0))
8477 return NULL;
8478 if (_argo0) {
8479 if (_argo0 == Py_None) { _arg0 = NULL; }
8480 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8481 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
8482 return NULL;
8483 }
8484 }
8485 {
8486 PyThreadState* __tstate = wxPyBeginAllowThreads();
8487 _result = (int )wxSpinButton_GetValue(_arg0);
8488
8489 wxPyEndAllowThreads(__tstate);
8490 if (PyErr_Occurred()) return NULL;
8491 } _resultobj = Py_BuildValue("i",_result);
8492 return _resultobj;
8493 }
8494
8495 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
8496 static PyObject *_wrap_wxSpinButton_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8497 PyObject * _resultobj;
8498 wxSpinButton * _arg0;
8499 int _arg1;
8500 int _arg2;
8501 PyObject * _argo0 = 0;
8502 char *_kwnames[] = { "self","min","max", NULL };
8503
8504 self = self;
8505 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinButton_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
8506 return NULL;
8507 if (_argo0) {
8508 if (_argo0 == Py_None) { _arg0 = NULL; }
8509 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8510 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
8511 return NULL;
8512 }
8513 }
8514 {
8515 PyThreadState* __tstate = wxPyBeginAllowThreads();
8516 wxSpinButton_SetRange(_arg0,_arg1,_arg2);
8517
8518 wxPyEndAllowThreads(__tstate);
8519 if (PyErr_Occurred()) return NULL;
8520 } Py_INCREF(Py_None);
8521 _resultobj = Py_None;
8522 return _resultobj;
8523 }
8524
8525 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
8526 static PyObject *_wrap_wxSpinButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
8527 PyObject * _resultobj;
8528 wxSpinButton * _arg0;
8529 int _arg1;
8530 PyObject * _argo0 = 0;
8531 char *_kwnames[] = { "self","value", NULL };
8532
8533 self = self;
8534 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinButton_SetValue",_kwnames,&_argo0,&_arg1))
8535 return NULL;
8536 if (_argo0) {
8537 if (_argo0 == Py_None) { _arg0 = NULL; }
8538 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
8539 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
8540 return NULL;
8541 }
8542 }
8543 {
8544 PyThreadState* __tstate = wxPyBeginAllowThreads();
8545 wxSpinButton_SetValue(_arg0,_arg1);
8546
8547 wxPyEndAllowThreads(__tstate);
8548 if (PyErr_Occurred()) return NULL;
8549 } Py_INCREF(Py_None);
8550 _resultobj = Py_None;
8551 return _resultobj;
8552 }
8553
8554 static void *SwigwxStaticBitmapTowxControl(void *ptr) {
8555 wxStaticBitmap *src;
8556 wxControl *dest;
8557 src = (wxStaticBitmap *) ptr;
8558 dest = (wxControl *) src;
8559 return (void *) dest;
8560 }
8561
8562 static void *SwigwxStaticBitmapTowxWindow(void *ptr) {
8563 wxStaticBitmap *src;
8564 wxWindow *dest;
8565 src = (wxStaticBitmap *) ptr;
8566 dest = (wxWindow *) src;
8567 return (void *) dest;
8568 }
8569
8570 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr) {
8571 wxStaticBitmap *src;
8572 wxEvtHandler *dest;
8573 src = (wxStaticBitmap *) ptr;
8574 dest = (wxEvtHandler *) src;
8575 return (void *) dest;
8576 }
8577
8578 static void *SwigwxStaticBitmapTowxObject(void *ptr) {
8579 wxStaticBitmap *src;
8580 wxObject *dest;
8581 src = (wxStaticBitmap *) ptr;
8582 dest = (wxObject *) src;
8583 return (void *) dest;
8584 }
8585
8586 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8587 static PyObject *_wrap_new_wxStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8588 PyObject * _resultobj;
8589 wxStaticBitmap * _result;
8590 wxWindow * _arg0;
8591 wxWindowID _arg1;
8592 wxBitmap * _arg2;
8593 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
8594 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
8595 long _arg5 = (long ) 0;
8596 wxString * _arg6 = (wxString *) &wxPyStaticBitmapNameStr;
8597 PyObject * _argo0 = 0;
8598 PyObject * _argo2 = 0;
8599 wxPoint temp;
8600 PyObject * _obj3 = 0;
8601 wxSize temp0;
8602 PyObject * _obj4 = 0;
8603 PyObject * _obj6 = 0;
8604 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","name", NULL };
8605 char _ptemp[128];
8606
8607 self = self;
8608 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticBitmap",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_obj6))
8609 return NULL;
8610 if (_argo0) {
8611 if (_argo0 == Py_None) { _arg0 = NULL; }
8612 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8613 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
8614 return NULL;
8615 }
8616 }
8617 if (_argo2) {
8618 if (_argo2 == Py_None) { _arg2 = NULL; }
8619 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
8620 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
8621 return NULL;
8622 }
8623 }
8624 if (_obj3)
8625 {
8626 _arg3 = &temp;
8627 if (! wxPoint_helper(_obj3, &_arg3))
8628 return NULL;
8629 }
8630 if (_obj4)
8631 {
8632 _arg4 = &temp0;
8633 if (! wxSize_helper(_obj4, &_arg4))
8634 return NULL;
8635 }
8636 if (_obj6)
8637 {
8638 _arg6 = wxString_in_helper(_obj6);
8639 if (_arg6 == NULL)
8640 return NULL;
8641 }
8642 {
8643 PyThreadState* __tstate = wxPyBeginAllowThreads();
8644 _result = (wxStaticBitmap *)new_wxStaticBitmap(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
8645
8646 wxPyEndAllowThreads(__tstate);
8647 if (PyErr_Occurred()) return NULL;
8648 } if (_result) {
8649 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
8650 _resultobj = Py_BuildValue("s",_ptemp);
8651 } else {
8652 Py_INCREF(Py_None);
8653 _resultobj = Py_None;
8654 }
8655 {
8656 if (_obj6)
8657 delete _arg6;
8658 }
8659 return _resultobj;
8660 }
8661
8662 #define new_wxPreStaticBitmap() (new wxStaticBitmap())
8663 static PyObject *_wrap_new_wxPreStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8664 PyObject * _resultobj;
8665 wxStaticBitmap * _result;
8666 char *_kwnames[] = { NULL };
8667 char _ptemp[128];
8668
8669 self = self;
8670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBitmap",_kwnames))
8671 return NULL;
8672 {
8673 PyThreadState* __tstate = wxPyBeginAllowThreads();
8674 _result = (wxStaticBitmap *)new_wxPreStaticBitmap();
8675
8676 wxPyEndAllowThreads(__tstate);
8677 if (PyErr_Occurred()) return NULL;
8678 } if (_result) {
8679 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
8680 _resultobj = Py_BuildValue("s",_ptemp);
8681 } else {
8682 Py_INCREF(Py_None);
8683 _resultobj = Py_None;
8684 }
8685 return _resultobj;
8686 }
8687
8688 #define wxStaticBitmap_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8689 static PyObject *_wrap_wxStaticBitmap_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8690 PyObject * _resultobj;
8691 bool _result;
8692 wxStaticBitmap * _arg0;
8693 wxWindow * _arg1;
8694 wxWindowID _arg2;
8695 wxBitmap * _arg3;
8696 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
8697 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
8698 long _arg6 = (long ) 0;
8699 wxString * _arg7 = (wxString *) &wxPyStaticBitmapNameStr;
8700 PyObject * _argo0 = 0;
8701 PyObject * _argo1 = 0;
8702 PyObject * _argo3 = 0;
8703 wxPoint temp;
8704 PyObject * _obj4 = 0;
8705 wxSize temp0;
8706 PyObject * _obj5 = 0;
8707 PyObject * _obj7 = 0;
8708 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","name", NULL };
8709
8710 self = self;
8711 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticBitmap_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_obj7))
8712 return NULL;
8713 if (_argo0) {
8714 if (_argo0 == Py_None) { _arg0 = NULL; }
8715 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8716 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_Create. Expected _wxStaticBitmap_p.");
8717 return NULL;
8718 }
8719 }
8720 if (_argo1) {
8721 if (_argo1 == Py_None) { _arg1 = NULL; }
8722 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
8723 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_Create. Expected _wxWindow_p.");
8724 return NULL;
8725 }
8726 }
8727 if (_argo3) {
8728 if (_argo3 == Py_None) { _arg3 = NULL; }
8729 else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
8730 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxStaticBitmap_Create. Expected _wxBitmap_p.");
8731 return NULL;
8732 }
8733 }
8734 if (_obj4)
8735 {
8736 _arg4 = &temp;
8737 if (! wxPoint_helper(_obj4, &_arg4))
8738 return NULL;
8739 }
8740 if (_obj5)
8741 {
8742 _arg5 = &temp0;
8743 if (! wxSize_helper(_obj5, &_arg5))
8744 return NULL;
8745 }
8746 if (_obj7)
8747 {
8748 _arg7 = wxString_in_helper(_obj7);
8749 if (_arg7 == NULL)
8750 return NULL;
8751 }
8752 {
8753 PyThreadState* __tstate = wxPyBeginAllowThreads();
8754 _result = (bool )wxStaticBitmap_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
8755
8756 wxPyEndAllowThreads(__tstate);
8757 if (PyErr_Occurred()) return NULL;
8758 } _resultobj = Py_BuildValue("i",_result);
8759 {
8760 if (_obj7)
8761 delete _arg7;
8762 }
8763 return _resultobj;
8764 }
8765
8766 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
8767 static PyObject *_wrap_wxStaticBitmap_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8768 PyObject * _resultobj;
8769 wxBitmap * _result;
8770 wxStaticBitmap * _arg0;
8771 PyObject * _argo0 = 0;
8772 char *_kwnames[] = { "self", NULL };
8773 char _ptemp[128];
8774
8775 self = self;
8776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticBitmap_GetBitmap",_kwnames,&_argo0))
8777 return NULL;
8778 if (_argo0) {
8779 if (_argo0 == Py_None) { _arg0 = NULL; }
8780 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8781 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
8782 return NULL;
8783 }
8784 }
8785 {
8786 PyThreadState* __tstate = wxPyBeginAllowThreads();
8787 _result = new wxBitmap (wxStaticBitmap_GetBitmap(_arg0));
8788
8789 wxPyEndAllowThreads(__tstate);
8790 if (PyErr_Occurred()) return NULL;
8791 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
8792 _resultobj = Py_BuildValue("s",_ptemp);
8793 return _resultobj;
8794 }
8795
8796 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
8797 static PyObject *_wrap_wxStaticBitmap_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
8798 PyObject * _resultobj;
8799 wxStaticBitmap * _arg0;
8800 wxBitmap * _arg1;
8801 PyObject * _argo0 = 0;
8802 PyObject * _argo1 = 0;
8803 char *_kwnames[] = { "self","bitmap", NULL };
8804
8805 self = self;
8806 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetBitmap",_kwnames,&_argo0,&_argo1))
8807 return NULL;
8808 if (_argo0) {
8809 if (_argo0 == Py_None) { _arg0 = NULL; }
8810 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8811 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
8812 return NULL;
8813 }
8814 }
8815 if (_argo1) {
8816 if (_argo1 == Py_None) { _arg1 = NULL; }
8817 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
8818 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
8819 return NULL;
8820 }
8821 }
8822 {
8823 PyThreadState* __tstate = wxPyBeginAllowThreads();
8824 wxStaticBitmap_SetBitmap(_arg0,*_arg1);
8825
8826 wxPyEndAllowThreads(__tstate);
8827 if (PyErr_Occurred()) return NULL;
8828 } Py_INCREF(Py_None);
8829 _resultobj = Py_None;
8830 return _resultobj;
8831 }
8832
8833 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
8834 static PyObject *_wrap_wxStaticBitmap_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
8835 PyObject * _resultobj;
8836 wxStaticBitmap * _arg0;
8837 wxIcon * _arg1;
8838 PyObject * _argo0 = 0;
8839 PyObject * _argo1 = 0;
8840 char *_kwnames[] = { "self","icon", NULL };
8841
8842 self = self;
8843 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetIcon",_kwnames,&_argo0,&_argo1))
8844 return NULL;
8845 if (_argo0) {
8846 if (_argo0 == Py_None) { _arg0 = NULL; }
8847 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
8848 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
8849 return NULL;
8850 }
8851 }
8852 if (_argo1) {
8853 if (_argo1 == Py_None) { _arg1 = NULL; }
8854 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxIcon_p")) {
8855 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
8856 return NULL;
8857 }
8858 }
8859 {
8860 PyThreadState* __tstate = wxPyBeginAllowThreads();
8861 wxStaticBitmap_SetIcon(_arg0,*_arg1);
8862
8863 wxPyEndAllowThreads(__tstate);
8864 if (PyErr_Occurred()) return NULL;
8865 } Py_INCREF(Py_None);
8866 _resultobj = Py_None;
8867 return _resultobj;
8868 }
8869
8870 static void *SwigwxRadioBoxTowxControl(void *ptr) {
8871 wxRadioBox *src;
8872 wxControl *dest;
8873 src = (wxRadioBox *) ptr;
8874 dest = (wxControl *) src;
8875 return (void *) dest;
8876 }
8877
8878 static void *SwigwxRadioBoxTowxWindow(void *ptr) {
8879 wxRadioBox *src;
8880 wxWindow *dest;
8881 src = (wxRadioBox *) ptr;
8882 dest = (wxWindow *) src;
8883 return (void *) dest;
8884 }
8885
8886 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr) {
8887 wxRadioBox *src;
8888 wxEvtHandler *dest;
8889 src = (wxRadioBox *) ptr;
8890 dest = (wxEvtHandler *) src;
8891 return (void *) dest;
8892 }
8893
8894 static void *SwigwxRadioBoxTowxObject(void *ptr) {
8895 wxRadioBox *src;
8896 wxObject *dest;
8897 src = (wxRadioBox *) ptr;
8898 dest = (wxObject *) src;
8899 return (void *) dest;
8900 }
8901
8902 #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))
8903 static PyObject *_wrap_new_wxRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
8904 PyObject * _resultobj;
8905 wxRadioBox * _result;
8906 wxWindow * _arg0;
8907 wxWindowID _arg1;
8908 wxString * _arg2;
8909 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
8910 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
8911 int _arg5 = (int ) 0;
8912 wxString * _arg6 = (wxString *) NULL;
8913 int _arg7 = (int ) 0;
8914 long _arg8 = (long ) wxRA_HORIZONTAL;
8915 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
8916 wxString * _arg10 = (wxString *) &wxPyRadioBoxNameStr;
8917 PyObject * _argo0 = 0;
8918 PyObject * _obj2 = 0;
8919 wxPoint temp;
8920 PyObject * _obj3 = 0;
8921 wxSize temp0;
8922 PyObject * _obj4 = 0;
8923 PyObject * _obj6 = 0;
8924 PyObject * _argo9 = 0;
8925 PyObject * _obj10 = 0;
8926 char *_kwnames[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
8927 char _ptemp[128];
8928
8929 self = self;
8930 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOOilOO:new_wxRadioBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_obj6,&_arg7,&_arg8,&_argo9,&_obj10))
8931 return NULL;
8932 if (_argo0) {
8933 if (_argo0 == Py_None) { _arg0 = NULL; }
8934 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8935 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
8936 return NULL;
8937 }
8938 }
8939 {
8940 _arg2 = wxString_in_helper(_obj2);
8941 if (_arg2 == NULL)
8942 return NULL;
8943 }
8944 if (_obj3)
8945 {
8946 _arg3 = &temp;
8947 if (! wxPoint_helper(_obj3, &_arg3))
8948 return NULL;
8949 }
8950 if (_obj4)
8951 {
8952 _arg4 = &temp0;
8953 if (! wxSize_helper(_obj4, &_arg4))
8954 return NULL;
8955 }
8956 if (_obj6)
8957 {
8958 _arg6 = wxString_LIST_helper(_obj6);
8959 if (_arg6 == NULL) {
8960 return NULL;
8961 }
8962 }
8963 if (_argo9) {
8964 if (_argo9 == Py_None) { _arg9 = NULL; }
8965 else if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
8966 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
8967 return NULL;
8968 }
8969 }
8970 if (_obj10)
8971 {
8972 _arg10 = wxString_in_helper(_obj10);
8973 if (_arg10 == NULL)
8974 return NULL;
8975 }
8976 {
8977 if (_obj6) {
8978 _arg5 = PyList_Size(_obj6);
8979 }
8980 else {
8981 _arg5 = 0;
8982 }
8983 }
8984 {
8985 PyThreadState* __tstate = wxPyBeginAllowThreads();
8986 _result = (wxRadioBox *)new_wxRadioBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,*_arg9,*_arg10);
8987
8988 wxPyEndAllowThreads(__tstate);
8989 if (PyErr_Occurred()) return NULL;
8990 } if (_result) {
8991 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
8992 _resultobj = Py_BuildValue("s",_ptemp);
8993 } else {
8994 Py_INCREF(Py_None);
8995 _resultobj = Py_None;
8996 }
8997 {
8998 if (_obj2)
8999 delete _arg2;
9000 }
9001 {
9002 delete [] _arg6;
9003 }
9004 {
9005 if (_obj10)
9006 delete _arg10;
9007 }
9008 return _resultobj;
9009 }
9010
9011 #define new_wxPreRadioBox() (new wxRadioBox())
9012 static PyObject *_wrap_new_wxPreRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
9013 PyObject * _resultobj;
9014 wxRadioBox * _result;
9015 char *_kwnames[] = { NULL };
9016 char _ptemp[128];
9017
9018 self = self;
9019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioBox",_kwnames))
9020 return NULL;
9021 {
9022 PyThreadState* __tstate = wxPyBeginAllowThreads();
9023 _result = (wxRadioBox *)new_wxPreRadioBox();
9024
9025 wxPyEndAllowThreads(__tstate);
9026 if (PyErr_Occurred()) return NULL;
9027 } if (_result) {
9028 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
9029 _resultobj = Py_BuildValue("s",_ptemp);
9030 } else {
9031 Py_INCREF(Py_None);
9032 _resultobj = Py_None;
9033 }
9034 return _resultobj;
9035 }
9036
9037 #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))
9038 static PyObject *_wrap_wxRadioBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9039 PyObject * _resultobj;
9040 bool _result;
9041 wxRadioBox * _arg0;
9042 wxWindow * _arg1;
9043 wxWindowID _arg2;
9044 wxString * _arg3;
9045 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
9046 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
9047 int _arg6 = (int ) 0;
9048 wxString * _arg7 = (wxString *) NULL;
9049 int _arg8 = (int ) 0;
9050 long _arg9 = (long ) wxRA_HORIZONTAL;
9051 wxValidator * _arg10 = (wxValidator *) &wxDefaultValidator;
9052 wxString * _arg11 = (wxString *) &wxPyRadioBoxNameStr;
9053 PyObject * _argo0 = 0;
9054 PyObject * _argo1 = 0;
9055 PyObject * _obj3 = 0;
9056 wxPoint temp;
9057 PyObject * _obj4 = 0;
9058 wxSize temp0;
9059 PyObject * _obj5 = 0;
9060 PyObject * _obj7 = 0;
9061 PyObject * _argo10 = 0;
9062 PyObject * _obj11 = 0;
9063 char *_kwnames[] = { "self","parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
9064
9065 self = self;
9066 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOOilOO:wxRadioBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_obj7,&_arg8,&_arg9,&_argo10,&_obj11))
9067 return NULL;
9068 if (_argo0) {
9069 if (_argo0 == Py_None) { _arg0 = NULL; }
9070 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9071 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Create. Expected _wxRadioBox_p.");
9072 return NULL;
9073 }
9074 }
9075 if (_argo1) {
9076 if (_argo1 == Py_None) { _arg1 = NULL; }
9077 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9078 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioBox_Create. Expected _wxWindow_p.");
9079 return NULL;
9080 }
9081 }
9082 {
9083 _arg3 = wxString_in_helper(_obj3);
9084 if (_arg3 == NULL)
9085 return NULL;
9086 }
9087 if (_obj4)
9088 {
9089 _arg4 = &temp;
9090 if (! wxPoint_helper(_obj4, &_arg4))
9091 return NULL;
9092 }
9093 if (_obj5)
9094 {
9095 _arg5 = &temp0;
9096 if (! wxSize_helper(_obj5, &_arg5))
9097 return NULL;
9098 }
9099 if (_obj7)
9100 {
9101 _arg7 = wxString_LIST_helper(_obj7);
9102 if (_arg7 == NULL) {
9103 return NULL;
9104 }
9105 }
9106 if (_argo10) {
9107 if (_argo10 == Py_None) { _arg10 = NULL; }
9108 else if (SWIG_GetPtrObj(_argo10,(void **) &_arg10,"_wxValidator_p")) {
9109 PyErr_SetString(PyExc_TypeError,"Type error in argument 11 of wxRadioBox_Create. Expected _wxValidator_p.");
9110 return NULL;
9111 }
9112 }
9113 if (_obj11)
9114 {
9115 _arg11 = wxString_in_helper(_obj11);
9116 if (_arg11 == NULL)
9117 return NULL;
9118 }
9119 {
9120 if (_obj7) {
9121 _arg6 = PyList_Size(_obj7);
9122 }
9123 else {
9124 _arg6 = 0;
9125 }
9126 }
9127 {
9128 PyThreadState* __tstate = wxPyBeginAllowThreads();
9129 _result = (bool )wxRadioBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,*_arg10,*_arg11);
9130
9131 wxPyEndAllowThreads(__tstate);
9132 if (PyErr_Occurred()) return NULL;
9133 } _resultobj = Py_BuildValue("i",_result);
9134 {
9135 if (_obj3)
9136 delete _arg3;
9137 }
9138 {
9139 delete [] _arg7;
9140 }
9141 {
9142 if (_obj11)
9143 delete _arg11;
9144 }
9145 return _resultobj;
9146 }
9147
9148 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
9149 static PyObject *_wrap_wxRadioBox_Enable(PyObject *self, PyObject *args, PyObject *kwargs) {
9150 PyObject * _resultobj;
9151 wxRadioBox * _arg0;
9152 bool _arg1;
9153 PyObject * _argo0 = 0;
9154 int tempbool1;
9155 char *_kwnames[] = { "self","enable", NULL };
9156
9157 self = self;
9158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Enable",_kwnames,&_argo0,&tempbool1))
9159 return NULL;
9160 if (_argo0) {
9161 if (_argo0 == Py_None) { _arg0 = NULL; }
9162 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9163 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
9164 return NULL;
9165 }
9166 }
9167 _arg1 = (bool ) tempbool1;
9168 {
9169 PyThreadState* __tstate = wxPyBeginAllowThreads();
9170 wxRadioBox_Enable(_arg0,_arg1);
9171
9172 wxPyEndAllowThreads(__tstate);
9173 if (PyErr_Occurred()) return NULL;
9174 } Py_INCREF(Py_None);
9175 _resultobj = Py_None;
9176 return _resultobj;
9177 }
9178
9179 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
9180 static PyObject *_wrap_wxRadioBox_EnableItem(PyObject *self, PyObject *args, PyObject *kwargs) {
9181 PyObject * _resultobj;
9182 wxRadioBox * _arg0;
9183 int _arg1;
9184 bool _arg2;
9185 PyObject * _argo0 = 0;
9186 int tempbool2;
9187 char *_kwnames[] = { "self","n","enable", NULL };
9188
9189 self = self;
9190 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_EnableItem",_kwnames,&_argo0,&_arg1,&tempbool2))
9191 return NULL;
9192 if (_argo0) {
9193 if (_argo0 == Py_None) { _arg0 = NULL; }
9194 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9195 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
9196 return NULL;
9197 }
9198 }
9199 _arg2 = (bool ) tempbool2;
9200 {
9201 PyThreadState* __tstate = wxPyBeginAllowThreads();
9202 wxRadioBox_EnableItem(_arg0,_arg1,_arg2);
9203
9204 wxPyEndAllowThreads(__tstate);
9205 if (PyErr_Occurred()) return NULL;
9206 } Py_INCREF(Py_None);
9207 _resultobj = Py_None;
9208 return _resultobj;
9209 }
9210
9211 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
9212 static PyObject *_wrap_wxRadioBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
9213 PyObject * _resultobj;
9214 int _result;
9215 wxRadioBox * _arg0;
9216 wxString * _arg1;
9217 PyObject * _argo0 = 0;
9218 PyObject * _obj1 = 0;
9219 char *_kwnames[] = { "self","string", NULL };
9220
9221 self = self;
9222 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_FindString",_kwnames,&_argo0,&_obj1))
9223 return NULL;
9224 if (_argo0) {
9225 if (_argo0 == Py_None) { _arg0 = NULL; }
9226 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9227 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
9228 return NULL;
9229 }
9230 }
9231 {
9232 _arg1 = wxString_in_helper(_obj1);
9233 if (_arg1 == NULL)
9234 return NULL;
9235 }
9236 {
9237 PyThreadState* __tstate = wxPyBeginAllowThreads();
9238 _result = (int )wxRadioBox_FindString(_arg0,*_arg1);
9239
9240 wxPyEndAllowThreads(__tstate);
9241 if (PyErr_Occurred()) return NULL;
9242 } _resultobj = Py_BuildValue("i",_result);
9243 {
9244 if (_obj1)
9245 delete _arg1;
9246 }
9247 return _resultobj;
9248 }
9249
9250 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
9251 static PyObject *_wrap_wxRadioBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
9252 PyObject * _resultobj;
9253 wxString * _result;
9254 wxRadioBox * _arg0;
9255 int _arg1;
9256 PyObject * _argo0 = 0;
9257 char *_kwnames[] = { "self","n", NULL };
9258
9259 self = self;
9260 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_GetString",_kwnames,&_argo0,&_arg1))
9261 return NULL;
9262 if (_argo0) {
9263 if (_argo0 == Py_None) { _arg0 = NULL; }
9264 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9265 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
9266 return NULL;
9267 }
9268 }
9269 {
9270 PyThreadState* __tstate = wxPyBeginAllowThreads();
9271 _result = new wxString (wxRadioBox_GetString(_arg0,_arg1));
9272
9273 wxPyEndAllowThreads(__tstate);
9274 if (PyErr_Occurred()) return NULL;
9275 }{
9276 #if wxUSE_UNICODE
9277 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
9278 #else
9279 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
9280 #endif
9281 }
9282 {
9283 delete _result;
9284 }
9285 return _resultobj;
9286 }
9287
9288 #define wxRadioBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
9289 static PyObject *_wrap_wxRadioBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
9290 PyObject * _resultobj;
9291 wxRadioBox * _arg0;
9292 int _arg1;
9293 wxString * _arg2;
9294 PyObject * _argo0 = 0;
9295 PyObject * _obj2 = 0;
9296 char *_kwnames[] = { "self","n","label", NULL };
9297
9298 self = self;
9299 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxRadioBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
9300 return NULL;
9301 if (_argo0) {
9302 if (_argo0 == Py_None) { _arg0 = NULL; }
9303 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9304 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetString. Expected _wxRadioBox_p.");
9305 return NULL;
9306 }
9307 }
9308 {
9309 _arg2 = wxString_in_helper(_obj2);
9310 if (_arg2 == NULL)
9311 return NULL;
9312 }
9313 {
9314 PyThreadState* __tstate = wxPyBeginAllowThreads();
9315 wxRadioBox_SetString(_arg0,_arg1,*_arg2);
9316
9317 wxPyEndAllowThreads(__tstate);
9318 if (PyErr_Occurred()) return NULL;
9319 } Py_INCREF(Py_None);
9320 _resultobj = Py_None;
9321 {
9322 if (_obj2)
9323 delete _arg2;
9324 }
9325 return _resultobj;
9326 }
9327
9328 #define wxRadioBox_GetColumnCount(_swigobj) (_swigobj->GetColumnCount())
9329 static PyObject *_wrap_wxRadioBox_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
9330 PyObject * _resultobj;
9331 int _result;
9332 wxRadioBox * _arg0;
9333 PyObject * _argo0 = 0;
9334 char *_kwnames[] = { "self", NULL };
9335
9336 self = self;
9337 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetColumnCount",_kwnames,&_argo0))
9338 return NULL;
9339 if (_argo0) {
9340 if (_argo0 == Py_None) { _arg0 = NULL; }
9341 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9342 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetColumnCount. Expected _wxRadioBox_p.");
9343 return NULL;
9344 }
9345 }
9346 {
9347 PyThreadState* __tstate = wxPyBeginAllowThreads();
9348 _result = (int )wxRadioBox_GetColumnCount(_arg0);
9349
9350 wxPyEndAllowThreads(__tstate);
9351 if (PyErr_Occurred()) return NULL;
9352 } _resultobj = Py_BuildValue("i",_result);
9353 return _resultobj;
9354 }
9355
9356 #define wxRadioBox_GetRowCount(_swigobj) (_swigobj->GetRowCount())
9357 static PyObject *_wrap_wxRadioBox_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
9358 PyObject * _resultobj;
9359 int _result;
9360 wxRadioBox * _arg0;
9361 PyObject * _argo0 = 0;
9362 char *_kwnames[] = { "self", NULL };
9363
9364 self = self;
9365 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetRowCount",_kwnames,&_argo0))
9366 return NULL;
9367 if (_argo0) {
9368 if (_argo0 == Py_None) { _arg0 = NULL; }
9369 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9370 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetRowCount. Expected _wxRadioBox_p.");
9371 return NULL;
9372 }
9373 }
9374 {
9375 PyThreadState* __tstate = wxPyBeginAllowThreads();
9376 _result = (int )wxRadioBox_GetRowCount(_arg0);
9377
9378 wxPyEndAllowThreads(__tstate);
9379 if (PyErr_Occurred()) return NULL;
9380 } _resultobj = Py_BuildValue("i",_result);
9381 return _resultobj;
9382 }
9383
9384 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
9385 static PyObject *_wrap_wxRadioBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
9386 PyObject * _resultobj;
9387 int _result;
9388 wxRadioBox * _arg0;
9389 PyObject * _argo0 = 0;
9390 char *_kwnames[] = { "self", NULL };
9391
9392 self = self;
9393 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetSelection",_kwnames,&_argo0))
9394 return NULL;
9395 if (_argo0) {
9396 if (_argo0 == Py_None) { _arg0 = NULL; }
9397 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9398 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
9399 return NULL;
9400 }
9401 }
9402 {
9403 PyThreadState* __tstate = wxPyBeginAllowThreads();
9404 _result = (int )wxRadioBox_GetSelection(_arg0);
9405
9406 wxPyEndAllowThreads(__tstate);
9407 if (PyErr_Occurred()) return NULL;
9408 } _resultobj = Py_BuildValue("i",_result);
9409 return _resultobj;
9410 }
9411
9412 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
9413 static PyObject *_wrap_wxRadioBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
9414 PyObject * _resultobj;
9415 wxString * _result;
9416 wxRadioBox * _arg0;
9417 PyObject * _argo0 = 0;
9418 char *_kwnames[] = { "self", NULL };
9419
9420 self = self;
9421 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetStringSelection",_kwnames,&_argo0))
9422 return NULL;
9423 if (_argo0) {
9424 if (_argo0 == Py_None) { _arg0 = NULL; }
9425 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9426 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
9427 return NULL;
9428 }
9429 }
9430 {
9431 PyThreadState* __tstate = wxPyBeginAllowThreads();
9432 _result = new wxString (wxRadioBox_GetStringSelection(_arg0));
9433
9434 wxPyEndAllowThreads(__tstate);
9435 if (PyErr_Occurred()) return NULL;
9436 }{
9437 #if wxUSE_UNICODE
9438 _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len());
9439 #else
9440 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
9441 #endif
9442 }
9443 {
9444 delete _result;
9445 }
9446 return _resultobj;
9447 }
9448
9449 #define wxRadioBox_GetCount(_swigobj) (_swigobj->GetCount())
9450 static PyObject *_wrap_wxRadioBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
9451 PyObject * _resultobj;
9452 int _result;
9453 wxRadioBox * _arg0;
9454 PyObject * _argo0 = 0;
9455 char *_kwnames[] = { "self", NULL };
9456
9457 self = self;
9458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetCount",_kwnames,&_argo0))
9459 return NULL;
9460 if (_argo0) {
9461 if (_argo0 == Py_None) { _arg0 = NULL; }
9462 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9463 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetCount. Expected _wxRadioBox_p.");
9464 return NULL;
9465 }
9466 }
9467 {
9468 PyThreadState* __tstate = wxPyBeginAllowThreads();
9469 _result = (int )wxRadioBox_GetCount(_arg0);
9470
9471 wxPyEndAllowThreads(__tstate);
9472 if (PyErr_Occurred()) return NULL;
9473 } _resultobj = Py_BuildValue("i",_result);
9474 return _resultobj;
9475 }
9476
9477 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
9478 static PyObject *_wrap_wxRadioBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
9479 PyObject * _resultobj;
9480 wxRadioBox * _arg0;
9481 int _arg1;
9482 PyObject * _argo0 = 0;
9483 char *_kwnames[] = { "self","n", NULL };
9484
9485 self = self;
9486 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_SetSelection",_kwnames,&_argo0,&_arg1))
9487 return NULL;
9488 if (_argo0) {
9489 if (_argo0 == Py_None) { _arg0 = NULL; }
9490 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9491 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
9492 return NULL;
9493 }
9494 }
9495 {
9496 PyThreadState* __tstate = wxPyBeginAllowThreads();
9497 wxRadioBox_SetSelection(_arg0,_arg1);
9498
9499 wxPyEndAllowThreads(__tstate);
9500 if (PyErr_Occurred()) return NULL;
9501 } Py_INCREF(Py_None);
9502 _resultobj = Py_None;
9503 return _resultobj;
9504 }
9505
9506 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
9507 static PyObject *_wrap_wxRadioBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
9508 PyObject * _resultobj;
9509 wxRadioBox * _arg0;
9510 wxString * _arg1;
9511 PyObject * _argo0 = 0;
9512 PyObject * _obj1 = 0;
9513 char *_kwnames[] = { "self","string", NULL };
9514
9515 self = self;
9516 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_SetStringSelection",_kwnames,&_argo0,&_obj1))
9517 return NULL;
9518 if (_argo0) {
9519 if (_argo0 == Py_None) { _arg0 = NULL; }
9520 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9521 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
9522 return NULL;
9523 }
9524 }
9525 {
9526 _arg1 = wxString_in_helper(_obj1);
9527 if (_arg1 == NULL)
9528 return NULL;
9529 }
9530 {
9531 PyThreadState* __tstate = wxPyBeginAllowThreads();
9532 wxRadioBox_SetStringSelection(_arg0,*_arg1);
9533
9534 wxPyEndAllowThreads(__tstate);
9535 if (PyErr_Occurred()) return NULL;
9536 } Py_INCREF(Py_None);
9537 _resultobj = Py_None;
9538 {
9539 if (_obj1)
9540 delete _arg1;
9541 }
9542 return _resultobj;
9543 }
9544
9545 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
9546 static PyObject *_wrap_wxRadioBox_Show(PyObject *self, PyObject *args, PyObject *kwargs) {
9547 PyObject * _resultobj;
9548 wxRadioBox * _arg0;
9549 bool _arg1;
9550 PyObject * _argo0 = 0;
9551 int tempbool1;
9552 char *_kwnames[] = { "self","show", NULL };
9553
9554 self = self;
9555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Show",_kwnames,&_argo0,&tempbool1))
9556 return NULL;
9557 if (_argo0) {
9558 if (_argo0 == Py_None) { _arg0 = NULL; }
9559 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9560 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
9561 return NULL;
9562 }
9563 }
9564 _arg1 = (bool ) tempbool1;
9565 {
9566 PyThreadState* __tstate = wxPyBeginAllowThreads();
9567 wxRadioBox_Show(_arg0,_arg1);
9568
9569 wxPyEndAllowThreads(__tstate);
9570 if (PyErr_Occurred()) return NULL;
9571 } Py_INCREF(Py_None);
9572 _resultobj = Py_None;
9573 return _resultobj;
9574 }
9575
9576 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
9577 static PyObject *_wrap_wxRadioBox_ShowItem(PyObject *self, PyObject *args, PyObject *kwargs) {
9578 PyObject * _resultobj;
9579 wxRadioBox * _arg0;
9580 int _arg1;
9581 bool _arg2;
9582 PyObject * _argo0 = 0;
9583 int tempbool2;
9584 char *_kwnames[] = { "self","item","show", NULL };
9585
9586 self = self;
9587 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_ShowItem",_kwnames,&_argo0,&_arg1,&tempbool2))
9588 return NULL;
9589 if (_argo0) {
9590 if (_argo0 == Py_None) { _arg0 = NULL; }
9591 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9592 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
9593 return NULL;
9594 }
9595 }
9596 _arg2 = (bool ) tempbool2;
9597 {
9598 PyThreadState* __tstate = wxPyBeginAllowThreads();
9599 wxRadioBox_ShowItem(_arg0,_arg1,_arg2);
9600
9601 wxPyEndAllowThreads(__tstate);
9602 if (PyErr_Occurred()) return NULL;
9603 } Py_INCREF(Py_None);
9604 _resultobj = Py_None;
9605 return _resultobj;
9606 }
9607
9608 static void *SwigwxRadioButtonTowxControl(void *ptr) {
9609 wxRadioButton *src;
9610 wxControl *dest;
9611 src = (wxRadioButton *) ptr;
9612 dest = (wxControl *) src;
9613 return (void *) dest;
9614 }
9615
9616 static void *SwigwxRadioButtonTowxWindow(void *ptr) {
9617 wxRadioButton *src;
9618 wxWindow *dest;
9619 src = (wxRadioButton *) ptr;
9620 dest = (wxWindow *) src;
9621 return (void *) dest;
9622 }
9623
9624 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr) {
9625 wxRadioButton *src;
9626 wxEvtHandler *dest;
9627 src = (wxRadioButton *) ptr;
9628 dest = (wxEvtHandler *) src;
9629 return (void *) dest;
9630 }
9631
9632 static void *SwigwxRadioButtonTowxObject(void *ptr) {
9633 wxRadioButton *src;
9634 wxObject *dest;
9635 src = (wxRadioButton *) ptr;
9636 dest = (wxObject *) src;
9637 return (void *) dest;
9638 }
9639
9640 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
9641 static PyObject *_wrap_new_wxRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9642 PyObject * _resultobj;
9643 wxRadioButton * _result;
9644 wxWindow * _arg0;
9645 wxWindowID _arg1;
9646 wxString * _arg2;
9647 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9648 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9649 long _arg5 = (long ) 0;
9650 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
9651 wxString * _arg7 = (wxString *) &wxPyRadioButtonNameStr;
9652 PyObject * _argo0 = 0;
9653 PyObject * _obj2 = 0;
9654 wxPoint temp;
9655 PyObject * _obj3 = 0;
9656 wxSize temp0;
9657 PyObject * _obj4 = 0;
9658 PyObject * _argo6 = 0;
9659 PyObject * _obj7 = 0;
9660 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
9661 char _ptemp[128];
9662
9663 self = self;
9664 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxRadioButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
9665 return NULL;
9666 if (_argo0) {
9667 if (_argo0 == Py_None) { _arg0 = NULL; }
9668 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9669 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
9670 return NULL;
9671 }
9672 }
9673 {
9674 _arg2 = wxString_in_helper(_obj2);
9675 if (_arg2 == NULL)
9676 return NULL;
9677 }
9678 if (_obj3)
9679 {
9680 _arg3 = &temp;
9681 if (! wxPoint_helper(_obj3, &_arg3))
9682 return NULL;
9683 }
9684 if (_obj4)
9685 {
9686 _arg4 = &temp0;
9687 if (! wxSize_helper(_obj4, &_arg4))
9688 return NULL;
9689 }
9690 if (_argo6) {
9691 if (_argo6 == Py_None) { _arg6 = NULL; }
9692 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
9693 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
9694 return NULL;
9695 }
9696 }
9697 if (_obj7)
9698 {
9699 _arg7 = wxString_in_helper(_obj7);
9700 if (_arg7 == NULL)
9701 return NULL;
9702 }
9703 {
9704 PyThreadState* __tstate = wxPyBeginAllowThreads();
9705 _result = (wxRadioButton *)new_wxRadioButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
9706
9707 wxPyEndAllowThreads(__tstate);
9708 if (PyErr_Occurred()) return NULL;
9709 } if (_result) {
9710 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
9711 _resultobj = Py_BuildValue("s",_ptemp);
9712 } else {
9713 Py_INCREF(Py_None);
9714 _resultobj = Py_None;
9715 }
9716 {
9717 if (_obj2)
9718 delete _arg2;
9719 }
9720 {
9721 if (_obj7)
9722 delete _arg7;
9723 }
9724 return _resultobj;
9725 }
9726
9727 #define new_wxPreRadioButton() (new wxRadioButton())
9728 static PyObject *_wrap_new_wxPreRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9729 PyObject * _resultobj;
9730 wxRadioButton * _result;
9731 char *_kwnames[] = { NULL };
9732 char _ptemp[128];
9733
9734 self = self;
9735 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioButton",_kwnames))
9736 return NULL;
9737 {
9738 PyThreadState* __tstate = wxPyBeginAllowThreads();
9739 _result = (wxRadioButton *)new_wxPreRadioButton();
9740
9741 wxPyEndAllowThreads(__tstate);
9742 if (PyErr_Occurred()) return NULL;
9743 } if (_result) {
9744 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
9745 _resultobj = Py_BuildValue("s",_ptemp);
9746 } else {
9747 Py_INCREF(Py_None);
9748 _resultobj = Py_None;
9749 }
9750 return _resultobj;
9751 }
9752
9753 #define wxRadioButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
9754 static PyObject *_wrap_wxRadioButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9755 PyObject * _resultobj;
9756 bool _result;
9757 wxRadioButton * _arg0;
9758 wxWindow * _arg1;
9759 wxWindowID _arg2;
9760 wxString * _arg3;
9761 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
9762 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
9763 long _arg6 = (long ) 0;
9764 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
9765 wxString * _arg8 = (wxString *) &wxPyRadioButtonNameStr;
9766 PyObject * _argo0 = 0;
9767 PyObject * _argo1 = 0;
9768 PyObject * _obj3 = 0;
9769 wxPoint temp;
9770 PyObject * _obj4 = 0;
9771 wxSize temp0;
9772 PyObject * _obj5 = 0;
9773 PyObject * _argo7 = 0;
9774 PyObject * _obj8 = 0;
9775 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
9776
9777 self = self;
9778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxRadioButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
9779 return NULL;
9780 if (_argo0) {
9781 if (_argo0 == Py_None) { _arg0 = NULL; }
9782 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
9783 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_Create. Expected _wxRadioButton_p.");
9784 return NULL;
9785 }
9786 }
9787 if (_argo1) {
9788 if (_argo1 == Py_None) { _arg1 = NULL; }
9789 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9790 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioButton_Create. Expected _wxWindow_p.");
9791 return NULL;
9792 }
9793 }
9794 {
9795 _arg3 = wxString_in_helper(_obj3);
9796 if (_arg3 == NULL)
9797 return NULL;
9798 }
9799 if (_obj4)
9800 {
9801 _arg4 = &temp;
9802 if (! wxPoint_helper(_obj4, &_arg4))
9803 return NULL;
9804 }
9805 if (_obj5)
9806 {
9807 _arg5 = &temp0;
9808 if (! wxSize_helper(_obj5, &_arg5))
9809 return NULL;
9810 }
9811 if (_argo7) {
9812 if (_argo7 == Py_None) { _arg7 = NULL; }
9813 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
9814 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxRadioButton_Create. Expected _wxValidator_p.");
9815 return NULL;
9816 }
9817 }
9818 if (_obj8)
9819 {
9820 _arg8 = wxString_in_helper(_obj8);
9821 if (_arg8 == NULL)
9822 return NULL;
9823 }
9824 {
9825 PyThreadState* __tstate = wxPyBeginAllowThreads();
9826 _result = (bool )wxRadioButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
9827
9828 wxPyEndAllowThreads(__tstate);
9829 if (PyErr_Occurred()) return NULL;
9830 } _resultobj = Py_BuildValue("i",_result);
9831 {
9832 if (_obj3)
9833 delete _arg3;
9834 }
9835 {
9836 if (_obj8)
9837 delete _arg8;
9838 }
9839 return _resultobj;
9840 }
9841
9842 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
9843 static PyObject *_wrap_wxRadioButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9844 PyObject * _resultobj;
9845 bool _result;
9846 wxRadioButton * _arg0;
9847 PyObject * _argo0 = 0;
9848 char *_kwnames[] = { "self", NULL };
9849
9850 self = self;
9851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioButton_GetValue",_kwnames,&_argo0))
9852 return NULL;
9853 if (_argo0) {
9854 if (_argo0 == Py_None) { _arg0 = NULL; }
9855 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
9856 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
9857 return NULL;
9858 }
9859 }
9860 {
9861 PyThreadState* __tstate = wxPyBeginAllowThreads();
9862 _result = (bool )wxRadioButton_GetValue(_arg0);
9863
9864 wxPyEndAllowThreads(__tstate);
9865 if (PyErr_Occurred()) return NULL;
9866 } _resultobj = Py_BuildValue("i",_result);
9867 return _resultobj;
9868 }
9869
9870 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
9871 static PyObject *_wrap_wxRadioButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9872 PyObject * _resultobj;
9873 wxRadioButton * _arg0;
9874 bool _arg1;
9875 PyObject * _argo0 = 0;
9876 int tempbool1;
9877 char *_kwnames[] = { "self","value", NULL };
9878
9879 self = self;
9880 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioButton_SetValue",_kwnames,&_argo0,&tempbool1))
9881 return NULL;
9882 if (_argo0) {
9883 if (_argo0 == Py_None) { _arg0 = NULL; }
9884 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
9885 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
9886 return NULL;
9887 }
9888 }
9889 _arg1 = (bool ) tempbool1;
9890 {
9891 PyThreadState* __tstate = wxPyBeginAllowThreads();
9892 wxRadioButton_SetValue(_arg0,_arg1);
9893
9894 wxPyEndAllowThreads(__tstate);
9895 if (PyErr_Occurred()) return NULL;
9896 } Py_INCREF(Py_None);
9897 _resultobj = Py_None;
9898 return _resultobj;
9899 }
9900
9901 static void *SwigwxSliderTowxControl(void *ptr) {
9902 wxSlider *src;
9903 wxControl *dest;
9904 src = (wxSlider *) ptr;
9905 dest = (wxControl *) src;
9906 return (void *) dest;
9907 }
9908
9909 static void *SwigwxSliderTowxWindow(void *ptr) {
9910 wxSlider *src;
9911 wxWindow *dest;
9912 src = (wxSlider *) ptr;
9913 dest = (wxWindow *) src;
9914 return (void *) dest;
9915 }
9916
9917 static void *SwigwxSliderTowxEvtHandler(void *ptr) {
9918 wxSlider *src;
9919 wxEvtHandler *dest;
9920 src = (wxSlider *) ptr;
9921 dest = (wxEvtHandler *) src;
9922 return (void *) dest;
9923 }
9924
9925 static void *SwigwxSliderTowxObject(void *ptr) {
9926 wxSlider *src;
9927 wxObject *dest;
9928 src = (wxSlider *) ptr;
9929 dest = (wxObject *) src;
9930 return (void *) dest;
9931 }
9932
9933 #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))
9934 static PyObject *_wrap_new_wxSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
9935 PyObject * _resultobj;
9936 wxSlider * _result;
9937 wxWindow * _arg0;
9938 wxWindowID _arg1;
9939 int _arg2;
9940 int _arg3;
9941 int _arg4;
9942 wxPoint * _arg5 = (wxPoint *) &wxDefaultPosition;
9943 wxSize * _arg6 = (wxSize *) &wxDefaultSize;
9944 long _arg7 = (long ) wxSL_HORIZONTAL;
9945 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
9946 wxString * _arg9 = (wxString *) &wxPySliderNameStr;
9947 PyObject * _argo0 = 0;
9948 wxPoint temp;
9949 PyObject * _obj5 = 0;
9950 wxSize temp0;
9951 PyObject * _obj6 = 0;
9952 PyObject * _argo8 = 0;
9953 PyObject * _obj9 = 0;
9954 char *_kwnames[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
9955 char _ptemp[128];
9956
9957 self = self;
9958 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|OOlOO:new_wxSlider",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&_obj5,&_obj6,&_arg7,&_argo8,&_obj9))
9959 return NULL;
9960 if (_argo0) {
9961 if (_argo0 == Py_None) { _arg0 = NULL; }
9962 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9963 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
9964 return NULL;
9965 }
9966 }
9967 if (_obj5)
9968 {
9969 _arg5 = &temp;
9970 if (! wxPoint_helper(_obj5, &_arg5))
9971 return NULL;
9972 }
9973 if (_obj6)
9974 {
9975 _arg6 = &temp0;
9976 if (! wxSize_helper(_obj6, &_arg6))
9977 return NULL;
9978 }
9979 if (_argo8) {
9980 if (_argo8 == Py_None) { _arg8 = NULL; }
9981 else if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
9982 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
9983 return NULL;
9984 }
9985 }
9986 if (_obj9)
9987 {
9988 _arg9 = wxString_in_helper(_obj9);
9989 if (_arg9 == NULL)
9990 return NULL;
9991 }
9992 {
9993 PyThreadState* __tstate = wxPyBeginAllowThreads();
9994 _result = (wxSlider *)new_wxSlider(_arg0,_arg1,_arg2,_arg3,_arg4,*_arg5,*_arg6,_arg7,*_arg8,*_arg9);
9995
9996 wxPyEndAllowThreads(__tstate);
9997 if (PyErr_Occurred()) return NULL;
9998 } if (_result) {
9999 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
10000 _resultobj = Py_BuildValue("s",_ptemp);
10001 } else {
10002 Py_INCREF(Py_None);
10003 _resultobj = Py_None;
10004 }
10005 {
10006 if (_obj9)
10007 delete _arg9;
10008 }
10009 return _resultobj;
10010 }
10011
10012 #define new_wxPreSlider() (new wxSlider())
10013 static PyObject *_wrap_new_wxPreSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
10014 PyObject * _resultobj;
10015 wxSlider * _result;
10016 char *_kwnames[] = { NULL };
10017 char _ptemp[128];
10018
10019 self = self;
10020 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSlider",_kwnames))
10021 return NULL;
10022 {
10023 PyThreadState* __tstate = wxPyBeginAllowThreads();
10024 _result = (wxSlider *)new_wxPreSlider();
10025
10026 wxPyEndAllowThreads(__tstate);
10027 if (PyErr_Occurred()) return NULL;
10028 } if (_result) {
10029 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
10030 _resultobj = Py_BuildValue("s",_ptemp);
10031 } else {
10032 Py_INCREF(Py_None);
10033 _resultobj = Py_None;
10034 }
10035 return _resultobj;
10036 }
10037
10038 #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))
10039 static PyObject *_wrap_wxSlider_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10040 PyObject * _resultobj;
10041 bool _result;
10042 wxSlider * _arg0;
10043 wxWindow * _arg1;
10044 wxWindowID _arg2;
10045 int _arg3;
10046 int _arg4;
10047 int _arg5;
10048 wxPoint * _arg6 = (wxPoint *) &wxDefaultPosition;
10049 wxSize * _arg7 = (wxSize *) &wxDefaultSize;
10050 long _arg8 = (long ) wxSL_HORIZONTAL;
10051 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
10052 wxString * _arg10 = (wxString *) &wxPySliderNameStr;
10053 PyObject * _argo0 = 0;
10054 PyObject * _argo1 = 0;
10055 wxPoint temp;
10056 PyObject * _obj6 = 0;
10057 wxSize temp0;
10058 PyObject * _obj7 = 0;
10059 PyObject * _argo9 = 0;
10060 PyObject * _obj10 = 0;
10061 char *_kwnames[] = { "self","parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
10062
10063 self = self;
10064 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiiii|OOlOO:wxSlider_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&_obj6,&_obj7,&_arg8,&_argo9,&_obj10))
10065 return NULL;
10066 if (_argo0) {
10067 if (_argo0 == Py_None) { _arg0 = NULL; }
10068 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10069 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_Create. Expected _wxSlider_p.");
10070 return NULL;
10071 }
10072 }
10073 if (_argo1) {
10074 if (_argo1 == Py_None) { _arg1 = NULL; }
10075 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
10076 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSlider_Create. Expected _wxWindow_p.");
10077 return NULL;
10078 }
10079 }
10080 if (_obj6)
10081 {
10082 _arg6 = &temp;
10083 if (! wxPoint_helper(_obj6, &_arg6))
10084 return NULL;
10085 }
10086 if (_obj7)
10087 {
10088 _arg7 = &temp0;
10089 if (! wxSize_helper(_obj7, &_arg7))
10090 return NULL;
10091 }
10092 if (_argo9) {
10093 if (_argo9 == Py_None) { _arg9 = NULL; }
10094 else if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
10095 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxSlider_Create. Expected _wxValidator_p.");
10096 return NULL;
10097 }
10098 }
10099 if (_obj10)
10100 {
10101 _arg10 = wxString_in_helper(_obj10);
10102 if (_arg10 == NULL)
10103 return NULL;
10104 }
10105 {
10106 PyThreadState* __tstate = wxPyBeginAllowThreads();
10107 _result = (bool )wxSlider_Create(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,*_arg6,*_arg7,_arg8,*_arg9,*_arg10);
10108
10109 wxPyEndAllowThreads(__tstate);
10110 if (PyErr_Occurred()) return NULL;
10111 } _resultobj = Py_BuildValue("i",_result);
10112 {
10113 if (_obj10)
10114 delete _arg10;
10115 }
10116 return _resultobj;
10117 }
10118
10119 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
10120 static PyObject *_wrap_wxSlider_ClearSel(PyObject *self, PyObject *args, PyObject *kwargs) {
10121 PyObject * _resultobj;
10122 wxSlider * _arg0;
10123 PyObject * _argo0 = 0;
10124 char *_kwnames[] = { "self", NULL };
10125
10126 self = self;
10127 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearSel",_kwnames,&_argo0))
10128 return NULL;
10129 if (_argo0) {
10130 if (_argo0 == Py_None) { _arg0 = NULL; }
10131 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10132 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
10133 return NULL;
10134 }
10135 }
10136 {
10137 PyThreadState* __tstate = wxPyBeginAllowThreads();
10138 wxSlider_ClearSel(_arg0);
10139
10140 wxPyEndAllowThreads(__tstate);
10141 if (PyErr_Occurred()) return NULL;
10142 } Py_INCREF(Py_None);
10143 _resultobj = Py_None;
10144 return _resultobj;
10145 }
10146
10147 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
10148 static PyObject *_wrap_wxSlider_ClearTicks(PyObject *self, PyObject *args, PyObject *kwargs) {
10149 PyObject * _resultobj;
10150 wxSlider * _arg0;
10151 PyObject * _argo0 = 0;
10152 char *_kwnames[] = { "self", NULL };
10153
10154 self = self;
10155 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearTicks",_kwnames,&_argo0))
10156 return NULL;
10157 if (_argo0) {
10158 if (_argo0 == Py_None) { _arg0 = NULL; }
10159 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10160 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
10161 return NULL;
10162 }
10163 }
10164 {
10165 PyThreadState* __tstate = wxPyBeginAllowThreads();
10166 wxSlider_ClearTicks(_arg0);
10167
10168 wxPyEndAllowThreads(__tstate);
10169 if (PyErr_Occurred()) return NULL;
10170 } Py_INCREF(Py_None);
10171 _resultobj = Py_None;
10172 return _resultobj;
10173 }
10174
10175 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
10176 static PyObject *_wrap_wxSlider_GetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10177 PyObject * _resultobj;
10178 int _result;
10179 wxSlider * _arg0;
10180 PyObject * _argo0 = 0;
10181 char *_kwnames[] = { "self", NULL };
10182
10183 self = self;
10184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetLineSize",_kwnames,&_argo0))
10185 return NULL;
10186 if (_argo0) {
10187 if (_argo0 == Py_None) { _arg0 = NULL; }
10188 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10189 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
10190 return NULL;
10191 }
10192 }
10193 {
10194 PyThreadState* __tstate = wxPyBeginAllowThreads();
10195 _result = (int )wxSlider_GetLineSize(_arg0);
10196
10197 wxPyEndAllowThreads(__tstate);
10198 if (PyErr_Occurred()) return NULL;
10199 } _resultobj = Py_BuildValue("i",_result);
10200 return _resultobj;
10201 }
10202
10203 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
10204 static PyObject *_wrap_wxSlider_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10205 PyObject * _resultobj;
10206 int _result;
10207 wxSlider * _arg0;
10208 PyObject * _argo0 = 0;
10209 char *_kwnames[] = { "self", NULL };
10210
10211 self = self;
10212 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMax",_kwnames,&_argo0))
10213 return NULL;
10214 if (_argo0) {
10215 if (_argo0 == Py_None) { _arg0 = NULL; }
10216 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10217 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
10218 return NULL;
10219 }
10220 }
10221 {
10222 PyThreadState* __tstate = wxPyBeginAllowThreads();
10223 _result = (int )wxSlider_GetMax(_arg0);
10224
10225 wxPyEndAllowThreads(__tstate);
10226 if (PyErr_Occurred()) return NULL;
10227 } _resultobj = Py_BuildValue("i",_result);
10228 return _resultobj;
10229 }
10230
10231 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
10232 static PyObject *_wrap_wxSlider_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10233 PyObject * _resultobj;
10234 int _result;
10235 wxSlider * _arg0;
10236 PyObject * _argo0 = 0;
10237 char *_kwnames[] = { "self", NULL };
10238
10239 self = self;
10240 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMin",_kwnames,&_argo0))
10241 return NULL;
10242 if (_argo0) {
10243 if (_argo0 == Py_None) { _arg0 = NULL; }
10244 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10245 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
10246 return NULL;
10247 }
10248 }
10249 {
10250 PyThreadState* __tstate = wxPyBeginAllowThreads();
10251 _result = (int )wxSlider_GetMin(_arg0);
10252
10253 wxPyEndAllowThreads(__tstate);
10254 if (PyErr_Occurred()) return NULL;
10255 } _resultobj = Py_BuildValue("i",_result);
10256 return _resultobj;
10257 }
10258
10259 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
10260 static PyObject *_wrap_wxSlider_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10261 PyObject * _resultobj;
10262 int _result;
10263 wxSlider * _arg0;
10264 PyObject * _argo0 = 0;
10265 char *_kwnames[] = { "self", NULL };
10266
10267 self = self;
10268 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetPageSize",_kwnames,&_argo0))
10269 return NULL;
10270 if (_argo0) {
10271 if (_argo0 == Py_None) { _arg0 = NULL; }
10272 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10273 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
10274 return NULL;
10275 }
10276 }
10277 {
10278 PyThreadState* __tstate = wxPyBeginAllowThreads();
10279 _result = (int )wxSlider_GetPageSize(_arg0);
10280
10281 wxPyEndAllowThreads(__tstate);
10282 if (PyErr_Occurred()) return NULL;
10283 } _resultobj = Py_BuildValue("i",_result);
10284 return _resultobj;
10285 }
10286
10287 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
10288 static PyObject *_wrap_wxSlider_GetSelEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
10289 PyObject * _resultobj;
10290 int _result;
10291 wxSlider * _arg0;
10292 PyObject * _argo0 = 0;
10293 char *_kwnames[] = { "self", NULL };
10294
10295 self = self;
10296 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelEnd",_kwnames,&_argo0))
10297 return NULL;
10298 if (_argo0) {
10299 if (_argo0 == Py_None) { _arg0 = NULL; }
10300 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10301 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
10302 return NULL;
10303 }
10304 }
10305 {
10306 PyThreadState* __tstate = wxPyBeginAllowThreads();
10307 _result = (int )wxSlider_GetSelEnd(_arg0);
10308
10309 wxPyEndAllowThreads(__tstate);
10310 if (PyErr_Occurred()) return NULL;
10311 } _resultobj = Py_BuildValue("i",_result);
10312 return _resultobj;
10313 }
10314
10315 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
10316 static PyObject *_wrap_wxSlider_GetSelStart(PyObject *self, PyObject *args, PyObject *kwargs) {
10317 PyObject * _resultobj;
10318 int _result;
10319 wxSlider * _arg0;
10320 PyObject * _argo0 = 0;
10321 char *_kwnames[] = { "self", NULL };
10322
10323 self = self;
10324 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelStart",_kwnames,&_argo0))
10325 return NULL;
10326 if (_argo0) {
10327 if (_argo0 == Py_None) { _arg0 = NULL; }
10328 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10329 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
10330 return NULL;
10331 }
10332 }
10333 {
10334 PyThreadState* __tstate = wxPyBeginAllowThreads();
10335 _result = (int )wxSlider_GetSelStart(_arg0);
10336
10337 wxPyEndAllowThreads(__tstate);
10338 if (PyErr_Occurred()) return NULL;
10339 } _resultobj = Py_BuildValue("i",_result);
10340 return _resultobj;
10341 }
10342
10343 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
10344 static PyObject *_wrap_wxSlider_GetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
10345 PyObject * _resultobj;
10346 int _result;
10347 wxSlider * _arg0;
10348 PyObject * _argo0 = 0;
10349 char *_kwnames[] = { "self", NULL };
10350
10351 self = self;
10352 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetThumbLength",_kwnames,&_argo0))
10353 return NULL;
10354 if (_argo0) {
10355 if (_argo0 == Py_None) { _arg0 = NULL; }
10356 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10357 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
10358 return NULL;
10359 }
10360 }
10361 {
10362 PyThreadState* __tstate = wxPyBeginAllowThreads();
10363 _result = (int )wxSlider_GetThumbLength(_arg0);
10364
10365 wxPyEndAllowThreads(__tstate);
10366 if (PyErr_Occurred()) return NULL;
10367 } _resultobj = Py_BuildValue("i",_result);
10368 return _resultobj;
10369 }
10370
10371 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
10372 static PyObject *_wrap_wxSlider_GetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
10373 PyObject * _resultobj;
10374 int _result;
10375 wxSlider * _arg0;
10376 PyObject * _argo0 = 0;
10377 char *_kwnames[] = { "self", NULL };
10378
10379 self = self;
10380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetTickFreq",_kwnames,&_argo0))
10381 return NULL;
10382 if (_argo0) {
10383 if (_argo0 == Py_None) { _arg0 = NULL; }
10384 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10385 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
10386 return NULL;
10387 }
10388 }
10389 {
10390 PyThreadState* __tstate = wxPyBeginAllowThreads();
10391 _result = (int )wxSlider_GetTickFreq(_arg0);
10392
10393 wxPyEndAllowThreads(__tstate);
10394 if (PyErr_Occurred()) return NULL;
10395 } _resultobj = Py_BuildValue("i",_result);
10396 return _resultobj;
10397 }
10398
10399 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
10400 static PyObject *_wrap_wxSlider_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10401 PyObject * _resultobj;
10402 int _result;
10403 wxSlider * _arg0;
10404 PyObject * _argo0 = 0;
10405 char *_kwnames[] = { "self", NULL };
10406
10407 self = self;
10408 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetValue",_kwnames,&_argo0))
10409 return NULL;
10410 if (_argo0) {
10411 if (_argo0 == Py_None) { _arg0 = NULL; }
10412 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10413 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
10414 return NULL;
10415 }
10416 }
10417 {
10418 PyThreadState* __tstate = wxPyBeginAllowThreads();
10419 _result = (int )wxSlider_GetValue(_arg0);
10420
10421 wxPyEndAllowThreads(__tstate);
10422 if (PyErr_Occurred()) return NULL;
10423 } _resultobj = Py_BuildValue("i",_result);
10424 return _resultobj;
10425 }
10426
10427 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
10428 static PyObject *_wrap_wxSlider_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10429 PyObject * _resultobj;
10430 wxSlider * _arg0;
10431 int _arg1;
10432 int _arg2;
10433 PyObject * _argo0 = 0;
10434 char *_kwnames[] = { "self","minValue","maxValue", NULL };
10435
10436 self = self;
10437 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
10438 return NULL;
10439 if (_argo0) {
10440 if (_argo0 == Py_None) { _arg0 = NULL; }
10441 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10442 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
10443 return NULL;
10444 }
10445 }
10446 {
10447 PyThreadState* __tstate = wxPyBeginAllowThreads();
10448 wxSlider_SetRange(_arg0,_arg1,_arg2);
10449
10450 wxPyEndAllowThreads(__tstate);
10451 if (PyErr_Occurred()) return NULL;
10452 } Py_INCREF(Py_None);
10453 _resultobj = Py_None;
10454 return _resultobj;
10455 }
10456
10457 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
10458 static PyObject *_wrap_wxSlider_SetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
10459 PyObject * _resultobj;
10460 wxSlider * _arg0;
10461 int _arg1;
10462 int _arg2;
10463 PyObject * _argo0 = 0;
10464 char *_kwnames[] = { "self","n","pos", NULL };
10465
10466 self = self;
10467 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetTickFreq",_kwnames,&_argo0,&_arg1,&_arg2))
10468 return NULL;
10469 if (_argo0) {
10470 if (_argo0 == Py_None) { _arg0 = NULL; }
10471 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10472 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
10473 return NULL;
10474 }
10475 }
10476 {
10477 PyThreadState* __tstate = wxPyBeginAllowThreads();
10478 wxSlider_SetTickFreq(_arg0,_arg1,_arg2);
10479
10480 wxPyEndAllowThreads(__tstate);
10481 if (PyErr_Occurred()) return NULL;
10482 } Py_INCREF(Py_None);
10483 _resultobj = Py_None;
10484 return _resultobj;
10485 }
10486
10487 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
10488 static PyObject *_wrap_wxSlider_SetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10489 PyObject * _resultobj;
10490 wxSlider * _arg0;
10491 int _arg1;
10492 PyObject * _argo0 = 0;
10493 char *_kwnames[] = { "self","lineSize", NULL };
10494
10495 self = self;
10496 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetLineSize",_kwnames,&_argo0,&_arg1))
10497 return NULL;
10498 if (_argo0) {
10499 if (_argo0 == Py_None) { _arg0 = NULL; }
10500 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10501 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
10502 return NULL;
10503 }
10504 }
10505 {
10506 PyThreadState* __tstate = wxPyBeginAllowThreads();
10507 wxSlider_SetLineSize(_arg0,_arg1);
10508
10509 wxPyEndAllowThreads(__tstate);
10510 if (PyErr_Occurred()) return NULL;
10511 } Py_INCREF(Py_None);
10512 _resultobj = Py_None;
10513 return _resultobj;
10514 }
10515
10516 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
10517 static PyObject *_wrap_wxSlider_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
10518 PyObject * _resultobj;
10519 wxSlider * _arg0;
10520 int _arg1;
10521 PyObject * _argo0 = 0;
10522 char *_kwnames[] = { "self","pageSize", NULL };
10523
10524 self = self;
10525 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetPageSize",_kwnames,&_argo0,&_arg1))
10526 return NULL;
10527 if (_argo0) {
10528 if (_argo0 == Py_None) { _arg0 = NULL; }
10529 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10530 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
10531 return NULL;
10532 }
10533 }
10534 {
10535 PyThreadState* __tstate = wxPyBeginAllowThreads();
10536 wxSlider_SetPageSize(_arg0,_arg1);
10537
10538 wxPyEndAllowThreads(__tstate);
10539 if (PyErr_Occurred()) return NULL;
10540 } Py_INCREF(Py_None);
10541 _resultobj = Py_None;
10542 return _resultobj;
10543 }
10544
10545 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
10546 static PyObject *_wrap_wxSlider_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10547 PyObject * _resultobj;
10548 wxSlider * _arg0;
10549 int _arg1;
10550 int _arg2;
10551 PyObject * _argo0 = 0;
10552 char *_kwnames[] = { "self","startPos","endPos", NULL };
10553
10554 self = self;
10555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
10556 return NULL;
10557 if (_argo0) {
10558 if (_argo0 == Py_None) { _arg0 = NULL; }
10559 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10560 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
10561 return NULL;
10562 }
10563 }
10564 {
10565 PyThreadState* __tstate = wxPyBeginAllowThreads();
10566 wxSlider_SetSelection(_arg0,_arg1,_arg2);
10567
10568 wxPyEndAllowThreads(__tstate);
10569 if (PyErr_Occurred()) return NULL;
10570 } Py_INCREF(Py_None);
10571 _resultobj = Py_None;
10572 return _resultobj;
10573 }
10574
10575 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
10576 static PyObject *_wrap_wxSlider_SetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
10577 PyObject * _resultobj;
10578 wxSlider * _arg0;
10579 int _arg1;
10580 PyObject * _argo0 = 0;
10581 char *_kwnames[] = { "self","len", NULL };
10582
10583 self = self;
10584 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetThumbLength",_kwnames,&_argo0,&_arg1))
10585 return NULL;
10586 if (_argo0) {
10587 if (_argo0 == Py_None) { _arg0 = NULL; }
10588 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10589 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
10590 return NULL;
10591 }
10592 }
10593 {
10594 PyThreadState* __tstate = wxPyBeginAllowThreads();
10595 wxSlider_SetThumbLength(_arg0,_arg1);
10596
10597 wxPyEndAllowThreads(__tstate);
10598 if (PyErr_Occurred()) return NULL;
10599 } Py_INCREF(Py_None);
10600 _resultobj = Py_None;
10601 return _resultobj;
10602 }
10603
10604 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
10605 static PyObject *_wrap_wxSlider_SetTick(PyObject *self, PyObject *args, PyObject *kwargs) {
10606 PyObject * _resultobj;
10607 wxSlider * _arg0;
10608 int _arg1;
10609 PyObject * _argo0 = 0;
10610 char *_kwnames[] = { "self","tickPos", NULL };
10611
10612 self = self;
10613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetTick",_kwnames,&_argo0,&_arg1))
10614 return NULL;
10615 if (_argo0) {
10616 if (_argo0 == Py_None) { _arg0 = NULL; }
10617 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10618 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
10619 return NULL;
10620 }
10621 }
10622 {
10623 PyThreadState* __tstate = wxPyBeginAllowThreads();
10624 wxSlider_SetTick(_arg0,_arg1);
10625
10626 wxPyEndAllowThreads(__tstate);
10627 if (PyErr_Occurred()) return NULL;
10628 } Py_INCREF(Py_None);
10629 _resultobj = Py_None;
10630 return _resultobj;
10631 }
10632
10633 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10634 static PyObject *_wrap_wxSlider_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10635 PyObject * _resultobj;
10636 wxSlider * _arg0;
10637 int _arg1;
10638 PyObject * _argo0 = 0;
10639 char *_kwnames[] = { "self","value", NULL };
10640
10641 self = self;
10642 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetValue",_kwnames,&_argo0,&_arg1))
10643 return NULL;
10644 if (_argo0) {
10645 if (_argo0 == Py_None) { _arg0 = NULL; }
10646 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10647 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
10648 return NULL;
10649 }
10650 }
10651 {
10652 PyThreadState* __tstate = wxPyBeginAllowThreads();
10653 wxSlider_SetValue(_arg0,_arg1);
10654
10655 wxPyEndAllowThreads(__tstate);
10656 if (PyErr_Occurred()) return NULL;
10657 } Py_INCREF(Py_None);
10658 _resultobj = Py_None;
10659 return _resultobj;
10660 }
10661
10662 static void *SwigwxSpinCtrlTowxSpinButton(void *ptr) {
10663 wxSpinCtrl *src;
10664 wxSpinButton *dest;
10665 src = (wxSpinCtrl *) ptr;
10666 dest = (wxSpinButton *) src;
10667 return (void *) dest;
10668 }
10669
10670 static void *SwigwxSpinCtrlTowxControl(void *ptr) {
10671 wxSpinCtrl *src;
10672 wxControl *dest;
10673 src = (wxSpinCtrl *) ptr;
10674 dest = (wxControl *) src;
10675 return (void *) dest;
10676 }
10677
10678 static void *SwigwxSpinCtrlTowxWindow(void *ptr) {
10679 wxSpinCtrl *src;
10680 wxWindow *dest;
10681 src = (wxSpinCtrl *) ptr;
10682 dest = (wxWindow *) src;
10683 return (void *) dest;
10684 }
10685
10686 static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr) {
10687 wxSpinCtrl *src;
10688 wxEvtHandler *dest;
10689 src = (wxSpinCtrl *) ptr;
10690 dest = (wxEvtHandler *) src;
10691 return (void *) dest;
10692 }
10693
10694 static void *SwigwxSpinCtrlTowxObject(void *ptr) {
10695 wxSpinCtrl *src;
10696 wxObject *dest;
10697 src = (wxSpinCtrl *) ptr;
10698 dest = (wxObject *) src;
10699 return (void *) dest;
10700 }
10701
10702 #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))
10703 static PyObject *_wrap_new_wxSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
10704 PyObject * _resultobj;
10705 wxSpinCtrl * _result;
10706 wxWindow * _arg0;
10707 wxWindowID _arg1 = (wxWindowID ) -1;
10708 wxString * _arg2 = (wxString *) &wxPyEmptyString;
10709 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
10710 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
10711 long _arg5 = (long ) wxSP_ARROW_KEYS;
10712 int _arg6 = (int ) 0;
10713 int _arg7 = (int ) 100;
10714 int _arg8 = (int ) 0;
10715 wxString * _arg9 = (wxString *) &wxPySpinCtrlNameStr;
10716 PyObject * _argo0 = 0;
10717 PyObject * _obj2 = 0;
10718 wxPoint temp;
10719 PyObject * _obj3 = 0;
10720 wxSize temp0;
10721 PyObject * _obj4 = 0;
10722 PyObject * _obj9 = 0;
10723 char *_kwnames[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL };
10724 char _ptemp[128];
10725
10726 self = self;
10727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOOliiiO:new_wxSpinCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_arg6,&_arg7,&_arg8,&_obj9))
10728 return NULL;
10729 if (_argo0) {
10730 if (_argo0 == Py_None) { _arg0 = NULL; }
10731 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
10732 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
10733 return NULL;
10734 }
10735 }
10736 if (_obj2)
10737 {
10738 _arg2 = wxString_in_helper(_obj2);
10739 if (_arg2 == NULL)
10740 return NULL;
10741 }
10742 if (_obj3)
10743 {
10744 _arg3 = &temp;
10745 if (! wxPoint_helper(_obj3, &_arg3))
10746 return NULL;
10747 }
10748 if (_obj4)
10749 {
10750 _arg4 = &temp0;
10751 if (! wxSize_helper(_obj4, &_arg4))
10752 return NULL;
10753 }
10754 if (_obj9)
10755 {
10756 _arg9 = wxString_in_helper(_obj9);
10757 if (_arg9 == NULL)
10758 return NULL;
10759 }
10760 {
10761 PyThreadState* __tstate = wxPyBeginAllowThreads();
10762 _result = (wxSpinCtrl *)new_wxSpinCtrl(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,*_arg9);
10763
10764 wxPyEndAllowThreads(__tstate);
10765 if (PyErr_Occurred()) return NULL;
10766 } if (_result) {
10767 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
10768 _resultobj = Py_BuildValue("s",_ptemp);
10769 } else {
10770 Py_INCREF(Py_None);
10771 _resultobj = Py_None;
10772 }
10773 {
10774 if (_obj2)
10775 delete _arg2;
10776 }
10777 {
10778 if (_obj9)
10779 delete _arg9;
10780 }
10781 return _resultobj;
10782 }
10783
10784 #define new_wxPreSpinCtrl() (new wxSpinCtrl())
10785 static PyObject *_wrap_new_wxPreSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
10786 PyObject * _resultobj;
10787 wxSpinCtrl * _result;
10788 char *_kwnames[] = { NULL };
10789 char _ptemp[128];
10790
10791 self = self;
10792 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinCtrl",_kwnames))
10793 return NULL;
10794 {
10795 PyThreadState* __tstate = wxPyBeginAllowThreads();
10796 _result = (wxSpinCtrl *)new_wxPreSpinCtrl();
10797
10798 wxPyEndAllowThreads(__tstate);
10799 if (PyErr_Occurred()) return NULL;
10800 } if (_result) {
10801 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
10802 _resultobj = Py_BuildValue("s",_ptemp);
10803 } else {
10804 Py_INCREF(Py_None);
10805 _resultobj = Py_None;
10806 }
10807 return _resultobj;
10808 }
10809
10810 #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))
10811 static PyObject *_wrap_wxSpinCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10812 PyObject * _resultobj;
10813 bool _result;
10814 wxSpinCtrl * _arg0;
10815 wxWindow * _arg1;
10816 wxWindowID _arg2 = (wxWindowID ) -1;
10817 wxString * _arg3 = (wxString *) &wxPyEmptyString;
10818 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
10819 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
10820 long _arg6 = (long ) wxSP_ARROW_KEYS;
10821 int _arg7 = (int ) 0;
10822 int _arg8 = (int ) 100;
10823 int _arg9 = (int ) 0;
10824 wxString * _arg10 = (wxString *) &wxPySpinCtrlNameStr;
10825 PyObject * _argo0 = 0;
10826 PyObject * _argo1 = 0;
10827 PyObject * _obj3 = 0;
10828 wxPoint temp;
10829 PyObject * _obj4 = 0;
10830 wxSize temp0;
10831 PyObject * _obj5 = 0;
10832 PyObject * _obj10 = 0;
10833 char *_kwnames[] = { "self","parent","id","value","pos","size","style","min","max","initial","name", NULL };
10834
10835 self = self;
10836 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOOliiiO:wxSpinCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_arg7,&_arg8,&_arg9,&_obj10))
10837 return NULL;
10838 if (_argo0) {
10839 if (_argo0 == Py_None) { _arg0 = NULL; }
10840 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10841 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_Create. Expected _wxSpinCtrl_p.");
10842 return NULL;
10843 }
10844 }
10845 if (_argo1) {
10846 if (_argo1 == Py_None) { _arg1 = NULL; }
10847 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
10848 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinCtrl_Create. Expected _wxWindow_p.");
10849 return NULL;
10850 }
10851 }
10852 if (_obj3)
10853 {
10854 _arg3 = wxString_in_helper(_obj3);
10855 if (_arg3 == NULL)
10856 return NULL;
10857 }
10858 if (_obj4)
10859 {
10860 _arg4 = &temp;
10861 if (! wxPoint_helper(_obj4, &_arg4))
10862 return NULL;
10863 }
10864 if (_obj5)
10865 {
10866 _arg5 = &temp0;
10867 if (! wxSize_helper(_obj5, &_arg5))
10868 return NULL;
10869 }
10870 if (_obj10)
10871 {
10872 _arg10 = wxString_in_helper(_obj10);
10873 if (_arg10 == NULL)
10874 return NULL;
10875 }
10876 {
10877 PyThreadState* __tstate = wxPyBeginAllowThreads();
10878 _result = (bool )wxSpinCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,*_arg10);
10879
10880 wxPyEndAllowThreads(__tstate);
10881 if (PyErr_Occurred()) return NULL;
10882 } _resultobj = Py_BuildValue("i",_result);
10883 {
10884 if (_obj3)
10885 delete _arg3;
10886 }
10887 {
10888 if (_obj10)
10889 delete _arg10;
10890 }
10891 return _resultobj;
10892 }
10893
10894 #define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
10895 static PyObject *_wrap_wxSpinCtrl_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10896 PyObject * _resultobj;
10897 int _result;
10898 wxSpinCtrl * _arg0;
10899 PyObject * _argo0 = 0;
10900 char *_kwnames[] = { "self", NULL };
10901
10902 self = self;
10903 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMax",_kwnames,&_argo0))
10904 return NULL;
10905 if (_argo0) {
10906 if (_argo0 == Py_None) { _arg0 = NULL; }
10907 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10908 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
10909 return NULL;
10910 }
10911 }
10912 {
10913 PyThreadState* __tstate = wxPyBeginAllowThreads();
10914 _result = (int )wxSpinCtrl_GetMax(_arg0);
10915
10916 wxPyEndAllowThreads(__tstate);
10917 if (PyErr_Occurred()) return NULL;
10918 } _resultobj = Py_BuildValue("i",_result);
10919 return _resultobj;
10920 }
10921
10922 #define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
10923 static PyObject *_wrap_wxSpinCtrl_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10924 PyObject * _resultobj;
10925 int _result;
10926 wxSpinCtrl * _arg0;
10927 PyObject * _argo0 = 0;
10928 char *_kwnames[] = { "self", NULL };
10929
10930 self = self;
10931 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMin",_kwnames,&_argo0))
10932 return NULL;
10933 if (_argo0) {
10934 if (_argo0 == Py_None) { _arg0 = NULL; }
10935 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10936 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
10937 return NULL;
10938 }
10939 }
10940 {
10941 PyThreadState* __tstate = wxPyBeginAllowThreads();
10942 _result = (int )wxSpinCtrl_GetMin(_arg0);
10943
10944 wxPyEndAllowThreads(__tstate);
10945 if (PyErr_Occurred()) return NULL;
10946 } _resultobj = Py_BuildValue("i",_result);
10947 return _resultobj;
10948 }
10949
10950 #define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
10951 static PyObject *_wrap_wxSpinCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10952 PyObject * _resultobj;
10953 int _result;
10954 wxSpinCtrl * _arg0;
10955 PyObject * _argo0 = 0;
10956 char *_kwnames[] = { "self", NULL };
10957
10958 self = self;
10959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetValue",_kwnames,&_argo0))
10960 return NULL;
10961 if (_argo0) {
10962 if (_argo0 == Py_None) { _arg0 = NULL; }
10963 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10964 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
10965 return NULL;
10966 }
10967 }
10968 {
10969 PyThreadState* __tstate = wxPyBeginAllowThreads();
10970 _result = (int )wxSpinCtrl_GetValue(_arg0);
10971
10972 wxPyEndAllowThreads(__tstate);
10973 if (PyErr_Occurred()) return NULL;
10974 } _resultobj = Py_BuildValue("i",_result);
10975 return _resultobj;
10976 }
10977
10978 #define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
10979 static PyObject *_wrap_wxSpinCtrl_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10980 PyObject * _resultobj;
10981 wxSpinCtrl * _arg0;
10982 int _arg1;
10983 int _arg2;
10984 PyObject * _argo0 = 0;
10985 char *_kwnames[] = { "self","min","max", NULL };
10986
10987 self = self;
10988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinCtrl_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
10989 return NULL;
10990 if (_argo0) {
10991 if (_argo0 == Py_None) { _arg0 = NULL; }
10992 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
10993 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
10994 return NULL;
10995 }
10996 }
10997 {
10998 PyThreadState* __tstate = wxPyBeginAllowThreads();
10999 wxSpinCtrl_SetRange(_arg0,_arg1,_arg2);
11000
11001 wxPyEndAllowThreads(__tstate);
11002 if (PyErr_Occurred()) return NULL;
11003 } Py_INCREF(Py_None);
11004 _resultobj = Py_None;
11005 return _resultobj;
11006 }
11007
11008 #define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11009 static PyObject *_wrap_wxSpinCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11010 PyObject * _resultobj;
11011 wxSpinCtrl * _arg0;
11012 int _arg1;
11013 PyObject * _argo0 = 0;
11014 char *_kwnames[] = { "self","value", NULL };
11015
11016 self = self;
11017 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinCtrl_SetValue",_kwnames,&_argo0,&_arg1))
11018 return NULL;
11019 if (_argo0) {
11020 if (_argo0 == Py_None) { _arg0 = NULL; }
11021 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11022 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
11023 return NULL;
11024 }
11025 }
11026 {
11027 PyThreadState* __tstate = wxPyBeginAllowThreads();
11028 wxSpinCtrl_SetValue(_arg0,_arg1);
11029
11030 wxPyEndAllowThreads(__tstate);
11031 if (PyErr_Occurred()) return NULL;
11032 } Py_INCREF(Py_None);
11033 _resultobj = Py_None;
11034 return _resultobj;
11035 }
11036
11037 static void *SwigwxToggleButtonTowxControl(void *ptr) {
11038 wxToggleButton *src;
11039 wxControl *dest;
11040 src = (wxToggleButton *) ptr;
11041 dest = (wxControl *) src;
11042 return (void *) dest;
11043 }
11044
11045 static void *SwigwxToggleButtonTowxWindow(void *ptr) {
11046 wxToggleButton *src;
11047 wxWindow *dest;
11048 src = (wxToggleButton *) ptr;
11049 dest = (wxWindow *) src;
11050 return (void *) dest;
11051 }
11052
11053 static void *SwigwxToggleButtonTowxEvtHandler(void *ptr) {
11054 wxToggleButton *src;
11055 wxEvtHandler *dest;
11056 src = (wxToggleButton *) ptr;
11057 dest = (wxEvtHandler *) src;
11058 return (void *) dest;
11059 }
11060
11061 static void *SwigwxToggleButtonTowxObject(void *ptr) {
11062 wxToggleButton *src;
11063 wxObject *dest;
11064 src = (wxToggleButton *) ptr;
11065 dest = (wxObject *) src;
11066 return (void *) dest;
11067 }
11068
11069 #define new_wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
11070 static PyObject *_wrap_new_wxToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
11071 PyObject * _resultobj;
11072 wxToggleButton * _result;
11073 wxWindow * _arg0;
11074 wxWindowID _arg1;
11075 wxString * _arg2;
11076 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
11077 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
11078 long _arg5 = (long ) 0;
11079 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
11080 wxString * _arg7 = (wxString *) &wxPyCheckBoxNameStr;
11081 PyObject * _argo0 = 0;
11082 PyObject * _obj2 = 0;
11083 wxPoint temp;
11084 PyObject * _obj3 = 0;
11085 wxSize temp0;
11086 PyObject * _obj4 = 0;
11087 PyObject * _argo6 = 0;
11088 PyObject * _obj7 = 0;
11089 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
11090 char _ptemp[128];
11091
11092 self = self;
11093 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxToggleButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
11094 return NULL;
11095 if (_argo0) {
11096 if (_argo0 == Py_None) { _arg0 = NULL; }
11097 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
11098 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxToggleButton. Expected _wxWindow_p.");
11099 return NULL;
11100 }
11101 }
11102 {
11103 _arg2 = wxString_in_helper(_obj2);
11104 if (_arg2 == NULL)
11105 return NULL;
11106 }
11107 if (_obj3)
11108 {
11109 _arg3 = &temp;
11110 if (! wxPoint_helper(_obj3, &_arg3))
11111 return NULL;
11112 }
11113 if (_obj4)
11114 {
11115 _arg4 = &temp0;
11116 if (! wxSize_helper(_obj4, &_arg4))
11117 return NULL;
11118 }
11119 if (_argo6) {
11120 if (_argo6 == Py_None) { _arg6 = NULL; }
11121 else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
11122 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxToggleButton. Expected _wxValidator_p.");
11123 return NULL;
11124 }
11125 }
11126 if (_obj7)
11127 {
11128 _arg7 = wxString_in_helper(_obj7);
11129 if (_arg7 == NULL)
11130 return NULL;
11131 }
11132 {
11133 PyThreadState* __tstate = wxPyBeginAllowThreads();
11134 _result = (wxToggleButton *)new_wxToggleButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
11135
11136 wxPyEndAllowThreads(__tstate);
11137 if (PyErr_Occurred()) return NULL;
11138 } if (_result) {
11139 SWIG_MakePtr(_ptemp, (char *) _result,"_wxToggleButton_p");
11140 _resultobj = Py_BuildValue("s",_ptemp);
11141 } else {
11142 Py_INCREF(Py_None);
11143 _resultobj = Py_None;
11144 }
11145 {
11146 if (_obj2)
11147 delete _arg2;
11148 }
11149 {
11150 if (_obj7)
11151 delete _arg7;
11152 }
11153 return _resultobj;
11154 }
11155
11156 #define new_wxPreToggleButton() (new wxToggleButton())
11157 static PyObject *_wrap_new_wxPreToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
11158 PyObject * _resultobj;
11159 wxToggleButton * _result;
11160 char *_kwnames[] = { NULL };
11161 char _ptemp[128];
11162
11163 self = self;
11164 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreToggleButton",_kwnames))
11165 return NULL;
11166 {
11167 PyThreadState* __tstate = wxPyBeginAllowThreads();
11168 _result = (wxToggleButton *)new_wxPreToggleButton();
11169
11170 wxPyEndAllowThreads(__tstate);
11171 if (PyErr_Occurred()) return NULL;
11172 } if (_result) {
11173 SWIG_MakePtr(_ptemp, (char *) _result,"_wxToggleButton_p");
11174 _resultobj = Py_BuildValue("s",_ptemp);
11175 } else {
11176 Py_INCREF(Py_None);
11177 _resultobj = Py_None;
11178 }
11179 return _resultobj;
11180 }
11181
11182 #define wxToggleButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
11183 static PyObject *_wrap_wxToggleButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11184 PyObject * _resultobj;
11185 bool _result;
11186 wxToggleButton * _arg0;
11187 wxWindow * _arg1;
11188 wxWindowID _arg2;
11189 wxString * _arg3;
11190 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
11191 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
11192 long _arg6 = (long ) 0;
11193 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
11194 wxString * _arg8 = (wxString *) &wxPyCheckBoxNameStr;
11195 PyObject * _argo0 = 0;
11196 PyObject * _argo1 = 0;
11197 PyObject * _obj3 = 0;
11198 wxPoint temp;
11199 PyObject * _obj4 = 0;
11200 wxSize temp0;
11201 PyObject * _obj5 = 0;
11202 PyObject * _argo7 = 0;
11203 PyObject * _obj8 = 0;
11204 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
11205
11206 self = self;
11207 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxToggleButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
11208 return NULL;
11209 if (_argo0) {
11210 if (_argo0 == Py_None) { _arg0 = NULL; }
11211 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11212 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_Create. Expected _wxToggleButton_p.");
11213 return NULL;
11214 }
11215 }
11216 if (_argo1) {
11217 if (_argo1 == Py_None) { _arg1 = NULL; }
11218 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
11219 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxToggleButton_Create. Expected _wxWindow_p.");
11220 return NULL;
11221 }
11222 }
11223 {
11224 _arg3 = wxString_in_helper(_obj3);
11225 if (_arg3 == NULL)
11226 return NULL;
11227 }
11228 if (_obj4)
11229 {
11230 _arg4 = &temp;
11231 if (! wxPoint_helper(_obj4, &_arg4))
11232 return NULL;
11233 }
11234 if (_obj5)
11235 {
11236 _arg5 = &temp0;
11237 if (! wxSize_helper(_obj5, &_arg5))
11238 return NULL;
11239 }
11240 if (_argo7) {
11241 if (_argo7 == Py_None) { _arg7 = NULL; }
11242 else if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
11243 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxToggleButton_Create. Expected _wxValidator_p.");
11244 return NULL;
11245 }
11246 }
11247 if (_obj8)
11248 {
11249 _arg8 = wxString_in_helper(_obj8);
11250 if (_arg8 == NULL)
11251 return NULL;
11252 }
11253 {
11254 PyThreadState* __tstate = wxPyBeginAllowThreads();
11255 _result = (bool )wxToggleButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
11256
11257 wxPyEndAllowThreads(__tstate);
11258 if (PyErr_Occurred()) return NULL;
11259 } _resultobj = Py_BuildValue("i",_result);
11260 {
11261 if (_obj3)
11262 delete _arg3;
11263 }
11264 {
11265 if (_obj8)
11266 delete _arg8;
11267 }
11268 return _resultobj;
11269 }
11270
11271 #define wxToggleButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11272 static PyObject *_wrap_wxToggleButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11273 PyObject * _resultobj;
11274 wxToggleButton * _arg0;
11275 bool _arg1;
11276 PyObject * _argo0 = 0;
11277 int tempbool1;
11278 char *_kwnames[] = { "self","value", NULL };
11279
11280 self = self;
11281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxToggleButton_SetValue",_kwnames,&_argo0,&tempbool1))
11282 return NULL;
11283 if (_argo0) {
11284 if (_argo0 == Py_None) { _arg0 = NULL; }
11285 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11286 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_SetValue. Expected _wxToggleButton_p.");
11287 return NULL;
11288 }
11289 }
11290 _arg1 = (bool ) tempbool1;
11291 {
11292 PyThreadState* __tstate = wxPyBeginAllowThreads();
11293 wxToggleButton_SetValue(_arg0,_arg1);
11294
11295 wxPyEndAllowThreads(__tstate);
11296 if (PyErr_Occurred()) return NULL;
11297 } Py_INCREF(Py_None);
11298 _resultobj = Py_None;
11299 return _resultobj;
11300 }
11301
11302 #define wxToggleButton_GetValue(_swigobj) (_swigobj->GetValue())
11303 static PyObject *_wrap_wxToggleButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11304 PyObject * _resultobj;
11305 bool _result;
11306 wxToggleButton * _arg0;
11307 PyObject * _argo0 = 0;
11308 char *_kwnames[] = { "self", NULL };
11309
11310 self = self;
11311 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxToggleButton_GetValue",_kwnames,&_argo0))
11312 return NULL;
11313 if (_argo0) {
11314 if (_argo0 == Py_None) { _arg0 = NULL; }
11315 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11316 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_GetValue. Expected _wxToggleButton_p.");
11317 return NULL;
11318 }
11319 }
11320 {
11321 PyThreadState* __tstate = wxPyBeginAllowThreads();
11322 _result = (bool )wxToggleButton_GetValue(_arg0);
11323
11324 wxPyEndAllowThreads(__tstate);
11325 if (PyErr_Occurred()) return NULL;
11326 } _resultobj = Py_BuildValue("i",_result);
11327 return _resultobj;
11328 }
11329
11330 #define wxToggleButton_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
11331 static PyObject *_wrap_wxToggleButton_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
11332 PyObject * _resultobj;
11333 wxToggleButton * _arg0;
11334 wxString * _arg1;
11335 PyObject * _argo0 = 0;
11336 PyObject * _obj1 = 0;
11337 char *_kwnames[] = { "self","label", NULL };
11338
11339 self = self;
11340 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxToggleButton_SetLabel",_kwnames,&_argo0,&_obj1))
11341 return NULL;
11342 if (_argo0) {
11343 if (_argo0 == Py_None) { _arg0 = NULL; }
11344 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
11345 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_SetLabel. Expected _wxToggleButton_p.");
11346 return NULL;
11347 }
11348 }
11349 {
11350 _arg1 = wxString_in_helper(_obj1);
11351 if (_arg1 == NULL)
11352 return NULL;
11353 }
11354 {
11355 PyThreadState* __tstate = wxPyBeginAllowThreads();
11356 wxToggleButton_SetLabel(_arg0,*_arg1);
11357
11358 wxPyEndAllowThreads(__tstate);
11359 if (PyErr_Occurred()) return NULL;
11360 } Py_INCREF(Py_None);
11361 _resultobj = Py_None;
11362 {
11363 if (_obj1)
11364 delete _arg1;
11365 }
11366 return _resultobj;
11367 }
11368
11369 static PyMethodDef controlscMethods[] = {
11370 { "wxToggleButton_SetLabel", (PyCFunction) _wrap_wxToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS },
11371 { "wxToggleButton_GetValue", (PyCFunction) _wrap_wxToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS },
11372 { "wxToggleButton_SetValue", (PyCFunction) _wrap_wxToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS },
11373 { "wxToggleButton_Create", (PyCFunction) _wrap_wxToggleButton_Create, METH_VARARGS | METH_KEYWORDS },
11374 { "new_wxPreToggleButton", (PyCFunction) _wrap_new_wxPreToggleButton, METH_VARARGS | METH_KEYWORDS },
11375 { "new_wxToggleButton", (PyCFunction) _wrap_new_wxToggleButton, METH_VARARGS | METH_KEYWORDS },
11376 { "wxSpinCtrl_SetValue", (PyCFunction) _wrap_wxSpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
11377 { "wxSpinCtrl_SetRange", (PyCFunction) _wrap_wxSpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS },
11378 { "wxSpinCtrl_GetValue", (PyCFunction) _wrap_wxSpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
11379 { "wxSpinCtrl_GetMin", (PyCFunction) _wrap_wxSpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS },
11380 { "wxSpinCtrl_GetMax", (PyCFunction) _wrap_wxSpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS },
11381 { "wxSpinCtrl_Create", (PyCFunction) _wrap_wxSpinCtrl_Create, METH_VARARGS | METH_KEYWORDS },
11382 { "new_wxPreSpinCtrl", (PyCFunction) _wrap_new_wxPreSpinCtrl, METH_VARARGS | METH_KEYWORDS },
11383 { "new_wxSpinCtrl", (PyCFunction) _wrap_new_wxSpinCtrl, METH_VARARGS | METH_KEYWORDS },
11384 { "wxSlider_SetValue", (PyCFunction) _wrap_wxSlider_SetValue, METH_VARARGS | METH_KEYWORDS },
11385 { "wxSlider_SetTick", (PyCFunction) _wrap_wxSlider_SetTick, METH_VARARGS | METH_KEYWORDS },
11386 { "wxSlider_SetThumbLength", (PyCFunction) _wrap_wxSlider_SetThumbLength, METH_VARARGS | METH_KEYWORDS },
11387 { "wxSlider_SetSelection", (PyCFunction) _wrap_wxSlider_SetSelection, METH_VARARGS | METH_KEYWORDS },
11388 { "wxSlider_SetPageSize", (PyCFunction) _wrap_wxSlider_SetPageSize, METH_VARARGS | METH_KEYWORDS },
11389 { "wxSlider_SetLineSize", (PyCFunction) _wrap_wxSlider_SetLineSize, METH_VARARGS | METH_KEYWORDS },
11390 { "wxSlider_SetTickFreq", (PyCFunction) _wrap_wxSlider_SetTickFreq, METH_VARARGS | METH_KEYWORDS },
11391 { "wxSlider_SetRange", (PyCFunction) _wrap_wxSlider_SetRange, METH_VARARGS | METH_KEYWORDS },
11392 { "wxSlider_GetValue", (PyCFunction) _wrap_wxSlider_GetValue, METH_VARARGS | METH_KEYWORDS },
11393 { "wxSlider_GetTickFreq", (PyCFunction) _wrap_wxSlider_GetTickFreq, METH_VARARGS | METH_KEYWORDS },
11394 { "wxSlider_GetThumbLength", (PyCFunction) _wrap_wxSlider_GetThumbLength, METH_VARARGS | METH_KEYWORDS },
11395 { "wxSlider_GetSelStart", (PyCFunction) _wrap_wxSlider_GetSelStart, METH_VARARGS | METH_KEYWORDS },
11396 { "wxSlider_GetSelEnd", (PyCFunction) _wrap_wxSlider_GetSelEnd, METH_VARARGS | METH_KEYWORDS },
11397 { "wxSlider_GetPageSize", (PyCFunction) _wrap_wxSlider_GetPageSize, METH_VARARGS | METH_KEYWORDS },
11398 { "wxSlider_GetMin", (PyCFunction) _wrap_wxSlider_GetMin, METH_VARARGS | METH_KEYWORDS },
11399 { "wxSlider_GetMax", (PyCFunction) _wrap_wxSlider_GetMax, METH_VARARGS | METH_KEYWORDS },
11400 { "wxSlider_GetLineSize", (PyCFunction) _wrap_wxSlider_GetLineSize, METH_VARARGS | METH_KEYWORDS },
11401 { "wxSlider_ClearTicks", (PyCFunction) _wrap_wxSlider_ClearTicks, METH_VARARGS | METH_KEYWORDS },
11402 { "wxSlider_ClearSel", (PyCFunction) _wrap_wxSlider_ClearSel, METH_VARARGS | METH_KEYWORDS },
11403 { "wxSlider_Create", (PyCFunction) _wrap_wxSlider_Create, METH_VARARGS | METH_KEYWORDS },
11404 { "new_wxPreSlider", (PyCFunction) _wrap_new_wxPreSlider, METH_VARARGS | METH_KEYWORDS },
11405 { "new_wxSlider", (PyCFunction) _wrap_new_wxSlider, METH_VARARGS | METH_KEYWORDS },
11406 { "wxRadioButton_SetValue", (PyCFunction) _wrap_wxRadioButton_SetValue, METH_VARARGS | METH_KEYWORDS },
11407 { "wxRadioButton_GetValue", (PyCFunction) _wrap_wxRadioButton_GetValue, METH_VARARGS | METH_KEYWORDS },
11408 { "wxRadioButton_Create", (PyCFunction) _wrap_wxRadioButton_Create, METH_VARARGS | METH_KEYWORDS },
11409 { "new_wxPreRadioButton", (PyCFunction) _wrap_new_wxPreRadioButton, METH_VARARGS | METH_KEYWORDS },
11410 { "new_wxRadioButton", (PyCFunction) _wrap_new_wxRadioButton, METH_VARARGS | METH_KEYWORDS },
11411 { "wxRadioBox_ShowItem", (PyCFunction) _wrap_wxRadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS },
11412 { "wxRadioBox_Show", (PyCFunction) _wrap_wxRadioBox_Show, METH_VARARGS | METH_KEYWORDS },
11413 { "wxRadioBox_SetStringSelection", (PyCFunction) _wrap_wxRadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
11414 { "wxRadioBox_SetSelection", (PyCFunction) _wrap_wxRadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
11415 { "wxRadioBox_GetCount", (PyCFunction) _wrap_wxRadioBox_GetCount, METH_VARARGS | METH_KEYWORDS },
11416 { "wxRadioBox_GetStringSelection", (PyCFunction) _wrap_wxRadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
11417 { "wxRadioBox_GetSelection", (PyCFunction) _wrap_wxRadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
11418 { "wxRadioBox_GetRowCount", (PyCFunction) _wrap_wxRadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS },
11419 { "wxRadioBox_GetColumnCount", (PyCFunction) _wrap_wxRadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
11420 { "wxRadioBox_SetString", (PyCFunction) _wrap_wxRadioBox_SetString, METH_VARARGS | METH_KEYWORDS },
11421 { "wxRadioBox_GetString", (PyCFunction) _wrap_wxRadioBox_GetString, METH_VARARGS | METH_KEYWORDS },
11422 { "wxRadioBox_FindString", (PyCFunction) _wrap_wxRadioBox_FindString, METH_VARARGS | METH_KEYWORDS },
11423 { "wxRadioBox_EnableItem", (PyCFunction) _wrap_wxRadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS },
11424 { "wxRadioBox_Enable", (PyCFunction) _wrap_wxRadioBox_Enable, METH_VARARGS | METH_KEYWORDS },
11425 { "wxRadioBox_Create", (PyCFunction) _wrap_wxRadioBox_Create, METH_VARARGS | METH_KEYWORDS },
11426 { "new_wxPreRadioBox", (PyCFunction) _wrap_new_wxPreRadioBox, METH_VARARGS | METH_KEYWORDS },
11427 { "new_wxRadioBox", (PyCFunction) _wrap_new_wxRadioBox, METH_VARARGS | METH_KEYWORDS },
11428 { "wxStaticBitmap_SetIcon", (PyCFunction) _wrap_wxStaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS },
11429 { "wxStaticBitmap_SetBitmap", (PyCFunction) _wrap_wxStaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS },
11430 { "wxStaticBitmap_GetBitmap", (PyCFunction) _wrap_wxStaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS },
11431 { "wxStaticBitmap_Create", (PyCFunction) _wrap_wxStaticBitmap_Create, METH_VARARGS | METH_KEYWORDS },
11432 { "new_wxPreStaticBitmap", (PyCFunction) _wrap_new_wxPreStaticBitmap, METH_VARARGS | METH_KEYWORDS },
11433 { "new_wxStaticBitmap", (PyCFunction) _wrap_new_wxStaticBitmap, METH_VARARGS | METH_KEYWORDS },
11434 { "wxSpinButton_SetValue", (PyCFunction) _wrap_wxSpinButton_SetValue, METH_VARARGS | METH_KEYWORDS },
11435 { "wxSpinButton_SetRange", (PyCFunction) _wrap_wxSpinButton_SetRange, METH_VARARGS | METH_KEYWORDS },
11436 { "wxSpinButton_GetValue", (PyCFunction) _wrap_wxSpinButton_GetValue, METH_VARARGS | METH_KEYWORDS },
11437 { "wxSpinButton_GetMin", (PyCFunction) _wrap_wxSpinButton_GetMin, METH_VARARGS | METH_KEYWORDS },
11438 { "wxSpinButton_GetMax", (PyCFunction) _wrap_wxSpinButton_GetMax, METH_VARARGS | METH_KEYWORDS },
11439 { "wxSpinButton_Create", (PyCFunction) _wrap_wxSpinButton_Create, METH_VARARGS | METH_KEYWORDS },
11440 { "new_wxPreSpinButton", (PyCFunction) _wrap_new_wxPreSpinButton, METH_VARARGS | METH_KEYWORDS },
11441 { "new_wxSpinButton", (PyCFunction) _wrap_new_wxSpinButton, METH_VARARGS | METH_KEYWORDS },
11442 { "wxScrollBar_SetScrollbar", (PyCFunction) _wrap_wxScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS },
11443 { "wxScrollBar_SetThumbPosition", (PyCFunction) _wrap_wxScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS },
11444 { "wxScrollBar_IsVertical", (PyCFunction) _wrap_wxScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS },
11445 { "wxScrollBar_GetThumbLength", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
11446 { "wxScrollBar_GetThumbSize", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
11447 { "wxScrollBar_GetThumbPosition", (PyCFunction) _wrap_wxScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS },
11448 { "wxScrollBar_GetPageSize", (PyCFunction) _wrap_wxScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS },
11449 { "wxScrollBar_GetRange", (PyCFunction) _wrap_wxScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS },
11450 { "wxScrollBar_Create", (PyCFunction) _wrap_wxScrollBar_Create, METH_VARARGS | METH_KEYWORDS },
11451 { "new_wxPreScrollBar", (PyCFunction) _wrap_new_wxPreScrollBar, METH_VARARGS | METH_KEYWORDS },
11452 { "new_wxScrollBar", (PyCFunction) _wrap_new_wxScrollBar, METH_VARARGS | METH_KEYWORDS },
11453 { "wxTextCtrl_GetString", (PyCFunction) _wrap_wxTextCtrl_GetString, METH_VARARGS | METH_KEYWORDS },
11454 { "wxTextCtrl_write", (PyCFunction) _wrap_wxTextCtrl_write, METH_VARARGS | METH_KEYWORDS },
11455 { "wxTextCtrl_SetEditable", (PyCFunction) _wrap_wxTextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS },
11456 { "wxTextCtrl_SelectAll", (PyCFunction) _wrap_wxTextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS },
11457 { "wxTextCtrl_SetSelection", (PyCFunction) _wrap_wxTextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
11458 { "wxTextCtrl_GetLastPosition", (PyCFunction) _wrap_wxTextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
11459 { "wxTextCtrl_GetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
11460 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
11461 { "wxTextCtrl_SetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
11462 { "wxTextCtrl_CanRedo", (PyCFunction) _wrap_wxTextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS },
11463 { "wxTextCtrl_CanUndo", (PyCFunction) _wrap_wxTextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS },
11464 { "wxTextCtrl_Redo", (PyCFunction) _wrap_wxTextCtrl_Redo, METH_VARARGS | METH_KEYWORDS },
11465 { "wxTextCtrl_Undo", (PyCFunction) _wrap_wxTextCtrl_Undo, METH_VARARGS | METH_KEYWORDS },
11466 { "wxTextCtrl_CanPaste", (PyCFunction) _wrap_wxTextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS },
11467 { "wxTextCtrl_CanCut", (PyCFunction) _wrap_wxTextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS },
11468 { "wxTextCtrl_CanCopy", (PyCFunction) _wrap_wxTextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS },
11469 { "wxTextCtrl_Paste", (PyCFunction) _wrap_wxTextCtrl_Paste, METH_VARARGS | METH_KEYWORDS },
11470 { "wxTextCtrl_Cut", (PyCFunction) _wrap_wxTextCtrl_Cut, METH_VARARGS | METH_KEYWORDS },
11471 { "wxTextCtrl_Copy", (PyCFunction) _wrap_wxTextCtrl_Copy, METH_VARARGS | METH_KEYWORDS },
11472 { "wxTextCtrl_ShowPosition", (PyCFunction) _wrap_wxTextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS },
11473 { "wxTextCtrl_PositionToXY", (PyCFunction) _wrap_wxTextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS },
11474 { "wxTextCtrl_XYToPosition", (PyCFunction) _wrap_wxTextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS },
11475 { "wxTextCtrl_GetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
11476 { "wxTextCtrl_SetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
11477 { "wxTextCtrl_SetStyle", (PyCFunction) _wrap_wxTextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS },
11478 { "wxTextCtrl_AppendText", (PyCFunction) _wrap_wxTextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS },
11479 { "wxTextCtrl_WriteText", (PyCFunction) _wrap_wxTextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS },
11480 { "wxTextCtrl_SetMaxLength", (PyCFunction) _wrap_wxTextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS },
11481 { "wxTextCtrl_DiscardEdits", (PyCFunction) _wrap_wxTextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS },
11482 { "wxTextCtrl_SaveFile", (PyCFunction) _wrap_wxTextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS },
11483 { "wxTextCtrl_LoadFile", (PyCFunction) _wrap_wxTextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS },
11484 { "wxTextCtrl_Remove", (PyCFunction) _wrap_wxTextCtrl_Remove, METH_VARARGS | METH_KEYWORDS },
11485 { "wxTextCtrl_Replace", (PyCFunction) _wrap_wxTextCtrl_Replace, METH_VARARGS | METH_KEYWORDS },
11486 { "wxTextCtrl_Clear", (PyCFunction) _wrap_wxTextCtrl_Clear, METH_VARARGS | METH_KEYWORDS },
11487 { "wxTextCtrl_GetStringSelection", (PyCFunction) _wrap_wxTextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
11488 { "wxTextCtrl_GetSelection", (PyCFunction) _wrap_wxTextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
11489 { "wxTextCtrl_IsEditable", (PyCFunction) _wrap_wxTextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS },
11490 { "wxTextCtrl_IsModified", (PyCFunction) _wrap_wxTextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS },
11491 { "wxTextCtrl_GetNumberOfLines", (PyCFunction) _wrap_wxTextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS },
11492 { "wxTextCtrl_GetLineText", (PyCFunction) _wrap_wxTextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS },
11493 { "wxTextCtrl_GetLineLength", (PyCFunction) _wrap_wxTextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS },
11494 { "wxTextCtrl_GetRange", (PyCFunction) _wrap_wxTextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS },
11495 { "wxTextCtrl_SetValue", (PyCFunction) _wrap_wxTextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
11496 { "wxTextCtrl_GetValue", (PyCFunction) _wrap_wxTextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
11497 { "wxTextCtrl_Create", (PyCFunction) _wrap_wxTextCtrl_Create, METH_VARARGS | METH_KEYWORDS },
11498 { "new_wxPreTextCtrl", (PyCFunction) _wrap_new_wxPreTextCtrl, METH_VARARGS | METH_KEYWORDS },
11499 { "new_wxTextCtrl", (PyCFunction) _wrap_new_wxTextCtrl, METH_VARARGS | METH_KEYWORDS },
11500 { "wxTextAttr_Combine", (PyCFunction) _wrap_wxTextAttr_Combine, METH_VARARGS | METH_KEYWORDS },
11501 { "wxTextAttr_IsDefault", (PyCFunction) _wrap_wxTextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS },
11502 { "wxTextAttr_GetFont", (PyCFunction) _wrap_wxTextAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
11503 { "wxTextAttr_GetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
11504 { "wxTextAttr_GetTextColour", (PyCFunction) _wrap_wxTextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
11505 { "wxTextAttr_HasFont", (PyCFunction) _wrap_wxTextAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
11506 { "wxTextAttr_HasBackgroundColour", (PyCFunction) _wrap_wxTextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
11507 { "wxTextAttr_HasTextColour", (PyCFunction) _wrap_wxTextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
11508 { "wxTextAttr_SetFont", (PyCFunction) _wrap_wxTextAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
11509 { "wxTextAttr_SetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
11510 { "wxTextAttr_SetTextColour", (PyCFunction) _wrap_wxTextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
11511 { "delete_wxTextAttr", (PyCFunction) _wrap_delete_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
11512 { "new_wxTextAttr", (PyCFunction) _wrap_new_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
11513 { "wxCheckListBox_GetItemHeight", (PyCFunction) _wrap_wxCheckListBox_GetItemHeight, METH_VARARGS | METH_KEYWORDS },
11514 { "wxCheckListBox_InsertItems", (PyCFunction) _wrap_wxCheckListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
11515 { "wxCheckListBox_Check", (PyCFunction) _wrap_wxCheckListBox_Check, METH_VARARGS | METH_KEYWORDS },
11516 { "wxCheckListBox_IsChecked", (PyCFunction) _wrap_wxCheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
11517 { "wxCheckListBox_Create", (PyCFunction) _wrap_wxCheckListBox_Create, METH_VARARGS | METH_KEYWORDS },
11518 { "new_wxPreCheckListBox", (PyCFunction) _wrap_new_wxPreCheckListBox, METH_VARARGS | METH_KEYWORDS },
11519 { "new_wxCheckListBox", (PyCFunction) _wrap_new_wxCheckListBox, METH_VARARGS | METH_KEYWORDS },
11520 { "wxListBox_SetStringSelection", (PyCFunction) _wrap_wxListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
11521 { "wxListBox_SetString", (PyCFunction) _wrap_wxListBox_SetString, METH_VARARGS | METH_KEYWORDS },
11522 { "wxListBox_SetSelection", (PyCFunction) _wrap_wxListBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
11523 { "wxListBox_SetFirstItemStr", (PyCFunction) _wrap_wxListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS },
11524 { "wxListBox_SetFirstItem", (PyCFunction) _wrap_wxListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS },
11525 { "wxListBox_Set", (PyCFunction) _wrap_wxListBox_Set, METH_VARARGS | METH_KEYWORDS },
11526 { "wxListBox_Selected", (PyCFunction) _wrap_wxListBox_Selected, METH_VARARGS | METH_KEYWORDS },
11527 { "wxListBox_IsSelected", (PyCFunction) _wrap_wxListBox_IsSelected, METH_VARARGS | METH_KEYWORDS },
11528 { "wxListBox_InsertItems", (PyCFunction) _wrap_wxListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
11529 { "wxListBox_GetSelections", (PyCFunction) _wrap_wxListBox_GetSelections, METH_VARARGS | METH_KEYWORDS },
11530 { "wxListBox_Deselect", (PyCFunction) _wrap_wxListBox_Deselect, METH_VARARGS | METH_KEYWORDS },
11531 { "wxListBox_Clear", (PyCFunction) _wrap_wxListBox_Clear, METH_VARARGS | METH_KEYWORDS },
11532 { "wxListBox_Create", (PyCFunction) _wrap_wxListBox_Create, METH_VARARGS | METH_KEYWORDS },
11533 { "new_wxPreListBox", (PyCFunction) _wrap_new_wxPreListBox, METH_VARARGS | METH_KEYWORDS },
11534 { "new_wxListBox", (PyCFunction) _wrap_new_wxListBox, METH_VARARGS | METH_KEYWORDS },
11535 { "wxStaticText_SetLabel", (PyCFunction) _wrap_wxStaticText_SetLabel, METH_VARARGS | METH_KEYWORDS },
11536 { "wxStaticText_GetLabel", (PyCFunction) _wrap_wxStaticText_GetLabel, METH_VARARGS | METH_KEYWORDS },
11537 { "wxStaticText_Create", (PyCFunction) _wrap_wxStaticText_Create, METH_VARARGS | METH_KEYWORDS },
11538 { "new_wxPreStaticText", (PyCFunction) _wrap_new_wxPreStaticText, METH_VARARGS | METH_KEYWORDS },
11539 { "new_wxStaticText", (PyCFunction) _wrap_new_wxStaticText, METH_VARARGS | METH_KEYWORDS },
11540 { "wxStaticLine_Create", (PyCFunction) _wrap_wxStaticLine_Create, METH_VARARGS | METH_KEYWORDS },
11541 { "new_wxPreStaticLine", (PyCFunction) _wrap_new_wxPreStaticLine, METH_VARARGS | METH_KEYWORDS },
11542 { "new_wxStaticLine", (PyCFunction) _wrap_new_wxStaticLine, METH_VARARGS | METH_KEYWORDS },
11543 { "wxStaticBox_Create", (PyCFunction) _wrap_wxStaticBox_Create, METH_VARARGS | METH_KEYWORDS },
11544 { "new_wxPreStaticBox", (PyCFunction) _wrap_new_wxPreStaticBox, METH_VARARGS | METH_KEYWORDS },
11545 { "new_wxStaticBox", (PyCFunction) _wrap_new_wxStaticBox, METH_VARARGS | METH_KEYWORDS },
11546 { "wxGauge_SetValue", (PyCFunction) _wrap_wxGauge_SetValue, METH_VARARGS | METH_KEYWORDS },
11547 { "wxGauge_SetShadowWidth", (PyCFunction) _wrap_wxGauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS },
11548 { "wxGauge_SetRange", (PyCFunction) _wrap_wxGauge_SetRange, METH_VARARGS | METH_KEYWORDS },
11549 { "wxGauge_SetBezelFace", (PyCFunction) _wrap_wxGauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS },
11550 { "wxGauge_GetValue", (PyCFunction) _wrap_wxGauge_GetValue, METH_VARARGS | METH_KEYWORDS },
11551 { "wxGauge_GetShadowWidth", (PyCFunction) _wrap_wxGauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS },
11552 { "wxGauge_GetRange", (PyCFunction) _wrap_wxGauge_GetRange, METH_VARARGS | METH_KEYWORDS },
11553 { "wxGauge_GetBezelFace", (PyCFunction) _wrap_wxGauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS },
11554 { "wxGauge_Create", (PyCFunction) _wrap_wxGauge_Create, METH_VARARGS | METH_KEYWORDS },
11555 { "new_wxPreGauge", (PyCFunction) _wrap_new_wxPreGauge, METH_VARARGS | METH_KEYWORDS },
11556 { "new_wxGauge", (PyCFunction) _wrap_new_wxGauge, METH_VARARGS | METH_KEYWORDS },
11557 { "wxComboBox_SetEditable", (PyCFunction) _wrap_wxComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS },
11558 { "wxComboBox_SetValue", (PyCFunction) _wrap_wxComboBox_SetValue, METH_VARARGS | METH_KEYWORDS },
11559 { "wxComboBox_SetMark", (PyCFunction) _wrap_wxComboBox_SetMark, METH_VARARGS | METH_KEYWORDS },
11560 { "wxComboBox_SetSelection", (PyCFunction) _wrap_wxComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
11561 { "wxComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_wxComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
11562 { "wxComboBox_SetInsertionPoint", (PyCFunction) _wrap_wxComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
11563 { "wxComboBox_Remove", (PyCFunction) _wrap_wxComboBox_Remove, METH_VARARGS | METH_KEYWORDS },
11564 { "wxComboBox_Replace", (PyCFunction) _wrap_wxComboBox_Replace, METH_VARARGS | METH_KEYWORDS },
11565 { "wxComboBox_Paste", (PyCFunction) _wrap_wxComboBox_Paste, METH_VARARGS | METH_KEYWORDS },
11566 { "wxComboBox_GetValue", (PyCFunction) _wrap_wxComboBox_GetValue, METH_VARARGS | METH_KEYWORDS },
11567 { "wxComboBox_GetLastPosition", (PyCFunction) _wrap_wxComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
11568 { "wxComboBox_GetInsertionPoint", (PyCFunction) _wrap_wxComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
11569 { "wxComboBox_Cut", (PyCFunction) _wrap_wxComboBox_Cut, METH_VARARGS | METH_KEYWORDS },
11570 { "wxComboBox_Copy", (PyCFunction) _wrap_wxComboBox_Copy, METH_VARARGS | METH_KEYWORDS },
11571 { "wxComboBox_Create", (PyCFunction) _wrap_wxComboBox_Create, METH_VARARGS | METH_KEYWORDS },
11572 { "new_wxPreComboBox", (PyCFunction) _wrap_new_wxPreComboBox, METH_VARARGS | METH_KEYWORDS },
11573 { "new_wxComboBox", (PyCFunction) _wrap_new_wxComboBox, METH_VARARGS | METH_KEYWORDS },
11574 { "wxChoice_SetString", (PyCFunction) _wrap_wxChoice_SetString, METH_VARARGS | METH_KEYWORDS },
11575 { "wxChoice_SetStringSelection", (PyCFunction) _wrap_wxChoice_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
11576 { "wxChoice_SetSelection", (PyCFunction) _wrap_wxChoice_SetSelection, METH_VARARGS | METH_KEYWORDS },
11577 { "wxChoice_SetColumns", (PyCFunction) _wrap_wxChoice_SetColumns, METH_VARARGS | METH_KEYWORDS },
11578 { "wxChoice_GetColumns", (PyCFunction) _wrap_wxChoice_GetColumns, METH_VARARGS | METH_KEYWORDS },
11579 { "wxChoice_Clear", (PyCFunction) _wrap_wxChoice_Clear, METH_VARARGS | METH_KEYWORDS },
11580 { "wxChoice_Create", (PyCFunction) _wrap_wxChoice_Create, METH_VARARGS | METH_KEYWORDS },
11581 { "new_wxPreChoice", (PyCFunction) _wrap_new_wxPreChoice, METH_VARARGS | METH_KEYWORDS },
11582 { "new_wxChoice", (PyCFunction) _wrap_new_wxChoice, METH_VARARGS | METH_KEYWORDS },
11583 { "wxCheckBox_SetValue", (PyCFunction) _wrap_wxCheckBox_SetValue, METH_VARARGS | METH_KEYWORDS },
11584 { "wxCheckBox_GetValue", (PyCFunction) _wrap_wxCheckBox_GetValue, METH_VARARGS | METH_KEYWORDS },
11585 { "wxCheckBox_Create", (PyCFunction) _wrap_wxCheckBox_Create, METH_VARARGS | METH_KEYWORDS },
11586 { "new_wxPreCheckBox", (PyCFunction) _wrap_new_wxPreCheckBox, METH_VARARGS | METH_KEYWORDS },
11587 { "new_wxCheckBox", (PyCFunction) _wrap_new_wxCheckBox, METH_VARARGS | METH_KEYWORDS },
11588 { "wxBitmapButton_GetMarginY", (PyCFunction) _wrap_wxBitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS },
11589 { "wxBitmapButton_GetMarginX", (PyCFunction) _wrap_wxBitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS },
11590 { "wxBitmapButton_SetMargins", (PyCFunction) _wrap_wxBitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS },
11591 { "wxBitmapButton_SetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
11592 { "wxBitmapButton_SetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
11593 { "wxBitmapButton_SetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
11594 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
11595 { "wxBitmapButton_GetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
11596 { "wxBitmapButton_GetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
11597 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
11598 { "wxBitmapButton_GetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
11599 { "wxBitmapButton_Create", (PyCFunction) _wrap_wxBitmapButton_Create, METH_VARARGS | METH_KEYWORDS },
11600 { "new_wxPreBitmapButton", (PyCFunction) _wrap_new_wxPreBitmapButton, METH_VARARGS | METH_KEYWORDS },
11601 { "new_wxBitmapButton", (PyCFunction) _wrap_new_wxBitmapButton, METH_VARARGS | METH_KEYWORDS },
11602 { "wxButton_GetDefaultSize", (PyCFunction) _wrap_wxButton_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
11603 { "wxButton_SetImageMargins", (PyCFunction) _wrap_wxButton_SetImageMargins, METH_VARARGS | METH_KEYWORDS },
11604 { "wxButton_SetImageLabel", (PyCFunction) _wrap_wxButton_SetImageLabel, METH_VARARGS | METH_KEYWORDS },
11605 { "wxButton_SetForegroundColour", (PyCFunction) _wrap_wxButton_SetForegroundColour, METH_VARARGS | METH_KEYWORDS },
11606 { "wxButton_SetBackgroundColour", (PyCFunction) _wrap_wxButton_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
11607 { "wxButton_SetDefault", (PyCFunction) _wrap_wxButton_SetDefault, METH_VARARGS | METH_KEYWORDS },
11608 { "wxButton_Create", (PyCFunction) _wrap_wxButton_Create, METH_VARARGS | METH_KEYWORDS },
11609 { "new_wxPreButton", (PyCFunction) _wrap_new_wxPreButton, METH_VARARGS | METH_KEYWORDS },
11610 { "new_wxButton", (PyCFunction) _wrap_new_wxButton, METH_VARARGS | METH_KEYWORDS },
11611 { "wxControlWithItems_AppendItems", (PyCFunction) _wrap_wxControlWithItems_AppendItems, METH_VARARGS | METH_KEYWORDS },
11612 { "wxControlWithItems_SetClientData", (PyCFunction) _wrap_wxControlWithItems_SetClientData, METH_VARARGS | METH_KEYWORDS },
11613 { "wxControlWithItems_GetClientData", (PyCFunction) _wrap_wxControlWithItems_GetClientData, METH_VARARGS | METH_KEYWORDS },
11614 { "wxControlWithItems_Append", (PyCFunction) _wrap_wxControlWithItems_Append, METH_VARARGS | METH_KEYWORDS },
11615 { "wxControlWithItems_GetStringSelection", (PyCFunction) _wrap_wxControlWithItems_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
11616 { "wxControlWithItems_GetSelection", (PyCFunction) _wrap_wxControlWithItems_GetSelection, METH_VARARGS | METH_KEYWORDS },
11617 { "wxControlWithItems_Select", (PyCFunction) _wrap_wxControlWithItems_Select, METH_VARARGS | METH_KEYWORDS },
11618 { "wxControlWithItems_FindString", (PyCFunction) _wrap_wxControlWithItems_FindString, METH_VARARGS | METH_KEYWORDS },
11619 { "wxControlWithItems_SetString", (PyCFunction) _wrap_wxControlWithItems_SetString, METH_VARARGS | METH_KEYWORDS },
11620 { "wxControlWithItems_GetString", (PyCFunction) _wrap_wxControlWithItems_GetString, METH_VARARGS | METH_KEYWORDS },
11621 { "wxControlWithItems_GetCount", (PyCFunction) _wrap_wxControlWithItems_GetCount, METH_VARARGS | METH_KEYWORDS },
11622 { "wxControlWithItems_Delete", (PyCFunction) _wrap_wxControlWithItems_Delete, METH_VARARGS | METH_KEYWORDS },
11623 { "wxControl_SetLabel", (PyCFunction) _wrap_wxControl_SetLabel, METH_VARARGS | METH_KEYWORDS },
11624 { "wxControl_GetLabel", (PyCFunction) _wrap_wxControl_GetLabel, METH_VARARGS | METH_KEYWORDS },
11625 { "wxControl_Command", (PyCFunction) _wrap_wxControl_Command, METH_VARARGS | METH_KEYWORDS },
11626 { "wxControl_Create", (PyCFunction) _wrap_wxControl_Create, METH_VARARGS | METH_KEYWORDS },
11627 { "new_wxPreControl", (PyCFunction) _wrap_new_wxPreControl, METH_VARARGS | METH_KEYWORDS },
11628 { "new_wxControl", (PyCFunction) _wrap_new_wxControl, METH_VARARGS | METH_KEYWORDS },
11629 { NULL, NULL }
11630 };
11631 #ifdef __cplusplus
11632 }
11633 #endif
11634 /*
11635 * This table is used by the pointer type-checker
11636 */
11637 static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
11638 { "_signed_long","_long",0},
11639 { "_wxPrintQuality","_wxCoord",0},
11640 { "_wxPrintQuality","_int",0},
11641 { "_wxPrintQuality","_signed_int",0},
11642 { "_wxPrintQuality","_unsigned_int",0},
11643 { "_wxPrintQuality","_wxWindowID",0},
11644 { "_wxPrintQuality","_uint",0},
11645 { "_wxPrintQuality","_EBool",0},
11646 { "_wxPrintQuality","_size_t",0},
11647 { "_wxPrintQuality","_time_t",0},
11648 { "_byte","_unsigned_char",0},
11649 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice},
11650 { "_long","_unsigned_long",0},
11651 { "_long","_signed_long",0},
11652 { "_size_t","_wxCoord",0},
11653 { "_size_t","_wxPrintQuality",0},
11654 { "_size_t","_time_t",0},
11655 { "_size_t","_unsigned_int",0},
11656 { "_size_t","_int",0},
11657 { "_size_t","_wxWindowID",0},
11658 { "_size_t","_uint",0},
11659 { "_uint","_wxCoord",0},
11660 { "_uint","_wxPrintQuality",0},
11661 { "_uint","_time_t",0},
11662 { "_uint","_size_t",0},
11663 { "_uint","_unsigned_int",0},
11664 { "_uint","_int",0},
11665 { "_uint","_wxWindowID",0},
11666 { "_wxChar","_char",0},
11667 { "_char","_wxChar",0},
11668 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton},
11669 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
11670 { "_EBool","_wxCoord",0},
11671 { "_EBool","_wxPrintQuality",0},
11672 { "_EBool","_signed_int",0},
11673 { "_EBool","_int",0},
11674 { "_EBool","_wxWindowID",0},
11675 { "_unsigned_long","_long",0},
11676 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
11677 { "_signed_int","_wxCoord",0},
11678 { "_signed_int","_wxPrintQuality",0},
11679 { "_signed_int","_EBool",0},
11680 { "_signed_int","_wxWindowID",0},
11681 { "_signed_int","_int",0},
11682 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox},
11683 { "_WXTYPE","_short",0},
11684 { "_WXTYPE","_signed_short",0},
11685 { "_WXTYPE","_unsigned_short",0},
11686 { "_unsigned_short","_WXTYPE",0},
11687 { "_unsigned_short","_short",0},
11688 { "_wxObject","_wxToggleButton",SwigwxToggleButtonTowxObject},
11689 { "_wxObject","_wxSpinCtrl",SwigwxSpinCtrlTowxObject},
11690 { "_wxObject","_wxSlider",SwigwxSliderTowxObject},
11691 { "_wxObject","_wxRadioButton",SwigwxRadioButtonTowxObject},
11692 { "_wxObject","_wxRadioBox",SwigwxRadioBoxTowxObject},
11693 { "_wxObject","_wxStaticBitmap",SwigwxStaticBitmapTowxObject},
11694 { "_wxObject","_wxSpinButton",SwigwxSpinButtonTowxObject},
11695 { "_wxObject","_wxScrollBar",SwigwxScrollBarTowxObject},
11696 { "_wxObject","_wxTextCtrl",SwigwxTextCtrlTowxObject},
11697 { "_wxObject","_wxCheckListBox",SwigwxCheckListBoxTowxObject},
11698 { "_wxObject","_wxListBox",SwigwxListBoxTowxObject},
11699 { "_wxObject","_wxStaticText",SwigwxStaticTextTowxObject},
11700 { "_wxObject","_wxStaticLine",SwigwxStaticLineTowxObject},
11701 { "_wxObject","_wxStaticBox",SwigwxStaticBoxTowxObject},
11702 { "_wxObject","_wxGauge",SwigwxGaugeTowxObject},
11703 { "_wxObject","_wxComboBox",SwigwxComboBoxTowxObject},
11704 { "_wxObject","_wxChoice",SwigwxChoiceTowxObject},
11705 { "_wxObject","_wxCheckBox",SwigwxCheckBoxTowxObject},
11706 { "_wxObject","_wxBitmapButton",SwigwxBitmapButtonTowxObject},
11707 { "_wxObject","_wxButton",SwigwxButtonTowxObject},
11708 { "_wxObject","_wxControlWithItems",SwigwxControlWithItemsTowxObject},
11709 { "_wxObject","_wxControl",SwigwxControlTowxObject},
11710 { "_signed_short","_WXTYPE",0},
11711 { "_signed_short","_short",0},
11712 { "_unsigned_char","_byte",0},
11713 { "_wxControl","_wxToggleButton",SwigwxToggleButtonTowxControl},
11714 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl},
11715 { "_wxControl","_wxSlider",SwigwxSliderTowxControl},
11716 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl},
11717 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl},
11718 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl},
11719 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl},
11720 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl},
11721 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl},
11722 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl},
11723 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl},
11724 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl},
11725 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl},
11726 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl},
11727 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl},
11728 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl},
11729 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl},
11730 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl},
11731 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl},
11732 { "_wxControl","_wxButton",SwigwxButtonTowxControl},
11733 { "_wxControl","_wxControlWithItems",SwigwxControlWithItemsTowxControl},
11734 { "_unsigned_int","_wxCoord",0},
11735 { "_unsigned_int","_wxPrintQuality",0},
11736 { "_unsigned_int","_time_t",0},
11737 { "_unsigned_int","_size_t",0},
11738 { "_unsigned_int","_uint",0},
11739 { "_unsigned_int","_wxWindowID",0},
11740 { "_unsigned_int","_int",0},
11741 { "_short","_WXTYPE",0},
11742 { "_short","_unsigned_short",0},
11743 { "_short","_signed_short",0},
11744 { "_wxControlWithItems","_wxCheckListBox",SwigwxCheckListBoxTowxControlWithItems},
11745 { "_wxControlWithItems","_wxListBox",SwigwxListBoxTowxControlWithItems},
11746 { "_wxControlWithItems","_wxComboBox",SwigwxComboBoxTowxControlWithItems},
11747 { "_wxControlWithItems","_wxChoice",SwigwxChoiceTowxControlWithItems},
11748 { "_wxWindowID","_wxCoord",0},
11749 { "_wxWindowID","_wxPrintQuality",0},
11750 { "_wxWindowID","_time_t",0},
11751 { "_wxWindowID","_size_t",0},
11752 { "_wxWindowID","_EBool",0},
11753 { "_wxWindowID","_uint",0},
11754 { "_wxWindowID","_int",0},
11755 { "_wxWindowID","_signed_int",0},
11756 { "_wxWindowID","_unsigned_int",0},
11757 { "_int","_wxCoord",0},
11758 { "_int","_wxPrintQuality",0},
11759 { "_int","_time_t",0},
11760 { "_int","_size_t",0},
11761 { "_int","_EBool",0},
11762 { "_int","_uint",0},
11763 { "_int","_wxWindowID",0},
11764 { "_int","_unsigned_int",0},
11765 { "_int","_signed_int",0},
11766 { "_time_t","_wxCoord",0},
11767 { "_time_t","_wxPrintQuality",0},
11768 { "_time_t","_unsigned_int",0},
11769 { "_time_t","_int",0},
11770 { "_time_t","_wxWindowID",0},
11771 { "_time_t","_uint",0},
11772 { "_time_t","_size_t",0},
11773 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton},
11774 { "_wxCoord","_int",0},
11775 { "_wxCoord","_signed_int",0},
11776 { "_wxCoord","_unsigned_int",0},
11777 { "_wxCoord","_wxWindowID",0},
11778 { "_wxCoord","_uint",0},
11779 { "_wxCoord","_EBool",0},
11780 { "_wxCoord","_size_t",0},
11781 { "_wxCoord","_time_t",0},
11782 { "_wxCoord","_wxPrintQuality",0},
11783 { "_wxEvtHandler","_wxToggleButton",SwigwxToggleButtonTowxEvtHandler},
11784 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler},
11785 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler},
11786 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler},
11787 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler},
11788 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler},
11789 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler},
11790 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler},
11791 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler},
11792 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler},
11793 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler},
11794 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler},
11795 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler},
11796 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler},
11797 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler},
11798 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler},
11799 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler},
11800 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler},
11801 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler},
11802 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler},
11803 { "_wxEvtHandler","_wxControlWithItems",SwigwxControlWithItemsTowxEvtHandler},
11804 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler},
11805 { "_wxWindow","_wxToggleButton",SwigwxToggleButtonTowxWindow},
11806 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow},
11807 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow},
11808 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow},
11809 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow},
11810 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow},
11811 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow},
11812 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow},
11813 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow},
11814 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow},
11815 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow},
11816 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow},
11817 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow},
11818 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow},
11819 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow},
11820 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow},
11821 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow},
11822 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow},
11823 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow},
11824 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow},
11825 { "_wxWindow","_wxControlWithItems",SwigwxControlWithItemsTowxWindow},
11826 { "_wxWindow","_wxControl",SwigwxControlTowxWindow},
11827 {0,0,0}};
11828
11829 static PyObject *SWIG_globals;
11830 #ifdef __cplusplus
11831 extern "C"
11832 #endif
11833 SWIGEXPORT(void) initcontrolsc() {
11834 PyObject *m, *d;
11835 SWIG_globals = SWIG_newvarlink();
11836 m = Py_InitModule("controlsc", controlscMethods);
11837 d = PyModule_GetDict(m);
11838 PyDict_SetItemString(d,"cvar", SWIG_globals);
11839 SWIG_addvarlink(SWIG_globals,"wxDefaultValidator",_wrap_wxDefaultValidator_get, _wrap_wxDefaultValidator_set);
11840 PyDict_SetItemString(d,"wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
11841 {
11842 int i;
11843 for (i = 0; _swig_mapping[i].n1; i++)
11844 SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv);
11845 }
11846 }