2 * FILE : src/msw/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 #define wxButton_SetImageLabel(_swigobj,_swigarg0) (_swigobj->SetImageLabel(_swigarg0))
1272 static PyObject
*_wrap_wxButton_SetImageLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1273 PyObject
* _resultobj
;
1276 PyObject
* _argo0
= 0;
1277 PyObject
* _argo1
= 0;
1278 char *_kwnames
[] = { "self","bitmap", NULL
};
1281 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxButton_SetImageLabel",_kwnames
,&_argo0
,&_argo1
))
1284 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1285 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1286 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetImageLabel. Expected _wxButton_p.");
1291 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1292 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxButton_SetImageLabel. Expected _wxBitmap_p.");
1297 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1298 wxButton_SetImageLabel(_arg0
,*_arg1
);
1300 wxPyEndAllowThreads(__tstate
);
1301 if (PyErr_Occurred()) return NULL
;
1302 } Py_INCREF(Py_None
);
1303 _resultobj
= Py_None
;
1307 #define wxButton_SetImageMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetImageMargins(_swigarg0,_swigarg1))
1308 static PyObject
*_wrap_wxButton_SetImageMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1309 PyObject
* _resultobj
;
1313 PyObject
* _argo0
= 0;
1314 char *_kwnames
[] = { "self","x","y", NULL
};
1317 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxButton_SetImageMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1320 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1321 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
1322 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetImageMargins. Expected _wxButton_p.");
1327 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1328 wxButton_SetImageMargins(_arg0
,_arg1
,_arg2
);
1330 wxPyEndAllowThreads(__tstate
);
1331 if (PyErr_Occurred()) return NULL
;
1332 } Py_INCREF(Py_None
);
1333 _resultobj
= Py_None
;
1337 static PyObject
*_wrap_wxButton_GetDefaultSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1338 PyObject
* _resultobj
;
1340 char *_kwnames
[] = { NULL
};
1344 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxButton_GetDefaultSize",_kwnames
))
1347 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1348 _result
= new wxSize (wxButton::GetDefaultSize());
1350 wxPyEndAllowThreads(__tstate
);
1351 if (PyErr_Occurred()) return NULL
;
1352 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
1353 _resultobj
= Py_BuildValue("s",_ptemp
);
1357 static void *SwigwxBitmapButtonTowxButton(void *ptr
) {
1358 wxBitmapButton
*src
;
1360 src
= (wxBitmapButton
*) ptr
;
1361 dest
= (wxButton
*) src
;
1362 return (void *) dest
;
1365 static void *SwigwxBitmapButtonTowxControl(void *ptr
) {
1366 wxBitmapButton
*src
;
1368 src
= (wxBitmapButton
*) ptr
;
1369 dest
= (wxControl
*) src
;
1370 return (void *) dest
;
1373 static void *SwigwxBitmapButtonTowxWindow(void *ptr
) {
1374 wxBitmapButton
*src
;
1376 src
= (wxBitmapButton
*) ptr
;
1377 dest
= (wxWindow
*) src
;
1378 return (void *) dest
;
1381 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr
) {
1382 wxBitmapButton
*src
;
1384 src
= (wxBitmapButton
*) ptr
;
1385 dest
= (wxEvtHandler
*) src
;
1386 return (void *) dest
;
1389 static void *SwigwxBitmapButtonTowxObject(void *ptr
) {
1390 wxBitmapButton
*src
;
1392 src
= (wxBitmapButton
*) ptr
;
1393 dest
= (wxObject
*) src
;
1394 return (void *) dest
;
1397 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1398 static PyObject
*_wrap_new_wxBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1399 PyObject
* _resultobj
;
1400 wxBitmapButton
* _result
;
1404 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
1405 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
1406 long _arg5
= (long ) wxBU_AUTODRAW
;
1407 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
1408 wxString
* _arg7
= (wxString
*) &wxPyButtonNameStr
;
1409 PyObject
* _argo0
= 0;
1410 PyObject
* _argo2
= 0;
1412 PyObject
* _obj3
= 0;
1414 PyObject
* _obj4
= 0;
1415 PyObject
* _argo6
= 0;
1416 PyObject
* _obj7
= 0;
1417 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL
};
1421 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxBitmapButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
1424 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1425 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1426 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
1431 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
1432 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
1439 if (! wxPoint_helper(_obj3
, &_arg3
))
1445 if (! wxSize_helper(_obj4
, &_arg4
))
1449 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
1450 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
1456 _arg7
= wxString_in_helper(_obj7
);
1461 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1462 _result
= (wxBitmapButton
*)new_wxBitmapButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
1464 wxPyEndAllowThreads(__tstate
);
1465 if (PyErr_Occurred()) return NULL
;
1467 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
1468 _resultobj
= Py_BuildValue("s",_ptemp
);
1471 _resultobj
= Py_None
;
1480 #define new_wxPreBitmapButton() (new wxBitmapButton())
1481 static PyObject
*_wrap_new_wxPreBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1482 PyObject
* _resultobj
;
1483 wxBitmapButton
* _result
;
1484 char *_kwnames
[] = { NULL
};
1488 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreBitmapButton",_kwnames
))
1491 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1492 _result
= (wxBitmapButton
*)new_wxPreBitmapButton();
1494 wxPyEndAllowThreads(__tstate
);
1495 if (PyErr_Occurred()) return NULL
;
1497 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
1498 _resultobj
= Py_BuildValue("s",_ptemp
);
1501 _resultobj
= Py_None
;
1506 #define wxBitmapButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1507 static PyObject
*_wrap_wxBitmapButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1508 PyObject
* _resultobj
;
1510 wxBitmapButton
* _arg0
;
1514 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
1515 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
1516 long _arg6
= (long ) wxBU_AUTODRAW
;
1517 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
1518 wxString
* _arg8
= (wxString
*) &wxPyButtonNameStr
;
1519 PyObject
* _argo0
= 0;
1520 PyObject
* _argo1
= 0;
1521 PyObject
* _argo3
= 0;
1523 PyObject
* _obj4
= 0;
1525 PyObject
* _obj5
= 0;
1526 PyObject
* _argo7
= 0;
1527 PyObject
* _obj8
= 0;
1528 char *_kwnames
[] = { "self","parent","id","bitmap","pos","size","style","validator","name", NULL
};
1531 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxBitmapButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_argo3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
1534 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1535 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1536 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_Create. Expected _wxBitmapButton_p.");
1541 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1542 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
1543 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_Create. Expected _wxWindow_p.");
1548 if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxBitmap_p")) {
1549 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxBitmapButton_Create. Expected _wxBitmap_p.");
1556 if (! wxPoint_helper(_obj4
, &_arg4
))
1562 if (! wxSize_helper(_obj5
, &_arg5
))
1566 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
1567 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxBitmapButton_Create. Expected _wxValidator_p.");
1573 _arg8
= wxString_in_helper(_obj8
);
1578 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1579 _result
= (bool )wxBitmapButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
1581 wxPyEndAllowThreads(__tstate
);
1582 if (PyErr_Occurred()) return NULL
;
1583 } _resultobj
= Py_BuildValue("i",_result
);
1591 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
1592 static PyObject
*_wrap_wxBitmapButton_GetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1593 PyObject
* _resultobj
;
1595 wxBitmapButton
* _arg0
;
1596 PyObject
* _argo0
= 0;
1597 char *_kwnames
[] = { "self", NULL
};
1601 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapLabel",_kwnames
,&_argo0
))
1604 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1605 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1606 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
1611 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1612 _result
= new wxBitmap (wxBitmapButton_GetBitmapLabel(_arg0
));
1614 wxPyEndAllowThreads(__tstate
);
1615 if (PyErr_Occurred()) return NULL
;
1616 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1617 _resultobj
= Py_BuildValue("s",_ptemp
);
1621 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
1622 static PyObject
*_wrap_wxBitmapButton_GetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1623 PyObject
* _resultobj
;
1625 wxBitmapButton
* _arg0
;
1626 PyObject
* _argo0
= 0;
1627 char *_kwnames
[] = { "self", NULL
};
1631 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapDisabled",_kwnames
,&_argo0
))
1634 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1635 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1636 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
1641 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1642 _result
= new wxBitmap (wxBitmapButton_GetBitmapDisabled(_arg0
));
1644 wxPyEndAllowThreads(__tstate
);
1645 if (PyErr_Occurred()) return NULL
;
1646 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1647 _resultobj
= Py_BuildValue("s",_ptemp
);
1651 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
1652 static PyObject
*_wrap_wxBitmapButton_GetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1653 PyObject
* _resultobj
;
1655 wxBitmapButton
* _arg0
;
1656 PyObject
* _argo0
= 0;
1657 char *_kwnames
[] = { "self", NULL
};
1661 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapFocus",_kwnames
,&_argo0
))
1664 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1665 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1666 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
1671 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1672 _result
= new wxBitmap (wxBitmapButton_GetBitmapFocus(_arg0
));
1674 wxPyEndAllowThreads(__tstate
);
1675 if (PyErr_Occurred()) return NULL
;
1676 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1677 _resultobj
= Py_BuildValue("s",_ptemp
);
1681 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
1682 static PyObject
*_wrap_wxBitmapButton_GetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1683 PyObject
* _resultobj
;
1685 wxBitmapButton
* _arg0
;
1686 PyObject
* _argo0
= 0;
1687 char *_kwnames
[] = { "self", NULL
};
1691 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapSelected",_kwnames
,&_argo0
))
1694 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1695 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1696 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
1701 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1702 _result
= new wxBitmap (wxBitmapButton_GetBitmapSelected(_arg0
));
1704 wxPyEndAllowThreads(__tstate
);
1705 if (PyErr_Occurred()) return NULL
;
1706 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1707 _resultobj
= Py_BuildValue("s",_ptemp
);
1711 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
1712 static PyObject
*_wrap_wxBitmapButton_SetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1713 PyObject
* _resultobj
;
1714 wxBitmapButton
* _arg0
;
1716 PyObject
* _argo0
= 0;
1717 PyObject
* _argo1
= 0;
1718 char *_kwnames
[] = { "self","bitmap", NULL
};
1721 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames
,&_argo0
,&_argo1
))
1724 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1725 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1726 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
1731 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1732 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
1737 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1738 wxBitmapButton_SetBitmapDisabled(_arg0
,*_arg1
);
1740 wxPyEndAllowThreads(__tstate
);
1741 if (PyErr_Occurred()) return NULL
;
1742 } Py_INCREF(Py_None
);
1743 _resultobj
= Py_None
;
1747 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
1748 static PyObject
*_wrap_wxBitmapButton_SetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1749 PyObject
* _resultobj
;
1750 wxBitmapButton
* _arg0
;
1752 PyObject
* _argo0
= 0;
1753 PyObject
* _argo1
= 0;
1754 char *_kwnames
[] = { "self","bitmap", NULL
};
1757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapFocus",_kwnames
,&_argo0
,&_argo1
))
1760 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1761 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1762 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
1767 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1768 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
1773 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1774 wxBitmapButton_SetBitmapFocus(_arg0
,*_arg1
);
1776 wxPyEndAllowThreads(__tstate
);
1777 if (PyErr_Occurred()) return NULL
;
1778 } Py_INCREF(Py_None
);
1779 _resultobj
= Py_None
;
1783 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
1784 static PyObject
*_wrap_wxBitmapButton_SetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1785 PyObject
* _resultobj
;
1786 wxBitmapButton
* _arg0
;
1788 PyObject
* _argo0
= 0;
1789 PyObject
* _argo1
= 0;
1790 char *_kwnames
[] = { "self","bitmap", NULL
};
1793 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapSelected",_kwnames
,&_argo0
,&_argo1
))
1796 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1797 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1798 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
1803 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1804 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
1809 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1810 wxBitmapButton_SetBitmapSelected(_arg0
,*_arg1
);
1812 wxPyEndAllowThreads(__tstate
);
1813 if (PyErr_Occurred()) return NULL
;
1814 } Py_INCREF(Py_None
);
1815 _resultobj
= Py_None
;
1819 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
1820 static PyObject
*_wrap_wxBitmapButton_SetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1821 PyObject
* _resultobj
;
1822 wxBitmapButton
* _arg0
;
1824 PyObject
* _argo0
= 0;
1825 PyObject
* _argo1
= 0;
1826 char *_kwnames
[] = { "self","bitmap", NULL
};
1829 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapLabel",_kwnames
,&_argo0
,&_argo1
))
1832 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1833 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1834 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
1839 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
1840 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
1845 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1846 wxBitmapButton_SetBitmapLabel(_arg0
,*_arg1
);
1848 wxPyEndAllowThreads(__tstate
);
1849 if (PyErr_Occurred()) return NULL
;
1850 } Py_INCREF(Py_None
);
1851 _resultobj
= Py_None
;
1855 #define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
1856 static PyObject
*_wrap_wxBitmapButton_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1857 PyObject
* _resultobj
;
1858 wxBitmapButton
* _arg0
;
1861 PyObject
* _argo0
= 0;
1862 char *_kwnames
[] = { "self","x","y", NULL
};
1865 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxBitmapButton_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1868 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1869 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1870 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
1875 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1876 wxBitmapButton_SetMargins(_arg0
,_arg1
,_arg2
);
1878 wxPyEndAllowThreads(__tstate
);
1879 if (PyErr_Occurred()) return NULL
;
1880 } Py_INCREF(Py_None
);
1881 _resultobj
= Py_None
;
1885 #define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
1886 static PyObject
*_wrap_wxBitmapButton_GetMarginX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1887 PyObject
* _resultobj
;
1889 wxBitmapButton
* _arg0
;
1890 PyObject
* _argo0
= 0;
1891 char *_kwnames
[] = { "self", NULL
};
1894 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginX",_kwnames
,&_argo0
))
1897 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1898 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1899 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
1904 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1905 _result
= (int )wxBitmapButton_GetMarginX(_arg0
);
1907 wxPyEndAllowThreads(__tstate
);
1908 if (PyErr_Occurred()) return NULL
;
1909 } _resultobj
= Py_BuildValue("i",_result
);
1913 #define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
1914 static PyObject
*_wrap_wxBitmapButton_GetMarginY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1915 PyObject
* _resultobj
;
1917 wxBitmapButton
* _arg0
;
1918 PyObject
* _argo0
= 0;
1919 char *_kwnames
[] = { "self", NULL
};
1922 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginY",_kwnames
,&_argo0
))
1925 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1926 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1927 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1932 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1933 _result
= (int )wxBitmapButton_GetMarginY(_arg0
);
1935 wxPyEndAllowThreads(__tstate
);
1936 if (PyErr_Occurred()) return NULL
;
1937 } _resultobj
= Py_BuildValue("i",_result
);
1941 static void *SwigwxCheckBoxTowxControl(void *ptr
) {
1944 src
= (wxCheckBox
*) ptr
;
1945 dest
= (wxControl
*) src
;
1946 return (void *) dest
;
1949 static void *SwigwxCheckBoxTowxWindow(void *ptr
) {
1952 src
= (wxCheckBox
*) ptr
;
1953 dest
= (wxWindow
*) src
;
1954 return (void *) dest
;
1957 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr
) {
1960 src
= (wxCheckBox
*) ptr
;
1961 dest
= (wxEvtHandler
*) src
;
1962 return (void *) dest
;
1965 static void *SwigwxCheckBoxTowxObject(void *ptr
) {
1968 src
= (wxCheckBox
*) ptr
;
1969 dest
= (wxObject
*) src
;
1970 return (void *) dest
;
1973 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1974 static PyObject
*_wrap_new_wxCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1975 PyObject
* _resultobj
;
1976 wxCheckBox
* _result
;
1980 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
1981 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
1982 long _arg5
= (long ) 0;
1983 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
1984 wxString
* _arg7
= (wxString
*) &wxPyCheckBoxNameStr
;
1985 PyObject
* _argo0
= 0;
1986 PyObject
* _obj2
= 0;
1988 PyObject
* _obj3
= 0;
1990 PyObject
* _obj4
= 0;
1991 PyObject
* _argo6
= 0;
1992 PyObject
* _obj7
= 0;
1993 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
1997 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxCheckBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
2000 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2001 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2002 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
2007 _arg2
= wxString_in_helper(_obj2
);
2014 if (! wxPoint_helper(_obj3
, &_arg3
))
2020 if (! wxSize_helper(_obj4
, &_arg4
))
2024 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
2025 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
2031 _arg7
= wxString_in_helper(_obj7
);
2036 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2037 _result
= (wxCheckBox
*)new_wxCheckBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
2039 wxPyEndAllowThreads(__tstate
);
2040 if (PyErr_Occurred()) return NULL
;
2042 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
2043 _resultobj
= Py_BuildValue("s",_ptemp
);
2046 _resultobj
= Py_None
;
2059 #define new_wxPreCheckBox() (new wxCheckBox())
2060 static PyObject
*_wrap_new_wxPreCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2061 PyObject
* _resultobj
;
2062 wxCheckBox
* _result
;
2063 char *_kwnames
[] = { NULL
};
2067 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreCheckBox",_kwnames
))
2070 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2071 _result
= (wxCheckBox
*)new_wxPreCheckBox();
2073 wxPyEndAllowThreads(__tstate
);
2074 if (PyErr_Occurred()) return NULL
;
2076 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
2077 _resultobj
= Py_BuildValue("s",_ptemp
);
2080 _resultobj
= Py_None
;
2085 #define wxCheckBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2086 static PyObject
*_wrap_wxCheckBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2087 PyObject
* _resultobj
;
2093 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
2094 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
2095 long _arg6
= (long ) 0;
2096 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
2097 wxString
* _arg8
= (wxString
*) &wxPyCheckBoxNameStr
;
2098 PyObject
* _argo0
= 0;
2099 PyObject
* _argo1
= 0;
2100 PyObject
* _obj3
= 0;
2102 PyObject
* _obj4
= 0;
2104 PyObject
* _obj5
= 0;
2105 PyObject
* _argo7
= 0;
2106 PyObject
* _obj8
= 0;
2107 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
2110 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxCheckBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
2113 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2114 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2115 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Create. Expected _wxCheckBox_p.");
2120 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2121 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2122 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCheckBox_Create. Expected _wxWindow_p.");
2127 _arg3
= wxString_in_helper(_obj3
);
2134 if (! wxPoint_helper(_obj4
, &_arg4
))
2140 if (! wxSize_helper(_obj5
, &_arg5
))
2144 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2145 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxCheckBox_Create. Expected _wxValidator_p.");
2151 _arg8
= wxString_in_helper(_obj8
);
2156 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2157 _result
= (bool )wxCheckBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
2159 wxPyEndAllowThreads(__tstate
);
2160 if (PyErr_Occurred()) return NULL
;
2161 } _resultobj
= Py_BuildValue("i",_result
);
2173 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
2174 static PyObject
*_wrap_wxCheckBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2175 PyObject
* _resultobj
;
2178 PyObject
* _argo0
= 0;
2179 char *_kwnames
[] = { "self", NULL
};
2182 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_GetValue",_kwnames
,&_argo0
))
2185 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2186 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2187 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
2192 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2193 _result
= (bool )wxCheckBox_GetValue(_arg0
);
2195 wxPyEndAllowThreads(__tstate
);
2196 if (PyErr_Occurred()) return NULL
;
2197 } _resultobj
= Py_BuildValue("i",_result
);
2201 #define wxCheckBox_IsChecked(_swigobj) (_swigobj->IsChecked())
2202 static PyObject
*_wrap_wxCheckBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2203 PyObject
* _resultobj
;
2206 PyObject
* _argo0
= 0;
2207 char *_kwnames
[] = { "self", NULL
};
2210 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_IsChecked",_kwnames
,&_argo0
))
2213 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2214 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2215 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_IsChecked. Expected _wxCheckBox_p.");
2220 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2221 _result
= (bool )wxCheckBox_IsChecked(_arg0
);
2223 wxPyEndAllowThreads(__tstate
);
2224 if (PyErr_Occurred()) return NULL
;
2225 } _resultobj
= Py_BuildValue("i",_result
);
2229 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2230 static PyObject
*_wrap_wxCheckBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2231 PyObject
* _resultobj
;
2234 PyObject
* _argo0
= 0;
2236 char *_kwnames
[] = { "self","state", NULL
};
2239 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_SetValue",_kwnames
,&_argo0
,&tempbool1
))
2242 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2243 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2244 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
2248 _arg1
= (bool ) tempbool1
;
2250 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2251 wxCheckBox_SetValue(_arg0
,_arg1
);
2253 wxPyEndAllowThreads(__tstate
);
2254 if (PyErr_Occurred()) return NULL
;
2255 } Py_INCREF(Py_None
);
2256 _resultobj
= Py_None
;
2260 #define wxCheckBox_Get3StateValue(_swigobj) (_swigobj->Get3StateValue())
2261 static PyObject
*_wrap_wxCheckBox_Get3StateValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2262 PyObject
* _resultobj
;
2263 wxCheckBoxState _result
;
2265 PyObject
* _argo0
= 0;
2266 char *_kwnames
[] = { "self", NULL
};
2269 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_Get3StateValue",_kwnames
,&_argo0
))
2272 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2273 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2274 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Get3StateValue. Expected _wxCheckBox_p.");
2279 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2280 _result
= (wxCheckBoxState
)wxCheckBox_Get3StateValue(_arg0
);
2282 wxPyEndAllowThreads(__tstate
);
2283 if (PyErr_Occurred()) return NULL
;
2284 } _resultobj
= Py_BuildValue("i",_result
);
2288 #define wxCheckBox_Set3StateValue(_swigobj,_swigarg0) (_swigobj->Set3StateValue(_swigarg0))
2289 static PyObject
*_wrap_wxCheckBox_Set3StateValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2290 PyObject
* _resultobj
;
2292 wxCheckBoxState _arg1
;
2293 PyObject
* _argo0
= 0;
2294 char *_kwnames
[] = { "self","state", NULL
};
2297 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_Set3StateValue",_kwnames
,&_argo0
,&_arg1
))
2300 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2301 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2302 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Set3StateValue. Expected _wxCheckBox_p.");
2307 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2308 wxCheckBox_Set3StateValue(_arg0
,_arg1
);
2310 wxPyEndAllowThreads(__tstate
);
2311 if (PyErr_Occurred()) return NULL
;
2312 } Py_INCREF(Py_None
);
2313 _resultobj
= Py_None
;
2317 #define wxCheckBox_Is3State(_swigobj) (_swigobj->Is3State())
2318 static PyObject
*_wrap_wxCheckBox_Is3State(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2319 PyObject
* _resultobj
;
2322 PyObject
* _argo0
= 0;
2323 char *_kwnames
[] = { "self", NULL
};
2326 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_Is3State",_kwnames
,&_argo0
))
2329 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2330 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2331 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Is3State. Expected _wxCheckBox_p.");
2336 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2337 _result
= (bool )wxCheckBox_Is3State(_arg0
);
2339 wxPyEndAllowThreads(__tstate
);
2340 if (PyErr_Occurred()) return NULL
;
2341 } _resultobj
= Py_BuildValue("i",_result
);
2345 #define wxCheckBox_Is3rdStateAllowedForUser(_swigobj) (_swigobj->Is3rdStateAllowedForUser())
2346 static PyObject
*_wrap_wxCheckBox_Is3rdStateAllowedForUser(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2347 PyObject
* _resultobj
;
2350 PyObject
* _argo0
= 0;
2351 char *_kwnames
[] = { "self", NULL
};
2354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_Is3rdStateAllowedForUser",_kwnames
,&_argo0
))
2357 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2358 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
2359 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_Is3rdStateAllowedForUser. Expected _wxCheckBox_p.");
2364 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2365 _result
= (bool )wxCheckBox_Is3rdStateAllowedForUser(_arg0
);
2367 wxPyEndAllowThreads(__tstate
);
2368 if (PyErr_Occurred()) return NULL
;
2369 } _resultobj
= Py_BuildValue("i",_result
);
2373 static void *SwigwxChoiceTowxControlWithItems(void *ptr
) {
2375 wxControlWithItems
*dest
;
2376 src
= (wxChoice
*) ptr
;
2377 dest
= (wxControlWithItems
*) src
;
2378 return (void *) dest
;
2381 static void *SwigwxChoiceTowxControl(void *ptr
) {
2384 src
= (wxChoice
*) ptr
;
2385 dest
= (wxControl
*) src
;
2386 return (void *) dest
;
2389 static void *SwigwxChoiceTowxWindow(void *ptr
) {
2392 src
= (wxChoice
*) ptr
;
2393 dest
= (wxWindow
*) src
;
2394 return (void *) dest
;
2397 static void *SwigwxChoiceTowxEvtHandler(void *ptr
) {
2400 src
= (wxChoice
*) ptr
;
2401 dest
= (wxEvtHandler
*) src
;
2402 return (void *) dest
;
2405 static void *SwigwxChoiceTowxObject(void *ptr
) {
2408 src
= (wxChoice
*) ptr
;
2409 dest
= (wxObject
*) src
;
2410 return (void *) dest
;
2413 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2414 static PyObject
*_wrap_new_wxChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2415 PyObject
* _resultobj
;
2419 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
2420 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
2421 int _arg4
= (int ) 0;
2422 wxString
* _arg5
= (wxString
*) NULL
;
2423 long _arg6
= (long ) 0;
2424 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
2425 wxString
* _arg8
= (wxString
*) &wxPyChoiceNameStr
;
2426 PyObject
* _argo0
= 0;
2428 PyObject
* _obj2
= 0;
2430 PyObject
* _obj3
= 0;
2431 PyObject
* _obj5
= 0;
2432 PyObject
* _argo7
= 0;
2433 PyObject
* _obj8
= 0;
2434 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
2438 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxChoice",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
2441 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2442 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2443 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
2450 if (! wxPoint_helper(_obj2
, &_arg2
))
2456 if (! wxSize_helper(_obj3
, &_arg3
))
2461 _arg5
= wxString_LIST_helper(_obj5
);
2462 if (_arg5
== NULL
) {
2467 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2468 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
2474 _arg8
= wxString_in_helper(_obj8
);
2480 _arg4
= PyList_Size(_obj5
);
2487 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2488 _result
= (wxChoice
*)new_wxChoice(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,*_arg8
);
2490 wxPyEndAllowThreads(__tstate
);
2491 if (PyErr_Occurred()) return NULL
;
2493 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
2494 _resultobj
= Py_BuildValue("s",_ptemp
);
2497 _resultobj
= Py_None
;
2509 #define new_wxPreChoice() (new wxChoice())
2510 static PyObject
*_wrap_new_wxPreChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2511 PyObject
* _resultobj
;
2513 char *_kwnames
[] = { NULL
};
2517 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreChoice",_kwnames
))
2520 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2521 _result
= (wxChoice
*)new_wxPreChoice();
2523 wxPyEndAllowThreads(__tstate
);
2524 if (PyErr_Occurred()) return NULL
;
2526 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
2527 _resultobj
= Py_BuildValue("s",_ptemp
);
2530 _resultobj
= Py_None
;
2535 #define wxChoice_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2536 static PyObject
*_wrap_wxChoice_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2537 PyObject
* _resultobj
;
2542 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
2543 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
2544 int _arg5
= (int ) 0;
2545 wxString
* _arg6
= (wxString
*) NULL
;
2546 long _arg7
= (long ) 0;
2547 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
2548 wxString
* _arg9
= (wxString
*) &wxPyChoiceNameStr
;
2549 PyObject
* _argo0
= 0;
2550 PyObject
* _argo1
= 0;
2552 PyObject
* _obj3
= 0;
2554 PyObject
* _obj4
= 0;
2555 PyObject
* _obj6
= 0;
2556 PyObject
* _argo8
= 0;
2557 PyObject
* _obj9
= 0;
2558 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
2561 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxChoice_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
2564 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2565 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2566 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Create. Expected _wxChoice_p.");
2571 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2572 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2573 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxChoice_Create. Expected _wxWindow_p.");
2580 if (! wxPoint_helper(_obj3
, &_arg3
))
2586 if (! wxSize_helper(_obj4
, &_arg4
))
2591 _arg6
= wxString_LIST_helper(_obj6
);
2592 if (_arg6
== NULL
) {
2597 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
2598 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxChoice_Create. Expected _wxValidator_p.");
2604 _arg9
= wxString_in_helper(_obj9
);
2610 _arg5
= PyList_Size(_obj6
);
2617 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2618 _result
= (bool )wxChoice_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
2620 wxPyEndAllowThreads(__tstate
);
2621 if (PyErr_Occurred()) return NULL
;
2622 } _resultobj
= Py_BuildValue("i",_result
);
2633 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
2634 static PyObject
*_wrap_wxChoice_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2635 PyObject
* _resultobj
;
2637 PyObject
* _argo0
= 0;
2638 char *_kwnames
[] = { "self", NULL
};
2641 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Clear",_kwnames
,&_argo0
))
2644 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2645 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2646 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
2651 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2652 wxChoice_Clear(_arg0
);
2654 wxPyEndAllowThreads(__tstate
);
2655 if (PyErr_Occurred()) return NULL
;
2656 } Py_INCREF(Py_None
);
2657 _resultobj
= Py_None
;
2661 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
2662 static PyObject
*_wrap_wxChoice_GetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2663 PyObject
* _resultobj
;
2666 PyObject
* _argo0
= 0;
2667 char *_kwnames
[] = { "self", NULL
};
2670 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetColumns",_kwnames
,&_argo0
))
2673 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2674 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2675 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
2680 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2681 _result
= (int )wxChoice_GetColumns(_arg0
);
2683 wxPyEndAllowThreads(__tstate
);
2684 if (PyErr_Occurred()) return NULL
;
2685 } _resultobj
= Py_BuildValue("i",_result
);
2689 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
2690 static PyObject
*_wrap_wxChoice_SetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2691 PyObject
* _resultobj
;
2693 int _arg1
= (int ) 1;
2694 PyObject
* _argo0
= 0;
2695 char *_kwnames
[] = { "self","n", NULL
};
2698 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|i:wxChoice_SetColumns",_kwnames
,&_argo0
,&_arg1
))
2701 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2702 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2703 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
2708 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2709 wxChoice_SetColumns(_arg0
,_arg1
);
2711 wxPyEndAllowThreads(__tstate
);
2712 if (PyErr_Occurred()) return NULL
;
2713 } Py_INCREF(Py_None
);
2714 _resultobj
= Py_None
;
2718 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2719 static PyObject
*_wrap_wxChoice_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2720 PyObject
* _resultobj
;
2723 PyObject
* _argo0
= 0;
2724 char *_kwnames
[] = { "self","n", NULL
};
2727 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_SetSelection",_kwnames
,&_argo0
,&_arg1
))
2730 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2731 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2732 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
2737 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2738 wxChoice_SetSelection(_arg0
,_arg1
);
2740 wxPyEndAllowThreads(__tstate
);
2741 if (PyErr_Occurred()) return NULL
;
2742 } Py_INCREF(Py_None
);
2743 _resultobj
= Py_None
;
2747 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
2748 static PyObject
*_wrap_wxChoice_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2749 PyObject
* _resultobj
;
2752 PyObject
* _argo0
= 0;
2753 PyObject
* _obj1
= 0;
2754 char *_kwnames
[] = { "self","string", NULL
};
2757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
2760 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2761 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2762 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
2767 _arg1
= wxString_in_helper(_obj1
);
2772 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2773 wxChoice_SetStringSelection(_arg0
,*_arg1
);
2775 wxPyEndAllowThreads(__tstate
);
2776 if (PyErr_Occurred()) return NULL
;
2777 } Py_INCREF(Py_None
);
2778 _resultobj
= Py_None
;
2786 #define wxChoice_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
2787 static PyObject
*_wrap_wxChoice_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2788 PyObject
* _resultobj
;
2792 PyObject
* _argo0
= 0;
2793 PyObject
* _obj2
= 0;
2794 char *_kwnames
[] = { "self","n","s", NULL
};
2797 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxChoice_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2800 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2801 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
2802 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetString. Expected _wxChoice_p.");
2807 _arg2
= wxString_in_helper(_obj2
);
2812 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2813 wxChoice_SetString(_arg0
,_arg1
,*_arg2
);
2815 wxPyEndAllowThreads(__tstate
);
2816 if (PyErr_Occurred()) return NULL
;
2817 } Py_INCREF(Py_None
);
2818 _resultobj
= Py_None
;
2826 static void *SwigwxComboBoxTowxChoice(void *ptr
) {
2829 src
= (wxComboBox
*) ptr
;
2830 dest
= (wxChoice
*) src
;
2831 return (void *) dest
;
2834 static void *SwigwxComboBoxTowxControlWithItems(void *ptr
) {
2836 wxControlWithItems
*dest
;
2837 src
= (wxComboBox
*) ptr
;
2838 dest
= (wxControlWithItems
*) src
;
2839 return (void *) dest
;
2842 static void *SwigwxComboBoxTowxControl(void *ptr
) {
2845 src
= (wxComboBox
*) ptr
;
2846 dest
= (wxControl
*) src
;
2847 return (void *) dest
;
2850 static void *SwigwxComboBoxTowxWindow(void *ptr
) {
2853 src
= (wxComboBox
*) ptr
;
2854 dest
= (wxWindow
*) src
;
2855 return (void *) dest
;
2858 static void *SwigwxComboBoxTowxEvtHandler(void *ptr
) {
2861 src
= (wxComboBox
*) ptr
;
2862 dest
= (wxEvtHandler
*) src
;
2863 return (void *) dest
;
2866 static void *SwigwxComboBoxTowxObject(void *ptr
) {
2869 src
= (wxComboBox
*) ptr
;
2870 dest
= (wxObject
*) src
;
2871 return (void *) dest
;
2874 #define new_wxComboBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxComboBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
2875 static PyObject
*_wrap_new_wxComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2876 PyObject
* _resultobj
;
2877 wxComboBox
* _result
;
2880 wxString
* _arg2
= (wxString
*) &wxPyEmptyString
;
2881 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
2882 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
2883 int _arg5
= (int ) 0;
2884 wxString
* _arg6
= (wxString
*) NULL
;
2885 long _arg7
= (long ) 0;
2886 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
2887 wxString
* _arg9
= (wxString
*) &wxPyComboBoxNameStr
;
2888 PyObject
* _argo0
= 0;
2889 PyObject
* _obj2
= 0;
2891 PyObject
* _obj3
= 0;
2893 PyObject
* _obj4
= 0;
2894 PyObject
* _obj6
= 0;
2895 PyObject
* _argo8
= 0;
2896 PyObject
* _obj9
= 0;
2897 char *_kwnames
[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL
};
2901 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOOlOO:new_wxComboBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
2904 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2905 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2906 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
2912 _arg2
= wxString_in_helper(_obj2
);
2919 if (! wxPoint_helper(_obj3
, &_arg3
))
2925 if (! wxSize_helper(_obj4
, &_arg4
))
2930 _arg6
= wxString_LIST_helper(_obj6
);
2931 if (_arg6
== NULL
) {
2936 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
2937 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
2943 _arg9
= wxString_in_helper(_obj9
);
2949 _arg5
= PyList_Size(_obj6
);
2956 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2957 _result
= (wxComboBox
*)new_wxComboBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
2959 wxPyEndAllowThreads(__tstate
);
2960 if (PyErr_Occurred()) return NULL
;
2962 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
2963 _resultobj
= Py_BuildValue("s",_ptemp
);
2966 _resultobj
= Py_None
;
2982 #define new_wxPreComboBox() (new wxComboBox())
2983 static PyObject
*_wrap_new_wxPreComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2984 PyObject
* _resultobj
;
2985 wxComboBox
* _result
;
2986 char *_kwnames
[] = { NULL
};
2990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreComboBox",_kwnames
))
2993 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2994 _result
= (wxComboBox
*)new_wxPreComboBox();
2996 wxPyEndAllowThreads(__tstate
);
2997 if (PyErr_Occurred()) return NULL
;
2999 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
3000 _resultobj
= Py_BuildValue("s",_ptemp
);
3003 _resultobj
= Py_None
;
3008 #define wxComboBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
3009 static PyObject
*_wrap_wxComboBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3010 PyObject
* _resultobj
;
3015 wxString
* _arg3
= (wxString
*) &wxPyEmptyString
;
3016 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
3017 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
3018 int _arg6
= (int ) 0;
3019 wxString
* _arg7
= (wxString
*) NULL
;
3020 long _arg8
= (long ) 0;
3021 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
3022 wxString
* _arg10
= (wxString
*) &wxPyComboBoxNameStr
;
3023 PyObject
* _argo0
= 0;
3024 PyObject
* _argo1
= 0;
3025 PyObject
* _obj3
= 0;
3027 PyObject
* _obj4
= 0;
3029 PyObject
* _obj5
= 0;
3030 PyObject
* _obj7
= 0;
3031 PyObject
* _argo9
= 0;
3032 PyObject
* _obj10
= 0;
3033 char *_kwnames
[] = { "self","parent","id","value","pos","size","choices","style","validator","name", NULL
};
3036 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOOlOO:wxComboBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_obj7
,&_arg8
,&_argo9
,&_obj10
))
3039 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3040 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3041 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Create. Expected _wxComboBox_p.");
3046 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3047 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3048 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxComboBox_Create. Expected _wxWindow_p.");
3054 _arg3
= wxString_in_helper(_obj3
);
3061 if (! wxPoint_helper(_obj4
, &_arg4
))
3067 if (! wxSize_helper(_obj5
, &_arg5
))
3072 _arg7
= wxString_LIST_helper(_obj7
);
3073 if (_arg7
== NULL
) {
3078 if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
3079 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of wxComboBox_Create. Expected _wxValidator_p.");
3085 _arg10
= wxString_in_helper(_obj10
);
3091 _arg6
= PyList_Size(_obj7
);
3098 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3099 _result
= (bool )wxComboBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,*_arg10
);
3101 wxPyEndAllowThreads(__tstate
);
3102 if (PyErr_Occurred()) return NULL
;
3103 } _resultobj
= Py_BuildValue("i",_result
);
3118 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
3119 static PyObject
*_wrap_wxComboBox_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3120 PyObject
* _resultobj
;
3122 PyObject
* _argo0
= 0;
3123 char *_kwnames
[] = { "self", NULL
};
3126 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Copy",_kwnames
,&_argo0
))
3129 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3130 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3131 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
3136 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3137 wxComboBox_Copy(_arg0
);
3139 wxPyEndAllowThreads(__tstate
);
3140 if (PyErr_Occurred()) return NULL
;
3141 } Py_INCREF(Py_None
);
3142 _resultobj
= Py_None
;
3146 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
3147 static PyObject
*_wrap_wxComboBox_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3148 PyObject
* _resultobj
;
3150 PyObject
* _argo0
= 0;
3151 char *_kwnames
[] = { "self", NULL
};
3154 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Cut",_kwnames
,&_argo0
))
3157 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3158 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3159 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
3164 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3165 wxComboBox_Cut(_arg0
);
3167 wxPyEndAllowThreads(__tstate
);
3168 if (PyErr_Occurred()) return NULL
;
3169 } Py_INCREF(Py_None
);
3170 _resultobj
= Py_None
;
3174 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3175 static PyObject
*_wrap_wxComboBox_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3176 PyObject
* _resultobj
;
3179 PyObject
* _argo0
= 0;
3180 char *_kwnames
[] = { "self", NULL
};
3183 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetInsertionPoint",_kwnames
,&_argo0
))
3186 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3187 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3188 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
3193 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3194 _result
= (long )wxComboBox_GetInsertionPoint(_arg0
);
3196 wxPyEndAllowThreads(__tstate
);
3197 if (PyErr_Occurred()) return NULL
;
3198 } _resultobj
= Py_BuildValue("l",_result
);
3202 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3203 static PyObject
*_wrap_wxComboBox_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3204 PyObject
* _resultobj
;
3207 PyObject
* _argo0
= 0;
3208 char *_kwnames
[] = { "self", NULL
};
3211 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetLastPosition",_kwnames
,&_argo0
))
3214 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3215 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3216 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
3221 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3222 _result
= (long )wxComboBox_GetLastPosition(_arg0
);
3224 wxPyEndAllowThreads(__tstate
);
3225 if (PyErr_Occurred()) return NULL
;
3226 } _resultobj
= Py_BuildValue("l",_result
);
3230 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
3231 static PyObject
*_wrap_wxComboBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3232 PyObject
* _resultobj
;
3235 PyObject
* _argo0
= 0;
3236 char *_kwnames
[] = { "self", NULL
};
3239 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetValue",_kwnames
,&_argo0
))
3242 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3243 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3244 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
3249 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3250 _result
= new wxString (wxComboBox_GetValue(_arg0
));
3252 wxPyEndAllowThreads(__tstate
);
3253 if (PyErr_Occurred()) return NULL
;
3256 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
3258 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3267 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
3268 static PyObject
*_wrap_wxComboBox_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3269 PyObject
* _resultobj
;
3271 PyObject
* _argo0
= 0;
3272 char *_kwnames
[] = { "self", NULL
};
3275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Paste",_kwnames
,&_argo0
))
3278 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3279 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3280 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
3285 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3286 wxComboBox_Paste(_arg0
);
3288 wxPyEndAllowThreads(__tstate
);
3289 if (PyErr_Occurred()) return NULL
;
3290 } Py_INCREF(Py_None
);
3291 _resultobj
= Py_None
;
3295 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
3296 static PyObject
*_wrap_wxComboBox_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3297 PyObject
* _resultobj
;
3302 PyObject
* _argo0
= 0;
3303 PyObject
* _obj3
= 0;
3304 char *_kwnames
[] = { "self","from","to","text", NULL
};
3307 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxComboBox_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
3310 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3311 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3312 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
3317 _arg3
= wxString_in_helper(_obj3
);
3322 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3323 wxComboBox_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
3325 wxPyEndAllowThreads(__tstate
);
3326 if (PyErr_Occurred()) return NULL
;
3327 } Py_INCREF(Py_None
);
3328 _resultobj
= Py_None
;
3336 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
3337 static PyObject
*_wrap_wxComboBox_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3338 PyObject
* _resultobj
;
3342 PyObject
* _argo0
= 0;
3343 char *_kwnames
[] = { "self","from","to", NULL
};
3346 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3349 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3350 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3351 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
3356 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3357 wxComboBox_Remove(_arg0
,_arg1
,_arg2
);
3359 wxPyEndAllowThreads(__tstate
);
3360 if (PyErr_Occurred()) return NULL
;
3361 } Py_INCREF(Py_None
);
3362 _resultobj
= Py_None
;
3366 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
3367 static PyObject
*_wrap_wxComboBox_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3368 PyObject
* _resultobj
;
3371 PyObject
* _argo0
= 0;
3372 char *_kwnames
[] = { "self","pos", NULL
};
3375 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxComboBox_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
3378 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3379 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3380 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
3385 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3386 wxComboBox_SetInsertionPoint(_arg0
,_arg1
);
3388 wxPyEndAllowThreads(__tstate
);
3389 if (PyErr_Occurred()) return NULL
;
3390 } Py_INCREF(Py_None
);
3391 _resultobj
= Py_None
;
3395 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
3396 static PyObject
*_wrap_wxComboBox_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3397 PyObject
* _resultobj
;
3399 PyObject
* _argo0
= 0;
3400 char *_kwnames
[] = { "self", NULL
};
3403 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_SetInsertionPointEnd",_kwnames
,&_argo0
))
3406 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3407 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3408 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
3413 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3414 wxComboBox_SetInsertionPointEnd(_arg0
);
3416 wxPyEndAllowThreads(__tstate
);
3417 if (PyErr_Occurred()) return NULL
;
3418 } Py_INCREF(Py_None
);
3419 _resultobj
= Py_None
;
3423 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
3424 static PyObject
*_wrap_wxComboBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3425 PyObject
* _resultobj
;
3428 PyObject
* _argo0
= 0;
3429 char *_kwnames
[] = { "self","n", NULL
};
3432 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
3435 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3436 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3437 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
3442 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3443 wxComboBox_SetSelection(_arg0
,_arg1
);
3445 wxPyEndAllowThreads(__tstate
);
3446 if (PyErr_Occurred()) return NULL
;
3447 } Py_INCREF(Py_None
);
3448 _resultobj
= Py_None
;
3452 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3453 static PyObject
*_wrap_wxComboBox_SetMark(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3454 PyObject
* _resultobj
;
3458 PyObject
* _argo0
= 0;
3459 char *_kwnames
[] = { "self","from","to", NULL
};
3462 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_SetMark",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3465 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3466 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3467 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
3472 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3473 wxComboBox_SetMark(_arg0
,_arg1
,_arg2
);
3475 wxPyEndAllowThreads(__tstate
);
3476 if (PyErr_Occurred()) return NULL
;
3477 } Py_INCREF(Py_None
);
3478 _resultobj
= Py_None
;
3482 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3483 static PyObject
*_wrap_wxComboBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3484 PyObject
* _resultobj
;
3487 PyObject
* _argo0
= 0;
3488 PyObject
* _obj1
= 0;
3489 char *_kwnames
[] = { "self","text", NULL
};
3492 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_SetValue",_kwnames
,&_argo0
,&_obj1
))
3495 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3496 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3497 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
3502 _arg1
= wxString_in_helper(_obj1
);
3507 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3508 wxComboBox_SetValue(_arg0
,*_arg1
);
3510 wxPyEndAllowThreads(__tstate
);
3511 if (PyErr_Occurred()) return NULL
;
3512 } Py_INCREF(Py_None
);
3513 _resultobj
= Py_None
;
3521 #define wxComboBox_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
3522 static PyObject
*_wrap_wxComboBox_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3523 PyObject
* _resultobj
;
3526 PyObject
* _argo0
= 0;
3528 char *_kwnames
[] = { "self","editable", NULL
};
3531 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
3534 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3535 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
3536 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetEditable. Expected _wxComboBox_p.");
3540 _arg1
= (bool ) tempbool1
;
3542 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3543 wxComboBox_SetEditable(_arg0
,_arg1
);
3545 wxPyEndAllowThreads(__tstate
);
3546 if (PyErr_Occurred()) return NULL
;
3547 } Py_INCREF(Py_None
);
3548 _resultobj
= Py_None
;
3552 static void *SwigwxGaugeTowxControl(void *ptr
) {
3555 src
= (wxGauge
*) ptr
;
3556 dest
= (wxControl
*) src
;
3557 return (void *) dest
;
3560 static void *SwigwxGaugeTowxWindow(void *ptr
) {
3563 src
= (wxGauge
*) ptr
;
3564 dest
= (wxWindow
*) src
;
3565 return (void *) dest
;
3568 static void *SwigwxGaugeTowxEvtHandler(void *ptr
) {
3571 src
= (wxGauge
*) ptr
;
3572 dest
= (wxEvtHandler
*) src
;
3573 return (void *) dest
;
3576 static void *SwigwxGaugeTowxObject(void *ptr
) {
3579 src
= (wxGauge
*) ptr
;
3580 dest
= (wxObject
*) src
;
3581 return (void *) dest
;
3584 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3585 static PyObject
*_wrap_new_wxGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3586 PyObject
* _resultobj
;
3591 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
3592 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
3593 long _arg5
= (long ) wxGA_HORIZONTAL
;
3594 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
3595 wxString
* _arg7
= (wxString
*) &wxPyGaugeNameStr
;
3596 PyObject
* _argo0
= 0;
3598 PyObject
* _obj3
= 0;
3600 PyObject
* _obj4
= 0;
3601 PyObject
* _argo6
= 0;
3602 PyObject
* _obj7
= 0;
3603 char *_kwnames
[] = { "parent","id","range","pos","size","style","validator","name", NULL
};
3607 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OOlOO:new_wxGauge",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
3610 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3611 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3612 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
3619 if (! wxPoint_helper(_obj3
, &_arg3
))
3625 if (! wxSize_helper(_obj4
, &_arg4
))
3629 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
3630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
3636 _arg7
= wxString_in_helper(_obj7
);
3641 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3642 _result
= (wxGauge
*)new_wxGauge(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
3644 wxPyEndAllowThreads(__tstate
);
3645 if (PyErr_Occurred()) return NULL
;
3647 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
3648 _resultobj
= Py_BuildValue("s",_ptemp
);
3651 _resultobj
= Py_None
;
3660 #define new_wxPreGauge() (new wxGauge())
3661 static PyObject
*_wrap_new_wxPreGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3662 PyObject
* _resultobj
;
3664 char *_kwnames
[] = { NULL
};
3668 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreGauge",_kwnames
))
3671 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3672 _result
= (wxGauge
*)new_wxPreGauge();
3674 wxPyEndAllowThreads(__tstate
);
3675 if (PyErr_Occurred()) return NULL
;
3677 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
3678 _resultobj
= Py_BuildValue("s",_ptemp
);
3681 _resultobj
= Py_None
;
3686 #define wxGauge_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3687 static PyObject
*_wrap_wxGauge_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3688 PyObject
* _resultobj
;
3694 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
3695 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
3696 long _arg6
= (long ) wxGA_HORIZONTAL
;
3697 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
3698 wxString
* _arg8
= (wxString
*) &wxPyGaugeNameStr
;
3699 PyObject
* _argo0
= 0;
3700 PyObject
* _argo1
= 0;
3702 PyObject
* _obj4
= 0;
3704 PyObject
* _obj5
= 0;
3705 PyObject
* _argo7
= 0;
3706 PyObject
* _obj8
= 0;
3707 char *_kwnames
[] = { "self","parent","id","range","pos","size","style","validator","name", NULL
};
3710 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOii|OOlOO:wxGauge_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
3713 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3714 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3715 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_Create. Expected _wxGauge_p.");
3720 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3721 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3722 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxGauge_Create. Expected _wxWindow_p.");
3729 if (! wxPoint_helper(_obj4
, &_arg4
))
3735 if (! wxSize_helper(_obj5
, &_arg5
))
3739 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
3740 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxGauge_Create. Expected _wxValidator_p.");
3746 _arg8
= wxString_in_helper(_obj8
);
3751 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3752 _result
= (bool )wxGauge_Create(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
3754 wxPyEndAllowThreads(__tstate
);
3755 if (PyErr_Occurred()) return NULL
;
3756 } _resultobj
= Py_BuildValue("i",_result
);
3764 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
3765 static PyObject
*_wrap_wxGauge_GetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3766 PyObject
* _resultobj
;
3769 PyObject
* _argo0
= 0;
3770 char *_kwnames
[] = { "self", NULL
};
3773 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetBezelFace",_kwnames
,&_argo0
))
3776 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3777 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3778 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
3783 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3784 _result
= (int )wxGauge_GetBezelFace(_arg0
);
3786 wxPyEndAllowThreads(__tstate
);
3787 if (PyErr_Occurred()) return NULL
;
3788 } _resultobj
= Py_BuildValue("i",_result
);
3792 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
3793 static PyObject
*_wrap_wxGauge_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3794 PyObject
* _resultobj
;
3797 PyObject
* _argo0
= 0;
3798 char *_kwnames
[] = { "self", NULL
};
3801 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetRange",_kwnames
,&_argo0
))
3804 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3805 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3806 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
3811 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3812 _result
= (int )wxGauge_GetRange(_arg0
);
3814 wxPyEndAllowThreads(__tstate
);
3815 if (PyErr_Occurred()) return NULL
;
3816 } _resultobj
= Py_BuildValue("i",_result
);
3820 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
3821 static PyObject
*_wrap_wxGauge_GetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3822 PyObject
* _resultobj
;
3825 PyObject
* _argo0
= 0;
3826 char *_kwnames
[] = { "self", NULL
};
3829 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetShadowWidth",_kwnames
,&_argo0
))
3832 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3833 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3834 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
3839 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3840 _result
= (int )wxGauge_GetShadowWidth(_arg0
);
3842 wxPyEndAllowThreads(__tstate
);
3843 if (PyErr_Occurred()) return NULL
;
3844 } _resultobj
= Py_BuildValue("i",_result
);
3848 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
3849 static PyObject
*_wrap_wxGauge_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3850 PyObject
* _resultobj
;
3853 PyObject
* _argo0
= 0;
3854 char *_kwnames
[] = { "self", NULL
};
3857 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetValue",_kwnames
,&_argo0
))
3860 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3861 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3862 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
3867 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3868 _result
= (int )wxGauge_GetValue(_arg0
);
3870 wxPyEndAllowThreads(__tstate
);
3871 if (PyErr_Occurred()) return NULL
;
3872 } _resultobj
= Py_BuildValue("i",_result
);
3876 #define wxGauge_IsVertical(_swigobj) (_swigobj->IsVertical())
3877 static PyObject
*_wrap_wxGauge_IsVertical(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3878 PyObject
* _resultobj
;
3881 PyObject
* _argo0
= 0;
3882 char *_kwnames
[] = { "self", NULL
};
3885 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_IsVertical",_kwnames
,&_argo0
))
3888 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3889 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3890 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_IsVertical. Expected _wxGauge_p.");
3895 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3896 _result
= (bool )wxGauge_IsVertical(_arg0
);
3898 wxPyEndAllowThreads(__tstate
);
3899 if (PyErr_Occurred()) return NULL
;
3900 } _resultobj
= Py_BuildValue("i",_result
);
3904 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
3905 static PyObject
*_wrap_wxGauge_SetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3906 PyObject
* _resultobj
;
3909 PyObject
* _argo0
= 0;
3910 char *_kwnames
[] = { "self","width", NULL
};
3913 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetBezelFace",_kwnames
,&_argo0
,&_arg1
))
3916 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3917 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3918 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
3923 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3924 wxGauge_SetBezelFace(_arg0
,_arg1
);
3926 wxPyEndAllowThreads(__tstate
);
3927 if (PyErr_Occurred()) return NULL
;
3928 } Py_INCREF(Py_None
);
3929 _resultobj
= Py_None
;
3933 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
3934 static PyObject
*_wrap_wxGauge_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3935 PyObject
* _resultobj
;
3938 PyObject
* _argo0
= 0;
3939 char *_kwnames
[] = { "self","range", NULL
};
3942 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetRange",_kwnames
,&_argo0
,&_arg1
))
3945 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3946 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3947 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
3952 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3953 wxGauge_SetRange(_arg0
,_arg1
);
3955 wxPyEndAllowThreads(__tstate
);
3956 if (PyErr_Occurred()) return NULL
;
3957 } Py_INCREF(Py_None
);
3958 _resultobj
= Py_None
;
3962 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
3963 static PyObject
*_wrap_wxGauge_SetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3964 PyObject
* _resultobj
;
3967 PyObject
* _argo0
= 0;
3968 char *_kwnames
[] = { "self","width", NULL
};
3971 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetShadowWidth",_kwnames
,&_argo0
,&_arg1
))
3974 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3975 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
3976 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
3981 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3982 wxGauge_SetShadowWidth(_arg0
,_arg1
);
3984 wxPyEndAllowThreads(__tstate
);
3985 if (PyErr_Occurred()) return NULL
;
3986 } Py_INCREF(Py_None
);
3987 _resultobj
= Py_None
;
3991 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
3992 static PyObject
*_wrap_wxGauge_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3993 PyObject
* _resultobj
;
3996 PyObject
* _argo0
= 0;
3997 char *_kwnames
[] = { "self","pos", NULL
};
4000 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetValue",_kwnames
,&_argo0
,&_arg1
))
4003 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4004 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
4005 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
4010 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4011 wxGauge_SetValue(_arg0
,_arg1
);
4013 wxPyEndAllowThreads(__tstate
);
4014 if (PyErr_Occurred()) return NULL
;
4015 } Py_INCREF(Py_None
);
4016 _resultobj
= Py_None
;
4020 static void *SwigwxStaticBoxTowxControl(void *ptr
) {
4023 src
= (wxStaticBox
*) ptr
;
4024 dest
= (wxControl
*) src
;
4025 return (void *) dest
;
4028 static void *SwigwxStaticBoxTowxWindow(void *ptr
) {
4031 src
= (wxStaticBox
*) ptr
;
4032 dest
= (wxWindow
*) src
;
4033 return (void *) dest
;
4036 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr
) {
4039 src
= (wxStaticBox
*) ptr
;
4040 dest
= (wxEvtHandler
*) src
;
4041 return (void *) dest
;
4044 static void *SwigwxStaticBoxTowxObject(void *ptr
) {
4047 src
= (wxStaticBox
*) ptr
;
4048 dest
= (wxObject
*) src
;
4049 return (void *) dest
;
4052 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4053 static PyObject
*_wrap_new_wxStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4054 PyObject
* _resultobj
;
4055 wxStaticBox
* _result
;
4059 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4060 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4061 long _arg5
= (long ) 0;
4062 wxString
* _arg6
= (wxString
*) &wxPyStaticBoxNameStr
;
4063 PyObject
* _argo0
= 0;
4064 PyObject
* _obj2
= 0;
4066 PyObject
* _obj3
= 0;
4068 PyObject
* _obj4
= 0;
4069 PyObject
* _obj6
= 0;
4070 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
4074 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlO:new_wxStaticBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
4077 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4078 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4079 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
4084 _arg2
= wxString_in_helper(_obj2
);
4091 if (! wxPoint_helper(_obj3
, &_arg3
))
4097 if (! wxSize_helper(_obj4
, &_arg4
))
4102 _arg6
= wxString_in_helper(_obj6
);
4107 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4108 _result
= (wxStaticBox
*)new_wxStaticBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
4110 wxPyEndAllowThreads(__tstate
);
4111 if (PyErr_Occurred()) return NULL
;
4113 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
4114 _resultobj
= Py_BuildValue("s",_ptemp
);
4117 _resultobj
= Py_None
;
4130 #define new_wxPreStaticBox() (new wxStaticBox())
4131 static PyObject
*_wrap_new_wxPreStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4132 PyObject
* _resultobj
;
4133 wxStaticBox
* _result
;
4134 char *_kwnames
[] = { NULL
};
4138 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticBox",_kwnames
))
4141 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4142 _result
= (wxStaticBox
*)new_wxPreStaticBox();
4144 wxPyEndAllowThreads(__tstate
);
4145 if (PyErr_Occurred()) return NULL
;
4147 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
4148 _resultobj
= Py_BuildValue("s",_ptemp
);
4151 _resultobj
= Py_None
;
4156 #define wxStaticBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4157 static PyObject
*_wrap_wxStaticBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4158 PyObject
* _resultobj
;
4160 wxStaticBox
* _arg0
;
4164 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
4165 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
4166 long _arg6
= (long ) 0;
4167 wxString
* _arg7
= (wxString
*) &wxPyStaticBoxNameStr
;
4168 PyObject
* _argo0
= 0;
4169 PyObject
* _argo1
= 0;
4170 PyObject
* _obj3
= 0;
4172 PyObject
* _obj4
= 0;
4174 PyObject
* _obj5
= 0;
4175 PyObject
* _obj7
= 0;
4176 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","name", NULL
};
4179 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlO:wxStaticBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_obj7
))
4182 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4183 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBox_p")) {
4184 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBox_Create. Expected _wxStaticBox_p.");
4189 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4190 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4191 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBox_Create. Expected _wxWindow_p.");
4196 _arg3
= wxString_in_helper(_obj3
);
4203 if (! wxPoint_helper(_obj4
, &_arg4
))
4209 if (! wxSize_helper(_obj5
, &_arg5
))
4214 _arg7
= wxString_in_helper(_obj7
);
4219 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4220 _result
= (bool )wxStaticBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
);
4222 wxPyEndAllowThreads(__tstate
);
4223 if (PyErr_Occurred()) return NULL
;
4224 } _resultobj
= Py_BuildValue("i",_result
);
4236 static void *SwigwxStaticLineTowxControl(void *ptr
) {
4239 src
= (wxStaticLine
*) ptr
;
4240 dest
= (wxControl
*) src
;
4241 return (void *) dest
;
4244 static void *SwigwxStaticLineTowxWindow(void *ptr
) {
4247 src
= (wxStaticLine
*) ptr
;
4248 dest
= (wxWindow
*) src
;
4249 return (void *) dest
;
4252 static void *SwigwxStaticLineTowxEvtHandler(void *ptr
) {
4255 src
= (wxStaticLine
*) ptr
;
4256 dest
= (wxEvtHandler
*) src
;
4257 return (void *) dest
;
4260 static void *SwigwxStaticLineTowxObject(void *ptr
) {
4263 src
= (wxStaticLine
*) ptr
;
4264 dest
= (wxObject
*) src
;
4265 return (void *) dest
;
4268 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4269 static PyObject
*_wrap_new_wxStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4270 PyObject
* _resultobj
;
4271 wxStaticLine
* _result
;
4274 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
4275 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
4276 long _arg4
= (long ) wxLI_HORIZONTAL
;
4277 wxString
* _arg5
= (wxString
*) &wxPyStaticTextNameStr
;
4278 PyObject
* _argo0
= 0;
4280 PyObject
* _obj2
= 0;
4282 PyObject
* _obj3
= 0;
4283 PyObject
* _obj5
= 0;
4284 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
4288 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOlO:new_wxStaticLine",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_obj5
))
4291 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4292 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4293 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
4300 if (! wxPoint_helper(_obj2
, &_arg2
))
4306 if (! wxSize_helper(_obj3
, &_arg3
))
4311 _arg5
= wxString_in_helper(_obj5
);
4316 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4317 _result
= (wxStaticLine
*)new_wxStaticLine(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
);
4319 wxPyEndAllowThreads(__tstate
);
4320 if (PyErr_Occurred()) return NULL
;
4322 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
4323 _resultobj
= Py_BuildValue("s",_ptemp
);
4326 _resultobj
= Py_None
;
4335 #define new_wxPreStaticLine() (new wxStaticLine())
4336 static PyObject
*_wrap_new_wxPreStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4337 PyObject
* _resultobj
;
4338 wxStaticLine
* _result
;
4339 char *_kwnames
[] = { NULL
};
4343 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticLine",_kwnames
))
4346 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4347 _result
= (wxStaticLine
*)new_wxPreStaticLine();
4349 wxPyEndAllowThreads(__tstate
);
4350 if (PyErr_Occurred()) return NULL
;
4352 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
4353 _resultobj
= Py_BuildValue("s",_ptemp
);
4356 _resultobj
= Py_None
;
4361 #define wxStaticLine_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
4362 static PyObject
*_wrap_wxStaticLine_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4363 PyObject
* _resultobj
;
4365 wxStaticLine
* _arg0
;
4368 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4369 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4370 long _arg5
= (long ) wxLI_HORIZONTAL
;
4371 wxString
* _arg6
= (wxString
*) &wxPyStaticTextNameStr
;
4372 PyObject
* _argo0
= 0;
4373 PyObject
* _argo1
= 0;
4375 PyObject
* _obj3
= 0;
4377 PyObject
* _obj4
= 0;
4378 PyObject
* _obj6
= 0;
4379 char *_kwnames
[] = { "self","parent","id","pos","size","style","name", NULL
};
4382 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOlO:wxStaticLine_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
4385 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4386 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticLine_p")) {
4387 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticLine_Create. Expected _wxStaticLine_p.");
4392 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4393 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4394 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticLine_Create. Expected _wxWindow_p.");
4401 if (! wxPoint_helper(_obj3
, &_arg3
))
4407 if (! wxSize_helper(_obj4
, &_arg4
))
4412 _arg6
= wxString_in_helper(_obj6
);
4417 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4418 _result
= (bool )wxStaticLine_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
4420 wxPyEndAllowThreads(__tstate
);
4421 if (PyErr_Occurred()) return NULL
;
4422 } _resultobj
= Py_BuildValue("i",_result
);
4430 static void *SwigwxStaticTextTowxControl(void *ptr
) {
4433 src
= (wxStaticText
*) ptr
;
4434 dest
= (wxControl
*) src
;
4435 return (void *) dest
;
4438 static void *SwigwxStaticTextTowxWindow(void *ptr
) {
4441 src
= (wxStaticText
*) ptr
;
4442 dest
= (wxWindow
*) src
;
4443 return (void *) dest
;
4446 static void *SwigwxStaticTextTowxEvtHandler(void *ptr
) {
4449 src
= (wxStaticText
*) ptr
;
4450 dest
= (wxEvtHandler
*) src
;
4451 return (void *) dest
;
4454 static void *SwigwxStaticTextTowxObject(void *ptr
) {
4457 src
= (wxStaticText
*) ptr
;
4458 dest
= (wxObject
*) src
;
4459 return (void *) dest
;
4462 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4463 static PyObject
*_wrap_new_wxStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4464 PyObject
* _resultobj
;
4465 wxStaticText
* _result
;
4469 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4470 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4471 long _arg5
= (long ) 0;
4472 wxString
* _arg6
= (wxString
*) &wxPyStaticTextNameStr
;
4473 PyObject
* _argo0
= 0;
4474 PyObject
* _obj2
= 0;
4476 PyObject
* _obj3
= 0;
4478 PyObject
* _obj4
= 0;
4479 PyObject
* _obj6
= 0;
4480 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
4484 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlO:new_wxStaticText",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
4487 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4488 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4489 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
4494 _arg2
= wxString_in_helper(_obj2
);
4501 if (! wxPoint_helper(_obj3
, &_arg3
))
4507 if (! wxSize_helper(_obj4
, &_arg4
))
4512 _arg6
= wxString_in_helper(_obj6
);
4517 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4518 _result
= (wxStaticText
*)new_wxStaticText(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
4520 wxPyEndAllowThreads(__tstate
);
4521 if (PyErr_Occurred()) return NULL
;
4523 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
4524 _resultobj
= Py_BuildValue("s",_ptemp
);
4527 _resultobj
= Py_None
;
4540 #define new_wxPreStaticText() (new wxStaticText())
4541 static PyObject
*_wrap_new_wxPreStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4542 PyObject
* _resultobj
;
4543 wxStaticText
* _result
;
4544 char *_kwnames
[] = { NULL
};
4548 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticText",_kwnames
))
4551 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4552 _result
= (wxStaticText
*)new_wxPreStaticText();
4554 wxPyEndAllowThreads(__tstate
);
4555 if (PyErr_Occurred()) return NULL
;
4557 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
4558 _resultobj
= Py_BuildValue("s",_ptemp
);
4561 _resultobj
= Py_None
;
4566 #define wxStaticText_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4567 static PyObject
*_wrap_wxStaticText_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4568 PyObject
* _resultobj
;
4570 wxStaticText
* _arg0
;
4574 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
4575 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
4576 long _arg6
= (long ) 0;
4577 wxString
* _arg7
= (wxString
*) &wxPyStaticTextNameStr
;
4578 PyObject
* _argo0
= 0;
4579 PyObject
* _argo1
= 0;
4580 PyObject
* _obj3
= 0;
4582 PyObject
* _obj4
= 0;
4584 PyObject
* _obj5
= 0;
4585 PyObject
* _obj7
= 0;
4586 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","name", NULL
};
4589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlO:wxStaticText_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_obj7
))
4592 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4593 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4594 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_Create. Expected _wxStaticText_p.");
4599 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4600 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4601 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticText_Create. Expected _wxWindow_p.");
4606 _arg3
= wxString_in_helper(_obj3
);
4613 if (! wxPoint_helper(_obj4
, &_arg4
))
4619 if (! wxSize_helper(_obj5
, &_arg5
))
4624 _arg7
= wxString_in_helper(_obj7
);
4629 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4630 _result
= (bool )wxStaticText_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
);
4632 wxPyEndAllowThreads(__tstate
);
4633 if (PyErr_Occurred()) return NULL
;
4634 } _resultobj
= Py_BuildValue("i",_result
);
4646 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
4647 static PyObject
*_wrap_wxStaticText_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4648 PyObject
* _resultobj
;
4650 wxStaticText
* _arg0
;
4651 PyObject
* _argo0
= 0;
4652 char *_kwnames
[] = { "self", NULL
};
4655 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticText_GetLabel",_kwnames
,&_argo0
))
4658 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4659 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4660 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
4665 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4666 _result
= new wxString (wxStaticText_GetLabel(_arg0
));
4668 wxPyEndAllowThreads(__tstate
);
4669 if (PyErr_Occurred()) return NULL
;
4672 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
4674 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4683 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
4684 static PyObject
*_wrap_wxStaticText_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4685 PyObject
* _resultobj
;
4686 wxStaticText
* _arg0
;
4688 PyObject
* _argo0
= 0;
4689 PyObject
* _obj1
= 0;
4690 char *_kwnames
[] = { "self","label", NULL
};
4693 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticText_SetLabel",_kwnames
,&_argo0
,&_obj1
))
4696 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4697 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
4698 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
4703 _arg1
= wxString_in_helper(_obj1
);
4708 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4709 wxStaticText_SetLabel(_arg0
,*_arg1
);
4711 wxPyEndAllowThreads(__tstate
);
4712 if (PyErr_Occurred()) return NULL
;
4713 } Py_INCREF(Py_None
);
4714 _resultobj
= Py_None
;
4722 static void *SwigwxListBoxTowxControlWithItems(void *ptr
) {
4724 wxControlWithItems
*dest
;
4725 src
= (wxListBox
*) ptr
;
4726 dest
= (wxControlWithItems
*) src
;
4727 return (void *) dest
;
4730 static void *SwigwxListBoxTowxControl(void *ptr
) {
4733 src
= (wxListBox
*) ptr
;
4734 dest
= (wxControl
*) src
;
4735 return (void *) dest
;
4738 static void *SwigwxListBoxTowxWindow(void *ptr
) {
4741 src
= (wxListBox
*) ptr
;
4742 dest
= (wxWindow
*) src
;
4743 return (void *) dest
;
4746 static void *SwigwxListBoxTowxEvtHandler(void *ptr
) {
4749 src
= (wxListBox
*) ptr
;
4750 dest
= (wxEvtHandler
*) src
;
4751 return (void *) dest
;
4754 static void *SwigwxListBoxTowxObject(void *ptr
) {
4757 src
= (wxListBox
*) ptr
;
4758 dest
= (wxObject
*) src
;
4759 return (void *) dest
;
4762 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4763 static PyObject
*_wrap_new_wxListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4764 PyObject
* _resultobj
;
4765 wxListBox
* _result
;
4768 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
4769 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
4771 wxString
* _arg5
= (wxString
*) NULL
;
4772 long _arg6
= (long ) 0;
4773 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
4774 wxString
* _arg8
= (wxString
*) &wxPyListBoxNameStr
;
4775 PyObject
* _argo0
= 0;
4777 PyObject
* _obj2
= 0;
4779 PyObject
* _obj3
= 0;
4780 PyObject
* _obj5
= 0;
4781 PyObject
* _argo7
= 0;
4782 PyObject
* _obj8
= 0;
4783 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
4787 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
4790 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4791 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4792 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
4799 if (! wxPoint_helper(_obj2
, &_arg2
))
4805 if (! wxSize_helper(_obj3
, &_arg3
))
4810 _arg5
= wxString_LIST_helper(_obj5
);
4811 if (_arg5
== NULL
) {
4816 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
4817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
4823 _arg8
= wxString_in_helper(_obj8
);
4829 _arg4
= PyList_Size(_obj5
);
4836 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4837 _result
= (wxListBox
*)new_wxListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,*_arg8
);
4839 wxPyEndAllowThreads(__tstate
);
4840 if (PyErr_Occurred()) return NULL
;
4842 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
4843 _resultobj
= Py_BuildValue("s",_ptemp
);
4846 _resultobj
= Py_None
;
4858 #define new_wxPreListBox() (new wxListBox())
4859 static PyObject
*_wrap_new_wxPreListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4860 PyObject
* _resultobj
;
4861 wxListBox
* _result
;
4862 char *_kwnames
[] = { NULL
};
4866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreListBox",_kwnames
))
4869 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4870 _result
= (wxListBox
*)new_wxPreListBox();
4872 wxPyEndAllowThreads(__tstate
);
4873 if (PyErr_Occurred()) return NULL
;
4875 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
4876 _resultobj
= Py_BuildValue("s",_ptemp
);
4879 _resultobj
= Py_None
;
4884 #define wxListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
4885 static PyObject
*_wrap_wxListBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4886 PyObject
* _resultobj
;
4891 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
4892 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
4894 wxString
* _arg6
= (wxString
*) NULL
;
4895 long _arg7
= (long ) 0;
4896 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
4897 wxString
* _arg9
= (wxString
*) &wxPyListBoxNameStr
;
4898 PyObject
* _argo0
= 0;
4899 PyObject
* _argo1
= 0;
4901 PyObject
* _obj3
= 0;
4903 PyObject
* _obj4
= 0;
4904 PyObject
* _obj6
= 0;
4905 PyObject
* _argo8
= 0;
4906 PyObject
* _obj9
= 0;
4907 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
4910 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxListBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
4913 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4914 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
4915 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Create. Expected _wxListBox_p.");
4920 if (_argo1
== Py_None
) { _arg1
= NULL
; }
4921 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
4922 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxListBox_Create. Expected _wxWindow_p.");
4929 if (! wxPoint_helper(_obj3
, &_arg3
))
4935 if (! wxSize_helper(_obj4
, &_arg4
))
4940 _arg6
= wxString_LIST_helper(_obj6
);
4941 if (_arg6
== NULL
) {
4946 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
4947 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxListBox_Create. Expected _wxValidator_p.");
4953 _arg9
= wxString_in_helper(_obj9
);
4959 _arg5
= PyList_Size(_obj6
);
4966 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4967 _result
= (bool )wxListBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
4969 wxPyEndAllowThreads(__tstate
);
4970 if (PyErr_Occurred()) return NULL
;
4971 } _resultobj
= Py_BuildValue("i",_result
);
4982 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
4983 static PyObject
*_wrap_wxListBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4984 PyObject
* _resultobj
;
4986 PyObject
* _argo0
= 0;
4987 char *_kwnames
[] = { "self", NULL
};
4990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Clear",_kwnames
,&_argo0
))
4993 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4994 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
4995 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
5000 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5001 wxListBox_Clear(_arg0
);
5003 wxPyEndAllowThreads(__tstate
);
5004 if (PyErr_Occurred()) return NULL
;
5005 } Py_INCREF(Py_None
);
5006 _resultobj
= Py_None
;
5010 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
5011 static PyObject
*_wrap_wxListBox_Deselect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5012 PyObject
* _resultobj
;
5015 PyObject
* _argo0
= 0;
5016 char *_kwnames
[] = { "self","n", NULL
};
5019 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Deselect",_kwnames
,&_argo0
,&_arg1
))
5022 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5023 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5024 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
5029 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5030 wxListBox_Deselect(_arg0
,_arg1
);
5032 wxPyEndAllowThreads(__tstate
);
5033 if (PyErr_Occurred()) return NULL
;
5034 } Py_INCREF(Py_None
);
5035 _resultobj
= Py_None
;
5039 static PyObject
* wxListBox_GetSelections(wxListBox
*self
) {
5041 self
->GetSelections(lst
);
5042 PyObject
*tup
= PyTuple_New(lst
.GetCount());
5043 for(size_t i
=0; i
<lst
.GetCount(); i
++) {
5044 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
5048 static PyObject
*_wrap_wxListBox_GetSelections(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5049 PyObject
* _resultobj
;
5052 PyObject
* _argo0
= 0;
5053 char *_kwnames
[] = { "self", NULL
};
5056 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelections",_kwnames
,&_argo0
))
5059 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5060 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5061 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
5066 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5067 _result
= (PyObject
*)wxListBox_GetSelections(_arg0
);
5069 wxPyEndAllowThreads(__tstate
);
5070 if (PyErr_Occurred()) return NULL
;
5072 _resultobj
= _result
;
5077 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5078 static PyObject
*_wrap_wxListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5079 PyObject
* _resultobj
;
5084 PyObject
* _argo0
= 0;
5085 PyObject
* _obj2
= 0;
5086 char *_kwnames
[] = { "self","choices","pos", NULL
};
5089 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
5092 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5093 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5094 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
5099 _arg2
= wxString_LIST_helper(_obj2
);
5100 if (_arg2
== NULL
) {
5106 _arg1
= PyList_Size(_obj2
);
5113 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5114 wxListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
5116 wxPyEndAllowThreads(__tstate
);
5117 if (PyErr_Occurred()) return NULL
;
5118 } Py_INCREF(Py_None
);
5119 _resultobj
= Py_None
;
5126 #define wxListBox_IsSelected(_swigobj,_swigarg0) (_swigobj->IsSelected(_swigarg0))
5127 static PyObject
*_wrap_wxListBox_IsSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5128 PyObject
* _resultobj
;
5132 PyObject
* _argo0
= 0;
5133 char *_kwnames
[] = { "self","n", NULL
};
5136 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_IsSelected",_kwnames
,&_argo0
,&_arg1
))
5139 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5140 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5141 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_IsSelected. Expected _wxListBox_p.");
5146 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5147 _result
= (bool )wxListBox_IsSelected(_arg0
,_arg1
);
5149 wxPyEndAllowThreads(__tstate
);
5150 if (PyErr_Occurred()) return NULL
;
5151 } _resultobj
= Py_BuildValue("i",_result
);
5155 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
5156 static PyObject
*_wrap_wxListBox_Selected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5157 PyObject
* _resultobj
;
5161 PyObject
* _argo0
= 0;
5162 char *_kwnames
[] = { "self","n", NULL
};
5165 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Selected",_kwnames
,&_argo0
,&_arg1
))
5168 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5169 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5170 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
5175 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5176 _result
= (bool )wxListBox_Selected(_arg0
,_arg1
);
5178 wxPyEndAllowThreads(__tstate
);
5179 if (PyErr_Occurred()) return NULL
;
5180 } _resultobj
= Py_BuildValue("i",_result
);
5184 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
5185 static PyObject
*_wrap_wxListBox_Set(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5186 PyObject
* _resultobj
;
5190 PyObject
* _argo0
= 0;
5191 PyObject
* _obj2
= 0;
5192 char *_kwnames
[] = { "self","choices", NULL
};
5195 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Set",_kwnames
,&_argo0
,&_obj2
))
5198 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5199 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5200 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
5206 _arg2
= wxString_LIST_helper(_obj2
);
5207 if (_arg2
== NULL
) {
5213 _arg1
= PyList_Size(_obj2
);
5220 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5221 wxListBox_Set(_arg0
,_arg1
,_arg2
);
5223 wxPyEndAllowThreads(__tstate
);
5224 if (PyErr_Occurred()) return NULL
;
5225 } Py_INCREF(Py_None
);
5226 _resultobj
= Py_None
;
5233 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5234 static PyObject
*_wrap_wxListBox_SetFirstItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5235 PyObject
* _resultobj
;
5238 PyObject
* _argo0
= 0;
5239 char *_kwnames
[] = { "self","n", NULL
};
5242 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_SetFirstItem",_kwnames
,&_argo0
,&_arg1
))
5245 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5246 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5247 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
5252 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5253 wxListBox_SetFirstItem(_arg0
,_arg1
);
5255 wxPyEndAllowThreads(__tstate
);
5256 if (PyErr_Occurred()) return NULL
;
5257 } Py_INCREF(Py_None
);
5258 _resultobj
= Py_None
;
5262 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
5263 static PyObject
*_wrap_wxListBox_SetFirstItemStr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5264 PyObject
* _resultobj
;
5267 PyObject
* _argo0
= 0;
5268 PyObject
* _obj1
= 0;
5269 char *_kwnames
[] = { "self","string", NULL
};
5272 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_SetFirstItemStr",_kwnames
,&_argo0
,&_obj1
))
5275 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5276 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5277 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
5282 _arg1
= wxString_in_helper(_obj1
);
5287 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5288 wxListBox_SetFirstItemStr(_arg0
,*_arg1
);
5290 wxPyEndAllowThreads(__tstate
);
5291 if (PyErr_Occurred()) return NULL
;
5292 } Py_INCREF(Py_None
);
5293 _resultobj
= Py_None
;
5301 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
5302 static PyObject
*_wrap_wxListBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5303 PyObject
* _resultobj
;
5306 bool _arg2
= (bool ) TRUE
;
5307 PyObject
* _argo0
= 0;
5308 int tempbool2
= (int) TRUE
;
5309 char *_kwnames
[] = { "self","n","select", NULL
};
5312 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxListBox_SetSelection",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5315 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5316 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5317 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
5321 _arg2
= (bool ) tempbool2
;
5323 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5324 wxListBox_SetSelection(_arg0
,_arg1
,_arg2
);
5326 wxPyEndAllowThreads(__tstate
);
5327 if (PyErr_Occurred()) return NULL
;
5328 } Py_INCREF(Py_None
);
5329 _resultobj
= Py_None
;
5333 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
5334 static PyObject
*_wrap_wxListBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5335 PyObject
* _resultobj
;
5339 PyObject
* _argo0
= 0;
5340 PyObject
* _obj2
= 0;
5341 char *_kwnames
[] = { "self","n","string", NULL
};
5344 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxListBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
5347 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5348 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5349 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
5354 _arg2
= wxString_in_helper(_obj2
);
5359 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5360 wxListBox_SetString(_arg0
,_arg1
,*_arg2
);
5362 wxPyEndAllowThreads(__tstate
);
5363 if (PyErr_Occurred()) return NULL
;
5364 } Py_INCREF(Py_None
);
5365 _resultobj
= Py_None
;
5373 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
5374 static PyObject
*_wrap_wxListBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5375 PyObject
* _resultobj
;
5378 bool _arg2
= (bool ) TRUE
;
5379 PyObject
* _argo0
= 0;
5380 PyObject
* _obj1
= 0;
5381 int tempbool2
= (int) TRUE
;
5382 char *_kwnames
[] = { "self","string","select", NULL
};
5385 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxListBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
,&tempbool2
))
5388 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5389 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
5390 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
5395 _arg1
= wxString_in_helper(_obj1
);
5399 _arg2
= (bool ) tempbool2
;
5401 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5402 wxListBox_SetStringSelection(_arg0
,*_arg1
,_arg2
);
5404 wxPyEndAllowThreads(__tstate
);
5405 if (PyErr_Occurred()) return NULL
;
5406 } Py_INCREF(Py_None
);
5407 _resultobj
= Py_None
;
5415 static void *SwigwxCheckListBoxTowxListBox(void *ptr
) {
5416 wxCheckListBox
*src
;
5418 src
= (wxCheckListBox
*) ptr
;
5419 dest
= (wxListBox
*) src
;
5420 return (void *) dest
;
5423 static void *SwigwxCheckListBoxTowxControlWithItems(void *ptr
) {
5424 wxCheckListBox
*src
;
5425 wxControlWithItems
*dest
;
5426 src
= (wxCheckListBox
*) ptr
;
5427 dest
= (wxControlWithItems
*) src
;
5428 return (void *) dest
;
5431 static void *SwigwxCheckListBoxTowxControl(void *ptr
) {
5432 wxCheckListBox
*src
;
5434 src
= (wxCheckListBox
*) ptr
;
5435 dest
= (wxControl
*) src
;
5436 return (void *) dest
;
5439 static void *SwigwxCheckListBoxTowxWindow(void *ptr
) {
5440 wxCheckListBox
*src
;
5442 src
= (wxCheckListBox
*) ptr
;
5443 dest
= (wxWindow
*) src
;
5444 return (void *) dest
;
5447 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr
) {
5448 wxCheckListBox
*src
;
5450 src
= (wxCheckListBox
*) ptr
;
5451 dest
= (wxEvtHandler
*) src
;
5452 return (void *) dest
;
5455 static void *SwigwxCheckListBoxTowxObject(void *ptr
) {
5456 wxCheckListBox
*src
;
5458 src
= (wxCheckListBox
*) ptr
;
5459 dest
= (wxObject
*) src
;
5460 return (void *) dest
;
5463 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5464 static PyObject
*_wrap_new_wxCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5465 PyObject
* _resultobj
;
5466 wxCheckListBox
* _result
;
5469 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
5470 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
5471 int _arg4
= (int ) 0;
5472 wxString
* _arg5
= (wxString
*) NULL
;
5473 long _arg6
= (long ) 0;
5474 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
5475 wxString
* _arg8
= (wxString
*) &wxPyListBoxNameStr
;
5476 PyObject
* _argo0
= 0;
5478 PyObject
* _obj2
= 0;
5480 PyObject
* _obj3
= 0;
5481 PyObject
* _obj5
= 0;
5482 PyObject
* _argo7
= 0;
5483 PyObject
* _obj8
= 0;
5484 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
5488 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxCheckListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
5491 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5492 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5493 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
5500 if (! wxPoint_helper(_obj2
, &_arg2
))
5506 if (! wxSize_helper(_obj3
, &_arg3
))
5511 _arg5
= wxString_LIST_helper(_obj5
);
5512 if (_arg5
== NULL
) {
5517 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
5518 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
5524 _arg8
= wxString_in_helper(_obj8
);
5530 _arg4
= PyList_Size(_obj5
);
5537 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5538 _result
= (wxCheckListBox
*)new_wxCheckListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,*_arg8
);
5540 wxPyEndAllowThreads(__tstate
);
5541 if (PyErr_Occurred()) return NULL
;
5543 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
5544 _resultobj
= Py_BuildValue("s",_ptemp
);
5547 _resultobj
= Py_None
;
5559 #define new_wxPreCheckListBox() (new wxCheckListBox())
5560 static PyObject
*_wrap_new_wxPreCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5561 PyObject
* _resultobj
;
5562 wxCheckListBox
* _result
;
5563 char *_kwnames
[] = { NULL
};
5567 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreCheckListBox",_kwnames
))
5570 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5571 _result
= (wxCheckListBox
*)new_wxPreCheckListBox();
5573 wxPyEndAllowThreads(__tstate
);
5574 if (PyErr_Occurred()) return NULL
;
5576 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
5577 _resultobj
= Py_BuildValue("s",_ptemp
);
5580 _resultobj
= Py_None
;
5585 #define wxCheckListBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
5586 static PyObject
*_wrap_wxCheckListBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5587 PyObject
* _resultobj
;
5589 wxCheckListBox
* _arg0
;
5592 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
5593 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
5594 int _arg5
= (int ) 0;
5595 wxString
* _arg6
= (wxString
*) NULL
;
5596 long _arg7
= (long ) 0;
5597 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
5598 wxString
* _arg9
= (wxString
*) &wxPyListBoxNameStr
;
5599 PyObject
* _argo0
= 0;
5600 PyObject
* _argo1
= 0;
5602 PyObject
* _obj3
= 0;
5604 PyObject
* _obj4
= 0;
5605 PyObject
* _obj6
= 0;
5606 PyObject
* _argo8
= 0;
5607 PyObject
* _obj9
= 0;
5608 char *_kwnames
[] = { "self","parent","id","pos","size","choices","style","validator","name", NULL
};
5611 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxCheckListBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
5614 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5615 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5616 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Create. Expected _wxCheckListBox_p.");
5621 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5622 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
5623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCheckListBox_Create. Expected _wxWindow_p.");
5630 if (! wxPoint_helper(_obj3
, &_arg3
))
5636 if (! wxSize_helper(_obj4
, &_arg4
))
5641 _arg6
= wxString_LIST_helper(_obj6
);
5642 if (_arg6
== NULL
) {
5647 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
5648 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of wxCheckListBox_Create. Expected _wxValidator_p.");
5654 _arg9
= wxString_in_helper(_obj9
);
5660 _arg5
= PyList_Size(_obj6
);
5667 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5668 _result
= (bool )wxCheckListBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,*_arg9
);
5670 wxPyEndAllowThreads(__tstate
);
5671 if (PyErr_Occurred()) return NULL
;
5672 } _resultobj
= Py_BuildValue("i",_result
);
5683 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
5684 static PyObject
*_wrap_wxCheckListBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5685 PyObject
* _resultobj
;
5687 wxCheckListBox
* _arg0
;
5689 PyObject
* _argo0
= 0;
5690 char *_kwnames
[] = { "self","uiIndex", NULL
};
5693 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckListBox_IsChecked",_kwnames
,&_argo0
,&_arg1
))
5696 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5697 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5698 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
5703 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5704 _result
= (bool )wxCheckListBox_IsChecked(_arg0
,_arg1
);
5706 wxPyEndAllowThreads(__tstate
);
5707 if (PyErr_Occurred()) return NULL
;
5708 } _resultobj
= Py_BuildValue("i",_result
);
5712 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
5713 static PyObject
*_wrap_wxCheckListBox_Check(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5714 PyObject
* _resultobj
;
5715 wxCheckListBox
* _arg0
;
5717 int _arg2
= (int ) TRUE
;
5718 PyObject
* _argo0
= 0;
5719 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
5722 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5725 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5726 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5727 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
5732 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5733 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
5735 wxPyEndAllowThreads(__tstate
);
5736 if (PyErr_Occurred()) return NULL
;
5737 } Py_INCREF(Py_None
);
5738 _resultobj
= Py_None
;
5742 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
5743 static PyObject
*_wrap_wxCheckListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5744 PyObject
* _resultobj
;
5745 wxCheckListBox
* _arg0
;
5749 PyObject
* _argo0
= 0;
5750 PyObject
* _obj2
= 0;
5751 char *_kwnames
[] = { "self","choices","pos", NULL
};
5754 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxCheckListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
5757 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5758 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5759 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
5764 _arg2
= wxString_LIST_helper(_obj2
);
5765 if (_arg2
== NULL
) {
5771 _arg1
= PyList_Size(_obj2
);
5778 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5779 wxCheckListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
5781 wxPyEndAllowThreads(__tstate
);
5782 if (PyErr_Occurred()) return NULL
;
5783 } Py_INCREF(Py_None
);
5784 _resultobj
= Py_None
;
5791 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
5792 static PyObject
*_wrap_wxCheckListBox_GetItemHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5793 PyObject
* _resultobj
;
5795 wxCheckListBox
* _arg0
;
5796 PyObject
* _argo0
= 0;
5797 char *_kwnames
[] = { "self", NULL
};
5800 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckListBox_GetItemHeight",_kwnames
,&_argo0
))
5803 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5804 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5805 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
5810 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5811 _result
= (int )wxCheckListBox_GetItemHeight(_arg0
);
5813 wxPyEndAllowThreads(__tstate
);
5814 if (PyErr_Occurred()) return NULL
;
5815 } _resultobj
= Py_BuildValue("i",_result
);
5819 #define wxCheckListBox_HitTest(_swigobj,_swigarg0) (_swigobj->HitTest(_swigarg0))
5820 static PyObject
*_wrap_wxCheckListBox_HitTest(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5821 PyObject
* _resultobj
;
5823 wxCheckListBox
* _arg0
;
5825 PyObject
* _argo0
= 0;
5827 PyObject
* _obj1
= 0;
5828 char *_kwnames
[] = { "self","pt", NULL
};
5831 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxCheckListBox_HitTest",_kwnames
,&_argo0
,&_obj1
))
5834 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5835 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5836 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_HitTest. Expected _wxCheckListBox_p.");
5842 if (! wxPoint_helper(_obj1
, &_arg1
))
5846 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5847 _result
= (int )wxCheckListBox_HitTest(_arg0
,*_arg1
);
5849 wxPyEndAllowThreads(__tstate
);
5850 if (PyErr_Occurred()) return NULL
;
5851 } _resultobj
= Py_BuildValue("i",_result
);
5855 #define wxCheckListBox_HitTestXY(_swigobj,_swigarg0,_swigarg1) (_swigobj->HitTest(_swigarg0,_swigarg1))
5856 static PyObject
*_wrap_wxCheckListBox_HitTestXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5857 PyObject
* _resultobj
;
5859 wxCheckListBox
* _arg0
;
5862 PyObject
* _argo0
= 0;
5863 char *_kwnames
[] = { "self","x","y", NULL
};
5866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxCheckListBox_HitTestXY",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
5871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_HitTestXY. Expected _wxCheckListBox_p.");
5876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5877 _result
= (int )wxCheckListBox_HitTestXY(_arg0
,_arg1
,_arg2
);
5879 wxPyEndAllowThreads(__tstate
);
5880 if (PyErr_Occurred()) return NULL
;
5881 } _resultobj
= Py_BuildValue("i",_result
);
5885 #define new_wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxTextAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
5886 static PyObject
*_wrap_new_wxTextAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5887 PyObject
* _resultobj
;
5888 wxTextAttr
* _result
;
5889 wxColour
* _arg0
= (wxColour
*) &wxNullColour
;
5890 wxColour
* _arg1
= (wxColour
*) &wxNullColour
;
5891 wxFont
* _arg2
= (wxFont
*) &wxNullFont
;
5892 wxTextAttrAlignment _arg3
= (wxTextAttrAlignment
) (wxTEXT_ALIGNMENT_DEFAULT
);
5894 PyObject
* _obj0
= 0;
5896 PyObject
* _obj1
= 0;
5897 PyObject
* _argo2
= 0;
5898 char *_kwnames
[] = { "colText","colBack","font","alignment", NULL
};
5902 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|OOOi:new_wxTextAttr",_kwnames
,&_obj0
,&_obj1
,&_argo2
,&_arg3
))
5907 if (! wxColour_helper(_obj0
, &_arg0
))
5913 if (! wxColour_helper(_obj1
, &_arg1
))
5917 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) {
5918 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxTextAttr. Expected _wxFont_p.");
5923 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5924 _result
= (wxTextAttr
*)new_wxTextAttr(*_arg0
,*_arg1
,*_arg2
,_arg3
);
5926 wxPyEndAllowThreads(__tstate
);
5927 if (PyErr_Occurred()) return NULL
;
5929 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextAttr_p");
5930 _resultobj
= Py_BuildValue("s",_ptemp
);
5933 _resultobj
= Py_None
;
5938 #define delete_wxTextAttr(_swigobj) (delete _swigobj)
5939 static PyObject
*_wrap_delete_wxTextAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5940 PyObject
* _resultobj
;
5942 PyObject
* _argo0
= 0;
5943 char *_kwnames
[] = { "self", NULL
};
5946 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxTextAttr",_kwnames
,&_argo0
))
5949 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5950 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
5951 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxTextAttr. Expected _wxTextAttr_p.");
5956 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5957 delete_wxTextAttr(_arg0
);
5959 wxPyEndAllowThreads(__tstate
);
5960 if (PyErr_Occurred()) return NULL
;
5961 } Py_INCREF(Py_None
);
5962 _resultobj
= Py_None
;
5966 #define wxTextAttr_Init(_swigobj) (_swigobj->Init())
5967 static PyObject
*_wrap_wxTextAttr_Init(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5968 PyObject
* _resultobj
;
5970 PyObject
* _argo0
= 0;
5971 char *_kwnames
[] = { "self", NULL
};
5974 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_Init",_kwnames
,&_argo0
))
5977 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5978 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
5979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_Init. Expected _wxTextAttr_p.");
5984 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5985 wxTextAttr_Init(_arg0
);
5987 wxPyEndAllowThreads(__tstate
);
5988 if (PyErr_Occurred()) return NULL
;
5989 } Py_INCREF(Py_None
);
5990 _resultobj
= Py_None
;
5994 #define wxTextAttr_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
5995 static PyObject
*_wrap_wxTextAttr_SetTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5996 PyObject
* _resultobj
;
5999 PyObject
* _argo0
= 0;
6001 PyObject
* _obj1
= 0;
6002 char *_kwnames
[] = { "self","colText", NULL
};
6005 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetTextColour",_kwnames
,&_argo0
,&_obj1
))
6008 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6009 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6010 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetTextColour. Expected _wxTextAttr_p.");
6016 if (! wxColour_helper(_obj1
, &_arg1
))
6020 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6021 wxTextAttr_SetTextColour(_arg0
,*_arg1
);
6023 wxPyEndAllowThreads(__tstate
);
6024 if (PyErr_Occurred()) return NULL
;
6025 } Py_INCREF(Py_None
);
6026 _resultobj
= Py_None
;
6030 #define wxTextAttr_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
6031 static PyObject
*_wrap_wxTextAttr_SetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6032 PyObject
* _resultobj
;
6035 PyObject
* _argo0
= 0;
6037 PyObject
* _obj1
= 0;
6038 char *_kwnames
[] = { "self","colBack", NULL
};
6041 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetBackgroundColour",_kwnames
,&_argo0
,&_obj1
))
6044 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6045 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6046 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetBackgroundColour. Expected _wxTextAttr_p.");
6052 if (! wxColour_helper(_obj1
, &_arg1
))
6056 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6057 wxTextAttr_SetBackgroundColour(_arg0
,*_arg1
);
6059 wxPyEndAllowThreads(__tstate
);
6060 if (PyErr_Occurred()) return NULL
;
6061 } Py_INCREF(Py_None
);
6062 _resultobj
= Py_None
;
6066 #define wxTextAttr_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
6067 static PyObject
*_wrap_wxTextAttr_SetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6068 PyObject
* _resultobj
;
6071 PyObject
* _argo0
= 0;
6072 PyObject
* _argo1
= 0;
6073 char *_kwnames
[] = { "self","font", NULL
};
6076 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetFont",_kwnames
,&_argo0
,&_argo1
))
6079 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6080 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6081 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetFont. Expected _wxTextAttr_p.");
6086 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxFont_p")) {
6087 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextAttr_SetFont. Expected _wxFont_p.");
6092 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6093 wxTextAttr_SetFont(_arg0
,*_arg1
);
6095 wxPyEndAllowThreads(__tstate
);
6096 if (PyErr_Occurred()) return NULL
;
6097 } Py_INCREF(Py_None
);
6098 _resultobj
= Py_None
;
6102 #define wxTextAttr_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
6103 static PyObject
*_wrap_wxTextAttr_SetAlignment(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6104 PyObject
* _resultobj
;
6106 wxTextAttrAlignment _arg1
;
6107 PyObject
* _argo0
= 0;
6108 char *_kwnames
[] = { "self","alignment", NULL
};
6111 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextAttr_SetAlignment",_kwnames
,&_argo0
,&_arg1
))
6114 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6115 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6116 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetAlignment. Expected _wxTextAttr_p.");
6121 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6122 wxTextAttr_SetAlignment(_arg0
,_arg1
);
6124 wxPyEndAllowThreads(__tstate
);
6125 if (PyErr_Occurred()) return NULL
;
6126 } Py_INCREF(Py_None
);
6127 _resultobj
= Py_None
;
6131 #define wxTextAttr_SetTabs(_swigobj,_swigarg0) (_swigobj->SetTabs(_swigarg0))
6132 static PyObject
*_wrap_wxTextAttr_SetTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6133 PyObject
* _resultobj
;
6136 PyObject
* _argo0
= 0;
6137 PyObject
* _obj1
= 0;
6138 char *_kwnames
[] = { "self","tabs", NULL
};
6141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextAttr_SetTabs",_kwnames
,&_argo0
,&_obj1
))
6144 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6145 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetTabs. Expected _wxTextAttr_p.");
6151 if (! PySequence_Check(_obj1
)) {
6152 PyErr_SetString(PyExc_TypeError
, "Sequence of integers expected.");
6155 _arg1
= new wxArrayInt
;
6156 int i
, len
=PySequence_Length(_obj1
);
6157 for (i
=0; i
<len
; i
++) {
6158 PyObject
* item
= PySequence_GetItem(_obj1
, i
);
6159 PyObject
* number
= PyNumber_Int(item
);
6160 _arg1
->Add(PyInt_AS_LONG(number
));
6166 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6167 wxTextAttr_SetTabs(_arg0
,*_arg1
);
6169 wxPyEndAllowThreads(__tstate
);
6170 if (PyErr_Occurred()) return NULL
;
6171 } Py_INCREF(Py_None
);
6172 _resultobj
= Py_None
;
6180 #define wxTextAttr_SetLeftIndent(_swigobj,_swigarg0) (_swigobj->SetLeftIndent(_swigarg0))
6181 static PyObject
*_wrap_wxTextAttr_SetLeftIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6182 PyObject
* _resultobj
;
6185 PyObject
* _argo0
= 0;
6186 char *_kwnames
[] = { "self","indent", NULL
};
6189 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextAttr_SetLeftIndent",_kwnames
,&_argo0
,&_arg1
))
6192 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6193 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6194 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetLeftIndent. Expected _wxTextAttr_p.");
6199 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6200 wxTextAttr_SetLeftIndent(_arg0
,_arg1
);
6202 wxPyEndAllowThreads(__tstate
);
6203 if (PyErr_Occurred()) return NULL
;
6204 } Py_INCREF(Py_None
);
6205 _resultobj
= Py_None
;
6209 #define wxTextAttr_SetRightIndent(_swigobj,_swigarg0) (_swigobj->SetRightIndent(_swigarg0))
6210 static PyObject
*_wrap_wxTextAttr_SetRightIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6211 PyObject
* _resultobj
;
6214 PyObject
* _argo0
= 0;
6215 char *_kwnames
[] = { "self","indent", NULL
};
6218 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextAttr_SetRightIndent",_kwnames
,&_argo0
,&_arg1
))
6221 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6222 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6223 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetRightIndent. Expected _wxTextAttr_p.");
6228 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6229 wxTextAttr_SetRightIndent(_arg0
,_arg1
);
6231 wxPyEndAllowThreads(__tstate
);
6232 if (PyErr_Occurred()) return NULL
;
6233 } Py_INCREF(Py_None
);
6234 _resultobj
= Py_None
;
6238 #define wxTextAttr_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
6239 static PyObject
*_wrap_wxTextAttr_SetFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6240 PyObject
* _resultobj
;
6243 PyObject
* _argo0
= 0;
6244 char *_kwnames
[] = { "self","flags", NULL
};
6247 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextAttr_SetFlags",_kwnames
,&_argo0
,&_arg1
))
6250 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6251 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6252 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_SetFlags. Expected _wxTextAttr_p.");
6257 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6258 wxTextAttr_SetFlags(_arg0
,_arg1
);
6260 wxPyEndAllowThreads(__tstate
);
6261 if (PyErr_Occurred()) return NULL
;
6262 } Py_INCREF(Py_None
);
6263 _resultobj
= Py_None
;
6267 #define wxTextAttr_HasTextColour(_swigobj) (_swigobj->HasTextColour())
6268 static PyObject
*_wrap_wxTextAttr_HasTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6269 PyObject
* _resultobj
;
6272 PyObject
* _argo0
= 0;
6273 char *_kwnames
[] = { "self", NULL
};
6276 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasTextColour",_kwnames
,&_argo0
))
6279 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6280 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6281 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasTextColour. Expected _wxTextAttr_p.");
6286 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6287 _result
= (bool )wxTextAttr_HasTextColour(_arg0
);
6289 wxPyEndAllowThreads(__tstate
);
6290 if (PyErr_Occurred()) return NULL
;
6291 } _resultobj
= Py_BuildValue("i",_result
);
6295 #define wxTextAttr_HasBackgroundColour(_swigobj) (_swigobj->HasBackgroundColour())
6296 static PyObject
*_wrap_wxTextAttr_HasBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6297 PyObject
* _resultobj
;
6300 PyObject
* _argo0
= 0;
6301 char *_kwnames
[] = { "self", NULL
};
6304 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasBackgroundColour",_kwnames
,&_argo0
))
6307 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6308 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasBackgroundColour. Expected _wxTextAttr_p.");
6314 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6315 _result
= (bool )wxTextAttr_HasBackgroundColour(_arg0
);
6317 wxPyEndAllowThreads(__tstate
);
6318 if (PyErr_Occurred()) return NULL
;
6319 } _resultobj
= Py_BuildValue("i",_result
);
6323 #define wxTextAttr_HasFont(_swigobj) (_swigobj->HasFont())
6324 static PyObject
*_wrap_wxTextAttr_HasFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6325 PyObject
* _resultobj
;
6328 PyObject
* _argo0
= 0;
6329 char *_kwnames
[] = { "self", NULL
};
6332 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasFont",_kwnames
,&_argo0
))
6335 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6336 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6337 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasFont. Expected _wxTextAttr_p.");
6342 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6343 _result
= (bool )wxTextAttr_HasFont(_arg0
);
6345 wxPyEndAllowThreads(__tstate
);
6346 if (PyErr_Occurred()) return NULL
;
6347 } _resultobj
= Py_BuildValue("i",_result
);
6351 #define wxTextAttr_HasAlignment(_swigobj) (_swigobj->HasAlignment())
6352 static PyObject
*_wrap_wxTextAttr_HasAlignment(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6353 PyObject
* _resultobj
;
6356 PyObject
* _argo0
= 0;
6357 char *_kwnames
[] = { "self", NULL
};
6360 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasAlignment",_kwnames
,&_argo0
))
6363 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6364 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6365 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasAlignment. Expected _wxTextAttr_p.");
6370 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6371 _result
= (bool )wxTextAttr_HasAlignment(_arg0
);
6373 wxPyEndAllowThreads(__tstate
);
6374 if (PyErr_Occurred()) return NULL
;
6375 } _resultobj
= Py_BuildValue("i",_result
);
6379 #define wxTextAttr_HasTabs(_swigobj) (_swigobj->HasTabs())
6380 static PyObject
*_wrap_wxTextAttr_HasTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6381 PyObject
* _resultobj
;
6384 PyObject
* _argo0
= 0;
6385 char *_kwnames
[] = { "self", NULL
};
6388 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasTabs",_kwnames
,&_argo0
))
6391 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6392 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6393 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasTabs. Expected _wxTextAttr_p.");
6398 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6399 _result
= (bool )wxTextAttr_HasTabs(_arg0
);
6401 wxPyEndAllowThreads(__tstate
);
6402 if (PyErr_Occurred()) return NULL
;
6403 } _resultobj
= Py_BuildValue("i",_result
);
6407 #define wxTextAttr_HasLeftIndent(_swigobj) (_swigobj->HasLeftIndent())
6408 static PyObject
*_wrap_wxTextAttr_HasLeftIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6409 PyObject
* _resultobj
;
6412 PyObject
* _argo0
= 0;
6413 char *_kwnames
[] = { "self", NULL
};
6416 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasLeftIndent",_kwnames
,&_argo0
))
6419 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6420 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6421 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasLeftIndent. Expected _wxTextAttr_p.");
6426 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6427 _result
= (bool )wxTextAttr_HasLeftIndent(_arg0
);
6429 wxPyEndAllowThreads(__tstate
);
6430 if (PyErr_Occurred()) return NULL
;
6431 } _resultobj
= Py_BuildValue("i",_result
);
6435 #define wxTextAttr_HasRightIndent(_swigobj) (_swigobj->HasRightIndent())
6436 static PyObject
*_wrap_wxTextAttr_HasRightIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6437 PyObject
* _resultobj
;
6440 PyObject
* _argo0
= 0;
6441 char *_kwnames
[] = { "self", NULL
};
6444 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_HasRightIndent",_kwnames
,&_argo0
))
6447 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6448 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6449 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasRightIndent. Expected _wxTextAttr_p.");
6454 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6455 _result
= (bool )wxTextAttr_HasRightIndent(_arg0
);
6457 wxPyEndAllowThreads(__tstate
);
6458 if (PyErr_Occurred()) return NULL
;
6459 } _resultobj
= Py_BuildValue("i",_result
);
6463 #define wxTextAttr_HasFlag(_swigobj,_swigarg0) (_swigobj->HasFlag(_swigarg0))
6464 static PyObject
*_wrap_wxTextAttr_HasFlag(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6465 PyObject
* _resultobj
;
6469 PyObject
* _argo0
= 0;
6470 char *_kwnames
[] = { "self","flag", NULL
};
6473 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextAttr_HasFlag",_kwnames
,&_argo0
,&_arg1
))
6476 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6477 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6478 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_HasFlag. Expected _wxTextAttr_p.");
6483 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6484 _result
= (bool )wxTextAttr_HasFlag(_arg0
,_arg1
);
6486 wxPyEndAllowThreads(__tstate
);
6487 if (PyErr_Occurred()) return NULL
;
6488 } _resultobj
= Py_BuildValue("i",_result
);
6492 #define wxTextAttr_GetTextColour(_swigobj) (_swigobj->GetTextColour())
6493 static PyObject
*_wrap_wxTextAttr_GetTextColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6494 PyObject
* _resultobj
;
6497 PyObject
* _argo0
= 0;
6498 char *_kwnames
[] = { "self", NULL
};
6502 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetTextColour",_kwnames
,&_argo0
))
6505 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6506 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6507 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetTextColour. Expected _wxTextAttr_p.");
6512 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6513 _result
= new wxColour (wxTextAttr_GetTextColour(_arg0
));
6515 wxPyEndAllowThreads(__tstate
);
6516 if (PyErr_Occurred()) return NULL
;
6517 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
6518 _resultobj
= Py_BuildValue("s",_ptemp
);
6522 #define wxTextAttr_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
6523 static PyObject
*_wrap_wxTextAttr_GetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6524 PyObject
* _resultobj
;
6527 PyObject
* _argo0
= 0;
6528 char *_kwnames
[] = { "self", NULL
};
6532 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetBackgroundColour",_kwnames
,&_argo0
))
6535 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6536 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6537 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetBackgroundColour. Expected _wxTextAttr_p.");
6542 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6543 _result
= new wxColour (wxTextAttr_GetBackgroundColour(_arg0
));
6545 wxPyEndAllowThreads(__tstate
);
6546 if (PyErr_Occurred()) return NULL
;
6547 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
6548 _resultobj
= Py_BuildValue("s",_ptemp
);
6552 #define wxTextAttr_GetFont(_swigobj) (_swigobj->GetFont())
6553 static PyObject
*_wrap_wxTextAttr_GetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6554 PyObject
* _resultobj
;
6557 PyObject
* _argo0
= 0;
6558 char *_kwnames
[] = { "self", NULL
};
6562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetFont",_kwnames
,&_argo0
))
6565 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6566 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6567 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetFont. Expected _wxTextAttr_p.");
6572 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6573 _result
= new wxFont (wxTextAttr_GetFont(_arg0
));
6575 wxPyEndAllowThreads(__tstate
);
6576 if (PyErr_Occurred()) return NULL
;
6577 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxFont_p");
6578 _resultobj
= Py_BuildValue("s",_ptemp
);
6582 #define wxTextAttr_GetAlignment(_swigobj) (_swigobj->GetAlignment())
6583 static PyObject
*_wrap_wxTextAttr_GetAlignment(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6584 PyObject
* _resultobj
;
6585 wxTextAttrAlignment _result
;
6587 PyObject
* _argo0
= 0;
6588 char *_kwnames
[] = { "self", NULL
};
6591 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetAlignment",_kwnames
,&_argo0
))
6594 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6595 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6596 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetAlignment. Expected _wxTextAttr_p.");
6601 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6602 _result
= (wxTextAttrAlignment
)wxTextAttr_GetAlignment(_arg0
);
6604 wxPyEndAllowThreads(__tstate
);
6605 if (PyErr_Occurred()) return NULL
;
6606 } _resultobj
= Py_BuildValue("i",_result
);
6610 #define wxTextAttr_GetTabs(_swigobj) (_swigobj->GetTabs())
6611 static PyObject
*_wrap_wxTextAttr_GetTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6612 PyObject
* _resultobj
;
6613 wxArrayInt
* _result
;
6615 PyObject
* _argo0
= 0;
6616 char *_kwnames
[] = { "self", NULL
};
6619 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetTabs",_kwnames
,&_argo0
))
6622 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6623 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6624 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetTabs. Expected _wxTextAttr_p.");
6629 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6630 const wxArrayInt
& _result_ref
= wxTextAttr_GetTabs(_arg0
);
6631 _result
= (wxArrayInt
*) &_result_ref
;
6633 wxPyEndAllowThreads(__tstate
);
6634 if (PyErr_Occurred()) return NULL
;
6636 _resultobj
= PyList_New(0);
6638 for (idx
= 0; idx
< _result
->GetCount(); idx
+= 1) {
6639 PyObject
* val
= PyInt_FromLong(_result
->Item(idx
));
6640 PyList_Append(_resultobj
, val
);
6647 #define wxTextAttr_GetLeftIndent(_swigobj) (_swigobj->GetLeftIndent())
6648 static PyObject
*_wrap_wxTextAttr_GetLeftIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6649 PyObject
* _resultobj
;
6652 PyObject
* _argo0
= 0;
6653 char *_kwnames
[] = { "self", NULL
};
6656 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetLeftIndent",_kwnames
,&_argo0
))
6659 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6660 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6661 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetLeftIndent. Expected _wxTextAttr_p.");
6666 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6667 _result
= (long )wxTextAttr_GetLeftIndent(_arg0
);
6669 wxPyEndAllowThreads(__tstate
);
6670 if (PyErr_Occurred()) return NULL
;
6671 } _resultobj
= Py_BuildValue("l",_result
);
6675 #define wxTextAttr_GetRightIndent(_swigobj) (_swigobj->GetRightIndent())
6676 static PyObject
*_wrap_wxTextAttr_GetRightIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6677 PyObject
* _resultobj
;
6680 PyObject
* _argo0
= 0;
6681 char *_kwnames
[] = { "self", NULL
};
6684 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetRightIndent",_kwnames
,&_argo0
))
6687 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6688 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6689 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetRightIndent. Expected _wxTextAttr_p.");
6694 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6695 _result
= (long )wxTextAttr_GetRightIndent(_arg0
);
6697 wxPyEndAllowThreads(__tstate
);
6698 if (PyErr_Occurred()) return NULL
;
6699 } _resultobj
= Py_BuildValue("l",_result
);
6703 #define wxTextAttr_GetFlags(_swigobj) (_swigobj->GetFlags())
6704 static PyObject
*_wrap_wxTextAttr_GetFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6705 PyObject
* _resultobj
;
6708 PyObject
* _argo0
= 0;
6709 char *_kwnames
[] = { "self", NULL
};
6712 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_GetFlags",_kwnames
,&_argo0
))
6715 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6716 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6717 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_GetFlags. Expected _wxTextAttr_p.");
6722 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6723 _result
= (long )wxTextAttr_GetFlags(_arg0
);
6725 wxPyEndAllowThreads(__tstate
);
6726 if (PyErr_Occurred()) return NULL
;
6727 } _resultobj
= Py_BuildValue("l",_result
);
6731 #define wxTextAttr_IsDefault(_swigobj) (_swigobj->IsDefault())
6732 static PyObject
*_wrap_wxTextAttr_IsDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6733 PyObject
* _resultobj
;
6736 PyObject
* _argo0
= 0;
6737 char *_kwnames
[] = { "self", NULL
};
6740 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextAttr_IsDefault",_kwnames
,&_argo0
))
6743 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6744 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6745 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_IsDefault. Expected _wxTextAttr_p.");
6750 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6751 _result
= (bool )wxTextAttr_IsDefault(_arg0
);
6753 wxPyEndAllowThreads(__tstate
);
6754 if (PyErr_Occurred()) return NULL
;
6755 } _resultobj
= Py_BuildValue("i",_result
);
6759 static PyObject
*_wrap_wxTextAttr_Combine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6760 PyObject
* _resultobj
;
6761 wxTextAttr
* _result
;
6765 PyObject
* _argo0
= 0;
6766 PyObject
* _argo1
= 0;
6767 PyObject
* _argo2
= 0;
6768 char *_kwnames
[] = { "attr","attrDef","text", NULL
};
6772 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxTextAttr_Combine",_kwnames
,&_argo0
,&_argo1
,&_argo2
))
6775 if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextAttr_p")) {
6776 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6781 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxTextAttr_p")) {
6782 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextAttr_Combine. Expected _wxTextAttr_p.");
6787 if (_argo2
== Py_None
) { _arg2
= NULL
; }
6788 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxTextCtrl_p")) {
6789 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxTextAttr_Combine. Expected _wxTextCtrl_p.");
6794 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6795 _result
= new wxTextAttr (wxTextAttr::Combine(*_arg0
,*_arg1
,_arg2
));
6797 wxPyEndAllowThreads(__tstate
);
6798 if (PyErr_Occurred()) return NULL
;
6799 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxTextAttr_p");
6800 _resultobj
= Py_BuildValue("s",_ptemp
);
6804 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
6807 src
= (wxTextCtrl
*) ptr
;
6808 dest
= (wxControl
*) src
;
6809 return (void *) dest
;
6812 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
6815 src
= (wxTextCtrl
*) ptr
;
6816 dest
= (wxWindow
*) src
;
6817 return (void *) dest
;
6820 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
6823 src
= (wxTextCtrl
*) ptr
;
6824 dest
= (wxEvtHandler
*) src
;
6825 return (void *) dest
;
6828 static void *SwigwxTextCtrlTowxObject(void *ptr
) {
6831 src
= (wxTextCtrl
*) ptr
;
6832 dest
= (wxObject
*) src
;
6833 return (void *) dest
;
6836 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6837 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6838 PyObject
* _resultobj
;
6839 wxTextCtrl
* _result
;
6842 wxString
* _arg2
= (wxString
*) &wxPyEmptyString
;
6843 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
6844 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
6845 long _arg5
= (long ) 0;
6846 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
6847 wxString
* _arg7
= (wxString
*) &wxPyTextCtrlNameStr
;
6848 PyObject
* _argo0
= 0;
6849 PyObject
* _obj2
= 0;
6851 PyObject
* _obj3
= 0;
6853 PyObject
* _obj4
= 0;
6854 PyObject
* _argo6
= 0;
6855 PyObject
* _obj7
= 0;
6856 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
6860 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOO:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
6863 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6864 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6865 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
6871 _arg2
= wxString_in_helper(_obj2
);
6878 if (! wxPoint_helper(_obj3
, &_arg3
))
6884 if (! wxSize_helper(_obj4
, &_arg4
))
6888 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
6889 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
6895 _arg7
= wxString_in_helper(_obj7
);
6900 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6901 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
6903 wxPyEndAllowThreads(__tstate
);
6904 if (PyErr_Occurred()) return NULL
;
6906 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
6907 _resultobj
= Py_BuildValue("s",_ptemp
);
6910 _resultobj
= Py_None
;
6923 #define new_wxPreTextCtrl() (new wxTextCtrl())
6924 static PyObject
*_wrap_new_wxPreTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6925 PyObject
* _resultobj
;
6926 wxTextCtrl
* _result
;
6927 char *_kwnames
[] = { NULL
};
6931 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreTextCtrl",_kwnames
))
6934 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6935 _result
= (wxTextCtrl
*)new_wxPreTextCtrl();
6937 wxPyEndAllowThreads(__tstate
);
6938 if (PyErr_Occurred()) return NULL
;
6940 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
6941 _resultobj
= Py_BuildValue("s",_ptemp
);
6944 _resultobj
= Py_None
;
6949 #define wxTextCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6950 static PyObject
*_wrap_wxTextCtrl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6951 PyObject
* _resultobj
;
6956 wxString
* _arg3
= (wxString
*) &wxPyEmptyString
;
6957 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
6958 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
6959 long _arg6
= (long ) 0;
6960 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
6961 wxString
* _arg8
= (wxString
*) &wxPyTextCtrlNameStr
;
6962 PyObject
* _argo0
= 0;
6963 PyObject
* _argo1
= 0;
6964 PyObject
* _obj3
= 0;
6966 PyObject
* _obj4
= 0;
6968 PyObject
* _obj5
= 0;
6969 PyObject
* _argo7
= 0;
6970 PyObject
* _obj8
= 0;
6971 char *_kwnames
[] = { "self","parent","id","value","pos","size","style","validator","name", NULL
};
6974 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|OOOlOO:wxTextCtrl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
6977 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6978 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
6979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Create. Expected _wxTextCtrl_p.");
6984 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6985 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
6986 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_Create. Expected _wxWindow_p.");
6992 _arg3
= wxString_in_helper(_obj3
);
6999 if (! wxPoint_helper(_obj4
, &_arg4
))
7005 if (! wxSize_helper(_obj5
, &_arg5
))
7009 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
7010 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxTextCtrl_Create. Expected _wxValidator_p.");
7016 _arg8
= wxString_in_helper(_obj8
);
7021 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7022 _result
= (bool )wxTextCtrl_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
7024 wxPyEndAllowThreads(__tstate
);
7025 if (PyErr_Occurred()) return NULL
;
7026 } _resultobj
= Py_BuildValue("i",_result
);
7038 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
7039 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7040 PyObject
* _resultobj
;
7043 PyObject
* _argo0
= 0;
7044 char *_kwnames
[] = { "self", NULL
};
7047 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_kwnames
,&_argo0
))
7050 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7051 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7052 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
7057 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7058 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
7060 wxPyEndAllowThreads(__tstate
);
7061 if (PyErr_Occurred()) return NULL
;
7064 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7066 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7075 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
7076 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7077 PyObject
* _resultobj
;
7080 PyObject
* _argo0
= 0;
7081 PyObject
* _obj1
= 0;
7082 char *_kwnames
[] = { "self","value", NULL
};
7085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
7088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
7095 _arg1
= wxString_in_helper(_obj1
);
7100 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7101 wxTextCtrl_SetValue(_arg0
,*_arg1
);
7103 wxPyEndAllowThreads(__tstate
);
7104 if (PyErr_Occurred()) return NULL
;
7105 } Py_INCREF(Py_None
);
7106 _resultobj
= Py_None
;
7114 #define wxTextCtrl_GetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetRange(_swigarg0,_swigarg1))
7115 static PyObject
*_wrap_wxTextCtrl_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7116 PyObject
* _resultobj
;
7121 PyObject
* _argo0
= 0;
7122 char *_kwnames
[] = { "self","from","to", NULL
};
7125 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_GetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7128 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7129 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7130 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetRange. Expected _wxTextCtrl_p.");
7135 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7136 _result
= new wxString (wxTextCtrl_GetRange(_arg0
,_arg1
,_arg2
));
7138 wxPyEndAllowThreads(__tstate
);
7139 if (PyErr_Occurred()) return NULL
;
7142 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7144 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7153 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
7154 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7155 PyObject
* _resultobj
;
7159 PyObject
* _argo0
= 0;
7160 char *_kwnames
[] = { "self","lineNo", NULL
};
7163 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
7166 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7167 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7168 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
7173 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7174 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
7176 wxPyEndAllowThreads(__tstate
);
7177 if (PyErr_Occurred()) return NULL
;
7178 } _resultobj
= Py_BuildValue("i",_result
);
7182 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
7183 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7184 PyObject
* _resultobj
;
7188 PyObject
* _argo0
= 0;
7189 char *_kwnames
[] = { "self","lineNo", NULL
};
7192 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
7195 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7196 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7197 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
7202 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7203 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
7205 wxPyEndAllowThreads(__tstate
);
7206 if (PyErr_Occurred()) return NULL
;
7209 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7211 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7220 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
7221 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7222 PyObject
* _resultobj
;
7225 PyObject
* _argo0
= 0;
7226 char *_kwnames
[] = { "self", NULL
};
7229 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
7232 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7233 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7234 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
7239 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7240 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
7242 wxPyEndAllowThreads(__tstate
);
7243 if (PyErr_Occurred()) return NULL
;
7244 } _resultobj
= Py_BuildValue("i",_result
);
7248 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
7249 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7250 PyObject
* _resultobj
;
7253 PyObject
* _argo0
= 0;
7254 char *_kwnames
[] = { "self", NULL
};
7257 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
7260 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7261 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7262 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
7267 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7268 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
7270 wxPyEndAllowThreads(__tstate
);
7271 if (PyErr_Occurred()) return NULL
;
7272 } _resultobj
= Py_BuildValue("i",_result
);
7276 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
7277 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7278 PyObject
* _resultobj
;
7281 PyObject
* _argo0
= 0;
7282 char *_kwnames
[] = { "self", NULL
};
7285 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
7288 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7289 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7290 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
7295 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7296 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
7298 wxPyEndAllowThreads(__tstate
);
7299 if (PyErr_Occurred()) return NULL
;
7300 } _resultobj
= Py_BuildValue("i",_result
);
7304 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
7305 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7306 PyObject
* _resultobj
;
7312 PyObject
* _argo0
= 0;
7313 char *_kwnames
[] = { "self", NULL
};
7322 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_kwnames
,&_argo0
))
7325 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7326 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7327 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
7332 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7333 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
7335 wxPyEndAllowThreads(__tstate
);
7336 if (PyErr_Occurred()) return NULL
;
7337 } Py_INCREF(Py_None
);
7338 _resultobj
= Py_None
;
7341 o
= PyInt_FromLong((long) (*_arg1
));
7342 _resultobj
= t_output_helper(_resultobj
, o
);
7346 o
= PyInt_FromLong((long) (*_arg2
));
7347 _resultobj
= t_output_helper(_resultobj
, o
);
7352 #define wxTextCtrl_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
7353 static PyObject
*_wrap_wxTextCtrl_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7354 PyObject
* _resultobj
;
7357 PyObject
* _argo0
= 0;
7358 char *_kwnames
[] = { "self", NULL
};
7361 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetStringSelection",_kwnames
,&_argo0
))
7364 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7365 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7366 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetStringSelection. Expected _wxTextCtrl_p.");
7371 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7372 _result
= new wxString (wxTextCtrl_GetStringSelection(_arg0
));
7374 wxPyEndAllowThreads(__tstate
);
7375 if (PyErr_Occurred()) return NULL
;
7378 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
7380 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7389 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
7390 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7391 PyObject
* _resultobj
;
7393 PyObject
* _argo0
= 0;
7394 char *_kwnames
[] = { "self", NULL
};
7397 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
7400 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7401 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7402 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
7407 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7408 wxTextCtrl_Clear(_arg0
);
7410 wxPyEndAllowThreads(__tstate
);
7411 if (PyErr_Occurred()) return NULL
;
7412 } Py_INCREF(Py_None
);
7413 _resultobj
= Py_None
;
7417 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
7418 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7419 PyObject
* _resultobj
;
7424 PyObject
* _argo0
= 0;
7425 PyObject
* _obj3
= 0;
7426 char *_kwnames
[] = { "self","from","to","value", NULL
};
7429 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
7432 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7433 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7434 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
7439 _arg3
= wxString_in_helper(_obj3
);
7444 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7445 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
7447 wxPyEndAllowThreads(__tstate
);
7448 if (PyErr_Occurred()) return NULL
;
7449 } Py_INCREF(Py_None
);
7450 _resultobj
= Py_None
;
7458 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
7459 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7460 PyObject
* _resultobj
;
7464 PyObject
* _argo0
= 0;
7465 char *_kwnames
[] = { "self","from","to", NULL
};
7468 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7471 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7472 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7473 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
7478 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7479 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
7481 wxPyEndAllowThreads(__tstate
);
7482 if (PyErr_Occurred()) return NULL
;
7483 } Py_INCREF(Py_None
);
7484 _resultobj
= Py_None
;
7488 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
7489 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7490 PyObject
* _resultobj
;
7494 PyObject
* _argo0
= 0;
7495 PyObject
* _obj1
= 0;
7496 char *_kwnames
[] = { "self","file", NULL
};
7499 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
7502 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7503 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7504 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
7509 _arg1
= wxString_in_helper(_obj1
);
7514 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7515 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
7517 wxPyEndAllowThreads(__tstate
);
7518 if (PyErr_Occurred()) return NULL
;
7519 } _resultobj
= Py_BuildValue("i",_result
);
7527 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
7528 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7529 PyObject
* _resultobj
;
7532 wxString
* _arg1
= (wxString
*) &wxPyEmptyString
;
7533 PyObject
* _argo0
= 0;
7534 PyObject
* _obj1
= 0;
7535 char *_kwnames
[] = { "self","file", NULL
};
7538 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|O:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
7541 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7542 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7543 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
7549 _arg1
= wxString_in_helper(_obj1
);
7554 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7555 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
7557 wxPyEndAllowThreads(__tstate
);
7558 if (PyErr_Occurred()) return NULL
;
7559 } _resultobj
= Py_BuildValue("i",_result
);
7567 #define wxTextCtrl_MarkDirty(_swigobj) (_swigobj->MarkDirty())
7568 static PyObject
*_wrap_wxTextCtrl_MarkDirty(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7569 PyObject
* _resultobj
;
7571 PyObject
* _argo0
= 0;
7572 char *_kwnames
[] = { "self", NULL
};
7575 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_MarkDirty",_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_MarkDirty. Expected _wxTextCtrl_p.");
7585 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7586 wxTextCtrl_MarkDirty(_arg0
);
7588 wxPyEndAllowThreads(__tstate
);
7589 if (PyErr_Occurred()) return NULL
;
7590 } Py_INCREF(Py_None
);
7591 _resultobj
= Py_None
;
7595 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
7596 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7597 PyObject
* _resultobj
;
7599 PyObject
* _argo0
= 0;
7600 char *_kwnames
[] = { "self", NULL
};
7603 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
7606 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7607 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7608 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
7613 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7614 wxTextCtrl_DiscardEdits(_arg0
);
7616 wxPyEndAllowThreads(__tstate
);
7617 if (PyErr_Occurred()) return NULL
;
7618 } Py_INCREF(Py_None
);
7619 _resultobj
= Py_None
;
7623 #define wxTextCtrl_SetMaxLength(_swigobj,_swigarg0) (_swigobj->SetMaxLength(_swigarg0))
7624 static PyObject
*_wrap_wxTextCtrl_SetMaxLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7625 PyObject
* _resultobj
;
7627 unsigned long _arg1
;
7628 PyObject
* _argo0
= 0;
7629 char *_kwnames
[] = { "self","len", NULL
};
7632 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetMaxLength",_kwnames
,&_argo0
,&_arg1
))
7635 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7636 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7637 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetMaxLength. Expected _wxTextCtrl_p.");
7642 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7643 wxTextCtrl_SetMaxLength(_arg0
,_arg1
);
7645 wxPyEndAllowThreads(__tstate
);
7646 if (PyErr_Occurred()) return NULL
;
7647 } Py_INCREF(Py_None
);
7648 _resultobj
= Py_None
;
7652 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
7653 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7654 PyObject
* _resultobj
;
7657 PyObject
* _argo0
= 0;
7658 PyObject
* _obj1
= 0;
7659 char *_kwnames
[] = { "self","text", NULL
};
7662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
7665 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7666 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7667 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
7672 _arg1
= wxString_in_helper(_obj1
);
7677 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7678 wxTextCtrl_WriteText(_arg0
,*_arg1
);
7680 wxPyEndAllowThreads(__tstate
);
7681 if (PyErr_Occurred()) return NULL
;
7682 } Py_INCREF(Py_None
);
7683 _resultobj
= Py_None
;
7691 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
7692 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7693 PyObject
* _resultobj
;
7696 PyObject
* _argo0
= 0;
7697 PyObject
* _obj1
= 0;
7698 char *_kwnames
[] = { "self","text", NULL
};
7701 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
7704 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7705 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7706 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
7711 _arg1
= wxString_in_helper(_obj1
);
7716 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7717 wxTextCtrl_AppendText(_arg0
,*_arg1
);
7719 wxPyEndAllowThreads(__tstate
);
7720 if (PyErr_Occurred()) return NULL
;
7721 } Py_INCREF(Py_None
);
7722 _resultobj
= Py_None
;
7730 #define wxTextCtrl_EmulateKeyPress(_swigobj,_swigarg0) (_swigobj->EmulateKeyPress(_swigarg0))
7731 static PyObject
*_wrap_wxTextCtrl_EmulateKeyPress(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7732 PyObject
* _resultobj
;
7736 PyObject
* _argo0
= 0;
7737 PyObject
* _argo1
= 0;
7738 char *_kwnames
[] = { "self","event", NULL
};
7741 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_EmulateKeyPress",_kwnames
,&_argo0
,&_argo1
))
7744 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7745 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7746 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_EmulateKeyPress. Expected _wxTextCtrl_p.");
7751 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxKeyEvent_p")) {
7752 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_EmulateKeyPress. Expected _wxKeyEvent_p.");
7757 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7758 _result
= (bool )wxTextCtrl_EmulateKeyPress(_arg0
,*_arg1
);
7760 wxPyEndAllowThreads(__tstate
);
7761 if (PyErr_Occurred()) return NULL
;
7762 } _resultobj
= Py_BuildValue("i",_result
);
7766 #define wxTextCtrl_SetStyle(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetStyle(_swigarg0,_swigarg1,_swigarg2))
7767 static PyObject
*_wrap_wxTextCtrl_SetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7768 PyObject
* _resultobj
;
7774 PyObject
* _argo0
= 0;
7775 PyObject
* _argo3
= 0;
7776 char *_kwnames
[] = { "self","start","end","style", NULL
};
7779 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_SetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_argo3
))
7782 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7783 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7784 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetStyle. Expected _wxTextCtrl_p.");
7789 if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxTextAttr_p")) {
7790 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxTextCtrl_SetStyle. Expected _wxTextAttr_p.");
7795 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7796 _result
= (bool )wxTextCtrl_SetStyle(_arg0
,_arg1
,_arg2
,*_arg3
);
7798 wxPyEndAllowThreads(__tstate
);
7799 if (PyErr_Occurred()) return NULL
;
7800 } _resultobj
= Py_BuildValue("i",_result
);
7804 #define wxTextCtrl_SetDefaultStyle(_swigobj,_swigarg0) (_swigobj->SetDefaultStyle(_swigarg0))
7805 static PyObject
*_wrap_wxTextCtrl_SetDefaultStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7806 PyObject
* _resultobj
;
7810 PyObject
* _argo0
= 0;
7811 PyObject
* _argo1
= 0;
7812 char *_kwnames
[] = { "self","style", NULL
};
7815 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetDefaultStyle",_kwnames
,&_argo0
,&_argo1
))
7818 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7819 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7820 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetDefaultStyle. Expected _wxTextCtrl_p.");
7825 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxTextAttr_p")) {
7826 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxTextCtrl_SetDefaultStyle. Expected _wxTextAttr_p.");
7831 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7832 _result
= (bool )wxTextCtrl_SetDefaultStyle(_arg0
,*_arg1
);
7834 wxPyEndAllowThreads(__tstate
);
7835 if (PyErr_Occurred()) return NULL
;
7836 } _resultobj
= Py_BuildValue("i",_result
);
7840 #define wxTextCtrl_GetDefaultStyle(_swigobj) (_swigobj->GetDefaultStyle())
7841 static PyObject
*_wrap_wxTextCtrl_GetDefaultStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7842 PyObject
* _resultobj
;
7843 wxTextAttr
* _result
;
7845 PyObject
* _argo0
= 0;
7846 char *_kwnames
[] = { "self", NULL
};
7850 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetDefaultStyle",_kwnames
,&_argo0
))
7853 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7854 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7855 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetDefaultStyle. Expected _wxTextCtrl_p.");
7860 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7861 const wxTextAttr
& _result_ref
= wxTextCtrl_GetDefaultStyle(_arg0
);
7862 _result
= (wxTextAttr
*) &_result_ref
;
7864 wxPyEndAllowThreads(__tstate
);
7865 if (PyErr_Occurred()) return NULL
;
7867 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextAttr_p");
7868 _resultobj
= Py_BuildValue("s",_ptemp
);
7871 _resultobj
= Py_None
;
7876 #define wxTextCtrl_GetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetStyle(_swigarg0,_swigarg1))
7877 static PyObject
*_wrap_wxTextCtrl_GetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7878 PyObject
* _resultobj
;
7883 PyObject
* _argo0
= 0;
7884 PyObject
* _argo2
= 0;
7885 char *_kwnames
[] = { "self","position","style", NULL
};
7888 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OlO:wxTextCtrl_GetStyle",_kwnames
,&_argo0
,&_arg1
,&_argo2
))
7891 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7892 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7893 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetStyle. Expected _wxTextCtrl_p.");
7898 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxTextAttr_p")) {
7899 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxTextCtrl_GetStyle. Expected _wxTextAttr_p.");
7904 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7905 _result
= (bool )wxTextCtrl_GetStyle(_arg0
,_arg1
,*_arg2
);
7907 wxPyEndAllowThreads(__tstate
);
7908 if (PyErr_Occurred()) return NULL
;
7909 } _resultobj
= Py_BuildValue("i",_result
);
7913 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
7914 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7915 PyObject
* _resultobj
;
7920 PyObject
* _argo0
= 0;
7921 char *_kwnames
[] = { "self","x","y", NULL
};
7924 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7927 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7928 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7929 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
7934 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7935 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
7937 wxPyEndAllowThreads(__tstate
);
7938 if (PyErr_Occurred()) return NULL
;
7939 } _resultobj
= Py_BuildValue("l",_result
);
7943 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
7944 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7945 PyObject
* _resultobj
;
7952 PyObject
* _argo0
= 0;
7953 char *_kwnames
[] = { "self","pos", NULL
};
7962 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
7965 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7966 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
7967 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
7972 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7973 wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
7975 wxPyEndAllowThreads(__tstate
);
7976 if (PyErr_Occurred()) return NULL
;
7977 } Py_INCREF(Py_None
);
7978 _resultobj
= Py_None
;
7981 o
= PyInt_FromLong((long) (*_arg2
));
7982 _resultobj
= t_output_helper(_resultobj
, o
);
7986 o
= PyInt_FromLong((long) (*_arg3
));
7987 _resultobj
= t_output_helper(_resultobj
, o
);
7992 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
7993 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7994 PyObject
* _resultobj
;
7997 PyObject
* _argo0
= 0;
7998 char *_kwnames
[] = { "self","pos", NULL
};
8001 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
8004 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8005 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8006 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
8011 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8012 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
8014 wxPyEndAllowThreads(__tstate
);
8015 if (PyErr_Occurred()) return NULL
;
8016 } Py_INCREF(Py_None
);
8017 _resultobj
= Py_None
;
8021 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
8022 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8023 PyObject
* _resultobj
;
8025 PyObject
* _argo0
= 0;
8026 char *_kwnames
[] = { "self", NULL
};
8029 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
8032 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8033 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8034 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
8039 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8040 wxTextCtrl_Copy(_arg0
);
8042 wxPyEndAllowThreads(__tstate
);
8043 if (PyErr_Occurred()) return NULL
;
8044 } Py_INCREF(Py_None
);
8045 _resultobj
= Py_None
;
8049 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
8050 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8051 PyObject
* _resultobj
;
8053 PyObject
* _argo0
= 0;
8054 char *_kwnames
[] = { "self", NULL
};
8057 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
8060 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8061 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8062 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
8067 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8068 wxTextCtrl_Cut(_arg0
);
8070 wxPyEndAllowThreads(__tstate
);
8071 if (PyErr_Occurred()) return NULL
;
8072 } Py_INCREF(Py_None
);
8073 _resultobj
= Py_None
;
8077 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
8078 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8079 PyObject
* _resultobj
;
8081 PyObject
* _argo0
= 0;
8082 char *_kwnames
[] = { "self", NULL
};
8085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_kwnames
,&_argo0
))
8088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
8095 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8096 wxTextCtrl_Paste(_arg0
);
8098 wxPyEndAllowThreads(__tstate
);
8099 if (PyErr_Occurred()) return NULL
;
8100 } Py_INCREF(Py_None
);
8101 _resultobj
= Py_None
;
8105 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
8106 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8107 PyObject
* _resultobj
;
8110 PyObject
* _argo0
= 0;
8111 char *_kwnames
[] = { "self", NULL
};
8114 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
8117 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8118 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8119 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
8124 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8125 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
8127 wxPyEndAllowThreads(__tstate
);
8128 if (PyErr_Occurred()) return NULL
;
8129 } _resultobj
= Py_BuildValue("i",_result
);
8133 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
8134 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8135 PyObject
* _resultobj
;
8138 PyObject
* _argo0
= 0;
8139 char *_kwnames
[] = { "self", NULL
};
8142 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
8145 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8146 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8147 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
8152 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8153 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
8155 wxPyEndAllowThreads(__tstate
);
8156 if (PyErr_Occurred()) return NULL
;
8157 } _resultobj
= Py_BuildValue("i",_result
);
8161 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
8162 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8163 PyObject
* _resultobj
;
8166 PyObject
* _argo0
= 0;
8167 char *_kwnames
[] = { "self", NULL
};
8170 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
8173 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8174 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8175 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
8180 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8181 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
8183 wxPyEndAllowThreads(__tstate
);
8184 if (PyErr_Occurred()) return NULL
;
8185 } _resultobj
= Py_BuildValue("i",_result
);
8189 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
8190 static PyObject
*_wrap_wxTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8191 PyObject
* _resultobj
;
8193 PyObject
* _argo0
= 0;
8194 char *_kwnames
[] = { "self", NULL
};
8197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Undo",_kwnames
,&_argo0
))
8200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
8207 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8208 wxTextCtrl_Undo(_arg0
);
8210 wxPyEndAllowThreads(__tstate
);
8211 if (PyErr_Occurred()) return NULL
;
8212 } Py_INCREF(Py_None
);
8213 _resultobj
= Py_None
;
8217 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
8218 static PyObject
*_wrap_wxTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8219 PyObject
* _resultobj
;
8221 PyObject
* _argo0
= 0;
8222 char *_kwnames
[] = { "self", NULL
};
8225 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Redo",_kwnames
,&_argo0
))
8228 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8229 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
8235 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8236 wxTextCtrl_Redo(_arg0
);
8238 wxPyEndAllowThreads(__tstate
);
8239 if (PyErr_Occurred()) return NULL
;
8240 } Py_INCREF(Py_None
);
8241 _resultobj
= Py_None
;
8245 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
8246 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8247 PyObject
* _resultobj
;
8250 PyObject
* _argo0
= 0;
8251 char *_kwnames
[] = { "self", NULL
};
8254 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
8257 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8258 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8259 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
8264 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8265 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
8267 wxPyEndAllowThreads(__tstate
);
8268 if (PyErr_Occurred()) return NULL
;
8269 } _resultobj
= Py_BuildValue("i",_result
);
8273 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
8274 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8275 PyObject
* _resultobj
;
8278 PyObject
* _argo0
= 0;
8279 char *_kwnames
[] = { "self", NULL
};
8282 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_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_CanRedo. Expected _wxTextCtrl_p.");
8292 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8293 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
8295 wxPyEndAllowThreads(__tstate
);
8296 if (PyErr_Occurred()) return NULL
;
8297 } _resultobj
= Py_BuildValue("i",_result
);
8301 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
8302 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8303 PyObject
* _resultobj
;
8306 PyObject
* _argo0
= 0;
8307 char *_kwnames
[] = { "self","pos", NULL
};
8310 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
8313 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8314 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8315 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
8320 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8321 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
8323 wxPyEndAllowThreads(__tstate
);
8324 if (PyErr_Occurred()) return NULL
;
8325 } Py_INCREF(Py_None
);
8326 _resultobj
= Py_None
;
8330 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
8331 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(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_SetInsertionPointEnd",_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_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
8348 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8349 wxTextCtrl_SetInsertionPointEnd(_arg0
);
8351 wxPyEndAllowThreads(__tstate
);
8352 if (PyErr_Occurred()) return NULL
;
8353 } Py_INCREF(Py_None
);
8354 _resultobj
= Py_None
;
8358 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
8359 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(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_GetInsertionPoint",_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_GetInsertionPoint. Expected _wxTextCtrl_p.");
8377 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8378 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
8380 wxPyEndAllowThreads(__tstate
);
8381 if (PyErr_Occurred()) return NULL
;
8382 } _resultobj
= Py_BuildValue("l",_result
);
8386 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
8387 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(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_GetLastPosition",_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_GetLastPosition. Expected _wxTextCtrl_p.");
8405 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8406 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
8408 wxPyEndAllowThreads(__tstate
);
8409 if (PyErr_Occurred()) return NULL
;
8410 } _resultobj
= Py_BuildValue("l",_result
);
8414 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
8415 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8416 PyObject
* _resultobj
;
8420 PyObject
* _argo0
= 0;
8421 char *_kwnames
[] = { "self","from","to", NULL
};
8424 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8427 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8428 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8429 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
8434 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8435 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
8437 wxPyEndAllowThreads(__tstate
);
8438 if (PyErr_Occurred()) return NULL
;
8439 } Py_INCREF(Py_None
);
8440 _resultobj
= Py_None
;
8444 #define wxTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
8445 static PyObject
*_wrap_wxTextCtrl_SelectAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8446 PyObject
* _resultobj
;
8448 PyObject
* _argo0
= 0;
8449 char *_kwnames
[] = { "self", NULL
};
8452 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SelectAll",_kwnames
,&_argo0
))
8455 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8456 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8457 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SelectAll. Expected _wxTextCtrl_p.");
8462 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8463 wxTextCtrl_SelectAll(_arg0
);
8465 wxPyEndAllowThreads(__tstate
);
8466 if (PyErr_Occurred()) return NULL
;
8467 } Py_INCREF(Py_None
);
8468 _resultobj
= Py_None
;
8472 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
8473 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8474 PyObject
* _resultobj
;
8477 PyObject
* _argo0
= 0;
8479 char *_kwnames
[] = { "self","editable", NULL
};
8482 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
8485 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8486 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8487 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
8491 _arg1
= (bool ) tempbool1
;
8493 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8494 wxTextCtrl_SetEditable(_arg0
,_arg1
);
8496 wxPyEndAllowThreads(__tstate
);
8497 if (PyErr_Occurred()) return NULL
;
8498 } Py_INCREF(Py_None
);
8499 _resultobj
= Py_None
;
8503 #define wxTextCtrl_IsSingleLine(_swigobj) (_swigobj->IsSingleLine())
8504 static PyObject
*_wrap_wxTextCtrl_IsSingleLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8505 PyObject
* _resultobj
;
8508 PyObject
* _argo0
= 0;
8509 char *_kwnames
[] = { "self", NULL
};
8512 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsSingleLine",_kwnames
,&_argo0
))
8515 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8516 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8517 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsSingleLine. Expected _wxTextCtrl_p.");
8522 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8523 _result
= (bool )wxTextCtrl_IsSingleLine(_arg0
);
8525 wxPyEndAllowThreads(__tstate
);
8526 if (PyErr_Occurred()) return NULL
;
8527 } _resultobj
= Py_BuildValue("i",_result
);
8531 #define wxTextCtrl_IsMultiLine(_swigobj) (_swigobj->IsMultiLine())
8532 static PyObject
*_wrap_wxTextCtrl_IsMultiLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8533 PyObject
* _resultobj
;
8536 PyObject
* _argo0
= 0;
8537 char *_kwnames
[] = { "self", NULL
};
8540 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsMultiLine",_kwnames
,&_argo0
))
8543 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8544 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8545 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsMultiLine. Expected _wxTextCtrl_p.");
8550 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8551 _result
= (bool )wxTextCtrl_IsMultiLine(_arg0
);
8553 wxPyEndAllowThreads(__tstate
);
8554 if (PyErr_Occurred()) return NULL
;
8555 } _resultobj
= Py_BuildValue("i",_result
);
8559 static void wxTextCtrl_write(wxTextCtrl
*self
,const wxString
& text
) {
8560 self
->AppendText(text
);
8562 static PyObject
*_wrap_wxTextCtrl_write(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8563 PyObject
* _resultobj
;
8566 PyObject
* _argo0
= 0;
8567 PyObject
* _obj1
= 0;
8568 char *_kwnames
[] = { "self","text", NULL
};
8571 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_write",_kwnames
,&_argo0
,&_obj1
))
8574 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8575 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8576 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
8581 _arg1
= wxString_in_helper(_obj1
);
8586 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8587 wxTextCtrl_write(_arg0
,*_arg1
);
8589 wxPyEndAllowThreads(__tstate
);
8590 if (PyErr_Occurred()) return NULL
;
8591 } Py_INCREF(Py_None
);
8592 _resultobj
= Py_None
;
8600 static wxString
wxTextCtrl_GetString(wxTextCtrl
*self
,long from
,long to
) {
8601 return self
->GetValue().Mid(from
, to
- from
);
8603 static PyObject
*_wrap_wxTextCtrl_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8604 PyObject
* _resultobj
;
8609 PyObject
* _argo0
= 0;
8610 char *_kwnames
[] = { "self","from","to", NULL
};
8613 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_GetString",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8616 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8617 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
8618 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetString. Expected _wxTextCtrl_p.");
8623 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8624 _result
= new wxString (wxTextCtrl_GetString(_arg0
,_arg1
,_arg2
));
8626 wxPyEndAllowThreads(__tstate
);
8627 if (PyErr_Occurred()) return NULL
;
8630 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
8632 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
8641 static void *SwigwxScrollBarTowxControl(void *ptr
) {
8644 src
= (wxScrollBar
*) ptr
;
8645 dest
= (wxControl
*) src
;
8646 return (void *) dest
;
8649 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
8652 src
= (wxScrollBar
*) ptr
;
8653 dest
= (wxWindow
*) src
;
8654 return (void *) dest
;
8657 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
8660 src
= (wxScrollBar
*) ptr
;
8661 dest
= (wxEvtHandler
*) src
;
8662 return (void *) dest
;
8665 static void *SwigwxScrollBarTowxObject(void *ptr
) {
8668 src
= (wxScrollBar
*) ptr
;
8669 dest
= (wxObject
*) src
;
8670 return (void *) dest
;
8673 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8674 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8675 PyObject
* _resultobj
;
8676 wxScrollBar
* _result
;
8678 wxWindowID _arg1
= (wxWindowID
) -1;
8679 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
8680 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
8681 long _arg4
= (long ) wxSB_HORIZONTAL
;
8682 wxValidator
* _arg5
= (wxValidator
*) &wxDefaultValidator
;
8683 wxString
* _arg6
= (wxString
*) &wxPyScrollBarNameStr
;
8684 PyObject
* _argo0
= 0;
8686 PyObject
* _obj2
= 0;
8688 PyObject
* _obj3
= 0;
8689 PyObject
* _argo5
= 0;
8690 PyObject
* _obj6
= 0;
8691 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
8695 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOO:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_obj6
))
8698 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8699 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
8700 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
8707 if (! wxPoint_helper(_obj2
, &_arg2
))
8713 if (! wxSize_helper(_obj3
, &_arg3
))
8717 if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
8718 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
8724 _arg6
= wxString_in_helper(_obj6
);
8729 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8730 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,*_arg6
);
8732 wxPyEndAllowThreads(__tstate
);
8733 if (PyErr_Occurred()) return NULL
;
8735 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
8736 _resultobj
= Py_BuildValue("s",_ptemp
);
8739 _resultobj
= Py_None
;
8748 #define new_wxPreScrollBar() (new wxScrollBar())
8749 static PyObject
*_wrap_new_wxPreScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8750 PyObject
* _resultobj
;
8751 wxScrollBar
* _result
;
8752 char *_kwnames
[] = { NULL
};
8756 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreScrollBar",_kwnames
))
8759 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8760 _result
= (wxScrollBar
*)new_wxPreScrollBar();
8762 wxPyEndAllowThreads(__tstate
);
8763 if (PyErr_Occurred()) return NULL
;
8765 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
8766 _resultobj
= Py_BuildValue("s",_ptemp
);
8769 _resultobj
= Py_None
;
8774 #define wxScrollBar_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
8775 static PyObject
*_wrap_wxScrollBar_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8776 PyObject
* _resultobj
;
8778 wxScrollBar
* _arg0
;
8780 wxWindowID _arg2
= (wxWindowID
) -1;
8781 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
8782 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
8783 long _arg5
= (long ) wxSB_HORIZONTAL
;
8784 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
8785 wxString
* _arg7
= (wxString
*) &wxPyScrollBarNameStr
;
8786 PyObject
* _argo0
= 0;
8787 PyObject
* _argo1
= 0;
8789 PyObject
* _obj3
= 0;
8791 PyObject
* _obj4
= 0;
8792 PyObject
* _argo6
= 0;
8793 PyObject
* _obj7
= 0;
8794 char *_kwnames
[] = { "self","parent","id","pos","size","style","validator","name", NULL
};
8797 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOlOO:wxScrollBar_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
8800 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8801 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8802 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_Create. Expected _wxScrollBar_p.");
8807 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8808 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
8809 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxScrollBar_Create. Expected _wxWindow_p.");
8816 if (! wxPoint_helper(_obj3
, &_arg3
))
8822 if (! wxSize_helper(_obj4
, &_arg4
))
8826 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
8827 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxScrollBar_Create. Expected _wxValidator_p.");
8833 _arg7
= wxString_in_helper(_obj7
);
8838 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8839 _result
= (bool )wxScrollBar_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
8841 wxPyEndAllowThreads(__tstate
);
8842 if (PyErr_Occurred()) return NULL
;
8843 } _resultobj
= Py_BuildValue("i",_result
);
8851 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
8852 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8853 PyObject
* _resultobj
;
8855 wxScrollBar
* _arg0
;
8856 PyObject
* _argo0
= 0;
8857 char *_kwnames
[] = { "self", NULL
};
8860 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
8863 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8864 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8865 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
8870 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8871 _result
= (int )wxScrollBar_GetRange(_arg0
);
8873 wxPyEndAllowThreads(__tstate
);
8874 if (PyErr_Occurred()) return NULL
;
8875 } _resultobj
= Py_BuildValue("i",_result
);
8879 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
8880 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8881 PyObject
* _resultobj
;
8883 wxScrollBar
* _arg0
;
8884 PyObject
* _argo0
= 0;
8885 char *_kwnames
[] = { "self", NULL
};
8888 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
8891 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8892 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8893 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
8898 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8899 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
8901 wxPyEndAllowThreads(__tstate
);
8902 if (PyErr_Occurred()) return NULL
;
8903 } _resultobj
= Py_BuildValue("i",_result
);
8907 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
8908 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8909 PyObject
* _resultobj
;
8911 wxScrollBar
* _arg0
;
8912 PyObject
* _argo0
= 0;
8913 char *_kwnames
[] = { "self", NULL
};
8916 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
8919 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8920 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8921 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
8926 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8927 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
8929 wxPyEndAllowThreads(__tstate
);
8930 if (PyErr_Occurred()) return NULL
;
8931 } _resultobj
= Py_BuildValue("i",_result
);
8935 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
8936 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8937 PyObject
* _resultobj
;
8939 wxScrollBar
* _arg0
;
8940 PyObject
* _argo0
= 0;
8941 char *_kwnames
[] = { "self", NULL
};
8944 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
8947 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8948 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8949 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
8954 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8955 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
8957 wxPyEndAllowThreads(__tstate
);
8958 if (PyErr_Occurred()) return NULL
;
8959 } _resultobj
= Py_BuildValue("i",_result
);
8963 #define wxScrollBar_IsVertical(_swigobj) (_swigobj->IsVertical())
8964 static PyObject
*_wrap_wxScrollBar_IsVertical(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8965 PyObject
* _resultobj
;
8967 wxScrollBar
* _arg0
;
8968 PyObject
* _argo0
= 0;
8969 char *_kwnames
[] = { "self", NULL
};
8972 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_IsVertical",_kwnames
,&_argo0
))
8975 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8976 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
8977 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_IsVertical. Expected _wxScrollBar_p.");
8982 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8983 _result
= (bool )wxScrollBar_IsVertical(_arg0
);
8985 wxPyEndAllowThreads(__tstate
);
8986 if (PyErr_Occurred()) return NULL
;
8987 } _resultobj
= Py_BuildValue("i",_result
);
8991 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
8992 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8993 PyObject
* _resultobj
;
8994 wxScrollBar
* _arg0
;
8996 PyObject
* _argo0
= 0;
8997 char *_kwnames
[] = { "self","viewStart", NULL
};
9000 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
9003 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9004 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9005 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
9010 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9011 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
9013 wxPyEndAllowThreads(__tstate
);
9014 if (PyErr_Occurred()) return NULL
;
9015 } Py_INCREF(Py_None
);
9016 _resultobj
= Py_None
;
9020 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
9021 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9022 PyObject
* _resultobj
;
9023 wxScrollBar
* _arg0
;
9028 bool _arg5
= (bool ) TRUE
;
9029 PyObject
* _argo0
= 0;
9030 int tempbool5
= (int) TRUE
;
9031 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
9034 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
9037 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9038 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
9039 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
9043 _arg5
= (bool ) tempbool5
;
9045 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9046 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
9048 wxPyEndAllowThreads(__tstate
);
9049 if (PyErr_Occurred()) return NULL
;
9050 } Py_INCREF(Py_None
);
9051 _resultobj
= Py_None
;
9055 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
9058 src
= (wxSpinButton
*) ptr
;
9059 dest
= (wxControl
*) src
;
9060 return (void *) dest
;
9063 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
9066 src
= (wxSpinButton
*) ptr
;
9067 dest
= (wxWindow
*) src
;
9068 return (void *) dest
;
9071 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
9074 src
= (wxSpinButton
*) ptr
;
9075 dest
= (wxEvtHandler
*) src
;
9076 return (void *) dest
;
9079 static void *SwigwxSpinButtonTowxObject(void *ptr
) {
9082 src
= (wxSpinButton
*) ptr
;
9083 dest
= (wxObject
*) src
;
9084 return (void *) dest
;
9087 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9088 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9089 PyObject
* _resultobj
;
9090 wxSpinButton
* _result
;
9092 wxWindowID _arg1
= (wxWindowID
) -1;
9093 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
9094 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
9095 long _arg4
= (long ) wxSP_HORIZONTAL
;
9096 wxString
* _arg5
= (wxString
*) &wxPySPIN_BUTTON_NAME
;
9097 PyObject
* _argo0
= 0;
9099 PyObject
* _obj2
= 0;
9101 PyObject
* _obj3
= 0;
9102 PyObject
* _obj5
= 0;
9103 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
9107 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlO:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_obj5
))
9110 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9111 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
9112 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
9119 if (! wxPoint_helper(_obj2
, &_arg2
))
9125 if (! wxSize_helper(_obj3
, &_arg3
))
9130 _arg5
= wxString_in_helper(_obj5
);
9135 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9136 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
);
9138 wxPyEndAllowThreads(__tstate
);
9139 if (PyErr_Occurred()) return NULL
;
9141 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
9142 _resultobj
= Py_BuildValue("s",_ptemp
);
9145 _resultobj
= Py_None
;
9154 #define new_wxPreSpinButton() (new wxSpinButton())
9155 static PyObject
*_wrap_new_wxPreSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9156 PyObject
* _resultobj
;
9157 wxSpinButton
* _result
;
9158 char *_kwnames
[] = { NULL
};
9162 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSpinButton",_kwnames
))
9165 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9166 _result
= (wxSpinButton
*)new_wxPreSpinButton();
9168 wxPyEndAllowThreads(__tstate
);
9169 if (PyErr_Occurred()) return NULL
;
9171 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
9172 _resultobj
= Py_BuildValue("s",_ptemp
);
9175 _resultobj
= Py_None
;
9180 #define wxSpinButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9181 static PyObject
*_wrap_wxSpinButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9182 PyObject
* _resultobj
;
9184 wxSpinButton
* _arg0
;
9186 wxWindowID _arg2
= (wxWindowID
) -1;
9187 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9188 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9189 long _arg5
= (long ) wxSP_HORIZONTAL
;
9190 wxString
* _arg6
= (wxString
*) &wxPySPIN_BUTTON_NAME
;
9191 PyObject
* _argo0
= 0;
9192 PyObject
* _argo1
= 0;
9194 PyObject
* _obj3
= 0;
9196 PyObject
* _obj4
= 0;
9197 PyObject
* _obj6
= 0;
9198 char *_kwnames
[] = { "self","parent","id","pos","size","style","name", NULL
};
9201 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOlO:wxSpinButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
9204 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9205 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9206 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_Create. Expected _wxSpinButton_p.");
9211 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9212 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9213 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSpinButton_Create. Expected _wxWindow_p.");
9220 if (! wxPoint_helper(_obj3
, &_arg3
))
9226 if (! wxSize_helper(_obj4
, &_arg4
))
9231 _arg6
= wxString_in_helper(_obj6
);
9236 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9237 _result
= (bool )wxSpinButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
9239 wxPyEndAllowThreads(__tstate
);
9240 if (PyErr_Occurred()) return NULL
;
9241 } _resultobj
= Py_BuildValue("i",_result
);
9249 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
9250 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9251 PyObject
* _resultobj
;
9253 wxSpinButton
* _arg0
;
9254 PyObject
* _argo0
= 0;
9255 char *_kwnames
[] = { "self", NULL
};
9258 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
9261 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9262 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9263 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
9268 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9269 _result
= (int )wxSpinButton_GetMax(_arg0
);
9271 wxPyEndAllowThreads(__tstate
);
9272 if (PyErr_Occurred()) return NULL
;
9273 } _resultobj
= Py_BuildValue("i",_result
);
9277 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
9278 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9279 PyObject
* _resultobj
;
9281 wxSpinButton
* _arg0
;
9282 PyObject
* _argo0
= 0;
9283 char *_kwnames
[] = { "self", NULL
};
9286 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
9289 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9290 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9291 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
9296 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9297 _result
= (int )wxSpinButton_GetMin(_arg0
);
9299 wxPyEndAllowThreads(__tstate
);
9300 if (PyErr_Occurred()) return NULL
;
9301 } _resultobj
= Py_BuildValue("i",_result
);
9305 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
9306 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9307 PyObject
* _resultobj
;
9309 wxSpinButton
* _arg0
;
9310 PyObject
* _argo0
= 0;
9311 char *_kwnames
[] = { "self", NULL
};
9314 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
9317 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9318 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9319 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
9324 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9325 _result
= (int )wxSpinButton_GetValue(_arg0
);
9327 wxPyEndAllowThreads(__tstate
);
9328 if (PyErr_Occurred()) return NULL
;
9329 } _resultobj
= Py_BuildValue("i",_result
);
9333 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
9334 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9335 PyObject
* _resultobj
;
9336 wxSpinButton
* _arg0
;
9339 PyObject
* _argo0
= 0;
9340 char *_kwnames
[] = { "self","min","max", NULL
};
9343 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
9346 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9347 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9348 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
9353 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9354 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
9356 wxPyEndAllowThreads(__tstate
);
9357 if (PyErr_Occurred()) return NULL
;
9358 } Py_INCREF(Py_None
);
9359 _resultobj
= Py_None
;
9363 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
9364 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9365 PyObject
* _resultobj
;
9366 wxSpinButton
* _arg0
;
9368 PyObject
* _argo0
= 0;
9369 char *_kwnames
[] = { "self","value", NULL
};
9372 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
9375 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9376 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
9377 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
9382 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9383 wxSpinButton_SetValue(_arg0
,_arg1
);
9385 wxPyEndAllowThreads(__tstate
);
9386 if (PyErr_Occurred()) return NULL
;
9387 } Py_INCREF(Py_None
);
9388 _resultobj
= Py_None
;
9392 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
9393 wxStaticBitmap
*src
;
9395 src
= (wxStaticBitmap
*) ptr
;
9396 dest
= (wxControl
*) src
;
9397 return (void *) dest
;
9400 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
9401 wxStaticBitmap
*src
;
9403 src
= (wxStaticBitmap
*) ptr
;
9404 dest
= (wxWindow
*) src
;
9405 return (void *) dest
;
9408 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
9409 wxStaticBitmap
*src
;
9411 src
= (wxStaticBitmap
*) ptr
;
9412 dest
= (wxEvtHandler
*) src
;
9413 return (void *) dest
;
9416 static void *SwigwxStaticBitmapTowxObject(void *ptr
) {
9417 wxStaticBitmap
*src
;
9419 src
= (wxStaticBitmap
*) ptr
;
9420 dest
= (wxObject
*) src
;
9421 return (void *) dest
;
9424 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9425 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9426 PyObject
* _resultobj
;
9427 wxStaticBitmap
* _result
;
9431 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9432 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9433 long _arg5
= (long ) 0;
9434 wxString
* _arg6
= (wxString
*) &wxPyStaticBitmapNameStr
;
9435 PyObject
* _argo0
= 0;
9436 PyObject
* _argo2
= 0;
9438 PyObject
* _obj3
= 0;
9440 PyObject
* _obj4
= 0;
9441 PyObject
* _obj6
= 0;
9442 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
9446 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlO:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_obj6
))
9449 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9450 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
9451 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
9456 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
9457 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
9464 if (! wxPoint_helper(_obj3
, &_arg3
))
9470 if (! wxSize_helper(_obj4
, &_arg4
))
9475 _arg6
= wxString_in_helper(_obj6
);
9480 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9481 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
);
9483 wxPyEndAllowThreads(__tstate
);
9484 if (PyErr_Occurred()) return NULL
;
9486 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
9487 _resultobj
= Py_BuildValue("s",_ptemp
);
9490 _resultobj
= Py_None
;
9499 #define new_wxPreStaticBitmap() (new wxStaticBitmap())
9500 static PyObject
*_wrap_new_wxPreStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9501 PyObject
* _resultobj
;
9502 wxStaticBitmap
* _result
;
9503 char *_kwnames
[] = { NULL
};
9507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreStaticBitmap",_kwnames
))
9510 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9511 _result
= (wxStaticBitmap
*)new_wxPreStaticBitmap();
9513 wxPyEndAllowThreads(__tstate
);
9514 if (PyErr_Occurred()) return NULL
;
9516 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
9517 _resultobj
= Py_BuildValue("s",_ptemp
);
9520 _resultobj
= Py_None
;
9525 #define wxStaticBitmap_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
9526 static PyObject
*_wrap_wxStaticBitmap_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9527 PyObject
* _resultobj
;
9529 wxStaticBitmap
* _arg0
;
9533 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
9534 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
9535 long _arg6
= (long ) 0;
9536 wxString
* _arg7
= (wxString
*) &wxPyStaticBitmapNameStr
;
9537 PyObject
* _argo0
= 0;
9538 PyObject
* _argo1
= 0;
9539 PyObject
* _argo3
= 0;
9541 PyObject
* _obj4
= 0;
9543 PyObject
* _obj5
= 0;
9544 PyObject
* _obj7
= 0;
9545 char *_kwnames
[] = { "self","parent","id","bitmap","pos","size","style","name", NULL
};
9548 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlO:wxStaticBitmap_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_argo3
,&_obj4
,&_obj5
,&_arg6
,&_obj7
))
9551 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9552 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9553 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_Create. Expected _wxStaticBitmap_p.");
9558 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9559 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9560 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_Create. Expected _wxWindow_p.");
9565 if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxBitmap_p")) {
9566 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxStaticBitmap_Create. Expected _wxBitmap_p.");
9573 if (! wxPoint_helper(_obj4
, &_arg4
))
9579 if (! wxSize_helper(_obj5
, &_arg5
))
9584 _arg7
= wxString_in_helper(_obj7
);
9589 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9590 _result
= (bool )wxStaticBitmap_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
);
9592 wxPyEndAllowThreads(__tstate
);
9593 if (PyErr_Occurred()) return NULL
;
9594 } _resultobj
= Py_BuildValue("i",_result
);
9602 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
9603 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9604 PyObject
* _resultobj
;
9606 wxStaticBitmap
* _arg0
;
9607 PyObject
* _argo0
= 0;
9608 char *_kwnames
[] = { "self", NULL
};
9612 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
9615 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9616 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9617 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
9622 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9623 _result
= new wxBitmap (wxStaticBitmap_GetBitmap(_arg0
));
9625 wxPyEndAllowThreads(__tstate
);
9626 if (PyErr_Occurred()) return NULL
;
9627 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
9628 _resultobj
= Py_BuildValue("s",_ptemp
);
9632 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
9633 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9634 PyObject
* _resultobj
;
9635 wxStaticBitmap
* _arg0
;
9637 PyObject
* _argo0
= 0;
9638 PyObject
* _argo1
= 0;
9639 char *_kwnames
[] = { "self","bitmap", NULL
};
9642 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
9645 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9646 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9647 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
9652 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
9653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
9658 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9659 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
9661 wxPyEndAllowThreads(__tstate
);
9662 if (PyErr_Occurred()) return NULL
;
9663 } Py_INCREF(Py_None
);
9664 _resultobj
= Py_None
;
9668 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
9669 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9670 PyObject
* _resultobj
;
9671 wxStaticBitmap
* _arg0
;
9673 PyObject
* _argo0
= 0;
9674 PyObject
* _argo1
= 0;
9675 char *_kwnames
[] = { "self","icon", NULL
};
9678 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_kwnames
,&_argo0
,&_argo1
))
9681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
9683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
9688 if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
9689 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
9694 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9695 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
9697 wxPyEndAllowThreads(__tstate
);
9698 if (PyErr_Occurred()) return NULL
;
9699 } Py_INCREF(Py_None
);
9700 _resultobj
= Py_None
;
9704 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
9707 src
= (wxRadioBox
*) ptr
;
9708 dest
= (wxControl
*) src
;
9709 return (void *) dest
;
9712 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
9715 src
= (wxRadioBox
*) ptr
;
9716 dest
= (wxWindow
*) src
;
9717 return (void *) dest
;
9720 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
9723 src
= (wxRadioBox
*) ptr
;
9724 dest
= (wxEvtHandler
*) src
;
9725 return (void *) dest
;
9728 static void *SwigwxRadioBoxTowxObject(void *ptr
) {
9731 src
= (wxRadioBox
*) ptr
;
9732 dest
= (wxObject
*) src
;
9733 return (void *) dest
;
9736 #define new_wxRadioBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10) (new wxRadioBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10))
9737 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9738 PyObject
* _resultobj
;
9739 wxRadioBox
* _result
;
9743 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
9744 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
9745 int _arg5
= (int ) 0;
9746 wxString
* _arg6
= (wxString
*) NULL
;
9747 int _arg7
= (int ) 0;
9748 long _arg8
= (long ) wxRA_HORIZONTAL
;
9749 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
9750 wxString
* _arg10
= (wxString
*) &wxPyRadioBoxNameStr
;
9751 PyObject
* _argo0
= 0;
9752 PyObject
* _obj2
= 0;
9754 PyObject
* _obj3
= 0;
9756 PyObject
* _obj4
= 0;
9757 PyObject
* _obj6
= 0;
9758 PyObject
* _argo9
= 0;
9759 PyObject
* _obj10
= 0;
9760 char *_kwnames
[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL
};
9764 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOO:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_obj10
))
9767 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9768 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
9769 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
9774 _arg2
= wxString_in_helper(_obj2
);
9781 if (! wxPoint_helper(_obj3
, &_arg3
))
9787 if (! wxSize_helper(_obj4
, &_arg4
))
9792 _arg6
= wxString_LIST_helper(_obj6
);
9793 if (_arg6
== NULL
) {
9798 if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
9799 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
9805 _arg10
= wxString_in_helper(_obj10
);
9811 _arg5
= PyList_Size(_obj6
);
9818 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9819 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,*_arg10
);
9821 wxPyEndAllowThreads(__tstate
);
9822 if (PyErr_Occurred()) return NULL
;
9824 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
9825 _resultobj
= Py_BuildValue("s",_ptemp
);
9828 _resultobj
= Py_None
;
9844 #define new_wxPreRadioBox() (new wxRadioBox())
9845 static PyObject
*_wrap_new_wxPreRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9846 PyObject
* _resultobj
;
9847 wxRadioBox
* _result
;
9848 char *_kwnames
[] = { NULL
};
9852 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreRadioBox",_kwnames
))
9855 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9856 _result
= (wxRadioBox
*)new_wxPreRadioBox();
9858 wxPyEndAllowThreads(__tstate
);
9859 if (PyErr_Occurred()) return NULL
;
9861 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
9862 _resultobj
= Py_BuildValue("s",_ptemp
);
9865 _resultobj
= Py_None
;
9870 #define wxRadioBox_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9,_swigarg10))
9871 static PyObject
*_wrap_wxRadioBox_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9872 PyObject
* _resultobj
;
9878 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
9879 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
9880 int _arg6
= (int ) 0;
9881 wxString
* _arg7
= (wxString
*) NULL
;
9882 int _arg8
= (int ) 0;
9883 long _arg9
= (long ) wxRA_HORIZONTAL
;
9884 wxValidator
* _arg10
= (wxValidator
*) &wxDefaultValidator
;
9885 wxString
* _arg11
= (wxString
*) &wxPyRadioBoxNameStr
;
9886 PyObject
* _argo0
= 0;
9887 PyObject
* _argo1
= 0;
9888 PyObject
* _obj3
= 0;
9890 PyObject
* _obj4
= 0;
9892 PyObject
* _obj5
= 0;
9893 PyObject
* _obj7
= 0;
9894 PyObject
* _argo10
= 0;
9895 PyObject
* _obj11
= 0;
9896 char *_kwnames
[] = { "self","parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL
};
9899 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOOilOO:wxRadioBox_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_obj7
,&_arg8
,&_arg9
,&_argo10
,&_obj11
))
9902 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9903 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9904 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Create. Expected _wxRadioBox_p.");
9909 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9910 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
9911 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRadioBox_Create. Expected _wxWindow_p.");
9916 _arg3
= wxString_in_helper(_obj3
);
9923 if (! wxPoint_helper(_obj4
, &_arg4
))
9929 if (! wxSize_helper(_obj5
, &_arg5
))
9934 _arg7
= wxString_LIST_helper(_obj7
);
9935 if (_arg7
== NULL
) {
9940 if (SWIG_GetPtrObj(_argo10
,(void **) &_arg10
,"_wxValidator_p")) {
9941 PyErr_SetString(PyExc_TypeError
,"Type error in argument 11 of wxRadioBox_Create. Expected _wxValidator_p.");
9947 _arg11
= wxString_in_helper(_obj11
);
9953 _arg6
= PyList_Size(_obj7
);
9960 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9961 _result
= (bool )wxRadioBox_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,_arg9
,*_arg10
,*_arg11
);
9963 wxPyEndAllowThreads(__tstate
);
9964 if (PyErr_Occurred()) return NULL
;
9965 } _resultobj
= Py_BuildValue("i",_result
);
9980 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
9981 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9982 PyObject
* _resultobj
;
9985 PyObject
* _argo0
= 0;
9987 char *_kwnames
[] = { "self","enable", NULL
};
9990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
9993 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9994 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
9995 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
9999 _arg1
= (bool ) tempbool1
;
10001 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10002 wxRadioBox_Enable(_arg0
,_arg1
);
10004 wxPyEndAllowThreads(__tstate
);
10005 if (PyErr_Occurred()) return NULL
;
10006 } Py_INCREF(Py_None
);
10007 _resultobj
= Py_None
;
10011 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
10012 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10013 PyObject
* _resultobj
;
10014 wxRadioBox
* _arg0
;
10017 PyObject
* _argo0
= 0;
10019 char *_kwnames
[] = { "self","n","enable", NULL
};
10022 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
10025 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10026 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10027 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
10031 _arg2
= (bool ) tempbool2
;
10033 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10034 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
10036 wxPyEndAllowThreads(__tstate
);
10037 if (PyErr_Occurred()) return NULL
;
10038 } Py_INCREF(Py_None
);
10039 _resultobj
= Py_None
;
10043 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
10044 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10045 PyObject
* _resultobj
;
10047 wxRadioBox
* _arg0
;
10049 PyObject
* _argo0
= 0;
10050 PyObject
* _obj1
= 0;
10051 char *_kwnames
[] = { "self","string", NULL
};
10054 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
10057 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10058 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10059 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
10064 _arg1
= wxString_in_helper(_obj1
);
10069 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10070 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
10072 wxPyEndAllowThreads(__tstate
);
10073 if (PyErr_Occurred()) return NULL
;
10074 } _resultobj
= Py_BuildValue("i",_result
);
10082 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
10083 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10084 PyObject
* _resultobj
;
10085 wxString
* _result
;
10086 wxRadioBox
* _arg0
;
10088 PyObject
* _argo0
= 0;
10089 char *_kwnames
[] = { "self","n", NULL
};
10092 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
10095 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10096 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10097 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
10102 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10103 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
10105 wxPyEndAllowThreads(__tstate
);
10106 if (PyErr_Occurred()) return NULL
;
10109 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
10111 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
10120 #define wxRadioBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
10121 static PyObject
*_wrap_wxRadioBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10122 PyObject
* _resultobj
;
10123 wxRadioBox
* _arg0
;
10126 PyObject
* _argo0
= 0;
10127 PyObject
* _obj2
= 0;
10128 char *_kwnames
[] = { "self","n","label", NULL
};
10131 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
10134 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10135 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10136 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetString. Expected _wxRadioBox_p.");
10141 _arg2
= wxString_in_helper(_obj2
);
10146 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10147 wxRadioBox_SetString(_arg0
,_arg1
,*_arg2
);
10149 wxPyEndAllowThreads(__tstate
);
10150 if (PyErr_Occurred()) return NULL
;
10151 } Py_INCREF(Py_None
);
10152 _resultobj
= Py_None
;
10160 #define wxRadioBox_GetColumnCount(_swigobj) (_swigobj->GetColumnCount())
10161 static PyObject
*_wrap_wxRadioBox_GetColumnCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10162 PyObject
* _resultobj
;
10164 wxRadioBox
* _arg0
;
10165 PyObject
* _argo0
= 0;
10166 char *_kwnames
[] = { "self", NULL
};
10169 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetColumnCount",_kwnames
,&_argo0
))
10172 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10173 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10174 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetColumnCount. Expected _wxRadioBox_p.");
10179 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10180 _result
= (int )wxRadioBox_GetColumnCount(_arg0
);
10182 wxPyEndAllowThreads(__tstate
);
10183 if (PyErr_Occurred()) return NULL
;
10184 } _resultobj
= Py_BuildValue("i",_result
);
10188 #define wxRadioBox_GetRowCount(_swigobj) (_swigobj->GetRowCount())
10189 static PyObject
*_wrap_wxRadioBox_GetRowCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10190 PyObject
* _resultobj
;
10192 wxRadioBox
* _arg0
;
10193 PyObject
* _argo0
= 0;
10194 char *_kwnames
[] = { "self", NULL
};
10197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetRowCount",_kwnames
,&_argo0
))
10200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetRowCount. Expected _wxRadioBox_p.");
10207 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10208 _result
= (int )wxRadioBox_GetRowCount(_arg0
);
10210 wxPyEndAllowThreads(__tstate
);
10211 if (PyErr_Occurred()) return NULL
;
10212 } _resultobj
= Py_BuildValue("i",_result
);
10216 #define wxRadioBox_GetNextItem(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->GetNextItem(_swigarg0,_swigarg1,_swigarg2))
10217 static PyObject
*_wrap_wxRadioBox_GetNextItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10218 PyObject
* _resultobj
;
10220 wxRadioBox
* _arg0
;
10222 wxDirection
* _arg2
;
10224 PyObject
* _argo0
= 0;
10225 PyObject
* _argo2
= 0;
10226 char *_kwnames
[] = { "self","item","dir","style", NULL
};
10229 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiOl:wxRadioBox_GetNextItem",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_arg3
))
10232 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10233 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10234 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetNextItem. Expected _wxRadioBox_p.");
10239 if (_argo2
== Py_None
) { _arg2
= NULL
; }
10240 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxDirection_p")) {
10241 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxRadioBox_GetNextItem. Expected _wxDirection_p.");
10246 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10247 _result
= (int )wxRadioBox_GetNextItem(_arg0
,_arg1
,*_arg2
,_arg3
);
10249 wxPyEndAllowThreads(__tstate
);
10250 if (PyErr_Occurred()) return NULL
;
10251 } _resultobj
= Py_BuildValue("i",_result
);
10255 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
10256 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10257 PyObject
* _resultobj
;
10259 wxRadioBox
* _arg0
;
10260 PyObject
* _argo0
= 0;
10261 char *_kwnames
[] = { "self", NULL
};
10264 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
10267 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10268 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10269 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
10274 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10275 _result
= (int )wxRadioBox_GetSelection(_arg0
);
10277 wxPyEndAllowThreads(__tstate
);
10278 if (PyErr_Occurred()) return NULL
;
10279 } _resultobj
= Py_BuildValue("i",_result
);
10283 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
10284 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10285 PyObject
* _resultobj
;
10286 wxString
* _result
;
10287 wxRadioBox
* _arg0
;
10288 PyObject
* _argo0
= 0;
10289 char *_kwnames
[] = { "self", NULL
};
10292 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
10295 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10296 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10297 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
10302 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10303 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
10305 wxPyEndAllowThreads(__tstate
);
10306 if (PyErr_Occurred()) return NULL
;
10309 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
10311 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
10320 #define wxRadioBox_GetCount(_swigobj) (_swigobj->GetCount())
10321 static PyObject
*_wrap_wxRadioBox_GetCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10322 PyObject
* _resultobj
;
10324 wxRadioBox
* _arg0
;
10325 PyObject
* _argo0
= 0;
10326 char *_kwnames
[] = { "self", NULL
};
10329 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetCount",_kwnames
,&_argo0
))
10332 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10333 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10334 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetCount. Expected _wxRadioBox_p.");
10339 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10340 _result
= (int )wxRadioBox_GetCount(_arg0
);
10342 wxPyEndAllowThreads(__tstate
);
10343 if (PyErr_Occurred()) return NULL
;
10344 } _resultobj
= Py_BuildValue("i",_result
);
10348 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
10349 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10350 PyObject
* _resultobj
;
10351 wxRadioBox
* _arg0
;
10353 PyObject
* _argo0
= 0;
10354 char *_kwnames
[] = { "self","n", NULL
};
10357 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
10360 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10361 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10362 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
10367 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10368 wxRadioBox_SetSelection(_arg0
,_arg1
);
10370 wxPyEndAllowThreads(__tstate
);
10371 if (PyErr_Occurred()) return NULL
;
10372 } Py_INCREF(Py_None
);
10373 _resultobj
= Py_None
;
10377 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
10378 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10379 PyObject
* _resultobj
;
10380 wxRadioBox
* _arg0
;
10382 PyObject
* _argo0
= 0;
10383 PyObject
* _obj1
= 0;
10384 char *_kwnames
[] = { "self","string", NULL
};
10387 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
10390 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10391 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10392 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
10397 _arg1
= wxString_in_helper(_obj1
);
10402 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10403 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
10405 wxPyEndAllowThreads(__tstate
);
10406 if (PyErr_Occurred()) return NULL
;
10407 } Py_INCREF(Py_None
);
10408 _resultobj
= Py_None
;
10416 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
10417 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10418 PyObject
* _resultobj
;
10419 wxRadioBox
* _arg0
;
10421 PyObject
* _argo0
= 0;
10423 char *_kwnames
[] = { "self","show", NULL
};
10426 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
10429 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10430 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10431 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
10435 _arg1
= (bool ) tempbool1
;
10437 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10438 wxRadioBox_Show(_arg0
,_arg1
);
10440 wxPyEndAllowThreads(__tstate
);
10441 if (PyErr_Occurred()) return NULL
;
10442 } Py_INCREF(Py_None
);
10443 _resultobj
= Py_None
;
10447 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
10448 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10449 PyObject
* _resultobj
;
10450 wxRadioBox
* _arg0
;
10453 PyObject
* _argo0
= 0;
10455 char *_kwnames
[] = { "self","item","show", NULL
};
10458 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
10461 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10462 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
10463 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
10467 _arg2
= (bool ) tempbool2
;
10469 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10470 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
10472 wxPyEndAllowThreads(__tstate
);
10473 if (PyErr_Occurred()) return NULL
;
10474 } Py_INCREF(Py_None
);
10475 _resultobj
= Py_None
;
10479 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
10480 wxRadioButton
*src
;
10482 src
= (wxRadioButton
*) ptr
;
10483 dest
= (wxControl
*) src
;
10484 return (void *) dest
;
10487 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
10488 wxRadioButton
*src
;
10490 src
= (wxRadioButton
*) ptr
;
10491 dest
= (wxWindow
*) src
;
10492 return (void *) dest
;
10495 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
10496 wxRadioButton
*src
;
10497 wxEvtHandler
*dest
;
10498 src
= (wxRadioButton
*) ptr
;
10499 dest
= (wxEvtHandler
*) src
;
10500 return (void *) dest
;
10503 static void *SwigwxRadioButtonTowxObject(void *ptr
) {
10504 wxRadioButton
*src
;
10506 src
= (wxRadioButton
*) ptr
;
10507 dest
= (wxObject
*) src
;
10508 return (void *) dest
;
10511 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10512 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10513 PyObject
* _resultobj
;
10514 wxRadioButton
* _result
;
10518 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
10519 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
10520 long _arg5
= (long ) 0;
10521 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
10522 wxString
* _arg7
= (wxString
*) &wxPyRadioButtonNameStr
;
10523 PyObject
* _argo0
= 0;
10524 PyObject
* _obj2
= 0;
10526 PyObject
* _obj3
= 0;
10528 PyObject
* _obj4
= 0;
10529 PyObject
* _argo6
= 0;
10530 PyObject
* _obj7
= 0;
10531 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
10535 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
10538 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10539 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
10540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
10545 _arg2
= wxString_in_helper(_obj2
);
10552 if (! wxPoint_helper(_obj3
, &_arg3
))
10558 if (! wxSize_helper(_obj4
, &_arg4
))
10562 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
10563 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
10569 _arg7
= wxString_in_helper(_obj7
);
10574 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10575 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
10577 wxPyEndAllowThreads(__tstate
);
10578 if (PyErr_Occurred()) return NULL
;
10580 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
10581 _resultobj
= Py_BuildValue("s",_ptemp
);
10583 Py_INCREF(Py_None
);
10584 _resultobj
= Py_None
;
10597 #define new_wxPreRadioButton() (new wxRadioButton())
10598 static PyObject
*_wrap_new_wxPreRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10599 PyObject
* _resultobj
;
10600 wxRadioButton
* _result
;
10601 char *_kwnames
[] = { NULL
};
10605 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreRadioButton",_kwnames
))
10608 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10609 _result
= (wxRadioButton
*)new_wxPreRadioButton();
10611 wxPyEndAllowThreads(__tstate
);
10612 if (PyErr_Occurred()) return NULL
;
10614 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
10615 _resultobj
= Py_BuildValue("s",_ptemp
);
10617 Py_INCREF(Py_None
);
10618 _resultobj
= Py_None
;
10623 #define wxRadioButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
10624 static PyObject
*_wrap_wxRadioButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10625 PyObject
* _resultobj
;
10627 wxRadioButton
* _arg0
;
10631 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
10632 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
10633 long _arg6
= (long ) 0;
10634 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
10635 wxString
* _arg8
= (wxString
*) &wxPyRadioButtonNameStr
;
10636 PyObject
* _argo0
= 0;
10637 PyObject
* _argo1
= 0;
10638 PyObject
* _obj3
= 0;
10640 PyObject
* _obj4
= 0;
10642 PyObject
* _obj5
= 0;
10643 PyObject
* _argo7
= 0;
10644 PyObject
* _obj8
= 0;
10645 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
10648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxRadioButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
10651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
10653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_Create. Expected _wxRadioButton_p.");
10658 if (_argo1
== Py_None
) { _arg1
= NULL
; }
10659 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
10660 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRadioButton_Create. Expected _wxWindow_p.");
10665 _arg3
= wxString_in_helper(_obj3
);
10672 if (! wxPoint_helper(_obj4
, &_arg4
))
10678 if (! wxSize_helper(_obj5
, &_arg5
))
10682 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
10683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxRadioButton_Create. Expected _wxValidator_p.");
10689 _arg8
= wxString_in_helper(_obj8
);
10694 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10695 _result
= (bool )wxRadioButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
10697 wxPyEndAllowThreads(__tstate
);
10698 if (PyErr_Occurred()) return NULL
;
10699 } _resultobj
= Py_BuildValue("i",_result
);
10711 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
10712 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10713 PyObject
* _resultobj
;
10715 wxRadioButton
* _arg0
;
10716 PyObject
* _argo0
= 0;
10717 char *_kwnames
[] = { "self", NULL
};
10720 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
10723 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10724 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
10725 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
10730 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10731 _result
= (bool )wxRadioButton_GetValue(_arg0
);
10733 wxPyEndAllowThreads(__tstate
);
10734 if (PyErr_Occurred()) return NULL
;
10735 } _resultobj
= Py_BuildValue("i",_result
);
10739 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
10740 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10741 PyObject
* _resultobj
;
10742 wxRadioButton
* _arg0
;
10744 PyObject
* _argo0
= 0;
10746 char *_kwnames
[] = { "self","value", NULL
};
10749 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
10752 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10753 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
10754 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
10758 _arg1
= (bool ) tempbool1
;
10760 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10761 wxRadioButton_SetValue(_arg0
,_arg1
);
10763 wxPyEndAllowThreads(__tstate
);
10764 if (PyErr_Occurred()) return NULL
;
10765 } Py_INCREF(Py_None
);
10766 _resultobj
= Py_None
;
10770 static void *SwigwxSliderTowxControl(void *ptr
) {
10773 src
= (wxSlider
*) ptr
;
10774 dest
= (wxControl
*) src
;
10775 return (void *) dest
;
10778 static void *SwigwxSliderTowxWindow(void *ptr
) {
10781 src
= (wxSlider
*) ptr
;
10782 dest
= (wxWindow
*) src
;
10783 return (void *) dest
;
10786 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
10788 wxEvtHandler
*dest
;
10789 src
= (wxSlider
*) ptr
;
10790 dest
= (wxEvtHandler
*) src
;
10791 return (void *) dest
;
10794 static void *SwigwxSliderTowxObject(void *ptr
) {
10797 src
= (wxSlider
*) ptr
;
10798 dest
= (wxObject
*) src
;
10799 return (void *) dest
;
10802 #define new_wxSlider(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxSlider(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
10803 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10804 PyObject
* _resultobj
;
10805 wxSlider
* _result
;
10811 wxPoint
* _arg5
= (wxPoint
*) &wxDefaultPosition
;
10812 wxSize
* _arg6
= (wxSize
*) &wxDefaultSize
;
10813 long _arg7
= (long ) wxSL_HORIZONTAL
;
10814 wxValidator
* _arg8
= (wxValidator
*) &wxDefaultValidator
;
10815 wxString
* _arg9
= (wxString
*) &wxPySliderNameStr
;
10816 PyObject
* _argo0
= 0;
10818 PyObject
* _obj5
= 0;
10820 PyObject
* _obj6
= 0;
10821 PyObject
* _argo8
= 0;
10822 PyObject
* _obj9
= 0;
10823 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
10827 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOO:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
,&_obj6
,&_arg7
,&_argo8
,&_obj9
))
10830 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10831 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
10832 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
10839 if (! wxPoint_helper(_obj5
, &_arg5
))
10845 if (! wxSize_helper(_obj6
, &_arg6
))
10849 if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
10850 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
10856 _arg9
= wxString_in_helper(_obj9
);
10861 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10862 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,*_arg9
);
10864 wxPyEndAllowThreads(__tstate
);
10865 if (PyErr_Occurred()) return NULL
;
10867 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
10868 _resultobj
= Py_BuildValue("s",_ptemp
);
10870 Py_INCREF(Py_None
);
10871 _resultobj
= Py_None
;
10880 #define new_wxPreSlider() (new wxSlider())
10881 static PyObject
*_wrap_new_wxPreSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10882 PyObject
* _resultobj
;
10883 wxSlider
* _result
;
10884 char *_kwnames
[] = { NULL
};
10888 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSlider",_kwnames
))
10891 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10892 _result
= (wxSlider
*)new_wxPreSlider();
10894 wxPyEndAllowThreads(__tstate
);
10895 if (PyErr_Occurred()) return NULL
;
10897 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
10898 _resultobj
= Py_BuildValue("s",_ptemp
);
10900 Py_INCREF(Py_None
);
10901 _resultobj
= Py_None
;
10906 #define wxSlider_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
10907 static PyObject
*_wrap_wxSlider_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10908 PyObject
* _resultobj
;
10916 wxPoint
* _arg6
= (wxPoint
*) &wxDefaultPosition
;
10917 wxSize
* _arg7
= (wxSize
*) &wxDefaultSize
;
10918 long _arg8
= (long ) wxSL_HORIZONTAL
;
10919 wxValidator
* _arg9
= (wxValidator
*) &wxDefaultValidator
;
10920 wxString
* _arg10
= (wxString
*) &wxPySliderNameStr
;
10921 PyObject
* _argo0
= 0;
10922 PyObject
* _argo1
= 0;
10924 PyObject
* _obj6
= 0;
10926 PyObject
* _obj7
= 0;
10927 PyObject
* _argo9
= 0;
10928 PyObject
* _obj10
= 0;
10929 char *_kwnames
[] = { "self","parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
10932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiiii|OOlOO:wxSlider_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
,&_arg4
,&_arg5
,&_obj6
,&_obj7
,&_arg8
,&_argo9
,&_obj10
))
10935 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10936 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10937 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_Create. Expected _wxSlider_p.");
10942 if (_argo1
== Py_None
) { _arg1
= NULL
; }
10943 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
10944 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSlider_Create. Expected _wxWindow_p.");
10951 if (! wxPoint_helper(_obj6
, &_arg6
))
10957 if (! wxSize_helper(_obj7
, &_arg7
))
10961 if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
10962 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of wxSlider_Create. Expected _wxValidator_p.");
10968 _arg10
= wxString_in_helper(_obj10
);
10969 if (_arg10
== NULL
)
10973 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10974 _result
= (bool )wxSlider_Create(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
,_arg8
,*_arg9
,*_arg10
);
10976 wxPyEndAllowThreads(__tstate
);
10977 if (PyErr_Occurred()) return NULL
;
10978 } _resultobj
= Py_BuildValue("i",_result
);
10986 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
10987 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10988 PyObject
* _resultobj
;
10990 PyObject
* _argo0
= 0;
10991 char *_kwnames
[] = { "self", NULL
};
10994 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
10997 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10998 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
10999 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
11004 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11005 wxSlider_ClearSel(_arg0
);
11007 wxPyEndAllowThreads(__tstate
);
11008 if (PyErr_Occurred()) return NULL
;
11009 } Py_INCREF(Py_None
);
11010 _resultobj
= Py_None
;
11014 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
11015 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11016 PyObject
* _resultobj
;
11018 PyObject
* _argo0
= 0;
11019 char *_kwnames
[] = { "self", NULL
};
11022 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
11025 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11026 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11027 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
11032 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11033 wxSlider_ClearTicks(_arg0
);
11035 wxPyEndAllowThreads(__tstate
);
11036 if (PyErr_Occurred()) return NULL
;
11037 } Py_INCREF(Py_None
);
11038 _resultobj
= Py_None
;
11042 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
11043 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11044 PyObject
* _resultobj
;
11047 PyObject
* _argo0
= 0;
11048 char *_kwnames
[] = { "self", NULL
};
11051 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
11054 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11055 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11056 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
11061 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11062 _result
= (int )wxSlider_GetLineSize(_arg0
);
11064 wxPyEndAllowThreads(__tstate
);
11065 if (PyErr_Occurred()) return NULL
;
11066 } _resultobj
= Py_BuildValue("i",_result
);
11070 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
11071 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11072 PyObject
* _resultobj
;
11075 PyObject
* _argo0
= 0;
11076 char *_kwnames
[] = { "self", NULL
};
11079 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
11082 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11083 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11084 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
11089 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11090 _result
= (int )wxSlider_GetMax(_arg0
);
11092 wxPyEndAllowThreads(__tstate
);
11093 if (PyErr_Occurred()) return NULL
;
11094 } _resultobj
= Py_BuildValue("i",_result
);
11098 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
11099 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11100 PyObject
* _resultobj
;
11103 PyObject
* _argo0
= 0;
11104 char *_kwnames
[] = { "self", NULL
};
11107 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
11110 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11111 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11112 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
11117 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11118 _result
= (int )wxSlider_GetMin(_arg0
);
11120 wxPyEndAllowThreads(__tstate
);
11121 if (PyErr_Occurred()) return NULL
;
11122 } _resultobj
= Py_BuildValue("i",_result
);
11126 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
11127 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11128 PyObject
* _resultobj
;
11131 PyObject
* _argo0
= 0;
11132 char *_kwnames
[] = { "self", NULL
};
11135 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
11138 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11139 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11140 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
11145 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11146 _result
= (int )wxSlider_GetPageSize(_arg0
);
11148 wxPyEndAllowThreads(__tstate
);
11149 if (PyErr_Occurred()) return NULL
;
11150 } _resultobj
= Py_BuildValue("i",_result
);
11154 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
11155 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11156 PyObject
* _resultobj
;
11159 PyObject
* _argo0
= 0;
11160 char *_kwnames
[] = { "self", NULL
};
11163 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
11166 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11167 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11168 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
11173 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11174 _result
= (int )wxSlider_GetSelEnd(_arg0
);
11176 wxPyEndAllowThreads(__tstate
);
11177 if (PyErr_Occurred()) return NULL
;
11178 } _resultobj
= Py_BuildValue("i",_result
);
11182 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
11183 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11184 PyObject
* _resultobj
;
11187 PyObject
* _argo0
= 0;
11188 char *_kwnames
[] = { "self", NULL
};
11191 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
11194 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11195 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11196 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
11201 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11202 _result
= (int )wxSlider_GetSelStart(_arg0
);
11204 wxPyEndAllowThreads(__tstate
);
11205 if (PyErr_Occurred()) return NULL
;
11206 } _resultobj
= Py_BuildValue("i",_result
);
11210 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
11211 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11212 PyObject
* _resultobj
;
11215 PyObject
* _argo0
= 0;
11216 char *_kwnames
[] = { "self", NULL
};
11219 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
11222 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11223 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11224 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
11229 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11230 _result
= (int )wxSlider_GetThumbLength(_arg0
);
11232 wxPyEndAllowThreads(__tstate
);
11233 if (PyErr_Occurred()) return NULL
;
11234 } _resultobj
= Py_BuildValue("i",_result
);
11238 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
11239 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11240 PyObject
* _resultobj
;
11243 PyObject
* _argo0
= 0;
11244 char *_kwnames
[] = { "self", NULL
};
11247 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_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_GetTickFreq. Expected _wxSlider_p.");
11257 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11258 _result
= (int )wxSlider_GetTickFreq(_arg0
);
11260 wxPyEndAllowThreads(__tstate
);
11261 if (PyErr_Occurred()) return NULL
;
11262 } _resultobj
= Py_BuildValue("i",_result
);
11266 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
11267 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11268 PyObject
* _resultobj
;
11271 PyObject
* _argo0
= 0;
11272 char *_kwnames
[] = { "self", NULL
};
11275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_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_GetValue. Expected _wxSlider_p.");
11285 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11286 _result
= (int )wxSlider_GetValue(_arg0
);
11288 wxPyEndAllowThreads(__tstate
);
11289 if (PyErr_Occurred()) return NULL
;
11290 } _resultobj
= Py_BuildValue("i",_result
);
11294 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
11295 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11296 PyObject
* _resultobj
;
11300 PyObject
* _argo0
= 0;
11301 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
11304 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11307 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11308 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
11314 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11315 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
11317 wxPyEndAllowThreads(__tstate
);
11318 if (PyErr_Occurred()) return NULL
;
11319 } Py_INCREF(Py_None
);
11320 _resultobj
= Py_None
;
11324 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
11325 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11326 PyObject
* _resultobj
;
11330 PyObject
* _argo0
= 0;
11331 char *_kwnames
[] = { "self","n","pos", NULL
};
11334 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11337 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11338 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11339 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
11344 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11345 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
11347 wxPyEndAllowThreads(__tstate
);
11348 if (PyErr_Occurred()) return NULL
;
11349 } Py_INCREF(Py_None
);
11350 _resultobj
= Py_None
;
11354 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
11355 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11356 PyObject
* _resultobj
;
11359 PyObject
* _argo0
= 0;
11360 char *_kwnames
[] = { "self","lineSize", NULL
};
11363 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
11366 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11367 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11368 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
11373 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11374 wxSlider_SetLineSize(_arg0
,_arg1
);
11376 wxPyEndAllowThreads(__tstate
);
11377 if (PyErr_Occurred()) return NULL
;
11378 } Py_INCREF(Py_None
);
11379 _resultobj
= Py_None
;
11383 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
11384 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11385 PyObject
* _resultobj
;
11388 PyObject
* _argo0
= 0;
11389 char *_kwnames
[] = { "self","pageSize", NULL
};
11392 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
11395 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11396 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11397 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
11402 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11403 wxSlider_SetPageSize(_arg0
,_arg1
);
11405 wxPyEndAllowThreads(__tstate
);
11406 if (PyErr_Occurred()) return NULL
;
11407 } Py_INCREF(Py_None
);
11408 _resultobj
= Py_None
;
11412 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
11413 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11414 PyObject
* _resultobj
;
11418 PyObject
* _argo0
= 0;
11419 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
11422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
11432 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11433 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
11435 wxPyEndAllowThreads(__tstate
);
11436 if (PyErr_Occurred()) return NULL
;
11437 } Py_INCREF(Py_None
);
11438 _resultobj
= Py_None
;
11442 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
11443 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11444 PyObject
* _resultobj
;
11447 PyObject
* _argo0
= 0;
11448 char *_kwnames
[] = { "self","len", NULL
};
11451 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
11454 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11455 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11456 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
11461 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11462 wxSlider_SetThumbLength(_arg0
,_arg1
);
11464 wxPyEndAllowThreads(__tstate
);
11465 if (PyErr_Occurred()) return NULL
;
11466 } Py_INCREF(Py_None
);
11467 _resultobj
= Py_None
;
11471 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
11472 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11473 PyObject
* _resultobj
;
11476 PyObject
* _argo0
= 0;
11477 char *_kwnames
[] = { "self","tickPos", NULL
};
11480 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
11483 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11484 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11485 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
11490 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11491 wxSlider_SetTick(_arg0
,_arg1
);
11493 wxPyEndAllowThreads(__tstate
);
11494 if (PyErr_Occurred()) return NULL
;
11495 } Py_INCREF(Py_None
);
11496 _resultobj
= Py_None
;
11500 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11501 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11502 PyObject
* _resultobj
;
11505 PyObject
* _argo0
= 0;
11506 char *_kwnames
[] = { "self","value", NULL
};
11509 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
11512 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11513 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
11514 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
11519 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11520 wxSlider_SetValue(_arg0
,_arg1
);
11522 wxPyEndAllowThreads(__tstate
);
11523 if (PyErr_Occurred()) return NULL
;
11524 } Py_INCREF(Py_None
);
11525 _resultobj
= Py_None
;
11529 static void *SwigwxSpinCtrlTowxSpinButton(void *ptr
) {
11531 wxSpinButton
*dest
;
11532 src
= (wxSpinCtrl
*) ptr
;
11533 dest
= (wxSpinButton
*) src
;
11534 return (void *) dest
;
11537 static void *SwigwxSpinCtrlTowxControl(void *ptr
) {
11540 src
= (wxSpinCtrl
*) ptr
;
11541 dest
= (wxControl
*) src
;
11542 return (void *) dest
;
11545 static void *SwigwxSpinCtrlTowxWindow(void *ptr
) {
11548 src
= (wxSpinCtrl
*) ptr
;
11549 dest
= (wxWindow
*) src
;
11550 return (void *) dest
;
11553 static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr
) {
11555 wxEvtHandler
*dest
;
11556 src
= (wxSpinCtrl
*) ptr
;
11557 dest
= (wxEvtHandler
*) src
;
11558 return (void *) dest
;
11561 static void *SwigwxSpinCtrlTowxObject(void *ptr
) {
11564 src
= (wxSpinCtrl
*) ptr
;
11565 dest
= (wxObject
*) src
;
11566 return (void *) dest
;
11569 #define new_wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
11570 static PyObject
*_wrap_new_wxSpinCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11571 PyObject
* _resultobj
;
11572 wxSpinCtrl
* _result
;
11574 wxWindowID _arg1
= (wxWindowID
) -1;
11575 wxString
* _arg2
= (wxString
*) &wxPyEmptyString
;
11576 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
11577 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
11578 long _arg5
= (long ) wxSP_ARROW_KEYS
;
11579 int _arg6
= (int ) 0;
11580 int _arg7
= (int ) 100;
11581 int _arg8
= (int ) 0;
11582 wxString
* _arg9
= (wxString
*) &wxPySpinCtrlNameStr
;
11583 PyObject
* _argo0
= 0;
11584 PyObject
* _obj2
= 0;
11586 PyObject
* _obj3
= 0;
11588 PyObject
* _obj4
= 0;
11589 PyObject
* _obj9
= 0;
11590 char *_kwnames
[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL
};
11594 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOOliiiO:new_wxSpinCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
,&_arg7
,&_arg8
,&_obj9
))
11597 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11598 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
11599 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
11605 _arg2
= wxString_in_helper(_obj2
);
11612 if (! wxPoint_helper(_obj3
, &_arg3
))
11618 if (! wxSize_helper(_obj4
, &_arg4
))
11623 _arg9
= wxString_in_helper(_obj9
);
11628 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11629 _result
= (wxSpinCtrl
*)new_wxSpinCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
);
11631 wxPyEndAllowThreads(__tstate
);
11632 if (PyErr_Occurred()) return NULL
;
11634 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinCtrl_p");
11635 _resultobj
= Py_BuildValue("s",_ptemp
);
11637 Py_INCREF(Py_None
);
11638 _resultobj
= Py_None
;
11651 #define new_wxPreSpinCtrl() (new wxSpinCtrl())
11652 static PyObject
*_wrap_new_wxPreSpinCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11653 PyObject
* _resultobj
;
11654 wxSpinCtrl
* _result
;
11655 char *_kwnames
[] = { NULL
};
11659 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreSpinCtrl",_kwnames
))
11662 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11663 _result
= (wxSpinCtrl
*)new_wxPreSpinCtrl();
11665 wxPyEndAllowThreads(__tstate
);
11666 if (PyErr_Occurred()) return NULL
;
11668 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinCtrl_p");
11669 _resultobj
= Py_BuildValue("s",_ptemp
);
11671 Py_INCREF(Py_None
);
11672 _resultobj
= Py_None
;
11677 #define wxSpinCtrl_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
11678 static PyObject
*_wrap_wxSpinCtrl_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11679 PyObject
* _resultobj
;
11681 wxSpinCtrl
* _arg0
;
11683 wxWindowID _arg2
= (wxWindowID
) -1;
11684 wxString
* _arg3
= (wxString
*) &wxPyEmptyString
;
11685 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
11686 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
11687 long _arg6
= (long ) wxSP_ARROW_KEYS
;
11688 int _arg7
= (int ) 0;
11689 int _arg8
= (int ) 100;
11690 int _arg9
= (int ) 0;
11691 wxString
* _arg10
= (wxString
*) &wxPySpinCtrlNameStr
;
11692 PyObject
* _argo0
= 0;
11693 PyObject
* _argo1
= 0;
11694 PyObject
* _obj3
= 0;
11696 PyObject
* _obj4
= 0;
11698 PyObject
* _obj5
= 0;
11699 PyObject
* _obj10
= 0;
11700 char *_kwnames
[] = { "self","parent","id","value","pos","size","style","min","max","initial","name", NULL
};
11703 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOOOliiiO:wxSpinCtrl_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_arg7
,&_arg8
,&_arg9
,&_obj10
))
11706 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11707 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11708 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_Create. Expected _wxSpinCtrl_p.");
11713 if (_argo1
== Py_None
) { _arg1
= NULL
; }
11714 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
11715 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSpinCtrl_Create. Expected _wxWindow_p.");
11721 _arg3
= wxString_in_helper(_obj3
);
11728 if (! wxPoint_helper(_obj4
, &_arg4
))
11734 if (! wxSize_helper(_obj5
, &_arg5
))
11739 _arg10
= wxString_in_helper(_obj10
);
11740 if (_arg10
== NULL
)
11744 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11745 _result
= (bool )wxSpinCtrl_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,_arg7
,_arg8
,_arg9
,*_arg10
);
11747 wxPyEndAllowThreads(__tstate
);
11748 if (PyErr_Occurred()) return NULL
;
11749 } _resultobj
= Py_BuildValue("i",_result
);
11761 #define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
11762 static PyObject
*_wrap_wxSpinCtrl_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11763 PyObject
* _resultobj
;
11765 wxSpinCtrl
* _arg0
;
11766 PyObject
* _argo0
= 0;
11767 char *_kwnames
[] = { "self", NULL
};
11770 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMax",_kwnames
,&_argo0
))
11773 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11774 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11775 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
11780 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11781 _result
= (int )wxSpinCtrl_GetMax(_arg0
);
11783 wxPyEndAllowThreads(__tstate
);
11784 if (PyErr_Occurred()) return NULL
;
11785 } _resultobj
= Py_BuildValue("i",_result
);
11789 #define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
11790 static PyObject
*_wrap_wxSpinCtrl_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11791 PyObject
* _resultobj
;
11793 wxSpinCtrl
* _arg0
;
11794 PyObject
* _argo0
= 0;
11795 char *_kwnames
[] = { "self", NULL
};
11798 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMin",_kwnames
,&_argo0
))
11801 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11802 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11803 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
11808 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11809 _result
= (int )wxSpinCtrl_GetMin(_arg0
);
11811 wxPyEndAllowThreads(__tstate
);
11812 if (PyErr_Occurred()) return NULL
;
11813 } _resultobj
= Py_BuildValue("i",_result
);
11817 #define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
11818 static PyObject
*_wrap_wxSpinCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11819 PyObject
* _resultobj
;
11821 wxSpinCtrl
* _arg0
;
11822 PyObject
* _argo0
= 0;
11823 char *_kwnames
[] = { "self", NULL
};
11826 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetValue",_kwnames
,&_argo0
))
11829 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11830 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11831 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
11836 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11837 _result
= (int )wxSpinCtrl_GetValue(_arg0
);
11839 wxPyEndAllowThreads(__tstate
);
11840 if (PyErr_Occurred()) return NULL
;
11841 } _resultobj
= Py_BuildValue("i",_result
);
11845 #define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
11846 static PyObject
*_wrap_wxSpinCtrl_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11847 PyObject
* _resultobj
;
11848 wxSpinCtrl
* _arg0
;
11851 PyObject
* _argo0
= 0;
11852 char *_kwnames
[] = { "self","min","max", NULL
};
11855 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinCtrl_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11858 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11859 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11860 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
11865 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11866 wxSpinCtrl_SetRange(_arg0
,_arg1
,_arg2
);
11868 wxPyEndAllowThreads(__tstate
);
11869 if (PyErr_Occurred()) return NULL
;
11870 } Py_INCREF(Py_None
);
11871 _resultobj
= Py_None
;
11875 #define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
11876 static PyObject
*_wrap_wxSpinCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11877 PyObject
* _resultobj
;
11878 wxSpinCtrl
* _arg0
;
11880 PyObject
* _argo0
= 0;
11881 char *_kwnames
[] = { "self","value", NULL
};
11884 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinCtrl_SetValue",_kwnames
,&_argo0
,&_arg1
))
11887 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11888 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11889 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
11894 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11895 wxSpinCtrl_SetValue(_arg0
,_arg1
);
11897 wxPyEndAllowThreads(__tstate
);
11898 if (PyErr_Occurred()) return NULL
;
11899 } Py_INCREF(Py_None
);
11900 _resultobj
= Py_None
;
11904 #define wxSpinCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
11905 static PyObject
*_wrap_wxSpinCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11906 PyObject
* _resultobj
;
11907 wxSpinCtrl
* _arg0
;
11910 PyObject
* _argo0
= 0;
11911 char *_kwnames
[] = { "self","from","to", NULL
};
11914 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxSpinCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
11917 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11918 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
11919 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetSelection. Expected _wxSpinCtrl_p.");
11924 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11925 wxSpinCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
11927 wxPyEndAllowThreads(__tstate
);
11928 if (PyErr_Occurred()) return NULL
;
11929 } Py_INCREF(Py_None
);
11930 _resultobj
= Py_None
;
11934 static void *SwigwxToggleButtonTowxControl(void *ptr
) {
11935 wxToggleButton
*src
;
11937 src
= (wxToggleButton
*) ptr
;
11938 dest
= (wxControl
*) src
;
11939 return (void *) dest
;
11942 static void *SwigwxToggleButtonTowxWindow(void *ptr
) {
11943 wxToggleButton
*src
;
11945 src
= (wxToggleButton
*) ptr
;
11946 dest
= (wxWindow
*) src
;
11947 return (void *) dest
;
11950 static void *SwigwxToggleButtonTowxEvtHandler(void *ptr
) {
11951 wxToggleButton
*src
;
11952 wxEvtHandler
*dest
;
11953 src
= (wxToggleButton
*) ptr
;
11954 dest
= (wxEvtHandler
*) src
;
11955 return (void *) dest
;
11958 static void *SwigwxToggleButtonTowxObject(void *ptr
) {
11959 wxToggleButton
*src
;
11961 src
= (wxToggleButton
*) ptr
;
11962 dest
= (wxObject
*) src
;
11963 return (void *) dest
;
11966 #define new_wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxToggleButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
11967 static PyObject
*_wrap_new_wxToggleButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
11968 PyObject
* _resultobj
;
11969 wxToggleButton
* _result
;
11973 wxPoint
* _arg3
= (wxPoint
*) &wxDefaultPosition
;
11974 wxSize
* _arg4
= (wxSize
*) &wxDefaultSize
;
11975 long _arg5
= (long ) 0;
11976 wxValidator
* _arg6
= (wxValidator
*) &wxDefaultValidator
;
11977 wxString
* _arg7
= (wxString
*) &wxPyCheckBoxNameStr
;
11978 PyObject
* _argo0
= 0;
11979 PyObject
* _obj2
= 0;
11981 PyObject
* _obj3
= 0;
11983 PyObject
* _obj4
= 0;
11984 PyObject
* _argo6
= 0;
11985 PyObject
* _obj7
= 0;
11986 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
11990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOO:new_wxToggleButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_obj7
))
11993 if (_argo0
== Py_None
) { _arg0
= NULL
; }
11994 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
11995 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxToggleButton. Expected _wxWindow_p.");
12000 _arg2
= wxString_in_helper(_obj2
);
12007 if (! wxPoint_helper(_obj3
, &_arg3
))
12013 if (! wxSize_helper(_obj4
, &_arg4
))
12017 if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
12018 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxToggleButton. Expected _wxValidator_p.");
12024 _arg7
= wxString_in_helper(_obj7
);
12029 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12030 _result
= (wxToggleButton
*)new_wxToggleButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,*_arg7
);
12032 wxPyEndAllowThreads(__tstate
);
12033 if (PyErr_Occurred()) return NULL
;
12035 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxToggleButton_p");
12036 _resultobj
= Py_BuildValue("s",_ptemp
);
12038 Py_INCREF(Py_None
);
12039 _resultobj
= Py_None
;
12052 #define new_wxPreToggleButton() (new wxToggleButton())
12053 static PyObject
*_wrap_new_wxPreToggleButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12054 PyObject
* _resultobj
;
12055 wxToggleButton
* _result
;
12056 char *_kwnames
[] = { NULL
};
12060 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxPreToggleButton",_kwnames
))
12063 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12064 _result
= (wxToggleButton
*)new_wxPreToggleButton();
12066 wxPyEndAllowThreads(__tstate
);
12067 if (PyErr_Occurred()) return NULL
;
12069 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxToggleButton_p");
12070 _resultobj
= Py_BuildValue("s",_ptemp
);
12072 Py_INCREF(Py_None
);
12073 _resultobj
= Py_None
;
12078 #define wxToggleButton_Create(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (_swigobj->Create(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
12079 static PyObject
*_wrap_wxToggleButton_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12080 PyObject
* _resultobj
;
12082 wxToggleButton
* _arg0
;
12086 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
12087 wxSize
* _arg5
= (wxSize
*) &wxDefaultSize
;
12088 long _arg6
= (long ) 0;
12089 wxValidator
* _arg7
= (wxValidator
*) &wxDefaultValidator
;
12090 wxString
* _arg8
= (wxString
*) &wxPyCheckBoxNameStr
;
12091 PyObject
* _argo0
= 0;
12092 PyObject
* _argo1
= 0;
12093 PyObject
* _obj3
= 0;
12095 PyObject
* _obj4
= 0;
12097 PyObject
* _obj5
= 0;
12098 PyObject
* _argo7
= 0;
12099 PyObject
* _obj8
= 0;
12100 char *_kwnames
[] = { "self","parent","id","label","pos","size","style","validator","name", NULL
};
12103 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOiO|OOlOO:wxToggleButton_Create",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_obj3
,&_obj4
,&_obj5
,&_arg6
,&_argo7
,&_obj8
))
12106 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12107 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
12108 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_Create. Expected _wxToggleButton_p.");
12113 if (_argo1
== Py_None
) { _arg1
= NULL
; }
12114 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
12115 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxToggleButton_Create. Expected _wxWindow_p.");
12120 _arg3
= wxString_in_helper(_obj3
);
12127 if (! wxPoint_helper(_obj4
, &_arg4
))
12133 if (! wxSize_helper(_obj5
, &_arg5
))
12137 if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
12138 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxToggleButton_Create. Expected _wxValidator_p.");
12144 _arg8
= wxString_in_helper(_obj8
);
12149 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12150 _result
= (bool )wxToggleButton_Create(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,*_arg5
,_arg6
,*_arg7
,*_arg8
);
12152 wxPyEndAllowThreads(__tstate
);
12153 if (PyErr_Occurred()) return NULL
;
12154 } _resultobj
= Py_BuildValue("i",_result
);
12166 #define wxToggleButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
12167 static PyObject
*_wrap_wxToggleButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12168 PyObject
* _resultobj
;
12169 wxToggleButton
* _arg0
;
12171 PyObject
* _argo0
= 0;
12173 char *_kwnames
[] = { "self","value", NULL
};
12176 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxToggleButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
12179 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12180 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
12181 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_SetValue. Expected _wxToggleButton_p.");
12185 _arg1
= (bool ) tempbool1
;
12187 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12188 wxToggleButton_SetValue(_arg0
,_arg1
);
12190 wxPyEndAllowThreads(__tstate
);
12191 if (PyErr_Occurred()) return NULL
;
12192 } Py_INCREF(Py_None
);
12193 _resultobj
= Py_None
;
12197 #define wxToggleButton_GetValue(_swigobj) (_swigobj->GetValue())
12198 static PyObject
*_wrap_wxToggleButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12199 PyObject
* _resultobj
;
12201 wxToggleButton
* _arg0
;
12202 PyObject
* _argo0
= 0;
12203 char *_kwnames
[] = { "self", NULL
};
12206 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxToggleButton_GetValue",_kwnames
,&_argo0
))
12209 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12210 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
12211 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_GetValue. Expected _wxToggleButton_p.");
12216 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12217 _result
= (bool )wxToggleButton_GetValue(_arg0
);
12219 wxPyEndAllowThreads(__tstate
);
12220 if (PyErr_Occurred()) return NULL
;
12221 } _resultobj
= Py_BuildValue("i",_result
);
12225 #define wxToggleButton_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
12226 static PyObject
*_wrap_wxToggleButton_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
12227 PyObject
* _resultobj
;
12228 wxToggleButton
* _arg0
;
12230 PyObject
* _argo0
= 0;
12231 PyObject
* _obj1
= 0;
12232 char *_kwnames
[] = { "self","label", NULL
};
12235 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxToggleButton_SetLabel",_kwnames
,&_argo0
,&_obj1
))
12238 if (_argo0
== Py_None
) { _arg0
= NULL
; }
12239 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxToggleButton_p")) {
12240 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxToggleButton_SetLabel. Expected _wxToggleButton_p.");
12245 _arg1
= wxString_in_helper(_obj1
);
12250 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12251 wxToggleButton_SetLabel(_arg0
,*_arg1
);
12253 wxPyEndAllowThreads(__tstate
);
12254 if (PyErr_Occurred()) return NULL
;
12255 } Py_INCREF(Py_None
);
12256 _resultobj
= Py_None
;
12264 static PyMethodDef controlscMethods
[] = {
12265 { "wxToggleButton_SetLabel", (PyCFunction
) _wrap_wxToggleButton_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12266 { "wxToggleButton_GetValue", (PyCFunction
) _wrap_wxToggleButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12267 { "wxToggleButton_SetValue", (PyCFunction
) _wrap_wxToggleButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12268 { "wxToggleButton_Create", (PyCFunction
) _wrap_wxToggleButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12269 { "new_wxPreToggleButton", (PyCFunction
) _wrap_new_wxPreToggleButton
, METH_VARARGS
| METH_KEYWORDS
},
12270 { "new_wxToggleButton", (PyCFunction
) _wrap_new_wxToggleButton
, METH_VARARGS
| METH_KEYWORDS
},
12271 { "wxSpinCtrl_SetSelection", (PyCFunction
) _wrap_wxSpinCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12272 { "wxSpinCtrl_SetValue", (PyCFunction
) _wrap_wxSpinCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12273 { "wxSpinCtrl_SetRange", (PyCFunction
) _wrap_wxSpinCtrl_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12274 { "wxSpinCtrl_GetValue", (PyCFunction
) _wrap_wxSpinCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12275 { "wxSpinCtrl_GetMin", (PyCFunction
) _wrap_wxSpinCtrl_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
12276 { "wxSpinCtrl_GetMax", (PyCFunction
) _wrap_wxSpinCtrl_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
12277 { "wxSpinCtrl_Create", (PyCFunction
) _wrap_wxSpinCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
},
12278 { "new_wxPreSpinCtrl", (PyCFunction
) _wrap_new_wxPreSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12279 { "new_wxSpinCtrl", (PyCFunction
) _wrap_new_wxSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12280 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12281 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
12282 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
12283 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12284 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
12285 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
12286 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
12287 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12288 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12289 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
12290 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
12291 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
12292 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
12293 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
12294 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
12295 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
12296 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
12297 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
12298 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
12299 { "wxSlider_Create", (PyCFunction
) _wrap_wxSlider_Create
, METH_VARARGS
| METH_KEYWORDS
},
12300 { "new_wxPreSlider", (PyCFunction
) _wrap_new_wxPreSlider
, METH_VARARGS
| METH_KEYWORDS
},
12301 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
12302 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12303 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12304 { "wxRadioButton_Create", (PyCFunction
) _wrap_wxRadioButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12305 { "new_wxPreRadioButton", (PyCFunction
) _wrap_new_wxPreRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
12306 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
12307 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
12308 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
12309 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12310 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12311 { "wxRadioBox_GetCount", (PyCFunction
) _wrap_wxRadioBox_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
12312 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12313 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12314 { "wxRadioBox_GetNextItem", (PyCFunction
) _wrap_wxRadioBox_GetNextItem
, METH_VARARGS
| METH_KEYWORDS
},
12315 { "wxRadioBox_GetRowCount", (PyCFunction
) _wrap_wxRadioBox_GetRowCount
, METH_VARARGS
| METH_KEYWORDS
},
12316 { "wxRadioBox_GetColumnCount", (PyCFunction
) _wrap_wxRadioBox_GetColumnCount
, METH_VARARGS
| METH_KEYWORDS
},
12317 { "wxRadioBox_SetString", (PyCFunction
) _wrap_wxRadioBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12318 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
12319 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
12320 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
12321 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
12322 { "wxRadioBox_Create", (PyCFunction
) _wrap_wxRadioBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12323 { "new_wxPreRadioBox", (PyCFunction
) _wrap_new_wxPreRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
12324 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
12325 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
12326 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12327 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12328 { "wxStaticBitmap_Create", (PyCFunction
) _wrap_wxStaticBitmap_Create
, METH_VARARGS
| METH_KEYWORDS
},
12329 { "new_wxPreStaticBitmap", (PyCFunction
) _wrap_new_wxPreStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12330 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
12331 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12332 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12333 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12334 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
12335 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
12336 { "wxSpinButton_Create", (PyCFunction
) _wrap_wxSpinButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12337 { "new_wxPreSpinButton", (PyCFunction
) _wrap_new_wxPreSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
12338 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
12339 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
12340 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
12341 { "wxScrollBar_IsVertical", (PyCFunction
) _wrap_wxScrollBar_IsVertical
, METH_VARARGS
| METH_KEYWORDS
},
12342 { "wxScrollBar_GetThumbLength", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
12343 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
12344 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
12345 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
12346 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
12347 { "wxScrollBar_Create", (PyCFunction
) _wrap_wxScrollBar_Create
, METH_VARARGS
| METH_KEYWORDS
},
12348 { "new_wxPreScrollBar", (PyCFunction
) _wrap_new_wxPreScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
12349 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
12350 { "wxTextCtrl_GetString", (PyCFunction
) _wrap_wxTextCtrl_GetString
, METH_VARARGS
| METH_KEYWORDS
},
12351 { "wxTextCtrl_write", (PyCFunction
) _wrap_wxTextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
},
12352 { "wxTextCtrl_IsMultiLine", (PyCFunction
) _wrap_wxTextCtrl_IsMultiLine
, METH_VARARGS
| METH_KEYWORDS
},
12353 { "wxTextCtrl_IsSingleLine", (PyCFunction
) _wrap_wxTextCtrl_IsSingleLine
, METH_VARARGS
| METH_KEYWORDS
},
12354 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
12355 { "wxTextCtrl_SelectAll", (PyCFunction
) _wrap_wxTextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
},
12356 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12357 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
12358 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12359 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
12360 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12361 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
12362 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
12363 { "wxTextCtrl_Redo", (PyCFunction
) _wrap_wxTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
12364 { "wxTextCtrl_Undo", (PyCFunction
) _wrap_wxTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
12365 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
12366 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
12367 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
12368 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
12369 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
12370 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
12371 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
12372 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
12373 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
12374 { "wxTextCtrl_GetStyle", (PyCFunction
) _wrap_wxTextCtrl_GetStyle
, METH_VARARGS
| METH_KEYWORDS
},
12375 { "wxTextCtrl_GetDefaultStyle", (PyCFunction
) _wrap_wxTextCtrl_GetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
},
12376 { "wxTextCtrl_SetDefaultStyle", (PyCFunction
) _wrap_wxTextCtrl_SetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
},
12377 { "wxTextCtrl_SetStyle", (PyCFunction
) _wrap_wxTextCtrl_SetStyle
, METH_VARARGS
| METH_KEYWORDS
},
12378 { "wxTextCtrl_EmulateKeyPress", (PyCFunction
) _wrap_wxTextCtrl_EmulateKeyPress
, METH_VARARGS
| METH_KEYWORDS
},
12379 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
12380 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
12381 { "wxTextCtrl_SetMaxLength", (PyCFunction
) _wrap_wxTextCtrl_SetMaxLength
, METH_VARARGS
| METH_KEYWORDS
},
12382 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
12383 { "wxTextCtrl_MarkDirty", (PyCFunction
) _wrap_wxTextCtrl_MarkDirty
, METH_VARARGS
| METH_KEYWORDS
},
12384 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
12385 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
12386 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
12387 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
12388 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
12389 { "wxTextCtrl_GetStringSelection", (PyCFunction
) _wrap_wxTextCtrl_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12390 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12391 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
12392 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
12393 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
12394 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
12395 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
12396 { "wxTextCtrl_GetRange", (PyCFunction
) _wrap_wxTextCtrl_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
12397 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12398 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12399 { "wxTextCtrl_Create", (PyCFunction
) _wrap_wxTextCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
},
12400 { "new_wxPreTextCtrl", (PyCFunction
) _wrap_new_wxPreTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12401 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
12402 { "wxTextAttr_Combine", (PyCFunction
) _wrap_wxTextAttr_Combine
, METH_VARARGS
| METH_KEYWORDS
},
12403 { "wxTextAttr_IsDefault", (PyCFunction
) _wrap_wxTextAttr_IsDefault
, METH_VARARGS
| METH_KEYWORDS
},
12404 { "wxTextAttr_GetFlags", (PyCFunction
) _wrap_wxTextAttr_GetFlags
, METH_VARARGS
| METH_KEYWORDS
},
12405 { "wxTextAttr_GetRightIndent", (PyCFunction
) _wrap_wxTextAttr_GetRightIndent
, METH_VARARGS
| METH_KEYWORDS
},
12406 { "wxTextAttr_GetLeftIndent", (PyCFunction
) _wrap_wxTextAttr_GetLeftIndent
, METH_VARARGS
| METH_KEYWORDS
},
12407 { "wxTextAttr_GetTabs", (PyCFunction
) _wrap_wxTextAttr_GetTabs
, METH_VARARGS
| METH_KEYWORDS
},
12408 { "wxTextAttr_GetAlignment", (PyCFunction
) _wrap_wxTextAttr_GetAlignment
, METH_VARARGS
| METH_KEYWORDS
},
12409 { "wxTextAttr_GetFont", (PyCFunction
) _wrap_wxTextAttr_GetFont
, METH_VARARGS
| METH_KEYWORDS
},
12410 { "wxTextAttr_GetBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_GetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12411 { "wxTextAttr_GetTextColour", (PyCFunction
) _wrap_wxTextAttr_GetTextColour
, METH_VARARGS
| METH_KEYWORDS
},
12412 { "wxTextAttr_HasFlag", (PyCFunction
) _wrap_wxTextAttr_HasFlag
, METH_VARARGS
| METH_KEYWORDS
},
12413 { "wxTextAttr_HasRightIndent", (PyCFunction
) _wrap_wxTextAttr_HasRightIndent
, METH_VARARGS
| METH_KEYWORDS
},
12414 { "wxTextAttr_HasLeftIndent", (PyCFunction
) _wrap_wxTextAttr_HasLeftIndent
, METH_VARARGS
| METH_KEYWORDS
},
12415 { "wxTextAttr_HasTabs", (PyCFunction
) _wrap_wxTextAttr_HasTabs
, METH_VARARGS
| METH_KEYWORDS
},
12416 { "wxTextAttr_HasAlignment", (PyCFunction
) _wrap_wxTextAttr_HasAlignment
, METH_VARARGS
| METH_KEYWORDS
},
12417 { "wxTextAttr_HasFont", (PyCFunction
) _wrap_wxTextAttr_HasFont
, METH_VARARGS
| METH_KEYWORDS
},
12418 { "wxTextAttr_HasBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_HasBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12419 { "wxTextAttr_HasTextColour", (PyCFunction
) _wrap_wxTextAttr_HasTextColour
, METH_VARARGS
| METH_KEYWORDS
},
12420 { "wxTextAttr_SetFlags", (PyCFunction
) _wrap_wxTextAttr_SetFlags
, METH_VARARGS
| METH_KEYWORDS
},
12421 { "wxTextAttr_SetRightIndent", (PyCFunction
) _wrap_wxTextAttr_SetRightIndent
, METH_VARARGS
| METH_KEYWORDS
},
12422 { "wxTextAttr_SetLeftIndent", (PyCFunction
) _wrap_wxTextAttr_SetLeftIndent
, METH_VARARGS
| METH_KEYWORDS
},
12423 { "wxTextAttr_SetTabs", (PyCFunction
) _wrap_wxTextAttr_SetTabs
, METH_VARARGS
| METH_KEYWORDS
},
12424 { "wxTextAttr_SetAlignment", (PyCFunction
) _wrap_wxTextAttr_SetAlignment
, METH_VARARGS
| METH_KEYWORDS
},
12425 { "wxTextAttr_SetFont", (PyCFunction
) _wrap_wxTextAttr_SetFont
, METH_VARARGS
| METH_KEYWORDS
},
12426 { "wxTextAttr_SetBackgroundColour", (PyCFunction
) _wrap_wxTextAttr_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12427 { "wxTextAttr_SetTextColour", (PyCFunction
) _wrap_wxTextAttr_SetTextColour
, METH_VARARGS
| METH_KEYWORDS
},
12428 { "wxTextAttr_Init", (PyCFunction
) _wrap_wxTextAttr_Init
, METH_VARARGS
| METH_KEYWORDS
},
12429 { "delete_wxTextAttr", (PyCFunction
) _wrap_delete_wxTextAttr
, METH_VARARGS
| METH_KEYWORDS
},
12430 { "new_wxTextAttr", (PyCFunction
) _wrap_new_wxTextAttr
, METH_VARARGS
| METH_KEYWORDS
},
12431 { "wxCheckListBox_HitTestXY", (PyCFunction
) _wrap_wxCheckListBox_HitTestXY
, METH_VARARGS
| METH_KEYWORDS
},
12432 { "wxCheckListBox_HitTest", (PyCFunction
) _wrap_wxCheckListBox_HitTest
, METH_VARARGS
| METH_KEYWORDS
},
12433 { "wxCheckListBox_GetItemHeight", (PyCFunction
) _wrap_wxCheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
},
12434 { "wxCheckListBox_InsertItems", (PyCFunction
) _wrap_wxCheckListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
12435 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
12436 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
12437 { "wxCheckListBox_Create", (PyCFunction
) _wrap_wxCheckListBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12438 { "new_wxPreCheckListBox", (PyCFunction
) _wrap_new_wxPreCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
12439 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
12440 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12441 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12442 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12443 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
12444 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
12445 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
12446 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
12447 { "wxListBox_IsSelected", (PyCFunction
) _wrap_wxListBox_IsSelected
, METH_VARARGS
| METH_KEYWORDS
},
12448 { "wxListBox_InsertItems", (PyCFunction
) _wrap_wxListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
12449 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
12450 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
12451 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
12452 { "wxListBox_Create", (PyCFunction
) _wrap_wxListBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12453 { "new_wxPreListBox", (PyCFunction
) _wrap_new_wxPreListBox
, METH_VARARGS
| METH_KEYWORDS
},
12454 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
12455 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12456 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12457 { "wxStaticText_Create", (PyCFunction
) _wrap_wxStaticText_Create
, METH_VARARGS
| METH_KEYWORDS
},
12458 { "new_wxPreStaticText", (PyCFunction
) _wrap_new_wxPreStaticText
, METH_VARARGS
| METH_KEYWORDS
},
12459 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
12460 { "wxStaticLine_Create", (PyCFunction
) _wrap_wxStaticLine_Create
, METH_VARARGS
| METH_KEYWORDS
},
12461 { "new_wxPreStaticLine", (PyCFunction
) _wrap_new_wxPreStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
12462 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
12463 { "wxStaticBox_Create", (PyCFunction
) _wrap_wxStaticBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12464 { "new_wxPreStaticBox", (PyCFunction
) _wrap_new_wxPreStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
12465 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
12466 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12467 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
12468 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
12469 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
12470 { "wxGauge_IsVertical", (PyCFunction
) _wrap_wxGauge_IsVertical
, METH_VARARGS
| METH_KEYWORDS
},
12471 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12472 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
12473 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
12474 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
12475 { "wxGauge_Create", (PyCFunction
) _wrap_wxGauge_Create
, METH_VARARGS
| METH_KEYWORDS
},
12476 { "new_wxPreGauge", (PyCFunction
) _wrap_new_wxPreGauge
, METH_VARARGS
| METH_KEYWORDS
},
12477 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
12478 { "wxComboBox_SetEditable", (PyCFunction
) _wrap_wxComboBox_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
12479 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12480 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
12481 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12482 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
12483 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12484 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
12485 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
12486 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
12487 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12488 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
12489 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
12490 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
12491 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
12492 { "wxComboBox_Create", (PyCFunction
) _wrap_wxComboBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12493 { "new_wxPreComboBox", (PyCFunction
) _wrap_new_wxPreComboBox
, METH_VARARGS
| METH_KEYWORDS
},
12494 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
12495 { "wxChoice_SetString", (PyCFunction
) _wrap_wxChoice_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12496 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12497 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12498 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
12499 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
12500 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
12501 { "wxChoice_Create", (PyCFunction
) _wrap_wxChoice_Create
, METH_VARARGS
| METH_KEYWORDS
},
12502 { "new_wxPreChoice", (PyCFunction
) _wrap_new_wxPreChoice
, METH_VARARGS
| METH_KEYWORDS
},
12503 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
12504 { "wxCheckBox_Is3rdStateAllowedForUser", (PyCFunction
) _wrap_wxCheckBox_Is3rdStateAllowedForUser
, METH_VARARGS
| METH_KEYWORDS
},
12505 { "wxCheckBox_Is3State", (PyCFunction
) _wrap_wxCheckBox_Is3State
, METH_VARARGS
| METH_KEYWORDS
},
12506 { "wxCheckBox_Set3StateValue", (PyCFunction
) _wrap_wxCheckBox_Set3StateValue
, METH_VARARGS
| METH_KEYWORDS
},
12507 { "wxCheckBox_Get3StateValue", (PyCFunction
) _wrap_wxCheckBox_Get3StateValue
, METH_VARARGS
| METH_KEYWORDS
},
12508 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
12509 { "wxCheckBox_IsChecked", (PyCFunction
) _wrap_wxCheckBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
12510 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
12511 { "wxCheckBox_Create", (PyCFunction
) _wrap_wxCheckBox_Create
, METH_VARARGS
| METH_KEYWORDS
},
12512 { "new_wxPreCheckBox", (PyCFunction
) _wrap_new_wxPreCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
12513 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
12514 { "wxBitmapButton_GetMarginY", (PyCFunction
) _wrap_wxBitmapButton_GetMarginY
, METH_VARARGS
| METH_KEYWORDS
},
12515 { "wxBitmapButton_GetMarginX", (PyCFunction
) _wrap_wxBitmapButton_GetMarginX
, METH_VARARGS
| METH_KEYWORDS
},
12516 { "wxBitmapButton_SetMargins", (PyCFunction
) _wrap_wxBitmapButton_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
12517 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
12518 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
12519 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
12520 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
12521 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
12522 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
12523 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
12524 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
12525 { "wxBitmapButton_Create", (PyCFunction
) _wrap_wxBitmapButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12526 { "new_wxPreBitmapButton", (PyCFunction
) _wrap_new_wxPreBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
12527 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
12528 { "wxButton_GetDefaultSize", (PyCFunction
) _wrap_wxButton_GetDefaultSize
, METH_VARARGS
| METH_KEYWORDS
},
12529 { "wxButton_SetImageMargins", (PyCFunction
) _wrap_wxButton_SetImageMargins
, METH_VARARGS
| METH_KEYWORDS
},
12530 { "wxButton_SetImageLabel", (PyCFunction
) _wrap_wxButton_SetImageLabel
, METH_VARARGS
| METH_KEYWORDS
},
12531 { "wxButton_SetForegroundColour", (PyCFunction
) _wrap_wxButton_SetForegroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12532 { "wxButton_SetBackgroundColour", (PyCFunction
) _wrap_wxButton_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
12533 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
12534 { "wxButton_Create", (PyCFunction
) _wrap_wxButton_Create
, METH_VARARGS
| METH_KEYWORDS
},
12535 { "new_wxPreButton", (PyCFunction
) _wrap_new_wxPreButton
, METH_VARARGS
| METH_KEYWORDS
},
12536 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
12537 { "wxControlWithItems_AppendItems", (PyCFunction
) _wrap_wxControlWithItems_AppendItems
, METH_VARARGS
| METH_KEYWORDS
},
12538 { "wxControlWithItems_SetClientData", (PyCFunction
) _wrap_wxControlWithItems_SetClientData
, METH_VARARGS
| METH_KEYWORDS
},
12539 { "wxControlWithItems_GetClientData", (PyCFunction
) _wrap_wxControlWithItems_GetClientData
, METH_VARARGS
| METH_KEYWORDS
},
12540 { "wxControlWithItems_Append", (PyCFunction
) _wrap_wxControlWithItems_Append
, METH_VARARGS
| METH_KEYWORDS
},
12541 { "wxControlWithItems_GetStringSelection", (PyCFunction
) _wrap_wxControlWithItems_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
12542 { "wxControlWithItems_GetSelection", (PyCFunction
) _wrap_wxControlWithItems_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
12543 { "wxControlWithItems_Select", (PyCFunction
) _wrap_wxControlWithItems_Select
, METH_VARARGS
| METH_KEYWORDS
},
12544 { "wxControlWithItems_FindString", (PyCFunction
) _wrap_wxControlWithItems_FindString
, METH_VARARGS
| METH_KEYWORDS
},
12545 { "wxControlWithItems_SetString", (PyCFunction
) _wrap_wxControlWithItems_SetString
, METH_VARARGS
| METH_KEYWORDS
},
12546 { "wxControlWithItems_GetString", (PyCFunction
) _wrap_wxControlWithItems_GetString
, METH_VARARGS
| METH_KEYWORDS
},
12547 { "wxControlWithItems_GetCount", (PyCFunction
) _wrap_wxControlWithItems_GetCount
, METH_VARARGS
| METH_KEYWORDS
},
12548 { "wxControlWithItems_Delete", (PyCFunction
) _wrap_wxControlWithItems_Delete
, METH_VARARGS
| METH_KEYWORDS
},
12549 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12550 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
12551 { "wxControl_Command", (PyCFunction
) _wrap_wxControl_Command
, METH_VARARGS
| METH_KEYWORDS
},
12552 { "wxControl_Create", (PyCFunction
) _wrap_wxControl_Create
, METH_VARARGS
| METH_KEYWORDS
},
12553 { "new_wxPreControl", (PyCFunction
) _wrap_new_wxPreControl
, METH_VARARGS
| METH_KEYWORDS
},
12554 { "new_wxControl", (PyCFunction
) _wrap_new_wxControl
, METH_VARARGS
| METH_KEYWORDS
},
12561 * This table is used by the pointer type-checker
12563 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
12564 { "_signed_long","_long",0},
12565 { "_wxPrintQuality","_wxCoord",0},
12566 { "_wxPrintQuality","_int",0},
12567 { "_wxPrintQuality","_signed_int",0},
12568 { "_wxPrintQuality","_unsigned_int",0},
12569 { "_wxPrintQuality","_wxWindowID",0},
12570 { "_wxPrintQuality","_uint",0},
12571 { "_wxPrintQuality","_EBool",0},
12572 { "_wxPrintQuality","_size_t",0},
12573 { "_wxPrintQuality","_time_t",0},
12574 { "_byte","_unsigned_char",0},
12575 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
12576 { "_long","_unsigned_long",0},
12577 { "_long","_signed_long",0},
12578 { "_size_t","_wxCoord",0},
12579 { "_size_t","_wxPrintQuality",0},
12580 { "_size_t","_time_t",0},
12581 { "_size_t","_unsigned_int",0},
12582 { "_size_t","_int",0},
12583 { "_size_t","_wxWindowID",0},
12584 { "_size_t","_uint",0},
12585 { "_uint","_wxCoord",0},
12586 { "_uint","_wxPrintQuality",0},
12587 { "_uint","_time_t",0},
12588 { "_uint","_size_t",0},
12589 { "_uint","_unsigned_int",0},
12590 { "_uint","_int",0},
12591 { "_uint","_wxWindowID",0},
12592 { "_wxChar","_char",0},
12593 { "_char","_wxChar",0},
12594 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton
},
12595 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
12596 { "_EBool","_wxCoord",0},
12597 { "_EBool","_wxPrintQuality",0},
12598 { "_EBool","_signed_int",0},
12599 { "_EBool","_int",0},
12600 { "_EBool","_wxWindowID",0},
12601 { "_unsigned_long","_long",0},
12602 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
12603 { "_signed_int","_wxCoord",0},
12604 { "_signed_int","_wxPrintQuality",0},
12605 { "_signed_int","_EBool",0},
12606 { "_signed_int","_wxWindowID",0},
12607 { "_signed_int","_int",0},
12608 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
12609 { "_WXTYPE","_short",0},
12610 { "_WXTYPE","_signed_short",0},
12611 { "_WXTYPE","_unsigned_short",0},
12612 { "_unsigned_short","_WXTYPE",0},
12613 { "_unsigned_short","_short",0},
12614 { "_wxObject","_wxToggleButton",SwigwxToggleButtonTowxObject
},
12615 { "_wxObject","_wxSpinCtrl",SwigwxSpinCtrlTowxObject
},
12616 { "_wxObject","_wxSlider",SwigwxSliderTowxObject
},
12617 { "_wxObject","_wxRadioButton",SwigwxRadioButtonTowxObject
},
12618 { "_wxObject","_wxRadioBox",SwigwxRadioBoxTowxObject
},
12619 { "_wxObject","_wxStaticBitmap",SwigwxStaticBitmapTowxObject
},
12620 { "_wxObject","_wxSpinButton",SwigwxSpinButtonTowxObject
},
12621 { "_wxObject","_wxScrollBar",SwigwxScrollBarTowxObject
},
12622 { "_wxObject","_wxTextCtrl",SwigwxTextCtrlTowxObject
},
12623 { "_wxObject","_wxCheckListBox",SwigwxCheckListBoxTowxObject
},
12624 { "_wxObject","_wxListBox",SwigwxListBoxTowxObject
},
12625 { "_wxObject","_wxStaticText",SwigwxStaticTextTowxObject
},
12626 { "_wxObject","_wxStaticLine",SwigwxStaticLineTowxObject
},
12627 { "_wxObject","_wxStaticBox",SwigwxStaticBoxTowxObject
},
12628 { "_wxObject","_wxGauge",SwigwxGaugeTowxObject
},
12629 { "_wxObject","_wxComboBox",SwigwxComboBoxTowxObject
},
12630 { "_wxObject","_wxChoice",SwigwxChoiceTowxObject
},
12631 { "_wxObject","_wxCheckBox",SwigwxCheckBoxTowxObject
},
12632 { "_wxObject","_wxBitmapButton",SwigwxBitmapButtonTowxObject
},
12633 { "_wxObject","_wxButton",SwigwxButtonTowxObject
},
12634 { "_wxObject","_wxControlWithItems",SwigwxControlWithItemsTowxObject
},
12635 { "_wxObject","_wxControl",SwigwxControlTowxObject
},
12636 { "_signed_short","_WXTYPE",0},
12637 { "_signed_short","_short",0},
12638 { "_unsigned_char","_byte",0},
12639 { "_wxControl","_wxToggleButton",SwigwxToggleButtonTowxControl
},
12640 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl
},
12641 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
12642 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
12643 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
12644 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
12645 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
12646 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
12647 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
12648 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
12649 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
12650 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
12651 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
12652 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
12653 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
12654 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
12655 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
12656 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
12657 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
12658 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
12659 { "_wxControl","_wxControlWithItems",SwigwxControlWithItemsTowxControl
},
12660 { "_unsigned_int","_wxCoord",0},
12661 { "_unsigned_int","_wxPrintQuality",0},
12662 { "_unsigned_int","_time_t",0},
12663 { "_unsigned_int","_size_t",0},
12664 { "_unsigned_int","_uint",0},
12665 { "_unsigned_int","_wxWindowID",0},
12666 { "_unsigned_int","_int",0},
12667 { "_short","_WXTYPE",0},
12668 { "_short","_unsigned_short",0},
12669 { "_short","_signed_short",0},
12670 { "_wxControlWithItems","_wxCheckListBox",SwigwxCheckListBoxTowxControlWithItems
},
12671 { "_wxControlWithItems","_wxListBox",SwigwxListBoxTowxControlWithItems
},
12672 { "_wxControlWithItems","_wxComboBox",SwigwxComboBoxTowxControlWithItems
},
12673 { "_wxControlWithItems","_wxChoice",SwigwxChoiceTowxControlWithItems
},
12674 { "_wxWindowID","_wxCoord",0},
12675 { "_wxWindowID","_wxPrintQuality",0},
12676 { "_wxWindowID","_time_t",0},
12677 { "_wxWindowID","_size_t",0},
12678 { "_wxWindowID","_EBool",0},
12679 { "_wxWindowID","_uint",0},
12680 { "_wxWindowID","_int",0},
12681 { "_wxWindowID","_signed_int",0},
12682 { "_wxWindowID","_unsigned_int",0},
12683 { "_int","_wxCoord",0},
12684 { "_int","_wxPrintQuality",0},
12685 { "_int","_time_t",0},
12686 { "_int","_size_t",0},
12687 { "_int","_EBool",0},
12688 { "_int","_uint",0},
12689 { "_int","_wxWindowID",0},
12690 { "_int","_unsigned_int",0},
12691 { "_int","_signed_int",0},
12692 { "_time_t","_wxCoord",0},
12693 { "_time_t","_wxPrintQuality",0},
12694 { "_time_t","_unsigned_int",0},
12695 { "_time_t","_int",0},
12696 { "_time_t","_wxWindowID",0},
12697 { "_time_t","_uint",0},
12698 { "_time_t","_size_t",0},
12699 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
12700 { "_wxCoord","_int",0},
12701 { "_wxCoord","_signed_int",0},
12702 { "_wxCoord","_unsigned_int",0},
12703 { "_wxCoord","_wxWindowID",0},
12704 { "_wxCoord","_uint",0},
12705 { "_wxCoord","_EBool",0},
12706 { "_wxCoord","_size_t",0},
12707 { "_wxCoord","_time_t",0},
12708 { "_wxCoord","_wxPrintQuality",0},
12709 { "_wxEvtHandler","_wxToggleButton",SwigwxToggleButtonTowxEvtHandler
},
12710 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler
},
12711 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
12712 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
12713 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
12714 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
12715 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
12716 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
12717 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
12718 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
12719 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
12720 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
12721 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
12722 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
12723 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
12724 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
12725 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
12726 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
12727 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
12728 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
12729 { "_wxEvtHandler","_wxControlWithItems",SwigwxControlWithItemsTowxEvtHandler
},
12730 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
12731 { "_wxWindow","_wxToggleButton",SwigwxToggleButtonTowxWindow
},
12732 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow
},
12733 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
12734 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
12735 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
12736 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
12737 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
12738 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
12739 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
12740 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
12741 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
12742 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
12743 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
12744 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
12745 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
12746 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
12747 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
12748 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
12749 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
12750 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
12751 { "_wxWindow","_wxControlWithItems",SwigwxControlWithItemsTowxWindow
},
12752 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
12755 static PyObject
*SWIG_globals
;
12759 SWIGEXPORT(void) initcontrolsc() {
12761 SWIG_globals
= SWIG_newvarlink();
12762 m
= Py_InitModule("controlsc", controlscMethods
);
12763 d
= PyModule_GetDict(m
);
12764 PyDict_SetItemString(d
,"cvar", SWIG_globals
);
12765 SWIG_addvarlink(SWIG_globals
,"wxDefaultValidator",_wrap_wxDefaultValidator_get
, _wrap_wxDefaultValidator_set
);
12766 PyDict_SetItemString(d
,"wxCHK_2STATE", PyInt_FromLong((long) wxCHK_2STATE
));
12767 PyDict_SetItemString(d
,"wxCHK_3STATE", PyInt_FromLong((long) wxCHK_3STATE
));
12768 PyDict_SetItemString(d
,"wxCHK_ALLOW_3RD_STATE_FOR_USER", PyInt_FromLong((long) wxCHK_ALLOW_3RD_STATE_FOR_USER
));
12769 PyDict_SetItemString(d
,"wxCHK_UNCHECKED", PyInt_FromLong((long) wxCHK_UNCHECKED
));
12770 PyDict_SetItemString(d
,"wxCHK_CHECKED", PyInt_FromLong((long) wxCHK_CHECKED
));
12771 PyDict_SetItemString(d
,"wxCHK_UNDETERMINED", PyInt_FromLong((long) wxCHK_UNDETERMINED
));
12772 PyDict_SetItemString(d
,"wxTE_NO_VSCROLL", PyInt_FromLong((long) wxTE_NO_VSCROLL
));
12773 PyDict_SetItemString(d
,"wxTE_AUTO_SCROLL", PyInt_FromLong((long) wxTE_AUTO_SCROLL
));
12774 PyDict_SetItemString(d
,"wxTE_READONLY", PyInt_FromLong((long) wxTE_READONLY
));
12775 PyDict_SetItemString(d
,"wxTE_MULTILINE", PyInt_FromLong((long) wxTE_MULTILINE
));
12776 PyDict_SetItemString(d
,"wxTE_PROCESS_TAB", PyInt_FromLong((long) wxTE_PROCESS_TAB
));
12777 PyDict_SetItemString(d
,"wxTE_LEFT", PyInt_FromLong((long) wxTE_LEFT
));
12778 PyDict_SetItemString(d
,"wxTE_CENTER", PyInt_FromLong((long) wxTE_CENTER
));
12779 PyDict_SetItemString(d
,"wxTE_RIGHT", PyInt_FromLong((long) wxTE_RIGHT
));
12780 PyDict_SetItemString(d
,"wxTE_CENTRE", PyInt_FromLong((long) wxTE_CENTRE
));
12781 PyDict_SetItemString(d
,"wxTE_RICH", PyInt_FromLong((long) wxTE_RICH
));
12782 PyDict_SetItemString(d
,"wxTE_PROCESS_ENTER", PyInt_FromLong((long) wxTE_PROCESS_ENTER
));
12783 PyDict_SetItemString(d
,"wxTE_PASSWORD", PyInt_FromLong((long) wxTE_PASSWORD
));
12784 PyDict_SetItemString(d
,"wxTE_AUTO_URL", PyInt_FromLong((long) wxTE_AUTO_URL
));
12785 PyDict_SetItemString(d
,"wxTE_NOHIDESEL", PyInt_FromLong((long) wxTE_NOHIDESEL
));
12786 PyDict_SetItemString(d
,"wxTE_DONTWRAP", PyInt_FromLong((long) wxTE_DONTWRAP
));
12787 PyDict_SetItemString(d
,"wxTE_LINEWRAP", PyInt_FromLong((long) wxTE_LINEWRAP
));
12788 PyDict_SetItemString(d
,"wxTE_WORDWRAP", PyInt_FromLong((long) wxTE_WORDWRAP
));
12789 PyDict_SetItemString(d
,"wxTE_RICH2", PyInt_FromLong((long) wxTE_RICH2
));
12790 PyDict_SetItemString(d
,"wxTEXT_ATTR_TEXT_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_TEXT_COLOUR
));
12791 PyDict_SetItemString(d
,"wxTEXT_ATTR_BACKGROUND_COLOUR", PyInt_FromLong((long) wxTEXT_ATTR_BACKGROUND_COLOUR
));
12792 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_FACE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_FACE
));
12793 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_SIZE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_SIZE
));
12794 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_WEIGHT", PyInt_FromLong((long) wxTEXT_ATTR_FONT_WEIGHT
));
12795 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_ITALIC", PyInt_FromLong((long) wxTEXT_ATTR_FONT_ITALIC
));
12796 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT_UNDERLINE", PyInt_FromLong((long) wxTEXT_ATTR_FONT_UNDERLINE
));
12797 PyDict_SetItemString(d
,"wxTEXT_ATTR_FONT", PyInt_FromLong((long) wxTEXT_ATTR_FONT
));
12798 PyDict_SetItemString(d
,"wxTEXT_ATTR_ALIGNMENT", PyInt_FromLong((long) wxTEXT_ATTR_ALIGNMENT
));
12799 PyDict_SetItemString(d
,"wxTEXT_ATTR_LEFT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_LEFT_INDENT
));
12800 PyDict_SetItemString(d
,"wxTEXT_ATTR_RIGHT_INDENT", PyInt_FromLong((long) wxTEXT_ATTR_RIGHT_INDENT
));
12801 PyDict_SetItemString(d
,"wxTEXT_ATTR_TABS", PyInt_FromLong((long) wxTEXT_ATTR_TABS
));
12802 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_DEFAULT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_DEFAULT
));
12803 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_LEFT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_LEFT
));
12804 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_CENTRE", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTRE
));
12805 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_CENTER", PyInt_FromLong((long) wxTEXT_ALIGNMENT_CENTER
));
12806 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_RIGHT", PyInt_FromLong((long) wxTEXT_ALIGNMENT_RIGHT
));
12807 PyDict_SetItemString(d
,"wxTEXT_ALIGNMENT_JUSTIFIED", PyInt_FromLong((long) wxTEXT_ALIGNMENT_JUSTIFIED
));
12808 PyDict_SetItemString(d
,"wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_TOGGLEBUTTON_CLICKED
));
12811 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
12812 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);