2 * FILE : src/gtk/controls.cpp
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Build 883)
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.
13 * Do not make changes to this file--changes will be lost!
19 /* Implementation : PYTHON */
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a) __declspec(dllexport) a
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a) a _export
32 # define SWIGEXPORT(a) a
36 # define SWIGEXPORT(a) a
45 extern void SWIG_MakePtr(char *, void *, char *);
46 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47 extern char *SWIG_GetPtr(char *, void **, char *);
48 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
49 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
50 extern PyObject
*SWIG_newvarlink(void);
54 #define SWIG_init initcontrolsc
56 #define SWIG_name "controlsc"
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>
68 #include <wx/checklst.h>
73 #include <wx/checklst.h>
78 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
84 } else if (target
== Py_None
) {
88 if (!PyTuple_Check(target
)) {
90 target
= PyTuple_New(1);
91 PyTuple_SetItem(target
, 0, o2
);
94 PyTuple_SetItem(o3
, 0, o
);
97 target
= PySequence_Concat(o2
, o3
);
104 #if PYTHON_API_VERSION >= 1009
105 static char* wxStringErrorMsg
= "String or Unicode type required";
107 static char* wxStringErrorMsg
= "String type required";
112 static int _wrap_wxDefaultValidator_set(PyObject
*val
) {
114 PyErr_SetString(PyExc_TypeError
,"Variable wxDefaultValidator is read-only.");
118 static PyObject
*_wrap_wxDefaultValidator_get() {
122 SWIG_MakePtr(ptemp
,(char *) &wxDefaultValidator
,"_wxValidator_p");
123 pyobj
= PyString_FromString(ptemp
);
127 static void *SwigwxControlTowxWindow(void *ptr
) {
130 src
= (wxControl
*) ptr
;
131 dest
= (wxWindow
*) src
;
132 return (void *) dest
;
135 static void *SwigwxControlTowxEvtHandler(void *ptr
) {
138 src
= (wxControl
*) ptr
;
139 dest
= (wxEvtHandler
*) src
;
140 return (void *) dest
;
143 static void *SwigwxControlTowxObject(void *ptr
) {
146 src
= (wxControl
*) ptr
;
147 dest
= (wxObject
*) src
;
148 return (void *) dest
;
151 #define new_wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
152 static PyObject
*_wrap_new_wxControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
153 PyObject
* _resultobj
;
157 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
158 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
159 long _arg4
= (long ) 0;
160 wxValidator
* _arg5
= (wxValidator
*) &wxDefaultValidator
;
161 char * _arg6
= (char *) "control";
162 PyObject
* _argo0
= 0;
164 PyObject
* _obj2
= 0;
166 PyObject
* _obj3
= 0;
167 PyObject
* _argo5
= 0;
168 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOlOs:new_wxControl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_arg6
))
175 if (_argo0
== Py_None
) { _arg0
= NULL
; }
176 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
177 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxControl. Expected _wxWindow_p.");
184 if (! wxPoint_helper(_obj2
, &_arg2
))
190 if (! wxSize_helper(_obj3
, &_arg3
))
194 if (_argo5
== Py_None
) { _arg5
= NULL
; }
195 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
196 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxControl. Expected _wxValidator_p.");
201 wxPy_BEGIN_ALLOW_THREADS
;
202 _result
= (wxControl
*)new_wxControl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
204 wxPy_END_ALLOW_THREADS
;
205 if (PyErr_Occurred()) return NULL
;
207 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxControl_p");
208 _resultobj
= Py_BuildValue("s",_ptemp
);
211 _resultobj
= Py_None
;
216 #define new_wxPreControl() (new wxControl())
217 static PyObject
*_wrap_new_wxPreControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
218 PyObject
* _resultobj
;
220 char *_kwnames
[] = { NULL
};
224 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreControl",_kwnames
))
227 wxPy_BEGIN_ALLOW_THREADS
;
228 _result
= (wxControl
*)new_wxPreControl();
230 wxPy_END_ALLOW_THREADS
;
231 if (PyErr_Occurred()) return NULL
;
233 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxControl_p");
234 _resultobj
= Py_BuildValue("s",_ptemp
);
237 _resultobj
= Py_None
;
242 #define wxControl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
243 static PyObject
*_wrap_wxControl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
244 PyObject
* _resultobj
;
249 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
250 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
251 long _arg5
= (long ) 0;
252 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
253 char * _arg7
= (char *) "control";
254 PyObject
* _argo0
= 0;
255 PyObject
* _argo1
= 0;
257 PyObject
* _obj3
= 0;
259 PyObject
* _obj4
= 0;
260 PyObject
* _argo6
= 0;
261 char *_kwnames
[] = { "self","parent","id","pos","size","style","validator","name", NULL
};
264 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOlOs:wxControl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
267 if (_argo0
== Py_None
) { _arg0
= NULL
; }
268 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
269 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_Create. Expected _wxControl_p.");
274 if (_argo1
== Py_None
) { _arg1
= NULL
; }
275 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
276 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxControl_Create. Expected _wxWindow_p.");
283 if (! wxPoint_helper(_obj3
, &_arg3
))
289 if (! wxSize_helper(_obj4
, &_arg4
))
293 if (_argo6
== Py_None
) { _arg6
= NULL
; }
294 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
295 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxControl_Create. Expected _wxValidator_p.");
300 wxPy_BEGIN_ALLOW_THREADS
;
301 _result
= (bool )wxControl_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
303 wxPy_END_ALLOW_THREADS
;
304 if (PyErr_Occurred()) return NULL
;
305 } _resultobj
= Py_BuildValue("i",_result
);
309 #define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
310 static PyObject
*_wrap_wxControl_Command(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
311 PyObject
* _resultobj
;
313 wxCommandEvent
* _arg1
;
314 PyObject
* _argo0
= 0;
315 PyObject
* _argo1
= 0;
316 char *_kwnames
[] = { "self","event", NULL
};
319 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_Command",_kwnames
,&_argo0
,&_argo1
))
322 if (_argo0
== Py_None
) { _arg0
= NULL
; }
323 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
324 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
329 if (_argo1
== Py_None
) { _arg1
= NULL
; }
330 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxCommandEvent_p")) {
331 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
336 wxPy_BEGIN_ALLOW_THREADS
;
337 wxControl_Command(_arg0
,*_arg1
);
339 wxPy_END_ALLOW_THREADS
;
340 if (PyErr_Occurred()) return NULL
;
341 } Py_INCREF(Py_None
);
342 _resultobj
= Py_None
;
346 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
347 static PyObject
*_wrap_wxControl_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
348 PyObject
* _resultobj
;
351 PyObject
* _argo0
= 0;
352 char *_kwnames
[] = { "self", NULL
};
355 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControl_GetLabel",_kwnames
,&_argo0
))
358 if (_argo0
== Py_None
) { _arg0
= NULL
; }
359 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
360 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
365 wxPy_BEGIN_ALLOW_THREADS
;
366 _result
= new wxString (wxControl_GetLabel(_arg0
));
368 wxPy_END_ALLOW_THREADS
;
369 if (PyErr_Occurred()) return NULL
;
371 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
379 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
380 static PyObject
*_wrap_wxControl_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
381 PyObject
* _resultobj
;
384 PyObject
* _argo0
= 0;
385 PyObject
* _obj1
= 0;
386 char *_kwnames
[] = { "self","label", NULL
};
389 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_SetLabel",_kwnames
,&_argo0
,&_obj1
))
392 if (_argo0
== Py_None
) { _arg0
= NULL
; }
393 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
394 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
399 #if PYTHON_API_VERSION >= 1009
400 char* tmpPtr
; int tmpSize
;
401 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
402 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
405 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
407 _arg1
= new wxString(tmpPtr
, tmpSize
);
409 if (!PyString_Check(_obj1
)) {
410 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
413 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
417 wxPy_BEGIN_ALLOW_THREADS
;
418 wxControl_SetLabel(_arg0
,*_arg1
);
420 wxPy_END_ALLOW_THREADS
;
421 if (PyErr_Occurred()) return NULL
;
422 } Py_INCREF(Py_None
);
423 _resultobj
= Py_None
;
431 static void *SwigwxControlWithItemsTowxControl(void *ptr
) {
432 wxControlWithItems
*src
;
434 src
= (wxControlWithItems
*) ptr
;
435 dest
= (wxControl
*) src
;
436 return (void *) dest
;
439 static void *SwigwxControlWithItemsTowxWindow(void *ptr
) {
440 wxControlWithItems
*src
;
442 src
= (wxControlWithItems
*) ptr
;
443 dest
= (wxWindow
*) src
;
444 return (void *) dest
;
447 static void *SwigwxControlWithItemsTowxEvtHandler(void *ptr
) {
448 wxControlWithItems
*src
;
450 src
= (wxControlWithItems
*) ptr
;
451 dest
= (wxEvtHandler
*) src
;
452 return (void *) dest
;
455 static void *SwigwxControlWithItemsTowxObject(void *ptr
) {
456 wxControlWithItems
*src
;
458 src
= (wxControlWithItems
*) ptr
;
459 dest
= (wxObject
*) src
;
460 return (void *) dest
;
463 #define wxControlWithItems_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
464 static PyObject
*_wrap_wxControlWithItems_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
465 PyObject
* _resultobj
;
466 wxControlWithItems
* _arg0
;
468 PyObject
* _argo0
= 0;
469 char *_kwnames
[] = { "self","n", NULL
};
472 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_Delete",_kwnames
,&_argo0
,&_arg1
))
475 if (_argo0
== Py_None
) { _arg0
= NULL
; }
476 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_Delete. Expected _wxControlWithItems_p.");
482 wxPy_BEGIN_ALLOW_THREADS
;
483 wxControlWithItems_Delete(_arg0
,_arg1
);
485 wxPy_END_ALLOW_THREADS
;
486 if (PyErr_Occurred()) return NULL
;
487 } Py_INCREF(Py_None
);
488 _resultobj
= Py_None
;
492 #define wxControlWithItems_GetCount(_swigobj) (_swigobj->GetCount())
493 static PyObject
*_wrap_wxControlWithItems_GetCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
494 PyObject
* _resultobj
;
496 wxControlWithItems
* _arg0
;
497 PyObject
* _argo0
= 0;
498 char *_kwnames
[] = { "self", NULL
};
501 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControlWithItems_GetCount",_kwnames
,&_argo0
))
504 if (_argo0
== Py_None
) { _arg0
= NULL
; }
505 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
506 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetCount. Expected _wxControlWithItems_p.");
511 wxPy_BEGIN_ALLOW_THREADS
;
512 _result
= (int )wxControlWithItems_GetCount(_arg0
);
514 wxPy_END_ALLOW_THREADS
;
515 if (PyErr_Occurred()) return NULL
;
516 } _resultobj
= Py_BuildValue("i",_result
);
520 #define wxControlWithItems_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
521 static PyObject
*_wrap_wxControlWithItems_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
522 PyObject
* _resultobj
;
524 wxControlWithItems
* _arg0
;
526 PyObject
* _argo0
= 0;
527 char *_kwnames
[] = { "self","n", NULL
};
530 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_GetString",_kwnames
,&_argo0
,&_arg1
))
533 if (_argo0
== Py_None
) { _arg0
= NULL
; }
534 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
535 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetString. Expected _wxControlWithItems_p.");
540 wxPy_BEGIN_ALLOW_THREADS
;
541 _result
= new wxString (wxControlWithItems_GetString(_arg0
,_arg1
));
543 wxPy_END_ALLOW_THREADS
;
544 if (PyErr_Occurred()) return NULL
;
546 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
554 #define wxControlWithItems_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
555 static PyObject
*_wrap_wxControlWithItems_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
556 PyObject
* _resultobj
;
557 wxControlWithItems
* _arg0
;
560 PyObject
* _argo0
= 0;
561 PyObject
* _obj2
= 0;
562 char *_kwnames
[] = { "self","n","s", NULL
};
565 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxControlWithItems_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
568 if (_argo0
== Py_None
) { _arg0
= NULL
; }
569 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
570 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_SetString. Expected _wxControlWithItems_p.");
575 #if PYTHON_API_VERSION >= 1009
576 char* tmpPtr
; int tmpSize
;
577 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
578 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
581 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
583 _arg2
= new wxString(tmpPtr
, tmpSize
);
585 if (!PyString_Check(_obj2
)) {
586 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
589 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
593 wxPy_BEGIN_ALLOW_THREADS
;
594 wxControlWithItems_SetString(_arg0
,_arg1
,*_arg2
);
596 wxPy_END_ALLOW_THREADS
;
597 if (PyErr_Occurred()) return NULL
;
598 } Py_INCREF(Py_None
);
599 _resultobj
= Py_None
;
607 #define wxControlWithItems_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
608 static PyObject
*_wrap_wxControlWithItems_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
609 PyObject
* _resultobj
;
611 wxControlWithItems
* _arg0
;
613 PyObject
* _argo0
= 0;
614 PyObject
* _obj1
= 0;
615 char *_kwnames
[] = { "self","s", NULL
};
618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControlWithItems_FindString",_kwnames
,&_argo0
,&_obj1
))
621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_FindString. Expected _wxControlWithItems_p.");
628 #if PYTHON_API_VERSION >= 1009
629 char* tmpPtr
; int tmpSize
;
630 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
631 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
634 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
636 _arg1
= new wxString(tmpPtr
, tmpSize
);
638 if (!PyString_Check(_obj1
)) {
639 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
642 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
646 wxPy_BEGIN_ALLOW_THREADS
;
647 _result
= (int )wxControlWithItems_FindString(_arg0
,*_arg1
);
649 wxPy_END_ALLOW_THREADS
;
650 if (PyErr_Occurred()) return NULL
;
651 } _resultobj
= Py_BuildValue("i",_result
);
659 #define wxControlWithItems_Select(_swigobj,_swigarg0) (_swigobj->Select(_swigarg0))
660 static PyObject
*_wrap_wxControlWithItems_Select(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
661 PyObject
* _resultobj
;
662 wxControlWithItems
* _arg0
;
664 PyObject
* _argo0
= 0;
665 char *_kwnames
[] = { "self","n", NULL
};
668 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_Select",_kwnames
,&_argo0
,&_arg1
))
671 if (_argo0
== Py_None
) { _arg0
= NULL
; }
672 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
673 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_Select. Expected _wxControlWithItems_p.");
678 wxPy_BEGIN_ALLOW_THREADS
;
679 wxControlWithItems_Select(_arg0
,_arg1
);
681 wxPy_END_ALLOW_THREADS
;
682 if (PyErr_Occurred()) return NULL
;
683 } Py_INCREF(Py_None
);
684 _resultobj
= Py_None
;
688 #define wxControlWithItems_GetSelection(_swigobj) (_swigobj->GetSelection())
689 static PyObject
*_wrap_wxControlWithItems_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
690 PyObject
* _resultobj
;
692 wxControlWithItems
* _arg0
;
693 PyObject
* _argo0
= 0;
694 char *_kwnames
[] = { "self", NULL
};
697 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControlWithItems_GetSelection",_kwnames
,&_argo0
))
700 if (_argo0
== Py_None
) { _arg0
= NULL
; }
701 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
702 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetSelection. Expected _wxControlWithItems_p.");
707 wxPy_BEGIN_ALLOW_THREADS
;
708 _result
= (int )wxControlWithItems_GetSelection(_arg0
);
710 wxPy_END_ALLOW_THREADS
;
711 if (PyErr_Occurred()) return NULL
;
712 } _resultobj
= Py_BuildValue("i",_result
);
716 #define wxControlWithItems_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
717 static PyObject
*_wrap_wxControlWithItems_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
718 PyObject
* _resultobj
;
720 wxControlWithItems
* _arg0
;
721 PyObject
* _argo0
= 0;
722 char *_kwnames
[] = { "self", NULL
};
725 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControlWithItems_GetStringSelection",_kwnames
,&_argo0
))
728 if (_argo0
== Py_None
) { _arg0
= NULL
; }
729 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
730 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetStringSelection. Expected _wxControlWithItems_p.");
735 wxPy_BEGIN_ALLOW_THREADS
;
736 _result
= new wxString (wxControlWithItems_GetStringSelection(_arg0
));
738 wxPy_END_ALLOW_THREADS
;
739 if (PyErr_Occurred()) return NULL
;
741 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
749 static void wxControlWithItems_Append(wxControlWithItems
*self
,const wxString
& item
,PyObject
* clientData
) {
751 wxPyClientData
* data
= new wxPyClientData(clientData
);
752 self
->Append(item
, data
);
756 static PyObject
*_wrap_wxControlWithItems_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
757 PyObject
* _resultobj
;
758 wxControlWithItems
* _arg0
;
760 PyObject
* _arg2
= (PyObject
*) NULL
;
761 PyObject
* _argo0
= 0;
762 PyObject
* _obj1
= 0;
763 PyObject
* _obj2
= 0;
764 char *_kwnames
[] = { "self","item","clientData", NULL
};
767 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|O:wxControlWithItems_Append",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
770 if (_argo0
== Py_None
) { _arg0
= NULL
; }
771 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
772 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_Append. Expected _wxControlWithItems_p.");
777 #if PYTHON_API_VERSION >= 1009
778 char* tmpPtr
; int tmpSize
;
779 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
780 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
783 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
785 _arg1
= new wxString(tmpPtr
, tmpSize
);
787 if (!PyString_Check(_obj1
)) {
788 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
791 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
799 wxPy_BEGIN_ALLOW_THREADS
;
800 wxControlWithItems_Append(_arg0
,*_arg1
,_arg2
);
802 wxPy_END_ALLOW_THREADS
;
803 if (PyErr_Occurred()) return NULL
;
804 } Py_INCREF(Py_None
);
805 _resultobj
= Py_None
;
813 static PyObject
* wxControlWithItems_GetClientData(wxControlWithItems
*self
,int n
) {
814 wxPyClientData
* data
= (wxPyClientData
*)self
->GetClientObject(n
);
816 Py_INCREF(data
->m_obj
);
823 static PyObject
*_wrap_wxControlWithItems_GetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
824 PyObject
* _resultobj
;
826 wxControlWithItems
* _arg0
;
828 PyObject
* _argo0
= 0;
829 char *_kwnames
[] = { "self","n", NULL
};
832 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_GetClientData",_kwnames
,&_argo0
,&_arg1
))
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.");
842 wxPy_BEGIN_ALLOW_THREADS
;
843 _result
= (PyObject
*)wxControlWithItems_GetClientData(_arg0
,_arg1
);
845 wxPy_END_ALLOW_THREADS
;
846 if (PyErr_Occurred()) return NULL
;
848 _resultobj
= _result
;
853 static void wxControlWithItems_SetClientData(wxControlWithItems
*self
,int n
,PyObject
* clientData
) {
854 wxPyClientData
* data
= new wxPyClientData(clientData
);
855 self
->SetClientObject(n
, data
);
857 static PyObject
*_wrap_wxControlWithItems_SetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
858 PyObject
* _resultobj
;
859 wxControlWithItems
* _arg0
;
862 PyObject
* _argo0
= 0;
863 PyObject
* _obj2
= 0;
864 char *_kwnames
[] = { "self","n","clientData", NULL
};
867 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxControlWithItems_SetClientData",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
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.");
880 wxPy_BEGIN_ALLOW_THREADS
;
881 wxControlWithItems_SetClientData(_arg0
,_arg1
,_arg2
);
883 wxPy_END_ALLOW_THREADS
;
884 if (PyErr_Occurred()) return NULL
;
885 } Py_INCREF(Py_None
);
886 _resultobj
= Py_None
;
890 static void *SwigwxButtonTowxControl(void *ptr
) {
893 src
= (wxButton
*) ptr
;
894 dest
= (wxControl
*) src
;
895 return (void *) dest
;
898 static void *SwigwxButtonTowxWindow(void *ptr
) {
901 src
= (wxButton
*) ptr
;
902 dest
= (wxWindow
*) src
;
903 return (void *) dest
;
906 static void *SwigwxButtonTowxEvtHandler(void *ptr
) {
909 src
= (wxButton
*) ptr
;
910 dest
= (wxEvtHandler
*) src
;
911 return (void *) dest
;
914 static void *SwigwxButtonTowxObject(void *ptr
) {
917 src
= (wxButton
*) ptr
;
918 dest
= (wxObject
*) src
;
919 return (void *) dest
;
922 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
923 static PyObject
*_wrap_new_wxButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
924 PyObject
* _resultobj
;
929 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
930 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
931 long _arg5
= (long ) 0;
932 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
933 char * _arg7
= (char *) "button";
934 PyObject
* _argo0
= 0;
935 PyObject
* _obj2
= 0;
937 PyObject
* _obj3
= 0;
939 PyObject
* _obj4
= 0;
940 PyObject
* _argo6
= 0;
941 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
945 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
948 if (_argo0
== Py_None
) { _arg0
= NULL
; }
949 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
950 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
955 #if PYTHON_API_VERSION >= 1009
956 char* tmpPtr
; int tmpSize
;
957 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
958 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
961 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
963 _arg2
= new wxString(tmpPtr
, tmpSize
);
965 if (!PyString_Check(_obj2
)) {
966 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
969 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
975 if (! wxPoint_helper(_obj3
, &_arg3
))
981 if (! wxSize_helper(_obj4
, &_arg4
))
985 if (_argo6
== Py_None
) { _arg6
= NULL
; }
986 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
987 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
992 wxPy_BEGIN_ALLOW_THREADS
;
993 _result
= (wxButton
*)new_wxButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
995 wxPy_END_ALLOW_THREADS
;
996 if (PyErr_Occurred()) return NULL
;
998 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
999 _resultobj
= Py_BuildValue("s",_ptemp
);
1002 _resultobj
= Py_None
;
1011 #define new_wxPreButton() (new wxButton())
1012 static PyObject
*_wrap_new_wxPreButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1013 PyObject
* _resultobj
;
1015 char *_kwnames
[] = { NULL
};
1019 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreButton",_kwnames
))
1022 wxPy_BEGIN_ALLOW_THREADS
;
1023 _result
= (wxButton
*)new_wxPreButton();
1025 wxPy_END_ALLOW_THREADS
;
1026 if (PyErr_Occurred()) return NULL
;
1028 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
1029 _resultobj
= Py_BuildValue("s",_ptemp
);
1032 _resultobj
= Py_None
;
1037 #define wxButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1038 static PyObject
*_wrap_wxButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1039 PyObject
* _resultobj
;
1045 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
1046 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
1047 long _arg6
= (long ) 0;
1048 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
1049 char * _arg8
= (char *) "button";
1050 PyObject
* _argo0
= 0;
1051 PyObject
* _argo1
= 0;
1052 PyObject
* _obj3
= 0;
1054 PyObject
* _obj4
= 0;
1056 PyObject
* _obj5
= 0;
1057 PyObject
* _argo7
= 0;
1058 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
1061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOs:wxButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
1064 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1065 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1066 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_Create. Expected _wxButton_p.");
1071 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1072 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
1073 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxButton_Create. Expected _wxWindow_p.");
1078 #if PYTHON_API_VERSION >= 1009
1079 char* tmpPtr
; int tmpSize
;
1080 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
1081 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1084 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
1086 _arg3
= new wxString(tmpPtr
, tmpSize
);
1088 if (!PyString_Check(_obj3
)) {
1089 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1092 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
1098 if (! wxPoint_helper(_obj4
, &_arg4
))
1104 if (! wxSize_helper(_obj5
, &_arg5
))
1108 if (_argo7
== Py_None
) { _arg7
= NULL
; }
1109 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
1110 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxButton_Create. Expected _wxValidator_p.");
1115 wxPy_BEGIN_ALLOW_THREADS
;
1116 _result
= (bool )wxButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,_arg8
);
1118 wxPy_END_ALLOW_THREADS
;
1119 if (PyErr_Occurred()) return NULL
;
1120 } _resultobj
= Py_BuildValue("i",_result
);
1128 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
1129 static PyObject
*_wrap_wxButton_SetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1130 PyObject
* _resultobj
;
1132 PyObject
* _argo0
= 0;
1133 char *_kwnames
[] = { "self", NULL
};
1136 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxButton_SetDefault",_kwnames
,&_argo0
))
1139 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1140 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1141 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
1146 wxPy_BEGIN_ALLOW_THREADS
;
1147 wxButton_SetDefault(_arg0
);
1149 wxPy_END_ALLOW_THREADS
;
1150 if (PyErr_Occurred()) return NULL
;
1151 } Py_INCREF(Py_None
);
1152 _resultobj
= Py_None
;
1156 #define wxButton_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1157 static PyObject
*_wrap_wxButton_SetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1158 PyObject
* _resultobj
;
1161 PyObject
* _argo0
= 0;
1163 PyObject
* _obj1
= 0;
1164 char *_kwnames
[] = { "self","colour", NULL
};
1167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxButton_SetBackgroundColour",_kwnames
,&_argo0
,&_obj1
))
1170 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1171 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1172 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetBackgroundColour. Expected _wxButton_p.");
1178 if (! wxColour_helper(_obj1
, &_arg1
))
1182 wxPy_BEGIN_ALLOW_THREADS
;
1183 wxButton_SetBackgroundColour(_arg0
,*_arg1
);
1185 wxPy_END_ALLOW_THREADS
;
1186 if (PyErr_Occurred()) return NULL
;
1187 } Py_INCREF(Py_None
);
1188 _resultobj
= Py_None
;
1192 #define wxButton_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0))
1193 static PyObject
*_wrap_wxButton_SetForegroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1194 PyObject
* _resultobj
;
1197 PyObject
* _argo0
= 0;
1199 PyObject
* _obj1
= 0;
1200 char *_kwnames
[] = { "self","colour", NULL
};
1203 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxButton_SetForegroundColour",_kwnames
,&_argo0
,&_obj1
))
1206 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1207 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1208 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetForegroundColour. Expected _wxButton_p.");
1214 if (! wxColour_helper(_obj1
, &_arg1
))
1218 wxPy_BEGIN_ALLOW_THREADS
;
1219 wxButton_SetForegroundColour(_arg0
,*_arg1
);
1221 wxPy_END_ALLOW_THREADS
;
1222 if (PyErr_Occurred()) return NULL
;
1223 } Py_INCREF(Py_None
);
1224 _resultobj
= Py_None
;
1228 static PyObject
*_wrap_wxButton_GetDefaultSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1229 PyObject
* _resultobj
;
1231 char *_kwnames
[] = { NULL
};
1235 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxButton_GetDefaultSize",_kwnames
))
1238 wxPy_BEGIN_ALLOW_THREADS
;
1239 _result
= new wxSize (wxButton::GetDefaultSize());
1241 wxPy_END_ALLOW_THREADS
;
1242 if (PyErr_Occurred()) return NULL
;
1243 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
1244 _resultobj
= Py_BuildValue("s",_ptemp
);
1248 static void *SwigwxBitmapButtonTowxButton(void *ptr
) {
1249 wxBitmapButton
*src
;
1251 src
= (wxBitmapButton
*) ptr
;
1252 dest
= (wxButton
*) src
;
1253 return (void *) dest
;
1256 static void *SwigwxBitmapButtonTowxControl(void *ptr
) {
1257 wxBitmapButton
*src
;
1259 src
= (wxBitmapButton
*) ptr
;
1260 dest
= (wxControl
*) src
;
1261 return (void *) dest
;
1264 static void *SwigwxBitmapButtonTowxWindow(void *ptr
) {
1265 wxBitmapButton
*src
;
1267 src
= (wxBitmapButton
*) ptr
;
1268 dest
= (wxWindow
*) src
;
1269 return (void *) dest
;
1272 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr
) {
1273 wxBitmapButton
*src
;
1275 src
= (wxBitmapButton
*) ptr
;
1276 dest
= (wxEvtHandler
*) src
;
1277 return (void *) dest
;
1280 static void *SwigwxBitmapButtonTowxObject(void *ptr
) {
1281 wxBitmapButton
*src
;
1283 src
= (wxBitmapButton
*) ptr
;
1284 dest
= (wxObject
*) src
;
1285 return (void *) dest
;
1288 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1289 static PyObject
*_wrap_new_wxBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1290 PyObject
* _resultobj
;
1291 wxBitmapButton
* _result
;
1295 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
1296 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
1297 long _arg5
= (long ) wxBU_AUTODRAW
;
1298 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
1299 char * _arg7
= (char *) "button";
1300 PyObject
* _argo0
= 0;
1301 PyObject
* _argo2
= 0;
1303 PyObject
* _obj3
= 0;
1305 PyObject
* _obj4
= 0;
1306 PyObject
* _argo6
= 0;
1307 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL
};
1311 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxBitmapButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
1314 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1315 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1316 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
1321 if (_argo2
== Py_None
) { _arg2
= NULL
; }
1322 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
1323 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
1330 if (! wxPoint_helper(_obj3
, &_arg3
))
1336 if (! wxSize_helper(_obj4
, &_arg4
))
1340 if (_argo6
== Py_None
) { _arg6
= NULL
; }
1341 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
1342 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
1347 wxPy_BEGIN_ALLOW_THREADS
;
1348 _result
= (wxBitmapButton
*)new_wxBitmapButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
1350 wxPy_END_ALLOW_THREADS
;
1351 if (PyErr_Occurred()) return NULL
;
1353 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
1354 _resultobj
= Py_BuildValue("s",_ptemp
);
1357 _resultobj
= Py_None
;
1362 #define new_wxPreBitmapButton() (new wxBitmapButton())
1363 static PyObject
*_wrap_new_wxPreBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1364 PyObject
* _resultobj
;
1365 wxBitmapButton
* _result
;
1366 char *_kwnames
[] = { NULL
};
1370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreBitmapButton",_kwnames
))
1373 wxPy_BEGIN_ALLOW_THREADS
;
1374 _result
= (wxBitmapButton
*)new_wxPreBitmapButton();
1376 wxPy_END_ALLOW_THREADS
;
1377 if (PyErr_Occurred()) return NULL
;
1379 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
1380 _resultobj
= Py_BuildValue("s",_ptemp
);
1383 _resultobj
= Py_None
;
1388 #define wxBitmapButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1389 static PyObject
*_wrap_wxBitmapButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1390 PyObject
* _resultobj
;
1392 wxBitmapButton
* _arg0
;
1396 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
1397 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
1398 long _arg6
= (long ) wxBU_AUTODRAW
;
1399 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
1400 char * _arg8
= (char *) "button";
1401 PyObject
* _argo0
= 0;
1402 PyObject
* _argo1
= 0;
1403 PyObject
* _argo3
= 0;
1405 PyObject
* _obj4
= 0;
1407 PyObject
* _obj5
= 0;
1408 PyObject
* _argo7
= 0;
1409 char *_kwnames
[] = { "self","parent","id","bitmap","pos","size","style","validator","name", NULL
};
1412 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOs:wxBitmapButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_argo3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
1415 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1416 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1417 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_Create. Expected _wxBitmapButton_p.");
1422 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1423 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
1424 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_Create. Expected _wxWindow_p.");
1429 if (_argo3
== Py_None
) { _arg3
= NULL
; }
1430 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxBitmap_p")) {
1431 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxBitmapButton_Create. Expected _wxBitmap_p.");
1438 if (! wxPoint_helper(_obj4
, &_arg4
))
1444 if (! wxSize_helper(_obj5
, &_arg5
))
1448 if (_argo7
== Py_None
) { _arg7
= NULL
; }
1449 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
1450 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxBitmapButton_Create. Expected _wxValidator_p.");
1455 wxPy_BEGIN_ALLOW_THREADS
;
1456 _result
= (bool )wxBitmapButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,_arg8
);
1458 wxPy_END_ALLOW_THREADS
;
1459 if (PyErr_Occurred()) return NULL
;
1460 } _resultobj
= Py_BuildValue("i",_result
);
1464 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
1465 static PyObject
*_wrap_wxBitmapButton_GetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1466 PyObject
* _resultobj
;
1468 wxBitmapButton
* _arg0
;
1469 PyObject
* _argo0
= 0;
1470 char *_kwnames
[] = { "self", NULL
};
1474 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapLabel",_kwnames
,&_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_GetBitmapLabel. Expected _wxBitmapButton_p.");
1484 wxPy_BEGIN_ALLOW_THREADS
;
1485 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapLabel(_arg0
);
1486 _result
= (wxBitmap
*) &_result_ref
;
1488 wxPy_END_ALLOW_THREADS
;
1489 if (PyErr_Occurred()) return NULL
;
1491 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
1492 _resultobj
= Py_BuildValue("s",_ptemp
);
1495 _resultobj
= Py_None
;
1500 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
1501 static PyObject
*_wrap_wxBitmapButton_GetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1502 PyObject
* _resultobj
;
1504 wxBitmapButton
* _arg0
;
1505 PyObject
* _argo0
= 0;
1506 char *_kwnames
[] = { "self", NULL
};
1510 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapDisabled",_kwnames
,&_argo0
))
1513 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1514 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1515 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
1520 wxPy_BEGIN_ALLOW_THREADS
;
1521 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapDisabled(_arg0
);
1522 _result
= (wxBitmap
*) &_result_ref
;
1524 wxPy_END_ALLOW_THREADS
;
1525 if (PyErr_Occurred()) return NULL
;
1527 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
1528 _resultobj
= Py_BuildValue("s",_ptemp
);
1531 _resultobj
= Py_None
;
1536 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
1537 static PyObject
*_wrap_wxBitmapButton_GetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1538 PyObject
* _resultobj
;
1540 wxBitmapButton
* _arg0
;
1541 PyObject
* _argo0
= 0;
1542 char *_kwnames
[] = { "self", NULL
};
1546 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapFocus",_kwnames
,&_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_GetBitmapFocus. Expected _wxBitmapButton_p.");
1556 wxPy_BEGIN_ALLOW_THREADS
;
1557 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapFocus(_arg0
);
1558 _result
= (wxBitmap
*) &_result_ref
;
1560 wxPy_END_ALLOW_THREADS
;
1561 if (PyErr_Occurred()) return NULL
;
1563 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
1564 _resultobj
= Py_BuildValue("s",_ptemp
);
1567 _resultobj
= Py_None
;
1572 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
1573 static PyObject
*_wrap_wxBitmapButton_GetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1574 PyObject
* _resultobj
;
1576 wxBitmapButton
* _arg0
;
1577 PyObject
* _argo0
= 0;
1578 char *_kwnames
[] = { "self", NULL
};
1582 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapSelected",_kwnames
,&_argo0
))
1585 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1586 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1587 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
1592 wxPy_BEGIN_ALLOW_THREADS
;
1593 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapSelected(_arg0
);
1594 _result
= (wxBitmap
*) &_result_ref
;
1596 wxPy_END_ALLOW_THREADS
;
1597 if (PyErr_Occurred()) return NULL
;
1599 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
1600 _resultobj
= Py_BuildValue("s",_ptemp
);
1603 _resultobj
= Py_None
;
1608 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
1609 static PyObject
*_wrap_wxBitmapButton_SetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1610 PyObject
* _resultobj
;
1611 wxBitmapButton
* _arg0
;
1613 PyObject
* _argo0
= 0;
1614 PyObject
* _argo1
= 0;
1615 char *_kwnames
[] = { "self","bitmap", NULL
};
1618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames
,&_argo0
,&_argo1
))
1621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
1628 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1629 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
1635 wxPy_BEGIN_ALLOW_THREADS
;
1636 wxBitmapButton_SetBitmapDisabled(_arg0
,*_arg1
);
1638 wxPy_END_ALLOW_THREADS
;
1639 if (PyErr_Occurred()) return NULL
;
1640 } Py_INCREF(Py_None
);
1641 _resultobj
= Py_None
;
1645 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
1646 static PyObject
*_wrap_wxBitmapButton_SetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1647 PyObject
* _resultobj
;
1648 wxBitmapButton
* _arg0
;
1650 PyObject
* _argo0
= 0;
1651 PyObject
* _argo1
= 0;
1652 char *_kwnames
[] = { "self","bitmap", NULL
};
1655 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapFocus",_kwnames
,&_argo0
,&_argo1
))
1658 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1659 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1660 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
1665 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1666 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1667 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
1672 wxPy_BEGIN_ALLOW_THREADS
;
1673 wxBitmapButton_SetBitmapFocus(_arg0
,*_arg1
);
1675 wxPy_END_ALLOW_THREADS
;
1676 if (PyErr_Occurred()) return NULL
;
1677 } Py_INCREF(Py_None
);
1678 _resultobj
= Py_None
;
1682 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
1683 static PyObject
*_wrap_wxBitmapButton_SetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1684 PyObject
* _resultobj
;
1685 wxBitmapButton
* _arg0
;
1687 PyObject
* _argo0
= 0;
1688 PyObject
* _argo1
= 0;
1689 char *_kwnames
[] = { "self","bitmap", NULL
};
1692 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapSelected",_kwnames
,&_argo0
,&_argo1
))
1695 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1696 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1697 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
1702 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1703 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1704 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
1709 wxPy_BEGIN_ALLOW_THREADS
;
1710 wxBitmapButton_SetBitmapSelected(_arg0
,*_arg1
);
1712 wxPy_END_ALLOW_THREADS
;
1713 if (PyErr_Occurred()) return NULL
;
1714 } Py_INCREF(Py_None
);
1715 _resultobj
= Py_None
;
1719 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
1720 static PyObject
*_wrap_wxBitmapButton_SetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1721 PyObject
* _resultobj
;
1722 wxBitmapButton
* _arg0
;
1724 PyObject
* _argo0
= 0;
1725 PyObject
* _argo1
= 0;
1726 char *_kwnames
[] = { "self","bitmap", NULL
};
1729 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapLabel",_kwnames
,&_argo0
,&_argo1
))
1732 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1733 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1734 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
1739 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1740 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1741 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
1746 wxPy_BEGIN_ALLOW_THREADS
;
1747 wxBitmapButton_SetBitmapLabel(_arg0
,*_arg1
);
1749 wxPy_END_ALLOW_THREADS
;
1750 if (PyErr_Occurred()) return NULL
;
1751 } Py_INCREF(Py_None
);
1752 _resultobj
= Py_None
;
1756 #define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
1757 static PyObject
*_wrap_wxBitmapButton_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1758 PyObject
* _resultobj
;
1759 wxBitmapButton
* _arg0
;
1762 PyObject
* _argo0
= 0;
1763 char *_kwnames
[] = { "self","x","y", NULL
};
1766 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxBitmapButton_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1769 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1770 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1771 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
1776 wxPy_BEGIN_ALLOW_THREADS
;
1777 wxBitmapButton_SetMargins(_arg0
,_arg1
,_arg2
);
1779 wxPy_END_ALLOW_THREADS
;
1780 if (PyErr_Occurred()) return NULL
;
1781 } Py_INCREF(Py_None
);
1782 _resultobj
= Py_None
;
1786 #define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
1787 static PyObject
*_wrap_wxBitmapButton_GetMarginX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1788 PyObject
* _resultobj
;
1790 wxBitmapButton
* _arg0
;
1791 PyObject
* _argo0
= 0;
1792 char *_kwnames
[] = { "self", NULL
};
1795 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginX",_kwnames
,&_argo0
))
1798 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1799 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1800 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
1805 wxPy_BEGIN_ALLOW_THREADS
;
1806 _result
= (int )wxBitmapButton_GetMarginX(_arg0
);
1808 wxPy_END_ALLOW_THREADS
;
1809 if (PyErr_Occurred()) return NULL
;
1810 } _resultobj
= Py_BuildValue("i",_result
);
1814 #define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
1815 static PyObject
*_wrap_wxBitmapButton_GetMarginY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1816 PyObject
* _resultobj
;
1818 wxBitmapButton
* _arg0
;
1819 PyObject
* _argo0
= 0;
1820 char *_kwnames
[] = { "self", NULL
};
1823 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginY",_kwnames
,&_argo0
))
1826 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1827 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1828 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1833 wxPy_BEGIN_ALLOW_THREADS
;
1834 _result
= (int )wxBitmapButton_GetMarginY(_arg0
);
1836 wxPy_END_ALLOW_THREADS
;
1837 if (PyErr_Occurred()) return NULL
;
1838 } _resultobj
= Py_BuildValue("i",_result
);
1842 static void *SwigwxCheckBoxTowxControl(void *ptr
) {
1845 src
= (wxCheckBox
*) ptr
;
1846 dest
= (wxControl
*) src
;
1847 return (void *) dest
;
1850 static void *SwigwxCheckBoxTowxWindow(void *ptr
) {
1853 src
= (wxCheckBox
*) ptr
;
1854 dest
= (wxWindow
*) src
;
1855 return (void *) dest
;
1858 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr
) {
1861 src
= (wxCheckBox
*) ptr
;
1862 dest
= (wxEvtHandler
*) src
;
1863 return (void *) dest
;
1866 static void *SwigwxCheckBoxTowxObject(void *ptr
) {
1869 src
= (wxCheckBox
*) ptr
;
1870 dest
= (wxObject
*) src
;
1871 return (void *) dest
;
1874 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1875 static PyObject
*_wrap_new_wxCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1876 PyObject
* _resultobj
;
1877 wxCheckBox
* _result
;
1881 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
1882 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
1883 long _arg5
= (long ) 0;
1884 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
1885 char * _arg7
= (char *) "checkBox";
1886 PyObject
* _argo0
= 0;
1887 PyObject
* _obj2
= 0;
1889 PyObject
* _obj3
= 0;
1891 PyObject
* _obj4
= 0;
1892 PyObject
* _argo6
= 0;
1893 char *_kwnames
[] = { "parent","id","label","pos","size","style","val","name", NULL
};
1897 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxCheckBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
1900 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1901 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1902 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
1907 #if PYTHON_API_VERSION >= 1009
1908 char* tmpPtr
; int tmpSize
;
1909 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
1910 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1913 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
1915 _arg2
= new wxString(tmpPtr
, tmpSize
);
1917 if (!PyString_Check(_obj2
)) {
1918 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1921 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
1927 if (! wxPoint_helper(_obj3
, &_arg3
))
1933 if (! wxSize_helper(_obj4
, &_arg4
))
1937 if (_argo6
== Py_None
) { _arg6
= NULL
; }
1938 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
1939 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
1944 wxPy_BEGIN_ALLOW_THREADS
;
1945 _result
= (wxCheckBox
*)new_wxCheckBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
1947 wxPy_END_ALLOW_THREADS
;
1948 if (PyErr_Occurred()) return NULL
;
1950 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
1951 _resultobj
= Py_BuildValue("s",_ptemp
);
1954 _resultobj
= Py_None
;
1963 #define new_wxPreCheckBox() (new wxCheckBox())
1964 static PyObject
*_wrap_new_wxPreCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1965 PyObject
* _resultobj
;
1966 wxCheckBox
* _result
;
1967 char *_kwnames
[] = { NULL
};
1971 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreCheckBox",_kwnames
))
1974 wxPy_BEGIN_ALLOW_THREADS
;
1975 _result
= (wxCheckBox
*)new_wxPreCheckBox();
1977 wxPy_END_ALLOW_THREADS
;
1978 if (PyErr_Occurred()) return NULL
;
1980 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
1981 _resultobj
= Py_BuildValue("s",_ptemp
);
1984 _resultobj
= Py_None
;
1989 #define wxCheckBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1990 static PyObject
*_wrap_wxCheckBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1991 PyObject
* _resultobj
;
1997 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
1998 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
1999 long _arg6
= (long ) 0;
2000 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
2001 char * _arg8
= (char *) "checkBox";
2002 PyObject
* _argo0
= 0;
2003 PyObject
* _argo1
= 0;
2004 PyObject
* _obj3
= 0;
2006 PyObject
* _obj4
= 0;
2008 PyObject
* _obj5
= 0;
2009 PyObject
* _argo7
= 0;
2010 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","val","name", NULL
};
2013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOs:wxCheckBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
2016 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2017 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2018 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Create. Expected _wxCheckBox_p.");
2023 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2024 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2025 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCheckBox_Create. Expected _wxWindow_p.");
2030 #if PYTHON_API_VERSION >= 1009
2031 char* tmpPtr
; int tmpSize
;
2032 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
2033 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2036 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
2038 _arg3
= new wxString(tmpPtr
, tmpSize
);
2040 if (!PyString_Check(_obj3
)) {
2041 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2044 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
2050 if (! wxPoint_helper(_obj4
, &_arg4
))
2056 if (! wxSize_helper(_obj5
, &_arg5
))
2060 if (_argo7
== Py_None
) { _arg7
= NULL
; }
2061 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2062 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxCheckBox_Create. Expected _wxValidator_p.");
2067 wxPy_BEGIN_ALLOW_THREADS
;
2068 _result
= (bool )wxCheckBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,_arg8
);
2070 wxPy_END_ALLOW_THREADS
;
2071 if (PyErr_Occurred()) return NULL
;
2072 } _resultobj
= Py_BuildValue("i",_result
);
2080 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
2081 static PyObject
*_wrap_wxCheckBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2082 PyObject
* _resultobj
;
2085 PyObject
* _argo0
= 0;
2086 char *_kwnames
[] = { "self", NULL
};
2089 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_GetValue",_kwnames
,&_argo0
))
2092 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2093 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2094 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
2099 wxPy_BEGIN_ALLOW_THREADS
;
2100 _result
= (bool )wxCheckBox_GetValue(_arg0
);
2102 wxPy_END_ALLOW_THREADS
;
2103 if (PyErr_Occurred()) return NULL
;
2104 } _resultobj
= Py_BuildValue("i",_result
);
2108 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2109 static PyObject
*_wrap_wxCheckBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2110 PyObject
* _resultobj
;
2113 PyObject
* _argo0
= 0;
2115 char *_kwnames
[] = { "self","state", NULL
};
2118 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_SetValue",_kwnames
,&_argo0
,&tempbool1
))
2121 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2122 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2123 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
2127 _arg1
= (bool ) tempbool1
;
2129 wxPy_BEGIN_ALLOW_THREADS
;
2130 wxCheckBox_SetValue(_arg0
,_arg1
);
2132 wxPy_END_ALLOW_THREADS
;
2133 if (PyErr_Occurred()) return NULL
;
2134 } Py_INCREF(Py_None
);
2135 _resultobj
= Py_None
;
2139 static void *SwigwxChoiceTowxControlWithItems(void *ptr
) {
2141 wxControlWithItems
*dest
;
2142 src
= (wxChoice
*) ptr
;
2143 dest
= (wxControlWithItems
*) src
;
2144 return (void *) dest
;
2147 static void *SwigwxChoiceTowxControl(void *ptr
) {
2150 src
= (wxChoice
*) ptr
;
2151 dest
= (wxControl
*) src
;
2152 return (void *) dest
;
2155 static void *SwigwxChoiceTowxWindow(void *ptr
) {
2158 src
= (wxChoice
*) ptr
;
2159 dest
= (wxWindow
*) src
;
2160 return (void *) dest
;
2163 static void *SwigwxChoiceTowxEvtHandler(void *ptr
) {
2166 src
= (wxChoice
*) ptr
;
2167 dest
= (wxEvtHandler
*) src
;
2168 return (void *) dest
;
2171 static void *SwigwxChoiceTowxObject(void *ptr
) {
2174 src
= (wxChoice
*) ptr
;
2175 dest
= (wxObject
*) src
;
2176 return (void *) dest
;
2179 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2180 static PyObject
*_wrap_new_wxChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2181 PyObject
* _resultobj
;
2185 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
2186 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
2187 int _arg4
= (int ) 0;
2188 wxString
* _arg5
= (wxString
*) NULL
;
2189 long _arg6
= (long ) 0;
2190 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
2191 char * _arg8
= (char *) "choice";
2192 PyObject
* _argo0
= 0;
2194 PyObject
* _obj2
= 0;
2196 PyObject
* _obj3
= 0;
2197 PyObject
* _obj5
= 0;
2198 PyObject
* _argo7
= 0;
2199 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
2203 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxChoice",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
2206 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2207 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2208 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
2215 if (! wxPoint_helper(_obj2
, &_arg2
))
2221 if (! wxSize_helper(_obj3
, &_arg3
))
2226 _arg5
= wxString_LIST_helper(_obj5
);
2227 if (_arg5
== NULL
) {
2232 if (_argo7
== Py_None
) { _arg7
= NULL
; }
2233 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2234 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
2240 _arg4
= PyList_Size(_obj5
);
2247 wxPy_BEGIN_ALLOW_THREADS
;
2248 _result
= (wxChoice
*)new_wxChoice(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
2250 wxPy_END_ALLOW_THREADS
;
2251 if (PyErr_Occurred()) return NULL
;
2253 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
2254 _resultobj
= Py_BuildValue("s",_ptemp
);
2257 _resultobj
= Py_None
;
2265 #define new_wxPreChoice() (new wxChoice())
2266 static PyObject
*_wrap_new_wxPreChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2267 PyObject
* _resultobj
;
2269 char *_kwnames
[] = { NULL
};
2273 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreChoice",_kwnames
))
2276 wxPy_BEGIN_ALLOW_THREADS
;
2277 _result
= (wxChoice
*)new_wxPreChoice();
2279 wxPy_END_ALLOW_THREADS
;
2280 if (PyErr_Occurred()) return NULL
;
2282 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
2283 _resultobj
= Py_BuildValue("s",_ptemp
);
2286 _resultobj
= Py_None
;
2291 #define wxChoice_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2292 static PyObject
*_wrap_wxChoice_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2293 PyObject
* _resultobj
;
2298 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
2299 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
2300 int _arg5
= (int ) 0;
2301 wxString
* _arg6
= (wxString
*) NULL
;
2302 long _arg7
= (long ) 0;
2303 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
2304 char * _arg9
= (char *) "choice";
2305 PyObject
* _argo0
= 0;
2306 PyObject
* _argo1
= 0;
2308 PyObject
* _obj3
= 0;
2310 PyObject
* _obj4
= 0;
2311 PyObject
* _obj6
= 0;
2312 PyObject
* _argo8
= 0;
2313 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
2316 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOs:wxChoice_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
2319 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2320 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2321 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Create. Expected _wxChoice_p.");
2326 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2327 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2328 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxChoice_Create. Expected _wxWindow_p.");
2335 if (! wxPoint_helper(_obj3
, &_arg3
))
2341 if (! wxSize_helper(_obj4
, &_arg4
))
2346 _arg6
= wxString_LIST_helper(_obj6
);
2347 if (_arg6
== NULL
) {
2352 if (_argo8
== Py_None
) { _arg8
= NULL
; }
2353 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
2354 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxChoice_Create. Expected _wxValidator_p.");
2360 _arg5
= PyList_Size(_obj6
);
2367 wxPy_BEGIN_ALLOW_THREADS
;
2368 _result
= (bool )wxChoice_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
2370 wxPy_END_ALLOW_THREADS
;
2371 if (PyErr_Occurred()) return NULL
;
2372 } _resultobj
= Py_BuildValue("i",_result
);
2379 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
2380 static PyObject
*_wrap_wxChoice_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2381 PyObject
* _resultobj
;
2383 PyObject
* _argo0
= 0;
2384 char *_kwnames
[] = { "self", NULL
};
2387 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Clear",_kwnames
,&_argo0
))
2390 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2391 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2392 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
2397 wxPy_BEGIN_ALLOW_THREADS
;
2398 wxChoice_Clear(_arg0
);
2400 wxPy_END_ALLOW_THREADS
;
2401 if (PyErr_Occurred()) return NULL
;
2402 } Py_INCREF(Py_None
);
2403 _resultobj
= Py_None
;
2407 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
2408 static PyObject
*_wrap_wxChoice_GetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2409 PyObject
* _resultobj
;
2412 PyObject
* _argo0
= 0;
2413 char *_kwnames
[] = { "self", NULL
};
2416 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetColumns",_kwnames
,&_argo0
))
2419 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2420 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2421 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
2426 wxPy_BEGIN_ALLOW_THREADS
;
2427 _result
= (int )wxChoice_GetColumns(_arg0
);
2429 wxPy_END_ALLOW_THREADS
;
2430 if (PyErr_Occurred()) return NULL
;
2431 } _resultobj
= Py_BuildValue("i",_result
);
2435 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
2436 static PyObject
*_wrap_wxChoice_SetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2437 PyObject
* _resultobj
;
2439 int _arg1
= (int ) 1;
2440 PyObject
* _argo0
= 0;
2441 char *_kwnames
[] = { "self","n", NULL
};
2444 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|i:wxChoice_SetColumns",_kwnames
,&_argo0
,&_arg1
))
2447 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2448 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2449 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
2454 wxPy_BEGIN_ALLOW_THREADS
;
2455 wxChoice_SetColumns(_arg0
,_arg1
);
2457 wxPy_END_ALLOW_THREADS
;
2458 if (PyErr_Occurred()) return NULL
;
2459 } Py_INCREF(Py_None
);
2460 _resultobj
= Py_None
;
2464 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2465 static PyObject
*_wrap_wxChoice_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2466 PyObject
* _resultobj
;
2469 PyObject
* _argo0
= 0;
2470 char *_kwnames
[] = { "self","n", NULL
};
2473 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_SetSelection",_kwnames
,&_argo0
,&_arg1
))
2476 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2477 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2478 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
2483 wxPy_BEGIN_ALLOW_THREADS
;
2484 wxChoice_SetSelection(_arg0
,_arg1
);
2486 wxPy_END_ALLOW_THREADS
;
2487 if (PyErr_Occurred()) return NULL
;
2488 } Py_INCREF(Py_None
);
2489 _resultobj
= Py_None
;
2493 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
2494 static PyObject
*_wrap_wxChoice_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2495 PyObject
* _resultobj
;
2498 PyObject
* _argo0
= 0;
2499 PyObject
* _obj1
= 0;
2500 char *_kwnames
[] = { "self","string", NULL
};
2503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
2506 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2507 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2508 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
2513 #if PYTHON_API_VERSION >= 1009
2514 char* tmpPtr
; int tmpSize
;
2515 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
2516 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2519 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
2521 _arg1
= new wxString(tmpPtr
, tmpSize
);
2523 if (!PyString_Check(_obj1
)) {
2524 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2527 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
2531 wxPy_BEGIN_ALLOW_THREADS
;
2532 wxChoice_SetStringSelection(_arg0
,*_arg1
);
2534 wxPy_END_ALLOW_THREADS
;
2535 if (PyErr_Occurred()) return NULL
;
2536 } Py_INCREF(Py_None
);
2537 _resultobj
= Py_None
;
2545 #define wxChoice_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
2546 static PyObject
*_wrap_wxChoice_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2547 PyObject
* _resultobj
;
2551 PyObject
* _argo0
= 0;
2552 PyObject
* _obj2
= 0;
2553 char *_kwnames
[] = { "self","n","s", NULL
};
2556 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxChoice_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2559 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2560 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2561 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetString. Expected _wxChoice_p.");
2566 #if PYTHON_API_VERSION >= 1009
2567 char* tmpPtr
; int tmpSize
;
2568 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
2569 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2572 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
2574 _arg2
= new wxString(tmpPtr
, tmpSize
);
2576 if (!PyString_Check(_obj2
)) {
2577 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2580 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
2584 wxPy_BEGIN_ALLOW_THREADS
;
2585 wxChoice_SetString(_arg0
,_arg1
,*_arg2
);
2587 wxPy_END_ALLOW_THREADS
;
2588 if (PyErr_Occurred()) return NULL
;
2589 } Py_INCREF(Py_None
);
2590 _resultobj
= Py_None
;
2598 static void *SwigwxComboBoxTowxControl(void *ptr
) {
2601 src
= (wxComboBox
*) ptr
;
2602 dest
= (wxControl
*) src
;
2603 return (void *) dest
;
2606 static void *SwigwxComboBoxTowxWindow(void *ptr
) {
2609 src
= (wxComboBox
*) ptr
;
2610 dest
= (wxWindow
*) src
;
2611 return (void *) dest
;
2614 static void *SwigwxComboBoxTowxEvtHandler(void *ptr
) {
2617 src
= (wxComboBox
*) ptr
;
2618 dest
= (wxEvtHandler
*) src
;
2619 return (void *) dest
;
2622 static void *SwigwxComboBoxTowxObject(void *ptr
) {
2625 src
= (wxComboBox
*) ptr
;
2626 dest
= (wxObject
*) src
;
2627 return (void *) dest
;
2630 #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))
2631 static PyObject
*_wrap_new_wxComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2632 PyObject
* _resultobj
;
2633 wxComboBox
* _result
;
2636 char * _arg2
= (char *) "";
2637 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
2638 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
2639 int _arg5
= (int ) 0;
2640 wxString
* _arg6
= (wxString
*) NULL
;
2641 long _arg7
= (long ) 0;
2642 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
2643 char * _arg9
= (char *) "comboBox";
2644 PyObject
* _argo0
= 0;
2646 PyObject
* _obj3
= 0;
2648 PyObject
* _obj4
= 0;
2649 PyObject
* _obj6
= 0;
2650 PyObject
* _argo8
= 0;
2651 char *_kwnames
[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL
};
2655 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOOlOs:new_wxComboBox",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
2658 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2659 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2660 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
2667 if (! wxPoint_helper(_obj3
, &_arg3
))
2673 if (! wxSize_helper(_obj4
, &_arg4
))
2678 _arg6
= wxString_LIST_helper(_obj6
);
2679 if (_arg6
== NULL
) {
2684 if (_argo8
== Py_None
) { _arg8
= NULL
; }
2685 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
2686 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
2692 _arg5
= PyList_Size(_obj6
);
2699 wxPy_BEGIN_ALLOW_THREADS
;
2700 _result
= (wxComboBox
*)new_wxComboBox(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
2702 wxPy_END_ALLOW_THREADS
;
2703 if (PyErr_Occurred()) return NULL
;
2705 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
2706 _resultobj
= Py_BuildValue("s",_ptemp
);
2709 _resultobj
= Py_None
;
2717 #define new_wxPreComboBox() (new wxComboBox())
2718 static PyObject
*_wrap_new_wxPreComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2719 PyObject
* _resultobj
;
2720 wxComboBox
* _result
;
2721 char *_kwnames
[] = { NULL
};
2725 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreComboBox",_kwnames
))
2728 wxPy_BEGIN_ALLOW_THREADS
;
2729 _result
= (wxComboBox
*)new_wxPreComboBox();
2731 wxPy_END_ALLOW_THREADS
;
2732 if (PyErr_Occurred()) return NULL
;
2734 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
2735 _resultobj
= Py_BuildValue("s",_ptemp
);
2738 _resultobj
= Py_None
;
2743 #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))
2744 static PyObject
*_wrap_wxComboBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2745 PyObject
* _resultobj
;
2750 char * _arg3
= (char *) "";
2751 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
2752 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
2753 int _arg6
= (int ) 0;
2754 wxString
* _arg7
= (wxString
*) NULL
;
2755 long _arg8
= (long ) 0;
2756 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
2757 char * _arg10
= (char *) "comboBox";
2758 PyObject
* _argo0
= 0;
2759 PyObject
* _argo1
= 0;
2761 PyObject
* _obj4
= 0;
2763 PyObject
* _obj5
= 0;
2764 PyObject
* _obj7
= 0;
2765 PyObject
* _argo9
= 0;
2766 char *_kwnames
[] = { "self","parent","id","value","pos","size","choices","style","validator","name", NULL
};
2769 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|sOOOlOs:wxComboBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_obj4
,&_obj5
,&_obj7
,&_arg8
,&_argo9
,&_arg10
))
2772 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2773 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2774 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Create. Expected _wxComboBox_p.");
2779 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2780 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2781 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxComboBox_Create. Expected _wxWindow_p.");
2788 if (! wxPoint_helper(_obj4
, &_arg4
))
2794 if (! wxSize_helper(_obj5
, &_arg5
))
2799 _arg7
= wxString_LIST_helper(_obj7
);
2800 if (_arg7
== NULL
) {
2805 if (_argo9
== Py_None
) { _arg9
= NULL
; }
2806 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
2807 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of wxComboBox_Create. Expected _wxValidator_p.");
2813 _arg6
= PyList_Size(_obj7
);
2820 wxPy_BEGIN_ALLOW_THREADS
;
2821 _result
= (bool )wxComboBox_Create(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,_arg10
);
2823 wxPy_END_ALLOW_THREADS
;
2824 if (PyErr_Occurred()) return NULL
;
2825 } _resultobj
= Py_BuildValue("i",_result
);
2832 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
2833 static PyObject
*_wrap_wxComboBox_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2834 PyObject
* _resultobj
;
2836 PyObject
* _argo0
= 0;
2837 char *_kwnames
[] = { "self", NULL
};
2840 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Copy",_kwnames
,&_argo0
))
2843 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2844 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2845 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
2850 wxPy_BEGIN_ALLOW_THREADS
;
2851 wxComboBox_Copy(_arg0
);
2853 wxPy_END_ALLOW_THREADS
;
2854 if (PyErr_Occurred()) return NULL
;
2855 } Py_INCREF(Py_None
);
2856 _resultobj
= Py_None
;
2860 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
2861 static PyObject
*_wrap_wxComboBox_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2862 PyObject
* _resultobj
;
2864 PyObject
* _argo0
= 0;
2865 char *_kwnames
[] = { "self", NULL
};
2868 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Cut",_kwnames
,&_argo0
))
2871 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2872 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2873 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
2878 wxPy_BEGIN_ALLOW_THREADS
;
2879 wxComboBox_Cut(_arg0
);
2881 wxPy_END_ALLOW_THREADS
;
2882 if (PyErr_Occurred()) return NULL
;
2883 } Py_INCREF(Py_None
);
2884 _resultobj
= Py_None
;
2888 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
2889 static PyObject
*_wrap_wxComboBox_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2890 PyObject
* _resultobj
;
2893 PyObject
* _argo0
= 0;
2894 char *_kwnames
[] = { "self", NULL
};
2897 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetInsertionPoint",_kwnames
,&_argo0
))
2900 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2901 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2902 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
2907 wxPy_BEGIN_ALLOW_THREADS
;
2908 _result
= (long )wxComboBox_GetInsertionPoint(_arg0
);
2910 wxPy_END_ALLOW_THREADS
;
2911 if (PyErr_Occurred()) return NULL
;
2912 } _resultobj
= Py_BuildValue("l",_result
);
2916 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
2917 static PyObject
*_wrap_wxComboBox_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2918 PyObject
* _resultobj
;
2921 PyObject
* _argo0
= 0;
2922 char *_kwnames
[] = { "self", NULL
};
2925 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetLastPosition",_kwnames
,&_argo0
))
2928 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2929 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2930 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
2935 wxPy_BEGIN_ALLOW_THREADS
;
2936 _result
= (long )wxComboBox_GetLastPosition(_arg0
);
2938 wxPy_END_ALLOW_THREADS
;
2939 if (PyErr_Occurred()) return NULL
;
2940 } _resultobj
= Py_BuildValue("l",_result
);
2944 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
2945 static PyObject
*_wrap_wxComboBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2946 PyObject
* _resultobj
;
2949 PyObject
* _argo0
= 0;
2950 char *_kwnames
[] = { "self", NULL
};
2953 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetValue",_kwnames
,&_argo0
))
2956 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2957 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2958 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
2963 wxPy_BEGIN_ALLOW_THREADS
;
2964 _result
= new wxString (wxComboBox_GetValue(_arg0
));
2966 wxPy_END_ALLOW_THREADS
;
2967 if (PyErr_Occurred()) return NULL
;
2969 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
2977 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
2978 static PyObject
*_wrap_wxComboBox_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2979 PyObject
* _resultobj
;
2981 PyObject
* _argo0
= 0;
2982 char *_kwnames
[] = { "self", NULL
};
2985 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Paste",_kwnames
,&_argo0
))
2988 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2989 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2990 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
2995 wxPy_BEGIN_ALLOW_THREADS
;
2996 wxComboBox_Paste(_arg0
);
2998 wxPy_END_ALLOW_THREADS
;
2999 if (PyErr_Occurred()) return NULL
;
3000 } Py_INCREF(Py_None
);
3001 _resultobj
= Py_None
;
3005 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
3006 static PyObject
*_wrap_wxComboBox_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3007 PyObject
* _resultobj
;
3012 PyObject
* _argo0
= 0;
3013 PyObject
* _obj3
= 0;
3014 char *_kwnames
[] = { "self","from","to","text", NULL
};
3017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxComboBox_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
3020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
3027 #if PYTHON_API_VERSION >= 1009
3028 char* tmpPtr
; int tmpSize
;
3029 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
3030 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3033 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
3035 _arg3
= new wxString(tmpPtr
, tmpSize
);
3037 if (!PyString_Check(_obj3
)) {
3038 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3041 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
3045 wxPy_BEGIN_ALLOW_THREADS
;
3046 wxComboBox_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
3048 wxPy_END_ALLOW_THREADS
;
3049 if (PyErr_Occurred()) return NULL
;
3050 } Py_INCREF(Py_None
);
3051 _resultobj
= Py_None
;
3059 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
3060 static PyObject
*_wrap_wxComboBox_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3061 PyObject
* _resultobj
;
3065 PyObject
* _argo0
= 0;
3066 char *_kwnames
[] = { "self","from","to", NULL
};
3069 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3072 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3073 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3074 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
3079 wxPy_BEGIN_ALLOW_THREADS
;
3080 wxComboBox_Remove(_arg0
,_arg1
,_arg2
);
3082 wxPy_END_ALLOW_THREADS
;
3083 if (PyErr_Occurred()) return NULL
;
3084 } Py_INCREF(Py_None
);
3085 _resultobj
= Py_None
;
3089 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
3090 static PyObject
*_wrap_wxComboBox_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3091 PyObject
* _resultobj
;
3094 PyObject
* _argo0
= 0;
3095 char *_kwnames
[] = { "self","pos", NULL
};
3098 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxComboBox_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
3101 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3102 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3103 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
3108 wxPy_BEGIN_ALLOW_THREADS
;
3109 wxComboBox_SetInsertionPoint(_arg0
,_arg1
);
3111 wxPy_END_ALLOW_THREADS
;
3112 if (PyErr_Occurred()) return NULL
;
3113 } Py_INCREF(Py_None
);
3114 _resultobj
= Py_None
;
3118 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
3119 static PyObject
*_wrap_wxComboBox_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3120 PyObject
* _resultobj
;
3122 PyObject
* _argo0
= 0;
3123 char *_kwnames
[] = { "self", NULL
};
3126 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_SetInsertionPointEnd",_kwnames
,&_argo0
))
3129 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3130 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3131 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
3136 wxPy_BEGIN_ALLOW_THREADS
;
3137 wxComboBox_SetInsertionPointEnd(_arg0
);
3139 wxPy_END_ALLOW_THREADS
;
3140 if (PyErr_Occurred()) return NULL
;
3141 } Py_INCREF(Py_None
);
3142 _resultobj
= Py_None
;
3146 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
3147 static PyObject
*_wrap_wxComboBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3148 PyObject
* _resultobj
;
3151 PyObject
* _argo0
= 0;
3152 char *_kwnames
[] = { "self","n", NULL
};
3155 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
3158 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3159 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3160 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
3165 wxPy_BEGIN_ALLOW_THREADS
;
3166 wxComboBox_SetSelection(_arg0
,_arg1
);
3168 wxPy_END_ALLOW_THREADS
;
3169 if (PyErr_Occurred()) return NULL
;
3170 } Py_INCREF(Py_None
);
3171 _resultobj
= Py_None
;
3175 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3176 static PyObject
*_wrap_wxComboBox_SetMark(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3177 PyObject
* _resultobj
;
3181 PyObject
* _argo0
= 0;
3182 char *_kwnames
[] = { "self","from","to", NULL
};
3185 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_SetMark",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3188 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3189 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3190 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
3195 wxPy_BEGIN_ALLOW_THREADS
;
3196 wxComboBox_SetMark(_arg0
,_arg1
,_arg2
);
3198 wxPy_END_ALLOW_THREADS
;
3199 if (PyErr_Occurred()) return NULL
;
3200 } Py_INCREF(Py_None
);
3201 _resultobj
= Py_None
;
3205 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3206 static PyObject
*_wrap_wxComboBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3207 PyObject
* _resultobj
;
3210 PyObject
* _argo0
= 0;
3211 PyObject
* _obj1
= 0;
3212 char *_kwnames
[] = { "self","text", NULL
};
3215 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_SetValue",_kwnames
,&_argo0
,&_obj1
))
3218 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3219 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3220 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
3225 #if PYTHON_API_VERSION >= 1009
3226 char* tmpPtr
; int tmpSize
;
3227 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3228 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3231 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3233 _arg1
= new wxString(tmpPtr
, tmpSize
);
3235 if (!PyString_Check(_obj1
)) {
3236 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3239 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3243 wxPy_BEGIN_ALLOW_THREADS
;
3244 wxComboBox_SetValue(_arg0
,*_arg1
);
3246 wxPy_END_ALLOW_THREADS
;
3247 if (PyErr_Occurred()) return NULL
;
3248 } Py_INCREF(Py_None
);
3249 _resultobj
= Py_None
;
3257 #define wxComboBox_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
3258 static PyObject
*_wrap_wxComboBox_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3259 PyObject
* _resultobj
;
3262 PyObject
* _argo0
= 0;
3264 char *_kwnames
[] = { "self","editable", NULL
};
3267 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
3270 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3271 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3272 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetEditable. Expected _wxComboBox_p.");
3276 _arg1
= (bool ) tempbool1
;
3278 wxPy_BEGIN_ALLOW_THREADS
;
3279 wxComboBox_SetEditable(_arg0
,_arg1
);
3281 wxPy_END_ALLOW_THREADS
;
3282 if (PyErr_Occurred()) return NULL
;
3283 } Py_INCREF(Py_None
);
3284 _resultobj
= Py_None
;
3288 #define wxComboBox_Clear(_swigobj) (_swigobj->Clear())
3289 static PyObject
*_wrap_wxComboBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3290 PyObject
* _resultobj
;
3292 PyObject
* _argo0
= 0;
3293 char *_kwnames
[] = { "self", NULL
};
3296 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Clear",_kwnames
,&_argo0
))
3299 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3300 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3301 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Clear. Expected _wxComboBox_p.");
3306 wxPy_BEGIN_ALLOW_THREADS
;
3307 wxComboBox_Clear(_arg0
);
3309 wxPy_END_ALLOW_THREADS
;
3310 if (PyErr_Occurred()) return NULL
;
3311 } Py_INCREF(Py_None
);
3312 _resultobj
= Py_None
;
3316 #define wxComboBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
3317 static PyObject
*_wrap_wxComboBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3318 PyObject
* _resultobj
;
3321 PyObject
* _argo0
= 0;
3322 char *_kwnames
[] = { "self","n", NULL
};
3325 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_Delete",_kwnames
,&_argo0
,&_arg1
))
3328 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3329 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3330 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Delete. Expected _wxComboBox_p.");
3335 wxPy_BEGIN_ALLOW_THREADS
;
3336 wxComboBox_Delete(_arg0
,_arg1
);
3338 wxPy_END_ALLOW_THREADS
;
3339 if (PyErr_Occurred()) return NULL
;
3340 } Py_INCREF(Py_None
);
3341 _resultobj
= Py_None
;
3345 #define wxComboBox_GetCount(_swigobj) (_swigobj->GetCount())
3346 static PyObject
*_wrap_wxComboBox_GetCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3347 PyObject
* _resultobj
;
3350 PyObject
* _argo0
= 0;
3351 char *_kwnames
[] = { "self", NULL
};
3354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetCount",_kwnames
,&_argo0
))
3357 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3358 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3359 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetCount. Expected _wxComboBox_p.");
3364 wxPy_BEGIN_ALLOW_THREADS
;
3365 _result
= (int )wxComboBox_GetCount(_arg0
);
3367 wxPy_END_ALLOW_THREADS
;
3368 if (PyErr_Occurred()) return NULL
;
3369 } _resultobj
= Py_BuildValue("i",_result
);
3373 #define wxComboBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
3374 static PyObject
*_wrap_wxComboBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3375 PyObject
* _resultobj
;
3379 PyObject
* _argo0
= 0;
3380 char *_kwnames
[] = { "self","n", NULL
};
3383 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetString",_kwnames
,&_argo0
,&_arg1
))
3386 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3387 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3388 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetString. Expected _wxComboBox_p.");
3393 wxPy_BEGIN_ALLOW_THREADS
;
3394 _result
= new wxString (wxComboBox_GetString(_arg0
,_arg1
));
3396 wxPy_END_ALLOW_THREADS
;
3397 if (PyErr_Occurred()) return NULL
;
3399 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3407 #define wxComboBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
3408 static PyObject
*_wrap_wxComboBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3409 PyObject
* _resultobj
;
3413 PyObject
* _argo0
= 0;
3414 PyObject
* _obj1
= 0;
3415 char *_kwnames
[] = { "self","s", NULL
};
3418 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_FindString",_kwnames
,&_argo0
,&_obj1
))
3421 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3422 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3423 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_FindString. Expected _wxComboBox_p.");
3428 #if PYTHON_API_VERSION >= 1009
3429 char* tmpPtr
; int tmpSize
;
3430 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3431 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3434 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3436 _arg1
= new wxString(tmpPtr
, tmpSize
);
3438 if (!PyString_Check(_obj1
)) {
3439 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3442 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3446 wxPy_BEGIN_ALLOW_THREADS
;
3447 _result
= (int )wxComboBox_FindString(_arg0
,*_arg1
);
3449 wxPy_END_ALLOW_THREADS
;
3450 if (PyErr_Occurred()) return NULL
;
3451 } _resultobj
= Py_BuildValue("i",_result
);
3459 #define wxComboBox_GetSelection(_swigobj) (_swigobj->GetSelection())
3460 static PyObject
*_wrap_wxComboBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3461 PyObject
* _resultobj
;
3464 PyObject
* _argo0
= 0;
3465 char *_kwnames
[] = { "self", NULL
};
3468 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetSelection",_kwnames
,&_argo0
))
3471 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3472 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3473 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetSelection. Expected _wxComboBox_p.");
3478 wxPy_BEGIN_ALLOW_THREADS
;
3479 _result
= (int )wxComboBox_GetSelection(_arg0
);
3481 wxPy_END_ALLOW_THREADS
;
3482 if (PyErr_Occurred()) return NULL
;
3483 } _resultobj
= Py_BuildValue("i",_result
);
3487 #define wxComboBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
3488 static PyObject
*_wrap_wxComboBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3489 PyObject
* _resultobj
;
3492 PyObject
* _argo0
= 0;
3493 char *_kwnames
[] = { "self", NULL
};
3496 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetStringSelection",_kwnames
,&_argo0
))
3499 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3500 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3501 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetStringSelection. Expected _wxComboBox_p.");
3506 wxPy_BEGIN_ALLOW_THREADS
;
3507 _result
= new wxString (wxComboBox_GetStringSelection(_arg0
));
3509 wxPy_END_ALLOW_THREADS
;
3510 if (PyErr_Occurred()) return NULL
;
3512 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3520 static void wxComboBox_Append(wxComboBox
*self
,const wxString
& item
,PyObject
* clientData
) {
3522 wxPyClientData
* data
= new wxPyClientData(clientData
);
3523 self
->Append(item
, data
);
3527 static PyObject
*_wrap_wxComboBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3528 PyObject
* _resultobj
;
3531 PyObject
* _arg2
= (PyObject
*) NULL
;
3532 PyObject
* _argo0
= 0;
3533 PyObject
* _obj1
= 0;
3534 PyObject
* _obj2
= 0;
3535 char *_kwnames
[] = { "self","item","clientData", NULL
};
3538 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|O:wxComboBox_Append",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
3541 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3542 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3543 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Append. Expected _wxComboBox_p.");
3548 #if PYTHON_API_VERSION >= 1009
3549 char* tmpPtr
; int tmpSize
;
3550 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3551 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3554 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3556 _arg1
= new wxString(tmpPtr
, tmpSize
);
3558 if (!PyString_Check(_obj1
)) {
3559 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3562 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3570 wxPy_BEGIN_ALLOW_THREADS
;
3571 wxComboBox_Append(_arg0
,*_arg1
,_arg2
);
3573 wxPy_END_ALLOW_THREADS
;
3574 if (PyErr_Occurred()) return NULL
;
3575 } Py_INCREF(Py_None
);
3576 _resultobj
= Py_None
;
3584 static PyObject
* wxComboBox_GetClientData(wxComboBox
*self
,int n
) {
3585 wxPyClientData
* data
= (wxPyClientData
*)self
->GetClientObject(n
);
3587 Py_INCREF(data
->m_obj
);
3594 static PyObject
*_wrap_wxComboBox_GetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3595 PyObject
* _resultobj
;
3599 PyObject
* _argo0
= 0;
3600 char *_kwnames
[] = { "self","n", NULL
};
3603 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetClientData",_kwnames
,&_argo0
,&_arg1
))
3606 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3607 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3608 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetClientData. Expected _wxComboBox_p.");
3613 wxPy_BEGIN_ALLOW_THREADS
;
3614 _result
= (PyObject
*)wxComboBox_GetClientData(_arg0
,_arg1
);
3616 wxPy_END_ALLOW_THREADS
;
3617 if (PyErr_Occurred()) return NULL
;
3619 _resultobj
= _result
;
3624 static void wxComboBox_SetClientData(wxComboBox
*self
,int n
,PyObject
* clientData
) {
3625 wxPyClientData
* data
= new wxPyClientData(clientData
);
3626 self
->SetClientObject(n
, data
);
3628 static PyObject
*_wrap_wxComboBox_SetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3629 PyObject
* _resultobj
;
3633 PyObject
* _argo0
= 0;
3634 PyObject
* _obj2
= 0;
3635 char *_kwnames
[] = { "self","n","clientData", NULL
};
3638 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxComboBox_SetClientData",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3641 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3642 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3643 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetClientData. Expected _wxComboBox_p.");
3651 wxPy_BEGIN_ALLOW_THREADS
;
3652 wxComboBox_SetClientData(_arg0
,_arg1
,_arg2
);
3654 wxPy_END_ALLOW_THREADS
;
3655 if (PyErr_Occurred()) return NULL
;
3656 } Py_INCREF(Py_None
);
3657 _resultobj
= Py_None
;
3661 static void *SwigwxGaugeTowxControl(void *ptr
) {
3664 src
= (wxGauge
*) ptr
;
3665 dest
= (wxControl
*) src
;
3666 return (void *) dest
;
3669 static void *SwigwxGaugeTowxWindow(void *ptr
) {
3672 src
= (wxGauge
*) ptr
;
3673 dest
= (wxWindow
*) src
;
3674 return (void *) dest
;
3677 static void *SwigwxGaugeTowxEvtHandler(void *ptr
) {
3680 src
= (wxGauge
*) ptr
;
3681 dest
= (wxEvtHandler
*) src
;
3682 return (void *) dest
;
3685 static void *SwigwxGaugeTowxObject(void *ptr
) {
3688 src
= (wxGauge
*) ptr
;
3689 dest
= (wxObject
*) src
;
3690 return (void *) dest
;
3693 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3694 static PyObject
*_wrap_new_wxGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3695 PyObject
* _resultobj
;
3700 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
3701 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
3702 long _arg5
= (long ) wxGA_HORIZONTAL
;
3703 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
3704 char * _arg7
= (char *) "gauge";
3705 PyObject
* _argo0
= 0;
3707 PyObject
* _obj3
= 0;
3709 PyObject
* _obj4
= 0;
3710 PyObject
* _argo6
= 0;
3711 char *_kwnames
[] = { "parent","id","range","pos","size","style","validator","name", NULL
};
3715 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OOlOs:new_wxGauge",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
3718 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3719 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3720 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
3727 if (! wxPoint_helper(_obj3
, &_arg3
))
3733 if (! wxSize_helper(_obj4
, &_arg4
))
3737 if (_argo6
== Py_None
) { _arg6
= NULL
; }
3738 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
3739 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
3744 wxPy_BEGIN_ALLOW_THREADS
;
3745 _result
= (wxGauge
*)new_wxGauge(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
3747 wxPy_END_ALLOW_THREADS
;
3748 if (PyErr_Occurred()) return NULL
;
3750 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
3751 _resultobj
= Py_BuildValue("s",_ptemp
);
3754 _resultobj
= Py_None
;
3759 #define new_wxPreGauge() (new wxGauge())
3760 static PyObject
*_wrap_new_wxPreGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3761 PyObject
* _resultobj
;
3763 char *_kwnames
[] = { NULL
};
3767 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreGauge",_kwnames
))
3770 wxPy_BEGIN_ALLOW_THREADS
;
3771 _result
= (wxGauge
*)new_wxPreGauge();
3773 wxPy_END_ALLOW_THREADS
;
3774 if (PyErr_Occurred()) return NULL
;
3776 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
3777 _resultobj
= Py_BuildValue("s",_ptemp
);
3780 _resultobj
= Py_None
;
3785 #define wxGauge_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3786 static PyObject
*_wrap_wxGauge_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3787 PyObject
* _resultobj
;
3793 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
3794 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
3795 long _arg6
= (long ) wxGA_HORIZONTAL
;
3796 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
3797 char * _arg8
= (char *) "gauge";
3798 PyObject
* _argo0
= 0;
3799 PyObject
* _argo1
= 0;
3801 PyObject
* _obj4
= 0;
3803 PyObject
* _obj5
= 0;
3804 PyObject
* _argo7
= 0;
3805 char *_kwnames
[] = { "self","parent","id","range","pos","size","style","validator","name", NULL
};
3808 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOii|OOlOs:wxGauge_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
3811 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3812 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3813 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_Create. Expected _wxGauge_p.");
3818 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3819 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3820 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxGauge_Create. Expected _wxWindow_p.");
3827 if (! wxPoint_helper(_obj4
, &_arg4
))
3833 if (! wxSize_helper(_obj5
, &_arg5
))
3837 if (_argo7
== Py_None
) { _arg7
= NULL
; }
3838 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
3839 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxGauge_Create. Expected _wxValidator_p.");
3844 wxPy_BEGIN_ALLOW_THREADS
;
3845 _result
= (bool )wxGauge_Create(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,_arg8
);
3847 wxPy_END_ALLOW_THREADS
;
3848 if (PyErr_Occurred()) return NULL
;
3849 } _resultobj
= Py_BuildValue("i",_result
);
3853 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
3854 static PyObject
*_wrap_wxGauge_GetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3855 PyObject
* _resultobj
;
3858 PyObject
* _argo0
= 0;
3859 char *_kwnames
[] = { "self", NULL
};
3862 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetBezelFace",_kwnames
,&_argo0
))
3865 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3866 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3867 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
3872 wxPy_BEGIN_ALLOW_THREADS
;
3873 _result
= (int )wxGauge_GetBezelFace(_arg0
);
3875 wxPy_END_ALLOW_THREADS
;
3876 if (PyErr_Occurred()) return NULL
;
3877 } _resultobj
= Py_BuildValue("i",_result
);
3881 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
3882 static PyObject
*_wrap_wxGauge_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3883 PyObject
* _resultobj
;
3886 PyObject
* _argo0
= 0;
3887 char *_kwnames
[] = { "self", NULL
};
3890 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetRange",_kwnames
,&_argo0
))
3893 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3894 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3895 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
3900 wxPy_BEGIN_ALLOW_THREADS
;
3901 _result
= (int )wxGauge_GetRange(_arg0
);
3903 wxPy_END_ALLOW_THREADS
;
3904 if (PyErr_Occurred()) return NULL
;
3905 } _resultobj
= Py_BuildValue("i",_result
);
3909 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
3910 static PyObject
*_wrap_wxGauge_GetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3911 PyObject
* _resultobj
;
3914 PyObject
* _argo0
= 0;
3915 char *_kwnames
[] = { "self", NULL
};
3918 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetShadowWidth",_kwnames
,&_argo0
))
3921 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3922 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3923 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
3928 wxPy_BEGIN_ALLOW_THREADS
;
3929 _result
= (int )wxGauge_GetShadowWidth(_arg0
);
3931 wxPy_END_ALLOW_THREADS
;
3932 if (PyErr_Occurred()) return NULL
;
3933 } _resultobj
= Py_BuildValue("i",_result
);
3937 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
3938 static PyObject
*_wrap_wxGauge_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3939 PyObject
* _resultobj
;
3942 PyObject
* _argo0
= 0;
3943 char *_kwnames
[] = { "self", NULL
};
3946 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetValue",_kwnames
,&_argo0
))
3949 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3950 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3951 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
3956 wxPy_BEGIN_ALLOW_THREADS
;
3957 _result
= (int )wxGauge_GetValue(_arg0
);
3959 wxPy_END_ALLOW_THREADS
;
3960 if (PyErr_Occurred()) return NULL
;
3961 } _resultobj
= Py_BuildValue("i",_result
);
3965 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
3966 static PyObject
*_wrap_wxGauge_SetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3967 PyObject
* _resultobj
;
3970 PyObject
* _argo0
= 0;
3971 char *_kwnames
[] = { "self","width", NULL
};
3974 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetBezelFace",_kwnames
,&_argo0
,&_arg1
))
3977 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3978 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
3984 wxPy_BEGIN_ALLOW_THREADS
;
3985 wxGauge_SetBezelFace(_arg0
,_arg1
);
3987 wxPy_END_ALLOW_THREADS
;
3988 if (PyErr_Occurred()) return NULL
;
3989 } Py_INCREF(Py_None
);
3990 _resultobj
= Py_None
;
3994 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
3995 static PyObject
*_wrap_wxGauge_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3996 PyObject
* _resultobj
;
3999 PyObject
* _argo0
= 0;
4000 char *_kwnames
[] = { "self","range", NULL
};
4003 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetRange",_kwnames
,&_argo0
,&_arg1
))
4006 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4007 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4008 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
4013 wxPy_BEGIN_ALLOW_THREADS
;
4014 wxGauge_SetRange(_arg0
,_arg1
);
4016 wxPy_END_ALLOW_THREADS
;
4017 if (PyErr_Occurred()) return NULL
;
4018 } Py_INCREF(Py_None
);
4019 _resultobj
= Py_None
;
4023 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
4024 static PyObject
*_wrap_wxGauge_SetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4025 PyObject
* _resultobj
;
4028 PyObject
* _argo0
= 0;
4029 char *_kwnames
[] = { "self","width", NULL
};
4032 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetShadowWidth",_kwnames
,&_argo0
,&_arg1
))
4035 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4036 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4037 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
4042 wxPy_BEGIN_ALLOW_THREADS
;
4043 wxGauge_SetShadowWidth(_arg0
,_arg1
);
4045 wxPy_END_ALLOW_THREADS
;
4046 if (PyErr_Occurred()) return NULL
;
4047 } Py_INCREF(Py_None
);
4048 _resultobj
= Py_None
;
4052 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4053 static PyObject
*_wrap_wxGauge_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4054 PyObject
* _resultobj
;
4057 PyObject
* _argo0
= 0;
4058 char *_kwnames
[] = { "self","pos", NULL
};
4061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetValue",_kwnames
,&_argo0
,&_arg1
))
4064 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4065 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4066 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
4071 wxPy_BEGIN_ALLOW_THREADS
;
4072 wxGauge_SetValue(_arg0
,_arg1
);
4074 wxPy_END_ALLOW_THREADS
;
4075 if (PyErr_Occurred()) return NULL
;
4076 } Py_INCREF(Py_None
);
4077 _resultobj
= Py_None
;
4081 static void *SwigwxStaticBoxTowxControl(void *ptr
) {
4084 src
= (wxStaticBox
*) ptr
;
4085 dest
= (wxControl
*) src
;
4086 return (void *) dest
;
4089 static void *SwigwxStaticBoxTowxWindow(void *ptr
) {
4092 src
= (wxStaticBox
*) ptr
;
4093 dest
= (wxWindow
*) src
;
4094 return (void *) dest
;
4097 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr
) {
4100 src
= (wxStaticBox
*) ptr
;
4101 dest
= (wxEvtHandler
*) src
;
4102 return (void *) dest
;
4105 static void *SwigwxStaticBoxTowxObject(void *ptr
) {
4108 src
= (wxStaticBox
*) ptr
;
4109 dest
= (wxObject
*) src
;
4110 return (void *) dest
;
4113 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4114 static PyObject
*_wrap_new_wxStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4115 PyObject
* _resultobj
;
4116 wxStaticBox
* _result
;
4120 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4121 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4122 long _arg5
= (long ) 0;
4123 char * _arg6
= (char *) "staticBox";
4124 PyObject
* _argo0
= 0;
4125 PyObject
* _obj2
= 0;
4127 PyObject
* _obj3
= 0;
4129 PyObject
* _obj4
= 0;
4130 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
4134 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
4137 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4138 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4139 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
4144 #if PYTHON_API_VERSION >= 1009
4145 char* tmpPtr
; int tmpSize
;
4146 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
4147 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4150 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
4152 _arg2
= new wxString(tmpPtr
, tmpSize
);
4154 if (!PyString_Check(_obj2
)) {
4155 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4158 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
4164 if (! wxPoint_helper(_obj3
, &_arg3
))
4170 if (! wxSize_helper(_obj4
, &_arg4
))
4174 wxPy_BEGIN_ALLOW_THREADS
;
4175 _result
= (wxStaticBox
*)new_wxStaticBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
4177 wxPy_END_ALLOW_THREADS
;
4178 if (PyErr_Occurred()) return NULL
;
4180 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
4181 _resultobj
= Py_BuildValue("s",_ptemp
);
4184 _resultobj
= Py_None
;
4193 #define new_wxPreStaticBox() (new wxStaticBox())
4194 static PyObject
*_wrap_new_wxPreStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4195 PyObject
* _resultobj
;
4196 wxStaticBox
* _result
;
4197 char *_kwnames
[] = { NULL
};
4201 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticBox",_kwnames
))
4204 wxPy_BEGIN_ALLOW_THREADS
;
4205 _result
= (wxStaticBox
*)new_wxPreStaticBox();
4207 wxPy_END_ALLOW_THREADS
;
4208 if (PyErr_Occurred()) return NULL
;
4210 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
4211 _resultobj
= Py_BuildValue("s",_ptemp
);
4214 _resultobj
= Py_None
;
4219 #define wxStaticBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4220 static PyObject
*_wrap_wxStaticBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4221 PyObject
* _resultobj
;
4223 wxStaticBox
* _arg0
;
4227 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
4228 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
4229 long _arg6
= (long ) 0;
4230 char * _arg7
= (char *) "staticBox";
4231 PyObject
* _argo0
= 0;
4232 PyObject
* _argo1
= 0;
4233 PyObject
* _obj3
= 0;
4235 PyObject
* _obj4
= 0;
4237 PyObject
* _obj5
= 0;
4238 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","name", NULL
};
4241 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOls:wxStaticBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_arg7
))
4244 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4245 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBox_p")) {
4246 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBox_Create. Expected _wxStaticBox_p.");
4251 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4252 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4253 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBox_Create. Expected _wxWindow_p.");
4258 #if PYTHON_API_VERSION >= 1009
4259 char* tmpPtr
; int tmpSize
;
4260 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
4261 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4264 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
4266 _arg3
= new wxString(tmpPtr
, tmpSize
);
4268 if (!PyString_Check(_obj3
)) {
4269 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4272 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
4278 if (! wxPoint_helper(_obj4
, &_arg4
))
4284 if (! wxSize_helper(_obj5
, &_arg5
))
4288 wxPy_BEGIN_ALLOW_THREADS
;
4289 _result
= (bool )wxStaticBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
);
4291 wxPy_END_ALLOW_THREADS
;
4292 if (PyErr_Occurred()) return NULL
;
4293 } _resultobj
= Py_BuildValue("i",_result
);
4301 static void *SwigwxStaticLineTowxControl(void *ptr
) {
4304 src
= (wxStaticLine
*) ptr
;
4305 dest
= (wxControl
*) src
;
4306 return (void *) dest
;
4309 static void *SwigwxStaticLineTowxWindow(void *ptr
) {
4312 src
= (wxStaticLine
*) ptr
;
4313 dest
= (wxWindow
*) src
;
4314 return (void *) dest
;
4317 static void *SwigwxStaticLineTowxEvtHandler(void *ptr
) {
4320 src
= (wxStaticLine
*) ptr
;
4321 dest
= (wxEvtHandler
*) src
;
4322 return (void *) dest
;
4325 static void *SwigwxStaticLineTowxObject(void *ptr
) {
4328 src
= (wxStaticLine
*) ptr
;
4329 dest
= (wxObject
*) src
;
4330 return (void *) dest
;
4333 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4334 static PyObject
*_wrap_new_wxStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4335 PyObject
* _resultobj
;
4336 wxStaticLine
* _result
;
4339 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
4340 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
4341 long _arg4
= (long ) wxLI_HORIZONTAL
;
4342 char * _arg5
= (char *) "staticLine";
4343 PyObject
* _argo0
= 0;
4345 PyObject
* _obj2
= 0;
4347 PyObject
* _obj3
= 0;
4348 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
4352 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStaticLine",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
4355 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4356 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4357 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
4364 if (! wxPoint_helper(_obj2
, &_arg2
))
4370 if (! wxSize_helper(_obj3
, &_arg3
))
4374 wxPy_BEGIN_ALLOW_THREADS
;
4375 _result
= (wxStaticLine
*)new_wxStaticLine(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
4377 wxPy_END_ALLOW_THREADS
;
4378 if (PyErr_Occurred()) return NULL
;
4380 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
4381 _resultobj
= Py_BuildValue("s",_ptemp
);
4384 _resultobj
= Py_None
;
4389 #define new_wxPreStaticLine() (new wxStaticLine())
4390 static PyObject
*_wrap_new_wxPreStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4391 PyObject
* _resultobj
;
4392 wxStaticLine
* _result
;
4393 char *_kwnames
[] = { NULL
};
4397 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticLine",_kwnames
))
4400 wxPy_BEGIN_ALLOW_THREADS
;
4401 _result
= (wxStaticLine
*)new_wxPreStaticLine();
4403 wxPy_END_ALLOW_THREADS
;
4404 if (PyErr_Occurred()) return NULL
;
4406 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
4407 _resultobj
= Py_BuildValue("s",_ptemp
);
4410 _resultobj
= Py_None
;
4415 #define wxStaticLine_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4416 static PyObject
*_wrap_wxStaticLine_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4417 PyObject
* _resultobj
;
4419 wxStaticLine
* _arg0
;
4422 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4423 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4424 long _arg5
= (long ) wxLI_HORIZONTAL
;
4425 char * _arg6
= (char *) "staticLine";
4426 PyObject
* _argo0
= 0;
4427 PyObject
* _argo1
= 0;
4429 PyObject
* _obj3
= 0;
4431 PyObject
* _obj4
= 0;
4432 char *_kwnames
[] = { "self","parent","id","pos","size","style","name", NULL
};
4435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOls:wxStaticLine_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
4438 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4439 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticLine_p")) {
4440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticLine_Create. Expected _wxStaticLine_p.");
4445 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4446 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4447 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticLine_Create. Expected _wxWindow_p.");
4454 if (! wxPoint_helper(_obj3
, &_arg3
))
4460 if (! wxSize_helper(_obj4
, &_arg4
))
4464 wxPy_BEGIN_ALLOW_THREADS
;
4465 _result
= (bool )wxStaticLine_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
4467 wxPy_END_ALLOW_THREADS
;
4468 if (PyErr_Occurred()) return NULL
;
4469 } _resultobj
= Py_BuildValue("i",_result
);
4473 static void *SwigwxStaticTextTowxControl(void *ptr
) {
4476 src
= (wxStaticText
*) ptr
;
4477 dest
= (wxControl
*) src
;
4478 return (void *) dest
;
4481 static void *SwigwxStaticTextTowxWindow(void *ptr
) {
4484 src
= (wxStaticText
*) ptr
;
4485 dest
= (wxWindow
*) src
;
4486 return (void *) dest
;
4489 static void *SwigwxStaticTextTowxEvtHandler(void *ptr
) {
4492 src
= (wxStaticText
*) ptr
;
4493 dest
= (wxEvtHandler
*) src
;
4494 return (void *) dest
;
4497 static void *SwigwxStaticTextTowxObject(void *ptr
) {
4500 src
= (wxStaticText
*) ptr
;
4501 dest
= (wxObject
*) src
;
4502 return (void *) dest
;
4505 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4506 static PyObject
*_wrap_new_wxStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4507 PyObject
* _resultobj
;
4508 wxStaticText
* _result
;
4512 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4513 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4514 long _arg5
= (long ) 0;
4515 char * _arg6
= (char *) "staticText";
4516 PyObject
* _argo0
= 0;
4517 PyObject
* _obj2
= 0;
4519 PyObject
* _obj3
= 0;
4521 PyObject
* _obj4
= 0;
4522 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
4526 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticText",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
4529 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4530 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4531 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
4536 #if PYTHON_API_VERSION >= 1009
4537 char* tmpPtr
; int tmpSize
;
4538 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
4539 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4542 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
4544 _arg2
= new wxString(tmpPtr
, tmpSize
);
4546 if (!PyString_Check(_obj2
)) {
4547 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4550 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
4556 if (! wxPoint_helper(_obj3
, &_arg3
))
4562 if (! wxSize_helper(_obj4
, &_arg4
))
4566 wxPy_BEGIN_ALLOW_THREADS
;
4567 _result
= (wxStaticText
*)new_wxStaticText(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
4569 wxPy_END_ALLOW_THREADS
;
4570 if (PyErr_Occurred()) return NULL
;
4572 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
4573 _resultobj
= Py_BuildValue("s",_ptemp
);
4576 _resultobj
= Py_None
;
4585 #define new_wxPreStaticText() (new wxStaticText())
4586 static PyObject
*_wrap_new_wxPreStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4587 PyObject
* _resultobj
;
4588 wxStaticText
* _result
;
4589 char *_kwnames
[] = { NULL
};
4593 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticText",_kwnames
))
4596 wxPy_BEGIN_ALLOW_THREADS
;
4597 _result
= (wxStaticText
*)new_wxPreStaticText();
4599 wxPy_END_ALLOW_THREADS
;
4600 if (PyErr_Occurred()) return NULL
;
4602 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
4603 _resultobj
= Py_BuildValue("s",_ptemp
);
4606 _resultobj
= Py_None
;
4611 #define wxStaticText_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4612 static PyObject
*_wrap_wxStaticText_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4613 PyObject
* _resultobj
;
4615 wxStaticText
* _arg0
;
4619 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
4620 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
4621 long _arg6
= (long ) 0;
4622 char * _arg7
= (char *) "staticText";
4623 PyObject
* _argo0
= 0;
4624 PyObject
* _argo1
= 0;
4625 PyObject
* _obj3
= 0;
4627 PyObject
* _obj4
= 0;
4629 PyObject
* _obj5
= 0;
4630 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","name", NULL
};
4633 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOls:wxStaticText_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_arg7
))
4636 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4637 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4638 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_Create. Expected _wxStaticText_p.");
4643 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4644 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4645 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticText_Create. Expected _wxWindow_p.");
4650 #if PYTHON_API_VERSION >= 1009
4651 char* tmpPtr
; int tmpSize
;
4652 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
4653 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4656 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
4658 _arg3
= new wxString(tmpPtr
, tmpSize
);
4660 if (!PyString_Check(_obj3
)) {
4661 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4664 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
4670 if (! wxPoint_helper(_obj4
, &_arg4
))
4676 if (! wxSize_helper(_obj5
, &_arg5
))
4680 wxPy_BEGIN_ALLOW_THREADS
;
4681 _result
= (bool )wxStaticText_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
);
4683 wxPy_END_ALLOW_THREADS
;
4684 if (PyErr_Occurred()) return NULL
;
4685 } _resultobj
= Py_BuildValue("i",_result
);
4693 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
4694 static PyObject
*_wrap_wxStaticText_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4695 PyObject
* _resultobj
;
4697 wxStaticText
* _arg0
;
4698 PyObject
* _argo0
= 0;
4699 char *_kwnames
[] = { "self", NULL
};
4702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticText_GetLabel",_kwnames
,&_argo0
))
4705 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4706 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4707 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
4712 wxPy_BEGIN_ALLOW_THREADS
;
4713 _result
= new wxString (wxStaticText_GetLabel(_arg0
));
4715 wxPy_END_ALLOW_THREADS
;
4716 if (PyErr_Occurred()) return NULL
;
4718 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4726 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
4727 static PyObject
*_wrap_wxStaticText_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4728 PyObject
* _resultobj
;
4729 wxStaticText
* _arg0
;
4731 PyObject
* _argo0
= 0;
4732 PyObject
* _obj1
= 0;
4733 char *_kwnames
[] = { "self","label", NULL
};
4736 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticText_SetLabel",_kwnames
,&_argo0
,&_obj1
))
4739 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4740 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4741 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
4746 #if PYTHON_API_VERSION >= 1009
4747 char* tmpPtr
; int tmpSize
;
4748 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
4749 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4752 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
4754 _arg1
= new wxString(tmpPtr
, tmpSize
);
4756 if (!PyString_Check(_obj1
)) {
4757 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4760 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
4764 wxPy_BEGIN_ALLOW_THREADS
;
4765 wxStaticText_SetLabel(_arg0
,*_arg1
);
4767 wxPy_END_ALLOW_THREADS
;
4768 if (PyErr_Occurred()) return NULL
;
4769 } Py_INCREF(Py_None
);
4770 _resultobj
= Py_None
;
4778 static void *SwigwxListBoxTowxControlWithItems(void *ptr
) {
4780 wxControlWithItems
*dest
;
4781 src
= (wxListBox
*) ptr
;
4782 dest
= (wxControlWithItems
*) src
;
4783 return (void *) dest
;
4786 static void *SwigwxListBoxTowxControl(void *ptr
) {
4789 src
= (wxListBox
*) ptr
;
4790 dest
= (wxControl
*) src
;
4791 return (void *) dest
;
4794 static void *SwigwxListBoxTowxWindow(void *ptr
) {
4797 src
= (wxListBox
*) ptr
;
4798 dest
= (wxWindow
*) src
;
4799 return (void *) dest
;
4802 static void *SwigwxListBoxTowxEvtHandler(void *ptr
) {
4805 src
= (wxListBox
*) ptr
;
4806 dest
= (wxEvtHandler
*) src
;
4807 return (void *) dest
;
4810 static void *SwigwxListBoxTowxObject(void *ptr
) {
4813 src
= (wxListBox
*) ptr
;
4814 dest
= (wxObject
*) src
;
4815 return (void *) dest
;
4818 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4819 static PyObject
*_wrap_new_wxListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4820 PyObject
* _resultobj
;
4821 wxListBox
* _result
;
4824 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
4825 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
4827 wxString
* _arg5
= (wxString
*) NULL
;
4828 long _arg6
= (long ) 0;
4829 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
4830 char * _arg8
= (char *) "listBox";
4831 PyObject
* _argo0
= 0;
4833 PyObject
* _obj2
= 0;
4835 PyObject
* _obj3
= 0;
4836 PyObject
* _obj5
= 0;
4837 PyObject
* _argo7
= 0;
4838 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
4842 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
4845 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4846 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4847 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
4854 if (! wxPoint_helper(_obj2
, &_arg2
))
4860 if (! wxSize_helper(_obj3
, &_arg3
))
4865 _arg5
= wxString_LIST_helper(_obj5
);
4866 if (_arg5
== NULL
) {
4871 if (_argo7
== Py_None
) { _arg7
= NULL
; }
4872 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
4873 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
4879 _arg4
= PyList_Size(_obj5
);
4886 wxPy_BEGIN_ALLOW_THREADS
;
4887 _result
= (wxListBox
*)new_wxListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
4889 wxPy_END_ALLOW_THREADS
;
4890 if (PyErr_Occurred()) return NULL
;
4892 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
4893 _resultobj
= Py_BuildValue("s",_ptemp
);
4896 _resultobj
= Py_None
;
4904 #define new_wxPreListBox() (new wxListBox())
4905 static PyObject
*_wrap_new_wxPreListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4906 PyObject
* _resultobj
;
4907 wxListBox
* _result
;
4908 char *_kwnames
[] = { NULL
};
4912 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreListBox",_kwnames
))
4915 wxPy_BEGIN_ALLOW_THREADS
;
4916 _result
= (wxListBox
*)new_wxPreListBox();
4918 wxPy_END_ALLOW_THREADS
;
4919 if (PyErr_Occurred()) return NULL
;
4921 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
4922 _resultobj
= Py_BuildValue("s",_ptemp
);
4925 _resultobj
= Py_None
;
4930 #define wxListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4931 static PyObject
*_wrap_wxListBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4932 PyObject
* _resultobj
;
4937 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4938 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4940 wxString
* _arg6
= (wxString
*) NULL
;
4941 long _arg7
= (long ) 0;
4942 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
4943 char * _arg9
= (char *) "listBox";
4944 PyObject
* _argo0
= 0;
4945 PyObject
* _argo1
= 0;
4947 PyObject
* _obj3
= 0;
4949 PyObject
* _obj4
= 0;
4950 PyObject
* _obj6
= 0;
4951 PyObject
* _argo8
= 0;
4952 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
4955 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOs:wxListBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
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_Create. Expected _wxListBox_p.");
4965 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4966 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4967 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxListBox_Create. Expected _wxWindow_p.");
4974 if (! wxPoint_helper(_obj3
, &_arg3
))
4980 if (! wxSize_helper(_obj4
, &_arg4
))
4985 _arg6
= wxString_LIST_helper(_obj6
);
4986 if (_arg6
== NULL
) {
4991 if (_argo8
== Py_None
) { _arg8
= NULL
; }
4992 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
4993 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxListBox_Create. Expected _wxValidator_p.");
4999 _arg5
= PyList_Size(_obj6
);
5006 wxPy_BEGIN_ALLOW_THREADS
;
5007 _result
= (bool )wxListBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
5009 wxPy_END_ALLOW_THREADS
;
5010 if (PyErr_Occurred()) return NULL
;
5011 } _resultobj
= Py_BuildValue("i",_result
);
5018 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
5019 static PyObject
*_wrap_wxListBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5020 PyObject
* _resultobj
;
5022 PyObject
* _argo0
= 0;
5023 char *_kwnames
[] = { "self", NULL
};
5026 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Clear",_kwnames
,&_argo0
))
5029 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5030 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5031 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
5036 wxPy_BEGIN_ALLOW_THREADS
;
5037 wxListBox_Clear(_arg0
);
5039 wxPy_END_ALLOW_THREADS
;
5040 if (PyErr_Occurred()) return NULL
;
5041 } Py_INCREF(Py_None
);
5042 _resultobj
= Py_None
;
5046 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
5047 static PyObject
*_wrap_wxListBox_Deselect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5048 PyObject
* _resultobj
;
5051 PyObject
* _argo0
= 0;
5052 char *_kwnames
[] = { "self","n", NULL
};
5055 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Deselect",_kwnames
,&_argo0
,&_arg1
))
5058 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5059 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5060 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
5065 wxPy_BEGIN_ALLOW_THREADS
;
5066 wxListBox_Deselect(_arg0
,_arg1
);
5068 wxPy_END_ALLOW_THREADS
;
5069 if (PyErr_Occurred()) return NULL
;
5070 } Py_INCREF(Py_None
);
5071 _resultobj
= Py_None
;
5075 static PyObject
* wxListBox_GetSelections(wxListBox
*self
) {
5077 self
->GetSelections(lst
);
5078 PyObject
*tup
= PyTuple_New(lst
.GetCount());
5079 for(size_t i
=0; i
<lst
.GetCount(); i
++) {
5080 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
5084 static PyObject
*_wrap_wxListBox_GetSelections(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5085 PyObject
* _resultobj
;
5088 PyObject
* _argo0
= 0;
5089 char *_kwnames
[] = { "self", NULL
};
5092 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelections",_kwnames
,&_argo0
))
5095 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5096 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5097 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
5102 wxPy_BEGIN_ALLOW_THREADS
;
5103 _result
= (PyObject
*)wxListBox_GetSelections(_arg0
);
5105 wxPy_END_ALLOW_THREADS
;
5106 if (PyErr_Occurred()) return NULL
;
5108 _resultobj
= _result
;
5113 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5114 static PyObject
*_wrap_wxListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5115 PyObject
* _resultobj
;
5120 PyObject
* _argo0
= 0;
5121 PyObject
* _obj2
= 0;
5122 char *_kwnames
[] = { "self","choices","pos", NULL
};
5125 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
5128 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5129 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5130 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
5135 _arg2
= wxString_LIST_helper(_obj2
);
5136 if (_arg2
== NULL
) {
5142 _arg1
= PyList_Size(_obj2
);
5149 wxPy_BEGIN_ALLOW_THREADS
;
5150 wxListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
5152 wxPy_END_ALLOW_THREADS
;
5153 if (PyErr_Occurred()) return NULL
;
5154 } Py_INCREF(Py_None
);
5155 _resultobj
= Py_None
;
5162 #define wxListBox_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0))
5163 static PyObject
*_wrap_wxListBox_IsSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5164 PyObject
* _resultobj
;
5168 PyObject
* _argo0
= 0;
5169 char *_kwnames
[] = { "self","n", NULL
};
5172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_IsSelected",_kwnames
,&_argo0
,&_arg1
))
5175 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5176 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5177 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_IsSelected. Expected _wxListBox_p.");
5182 wxPy_BEGIN_ALLOW_THREADS
;
5183 _result
= (bool )wxListBox_IsSelected(_arg0
,_arg1
);
5185 wxPy_END_ALLOW_THREADS
;
5186 if (PyErr_Occurred()) return NULL
;
5187 } _resultobj
= Py_BuildValue("i",_result
);
5191 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
5192 static PyObject
*_wrap_wxListBox_Selected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5193 PyObject
* _resultobj
;
5197 PyObject
* _argo0
= 0;
5198 char *_kwnames
[] = { "self","n", NULL
};
5201 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Selected",_kwnames
,&_argo0
,&_arg1
))
5204 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5205 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5206 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
5211 wxPy_BEGIN_ALLOW_THREADS
;
5212 _result
= (bool )wxListBox_Selected(_arg0
,_arg1
);
5214 wxPy_END_ALLOW_THREADS
;
5215 if (PyErr_Occurred()) return NULL
;
5216 } _resultobj
= Py_BuildValue("i",_result
);
5220 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
5221 static PyObject
*_wrap_wxListBox_Set(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5222 PyObject
* _resultobj
;
5226 PyObject
* _argo0
= 0;
5227 PyObject
* _obj2
= 0;
5228 char *_kwnames
[] = { "self","choices", NULL
};
5231 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Set",_kwnames
,&_argo0
,&_obj2
))
5234 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5235 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5236 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
5242 _arg2
= wxString_LIST_helper(_obj2
);
5243 if (_arg2
== NULL
) {
5249 _arg1
= PyList_Size(_obj2
);
5256 wxPy_BEGIN_ALLOW_THREADS
;
5257 wxListBox_Set(_arg0
,_arg1
,_arg2
);
5259 wxPy_END_ALLOW_THREADS
;
5260 if (PyErr_Occurred()) return NULL
;
5261 } Py_INCREF(Py_None
);
5262 _resultobj
= Py_None
;
5269 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5270 static PyObject
*_wrap_wxListBox_SetFirstItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5271 PyObject
* _resultobj
;
5274 PyObject
* _argo0
= 0;
5275 char *_kwnames
[] = { "self","n", NULL
};
5278 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_SetFirstItem",_kwnames
,&_argo0
,&_arg1
))
5281 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5282 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5283 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
5288 wxPy_BEGIN_ALLOW_THREADS
;
5289 wxListBox_SetFirstItem(_arg0
,_arg1
);
5291 wxPy_END_ALLOW_THREADS
;
5292 if (PyErr_Occurred()) return NULL
;
5293 } Py_INCREF(Py_None
);
5294 _resultobj
= Py_None
;
5298 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5299 static PyObject
*_wrap_wxListBox_SetFirstItemStr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5300 PyObject
* _resultobj
;
5303 PyObject
* _argo0
= 0;
5304 PyObject
* _obj1
= 0;
5305 char *_kwnames
[] = { "self","string", NULL
};
5308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_SetFirstItemStr",_kwnames
,&_argo0
,&_obj1
))
5311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
5318 #if PYTHON_API_VERSION >= 1009
5319 char* tmpPtr
; int tmpSize
;
5320 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
5321 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5324 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
5326 _arg1
= new wxString(tmpPtr
, tmpSize
);
5328 if (!PyString_Check(_obj1
)) {
5329 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5332 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
5336 wxPy_BEGIN_ALLOW_THREADS
;
5337 wxListBox_SetFirstItemStr(_arg0
,*_arg1
);
5339 wxPy_END_ALLOW_THREADS
;
5340 if (PyErr_Occurred()) return NULL
;
5341 } Py_INCREF(Py_None
);
5342 _resultobj
= Py_None
;
5350 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
5351 static PyObject
*_wrap_wxListBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5352 PyObject
* _resultobj
;
5355 bool _arg2
= (bool ) TRUE
;
5356 PyObject
* _argo0
= 0;
5357 int tempbool2
= (int) TRUE
;
5358 char *_kwnames
[] = { "self","n","select", NULL
};
5361 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxListBox_SetSelection",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5364 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5365 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5366 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
5370 _arg2
= (bool ) tempbool2
;
5372 wxPy_BEGIN_ALLOW_THREADS
;
5373 wxListBox_SetSelection(_arg0
,_arg1
,_arg2
);
5375 wxPy_END_ALLOW_THREADS
;
5376 if (PyErr_Occurred()) return NULL
;
5377 } Py_INCREF(Py_None
);
5378 _resultobj
= Py_None
;
5382 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
5383 static PyObject
*_wrap_wxListBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5384 PyObject
* _resultobj
;
5388 PyObject
* _argo0
= 0;
5389 PyObject
* _obj2
= 0;
5390 char *_kwnames
[] = { "self","n","string", NULL
};
5393 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxListBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
5396 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5397 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5398 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
5403 #if PYTHON_API_VERSION >= 1009
5404 char* tmpPtr
; int tmpSize
;
5405 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
5406 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5409 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
5411 _arg2
= new wxString(tmpPtr
, tmpSize
);
5413 if (!PyString_Check(_obj2
)) {
5414 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5417 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
5421 wxPy_BEGIN_ALLOW_THREADS
;
5422 wxListBox_SetString(_arg0
,_arg1
,*_arg2
);
5424 wxPy_END_ALLOW_THREADS
;
5425 if (PyErr_Occurred()) return NULL
;
5426 } Py_INCREF(Py_None
);
5427 _resultobj
= Py_None
;
5435 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
5436 static PyObject
*_wrap_wxListBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5437 PyObject
* _resultobj
;
5440 bool _arg2
= (bool ) TRUE
;
5441 PyObject
* _argo0
= 0;
5442 PyObject
* _obj1
= 0;
5443 int tempbool2
= (int) TRUE
;
5444 char *_kwnames
[] = { "self","string","select", NULL
};
5447 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxListBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
,&tempbool2
))
5450 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5451 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5452 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
5457 #if PYTHON_API_VERSION >= 1009
5458 char* tmpPtr
; int tmpSize
;
5459 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
5460 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5463 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
5465 _arg1
= new wxString(tmpPtr
, tmpSize
);
5467 if (!PyString_Check(_obj1
)) {
5468 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5471 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
5474 _arg2
= (bool ) tempbool2
;
5476 wxPy_BEGIN_ALLOW_THREADS
;
5477 wxListBox_SetStringSelection(_arg0
,*_arg1
,_arg2
);
5479 wxPy_END_ALLOW_THREADS
;
5480 if (PyErr_Occurred()) return NULL
;
5481 } Py_INCREF(Py_None
);
5482 _resultobj
= Py_None
;
5490 static void *SwigwxCheckListBoxTowxListBox(void *ptr
) {
5491 wxCheckListBox
*src
;
5493 src
= (wxCheckListBox
*) ptr
;
5494 dest
= (wxListBox
*) src
;
5495 return (void *) dest
;
5498 static void *SwigwxCheckListBoxTowxControlWithItems(void *ptr
) {
5499 wxCheckListBox
*src
;
5500 wxControlWithItems
*dest
;
5501 src
= (wxCheckListBox
*) ptr
;
5502 dest
= (wxControlWithItems
*) src
;
5503 return (void *) dest
;
5506 static void *SwigwxCheckListBoxTowxControl(void *ptr
) {
5507 wxCheckListBox
*src
;
5509 src
= (wxCheckListBox
*) ptr
;
5510 dest
= (wxControl
*) src
;
5511 return (void *) dest
;
5514 static void *SwigwxCheckListBoxTowxWindow(void *ptr
) {
5515 wxCheckListBox
*src
;
5517 src
= (wxCheckListBox
*) ptr
;
5518 dest
= (wxWindow
*) src
;
5519 return (void *) dest
;
5522 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr
) {
5523 wxCheckListBox
*src
;
5525 src
= (wxCheckListBox
*) ptr
;
5526 dest
= (wxEvtHandler
*) src
;
5527 return (void *) dest
;
5530 static void *SwigwxCheckListBoxTowxObject(void *ptr
) {
5531 wxCheckListBox
*src
;
5533 src
= (wxCheckListBox
*) ptr
;
5534 dest
= (wxObject
*) src
;
5535 return (void *) dest
;
5538 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5539 static PyObject
*_wrap_new_wxCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5540 PyObject
* _resultobj
;
5541 wxCheckListBox
* _result
;
5544 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
5545 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
5546 int _arg4
= (int ) 0;
5547 wxString
* _arg5
= (wxString
*) NULL
;
5548 long _arg6
= (long ) 0;
5549 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
5550 char * _arg8
= (char *) "listBox";
5551 PyObject
* _argo0
= 0;
5553 PyObject
* _obj2
= 0;
5555 PyObject
* _obj3
= 0;
5556 PyObject
* _obj5
= 0;
5557 PyObject
* _argo7
= 0;
5558 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
5562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxCheckListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
5565 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5566 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5567 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
5574 if (! wxPoint_helper(_obj2
, &_arg2
))
5580 if (! wxSize_helper(_obj3
, &_arg3
))
5585 _arg5
= wxString_LIST_helper(_obj5
);
5586 if (_arg5
== NULL
) {
5591 if (_argo7
== Py_None
) { _arg7
= NULL
; }
5592 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
5593 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
5599 _arg4
= PyList_Size(_obj5
);
5606 wxPy_BEGIN_ALLOW_THREADS
;
5607 _result
= (wxCheckListBox
*)new_wxCheckListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
5609 wxPy_END_ALLOW_THREADS
;
5610 if (PyErr_Occurred()) return NULL
;
5612 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
5613 _resultobj
= Py_BuildValue("s",_ptemp
);
5616 _resultobj
= Py_None
;
5624 #define new_wxPreCheckListBox() (new wxCheckListBox())
5625 static PyObject
*_wrap_new_wxPreCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5626 PyObject
* _resultobj
;
5627 wxCheckListBox
* _result
;
5628 char *_kwnames
[] = { NULL
};
5632 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreCheckListBox",_kwnames
))
5635 wxPy_BEGIN_ALLOW_THREADS
;
5636 _result
= (wxCheckListBox
*)new_wxPreCheckListBox();
5638 wxPy_END_ALLOW_THREADS
;
5639 if (PyErr_Occurred()) return NULL
;
5641 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
5642 _resultobj
= Py_BuildValue("s",_ptemp
);
5645 _resultobj
= Py_None
;
5650 #define wxCheckListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5651 static PyObject
*_wrap_wxCheckListBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5652 PyObject
* _resultobj
;
5654 wxCheckListBox
* _arg0
;
5657 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
5658 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
5659 int _arg5
= (int ) 0;
5660 wxString
* _arg6
= (wxString
*) NULL
;
5661 long _arg7
= (long ) 0;
5662 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
5663 char * _arg9
= (char *) "listBox";
5664 PyObject
* _argo0
= 0;
5665 PyObject
* _argo1
= 0;
5667 PyObject
* _obj3
= 0;
5669 PyObject
* _obj4
= 0;
5670 PyObject
* _obj6
= 0;
5671 PyObject
* _argo8
= 0;
5672 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
5675 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOs:wxCheckListBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
5678 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5679 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5680 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Create. Expected _wxCheckListBox_p.");
5685 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5686 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
5687 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCheckListBox_Create. Expected _wxWindow_p.");
5694 if (! wxPoint_helper(_obj3
, &_arg3
))
5700 if (! wxSize_helper(_obj4
, &_arg4
))
5705 _arg6
= wxString_LIST_helper(_obj6
);
5706 if (_arg6
== NULL
) {
5711 if (_argo8
== Py_None
) { _arg8
= NULL
; }
5712 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
5713 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxCheckListBox_Create. Expected _wxValidator_p.");
5719 _arg5
= PyList_Size(_obj6
);
5726 wxPy_BEGIN_ALLOW_THREADS
;
5727 _result
= (bool )wxCheckListBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
5729 wxPy_END_ALLOW_THREADS
;
5730 if (PyErr_Occurred()) return NULL
;
5731 } _resultobj
= Py_BuildValue("i",_result
);
5738 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
5739 static PyObject
*_wrap_wxCheckListBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5740 PyObject
* _resultobj
;
5742 wxCheckListBox
* _arg0
;
5744 PyObject
* _argo0
= 0;
5745 char *_kwnames
[] = { "self","uiIndex", NULL
};
5748 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckListBox_IsChecked",_kwnames
,&_argo0
,&_arg1
))
5751 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5752 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5753 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
5758 wxPy_BEGIN_ALLOW_THREADS
;
5759 _result
= (bool )wxCheckListBox_IsChecked(_arg0
,_arg1
);
5761 wxPy_END_ALLOW_THREADS
;
5762 if (PyErr_Occurred()) return NULL
;
5763 } _resultobj
= Py_BuildValue("i",_result
);
5767 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
5768 static PyObject
*_wrap_wxCheckListBox_Check(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5769 PyObject
* _resultobj
;
5770 wxCheckListBox
* _arg0
;
5772 int _arg2
= (int ) TRUE
;
5773 PyObject
* _argo0
= 0;
5774 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
5777 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5780 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5781 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5782 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
5787 wxPy_BEGIN_ALLOW_THREADS
;
5788 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
5790 wxPy_END_ALLOW_THREADS
;
5791 if (PyErr_Occurred()) return NULL
;
5792 } Py_INCREF(Py_None
);
5793 _resultobj
= Py_None
;
5797 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5798 static PyObject
*_wrap_wxCheckListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5799 PyObject
* _resultobj
;
5800 wxCheckListBox
* _arg0
;
5804 PyObject
* _argo0
= 0;
5805 PyObject
* _obj2
= 0;
5806 char *_kwnames
[] = { "self","choices","pos", NULL
};
5809 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxCheckListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
5812 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5813 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5814 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
5819 _arg2
= wxString_LIST_helper(_obj2
);
5820 if (_arg2
== NULL
) {
5826 _arg1
= PyList_Size(_obj2
);
5833 wxPy_BEGIN_ALLOW_THREADS
;
5834 wxCheckListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
5836 wxPy_END_ALLOW_THREADS
;
5837 if (PyErr_Occurred()) return NULL
;
5838 } Py_INCREF(Py_None
);
5839 _resultobj
= Py_None
;
5846 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
5847 static PyObject
*_wrap_wxCheckListBox_GetItemHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5848 PyObject
* _resultobj
;
5850 wxCheckListBox
* _arg0
;
5851 PyObject
* _argo0
= 0;
5852 char *_kwnames
[] = { "self", NULL
};
5855 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckListBox_GetItemHeight",_kwnames
,&_argo0
))
5858 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5859 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5860 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
5865 wxPy_BEGIN_ALLOW_THREADS
;
5866 _result
= (int )wxCheckListBox_GetItemHeight(_arg0
);
5868 wxPy_END_ALLOW_THREADS
;
5869 if (PyErr_Occurred()) return NULL
;
5870 } _resultobj
= Py_BuildValue("i",_result
);
5874 #define new_wxTextAttr(_swigarg0,_swigarg1,_swigarg2) (new wxTextAttr(_swigarg0,_swigarg1,_swigarg2))
5875 static PyObject
*_wrap_new_wxTextAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5876 PyObject
* _resultobj
;
5877 wxTextAttr
* _result
;
5878 wxColour
* _arg0
= (wxColour
*) &wxNullColour
;
5879 wxColour
* _arg1
= (wxColour
*) &wxNullColour
;
5880 wxFont
* _arg2
= (wxFont
*) &wxNullFont
;
5882 PyObject
* _obj0
= 0;
5884 PyObject
* _obj1
= 0;
5885 PyObject
* _argo2
= 0;
5886 char *_kwnames
[] = { "colText","colBack","font", NULL
};
5890 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|OOO:new_wxTextAttr",_kwnames
,&_obj0
,&_obj1
,&_argo2
))
5895 if (! wxColour_helper(_obj0
, &_arg0
))
5901 if (! wxColour_helper(_obj1
, &_arg1
))
5905 if (_argo2
== Py_None
) { _arg2
= NULL
; }
5906 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) {
5907 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxTextAttr. Expected _wxFont_p.");
5912 wxPy_BEGIN_ALLOW_THREADS
;
5913 _result
= (wxTextAttr
*)new_wxTextAttr(*_arg0
,*_arg1
,*_arg2
);
5915 wxPy_END_ALLOW_THREADS
;
5916 if (PyErr_Occurred()) return NULL
;
5918 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextAttr_p");
5919 _resultobj
= Py_BuildValue("s",_ptemp
);
5922 _resultobj
= Py_None
;
5927 #define delete_wxTextAttr(_swigobj) (delete _swigobj)
5928 static PyObject
*_wrap_delete_wxTextAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5929 PyObject
* _resultobj
;
5931 PyObject
* _argo0
= 0;
5932 char *_kwnames
[] = { "self", NULL
};
5935 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxTextAttr",_kwnames
,&_argo0
))
5938 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5939 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
5940 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxTextAttr. Expected _wxTextAttr_p.");
5945 wxPy_BEGIN_ALLOW_THREADS
;
5946 delete_wxTextAttr(_arg0
);
5948 wxPy_END_ALLOW_THREADS
;
5949 if (PyErr_Occurred()) return NULL
;
5950 } Py_INCREF(Py_None
);
5951 _resultobj
= Py_None
;
5955 #define wxTextAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
5956 static PyObject
*_wrap_wxTextAttr_SetTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5957 PyObject
* _resultobj
;
5960 PyObject
* _argo0
= 0;
5962 PyObject
* _obj1
= 0;
5963 char *_kwnames
[] = { "self","colText", NULL
};
5966 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetTextColour",_kwnames
,&_argo0
,&_obj1
))
5969 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5970 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
5971 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetTextColour. Expected _wxTextAttr_p.");
5977 if (! wxColour_helper(_obj1
, &_arg1
))
5981 wxPy_BEGIN_ALLOW_THREADS
;
5982 wxTextAttr_SetTextColour(_arg0
,*_arg1
);
5984 wxPy_END_ALLOW_THREADS
;
5985 if (PyErr_Occurred()) return NULL
;
5986 } Py_INCREF(Py_None
);
5987 _resultobj
= Py_None
;
5991 #define wxTextAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
5992 static PyObject
*_wrap_wxTextAttr_SetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5993 PyObject
* _resultobj
;
5996 PyObject
* _argo0
= 0;
5998 PyObject
* _obj1
= 0;
5999 char *_kwnames
[] = { "self","colBack", NULL
};
6002 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetBackgroundColour",_kwnames
,&_argo0
,&_obj1
))
6005 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6006 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6007 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetBackgroundColour. Expected _wxTextAttr_p.");
6013 if (! wxColour_helper(_obj1
, &_arg1
))
6017 wxPy_BEGIN_ALLOW_THREADS
;
6018 wxTextAttr_SetBackgroundColour(_arg0
,*_arg1
);
6020 wxPy_END_ALLOW_THREADS
;
6021 if (PyErr_Occurred()) return NULL
;
6022 } Py_INCREF(Py_None
);
6023 _resultobj
= Py_None
;
6027 #define wxTextAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
6028 static PyObject
*_wrap_wxTextAttr_SetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6029 PyObject
* _resultobj
;
6032 PyObject
* _argo0
= 0;
6033 PyObject
* _argo1
= 0;
6034 char *_kwnames
[] = { "self","font", NULL
};
6037 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetFont",_kwnames
,&_argo0
,&_argo1
))
6040 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6041 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6042 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetFont. Expected _wxTextAttr_p.");
6047 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6048 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxFont_p")) {
6049 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextAttr_SetFont. Expected _wxFont_p.");
6054 wxPy_BEGIN_ALLOW_THREADS
;
6055 wxTextAttr_SetFont(_arg0
,*_arg1
);
6057 wxPy_END_ALLOW_THREADS
;
6058 if (PyErr_Occurred()) return NULL
;
6059 } Py_INCREF(Py_None
);
6060 _resultobj
= Py_None
;
6064 #define wxTextAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour())
6065 static PyObject
*_wrap_wxTextAttr_HasTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6066 PyObject
* _resultobj
;
6069 PyObject
* _argo0
= 0;
6070 char *_kwnames
[] = { "self", NULL
};
6073 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasTextColour",_kwnames
,&_argo0
))
6076 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6077 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6078 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasTextColour. Expected _wxTextAttr_p.");
6083 wxPy_BEGIN_ALLOW_THREADS
;
6084 _result
= (bool )wxTextAttr_HasTextColour(_arg0
);
6086 wxPy_END_ALLOW_THREADS
;
6087 if (PyErr_Occurred()) return NULL
;
6088 } _resultobj
= Py_BuildValue("i",_result
);
6092 #define wxTextAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour())
6093 static PyObject
*_wrap_wxTextAttr_HasBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6094 PyObject
* _resultobj
;
6097 PyObject
* _argo0
= 0;
6098 char *_kwnames
[] = { "self", NULL
};
6101 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasBackgroundColour",_kwnames
,&_argo0
))
6104 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6105 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6106 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasBackgroundColour. Expected _wxTextAttr_p.");
6111 wxPy_BEGIN_ALLOW_THREADS
;
6112 _result
= (bool )wxTextAttr_HasBackgroundColour(_arg0
);
6114 wxPy_END_ALLOW_THREADS
;
6115 if (PyErr_Occurred()) return NULL
;
6116 } _resultobj
= Py_BuildValue("i",_result
);
6120 #define wxTextAttr_HasFont(_swigobj) (_swigobj->HasFont())
6121 static PyObject
*_wrap_wxTextAttr_HasFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6122 PyObject
* _resultobj
;
6125 PyObject
* _argo0
= 0;
6126 char *_kwnames
[] = { "self", NULL
};
6129 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasFont",_kwnames
,&_argo0
))
6132 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6133 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6134 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasFont. Expected _wxTextAttr_p.");
6139 wxPy_BEGIN_ALLOW_THREADS
;
6140 _result
= (bool )wxTextAttr_HasFont(_arg0
);
6142 wxPy_END_ALLOW_THREADS
;
6143 if (PyErr_Occurred()) return NULL
;
6144 } _resultobj
= Py_BuildValue("i",_result
);
6148 #define wxTextAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour())
6149 static PyObject
*_wrap_wxTextAttr_GetTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6150 PyObject
* _resultobj
;
6153 PyObject
* _argo0
= 0;
6154 char *_kwnames
[] = { "self", NULL
};
6158 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetTextColour",_kwnames
,&_argo0
))
6161 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6162 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6163 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetTextColour. Expected _wxTextAttr_p.");
6168 wxPy_BEGIN_ALLOW_THREADS
;
6169 const wxColour
& _result_ref
= wxTextAttr_GetTextColour(_arg0
);
6170 _result
= (wxColour
*) &_result_ref
;
6172 wxPy_END_ALLOW_THREADS
;
6173 if (PyErr_Occurred()) return NULL
;
6175 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxColour_p");
6176 _resultobj
= Py_BuildValue("s",_ptemp
);
6179 _resultobj
= Py_None
;
6184 #define wxTextAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
6185 static PyObject
*_wrap_wxTextAttr_GetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6186 PyObject
* _resultobj
;
6189 PyObject
* _argo0
= 0;
6190 char *_kwnames
[] = { "self", NULL
};
6194 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetBackgroundColour",_kwnames
,&_argo0
))
6197 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6198 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6199 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetBackgroundColour. Expected _wxTextAttr_p.");
6204 wxPy_BEGIN_ALLOW_THREADS
;
6205 const wxColour
& _result_ref
= wxTextAttr_GetBackgroundColour(_arg0
);
6206 _result
= (wxColour
*) &_result_ref
;
6208 wxPy_END_ALLOW_THREADS
;
6209 if (PyErr_Occurred()) return NULL
;
6211 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxColour_p");
6212 _resultobj
= Py_BuildValue("s",_ptemp
);
6215 _resultobj
= Py_None
;
6220 #define wxTextAttr_GetFont(_swigobj) (_swigobj->GetFont())
6221 static PyObject
*_wrap_wxTextAttr_GetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6222 PyObject
* _resultobj
;
6225 PyObject
* _argo0
= 0;
6226 char *_kwnames
[] = { "self", NULL
};
6230 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetFont",_kwnames
,&_argo0
))
6233 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6234 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6235 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetFont. Expected _wxTextAttr_p.");
6240 wxPy_BEGIN_ALLOW_THREADS
;
6241 const wxFont
& _result_ref
= wxTextAttr_GetFont(_arg0
);
6242 _result
= (wxFont
*) &_result_ref
;
6244 wxPy_END_ALLOW_THREADS
;
6245 if (PyErr_Occurred()) return NULL
;
6247 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxFont_p");
6248 _resultobj
= Py_BuildValue("s",_ptemp
);
6251 _resultobj
= Py_None
;
6256 #define wxTextAttr_IsDefault(_swigobj) (_swigobj->IsDefault())
6257 static PyObject
*_wrap_wxTextAttr_IsDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6258 PyObject
* _resultobj
;
6261 PyObject
* _argo0
= 0;
6262 char *_kwnames
[] = { "self", NULL
};
6265 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_IsDefault",_kwnames
,&_argo0
))
6268 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6269 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6270 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_IsDefault. Expected _wxTextAttr_p.");
6275 wxPy_BEGIN_ALLOW_THREADS
;
6276 _result
= (bool )wxTextAttr_IsDefault(_arg0
);
6278 wxPy_END_ALLOW_THREADS
;
6279 if (PyErr_Occurred()) return NULL
;
6280 } _resultobj
= Py_BuildValue("i",_result
);
6284 static PyObject
*_wrap_wxTextAttr_Combine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6285 PyObject
* _resultobj
;
6286 wxTextAttr
* _result
;
6290 PyObject
* _argo0
= 0;
6291 PyObject
* _argo1
= 0;
6292 PyObject
* _argo2
= 0;
6293 char *_kwnames
[] = { "attr","attrDef","text", NULL
};
6297 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxTextAttr_Combine",_kwnames
,&_argo0
,&_argo1
,&_argo2
))
6300 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6301 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6302 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6307 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6308 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxTextAttr_p")) {
6309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6314 if (_argo2
== Py_None
) { _arg2
= NULL
; }
6315 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxTextCtrl_p")) {
6316 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxTextAttr_Combine. Expected _wxTextCtrl_p.");
6321 wxPy_BEGIN_ALLOW_THREADS
;
6322 _result
= new wxTextAttr (wxTextAttr::Combine(*_arg0
,*_arg1
,_arg2
));
6324 wxPy_END_ALLOW_THREADS
;
6325 if (PyErr_Occurred()) return NULL
;
6326 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxTextAttr_p");
6327 _resultobj
= Py_BuildValue("s",_ptemp
);
6331 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
6334 src
= (wxTextCtrl
*) ptr
;
6335 dest
= (wxControl
*) src
;
6336 return (void *) dest
;
6339 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
6342 src
= (wxTextCtrl
*) ptr
;
6343 dest
= (wxWindow
*) src
;
6344 return (void *) dest
;
6347 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
6350 src
= (wxTextCtrl
*) ptr
;
6351 dest
= (wxEvtHandler
*) src
;
6352 return (void *) dest
;
6355 static void *SwigwxTextCtrlTowxObject(void *ptr
) {
6358 src
= (wxTextCtrl
*) ptr
;
6359 dest
= (wxObject
*) src
;
6360 return (void *) dest
;
6363 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6364 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6365 PyObject
* _resultobj
;
6366 wxTextCtrl
* _result
;
6369 char * _arg2
= (char *) "";
6370 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
6371 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
6372 long _arg5
= (long ) 0;
6373 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
6374 char * _arg7
= (char *) "text";
6375 PyObject
* _argo0
= 0;
6377 PyObject
* _obj3
= 0;
6379 PyObject
* _obj4
= 0;
6380 PyObject
* _argo6
= 0;
6381 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
6385 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOlOs:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
6388 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6389 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6390 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
6397 if (! wxPoint_helper(_obj3
, &_arg3
))
6403 if (! wxSize_helper(_obj4
, &_arg4
))
6407 if (_argo6
== Py_None
) { _arg6
= NULL
; }
6408 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
6409 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
6414 wxPy_BEGIN_ALLOW_THREADS
;
6415 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
6417 wxPy_END_ALLOW_THREADS
;
6418 if (PyErr_Occurred()) return NULL
;
6420 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
6421 _resultobj
= Py_BuildValue("s",_ptemp
);
6424 _resultobj
= Py_None
;
6429 #define new_wxPreTextCtrl() (new wxTextCtrl())
6430 static PyObject
*_wrap_new_wxPreTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6431 PyObject
* _resultobj
;
6432 wxTextCtrl
* _result
;
6433 char *_kwnames
[] = { NULL
};
6437 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreTextCtrl",_kwnames
))
6440 wxPy_BEGIN_ALLOW_THREADS
;
6441 _result
= (wxTextCtrl
*)new_wxPreTextCtrl();
6443 wxPy_END_ALLOW_THREADS
;
6444 if (PyErr_Occurred()) return NULL
;
6446 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
6447 _resultobj
= Py_BuildValue("s",_ptemp
);
6450 _resultobj
= Py_None
;
6455 #define wxTextCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6456 static PyObject
*_wrap_wxTextCtrl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6457 PyObject
* _resultobj
;
6462 char * _arg3
= (char *) "";
6463 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
6464 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
6465 long _arg6
= (long ) 0;
6466 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
6467 char * _arg8
= (char *) "text";
6468 PyObject
* _argo0
= 0;
6469 PyObject
* _argo1
= 0;
6471 PyObject
* _obj4
= 0;
6473 PyObject
* _obj5
= 0;
6474 PyObject
* _argo7
= 0;
6475 char *_kwnames
[] = { "self","parent","id","value","pos","size","style","validator","name", NULL
};
6478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|sOOlOs:wxTextCtrl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
6481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Create. Expected _wxTextCtrl_p.");
6488 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6489 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
6490 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_Create. Expected _wxWindow_p.");
6497 if (! wxPoint_helper(_obj4
, &_arg4
))
6503 if (! wxSize_helper(_obj5
, &_arg5
))
6507 if (_argo7
== Py_None
) { _arg7
= NULL
; }
6508 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
6509 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxTextCtrl_Create. Expected _wxValidator_p.");
6514 wxPy_BEGIN_ALLOW_THREADS
;
6515 _result
= (bool )wxTextCtrl_Create(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,_arg8
);
6517 wxPy_END_ALLOW_THREADS
;
6518 if (PyErr_Occurred()) return NULL
;
6519 } _resultobj
= Py_BuildValue("i",_result
);
6523 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
6524 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6525 PyObject
* _resultobj
;
6528 PyObject
* _argo0
= 0;
6529 char *_kwnames
[] = { "self", NULL
};
6532 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_kwnames
,&_argo0
))
6535 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6536 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6537 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
6542 wxPy_BEGIN_ALLOW_THREADS
;
6543 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
6545 wxPy_END_ALLOW_THREADS
;
6546 if (PyErr_Occurred()) return NULL
;
6548 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
6556 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6557 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6558 PyObject
* _resultobj
;
6561 PyObject
* _argo0
= 0;
6562 PyObject
* _obj1
= 0;
6563 char *_kwnames
[] = { "self","value", NULL
};
6566 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
6569 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6570 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6571 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
6576 #if PYTHON_API_VERSION >= 1009
6577 char* tmpPtr
; int tmpSize
;
6578 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
6579 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6582 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
6584 _arg1
= new wxString(tmpPtr
, tmpSize
);
6586 if (!PyString_Check(_obj1
)) {
6587 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6590 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
6594 wxPy_BEGIN_ALLOW_THREADS
;
6595 wxTextCtrl_SetValue(_arg0
,*_arg1
);
6597 wxPy_END_ALLOW_THREADS
;
6598 if (PyErr_Occurred()) return NULL
;
6599 } Py_INCREF(Py_None
);
6600 _resultobj
= Py_None
;
6608 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
6609 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6610 PyObject
* _resultobj
;
6614 PyObject
* _argo0
= 0;
6615 char *_kwnames
[] = { "self","lineNo", NULL
};
6618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
6621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
6628 wxPy_BEGIN_ALLOW_THREADS
;
6629 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
6631 wxPy_END_ALLOW_THREADS
;
6632 if (PyErr_Occurred()) return NULL
;
6633 } _resultobj
= Py_BuildValue("i",_result
);
6637 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
6638 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6639 PyObject
* _resultobj
;
6643 PyObject
* _argo0
= 0;
6644 char *_kwnames
[] = { "self","lineNo", NULL
};
6647 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
6650 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6651 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6652 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
6657 wxPy_BEGIN_ALLOW_THREADS
;
6658 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
6660 wxPy_END_ALLOW_THREADS
;
6661 if (PyErr_Occurred()) return NULL
;
6663 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
6671 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
6672 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6673 PyObject
* _resultobj
;
6676 PyObject
* _argo0
= 0;
6677 char *_kwnames
[] = { "self", NULL
};
6680 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
6683 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6684 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6685 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
6690 wxPy_BEGIN_ALLOW_THREADS
;
6691 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
6693 wxPy_END_ALLOW_THREADS
;
6694 if (PyErr_Occurred()) return NULL
;
6695 } _resultobj
= Py_BuildValue("i",_result
);
6699 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
6700 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6701 PyObject
* _resultobj
;
6704 PyObject
* _argo0
= 0;
6705 char *_kwnames
[] = { "self", NULL
};
6708 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
6711 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6712 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6713 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
6718 wxPy_BEGIN_ALLOW_THREADS
;
6719 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
6721 wxPy_END_ALLOW_THREADS
;
6722 if (PyErr_Occurred()) return NULL
;
6723 } _resultobj
= Py_BuildValue("i",_result
);
6727 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
6728 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6729 PyObject
* _resultobj
;
6732 PyObject
* _argo0
= 0;
6733 char *_kwnames
[] = { "self", NULL
};
6736 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
6739 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6740 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6741 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
6746 wxPy_BEGIN_ALLOW_THREADS
;
6747 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
6749 wxPy_END_ALLOW_THREADS
;
6750 if (PyErr_Occurred()) return NULL
;
6751 } _resultobj
= Py_BuildValue("i",_result
);
6755 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
6756 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6757 PyObject
* _resultobj
;
6763 PyObject
* _argo0
= 0;
6764 char *_kwnames
[] = { "self", NULL
};
6773 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_kwnames
,&_argo0
))
6776 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6777 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6778 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
6783 wxPy_BEGIN_ALLOW_THREADS
;
6784 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
6786 wxPy_END_ALLOW_THREADS
;
6787 if (PyErr_Occurred()) return NULL
;
6788 } Py_INCREF(Py_None
);
6789 _resultobj
= Py_None
;
6792 o
= PyInt_FromLong((long) (*_arg1
));
6793 _resultobj
= t_output_helper(_resultobj
, o
);
6797 o
= PyInt_FromLong((long) (*_arg2
));
6798 _resultobj
= t_output_helper(_resultobj
, o
);
6803 #define wxTextCtrl_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
6804 static PyObject
*_wrap_wxTextCtrl_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6805 PyObject
* _resultobj
;
6808 PyObject
* _argo0
= 0;
6809 char *_kwnames
[] = { "self", NULL
};
6812 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetStringSelection",_kwnames
,&_argo0
))
6815 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6816 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetStringSelection. Expected _wxTextCtrl_p.");
6822 wxPy_BEGIN_ALLOW_THREADS
;
6823 _result
= new wxString (wxTextCtrl_GetStringSelection(_arg0
));
6825 wxPy_END_ALLOW_THREADS
;
6826 if (PyErr_Occurred()) return NULL
;
6828 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
6836 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
6837 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6838 PyObject
* _resultobj
;
6840 PyObject
* _argo0
= 0;
6841 char *_kwnames
[] = { "self", NULL
};
6844 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
6847 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6848 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6849 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
6854 wxPy_BEGIN_ALLOW_THREADS
;
6855 wxTextCtrl_Clear(_arg0
);
6857 wxPy_END_ALLOW_THREADS
;
6858 if (PyErr_Occurred()) return NULL
;
6859 } Py_INCREF(Py_None
);
6860 _resultobj
= Py_None
;
6864 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
6865 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6866 PyObject
* _resultobj
;
6871 PyObject
* _argo0
= 0;
6872 PyObject
* _obj3
= 0;
6873 char *_kwnames
[] = { "self","from","to","value", NULL
};
6876 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
6879 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6880 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6881 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
6886 #if PYTHON_API_VERSION >= 1009
6887 char* tmpPtr
; int tmpSize
;
6888 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
6889 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6892 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
6894 _arg3
= new wxString(tmpPtr
, tmpSize
);
6896 if (!PyString_Check(_obj3
)) {
6897 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6900 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
6904 wxPy_BEGIN_ALLOW_THREADS
;
6905 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
6907 wxPy_END_ALLOW_THREADS
;
6908 if (PyErr_Occurred()) return NULL
;
6909 } Py_INCREF(Py_None
);
6910 _resultobj
= Py_None
;
6918 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
6919 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6920 PyObject
* _resultobj
;
6924 PyObject
* _argo0
= 0;
6925 char *_kwnames
[] = { "self","from","to", NULL
};
6928 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6931 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6932 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6933 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
6938 wxPy_BEGIN_ALLOW_THREADS
;
6939 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
6941 wxPy_END_ALLOW_THREADS
;
6942 if (PyErr_Occurred()) return NULL
;
6943 } Py_INCREF(Py_None
);
6944 _resultobj
= Py_None
;
6948 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
6949 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6950 PyObject
* _resultobj
;
6954 PyObject
* _argo0
= 0;
6955 PyObject
* _obj1
= 0;
6956 char *_kwnames
[] = { "self","file", NULL
};
6959 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
6962 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6963 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6964 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
6969 #if PYTHON_API_VERSION >= 1009
6970 char* tmpPtr
; int tmpSize
;
6971 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
6972 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6975 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
6977 _arg1
= new wxString(tmpPtr
, tmpSize
);
6979 if (!PyString_Check(_obj1
)) {
6980 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6983 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
6987 wxPy_BEGIN_ALLOW_THREADS
;
6988 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
6990 wxPy_END_ALLOW_THREADS
;
6991 if (PyErr_Occurred()) return NULL
;
6992 } _resultobj
= Py_BuildValue("i",_result
);
7000 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
7001 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7002 PyObject
* _resultobj
;
7005 wxString
* _arg1
= (wxString
*) &wxEmptyString
;
7006 PyObject
* _argo0
= 0;
7007 PyObject
* _obj1
= 0;
7008 char *_kwnames
[] = { "self","file", NULL
};
7011 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|O:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
7014 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7015 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7016 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
7022 #if PYTHON_API_VERSION >= 1009
7023 char* tmpPtr
; int tmpSize
;
7024 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
7025 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7028 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
7030 _arg1
= new wxString(tmpPtr
, tmpSize
);
7032 if (!PyString_Check(_obj1
)) {
7033 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7036 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
7040 wxPy_BEGIN_ALLOW_THREADS
;
7041 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
7043 wxPy_END_ALLOW_THREADS
;
7044 if (PyErr_Occurred()) return NULL
;
7045 } _resultobj
= Py_BuildValue("i",_result
);
7053 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
7054 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7055 PyObject
* _resultobj
;
7057 PyObject
* _argo0
= 0;
7058 char *_kwnames
[] = { "self", NULL
};
7061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
7064 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7065 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7066 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
7071 wxPy_BEGIN_ALLOW_THREADS
;
7072 wxTextCtrl_DiscardEdits(_arg0
);
7074 wxPy_END_ALLOW_THREADS
;
7075 if (PyErr_Occurred()) return NULL
;
7076 } Py_INCREF(Py_None
);
7077 _resultobj
= Py_None
;
7081 #define wxTextCtrl_SetMaxLength(_swigobj,_swigarg0) (_swigobj->SetMaxLength(_swigarg0))
7082 static PyObject
*_wrap_wxTextCtrl_SetMaxLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7083 PyObject
* _resultobj
;
7085 unsigned long _arg1
;
7086 PyObject
* _argo0
= 0;
7087 char *_kwnames
[] = { "self","len", NULL
};
7090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetMaxLength",_kwnames
,&_argo0
,&_arg1
))
7093 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7094 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7095 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetMaxLength. Expected _wxTextCtrl_p.");
7100 wxPy_BEGIN_ALLOW_THREADS
;
7101 wxTextCtrl_SetMaxLength(_arg0
,_arg1
);
7103 wxPy_END_ALLOW_THREADS
;
7104 if (PyErr_Occurred()) return NULL
;
7105 } Py_INCREF(Py_None
);
7106 _resultobj
= Py_None
;
7110 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
7111 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7112 PyObject
* _resultobj
;
7115 PyObject
* _argo0
= 0;
7116 PyObject
* _obj1
= 0;
7117 char *_kwnames
[] = { "self","text", NULL
};
7120 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
7123 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7124 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7125 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
7130 #if PYTHON_API_VERSION >= 1009
7131 char* tmpPtr
; int tmpSize
;
7132 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
7133 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7136 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
7138 _arg1
= new wxString(tmpPtr
, tmpSize
);
7140 if (!PyString_Check(_obj1
)) {
7141 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7144 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
7148 wxPy_BEGIN_ALLOW_THREADS
;
7149 wxTextCtrl_WriteText(_arg0
,*_arg1
);
7151 wxPy_END_ALLOW_THREADS
;
7152 if (PyErr_Occurred()) return NULL
;
7153 } Py_INCREF(Py_None
);
7154 _resultobj
= Py_None
;
7162 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
7163 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7164 PyObject
* _resultobj
;
7167 PyObject
* _argo0
= 0;
7168 PyObject
* _obj1
= 0;
7169 char *_kwnames
[] = { "self","text", NULL
};
7172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
7175 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7176 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7177 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
7182 #if PYTHON_API_VERSION >= 1009
7183 char* tmpPtr
; int tmpSize
;
7184 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
7185 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7188 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
7190 _arg1
= new wxString(tmpPtr
, tmpSize
);
7192 if (!PyString_Check(_obj1
)) {
7193 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7196 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
7200 wxPy_BEGIN_ALLOW_THREADS
;
7201 wxTextCtrl_AppendText(_arg0
,*_arg1
);
7203 wxPy_END_ALLOW_THREADS
;
7204 if (PyErr_Occurred()) return NULL
;
7205 } Py_INCREF(Py_None
);
7206 _resultobj
= Py_None
;
7214 #define wxTextCtrl_SetStyle(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetStyle(_swigarg0,_swigarg1,_swigarg2))
7215 static PyObject
*_wrap_wxTextCtrl_SetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7216 PyObject
* _resultobj
;
7222 PyObject
* _argo0
= 0;
7223 PyObject
* _argo3
= 0;
7224 char *_kwnames
[] = { "self","start","end","style", NULL
};
7227 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_SetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_argo3
))
7230 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7231 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7232 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetStyle. Expected _wxTextCtrl_p.");
7237 if (_argo3
== Py_None
) { _arg3
= NULL
; }
7238 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxTextAttr_p")) {
7239 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxTextCtrl_SetStyle. Expected _wxTextAttr_p.");
7244 wxPy_BEGIN_ALLOW_THREADS
;
7245 _result
= (bool )wxTextCtrl_SetStyle(_arg0
,_arg1
,_arg2
,*_arg3
);
7247 wxPy_END_ALLOW_THREADS
;
7248 if (PyErr_Occurred()) return NULL
;
7249 } _resultobj
= Py_BuildValue("i",_result
);
7253 #define wxTextCtrl_SetDefaultStyle(_swigobj,_swigarg0) (_swigobj->SetDefaultStyle(_swigarg0))
7254 static PyObject
*_wrap_wxTextCtrl_SetDefaultStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7255 PyObject
* _resultobj
;
7259 PyObject
* _argo0
= 0;
7260 PyObject
* _argo1
= 0;
7261 char *_kwnames
[] = { "self","style", NULL
};
7264 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetDefaultStyle",_kwnames
,&_argo0
,&_argo1
))
7267 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7268 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7269 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetDefaultStyle. Expected _wxTextCtrl_p.");
7274 if (_argo1
== Py_None
) { _arg1
= NULL
; }
7275 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxTextAttr_p")) {
7276 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_SetDefaultStyle. Expected _wxTextAttr_p.");
7281 wxPy_BEGIN_ALLOW_THREADS
;
7282 _result
= (bool )wxTextCtrl_SetDefaultStyle(_arg0
,*_arg1
);
7284 wxPy_END_ALLOW_THREADS
;
7285 if (PyErr_Occurred()) return NULL
;
7286 } _resultobj
= Py_BuildValue("i",_result
);
7290 #define wxTextCtrl_GetDefaultStyle(_swigobj) (_swigobj->GetDefaultStyle())
7291 static PyObject
*_wrap_wxTextCtrl_GetDefaultStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7292 PyObject
* _resultobj
;
7293 wxTextAttr
* _result
;
7295 PyObject
* _argo0
= 0;
7296 char *_kwnames
[] = { "self", NULL
};
7300 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetDefaultStyle",_kwnames
,&_argo0
))
7303 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7304 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7305 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetDefaultStyle. Expected _wxTextCtrl_p.");
7310 wxPy_BEGIN_ALLOW_THREADS
;
7311 const wxTextAttr
& _result_ref
= wxTextCtrl_GetDefaultStyle(_arg0
);
7312 _result
= (wxTextAttr
*) &_result_ref
;
7314 wxPy_END_ALLOW_THREADS
;
7315 if (PyErr_Occurred()) return NULL
;
7317 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextAttr_p");
7318 _resultobj
= Py_BuildValue("s",_ptemp
);
7321 _resultobj
= Py_None
;
7326 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
7327 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7328 PyObject
* _resultobj
;
7333 PyObject
* _argo0
= 0;
7334 char *_kwnames
[] = { "self","x","y", NULL
};
7337 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7340 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7341 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7342 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
7347 wxPy_BEGIN_ALLOW_THREADS
;
7348 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
7350 wxPy_END_ALLOW_THREADS
;
7351 if (PyErr_Occurred()) return NULL
;
7352 } _resultobj
= Py_BuildValue("l",_result
);
7356 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
7357 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7358 PyObject
* _resultobj
;
7366 PyObject
* _argo0
= 0;
7367 char *_kwnames
[] = { "self","pos", NULL
};
7376 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
7379 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7380 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7381 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
7386 wxPy_BEGIN_ALLOW_THREADS
;
7387 _result
= (bool )wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
7389 wxPy_END_ALLOW_THREADS
;
7390 if (PyErr_Occurred()) return NULL
;
7391 } _resultobj
= Py_BuildValue("i",_result
);
7394 o
= PyInt_FromLong((long) (*_arg2
));
7395 _resultobj
= t_output_helper(_resultobj
, o
);
7399 o
= PyInt_FromLong((long) (*_arg3
));
7400 _resultobj
= t_output_helper(_resultobj
, o
);
7405 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
7406 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7407 PyObject
* _resultobj
;
7410 PyObject
* _argo0
= 0;
7411 char *_kwnames
[] = { "self","pos", NULL
};
7414 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
7417 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7418 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7419 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
7424 wxPy_BEGIN_ALLOW_THREADS
;
7425 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
7427 wxPy_END_ALLOW_THREADS
;
7428 if (PyErr_Occurred()) return NULL
;
7429 } Py_INCREF(Py_None
);
7430 _resultobj
= Py_None
;
7434 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
7435 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7436 PyObject
* _resultobj
;
7438 PyObject
* _argo0
= 0;
7439 char *_kwnames
[] = { "self", NULL
};
7442 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
7445 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7446 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7447 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
7452 wxPy_BEGIN_ALLOW_THREADS
;
7453 wxTextCtrl_Copy(_arg0
);
7455 wxPy_END_ALLOW_THREADS
;
7456 if (PyErr_Occurred()) return NULL
;
7457 } Py_INCREF(Py_None
);
7458 _resultobj
= Py_None
;
7462 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
7463 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7464 PyObject
* _resultobj
;
7466 PyObject
* _argo0
= 0;
7467 char *_kwnames
[] = { "self", NULL
};
7470 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
7473 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7474 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7475 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
7480 wxPy_BEGIN_ALLOW_THREADS
;
7481 wxTextCtrl_Cut(_arg0
);
7483 wxPy_END_ALLOW_THREADS
;
7484 if (PyErr_Occurred()) return NULL
;
7485 } Py_INCREF(Py_None
);
7486 _resultobj
= Py_None
;
7490 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
7491 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7492 PyObject
* _resultobj
;
7494 PyObject
* _argo0
= 0;
7495 char *_kwnames
[] = { "self", NULL
};
7498 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_kwnames
,&_argo0
))
7501 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7502 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7503 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
7508 wxPy_BEGIN_ALLOW_THREADS
;
7509 wxTextCtrl_Paste(_arg0
);
7511 wxPy_END_ALLOW_THREADS
;
7512 if (PyErr_Occurred()) return NULL
;
7513 } Py_INCREF(Py_None
);
7514 _resultobj
= Py_None
;
7518 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
7519 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7520 PyObject
* _resultobj
;
7523 PyObject
* _argo0
= 0;
7524 char *_kwnames
[] = { "self", NULL
};
7527 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
7530 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7531 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7532 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
7537 wxPy_BEGIN_ALLOW_THREADS
;
7538 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
7540 wxPy_END_ALLOW_THREADS
;
7541 if (PyErr_Occurred()) return NULL
;
7542 } _resultobj
= Py_BuildValue("i",_result
);
7546 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
7547 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7548 PyObject
* _resultobj
;
7551 PyObject
* _argo0
= 0;
7552 char *_kwnames
[] = { "self", NULL
};
7555 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
7558 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7559 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7560 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
7565 wxPy_BEGIN_ALLOW_THREADS
;
7566 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
7568 wxPy_END_ALLOW_THREADS
;
7569 if (PyErr_Occurred()) return NULL
;
7570 } _resultobj
= Py_BuildValue("i",_result
);
7574 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
7575 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7576 PyObject
* _resultobj
;
7579 PyObject
* _argo0
= 0;
7580 char *_kwnames
[] = { "self", NULL
};
7583 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
7586 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7587 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7588 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
7593 wxPy_BEGIN_ALLOW_THREADS
;
7594 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
7596 wxPy_END_ALLOW_THREADS
;
7597 if (PyErr_Occurred()) return NULL
;
7598 } _resultobj
= Py_BuildValue("i",_result
);
7602 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
7603 static PyObject
*_wrap_wxTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7604 PyObject
* _resultobj
;
7606 PyObject
* _argo0
= 0;
7607 char *_kwnames
[] = { "self", NULL
};
7610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Undo",_kwnames
,&_argo0
))
7613 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7614 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
7620 wxPy_BEGIN_ALLOW_THREADS
;
7621 wxTextCtrl_Undo(_arg0
);
7623 wxPy_END_ALLOW_THREADS
;
7624 if (PyErr_Occurred()) return NULL
;
7625 } Py_INCREF(Py_None
);
7626 _resultobj
= Py_None
;
7630 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
7631 static PyObject
*_wrap_wxTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7632 PyObject
* _resultobj
;
7634 PyObject
* _argo0
= 0;
7635 char *_kwnames
[] = { "self", NULL
};
7638 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Redo",_kwnames
,&_argo0
))
7641 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7642 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7643 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
7648 wxPy_BEGIN_ALLOW_THREADS
;
7649 wxTextCtrl_Redo(_arg0
);
7651 wxPy_END_ALLOW_THREADS
;
7652 if (PyErr_Occurred()) return NULL
;
7653 } Py_INCREF(Py_None
);
7654 _resultobj
= Py_None
;
7658 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
7659 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7660 PyObject
* _resultobj
;
7663 PyObject
* _argo0
= 0;
7664 char *_kwnames
[] = { "self", NULL
};
7667 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
7670 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7671 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7672 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
7677 wxPy_BEGIN_ALLOW_THREADS
;
7678 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
7680 wxPy_END_ALLOW_THREADS
;
7681 if (PyErr_Occurred()) return NULL
;
7682 } _resultobj
= Py_BuildValue("i",_result
);
7686 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
7687 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7688 PyObject
* _resultobj
;
7691 PyObject
* _argo0
= 0;
7692 char *_kwnames
[] = { "self", NULL
};
7695 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_kwnames
,&_argo0
))
7698 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7699 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7700 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
7705 wxPy_BEGIN_ALLOW_THREADS
;
7706 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
7708 wxPy_END_ALLOW_THREADS
;
7709 if (PyErr_Occurred()) return NULL
;
7710 } _resultobj
= Py_BuildValue("i",_result
);
7714 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
7715 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7716 PyObject
* _resultobj
;
7719 PyObject
* _argo0
= 0;
7720 char *_kwnames
[] = { "self","pos", NULL
};
7723 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
7726 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7727 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7728 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
7733 wxPy_BEGIN_ALLOW_THREADS
;
7734 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
7736 wxPy_END_ALLOW_THREADS
;
7737 if (PyErr_Occurred()) return NULL
;
7738 } Py_INCREF(Py_None
);
7739 _resultobj
= Py_None
;
7743 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
7744 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7745 PyObject
* _resultobj
;
7747 PyObject
* _argo0
= 0;
7748 char *_kwnames
[] = { "self", NULL
};
7751 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames
,&_argo0
))
7754 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7755 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7756 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
7761 wxPy_BEGIN_ALLOW_THREADS
;
7762 wxTextCtrl_SetInsertionPointEnd(_arg0
);
7764 wxPy_END_ALLOW_THREADS
;
7765 if (PyErr_Occurred()) return NULL
;
7766 } Py_INCREF(Py_None
);
7767 _resultobj
= Py_None
;
7771 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
7772 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7773 PyObject
* _resultobj
;
7776 PyObject
* _argo0
= 0;
7777 char *_kwnames
[] = { "self", NULL
};
7780 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetInsertionPoint",_kwnames
,&_argo0
))
7783 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7784 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7785 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
7790 wxPy_BEGIN_ALLOW_THREADS
;
7791 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
7793 wxPy_END_ALLOW_THREADS
;
7794 if (PyErr_Occurred()) return NULL
;
7795 } _resultobj
= Py_BuildValue("l",_result
);
7799 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
7800 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7801 PyObject
* _resultobj
;
7804 PyObject
* _argo0
= 0;
7805 char *_kwnames
[] = { "self", NULL
};
7808 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetLastPosition",_kwnames
,&_argo0
))
7811 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7812 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7813 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
7818 wxPy_BEGIN_ALLOW_THREADS
;
7819 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
7821 wxPy_END_ALLOW_THREADS
;
7822 if (PyErr_Occurred()) return NULL
;
7823 } _resultobj
= Py_BuildValue("l",_result
);
7827 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
7828 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7829 PyObject
* _resultobj
;
7833 PyObject
* _argo0
= 0;
7834 char *_kwnames
[] = { "self","from","to", NULL
};
7837 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7840 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7841 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7842 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
7847 wxPy_BEGIN_ALLOW_THREADS
;
7848 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
7850 wxPy_END_ALLOW_THREADS
;
7851 if (PyErr_Occurred()) return NULL
;
7852 } Py_INCREF(Py_None
);
7853 _resultobj
= Py_None
;
7857 #define wxTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
7858 static PyObject
*_wrap_wxTextCtrl_SelectAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7859 PyObject
* _resultobj
;
7861 PyObject
* _argo0
= 0;
7862 char *_kwnames
[] = { "self", NULL
};
7865 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SelectAll",_kwnames
,&_argo0
))
7868 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7869 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7870 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SelectAll. Expected _wxTextCtrl_p.");
7875 wxPy_BEGIN_ALLOW_THREADS
;
7876 wxTextCtrl_SelectAll(_arg0
);
7878 wxPy_END_ALLOW_THREADS
;
7879 if (PyErr_Occurred()) return NULL
;
7880 } Py_INCREF(Py_None
);
7881 _resultobj
= Py_None
;
7885 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
7886 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7887 PyObject
* _resultobj
;
7890 PyObject
* _argo0
= 0;
7892 char *_kwnames
[] = { "self","editable", NULL
};
7895 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
7898 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7899 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7900 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
7904 _arg1
= (bool ) tempbool1
;
7906 wxPy_BEGIN_ALLOW_THREADS
;
7907 wxTextCtrl_SetEditable(_arg0
,_arg1
);
7909 wxPy_END_ALLOW_THREADS
;
7910 if (PyErr_Occurred()) return NULL
;
7911 } Py_INCREF(Py_None
);
7912 _resultobj
= Py_None
;
7916 static void wxTextCtrl_write(wxTextCtrl
*self
,const wxString
& text
) {
7917 self
->AppendText(text
);
7919 static PyObject
*_wrap_wxTextCtrl_write(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7920 PyObject
* _resultobj
;
7923 PyObject
* _argo0
= 0;
7924 PyObject
* _obj1
= 0;
7925 char *_kwnames
[] = { "self","text", NULL
};
7928 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_write",_kwnames
,&_argo0
,&_obj1
))
7931 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7932 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7933 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
7938 #if PYTHON_API_VERSION >= 1009
7939 char* tmpPtr
; int tmpSize
;
7940 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
7941 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7944 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
7946 _arg1
= new wxString(tmpPtr
, tmpSize
);
7948 if (!PyString_Check(_obj1
)) {
7949 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7952 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
7956 wxPy_BEGIN_ALLOW_THREADS
;
7957 wxTextCtrl_write(_arg0
,*_arg1
);
7959 wxPy_END_ALLOW_THREADS
;
7960 if (PyErr_Occurred()) return NULL
;
7961 } Py_INCREF(Py_None
);
7962 _resultobj
= Py_None
;
7970 static wxString
wxTextCtrl_GetString(wxTextCtrl
*self
,long from
,long to
) {
7971 return self
->GetValue().Mid(from
, to
-from
);
7973 static PyObject
*_wrap_wxTextCtrl_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7974 PyObject
* _resultobj
;
7979 PyObject
* _argo0
= 0;
7980 char *_kwnames
[] = { "self","from","to", NULL
};
7983 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_GetString",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7986 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7987 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7988 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetString. Expected _wxTextCtrl_p.");
7993 wxPy_BEGIN_ALLOW_THREADS
;
7994 _result
= new wxString (wxTextCtrl_GetString(_arg0
,_arg1
,_arg2
));
7996 wxPy_END_ALLOW_THREADS
;
7997 if (PyErr_Occurred()) return NULL
;
7999 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
8007 static void *SwigwxScrollBarTowxControl(void *ptr
) {
8010 src
= (wxScrollBar
*) ptr
;
8011 dest
= (wxControl
*) src
;
8012 return (void *) dest
;
8015 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
8018 src
= (wxScrollBar
*) ptr
;
8019 dest
= (wxWindow
*) src
;
8020 return (void *) dest
;
8023 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
8026 src
= (wxScrollBar
*) ptr
;
8027 dest
= (wxEvtHandler
*) src
;
8028 return (void *) dest
;
8031 static void *SwigwxScrollBarTowxObject(void *ptr
) {
8034 src
= (wxScrollBar
*) ptr
;
8035 dest
= (wxObject
*) src
;
8036 return (void *) dest
;
8039 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8040 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8041 PyObject
* _resultobj
;
8042 wxScrollBar
* _result
;
8044 wxWindowID _arg1
= (wxWindowID
) -1;
8045 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
8046 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
8047 long _arg4
= (long ) wxSB_HORIZONTAL
;
8048 wxValidator
* _arg5
= (wxValidator
*) &wxDefaultValidator
;
8049 char * _arg6
= (char *) "scrollBar";
8050 PyObject
* _argo0
= 0;
8052 PyObject
* _obj2
= 0;
8054 PyObject
* _obj3
= 0;
8055 PyObject
* _argo5
= 0;
8056 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
8060 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOs:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_arg6
))
8063 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8064 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
8065 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
8072 if (! wxPoint_helper(_obj2
, &_arg2
))
8078 if (! wxSize_helper(_obj3
, &_arg3
))
8082 if (_argo5
== Py_None
) { _arg5
= NULL
; }
8083 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
8084 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
8089 wxPy_BEGIN_ALLOW_THREADS
;
8090 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
8092 wxPy_END_ALLOW_THREADS
;
8093 if (PyErr_Occurred()) return NULL
;
8095 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
8096 _resultobj
= Py_BuildValue("s",_ptemp
);
8099 _resultobj
= Py_None
;
8104 #define new_wxPreScrollBar() (new wxScrollBar())
8105 static PyObject
*_wrap_new_wxPreScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8106 PyObject
* _resultobj
;
8107 wxScrollBar
* _result
;
8108 char *_kwnames
[] = { NULL
};
8112 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreScrollBar",_kwnames
))
8115 wxPy_BEGIN_ALLOW_THREADS
;
8116 _result
= (wxScrollBar
*)new_wxPreScrollBar();
8118 wxPy_END_ALLOW_THREADS
;
8119 if (PyErr_Occurred()) return NULL
;
8121 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
8122 _resultobj
= Py_BuildValue("s",_ptemp
);
8125 _resultobj
= Py_None
;
8130 #define wxScrollBar_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8131 static PyObject
*_wrap_wxScrollBar_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8132 PyObject
* _resultobj
;
8134 wxScrollBar
* _arg0
;
8136 wxWindowID _arg2
= (wxWindowID
) -1;
8137 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
8138 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
8139 long _arg5
= (long ) wxSB_HORIZONTAL
;
8140 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
8141 char * _arg7
= (char *) "scrollBar";
8142 PyObject
* _argo0
= 0;
8143 PyObject
* _argo1
= 0;
8145 PyObject
* _obj3
= 0;
8147 PyObject
* _obj4
= 0;
8148 PyObject
* _argo6
= 0;
8149 char *_kwnames
[] = { "self","parent","id","pos","size","style","validator","name", NULL
};
8152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOlOs:wxScrollBar_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
8155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_Create. Expected _wxScrollBar_p.");
8162 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8163 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
8164 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxScrollBar_Create. Expected _wxWindow_p.");
8171 if (! wxPoint_helper(_obj3
, &_arg3
))
8177 if (! wxSize_helper(_obj4
, &_arg4
))
8181 if (_argo6
== Py_None
) { _arg6
= NULL
; }
8182 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
8183 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxScrollBar_Create. Expected _wxValidator_p.");
8188 wxPy_BEGIN_ALLOW_THREADS
;
8189 _result
= (bool )wxScrollBar_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
8191 wxPy_END_ALLOW_THREADS
;
8192 if (PyErr_Occurred()) return NULL
;
8193 } _resultobj
= Py_BuildValue("i",_result
);
8197 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
8198 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8199 PyObject
* _resultobj
;
8201 wxScrollBar
* _arg0
;
8202 PyObject
* _argo0
= 0;
8203 char *_kwnames
[] = { "self", NULL
};
8206 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
8209 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8210 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8211 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
8216 wxPy_BEGIN_ALLOW_THREADS
;
8217 _result
= (int )wxScrollBar_GetRange(_arg0
);
8219 wxPy_END_ALLOW_THREADS
;
8220 if (PyErr_Occurred()) return NULL
;
8221 } _resultobj
= Py_BuildValue("i",_result
);
8225 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
8226 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8227 PyObject
* _resultobj
;
8229 wxScrollBar
* _arg0
;
8230 PyObject
* _argo0
= 0;
8231 char *_kwnames
[] = { "self", NULL
};
8234 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
8237 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8238 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8239 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
8244 wxPy_BEGIN_ALLOW_THREADS
;
8245 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
8247 wxPy_END_ALLOW_THREADS
;
8248 if (PyErr_Occurred()) return NULL
;
8249 } _resultobj
= Py_BuildValue("i",_result
);
8253 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
8254 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8255 PyObject
* _resultobj
;
8257 wxScrollBar
* _arg0
;
8258 PyObject
* _argo0
= 0;
8259 char *_kwnames
[] = { "self", NULL
};
8262 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
8265 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8266 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8267 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
8272 wxPy_BEGIN_ALLOW_THREADS
;
8273 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
8275 wxPy_END_ALLOW_THREADS
;
8276 if (PyErr_Occurred()) return NULL
;
8277 } _resultobj
= Py_BuildValue("i",_result
);
8281 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
8282 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8283 PyObject
* _resultobj
;
8285 wxScrollBar
* _arg0
;
8286 PyObject
* _argo0
= 0;
8287 char *_kwnames
[] = { "self", NULL
};
8290 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
8293 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8294 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8295 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
8300 wxPy_BEGIN_ALLOW_THREADS
;
8301 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
8303 wxPy_END_ALLOW_THREADS
;
8304 if (PyErr_Occurred()) return NULL
;
8305 } _resultobj
= Py_BuildValue("i",_result
);
8309 #define wxScrollBar_IsVertical(_swigobj) (_swigobj->IsVertical())
8310 static PyObject
*_wrap_wxScrollBar_IsVertical(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8311 PyObject
* _resultobj
;
8313 wxScrollBar
* _arg0
;
8314 PyObject
* _argo0
= 0;
8315 char *_kwnames
[] = { "self", NULL
};
8318 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_IsVertical",_kwnames
,&_argo0
))
8321 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8322 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8323 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_IsVertical. Expected _wxScrollBar_p.");
8328 wxPy_BEGIN_ALLOW_THREADS
;
8329 _result
= (bool )wxScrollBar_IsVertical(_arg0
);
8331 wxPy_END_ALLOW_THREADS
;
8332 if (PyErr_Occurred()) return NULL
;
8333 } _resultobj
= Py_BuildValue("i",_result
);
8337 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
8338 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8339 PyObject
* _resultobj
;
8340 wxScrollBar
* _arg0
;
8342 PyObject
* _argo0
= 0;
8343 char *_kwnames
[] = { "self","viewStart", NULL
};
8346 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
8349 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8350 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8351 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
8356 wxPy_BEGIN_ALLOW_THREADS
;
8357 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
8359 wxPy_END_ALLOW_THREADS
;
8360 if (PyErr_Occurred()) return NULL
;
8361 } Py_INCREF(Py_None
);
8362 _resultobj
= Py_None
;
8366 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
8367 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8368 PyObject
* _resultobj
;
8369 wxScrollBar
* _arg0
;
8374 bool _arg5
= (bool ) TRUE
;
8375 PyObject
* _argo0
= 0;
8376 int tempbool5
= (int) TRUE
;
8377 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
8380 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
8383 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8384 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8385 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
8389 _arg5
= (bool ) tempbool5
;
8391 wxPy_BEGIN_ALLOW_THREADS
;
8392 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
8394 wxPy_END_ALLOW_THREADS
;
8395 if (PyErr_Occurred()) return NULL
;
8396 } Py_INCREF(Py_None
);
8397 _resultobj
= Py_None
;
8401 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
8404 src
= (wxSpinButton
*) ptr
;
8405 dest
= (wxControl
*) src
;
8406 return (void *) dest
;
8409 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
8412 src
= (wxSpinButton
*) ptr
;
8413 dest
= (wxWindow
*) src
;
8414 return (void *) dest
;
8417 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
8420 src
= (wxSpinButton
*) ptr
;
8421 dest
= (wxEvtHandler
*) src
;
8422 return (void *) dest
;
8425 static void *SwigwxSpinButtonTowxObject(void *ptr
) {
8428 src
= (wxSpinButton
*) ptr
;
8429 dest
= (wxObject
*) src
;
8430 return (void *) dest
;
8433 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8434 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8435 PyObject
* _resultobj
;
8436 wxSpinButton
* _result
;
8438 wxWindowID _arg1
= (wxWindowID
) -1;
8439 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
8440 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
8441 long _arg4
= (long ) wxSP_HORIZONTAL
;
8442 char * _arg5
= (char *) "spinButton";
8443 PyObject
* _argo0
= 0;
8445 PyObject
* _obj2
= 0;
8447 PyObject
* _obj3
= 0;
8448 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
8452 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOls:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
8455 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8456 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
8457 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
8464 if (! wxPoint_helper(_obj2
, &_arg2
))
8470 if (! wxSize_helper(_obj3
, &_arg3
))
8474 wxPy_BEGIN_ALLOW_THREADS
;
8475 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
8477 wxPy_END_ALLOW_THREADS
;
8478 if (PyErr_Occurred()) return NULL
;
8480 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
8481 _resultobj
= Py_BuildValue("s",_ptemp
);
8484 _resultobj
= Py_None
;
8489 #define new_wxPreSpinButton() (new wxSpinButton())
8490 static PyObject
*_wrap_new_wxPreSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8491 PyObject
* _resultobj
;
8492 wxSpinButton
* _result
;
8493 char *_kwnames
[] = { NULL
};
8497 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSpinButton",_kwnames
))
8500 wxPy_BEGIN_ALLOW_THREADS
;
8501 _result
= (wxSpinButton
*)new_wxPreSpinButton();
8503 wxPy_END_ALLOW_THREADS
;
8504 if (PyErr_Occurred()) return NULL
;
8506 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
8507 _resultobj
= Py_BuildValue("s",_ptemp
);
8510 _resultobj
= Py_None
;
8515 #define wxSpinButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8516 static PyObject
*_wrap_wxSpinButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8517 PyObject
* _resultobj
;
8519 wxSpinButton
* _arg0
;
8521 wxWindowID _arg2
= (wxWindowID
) -1;
8522 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
8523 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
8524 long _arg5
= (long ) wxSP_HORIZONTAL
;
8525 char * _arg6
= (char *) "spinButton";
8526 PyObject
* _argo0
= 0;
8527 PyObject
* _argo1
= 0;
8529 PyObject
* _obj3
= 0;
8531 PyObject
* _obj4
= 0;
8532 char *_kwnames
[] = { "self","parent","id","pos","size","style","name", NULL
};
8535 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOls:wxSpinButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
8538 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8539 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
8540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_Create. Expected _wxSpinButton_p.");
8545 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8546 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
8547 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSpinButton_Create. Expected _wxWindow_p.");
8554 if (! wxPoint_helper(_obj3
, &_arg3
))
8560 if (! wxSize_helper(_obj4
, &_arg4
))
8564 wxPy_BEGIN_ALLOW_THREADS
;
8565 _result
= (bool )wxSpinButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
8567 wxPy_END_ALLOW_THREADS
;
8568 if (PyErr_Occurred()) return NULL
;
8569 } _resultobj
= Py_BuildValue("i",_result
);
8573 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
8574 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8575 PyObject
* _resultobj
;
8577 wxSpinButton
* _arg0
;
8578 PyObject
* _argo0
= 0;
8579 char *_kwnames
[] = { "self", NULL
};
8582 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
8585 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8586 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
8587 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
8592 wxPy_BEGIN_ALLOW_THREADS
;
8593 _result
= (int )wxSpinButton_GetMax(_arg0
);
8595 wxPy_END_ALLOW_THREADS
;
8596 if (PyErr_Occurred()) return NULL
;
8597 } _resultobj
= Py_BuildValue("i",_result
);
8601 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
8602 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8603 PyObject
* _resultobj
;
8605 wxSpinButton
* _arg0
;
8606 PyObject
* _argo0
= 0;
8607 char *_kwnames
[] = { "self", NULL
};
8610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
8613 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8614 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
8615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
8620 wxPy_BEGIN_ALLOW_THREADS
;
8621 _result
= (int )wxSpinButton_GetMin(_arg0
);
8623 wxPy_END_ALLOW_THREADS
;
8624 if (PyErr_Occurred()) return NULL
;
8625 } _resultobj
= Py_BuildValue("i",_result
);
8629 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
8630 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8631 PyObject
* _resultobj
;
8633 wxSpinButton
* _arg0
;
8634 PyObject
* _argo0
= 0;
8635 char *_kwnames
[] = { "self", NULL
};
8638 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
8641 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8642 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
8643 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
8648 wxPy_BEGIN_ALLOW_THREADS
;
8649 _result
= (int )wxSpinButton_GetValue(_arg0
);
8651 wxPy_END_ALLOW_THREADS
;
8652 if (PyErr_Occurred()) return NULL
;
8653 } _resultobj
= Py_BuildValue("i",_result
);
8657 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
8658 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8659 PyObject
* _resultobj
;
8660 wxSpinButton
* _arg0
;
8663 PyObject
* _argo0
= 0;
8664 char *_kwnames
[] = { "self","min","max", NULL
};
8667 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8670 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8671 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
8672 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
8677 wxPy_BEGIN_ALLOW_THREADS
;
8678 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
8680 wxPy_END_ALLOW_THREADS
;
8681 if (PyErr_Occurred()) return NULL
;
8682 } Py_INCREF(Py_None
);
8683 _resultobj
= Py_None
;
8687 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
8688 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8689 PyObject
* _resultobj
;
8690 wxSpinButton
* _arg0
;
8692 PyObject
* _argo0
= 0;
8693 char *_kwnames
[] = { "self","value", NULL
};
8696 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
8699 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8700 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
8701 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
8706 wxPy_BEGIN_ALLOW_THREADS
;
8707 wxSpinButton_SetValue(_arg0
,_arg1
);
8709 wxPy_END_ALLOW_THREADS
;
8710 if (PyErr_Occurred()) return NULL
;
8711 } Py_INCREF(Py_None
);
8712 _resultobj
= Py_None
;
8716 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
8717 wxStaticBitmap
*src
;
8719 src
= (wxStaticBitmap
*) ptr
;
8720 dest
= (wxControl
*) src
;
8721 return (void *) dest
;
8724 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
8725 wxStaticBitmap
*src
;
8727 src
= (wxStaticBitmap
*) ptr
;
8728 dest
= (wxWindow
*) src
;
8729 return (void *) dest
;
8732 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
8733 wxStaticBitmap
*src
;
8735 src
= (wxStaticBitmap
*) ptr
;
8736 dest
= (wxEvtHandler
*) src
;
8737 return (void *) dest
;
8740 static void *SwigwxStaticBitmapTowxObject(void *ptr
) {
8741 wxStaticBitmap
*src
;
8743 src
= (wxStaticBitmap
*) ptr
;
8744 dest
= (wxObject
*) src
;
8745 return (void *) dest
;
8748 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8749 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8750 PyObject
* _resultobj
;
8751 wxStaticBitmap
* _result
;
8755 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
8756 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
8757 long _arg5
= (long ) 0;
8758 char * _arg6
= (char *) "staticBitmap";
8759 PyObject
* _argo0
= 0;
8760 PyObject
* _argo2
= 0;
8762 PyObject
* _obj3
= 0;
8764 PyObject
* _obj4
= 0;
8765 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
8769 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
8772 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8773 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
8774 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
8779 if (_argo2
== Py_None
) { _arg2
= NULL
; }
8780 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
8781 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
8788 if (! wxPoint_helper(_obj3
, &_arg3
))
8794 if (! wxSize_helper(_obj4
, &_arg4
))
8798 wxPy_BEGIN_ALLOW_THREADS
;
8799 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
8801 wxPy_END_ALLOW_THREADS
;
8802 if (PyErr_Occurred()) return NULL
;
8804 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
8805 _resultobj
= Py_BuildValue("s",_ptemp
);
8808 _resultobj
= Py_None
;
8813 #define new_wxPreStaticBitmap() (new wxStaticBitmap())
8814 static PyObject
*_wrap_new_wxPreStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8815 PyObject
* _resultobj
;
8816 wxStaticBitmap
* _result
;
8817 char *_kwnames
[] = { NULL
};
8821 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticBitmap",_kwnames
))
8824 wxPy_BEGIN_ALLOW_THREADS
;
8825 _result
= (wxStaticBitmap
*)new_wxPreStaticBitmap();
8827 wxPy_END_ALLOW_THREADS
;
8828 if (PyErr_Occurred()) return NULL
;
8830 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
8831 _resultobj
= Py_BuildValue("s",_ptemp
);
8834 _resultobj
= Py_None
;
8839 #define wxStaticBitmap_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8840 static PyObject
*_wrap_wxStaticBitmap_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8841 PyObject
* _resultobj
;
8843 wxStaticBitmap
* _arg0
;
8847 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
8848 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
8849 long _arg6
= (long ) 0;
8850 char * _arg7
= (char *) "staticBitmap";
8851 PyObject
* _argo0
= 0;
8852 PyObject
* _argo1
= 0;
8853 PyObject
* _argo3
= 0;
8855 PyObject
* _obj4
= 0;
8857 PyObject
* _obj5
= 0;
8858 char *_kwnames
[] = { "self","parent","id","bitmap","pos","size","style","name", NULL
};
8861 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOls:wxStaticBitmap_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_argo3
,&_obj4
,&_obj5
,&_arg6
,&_arg7
))
8864 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8865 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
8866 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_Create. Expected _wxStaticBitmap_p.");
8871 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8872 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
8873 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_Create. Expected _wxWindow_p.");
8878 if (_argo3
== Py_None
) { _arg3
= NULL
; }
8879 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxBitmap_p")) {
8880 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxStaticBitmap_Create. Expected _wxBitmap_p.");
8887 if (! wxPoint_helper(_obj4
, &_arg4
))
8893 if (! wxSize_helper(_obj5
, &_arg5
))
8897 wxPy_BEGIN_ALLOW_THREADS
;
8898 _result
= (bool )wxStaticBitmap_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
);
8900 wxPy_END_ALLOW_THREADS
;
8901 if (PyErr_Occurred()) return NULL
;
8902 } _resultobj
= Py_BuildValue("i",_result
);
8906 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
8907 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8908 PyObject
* _resultobj
;
8910 wxStaticBitmap
* _arg0
;
8911 PyObject
* _argo0
= 0;
8912 char *_kwnames
[] = { "self", NULL
};
8916 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
8919 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8920 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
8921 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
8926 wxPy_BEGIN_ALLOW_THREADS
;
8927 const wxBitmap
& _result_ref
= wxStaticBitmap_GetBitmap(_arg0
);
8928 _result
= (wxBitmap
*) &_result_ref
;
8930 wxPy_END_ALLOW_THREADS
;
8931 if (PyErr_Occurred()) return NULL
;
8933 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
8934 _resultobj
= Py_BuildValue("s",_ptemp
);
8937 _resultobj
= Py_None
;
8942 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
8943 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8944 PyObject
* _resultobj
;
8945 wxStaticBitmap
* _arg0
;
8947 PyObject
* _argo0
= 0;
8948 PyObject
* _argo1
= 0;
8949 char *_kwnames
[] = { "self","bitmap", NULL
};
8952 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
8955 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8956 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
8957 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
8962 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8963 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
8964 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
8969 wxPy_BEGIN_ALLOW_THREADS
;
8970 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
8972 wxPy_END_ALLOW_THREADS
;
8973 if (PyErr_Occurred()) return NULL
;
8974 } Py_INCREF(Py_None
);
8975 _resultobj
= Py_None
;
8979 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
8980 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8981 PyObject
* _resultobj
;
8982 wxStaticBitmap
* _arg0
;
8984 PyObject
* _argo0
= 0;
8985 PyObject
* _argo1
= 0;
8986 char *_kwnames
[] = { "self","icon", NULL
};
8989 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_kwnames
,&_argo0
,&_argo1
))
8992 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8993 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
8994 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
8999 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9000 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
9001 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
9006 wxPy_BEGIN_ALLOW_THREADS
;
9007 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
9009 wxPy_END_ALLOW_THREADS
;
9010 if (PyErr_Occurred()) return NULL
;
9011 } Py_INCREF(Py_None
);
9012 _resultobj
= Py_None
;
9016 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
9019 src
= (wxRadioBox
*) ptr
;
9020 dest
= (wxControl
*) src
;
9021 return (void *) dest
;
9024 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
9027 src
= (wxRadioBox
*) ptr
;
9028 dest
= (wxWindow
*) src
;
9029 return (void *) dest
;
9032 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
9035 src
= (wxRadioBox
*) ptr
;
9036 dest
= (wxEvtHandler
*) src
;
9037 return (void *) dest
;
9040 static void *SwigwxRadioBoxTowxObject(void *ptr
) {
9043 src
= (wxRadioBox
*) ptr
;
9044 dest
= (wxObject
*) src
;
9045 return (void *) dest
;
9048 #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))
9049 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9050 PyObject
* _resultobj
;
9051 wxRadioBox
* _result
;
9055 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9056 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9057 int _arg5
= (int ) 0;
9058 wxString
* _arg6
= (wxString
*) NULL
;
9059 int _arg7
= (int ) 0;
9060 long _arg8
= (long ) wxRA_HORIZONTAL
;
9061 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
9062 char * _arg10
= (char *) "radioBox";
9063 PyObject
* _argo0
= 0;
9064 PyObject
* _obj2
= 0;
9066 PyObject
* _obj3
= 0;
9068 PyObject
* _obj4
= 0;
9069 PyObject
* _obj6
= 0;
9070 PyObject
* _argo9
= 0;
9071 char *_kwnames
[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL
};
9075 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOs:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_arg10
))
9078 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9079 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
9080 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
9085 #if PYTHON_API_VERSION >= 1009
9086 char* tmpPtr
; int tmpSize
;
9087 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
9088 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9091 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
9093 _arg2
= new wxString(tmpPtr
, tmpSize
);
9095 if (!PyString_Check(_obj2
)) {
9096 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9099 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
9105 if (! wxPoint_helper(_obj3
, &_arg3
))
9111 if (! wxSize_helper(_obj4
, &_arg4
))
9116 _arg6
= wxString_LIST_helper(_obj6
);
9117 if (_arg6
== NULL
) {
9122 if (_argo9
== Py_None
) { _arg9
= NULL
; }
9123 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
9124 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
9130 _arg5
= PyList_Size(_obj6
);
9137 wxPy_BEGIN_ALLOW_THREADS
;
9138 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,_arg10
);
9140 wxPy_END_ALLOW_THREADS
;
9141 if (PyErr_Occurred()) return NULL
;
9143 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
9144 _resultobj
= Py_BuildValue("s",_ptemp
);
9147 _resultobj
= Py_None
;
9159 #define new_wxPreRadioBox() (new wxRadioBox())
9160 static PyObject
*_wrap_new_wxPreRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9161 PyObject
* _resultobj
;
9162 wxRadioBox
* _result
;
9163 char *_kwnames
[] = { NULL
};
9167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreRadioBox",_kwnames
))
9170 wxPy_BEGIN_ALLOW_THREADS
;
9171 _result
= (wxRadioBox
*)new_wxPreRadioBox();
9173 wxPy_END_ALLOW_THREADS
;
9174 if (PyErr_Occurred()) return NULL
;
9176 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
9177 _resultobj
= Py_BuildValue("s",_ptemp
);
9180 _resultobj
= Py_None
;
9185 #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))
9186 static PyObject
*_wrap_wxRadioBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9187 PyObject
* _resultobj
;
9193 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
9194 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
9195 int _arg6
= (int ) 0;
9196 wxString
* _arg7
= (wxString
*) NULL
;
9197 int _arg8
= (int ) 0;
9198 long _arg9
= (long ) wxRA_HORIZONTAL
;
9199 wxValidator
* _arg10
= (wxValidator
*) &wxDefaultValidator
;
9200 char * _arg11
= (char *) "radioBox";
9201 PyObject
* _argo0
= 0;
9202 PyObject
* _argo1
= 0;
9203 PyObject
* _obj3
= 0;
9205 PyObject
* _obj4
= 0;
9207 PyObject
* _obj5
= 0;
9208 PyObject
* _obj7
= 0;
9209 PyObject
* _argo10
= 0;
9210 char *_kwnames
[] = { "self","parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL
};
9213 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOOilOs:wxRadioBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_obj7
,&_arg8
,&_arg9
,&_argo10
,&_arg11
))
9216 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9217 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9218 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Create. Expected _wxRadioBox_p.");
9223 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9224 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9225 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRadioBox_Create. Expected _wxWindow_p.");
9230 #if PYTHON_API_VERSION >= 1009
9231 char* tmpPtr
; int tmpSize
;
9232 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
9233 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9236 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
9238 _arg3
= new wxString(tmpPtr
, tmpSize
);
9240 if (!PyString_Check(_obj3
)) {
9241 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9244 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
9250 if (! wxPoint_helper(_obj4
, &_arg4
))
9256 if (! wxSize_helper(_obj5
, &_arg5
))
9261 _arg7
= wxString_LIST_helper(_obj7
);
9262 if (_arg7
== NULL
) {
9267 if (_argo10
== Py_None
) { _arg10
= NULL
; }
9268 else if (SWIG_GetPtrObj(_argo10
,(void **) &_arg10
,"_wxValidator_p")) {
9269 PyErr_SetString(PyExc_TypeError
,"Type error in argument 11 of wxRadioBox_Create. Expected _wxValidator_p.");
9275 _arg6
= PyList_Size(_obj7
);
9282 wxPy_BEGIN_ALLOW_THREADS
;
9283 _result
= (bool )wxRadioBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,_arg9
,*_arg10
,_arg11
);
9285 wxPy_END_ALLOW_THREADS
;
9286 if (PyErr_Occurred()) return NULL
;
9287 } _resultobj
= Py_BuildValue("i",_result
);
9298 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
9299 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9300 PyObject
* _resultobj
;
9303 PyObject
* _argo0
= 0;
9305 char *_kwnames
[] = { "self","enable", NULL
};
9308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
9311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
9317 _arg1
= (bool ) tempbool1
;
9319 wxPy_BEGIN_ALLOW_THREADS
;
9320 wxRadioBox_Enable(_arg0
,_arg1
);
9322 wxPy_END_ALLOW_THREADS
;
9323 if (PyErr_Occurred()) return NULL
;
9324 } Py_INCREF(Py_None
);
9325 _resultobj
= Py_None
;
9329 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
9330 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9331 PyObject
* _resultobj
;
9335 PyObject
* _argo0
= 0;
9337 char *_kwnames
[] = { "self","n","enable", NULL
};
9340 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
9343 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9344 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9345 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
9349 _arg2
= (bool ) tempbool2
;
9351 wxPy_BEGIN_ALLOW_THREADS
;
9352 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
9354 wxPy_END_ALLOW_THREADS
;
9355 if (PyErr_Occurred()) return NULL
;
9356 } Py_INCREF(Py_None
);
9357 _resultobj
= Py_None
;
9361 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
9362 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9363 PyObject
* _resultobj
;
9367 PyObject
* _argo0
= 0;
9368 PyObject
* _obj1
= 0;
9369 char *_kwnames
[] = { "self","string", NULL
};
9372 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
9375 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9376 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9377 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
9382 #if PYTHON_API_VERSION >= 1009
9383 char* tmpPtr
; int tmpSize
;
9384 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
9385 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9388 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
9390 _arg1
= new wxString(tmpPtr
, tmpSize
);
9392 if (!PyString_Check(_obj1
)) {
9393 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9396 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
9400 wxPy_BEGIN_ALLOW_THREADS
;
9401 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
9403 wxPy_END_ALLOW_THREADS
;
9404 if (PyErr_Occurred()) return NULL
;
9405 } _resultobj
= Py_BuildValue("i",_result
);
9413 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
9414 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9415 PyObject
* _resultobj
;
9419 PyObject
* _argo0
= 0;
9420 char *_kwnames
[] = { "self","n", NULL
};
9423 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
9426 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9427 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9428 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
9433 wxPy_BEGIN_ALLOW_THREADS
;
9434 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
9436 wxPy_END_ALLOW_THREADS
;
9437 if (PyErr_Occurred()) return NULL
;
9439 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
9447 #define wxRadioBox_GetItemLabel(_swigobj,_swigarg0) (_swigobj->GetLabel(_swigarg0))
9448 static PyObject
*_wrap_wxRadioBox_GetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9449 PyObject
* _resultobj
;
9453 PyObject
* _argo0
= 0;
9454 char *_kwnames
[] = { "self","item", NULL
};
9457 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetItemLabel",_kwnames
,&_argo0
,&_arg1
))
9460 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9461 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9462 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetItemLabel. Expected _wxRadioBox_p.");
9467 wxPy_BEGIN_ALLOW_THREADS
;
9468 _result
= new wxString (wxRadioBox_GetItemLabel(_arg0
,_arg1
));
9470 wxPy_END_ALLOW_THREADS
;
9471 if (PyErr_Occurred()) return NULL
;
9473 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
9481 #define wxRadioBox_SetItemLabel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabel(_swigarg0,_swigarg1))
9482 static PyObject
*_wrap_wxRadioBox_SetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9483 PyObject
* _resultobj
;
9487 PyObject
* _argo0
= 0;
9488 PyObject
* _obj2
= 0;
9489 char *_kwnames
[] = { "self","item","label", NULL
};
9492 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetItemLabel",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
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_SetItemLabel. Expected _wxRadioBox_p.");
9502 #if PYTHON_API_VERSION >= 1009
9503 char* tmpPtr
; int tmpSize
;
9504 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
9505 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9508 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
9510 _arg2
= new wxString(tmpPtr
, tmpSize
);
9512 if (!PyString_Check(_obj2
)) {
9513 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9516 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
9520 wxPy_BEGIN_ALLOW_THREADS
;
9521 wxRadioBox_SetItemLabel(_arg0
,_arg1
,*_arg2
);
9523 wxPy_END_ALLOW_THREADS
;
9524 if (PyErr_Occurred()) return NULL
;
9525 } Py_INCREF(Py_None
);
9526 _resultobj
= Py_None
;
9534 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
9535 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9536 PyObject
* _resultobj
;
9539 PyObject
* _argo0
= 0;
9540 char *_kwnames
[] = { "self", NULL
};
9543 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
9546 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9547 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9548 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
9553 wxPy_BEGIN_ALLOW_THREADS
;
9554 _result
= (int )wxRadioBox_GetSelection(_arg0
);
9556 wxPy_END_ALLOW_THREADS
;
9557 if (PyErr_Occurred()) return NULL
;
9558 } _resultobj
= Py_BuildValue("i",_result
);
9562 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
9563 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9564 PyObject
* _resultobj
;
9567 PyObject
* _argo0
= 0;
9568 char *_kwnames
[] = { "self", NULL
};
9571 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
9574 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9575 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9576 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
9581 wxPy_BEGIN_ALLOW_THREADS
;
9582 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
9584 wxPy_END_ALLOW_THREADS
;
9585 if (PyErr_Occurred()) return NULL
;
9587 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
9595 #define wxRadioBox_GetCount(_swigobj) (_swigobj->GetCount())
9596 static PyObject
*_wrap_wxRadioBox_GetCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9597 PyObject
* _resultobj
;
9600 PyObject
* _argo0
= 0;
9601 char *_kwnames
[] = { "self", NULL
};
9604 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetCount",_kwnames
,&_argo0
))
9607 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9608 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9609 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetCount. Expected _wxRadioBox_p.");
9614 wxPy_BEGIN_ALLOW_THREADS
;
9615 _result
= (int )wxRadioBox_GetCount(_arg0
);
9617 wxPy_END_ALLOW_THREADS
;
9618 if (PyErr_Occurred()) return NULL
;
9619 } _resultobj
= Py_BuildValue("i",_result
);
9623 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
9624 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9625 PyObject
* _resultobj
;
9628 PyObject
* _argo0
= 0;
9629 char *_kwnames
[] = { "self","n", NULL
};
9632 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
9635 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9636 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9637 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
9642 wxPy_BEGIN_ALLOW_THREADS
;
9643 wxRadioBox_SetSelection(_arg0
,_arg1
);
9645 wxPy_END_ALLOW_THREADS
;
9646 if (PyErr_Occurred()) return NULL
;
9647 } Py_INCREF(Py_None
);
9648 _resultobj
= Py_None
;
9652 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
9653 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9654 PyObject
* _resultobj
;
9657 PyObject
* _argo0
= 0;
9658 PyObject
* _obj1
= 0;
9659 char *_kwnames
[] = { "self","string", NULL
};
9662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
9665 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9666 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9667 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
9672 #if PYTHON_API_VERSION >= 1009
9673 char* tmpPtr
; int tmpSize
;
9674 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
9675 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9678 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
9680 _arg1
= new wxString(tmpPtr
, tmpSize
);
9682 if (!PyString_Check(_obj1
)) {
9683 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9686 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
9690 wxPy_BEGIN_ALLOW_THREADS
;
9691 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
9693 wxPy_END_ALLOW_THREADS
;
9694 if (PyErr_Occurred()) return NULL
;
9695 } Py_INCREF(Py_None
);
9696 _resultobj
= Py_None
;
9704 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
9705 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9706 PyObject
* _resultobj
;
9709 PyObject
* _argo0
= 0;
9711 char *_kwnames
[] = { "self","show", NULL
};
9714 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
9717 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9718 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9719 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
9723 _arg1
= (bool ) tempbool1
;
9725 wxPy_BEGIN_ALLOW_THREADS
;
9726 wxRadioBox_Show(_arg0
,_arg1
);
9728 wxPy_END_ALLOW_THREADS
;
9729 if (PyErr_Occurred()) return NULL
;
9730 } Py_INCREF(Py_None
);
9731 _resultobj
= Py_None
;
9735 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
9736 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9737 PyObject
* _resultobj
;
9741 PyObject
* _argo0
= 0;
9743 char *_kwnames
[] = { "self","item","show", NULL
};
9746 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
9749 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9750 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9751 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
9755 _arg2
= (bool ) tempbool2
;
9757 wxPy_BEGIN_ALLOW_THREADS
;
9758 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
9760 wxPy_END_ALLOW_THREADS
;
9761 if (PyErr_Occurred()) return NULL
;
9762 } Py_INCREF(Py_None
);
9763 _resultobj
= Py_None
;
9767 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
9770 src
= (wxRadioButton
*) ptr
;
9771 dest
= (wxControl
*) src
;
9772 return (void *) dest
;
9775 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
9778 src
= (wxRadioButton
*) ptr
;
9779 dest
= (wxWindow
*) src
;
9780 return (void *) dest
;
9783 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
9786 src
= (wxRadioButton
*) ptr
;
9787 dest
= (wxEvtHandler
*) src
;
9788 return (void *) dest
;
9791 static void *SwigwxRadioButtonTowxObject(void *ptr
) {
9794 src
= (wxRadioButton
*) ptr
;
9795 dest
= (wxObject
*) src
;
9796 return (void *) dest
;
9799 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
9800 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9801 PyObject
* _resultobj
;
9802 wxRadioButton
* _result
;
9806 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9807 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9808 long _arg5
= (long ) 0;
9809 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
9810 char * _arg7
= (char *) "radioButton";
9811 PyObject
* _argo0
= 0;
9812 PyObject
* _obj2
= 0;
9814 PyObject
* _obj3
= 0;
9816 PyObject
* _obj4
= 0;
9817 PyObject
* _argo6
= 0;
9818 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
9822 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
9825 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9826 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
9827 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
9832 #if PYTHON_API_VERSION >= 1009
9833 char* tmpPtr
; int tmpSize
;
9834 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
9835 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9838 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
9840 _arg2
= new wxString(tmpPtr
, tmpSize
);
9842 if (!PyString_Check(_obj2
)) {
9843 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9846 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
9852 if (! wxPoint_helper(_obj3
, &_arg3
))
9858 if (! wxSize_helper(_obj4
, &_arg4
))
9862 if (_argo6
== Py_None
) { _arg6
= NULL
; }
9863 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
9864 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
9869 wxPy_BEGIN_ALLOW_THREADS
;
9870 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
9872 wxPy_END_ALLOW_THREADS
;
9873 if (PyErr_Occurred()) return NULL
;
9875 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
9876 _resultobj
= Py_BuildValue("s",_ptemp
);
9879 _resultobj
= Py_None
;
9888 #define new_wxPreRadioButton() (new wxRadioButton())
9889 static PyObject
*_wrap_new_wxPreRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9890 PyObject
* _resultobj
;
9891 wxRadioButton
* _result
;
9892 char *_kwnames
[] = { NULL
};
9896 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreRadioButton",_kwnames
))
9899 wxPy_BEGIN_ALLOW_THREADS
;
9900 _result
= (wxRadioButton
*)new_wxPreRadioButton();
9902 wxPy_END_ALLOW_THREADS
;
9903 if (PyErr_Occurred()) return NULL
;
9905 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
9906 _resultobj
= Py_BuildValue("s",_ptemp
);
9909 _resultobj
= Py_None
;
9914 #define wxRadioButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
9915 static PyObject
*_wrap_wxRadioButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9916 PyObject
* _resultobj
;
9918 wxRadioButton
* _arg0
;
9922 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
9923 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
9924 long _arg6
= (long ) 0;
9925 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
9926 char * _arg8
= (char *) "radioButton";
9927 PyObject
* _argo0
= 0;
9928 PyObject
* _argo1
= 0;
9929 PyObject
* _obj3
= 0;
9931 PyObject
* _obj4
= 0;
9933 PyObject
* _obj5
= 0;
9934 PyObject
* _argo7
= 0;
9935 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
9938 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOs:wxRadioButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
9941 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9942 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
9943 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_Create. Expected _wxRadioButton_p.");
9948 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9949 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9950 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRadioButton_Create. Expected _wxWindow_p.");
9955 #if PYTHON_API_VERSION >= 1009
9956 char* tmpPtr
; int tmpSize
;
9957 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
9958 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9961 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
9963 _arg3
= new wxString(tmpPtr
, tmpSize
);
9965 if (!PyString_Check(_obj3
)) {
9966 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
9969 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
9975 if (! wxPoint_helper(_obj4
, &_arg4
))
9981 if (! wxSize_helper(_obj5
, &_arg5
))
9985 if (_argo7
== Py_None
) { _arg7
= NULL
; }
9986 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
9987 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxRadioButton_Create. Expected _wxValidator_p.");
9992 wxPy_BEGIN_ALLOW_THREADS
;
9993 _result
= (bool )wxRadioButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,_arg8
);
9995 wxPy_END_ALLOW_THREADS
;
9996 if (PyErr_Occurred()) return NULL
;
9997 } _resultobj
= Py_BuildValue("i",_result
);
10005 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
10006 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10007 PyObject
* _resultobj
;
10009 wxRadioButton
* _arg0
;
10010 PyObject
* _argo0
= 0;
10011 char *_kwnames
[] = { "self", NULL
};
10014 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
10017 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10018 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
10019 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
10024 wxPy_BEGIN_ALLOW_THREADS
;
10025 _result
= (bool )wxRadioButton_GetValue(_arg0
);
10027 wxPy_END_ALLOW_THREADS
;
10028 if (PyErr_Occurred()) return NULL
;
10029 } _resultobj
= Py_BuildValue("i",_result
);
10033 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10034 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10035 PyObject
* _resultobj
;
10036 wxRadioButton
* _arg0
;
10038 PyObject
* _argo0
= 0;
10040 char *_kwnames
[] = { "self","value", NULL
};
10043 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
10046 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10047 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
10048 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
10052 _arg1
= (bool ) tempbool1
;
10054 wxPy_BEGIN_ALLOW_THREADS
;
10055 wxRadioButton_SetValue(_arg0
,_arg1
);
10057 wxPy_END_ALLOW_THREADS
;
10058 if (PyErr_Occurred()) return NULL
;
10059 } Py_INCREF(Py_None
);
10060 _resultobj
= Py_None
;
10064 static void *SwigwxSliderTowxControl(void *ptr
) {
10067 src
= (wxSlider
*) ptr
;
10068 dest
= (wxControl
*) src
;
10069 return (void *) dest
;
10072 static void *SwigwxSliderTowxWindow(void *ptr
) {
10075 src
= (wxSlider
*) ptr
;
10076 dest
= (wxWindow
*) src
;
10077 return (void *) dest
;
10080 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
10082 wxEvtHandler
*dest
;
10083 src
= (wxSlider
*) ptr
;
10084 dest
= (wxEvtHandler
*) src
;
10085 return (void *) dest
;
10088 static void *SwigwxSliderTowxObject(void *ptr
) {
10091 src
= (wxSlider
*) ptr
;
10092 dest
= (wxObject
*) src
;
10093 return (void *) dest
;
10096 #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))
10097 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10098 PyObject
* _resultobj
;
10099 wxSlider
* _result
;
10105 wxPoint
* _arg5
= (wxPoint
*) &wxDefaultPosition
;
10106 wxSize
* _arg6
= (wxSize
*) &wxDefaultSize
;
10107 long _arg7
= (long ) wxSL_HORIZONTAL
;
10108 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
10109 char * _arg9
= (char *) "slider";
10110 PyObject
* _argo0
= 0;
10112 PyObject
* _obj5
= 0;
10114 PyObject
* _obj6
= 0;
10115 PyObject
* _argo8
= 0;
10116 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
10120 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOs:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
10123 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10124 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
10125 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
10132 if (! wxPoint_helper(_obj5
, &_arg5
))
10138 if (! wxSize_helper(_obj6
, &_arg6
))
10142 if (_argo8
== Py_None
) { _arg8
= NULL
; }
10143 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
10144 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
10149 wxPy_BEGIN_ALLOW_THREADS
;
10150 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,_arg9
);
10152 wxPy_END_ALLOW_THREADS
;
10153 if (PyErr_Occurred()) return NULL
;
10155 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
10156 _resultobj
= Py_BuildValue("s",_ptemp
);
10158 Py_INCREF(Py_None
);
10159 _resultobj
= Py_None
;
10164 #define new_wxPreSlider() (new wxSlider())
10165 static PyObject
*_wrap_new_wxPreSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10166 PyObject
* _resultobj
;
10167 wxSlider
* _result
;
10168 char *_kwnames
[] = { NULL
};
10172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSlider",_kwnames
))
10175 wxPy_BEGIN_ALLOW_THREADS
;
10176 _result
= (wxSlider
*)new_wxPreSlider();
10178 wxPy_END_ALLOW_THREADS
;
10179 if (PyErr_Occurred()) return NULL
;
10181 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
10182 _resultobj
= Py_BuildValue("s",_ptemp
);
10184 Py_INCREF(Py_None
);
10185 _resultobj
= Py_None
;
10190 #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))
10191 static PyObject
*_wrap_wxSlider_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10192 PyObject
* _resultobj
;
10200 wxPoint
* _arg6
= (wxPoint
*) &wxDefaultPosition
;
10201 wxSize
* _arg7
= (wxSize
*) &wxDefaultSize
;
10202 long _arg8
= (long ) wxSL_HORIZONTAL
;
10203 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
10204 char * _arg10
= (char *) "slider";
10205 PyObject
* _argo0
= 0;
10206 PyObject
* _argo1
= 0;
10208 PyObject
* _obj6
= 0;
10210 PyObject
* _obj7
= 0;
10211 PyObject
* _argo9
= 0;
10212 char *_kwnames
[] = { "self","parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
10215 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiiii|OOlOs:wxSlider_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_arg4
,&_arg5
,&_obj6
,&_obj7
,&_arg8
,&_argo9
,&_arg10
))
10218 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10219 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10220 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_Create. Expected _wxSlider_p.");
10225 if (_argo1
== Py_None
) { _arg1
= NULL
; }
10226 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
10227 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSlider_Create. Expected _wxWindow_p.");
10234 if (! wxPoint_helper(_obj6
, &_arg6
))
10240 if (! wxSize_helper(_obj7
, &_arg7
))
10244 if (_argo9
== Py_None
) { _arg9
= NULL
; }
10245 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
10246 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of wxSlider_Create. Expected _wxValidator_p.");
10251 wxPy_BEGIN_ALLOW_THREADS
;
10252 _result
= (bool )wxSlider_Create(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
,_arg8
,*_arg9
,_arg10
);
10254 wxPy_END_ALLOW_THREADS
;
10255 if (PyErr_Occurred()) return NULL
;
10256 } _resultobj
= Py_BuildValue("i",_result
);
10260 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
10261 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10262 PyObject
* _resultobj
;
10264 PyObject
* _argo0
= 0;
10265 char *_kwnames
[] = { "self", NULL
};
10268 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
10271 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10272 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10273 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
10278 wxPy_BEGIN_ALLOW_THREADS
;
10279 wxSlider_ClearSel(_arg0
);
10281 wxPy_END_ALLOW_THREADS
;
10282 if (PyErr_Occurred()) return NULL
;
10283 } Py_INCREF(Py_None
);
10284 _resultobj
= Py_None
;
10288 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
10289 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10290 PyObject
* _resultobj
;
10292 PyObject
* _argo0
= 0;
10293 char *_kwnames
[] = { "self", NULL
};
10296 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
10299 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10300 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10301 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
10306 wxPy_BEGIN_ALLOW_THREADS
;
10307 wxSlider_ClearTicks(_arg0
);
10309 wxPy_END_ALLOW_THREADS
;
10310 if (PyErr_Occurred()) return NULL
;
10311 } Py_INCREF(Py_None
);
10312 _resultobj
= Py_None
;
10316 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
10317 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10318 PyObject
* _resultobj
;
10321 PyObject
* _argo0
= 0;
10322 char *_kwnames
[] = { "self", NULL
};
10325 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
10328 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10329 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10330 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
10335 wxPy_BEGIN_ALLOW_THREADS
;
10336 _result
= (int )wxSlider_GetLineSize(_arg0
);
10338 wxPy_END_ALLOW_THREADS
;
10339 if (PyErr_Occurred()) return NULL
;
10340 } _resultobj
= Py_BuildValue("i",_result
);
10344 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
10345 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10346 PyObject
* _resultobj
;
10349 PyObject
* _argo0
= 0;
10350 char *_kwnames
[] = { "self", NULL
};
10353 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
10356 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10357 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10358 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
10363 wxPy_BEGIN_ALLOW_THREADS
;
10364 _result
= (int )wxSlider_GetMax(_arg0
);
10366 wxPy_END_ALLOW_THREADS
;
10367 if (PyErr_Occurred()) return NULL
;
10368 } _resultobj
= Py_BuildValue("i",_result
);
10372 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
10373 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10374 PyObject
* _resultobj
;
10377 PyObject
* _argo0
= 0;
10378 char *_kwnames
[] = { "self", NULL
};
10381 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
10384 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10385 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10386 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
10391 wxPy_BEGIN_ALLOW_THREADS
;
10392 _result
= (int )wxSlider_GetMin(_arg0
);
10394 wxPy_END_ALLOW_THREADS
;
10395 if (PyErr_Occurred()) return NULL
;
10396 } _resultobj
= Py_BuildValue("i",_result
);
10400 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
10401 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10402 PyObject
* _resultobj
;
10405 PyObject
* _argo0
= 0;
10406 char *_kwnames
[] = { "self", NULL
};
10409 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
10412 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10413 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10414 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
10419 wxPy_BEGIN_ALLOW_THREADS
;
10420 _result
= (int )wxSlider_GetPageSize(_arg0
);
10422 wxPy_END_ALLOW_THREADS
;
10423 if (PyErr_Occurred()) return NULL
;
10424 } _resultobj
= Py_BuildValue("i",_result
);
10428 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
10429 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10430 PyObject
* _resultobj
;
10433 PyObject
* _argo0
= 0;
10434 char *_kwnames
[] = { "self", NULL
};
10437 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
10440 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10441 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10442 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
10447 wxPy_BEGIN_ALLOW_THREADS
;
10448 _result
= (int )wxSlider_GetSelEnd(_arg0
);
10450 wxPy_END_ALLOW_THREADS
;
10451 if (PyErr_Occurred()) return NULL
;
10452 } _resultobj
= Py_BuildValue("i",_result
);
10456 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
10457 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10458 PyObject
* _resultobj
;
10461 PyObject
* _argo0
= 0;
10462 char *_kwnames
[] = { "self", NULL
};
10465 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
10468 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10469 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10470 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
10475 wxPy_BEGIN_ALLOW_THREADS
;
10476 _result
= (int )wxSlider_GetSelStart(_arg0
);
10478 wxPy_END_ALLOW_THREADS
;
10479 if (PyErr_Occurred()) return NULL
;
10480 } _resultobj
= Py_BuildValue("i",_result
);
10484 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
10485 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10486 PyObject
* _resultobj
;
10489 PyObject
* _argo0
= 0;
10490 char *_kwnames
[] = { "self", NULL
};
10493 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
10496 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10497 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10498 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
10503 wxPy_BEGIN_ALLOW_THREADS
;
10504 _result
= (int )wxSlider_GetThumbLength(_arg0
);
10506 wxPy_END_ALLOW_THREADS
;
10507 if (PyErr_Occurred()) return NULL
;
10508 } _resultobj
= Py_BuildValue("i",_result
);
10512 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
10513 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10514 PyObject
* _resultobj
;
10517 PyObject
* _argo0
= 0;
10518 char *_kwnames
[] = { "self", NULL
};
10521 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_kwnames
,&_argo0
))
10524 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10525 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10526 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
10531 wxPy_BEGIN_ALLOW_THREADS
;
10532 _result
= (int )wxSlider_GetTickFreq(_arg0
);
10534 wxPy_END_ALLOW_THREADS
;
10535 if (PyErr_Occurred()) return NULL
;
10536 } _resultobj
= Py_BuildValue("i",_result
);
10540 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
10541 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10542 PyObject
* _resultobj
;
10545 PyObject
* _argo0
= 0;
10546 char *_kwnames
[] = { "self", NULL
};
10549 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_kwnames
,&_argo0
))
10552 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10553 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10554 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
10559 wxPy_BEGIN_ALLOW_THREADS
;
10560 _result
= (int )wxSlider_GetValue(_arg0
);
10562 wxPy_END_ALLOW_THREADS
;
10563 if (PyErr_Occurred()) return NULL
;
10564 } _resultobj
= Py_BuildValue("i",_result
);
10568 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
10569 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10570 PyObject
* _resultobj
;
10574 PyObject
* _argo0
= 0;
10575 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
10578 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
10581 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10582 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10583 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
10588 wxPy_BEGIN_ALLOW_THREADS
;
10589 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
10591 wxPy_END_ALLOW_THREADS
;
10592 if (PyErr_Occurred()) return NULL
;
10593 } Py_INCREF(Py_None
);
10594 _resultobj
= Py_None
;
10598 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
10599 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10600 PyObject
* _resultobj
;
10604 PyObject
* _argo0
= 0;
10605 char *_kwnames
[] = { "self","n","pos", NULL
};
10608 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
10611 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10612 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10613 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
10618 wxPy_BEGIN_ALLOW_THREADS
;
10619 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
10621 wxPy_END_ALLOW_THREADS
;
10622 if (PyErr_Occurred()) return NULL
;
10623 } Py_INCREF(Py_None
);
10624 _resultobj
= Py_None
;
10628 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
10629 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10630 PyObject
* _resultobj
;
10633 PyObject
* _argo0
= 0;
10634 char *_kwnames
[] = { "self","lineSize", NULL
};
10637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
10640 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10641 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10642 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
10647 wxPy_BEGIN_ALLOW_THREADS
;
10648 wxSlider_SetLineSize(_arg0
,_arg1
);
10650 wxPy_END_ALLOW_THREADS
;
10651 if (PyErr_Occurred()) return NULL
;
10652 } Py_INCREF(Py_None
);
10653 _resultobj
= Py_None
;
10657 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
10658 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10659 PyObject
* _resultobj
;
10662 PyObject
* _argo0
= 0;
10663 char *_kwnames
[] = { "self","pageSize", NULL
};
10666 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
10669 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10670 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10671 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
10676 wxPy_BEGIN_ALLOW_THREADS
;
10677 wxSlider_SetPageSize(_arg0
,_arg1
);
10679 wxPy_END_ALLOW_THREADS
;
10680 if (PyErr_Occurred()) return NULL
;
10681 } Py_INCREF(Py_None
);
10682 _resultobj
= Py_None
;
10686 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
10687 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10688 PyObject
* _resultobj
;
10692 PyObject
* _argo0
= 0;
10693 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
10696 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
10699 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10700 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10701 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
10706 wxPy_BEGIN_ALLOW_THREADS
;
10707 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
10709 wxPy_END_ALLOW_THREADS
;
10710 if (PyErr_Occurred()) return NULL
;
10711 } Py_INCREF(Py_None
);
10712 _resultobj
= Py_None
;
10716 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
10717 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10718 PyObject
* _resultobj
;
10721 PyObject
* _argo0
= 0;
10722 char *_kwnames
[] = { "self","len", NULL
};
10725 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
10728 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10729 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10730 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
10735 wxPy_BEGIN_ALLOW_THREADS
;
10736 wxSlider_SetThumbLength(_arg0
,_arg1
);
10738 wxPy_END_ALLOW_THREADS
;
10739 if (PyErr_Occurred()) return NULL
;
10740 } Py_INCREF(Py_None
);
10741 _resultobj
= Py_None
;
10745 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
10746 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10747 PyObject
* _resultobj
;
10750 PyObject
* _argo0
= 0;
10751 char *_kwnames
[] = { "self","tickPos", NULL
};
10754 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
10757 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10758 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10759 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
10764 wxPy_BEGIN_ALLOW_THREADS
;
10765 wxSlider_SetTick(_arg0
,_arg1
);
10767 wxPy_END_ALLOW_THREADS
;
10768 if (PyErr_Occurred()) return NULL
;
10769 } Py_INCREF(Py_None
);
10770 _resultobj
= Py_None
;
10774 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10775 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10776 PyObject
* _resultobj
;
10779 PyObject
* _argo0
= 0;
10780 char *_kwnames
[] = { "self","value", NULL
};
10783 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
10786 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10787 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10788 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
10793 wxPy_BEGIN_ALLOW_THREADS
;
10794 wxSlider_SetValue(_arg0
,_arg1
);
10796 wxPy_END_ALLOW_THREADS
;
10797 if (PyErr_Occurred()) return NULL
;
10798 } Py_INCREF(Py_None
);
10799 _resultobj
= Py_None
;
10803 static void *SwigwxSpinCtrlTowxSpinButton(void *ptr
) {
10805 wxSpinButton
*dest
;
10806 src
= (wxSpinCtrl
*) ptr
;
10807 dest
= (wxSpinButton
*) src
;
10808 return (void *) dest
;
10811 static void *SwigwxSpinCtrlTowxControl(void *ptr
) {
10814 src
= (wxSpinCtrl
*) ptr
;
10815 dest
= (wxControl
*) src
;
10816 return (void *) dest
;
10819 static void *SwigwxSpinCtrlTowxWindow(void *ptr
) {
10822 src
= (wxSpinCtrl
*) ptr
;
10823 dest
= (wxWindow
*) src
;
10824 return (void *) dest
;
10827 static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr
) {
10829 wxEvtHandler
*dest
;
10830 src
= (wxSpinCtrl
*) ptr
;
10831 dest
= (wxEvtHandler
*) src
;
10832 return (void *) dest
;
10835 static void *SwigwxSpinCtrlTowxObject(void *ptr
) {
10838 src
= (wxSpinCtrl
*) ptr
;
10839 dest
= (wxObject
*) src
;
10840 return (void *) dest
;
10843 #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))
10844 static PyObject
*_wrap_new_wxSpinCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10845 PyObject
* _resultobj
;
10846 wxSpinCtrl
* _result
;
10848 wxWindowID _arg1
= (wxWindowID
) -1;
10849 char * _arg2
= (char *) "";
10850 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
10851 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
10852 long _arg5
= (long ) wxSP_ARROW_KEYS
;
10853 int _arg6
= (int ) 0;
10854 int _arg7
= (int ) 100;
10855 int _arg8
= (int ) 0;
10856 char * _arg9
= (char *) "wxSpinCtrl";
10857 PyObject
* _argo0
= 0;
10859 PyObject
* _obj3
= 0;
10861 PyObject
* _obj4
= 0;
10862 char *_kwnames
[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL
};
10866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|isOOliiis:new_wxSpinCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
,&_arg7
,&_arg8
,&_arg9
))
10869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
10871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
10878 if (! wxPoint_helper(_obj3
, &_arg3
))
10884 if (! wxSize_helper(_obj4
, &_arg4
))
10888 wxPy_BEGIN_ALLOW_THREADS
;
10889 _result
= (wxSpinCtrl
*)new_wxSpinCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,_arg9
);
10891 wxPy_END_ALLOW_THREADS
;
10892 if (PyErr_Occurred()) return NULL
;
10894 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinCtrl_p");
10895 _resultobj
= Py_BuildValue("s",_ptemp
);
10897 Py_INCREF(Py_None
);
10898 _resultobj
= Py_None
;
10903 #define new_wxPreSpinCtrl() (new wxSpinCtrl())
10904 static PyObject
*_wrap_new_wxPreSpinCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10905 PyObject
* _resultobj
;
10906 wxSpinCtrl
* _result
;
10907 char *_kwnames
[] = { NULL
};
10911 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSpinCtrl",_kwnames
))
10914 wxPy_BEGIN_ALLOW_THREADS
;
10915 _result
= (wxSpinCtrl
*)new_wxPreSpinCtrl();
10917 wxPy_END_ALLOW_THREADS
;
10918 if (PyErr_Occurred()) return NULL
;
10920 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinCtrl_p");
10921 _resultobj
= Py_BuildValue("s",_ptemp
);
10923 Py_INCREF(Py_None
);
10924 _resultobj
= Py_None
;
10929 #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))
10930 static PyObject
*_wrap_wxSpinCtrl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10931 PyObject
* _resultobj
;
10933 wxSpinCtrl
* _arg0
;
10935 wxWindowID _arg2
= (wxWindowID
) -1;
10936 char * _arg3
= (char *) "";
10937 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
10938 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
10939 long _arg6
= (long ) wxSP_ARROW_KEYS
;
10940 int _arg7
= (int ) 0;
10941 int _arg8
= (int ) 100;
10942 int _arg9
= (int ) 0;
10943 char * _arg10
= (char *) "wxSpinCtrl";
10944 PyObject
* _argo0
= 0;
10945 PyObject
* _argo1
= 0;
10947 PyObject
* _obj4
= 0;
10949 PyObject
* _obj5
= 0;
10950 char *_kwnames
[] = { "self","parent","id","value","pos","size","style","min","max","initial","name", NULL
};
10953 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|isOOliiis:wxSpinCtrl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_obj4
,&_obj5
,&_arg6
,&_arg7
,&_arg8
,&_arg9
,&_arg10
))
10956 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10957 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
10958 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_Create. Expected _wxSpinCtrl_p.");
10963 if (_argo1
== Py_None
) { _arg1
= NULL
; }
10964 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
10965 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSpinCtrl_Create. Expected _wxWindow_p.");
10972 if (! wxPoint_helper(_obj4
, &_arg4
))
10978 if (! wxSize_helper(_obj5
, &_arg5
))
10982 wxPy_BEGIN_ALLOW_THREADS
;
10983 _result
= (bool )wxSpinCtrl_Create(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,_arg9
,_arg10
);
10985 wxPy_END_ALLOW_THREADS
;
10986 if (PyErr_Occurred()) return NULL
;
10987 } _resultobj
= Py_BuildValue("i",_result
);
10991 #define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
10992 static PyObject
*_wrap_wxSpinCtrl_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10993 PyObject
* _resultobj
;
10995 wxSpinCtrl
* _arg0
;
10996 PyObject
* _argo0
= 0;
10997 char *_kwnames
[] = { "self", NULL
};
11000 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMax",_kwnames
,&_argo0
))
11003 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11004 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11005 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
11010 wxPy_BEGIN_ALLOW_THREADS
;
11011 _result
= (int )wxSpinCtrl_GetMax(_arg0
);
11013 wxPy_END_ALLOW_THREADS
;
11014 if (PyErr_Occurred()) return NULL
;
11015 } _resultobj
= Py_BuildValue("i",_result
);
11019 #define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
11020 static PyObject
*_wrap_wxSpinCtrl_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11021 PyObject
* _resultobj
;
11023 wxSpinCtrl
* _arg0
;
11024 PyObject
* _argo0
= 0;
11025 char *_kwnames
[] = { "self", NULL
};
11028 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMin",_kwnames
,&_argo0
))
11031 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11032 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11033 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
11038 wxPy_BEGIN_ALLOW_THREADS
;
11039 _result
= (int )wxSpinCtrl_GetMin(_arg0
);
11041 wxPy_END_ALLOW_THREADS
;
11042 if (PyErr_Occurred()) return NULL
;
11043 } _resultobj
= Py_BuildValue("i",_result
);
11047 #define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
11048 static PyObject
*_wrap_wxSpinCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11049 PyObject
* _resultobj
;
11051 wxSpinCtrl
* _arg0
;
11052 PyObject
* _argo0
= 0;
11053 char *_kwnames
[] = { "self", NULL
};
11056 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetValue",_kwnames
,&_argo0
))
11059 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11060 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11061 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
11066 wxPy_BEGIN_ALLOW_THREADS
;
11067 _result
= (int )wxSpinCtrl_GetValue(_arg0
);
11069 wxPy_END_ALLOW_THREADS
;
11070 if (PyErr_Occurred()) return NULL
;
11071 } _resultobj
= Py_BuildValue("i",_result
);
11075 #define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
11076 static PyObject
*_wrap_wxSpinCtrl_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11077 PyObject
* _resultobj
;
11078 wxSpinCtrl
* _arg0
;
11081 PyObject
* _argo0
= 0;
11082 char *_kwnames
[] = { "self","min","max", NULL
};
11085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinCtrl_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
11095 wxPy_BEGIN_ALLOW_THREADS
;
11096 wxSpinCtrl_SetRange(_arg0
,_arg1
,_arg2
);
11098 wxPy_END_ALLOW_THREADS
;
11099 if (PyErr_Occurred()) return NULL
;
11100 } Py_INCREF(Py_None
);
11101 _resultobj
= Py_None
;
11105 #define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11106 static PyObject
*_wrap_wxSpinCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11107 PyObject
* _resultobj
;
11108 wxSpinCtrl
* _arg0
;
11110 PyObject
* _argo0
= 0;
11111 char *_kwnames
[] = { "self","value", NULL
};
11114 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinCtrl_SetValue",_kwnames
,&_argo0
,&_arg1
))
11117 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11118 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11119 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
11124 wxPy_BEGIN_ALLOW_THREADS
;
11125 wxSpinCtrl_SetValue(_arg0
,_arg1
);
11127 wxPy_END_ALLOW_THREADS
;
11128 if (PyErr_Occurred()) return NULL
;
11129 } Py_INCREF(Py_None
);
11130 _resultobj
= Py_None
;
11134 static void *SwigwxToggleButtonTowxControl(void *ptr
) {
11135 wxToggleButton
*src
;
11137 src
= (wxToggleButton
*) ptr
;
11138 dest
= (wxControl
*) src
;
11139 return (void *) dest
;
11142 static void *SwigwxToggleButtonTowxWindow(void *ptr
) {
11143 wxToggleButton
*src
;
11145 src
= (wxToggleButton
*) ptr
;
11146 dest
= (wxWindow
*) src
;
11147 return (void *) dest
;
11150 static void *SwigwxToggleButtonTowxEvtHandler(void *ptr
) {
11151 wxToggleButton
*src
;
11152 wxEvtHandler
*dest
;
11153 src
= (wxToggleButton
*) ptr
;
11154 dest
= (wxEvtHandler
*) src
;
11155 return (void *) dest
;
11158 static void *SwigwxToggleButtonTowxObject(void *ptr
) {
11159 wxToggleButton
*src
;
11161 src
= (wxToggleButton
*) ptr
;
11162 dest
= (wxObject
*) src
;
11163 return (void *) dest
;
11166 #define new_wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
11167 static PyObject
*_wrap_new_wxToggleButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11168 PyObject
* _resultobj
;
11169 wxToggleButton
* _result
;
11173 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
11174 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
11175 long _arg5
= (long ) 0;
11176 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
11177 char * _arg7
= (char *) "toggle";
11178 PyObject
* _argo0
= 0;
11179 PyObject
* _obj2
= 0;
11181 PyObject
* _obj3
= 0;
11183 PyObject
* _obj4
= 0;
11184 PyObject
* _argo6
= 0;
11185 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
11189 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxToggleButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
11192 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11193 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
11194 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxToggleButton. Expected _wxWindow_p.");
11199 #if PYTHON_API_VERSION >= 1009
11200 char* tmpPtr
; int tmpSize
;
11201 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
11202 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
11205 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
11207 _arg2
= new wxString(tmpPtr
, tmpSize
);
11209 if (!PyString_Check(_obj2
)) {
11210 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
11213 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
11219 if (! wxPoint_helper(_obj3
, &_arg3
))
11225 if (! wxSize_helper(_obj4
, &_arg4
))
11229 if (_argo6
== Py_None
) { _arg6
= NULL
; }
11230 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
11231 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxToggleButton. Expected _wxValidator_p.");
11236 wxPy_BEGIN_ALLOW_THREADS
;
11237 _result
= (wxToggleButton
*)new_wxToggleButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
11239 wxPy_END_ALLOW_THREADS
;
11240 if (PyErr_Occurred()) return NULL
;
11242 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxToggleButton_p");
11243 _resultobj
= Py_BuildValue("s",_ptemp
);
11245 Py_INCREF(Py_None
);
11246 _resultobj
= Py_None
;
11255 #define new_wxPreToggleButton() (new wxToggleButton())
11256 static PyObject
*_wrap_new_wxPreToggleButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11257 PyObject
* _resultobj
;
11258 wxToggleButton
* _result
;
11259 char *_kwnames
[] = { NULL
};
11263 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreToggleButton",_kwnames
))
11266 wxPy_BEGIN_ALLOW_THREADS
;
11267 _result
= (wxToggleButton
*)new_wxPreToggleButton();
11269 wxPy_END_ALLOW_THREADS
;
11270 if (PyErr_Occurred()) return NULL
;
11272 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxToggleButton_p");
11273 _resultobj
= Py_BuildValue("s",_ptemp
);
11275 Py_INCREF(Py_None
);
11276 _resultobj
= Py_None
;
11281 #define wxToggleButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
11282 static PyObject
*_wrap_wxToggleButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11283 PyObject
* _resultobj
;
11285 wxToggleButton
* _arg0
;
11289 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
11290 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
11291 long _arg6
= (long ) 0;
11292 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
11293 char * _arg8
= (char *) "toggle";
11294 PyObject
* _argo0
= 0;
11295 PyObject
* _argo1
= 0;
11296 PyObject
* _obj3
= 0;
11298 PyObject
* _obj4
= 0;
11300 PyObject
* _obj5
= 0;
11301 PyObject
* _argo7
= 0;
11302 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
11305 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOs:wxToggleButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
11308 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11309 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
11310 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_Create. Expected _wxToggleButton_p.");
11315 if (_argo1
== Py_None
) { _arg1
= NULL
; }
11316 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
11317 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxToggleButton_Create. Expected _wxWindow_p.");
11322 #if PYTHON_API_VERSION >= 1009
11323 char* tmpPtr
; int tmpSize
;
11324 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
11325 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
11328 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
11330 _arg3
= new wxString(tmpPtr
, tmpSize
);
11332 if (!PyString_Check(_obj3
)) {
11333 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
11336 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
11342 if (! wxPoint_helper(_obj4
, &_arg4
))
11348 if (! wxSize_helper(_obj5
, &_arg5
))
11352 if (_argo7
== Py_None
) { _arg7
= NULL
; }
11353 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
11354 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxToggleButton_Create. Expected _wxValidator_p.");
11359 wxPy_BEGIN_ALLOW_THREADS
;
11360 _result
= (bool )wxToggleButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,_arg8
);
11362 wxPy_END_ALLOW_THREADS
;
11363 if (PyErr_Occurred()) return NULL
;
11364 } _resultobj
= Py_BuildValue("i",_result
);
11372 #define wxToggleButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11373 static PyObject
*_wrap_wxToggleButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11374 PyObject
* _resultobj
;
11375 wxToggleButton
* _arg0
;
11377 PyObject
* _argo0
= 0;
11379 char *_kwnames
[] = { "self","value", NULL
};
11382 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxToggleButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
11385 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11386 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
11387 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_SetValue. Expected _wxToggleButton_p.");
11391 _arg1
= (bool ) tempbool1
;
11393 wxPy_BEGIN_ALLOW_THREADS
;
11394 wxToggleButton_SetValue(_arg0
,_arg1
);
11396 wxPy_END_ALLOW_THREADS
;
11397 if (PyErr_Occurred()) return NULL
;
11398 } Py_INCREF(Py_None
);
11399 _resultobj
= Py_None
;
11403 #define wxToggleButton_GetValue(_swigobj) (_swigobj->GetValue())
11404 static PyObject
*_wrap_wxToggleButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11405 PyObject
* _resultobj
;
11407 wxToggleButton
* _arg0
;
11408 PyObject
* _argo0
= 0;
11409 char *_kwnames
[] = { "self", NULL
};
11412 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxToggleButton_GetValue",_kwnames
,&_argo0
))
11415 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11416 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
11417 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_GetValue. Expected _wxToggleButton_p.");
11422 wxPy_BEGIN_ALLOW_THREADS
;
11423 _result
= (bool )wxToggleButton_GetValue(_arg0
);
11425 wxPy_END_ALLOW_THREADS
;
11426 if (PyErr_Occurred()) return NULL
;
11427 } _resultobj
= Py_BuildValue("i",_result
);
11431 #define wxToggleButton_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
11432 static PyObject
*_wrap_wxToggleButton_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11433 PyObject
* _resultobj
;
11434 wxToggleButton
* _arg0
;
11436 PyObject
* _argo0
= 0;
11437 PyObject
* _obj1
= 0;
11438 char *_kwnames
[] = { "self","label", NULL
};
11441 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxToggleButton_SetLabel",_kwnames
,&_argo0
,&_obj1
))
11444 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11445 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
11446 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_SetLabel. Expected _wxToggleButton_p.");
11451 #if PYTHON_API_VERSION >= 1009
11452 char* tmpPtr
; int tmpSize
;
11453 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
11454 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
11457 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
11459 _arg1
= new wxString(tmpPtr
, tmpSize
);
11461 if (!PyString_Check(_obj1
)) {
11462 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
11465 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
11469 wxPy_BEGIN_ALLOW_THREADS
;
11470 wxToggleButton_SetLabel(_arg0
,*_arg1
);
11472 wxPy_END_ALLOW_THREADS
;
11473 if (PyErr_Occurred()) return NULL
;
11474 } Py_INCREF(Py_None
);
11475 _resultobj
= Py_None
;
11483 static PyMethodDef controlscMethods
[] = {
11484 { "wxToggleButton_SetLabel", (PyCFunction
) _wrap_wxToggleButton_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
11485 { "wxToggleButton_GetValue", (PyCFunction
) _wrap_wxToggleButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11486 { "wxToggleButton_SetValue", (PyCFunction
) _wrap_wxToggleButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11487 { "wxToggleButton_Create", (PyCFunction
) _wrap_wxToggleButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
11488 { "new_wxPreToggleButton", (PyCFunction
) _wrap_new_wxPreToggleButton
, METH_VARARGS
| METH_KEYWORDS
},
11489 { "new_wxToggleButton", (PyCFunction
) _wrap_new_wxToggleButton
, METH_VARARGS
| METH_KEYWORDS
},
11490 { "wxSpinCtrl_SetValue", (PyCFunction
) _wrap_wxSpinCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11491 { "wxSpinCtrl_SetRange", (PyCFunction
) _wrap_wxSpinCtrl_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
11492 { "wxSpinCtrl_GetValue", (PyCFunction
) _wrap_wxSpinCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11493 { "wxSpinCtrl_GetMin", (PyCFunction
) _wrap_wxSpinCtrl_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
11494 { "wxSpinCtrl_GetMax", (PyCFunction
) _wrap_wxSpinCtrl_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
11495 { "wxSpinCtrl_Create", (PyCFunction
) _wrap_wxSpinCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
},
11496 { "new_wxPreSpinCtrl", (PyCFunction
) _wrap_new_wxPreSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
},
11497 { "new_wxSpinCtrl", (PyCFunction
) _wrap_new_wxSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
},
11498 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11499 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
11500 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
11501 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11502 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
11503 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
11504 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
11505 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
11506 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11507 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
11508 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
11509 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
11510 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
11511 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
11512 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
11513 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
11514 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
11515 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
11516 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
11517 { "wxSlider_Create", (PyCFunction
) _wrap_wxSlider_Create
, METH_VARARGS
| METH_KEYWORDS
},
11518 { "new_wxPreSlider", (PyCFunction
) _wrap_new_wxPreSlider
, METH_VARARGS
| METH_KEYWORDS
},
11519 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
11520 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11521 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11522 { "wxRadioButton_Create", (PyCFunction
) _wrap_wxRadioButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
11523 { "new_wxPreRadioButton", (PyCFunction
) _wrap_new_wxPreRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
11524 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
11525 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
11526 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
11527 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
11528 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11529 { "wxRadioBox_GetCount", (PyCFunction
) _wrap_wxRadioBox_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
11530 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
11531 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11532 { "wxRadioBox_SetItemLabel", (PyCFunction
) _wrap_wxRadioBox_SetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
11533 { "wxRadioBox_GetItemLabel", (PyCFunction
) _wrap_wxRadioBox_GetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
11534 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
11535 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
11536 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
11537 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
11538 { "wxRadioBox_Create", (PyCFunction
) _wrap_wxRadioBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
11539 { "new_wxPreRadioBox", (PyCFunction
) _wrap_new_wxPreRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
11540 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
11541 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
11542 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
11543 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
11544 { "wxStaticBitmap_Create", (PyCFunction
) _wrap_wxStaticBitmap_Create
, METH_VARARGS
| METH_KEYWORDS
},
11545 { "new_wxPreStaticBitmap", (PyCFunction
) _wrap_new_wxPreStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
11546 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
11547 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11548 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
11549 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11550 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
11551 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
11552 { "wxSpinButton_Create", (PyCFunction
) _wrap_wxSpinButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
11553 { "new_wxPreSpinButton", (PyCFunction
) _wrap_new_wxPreSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
11554 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
11555 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
11556 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
11557 { "wxScrollBar_IsVertical", (PyCFunction
) _wrap_wxScrollBar_IsVertical
, METH_VARARGS
| METH_KEYWORDS
},
11558 { "wxScrollBar_GetThumbLength", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
11559 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
11560 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
11561 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
11562 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
11563 { "wxScrollBar_Create", (PyCFunction
) _wrap_wxScrollBar_Create
, METH_VARARGS
| METH_KEYWORDS
},
11564 { "new_wxPreScrollBar", (PyCFunction
) _wrap_new_wxPreScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
11565 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
11566 { "wxTextCtrl_GetString", (PyCFunction
) _wrap_wxTextCtrl_GetString
, METH_VARARGS
| METH_KEYWORDS
},
11567 { "wxTextCtrl_write", (PyCFunction
) _wrap_wxTextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
},
11568 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
11569 { "wxTextCtrl_SelectAll", (PyCFunction
) _wrap_wxTextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
},
11570 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11571 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
11572 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
11573 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
11574 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
11575 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
11576 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
11577 { "wxTextCtrl_Redo", (PyCFunction
) _wrap_wxTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
11578 { "wxTextCtrl_Undo", (PyCFunction
) _wrap_wxTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
11579 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
11580 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
11581 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
11582 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
11583 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
11584 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
11585 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
11586 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
11587 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
11588 { "wxTextCtrl_GetDefaultStyle", (PyCFunction
) _wrap_wxTextCtrl_GetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
},
11589 { "wxTextCtrl_SetDefaultStyle", (PyCFunction
) _wrap_wxTextCtrl_SetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
},
11590 { "wxTextCtrl_SetStyle", (PyCFunction
) _wrap_wxTextCtrl_SetStyle
, METH_VARARGS
| METH_KEYWORDS
},
11591 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
11592 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
11593 { "wxTextCtrl_SetMaxLength", (PyCFunction
) _wrap_wxTextCtrl_SetMaxLength
, METH_VARARGS
| METH_KEYWORDS
},
11594 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
11595 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
11596 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
11597 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
11598 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
11599 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
11600 { "wxTextCtrl_GetStringSelection", (PyCFunction
) _wrap_wxTextCtrl_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
11601 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11602 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
11603 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
11604 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
11605 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
11606 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
11607 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11608 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11609 { "wxTextCtrl_Create", (PyCFunction
) _wrap_wxTextCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
},
11610 { "new_wxPreTextCtrl", (PyCFunction
) _wrap_new_wxPreTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
11611 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
11612 { "wxTextAttr_Combine", (PyCFunction
) _wrap_wxTextAttr_Combine
, METH_VARARGS
| METH_KEYWORDS
},
11613 { "wxTextAttr_IsDefault", (PyCFunction
) _wrap_wxTextAttr_IsDefault
, METH_VARARGS
| METH_KEYWORDS
},
11614 { "wxTextAttr_GetFont", (PyCFunction
) _wrap_wxTextAttr_GetFont
, METH_VARARGS
| METH_KEYWORDS
},
11615 { "wxTextAttr_GetBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_GetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
11616 { "wxTextAttr_GetTextColour", (PyCFunction
) _wrap_wxTextAttr_GetTextColour
, METH_VARARGS
| METH_KEYWORDS
},
11617 { "wxTextAttr_HasFont", (PyCFunction
) _wrap_wxTextAttr_HasFont
, METH_VARARGS
| METH_KEYWORDS
},
11618 { "wxTextAttr_HasBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_HasBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
11619 { "wxTextAttr_HasTextColour", (PyCFunction
) _wrap_wxTextAttr_HasTextColour
, METH_VARARGS
| METH_KEYWORDS
},
11620 { "wxTextAttr_SetFont", (PyCFunction
) _wrap_wxTextAttr_SetFont
, METH_VARARGS
| METH_KEYWORDS
},
11621 { "wxTextAttr_SetBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
11622 { "wxTextAttr_SetTextColour", (PyCFunction
) _wrap_wxTextAttr_SetTextColour
, METH_VARARGS
| METH_KEYWORDS
},
11623 { "delete_wxTextAttr", (PyCFunction
) _wrap_delete_wxTextAttr
, METH_VARARGS
| METH_KEYWORDS
},
11624 { "new_wxTextAttr", (PyCFunction
) _wrap_new_wxTextAttr
, METH_VARARGS
| METH_KEYWORDS
},
11625 { "wxCheckListBox_GetItemHeight", (PyCFunction
) _wrap_wxCheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
},
11626 { "wxCheckListBox_InsertItems", (PyCFunction
) _wrap_wxCheckListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
11627 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
11628 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
11629 { "wxCheckListBox_Create", (PyCFunction
) _wrap_wxCheckListBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
11630 { "new_wxPreCheckListBox", (PyCFunction
) _wrap_new_wxPreCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
11631 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
11632 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
11633 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
11634 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11635 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
11636 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
11637 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
11638 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
11639 { "wxListBox_IsSelected", (PyCFunction
) _wrap_wxListBox_IsSelected
, METH_VARARGS
| METH_KEYWORDS
},
11640 { "wxListBox_InsertItems", (PyCFunction
) _wrap_wxListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
11641 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
11642 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
11643 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
11644 { "wxListBox_Create", (PyCFunction
) _wrap_wxListBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
11645 { "new_wxPreListBox", (PyCFunction
) _wrap_new_wxPreListBox
, METH_VARARGS
| METH_KEYWORDS
},
11646 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
11647 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
11648 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
11649 { "wxStaticText_Create", (PyCFunction
) _wrap_wxStaticText_Create
, METH_VARARGS
| METH_KEYWORDS
},
11650 { "new_wxPreStaticText", (PyCFunction
) _wrap_new_wxPreStaticText
, METH_VARARGS
| METH_KEYWORDS
},
11651 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
11652 { "wxStaticLine_Create", (PyCFunction
) _wrap_wxStaticLine_Create
, METH_VARARGS
| METH_KEYWORDS
},
11653 { "new_wxPreStaticLine", (PyCFunction
) _wrap_new_wxPreStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
11654 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
11655 { "wxStaticBox_Create", (PyCFunction
) _wrap_wxStaticBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
11656 { "new_wxPreStaticBox", (PyCFunction
) _wrap_new_wxPreStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
11657 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
11658 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11659 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
11660 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
11661 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
11662 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11663 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
11664 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
11665 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
11666 { "wxGauge_Create", (PyCFunction
) _wrap_wxGauge_Create
, METH_VARARGS
| METH_KEYWORDS
},
11667 { "new_wxPreGauge", (PyCFunction
) _wrap_new_wxPreGauge
, METH_VARARGS
| METH_KEYWORDS
},
11668 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
11669 { "wxComboBox_SetClientData", (PyCFunction
) _wrap_wxComboBox_SetClientData
, METH_VARARGS
| METH_KEYWORDS
},
11670 { "wxComboBox_GetClientData", (PyCFunction
) _wrap_wxComboBox_GetClientData
, METH_VARARGS
| METH_KEYWORDS
},
11671 { "wxComboBox_Append", (PyCFunction
) _wrap_wxComboBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
11672 { "wxComboBox_GetStringSelection", (PyCFunction
) _wrap_wxComboBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
11673 { "wxComboBox_GetSelection", (PyCFunction
) _wrap_wxComboBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11674 { "wxComboBox_FindString", (PyCFunction
) _wrap_wxComboBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
11675 { "wxComboBox_GetString", (PyCFunction
) _wrap_wxComboBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
11676 { "wxComboBox_GetCount", (PyCFunction
) _wrap_wxComboBox_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
11677 { "wxComboBox_Delete", (PyCFunction
) _wrap_wxComboBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
11678 { "wxComboBox_Clear", (PyCFunction
) _wrap_wxComboBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
11679 { "wxComboBox_SetEditable", (PyCFunction
) _wrap_wxComboBox_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
11680 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11681 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
11682 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11683 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
11684 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
11685 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
11686 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
11687 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
11688 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11689 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
11690 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
11691 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
11692 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
11693 { "wxComboBox_Create", (PyCFunction
) _wrap_wxComboBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
11694 { "new_wxPreComboBox", (PyCFunction
) _wrap_new_wxPreComboBox
, METH_VARARGS
| METH_KEYWORDS
},
11695 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
11696 { "wxChoice_SetString", (PyCFunction
) _wrap_wxChoice_SetString
, METH_VARARGS
| METH_KEYWORDS
},
11697 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
11698 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11699 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
11700 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
11701 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
11702 { "wxChoice_Create", (PyCFunction
) _wrap_wxChoice_Create
, METH_VARARGS
| METH_KEYWORDS
},
11703 { "new_wxPreChoice", (PyCFunction
) _wrap_new_wxPreChoice
, METH_VARARGS
| METH_KEYWORDS
},
11704 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
11705 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
11706 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
11707 { "wxCheckBox_Create", (PyCFunction
) _wrap_wxCheckBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
11708 { "new_wxPreCheckBox", (PyCFunction
) _wrap_new_wxPreCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
11709 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
11710 { "wxBitmapButton_GetMarginY", (PyCFunction
) _wrap_wxBitmapButton_GetMarginY
, METH_VARARGS
| METH_KEYWORDS
},
11711 { "wxBitmapButton_GetMarginX", (PyCFunction
) _wrap_wxBitmapButton_GetMarginX
, METH_VARARGS
| METH_KEYWORDS
},
11712 { "wxBitmapButton_SetMargins", (PyCFunction
) _wrap_wxBitmapButton_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
11713 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
11714 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
11715 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
11716 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
11717 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
11718 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
11719 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
11720 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
11721 { "wxBitmapButton_Create", (PyCFunction
) _wrap_wxBitmapButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
11722 { "new_wxPreBitmapButton", (PyCFunction
) _wrap_new_wxPreBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
11723 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
11724 { "wxButton_GetDefaultSize", (PyCFunction
) _wrap_wxButton_GetDefaultSize
, METH_VARARGS
| METH_KEYWORDS
},
11725 { "wxButton_SetForegroundColour", (PyCFunction
) _wrap_wxButton_SetForegroundColour
, METH_VARARGS
| METH_KEYWORDS
},
11726 { "wxButton_SetBackgroundColour", (PyCFunction
) _wrap_wxButton_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
11727 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
11728 { "wxButton_Create", (PyCFunction
) _wrap_wxButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
11729 { "new_wxPreButton", (PyCFunction
) _wrap_new_wxPreButton
, METH_VARARGS
| METH_KEYWORDS
},
11730 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
11731 { "wxControlWithItems_SetClientData", (PyCFunction
) _wrap_wxControlWithItems_SetClientData
, METH_VARARGS
| METH_KEYWORDS
},
11732 { "wxControlWithItems_GetClientData", (PyCFunction
) _wrap_wxControlWithItems_GetClientData
, METH_VARARGS
| METH_KEYWORDS
},
11733 { "wxControlWithItems_Append", (PyCFunction
) _wrap_wxControlWithItems_Append
, METH_VARARGS
| METH_KEYWORDS
},
11734 { "wxControlWithItems_GetStringSelection", (PyCFunction
) _wrap_wxControlWithItems_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
11735 { "wxControlWithItems_GetSelection", (PyCFunction
) _wrap_wxControlWithItems_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11736 { "wxControlWithItems_Select", (PyCFunction
) _wrap_wxControlWithItems_Select
, METH_VARARGS
| METH_KEYWORDS
},
11737 { "wxControlWithItems_FindString", (PyCFunction
) _wrap_wxControlWithItems_FindString
, METH_VARARGS
| METH_KEYWORDS
},
11738 { "wxControlWithItems_SetString", (PyCFunction
) _wrap_wxControlWithItems_SetString
, METH_VARARGS
| METH_KEYWORDS
},
11739 { "wxControlWithItems_GetString", (PyCFunction
) _wrap_wxControlWithItems_GetString
, METH_VARARGS
| METH_KEYWORDS
},
11740 { "wxControlWithItems_GetCount", (PyCFunction
) _wrap_wxControlWithItems_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
11741 { "wxControlWithItems_Delete", (PyCFunction
) _wrap_wxControlWithItems_Delete
, METH_VARARGS
| METH_KEYWORDS
},
11742 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
11743 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
11744 { "wxControl_Command", (PyCFunction
) _wrap_wxControl_Command
, METH_VARARGS
| METH_KEYWORDS
},
11745 { "wxControl_Create", (PyCFunction
) _wrap_wxControl_Create
, METH_VARARGS
| METH_KEYWORDS
},
11746 { "new_wxPreControl", (PyCFunction
) _wrap_new_wxPreControl
, METH_VARARGS
| METH_KEYWORDS
},
11747 { "new_wxControl", (PyCFunction
) _wrap_new_wxControl
, METH_VARARGS
| METH_KEYWORDS
},
11754 * This table is used by the pointer type-checker
11756 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
11757 { "_signed_long","_long",0},
11758 { "_wxPrintQuality","_wxCoord",0},
11759 { "_wxPrintQuality","_int",0},
11760 { "_wxPrintQuality","_signed_int",0},
11761 { "_wxPrintQuality","_unsigned_int",0},
11762 { "_wxPrintQuality","_wxWindowID",0},
11763 { "_wxPrintQuality","_uint",0},
11764 { "_wxPrintQuality","_EBool",0},
11765 { "_wxPrintQuality","_size_t",0},
11766 { "_wxPrintQuality","_time_t",0},
11767 { "_byte","_unsigned_char",0},
11768 { "_long","_unsigned_long",0},
11769 { "_long","_signed_long",0},
11770 { "_size_t","_wxCoord",0},
11771 { "_size_t","_wxPrintQuality",0},
11772 { "_size_t","_time_t",0},
11773 { "_size_t","_unsigned_int",0},
11774 { "_size_t","_int",0},
11775 { "_size_t","_wxWindowID",0},
11776 { "_size_t","_uint",0},
11777 { "_uint","_wxCoord",0},
11778 { "_uint","_wxPrintQuality",0},
11779 { "_uint","_time_t",0},
11780 { "_uint","_size_t",0},
11781 { "_uint","_unsigned_int",0},
11782 { "_uint","_int",0},
11783 { "_uint","_wxWindowID",0},
11784 { "_wxChar","_char",0},
11785 { "_char","_wxChar",0},
11786 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton
},
11787 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
11788 { "_EBool","_wxCoord",0},
11789 { "_EBool","_wxPrintQuality",0},
11790 { "_EBool","_signed_int",0},
11791 { "_EBool","_int",0},
11792 { "_EBool","_wxWindowID",0},
11793 { "_unsigned_long","_long",0},
11794 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
11795 { "_signed_int","_wxCoord",0},
11796 { "_signed_int","_wxPrintQuality",0},
11797 { "_signed_int","_EBool",0},
11798 { "_signed_int","_wxWindowID",0},
11799 { "_signed_int","_int",0},
11800 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
11801 { "_WXTYPE","_short",0},
11802 { "_WXTYPE","_signed_short",0},
11803 { "_WXTYPE","_unsigned_short",0},
11804 { "_unsigned_short","_WXTYPE",0},
11805 { "_unsigned_short","_short",0},
11806 { "_wxObject","_wxToggleButton",SwigwxToggleButtonTowxObject
},
11807 { "_wxObject","_wxSpinCtrl",SwigwxSpinCtrlTowxObject
},
11808 { "_wxObject","_wxSlider",SwigwxSliderTowxObject
},
11809 { "_wxObject","_wxRadioButton",SwigwxRadioButtonTowxObject
},
11810 { "_wxObject","_wxRadioBox",SwigwxRadioBoxTowxObject
},
11811 { "_wxObject","_wxStaticBitmap",SwigwxStaticBitmapTowxObject
},
11812 { "_wxObject","_wxSpinButton",SwigwxSpinButtonTowxObject
},
11813 { "_wxObject","_wxScrollBar",SwigwxScrollBarTowxObject
},
11814 { "_wxObject","_wxTextCtrl",SwigwxTextCtrlTowxObject
},
11815 { "_wxObject","_wxCheckListBox",SwigwxCheckListBoxTowxObject
},
11816 { "_wxObject","_wxListBox",SwigwxListBoxTowxObject
},
11817 { "_wxObject","_wxStaticText",SwigwxStaticTextTowxObject
},
11818 { "_wxObject","_wxStaticLine",SwigwxStaticLineTowxObject
},
11819 { "_wxObject","_wxStaticBox",SwigwxStaticBoxTowxObject
},
11820 { "_wxObject","_wxGauge",SwigwxGaugeTowxObject
},
11821 { "_wxObject","_wxComboBox",SwigwxComboBoxTowxObject
},
11822 { "_wxObject","_wxChoice",SwigwxChoiceTowxObject
},
11823 { "_wxObject","_wxCheckBox",SwigwxCheckBoxTowxObject
},
11824 { "_wxObject","_wxBitmapButton",SwigwxBitmapButtonTowxObject
},
11825 { "_wxObject","_wxButton",SwigwxButtonTowxObject
},
11826 { "_wxObject","_wxControlWithItems",SwigwxControlWithItemsTowxObject
},
11827 { "_wxObject","_wxControl",SwigwxControlTowxObject
},
11828 { "_signed_short","_WXTYPE",0},
11829 { "_signed_short","_short",0},
11830 { "_unsigned_char","_byte",0},
11831 { "_wxControl","_wxToggleButton",SwigwxToggleButtonTowxControl
},
11832 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl
},
11833 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
11834 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
11835 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
11836 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
11837 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
11838 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
11839 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
11840 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
11841 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
11842 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
11843 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
11844 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
11845 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
11846 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
11847 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
11848 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
11849 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
11850 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
11851 { "_wxControl","_wxControlWithItems",SwigwxControlWithItemsTowxControl
},
11852 { "_unsigned_int","_wxCoord",0},
11853 { "_unsigned_int","_wxPrintQuality",0},
11854 { "_unsigned_int","_time_t",0},
11855 { "_unsigned_int","_size_t",0},
11856 { "_unsigned_int","_uint",0},
11857 { "_unsigned_int","_wxWindowID",0},
11858 { "_unsigned_int","_int",0},
11859 { "_short","_WXTYPE",0},
11860 { "_short","_unsigned_short",0},
11861 { "_short","_signed_short",0},
11862 { "_wxControlWithItems","_wxCheckListBox",SwigwxCheckListBoxTowxControlWithItems
},
11863 { "_wxControlWithItems","_wxListBox",SwigwxListBoxTowxControlWithItems
},
11864 { "_wxControlWithItems","_wxChoice",SwigwxChoiceTowxControlWithItems
},
11865 { "_wxWindowID","_wxCoord",0},
11866 { "_wxWindowID","_wxPrintQuality",0},
11867 { "_wxWindowID","_time_t",0},
11868 { "_wxWindowID","_size_t",0},
11869 { "_wxWindowID","_EBool",0},
11870 { "_wxWindowID","_uint",0},
11871 { "_wxWindowID","_int",0},
11872 { "_wxWindowID","_signed_int",0},
11873 { "_wxWindowID","_unsigned_int",0},
11874 { "_int","_wxCoord",0},
11875 { "_int","_wxPrintQuality",0},
11876 { "_int","_time_t",0},
11877 { "_int","_size_t",0},
11878 { "_int","_EBool",0},
11879 { "_int","_uint",0},
11880 { "_int","_wxWindowID",0},
11881 { "_int","_unsigned_int",0},
11882 { "_int","_signed_int",0},
11883 { "_time_t","_wxCoord",0},
11884 { "_time_t","_wxPrintQuality",0},
11885 { "_time_t","_unsigned_int",0},
11886 { "_time_t","_int",0},
11887 { "_time_t","_wxWindowID",0},
11888 { "_time_t","_uint",0},
11889 { "_time_t","_size_t",0},
11890 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
11891 { "_wxCoord","_int",0},
11892 { "_wxCoord","_signed_int",0},
11893 { "_wxCoord","_unsigned_int",0},
11894 { "_wxCoord","_wxWindowID",0},
11895 { "_wxCoord","_uint",0},
11896 { "_wxCoord","_EBool",0},
11897 { "_wxCoord","_size_t",0},
11898 { "_wxCoord","_time_t",0},
11899 { "_wxCoord","_wxPrintQuality",0},
11900 { "_wxEvtHandler","_wxToggleButton",SwigwxToggleButtonTowxEvtHandler
},
11901 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler
},
11902 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
11903 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
11904 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
11905 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
11906 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
11907 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
11908 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
11909 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
11910 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
11911 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
11912 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
11913 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
11914 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
11915 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
11916 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
11917 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
11918 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
11919 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
11920 { "_wxEvtHandler","_wxControlWithItems",SwigwxControlWithItemsTowxEvtHandler
},
11921 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
11922 { "_wxWindow","_wxToggleButton",SwigwxToggleButtonTowxWindow
},
11923 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow
},
11924 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
11925 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
11926 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
11927 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
11928 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
11929 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
11930 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
11931 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
11932 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
11933 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
11934 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
11935 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
11936 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
11937 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
11938 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
11939 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
11940 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
11941 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
11942 { "_wxWindow","_wxControlWithItems",SwigwxControlWithItemsTowxWindow
},
11943 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
11946 static PyObject
*SWIG_globals
;
11950 SWIGEXPORT(void) initcontrolsc() {
11952 SWIG_globals
= SWIG_newvarlink();
11953 m
= Py_InitModule("controlsc", controlscMethods
);
11954 d
= PyModule_GetDict(m
);
11955 PyDict_SetItemString(d
,"cvar", SWIG_globals
);
11956 SWIG_addvarlink(SWIG_globals
,"wxDefaultValidator",_wrap_wxDefaultValidator_get
, _wrap_wxDefaultValidator_set
);
11957 PyDict_SetItemString(d
,"wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_TOGGLEBUTTON_CLICKED
));
11960 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
11961 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);