2 * FILE : src/mac/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 */
26 /* Definitions for Windows/Unix exporting */
27 #if defined(__WIN32__)
28 # if defined(_MSC_VER)
29 # define SWIGEXPORT(a) __declspec(dllexport) a
31 # if defined(__BORLANDC__)
32 # define SWIGEXPORT(a) a _export
34 # define SWIGEXPORT(a) a
38 # define SWIGEXPORT(a) a
44 extern void SWIG_MakePtr(char *, void *, char *);
45 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
46 extern char *SWIG_GetPtr(char *, void **, char *);
47 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
48 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
49 extern PyObject
*SWIG_newvarlink(void);
53 #define SWIG_init initcontrolsc
55 #define SWIG_name "controlsc"
58 #include <wx/slider.h>
59 #include <wx/spinbutt.h>
60 #include <wx/spinctrl.h>
61 #include <wx/dynarray.h>
62 #include <wx/statline.h>
63 #include <wx/tglbtn.h>
67 #include <wx/checklst.h>
72 #include <wx/checklst.h>
76 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
82 } else if (target
== Py_None
) {
86 if (!PyTuple_Check(target
)) {
88 target
= PyTuple_New(1);
89 PyTuple_SetItem(target
, 0, o2
);
92 PyTuple_SetItem(o3
, 0, o
);
95 target
= PySequence_Concat(o2
, o3
);
102 //#define DECLARE_DEF_STRING(name) static wxString* wxPy##name
104 // Put some wx default wxChar* values into wxStrings.
105 DECLARE_DEF_STRING(ControlNameStr
);
106 DECLARE_DEF_STRING(ButtonNameStr
);
107 DECLARE_DEF_STRING(CheckBoxNameStr
);
108 DECLARE_DEF_STRING(ChoiceNameStr
);
109 DECLARE_DEF_STRING(ComboBoxNameStr
);
110 DECLARE_DEF_STRING(GaugeNameStr
);
111 DECLARE_DEF_STRING(StaticBoxNameStr
);
112 DECLARE_DEF_STRING(StaticTextNameStr
);
113 DECLARE_DEF_STRING(ListBoxNameStr
);
114 DECLARE_DEF_STRING(TextCtrlNameStr
);
115 DECLARE_DEF_STRING(ScrollBarNameStr
);
116 DECLARE_DEF_STRING(SPIN_BUTTON_NAME
);
117 DECLARE_DEF_STRING(StaticBitmapNameStr
);
118 DECLARE_DEF_STRING(RadioBoxNameStr
);
119 DECLARE_DEF_STRING(RadioButtonNameStr
);
120 DECLARE_DEF_STRING(SliderNameStr
);
122 wxChar
* wxSpinCtrlNameStr
= _T("wxSpinCtrl");
123 DECLARE_DEF_STRING(SpinCtrlNameStr
);
125 static const wxString
wxPyEmptyString(wxT(""));
129 static int _wrap_wxDefaultValidator_set(PyObject
*val
) {
131 PyErr_SetString(PyExc_TypeError
,"Variable wxDefaultValidator is read-only.");
135 static PyObject
*_wrap_wxDefaultValidator_get() {
139 SWIG_MakePtr(ptemp
,(char *) &wxDefaultValidator
,"_wxValidator_p");
140 pyobj
= PyString_FromString(ptemp
);
144 static void *SwigwxControlTowxWindow(void *ptr
) {
147 src
= (wxControl
*) ptr
;
148 dest
= (wxWindow
*) src
;
149 return (void *) dest
;
152 static void *SwigwxControlTowxEvtHandler(void *ptr
) {
155 src
= (wxControl
*) ptr
;
156 dest
= (wxEvtHandler
*) src
;
157 return (void *) dest
;
160 static void *SwigwxControlTowxObject(void *ptr
) {
163 src
= (wxControl
*) ptr
;
164 dest
= (wxObject
*) src
;
165 return (void *) dest
;
168 #define new_wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
169 static PyObject
*_wrap_new_wxControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
170 PyObject
* _resultobj
;
174 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
175 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
176 long _arg4
= (long ) 0;
177 wxValidator
* _arg5
= (wxValidator
*) &wxDefaultValidator
;
178 wxString
* _arg6
= (wxString
*) &wxPyControlNameStr
;
179 PyObject
* _argo0
= 0;
181 PyObject
* _obj2
= 0;
183 PyObject
* _obj3
= 0;
184 PyObject
* _argo5
= 0;
185 PyObject
* _obj6
= 0;
186 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
190 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOlOO:new_wxControl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_obj6
))
193 if (_argo0
== Py_None
) { _arg0
= NULL
; }
194 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
195 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxControl. Expected _wxWindow_p.");
202 if (! wxPoint_helper(_obj2
, &_arg2
))
208 if (! wxSize_helper(_obj3
, &_arg3
))
212 if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
213 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxControl. Expected _wxValidator_p.");
219 _arg6
= wxString_in_helper(_obj6
);
224 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
225 _result
= (wxControl
*)new_wxControl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,*_arg6
);
227 wxPyEndAllowThreads(__tstate
);
228 if (PyErr_Occurred()) return NULL
;
230 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxControl_p");
231 _resultobj
= Py_BuildValue("s",_ptemp
);
234 _resultobj
= Py_None
;
243 #define new_wxPreControl() (new wxControl())
244 static PyObject
*_wrap_new_wxPreControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
245 PyObject
* _resultobj
;
247 char *_kwnames
[] = { NULL
};
251 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreControl",_kwnames
))
254 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
255 _result
= (wxControl
*)new_wxPreControl();
257 wxPyEndAllowThreads(__tstate
);
258 if (PyErr_Occurred()) return NULL
;
260 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxControl_p");
261 _resultobj
= Py_BuildValue("s",_ptemp
);
264 _resultobj
= Py_None
;
269 #define wxControl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
270 static PyObject
*_wrap_wxControl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
271 PyObject
* _resultobj
;
276 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
277 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
278 long _arg5
= (long ) 0;
279 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
280 wxString
* _arg7
= (wxString
*) &wxPyControlNameStr
;
281 PyObject
* _argo0
= 0;
282 PyObject
* _argo1
= 0;
284 PyObject
* _obj3
= 0;
286 PyObject
* _obj4
= 0;
287 PyObject
* _argo6
= 0;
288 PyObject
* _obj7
= 0;
289 char *_kwnames
[] = { "self","parent","id","pos","size","style","validator","name", NULL
};
292 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOlOO:wxControl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
295 if (_argo0
== Py_None
) { _arg0
= NULL
; }
296 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
297 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_Create. Expected _wxControl_p.");
302 if (_argo1
== Py_None
) { _arg1
= NULL
; }
303 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
304 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxControl_Create. Expected _wxWindow_p.");
311 if (! wxPoint_helper(_obj3
, &_arg3
))
317 if (! wxSize_helper(_obj4
, &_arg4
))
321 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
322 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxControl_Create. Expected _wxValidator_p.");
328 _arg7
= wxString_in_helper(_obj7
);
333 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
334 _result
= (bool )wxControl_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
336 wxPyEndAllowThreads(__tstate
);
337 if (PyErr_Occurred()) return NULL
;
338 } _resultobj
= Py_BuildValue("i",_result
);
346 #define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
347 static PyObject
*_wrap_wxControl_Command(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
348 PyObject
* _resultobj
;
350 wxCommandEvent
* _arg1
;
351 PyObject
* _argo0
= 0;
352 PyObject
* _argo1
= 0;
353 char *_kwnames
[] = { "self","event", NULL
};
356 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_Command",_kwnames
,&_argo0
,&_argo1
))
359 if (_argo0
== Py_None
) { _arg0
= NULL
; }
360 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
361 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
366 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxCommandEvent_p")) {
367 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
372 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
373 wxControl_Command(_arg0
,*_arg1
);
375 wxPyEndAllowThreads(__tstate
);
376 if (PyErr_Occurred()) return NULL
;
377 } Py_INCREF(Py_None
);
378 _resultobj
= Py_None
;
382 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
383 static PyObject
*_wrap_wxControl_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
384 PyObject
* _resultobj
;
387 PyObject
* _argo0
= 0;
388 char *_kwnames
[] = { "self", NULL
};
391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControl_GetLabel",_kwnames
,&_argo0
))
394 if (_argo0
== Py_None
) { _arg0
= NULL
; }
395 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
396 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
401 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
402 _result
= new wxString (wxControl_GetLabel(_arg0
));
404 wxPyEndAllowThreads(__tstate
);
405 if (PyErr_Occurred()) return NULL
;
408 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
410 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
419 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
420 static PyObject
*_wrap_wxControl_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
421 PyObject
* _resultobj
;
424 PyObject
* _argo0
= 0;
425 PyObject
* _obj1
= 0;
426 char *_kwnames
[] = { "self","label", NULL
};
429 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_SetLabel",_kwnames
,&_argo0
,&_obj1
))
432 if (_argo0
== Py_None
) { _arg0
= NULL
; }
433 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
434 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
439 _arg1
= wxString_in_helper(_obj1
);
444 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
445 wxControl_SetLabel(_arg0
,*_arg1
);
447 wxPyEndAllowThreads(__tstate
);
448 if (PyErr_Occurred()) return NULL
;
449 } Py_INCREF(Py_None
);
450 _resultobj
= Py_None
;
458 static void *SwigwxControlWithItemsTowxControl(void *ptr
) {
459 wxControlWithItems
*src
;
461 src
= (wxControlWithItems
*) ptr
;
462 dest
= (wxControl
*) src
;
463 return (void *) dest
;
466 static void *SwigwxControlWithItemsTowxWindow(void *ptr
) {
467 wxControlWithItems
*src
;
469 src
= (wxControlWithItems
*) ptr
;
470 dest
= (wxWindow
*) src
;
471 return (void *) dest
;
474 static void *SwigwxControlWithItemsTowxEvtHandler(void *ptr
) {
475 wxControlWithItems
*src
;
477 src
= (wxControlWithItems
*) ptr
;
478 dest
= (wxEvtHandler
*) src
;
479 return (void *) dest
;
482 static void *SwigwxControlWithItemsTowxObject(void *ptr
) {
483 wxControlWithItems
*src
;
485 src
= (wxControlWithItems
*) ptr
;
486 dest
= (wxObject
*) src
;
487 return (void *) dest
;
490 #define wxControlWithItems_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
491 static PyObject
*_wrap_wxControlWithItems_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
492 PyObject
* _resultobj
;
493 wxControlWithItems
* _arg0
;
495 PyObject
* _argo0
= 0;
496 char *_kwnames
[] = { "self","n", NULL
};
499 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_Delete",_kwnames
,&_argo0
,&_arg1
))
502 if (_argo0
== Py_None
) { _arg0
= NULL
; }
503 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
504 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_Delete. Expected _wxControlWithItems_p.");
509 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
510 wxControlWithItems_Delete(_arg0
,_arg1
);
512 wxPyEndAllowThreads(__tstate
);
513 if (PyErr_Occurred()) return NULL
;
514 } Py_INCREF(Py_None
);
515 _resultobj
= Py_None
;
519 #define wxControlWithItems_GetCount(_swigobj) (_swigobj->GetCount())
520 static PyObject
*_wrap_wxControlWithItems_GetCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
521 PyObject
* _resultobj
;
523 wxControlWithItems
* _arg0
;
524 PyObject
* _argo0
= 0;
525 char *_kwnames
[] = { "self", NULL
};
528 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControlWithItems_GetCount",_kwnames
,&_argo0
))
531 if (_argo0
== Py_None
) { _arg0
= NULL
; }
532 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
533 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetCount. Expected _wxControlWithItems_p.");
538 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
539 _result
= (int )wxControlWithItems_GetCount(_arg0
);
541 wxPyEndAllowThreads(__tstate
);
542 if (PyErr_Occurred()) return NULL
;
543 } _resultobj
= Py_BuildValue("i",_result
);
547 #define wxControlWithItems_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
548 static PyObject
*_wrap_wxControlWithItems_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
549 PyObject
* _resultobj
;
551 wxControlWithItems
* _arg0
;
553 PyObject
* _argo0
= 0;
554 char *_kwnames
[] = { "self","n", NULL
};
557 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_GetString",_kwnames
,&_argo0
,&_arg1
))
560 if (_argo0
== Py_None
) { _arg0
= NULL
; }
561 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
562 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetString. Expected _wxControlWithItems_p.");
567 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
568 _result
= new wxString (wxControlWithItems_GetString(_arg0
,_arg1
));
570 wxPyEndAllowThreads(__tstate
);
571 if (PyErr_Occurred()) return NULL
;
574 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
576 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
585 #define wxControlWithItems_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
586 static PyObject
*_wrap_wxControlWithItems_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
587 PyObject
* _resultobj
;
588 wxControlWithItems
* _arg0
;
591 PyObject
* _argo0
= 0;
592 PyObject
* _obj2
= 0;
593 char *_kwnames
[] = { "self","n","s", NULL
};
596 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxControlWithItems_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
599 if (_argo0
== Py_None
) { _arg0
= NULL
; }
600 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
601 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_SetString. Expected _wxControlWithItems_p.");
606 _arg2
= wxString_in_helper(_obj2
);
611 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
612 wxControlWithItems_SetString(_arg0
,_arg1
,*_arg2
);
614 wxPyEndAllowThreads(__tstate
);
615 if (PyErr_Occurred()) return NULL
;
616 } Py_INCREF(Py_None
);
617 _resultobj
= Py_None
;
625 #define wxControlWithItems_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
626 static PyObject
*_wrap_wxControlWithItems_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
627 PyObject
* _resultobj
;
629 wxControlWithItems
* _arg0
;
631 PyObject
* _argo0
= 0;
632 PyObject
* _obj1
= 0;
633 char *_kwnames
[] = { "self","s", NULL
};
636 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControlWithItems_FindString",_kwnames
,&_argo0
,&_obj1
))
639 if (_argo0
== Py_None
) { _arg0
= NULL
; }
640 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
641 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_FindString. Expected _wxControlWithItems_p.");
646 _arg1
= wxString_in_helper(_obj1
);
651 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
652 _result
= (int )wxControlWithItems_FindString(_arg0
,*_arg1
);
654 wxPyEndAllowThreads(__tstate
);
655 if (PyErr_Occurred()) return NULL
;
656 } _resultobj
= Py_BuildValue("i",_result
);
664 #define wxControlWithItems_Select(_swigobj,_swigarg0) (_swigobj->Select(_swigarg0))
665 static PyObject
*_wrap_wxControlWithItems_Select(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
666 PyObject
* _resultobj
;
667 wxControlWithItems
* _arg0
;
669 PyObject
* _argo0
= 0;
670 char *_kwnames
[] = { "self","n", NULL
};
673 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_Select",_kwnames
,&_argo0
,&_arg1
))
676 if (_argo0
== Py_None
) { _arg0
= NULL
; }
677 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
678 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_Select. Expected _wxControlWithItems_p.");
683 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
684 wxControlWithItems_Select(_arg0
,_arg1
);
686 wxPyEndAllowThreads(__tstate
);
687 if (PyErr_Occurred()) return NULL
;
688 } Py_INCREF(Py_None
);
689 _resultobj
= Py_None
;
693 #define wxControlWithItems_GetSelection(_swigobj) (_swigobj->GetSelection())
694 static PyObject
*_wrap_wxControlWithItems_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
695 PyObject
* _resultobj
;
697 wxControlWithItems
* _arg0
;
698 PyObject
* _argo0
= 0;
699 char *_kwnames
[] = { "self", NULL
};
702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControlWithItems_GetSelection",_kwnames
,&_argo0
))
705 if (_argo0
== Py_None
) { _arg0
= NULL
; }
706 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
707 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetSelection. Expected _wxControlWithItems_p.");
712 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
713 _result
= (int )wxControlWithItems_GetSelection(_arg0
);
715 wxPyEndAllowThreads(__tstate
);
716 if (PyErr_Occurred()) return NULL
;
717 } _resultobj
= Py_BuildValue("i",_result
);
721 #define wxControlWithItems_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
722 static PyObject
*_wrap_wxControlWithItems_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
723 PyObject
* _resultobj
;
725 wxControlWithItems
* _arg0
;
726 PyObject
* _argo0
= 0;
727 char *_kwnames
[] = { "self", NULL
};
730 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControlWithItems_GetStringSelection",_kwnames
,&_argo0
))
733 if (_argo0
== Py_None
) { _arg0
= NULL
; }
734 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
735 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetStringSelection. Expected _wxControlWithItems_p.");
740 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
741 _result
= new wxString (wxControlWithItems_GetStringSelection(_arg0
));
743 wxPyEndAllowThreads(__tstate
);
744 if (PyErr_Occurred()) return NULL
;
747 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
749 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
758 static void wxControlWithItems_Append(wxControlWithItems
*self
,const wxString
& item
,PyObject
* clientData
) {
760 wxPyClientData
* data
= new wxPyClientData(clientData
);
761 self
->Append(item
, data
);
765 static PyObject
*_wrap_wxControlWithItems_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
766 PyObject
* _resultobj
;
767 wxControlWithItems
* _arg0
;
769 PyObject
* _arg2
= (PyObject
*) NULL
;
770 PyObject
* _argo0
= 0;
771 PyObject
* _obj1
= 0;
772 PyObject
* _obj2
= 0;
773 char *_kwnames
[] = { "self","item","clientData", NULL
};
776 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|O:wxControlWithItems_Append",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
779 if (_argo0
== Py_None
) { _arg0
= NULL
; }
780 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
781 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_Append. Expected _wxControlWithItems_p.");
786 _arg1
= wxString_in_helper(_obj1
);
795 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
796 wxControlWithItems_Append(_arg0
,*_arg1
,_arg2
);
798 wxPyEndAllowThreads(__tstate
);
799 if (PyErr_Occurred()) return NULL
;
800 } Py_INCREF(Py_None
);
801 _resultobj
= Py_None
;
809 static PyObject
* wxControlWithItems_GetClientData(wxControlWithItems
*self
,int n
) {
810 wxPyClientData
* data
= (wxPyClientData
*)self
->GetClientObject(n
);
812 Py_INCREF(data
->m_obj
);
819 static PyObject
*_wrap_wxControlWithItems_GetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
820 PyObject
* _resultobj
;
822 wxControlWithItems
* _arg0
;
824 PyObject
* _argo0
= 0;
825 char *_kwnames
[] = { "self","n", NULL
};
828 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxControlWithItems_GetClientData",_kwnames
,&_argo0
,&_arg1
))
831 if (_argo0
== Py_None
) { _arg0
= NULL
; }
832 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
833 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_GetClientData. Expected _wxControlWithItems_p.");
838 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
839 _result
= (PyObject
*)wxControlWithItems_GetClientData(_arg0
,_arg1
);
841 wxPyEndAllowThreads(__tstate
);
842 if (PyErr_Occurred()) return NULL
;
844 _resultobj
= _result
;
849 static void wxControlWithItems_SetClientData(wxControlWithItems
*self
,int n
,PyObject
* clientData
) {
850 wxPyClientData
* data
= new wxPyClientData(clientData
);
851 self
->SetClientObject(n
, data
);
853 static PyObject
*_wrap_wxControlWithItems_SetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
854 PyObject
* _resultobj
;
855 wxControlWithItems
* _arg0
;
858 PyObject
* _argo0
= 0;
859 PyObject
* _obj2
= 0;
860 char *_kwnames
[] = { "self","n","clientData", NULL
};
863 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxControlWithItems_SetClientData",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
866 if (_argo0
== Py_None
) { _arg0
= NULL
; }
867 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
868 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_SetClientData. Expected _wxControlWithItems_p.");
876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
877 wxControlWithItems_SetClientData(_arg0
,_arg1
,_arg2
);
879 wxPyEndAllowThreads(__tstate
);
880 if (PyErr_Occurred()) return NULL
;
881 } Py_INCREF(Py_None
);
882 _resultobj
= Py_None
;
886 #define wxControlWithItems_AppendItems(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
887 static PyObject
*_wrap_wxControlWithItems_AppendItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
888 PyObject
* _resultobj
;
889 wxControlWithItems
* _arg0
;
890 wxArrayString
* _arg1
;
891 PyObject
* _argo0
= 0;
892 PyObject
* _obj1
= 0;
893 char *_kwnames
[] = { "self","strings", NULL
};
896 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControlWithItems_AppendItems",_kwnames
,&_argo0
,&_obj1
))
899 if (_argo0
== Py_None
) { _arg0
= NULL
; }
900 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControlWithItems_p")) {
901 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControlWithItems_AppendItems. Expected _wxControlWithItems_p.");
906 if (! PySequence_Check(_obj1
)) {
907 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
910 _arg1
= new wxArrayString
;
911 int i
, len
=PySequence_Length(_obj1
);
912 for (i
=0; i
<len
; i
++) {
913 PyObject
* item
= PySequence_GetItem(_obj1
, i
);
915 PyObject
* str
= PyObject_Unicode(item
);
917 PyObject
* str
= PyObject_Str(item
);
919 _arg1
->Add(Py2wxString(str
));
925 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
926 wxControlWithItems_AppendItems(_arg0
,*_arg1
);
928 wxPyEndAllowThreads(__tstate
);
929 if (PyErr_Occurred()) return NULL
;
930 } Py_INCREF(Py_None
);
931 _resultobj
= Py_None
;
939 static void *SwigwxButtonTowxControl(void *ptr
) {
942 src
= (wxButton
*) ptr
;
943 dest
= (wxControl
*) src
;
944 return (void *) dest
;
947 static void *SwigwxButtonTowxWindow(void *ptr
) {
950 src
= (wxButton
*) ptr
;
951 dest
= (wxWindow
*) src
;
952 return (void *) dest
;
955 static void *SwigwxButtonTowxEvtHandler(void *ptr
) {
958 src
= (wxButton
*) ptr
;
959 dest
= (wxEvtHandler
*) src
;
960 return (void *) dest
;
963 static void *SwigwxButtonTowxObject(void *ptr
) {
966 src
= (wxButton
*) ptr
;
967 dest
= (wxObject
*) src
;
968 return (void *) dest
;
971 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
972 static PyObject
*_wrap_new_wxButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
973 PyObject
* _resultobj
;
978 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
979 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
980 long _arg5
= (long ) 0;
981 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
982 wxString
* _arg7
= (wxString
*) &wxPyButtonNameStr
;
983 PyObject
* _argo0
= 0;
984 PyObject
* _obj2
= 0;
986 PyObject
* _obj3
= 0;
988 PyObject
* _obj4
= 0;
989 PyObject
* _argo6
= 0;
990 PyObject
* _obj7
= 0;
991 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
995 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
998 if (_argo0
== Py_None
) { _arg0
= NULL
; }
999 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1000 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
1005 _arg2
= wxString_in_helper(_obj2
);
1012 if (! wxPoint_helper(_obj3
, &_arg3
))
1018 if (! wxSize_helper(_obj4
, &_arg4
))
1022 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
1023 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
1029 _arg7
= wxString_in_helper(_obj7
);
1034 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1035 _result
= (wxButton
*)new_wxButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
1037 wxPyEndAllowThreads(__tstate
);
1038 if (PyErr_Occurred()) return NULL
;
1040 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
1041 _resultobj
= Py_BuildValue("s",_ptemp
);
1044 _resultobj
= Py_None
;
1057 #define new_wxPreButton() (new wxButton())
1058 static PyObject
*_wrap_new_wxPreButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1059 PyObject
* _resultobj
;
1061 char *_kwnames
[] = { NULL
};
1065 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreButton",_kwnames
))
1068 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1069 _result
= (wxButton
*)new_wxPreButton();
1071 wxPyEndAllowThreads(__tstate
);
1072 if (PyErr_Occurred()) return NULL
;
1074 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
1075 _resultobj
= Py_BuildValue("s",_ptemp
);
1078 _resultobj
= Py_None
;
1083 #define wxButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1084 static PyObject
*_wrap_wxButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1085 PyObject
* _resultobj
;
1091 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
1092 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
1093 long _arg6
= (long ) 0;
1094 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
1095 wxString
* _arg8
= (wxString
*) &wxPyButtonNameStr
;
1096 PyObject
* _argo0
= 0;
1097 PyObject
* _argo1
= 0;
1098 PyObject
* _obj3
= 0;
1100 PyObject
* _obj4
= 0;
1102 PyObject
* _obj5
= 0;
1103 PyObject
* _argo7
= 0;
1104 PyObject
* _obj8
= 0;
1105 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
1108 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
1111 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1112 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1113 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_Create. Expected _wxButton_p.");
1118 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1119 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
1120 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxButton_Create. Expected _wxWindow_p.");
1125 _arg3
= wxString_in_helper(_obj3
);
1132 if (! wxPoint_helper(_obj4
, &_arg4
))
1138 if (! wxSize_helper(_obj5
, &_arg5
))
1142 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
1143 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxButton_Create. Expected _wxValidator_p.");
1149 _arg8
= wxString_in_helper(_obj8
);
1154 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1155 _result
= (bool )wxButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
1157 wxPyEndAllowThreads(__tstate
);
1158 if (PyErr_Occurred()) return NULL
;
1159 } _resultobj
= Py_BuildValue("i",_result
);
1171 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
1172 static PyObject
*_wrap_wxButton_SetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1173 PyObject
* _resultobj
;
1175 PyObject
* _argo0
= 0;
1176 char *_kwnames
[] = { "self", NULL
};
1179 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxButton_SetDefault",_kwnames
,&_argo0
))
1182 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1183 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1184 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
1189 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1190 wxButton_SetDefault(_arg0
);
1192 wxPyEndAllowThreads(__tstate
);
1193 if (PyErr_Occurred()) return NULL
;
1194 } Py_INCREF(Py_None
);
1195 _resultobj
= Py_None
;
1199 #define wxButton_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
1200 static PyObject
*_wrap_wxButton_SetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1201 PyObject
* _resultobj
;
1204 PyObject
* _argo0
= 0;
1206 PyObject
* _obj1
= 0;
1207 char *_kwnames
[] = { "self","colour", NULL
};
1210 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxButton_SetBackgroundColour",_kwnames
,&_argo0
,&_obj1
))
1213 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1214 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1215 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetBackgroundColour. Expected _wxButton_p.");
1221 if (! wxColour_helper(_obj1
, &_arg1
))
1225 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1226 wxButton_SetBackgroundColour(_arg0
,*_arg1
);
1228 wxPyEndAllowThreads(__tstate
);
1229 if (PyErr_Occurred()) return NULL
;
1230 } Py_INCREF(Py_None
);
1231 _resultobj
= Py_None
;
1235 #define wxButton_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0))
1236 static PyObject
*_wrap_wxButton_SetForegroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1237 PyObject
* _resultobj
;
1240 PyObject
* _argo0
= 0;
1242 PyObject
* _obj1
= 0;
1243 char *_kwnames
[] = { "self","colour", NULL
};
1246 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxButton_SetForegroundColour",_kwnames
,&_argo0
,&_obj1
))
1249 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1250 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1251 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetForegroundColour. Expected _wxButton_p.");
1257 if (! wxColour_helper(_obj1
, &_arg1
))
1261 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1262 wxButton_SetForegroundColour(_arg0
,*_arg1
);
1264 wxPyEndAllowThreads(__tstate
);
1265 if (PyErr_Occurred()) return NULL
;
1266 } Py_INCREF(Py_None
);
1267 _resultobj
= Py_None
;
1271 static PyObject
*_wrap_wxButton_GetDefaultSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1272 PyObject
* _resultobj
;
1274 char *_kwnames
[] = { NULL
};
1278 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxButton_GetDefaultSize",_kwnames
))
1281 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1282 _result
= new wxSize (wxButton::GetDefaultSize());
1284 wxPyEndAllowThreads(__tstate
);
1285 if (PyErr_Occurred()) return NULL
;
1286 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
1287 _resultobj
= Py_BuildValue("s",_ptemp
);
1291 static void *SwigwxBitmapButtonTowxButton(void *ptr
) {
1292 wxBitmapButton
*src
;
1294 src
= (wxBitmapButton
*) ptr
;
1295 dest
= (wxButton
*) src
;
1296 return (void *) dest
;
1299 static void *SwigwxBitmapButtonTowxControl(void *ptr
) {
1300 wxBitmapButton
*src
;
1302 src
= (wxBitmapButton
*) ptr
;
1303 dest
= (wxControl
*) src
;
1304 return (void *) dest
;
1307 static void *SwigwxBitmapButtonTowxWindow(void *ptr
) {
1308 wxBitmapButton
*src
;
1310 src
= (wxBitmapButton
*) ptr
;
1311 dest
= (wxWindow
*) src
;
1312 return (void *) dest
;
1315 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr
) {
1316 wxBitmapButton
*src
;
1318 src
= (wxBitmapButton
*) ptr
;
1319 dest
= (wxEvtHandler
*) src
;
1320 return (void *) dest
;
1323 static void *SwigwxBitmapButtonTowxObject(void *ptr
) {
1324 wxBitmapButton
*src
;
1326 src
= (wxBitmapButton
*) ptr
;
1327 dest
= (wxObject
*) src
;
1328 return (void *) dest
;
1331 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1332 static PyObject
*_wrap_new_wxBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1333 PyObject
* _resultobj
;
1334 wxBitmapButton
* _result
;
1338 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
1339 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
1340 long _arg5
= (long ) wxBU_AUTODRAW
;
1341 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
1342 wxString
* _arg7
= (wxString
*) &wxPyButtonNameStr
;
1343 PyObject
* _argo0
= 0;
1344 PyObject
* _argo2
= 0;
1346 PyObject
* _obj3
= 0;
1348 PyObject
* _obj4
= 0;
1349 PyObject
* _argo6
= 0;
1350 PyObject
* _obj7
= 0;
1351 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL
};
1355 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxBitmapButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
1358 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1359 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1360 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
1365 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
1366 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
1373 if (! wxPoint_helper(_obj3
, &_arg3
))
1379 if (! wxSize_helper(_obj4
, &_arg4
))
1383 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
1384 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
1390 _arg7
= wxString_in_helper(_obj7
);
1395 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1396 _result
= (wxBitmapButton
*)new_wxBitmapButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
1398 wxPyEndAllowThreads(__tstate
);
1399 if (PyErr_Occurred()) return NULL
;
1401 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
1402 _resultobj
= Py_BuildValue("s",_ptemp
);
1405 _resultobj
= Py_None
;
1414 #define new_wxPreBitmapButton() (new wxBitmapButton())
1415 static PyObject
*_wrap_new_wxPreBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1416 PyObject
* _resultobj
;
1417 wxBitmapButton
* _result
;
1418 char *_kwnames
[] = { NULL
};
1422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreBitmapButton",_kwnames
))
1425 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1426 _result
= (wxBitmapButton
*)new_wxPreBitmapButton();
1428 wxPyEndAllowThreads(__tstate
);
1429 if (PyErr_Occurred()) return NULL
;
1431 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
1432 _resultobj
= Py_BuildValue("s",_ptemp
);
1435 _resultobj
= Py_None
;
1440 #define wxBitmapButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1441 static PyObject
*_wrap_wxBitmapButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1442 PyObject
* _resultobj
;
1444 wxBitmapButton
* _arg0
;
1448 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
1449 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
1450 long _arg6
= (long ) wxBU_AUTODRAW
;
1451 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
1452 wxString
* _arg8
= (wxString
*) &wxPyButtonNameStr
;
1453 PyObject
* _argo0
= 0;
1454 PyObject
* _argo1
= 0;
1455 PyObject
* _argo3
= 0;
1457 PyObject
* _obj4
= 0;
1459 PyObject
* _obj5
= 0;
1460 PyObject
* _argo7
= 0;
1461 PyObject
* _obj8
= 0;
1462 char *_kwnames
[] = { "self","parent","id","bitmap","pos","size","style","validator","name", NULL
};
1465 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxBitmapButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_argo3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
1468 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1469 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1470 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_Create. Expected _wxBitmapButton_p.");
1475 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1476 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
1477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_Create. Expected _wxWindow_p.");
1482 if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxBitmap_p")) {
1483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxBitmapButton_Create. Expected _wxBitmap_p.");
1490 if (! wxPoint_helper(_obj4
, &_arg4
))
1496 if (! wxSize_helper(_obj5
, &_arg5
))
1500 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
1501 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxBitmapButton_Create. Expected _wxValidator_p.");
1507 _arg8
= wxString_in_helper(_obj8
);
1512 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1513 _result
= (bool )wxBitmapButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
1515 wxPyEndAllowThreads(__tstate
);
1516 if (PyErr_Occurred()) return NULL
;
1517 } _resultobj
= Py_BuildValue("i",_result
);
1525 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
1526 static PyObject
*_wrap_wxBitmapButton_GetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1527 PyObject
* _resultobj
;
1529 wxBitmapButton
* _arg0
;
1530 PyObject
* _argo0
= 0;
1531 char *_kwnames
[] = { "self", NULL
};
1535 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapLabel",_kwnames
,&_argo0
))
1538 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1539 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
1545 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1546 _result
= new wxBitmap (wxBitmapButton_GetBitmapLabel(_arg0
));
1548 wxPyEndAllowThreads(__tstate
);
1549 if (PyErr_Occurred()) return NULL
;
1550 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1551 _resultobj
= Py_BuildValue("s",_ptemp
);
1555 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
1556 static PyObject
*_wrap_wxBitmapButton_GetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1557 PyObject
* _resultobj
;
1559 wxBitmapButton
* _arg0
;
1560 PyObject
* _argo0
= 0;
1561 char *_kwnames
[] = { "self", NULL
};
1565 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapDisabled",_kwnames
,&_argo0
))
1568 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1569 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1570 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
1575 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1576 _result
= new wxBitmap (wxBitmapButton_GetBitmapDisabled(_arg0
));
1578 wxPyEndAllowThreads(__tstate
);
1579 if (PyErr_Occurred()) return NULL
;
1580 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1581 _resultobj
= Py_BuildValue("s",_ptemp
);
1585 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
1586 static PyObject
*_wrap_wxBitmapButton_GetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1587 PyObject
* _resultobj
;
1589 wxBitmapButton
* _arg0
;
1590 PyObject
* _argo0
= 0;
1591 char *_kwnames
[] = { "self", NULL
};
1595 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapFocus",_kwnames
,&_argo0
))
1598 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1599 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1600 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
1605 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1606 _result
= new wxBitmap (wxBitmapButton_GetBitmapFocus(_arg0
));
1608 wxPyEndAllowThreads(__tstate
);
1609 if (PyErr_Occurred()) return NULL
;
1610 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1611 _resultobj
= Py_BuildValue("s",_ptemp
);
1615 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
1616 static PyObject
*_wrap_wxBitmapButton_GetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1617 PyObject
* _resultobj
;
1619 wxBitmapButton
* _arg0
;
1620 PyObject
* _argo0
= 0;
1621 char *_kwnames
[] = { "self", NULL
};
1625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapSelected",_kwnames
,&_argo0
))
1628 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1629 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
1635 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1636 _result
= new wxBitmap (wxBitmapButton_GetBitmapSelected(_arg0
));
1638 wxPyEndAllowThreads(__tstate
);
1639 if (PyErr_Occurred()) return NULL
;
1640 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1641 _resultobj
= Py_BuildValue("s",_ptemp
);
1645 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
1646 static PyObject
*_wrap_wxBitmapButton_SetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1647 PyObject
* _resultobj
;
1648 wxBitmapButton
* _arg0
;
1650 PyObject
* _argo0
= 0;
1651 PyObject
* _argo1
= 0;
1652 char *_kwnames
[] = { "self","bitmap", NULL
};
1655 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapDisabled",_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_SetBitmapDisabled. Expected _wxBitmapButton_p.");
1665 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1666 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
1671 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1672 wxBitmapButton_SetBitmapDisabled(_arg0
,*_arg1
);
1674 wxPyEndAllowThreads(__tstate
);
1675 if (PyErr_Occurred()) return NULL
;
1676 } Py_INCREF(Py_None
);
1677 _resultobj
= Py_None
;
1681 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
1682 static PyObject
*_wrap_wxBitmapButton_SetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1683 PyObject
* _resultobj
;
1684 wxBitmapButton
* _arg0
;
1686 PyObject
* _argo0
= 0;
1687 PyObject
* _argo1
= 0;
1688 char *_kwnames
[] = { "self","bitmap", NULL
};
1691 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapFocus",_kwnames
,&_argo0
,&_argo1
))
1694 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1695 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1696 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
1701 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1702 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
1707 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1708 wxBitmapButton_SetBitmapFocus(_arg0
,*_arg1
);
1710 wxPyEndAllowThreads(__tstate
);
1711 if (PyErr_Occurred()) return NULL
;
1712 } Py_INCREF(Py_None
);
1713 _resultobj
= Py_None
;
1717 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
1718 static PyObject
*_wrap_wxBitmapButton_SetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1719 PyObject
* _resultobj
;
1720 wxBitmapButton
* _arg0
;
1722 PyObject
* _argo0
= 0;
1723 PyObject
* _argo1
= 0;
1724 char *_kwnames
[] = { "self","bitmap", NULL
};
1727 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapSelected",_kwnames
,&_argo0
,&_argo1
))
1730 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1731 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1732 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
1737 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1738 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
1743 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1744 wxBitmapButton_SetBitmapSelected(_arg0
,*_arg1
);
1746 wxPyEndAllowThreads(__tstate
);
1747 if (PyErr_Occurred()) return NULL
;
1748 } Py_INCREF(Py_None
);
1749 _resultobj
= Py_None
;
1753 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
1754 static PyObject
*_wrap_wxBitmapButton_SetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1755 PyObject
* _resultobj
;
1756 wxBitmapButton
* _arg0
;
1758 PyObject
* _argo0
= 0;
1759 PyObject
* _argo1
= 0;
1760 char *_kwnames
[] = { "self","bitmap", NULL
};
1763 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapLabel",_kwnames
,&_argo0
,&_argo1
))
1766 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1767 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1768 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
1773 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1774 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
1779 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1780 wxBitmapButton_SetBitmapLabel(_arg0
,*_arg1
);
1782 wxPyEndAllowThreads(__tstate
);
1783 if (PyErr_Occurred()) return NULL
;
1784 } Py_INCREF(Py_None
);
1785 _resultobj
= Py_None
;
1789 #define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
1790 static PyObject
*_wrap_wxBitmapButton_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1791 PyObject
* _resultobj
;
1792 wxBitmapButton
* _arg0
;
1795 PyObject
* _argo0
= 0;
1796 char *_kwnames
[] = { "self","x","y", NULL
};
1799 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxBitmapButton_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1802 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1803 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1804 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
1809 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1810 wxBitmapButton_SetMargins(_arg0
,_arg1
,_arg2
);
1812 wxPyEndAllowThreads(__tstate
);
1813 if (PyErr_Occurred()) return NULL
;
1814 } Py_INCREF(Py_None
);
1815 _resultobj
= Py_None
;
1819 #define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
1820 static PyObject
*_wrap_wxBitmapButton_GetMarginX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1821 PyObject
* _resultobj
;
1823 wxBitmapButton
* _arg0
;
1824 PyObject
* _argo0
= 0;
1825 char *_kwnames
[] = { "self", NULL
};
1828 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginX",_kwnames
,&_argo0
))
1831 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1832 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1833 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
1838 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1839 _result
= (int )wxBitmapButton_GetMarginX(_arg0
);
1841 wxPyEndAllowThreads(__tstate
);
1842 if (PyErr_Occurred()) return NULL
;
1843 } _resultobj
= Py_BuildValue("i",_result
);
1847 #define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
1848 static PyObject
*_wrap_wxBitmapButton_GetMarginY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1849 PyObject
* _resultobj
;
1851 wxBitmapButton
* _arg0
;
1852 PyObject
* _argo0
= 0;
1853 char *_kwnames
[] = { "self", NULL
};
1856 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginY",_kwnames
,&_argo0
))
1859 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1860 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1861 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1866 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1867 _result
= (int )wxBitmapButton_GetMarginY(_arg0
);
1869 wxPyEndAllowThreads(__tstate
);
1870 if (PyErr_Occurred()) return NULL
;
1871 } _resultobj
= Py_BuildValue("i",_result
);
1875 static void *SwigwxCheckBoxTowxControl(void *ptr
) {
1878 src
= (wxCheckBox
*) ptr
;
1879 dest
= (wxControl
*) src
;
1880 return (void *) dest
;
1883 static void *SwigwxCheckBoxTowxWindow(void *ptr
) {
1886 src
= (wxCheckBox
*) ptr
;
1887 dest
= (wxWindow
*) src
;
1888 return (void *) dest
;
1891 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr
) {
1894 src
= (wxCheckBox
*) ptr
;
1895 dest
= (wxEvtHandler
*) src
;
1896 return (void *) dest
;
1899 static void *SwigwxCheckBoxTowxObject(void *ptr
) {
1902 src
= (wxCheckBox
*) ptr
;
1903 dest
= (wxObject
*) src
;
1904 return (void *) dest
;
1907 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1908 static PyObject
*_wrap_new_wxCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1909 PyObject
* _resultobj
;
1910 wxCheckBox
* _result
;
1914 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
1915 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
1916 long _arg5
= (long ) 0;
1917 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
1918 wxString
* _arg7
= (wxString
*) &wxPyCheckBoxNameStr
;
1919 PyObject
* _argo0
= 0;
1920 PyObject
* _obj2
= 0;
1922 PyObject
* _obj3
= 0;
1924 PyObject
* _obj4
= 0;
1925 PyObject
* _argo6
= 0;
1926 PyObject
* _obj7
= 0;
1927 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
1931 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxCheckBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
1934 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1935 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1936 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
1941 _arg2
= wxString_in_helper(_obj2
);
1948 if (! wxPoint_helper(_obj3
, &_arg3
))
1954 if (! wxSize_helper(_obj4
, &_arg4
))
1958 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
1959 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
1965 _arg7
= wxString_in_helper(_obj7
);
1970 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1971 _result
= (wxCheckBox
*)new_wxCheckBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
1973 wxPyEndAllowThreads(__tstate
);
1974 if (PyErr_Occurred()) return NULL
;
1976 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
1977 _resultobj
= Py_BuildValue("s",_ptemp
);
1980 _resultobj
= Py_None
;
1993 #define new_wxPreCheckBox() (new wxCheckBox())
1994 static PyObject
*_wrap_new_wxPreCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1995 PyObject
* _resultobj
;
1996 wxCheckBox
* _result
;
1997 char *_kwnames
[] = { NULL
};
2001 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreCheckBox",_kwnames
))
2004 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2005 _result
= (wxCheckBox
*)new_wxPreCheckBox();
2007 wxPyEndAllowThreads(__tstate
);
2008 if (PyErr_Occurred()) return NULL
;
2010 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
2011 _resultobj
= Py_BuildValue("s",_ptemp
);
2014 _resultobj
= Py_None
;
2019 #define wxCheckBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2020 static PyObject
*_wrap_wxCheckBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2021 PyObject
* _resultobj
;
2027 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
2028 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
2029 long _arg6
= (long ) 0;
2030 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
2031 wxString
* _arg8
= (wxString
*) &wxPyCheckBoxNameStr
;
2032 PyObject
* _argo0
= 0;
2033 PyObject
* _argo1
= 0;
2034 PyObject
* _obj3
= 0;
2036 PyObject
* _obj4
= 0;
2038 PyObject
* _obj5
= 0;
2039 PyObject
* _argo7
= 0;
2040 PyObject
* _obj8
= 0;
2041 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
2044 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxCheckBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
2047 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2048 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2049 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Create. Expected _wxCheckBox_p.");
2054 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2055 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2056 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCheckBox_Create. Expected _wxWindow_p.");
2061 _arg3
= wxString_in_helper(_obj3
);
2068 if (! wxPoint_helper(_obj4
, &_arg4
))
2074 if (! wxSize_helper(_obj5
, &_arg5
))
2078 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2079 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxCheckBox_Create. Expected _wxValidator_p.");
2085 _arg8
= wxString_in_helper(_obj8
);
2090 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2091 _result
= (bool )wxCheckBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
2093 wxPyEndAllowThreads(__tstate
);
2094 if (PyErr_Occurred()) return NULL
;
2095 } _resultobj
= Py_BuildValue("i",_result
);
2107 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
2108 static PyObject
*_wrap_wxCheckBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2109 PyObject
* _resultobj
;
2112 PyObject
* _argo0
= 0;
2113 char *_kwnames
[] = { "self", NULL
};
2116 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_GetValue",_kwnames
,&_argo0
))
2119 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2120 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2121 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
2126 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2127 _result
= (bool )wxCheckBox_GetValue(_arg0
);
2129 wxPyEndAllowThreads(__tstate
);
2130 if (PyErr_Occurred()) return NULL
;
2131 } _resultobj
= Py_BuildValue("i",_result
);
2135 #define wxCheckBox_IsChecked(_swigobj) (_swigobj->IsChecked())
2136 static PyObject
*_wrap_wxCheckBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2137 PyObject
* _resultobj
;
2140 PyObject
* _argo0
= 0;
2141 char *_kwnames
[] = { "self", NULL
};
2144 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_IsChecked",_kwnames
,&_argo0
))
2147 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2148 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2149 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_IsChecked. Expected _wxCheckBox_p.");
2154 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2155 _result
= (bool )wxCheckBox_IsChecked(_arg0
);
2157 wxPyEndAllowThreads(__tstate
);
2158 if (PyErr_Occurred()) return NULL
;
2159 } _resultobj
= Py_BuildValue("i",_result
);
2163 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2164 static PyObject
*_wrap_wxCheckBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2165 PyObject
* _resultobj
;
2168 PyObject
* _argo0
= 0;
2170 char *_kwnames
[] = { "self","state", NULL
};
2173 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_SetValue",_kwnames
,&_argo0
,&tempbool1
))
2176 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2177 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2178 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
2182 _arg1
= (bool ) tempbool1
;
2184 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2185 wxCheckBox_SetValue(_arg0
,_arg1
);
2187 wxPyEndAllowThreads(__tstate
);
2188 if (PyErr_Occurred()) return NULL
;
2189 } Py_INCREF(Py_None
);
2190 _resultobj
= Py_None
;
2194 #define wxCheckBox_Get3StateValue(_swigobj) (_swigobj->Get3StateValue())
2195 static PyObject
*_wrap_wxCheckBox_Get3StateValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2196 PyObject
* _resultobj
;
2197 wxCheckBoxState _result
;
2199 PyObject
* _argo0
= 0;
2200 char *_kwnames
[] = { "self", NULL
};
2203 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_Get3StateValue",_kwnames
,&_argo0
))
2206 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2207 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2208 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Get3StateValue. Expected _wxCheckBox_p.");
2213 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2214 _result
= (wxCheckBoxState
)wxCheckBox_Get3StateValue(_arg0
);
2216 wxPyEndAllowThreads(__tstate
);
2217 if (PyErr_Occurred()) return NULL
;
2218 } _resultobj
= Py_BuildValue("i",_result
);
2222 #define wxCheckBox_Set3StateValue(_swigobj,_swigarg0) (_swigobj->Set3StateValue(_swigarg0))
2223 static PyObject
*_wrap_wxCheckBox_Set3StateValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2224 PyObject
* _resultobj
;
2226 wxCheckBoxState _arg1
;
2227 PyObject
* _argo0
= 0;
2228 char *_kwnames
[] = { "self","state", NULL
};
2231 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_Set3StateValue",_kwnames
,&_argo0
,&_arg1
))
2234 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2235 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2236 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Set3StateValue. Expected _wxCheckBox_p.");
2241 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2242 wxCheckBox_Set3StateValue(_arg0
,_arg1
);
2244 wxPyEndAllowThreads(__tstate
);
2245 if (PyErr_Occurred()) return NULL
;
2246 } Py_INCREF(Py_None
);
2247 _resultobj
= Py_None
;
2251 #define wxCheckBox_Is3State(_swigobj) (_swigobj->Is3State())
2252 static PyObject
*_wrap_wxCheckBox_Is3State(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2253 PyObject
* _resultobj
;
2256 PyObject
* _argo0
= 0;
2257 char *_kwnames
[] = { "self", NULL
};
2260 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_Is3State",_kwnames
,&_argo0
))
2263 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2264 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2265 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Is3State. Expected _wxCheckBox_p.");
2270 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2271 _result
= (bool )wxCheckBox_Is3State(_arg0
);
2273 wxPyEndAllowThreads(__tstate
);
2274 if (PyErr_Occurred()) return NULL
;
2275 } _resultobj
= Py_BuildValue("i",_result
);
2279 #define wxCheckBox_Is3rdStateAllowedForUser(_swigobj) (_swigobj->Is3rdStateAllowedForUser())
2280 static PyObject
*_wrap_wxCheckBox_Is3rdStateAllowedForUser(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2281 PyObject
* _resultobj
;
2284 PyObject
* _argo0
= 0;
2285 char *_kwnames
[] = { "self", NULL
};
2288 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_Is3rdStateAllowedForUser",_kwnames
,&_argo0
))
2291 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2292 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2293 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Is3rdStateAllowedForUser. Expected _wxCheckBox_p.");
2298 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2299 _result
= (bool )wxCheckBox_Is3rdStateAllowedForUser(_arg0
);
2301 wxPyEndAllowThreads(__tstate
);
2302 if (PyErr_Occurred()) return NULL
;
2303 } _resultobj
= Py_BuildValue("i",_result
);
2307 static void *SwigwxChoiceTowxControlWithItems(void *ptr
) {
2309 wxControlWithItems
*dest
;
2310 src
= (wxChoice
*) ptr
;
2311 dest
= (wxControlWithItems
*) src
;
2312 return (void *) dest
;
2315 static void *SwigwxChoiceTowxControl(void *ptr
) {
2318 src
= (wxChoice
*) ptr
;
2319 dest
= (wxControl
*) src
;
2320 return (void *) dest
;
2323 static void *SwigwxChoiceTowxWindow(void *ptr
) {
2326 src
= (wxChoice
*) ptr
;
2327 dest
= (wxWindow
*) src
;
2328 return (void *) dest
;
2331 static void *SwigwxChoiceTowxEvtHandler(void *ptr
) {
2334 src
= (wxChoice
*) ptr
;
2335 dest
= (wxEvtHandler
*) src
;
2336 return (void *) dest
;
2339 static void *SwigwxChoiceTowxObject(void *ptr
) {
2342 src
= (wxChoice
*) ptr
;
2343 dest
= (wxObject
*) src
;
2344 return (void *) dest
;
2347 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2348 static PyObject
*_wrap_new_wxChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2349 PyObject
* _resultobj
;
2353 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
2354 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
2355 int _arg4
= (int ) 0;
2356 wxString
* _arg5
= (wxString
*) NULL
;
2357 long _arg6
= (long ) 0;
2358 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
2359 wxString
* _arg8
= (wxString
*) &wxPyChoiceNameStr
;
2360 PyObject
* _argo0
= 0;
2362 PyObject
* _obj2
= 0;
2364 PyObject
* _obj3
= 0;
2365 PyObject
* _obj5
= 0;
2366 PyObject
* _argo7
= 0;
2367 PyObject
* _obj8
= 0;
2368 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
2372 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxChoice",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
2375 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2376 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2377 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
2384 if (! wxPoint_helper(_obj2
, &_arg2
))
2390 if (! wxSize_helper(_obj3
, &_arg3
))
2395 _arg5
= wxString_LIST_helper(_obj5
);
2396 if (_arg5
== NULL
) {
2401 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2402 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
2408 _arg8
= wxString_in_helper(_obj8
);
2414 _arg4
= PyList_Size(_obj5
);
2421 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2422 _result
= (wxChoice
*)new_wxChoice(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,*_arg8
);
2424 wxPyEndAllowThreads(__tstate
);
2425 if (PyErr_Occurred()) return NULL
;
2427 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
2428 _resultobj
= Py_BuildValue("s",_ptemp
);
2431 _resultobj
= Py_None
;
2443 #define new_wxPreChoice() (new wxChoice())
2444 static PyObject
*_wrap_new_wxPreChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2445 PyObject
* _resultobj
;
2447 char *_kwnames
[] = { NULL
};
2451 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreChoice",_kwnames
))
2454 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2455 _result
= (wxChoice
*)new_wxPreChoice();
2457 wxPyEndAllowThreads(__tstate
);
2458 if (PyErr_Occurred()) return NULL
;
2460 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
2461 _resultobj
= Py_BuildValue("s",_ptemp
);
2464 _resultobj
= Py_None
;
2469 #define wxChoice_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2470 static PyObject
*_wrap_wxChoice_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2471 PyObject
* _resultobj
;
2476 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
2477 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
2478 int _arg5
= (int ) 0;
2479 wxString
* _arg6
= (wxString
*) NULL
;
2480 long _arg7
= (long ) 0;
2481 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
2482 wxString
* _arg9
= (wxString
*) &wxPyChoiceNameStr
;
2483 PyObject
* _argo0
= 0;
2484 PyObject
* _argo1
= 0;
2486 PyObject
* _obj3
= 0;
2488 PyObject
* _obj4
= 0;
2489 PyObject
* _obj6
= 0;
2490 PyObject
* _argo8
= 0;
2491 PyObject
* _obj9
= 0;
2492 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
2495 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxChoice_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
2498 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2499 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2500 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Create. Expected _wxChoice_p.");
2505 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2506 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2507 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxChoice_Create. Expected _wxWindow_p.");
2514 if (! wxPoint_helper(_obj3
, &_arg3
))
2520 if (! wxSize_helper(_obj4
, &_arg4
))
2525 _arg6
= wxString_LIST_helper(_obj6
);
2526 if (_arg6
== NULL
) {
2531 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
2532 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxChoice_Create. Expected _wxValidator_p.");
2538 _arg9
= wxString_in_helper(_obj9
);
2544 _arg5
= PyList_Size(_obj6
);
2551 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2552 _result
= (bool )wxChoice_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
2554 wxPyEndAllowThreads(__tstate
);
2555 if (PyErr_Occurred()) return NULL
;
2556 } _resultobj
= Py_BuildValue("i",_result
);
2567 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
2568 static PyObject
*_wrap_wxChoice_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2569 PyObject
* _resultobj
;
2571 PyObject
* _argo0
= 0;
2572 char *_kwnames
[] = { "self", NULL
};
2575 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Clear",_kwnames
,&_argo0
))
2578 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2579 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2580 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
2585 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2586 wxChoice_Clear(_arg0
);
2588 wxPyEndAllowThreads(__tstate
);
2589 if (PyErr_Occurred()) return NULL
;
2590 } Py_INCREF(Py_None
);
2591 _resultobj
= Py_None
;
2595 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
2596 static PyObject
*_wrap_wxChoice_GetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2597 PyObject
* _resultobj
;
2600 PyObject
* _argo0
= 0;
2601 char *_kwnames
[] = { "self", NULL
};
2604 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetColumns",_kwnames
,&_argo0
))
2607 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2608 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2609 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
2614 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2615 _result
= (int )wxChoice_GetColumns(_arg0
);
2617 wxPyEndAllowThreads(__tstate
);
2618 if (PyErr_Occurred()) return NULL
;
2619 } _resultobj
= Py_BuildValue("i",_result
);
2623 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
2624 static PyObject
*_wrap_wxChoice_SetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2625 PyObject
* _resultobj
;
2627 int _arg1
= (int ) 1;
2628 PyObject
* _argo0
= 0;
2629 char *_kwnames
[] = { "self","n", NULL
};
2632 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|i:wxChoice_SetColumns",_kwnames
,&_argo0
,&_arg1
))
2635 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2636 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2637 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
2642 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2643 wxChoice_SetColumns(_arg0
,_arg1
);
2645 wxPyEndAllowThreads(__tstate
);
2646 if (PyErr_Occurred()) return NULL
;
2647 } Py_INCREF(Py_None
);
2648 _resultobj
= Py_None
;
2652 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2653 static PyObject
*_wrap_wxChoice_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2654 PyObject
* _resultobj
;
2657 PyObject
* _argo0
= 0;
2658 char *_kwnames
[] = { "self","n", NULL
};
2661 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_SetSelection",_kwnames
,&_argo0
,&_arg1
))
2664 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2665 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2666 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
2671 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2672 wxChoice_SetSelection(_arg0
,_arg1
);
2674 wxPyEndAllowThreads(__tstate
);
2675 if (PyErr_Occurred()) return NULL
;
2676 } Py_INCREF(Py_None
);
2677 _resultobj
= Py_None
;
2681 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
2682 static PyObject
*_wrap_wxChoice_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2683 PyObject
* _resultobj
;
2686 PyObject
* _argo0
= 0;
2687 PyObject
* _obj1
= 0;
2688 char *_kwnames
[] = { "self","string", NULL
};
2691 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
2694 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2695 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2696 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
2701 _arg1
= wxString_in_helper(_obj1
);
2706 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2707 wxChoice_SetStringSelection(_arg0
,*_arg1
);
2709 wxPyEndAllowThreads(__tstate
);
2710 if (PyErr_Occurred()) return NULL
;
2711 } Py_INCREF(Py_None
);
2712 _resultobj
= Py_None
;
2720 #define wxChoice_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
2721 static PyObject
*_wrap_wxChoice_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2722 PyObject
* _resultobj
;
2726 PyObject
* _argo0
= 0;
2727 PyObject
* _obj2
= 0;
2728 char *_kwnames
[] = { "self","n","s", NULL
};
2731 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxChoice_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2734 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2735 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2736 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetString. Expected _wxChoice_p.");
2741 _arg2
= wxString_in_helper(_obj2
);
2746 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2747 wxChoice_SetString(_arg0
,_arg1
,*_arg2
);
2749 wxPyEndAllowThreads(__tstate
);
2750 if (PyErr_Occurred()) return NULL
;
2751 } Py_INCREF(Py_None
);
2752 _resultobj
= Py_None
;
2760 static void *SwigwxComboBoxTowxControl(void *ptr
) {
2763 src
= (wxComboBox
*) ptr
;
2764 dest
= (wxControl
*) src
;
2765 return (void *) dest
;
2768 static void *SwigwxComboBoxTowxWindow(void *ptr
) {
2771 src
= (wxComboBox
*) ptr
;
2772 dest
= (wxWindow
*) src
;
2773 return (void *) dest
;
2776 static void *SwigwxComboBoxTowxEvtHandler(void *ptr
) {
2779 src
= (wxComboBox
*) ptr
;
2780 dest
= (wxEvtHandler
*) src
;
2781 return (void *) dest
;
2784 static void *SwigwxComboBoxTowxObject(void *ptr
) {
2787 src
= (wxComboBox
*) ptr
;
2788 dest
= (wxObject
*) src
;
2789 return (void *) dest
;
2792 #define new_wxComboBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxComboBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
2793 static PyObject
*_wrap_new_wxComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2794 PyObject
* _resultobj
;
2795 wxComboBox
* _result
;
2798 wxString
* _arg2
= (wxString
*) &wxPyEmptyString
;
2799 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
2800 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
2801 int _arg5
= (int ) 0;
2802 wxString
* _arg6
= (wxString
*) NULL
;
2803 long _arg7
= (long ) 0;
2804 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
2805 wxString
* _arg9
= (wxString
*) &wxPyComboBoxNameStr
;
2806 PyObject
* _argo0
= 0;
2807 PyObject
* _obj2
= 0;
2809 PyObject
* _obj3
= 0;
2811 PyObject
* _obj4
= 0;
2812 PyObject
* _obj6
= 0;
2813 PyObject
* _argo8
= 0;
2814 PyObject
* _obj9
= 0;
2815 char *_kwnames
[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL
};
2819 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOOlOO:new_wxComboBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
2822 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2823 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2824 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
2830 _arg2
= wxString_in_helper(_obj2
);
2837 if (! wxPoint_helper(_obj3
, &_arg3
))
2843 if (! wxSize_helper(_obj4
, &_arg4
))
2848 _arg6
= wxString_LIST_helper(_obj6
);
2849 if (_arg6
== NULL
) {
2854 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
2855 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
2861 _arg9
= wxString_in_helper(_obj9
);
2867 _arg5
= PyList_Size(_obj6
);
2874 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2875 _result
= (wxComboBox
*)new_wxComboBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
2877 wxPyEndAllowThreads(__tstate
);
2878 if (PyErr_Occurred()) return NULL
;
2880 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
2881 _resultobj
= Py_BuildValue("s",_ptemp
);
2884 _resultobj
= Py_None
;
2900 #define new_wxPreComboBox() (new wxComboBox())
2901 static PyObject
*_wrap_new_wxPreComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2902 PyObject
* _resultobj
;
2903 wxComboBox
* _result
;
2904 char *_kwnames
[] = { NULL
};
2908 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreComboBox",_kwnames
))
2911 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2912 _result
= (wxComboBox
*)new_wxPreComboBox();
2914 wxPyEndAllowThreads(__tstate
);
2915 if (PyErr_Occurred()) return NULL
;
2917 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
2918 _resultobj
= Py_BuildValue("s",_ptemp
);
2921 _resultobj
= Py_None
;
2926 #define wxComboBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
2927 static PyObject
*_wrap_wxComboBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2928 PyObject
* _resultobj
;
2933 wxString
* _arg3
= (wxString
*) &wxPyEmptyString
;
2934 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
2935 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
2936 int _arg6
= (int ) 0;
2937 wxString
* _arg7
= (wxString
*) NULL
;
2938 long _arg8
= (long ) 0;
2939 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
2940 wxString
* _arg10
= (wxString
*) &wxPyComboBoxNameStr
;
2941 PyObject
* _argo0
= 0;
2942 PyObject
* _argo1
= 0;
2943 PyObject
* _obj3
= 0;
2945 PyObject
* _obj4
= 0;
2947 PyObject
* _obj5
= 0;
2948 PyObject
* _obj7
= 0;
2949 PyObject
* _argo9
= 0;
2950 PyObject
* _obj10
= 0;
2951 char *_kwnames
[] = { "self","parent","id","value","pos","size","choices","style","validator","name", NULL
};
2954 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOOlOO:wxComboBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_obj7
,&_arg8
,&_argo9
,&_obj10
))
2957 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2958 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2959 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Create. Expected _wxComboBox_p.");
2964 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2965 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2966 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxComboBox_Create. Expected _wxWindow_p.");
2972 _arg3
= wxString_in_helper(_obj3
);
2979 if (! wxPoint_helper(_obj4
, &_arg4
))
2985 if (! wxSize_helper(_obj5
, &_arg5
))
2990 _arg7
= wxString_LIST_helper(_obj7
);
2991 if (_arg7
== NULL
) {
2996 if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
2997 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of wxComboBox_Create. Expected _wxValidator_p.");
3003 _arg10
= wxString_in_helper(_obj10
);
3009 _arg6
= PyList_Size(_obj7
);
3016 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3017 _result
= (bool )wxComboBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,*_arg10
);
3019 wxPyEndAllowThreads(__tstate
);
3020 if (PyErr_Occurred()) return NULL
;
3021 } _resultobj
= Py_BuildValue("i",_result
);
3036 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
3037 static PyObject
*_wrap_wxComboBox_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3038 PyObject
* _resultobj
;
3040 PyObject
* _argo0
= 0;
3041 char *_kwnames
[] = { "self", NULL
};
3044 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Copy",_kwnames
,&_argo0
))
3047 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3048 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3049 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
3054 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3055 wxComboBox_Copy(_arg0
);
3057 wxPyEndAllowThreads(__tstate
);
3058 if (PyErr_Occurred()) return NULL
;
3059 } Py_INCREF(Py_None
);
3060 _resultobj
= Py_None
;
3064 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
3065 static PyObject
*_wrap_wxComboBox_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3066 PyObject
* _resultobj
;
3068 PyObject
* _argo0
= 0;
3069 char *_kwnames
[] = { "self", NULL
};
3072 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Cut",_kwnames
,&_argo0
))
3075 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3076 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3077 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
3082 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3083 wxComboBox_Cut(_arg0
);
3085 wxPyEndAllowThreads(__tstate
);
3086 if (PyErr_Occurred()) return NULL
;
3087 } Py_INCREF(Py_None
);
3088 _resultobj
= Py_None
;
3092 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3093 static PyObject
*_wrap_wxComboBox_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3094 PyObject
* _resultobj
;
3097 PyObject
* _argo0
= 0;
3098 char *_kwnames
[] = { "self", NULL
};
3101 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetInsertionPoint",_kwnames
,&_argo0
))
3104 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3105 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3106 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
3111 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3112 _result
= (long )wxComboBox_GetInsertionPoint(_arg0
);
3114 wxPyEndAllowThreads(__tstate
);
3115 if (PyErr_Occurred()) return NULL
;
3116 } _resultobj
= Py_BuildValue("l",_result
);
3120 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3121 static PyObject
*_wrap_wxComboBox_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3122 PyObject
* _resultobj
;
3125 PyObject
* _argo0
= 0;
3126 char *_kwnames
[] = { "self", NULL
};
3129 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetLastPosition",_kwnames
,&_argo0
))
3132 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3133 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3134 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
3139 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3140 _result
= (long )wxComboBox_GetLastPosition(_arg0
);
3142 wxPyEndAllowThreads(__tstate
);
3143 if (PyErr_Occurred()) return NULL
;
3144 } _resultobj
= Py_BuildValue("l",_result
);
3148 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
3149 static PyObject
*_wrap_wxComboBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3150 PyObject
* _resultobj
;
3153 PyObject
* _argo0
= 0;
3154 char *_kwnames
[] = { "self", NULL
};
3157 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetValue",_kwnames
,&_argo0
))
3160 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3161 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3162 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
3167 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3168 _result
= new wxString (wxComboBox_GetValue(_arg0
));
3170 wxPyEndAllowThreads(__tstate
);
3171 if (PyErr_Occurred()) return NULL
;
3174 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
3176 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3185 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
3186 static PyObject
*_wrap_wxComboBox_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3187 PyObject
* _resultobj
;
3189 PyObject
* _argo0
= 0;
3190 char *_kwnames
[] = { "self", NULL
};
3193 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Paste",_kwnames
,&_argo0
))
3196 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3197 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3198 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
3203 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3204 wxComboBox_Paste(_arg0
);
3206 wxPyEndAllowThreads(__tstate
);
3207 if (PyErr_Occurred()) return NULL
;
3208 } Py_INCREF(Py_None
);
3209 _resultobj
= Py_None
;
3213 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
3214 static PyObject
*_wrap_wxComboBox_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3215 PyObject
* _resultobj
;
3220 PyObject
* _argo0
= 0;
3221 PyObject
* _obj3
= 0;
3222 char *_kwnames
[] = { "self","from","to","text", NULL
};
3225 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxComboBox_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
3228 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3229 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
3235 _arg3
= wxString_in_helper(_obj3
);
3240 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3241 wxComboBox_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
3243 wxPyEndAllowThreads(__tstate
);
3244 if (PyErr_Occurred()) return NULL
;
3245 } Py_INCREF(Py_None
);
3246 _resultobj
= Py_None
;
3254 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
3255 static PyObject
*_wrap_wxComboBox_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3256 PyObject
* _resultobj
;
3260 PyObject
* _argo0
= 0;
3261 char *_kwnames
[] = { "self","from","to", NULL
};
3264 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3267 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3268 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3269 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
3274 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3275 wxComboBox_Remove(_arg0
,_arg1
,_arg2
);
3277 wxPyEndAllowThreads(__tstate
);
3278 if (PyErr_Occurred()) return NULL
;
3279 } Py_INCREF(Py_None
);
3280 _resultobj
= Py_None
;
3284 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
3285 static PyObject
*_wrap_wxComboBox_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3286 PyObject
* _resultobj
;
3289 PyObject
* _argo0
= 0;
3290 char *_kwnames
[] = { "self","pos", NULL
};
3293 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxComboBox_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
3296 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3297 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3298 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
3303 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3304 wxComboBox_SetInsertionPoint(_arg0
,_arg1
);
3306 wxPyEndAllowThreads(__tstate
);
3307 if (PyErr_Occurred()) return NULL
;
3308 } Py_INCREF(Py_None
);
3309 _resultobj
= Py_None
;
3313 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
3314 static PyObject
*_wrap_wxComboBox_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3315 PyObject
* _resultobj
;
3317 PyObject
* _argo0
= 0;
3318 char *_kwnames
[] = { "self", NULL
};
3321 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_SetInsertionPointEnd",_kwnames
,&_argo0
))
3324 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3325 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3326 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
3331 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3332 wxComboBox_SetInsertionPointEnd(_arg0
);
3334 wxPyEndAllowThreads(__tstate
);
3335 if (PyErr_Occurred()) return NULL
;
3336 } Py_INCREF(Py_None
);
3337 _resultobj
= Py_None
;
3341 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
3342 static PyObject
*_wrap_wxComboBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3343 PyObject
* _resultobj
;
3346 PyObject
* _argo0
= 0;
3347 char *_kwnames
[] = { "self","n", NULL
};
3350 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
3353 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3354 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3355 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
3360 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3361 wxComboBox_SetSelection(_arg0
,_arg1
);
3363 wxPyEndAllowThreads(__tstate
);
3364 if (PyErr_Occurred()) return NULL
;
3365 } Py_INCREF(Py_None
);
3366 _resultobj
= Py_None
;
3370 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3371 static PyObject
*_wrap_wxComboBox_SetMark(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3372 PyObject
* _resultobj
;
3376 PyObject
* _argo0
= 0;
3377 char *_kwnames
[] = { "self","from","to", NULL
};
3380 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_SetMark",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3383 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3384 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3385 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
3390 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3391 wxComboBox_SetMark(_arg0
,_arg1
,_arg2
);
3393 wxPyEndAllowThreads(__tstate
);
3394 if (PyErr_Occurred()) return NULL
;
3395 } Py_INCREF(Py_None
);
3396 _resultobj
= Py_None
;
3400 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3401 static PyObject
*_wrap_wxComboBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3402 PyObject
* _resultobj
;
3405 PyObject
* _argo0
= 0;
3406 PyObject
* _obj1
= 0;
3407 char *_kwnames
[] = { "self","text", NULL
};
3410 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_SetValue",_kwnames
,&_argo0
,&_obj1
))
3413 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3414 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3415 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
3420 _arg1
= wxString_in_helper(_obj1
);
3425 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3426 wxComboBox_SetValue(_arg0
,*_arg1
);
3428 wxPyEndAllowThreads(__tstate
);
3429 if (PyErr_Occurred()) return NULL
;
3430 } Py_INCREF(Py_None
);
3431 _resultobj
= Py_None
;
3439 #define wxComboBox_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
3440 static PyObject
*_wrap_wxComboBox_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3441 PyObject
* _resultobj
;
3444 PyObject
* _argo0
= 0;
3446 char *_kwnames
[] = { "self","editable", NULL
};
3449 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
3452 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3453 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3454 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetEditable. Expected _wxComboBox_p.");
3458 _arg1
= (bool ) tempbool1
;
3460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3461 wxComboBox_SetEditable(_arg0
,_arg1
);
3463 wxPyEndAllowThreads(__tstate
);
3464 if (PyErr_Occurred()) return NULL
;
3465 } Py_INCREF(Py_None
);
3466 _resultobj
= Py_None
;
3470 #define wxComboBox_Clear(_swigobj) (_swigobj->Clear())
3471 static PyObject
*_wrap_wxComboBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3472 PyObject
* _resultobj
;
3474 PyObject
* _argo0
= 0;
3475 char *_kwnames
[] = { "self", NULL
};
3478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Clear",_kwnames
,&_argo0
))
3481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Clear. Expected _wxComboBox_p.");
3488 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3489 wxComboBox_Clear(_arg0
);
3491 wxPyEndAllowThreads(__tstate
);
3492 if (PyErr_Occurred()) return NULL
;
3493 } Py_INCREF(Py_None
);
3494 _resultobj
= Py_None
;
3498 #define wxComboBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
3499 static PyObject
*_wrap_wxComboBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3500 PyObject
* _resultobj
;
3503 PyObject
* _argo0
= 0;
3504 char *_kwnames
[] = { "self","n", NULL
};
3507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_Delete",_kwnames
,&_argo0
,&_arg1
))
3510 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3511 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3512 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Delete. Expected _wxComboBox_p.");
3517 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3518 wxComboBox_Delete(_arg0
,_arg1
);
3520 wxPyEndAllowThreads(__tstate
);
3521 if (PyErr_Occurred()) return NULL
;
3522 } Py_INCREF(Py_None
);
3523 _resultobj
= Py_None
;
3527 #define wxComboBox_GetCount(_swigobj) (_swigobj->GetCount())
3528 static PyObject
*_wrap_wxComboBox_GetCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3529 PyObject
* _resultobj
;
3532 PyObject
* _argo0
= 0;
3533 char *_kwnames
[] = { "self", NULL
};
3536 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetCount",_kwnames
,&_argo0
))
3539 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3540 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3541 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetCount. Expected _wxComboBox_p.");
3546 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3547 _result
= (int )wxComboBox_GetCount(_arg0
);
3549 wxPyEndAllowThreads(__tstate
);
3550 if (PyErr_Occurred()) return NULL
;
3551 } _resultobj
= Py_BuildValue("i",_result
);
3555 #define wxComboBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
3556 static PyObject
*_wrap_wxComboBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3557 PyObject
* _resultobj
;
3561 PyObject
* _argo0
= 0;
3562 char *_kwnames
[] = { "self","n", NULL
};
3565 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetString",_kwnames
,&_argo0
,&_arg1
))
3568 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3569 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3570 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetString. Expected _wxComboBox_p.");
3575 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3576 _result
= new wxString (wxComboBox_GetString(_arg0
,_arg1
));
3578 wxPyEndAllowThreads(__tstate
);
3579 if (PyErr_Occurred()) return NULL
;
3582 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
3584 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3593 #define wxComboBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
3594 static PyObject
*_wrap_wxComboBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3595 PyObject
* _resultobj
;
3599 PyObject
* _argo0
= 0;
3600 PyObject
* _obj1
= 0;
3601 char *_kwnames
[] = { "self","s", NULL
};
3604 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_FindString",_kwnames
,&_argo0
,&_obj1
))
3607 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3608 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3609 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_FindString. Expected _wxComboBox_p.");
3614 _arg1
= wxString_in_helper(_obj1
);
3619 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3620 _result
= (int )wxComboBox_FindString(_arg0
,*_arg1
);
3622 wxPyEndAllowThreads(__tstate
);
3623 if (PyErr_Occurred()) return NULL
;
3624 } _resultobj
= Py_BuildValue("i",_result
);
3632 #define wxComboBox_GetSelection(_swigobj) (_swigobj->GetSelection())
3633 static PyObject
*_wrap_wxComboBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3634 PyObject
* _resultobj
;
3637 PyObject
* _argo0
= 0;
3638 char *_kwnames
[] = { "self", NULL
};
3641 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetSelection",_kwnames
,&_argo0
))
3644 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3645 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3646 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetSelection. Expected _wxComboBox_p.");
3651 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3652 _result
= (int )wxComboBox_GetSelection(_arg0
);
3654 wxPyEndAllowThreads(__tstate
);
3655 if (PyErr_Occurred()) return NULL
;
3656 } _resultobj
= Py_BuildValue("i",_result
);
3660 #define wxComboBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
3661 static PyObject
*_wrap_wxComboBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3662 PyObject
* _resultobj
;
3665 PyObject
* _argo0
= 0;
3666 char *_kwnames
[] = { "self", NULL
};
3669 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetStringSelection",_kwnames
,&_argo0
))
3672 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3673 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3674 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetStringSelection. Expected _wxComboBox_p.");
3679 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3680 _result
= new wxString (wxComboBox_GetStringSelection(_arg0
));
3682 wxPyEndAllowThreads(__tstate
);
3683 if (PyErr_Occurred()) return NULL
;
3686 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
3688 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3697 static void wxComboBox_Append(wxComboBox
*self
,const wxString
& item
,PyObject
* clientData
) {
3699 wxPyClientData
* data
= new wxPyClientData(clientData
);
3700 self
->Append(item
, data
);
3704 static PyObject
*_wrap_wxComboBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3705 PyObject
* _resultobj
;
3708 PyObject
* _arg2
= (PyObject
*) NULL
;
3709 PyObject
* _argo0
= 0;
3710 PyObject
* _obj1
= 0;
3711 PyObject
* _obj2
= 0;
3712 char *_kwnames
[] = { "self","item","clientData", NULL
};
3715 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|O:wxComboBox_Append",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
3718 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3719 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3720 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Append. Expected _wxComboBox_p.");
3725 _arg1
= wxString_in_helper(_obj1
);
3734 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3735 wxComboBox_Append(_arg0
,*_arg1
,_arg2
);
3737 wxPyEndAllowThreads(__tstate
);
3738 if (PyErr_Occurred()) return NULL
;
3739 } Py_INCREF(Py_None
);
3740 _resultobj
= Py_None
;
3748 static PyObject
* wxComboBox_GetClientData(wxComboBox
*self
,int n
) {
3750 wxPyClientData
* data
= (wxPyClientData
*)self
->wxItemContainer::GetClientObject(n
);
3752 wxPyClientData
* data
= (wxPyClientData
*)self
->GetClientObject(n
);
3755 Py_INCREF(data
->m_obj
);
3762 static PyObject
*_wrap_wxComboBox_GetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3763 PyObject
* _resultobj
;
3767 PyObject
* _argo0
= 0;
3768 char *_kwnames
[] = { "self","n", NULL
};
3771 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetClientData",_kwnames
,&_argo0
,&_arg1
))
3774 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3775 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3776 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetClientData. Expected _wxComboBox_p.");
3781 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3782 _result
= (PyObject
*)wxComboBox_GetClientData(_arg0
,_arg1
);
3784 wxPyEndAllowThreads(__tstate
);
3785 if (PyErr_Occurred()) return NULL
;
3787 _resultobj
= _result
;
3792 static void wxComboBox_SetClientData(wxComboBox
*self
,int n
,PyObject
* clientData
) {
3793 wxPyClientData
* data
= new wxPyClientData(clientData
);
3795 self
->wxItemContainer::SetClientObject(n
, data
);
3797 self
->SetClientObject(n
, data
);
3800 static PyObject
*_wrap_wxComboBox_SetClientData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3801 PyObject
* _resultobj
;
3805 PyObject
* _argo0
= 0;
3806 PyObject
* _obj2
= 0;
3807 char *_kwnames
[] = { "self","n","clientData", NULL
};
3810 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxComboBox_SetClientData",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3813 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3814 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3815 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetClientData. Expected _wxComboBox_p.");
3823 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3824 wxComboBox_SetClientData(_arg0
,_arg1
,_arg2
);
3826 wxPyEndAllowThreads(__tstate
);
3827 if (PyErr_Occurred()) return NULL
;
3828 } Py_INCREF(Py_None
);
3829 _resultobj
= Py_None
;
3833 static void *SwigwxGaugeTowxControl(void *ptr
) {
3836 src
= (wxGauge
*) ptr
;
3837 dest
= (wxControl
*) src
;
3838 return (void *) dest
;
3841 static void *SwigwxGaugeTowxWindow(void *ptr
) {
3844 src
= (wxGauge
*) ptr
;
3845 dest
= (wxWindow
*) src
;
3846 return (void *) dest
;
3849 static void *SwigwxGaugeTowxEvtHandler(void *ptr
) {
3852 src
= (wxGauge
*) ptr
;
3853 dest
= (wxEvtHandler
*) src
;
3854 return (void *) dest
;
3857 static void *SwigwxGaugeTowxObject(void *ptr
) {
3860 src
= (wxGauge
*) ptr
;
3861 dest
= (wxObject
*) src
;
3862 return (void *) dest
;
3865 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3866 static PyObject
*_wrap_new_wxGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3867 PyObject
* _resultobj
;
3872 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
3873 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
3874 long _arg5
= (long ) wxGA_HORIZONTAL
;
3875 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
3876 wxString
* _arg7
= (wxString
*) &wxPyGaugeNameStr
;
3877 PyObject
* _argo0
= 0;
3879 PyObject
* _obj3
= 0;
3881 PyObject
* _obj4
= 0;
3882 PyObject
* _argo6
= 0;
3883 PyObject
* _obj7
= 0;
3884 char *_kwnames
[] = { "parent","id","range","pos","size","style","validator","name", NULL
};
3888 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OOlOO:new_wxGauge",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
3891 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3892 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3893 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
3900 if (! wxPoint_helper(_obj3
, &_arg3
))
3906 if (! wxSize_helper(_obj4
, &_arg4
))
3910 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
3911 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
3917 _arg7
= wxString_in_helper(_obj7
);
3922 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3923 _result
= (wxGauge
*)new_wxGauge(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
3925 wxPyEndAllowThreads(__tstate
);
3926 if (PyErr_Occurred()) return NULL
;
3928 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
3929 _resultobj
= Py_BuildValue("s",_ptemp
);
3932 _resultobj
= Py_None
;
3941 #define new_wxPreGauge() (new wxGauge())
3942 static PyObject
*_wrap_new_wxPreGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3943 PyObject
* _resultobj
;
3945 char *_kwnames
[] = { NULL
};
3949 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreGauge",_kwnames
))
3952 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3953 _result
= (wxGauge
*)new_wxPreGauge();
3955 wxPyEndAllowThreads(__tstate
);
3956 if (PyErr_Occurred()) return NULL
;
3958 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
3959 _resultobj
= Py_BuildValue("s",_ptemp
);
3962 _resultobj
= Py_None
;
3967 #define wxGauge_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3968 static PyObject
*_wrap_wxGauge_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3969 PyObject
* _resultobj
;
3975 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
3976 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
3977 long _arg6
= (long ) wxGA_HORIZONTAL
;
3978 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
3979 wxString
* _arg8
= (wxString
*) &wxPyGaugeNameStr
;
3980 PyObject
* _argo0
= 0;
3981 PyObject
* _argo1
= 0;
3983 PyObject
* _obj4
= 0;
3985 PyObject
* _obj5
= 0;
3986 PyObject
* _argo7
= 0;
3987 PyObject
* _obj8
= 0;
3988 char *_kwnames
[] = { "self","parent","id","range","pos","size","style","validator","name", NULL
};
3991 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOii|OOlOO:wxGauge_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
3994 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3995 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3996 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_Create. Expected _wxGauge_p.");
4001 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4002 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4003 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxGauge_Create. Expected _wxWindow_p.");
4010 if (! wxPoint_helper(_obj4
, &_arg4
))
4016 if (! wxSize_helper(_obj5
, &_arg5
))
4020 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
4021 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxGauge_Create. Expected _wxValidator_p.");
4027 _arg8
= wxString_in_helper(_obj8
);
4032 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4033 _result
= (bool )wxGauge_Create(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
4035 wxPyEndAllowThreads(__tstate
);
4036 if (PyErr_Occurred()) return NULL
;
4037 } _resultobj
= Py_BuildValue("i",_result
);
4045 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
4046 static PyObject
*_wrap_wxGauge_GetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4047 PyObject
* _resultobj
;
4050 PyObject
* _argo0
= 0;
4051 char *_kwnames
[] = { "self", NULL
};
4054 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetBezelFace",_kwnames
,&_argo0
))
4057 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4058 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4059 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
4064 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4065 _result
= (int )wxGauge_GetBezelFace(_arg0
);
4067 wxPyEndAllowThreads(__tstate
);
4068 if (PyErr_Occurred()) return NULL
;
4069 } _resultobj
= Py_BuildValue("i",_result
);
4073 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
4074 static PyObject
*_wrap_wxGauge_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4075 PyObject
* _resultobj
;
4078 PyObject
* _argo0
= 0;
4079 char *_kwnames
[] = { "self", NULL
};
4082 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetRange",_kwnames
,&_argo0
))
4085 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4086 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4087 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
4092 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4093 _result
= (int )wxGauge_GetRange(_arg0
);
4095 wxPyEndAllowThreads(__tstate
);
4096 if (PyErr_Occurred()) return NULL
;
4097 } _resultobj
= Py_BuildValue("i",_result
);
4101 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
4102 static PyObject
*_wrap_wxGauge_GetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4103 PyObject
* _resultobj
;
4106 PyObject
* _argo0
= 0;
4107 char *_kwnames
[] = { "self", NULL
};
4110 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetShadowWidth",_kwnames
,&_argo0
))
4113 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4114 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4115 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
4120 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4121 _result
= (int )wxGauge_GetShadowWidth(_arg0
);
4123 wxPyEndAllowThreads(__tstate
);
4124 if (PyErr_Occurred()) return NULL
;
4125 } _resultobj
= Py_BuildValue("i",_result
);
4129 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
4130 static PyObject
*_wrap_wxGauge_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4131 PyObject
* _resultobj
;
4134 PyObject
* _argo0
= 0;
4135 char *_kwnames
[] = { "self", NULL
};
4138 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetValue",_kwnames
,&_argo0
))
4141 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4142 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4143 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
4148 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4149 _result
= (int )wxGauge_GetValue(_arg0
);
4151 wxPyEndAllowThreads(__tstate
);
4152 if (PyErr_Occurred()) return NULL
;
4153 } _resultobj
= Py_BuildValue("i",_result
);
4157 #define wxGauge_IsVertical(_swigobj) (_swigobj->IsVertical())
4158 static PyObject
*_wrap_wxGauge_IsVertical(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4159 PyObject
* _resultobj
;
4162 PyObject
* _argo0
= 0;
4163 char *_kwnames
[] = { "self", NULL
};
4166 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_IsVertical",_kwnames
,&_argo0
))
4169 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4170 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4171 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_IsVertical. Expected _wxGauge_p.");
4176 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4177 _result
= (bool )wxGauge_IsVertical(_arg0
);
4179 wxPyEndAllowThreads(__tstate
);
4180 if (PyErr_Occurred()) return NULL
;
4181 } _resultobj
= Py_BuildValue("i",_result
);
4185 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
4186 static PyObject
*_wrap_wxGauge_SetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4187 PyObject
* _resultobj
;
4190 PyObject
* _argo0
= 0;
4191 char *_kwnames
[] = { "self","width", NULL
};
4194 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetBezelFace",_kwnames
,&_argo0
,&_arg1
))
4197 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4198 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4199 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
4204 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4205 wxGauge_SetBezelFace(_arg0
,_arg1
);
4207 wxPyEndAllowThreads(__tstate
);
4208 if (PyErr_Occurred()) return NULL
;
4209 } Py_INCREF(Py_None
);
4210 _resultobj
= Py_None
;
4214 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
4215 static PyObject
*_wrap_wxGauge_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4216 PyObject
* _resultobj
;
4219 PyObject
* _argo0
= 0;
4220 char *_kwnames
[] = { "self","range", NULL
};
4223 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetRange",_kwnames
,&_argo0
,&_arg1
))
4226 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4227 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4228 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
4233 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4234 wxGauge_SetRange(_arg0
,_arg1
);
4236 wxPyEndAllowThreads(__tstate
);
4237 if (PyErr_Occurred()) return NULL
;
4238 } Py_INCREF(Py_None
);
4239 _resultobj
= Py_None
;
4243 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
4244 static PyObject
*_wrap_wxGauge_SetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4245 PyObject
* _resultobj
;
4248 PyObject
* _argo0
= 0;
4249 char *_kwnames
[] = { "self","width", NULL
};
4252 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetShadowWidth",_kwnames
,&_argo0
,&_arg1
))
4255 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4256 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4257 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
4262 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4263 wxGauge_SetShadowWidth(_arg0
,_arg1
);
4265 wxPyEndAllowThreads(__tstate
);
4266 if (PyErr_Occurred()) return NULL
;
4267 } Py_INCREF(Py_None
);
4268 _resultobj
= Py_None
;
4272 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4273 static PyObject
*_wrap_wxGauge_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4274 PyObject
* _resultobj
;
4277 PyObject
* _argo0
= 0;
4278 char *_kwnames
[] = { "self","pos", NULL
};
4281 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetValue",_kwnames
,&_argo0
,&_arg1
))
4284 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4285 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4286 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
4291 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4292 wxGauge_SetValue(_arg0
,_arg1
);
4294 wxPyEndAllowThreads(__tstate
);
4295 if (PyErr_Occurred()) return NULL
;
4296 } Py_INCREF(Py_None
);
4297 _resultobj
= Py_None
;
4301 static void *SwigwxStaticBoxTowxControl(void *ptr
) {
4304 src
= (wxStaticBox
*) ptr
;
4305 dest
= (wxControl
*) src
;
4306 return (void *) dest
;
4309 static void *SwigwxStaticBoxTowxWindow(void *ptr
) {
4312 src
= (wxStaticBox
*) ptr
;
4313 dest
= (wxWindow
*) src
;
4314 return (void *) dest
;
4317 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr
) {
4320 src
= (wxStaticBox
*) ptr
;
4321 dest
= (wxEvtHandler
*) src
;
4322 return (void *) dest
;
4325 static void *SwigwxStaticBoxTowxObject(void *ptr
) {
4328 src
= (wxStaticBox
*) ptr
;
4329 dest
= (wxObject
*) src
;
4330 return (void *) dest
;
4333 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4334 static PyObject
*_wrap_new_wxStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4335 PyObject
* _resultobj
;
4336 wxStaticBox
* _result
;
4340 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4341 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4342 long _arg5
= (long ) 0;
4343 wxString
* _arg6
= (wxString
*) &wxPyStaticBoxNameStr
;
4344 PyObject
* _argo0
= 0;
4345 PyObject
* _obj2
= 0;
4347 PyObject
* _obj3
= 0;
4349 PyObject
* _obj4
= 0;
4350 PyObject
* _obj6
= 0;
4351 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
4355 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlO:new_wxStaticBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
4358 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4359 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4360 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
4365 _arg2
= wxString_in_helper(_obj2
);
4372 if (! wxPoint_helper(_obj3
, &_arg3
))
4378 if (! wxSize_helper(_obj4
, &_arg4
))
4383 _arg6
= wxString_in_helper(_obj6
);
4388 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4389 _result
= (wxStaticBox
*)new_wxStaticBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
4391 wxPyEndAllowThreads(__tstate
);
4392 if (PyErr_Occurred()) return NULL
;
4394 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
4395 _resultobj
= Py_BuildValue("s",_ptemp
);
4398 _resultobj
= Py_None
;
4411 #define new_wxPreStaticBox() (new wxStaticBox())
4412 static PyObject
*_wrap_new_wxPreStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4413 PyObject
* _resultobj
;
4414 wxStaticBox
* _result
;
4415 char *_kwnames
[] = { NULL
};
4419 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticBox",_kwnames
))
4422 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4423 _result
= (wxStaticBox
*)new_wxPreStaticBox();
4425 wxPyEndAllowThreads(__tstate
);
4426 if (PyErr_Occurred()) return NULL
;
4428 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
4429 _resultobj
= Py_BuildValue("s",_ptemp
);
4432 _resultobj
= Py_None
;
4437 #define wxStaticBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4438 static PyObject
*_wrap_wxStaticBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4439 PyObject
* _resultobj
;
4441 wxStaticBox
* _arg0
;
4445 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
4446 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
4447 long _arg6
= (long ) 0;
4448 wxString
* _arg7
= (wxString
*) &wxPyStaticBoxNameStr
;
4449 PyObject
* _argo0
= 0;
4450 PyObject
* _argo1
= 0;
4451 PyObject
* _obj3
= 0;
4453 PyObject
* _obj4
= 0;
4455 PyObject
* _obj5
= 0;
4456 PyObject
* _obj7
= 0;
4457 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","name", NULL
};
4460 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlO:wxStaticBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_obj7
))
4463 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4464 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBox_p")) {
4465 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBox_Create. Expected _wxStaticBox_p.");
4470 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4471 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4472 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBox_Create. Expected _wxWindow_p.");
4477 _arg3
= wxString_in_helper(_obj3
);
4484 if (! wxPoint_helper(_obj4
, &_arg4
))
4490 if (! wxSize_helper(_obj5
, &_arg5
))
4495 _arg7
= wxString_in_helper(_obj7
);
4500 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4501 _result
= (bool )wxStaticBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
);
4503 wxPyEndAllowThreads(__tstate
);
4504 if (PyErr_Occurred()) return NULL
;
4505 } _resultobj
= Py_BuildValue("i",_result
);
4517 static void *SwigwxStaticLineTowxControl(void *ptr
) {
4520 src
= (wxStaticLine
*) ptr
;
4521 dest
= (wxControl
*) src
;
4522 return (void *) dest
;
4525 static void *SwigwxStaticLineTowxWindow(void *ptr
) {
4528 src
= (wxStaticLine
*) ptr
;
4529 dest
= (wxWindow
*) src
;
4530 return (void *) dest
;
4533 static void *SwigwxStaticLineTowxEvtHandler(void *ptr
) {
4536 src
= (wxStaticLine
*) ptr
;
4537 dest
= (wxEvtHandler
*) src
;
4538 return (void *) dest
;
4541 static void *SwigwxStaticLineTowxObject(void *ptr
) {
4544 src
= (wxStaticLine
*) ptr
;
4545 dest
= (wxObject
*) src
;
4546 return (void *) dest
;
4549 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4550 static PyObject
*_wrap_new_wxStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4551 PyObject
* _resultobj
;
4552 wxStaticLine
* _result
;
4555 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
4556 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
4557 long _arg4
= (long ) wxLI_HORIZONTAL
;
4558 wxString
* _arg5
= (wxString
*) &wxPyStaticTextNameStr
;
4559 PyObject
* _argo0
= 0;
4561 PyObject
* _obj2
= 0;
4563 PyObject
* _obj3
= 0;
4564 PyObject
* _obj5
= 0;
4565 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
4569 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOlO:new_wxStaticLine",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_obj5
))
4572 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4573 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4574 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
4581 if (! wxPoint_helper(_obj2
, &_arg2
))
4587 if (! wxSize_helper(_obj3
, &_arg3
))
4592 _arg5
= wxString_in_helper(_obj5
);
4597 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4598 _result
= (wxStaticLine
*)new_wxStaticLine(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
);
4600 wxPyEndAllowThreads(__tstate
);
4601 if (PyErr_Occurred()) return NULL
;
4603 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
4604 _resultobj
= Py_BuildValue("s",_ptemp
);
4607 _resultobj
= Py_None
;
4616 #define new_wxPreStaticLine() (new wxStaticLine())
4617 static PyObject
*_wrap_new_wxPreStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4618 PyObject
* _resultobj
;
4619 wxStaticLine
* _result
;
4620 char *_kwnames
[] = { NULL
};
4624 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticLine",_kwnames
))
4627 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4628 _result
= (wxStaticLine
*)new_wxPreStaticLine();
4630 wxPyEndAllowThreads(__tstate
);
4631 if (PyErr_Occurred()) return NULL
;
4633 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
4634 _resultobj
= Py_BuildValue("s",_ptemp
);
4637 _resultobj
= Py_None
;
4642 #define wxStaticLine_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4643 static PyObject
*_wrap_wxStaticLine_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4644 PyObject
* _resultobj
;
4646 wxStaticLine
* _arg0
;
4649 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4650 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4651 long _arg5
= (long ) wxLI_HORIZONTAL
;
4652 wxString
* _arg6
= (wxString
*) &wxPyStaticTextNameStr
;
4653 PyObject
* _argo0
= 0;
4654 PyObject
* _argo1
= 0;
4656 PyObject
* _obj3
= 0;
4658 PyObject
* _obj4
= 0;
4659 PyObject
* _obj6
= 0;
4660 char *_kwnames
[] = { "self","parent","id","pos","size","style","name", NULL
};
4663 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOlO:wxStaticLine_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
4666 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4667 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticLine_p")) {
4668 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticLine_Create. Expected _wxStaticLine_p.");
4673 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4674 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4675 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticLine_Create. Expected _wxWindow_p.");
4682 if (! wxPoint_helper(_obj3
, &_arg3
))
4688 if (! wxSize_helper(_obj4
, &_arg4
))
4693 _arg6
= wxString_in_helper(_obj6
);
4698 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4699 _result
= (bool )wxStaticLine_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
4701 wxPyEndAllowThreads(__tstate
);
4702 if (PyErr_Occurred()) return NULL
;
4703 } _resultobj
= Py_BuildValue("i",_result
);
4711 static void *SwigwxStaticTextTowxControl(void *ptr
) {
4714 src
= (wxStaticText
*) ptr
;
4715 dest
= (wxControl
*) src
;
4716 return (void *) dest
;
4719 static void *SwigwxStaticTextTowxWindow(void *ptr
) {
4722 src
= (wxStaticText
*) ptr
;
4723 dest
= (wxWindow
*) src
;
4724 return (void *) dest
;
4727 static void *SwigwxStaticTextTowxEvtHandler(void *ptr
) {
4730 src
= (wxStaticText
*) ptr
;
4731 dest
= (wxEvtHandler
*) src
;
4732 return (void *) dest
;
4735 static void *SwigwxStaticTextTowxObject(void *ptr
) {
4738 src
= (wxStaticText
*) ptr
;
4739 dest
= (wxObject
*) src
;
4740 return (void *) dest
;
4743 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4744 static PyObject
*_wrap_new_wxStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4745 PyObject
* _resultobj
;
4746 wxStaticText
* _result
;
4750 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4751 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4752 long _arg5
= (long ) 0;
4753 wxString
* _arg6
= (wxString
*) &wxPyStaticTextNameStr
;
4754 PyObject
* _argo0
= 0;
4755 PyObject
* _obj2
= 0;
4757 PyObject
* _obj3
= 0;
4759 PyObject
* _obj4
= 0;
4760 PyObject
* _obj6
= 0;
4761 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
4765 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlO:new_wxStaticText",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
4768 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4769 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4770 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
4775 _arg2
= wxString_in_helper(_obj2
);
4782 if (! wxPoint_helper(_obj3
, &_arg3
))
4788 if (! wxSize_helper(_obj4
, &_arg4
))
4793 _arg6
= wxString_in_helper(_obj6
);
4798 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4799 _result
= (wxStaticText
*)new_wxStaticText(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
4801 wxPyEndAllowThreads(__tstate
);
4802 if (PyErr_Occurred()) return NULL
;
4804 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
4805 _resultobj
= Py_BuildValue("s",_ptemp
);
4808 _resultobj
= Py_None
;
4821 #define new_wxPreStaticText() (new wxStaticText())
4822 static PyObject
*_wrap_new_wxPreStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4823 PyObject
* _resultobj
;
4824 wxStaticText
* _result
;
4825 char *_kwnames
[] = { NULL
};
4829 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticText",_kwnames
))
4832 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4833 _result
= (wxStaticText
*)new_wxPreStaticText();
4835 wxPyEndAllowThreads(__tstate
);
4836 if (PyErr_Occurred()) return NULL
;
4838 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
4839 _resultobj
= Py_BuildValue("s",_ptemp
);
4842 _resultobj
= Py_None
;
4847 #define wxStaticText_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4848 static PyObject
*_wrap_wxStaticText_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4849 PyObject
* _resultobj
;
4851 wxStaticText
* _arg0
;
4855 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
4856 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
4857 long _arg6
= (long ) 0;
4858 wxString
* _arg7
= (wxString
*) &wxPyStaticTextNameStr
;
4859 PyObject
* _argo0
= 0;
4860 PyObject
* _argo1
= 0;
4861 PyObject
* _obj3
= 0;
4863 PyObject
* _obj4
= 0;
4865 PyObject
* _obj5
= 0;
4866 PyObject
* _obj7
= 0;
4867 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","name", NULL
};
4870 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlO:wxStaticText_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_obj7
))
4873 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4874 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4875 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_Create. Expected _wxStaticText_p.");
4880 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4881 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4882 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticText_Create. Expected _wxWindow_p.");
4887 _arg3
= wxString_in_helper(_obj3
);
4894 if (! wxPoint_helper(_obj4
, &_arg4
))
4900 if (! wxSize_helper(_obj5
, &_arg5
))
4905 _arg7
= wxString_in_helper(_obj7
);
4910 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4911 _result
= (bool )wxStaticText_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
);
4913 wxPyEndAllowThreads(__tstate
);
4914 if (PyErr_Occurred()) return NULL
;
4915 } _resultobj
= Py_BuildValue("i",_result
);
4927 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
4928 static PyObject
*_wrap_wxStaticText_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4929 PyObject
* _resultobj
;
4931 wxStaticText
* _arg0
;
4932 PyObject
* _argo0
= 0;
4933 char *_kwnames
[] = { "self", NULL
};
4936 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticText_GetLabel",_kwnames
,&_argo0
))
4939 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4940 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4941 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
4946 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4947 _result
= new wxString (wxStaticText_GetLabel(_arg0
));
4949 wxPyEndAllowThreads(__tstate
);
4950 if (PyErr_Occurred()) return NULL
;
4953 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
4955 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4964 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
4965 static PyObject
*_wrap_wxStaticText_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4966 PyObject
* _resultobj
;
4967 wxStaticText
* _arg0
;
4969 PyObject
* _argo0
= 0;
4970 PyObject
* _obj1
= 0;
4971 char *_kwnames
[] = { "self","label", NULL
};
4974 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticText_SetLabel",_kwnames
,&_argo0
,&_obj1
))
4977 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4978 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
4984 _arg1
= wxString_in_helper(_obj1
);
4989 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4990 wxStaticText_SetLabel(_arg0
,*_arg1
);
4992 wxPyEndAllowThreads(__tstate
);
4993 if (PyErr_Occurred()) return NULL
;
4994 } Py_INCREF(Py_None
);
4995 _resultobj
= Py_None
;
5003 static void *SwigwxListBoxTowxControlWithItems(void *ptr
) {
5005 wxControlWithItems
*dest
;
5006 src
= (wxListBox
*) ptr
;
5007 dest
= (wxControlWithItems
*) src
;
5008 return (void *) dest
;
5011 static void *SwigwxListBoxTowxControl(void *ptr
) {
5014 src
= (wxListBox
*) ptr
;
5015 dest
= (wxControl
*) src
;
5016 return (void *) dest
;
5019 static void *SwigwxListBoxTowxWindow(void *ptr
) {
5022 src
= (wxListBox
*) ptr
;
5023 dest
= (wxWindow
*) src
;
5024 return (void *) dest
;
5027 static void *SwigwxListBoxTowxEvtHandler(void *ptr
) {
5030 src
= (wxListBox
*) ptr
;
5031 dest
= (wxEvtHandler
*) src
;
5032 return (void *) dest
;
5035 static void *SwigwxListBoxTowxObject(void *ptr
) {
5038 src
= (wxListBox
*) ptr
;
5039 dest
= (wxObject
*) src
;
5040 return (void *) dest
;
5043 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5044 static PyObject
*_wrap_new_wxListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5045 PyObject
* _resultobj
;
5046 wxListBox
* _result
;
5049 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
5050 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
5052 wxString
* _arg5
= (wxString
*) NULL
;
5053 long _arg6
= (long ) 0;
5054 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
5055 wxString
* _arg8
= (wxString
*) &wxPyListBoxNameStr
;
5056 PyObject
* _argo0
= 0;
5058 PyObject
* _obj2
= 0;
5060 PyObject
* _obj3
= 0;
5061 PyObject
* _obj5
= 0;
5062 PyObject
* _argo7
= 0;
5063 PyObject
* _obj8
= 0;
5064 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
5068 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
5071 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5072 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5073 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
5080 if (! wxPoint_helper(_obj2
, &_arg2
))
5086 if (! wxSize_helper(_obj3
, &_arg3
))
5091 _arg5
= wxString_LIST_helper(_obj5
);
5092 if (_arg5
== NULL
) {
5097 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
5098 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
5104 _arg8
= wxString_in_helper(_obj8
);
5110 _arg4
= PyList_Size(_obj5
);
5117 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5118 _result
= (wxListBox
*)new_wxListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,*_arg8
);
5120 wxPyEndAllowThreads(__tstate
);
5121 if (PyErr_Occurred()) return NULL
;
5123 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
5124 _resultobj
= Py_BuildValue("s",_ptemp
);
5127 _resultobj
= Py_None
;
5139 #define new_wxPreListBox() (new wxListBox())
5140 static PyObject
*_wrap_new_wxPreListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5141 PyObject
* _resultobj
;
5142 wxListBox
* _result
;
5143 char *_kwnames
[] = { NULL
};
5147 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreListBox",_kwnames
))
5150 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5151 _result
= (wxListBox
*)new_wxPreListBox();
5153 wxPyEndAllowThreads(__tstate
);
5154 if (PyErr_Occurred()) return NULL
;
5156 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
5157 _resultobj
= Py_BuildValue("s",_ptemp
);
5160 _resultobj
= Py_None
;
5165 #define wxListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5166 static PyObject
*_wrap_wxListBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5167 PyObject
* _resultobj
;
5172 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
5173 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
5175 wxString
* _arg6
= (wxString
*) NULL
;
5176 long _arg7
= (long ) 0;
5177 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
5178 wxString
* _arg9
= (wxString
*) &wxPyListBoxNameStr
;
5179 PyObject
* _argo0
= 0;
5180 PyObject
* _argo1
= 0;
5182 PyObject
* _obj3
= 0;
5184 PyObject
* _obj4
= 0;
5185 PyObject
* _obj6
= 0;
5186 PyObject
* _argo8
= 0;
5187 PyObject
* _obj9
= 0;
5188 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
5191 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxListBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
5194 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5195 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5196 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Create. Expected _wxListBox_p.");
5201 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5202 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
5203 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxListBox_Create. Expected _wxWindow_p.");
5210 if (! wxPoint_helper(_obj3
, &_arg3
))
5216 if (! wxSize_helper(_obj4
, &_arg4
))
5221 _arg6
= wxString_LIST_helper(_obj6
);
5222 if (_arg6
== NULL
) {
5227 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
5228 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxListBox_Create. Expected _wxValidator_p.");
5234 _arg9
= wxString_in_helper(_obj9
);
5240 _arg5
= PyList_Size(_obj6
);
5247 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5248 _result
= (bool )wxListBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
5250 wxPyEndAllowThreads(__tstate
);
5251 if (PyErr_Occurred()) return NULL
;
5252 } _resultobj
= Py_BuildValue("i",_result
);
5263 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
5264 static PyObject
*_wrap_wxListBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5265 PyObject
* _resultobj
;
5267 PyObject
* _argo0
= 0;
5268 char *_kwnames
[] = { "self", NULL
};
5271 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Clear",_kwnames
,&_argo0
))
5274 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5275 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5276 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
5281 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5282 wxListBox_Clear(_arg0
);
5284 wxPyEndAllowThreads(__tstate
);
5285 if (PyErr_Occurred()) return NULL
;
5286 } Py_INCREF(Py_None
);
5287 _resultobj
= Py_None
;
5291 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
5292 static PyObject
*_wrap_wxListBox_Deselect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5293 PyObject
* _resultobj
;
5296 PyObject
* _argo0
= 0;
5297 char *_kwnames
[] = { "self","n", NULL
};
5300 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Deselect",_kwnames
,&_argo0
,&_arg1
))
5303 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5304 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5305 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
5310 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5311 wxListBox_Deselect(_arg0
,_arg1
);
5313 wxPyEndAllowThreads(__tstate
);
5314 if (PyErr_Occurred()) return NULL
;
5315 } Py_INCREF(Py_None
);
5316 _resultobj
= Py_None
;
5320 static PyObject
* wxListBox_GetSelections(wxListBox
*self
) {
5322 self
->GetSelections(lst
);
5323 PyObject
*tup
= PyTuple_New(lst
.GetCount());
5324 for(size_t i
=0; i
<lst
.GetCount(); i
++) {
5325 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
5329 static PyObject
*_wrap_wxListBox_GetSelections(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5330 PyObject
* _resultobj
;
5333 PyObject
* _argo0
= 0;
5334 char *_kwnames
[] = { "self", NULL
};
5337 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelections",_kwnames
,&_argo0
))
5340 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5341 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5342 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
5347 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5348 _result
= (PyObject
*)wxListBox_GetSelections(_arg0
);
5350 wxPyEndAllowThreads(__tstate
);
5351 if (PyErr_Occurred()) return NULL
;
5353 _resultobj
= _result
;
5358 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5359 static PyObject
*_wrap_wxListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5360 PyObject
* _resultobj
;
5365 PyObject
* _argo0
= 0;
5366 PyObject
* _obj2
= 0;
5367 char *_kwnames
[] = { "self","choices","pos", NULL
};
5370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
5373 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5374 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5375 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
5380 _arg2
= wxString_LIST_helper(_obj2
);
5381 if (_arg2
== NULL
) {
5387 _arg1
= PyList_Size(_obj2
);
5394 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5395 wxListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
5397 wxPyEndAllowThreads(__tstate
);
5398 if (PyErr_Occurred()) return NULL
;
5399 } Py_INCREF(Py_None
);
5400 _resultobj
= Py_None
;
5407 #define wxListBox_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0))
5408 static PyObject
*_wrap_wxListBox_IsSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5409 PyObject
* _resultobj
;
5413 PyObject
* _argo0
= 0;
5414 char *_kwnames
[] = { "self","n", NULL
};
5417 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_IsSelected",_kwnames
,&_argo0
,&_arg1
))
5420 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5421 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5422 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_IsSelected. Expected _wxListBox_p.");
5427 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5428 _result
= (bool )wxListBox_IsSelected(_arg0
,_arg1
);
5430 wxPyEndAllowThreads(__tstate
);
5431 if (PyErr_Occurred()) return NULL
;
5432 } _resultobj
= Py_BuildValue("i",_result
);
5436 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
5437 static PyObject
*_wrap_wxListBox_Selected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5438 PyObject
* _resultobj
;
5442 PyObject
* _argo0
= 0;
5443 char *_kwnames
[] = { "self","n", NULL
};
5446 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Selected",_kwnames
,&_argo0
,&_arg1
))
5449 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5450 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5451 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
5456 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5457 _result
= (bool )wxListBox_Selected(_arg0
,_arg1
);
5459 wxPyEndAllowThreads(__tstate
);
5460 if (PyErr_Occurred()) return NULL
;
5461 } _resultobj
= Py_BuildValue("i",_result
);
5465 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
5466 static PyObject
*_wrap_wxListBox_Set(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5467 PyObject
* _resultobj
;
5471 PyObject
* _argo0
= 0;
5472 PyObject
* _obj2
= 0;
5473 char *_kwnames
[] = { "self","choices", NULL
};
5476 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Set",_kwnames
,&_argo0
,&_obj2
))
5479 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5480 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5481 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
5487 _arg2
= wxString_LIST_helper(_obj2
);
5488 if (_arg2
== NULL
) {
5494 _arg1
= PyList_Size(_obj2
);
5501 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5502 wxListBox_Set(_arg0
,_arg1
,_arg2
);
5504 wxPyEndAllowThreads(__tstate
);
5505 if (PyErr_Occurred()) return NULL
;
5506 } Py_INCREF(Py_None
);
5507 _resultobj
= Py_None
;
5514 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5515 static PyObject
*_wrap_wxListBox_SetFirstItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5516 PyObject
* _resultobj
;
5519 PyObject
* _argo0
= 0;
5520 char *_kwnames
[] = { "self","n", NULL
};
5523 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_SetFirstItem",_kwnames
,&_argo0
,&_arg1
))
5526 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5527 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5528 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
5533 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5534 wxListBox_SetFirstItem(_arg0
,_arg1
);
5536 wxPyEndAllowThreads(__tstate
);
5537 if (PyErr_Occurred()) return NULL
;
5538 } Py_INCREF(Py_None
);
5539 _resultobj
= Py_None
;
5543 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5544 static PyObject
*_wrap_wxListBox_SetFirstItemStr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5545 PyObject
* _resultobj
;
5548 PyObject
* _argo0
= 0;
5549 PyObject
* _obj1
= 0;
5550 char *_kwnames
[] = { "self","string", NULL
};
5553 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_SetFirstItemStr",_kwnames
,&_argo0
,&_obj1
))
5556 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5557 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5558 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
5563 _arg1
= wxString_in_helper(_obj1
);
5568 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5569 wxListBox_SetFirstItemStr(_arg0
,*_arg1
);
5571 wxPyEndAllowThreads(__tstate
);
5572 if (PyErr_Occurred()) return NULL
;
5573 } Py_INCREF(Py_None
);
5574 _resultobj
= Py_None
;
5582 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
5583 static PyObject
*_wrap_wxListBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5584 PyObject
* _resultobj
;
5587 bool _arg2
= (bool ) TRUE
;
5588 PyObject
* _argo0
= 0;
5589 int tempbool2
= (int) TRUE
;
5590 char *_kwnames
[] = { "self","n","select", NULL
};
5593 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxListBox_SetSelection",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5596 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5597 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5598 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
5602 _arg2
= (bool ) tempbool2
;
5604 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5605 wxListBox_SetSelection(_arg0
,_arg1
,_arg2
);
5607 wxPyEndAllowThreads(__tstate
);
5608 if (PyErr_Occurred()) return NULL
;
5609 } Py_INCREF(Py_None
);
5610 _resultobj
= Py_None
;
5614 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
5615 static PyObject
*_wrap_wxListBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5616 PyObject
* _resultobj
;
5620 PyObject
* _argo0
= 0;
5621 PyObject
* _obj2
= 0;
5622 char *_kwnames
[] = { "self","n","string", NULL
};
5625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxListBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
5628 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5629 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
5635 _arg2
= wxString_in_helper(_obj2
);
5640 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5641 wxListBox_SetString(_arg0
,_arg1
,*_arg2
);
5643 wxPyEndAllowThreads(__tstate
);
5644 if (PyErr_Occurred()) return NULL
;
5645 } Py_INCREF(Py_None
);
5646 _resultobj
= Py_None
;
5654 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
5655 static PyObject
*_wrap_wxListBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5656 PyObject
* _resultobj
;
5659 bool _arg2
= (bool ) TRUE
;
5660 PyObject
* _argo0
= 0;
5661 PyObject
* _obj1
= 0;
5662 int tempbool2
= (int) TRUE
;
5663 char *_kwnames
[] = { "self","string","select", NULL
};
5666 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxListBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
,&tempbool2
))
5669 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5670 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5671 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
5676 _arg1
= wxString_in_helper(_obj1
);
5680 _arg2
= (bool ) tempbool2
;
5682 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5683 wxListBox_SetStringSelection(_arg0
,*_arg1
,_arg2
);
5685 wxPyEndAllowThreads(__tstate
);
5686 if (PyErr_Occurred()) return NULL
;
5687 } Py_INCREF(Py_None
);
5688 _resultobj
= Py_None
;
5696 static void *SwigwxCheckListBoxTowxListBox(void *ptr
) {
5697 wxCheckListBox
*src
;
5699 src
= (wxCheckListBox
*) ptr
;
5700 dest
= (wxListBox
*) src
;
5701 return (void *) dest
;
5704 static void *SwigwxCheckListBoxTowxControlWithItems(void *ptr
) {
5705 wxCheckListBox
*src
;
5706 wxControlWithItems
*dest
;
5707 src
= (wxCheckListBox
*) ptr
;
5708 dest
= (wxControlWithItems
*) src
;
5709 return (void *) dest
;
5712 static void *SwigwxCheckListBoxTowxControl(void *ptr
) {
5713 wxCheckListBox
*src
;
5715 src
= (wxCheckListBox
*) ptr
;
5716 dest
= (wxControl
*) src
;
5717 return (void *) dest
;
5720 static void *SwigwxCheckListBoxTowxWindow(void *ptr
) {
5721 wxCheckListBox
*src
;
5723 src
= (wxCheckListBox
*) ptr
;
5724 dest
= (wxWindow
*) src
;
5725 return (void *) dest
;
5728 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr
) {
5729 wxCheckListBox
*src
;
5731 src
= (wxCheckListBox
*) ptr
;
5732 dest
= (wxEvtHandler
*) src
;
5733 return (void *) dest
;
5736 static void *SwigwxCheckListBoxTowxObject(void *ptr
) {
5737 wxCheckListBox
*src
;
5739 src
= (wxCheckListBox
*) ptr
;
5740 dest
= (wxObject
*) src
;
5741 return (void *) dest
;
5744 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5745 static PyObject
*_wrap_new_wxCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5746 PyObject
* _resultobj
;
5747 wxCheckListBox
* _result
;
5750 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
5751 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
5752 int _arg4
= (int ) 0;
5753 wxString
* _arg5
= (wxString
*) NULL
;
5754 long _arg6
= (long ) 0;
5755 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
5756 wxString
* _arg8
= (wxString
*) &wxPyListBoxNameStr
;
5757 PyObject
* _argo0
= 0;
5759 PyObject
* _obj2
= 0;
5761 PyObject
* _obj3
= 0;
5762 PyObject
* _obj5
= 0;
5763 PyObject
* _argo7
= 0;
5764 PyObject
* _obj8
= 0;
5765 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
5769 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxCheckListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
5772 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5773 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5774 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
5781 if (! wxPoint_helper(_obj2
, &_arg2
))
5787 if (! wxSize_helper(_obj3
, &_arg3
))
5792 _arg5
= wxString_LIST_helper(_obj5
);
5793 if (_arg5
== NULL
) {
5798 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
5799 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
5805 _arg8
= wxString_in_helper(_obj8
);
5811 _arg4
= PyList_Size(_obj5
);
5818 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5819 _result
= (wxCheckListBox
*)new_wxCheckListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,*_arg8
);
5821 wxPyEndAllowThreads(__tstate
);
5822 if (PyErr_Occurred()) return NULL
;
5824 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
5825 _resultobj
= Py_BuildValue("s",_ptemp
);
5828 _resultobj
= Py_None
;
5840 #define new_wxPreCheckListBox() (new wxCheckListBox())
5841 static PyObject
*_wrap_new_wxPreCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5842 PyObject
* _resultobj
;
5843 wxCheckListBox
* _result
;
5844 char *_kwnames
[] = { NULL
};
5848 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreCheckListBox",_kwnames
))
5851 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5852 _result
= (wxCheckListBox
*)new_wxPreCheckListBox();
5854 wxPyEndAllowThreads(__tstate
);
5855 if (PyErr_Occurred()) return NULL
;
5857 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
5858 _resultobj
= Py_BuildValue("s",_ptemp
);
5861 _resultobj
= Py_None
;
5866 #define wxCheckListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5867 static PyObject
*_wrap_wxCheckListBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5868 PyObject
* _resultobj
;
5870 wxCheckListBox
* _arg0
;
5873 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
5874 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
5875 int _arg5
= (int ) 0;
5876 wxString
* _arg6
= (wxString
*) NULL
;
5877 long _arg7
= (long ) 0;
5878 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
5879 wxString
* _arg9
= (wxString
*) &wxPyListBoxNameStr
;
5880 PyObject
* _argo0
= 0;
5881 PyObject
* _argo1
= 0;
5883 PyObject
* _obj3
= 0;
5885 PyObject
* _obj4
= 0;
5886 PyObject
* _obj6
= 0;
5887 PyObject
* _argo8
= 0;
5888 PyObject
* _obj9
= 0;
5889 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
5892 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxCheckListBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
5895 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5896 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5897 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Create. Expected _wxCheckListBox_p.");
5902 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5903 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
5904 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCheckListBox_Create. Expected _wxWindow_p.");
5911 if (! wxPoint_helper(_obj3
, &_arg3
))
5917 if (! wxSize_helper(_obj4
, &_arg4
))
5922 _arg6
= wxString_LIST_helper(_obj6
);
5923 if (_arg6
== NULL
) {
5928 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
5929 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxCheckListBox_Create. Expected _wxValidator_p.");
5935 _arg9
= wxString_in_helper(_obj9
);
5941 _arg5
= PyList_Size(_obj6
);
5948 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5949 _result
= (bool )wxCheckListBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
5951 wxPyEndAllowThreads(__tstate
);
5952 if (PyErr_Occurred()) return NULL
;
5953 } _resultobj
= Py_BuildValue("i",_result
);
5964 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
5965 static PyObject
*_wrap_wxCheckListBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5966 PyObject
* _resultobj
;
5968 wxCheckListBox
* _arg0
;
5970 PyObject
* _argo0
= 0;
5971 char *_kwnames
[] = { "self","uiIndex", NULL
};
5974 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckListBox_IsChecked",_kwnames
,&_argo0
,&_arg1
))
5977 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5978 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
5984 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5985 _result
= (bool )wxCheckListBox_IsChecked(_arg0
,_arg1
);
5987 wxPyEndAllowThreads(__tstate
);
5988 if (PyErr_Occurred()) return NULL
;
5989 } _resultobj
= Py_BuildValue("i",_result
);
5993 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
5994 static PyObject
*_wrap_wxCheckListBox_Check(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5995 PyObject
* _resultobj
;
5996 wxCheckListBox
* _arg0
;
5998 int _arg2
= (int ) TRUE
;
5999 PyObject
* _argo0
= 0;
6000 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
6003 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6006 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6007 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
6008 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
6013 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6014 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
6016 wxPyEndAllowThreads(__tstate
);
6017 if (PyErr_Occurred()) return NULL
;
6018 } Py_INCREF(Py_None
);
6019 _resultobj
= Py_None
;
6023 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
6024 static PyObject
*_wrap_wxCheckListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6025 PyObject
* _resultobj
;
6026 wxCheckListBox
* _arg0
;
6030 PyObject
* _argo0
= 0;
6031 PyObject
* _obj2
= 0;
6032 char *_kwnames
[] = { "self","choices","pos", NULL
};
6035 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxCheckListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
6038 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6039 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
6040 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
6045 _arg2
= wxString_LIST_helper(_obj2
);
6046 if (_arg2
== NULL
) {
6052 _arg1
= PyList_Size(_obj2
);
6059 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6060 wxCheckListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
6062 wxPyEndAllowThreads(__tstate
);
6063 if (PyErr_Occurred()) return NULL
;
6064 } Py_INCREF(Py_None
);
6065 _resultobj
= Py_None
;
6072 #define wxCheckListBox_HitTest(_swigobj,_swigarg0) (_swigobj->HitTest(_swigarg0))
6073 static PyObject
*_wrap_wxCheckListBox_HitTest(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6074 PyObject
* _resultobj
;
6076 wxCheckListBox
* _arg0
;
6078 PyObject
* _argo0
= 0;
6080 PyObject
* _obj1
= 0;
6081 char *_kwnames
[] = { "self","pt", NULL
};
6084 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxCheckListBox_HitTest",_kwnames
,&_argo0
,&_obj1
))
6087 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6088 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
6089 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_HitTest. Expected _wxCheckListBox_p.");
6095 if (! wxPoint_helper(_obj1
, &_arg1
))
6099 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6100 _result
= (int )wxCheckListBox_HitTest(_arg0
,*_arg1
);
6102 wxPyEndAllowThreads(__tstate
);
6103 if (PyErr_Occurred()) return NULL
;
6104 } _resultobj
= Py_BuildValue("i",_result
);
6108 #define wxCheckListBox_HitTestXY(_swigobj,_swigarg0,_swigarg1) (_swigobj->HitTest(_swigarg0,_swigarg1))
6109 static PyObject
*_wrap_wxCheckListBox_HitTestXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6110 PyObject
* _resultobj
;
6112 wxCheckListBox
* _arg0
;
6115 PyObject
* _argo0
= 0;
6116 char *_kwnames
[] = { "self","x","y", NULL
};
6119 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxCheckListBox_HitTestXY",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6122 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6123 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
6124 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_HitTestXY. Expected _wxCheckListBox_p.");
6129 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6130 _result
= (int )wxCheckListBox_HitTestXY(_arg0
,_arg1
,_arg2
);
6132 wxPyEndAllowThreads(__tstate
);
6133 if (PyErr_Occurred()) return NULL
;
6134 } _resultobj
= Py_BuildValue("i",_result
);
6138 #define new_wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
6139 static PyObject
*_wrap_new_wxTextAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6140 PyObject
* _resultobj
;
6141 wxTextAttr
* _result
;
6142 wxColour
* _arg0
= (wxColour
*) &wxNullColour
;
6143 wxColour
* _arg1
= (wxColour
*) &wxNullColour
;
6144 wxFont
* _arg2
= (wxFont
*) &wxNullFont
;
6145 wxTextAttrAlignment _arg3
= (wxTextAttrAlignment
) (wxTEXT_ALIGNMENT_DEFAULT
);
6147 PyObject
* _obj0
= 0;
6149 PyObject
* _obj1
= 0;
6150 PyObject
* _argo2
= 0;
6151 char *_kwnames
[] = { "colText","colBack","font","alignment", NULL
};
6155 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|OOOi:new_wxTextAttr",_kwnames
,&_obj0
,&_obj1
,&_argo2
,&_arg3
))
6160 if (! wxColour_helper(_obj0
, &_arg0
))
6166 if (! wxColour_helper(_obj1
, &_arg1
))
6170 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) {
6171 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxTextAttr. Expected _wxFont_p.");
6176 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6177 _result
= (wxTextAttr
*)new_wxTextAttr(*_arg0
,*_arg1
,*_arg2
,_arg3
);
6179 wxPyEndAllowThreads(__tstate
);
6180 if (PyErr_Occurred()) return NULL
;
6182 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextAttr_p");
6183 _resultobj
= Py_BuildValue("s",_ptemp
);
6186 _resultobj
= Py_None
;
6191 #define delete_wxTextAttr(_swigobj) (delete _swigobj)
6192 static PyObject
*_wrap_delete_wxTextAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6193 PyObject
* _resultobj
;
6195 PyObject
* _argo0
= 0;
6196 char *_kwnames
[] = { "self", NULL
};
6199 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxTextAttr",_kwnames
,&_argo0
))
6202 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6203 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6204 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxTextAttr. Expected _wxTextAttr_p.");
6209 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6210 delete_wxTextAttr(_arg0
);
6212 wxPyEndAllowThreads(__tstate
);
6213 if (PyErr_Occurred()) return NULL
;
6214 } Py_INCREF(Py_None
);
6215 _resultobj
= Py_None
;
6219 #define wxTextAttr_Init(_swigobj) (_swigobj->Init())
6220 static PyObject
*_wrap_wxTextAttr_Init(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6221 PyObject
* _resultobj
;
6223 PyObject
* _argo0
= 0;
6224 char *_kwnames
[] = { "self", NULL
};
6227 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_Init",_kwnames
,&_argo0
))
6230 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6231 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6232 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_Init. Expected _wxTextAttr_p.");
6237 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6238 wxTextAttr_Init(_arg0
);
6240 wxPyEndAllowThreads(__tstate
);
6241 if (PyErr_Occurred()) return NULL
;
6242 } Py_INCREF(Py_None
);
6243 _resultobj
= Py_None
;
6247 #define wxTextAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
6248 static PyObject
*_wrap_wxTextAttr_SetTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6249 PyObject
* _resultobj
;
6252 PyObject
* _argo0
= 0;
6254 PyObject
* _obj1
= 0;
6255 char *_kwnames
[] = { "self","colText", NULL
};
6258 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetTextColour",_kwnames
,&_argo0
,&_obj1
))
6261 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6262 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6263 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetTextColour. Expected _wxTextAttr_p.");
6269 if (! wxColour_helper(_obj1
, &_arg1
))
6273 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6274 wxTextAttr_SetTextColour(_arg0
,*_arg1
);
6276 wxPyEndAllowThreads(__tstate
);
6277 if (PyErr_Occurred()) return NULL
;
6278 } Py_INCREF(Py_None
);
6279 _resultobj
= Py_None
;
6283 #define wxTextAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
6284 static PyObject
*_wrap_wxTextAttr_SetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6285 PyObject
* _resultobj
;
6288 PyObject
* _argo0
= 0;
6290 PyObject
* _obj1
= 0;
6291 char *_kwnames
[] = { "self","colBack", NULL
};
6294 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetBackgroundColour",_kwnames
,&_argo0
,&_obj1
))
6297 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6298 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6299 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetBackgroundColour. Expected _wxTextAttr_p.");
6305 if (! wxColour_helper(_obj1
, &_arg1
))
6309 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6310 wxTextAttr_SetBackgroundColour(_arg0
,*_arg1
);
6312 wxPyEndAllowThreads(__tstate
);
6313 if (PyErr_Occurred()) return NULL
;
6314 } Py_INCREF(Py_None
);
6315 _resultobj
= Py_None
;
6319 #define wxTextAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
6320 static PyObject
*_wrap_wxTextAttr_SetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6321 PyObject
* _resultobj
;
6324 PyObject
* _argo0
= 0;
6325 PyObject
* _argo1
= 0;
6326 char *_kwnames
[] = { "self","font", NULL
};
6329 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetFont",_kwnames
,&_argo0
,&_argo1
))
6332 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6333 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6334 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetFont. Expected _wxTextAttr_p.");
6339 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxFont_p")) {
6340 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextAttr_SetFont. Expected _wxFont_p.");
6345 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6346 wxTextAttr_SetFont(_arg0
,*_arg1
);
6348 wxPyEndAllowThreads(__tstate
);
6349 if (PyErr_Occurred()) return NULL
;
6350 } Py_INCREF(Py_None
);
6351 _resultobj
= Py_None
;
6355 #define wxTextAttr_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
6356 static PyObject
*_wrap_wxTextAttr_SetAlignment(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6357 PyObject
* _resultobj
;
6359 wxTextAttrAlignment _arg1
;
6360 PyObject
* _argo0
= 0;
6361 char *_kwnames
[] = { "self","alignment", NULL
};
6364 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextAttr_SetAlignment",_kwnames
,&_argo0
,&_arg1
))
6367 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6368 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6369 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetAlignment. Expected _wxTextAttr_p.");
6374 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6375 wxTextAttr_SetAlignment(_arg0
,_arg1
);
6377 wxPyEndAllowThreads(__tstate
);
6378 if (PyErr_Occurred()) return NULL
;
6379 } Py_INCREF(Py_None
);
6380 _resultobj
= Py_None
;
6384 #define wxTextAttr_SetTabs(_swigobj,_swigarg0) (_swigobj->SetTabs(_swigarg0))
6385 static PyObject
*_wrap_wxTextAttr_SetTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6386 PyObject
* _resultobj
;
6389 PyObject
* _argo0
= 0;
6390 PyObject
* _obj1
= 0;
6391 char *_kwnames
[] = { "self","tabs", NULL
};
6394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetTabs",_kwnames
,&_argo0
,&_obj1
))
6397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetTabs. Expected _wxTextAttr_p.");
6404 if (! PySequence_Check(_obj1
)) {
6405 PyErr_SetString(PyExc_TypeError
, "Sequence of integers expected.");
6408 _arg1
= new wxArrayInt
;
6409 int i
, len
=PySequence_Length(_obj1
);
6410 for (i
=0; i
<len
; i
++) {
6411 PyObject
* item
= PySequence_GetItem(_obj1
, i
);
6412 PyObject
* number
= PyNumber_Int(item
);
6413 _arg1
->Add(PyInt_AS_LONG(number
));
6419 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6420 wxTextAttr_SetTabs(_arg0
,*_arg1
);
6422 wxPyEndAllowThreads(__tstate
);
6423 if (PyErr_Occurred()) return NULL
;
6424 } Py_INCREF(Py_None
);
6425 _resultobj
= Py_None
;
6433 #define wxTextAttr_SetLeftIndent(_swigobj,_swigarg0) (_swigobj->SetLeftIndent(_swigarg0))
6434 static PyObject
*_wrap_wxTextAttr_SetLeftIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6435 PyObject
* _resultobj
;
6438 PyObject
* _argo0
= 0;
6439 char *_kwnames
[] = { "self","indent", NULL
};
6442 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextAttr_SetLeftIndent",_kwnames
,&_argo0
,&_arg1
))
6445 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6446 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6447 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetLeftIndent. Expected _wxTextAttr_p.");
6452 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6453 wxTextAttr_SetLeftIndent(_arg0
,_arg1
);
6455 wxPyEndAllowThreads(__tstate
);
6456 if (PyErr_Occurred()) return NULL
;
6457 } Py_INCREF(Py_None
);
6458 _resultobj
= Py_None
;
6462 #define wxTextAttr_SetRightIndent(_swigobj,_swigarg0) (_swigobj->SetRightIndent(_swigarg0))
6463 static PyObject
*_wrap_wxTextAttr_SetRightIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6464 PyObject
* _resultobj
;
6467 PyObject
* _argo0
= 0;
6468 char *_kwnames
[] = { "self","indent", NULL
};
6471 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextAttr_SetRightIndent",_kwnames
,&_argo0
,&_arg1
))
6474 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6475 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6476 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetRightIndent. Expected _wxTextAttr_p.");
6481 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6482 wxTextAttr_SetRightIndent(_arg0
,_arg1
);
6484 wxPyEndAllowThreads(__tstate
);
6485 if (PyErr_Occurred()) return NULL
;
6486 } Py_INCREF(Py_None
);
6487 _resultobj
= Py_None
;
6491 #define wxTextAttr_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
6492 static PyObject
*_wrap_wxTextAttr_SetFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6493 PyObject
* _resultobj
;
6496 PyObject
* _argo0
= 0;
6497 char *_kwnames
[] = { "self","flags", NULL
};
6500 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextAttr_SetFlags",_kwnames
,&_argo0
,&_arg1
))
6503 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6504 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6505 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetFlags. Expected _wxTextAttr_p.");
6510 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6511 wxTextAttr_SetFlags(_arg0
,_arg1
);
6513 wxPyEndAllowThreads(__tstate
);
6514 if (PyErr_Occurred()) return NULL
;
6515 } Py_INCREF(Py_None
);
6516 _resultobj
= Py_None
;
6520 #define wxTextAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour())
6521 static PyObject
*_wrap_wxTextAttr_HasTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6522 PyObject
* _resultobj
;
6525 PyObject
* _argo0
= 0;
6526 char *_kwnames
[] = { "self", NULL
};
6529 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasTextColour",_kwnames
,&_argo0
))
6532 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6533 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6534 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasTextColour. Expected _wxTextAttr_p.");
6539 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6540 _result
= (bool )wxTextAttr_HasTextColour(_arg0
);
6542 wxPyEndAllowThreads(__tstate
);
6543 if (PyErr_Occurred()) return NULL
;
6544 } _resultobj
= Py_BuildValue("i",_result
);
6548 #define wxTextAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour())
6549 static PyObject
*_wrap_wxTextAttr_HasBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6550 PyObject
* _resultobj
;
6553 PyObject
* _argo0
= 0;
6554 char *_kwnames
[] = { "self", NULL
};
6557 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasBackgroundColour",_kwnames
,&_argo0
))
6560 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6561 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6562 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasBackgroundColour. Expected _wxTextAttr_p.");
6567 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6568 _result
= (bool )wxTextAttr_HasBackgroundColour(_arg0
);
6570 wxPyEndAllowThreads(__tstate
);
6571 if (PyErr_Occurred()) return NULL
;
6572 } _resultobj
= Py_BuildValue("i",_result
);
6576 #define wxTextAttr_HasFont(_swigobj) (_swigobj->HasFont())
6577 static PyObject
*_wrap_wxTextAttr_HasFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6578 PyObject
* _resultobj
;
6581 PyObject
* _argo0
= 0;
6582 char *_kwnames
[] = { "self", NULL
};
6585 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasFont",_kwnames
,&_argo0
))
6588 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6589 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6590 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasFont. Expected _wxTextAttr_p.");
6595 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6596 _result
= (bool )wxTextAttr_HasFont(_arg0
);
6598 wxPyEndAllowThreads(__tstate
);
6599 if (PyErr_Occurred()) return NULL
;
6600 } _resultobj
= Py_BuildValue("i",_result
);
6604 #define wxTextAttr_HasAlignment(_swigobj) (_swigobj->HasAlignment())
6605 static PyObject
*_wrap_wxTextAttr_HasAlignment(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6606 PyObject
* _resultobj
;
6609 PyObject
* _argo0
= 0;
6610 char *_kwnames
[] = { "self", NULL
};
6613 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasAlignment",_kwnames
,&_argo0
))
6616 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6617 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6618 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasAlignment. Expected _wxTextAttr_p.");
6623 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6624 _result
= (bool )wxTextAttr_HasAlignment(_arg0
);
6626 wxPyEndAllowThreads(__tstate
);
6627 if (PyErr_Occurred()) return NULL
;
6628 } _resultobj
= Py_BuildValue("i",_result
);
6632 #define wxTextAttr_HasTabs(_swigobj) (_swigobj->HasTabs())
6633 static PyObject
*_wrap_wxTextAttr_HasTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6634 PyObject
* _resultobj
;
6637 PyObject
* _argo0
= 0;
6638 char *_kwnames
[] = { "self", NULL
};
6641 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasTabs",_kwnames
,&_argo0
))
6644 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6645 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6646 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasTabs. Expected _wxTextAttr_p.");
6651 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6652 _result
= (bool )wxTextAttr_HasTabs(_arg0
);
6654 wxPyEndAllowThreads(__tstate
);
6655 if (PyErr_Occurred()) return NULL
;
6656 } _resultobj
= Py_BuildValue("i",_result
);
6660 #define wxTextAttr_HasLeftIndent(_swigobj) (_swigobj->HasLeftIndent())
6661 static PyObject
*_wrap_wxTextAttr_HasLeftIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6662 PyObject
* _resultobj
;
6665 PyObject
* _argo0
= 0;
6666 char *_kwnames
[] = { "self", NULL
};
6669 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasLeftIndent",_kwnames
,&_argo0
))
6672 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6673 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6674 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasLeftIndent. Expected _wxTextAttr_p.");
6679 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6680 _result
= (bool )wxTextAttr_HasLeftIndent(_arg0
);
6682 wxPyEndAllowThreads(__tstate
);
6683 if (PyErr_Occurred()) return NULL
;
6684 } _resultobj
= Py_BuildValue("i",_result
);
6688 #define wxTextAttr_HasRightIndent(_swigobj) (_swigobj->HasRightIndent())
6689 static PyObject
*_wrap_wxTextAttr_HasRightIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6690 PyObject
* _resultobj
;
6693 PyObject
* _argo0
= 0;
6694 char *_kwnames
[] = { "self", NULL
};
6697 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasRightIndent",_kwnames
,&_argo0
))
6700 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6701 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6702 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasRightIndent. Expected _wxTextAttr_p.");
6707 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6708 _result
= (bool )wxTextAttr_HasRightIndent(_arg0
);
6710 wxPyEndAllowThreads(__tstate
);
6711 if (PyErr_Occurred()) return NULL
;
6712 } _resultobj
= Py_BuildValue("i",_result
);
6716 #define wxTextAttr_HasFlag(_swigobj,_swigarg0) (_swigobj->HasFlag(_swigarg0))
6717 static PyObject
*_wrap_wxTextAttr_HasFlag(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6718 PyObject
* _resultobj
;
6722 PyObject
* _argo0
= 0;
6723 char *_kwnames
[] = { "self","flag", NULL
};
6726 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextAttr_HasFlag",_kwnames
,&_argo0
,&_arg1
))
6729 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6730 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6731 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasFlag. Expected _wxTextAttr_p.");
6736 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6737 _result
= (bool )wxTextAttr_HasFlag(_arg0
,_arg1
);
6739 wxPyEndAllowThreads(__tstate
);
6740 if (PyErr_Occurred()) return NULL
;
6741 } _resultobj
= Py_BuildValue("i",_result
);
6745 #define wxTextAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour())
6746 static PyObject
*_wrap_wxTextAttr_GetTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6747 PyObject
* _resultobj
;
6750 PyObject
* _argo0
= 0;
6751 char *_kwnames
[] = { "self", NULL
};
6755 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetTextColour",_kwnames
,&_argo0
))
6758 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6759 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6760 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetTextColour. Expected _wxTextAttr_p.");
6765 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6766 _result
= new wxColour (wxTextAttr_GetTextColour(_arg0
));
6768 wxPyEndAllowThreads(__tstate
);
6769 if (PyErr_Occurred()) return NULL
;
6770 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
6771 _resultobj
= Py_BuildValue("s",_ptemp
);
6775 #define wxTextAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
6776 static PyObject
*_wrap_wxTextAttr_GetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6777 PyObject
* _resultobj
;
6780 PyObject
* _argo0
= 0;
6781 char *_kwnames
[] = { "self", NULL
};
6785 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetBackgroundColour",_kwnames
,&_argo0
))
6788 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6789 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6790 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetBackgroundColour. Expected _wxTextAttr_p.");
6795 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6796 _result
= new wxColour (wxTextAttr_GetBackgroundColour(_arg0
));
6798 wxPyEndAllowThreads(__tstate
);
6799 if (PyErr_Occurred()) return NULL
;
6800 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
6801 _resultobj
= Py_BuildValue("s",_ptemp
);
6805 #define wxTextAttr_GetFont(_swigobj) (_swigobj->GetFont())
6806 static PyObject
*_wrap_wxTextAttr_GetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6807 PyObject
* _resultobj
;
6810 PyObject
* _argo0
= 0;
6811 char *_kwnames
[] = { "self", NULL
};
6815 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetFont",_kwnames
,&_argo0
))
6818 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6819 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6820 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetFont. Expected _wxTextAttr_p.");
6825 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6826 _result
= new wxFont (wxTextAttr_GetFont(_arg0
));
6828 wxPyEndAllowThreads(__tstate
);
6829 if (PyErr_Occurred()) return NULL
;
6830 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxFont_p");
6831 _resultobj
= Py_BuildValue("s",_ptemp
);
6835 #define wxTextAttr_GetAlignment(_swigobj) (_swigobj->GetAlignment())
6836 static PyObject
*_wrap_wxTextAttr_GetAlignment(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6837 PyObject
* _resultobj
;
6838 wxTextAttrAlignment _result
;
6840 PyObject
* _argo0
= 0;
6841 char *_kwnames
[] = { "self", NULL
};
6844 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetAlignment",_kwnames
,&_argo0
))
6847 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6848 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6849 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetAlignment. Expected _wxTextAttr_p.");
6854 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6855 _result
= (wxTextAttrAlignment
)wxTextAttr_GetAlignment(_arg0
);
6857 wxPyEndAllowThreads(__tstate
);
6858 if (PyErr_Occurred()) return NULL
;
6859 } _resultobj
= Py_BuildValue("i",_result
);
6863 #define wxTextAttr_GetTabs(_swigobj) (_swigobj->GetTabs())
6864 static PyObject
*_wrap_wxTextAttr_GetTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6865 PyObject
* _resultobj
;
6866 wxArrayInt
* _result
;
6868 PyObject
* _argo0
= 0;
6869 char *_kwnames
[] = { "self", NULL
};
6872 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetTabs",_kwnames
,&_argo0
))
6875 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6876 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6877 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetTabs. Expected _wxTextAttr_p.");
6882 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6883 const wxArrayInt
& _result_ref
= wxTextAttr_GetTabs(_arg0
);
6884 _result
= (wxArrayInt
*) &_result_ref
;
6886 wxPyEndAllowThreads(__tstate
);
6887 if (PyErr_Occurred()) return NULL
;
6889 _resultobj
= PyList_New(0);
6891 for (idx
= 0; idx
< _result
->GetCount(); idx
+= 1) {
6892 PyObject
* val
= PyInt_FromLong(_result
->Item(idx
));
6893 PyList_Append(_resultobj
, val
);
6900 #define wxTextAttr_GetLeftIndent(_swigobj) (_swigobj->GetLeftIndent())
6901 static PyObject
*_wrap_wxTextAttr_GetLeftIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6902 PyObject
* _resultobj
;
6905 PyObject
* _argo0
= 0;
6906 char *_kwnames
[] = { "self", NULL
};
6909 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetLeftIndent",_kwnames
,&_argo0
))
6912 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6913 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6914 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetLeftIndent. Expected _wxTextAttr_p.");
6919 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6920 _result
= (long )wxTextAttr_GetLeftIndent(_arg0
);
6922 wxPyEndAllowThreads(__tstate
);
6923 if (PyErr_Occurred()) return NULL
;
6924 } _resultobj
= Py_BuildValue("l",_result
);
6928 #define wxTextAttr_GetRightIndent(_swigobj) (_swigobj->GetRightIndent())
6929 static PyObject
*_wrap_wxTextAttr_GetRightIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6930 PyObject
* _resultobj
;
6933 PyObject
* _argo0
= 0;
6934 char *_kwnames
[] = { "self", NULL
};
6937 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetRightIndent",_kwnames
,&_argo0
))
6940 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6941 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6942 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetRightIndent. Expected _wxTextAttr_p.");
6947 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6948 _result
= (long )wxTextAttr_GetRightIndent(_arg0
);
6950 wxPyEndAllowThreads(__tstate
);
6951 if (PyErr_Occurred()) return NULL
;
6952 } _resultobj
= Py_BuildValue("l",_result
);
6956 #define wxTextAttr_GetFlags(_swigobj) (_swigobj->GetFlags())
6957 static PyObject
*_wrap_wxTextAttr_GetFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6958 PyObject
* _resultobj
;
6961 PyObject
* _argo0
= 0;
6962 char *_kwnames
[] = { "self", NULL
};
6965 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetFlags",_kwnames
,&_argo0
))
6968 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6969 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6970 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetFlags. Expected _wxTextAttr_p.");
6975 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6976 _result
= (long )wxTextAttr_GetFlags(_arg0
);
6978 wxPyEndAllowThreads(__tstate
);
6979 if (PyErr_Occurred()) return NULL
;
6980 } _resultobj
= Py_BuildValue("l",_result
);
6984 #define wxTextAttr_IsDefault(_swigobj) (_swigobj->IsDefault())
6985 static PyObject
*_wrap_wxTextAttr_IsDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6986 PyObject
* _resultobj
;
6989 PyObject
* _argo0
= 0;
6990 char *_kwnames
[] = { "self", NULL
};
6993 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_IsDefault",_kwnames
,&_argo0
))
6996 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6997 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6998 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_IsDefault. Expected _wxTextAttr_p.");
7003 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7004 _result
= (bool )wxTextAttr_IsDefault(_arg0
);
7006 wxPyEndAllowThreads(__tstate
);
7007 if (PyErr_Occurred()) return NULL
;
7008 } _resultobj
= Py_BuildValue("i",_result
);
7012 static PyObject
*_wrap_wxTextAttr_Combine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7013 PyObject
* _resultobj
;
7014 wxTextAttr
* _result
;
7018 PyObject
* _argo0
= 0;
7019 PyObject
* _argo1
= 0;
7020 PyObject
* _argo2
= 0;
7021 char *_kwnames
[] = { "attr","attrDef","text", NULL
};
7025 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxTextAttr_Combine",_kwnames
,&_argo0
,&_argo1
,&_argo2
))
7028 if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
7029 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
7034 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxTextAttr_p")) {
7035 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
7040 if (_argo2
== Py_None
) { _arg2
= NULL
; }
7041 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxTextCtrl_p")) {
7042 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxTextAttr_Combine. Expected _wxTextCtrl_p.");
7047 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7048 _result
= new wxTextAttr (wxTextAttr::Combine(*_arg0
,*_arg1
,_arg2
));
7050 wxPyEndAllowThreads(__tstate
);
7051 if (PyErr_Occurred()) return NULL
;
7052 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxTextAttr_p");
7053 _resultobj
= Py_BuildValue("s",_ptemp
);
7057 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
7060 src
= (wxTextCtrl
*) ptr
;
7061 dest
= (wxControl
*) src
;
7062 return (void *) dest
;
7065 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
7068 src
= (wxTextCtrl
*) ptr
;
7069 dest
= (wxWindow
*) src
;
7070 return (void *) dest
;
7073 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
7076 src
= (wxTextCtrl
*) ptr
;
7077 dest
= (wxEvtHandler
*) src
;
7078 return (void *) dest
;
7081 static void *SwigwxTextCtrlTowxObject(void *ptr
) {
7084 src
= (wxTextCtrl
*) ptr
;
7085 dest
= (wxObject
*) src
;
7086 return (void *) dest
;
7089 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
7090 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7091 PyObject
* _resultobj
;
7092 wxTextCtrl
* _result
;
7095 wxString
* _arg2
= (wxString
*) &wxPyEmptyString
;
7096 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
7097 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
7098 long _arg5
= (long ) 0;
7099 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
7100 wxString
* _arg7
= (wxString
*) &wxPyTextCtrlNameStr
;
7101 PyObject
* _argo0
= 0;
7102 PyObject
* _obj2
= 0;
7104 PyObject
* _obj3
= 0;
7106 PyObject
* _obj4
= 0;
7107 PyObject
* _argo6
= 0;
7108 PyObject
* _obj7
= 0;
7109 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
7113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
7116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
7118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
7124 _arg2
= wxString_in_helper(_obj2
);
7131 if (! wxPoint_helper(_obj3
, &_arg3
))
7137 if (! wxSize_helper(_obj4
, &_arg4
))
7141 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
7142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
7148 _arg7
= wxString_in_helper(_obj7
);
7153 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7154 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
7156 wxPyEndAllowThreads(__tstate
);
7157 if (PyErr_Occurred()) return NULL
;
7159 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
7160 _resultobj
= Py_BuildValue("s",_ptemp
);
7163 _resultobj
= Py_None
;
7176 #define new_wxPreTextCtrl() (new wxTextCtrl())
7177 static PyObject
*_wrap_new_wxPreTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7178 PyObject
* _resultobj
;
7179 wxTextCtrl
* _result
;
7180 char *_kwnames
[] = { NULL
};
7184 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreTextCtrl",_kwnames
))
7187 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7188 _result
= (wxTextCtrl
*)new_wxPreTextCtrl();
7190 wxPyEndAllowThreads(__tstate
);
7191 if (PyErr_Occurred()) return NULL
;
7193 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
7194 _resultobj
= Py_BuildValue("s",_ptemp
);
7197 _resultobj
= Py_None
;
7202 #define wxTextCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
7203 static PyObject
*_wrap_wxTextCtrl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7204 PyObject
* _resultobj
;
7209 wxString
* _arg3
= (wxString
*) &wxPyEmptyString
;
7210 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
7211 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
7212 long _arg6
= (long ) 0;
7213 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
7214 wxString
* _arg8
= (wxString
*) &wxPyTextCtrlNameStr
;
7215 PyObject
* _argo0
= 0;
7216 PyObject
* _argo1
= 0;
7217 PyObject
* _obj3
= 0;
7219 PyObject
* _obj4
= 0;
7221 PyObject
* _obj5
= 0;
7222 PyObject
* _argo7
= 0;
7223 PyObject
* _obj8
= 0;
7224 char *_kwnames
[] = { "self","parent","id","value","pos","size","style","validator","name", NULL
};
7227 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxTextCtrl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
7230 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7231 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7232 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Create. Expected _wxTextCtrl_p.");
7237 if (_argo1
== Py_None
) { _arg1
= NULL
; }
7238 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
7239 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_Create. Expected _wxWindow_p.");
7245 _arg3
= wxString_in_helper(_obj3
);
7252 if (! wxPoint_helper(_obj4
, &_arg4
))
7258 if (! wxSize_helper(_obj5
, &_arg5
))
7262 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
7263 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxTextCtrl_Create. Expected _wxValidator_p.");
7269 _arg8
= wxString_in_helper(_obj8
);
7274 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7275 _result
= (bool )wxTextCtrl_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
7277 wxPyEndAllowThreads(__tstate
);
7278 if (PyErr_Occurred()) return NULL
;
7279 } _resultobj
= Py_BuildValue("i",_result
);
7291 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
7292 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7293 PyObject
* _resultobj
;
7296 PyObject
* _argo0
= 0;
7297 char *_kwnames
[] = { "self", NULL
};
7300 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_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_GetValue. Expected _wxTextCtrl_p.");
7310 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7311 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
7313 wxPyEndAllowThreads(__tstate
);
7314 if (PyErr_Occurred()) return NULL
;
7317 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7319 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7328 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
7329 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7330 PyObject
* _resultobj
;
7333 PyObject
* _argo0
= 0;
7334 PyObject
* _obj1
= 0;
7335 char *_kwnames
[] = { "self","value", NULL
};
7338 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
7341 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7342 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7343 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
7348 _arg1
= wxString_in_helper(_obj1
);
7353 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7354 wxTextCtrl_SetValue(_arg0
,*_arg1
);
7356 wxPyEndAllowThreads(__tstate
);
7357 if (PyErr_Occurred()) return NULL
;
7358 } Py_INCREF(Py_None
);
7359 _resultobj
= Py_None
;
7367 #define wxTextCtrl_GetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetRange(_swigarg0,_swigarg1))
7368 static PyObject
*_wrap_wxTextCtrl_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7369 PyObject
* _resultobj
;
7374 PyObject
* _argo0
= 0;
7375 char *_kwnames
[] = { "self","from","to", NULL
};
7378 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_GetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7381 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7382 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7383 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetRange. Expected _wxTextCtrl_p.");
7388 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7389 _result
= new wxString (wxTextCtrl_GetRange(_arg0
,_arg1
,_arg2
));
7391 wxPyEndAllowThreads(__tstate
);
7392 if (PyErr_Occurred()) return NULL
;
7395 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7397 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7406 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
7407 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7408 PyObject
* _resultobj
;
7412 PyObject
* _argo0
= 0;
7413 char *_kwnames
[] = { "self","lineNo", NULL
};
7416 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
7419 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7420 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7421 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
7426 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7427 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
7429 wxPyEndAllowThreads(__tstate
);
7430 if (PyErr_Occurred()) return NULL
;
7431 } _resultobj
= Py_BuildValue("i",_result
);
7435 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
7436 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7437 PyObject
* _resultobj
;
7441 PyObject
* _argo0
= 0;
7442 char *_kwnames
[] = { "self","lineNo", NULL
};
7445 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
7448 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7449 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7450 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
7455 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7456 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
7458 wxPyEndAllowThreads(__tstate
);
7459 if (PyErr_Occurred()) return NULL
;
7462 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7464 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7473 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
7474 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7475 PyObject
* _resultobj
;
7478 PyObject
* _argo0
= 0;
7479 char *_kwnames
[] = { "self", NULL
};
7482 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
7485 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7486 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7487 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
7492 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7493 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
7495 wxPyEndAllowThreads(__tstate
);
7496 if (PyErr_Occurred()) return NULL
;
7497 } _resultobj
= Py_BuildValue("i",_result
);
7501 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
7502 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7503 PyObject
* _resultobj
;
7506 PyObject
* _argo0
= 0;
7507 char *_kwnames
[] = { "self", NULL
};
7510 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
7513 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7514 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7515 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
7520 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7521 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
7523 wxPyEndAllowThreads(__tstate
);
7524 if (PyErr_Occurred()) return NULL
;
7525 } _resultobj
= Py_BuildValue("i",_result
);
7529 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
7530 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7531 PyObject
* _resultobj
;
7534 PyObject
* _argo0
= 0;
7535 char *_kwnames
[] = { "self", NULL
};
7538 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
7541 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7542 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7543 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
7548 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7549 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
7551 wxPyEndAllowThreads(__tstate
);
7552 if (PyErr_Occurred()) return NULL
;
7553 } _resultobj
= Py_BuildValue("i",_result
);
7557 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
7558 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7559 PyObject
* _resultobj
;
7565 PyObject
* _argo0
= 0;
7566 char *_kwnames
[] = { "self", NULL
};
7575 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_kwnames
,&_argo0
))
7578 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7579 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7580 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
7585 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7586 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
7588 wxPyEndAllowThreads(__tstate
);
7589 if (PyErr_Occurred()) return NULL
;
7590 } Py_INCREF(Py_None
);
7591 _resultobj
= Py_None
;
7594 o
= PyInt_FromLong((long) (*_arg1
));
7595 _resultobj
= t_output_helper(_resultobj
, o
);
7599 o
= PyInt_FromLong((long) (*_arg2
));
7600 _resultobj
= t_output_helper(_resultobj
, o
);
7605 #define wxTextCtrl_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
7606 static PyObject
*_wrap_wxTextCtrl_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7607 PyObject
* _resultobj
;
7610 PyObject
* _argo0
= 0;
7611 char *_kwnames
[] = { "self", NULL
};
7614 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetStringSelection",_kwnames
,&_argo0
))
7617 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7618 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7619 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetStringSelection. Expected _wxTextCtrl_p.");
7624 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7625 _result
= new wxString (wxTextCtrl_GetStringSelection(_arg0
));
7627 wxPyEndAllowThreads(__tstate
);
7628 if (PyErr_Occurred()) return NULL
;
7631 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7633 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7642 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
7643 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7644 PyObject
* _resultobj
;
7646 PyObject
* _argo0
= 0;
7647 char *_kwnames
[] = { "self", NULL
};
7650 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
7653 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7654 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7655 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
7660 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7661 wxTextCtrl_Clear(_arg0
);
7663 wxPyEndAllowThreads(__tstate
);
7664 if (PyErr_Occurred()) return NULL
;
7665 } Py_INCREF(Py_None
);
7666 _resultobj
= Py_None
;
7670 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
7671 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7672 PyObject
* _resultobj
;
7677 PyObject
* _argo0
= 0;
7678 PyObject
* _obj3
= 0;
7679 char *_kwnames
[] = { "self","from","to","value", NULL
};
7682 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
7685 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7686 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7687 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
7692 _arg3
= wxString_in_helper(_obj3
);
7697 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7698 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
7700 wxPyEndAllowThreads(__tstate
);
7701 if (PyErr_Occurred()) return NULL
;
7702 } Py_INCREF(Py_None
);
7703 _resultobj
= Py_None
;
7711 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
7712 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7713 PyObject
* _resultobj
;
7717 PyObject
* _argo0
= 0;
7718 char *_kwnames
[] = { "self","from","to", NULL
};
7721 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7724 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7725 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7726 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
7731 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7732 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
7734 wxPyEndAllowThreads(__tstate
);
7735 if (PyErr_Occurred()) return NULL
;
7736 } Py_INCREF(Py_None
);
7737 _resultobj
= Py_None
;
7741 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
7742 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7743 PyObject
* _resultobj
;
7747 PyObject
* _argo0
= 0;
7748 PyObject
* _obj1
= 0;
7749 char *_kwnames
[] = { "self","file", NULL
};
7752 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
7755 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7756 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7757 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
7762 _arg1
= wxString_in_helper(_obj1
);
7767 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7768 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
7770 wxPyEndAllowThreads(__tstate
);
7771 if (PyErr_Occurred()) return NULL
;
7772 } _resultobj
= Py_BuildValue("i",_result
);
7780 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
7781 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7782 PyObject
* _resultobj
;
7785 wxString
* _arg1
= (wxString
*) &wxPyEmptyString
;
7786 PyObject
* _argo0
= 0;
7787 PyObject
* _obj1
= 0;
7788 char *_kwnames
[] = { "self","file", NULL
};
7791 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|O:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
7794 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7795 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7796 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
7802 _arg1
= wxString_in_helper(_obj1
);
7807 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7808 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
7810 wxPyEndAllowThreads(__tstate
);
7811 if (PyErr_Occurred()) return NULL
;
7812 } _resultobj
= Py_BuildValue("i",_result
);
7820 #define wxTextCtrl_MarkDirty(_swigobj) (_swigobj->MarkDirty())
7821 static PyObject
*_wrap_wxTextCtrl_MarkDirty(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7822 PyObject
* _resultobj
;
7824 PyObject
* _argo0
= 0;
7825 char *_kwnames
[] = { "self", NULL
};
7828 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_MarkDirty",_kwnames
,&_argo0
))
7831 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7832 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7833 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_MarkDirty. Expected _wxTextCtrl_p.");
7838 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7839 wxTextCtrl_MarkDirty(_arg0
);
7841 wxPyEndAllowThreads(__tstate
);
7842 if (PyErr_Occurred()) return NULL
;
7843 } Py_INCREF(Py_None
);
7844 _resultobj
= Py_None
;
7848 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
7849 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7850 PyObject
* _resultobj
;
7852 PyObject
* _argo0
= 0;
7853 char *_kwnames
[] = { "self", NULL
};
7856 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
7859 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7860 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7861 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
7866 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7867 wxTextCtrl_DiscardEdits(_arg0
);
7869 wxPyEndAllowThreads(__tstate
);
7870 if (PyErr_Occurred()) return NULL
;
7871 } Py_INCREF(Py_None
);
7872 _resultobj
= Py_None
;
7876 #define wxTextCtrl_SetMaxLength(_swigobj,_swigarg0) (_swigobj->SetMaxLength(_swigarg0))
7877 static PyObject
*_wrap_wxTextCtrl_SetMaxLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7878 PyObject
* _resultobj
;
7880 unsigned long _arg1
;
7881 PyObject
* _argo0
= 0;
7882 char *_kwnames
[] = { "self","len", NULL
};
7885 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetMaxLength",_kwnames
,&_argo0
,&_arg1
))
7888 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7889 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7890 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetMaxLength. Expected _wxTextCtrl_p.");
7895 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7896 wxTextCtrl_SetMaxLength(_arg0
,_arg1
);
7898 wxPyEndAllowThreads(__tstate
);
7899 if (PyErr_Occurred()) return NULL
;
7900 } Py_INCREF(Py_None
);
7901 _resultobj
= Py_None
;
7905 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
7906 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7907 PyObject
* _resultobj
;
7910 PyObject
* _argo0
= 0;
7911 PyObject
* _obj1
= 0;
7912 char *_kwnames
[] = { "self","text", NULL
};
7915 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
7918 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7919 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7920 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
7925 _arg1
= wxString_in_helper(_obj1
);
7930 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7931 wxTextCtrl_WriteText(_arg0
,*_arg1
);
7933 wxPyEndAllowThreads(__tstate
);
7934 if (PyErr_Occurred()) return NULL
;
7935 } Py_INCREF(Py_None
);
7936 _resultobj
= Py_None
;
7944 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
7945 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7946 PyObject
* _resultobj
;
7949 PyObject
* _argo0
= 0;
7950 PyObject
* _obj1
= 0;
7951 char *_kwnames
[] = { "self","text", NULL
};
7954 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
7957 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7958 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7959 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
7964 _arg1
= wxString_in_helper(_obj1
);
7969 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7970 wxTextCtrl_AppendText(_arg0
,*_arg1
);
7972 wxPyEndAllowThreads(__tstate
);
7973 if (PyErr_Occurred()) return NULL
;
7974 } Py_INCREF(Py_None
);
7975 _resultobj
= Py_None
;
7983 #define wxTextCtrl_EmulateKeyPress(_swigobj,_swigarg0) (_swigobj->EmulateKeyPress(_swigarg0))
7984 static PyObject
*_wrap_wxTextCtrl_EmulateKeyPress(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7985 PyObject
* _resultobj
;
7989 PyObject
* _argo0
= 0;
7990 PyObject
* _argo1
= 0;
7991 char *_kwnames
[] = { "self","event", NULL
};
7994 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_EmulateKeyPress",_kwnames
,&_argo0
,&_argo1
))
7997 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7998 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7999 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_EmulateKeyPress. Expected _wxTextCtrl_p.");
8004 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxKeyEvent_p")) {
8005 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_EmulateKeyPress. Expected _wxKeyEvent_p.");
8010 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8011 _result
= (bool )wxTextCtrl_EmulateKeyPress(_arg0
,*_arg1
);
8013 wxPyEndAllowThreads(__tstate
);
8014 if (PyErr_Occurred()) return NULL
;
8015 } _resultobj
= Py_BuildValue("i",_result
);
8019 #define wxTextCtrl_SetStyle(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetStyle(_swigarg0,_swigarg1,_swigarg2))
8020 static PyObject
*_wrap_wxTextCtrl_SetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8021 PyObject
* _resultobj
;
8027 PyObject
* _argo0
= 0;
8028 PyObject
* _argo3
= 0;
8029 char *_kwnames
[] = { "self","start","end","style", NULL
};
8032 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_SetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_argo3
))
8035 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8036 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8037 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetStyle. Expected _wxTextCtrl_p.");
8042 if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxTextAttr_p")) {
8043 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxTextCtrl_SetStyle. Expected _wxTextAttr_p.");
8048 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8049 _result
= (bool )wxTextCtrl_SetStyle(_arg0
,_arg1
,_arg2
,*_arg3
);
8051 wxPyEndAllowThreads(__tstate
);
8052 if (PyErr_Occurred()) return NULL
;
8053 } _resultobj
= Py_BuildValue("i",_result
);
8057 #define wxTextCtrl_SetDefaultStyle(_swigobj,_swigarg0) (_swigobj->SetDefaultStyle(_swigarg0))
8058 static PyObject
*_wrap_wxTextCtrl_SetDefaultStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8059 PyObject
* _resultobj
;
8063 PyObject
* _argo0
= 0;
8064 PyObject
* _argo1
= 0;
8065 char *_kwnames
[] = { "self","style", NULL
};
8068 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetDefaultStyle",_kwnames
,&_argo0
,&_argo1
))
8071 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8072 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8073 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetDefaultStyle. Expected _wxTextCtrl_p.");
8078 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxTextAttr_p")) {
8079 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_SetDefaultStyle. Expected _wxTextAttr_p.");
8084 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8085 _result
= (bool )wxTextCtrl_SetDefaultStyle(_arg0
,*_arg1
);
8087 wxPyEndAllowThreads(__tstate
);
8088 if (PyErr_Occurred()) return NULL
;
8089 } _resultobj
= Py_BuildValue("i",_result
);
8093 #define wxTextCtrl_GetDefaultStyle(_swigobj) (_swigobj->GetDefaultStyle())
8094 static PyObject
*_wrap_wxTextCtrl_GetDefaultStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8095 PyObject
* _resultobj
;
8096 wxTextAttr
* _result
;
8098 PyObject
* _argo0
= 0;
8099 char *_kwnames
[] = { "self", NULL
};
8103 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetDefaultStyle",_kwnames
,&_argo0
))
8106 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8107 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8108 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetDefaultStyle. Expected _wxTextCtrl_p.");
8113 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8114 const wxTextAttr
& _result_ref
= wxTextCtrl_GetDefaultStyle(_arg0
);
8115 _result
= (wxTextAttr
*) &_result_ref
;
8117 wxPyEndAllowThreads(__tstate
);
8118 if (PyErr_Occurred()) return NULL
;
8120 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextAttr_p");
8121 _resultobj
= Py_BuildValue("s",_ptemp
);
8124 _resultobj
= Py_None
;
8129 #define wxTextCtrl_GetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetStyle(_swigarg0,_swigarg1))
8130 static PyObject
*_wrap_wxTextCtrl_GetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8131 PyObject
* _resultobj
;
8136 PyObject
* _argo0
= 0;
8137 PyObject
* _argo2
= 0;
8138 char *_kwnames
[] = { "self","position","style", NULL
};
8141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OlO:wxTextCtrl_GetStyle",_kwnames
,&_argo0
,&_arg1
,&_argo2
))
8144 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8145 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetStyle. Expected _wxTextCtrl_p.");
8151 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxTextAttr_p")) {
8152 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxTextCtrl_GetStyle. Expected _wxTextAttr_p.");
8157 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8158 _result
= (bool )wxTextCtrl_GetStyle(_arg0
,_arg1
,*_arg2
);
8160 wxPyEndAllowThreads(__tstate
);
8161 if (PyErr_Occurred()) return NULL
;
8162 } _resultobj
= Py_BuildValue("i",_result
);
8166 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
8167 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8168 PyObject
* _resultobj
;
8173 PyObject
* _argo0
= 0;
8174 char *_kwnames
[] = { "self","x","y", NULL
};
8177 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8180 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8181 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8182 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
8187 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8188 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
8190 wxPyEndAllowThreads(__tstate
);
8191 if (PyErr_Occurred()) return NULL
;
8192 } _resultobj
= Py_BuildValue("l",_result
);
8196 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
8197 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8198 PyObject
* _resultobj
;
8205 PyObject
* _argo0
= 0;
8206 char *_kwnames
[] = { "self","pos", NULL
};
8215 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
8218 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8219 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8220 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
8225 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8226 wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
8228 wxPyEndAllowThreads(__tstate
);
8229 if (PyErr_Occurred()) return NULL
;
8230 } Py_INCREF(Py_None
);
8231 _resultobj
= Py_None
;
8234 o
= PyInt_FromLong((long) (*_arg2
));
8235 _resultobj
= t_output_helper(_resultobj
, o
);
8239 o
= PyInt_FromLong((long) (*_arg3
));
8240 _resultobj
= t_output_helper(_resultobj
, o
);
8245 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
8246 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8247 PyObject
* _resultobj
;
8250 PyObject
* _argo0
= 0;
8251 char *_kwnames
[] = { "self","pos", NULL
};
8254 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
8257 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8258 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8259 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
8264 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8265 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
8267 wxPyEndAllowThreads(__tstate
);
8268 if (PyErr_Occurred()) return NULL
;
8269 } Py_INCREF(Py_None
);
8270 _resultobj
= Py_None
;
8274 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
8275 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8276 PyObject
* _resultobj
;
8278 PyObject
* _argo0
= 0;
8279 char *_kwnames
[] = { "self", NULL
};
8282 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
8285 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8286 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8287 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
8292 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8293 wxTextCtrl_Copy(_arg0
);
8295 wxPyEndAllowThreads(__tstate
);
8296 if (PyErr_Occurred()) return NULL
;
8297 } Py_INCREF(Py_None
);
8298 _resultobj
= Py_None
;
8302 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
8303 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8304 PyObject
* _resultobj
;
8306 PyObject
* _argo0
= 0;
8307 char *_kwnames
[] = { "self", NULL
};
8310 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
8313 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8314 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8315 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
8320 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8321 wxTextCtrl_Cut(_arg0
);
8323 wxPyEndAllowThreads(__tstate
);
8324 if (PyErr_Occurred()) return NULL
;
8325 } Py_INCREF(Py_None
);
8326 _resultobj
= Py_None
;
8330 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
8331 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8332 PyObject
* _resultobj
;
8334 PyObject
* _argo0
= 0;
8335 char *_kwnames
[] = { "self", NULL
};
8338 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_kwnames
,&_argo0
))
8341 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8342 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8343 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
8348 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8349 wxTextCtrl_Paste(_arg0
);
8351 wxPyEndAllowThreads(__tstate
);
8352 if (PyErr_Occurred()) return NULL
;
8353 } Py_INCREF(Py_None
);
8354 _resultobj
= Py_None
;
8358 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
8359 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8360 PyObject
* _resultobj
;
8363 PyObject
* _argo0
= 0;
8364 char *_kwnames
[] = { "self", NULL
};
8367 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
8370 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8371 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8372 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
8377 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8378 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
8380 wxPyEndAllowThreads(__tstate
);
8381 if (PyErr_Occurred()) return NULL
;
8382 } _resultobj
= Py_BuildValue("i",_result
);
8386 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
8387 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8388 PyObject
* _resultobj
;
8391 PyObject
* _argo0
= 0;
8392 char *_kwnames
[] = { "self", NULL
};
8395 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
8398 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8399 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8400 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
8405 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8406 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
8408 wxPyEndAllowThreads(__tstate
);
8409 if (PyErr_Occurred()) return NULL
;
8410 } _resultobj
= Py_BuildValue("i",_result
);
8414 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
8415 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8416 PyObject
* _resultobj
;
8419 PyObject
* _argo0
= 0;
8420 char *_kwnames
[] = { "self", NULL
};
8423 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
8426 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8427 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8428 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
8433 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8434 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
8436 wxPyEndAllowThreads(__tstate
);
8437 if (PyErr_Occurred()) return NULL
;
8438 } _resultobj
= Py_BuildValue("i",_result
);
8442 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
8443 static PyObject
*_wrap_wxTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8444 PyObject
* _resultobj
;
8446 PyObject
* _argo0
= 0;
8447 char *_kwnames
[] = { "self", NULL
};
8450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Undo",_kwnames
,&_argo0
))
8453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
8460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8461 wxTextCtrl_Undo(_arg0
);
8463 wxPyEndAllowThreads(__tstate
);
8464 if (PyErr_Occurred()) return NULL
;
8465 } Py_INCREF(Py_None
);
8466 _resultobj
= Py_None
;
8470 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
8471 static PyObject
*_wrap_wxTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8472 PyObject
* _resultobj
;
8474 PyObject
* _argo0
= 0;
8475 char *_kwnames
[] = { "self", NULL
};
8478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Redo",_kwnames
,&_argo0
))
8481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
8488 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8489 wxTextCtrl_Redo(_arg0
);
8491 wxPyEndAllowThreads(__tstate
);
8492 if (PyErr_Occurred()) return NULL
;
8493 } Py_INCREF(Py_None
);
8494 _resultobj
= Py_None
;
8498 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
8499 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8500 PyObject
* _resultobj
;
8503 PyObject
* _argo0
= 0;
8504 char *_kwnames
[] = { "self", NULL
};
8507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
8510 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8511 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8512 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
8517 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8518 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
8520 wxPyEndAllowThreads(__tstate
);
8521 if (PyErr_Occurred()) return NULL
;
8522 } _resultobj
= Py_BuildValue("i",_result
);
8526 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
8527 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8528 PyObject
* _resultobj
;
8531 PyObject
* _argo0
= 0;
8532 char *_kwnames
[] = { "self", NULL
};
8535 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_kwnames
,&_argo0
))
8538 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8539 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
8545 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8546 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
8548 wxPyEndAllowThreads(__tstate
);
8549 if (PyErr_Occurred()) return NULL
;
8550 } _resultobj
= Py_BuildValue("i",_result
);
8554 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
8555 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8556 PyObject
* _resultobj
;
8559 PyObject
* _argo0
= 0;
8560 char *_kwnames
[] = { "self","pos", NULL
};
8563 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
8566 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8567 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8568 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
8573 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8574 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
8576 wxPyEndAllowThreads(__tstate
);
8577 if (PyErr_Occurred()) return NULL
;
8578 } Py_INCREF(Py_None
);
8579 _resultobj
= Py_None
;
8583 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
8584 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8585 PyObject
* _resultobj
;
8587 PyObject
* _argo0
= 0;
8588 char *_kwnames
[] = { "self", NULL
};
8591 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames
,&_argo0
))
8594 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8595 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8596 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
8601 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8602 wxTextCtrl_SetInsertionPointEnd(_arg0
);
8604 wxPyEndAllowThreads(__tstate
);
8605 if (PyErr_Occurred()) return NULL
;
8606 } Py_INCREF(Py_None
);
8607 _resultobj
= Py_None
;
8611 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
8612 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8613 PyObject
* _resultobj
;
8616 PyObject
* _argo0
= 0;
8617 char *_kwnames
[] = { "self", NULL
};
8620 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetInsertionPoint",_kwnames
,&_argo0
))
8623 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8624 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8625 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
8630 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8631 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
8633 wxPyEndAllowThreads(__tstate
);
8634 if (PyErr_Occurred()) return NULL
;
8635 } _resultobj
= Py_BuildValue("l",_result
);
8639 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
8640 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8641 PyObject
* _resultobj
;
8644 PyObject
* _argo0
= 0;
8645 char *_kwnames
[] = { "self", NULL
};
8648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetLastPosition",_kwnames
,&_argo0
))
8651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
8658 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8659 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
8661 wxPyEndAllowThreads(__tstate
);
8662 if (PyErr_Occurred()) return NULL
;
8663 } _resultobj
= Py_BuildValue("l",_result
);
8667 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
8668 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8669 PyObject
* _resultobj
;
8673 PyObject
* _argo0
= 0;
8674 char *_kwnames
[] = { "self","from","to", NULL
};
8677 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8680 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8681 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8682 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
8687 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8688 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
8690 wxPyEndAllowThreads(__tstate
);
8691 if (PyErr_Occurred()) return NULL
;
8692 } Py_INCREF(Py_None
);
8693 _resultobj
= Py_None
;
8697 #define wxTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
8698 static PyObject
*_wrap_wxTextCtrl_SelectAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8699 PyObject
* _resultobj
;
8701 PyObject
* _argo0
= 0;
8702 char *_kwnames
[] = { "self", NULL
};
8705 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SelectAll",_kwnames
,&_argo0
))
8708 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8709 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8710 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SelectAll. Expected _wxTextCtrl_p.");
8715 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8716 wxTextCtrl_SelectAll(_arg0
);
8718 wxPyEndAllowThreads(__tstate
);
8719 if (PyErr_Occurred()) return NULL
;
8720 } Py_INCREF(Py_None
);
8721 _resultobj
= Py_None
;
8725 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
8726 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8727 PyObject
* _resultobj
;
8730 PyObject
* _argo0
= 0;
8732 char *_kwnames
[] = { "self","editable", NULL
};
8735 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
8738 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8739 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8740 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
8744 _arg1
= (bool ) tempbool1
;
8746 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8747 wxTextCtrl_SetEditable(_arg0
,_arg1
);
8749 wxPyEndAllowThreads(__tstate
);
8750 if (PyErr_Occurred()) return NULL
;
8751 } Py_INCREF(Py_None
);
8752 _resultobj
= Py_None
;
8756 #define wxTextCtrl_IsSingleLine(_swigobj) (_swigobj->IsSingleLine())
8757 static PyObject
*_wrap_wxTextCtrl_IsSingleLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8758 PyObject
* _resultobj
;
8761 PyObject
* _argo0
= 0;
8762 char *_kwnames
[] = { "self", NULL
};
8765 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsSingleLine",_kwnames
,&_argo0
))
8768 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8769 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8770 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsSingleLine. Expected _wxTextCtrl_p.");
8775 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8776 _result
= (bool )wxTextCtrl_IsSingleLine(_arg0
);
8778 wxPyEndAllowThreads(__tstate
);
8779 if (PyErr_Occurred()) return NULL
;
8780 } _resultobj
= Py_BuildValue("i",_result
);
8784 #define wxTextCtrl_IsMultiLine(_swigobj) (_swigobj->IsMultiLine())
8785 static PyObject
*_wrap_wxTextCtrl_IsMultiLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8786 PyObject
* _resultobj
;
8789 PyObject
* _argo0
= 0;
8790 char *_kwnames
[] = { "self", NULL
};
8793 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsMultiLine",_kwnames
,&_argo0
))
8796 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8797 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8798 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsMultiLine. Expected _wxTextCtrl_p.");
8803 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8804 _result
= (bool )wxTextCtrl_IsMultiLine(_arg0
);
8806 wxPyEndAllowThreads(__tstate
);
8807 if (PyErr_Occurred()) return NULL
;
8808 } _resultobj
= Py_BuildValue("i",_result
);
8812 static void wxTextCtrl_write(wxTextCtrl
*self
,const wxString
& text
) {
8813 self
->AppendText(text
);
8815 static PyObject
*_wrap_wxTextCtrl_write(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8816 PyObject
* _resultobj
;
8819 PyObject
* _argo0
= 0;
8820 PyObject
* _obj1
= 0;
8821 char *_kwnames
[] = { "self","text", NULL
};
8824 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_write",_kwnames
,&_argo0
,&_obj1
))
8827 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8828 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8829 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
8834 _arg1
= wxString_in_helper(_obj1
);
8839 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8840 wxTextCtrl_write(_arg0
,*_arg1
);
8842 wxPyEndAllowThreads(__tstate
);
8843 if (PyErr_Occurred()) return NULL
;
8844 } Py_INCREF(Py_None
);
8845 _resultobj
= Py_None
;
8853 static wxString
wxTextCtrl_GetString(wxTextCtrl
*self
,long from
,long to
) {
8854 return self
->GetValue().Mid(from
, to
- from
);
8856 static PyObject
*_wrap_wxTextCtrl_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8857 PyObject
* _resultobj
;
8862 PyObject
* _argo0
= 0;
8863 char *_kwnames
[] = { "self","from","to", NULL
};
8866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_GetString",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetString. Expected _wxTextCtrl_p.");
8876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8877 _result
= new wxString (wxTextCtrl_GetString(_arg0
,_arg1
,_arg2
));
8879 wxPyEndAllowThreads(__tstate
);
8880 if (PyErr_Occurred()) return NULL
;
8883 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
8885 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
8894 static void *SwigwxScrollBarTowxControl(void *ptr
) {
8897 src
= (wxScrollBar
*) ptr
;
8898 dest
= (wxControl
*) src
;
8899 return (void *) dest
;
8902 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
8905 src
= (wxScrollBar
*) ptr
;
8906 dest
= (wxWindow
*) src
;
8907 return (void *) dest
;
8910 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
8913 src
= (wxScrollBar
*) ptr
;
8914 dest
= (wxEvtHandler
*) src
;
8915 return (void *) dest
;
8918 static void *SwigwxScrollBarTowxObject(void *ptr
) {
8921 src
= (wxScrollBar
*) ptr
;
8922 dest
= (wxObject
*) src
;
8923 return (void *) dest
;
8926 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8927 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8928 PyObject
* _resultobj
;
8929 wxScrollBar
* _result
;
8931 wxWindowID _arg1
= (wxWindowID
) -1;
8932 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
8933 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
8934 long _arg4
= (long ) wxSB_HORIZONTAL
;
8935 wxValidator
* _arg5
= (wxValidator
*) &wxDefaultValidator
;
8936 wxString
* _arg6
= (wxString
*) &wxPyScrollBarNameStr
;
8937 PyObject
* _argo0
= 0;
8939 PyObject
* _obj2
= 0;
8941 PyObject
* _obj3
= 0;
8942 PyObject
* _argo5
= 0;
8943 PyObject
* _obj6
= 0;
8944 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
8948 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOO:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_obj6
))
8951 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8952 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
8953 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
8960 if (! wxPoint_helper(_obj2
, &_arg2
))
8966 if (! wxSize_helper(_obj3
, &_arg3
))
8970 if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
8971 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
8977 _arg6
= wxString_in_helper(_obj6
);
8982 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8983 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,*_arg6
);
8985 wxPyEndAllowThreads(__tstate
);
8986 if (PyErr_Occurred()) return NULL
;
8988 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
8989 _resultobj
= Py_BuildValue("s",_ptemp
);
8992 _resultobj
= Py_None
;
9001 #define new_wxPreScrollBar() (new wxScrollBar())
9002 static PyObject
*_wrap_new_wxPreScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9003 PyObject
* _resultobj
;
9004 wxScrollBar
* _result
;
9005 char *_kwnames
[] = { NULL
};
9009 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreScrollBar",_kwnames
))
9012 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9013 _result
= (wxScrollBar
*)new_wxPreScrollBar();
9015 wxPyEndAllowThreads(__tstate
);
9016 if (PyErr_Occurred()) return NULL
;
9018 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
9019 _resultobj
= Py_BuildValue("s",_ptemp
);
9022 _resultobj
= Py_None
;
9027 #define wxScrollBar_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9028 static PyObject
*_wrap_wxScrollBar_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9029 PyObject
* _resultobj
;
9031 wxScrollBar
* _arg0
;
9033 wxWindowID _arg2
= (wxWindowID
) -1;
9034 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9035 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9036 long _arg5
= (long ) wxSB_HORIZONTAL
;
9037 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
9038 wxString
* _arg7
= (wxString
*) &wxPyScrollBarNameStr
;
9039 PyObject
* _argo0
= 0;
9040 PyObject
* _argo1
= 0;
9042 PyObject
* _obj3
= 0;
9044 PyObject
* _obj4
= 0;
9045 PyObject
* _argo6
= 0;
9046 PyObject
* _obj7
= 0;
9047 char *_kwnames
[] = { "self","parent","id","pos","size","style","validator","name", NULL
};
9050 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOlOO:wxScrollBar_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
9053 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9054 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9055 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_Create. Expected _wxScrollBar_p.");
9060 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9061 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9062 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxScrollBar_Create. Expected _wxWindow_p.");
9069 if (! wxPoint_helper(_obj3
, &_arg3
))
9075 if (! wxSize_helper(_obj4
, &_arg4
))
9079 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
9080 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxScrollBar_Create. Expected _wxValidator_p.");
9086 _arg7
= wxString_in_helper(_obj7
);
9091 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9092 _result
= (bool )wxScrollBar_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
9094 wxPyEndAllowThreads(__tstate
);
9095 if (PyErr_Occurred()) return NULL
;
9096 } _resultobj
= Py_BuildValue("i",_result
);
9104 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
9105 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9106 PyObject
* _resultobj
;
9108 wxScrollBar
* _arg0
;
9109 PyObject
* _argo0
= 0;
9110 char *_kwnames
[] = { "self", NULL
};
9113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
9116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
9123 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9124 _result
= (int )wxScrollBar_GetRange(_arg0
);
9126 wxPyEndAllowThreads(__tstate
);
9127 if (PyErr_Occurred()) return NULL
;
9128 } _resultobj
= Py_BuildValue("i",_result
);
9132 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
9133 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9134 PyObject
* _resultobj
;
9136 wxScrollBar
* _arg0
;
9137 PyObject
* _argo0
= 0;
9138 char *_kwnames
[] = { "self", NULL
};
9141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
9144 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9145 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
9151 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9152 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
9154 wxPyEndAllowThreads(__tstate
);
9155 if (PyErr_Occurred()) return NULL
;
9156 } _resultobj
= Py_BuildValue("i",_result
);
9160 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
9161 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9162 PyObject
* _resultobj
;
9164 wxScrollBar
* _arg0
;
9165 PyObject
* _argo0
= 0;
9166 char *_kwnames
[] = { "self", NULL
};
9169 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
9172 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9173 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9174 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
9179 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9180 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
9182 wxPyEndAllowThreads(__tstate
);
9183 if (PyErr_Occurred()) return NULL
;
9184 } _resultobj
= Py_BuildValue("i",_result
);
9188 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
9189 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9190 PyObject
* _resultobj
;
9192 wxScrollBar
* _arg0
;
9193 PyObject
* _argo0
= 0;
9194 char *_kwnames
[] = { "self", NULL
};
9197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
9200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
9207 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9208 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
9210 wxPyEndAllowThreads(__tstate
);
9211 if (PyErr_Occurred()) return NULL
;
9212 } _resultobj
= Py_BuildValue("i",_result
);
9216 #define wxScrollBar_IsVertical(_swigobj) (_swigobj->IsVertical())
9217 static PyObject
*_wrap_wxScrollBar_IsVertical(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9218 PyObject
* _resultobj
;
9220 wxScrollBar
* _arg0
;
9221 PyObject
* _argo0
= 0;
9222 char *_kwnames
[] = { "self", NULL
};
9225 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_IsVertical",_kwnames
,&_argo0
))
9228 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9229 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_IsVertical. Expected _wxScrollBar_p.");
9235 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9236 _result
= (bool )wxScrollBar_IsVertical(_arg0
);
9238 wxPyEndAllowThreads(__tstate
);
9239 if (PyErr_Occurred()) return NULL
;
9240 } _resultobj
= Py_BuildValue("i",_result
);
9244 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
9245 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9246 PyObject
* _resultobj
;
9247 wxScrollBar
* _arg0
;
9249 PyObject
* _argo0
= 0;
9250 char *_kwnames
[] = { "self","viewStart", NULL
};
9253 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
9256 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9257 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9258 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
9263 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9264 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
9266 wxPyEndAllowThreads(__tstate
);
9267 if (PyErr_Occurred()) return NULL
;
9268 } Py_INCREF(Py_None
);
9269 _resultobj
= Py_None
;
9273 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9274 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9275 PyObject
* _resultobj
;
9276 wxScrollBar
* _arg0
;
9281 bool _arg5
= (bool ) TRUE
;
9282 PyObject
* _argo0
= 0;
9283 int tempbool5
= (int) TRUE
;
9284 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
9287 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
9290 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9291 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9292 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
9296 _arg5
= (bool ) tempbool5
;
9298 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9299 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
9301 wxPyEndAllowThreads(__tstate
);
9302 if (PyErr_Occurred()) return NULL
;
9303 } Py_INCREF(Py_None
);
9304 _resultobj
= Py_None
;
9308 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
9311 src
= (wxSpinButton
*) ptr
;
9312 dest
= (wxControl
*) src
;
9313 return (void *) dest
;
9316 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
9319 src
= (wxSpinButton
*) ptr
;
9320 dest
= (wxWindow
*) src
;
9321 return (void *) dest
;
9324 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
9327 src
= (wxSpinButton
*) ptr
;
9328 dest
= (wxEvtHandler
*) src
;
9329 return (void *) dest
;
9332 static void *SwigwxSpinButtonTowxObject(void *ptr
) {
9335 src
= (wxSpinButton
*) ptr
;
9336 dest
= (wxObject
*) src
;
9337 return (void *) dest
;
9340 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9341 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9342 PyObject
* _resultobj
;
9343 wxSpinButton
* _result
;
9345 wxWindowID _arg1
= (wxWindowID
) -1;
9346 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
9347 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
9348 long _arg4
= (long ) wxSP_HORIZONTAL
;
9349 wxString
* _arg5
= (wxString
*) &wxPySPIN_BUTTON_NAME
;
9350 PyObject
* _argo0
= 0;
9352 PyObject
* _obj2
= 0;
9354 PyObject
* _obj3
= 0;
9355 PyObject
* _obj5
= 0;
9356 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
9360 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlO:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_obj5
))
9363 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9364 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
9365 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
9372 if (! wxPoint_helper(_obj2
, &_arg2
))
9378 if (! wxSize_helper(_obj3
, &_arg3
))
9383 _arg5
= wxString_in_helper(_obj5
);
9388 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9389 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
);
9391 wxPyEndAllowThreads(__tstate
);
9392 if (PyErr_Occurred()) return NULL
;
9394 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
9395 _resultobj
= Py_BuildValue("s",_ptemp
);
9398 _resultobj
= Py_None
;
9407 #define new_wxPreSpinButton() (new wxSpinButton())
9408 static PyObject
*_wrap_new_wxPreSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9409 PyObject
* _resultobj
;
9410 wxSpinButton
* _result
;
9411 char *_kwnames
[] = { NULL
};
9415 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSpinButton",_kwnames
))
9418 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9419 _result
= (wxSpinButton
*)new_wxPreSpinButton();
9421 wxPyEndAllowThreads(__tstate
);
9422 if (PyErr_Occurred()) return NULL
;
9424 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
9425 _resultobj
= Py_BuildValue("s",_ptemp
);
9428 _resultobj
= Py_None
;
9433 #define wxSpinButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9434 static PyObject
*_wrap_wxSpinButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9435 PyObject
* _resultobj
;
9437 wxSpinButton
* _arg0
;
9439 wxWindowID _arg2
= (wxWindowID
) -1;
9440 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9441 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9442 long _arg5
= (long ) wxSP_HORIZONTAL
;
9443 wxString
* _arg6
= (wxString
*) &wxPySPIN_BUTTON_NAME
;
9444 PyObject
* _argo0
= 0;
9445 PyObject
* _argo1
= 0;
9447 PyObject
* _obj3
= 0;
9449 PyObject
* _obj4
= 0;
9450 PyObject
* _obj6
= 0;
9451 char *_kwnames
[] = { "self","parent","id","pos","size","style","name", NULL
};
9454 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOlO:wxSpinButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
9457 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9458 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9459 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_Create. Expected _wxSpinButton_p.");
9464 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9465 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9466 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSpinButton_Create. Expected _wxWindow_p.");
9473 if (! wxPoint_helper(_obj3
, &_arg3
))
9479 if (! wxSize_helper(_obj4
, &_arg4
))
9484 _arg6
= wxString_in_helper(_obj6
);
9489 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9490 _result
= (bool )wxSpinButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
9492 wxPyEndAllowThreads(__tstate
);
9493 if (PyErr_Occurred()) return NULL
;
9494 } _resultobj
= Py_BuildValue("i",_result
);
9502 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
9503 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9504 PyObject
* _resultobj
;
9506 wxSpinButton
* _arg0
;
9507 PyObject
* _argo0
= 0;
9508 char *_kwnames
[] = { "self", NULL
};
9511 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
9514 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9515 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9516 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
9521 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9522 _result
= (int )wxSpinButton_GetMax(_arg0
);
9524 wxPyEndAllowThreads(__tstate
);
9525 if (PyErr_Occurred()) return NULL
;
9526 } _resultobj
= Py_BuildValue("i",_result
);
9530 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
9531 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9532 PyObject
* _resultobj
;
9534 wxSpinButton
* _arg0
;
9535 PyObject
* _argo0
= 0;
9536 char *_kwnames
[] = { "self", NULL
};
9539 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
9542 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9543 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9544 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
9549 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9550 _result
= (int )wxSpinButton_GetMin(_arg0
);
9552 wxPyEndAllowThreads(__tstate
);
9553 if (PyErr_Occurred()) return NULL
;
9554 } _resultobj
= Py_BuildValue("i",_result
);
9558 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
9559 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9560 PyObject
* _resultobj
;
9562 wxSpinButton
* _arg0
;
9563 PyObject
* _argo0
= 0;
9564 char *_kwnames
[] = { "self", NULL
};
9567 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
9570 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9571 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9572 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
9577 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9578 _result
= (int )wxSpinButton_GetValue(_arg0
);
9580 wxPyEndAllowThreads(__tstate
);
9581 if (PyErr_Occurred()) return NULL
;
9582 } _resultobj
= Py_BuildValue("i",_result
);
9586 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
9587 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9588 PyObject
* _resultobj
;
9589 wxSpinButton
* _arg0
;
9592 PyObject
* _argo0
= 0;
9593 char *_kwnames
[] = { "self","min","max", NULL
};
9596 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
9599 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9600 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9601 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
9606 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9607 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
9609 wxPyEndAllowThreads(__tstate
);
9610 if (PyErr_Occurred()) return NULL
;
9611 } Py_INCREF(Py_None
);
9612 _resultobj
= Py_None
;
9616 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
9617 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9618 PyObject
* _resultobj
;
9619 wxSpinButton
* _arg0
;
9621 PyObject
* _argo0
= 0;
9622 char *_kwnames
[] = { "self","value", NULL
};
9625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
9628 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9629 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
9635 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9636 wxSpinButton_SetValue(_arg0
,_arg1
);
9638 wxPyEndAllowThreads(__tstate
);
9639 if (PyErr_Occurred()) return NULL
;
9640 } Py_INCREF(Py_None
);
9641 _resultobj
= Py_None
;
9645 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
9646 wxStaticBitmap
*src
;
9648 src
= (wxStaticBitmap
*) ptr
;
9649 dest
= (wxControl
*) src
;
9650 return (void *) dest
;
9653 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
9654 wxStaticBitmap
*src
;
9656 src
= (wxStaticBitmap
*) ptr
;
9657 dest
= (wxWindow
*) src
;
9658 return (void *) dest
;
9661 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
9662 wxStaticBitmap
*src
;
9664 src
= (wxStaticBitmap
*) ptr
;
9665 dest
= (wxEvtHandler
*) src
;
9666 return (void *) dest
;
9669 static void *SwigwxStaticBitmapTowxObject(void *ptr
) {
9670 wxStaticBitmap
*src
;
9672 src
= (wxStaticBitmap
*) ptr
;
9673 dest
= (wxObject
*) src
;
9674 return (void *) dest
;
9677 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9678 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9679 PyObject
* _resultobj
;
9680 wxStaticBitmap
* _result
;
9684 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9685 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9686 long _arg5
= (long ) 0;
9687 wxString
* _arg6
= (wxString
*) &wxPyStaticBitmapNameStr
;
9688 PyObject
* _argo0
= 0;
9689 PyObject
* _argo2
= 0;
9691 PyObject
* _obj3
= 0;
9693 PyObject
* _obj4
= 0;
9694 PyObject
* _obj6
= 0;
9695 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
9699 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlO:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
9702 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9703 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
9704 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
9709 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
9710 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
9717 if (! wxPoint_helper(_obj3
, &_arg3
))
9723 if (! wxSize_helper(_obj4
, &_arg4
))
9728 _arg6
= wxString_in_helper(_obj6
);
9733 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9734 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
9736 wxPyEndAllowThreads(__tstate
);
9737 if (PyErr_Occurred()) return NULL
;
9739 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
9740 _resultobj
= Py_BuildValue("s",_ptemp
);
9743 _resultobj
= Py_None
;
9752 #define new_wxPreStaticBitmap() (new wxStaticBitmap())
9753 static PyObject
*_wrap_new_wxPreStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9754 PyObject
* _resultobj
;
9755 wxStaticBitmap
* _result
;
9756 char *_kwnames
[] = { NULL
};
9760 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticBitmap",_kwnames
))
9763 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9764 _result
= (wxStaticBitmap
*)new_wxPreStaticBitmap();
9766 wxPyEndAllowThreads(__tstate
);
9767 if (PyErr_Occurred()) return NULL
;
9769 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
9770 _resultobj
= Py_BuildValue("s",_ptemp
);
9773 _resultobj
= Py_None
;
9778 #define wxStaticBitmap_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9779 static PyObject
*_wrap_wxStaticBitmap_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9780 PyObject
* _resultobj
;
9782 wxStaticBitmap
* _arg0
;
9786 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
9787 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
9788 long _arg6
= (long ) 0;
9789 wxString
* _arg7
= (wxString
*) &wxPyStaticBitmapNameStr
;
9790 PyObject
* _argo0
= 0;
9791 PyObject
* _argo1
= 0;
9792 PyObject
* _argo3
= 0;
9794 PyObject
* _obj4
= 0;
9796 PyObject
* _obj5
= 0;
9797 PyObject
* _obj7
= 0;
9798 char *_kwnames
[] = { "self","parent","id","bitmap","pos","size","style","name", NULL
};
9801 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlO:wxStaticBitmap_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_argo3
,&_obj4
,&_obj5
,&_arg6
,&_obj7
))
9804 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9805 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9806 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_Create. Expected _wxStaticBitmap_p.");
9811 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9812 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9813 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_Create. Expected _wxWindow_p.");
9818 if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxBitmap_p")) {
9819 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxStaticBitmap_Create. Expected _wxBitmap_p.");
9826 if (! wxPoint_helper(_obj4
, &_arg4
))
9832 if (! wxSize_helper(_obj5
, &_arg5
))
9837 _arg7
= wxString_in_helper(_obj7
);
9842 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9843 _result
= (bool )wxStaticBitmap_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
);
9845 wxPyEndAllowThreads(__tstate
);
9846 if (PyErr_Occurred()) return NULL
;
9847 } _resultobj
= Py_BuildValue("i",_result
);
9855 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
9856 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9857 PyObject
* _resultobj
;
9859 wxStaticBitmap
* _arg0
;
9860 PyObject
* _argo0
= 0;
9861 char *_kwnames
[] = { "self", NULL
};
9865 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
9868 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9869 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9870 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
9875 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9876 _result
= new wxBitmap (wxStaticBitmap_GetBitmap(_arg0
));
9878 wxPyEndAllowThreads(__tstate
);
9879 if (PyErr_Occurred()) return NULL
;
9880 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
9881 _resultobj
= Py_BuildValue("s",_ptemp
);
9885 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
9886 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9887 PyObject
* _resultobj
;
9888 wxStaticBitmap
* _arg0
;
9890 PyObject
* _argo0
= 0;
9891 PyObject
* _argo1
= 0;
9892 char *_kwnames
[] = { "self","bitmap", NULL
};
9895 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
9898 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9899 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9900 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
9905 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
9906 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
9911 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9912 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
9914 wxPyEndAllowThreads(__tstate
);
9915 if (PyErr_Occurred()) return NULL
;
9916 } Py_INCREF(Py_None
);
9917 _resultobj
= Py_None
;
9921 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
9922 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9923 PyObject
* _resultobj
;
9924 wxStaticBitmap
* _arg0
;
9926 PyObject
* _argo0
= 0;
9927 PyObject
* _argo1
= 0;
9928 char *_kwnames
[] = { "self","icon", NULL
};
9931 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_kwnames
,&_argo0
,&_argo1
))
9934 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9935 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9936 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
9941 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
9942 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
9947 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9948 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
9950 wxPyEndAllowThreads(__tstate
);
9951 if (PyErr_Occurred()) return NULL
;
9952 } Py_INCREF(Py_None
);
9953 _resultobj
= Py_None
;
9957 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
9960 src
= (wxRadioBox
*) ptr
;
9961 dest
= (wxControl
*) src
;
9962 return (void *) dest
;
9965 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
9968 src
= (wxRadioBox
*) ptr
;
9969 dest
= (wxWindow
*) src
;
9970 return (void *) dest
;
9973 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
9976 src
= (wxRadioBox
*) ptr
;
9977 dest
= (wxEvtHandler
*) src
;
9978 return (void *) dest
;
9981 static void *SwigwxRadioBoxTowxObject(void *ptr
) {
9984 src
= (wxRadioBox
*) ptr
;
9985 dest
= (wxObject
*) src
;
9986 return (void *) dest
;
9989 #define new_wxRadioBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10) (new wxRadioBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10))
9990 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9991 PyObject
* _resultobj
;
9992 wxRadioBox
* _result
;
9996 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9997 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9998 int _arg5
= (int ) 0;
9999 wxString
* _arg6
= (wxString
*) NULL
;
10000 int _arg7
= (int ) 0;
10001 long _arg8
= (long ) wxRA_HORIZONTAL
;
10002 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
10003 wxString
* _arg10
= (wxString
*) &wxPyRadioBoxNameStr
;
10004 PyObject
* _argo0
= 0;
10005 PyObject
* _obj2
= 0;
10007 PyObject
* _obj3
= 0;
10009 PyObject
* _obj4
= 0;
10010 PyObject
* _obj6
= 0;
10011 PyObject
* _argo9
= 0;
10012 PyObject
* _obj10
= 0;
10013 char *_kwnames
[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL
};
10017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOO:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_obj10
))
10020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
10022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
10027 _arg2
= wxString_in_helper(_obj2
);
10034 if (! wxPoint_helper(_obj3
, &_arg3
))
10040 if (! wxSize_helper(_obj4
, &_arg4
))
10045 _arg6
= wxString_LIST_helper(_obj6
);
10046 if (_arg6
== NULL
) {
10051 if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
10052 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
10058 _arg10
= wxString_in_helper(_obj10
);
10059 if (_arg10
== NULL
)
10064 _arg5
= PyList_Size(_obj6
);
10071 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10072 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,*_arg10
);
10074 wxPyEndAllowThreads(__tstate
);
10075 if (PyErr_Occurred()) return NULL
;
10077 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
10078 _resultobj
= Py_BuildValue("s",_ptemp
);
10080 Py_INCREF(Py_None
);
10081 _resultobj
= Py_None
;
10097 #define new_wxPreRadioBox() (new wxRadioBox())
10098 static PyObject
*_wrap_new_wxPreRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10099 PyObject
* _resultobj
;
10100 wxRadioBox
* _result
;
10101 char *_kwnames
[] = { NULL
};
10105 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreRadioBox",_kwnames
))
10108 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10109 _result
= (wxRadioBox
*)new_wxPreRadioBox();
10111 wxPyEndAllowThreads(__tstate
);
10112 if (PyErr_Occurred()) return NULL
;
10114 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
10115 _resultobj
= Py_BuildValue("s",_ptemp
);
10117 Py_INCREF(Py_None
);
10118 _resultobj
= Py_None
;
10123 #define wxRadioBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10))
10124 static PyObject
*_wrap_wxRadioBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10125 PyObject
* _resultobj
;
10127 wxRadioBox
* _arg0
;
10131 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
10132 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
10133 int _arg6
= (int ) 0;
10134 wxString
* _arg7
= (wxString
*) NULL
;
10135 int _arg8
= (int ) 0;
10136 long _arg9
= (long ) wxRA_HORIZONTAL
;
10137 wxValidator
* _arg10
= (wxValidator
*) &wxDefaultValidator
;
10138 wxString
* _arg11
= (wxString
*) &wxPyRadioBoxNameStr
;
10139 PyObject
* _argo0
= 0;
10140 PyObject
* _argo1
= 0;
10141 PyObject
* _obj3
= 0;
10143 PyObject
* _obj4
= 0;
10145 PyObject
* _obj5
= 0;
10146 PyObject
* _obj7
= 0;
10147 PyObject
* _argo10
= 0;
10148 PyObject
* _obj11
= 0;
10149 char *_kwnames
[] = { "self","parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL
};
10152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOOilOO:wxRadioBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_obj7
,&_arg8
,&_arg9
,&_argo10
,&_obj11
))
10155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Create. Expected _wxRadioBox_p.");
10162 if (_argo1
== Py_None
) { _arg1
= NULL
; }
10163 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
10164 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRadioBox_Create. Expected _wxWindow_p.");
10169 _arg3
= wxString_in_helper(_obj3
);
10176 if (! wxPoint_helper(_obj4
, &_arg4
))
10182 if (! wxSize_helper(_obj5
, &_arg5
))
10187 _arg7
= wxString_LIST_helper(_obj7
);
10188 if (_arg7
== NULL
) {
10193 if (SWIG_GetPtrObj(_argo10
,(void **) &_arg10
,"_wxValidator_p")) {
10194 PyErr_SetString(PyExc_TypeError
,"Type error in argument 11 of wxRadioBox_Create. Expected _wxValidator_p.");
10200 _arg11
= wxString_in_helper(_obj11
);
10201 if (_arg11
== NULL
)
10206 _arg6
= PyList_Size(_obj7
);
10213 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10214 _result
= (bool )wxRadioBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,_arg9
,*_arg10
,*_arg11
);
10216 wxPyEndAllowThreads(__tstate
);
10217 if (PyErr_Occurred()) return NULL
;
10218 } _resultobj
= Py_BuildValue("i",_result
);
10233 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
10234 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10235 PyObject
* _resultobj
;
10236 wxRadioBox
* _arg0
;
10238 PyObject
* _argo0
= 0;
10240 char *_kwnames
[] = { "self","enable", NULL
};
10243 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
10246 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10247 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10248 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
10252 _arg1
= (bool ) tempbool1
;
10254 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10255 wxRadioBox_Enable(_arg0
,_arg1
);
10257 wxPyEndAllowThreads(__tstate
);
10258 if (PyErr_Occurred()) return NULL
;
10259 } Py_INCREF(Py_None
);
10260 _resultobj
= Py_None
;
10264 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
10265 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10266 PyObject
* _resultobj
;
10267 wxRadioBox
* _arg0
;
10270 PyObject
* _argo0
= 0;
10272 char *_kwnames
[] = { "self","n","enable", NULL
};
10275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
10278 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10279 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10280 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
10284 _arg2
= (bool ) tempbool2
;
10286 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10287 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
10289 wxPyEndAllowThreads(__tstate
);
10290 if (PyErr_Occurred()) return NULL
;
10291 } Py_INCREF(Py_None
);
10292 _resultobj
= Py_None
;
10296 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
10297 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10298 PyObject
* _resultobj
;
10300 wxRadioBox
* _arg0
;
10302 PyObject
* _argo0
= 0;
10303 PyObject
* _obj1
= 0;
10304 char *_kwnames
[] = { "self","string", NULL
};
10307 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
10310 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10311 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10312 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
10317 _arg1
= wxString_in_helper(_obj1
);
10322 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10323 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
10325 wxPyEndAllowThreads(__tstate
);
10326 if (PyErr_Occurred()) return NULL
;
10327 } _resultobj
= Py_BuildValue("i",_result
);
10335 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
10336 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10337 PyObject
* _resultobj
;
10338 wxString
* _result
;
10339 wxRadioBox
* _arg0
;
10341 PyObject
* _argo0
= 0;
10342 char *_kwnames
[] = { "self","n", NULL
};
10345 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
10348 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10349 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10350 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
10355 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10356 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
10358 wxPyEndAllowThreads(__tstate
);
10359 if (PyErr_Occurred()) return NULL
;
10362 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
10364 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
10373 #define wxRadioBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
10374 static PyObject
*_wrap_wxRadioBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10375 PyObject
* _resultobj
;
10376 wxRadioBox
* _arg0
;
10379 PyObject
* _argo0
= 0;
10380 PyObject
* _obj2
= 0;
10381 char *_kwnames
[] = { "self","n","label", NULL
};
10384 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
10387 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10388 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10389 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetString. Expected _wxRadioBox_p.");
10394 _arg2
= wxString_in_helper(_obj2
);
10399 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10400 wxRadioBox_SetString(_arg0
,_arg1
,*_arg2
);
10402 wxPyEndAllowThreads(__tstate
);
10403 if (PyErr_Occurred()) return NULL
;
10404 } Py_INCREF(Py_None
);
10405 _resultobj
= Py_None
;
10413 #define wxRadioBox_GetColumnCount(_swigobj) (_swigobj->GetColumnCount())
10414 static PyObject
*_wrap_wxRadioBox_GetColumnCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10415 PyObject
* _resultobj
;
10417 wxRadioBox
* _arg0
;
10418 PyObject
* _argo0
= 0;
10419 char *_kwnames
[] = { "self", NULL
};
10422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetColumnCount",_kwnames
,&_argo0
))
10425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetColumnCount. Expected _wxRadioBox_p.");
10432 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10433 _result
= (int )wxRadioBox_GetColumnCount(_arg0
);
10435 wxPyEndAllowThreads(__tstate
);
10436 if (PyErr_Occurred()) return NULL
;
10437 } _resultobj
= Py_BuildValue("i",_result
);
10441 #define wxRadioBox_GetRowCount(_swigobj) (_swigobj->GetRowCount())
10442 static PyObject
*_wrap_wxRadioBox_GetRowCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10443 PyObject
* _resultobj
;
10445 wxRadioBox
* _arg0
;
10446 PyObject
* _argo0
= 0;
10447 char *_kwnames
[] = { "self", NULL
};
10450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetRowCount",_kwnames
,&_argo0
))
10453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetRowCount. Expected _wxRadioBox_p.");
10460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10461 _result
= (int )wxRadioBox_GetRowCount(_arg0
);
10463 wxPyEndAllowThreads(__tstate
);
10464 if (PyErr_Occurred()) return NULL
;
10465 } _resultobj
= Py_BuildValue("i",_result
);
10469 #define wxRadioBox_GetNextItem(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->GetNextItem(_swigarg0,_swigarg1,_swigarg2))
10470 static PyObject
*_wrap_wxRadioBox_GetNextItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10471 PyObject
* _resultobj
;
10473 wxRadioBox
* _arg0
;
10475 wxDirection
* _arg2
;
10477 PyObject
* _argo0
= 0;
10478 PyObject
* _argo2
= 0;
10479 char *_kwnames
[] = { "self","item","dir","style", NULL
};
10482 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiOl:wxRadioBox_GetNextItem",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_arg3
))
10485 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10486 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10487 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetNextItem. Expected _wxRadioBox_p.");
10492 if (_argo2
== Py_None
) { _arg2
= NULL
; }
10493 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxDirection_p")) {
10494 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxRadioBox_GetNextItem. Expected _wxDirection_p.");
10499 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10500 _result
= (int )wxRadioBox_GetNextItem(_arg0
,_arg1
,*_arg2
,_arg3
);
10502 wxPyEndAllowThreads(__tstate
);
10503 if (PyErr_Occurred()) return NULL
;
10504 } _resultobj
= Py_BuildValue("i",_result
);
10508 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
10509 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10510 PyObject
* _resultobj
;
10512 wxRadioBox
* _arg0
;
10513 PyObject
* _argo0
= 0;
10514 char *_kwnames
[] = { "self", NULL
};
10517 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
10520 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10521 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10522 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
10527 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10528 _result
= (int )wxRadioBox_GetSelection(_arg0
);
10530 wxPyEndAllowThreads(__tstate
);
10531 if (PyErr_Occurred()) return NULL
;
10532 } _resultobj
= Py_BuildValue("i",_result
);
10536 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
10537 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10538 PyObject
* _resultobj
;
10539 wxString
* _result
;
10540 wxRadioBox
* _arg0
;
10541 PyObject
* _argo0
= 0;
10542 char *_kwnames
[] = { "self", NULL
};
10545 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
10548 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10549 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10550 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
10555 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10556 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
10558 wxPyEndAllowThreads(__tstate
);
10559 if (PyErr_Occurred()) return NULL
;
10562 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
10564 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
10573 #define wxRadioBox_GetCount(_swigobj) (_swigobj->GetCount())
10574 static PyObject
*_wrap_wxRadioBox_GetCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10575 PyObject
* _resultobj
;
10577 wxRadioBox
* _arg0
;
10578 PyObject
* _argo0
= 0;
10579 char *_kwnames
[] = { "self", NULL
};
10582 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetCount",_kwnames
,&_argo0
))
10585 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10586 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10587 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetCount. Expected _wxRadioBox_p.");
10592 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10593 _result
= (int )wxRadioBox_GetCount(_arg0
);
10595 wxPyEndAllowThreads(__tstate
);
10596 if (PyErr_Occurred()) return NULL
;
10597 } _resultobj
= Py_BuildValue("i",_result
);
10601 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
10602 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10603 PyObject
* _resultobj
;
10604 wxRadioBox
* _arg0
;
10606 PyObject
* _argo0
= 0;
10607 char *_kwnames
[] = { "self","n", NULL
};
10610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
10613 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10614 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
10620 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10621 wxRadioBox_SetSelection(_arg0
,_arg1
);
10623 wxPyEndAllowThreads(__tstate
);
10624 if (PyErr_Occurred()) return NULL
;
10625 } Py_INCREF(Py_None
);
10626 _resultobj
= Py_None
;
10630 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
10631 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10632 PyObject
* _resultobj
;
10633 wxRadioBox
* _arg0
;
10635 PyObject
* _argo0
= 0;
10636 PyObject
* _obj1
= 0;
10637 char *_kwnames
[] = { "self","string", NULL
};
10640 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
10643 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10644 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10645 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
10650 _arg1
= wxString_in_helper(_obj1
);
10655 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10656 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
10658 wxPyEndAllowThreads(__tstate
);
10659 if (PyErr_Occurred()) return NULL
;
10660 } Py_INCREF(Py_None
);
10661 _resultobj
= Py_None
;
10669 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
10670 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10671 PyObject
* _resultobj
;
10672 wxRadioBox
* _arg0
;
10674 PyObject
* _argo0
= 0;
10676 char *_kwnames
[] = { "self","show", NULL
};
10679 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
10682 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10683 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10684 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
10688 _arg1
= (bool ) tempbool1
;
10690 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10691 wxRadioBox_Show(_arg0
,_arg1
);
10693 wxPyEndAllowThreads(__tstate
);
10694 if (PyErr_Occurred()) return NULL
;
10695 } Py_INCREF(Py_None
);
10696 _resultobj
= Py_None
;
10700 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
10701 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10702 PyObject
* _resultobj
;
10703 wxRadioBox
* _arg0
;
10706 PyObject
* _argo0
= 0;
10708 char *_kwnames
[] = { "self","item","show", NULL
};
10711 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
10714 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10715 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10716 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
10720 _arg2
= (bool ) tempbool2
;
10722 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10723 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
10725 wxPyEndAllowThreads(__tstate
);
10726 if (PyErr_Occurred()) return NULL
;
10727 } Py_INCREF(Py_None
);
10728 _resultobj
= Py_None
;
10732 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
10733 wxRadioButton
*src
;
10735 src
= (wxRadioButton
*) ptr
;
10736 dest
= (wxControl
*) src
;
10737 return (void *) dest
;
10740 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
10741 wxRadioButton
*src
;
10743 src
= (wxRadioButton
*) ptr
;
10744 dest
= (wxWindow
*) src
;
10745 return (void *) dest
;
10748 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
10749 wxRadioButton
*src
;
10750 wxEvtHandler
*dest
;
10751 src
= (wxRadioButton
*) ptr
;
10752 dest
= (wxEvtHandler
*) src
;
10753 return (void *) dest
;
10756 static void *SwigwxRadioButtonTowxObject(void *ptr
) {
10757 wxRadioButton
*src
;
10759 src
= (wxRadioButton
*) ptr
;
10760 dest
= (wxObject
*) src
;
10761 return (void *) dest
;
10764 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10765 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10766 PyObject
* _resultobj
;
10767 wxRadioButton
* _result
;
10771 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
10772 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
10773 long _arg5
= (long ) 0;
10774 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
10775 wxString
* _arg7
= (wxString
*) &wxPyRadioButtonNameStr
;
10776 PyObject
* _argo0
= 0;
10777 PyObject
* _obj2
= 0;
10779 PyObject
* _obj3
= 0;
10781 PyObject
* _obj4
= 0;
10782 PyObject
* _argo6
= 0;
10783 PyObject
* _obj7
= 0;
10784 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
10788 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
10791 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10792 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
10793 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
10798 _arg2
= wxString_in_helper(_obj2
);
10805 if (! wxPoint_helper(_obj3
, &_arg3
))
10811 if (! wxSize_helper(_obj4
, &_arg4
))
10815 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
10816 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
10822 _arg7
= wxString_in_helper(_obj7
);
10827 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10828 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
10830 wxPyEndAllowThreads(__tstate
);
10831 if (PyErr_Occurred()) return NULL
;
10833 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
10834 _resultobj
= Py_BuildValue("s",_ptemp
);
10836 Py_INCREF(Py_None
);
10837 _resultobj
= Py_None
;
10850 #define new_wxPreRadioButton() (new wxRadioButton())
10851 static PyObject
*_wrap_new_wxPreRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10852 PyObject
* _resultobj
;
10853 wxRadioButton
* _result
;
10854 char *_kwnames
[] = { NULL
};
10858 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreRadioButton",_kwnames
))
10861 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10862 _result
= (wxRadioButton
*)new_wxPreRadioButton();
10864 wxPyEndAllowThreads(__tstate
);
10865 if (PyErr_Occurred()) return NULL
;
10867 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
10868 _resultobj
= Py_BuildValue("s",_ptemp
);
10870 Py_INCREF(Py_None
);
10871 _resultobj
= Py_None
;
10876 #define wxRadioButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10877 static PyObject
*_wrap_wxRadioButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10878 PyObject
* _resultobj
;
10880 wxRadioButton
* _arg0
;
10884 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
10885 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
10886 long _arg6
= (long ) 0;
10887 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
10888 wxString
* _arg8
= (wxString
*) &wxPyRadioButtonNameStr
;
10889 PyObject
* _argo0
= 0;
10890 PyObject
* _argo1
= 0;
10891 PyObject
* _obj3
= 0;
10893 PyObject
* _obj4
= 0;
10895 PyObject
* _obj5
= 0;
10896 PyObject
* _argo7
= 0;
10897 PyObject
* _obj8
= 0;
10898 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
10901 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxRadioButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
10904 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10905 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
10906 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_Create. Expected _wxRadioButton_p.");
10911 if (_argo1
== Py_None
) { _arg1
= NULL
; }
10912 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
10913 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRadioButton_Create. Expected _wxWindow_p.");
10918 _arg3
= wxString_in_helper(_obj3
);
10925 if (! wxPoint_helper(_obj4
, &_arg4
))
10931 if (! wxSize_helper(_obj5
, &_arg5
))
10935 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
10936 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxRadioButton_Create. Expected _wxValidator_p.");
10942 _arg8
= wxString_in_helper(_obj8
);
10947 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10948 _result
= (bool )wxRadioButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
10950 wxPyEndAllowThreads(__tstate
);
10951 if (PyErr_Occurred()) return NULL
;
10952 } _resultobj
= Py_BuildValue("i",_result
);
10964 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
10965 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10966 PyObject
* _resultobj
;
10968 wxRadioButton
* _arg0
;
10969 PyObject
* _argo0
= 0;
10970 char *_kwnames
[] = { "self", NULL
};
10973 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
10976 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10977 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
10978 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
10983 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10984 _result
= (bool )wxRadioButton_GetValue(_arg0
);
10986 wxPyEndAllowThreads(__tstate
);
10987 if (PyErr_Occurred()) return NULL
;
10988 } _resultobj
= Py_BuildValue("i",_result
);
10992 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10993 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10994 PyObject
* _resultobj
;
10995 wxRadioButton
* _arg0
;
10997 PyObject
* _argo0
= 0;
10999 char *_kwnames
[] = { "self","value", NULL
};
11002 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
11005 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11006 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
11007 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
11011 _arg1
= (bool ) tempbool1
;
11013 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11014 wxRadioButton_SetValue(_arg0
,_arg1
);
11016 wxPyEndAllowThreads(__tstate
);
11017 if (PyErr_Occurred()) return NULL
;
11018 } Py_INCREF(Py_None
);
11019 _resultobj
= Py_None
;
11023 static void *SwigwxSliderTowxControl(void *ptr
) {
11026 src
= (wxSlider
*) ptr
;
11027 dest
= (wxControl
*) src
;
11028 return (void *) dest
;
11031 static void *SwigwxSliderTowxWindow(void *ptr
) {
11034 src
= (wxSlider
*) ptr
;
11035 dest
= (wxWindow
*) src
;
11036 return (void *) dest
;
11039 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
11041 wxEvtHandler
*dest
;
11042 src
= (wxSlider
*) ptr
;
11043 dest
= (wxEvtHandler
*) src
;
11044 return (void *) dest
;
11047 static void *SwigwxSliderTowxObject(void *ptr
) {
11050 src
= (wxSlider
*) ptr
;
11051 dest
= (wxObject
*) src
;
11052 return (void *) dest
;
11055 #define new_wxSlider(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxSlider(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
11056 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11057 PyObject
* _resultobj
;
11058 wxSlider
* _result
;
11064 wxPoint
* _arg5
= (wxPoint
*) &wxDefaultPosition
;
11065 wxSize
* _arg6
= (wxSize
*) &wxDefaultSize
;
11066 long _arg7
= (long ) wxSL_HORIZONTAL
;
11067 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
11068 wxString
* _arg9
= (wxString
*) &wxPySliderNameStr
;
11069 PyObject
* _argo0
= 0;
11071 PyObject
* _obj5
= 0;
11073 PyObject
* _obj6
= 0;
11074 PyObject
* _argo8
= 0;
11075 PyObject
* _obj9
= 0;
11076 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
11080 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOO:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
11083 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11084 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
11085 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
11092 if (! wxPoint_helper(_obj5
, &_arg5
))
11098 if (! wxSize_helper(_obj6
, &_arg6
))
11102 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
11103 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
11109 _arg9
= wxString_in_helper(_obj9
);
11114 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11115 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,*_arg9
);
11117 wxPyEndAllowThreads(__tstate
);
11118 if (PyErr_Occurred()) return NULL
;
11120 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
11121 _resultobj
= Py_BuildValue("s",_ptemp
);
11123 Py_INCREF(Py_None
);
11124 _resultobj
= Py_None
;
11133 #define new_wxPreSlider() (new wxSlider())
11134 static PyObject
*_wrap_new_wxPreSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11135 PyObject
* _resultobj
;
11136 wxSlider
* _result
;
11137 char *_kwnames
[] = { NULL
};
11141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSlider",_kwnames
))
11144 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11145 _result
= (wxSlider
*)new_wxPreSlider();
11147 wxPyEndAllowThreads(__tstate
);
11148 if (PyErr_Occurred()) return NULL
;
11150 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
11151 _resultobj
= Py_BuildValue("s",_ptemp
);
11153 Py_INCREF(Py_None
);
11154 _resultobj
= Py_None
;
11159 #define wxSlider_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
11160 static PyObject
*_wrap_wxSlider_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11161 PyObject
* _resultobj
;
11169 wxPoint
* _arg6
= (wxPoint
*) &wxDefaultPosition
;
11170 wxSize
* _arg7
= (wxSize
*) &wxDefaultSize
;
11171 long _arg8
= (long ) wxSL_HORIZONTAL
;
11172 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
11173 wxString
* _arg10
= (wxString
*) &wxPySliderNameStr
;
11174 PyObject
* _argo0
= 0;
11175 PyObject
* _argo1
= 0;
11177 PyObject
* _obj6
= 0;
11179 PyObject
* _obj7
= 0;
11180 PyObject
* _argo9
= 0;
11181 PyObject
* _obj10
= 0;
11182 char *_kwnames
[] = { "self","parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
11185 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiiii|OOlOO:wxSlider_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_arg4
,&_arg5
,&_obj6
,&_obj7
,&_arg8
,&_argo9
,&_obj10
))
11188 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11189 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11190 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_Create. Expected _wxSlider_p.");
11195 if (_argo1
== Py_None
) { _arg1
= NULL
; }
11196 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
11197 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSlider_Create. Expected _wxWindow_p.");
11204 if (! wxPoint_helper(_obj6
, &_arg6
))
11210 if (! wxSize_helper(_obj7
, &_arg7
))
11214 if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
11215 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of wxSlider_Create. Expected _wxValidator_p.");
11221 _arg10
= wxString_in_helper(_obj10
);
11222 if (_arg10
== NULL
)
11226 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11227 _result
= (bool )wxSlider_Create(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
,_arg8
,*_arg9
,*_arg10
);
11229 wxPyEndAllowThreads(__tstate
);
11230 if (PyErr_Occurred()) return NULL
;
11231 } _resultobj
= Py_BuildValue("i",_result
);
11239 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
11240 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11241 PyObject
* _resultobj
;
11243 PyObject
* _argo0
= 0;
11244 char *_kwnames
[] = { "self", NULL
};
11247 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
11250 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11251 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11252 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
11257 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11258 wxSlider_ClearSel(_arg0
);
11260 wxPyEndAllowThreads(__tstate
);
11261 if (PyErr_Occurred()) return NULL
;
11262 } Py_INCREF(Py_None
);
11263 _resultobj
= Py_None
;
11267 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
11268 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11269 PyObject
* _resultobj
;
11271 PyObject
* _argo0
= 0;
11272 char *_kwnames
[] = { "self", NULL
};
11275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
11278 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11279 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11280 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
11285 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11286 wxSlider_ClearTicks(_arg0
);
11288 wxPyEndAllowThreads(__tstate
);
11289 if (PyErr_Occurred()) return NULL
;
11290 } Py_INCREF(Py_None
);
11291 _resultobj
= Py_None
;
11295 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
11296 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11297 PyObject
* _resultobj
;
11300 PyObject
* _argo0
= 0;
11301 char *_kwnames
[] = { "self", NULL
};
11304 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
11307 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11308 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
11314 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11315 _result
= (int )wxSlider_GetLineSize(_arg0
);
11317 wxPyEndAllowThreads(__tstate
);
11318 if (PyErr_Occurred()) return NULL
;
11319 } _resultobj
= Py_BuildValue("i",_result
);
11323 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
11324 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11325 PyObject
* _resultobj
;
11328 PyObject
* _argo0
= 0;
11329 char *_kwnames
[] = { "self", NULL
};
11332 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
11335 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11336 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11337 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
11342 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11343 _result
= (int )wxSlider_GetMax(_arg0
);
11345 wxPyEndAllowThreads(__tstate
);
11346 if (PyErr_Occurred()) return NULL
;
11347 } _resultobj
= Py_BuildValue("i",_result
);
11351 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
11352 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11353 PyObject
* _resultobj
;
11356 PyObject
* _argo0
= 0;
11357 char *_kwnames
[] = { "self", NULL
};
11360 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
11363 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11364 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11365 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
11370 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11371 _result
= (int )wxSlider_GetMin(_arg0
);
11373 wxPyEndAllowThreads(__tstate
);
11374 if (PyErr_Occurred()) return NULL
;
11375 } _resultobj
= Py_BuildValue("i",_result
);
11379 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
11380 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11381 PyObject
* _resultobj
;
11384 PyObject
* _argo0
= 0;
11385 char *_kwnames
[] = { "self", NULL
};
11388 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
11391 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11392 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11393 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
11398 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11399 _result
= (int )wxSlider_GetPageSize(_arg0
);
11401 wxPyEndAllowThreads(__tstate
);
11402 if (PyErr_Occurred()) return NULL
;
11403 } _resultobj
= Py_BuildValue("i",_result
);
11407 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
11408 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11409 PyObject
* _resultobj
;
11412 PyObject
* _argo0
= 0;
11413 char *_kwnames
[] = { "self", NULL
};
11416 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
11419 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11420 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11421 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
11426 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11427 _result
= (int )wxSlider_GetSelEnd(_arg0
);
11429 wxPyEndAllowThreads(__tstate
);
11430 if (PyErr_Occurred()) return NULL
;
11431 } _resultobj
= Py_BuildValue("i",_result
);
11435 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
11436 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11437 PyObject
* _resultobj
;
11440 PyObject
* _argo0
= 0;
11441 char *_kwnames
[] = { "self", NULL
};
11444 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
11447 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11448 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11449 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
11454 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11455 _result
= (int )wxSlider_GetSelStart(_arg0
);
11457 wxPyEndAllowThreads(__tstate
);
11458 if (PyErr_Occurred()) return NULL
;
11459 } _resultobj
= Py_BuildValue("i",_result
);
11463 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
11464 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11465 PyObject
* _resultobj
;
11468 PyObject
* _argo0
= 0;
11469 char *_kwnames
[] = { "self", NULL
};
11472 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
11475 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11476 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
11482 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11483 _result
= (int )wxSlider_GetThumbLength(_arg0
);
11485 wxPyEndAllowThreads(__tstate
);
11486 if (PyErr_Occurred()) return NULL
;
11487 } _resultobj
= Py_BuildValue("i",_result
);
11491 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
11492 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11493 PyObject
* _resultobj
;
11496 PyObject
* _argo0
= 0;
11497 char *_kwnames
[] = { "self", NULL
};
11500 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_kwnames
,&_argo0
))
11503 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11504 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11505 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
11510 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11511 _result
= (int )wxSlider_GetTickFreq(_arg0
);
11513 wxPyEndAllowThreads(__tstate
);
11514 if (PyErr_Occurred()) return NULL
;
11515 } _resultobj
= Py_BuildValue("i",_result
);
11519 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
11520 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11521 PyObject
* _resultobj
;
11524 PyObject
* _argo0
= 0;
11525 char *_kwnames
[] = { "self", NULL
};
11528 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_kwnames
,&_argo0
))
11531 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11532 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11533 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
11538 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11539 _result
= (int )wxSlider_GetValue(_arg0
);
11541 wxPyEndAllowThreads(__tstate
);
11542 if (PyErr_Occurred()) return NULL
;
11543 } _resultobj
= Py_BuildValue("i",_result
);
11547 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
11548 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11549 PyObject
* _resultobj
;
11553 PyObject
* _argo0
= 0;
11554 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
11557 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11560 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11561 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11562 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
11567 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11568 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
11570 wxPyEndAllowThreads(__tstate
);
11571 if (PyErr_Occurred()) return NULL
;
11572 } Py_INCREF(Py_None
);
11573 _resultobj
= Py_None
;
11577 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
11578 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11579 PyObject
* _resultobj
;
11583 PyObject
* _argo0
= 0;
11584 char *_kwnames
[] = { "self","n","pos", NULL
};
11587 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11590 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11591 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11592 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
11597 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11598 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
11600 wxPyEndAllowThreads(__tstate
);
11601 if (PyErr_Occurred()) return NULL
;
11602 } Py_INCREF(Py_None
);
11603 _resultobj
= Py_None
;
11607 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
11608 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11609 PyObject
* _resultobj
;
11612 PyObject
* _argo0
= 0;
11613 char *_kwnames
[] = { "self","lineSize", NULL
};
11616 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
11619 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11620 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11621 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
11626 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11627 wxSlider_SetLineSize(_arg0
,_arg1
);
11629 wxPyEndAllowThreads(__tstate
);
11630 if (PyErr_Occurred()) return NULL
;
11631 } Py_INCREF(Py_None
);
11632 _resultobj
= Py_None
;
11636 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
11637 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11638 PyObject
* _resultobj
;
11641 PyObject
* _argo0
= 0;
11642 char *_kwnames
[] = { "self","pageSize", NULL
};
11645 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
11648 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11649 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11650 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
11655 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11656 wxSlider_SetPageSize(_arg0
,_arg1
);
11658 wxPyEndAllowThreads(__tstate
);
11659 if (PyErr_Occurred()) return NULL
;
11660 } Py_INCREF(Py_None
);
11661 _resultobj
= Py_None
;
11665 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
11666 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11667 PyObject
* _resultobj
;
11671 PyObject
* _argo0
= 0;
11672 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
11675 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11678 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11679 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11680 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
11685 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11686 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
11688 wxPyEndAllowThreads(__tstate
);
11689 if (PyErr_Occurred()) return NULL
;
11690 } Py_INCREF(Py_None
);
11691 _resultobj
= Py_None
;
11695 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
11696 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11697 PyObject
* _resultobj
;
11700 PyObject
* _argo0
= 0;
11701 char *_kwnames
[] = { "self","len", NULL
};
11704 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
11707 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11708 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11709 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
11714 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11715 wxSlider_SetThumbLength(_arg0
,_arg1
);
11717 wxPyEndAllowThreads(__tstate
);
11718 if (PyErr_Occurred()) return NULL
;
11719 } Py_INCREF(Py_None
);
11720 _resultobj
= Py_None
;
11724 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
11725 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11726 PyObject
* _resultobj
;
11729 PyObject
* _argo0
= 0;
11730 char *_kwnames
[] = { "self","tickPos", NULL
};
11733 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
11736 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11737 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11738 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
11743 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11744 wxSlider_SetTick(_arg0
,_arg1
);
11746 wxPyEndAllowThreads(__tstate
);
11747 if (PyErr_Occurred()) return NULL
;
11748 } Py_INCREF(Py_None
);
11749 _resultobj
= Py_None
;
11753 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11754 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11755 PyObject
* _resultobj
;
11758 PyObject
* _argo0
= 0;
11759 char *_kwnames
[] = { "self","value", NULL
};
11762 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
11765 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11766 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11767 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
11772 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11773 wxSlider_SetValue(_arg0
,_arg1
);
11775 wxPyEndAllowThreads(__tstate
);
11776 if (PyErr_Occurred()) return NULL
;
11777 } Py_INCREF(Py_None
);
11778 _resultobj
= Py_None
;
11782 static void *SwigwxSpinCtrlTowxSpinButton(void *ptr
) {
11784 wxSpinButton
*dest
;
11785 src
= (wxSpinCtrl
*) ptr
;
11786 dest
= (wxSpinButton
*) src
;
11787 return (void *) dest
;
11790 static void *SwigwxSpinCtrlTowxControl(void *ptr
) {
11793 src
= (wxSpinCtrl
*) ptr
;
11794 dest
= (wxControl
*) src
;
11795 return (void *) dest
;
11798 static void *SwigwxSpinCtrlTowxWindow(void *ptr
) {
11801 src
= (wxSpinCtrl
*) ptr
;
11802 dest
= (wxWindow
*) src
;
11803 return (void *) dest
;
11806 static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr
) {
11808 wxEvtHandler
*dest
;
11809 src
= (wxSpinCtrl
*) ptr
;
11810 dest
= (wxEvtHandler
*) src
;
11811 return (void *) dest
;
11814 static void *SwigwxSpinCtrlTowxObject(void *ptr
) {
11817 src
= (wxSpinCtrl
*) ptr
;
11818 dest
= (wxObject
*) src
;
11819 return (void *) dest
;
11822 #define new_wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
11823 static PyObject
*_wrap_new_wxSpinCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11824 PyObject
* _resultobj
;
11825 wxSpinCtrl
* _result
;
11827 wxWindowID _arg1
= (wxWindowID
) -1;
11828 wxString
* _arg2
= (wxString
*) &wxPyEmptyString
;
11829 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
11830 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
11831 long _arg5
= (long ) wxSP_ARROW_KEYS
;
11832 int _arg6
= (int ) 0;
11833 int _arg7
= (int ) 100;
11834 int _arg8
= (int ) 0;
11835 wxString
* _arg9
= (wxString
*) &wxPySpinCtrlNameStr
;
11836 PyObject
* _argo0
= 0;
11837 PyObject
* _obj2
= 0;
11839 PyObject
* _obj3
= 0;
11841 PyObject
* _obj4
= 0;
11842 PyObject
* _obj9
= 0;
11843 char *_kwnames
[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL
};
11847 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOOliiiO:new_wxSpinCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
,&_arg7
,&_arg8
,&_obj9
))
11850 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11851 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
11852 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
11858 _arg2
= wxString_in_helper(_obj2
);
11865 if (! wxPoint_helper(_obj3
, &_arg3
))
11871 if (! wxSize_helper(_obj4
, &_arg4
))
11876 _arg9
= wxString_in_helper(_obj9
);
11881 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11882 _result
= (wxSpinCtrl
*)new_wxSpinCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
);
11884 wxPyEndAllowThreads(__tstate
);
11885 if (PyErr_Occurred()) return NULL
;
11887 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinCtrl_p");
11888 _resultobj
= Py_BuildValue("s",_ptemp
);
11890 Py_INCREF(Py_None
);
11891 _resultobj
= Py_None
;
11904 #define new_wxPreSpinCtrl() (new wxSpinCtrl())
11905 static PyObject
*_wrap_new_wxPreSpinCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11906 PyObject
* _resultobj
;
11907 wxSpinCtrl
* _result
;
11908 char *_kwnames
[] = { NULL
};
11912 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSpinCtrl",_kwnames
))
11915 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11916 _result
= (wxSpinCtrl
*)new_wxPreSpinCtrl();
11918 wxPyEndAllowThreads(__tstate
);
11919 if (PyErr_Occurred()) return NULL
;
11921 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinCtrl_p");
11922 _resultobj
= Py_BuildValue("s",_ptemp
);
11924 Py_INCREF(Py_None
);
11925 _resultobj
= Py_None
;
11930 #define wxSpinCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
11931 static PyObject
*_wrap_wxSpinCtrl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11932 PyObject
* _resultobj
;
11934 wxSpinCtrl
* _arg0
;
11936 wxWindowID _arg2
= (wxWindowID
) -1;
11937 wxString
* _arg3
= (wxString
*) &wxPyEmptyString
;
11938 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
11939 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
11940 long _arg6
= (long ) wxSP_ARROW_KEYS
;
11941 int _arg7
= (int ) 0;
11942 int _arg8
= (int ) 100;
11943 int _arg9
= (int ) 0;
11944 wxString
* _arg10
= (wxString
*) &wxPySpinCtrlNameStr
;
11945 PyObject
* _argo0
= 0;
11946 PyObject
* _argo1
= 0;
11947 PyObject
* _obj3
= 0;
11949 PyObject
* _obj4
= 0;
11951 PyObject
* _obj5
= 0;
11952 PyObject
* _obj10
= 0;
11953 char *_kwnames
[] = { "self","parent","id","value","pos","size","style","min","max","initial","name", NULL
};
11956 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOOliiiO:wxSpinCtrl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_arg7
,&_arg8
,&_arg9
,&_obj10
))
11959 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11960 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11961 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_Create. Expected _wxSpinCtrl_p.");
11966 if (_argo1
== Py_None
) { _arg1
= NULL
; }
11967 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
11968 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSpinCtrl_Create. Expected _wxWindow_p.");
11974 _arg3
= wxString_in_helper(_obj3
);
11981 if (! wxPoint_helper(_obj4
, &_arg4
))
11987 if (! wxSize_helper(_obj5
, &_arg5
))
11992 _arg10
= wxString_in_helper(_obj10
);
11993 if (_arg10
== NULL
)
11997 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11998 _result
= (bool )wxSpinCtrl_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,_arg9
,*_arg10
);
12000 wxPyEndAllowThreads(__tstate
);
12001 if (PyErr_Occurred()) return NULL
;
12002 } _resultobj
= Py_BuildValue("i",_result
);
12014 #define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
12015 static PyObject
*_wrap_wxSpinCtrl_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12016 PyObject
* _resultobj
;
12018 wxSpinCtrl
* _arg0
;
12019 PyObject
* _argo0
= 0;
12020 char *_kwnames
[] = { "self", NULL
};
12023 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMax",_kwnames
,&_argo0
))
12026 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12027 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
12028 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
12033 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12034 _result
= (int )wxSpinCtrl_GetMax(_arg0
);
12036 wxPyEndAllowThreads(__tstate
);
12037 if (PyErr_Occurred()) return NULL
;
12038 } _resultobj
= Py_BuildValue("i",_result
);
12042 #define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
12043 static PyObject
*_wrap_wxSpinCtrl_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12044 PyObject
* _resultobj
;
12046 wxSpinCtrl
* _arg0
;
12047 PyObject
* _argo0
= 0;
12048 char *_kwnames
[] = { "self", NULL
};
12051 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMin",_kwnames
,&_argo0
))
12054 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12055 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
12056 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
12061 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12062 _result
= (int )wxSpinCtrl_GetMin(_arg0
);
12064 wxPyEndAllowThreads(__tstate
);
12065 if (PyErr_Occurred()) return NULL
;
12066 } _resultobj
= Py_BuildValue("i",_result
);
12070 #define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
12071 static PyObject
*_wrap_wxSpinCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12072 PyObject
* _resultobj
;
12074 wxSpinCtrl
* _arg0
;
12075 PyObject
* _argo0
= 0;
12076 char *_kwnames
[] = { "self", NULL
};
12079 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetValue",_kwnames
,&_argo0
))
12082 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12083 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
12084 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
12089 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12090 _result
= (int )wxSpinCtrl_GetValue(_arg0
);
12092 wxPyEndAllowThreads(__tstate
);
12093 if (PyErr_Occurred()) return NULL
;
12094 } _resultobj
= Py_BuildValue("i",_result
);
12098 #define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
12099 static PyObject
*_wrap_wxSpinCtrl_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12100 PyObject
* _resultobj
;
12101 wxSpinCtrl
* _arg0
;
12104 PyObject
* _argo0
= 0;
12105 char *_kwnames
[] = { "self","min","max", NULL
};
12108 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinCtrl_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
12111 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12112 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
12113 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
12118 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12119 wxSpinCtrl_SetRange(_arg0
,_arg1
,_arg2
);
12121 wxPyEndAllowThreads(__tstate
);
12122 if (PyErr_Occurred()) return NULL
;
12123 } Py_INCREF(Py_None
);
12124 _resultobj
= Py_None
;
12128 #define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
12129 static PyObject
*_wrap_wxSpinCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12130 PyObject
* _resultobj
;
12131 wxSpinCtrl
* _arg0
;
12133 PyObject
* _argo0
= 0;
12134 char *_kwnames
[] = { "self","value", NULL
};
12137 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinCtrl_SetValue",_kwnames
,&_argo0
,&_arg1
))
12140 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12141 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
12142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
12147 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12148 wxSpinCtrl_SetValue(_arg0
,_arg1
);
12150 wxPyEndAllowThreads(__tstate
);
12151 if (PyErr_Occurred()) return NULL
;
12152 } Py_INCREF(Py_None
);
12153 _resultobj
= Py_None
;
12157 #define wxSpinCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
12158 static PyObject
*_wrap_wxSpinCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12159 PyObject
* _resultobj
;
12160 wxSpinCtrl
* _arg0
;
12163 PyObject
* _argo0
= 0;
12164 char *_kwnames
[] = { "self","from","to", NULL
};
12167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxSpinCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
12170 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12171 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
12172 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetSelection. Expected _wxSpinCtrl_p.");
12177 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12178 wxSpinCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
12180 wxPyEndAllowThreads(__tstate
);
12181 if (PyErr_Occurred()) return NULL
;
12182 } Py_INCREF(Py_None
);
12183 _resultobj
= Py_None
;
12187 static PyMethodDef controlscMethods
[] = {
12188 { "wxSpinCtrl_SetSelection", (PyCFunction
) _wrap_wxSpinCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12189 { "wxSpinCtrl_SetValue", (PyCFunction
) _wrap_wxSpinCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12190 { "wxSpinCtrl_SetRange", (PyCFunction
) _wrap_wxSpinCtrl_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12191 { "wxSpinCtrl_GetValue", (PyCFunction
) _wrap_wxSpinCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12192 { "wxSpinCtrl_GetMin", (PyCFunction
) _wrap_wxSpinCtrl_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
12193 { "wxSpinCtrl_GetMax", (PyCFunction
) _wrap_wxSpinCtrl_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
12194 { "wxSpinCtrl_Create", (PyCFunction
) _wrap_wxSpinCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
},
12195 { "new_wxPreSpinCtrl", (PyCFunction
) _wrap_new_wxPreSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12196 { "new_wxSpinCtrl", (PyCFunction
) _wrap_new_wxSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12197 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12198 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
12199 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
12200 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12201 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
12202 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
12203 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
12204 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12205 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12206 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
12207 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
12208 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
12209 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
12210 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
12211 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
12212 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
12213 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
12214 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
12215 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
12216 { "wxSlider_Create", (PyCFunction
) _wrap_wxSlider_Create
, METH_VARARGS
| METH_KEYWORDS
},
12217 { "new_wxPreSlider", (PyCFunction
) _wrap_new_wxPreSlider
, METH_VARARGS
| METH_KEYWORDS
},
12218 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
12219 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12220 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12221 { "wxRadioButton_Create", (PyCFunction
) _wrap_wxRadioButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12222 { "new_wxPreRadioButton", (PyCFunction
) _wrap_new_wxPreRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
12223 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
12224 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
12225 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
12226 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12227 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12228 { "wxRadioBox_GetCount", (PyCFunction
) _wrap_wxRadioBox_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
12229 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12230 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12231 { "wxRadioBox_GetNextItem", (PyCFunction
) _wrap_wxRadioBox_GetNextItem
, METH_VARARGS
| METH_KEYWORDS
},
12232 { "wxRadioBox_GetRowCount", (PyCFunction
) _wrap_wxRadioBox_GetRowCount
, METH_VARARGS
| METH_KEYWORDS
},
12233 { "wxRadioBox_GetColumnCount", (PyCFunction
) _wrap_wxRadioBox_GetColumnCount
, METH_VARARGS
| METH_KEYWORDS
},
12234 { "wxRadioBox_SetString", (PyCFunction
) _wrap_wxRadioBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12235 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
12236 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
12237 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
12238 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
12239 { "wxRadioBox_Create", (PyCFunction
) _wrap_wxRadioBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12240 { "new_wxPreRadioBox", (PyCFunction
) _wrap_new_wxPreRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
12241 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
12242 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
12243 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12244 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12245 { "wxStaticBitmap_Create", (PyCFunction
) _wrap_wxStaticBitmap_Create
, METH_VARARGS
| METH_KEYWORDS
},
12246 { "new_wxPreStaticBitmap", (PyCFunction
) _wrap_new_wxPreStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12247 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12248 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12249 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12250 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12251 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
12252 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
12253 { "wxSpinButton_Create", (PyCFunction
) _wrap_wxSpinButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12254 { "new_wxPreSpinButton", (PyCFunction
) _wrap_new_wxPreSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
12255 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
12256 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
12257 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
12258 { "wxScrollBar_IsVertical", (PyCFunction
) _wrap_wxScrollBar_IsVertical
, METH_VARARGS
| METH_KEYWORDS
},
12259 { "wxScrollBar_GetThumbLength", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
12260 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
12261 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
12262 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
12263 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
12264 { "wxScrollBar_Create", (PyCFunction
) _wrap_wxScrollBar_Create
, METH_VARARGS
| METH_KEYWORDS
},
12265 { "new_wxPreScrollBar", (PyCFunction
) _wrap_new_wxPreScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
12266 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
12267 { "wxTextCtrl_GetString", (PyCFunction
) _wrap_wxTextCtrl_GetString
, METH_VARARGS
| METH_KEYWORDS
},
12268 { "wxTextCtrl_write", (PyCFunction
) _wrap_wxTextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
},
12269 { "wxTextCtrl_IsMultiLine", (PyCFunction
) _wrap_wxTextCtrl_IsMultiLine
, METH_VARARGS
| METH_KEYWORDS
},
12270 { "wxTextCtrl_IsSingleLine", (PyCFunction
) _wrap_wxTextCtrl_IsSingleLine
, METH_VARARGS
| METH_KEYWORDS
},
12271 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
12272 { "wxTextCtrl_SelectAll", (PyCFunction
) _wrap_wxTextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
},
12273 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12274 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
12275 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12276 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
12277 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12278 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
12279 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
12280 { "wxTextCtrl_Redo", (PyCFunction
) _wrap_wxTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
12281 { "wxTextCtrl_Undo", (PyCFunction
) _wrap_wxTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
12282 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
12283 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
12284 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
12285 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
12286 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
12287 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
12288 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
12289 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
12290 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
12291 { "wxTextCtrl_GetStyle", (PyCFunction
) _wrap_wxTextCtrl_GetStyle
, METH_VARARGS
| METH_KEYWORDS
},
12292 { "wxTextCtrl_GetDefaultStyle", (PyCFunction
) _wrap_wxTextCtrl_GetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
},
12293 { "wxTextCtrl_SetDefaultStyle", (PyCFunction
) _wrap_wxTextCtrl_SetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
},
12294 { "wxTextCtrl_SetStyle", (PyCFunction
) _wrap_wxTextCtrl_SetStyle
, METH_VARARGS
| METH_KEYWORDS
},
12295 { "wxTextCtrl_EmulateKeyPress", (PyCFunction
) _wrap_wxTextCtrl_EmulateKeyPress
, METH_VARARGS
| METH_KEYWORDS
},
12296 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
12297 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
12298 { "wxTextCtrl_SetMaxLength", (PyCFunction
) _wrap_wxTextCtrl_SetMaxLength
, METH_VARARGS
| METH_KEYWORDS
},
12299 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
12300 { "wxTextCtrl_MarkDirty", (PyCFunction
) _wrap_wxTextCtrl_MarkDirty
, METH_VARARGS
| METH_KEYWORDS
},
12301 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
12302 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
12303 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
12304 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
12305 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
12306 { "wxTextCtrl_GetStringSelection", (PyCFunction
) _wrap_wxTextCtrl_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12307 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12308 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
12309 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
12310 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
12311 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
12312 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
12313 { "wxTextCtrl_GetRange", (PyCFunction
) _wrap_wxTextCtrl_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
12314 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12315 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12316 { "wxTextCtrl_Create", (PyCFunction
) _wrap_wxTextCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
},
12317 { "new_wxPreTextCtrl", (PyCFunction
) _wrap_new_wxPreTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12318 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12319 { "wxTextAttr_Combine", (PyCFunction
) _wrap_wxTextAttr_Combine
, METH_VARARGS
| METH_KEYWORDS
},
12320 { "wxTextAttr_IsDefault", (PyCFunction
) _wrap_wxTextAttr_IsDefault
, METH_VARARGS
| METH_KEYWORDS
},
12321 { "wxTextAttr_GetFlags", (PyCFunction
) _wrap_wxTextAttr_GetFlags
, METH_VARARGS
| METH_KEYWORDS
},
12322 { "wxTextAttr_GetRightIndent", (PyCFunction
) _wrap_wxTextAttr_GetRightIndent
, METH_VARARGS
| METH_KEYWORDS
},
12323 { "wxTextAttr_GetLeftIndent", (PyCFunction
) _wrap_wxTextAttr_GetLeftIndent
, METH_VARARGS
| METH_KEYWORDS
},
12324 { "wxTextAttr_GetTabs", (PyCFunction
) _wrap_wxTextAttr_GetTabs
, METH_VARARGS
| METH_KEYWORDS
},
12325 { "wxTextAttr_GetAlignment", (PyCFunction
) _wrap_wxTextAttr_GetAlignment
, METH_VARARGS
| METH_KEYWORDS
},
12326 { "wxTextAttr_GetFont", (PyCFunction
) _wrap_wxTextAttr_GetFont
, METH_VARARGS
| METH_KEYWORDS
},
12327 { "wxTextAttr_GetBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_GetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12328 { "wxTextAttr_GetTextColour", (PyCFunction
) _wrap_wxTextAttr_GetTextColour
, METH_VARARGS
| METH_KEYWORDS
},
12329 { "wxTextAttr_HasFlag", (PyCFunction
) _wrap_wxTextAttr_HasFlag
, METH_VARARGS
| METH_KEYWORDS
},
12330 { "wxTextAttr_HasRightIndent", (PyCFunction
) _wrap_wxTextAttr_HasRightIndent
, METH_VARARGS
| METH_KEYWORDS
},
12331 { "wxTextAttr_HasLeftIndent", (PyCFunction
) _wrap_wxTextAttr_HasLeftIndent
, METH_VARARGS
| METH_KEYWORDS
},
12332 { "wxTextAttr_HasTabs", (PyCFunction
) _wrap_wxTextAttr_HasTabs
, METH_VARARGS
| METH_KEYWORDS
},
12333 { "wxTextAttr_HasAlignment", (PyCFunction
) _wrap_wxTextAttr_HasAlignment
, METH_VARARGS
| METH_KEYWORDS
},
12334 { "wxTextAttr_HasFont", (PyCFunction
) _wrap_wxTextAttr_HasFont
, METH_VARARGS
| METH_KEYWORDS
},
12335 { "wxTextAttr_HasBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_HasBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12336 { "wxTextAttr_HasTextColour", (PyCFunction
) _wrap_wxTextAttr_HasTextColour
, METH_VARARGS
| METH_KEYWORDS
},
12337 { "wxTextAttr_SetFlags", (PyCFunction
) _wrap_wxTextAttr_SetFlags
, METH_VARARGS
| METH_KEYWORDS
},
12338 { "wxTextAttr_SetRightIndent", (PyCFunction
) _wrap_wxTextAttr_SetRightIndent
, METH_VARARGS
| METH_KEYWORDS
},
12339 { "wxTextAttr_SetLeftIndent", (PyCFunction
) _wrap_wxTextAttr_SetLeftIndent
, METH_VARARGS
| METH_KEYWORDS
},
12340 { "wxTextAttr_SetTabs", (PyCFunction
) _wrap_wxTextAttr_SetTabs
, METH_VARARGS
| METH_KEYWORDS
},
12341 { "wxTextAttr_SetAlignment", (PyCFunction
) _wrap_wxTextAttr_SetAlignment
, METH_VARARGS
| METH_KEYWORDS
},
12342 { "wxTextAttr_SetFont", (PyCFunction
) _wrap_wxTextAttr_SetFont
, METH_VARARGS
| METH_KEYWORDS
},
12343 { "wxTextAttr_SetBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12344 { "wxTextAttr_SetTextColour", (PyCFunction
) _wrap_wxTextAttr_SetTextColour
, METH_VARARGS
| METH_KEYWORDS
},
12345 { "wxTextAttr_Init", (PyCFunction
) _wrap_wxTextAttr_Init
, METH_VARARGS
| METH_KEYWORDS
},
12346 { "delete_wxTextAttr", (PyCFunction
) _wrap_delete_wxTextAttr
, METH_VARARGS
| METH_KEYWORDS
},
12347 { "new_wxTextAttr", (PyCFunction
) _wrap_new_wxTextAttr
, METH_VARARGS
| METH_KEYWORDS
},
12348 { "wxCheckListBox_HitTestXY", (PyCFunction
) _wrap_wxCheckListBox_HitTestXY
, METH_VARARGS
| METH_KEYWORDS
},
12349 { "wxCheckListBox_HitTest", (PyCFunction
) _wrap_wxCheckListBox_HitTest
, METH_VARARGS
| METH_KEYWORDS
},
12350 { "wxCheckListBox_InsertItems", (PyCFunction
) _wrap_wxCheckListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
12351 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
12352 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
12353 { "wxCheckListBox_Create", (PyCFunction
) _wrap_wxCheckListBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12354 { "new_wxPreCheckListBox", (PyCFunction
) _wrap_new_wxPreCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
12355 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
12356 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12357 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12358 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12359 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
12360 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
12361 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
12362 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
12363 { "wxListBox_IsSelected", (PyCFunction
) _wrap_wxListBox_IsSelected
, METH_VARARGS
| METH_KEYWORDS
},
12364 { "wxListBox_InsertItems", (PyCFunction
) _wrap_wxListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
12365 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
12366 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
12367 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
12368 { "wxListBox_Create", (PyCFunction
) _wrap_wxListBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12369 { "new_wxPreListBox", (PyCFunction
) _wrap_new_wxPreListBox
, METH_VARARGS
| METH_KEYWORDS
},
12370 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
12371 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12372 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12373 { "wxStaticText_Create", (PyCFunction
) _wrap_wxStaticText_Create
, METH_VARARGS
| METH_KEYWORDS
},
12374 { "new_wxPreStaticText", (PyCFunction
) _wrap_new_wxPreStaticText
, METH_VARARGS
| METH_KEYWORDS
},
12375 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
12376 { "wxStaticLine_Create", (PyCFunction
) _wrap_wxStaticLine_Create
, METH_VARARGS
| METH_KEYWORDS
},
12377 { "new_wxPreStaticLine", (PyCFunction
) _wrap_new_wxPreStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
12378 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
12379 { "wxStaticBox_Create", (PyCFunction
) _wrap_wxStaticBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12380 { "new_wxPreStaticBox", (PyCFunction
) _wrap_new_wxPreStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
12381 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
12382 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12383 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
12384 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12385 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
12386 { "wxGauge_IsVertical", (PyCFunction
) _wrap_wxGauge_IsVertical
, METH_VARARGS
| METH_KEYWORDS
},
12387 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12388 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
12389 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
12390 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
12391 { "wxGauge_Create", (PyCFunction
) _wrap_wxGauge_Create
, METH_VARARGS
| METH_KEYWORDS
},
12392 { "new_wxPreGauge", (PyCFunction
) _wrap_new_wxPreGauge
, METH_VARARGS
| METH_KEYWORDS
},
12393 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
12394 { "wxComboBox_SetClientData", (PyCFunction
) _wrap_wxComboBox_SetClientData
, METH_VARARGS
| METH_KEYWORDS
},
12395 { "wxComboBox_GetClientData", (PyCFunction
) _wrap_wxComboBox_GetClientData
, METH_VARARGS
| METH_KEYWORDS
},
12396 { "wxComboBox_Append", (PyCFunction
) _wrap_wxComboBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
12397 { "wxComboBox_GetStringSelection", (PyCFunction
) _wrap_wxComboBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12398 { "wxComboBox_GetSelection", (PyCFunction
) _wrap_wxComboBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12399 { "wxComboBox_FindString", (PyCFunction
) _wrap_wxComboBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
12400 { "wxComboBox_GetString", (PyCFunction
) _wrap_wxComboBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
12401 { "wxComboBox_GetCount", (PyCFunction
) _wrap_wxComboBox_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
12402 { "wxComboBox_Delete", (PyCFunction
) _wrap_wxComboBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
12403 { "wxComboBox_Clear", (PyCFunction
) _wrap_wxComboBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
12404 { "wxComboBox_SetEditable", (PyCFunction
) _wrap_wxComboBox_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
12405 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12406 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
12407 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12408 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
12409 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12410 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
12411 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
12412 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
12413 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12414 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
12415 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12416 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
12417 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
12418 { "wxComboBox_Create", (PyCFunction
) _wrap_wxComboBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12419 { "new_wxPreComboBox", (PyCFunction
) _wrap_new_wxPreComboBox
, METH_VARARGS
| METH_KEYWORDS
},
12420 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
12421 { "wxChoice_SetString", (PyCFunction
) _wrap_wxChoice_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12422 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12423 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12424 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
12425 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
12426 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
12427 { "wxChoice_Create", (PyCFunction
) _wrap_wxChoice_Create
, METH_VARARGS
| METH_KEYWORDS
},
12428 { "new_wxPreChoice", (PyCFunction
) _wrap_new_wxPreChoice
, METH_VARARGS
| METH_KEYWORDS
},
12429 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
12430 { "wxCheckBox_Is3rdStateAllowedForUser", (PyCFunction
) _wrap_wxCheckBox_Is3rdStateAllowedForUser
, METH_VARARGS
| METH_KEYWORDS
},
12431 { "wxCheckBox_Is3State", (PyCFunction
) _wrap_wxCheckBox_Is3State
, METH_VARARGS
| METH_KEYWORDS
},
12432 { "wxCheckBox_Set3StateValue", (PyCFunction
) _wrap_wxCheckBox_Set3StateValue
, METH_VARARGS
| METH_KEYWORDS
},
12433 { "wxCheckBox_Get3StateValue", (PyCFunction
) _wrap_wxCheckBox_Get3StateValue
, METH_VARARGS
| METH_KEYWORDS
},
12434 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12435 { "wxCheckBox_IsChecked", (PyCFunction
) _wrap_wxCheckBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
12436 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12437 { "wxCheckBox_Create", (PyCFunction
) _wrap_wxCheckBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12438 { "new_wxPreCheckBox", (PyCFunction
) _wrap_new_wxPreCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
12439 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
12440 { "wxBitmapButton_GetMarginY", (PyCFunction
) _wrap_wxBitmapButton_GetMarginY
, METH_VARARGS
| METH_KEYWORDS
},
12441 { "wxBitmapButton_GetMarginX", (PyCFunction
) _wrap_wxBitmapButton_GetMarginX
, METH_VARARGS
| METH_KEYWORDS
},
12442 { "wxBitmapButton_SetMargins", (PyCFunction
) _wrap_wxBitmapButton_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
12443 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
12444 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
12445 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
12446 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
12447 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
12448 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
12449 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
12450 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
12451 { "wxBitmapButton_Create", (PyCFunction
) _wrap_wxBitmapButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12452 { "new_wxPreBitmapButton", (PyCFunction
) _wrap_new_wxPreBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
12453 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
12454 { "wxButton_GetDefaultSize", (PyCFunction
) _wrap_wxButton_GetDefaultSize
, METH_VARARGS
| METH_KEYWORDS
},
12455 { "wxButton_SetForegroundColour", (PyCFunction
) _wrap_wxButton_SetForegroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12456 { "wxButton_SetBackgroundColour", (PyCFunction
) _wrap_wxButton_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12457 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
12458 { "wxButton_Create", (PyCFunction
) _wrap_wxButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12459 { "new_wxPreButton", (PyCFunction
) _wrap_new_wxPreButton
, METH_VARARGS
| METH_KEYWORDS
},
12460 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
12461 { "wxControlWithItems_AppendItems", (PyCFunction
) _wrap_wxControlWithItems_AppendItems
, METH_VARARGS
| METH_KEYWORDS
},
12462 { "wxControlWithItems_SetClientData", (PyCFunction
) _wrap_wxControlWithItems_SetClientData
, METH_VARARGS
| METH_KEYWORDS
},
12463 { "wxControlWithItems_GetClientData", (PyCFunction
) _wrap_wxControlWithItems_GetClientData
, METH_VARARGS
| METH_KEYWORDS
},
12464 { "wxControlWithItems_Append", (PyCFunction
) _wrap_wxControlWithItems_Append
, METH_VARARGS
| METH_KEYWORDS
},
12465 { "wxControlWithItems_GetStringSelection", (PyCFunction
) _wrap_wxControlWithItems_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12466 { "wxControlWithItems_GetSelection", (PyCFunction
) _wrap_wxControlWithItems_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12467 { "wxControlWithItems_Select", (PyCFunction
) _wrap_wxControlWithItems_Select
, METH_VARARGS
| METH_KEYWORDS
},
12468 { "wxControlWithItems_FindString", (PyCFunction
) _wrap_wxControlWithItems_FindString
, METH_VARARGS
| METH_KEYWORDS
},
12469 { "wxControlWithItems_SetString", (PyCFunction
) _wrap_wxControlWithItems_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12470 { "wxControlWithItems_GetString", (PyCFunction
) _wrap_wxControlWithItems_GetString
, METH_VARARGS
| METH_KEYWORDS
},
12471 { "wxControlWithItems_GetCount", (PyCFunction
) _wrap_wxControlWithItems_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
12472 { "wxControlWithItems_Delete", (PyCFunction
) _wrap_wxControlWithItems_Delete
, METH_VARARGS
| METH_KEYWORDS
},
12473 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12474 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12475 { "wxControl_Command", (PyCFunction
) _wrap_wxControl_Command
, METH_VARARGS
| METH_KEYWORDS
},
12476 { "wxControl_Create", (PyCFunction
) _wrap_wxControl_Create
, METH_VARARGS
| METH_KEYWORDS
},
12477 { "new_wxPreControl", (PyCFunction
) _wrap_new_wxPreControl
, METH_VARARGS
| METH_KEYWORDS
},
12478 { "new_wxControl", (PyCFunction
) _wrap_new_wxControl
, METH_VARARGS
| METH_KEYWORDS
},
12485 * This table is used by the pointer type-checker
12487 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
12488 { "_signed_long","_long",0},
12489 { "_wxPrintQuality","_wxCoord",0},
12490 { "_wxPrintQuality","_int",0},
12491 { "_wxPrintQuality","_signed_int",0},
12492 { "_wxPrintQuality","_unsigned_int",0},
12493 { "_wxPrintQuality","_wxWindowID",0},
12494 { "_wxPrintQuality","_uint",0},
12495 { "_wxPrintQuality","_EBool",0},
12496 { "_wxPrintQuality","_size_t",0},
12497 { "_wxPrintQuality","_time_t",0},
12498 { "_byte","_unsigned_char",0},
12499 { "_long","_unsigned_long",0},
12500 { "_long","_signed_long",0},
12501 { "_size_t","_wxCoord",0},
12502 { "_size_t","_wxPrintQuality",0},
12503 { "_size_t","_time_t",0},
12504 { "_size_t","_unsigned_int",0},
12505 { "_size_t","_int",0},
12506 { "_size_t","_wxWindowID",0},
12507 { "_size_t","_uint",0},
12508 { "_uint","_wxCoord",0},
12509 { "_uint","_wxPrintQuality",0},
12510 { "_uint","_time_t",0},
12511 { "_uint","_size_t",0},
12512 { "_uint","_unsigned_int",0},
12513 { "_uint","_int",0},
12514 { "_uint","_wxWindowID",0},
12515 { "_wxChar","_char",0},
12516 { "_char","_wxChar",0},
12517 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton
},
12518 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
12519 { "_EBool","_wxCoord",0},
12520 { "_EBool","_wxPrintQuality",0},
12521 { "_EBool","_signed_int",0},
12522 { "_EBool","_int",0},
12523 { "_EBool","_wxWindowID",0},
12524 { "_unsigned_long","_long",0},
12525 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
12526 { "_signed_int","_wxCoord",0},
12527 { "_signed_int","_wxPrintQuality",0},
12528 { "_signed_int","_EBool",0},
12529 { "_signed_int","_wxWindowID",0},
12530 { "_signed_int","_int",0},
12531 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
12532 { "_WXTYPE","_short",0},
12533 { "_WXTYPE","_signed_short",0},
12534 { "_WXTYPE","_unsigned_short",0},
12535 { "_unsigned_short","_WXTYPE",0},
12536 { "_unsigned_short","_short",0},
12537 { "_wxObject","_wxSpinCtrl",SwigwxSpinCtrlTowxObject
},
12538 { "_wxObject","_wxSlider",SwigwxSliderTowxObject
},
12539 { "_wxObject","_wxRadioButton",SwigwxRadioButtonTowxObject
},
12540 { "_wxObject","_wxRadioBox",SwigwxRadioBoxTowxObject
},
12541 { "_wxObject","_wxStaticBitmap",SwigwxStaticBitmapTowxObject
},
12542 { "_wxObject","_wxSpinButton",SwigwxSpinButtonTowxObject
},
12543 { "_wxObject","_wxScrollBar",SwigwxScrollBarTowxObject
},
12544 { "_wxObject","_wxTextCtrl",SwigwxTextCtrlTowxObject
},
12545 { "_wxObject","_wxCheckListBox",SwigwxCheckListBoxTowxObject
},
12546 { "_wxObject","_wxListBox",SwigwxListBoxTowxObject
},
12547 { "_wxObject","_wxStaticText",SwigwxStaticTextTowxObject
},
12548 { "_wxObject","_wxStaticLine",SwigwxStaticLineTowxObject
},
12549 { "_wxObject","_wxStaticBox",SwigwxStaticBoxTowxObject
},
12550 { "_wxObject","_wxGauge",SwigwxGaugeTowxObject
},
12551 { "_wxObject","_wxComboBox",SwigwxComboBoxTowxObject
},
12552 { "_wxObject","_wxChoice",SwigwxChoiceTowxObject
},
12553 { "_wxObject","_wxCheckBox",SwigwxCheckBoxTowxObject
},
12554 { "_wxObject","_wxBitmapButton",SwigwxBitmapButtonTowxObject
},
12555 { "_wxObject","_wxButton",SwigwxButtonTowxObject
},
12556 { "_wxObject","_wxControlWithItems",SwigwxControlWithItemsTowxObject
},
12557 { "_wxObject","_wxControl",SwigwxControlTowxObject
},
12558 { "_signed_short","_WXTYPE",0},
12559 { "_signed_short","_short",0},
12560 { "_unsigned_char","_byte",0},
12561 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl
},
12562 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
12563 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
12564 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
12565 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
12566 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
12567 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
12568 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
12569 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
12570 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
12571 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
12572 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
12573 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
12574 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
12575 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
12576 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
12577 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
12578 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
12579 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
12580 { "_wxControl","_wxControlWithItems",SwigwxControlWithItemsTowxControl
},
12581 { "_unsigned_int","_wxCoord",0},
12582 { "_unsigned_int","_wxPrintQuality",0},
12583 { "_unsigned_int","_time_t",0},
12584 { "_unsigned_int","_size_t",0},
12585 { "_unsigned_int","_uint",0},
12586 { "_unsigned_int","_wxWindowID",0},
12587 { "_unsigned_int","_int",0},
12588 { "_short","_WXTYPE",0},
12589 { "_short","_unsigned_short",0},
12590 { "_short","_signed_short",0},
12591 { "_wxControlWithItems","_wxCheckListBox",SwigwxCheckListBoxTowxControlWithItems
},
12592 { "_wxControlWithItems","_wxListBox",SwigwxListBoxTowxControlWithItems
},
12593 { "_wxControlWithItems","_wxChoice",SwigwxChoiceTowxControlWithItems
},
12594 { "_wxWindowID","_wxCoord",0},
12595 { "_wxWindowID","_wxPrintQuality",0},
12596 { "_wxWindowID","_time_t",0},
12597 { "_wxWindowID","_size_t",0},
12598 { "_wxWindowID","_EBool",0},
12599 { "_wxWindowID","_uint",0},
12600 { "_wxWindowID","_int",0},
12601 { "_wxWindowID","_signed_int",0},
12602 { "_wxWindowID","_unsigned_int",0},
12603 { "_int","_wxCoord",0},
12604 { "_int","_wxPrintQuality",0},
12605 { "_int","_time_t",0},
12606 { "_int","_size_t",0},
12607 { "_int","_EBool",0},
12608 { "_int","_uint",0},
12609 { "_int","_wxWindowID",0},
12610 { "_int","_unsigned_int",0},
12611 { "_int","_signed_int",0},
12612 { "_time_t","_wxCoord",0},
12613 { "_time_t","_wxPrintQuality",0},
12614 { "_time_t","_unsigned_int",0},
12615 { "_time_t","_int",0},
12616 { "_time_t","_wxWindowID",0},
12617 { "_time_t","_uint",0},
12618 { "_time_t","_size_t",0},
12619 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
12620 { "_wxCoord","_int",0},
12621 { "_wxCoord","_signed_int",0},
12622 { "_wxCoord","_unsigned_int",0},
12623 { "_wxCoord","_wxWindowID",0},
12624 { "_wxCoord","_uint",0},
12625 { "_wxCoord","_EBool",0},
12626 { "_wxCoord","_size_t",0},
12627 { "_wxCoord","_time_t",0},
12628 { "_wxCoord","_wxPrintQuality",0},
12629 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler
},
12630 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
12631 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
12632 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
12633 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
12634 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
12635 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
12636 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
12637 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
12638 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
12639 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
12640 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
12641 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
12642 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
12643 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
12644 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
12645 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
12646 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
12647 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
12648 { "_wxEvtHandler","_wxControlWithItems",SwigwxControlWithItemsTowxEvtHandler
},
12649 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
12650 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow
},
12651 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
12652 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
12653 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
12654 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
12655 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
12656 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
12657 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
12658 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
12659 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
12660 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
12661 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
12662 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
12663 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
12664 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
12665 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
12666 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
12667 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
12668 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
12669 { "_wxWindow","_wxControlWithItems",SwigwxControlWithItemsTowxWindow
},
12670 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
12673 static PyObject
*SWIG_globals
;
12677 SWIGEXPORT(void) initcontrolsc() {
12679 SWIG_globals
= SWIG_newvarlink();
12680 m
= Py_InitModule("controlsc", controlscMethods
);
12681 d
= PyModule_GetDict(m
);
12682 PyDict_SetItemString(d
,"cvar", SWIG_globals
);
12683 SWIG_addvarlink(SWIG_globals
,"wxDefaultValidator",_wrap_wxDefaultValidator_get
, _wrap_wxDefaultValidator_set
);
12684 PyDict_SetItemString(d
,"wxCHK_2STATE", PyInt_FromLong((long) wxCHK_2STATE
));
12685 PyDict_SetItemString(d
,"wxCHK_3STATE", PyInt_FromLong((long) wxCHK_3STATE
));
12686 PyDict_SetItemString(d
,"wxCHK_ALLOW_3RD_STATE_FOR_USER", PyInt_FromLong((long) wxCHK_ALLOW_3RD_STATE_FOR_USER
));
12687 PyDict_SetItemString(d
,"wxCHK_UNCHECKED", PyInt_FromLong((long) wxCHK_UNCHECKED
));
12688 PyDict_SetItemString(d
,"wxCHK_CHECKED", PyInt_FromLong((long) wxCHK_CHECKED
));
12689 PyDict_SetItemString(d
,"wxCHK_UNDETERMINED", PyInt_FromLong((long) wxCHK_UNDETERMINED
));
12690 PyDict_SetItemString(d
,"wxTE_NO_VSCROLL", PyInt_FromLong((long) wxTE_NO_VSCROLL
));
12691 PyDict_SetItemString(d
,"wxTE_AUTO_SCROLL", PyInt_FromLong((long) wxTE_AUTO_SCROLL
));
12692 PyDict_SetItemString(d
,"wxTE_READONLY", PyInt_FromLong((long) wxTE_READONLY
));
12693 PyDict_SetItemString(d
,"wxTE_MULTILINE", PyInt_FromLong((long) wxTE_MULTILINE
));
12694 PyDict_SetItemString(d
,"wxTE_PROCESS_TAB", PyInt_FromLong((long) wxTE_PROCESS_TAB
));
12695 PyDict_SetItemString(d
,"wxTE_LEFT", PyInt_FromLong((long) wxTE_LEFT
));
12696 PyDict_SetItemString(d
,"wxTE_CENTER", PyInt_FromLong((long) wxTE_CENTER
));
12697 PyDict_SetItemString(d
,"wxTE_RIGHT", PyInt_FromLong((long) wxTE_RIGHT
));
12698 PyDict_SetItemString(d
,"wxTE_CENTRE", PyInt_FromLong((long) wxTE_CENTRE
));
12699 PyDict_SetItemString(d
,"wxTE_RICH", PyInt_FromLong((long) wxTE_RICH
));
12700 PyDict_SetItemString(d
,"wxTE_PROCESS_ENTER", PyInt_FromLong((long) wxTE_PROCESS_ENTER
));
12701 PyDict_SetItemString(d
,"wxTE_PASSWORD", PyInt_FromLong((long) wxTE_PASSWORD
));
12702 PyDict_SetItemString(d
,"wxTE_AUTO_URL", PyInt_FromLong((long) wxTE_AUTO_URL
));
12703 PyDict_SetItemString(d
,"wxTE_NOHIDESEL", PyInt_FromLong((long) wxTE_NOHIDESEL
));
12704 PyDict_SetItemString(d
,"wxTE_DONTWRAP", PyInt_FromLong((long) wxTE_DONTWRAP
));
12705 PyDict_SetItemString(d
,"wxTE_LINEWRAP", PyInt_FromLong((long) wxTE_LINEWRAP
));
12706 PyDict_SetItemString(d
,"wxTE_WORDWRAP", PyInt_FromLong((long) wxTE_WORDWRAP
));
12707 PyDict_SetItemString(d
,"wxTE_RICH2", PyInt_FromLong((long) wxTE_RICH2
));
12708 PyDict_SetItemString(d
,"wxTEXT_ATTR_TEXT_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_TEXT_COLOUR
));
12709 PyDict_SetItemString(d
,"wxTEXT_ATTR_BACKGROUND_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_BACKGROUND_COLOUR
));
12710 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_FACE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_FACE
));
12711 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_SIZE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_SIZE
));
12712 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_WEIGHT", PyInt_FromLong((long) wxTEXT_ATTR_FONT_WEIGHT
));
12713 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_ITALIC", PyInt_FromLong((long) wxTEXT_ATTR_FONT_ITALIC
));
12714 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_UNDERLINE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_UNDERLINE
));
12715 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT", PyInt_FromLong((long) wxTEXT_ATTR_FONT
));
12716 PyDict_SetItemString(d
,"wxTEXT_ATTR_ALIGNMENT", PyInt_FromLong((long) wxTEXT_ATTR_ALIGNMENT
));
12717 PyDict_SetItemString(d
,"wxTEXT_ATTR_LEFT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_LEFT_INDENT
));
12718 PyDict_SetItemString(d
,"wxTEXT_ATTR_RIGHT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_RIGHT_INDENT
));
12719 PyDict_SetItemString(d
,"wxTEXT_ATTR_TABS", PyInt_FromLong((long) wxTEXT_ATTR_TABS
));
12720 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_DEFAULT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_DEFAULT
));
12721 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_LEFT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_LEFT
));
12722 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_CENTRE", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTRE
));
12723 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_CENTER", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTER
));
12724 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_RIGHT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_RIGHT
));
12725 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_JUSTIFIED", PyInt_FromLong((long) wxTEXT_ALIGNMENT_JUSTIFIED
));
12728 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
12729 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);