]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/msw/controls.cpp
#if around deprecated macros
[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 "Python.h"
23
24 #include <string.h>
25 #include <stdlib.h>
26 /* Definitions for Windows/Unix exporting */
27 #if defined(__WIN32__)
28 # if defined(_MSC_VER)
29 # define SWIGEXPORT(a) __declspec(dllexport) a
30 # else
31 # if defined(__BORLANDC__)
32 # define SWIGEXPORT(a) a _export
33 # else
34 # define SWIGEXPORT(a) a
35 # endif
36 # endif
37 #else
38 # define SWIGEXPORT(a) a
39 #endif
40
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 extern void SWIG_MakePtr(char *, void *, char *);
45 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
46 extern char *SWIG_GetPtr(char *, void **, char *);
47 extern char *SWIG_GetPtrObj(PyObject *, void **, char *);
48 extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
49 extern PyObject *SWIG_newvarlink(void);
50 #ifdef __cplusplus
51 }
52 #endif
53 #define SWIG_init initcontrolsc
54
55 #define SWIG_name "controlsc"
56
57 #include "helpers.h"
58 #include <wx/slider.h>
59 #include <wx/spinbutt.h>
60 #include <wx/spinctrl.h>
61 #include <wx/dynarray.h>
62 #include <wx/statline.h>
63 #include <wx/tglbtn.h>
64
65 #ifdef __WXMSW__
66 #if wxUSE_OWNER_DRAWN
67 #include <wx/checklst.h>
68 #endif
69 #endif
70
71 #ifdef __WXGTK__
72 #include <wx/checklst.h>
73 #endif
74
75
76 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
77 PyObject* o2;
78 PyObject* o3;
79
80 if (!target) {
81 target = o;
82 } else if (target == Py_None) {
83 Py_DECREF(Py_None);
84 target = o;
85 } else {
86 if (!PyTuple_Check(target)) {
87 o2 = target;
88 target = PyTuple_New(1);
89 PyTuple_SetItem(target, 0, o2);
90 }
91 o3 = PyTuple_New(1);
92 PyTuple_SetItem(o3, 0, o);
93
94 o2 = target;
95 target = PySequence_Concat(o2, o3);
96 Py_DECREF(o2);
97 Py_DECREF(o3);
98 }
99 return target;
100 }
101
102 //#define DECLARE_DEF_STRING(name) static wxString* wxPy##name
103
104 // Put some wx default wxChar* values into wxStrings.
105 DECLARE_DEF_STRING(ControlNameStr);
106 DECLARE_DEF_STRING(ButtonNameStr);
107 DECLARE_DEF_STRING(CheckBoxNameStr);
108 DECLARE_DEF_STRING(ChoiceNameStr);
109 DECLARE_DEF_STRING(ComboBoxNameStr);
110 DECLARE_DEF_STRING(GaugeNameStr);
111 DECLARE_DEF_STRING(StaticBoxNameStr);
112 DECLARE_DEF_STRING(StaticTextNameStr);
113 DECLARE_DEF_STRING(ListBoxNameStr);
114 DECLARE_DEF_STRING(TextCtrlNameStr);
115 DECLARE_DEF_STRING(ScrollBarNameStr);
116 DECLARE_DEF_STRING(SPIN_BUTTON_NAME);
117 DECLARE_DEF_STRING(StaticBitmapNameStr);
118 DECLARE_DEF_STRING(RadioBoxNameStr);
119 DECLARE_DEF_STRING(RadioButtonNameStr);
120 DECLARE_DEF_STRING(SliderNameStr);
121
122 wxChar* wxSpinCtrlNameStr = _T("wxSpinCtrl");
123 DECLARE_DEF_STRING(SpinCtrlNameStr);
124
125 static const wxString wxPyEmptyString(wxT(""));
126 #ifdef __cplusplus
127 extern "C" {
128 #endif
129 static int _wrap_wxDefaultValidator_set(PyObject *val) {
130
131 PyErr_SetString(PyExc_TypeError,"Variable wxDefaultValidator is read-only.");
132 return 1;
133 }
134
135 static PyObject *_wrap_wxDefaultValidator_get() {
136 PyObject * pyobj;
137 char ptemp[128];
138
139 SWIG_MakePtr(ptemp,(char *) &wxDefaultValidator,"_wxValidator_p");
140 pyobj = PyString_FromString(ptemp);
141 return pyobj;
142 }
143
144 static void *SwigwxControlTowxWindow(void *ptr) {
145 wxControl *src;
146 wxWindow *dest;
147 src = (wxControl *) ptr;
148 dest = (wxWindow *) src;
149 return (void *) dest;
150 }
151
152 static void *SwigwxControlTowxEvtHandler(void *ptr) {
153 wxControl *src;
154 wxEvtHandler *dest;
155 src = (wxControl *) ptr;
156 dest = (wxEvtHandler *) src;
157 return (void *) dest;
158 }
159
160 static void *SwigwxControlTowxObject(void *ptr) {
161 wxControl *src;
162 wxObject *dest;
163 src = (wxControl *) ptr;
164 dest = (wxObject *) src;
165 return (void *) dest;
166 }
167
168 #define new_wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
169 static PyObject *_wrap_new_wxControl(PyObject *self, PyObject *args, PyObject *kwargs) {
170 PyObject * _resultobj;
171 wxControl * _result;
172 wxWindow * _arg0;
173 wxWindowID _arg1;
174 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
175 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
176 long _arg4 = (long ) 0;
177 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
178 wxString * _arg6 = (wxString *) &wxPyControlNameStr;
179 PyObject * _argo0 = 0;
180 wxPoint temp;
181 PyObject * _obj2 = 0;
182 wxSize temp0;
183 PyObject * _obj3 = 0;
184 PyObject * _argo5 = 0;
185 PyObject * _obj6 = 0;
186 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
187 char _ptemp[128];
188
189 self = self;
190 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOlOO:new_wxControl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6))
191 return NULL;
192 if (_argo0) {
193 if (_argo0 == Py_None) { _arg0 = NULL; }
194 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
195 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxControl. Expected _wxWindow_p.");
196 return NULL;
197 }
198 }
199 if (_obj2)
200 {
201 _arg2 = &temp;
202 if (! wxPoint_helper(_obj2, &_arg2))
203 return NULL;
204 }
205 if (_obj3)
206 {
207 _arg3 = &temp0;
208 if (! wxSize_helper(_obj3, &_arg3))
209 return NULL;
210 }
211 if (_argo5) {
212 if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
213 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxControl. Expected _wxValidator_p.");
214 return NULL;
215 }
216 }
217 if (_obj6)
218 {
219 _arg6 = wxString_in_helper(_obj6);
220 if (_arg6 == NULL)
221 return NULL;
222 }
223 {
224 PyThreadState* __tstate = wxPyBeginAllowThreads();
225 _result = (wxControl *)new_wxControl(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6);
226
227 wxPyEndAllowThreads(__tstate);
228 if (PyErr_Occurred()) return NULL;
229 } if (_result) {
230 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
231 _resultobj = Py_BuildValue("s",_ptemp);
232 } else {
233 Py_INCREF(Py_None);
234 _resultobj = Py_None;
235 }
236 {
237 if (_obj6)
238 delete _arg6;
239 }
240 return _resultobj;
241 }
242
243 #define new_wxPreControl() (new wxControl())
244 static PyObject *_wrap_new_wxPreControl(PyObject *self, PyObject *args, PyObject *kwargs) {
245 PyObject * _resultobj;
246 wxControl * _result;
247 char *_kwnames[] = { NULL };
248 char _ptemp[128];
249
250 self = self;
251 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreControl",_kwnames))
252 return NULL;
253 {
254 PyThreadState* __tstate = wxPyBeginAllowThreads();
255 _result = (wxControl *)new_wxPreControl();
256
257 wxPyEndAllowThreads(__tstate);
258 if (PyErr_Occurred()) return NULL;
259 } if (_result) {
260 SWIG_MakePtr(_ptemp, (char *) _result,"_wxControl_p");
261 _resultobj = Py_BuildValue("s",_ptemp);
262 } else {
263 Py_INCREF(Py_None);
264 _resultobj = Py_None;
265 }
266 return _resultobj;
267 }
268
269 #define wxControl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
270 static PyObject *_wrap_wxControl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
271 PyObject * _resultobj;
272 bool _result;
273 wxControl * _arg0;
274 wxWindow * _arg1;
275 wxWindowID _arg2;
276 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
277 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
278 long _arg5 = (long ) 0;
279 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
280 wxString * _arg7 = (wxString *) &wxPyControlNameStr;
281 PyObject * _argo0 = 0;
282 PyObject * _argo1 = 0;
283 wxPoint temp;
284 PyObject * _obj3 = 0;
285 wxSize temp0;
286 PyObject * _obj4 = 0;
287 PyObject * _argo6 = 0;
288 PyObject * _obj7 = 0;
289 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
290
291 self = self;
292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOlOO:wxControl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
293 return NULL;
294 if (_argo0) {
295 if (_argo0 == Py_None) { _arg0 = NULL; }
296 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
297 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Create. Expected _wxControl_p.");
298 return NULL;
299 }
300 }
301 if (_argo1) {
302 if (_argo1 == Py_None) { _arg1 = NULL; }
303 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
304 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Create. Expected _wxWindow_p.");
305 return NULL;
306 }
307 }
308 if (_obj3)
309 {
310 _arg3 = &temp;
311 if (! wxPoint_helper(_obj3, &_arg3))
312 return NULL;
313 }
314 if (_obj4)
315 {
316 _arg4 = &temp0;
317 if (! wxSize_helper(_obj4, &_arg4))
318 return NULL;
319 }
320 if (_argo6) {
321 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
322 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxControl_Create. Expected _wxValidator_p.");
323 return NULL;
324 }
325 }
326 if (_obj7)
327 {
328 _arg7 = wxString_in_helper(_obj7);
329 if (_arg7 == NULL)
330 return NULL;
331 }
332 {
333 PyThreadState* __tstate = wxPyBeginAllowThreads();
334 _result = (bool )wxControl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
335
336 wxPyEndAllowThreads(__tstate);
337 if (PyErr_Occurred()) return NULL;
338 } _resultobj = Py_BuildValue("i",_result);
339 {
340 if (_obj7)
341 delete _arg7;
342 }
343 return _resultobj;
344 }
345
346 #define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
347 static PyObject *_wrap_wxControl_Command(PyObject *self, PyObject *args, PyObject *kwargs) {
348 PyObject * _resultobj;
349 wxControl * _arg0;
350 wxCommandEvent * _arg1;
351 PyObject * _argo0 = 0;
352 PyObject * _argo1 = 0;
353 char *_kwnames[] = { "self","event", NULL };
354
355 self = self;
356 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_Command",_kwnames,&_argo0,&_argo1))
357 return NULL;
358 if (_argo0) {
359 if (_argo0 == Py_None) { _arg0 = NULL; }
360 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
361 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
362 return NULL;
363 }
364 }
365 if (_argo1) {
366 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxCommandEvent_p")) {
367 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
368 return NULL;
369 }
370 }
371 {
372 PyThreadState* __tstate = wxPyBeginAllowThreads();
373 wxControl_Command(_arg0,*_arg1);
374
375 wxPyEndAllowThreads(__tstate);
376 if (PyErr_Occurred()) return NULL;
377 } Py_INCREF(Py_None);
378 _resultobj = Py_None;
379 return _resultobj;
380 }
381
382 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
383 static PyObject *_wrap_wxControl_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
384 PyObject * _resultobj;
385 wxString * _result;
386 wxControl * _arg0;
387 PyObject * _argo0 = 0;
388 char *_kwnames[] = { "self", NULL };
389
390 self = self;
391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControl_GetLabel",_kwnames,&_argo0))
392 return NULL;
393 if (_argo0) {
394 if (_argo0 == Py_None) { _arg0 = NULL; }
395 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
396 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
397 return NULL;
398 }
399 }
400 {
401 PyThreadState* __tstate = wxPyBeginAllowThreads();
402 _result = new wxString (wxControl_GetLabel(_arg0));
403
404 wxPyEndAllowThreads(__tstate);
405 if (PyErr_Occurred()) return NULL;
406 }{
407 #if wxUSE_UNICODE
408 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
409 #else
410 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
411 #endif
412 }
413 {
414 delete _result;
415 }
416 return _resultobj;
417 }
418
419 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
420 static PyObject *_wrap_wxControl_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
421 PyObject * _resultobj;
422 wxControl * _arg0;
423 wxString * _arg1;
424 PyObject * _argo0 = 0;
425 PyObject * _obj1 = 0;
426 char *_kwnames[] = { "self","label", NULL };
427
428 self = self;
429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControl_SetLabel",_kwnames,&_argo0,&_obj1))
430 return NULL;
431 if (_argo0) {
432 if (_argo0 == Py_None) { _arg0 = NULL; }
433 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControl_p")) {
434 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
435 return NULL;
436 }
437 }
438 {
439 _arg1 = wxString_in_helper(_obj1);
440 if (_arg1 == NULL)
441 return NULL;
442 }
443 {
444 PyThreadState* __tstate = wxPyBeginAllowThreads();
445 wxControl_SetLabel(_arg0,*_arg1);
446
447 wxPyEndAllowThreads(__tstate);
448 if (PyErr_Occurred()) return NULL;
449 } Py_INCREF(Py_None);
450 _resultobj = Py_None;
451 {
452 if (_obj1)
453 delete _arg1;
454 }
455 return _resultobj;
456 }
457
458 static void *SwigwxControlWithItemsTowxControl(void *ptr) {
459 wxControlWithItems *src;
460 wxControl *dest;
461 src = (wxControlWithItems *) ptr;
462 dest = (wxControl *) src;
463 return (void *) dest;
464 }
465
466 static void *SwigwxControlWithItemsTowxWindow(void *ptr) {
467 wxControlWithItems *src;
468 wxWindow *dest;
469 src = (wxControlWithItems *) ptr;
470 dest = (wxWindow *) src;
471 return (void *) dest;
472 }
473
474 static void *SwigwxControlWithItemsTowxEvtHandler(void *ptr) {
475 wxControlWithItems *src;
476 wxEvtHandler *dest;
477 src = (wxControlWithItems *) ptr;
478 dest = (wxEvtHandler *) src;
479 return (void *) dest;
480 }
481
482 static void *SwigwxControlWithItemsTowxObject(void *ptr) {
483 wxControlWithItems *src;
484 wxObject *dest;
485 src = (wxControlWithItems *) ptr;
486 dest = (wxObject *) src;
487 return (void *) dest;
488 }
489
490 #define wxControlWithItems_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
491 static PyObject *_wrap_wxControlWithItems_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
492 PyObject * _resultobj;
493 wxControlWithItems * _arg0;
494 int _arg1;
495 PyObject * _argo0 = 0;
496 char *_kwnames[] = { "self","n", NULL };
497
498 self = self;
499 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Delete",_kwnames,&_argo0,&_arg1))
500 return NULL;
501 if (_argo0) {
502 if (_argo0 == Py_None) { _arg0 = NULL; }
503 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
504 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Delete. Expected _wxControlWithItems_p.");
505 return NULL;
506 }
507 }
508 {
509 PyThreadState* __tstate = wxPyBeginAllowThreads();
510 wxControlWithItems_Delete(_arg0,_arg1);
511
512 wxPyEndAllowThreads(__tstate);
513 if (PyErr_Occurred()) return NULL;
514 } Py_INCREF(Py_None);
515 _resultobj = Py_None;
516 return _resultobj;
517 }
518
519 #define wxControlWithItems_GetCount(_swigobj) (_swigobj->GetCount())
520 static PyObject *_wrap_wxControlWithItems_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
521 PyObject * _resultobj;
522 int _result;
523 wxControlWithItems * _arg0;
524 PyObject * _argo0 = 0;
525 char *_kwnames[] = { "self", NULL };
526
527 self = self;
528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetCount",_kwnames,&_argo0))
529 return NULL;
530 if (_argo0) {
531 if (_argo0 == Py_None) { _arg0 = NULL; }
532 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
533 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetCount. Expected _wxControlWithItems_p.");
534 return NULL;
535 }
536 }
537 {
538 PyThreadState* __tstate = wxPyBeginAllowThreads();
539 _result = (int )wxControlWithItems_GetCount(_arg0);
540
541 wxPyEndAllowThreads(__tstate);
542 if (PyErr_Occurred()) return NULL;
543 } _resultobj = Py_BuildValue("i",_result);
544 return _resultobj;
545 }
546
547 #define wxControlWithItems_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
548 static PyObject *_wrap_wxControlWithItems_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
549 PyObject * _resultobj;
550 wxString * _result;
551 wxControlWithItems * _arg0;
552 int _arg1;
553 PyObject * _argo0 = 0;
554 char *_kwnames[] = { "self","n", NULL };
555
556 self = self;
557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetString",_kwnames,&_argo0,&_arg1))
558 return NULL;
559 if (_argo0) {
560 if (_argo0 == Py_None) { _arg0 = NULL; }
561 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
562 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetString. Expected _wxControlWithItems_p.");
563 return NULL;
564 }
565 }
566 {
567 PyThreadState* __tstate = wxPyBeginAllowThreads();
568 _result = new wxString (wxControlWithItems_GetString(_arg0,_arg1));
569
570 wxPyEndAllowThreads(__tstate);
571 if (PyErr_Occurred()) return NULL;
572 }{
573 #if wxUSE_UNICODE
574 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
575 #else
576 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
577 #endif
578 }
579 {
580 delete _result;
581 }
582 return _resultobj;
583 }
584
585 #define wxControlWithItems_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
586 static PyObject *_wrap_wxControlWithItems_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
587 PyObject * _resultobj;
588 wxControlWithItems * _arg0;
589 int _arg1;
590 wxString * _arg2;
591 PyObject * _argo0 = 0;
592 PyObject * _obj2 = 0;
593 char *_kwnames[] = { "self","n","s", NULL };
594
595 self = self;
596 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
597 return NULL;
598 if (_argo0) {
599 if (_argo0 == Py_None) { _arg0 = NULL; }
600 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
601 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetString. Expected _wxControlWithItems_p.");
602 return NULL;
603 }
604 }
605 {
606 _arg2 = wxString_in_helper(_obj2);
607 if (_arg2 == NULL)
608 return NULL;
609 }
610 {
611 PyThreadState* __tstate = wxPyBeginAllowThreads();
612 wxControlWithItems_SetString(_arg0,_arg1,*_arg2);
613
614 wxPyEndAllowThreads(__tstate);
615 if (PyErr_Occurred()) return NULL;
616 } Py_INCREF(Py_None);
617 _resultobj = Py_None;
618 {
619 if (_obj2)
620 delete _arg2;
621 }
622 return _resultobj;
623 }
624
625 #define wxControlWithItems_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
626 static PyObject *_wrap_wxControlWithItems_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
627 PyObject * _resultobj;
628 int _result;
629 wxControlWithItems * _arg0;
630 wxString * _arg1;
631 PyObject * _argo0 = 0;
632 PyObject * _obj1 = 0;
633 char *_kwnames[] = { "self","s", NULL };
634
635 self = self;
636 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControlWithItems_FindString",_kwnames,&_argo0,&_obj1))
637 return NULL;
638 if (_argo0) {
639 if (_argo0 == Py_None) { _arg0 = NULL; }
640 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
641 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_FindString. Expected _wxControlWithItems_p.");
642 return NULL;
643 }
644 }
645 {
646 _arg1 = wxString_in_helper(_obj1);
647 if (_arg1 == NULL)
648 return NULL;
649 }
650 {
651 PyThreadState* __tstate = wxPyBeginAllowThreads();
652 _result = (int )wxControlWithItems_FindString(_arg0,*_arg1);
653
654 wxPyEndAllowThreads(__tstate);
655 if (PyErr_Occurred()) return NULL;
656 } _resultobj = Py_BuildValue("i",_result);
657 {
658 if (_obj1)
659 delete _arg1;
660 }
661 return _resultobj;
662 }
663
664 #define wxControlWithItems_Select(_swigobj,_swigarg0) (_swigobj->Select(_swigarg0))
665 static PyObject *_wrap_wxControlWithItems_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
666 PyObject * _resultobj;
667 wxControlWithItems * _arg0;
668 int _arg1;
669 PyObject * _argo0 = 0;
670 char *_kwnames[] = { "self","n", NULL };
671
672 self = self;
673 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_Select",_kwnames,&_argo0,&_arg1))
674 return NULL;
675 if (_argo0) {
676 if (_argo0 == Py_None) { _arg0 = NULL; }
677 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
678 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Select. Expected _wxControlWithItems_p.");
679 return NULL;
680 }
681 }
682 {
683 PyThreadState* __tstate = wxPyBeginAllowThreads();
684 wxControlWithItems_Select(_arg0,_arg1);
685
686 wxPyEndAllowThreads(__tstate);
687 if (PyErr_Occurred()) return NULL;
688 } Py_INCREF(Py_None);
689 _resultobj = Py_None;
690 return _resultobj;
691 }
692
693 #define wxControlWithItems_GetSelection(_swigobj) (_swigobj->GetSelection())
694 static PyObject *_wrap_wxControlWithItems_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
695 PyObject * _resultobj;
696 int _result;
697 wxControlWithItems * _arg0;
698 PyObject * _argo0 = 0;
699 char *_kwnames[] = { "self", NULL };
700
701 self = self;
702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetSelection",_kwnames,&_argo0))
703 return NULL;
704 if (_argo0) {
705 if (_argo0 == Py_None) { _arg0 = NULL; }
706 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
707 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetSelection. Expected _wxControlWithItems_p.");
708 return NULL;
709 }
710 }
711 {
712 PyThreadState* __tstate = wxPyBeginAllowThreads();
713 _result = (int )wxControlWithItems_GetSelection(_arg0);
714
715 wxPyEndAllowThreads(__tstate);
716 if (PyErr_Occurred()) return NULL;
717 } _resultobj = Py_BuildValue("i",_result);
718 return _resultobj;
719 }
720
721 #define wxControlWithItems_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
722 static PyObject *_wrap_wxControlWithItems_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
723 PyObject * _resultobj;
724 wxString * _result;
725 wxControlWithItems * _arg0;
726 PyObject * _argo0 = 0;
727 char *_kwnames[] = { "self", NULL };
728
729 self = self;
730 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxControlWithItems_GetStringSelection",_kwnames,&_argo0))
731 return NULL;
732 if (_argo0) {
733 if (_argo0 == Py_None) { _arg0 = NULL; }
734 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
735 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetStringSelection. Expected _wxControlWithItems_p.");
736 return NULL;
737 }
738 }
739 {
740 PyThreadState* __tstate = wxPyBeginAllowThreads();
741 _result = new wxString (wxControlWithItems_GetStringSelection(_arg0));
742
743 wxPyEndAllowThreads(__tstate);
744 if (PyErr_Occurred()) return NULL;
745 }{
746 #if wxUSE_UNICODE
747 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
748 #else
749 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
750 #endif
751 }
752 {
753 delete _result;
754 }
755 return _resultobj;
756 }
757
758 static void wxControlWithItems_Append(wxControlWithItems *self,const wxString & item,PyObject * clientData) {
759 if (clientData) {
760 wxPyClientData* data = new wxPyClientData(clientData);
761 self->Append(item, data);
762 } else
763 self->Append(item);
764 }
765 static PyObject *_wrap_wxControlWithItems_Append(PyObject *self, PyObject *args, PyObject *kwargs) {
766 PyObject * _resultobj;
767 wxControlWithItems * _arg0;
768 wxString * _arg1;
769 PyObject * _arg2 = (PyObject *) NULL;
770 PyObject * _argo0 = 0;
771 PyObject * _obj1 = 0;
772 PyObject * _obj2 = 0;
773 char *_kwnames[] = { "self","item","clientData", NULL };
774
775 self = self;
776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxControlWithItems_Append",_kwnames,&_argo0,&_obj1,&_obj2))
777 return NULL;
778 if (_argo0) {
779 if (_argo0 == Py_None) { _arg0 = NULL; }
780 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
781 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_Append. Expected _wxControlWithItems_p.");
782 return NULL;
783 }
784 }
785 {
786 _arg1 = wxString_in_helper(_obj1);
787 if (_arg1 == NULL)
788 return NULL;
789 }
790 if (_obj2)
791 {
792 _arg2 = _obj2;
793 }
794 {
795 PyThreadState* __tstate = wxPyBeginAllowThreads();
796 wxControlWithItems_Append(_arg0,*_arg1,_arg2);
797
798 wxPyEndAllowThreads(__tstate);
799 if (PyErr_Occurred()) return NULL;
800 } Py_INCREF(Py_None);
801 _resultobj = Py_None;
802 {
803 if (_obj1)
804 delete _arg1;
805 }
806 return _resultobj;
807 }
808
809 static PyObject * wxControlWithItems_GetClientData(wxControlWithItems *self,int n) {
810 wxPyClientData* data = (wxPyClientData*)self->GetClientObject(n);
811 if (data) {
812 Py_INCREF(data->m_obj);
813 return data->m_obj;
814 } else {
815 Py_INCREF(Py_None);
816 return Py_None;
817 }
818 }
819 static PyObject *_wrap_wxControlWithItems_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
820 PyObject * _resultobj;
821 PyObject * _result;
822 wxControlWithItems * _arg0;
823 int _arg1;
824 PyObject * _argo0 = 0;
825 char *_kwnames[] = { "self","n", NULL };
826
827 self = self;
828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxControlWithItems_GetClientData",_kwnames,&_argo0,&_arg1))
829 return NULL;
830 if (_argo0) {
831 if (_argo0 == Py_None) { _arg0 = NULL; }
832 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
833 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_GetClientData. Expected _wxControlWithItems_p.");
834 return NULL;
835 }
836 }
837 {
838 PyThreadState* __tstate = wxPyBeginAllowThreads();
839 _result = (PyObject *)wxControlWithItems_GetClientData(_arg0,_arg1);
840
841 wxPyEndAllowThreads(__tstate);
842 if (PyErr_Occurred()) return NULL;
843 }{
844 _resultobj = _result;
845 }
846 return _resultobj;
847 }
848
849 static void wxControlWithItems_SetClientData(wxControlWithItems *self,int n,PyObject * clientData) {
850 wxPyClientData* data = new wxPyClientData(clientData);
851 self->SetClientObject(n, data);
852 }
853 static PyObject *_wrap_wxControlWithItems_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
854 PyObject * _resultobj;
855 wxControlWithItems * _arg0;
856 int _arg1;
857 PyObject * _arg2;
858 PyObject * _argo0 = 0;
859 PyObject * _obj2 = 0;
860 char *_kwnames[] = { "self","n","clientData", NULL };
861
862 self = self;
863 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxControlWithItems_SetClientData",_kwnames,&_argo0,&_arg1,&_obj2))
864 return NULL;
865 if (_argo0) {
866 if (_argo0 == Py_None) { _arg0 = NULL; }
867 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
868 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_SetClientData. Expected _wxControlWithItems_p.");
869 return NULL;
870 }
871 }
872 {
873 _arg2 = _obj2;
874 }
875 {
876 PyThreadState* __tstate = wxPyBeginAllowThreads();
877 wxControlWithItems_SetClientData(_arg0,_arg1,_arg2);
878
879 wxPyEndAllowThreads(__tstate);
880 if (PyErr_Occurred()) return NULL;
881 } Py_INCREF(Py_None);
882 _resultobj = Py_None;
883 return _resultobj;
884 }
885
886 #define wxControlWithItems_AppendItems(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
887 static PyObject *_wrap_wxControlWithItems_AppendItems(PyObject *self, PyObject *args, PyObject *kwargs) {
888 PyObject * _resultobj;
889 wxControlWithItems * _arg0;
890 wxArrayString * _arg1;
891 PyObject * _argo0 = 0;
892 PyObject * _obj1 = 0;
893 char *_kwnames[] = { "self","strings", NULL };
894
895 self = self;
896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxControlWithItems_AppendItems",_kwnames,&_argo0,&_obj1))
897 return NULL;
898 if (_argo0) {
899 if (_argo0 == Py_None) { _arg0 = NULL; }
900 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxControlWithItems_p")) {
901 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxControlWithItems_AppendItems. Expected _wxControlWithItems_p.");
902 return NULL;
903 }
904 }
905 {
906 if (! PySequence_Check(_obj1)) {
907 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
908 return NULL;
909 }
910 _arg1 = new wxArrayString;
911 int i, len=PySequence_Length(_obj1);
912 for (i=0; i<len; i++) {
913 PyObject* item = PySequence_GetItem(_obj1, i);
914 #if wxUSE_UNICODE
915 PyObject* str = PyObject_Unicode(item);
916 #else
917 PyObject* str = PyObject_Str(item);
918 #endif
919 _arg1->Add(Py2wxString(str));
920 Py_DECREF(item);
921 Py_DECREF(str);
922 }
923 }
924 {
925 PyThreadState* __tstate = wxPyBeginAllowThreads();
926 wxControlWithItems_AppendItems(_arg0,*_arg1);
927
928 wxPyEndAllowThreads(__tstate);
929 if (PyErr_Occurred()) return NULL;
930 } Py_INCREF(Py_None);
931 _resultobj = Py_None;
932 {
933 if (_obj1)
934 delete _arg1;
935 }
936 return _resultobj;
937 }
938
939 static void *SwigwxButtonTowxControl(void *ptr) {
940 wxButton *src;
941 wxControl *dest;
942 src = (wxButton *) ptr;
943 dest = (wxControl *) src;
944 return (void *) dest;
945 }
946
947 static void *SwigwxButtonTowxWindow(void *ptr) {
948 wxButton *src;
949 wxWindow *dest;
950 src = (wxButton *) ptr;
951 dest = (wxWindow *) src;
952 return (void *) dest;
953 }
954
955 static void *SwigwxButtonTowxEvtHandler(void *ptr) {
956 wxButton *src;
957 wxEvtHandler *dest;
958 src = (wxButton *) ptr;
959 dest = (wxEvtHandler *) src;
960 return (void *) dest;
961 }
962
963 static void *SwigwxButtonTowxObject(void *ptr) {
964 wxButton *src;
965 wxObject *dest;
966 src = (wxButton *) ptr;
967 dest = (wxObject *) src;
968 return (void *) dest;
969 }
970
971 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
972 static PyObject *_wrap_new_wxButton(PyObject *self, PyObject *args, PyObject *kwargs) {
973 PyObject * _resultobj;
974 wxButton * _result;
975 wxWindow * _arg0;
976 wxWindowID _arg1;
977 wxString * _arg2;
978 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
979 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
980 long _arg5 = (long ) 0;
981 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
982 wxString * _arg7 = (wxString *) &wxPyButtonNameStr;
983 PyObject * _argo0 = 0;
984 PyObject * _obj2 = 0;
985 wxPoint temp;
986 PyObject * _obj3 = 0;
987 wxSize temp0;
988 PyObject * _obj4 = 0;
989 PyObject * _argo6 = 0;
990 PyObject * _obj7 = 0;
991 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
992 char _ptemp[128];
993
994 self = self;
995 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
996 return NULL;
997 if (_argo0) {
998 if (_argo0 == Py_None) { _arg0 = NULL; }
999 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
1000 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
1001 return NULL;
1002 }
1003 }
1004 {
1005 _arg2 = wxString_in_helper(_obj2);
1006 if (_arg2 == NULL)
1007 return NULL;
1008 }
1009 if (_obj3)
1010 {
1011 _arg3 = &temp;
1012 if (! wxPoint_helper(_obj3, &_arg3))
1013 return NULL;
1014 }
1015 if (_obj4)
1016 {
1017 _arg4 = &temp0;
1018 if (! wxSize_helper(_obj4, &_arg4))
1019 return NULL;
1020 }
1021 if (_argo6) {
1022 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
1023 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
1024 return NULL;
1025 }
1026 }
1027 if (_obj7)
1028 {
1029 _arg7 = wxString_in_helper(_obj7);
1030 if (_arg7 == NULL)
1031 return NULL;
1032 }
1033 {
1034 PyThreadState* __tstate = wxPyBeginAllowThreads();
1035 _result = (wxButton *)new_wxButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
1036
1037 wxPyEndAllowThreads(__tstate);
1038 if (PyErr_Occurred()) return NULL;
1039 } if (_result) {
1040 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
1041 _resultobj = Py_BuildValue("s",_ptemp);
1042 } else {
1043 Py_INCREF(Py_None);
1044 _resultobj = Py_None;
1045 }
1046 {
1047 if (_obj2)
1048 delete _arg2;
1049 }
1050 {
1051 if (_obj7)
1052 delete _arg7;
1053 }
1054 return _resultobj;
1055 }
1056
1057 #define new_wxPreButton() (new wxButton())
1058 static PyObject *_wrap_new_wxPreButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1059 PyObject * _resultobj;
1060 wxButton * _result;
1061 char *_kwnames[] = { NULL };
1062 char _ptemp[128];
1063
1064 self = self;
1065 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreButton",_kwnames))
1066 return NULL;
1067 {
1068 PyThreadState* __tstate = wxPyBeginAllowThreads();
1069 _result = (wxButton *)new_wxPreButton();
1070
1071 wxPyEndAllowThreads(__tstate);
1072 if (PyErr_Occurred()) return NULL;
1073 } if (_result) {
1074 SWIG_MakePtr(_ptemp, (char *) _result,"_wxButton_p");
1075 _resultobj = Py_BuildValue("s",_ptemp);
1076 } else {
1077 Py_INCREF(Py_None);
1078 _resultobj = Py_None;
1079 }
1080 return _resultobj;
1081 }
1082
1083 #define wxButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1084 static PyObject *_wrap_wxButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1085 PyObject * _resultobj;
1086 bool _result;
1087 wxButton * _arg0;
1088 wxWindow * _arg1;
1089 wxWindowID _arg2;
1090 wxString * _arg3;
1091 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1092 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1093 long _arg6 = (long ) 0;
1094 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1095 wxString * _arg8 = (wxString *) &wxPyButtonNameStr;
1096 PyObject * _argo0 = 0;
1097 PyObject * _argo1 = 0;
1098 PyObject * _obj3 = 0;
1099 wxPoint temp;
1100 PyObject * _obj4 = 0;
1101 wxSize temp0;
1102 PyObject * _obj5 = 0;
1103 PyObject * _argo7 = 0;
1104 PyObject * _obj8 = 0;
1105 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
1106
1107 self = self;
1108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
1109 return NULL;
1110 if (_argo0) {
1111 if (_argo0 == Py_None) { _arg0 = NULL; }
1112 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1113 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_Create. Expected _wxButton_p.");
1114 return NULL;
1115 }
1116 }
1117 if (_argo1) {
1118 if (_argo1 == Py_None) { _arg1 = NULL; }
1119 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1120 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxButton_Create. Expected _wxWindow_p.");
1121 return NULL;
1122 }
1123 }
1124 {
1125 _arg3 = wxString_in_helper(_obj3);
1126 if (_arg3 == NULL)
1127 return NULL;
1128 }
1129 if (_obj4)
1130 {
1131 _arg4 = &temp;
1132 if (! wxPoint_helper(_obj4, &_arg4))
1133 return NULL;
1134 }
1135 if (_obj5)
1136 {
1137 _arg5 = &temp0;
1138 if (! wxSize_helper(_obj5, &_arg5))
1139 return NULL;
1140 }
1141 if (_argo7) {
1142 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1143 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxButton_Create. Expected _wxValidator_p.");
1144 return NULL;
1145 }
1146 }
1147 if (_obj8)
1148 {
1149 _arg8 = wxString_in_helper(_obj8);
1150 if (_arg8 == NULL)
1151 return NULL;
1152 }
1153 {
1154 PyThreadState* __tstate = wxPyBeginAllowThreads();
1155 _result = (bool )wxButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
1156
1157 wxPyEndAllowThreads(__tstate);
1158 if (PyErr_Occurred()) return NULL;
1159 } _resultobj = Py_BuildValue("i",_result);
1160 {
1161 if (_obj3)
1162 delete _arg3;
1163 }
1164 {
1165 if (_obj8)
1166 delete _arg8;
1167 }
1168 return _resultobj;
1169 }
1170
1171 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
1172 static PyObject *_wrap_wxButton_SetDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
1173 PyObject * _resultobj;
1174 wxButton * _arg0;
1175 PyObject * _argo0 = 0;
1176 char *_kwnames[] = { "self", NULL };
1177
1178 self = self;
1179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxButton_SetDefault",_kwnames,&_argo0))
1180 return NULL;
1181 if (_argo0) {
1182 if (_argo0 == Py_None) { _arg0 = NULL; }
1183 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1184 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
1185 return NULL;
1186 }
1187 }
1188 {
1189 PyThreadState* __tstate = wxPyBeginAllowThreads();
1190 wxButton_SetDefault(_arg0);
1191
1192 wxPyEndAllowThreads(__tstate);
1193 if (PyErr_Occurred()) return NULL;
1194 } Py_INCREF(Py_None);
1195 _resultobj = Py_None;
1196 return _resultobj;
1197 }
1198
1199 #define wxButton_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1200 static PyObject *_wrap_wxButton_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1201 PyObject * _resultobj;
1202 wxButton * _arg0;
1203 wxColour * _arg1;
1204 PyObject * _argo0 = 0;
1205 wxColour temp;
1206 PyObject * _obj1 = 0;
1207 char *_kwnames[] = { "self","colour", NULL };
1208
1209 self = self;
1210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
1211 return NULL;
1212 if (_argo0) {
1213 if (_argo0 == Py_None) { _arg0 = NULL; }
1214 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1215 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetBackgroundColour. Expected _wxButton_p.");
1216 return NULL;
1217 }
1218 }
1219 {
1220 _arg1 = &temp;
1221 if (! wxColour_helper(_obj1, &_arg1))
1222 return NULL;
1223 }
1224 {
1225 PyThreadState* __tstate = wxPyBeginAllowThreads();
1226 wxButton_SetBackgroundColour(_arg0,*_arg1);
1227
1228 wxPyEndAllowThreads(__tstate);
1229 if (PyErr_Occurred()) return NULL;
1230 } Py_INCREF(Py_None);
1231 _resultobj = Py_None;
1232 return _resultobj;
1233 }
1234
1235 #define wxButton_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0))
1236 static PyObject *_wrap_wxButton_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
1237 PyObject * _resultobj;
1238 wxButton * _arg0;
1239 wxColour * _arg1;
1240 PyObject * _argo0 = 0;
1241 wxColour temp;
1242 PyObject * _obj1 = 0;
1243 char *_kwnames[] = { "self","colour", NULL };
1244
1245 self = self;
1246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetForegroundColour",_kwnames,&_argo0,&_obj1))
1247 return NULL;
1248 if (_argo0) {
1249 if (_argo0 == Py_None) { _arg0 = NULL; }
1250 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1251 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetForegroundColour. Expected _wxButton_p.");
1252 return NULL;
1253 }
1254 }
1255 {
1256 _arg1 = &temp;
1257 if (! wxColour_helper(_obj1, &_arg1))
1258 return NULL;
1259 }
1260 {
1261 PyThreadState* __tstate = wxPyBeginAllowThreads();
1262 wxButton_SetForegroundColour(_arg0,*_arg1);
1263
1264 wxPyEndAllowThreads(__tstate);
1265 if (PyErr_Occurred()) return NULL;
1266 } Py_INCREF(Py_None);
1267 _resultobj = Py_None;
1268 return _resultobj;
1269 }
1270
1271 #define wxButton_SetImageLabel(_swigobj,_swigarg0) (_swigobj->SetImageLabel(_swigarg0))
1272 static PyObject *_wrap_wxButton_SetImageLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1273 PyObject * _resultobj;
1274 wxButton * _arg0;
1275 wxBitmap * _arg1;
1276 PyObject * _argo0 = 0;
1277 PyObject * _argo1 = 0;
1278 char *_kwnames[] = { "self","bitmap", NULL };
1279
1280 self = self;
1281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxButton_SetImageLabel",_kwnames,&_argo0,&_argo1))
1282 return NULL;
1283 if (_argo0) {
1284 if (_argo0 == Py_None) { _arg0 = NULL; }
1285 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1286 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetImageLabel. Expected _wxButton_p.");
1287 return NULL;
1288 }
1289 }
1290 if (_argo1) {
1291 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1292 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxButton_SetImageLabel. Expected _wxBitmap_p.");
1293 return NULL;
1294 }
1295 }
1296 {
1297 PyThreadState* __tstate = wxPyBeginAllowThreads();
1298 wxButton_SetImageLabel(_arg0,*_arg1);
1299
1300 wxPyEndAllowThreads(__tstate);
1301 if (PyErr_Occurred()) return NULL;
1302 } Py_INCREF(Py_None);
1303 _resultobj = Py_None;
1304 return _resultobj;
1305 }
1306
1307 #define wxButton_SetImageMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetImageMargins(_swigarg0,_swigarg1))
1308 static PyObject *_wrap_wxButton_SetImageMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1309 PyObject * _resultobj;
1310 wxButton * _arg0;
1311 wxCoord _arg1;
1312 wxCoord _arg2;
1313 PyObject * _argo0 = 0;
1314 char *_kwnames[] = { "self","x","y", NULL };
1315
1316 self = self;
1317 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxButton_SetImageMargins",_kwnames,&_argo0,&_arg1,&_arg2))
1318 return NULL;
1319 if (_argo0) {
1320 if (_argo0 == Py_None) { _arg0 = NULL; }
1321 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxButton_p")) {
1322 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxButton_SetImageMargins. Expected _wxButton_p.");
1323 return NULL;
1324 }
1325 }
1326 {
1327 PyThreadState* __tstate = wxPyBeginAllowThreads();
1328 wxButton_SetImageMargins(_arg0,_arg1,_arg2);
1329
1330 wxPyEndAllowThreads(__tstate);
1331 if (PyErr_Occurred()) return NULL;
1332 } Py_INCREF(Py_None);
1333 _resultobj = Py_None;
1334 return _resultobj;
1335 }
1336
1337 static PyObject *_wrap_wxButton_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
1338 PyObject * _resultobj;
1339 wxSize * _result;
1340 char *_kwnames[] = { NULL };
1341 char _ptemp[128];
1342
1343 self = self;
1344 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxButton_GetDefaultSize",_kwnames))
1345 return NULL;
1346 {
1347 PyThreadState* __tstate = wxPyBeginAllowThreads();
1348 _result = new wxSize (wxButton::GetDefaultSize());
1349
1350 wxPyEndAllowThreads(__tstate);
1351 if (PyErr_Occurred()) return NULL;
1352 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p");
1353 _resultobj = Py_BuildValue("s",_ptemp);
1354 return _resultobj;
1355 }
1356
1357 static void *SwigwxBitmapButtonTowxButton(void *ptr) {
1358 wxBitmapButton *src;
1359 wxButton *dest;
1360 src = (wxBitmapButton *) ptr;
1361 dest = (wxButton *) src;
1362 return (void *) dest;
1363 }
1364
1365 static void *SwigwxBitmapButtonTowxControl(void *ptr) {
1366 wxBitmapButton *src;
1367 wxControl *dest;
1368 src = (wxBitmapButton *) ptr;
1369 dest = (wxControl *) src;
1370 return (void *) dest;
1371 }
1372
1373 static void *SwigwxBitmapButtonTowxWindow(void *ptr) {
1374 wxBitmapButton *src;
1375 wxWindow *dest;
1376 src = (wxBitmapButton *) ptr;
1377 dest = (wxWindow *) src;
1378 return (void *) dest;
1379 }
1380
1381 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr) {
1382 wxBitmapButton *src;
1383 wxEvtHandler *dest;
1384 src = (wxBitmapButton *) ptr;
1385 dest = (wxEvtHandler *) src;
1386 return (void *) dest;
1387 }
1388
1389 static void *SwigwxBitmapButtonTowxObject(void *ptr) {
1390 wxBitmapButton *src;
1391 wxObject *dest;
1392 src = (wxBitmapButton *) ptr;
1393 dest = (wxObject *) src;
1394 return (void *) dest;
1395 }
1396
1397 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1398 static PyObject *_wrap_new_wxBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1399 PyObject * _resultobj;
1400 wxBitmapButton * _result;
1401 wxWindow * _arg0;
1402 wxWindowID _arg1;
1403 wxBitmap * _arg2;
1404 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1405 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1406 long _arg5 = (long ) wxBU_AUTODRAW;
1407 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1408 wxString * _arg7 = (wxString *) &wxPyButtonNameStr;
1409 PyObject * _argo0 = 0;
1410 PyObject * _argo2 = 0;
1411 wxPoint temp;
1412 PyObject * _obj3 = 0;
1413 wxSize temp0;
1414 PyObject * _obj4 = 0;
1415 PyObject * _argo6 = 0;
1416 PyObject * _obj7 = 0;
1417 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL };
1418 char _ptemp[128];
1419
1420 self = self;
1421 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxBitmapButton",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
1422 return NULL;
1423 if (_argo0) {
1424 if (_argo0 == Py_None) { _arg0 = NULL; }
1425 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
1426 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
1427 return NULL;
1428 }
1429 }
1430 if (_argo2) {
1431 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
1432 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
1433 return NULL;
1434 }
1435 }
1436 if (_obj3)
1437 {
1438 _arg3 = &temp;
1439 if (! wxPoint_helper(_obj3, &_arg3))
1440 return NULL;
1441 }
1442 if (_obj4)
1443 {
1444 _arg4 = &temp0;
1445 if (! wxSize_helper(_obj4, &_arg4))
1446 return NULL;
1447 }
1448 if (_argo6) {
1449 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
1450 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
1451 return NULL;
1452 }
1453 }
1454 if (_obj7)
1455 {
1456 _arg7 = wxString_in_helper(_obj7);
1457 if (_arg7 == NULL)
1458 return NULL;
1459 }
1460 {
1461 PyThreadState* __tstate = wxPyBeginAllowThreads();
1462 _result = (wxBitmapButton *)new_wxBitmapButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
1463
1464 wxPyEndAllowThreads(__tstate);
1465 if (PyErr_Occurred()) return NULL;
1466 } if (_result) {
1467 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1468 _resultobj = Py_BuildValue("s",_ptemp);
1469 } else {
1470 Py_INCREF(Py_None);
1471 _resultobj = Py_None;
1472 }
1473 {
1474 if (_obj7)
1475 delete _arg7;
1476 }
1477 return _resultobj;
1478 }
1479
1480 #define new_wxPreBitmapButton() (new wxBitmapButton())
1481 static PyObject *_wrap_new_wxPreBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1482 PyObject * _resultobj;
1483 wxBitmapButton * _result;
1484 char *_kwnames[] = { NULL };
1485 char _ptemp[128];
1486
1487 self = self;
1488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreBitmapButton",_kwnames))
1489 return NULL;
1490 {
1491 PyThreadState* __tstate = wxPyBeginAllowThreads();
1492 _result = (wxBitmapButton *)new_wxPreBitmapButton();
1493
1494 wxPyEndAllowThreads(__tstate);
1495 if (PyErr_Occurred()) return NULL;
1496 } if (_result) {
1497 SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmapButton_p");
1498 _resultobj = Py_BuildValue("s",_ptemp);
1499 } else {
1500 Py_INCREF(Py_None);
1501 _resultobj = Py_None;
1502 }
1503 return _resultobj;
1504 }
1505
1506 #define wxBitmapButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1507 static PyObject *_wrap_wxBitmapButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1508 PyObject * _resultobj;
1509 bool _result;
1510 wxBitmapButton * _arg0;
1511 wxWindow * _arg1;
1512 wxWindowID _arg2;
1513 wxBitmap * _arg3;
1514 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
1515 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
1516 long _arg6 = (long ) wxBU_AUTODRAW;
1517 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
1518 wxString * _arg8 = (wxString *) &wxPyButtonNameStr;
1519 PyObject * _argo0 = 0;
1520 PyObject * _argo1 = 0;
1521 PyObject * _argo3 = 0;
1522 wxPoint temp;
1523 PyObject * _obj4 = 0;
1524 wxSize temp0;
1525 PyObject * _obj5 = 0;
1526 PyObject * _argo7 = 0;
1527 PyObject * _obj8 = 0;
1528 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","validator","name", NULL };
1529
1530 self = self;
1531 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxBitmapButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
1532 return NULL;
1533 if (_argo0) {
1534 if (_argo0 == Py_None) { _arg0 = NULL; }
1535 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1536 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_Create. Expected _wxBitmapButton_p.");
1537 return NULL;
1538 }
1539 }
1540 if (_argo1) {
1541 if (_argo1 == Py_None) { _arg1 = NULL; }
1542 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
1543 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_Create. Expected _wxWindow_p.");
1544 return NULL;
1545 }
1546 }
1547 if (_argo3) {
1548 if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
1549 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxBitmapButton_Create. Expected _wxBitmap_p.");
1550 return NULL;
1551 }
1552 }
1553 if (_obj4)
1554 {
1555 _arg4 = &temp;
1556 if (! wxPoint_helper(_obj4, &_arg4))
1557 return NULL;
1558 }
1559 if (_obj5)
1560 {
1561 _arg5 = &temp0;
1562 if (! wxSize_helper(_obj5, &_arg5))
1563 return NULL;
1564 }
1565 if (_argo7) {
1566 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
1567 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxBitmapButton_Create. Expected _wxValidator_p.");
1568 return NULL;
1569 }
1570 }
1571 if (_obj8)
1572 {
1573 _arg8 = wxString_in_helper(_obj8);
1574 if (_arg8 == NULL)
1575 return NULL;
1576 }
1577 {
1578 PyThreadState* __tstate = wxPyBeginAllowThreads();
1579 _result = (bool )wxBitmapButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
1580
1581 wxPyEndAllowThreads(__tstate);
1582 if (PyErr_Occurred()) return NULL;
1583 } _resultobj = Py_BuildValue("i",_result);
1584 {
1585 if (_obj8)
1586 delete _arg8;
1587 }
1588 return _resultobj;
1589 }
1590
1591 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
1592 static PyObject *_wrap_wxBitmapButton_GetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1593 PyObject * _resultobj;
1594 wxBitmap * _result;
1595 wxBitmapButton * _arg0;
1596 PyObject * _argo0 = 0;
1597 char *_kwnames[] = { "self", NULL };
1598 char _ptemp[128];
1599
1600 self = self;
1601 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapLabel",_kwnames,&_argo0))
1602 return NULL;
1603 if (_argo0) {
1604 if (_argo0 == Py_None) { _arg0 = NULL; }
1605 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1606 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
1607 return NULL;
1608 }
1609 }
1610 {
1611 PyThreadState* __tstate = wxPyBeginAllowThreads();
1612 _result = new wxBitmap (wxBitmapButton_GetBitmapLabel(_arg0));
1613
1614 wxPyEndAllowThreads(__tstate);
1615 if (PyErr_Occurred()) return NULL;
1616 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1617 _resultobj = Py_BuildValue("s",_ptemp);
1618 return _resultobj;
1619 }
1620
1621 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
1622 static PyObject *_wrap_wxBitmapButton_GetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1623 PyObject * _resultobj;
1624 wxBitmap * _result;
1625 wxBitmapButton * _arg0;
1626 PyObject * _argo0 = 0;
1627 char *_kwnames[] = { "self", NULL };
1628 char _ptemp[128];
1629
1630 self = self;
1631 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapDisabled",_kwnames,&_argo0))
1632 return NULL;
1633 if (_argo0) {
1634 if (_argo0 == Py_None) { _arg0 = NULL; }
1635 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1636 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
1637 return NULL;
1638 }
1639 }
1640 {
1641 PyThreadState* __tstate = wxPyBeginAllowThreads();
1642 _result = new wxBitmap (wxBitmapButton_GetBitmapDisabled(_arg0));
1643
1644 wxPyEndAllowThreads(__tstate);
1645 if (PyErr_Occurred()) return NULL;
1646 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1647 _resultobj = Py_BuildValue("s",_ptemp);
1648 return _resultobj;
1649 }
1650
1651 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
1652 static PyObject *_wrap_wxBitmapButton_GetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1653 PyObject * _resultobj;
1654 wxBitmap * _result;
1655 wxBitmapButton * _arg0;
1656 PyObject * _argo0 = 0;
1657 char *_kwnames[] = { "self", NULL };
1658 char _ptemp[128];
1659
1660 self = self;
1661 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapFocus",_kwnames,&_argo0))
1662 return NULL;
1663 if (_argo0) {
1664 if (_argo0 == Py_None) { _arg0 = NULL; }
1665 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1666 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
1667 return NULL;
1668 }
1669 }
1670 {
1671 PyThreadState* __tstate = wxPyBeginAllowThreads();
1672 _result = new wxBitmap (wxBitmapButton_GetBitmapFocus(_arg0));
1673
1674 wxPyEndAllowThreads(__tstate);
1675 if (PyErr_Occurred()) return NULL;
1676 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1677 _resultobj = Py_BuildValue("s",_ptemp);
1678 return _resultobj;
1679 }
1680
1681 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
1682 static PyObject *_wrap_wxBitmapButton_GetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1683 PyObject * _resultobj;
1684 wxBitmap * _result;
1685 wxBitmapButton * _arg0;
1686 PyObject * _argo0 = 0;
1687 char *_kwnames[] = { "self", NULL };
1688 char _ptemp[128];
1689
1690 self = self;
1691 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetBitmapSelected",_kwnames,&_argo0))
1692 return NULL;
1693 if (_argo0) {
1694 if (_argo0 == Py_None) { _arg0 = NULL; }
1695 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1696 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
1697 return NULL;
1698 }
1699 }
1700 {
1701 PyThreadState* __tstate = wxPyBeginAllowThreads();
1702 _result = new wxBitmap (wxBitmapButton_GetBitmapSelected(_arg0));
1703
1704 wxPyEndAllowThreads(__tstate);
1705 if (PyErr_Occurred()) return NULL;
1706 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
1707 _resultobj = Py_BuildValue("s",_ptemp);
1708 return _resultobj;
1709 }
1710
1711 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
1712 static PyObject *_wrap_wxBitmapButton_SetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1713 PyObject * _resultobj;
1714 wxBitmapButton * _arg0;
1715 wxBitmap * _arg1;
1716 PyObject * _argo0 = 0;
1717 PyObject * _argo1 = 0;
1718 char *_kwnames[] = { "self","bitmap", NULL };
1719
1720 self = self;
1721 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames,&_argo0,&_argo1))
1722 return NULL;
1723 if (_argo0) {
1724 if (_argo0 == Py_None) { _arg0 = NULL; }
1725 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1726 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
1727 return NULL;
1728 }
1729 }
1730 if (_argo1) {
1731 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1732 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
1733 return NULL;
1734 }
1735 }
1736 {
1737 PyThreadState* __tstate = wxPyBeginAllowThreads();
1738 wxBitmapButton_SetBitmapDisabled(_arg0,*_arg1);
1739
1740 wxPyEndAllowThreads(__tstate);
1741 if (PyErr_Occurred()) return NULL;
1742 } Py_INCREF(Py_None);
1743 _resultobj = Py_None;
1744 return _resultobj;
1745 }
1746
1747 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
1748 static PyObject *_wrap_wxBitmapButton_SetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1749 PyObject * _resultobj;
1750 wxBitmapButton * _arg0;
1751 wxBitmap * _arg1;
1752 PyObject * _argo0 = 0;
1753 PyObject * _argo1 = 0;
1754 char *_kwnames[] = { "self","bitmap", NULL };
1755
1756 self = self;
1757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapFocus",_kwnames,&_argo0,&_argo1))
1758 return NULL;
1759 if (_argo0) {
1760 if (_argo0 == Py_None) { _arg0 = NULL; }
1761 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1762 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
1763 return NULL;
1764 }
1765 }
1766 if (_argo1) {
1767 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1768 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
1769 return NULL;
1770 }
1771 }
1772 {
1773 PyThreadState* __tstate = wxPyBeginAllowThreads();
1774 wxBitmapButton_SetBitmapFocus(_arg0,*_arg1);
1775
1776 wxPyEndAllowThreads(__tstate);
1777 if (PyErr_Occurred()) return NULL;
1778 } Py_INCREF(Py_None);
1779 _resultobj = Py_None;
1780 return _resultobj;
1781 }
1782
1783 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
1784 static PyObject *_wrap_wxBitmapButton_SetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1785 PyObject * _resultobj;
1786 wxBitmapButton * _arg0;
1787 wxBitmap * _arg1;
1788 PyObject * _argo0 = 0;
1789 PyObject * _argo1 = 0;
1790 char *_kwnames[] = { "self","bitmap", NULL };
1791
1792 self = self;
1793 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapSelected",_kwnames,&_argo0,&_argo1))
1794 return NULL;
1795 if (_argo0) {
1796 if (_argo0 == Py_None) { _arg0 = NULL; }
1797 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1798 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
1799 return NULL;
1800 }
1801 }
1802 if (_argo1) {
1803 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1804 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
1805 return NULL;
1806 }
1807 }
1808 {
1809 PyThreadState* __tstate = wxPyBeginAllowThreads();
1810 wxBitmapButton_SetBitmapSelected(_arg0,*_arg1);
1811
1812 wxPyEndAllowThreads(__tstate);
1813 if (PyErr_Occurred()) return NULL;
1814 } Py_INCREF(Py_None);
1815 _resultobj = Py_None;
1816 return _resultobj;
1817 }
1818
1819 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
1820 static PyObject *_wrap_wxBitmapButton_SetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1821 PyObject * _resultobj;
1822 wxBitmapButton * _arg0;
1823 wxBitmap * _arg1;
1824 PyObject * _argo0 = 0;
1825 PyObject * _argo1 = 0;
1826 char *_kwnames[] = { "self","bitmap", NULL };
1827
1828 self = self;
1829 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxBitmapButton_SetBitmapLabel",_kwnames,&_argo0,&_argo1))
1830 return NULL;
1831 if (_argo0) {
1832 if (_argo0 == Py_None) { _arg0 = NULL; }
1833 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1834 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
1835 return NULL;
1836 }
1837 }
1838 if (_argo1) {
1839 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
1840 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
1841 return NULL;
1842 }
1843 }
1844 {
1845 PyThreadState* __tstate = wxPyBeginAllowThreads();
1846 wxBitmapButton_SetBitmapLabel(_arg0,*_arg1);
1847
1848 wxPyEndAllowThreads(__tstate);
1849 if (PyErr_Occurred()) return NULL;
1850 } Py_INCREF(Py_None);
1851 _resultobj = Py_None;
1852 return _resultobj;
1853 }
1854
1855 #define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
1856 static PyObject *_wrap_wxBitmapButton_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1857 PyObject * _resultobj;
1858 wxBitmapButton * _arg0;
1859 int _arg1;
1860 int _arg2;
1861 PyObject * _argo0 = 0;
1862 char *_kwnames[] = { "self","x","y", NULL };
1863
1864 self = self;
1865 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxBitmapButton_SetMargins",_kwnames,&_argo0,&_arg1,&_arg2))
1866 return NULL;
1867 if (_argo0) {
1868 if (_argo0 == Py_None) { _arg0 = NULL; }
1869 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1870 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
1871 return NULL;
1872 }
1873 }
1874 {
1875 PyThreadState* __tstate = wxPyBeginAllowThreads();
1876 wxBitmapButton_SetMargins(_arg0,_arg1,_arg2);
1877
1878 wxPyEndAllowThreads(__tstate);
1879 if (PyErr_Occurred()) return NULL;
1880 } Py_INCREF(Py_None);
1881 _resultobj = Py_None;
1882 return _resultobj;
1883 }
1884
1885 #define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
1886 static PyObject *_wrap_wxBitmapButton_GetMarginX(PyObject *self, PyObject *args, PyObject *kwargs) {
1887 PyObject * _resultobj;
1888 int _result;
1889 wxBitmapButton * _arg0;
1890 PyObject * _argo0 = 0;
1891 char *_kwnames[] = { "self", NULL };
1892
1893 self = self;
1894 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginX",_kwnames,&_argo0))
1895 return NULL;
1896 if (_argo0) {
1897 if (_argo0 == Py_None) { _arg0 = NULL; }
1898 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1899 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
1900 return NULL;
1901 }
1902 }
1903 {
1904 PyThreadState* __tstate = wxPyBeginAllowThreads();
1905 _result = (int )wxBitmapButton_GetMarginX(_arg0);
1906
1907 wxPyEndAllowThreads(__tstate);
1908 if (PyErr_Occurred()) return NULL;
1909 } _resultobj = Py_BuildValue("i",_result);
1910 return _resultobj;
1911 }
1912
1913 #define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
1914 static PyObject *_wrap_wxBitmapButton_GetMarginY(PyObject *self, PyObject *args, PyObject *kwargs) {
1915 PyObject * _resultobj;
1916 int _result;
1917 wxBitmapButton * _arg0;
1918 PyObject * _argo0 = 0;
1919 char *_kwnames[] = { "self", NULL };
1920
1921 self = self;
1922 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxBitmapButton_GetMarginY",_kwnames,&_argo0))
1923 return NULL;
1924 if (_argo0) {
1925 if (_argo0 == Py_None) { _arg0 = NULL; }
1926 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmapButton_p")) {
1927 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1928 return NULL;
1929 }
1930 }
1931 {
1932 PyThreadState* __tstate = wxPyBeginAllowThreads();
1933 _result = (int )wxBitmapButton_GetMarginY(_arg0);
1934
1935 wxPyEndAllowThreads(__tstate);
1936 if (PyErr_Occurred()) return NULL;
1937 } _resultobj = Py_BuildValue("i",_result);
1938 return _resultobj;
1939 }
1940
1941 static void *SwigwxCheckBoxTowxControl(void *ptr) {
1942 wxCheckBox *src;
1943 wxControl *dest;
1944 src = (wxCheckBox *) ptr;
1945 dest = (wxControl *) src;
1946 return (void *) dest;
1947 }
1948
1949 static void *SwigwxCheckBoxTowxWindow(void *ptr) {
1950 wxCheckBox *src;
1951 wxWindow *dest;
1952 src = (wxCheckBox *) ptr;
1953 dest = (wxWindow *) src;
1954 return (void *) dest;
1955 }
1956
1957 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr) {
1958 wxCheckBox *src;
1959 wxEvtHandler *dest;
1960 src = (wxCheckBox *) ptr;
1961 dest = (wxEvtHandler *) src;
1962 return (void *) dest;
1963 }
1964
1965 static void *SwigwxCheckBoxTowxObject(void *ptr) {
1966 wxCheckBox *src;
1967 wxObject *dest;
1968 src = (wxCheckBox *) ptr;
1969 dest = (wxObject *) src;
1970 return (void *) dest;
1971 }
1972
1973 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1974 static PyObject *_wrap_new_wxCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1975 PyObject * _resultobj;
1976 wxCheckBox * _result;
1977 wxWindow * _arg0;
1978 wxWindowID _arg1;
1979 wxString * _arg2;
1980 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
1981 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
1982 long _arg5 = (long ) 0;
1983 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
1984 wxString * _arg7 = (wxString *) &wxPyCheckBoxNameStr;
1985 PyObject * _argo0 = 0;
1986 PyObject * _obj2 = 0;
1987 wxPoint temp;
1988 PyObject * _obj3 = 0;
1989 wxSize temp0;
1990 PyObject * _obj4 = 0;
1991 PyObject * _argo6 = 0;
1992 PyObject * _obj7 = 0;
1993 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
1994 char _ptemp[128];
1995
1996 self = self;
1997 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxCheckBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
1998 return NULL;
1999 if (_argo0) {
2000 if (_argo0 == Py_None) { _arg0 = NULL; }
2001 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2002 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
2003 return NULL;
2004 }
2005 }
2006 {
2007 _arg2 = wxString_in_helper(_obj2);
2008 if (_arg2 == NULL)
2009 return NULL;
2010 }
2011 if (_obj3)
2012 {
2013 _arg3 = &temp;
2014 if (! wxPoint_helper(_obj3, &_arg3))
2015 return NULL;
2016 }
2017 if (_obj4)
2018 {
2019 _arg4 = &temp0;
2020 if (! wxSize_helper(_obj4, &_arg4))
2021 return NULL;
2022 }
2023 if (_argo6) {
2024 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
2025 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
2026 return NULL;
2027 }
2028 }
2029 if (_obj7)
2030 {
2031 _arg7 = wxString_in_helper(_obj7);
2032 if (_arg7 == NULL)
2033 return NULL;
2034 }
2035 {
2036 PyThreadState* __tstate = wxPyBeginAllowThreads();
2037 _result = (wxCheckBox *)new_wxCheckBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
2038
2039 wxPyEndAllowThreads(__tstate);
2040 if (PyErr_Occurred()) return NULL;
2041 } if (_result) {
2042 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
2043 _resultobj = Py_BuildValue("s",_ptemp);
2044 } else {
2045 Py_INCREF(Py_None);
2046 _resultobj = Py_None;
2047 }
2048 {
2049 if (_obj2)
2050 delete _arg2;
2051 }
2052 {
2053 if (_obj7)
2054 delete _arg7;
2055 }
2056 return _resultobj;
2057 }
2058
2059 #define new_wxPreCheckBox() (new wxCheckBox())
2060 static PyObject *_wrap_new_wxPreCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2061 PyObject * _resultobj;
2062 wxCheckBox * _result;
2063 char *_kwnames[] = { NULL };
2064 char _ptemp[128];
2065
2066 self = self;
2067 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckBox",_kwnames))
2068 return NULL;
2069 {
2070 PyThreadState* __tstate = wxPyBeginAllowThreads();
2071 _result = (wxCheckBox *)new_wxPreCheckBox();
2072
2073 wxPyEndAllowThreads(__tstate);
2074 if (PyErr_Occurred()) return NULL;
2075 } if (_result) {
2076 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckBox_p");
2077 _resultobj = Py_BuildValue("s",_ptemp);
2078 } else {
2079 Py_INCREF(Py_None);
2080 _resultobj = Py_None;
2081 }
2082 return _resultobj;
2083 }
2084
2085 #define wxCheckBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2086 static PyObject *_wrap_wxCheckBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2087 PyObject * _resultobj;
2088 bool _result;
2089 wxCheckBox * _arg0;
2090 wxWindow * _arg1;
2091 wxWindowID _arg2;
2092 wxString * _arg3;
2093 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
2094 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
2095 long _arg6 = (long ) 0;
2096 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
2097 wxString * _arg8 = (wxString *) &wxPyCheckBoxNameStr;
2098 PyObject * _argo0 = 0;
2099 PyObject * _argo1 = 0;
2100 PyObject * _obj3 = 0;
2101 wxPoint temp;
2102 PyObject * _obj4 = 0;
2103 wxSize temp0;
2104 PyObject * _obj5 = 0;
2105 PyObject * _argo7 = 0;
2106 PyObject * _obj8 = 0;
2107 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
2108
2109 self = self;
2110 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxCheckBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
2111 return NULL;
2112 if (_argo0) {
2113 if (_argo0 == Py_None) { _arg0 = NULL; }
2114 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2115 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Create. Expected _wxCheckBox_p.");
2116 return NULL;
2117 }
2118 }
2119 if (_argo1) {
2120 if (_argo1 == Py_None) { _arg1 = NULL; }
2121 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2122 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckBox_Create. Expected _wxWindow_p.");
2123 return NULL;
2124 }
2125 }
2126 {
2127 _arg3 = wxString_in_helper(_obj3);
2128 if (_arg3 == NULL)
2129 return NULL;
2130 }
2131 if (_obj4)
2132 {
2133 _arg4 = &temp;
2134 if (! wxPoint_helper(_obj4, &_arg4))
2135 return NULL;
2136 }
2137 if (_obj5)
2138 {
2139 _arg5 = &temp0;
2140 if (! wxSize_helper(_obj5, &_arg5))
2141 return NULL;
2142 }
2143 if (_argo7) {
2144 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
2145 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxCheckBox_Create. Expected _wxValidator_p.");
2146 return NULL;
2147 }
2148 }
2149 if (_obj8)
2150 {
2151 _arg8 = wxString_in_helper(_obj8);
2152 if (_arg8 == NULL)
2153 return NULL;
2154 }
2155 {
2156 PyThreadState* __tstate = wxPyBeginAllowThreads();
2157 _result = (bool )wxCheckBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
2158
2159 wxPyEndAllowThreads(__tstate);
2160 if (PyErr_Occurred()) return NULL;
2161 } _resultobj = Py_BuildValue("i",_result);
2162 {
2163 if (_obj3)
2164 delete _arg3;
2165 }
2166 {
2167 if (_obj8)
2168 delete _arg8;
2169 }
2170 return _resultobj;
2171 }
2172
2173 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
2174 static PyObject *_wrap_wxCheckBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2175 PyObject * _resultobj;
2176 bool _result;
2177 wxCheckBox * _arg0;
2178 PyObject * _argo0 = 0;
2179 char *_kwnames[] = { "self", NULL };
2180
2181 self = self;
2182 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_GetValue",_kwnames,&_argo0))
2183 return NULL;
2184 if (_argo0) {
2185 if (_argo0 == Py_None) { _arg0 = NULL; }
2186 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2187 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
2188 return NULL;
2189 }
2190 }
2191 {
2192 PyThreadState* __tstate = wxPyBeginAllowThreads();
2193 _result = (bool )wxCheckBox_GetValue(_arg0);
2194
2195 wxPyEndAllowThreads(__tstate);
2196 if (PyErr_Occurred()) return NULL;
2197 } _resultobj = Py_BuildValue("i",_result);
2198 return _resultobj;
2199 }
2200
2201 #define wxCheckBox_IsChecked(_swigobj) (_swigobj->IsChecked())
2202 static PyObject *_wrap_wxCheckBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
2203 PyObject * _resultobj;
2204 bool _result;
2205 wxCheckBox * _arg0;
2206 PyObject * _argo0 = 0;
2207 char *_kwnames[] = { "self", NULL };
2208
2209 self = self;
2210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_IsChecked",_kwnames,&_argo0))
2211 return NULL;
2212 if (_argo0) {
2213 if (_argo0 == Py_None) { _arg0 = NULL; }
2214 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2215 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_IsChecked. Expected _wxCheckBox_p.");
2216 return NULL;
2217 }
2218 }
2219 {
2220 PyThreadState* __tstate = wxPyBeginAllowThreads();
2221 _result = (bool )wxCheckBox_IsChecked(_arg0);
2222
2223 wxPyEndAllowThreads(__tstate);
2224 if (PyErr_Occurred()) return NULL;
2225 } _resultobj = Py_BuildValue("i",_result);
2226 return _resultobj;
2227 }
2228
2229 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2230 static PyObject *_wrap_wxCheckBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2231 PyObject * _resultobj;
2232 wxCheckBox * _arg0;
2233 bool _arg1;
2234 PyObject * _argo0 = 0;
2235 int tempbool1;
2236 char *_kwnames[] = { "self","state", NULL };
2237
2238 self = self;
2239 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckBox_SetValue",_kwnames,&_argo0,&tempbool1))
2240 return NULL;
2241 if (_argo0) {
2242 if (_argo0 == Py_None) { _arg0 = NULL; }
2243 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2244 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
2245 return NULL;
2246 }
2247 }
2248 _arg1 = (bool ) tempbool1;
2249 {
2250 PyThreadState* __tstate = wxPyBeginAllowThreads();
2251 wxCheckBox_SetValue(_arg0,_arg1);
2252
2253 wxPyEndAllowThreads(__tstate);
2254 if (PyErr_Occurred()) return NULL;
2255 } Py_INCREF(Py_None);
2256 _resultobj = Py_None;
2257 return _resultobj;
2258 }
2259
2260 #define wxCheckBox_Get3StateValue(_swigobj) (_swigobj->Get3StateValue())
2261 static PyObject *_wrap_wxCheckBox_Get3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2262 PyObject * _resultobj;
2263 wxCheckBoxState _result;
2264 wxCheckBox * _arg0;
2265 PyObject * _argo0 = 0;
2266 char *_kwnames[] = { "self", NULL };
2267
2268 self = self;
2269 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_Get3StateValue",_kwnames,&_argo0))
2270 return NULL;
2271 if (_argo0) {
2272 if (_argo0 == Py_None) { _arg0 = NULL; }
2273 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2274 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Get3StateValue. Expected _wxCheckBox_p.");
2275 return NULL;
2276 }
2277 }
2278 {
2279 PyThreadState* __tstate = wxPyBeginAllowThreads();
2280 _result = (wxCheckBoxState )wxCheckBox_Get3StateValue(_arg0);
2281
2282 wxPyEndAllowThreads(__tstate);
2283 if (PyErr_Occurred()) return NULL;
2284 } _resultobj = Py_BuildValue("i",_result);
2285 return _resultobj;
2286 }
2287
2288 #define wxCheckBox_Set3StateValue(_swigobj,_swigarg0) (_swigobj->Set3StateValue(_swigarg0))
2289 static PyObject *_wrap_wxCheckBox_Set3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2290 PyObject * _resultobj;
2291 wxCheckBox * _arg0;
2292 wxCheckBoxState _arg1;
2293 PyObject * _argo0 = 0;
2294 char *_kwnames[] = { "self","state", NULL };
2295
2296 self = self;
2297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckBox_Set3StateValue",_kwnames,&_argo0,&_arg1))
2298 return NULL;
2299 if (_argo0) {
2300 if (_argo0 == Py_None) { _arg0 = NULL; }
2301 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2302 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Set3StateValue. Expected _wxCheckBox_p.");
2303 return NULL;
2304 }
2305 }
2306 {
2307 PyThreadState* __tstate = wxPyBeginAllowThreads();
2308 wxCheckBox_Set3StateValue(_arg0,_arg1);
2309
2310 wxPyEndAllowThreads(__tstate);
2311 if (PyErr_Occurred()) return NULL;
2312 } Py_INCREF(Py_None);
2313 _resultobj = Py_None;
2314 return _resultobj;
2315 }
2316
2317 #define wxCheckBox_Is3State(_swigobj) (_swigobj->Is3State())
2318 static PyObject *_wrap_wxCheckBox_Is3State(PyObject *self, PyObject *args, PyObject *kwargs) {
2319 PyObject * _resultobj;
2320 bool _result;
2321 wxCheckBox * _arg0;
2322 PyObject * _argo0 = 0;
2323 char *_kwnames[] = { "self", NULL };
2324
2325 self = self;
2326 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_Is3State",_kwnames,&_argo0))
2327 return NULL;
2328 if (_argo0) {
2329 if (_argo0 == Py_None) { _arg0 = NULL; }
2330 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2331 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Is3State. Expected _wxCheckBox_p.");
2332 return NULL;
2333 }
2334 }
2335 {
2336 PyThreadState* __tstate = wxPyBeginAllowThreads();
2337 _result = (bool )wxCheckBox_Is3State(_arg0);
2338
2339 wxPyEndAllowThreads(__tstate);
2340 if (PyErr_Occurred()) return NULL;
2341 } _resultobj = Py_BuildValue("i",_result);
2342 return _resultobj;
2343 }
2344
2345 #define wxCheckBox_Is3rdStateAllowedForUser(_swigobj) (_swigobj->Is3rdStateAllowedForUser())
2346 static PyObject *_wrap_wxCheckBox_Is3rdStateAllowedForUser(PyObject *self, PyObject *args, PyObject *kwargs) {
2347 PyObject * _resultobj;
2348 bool _result;
2349 wxCheckBox * _arg0;
2350 PyObject * _argo0 = 0;
2351 char *_kwnames[] = { "self", NULL };
2352
2353 self = self;
2354 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckBox_Is3rdStateAllowedForUser",_kwnames,&_argo0))
2355 return NULL;
2356 if (_argo0) {
2357 if (_argo0 == Py_None) { _arg0 = NULL; }
2358 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckBox_p")) {
2359 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckBox_Is3rdStateAllowedForUser. Expected _wxCheckBox_p.");
2360 return NULL;
2361 }
2362 }
2363 {
2364 PyThreadState* __tstate = wxPyBeginAllowThreads();
2365 _result = (bool )wxCheckBox_Is3rdStateAllowedForUser(_arg0);
2366
2367 wxPyEndAllowThreads(__tstate);
2368 if (PyErr_Occurred()) return NULL;
2369 } _resultobj = Py_BuildValue("i",_result);
2370 return _resultobj;
2371 }
2372
2373 static void *SwigwxChoiceTowxControlWithItems(void *ptr) {
2374 wxChoice *src;
2375 wxControlWithItems *dest;
2376 src = (wxChoice *) ptr;
2377 dest = (wxControlWithItems *) src;
2378 return (void *) dest;
2379 }
2380
2381 static void *SwigwxChoiceTowxControl(void *ptr) {
2382 wxChoice *src;
2383 wxControl *dest;
2384 src = (wxChoice *) ptr;
2385 dest = (wxControl *) src;
2386 return (void *) dest;
2387 }
2388
2389 static void *SwigwxChoiceTowxWindow(void *ptr) {
2390 wxChoice *src;
2391 wxWindow *dest;
2392 src = (wxChoice *) ptr;
2393 dest = (wxWindow *) src;
2394 return (void *) dest;
2395 }
2396
2397 static void *SwigwxChoiceTowxEvtHandler(void *ptr) {
2398 wxChoice *src;
2399 wxEvtHandler *dest;
2400 src = (wxChoice *) ptr;
2401 dest = (wxEvtHandler *) src;
2402 return (void *) dest;
2403 }
2404
2405 static void *SwigwxChoiceTowxObject(void *ptr) {
2406 wxChoice *src;
2407 wxObject *dest;
2408 src = (wxChoice *) ptr;
2409 dest = (wxObject *) src;
2410 return (void *) dest;
2411 }
2412
2413 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2414 static PyObject *_wrap_new_wxChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2415 PyObject * _resultobj;
2416 wxChoice * _result;
2417 wxWindow * _arg0;
2418 wxWindowID _arg1;
2419 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
2420 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
2421 int _arg4 = (int ) 0;
2422 wxString * _arg5 = (wxString *) NULL;
2423 long _arg6 = (long ) 0;
2424 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
2425 wxString * _arg8 = (wxString *) &wxPyChoiceNameStr;
2426 PyObject * _argo0 = 0;
2427 wxPoint temp;
2428 PyObject * _obj2 = 0;
2429 wxSize temp0;
2430 PyObject * _obj3 = 0;
2431 PyObject * _obj5 = 0;
2432 PyObject * _argo7 = 0;
2433 PyObject * _obj8 = 0;
2434 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
2435 char _ptemp[128];
2436
2437 self = self;
2438 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxChoice",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
2439 return NULL;
2440 if (_argo0) {
2441 if (_argo0 == Py_None) { _arg0 = NULL; }
2442 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2443 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
2444 return NULL;
2445 }
2446 }
2447 if (_obj2)
2448 {
2449 _arg2 = &temp;
2450 if (! wxPoint_helper(_obj2, &_arg2))
2451 return NULL;
2452 }
2453 if (_obj3)
2454 {
2455 _arg3 = &temp0;
2456 if (! wxSize_helper(_obj3, &_arg3))
2457 return NULL;
2458 }
2459 if (_obj5)
2460 {
2461 _arg5 = wxString_LIST_helper(_obj5);
2462 if (_arg5 == NULL) {
2463 return NULL;
2464 }
2465 }
2466 if (_argo7) {
2467 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
2468 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
2469 return NULL;
2470 }
2471 }
2472 if (_obj8)
2473 {
2474 _arg8 = wxString_in_helper(_obj8);
2475 if (_arg8 == NULL)
2476 return NULL;
2477 }
2478 {
2479 if (_obj5) {
2480 _arg4 = PyList_Size(_obj5);
2481 }
2482 else {
2483 _arg4 = 0;
2484 }
2485 }
2486 {
2487 PyThreadState* __tstate = wxPyBeginAllowThreads();
2488 _result = (wxChoice *)new_wxChoice(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
2489
2490 wxPyEndAllowThreads(__tstate);
2491 if (PyErr_Occurred()) return NULL;
2492 } if (_result) {
2493 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2494 _resultobj = Py_BuildValue("s",_ptemp);
2495 } else {
2496 Py_INCREF(Py_None);
2497 _resultobj = Py_None;
2498 }
2499 {
2500 delete [] _arg5;
2501 }
2502 {
2503 if (_obj8)
2504 delete _arg8;
2505 }
2506 return _resultobj;
2507 }
2508
2509 #define new_wxPreChoice() (new wxChoice())
2510 static PyObject *_wrap_new_wxPreChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2511 PyObject * _resultobj;
2512 wxChoice * _result;
2513 char *_kwnames[] = { NULL };
2514 char _ptemp[128];
2515
2516 self = self;
2517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreChoice",_kwnames))
2518 return NULL;
2519 {
2520 PyThreadState* __tstate = wxPyBeginAllowThreads();
2521 _result = (wxChoice *)new_wxPreChoice();
2522
2523 wxPyEndAllowThreads(__tstate);
2524 if (PyErr_Occurred()) return NULL;
2525 } if (_result) {
2526 SWIG_MakePtr(_ptemp, (char *) _result,"_wxChoice_p");
2527 _resultobj = Py_BuildValue("s",_ptemp);
2528 } else {
2529 Py_INCREF(Py_None);
2530 _resultobj = Py_None;
2531 }
2532 return _resultobj;
2533 }
2534
2535 #define wxChoice_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2536 static PyObject *_wrap_wxChoice_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2537 PyObject * _resultobj;
2538 bool _result;
2539 wxChoice * _arg0;
2540 wxWindow * _arg1;
2541 wxWindowID _arg2;
2542 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2543 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
2544 int _arg5 = (int ) 0;
2545 wxString * _arg6 = (wxString *) NULL;
2546 long _arg7 = (long ) 0;
2547 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
2548 wxString * _arg9 = (wxString *) &wxPyChoiceNameStr;
2549 PyObject * _argo0 = 0;
2550 PyObject * _argo1 = 0;
2551 wxPoint temp;
2552 PyObject * _obj3 = 0;
2553 wxSize temp0;
2554 PyObject * _obj4 = 0;
2555 PyObject * _obj6 = 0;
2556 PyObject * _argo8 = 0;
2557 PyObject * _obj9 = 0;
2558 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
2559
2560 self = self;
2561 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxChoice_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
2562 return NULL;
2563 if (_argo0) {
2564 if (_argo0 == Py_None) { _arg0 = NULL; }
2565 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2566 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Create. Expected _wxChoice_p.");
2567 return NULL;
2568 }
2569 }
2570 if (_argo1) {
2571 if (_argo1 == Py_None) { _arg1 = NULL; }
2572 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
2573 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxChoice_Create. Expected _wxWindow_p.");
2574 return NULL;
2575 }
2576 }
2577 if (_obj3)
2578 {
2579 _arg3 = &temp;
2580 if (! wxPoint_helper(_obj3, &_arg3))
2581 return NULL;
2582 }
2583 if (_obj4)
2584 {
2585 _arg4 = &temp0;
2586 if (! wxSize_helper(_obj4, &_arg4))
2587 return NULL;
2588 }
2589 if (_obj6)
2590 {
2591 _arg6 = wxString_LIST_helper(_obj6);
2592 if (_arg6 == NULL) {
2593 return NULL;
2594 }
2595 }
2596 if (_argo8) {
2597 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
2598 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxChoice_Create. Expected _wxValidator_p.");
2599 return NULL;
2600 }
2601 }
2602 if (_obj9)
2603 {
2604 _arg9 = wxString_in_helper(_obj9);
2605 if (_arg9 == NULL)
2606 return NULL;
2607 }
2608 {
2609 if (_obj6) {
2610 _arg5 = PyList_Size(_obj6);
2611 }
2612 else {
2613 _arg5 = 0;
2614 }
2615 }
2616 {
2617 PyThreadState* __tstate = wxPyBeginAllowThreads();
2618 _result = (bool )wxChoice_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
2619
2620 wxPyEndAllowThreads(__tstate);
2621 if (PyErr_Occurred()) return NULL;
2622 } _resultobj = Py_BuildValue("i",_result);
2623 {
2624 delete [] _arg6;
2625 }
2626 {
2627 if (_obj9)
2628 delete _arg9;
2629 }
2630 return _resultobj;
2631 }
2632
2633 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
2634 static PyObject *_wrap_wxChoice_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
2635 PyObject * _resultobj;
2636 wxChoice * _arg0;
2637 PyObject * _argo0 = 0;
2638 char *_kwnames[] = { "self", NULL };
2639
2640 self = self;
2641 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_Clear",_kwnames,&_argo0))
2642 return NULL;
2643 if (_argo0) {
2644 if (_argo0 == Py_None) { _arg0 = NULL; }
2645 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2646 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
2647 return NULL;
2648 }
2649 }
2650 {
2651 PyThreadState* __tstate = wxPyBeginAllowThreads();
2652 wxChoice_Clear(_arg0);
2653
2654 wxPyEndAllowThreads(__tstate);
2655 if (PyErr_Occurred()) return NULL;
2656 } Py_INCREF(Py_None);
2657 _resultobj = Py_None;
2658 return _resultobj;
2659 }
2660
2661 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
2662 static PyObject *_wrap_wxChoice_GetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2663 PyObject * _resultobj;
2664 int _result;
2665 wxChoice * _arg0;
2666 PyObject * _argo0 = 0;
2667 char *_kwnames[] = { "self", NULL };
2668
2669 self = self;
2670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxChoice_GetColumns",_kwnames,&_argo0))
2671 return NULL;
2672 if (_argo0) {
2673 if (_argo0 == Py_None) { _arg0 = NULL; }
2674 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2675 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
2676 return NULL;
2677 }
2678 }
2679 {
2680 PyThreadState* __tstate = wxPyBeginAllowThreads();
2681 _result = (int )wxChoice_GetColumns(_arg0);
2682
2683 wxPyEndAllowThreads(__tstate);
2684 if (PyErr_Occurred()) return NULL;
2685 } _resultobj = Py_BuildValue("i",_result);
2686 return _resultobj;
2687 }
2688
2689 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
2690 static PyObject *_wrap_wxChoice_SetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2691 PyObject * _resultobj;
2692 wxChoice * _arg0;
2693 int _arg1 = (int ) 1;
2694 PyObject * _argo0 = 0;
2695 char *_kwnames[] = { "self","n", NULL };
2696
2697 self = self;
2698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxChoice_SetColumns",_kwnames,&_argo0,&_arg1))
2699 return NULL;
2700 if (_argo0) {
2701 if (_argo0 == Py_None) { _arg0 = NULL; }
2702 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2703 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
2704 return NULL;
2705 }
2706 }
2707 {
2708 PyThreadState* __tstate = wxPyBeginAllowThreads();
2709 wxChoice_SetColumns(_arg0,_arg1);
2710
2711 wxPyEndAllowThreads(__tstate);
2712 if (PyErr_Occurred()) return NULL;
2713 } Py_INCREF(Py_None);
2714 _resultobj = Py_None;
2715 return _resultobj;
2716 }
2717
2718 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2719 static PyObject *_wrap_wxChoice_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2720 PyObject * _resultobj;
2721 wxChoice * _arg0;
2722 int _arg1;
2723 PyObject * _argo0 = 0;
2724 char *_kwnames[] = { "self","n", NULL };
2725
2726 self = self;
2727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxChoice_SetSelection",_kwnames,&_argo0,&_arg1))
2728 return NULL;
2729 if (_argo0) {
2730 if (_argo0 == Py_None) { _arg0 = NULL; }
2731 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2732 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
2733 return NULL;
2734 }
2735 }
2736 {
2737 PyThreadState* __tstate = wxPyBeginAllowThreads();
2738 wxChoice_SetSelection(_arg0,_arg1);
2739
2740 wxPyEndAllowThreads(__tstate);
2741 if (PyErr_Occurred()) return NULL;
2742 } Py_INCREF(Py_None);
2743 _resultobj = Py_None;
2744 return _resultobj;
2745 }
2746
2747 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
2748 static PyObject *_wrap_wxChoice_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2749 PyObject * _resultobj;
2750 wxChoice * _arg0;
2751 wxString * _arg1;
2752 PyObject * _argo0 = 0;
2753 PyObject * _obj1 = 0;
2754 char *_kwnames[] = { "self","string", NULL };
2755
2756 self = self;
2757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxChoice_SetStringSelection",_kwnames,&_argo0,&_obj1))
2758 return NULL;
2759 if (_argo0) {
2760 if (_argo0 == Py_None) { _arg0 = NULL; }
2761 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2762 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
2763 return NULL;
2764 }
2765 }
2766 {
2767 _arg1 = wxString_in_helper(_obj1);
2768 if (_arg1 == NULL)
2769 return NULL;
2770 }
2771 {
2772 PyThreadState* __tstate = wxPyBeginAllowThreads();
2773 wxChoice_SetStringSelection(_arg0,*_arg1);
2774
2775 wxPyEndAllowThreads(__tstate);
2776 if (PyErr_Occurred()) return NULL;
2777 } Py_INCREF(Py_None);
2778 _resultobj = Py_None;
2779 {
2780 if (_obj1)
2781 delete _arg1;
2782 }
2783 return _resultobj;
2784 }
2785
2786 #define wxChoice_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
2787 static PyObject *_wrap_wxChoice_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
2788 PyObject * _resultobj;
2789 wxChoice * _arg0;
2790 int _arg1;
2791 wxString * _arg2;
2792 PyObject * _argo0 = 0;
2793 PyObject * _obj2 = 0;
2794 char *_kwnames[] = { "self","n","s", NULL };
2795
2796 self = self;
2797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxChoice_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
2798 return NULL;
2799 if (_argo0) {
2800 if (_argo0 == Py_None) { _arg0 = NULL; }
2801 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxChoice_p")) {
2802 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxChoice_SetString. Expected _wxChoice_p.");
2803 return NULL;
2804 }
2805 }
2806 {
2807 _arg2 = wxString_in_helper(_obj2);
2808 if (_arg2 == NULL)
2809 return NULL;
2810 }
2811 {
2812 PyThreadState* __tstate = wxPyBeginAllowThreads();
2813 wxChoice_SetString(_arg0,_arg1,*_arg2);
2814
2815 wxPyEndAllowThreads(__tstate);
2816 if (PyErr_Occurred()) return NULL;
2817 } Py_INCREF(Py_None);
2818 _resultobj = Py_None;
2819 {
2820 if (_obj2)
2821 delete _arg2;
2822 }
2823 return _resultobj;
2824 }
2825
2826 static void *SwigwxComboBoxTowxChoice(void *ptr) {
2827 wxComboBox *src;
2828 wxChoice *dest;
2829 src = (wxComboBox *) ptr;
2830 dest = (wxChoice *) src;
2831 return (void *) dest;
2832 }
2833
2834 static void *SwigwxComboBoxTowxControlWithItems(void *ptr) {
2835 wxComboBox *src;
2836 wxControlWithItems *dest;
2837 src = (wxComboBox *) ptr;
2838 dest = (wxControlWithItems *) src;
2839 return (void *) dest;
2840 }
2841
2842 static void *SwigwxComboBoxTowxControl(void *ptr) {
2843 wxComboBox *src;
2844 wxControl *dest;
2845 src = (wxComboBox *) ptr;
2846 dest = (wxControl *) src;
2847 return (void *) dest;
2848 }
2849
2850 static void *SwigwxComboBoxTowxWindow(void *ptr) {
2851 wxComboBox *src;
2852 wxWindow *dest;
2853 src = (wxComboBox *) ptr;
2854 dest = (wxWindow *) src;
2855 return (void *) dest;
2856 }
2857
2858 static void *SwigwxComboBoxTowxEvtHandler(void *ptr) {
2859 wxComboBox *src;
2860 wxEvtHandler *dest;
2861 src = (wxComboBox *) ptr;
2862 dest = (wxEvtHandler *) src;
2863 return (void *) dest;
2864 }
2865
2866 static void *SwigwxComboBoxTowxObject(void *ptr) {
2867 wxComboBox *src;
2868 wxObject *dest;
2869 src = (wxComboBox *) ptr;
2870 dest = (wxObject *) src;
2871 return (void *) dest;
2872 }
2873
2874 #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))
2875 static PyObject *_wrap_new_wxComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2876 PyObject * _resultobj;
2877 wxComboBox * _result;
2878 wxWindow * _arg0;
2879 wxWindowID _arg1;
2880 wxString * _arg2 = (wxString *) &wxPyEmptyString;
2881 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
2882 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
2883 int _arg5 = (int ) 0;
2884 wxString * _arg6 = (wxString *) NULL;
2885 long _arg7 = (long ) 0;
2886 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
2887 wxString * _arg9 = (wxString *) &wxPyComboBoxNameStr;
2888 PyObject * _argo0 = 0;
2889 PyObject * _obj2 = 0;
2890 wxPoint temp;
2891 PyObject * _obj3 = 0;
2892 wxSize temp0;
2893 PyObject * _obj4 = 0;
2894 PyObject * _obj6 = 0;
2895 PyObject * _argo8 = 0;
2896 PyObject * _obj9 = 0;
2897 char *_kwnames[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL };
2898 char _ptemp[128];
2899
2900 self = self;
2901 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOOlOO:new_wxComboBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
2902 return NULL;
2903 if (_argo0) {
2904 if (_argo0 == Py_None) { _arg0 = NULL; }
2905 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
2906 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
2907 return NULL;
2908 }
2909 }
2910 if (_obj2)
2911 {
2912 _arg2 = wxString_in_helper(_obj2);
2913 if (_arg2 == NULL)
2914 return NULL;
2915 }
2916 if (_obj3)
2917 {
2918 _arg3 = &temp;
2919 if (! wxPoint_helper(_obj3, &_arg3))
2920 return NULL;
2921 }
2922 if (_obj4)
2923 {
2924 _arg4 = &temp0;
2925 if (! wxSize_helper(_obj4, &_arg4))
2926 return NULL;
2927 }
2928 if (_obj6)
2929 {
2930 _arg6 = wxString_LIST_helper(_obj6);
2931 if (_arg6 == NULL) {
2932 return NULL;
2933 }
2934 }
2935 if (_argo8) {
2936 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
2937 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
2938 return NULL;
2939 }
2940 }
2941 if (_obj9)
2942 {
2943 _arg9 = wxString_in_helper(_obj9);
2944 if (_arg9 == NULL)
2945 return NULL;
2946 }
2947 {
2948 if (_obj6) {
2949 _arg5 = PyList_Size(_obj6);
2950 }
2951 else {
2952 _arg5 = 0;
2953 }
2954 }
2955 {
2956 PyThreadState* __tstate = wxPyBeginAllowThreads();
2957 _result = (wxComboBox *)new_wxComboBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
2958
2959 wxPyEndAllowThreads(__tstate);
2960 if (PyErr_Occurred()) return NULL;
2961 } if (_result) {
2962 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
2963 _resultobj = Py_BuildValue("s",_ptemp);
2964 } else {
2965 Py_INCREF(Py_None);
2966 _resultobj = Py_None;
2967 }
2968 {
2969 if (_obj2)
2970 delete _arg2;
2971 }
2972 {
2973 delete [] _arg6;
2974 }
2975 {
2976 if (_obj9)
2977 delete _arg9;
2978 }
2979 return _resultobj;
2980 }
2981
2982 #define new_wxPreComboBox() (new wxComboBox())
2983 static PyObject *_wrap_new_wxPreComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2984 PyObject * _resultobj;
2985 wxComboBox * _result;
2986 char *_kwnames[] = { NULL };
2987 char _ptemp[128];
2988
2989 self = self;
2990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreComboBox",_kwnames))
2991 return NULL;
2992 {
2993 PyThreadState* __tstate = wxPyBeginAllowThreads();
2994 _result = (wxComboBox *)new_wxPreComboBox();
2995
2996 wxPyEndAllowThreads(__tstate);
2997 if (PyErr_Occurred()) return NULL;
2998 } if (_result) {
2999 SWIG_MakePtr(_ptemp, (char *) _result,"_wxComboBox_p");
3000 _resultobj = Py_BuildValue("s",_ptemp);
3001 } else {
3002 Py_INCREF(Py_None);
3003 _resultobj = Py_None;
3004 }
3005 return _resultobj;
3006 }
3007
3008 #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))
3009 static PyObject *_wrap_wxComboBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3010 PyObject * _resultobj;
3011 bool _result;
3012 wxComboBox * _arg0;
3013 wxWindow * _arg1;
3014 wxWindowID _arg2;
3015 wxString * _arg3 = (wxString *) &wxPyEmptyString;
3016 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
3017 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
3018 int _arg6 = (int ) 0;
3019 wxString * _arg7 = (wxString *) NULL;
3020 long _arg8 = (long ) 0;
3021 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
3022 wxString * _arg10 = (wxString *) &wxPyComboBoxNameStr;
3023 PyObject * _argo0 = 0;
3024 PyObject * _argo1 = 0;
3025 PyObject * _obj3 = 0;
3026 wxPoint temp;
3027 PyObject * _obj4 = 0;
3028 wxSize temp0;
3029 PyObject * _obj5 = 0;
3030 PyObject * _obj7 = 0;
3031 PyObject * _argo9 = 0;
3032 PyObject * _obj10 = 0;
3033 char *_kwnames[] = { "self","parent","id","value","pos","size","choices","style","validator","name", NULL };
3034
3035 self = self;
3036 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOOlOO:wxComboBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_obj7,&_arg8,&_argo9,&_obj10))
3037 return NULL;
3038 if (_argo0) {
3039 if (_argo0 == Py_None) { _arg0 = NULL; }
3040 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3041 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Create. Expected _wxComboBox_p.");
3042 return NULL;
3043 }
3044 }
3045 if (_argo1) {
3046 if (_argo1 == Py_None) { _arg1 = NULL; }
3047 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
3048 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxComboBox_Create. Expected _wxWindow_p.");
3049 return NULL;
3050 }
3051 }
3052 if (_obj3)
3053 {
3054 _arg3 = wxString_in_helper(_obj3);
3055 if (_arg3 == NULL)
3056 return NULL;
3057 }
3058 if (_obj4)
3059 {
3060 _arg4 = &temp;
3061 if (! wxPoint_helper(_obj4, &_arg4))
3062 return NULL;
3063 }
3064 if (_obj5)
3065 {
3066 _arg5 = &temp0;
3067 if (! wxSize_helper(_obj5, &_arg5))
3068 return NULL;
3069 }
3070 if (_obj7)
3071 {
3072 _arg7 = wxString_LIST_helper(_obj7);
3073 if (_arg7 == NULL) {
3074 return NULL;
3075 }
3076 }
3077 if (_argo9) {
3078 if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
3079 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxComboBox_Create. Expected _wxValidator_p.");
3080 return NULL;
3081 }
3082 }
3083 if (_obj10)
3084 {
3085 _arg10 = wxString_in_helper(_obj10);
3086 if (_arg10 == NULL)
3087 return NULL;
3088 }
3089 {
3090 if (_obj7) {
3091 _arg6 = PyList_Size(_obj7);
3092 }
3093 else {
3094 _arg6 = 0;
3095 }
3096 }
3097 {
3098 PyThreadState* __tstate = wxPyBeginAllowThreads();
3099 _result = (bool )wxComboBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,*_arg9,*_arg10);
3100
3101 wxPyEndAllowThreads(__tstate);
3102 if (PyErr_Occurred()) return NULL;
3103 } _resultobj = Py_BuildValue("i",_result);
3104 {
3105 if (_obj3)
3106 delete _arg3;
3107 }
3108 {
3109 delete [] _arg7;
3110 }
3111 {
3112 if (_obj10)
3113 delete _arg10;
3114 }
3115 return _resultobj;
3116 }
3117
3118 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
3119 static PyObject *_wrap_wxComboBox_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
3120 PyObject * _resultobj;
3121 wxComboBox * _arg0;
3122 PyObject * _argo0 = 0;
3123 char *_kwnames[] = { "self", NULL };
3124
3125 self = self;
3126 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Copy",_kwnames,&_argo0))
3127 return NULL;
3128 if (_argo0) {
3129 if (_argo0 == Py_None) { _arg0 = NULL; }
3130 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3131 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
3132 return NULL;
3133 }
3134 }
3135 {
3136 PyThreadState* __tstate = wxPyBeginAllowThreads();
3137 wxComboBox_Copy(_arg0);
3138
3139 wxPyEndAllowThreads(__tstate);
3140 if (PyErr_Occurred()) return NULL;
3141 } Py_INCREF(Py_None);
3142 _resultobj = Py_None;
3143 return _resultobj;
3144 }
3145
3146 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
3147 static PyObject *_wrap_wxComboBox_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
3148 PyObject * _resultobj;
3149 wxComboBox * _arg0;
3150 PyObject * _argo0 = 0;
3151 char *_kwnames[] = { "self", NULL };
3152
3153 self = self;
3154 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Cut",_kwnames,&_argo0))
3155 return NULL;
3156 if (_argo0) {
3157 if (_argo0 == Py_None) { _arg0 = NULL; }
3158 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3159 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
3160 return NULL;
3161 }
3162 }
3163 {
3164 PyThreadState* __tstate = wxPyBeginAllowThreads();
3165 wxComboBox_Cut(_arg0);
3166
3167 wxPyEndAllowThreads(__tstate);
3168 if (PyErr_Occurred()) return NULL;
3169 } Py_INCREF(Py_None);
3170 _resultobj = Py_None;
3171 return _resultobj;
3172 }
3173
3174 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3175 static PyObject *_wrap_wxComboBox_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3176 PyObject * _resultobj;
3177 long _result;
3178 wxComboBox * _arg0;
3179 PyObject * _argo0 = 0;
3180 char *_kwnames[] = { "self", NULL };
3181
3182 self = self;
3183 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetInsertionPoint",_kwnames,&_argo0))
3184 return NULL;
3185 if (_argo0) {
3186 if (_argo0 == Py_None) { _arg0 = NULL; }
3187 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3188 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
3189 return NULL;
3190 }
3191 }
3192 {
3193 PyThreadState* __tstate = wxPyBeginAllowThreads();
3194 _result = (long )wxComboBox_GetInsertionPoint(_arg0);
3195
3196 wxPyEndAllowThreads(__tstate);
3197 if (PyErr_Occurred()) return NULL;
3198 } _resultobj = Py_BuildValue("l",_result);
3199 return _resultobj;
3200 }
3201
3202 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3203 static PyObject *_wrap_wxComboBox_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
3204 PyObject * _resultobj;
3205 long _result;
3206 wxComboBox * _arg0;
3207 PyObject * _argo0 = 0;
3208 char *_kwnames[] = { "self", NULL };
3209
3210 self = self;
3211 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetLastPosition",_kwnames,&_argo0))
3212 return NULL;
3213 if (_argo0) {
3214 if (_argo0 == Py_None) { _arg0 = NULL; }
3215 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3216 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
3217 return NULL;
3218 }
3219 }
3220 {
3221 PyThreadState* __tstate = wxPyBeginAllowThreads();
3222 _result = (long )wxComboBox_GetLastPosition(_arg0);
3223
3224 wxPyEndAllowThreads(__tstate);
3225 if (PyErr_Occurred()) return NULL;
3226 } _resultobj = Py_BuildValue("l",_result);
3227 return _resultobj;
3228 }
3229
3230 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
3231 static PyObject *_wrap_wxComboBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3232 PyObject * _resultobj;
3233 wxString * _result;
3234 wxComboBox * _arg0;
3235 PyObject * _argo0 = 0;
3236 char *_kwnames[] = { "self", NULL };
3237
3238 self = self;
3239 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_GetValue",_kwnames,&_argo0))
3240 return NULL;
3241 if (_argo0) {
3242 if (_argo0 == Py_None) { _arg0 = NULL; }
3243 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3244 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
3245 return NULL;
3246 }
3247 }
3248 {
3249 PyThreadState* __tstate = wxPyBeginAllowThreads();
3250 _result = new wxString (wxComboBox_GetValue(_arg0));
3251
3252 wxPyEndAllowThreads(__tstate);
3253 if (PyErr_Occurred()) return NULL;
3254 }{
3255 #if wxUSE_UNICODE
3256 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
3257 #else
3258 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
3259 #endif
3260 }
3261 {
3262 delete _result;
3263 }
3264 return _resultobj;
3265 }
3266
3267 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
3268 static PyObject *_wrap_wxComboBox_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
3269 PyObject * _resultobj;
3270 wxComboBox * _arg0;
3271 PyObject * _argo0 = 0;
3272 char *_kwnames[] = { "self", NULL };
3273
3274 self = self;
3275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_Paste",_kwnames,&_argo0))
3276 return NULL;
3277 if (_argo0) {
3278 if (_argo0 == Py_None) { _arg0 = NULL; }
3279 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3280 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
3281 return NULL;
3282 }
3283 }
3284 {
3285 PyThreadState* __tstate = wxPyBeginAllowThreads();
3286 wxComboBox_Paste(_arg0);
3287
3288 wxPyEndAllowThreads(__tstate);
3289 if (PyErr_Occurred()) return NULL;
3290 } Py_INCREF(Py_None);
3291 _resultobj = Py_None;
3292 return _resultobj;
3293 }
3294
3295 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
3296 static PyObject *_wrap_wxComboBox_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
3297 PyObject * _resultobj;
3298 wxComboBox * _arg0;
3299 long _arg1;
3300 long _arg2;
3301 wxString * _arg3;
3302 PyObject * _argo0 = 0;
3303 PyObject * _obj3 = 0;
3304 char *_kwnames[] = { "self","from","to","text", NULL };
3305
3306 self = self;
3307 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxComboBox_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
3308 return NULL;
3309 if (_argo0) {
3310 if (_argo0 == Py_None) { _arg0 = NULL; }
3311 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3312 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
3313 return NULL;
3314 }
3315 }
3316 {
3317 _arg3 = wxString_in_helper(_obj3);
3318 if (_arg3 == NULL)
3319 return NULL;
3320 }
3321 {
3322 PyThreadState* __tstate = wxPyBeginAllowThreads();
3323 wxComboBox_Replace(_arg0,_arg1,_arg2,*_arg3);
3324
3325 wxPyEndAllowThreads(__tstate);
3326 if (PyErr_Occurred()) return NULL;
3327 } Py_INCREF(Py_None);
3328 _resultobj = Py_None;
3329 {
3330 if (_obj3)
3331 delete _arg3;
3332 }
3333 return _resultobj;
3334 }
3335
3336 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
3337 static PyObject *_wrap_wxComboBox_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
3338 PyObject * _resultobj;
3339 wxComboBox * _arg0;
3340 long _arg1;
3341 long _arg2;
3342 PyObject * _argo0 = 0;
3343 char *_kwnames[] = { "self","from","to", NULL };
3344
3345 self = self;
3346 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
3347 return NULL;
3348 if (_argo0) {
3349 if (_argo0 == Py_None) { _arg0 = NULL; }
3350 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3351 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
3352 return NULL;
3353 }
3354 }
3355 {
3356 PyThreadState* __tstate = wxPyBeginAllowThreads();
3357 wxComboBox_Remove(_arg0,_arg1,_arg2);
3358
3359 wxPyEndAllowThreads(__tstate);
3360 if (PyErr_Occurred()) return NULL;
3361 } Py_INCREF(Py_None);
3362 _resultobj = Py_None;
3363 return _resultobj;
3364 }
3365
3366 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
3367 static PyObject *_wrap_wxComboBox_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3368 PyObject * _resultobj;
3369 wxComboBox * _arg0;
3370 long _arg1;
3371 PyObject * _argo0 = 0;
3372 char *_kwnames[] = { "self","pos", NULL };
3373
3374 self = self;
3375 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxComboBox_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
3376 return NULL;
3377 if (_argo0) {
3378 if (_argo0 == Py_None) { _arg0 = NULL; }
3379 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3380 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
3381 return NULL;
3382 }
3383 }
3384 {
3385 PyThreadState* __tstate = wxPyBeginAllowThreads();
3386 wxComboBox_SetInsertionPoint(_arg0,_arg1);
3387
3388 wxPyEndAllowThreads(__tstate);
3389 if (PyErr_Occurred()) return NULL;
3390 } Py_INCREF(Py_None);
3391 _resultobj = Py_None;
3392 return _resultobj;
3393 }
3394
3395 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
3396 static PyObject *_wrap_wxComboBox_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
3397 PyObject * _resultobj;
3398 wxComboBox * _arg0;
3399 PyObject * _argo0 = 0;
3400 char *_kwnames[] = { "self", NULL };
3401
3402 self = self;
3403 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxComboBox_SetInsertionPointEnd",_kwnames,&_argo0))
3404 return NULL;
3405 if (_argo0) {
3406 if (_argo0 == Py_None) { _arg0 = NULL; }
3407 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3408 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
3409 return NULL;
3410 }
3411 }
3412 {
3413 PyThreadState* __tstate = wxPyBeginAllowThreads();
3414 wxComboBox_SetInsertionPointEnd(_arg0);
3415
3416 wxPyEndAllowThreads(__tstate);
3417 if (PyErr_Occurred()) return NULL;
3418 } Py_INCREF(Py_None);
3419 _resultobj = Py_None;
3420 return _resultobj;
3421 }
3422
3423 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
3424 static PyObject *_wrap_wxComboBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3425 PyObject * _resultobj;
3426 wxComboBox * _arg0;
3427 int _arg1;
3428 PyObject * _argo0 = 0;
3429 char *_kwnames[] = { "self","n", NULL };
3430
3431 self = self;
3432 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetSelection",_kwnames,&_argo0,&_arg1))
3433 return NULL;
3434 if (_argo0) {
3435 if (_argo0 == Py_None) { _arg0 = NULL; }
3436 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3437 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
3438 return NULL;
3439 }
3440 }
3441 {
3442 PyThreadState* __tstate = wxPyBeginAllowThreads();
3443 wxComboBox_SetSelection(_arg0,_arg1);
3444
3445 wxPyEndAllowThreads(__tstate);
3446 if (PyErr_Occurred()) return NULL;
3447 } Py_INCREF(Py_None);
3448 _resultobj = Py_None;
3449 return _resultobj;
3450 }
3451
3452 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3453 static PyObject *_wrap_wxComboBox_SetMark(PyObject *self, PyObject *args, PyObject *kwargs) {
3454 PyObject * _resultobj;
3455 wxComboBox * _arg0;
3456 long _arg1;
3457 long _arg2;
3458 PyObject * _argo0 = 0;
3459 char *_kwnames[] = { "self","from","to", NULL };
3460
3461 self = self;
3462 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxComboBox_SetMark",_kwnames,&_argo0,&_arg1,&_arg2))
3463 return NULL;
3464 if (_argo0) {
3465 if (_argo0 == Py_None) { _arg0 = NULL; }
3466 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3467 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
3468 return NULL;
3469 }
3470 }
3471 {
3472 PyThreadState* __tstate = wxPyBeginAllowThreads();
3473 wxComboBox_SetMark(_arg0,_arg1,_arg2);
3474
3475 wxPyEndAllowThreads(__tstate);
3476 if (PyErr_Occurred()) return NULL;
3477 } Py_INCREF(Py_None);
3478 _resultobj = Py_None;
3479 return _resultobj;
3480 }
3481
3482 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3483 static PyObject *_wrap_wxComboBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3484 PyObject * _resultobj;
3485 wxComboBox * _arg0;
3486 wxString * _arg1;
3487 PyObject * _argo0 = 0;
3488 PyObject * _obj1 = 0;
3489 char *_kwnames[] = { "self","text", NULL };
3490
3491 self = self;
3492 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxComboBox_SetValue",_kwnames,&_argo0,&_obj1))
3493 return NULL;
3494 if (_argo0) {
3495 if (_argo0 == Py_None) { _arg0 = NULL; }
3496 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3497 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
3498 return NULL;
3499 }
3500 }
3501 {
3502 _arg1 = wxString_in_helper(_obj1);
3503 if (_arg1 == NULL)
3504 return NULL;
3505 }
3506 {
3507 PyThreadState* __tstate = wxPyBeginAllowThreads();
3508 wxComboBox_SetValue(_arg0,*_arg1);
3509
3510 wxPyEndAllowThreads(__tstate);
3511 if (PyErr_Occurred()) return NULL;
3512 } Py_INCREF(Py_None);
3513 _resultobj = Py_None;
3514 {
3515 if (_obj1)
3516 delete _arg1;
3517 }
3518 return _resultobj;
3519 }
3520
3521 #define wxComboBox_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
3522 static PyObject *_wrap_wxComboBox_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
3523 PyObject * _resultobj;
3524 wxComboBox * _arg0;
3525 bool _arg1;
3526 PyObject * _argo0 = 0;
3527 int tempbool1;
3528 char *_kwnames[] = { "self","editable", NULL };
3529
3530 self = self;
3531 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxComboBox_SetEditable",_kwnames,&_argo0,&tempbool1))
3532 return NULL;
3533 if (_argo0) {
3534 if (_argo0 == Py_None) { _arg0 = NULL; }
3535 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxComboBox_p")) {
3536 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxComboBox_SetEditable. Expected _wxComboBox_p.");
3537 return NULL;
3538 }
3539 }
3540 _arg1 = (bool ) tempbool1;
3541 {
3542 PyThreadState* __tstate = wxPyBeginAllowThreads();
3543 wxComboBox_SetEditable(_arg0,_arg1);
3544
3545 wxPyEndAllowThreads(__tstate);
3546 if (PyErr_Occurred()) return NULL;
3547 } Py_INCREF(Py_None);
3548 _resultobj = Py_None;
3549 return _resultobj;
3550 }
3551
3552 static void *SwigwxGaugeTowxControl(void *ptr) {
3553 wxGauge *src;
3554 wxControl *dest;
3555 src = (wxGauge *) ptr;
3556 dest = (wxControl *) src;
3557 return (void *) dest;
3558 }
3559
3560 static void *SwigwxGaugeTowxWindow(void *ptr) {
3561 wxGauge *src;
3562 wxWindow *dest;
3563 src = (wxGauge *) ptr;
3564 dest = (wxWindow *) src;
3565 return (void *) dest;
3566 }
3567
3568 static void *SwigwxGaugeTowxEvtHandler(void *ptr) {
3569 wxGauge *src;
3570 wxEvtHandler *dest;
3571 src = (wxGauge *) ptr;
3572 dest = (wxEvtHandler *) src;
3573 return (void *) dest;
3574 }
3575
3576 static void *SwigwxGaugeTowxObject(void *ptr) {
3577 wxGauge *src;
3578 wxObject *dest;
3579 src = (wxGauge *) ptr;
3580 dest = (wxObject *) src;
3581 return (void *) dest;
3582 }
3583
3584 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3585 static PyObject *_wrap_new_wxGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3586 PyObject * _resultobj;
3587 wxGauge * _result;
3588 wxWindow * _arg0;
3589 wxWindowID _arg1;
3590 int _arg2;
3591 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
3592 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
3593 long _arg5 = (long ) wxGA_HORIZONTAL;
3594 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
3595 wxString * _arg7 = (wxString *) &wxPyGaugeNameStr;
3596 PyObject * _argo0 = 0;
3597 wxPoint temp;
3598 PyObject * _obj3 = 0;
3599 wxSize temp0;
3600 PyObject * _obj4 = 0;
3601 PyObject * _argo6 = 0;
3602 PyObject * _obj7 = 0;
3603 char *_kwnames[] = { "parent","id","range","pos","size","style","validator","name", NULL };
3604 char _ptemp[128];
3605
3606 self = self;
3607 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii|OOlOO:new_wxGauge",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
3608 return NULL;
3609 if (_argo0) {
3610 if (_argo0 == Py_None) { _arg0 = NULL; }
3611 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
3612 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
3613 return NULL;
3614 }
3615 }
3616 if (_obj3)
3617 {
3618 _arg3 = &temp;
3619 if (! wxPoint_helper(_obj3, &_arg3))
3620 return NULL;
3621 }
3622 if (_obj4)
3623 {
3624 _arg4 = &temp0;
3625 if (! wxSize_helper(_obj4, &_arg4))
3626 return NULL;
3627 }
3628 if (_argo6) {
3629 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
3630 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
3631 return NULL;
3632 }
3633 }
3634 if (_obj7)
3635 {
3636 _arg7 = wxString_in_helper(_obj7);
3637 if (_arg7 == NULL)
3638 return NULL;
3639 }
3640 {
3641 PyThreadState* __tstate = wxPyBeginAllowThreads();
3642 _result = (wxGauge *)new_wxGauge(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
3643
3644 wxPyEndAllowThreads(__tstate);
3645 if (PyErr_Occurred()) return NULL;
3646 } if (_result) {
3647 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3648 _resultobj = Py_BuildValue("s",_ptemp);
3649 } else {
3650 Py_INCREF(Py_None);
3651 _resultobj = Py_None;
3652 }
3653 {
3654 if (_obj7)
3655 delete _arg7;
3656 }
3657 return _resultobj;
3658 }
3659
3660 #define new_wxPreGauge() (new wxGauge())
3661 static PyObject *_wrap_new_wxPreGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3662 PyObject * _resultobj;
3663 wxGauge * _result;
3664 char *_kwnames[] = { NULL };
3665 char _ptemp[128];
3666
3667 self = self;
3668 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreGauge",_kwnames))
3669 return NULL;
3670 {
3671 PyThreadState* __tstate = wxPyBeginAllowThreads();
3672 _result = (wxGauge *)new_wxPreGauge();
3673
3674 wxPyEndAllowThreads(__tstate);
3675 if (PyErr_Occurred()) return NULL;
3676 } if (_result) {
3677 SWIG_MakePtr(_ptemp, (char *) _result,"_wxGauge_p");
3678 _resultobj = Py_BuildValue("s",_ptemp);
3679 } else {
3680 Py_INCREF(Py_None);
3681 _resultobj = Py_None;
3682 }
3683 return _resultobj;
3684 }
3685
3686 #define wxGauge_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3687 static PyObject *_wrap_wxGauge_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3688 PyObject * _resultobj;
3689 bool _result;
3690 wxGauge * _arg0;
3691 wxWindow * _arg1;
3692 wxWindowID _arg2;
3693 int _arg3;
3694 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
3695 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
3696 long _arg6 = (long ) wxGA_HORIZONTAL;
3697 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
3698 wxString * _arg8 = (wxString *) &wxPyGaugeNameStr;
3699 PyObject * _argo0 = 0;
3700 PyObject * _argo1 = 0;
3701 wxPoint temp;
3702 PyObject * _obj4 = 0;
3703 wxSize temp0;
3704 PyObject * _obj5 = 0;
3705 PyObject * _argo7 = 0;
3706 PyObject * _obj8 = 0;
3707 char *_kwnames[] = { "self","parent","id","range","pos","size","style","validator","name", NULL };
3708
3709 self = self;
3710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOii|OOlOO:wxGauge_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
3711 return NULL;
3712 if (_argo0) {
3713 if (_argo0 == Py_None) { _arg0 = NULL; }
3714 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3715 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_Create. Expected _wxGauge_p.");
3716 return NULL;
3717 }
3718 }
3719 if (_argo1) {
3720 if (_argo1 == Py_None) { _arg1 = NULL; }
3721 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
3722 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGauge_Create. Expected _wxWindow_p.");
3723 return NULL;
3724 }
3725 }
3726 if (_obj4)
3727 {
3728 _arg4 = &temp;
3729 if (! wxPoint_helper(_obj4, &_arg4))
3730 return NULL;
3731 }
3732 if (_obj5)
3733 {
3734 _arg5 = &temp0;
3735 if (! wxSize_helper(_obj5, &_arg5))
3736 return NULL;
3737 }
3738 if (_argo7) {
3739 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
3740 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxGauge_Create. Expected _wxValidator_p.");
3741 return NULL;
3742 }
3743 }
3744 if (_obj8)
3745 {
3746 _arg8 = wxString_in_helper(_obj8);
3747 if (_arg8 == NULL)
3748 return NULL;
3749 }
3750 {
3751 PyThreadState* __tstate = wxPyBeginAllowThreads();
3752 _result = (bool )wxGauge_Create(_arg0,_arg1,_arg2,_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
3753
3754 wxPyEndAllowThreads(__tstate);
3755 if (PyErr_Occurred()) return NULL;
3756 } _resultobj = Py_BuildValue("i",_result);
3757 {
3758 if (_obj8)
3759 delete _arg8;
3760 }
3761 return _resultobj;
3762 }
3763
3764 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
3765 static PyObject *_wrap_wxGauge_GetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
3766 PyObject * _resultobj;
3767 int _result;
3768 wxGauge * _arg0;
3769 PyObject * _argo0 = 0;
3770 char *_kwnames[] = { "self", NULL };
3771
3772 self = self;
3773 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetBezelFace",_kwnames,&_argo0))
3774 return NULL;
3775 if (_argo0) {
3776 if (_argo0 == Py_None) { _arg0 = NULL; }
3777 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3778 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
3779 return NULL;
3780 }
3781 }
3782 {
3783 PyThreadState* __tstate = wxPyBeginAllowThreads();
3784 _result = (int )wxGauge_GetBezelFace(_arg0);
3785
3786 wxPyEndAllowThreads(__tstate);
3787 if (PyErr_Occurred()) return NULL;
3788 } _resultobj = Py_BuildValue("i",_result);
3789 return _resultobj;
3790 }
3791
3792 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
3793 static PyObject *_wrap_wxGauge_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
3794 PyObject * _resultobj;
3795 int _result;
3796 wxGauge * _arg0;
3797 PyObject * _argo0 = 0;
3798 char *_kwnames[] = { "self", NULL };
3799
3800 self = self;
3801 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetRange",_kwnames,&_argo0))
3802 return NULL;
3803 if (_argo0) {
3804 if (_argo0 == Py_None) { _arg0 = NULL; }
3805 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3806 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
3807 return NULL;
3808 }
3809 }
3810 {
3811 PyThreadState* __tstate = wxPyBeginAllowThreads();
3812 _result = (int )wxGauge_GetRange(_arg0);
3813
3814 wxPyEndAllowThreads(__tstate);
3815 if (PyErr_Occurred()) return NULL;
3816 } _resultobj = Py_BuildValue("i",_result);
3817 return _resultobj;
3818 }
3819
3820 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
3821 static PyObject *_wrap_wxGauge_GetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
3822 PyObject * _resultobj;
3823 int _result;
3824 wxGauge * _arg0;
3825 PyObject * _argo0 = 0;
3826 char *_kwnames[] = { "self", NULL };
3827
3828 self = self;
3829 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetShadowWidth",_kwnames,&_argo0))
3830 return NULL;
3831 if (_argo0) {
3832 if (_argo0 == Py_None) { _arg0 = NULL; }
3833 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3834 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
3835 return NULL;
3836 }
3837 }
3838 {
3839 PyThreadState* __tstate = wxPyBeginAllowThreads();
3840 _result = (int )wxGauge_GetShadowWidth(_arg0);
3841
3842 wxPyEndAllowThreads(__tstate);
3843 if (PyErr_Occurred()) return NULL;
3844 } _resultobj = Py_BuildValue("i",_result);
3845 return _resultobj;
3846 }
3847
3848 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
3849 static PyObject *_wrap_wxGauge_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3850 PyObject * _resultobj;
3851 int _result;
3852 wxGauge * _arg0;
3853 PyObject * _argo0 = 0;
3854 char *_kwnames[] = { "self", NULL };
3855
3856 self = self;
3857 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_GetValue",_kwnames,&_argo0))
3858 return NULL;
3859 if (_argo0) {
3860 if (_argo0 == Py_None) { _arg0 = NULL; }
3861 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3862 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
3863 return NULL;
3864 }
3865 }
3866 {
3867 PyThreadState* __tstate = wxPyBeginAllowThreads();
3868 _result = (int )wxGauge_GetValue(_arg0);
3869
3870 wxPyEndAllowThreads(__tstate);
3871 if (PyErr_Occurred()) return NULL;
3872 } _resultobj = Py_BuildValue("i",_result);
3873 return _resultobj;
3874 }
3875
3876 #define wxGauge_IsVertical(_swigobj) (_swigobj->IsVertical())
3877 static PyObject *_wrap_wxGauge_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
3878 PyObject * _resultobj;
3879 bool _result;
3880 wxGauge * _arg0;
3881 PyObject * _argo0 = 0;
3882 char *_kwnames[] = { "self", NULL };
3883
3884 self = self;
3885 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGauge_IsVertical",_kwnames,&_argo0))
3886 return NULL;
3887 if (_argo0) {
3888 if (_argo0 == Py_None) { _arg0 = NULL; }
3889 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3890 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_IsVertical. Expected _wxGauge_p.");
3891 return NULL;
3892 }
3893 }
3894 {
3895 PyThreadState* __tstate = wxPyBeginAllowThreads();
3896 _result = (bool )wxGauge_IsVertical(_arg0);
3897
3898 wxPyEndAllowThreads(__tstate);
3899 if (PyErr_Occurred()) return NULL;
3900 } _resultobj = Py_BuildValue("i",_result);
3901 return _resultobj;
3902 }
3903
3904 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
3905 static PyObject *_wrap_wxGauge_SetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
3906 PyObject * _resultobj;
3907 wxGauge * _arg0;
3908 int _arg1;
3909 PyObject * _argo0 = 0;
3910 char *_kwnames[] = { "self","width", NULL };
3911
3912 self = self;
3913 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetBezelFace",_kwnames,&_argo0,&_arg1))
3914 return NULL;
3915 if (_argo0) {
3916 if (_argo0 == Py_None) { _arg0 = NULL; }
3917 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3918 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
3919 return NULL;
3920 }
3921 }
3922 {
3923 PyThreadState* __tstate = wxPyBeginAllowThreads();
3924 wxGauge_SetBezelFace(_arg0,_arg1);
3925
3926 wxPyEndAllowThreads(__tstate);
3927 if (PyErr_Occurred()) return NULL;
3928 } Py_INCREF(Py_None);
3929 _resultobj = Py_None;
3930 return _resultobj;
3931 }
3932
3933 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
3934 static PyObject *_wrap_wxGauge_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
3935 PyObject * _resultobj;
3936 wxGauge * _arg0;
3937 int _arg1;
3938 PyObject * _argo0 = 0;
3939 char *_kwnames[] = { "self","range", NULL };
3940
3941 self = self;
3942 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetRange",_kwnames,&_argo0,&_arg1))
3943 return NULL;
3944 if (_argo0) {
3945 if (_argo0 == Py_None) { _arg0 = NULL; }
3946 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3947 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
3948 return NULL;
3949 }
3950 }
3951 {
3952 PyThreadState* __tstate = wxPyBeginAllowThreads();
3953 wxGauge_SetRange(_arg0,_arg1);
3954
3955 wxPyEndAllowThreads(__tstate);
3956 if (PyErr_Occurred()) return NULL;
3957 } Py_INCREF(Py_None);
3958 _resultobj = Py_None;
3959 return _resultobj;
3960 }
3961
3962 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
3963 static PyObject *_wrap_wxGauge_SetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
3964 PyObject * _resultobj;
3965 wxGauge * _arg0;
3966 int _arg1;
3967 PyObject * _argo0 = 0;
3968 char *_kwnames[] = { "self","width", NULL };
3969
3970 self = self;
3971 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetShadowWidth",_kwnames,&_argo0,&_arg1))
3972 return NULL;
3973 if (_argo0) {
3974 if (_argo0 == Py_None) { _arg0 = NULL; }
3975 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
3976 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
3977 return NULL;
3978 }
3979 }
3980 {
3981 PyThreadState* __tstate = wxPyBeginAllowThreads();
3982 wxGauge_SetShadowWidth(_arg0,_arg1);
3983
3984 wxPyEndAllowThreads(__tstate);
3985 if (PyErr_Occurred()) return NULL;
3986 } Py_INCREF(Py_None);
3987 _resultobj = Py_None;
3988 return _resultobj;
3989 }
3990
3991 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3992 static PyObject *_wrap_wxGauge_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3993 PyObject * _resultobj;
3994 wxGauge * _arg0;
3995 int _arg1;
3996 PyObject * _argo0 = 0;
3997 char *_kwnames[] = { "self","pos", NULL };
3998
3999 self = self;
4000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxGauge_SetValue",_kwnames,&_argo0,&_arg1))
4001 return NULL;
4002 if (_argo0) {
4003 if (_argo0 == Py_None) { _arg0 = NULL; }
4004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGauge_p")) {
4005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
4006 return NULL;
4007 }
4008 }
4009 {
4010 PyThreadState* __tstate = wxPyBeginAllowThreads();
4011 wxGauge_SetValue(_arg0,_arg1);
4012
4013 wxPyEndAllowThreads(__tstate);
4014 if (PyErr_Occurred()) return NULL;
4015 } Py_INCREF(Py_None);
4016 _resultobj = Py_None;
4017 return _resultobj;
4018 }
4019
4020 static void *SwigwxStaticBoxTowxControl(void *ptr) {
4021 wxStaticBox *src;
4022 wxControl *dest;
4023 src = (wxStaticBox *) ptr;
4024 dest = (wxControl *) src;
4025 return (void *) dest;
4026 }
4027
4028 static void *SwigwxStaticBoxTowxWindow(void *ptr) {
4029 wxStaticBox *src;
4030 wxWindow *dest;
4031 src = (wxStaticBox *) ptr;
4032 dest = (wxWindow *) src;
4033 return (void *) dest;
4034 }
4035
4036 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr) {
4037 wxStaticBox *src;
4038 wxEvtHandler *dest;
4039 src = (wxStaticBox *) ptr;
4040 dest = (wxEvtHandler *) src;
4041 return (void *) dest;
4042 }
4043
4044 static void *SwigwxStaticBoxTowxObject(void *ptr) {
4045 wxStaticBox *src;
4046 wxObject *dest;
4047 src = (wxStaticBox *) ptr;
4048 dest = (wxObject *) src;
4049 return (void *) dest;
4050 }
4051
4052 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4053 static PyObject *_wrap_new_wxStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4054 PyObject * _resultobj;
4055 wxStaticBox * _result;
4056 wxWindow * _arg0;
4057 wxWindowID _arg1;
4058 wxString * _arg2;
4059 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4060 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4061 long _arg5 = (long ) 0;
4062 wxString * _arg6 = (wxString *) &wxPyStaticBoxNameStr;
4063 PyObject * _argo0 = 0;
4064 PyObject * _obj2 = 0;
4065 wxPoint temp;
4066 PyObject * _obj3 = 0;
4067 wxSize temp0;
4068 PyObject * _obj4 = 0;
4069 PyObject * _obj6 = 0;
4070 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
4071 char _ptemp[128];
4072
4073 self = self;
4074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6))
4075 return NULL;
4076 if (_argo0) {
4077 if (_argo0 == Py_None) { _arg0 = NULL; }
4078 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4079 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
4080 return NULL;
4081 }
4082 }
4083 {
4084 _arg2 = wxString_in_helper(_obj2);
4085 if (_arg2 == NULL)
4086 return NULL;
4087 }
4088 if (_obj3)
4089 {
4090 _arg3 = &temp;
4091 if (! wxPoint_helper(_obj3, &_arg3))
4092 return NULL;
4093 }
4094 if (_obj4)
4095 {
4096 _arg4 = &temp0;
4097 if (! wxSize_helper(_obj4, &_arg4))
4098 return NULL;
4099 }
4100 if (_obj6)
4101 {
4102 _arg6 = wxString_in_helper(_obj6);
4103 if (_arg6 == NULL)
4104 return NULL;
4105 }
4106 {
4107 PyThreadState* __tstate = wxPyBeginAllowThreads();
4108 _result = (wxStaticBox *)new_wxStaticBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4109
4110 wxPyEndAllowThreads(__tstate);
4111 if (PyErr_Occurred()) return NULL;
4112 } if (_result) {
4113 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
4114 _resultobj = Py_BuildValue("s",_ptemp);
4115 } else {
4116 Py_INCREF(Py_None);
4117 _resultobj = Py_None;
4118 }
4119 {
4120 if (_obj2)
4121 delete _arg2;
4122 }
4123 {
4124 if (_obj6)
4125 delete _arg6;
4126 }
4127 return _resultobj;
4128 }
4129
4130 #define new_wxPreStaticBox() (new wxStaticBox())
4131 static PyObject *_wrap_new_wxPreStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4132 PyObject * _resultobj;
4133 wxStaticBox * _result;
4134 char *_kwnames[] = { NULL };
4135 char _ptemp[128];
4136
4137 self = self;
4138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBox",_kwnames))
4139 return NULL;
4140 {
4141 PyThreadState* __tstate = wxPyBeginAllowThreads();
4142 _result = (wxStaticBox *)new_wxPreStaticBox();
4143
4144 wxPyEndAllowThreads(__tstate);
4145 if (PyErr_Occurred()) return NULL;
4146 } if (_result) {
4147 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBox_p");
4148 _resultobj = Py_BuildValue("s",_ptemp);
4149 } else {
4150 Py_INCREF(Py_None);
4151 _resultobj = Py_None;
4152 }
4153 return _resultobj;
4154 }
4155
4156 #define wxStaticBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4157 static PyObject *_wrap_wxStaticBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4158 PyObject * _resultobj;
4159 bool _result;
4160 wxStaticBox * _arg0;
4161 wxWindow * _arg1;
4162 wxWindowID _arg2;
4163 wxString * _arg3;
4164 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
4165 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
4166 long _arg6 = (long ) 0;
4167 wxString * _arg7 = (wxString *) &wxPyStaticBoxNameStr;
4168 PyObject * _argo0 = 0;
4169 PyObject * _argo1 = 0;
4170 PyObject * _obj3 = 0;
4171 wxPoint temp;
4172 PyObject * _obj4 = 0;
4173 wxSize temp0;
4174 PyObject * _obj5 = 0;
4175 PyObject * _obj7 = 0;
4176 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
4177
4178 self = self;
4179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7))
4180 return NULL;
4181 if (_argo0) {
4182 if (_argo0 == Py_None) { _arg0 = NULL; }
4183 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBox_p")) {
4184 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBox_Create. Expected _wxStaticBox_p.");
4185 return NULL;
4186 }
4187 }
4188 if (_argo1) {
4189 if (_argo1 == Py_None) { _arg1 = NULL; }
4190 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4191 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBox_Create. Expected _wxWindow_p.");
4192 return NULL;
4193 }
4194 }
4195 {
4196 _arg3 = wxString_in_helper(_obj3);
4197 if (_arg3 == NULL)
4198 return NULL;
4199 }
4200 if (_obj4)
4201 {
4202 _arg4 = &temp;
4203 if (! wxPoint_helper(_obj4, &_arg4))
4204 return NULL;
4205 }
4206 if (_obj5)
4207 {
4208 _arg5 = &temp0;
4209 if (! wxSize_helper(_obj5, &_arg5))
4210 return NULL;
4211 }
4212 if (_obj7)
4213 {
4214 _arg7 = wxString_in_helper(_obj7);
4215 if (_arg7 == NULL)
4216 return NULL;
4217 }
4218 {
4219 PyThreadState* __tstate = wxPyBeginAllowThreads();
4220 _result = (bool )wxStaticBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
4221
4222 wxPyEndAllowThreads(__tstate);
4223 if (PyErr_Occurred()) return NULL;
4224 } _resultobj = Py_BuildValue("i",_result);
4225 {
4226 if (_obj3)
4227 delete _arg3;
4228 }
4229 {
4230 if (_obj7)
4231 delete _arg7;
4232 }
4233 return _resultobj;
4234 }
4235
4236 static void *SwigwxStaticLineTowxControl(void *ptr) {
4237 wxStaticLine *src;
4238 wxControl *dest;
4239 src = (wxStaticLine *) ptr;
4240 dest = (wxControl *) src;
4241 return (void *) dest;
4242 }
4243
4244 static void *SwigwxStaticLineTowxWindow(void *ptr) {
4245 wxStaticLine *src;
4246 wxWindow *dest;
4247 src = (wxStaticLine *) ptr;
4248 dest = (wxWindow *) src;
4249 return (void *) dest;
4250 }
4251
4252 static void *SwigwxStaticLineTowxEvtHandler(void *ptr) {
4253 wxStaticLine *src;
4254 wxEvtHandler *dest;
4255 src = (wxStaticLine *) ptr;
4256 dest = (wxEvtHandler *) src;
4257 return (void *) dest;
4258 }
4259
4260 static void *SwigwxStaticLineTowxObject(void *ptr) {
4261 wxStaticLine *src;
4262 wxObject *dest;
4263 src = (wxStaticLine *) ptr;
4264 dest = (wxObject *) src;
4265 return (void *) dest;
4266 }
4267
4268 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4269 static PyObject *_wrap_new_wxStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4270 PyObject * _resultobj;
4271 wxStaticLine * _result;
4272 wxWindow * _arg0;
4273 wxWindowID _arg1;
4274 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
4275 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
4276 long _arg4 = (long ) wxLI_HORIZONTAL;
4277 wxString * _arg5 = (wxString *) &wxPyStaticTextNameStr;
4278 PyObject * _argo0 = 0;
4279 wxPoint temp;
4280 PyObject * _obj2 = 0;
4281 wxSize temp0;
4282 PyObject * _obj3 = 0;
4283 PyObject * _obj5 = 0;
4284 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
4285 char _ptemp[128];
4286
4287 self = self;
4288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOlO:new_wxStaticLine",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5))
4289 return NULL;
4290 if (_argo0) {
4291 if (_argo0 == Py_None) { _arg0 = NULL; }
4292 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4293 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
4294 return NULL;
4295 }
4296 }
4297 if (_obj2)
4298 {
4299 _arg2 = &temp;
4300 if (! wxPoint_helper(_obj2, &_arg2))
4301 return NULL;
4302 }
4303 if (_obj3)
4304 {
4305 _arg3 = &temp0;
4306 if (! wxSize_helper(_obj3, &_arg3))
4307 return NULL;
4308 }
4309 if (_obj5)
4310 {
4311 _arg5 = wxString_in_helper(_obj5);
4312 if (_arg5 == NULL)
4313 return NULL;
4314 }
4315 {
4316 PyThreadState* __tstate = wxPyBeginAllowThreads();
4317 _result = (wxStaticLine *)new_wxStaticLine(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5);
4318
4319 wxPyEndAllowThreads(__tstate);
4320 if (PyErr_Occurred()) return NULL;
4321 } if (_result) {
4322 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4323 _resultobj = Py_BuildValue("s",_ptemp);
4324 } else {
4325 Py_INCREF(Py_None);
4326 _resultobj = Py_None;
4327 }
4328 {
4329 if (_obj5)
4330 delete _arg5;
4331 }
4332 return _resultobj;
4333 }
4334
4335 #define new_wxPreStaticLine() (new wxStaticLine())
4336 static PyObject *_wrap_new_wxPreStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4337 PyObject * _resultobj;
4338 wxStaticLine * _result;
4339 char *_kwnames[] = { NULL };
4340 char _ptemp[128];
4341
4342 self = self;
4343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticLine",_kwnames))
4344 return NULL;
4345 {
4346 PyThreadState* __tstate = wxPyBeginAllowThreads();
4347 _result = (wxStaticLine *)new_wxPreStaticLine();
4348
4349 wxPyEndAllowThreads(__tstate);
4350 if (PyErr_Occurred()) return NULL;
4351 } if (_result) {
4352 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticLine_p");
4353 _resultobj = Py_BuildValue("s",_ptemp);
4354 } else {
4355 Py_INCREF(Py_None);
4356 _resultobj = Py_None;
4357 }
4358 return _resultobj;
4359 }
4360
4361 #define wxStaticLine_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4362 static PyObject *_wrap_wxStaticLine_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4363 PyObject * _resultobj;
4364 bool _result;
4365 wxStaticLine * _arg0;
4366 wxWindow * _arg1;
4367 wxWindowID _arg2;
4368 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4369 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4370 long _arg5 = (long ) wxLI_HORIZONTAL;
4371 wxString * _arg6 = (wxString *) &wxPyStaticTextNameStr;
4372 PyObject * _argo0 = 0;
4373 PyObject * _argo1 = 0;
4374 wxPoint temp;
4375 PyObject * _obj3 = 0;
4376 wxSize temp0;
4377 PyObject * _obj4 = 0;
4378 PyObject * _obj6 = 0;
4379 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
4380
4381 self = self;
4382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOlO:wxStaticLine_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6))
4383 return NULL;
4384 if (_argo0) {
4385 if (_argo0 == Py_None) { _arg0 = NULL; }
4386 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticLine_p")) {
4387 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticLine_Create. Expected _wxStaticLine_p.");
4388 return NULL;
4389 }
4390 }
4391 if (_argo1) {
4392 if (_argo1 == Py_None) { _arg1 = NULL; }
4393 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4394 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticLine_Create. Expected _wxWindow_p.");
4395 return NULL;
4396 }
4397 }
4398 if (_obj3)
4399 {
4400 _arg3 = &temp;
4401 if (! wxPoint_helper(_obj3, &_arg3))
4402 return NULL;
4403 }
4404 if (_obj4)
4405 {
4406 _arg4 = &temp0;
4407 if (! wxSize_helper(_obj4, &_arg4))
4408 return NULL;
4409 }
4410 if (_obj6)
4411 {
4412 _arg6 = wxString_in_helper(_obj6);
4413 if (_arg6 == NULL)
4414 return NULL;
4415 }
4416 {
4417 PyThreadState* __tstate = wxPyBeginAllowThreads();
4418 _result = (bool )wxStaticLine_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4419
4420 wxPyEndAllowThreads(__tstate);
4421 if (PyErr_Occurred()) return NULL;
4422 } _resultobj = Py_BuildValue("i",_result);
4423 {
4424 if (_obj6)
4425 delete _arg6;
4426 }
4427 return _resultobj;
4428 }
4429
4430 static void *SwigwxStaticTextTowxControl(void *ptr) {
4431 wxStaticText *src;
4432 wxControl *dest;
4433 src = (wxStaticText *) ptr;
4434 dest = (wxControl *) src;
4435 return (void *) dest;
4436 }
4437
4438 static void *SwigwxStaticTextTowxWindow(void *ptr) {
4439 wxStaticText *src;
4440 wxWindow *dest;
4441 src = (wxStaticText *) ptr;
4442 dest = (wxWindow *) src;
4443 return (void *) dest;
4444 }
4445
4446 static void *SwigwxStaticTextTowxEvtHandler(void *ptr) {
4447 wxStaticText *src;
4448 wxEvtHandler *dest;
4449 src = (wxStaticText *) ptr;
4450 dest = (wxEvtHandler *) src;
4451 return (void *) dest;
4452 }
4453
4454 static void *SwigwxStaticTextTowxObject(void *ptr) {
4455 wxStaticText *src;
4456 wxObject *dest;
4457 src = (wxStaticText *) ptr;
4458 dest = (wxObject *) src;
4459 return (void *) dest;
4460 }
4461
4462 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4463 static PyObject *_wrap_new_wxStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4464 PyObject * _resultobj;
4465 wxStaticText * _result;
4466 wxWindow * _arg0;
4467 wxWindowID _arg1;
4468 wxString * _arg2;
4469 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4470 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4471 long _arg5 = (long ) 0;
4472 wxString * _arg6 = (wxString *) &wxPyStaticTextNameStr;
4473 PyObject * _argo0 = 0;
4474 PyObject * _obj2 = 0;
4475 wxPoint temp;
4476 PyObject * _obj3 = 0;
4477 wxSize temp0;
4478 PyObject * _obj4 = 0;
4479 PyObject * _obj6 = 0;
4480 char *_kwnames[] = { "parent","id","label","pos","size","style","name", NULL };
4481 char _ptemp[128];
4482
4483 self = self;
4484 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticText",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_obj6))
4485 return NULL;
4486 if (_argo0) {
4487 if (_argo0 == Py_None) { _arg0 = NULL; }
4488 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4489 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
4490 return NULL;
4491 }
4492 }
4493 {
4494 _arg2 = wxString_in_helper(_obj2);
4495 if (_arg2 == NULL)
4496 return NULL;
4497 }
4498 if (_obj3)
4499 {
4500 _arg3 = &temp;
4501 if (! wxPoint_helper(_obj3, &_arg3))
4502 return NULL;
4503 }
4504 if (_obj4)
4505 {
4506 _arg4 = &temp0;
4507 if (! wxSize_helper(_obj4, &_arg4))
4508 return NULL;
4509 }
4510 if (_obj6)
4511 {
4512 _arg6 = wxString_in_helper(_obj6);
4513 if (_arg6 == NULL)
4514 return NULL;
4515 }
4516 {
4517 PyThreadState* __tstate = wxPyBeginAllowThreads();
4518 _result = (wxStaticText *)new_wxStaticText(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
4519
4520 wxPyEndAllowThreads(__tstate);
4521 if (PyErr_Occurred()) return NULL;
4522 } if (_result) {
4523 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4524 _resultobj = Py_BuildValue("s",_ptemp);
4525 } else {
4526 Py_INCREF(Py_None);
4527 _resultobj = Py_None;
4528 }
4529 {
4530 if (_obj2)
4531 delete _arg2;
4532 }
4533 {
4534 if (_obj6)
4535 delete _arg6;
4536 }
4537 return _resultobj;
4538 }
4539
4540 #define new_wxPreStaticText() (new wxStaticText())
4541 static PyObject *_wrap_new_wxPreStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4542 PyObject * _resultobj;
4543 wxStaticText * _result;
4544 char *_kwnames[] = { NULL };
4545 char _ptemp[128];
4546
4547 self = self;
4548 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticText",_kwnames))
4549 return NULL;
4550 {
4551 PyThreadState* __tstate = wxPyBeginAllowThreads();
4552 _result = (wxStaticText *)new_wxPreStaticText();
4553
4554 wxPyEndAllowThreads(__tstate);
4555 if (PyErr_Occurred()) return NULL;
4556 } if (_result) {
4557 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticText_p");
4558 _resultobj = Py_BuildValue("s",_ptemp);
4559 } else {
4560 Py_INCREF(Py_None);
4561 _resultobj = Py_None;
4562 }
4563 return _resultobj;
4564 }
4565
4566 #define wxStaticText_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4567 static PyObject *_wrap_wxStaticText_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4568 PyObject * _resultobj;
4569 bool _result;
4570 wxStaticText * _arg0;
4571 wxWindow * _arg1;
4572 wxWindowID _arg2;
4573 wxString * _arg3;
4574 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
4575 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
4576 long _arg6 = (long ) 0;
4577 wxString * _arg7 = (wxString *) &wxPyStaticTextNameStr;
4578 PyObject * _argo0 = 0;
4579 PyObject * _argo1 = 0;
4580 PyObject * _obj3 = 0;
4581 wxPoint temp;
4582 PyObject * _obj4 = 0;
4583 wxSize temp0;
4584 PyObject * _obj5 = 0;
4585 PyObject * _obj7 = 0;
4586 char *_kwnames[] = { "self","parent","id","label","pos","size","style","name", NULL };
4587
4588 self = self;
4589 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticText_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_obj7))
4590 return NULL;
4591 if (_argo0) {
4592 if (_argo0 == Py_None) { _arg0 = NULL; }
4593 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4594 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_Create. Expected _wxStaticText_p.");
4595 return NULL;
4596 }
4597 }
4598 if (_argo1) {
4599 if (_argo1 == Py_None) { _arg1 = NULL; }
4600 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4601 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticText_Create. Expected _wxWindow_p.");
4602 return NULL;
4603 }
4604 }
4605 {
4606 _arg3 = wxString_in_helper(_obj3);
4607 if (_arg3 == NULL)
4608 return NULL;
4609 }
4610 if (_obj4)
4611 {
4612 _arg4 = &temp;
4613 if (! wxPoint_helper(_obj4, &_arg4))
4614 return NULL;
4615 }
4616 if (_obj5)
4617 {
4618 _arg5 = &temp0;
4619 if (! wxSize_helper(_obj5, &_arg5))
4620 return NULL;
4621 }
4622 if (_obj7)
4623 {
4624 _arg7 = wxString_in_helper(_obj7);
4625 if (_arg7 == NULL)
4626 return NULL;
4627 }
4628 {
4629 PyThreadState* __tstate = wxPyBeginAllowThreads();
4630 _result = (bool )wxStaticText_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
4631
4632 wxPyEndAllowThreads(__tstate);
4633 if (PyErr_Occurred()) return NULL;
4634 } _resultobj = Py_BuildValue("i",_result);
4635 {
4636 if (_obj3)
4637 delete _arg3;
4638 }
4639 {
4640 if (_obj7)
4641 delete _arg7;
4642 }
4643 return _resultobj;
4644 }
4645
4646 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
4647 static PyObject *_wrap_wxStaticText_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
4648 PyObject * _resultobj;
4649 wxString * _result;
4650 wxStaticText * _arg0;
4651 PyObject * _argo0 = 0;
4652 char *_kwnames[] = { "self", NULL };
4653
4654 self = self;
4655 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticText_GetLabel",_kwnames,&_argo0))
4656 return NULL;
4657 if (_argo0) {
4658 if (_argo0 == Py_None) { _arg0 = NULL; }
4659 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4660 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
4661 return NULL;
4662 }
4663 }
4664 {
4665 PyThreadState* __tstate = wxPyBeginAllowThreads();
4666 _result = new wxString (wxStaticText_GetLabel(_arg0));
4667
4668 wxPyEndAllowThreads(__tstate);
4669 if (PyErr_Occurred()) return NULL;
4670 }{
4671 #if wxUSE_UNICODE
4672 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
4673 #else
4674 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
4675 #endif
4676 }
4677 {
4678 delete _result;
4679 }
4680 return _resultobj;
4681 }
4682
4683 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
4684 static PyObject *_wrap_wxStaticText_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
4685 PyObject * _resultobj;
4686 wxStaticText * _arg0;
4687 wxString * _arg1;
4688 PyObject * _argo0 = 0;
4689 PyObject * _obj1 = 0;
4690 char *_kwnames[] = { "self","label", NULL };
4691
4692 self = self;
4693 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticText_SetLabel",_kwnames,&_argo0,&_obj1))
4694 return NULL;
4695 if (_argo0) {
4696 if (_argo0 == Py_None) { _arg0 = NULL; }
4697 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticText_p")) {
4698 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
4699 return NULL;
4700 }
4701 }
4702 {
4703 _arg1 = wxString_in_helper(_obj1);
4704 if (_arg1 == NULL)
4705 return NULL;
4706 }
4707 {
4708 PyThreadState* __tstate = wxPyBeginAllowThreads();
4709 wxStaticText_SetLabel(_arg0,*_arg1);
4710
4711 wxPyEndAllowThreads(__tstate);
4712 if (PyErr_Occurred()) return NULL;
4713 } Py_INCREF(Py_None);
4714 _resultobj = Py_None;
4715 {
4716 if (_obj1)
4717 delete _arg1;
4718 }
4719 return _resultobj;
4720 }
4721
4722 static void *SwigwxListBoxTowxControlWithItems(void *ptr) {
4723 wxListBox *src;
4724 wxControlWithItems *dest;
4725 src = (wxListBox *) ptr;
4726 dest = (wxControlWithItems *) src;
4727 return (void *) dest;
4728 }
4729
4730 static void *SwigwxListBoxTowxControl(void *ptr) {
4731 wxListBox *src;
4732 wxControl *dest;
4733 src = (wxListBox *) ptr;
4734 dest = (wxControl *) src;
4735 return (void *) dest;
4736 }
4737
4738 static void *SwigwxListBoxTowxWindow(void *ptr) {
4739 wxListBox *src;
4740 wxWindow *dest;
4741 src = (wxListBox *) ptr;
4742 dest = (wxWindow *) src;
4743 return (void *) dest;
4744 }
4745
4746 static void *SwigwxListBoxTowxEvtHandler(void *ptr) {
4747 wxListBox *src;
4748 wxEvtHandler *dest;
4749 src = (wxListBox *) ptr;
4750 dest = (wxEvtHandler *) src;
4751 return (void *) dest;
4752 }
4753
4754 static void *SwigwxListBoxTowxObject(void *ptr) {
4755 wxListBox *src;
4756 wxObject *dest;
4757 src = (wxListBox *) ptr;
4758 dest = (wxObject *) src;
4759 return (void *) dest;
4760 }
4761
4762 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4763 static PyObject *_wrap_new_wxListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4764 PyObject * _resultobj;
4765 wxListBox * _result;
4766 wxWindow * _arg0;
4767 wxWindowID _arg1;
4768 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
4769 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
4770 int _arg4;
4771 wxString * _arg5 = (wxString *) NULL;
4772 long _arg6 = (long ) 0;
4773 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
4774 wxString * _arg8 = (wxString *) &wxPyListBoxNameStr;
4775 PyObject * _argo0 = 0;
4776 wxPoint temp;
4777 PyObject * _obj2 = 0;
4778 wxSize temp0;
4779 PyObject * _obj3 = 0;
4780 PyObject * _obj5 = 0;
4781 PyObject * _argo7 = 0;
4782 PyObject * _obj8 = 0;
4783 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
4784 char _ptemp[128];
4785
4786 self = self;
4787 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
4788 return NULL;
4789 if (_argo0) {
4790 if (_argo0 == Py_None) { _arg0 = NULL; }
4791 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
4792 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
4793 return NULL;
4794 }
4795 }
4796 if (_obj2)
4797 {
4798 _arg2 = &temp;
4799 if (! wxPoint_helper(_obj2, &_arg2))
4800 return NULL;
4801 }
4802 if (_obj3)
4803 {
4804 _arg3 = &temp0;
4805 if (! wxSize_helper(_obj3, &_arg3))
4806 return NULL;
4807 }
4808 if (_obj5)
4809 {
4810 _arg5 = wxString_LIST_helper(_obj5);
4811 if (_arg5 == NULL) {
4812 return NULL;
4813 }
4814 }
4815 if (_argo7) {
4816 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
4817 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
4818 return NULL;
4819 }
4820 }
4821 if (_obj8)
4822 {
4823 _arg8 = wxString_in_helper(_obj8);
4824 if (_arg8 == NULL)
4825 return NULL;
4826 }
4827 {
4828 if (_obj5) {
4829 _arg4 = PyList_Size(_obj5);
4830 }
4831 else {
4832 _arg4 = 0;
4833 }
4834 }
4835 {
4836 PyThreadState* __tstate = wxPyBeginAllowThreads();
4837 _result = (wxListBox *)new_wxListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
4838
4839 wxPyEndAllowThreads(__tstate);
4840 if (PyErr_Occurred()) return NULL;
4841 } if (_result) {
4842 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
4843 _resultobj = Py_BuildValue("s",_ptemp);
4844 } else {
4845 Py_INCREF(Py_None);
4846 _resultobj = Py_None;
4847 }
4848 {
4849 delete [] _arg5;
4850 }
4851 {
4852 if (_obj8)
4853 delete _arg8;
4854 }
4855 return _resultobj;
4856 }
4857
4858 #define new_wxPreListBox() (new wxListBox())
4859 static PyObject *_wrap_new_wxPreListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4860 PyObject * _resultobj;
4861 wxListBox * _result;
4862 char *_kwnames[] = { NULL };
4863 char _ptemp[128];
4864
4865 self = self;
4866 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreListBox",_kwnames))
4867 return NULL;
4868 {
4869 PyThreadState* __tstate = wxPyBeginAllowThreads();
4870 _result = (wxListBox *)new_wxPreListBox();
4871
4872 wxPyEndAllowThreads(__tstate);
4873 if (PyErr_Occurred()) return NULL;
4874 } if (_result) {
4875 SWIG_MakePtr(_ptemp, (char *) _result,"_wxListBox_p");
4876 _resultobj = Py_BuildValue("s",_ptemp);
4877 } else {
4878 Py_INCREF(Py_None);
4879 _resultobj = Py_None;
4880 }
4881 return _resultobj;
4882 }
4883
4884 #define wxListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4885 static PyObject *_wrap_wxListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4886 PyObject * _resultobj;
4887 bool _result;
4888 wxListBox * _arg0;
4889 wxWindow * _arg1;
4890 wxWindowID _arg2;
4891 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
4892 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
4893 int _arg5;
4894 wxString * _arg6 = (wxString *) NULL;
4895 long _arg7 = (long ) 0;
4896 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
4897 wxString * _arg9 = (wxString *) &wxPyListBoxNameStr;
4898 PyObject * _argo0 = 0;
4899 PyObject * _argo1 = 0;
4900 wxPoint temp;
4901 PyObject * _obj3 = 0;
4902 wxSize temp0;
4903 PyObject * _obj4 = 0;
4904 PyObject * _obj6 = 0;
4905 PyObject * _argo8 = 0;
4906 PyObject * _obj9 = 0;
4907 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
4908
4909 self = self;
4910 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
4911 return NULL;
4912 if (_argo0) {
4913 if (_argo0 == Py_None) { _arg0 = NULL; }
4914 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4915 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Create. Expected _wxListBox_p.");
4916 return NULL;
4917 }
4918 }
4919 if (_argo1) {
4920 if (_argo1 == Py_None) { _arg1 = NULL; }
4921 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
4922 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxListBox_Create. Expected _wxWindow_p.");
4923 return NULL;
4924 }
4925 }
4926 if (_obj3)
4927 {
4928 _arg3 = &temp;
4929 if (! wxPoint_helper(_obj3, &_arg3))
4930 return NULL;
4931 }
4932 if (_obj4)
4933 {
4934 _arg4 = &temp0;
4935 if (! wxSize_helper(_obj4, &_arg4))
4936 return NULL;
4937 }
4938 if (_obj6)
4939 {
4940 _arg6 = wxString_LIST_helper(_obj6);
4941 if (_arg6 == NULL) {
4942 return NULL;
4943 }
4944 }
4945 if (_argo8) {
4946 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
4947 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxListBox_Create. Expected _wxValidator_p.");
4948 return NULL;
4949 }
4950 }
4951 if (_obj9)
4952 {
4953 _arg9 = wxString_in_helper(_obj9);
4954 if (_arg9 == NULL)
4955 return NULL;
4956 }
4957 {
4958 if (_obj6) {
4959 _arg5 = PyList_Size(_obj6);
4960 }
4961 else {
4962 _arg5 = 0;
4963 }
4964 }
4965 {
4966 PyThreadState* __tstate = wxPyBeginAllowThreads();
4967 _result = (bool )wxListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
4968
4969 wxPyEndAllowThreads(__tstate);
4970 if (PyErr_Occurred()) return NULL;
4971 } _resultobj = Py_BuildValue("i",_result);
4972 {
4973 delete [] _arg6;
4974 }
4975 {
4976 if (_obj9)
4977 delete _arg9;
4978 }
4979 return _resultobj;
4980 }
4981
4982 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
4983 static PyObject *_wrap_wxListBox_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
4984 PyObject * _resultobj;
4985 wxListBox * _arg0;
4986 PyObject * _argo0 = 0;
4987 char *_kwnames[] = { "self", NULL };
4988
4989 self = self;
4990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_Clear",_kwnames,&_argo0))
4991 return NULL;
4992 if (_argo0) {
4993 if (_argo0 == Py_None) { _arg0 = NULL; }
4994 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
4995 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
4996 return NULL;
4997 }
4998 }
4999 {
5000 PyThreadState* __tstate = wxPyBeginAllowThreads();
5001 wxListBox_Clear(_arg0);
5002
5003 wxPyEndAllowThreads(__tstate);
5004 if (PyErr_Occurred()) return NULL;
5005 } Py_INCREF(Py_None);
5006 _resultobj = Py_None;
5007 return _resultobj;
5008 }
5009
5010 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
5011 static PyObject *_wrap_wxListBox_Deselect(PyObject *self, PyObject *args, PyObject *kwargs) {
5012 PyObject * _resultobj;
5013 wxListBox * _arg0;
5014 int _arg1;
5015 PyObject * _argo0 = 0;
5016 char *_kwnames[] = { "self","n", NULL };
5017
5018 self = self;
5019 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Deselect",_kwnames,&_argo0,&_arg1))
5020 return NULL;
5021 if (_argo0) {
5022 if (_argo0 == Py_None) { _arg0 = NULL; }
5023 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5024 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
5025 return NULL;
5026 }
5027 }
5028 {
5029 PyThreadState* __tstate = wxPyBeginAllowThreads();
5030 wxListBox_Deselect(_arg0,_arg1);
5031
5032 wxPyEndAllowThreads(__tstate);
5033 if (PyErr_Occurred()) return NULL;
5034 } Py_INCREF(Py_None);
5035 _resultobj = Py_None;
5036 return _resultobj;
5037 }
5038
5039 static PyObject * wxListBox_GetSelections(wxListBox *self) {
5040 wxArrayInt lst;
5041 self->GetSelections(lst);
5042 PyObject *tup = PyTuple_New(lst.GetCount());
5043 for(size_t i=0; i<lst.GetCount(); i++) {
5044 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
5045 }
5046 return tup;
5047 }
5048 static PyObject *_wrap_wxListBox_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
5049 PyObject * _resultobj;
5050 PyObject * _result;
5051 wxListBox * _arg0;
5052 PyObject * _argo0 = 0;
5053 char *_kwnames[] = { "self", NULL };
5054
5055 self = self;
5056 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxListBox_GetSelections",_kwnames,&_argo0))
5057 return NULL;
5058 if (_argo0) {
5059 if (_argo0 == Py_None) { _arg0 = NULL; }
5060 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5061 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
5062 return NULL;
5063 }
5064 }
5065 {
5066 PyThreadState* __tstate = wxPyBeginAllowThreads();
5067 _result = (PyObject *)wxListBox_GetSelections(_arg0);
5068
5069 wxPyEndAllowThreads(__tstate);
5070 if (PyErr_Occurred()) return NULL;
5071 }{
5072 _resultobj = _result;
5073 }
5074 return _resultobj;
5075 }
5076
5077 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5078 static PyObject *_wrap_wxListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5079 PyObject * _resultobj;
5080 wxListBox * _arg0;
5081 int _arg1;
5082 wxString * _arg2;
5083 int _arg3;
5084 PyObject * _argo0 = 0;
5085 PyObject * _obj2 = 0;
5086 char *_kwnames[] = { "self","choices","pos", NULL };
5087
5088 self = self;
5089 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
5090 return NULL;
5091 if (_argo0) {
5092 if (_argo0 == Py_None) { _arg0 = NULL; }
5093 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5094 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
5095 return NULL;
5096 }
5097 }
5098 {
5099 _arg2 = wxString_LIST_helper(_obj2);
5100 if (_arg2 == NULL) {
5101 return NULL;
5102 }
5103 }
5104 {
5105 if (_obj2) {
5106 _arg1 = PyList_Size(_obj2);
5107 }
5108 else {
5109 _arg1 = 0;
5110 }
5111 }
5112 {
5113 PyThreadState* __tstate = wxPyBeginAllowThreads();
5114 wxListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
5115
5116 wxPyEndAllowThreads(__tstate);
5117 if (PyErr_Occurred()) return NULL;
5118 } Py_INCREF(Py_None);
5119 _resultobj = Py_None;
5120 {
5121 delete [] _arg2;
5122 }
5123 return _resultobj;
5124 }
5125
5126 #define wxListBox_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0))
5127 static PyObject *_wrap_wxListBox_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
5128 PyObject * _resultobj;
5129 bool _result;
5130 wxListBox * _arg0;
5131 int _arg1;
5132 PyObject * _argo0 = 0;
5133 char *_kwnames[] = { "self","n", NULL };
5134
5135 self = self;
5136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_IsSelected",_kwnames,&_argo0,&_arg1))
5137 return NULL;
5138 if (_argo0) {
5139 if (_argo0 == Py_None) { _arg0 = NULL; }
5140 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5141 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_IsSelected. Expected _wxListBox_p.");
5142 return NULL;
5143 }
5144 }
5145 {
5146 PyThreadState* __tstate = wxPyBeginAllowThreads();
5147 _result = (bool )wxListBox_IsSelected(_arg0,_arg1);
5148
5149 wxPyEndAllowThreads(__tstate);
5150 if (PyErr_Occurred()) return NULL;
5151 } _resultobj = Py_BuildValue("i",_result);
5152 return _resultobj;
5153 }
5154
5155 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
5156 static PyObject *_wrap_wxListBox_Selected(PyObject *self, PyObject *args, PyObject *kwargs) {
5157 PyObject * _resultobj;
5158 bool _result;
5159 wxListBox * _arg0;
5160 int _arg1;
5161 PyObject * _argo0 = 0;
5162 char *_kwnames[] = { "self","n", NULL };
5163
5164 self = self;
5165 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_Selected",_kwnames,&_argo0,&_arg1))
5166 return NULL;
5167 if (_argo0) {
5168 if (_argo0 == Py_None) { _arg0 = NULL; }
5169 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5170 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
5171 return NULL;
5172 }
5173 }
5174 {
5175 PyThreadState* __tstate = wxPyBeginAllowThreads();
5176 _result = (bool )wxListBox_Selected(_arg0,_arg1);
5177
5178 wxPyEndAllowThreads(__tstate);
5179 if (PyErr_Occurred()) return NULL;
5180 } _resultobj = Py_BuildValue("i",_result);
5181 return _resultobj;
5182 }
5183
5184 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
5185 static PyObject *_wrap_wxListBox_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
5186 PyObject * _resultobj;
5187 wxListBox * _arg0;
5188 int _arg1;
5189 wxString * _arg2;
5190 PyObject * _argo0 = 0;
5191 PyObject * _obj2 = 0;
5192 char *_kwnames[] = { "self","choices", NULL };
5193
5194 self = self;
5195 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_Set",_kwnames,&_argo0,&_obj2))
5196 return NULL;
5197 if (_argo0) {
5198 if (_argo0 == Py_None) { _arg0 = NULL; }
5199 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5200 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
5201 return NULL;
5202 }
5203 }
5204 if (_obj2)
5205 {
5206 _arg2 = wxString_LIST_helper(_obj2);
5207 if (_arg2 == NULL) {
5208 return NULL;
5209 }
5210 }
5211 {
5212 if (_obj2) {
5213 _arg1 = PyList_Size(_obj2);
5214 }
5215 else {
5216 _arg1 = 0;
5217 }
5218 }
5219 {
5220 PyThreadState* __tstate = wxPyBeginAllowThreads();
5221 wxListBox_Set(_arg0,_arg1,_arg2);
5222
5223 wxPyEndAllowThreads(__tstate);
5224 if (PyErr_Occurred()) return NULL;
5225 } Py_INCREF(Py_None);
5226 _resultobj = Py_None;
5227 {
5228 delete [] _arg2;
5229 }
5230 return _resultobj;
5231 }
5232
5233 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5234 static PyObject *_wrap_wxListBox_SetFirstItem(PyObject *self, PyObject *args, PyObject *kwargs) {
5235 PyObject * _resultobj;
5236 wxListBox * _arg0;
5237 int _arg1;
5238 PyObject * _argo0 = 0;
5239 char *_kwnames[] = { "self","n", NULL };
5240
5241 self = self;
5242 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxListBox_SetFirstItem",_kwnames,&_argo0,&_arg1))
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_SetFirstItem. Expected _wxListBox_p.");
5248 return NULL;
5249 }
5250 }
5251 {
5252 PyThreadState* __tstate = wxPyBeginAllowThreads();
5253 wxListBox_SetFirstItem(_arg0,_arg1);
5254
5255 wxPyEndAllowThreads(__tstate);
5256 if (PyErr_Occurred()) return NULL;
5257 } Py_INCREF(Py_None);
5258 _resultobj = Py_None;
5259 return _resultobj;
5260 }
5261
5262 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5263 static PyObject *_wrap_wxListBox_SetFirstItemStr(PyObject *self, PyObject *args, PyObject *kwargs) {
5264 PyObject * _resultobj;
5265 wxListBox * _arg0;
5266 wxString * _arg1;
5267 PyObject * _argo0 = 0;
5268 PyObject * _obj1 = 0;
5269 char *_kwnames[] = { "self","string", NULL };
5270
5271 self = self;
5272 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxListBox_SetFirstItemStr",_kwnames,&_argo0,&_obj1))
5273 return NULL;
5274 if (_argo0) {
5275 if (_argo0 == Py_None) { _arg0 = NULL; }
5276 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5277 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
5278 return NULL;
5279 }
5280 }
5281 {
5282 _arg1 = wxString_in_helper(_obj1);
5283 if (_arg1 == NULL)
5284 return NULL;
5285 }
5286 {
5287 PyThreadState* __tstate = wxPyBeginAllowThreads();
5288 wxListBox_SetFirstItemStr(_arg0,*_arg1);
5289
5290 wxPyEndAllowThreads(__tstate);
5291 if (PyErr_Occurred()) return NULL;
5292 } Py_INCREF(Py_None);
5293 _resultobj = Py_None;
5294 {
5295 if (_obj1)
5296 delete _arg1;
5297 }
5298 return _resultobj;
5299 }
5300
5301 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
5302 static PyObject *_wrap_wxListBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5303 PyObject * _resultobj;
5304 wxListBox * _arg0;
5305 int _arg1;
5306 bool _arg2 = (bool ) TRUE;
5307 PyObject * _argo0 = 0;
5308 int tempbool2 = (int) TRUE;
5309 char *_kwnames[] = { "self","n","select", NULL };
5310
5311 self = self;
5312 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxListBox_SetSelection",_kwnames,&_argo0,&_arg1,&tempbool2))
5313 return NULL;
5314 if (_argo0) {
5315 if (_argo0 == Py_None) { _arg0 = NULL; }
5316 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5317 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
5318 return NULL;
5319 }
5320 }
5321 _arg2 = (bool ) tempbool2;
5322 {
5323 PyThreadState* __tstate = wxPyBeginAllowThreads();
5324 wxListBox_SetSelection(_arg0,_arg1,_arg2);
5325
5326 wxPyEndAllowThreads(__tstate);
5327 if (PyErr_Occurred()) return NULL;
5328 } Py_INCREF(Py_None);
5329 _resultobj = Py_None;
5330 return _resultobj;
5331 }
5332
5333 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
5334 static PyObject *_wrap_wxListBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
5335 PyObject * _resultobj;
5336 wxListBox * _arg0;
5337 int _arg1;
5338 wxString * _arg2;
5339 PyObject * _argo0 = 0;
5340 PyObject * _obj2 = 0;
5341 char *_kwnames[] = { "self","n","string", NULL };
5342
5343 self = self;
5344 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxListBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
5345 return NULL;
5346 if (_argo0) {
5347 if (_argo0 == Py_None) { _arg0 = NULL; }
5348 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5349 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
5350 return NULL;
5351 }
5352 }
5353 {
5354 _arg2 = wxString_in_helper(_obj2);
5355 if (_arg2 == NULL)
5356 return NULL;
5357 }
5358 {
5359 PyThreadState* __tstate = wxPyBeginAllowThreads();
5360 wxListBox_SetString(_arg0,_arg1,*_arg2);
5361
5362 wxPyEndAllowThreads(__tstate);
5363 if (PyErr_Occurred()) return NULL;
5364 } Py_INCREF(Py_None);
5365 _resultobj = Py_None;
5366 {
5367 if (_obj2)
5368 delete _arg2;
5369 }
5370 return _resultobj;
5371 }
5372
5373 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
5374 static PyObject *_wrap_wxListBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5375 PyObject * _resultobj;
5376 wxListBox * _arg0;
5377 wxString * _arg1;
5378 bool _arg2 = (bool ) TRUE;
5379 PyObject * _argo0 = 0;
5380 PyObject * _obj1 = 0;
5381 int tempbool2 = (int) TRUE;
5382 char *_kwnames[] = { "self","string","select", NULL };
5383
5384 self = self;
5385 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxListBox_SetStringSelection",_kwnames,&_argo0,&_obj1,&tempbool2))
5386 return NULL;
5387 if (_argo0) {
5388 if (_argo0 == Py_None) { _arg0 = NULL; }
5389 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListBox_p")) {
5390 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
5391 return NULL;
5392 }
5393 }
5394 {
5395 _arg1 = wxString_in_helper(_obj1);
5396 if (_arg1 == NULL)
5397 return NULL;
5398 }
5399 _arg2 = (bool ) tempbool2;
5400 {
5401 PyThreadState* __tstate = wxPyBeginAllowThreads();
5402 wxListBox_SetStringSelection(_arg0,*_arg1,_arg2);
5403
5404 wxPyEndAllowThreads(__tstate);
5405 if (PyErr_Occurred()) return NULL;
5406 } Py_INCREF(Py_None);
5407 _resultobj = Py_None;
5408 {
5409 if (_obj1)
5410 delete _arg1;
5411 }
5412 return _resultobj;
5413 }
5414
5415 static void *SwigwxCheckListBoxTowxListBox(void *ptr) {
5416 wxCheckListBox *src;
5417 wxListBox *dest;
5418 src = (wxCheckListBox *) ptr;
5419 dest = (wxListBox *) src;
5420 return (void *) dest;
5421 }
5422
5423 static void *SwigwxCheckListBoxTowxControlWithItems(void *ptr) {
5424 wxCheckListBox *src;
5425 wxControlWithItems *dest;
5426 src = (wxCheckListBox *) ptr;
5427 dest = (wxControlWithItems *) src;
5428 return (void *) dest;
5429 }
5430
5431 static void *SwigwxCheckListBoxTowxControl(void *ptr) {
5432 wxCheckListBox *src;
5433 wxControl *dest;
5434 src = (wxCheckListBox *) ptr;
5435 dest = (wxControl *) src;
5436 return (void *) dest;
5437 }
5438
5439 static void *SwigwxCheckListBoxTowxWindow(void *ptr) {
5440 wxCheckListBox *src;
5441 wxWindow *dest;
5442 src = (wxCheckListBox *) ptr;
5443 dest = (wxWindow *) src;
5444 return (void *) dest;
5445 }
5446
5447 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr) {
5448 wxCheckListBox *src;
5449 wxEvtHandler *dest;
5450 src = (wxCheckListBox *) ptr;
5451 dest = (wxEvtHandler *) src;
5452 return (void *) dest;
5453 }
5454
5455 static void *SwigwxCheckListBoxTowxObject(void *ptr) {
5456 wxCheckListBox *src;
5457 wxObject *dest;
5458 src = (wxCheckListBox *) ptr;
5459 dest = (wxObject *) src;
5460 return (void *) dest;
5461 }
5462
5463 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5464 static PyObject *_wrap_new_wxCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5465 PyObject * _resultobj;
5466 wxCheckListBox * _result;
5467 wxWindow * _arg0;
5468 wxWindowID _arg1;
5469 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
5470 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
5471 int _arg4 = (int ) 0;
5472 wxString * _arg5 = (wxString *) NULL;
5473 long _arg6 = (long ) 0;
5474 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
5475 wxString * _arg8 = (wxString *) &wxPyListBoxNameStr;
5476 PyObject * _argo0 = 0;
5477 wxPoint temp;
5478 PyObject * _obj2 = 0;
5479 wxSize temp0;
5480 PyObject * _obj3 = 0;
5481 PyObject * _obj5 = 0;
5482 PyObject * _argo7 = 0;
5483 PyObject * _obj8 = 0;
5484 char *_kwnames[] = { "parent","id","pos","size","choices","style","validator","name", NULL };
5485 char _ptemp[128];
5486
5487 self = self;
5488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxCheckListBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj5,&_arg6,&_argo7,&_obj8))
5489 return NULL;
5490 if (_argo0) {
5491 if (_argo0 == Py_None) { _arg0 = NULL; }
5492 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
5493 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
5494 return NULL;
5495 }
5496 }
5497 if (_obj2)
5498 {
5499 _arg2 = &temp;
5500 if (! wxPoint_helper(_obj2, &_arg2))
5501 return NULL;
5502 }
5503 if (_obj3)
5504 {
5505 _arg3 = &temp0;
5506 if (! wxSize_helper(_obj3, &_arg3))
5507 return NULL;
5508 }
5509 if (_obj5)
5510 {
5511 _arg5 = wxString_LIST_helper(_obj5);
5512 if (_arg5 == NULL) {
5513 return NULL;
5514 }
5515 }
5516 if (_argo7) {
5517 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
5518 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
5519 return NULL;
5520 }
5521 }
5522 if (_obj8)
5523 {
5524 _arg8 = wxString_in_helper(_obj8);
5525 if (_arg8 == NULL)
5526 return NULL;
5527 }
5528 {
5529 if (_obj5) {
5530 _arg4 = PyList_Size(_obj5);
5531 }
5532 else {
5533 _arg4 = 0;
5534 }
5535 }
5536 {
5537 PyThreadState* __tstate = wxPyBeginAllowThreads();
5538 _result = (wxCheckListBox *)new_wxCheckListBox(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
5539
5540 wxPyEndAllowThreads(__tstate);
5541 if (PyErr_Occurred()) return NULL;
5542 } if (_result) {
5543 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5544 _resultobj = Py_BuildValue("s",_ptemp);
5545 } else {
5546 Py_INCREF(Py_None);
5547 _resultobj = Py_None;
5548 }
5549 {
5550 delete [] _arg5;
5551 }
5552 {
5553 if (_obj8)
5554 delete _arg8;
5555 }
5556 return _resultobj;
5557 }
5558
5559 #define new_wxPreCheckListBox() (new wxCheckListBox())
5560 static PyObject *_wrap_new_wxPreCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5561 PyObject * _resultobj;
5562 wxCheckListBox * _result;
5563 char *_kwnames[] = { NULL };
5564 char _ptemp[128];
5565
5566 self = self;
5567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreCheckListBox",_kwnames))
5568 return NULL;
5569 {
5570 PyThreadState* __tstate = wxPyBeginAllowThreads();
5571 _result = (wxCheckListBox *)new_wxPreCheckListBox();
5572
5573 wxPyEndAllowThreads(__tstate);
5574 if (PyErr_Occurred()) return NULL;
5575 } if (_result) {
5576 SWIG_MakePtr(_ptemp, (char *) _result,"_wxCheckListBox_p");
5577 _resultobj = Py_BuildValue("s",_ptemp);
5578 } else {
5579 Py_INCREF(Py_None);
5580 _resultobj = Py_None;
5581 }
5582 return _resultobj;
5583 }
5584
5585 #define wxCheckListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5586 static PyObject *_wrap_wxCheckListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5587 PyObject * _resultobj;
5588 bool _result;
5589 wxCheckListBox * _arg0;
5590 wxWindow * _arg1;
5591 wxWindowID _arg2;
5592 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
5593 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
5594 int _arg5 = (int ) 0;
5595 wxString * _arg6 = (wxString *) NULL;
5596 long _arg7 = (long ) 0;
5597 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
5598 wxString * _arg9 = (wxString *) &wxPyListBoxNameStr;
5599 PyObject * _argo0 = 0;
5600 PyObject * _argo1 = 0;
5601 wxPoint temp;
5602 PyObject * _obj3 = 0;
5603 wxSize temp0;
5604 PyObject * _obj4 = 0;
5605 PyObject * _obj6 = 0;
5606 PyObject * _argo8 = 0;
5607 PyObject * _obj9 = 0;
5608 char *_kwnames[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL };
5609
5610 self = self;
5611 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxCheckListBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj6,&_arg7,&_argo8,&_obj9))
5612 return NULL;
5613 if (_argo0) {
5614 if (_argo0 == Py_None) { _arg0 = NULL; }
5615 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5616 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Create. Expected _wxCheckListBox_p.");
5617 return NULL;
5618 }
5619 }
5620 if (_argo1) {
5621 if (_argo1 == Py_None) { _arg1 = NULL; }
5622 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
5623 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxCheckListBox_Create. Expected _wxWindow_p.");
5624 return NULL;
5625 }
5626 }
5627 if (_obj3)
5628 {
5629 _arg3 = &temp;
5630 if (! wxPoint_helper(_obj3, &_arg3))
5631 return NULL;
5632 }
5633 if (_obj4)
5634 {
5635 _arg4 = &temp0;
5636 if (! wxSize_helper(_obj4, &_arg4))
5637 return NULL;
5638 }
5639 if (_obj6)
5640 {
5641 _arg6 = wxString_LIST_helper(_obj6);
5642 if (_arg6 == NULL) {
5643 return NULL;
5644 }
5645 }
5646 if (_argo8) {
5647 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
5648 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of wxCheckListBox_Create. Expected _wxValidator_p.");
5649 return NULL;
5650 }
5651 }
5652 if (_obj9)
5653 {
5654 _arg9 = wxString_in_helper(_obj9);
5655 if (_arg9 == NULL)
5656 return NULL;
5657 }
5658 {
5659 if (_obj6) {
5660 _arg5 = PyList_Size(_obj6);
5661 }
5662 else {
5663 _arg5 = 0;
5664 }
5665 }
5666 {
5667 PyThreadState* __tstate = wxPyBeginAllowThreads();
5668 _result = (bool )wxCheckListBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,*_arg8,*_arg9);
5669
5670 wxPyEndAllowThreads(__tstate);
5671 if (PyErr_Occurred()) return NULL;
5672 } _resultobj = Py_BuildValue("i",_result);
5673 {
5674 delete [] _arg6;
5675 }
5676 {
5677 if (_obj9)
5678 delete _arg9;
5679 }
5680 return _resultobj;
5681 }
5682
5683 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
5684 static PyObject *_wrap_wxCheckListBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
5685 PyObject * _resultobj;
5686 bool _result;
5687 wxCheckListBox * _arg0;
5688 int _arg1;
5689 PyObject * _argo0 = 0;
5690 char *_kwnames[] = { "self","uiIndex", NULL };
5691
5692 self = self;
5693 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCheckListBox_IsChecked",_kwnames,&_argo0,&_arg1))
5694 return NULL;
5695 if (_argo0) {
5696 if (_argo0 == Py_None) { _arg0 = NULL; }
5697 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5698 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
5699 return NULL;
5700 }
5701 }
5702 {
5703 PyThreadState* __tstate = wxPyBeginAllowThreads();
5704 _result = (bool )wxCheckListBox_IsChecked(_arg0,_arg1);
5705
5706 wxPyEndAllowThreads(__tstate);
5707 if (PyErr_Occurred()) return NULL;
5708 } _resultobj = Py_BuildValue("i",_result);
5709 return _resultobj;
5710 }
5711
5712 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
5713 static PyObject *_wrap_wxCheckListBox_Check(PyObject *self, PyObject *args, PyObject *kwargs) {
5714 PyObject * _resultobj;
5715 wxCheckListBox * _arg0;
5716 int _arg1;
5717 int _arg2 = (int ) TRUE;
5718 PyObject * _argo0 = 0;
5719 char *_kwnames[] = { "self","uiIndex","bCheck", NULL };
5720
5721 self = self;
5722 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|i:wxCheckListBox_Check",_kwnames,&_argo0,&_arg1,&_arg2))
5723 return NULL;
5724 if (_argo0) {
5725 if (_argo0 == Py_None) { _arg0 = NULL; }
5726 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5727 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
5728 return NULL;
5729 }
5730 }
5731 {
5732 PyThreadState* __tstate = wxPyBeginAllowThreads();
5733 wxCheckListBox_Check(_arg0,_arg1,_arg2);
5734
5735 wxPyEndAllowThreads(__tstate);
5736 if (PyErr_Occurred()) return NULL;
5737 } Py_INCREF(Py_None);
5738 _resultobj = Py_None;
5739 return _resultobj;
5740 }
5741
5742 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5743 static PyObject *_wrap_wxCheckListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5744 PyObject * _resultobj;
5745 wxCheckListBox * _arg0;
5746 int _arg1;
5747 wxString * _arg2;
5748 int _arg3;
5749 PyObject * _argo0 = 0;
5750 PyObject * _obj2 = 0;
5751 char *_kwnames[] = { "self","choices","pos", NULL };
5752
5753 self = self;
5754 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi:wxCheckListBox_InsertItems",_kwnames,&_argo0,&_obj2,&_arg3))
5755 return NULL;
5756 if (_argo0) {
5757 if (_argo0 == Py_None) { _arg0 = NULL; }
5758 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5759 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
5760 return NULL;
5761 }
5762 }
5763 {
5764 _arg2 = wxString_LIST_helper(_obj2);
5765 if (_arg2 == NULL) {
5766 return NULL;
5767 }
5768 }
5769 {
5770 if (_obj2) {
5771 _arg1 = PyList_Size(_obj2);
5772 }
5773 else {
5774 _arg1 = 0;
5775 }
5776 }
5777 {
5778 PyThreadState* __tstate = wxPyBeginAllowThreads();
5779 wxCheckListBox_InsertItems(_arg0,_arg1,_arg2,_arg3);
5780
5781 wxPyEndAllowThreads(__tstate);
5782 if (PyErr_Occurred()) return NULL;
5783 } Py_INCREF(Py_None);
5784 _resultobj = Py_None;
5785 {
5786 delete [] _arg2;
5787 }
5788 return _resultobj;
5789 }
5790
5791 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
5792 static PyObject *_wrap_wxCheckListBox_GetItemHeight(PyObject *self, PyObject *args, PyObject *kwargs) {
5793 PyObject * _resultobj;
5794 int _result;
5795 wxCheckListBox * _arg0;
5796 PyObject * _argo0 = 0;
5797 char *_kwnames[] = { "self", NULL };
5798
5799 self = self;
5800 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckListBox_GetItemHeight",_kwnames,&_argo0))
5801 return NULL;
5802 if (_argo0) {
5803 if (_argo0 == Py_None) { _arg0 = NULL; }
5804 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5805 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
5806 return NULL;
5807 }
5808 }
5809 {
5810 PyThreadState* __tstate = wxPyBeginAllowThreads();
5811 _result = (int )wxCheckListBox_GetItemHeight(_arg0);
5812
5813 wxPyEndAllowThreads(__tstate);
5814 if (PyErr_Occurred()) return NULL;
5815 } _resultobj = Py_BuildValue("i",_result);
5816 return _resultobj;
5817 }
5818
5819 #define wxCheckListBox_HitTest(_swigobj,_swigarg0) (_swigobj->HitTest(_swigarg0))
5820 static PyObject *_wrap_wxCheckListBox_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
5821 PyObject * _resultobj;
5822 int _result;
5823 wxCheckListBox * _arg0;
5824 wxPoint * _arg1;
5825 PyObject * _argo0 = 0;
5826 wxPoint temp;
5827 PyObject * _obj1 = 0;
5828 char *_kwnames[] = { "self","pt", NULL };
5829
5830 self = self;
5831 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxCheckListBox_HitTest",_kwnames,&_argo0,&_obj1))
5832 return NULL;
5833 if (_argo0) {
5834 if (_argo0 == Py_None) { _arg0 = NULL; }
5835 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5836 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_HitTest. Expected _wxCheckListBox_p.");
5837 return NULL;
5838 }
5839 }
5840 {
5841 _arg1 = &temp;
5842 if (! wxPoint_helper(_obj1, &_arg1))
5843 return NULL;
5844 }
5845 {
5846 PyThreadState* __tstate = wxPyBeginAllowThreads();
5847 _result = (int )wxCheckListBox_HitTest(_arg0,*_arg1);
5848
5849 wxPyEndAllowThreads(__tstate);
5850 if (PyErr_Occurred()) return NULL;
5851 } _resultobj = Py_BuildValue("i",_result);
5852 return _resultobj;
5853 }
5854
5855 #define wxCheckListBox_HitTestXY(_swigobj,_swigarg0,_swigarg1) (_swigobj->HitTest(_swigarg0,_swigarg1))
5856 static PyObject *_wrap_wxCheckListBox_HitTestXY(PyObject *self, PyObject *args, PyObject *kwargs) {
5857 PyObject * _resultobj;
5858 int _result;
5859 wxCheckListBox * _arg0;
5860 wxCoord _arg1;
5861 wxCoord _arg2;
5862 PyObject * _argo0 = 0;
5863 char *_kwnames[] = { "self","x","y", NULL };
5864
5865 self = self;
5866 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxCheckListBox_HitTestXY",_kwnames,&_argo0,&_arg1,&_arg2))
5867 return NULL;
5868 if (_argo0) {
5869 if (_argo0 == Py_None) { _arg0 = NULL; }
5870 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCheckListBox_p")) {
5871 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckListBox_HitTestXY. Expected _wxCheckListBox_p.");
5872 return NULL;
5873 }
5874 }
5875 {
5876 PyThreadState* __tstate = wxPyBeginAllowThreads();
5877 _result = (int )wxCheckListBox_HitTestXY(_arg0,_arg1,_arg2);
5878
5879 wxPyEndAllowThreads(__tstate);
5880 if (PyErr_Occurred()) return NULL;
5881 } _resultobj = Py_BuildValue("i",_result);
5882 return _resultobj;
5883 }
5884
5885 #define new_wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
5886 static PyObject *_wrap_new_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
5887 PyObject * _resultobj;
5888 wxTextAttr * _result;
5889 wxColour * _arg0 = (wxColour *) &wxNullColour;
5890 wxColour * _arg1 = (wxColour *) &wxNullColour;
5891 wxFont * _arg2 = (wxFont *) &wxNullFont;
5892 wxTextAttrAlignment _arg3 = (wxTextAttrAlignment ) (wxTEXT_ALIGNMENT_DEFAULT);
5893 wxColour temp;
5894 PyObject * _obj0 = 0;
5895 wxColour temp0;
5896 PyObject * _obj1 = 0;
5897 PyObject * _argo2 = 0;
5898 char *_kwnames[] = { "colText","colBack","font","alignment", NULL };
5899 char _ptemp[128];
5900
5901 self = self;
5902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOOi:new_wxTextAttr",_kwnames,&_obj0,&_obj1,&_argo2,&_arg3))
5903 return NULL;
5904 if (_obj0)
5905 {
5906 _arg0 = &temp;
5907 if (! wxColour_helper(_obj0, &_arg0))
5908 return NULL;
5909 }
5910 if (_obj1)
5911 {
5912 _arg1 = &temp0;
5913 if (! wxColour_helper(_obj1, &_arg1))
5914 return NULL;
5915 }
5916 if (_argo2) {
5917 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxFont_p")) {
5918 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxTextAttr. Expected _wxFont_p.");
5919 return NULL;
5920 }
5921 }
5922 {
5923 PyThreadState* __tstate = wxPyBeginAllowThreads();
5924 _result = (wxTextAttr *)new_wxTextAttr(*_arg0,*_arg1,*_arg2,_arg3);
5925
5926 wxPyEndAllowThreads(__tstate);
5927 if (PyErr_Occurred()) return NULL;
5928 } if (_result) {
5929 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
5930 _resultobj = Py_BuildValue("s",_ptemp);
5931 } else {
5932 Py_INCREF(Py_None);
5933 _resultobj = Py_None;
5934 }
5935 return _resultobj;
5936 }
5937
5938 #define delete_wxTextAttr(_swigobj) (delete _swigobj)
5939 static PyObject *_wrap_delete_wxTextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
5940 PyObject * _resultobj;
5941 wxTextAttr * _arg0;
5942 PyObject * _argo0 = 0;
5943 char *_kwnames[] = { "self", NULL };
5944
5945 self = self;
5946 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxTextAttr",_kwnames,&_argo0))
5947 return NULL;
5948 if (_argo0) {
5949 if (_argo0 == Py_None) { _arg0 = NULL; }
5950 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5951 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxTextAttr. Expected _wxTextAttr_p.");
5952 return NULL;
5953 }
5954 }
5955 {
5956 PyThreadState* __tstate = wxPyBeginAllowThreads();
5957 delete_wxTextAttr(_arg0);
5958
5959 wxPyEndAllowThreads(__tstate);
5960 if (PyErr_Occurred()) return NULL;
5961 } Py_INCREF(Py_None);
5962 _resultobj = Py_None;
5963 return _resultobj;
5964 }
5965
5966 #define wxTextAttr_Init(_swigobj) (_swigobj->Init())
5967 static PyObject *_wrap_wxTextAttr_Init(PyObject *self, PyObject *args, PyObject *kwargs) {
5968 PyObject * _resultobj;
5969 wxTextAttr * _arg0;
5970 PyObject * _argo0 = 0;
5971 char *_kwnames[] = { "self", NULL };
5972
5973 self = self;
5974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_Init",_kwnames,&_argo0))
5975 return NULL;
5976 if (_argo0) {
5977 if (_argo0 == Py_None) { _arg0 = NULL; }
5978 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
5979 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_Init. Expected _wxTextAttr_p.");
5980 return NULL;
5981 }
5982 }
5983 {
5984 PyThreadState* __tstate = wxPyBeginAllowThreads();
5985 wxTextAttr_Init(_arg0);
5986
5987 wxPyEndAllowThreads(__tstate);
5988 if (PyErr_Occurred()) return NULL;
5989 } Py_INCREF(Py_None);
5990 _resultobj = Py_None;
5991 return _resultobj;
5992 }
5993
5994 #define wxTextAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
5995 static PyObject *_wrap_wxTextAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
5996 PyObject * _resultobj;
5997 wxTextAttr * _arg0;
5998 wxColour * _arg1;
5999 PyObject * _argo0 = 0;
6000 wxColour temp;
6001 PyObject * _obj1 = 0;
6002 char *_kwnames[] = { "self","colText", NULL };
6003
6004 self = self;
6005 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetTextColour",_kwnames,&_argo0,&_obj1))
6006 return NULL;
6007 if (_argo0) {
6008 if (_argo0 == Py_None) { _arg0 = NULL; }
6009 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6010 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetTextColour. Expected _wxTextAttr_p.");
6011 return NULL;
6012 }
6013 }
6014 {
6015 _arg1 = &temp;
6016 if (! wxColour_helper(_obj1, &_arg1))
6017 return NULL;
6018 }
6019 {
6020 PyThreadState* __tstate = wxPyBeginAllowThreads();
6021 wxTextAttr_SetTextColour(_arg0,*_arg1);
6022
6023 wxPyEndAllowThreads(__tstate);
6024 if (PyErr_Occurred()) return NULL;
6025 } Py_INCREF(Py_None);
6026 _resultobj = Py_None;
6027 return _resultobj;
6028 }
6029
6030 #define wxTextAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
6031 static PyObject *_wrap_wxTextAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6032 PyObject * _resultobj;
6033 wxTextAttr * _arg0;
6034 wxColour * _arg1;
6035 PyObject * _argo0 = 0;
6036 wxColour temp;
6037 PyObject * _obj1 = 0;
6038 char *_kwnames[] = { "self","colBack", NULL };
6039
6040 self = self;
6041 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetBackgroundColour",_kwnames,&_argo0,&_obj1))
6042 return NULL;
6043 if (_argo0) {
6044 if (_argo0 == Py_None) { _arg0 = NULL; }
6045 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6046 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetBackgroundColour. Expected _wxTextAttr_p.");
6047 return NULL;
6048 }
6049 }
6050 {
6051 _arg1 = &temp;
6052 if (! wxColour_helper(_obj1, &_arg1))
6053 return NULL;
6054 }
6055 {
6056 PyThreadState* __tstate = wxPyBeginAllowThreads();
6057 wxTextAttr_SetBackgroundColour(_arg0,*_arg1);
6058
6059 wxPyEndAllowThreads(__tstate);
6060 if (PyErr_Occurred()) return NULL;
6061 } Py_INCREF(Py_None);
6062 _resultobj = Py_None;
6063 return _resultobj;
6064 }
6065
6066 #define wxTextAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
6067 static PyObject *_wrap_wxTextAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6068 PyObject * _resultobj;
6069 wxTextAttr * _arg0;
6070 wxFont * _arg1;
6071 PyObject * _argo0 = 0;
6072 PyObject * _argo1 = 0;
6073 char *_kwnames[] = { "self","font", NULL };
6074
6075 self = self;
6076 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetFont",_kwnames,&_argo0,&_argo1))
6077 return NULL;
6078 if (_argo0) {
6079 if (_argo0 == Py_None) { _arg0 = NULL; }
6080 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6081 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetFont. Expected _wxTextAttr_p.");
6082 return NULL;
6083 }
6084 }
6085 if (_argo1) {
6086 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
6087 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_SetFont. Expected _wxFont_p.");
6088 return NULL;
6089 }
6090 }
6091 {
6092 PyThreadState* __tstate = wxPyBeginAllowThreads();
6093 wxTextAttr_SetFont(_arg0,*_arg1);
6094
6095 wxPyEndAllowThreads(__tstate);
6096 if (PyErr_Occurred()) return NULL;
6097 } Py_INCREF(Py_None);
6098 _resultobj = Py_None;
6099 return _resultobj;
6100 }
6101
6102 #define wxTextAttr_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
6103 static PyObject *_wrap_wxTextAttr_SetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6104 PyObject * _resultobj;
6105 wxTextAttr * _arg0;
6106 wxTextAttrAlignment _arg1;
6107 PyObject * _argo0 = 0;
6108 char *_kwnames[] = { "self","alignment", NULL };
6109
6110 self = self;
6111 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextAttr_SetAlignment",_kwnames,&_argo0,&_arg1))
6112 return NULL;
6113 if (_argo0) {
6114 if (_argo0 == Py_None) { _arg0 = NULL; }
6115 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6116 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetAlignment. Expected _wxTextAttr_p.");
6117 return NULL;
6118 }
6119 }
6120 {
6121 PyThreadState* __tstate = wxPyBeginAllowThreads();
6122 wxTextAttr_SetAlignment(_arg0,_arg1);
6123
6124 wxPyEndAllowThreads(__tstate);
6125 if (PyErr_Occurred()) return NULL;
6126 } Py_INCREF(Py_None);
6127 _resultobj = Py_None;
6128 return _resultobj;
6129 }
6130
6131 #define wxTextAttr_SetTabs(_swigobj,_swigarg0) (_swigobj->SetTabs(_swigarg0))
6132 static PyObject *_wrap_wxTextAttr_SetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6133 PyObject * _resultobj;
6134 wxTextAttr * _arg0;
6135 wxArrayInt * _arg1;
6136 PyObject * _argo0 = 0;
6137 PyObject * _obj1 = 0;
6138 char *_kwnames[] = { "self","tabs", NULL };
6139
6140 self = self;
6141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextAttr_SetTabs",_kwnames,&_argo0,&_obj1))
6142 return NULL;
6143 if (_argo0) {
6144 if (_argo0 == Py_None) { _arg0 = NULL; }
6145 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6146 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetTabs. Expected _wxTextAttr_p.");
6147 return NULL;
6148 }
6149 }
6150 {
6151 if (! PySequence_Check(_obj1)) {
6152 PyErr_SetString(PyExc_TypeError, "Sequence of integers expected.");
6153 return NULL;
6154 }
6155 _arg1 = new wxArrayInt;
6156 int i, len=PySequence_Length(_obj1);
6157 for (i=0; i<len; i++) {
6158 PyObject* item = PySequence_GetItem(_obj1, i);
6159 PyObject* number = PyNumber_Int(item);
6160 _arg1->Add(PyInt_AS_LONG(number));
6161 Py_DECREF(item);
6162 Py_DECREF(number);
6163 }
6164 }
6165 {
6166 PyThreadState* __tstate = wxPyBeginAllowThreads();
6167 wxTextAttr_SetTabs(_arg0,*_arg1);
6168
6169 wxPyEndAllowThreads(__tstate);
6170 if (PyErr_Occurred()) return NULL;
6171 } Py_INCREF(Py_None);
6172 _resultobj = Py_None;
6173 {
6174 if (_obj1)
6175 delete _arg1;
6176 }
6177 return _resultobj;
6178 }
6179
6180 #define wxTextAttr_SetLeftIndent(_swigobj,_swigarg0) (_swigobj->SetLeftIndent(_swigarg0))
6181 static PyObject *_wrap_wxTextAttr_SetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6182 PyObject * _resultobj;
6183 wxTextAttr * _arg0;
6184 int _arg1;
6185 PyObject * _argo0 = 0;
6186 char *_kwnames[] = { "self","indent", NULL };
6187
6188 self = self;
6189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextAttr_SetLeftIndent",_kwnames,&_argo0,&_arg1))
6190 return NULL;
6191 if (_argo0) {
6192 if (_argo0 == Py_None) { _arg0 = NULL; }
6193 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6194 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetLeftIndent. Expected _wxTextAttr_p.");
6195 return NULL;
6196 }
6197 }
6198 {
6199 PyThreadState* __tstate = wxPyBeginAllowThreads();
6200 wxTextAttr_SetLeftIndent(_arg0,_arg1);
6201
6202 wxPyEndAllowThreads(__tstate);
6203 if (PyErr_Occurred()) return NULL;
6204 } Py_INCREF(Py_None);
6205 _resultobj = Py_None;
6206 return _resultobj;
6207 }
6208
6209 #define wxTextAttr_SetRightIndent(_swigobj,_swigarg0) (_swigobj->SetRightIndent(_swigarg0))
6210 static PyObject *_wrap_wxTextAttr_SetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6211 PyObject * _resultobj;
6212 wxTextAttr * _arg0;
6213 int _arg1;
6214 PyObject * _argo0 = 0;
6215 char *_kwnames[] = { "self","indent", NULL };
6216
6217 self = self;
6218 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextAttr_SetRightIndent",_kwnames,&_argo0,&_arg1))
6219 return NULL;
6220 if (_argo0) {
6221 if (_argo0 == Py_None) { _arg0 = NULL; }
6222 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6223 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetRightIndent. Expected _wxTextAttr_p.");
6224 return NULL;
6225 }
6226 }
6227 {
6228 PyThreadState* __tstate = wxPyBeginAllowThreads();
6229 wxTextAttr_SetRightIndent(_arg0,_arg1);
6230
6231 wxPyEndAllowThreads(__tstate);
6232 if (PyErr_Occurred()) return NULL;
6233 } Py_INCREF(Py_None);
6234 _resultobj = Py_None;
6235 return _resultobj;
6236 }
6237
6238 #define wxTextAttr_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
6239 static PyObject *_wrap_wxTextAttr_SetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
6240 PyObject * _resultobj;
6241 wxTextAttr * _arg0;
6242 long _arg1;
6243 PyObject * _argo0 = 0;
6244 char *_kwnames[] = { "self","flags", NULL };
6245
6246 self = self;
6247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextAttr_SetFlags",_kwnames,&_argo0,&_arg1))
6248 return NULL;
6249 if (_argo0) {
6250 if (_argo0 == Py_None) { _arg0 = NULL; }
6251 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6252 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_SetFlags. Expected _wxTextAttr_p.");
6253 return NULL;
6254 }
6255 }
6256 {
6257 PyThreadState* __tstate = wxPyBeginAllowThreads();
6258 wxTextAttr_SetFlags(_arg0,_arg1);
6259
6260 wxPyEndAllowThreads(__tstate);
6261 if (PyErr_Occurred()) return NULL;
6262 } Py_INCREF(Py_None);
6263 _resultobj = Py_None;
6264 return _resultobj;
6265 }
6266
6267 #define wxTextAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour())
6268 static PyObject *_wrap_wxTextAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6269 PyObject * _resultobj;
6270 bool _result;
6271 wxTextAttr * _arg0;
6272 PyObject * _argo0 = 0;
6273 char *_kwnames[] = { "self", NULL };
6274
6275 self = self;
6276 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasTextColour",_kwnames,&_argo0))
6277 return NULL;
6278 if (_argo0) {
6279 if (_argo0 == Py_None) { _arg0 = NULL; }
6280 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6281 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasTextColour. Expected _wxTextAttr_p.");
6282 return NULL;
6283 }
6284 }
6285 {
6286 PyThreadState* __tstate = wxPyBeginAllowThreads();
6287 _result = (bool )wxTextAttr_HasTextColour(_arg0);
6288
6289 wxPyEndAllowThreads(__tstate);
6290 if (PyErr_Occurred()) return NULL;
6291 } _resultobj = Py_BuildValue("i",_result);
6292 return _resultobj;
6293 }
6294
6295 #define wxTextAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour())
6296 static PyObject *_wrap_wxTextAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6297 PyObject * _resultobj;
6298 bool _result;
6299 wxTextAttr * _arg0;
6300 PyObject * _argo0 = 0;
6301 char *_kwnames[] = { "self", NULL };
6302
6303 self = self;
6304 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasBackgroundColour",_kwnames,&_argo0))
6305 return NULL;
6306 if (_argo0) {
6307 if (_argo0 == Py_None) { _arg0 = NULL; }
6308 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6309 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasBackgroundColour. Expected _wxTextAttr_p.");
6310 return NULL;
6311 }
6312 }
6313 {
6314 PyThreadState* __tstate = wxPyBeginAllowThreads();
6315 _result = (bool )wxTextAttr_HasBackgroundColour(_arg0);
6316
6317 wxPyEndAllowThreads(__tstate);
6318 if (PyErr_Occurred()) return NULL;
6319 } _resultobj = Py_BuildValue("i",_result);
6320 return _resultobj;
6321 }
6322
6323 #define wxTextAttr_HasFont(_swigobj) (_swigobj->HasFont())
6324 static PyObject *_wrap_wxTextAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6325 PyObject * _resultobj;
6326 bool _result;
6327 wxTextAttr * _arg0;
6328 PyObject * _argo0 = 0;
6329 char *_kwnames[] = { "self", NULL };
6330
6331 self = self;
6332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasFont",_kwnames,&_argo0))
6333 return NULL;
6334 if (_argo0) {
6335 if (_argo0 == Py_None) { _arg0 = NULL; }
6336 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6337 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasFont. Expected _wxTextAttr_p.");
6338 return NULL;
6339 }
6340 }
6341 {
6342 PyThreadState* __tstate = wxPyBeginAllowThreads();
6343 _result = (bool )wxTextAttr_HasFont(_arg0);
6344
6345 wxPyEndAllowThreads(__tstate);
6346 if (PyErr_Occurred()) return NULL;
6347 } _resultobj = Py_BuildValue("i",_result);
6348 return _resultobj;
6349 }
6350
6351 #define wxTextAttr_HasAlignment(_swigobj) (_swigobj->HasAlignment())
6352 static PyObject *_wrap_wxTextAttr_HasAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6353 PyObject * _resultobj;
6354 bool _result;
6355 wxTextAttr * _arg0;
6356 PyObject * _argo0 = 0;
6357 char *_kwnames[] = { "self", NULL };
6358
6359 self = self;
6360 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasAlignment",_kwnames,&_argo0))
6361 return NULL;
6362 if (_argo0) {
6363 if (_argo0 == Py_None) { _arg0 = NULL; }
6364 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6365 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasAlignment. Expected _wxTextAttr_p.");
6366 return NULL;
6367 }
6368 }
6369 {
6370 PyThreadState* __tstate = wxPyBeginAllowThreads();
6371 _result = (bool )wxTextAttr_HasAlignment(_arg0);
6372
6373 wxPyEndAllowThreads(__tstate);
6374 if (PyErr_Occurred()) return NULL;
6375 } _resultobj = Py_BuildValue("i",_result);
6376 return _resultobj;
6377 }
6378
6379 #define wxTextAttr_HasTabs(_swigobj) (_swigobj->HasTabs())
6380 static PyObject *_wrap_wxTextAttr_HasTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6381 PyObject * _resultobj;
6382 bool _result;
6383 wxTextAttr * _arg0;
6384 PyObject * _argo0 = 0;
6385 char *_kwnames[] = { "self", NULL };
6386
6387 self = self;
6388 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasTabs",_kwnames,&_argo0))
6389 return NULL;
6390 if (_argo0) {
6391 if (_argo0 == Py_None) { _arg0 = NULL; }
6392 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6393 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasTabs. Expected _wxTextAttr_p.");
6394 return NULL;
6395 }
6396 }
6397 {
6398 PyThreadState* __tstate = wxPyBeginAllowThreads();
6399 _result = (bool )wxTextAttr_HasTabs(_arg0);
6400
6401 wxPyEndAllowThreads(__tstate);
6402 if (PyErr_Occurred()) return NULL;
6403 } _resultobj = Py_BuildValue("i",_result);
6404 return _resultobj;
6405 }
6406
6407 #define wxTextAttr_HasLeftIndent(_swigobj) (_swigobj->HasLeftIndent())
6408 static PyObject *_wrap_wxTextAttr_HasLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6409 PyObject * _resultobj;
6410 bool _result;
6411 wxTextAttr * _arg0;
6412 PyObject * _argo0 = 0;
6413 char *_kwnames[] = { "self", NULL };
6414
6415 self = self;
6416 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasLeftIndent",_kwnames,&_argo0))
6417 return NULL;
6418 if (_argo0) {
6419 if (_argo0 == Py_None) { _arg0 = NULL; }
6420 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6421 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasLeftIndent. Expected _wxTextAttr_p.");
6422 return NULL;
6423 }
6424 }
6425 {
6426 PyThreadState* __tstate = wxPyBeginAllowThreads();
6427 _result = (bool )wxTextAttr_HasLeftIndent(_arg0);
6428
6429 wxPyEndAllowThreads(__tstate);
6430 if (PyErr_Occurred()) return NULL;
6431 } _resultobj = Py_BuildValue("i",_result);
6432 return _resultobj;
6433 }
6434
6435 #define wxTextAttr_HasRightIndent(_swigobj) (_swigobj->HasRightIndent())
6436 static PyObject *_wrap_wxTextAttr_HasRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6437 PyObject * _resultobj;
6438 bool _result;
6439 wxTextAttr * _arg0;
6440 PyObject * _argo0 = 0;
6441 char *_kwnames[] = { "self", NULL };
6442
6443 self = self;
6444 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_HasRightIndent",_kwnames,&_argo0))
6445 return NULL;
6446 if (_argo0) {
6447 if (_argo0 == Py_None) { _arg0 = NULL; }
6448 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6449 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasRightIndent. Expected _wxTextAttr_p.");
6450 return NULL;
6451 }
6452 }
6453 {
6454 PyThreadState* __tstate = wxPyBeginAllowThreads();
6455 _result = (bool )wxTextAttr_HasRightIndent(_arg0);
6456
6457 wxPyEndAllowThreads(__tstate);
6458 if (PyErr_Occurred()) return NULL;
6459 } _resultobj = Py_BuildValue("i",_result);
6460 return _resultobj;
6461 }
6462
6463 #define wxTextAttr_HasFlag(_swigobj,_swigarg0) (_swigobj->HasFlag(_swigarg0))
6464 static PyObject *_wrap_wxTextAttr_HasFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
6465 PyObject * _resultobj;
6466 bool _result;
6467 wxTextAttr * _arg0;
6468 long _arg1;
6469 PyObject * _argo0 = 0;
6470 char *_kwnames[] = { "self","flag", NULL };
6471
6472 self = self;
6473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextAttr_HasFlag",_kwnames,&_argo0,&_arg1))
6474 return NULL;
6475 if (_argo0) {
6476 if (_argo0 == Py_None) { _arg0 = NULL; }
6477 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6478 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_HasFlag. Expected _wxTextAttr_p.");
6479 return NULL;
6480 }
6481 }
6482 {
6483 PyThreadState* __tstate = wxPyBeginAllowThreads();
6484 _result = (bool )wxTextAttr_HasFlag(_arg0,_arg1);
6485
6486 wxPyEndAllowThreads(__tstate);
6487 if (PyErr_Occurred()) return NULL;
6488 } _resultobj = Py_BuildValue("i",_result);
6489 return _resultobj;
6490 }
6491
6492 #define wxTextAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour())
6493 static PyObject *_wrap_wxTextAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6494 PyObject * _resultobj;
6495 wxColour * _result;
6496 wxTextAttr * _arg0;
6497 PyObject * _argo0 = 0;
6498 char *_kwnames[] = { "self", NULL };
6499 char _ptemp[128];
6500
6501 self = self;
6502 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetTextColour",_kwnames,&_argo0))
6503 return NULL;
6504 if (_argo0) {
6505 if (_argo0 == Py_None) { _arg0 = NULL; }
6506 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6507 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetTextColour. Expected _wxTextAttr_p.");
6508 return NULL;
6509 }
6510 }
6511 {
6512 PyThreadState* __tstate = wxPyBeginAllowThreads();
6513 _result = new wxColour (wxTextAttr_GetTextColour(_arg0));
6514
6515 wxPyEndAllowThreads(__tstate);
6516 if (PyErr_Occurred()) return NULL;
6517 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p");
6518 _resultobj = Py_BuildValue("s",_ptemp);
6519 return _resultobj;
6520 }
6521
6522 #define wxTextAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
6523 static PyObject *_wrap_wxTextAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6524 PyObject * _resultobj;
6525 wxColour * _result;
6526 wxTextAttr * _arg0;
6527 PyObject * _argo0 = 0;
6528 char *_kwnames[] = { "self", NULL };
6529 char _ptemp[128];
6530
6531 self = self;
6532 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetBackgroundColour",_kwnames,&_argo0))
6533 return NULL;
6534 if (_argo0) {
6535 if (_argo0 == Py_None) { _arg0 = NULL; }
6536 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6537 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetBackgroundColour. Expected _wxTextAttr_p.");
6538 return NULL;
6539 }
6540 }
6541 {
6542 PyThreadState* __tstate = wxPyBeginAllowThreads();
6543 _result = new wxColour (wxTextAttr_GetBackgroundColour(_arg0));
6544
6545 wxPyEndAllowThreads(__tstate);
6546 if (PyErr_Occurred()) return NULL;
6547 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p");
6548 _resultobj = Py_BuildValue("s",_ptemp);
6549 return _resultobj;
6550 }
6551
6552 #define wxTextAttr_GetFont(_swigobj) (_swigobj->GetFont())
6553 static PyObject *_wrap_wxTextAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6554 PyObject * _resultobj;
6555 wxFont * _result;
6556 wxTextAttr * _arg0;
6557 PyObject * _argo0 = 0;
6558 char *_kwnames[] = { "self", NULL };
6559 char _ptemp[128];
6560
6561 self = self;
6562 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetFont",_kwnames,&_argo0))
6563 return NULL;
6564 if (_argo0) {
6565 if (_argo0 == Py_None) { _arg0 = NULL; }
6566 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6567 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetFont. Expected _wxTextAttr_p.");
6568 return NULL;
6569 }
6570 }
6571 {
6572 PyThreadState* __tstate = wxPyBeginAllowThreads();
6573 _result = new wxFont (wxTextAttr_GetFont(_arg0));
6574
6575 wxPyEndAllowThreads(__tstate);
6576 if (PyErr_Occurred()) return NULL;
6577 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p");
6578 _resultobj = Py_BuildValue("s",_ptemp);
6579 return _resultobj;
6580 }
6581
6582 #define wxTextAttr_GetAlignment(_swigobj) (_swigobj->GetAlignment())
6583 static PyObject *_wrap_wxTextAttr_GetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6584 PyObject * _resultobj;
6585 wxTextAttrAlignment _result;
6586 wxTextAttr * _arg0;
6587 PyObject * _argo0 = 0;
6588 char *_kwnames[] = { "self", NULL };
6589
6590 self = self;
6591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetAlignment",_kwnames,&_argo0))
6592 return NULL;
6593 if (_argo0) {
6594 if (_argo0 == Py_None) { _arg0 = NULL; }
6595 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6596 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetAlignment. Expected _wxTextAttr_p.");
6597 return NULL;
6598 }
6599 }
6600 {
6601 PyThreadState* __tstate = wxPyBeginAllowThreads();
6602 _result = (wxTextAttrAlignment )wxTextAttr_GetAlignment(_arg0);
6603
6604 wxPyEndAllowThreads(__tstate);
6605 if (PyErr_Occurred()) return NULL;
6606 } _resultobj = Py_BuildValue("i",_result);
6607 return _resultobj;
6608 }
6609
6610 #define wxTextAttr_GetTabs(_swigobj) (_swigobj->GetTabs())
6611 static PyObject *_wrap_wxTextAttr_GetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6612 PyObject * _resultobj;
6613 wxArrayInt * _result;
6614 wxTextAttr * _arg0;
6615 PyObject * _argo0 = 0;
6616 char *_kwnames[] = { "self", NULL };
6617
6618 self = self;
6619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetTabs",_kwnames,&_argo0))
6620 return NULL;
6621 if (_argo0) {
6622 if (_argo0 == Py_None) { _arg0 = NULL; }
6623 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6624 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetTabs. Expected _wxTextAttr_p.");
6625 return NULL;
6626 }
6627 }
6628 {
6629 PyThreadState* __tstate = wxPyBeginAllowThreads();
6630 const wxArrayInt & _result_ref = wxTextAttr_GetTabs(_arg0);
6631 _result = (wxArrayInt *) &_result_ref;
6632
6633 wxPyEndAllowThreads(__tstate);
6634 if (PyErr_Occurred()) return NULL;
6635 }{
6636 _resultobj = PyList_New(0);
6637 size_t idx;
6638 for (idx = 0; idx < _result->GetCount(); idx += 1) {
6639 PyObject* val = PyInt_FromLong(_result->Item(idx));
6640 PyList_Append(_resultobj, val);
6641 Py_DECREF(val);
6642 }
6643 }
6644 return _resultobj;
6645 }
6646
6647 #define wxTextAttr_GetLeftIndent(_swigobj) (_swigobj->GetLeftIndent())
6648 static PyObject *_wrap_wxTextAttr_GetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6649 PyObject * _resultobj;
6650 long _result;
6651 wxTextAttr * _arg0;
6652 PyObject * _argo0 = 0;
6653 char *_kwnames[] = { "self", NULL };
6654
6655 self = self;
6656 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetLeftIndent",_kwnames,&_argo0))
6657 return NULL;
6658 if (_argo0) {
6659 if (_argo0 == Py_None) { _arg0 = NULL; }
6660 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6661 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetLeftIndent. Expected _wxTextAttr_p.");
6662 return NULL;
6663 }
6664 }
6665 {
6666 PyThreadState* __tstate = wxPyBeginAllowThreads();
6667 _result = (long )wxTextAttr_GetLeftIndent(_arg0);
6668
6669 wxPyEndAllowThreads(__tstate);
6670 if (PyErr_Occurred()) return NULL;
6671 } _resultobj = Py_BuildValue("l",_result);
6672 return _resultobj;
6673 }
6674
6675 #define wxTextAttr_GetRightIndent(_swigobj) (_swigobj->GetRightIndent())
6676 static PyObject *_wrap_wxTextAttr_GetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6677 PyObject * _resultobj;
6678 long _result;
6679 wxTextAttr * _arg0;
6680 PyObject * _argo0 = 0;
6681 char *_kwnames[] = { "self", NULL };
6682
6683 self = self;
6684 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetRightIndent",_kwnames,&_argo0))
6685 return NULL;
6686 if (_argo0) {
6687 if (_argo0 == Py_None) { _arg0 = NULL; }
6688 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6689 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetRightIndent. Expected _wxTextAttr_p.");
6690 return NULL;
6691 }
6692 }
6693 {
6694 PyThreadState* __tstate = wxPyBeginAllowThreads();
6695 _result = (long )wxTextAttr_GetRightIndent(_arg0);
6696
6697 wxPyEndAllowThreads(__tstate);
6698 if (PyErr_Occurred()) return NULL;
6699 } _resultobj = Py_BuildValue("l",_result);
6700 return _resultobj;
6701 }
6702
6703 #define wxTextAttr_GetFlags(_swigobj) (_swigobj->GetFlags())
6704 static PyObject *_wrap_wxTextAttr_GetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
6705 PyObject * _resultobj;
6706 long _result;
6707 wxTextAttr * _arg0;
6708 PyObject * _argo0 = 0;
6709 char *_kwnames[] = { "self", NULL };
6710
6711 self = self;
6712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_GetFlags",_kwnames,&_argo0))
6713 return NULL;
6714 if (_argo0) {
6715 if (_argo0 == Py_None) { _arg0 = NULL; }
6716 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6717 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_GetFlags. Expected _wxTextAttr_p.");
6718 return NULL;
6719 }
6720 }
6721 {
6722 PyThreadState* __tstate = wxPyBeginAllowThreads();
6723 _result = (long )wxTextAttr_GetFlags(_arg0);
6724
6725 wxPyEndAllowThreads(__tstate);
6726 if (PyErr_Occurred()) return NULL;
6727 } _resultobj = Py_BuildValue("l",_result);
6728 return _resultobj;
6729 }
6730
6731 #define wxTextAttr_IsDefault(_swigobj) (_swigobj->IsDefault())
6732 static PyObject *_wrap_wxTextAttr_IsDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
6733 PyObject * _resultobj;
6734 bool _result;
6735 wxTextAttr * _arg0;
6736 PyObject * _argo0 = 0;
6737 char *_kwnames[] = { "self", NULL };
6738
6739 self = self;
6740 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextAttr_IsDefault",_kwnames,&_argo0))
6741 return NULL;
6742 if (_argo0) {
6743 if (_argo0 == Py_None) { _arg0 = NULL; }
6744 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6745 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_IsDefault. Expected _wxTextAttr_p.");
6746 return NULL;
6747 }
6748 }
6749 {
6750 PyThreadState* __tstate = wxPyBeginAllowThreads();
6751 _result = (bool )wxTextAttr_IsDefault(_arg0);
6752
6753 wxPyEndAllowThreads(__tstate);
6754 if (PyErr_Occurred()) return NULL;
6755 } _resultobj = Py_BuildValue("i",_result);
6756 return _resultobj;
6757 }
6758
6759 static PyObject *_wrap_wxTextAttr_Combine(PyObject *self, PyObject *args, PyObject *kwargs) {
6760 PyObject * _resultobj;
6761 wxTextAttr * _result;
6762 wxTextAttr * _arg0;
6763 wxTextAttr * _arg1;
6764 wxTextCtrl * _arg2;
6765 PyObject * _argo0 = 0;
6766 PyObject * _argo1 = 0;
6767 PyObject * _argo2 = 0;
6768 char *_kwnames[] = { "attr","attrDef","text", NULL };
6769 char _ptemp[128];
6770
6771 self = self;
6772 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxTextAttr_Combine",_kwnames,&_argo0,&_argo1,&_argo2))
6773 return NULL;
6774 if (_argo0) {
6775 if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextAttr_p")) {
6776 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6777 return NULL;
6778 }
6779 }
6780 if (_argo1) {
6781 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
6782 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6783 return NULL;
6784 }
6785 }
6786 if (_argo2) {
6787 if (_argo2 == Py_None) { _arg2 = NULL; }
6788 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxTextCtrl_p")) {
6789 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTextAttr_Combine. Expected _wxTextCtrl_p.");
6790 return NULL;
6791 }
6792 }
6793 {
6794 PyThreadState* __tstate = wxPyBeginAllowThreads();
6795 _result = new wxTextAttr (wxTextAttr::Combine(*_arg0,*_arg1,_arg2));
6796
6797 wxPyEndAllowThreads(__tstate);
6798 if (PyErr_Occurred()) return NULL;
6799 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxTextAttr_p");
6800 _resultobj = Py_BuildValue("s",_ptemp);
6801 return _resultobj;
6802 }
6803
6804 static void *SwigwxTextCtrlTowxControl(void *ptr) {
6805 wxTextCtrl *src;
6806 wxControl *dest;
6807 src = (wxTextCtrl *) ptr;
6808 dest = (wxControl *) src;
6809 return (void *) dest;
6810 }
6811
6812 static void *SwigwxTextCtrlTowxWindow(void *ptr) {
6813 wxTextCtrl *src;
6814 wxWindow *dest;
6815 src = (wxTextCtrl *) ptr;
6816 dest = (wxWindow *) src;
6817 return (void *) dest;
6818 }
6819
6820 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr) {
6821 wxTextCtrl *src;
6822 wxEvtHandler *dest;
6823 src = (wxTextCtrl *) ptr;
6824 dest = (wxEvtHandler *) src;
6825 return (void *) dest;
6826 }
6827
6828 static void *SwigwxTextCtrlTowxObject(void *ptr) {
6829 wxTextCtrl *src;
6830 wxObject *dest;
6831 src = (wxTextCtrl *) ptr;
6832 dest = (wxObject *) src;
6833 return (void *) dest;
6834 }
6835
6836 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6837 static PyObject *_wrap_new_wxTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
6838 PyObject * _resultobj;
6839 wxTextCtrl * _result;
6840 wxWindow * _arg0;
6841 wxWindowID _arg1;
6842 wxString * _arg2 = (wxString *) &wxPyEmptyString;
6843 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
6844 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
6845 long _arg5 = (long ) 0;
6846 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
6847 wxString * _arg7 = (wxString *) &wxPyTextCtrlNameStr;
6848 PyObject * _argo0 = 0;
6849 PyObject * _obj2 = 0;
6850 wxPoint temp;
6851 PyObject * _obj3 = 0;
6852 wxSize temp0;
6853 PyObject * _obj4 = 0;
6854 PyObject * _argo6 = 0;
6855 PyObject * _obj7 = 0;
6856 char *_kwnames[] = { "parent","id","value","pos","size","style","validator","name", NULL };
6857 char _ptemp[128];
6858
6859 self = self;
6860 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OOOlOO:new_wxTextCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
6861 return NULL;
6862 if (_argo0) {
6863 if (_argo0 == Py_None) { _arg0 = NULL; }
6864 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
6865 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
6866 return NULL;
6867 }
6868 }
6869 if (_obj2)
6870 {
6871 _arg2 = wxString_in_helper(_obj2);
6872 if (_arg2 == NULL)
6873 return NULL;
6874 }
6875 if (_obj3)
6876 {
6877 _arg3 = &temp;
6878 if (! wxPoint_helper(_obj3, &_arg3))
6879 return NULL;
6880 }
6881 if (_obj4)
6882 {
6883 _arg4 = &temp0;
6884 if (! wxSize_helper(_obj4, &_arg4))
6885 return NULL;
6886 }
6887 if (_argo6) {
6888 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
6889 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
6890 return NULL;
6891 }
6892 }
6893 if (_obj7)
6894 {
6895 _arg7 = wxString_in_helper(_obj7);
6896 if (_arg7 == NULL)
6897 return NULL;
6898 }
6899 {
6900 PyThreadState* __tstate = wxPyBeginAllowThreads();
6901 _result = (wxTextCtrl *)new_wxTextCtrl(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
6902
6903 wxPyEndAllowThreads(__tstate);
6904 if (PyErr_Occurred()) return NULL;
6905 } if (_result) {
6906 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
6907 _resultobj = Py_BuildValue("s",_ptemp);
6908 } else {
6909 Py_INCREF(Py_None);
6910 _resultobj = Py_None;
6911 }
6912 {
6913 if (_obj2)
6914 delete _arg2;
6915 }
6916 {
6917 if (_obj7)
6918 delete _arg7;
6919 }
6920 return _resultobj;
6921 }
6922
6923 #define new_wxPreTextCtrl() (new wxTextCtrl())
6924 static PyObject *_wrap_new_wxPreTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
6925 PyObject * _resultobj;
6926 wxTextCtrl * _result;
6927 char *_kwnames[] = { NULL };
6928 char _ptemp[128];
6929
6930 self = self;
6931 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreTextCtrl",_kwnames))
6932 return NULL;
6933 {
6934 PyThreadState* __tstate = wxPyBeginAllowThreads();
6935 _result = (wxTextCtrl *)new_wxPreTextCtrl();
6936
6937 wxPyEndAllowThreads(__tstate);
6938 if (PyErr_Occurred()) return NULL;
6939 } if (_result) {
6940 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
6941 _resultobj = Py_BuildValue("s",_ptemp);
6942 } else {
6943 Py_INCREF(Py_None);
6944 _resultobj = Py_None;
6945 }
6946 return _resultobj;
6947 }
6948
6949 #define wxTextCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6950 static PyObject *_wrap_wxTextCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
6951 PyObject * _resultobj;
6952 bool _result;
6953 wxTextCtrl * _arg0;
6954 wxWindow * _arg1;
6955 wxWindowID _arg2;
6956 wxString * _arg3 = (wxString *) &wxPyEmptyString;
6957 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
6958 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
6959 long _arg6 = (long ) 0;
6960 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
6961 wxString * _arg8 = (wxString *) &wxPyTextCtrlNameStr;
6962 PyObject * _argo0 = 0;
6963 PyObject * _argo1 = 0;
6964 PyObject * _obj3 = 0;
6965 wxPoint temp;
6966 PyObject * _obj4 = 0;
6967 wxSize temp0;
6968 PyObject * _obj5 = 0;
6969 PyObject * _argo7 = 0;
6970 PyObject * _obj8 = 0;
6971 char *_kwnames[] = { "self","parent","id","value","pos","size","style","validator","name", NULL };
6972
6973 self = self;
6974 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOi|OOOlOO:wxTextCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
6975 return NULL;
6976 if (_argo0) {
6977 if (_argo0 == Py_None) { _arg0 = NULL; }
6978 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
6979 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Create. Expected _wxTextCtrl_p.");
6980 return NULL;
6981 }
6982 }
6983 if (_argo1) {
6984 if (_argo1 == Py_None) { _arg1 = NULL; }
6985 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
6986 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_Create. Expected _wxWindow_p.");
6987 return NULL;
6988 }
6989 }
6990 if (_obj3)
6991 {
6992 _arg3 = wxString_in_helper(_obj3);
6993 if (_arg3 == NULL)
6994 return NULL;
6995 }
6996 if (_obj4)
6997 {
6998 _arg4 = &temp;
6999 if (! wxPoint_helper(_obj4, &_arg4))
7000 return NULL;
7001 }
7002 if (_obj5)
7003 {
7004 _arg5 = &temp0;
7005 if (! wxSize_helper(_obj5, &_arg5))
7006 return NULL;
7007 }
7008 if (_argo7) {
7009 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
7010 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxTextCtrl_Create. Expected _wxValidator_p.");
7011 return NULL;
7012 }
7013 }
7014 if (_obj8)
7015 {
7016 _arg8 = wxString_in_helper(_obj8);
7017 if (_arg8 == NULL)
7018 return NULL;
7019 }
7020 {
7021 PyThreadState* __tstate = wxPyBeginAllowThreads();
7022 _result = (bool )wxTextCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
7023
7024 wxPyEndAllowThreads(__tstate);
7025 if (PyErr_Occurred()) return NULL;
7026 } _resultobj = Py_BuildValue("i",_result);
7027 {
7028 if (_obj3)
7029 delete _arg3;
7030 }
7031 {
7032 if (_obj8)
7033 delete _arg8;
7034 }
7035 return _resultobj;
7036 }
7037
7038 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
7039 static PyObject *_wrap_wxTextCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
7040 PyObject * _resultobj;
7041 wxString * _result;
7042 wxTextCtrl * _arg0;
7043 PyObject * _argo0 = 0;
7044 char *_kwnames[] = { "self", NULL };
7045
7046 self = self;
7047 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetValue",_kwnames,&_argo0))
7048 return NULL;
7049 if (_argo0) {
7050 if (_argo0 == Py_None) { _arg0 = NULL; }
7051 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7052 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
7053 return NULL;
7054 }
7055 }
7056 {
7057 PyThreadState* __tstate = wxPyBeginAllowThreads();
7058 _result = new wxString (wxTextCtrl_GetValue(_arg0));
7059
7060 wxPyEndAllowThreads(__tstate);
7061 if (PyErr_Occurred()) return NULL;
7062 }{
7063 #if wxUSE_UNICODE
7064 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7065 #else
7066 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7067 #endif
7068 }
7069 {
7070 delete _result;
7071 }
7072 return _resultobj;
7073 }
7074
7075 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
7076 static PyObject *_wrap_wxTextCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
7077 PyObject * _resultobj;
7078 wxTextCtrl * _arg0;
7079 wxString * _arg1;
7080 PyObject * _argo0 = 0;
7081 PyObject * _obj1 = 0;
7082 char *_kwnames[] = { "self","value", NULL };
7083
7084 self = self;
7085 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetValue",_kwnames,&_argo0,&_obj1))
7086 return NULL;
7087 if (_argo0) {
7088 if (_argo0 == Py_None) { _arg0 = NULL; }
7089 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7090 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
7091 return NULL;
7092 }
7093 }
7094 {
7095 _arg1 = wxString_in_helper(_obj1);
7096 if (_arg1 == NULL)
7097 return NULL;
7098 }
7099 {
7100 PyThreadState* __tstate = wxPyBeginAllowThreads();
7101 wxTextCtrl_SetValue(_arg0,*_arg1);
7102
7103 wxPyEndAllowThreads(__tstate);
7104 if (PyErr_Occurred()) return NULL;
7105 } Py_INCREF(Py_None);
7106 _resultobj = Py_None;
7107 {
7108 if (_obj1)
7109 delete _arg1;
7110 }
7111 return _resultobj;
7112 }
7113
7114 #define wxTextCtrl_GetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetRange(_swigarg0,_swigarg1))
7115 static PyObject *_wrap_wxTextCtrl_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
7116 PyObject * _resultobj;
7117 wxString * _result;
7118 wxTextCtrl * _arg0;
7119 long _arg1;
7120 long _arg2;
7121 PyObject * _argo0 = 0;
7122 char *_kwnames[] = { "self","from","to", NULL };
7123
7124 self = self;
7125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_GetRange",_kwnames,&_argo0,&_arg1,&_arg2))
7126 return NULL;
7127 if (_argo0) {
7128 if (_argo0 == Py_None) { _arg0 = NULL; }
7129 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7130 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetRange. Expected _wxTextCtrl_p.");
7131 return NULL;
7132 }
7133 }
7134 {
7135 PyThreadState* __tstate = wxPyBeginAllowThreads();
7136 _result = new wxString (wxTextCtrl_GetRange(_arg0,_arg1,_arg2));
7137
7138 wxPyEndAllowThreads(__tstate);
7139 if (PyErr_Occurred()) return NULL;
7140 }{
7141 #if wxUSE_UNICODE
7142 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7143 #else
7144 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7145 #endif
7146 }
7147 {
7148 delete _result;
7149 }
7150 return _resultobj;
7151 }
7152
7153 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
7154 static PyObject *_wrap_wxTextCtrl_GetLineLength(PyObject *self, PyObject *args, PyObject *kwargs) {
7155 PyObject * _resultobj;
7156 int _result;
7157 wxTextCtrl * _arg0;
7158 long _arg1;
7159 PyObject * _argo0 = 0;
7160 char *_kwnames[] = { "self","lineNo", NULL };
7161
7162 self = self;
7163 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineLength",_kwnames,&_argo0,&_arg1))
7164 return NULL;
7165 if (_argo0) {
7166 if (_argo0 == Py_None) { _arg0 = NULL; }
7167 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7168 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
7169 return NULL;
7170 }
7171 }
7172 {
7173 PyThreadState* __tstate = wxPyBeginAllowThreads();
7174 _result = (int )wxTextCtrl_GetLineLength(_arg0,_arg1);
7175
7176 wxPyEndAllowThreads(__tstate);
7177 if (PyErr_Occurred()) return NULL;
7178 } _resultobj = Py_BuildValue("i",_result);
7179 return _resultobj;
7180 }
7181
7182 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
7183 static PyObject *_wrap_wxTextCtrl_GetLineText(PyObject *self, PyObject *args, PyObject *kwargs) {
7184 PyObject * _resultobj;
7185 wxString * _result;
7186 wxTextCtrl * _arg0;
7187 long _arg1;
7188 PyObject * _argo0 = 0;
7189 char *_kwnames[] = { "self","lineNo", NULL };
7190
7191 self = self;
7192 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_GetLineText",_kwnames,&_argo0,&_arg1))
7193 return NULL;
7194 if (_argo0) {
7195 if (_argo0 == Py_None) { _arg0 = NULL; }
7196 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7197 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
7198 return NULL;
7199 }
7200 }
7201 {
7202 PyThreadState* __tstate = wxPyBeginAllowThreads();
7203 _result = new wxString (wxTextCtrl_GetLineText(_arg0,_arg1));
7204
7205 wxPyEndAllowThreads(__tstate);
7206 if (PyErr_Occurred()) return NULL;
7207 }{
7208 #if wxUSE_UNICODE
7209 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7210 #else
7211 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7212 #endif
7213 }
7214 {
7215 delete _result;
7216 }
7217 return _resultobj;
7218 }
7219
7220 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
7221 static PyObject *_wrap_wxTextCtrl_GetNumberOfLines(PyObject *self, PyObject *args, PyObject *kwargs) {
7222 PyObject * _resultobj;
7223 int _result;
7224 wxTextCtrl * _arg0;
7225 PyObject * _argo0 = 0;
7226 char *_kwnames[] = { "self", NULL };
7227
7228 self = self;
7229 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetNumberOfLines",_kwnames,&_argo0))
7230 return NULL;
7231 if (_argo0) {
7232 if (_argo0 == Py_None) { _arg0 = NULL; }
7233 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7234 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
7235 return NULL;
7236 }
7237 }
7238 {
7239 PyThreadState* __tstate = wxPyBeginAllowThreads();
7240 _result = (int )wxTextCtrl_GetNumberOfLines(_arg0);
7241
7242 wxPyEndAllowThreads(__tstate);
7243 if (PyErr_Occurred()) return NULL;
7244 } _resultobj = Py_BuildValue("i",_result);
7245 return _resultobj;
7246 }
7247
7248 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
7249 static PyObject *_wrap_wxTextCtrl_IsModified(PyObject *self, PyObject *args, PyObject *kwargs) {
7250 PyObject * _resultobj;
7251 bool _result;
7252 wxTextCtrl * _arg0;
7253 PyObject * _argo0 = 0;
7254 char *_kwnames[] = { "self", NULL };
7255
7256 self = self;
7257 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsModified",_kwnames,&_argo0))
7258 return NULL;
7259 if (_argo0) {
7260 if (_argo0 == Py_None) { _arg0 = NULL; }
7261 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7262 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
7263 return NULL;
7264 }
7265 }
7266 {
7267 PyThreadState* __tstate = wxPyBeginAllowThreads();
7268 _result = (bool )wxTextCtrl_IsModified(_arg0);
7269
7270 wxPyEndAllowThreads(__tstate);
7271 if (PyErr_Occurred()) return NULL;
7272 } _resultobj = Py_BuildValue("i",_result);
7273 return _resultobj;
7274 }
7275
7276 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
7277 static PyObject *_wrap_wxTextCtrl_IsEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
7278 PyObject * _resultobj;
7279 bool _result;
7280 wxTextCtrl * _arg0;
7281 PyObject * _argo0 = 0;
7282 char *_kwnames[] = { "self", NULL };
7283
7284 self = self;
7285 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsEditable",_kwnames,&_argo0))
7286 return NULL;
7287 if (_argo0) {
7288 if (_argo0 == Py_None) { _arg0 = NULL; }
7289 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7290 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
7291 return NULL;
7292 }
7293 }
7294 {
7295 PyThreadState* __tstate = wxPyBeginAllowThreads();
7296 _result = (bool )wxTextCtrl_IsEditable(_arg0);
7297
7298 wxPyEndAllowThreads(__tstate);
7299 if (PyErr_Occurred()) return NULL;
7300 } _resultobj = Py_BuildValue("i",_result);
7301 return _resultobj;
7302 }
7303
7304 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
7305 static PyObject *_wrap_wxTextCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7306 PyObject * _resultobj;
7307 wxTextCtrl * _arg0;
7308 long * _arg1;
7309 long temp;
7310 long * _arg2;
7311 long temp0;
7312 PyObject * _argo0 = 0;
7313 char *_kwnames[] = { "self", NULL };
7314
7315 self = self;
7316 {
7317 _arg1 = &temp;
7318 }
7319 {
7320 _arg2 = &temp0;
7321 }
7322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetSelection",_kwnames,&_argo0))
7323 return NULL;
7324 if (_argo0) {
7325 if (_argo0 == Py_None) { _arg0 = NULL; }
7326 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7327 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
7328 return NULL;
7329 }
7330 }
7331 {
7332 PyThreadState* __tstate = wxPyBeginAllowThreads();
7333 wxTextCtrl_GetSelection(_arg0,_arg1,_arg2);
7334
7335 wxPyEndAllowThreads(__tstate);
7336 if (PyErr_Occurred()) return NULL;
7337 } Py_INCREF(Py_None);
7338 _resultobj = Py_None;
7339 {
7340 PyObject *o;
7341 o = PyInt_FromLong((long) (*_arg1));
7342 _resultobj = t_output_helper(_resultobj, o);
7343 }
7344 {
7345 PyObject *o;
7346 o = PyInt_FromLong((long) (*_arg2));
7347 _resultobj = t_output_helper(_resultobj, o);
7348 }
7349 return _resultobj;
7350 }
7351
7352 #define wxTextCtrl_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
7353 static PyObject *_wrap_wxTextCtrl_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7354 PyObject * _resultobj;
7355 wxString * _result;
7356 wxTextCtrl * _arg0;
7357 PyObject * _argo0 = 0;
7358 char *_kwnames[] = { "self", NULL };
7359
7360 self = self;
7361 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetStringSelection",_kwnames,&_argo0))
7362 return NULL;
7363 if (_argo0) {
7364 if (_argo0 == Py_None) { _arg0 = NULL; }
7365 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7366 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetStringSelection. Expected _wxTextCtrl_p.");
7367 return NULL;
7368 }
7369 }
7370 {
7371 PyThreadState* __tstate = wxPyBeginAllowThreads();
7372 _result = new wxString (wxTextCtrl_GetStringSelection(_arg0));
7373
7374 wxPyEndAllowThreads(__tstate);
7375 if (PyErr_Occurred()) return NULL;
7376 }{
7377 #if wxUSE_UNICODE
7378 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
7379 #else
7380 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
7381 #endif
7382 }
7383 {
7384 delete _result;
7385 }
7386 return _resultobj;
7387 }
7388
7389 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
7390 static PyObject *_wrap_wxTextCtrl_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
7391 PyObject * _resultobj;
7392 wxTextCtrl * _arg0;
7393 PyObject * _argo0 = 0;
7394 char *_kwnames[] = { "self", NULL };
7395
7396 self = self;
7397 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Clear",_kwnames,&_argo0))
7398 return NULL;
7399 if (_argo0) {
7400 if (_argo0 == Py_None) { _arg0 = NULL; }
7401 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7402 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
7403 return NULL;
7404 }
7405 }
7406 {
7407 PyThreadState* __tstate = wxPyBeginAllowThreads();
7408 wxTextCtrl_Clear(_arg0);
7409
7410 wxPyEndAllowThreads(__tstate);
7411 if (PyErr_Occurred()) return NULL;
7412 } Py_INCREF(Py_None);
7413 _resultobj = Py_None;
7414 return _resultobj;
7415 }
7416
7417 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
7418 static PyObject *_wrap_wxTextCtrl_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
7419 PyObject * _resultobj;
7420 wxTextCtrl * _arg0;
7421 long _arg1;
7422 long _arg2;
7423 wxString * _arg3;
7424 PyObject * _argo0 = 0;
7425 PyObject * _obj3 = 0;
7426 char *_kwnames[] = { "self","from","to","value", NULL };
7427
7428 self = self;
7429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_Replace",_kwnames,&_argo0,&_arg1,&_arg2,&_obj3))
7430 return NULL;
7431 if (_argo0) {
7432 if (_argo0 == Py_None) { _arg0 = NULL; }
7433 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7434 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
7435 return NULL;
7436 }
7437 }
7438 {
7439 _arg3 = wxString_in_helper(_obj3);
7440 if (_arg3 == NULL)
7441 return NULL;
7442 }
7443 {
7444 PyThreadState* __tstate = wxPyBeginAllowThreads();
7445 wxTextCtrl_Replace(_arg0,_arg1,_arg2,*_arg3);
7446
7447 wxPyEndAllowThreads(__tstate);
7448 if (PyErr_Occurred()) return NULL;
7449 } Py_INCREF(Py_None);
7450 _resultobj = Py_None;
7451 {
7452 if (_obj3)
7453 delete _arg3;
7454 }
7455 return _resultobj;
7456 }
7457
7458 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
7459 static PyObject *_wrap_wxTextCtrl_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
7460 PyObject * _resultobj;
7461 wxTextCtrl * _arg0;
7462 long _arg1;
7463 long _arg2;
7464 PyObject * _argo0 = 0;
7465 char *_kwnames[] = { "self","from","to", NULL };
7466
7467 self = self;
7468 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_Remove",_kwnames,&_argo0,&_arg1,&_arg2))
7469 return NULL;
7470 if (_argo0) {
7471 if (_argo0 == Py_None) { _arg0 = NULL; }
7472 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7473 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
7474 return NULL;
7475 }
7476 }
7477 {
7478 PyThreadState* __tstate = wxPyBeginAllowThreads();
7479 wxTextCtrl_Remove(_arg0,_arg1,_arg2);
7480
7481 wxPyEndAllowThreads(__tstate);
7482 if (PyErr_Occurred()) return NULL;
7483 } Py_INCREF(Py_None);
7484 _resultobj = Py_None;
7485 return _resultobj;
7486 }
7487
7488 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
7489 static PyObject *_wrap_wxTextCtrl_LoadFile(PyObject *self, PyObject *args, PyObject *kwargs) {
7490 PyObject * _resultobj;
7491 bool _result;
7492 wxTextCtrl * _arg0;
7493 wxString * _arg1;
7494 PyObject * _argo0 = 0;
7495 PyObject * _obj1 = 0;
7496 char *_kwnames[] = { "self","file", NULL };
7497
7498 self = self;
7499 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_LoadFile",_kwnames,&_argo0,&_obj1))
7500 return NULL;
7501 if (_argo0) {
7502 if (_argo0 == Py_None) { _arg0 = NULL; }
7503 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7504 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
7505 return NULL;
7506 }
7507 }
7508 {
7509 _arg1 = wxString_in_helper(_obj1);
7510 if (_arg1 == NULL)
7511 return NULL;
7512 }
7513 {
7514 PyThreadState* __tstate = wxPyBeginAllowThreads();
7515 _result = (bool )wxTextCtrl_LoadFile(_arg0,*_arg1);
7516
7517 wxPyEndAllowThreads(__tstate);
7518 if (PyErr_Occurred()) return NULL;
7519 } _resultobj = Py_BuildValue("i",_result);
7520 {
7521 if (_obj1)
7522 delete _arg1;
7523 }
7524 return _resultobj;
7525 }
7526
7527 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
7528 static PyObject *_wrap_wxTextCtrl_SaveFile(PyObject *self, PyObject *args, PyObject *kwargs) {
7529 PyObject * _resultobj;
7530 bool _result;
7531 wxTextCtrl * _arg0;
7532 wxString * _arg1 = (wxString *) &wxPyEmptyString;
7533 PyObject * _argo0 = 0;
7534 PyObject * _obj1 = 0;
7535 char *_kwnames[] = { "self","file", NULL };
7536
7537 self = self;
7538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:wxTextCtrl_SaveFile",_kwnames,&_argo0,&_obj1))
7539 return NULL;
7540 if (_argo0) {
7541 if (_argo0 == Py_None) { _arg0 = NULL; }
7542 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7543 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
7544 return NULL;
7545 }
7546 }
7547 if (_obj1)
7548 {
7549 _arg1 = wxString_in_helper(_obj1);
7550 if (_arg1 == NULL)
7551 return NULL;
7552 }
7553 {
7554 PyThreadState* __tstate = wxPyBeginAllowThreads();
7555 _result = (bool )wxTextCtrl_SaveFile(_arg0,*_arg1);
7556
7557 wxPyEndAllowThreads(__tstate);
7558 if (PyErr_Occurred()) return NULL;
7559 } _resultobj = Py_BuildValue("i",_result);
7560 {
7561 if (_obj1)
7562 delete _arg1;
7563 }
7564 return _resultobj;
7565 }
7566
7567 #define wxTextCtrl_MarkDirty(_swigobj) (_swigobj->MarkDirty())
7568 static PyObject *_wrap_wxTextCtrl_MarkDirty(PyObject *self, PyObject *args, PyObject *kwargs) {
7569 PyObject * _resultobj;
7570 wxTextCtrl * _arg0;
7571 PyObject * _argo0 = 0;
7572 char *_kwnames[] = { "self", NULL };
7573
7574 self = self;
7575 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_MarkDirty",_kwnames,&_argo0))
7576 return NULL;
7577 if (_argo0) {
7578 if (_argo0 == Py_None) { _arg0 = NULL; }
7579 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7580 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_MarkDirty. Expected _wxTextCtrl_p.");
7581 return NULL;
7582 }
7583 }
7584 {
7585 PyThreadState* __tstate = wxPyBeginAllowThreads();
7586 wxTextCtrl_MarkDirty(_arg0);
7587
7588 wxPyEndAllowThreads(__tstate);
7589 if (PyErr_Occurred()) return NULL;
7590 } Py_INCREF(Py_None);
7591 _resultobj = Py_None;
7592 return _resultobj;
7593 }
7594
7595 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
7596 static PyObject *_wrap_wxTextCtrl_DiscardEdits(PyObject *self, PyObject *args, PyObject *kwargs) {
7597 PyObject * _resultobj;
7598 wxTextCtrl * _arg0;
7599 PyObject * _argo0 = 0;
7600 char *_kwnames[] = { "self", NULL };
7601
7602 self = self;
7603 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_DiscardEdits",_kwnames,&_argo0))
7604 return NULL;
7605 if (_argo0) {
7606 if (_argo0 == Py_None) { _arg0 = NULL; }
7607 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7608 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
7609 return NULL;
7610 }
7611 }
7612 {
7613 PyThreadState* __tstate = wxPyBeginAllowThreads();
7614 wxTextCtrl_DiscardEdits(_arg0);
7615
7616 wxPyEndAllowThreads(__tstate);
7617 if (PyErr_Occurred()) return NULL;
7618 } Py_INCREF(Py_None);
7619 _resultobj = Py_None;
7620 return _resultobj;
7621 }
7622
7623 #define wxTextCtrl_SetMaxLength(_swigobj,_swigarg0) (_swigobj->SetMaxLength(_swigarg0))
7624 static PyObject *_wrap_wxTextCtrl_SetMaxLength(PyObject *self, PyObject *args, PyObject *kwargs) {
7625 PyObject * _resultobj;
7626 wxTextCtrl * _arg0;
7627 unsigned long _arg1;
7628 PyObject * _argo0 = 0;
7629 char *_kwnames[] = { "self","len", NULL };
7630
7631 self = self;
7632 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetMaxLength",_kwnames,&_argo0,&_arg1))
7633 return NULL;
7634 if (_argo0) {
7635 if (_argo0 == Py_None) { _arg0 = NULL; }
7636 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7637 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetMaxLength. Expected _wxTextCtrl_p.");
7638 return NULL;
7639 }
7640 }
7641 {
7642 PyThreadState* __tstate = wxPyBeginAllowThreads();
7643 wxTextCtrl_SetMaxLength(_arg0,_arg1);
7644
7645 wxPyEndAllowThreads(__tstate);
7646 if (PyErr_Occurred()) return NULL;
7647 } Py_INCREF(Py_None);
7648 _resultobj = Py_None;
7649 return _resultobj;
7650 }
7651
7652 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
7653 static PyObject *_wrap_wxTextCtrl_WriteText(PyObject *self, PyObject *args, PyObject *kwargs) {
7654 PyObject * _resultobj;
7655 wxTextCtrl * _arg0;
7656 wxString * _arg1;
7657 PyObject * _argo0 = 0;
7658 PyObject * _obj1 = 0;
7659 char *_kwnames[] = { "self","text", NULL };
7660
7661 self = self;
7662 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_WriteText",_kwnames,&_argo0,&_obj1))
7663 return NULL;
7664 if (_argo0) {
7665 if (_argo0 == Py_None) { _arg0 = NULL; }
7666 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7667 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
7668 return NULL;
7669 }
7670 }
7671 {
7672 _arg1 = wxString_in_helper(_obj1);
7673 if (_arg1 == NULL)
7674 return NULL;
7675 }
7676 {
7677 PyThreadState* __tstate = wxPyBeginAllowThreads();
7678 wxTextCtrl_WriteText(_arg0,*_arg1);
7679
7680 wxPyEndAllowThreads(__tstate);
7681 if (PyErr_Occurred()) return NULL;
7682 } Py_INCREF(Py_None);
7683 _resultobj = Py_None;
7684 {
7685 if (_obj1)
7686 delete _arg1;
7687 }
7688 return _resultobj;
7689 }
7690
7691 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
7692 static PyObject *_wrap_wxTextCtrl_AppendText(PyObject *self, PyObject *args, PyObject *kwargs) {
7693 PyObject * _resultobj;
7694 wxTextCtrl * _arg0;
7695 wxString * _arg1;
7696 PyObject * _argo0 = 0;
7697 PyObject * _obj1 = 0;
7698 char *_kwnames[] = { "self","text", NULL };
7699
7700 self = self;
7701 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_AppendText",_kwnames,&_argo0,&_obj1))
7702 return NULL;
7703 if (_argo0) {
7704 if (_argo0 == Py_None) { _arg0 = NULL; }
7705 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7706 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
7707 return NULL;
7708 }
7709 }
7710 {
7711 _arg1 = wxString_in_helper(_obj1);
7712 if (_arg1 == NULL)
7713 return NULL;
7714 }
7715 {
7716 PyThreadState* __tstate = wxPyBeginAllowThreads();
7717 wxTextCtrl_AppendText(_arg0,*_arg1);
7718
7719 wxPyEndAllowThreads(__tstate);
7720 if (PyErr_Occurred()) return NULL;
7721 } Py_INCREF(Py_None);
7722 _resultobj = Py_None;
7723 {
7724 if (_obj1)
7725 delete _arg1;
7726 }
7727 return _resultobj;
7728 }
7729
7730 #define wxTextCtrl_EmulateKeyPress(_swigobj,_swigarg0) (_swigobj->EmulateKeyPress(_swigarg0))
7731 static PyObject *_wrap_wxTextCtrl_EmulateKeyPress(PyObject *self, PyObject *args, PyObject *kwargs) {
7732 PyObject * _resultobj;
7733 bool _result;
7734 wxTextCtrl * _arg0;
7735 wxKeyEvent * _arg1;
7736 PyObject * _argo0 = 0;
7737 PyObject * _argo1 = 0;
7738 char *_kwnames[] = { "self","event", NULL };
7739
7740 self = self;
7741 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_EmulateKeyPress",_kwnames,&_argo0,&_argo1))
7742 return NULL;
7743 if (_argo0) {
7744 if (_argo0 == Py_None) { _arg0 = NULL; }
7745 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7746 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_EmulateKeyPress. Expected _wxTextCtrl_p.");
7747 return NULL;
7748 }
7749 }
7750 if (_argo1) {
7751 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxKeyEvent_p")) {
7752 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_EmulateKeyPress. Expected _wxKeyEvent_p.");
7753 return NULL;
7754 }
7755 }
7756 {
7757 PyThreadState* __tstate = wxPyBeginAllowThreads();
7758 _result = (bool )wxTextCtrl_EmulateKeyPress(_arg0,*_arg1);
7759
7760 wxPyEndAllowThreads(__tstate);
7761 if (PyErr_Occurred()) return NULL;
7762 } _resultobj = Py_BuildValue("i",_result);
7763 return _resultobj;
7764 }
7765
7766 #define wxTextCtrl_SetStyle(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetStyle(_swigarg0,_swigarg1,_swigarg2))
7767 static PyObject *_wrap_wxTextCtrl_SetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
7768 PyObject * _resultobj;
7769 bool _result;
7770 wxTextCtrl * _arg0;
7771 long _arg1;
7772 long _arg2;
7773 wxTextAttr * _arg3;
7774 PyObject * _argo0 = 0;
7775 PyObject * _argo3 = 0;
7776 char *_kwnames[] = { "self","start","end","style", NULL };
7777
7778 self = self;
7779 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OllO:wxTextCtrl_SetStyle",_kwnames,&_argo0,&_arg1,&_arg2,&_argo3))
7780 return NULL;
7781 if (_argo0) {
7782 if (_argo0 == Py_None) { _arg0 = NULL; }
7783 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7784 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetStyle. Expected _wxTextCtrl_p.");
7785 return NULL;
7786 }
7787 }
7788 if (_argo3) {
7789 if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxTextAttr_p")) {
7790 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxTextCtrl_SetStyle. Expected _wxTextAttr_p.");
7791 return NULL;
7792 }
7793 }
7794 {
7795 PyThreadState* __tstate = wxPyBeginAllowThreads();
7796 _result = (bool )wxTextCtrl_SetStyle(_arg0,_arg1,_arg2,*_arg3);
7797
7798 wxPyEndAllowThreads(__tstate);
7799 if (PyErr_Occurred()) return NULL;
7800 } _resultobj = Py_BuildValue("i",_result);
7801 return _resultobj;
7802 }
7803
7804 #define wxTextCtrl_SetDefaultStyle(_swigobj,_swigarg0) (_swigobj->SetDefaultStyle(_swigarg0))
7805 static PyObject *_wrap_wxTextCtrl_SetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
7806 PyObject * _resultobj;
7807 bool _result;
7808 wxTextCtrl * _arg0;
7809 wxTextAttr * _arg1;
7810 PyObject * _argo0 = 0;
7811 PyObject * _argo1 = 0;
7812 char *_kwnames[] = { "self","style", NULL };
7813
7814 self = self;
7815 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_SetDefaultStyle",_kwnames,&_argo0,&_argo1))
7816 return NULL;
7817 if (_argo0) {
7818 if (_argo0 == Py_None) { _arg0 = NULL; }
7819 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7820 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetDefaultStyle. Expected _wxTextCtrl_p.");
7821 return NULL;
7822 }
7823 }
7824 if (_argo1) {
7825 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTextAttr_p")) {
7826 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxTextCtrl_SetDefaultStyle. Expected _wxTextAttr_p.");
7827 return NULL;
7828 }
7829 }
7830 {
7831 PyThreadState* __tstate = wxPyBeginAllowThreads();
7832 _result = (bool )wxTextCtrl_SetDefaultStyle(_arg0,*_arg1);
7833
7834 wxPyEndAllowThreads(__tstate);
7835 if (PyErr_Occurred()) return NULL;
7836 } _resultobj = Py_BuildValue("i",_result);
7837 return _resultobj;
7838 }
7839
7840 #define wxTextCtrl_GetDefaultStyle(_swigobj) (_swigobj->GetDefaultStyle())
7841 static PyObject *_wrap_wxTextCtrl_GetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
7842 PyObject * _resultobj;
7843 wxTextAttr * _result;
7844 wxTextCtrl * _arg0;
7845 PyObject * _argo0 = 0;
7846 char *_kwnames[] = { "self", NULL };
7847 char _ptemp[128];
7848
7849 self = self;
7850 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetDefaultStyle",_kwnames,&_argo0))
7851 return NULL;
7852 if (_argo0) {
7853 if (_argo0 == Py_None) { _arg0 = NULL; }
7854 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7855 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetDefaultStyle. Expected _wxTextCtrl_p.");
7856 return NULL;
7857 }
7858 }
7859 {
7860 PyThreadState* __tstate = wxPyBeginAllowThreads();
7861 const wxTextAttr & _result_ref = wxTextCtrl_GetDefaultStyle(_arg0);
7862 _result = (wxTextAttr *) &_result_ref;
7863
7864 wxPyEndAllowThreads(__tstate);
7865 if (PyErr_Occurred()) return NULL;
7866 } if (_result) {
7867 SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextAttr_p");
7868 _resultobj = Py_BuildValue("s",_ptemp);
7869 } else {
7870 Py_INCREF(Py_None);
7871 _resultobj = Py_None;
7872 }
7873 return _resultobj;
7874 }
7875
7876 #define wxTextCtrl_GetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetStyle(_swigarg0,_swigarg1))
7877 static PyObject *_wrap_wxTextCtrl_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
7878 PyObject * _resultobj;
7879 bool _result;
7880 wxTextCtrl * _arg0;
7881 long _arg1;
7882 wxTextAttr * _arg2;
7883 PyObject * _argo0 = 0;
7884 PyObject * _argo2 = 0;
7885 char *_kwnames[] = { "self","position","style", NULL };
7886
7887 self = self;
7888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OlO:wxTextCtrl_GetStyle",_kwnames,&_argo0,&_arg1,&_argo2))
7889 return NULL;
7890 if (_argo0) {
7891 if (_argo0 == Py_None) { _arg0 = NULL; }
7892 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7893 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetStyle. Expected _wxTextCtrl_p.");
7894 return NULL;
7895 }
7896 }
7897 if (_argo2) {
7898 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxTextAttr_p")) {
7899 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxTextCtrl_GetStyle. Expected _wxTextAttr_p.");
7900 return NULL;
7901 }
7902 }
7903 {
7904 PyThreadState* __tstate = wxPyBeginAllowThreads();
7905 _result = (bool )wxTextCtrl_GetStyle(_arg0,_arg1,*_arg2);
7906
7907 wxPyEndAllowThreads(__tstate);
7908 if (PyErr_Occurred()) return NULL;
7909 } _resultobj = Py_BuildValue("i",_result);
7910 return _resultobj;
7911 }
7912
7913 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
7914 static PyObject *_wrap_wxTextCtrl_XYToPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
7915 PyObject * _resultobj;
7916 long _result;
7917 wxTextCtrl * _arg0;
7918 long _arg1;
7919 long _arg2;
7920 PyObject * _argo0 = 0;
7921 char *_kwnames[] = { "self","x","y", NULL };
7922
7923 self = self;
7924 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_XYToPosition",_kwnames,&_argo0,&_arg1,&_arg2))
7925 return NULL;
7926 if (_argo0) {
7927 if (_argo0 == Py_None) { _arg0 = NULL; }
7928 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7929 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
7930 return NULL;
7931 }
7932 }
7933 {
7934 PyThreadState* __tstate = wxPyBeginAllowThreads();
7935 _result = (long )wxTextCtrl_XYToPosition(_arg0,_arg1,_arg2);
7936
7937 wxPyEndAllowThreads(__tstate);
7938 if (PyErr_Occurred()) return NULL;
7939 } _resultobj = Py_BuildValue("l",_result);
7940 return _resultobj;
7941 }
7942
7943 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
7944 static PyObject *_wrap_wxTextCtrl_PositionToXY(PyObject *self, PyObject *args, PyObject *kwargs) {
7945 PyObject * _resultobj;
7946 wxTextCtrl * _arg0;
7947 long _arg1;
7948 long * _arg2;
7949 long temp;
7950 long * _arg3;
7951 long temp0;
7952 PyObject * _argo0 = 0;
7953 char *_kwnames[] = { "self","pos", NULL };
7954
7955 self = self;
7956 {
7957 _arg2 = &temp;
7958 }
7959 {
7960 _arg3 = &temp0;
7961 }
7962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_PositionToXY",_kwnames,&_argo0,&_arg1))
7963 return NULL;
7964 if (_argo0) {
7965 if (_argo0 == Py_None) { _arg0 = NULL; }
7966 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
7967 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
7968 return NULL;
7969 }
7970 }
7971 {
7972 PyThreadState* __tstate = wxPyBeginAllowThreads();
7973 wxTextCtrl_PositionToXY(_arg0,_arg1,_arg2,_arg3);
7974
7975 wxPyEndAllowThreads(__tstate);
7976 if (PyErr_Occurred()) return NULL;
7977 } Py_INCREF(Py_None);
7978 _resultobj = Py_None;
7979 {
7980 PyObject *o;
7981 o = PyInt_FromLong((long) (*_arg2));
7982 _resultobj = t_output_helper(_resultobj, o);
7983 }
7984 {
7985 PyObject *o;
7986 o = PyInt_FromLong((long) (*_arg3));
7987 _resultobj = t_output_helper(_resultobj, o);
7988 }
7989 return _resultobj;
7990 }
7991
7992 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
7993 static PyObject *_wrap_wxTextCtrl_ShowPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
7994 PyObject * _resultobj;
7995 wxTextCtrl * _arg0;
7996 long _arg1;
7997 PyObject * _argo0 = 0;
7998 char *_kwnames[] = { "self","pos", NULL };
7999
8000 self = self;
8001 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_ShowPosition",_kwnames,&_argo0,&_arg1))
8002 return NULL;
8003 if (_argo0) {
8004 if (_argo0 == Py_None) { _arg0 = NULL; }
8005 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8006 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
8007 return NULL;
8008 }
8009 }
8010 {
8011 PyThreadState* __tstate = wxPyBeginAllowThreads();
8012 wxTextCtrl_ShowPosition(_arg0,_arg1);
8013
8014 wxPyEndAllowThreads(__tstate);
8015 if (PyErr_Occurred()) return NULL;
8016 } Py_INCREF(Py_None);
8017 _resultobj = Py_None;
8018 return _resultobj;
8019 }
8020
8021 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
8022 static PyObject *_wrap_wxTextCtrl_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
8023 PyObject * _resultobj;
8024 wxTextCtrl * _arg0;
8025 PyObject * _argo0 = 0;
8026 char *_kwnames[] = { "self", NULL };
8027
8028 self = self;
8029 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Copy",_kwnames,&_argo0))
8030 return NULL;
8031 if (_argo0) {
8032 if (_argo0 == Py_None) { _arg0 = NULL; }
8033 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8034 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
8035 return NULL;
8036 }
8037 }
8038 {
8039 PyThreadState* __tstate = wxPyBeginAllowThreads();
8040 wxTextCtrl_Copy(_arg0);
8041
8042 wxPyEndAllowThreads(__tstate);
8043 if (PyErr_Occurred()) return NULL;
8044 } Py_INCREF(Py_None);
8045 _resultobj = Py_None;
8046 return _resultobj;
8047 }
8048
8049 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
8050 static PyObject *_wrap_wxTextCtrl_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
8051 PyObject * _resultobj;
8052 wxTextCtrl * _arg0;
8053 PyObject * _argo0 = 0;
8054 char *_kwnames[] = { "self", NULL };
8055
8056 self = self;
8057 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Cut",_kwnames,&_argo0))
8058 return NULL;
8059 if (_argo0) {
8060 if (_argo0 == Py_None) { _arg0 = NULL; }
8061 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8062 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
8063 return NULL;
8064 }
8065 }
8066 {
8067 PyThreadState* __tstate = wxPyBeginAllowThreads();
8068 wxTextCtrl_Cut(_arg0);
8069
8070 wxPyEndAllowThreads(__tstate);
8071 if (PyErr_Occurred()) return NULL;
8072 } Py_INCREF(Py_None);
8073 _resultobj = Py_None;
8074 return _resultobj;
8075 }
8076
8077 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
8078 static PyObject *_wrap_wxTextCtrl_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
8079 PyObject * _resultobj;
8080 wxTextCtrl * _arg0;
8081 PyObject * _argo0 = 0;
8082 char *_kwnames[] = { "self", NULL };
8083
8084 self = self;
8085 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Paste",_kwnames,&_argo0))
8086 return NULL;
8087 if (_argo0) {
8088 if (_argo0 == Py_None) { _arg0 = NULL; }
8089 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8090 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
8091 return NULL;
8092 }
8093 }
8094 {
8095 PyThreadState* __tstate = wxPyBeginAllowThreads();
8096 wxTextCtrl_Paste(_arg0);
8097
8098 wxPyEndAllowThreads(__tstate);
8099 if (PyErr_Occurred()) return NULL;
8100 } Py_INCREF(Py_None);
8101 _resultobj = Py_None;
8102 return _resultobj;
8103 }
8104
8105 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
8106 static PyObject *_wrap_wxTextCtrl_CanCopy(PyObject *self, PyObject *args, PyObject *kwargs) {
8107 PyObject * _resultobj;
8108 bool _result;
8109 wxTextCtrl * _arg0;
8110 PyObject * _argo0 = 0;
8111 char *_kwnames[] = { "self", NULL };
8112
8113 self = self;
8114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCopy",_kwnames,&_argo0))
8115 return NULL;
8116 if (_argo0) {
8117 if (_argo0 == Py_None) { _arg0 = NULL; }
8118 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8119 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
8120 return NULL;
8121 }
8122 }
8123 {
8124 PyThreadState* __tstate = wxPyBeginAllowThreads();
8125 _result = (bool )wxTextCtrl_CanCopy(_arg0);
8126
8127 wxPyEndAllowThreads(__tstate);
8128 if (PyErr_Occurred()) return NULL;
8129 } _resultobj = Py_BuildValue("i",_result);
8130 return _resultobj;
8131 }
8132
8133 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
8134 static PyObject *_wrap_wxTextCtrl_CanCut(PyObject *self, PyObject *args, PyObject *kwargs) {
8135 PyObject * _resultobj;
8136 bool _result;
8137 wxTextCtrl * _arg0;
8138 PyObject * _argo0 = 0;
8139 char *_kwnames[] = { "self", NULL };
8140
8141 self = self;
8142 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanCut",_kwnames,&_argo0))
8143 return NULL;
8144 if (_argo0) {
8145 if (_argo0 == Py_None) { _arg0 = NULL; }
8146 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8147 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
8148 return NULL;
8149 }
8150 }
8151 {
8152 PyThreadState* __tstate = wxPyBeginAllowThreads();
8153 _result = (bool )wxTextCtrl_CanCut(_arg0);
8154
8155 wxPyEndAllowThreads(__tstate);
8156 if (PyErr_Occurred()) return NULL;
8157 } _resultobj = Py_BuildValue("i",_result);
8158 return _resultobj;
8159 }
8160
8161 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
8162 static PyObject *_wrap_wxTextCtrl_CanPaste(PyObject *self, PyObject *args, PyObject *kwargs) {
8163 PyObject * _resultobj;
8164 bool _result;
8165 wxTextCtrl * _arg0;
8166 PyObject * _argo0 = 0;
8167 char *_kwnames[] = { "self", NULL };
8168
8169 self = self;
8170 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanPaste",_kwnames,&_argo0))
8171 return NULL;
8172 if (_argo0) {
8173 if (_argo0 == Py_None) { _arg0 = NULL; }
8174 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8175 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
8176 return NULL;
8177 }
8178 }
8179 {
8180 PyThreadState* __tstate = wxPyBeginAllowThreads();
8181 _result = (bool )wxTextCtrl_CanPaste(_arg0);
8182
8183 wxPyEndAllowThreads(__tstate);
8184 if (PyErr_Occurred()) return NULL;
8185 } _resultobj = Py_BuildValue("i",_result);
8186 return _resultobj;
8187 }
8188
8189 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
8190 static PyObject *_wrap_wxTextCtrl_Undo(PyObject *self, PyObject *args, PyObject *kwargs) {
8191 PyObject * _resultobj;
8192 wxTextCtrl * _arg0;
8193 PyObject * _argo0 = 0;
8194 char *_kwnames[] = { "self", NULL };
8195
8196 self = self;
8197 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Undo",_kwnames,&_argo0))
8198 return NULL;
8199 if (_argo0) {
8200 if (_argo0 == Py_None) { _arg0 = NULL; }
8201 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8202 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
8203 return NULL;
8204 }
8205 }
8206 {
8207 PyThreadState* __tstate = wxPyBeginAllowThreads();
8208 wxTextCtrl_Undo(_arg0);
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 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
8218 static PyObject *_wrap_wxTextCtrl_Redo(PyObject *self, PyObject *args, PyObject *kwargs) {
8219 PyObject * _resultobj;
8220 wxTextCtrl * _arg0;
8221 PyObject * _argo0 = 0;
8222 char *_kwnames[] = { "self", NULL };
8223
8224 self = self;
8225 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_Redo",_kwnames,&_argo0))
8226 return NULL;
8227 if (_argo0) {
8228 if (_argo0 == Py_None) { _arg0 = NULL; }
8229 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8230 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
8231 return NULL;
8232 }
8233 }
8234 {
8235 PyThreadState* __tstate = wxPyBeginAllowThreads();
8236 wxTextCtrl_Redo(_arg0);
8237
8238 wxPyEndAllowThreads(__tstate);
8239 if (PyErr_Occurred()) return NULL;
8240 } Py_INCREF(Py_None);
8241 _resultobj = Py_None;
8242 return _resultobj;
8243 }
8244
8245 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
8246 static PyObject *_wrap_wxTextCtrl_CanUndo(PyObject *self, PyObject *args, PyObject *kwargs) {
8247 PyObject * _resultobj;
8248 bool _result;
8249 wxTextCtrl * _arg0;
8250 PyObject * _argo0 = 0;
8251 char *_kwnames[] = { "self", NULL };
8252
8253 self = self;
8254 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanUndo",_kwnames,&_argo0))
8255 return NULL;
8256 if (_argo0) {
8257 if (_argo0 == Py_None) { _arg0 = NULL; }
8258 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8259 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
8260 return NULL;
8261 }
8262 }
8263 {
8264 PyThreadState* __tstate = wxPyBeginAllowThreads();
8265 _result = (bool )wxTextCtrl_CanUndo(_arg0);
8266
8267 wxPyEndAllowThreads(__tstate);
8268 if (PyErr_Occurred()) return NULL;
8269 } _resultobj = Py_BuildValue("i",_result);
8270 return _resultobj;
8271 }
8272
8273 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
8274 static PyObject *_wrap_wxTextCtrl_CanRedo(PyObject *self, PyObject *args, PyObject *kwargs) {
8275 PyObject * _resultobj;
8276 bool _result;
8277 wxTextCtrl * _arg0;
8278 PyObject * _argo0 = 0;
8279 char *_kwnames[] = { "self", NULL };
8280
8281 self = self;
8282 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_CanRedo",_kwnames,&_argo0))
8283 return NULL;
8284 if (_argo0) {
8285 if (_argo0 == Py_None) { _arg0 = NULL; }
8286 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8287 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
8288 return NULL;
8289 }
8290 }
8291 {
8292 PyThreadState* __tstate = wxPyBeginAllowThreads();
8293 _result = (bool )wxTextCtrl_CanRedo(_arg0);
8294
8295 wxPyEndAllowThreads(__tstate);
8296 if (PyErr_Occurred()) return NULL;
8297 } _resultobj = Py_BuildValue("i",_result);
8298 return _resultobj;
8299 }
8300
8301 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
8302 static PyObject *_wrap_wxTextCtrl_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8303 PyObject * _resultobj;
8304 wxTextCtrl * _arg0;
8305 long _arg1;
8306 PyObject * _argo0 = 0;
8307 char *_kwnames[] = { "self","pos", NULL };
8308
8309 self = self;
8310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames,&_argo0,&_arg1))
8311 return NULL;
8312 if (_argo0) {
8313 if (_argo0 == Py_None) { _arg0 = NULL; }
8314 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8315 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
8316 return NULL;
8317 }
8318 }
8319 {
8320 PyThreadState* __tstate = wxPyBeginAllowThreads();
8321 wxTextCtrl_SetInsertionPoint(_arg0,_arg1);
8322
8323 wxPyEndAllowThreads(__tstate);
8324 if (PyErr_Occurred()) return NULL;
8325 } Py_INCREF(Py_None);
8326 _resultobj = Py_None;
8327 return _resultobj;
8328 }
8329
8330 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
8331 static PyObject *_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
8332 PyObject * _resultobj;
8333 wxTextCtrl * _arg0;
8334 PyObject * _argo0 = 0;
8335 char *_kwnames[] = { "self", NULL };
8336
8337 self = self;
8338 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames,&_argo0))
8339 return NULL;
8340 if (_argo0) {
8341 if (_argo0 == Py_None) { _arg0 = NULL; }
8342 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8343 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
8344 return NULL;
8345 }
8346 }
8347 {
8348 PyThreadState* __tstate = wxPyBeginAllowThreads();
8349 wxTextCtrl_SetInsertionPointEnd(_arg0);
8350
8351 wxPyEndAllowThreads(__tstate);
8352 if (PyErr_Occurred()) return NULL;
8353 } Py_INCREF(Py_None);
8354 _resultobj = Py_None;
8355 return _resultobj;
8356 }
8357
8358 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
8359 static PyObject *_wrap_wxTextCtrl_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8360 PyObject * _resultobj;
8361 long _result;
8362 wxTextCtrl * _arg0;
8363 PyObject * _argo0 = 0;
8364 char *_kwnames[] = { "self", NULL };
8365
8366 self = self;
8367 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetInsertionPoint",_kwnames,&_argo0))
8368 return NULL;
8369 if (_argo0) {
8370 if (_argo0 == Py_None) { _arg0 = NULL; }
8371 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8372 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
8373 return NULL;
8374 }
8375 }
8376 {
8377 PyThreadState* __tstate = wxPyBeginAllowThreads();
8378 _result = (long )wxTextCtrl_GetInsertionPoint(_arg0);
8379
8380 wxPyEndAllowThreads(__tstate);
8381 if (PyErr_Occurred()) return NULL;
8382 } _resultobj = Py_BuildValue("l",_result);
8383 return _resultobj;
8384 }
8385
8386 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
8387 static PyObject *_wrap_wxTextCtrl_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8388 PyObject * _resultobj;
8389 long _result;
8390 wxTextCtrl * _arg0;
8391 PyObject * _argo0 = 0;
8392 char *_kwnames[] = { "self", NULL };
8393
8394 self = self;
8395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_GetLastPosition",_kwnames,&_argo0))
8396 return NULL;
8397 if (_argo0) {
8398 if (_argo0 == Py_None) { _arg0 = NULL; }
8399 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8400 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
8401 return NULL;
8402 }
8403 }
8404 {
8405 PyThreadState* __tstate = wxPyBeginAllowThreads();
8406 _result = (long )wxTextCtrl_GetLastPosition(_arg0);
8407
8408 wxPyEndAllowThreads(__tstate);
8409 if (PyErr_Occurred()) return NULL;
8410 } _resultobj = Py_BuildValue("l",_result);
8411 return _resultobj;
8412 }
8413
8414 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
8415 static PyObject *_wrap_wxTextCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8416 PyObject * _resultobj;
8417 wxTextCtrl * _arg0;
8418 long _arg1;
8419 long _arg2;
8420 PyObject * _argo0 = 0;
8421 char *_kwnames[] = { "self","from","to", NULL };
8422
8423 self = self;
8424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
8425 return NULL;
8426 if (_argo0) {
8427 if (_argo0 == Py_None) { _arg0 = NULL; }
8428 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8429 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
8430 return NULL;
8431 }
8432 }
8433 {
8434 PyThreadState* __tstate = wxPyBeginAllowThreads();
8435 wxTextCtrl_SetSelection(_arg0,_arg1,_arg2);
8436
8437 wxPyEndAllowThreads(__tstate);
8438 if (PyErr_Occurred()) return NULL;
8439 } Py_INCREF(Py_None);
8440 _resultobj = Py_None;
8441 return _resultobj;
8442 }
8443
8444 #define wxTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
8445 static PyObject *_wrap_wxTextCtrl_SelectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
8446 PyObject * _resultobj;
8447 wxTextCtrl * _arg0;
8448 PyObject * _argo0 = 0;
8449 char *_kwnames[] = { "self", NULL };
8450
8451 self = self;
8452 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_SelectAll",_kwnames,&_argo0))
8453 return NULL;
8454 if (_argo0) {
8455 if (_argo0 == Py_None) { _arg0 = NULL; }
8456 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8457 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SelectAll. Expected _wxTextCtrl_p.");
8458 return NULL;
8459 }
8460 }
8461 {
8462 PyThreadState* __tstate = wxPyBeginAllowThreads();
8463 wxTextCtrl_SelectAll(_arg0);
8464
8465 wxPyEndAllowThreads(__tstate);
8466 if (PyErr_Occurred()) return NULL;
8467 } Py_INCREF(Py_None);
8468 _resultobj = Py_None;
8469 return _resultobj;
8470 }
8471
8472 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
8473 static PyObject *_wrap_wxTextCtrl_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
8474 PyObject * _resultobj;
8475 wxTextCtrl * _arg0;
8476 bool _arg1;
8477 PyObject * _argo0 = 0;
8478 int tempbool1;
8479 char *_kwnames[] = { "self","editable", NULL };
8480
8481 self = self;
8482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxTextCtrl_SetEditable",_kwnames,&_argo0,&tempbool1))
8483 return NULL;
8484 if (_argo0) {
8485 if (_argo0 == Py_None) { _arg0 = NULL; }
8486 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8487 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
8488 return NULL;
8489 }
8490 }
8491 _arg1 = (bool ) tempbool1;
8492 {
8493 PyThreadState* __tstate = wxPyBeginAllowThreads();
8494 wxTextCtrl_SetEditable(_arg0,_arg1);
8495
8496 wxPyEndAllowThreads(__tstate);
8497 if (PyErr_Occurred()) return NULL;
8498 } Py_INCREF(Py_None);
8499 _resultobj = Py_None;
8500 return _resultobj;
8501 }
8502
8503 #define wxTextCtrl_IsSingleLine(_swigobj) (_swigobj->IsSingleLine())
8504 static PyObject *_wrap_wxTextCtrl_IsSingleLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8505 PyObject * _resultobj;
8506 bool _result;
8507 wxTextCtrl * _arg0;
8508 PyObject * _argo0 = 0;
8509 char *_kwnames[] = { "self", NULL };
8510
8511 self = self;
8512 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsSingleLine",_kwnames,&_argo0))
8513 return NULL;
8514 if (_argo0) {
8515 if (_argo0 == Py_None) { _arg0 = NULL; }
8516 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8517 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsSingleLine. Expected _wxTextCtrl_p.");
8518 return NULL;
8519 }
8520 }
8521 {
8522 PyThreadState* __tstate = wxPyBeginAllowThreads();
8523 _result = (bool )wxTextCtrl_IsSingleLine(_arg0);
8524
8525 wxPyEndAllowThreads(__tstate);
8526 if (PyErr_Occurred()) return NULL;
8527 } _resultobj = Py_BuildValue("i",_result);
8528 return _resultobj;
8529 }
8530
8531 #define wxTextCtrl_IsMultiLine(_swigobj) (_swigobj->IsMultiLine())
8532 static PyObject *_wrap_wxTextCtrl_IsMultiLine(PyObject *self, PyObject *args, PyObject *kwargs) {
8533 PyObject * _resultobj;
8534 bool _result;
8535 wxTextCtrl * _arg0;
8536 PyObject * _argo0 = 0;
8537 char *_kwnames[] = { "self", NULL };
8538
8539 self = self;
8540 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTextCtrl_IsMultiLine",_kwnames,&_argo0))
8541 return NULL;
8542 if (_argo0) {
8543 if (_argo0 == Py_None) { _arg0 = NULL; }
8544 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8545 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_IsMultiLine. Expected _wxTextCtrl_p.");
8546 return NULL;
8547 }
8548 }
8549 {
8550 PyThreadState* __tstate = wxPyBeginAllowThreads();
8551 _result = (bool )wxTextCtrl_IsMultiLine(_arg0);
8552
8553 wxPyEndAllowThreads(__tstate);
8554 if (PyErr_Occurred()) return NULL;
8555 } _resultobj = Py_BuildValue("i",_result);
8556 return _resultobj;
8557 }
8558
8559 static void wxTextCtrl_write(wxTextCtrl *self,const wxString & text) {
8560 self->AppendText(text);
8561 }
8562 static PyObject *_wrap_wxTextCtrl_write(PyObject *self, PyObject *args, PyObject *kwargs) {
8563 PyObject * _resultobj;
8564 wxTextCtrl * _arg0;
8565 wxString * _arg1;
8566 PyObject * _argo0 = 0;
8567 PyObject * _obj1 = 0;
8568 char *_kwnames[] = { "self","text", NULL };
8569
8570 self = self;
8571 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxTextCtrl_write",_kwnames,&_argo0,&_obj1))
8572 return NULL;
8573 if (_argo0) {
8574 if (_argo0 == Py_None) { _arg0 = NULL; }
8575 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8576 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
8577 return NULL;
8578 }
8579 }
8580 {
8581 _arg1 = wxString_in_helper(_obj1);
8582 if (_arg1 == NULL)
8583 return NULL;
8584 }
8585 {
8586 PyThreadState* __tstate = wxPyBeginAllowThreads();
8587 wxTextCtrl_write(_arg0,*_arg1);
8588
8589 wxPyEndAllowThreads(__tstate);
8590 if (PyErr_Occurred()) return NULL;
8591 } Py_INCREF(Py_None);
8592 _resultobj = Py_None;
8593 {
8594 if (_obj1)
8595 delete _arg1;
8596 }
8597 return _resultobj;
8598 }
8599
8600 static wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to) {
8601 return self->GetValue().Mid(from, to - from);
8602 }
8603 static PyObject *_wrap_wxTextCtrl_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
8604 PyObject * _resultobj;
8605 wxString * _result;
8606 wxTextCtrl * _arg0;
8607 long _arg1;
8608 long _arg2;
8609 PyObject * _argo0 = 0;
8610 char *_kwnames[] = { "self","from","to", NULL };
8611
8612 self = self;
8613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxTextCtrl_GetString",_kwnames,&_argo0,&_arg1,&_arg2))
8614 return NULL;
8615 if (_argo0) {
8616 if (_argo0 == Py_None) { _arg0 = NULL; }
8617 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) {
8618 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTextCtrl_GetString. Expected _wxTextCtrl_p.");
8619 return NULL;
8620 }
8621 }
8622 {
8623 PyThreadState* __tstate = wxPyBeginAllowThreads();
8624 _result = new wxString (wxTextCtrl_GetString(_arg0,_arg1,_arg2));
8625
8626 wxPyEndAllowThreads(__tstate);
8627 if (PyErr_Occurred()) return NULL;
8628 }{
8629 #if wxUSE_UNICODE
8630 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
8631 #else
8632 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
8633 #endif
8634 }
8635 {
8636 delete _result;
8637 }
8638 return _resultobj;
8639 }
8640
8641 static void *SwigwxScrollBarTowxControl(void *ptr) {
8642 wxScrollBar *src;
8643 wxControl *dest;
8644 src = (wxScrollBar *) ptr;
8645 dest = (wxControl *) src;
8646 return (void *) dest;
8647 }
8648
8649 static void *SwigwxScrollBarTowxWindow(void *ptr) {
8650 wxScrollBar *src;
8651 wxWindow *dest;
8652 src = (wxScrollBar *) ptr;
8653 dest = (wxWindow *) src;
8654 return (void *) dest;
8655 }
8656
8657 static void *SwigwxScrollBarTowxEvtHandler(void *ptr) {
8658 wxScrollBar *src;
8659 wxEvtHandler *dest;
8660 src = (wxScrollBar *) ptr;
8661 dest = (wxEvtHandler *) src;
8662 return (void *) dest;
8663 }
8664
8665 static void *SwigwxScrollBarTowxObject(void *ptr) {
8666 wxScrollBar *src;
8667 wxObject *dest;
8668 src = (wxScrollBar *) ptr;
8669 dest = (wxObject *) src;
8670 return (void *) dest;
8671 }
8672
8673 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8674 static PyObject *_wrap_new_wxScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
8675 PyObject * _resultobj;
8676 wxScrollBar * _result;
8677 wxWindow * _arg0;
8678 wxWindowID _arg1 = (wxWindowID ) -1;
8679 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
8680 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
8681 long _arg4 = (long ) wxSB_HORIZONTAL;
8682 wxValidator * _arg5 = (wxValidator *) &wxDefaultValidator;
8683 wxString * _arg6 = (wxString *) &wxPyScrollBarNameStr;
8684 PyObject * _argo0 = 0;
8685 wxPoint temp;
8686 PyObject * _obj2 = 0;
8687 wxSize temp0;
8688 PyObject * _obj3 = 0;
8689 PyObject * _argo5 = 0;
8690 PyObject * _obj6 = 0;
8691 char *_kwnames[] = { "parent","id","pos","size","style","validator","name", NULL };
8692 char _ptemp[128];
8693
8694 self = self;
8695 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlOO:new_wxScrollBar",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_argo5,&_obj6))
8696 return NULL;
8697 if (_argo0) {
8698 if (_argo0 == Py_None) { _arg0 = NULL; }
8699 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
8700 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
8701 return NULL;
8702 }
8703 }
8704 if (_obj2)
8705 {
8706 _arg2 = &temp;
8707 if (! wxPoint_helper(_obj2, &_arg2))
8708 return NULL;
8709 }
8710 if (_obj3)
8711 {
8712 _arg3 = &temp0;
8713 if (! wxSize_helper(_obj3, &_arg3))
8714 return NULL;
8715 }
8716 if (_argo5) {
8717 if (SWIG_GetPtrObj(_argo5,(void **) &_arg5,"_wxValidator_p")) {
8718 PyErr_SetString(PyExc_TypeError,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
8719 return NULL;
8720 }
8721 }
8722 if (_obj6)
8723 {
8724 _arg6 = wxString_in_helper(_obj6);
8725 if (_arg6 == NULL)
8726 return NULL;
8727 }
8728 {
8729 PyThreadState* __tstate = wxPyBeginAllowThreads();
8730 _result = (wxScrollBar *)new_wxScrollBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5,*_arg6);
8731
8732 wxPyEndAllowThreads(__tstate);
8733 if (PyErr_Occurred()) return NULL;
8734 } if (_result) {
8735 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
8736 _resultobj = Py_BuildValue("s",_ptemp);
8737 } else {
8738 Py_INCREF(Py_None);
8739 _resultobj = Py_None;
8740 }
8741 {
8742 if (_obj6)
8743 delete _arg6;
8744 }
8745 return _resultobj;
8746 }
8747
8748 #define new_wxPreScrollBar() (new wxScrollBar())
8749 static PyObject *_wrap_new_wxPreScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
8750 PyObject * _resultobj;
8751 wxScrollBar * _result;
8752 char *_kwnames[] = { NULL };
8753 char _ptemp[128];
8754
8755 self = self;
8756 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreScrollBar",_kwnames))
8757 return NULL;
8758 {
8759 PyThreadState* __tstate = wxPyBeginAllowThreads();
8760 _result = (wxScrollBar *)new_wxPreScrollBar();
8761
8762 wxPyEndAllowThreads(__tstate);
8763 if (PyErr_Occurred()) return NULL;
8764 } if (_result) {
8765 SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
8766 _resultobj = Py_BuildValue("s",_ptemp);
8767 } else {
8768 Py_INCREF(Py_None);
8769 _resultobj = Py_None;
8770 }
8771 return _resultobj;
8772 }
8773
8774 #define wxScrollBar_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8775 static PyObject *_wrap_wxScrollBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
8776 PyObject * _resultobj;
8777 bool _result;
8778 wxScrollBar * _arg0;
8779 wxWindow * _arg1;
8780 wxWindowID _arg2 = (wxWindowID ) -1;
8781 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
8782 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
8783 long _arg5 = (long ) wxSB_HORIZONTAL;
8784 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
8785 wxString * _arg7 = (wxString *) &wxPyScrollBarNameStr;
8786 PyObject * _argo0 = 0;
8787 PyObject * _argo1 = 0;
8788 wxPoint temp;
8789 PyObject * _obj3 = 0;
8790 wxSize temp0;
8791 PyObject * _obj4 = 0;
8792 PyObject * _argo6 = 0;
8793 PyObject * _obj7 = 0;
8794 char *_kwnames[] = { "self","parent","id","pos","size","style","validator","name", NULL };
8795
8796 self = self;
8797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlOO:wxScrollBar_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
8798 return NULL;
8799 if (_argo0) {
8800 if (_argo0 == Py_None) { _arg0 = NULL; }
8801 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8802 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_Create. Expected _wxScrollBar_p.");
8803 return NULL;
8804 }
8805 }
8806 if (_argo1) {
8807 if (_argo1 == Py_None) { _arg1 = NULL; }
8808 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
8809 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxScrollBar_Create. Expected _wxWindow_p.");
8810 return NULL;
8811 }
8812 }
8813 if (_obj3)
8814 {
8815 _arg3 = &temp;
8816 if (! wxPoint_helper(_obj3, &_arg3))
8817 return NULL;
8818 }
8819 if (_obj4)
8820 {
8821 _arg4 = &temp0;
8822 if (! wxSize_helper(_obj4, &_arg4))
8823 return NULL;
8824 }
8825 if (_argo6) {
8826 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
8827 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxScrollBar_Create. Expected _wxValidator_p.");
8828 return NULL;
8829 }
8830 }
8831 if (_obj7)
8832 {
8833 _arg7 = wxString_in_helper(_obj7);
8834 if (_arg7 == NULL)
8835 return NULL;
8836 }
8837 {
8838 PyThreadState* __tstate = wxPyBeginAllowThreads();
8839 _result = (bool )wxScrollBar_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
8840
8841 wxPyEndAllowThreads(__tstate);
8842 if (PyErr_Occurred()) return NULL;
8843 } _resultobj = Py_BuildValue("i",_result);
8844 {
8845 if (_obj7)
8846 delete _arg7;
8847 }
8848 return _resultobj;
8849 }
8850
8851 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
8852 static PyObject *_wrap_wxScrollBar_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
8853 PyObject * _resultobj;
8854 int _result;
8855 wxScrollBar * _arg0;
8856 PyObject * _argo0 = 0;
8857 char *_kwnames[] = { "self", NULL };
8858
8859 self = self;
8860 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetRange",_kwnames,&_argo0))
8861 return NULL;
8862 if (_argo0) {
8863 if (_argo0 == Py_None) { _arg0 = NULL; }
8864 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8865 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
8866 return NULL;
8867 }
8868 }
8869 {
8870 PyThreadState* __tstate = wxPyBeginAllowThreads();
8871 _result = (int )wxScrollBar_GetRange(_arg0);
8872
8873 wxPyEndAllowThreads(__tstate);
8874 if (PyErr_Occurred()) return NULL;
8875 } _resultobj = Py_BuildValue("i",_result);
8876 return _resultobj;
8877 }
8878
8879 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
8880 static PyObject *_wrap_wxScrollBar_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8881 PyObject * _resultobj;
8882 int _result;
8883 wxScrollBar * _arg0;
8884 PyObject * _argo0 = 0;
8885 char *_kwnames[] = { "self", NULL };
8886
8887 self = self;
8888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetPageSize",_kwnames,&_argo0))
8889 return NULL;
8890 if (_argo0) {
8891 if (_argo0 == Py_None) { _arg0 = NULL; }
8892 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8893 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
8894 return NULL;
8895 }
8896 }
8897 {
8898 PyThreadState* __tstate = wxPyBeginAllowThreads();
8899 _result = (int )wxScrollBar_GetPageSize(_arg0);
8900
8901 wxPyEndAllowThreads(__tstate);
8902 if (PyErr_Occurred()) return NULL;
8903 } _resultobj = Py_BuildValue("i",_result);
8904 return _resultobj;
8905 }
8906
8907 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
8908 static PyObject *_wrap_wxScrollBar_GetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8909 PyObject * _resultobj;
8910 int _result;
8911 wxScrollBar * _arg0;
8912 PyObject * _argo0 = 0;
8913 char *_kwnames[] = { "self", NULL };
8914
8915 self = self;
8916 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbPosition",_kwnames,&_argo0))
8917 return NULL;
8918 if (_argo0) {
8919 if (_argo0 == Py_None) { _arg0 = NULL; }
8920 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8921 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
8922 return NULL;
8923 }
8924 }
8925 {
8926 PyThreadState* __tstate = wxPyBeginAllowThreads();
8927 _result = (int )wxScrollBar_GetThumbPosition(_arg0);
8928
8929 wxPyEndAllowThreads(__tstate);
8930 if (PyErr_Occurred()) return NULL;
8931 } _resultobj = Py_BuildValue("i",_result);
8932 return _resultobj;
8933 }
8934
8935 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
8936 static PyObject *_wrap_wxScrollBar_GetThumbSize(PyObject *self, PyObject *args, PyObject *kwargs) {
8937 PyObject * _resultobj;
8938 int _result;
8939 wxScrollBar * _arg0;
8940 PyObject * _argo0 = 0;
8941 char *_kwnames[] = { "self", NULL };
8942
8943 self = self;
8944 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_GetThumbSize",_kwnames,&_argo0))
8945 return NULL;
8946 if (_argo0) {
8947 if (_argo0 == Py_None) { _arg0 = NULL; }
8948 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8949 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
8950 return NULL;
8951 }
8952 }
8953 {
8954 PyThreadState* __tstate = wxPyBeginAllowThreads();
8955 _result = (int )wxScrollBar_GetThumbSize(_arg0);
8956
8957 wxPyEndAllowThreads(__tstate);
8958 if (PyErr_Occurred()) return NULL;
8959 } _resultobj = Py_BuildValue("i",_result);
8960 return _resultobj;
8961 }
8962
8963 #define wxScrollBar_IsVertical(_swigobj) (_swigobj->IsVertical())
8964 static PyObject *_wrap_wxScrollBar_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
8965 PyObject * _resultobj;
8966 bool _result;
8967 wxScrollBar * _arg0;
8968 PyObject * _argo0 = 0;
8969 char *_kwnames[] = { "self", NULL };
8970
8971 self = self;
8972 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxScrollBar_IsVertical",_kwnames,&_argo0))
8973 return NULL;
8974 if (_argo0) {
8975 if (_argo0 == Py_None) { _arg0 = NULL; }
8976 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
8977 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_IsVertical. Expected _wxScrollBar_p.");
8978 return NULL;
8979 }
8980 }
8981 {
8982 PyThreadState* __tstate = wxPyBeginAllowThreads();
8983 _result = (bool )wxScrollBar_IsVertical(_arg0);
8984
8985 wxPyEndAllowThreads(__tstate);
8986 if (PyErr_Occurred()) return NULL;
8987 } _resultobj = Py_BuildValue("i",_result);
8988 return _resultobj;
8989 }
8990
8991 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
8992 static PyObject *_wrap_wxScrollBar_SetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8993 PyObject * _resultobj;
8994 wxScrollBar * _arg0;
8995 int _arg1;
8996 PyObject * _argo0 = 0;
8997 char *_kwnames[] = { "self","viewStart", NULL };
8998
8999 self = self;
9000 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxScrollBar_SetThumbPosition",_kwnames,&_argo0,&_arg1))
9001 return NULL;
9002 if (_argo0) {
9003 if (_argo0 == Py_None) { _arg0 = NULL; }
9004 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9005 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
9006 return NULL;
9007 }
9008 }
9009 {
9010 PyThreadState* __tstate = wxPyBeginAllowThreads();
9011 wxScrollBar_SetThumbPosition(_arg0,_arg1);
9012
9013 wxPyEndAllowThreads(__tstate);
9014 if (PyErr_Occurred()) return NULL;
9015 } Py_INCREF(Py_None);
9016 _resultobj = Py_None;
9017 return _resultobj;
9018 }
9019
9020 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9021 static PyObject *_wrap_wxScrollBar_SetScrollbar(PyObject *self, PyObject *args, PyObject *kwargs) {
9022 PyObject * _resultobj;
9023 wxScrollBar * _arg0;
9024 int _arg1;
9025 int _arg2;
9026 int _arg3;
9027 int _arg4;
9028 bool _arg5 = (bool ) TRUE;
9029 PyObject * _argo0 = 0;
9030 int tempbool5 = (int) TRUE;
9031 char *_kwnames[] = { "self","position","thumbSize","range","pageSize","refresh", NULL };
9032
9033 self = self;
9034 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&tempbool5))
9035 return NULL;
9036 if (_argo0) {
9037 if (_argo0 == Py_None) { _arg0 = NULL; }
9038 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxScrollBar_p")) {
9039 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
9040 return NULL;
9041 }
9042 }
9043 _arg5 = (bool ) tempbool5;
9044 {
9045 PyThreadState* __tstate = wxPyBeginAllowThreads();
9046 wxScrollBar_SetScrollbar(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5);
9047
9048 wxPyEndAllowThreads(__tstate);
9049 if (PyErr_Occurred()) return NULL;
9050 } Py_INCREF(Py_None);
9051 _resultobj = Py_None;
9052 return _resultobj;
9053 }
9054
9055 static void *SwigwxSpinButtonTowxControl(void *ptr) {
9056 wxSpinButton *src;
9057 wxControl *dest;
9058 src = (wxSpinButton *) ptr;
9059 dest = (wxControl *) src;
9060 return (void *) dest;
9061 }
9062
9063 static void *SwigwxSpinButtonTowxWindow(void *ptr) {
9064 wxSpinButton *src;
9065 wxWindow *dest;
9066 src = (wxSpinButton *) ptr;
9067 dest = (wxWindow *) src;
9068 return (void *) dest;
9069 }
9070
9071 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr) {
9072 wxSpinButton *src;
9073 wxEvtHandler *dest;
9074 src = (wxSpinButton *) ptr;
9075 dest = (wxEvtHandler *) src;
9076 return (void *) dest;
9077 }
9078
9079 static void *SwigwxSpinButtonTowxObject(void *ptr) {
9080 wxSpinButton *src;
9081 wxObject *dest;
9082 src = (wxSpinButton *) ptr;
9083 dest = (wxObject *) src;
9084 return (void *) dest;
9085 }
9086
9087 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9088 static PyObject *_wrap_new_wxSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9089 PyObject * _resultobj;
9090 wxSpinButton * _result;
9091 wxWindow * _arg0;
9092 wxWindowID _arg1 = (wxWindowID ) -1;
9093 wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition;
9094 wxSize * _arg3 = (wxSize *) &wxDefaultSize;
9095 long _arg4 = (long ) wxSP_HORIZONTAL;
9096 wxString * _arg5 = (wxString *) &wxPySPIN_BUTTON_NAME;
9097 PyObject * _argo0 = 0;
9098 wxPoint temp;
9099 PyObject * _obj2 = 0;
9100 wxSize temp0;
9101 PyObject * _obj3 = 0;
9102 PyObject * _obj5 = 0;
9103 char *_kwnames[] = { "parent","id","pos","size","style","name", NULL };
9104 char _ptemp[128];
9105
9106 self = self;
9107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlO:new_wxSpinButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5))
9108 return NULL;
9109 if (_argo0) {
9110 if (_argo0 == Py_None) { _arg0 = NULL; }
9111 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9112 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
9113 return NULL;
9114 }
9115 }
9116 if (_obj2)
9117 {
9118 _arg2 = &temp;
9119 if (! wxPoint_helper(_obj2, &_arg2))
9120 return NULL;
9121 }
9122 if (_obj3)
9123 {
9124 _arg3 = &temp0;
9125 if (! wxSize_helper(_obj3, &_arg3))
9126 return NULL;
9127 }
9128 if (_obj5)
9129 {
9130 _arg5 = wxString_in_helper(_obj5);
9131 if (_arg5 == NULL)
9132 return NULL;
9133 }
9134 {
9135 PyThreadState* __tstate = wxPyBeginAllowThreads();
9136 _result = (wxSpinButton *)new_wxSpinButton(_arg0,_arg1,*_arg2,*_arg3,_arg4,*_arg5);
9137
9138 wxPyEndAllowThreads(__tstate);
9139 if (PyErr_Occurred()) return NULL;
9140 } if (_result) {
9141 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
9142 _resultobj = Py_BuildValue("s",_ptemp);
9143 } else {
9144 Py_INCREF(Py_None);
9145 _resultobj = Py_None;
9146 }
9147 {
9148 if (_obj5)
9149 delete _arg5;
9150 }
9151 return _resultobj;
9152 }
9153
9154 #define new_wxPreSpinButton() (new wxSpinButton())
9155 static PyObject *_wrap_new_wxPreSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9156 PyObject * _resultobj;
9157 wxSpinButton * _result;
9158 char *_kwnames[] = { NULL };
9159 char _ptemp[128];
9160
9161 self = self;
9162 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinButton",_kwnames))
9163 return NULL;
9164 {
9165 PyThreadState* __tstate = wxPyBeginAllowThreads();
9166 _result = (wxSpinButton *)new_wxPreSpinButton();
9167
9168 wxPyEndAllowThreads(__tstate);
9169 if (PyErr_Occurred()) return NULL;
9170 } if (_result) {
9171 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinButton_p");
9172 _resultobj = Py_BuildValue("s",_ptemp);
9173 } else {
9174 Py_INCREF(Py_None);
9175 _resultobj = Py_None;
9176 }
9177 return _resultobj;
9178 }
9179
9180 #define wxSpinButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9181 static PyObject *_wrap_wxSpinButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9182 PyObject * _resultobj;
9183 bool _result;
9184 wxSpinButton * _arg0;
9185 wxWindow * _arg1;
9186 wxWindowID _arg2 = (wxWindowID ) -1;
9187 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9188 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9189 long _arg5 = (long ) wxSP_HORIZONTAL;
9190 wxString * _arg6 = (wxString *) &wxPySPIN_BUTTON_NAME;
9191 PyObject * _argo0 = 0;
9192 PyObject * _argo1 = 0;
9193 wxPoint temp;
9194 PyObject * _obj3 = 0;
9195 wxSize temp0;
9196 PyObject * _obj4 = 0;
9197 PyObject * _obj6 = 0;
9198 char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL };
9199
9200 self = self;
9201 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlO:wxSpinButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6))
9202 return NULL;
9203 if (_argo0) {
9204 if (_argo0 == Py_None) { _arg0 = NULL; }
9205 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9206 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_Create. Expected _wxSpinButton_p.");
9207 return NULL;
9208 }
9209 }
9210 if (_argo1) {
9211 if (_argo1 == Py_None) { _arg1 = NULL; }
9212 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9213 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinButton_Create. Expected _wxWindow_p.");
9214 return NULL;
9215 }
9216 }
9217 if (_obj3)
9218 {
9219 _arg3 = &temp;
9220 if (! wxPoint_helper(_obj3, &_arg3))
9221 return NULL;
9222 }
9223 if (_obj4)
9224 {
9225 _arg4 = &temp0;
9226 if (! wxSize_helper(_obj4, &_arg4))
9227 return NULL;
9228 }
9229 if (_obj6)
9230 {
9231 _arg6 = wxString_in_helper(_obj6);
9232 if (_arg6 == NULL)
9233 return NULL;
9234 }
9235 {
9236 PyThreadState* __tstate = wxPyBeginAllowThreads();
9237 _result = (bool )wxSpinButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,_arg5,*_arg6);
9238
9239 wxPyEndAllowThreads(__tstate);
9240 if (PyErr_Occurred()) return NULL;
9241 } _resultobj = Py_BuildValue("i",_result);
9242 {
9243 if (_obj6)
9244 delete _arg6;
9245 }
9246 return _resultobj;
9247 }
9248
9249 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
9250 static PyObject *_wrap_wxSpinButton_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
9251 PyObject * _resultobj;
9252 int _result;
9253 wxSpinButton * _arg0;
9254 PyObject * _argo0 = 0;
9255 char *_kwnames[] = { "self", NULL };
9256
9257 self = self;
9258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMax",_kwnames,&_argo0))
9259 return NULL;
9260 if (_argo0) {
9261 if (_argo0 == Py_None) { _arg0 = NULL; }
9262 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9263 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
9264 return NULL;
9265 }
9266 }
9267 {
9268 PyThreadState* __tstate = wxPyBeginAllowThreads();
9269 _result = (int )wxSpinButton_GetMax(_arg0);
9270
9271 wxPyEndAllowThreads(__tstate);
9272 if (PyErr_Occurred()) return NULL;
9273 } _resultobj = Py_BuildValue("i",_result);
9274 return _resultobj;
9275 }
9276
9277 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
9278 static PyObject *_wrap_wxSpinButton_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
9279 PyObject * _resultobj;
9280 int _result;
9281 wxSpinButton * _arg0;
9282 PyObject * _argo0 = 0;
9283 char *_kwnames[] = { "self", NULL };
9284
9285 self = self;
9286 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetMin",_kwnames,&_argo0))
9287 return NULL;
9288 if (_argo0) {
9289 if (_argo0 == Py_None) { _arg0 = NULL; }
9290 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9291 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
9292 return NULL;
9293 }
9294 }
9295 {
9296 PyThreadState* __tstate = wxPyBeginAllowThreads();
9297 _result = (int )wxSpinButton_GetMin(_arg0);
9298
9299 wxPyEndAllowThreads(__tstate);
9300 if (PyErr_Occurred()) return NULL;
9301 } _resultobj = Py_BuildValue("i",_result);
9302 return _resultobj;
9303 }
9304
9305 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
9306 static PyObject *_wrap_wxSpinButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9307 PyObject * _resultobj;
9308 int _result;
9309 wxSpinButton * _arg0;
9310 PyObject * _argo0 = 0;
9311 char *_kwnames[] = { "self", NULL };
9312
9313 self = self;
9314 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinButton_GetValue",_kwnames,&_argo0))
9315 return NULL;
9316 if (_argo0) {
9317 if (_argo0 == Py_None) { _arg0 = NULL; }
9318 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9319 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
9320 return NULL;
9321 }
9322 }
9323 {
9324 PyThreadState* __tstate = wxPyBeginAllowThreads();
9325 _result = (int )wxSpinButton_GetValue(_arg0);
9326
9327 wxPyEndAllowThreads(__tstate);
9328 if (PyErr_Occurred()) return NULL;
9329 } _resultobj = Py_BuildValue("i",_result);
9330 return _resultobj;
9331 }
9332
9333 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
9334 static PyObject *_wrap_wxSpinButton_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
9335 PyObject * _resultobj;
9336 wxSpinButton * _arg0;
9337 int _arg1;
9338 int _arg2;
9339 PyObject * _argo0 = 0;
9340 char *_kwnames[] = { "self","min","max", NULL };
9341
9342 self = self;
9343 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinButton_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
9344 return NULL;
9345 if (_argo0) {
9346 if (_argo0 == Py_None) { _arg0 = NULL; }
9347 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9348 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
9349 return NULL;
9350 }
9351 }
9352 {
9353 PyThreadState* __tstate = wxPyBeginAllowThreads();
9354 wxSpinButton_SetRange(_arg0,_arg1,_arg2);
9355
9356 wxPyEndAllowThreads(__tstate);
9357 if (PyErr_Occurred()) return NULL;
9358 } Py_INCREF(Py_None);
9359 _resultobj = Py_None;
9360 return _resultobj;
9361 }
9362
9363 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
9364 static PyObject *_wrap_wxSpinButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9365 PyObject * _resultobj;
9366 wxSpinButton * _arg0;
9367 int _arg1;
9368 PyObject * _argo0 = 0;
9369 char *_kwnames[] = { "self","value", NULL };
9370
9371 self = self;
9372 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinButton_SetValue",_kwnames,&_argo0,&_arg1))
9373 return NULL;
9374 if (_argo0) {
9375 if (_argo0 == Py_None) { _arg0 = NULL; }
9376 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinButton_p")) {
9377 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
9378 return NULL;
9379 }
9380 }
9381 {
9382 PyThreadState* __tstate = wxPyBeginAllowThreads();
9383 wxSpinButton_SetValue(_arg0,_arg1);
9384
9385 wxPyEndAllowThreads(__tstate);
9386 if (PyErr_Occurred()) return NULL;
9387 } Py_INCREF(Py_None);
9388 _resultobj = Py_None;
9389 return _resultobj;
9390 }
9391
9392 static void *SwigwxStaticBitmapTowxControl(void *ptr) {
9393 wxStaticBitmap *src;
9394 wxControl *dest;
9395 src = (wxStaticBitmap *) ptr;
9396 dest = (wxControl *) src;
9397 return (void *) dest;
9398 }
9399
9400 static void *SwigwxStaticBitmapTowxWindow(void *ptr) {
9401 wxStaticBitmap *src;
9402 wxWindow *dest;
9403 src = (wxStaticBitmap *) ptr;
9404 dest = (wxWindow *) src;
9405 return (void *) dest;
9406 }
9407
9408 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr) {
9409 wxStaticBitmap *src;
9410 wxEvtHandler *dest;
9411 src = (wxStaticBitmap *) ptr;
9412 dest = (wxEvtHandler *) src;
9413 return (void *) dest;
9414 }
9415
9416 static void *SwigwxStaticBitmapTowxObject(void *ptr) {
9417 wxStaticBitmap *src;
9418 wxObject *dest;
9419 src = (wxStaticBitmap *) ptr;
9420 dest = (wxObject *) src;
9421 return (void *) dest;
9422 }
9423
9424 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9425 static PyObject *_wrap_new_wxStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9426 PyObject * _resultobj;
9427 wxStaticBitmap * _result;
9428 wxWindow * _arg0;
9429 wxWindowID _arg1;
9430 wxBitmap * _arg2;
9431 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9432 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9433 long _arg5 = (long ) 0;
9434 wxString * _arg6 = (wxString *) &wxPyStaticBitmapNameStr;
9435 PyObject * _argo0 = 0;
9436 PyObject * _argo2 = 0;
9437 wxPoint temp;
9438 PyObject * _obj3 = 0;
9439 wxSize temp0;
9440 PyObject * _obj4 = 0;
9441 PyObject * _obj6 = 0;
9442 char *_kwnames[] = { "parent","id","bitmap","pos","size","style","name", NULL };
9443 char _ptemp[128];
9444
9445 self = self;
9446 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlO:new_wxStaticBitmap",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3,&_obj4,&_arg5,&_obj6))
9447 return NULL;
9448 if (_argo0) {
9449 if (_argo0 == Py_None) { _arg0 = NULL; }
9450 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9451 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
9452 return NULL;
9453 }
9454 }
9455 if (_argo2) {
9456 if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxBitmap_p")) {
9457 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
9458 return NULL;
9459 }
9460 }
9461 if (_obj3)
9462 {
9463 _arg3 = &temp;
9464 if (! wxPoint_helper(_obj3, &_arg3))
9465 return NULL;
9466 }
9467 if (_obj4)
9468 {
9469 _arg4 = &temp0;
9470 if (! wxSize_helper(_obj4, &_arg4))
9471 return NULL;
9472 }
9473 if (_obj6)
9474 {
9475 _arg6 = wxString_in_helper(_obj6);
9476 if (_arg6 == NULL)
9477 return NULL;
9478 }
9479 {
9480 PyThreadState* __tstate = wxPyBeginAllowThreads();
9481 _result = (wxStaticBitmap *)new_wxStaticBitmap(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6);
9482
9483 wxPyEndAllowThreads(__tstate);
9484 if (PyErr_Occurred()) return NULL;
9485 } if (_result) {
9486 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
9487 _resultobj = Py_BuildValue("s",_ptemp);
9488 } else {
9489 Py_INCREF(Py_None);
9490 _resultobj = Py_None;
9491 }
9492 {
9493 if (_obj6)
9494 delete _arg6;
9495 }
9496 return _resultobj;
9497 }
9498
9499 #define new_wxPreStaticBitmap() (new wxStaticBitmap())
9500 static PyObject *_wrap_new_wxPreStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9501 PyObject * _resultobj;
9502 wxStaticBitmap * _result;
9503 char *_kwnames[] = { NULL };
9504 char _ptemp[128];
9505
9506 self = self;
9507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreStaticBitmap",_kwnames))
9508 return NULL;
9509 {
9510 PyThreadState* __tstate = wxPyBeginAllowThreads();
9511 _result = (wxStaticBitmap *)new_wxPreStaticBitmap();
9512
9513 wxPyEndAllowThreads(__tstate);
9514 if (PyErr_Occurred()) return NULL;
9515 } if (_result) {
9516 SWIG_MakePtr(_ptemp, (char *) _result,"_wxStaticBitmap_p");
9517 _resultobj = Py_BuildValue("s",_ptemp);
9518 } else {
9519 Py_INCREF(Py_None);
9520 _resultobj = Py_None;
9521 }
9522 return _resultobj;
9523 }
9524
9525 #define wxStaticBitmap_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9526 static PyObject *_wrap_wxStaticBitmap_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9527 PyObject * _resultobj;
9528 bool _result;
9529 wxStaticBitmap * _arg0;
9530 wxWindow * _arg1;
9531 wxWindowID _arg2;
9532 wxBitmap * _arg3;
9533 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
9534 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
9535 long _arg6 = (long ) 0;
9536 wxString * _arg7 = (wxString *) &wxPyStaticBitmapNameStr;
9537 PyObject * _argo0 = 0;
9538 PyObject * _argo1 = 0;
9539 PyObject * _argo3 = 0;
9540 wxPoint temp;
9541 PyObject * _obj4 = 0;
9542 wxSize temp0;
9543 PyObject * _obj5 = 0;
9544 PyObject * _obj7 = 0;
9545 char *_kwnames[] = { "self","parent","id","bitmap","pos","size","style","name", NULL };
9546
9547 self = self;
9548 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlO:wxStaticBitmap_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_argo3,&_obj4,&_obj5,&_arg6,&_obj7))
9549 return NULL;
9550 if (_argo0) {
9551 if (_argo0 == Py_None) { _arg0 = NULL; }
9552 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9553 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_Create. Expected _wxStaticBitmap_p.");
9554 return NULL;
9555 }
9556 }
9557 if (_argo1) {
9558 if (_argo1 == Py_None) { _arg1 = NULL; }
9559 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9560 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_Create. Expected _wxWindow_p.");
9561 return NULL;
9562 }
9563 }
9564 if (_argo3) {
9565 if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxBitmap_p")) {
9566 PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxStaticBitmap_Create. Expected _wxBitmap_p.");
9567 return NULL;
9568 }
9569 }
9570 if (_obj4)
9571 {
9572 _arg4 = &temp;
9573 if (! wxPoint_helper(_obj4, &_arg4))
9574 return NULL;
9575 }
9576 if (_obj5)
9577 {
9578 _arg5 = &temp0;
9579 if (! wxSize_helper(_obj5, &_arg5))
9580 return NULL;
9581 }
9582 if (_obj7)
9583 {
9584 _arg7 = wxString_in_helper(_obj7);
9585 if (_arg7 == NULL)
9586 return NULL;
9587 }
9588 {
9589 PyThreadState* __tstate = wxPyBeginAllowThreads();
9590 _result = (bool )wxStaticBitmap_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7);
9591
9592 wxPyEndAllowThreads(__tstate);
9593 if (PyErr_Occurred()) return NULL;
9594 } _resultobj = Py_BuildValue("i",_result);
9595 {
9596 if (_obj7)
9597 delete _arg7;
9598 }
9599 return _resultobj;
9600 }
9601
9602 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
9603 static PyObject *_wrap_wxStaticBitmap_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9604 PyObject * _resultobj;
9605 wxBitmap * _result;
9606 wxStaticBitmap * _arg0;
9607 PyObject * _argo0 = 0;
9608 char *_kwnames[] = { "self", NULL };
9609 char _ptemp[128];
9610
9611 self = self;
9612 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStaticBitmap_GetBitmap",_kwnames,&_argo0))
9613 return NULL;
9614 if (_argo0) {
9615 if (_argo0 == Py_None) { _arg0 = NULL; }
9616 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9617 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
9618 return NULL;
9619 }
9620 }
9621 {
9622 PyThreadState* __tstate = wxPyBeginAllowThreads();
9623 _result = new wxBitmap (wxStaticBitmap_GetBitmap(_arg0));
9624
9625 wxPyEndAllowThreads(__tstate);
9626 if (PyErr_Occurred()) return NULL;
9627 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
9628 _resultobj = Py_BuildValue("s",_ptemp);
9629 return _resultobj;
9630 }
9631
9632 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
9633 static PyObject *_wrap_wxStaticBitmap_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
9634 PyObject * _resultobj;
9635 wxStaticBitmap * _arg0;
9636 wxBitmap * _arg1;
9637 PyObject * _argo0 = 0;
9638 PyObject * _argo1 = 0;
9639 char *_kwnames[] = { "self","bitmap", NULL };
9640
9641 self = self;
9642 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetBitmap",_kwnames,&_argo0,&_argo1))
9643 return NULL;
9644 if (_argo0) {
9645 if (_argo0 == Py_None) { _arg0 = NULL; }
9646 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9647 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
9648 return NULL;
9649 }
9650 }
9651 if (_argo1) {
9652 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) {
9653 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
9654 return NULL;
9655 }
9656 }
9657 {
9658 PyThreadState* __tstate = wxPyBeginAllowThreads();
9659 wxStaticBitmap_SetBitmap(_arg0,*_arg1);
9660
9661 wxPyEndAllowThreads(__tstate);
9662 if (PyErr_Occurred()) return NULL;
9663 } Py_INCREF(Py_None);
9664 _resultobj = Py_None;
9665 return _resultobj;
9666 }
9667
9668 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
9669 static PyObject *_wrap_wxStaticBitmap_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
9670 PyObject * _resultobj;
9671 wxStaticBitmap * _arg0;
9672 wxIcon * _arg1;
9673 PyObject * _argo0 = 0;
9674 PyObject * _argo1 = 0;
9675 char *_kwnames[] = { "self","icon", NULL };
9676
9677 self = self;
9678 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxStaticBitmap_SetIcon",_kwnames,&_argo0,&_argo1))
9679 return NULL;
9680 if (_argo0) {
9681 if (_argo0 == Py_None) { _arg0 = NULL; }
9682 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStaticBitmap_p")) {
9683 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
9684 return NULL;
9685 }
9686 }
9687 if (_argo1) {
9688 if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxIcon_p")) {
9689 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
9690 return NULL;
9691 }
9692 }
9693 {
9694 PyThreadState* __tstate = wxPyBeginAllowThreads();
9695 wxStaticBitmap_SetIcon(_arg0,*_arg1);
9696
9697 wxPyEndAllowThreads(__tstate);
9698 if (PyErr_Occurred()) return NULL;
9699 } Py_INCREF(Py_None);
9700 _resultobj = Py_None;
9701 return _resultobj;
9702 }
9703
9704 static void *SwigwxRadioBoxTowxControl(void *ptr) {
9705 wxRadioBox *src;
9706 wxControl *dest;
9707 src = (wxRadioBox *) ptr;
9708 dest = (wxControl *) src;
9709 return (void *) dest;
9710 }
9711
9712 static void *SwigwxRadioBoxTowxWindow(void *ptr) {
9713 wxRadioBox *src;
9714 wxWindow *dest;
9715 src = (wxRadioBox *) ptr;
9716 dest = (wxWindow *) src;
9717 return (void *) dest;
9718 }
9719
9720 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr) {
9721 wxRadioBox *src;
9722 wxEvtHandler *dest;
9723 src = (wxRadioBox *) ptr;
9724 dest = (wxEvtHandler *) src;
9725 return (void *) dest;
9726 }
9727
9728 static void *SwigwxRadioBoxTowxObject(void *ptr) {
9729 wxRadioBox *src;
9730 wxObject *dest;
9731 src = (wxRadioBox *) ptr;
9732 dest = (wxObject *) src;
9733 return (void *) dest;
9734 }
9735
9736 #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))
9737 static PyObject *_wrap_new_wxRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
9738 PyObject * _resultobj;
9739 wxRadioBox * _result;
9740 wxWindow * _arg0;
9741 wxWindowID _arg1;
9742 wxString * _arg2;
9743 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
9744 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
9745 int _arg5 = (int ) 0;
9746 wxString * _arg6 = (wxString *) NULL;
9747 int _arg7 = (int ) 0;
9748 long _arg8 = (long ) wxRA_HORIZONTAL;
9749 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
9750 wxString * _arg10 = (wxString *) &wxPyRadioBoxNameStr;
9751 PyObject * _argo0 = 0;
9752 PyObject * _obj2 = 0;
9753 wxPoint temp;
9754 PyObject * _obj3 = 0;
9755 wxSize temp0;
9756 PyObject * _obj4 = 0;
9757 PyObject * _obj6 = 0;
9758 PyObject * _argo9 = 0;
9759 PyObject * _obj10 = 0;
9760 char *_kwnames[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
9761 char _ptemp[128];
9762
9763 self = self;
9764 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOOilOO:new_wxRadioBox",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_obj6,&_arg7,&_arg8,&_argo9,&_obj10))
9765 return NULL;
9766 if (_argo0) {
9767 if (_argo0 == Py_None) { _arg0 = NULL; }
9768 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
9769 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
9770 return NULL;
9771 }
9772 }
9773 {
9774 _arg2 = wxString_in_helper(_obj2);
9775 if (_arg2 == NULL)
9776 return NULL;
9777 }
9778 if (_obj3)
9779 {
9780 _arg3 = &temp;
9781 if (! wxPoint_helper(_obj3, &_arg3))
9782 return NULL;
9783 }
9784 if (_obj4)
9785 {
9786 _arg4 = &temp0;
9787 if (! wxSize_helper(_obj4, &_arg4))
9788 return NULL;
9789 }
9790 if (_obj6)
9791 {
9792 _arg6 = wxString_LIST_helper(_obj6);
9793 if (_arg6 == NULL) {
9794 return NULL;
9795 }
9796 }
9797 if (_argo9) {
9798 if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
9799 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
9800 return NULL;
9801 }
9802 }
9803 if (_obj10)
9804 {
9805 _arg10 = wxString_in_helper(_obj10);
9806 if (_arg10 == NULL)
9807 return NULL;
9808 }
9809 {
9810 if (_obj6) {
9811 _arg5 = PyList_Size(_obj6);
9812 }
9813 else {
9814 _arg5 = 0;
9815 }
9816 }
9817 {
9818 PyThreadState* __tstate = wxPyBeginAllowThreads();
9819 _result = (wxRadioBox *)new_wxRadioBox(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,*_arg9,*_arg10);
9820
9821 wxPyEndAllowThreads(__tstate);
9822 if (PyErr_Occurred()) return NULL;
9823 } if (_result) {
9824 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
9825 _resultobj = Py_BuildValue("s",_ptemp);
9826 } else {
9827 Py_INCREF(Py_None);
9828 _resultobj = Py_None;
9829 }
9830 {
9831 if (_obj2)
9832 delete _arg2;
9833 }
9834 {
9835 delete [] _arg6;
9836 }
9837 {
9838 if (_obj10)
9839 delete _arg10;
9840 }
9841 return _resultobj;
9842 }
9843
9844 #define new_wxPreRadioBox() (new wxRadioBox())
9845 static PyObject *_wrap_new_wxPreRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
9846 PyObject * _resultobj;
9847 wxRadioBox * _result;
9848 char *_kwnames[] = { NULL };
9849 char _ptemp[128];
9850
9851 self = self;
9852 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioBox",_kwnames))
9853 return NULL;
9854 {
9855 PyThreadState* __tstate = wxPyBeginAllowThreads();
9856 _result = (wxRadioBox *)new_wxPreRadioBox();
9857
9858 wxPyEndAllowThreads(__tstate);
9859 if (PyErr_Occurred()) return NULL;
9860 } if (_result) {
9861 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioBox_p");
9862 _resultobj = Py_BuildValue("s",_ptemp);
9863 } else {
9864 Py_INCREF(Py_None);
9865 _resultobj = Py_None;
9866 }
9867 return _resultobj;
9868 }
9869
9870 #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))
9871 static PyObject *_wrap_wxRadioBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9872 PyObject * _resultobj;
9873 bool _result;
9874 wxRadioBox * _arg0;
9875 wxWindow * _arg1;
9876 wxWindowID _arg2;
9877 wxString * _arg3;
9878 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
9879 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
9880 int _arg6 = (int ) 0;
9881 wxString * _arg7 = (wxString *) NULL;
9882 int _arg8 = (int ) 0;
9883 long _arg9 = (long ) wxRA_HORIZONTAL;
9884 wxValidator * _arg10 = (wxValidator *) &wxDefaultValidator;
9885 wxString * _arg11 = (wxString *) &wxPyRadioBoxNameStr;
9886 PyObject * _argo0 = 0;
9887 PyObject * _argo1 = 0;
9888 PyObject * _obj3 = 0;
9889 wxPoint temp;
9890 PyObject * _obj4 = 0;
9891 wxSize temp0;
9892 PyObject * _obj5 = 0;
9893 PyObject * _obj7 = 0;
9894 PyObject * _argo10 = 0;
9895 PyObject * _obj11 = 0;
9896 char *_kwnames[] = { "self","parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL };
9897
9898 self = self;
9899 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOOilOO:wxRadioBox_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_obj7,&_arg8,&_arg9,&_argo10,&_obj11))
9900 return NULL;
9901 if (_argo0) {
9902 if (_argo0 == Py_None) { _arg0 = NULL; }
9903 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9904 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Create. Expected _wxRadioBox_p.");
9905 return NULL;
9906 }
9907 }
9908 if (_argo1) {
9909 if (_argo1 == Py_None) { _arg1 = NULL; }
9910 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
9911 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioBox_Create. Expected _wxWindow_p.");
9912 return NULL;
9913 }
9914 }
9915 {
9916 _arg3 = wxString_in_helper(_obj3);
9917 if (_arg3 == NULL)
9918 return NULL;
9919 }
9920 if (_obj4)
9921 {
9922 _arg4 = &temp;
9923 if (! wxPoint_helper(_obj4, &_arg4))
9924 return NULL;
9925 }
9926 if (_obj5)
9927 {
9928 _arg5 = &temp0;
9929 if (! wxSize_helper(_obj5, &_arg5))
9930 return NULL;
9931 }
9932 if (_obj7)
9933 {
9934 _arg7 = wxString_LIST_helper(_obj7);
9935 if (_arg7 == NULL) {
9936 return NULL;
9937 }
9938 }
9939 if (_argo10) {
9940 if (SWIG_GetPtrObj(_argo10,(void **) &_arg10,"_wxValidator_p")) {
9941 PyErr_SetString(PyExc_TypeError,"Type error in argument 11 of wxRadioBox_Create. Expected _wxValidator_p.");
9942 return NULL;
9943 }
9944 }
9945 if (_obj11)
9946 {
9947 _arg11 = wxString_in_helper(_obj11);
9948 if (_arg11 == NULL)
9949 return NULL;
9950 }
9951 {
9952 if (_obj7) {
9953 _arg6 = PyList_Size(_obj7);
9954 }
9955 else {
9956 _arg6 = 0;
9957 }
9958 }
9959 {
9960 PyThreadState* __tstate = wxPyBeginAllowThreads();
9961 _result = (bool )wxRadioBox_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,*_arg10,*_arg11);
9962
9963 wxPyEndAllowThreads(__tstate);
9964 if (PyErr_Occurred()) return NULL;
9965 } _resultobj = Py_BuildValue("i",_result);
9966 {
9967 if (_obj3)
9968 delete _arg3;
9969 }
9970 {
9971 delete [] _arg7;
9972 }
9973 {
9974 if (_obj11)
9975 delete _arg11;
9976 }
9977 return _resultobj;
9978 }
9979
9980 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
9981 static PyObject *_wrap_wxRadioBox_Enable(PyObject *self, PyObject *args, PyObject *kwargs) {
9982 PyObject * _resultobj;
9983 wxRadioBox * _arg0;
9984 bool _arg1;
9985 PyObject * _argo0 = 0;
9986 int tempbool1;
9987 char *_kwnames[] = { "self","enable", NULL };
9988
9989 self = self;
9990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Enable",_kwnames,&_argo0,&tempbool1))
9991 return NULL;
9992 if (_argo0) {
9993 if (_argo0 == Py_None) { _arg0 = NULL; }
9994 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
9995 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
9996 return NULL;
9997 }
9998 }
9999 _arg1 = (bool ) tempbool1;
10000 {
10001 PyThreadState* __tstate = wxPyBeginAllowThreads();
10002 wxRadioBox_Enable(_arg0,_arg1);
10003
10004 wxPyEndAllowThreads(__tstate);
10005 if (PyErr_Occurred()) return NULL;
10006 } Py_INCREF(Py_None);
10007 _resultobj = Py_None;
10008 return _resultobj;
10009 }
10010
10011 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
10012 static PyObject *_wrap_wxRadioBox_EnableItem(PyObject *self, PyObject *args, PyObject *kwargs) {
10013 PyObject * _resultobj;
10014 wxRadioBox * _arg0;
10015 int _arg1;
10016 bool _arg2;
10017 PyObject * _argo0 = 0;
10018 int tempbool2;
10019 char *_kwnames[] = { "self","n","enable", NULL };
10020
10021 self = self;
10022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_EnableItem",_kwnames,&_argo0,&_arg1,&tempbool2))
10023 return NULL;
10024 if (_argo0) {
10025 if (_argo0 == Py_None) { _arg0 = NULL; }
10026 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10027 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
10028 return NULL;
10029 }
10030 }
10031 _arg2 = (bool ) tempbool2;
10032 {
10033 PyThreadState* __tstate = wxPyBeginAllowThreads();
10034 wxRadioBox_EnableItem(_arg0,_arg1,_arg2);
10035
10036 wxPyEndAllowThreads(__tstate);
10037 if (PyErr_Occurred()) return NULL;
10038 } Py_INCREF(Py_None);
10039 _resultobj = Py_None;
10040 return _resultobj;
10041 }
10042
10043 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
10044 static PyObject *_wrap_wxRadioBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
10045 PyObject * _resultobj;
10046 int _result;
10047 wxRadioBox * _arg0;
10048 wxString * _arg1;
10049 PyObject * _argo0 = 0;
10050 PyObject * _obj1 = 0;
10051 char *_kwnames[] = { "self","string", NULL };
10052
10053 self = self;
10054 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_FindString",_kwnames,&_argo0,&_obj1))
10055 return NULL;
10056 if (_argo0) {
10057 if (_argo0 == Py_None) { _arg0 = NULL; }
10058 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10059 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
10060 return NULL;
10061 }
10062 }
10063 {
10064 _arg1 = wxString_in_helper(_obj1);
10065 if (_arg1 == NULL)
10066 return NULL;
10067 }
10068 {
10069 PyThreadState* __tstate = wxPyBeginAllowThreads();
10070 _result = (int )wxRadioBox_FindString(_arg0,*_arg1);
10071
10072 wxPyEndAllowThreads(__tstate);
10073 if (PyErr_Occurred()) return NULL;
10074 } _resultobj = Py_BuildValue("i",_result);
10075 {
10076 if (_obj1)
10077 delete _arg1;
10078 }
10079 return _resultobj;
10080 }
10081
10082 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
10083 static PyObject *_wrap_wxRadioBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
10084 PyObject * _resultobj;
10085 wxString * _result;
10086 wxRadioBox * _arg0;
10087 int _arg1;
10088 PyObject * _argo0 = 0;
10089 char *_kwnames[] = { "self","n", NULL };
10090
10091 self = self;
10092 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_GetString",_kwnames,&_argo0,&_arg1))
10093 return NULL;
10094 if (_argo0) {
10095 if (_argo0 == Py_None) { _arg0 = NULL; }
10096 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10097 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
10098 return NULL;
10099 }
10100 }
10101 {
10102 PyThreadState* __tstate = wxPyBeginAllowThreads();
10103 _result = new wxString (wxRadioBox_GetString(_arg0,_arg1));
10104
10105 wxPyEndAllowThreads(__tstate);
10106 if (PyErr_Occurred()) return NULL;
10107 }{
10108 #if wxUSE_UNICODE
10109 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
10110 #else
10111 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
10112 #endif
10113 }
10114 {
10115 delete _result;
10116 }
10117 return _resultobj;
10118 }
10119
10120 #define wxRadioBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
10121 static PyObject *_wrap_wxRadioBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
10122 PyObject * _resultobj;
10123 wxRadioBox * _arg0;
10124 int _arg1;
10125 wxString * _arg2;
10126 PyObject * _argo0 = 0;
10127 PyObject * _obj2 = 0;
10128 char *_kwnames[] = { "self","n","label", NULL };
10129
10130 self = self;
10131 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO:wxRadioBox_SetString",_kwnames,&_argo0,&_arg1,&_obj2))
10132 return NULL;
10133 if (_argo0) {
10134 if (_argo0 == Py_None) { _arg0 = NULL; }
10135 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10136 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetString. Expected _wxRadioBox_p.");
10137 return NULL;
10138 }
10139 }
10140 {
10141 _arg2 = wxString_in_helper(_obj2);
10142 if (_arg2 == NULL)
10143 return NULL;
10144 }
10145 {
10146 PyThreadState* __tstate = wxPyBeginAllowThreads();
10147 wxRadioBox_SetString(_arg0,_arg1,*_arg2);
10148
10149 wxPyEndAllowThreads(__tstate);
10150 if (PyErr_Occurred()) return NULL;
10151 } Py_INCREF(Py_None);
10152 _resultobj = Py_None;
10153 {
10154 if (_obj2)
10155 delete _arg2;
10156 }
10157 return _resultobj;
10158 }
10159
10160 #define wxRadioBox_GetColumnCount(_swigobj) (_swigobj->GetColumnCount())
10161 static PyObject *_wrap_wxRadioBox_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
10162 PyObject * _resultobj;
10163 int _result;
10164 wxRadioBox * _arg0;
10165 PyObject * _argo0 = 0;
10166 char *_kwnames[] = { "self", NULL };
10167
10168 self = self;
10169 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetColumnCount",_kwnames,&_argo0))
10170 return NULL;
10171 if (_argo0) {
10172 if (_argo0 == Py_None) { _arg0 = NULL; }
10173 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10174 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetColumnCount. Expected _wxRadioBox_p.");
10175 return NULL;
10176 }
10177 }
10178 {
10179 PyThreadState* __tstate = wxPyBeginAllowThreads();
10180 _result = (int )wxRadioBox_GetColumnCount(_arg0);
10181
10182 wxPyEndAllowThreads(__tstate);
10183 if (PyErr_Occurred()) return NULL;
10184 } _resultobj = Py_BuildValue("i",_result);
10185 return _resultobj;
10186 }
10187
10188 #define wxRadioBox_GetRowCount(_swigobj) (_swigobj->GetRowCount())
10189 static PyObject *_wrap_wxRadioBox_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
10190 PyObject * _resultobj;
10191 int _result;
10192 wxRadioBox * _arg0;
10193 PyObject * _argo0 = 0;
10194 char *_kwnames[] = { "self", NULL };
10195
10196 self = self;
10197 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetRowCount",_kwnames,&_argo0))
10198 return NULL;
10199 if (_argo0) {
10200 if (_argo0 == Py_None) { _arg0 = NULL; }
10201 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10202 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetRowCount. Expected _wxRadioBox_p.");
10203 return NULL;
10204 }
10205 }
10206 {
10207 PyThreadState* __tstate = wxPyBeginAllowThreads();
10208 _result = (int )wxRadioBox_GetRowCount(_arg0);
10209
10210 wxPyEndAllowThreads(__tstate);
10211 if (PyErr_Occurred()) return NULL;
10212 } _resultobj = Py_BuildValue("i",_result);
10213 return _resultobj;
10214 }
10215
10216 #define wxRadioBox_GetNextItem(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->GetNextItem(_swigarg0,_swigarg1,_swigarg2))
10217 static PyObject *_wrap_wxRadioBox_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
10218 PyObject * _resultobj;
10219 int _result;
10220 wxRadioBox * _arg0;
10221 int _arg1;
10222 wxDirection * _arg2;
10223 long _arg3;
10224 PyObject * _argo0 = 0;
10225 PyObject * _argo2 = 0;
10226 char *_kwnames[] = { "self","item","dir","style", NULL };
10227
10228 self = self;
10229 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOl:wxRadioBox_GetNextItem",_kwnames,&_argo0,&_arg1,&_argo2,&_arg3))
10230 return NULL;
10231 if (_argo0) {
10232 if (_argo0 == Py_None) { _arg0 = NULL; }
10233 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10234 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetNextItem. Expected _wxRadioBox_p.");
10235 return NULL;
10236 }
10237 }
10238 if (_argo2) {
10239 if (_argo2 == Py_None) { _arg2 = NULL; }
10240 else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxDirection_p")) {
10241 PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxRadioBox_GetNextItem. Expected _wxDirection_p.");
10242 return NULL;
10243 }
10244 }
10245 {
10246 PyThreadState* __tstate = wxPyBeginAllowThreads();
10247 _result = (int )wxRadioBox_GetNextItem(_arg0,_arg1,*_arg2,_arg3);
10248
10249 wxPyEndAllowThreads(__tstate);
10250 if (PyErr_Occurred()) return NULL;
10251 } _resultobj = Py_BuildValue("i",_result);
10252 return _resultobj;
10253 }
10254
10255 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
10256 static PyObject *_wrap_wxRadioBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10257 PyObject * _resultobj;
10258 int _result;
10259 wxRadioBox * _arg0;
10260 PyObject * _argo0 = 0;
10261 char *_kwnames[] = { "self", NULL };
10262
10263 self = self;
10264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetSelection",_kwnames,&_argo0))
10265 return NULL;
10266 if (_argo0) {
10267 if (_argo0 == Py_None) { _arg0 = NULL; }
10268 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10269 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
10270 return NULL;
10271 }
10272 }
10273 {
10274 PyThreadState* __tstate = wxPyBeginAllowThreads();
10275 _result = (int )wxRadioBox_GetSelection(_arg0);
10276
10277 wxPyEndAllowThreads(__tstate);
10278 if (PyErr_Occurred()) return NULL;
10279 } _resultobj = Py_BuildValue("i",_result);
10280 return _resultobj;
10281 }
10282
10283 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
10284 static PyObject *_wrap_wxRadioBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10285 PyObject * _resultobj;
10286 wxString * _result;
10287 wxRadioBox * _arg0;
10288 PyObject * _argo0 = 0;
10289 char *_kwnames[] = { "self", NULL };
10290
10291 self = self;
10292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetStringSelection",_kwnames,&_argo0))
10293 return NULL;
10294 if (_argo0) {
10295 if (_argo0 == Py_None) { _arg0 = NULL; }
10296 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10297 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
10298 return NULL;
10299 }
10300 }
10301 {
10302 PyThreadState* __tstate = wxPyBeginAllowThreads();
10303 _result = new wxString (wxRadioBox_GetStringSelection(_arg0));
10304
10305 wxPyEndAllowThreads(__tstate);
10306 if (PyErr_Occurred()) return NULL;
10307 }{
10308 #if wxUSE_UNICODE
10309 _resultobj = PyUnicode_FromWideChar(_result->c_str(), _result->Len());
10310 #else
10311 _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len());
10312 #endif
10313 }
10314 {
10315 delete _result;
10316 }
10317 return _resultobj;
10318 }
10319
10320 #define wxRadioBox_GetCount(_swigobj) (_swigobj->GetCount())
10321 static PyObject *_wrap_wxRadioBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
10322 PyObject * _resultobj;
10323 int _result;
10324 wxRadioBox * _arg0;
10325 PyObject * _argo0 = 0;
10326 char *_kwnames[] = { "self", NULL };
10327
10328 self = self;
10329 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioBox_GetCount",_kwnames,&_argo0))
10330 return NULL;
10331 if (_argo0) {
10332 if (_argo0 == Py_None) { _arg0 = NULL; }
10333 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10334 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_GetCount. Expected _wxRadioBox_p.");
10335 return NULL;
10336 }
10337 }
10338 {
10339 PyThreadState* __tstate = wxPyBeginAllowThreads();
10340 _result = (int )wxRadioBox_GetCount(_arg0);
10341
10342 wxPyEndAllowThreads(__tstate);
10343 if (PyErr_Occurred()) return NULL;
10344 } _resultobj = Py_BuildValue("i",_result);
10345 return _resultobj;
10346 }
10347
10348 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
10349 static PyObject *_wrap_wxRadioBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10350 PyObject * _resultobj;
10351 wxRadioBox * _arg0;
10352 int _arg1;
10353 PyObject * _argo0 = 0;
10354 char *_kwnames[] = { "self","n", NULL };
10355
10356 self = self;
10357 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_SetSelection",_kwnames,&_argo0,&_arg1))
10358 return NULL;
10359 if (_argo0) {
10360 if (_argo0 == Py_None) { _arg0 = NULL; }
10361 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10362 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
10363 return NULL;
10364 }
10365 }
10366 {
10367 PyThreadState* __tstate = wxPyBeginAllowThreads();
10368 wxRadioBox_SetSelection(_arg0,_arg1);
10369
10370 wxPyEndAllowThreads(__tstate);
10371 if (PyErr_Occurred()) return NULL;
10372 } Py_INCREF(Py_None);
10373 _resultobj = Py_None;
10374 return _resultobj;
10375 }
10376
10377 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
10378 static PyObject *_wrap_wxRadioBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10379 PyObject * _resultobj;
10380 wxRadioBox * _arg0;
10381 wxString * _arg1;
10382 PyObject * _argo0 = 0;
10383 PyObject * _obj1 = 0;
10384 char *_kwnames[] = { "self","string", NULL };
10385
10386 self = self;
10387 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxRadioBox_SetStringSelection",_kwnames,&_argo0,&_obj1))
10388 return NULL;
10389 if (_argo0) {
10390 if (_argo0 == Py_None) { _arg0 = NULL; }
10391 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10392 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
10393 return NULL;
10394 }
10395 }
10396 {
10397 _arg1 = wxString_in_helper(_obj1);
10398 if (_arg1 == NULL)
10399 return NULL;
10400 }
10401 {
10402 PyThreadState* __tstate = wxPyBeginAllowThreads();
10403 wxRadioBox_SetStringSelection(_arg0,*_arg1);
10404
10405 wxPyEndAllowThreads(__tstate);
10406 if (PyErr_Occurred()) return NULL;
10407 } Py_INCREF(Py_None);
10408 _resultobj = Py_None;
10409 {
10410 if (_obj1)
10411 delete _arg1;
10412 }
10413 return _resultobj;
10414 }
10415
10416 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
10417 static PyObject *_wrap_wxRadioBox_Show(PyObject *self, PyObject *args, PyObject *kwargs) {
10418 PyObject * _resultobj;
10419 wxRadioBox * _arg0;
10420 bool _arg1;
10421 PyObject * _argo0 = 0;
10422 int tempbool1;
10423 char *_kwnames[] = { "self","show", NULL };
10424
10425 self = self;
10426 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioBox_Show",_kwnames,&_argo0,&tempbool1))
10427 return NULL;
10428 if (_argo0) {
10429 if (_argo0 == Py_None) { _arg0 = NULL; }
10430 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10431 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
10432 return NULL;
10433 }
10434 }
10435 _arg1 = (bool ) tempbool1;
10436 {
10437 PyThreadState* __tstate = wxPyBeginAllowThreads();
10438 wxRadioBox_Show(_arg0,_arg1);
10439
10440 wxPyEndAllowThreads(__tstate);
10441 if (PyErr_Occurred()) return NULL;
10442 } Py_INCREF(Py_None);
10443 _resultobj = Py_None;
10444 return _resultobj;
10445 }
10446
10447 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
10448 static PyObject *_wrap_wxRadioBox_ShowItem(PyObject *self, PyObject *args, PyObject *kwargs) {
10449 PyObject * _resultobj;
10450 wxRadioBox * _arg0;
10451 int _arg1;
10452 bool _arg2;
10453 PyObject * _argo0 = 0;
10454 int tempbool2;
10455 char *_kwnames[] = { "self","item","show", NULL };
10456
10457 self = self;
10458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxRadioBox_ShowItem",_kwnames,&_argo0,&_arg1,&tempbool2))
10459 return NULL;
10460 if (_argo0) {
10461 if (_argo0 == Py_None) { _arg0 = NULL; }
10462 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioBox_p")) {
10463 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
10464 return NULL;
10465 }
10466 }
10467 _arg2 = (bool ) tempbool2;
10468 {
10469 PyThreadState* __tstate = wxPyBeginAllowThreads();
10470 wxRadioBox_ShowItem(_arg0,_arg1,_arg2);
10471
10472 wxPyEndAllowThreads(__tstate);
10473 if (PyErr_Occurred()) return NULL;
10474 } Py_INCREF(Py_None);
10475 _resultobj = Py_None;
10476 return _resultobj;
10477 }
10478
10479 static void *SwigwxRadioButtonTowxControl(void *ptr) {
10480 wxRadioButton *src;
10481 wxControl *dest;
10482 src = (wxRadioButton *) ptr;
10483 dest = (wxControl *) src;
10484 return (void *) dest;
10485 }
10486
10487 static void *SwigwxRadioButtonTowxWindow(void *ptr) {
10488 wxRadioButton *src;
10489 wxWindow *dest;
10490 src = (wxRadioButton *) ptr;
10491 dest = (wxWindow *) src;
10492 return (void *) dest;
10493 }
10494
10495 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr) {
10496 wxRadioButton *src;
10497 wxEvtHandler *dest;
10498 src = (wxRadioButton *) ptr;
10499 dest = (wxEvtHandler *) src;
10500 return (void *) dest;
10501 }
10502
10503 static void *SwigwxRadioButtonTowxObject(void *ptr) {
10504 wxRadioButton *src;
10505 wxObject *dest;
10506 src = (wxRadioButton *) ptr;
10507 dest = (wxObject *) src;
10508 return (void *) dest;
10509 }
10510
10511 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10512 static PyObject *_wrap_new_wxRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10513 PyObject * _resultobj;
10514 wxRadioButton * _result;
10515 wxWindow * _arg0;
10516 wxWindowID _arg1;
10517 wxString * _arg2;
10518 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
10519 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
10520 long _arg5 = (long ) 0;
10521 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
10522 wxString * _arg7 = (wxString *) &wxPyRadioButtonNameStr;
10523 PyObject * _argo0 = 0;
10524 PyObject * _obj2 = 0;
10525 wxPoint temp;
10526 PyObject * _obj3 = 0;
10527 wxSize temp0;
10528 PyObject * _obj4 = 0;
10529 PyObject * _argo6 = 0;
10530 PyObject * _obj7 = 0;
10531 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
10532 char _ptemp[128];
10533
10534 self = self;
10535 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxRadioButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
10536 return NULL;
10537 if (_argo0) {
10538 if (_argo0 == Py_None) { _arg0 = NULL; }
10539 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
10540 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
10541 return NULL;
10542 }
10543 }
10544 {
10545 _arg2 = wxString_in_helper(_obj2);
10546 if (_arg2 == NULL)
10547 return NULL;
10548 }
10549 if (_obj3)
10550 {
10551 _arg3 = &temp;
10552 if (! wxPoint_helper(_obj3, &_arg3))
10553 return NULL;
10554 }
10555 if (_obj4)
10556 {
10557 _arg4 = &temp0;
10558 if (! wxSize_helper(_obj4, &_arg4))
10559 return NULL;
10560 }
10561 if (_argo6) {
10562 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
10563 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
10564 return NULL;
10565 }
10566 }
10567 if (_obj7)
10568 {
10569 _arg7 = wxString_in_helper(_obj7);
10570 if (_arg7 == NULL)
10571 return NULL;
10572 }
10573 {
10574 PyThreadState* __tstate = wxPyBeginAllowThreads();
10575 _result = (wxRadioButton *)new_wxRadioButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
10576
10577 wxPyEndAllowThreads(__tstate);
10578 if (PyErr_Occurred()) return NULL;
10579 } if (_result) {
10580 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
10581 _resultobj = Py_BuildValue("s",_ptemp);
10582 } else {
10583 Py_INCREF(Py_None);
10584 _resultobj = Py_None;
10585 }
10586 {
10587 if (_obj2)
10588 delete _arg2;
10589 }
10590 {
10591 if (_obj7)
10592 delete _arg7;
10593 }
10594 return _resultobj;
10595 }
10596
10597 #define new_wxPreRadioButton() (new wxRadioButton())
10598 static PyObject *_wrap_new_wxPreRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
10599 PyObject * _resultobj;
10600 wxRadioButton * _result;
10601 char *_kwnames[] = { NULL };
10602 char _ptemp[128];
10603
10604 self = self;
10605 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreRadioButton",_kwnames))
10606 return NULL;
10607 {
10608 PyThreadState* __tstate = wxPyBeginAllowThreads();
10609 _result = (wxRadioButton *)new_wxPreRadioButton();
10610
10611 wxPyEndAllowThreads(__tstate);
10612 if (PyErr_Occurred()) return NULL;
10613 } if (_result) {
10614 SWIG_MakePtr(_ptemp, (char *) _result,"_wxRadioButton_p");
10615 _resultobj = Py_BuildValue("s",_ptemp);
10616 } else {
10617 Py_INCREF(Py_None);
10618 _resultobj = Py_None;
10619 }
10620 return _resultobj;
10621 }
10622
10623 #define wxRadioButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10624 static PyObject *_wrap_wxRadioButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10625 PyObject * _resultobj;
10626 bool _result;
10627 wxRadioButton * _arg0;
10628 wxWindow * _arg1;
10629 wxWindowID _arg2;
10630 wxString * _arg3;
10631 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
10632 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
10633 long _arg6 = (long ) 0;
10634 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
10635 wxString * _arg8 = (wxString *) &wxPyRadioButtonNameStr;
10636 PyObject * _argo0 = 0;
10637 PyObject * _argo1 = 0;
10638 PyObject * _obj3 = 0;
10639 wxPoint temp;
10640 PyObject * _obj4 = 0;
10641 wxSize temp0;
10642 PyObject * _obj5 = 0;
10643 PyObject * _argo7 = 0;
10644 PyObject * _obj8 = 0;
10645 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
10646
10647 self = self;
10648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxRadioButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
10649 return NULL;
10650 if (_argo0) {
10651 if (_argo0 == Py_None) { _arg0 = NULL; }
10652 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
10653 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_Create. Expected _wxRadioButton_p.");
10654 return NULL;
10655 }
10656 }
10657 if (_argo1) {
10658 if (_argo1 == Py_None) { _arg1 = NULL; }
10659 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
10660 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxRadioButton_Create. Expected _wxWindow_p.");
10661 return NULL;
10662 }
10663 }
10664 {
10665 _arg3 = wxString_in_helper(_obj3);
10666 if (_arg3 == NULL)
10667 return NULL;
10668 }
10669 if (_obj4)
10670 {
10671 _arg4 = &temp;
10672 if (! wxPoint_helper(_obj4, &_arg4))
10673 return NULL;
10674 }
10675 if (_obj5)
10676 {
10677 _arg5 = &temp0;
10678 if (! wxSize_helper(_obj5, &_arg5))
10679 return NULL;
10680 }
10681 if (_argo7) {
10682 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
10683 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxRadioButton_Create. Expected _wxValidator_p.");
10684 return NULL;
10685 }
10686 }
10687 if (_obj8)
10688 {
10689 _arg8 = wxString_in_helper(_obj8);
10690 if (_arg8 == NULL)
10691 return NULL;
10692 }
10693 {
10694 PyThreadState* __tstate = wxPyBeginAllowThreads();
10695 _result = (bool )wxRadioButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
10696
10697 wxPyEndAllowThreads(__tstate);
10698 if (PyErr_Occurred()) return NULL;
10699 } _resultobj = Py_BuildValue("i",_result);
10700 {
10701 if (_obj3)
10702 delete _arg3;
10703 }
10704 {
10705 if (_obj8)
10706 delete _arg8;
10707 }
10708 return _resultobj;
10709 }
10710
10711 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
10712 static PyObject *_wrap_wxRadioButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10713 PyObject * _resultobj;
10714 bool _result;
10715 wxRadioButton * _arg0;
10716 PyObject * _argo0 = 0;
10717 char *_kwnames[] = { "self", NULL };
10718
10719 self = self;
10720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxRadioButton_GetValue",_kwnames,&_argo0))
10721 return NULL;
10722 if (_argo0) {
10723 if (_argo0 == Py_None) { _arg0 = NULL; }
10724 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
10725 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
10726 return NULL;
10727 }
10728 }
10729 {
10730 PyThreadState* __tstate = wxPyBeginAllowThreads();
10731 _result = (bool )wxRadioButton_GetValue(_arg0);
10732
10733 wxPyEndAllowThreads(__tstate);
10734 if (PyErr_Occurred()) return NULL;
10735 } _resultobj = Py_BuildValue("i",_result);
10736 return _resultobj;
10737 }
10738
10739 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10740 static PyObject *_wrap_wxRadioButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10741 PyObject * _resultobj;
10742 wxRadioButton * _arg0;
10743 bool _arg1;
10744 PyObject * _argo0 = 0;
10745 int tempbool1;
10746 char *_kwnames[] = { "self","value", NULL };
10747
10748 self = self;
10749 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxRadioButton_SetValue",_kwnames,&_argo0,&tempbool1))
10750 return NULL;
10751 if (_argo0) {
10752 if (_argo0 == Py_None) { _arg0 = NULL; }
10753 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxRadioButton_p")) {
10754 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
10755 return NULL;
10756 }
10757 }
10758 _arg1 = (bool ) tempbool1;
10759 {
10760 PyThreadState* __tstate = wxPyBeginAllowThreads();
10761 wxRadioButton_SetValue(_arg0,_arg1);
10762
10763 wxPyEndAllowThreads(__tstate);
10764 if (PyErr_Occurred()) return NULL;
10765 } Py_INCREF(Py_None);
10766 _resultobj = Py_None;
10767 return _resultobj;
10768 }
10769
10770 static void *SwigwxSliderTowxControl(void *ptr) {
10771 wxSlider *src;
10772 wxControl *dest;
10773 src = (wxSlider *) ptr;
10774 dest = (wxControl *) src;
10775 return (void *) dest;
10776 }
10777
10778 static void *SwigwxSliderTowxWindow(void *ptr) {
10779 wxSlider *src;
10780 wxWindow *dest;
10781 src = (wxSlider *) ptr;
10782 dest = (wxWindow *) src;
10783 return (void *) dest;
10784 }
10785
10786 static void *SwigwxSliderTowxEvtHandler(void *ptr) {
10787 wxSlider *src;
10788 wxEvtHandler *dest;
10789 src = (wxSlider *) ptr;
10790 dest = (wxEvtHandler *) src;
10791 return (void *) dest;
10792 }
10793
10794 static void *SwigwxSliderTowxObject(void *ptr) {
10795 wxSlider *src;
10796 wxObject *dest;
10797 src = (wxSlider *) ptr;
10798 dest = (wxObject *) src;
10799 return (void *) dest;
10800 }
10801
10802 #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))
10803 static PyObject *_wrap_new_wxSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
10804 PyObject * _resultobj;
10805 wxSlider * _result;
10806 wxWindow * _arg0;
10807 wxWindowID _arg1;
10808 int _arg2;
10809 int _arg3;
10810 int _arg4;
10811 wxPoint * _arg5 = (wxPoint *) &wxDefaultPosition;
10812 wxSize * _arg6 = (wxSize *) &wxDefaultSize;
10813 long _arg7 = (long ) wxSL_HORIZONTAL;
10814 wxValidator * _arg8 = (wxValidator *) &wxDefaultValidator;
10815 wxString * _arg9 = (wxString *) &wxPySliderNameStr;
10816 PyObject * _argo0 = 0;
10817 wxPoint temp;
10818 PyObject * _obj5 = 0;
10819 wxSize temp0;
10820 PyObject * _obj6 = 0;
10821 PyObject * _argo8 = 0;
10822 PyObject * _obj9 = 0;
10823 char *_kwnames[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
10824 char _ptemp[128];
10825
10826 self = self;
10827 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oiiii|OOlOO:new_wxSlider",_kwnames,&_argo0,&_arg1,&_arg2,&_arg3,&_arg4,&_obj5,&_obj6,&_arg7,&_argo8,&_obj9))
10828 return NULL;
10829 if (_argo0) {
10830 if (_argo0 == Py_None) { _arg0 = NULL; }
10831 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
10832 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
10833 return NULL;
10834 }
10835 }
10836 if (_obj5)
10837 {
10838 _arg5 = &temp;
10839 if (! wxPoint_helper(_obj5, &_arg5))
10840 return NULL;
10841 }
10842 if (_obj6)
10843 {
10844 _arg6 = &temp0;
10845 if (! wxSize_helper(_obj6, &_arg6))
10846 return NULL;
10847 }
10848 if (_argo8) {
10849 if (SWIG_GetPtrObj(_argo8,(void **) &_arg8,"_wxValidator_p")) {
10850 PyErr_SetString(PyExc_TypeError,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
10851 return NULL;
10852 }
10853 }
10854 if (_obj9)
10855 {
10856 _arg9 = wxString_in_helper(_obj9);
10857 if (_arg9 == NULL)
10858 return NULL;
10859 }
10860 {
10861 PyThreadState* __tstate = wxPyBeginAllowThreads();
10862 _result = (wxSlider *)new_wxSlider(_arg0,_arg1,_arg2,_arg3,_arg4,*_arg5,*_arg6,_arg7,*_arg8,*_arg9);
10863
10864 wxPyEndAllowThreads(__tstate);
10865 if (PyErr_Occurred()) return NULL;
10866 } if (_result) {
10867 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
10868 _resultobj = Py_BuildValue("s",_ptemp);
10869 } else {
10870 Py_INCREF(Py_None);
10871 _resultobj = Py_None;
10872 }
10873 {
10874 if (_obj9)
10875 delete _arg9;
10876 }
10877 return _resultobj;
10878 }
10879
10880 #define new_wxPreSlider() (new wxSlider())
10881 static PyObject *_wrap_new_wxPreSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
10882 PyObject * _resultobj;
10883 wxSlider * _result;
10884 char *_kwnames[] = { NULL };
10885 char _ptemp[128];
10886
10887 self = self;
10888 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSlider",_kwnames))
10889 return NULL;
10890 {
10891 PyThreadState* __tstate = wxPyBeginAllowThreads();
10892 _result = (wxSlider *)new_wxPreSlider();
10893
10894 wxPyEndAllowThreads(__tstate);
10895 if (PyErr_Occurred()) return NULL;
10896 } if (_result) {
10897 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSlider_p");
10898 _resultobj = Py_BuildValue("s",_ptemp);
10899 } else {
10900 Py_INCREF(Py_None);
10901 _resultobj = Py_None;
10902 }
10903 return _resultobj;
10904 }
10905
10906 #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))
10907 static PyObject *_wrap_wxSlider_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10908 PyObject * _resultobj;
10909 bool _result;
10910 wxSlider * _arg0;
10911 wxWindow * _arg1;
10912 wxWindowID _arg2;
10913 int _arg3;
10914 int _arg4;
10915 int _arg5;
10916 wxPoint * _arg6 = (wxPoint *) &wxDefaultPosition;
10917 wxSize * _arg7 = (wxSize *) &wxDefaultSize;
10918 long _arg8 = (long ) wxSL_HORIZONTAL;
10919 wxValidator * _arg9 = (wxValidator *) &wxDefaultValidator;
10920 wxString * _arg10 = (wxString *) &wxPySliderNameStr;
10921 PyObject * _argo0 = 0;
10922 PyObject * _argo1 = 0;
10923 wxPoint temp;
10924 PyObject * _obj6 = 0;
10925 wxSize temp0;
10926 PyObject * _obj7 = 0;
10927 PyObject * _argo9 = 0;
10928 PyObject * _obj10 = 0;
10929 char *_kwnames[] = { "self","parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL };
10930
10931 self = self;
10932 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiiii|OOlOO:wxSlider_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_arg3,&_arg4,&_arg5,&_obj6,&_obj7,&_arg8,&_argo9,&_obj10))
10933 return NULL;
10934 if (_argo0) {
10935 if (_argo0 == Py_None) { _arg0 = NULL; }
10936 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10937 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_Create. Expected _wxSlider_p.");
10938 return NULL;
10939 }
10940 }
10941 if (_argo1) {
10942 if (_argo1 == Py_None) { _arg1 = NULL; }
10943 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
10944 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSlider_Create. Expected _wxWindow_p.");
10945 return NULL;
10946 }
10947 }
10948 if (_obj6)
10949 {
10950 _arg6 = &temp;
10951 if (! wxPoint_helper(_obj6, &_arg6))
10952 return NULL;
10953 }
10954 if (_obj7)
10955 {
10956 _arg7 = &temp0;
10957 if (! wxSize_helper(_obj7, &_arg7))
10958 return NULL;
10959 }
10960 if (_argo9) {
10961 if (SWIG_GetPtrObj(_argo9,(void **) &_arg9,"_wxValidator_p")) {
10962 PyErr_SetString(PyExc_TypeError,"Type error in argument 10 of wxSlider_Create. Expected _wxValidator_p.");
10963 return NULL;
10964 }
10965 }
10966 if (_obj10)
10967 {
10968 _arg10 = wxString_in_helper(_obj10);
10969 if (_arg10 == NULL)
10970 return NULL;
10971 }
10972 {
10973 PyThreadState* __tstate = wxPyBeginAllowThreads();
10974 _result = (bool )wxSlider_Create(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,*_arg6,*_arg7,_arg8,*_arg9,*_arg10);
10975
10976 wxPyEndAllowThreads(__tstate);
10977 if (PyErr_Occurred()) return NULL;
10978 } _resultobj = Py_BuildValue("i",_result);
10979 {
10980 if (_obj10)
10981 delete _arg10;
10982 }
10983 return _resultobj;
10984 }
10985
10986 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
10987 static PyObject *_wrap_wxSlider_ClearSel(PyObject *self, PyObject *args, PyObject *kwargs) {
10988 PyObject * _resultobj;
10989 wxSlider * _arg0;
10990 PyObject * _argo0 = 0;
10991 char *_kwnames[] = { "self", NULL };
10992
10993 self = self;
10994 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearSel",_kwnames,&_argo0))
10995 return NULL;
10996 if (_argo0) {
10997 if (_argo0 == Py_None) { _arg0 = NULL; }
10998 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
10999 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
11000 return NULL;
11001 }
11002 }
11003 {
11004 PyThreadState* __tstate = wxPyBeginAllowThreads();
11005 wxSlider_ClearSel(_arg0);
11006
11007 wxPyEndAllowThreads(__tstate);
11008 if (PyErr_Occurred()) return NULL;
11009 } Py_INCREF(Py_None);
11010 _resultobj = Py_None;
11011 return _resultobj;
11012 }
11013
11014 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
11015 static PyObject *_wrap_wxSlider_ClearTicks(PyObject *self, PyObject *args, PyObject *kwargs) {
11016 PyObject * _resultobj;
11017 wxSlider * _arg0;
11018 PyObject * _argo0 = 0;
11019 char *_kwnames[] = { "self", NULL };
11020
11021 self = self;
11022 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_ClearTicks",_kwnames,&_argo0))
11023 return NULL;
11024 if (_argo0) {
11025 if (_argo0 == Py_None) { _arg0 = NULL; }
11026 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11027 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
11028 return NULL;
11029 }
11030 }
11031 {
11032 PyThreadState* __tstate = wxPyBeginAllowThreads();
11033 wxSlider_ClearTicks(_arg0);
11034
11035 wxPyEndAllowThreads(__tstate);
11036 if (PyErr_Occurred()) return NULL;
11037 } Py_INCREF(Py_None);
11038 _resultobj = Py_None;
11039 return _resultobj;
11040 }
11041
11042 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
11043 static PyObject *_wrap_wxSlider_GetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11044 PyObject * _resultobj;
11045 int _result;
11046 wxSlider * _arg0;
11047 PyObject * _argo0 = 0;
11048 char *_kwnames[] = { "self", NULL };
11049
11050 self = self;
11051 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetLineSize",_kwnames,&_argo0))
11052 return NULL;
11053 if (_argo0) {
11054 if (_argo0 == Py_None) { _arg0 = NULL; }
11055 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11056 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
11057 return NULL;
11058 }
11059 }
11060 {
11061 PyThreadState* __tstate = wxPyBeginAllowThreads();
11062 _result = (int )wxSlider_GetLineSize(_arg0);
11063
11064 wxPyEndAllowThreads(__tstate);
11065 if (PyErr_Occurred()) return NULL;
11066 } _resultobj = Py_BuildValue("i",_result);
11067 return _resultobj;
11068 }
11069
11070 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
11071 static PyObject *_wrap_wxSlider_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
11072 PyObject * _resultobj;
11073 int _result;
11074 wxSlider * _arg0;
11075 PyObject * _argo0 = 0;
11076 char *_kwnames[] = { "self", NULL };
11077
11078 self = self;
11079 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMax",_kwnames,&_argo0))
11080 return NULL;
11081 if (_argo0) {
11082 if (_argo0 == Py_None) { _arg0 = NULL; }
11083 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11084 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
11085 return NULL;
11086 }
11087 }
11088 {
11089 PyThreadState* __tstate = wxPyBeginAllowThreads();
11090 _result = (int )wxSlider_GetMax(_arg0);
11091
11092 wxPyEndAllowThreads(__tstate);
11093 if (PyErr_Occurred()) return NULL;
11094 } _resultobj = Py_BuildValue("i",_result);
11095 return _resultobj;
11096 }
11097
11098 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
11099 static PyObject *_wrap_wxSlider_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
11100 PyObject * _resultobj;
11101 int _result;
11102 wxSlider * _arg0;
11103 PyObject * _argo0 = 0;
11104 char *_kwnames[] = { "self", NULL };
11105
11106 self = self;
11107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetMin",_kwnames,&_argo0))
11108 return NULL;
11109 if (_argo0) {
11110 if (_argo0 == Py_None) { _arg0 = NULL; }
11111 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11112 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
11113 return NULL;
11114 }
11115 }
11116 {
11117 PyThreadState* __tstate = wxPyBeginAllowThreads();
11118 _result = (int )wxSlider_GetMin(_arg0);
11119
11120 wxPyEndAllowThreads(__tstate);
11121 if (PyErr_Occurred()) return NULL;
11122 } _resultobj = Py_BuildValue("i",_result);
11123 return _resultobj;
11124 }
11125
11126 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
11127 static PyObject *_wrap_wxSlider_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11128 PyObject * _resultobj;
11129 int _result;
11130 wxSlider * _arg0;
11131 PyObject * _argo0 = 0;
11132 char *_kwnames[] = { "self", NULL };
11133
11134 self = self;
11135 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetPageSize",_kwnames,&_argo0))
11136 return NULL;
11137 if (_argo0) {
11138 if (_argo0 == Py_None) { _arg0 = NULL; }
11139 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11140 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
11141 return NULL;
11142 }
11143 }
11144 {
11145 PyThreadState* __tstate = wxPyBeginAllowThreads();
11146 _result = (int )wxSlider_GetPageSize(_arg0);
11147
11148 wxPyEndAllowThreads(__tstate);
11149 if (PyErr_Occurred()) return NULL;
11150 } _resultobj = Py_BuildValue("i",_result);
11151 return _resultobj;
11152 }
11153
11154 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
11155 static PyObject *_wrap_wxSlider_GetSelEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
11156 PyObject * _resultobj;
11157 int _result;
11158 wxSlider * _arg0;
11159 PyObject * _argo0 = 0;
11160 char *_kwnames[] = { "self", NULL };
11161
11162 self = self;
11163 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelEnd",_kwnames,&_argo0))
11164 return NULL;
11165 if (_argo0) {
11166 if (_argo0 == Py_None) { _arg0 = NULL; }
11167 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11168 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
11169 return NULL;
11170 }
11171 }
11172 {
11173 PyThreadState* __tstate = wxPyBeginAllowThreads();
11174 _result = (int )wxSlider_GetSelEnd(_arg0);
11175
11176 wxPyEndAllowThreads(__tstate);
11177 if (PyErr_Occurred()) return NULL;
11178 } _resultobj = Py_BuildValue("i",_result);
11179 return _resultobj;
11180 }
11181
11182 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
11183 static PyObject *_wrap_wxSlider_GetSelStart(PyObject *self, PyObject *args, PyObject *kwargs) {
11184 PyObject * _resultobj;
11185 int _result;
11186 wxSlider * _arg0;
11187 PyObject * _argo0 = 0;
11188 char *_kwnames[] = { "self", NULL };
11189
11190 self = self;
11191 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetSelStart",_kwnames,&_argo0))
11192 return NULL;
11193 if (_argo0) {
11194 if (_argo0 == Py_None) { _arg0 = NULL; }
11195 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11196 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
11197 return NULL;
11198 }
11199 }
11200 {
11201 PyThreadState* __tstate = wxPyBeginAllowThreads();
11202 _result = (int )wxSlider_GetSelStart(_arg0);
11203
11204 wxPyEndAllowThreads(__tstate);
11205 if (PyErr_Occurred()) return NULL;
11206 } _resultobj = Py_BuildValue("i",_result);
11207 return _resultobj;
11208 }
11209
11210 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
11211 static PyObject *_wrap_wxSlider_GetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
11212 PyObject * _resultobj;
11213 int _result;
11214 wxSlider * _arg0;
11215 PyObject * _argo0 = 0;
11216 char *_kwnames[] = { "self", NULL };
11217
11218 self = self;
11219 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetThumbLength",_kwnames,&_argo0))
11220 return NULL;
11221 if (_argo0) {
11222 if (_argo0 == Py_None) { _arg0 = NULL; }
11223 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11224 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
11225 return NULL;
11226 }
11227 }
11228 {
11229 PyThreadState* __tstate = wxPyBeginAllowThreads();
11230 _result = (int )wxSlider_GetThumbLength(_arg0);
11231
11232 wxPyEndAllowThreads(__tstate);
11233 if (PyErr_Occurred()) return NULL;
11234 } _resultobj = Py_BuildValue("i",_result);
11235 return _resultobj;
11236 }
11237
11238 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
11239 static PyObject *_wrap_wxSlider_GetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
11240 PyObject * _resultobj;
11241 int _result;
11242 wxSlider * _arg0;
11243 PyObject * _argo0 = 0;
11244 char *_kwnames[] = { "self", NULL };
11245
11246 self = self;
11247 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetTickFreq",_kwnames,&_argo0))
11248 return NULL;
11249 if (_argo0) {
11250 if (_argo0 == Py_None) { _arg0 = NULL; }
11251 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11252 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
11253 return NULL;
11254 }
11255 }
11256 {
11257 PyThreadState* __tstate = wxPyBeginAllowThreads();
11258 _result = (int )wxSlider_GetTickFreq(_arg0);
11259
11260 wxPyEndAllowThreads(__tstate);
11261 if (PyErr_Occurred()) return NULL;
11262 } _resultobj = Py_BuildValue("i",_result);
11263 return _resultobj;
11264 }
11265
11266 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
11267 static PyObject *_wrap_wxSlider_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11268 PyObject * _resultobj;
11269 int _result;
11270 wxSlider * _arg0;
11271 PyObject * _argo0 = 0;
11272 char *_kwnames[] = { "self", NULL };
11273
11274 self = self;
11275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSlider_GetValue",_kwnames,&_argo0))
11276 return NULL;
11277 if (_argo0) {
11278 if (_argo0 == Py_None) { _arg0 = NULL; }
11279 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11280 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
11281 return NULL;
11282 }
11283 }
11284 {
11285 PyThreadState* __tstate = wxPyBeginAllowThreads();
11286 _result = (int )wxSlider_GetValue(_arg0);
11287
11288 wxPyEndAllowThreads(__tstate);
11289 if (PyErr_Occurred()) return NULL;
11290 } _resultobj = Py_BuildValue("i",_result);
11291 return _resultobj;
11292 }
11293
11294 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
11295 static PyObject *_wrap_wxSlider_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
11296 PyObject * _resultobj;
11297 wxSlider * _arg0;
11298 int _arg1;
11299 int _arg2;
11300 PyObject * _argo0 = 0;
11301 char *_kwnames[] = { "self","minValue","maxValue", NULL };
11302
11303 self = self;
11304 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
11305 return NULL;
11306 if (_argo0) {
11307 if (_argo0 == Py_None) { _arg0 = NULL; }
11308 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11309 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
11310 return NULL;
11311 }
11312 }
11313 {
11314 PyThreadState* __tstate = wxPyBeginAllowThreads();
11315 wxSlider_SetRange(_arg0,_arg1,_arg2);
11316
11317 wxPyEndAllowThreads(__tstate);
11318 if (PyErr_Occurred()) return NULL;
11319 } Py_INCREF(Py_None);
11320 _resultobj = Py_None;
11321 return _resultobj;
11322 }
11323
11324 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
11325 static PyObject *_wrap_wxSlider_SetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
11326 PyObject * _resultobj;
11327 wxSlider * _arg0;
11328 int _arg1;
11329 int _arg2;
11330 PyObject * _argo0 = 0;
11331 char *_kwnames[] = { "self","n","pos", NULL };
11332
11333 self = self;
11334 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetTickFreq",_kwnames,&_argo0,&_arg1,&_arg2))
11335 return NULL;
11336 if (_argo0) {
11337 if (_argo0 == Py_None) { _arg0 = NULL; }
11338 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11339 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
11340 return NULL;
11341 }
11342 }
11343 {
11344 PyThreadState* __tstate = wxPyBeginAllowThreads();
11345 wxSlider_SetTickFreq(_arg0,_arg1,_arg2);
11346
11347 wxPyEndAllowThreads(__tstate);
11348 if (PyErr_Occurred()) return NULL;
11349 } Py_INCREF(Py_None);
11350 _resultobj = Py_None;
11351 return _resultobj;
11352 }
11353
11354 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
11355 static PyObject *_wrap_wxSlider_SetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11356 PyObject * _resultobj;
11357 wxSlider * _arg0;
11358 int _arg1;
11359 PyObject * _argo0 = 0;
11360 char *_kwnames[] = { "self","lineSize", NULL };
11361
11362 self = self;
11363 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetLineSize",_kwnames,&_argo0,&_arg1))
11364 return NULL;
11365 if (_argo0) {
11366 if (_argo0 == Py_None) { _arg0 = NULL; }
11367 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11368 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
11369 return NULL;
11370 }
11371 }
11372 {
11373 PyThreadState* __tstate = wxPyBeginAllowThreads();
11374 wxSlider_SetLineSize(_arg0,_arg1);
11375
11376 wxPyEndAllowThreads(__tstate);
11377 if (PyErr_Occurred()) return NULL;
11378 } Py_INCREF(Py_None);
11379 _resultobj = Py_None;
11380 return _resultobj;
11381 }
11382
11383 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
11384 static PyObject *_wrap_wxSlider_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
11385 PyObject * _resultobj;
11386 wxSlider * _arg0;
11387 int _arg1;
11388 PyObject * _argo0 = 0;
11389 char *_kwnames[] = { "self","pageSize", NULL };
11390
11391 self = self;
11392 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetPageSize",_kwnames,&_argo0,&_arg1))
11393 return NULL;
11394 if (_argo0) {
11395 if (_argo0 == Py_None) { _arg0 = NULL; }
11396 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11397 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
11398 return NULL;
11399 }
11400 }
11401 {
11402 PyThreadState* __tstate = wxPyBeginAllowThreads();
11403 wxSlider_SetPageSize(_arg0,_arg1);
11404
11405 wxPyEndAllowThreads(__tstate);
11406 if (PyErr_Occurred()) return NULL;
11407 } Py_INCREF(Py_None);
11408 _resultobj = Py_None;
11409 return _resultobj;
11410 }
11411
11412 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
11413 static PyObject *_wrap_wxSlider_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11414 PyObject * _resultobj;
11415 wxSlider * _arg0;
11416 int _arg1;
11417 int _arg2;
11418 PyObject * _argo0 = 0;
11419 char *_kwnames[] = { "self","startPos","endPos", NULL };
11420
11421 self = self;
11422 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSlider_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
11423 return NULL;
11424 if (_argo0) {
11425 if (_argo0 == Py_None) { _arg0 = NULL; }
11426 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11427 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
11428 return NULL;
11429 }
11430 }
11431 {
11432 PyThreadState* __tstate = wxPyBeginAllowThreads();
11433 wxSlider_SetSelection(_arg0,_arg1,_arg2);
11434
11435 wxPyEndAllowThreads(__tstate);
11436 if (PyErr_Occurred()) return NULL;
11437 } Py_INCREF(Py_None);
11438 _resultobj = Py_None;
11439 return _resultobj;
11440 }
11441
11442 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
11443 static PyObject *_wrap_wxSlider_SetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
11444 PyObject * _resultobj;
11445 wxSlider * _arg0;
11446 int _arg1;
11447 PyObject * _argo0 = 0;
11448 char *_kwnames[] = { "self","len", NULL };
11449
11450 self = self;
11451 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetThumbLength",_kwnames,&_argo0,&_arg1))
11452 return NULL;
11453 if (_argo0) {
11454 if (_argo0 == Py_None) { _arg0 = NULL; }
11455 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11456 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
11457 return NULL;
11458 }
11459 }
11460 {
11461 PyThreadState* __tstate = wxPyBeginAllowThreads();
11462 wxSlider_SetThumbLength(_arg0,_arg1);
11463
11464 wxPyEndAllowThreads(__tstate);
11465 if (PyErr_Occurred()) return NULL;
11466 } Py_INCREF(Py_None);
11467 _resultobj = Py_None;
11468 return _resultobj;
11469 }
11470
11471 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
11472 static PyObject *_wrap_wxSlider_SetTick(PyObject *self, PyObject *args, PyObject *kwargs) {
11473 PyObject * _resultobj;
11474 wxSlider * _arg0;
11475 int _arg1;
11476 PyObject * _argo0 = 0;
11477 char *_kwnames[] = { "self","tickPos", NULL };
11478
11479 self = self;
11480 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetTick",_kwnames,&_argo0,&_arg1))
11481 return NULL;
11482 if (_argo0) {
11483 if (_argo0 == Py_None) { _arg0 = NULL; }
11484 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11485 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
11486 return NULL;
11487 }
11488 }
11489 {
11490 PyThreadState* __tstate = wxPyBeginAllowThreads();
11491 wxSlider_SetTick(_arg0,_arg1);
11492
11493 wxPyEndAllowThreads(__tstate);
11494 if (PyErr_Occurred()) return NULL;
11495 } Py_INCREF(Py_None);
11496 _resultobj = Py_None;
11497 return _resultobj;
11498 }
11499
11500 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11501 static PyObject *_wrap_wxSlider_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11502 PyObject * _resultobj;
11503 wxSlider * _arg0;
11504 int _arg1;
11505 PyObject * _argo0 = 0;
11506 char *_kwnames[] = { "self","value", NULL };
11507
11508 self = self;
11509 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSlider_SetValue",_kwnames,&_argo0,&_arg1))
11510 return NULL;
11511 if (_argo0) {
11512 if (_argo0 == Py_None) { _arg0 = NULL; }
11513 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSlider_p")) {
11514 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
11515 return NULL;
11516 }
11517 }
11518 {
11519 PyThreadState* __tstate = wxPyBeginAllowThreads();
11520 wxSlider_SetValue(_arg0,_arg1);
11521
11522 wxPyEndAllowThreads(__tstate);
11523 if (PyErr_Occurred()) return NULL;
11524 } Py_INCREF(Py_None);
11525 _resultobj = Py_None;
11526 return _resultobj;
11527 }
11528
11529 static void *SwigwxSpinCtrlTowxSpinButton(void *ptr) {
11530 wxSpinCtrl *src;
11531 wxSpinButton *dest;
11532 src = (wxSpinCtrl *) ptr;
11533 dest = (wxSpinButton *) src;
11534 return (void *) dest;
11535 }
11536
11537 static void *SwigwxSpinCtrlTowxControl(void *ptr) {
11538 wxSpinCtrl *src;
11539 wxControl *dest;
11540 src = (wxSpinCtrl *) ptr;
11541 dest = (wxControl *) src;
11542 return (void *) dest;
11543 }
11544
11545 static void *SwigwxSpinCtrlTowxWindow(void *ptr) {
11546 wxSpinCtrl *src;
11547 wxWindow *dest;
11548 src = (wxSpinCtrl *) ptr;
11549 dest = (wxWindow *) src;
11550 return (void *) dest;
11551 }
11552
11553 static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr) {
11554 wxSpinCtrl *src;
11555 wxEvtHandler *dest;
11556 src = (wxSpinCtrl *) ptr;
11557 dest = (wxEvtHandler *) src;
11558 return (void *) dest;
11559 }
11560
11561 static void *SwigwxSpinCtrlTowxObject(void *ptr) {
11562 wxSpinCtrl *src;
11563 wxObject *dest;
11564 src = (wxSpinCtrl *) ptr;
11565 dest = (wxObject *) src;
11566 return (void *) dest;
11567 }
11568
11569 #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))
11570 static PyObject *_wrap_new_wxSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
11571 PyObject * _resultobj;
11572 wxSpinCtrl * _result;
11573 wxWindow * _arg0;
11574 wxWindowID _arg1 = (wxWindowID ) -1;
11575 wxString * _arg2 = (wxString *) &wxPyEmptyString;
11576 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
11577 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
11578 long _arg5 = (long ) wxSP_ARROW_KEYS;
11579 int _arg6 = (int ) 0;
11580 int _arg7 = (int ) 100;
11581 int _arg8 = (int ) 0;
11582 wxString * _arg9 = (wxString *) &wxPySpinCtrlNameStr;
11583 PyObject * _argo0 = 0;
11584 PyObject * _obj2 = 0;
11585 wxPoint temp;
11586 PyObject * _obj3 = 0;
11587 wxSize temp0;
11588 PyObject * _obj4 = 0;
11589 PyObject * _obj9 = 0;
11590 char *_kwnames[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL };
11591 char _ptemp[128];
11592
11593 self = self;
11594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOOliiiO:new_wxSpinCtrl",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_arg6,&_arg7,&_arg8,&_obj9))
11595 return NULL;
11596 if (_argo0) {
11597 if (_argo0 == Py_None) { _arg0 = NULL; }
11598 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
11599 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
11600 return NULL;
11601 }
11602 }
11603 if (_obj2)
11604 {
11605 _arg2 = wxString_in_helper(_obj2);
11606 if (_arg2 == NULL)
11607 return NULL;
11608 }
11609 if (_obj3)
11610 {
11611 _arg3 = &temp;
11612 if (! wxPoint_helper(_obj3, &_arg3))
11613 return NULL;
11614 }
11615 if (_obj4)
11616 {
11617 _arg4 = &temp0;
11618 if (! wxSize_helper(_obj4, &_arg4))
11619 return NULL;
11620 }
11621 if (_obj9)
11622 {
11623 _arg9 = wxString_in_helper(_obj9);
11624 if (_arg9 == NULL)
11625 return NULL;
11626 }
11627 {
11628 PyThreadState* __tstate = wxPyBeginAllowThreads();
11629 _result = (wxSpinCtrl *)new_wxSpinCtrl(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8,*_arg9);
11630
11631 wxPyEndAllowThreads(__tstate);
11632 if (PyErr_Occurred()) return NULL;
11633 } if (_result) {
11634 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
11635 _resultobj = Py_BuildValue("s",_ptemp);
11636 } else {
11637 Py_INCREF(Py_None);
11638 _resultobj = Py_None;
11639 }
11640 {
11641 if (_obj2)
11642 delete _arg2;
11643 }
11644 {
11645 if (_obj9)
11646 delete _arg9;
11647 }
11648 return _resultobj;
11649 }
11650
11651 #define new_wxPreSpinCtrl() (new wxSpinCtrl())
11652 static PyObject *_wrap_new_wxPreSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
11653 PyObject * _resultobj;
11654 wxSpinCtrl * _result;
11655 char *_kwnames[] = { NULL };
11656 char _ptemp[128];
11657
11658 self = self;
11659 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreSpinCtrl",_kwnames))
11660 return NULL;
11661 {
11662 PyThreadState* __tstate = wxPyBeginAllowThreads();
11663 _result = (wxSpinCtrl *)new_wxPreSpinCtrl();
11664
11665 wxPyEndAllowThreads(__tstate);
11666 if (PyErr_Occurred()) return NULL;
11667 } if (_result) {
11668 SWIG_MakePtr(_ptemp, (char *) _result,"_wxSpinCtrl_p");
11669 _resultobj = Py_BuildValue("s",_ptemp);
11670 } else {
11671 Py_INCREF(Py_None);
11672 _resultobj = Py_None;
11673 }
11674 return _resultobj;
11675 }
11676
11677 #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))
11678 static PyObject *_wrap_wxSpinCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11679 PyObject * _resultobj;
11680 bool _result;
11681 wxSpinCtrl * _arg0;
11682 wxWindow * _arg1;
11683 wxWindowID _arg2 = (wxWindowID ) -1;
11684 wxString * _arg3 = (wxString *) &wxPyEmptyString;
11685 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
11686 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
11687 long _arg6 = (long ) wxSP_ARROW_KEYS;
11688 int _arg7 = (int ) 0;
11689 int _arg8 = (int ) 100;
11690 int _arg9 = (int ) 0;
11691 wxString * _arg10 = (wxString *) &wxPySpinCtrlNameStr;
11692 PyObject * _argo0 = 0;
11693 PyObject * _argo1 = 0;
11694 PyObject * _obj3 = 0;
11695 wxPoint temp;
11696 PyObject * _obj4 = 0;
11697 wxSize temp0;
11698 PyObject * _obj5 = 0;
11699 PyObject * _obj10 = 0;
11700 char *_kwnames[] = { "self","parent","id","value","pos","size","style","min","max","initial","name", NULL };
11701
11702 self = self;
11703 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOOliiiO:wxSpinCtrl_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_arg7,&_arg8,&_arg9,&_obj10))
11704 return NULL;
11705 if (_argo0) {
11706 if (_argo0 == Py_None) { _arg0 = NULL; }
11707 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11708 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_Create. Expected _wxSpinCtrl_p.");
11709 return NULL;
11710 }
11711 }
11712 if (_argo1) {
11713 if (_argo1 == Py_None) { _arg1 = NULL; }
11714 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
11715 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSpinCtrl_Create. Expected _wxWindow_p.");
11716 return NULL;
11717 }
11718 }
11719 if (_obj3)
11720 {
11721 _arg3 = wxString_in_helper(_obj3);
11722 if (_arg3 == NULL)
11723 return NULL;
11724 }
11725 if (_obj4)
11726 {
11727 _arg4 = &temp;
11728 if (! wxPoint_helper(_obj4, &_arg4))
11729 return NULL;
11730 }
11731 if (_obj5)
11732 {
11733 _arg5 = &temp0;
11734 if (! wxSize_helper(_obj5, &_arg5))
11735 return NULL;
11736 }
11737 if (_obj10)
11738 {
11739 _arg10 = wxString_in_helper(_obj10);
11740 if (_arg10 == NULL)
11741 return NULL;
11742 }
11743 {
11744 PyThreadState* __tstate = wxPyBeginAllowThreads();
11745 _result = (bool )wxSpinCtrl_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,_arg7,_arg8,_arg9,*_arg10);
11746
11747 wxPyEndAllowThreads(__tstate);
11748 if (PyErr_Occurred()) return NULL;
11749 } _resultobj = Py_BuildValue("i",_result);
11750 {
11751 if (_obj3)
11752 delete _arg3;
11753 }
11754 {
11755 if (_obj10)
11756 delete _arg10;
11757 }
11758 return _resultobj;
11759 }
11760
11761 #define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
11762 static PyObject *_wrap_wxSpinCtrl_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
11763 PyObject * _resultobj;
11764 int _result;
11765 wxSpinCtrl * _arg0;
11766 PyObject * _argo0 = 0;
11767 char *_kwnames[] = { "self", NULL };
11768
11769 self = self;
11770 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMax",_kwnames,&_argo0))
11771 return NULL;
11772 if (_argo0) {
11773 if (_argo0 == Py_None) { _arg0 = NULL; }
11774 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11775 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
11776 return NULL;
11777 }
11778 }
11779 {
11780 PyThreadState* __tstate = wxPyBeginAllowThreads();
11781 _result = (int )wxSpinCtrl_GetMax(_arg0);
11782
11783 wxPyEndAllowThreads(__tstate);
11784 if (PyErr_Occurred()) return NULL;
11785 } _resultobj = Py_BuildValue("i",_result);
11786 return _resultobj;
11787 }
11788
11789 #define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
11790 static PyObject *_wrap_wxSpinCtrl_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
11791 PyObject * _resultobj;
11792 int _result;
11793 wxSpinCtrl * _arg0;
11794 PyObject * _argo0 = 0;
11795 char *_kwnames[] = { "self", NULL };
11796
11797 self = self;
11798 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetMin",_kwnames,&_argo0))
11799 return NULL;
11800 if (_argo0) {
11801 if (_argo0 == Py_None) { _arg0 = NULL; }
11802 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11803 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
11804 return NULL;
11805 }
11806 }
11807 {
11808 PyThreadState* __tstate = wxPyBeginAllowThreads();
11809 _result = (int )wxSpinCtrl_GetMin(_arg0);
11810
11811 wxPyEndAllowThreads(__tstate);
11812 if (PyErr_Occurred()) return NULL;
11813 } _resultobj = Py_BuildValue("i",_result);
11814 return _resultobj;
11815 }
11816
11817 #define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
11818 static PyObject *_wrap_wxSpinCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11819 PyObject * _resultobj;
11820 int _result;
11821 wxSpinCtrl * _arg0;
11822 PyObject * _argo0 = 0;
11823 char *_kwnames[] = { "self", NULL };
11824
11825 self = self;
11826 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSpinCtrl_GetValue",_kwnames,&_argo0))
11827 return NULL;
11828 if (_argo0) {
11829 if (_argo0 == Py_None) { _arg0 = NULL; }
11830 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11831 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
11832 return NULL;
11833 }
11834 }
11835 {
11836 PyThreadState* __tstate = wxPyBeginAllowThreads();
11837 _result = (int )wxSpinCtrl_GetValue(_arg0);
11838
11839 wxPyEndAllowThreads(__tstate);
11840 if (PyErr_Occurred()) return NULL;
11841 } _resultobj = Py_BuildValue("i",_result);
11842 return _resultobj;
11843 }
11844
11845 #define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
11846 static PyObject *_wrap_wxSpinCtrl_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
11847 PyObject * _resultobj;
11848 wxSpinCtrl * _arg0;
11849 int _arg1;
11850 int _arg2;
11851 PyObject * _argo0 = 0;
11852 char *_kwnames[] = { "self","min","max", NULL };
11853
11854 self = self;
11855 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxSpinCtrl_SetRange",_kwnames,&_argo0,&_arg1,&_arg2))
11856 return NULL;
11857 if (_argo0) {
11858 if (_argo0 == Py_None) { _arg0 = NULL; }
11859 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11860 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
11861 return NULL;
11862 }
11863 }
11864 {
11865 PyThreadState* __tstate = wxPyBeginAllowThreads();
11866 wxSpinCtrl_SetRange(_arg0,_arg1,_arg2);
11867
11868 wxPyEndAllowThreads(__tstate);
11869 if (PyErr_Occurred()) return NULL;
11870 } Py_INCREF(Py_None);
11871 _resultobj = Py_None;
11872 return _resultobj;
11873 }
11874
11875 #define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11876 static PyObject *_wrap_wxSpinCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11877 PyObject * _resultobj;
11878 wxSpinCtrl * _arg0;
11879 int _arg1;
11880 PyObject * _argo0 = 0;
11881 char *_kwnames[] = { "self","value", NULL };
11882
11883 self = self;
11884 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxSpinCtrl_SetValue",_kwnames,&_argo0,&_arg1))
11885 return NULL;
11886 if (_argo0) {
11887 if (_argo0 == Py_None) { _arg0 = NULL; }
11888 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11889 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
11890 return NULL;
11891 }
11892 }
11893 {
11894 PyThreadState* __tstate = wxPyBeginAllowThreads();
11895 wxSpinCtrl_SetValue(_arg0,_arg1);
11896
11897 wxPyEndAllowThreads(__tstate);
11898 if (PyErr_Occurred()) return NULL;
11899 } Py_INCREF(Py_None);
11900 _resultobj = Py_None;
11901 return _resultobj;
11902 }
11903
11904 #define wxSpinCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
11905 static PyObject *_wrap_wxSpinCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11906 PyObject * _resultobj;
11907 wxSpinCtrl * _arg0;
11908 long _arg1;
11909 long _arg2;
11910 PyObject * _argo0 = 0;
11911 char *_kwnames[] = { "self","from","to", NULL };
11912
11913 self = self;
11914 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oll:wxSpinCtrl_SetSelection",_kwnames,&_argo0,&_arg1,&_arg2))
11915 return NULL;
11916 if (_argo0) {
11917 if (_argo0 == Py_None) { _arg0 = NULL; }
11918 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSpinCtrl_p")) {
11919 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSpinCtrl_SetSelection. Expected _wxSpinCtrl_p.");
11920 return NULL;
11921 }
11922 }
11923 {
11924 PyThreadState* __tstate = wxPyBeginAllowThreads();
11925 wxSpinCtrl_SetSelection(_arg0,_arg1,_arg2);
11926
11927 wxPyEndAllowThreads(__tstate);
11928 if (PyErr_Occurred()) return NULL;
11929 } Py_INCREF(Py_None);
11930 _resultobj = Py_None;
11931 return _resultobj;
11932 }
11933
11934 static void *SwigwxToggleButtonTowxControl(void *ptr) {
11935 wxToggleButton *src;
11936 wxControl *dest;
11937 src = (wxToggleButton *) ptr;
11938 dest = (wxControl *) src;
11939 return (void *) dest;
11940 }
11941
11942 static void *SwigwxToggleButtonTowxWindow(void *ptr) {
11943 wxToggleButton *src;
11944 wxWindow *dest;
11945 src = (wxToggleButton *) ptr;
11946 dest = (wxWindow *) src;
11947 return (void *) dest;
11948 }
11949
11950 static void *SwigwxToggleButtonTowxEvtHandler(void *ptr) {
11951 wxToggleButton *src;
11952 wxEvtHandler *dest;
11953 src = (wxToggleButton *) ptr;
11954 dest = (wxEvtHandler *) src;
11955 return (void *) dest;
11956 }
11957
11958 static void *SwigwxToggleButtonTowxObject(void *ptr) {
11959 wxToggleButton *src;
11960 wxObject *dest;
11961 src = (wxToggleButton *) ptr;
11962 dest = (wxObject *) src;
11963 return (void *) dest;
11964 }
11965
11966 #define new_wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
11967 static PyObject *_wrap_new_wxToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
11968 PyObject * _resultobj;
11969 wxToggleButton * _result;
11970 wxWindow * _arg0;
11971 wxWindowID _arg1;
11972 wxString * _arg2;
11973 wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition;
11974 wxSize * _arg4 = (wxSize *) &wxDefaultSize;
11975 long _arg5 = (long ) 0;
11976 wxValidator * _arg6 = (wxValidator *) &wxDefaultValidator;
11977 wxString * _arg7 = (wxString *) &wxPyCheckBoxNameStr;
11978 PyObject * _argo0 = 0;
11979 PyObject * _obj2 = 0;
11980 wxPoint temp;
11981 PyObject * _obj3 = 0;
11982 wxSize temp0;
11983 PyObject * _obj4 = 0;
11984 PyObject * _argo6 = 0;
11985 PyObject * _obj7 = 0;
11986 char *_kwnames[] = { "parent","id","label","pos","size","style","validator","name", NULL };
11987 char _ptemp[128];
11988
11989 self = self;
11990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiO|OOlOO:new_wxToggleButton",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_obj7))
11991 return NULL;
11992 if (_argo0) {
11993 if (_argo0 == Py_None) { _arg0 = NULL; }
11994 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) {
11995 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxToggleButton. Expected _wxWindow_p.");
11996 return NULL;
11997 }
11998 }
11999 {
12000 _arg2 = wxString_in_helper(_obj2);
12001 if (_arg2 == NULL)
12002 return NULL;
12003 }
12004 if (_obj3)
12005 {
12006 _arg3 = &temp;
12007 if (! wxPoint_helper(_obj3, &_arg3))
12008 return NULL;
12009 }
12010 if (_obj4)
12011 {
12012 _arg4 = &temp0;
12013 if (! wxSize_helper(_obj4, &_arg4))
12014 return NULL;
12015 }
12016 if (_argo6) {
12017 if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxValidator_p")) {
12018 PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of new_wxToggleButton. Expected _wxValidator_p.");
12019 return NULL;
12020 }
12021 }
12022 if (_obj7)
12023 {
12024 _arg7 = wxString_in_helper(_obj7);
12025 if (_arg7 == NULL)
12026 return NULL;
12027 }
12028 {
12029 PyThreadState* __tstate = wxPyBeginAllowThreads();
12030 _result = (wxToggleButton *)new_wxToggleButton(_arg0,_arg1,*_arg2,*_arg3,*_arg4,_arg5,*_arg6,*_arg7);
12031
12032 wxPyEndAllowThreads(__tstate);
12033 if (PyErr_Occurred()) return NULL;
12034 } if (_result) {
12035 SWIG_MakePtr(_ptemp, (char *) _result,"_wxToggleButton_p");
12036 _resultobj = Py_BuildValue("s",_ptemp);
12037 } else {
12038 Py_INCREF(Py_None);
12039 _resultobj = Py_None;
12040 }
12041 {
12042 if (_obj2)
12043 delete _arg2;
12044 }
12045 {
12046 if (_obj7)
12047 delete _arg7;
12048 }
12049 return _resultobj;
12050 }
12051
12052 #define new_wxPreToggleButton() (new wxToggleButton())
12053 static PyObject *_wrap_new_wxPreToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
12054 PyObject * _resultobj;
12055 wxToggleButton * _result;
12056 char *_kwnames[] = { NULL };
12057 char _ptemp[128];
12058
12059 self = self;
12060 if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPreToggleButton",_kwnames))
12061 return NULL;
12062 {
12063 PyThreadState* __tstate = wxPyBeginAllowThreads();
12064 _result = (wxToggleButton *)new_wxPreToggleButton();
12065
12066 wxPyEndAllowThreads(__tstate);
12067 if (PyErr_Occurred()) return NULL;
12068 } if (_result) {
12069 SWIG_MakePtr(_ptemp, (char *) _result,"_wxToggleButton_p");
12070 _resultobj = Py_BuildValue("s",_ptemp);
12071 } else {
12072 Py_INCREF(Py_None);
12073 _resultobj = Py_None;
12074 }
12075 return _resultobj;
12076 }
12077
12078 #define wxToggleButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
12079 static PyObject *_wrap_wxToggleButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
12080 PyObject * _resultobj;
12081 bool _result;
12082 wxToggleButton * _arg0;
12083 wxWindow * _arg1;
12084 wxWindowID _arg2;
12085 wxString * _arg3;
12086 wxPoint * _arg4 = (wxPoint *) &wxDefaultPosition;
12087 wxSize * _arg5 = (wxSize *) &wxDefaultSize;
12088 long _arg6 = (long ) 0;
12089 wxValidator * _arg7 = (wxValidator *) &wxDefaultValidator;
12090 wxString * _arg8 = (wxString *) &wxPyCheckBoxNameStr;
12091 PyObject * _argo0 = 0;
12092 PyObject * _argo1 = 0;
12093 PyObject * _obj3 = 0;
12094 wxPoint temp;
12095 PyObject * _obj4 = 0;
12096 wxSize temp0;
12097 PyObject * _obj5 = 0;
12098 PyObject * _argo7 = 0;
12099 PyObject * _obj8 = 0;
12100 char *_kwnames[] = { "self","parent","id","label","pos","size","style","validator","name", NULL };
12101
12102 self = self;
12103 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOiO|OOlOO:wxToggleButton_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_obj5,&_arg6,&_argo7,&_obj8))
12104 return NULL;
12105 if (_argo0) {
12106 if (_argo0 == Py_None) { _arg0 = NULL; }
12107 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
12108 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_Create. Expected _wxToggleButton_p.");
12109 return NULL;
12110 }
12111 }
12112 if (_argo1) {
12113 if (_argo1 == Py_None) { _arg1 = NULL; }
12114 else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) {
12115 PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxToggleButton_Create. Expected _wxWindow_p.");
12116 return NULL;
12117 }
12118 }
12119 {
12120 _arg3 = wxString_in_helper(_obj3);
12121 if (_arg3 == NULL)
12122 return NULL;
12123 }
12124 if (_obj4)
12125 {
12126 _arg4 = &temp;
12127 if (! wxPoint_helper(_obj4, &_arg4))
12128 return NULL;
12129 }
12130 if (_obj5)
12131 {
12132 _arg5 = &temp0;
12133 if (! wxSize_helper(_obj5, &_arg5))
12134 return NULL;
12135 }
12136 if (_argo7) {
12137 if (SWIG_GetPtrObj(_argo7,(void **) &_arg7,"_wxValidator_p")) {
12138 PyErr_SetString(PyExc_TypeError,"Type error in argument 8 of wxToggleButton_Create. Expected _wxValidator_p.");
12139 return NULL;
12140 }
12141 }
12142 if (_obj8)
12143 {
12144 _arg8 = wxString_in_helper(_obj8);
12145 if (_arg8 == NULL)
12146 return NULL;
12147 }
12148 {
12149 PyThreadState* __tstate = wxPyBeginAllowThreads();
12150 _result = (bool )wxToggleButton_Create(_arg0,_arg1,_arg2,*_arg3,*_arg4,*_arg5,_arg6,*_arg7,*_arg8);
12151
12152 wxPyEndAllowThreads(__tstate);
12153 if (PyErr_Occurred()) return NULL;
12154 } _resultobj = Py_BuildValue("i",_result);
12155 {
12156 if (_obj3)
12157 delete _arg3;
12158 }
12159 {
12160 if (_obj8)
12161 delete _arg8;
12162 }
12163 return _resultobj;
12164 }
12165
12166 #define wxToggleButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
12167 static PyObject *_wrap_wxToggleButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12168 PyObject * _resultobj;
12169 wxToggleButton * _arg0;
12170 bool _arg1;
12171 PyObject * _argo0 = 0;
12172 int tempbool1;
12173 char *_kwnames[] = { "self","value", NULL };
12174
12175 self = self;
12176 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxToggleButton_SetValue",_kwnames,&_argo0,&tempbool1))
12177 return NULL;
12178 if (_argo0) {
12179 if (_argo0 == Py_None) { _arg0 = NULL; }
12180 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
12181 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_SetValue. Expected _wxToggleButton_p.");
12182 return NULL;
12183 }
12184 }
12185 _arg1 = (bool ) tempbool1;
12186 {
12187 PyThreadState* __tstate = wxPyBeginAllowThreads();
12188 wxToggleButton_SetValue(_arg0,_arg1);
12189
12190 wxPyEndAllowThreads(__tstate);
12191 if (PyErr_Occurred()) return NULL;
12192 } Py_INCREF(Py_None);
12193 _resultobj = Py_None;
12194 return _resultobj;
12195 }
12196
12197 #define wxToggleButton_GetValue(_swigobj) (_swigobj->GetValue())
12198 static PyObject *_wrap_wxToggleButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12199 PyObject * _resultobj;
12200 bool _result;
12201 wxToggleButton * _arg0;
12202 PyObject * _argo0 = 0;
12203 char *_kwnames[] = { "self", NULL };
12204
12205 self = self;
12206 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxToggleButton_GetValue",_kwnames,&_argo0))
12207 return NULL;
12208 if (_argo0) {
12209 if (_argo0 == Py_None) { _arg0 = NULL; }
12210 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
12211 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_GetValue. Expected _wxToggleButton_p.");
12212 return NULL;
12213 }
12214 }
12215 {
12216 PyThreadState* __tstate = wxPyBeginAllowThreads();
12217 _result = (bool )wxToggleButton_GetValue(_arg0);
12218
12219 wxPyEndAllowThreads(__tstate);
12220 if (PyErr_Occurred()) return NULL;
12221 } _resultobj = Py_BuildValue("i",_result);
12222 return _resultobj;
12223 }
12224
12225 #define wxToggleButton_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
12226 static PyObject *_wrap_wxToggleButton_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
12227 PyObject * _resultobj;
12228 wxToggleButton * _arg0;
12229 wxString * _arg1;
12230 PyObject * _argo0 = 0;
12231 PyObject * _obj1 = 0;
12232 char *_kwnames[] = { "self","label", NULL };
12233
12234 self = self;
12235 if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxToggleButton_SetLabel",_kwnames,&_argo0,&_obj1))
12236 return NULL;
12237 if (_argo0) {
12238 if (_argo0 == Py_None) { _arg0 = NULL; }
12239 else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToggleButton_p")) {
12240 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToggleButton_SetLabel. Expected _wxToggleButton_p.");
12241 return NULL;
12242 }
12243 }
12244 {
12245 _arg1 = wxString_in_helper(_obj1);
12246 if (_arg1 == NULL)
12247 return NULL;
12248 }
12249 {
12250 PyThreadState* __tstate = wxPyBeginAllowThreads();
12251 wxToggleButton_SetLabel(_arg0,*_arg1);
12252
12253 wxPyEndAllowThreads(__tstate);
12254 if (PyErr_Occurred()) return NULL;
12255 } Py_INCREF(Py_None);
12256 _resultobj = Py_None;
12257 {
12258 if (_obj1)
12259 delete _arg1;
12260 }
12261 return _resultobj;
12262 }
12263
12264 static PyMethodDef controlscMethods[] = {
12265 { "wxToggleButton_SetLabel", (PyCFunction) _wrap_wxToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS },
12266 { "wxToggleButton_GetValue", (PyCFunction) _wrap_wxToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS },
12267 { "wxToggleButton_SetValue", (PyCFunction) _wrap_wxToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS },
12268 { "wxToggleButton_Create", (PyCFunction) _wrap_wxToggleButton_Create, METH_VARARGS | METH_KEYWORDS },
12269 { "new_wxPreToggleButton", (PyCFunction) _wrap_new_wxPreToggleButton, METH_VARARGS | METH_KEYWORDS },
12270 { "new_wxToggleButton", (PyCFunction) _wrap_new_wxToggleButton, METH_VARARGS | METH_KEYWORDS },
12271 { "wxSpinCtrl_SetSelection", (PyCFunction) _wrap_wxSpinCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
12272 { "wxSpinCtrl_SetValue", (PyCFunction) _wrap_wxSpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
12273 { "wxSpinCtrl_SetRange", (PyCFunction) _wrap_wxSpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS },
12274 { "wxSpinCtrl_GetValue", (PyCFunction) _wrap_wxSpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
12275 { "wxSpinCtrl_GetMin", (PyCFunction) _wrap_wxSpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS },
12276 { "wxSpinCtrl_GetMax", (PyCFunction) _wrap_wxSpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS },
12277 { "wxSpinCtrl_Create", (PyCFunction) _wrap_wxSpinCtrl_Create, METH_VARARGS | METH_KEYWORDS },
12278 { "new_wxPreSpinCtrl", (PyCFunction) _wrap_new_wxPreSpinCtrl, METH_VARARGS | METH_KEYWORDS },
12279 { "new_wxSpinCtrl", (PyCFunction) _wrap_new_wxSpinCtrl, METH_VARARGS | METH_KEYWORDS },
12280 { "wxSlider_SetValue", (PyCFunction) _wrap_wxSlider_SetValue, METH_VARARGS | METH_KEYWORDS },
12281 { "wxSlider_SetTick", (PyCFunction) _wrap_wxSlider_SetTick, METH_VARARGS | METH_KEYWORDS },
12282 { "wxSlider_SetThumbLength", (PyCFunction) _wrap_wxSlider_SetThumbLength, METH_VARARGS | METH_KEYWORDS },
12283 { "wxSlider_SetSelection", (PyCFunction) _wrap_wxSlider_SetSelection, METH_VARARGS | METH_KEYWORDS },
12284 { "wxSlider_SetPageSize", (PyCFunction) _wrap_wxSlider_SetPageSize, METH_VARARGS | METH_KEYWORDS },
12285 { "wxSlider_SetLineSize", (PyCFunction) _wrap_wxSlider_SetLineSize, METH_VARARGS | METH_KEYWORDS },
12286 { "wxSlider_SetTickFreq", (PyCFunction) _wrap_wxSlider_SetTickFreq, METH_VARARGS | METH_KEYWORDS },
12287 { "wxSlider_SetRange", (PyCFunction) _wrap_wxSlider_SetRange, METH_VARARGS | METH_KEYWORDS },
12288 { "wxSlider_GetValue", (PyCFunction) _wrap_wxSlider_GetValue, METH_VARARGS | METH_KEYWORDS },
12289 { "wxSlider_GetTickFreq", (PyCFunction) _wrap_wxSlider_GetTickFreq, METH_VARARGS | METH_KEYWORDS },
12290 { "wxSlider_GetThumbLength", (PyCFunction) _wrap_wxSlider_GetThumbLength, METH_VARARGS | METH_KEYWORDS },
12291 { "wxSlider_GetSelStart", (PyCFunction) _wrap_wxSlider_GetSelStart, METH_VARARGS | METH_KEYWORDS },
12292 { "wxSlider_GetSelEnd", (PyCFunction) _wrap_wxSlider_GetSelEnd, METH_VARARGS | METH_KEYWORDS },
12293 { "wxSlider_GetPageSize", (PyCFunction) _wrap_wxSlider_GetPageSize, METH_VARARGS | METH_KEYWORDS },
12294 { "wxSlider_GetMin", (PyCFunction) _wrap_wxSlider_GetMin, METH_VARARGS | METH_KEYWORDS },
12295 { "wxSlider_GetMax", (PyCFunction) _wrap_wxSlider_GetMax, METH_VARARGS | METH_KEYWORDS },
12296 { "wxSlider_GetLineSize", (PyCFunction) _wrap_wxSlider_GetLineSize, METH_VARARGS | METH_KEYWORDS },
12297 { "wxSlider_ClearTicks", (PyCFunction) _wrap_wxSlider_ClearTicks, METH_VARARGS | METH_KEYWORDS },
12298 { "wxSlider_ClearSel", (PyCFunction) _wrap_wxSlider_ClearSel, METH_VARARGS | METH_KEYWORDS },
12299 { "wxSlider_Create", (PyCFunction) _wrap_wxSlider_Create, METH_VARARGS | METH_KEYWORDS },
12300 { "new_wxPreSlider", (PyCFunction) _wrap_new_wxPreSlider, METH_VARARGS | METH_KEYWORDS },
12301 { "new_wxSlider", (PyCFunction) _wrap_new_wxSlider, METH_VARARGS | METH_KEYWORDS },
12302 { "wxRadioButton_SetValue", (PyCFunction) _wrap_wxRadioButton_SetValue, METH_VARARGS | METH_KEYWORDS },
12303 { "wxRadioButton_GetValue", (PyCFunction) _wrap_wxRadioButton_GetValue, METH_VARARGS | METH_KEYWORDS },
12304 { "wxRadioButton_Create", (PyCFunction) _wrap_wxRadioButton_Create, METH_VARARGS | METH_KEYWORDS },
12305 { "new_wxPreRadioButton", (PyCFunction) _wrap_new_wxPreRadioButton, METH_VARARGS | METH_KEYWORDS },
12306 { "new_wxRadioButton", (PyCFunction) _wrap_new_wxRadioButton, METH_VARARGS | METH_KEYWORDS },
12307 { "wxRadioBox_ShowItem", (PyCFunction) _wrap_wxRadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS },
12308 { "wxRadioBox_Show", (PyCFunction) _wrap_wxRadioBox_Show, METH_VARARGS | METH_KEYWORDS },
12309 { "wxRadioBox_SetStringSelection", (PyCFunction) _wrap_wxRadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
12310 { "wxRadioBox_SetSelection", (PyCFunction) _wrap_wxRadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
12311 { "wxRadioBox_GetCount", (PyCFunction) _wrap_wxRadioBox_GetCount, METH_VARARGS | METH_KEYWORDS },
12312 { "wxRadioBox_GetStringSelection", (PyCFunction) _wrap_wxRadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
12313 { "wxRadioBox_GetSelection", (PyCFunction) _wrap_wxRadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
12314 { "wxRadioBox_GetNextItem", (PyCFunction) _wrap_wxRadioBox_GetNextItem, METH_VARARGS | METH_KEYWORDS },
12315 { "wxRadioBox_GetRowCount", (PyCFunction) _wrap_wxRadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS },
12316 { "wxRadioBox_GetColumnCount", (PyCFunction) _wrap_wxRadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
12317 { "wxRadioBox_SetString", (PyCFunction) _wrap_wxRadioBox_SetString, METH_VARARGS | METH_KEYWORDS },
12318 { "wxRadioBox_GetString", (PyCFunction) _wrap_wxRadioBox_GetString, METH_VARARGS | METH_KEYWORDS },
12319 { "wxRadioBox_FindString", (PyCFunction) _wrap_wxRadioBox_FindString, METH_VARARGS | METH_KEYWORDS },
12320 { "wxRadioBox_EnableItem", (PyCFunction) _wrap_wxRadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS },
12321 { "wxRadioBox_Enable", (PyCFunction) _wrap_wxRadioBox_Enable, METH_VARARGS | METH_KEYWORDS },
12322 { "wxRadioBox_Create", (PyCFunction) _wrap_wxRadioBox_Create, METH_VARARGS | METH_KEYWORDS },
12323 { "new_wxPreRadioBox", (PyCFunction) _wrap_new_wxPreRadioBox, METH_VARARGS | METH_KEYWORDS },
12324 { "new_wxRadioBox", (PyCFunction) _wrap_new_wxRadioBox, METH_VARARGS | METH_KEYWORDS },
12325 { "wxStaticBitmap_SetIcon", (PyCFunction) _wrap_wxStaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS },
12326 { "wxStaticBitmap_SetBitmap", (PyCFunction) _wrap_wxStaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS },
12327 { "wxStaticBitmap_GetBitmap", (PyCFunction) _wrap_wxStaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS },
12328 { "wxStaticBitmap_Create", (PyCFunction) _wrap_wxStaticBitmap_Create, METH_VARARGS | METH_KEYWORDS },
12329 { "new_wxPreStaticBitmap", (PyCFunction) _wrap_new_wxPreStaticBitmap, METH_VARARGS | METH_KEYWORDS },
12330 { "new_wxStaticBitmap", (PyCFunction) _wrap_new_wxStaticBitmap, METH_VARARGS | METH_KEYWORDS },
12331 { "wxSpinButton_SetValue", (PyCFunction) _wrap_wxSpinButton_SetValue, METH_VARARGS | METH_KEYWORDS },
12332 { "wxSpinButton_SetRange", (PyCFunction) _wrap_wxSpinButton_SetRange, METH_VARARGS | METH_KEYWORDS },
12333 { "wxSpinButton_GetValue", (PyCFunction) _wrap_wxSpinButton_GetValue, METH_VARARGS | METH_KEYWORDS },
12334 { "wxSpinButton_GetMin", (PyCFunction) _wrap_wxSpinButton_GetMin, METH_VARARGS | METH_KEYWORDS },
12335 { "wxSpinButton_GetMax", (PyCFunction) _wrap_wxSpinButton_GetMax, METH_VARARGS | METH_KEYWORDS },
12336 { "wxSpinButton_Create", (PyCFunction) _wrap_wxSpinButton_Create, METH_VARARGS | METH_KEYWORDS },
12337 { "new_wxPreSpinButton", (PyCFunction) _wrap_new_wxPreSpinButton, METH_VARARGS | METH_KEYWORDS },
12338 { "new_wxSpinButton", (PyCFunction) _wrap_new_wxSpinButton, METH_VARARGS | METH_KEYWORDS },
12339 { "wxScrollBar_SetScrollbar", (PyCFunction) _wrap_wxScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS },
12340 { "wxScrollBar_SetThumbPosition", (PyCFunction) _wrap_wxScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS },
12341 { "wxScrollBar_IsVertical", (PyCFunction) _wrap_wxScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS },
12342 { "wxScrollBar_GetThumbLength", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
12343 { "wxScrollBar_GetThumbSize", (PyCFunction) _wrap_wxScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
12344 { "wxScrollBar_GetThumbPosition", (PyCFunction) _wrap_wxScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS },
12345 { "wxScrollBar_GetPageSize", (PyCFunction) _wrap_wxScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS },
12346 { "wxScrollBar_GetRange", (PyCFunction) _wrap_wxScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS },
12347 { "wxScrollBar_Create", (PyCFunction) _wrap_wxScrollBar_Create, METH_VARARGS | METH_KEYWORDS },
12348 { "new_wxPreScrollBar", (PyCFunction) _wrap_new_wxPreScrollBar, METH_VARARGS | METH_KEYWORDS },
12349 { "new_wxScrollBar", (PyCFunction) _wrap_new_wxScrollBar, METH_VARARGS | METH_KEYWORDS },
12350 { "wxTextCtrl_GetString", (PyCFunction) _wrap_wxTextCtrl_GetString, METH_VARARGS | METH_KEYWORDS },
12351 { "wxTextCtrl_write", (PyCFunction) _wrap_wxTextCtrl_write, METH_VARARGS | METH_KEYWORDS },
12352 { "wxTextCtrl_IsMultiLine", (PyCFunction) _wrap_wxTextCtrl_IsMultiLine, METH_VARARGS | METH_KEYWORDS },
12353 { "wxTextCtrl_IsSingleLine", (PyCFunction) _wrap_wxTextCtrl_IsSingleLine, METH_VARARGS | METH_KEYWORDS },
12354 { "wxTextCtrl_SetEditable", (PyCFunction) _wrap_wxTextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS },
12355 { "wxTextCtrl_SelectAll", (PyCFunction) _wrap_wxTextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS },
12356 { "wxTextCtrl_SetSelection", (PyCFunction) _wrap_wxTextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
12357 { "wxTextCtrl_GetLastPosition", (PyCFunction) _wrap_wxTextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
12358 { "wxTextCtrl_GetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12359 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
12360 { "wxTextCtrl_SetInsertionPoint", (PyCFunction) _wrap_wxTextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12361 { "wxTextCtrl_CanRedo", (PyCFunction) _wrap_wxTextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS },
12362 { "wxTextCtrl_CanUndo", (PyCFunction) _wrap_wxTextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS },
12363 { "wxTextCtrl_Redo", (PyCFunction) _wrap_wxTextCtrl_Redo, METH_VARARGS | METH_KEYWORDS },
12364 { "wxTextCtrl_Undo", (PyCFunction) _wrap_wxTextCtrl_Undo, METH_VARARGS | METH_KEYWORDS },
12365 { "wxTextCtrl_CanPaste", (PyCFunction) _wrap_wxTextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS },
12366 { "wxTextCtrl_CanCut", (PyCFunction) _wrap_wxTextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS },
12367 { "wxTextCtrl_CanCopy", (PyCFunction) _wrap_wxTextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS },
12368 { "wxTextCtrl_Paste", (PyCFunction) _wrap_wxTextCtrl_Paste, METH_VARARGS | METH_KEYWORDS },
12369 { "wxTextCtrl_Cut", (PyCFunction) _wrap_wxTextCtrl_Cut, METH_VARARGS | METH_KEYWORDS },
12370 { "wxTextCtrl_Copy", (PyCFunction) _wrap_wxTextCtrl_Copy, METH_VARARGS | METH_KEYWORDS },
12371 { "wxTextCtrl_ShowPosition", (PyCFunction) _wrap_wxTextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS },
12372 { "wxTextCtrl_PositionToXY", (PyCFunction) _wrap_wxTextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS },
12373 { "wxTextCtrl_XYToPosition", (PyCFunction) _wrap_wxTextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS },
12374 { "wxTextCtrl_GetStyle", (PyCFunction) _wrap_wxTextCtrl_GetStyle, METH_VARARGS | METH_KEYWORDS },
12375 { "wxTextCtrl_GetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
12376 { "wxTextCtrl_SetDefaultStyle", (PyCFunction) _wrap_wxTextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
12377 { "wxTextCtrl_SetStyle", (PyCFunction) _wrap_wxTextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS },
12378 { "wxTextCtrl_EmulateKeyPress", (PyCFunction) _wrap_wxTextCtrl_EmulateKeyPress, METH_VARARGS | METH_KEYWORDS },
12379 { "wxTextCtrl_AppendText", (PyCFunction) _wrap_wxTextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS },
12380 { "wxTextCtrl_WriteText", (PyCFunction) _wrap_wxTextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS },
12381 { "wxTextCtrl_SetMaxLength", (PyCFunction) _wrap_wxTextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS },
12382 { "wxTextCtrl_DiscardEdits", (PyCFunction) _wrap_wxTextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS },
12383 { "wxTextCtrl_MarkDirty", (PyCFunction) _wrap_wxTextCtrl_MarkDirty, METH_VARARGS | METH_KEYWORDS },
12384 { "wxTextCtrl_SaveFile", (PyCFunction) _wrap_wxTextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS },
12385 { "wxTextCtrl_LoadFile", (PyCFunction) _wrap_wxTextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS },
12386 { "wxTextCtrl_Remove", (PyCFunction) _wrap_wxTextCtrl_Remove, METH_VARARGS | METH_KEYWORDS },
12387 { "wxTextCtrl_Replace", (PyCFunction) _wrap_wxTextCtrl_Replace, METH_VARARGS | METH_KEYWORDS },
12388 { "wxTextCtrl_Clear", (PyCFunction) _wrap_wxTextCtrl_Clear, METH_VARARGS | METH_KEYWORDS },
12389 { "wxTextCtrl_GetStringSelection", (PyCFunction) _wrap_wxTextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
12390 { "wxTextCtrl_GetSelection", (PyCFunction) _wrap_wxTextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
12391 { "wxTextCtrl_IsEditable", (PyCFunction) _wrap_wxTextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS },
12392 { "wxTextCtrl_IsModified", (PyCFunction) _wrap_wxTextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS },
12393 { "wxTextCtrl_GetNumberOfLines", (PyCFunction) _wrap_wxTextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS },
12394 { "wxTextCtrl_GetLineText", (PyCFunction) _wrap_wxTextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS },
12395 { "wxTextCtrl_GetLineLength", (PyCFunction) _wrap_wxTextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS },
12396 { "wxTextCtrl_GetRange", (PyCFunction) _wrap_wxTextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS },
12397 { "wxTextCtrl_SetValue", (PyCFunction) _wrap_wxTextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
12398 { "wxTextCtrl_GetValue", (PyCFunction) _wrap_wxTextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
12399 { "wxTextCtrl_Create", (PyCFunction) _wrap_wxTextCtrl_Create, METH_VARARGS | METH_KEYWORDS },
12400 { "new_wxPreTextCtrl", (PyCFunction) _wrap_new_wxPreTextCtrl, METH_VARARGS | METH_KEYWORDS },
12401 { "new_wxTextCtrl", (PyCFunction) _wrap_new_wxTextCtrl, METH_VARARGS | METH_KEYWORDS },
12402 { "wxTextAttr_Combine", (PyCFunction) _wrap_wxTextAttr_Combine, METH_VARARGS | METH_KEYWORDS },
12403 { "wxTextAttr_IsDefault", (PyCFunction) _wrap_wxTextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS },
12404 { "wxTextAttr_GetFlags", (PyCFunction) _wrap_wxTextAttr_GetFlags, METH_VARARGS | METH_KEYWORDS },
12405 { "wxTextAttr_GetRightIndent", (PyCFunction) _wrap_wxTextAttr_GetRightIndent, METH_VARARGS | METH_KEYWORDS },
12406 { "wxTextAttr_GetLeftIndent", (PyCFunction) _wrap_wxTextAttr_GetLeftIndent, METH_VARARGS | METH_KEYWORDS },
12407 { "wxTextAttr_GetTabs", (PyCFunction) _wrap_wxTextAttr_GetTabs, METH_VARARGS | METH_KEYWORDS },
12408 { "wxTextAttr_GetAlignment", (PyCFunction) _wrap_wxTextAttr_GetAlignment, METH_VARARGS | METH_KEYWORDS },
12409 { "wxTextAttr_GetFont", (PyCFunction) _wrap_wxTextAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
12410 { "wxTextAttr_GetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12411 { "wxTextAttr_GetTextColour", (PyCFunction) _wrap_wxTextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
12412 { "wxTextAttr_HasFlag", (PyCFunction) _wrap_wxTextAttr_HasFlag, METH_VARARGS | METH_KEYWORDS },
12413 { "wxTextAttr_HasRightIndent", (PyCFunction) _wrap_wxTextAttr_HasRightIndent, METH_VARARGS | METH_KEYWORDS },
12414 { "wxTextAttr_HasLeftIndent", (PyCFunction) _wrap_wxTextAttr_HasLeftIndent, METH_VARARGS | METH_KEYWORDS },
12415 { "wxTextAttr_HasTabs", (PyCFunction) _wrap_wxTextAttr_HasTabs, METH_VARARGS | METH_KEYWORDS },
12416 { "wxTextAttr_HasAlignment", (PyCFunction) _wrap_wxTextAttr_HasAlignment, METH_VARARGS | METH_KEYWORDS },
12417 { "wxTextAttr_HasFont", (PyCFunction) _wrap_wxTextAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
12418 { "wxTextAttr_HasBackgroundColour", (PyCFunction) _wrap_wxTextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12419 { "wxTextAttr_HasTextColour", (PyCFunction) _wrap_wxTextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
12420 { "wxTextAttr_SetFlags", (PyCFunction) _wrap_wxTextAttr_SetFlags, METH_VARARGS | METH_KEYWORDS },
12421 { "wxTextAttr_SetRightIndent", (PyCFunction) _wrap_wxTextAttr_SetRightIndent, METH_VARARGS | METH_KEYWORDS },
12422 { "wxTextAttr_SetLeftIndent", (PyCFunction) _wrap_wxTextAttr_SetLeftIndent, METH_VARARGS | METH_KEYWORDS },
12423 { "wxTextAttr_SetTabs", (PyCFunction) _wrap_wxTextAttr_SetTabs, METH_VARARGS | METH_KEYWORDS },
12424 { "wxTextAttr_SetAlignment", (PyCFunction) _wrap_wxTextAttr_SetAlignment, METH_VARARGS | METH_KEYWORDS },
12425 { "wxTextAttr_SetFont", (PyCFunction) _wrap_wxTextAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
12426 { "wxTextAttr_SetBackgroundColour", (PyCFunction) _wrap_wxTextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12427 { "wxTextAttr_SetTextColour", (PyCFunction) _wrap_wxTextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
12428 { "wxTextAttr_Init", (PyCFunction) _wrap_wxTextAttr_Init, METH_VARARGS | METH_KEYWORDS },
12429 { "delete_wxTextAttr", (PyCFunction) _wrap_delete_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
12430 { "new_wxTextAttr", (PyCFunction) _wrap_new_wxTextAttr, METH_VARARGS | METH_KEYWORDS },
12431 { "wxCheckListBox_HitTestXY", (PyCFunction) _wrap_wxCheckListBox_HitTestXY, METH_VARARGS | METH_KEYWORDS },
12432 { "wxCheckListBox_HitTest", (PyCFunction) _wrap_wxCheckListBox_HitTest, METH_VARARGS | METH_KEYWORDS },
12433 { "wxCheckListBox_GetItemHeight", (PyCFunction) _wrap_wxCheckListBox_GetItemHeight, METH_VARARGS | METH_KEYWORDS },
12434 { "wxCheckListBox_InsertItems", (PyCFunction) _wrap_wxCheckListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
12435 { "wxCheckListBox_Check", (PyCFunction) _wrap_wxCheckListBox_Check, METH_VARARGS | METH_KEYWORDS },
12436 { "wxCheckListBox_IsChecked", (PyCFunction) _wrap_wxCheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
12437 { "wxCheckListBox_Create", (PyCFunction) _wrap_wxCheckListBox_Create, METH_VARARGS | METH_KEYWORDS },
12438 { "new_wxPreCheckListBox", (PyCFunction) _wrap_new_wxPreCheckListBox, METH_VARARGS | METH_KEYWORDS },
12439 { "new_wxCheckListBox", (PyCFunction) _wrap_new_wxCheckListBox, METH_VARARGS | METH_KEYWORDS },
12440 { "wxListBox_SetStringSelection", (PyCFunction) _wrap_wxListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
12441 { "wxListBox_SetString", (PyCFunction) _wrap_wxListBox_SetString, METH_VARARGS | METH_KEYWORDS },
12442 { "wxListBox_SetSelection", (PyCFunction) _wrap_wxListBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
12443 { "wxListBox_SetFirstItemStr", (PyCFunction) _wrap_wxListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS },
12444 { "wxListBox_SetFirstItem", (PyCFunction) _wrap_wxListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS },
12445 { "wxListBox_Set", (PyCFunction) _wrap_wxListBox_Set, METH_VARARGS | METH_KEYWORDS },
12446 { "wxListBox_Selected", (PyCFunction) _wrap_wxListBox_Selected, METH_VARARGS | METH_KEYWORDS },
12447 { "wxListBox_IsSelected", (PyCFunction) _wrap_wxListBox_IsSelected, METH_VARARGS | METH_KEYWORDS },
12448 { "wxListBox_InsertItems", (PyCFunction) _wrap_wxListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
12449 { "wxListBox_GetSelections", (PyCFunction) _wrap_wxListBox_GetSelections, METH_VARARGS | METH_KEYWORDS },
12450 { "wxListBox_Deselect", (PyCFunction) _wrap_wxListBox_Deselect, METH_VARARGS | METH_KEYWORDS },
12451 { "wxListBox_Clear", (PyCFunction) _wrap_wxListBox_Clear, METH_VARARGS | METH_KEYWORDS },
12452 { "wxListBox_Create", (PyCFunction) _wrap_wxListBox_Create, METH_VARARGS | METH_KEYWORDS },
12453 { "new_wxPreListBox", (PyCFunction) _wrap_new_wxPreListBox, METH_VARARGS | METH_KEYWORDS },
12454 { "new_wxListBox", (PyCFunction) _wrap_new_wxListBox, METH_VARARGS | METH_KEYWORDS },
12455 { "wxStaticText_SetLabel", (PyCFunction) _wrap_wxStaticText_SetLabel, METH_VARARGS | METH_KEYWORDS },
12456 { "wxStaticText_GetLabel", (PyCFunction) _wrap_wxStaticText_GetLabel, METH_VARARGS | METH_KEYWORDS },
12457 { "wxStaticText_Create", (PyCFunction) _wrap_wxStaticText_Create, METH_VARARGS | METH_KEYWORDS },
12458 { "new_wxPreStaticText", (PyCFunction) _wrap_new_wxPreStaticText, METH_VARARGS | METH_KEYWORDS },
12459 { "new_wxStaticText", (PyCFunction) _wrap_new_wxStaticText, METH_VARARGS | METH_KEYWORDS },
12460 { "wxStaticLine_Create", (PyCFunction) _wrap_wxStaticLine_Create, METH_VARARGS | METH_KEYWORDS },
12461 { "new_wxPreStaticLine", (PyCFunction) _wrap_new_wxPreStaticLine, METH_VARARGS | METH_KEYWORDS },
12462 { "new_wxStaticLine", (PyCFunction) _wrap_new_wxStaticLine, METH_VARARGS | METH_KEYWORDS },
12463 { "wxStaticBox_Create", (PyCFunction) _wrap_wxStaticBox_Create, METH_VARARGS | METH_KEYWORDS },
12464 { "new_wxPreStaticBox", (PyCFunction) _wrap_new_wxPreStaticBox, METH_VARARGS | METH_KEYWORDS },
12465 { "new_wxStaticBox", (PyCFunction) _wrap_new_wxStaticBox, METH_VARARGS | METH_KEYWORDS },
12466 { "wxGauge_SetValue", (PyCFunction) _wrap_wxGauge_SetValue, METH_VARARGS | METH_KEYWORDS },
12467 { "wxGauge_SetShadowWidth", (PyCFunction) _wrap_wxGauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS },
12468 { "wxGauge_SetRange", (PyCFunction) _wrap_wxGauge_SetRange, METH_VARARGS | METH_KEYWORDS },
12469 { "wxGauge_SetBezelFace", (PyCFunction) _wrap_wxGauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS },
12470 { "wxGauge_IsVertical", (PyCFunction) _wrap_wxGauge_IsVertical, METH_VARARGS | METH_KEYWORDS },
12471 { "wxGauge_GetValue", (PyCFunction) _wrap_wxGauge_GetValue, METH_VARARGS | METH_KEYWORDS },
12472 { "wxGauge_GetShadowWidth", (PyCFunction) _wrap_wxGauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS },
12473 { "wxGauge_GetRange", (PyCFunction) _wrap_wxGauge_GetRange, METH_VARARGS | METH_KEYWORDS },
12474 { "wxGauge_GetBezelFace", (PyCFunction) _wrap_wxGauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS },
12475 { "wxGauge_Create", (PyCFunction) _wrap_wxGauge_Create, METH_VARARGS | METH_KEYWORDS },
12476 { "new_wxPreGauge", (PyCFunction) _wrap_new_wxPreGauge, METH_VARARGS | METH_KEYWORDS },
12477 { "new_wxGauge", (PyCFunction) _wrap_new_wxGauge, METH_VARARGS | METH_KEYWORDS },
12478 { "wxComboBox_SetEditable", (PyCFunction) _wrap_wxComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS },
12479 { "wxComboBox_SetValue", (PyCFunction) _wrap_wxComboBox_SetValue, METH_VARARGS | METH_KEYWORDS },
12480 { "wxComboBox_SetMark", (PyCFunction) _wrap_wxComboBox_SetMark, METH_VARARGS | METH_KEYWORDS },
12481 { "wxComboBox_SetSelection", (PyCFunction) _wrap_wxComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
12482 { "wxComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_wxComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
12483 { "wxComboBox_SetInsertionPoint", (PyCFunction) _wrap_wxComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12484 { "wxComboBox_Remove", (PyCFunction) _wrap_wxComboBox_Remove, METH_VARARGS | METH_KEYWORDS },
12485 { "wxComboBox_Replace", (PyCFunction) _wrap_wxComboBox_Replace, METH_VARARGS | METH_KEYWORDS },
12486 { "wxComboBox_Paste", (PyCFunction) _wrap_wxComboBox_Paste, METH_VARARGS | METH_KEYWORDS },
12487 { "wxComboBox_GetValue", (PyCFunction) _wrap_wxComboBox_GetValue, METH_VARARGS | METH_KEYWORDS },
12488 { "wxComboBox_GetLastPosition", (PyCFunction) _wrap_wxComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
12489 { "wxComboBox_GetInsertionPoint", (PyCFunction) _wrap_wxComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
12490 { "wxComboBox_Cut", (PyCFunction) _wrap_wxComboBox_Cut, METH_VARARGS | METH_KEYWORDS },
12491 { "wxComboBox_Copy", (PyCFunction) _wrap_wxComboBox_Copy, METH_VARARGS | METH_KEYWORDS },
12492 { "wxComboBox_Create", (PyCFunction) _wrap_wxComboBox_Create, METH_VARARGS | METH_KEYWORDS },
12493 { "new_wxPreComboBox", (PyCFunction) _wrap_new_wxPreComboBox, METH_VARARGS | METH_KEYWORDS },
12494 { "new_wxComboBox", (PyCFunction) _wrap_new_wxComboBox, METH_VARARGS | METH_KEYWORDS },
12495 { "wxChoice_SetString", (PyCFunction) _wrap_wxChoice_SetString, METH_VARARGS | METH_KEYWORDS },
12496 { "wxChoice_SetStringSelection", (PyCFunction) _wrap_wxChoice_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
12497 { "wxChoice_SetSelection", (PyCFunction) _wrap_wxChoice_SetSelection, METH_VARARGS | METH_KEYWORDS },
12498 { "wxChoice_SetColumns", (PyCFunction) _wrap_wxChoice_SetColumns, METH_VARARGS | METH_KEYWORDS },
12499 { "wxChoice_GetColumns", (PyCFunction) _wrap_wxChoice_GetColumns, METH_VARARGS | METH_KEYWORDS },
12500 { "wxChoice_Clear", (PyCFunction) _wrap_wxChoice_Clear, METH_VARARGS | METH_KEYWORDS },
12501 { "wxChoice_Create", (PyCFunction) _wrap_wxChoice_Create, METH_VARARGS | METH_KEYWORDS },
12502 { "new_wxPreChoice", (PyCFunction) _wrap_new_wxPreChoice, METH_VARARGS | METH_KEYWORDS },
12503 { "new_wxChoice", (PyCFunction) _wrap_new_wxChoice, METH_VARARGS | METH_KEYWORDS },
12504 { "wxCheckBox_Is3rdStateAllowedForUser", (PyCFunction) _wrap_wxCheckBox_Is3rdStateAllowedForUser, METH_VARARGS | METH_KEYWORDS },
12505 { "wxCheckBox_Is3State", (PyCFunction) _wrap_wxCheckBox_Is3State, METH_VARARGS | METH_KEYWORDS },
12506 { "wxCheckBox_Set3StateValue", (PyCFunction) _wrap_wxCheckBox_Set3StateValue, METH_VARARGS | METH_KEYWORDS },
12507 { "wxCheckBox_Get3StateValue", (PyCFunction) _wrap_wxCheckBox_Get3StateValue, METH_VARARGS | METH_KEYWORDS },
12508 { "wxCheckBox_SetValue", (PyCFunction) _wrap_wxCheckBox_SetValue, METH_VARARGS | METH_KEYWORDS },
12509 { "wxCheckBox_IsChecked", (PyCFunction) _wrap_wxCheckBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
12510 { "wxCheckBox_GetValue", (PyCFunction) _wrap_wxCheckBox_GetValue, METH_VARARGS | METH_KEYWORDS },
12511 { "wxCheckBox_Create", (PyCFunction) _wrap_wxCheckBox_Create, METH_VARARGS | METH_KEYWORDS },
12512 { "new_wxPreCheckBox", (PyCFunction) _wrap_new_wxPreCheckBox, METH_VARARGS | METH_KEYWORDS },
12513 { "new_wxCheckBox", (PyCFunction) _wrap_new_wxCheckBox, METH_VARARGS | METH_KEYWORDS },
12514 { "wxBitmapButton_GetMarginY", (PyCFunction) _wrap_wxBitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS },
12515 { "wxBitmapButton_GetMarginX", (PyCFunction) _wrap_wxBitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS },
12516 { "wxBitmapButton_SetMargins", (PyCFunction) _wrap_wxBitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS },
12517 { "wxBitmapButton_SetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
12518 { "wxBitmapButton_SetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
12519 { "wxBitmapButton_SetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
12520 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
12521 { "wxBitmapButton_GetBitmapSelected", (PyCFunction) _wrap_wxBitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
12522 { "wxBitmapButton_GetBitmapFocus", (PyCFunction) _wrap_wxBitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
12523 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_wxBitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
12524 { "wxBitmapButton_GetBitmapLabel", (PyCFunction) _wrap_wxBitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
12525 { "wxBitmapButton_Create", (PyCFunction) _wrap_wxBitmapButton_Create, METH_VARARGS | METH_KEYWORDS },
12526 { "new_wxPreBitmapButton", (PyCFunction) _wrap_new_wxPreBitmapButton, METH_VARARGS | METH_KEYWORDS },
12527 { "new_wxBitmapButton", (PyCFunction) _wrap_new_wxBitmapButton, METH_VARARGS | METH_KEYWORDS },
12528 { "wxButton_GetDefaultSize", (PyCFunction) _wrap_wxButton_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
12529 { "wxButton_SetImageMargins", (PyCFunction) _wrap_wxButton_SetImageMargins, METH_VARARGS | METH_KEYWORDS },
12530 { "wxButton_SetImageLabel", (PyCFunction) _wrap_wxButton_SetImageLabel, METH_VARARGS | METH_KEYWORDS },
12531 { "wxButton_SetForegroundColour", (PyCFunction) _wrap_wxButton_SetForegroundColour, METH_VARARGS | METH_KEYWORDS },
12532 { "wxButton_SetBackgroundColour", (PyCFunction) _wrap_wxButton_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
12533 { "wxButton_SetDefault", (PyCFunction) _wrap_wxButton_SetDefault, METH_VARARGS | METH_KEYWORDS },
12534 { "wxButton_Create", (PyCFunction) _wrap_wxButton_Create, METH_VARARGS | METH_KEYWORDS },
12535 { "new_wxPreButton", (PyCFunction) _wrap_new_wxPreButton, METH_VARARGS | METH_KEYWORDS },
12536 { "new_wxButton", (PyCFunction) _wrap_new_wxButton, METH_VARARGS | METH_KEYWORDS },
12537 { "wxControlWithItems_AppendItems", (PyCFunction) _wrap_wxControlWithItems_AppendItems, METH_VARARGS | METH_KEYWORDS },
12538 { "wxControlWithItems_SetClientData", (PyCFunction) _wrap_wxControlWithItems_SetClientData, METH_VARARGS | METH_KEYWORDS },
12539 { "wxControlWithItems_GetClientData", (PyCFunction) _wrap_wxControlWithItems_GetClientData, METH_VARARGS | METH_KEYWORDS },
12540 { "wxControlWithItems_Append", (PyCFunction) _wrap_wxControlWithItems_Append, METH_VARARGS | METH_KEYWORDS },
12541 { "wxControlWithItems_GetStringSelection", (PyCFunction) _wrap_wxControlWithItems_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
12542 { "wxControlWithItems_GetSelection", (PyCFunction) _wrap_wxControlWithItems_GetSelection, METH_VARARGS | METH_KEYWORDS },
12543 { "wxControlWithItems_Select", (PyCFunction) _wrap_wxControlWithItems_Select, METH_VARARGS | METH_KEYWORDS },
12544 { "wxControlWithItems_FindString", (PyCFunction) _wrap_wxControlWithItems_FindString, METH_VARARGS | METH_KEYWORDS },
12545 { "wxControlWithItems_SetString", (PyCFunction) _wrap_wxControlWithItems_SetString, METH_VARARGS | METH_KEYWORDS },
12546 { "wxControlWithItems_GetString", (PyCFunction) _wrap_wxControlWithItems_GetString, METH_VARARGS | METH_KEYWORDS },
12547 { "wxControlWithItems_GetCount", (PyCFunction) _wrap_wxControlWithItems_GetCount, METH_VARARGS | METH_KEYWORDS },
12548 { "wxControlWithItems_Delete", (PyCFunction) _wrap_wxControlWithItems_Delete, METH_VARARGS | METH_KEYWORDS },
12549 { "wxControl_SetLabel", (PyCFunction) _wrap_wxControl_SetLabel, METH_VARARGS | METH_KEYWORDS },
12550 { "wxControl_GetLabel", (PyCFunction) _wrap_wxControl_GetLabel, METH_VARARGS | METH_KEYWORDS },
12551 { "wxControl_Command", (PyCFunction) _wrap_wxControl_Command, METH_VARARGS | METH_KEYWORDS },
12552 { "wxControl_Create", (PyCFunction) _wrap_wxControl_Create, METH_VARARGS | METH_KEYWORDS },
12553 { "new_wxPreControl", (PyCFunction) _wrap_new_wxPreControl, METH_VARARGS | METH_KEYWORDS },
12554 { "new_wxControl", (PyCFunction) _wrap_new_wxControl, METH_VARARGS | METH_KEYWORDS },
12555 { NULL, NULL }
12556 };
12557 #ifdef __cplusplus
12558 }
12559 #endif
12560 /*
12561 * This table is used by the pointer type-checker
12562 */
12563 static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
12564 { "_signed_long","_long",0},
12565 { "_wxPrintQuality","_wxCoord",0},
12566 { "_wxPrintQuality","_int",0},
12567 { "_wxPrintQuality","_signed_int",0},
12568 { "_wxPrintQuality","_unsigned_int",0},
12569 { "_wxPrintQuality","_wxWindowID",0},
12570 { "_wxPrintQuality","_uint",0},
12571 { "_wxPrintQuality","_EBool",0},
12572 { "_wxPrintQuality","_size_t",0},
12573 { "_wxPrintQuality","_time_t",0},
12574 { "_byte","_unsigned_char",0},
12575 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice},
12576 { "_long","_unsigned_long",0},
12577 { "_long","_signed_long",0},
12578 { "_size_t","_wxCoord",0},
12579 { "_size_t","_wxPrintQuality",0},
12580 { "_size_t","_time_t",0},
12581 { "_size_t","_unsigned_int",0},
12582 { "_size_t","_int",0},
12583 { "_size_t","_wxWindowID",0},
12584 { "_size_t","_uint",0},
12585 { "_uint","_wxCoord",0},
12586 { "_uint","_wxPrintQuality",0},
12587 { "_uint","_time_t",0},
12588 { "_uint","_size_t",0},
12589 { "_uint","_unsigned_int",0},
12590 { "_uint","_int",0},
12591 { "_uint","_wxWindowID",0},
12592 { "_wxChar","_char",0},
12593 { "_char","_wxChar",0},
12594 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton},
12595 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
12596 { "_EBool","_wxCoord",0},
12597 { "_EBool","_wxPrintQuality",0},
12598 { "_EBool","_signed_int",0},
12599 { "_EBool","_int",0},
12600 { "_EBool","_wxWindowID",0},
12601 { "_unsigned_long","_long",0},
12602 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
12603 { "_signed_int","_wxCoord",0},
12604 { "_signed_int","_wxPrintQuality",0},
12605 { "_signed_int","_EBool",0},
12606 { "_signed_int","_wxWindowID",0},
12607 { "_signed_int","_int",0},
12608 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox},
12609 { "_WXTYPE","_short",0},
12610 { "_WXTYPE","_signed_short",0},
12611 { "_WXTYPE","_unsigned_short",0},
12612 { "_unsigned_short","_WXTYPE",0},
12613 { "_unsigned_short","_short",0},
12614 { "_wxObject","_wxToggleButton",SwigwxToggleButtonTowxObject},
12615 { "_wxObject","_wxSpinCtrl",SwigwxSpinCtrlTowxObject},
12616 { "_wxObject","_wxSlider",SwigwxSliderTowxObject},
12617 { "_wxObject","_wxRadioButton",SwigwxRadioButtonTowxObject},
12618 { "_wxObject","_wxRadioBox",SwigwxRadioBoxTowxObject},
12619 { "_wxObject","_wxStaticBitmap",SwigwxStaticBitmapTowxObject},
12620 { "_wxObject","_wxSpinButton",SwigwxSpinButtonTowxObject},
12621 { "_wxObject","_wxScrollBar",SwigwxScrollBarTowxObject},
12622 { "_wxObject","_wxTextCtrl",SwigwxTextCtrlTowxObject},
12623 { "_wxObject","_wxCheckListBox",SwigwxCheckListBoxTowxObject},
12624 { "_wxObject","_wxListBox",SwigwxListBoxTowxObject},
12625 { "_wxObject","_wxStaticText",SwigwxStaticTextTowxObject},
12626 { "_wxObject","_wxStaticLine",SwigwxStaticLineTowxObject},
12627 { "_wxObject","_wxStaticBox",SwigwxStaticBoxTowxObject},
12628 { "_wxObject","_wxGauge",SwigwxGaugeTowxObject},
12629 { "_wxObject","_wxComboBox",SwigwxComboBoxTowxObject},
12630 { "_wxObject","_wxChoice",SwigwxChoiceTowxObject},
12631 { "_wxObject","_wxCheckBox",SwigwxCheckBoxTowxObject},
12632 { "_wxObject","_wxBitmapButton",SwigwxBitmapButtonTowxObject},
12633 { "_wxObject","_wxButton",SwigwxButtonTowxObject},
12634 { "_wxObject","_wxControlWithItems",SwigwxControlWithItemsTowxObject},
12635 { "_wxObject","_wxControl",SwigwxControlTowxObject},
12636 { "_signed_short","_WXTYPE",0},
12637 { "_signed_short","_short",0},
12638 { "_unsigned_char","_byte",0},
12639 { "_wxControl","_wxToggleButton",SwigwxToggleButtonTowxControl},
12640 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl},
12641 { "_wxControl","_wxSlider",SwigwxSliderTowxControl},
12642 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl},
12643 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl},
12644 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl},
12645 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl},
12646 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl},
12647 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl},
12648 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl},
12649 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl},
12650 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl},
12651 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl},
12652 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl},
12653 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl},
12654 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl},
12655 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl},
12656 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl},
12657 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl},
12658 { "_wxControl","_wxButton",SwigwxButtonTowxControl},
12659 { "_wxControl","_wxControlWithItems",SwigwxControlWithItemsTowxControl},
12660 { "_unsigned_int","_wxCoord",0},
12661 { "_unsigned_int","_wxPrintQuality",0},
12662 { "_unsigned_int","_time_t",0},
12663 { "_unsigned_int","_size_t",0},
12664 { "_unsigned_int","_uint",0},
12665 { "_unsigned_int","_wxWindowID",0},
12666 { "_unsigned_int","_int",0},
12667 { "_short","_WXTYPE",0},
12668 { "_short","_unsigned_short",0},
12669 { "_short","_signed_short",0},
12670 { "_wxControlWithItems","_wxCheckListBox",SwigwxCheckListBoxTowxControlWithItems},
12671 { "_wxControlWithItems","_wxListBox",SwigwxListBoxTowxControlWithItems},
12672 { "_wxControlWithItems","_wxComboBox",SwigwxComboBoxTowxControlWithItems},
12673 { "_wxControlWithItems","_wxChoice",SwigwxChoiceTowxControlWithItems},
12674 { "_wxWindowID","_wxCoord",0},
12675 { "_wxWindowID","_wxPrintQuality",0},
12676 { "_wxWindowID","_time_t",0},
12677 { "_wxWindowID","_size_t",0},
12678 { "_wxWindowID","_EBool",0},
12679 { "_wxWindowID","_uint",0},
12680 { "_wxWindowID","_int",0},
12681 { "_wxWindowID","_signed_int",0},
12682 { "_wxWindowID","_unsigned_int",0},
12683 { "_int","_wxCoord",0},
12684 { "_int","_wxPrintQuality",0},
12685 { "_int","_time_t",0},
12686 { "_int","_size_t",0},
12687 { "_int","_EBool",0},
12688 { "_int","_uint",0},
12689 { "_int","_wxWindowID",0},
12690 { "_int","_unsigned_int",0},
12691 { "_int","_signed_int",0},
12692 { "_time_t","_wxCoord",0},
12693 { "_time_t","_wxPrintQuality",0},
12694 { "_time_t","_unsigned_int",0},
12695 { "_time_t","_int",0},
12696 { "_time_t","_wxWindowID",0},
12697 { "_time_t","_uint",0},
12698 { "_time_t","_size_t",0},
12699 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton},
12700 { "_wxCoord","_int",0},
12701 { "_wxCoord","_signed_int",0},
12702 { "_wxCoord","_unsigned_int",0},
12703 { "_wxCoord","_wxWindowID",0},
12704 { "_wxCoord","_uint",0},
12705 { "_wxCoord","_EBool",0},
12706 { "_wxCoord","_size_t",0},
12707 { "_wxCoord","_time_t",0},
12708 { "_wxCoord","_wxPrintQuality",0},
12709 { "_wxEvtHandler","_wxToggleButton",SwigwxToggleButtonTowxEvtHandler},
12710 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler},
12711 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler},
12712 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler},
12713 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler},
12714 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler},
12715 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler},
12716 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler},
12717 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler},
12718 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler},
12719 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler},
12720 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler},
12721 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler},
12722 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler},
12723 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler},
12724 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler},
12725 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler},
12726 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler},
12727 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler},
12728 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler},
12729 { "_wxEvtHandler","_wxControlWithItems",SwigwxControlWithItemsTowxEvtHandler},
12730 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler},
12731 { "_wxWindow","_wxToggleButton",SwigwxToggleButtonTowxWindow},
12732 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow},
12733 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow},
12734 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow},
12735 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow},
12736 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow},
12737 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow},
12738 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow},
12739 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow},
12740 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow},
12741 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow},
12742 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow},
12743 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow},
12744 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow},
12745 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow},
12746 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow},
12747 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow},
12748 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow},
12749 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow},
12750 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow},
12751 { "_wxWindow","_wxControlWithItems",SwigwxControlWithItemsTowxWindow},
12752 { "_wxWindow","_wxControl",SwigwxControlTowxWindow},
12753 {0,0,0}};
12754
12755 static PyObject *SWIG_globals;
12756 #ifdef __cplusplus
12757 extern "C"
12758 #endif
12759 SWIGEXPORT(void) initcontrolsc() {
12760 PyObject *m, *d;
12761 SWIG_globals = SWIG_newvarlink();
12762 m = Py_InitModule("controlsc", controlscMethods);
12763 d = PyModule_GetDict(m);
12764 PyDict_SetItemString(d,"cvar", SWIG_globals);
12765 SWIG_addvarlink(SWIG_globals,"wxDefaultValidator",_wrap_wxDefaultValidator_get, _wrap_wxDefaultValidator_set);
12766 PyDict_SetItemString(d,"wxCHK_2STATE", PyInt_FromLong((long) wxCHK_2STATE));
12767 PyDict_SetItemString(d,"wxCHK_3STATE", PyInt_FromLong((long) wxCHK_3STATE));
12768 PyDict_SetItemString(d,"wxCHK_ALLOW_3RD_STATE_FOR_USER", PyInt_FromLong((long) wxCHK_ALLOW_3RD_STATE_FOR_USER));
12769 PyDict_SetItemString(d,"wxCHK_UNCHECKED", PyInt_FromLong((long) wxCHK_UNCHECKED));
12770 PyDict_SetItemString(d,"wxCHK_CHECKED", PyInt_FromLong((long) wxCHK_CHECKED));
12771 PyDict_SetItemString(d,"wxCHK_UNDETERMINED", PyInt_FromLong((long) wxCHK_UNDETERMINED));
12772 PyDict_SetItemString(d,"wxTE_NO_VSCROLL", PyInt_FromLong((long) wxTE_NO_VSCROLL));
12773 PyDict_SetItemString(d,"wxTE_AUTO_SCROLL", PyInt_FromLong((long) wxTE_AUTO_SCROLL));
12774 PyDict_SetItemString(d,"wxTE_READONLY", PyInt_FromLong((long) wxTE_READONLY));
12775 PyDict_SetItemString(d,"wxTE_MULTILINE", PyInt_FromLong((long) wxTE_MULTILINE));
12776 PyDict_SetItemString(d,"wxTE_PROCESS_TAB", PyInt_FromLong((long) wxTE_PROCESS_TAB));
12777 PyDict_SetItemString(d,"wxTE_LEFT", PyInt_FromLong((long) wxTE_LEFT));
12778 PyDict_SetItemString(d,"wxTE_CENTER", PyInt_FromLong((long) wxTE_CENTER));
12779 PyDict_SetItemString(d,"wxTE_RIGHT", PyInt_FromLong((long) wxTE_RIGHT));
12780 PyDict_SetItemString(d,"wxTE_CENTRE", PyInt_FromLong((long) wxTE_CENTRE));
12781 PyDict_SetItemString(d,"wxTE_RICH", PyInt_FromLong((long) wxTE_RICH));
12782 PyDict_SetItemString(d,"wxTE_PROCESS_ENTER", PyInt_FromLong((long) wxTE_PROCESS_ENTER));
12783 PyDict_SetItemString(d,"wxTE_PASSWORD", PyInt_FromLong((long) wxTE_PASSWORD));
12784 PyDict_SetItemString(d,"wxTE_AUTO_URL", PyInt_FromLong((long) wxTE_AUTO_URL));
12785 PyDict_SetItemString(d,"wxTE_NOHIDESEL", PyInt_FromLong((long) wxTE_NOHIDESEL));
12786 PyDict_SetItemString(d,"wxTE_DONTWRAP", PyInt_FromLong((long) wxTE_DONTWRAP));
12787 PyDict_SetItemString(d,"wxTE_LINEWRAP", PyInt_FromLong((long) wxTE_LINEWRAP));
12788 PyDict_SetItemString(d,"wxTE_WORDWRAP", PyInt_FromLong((long) wxTE_WORDWRAP));
12789 PyDict_SetItemString(d,"wxTE_RICH2", PyInt_FromLong((long) wxTE_RICH2));
12790 PyDict_SetItemString(d,"wxTEXT_ATTR_TEXT_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_TEXT_COLOUR));
12791 PyDict_SetItemString(d,"wxTEXT_ATTR_BACKGROUND_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_BACKGROUND_COLOUR));
12792 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_FACE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_FACE));
12793 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_SIZE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_SIZE));
12794 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_WEIGHT", PyInt_FromLong((long) wxTEXT_ATTR_FONT_WEIGHT));
12795 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_ITALIC", PyInt_FromLong((long) wxTEXT_ATTR_FONT_ITALIC));
12796 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT_UNDERLINE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_UNDERLINE));
12797 PyDict_SetItemString(d,"wxTEXT_ATTR_FONT", PyInt_FromLong((long) wxTEXT_ATTR_FONT));
12798 PyDict_SetItemString(d,"wxTEXT_ATTR_ALIGNMENT", PyInt_FromLong((long) wxTEXT_ATTR_ALIGNMENT));
12799 PyDict_SetItemString(d,"wxTEXT_ATTR_LEFT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_LEFT_INDENT));
12800 PyDict_SetItemString(d,"wxTEXT_ATTR_RIGHT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_RIGHT_INDENT));
12801 PyDict_SetItemString(d,"wxTEXT_ATTR_TABS", PyInt_FromLong((long) wxTEXT_ATTR_TABS));
12802 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_DEFAULT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_DEFAULT));
12803 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_LEFT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_LEFT));
12804 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_CENTRE", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTRE));
12805 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_CENTER", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTER));
12806 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_RIGHT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_RIGHT));
12807 PyDict_SetItemString(d,"wxTEXT_ALIGNMENT_JUSTIFIED", PyInt_FromLong((long) wxTEXT_ALIGNMENT_JUSTIFIED));
12808 PyDict_SetItemString(d,"wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
12809 {
12810 int i;
12811 for (i = 0; _swig_mapping[i].n1; i++)
12812 SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv);
12813 }
12814 }