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