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 int _arg2
= (int ) TRUE
;
3690 PyObject
* _argo0
= 0;
3691 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
3694 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3697 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3698 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3699 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
3704 wxPy_BEGIN_ALLOW_THREADS
;
3705 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
3707 wxPy_END_ALLOW_THREADS
;
3708 } Py_INCREF(Py_None
);
3709 _resultobj
= Py_None
;
3713 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
3714 static PyObject
*_wrap_wxCheckListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3715 PyObject
* _resultobj
;
3716 wxCheckListBox
* _arg0
;
3720 PyObject
* _argo0
= 0;
3721 PyObject
* _obj2
= 0;
3722 char *_kwnames
[] = { "self","LIST","pos", NULL
};
3725 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxCheckListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
3728 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3729 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3730 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
3735 _arg2
= wxString_LIST_helper(_obj2
);
3736 if (_arg2
== NULL
) {
3742 _arg1
= PyList_Size(_obj2
);
3749 wxPy_BEGIN_ALLOW_THREADS
;
3750 wxCheckListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
3752 wxPy_END_ALLOW_THREADS
;
3753 } Py_INCREF(Py_None
);
3754 _resultobj
= Py_None
;
3761 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
3762 static PyObject
*_wrap_wxCheckListBox_GetItemHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3763 PyObject
* _resultobj
;
3765 wxCheckListBox
* _arg0
;
3766 PyObject
* _argo0
= 0;
3767 char *_kwnames
[] = { "self", NULL
};
3770 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckListBox_GetItemHeight",_kwnames
,&_argo0
))
3773 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3774 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3775 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
3780 wxPy_BEGIN_ALLOW_THREADS
;
3781 _result
= (int )wxCheckListBox_GetItemHeight(_arg0
);
3783 wxPy_END_ALLOW_THREADS
;
3784 } _resultobj
= Py_BuildValue("i",_result
);
3788 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
3791 src
= (wxTextCtrl
*) ptr
;
3792 dest
= (wxControl
*) src
;
3793 return (void *) dest
;
3796 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
3799 src
= (wxTextCtrl
*) ptr
;
3800 dest
= (wxWindow
*) src
;
3801 return (void *) dest
;
3804 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
3807 src
= (wxTextCtrl
*) ptr
;
3808 dest
= (wxEvtHandler
*) src
;
3809 return (void *) dest
;
3812 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3813 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3814 PyObject
* _resultobj
;
3815 wxTextCtrl
* _result
;
3818 char * _arg2
= (char *) "";
3819 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
3820 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
3821 long _arg5
= (long ) 0;
3822 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
3823 char * _arg7
= (char *) "text";
3824 PyObject
* _argo0
= 0;
3826 PyObject
* _obj3
= 0;
3828 PyObject
* _obj4
= 0;
3829 PyObject
* _argo6
= 0;
3830 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
3834 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOlOs:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
3837 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3838 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3839 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
3846 if (! wxPoint_helper(_obj3
, &_arg3
))
3852 if (! wxSize_helper(_obj4
, &_arg4
))
3856 if (_argo6
== Py_None
) { _arg6
= NULL
; }
3857 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
3858 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
3863 wxPy_BEGIN_ALLOW_THREADS
;
3864 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
3866 wxPy_END_ALLOW_THREADS
;
3868 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
3869 _resultobj
= Py_BuildValue("s",_ptemp
);
3872 _resultobj
= Py_None
;
3877 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
3878 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3879 PyObject
* _resultobj
;
3881 PyObject
* _argo0
= 0;
3882 char *_kwnames
[] = { "self", NULL
};
3885 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
3888 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3889 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3890 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
3895 wxPy_BEGIN_ALLOW_THREADS
;
3896 wxTextCtrl_Clear(_arg0
);
3898 wxPy_END_ALLOW_THREADS
;
3899 } Py_INCREF(Py_None
);
3900 _resultobj
= Py_None
;
3904 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
3905 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3906 PyObject
* _resultobj
;
3908 PyObject
* _argo0
= 0;
3909 char *_kwnames
[] = { "self", NULL
};
3912 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
3915 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3916 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3917 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
3922 wxPy_BEGIN_ALLOW_THREADS
;
3923 wxTextCtrl_Copy(_arg0
);
3925 wxPy_END_ALLOW_THREADS
;
3926 } Py_INCREF(Py_None
);
3927 _resultobj
= Py_None
;
3931 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
3932 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3933 PyObject
* _resultobj
;
3935 PyObject
* _argo0
= 0;
3936 char *_kwnames
[] = { "self", NULL
};
3939 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
3942 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3943 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3944 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
3949 wxPy_BEGIN_ALLOW_THREADS
;
3950 wxTextCtrl_Cut(_arg0
);
3952 wxPy_END_ALLOW_THREADS
;
3953 } Py_INCREF(Py_None
);
3954 _resultobj
= Py_None
;
3958 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
3959 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3960 PyObject
* _resultobj
;
3962 PyObject
* _argo0
= 0;
3963 char *_kwnames
[] = { "self", NULL
};
3966 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
3969 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3970 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3971 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
3976 wxPy_BEGIN_ALLOW_THREADS
;
3977 wxTextCtrl_DiscardEdits(_arg0
);
3979 wxPy_END_ALLOW_THREADS
;
3980 } Py_INCREF(Py_None
);
3981 _resultobj
= Py_None
;
3985 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3986 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3987 PyObject
* _resultobj
;
3990 PyObject
* _argo0
= 0;
3991 char *_kwnames
[] = { "self", NULL
};
3994 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetInsertionPoint",_kwnames
,&_argo0
))
3997 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3998 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3999 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
4004 wxPy_BEGIN_ALLOW_THREADS
;
4005 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
4007 wxPy_END_ALLOW_THREADS
;
4008 } _resultobj
= Py_BuildValue("l",_result
);
4012 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
4013 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4014 PyObject
* _resultobj
;
4017 PyObject
* _argo0
= 0;
4018 char *_kwnames
[] = { "self", NULL
};
4021 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetLastPosition",_kwnames
,&_argo0
))
4024 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4025 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4026 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
4031 wxPy_BEGIN_ALLOW_THREADS
;
4032 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
4034 wxPy_END_ALLOW_THREADS
;
4035 } _resultobj
= Py_BuildValue("l",_result
);
4039 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
4040 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4041 PyObject
* _resultobj
;
4045 PyObject
* _argo0
= 0;
4046 char *_kwnames
[] = { "self","lineNo", NULL
};
4049 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
4052 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4053 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4054 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
4059 wxPy_BEGIN_ALLOW_THREADS
;
4060 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
4062 wxPy_END_ALLOW_THREADS
;
4063 } _resultobj
= Py_BuildValue("i",_result
);
4067 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
4068 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4069 PyObject
* _resultobj
;
4073 PyObject
* _argo0
= 0;
4074 char *_kwnames
[] = { "self","lineNo", NULL
};
4077 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
4080 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4081 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4082 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
4087 wxPy_BEGIN_ALLOW_THREADS
;
4088 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
4090 wxPy_END_ALLOW_THREADS
;
4092 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
4100 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
4101 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4102 PyObject
* _resultobj
;
4105 PyObject
* _argo0
= 0;
4106 char *_kwnames
[] = { "self", NULL
};
4109 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
4112 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4113 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4114 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
4119 wxPy_BEGIN_ALLOW_THREADS
;
4120 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
4122 wxPy_END_ALLOW_THREADS
;
4123 } _resultobj
= Py_BuildValue("i",_result
);
4127 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
4128 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4129 PyObject
* _resultobj
;
4132 PyObject
* _argo0
= 0;
4133 char *_kwnames
[] = { "self", NULL
};
4136 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_kwnames
,&_argo0
))
4139 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4140 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4141 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
4146 wxPy_BEGIN_ALLOW_THREADS
;
4147 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
4149 wxPy_END_ALLOW_THREADS
;
4151 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
4159 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
4160 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4161 PyObject
* _resultobj
;
4164 PyObject
* _argo0
= 0;
4165 char *_kwnames
[] = { "self", NULL
};
4168 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
4171 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4172 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4173 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
4178 wxPy_BEGIN_ALLOW_THREADS
;
4179 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
4181 wxPy_END_ALLOW_THREADS
;
4182 } _resultobj
= Py_BuildValue("i",_result
);
4186 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
4187 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4188 PyObject
* _resultobj
;
4192 PyObject
* _argo0
= 0;
4193 PyObject
* _obj1
= 0;
4194 char *_kwnames
[] = { "self","filename", NULL
};
4197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
4200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
4207 if (!PyString_Check(_obj1
)) {
4208 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4211 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4214 wxPy_BEGIN_ALLOW_THREADS
;
4215 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
4217 wxPy_END_ALLOW_THREADS
;
4218 } _resultobj
= Py_BuildValue("i",_result
);
4226 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
4227 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4228 PyObject
* _resultobj
;
4230 PyObject
* _argo0
= 0;
4231 char *_kwnames
[] = { "self", NULL
};
4234 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_kwnames
,&_argo0
))
4237 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4238 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4239 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
4244 wxPy_BEGIN_ALLOW_THREADS
;
4245 wxTextCtrl_Paste(_arg0
);
4247 wxPy_END_ALLOW_THREADS
;
4248 } Py_INCREF(Py_None
);
4249 _resultobj
= Py_None
;
4253 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
4254 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4255 PyObject
* _resultobj
;
4262 PyObject
* _argo0
= 0;
4263 char *_kwnames
[] = { "self","pos", NULL
};
4272 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
4275 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4276 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4277 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
4282 wxPy_BEGIN_ALLOW_THREADS
;
4283 wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
4285 wxPy_END_ALLOW_THREADS
;
4286 } Py_INCREF(Py_None
);
4287 _resultobj
= Py_None
;
4290 o
= PyInt_FromLong((long) (*_arg2
));
4291 _resultobj
= t_output_helper(_resultobj
, o
);
4295 o
= PyInt_FromLong((long) (*_arg3
));
4296 _resultobj
= t_output_helper(_resultobj
, o
);
4301 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
4302 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4303 PyObject
* _resultobj
;
4307 PyObject
* _argo0
= 0;
4308 char *_kwnames
[] = { "self","from","to", NULL
};
4311 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4314 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4315 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4316 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
4321 wxPy_BEGIN_ALLOW_THREADS
;
4322 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
4324 wxPy_END_ALLOW_THREADS
;
4325 } Py_INCREF(Py_None
);
4326 _resultobj
= Py_None
;
4330 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
4331 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4332 PyObject
* _resultobj
;
4337 PyObject
* _argo0
= 0;
4338 PyObject
* _obj3
= 0;
4339 char *_kwnames
[] = { "self","from","to","value", NULL
};
4342 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
4345 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4346 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4347 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
4352 if (!PyString_Check(_obj3
)) {
4353 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4356 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
4359 wxPy_BEGIN_ALLOW_THREADS
;
4360 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
4362 wxPy_END_ALLOW_THREADS
;
4363 } Py_INCREF(Py_None
);
4364 _resultobj
= Py_None
;
4372 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
4373 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4374 PyObject
* _resultobj
;
4378 PyObject
* _argo0
= 0;
4379 PyObject
* _obj1
= 0;
4380 char *_kwnames
[] = { "self","filename", NULL
};
4383 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
4386 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4387 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4388 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
4393 if (!PyString_Check(_obj1
)) {
4394 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4397 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4400 wxPy_BEGIN_ALLOW_THREADS
;
4401 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
4403 wxPy_END_ALLOW_THREADS
;
4404 } _resultobj
= Py_BuildValue("i",_result
);
4412 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
4413 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4414 PyObject
* _resultobj
;
4417 PyObject
* _argo0
= 0;
4419 char *_kwnames
[] = { "self","editable", NULL
};
4422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
4425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
4431 _arg1
= (bool ) tempbool1
;
4433 wxPy_BEGIN_ALLOW_THREADS
;
4434 wxTextCtrl_SetEditable(_arg0
,_arg1
);
4436 wxPy_END_ALLOW_THREADS
;
4437 } Py_INCREF(Py_None
);
4438 _resultobj
= Py_None
;
4442 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
4443 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4444 PyObject
* _resultobj
;
4447 PyObject
* _argo0
= 0;
4448 char *_kwnames
[] = { "self","pos", NULL
};
4451 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
4454 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4455 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4456 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
4461 wxPy_BEGIN_ALLOW_THREADS
;
4462 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
4464 wxPy_END_ALLOW_THREADS
;
4465 } Py_INCREF(Py_None
);
4466 _resultobj
= Py_None
;
4470 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
4471 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4472 PyObject
* _resultobj
;
4474 PyObject
* _argo0
= 0;
4475 char *_kwnames
[] = { "self", NULL
};
4478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames
,&_argo0
))
4481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
4488 wxPy_BEGIN_ALLOW_THREADS
;
4489 wxTextCtrl_SetInsertionPointEnd(_arg0
);
4491 wxPy_END_ALLOW_THREADS
;
4492 } Py_INCREF(Py_None
);
4493 _resultobj
= Py_None
;
4497 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4498 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4499 PyObject
* _resultobj
;
4503 PyObject
* _argo0
= 0;
4504 char *_kwnames
[] = { "self","from","to", NULL
};
4507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4510 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4511 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4512 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
4517 wxPy_BEGIN_ALLOW_THREADS
;
4518 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4520 wxPy_END_ALLOW_THREADS
;
4521 } Py_INCREF(Py_None
);
4522 _resultobj
= Py_None
;
4526 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4527 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4528 PyObject
* _resultobj
;
4531 PyObject
* _argo0
= 0;
4532 PyObject
* _obj1
= 0;
4533 char *_kwnames
[] = { "self","value", NULL
};
4536 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
4539 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4540 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4541 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
4546 if (!PyString_Check(_obj1
)) {
4547 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4550 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4553 wxPy_BEGIN_ALLOW_THREADS
;
4554 wxTextCtrl_SetValue(_arg0
,*_arg1
);
4556 wxPy_END_ALLOW_THREADS
;
4557 } Py_INCREF(Py_None
);
4558 _resultobj
= Py_None
;
4566 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
4567 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4568 PyObject
* _resultobj
;
4571 PyObject
* _argo0
= 0;
4572 char *_kwnames
[] = { "self","pos", NULL
};
4575 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
4578 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4579 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4580 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
4585 wxPy_BEGIN_ALLOW_THREADS
;
4586 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
4588 wxPy_END_ALLOW_THREADS
;
4589 } Py_INCREF(Py_None
);
4590 _resultobj
= Py_None
;
4594 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
4595 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4596 PyObject
* _resultobj
;
4599 PyObject
* _argo0
= 0;
4600 PyObject
* _obj1
= 0;
4601 char *_kwnames
[] = { "self","text", NULL
};
4604 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
4607 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4608 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4609 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
4614 if (!PyString_Check(_obj1
)) {
4615 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4618 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4621 wxPy_BEGIN_ALLOW_THREADS
;
4622 wxTextCtrl_WriteText(_arg0
,*_arg1
);
4624 wxPy_END_ALLOW_THREADS
;
4625 } Py_INCREF(Py_None
);
4626 _resultobj
= Py_None
;
4634 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
4635 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4636 PyObject
* _resultobj
;
4639 PyObject
* _argo0
= 0;
4640 PyObject
* _obj1
= 0;
4641 char *_kwnames
[] = { "self","text", NULL
};
4644 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
4647 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4648 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4649 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
4654 if (!PyString_Check(_obj1
)) {
4655 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4658 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4661 wxPy_BEGIN_ALLOW_THREADS
;
4662 wxTextCtrl_AppendText(_arg0
,*_arg1
);
4664 wxPy_END_ALLOW_THREADS
;
4665 } Py_INCREF(Py_None
);
4666 _resultobj
= Py_None
;
4674 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
4675 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4676 PyObject
* _resultobj
;
4681 PyObject
* _argo0
= 0;
4682 char *_kwnames
[] = { "self","x","y", NULL
};
4685 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4688 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4689 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4690 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
4695 wxPy_BEGIN_ALLOW_THREADS
;
4696 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
4698 wxPy_END_ALLOW_THREADS
;
4699 } _resultobj
= Py_BuildValue("l",_result
);
4703 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
4704 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4705 PyObject
* _resultobj
;
4708 PyObject
* _argo0
= 0;
4709 char *_kwnames
[] = { "self", NULL
};
4712 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
4715 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4716 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4717 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
4722 wxPy_BEGIN_ALLOW_THREADS
;
4723 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
4725 wxPy_END_ALLOW_THREADS
;
4726 } _resultobj
= Py_BuildValue("i",_result
);
4730 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
4731 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4732 PyObject
* _resultobj
;
4735 PyObject
* _argo0
= 0;
4736 char *_kwnames
[] = { "self", NULL
};
4739 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
4742 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4743 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4744 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
4749 wxPy_BEGIN_ALLOW_THREADS
;
4750 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
4752 wxPy_END_ALLOW_THREADS
;
4753 } _resultobj
= Py_BuildValue("i",_result
);
4757 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
4758 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4759 PyObject
* _resultobj
;
4762 PyObject
* _argo0
= 0;
4763 char *_kwnames
[] = { "self", NULL
};
4766 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
4769 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4770 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4771 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
4776 wxPy_BEGIN_ALLOW_THREADS
;
4777 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
4779 wxPy_END_ALLOW_THREADS
;
4780 } _resultobj
= Py_BuildValue("i",_result
);
4784 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
4785 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4786 PyObject
* _resultobj
;
4789 PyObject
* _argo0
= 0;
4790 char *_kwnames
[] = { "self", NULL
};
4793 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_kwnames
,&_argo0
))
4796 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4797 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4798 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
4803 wxPy_BEGIN_ALLOW_THREADS
;
4804 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
4806 wxPy_END_ALLOW_THREADS
;
4807 } _resultobj
= Py_BuildValue("i",_result
);
4811 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
4812 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4813 PyObject
* _resultobj
;
4816 PyObject
* _argo0
= 0;
4817 char *_kwnames
[] = { "self", NULL
};
4820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
4823 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4824 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4825 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
4830 wxPy_BEGIN_ALLOW_THREADS
;
4831 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
4833 wxPy_END_ALLOW_THREADS
;
4834 } _resultobj
= Py_BuildValue("i",_result
);
4838 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
4839 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4840 PyObject
* _resultobj
;
4846 PyObject
* _argo0
= 0;
4847 char *_kwnames
[] = { "self", NULL
};
4856 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_kwnames
,&_argo0
))
4859 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4860 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4861 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
4866 wxPy_BEGIN_ALLOW_THREADS
;
4867 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
4869 wxPy_END_ALLOW_THREADS
;
4870 } Py_INCREF(Py_None
);
4871 _resultobj
= Py_None
;
4874 o
= PyInt_FromLong((long) (*_arg1
));
4875 _resultobj
= t_output_helper(_resultobj
, o
);
4879 o
= PyInt_FromLong((long) (*_arg2
));
4880 _resultobj
= t_output_helper(_resultobj
, o
);
4885 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
4886 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4887 PyObject
* _resultobj
;
4890 PyObject
* _argo0
= 0;
4891 char *_kwnames
[] = { "self", NULL
};
4894 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
4897 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4898 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4899 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
4904 wxPy_BEGIN_ALLOW_THREADS
;
4905 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
4907 wxPy_END_ALLOW_THREADS
;
4908 } _resultobj
= Py_BuildValue("i",_result
);
4912 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
4913 static PyObject
*_wrap_wxTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4914 PyObject
* _resultobj
;
4916 PyObject
* _argo0
= 0;
4917 char *_kwnames
[] = { "self", NULL
};
4920 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Undo",_kwnames
,&_argo0
))
4923 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4924 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4925 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
4930 wxPy_BEGIN_ALLOW_THREADS
;
4931 wxTextCtrl_Undo(_arg0
);
4933 wxPy_END_ALLOW_THREADS
;
4934 } Py_INCREF(Py_None
);
4935 _resultobj
= Py_None
;
4939 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
4940 static PyObject
*_wrap_wxTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4941 PyObject
* _resultobj
;
4943 PyObject
* _argo0
= 0;
4944 char *_kwnames
[] = { "self", NULL
};
4947 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Redo",_kwnames
,&_argo0
))
4950 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4951 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4952 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
4957 wxPy_BEGIN_ALLOW_THREADS
;
4958 wxTextCtrl_Redo(_arg0
);
4960 wxPy_END_ALLOW_THREADS
;
4961 } Py_INCREF(Py_None
);
4962 _resultobj
= Py_None
;
4966 static void wxTextCtrl_write(wxTextCtrl
*self
,const wxString
& text
) {
4967 self
->AppendText(text
+ '\n');
4969 static PyObject
*_wrap_wxTextCtrl_write(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4970 PyObject
* _resultobj
;
4973 PyObject
* _argo0
= 0;
4974 PyObject
* _obj1
= 0;
4975 char *_kwnames
[] = { "self","text", NULL
};
4978 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_write",_kwnames
,&_argo0
,&_obj1
))
4981 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4982 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4983 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
4988 if (!PyString_Check(_obj1
)) {
4989 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4992 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4995 wxPy_BEGIN_ALLOW_THREADS
;
4996 wxTextCtrl_write(_arg0
,*_arg1
);
4998 wxPy_END_ALLOW_THREADS
;
4999 } Py_INCREF(Py_None
);
5000 _resultobj
= Py_None
;
5008 static void *SwigwxScrollBarTowxControl(void *ptr
) {
5011 src
= (wxScrollBar
*) ptr
;
5012 dest
= (wxControl
*) src
;
5013 return (void *) dest
;
5016 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
5019 src
= (wxScrollBar
*) ptr
;
5020 dest
= (wxWindow
*) src
;
5021 return (void *) dest
;
5024 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
5027 src
= (wxScrollBar
*) ptr
;
5028 dest
= (wxEvtHandler
*) src
;
5029 return (void *) dest
;
5032 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
5033 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5034 PyObject
* _resultobj
;
5035 wxScrollBar
* _result
;
5037 wxWindowID _arg1
= (wxWindowID
) -1;
5038 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5039 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5040 long _arg4
= (long ) wxSB_HORIZONTAL
;
5041 wxValidator
* _arg5
= (wxValidator
*) &wxPyDefaultValidator
;
5042 char * _arg6
= (char *) "scrollBar";
5043 PyObject
* _argo0
= 0;
5045 PyObject
* _obj2
= 0;
5047 PyObject
* _obj3
= 0;
5048 PyObject
* _argo5
= 0;
5049 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
5053 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOs:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_arg6
))
5056 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5057 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5058 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
5065 if (! wxPoint_helper(_obj2
, &_arg2
))
5071 if (! wxSize_helper(_obj3
, &_arg3
))
5075 if (_argo5
== Py_None
) { _arg5
= NULL
; }
5076 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
5077 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
5082 wxPy_BEGIN_ALLOW_THREADS
;
5083 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
5085 wxPy_END_ALLOW_THREADS
;
5087 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
5088 _resultobj
= Py_BuildValue("s",_ptemp
);
5091 _resultobj
= Py_None
;
5096 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
5097 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5098 PyObject
* _resultobj
;
5100 wxScrollBar
* _arg0
;
5101 PyObject
* _argo0
= 0;
5102 char *_kwnames
[] = { "self", NULL
};
5105 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
5108 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5109 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5110 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
5115 wxPy_BEGIN_ALLOW_THREADS
;
5116 _result
= (int )wxScrollBar_GetRange(_arg0
);
5118 wxPy_END_ALLOW_THREADS
;
5119 } _resultobj
= Py_BuildValue("i",_result
);
5123 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
5124 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5125 PyObject
* _resultobj
;
5127 wxScrollBar
* _arg0
;
5128 PyObject
* _argo0
= 0;
5129 char *_kwnames
[] = { "self", NULL
};
5132 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
5135 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5136 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5137 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
5142 wxPy_BEGIN_ALLOW_THREADS
;
5143 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
5145 wxPy_END_ALLOW_THREADS
;
5146 } _resultobj
= Py_BuildValue("i",_result
);
5150 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
5151 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5152 PyObject
* _resultobj
;
5154 wxScrollBar
* _arg0
;
5155 PyObject
* _argo0
= 0;
5156 char *_kwnames
[] = { "self", NULL
};
5159 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
5162 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5163 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5164 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
5169 wxPy_BEGIN_ALLOW_THREADS
;
5170 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
5172 wxPy_END_ALLOW_THREADS
;
5173 } _resultobj
= Py_BuildValue("i",_result
);
5177 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
5178 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5179 PyObject
* _resultobj
;
5181 wxScrollBar
* _arg0
;
5182 PyObject
* _argo0
= 0;
5183 char *_kwnames
[] = { "self", NULL
};
5186 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
5189 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5190 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5191 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
5196 wxPy_BEGIN_ALLOW_THREADS
;
5197 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
5199 wxPy_END_ALLOW_THREADS
;
5200 } _resultobj
= Py_BuildValue("i",_result
);
5204 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
5205 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5206 PyObject
* _resultobj
;
5207 wxScrollBar
* _arg0
;
5209 PyObject
* _argo0
= 0;
5210 char *_kwnames
[] = { "self","viewStart", NULL
};
5213 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
5216 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5217 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5218 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
5223 wxPy_BEGIN_ALLOW_THREADS
;
5224 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
5226 wxPy_END_ALLOW_THREADS
;
5227 } Py_INCREF(Py_None
);
5228 _resultobj
= Py_None
;
5232 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5233 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5234 PyObject
* _resultobj
;
5235 wxScrollBar
* _arg0
;
5240 bool _arg5
= (bool ) TRUE
;
5241 PyObject
* _argo0
= 0;
5242 int tempbool5
= (int) TRUE
;
5243 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
5246 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
5249 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5250 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5251 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
5255 _arg5
= (bool ) tempbool5
;
5257 wxPy_BEGIN_ALLOW_THREADS
;
5258 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
5260 wxPy_END_ALLOW_THREADS
;
5261 } Py_INCREF(Py_None
);
5262 _resultobj
= Py_None
;
5266 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
5269 src
= (wxSpinButton
*) ptr
;
5270 dest
= (wxControl
*) src
;
5271 return (void *) dest
;
5274 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
5277 src
= (wxSpinButton
*) ptr
;
5278 dest
= (wxWindow
*) src
;
5279 return (void *) dest
;
5282 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
5285 src
= (wxSpinButton
*) ptr
;
5286 dest
= (wxEvtHandler
*) src
;
5287 return (void *) dest
;
5290 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
5291 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5292 PyObject
* _resultobj
;
5293 wxSpinButton
* _result
;
5295 wxWindowID _arg1
= (wxWindowID
) -1;
5296 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5297 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5298 long _arg4
= (long ) wxSP_HORIZONTAL
;
5299 char * _arg5
= (char *) "spinButton";
5300 PyObject
* _argo0
= 0;
5302 PyObject
* _obj2
= 0;
5304 PyObject
* _obj3
= 0;
5305 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
5309 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOls:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
5312 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5313 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5314 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
5321 if (! wxPoint_helper(_obj2
, &_arg2
))
5327 if (! wxSize_helper(_obj3
, &_arg3
))
5331 wxPy_BEGIN_ALLOW_THREADS
;
5332 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
5334 wxPy_END_ALLOW_THREADS
;
5336 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
5337 _resultobj
= Py_BuildValue("s",_ptemp
);
5340 _resultobj
= Py_None
;
5345 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
5346 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5347 PyObject
* _resultobj
;
5349 wxSpinButton
* _arg0
;
5350 PyObject
* _argo0
= 0;
5351 char *_kwnames
[] = { "self", NULL
};
5354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
5357 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5358 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5359 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
5364 wxPy_BEGIN_ALLOW_THREADS
;
5365 _result
= (int )wxSpinButton_GetMax(_arg0
);
5367 wxPy_END_ALLOW_THREADS
;
5368 } _resultobj
= Py_BuildValue("i",_result
);
5372 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
5373 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5374 PyObject
* _resultobj
;
5376 wxSpinButton
* _arg0
;
5377 PyObject
* _argo0
= 0;
5378 char *_kwnames
[] = { "self", NULL
};
5381 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
5384 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5385 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5386 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
5391 wxPy_BEGIN_ALLOW_THREADS
;
5392 _result
= (int )wxSpinButton_GetMin(_arg0
);
5394 wxPy_END_ALLOW_THREADS
;
5395 } _resultobj
= Py_BuildValue("i",_result
);
5399 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
5400 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5401 PyObject
* _resultobj
;
5403 wxSpinButton
* _arg0
;
5404 PyObject
* _argo0
= 0;
5405 char *_kwnames
[] = { "self", NULL
};
5408 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
5411 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5412 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5413 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
5418 wxPy_BEGIN_ALLOW_THREADS
;
5419 _result
= (int )wxSpinButton_GetValue(_arg0
);
5421 wxPy_END_ALLOW_THREADS
;
5422 } _resultobj
= Py_BuildValue("i",_result
);
5426 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
5427 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5428 PyObject
* _resultobj
;
5429 wxSpinButton
* _arg0
;
5432 PyObject
* _argo0
= 0;
5433 char *_kwnames
[] = { "self","min","max", NULL
};
5436 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5439 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5440 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5441 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
5446 wxPy_BEGIN_ALLOW_THREADS
;
5447 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
5449 wxPy_END_ALLOW_THREADS
;
5450 } Py_INCREF(Py_None
);
5451 _resultobj
= Py_None
;
5455 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
5456 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5457 PyObject
* _resultobj
;
5458 wxSpinButton
* _arg0
;
5460 PyObject
* _argo0
= 0;
5461 char *_kwnames
[] = { "self","value", NULL
};
5464 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
5467 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5468 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5469 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
5474 wxPy_BEGIN_ALLOW_THREADS
;
5475 wxSpinButton_SetValue(_arg0
,_arg1
);
5477 wxPy_END_ALLOW_THREADS
;
5478 } Py_INCREF(Py_None
);
5479 _resultobj
= Py_None
;
5483 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
5484 wxStaticBitmap
*src
;
5486 src
= (wxStaticBitmap
*) ptr
;
5487 dest
= (wxControl
*) src
;
5488 return (void *) dest
;
5491 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
5492 wxStaticBitmap
*src
;
5494 src
= (wxStaticBitmap
*) ptr
;
5495 dest
= (wxWindow
*) src
;
5496 return (void *) dest
;
5499 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
5500 wxStaticBitmap
*src
;
5502 src
= (wxStaticBitmap
*) ptr
;
5503 dest
= (wxEvtHandler
*) src
;
5504 return (void *) dest
;
5507 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
5508 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5509 PyObject
* _resultobj
;
5510 wxStaticBitmap
* _result
;
5514 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5515 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5516 long _arg5
= (long ) 0;
5517 char * _arg6
= (char *) "staticBitmap";
5518 PyObject
* _argo0
= 0;
5519 PyObject
* _argo2
= 0;
5521 PyObject
* _obj3
= 0;
5523 PyObject
* _obj4
= 0;
5524 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
5528 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
5531 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5532 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5533 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
5538 if (_argo2
== Py_None
) { _arg2
= NULL
; }
5539 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
5540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
5547 if (! wxPoint_helper(_obj3
, &_arg3
))
5553 if (! wxSize_helper(_obj4
, &_arg4
))
5557 wxPy_BEGIN_ALLOW_THREADS
;
5558 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
5560 wxPy_END_ALLOW_THREADS
;
5562 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
5563 _resultobj
= Py_BuildValue("s",_ptemp
);
5566 _resultobj
= Py_None
;
5571 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
5572 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5573 PyObject
* _resultobj
;
5575 wxStaticBitmap
* _arg0
;
5576 PyObject
* _argo0
= 0;
5577 char *_kwnames
[] = { "self", NULL
};
5581 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
5584 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5585 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5586 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
5591 wxPy_BEGIN_ALLOW_THREADS
;
5592 const wxBitmap
& _result_ref
= wxStaticBitmap_GetBitmap(_arg0
);
5593 _result
= (wxBitmap
*) &_result_ref
;
5595 wxPy_END_ALLOW_THREADS
;
5597 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
5598 _resultobj
= Py_BuildValue("s",_ptemp
);
5601 _resultobj
= Py_None
;
5606 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
5607 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5608 PyObject
* _resultobj
;
5609 wxStaticBitmap
* _arg0
;
5611 PyObject
* _argo0
= 0;
5612 PyObject
* _argo1
= 0;
5613 char *_kwnames
[] = { "self","bitmap", NULL
};
5616 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
5619 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5620 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5621 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
5626 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5627 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
5628 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
5633 wxPy_BEGIN_ALLOW_THREADS
;
5634 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
5636 wxPy_END_ALLOW_THREADS
;
5637 } Py_INCREF(Py_None
);
5638 _resultobj
= Py_None
;
5642 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
5643 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5644 PyObject
* _resultobj
;
5645 wxStaticBitmap
* _arg0
;
5647 PyObject
* _argo0
= 0;
5648 PyObject
* _argo1
= 0;
5649 char *_kwnames
[] = { "self","icon", NULL
};
5652 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_kwnames
,&_argo0
,&_argo1
))
5655 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5656 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5657 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
5662 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5663 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
5664 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
5669 wxPy_BEGIN_ALLOW_THREADS
;
5670 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
5672 wxPy_END_ALLOW_THREADS
;
5673 } Py_INCREF(Py_None
);
5674 _resultobj
= Py_None
;
5678 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
5681 src
= (wxRadioBox
*) ptr
;
5682 dest
= (wxControl
*) src
;
5683 return (void *) dest
;
5686 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
5689 src
= (wxRadioBox
*) ptr
;
5690 dest
= (wxWindow
*) src
;
5691 return (void *) dest
;
5694 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
5697 src
= (wxRadioBox
*) ptr
;
5698 dest
= (wxEvtHandler
*) src
;
5699 return (void *) dest
;
5702 #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))
5703 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5704 PyObject
* _resultobj
;
5705 wxRadioBox
* _result
;
5709 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5710 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5711 int _arg5
= (int ) 0;
5712 wxString
* _arg6
= (wxString
*) NULL
;
5713 int _arg7
= (int ) 0;
5714 long _arg8
= (long ) wxRA_HORIZONTAL
;
5715 wxValidator
* _arg9
= (wxValidator
*) &wxPyDefaultValidator
;
5716 char * _arg10
= (char *) "radioBox";
5717 PyObject
* _argo0
= 0;
5718 PyObject
* _obj2
= 0;
5720 PyObject
* _obj3
= 0;
5722 PyObject
* _obj4
= 0;
5723 PyObject
* _obj6
= 0;
5724 PyObject
* _argo9
= 0;
5725 char *_kwnames
[] = { "parent","id","label","point","size","LIST","majorDimension","style","validator","name", NULL
};
5729 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOs:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_arg10
))
5732 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5733 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5734 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
5739 if (!PyString_Check(_obj2
)) {
5740 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5743 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
5748 if (! wxPoint_helper(_obj3
, &_arg3
))
5754 if (! wxSize_helper(_obj4
, &_arg4
))
5759 _arg6
= wxString_LIST_helper(_obj6
);
5760 if (_arg6
== NULL
) {
5765 if (_argo9
== Py_None
) { _arg9
= NULL
; }
5766 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
5767 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
5773 _arg5
= PyList_Size(_obj6
);
5780 wxPy_BEGIN_ALLOW_THREADS
;
5781 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,_arg10
);
5783 wxPy_END_ALLOW_THREADS
;
5785 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
5786 _resultobj
= Py_BuildValue("s",_ptemp
);
5789 _resultobj
= Py_None
;
5801 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
5802 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5803 PyObject
* _resultobj
;
5806 PyObject
* _argo0
= 0;
5808 char *_kwnames
[] = { "self","enable", NULL
};
5811 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
5814 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5815 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5816 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
5820 _arg1
= (bool ) tempbool1
;
5822 wxPy_BEGIN_ALLOW_THREADS
;
5823 wxRadioBox_Enable(_arg0
,_arg1
);
5825 wxPy_END_ALLOW_THREADS
;
5826 } Py_INCREF(Py_None
);
5827 _resultobj
= Py_None
;
5831 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
5832 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5833 PyObject
* _resultobj
;
5837 PyObject
* _argo0
= 0;
5839 char *_kwnames
[] = { "self","n","enable", NULL
};
5842 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5845 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5846 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5847 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
5851 _arg2
= (bool ) tempbool2
;
5853 wxPy_BEGIN_ALLOW_THREADS
;
5854 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
5856 wxPy_END_ALLOW_THREADS
;
5857 } Py_INCREF(Py_None
);
5858 _resultobj
= Py_None
;
5862 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
5863 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5864 PyObject
* _resultobj
;
5868 PyObject
* _argo0
= 0;
5869 PyObject
* _obj1
= 0;
5870 char *_kwnames
[] = { "self","string", NULL
};
5873 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
5876 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5877 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5878 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
5883 if (!PyString_Check(_obj1
)) {
5884 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5887 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
5890 wxPy_BEGIN_ALLOW_THREADS
;
5891 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
5893 wxPy_END_ALLOW_THREADS
;
5894 } _resultobj
= Py_BuildValue("i",_result
);
5902 #define wxRadioBox_GetItemLabel(_swigobj,_swigarg0) (_swigobj->GetLabel(_swigarg0))
5903 static PyObject
*_wrap_wxRadioBox_GetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5904 PyObject
* _resultobj
;
5908 PyObject
* _argo0
= 0;
5909 char *_kwnames
[] = { "self","n", NULL
};
5912 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetItemLabel",_kwnames
,&_argo0
,&_arg1
))
5915 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5916 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5917 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetItemLabel. Expected _wxRadioBox_p.");
5922 wxPy_BEGIN_ALLOW_THREADS
;
5923 _result
= new wxString (wxRadioBox_GetItemLabel(_arg0
,_arg1
));
5925 wxPy_END_ALLOW_THREADS
;
5927 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5935 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
5936 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5937 PyObject
* _resultobj
;
5940 PyObject
* _argo0
= 0;
5941 char *_kwnames
[] = { "self", NULL
};
5944 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
5947 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5948 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5949 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
5954 wxPy_BEGIN_ALLOW_THREADS
;
5955 _result
= (int )wxRadioBox_GetSelection(_arg0
);
5957 wxPy_END_ALLOW_THREADS
;
5958 } _resultobj
= Py_BuildValue("i",_result
);
5962 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
5963 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5964 PyObject
* _resultobj
;
5968 PyObject
* _argo0
= 0;
5969 char *_kwnames
[] = { "self","n", NULL
};
5972 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
5975 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5976 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5977 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
5982 wxPy_BEGIN_ALLOW_THREADS
;
5983 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
5985 wxPy_END_ALLOW_THREADS
;
5987 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5995 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
5996 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5997 PyObject
* _resultobj
;
6000 PyObject
* _argo0
= 0;
6001 char *_kwnames
[] = { "self", NULL
};
6004 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
6007 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6008 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6009 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
6014 wxPy_BEGIN_ALLOW_THREADS
;
6015 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
6017 wxPy_END_ALLOW_THREADS
;
6019 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
6027 #define wxRadioBox_Number(_swigobj) (_swigobj->Number())
6028 static PyObject
*_wrap_wxRadioBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6029 PyObject
* _resultobj
;
6032 PyObject
* _argo0
= 0;
6033 char *_kwnames
[] = { "self", NULL
};
6036 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_Number",_kwnames
,&_argo0
))
6039 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6040 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6041 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Number. Expected _wxRadioBox_p.");
6046 wxPy_BEGIN_ALLOW_THREADS
;
6047 _result
= (int )wxRadioBox_Number(_arg0
);
6049 wxPy_END_ALLOW_THREADS
;
6050 } _resultobj
= Py_BuildValue("i",_result
);
6054 #define wxRadioBox_SetItemLabel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabel(_swigarg0,_swigarg1))
6055 static PyObject
*_wrap_wxRadioBox_SetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6056 PyObject
* _resultobj
;
6060 PyObject
* _argo0
= 0;
6061 PyObject
* _obj2
= 0;
6062 char *_kwnames
[] = { "self","n","label", NULL
};
6065 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetItemLabel",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6068 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6069 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6070 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetItemLabel. Expected _wxRadioBox_p.");
6075 if (!PyString_Check(_obj2
)) {
6076 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6079 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6082 wxPy_BEGIN_ALLOW_THREADS
;
6083 wxRadioBox_SetItemLabel(_arg0
,_arg1
,*_arg2
);
6085 wxPy_END_ALLOW_THREADS
;
6086 } Py_INCREF(Py_None
);
6087 _resultobj
= Py_None
;
6095 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
6096 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6097 PyObject
* _resultobj
;
6100 PyObject
* _argo0
= 0;
6101 char *_kwnames
[] = { "self","n", NULL
};
6104 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
6107 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6108 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6109 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
6114 wxPy_BEGIN_ALLOW_THREADS
;
6115 wxRadioBox_SetSelection(_arg0
,_arg1
);
6117 wxPy_END_ALLOW_THREADS
;
6118 } Py_INCREF(Py_None
);
6119 _resultobj
= Py_None
;
6123 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
6124 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6125 PyObject
* _resultobj
;
6128 PyObject
* _argo0
= 0;
6129 PyObject
* _obj1
= 0;
6130 char *_kwnames
[] = { "self","string", NULL
};
6133 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
6136 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6137 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6138 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
6143 if (!PyString_Check(_obj1
)) {
6144 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6147 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
6150 wxPy_BEGIN_ALLOW_THREADS
;
6151 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
6153 wxPy_END_ALLOW_THREADS
;
6154 } Py_INCREF(Py_None
);
6155 _resultobj
= Py_None
;
6163 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
6164 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6165 PyObject
* _resultobj
;
6168 PyObject
* _argo0
= 0;
6170 char *_kwnames
[] = { "self","show", NULL
};
6173 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
6176 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6177 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6178 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
6182 _arg1
= (bool ) tempbool1
;
6184 wxPy_BEGIN_ALLOW_THREADS
;
6185 wxRadioBox_Show(_arg0
,_arg1
);
6187 wxPy_END_ALLOW_THREADS
;
6188 } Py_INCREF(Py_None
);
6189 _resultobj
= Py_None
;
6193 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
6194 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6195 PyObject
* _resultobj
;
6199 PyObject
* _argo0
= 0;
6201 char *_kwnames
[] = { "self","item","show", NULL
};
6204 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6207 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6208 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6209 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
6213 _arg2
= (bool ) tempbool2
;
6215 wxPy_BEGIN_ALLOW_THREADS
;
6216 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
6218 wxPy_END_ALLOW_THREADS
;
6219 } Py_INCREF(Py_None
);
6220 _resultobj
= Py_None
;
6224 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
6227 src
= (wxRadioButton
*) ptr
;
6228 dest
= (wxControl
*) src
;
6229 return (void *) dest
;
6232 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
6235 src
= (wxRadioButton
*) ptr
;
6236 dest
= (wxWindow
*) src
;
6237 return (void *) dest
;
6240 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
6243 src
= (wxRadioButton
*) ptr
;
6244 dest
= (wxEvtHandler
*) src
;
6245 return (void *) dest
;
6248 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6249 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6250 PyObject
* _resultobj
;
6251 wxRadioButton
* _result
;
6255 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
6256 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
6257 long _arg5
= (long ) 0;
6258 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
6259 char * _arg7
= (char *) "radioButton";
6260 PyObject
* _argo0
= 0;
6261 PyObject
* _obj2
= 0;
6263 PyObject
* _obj3
= 0;
6265 PyObject
* _obj4
= 0;
6266 PyObject
* _argo6
= 0;
6267 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
6271 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
6274 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6275 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6276 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
6281 if (!PyString_Check(_obj2
)) {
6282 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6285 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6290 if (! wxPoint_helper(_obj3
, &_arg3
))
6296 if (! wxSize_helper(_obj4
, &_arg4
))
6300 if (_argo6
== Py_None
) { _arg6
= NULL
; }
6301 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
6302 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
6307 wxPy_BEGIN_ALLOW_THREADS
;
6308 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
6310 wxPy_END_ALLOW_THREADS
;
6312 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
6313 _resultobj
= Py_BuildValue("s",_ptemp
);
6316 _resultobj
= Py_None
;
6325 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
6326 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6327 PyObject
* _resultobj
;
6329 wxRadioButton
* _arg0
;
6330 PyObject
* _argo0
= 0;
6331 char *_kwnames
[] = { "self", NULL
};
6334 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
6337 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6338 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6339 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
6344 wxPy_BEGIN_ALLOW_THREADS
;
6345 _result
= (bool )wxRadioButton_GetValue(_arg0
);
6347 wxPy_END_ALLOW_THREADS
;
6348 } _resultobj
= Py_BuildValue("i",_result
);
6352 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6353 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6354 PyObject
* _resultobj
;
6355 wxRadioButton
* _arg0
;
6357 PyObject
* _argo0
= 0;
6359 char *_kwnames
[] = { "self","value", NULL
};
6362 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
6365 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6366 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6367 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
6371 _arg1
= (bool ) tempbool1
;
6373 wxPy_BEGIN_ALLOW_THREADS
;
6374 wxRadioButton_SetValue(_arg0
,_arg1
);
6376 wxPy_END_ALLOW_THREADS
;
6377 } Py_INCREF(Py_None
);
6378 _resultobj
= Py_None
;
6382 static void *SwigwxSliderTowxControl(void *ptr
) {
6385 src
= (wxSlider
*) ptr
;
6386 dest
= (wxControl
*) src
;
6387 return (void *) dest
;
6390 static void *SwigwxSliderTowxWindow(void *ptr
) {
6393 src
= (wxSlider
*) ptr
;
6394 dest
= (wxWindow
*) src
;
6395 return (void *) dest
;
6398 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
6401 src
= (wxSlider
*) ptr
;
6402 dest
= (wxEvtHandler
*) src
;
6403 return (void *) dest
;
6406 #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))
6407 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6408 PyObject
* _resultobj
;
6415 wxPoint
* _arg5
= (wxPoint
*) &wxPyDefaultPosition
;
6416 wxSize
* _arg6
= (wxSize
*) &wxPyDefaultSize
;
6417 long _arg7
= (long ) wxSL_HORIZONTAL
;
6418 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
6419 char * _arg9
= (char *) "slider";
6420 PyObject
* _argo0
= 0;
6422 PyObject
* _obj5
= 0;
6424 PyObject
* _obj6
= 0;
6425 PyObject
* _argo8
= 0;
6426 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
6430 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOs:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
6433 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6434 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6435 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
6442 if (! wxPoint_helper(_obj5
, &_arg5
))
6448 if (! wxSize_helper(_obj6
, &_arg6
))
6452 if (_argo8
== Py_None
) { _arg8
= NULL
; }
6453 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
6454 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
6459 wxPy_BEGIN_ALLOW_THREADS
;
6460 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,_arg9
);
6462 wxPy_END_ALLOW_THREADS
;
6464 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
6465 _resultobj
= Py_BuildValue("s",_ptemp
);
6468 _resultobj
= Py_None
;
6473 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
6474 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6475 PyObject
* _resultobj
;
6477 PyObject
* _argo0
= 0;
6478 char *_kwnames
[] = { "self", NULL
};
6481 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
6484 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6485 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6486 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
6491 wxPy_BEGIN_ALLOW_THREADS
;
6492 wxSlider_ClearSel(_arg0
);
6494 wxPy_END_ALLOW_THREADS
;
6495 } Py_INCREF(Py_None
);
6496 _resultobj
= Py_None
;
6500 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
6501 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6502 PyObject
* _resultobj
;
6504 PyObject
* _argo0
= 0;
6505 char *_kwnames
[] = { "self", NULL
};
6508 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
6511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
6518 wxPy_BEGIN_ALLOW_THREADS
;
6519 wxSlider_ClearTicks(_arg0
);
6521 wxPy_END_ALLOW_THREADS
;
6522 } Py_INCREF(Py_None
);
6523 _resultobj
= Py_None
;
6527 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
6528 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6529 PyObject
* _resultobj
;
6532 PyObject
* _argo0
= 0;
6533 char *_kwnames
[] = { "self", NULL
};
6536 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
6539 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6540 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6541 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
6546 wxPy_BEGIN_ALLOW_THREADS
;
6547 _result
= (int )wxSlider_GetLineSize(_arg0
);
6549 wxPy_END_ALLOW_THREADS
;
6550 } _resultobj
= Py_BuildValue("i",_result
);
6554 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
6555 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6556 PyObject
* _resultobj
;
6559 PyObject
* _argo0
= 0;
6560 char *_kwnames
[] = { "self", NULL
};
6563 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
6566 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6567 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6568 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
6573 wxPy_BEGIN_ALLOW_THREADS
;
6574 _result
= (int )wxSlider_GetMax(_arg0
);
6576 wxPy_END_ALLOW_THREADS
;
6577 } _resultobj
= Py_BuildValue("i",_result
);
6581 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
6582 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6583 PyObject
* _resultobj
;
6586 PyObject
* _argo0
= 0;
6587 char *_kwnames
[] = { "self", NULL
};
6590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
6593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
6600 wxPy_BEGIN_ALLOW_THREADS
;
6601 _result
= (int )wxSlider_GetMin(_arg0
);
6603 wxPy_END_ALLOW_THREADS
;
6604 } _resultobj
= Py_BuildValue("i",_result
);
6608 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
6609 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6610 PyObject
* _resultobj
;
6613 PyObject
* _argo0
= 0;
6614 char *_kwnames
[] = { "self", NULL
};
6617 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
6620 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6621 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6622 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
6627 wxPy_BEGIN_ALLOW_THREADS
;
6628 _result
= (int )wxSlider_GetPageSize(_arg0
);
6630 wxPy_END_ALLOW_THREADS
;
6631 } _resultobj
= Py_BuildValue("i",_result
);
6635 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
6636 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6637 PyObject
* _resultobj
;
6640 PyObject
* _argo0
= 0;
6641 char *_kwnames
[] = { "self", NULL
};
6644 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
6647 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6648 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6649 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
6654 wxPy_BEGIN_ALLOW_THREADS
;
6655 _result
= (int )wxSlider_GetSelEnd(_arg0
);
6657 wxPy_END_ALLOW_THREADS
;
6658 } _resultobj
= Py_BuildValue("i",_result
);
6662 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
6663 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6664 PyObject
* _resultobj
;
6667 PyObject
* _argo0
= 0;
6668 char *_kwnames
[] = { "self", NULL
};
6671 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
6674 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6675 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6676 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
6681 wxPy_BEGIN_ALLOW_THREADS
;
6682 _result
= (int )wxSlider_GetSelStart(_arg0
);
6684 wxPy_END_ALLOW_THREADS
;
6685 } _resultobj
= Py_BuildValue("i",_result
);
6689 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
6690 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6691 PyObject
* _resultobj
;
6694 PyObject
* _argo0
= 0;
6695 char *_kwnames
[] = { "self", NULL
};
6698 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
6701 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6702 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6703 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
6708 wxPy_BEGIN_ALLOW_THREADS
;
6709 _result
= (int )wxSlider_GetThumbLength(_arg0
);
6711 wxPy_END_ALLOW_THREADS
;
6712 } _resultobj
= Py_BuildValue("i",_result
);
6716 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
6717 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6718 PyObject
* _resultobj
;
6721 PyObject
* _argo0
= 0;
6722 char *_kwnames
[] = { "self", NULL
};
6725 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_kwnames
,&_argo0
))
6728 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6729 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6730 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
6735 wxPy_BEGIN_ALLOW_THREADS
;
6736 _result
= (int )wxSlider_GetTickFreq(_arg0
);
6738 wxPy_END_ALLOW_THREADS
;
6739 } _resultobj
= Py_BuildValue("i",_result
);
6743 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
6744 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6745 PyObject
* _resultobj
;
6748 PyObject
* _argo0
= 0;
6749 char *_kwnames
[] = { "self", NULL
};
6752 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_kwnames
,&_argo0
))
6755 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6756 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6757 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
6762 wxPy_BEGIN_ALLOW_THREADS
;
6763 _result
= (int )wxSlider_GetValue(_arg0
);
6765 wxPy_END_ALLOW_THREADS
;
6766 } _resultobj
= Py_BuildValue("i",_result
);
6770 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
6771 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6772 PyObject
* _resultobj
;
6776 PyObject
* _argo0
= 0;
6777 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
6780 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6783 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6784 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6785 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
6790 wxPy_BEGIN_ALLOW_THREADS
;
6791 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
6793 wxPy_END_ALLOW_THREADS
;
6794 } Py_INCREF(Py_None
);
6795 _resultobj
= Py_None
;
6799 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
6800 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6801 PyObject
* _resultobj
;
6805 PyObject
* _argo0
= 0;
6806 char *_kwnames
[] = { "self","n","pos", NULL
};
6809 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6812 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6813 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6814 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
6819 wxPy_BEGIN_ALLOW_THREADS
;
6820 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
6822 wxPy_END_ALLOW_THREADS
;
6823 } Py_INCREF(Py_None
);
6824 _resultobj
= Py_None
;
6828 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
6829 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6830 PyObject
* _resultobj
;
6833 PyObject
* _argo0
= 0;
6834 char *_kwnames
[] = { "self","lineSize", NULL
};
6837 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
6840 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6841 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6842 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
6847 wxPy_BEGIN_ALLOW_THREADS
;
6848 wxSlider_SetLineSize(_arg0
,_arg1
);
6850 wxPy_END_ALLOW_THREADS
;
6851 } Py_INCREF(Py_None
);
6852 _resultobj
= Py_None
;
6856 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
6857 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6858 PyObject
* _resultobj
;
6861 PyObject
* _argo0
= 0;
6862 char *_kwnames
[] = { "self","pageSize", NULL
};
6865 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
6868 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6869 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6870 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
6875 wxPy_BEGIN_ALLOW_THREADS
;
6876 wxSlider_SetPageSize(_arg0
,_arg1
);
6878 wxPy_END_ALLOW_THREADS
;
6879 } Py_INCREF(Py_None
);
6880 _resultobj
= Py_None
;
6884 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
6885 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6886 PyObject
* _resultobj
;
6890 PyObject
* _argo0
= 0;
6891 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
6894 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6897 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6898 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6899 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
6904 wxPy_BEGIN_ALLOW_THREADS
;
6905 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
6907 wxPy_END_ALLOW_THREADS
;
6908 } Py_INCREF(Py_None
);
6909 _resultobj
= Py_None
;
6913 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
6914 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6915 PyObject
* _resultobj
;
6918 PyObject
* _argo0
= 0;
6919 char *_kwnames
[] = { "self","len", NULL
};
6922 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
6925 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6926 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6927 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
6932 wxPy_BEGIN_ALLOW_THREADS
;
6933 wxSlider_SetThumbLength(_arg0
,_arg1
);
6935 wxPy_END_ALLOW_THREADS
;
6936 } Py_INCREF(Py_None
);
6937 _resultobj
= Py_None
;
6941 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
6942 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6943 PyObject
* _resultobj
;
6946 PyObject
* _argo0
= 0;
6947 char *_kwnames
[] = { "self","tickPos", NULL
};
6950 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
6953 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6954 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6955 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
6960 wxPy_BEGIN_ALLOW_THREADS
;
6961 wxSlider_SetTick(_arg0
,_arg1
);
6963 wxPy_END_ALLOW_THREADS
;
6964 } Py_INCREF(Py_None
);
6965 _resultobj
= Py_None
;
6969 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6970 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6971 PyObject
* _resultobj
;
6974 PyObject
* _argo0
= 0;
6975 char *_kwnames
[] = { "self","value", NULL
};
6978 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
6981 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6982 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6983 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
6988 wxPy_BEGIN_ALLOW_THREADS
;
6989 wxSlider_SetValue(_arg0
,_arg1
);
6991 wxPy_END_ALLOW_THREADS
;
6992 } Py_INCREF(Py_None
);
6993 _resultobj
= Py_None
;
6997 static PyMethodDef controlscMethods
[] = {
6998 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6999 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
7000 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
7001 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7002 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7003 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
7004 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
7005 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7006 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7007 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
7008 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
7009 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
7010 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
7011 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7012 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
7013 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
7014 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
7015 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
7016 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
7017 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
7018 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7019 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7020 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
7021 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
7022 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
7023 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7024 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7025 { "wxRadioBox_SetItemLabel", (PyCFunction
) _wrap_wxRadioBox_SetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
7026 { "wxRadioBox_Number", (PyCFunction
) _wrap_wxRadioBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7027 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7028 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7029 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7030 { "wxRadioBox_GetItemLabel", (PyCFunction
) _wrap_wxRadioBox_GetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
7031 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7032 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
7033 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
7034 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
7035 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
7036 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7037 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7038 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7039 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7040 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7041 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7042 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
7043 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
7044 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
7045 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
7046 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7047 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
7048 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7049 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7050 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7051 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
7052 { "wxTextCtrl_write", (PyCFunction
) _wrap_wxTextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
},
7053 { "wxTextCtrl_Redo", (PyCFunction
) _wrap_wxTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
7054 { "wxTextCtrl_Undo", (PyCFunction
) _wrap_wxTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
7055 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
7056 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7057 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
7058 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
7059 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
7060 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
7061 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
7062 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
7063 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
7064 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
7065 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
7066 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7067 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7068 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7069 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7070 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
7071 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
7072 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7073 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7074 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
7075 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7076 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
7077 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
7078 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7079 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
7080 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
7081 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
7082 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7083 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7084 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
7085 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7086 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7087 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7088 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
7089 { "wxCheckListBox_GetItemHeight", (PyCFunction
) _wrap_wxCheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
},
7090 { "wxCheckListBox_InsertItems", (PyCFunction
) _wrap_wxCheckListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
7091 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
7092 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
7093 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
7094 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7095 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
7096 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7097 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
7098 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
7099 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
7100 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
7101 { "wxListBox_Number", (PyCFunction
) _wrap_wxListBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7102 { "wxListBox_GetStringSelection", (PyCFunction
) _wrap_wxListBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7103 { "wxListBox_GetString", (PyCFunction
) _wrap_wxListBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7104 { "wxListBox_InsertItems", (PyCFunction
) _wrap_wxListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
7105 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
7106 { "wxListBox_GetSelection", (PyCFunction
) _wrap_wxListBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7107 { "wxListBox_FindString", (PyCFunction
) _wrap_wxListBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7108 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
7109 { "wxListBox_Delete", (PyCFunction
) _wrap_wxListBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7110 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7111 { "wxListBox_Append", (PyCFunction
) _wrap_wxListBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7112 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
7113 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7114 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7115 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
7116 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
7117 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
7118 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7119 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7120 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7121 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7122 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7123 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7124 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7125 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7126 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
7127 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7128 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
7129 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7130 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7131 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7132 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7133 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7134 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7135 { "wxComboBox_Number", (PyCFunction
) _wrap_wxComboBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7136 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7137 { "wxComboBox_GetStringSelection", (PyCFunction
) _wrap_wxComboBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7138 { "wxComboBox_GetString", (PyCFunction
) _wrap_wxComboBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7139 { "wxComboBox_GetSelection", (PyCFunction
) _wrap_wxComboBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7140 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7141 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7142 { "wxComboBox_FindString", (PyCFunction
) _wrap_wxComboBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7143 { "wxComboBox_Delete", (PyCFunction
) _wrap_wxComboBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7144 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7145 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7146 { "wxComboBox_Clear", (PyCFunction
) _wrap_wxComboBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7147 { "wxComboBox_Append", (PyCFunction
) _wrap_wxComboBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7148 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
7149 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7150 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7151 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7152 { "wxChoice_Number", (PyCFunction
) _wrap_wxChoice_Number
, METH_VARARGS
| METH_KEYWORDS
},
7153 { "wxChoice_GetStringSelection", (PyCFunction
) _wrap_wxChoice_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7154 { "wxChoice_GetString", (PyCFunction
) _wrap_wxChoice_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7155 { "wxChoice_GetSelection", (PyCFunction
) _wrap_wxChoice_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7156 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7157 { "wxChoice_FindString", (PyCFunction
) _wrap_wxChoice_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7158 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7159 { "wxChoice_Append", (PyCFunction
) _wrap_wxChoice_Append
, METH_VARARGS
| METH_KEYWORDS
},
7160 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
7161 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7162 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7163 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
7164 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7165 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7166 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7167 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7168 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7169 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7170 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7171 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7172 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
7173 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
7174 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
7175 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7176 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7177 { "wxControl_Command", (PyCFunction
) _wrap_wxControl_Command
, METH_VARARGS
| METH_KEYWORDS
},
7184 * This table is used by the pointer type-checker
7186 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
7187 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
7188 { "_wxEvent","_class_wxEvent",0},
7189 { "_class_wxActivateEvent","_wxActivateEvent",0},
7190 { "_signed_long","_long",0},
7191 { "_wxMenuEvent","_class_wxMenuEvent",0},
7192 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
7193 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
7194 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
7195 { "_wxPrintQuality","_wxCoord",0},
7196 { "_wxPrintQuality","_int",0},
7197 { "_wxPrintQuality","_signed_int",0},
7198 { "_wxPrintQuality","_unsigned_int",0},
7199 { "_wxPrintQuality","_wxWindowID",0},
7200 { "_wxPrintQuality","_uint",0},
7201 { "_wxPrintQuality","_EBool",0},
7202 { "_wxPrintQuality","_size_t",0},
7203 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
7204 { "_class_wxRegionIterator","_wxRegionIterator",0},
7205 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
7206 { "_class_wxMenuBar","_wxMenuBar",0},
7207 { "_class_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7208 { "_class_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7209 { "_class_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7210 { "_class_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7211 { "_class_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7212 { "_class_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7213 { "_class_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7214 { "_class_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7215 { "_class_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7216 { "_class_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7217 { "_class_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7218 { "_class_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7219 { "_class_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7220 { "_class_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7221 { "_class_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7222 { "_class_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7223 { "_class_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7224 { "_class_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7225 { "_class_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7226 { "_class_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7227 { "_class_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7228 { "_class_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7229 { "_class_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7230 { "_class_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7231 { "_class_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7232 { "_class_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7233 { "_class_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7234 { "_class_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7235 { "_class_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7236 { "_class_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7237 { "_class_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7238 { "_class_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7239 { "_class_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7240 { "_class_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7241 { "_class_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7242 { "_class_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7243 { "_class_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7244 { "_class_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7245 { "_class_wxEvtHandler","_wxEvtHandler",0},
7246 { "_wxPaintEvent","_class_wxPaintEvent",0},
7247 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
7248 { "_wxCursor","_class_wxCursor",0},
7249 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
7250 { "_wxMask","_class_wxMask",0},
7251 { "_wxPen","_class_wxPen",0},
7252 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
7253 { "_byte","_unsigned_char",0},
7254 { "_wxDataObject","_class_wxDataObject",0},
7255 { "_wxStaticBox","_class_wxStaticBox",0},
7256 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
7257 { "_wxPyDropSource","_class_wxPyDropSource",0},
7258 { "_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7259 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7260 { "_wxChoice","_class_wxChoice",0},
7261 { "_wxSlider","_class_wxSlider",0},
7262 { "_long","_wxDash",0},
7263 { "_long","_unsigned_long",0},
7264 { "_long","_signed_long",0},
7265 { "_wxImageList","_class_wxImageList",0},
7266 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
7267 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
7268 { "_wxBitmapButton","_class_wxBitmapButton",0},
7269 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
7270 { "_class_wxClipboard","_wxClipboard",0},
7271 { "_class_wxGauge","_wxGauge",0},
7272 { "_wxDC","_class_wxDC",0},
7273 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
7274 { "_wxSpinEvent","_class_wxSpinEvent",0},
7275 { "_size_t","_wxCoord",0},
7276 { "_size_t","_wxPrintQuality",0},
7277 { "_size_t","_unsigned_int",0},
7278 { "_size_t","_int",0},
7279 { "_size_t","_wxWindowID",0},
7280 { "_size_t","_uint",0},
7281 { "_class_wxRealPoint","_wxRealPoint",0},
7282 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
7283 { "_wxPrinterDC","_class_wxPrinterDC",0},
7284 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
7285 { "_class_wxMenuItem","_wxMenuItem",0},
7286 { "_class_wxPaintEvent","_wxPaintEvent",0},
7287 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
7288 { "_wxPanel","_class_wxPanel",0},
7289 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
7290 { "_wxCheckBox","_class_wxCheckBox",0},
7291 { "_wxPyEvent","_class_wxPyEvent",0},
7292 { "_wxTextCtrl","_class_wxTextCtrl",0},
7293 { "_class_wxMask","_wxMask",0},
7294 { "_wxTextDataObject","_class_wxTextDataObject",0},
7295 { "_class_wxKeyEvent","_wxKeyEvent",0},
7296 { "_wxColour","_class_wxColour",0},
7297 { "_class_wxDialog","_wxDialog",0},
7298 { "_class_wxFileDataObject","_wxFileDataObject",0},
7299 { "_wxIdleEvent","_class_wxIdleEvent",0},
7300 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
7301 { "_class_wxDataObject","_wxDataObject",0},
7302 { "_wxStaticLine","_class_wxStaticLine",0},
7303 { "_wxBrush","_class_wxBrush",0},
7304 { "_wxDataFormat","_class_wxDataFormat",0},
7305 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
7306 { "_wxShowEvent","_class_wxShowEvent",0},
7307 { "_uint","_wxCoord",0},
7308 { "_uint","_wxPrintQuality",0},
7309 { "_uint","_size_t",0},
7310 { "_uint","_unsigned_int",0},
7311 { "_uint","_int",0},
7312 { "_uint","_wxWindowID",0},
7313 { "_wxPyValidator","_class_wxPyValidator",0},
7314 { "_class_wxEvent","_wxEvent",0},
7315 { "_wxCheckListBox","_class_wxCheckListBox",0},
7316 { "_wxRect","_class_wxRect",0},
7317 { "_wxCommandEvent","_class_wxCommandEvent",0},
7318 { "_wxSizeEvent","_class_wxSizeEvent",0},
7319 { "_wxPoint","_class_wxPoint",0},
7320 { "_class_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7321 { "_class_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7322 { "_class_wxButton","_wxButton",0},
7323 { "_wxRadioBox","_class_wxRadioBox",0},
7324 { "_wxBitmap","_class_wxBitmap",0},
7325 { "_wxPyTimer","_class_wxPyTimer",0},
7326 { "_wxWindowDC","_class_wxWindowDC",0},
7327 { "_wxScrollBar","_class_wxScrollBar",0},
7328 { "_wxSpinButton","_class_wxSpinButton",0},
7329 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
7330 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
7331 { "_class_wxValidator","_wxValidator",0},
7332 { "_class_wxPyEvent","_wxPyEvent",0},
7333 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
7334 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
7335 { "_wxDropTarget","_class_wxDropTarget",0},
7336 { "_class_wxStaticLine","_wxStaticLine",0},
7337 { "_wxScrollEvent","_class_wxScrollEvent",0},
7338 { "_EBool","_wxCoord",0},
7339 { "_EBool","_wxPrintQuality",0},
7340 { "_EBool","_signed_int",0},
7341 { "_EBool","_int",0},
7342 { "_EBool","_wxWindowID",0},
7343 { "_class_wxRegion","_wxRegion",0},
7344 { "_class_wxDataFormat","_wxDataFormat",0},
7345 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
7346 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
7347 { "_wxStaticText","_class_wxStaticText",0},
7348 { "_wxFont","_class_wxFont",0},
7349 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
7350 { "_wxCloseEvent","_class_wxCloseEvent",0},
7351 { "_unsigned_long","_wxDash",0},
7352 { "_unsigned_long","_long",0},
7353 { "_class_wxRect","_wxRect",0},
7354 { "_class_wxDC","_wxDC",0},
7355 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
7356 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
7357 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
7358 { "_class_wxPyTimer","_wxPyTimer",0},
7359 { "_wxFocusEvent","_class_wxFocusEvent",0},
7360 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
7361 { "_class_wxSpinButton","_wxSpinButton",0},
7362 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
7363 { "_class_wxPanel","_wxPanel",0},
7364 { "_class_wxCheckBox","_wxCheckBox",0},
7365 { "_wxComboBox","_class_wxComboBox",0},
7366 { "_wxRadioButton","_class_wxRadioButton",0},
7367 { "_signed_int","_wxCoord",0},
7368 { "_signed_int","_wxPrintQuality",0},
7369 { "_signed_int","_EBool",0},
7370 { "_signed_int","_wxWindowID",0},
7371 { "_signed_int","_int",0},
7372 { "_class_wxTextCtrl","_wxTextCtrl",0},
7373 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
7374 { "_wxMetaFileDC","_class_wxMetaFileDC",0},
7375 { "_class_wxTextDataObject","_wxTextDataObject",0},
7376 { "_wxMenu","_class_wxMenu",0},
7377 { "_class_wxMoveEvent","_wxMoveEvent",0},
7378 { "_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7379 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7380 { "_wxListBox","_class_wxListBox",0},
7381 { "_wxScreenDC","_class_wxScreenDC",0},
7382 { "_WXTYPE","_short",0},
7383 { "_WXTYPE","_signed_short",0},
7384 { "_WXTYPE","_unsigned_short",0},
7385 { "_class_wxDropTarget","_wxDropTarget",0},
7386 { "_class_wxBrush","_wxBrush",0},
7387 { "_unsigned_short","_WXTYPE",0},
7388 { "_unsigned_short","_short",0},
7389 { "_class_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7390 { "_class_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7391 { "_class_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7392 { "_class_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7393 { "_class_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7394 { "_class_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7395 { "_class_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7396 { "_class_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7397 { "_class_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7398 { "_class_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7399 { "_class_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7400 { "_class_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7401 { "_class_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7402 { "_class_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7403 { "_class_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7404 { "_class_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7405 { "_class_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7406 { "_class_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7407 { "_class_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7408 { "_class_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7409 { "_class_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7410 { "_class_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7411 { "_class_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7412 { "_class_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7413 { "_class_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7414 { "_class_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7415 { "_class_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7416 { "_class_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7417 { "_class_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7418 { "_class_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7419 { "_class_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7420 { "_class_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7421 { "_class_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7422 { "_class_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7423 { "_class_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7424 { "_class_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7425 { "_class_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7426 { "_class_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7427 { "_class_wxWindow","_wxWindow",0},
7428 { "_class_wxStaticText","_wxStaticText",0},
7429 { "_class_wxFont","_wxFont",0},
7430 { "_wxClipboard","_class_wxClipboard",0},
7431 { "_class_wxPyValidator","_wxPyValidator",0},
7432 { "_class_wxCloseEvent","_wxCloseEvent",0},
7433 { "_wxBusyInfo","_class_wxBusyInfo",0},
7434 { "_class_wxMenuEvent","_wxMenuEvent",0},
7435 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
7436 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
7437 { "_wxClientDC","_class_wxClientDC",0},
7438 { "_wxMouseEvent","_class_wxMouseEvent",0},
7439 { "_class_wxPoint","_wxPoint",0},
7440 { "_wxRealPoint","_class_wxRealPoint",0},
7441 { "_class_wxRadioBox","_wxRadioBox",0},
7442 { "_signed_short","_WXTYPE",0},
7443 { "_signed_short","_short",0},
7444 { "_wxMemoryDC","_class_wxMemoryDC",0},
7445 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
7446 { "_wxPaintDC","_class_wxPaintDC",0},
7447 { "_class_wxWindowDC","_wxWindowDC",0},
7448 { "_class_wxFocusEvent","_wxFocusEvent",0},
7449 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
7450 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
7451 { "_class_wxCursor","_wxCursor",0},
7452 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
7453 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
7454 { "_unsigned_char","_byte",0},
7455 { "_class_wxMetaFileDC","_wxMetaFileDC",0},
7456 { "_class_wxMenu","_wxMenu",0},
7457 { "_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7458 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7459 { "_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7460 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7461 { "_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7462 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7463 { "_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7464 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7465 { "_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7466 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7467 { "_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7468 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7469 { "_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7470 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7471 { "_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7472 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7473 { "_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7474 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7475 { "_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7476 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7477 { "_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7478 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7479 { "_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7480 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7481 { "_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7482 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7483 { "_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7484 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7485 { "_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7486 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7487 { "_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7488 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7489 { "_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7490 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7491 { "_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7492 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
7493 { "_wxControl","_class_wxControl",0},
7494 { "_class_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7495 { "_class_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7496 { "_class_wxListBox","_wxListBox",0},
7497 { "_unsigned_int","_wxCoord",0},
7498 { "_unsigned_int","_wxPrintQuality",0},
7499 { "_unsigned_int","_size_t",0},
7500 { "_unsigned_int","_uint",0},
7501 { "_unsigned_int","_wxWindowID",0},
7502 { "_unsigned_int","_int",0},
7503 { "_wxIcon","_class_wxIcon",0},
7504 { "_wxDialog","_class_wxDialog",0},
7505 { "_class_wxPen","_wxPen",0},
7506 { "_short","_WXTYPE",0},
7507 { "_short","_unsigned_short",0},
7508 { "_short","_signed_short",0},
7509 { "_class_wxStaticBox","_wxStaticBox",0},
7510 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
7511 { "_class_wxPyDropSource","_wxPyDropSource",0},
7512 { "_class_wxScrollEvent","_wxScrollEvent",0},
7513 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
7514 { "_class_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7515 { "_class_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7516 { "_class_wxChoice","_wxChoice",0},
7517 { "_class_wxSlider","_wxSlider",0},
7518 { "_class_wxImageList","_wxImageList",0},
7519 { "_class_wxBitmapButton","_wxBitmapButton",0},
7520 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
7521 { "_wxWindowID","_wxCoord",0},
7522 { "_wxWindowID","_wxPrintQuality",0},
7523 { "_wxWindowID","_size_t",0},
7524 { "_wxWindowID","_EBool",0},
7525 { "_wxWindowID","_uint",0},
7526 { "_wxWindowID","_int",0},
7527 { "_wxWindowID","_signed_int",0},
7528 { "_wxWindowID","_unsigned_int",0},
7529 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
7530 { "_int","_wxCoord",0},
7531 { "_int","_wxPrintQuality",0},
7532 { "_int","_size_t",0},
7533 { "_int","_EBool",0},
7534 { "_int","_uint",0},
7535 { "_int","_wxWindowID",0},
7536 { "_int","_unsigned_int",0},
7537 { "_int","_signed_int",0},
7538 { "_class_wxMouseEvent","_wxMouseEvent",0},
7539 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
7540 { "_class_wxSpinEvent","_wxSpinEvent",0},
7541 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
7542 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
7543 { "_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7544 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7545 { "_wxButton","_class_wxButton",0},
7546 { "_wxSize","_class_wxSize",0},
7547 { "_wxRegionIterator","_class_wxRegionIterator",0},
7548 { "_class_wxPrinterDC","_wxPrinterDC",0},
7549 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
7550 { "_class_wxPaintDC","_wxPaintDC",0},
7551 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
7552 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
7553 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
7554 { "_class_wxComboBox","_wxComboBox",0},
7555 { "_class_wxRadioButton","_wxRadioButton",0},
7556 { "_wxValidator","_class_wxValidator",0},
7557 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
7558 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
7559 { "_class_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7560 { "_class_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7561 { "_class_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7562 { "_class_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7563 { "_class_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7564 { "_class_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7565 { "_class_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7566 { "_class_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7567 { "_class_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7568 { "_class_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7569 { "_class_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7570 { "_class_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7571 { "_class_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7572 { "_class_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7573 { "_class_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7574 { "_class_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7575 { "_class_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7576 { "_class_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7577 { "_class_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7578 { "_class_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7579 { "_class_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7580 { "_class_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7581 { "_class_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7582 { "_class_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7583 { "_class_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7584 { "_class_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7585 { "_class_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7586 { "_class_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7587 { "_class_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7588 { "_class_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7589 { "_class_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7590 { "_class_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7591 { "_class_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7592 { "_class_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7593 { "_class_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7594 { "_class_wxControl","_wxButton",SwigwxButtonTowxControl
},
7595 { "_class_wxControl","_wxControl",0},
7596 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
7597 { "_class_wxIcon","_wxIcon",0},
7598 { "_class_wxColour","_wxColour",0},
7599 { "_class_wxScreenDC","_wxScreenDC",0},
7600 { "_wxPalette","_class_wxPalette",0},
7601 { "_class_wxIdleEvent","_wxIdleEvent",0},
7602 { "_wxCoord","_int",0},
7603 { "_wxCoord","_signed_int",0},
7604 { "_wxCoord","_unsigned_int",0},
7605 { "_wxCoord","_wxWindowID",0},
7606 { "_wxCoord","_uint",0},
7607 { "_wxCoord","_EBool",0},
7608 { "_wxCoord","_size_t",0},
7609 { "_wxCoord","_wxPrintQuality",0},
7610 { "_wxEraseEvent","_class_wxEraseEvent",0},
7611 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
7612 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
7613 { "_wxRegion","_class_wxRegion",0},
7614 { "_class_wxShowEvent","_wxShowEvent",0},
7615 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
7616 { "_wxActivateEvent","_class_wxActivateEvent",0},
7617 { "_wxGauge","_class_wxGauge",0},
7618 { "_class_wxCheckListBox","_wxCheckListBox",0},
7619 { "_class_wxBusyInfo","_wxBusyInfo",0},
7620 { "_class_wxCommandEvent","_wxCommandEvent",0},
7621 { "_class_wxClientDC","_wxClientDC",0},
7622 { "_class_wxSizeEvent","_wxSizeEvent",0},
7623 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
7624 { "_class_wxSize","_wxSize",0},
7625 { "_class_wxBitmap","_wxBitmap",0},
7626 { "_class_wxMemoryDC","_wxMemoryDC",0},
7627 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
7628 { "_wxMenuBar","_class_wxMenuBar",0},
7629 { "_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7630 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7631 { "_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7632 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7633 { "_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7634 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7635 { "_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7636 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7637 { "_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7638 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7639 { "_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7640 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7641 { "_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7642 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7643 { "_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7644 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7645 { "_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7646 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7647 { "_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7648 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7649 { "_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7650 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7651 { "_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7652 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7653 { "_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7654 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7655 { "_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7656 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7657 { "_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7658 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7659 { "_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7660 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7661 { "_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7662 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7663 { "_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7664 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7665 { "_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7666 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7667 { "_wxEvtHandler","_class_wxEvtHandler",0},
7668 { "_wxMenuItem","_class_wxMenuItem",0},
7669 { "_class_wxScrollBar","_wxScrollBar",0},
7670 { "_wxDash","_unsigned_long",0},
7671 { "_wxDash","_long",0},
7672 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
7673 { "_wxKeyEvent","_class_wxKeyEvent",0},
7674 { "_wxMoveEvent","_class_wxMoveEvent",0},
7675 { "_class_wxPalette","_wxPalette",0},
7676 { "_wxFileDataObject","_class_wxFileDataObject",0},
7677 { "_class_wxEraseEvent","_wxEraseEvent",0},
7678 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
7679 { "_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7680 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7681 { "_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7682 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7683 { "_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7684 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7685 { "_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7686 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7687 { "_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7688 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7689 { "_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7690 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7691 { "_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7692 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7693 { "_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7694 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7695 { "_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7696 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7697 { "_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7698 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7699 { "_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7700 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7701 { "_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7702 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7703 { "_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7704 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7705 { "_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7706 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7707 { "_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7708 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7709 { "_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7710 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7711 { "_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7712 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7713 { "_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7714 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7715 { "_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7716 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7717 { "_wxWindow","_class_wxWindow",0},
7718 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
7721 static PyObject
*SWIG_globals
;
7725 SWIGEXPORT(void) initcontrolsc() {
7727 SWIG_globals
= SWIG_newvarlink();
7728 m
= Py_InitModule("controlsc", controlscMethods
);
7729 d
= PyModule_GetDict(m
);
7730 PyDict_SetItemString(d
,"cvar", SWIG_globals
);
7731 SWIG_addvarlink(SWIG_globals
,"wxDefaultValidator",_wrap_wxDefaultValidator_get
, _wrap_wxDefaultValidator_set
);
7734 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
7735 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);