2 * FILE : msw/controls.cpp
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Build 810)
8 * Portions Copyright (c) 1995-1998
9 * The University of Utah and The Regents of the University of California.
10 * Permission is granted to distribute this file in any manner provided
11 * this notice remains intact.
13 * Do not make changes to this file--changes will be lost!
19 /* Implementation : PYTHON */
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a) __declspec(dllexport) a
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a) a _export
32 # define SWIGEXPORT(a) a
36 # define SWIGEXPORT(a) a
43 extern void SWIG_MakePtr(char *, void *, char *);
44 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
45 extern char *SWIG_GetPtr(char *, void **, char *);
46 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
47 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
48 extern PyObject
*SWIG_newvarlink(void);
52 #define SWIG_init initcontrolsc
54 #define SWIG_name "controlsc"
57 #include <wx/slider.h>
58 #include <wx/spinbutt.h>
59 #include <wx/dynarray.h>
60 #include <wx/statline.h>
64 #include <wx/checklst.h>
69 #include <wx/checklst.h>
73 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
78 } else if (target
== Py_None
) {
82 if (!PyList_Check(target
)) {
84 target
= PyList_New(0);
85 PyList_Append(target
, o2
);
88 PyList_Append(target
,o
);
94 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
100 } else if (target
== Py_None
) {
104 if (!PyTuple_Check(target
)) {
106 target
= PyTuple_New(1);
107 PyTuple_SetItem(target
, 0, o2
);
110 PyTuple_SetItem(o3
, 0, o
);
113 target
= PySequence_Concat(o2
, o3
);
120 static char* wxStringErrorMsg
= "string type is required for parameter";
122 wxValidator wxPyDefaultValidator
; // Non-const default because of SWIG
126 static int _wrap_wxDefaultValidator_set(PyObject
*val
) {
128 PyErr_SetString(PyExc_TypeError
,"Variable wxDefaultValidator is read-only.");
132 static PyObject
*_wrap_wxDefaultValidator_get() {
136 SWIG_MakePtr(ptemp
,(char *) &wxDefaultValidator
,"_wxValidator_p");
137 pyobj
= PyString_FromString(ptemp
);
141 static void *SwigwxControlTowxWindow(void *ptr
) {
144 src
= (wxControl
*) ptr
;
145 dest
= (wxWindow
*) src
;
146 return (void *) dest
;
149 static void *SwigwxControlTowxEvtHandler(void *ptr
) {
152 src
= (wxControl
*) ptr
;
153 dest
= (wxEvtHandler
*) src
;
154 return (void *) dest
;
157 #define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
158 static PyObject
*_wrap_wxControl_Command(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
159 PyObject
* _resultobj
;
161 wxCommandEvent
* _arg1
;
162 PyObject
* _argo0
= 0;
163 PyObject
* _argo1
= 0;
164 char *_kwnames
[] = { "self","event", NULL
};
167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_Command",_kwnames
,&_argo0
,&_argo1
))
170 if (_argo0
== Py_None
) { _arg0
= NULL
; }
171 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
172 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
177 if (_argo1
== Py_None
) { _arg1
= NULL
; }
178 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxCommandEvent_p")) {
179 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
184 wxPy_BEGIN_ALLOW_THREADS
;
185 wxControl_Command(_arg0
,*_arg1
);
187 wxPy_END_ALLOW_THREADS
;
188 } Py_INCREF(Py_None
);
189 _resultobj
= Py_None
;
193 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
194 static PyObject
*_wrap_wxControl_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
195 PyObject
* _resultobj
;
198 PyObject
* _argo0
= 0;
199 char *_kwnames
[] = { "self", NULL
};
202 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControl_GetLabel",_kwnames
,&_argo0
))
205 if (_argo0
== Py_None
) { _arg0
= NULL
; }
206 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
207 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
212 wxPy_BEGIN_ALLOW_THREADS
;
213 _result
= new wxString (wxControl_GetLabel(_arg0
));
215 wxPy_END_ALLOW_THREADS
;
217 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
225 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
226 static PyObject
*_wrap_wxControl_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
227 PyObject
* _resultobj
;
230 PyObject
* _argo0
= 0;
231 PyObject
* _obj1
= 0;
232 char *_kwnames
[] = { "self","label", NULL
};
235 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_SetLabel",_kwnames
,&_argo0
,&_obj1
))
238 if (_argo0
== Py_None
) { _arg0
= NULL
; }
239 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
240 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
245 if (!PyString_Check(_obj1
)) {
246 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
249 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
252 wxPy_BEGIN_ALLOW_THREADS
;
253 wxControl_SetLabel(_arg0
,*_arg1
);
255 wxPy_END_ALLOW_THREADS
;
256 } Py_INCREF(Py_None
);
257 _resultobj
= Py_None
;
265 static void *SwigwxButtonTowxControl(void *ptr
) {
268 src
= (wxButton
*) ptr
;
269 dest
= (wxControl
*) src
;
270 return (void *) dest
;
273 static void *SwigwxButtonTowxWindow(void *ptr
) {
276 src
= (wxButton
*) ptr
;
277 dest
= (wxWindow
*) src
;
278 return (void *) dest
;
281 static void *SwigwxButtonTowxEvtHandler(void *ptr
) {
284 src
= (wxButton
*) ptr
;
285 dest
= (wxEvtHandler
*) src
;
286 return (void *) dest
;
289 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
290 static PyObject
*_wrap_new_wxButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
291 PyObject
* _resultobj
;
296 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
297 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
298 long _arg5
= (long ) 0;
299 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
300 char * _arg7
= (char *) "button";
301 PyObject
* _argo0
= 0;
302 PyObject
* _obj2
= 0;
304 PyObject
* _obj3
= 0;
306 PyObject
* _obj4
= 0;
307 PyObject
* _argo6
= 0;
308 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
312 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
315 if (_argo0
== Py_None
) { _arg0
= NULL
; }
316 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
317 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
322 if (!PyString_Check(_obj2
)) {
323 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
326 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
331 if (! wxPoint_helper(_obj3
, &_arg3
))
337 if (! wxSize_helper(_obj4
, &_arg4
))
341 if (_argo6
== Py_None
) { _arg6
= NULL
; }
342 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
343 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
348 wxPy_BEGIN_ALLOW_THREADS
;
349 _result
= (wxButton
*)new_wxButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
351 wxPy_END_ALLOW_THREADS
;
353 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
354 _resultobj
= Py_BuildValue("s",_ptemp
);
357 _resultobj
= Py_None
;
366 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
367 static PyObject
*_wrap_wxButton_SetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
368 PyObject
* _resultobj
;
370 PyObject
* _argo0
= 0;
371 char *_kwnames
[] = { "self", NULL
};
374 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxButton_SetDefault",_kwnames
,&_argo0
))
377 if (_argo0
== Py_None
) { _arg0
= NULL
; }
378 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
379 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
384 wxPy_BEGIN_ALLOW_THREADS
;
385 wxButton_SetDefault(_arg0
);
387 wxPy_END_ALLOW_THREADS
;
388 } Py_INCREF(Py_None
);
389 _resultobj
= Py_None
;
393 static void *SwigwxBitmapButtonTowxButton(void *ptr
) {
396 src
= (wxBitmapButton
*) ptr
;
397 dest
= (wxButton
*) src
;
398 return (void *) dest
;
401 static void *SwigwxBitmapButtonTowxControl(void *ptr
) {
404 src
= (wxBitmapButton
*) ptr
;
405 dest
= (wxControl
*) src
;
406 return (void *) dest
;
409 static void *SwigwxBitmapButtonTowxWindow(void *ptr
) {
412 src
= (wxBitmapButton
*) ptr
;
413 dest
= (wxWindow
*) src
;
414 return (void *) dest
;
417 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr
) {
420 src
= (wxBitmapButton
*) ptr
;
421 dest
= (wxEvtHandler
*) src
;
422 return (void *) dest
;
425 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
426 static PyObject
*_wrap_new_wxBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
427 PyObject
* _resultobj
;
428 wxBitmapButton
* _result
;
432 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
433 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
434 long _arg5
= (long ) wxBU_AUTODRAW
;
435 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
436 char * _arg7
= (char *) "button";
437 PyObject
* _argo0
= 0;
438 PyObject
* _argo2
= 0;
440 PyObject
* _obj3
= 0;
442 PyObject
* _obj4
= 0;
443 PyObject
* _argo6
= 0;
444 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL
};
448 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxBitmapButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
451 if (_argo0
== Py_None
) { _arg0
= NULL
; }
452 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
453 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
458 if (_argo2
== Py_None
) { _arg2
= NULL
; }
459 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
460 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
467 if (! wxPoint_helper(_obj3
, &_arg3
))
473 if (! wxSize_helper(_obj4
, &_arg4
))
477 if (_argo6
== Py_None
) { _arg6
= NULL
; }
478 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
479 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
484 wxPy_BEGIN_ALLOW_THREADS
;
485 _result
= (wxBitmapButton
*)new_wxBitmapButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
487 wxPy_END_ALLOW_THREADS
;
489 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
490 _resultobj
= Py_BuildValue("s",_ptemp
);
493 _resultobj
= Py_None
;
498 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
499 static PyObject
*_wrap_wxBitmapButton_GetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
500 PyObject
* _resultobj
;
502 wxBitmapButton
* _arg0
;
503 PyObject
* _argo0
= 0;
504 char *_kwnames
[] = { "self", NULL
};
508 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapLabel",_kwnames
,&_argo0
))
511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
518 wxPy_BEGIN_ALLOW_THREADS
;
519 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapLabel(_arg0
);
520 _result
= (wxBitmap
*) &_result_ref
;
522 wxPy_END_ALLOW_THREADS
;
524 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
525 _resultobj
= Py_BuildValue("s",_ptemp
);
528 _resultobj
= Py_None
;
533 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
534 static PyObject
*_wrap_wxBitmapButton_GetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
535 PyObject
* _resultobj
;
537 wxBitmapButton
* _arg0
;
538 PyObject
* _argo0
= 0;
539 char *_kwnames
[] = { "self", NULL
};
543 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapDisabled",_kwnames
,&_argo0
))
546 if (_argo0
== Py_None
) { _arg0
= NULL
; }
547 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
548 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
553 wxPy_BEGIN_ALLOW_THREADS
;
554 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapDisabled(_arg0
);
555 _result
= (wxBitmap
*) &_result_ref
;
557 wxPy_END_ALLOW_THREADS
;
559 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
560 _resultobj
= Py_BuildValue("s",_ptemp
);
563 _resultobj
= Py_None
;
568 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
569 static PyObject
*_wrap_wxBitmapButton_GetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
570 PyObject
* _resultobj
;
572 wxBitmapButton
* _arg0
;
573 PyObject
* _argo0
= 0;
574 char *_kwnames
[] = { "self", NULL
};
578 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapFocus",_kwnames
,&_argo0
))
581 if (_argo0
== Py_None
) { _arg0
= NULL
; }
582 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
583 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
588 wxPy_BEGIN_ALLOW_THREADS
;
589 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapFocus(_arg0
);
590 _result
= (wxBitmap
*) &_result_ref
;
592 wxPy_END_ALLOW_THREADS
;
594 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
595 _resultobj
= Py_BuildValue("s",_ptemp
);
598 _resultobj
= Py_None
;
603 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
604 static PyObject
*_wrap_wxBitmapButton_GetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
605 PyObject
* _resultobj
;
607 wxBitmapButton
* _arg0
;
608 PyObject
* _argo0
= 0;
609 char *_kwnames
[] = { "self", NULL
};
613 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapSelected",_kwnames
,&_argo0
))
616 if (_argo0
== Py_None
) { _arg0
= NULL
; }
617 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
618 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
623 wxPy_BEGIN_ALLOW_THREADS
;
624 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapSelected(_arg0
);
625 _result
= (wxBitmap
*) &_result_ref
;
627 wxPy_END_ALLOW_THREADS
;
629 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
630 _resultobj
= Py_BuildValue("s",_ptemp
);
633 _resultobj
= Py_None
;
638 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
639 static PyObject
*_wrap_wxBitmapButton_SetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
640 PyObject
* _resultobj
;
641 wxBitmapButton
* _arg0
;
643 PyObject
* _argo0
= 0;
644 PyObject
* _argo1
= 0;
645 char *_kwnames
[] = { "self","bitmap", NULL
};
648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames
,&_argo0
,&_argo1
))
651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
658 if (_argo1
== Py_None
) { _arg1
= NULL
; }
659 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
660 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
665 wxPy_BEGIN_ALLOW_THREADS
;
666 wxBitmapButton_SetBitmapDisabled(_arg0
,*_arg1
);
668 wxPy_END_ALLOW_THREADS
;
669 } Py_INCREF(Py_None
);
670 _resultobj
= Py_None
;
674 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
675 static PyObject
*_wrap_wxBitmapButton_SetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
676 PyObject
* _resultobj
;
677 wxBitmapButton
* _arg0
;
679 PyObject
* _argo0
= 0;
680 PyObject
* _argo1
= 0;
681 char *_kwnames
[] = { "self","bitmap", NULL
};
684 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapFocus",_kwnames
,&_argo0
,&_argo1
))
687 if (_argo0
== Py_None
) { _arg0
= NULL
; }
688 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
689 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
694 if (_argo1
== Py_None
) { _arg1
= NULL
; }
695 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
696 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
701 wxPy_BEGIN_ALLOW_THREADS
;
702 wxBitmapButton_SetBitmapFocus(_arg0
,*_arg1
);
704 wxPy_END_ALLOW_THREADS
;
705 } Py_INCREF(Py_None
);
706 _resultobj
= Py_None
;
710 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
711 static PyObject
*_wrap_wxBitmapButton_SetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
712 PyObject
* _resultobj
;
713 wxBitmapButton
* _arg0
;
715 PyObject
* _argo0
= 0;
716 PyObject
* _argo1
= 0;
717 char *_kwnames
[] = { "self","bitmap", NULL
};
720 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapSelected",_kwnames
,&_argo0
,&_argo1
))
723 if (_argo0
== Py_None
) { _arg0
= NULL
; }
724 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
725 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
730 if (_argo1
== Py_None
) { _arg1
= NULL
; }
731 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
732 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
737 wxPy_BEGIN_ALLOW_THREADS
;
738 wxBitmapButton_SetBitmapSelected(_arg0
,*_arg1
);
740 wxPy_END_ALLOW_THREADS
;
741 } Py_INCREF(Py_None
);
742 _resultobj
= Py_None
;
746 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
747 static PyObject
*_wrap_wxBitmapButton_SetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
748 PyObject
* _resultobj
;
749 wxBitmapButton
* _arg0
;
751 PyObject
* _argo0
= 0;
752 PyObject
* _argo1
= 0;
753 char *_kwnames
[] = { "self","bitmap", NULL
};
756 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapLabel",_kwnames
,&_argo0
,&_argo1
))
759 if (_argo0
== Py_None
) { _arg0
= NULL
; }
760 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
761 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
766 if (_argo1
== Py_None
) { _arg1
= NULL
; }
767 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
768 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
773 wxPy_BEGIN_ALLOW_THREADS
;
774 wxBitmapButton_SetBitmapLabel(_arg0
,*_arg1
);
776 wxPy_END_ALLOW_THREADS
;
777 } Py_INCREF(Py_None
);
778 _resultobj
= Py_None
;
782 static void *SwigwxCheckBoxTowxControl(void *ptr
) {
785 src
= (wxCheckBox
*) ptr
;
786 dest
= (wxControl
*) src
;
787 return (void *) dest
;
790 static void *SwigwxCheckBoxTowxWindow(void *ptr
) {
793 src
= (wxCheckBox
*) ptr
;
794 dest
= (wxWindow
*) src
;
795 return (void *) dest
;
798 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr
) {
801 src
= (wxCheckBox
*) ptr
;
802 dest
= (wxEvtHandler
*) src
;
803 return (void *) dest
;
806 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
807 static PyObject
*_wrap_new_wxCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
808 PyObject
* _resultobj
;
809 wxCheckBox
* _result
;
813 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
814 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
815 long _arg5
= (long ) 0;
816 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
817 char * _arg7
= (char *) "checkBox";
818 PyObject
* _argo0
= 0;
819 PyObject
* _obj2
= 0;
821 PyObject
* _obj3
= 0;
823 PyObject
* _obj4
= 0;
824 PyObject
* _argo6
= 0;
825 char *_kwnames
[] = { "parent","id","label","pos","size","style","val","name", NULL
};
829 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxCheckBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
832 if (_argo0
== Py_None
) { _arg0
= NULL
; }
833 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
834 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
839 if (!PyString_Check(_obj2
)) {
840 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
843 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
848 if (! wxPoint_helper(_obj3
, &_arg3
))
854 if (! wxSize_helper(_obj4
, &_arg4
))
858 if (_argo6
== Py_None
) { _arg6
= NULL
; }
859 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
860 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
865 wxPy_BEGIN_ALLOW_THREADS
;
866 _result
= (wxCheckBox
*)new_wxCheckBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
868 wxPy_END_ALLOW_THREADS
;
870 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
871 _resultobj
= Py_BuildValue("s",_ptemp
);
874 _resultobj
= Py_None
;
883 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
884 static PyObject
*_wrap_wxCheckBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
885 PyObject
* _resultobj
;
888 PyObject
* _argo0
= 0;
889 char *_kwnames
[] = { "self", NULL
};
892 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_GetValue",_kwnames
,&_argo0
))
895 if (_argo0
== Py_None
) { _arg0
= NULL
; }
896 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
897 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
902 wxPy_BEGIN_ALLOW_THREADS
;
903 _result
= (bool )wxCheckBox_GetValue(_arg0
);
905 wxPy_END_ALLOW_THREADS
;
906 } _resultobj
= Py_BuildValue("i",_result
);
910 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
911 static PyObject
*_wrap_wxCheckBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
912 PyObject
* _resultobj
;
915 PyObject
* _argo0
= 0;
917 char *_kwnames
[] = { "self","state", NULL
};
920 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_SetValue",_kwnames
,&_argo0
,&tempbool1
))
923 if (_argo0
== Py_None
) { _arg0
= NULL
; }
924 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
925 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
929 _arg1
= (bool ) tempbool1
;
931 wxPy_BEGIN_ALLOW_THREADS
;
932 wxCheckBox_SetValue(_arg0
,_arg1
);
934 wxPy_END_ALLOW_THREADS
;
935 } Py_INCREF(Py_None
);
936 _resultobj
= Py_None
;
940 static void *SwigwxChoiceTowxControl(void *ptr
) {
943 src
= (wxChoice
*) ptr
;
944 dest
= (wxControl
*) src
;
945 return (void *) dest
;
948 static void *SwigwxChoiceTowxWindow(void *ptr
) {
951 src
= (wxChoice
*) ptr
;
952 dest
= (wxWindow
*) src
;
953 return (void *) dest
;
956 static void *SwigwxChoiceTowxEvtHandler(void *ptr
) {
959 src
= (wxChoice
*) ptr
;
960 dest
= (wxEvtHandler
*) src
;
961 return (void *) dest
;
964 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
965 static PyObject
*_wrap_new_wxChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
966 PyObject
* _resultobj
;
970 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
971 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
972 int _arg4
= (int ) 0;
973 wxString
* _arg5
= (wxString
*) NULL
;
974 long _arg6
= (long ) 0;
975 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
976 char * _arg8
= (char *) "choice";
977 PyObject
* _argo0
= 0;
979 PyObject
* _obj2
= 0;
981 PyObject
* _obj3
= 0;
982 PyObject
* _obj5
= 0;
983 PyObject
* _argo7
= 0;
984 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
988 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxChoice",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
991 if (_argo0
== Py_None
) { _arg0
= NULL
; }
992 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
993 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
1000 if (! wxPoint_helper(_obj2
, &_arg2
))
1006 if (! wxSize_helper(_obj3
, &_arg3
))
1011 _arg5
= wxString_LIST_helper(_obj5
);
1012 if (_arg5
== NULL
) {
1017 if (_argo7
== Py_None
) { _arg7
= NULL
; }
1018 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
1019 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
1025 _arg4
= PyList_Size(_obj5
);
1032 wxPy_BEGIN_ALLOW_THREADS
;
1033 _result
= (wxChoice
*)new_wxChoice(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
1035 wxPy_END_ALLOW_THREADS
;
1037 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
1038 _resultobj
= Py_BuildValue("s",_ptemp
);
1041 _resultobj
= Py_None
;
1049 #define wxChoice_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1050 static PyObject
*_wrap_wxChoice_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1051 PyObject
* _resultobj
;
1054 PyObject
* _argo0
= 0;
1055 PyObject
* _obj1
= 0;
1056 char *_kwnames
[] = { "self","item", NULL
};
1059 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_Append",_kwnames
,&_argo0
,&_obj1
))
1062 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1063 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1064 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Append. Expected _wxChoice_p.");
1069 if (!PyString_Check(_obj1
)) {
1070 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1073 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1076 wxPy_BEGIN_ALLOW_THREADS
;
1077 wxChoice_Append(_arg0
,*_arg1
);
1079 wxPy_END_ALLOW_THREADS
;
1080 } Py_INCREF(Py_None
);
1081 _resultobj
= Py_None
;
1089 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
1090 static PyObject
*_wrap_wxChoice_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1091 PyObject
* _resultobj
;
1093 PyObject
* _argo0
= 0;
1094 char *_kwnames
[] = { "self", NULL
};
1097 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Clear",_kwnames
,&_argo0
))
1100 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1101 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1102 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
1107 wxPy_BEGIN_ALLOW_THREADS
;
1108 wxChoice_Clear(_arg0
);
1110 wxPy_END_ALLOW_THREADS
;
1111 } Py_INCREF(Py_None
);
1112 _resultobj
= Py_None
;
1116 #define wxChoice_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1117 static PyObject
*_wrap_wxChoice_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1118 PyObject
* _resultobj
;
1122 PyObject
* _argo0
= 0;
1123 PyObject
* _obj1
= 0;
1124 char *_kwnames
[] = { "self","string", NULL
};
1127 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_FindString",_kwnames
,&_argo0
,&_obj1
))
1130 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1131 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1132 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_FindString. Expected _wxChoice_p.");
1137 if (!PyString_Check(_obj1
)) {
1138 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1141 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1144 wxPy_BEGIN_ALLOW_THREADS
;
1145 _result
= (int )wxChoice_FindString(_arg0
,*_arg1
);
1147 wxPy_END_ALLOW_THREADS
;
1148 } _resultobj
= Py_BuildValue("i",_result
);
1156 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
1157 static PyObject
*_wrap_wxChoice_GetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1158 PyObject
* _resultobj
;
1161 PyObject
* _argo0
= 0;
1162 char *_kwnames
[] = { "self", NULL
};
1165 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetColumns",_kwnames
,&_argo0
))
1168 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1169 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1170 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
1175 wxPy_BEGIN_ALLOW_THREADS
;
1176 _result
= (int )wxChoice_GetColumns(_arg0
);
1178 wxPy_END_ALLOW_THREADS
;
1179 } _resultobj
= Py_BuildValue("i",_result
);
1183 #define wxChoice_GetSelection(_swigobj) (_swigobj->GetSelection())
1184 static PyObject
*_wrap_wxChoice_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1185 PyObject
* _resultobj
;
1188 PyObject
* _argo0
= 0;
1189 char *_kwnames
[] = { "self", NULL
};
1192 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetSelection",_kwnames
,&_argo0
))
1195 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1196 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1197 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetSelection. Expected _wxChoice_p.");
1202 wxPy_BEGIN_ALLOW_THREADS
;
1203 _result
= (int )wxChoice_GetSelection(_arg0
);
1205 wxPy_END_ALLOW_THREADS
;
1206 } _resultobj
= Py_BuildValue("i",_result
);
1210 #define wxChoice_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
1211 static PyObject
*_wrap_wxChoice_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1212 PyObject
* _resultobj
;
1216 PyObject
* _argo0
= 0;
1217 char *_kwnames
[] = { "self","n", NULL
};
1220 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_GetString",_kwnames
,&_argo0
,&_arg1
))
1223 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1224 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1225 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetString. Expected _wxChoice_p.");
1230 wxPy_BEGIN_ALLOW_THREADS
;
1231 _result
= new wxString (wxChoice_GetString(_arg0
,_arg1
));
1233 wxPy_END_ALLOW_THREADS
;
1235 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1243 #define wxChoice_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1244 static PyObject
*_wrap_wxChoice_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1245 PyObject
* _resultobj
;
1248 PyObject
* _argo0
= 0;
1249 char *_kwnames
[] = { "self", NULL
};
1252 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetStringSelection",_kwnames
,&_argo0
))
1255 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1256 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1257 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetStringSelection. Expected _wxChoice_p.");
1262 wxPy_BEGIN_ALLOW_THREADS
;
1263 _result
= new wxString (wxChoice_GetStringSelection(_arg0
));
1265 wxPy_END_ALLOW_THREADS
;
1267 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1275 #define wxChoice_Number(_swigobj) (_swigobj->Number())
1276 static PyObject
*_wrap_wxChoice_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1277 PyObject
* _resultobj
;
1280 PyObject
* _argo0
= 0;
1281 char *_kwnames
[] = { "self", NULL
};
1284 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Number",_kwnames
,&_argo0
))
1287 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1288 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1289 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Number. Expected _wxChoice_p.");
1294 wxPy_BEGIN_ALLOW_THREADS
;
1295 _result
= (int )wxChoice_Number(_arg0
);
1297 wxPy_END_ALLOW_THREADS
;
1298 } _resultobj
= Py_BuildValue("i",_result
);
1302 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
1303 static PyObject
*_wrap_wxChoice_SetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1304 PyObject
* _resultobj
;
1306 int _arg1
= (int ) 1;
1307 PyObject
* _argo0
= 0;
1308 char *_kwnames
[] = { "self","n", NULL
};
1311 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|i:wxChoice_SetColumns",_kwnames
,&_argo0
,&_arg1
))
1314 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1315 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1316 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
1321 wxPy_BEGIN_ALLOW_THREADS
;
1322 wxChoice_SetColumns(_arg0
,_arg1
);
1324 wxPy_END_ALLOW_THREADS
;
1325 } Py_INCREF(Py_None
);
1326 _resultobj
= Py_None
;
1330 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
1331 static PyObject
*_wrap_wxChoice_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1332 PyObject
* _resultobj
;
1335 PyObject
* _argo0
= 0;
1336 char *_kwnames
[] = { "self","n", NULL
};
1339 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_SetSelection",_kwnames
,&_argo0
,&_arg1
))
1342 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1343 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1344 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
1349 wxPy_BEGIN_ALLOW_THREADS
;
1350 wxChoice_SetSelection(_arg0
,_arg1
);
1352 wxPy_END_ALLOW_THREADS
;
1353 } Py_INCREF(Py_None
);
1354 _resultobj
= Py_None
;
1358 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
1359 static PyObject
*_wrap_wxChoice_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1360 PyObject
* _resultobj
;
1363 PyObject
* _argo0
= 0;
1364 PyObject
* _obj1
= 0;
1365 char *_kwnames
[] = { "self","string", NULL
};
1368 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
1371 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1372 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1373 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
1378 if (!PyString_Check(_obj1
)) {
1379 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1382 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1385 wxPy_BEGIN_ALLOW_THREADS
;
1386 wxChoice_SetStringSelection(_arg0
,*_arg1
);
1388 wxPy_END_ALLOW_THREADS
;
1389 } Py_INCREF(Py_None
);
1390 _resultobj
= Py_None
;
1398 static void *SwigwxComboBoxTowxChoice(void *ptr
) {
1401 src
= (wxComboBox
*) ptr
;
1402 dest
= (wxChoice
*) src
;
1403 return (void *) dest
;
1406 static void *SwigwxComboBoxTowxControl(void *ptr
) {
1409 src
= (wxComboBox
*) ptr
;
1410 dest
= (wxControl
*) src
;
1411 return (void *) dest
;
1414 static void *SwigwxComboBoxTowxWindow(void *ptr
) {
1417 src
= (wxComboBox
*) ptr
;
1418 dest
= (wxWindow
*) src
;
1419 return (void *) dest
;
1422 static void *SwigwxComboBoxTowxEvtHandler(void *ptr
) {
1425 src
= (wxComboBox
*) ptr
;
1426 dest
= (wxEvtHandler
*) src
;
1427 return (void *) dest
;
1430 #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))
1431 static PyObject
*_wrap_new_wxComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1432 PyObject
* _resultobj
;
1433 wxComboBox
* _result
;
1436 char * _arg2
= (char *) "";
1437 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
1438 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
1439 int _arg5
= (int ) 0;
1440 wxString
* _arg6
= (wxString
*) NULL
;
1441 long _arg7
= (long ) 0;
1442 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
1443 char * _arg9
= (char *) "comboBox";
1444 PyObject
* _argo0
= 0;
1446 PyObject
* _obj3
= 0;
1448 PyObject
* _obj4
= 0;
1449 PyObject
* _obj6
= 0;
1450 PyObject
* _argo8
= 0;
1451 char *_kwnames
[] = { "parent","id","value","pos","size","LIST","style","validator","name", NULL
};
1455 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOOlOs:new_wxComboBox",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
1458 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1459 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1460 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
1467 if (! wxPoint_helper(_obj3
, &_arg3
))
1473 if (! wxSize_helper(_obj4
, &_arg4
))
1478 _arg6
= wxString_LIST_helper(_obj6
);
1479 if (_arg6
== NULL
) {
1484 if (_argo8
== Py_None
) { _arg8
= NULL
; }
1485 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
1486 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
1492 _arg5
= PyList_Size(_obj6
);
1499 wxPy_BEGIN_ALLOW_THREADS
;
1500 _result
= (wxComboBox
*)new_wxComboBox(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
1502 wxPy_END_ALLOW_THREADS
;
1504 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
1505 _resultobj
= Py_BuildValue("s",_ptemp
);
1508 _resultobj
= Py_None
;
1516 #define wxComboBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1517 static PyObject
*_wrap_wxComboBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1518 PyObject
* _resultobj
;
1521 PyObject
* _argo0
= 0;
1522 PyObject
* _obj1
= 0;
1523 char *_kwnames
[] = { "self","item", NULL
};
1526 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_Append",_kwnames
,&_argo0
,&_obj1
))
1529 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1530 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1531 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Append. Expected _wxComboBox_p.");
1536 if (!PyString_Check(_obj1
)) {
1537 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1540 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1543 wxPy_BEGIN_ALLOW_THREADS
;
1544 wxComboBox_Append(_arg0
,*_arg1
);
1546 wxPy_END_ALLOW_THREADS
;
1547 } Py_INCREF(Py_None
);
1548 _resultobj
= Py_None
;
1556 #define wxComboBox_Clear(_swigobj) (_swigobj->Clear())
1557 static PyObject
*_wrap_wxComboBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1558 PyObject
* _resultobj
;
1560 PyObject
* _argo0
= 0;
1561 char *_kwnames
[] = { "self", NULL
};
1564 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Clear",_kwnames
,&_argo0
))
1567 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1568 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1569 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Clear. Expected _wxComboBox_p.");
1574 wxPy_BEGIN_ALLOW_THREADS
;
1575 wxComboBox_Clear(_arg0
);
1577 wxPy_END_ALLOW_THREADS
;
1578 } Py_INCREF(Py_None
);
1579 _resultobj
= Py_None
;
1583 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
1584 static PyObject
*_wrap_wxComboBox_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1585 PyObject
* _resultobj
;
1587 PyObject
* _argo0
= 0;
1588 char *_kwnames
[] = { "self", NULL
};
1591 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Copy",_kwnames
,&_argo0
))
1594 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1595 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1596 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
1601 wxPy_BEGIN_ALLOW_THREADS
;
1602 wxComboBox_Copy(_arg0
);
1604 wxPy_END_ALLOW_THREADS
;
1605 } Py_INCREF(Py_None
);
1606 _resultobj
= Py_None
;
1610 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
1611 static PyObject
*_wrap_wxComboBox_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1612 PyObject
* _resultobj
;
1614 PyObject
* _argo0
= 0;
1615 char *_kwnames
[] = { "self", NULL
};
1618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Cut",_kwnames
,&_argo0
))
1621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
1628 wxPy_BEGIN_ALLOW_THREADS
;
1629 wxComboBox_Cut(_arg0
);
1631 wxPy_END_ALLOW_THREADS
;
1632 } Py_INCREF(Py_None
);
1633 _resultobj
= Py_None
;
1637 #define wxComboBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
1638 static PyObject
*_wrap_wxComboBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1639 PyObject
* _resultobj
;
1642 PyObject
* _argo0
= 0;
1643 char *_kwnames
[] = { "self","n", NULL
};
1646 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_Delete",_kwnames
,&_argo0
,&_arg1
))
1649 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1650 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1651 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Delete. Expected _wxComboBox_p.");
1656 wxPy_BEGIN_ALLOW_THREADS
;
1657 wxComboBox_Delete(_arg0
,_arg1
);
1659 wxPy_END_ALLOW_THREADS
;
1660 } Py_INCREF(Py_None
);
1661 _resultobj
= Py_None
;
1665 #define wxComboBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1666 static PyObject
*_wrap_wxComboBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1667 PyObject
* _resultobj
;
1671 PyObject
* _argo0
= 0;
1672 PyObject
* _obj1
= 0;
1673 char *_kwnames
[] = { "self","string", NULL
};
1676 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_FindString",_kwnames
,&_argo0
,&_obj1
))
1679 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1680 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1681 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_FindString. Expected _wxComboBox_p.");
1686 if (!PyString_Check(_obj1
)) {
1687 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1690 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1693 wxPy_BEGIN_ALLOW_THREADS
;
1694 _result
= (int )wxComboBox_FindString(_arg0
,*_arg1
);
1696 wxPy_END_ALLOW_THREADS
;
1697 } _resultobj
= Py_BuildValue("i",_result
);
1705 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
1706 static PyObject
*_wrap_wxComboBox_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1707 PyObject
* _resultobj
;
1710 PyObject
* _argo0
= 0;
1711 char *_kwnames
[] = { "self", NULL
};
1714 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetInsertionPoint",_kwnames
,&_argo0
))
1717 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1718 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1719 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
1724 wxPy_BEGIN_ALLOW_THREADS
;
1725 _result
= (long )wxComboBox_GetInsertionPoint(_arg0
);
1727 wxPy_END_ALLOW_THREADS
;
1728 } _resultobj
= Py_BuildValue("l",_result
);
1732 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
1733 static PyObject
*_wrap_wxComboBox_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1734 PyObject
* _resultobj
;
1737 PyObject
* _argo0
= 0;
1738 char *_kwnames
[] = { "self", NULL
};
1741 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetLastPosition",_kwnames
,&_argo0
))
1744 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1745 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1746 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
1751 wxPy_BEGIN_ALLOW_THREADS
;
1752 _result
= (long )wxComboBox_GetLastPosition(_arg0
);
1754 wxPy_END_ALLOW_THREADS
;
1755 } _resultobj
= Py_BuildValue("l",_result
);
1759 #define wxComboBox_GetSelection(_swigobj) (_swigobj->GetSelection())
1760 static PyObject
*_wrap_wxComboBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1761 PyObject
* _resultobj
;
1764 PyObject
* _argo0
= 0;
1765 char *_kwnames
[] = { "self", NULL
};
1768 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetSelection",_kwnames
,&_argo0
))
1771 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1772 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1773 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetSelection. Expected _wxComboBox_p.");
1778 wxPy_BEGIN_ALLOW_THREADS
;
1779 _result
= (int )wxComboBox_GetSelection(_arg0
);
1781 wxPy_END_ALLOW_THREADS
;
1782 } _resultobj
= Py_BuildValue("i",_result
);
1786 #define wxComboBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
1787 static PyObject
*_wrap_wxComboBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1788 PyObject
* _resultobj
;
1792 PyObject
* _argo0
= 0;
1793 char *_kwnames
[] = { "self","n", NULL
};
1796 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetString",_kwnames
,&_argo0
,&_arg1
))
1799 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1800 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1801 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetString. Expected _wxComboBox_p.");
1806 wxPy_BEGIN_ALLOW_THREADS
;
1807 _result
= new wxString (wxComboBox_GetString(_arg0
,_arg1
));
1809 wxPy_END_ALLOW_THREADS
;
1811 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1819 #define wxComboBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1820 static PyObject
*_wrap_wxComboBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1821 PyObject
* _resultobj
;
1824 PyObject
* _argo0
= 0;
1825 char *_kwnames
[] = { "self", NULL
};
1828 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetStringSelection",_kwnames
,&_argo0
))
1831 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1832 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1833 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetStringSelection. Expected _wxComboBox_p.");
1838 wxPy_BEGIN_ALLOW_THREADS
;
1839 _result
= new wxString (wxComboBox_GetStringSelection(_arg0
));
1841 wxPy_END_ALLOW_THREADS
;
1843 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1851 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
1852 static PyObject
*_wrap_wxComboBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1853 PyObject
* _resultobj
;
1856 PyObject
* _argo0
= 0;
1857 char *_kwnames
[] = { "self", NULL
};
1860 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetValue",_kwnames
,&_argo0
))
1863 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1864 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1865 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
1870 wxPy_BEGIN_ALLOW_THREADS
;
1871 _result
= new wxString (wxComboBox_GetValue(_arg0
));
1873 wxPy_END_ALLOW_THREADS
;
1875 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1883 #define wxComboBox_Number(_swigobj) (_swigobj->Number())
1884 static PyObject
*_wrap_wxComboBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1885 PyObject
* _resultobj
;
1888 PyObject
* _argo0
= 0;
1889 char *_kwnames
[] = { "self", NULL
};
1892 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Number",_kwnames
,&_argo0
))
1895 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1896 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1897 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Number. Expected _wxComboBox_p.");
1902 wxPy_BEGIN_ALLOW_THREADS
;
1903 _result
= (int )wxComboBox_Number(_arg0
);
1905 wxPy_END_ALLOW_THREADS
;
1906 } _resultobj
= Py_BuildValue("i",_result
);
1910 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
1911 static PyObject
*_wrap_wxComboBox_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1912 PyObject
* _resultobj
;
1914 PyObject
* _argo0
= 0;
1915 char *_kwnames
[] = { "self", NULL
};
1918 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Paste",_kwnames
,&_argo0
))
1921 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1922 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1923 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
1928 wxPy_BEGIN_ALLOW_THREADS
;
1929 wxComboBox_Paste(_arg0
);
1931 wxPy_END_ALLOW_THREADS
;
1932 } Py_INCREF(Py_None
);
1933 _resultobj
= Py_None
;
1937 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
1938 static PyObject
*_wrap_wxComboBox_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1939 PyObject
* _resultobj
;
1944 PyObject
* _argo0
= 0;
1945 PyObject
* _obj3
= 0;
1946 char *_kwnames
[] = { "self","from","to","text", NULL
};
1949 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxComboBox_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
1952 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1953 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1954 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
1959 if (!PyString_Check(_obj3
)) {
1960 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1963 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
1966 wxPy_BEGIN_ALLOW_THREADS
;
1967 wxComboBox_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
1969 wxPy_END_ALLOW_THREADS
;
1970 } Py_INCREF(Py_None
);
1971 _resultobj
= Py_None
;
1979 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
1980 static PyObject
*_wrap_wxComboBox_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1981 PyObject
* _resultobj
;
1985 PyObject
* _argo0
= 0;
1986 char *_kwnames
[] = { "self","from","to", NULL
};
1989 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1992 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1993 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1994 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
1999 wxPy_BEGIN_ALLOW_THREADS
;
2000 wxComboBox_Remove(_arg0
,_arg1
,_arg2
);
2002 wxPy_END_ALLOW_THREADS
;
2003 } Py_INCREF(Py_None
);
2004 _resultobj
= Py_None
;
2008 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
2009 static PyObject
*_wrap_wxComboBox_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2010 PyObject
* _resultobj
;
2013 PyObject
* _argo0
= 0;
2014 char *_kwnames
[] = { "self","pos", NULL
};
2017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxComboBox_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
2020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
2027 wxPy_BEGIN_ALLOW_THREADS
;
2028 wxComboBox_SetInsertionPoint(_arg0
,_arg1
);
2030 wxPy_END_ALLOW_THREADS
;
2031 } Py_INCREF(Py_None
);
2032 _resultobj
= Py_None
;
2036 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
2037 static PyObject
*_wrap_wxComboBox_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2038 PyObject
* _resultobj
;
2040 PyObject
* _argo0
= 0;
2041 char *_kwnames
[] = { "self", NULL
};
2044 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_SetInsertionPointEnd",_kwnames
,&_argo0
))
2047 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2048 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2049 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
2054 wxPy_BEGIN_ALLOW_THREADS
;
2055 wxComboBox_SetInsertionPointEnd(_arg0
);
2057 wxPy_END_ALLOW_THREADS
;
2058 } Py_INCREF(Py_None
);
2059 _resultobj
= Py_None
;
2063 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2064 static PyObject
*_wrap_wxComboBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2065 PyObject
* _resultobj
;
2068 PyObject
* _argo0
= 0;
2069 char *_kwnames
[] = { "self","n", NULL
};
2072 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
2075 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2076 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2077 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
2082 wxPy_BEGIN_ALLOW_THREADS
;
2083 wxComboBox_SetSelection(_arg0
,_arg1
);
2085 wxPy_END_ALLOW_THREADS
;
2086 } Py_INCREF(Py_None
);
2087 _resultobj
= Py_None
;
2091 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
2092 static PyObject
*_wrap_wxComboBox_SetMark(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2093 PyObject
* _resultobj
;
2097 PyObject
* _argo0
= 0;
2098 char *_kwnames
[] = { "self","from","to", NULL
};
2101 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_SetMark",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2104 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2105 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2106 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
2111 wxPy_BEGIN_ALLOW_THREADS
;
2112 wxComboBox_SetMark(_arg0
,_arg1
,_arg2
);
2114 wxPy_END_ALLOW_THREADS
;
2115 } Py_INCREF(Py_None
);
2116 _resultobj
= Py_None
;
2120 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2121 static PyObject
*_wrap_wxComboBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2122 PyObject
* _resultobj
;
2125 PyObject
* _argo0
= 0;
2126 PyObject
* _obj1
= 0;
2127 char *_kwnames
[] = { "self","text", NULL
};
2130 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_SetValue",_kwnames
,&_argo0
,&_obj1
))
2133 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2134 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2135 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
2140 if (!PyString_Check(_obj1
)) {
2141 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2144 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2147 wxPy_BEGIN_ALLOW_THREADS
;
2148 wxComboBox_SetValue(_arg0
,*_arg1
);
2150 wxPy_END_ALLOW_THREADS
;
2151 } Py_INCREF(Py_None
);
2152 _resultobj
= Py_None
;
2160 static void *SwigwxGaugeTowxControl(void *ptr
) {
2163 src
= (wxGauge
*) ptr
;
2164 dest
= (wxControl
*) src
;
2165 return (void *) dest
;
2168 static void *SwigwxGaugeTowxWindow(void *ptr
) {
2171 src
= (wxGauge
*) ptr
;
2172 dest
= (wxWindow
*) src
;
2173 return (void *) dest
;
2176 static void *SwigwxGaugeTowxEvtHandler(void *ptr
) {
2179 src
= (wxGauge
*) ptr
;
2180 dest
= (wxEvtHandler
*) src
;
2181 return (void *) dest
;
2184 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2185 static PyObject
*_wrap_new_wxGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2186 PyObject
* _resultobj
;
2191 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2192 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2193 long _arg5
= (long ) wxGA_HORIZONTAL
;
2194 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
2195 char * _arg7
= (char *) "gauge";
2196 PyObject
* _argo0
= 0;
2198 PyObject
* _obj3
= 0;
2200 PyObject
* _obj4
= 0;
2201 PyObject
* _argo6
= 0;
2202 char *_kwnames
[] = { "parent","id","range","pos","size","style","validator","name", NULL
};
2206 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OOlOs:new_wxGauge",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
2209 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2210 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2211 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
2218 if (! wxPoint_helper(_obj3
, &_arg3
))
2224 if (! wxSize_helper(_obj4
, &_arg4
))
2228 if (_argo6
== Py_None
) { _arg6
= NULL
; }
2229 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
2230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
2235 wxPy_BEGIN_ALLOW_THREADS
;
2236 _result
= (wxGauge
*)new_wxGauge(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
2238 wxPy_END_ALLOW_THREADS
;
2240 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
2241 _resultobj
= Py_BuildValue("s",_ptemp
);
2244 _resultobj
= Py_None
;
2249 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
2250 static PyObject
*_wrap_wxGauge_GetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2251 PyObject
* _resultobj
;
2254 PyObject
* _argo0
= 0;
2255 char *_kwnames
[] = { "self", NULL
};
2258 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetBezelFace",_kwnames
,&_argo0
))
2261 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2262 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2263 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
2268 wxPy_BEGIN_ALLOW_THREADS
;
2269 _result
= (int )wxGauge_GetBezelFace(_arg0
);
2271 wxPy_END_ALLOW_THREADS
;
2272 } _resultobj
= Py_BuildValue("i",_result
);
2276 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
2277 static PyObject
*_wrap_wxGauge_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2278 PyObject
* _resultobj
;
2281 PyObject
* _argo0
= 0;
2282 char *_kwnames
[] = { "self", NULL
};
2285 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetRange",_kwnames
,&_argo0
))
2288 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2289 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2290 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
2295 wxPy_BEGIN_ALLOW_THREADS
;
2296 _result
= (int )wxGauge_GetRange(_arg0
);
2298 wxPy_END_ALLOW_THREADS
;
2299 } _resultobj
= Py_BuildValue("i",_result
);
2303 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
2304 static PyObject
*_wrap_wxGauge_GetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2305 PyObject
* _resultobj
;
2308 PyObject
* _argo0
= 0;
2309 char *_kwnames
[] = { "self", NULL
};
2312 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetShadowWidth",_kwnames
,&_argo0
))
2315 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2316 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2317 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
2322 wxPy_BEGIN_ALLOW_THREADS
;
2323 _result
= (int )wxGauge_GetShadowWidth(_arg0
);
2325 wxPy_END_ALLOW_THREADS
;
2326 } _resultobj
= Py_BuildValue("i",_result
);
2330 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
2331 static PyObject
*_wrap_wxGauge_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2332 PyObject
* _resultobj
;
2335 PyObject
* _argo0
= 0;
2336 char *_kwnames
[] = { "self", NULL
};
2339 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetValue",_kwnames
,&_argo0
))
2342 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2343 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2344 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
2349 wxPy_BEGIN_ALLOW_THREADS
;
2350 _result
= (int )wxGauge_GetValue(_arg0
);
2352 wxPy_END_ALLOW_THREADS
;
2353 } _resultobj
= Py_BuildValue("i",_result
);
2357 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
2358 static PyObject
*_wrap_wxGauge_SetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2359 PyObject
* _resultobj
;
2362 PyObject
* _argo0
= 0;
2363 char *_kwnames
[] = { "self","width", NULL
};
2366 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetBezelFace",_kwnames
,&_argo0
,&_arg1
))
2369 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2370 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2371 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
2376 wxPy_BEGIN_ALLOW_THREADS
;
2377 wxGauge_SetBezelFace(_arg0
,_arg1
);
2379 wxPy_END_ALLOW_THREADS
;
2380 } Py_INCREF(Py_None
);
2381 _resultobj
= Py_None
;
2385 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
2386 static PyObject
*_wrap_wxGauge_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2387 PyObject
* _resultobj
;
2390 PyObject
* _argo0
= 0;
2391 char *_kwnames
[] = { "self","range", NULL
};
2394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetRange",_kwnames
,&_argo0
,&_arg1
))
2397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
2404 wxPy_BEGIN_ALLOW_THREADS
;
2405 wxGauge_SetRange(_arg0
,_arg1
);
2407 wxPy_END_ALLOW_THREADS
;
2408 } Py_INCREF(Py_None
);
2409 _resultobj
= Py_None
;
2413 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
2414 static PyObject
*_wrap_wxGauge_SetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2415 PyObject
* _resultobj
;
2418 PyObject
* _argo0
= 0;
2419 char *_kwnames
[] = { "self","width", NULL
};
2422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetShadowWidth",_kwnames
,&_argo0
,&_arg1
))
2425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
2432 wxPy_BEGIN_ALLOW_THREADS
;
2433 wxGauge_SetShadowWidth(_arg0
,_arg1
);
2435 wxPy_END_ALLOW_THREADS
;
2436 } Py_INCREF(Py_None
);
2437 _resultobj
= Py_None
;
2441 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2442 static PyObject
*_wrap_wxGauge_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2443 PyObject
* _resultobj
;
2446 PyObject
* _argo0
= 0;
2447 char *_kwnames
[] = { "self","pos", NULL
};
2450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetValue",_kwnames
,&_argo0
,&_arg1
))
2453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
2460 wxPy_BEGIN_ALLOW_THREADS
;
2461 wxGauge_SetValue(_arg0
,_arg1
);
2463 wxPy_END_ALLOW_THREADS
;
2464 } Py_INCREF(Py_None
);
2465 _resultobj
= Py_None
;
2469 static void *SwigwxStaticBoxTowxControl(void *ptr
) {
2472 src
= (wxStaticBox
*) ptr
;
2473 dest
= (wxControl
*) src
;
2474 return (void *) dest
;
2477 static void *SwigwxStaticBoxTowxWindow(void *ptr
) {
2480 src
= (wxStaticBox
*) ptr
;
2481 dest
= (wxWindow
*) src
;
2482 return (void *) dest
;
2485 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr
) {
2488 src
= (wxStaticBox
*) ptr
;
2489 dest
= (wxEvtHandler
*) src
;
2490 return (void *) dest
;
2493 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2494 static PyObject
*_wrap_new_wxStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2495 PyObject
* _resultobj
;
2496 wxStaticBox
* _result
;
2500 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2501 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2502 long _arg5
= (long ) 0;
2503 char * _arg6
= (char *) "staticBox";
2504 PyObject
* _argo0
= 0;
2505 PyObject
* _obj2
= 0;
2507 PyObject
* _obj3
= 0;
2509 PyObject
* _obj4
= 0;
2510 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2514 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
2517 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2518 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2519 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
2524 if (!PyString_Check(_obj2
)) {
2525 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2528 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2533 if (! wxPoint_helper(_obj3
, &_arg3
))
2539 if (! wxSize_helper(_obj4
, &_arg4
))
2543 wxPy_BEGIN_ALLOW_THREADS
;
2544 _result
= (wxStaticBox
*)new_wxStaticBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2546 wxPy_END_ALLOW_THREADS
;
2548 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
2549 _resultobj
= Py_BuildValue("s",_ptemp
);
2552 _resultobj
= Py_None
;
2561 static void *SwigwxStaticLineTowxControl(void *ptr
) {
2564 src
= (wxStaticLine
*) ptr
;
2565 dest
= (wxControl
*) src
;
2566 return (void *) dest
;
2569 static void *SwigwxStaticLineTowxWindow(void *ptr
) {
2572 src
= (wxStaticLine
*) ptr
;
2573 dest
= (wxWindow
*) src
;
2574 return (void *) dest
;
2577 static void *SwigwxStaticLineTowxEvtHandler(void *ptr
) {
2580 src
= (wxStaticLine
*) ptr
;
2581 dest
= (wxEvtHandler
*) src
;
2582 return (void *) dest
;
2585 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2586 static PyObject
*_wrap_new_wxStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2587 PyObject
* _resultobj
;
2588 wxStaticLine
* _result
;
2591 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
2592 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
2593 long _arg4
= (long ) wxLI_HORIZONTAL
;
2594 char * _arg5
= (char *) "staticLine";
2595 PyObject
* _argo0
= 0;
2597 PyObject
* _obj2
= 0;
2599 PyObject
* _obj3
= 0;
2600 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
2604 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStaticLine",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
2607 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2608 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2609 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
2616 if (! wxPoint_helper(_obj2
, &_arg2
))
2622 if (! wxSize_helper(_obj3
, &_arg3
))
2626 wxPy_BEGIN_ALLOW_THREADS
;
2627 _result
= (wxStaticLine
*)new_wxStaticLine(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
2629 wxPy_END_ALLOW_THREADS
;
2631 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
2632 _resultobj
= Py_BuildValue("s",_ptemp
);
2635 _resultobj
= Py_None
;
2640 static void *SwigwxStaticTextTowxControl(void *ptr
) {
2643 src
= (wxStaticText
*) ptr
;
2644 dest
= (wxControl
*) src
;
2645 return (void *) dest
;
2648 static void *SwigwxStaticTextTowxWindow(void *ptr
) {
2651 src
= (wxStaticText
*) ptr
;
2652 dest
= (wxWindow
*) src
;
2653 return (void *) dest
;
2656 static void *SwigwxStaticTextTowxEvtHandler(void *ptr
) {
2659 src
= (wxStaticText
*) ptr
;
2660 dest
= (wxEvtHandler
*) src
;
2661 return (void *) dest
;
2664 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2665 static PyObject
*_wrap_new_wxStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2666 PyObject
* _resultobj
;
2667 wxStaticText
* _result
;
2671 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2672 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2673 long _arg5
= (long ) 0;
2674 char * _arg6
= (char *) "staticText";
2675 PyObject
* _argo0
= 0;
2676 PyObject
* _obj2
= 0;
2678 PyObject
* _obj3
= 0;
2680 PyObject
* _obj4
= 0;
2681 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2685 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticText",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
2688 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2689 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2690 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
2695 if (!PyString_Check(_obj2
)) {
2696 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2699 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2704 if (! wxPoint_helper(_obj3
, &_arg3
))
2710 if (! wxSize_helper(_obj4
, &_arg4
))
2714 wxPy_BEGIN_ALLOW_THREADS
;
2715 _result
= (wxStaticText
*)new_wxStaticText(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2717 wxPy_END_ALLOW_THREADS
;
2719 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
2720 _resultobj
= Py_BuildValue("s",_ptemp
);
2723 _resultobj
= Py_None
;
2732 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
2733 static PyObject
*_wrap_wxStaticText_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2734 PyObject
* _resultobj
;
2736 wxStaticText
* _arg0
;
2737 PyObject
* _argo0
= 0;
2738 char *_kwnames
[] = { "self", NULL
};
2741 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticText_GetLabel",_kwnames
,&_argo0
))
2744 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2745 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
2746 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
2751 wxPy_BEGIN_ALLOW_THREADS
;
2752 _result
= new wxString (wxStaticText_GetLabel(_arg0
));
2754 wxPy_END_ALLOW_THREADS
;
2756 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
2764 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
2765 static PyObject
*_wrap_wxStaticText_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2766 PyObject
* _resultobj
;
2767 wxStaticText
* _arg0
;
2769 PyObject
* _argo0
= 0;
2770 PyObject
* _obj1
= 0;
2771 char *_kwnames
[] = { "self","label", NULL
};
2774 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticText_SetLabel",_kwnames
,&_argo0
,&_obj1
))
2777 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2778 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
2779 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
2784 if (!PyString_Check(_obj1
)) {
2785 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2788 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2791 wxPy_BEGIN_ALLOW_THREADS
;
2792 wxStaticText_SetLabel(_arg0
,*_arg1
);
2794 wxPy_END_ALLOW_THREADS
;
2795 } Py_INCREF(Py_None
);
2796 _resultobj
= Py_None
;
2804 static void *SwigwxListBoxTowxControl(void *ptr
) {
2807 src
= (wxListBox
*) ptr
;
2808 dest
= (wxControl
*) src
;
2809 return (void *) dest
;
2812 static void *SwigwxListBoxTowxWindow(void *ptr
) {
2815 src
= (wxListBox
*) ptr
;
2816 dest
= (wxWindow
*) src
;
2817 return (void *) dest
;
2820 static void *SwigwxListBoxTowxEvtHandler(void *ptr
) {
2823 src
= (wxListBox
*) ptr
;
2824 dest
= (wxEvtHandler
*) src
;
2825 return (void *) dest
;
2828 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2829 static PyObject
*_wrap_new_wxListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2830 PyObject
* _resultobj
;
2831 wxListBox
* _result
;
2834 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
2835 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
2837 wxString
* _arg5
= (wxString
*) NULL
;
2838 long _arg6
= (long ) 0;
2839 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
2840 char * _arg8
= (char *) "listBox";
2841 PyObject
* _argo0
= 0;
2843 PyObject
* _obj2
= 0;
2845 PyObject
* _obj3
= 0;
2846 PyObject
* _obj5
= 0;
2847 PyObject
* _argo7
= 0;
2848 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
2852 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
2855 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2856 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2857 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
2864 if (! wxPoint_helper(_obj2
, &_arg2
))
2870 if (! wxSize_helper(_obj3
, &_arg3
))
2875 _arg5
= wxString_LIST_helper(_obj5
);
2876 if (_arg5
== NULL
) {
2881 if (_argo7
== Py_None
) { _arg7
= NULL
; }
2882 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2883 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
2889 _arg4
= PyList_Size(_obj5
);
2896 wxPy_BEGIN_ALLOW_THREADS
;
2897 _result
= (wxListBox
*)new_wxListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
2899 wxPy_END_ALLOW_THREADS
;
2901 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
2902 _resultobj
= Py_BuildValue("s",_ptemp
);
2905 _resultobj
= Py_None
;
2913 #define wxListBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
2914 static PyObject
*_wrap_wxListBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2915 PyObject
* _resultobj
;
2918 PyObject
* _argo0
= 0;
2919 PyObject
* _obj1
= 0;
2920 char *_kwnames
[] = { "self","item", NULL
};
2923 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Append",_kwnames
,&_argo0
,&_obj1
))
2926 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2927 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2928 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Append. Expected _wxListBox_p.");
2933 if (!PyString_Check(_obj1
)) {
2934 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2937 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2940 wxPy_BEGIN_ALLOW_THREADS
;
2941 wxListBox_Append(_arg0
,*_arg1
);
2943 wxPy_END_ALLOW_THREADS
;
2944 } Py_INCREF(Py_None
);
2945 _resultobj
= Py_None
;
2953 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
2954 static PyObject
*_wrap_wxListBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2955 PyObject
* _resultobj
;
2957 PyObject
* _argo0
= 0;
2958 char *_kwnames
[] = { "self", NULL
};
2961 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Clear",_kwnames
,&_argo0
))
2964 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2965 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2966 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
2971 wxPy_BEGIN_ALLOW_THREADS
;
2972 wxListBox_Clear(_arg0
);
2974 wxPy_END_ALLOW_THREADS
;
2975 } Py_INCREF(Py_None
);
2976 _resultobj
= Py_None
;
2980 #define wxListBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
2981 static PyObject
*_wrap_wxListBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2982 PyObject
* _resultobj
;
2985 PyObject
* _argo0
= 0;
2986 char *_kwnames
[] = { "self","n", NULL
};
2989 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Delete",_kwnames
,&_argo0
,&_arg1
))
2992 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2993 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2994 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Delete. Expected _wxListBox_p.");
2999 wxPy_BEGIN_ALLOW_THREADS
;
3000 wxListBox_Delete(_arg0
,_arg1
);
3002 wxPy_END_ALLOW_THREADS
;
3003 } Py_INCREF(Py_None
);
3004 _resultobj
= Py_None
;
3008 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
3009 static PyObject
*_wrap_wxListBox_Deselect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3010 PyObject
* _resultobj
;
3013 PyObject
* _argo0
= 0;
3014 char *_kwnames
[] = { "self","n", NULL
};
3017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Deselect",_kwnames
,&_argo0
,&_arg1
))
3020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
3027 wxPy_BEGIN_ALLOW_THREADS
;
3028 wxListBox_Deselect(_arg0
,_arg1
);
3030 wxPy_END_ALLOW_THREADS
;
3031 } Py_INCREF(Py_None
);
3032 _resultobj
= Py_None
;
3036 #define wxListBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
3037 static PyObject
*_wrap_wxListBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3038 PyObject
* _resultobj
;
3042 PyObject
* _argo0
= 0;
3043 PyObject
* _obj1
= 0;
3044 char *_kwnames
[] = { "self","string", NULL
};
3047 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_FindString",_kwnames
,&_argo0
,&_obj1
))
3050 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3051 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3052 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_FindString. Expected _wxListBox_p.");
3057 if (!PyString_Check(_obj1
)) {
3058 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3061 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3064 wxPy_BEGIN_ALLOW_THREADS
;
3065 _result
= (int )wxListBox_FindString(_arg0
,*_arg1
);
3067 wxPy_END_ALLOW_THREADS
;
3068 } _resultobj
= Py_BuildValue("i",_result
);
3076 #define wxListBox_GetSelection(_swigobj) (_swigobj->GetSelection())
3077 static PyObject
*_wrap_wxListBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3078 PyObject
* _resultobj
;
3081 PyObject
* _argo0
= 0;
3082 char *_kwnames
[] = { "self", NULL
};
3085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelection",_kwnames
,&_argo0
))
3088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelection. Expected _wxListBox_p.");
3095 wxPy_BEGIN_ALLOW_THREADS
;
3096 _result
= (int )wxListBox_GetSelection(_arg0
);
3098 wxPy_END_ALLOW_THREADS
;
3099 } _resultobj
= Py_BuildValue("i",_result
);
3103 static PyObject
* wxListBox_GetSelections(wxListBox
*self
) {
3105 self
->GetSelections(lst
);
3106 PyObject
*tup
= PyTuple_New(lst
.GetCount());
3107 for(int i
=0; i
<lst
.GetCount(); i
++) {
3108 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
3112 static PyObject
*_wrap_wxListBox_GetSelections(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3113 PyObject
* _resultobj
;
3116 PyObject
* _argo0
= 0;
3117 char *_kwnames
[] = { "self", NULL
};
3120 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelections",_kwnames
,&_argo0
))
3123 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3124 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3125 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
3130 wxPy_BEGIN_ALLOW_THREADS
;
3131 _result
= (PyObject
*)wxListBox_GetSelections(_arg0
);
3133 wxPy_END_ALLOW_THREADS
;
3135 _resultobj
= _result
;
3140 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
3141 static PyObject
*_wrap_wxListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3142 PyObject
* _resultobj
;
3147 PyObject
* _argo0
= 0;
3148 PyObject
* _obj2
= 0;
3149 char *_kwnames
[] = { "self","LIST","pos", NULL
};
3152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
3155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
3162 _arg2
= wxString_LIST_helper(_obj2
);
3163 if (_arg2
== NULL
) {
3169 _arg1
= PyList_Size(_obj2
);
3176 wxPy_BEGIN_ALLOW_THREADS
;
3177 wxListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
3179 wxPy_END_ALLOW_THREADS
;
3180 } Py_INCREF(Py_None
);
3181 _resultobj
= Py_None
;
3188 #define wxListBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
3189 static PyObject
*_wrap_wxListBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3190 PyObject
* _resultobj
;
3194 PyObject
* _argo0
= 0;
3195 char *_kwnames
[] = { "self","n", NULL
};
3198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_GetString",_kwnames
,&_argo0
,&_arg1
))
3201 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3202 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3203 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetString. Expected _wxListBox_p.");
3208 wxPy_BEGIN_ALLOW_THREADS
;
3209 _result
= new wxString (wxListBox_GetString(_arg0
,_arg1
));
3211 wxPy_END_ALLOW_THREADS
;
3213 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
3221 #define wxListBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
3222 static PyObject
*_wrap_wxListBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3223 PyObject
* _resultobj
;
3226 PyObject
* _argo0
= 0;
3227 char *_kwnames
[] = { "self", NULL
};
3230 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetStringSelection",_kwnames
,&_argo0
))
3233 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3234 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3235 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetStringSelection. Expected _wxListBox_p.");
3240 wxPy_BEGIN_ALLOW_THREADS
;
3241 _result
= new wxString (wxListBox_GetStringSelection(_arg0
));
3243 wxPy_END_ALLOW_THREADS
;
3245 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
3253 #define wxListBox_Number(_swigobj) (_swigobj->Number())
3254 static PyObject
*_wrap_wxListBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3255 PyObject
* _resultobj
;
3258 PyObject
* _argo0
= 0;
3259 char *_kwnames
[] = { "self", NULL
};
3262 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Number",_kwnames
,&_argo0
))
3265 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3266 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3267 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Number. Expected _wxListBox_p.");
3272 wxPy_BEGIN_ALLOW_THREADS
;
3273 _result
= (int )wxListBox_Number(_arg0
);
3275 wxPy_END_ALLOW_THREADS
;
3276 } _resultobj
= Py_BuildValue("i",_result
);
3280 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
3281 static PyObject
*_wrap_wxListBox_Selected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3282 PyObject
* _resultobj
;
3286 PyObject
* _argo0
= 0;
3287 char *_kwnames
[] = { "self","n", NULL
};
3290 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Selected",_kwnames
,&_argo0
,&_arg1
))
3293 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3294 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3295 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
3300 wxPy_BEGIN_ALLOW_THREADS
;
3301 _result
= (bool )wxListBox_Selected(_arg0
,_arg1
);
3303 wxPy_END_ALLOW_THREADS
;
3304 } _resultobj
= Py_BuildValue("i",_result
);
3308 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
3309 static PyObject
*_wrap_wxListBox_Set(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3310 PyObject
* _resultobj
;
3314 PyObject
* _argo0
= 0;
3315 PyObject
* _obj2
= 0;
3316 char *_kwnames
[] = { "self","LIST", NULL
};
3319 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Set",_kwnames
,&_argo0
,&_obj2
))
3322 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3323 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3324 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
3330 _arg2
= wxString_LIST_helper(_obj2
);
3331 if (_arg2
== NULL
) {
3337 _arg1
= PyList_Size(_obj2
);
3344 wxPy_BEGIN_ALLOW_THREADS
;
3345 wxListBox_Set(_arg0
,_arg1
,_arg2
);
3347 wxPy_END_ALLOW_THREADS
;
3348 } Py_INCREF(Py_None
);
3349 _resultobj
= Py_None
;
3356 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3357 static PyObject
*_wrap_wxListBox_SetFirstItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3358 PyObject
* _resultobj
;
3361 PyObject
* _argo0
= 0;
3362 char *_kwnames
[] = { "self","n", NULL
};
3365 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_SetFirstItem",_kwnames
,&_argo0
,&_arg1
))
3368 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3369 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3370 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
3375 wxPy_BEGIN_ALLOW_THREADS
;
3376 wxListBox_SetFirstItem(_arg0
,_arg1
);
3378 wxPy_END_ALLOW_THREADS
;
3379 } Py_INCREF(Py_None
);
3380 _resultobj
= Py_None
;
3384 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3385 static PyObject
*_wrap_wxListBox_SetFirstItemStr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3386 PyObject
* _resultobj
;
3389 PyObject
* _argo0
= 0;
3390 PyObject
* _obj1
= 0;
3391 char *_kwnames
[] = { "self","string", NULL
};
3394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_SetFirstItemStr",_kwnames
,&_argo0
,&_obj1
))
3397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
3404 if (!PyString_Check(_obj1
)) {
3405 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3408 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3411 wxPy_BEGIN_ALLOW_THREADS
;
3412 wxListBox_SetFirstItemStr(_arg0
,*_arg1
);
3414 wxPy_END_ALLOW_THREADS
;
3415 } Py_INCREF(Py_None
);
3416 _resultobj
= Py_None
;
3424 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3425 static PyObject
*_wrap_wxListBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3426 PyObject
* _resultobj
;
3429 bool _arg2
= (bool ) TRUE
;
3430 PyObject
* _argo0
= 0;
3431 int tempbool2
= (int) TRUE
;
3432 char *_kwnames
[] = { "self","n","select", NULL
};
3435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxListBox_SetSelection",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3438 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3439 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
3444 _arg2
= (bool ) tempbool2
;
3446 wxPy_BEGIN_ALLOW_THREADS
;
3447 wxListBox_SetSelection(_arg0
,_arg1
,_arg2
);
3449 wxPy_END_ALLOW_THREADS
;
3450 } Py_INCREF(Py_None
);
3451 _resultobj
= Py_None
;
3455 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
3456 static PyObject
*_wrap_wxListBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3457 PyObject
* _resultobj
;
3461 PyObject
* _argo0
= 0;
3462 PyObject
* _obj2
= 0;
3463 char *_kwnames
[] = { "self","n","string", NULL
};
3466 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxListBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3469 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3470 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3471 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
3476 if (!PyString_Check(_obj2
)) {
3477 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3480 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
3483 wxPy_BEGIN_ALLOW_THREADS
;
3484 wxListBox_SetString(_arg0
,_arg1
,*_arg2
);
3486 wxPy_END_ALLOW_THREADS
;
3487 } Py_INCREF(Py_None
);
3488 _resultobj
= Py_None
;
3496 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
3497 static PyObject
*_wrap_wxListBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3498 PyObject
* _resultobj
;
3501 bool _arg2
= (bool ) TRUE
;
3502 PyObject
* _argo0
= 0;
3503 PyObject
* _obj1
= 0;
3504 int tempbool2
= (int) TRUE
;
3505 char *_kwnames
[] = { "self","string","select", NULL
};
3508 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxListBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
,&tempbool2
))
3511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
3518 if (!PyString_Check(_obj1
)) {
3519 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3522 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3524 _arg2
= (bool ) tempbool2
;
3526 wxPy_BEGIN_ALLOW_THREADS
;
3527 wxListBox_SetStringSelection(_arg0
,*_arg1
,_arg2
);
3529 wxPy_END_ALLOW_THREADS
;
3530 } Py_INCREF(Py_None
);
3531 _resultobj
= Py_None
;
3539 static void *SwigwxCheckListBoxTowxListBox(void *ptr
) {
3540 wxCheckListBox
*src
;
3542 src
= (wxCheckListBox
*) ptr
;
3543 dest
= (wxListBox
*) src
;
3544 return (void *) dest
;
3547 static void *SwigwxCheckListBoxTowxControl(void *ptr
) {
3548 wxCheckListBox
*src
;
3550 src
= (wxCheckListBox
*) ptr
;
3551 dest
= (wxControl
*) src
;
3552 return (void *) dest
;
3555 static void *SwigwxCheckListBoxTowxWindow(void *ptr
) {
3556 wxCheckListBox
*src
;
3558 src
= (wxCheckListBox
*) ptr
;
3559 dest
= (wxWindow
*) src
;
3560 return (void *) dest
;
3563 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr
) {
3564 wxCheckListBox
*src
;
3566 src
= (wxCheckListBox
*) ptr
;
3567 dest
= (wxEvtHandler
*) src
;
3568 return (void *) dest
;
3571 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
3572 static PyObject
*_wrap_new_wxCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3573 PyObject
* _resultobj
;
3574 wxCheckListBox
* _result
;
3577 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
3578 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
3579 int _arg4
= (int ) 0;
3580 wxString
* _arg5
= (wxString
*) NULL
;
3581 long _arg6
= (long ) 0;
3582 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
3583 char * _arg8
= (char *) "listBox";
3584 PyObject
* _argo0
= 0;
3586 PyObject
* _obj2
= 0;
3588 PyObject
* _obj3
= 0;
3589 PyObject
* _obj5
= 0;
3590 PyObject
* _argo7
= 0;
3591 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
3595 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxCheckListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
3598 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3599 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3600 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
3607 if (! wxPoint_helper(_obj2
, &_arg2
))
3613 if (! wxSize_helper(_obj3
, &_arg3
))
3618 _arg5
= wxString_LIST_helper(_obj5
);
3619 if (_arg5
== NULL
) {
3624 if (_argo7
== Py_None
) { _arg7
= NULL
; }
3625 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
3626 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
3632 _arg4
= PyList_Size(_obj5
);
3639 wxPy_BEGIN_ALLOW_THREADS
;
3640 _result
= (wxCheckListBox
*)new_wxCheckListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
3642 wxPy_END_ALLOW_THREADS
;
3644 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
3645 _resultobj
= Py_BuildValue("s",_ptemp
);
3648 _resultobj
= Py_None
;
3656 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
3657 static PyObject
*_wrap_wxCheckListBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3658 PyObject
* _resultobj
;
3660 wxCheckListBox
* _arg0
;
3662 PyObject
* _argo0
= 0;
3663 char *_kwnames
[] = { "self","uiIndex", NULL
};
3666 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckListBox_IsChecked",_kwnames
,&_argo0
,&_arg1
))
3669 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3670 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3671 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
3676 wxPy_BEGIN_ALLOW_THREADS
;
3677 _result
= (bool )wxCheckListBox_IsChecked(_arg0
,_arg1
);
3679 wxPy_END_ALLOW_THREADS
;
3680 } _resultobj
= Py_BuildValue("i",_result
);
3684 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
3685 static PyObject
*_wrap_wxCheckListBox_Check(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3686 PyObject
* _resultobj
;
3687 wxCheckListBox
* _arg0
;
3689 bool _arg2
= (bool ) TRUE
;
3690 PyObject
* _argo0
= 0;
3691 int tempbool2
= (int) TRUE
;
3692 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
3695 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3698 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3699 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3700 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
3704 _arg2
= (bool ) tempbool2
;
3706 wxPy_BEGIN_ALLOW_THREADS
;
3707 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
3709 wxPy_END_ALLOW_THREADS
;
3710 } Py_INCREF(Py_None
);
3711 _resultobj
= Py_None
;
3715 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
3716 static PyObject
*_wrap_wxCheckListBox_GetItemHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3717 PyObject
* _resultobj
;
3719 wxCheckListBox
* _arg0
;
3720 PyObject
* _argo0
= 0;
3721 char *_kwnames
[] = { "self", NULL
};
3724 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckListBox_GetItemHeight",_kwnames
,&_argo0
))
3727 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3728 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3729 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
3734 wxPy_BEGIN_ALLOW_THREADS
;
3735 _result
= (int )wxCheckListBox_GetItemHeight(_arg0
);
3737 wxPy_END_ALLOW_THREADS
;
3738 } _resultobj
= Py_BuildValue("i",_result
);
3742 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
3745 src
= (wxTextCtrl
*) ptr
;
3746 dest
= (wxControl
*) src
;
3747 return (void *) dest
;
3750 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
3753 src
= (wxTextCtrl
*) ptr
;
3754 dest
= (wxWindow
*) src
;
3755 return (void *) dest
;
3758 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
3761 src
= (wxTextCtrl
*) ptr
;
3762 dest
= (wxEvtHandler
*) src
;
3763 return (void *) dest
;
3766 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3767 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3768 PyObject
* _resultobj
;
3769 wxTextCtrl
* _result
;
3772 char * _arg2
= (char *) "";
3773 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
3774 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
3775 long _arg5
= (long ) 0;
3776 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
3777 char * _arg7
= (char *) "text";
3778 PyObject
* _argo0
= 0;
3780 PyObject
* _obj3
= 0;
3782 PyObject
* _obj4
= 0;
3783 PyObject
* _argo6
= 0;
3784 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
3788 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOlOs:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
3791 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3792 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3793 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
3800 if (! wxPoint_helper(_obj3
, &_arg3
))
3806 if (! wxSize_helper(_obj4
, &_arg4
))
3810 if (_argo6
== Py_None
) { _arg6
= NULL
; }
3811 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
3812 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
3817 wxPy_BEGIN_ALLOW_THREADS
;
3818 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
3820 wxPy_END_ALLOW_THREADS
;
3822 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
3823 _resultobj
= Py_BuildValue("s",_ptemp
);
3826 _resultobj
= Py_None
;
3831 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
3832 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3833 PyObject
* _resultobj
;
3835 PyObject
* _argo0
= 0;
3836 char *_kwnames
[] = { "self", NULL
};
3839 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
3842 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3843 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3844 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
3849 wxPy_BEGIN_ALLOW_THREADS
;
3850 wxTextCtrl_Clear(_arg0
);
3852 wxPy_END_ALLOW_THREADS
;
3853 } Py_INCREF(Py_None
);
3854 _resultobj
= Py_None
;
3858 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
3859 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3860 PyObject
* _resultobj
;
3862 PyObject
* _argo0
= 0;
3863 char *_kwnames
[] = { "self", NULL
};
3866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
3869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
3876 wxPy_BEGIN_ALLOW_THREADS
;
3877 wxTextCtrl_Copy(_arg0
);
3879 wxPy_END_ALLOW_THREADS
;
3880 } Py_INCREF(Py_None
);
3881 _resultobj
= Py_None
;
3885 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
3886 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3887 PyObject
* _resultobj
;
3889 PyObject
* _argo0
= 0;
3890 char *_kwnames
[] = { "self", NULL
};
3893 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
3896 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3897 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3898 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
3903 wxPy_BEGIN_ALLOW_THREADS
;
3904 wxTextCtrl_Cut(_arg0
);
3906 wxPy_END_ALLOW_THREADS
;
3907 } Py_INCREF(Py_None
);
3908 _resultobj
= Py_None
;
3912 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
3913 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3914 PyObject
* _resultobj
;
3916 PyObject
* _argo0
= 0;
3917 char *_kwnames
[] = { "self", NULL
};
3920 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
3923 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3924 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3925 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
3930 wxPy_BEGIN_ALLOW_THREADS
;
3931 wxTextCtrl_DiscardEdits(_arg0
);
3933 wxPy_END_ALLOW_THREADS
;
3934 } Py_INCREF(Py_None
);
3935 _resultobj
= Py_None
;
3939 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3940 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3941 PyObject
* _resultobj
;
3944 PyObject
* _argo0
= 0;
3945 char *_kwnames
[] = { "self", NULL
};
3948 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetInsertionPoint",_kwnames
,&_argo0
))
3951 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3952 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3953 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
3958 wxPy_BEGIN_ALLOW_THREADS
;
3959 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
3961 wxPy_END_ALLOW_THREADS
;
3962 } _resultobj
= Py_BuildValue("l",_result
);
3966 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3967 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3968 PyObject
* _resultobj
;
3971 PyObject
* _argo0
= 0;
3972 char *_kwnames
[] = { "self", NULL
};
3975 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetLastPosition",_kwnames
,&_argo0
))
3978 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3979 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3980 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
3985 wxPy_BEGIN_ALLOW_THREADS
;
3986 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
3988 wxPy_END_ALLOW_THREADS
;
3989 } _resultobj
= Py_BuildValue("l",_result
);
3993 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
3994 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3995 PyObject
* _resultobj
;
3999 PyObject
* _argo0
= 0;
4000 char *_kwnames
[] = { "self","lineNo", NULL
};
4003 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
4006 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4007 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4008 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
4013 wxPy_BEGIN_ALLOW_THREADS
;
4014 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
4016 wxPy_END_ALLOW_THREADS
;
4017 } _resultobj
= Py_BuildValue("i",_result
);
4021 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
4022 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4023 PyObject
* _resultobj
;
4027 PyObject
* _argo0
= 0;
4028 char *_kwnames
[] = { "self","lineNo", NULL
};
4031 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
4034 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4035 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4036 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
4041 wxPy_BEGIN_ALLOW_THREADS
;
4042 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
4044 wxPy_END_ALLOW_THREADS
;
4046 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
4054 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
4055 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4056 PyObject
* _resultobj
;
4059 PyObject
* _argo0
= 0;
4060 char *_kwnames
[] = { "self", NULL
};
4063 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
4066 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4067 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4068 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
4073 wxPy_BEGIN_ALLOW_THREADS
;
4074 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
4076 wxPy_END_ALLOW_THREADS
;
4077 } _resultobj
= Py_BuildValue("i",_result
);
4081 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
4082 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4083 PyObject
* _resultobj
;
4086 PyObject
* _argo0
= 0;
4087 char *_kwnames
[] = { "self", NULL
};
4090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_kwnames
,&_argo0
))
4093 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4094 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4095 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
4100 wxPy_BEGIN_ALLOW_THREADS
;
4101 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
4103 wxPy_END_ALLOW_THREADS
;
4105 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
4113 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
4114 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4115 PyObject
* _resultobj
;
4118 PyObject
* _argo0
= 0;
4119 char *_kwnames
[] = { "self", NULL
};
4122 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
4125 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4126 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4127 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
4132 wxPy_BEGIN_ALLOW_THREADS
;
4133 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
4135 wxPy_END_ALLOW_THREADS
;
4136 } _resultobj
= Py_BuildValue("i",_result
);
4140 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
4141 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4142 PyObject
* _resultobj
;
4146 PyObject
* _argo0
= 0;
4147 PyObject
* _obj1
= 0;
4148 char *_kwnames
[] = { "self","filename", NULL
};
4151 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
4154 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4155 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4156 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
4161 if (!PyString_Check(_obj1
)) {
4162 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4165 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4168 wxPy_BEGIN_ALLOW_THREADS
;
4169 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
4171 wxPy_END_ALLOW_THREADS
;
4172 } _resultobj
= Py_BuildValue("i",_result
);
4180 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
4181 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4182 PyObject
* _resultobj
;
4184 PyObject
* _argo0
= 0;
4185 char *_kwnames
[] = { "self", NULL
};
4188 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_kwnames
,&_argo0
))
4191 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4192 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4193 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
4198 wxPy_BEGIN_ALLOW_THREADS
;
4199 wxTextCtrl_Paste(_arg0
);
4201 wxPy_END_ALLOW_THREADS
;
4202 } Py_INCREF(Py_None
);
4203 _resultobj
= Py_None
;
4207 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
4208 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4209 PyObject
* _resultobj
;
4216 PyObject
* _argo0
= 0;
4217 char *_kwnames
[] = { "self","pos", NULL
};
4226 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
4229 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4230 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4231 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
4236 wxPy_BEGIN_ALLOW_THREADS
;
4237 wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
4239 wxPy_END_ALLOW_THREADS
;
4240 } Py_INCREF(Py_None
);
4241 _resultobj
= Py_None
;
4244 o
= PyInt_FromLong((long) (*_arg2
));
4245 _resultobj
= t_output_helper(_resultobj
, o
);
4249 o
= PyInt_FromLong((long) (*_arg3
));
4250 _resultobj
= t_output_helper(_resultobj
, o
);
4255 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
4256 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4257 PyObject
* _resultobj
;
4261 PyObject
* _argo0
= 0;
4262 char *_kwnames
[] = { "self","from","to", NULL
};
4265 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4268 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4269 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4270 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
4275 wxPy_BEGIN_ALLOW_THREADS
;
4276 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
4278 wxPy_END_ALLOW_THREADS
;
4279 } Py_INCREF(Py_None
);
4280 _resultobj
= Py_None
;
4284 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
4285 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4286 PyObject
* _resultobj
;
4291 PyObject
* _argo0
= 0;
4292 PyObject
* _obj3
= 0;
4293 char *_kwnames
[] = { "self","from","to","value", NULL
};
4296 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
4299 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4300 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4301 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
4306 if (!PyString_Check(_obj3
)) {
4307 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4310 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
4313 wxPy_BEGIN_ALLOW_THREADS
;
4314 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
4316 wxPy_END_ALLOW_THREADS
;
4317 } Py_INCREF(Py_None
);
4318 _resultobj
= Py_None
;
4326 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
4327 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4328 PyObject
* _resultobj
;
4332 PyObject
* _argo0
= 0;
4333 PyObject
* _obj1
= 0;
4334 char *_kwnames
[] = { "self","filename", NULL
};
4337 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
4340 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4341 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4342 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
4347 if (!PyString_Check(_obj1
)) {
4348 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4351 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4354 wxPy_BEGIN_ALLOW_THREADS
;
4355 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
4357 wxPy_END_ALLOW_THREADS
;
4358 } _resultobj
= Py_BuildValue("i",_result
);
4366 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
4367 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4368 PyObject
* _resultobj
;
4371 PyObject
* _argo0
= 0;
4373 char *_kwnames
[] = { "self","editable", NULL
};
4376 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
4379 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4380 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4381 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
4385 _arg1
= (bool ) tempbool1
;
4387 wxPy_BEGIN_ALLOW_THREADS
;
4388 wxTextCtrl_SetEditable(_arg0
,_arg1
);
4390 wxPy_END_ALLOW_THREADS
;
4391 } Py_INCREF(Py_None
);
4392 _resultobj
= Py_None
;
4396 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
4397 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4398 PyObject
* _resultobj
;
4401 PyObject
* _argo0
= 0;
4402 char *_kwnames
[] = { "self","pos", NULL
};
4405 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
4408 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4409 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4410 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
4415 wxPy_BEGIN_ALLOW_THREADS
;
4416 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
4418 wxPy_END_ALLOW_THREADS
;
4419 } Py_INCREF(Py_None
);
4420 _resultobj
= Py_None
;
4424 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
4425 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4426 PyObject
* _resultobj
;
4428 PyObject
* _argo0
= 0;
4429 char *_kwnames
[] = { "self", NULL
};
4432 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames
,&_argo0
))
4435 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4436 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4437 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
4442 wxPy_BEGIN_ALLOW_THREADS
;
4443 wxTextCtrl_SetInsertionPointEnd(_arg0
);
4445 wxPy_END_ALLOW_THREADS
;
4446 } Py_INCREF(Py_None
);
4447 _resultobj
= Py_None
;
4451 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4452 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4453 PyObject
* _resultobj
;
4457 PyObject
* _argo0
= 0;
4458 char *_kwnames
[] = { "self","from","to", NULL
};
4461 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4464 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4465 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4466 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
4471 wxPy_BEGIN_ALLOW_THREADS
;
4472 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4474 wxPy_END_ALLOW_THREADS
;
4475 } Py_INCREF(Py_None
);
4476 _resultobj
= Py_None
;
4480 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4481 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4482 PyObject
* _resultobj
;
4485 PyObject
* _argo0
= 0;
4486 PyObject
* _obj1
= 0;
4487 char *_kwnames
[] = { "self","value", NULL
};
4490 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
4493 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4494 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4495 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
4500 if (!PyString_Check(_obj1
)) {
4501 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4504 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4507 wxPy_BEGIN_ALLOW_THREADS
;
4508 wxTextCtrl_SetValue(_arg0
,*_arg1
);
4510 wxPy_END_ALLOW_THREADS
;
4511 } Py_INCREF(Py_None
);
4512 _resultobj
= Py_None
;
4520 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
4521 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4522 PyObject
* _resultobj
;
4525 PyObject
* _argo0
= 0;
4526 char *_kwnames
[] = { "self","pos", NULL
};
4529 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
4532 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4533 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4534 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
4539 wxPy_BEGIN_ALLOW_THREADS
;
4540 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
4542 wxPy_END_ALLOW_THREADS
;
4543 } Py_INCREF(Py_None
);
4544 _resultobj
= Py_None
;
4548 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
4549 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4550 PyObject
* _resultobj
;
4553 PyObject
* _argo0
= 0;
4554 PyObject
* _obj1
= 0;
4555 char *_kwnames
[] = { "self","text", NULL
};
4558 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
4561 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4562 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4563 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
4568 if (!PyString_Check(_obj1
)) {
4569 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4572 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4575 wxPy_BEGIN_ALLOW_THREADS
;
4576 wxTextCtrl_WriteText(_arg0
,*_arg1
);
4578 wxPy_END_ALLOW_THREADS
;
4579 } Py_INCREF(Py_None
);
4580 _resultobj
= Py_None
;
4588 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
4589 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4590 PyObject
* _resultobj
;
4593 PyObject
* _argo0
= 0;
4594 PyObject
* _obj1
= 0;
4595 char *_kwnames
[] = { "self","text", NULL
};
4598 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
4601 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4602 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4603 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
4608 if (!PyString_Check(_obj1
)) {
4609 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4612 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4615 wxPy_BEGIN_ALLOW_THREADS
;
4616 wxTextCtrl_AppendText(_arg0
,*_arg1
);
4618 wxPy_END_ALLOW_THREADS
;
4619 } Py_INCREF(Py_None
);
4620 _resultobj
= Py_None
;
4628 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
4629 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4630 PyObject
* _resultobj
;
4635 PyObject
* _argo0
= 0;
4636 char *_kwnames
[] = { "self","x","y", NULL
};
4639 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4642 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4643 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4644 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
4649 wxPy_BEGIN_ALLOW_THREADS
;
4650 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
4652 wxPy_END_ALLOW_THREADS
;
4653 } _resultobj
= Py_BuildValue("l",_result
);
4657 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
4658 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4659 PyObject
* _resultobj
;
4662 PyObject
* _argo0
= 0;
4663 char *_kwnames
[] = { "self", NULL
};
4666 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
4669 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4670 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4671 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
4676 wxPy_BEGIN_ALLOW_THREADS
;
4677 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
4679 wxPy_END_ALLOW_THREADS
;
4680 } _resultobj
= Py_BuildValue("i",_result
);
4684 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
4685 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4686 PyObject
* _resultobj
;
4689 PyObject
* _argo0
= 0;
4690 char *_kwnames
[] = { "self", NULL
};
4693 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
4696 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4697 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4698 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
4703 wxPy_BEGIN_ALLOW_THREADS
;
4704 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
4706 wxPy_END_ALLOW_THREADS
;
4707 } _resultobj
= Py_BuildValue("i",_result
);
4711 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
4712 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4713 PyObject
* _resultobj
;
4716 PyObject
* _argo0
= 0;
4717 char *_kwnames
[] = { "self", NULL
};
4720 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
4723 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4724 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4725 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
4730 wxPy_BEGIN_ALLOW_THREADS
;
4731 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
4733 wxPy_END_ALLOW_THREADS
;
4734 } _resultobj
= Py_BuildValue("i",_result
);
4738 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
4739 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4740 PyObject
* _resultobj
;
4743 PyObject
* _argo0
= 0;
4744 char *_kwnames
[] = { "self", NULL
};
4747 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_kwnames
,&_argo0
))
4750 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4751 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4752 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
4757 wxPy_BEGIN_ALLOW_THREADS
;
4758 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
4760 wxPy_END_ALLOW_THREADS
;
4761 } _resultobj
= Py_BuildValue("i",_result
);
4765 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
4766 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4767 PyObject
* _resultobj
;
4770 PyObject
* _argo0
= 0;
4771 char *_kwnames
[] = { "self", NULL
};
4774 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
4777 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4778 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4779 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
4784 wxPy_BEGIN_ALLOW_THREADS
;
4785 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
4787 wxPy_END_ALLOW_THREADS
;
4788 } _resultobj
= Py_BuildValue("i",_result
);
4792 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
4793 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4794 PyObject
* _resultobj
;
4800 PyObject
* _argo0
= 0;
4801 char *_kwnames
[] = { "self", NULL
};
4810 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_kwnames
,&_argo0
))
4813 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4814 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4815 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
4820 wxPy_BEGIN_ALLOW_THREADS
;
4821 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
4823 wxPy_END_ALLOW_THREADS
;
4824 } Py_INCREF(Py_None
);
4825 _resultobj
= Py_None
;
4828 o
= PyInt_FromLong((long) (*_arg1
));
4829 _resultobj
= t_output_helper(_resultobj
, o
);
4833 o
= PyInt_FromLong((long) (*_arg2
));
4834 _resultobj
= t_output_helper(_resultobj
, o
);
4839 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
4840 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4841 PyObject
* _resultobj
;
4844 PyObject
* _argo0
= 0;
4845 char *_kwnames
[] = { "self", NULL
};
4848 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
4851 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4852 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4853 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
4858 wxPy_BEGIN_ALLOW_THREADS
;
4859 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
4861 wxPy_END_ALLOW_THREADS
;
4862 } _resultobj
= Py_BuildValue("i",_result
);
4866 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
4867 static PyObject
*_wrap_wxTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4868 PyObject
* _resultobj
;
4870 PyObject
* _argo0
= 0;
4871 char *_kwnames
[] = { "self", NULL
};
4874 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Undo",_kwnames
,&_argo0
))
4877 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4878 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4879 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
4884 wxPy_BEGIN_ALLOW_THREADS
;
4885 wxTextCtrl_Undo(_arg0
);
4887 wxPy_END_ALLOW_THREADS
;
4888 } Py_INCREF(Py_None
);
4889 _resultobj
= Py_None
;
4893 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
4894 static PyObject
*_wrap_wxTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4895 PyObject
* _resultobj
;
4897 PyObject
* _argo0
= 0;
4898 char *_kwnames
[] = { "self", NULL
};
4901 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Redo",_kwnames
,&_argo0
))
4904 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4905 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4906 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
4911 wxPy_BEGIN_ALLOW_THREADS
;
4912 wxTextCtrl_Redo(_arg0
);
4914 wxPy_END_ALLOW_THREADS
;
4915 } Py_INCREF(Py_None
);
4916 _resultobj
= Py_None
;
4920 static void wxTextCtrl_write(wxTextCtrl
*self
,const wxString
& text
) {
4921 self
->AppendText(text
+ '\n');
4923 static PyObject
*_wrap_wxTextCtrl_write(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4924 PyObject
* _resultobj
;
4927 PyObject
* _argo0
= 0;
4928 PyObject
* _obj1
= 0;
4929 char *_kwnames
[] = { "self","text", NULL
};
4932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_write",_kwnames
,&_argo0
,&_obj1
))
4935 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4936 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4937 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
4942 if (!PyString_Check(_obj1
)) {
4943 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4946 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4949 wxPy_BEGIN_ALLOW_THREADS
;
4950 wxTextCtrl_write(_arg0
,*_arg1
);
4952 wxPy_END_ALLOW_THREADS
;
4953 } Py_INCREF(Py_None
);
4954 _resultobj
= Py_None
;
4962 static void *SwigwxScrollBarTowxControl(void *ptr
) {
4965 src
= (wxScrollBar
*) ptr
;
4966 dest
= (wxControl
*) src
;
4967 return (void *) dest
;
4970 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
4973 src
= (wxScrollBar
*) ptr
;
4974 dest
= (wxWindow
*) src
;
4975 return (void *) dest
;
4978 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
4981 src
= (wxScrollBar
*) ptr
;
4982 dest
= (wxEvtHandler
*) src
;
4983 return (void *) dest
;
4986 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4987 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4988 PyObject
* _resultobj
;
4989 wxScrollBar
* _result
;
4991 wxWindowID _arg1
= (wxWindowID
) -1;
4992 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
4993 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
4994 long _arg4
= (long ) wxSB_HORIZONTAL
;
4995 wxValidator
* _arg5
= (wxValidator
*) &wxPyDefaultValidator
;
4996 char * _arg6
= (char *) "scrollBar";
4997 PyObject
* _argo0
= 0;
4999 PyObject
* _obj2
= 0;
5001 PyObject
* _obj3
= 0;
5002 PyObject
* _argo5
= 0;
5003 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
5007 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOs:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_arg6
))
5010 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5011 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5012 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
5019 if (! wxPoint_helper(_obj2
, &_arg2
))
5025 if (! wxSize_helper(_obj3
, &_arg3
))
5029 if (_argo5
== Py_None
) { _arg5
= NULL
; }
5030 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
5031 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
5036 wxPy_BEGIN_ALLOW_THREADS
;
5037 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
5039 wxPy_END_ALLOW_THREADS
;
5041 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
5042 _resultobj
= Py_BuildValue("s",_ptemp
);
5045 _resultobj
= Py_None
;
5050 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
5051 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5052 PyObject
* _resultobj
;
5054 wxScrollBar
* _arg0
;
5055 PyObject
* _argo0
= 0;
5056 char *_kwnames
[] = { "self", NULL
};
5059 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
5062 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5063 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5064 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
5069 wxPy_BEGIN_ALLOW_THREADS
;
5070 _result
= (int )wxScrollBar_GetRange(_arg0
);
5072 wxPy_END_ALLOW_THREADS
;
5073 } _resultobj
= Py_BuildValue("i",_result
);
5077 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
5078 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5079 PyObject
* _resultobj
;
5081 wxScrollBar
* _arg0
;
5082 PyObject
* _argo0
= 0;
5083 char *_kwnames
[] = { "self", NULL
};
5086 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
5089 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5090 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5091 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
5096 wxPy_BEGIN_ALLOW_THREADS
;
5097 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
5099 wxPy_END_ALLOW_THREADS
;
5100 } _resultobj
= Py_BuildValue("i",_result
);
5104 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
5105 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5106 PyObject
* _resultobj
;
5108 wxScrollBar
* _arg0
;
5109 PyObject
* _argo0
= 0;
5110 char *_kwnames
[] = { "self", NULL
};
5113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
5116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
5123 wxPy_BEGIN_ALLOW_THREADS
;
5124 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
5126 wxPy_END_ALLOW_THREADS
;
5127 } _resultobj
= Py_BuildValue("i",_result
);
5131 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
5132 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5133 PyObject
* _resultobj
;
5135 wxScrollBar
* _arg0
;
5136 PyObject
* _argo0
= 0;
5137 char *_kwnames
[] = { "self", NULL
};
5140 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
5143 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5144 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5145 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
5150 wxPy_BEGIN_ALLOW_THREADS
;
5151 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
5153 wxPy_END_ALLOW_THREADS
;
5154 } _resultobj
= Py_BuildValue("i",_result
);
5158 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
5159 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5160 PyObject
* _resultobj
;
5161 wxScrollBar
* _arg0
;
5163 PyObject
* _argo0
= 0;
5164 char *_kwnames
[] = { "self","viewStart", NULL
};
5167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
5170 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5171 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5172 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
5177 wxPy_BEGIN_ALLOW_THREADS
;
5178 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
5180 wxPy_END_ALLOW_THREADS
;
5181 } Py_INCREF(Py_None
);
5182 _resultobj
= Py_None
;
5186 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5187 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5188 PyObject
* _resultobj
;
5189 wxScrollBar
* _arg0
;
5194 bool _arg5
= (bool ) TRUE
;
5195 PyObject
* _argo0
= 0;
5196 int tempbool5
= (int) TRUE
;
5197 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
5200 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
5203 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5204 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5205 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
5209 _arg5
= (bool ) tempbool5
;
5211 wxPy_BEGIN_ALLOW_THREADS
;
5212 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
5214 wxPy_END_ALLOW_THREADS
;
5215 } Py_INCREF(Py_None
);
5216 _resultobj
= Py_None
;
5220 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
5223 src
= (wxSpinButton
*) ptr
;
5224 dest
= (wxControl
*) src
;
5225 return (void *) dest
;
5228 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
5231 src
= (wxSpinButton
*) ptr
;
5232 dest
= (wxWindow
*) src
;
5233 return (void *) dest
;
5236 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
5239 src
= (wxSpinButton
*) ptr
;
5240 dest
= (wxEvtHandler
*) src
;
5241 return (void *) dest
;
5244 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
5245 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5246 PyObject
* _resultobj
;
5247 wxSpinButton
* _result
;
5249 wxWindowID _arg1
= (wxWindowID
) -1;
5250 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5251 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5252 long _arg4
= (long ) wxSP_HORIZONTAL
;
5253 char * _arg5
= (char *) "spinButton";
5254 PyObject
* _argo0
= 0;
5256 PyObject
* _obj2
= 0;
5258 PyObject
* _obj3
= 0;
5259 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
5263 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOls:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
5266 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5267 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5268 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
5275 if (! wxPoint_helper(_obj2
, &_arg2
))
5281 if (! wxSize_helper(_obj3
, &_arg3
))
5285 wxPy_BEGIN_ALLOW_THREADS
;
5286 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
5288 wxPy_END_ALLOW_THREADS
;
5290 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
5291 _resultobj
= Py_BuildValue("s",_ptemp
);
5294 _resultobj
= Py_None
;
5299 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
5300 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5301 PyObject
* _resultobj
;
5303 wxSpinButton
* _arg0
;
5304 PyObject
* _argo0
= 0;
5305 char *_kwnames
[] = { "self", NULL
};
5308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
5311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
5318 wxPy_BEGIN_ALLOW_THREADS
;
5319 _result
= (int )wxSpinButton_GetMax(_arg0
);
5321 wxPy_END_ALLOW_THREADS
;
5322 } _resultobj
= Py_BuildValue("i",_result
);
5326 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
5327 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5328 PyObject
* _resultobj
;
5330 wxSpinButton
* _arg0
;
5331 PyObject
* _argo0
= 0;
5332 char *_kwnames
[] = { "self", NULL
};
5335 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
5338 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5339 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5340 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
5345 wxPy_BEGIN_ALLOW_THREADS
;
5346 _result
= (int )wxSpinButton_GetMin(_arg0
);
5348 wxPy_END_ALLOW_THREADS
;
5349 } _resultobj
= Py_BuildValue("i",_result
);
5353 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
5354 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5355 PyObject
* _resultobj
;
5357 wxSpinButton
* _arg0
;
5358 PyObject
* _argo0
= 0;
5359 char *_kwnames
[] = { "self", NULL
};
5362 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
5365 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5366 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5367 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
5372 wxPy_BEGIN_ALLOW_THREADS
;
5373 _result
= (int )wxSpinButton_GetValue(_arg0
);
5375 wxPy_END_ALLOW_THREADS
;
5376 } _resultobj
= Py_BuildValue("i",_result
);
5380 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
5381 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5382 PyObject
* _resultobj
;
5383 wxSpinButton
* _arg0
;
5386 PyObject
* _argo0
= 0;
5387 char *_kwnames
[] = { "self","min","max", NULL
};
5390 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5393 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5394 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5395 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
5400 wxPy_BEGIN_ALLOW_THREADS
;
5401 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
5403 wxPy_END_ALLOW_THREADS
;
5404 } Py_INCREF(Py_None
);
5405 _resultobj
= Py_None
;
5409 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
5410 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5411 PyObject
* _resultobj
;
5412 wxSpinButton
* _arg0
;
5414 PyObject
* _argo0
= 0;
5415 char *_kwnames
[] = { "self","value", NULL
};
5418 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
5421 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5422 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5423 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
5428 wxPy_BEGIN_ALLOW_THREADS
;
5429 wxSpinButton_SetValue(_arg0
,_arg1
);
5431 wxPy_END_ALLOW_THREADS
;
5432 } Py_INCREF(Py_None
);
5433 _resultobj
= Py_None
;
5437 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
5438 wxStaticBitmap
*src
;
5440 src
= (wxStaticBitmap
*) ptr
;
5441 dest
= (wxControl
*) src
;
5442 return (void *) dest
;
5445 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
5446 wxStaticBitmap
*src
;
5448 src
= (wxStaticBitmap
*) ptr
;
5449 dest
= (wxWindow
*) src
;
5450 return (void *) dest
;
5453 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
5454 wxStaticBitmap
*src
;
5456 src
= (wxStaticBitmap
*) ptr
;
5457 dest
= (wxEvtHandler
*) src
;
5458 return (void *) dest
;
5461 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
5462 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5463 PyObject
* _resultobj
;
5464 wxStaticBitmap
* _result
;
5468 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5469 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5470 long _arg5
= (long ) 0;
5471 char * _arg6
= (char *) "staticBitmap";
5472 PyObject
* _argo0
= 0;
5473 PyObject
* _argo2
= 0;
5475 PyObject
* _obj3
= 0;
5477 PyObject
* _obj4
= 0;
5478 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
5482 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
5485 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5486 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5487 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
5492 if (_argo2
== Py_None
) { _arg2
= NULL
; }
5493 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
5494 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
5501 if (! wxPoint_helper(_obj3
, &_arg3
))
5507 if (! wxSize_helper(_obj4
, &_arg4
))
5511 wxPy_BEGIN_ALLOW_THREADS
;
5512 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
5514 wxPy_END_ALLOW_THREADS
;
5516 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
5517 _resultobj
= Py_BuildValue("s",_ptemp
);
5520 _resultobj
= Py_None
;
5525 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
5526 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5527 PyObject
* _resultobj
;
5529 wxStaticBitmap
* _arg0
;
5530 PyObject
* _argo0
= 0;
5531 char *_kwnames
[] = { "self", NULL
};
5535 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
5538 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5539 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
5545 wxPy_BEGIN_ALLOW_THREADS
;
5546 const wxBitmap
& _result_ref
= wxStaticBitmap_GetBitmap(_arg0
);
5547 _result
= (wxBitmap
*) &_result_ref
;
5549 wxPy_END_ALLOW_THREADS
;
5551 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
5552 _resultobj
= Py_BuildValue("s",_ptemp
);
5555 _resultobj
= Py_None
;
5560 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
5561 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5562 PyObject
* _resultobj
;
5563 wxStaticBitmap
* _arg0
;
5565 PyObject
* _argo0
= 0;
5566 PyObject
* _argo1
= 0;
5567 char *_kwnames
[] = { "self","bitmap", NULL
};
5570 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
5573 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5574 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5575 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
5580 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5581 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
5582 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
5587 wxPy_BEGIN_ALLOW_THREADS
;
5588 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
5590 wxPy_END_ALLOW_THREADS
;
5591 } Py_INCREF(Py_None
);
5592 _resultobj
= Py_None
;
5596 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
5597 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5598 PyObject
* _resultobj
;
5599 wxStaticBitmap
* _arg0
;
5601 PyObject
* _argo0
= 0;
5602 PyObject
* _argo1
= 0;
5603 char *_kwnames
[] = { "self","icon", NULL
};
5606 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_kwnames
,&_argo0
,&_argo1
))
5609 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5610 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5611 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
5616 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5617 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
5618 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
5623 wxPy_BEGIN_ALLOW_THREADS
;
5624 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
5626 wxPy_END_ALLOW_THREADS
;
5627 } Py_INCREF(Py_None
);
5628 _resultobj
= Py_None
;
5632 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
5635 src
= (wxRadioBox
*) ptr
;
5636 dest
= (wxControl
*) src
;
5637 return (void *) dest
;
5640 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
5643 src
= (wxRadioBox
*) ptr
;
5644 dest
= (wxWindow
*) src
;
5645 return (void *) dest
;
5648 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
5651 src
= (wxRadioBox
*) ptr
;
5652 dest
= (wxEvtHandler
*) src
;
5653 return (void *) dest
;
5656 #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))
5657 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5658 PyObject
* _resultobj
;
5659 wxRadioBox
* _result
;
5663 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5664 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5665 int _arg5
= (int ) 0;
5666 wxString
* _arg6
= (wxString
*) NULL
;
5667 int _arg7
= (int ) 0;
5668 long _arg8
= (long ) wxRA_HORIZONTAL
;
5669 wxValidator
* _arg9
= (wxValidator
*) &wxPyDefaultValidator
;
5670 char * _arg10
= (char *) "radioBox";
5671 PyObject
* _argo0
= 0;
5672 PyObject
* _obj2
= 0;
5674 PyObject
* _obj3
= 0;
5676 PyObject
* _obj4
= 0;
5677 PyObject
* _obj6
= 0;
5678 PyObject
* _argo9
= 0;
5679 char *_kwnames
[] = { "parent","id","label","point","size","LIST","majorDimension","style","validator","name", NULL
};
5683 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOs:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_arg10
))
5686 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5687 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5688 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
5693 if (!PyString_Check(_obj2
)) {
5694 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5697 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
5702 if (! wxPoint_helper(_obj3
, &_arg3
))
5708 if (! wxSize_helper(_obj4
, &_arg4
))
5713 _arg6
= wxString_LIST_helper(_obj6
);
5714 if (_arg6
== NULL
) {
5719 if (_argo9
== Py_None
) { _arg9
= NULL
; }
5720 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
5721 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
5727 _arg5
= PyList_Size(_obj6
);
5734 wxPy_BEGIN_ALLOW_THREADS
;
5735 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,_arg10
);
5737 wxPy_END_ALLOW_THREADS
;
5739 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
5740 _resultobj
= Py_BuildValue("s",_ptemp
);
5743 _resultobj
= Py_None
;
5755 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
5756 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5757 PyObject
* _resultobj
;
5760 PyObject
* _argo0
= 0;
5762 char *_kwnames
[] = { "self","enable", NULL
};
5765 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
5768 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5769 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5770 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
5774 _arg1
= (bool ) tempbool1
;
5776 wxPy_BEGIN_ALLOW_THREADS
;
5777 wxRadioBox_Enable(_arg0
,_arg1
);
5779 wxPy_END_ALLOW_THREADS
;
5780 } Py_INCREF(Py_None
);
5781 _resultobj
= Py_None
;
5785 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
5786 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5787 PyObject
* _resultobj
;
5791 PyObject
* _argo0
= 0;
5793 char *_kwnames
[] = { "self","n","enable", NULL
};
5796 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5799 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5800 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5801 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
5805 _arg2
= (bool ) tempbool2
;
5807 wxPy_BEGIN_ALLOW_THREADS
;
5808 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
5810 wxPy_END_ALLOW_THREADS
;
5811 } Py_INCREF(Py_None
);
5812 _resultobj
= Py_None
;
5816 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
5817 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5818 PyObject
* _resultobj
;
5822 PyObject
* _argo0
= 0;
5823 PyObject
* _obj1
= 0;
5824 char *_kwnames
[] = { "self","string", NULL
};
5827 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
5830 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5831 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5832 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
5837 if (!PyString_Check(_obj1
)) {
5838 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5841 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
5844 wxPy_BEGIN_ALLOW_THREADS
;
5845 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
5847 wxPy_END_ALLOW_THREADS
;
5848 } _resultobj
= Py_BuildValue("i",_result
);
5856 #define wxRadioBox_GetItemLabel(_swigobj,_swigarg0) (_swigobj->GetLabel(_swigarg0))
5857 static PyObject
*_wrap_wxRadioBox_GetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5858 PyObject
* _resultobj
;
5862 PyObject
* _argo0
= 0;
5863 char *_kwnames
[] = { "self","n", NULL
};
5866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetItemLabel",_kwnames
,&_argo0
,&_arg1
))
5869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetItemLabel. Expected _wxRadioBox_p.");
5876 wxPy_BEGIN_ALLOW_THREADS
;
5877 _result
= new wxString (wxRadioBox_GetItemLabel(_arg0
,_arg1
));
5879 wxPy_END_ALLOW_THREADS
;
5881 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5889 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
5890 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5891 PyObject
* _resultobj
;
5894 PyObject
* _argo0
= 0;
5895 char *_kwnames
[] = { "self", NULL
};
5898 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
5901 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5902 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5903 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
5908 wxPy_BEGIN_ALLOW_THREADS
;
5909 _result
= (int )wxRadioBox_GetSelection(_arg0
);
5911 wxPy_END_ALLOW_THREADS
;
5912 } _resultobj
= Py_BuildValue("i",_result
);
5916 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
5917 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5918 PyObject
* _resultobj
;
5922 PyObject
* _argo0
= 0;
5923 char *_kwnames
[] = { "self","n", NULL
};
5926 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
5929 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5930 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5931 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
5936 wxPy_BEGIN_ALLOW_THREADS
;
5937 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
5939 wxPy_END_ALLOW_THREADS
;
5941 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5949 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
5950 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5951 PyObject
* _resultobj
;
5954 PyObject
* _argo0
= 0;
5955 char *_kwnames
[] = { "self", NULL
};
5958 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
5961 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5962 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5963 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
5968 wxPy_BEGIN_ALLOW_THREADS
;
5969 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
5971 wxPy_END_ALLOW_THREADS
;
5973 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5981 #define wxRadioBox_Number(_swigobj) (_swigobj->Number())
5982 static PyObject
*_wrap_wxRadioBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5983 PyObject
* _resultobj
;
5986 PyObject
* _argo0
= 0;
5987 char *_kwnames
[] = { "self", NULL
};
5990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_Number",_kwnames
,&_argo0
))
5993 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5994 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5995 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Number. Expected _wxRadioBox_p.");
6000 wxPy_BEGIN_ALLOW_THREADS
;
6001 _result
= (int )wxRadioBox_Number(_arg0
);
6003 wxPy_END_ALLOW_THREADS
;
6004 } _resultobj
= Py_BuildValue("i",_result
);
6008 #define wxRadioBox_SetItemLabel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabel(_swigarg0,_swigarg1))
6009 static PyObject
*_wrap_wxRadioBox_SetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6010 PyObject
* _resultobj
;
6014 PyObject
* _argo0
= 0;
6015 PyObject
* _obj2
= 0;
6016 char *_kwnames
[] = { "self","n","label", NULL
};
6019 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetItemLabel",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6022 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6023 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6024 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetItemLabel. Expected _wxRadioBox_p.");
6029 if (!PyString_Check(_obj2
)) {
6030 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6033 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6036 wxPy_BEGIN_ALLOW_THREADS
;
6037 wxRadioBox_SetItemLabel(_arg0
,_arg1
,*_arg2
);
6039 wxPy_END_ALLOW_THREADS
;
6040 } Py_INCREF(Py_None
);
6041 _resultobj
= Py_None
;
6049 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
6050 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6051 PyObject
* _resultobj
;
6054 PyObject
* _argo0
= 0;
6055 char *_kwnames
[] = { "self","n", NULL
};
6058 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
6061 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6062 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6063 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
6068 wxPy_BEGIN_ALLOW_THREADS
;
6069 wxRadioBox_SetSelection(_arg0
,_arg1
);
6071 wxPy_END_ALLOW_THREADS
;
6072 } Py_INCREF(Py_None
);
6073 _resultobj
= Py_None
;
6077 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
6078 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6079 PyObject
* _resultobj
;
6082 PyObject
* _argo0
= 0;
6083 PyObject
* _obj1
= 0;
6084 char *_kwnames
[] = { "self","string", NULL
};
6087 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
6090 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6091 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6092 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
6097 if (!PyString_Check(_obj1
)) {
6098 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6101 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
6104 wxPy_BEGIN_ALLOW_THREADS
;
6105 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
6107 wxPy_END_ALLOW_THREADS
;
6108 } Py_INCREF(Py_None
);
6109 _resultobj
= Py_None
;
6117 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
6118 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6119 PyObject
* _resultobj
;
6122 PyObject
* _argo0
= 0;
6124 char *_kwnames
[] = { "self","show", NULL
};
6127 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
6130 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6131 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6132 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
6136 _arg1
= (bool ) tempbool1
;
6138 wxPy_BEGIN_ALLOW_THREADS
;
6139 wxRadioBox_Show(_arg0
,_arg1
);
6141 wxPy_END_ALLOW_THREADS
;
6142 } Py_INCREF(Py_None
);
6143 _resultobj
= Py_None
;
6147 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
6148 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6149 PyObject
* _resultobj
;
6153 PyObject
* _argo0
= 0;
6155 char *_kwnames
[] = { "self","item","show", NULL
};
6158 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6161 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6162 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6163 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
6167 _arg2
= (bool ) tempbool2
;
6169 wxPy_BEGIN_ALLOW_THREADS
;
6170 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
6172 wxPy_END_ALLOW_THREADS
;
6173 } Py_INCREF(Py_None
);
6174 _resultobj
= Py_None
;
6178 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
6181 src
= (wxRadioButton
*) ptr
;
6182 dest
= (wxControl
*) src
;
6183 return (void *) dest
;
6186 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
6189 src
= (wxRadioButton
*) ptr
;
6190 dest
= (wxWindow
*) src
;
6191 return (void *) dest
;
6194 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
6197 src
= (wxRadioButton
*) ptr
;
6198 dest
= (wxEvtHandler
*) src
;
6199 return (void *) dest
;
6202 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6203 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6204 PyObject
* _resultobj
;
6205 wxRadioButton
* _result
;
6209 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
6210 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
6211 long _arg5
= (long ) 0;
6212 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
6213 char * _arg7
= (char *) "radioButton";
6214 PyObject
* _argo0
= 0;
6215 PyObject
* _obj2
= 0;
6217 PyObject
* _obj3
= 0;
6219 PyObject
* _obj4
= 0;
6220 PyObject
* _argo6
= 0;
6221 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
6225 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
6228 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6229 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
6235 if (!PyString_Check(_obj2
)) {
6236 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6239 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6244 if (! wxPoint_helper(_obj3
, &_arg3
))
6250 if (! wxSize_helper(_obj4
, &_arg4
))
6254 if (_argo6
== Py_None
) { _arg6
= NULL
; }
6255 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
6256 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
6261 wxPy_BEGIN_ALLOW_THREADS
;
6262 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
6264 wxPy_END_ALLOW_THREADS
;
6266 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
6267 _resultobj
= Py_BuildValue("s",_ptemp
);
6270 _resultobj
= Py_None
;
6279 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
6280 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6281 PyObject
* _resultobj
;
6283 wxRadioButton
* _arg0
;
6284 PyObject
* _argo0
= 0;
6285 char *_kwnames
[] = { "self", NULL
};
6288 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
6291 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6292 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6293 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
6298 wxPy_BEGIN_ALLOW_THREADS
;
6299 _result
= (bool )wxRadioButton_GetValue(_arg0
);
6301 wxPy_END_ALLOW_THREADS
;
6302 } _resultobj
= Py_BuildValue("i",_result
);
6306 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6307 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6308 PyObject
* _resultobj
;
6309 wxRadioButton
* _arg0
;
6311 PyObject
* _argo0
= 0;
6313 char *_kwnames
[] = { "self","value", NULL
};
6316 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
6319 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6320 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6321 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
6325 _arg1
= (bool ) tempbool1
;
6327 wxPy_BEGIN_ALLOW_THREADS
;
6328 wxRadioButton_SetValue(_arg0
,_arg1
);
6330 wxPy_END_ALLOW_THREADS
;
6331 } Py_INCREF(Py_None
);
6332 _resultobj
= Py_None
;
6336 static void *SwigwxSliderTowxControl(void *ptr
) {
6339 src
= (wxSlider
*) ptr
;
6340 dest
= (wxControl
*) src
;
6341 return (void *) dest
;
6344 static void *SwigwxSliderTowxWindow(void *ptr
) {
6347 src
= (wxSlider
*) ptr
;
6348 dest
= (wxWindow
*) src
;
6349 return (void *) dest
;
6352 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
6355 src
= (wxSlider
*) ptr
;
6356 dest
= (wxEvtHandler
*) src
;
6357 return (void *) dest
;
6360 #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))
6361 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6362 PyObject
* _resultobj
;
6369 wxPoint
* _arg5
= (wxPoint
*) &wxPyDefaultPosition
;
6370 wxSize
* _arg6
= (wxSize
*) &wxPyDefaultSize
;
6371 long _arg7
= (long ) wxSL_HORIZONTAL
;
6372 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
6373 char * _arg9
= (char *) "slider";
6374 PyObject
* _argo0
= 0;
6376 PyObject
* _obj5
= 0;
6378 PyObject
* _obj6
= 0;
6379 PyObject
* _argo8
= 0;
6380 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
6384 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOs:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
6387 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6388 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6389 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
6396 if (! wxPoint_helper(_obj5
, &_arg5
))
6402 if (! wxSize_helper(_obj6
, &_arg6
))
6406 if (_argo8
== Py_None
) { _arg8
= NULL
; }
6407 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
6408 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
6413 wxPy_BEGIN_ALLOW_THREADS
;
6414 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,_arg9
);
6416 wxPy_END_ALLOW_THREADS
;
6418 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
6419 _resultobj
= Py_BuildValue("s",_ptemp
);
6422 _resultobj
= Py_None
;
6427 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
6428 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6429 PyObject
* _resultobj
;
6431 PyObject
* _argo0
= 0;
6432 char *_kwnames
[] = { "self", NULL
};
6435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
6438 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6439 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
6445 wxPy_BEGIN_ALLOW_THREADS
;
6446 wxSlider_ClearSel(_arg0
);
6448 wxPy_END_ALLOW_THREADS
;
6449 } Py_INCREF(Py_None
);
6450 _resultobj
= Py_None
;
6454 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
6455 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6456 PyObject
* _resultobj
;
6458 PyObject
* _argo0
= 0;
6459 char *_kwnames
[] = { "self", NULL
};
6462 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
6465 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6466 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6467 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
6472 wxPy_BEGIN_ALLOW_THREADS
;
6473 wxSlider_ClearTicks(_arg0
);
6475 wxPy_END_ALLOW_THREADS
;
6476 } Py_INCREF(Py_None
);
6477 _resultobj
= Py_None
;
6481 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
6482 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6483 PyObject
* _resultobj
;
6486 PyObject
* _argo0
= 0;
6487 char *_kwnames
[] = { "self", NULL
};
6490 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
6493 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6494 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6495 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
6500 wxPy_BEGIN_ALLOW_THREADS
;
6501 _result
= (int )wxSlider_GetLineSize(_arg0
);
6503 wxPy_END_ALLOW_THREADS
;
6504 } _resultobj
= Py_BuildValue("i",_result
);
6508 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
6509 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6510 PyObject
* _resultobj
;
6513 PyObject
* _argo0
= 0;
6514 char *_kwnames
[] = { "self", NULL
};
6517 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
6520 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6521 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6522 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
6527 wxPy_BEGIN_ALLOW_THREADS
;
6528 _result
= (int )wxSlider_GetMax(_arg0
);
6530 wxPy_END_ALLOW_THREADS
;
6531 } _resultobj
= Py_BuildValue("i",_result
);
6535 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
6536 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6537 PyObject
* _resultobj
;
6540 PyObject
* _argo0
= 0;
6541 char *_kwnames
[] = { "self", NULL
};
6544 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
6547 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6548 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6549 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
6554 wxPy_BEGIN_ALLOW_THREADS
;
6555 _result
= (int )wxSlider_GetMin(_arg0
);
6557 wxPy_END_ALLOW_THREADS
;
6558 } _resultobj
= Py_BuildValue("i",_result
);
6562 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
6563 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6564 PyObject
* _resultobj
;
6567 PyObject
* _argo0
= 0;
6568 char *_kwnames
[] = { "self", NULL
};
6571 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
6574 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6575 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6576 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
6581 wxPy_BEGIN_ALLOW_THREADS
;
6582 _result
= (int )wxSlider_GetPageSize(_arg0
);
6584 wxPy_END_ALLOW_THREADS
;
6585 } _resultobj
= Py_BuildValue("i",_result
);
6589 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
6590 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6591 PyObject
* _resultobj
;
6594 PyObject
* _argo0
= 0;
6595 char *_kwnames
[] = { "self", NULL
};
6598 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
6601 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6602 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6603 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
6608 wxPy_BEGIN_ALLOW_THREADS
;
6609 _result
= (int )wxSlider_GetSelEnd(_arg0
);
6611 wxPy_END_ALLOW_THREADS
;
6612 } _resultobj
= Py_BuildValue("i",_result
);
6616 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
6617 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6618 PyObject
* _resultobj
;
6621 PyObject
* _argo0
= 0;
6622 char *_kwnames
[] = { "self", NULL
};
6625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
6628 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6629 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
6635 wxPy_BEGIN_ALLOW_THREADS
;
6636 _result
= (int )wxSlider_GetSelStart(_arg0
);
6638 wxPy_END_ALLOW_THREADS
;
6639 } _resultobj
= Py_BuildValue("i",_result
);
6643 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
6644 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6645 PyObject
* _resultobj
;
6648 PyObject
* _argo0
= 0;
6649 char *_kwnames
[] = { "self", NULL
};
6652 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
6655 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6656 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6657 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
6662 wxPy_BEGIN_ALLOW_THREADS
;
6663 _result
= (int )wxSlider_GetThumbLength(_arg0
);
6665 wxPy_END_ALLOW_THREADS
;
6666 } _resultobj
= Py_BuildValue("i",_result
);
6670 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
6671 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6672 PyObject
* _resultobj
;
6675 PyObject
* _argo0
= 0;
6676 char *_kwnames
[] = { "self", NULL
};
6679 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_kwnames
,&_argo0
))
6682 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6683 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6684 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
6689 wxPy_BEGIN_ALLOW_THREADS
;
6690 _result
= (int )wxSlider_GetTickFreq(_arg0
);
6692 wxPy_END_ALLOW_THREADS
;
6693 } _resultobj
= Py_BuildValue("i",_result
);
6697 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
6698 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6699 PyObject
* _resultobj
;
6702 PyObject
* _argo0
= 0;
6703 char *_kwnames
[] = { "self", NULL
};
6706 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_kwnames
,&_argo0
))
6709 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6710 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6711 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
6716 wxPy_BEGIN_ALLOW_THREADS
;
6717 _result
= (int )wxSlider_GetValue(_arg0
);
6719 wxPy_END_ALLOW_THREADS
;
6720 } _resultobj
= Py_BuildValue("i",_result
);
6724 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
6725 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6726 PyObject
* _resultobj
;
6730 PyObject
* _argo0
= 0;
6731 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
6734 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6737 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6738 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6739 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
6744 wxPy_BEGIN_ALLOW_THREADS
;
6745 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
6747 wxPy_END_ALLOW_THREADS
;
6748 } Py_INCREF(Py_None
);
6749 _resultobj
= Py_None
;
6753 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
6754 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6755 PyObject
* _resultobj
;
6759 PyObject
* _argo0
= 0;
6760 char *_kwnames
[] = { "self","n","pos", NULL
};
6763 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6766 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6767 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6768 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
6773 wxPy_BEGIN_ALLOW_THREADS
;
6774 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
6776 wxPy_END_ALLOW_THREADS
;
6777 } Py_INCREF(Py_None
);
6778 _resultobj
= Py_None
;
6782 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
6783 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6784 PyObject
* _resultobj
;
6787 PyObject
* _argo0
= 0;
6788 char *_kwnames
[] = { "self","lineSize", NULL
};
6791 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
6794 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6795 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6796 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
6801 wxPy_BEGIN_ALLOW_THREADS
;
6802 wxSlider_SetLineSize(_arg0
,_arg1
);
6804 wxPy_END_ALLOW_THREADS
;
6805 } Py_INCREF(Py_None
);
6806 _resultobj
= Py_None
;
6810 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
6811 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6812 PyObject
* _resultobj
;
6815 PyObject
* _argo0
= 0;
6816 char *_kwnames
[] = { "self","pageSize", NULL
};
6819 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
6822 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6823 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6824 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
6829 wxPy_BEGIN_ALLOW_THREADS
;
6830 wxSlider_SetPageSize(_arg0
,_arg1
);
6832 wxPy_END_ALLOW_THREADS
;
6833 } Py_INCREF(Py_None
);
6834 _resultobj
= Py_None
;
6838 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
6839 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6840 PyObject
* _resultobj
;
6844 PyObject
* _argo0
= 0;
6845 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
6848 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6851 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6852 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6853 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
6858 wxPy_BEGIN_ALLOW_THREADS
;
6859 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
6861 wxPy_END_ALLOW_THREADS
;
6862 } Py_INCREF(Py_None
);
6863 _resultobj
= Py_None
;
6867 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
6868 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6869 PyObject
* _resultobj
;
6872 PyObject
* _argo0
= 0;
6873 char *_kwnames
[] = { "self","len", NULL
};
6876 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
6879 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6880 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6881 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
6886 wxPy_BEGIN_ALLOW_THREADS
;
6887 wxSlider_SetThumbLength(_arg0
,_arg1
);
6889 wxPy_END_ALLOW_THREADS
;
6890 } Py_INCREF(Py_None
);
6891 _resultobj
= Py_None
;
6895 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
6896 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6897 PyObject
* _resultobj
;
6900 PyObject
* _argo0
= 0;
6901 char *_kwnames
[] = { "self","tickPos", NULL
};
6904 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
6907 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6908 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6909 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
6914 wxPy_BEGIN_ALLOW_THREADS
;
6915 wxSlider_SetTick(_arg0
,_arg1
);
6917 wxPy_END_ALLOW_THREADS
;
6918 } Py_INCREF(Py_None
);
6919 _resultobj
= Py_None
;
6923 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6924 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6925 PyObject
* _resultobj
;
6928 PyObject
* _argo0
= 0;
6929 char *_kwnames
[] = { "self","value", NULL
};
6932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
6935 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6936 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6937 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
6942 wxPy_BEGIN_ALLOW_THREADS
;
6943 wxSlider_SetValue(_arg0
,_arg1
);
6945 wxPy_END_ALLOW_THREADS
;
6946 } Py_INCREF(Py_None
);
6947 _resultobj
= Py_None
;
6951 static PyMethodDef controlscMethods
[] = {
6952 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6953 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
6954 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
6955 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6956 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
6957 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
6958 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
6959 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
6960 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6961 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
6962 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
6963 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
6964 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
6965 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
6966 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
6967 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
6968 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
6969 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
6970 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
6971 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
6972 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6973 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6974 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
6975 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
6976 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
6977 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6978 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6979 { "wxRadioBox_SetItemLabel", (PyCFunction
) _wrap_wxRadioBox_SetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
6980 { "wxRadioBox_Number", (PyCFunction
) _wrap_wxRadioBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
6981 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6982 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
6983 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6984 { "wxRadioBox_GetItemLabel", (PyCFunction
) _wrap_wxRadioBox_GetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
6985 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
6986 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
6987 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
6988 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
6989 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
6990 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
6991 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
6992 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
6993 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6994 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
6995 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6996 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
6997 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
6998 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
6999 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
7000 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7001 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
7002 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7003 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7004 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7005 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
7006 { "wxTextCtrl_write", (PyCFunction
) _wrap_wxTextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
},
7007 { "wxTextCtrl_Redo", (PyCFunction
) _wrap_wxTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
7008 { "wxTextCtrl_Undo", (PyCFunction
) _wrap_wxTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
7009 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
7010 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7011 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
7012 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
7013 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
7014 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
7015 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
7016 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
7017 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
7018 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
7019 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
7020 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7021 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7022 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7023 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7024 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
7025 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
7026 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7027 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7028 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
7029 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7030 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
7031 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
7032 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7033 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
7034 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
7035 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
7036 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7037 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7038 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
7039 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7040 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7041 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7042 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
7043 { "wxCheckListBox_GetItemHeight", (PyCFunction
) _wrap_wxCheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
},
7044 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
7045 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
7046 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
7047 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7048 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
7049 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7050 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
7051 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
7052 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
7053 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
7054 { "wxListBox_Number", (PyCFunction
) _wrap_wxListBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7055 { "wxListBox_GetStringSelection", (PyCFunction
) _wrap_wxListBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7056 { "wxListBox_GetString", (PyCFunction
) _wrap_wxListBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7057 { "wxListBox_InsertItems", (PyCFunction
) _wrap_wxListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
7058 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
7059 { "wxListBox_GetSelection", (PyCFunction
) _wrap_wxListBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7060 { "wxListBox_FindString", (PyCFunction
) _wrap_wxListBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7061 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
7062 { "wxListBox_Delete", (PyCFunction
) _wrap_wxListBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7063 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7064 { "wxListBox_Append", (PyCFunction
) _wrap_wxListBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7065 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
7066 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7067 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7068 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
7069 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
7070 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
7071 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7072 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7073 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7074 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7075 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7076 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7077 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7078 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7079 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
7080 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7081 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
7082 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7083 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7084 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7085 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7086 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7087 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7088 { "wxComboBox_Number", (PyCFunction
) _wrap_wxComboBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7089 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7090 { "wxComboBox_GetStringSelection", (PyCFunction
) _wrap_wxComboBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7091 { "wxComboBox_GetString", (PyCFunction
) _wrap_wxComboBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7092 { "wxComboBox_GetSelection", (PyCFunction
) _wrap_wxComboBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7093 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7094 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7095 { "wxComboBox_FindString", (PyCFunction
) _wrap_wxComboBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7096 { "wxComboBox_Delete", (PyCFunction
) _wrap_wxComboBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7097 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7098 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7099 { "wxComboBox_Clear", (PyCFunction
) _wrap_wxComboBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7100 { "wxComboBox_Append", (PyCFunction
) _wrap_wxComboBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7101 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
7102 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7103 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7104 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7105 { "wxChoice_Number", (PyCFunction
) _wrap_wxChoice_Number
, METH_VARARGS
| METH_KEYWORDS
},
7106 { "wxChoice_GetStringSelection", (PyCFunction
) _wrap_wxChoice_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7107 { "wxChoice_GetString", (PyCFunction
) _wrap_wxChoice_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7108 { "wxChoice_GetSelection", (PyCFunction
) _wrap_wxChoice_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7109 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7110 { "wxChoice_FindString", (PyCFunction
) _wrap_wxChoice_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7111 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7112 { "wxChoice_Append", (PyCFunction
) _wrap_wxChoice_Append
, METH_VARARGS
| METH_KEYWORDS
},
7113 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
7114 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7115 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7116 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
7117 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7118 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7119 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7120 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7121 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7122 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7123 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7124 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7125 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
7126 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
7127 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
7128 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7129 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7130 { "wxControl_Command", (PyCFunction
) _wrap_wxControl_Command
, METH_VARARGS
| METH_KEYWORDS
},
7137 * This table is used by the pointer type-checker
7139 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
7140 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
7141 { "_wxEvent","_class_wxEvent",0},
7142 { "_class_wxActivateEvent","_wxActivateEvent",0},
7143 { "_signed_long","_long",0},
7144 { "_wxMenuEvent","_class_wxMenuEvent",0},
7145 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
7146 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
7147 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
7148 { "_wxPrintQuality","_wxCoord",0},
7149 { "_wxPrintQuality","_int",0},
7150 { "_wxPrintQuality","_signed_int",0},
7151 { "_wxPrintQuality","_unsigned_int",0},
7152 { "_wxPrintQuality","_wxWindowID",0},
7153 { "_wxPrintQuality","_uint",0},
7154 { "_wxPrintQuality","_EBool",0},
7155 { "_wxPrintQuality","_size_t",0},
7156 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
7157 { "_class_wxRegionIterator","_wxRegionIterator",0},
7158 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
7159 { "_class_wxMenuBar","_wxMenuBar",0},
7160 { "_class_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7161 { "_class_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7162 { "_class_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7163 { "_class_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7164 { "_class_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7165 { "_class_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7166 { "_class_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7167 { "_class_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7168 { "_class_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7169 { "_class_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7170 { "_class_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7171 { "_class_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7172 { "_class_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7173 { "_class_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7174 { "_class_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7175 { "_class_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7176 { "_class_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7177 { "_class_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7178 { "_class_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7179 { "_class_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7180 { "_class_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7181 { "_class_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7182 { "_class_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7183 { "_class_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7184 { "_class_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7185 { "_class_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7186 { "_class_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7187 { "_class_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7188 { "_class_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7189 { "_class_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7190 { "_class_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7191 { "_class_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7192 { "_class_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7193 { "_class_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7194 { "_class_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7195 { "_class_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7196 { "_class_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7197 { "_class_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7198 { "_class_wxEvtHandler","_wxEvtHandler",0},
7199 { "_wxPaintEvent","_class_wxPaintEvent",0},
7200 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
7201 { "_wxCursor","_class_wxCursor",0},
7202 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
7203 { "_wxMask","_class_wxMask",0},
7204 { "_wxPen","_class_wxPen",0},
7205 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
7206 { "_byte","_unsigned_char",0},
7207 { "_wxDataObject","_class_wxDataObject",0},
7208 { "_wxStaticBox","_class_wxStaticBox",0},
7209 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
7210 { "_wxPyDropSource","_class_wxPyDropSource",0},
7211 { "_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7212 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7213 { "_wxChoice","_class_wxChoice",0},
7214 { "_wxSlider","_class_wxSlider",0},
7215 { "_long","_wxDash",0},
7216 { "_long","_unsigned_long",0},
7217 { "_long","_signed_long",0},
7218 { "_wxImageList","_class_wxImageList",0},
7219 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
7220 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
7221 { "_wxBitmapButton","_class_wxBitmapButton",0},
7222 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
7223 { "_class_wxClipboard","_wxClipboard",0},
7224 { "_class_wxGauge","_wxGauge",0},
7225 { "_wxDC","_class_wxDC",0},
7226 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
7227 { "_wxSpinEvent","_class_wxSpinEvent",0},
7228 { "_size_t","_wxCoord",0},
7229 { "_size_t","_wxPrintQuality",0},
7230 { "_size_t","_unsigned_int",0},
7231 { "_size_t","_int",0},
7232 { "_size_t","_wxWindowID",0},
7233 { "_size_t","_uint",0},
7234 { "_class_wxRealPoint","_wxRealPoint",0},
7235 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
7236 { "_wxPrinterDC","_class_wxPrinterDC",0},
7237 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
7238 { "_class_wxMenuItem","_wxMenuItem",0},
7239 { "_class_wxPaintEvent","_wxPaintEvent",0},
7240 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
7241 { "_wxPanel","_class_wxPanel",0},
7242 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
7243 { "_wxCheckBox","_class_wxCheckBox",0},
7244 { "_wxPyEvent","_class_wxPyEvent",0},
7245 { "_wxTextCtrl","_class_wxTextCtrl",0},
7246 { "_class_wxMask","_wxMask",0},
7247 { "_wxTextDataObject","_class_wxTextDataObject",0},
7248 { "_class_wxKeyEvent","_wxKeyEvent",0},
7249 { "_wxColour","_class_wxColour",0},
7250 { "_class_wxDialog","_wxDialog",0},
7251 { "_class_wxFileDataObject","_wxFileDataObject",0},
7252 { "_wxIdleEvent","_class_wxIdleEvent",0},
7253 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
7254 { "_class_wxDataObject","_wxDataObject",0},
7255 { "_wxStaticLine","_class_wxStaticLine",0},
7256 { "_wxBrush","_class_wxBrush",0},
7257 { "_wxDataFormat","_class_wxDataFormat",0},
7258 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
7259 { "_wxShowEvent","_class_wxShowEvent",0},
7260 { "_uint","_wxCoord",0},
7261 { "_uint","_wxPrintQuality",0},
7262 { "_uint","_size_t",0},
7263 { "_uint","_unsigned_int",0},
7264 { "_uint","_int",0},
7265 { "_uint","_wxWindowID",0},
7266 { "_wxPyValidator","_class_wxPyValidator",0},
7267 { "_class_wxEvent","_wxEvent",0},
7268 { "_wxCheckListBox","_class_wxCheckListBox",0},
7269 { "_wxRect","_class_wxRect",0},
7270 { "_wxCommandEvent","_class_wxCommandEvent",0},
7271 { "_wxSizeEvent","_class_wxSizeEvent",0},
7272 { "_wxPoint","_class_wxPoint",0},
7273 { "_class_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7274 { "_class_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7275 { "_class_wxButton","_wxButton",0},
7276 { "_wxRadioBox","_class_wxRadioBox",0},
7277 { "_wxBitmap","_class_wxBitmap",0},
7278 { "_wxPyTimer","_class_wxPyTimer",0},
7279 { "_wxWindowDC","_class_wxWindowDC",0},
7280 { "_wxScrollBar","_class_wxScrollBar",0},
7281 { "_wxSpinButton","_class_wxSpinButton",0},
7282 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
7283 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
7284 { "_class_wxValidator","_wxValidator",0},
7285 { "_class_wxPyEvent","_wxPyEvent",0},
7286 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
7287 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
7288 { "_wxDropTarget","_class_wxDropTarget",0},
7289 { "_class_wxStaticLine","_wxStaticLine",0},
7290 { "_wxScrollEvent","_class_wxScrollEvent",0},
7291 { "_EBool","_wxCoord",0},
7292 { "_EBool","_wxPrintQuality",0},
7293 { "_EBool","_signed_int",0},
7294 { "_EBool","_int",0},
7295 { "_EBool","_wxWindowID",0},
7296 { "_class_wxRegion","_wxRegion",0},
7297 { "_class_wxDataFormat","_wxDataFormat",0},
7298 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
7299 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
7300 { "_wxStaticText","_class_wxStaticText",0},
7301 { "_wxFont","_class_wxFont",0},
7302 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
7303 { "_wxCloseEvent","_class_wxCloseEvent",0},
7304 { "_unsigned_long","_wxDash",0},
7305 { "_unsigned_long","_long",0},
7306 { "_class_wxRect","_wxRect",0},
7307 { "_class_wxDC","_wxDC",0},
7308 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
7309 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
7310 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
7311 { "_class_wxPyTimer","_wxPyTimer",0},
7312 { "_wxFocusEvent","_class_wxFocusEvent",0},
7313 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
7314 { "_class_wxSpinButton","_wxSpinButton",0},
7315 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
7316 { "_class_wxPanel","_wxPanel",0},
7317 { "_class_wxCheckBox","_wxCheckBox",0},
7318 { "_wxComboBox","_class_wxComboBox",0},
7319 { "_wxRadioButton","_class_wxRadioButton",0},
7320 { "_signed_int","_wxCoord",0},
7321 { "_signed_int","_wxPrintQuality",0},
7322 { "_signed_int","_EBool",0},
7323 { "_signed_int","_wxWindowID",0},
7324 { "_signed_int","_int",0},
7325 { "_class_wxTextCtrl","_wxTextCtrl",0},
7326 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
7327 { "_wxMetaFileDC","_class_wxMetaFileDC",0},
7328 { "_class_wxTextDataObject","_wxTextDataObject",0},
7329 { "_wxMenu","_class_wxMenu",0},
7330 { "_class_wxMoveEvent","_wxMoveEvent",0},
7331 { "_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7332 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7333 { "_wxListBox","_class_wxListBox",0},
7334 { "_wxScreenDC","_class_wxScreenDC",0},
7335 { "_WXTYPE","_short",0},
7336 { "_WXTYPE","_signed_short",0},
7337 { "_WXTYPE","_unsigned_short",0},
7338 { "_class_wxDropTarget","_wxDropTarget",0},
7339 { "_class_wxBrush","_wxBrush",0},
7340 { "_unsigned_short","_WXTYPE",0},
7341 { "_unsigned_short","_short",0},
7342 { "_class_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7343 { "_class_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7344 { "_class_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7345 { "_class_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7346 { "_class_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7347 { "_class_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7348 { "_class_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7349 { "_class_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7350 { "_class_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7351 { "_class_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7352 { "_class_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7353 { "_class_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7354 { "_class_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7355 { "_class_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7356 { "_class_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7357 { "_class_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7358 { "_class_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7359 { "_class_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7360 { "_class_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7361 { "_class_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7362 { "_class_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7363 { "_class_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7364 { "_class_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7365 { "_class_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7366 { "_class_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7367 { "_class_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7368 { "_class_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7369 { "_class_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7370 { "_class_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7371 { "_class_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7372 { "_class_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7373 { "_class_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7374 { "_class_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7375 { "_class_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7376 { "_class_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7377 { "_class_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7378 { "_class_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7379 { "_class_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7380 { "_class_wxWindow","_wxWindow",0},
7381 { "_class_wxStaticText","_wxStaticText",0},
7382 { "_class_wxFont","_wxFont",0},
7383 { "_wxClipboard","_class_wxClipboard",0},
7384 { "_class_wxPyValidator","_wxPyValidator",0},
7385 { "_class_wxCloseEvent","_wxCloseEvent",0},
7386 { "_wxBusyInfo","_class_wxBusyInfo",0},
7387 { "_class_wxMenuEvent","_wxMenuEvent",0},
7388 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
7389 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
7390 { "_wxClientDC","_class_wxClientDC",0},
7391 { "_wxMouseEvent","_class_wxMouseEvent",0},
7392 { "_class_wxPoint","_wxPoint",0},
7393 { "_wxRealPoint","_class_wxRealPoint",0},
7394 { "_class_wxRadioBox","_wxRadioBox",0},
7395 { "_signed_short","_WXTYPE",0},
7396 { "_signed_short","_short",0},
7397 { "_wxMemoryDC","_class_wxMemoryDC",0},
7398 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
7399 { "_wxPaintDC","_class_wxPaintDC",0},
7400 { "_class_wxWindowDC","_wxWindowDC",0},
7401 { "_class_wxFocusEvent","_wxFocusEvent",0},
7402 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
7403 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
7404 { "_class_wxCursor","_wxCursor",0},
7405 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
7406 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
7407 { "_unsigned_char","_byte",0},
7408 { "_class_wxMetaFileDC","_wxMetaFileDC",0},
7409 { "_class_wxMenu","_wxMenu",0},
7410 { "_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7411 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7412 { "_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7413 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7414 { "_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7415 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7416 { "_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7417 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7418 { "_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7419 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7420 { "_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7421 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7422 { "_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7423 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7424 { "_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7425 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7426 { "_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7427 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7428 { "_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7429 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7430 { "_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7431 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7432 { "_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7433 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7434 { "_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7435 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7436 { "_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7437 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7438 { "_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7439 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7440 { "_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7441 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7442 { "_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7443 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7444 { "_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7445 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
7446 { "_wxControl","_class_wxControl",0},
7447 { "_class_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7448 { "_class_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7449 { "_class_wxListBox","_wxListBox",0},
7450 { "_unsigned_int","_wxCoord",0},
7451 { "_unsigned_int","_wxPrintQuality",0},
7452 { "_unsigned_int","_size_t",0},
7453 { "_unsigned_int","_uint",0},
7454 { "_unsigned_int","_wxWindowID",0},
7455 { "_unsigned_int","_int",0},
7456 { "_wxIcon","_class_wxIcon",0},
7457 { "_wxDialog","_class_wxDialog",0},
7458 { "_class_wxPen","_wxPen",0},
7459 { "_short","_WXTYPE",0},
7460 { "_short","_unsigned_short",0},
7461 { "_short","_signed_short",0},
7462 { "_class_wxStaticBox","_wxStaticBox",0},
7463 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
7464 { "_class_wxPyDropSource","_wxPyDropSource",0},
7465 { "_class_wxScrollEvent","_wxScrollEvent",0},
7466 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
7467 { "_class_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7468 { "_class_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7469 { "_class_wxChoice","_wxChoice",0},
7470 { "_class_wxSlider","_wxSlider",0},
7471 { "_class_wxImageList","_wxImageList",0},
7472 { "_class_wxBitmapButton","_wxBitmapButton",0},
7473 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
7474 { "_wxWindowID","_wxCoord",0},
7475 { "_wxWindowID","_wxPrintQuality",0},
7476 { "_wxWindowID","_size_t",0},
7477 { "_wxWindowID","_EBool",0},
7478 { "_wxWindowID","_uint",0},
7479 { "_wxWindowID","_int",0},
7480 { "_wxWindowID","_signed_int",0},
7481 { "_wxWindowID","_unsigned_int",0},
7482 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
7483 { "_int","_wxCoord",0},
7484 { "_int","_wxPrintQuality",0},
7485 { "_int","_size_t",0},
7486 { "_int","_EBool",0},
7487 { "_int","_uint",0},
7488 { "_int","_wxWindowID",0},
7489 { "_int","_unsigned_int",0},
7490 { "_int","_signed_int",0},
7491 { "_class_wxMouseEvent","_wxMouseEvent",0},
7492 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
7493 { "_class_wxSpinEvent","_wxSpinEvent",0},
7494 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
7495 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
7496 { "_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7497 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7498 { "_wxButton","_class_wxButton",0},
7499 { "_wxSize","_class_wxSize",0},
7500 { "_wxRegionIterator","_class_wxRegionIterator",0},
7501 { "_class_wxPrinterDC","_wxPrinterDC",0},
7502 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
7503 { "_class_wxPaintDC","_wxPaintDC",0},
7504 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
7505 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
7506 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
7507 { "_class_wxComboBox","_wxComboBox",0},
7508 { "_class_wxRadioButton","_wxRadioButton",0},
7509 { "_wxValidator","_class_wxValidator",0},
7510 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
7511 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
7512 { "_class_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7513 { "_class_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7514 { "_class_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7515 { "_class_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7516 { "_class_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7517 { "_class_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7518 { "_class_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7519 { "_class_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7520 { "_class_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7521 { "_class_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7522 { "_class_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7523 { "_class_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7524 { "_class_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7525 { "_class_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7526 { "_class_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7527 { "_class_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7528 { "_class_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7529 { "_class_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7530 { "_class_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7531 { "_class_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7532 { "_class_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7533 { "_class_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7534 { "_class_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7535 { "_class_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7536 { "_class_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7537 { "_class_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7538 { "_class_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7539 { "_class_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7540 { "_class_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7541 { "_class_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7542 { "_class_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7543 { "_class_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7544 { "_class_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7545 { "_class_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7546 { "_class_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7547 { "_class_wxControl","_wxButton",SwigwxButtonTowxControl
},
7548 { "_class_wxControl","_wxControl",0},
7549 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
7550 { "_class_wxIcon","_wxIcon",0},
7551 { "_class_wxColour","_wxColour",0},
7552 { "_class_wxScreenDC","_wxScreenDC",0},
7553 { "_wxPalette","_class_wxPalette",0},
7554 { "_class_wxIdleEvent","_wxIdleEvent",0},
7555 { "_wxCoord","_int",0},
7556 { "_wxCoord","_signed_int",0},
7557 { "_wxCoord","_unsigned_int",0},
7558 { "_wxCoord","_wxWindowID",0},
7559 { "_wxCoord","_uint",0},
7560 { "_wxCoord","_EBool",0},
7561 { "_wxCoord","_size_t",0},
7562 { "_wxCoord","_wxPrintQuality",0},
7563 { "_wxEraseEvent","_class_wxEraseEvent",0},
7564 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
7565 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
7566 { "_wxRegion","_class_wxRegion",0},
7567 { "_class_wxShowEvent","_wxShowEvent",0},
7568 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
7569 { "_wxActivateEvent","_class_wxActivateEvent",0},
7570 { "_wxGauge","_class_wxGauge",0},
7571 { "_class_wxCheckListBox","_wxCheckListBox",0},
7572 { "_class_wxBusyInfo","_wxBusyInfo",0},
7573 { "_class_wxCommandEvent","_wxCommandEvent",0},
7574 { "_class_wxClientDC","_wxClientDC",0},
7575 { "_class_wxSizeEvent","_wxSizeEvent",0},
7576 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
7577 { "_class_wxSize","_wxSize",0},
7578 { "_class_wxBitmap","_wxBitmap",0},
7579 { "_class_wxMemoryDC","_wxMemoryDC",0},
7580 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
7581 { "_wxMenuBar","_class_wxMenuBar",0},
7582 { "_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7583 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7584 { "_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7585 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7586 { "_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7587 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7588 { "_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7589 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7590 { "_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7591 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7592 { "_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7593 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7594 { "_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7595 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7596 { "_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7597 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7598 { "_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7599 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7600 { "_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7601 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7602 { "_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7603 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7604 { "_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7605 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7606 { "_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7607 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7608 { "_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7609 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7610 { "_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7611 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7612 { "_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7613 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7614 { "_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7615 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7616 { "_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7617 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7618 { "_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7619 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7620 { "_wxEvtHandler","_class_wxEvtHandler",0},
7621 { "_wxMenuItem","_class_wxMenuItem",0},
7622 { "_class_wxScrollBar","_wxScrollBar",0},
7623 { "_wxDash","_unsigned_long",0},
7624 { "_wxDash","_long",0},
7625 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
7626 { "_wxKeyEvent","_class_wxKeyEvent",0},
7627 { "_wxMoveEvent","_class_wxMoveEvent",0},
7628 { "_class_wxPalette","_wxPalette",0},
7629 { "_wxFileDataObject","_class_wxFileDataObject",0},
7630 { "_class_wxEraseEvent","_wxEraseEvent",0},
7631 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
7632 { "_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7633 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7634 { "_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7635 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7636 { "_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7637 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7638 { "_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7639 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7640 { "_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7641 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7642 { "_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7643 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7644 { "_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7645 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7646 { "_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7647 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7648 { "_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7649 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7650 { "_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7651 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7652 { "_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7653 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7654 { "_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7655 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7656 { "_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7657 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7658 { "_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7659 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7660 { "_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7661 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7662 { "_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7663 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7664 { "_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7665 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7666 { "_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7667 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7668 { "_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7669 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7670 { "_wxWindow","_class_wxWindow",0},
7671 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
7674 static PyObject
*SWIG_globals
;
7678 SWIGEXPORT(void) initcontrolsc() {
7680 SWIG_globals
= SWIG_newvarlink();
7681 m
= Py_InitModule("controlsc", controlscMethods
);
7682 d
= PyModule_GetDict(m
);
7683 PyDict_SetItemString(d
,"cvar", SWIG_globals
);
7684 SWIG_addvarlink(SWIG_globals
,"wxDefaultValidator",_wrap_wxDefaultValidator_get
, _wrap_wxDefaultValidator_set
);
7687 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
7688 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);