2 * FILE : gtk/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_GetLabel(_swigobj) (_swigobj->GetLabel())
158 static PyObject
*_wrap_wxControl_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
159 PyObject
* _resultobj
;
162 PyObject
* _argo0
= 0;
163 char *_kwnames
[] = { "self", NULL
};
166 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControl_GetLabel",_kwnames
,&_argo0
))
169 if (_argo0
== Py_None
) { _arg0
= NULL
; }
170 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
171 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
176 wxPy_BEGIN_ALLOW_THREADS
;
177 _result
= new wxString (wxControl_GetLabel(_arg0
));
179 wxPy_END_ALLOW_THREADS
;
181 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
189 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
190 static PyObject
*_wrap_wxControl_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
191 PyObject
* _resultobj
;
194 PyObject
* _argo0
= 0;
195 PyObject
* _obj1
= 0;
196 char *_kwnames
[] = { "self","label", NULL
};
199 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_SetLabel",_kwnames
,&_argo0
,&_obj1
))
202 if (_argo0
== Py_None
) { _arg0
= NULL
; }
203 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
204 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
209 if (!PyString_Check(_obj1
)) {
210 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
213 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
216 wxPy_BEGIN_ALLOW_THREADS
;
217 wxControl_SetLabel(_arg0
,*_arg1
);
219 wxPy_END_ALLOW_THREADS
;
220 } Py_INCREF(Py_None
);
221 _resultobj
= Py_None
;
229 static void *SwigwxButtonTowxControl(void *ptr
) {
232 src
= (wxButton
*) ptr
;
233 dest
= (wxControl
*) src
;
234 return (void *) dest
;
237 static void *SwigwxButtonTowxWindow(void *ptr
) {
240 src
= (wxButton
*) ptr
;
241 dest
= (wxWindow
*) src
;
242 return (void *) dest
;
245 static void *SwigwxButtonTowxEvtHandler(void *ptr
) {
248 src
= (wxButton
*) ptr
;
249 dest
= (wxEvtHandler
*) src
;
250 return (void *) dest
;
253 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
254 static PyObject
*_wrap_new_wxButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
255 PyObject
* _resultobj
;
260 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
261 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
262 long _arg5
= (long ) 0;
263 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
264 char * _arg7
= (char *) "button";
265 PyObject
* _argo0
= 0;
266 PyObject
* _obj2
= 0;
268 PyObject
* _obj3
= 0;
270 PyObject
* _obj4
= 0;
271 PyObject
* _argo6
= 0;
272 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
276 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
279 if (_argo0
== Py_None
) { _arg0
= NULL
; }
280 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
281 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
286 if (!PyString_Check(_obj2
)) {
287 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
290 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
295 if (! wxPoint_helper(_obj3
, &_arg3
))
301 if (! wxSize_helper(_obj4
, &_arg4
))
305 if (_argo6
== Py_None
) { _arg6
= NULL
; }
306 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
307 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
312 wxPy_BEGIN_ALLOW_THREADS
;
313 _result
= (wxButton
*)new_wxButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
315 wxPy_END_ALLOW_THREADS
;
317 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
318 _resultobj
= Py_BuildValue("s",_ptemp
);
321 _resultobj
= Py_None
;
330 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
331 static PyObject
*_wrap_wxButton_SetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
332 PyObject
* _resultobj
;
334 PyObject
* _argo0
= 0;
335 char *_kwnames
[] = { "self", NULL
};
338 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxButton_SetDefault",_kwnames
,&_argo0
))
341 if (_argo0
== Py_None
) { _arg0
= NULL
; }
342 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
343 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
348 wxPy_BEGIN_ALLOW_THREADS
;
349 wxButton_SetDefault(_arg0
);
351 wxPy_END_ALLOW_THREADS
;
352 } Py_INCREF(Py_None
);
353 _resultobj
= Py_None
;
357 static void *SwigwxBitmapButtonTowxButton(void *ptr
) {
360 src
= (wxBitmapButton
*) ptr
;
361 dest
= (wxButton
*) src
;
362 return (void *) dest
;
365 static void *SwigwxBitmapButtonTowxControl(void *ptr
) {
368 src
= (wxBitmapButton
*) ptr
;
369 dest
= (wxControl
*) src
;
370 return (void *) dest
;
373 static void *SwigwxBitmapButtonTowxWindow(void *ptr
) {
376 src
= (wxBitmapButton
*) ptr
;
377 dest
= (wxWindow
*) src
;
378 return (void *) dest
;
381 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr
) {
384 src
= (wxBitmapButton
*) ptr
;
385 dest
= (wxEvtHandler
*) src
;
386 return (void *) dest
;
389 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
390 static PyObject
*_wrap_new_wxBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
391 PyObject
* _resultobj
;
392 wxBitmapButton
* _result
;
396 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
397 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
398 long _arg5
= (long ) wxBU_AUTODRAW
;
399 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
400 char * _arg7
= (char *) "button";
401 PyObject
* _argo0
= 0;
402 PyObject
* _argo2
= 0;
404 PyObject
* _obj3
= 0;
406 PyObject
* _obj4
= 0;
407 PyObject
* _argo6
= 0;
408 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL
};
412 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxBitmapButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
415 if (_argo0
== Py_None
) { _arg0
= NULL
; }
416 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
417 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
422 if (_argo2
== Py_None
) { _arg2
= NULL
; }
423 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
424 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
431 if (! wxPoint_helper(_obj3
, &_arg3
))
437 if (! wxSize_helper(_obj4
, &_arg4
))
441 if (_argo6
== Py_None
) { _arg6
= NULL
; }
442 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
443 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
448 wxPy_BEGIN_ALLOW_THREADS
;
449 _result
= (wxBitmapButton
*)new_wxBitmapButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
451 wxPy_END_ALLOW_THREADS
;
453 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
454 _resultobj
= Py_BuildValue("s",_ptemp
);
457 _resultobj
= Py_None
;
462 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
463 static PyObject
*_wrap_wxBitmapButton_GetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
464 PyObject
* _resultobj
;
466 wxBitmapButton
* _arg0
;
467 PyObject
* _argo0
= 0;
468 char *_kwnames
[] = { "self", NULL
};
472 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapLabel",_kwnames
,&_argo0
))
475 if (_argo0
== Py_None
) { _arg0
= NULL
; }
476 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
482 wxPy_BEGIN_ALLOW_THREADS
;
483 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapLabel(_arg0
);
484 _result
= (wxBitmap
*) &_result_ref
;
486 wxPy_END_ALLOW_THREADS
;
488 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
489 _resultobj
= Py_BuildValue("s",_ptemp
);
492 _resultobj
= Py_None
;
497 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
498 static PyObject
*_wrap_wxBitmapButton_GetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
499 PyObject
* _resultobj
;
501 wxBitmapButton
* _arg0
;
502 PyObject
* _argo0
= 0;
503 char *_kwnames
[] = { "self", NULL
};
507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapDisabled",_kwnames
,&_argo0
))
510 if (_argo0
== Py_None
) { _arg0
= NULL
; }
511 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
512 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
517 wxPy_BEGIN_ALLOW_THREADS
;
518 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapDisabled(_arg0
);
519 _result
= (wxBitmap
*) &_result_ref
;
521 wxPy_END_ALLOW_THREADS
;
523 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
524 _resultobj
= Py_BuildValue("s",_ptemp
);
527 _resultobj
= Py_None
;
532 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
533 static PyObject
*_wrap_wxBitmapButton_GetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
534 PyObject
* _resultobj
;
536 wxBitmapButton
* _arg0
;
537 PyObject
* _argo0
= 0;
538 char *_kwnames
[] = { "self", NULL
};
542 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapFocus",_kwnames
,&_argo0
))
545 if (_argo0
== Py_None
) { _arg0
= NULL
; }
546 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
547 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
552 wxPy_BEGIN_ALLOW_THREADS
;
553 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapFocus(_arg0
);
554 _result
= (wxBitmap
*) &_result_ref
;
556 wxPy_END_ALLOW_THREADS
;
558 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
559 _resultobj
= Py_BuildValue("s",_ptemp
);
562 _resultobj
= Py_None
;
567 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
568 static PyObject
*_wrap_wxBitmapButton_GetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
569 PyObject
* _resultobj
;
571 wxBitmapButton
* _arg0
;
572 PyObject
* _argo0
= 0;
573 char *_kwnames
[] = { "self", NULL
};
577 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapSelected",_kwnames
,&_argo0
))
580 if (_argo0
== Py_None
) { _arg0
= NULL
; }
581 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
582 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
587 wxPy_BEGIN_ALLOW_THREADS
;
588 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapSelected(_arg0
);
589 _result
= (wxBitmap
*) &_result_ref
;
591 wxPy_END_ALLOW_THREADS
;
593 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
594 _resultobj
= Py_BuildValue("s",_ptemp
);
597 _resultobj
= Py_None
;
602 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
603 static PyObject
*_wrap_wxBitmapButton_SetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
604 PyObject
* _resultobj
;
605 wxBitmapButton
* _arg0
;
607 PyObject
* _argo0
= 0;
608 PyObject
* _argo1
= 0;
609 char *_kwnames
[] = { "self","bitmap", NULL
};
612 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames
,&_argo0
,&_argo1
))
615 if (_argo0
== Py_None
) { _arg0
= NULL
; }
616 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
617 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
622 if (_argo1
== Py_None
) { _arg1
= NULL
; }
623 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
624 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
629 wxPy_BEGIN_ALLOW_THREADS
;
630 wxBitmapButton_SetBitmapDisabled(_arg0
,*_arg1
);
632 wxPy_END_ALLOW_THREADS
;
633 } Py_INCREF(Py_None
);
634 _resultobj
= Py_None
;
638 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
639 static PyObject
*_wrap_wxBitmapButton_SetBitmapFocus(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_SetBitmapFocus",_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_SetBitmapFocus. 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_SetBitmapFocus. Expected _wxBitmap_p.");
665 wxPy_BEGIN_ALLOW_THREADS
;
666 wxBitmapButton_SetBitmapFocus(_arg0
,*_arg1
);
668 wxPy_END_ALLOW_THREADS
;
669 } Py_INCREF(Py_None
);
670 _resultobj
= Py_None
;
674 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
675 static PyObject
*_wrap_wxBitmapButton_SetBitmapSelected(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_SetBitmapSelected",_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_SetBitmapSelected. 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_SetBitmapSelected. Expected _wxBitmap_p.");
701 wxPy_BEGIN_ALLOW_THREADS
;
702 wxBitmapButton_SetBitmapSelected(_arg0
,*_arg1
);
704 wxPy_END_ALLOW_THREADS
;
705 } Py_INCREF(Py_None
);
706 _resultobj
= Py_None
;
710 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
711 static PyObject
*_wrap_wxBitmapButton_SetBitmapLabel(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_SetBitmapLabel",_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_SetBitmapLabel. 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_SetBitmapLabel. Expected _wxBitmap_p.");
737 wxPy_BEGIN_ALLOW_THREADS
;
738 wxBitmapButton_SetBitmapLabel(_arg0
,*_arg1
);
740 wxPy_END_ALLOW_THREADS
;
741 } Py_INCREF(Py_None
);
742 _resultobj
= Py_None
;
746 static void *SwigwxCheckBoxTowxControl(void *ptr
) {
749 src
= (wxCheckBox
*) ptr
;
750 dest
= (wxControl
*) src
;
751 return (void *) dest
;
754 static void *SwigwxCheckBoxTowxWindow(void *ptr
) {
757 src
= (wxCheckBox
*) ptr
;
758 dest
= (wxWindow
*) src
;
759 return (void *) dest
;
762 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr
) {
765 src
= (wxCheckBox
*) ptr
;
766 dest
= (wxEvtHandler
*) src
;
767 return (void *) dest
;
770 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
771 static PyObject
*_wrap_new_wxCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
772 PyObject
* _resultobj
;
773 wxCheckBox
* _result
;
777 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
778 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
779 long _arg5
= (long ) 0;
780 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
781 char * _arg7
= (char *) "checkBox";
782 PyObject
* _argo0
= 0;
783 PyObject
* _obj2
= 0;
785 PyObject
* _obj3
= 0;
787 PyObject
* _obj4
= 0;
788 PyObject
* _argo6
= 0;
789 char *_kwnames
[] = { "parent","id","label","pos","size","style","val","name", NULL
};
793 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxCheckBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
796 if (_argo0
== Py_None
) { _arg0
= NULL
; }
797 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
798 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
803 if (!PyString_Check(_obj2
)) {
804 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
807 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
812 if (! wxPoint_helper(_obj3
, &_arg3
))
818 if (! wxSize_helper(_obj4
, &_arg4
))
822 if (_argo6
== Py_None
) { _arg6
= NULL
; }
823 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
824 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
829 wxPy_BEGIN_ALLOW_THREADS
;
830 _result
= (wxCheckBox
*)new_wxCheckBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
832 wxPy_END_ALLOW_THREADS
;
834 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
835 _resultobj
= Py_BuildValue("s",_ptemp
);
838 _resultobj
= Py_None
;
847 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
848 static PyObject
*_wrap_wxCheckBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
849 PyObject
* _resultobj
;
852 PyObject
* _argo0
= 0;
853 char *_kwnames
[] = { "self", NULL
};
856 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_GetValue",_kwnames
,&_argo0
))
859 if (_argo0
== Py_None
) { _arg0
= NULL
; }
860 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
861 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
866 wxPy_BEGIN_ALLOW_THREADS
;
867 _result
= (bool )wxCheckBox_GetValue(_arg0
);
869 wxPy_END_ALLOW_THREADS
;
870 } _resultobj
= Py_BuildValue("i",_result
);
874 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
875 static PyObject
*_wrap_wxCheckBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
876 PyObject
* _resultobj
;
879 PyObject
* _argo0
= 0;
881 char *_kwnames
[] = { "self","state", NULL
};
884 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_SetValue",_kwnames
,&_argo0
,&tempbool1
))
887 if (_argo0
== Py_None
) { _arg0
= NULL
; }
888 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
889 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
893 _arg1
= (bool ) tempbool1
;
895 wxPy_BEGIN_ALLOW_THREADS
;
896 wxCheckBox_SetValue(_arg0
,_arg1
);
898 wxPy_END_ALLOW_THREADS
;
899 } Py_INCREF(Py_None
);
900 _resultobj
= Py_None
;
904 static void *SwigwxChoiceTowxControl(void *ptr
) {
907 src
= (wxChoice
*) ptr
;
908 dest
= (wxControl
*) src
;
909 return (void *) dest
;
912 static void *SwigwxChoiceTowxWindow(void *ptr
) {
915 src
= (wxChoice
*) ptr
;
916 dest
= (wxWindow
*) src
;
917 return (void *) dest
;
920 static void *SwigwxChoiceTowxEvtHandler(void *ptr
) {
923 src
= (wxChoice
*) ptr
;
924 dest
= (wxEvtHandler
*) src
;
925 return (void *) dest
;
928 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
929 static PyObject
*_wrap_new_wxChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
930 PyObject
* _resultobj
;
934 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
935 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
936 int _arg4
= (int ) 0;
937 wxString
* _arg5
= (wxString
*) NULL
;
938 long _arg6
= (long ) 0;
939 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
940 char * _arg8
= (char *) "choice";
941 PyObject
* _argo0
= 0;
943 PyObject
* _obj2
= 0;
945 PyObject
* _obj3
= 0;
946 PyObject
* _obj5
= 0;
947 PyObject
* _argo7
= 0;
948 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
952 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxChoice",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
955 if (_argo0
== Py_None
) { _arg0
= NULL
; }
956 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
957 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
964 if (! wxPoint_helper(_obj2
, &_arg2
))
970 if (! wxSize_helper(_obj3
, &_arg3
))
975 _arg5
= wxString_LIST_helper(_obj5
);
981 if (_argo7
== Py_None
) { _arg7
= NULL
; }
982 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
983 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
989 _arg4
= PyList_Size(_obj5
);
996 wxPy_BEGIN_ALLOW_THREADS
;
997 _result
= (wxChoice
*)new_wxChoice(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
999 wxPy_END_ALLOW_THREADS
;
1001 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
1002 _resultobj
= Py_BuildValue("s",_ptemp
);
1005 _resultobj
= Py_None
;
1013 #define wxChoice_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1014 static PyObject
*_wrap_wxChoice_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1015 PyObject
* _resultobj
;
1018 PyObject
* _argo0
= 0;
1019 PyObject
* _obj1
= 0;
1020 char *_kwnames
[] = { "self","item", NULL
};
1023 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_Append",_kwnames
,&_argo0
,&_obj1
))
1026 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1027 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1028 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Append. Expected _wxChoice_p.");
1033 if (!PyString_Check(_obj1
)) {
1034 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1037 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1040 wxPy_BEGIN_ALLOW_THREADS
;
1041 wxChoice_Append(_arg0
,*_arg1
);
1043 wxPy_END_ALLOW_THREADS
;
1044 } Py_INCREF(Py_None
);
1045 _resultobj
= Py_None
;
1053 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
1054 static PyObject
*_wrap_wxChoice_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1055 PyObject
* _resultobj
;
1057 PyObject
* _argo0
= 0;
1058 char *_kwnames
[] = { "self", NULL
};
1061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Clear",_kwnames
,&_argo0
))
1064 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1065 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1066 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
1071 wxPy_BEGIN_ALLOW_THREADS
;
1072 wxChoice_Clear(_arg0
);
1074 wxPy_END_ALLOW_THREADS
;
1075 } Py_INCREF(Py_None
);
1076 _resultobj
= Py_None
;
1080 #define wxChoice_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1081 static PyObject
*_wrap_wxChoice_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1082 PyObject
* _resultobj
;
1086 PyObject
* _argo0
= 0;
1087 PyObject
* _obj1
= 0;
1088 char *_kwnames
[] = { "self","string", NULL
};
1091 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_FindString",_kwnames
,&_argo0
,&_obj1
))
1094 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1095 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1096 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_FindString. Expected _wxChoice_p.");
1101 if (!PyString_Check(_obj1
)) {
1102 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1105 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1108 wxPy_BEGIN_ALLOW_THREADS
;
1109 _result
= (int )wxChoice_FindString(_arg0
,*_arg1
);
1111 wxPy_END_ALLOW_THREADS
;
1112 } _resultobj
= Py_BuildValue("i",_result
);
1120 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
1121 static PyObject
*_wrap_wxChoice_GetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1122 PyObject
* _resultobj
;
1125 PyObject
* _argo0
= 0;
1126 char *_kwnames
[] = { "self", NULL
};
1129 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetColumns",_kwnames
,&_argo0
))
1132 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1133 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1134 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
1139 wxPy_BEGIN_ALLOW_THREADS
;
1140 _result
= (int )wxChoice_GetColumns(_arg0
);
1142 wxPy_END_ALLOW_THREADS
;
1143 } _resultobj
= Py_BuildValue("i",_result
);
1147 #define wxChoice_GetSelection(_swigobj) (_swigobj->GetSelection())
1148 static PyObject
*_wrap_wxChoice_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1149 PyObject
* _resultobj
;
1152 PyObject
* _argo0
= 0;
1153 char *_kwnames
[] = { "self", NULL
};
1156 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetSelection",_kwnames
,&_argo0
))
1159 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1160 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1161 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetSelection. Expected _wxChoice_p.");
1166 wxPy_BEGIN_ALLOW_THREADS
;
1167 _result
= (int )wxChoice_GetSelection(_arg0
);
1169 wxPy_END_ALLOW_THREADS
;
1170 } _resultobj
= Py_BuildValue("i",_result
);
1174 #define wxChoice_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
1175 static PyObject
*_wrap_wxChoice_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1176 PyObject
* _resultobj
;
1180 PyObject
* _argo0
= 0;
1181 char *_kwnames
[] = { "self","n", NULL
};
1184 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_GetString",_kwnames
,&_argo0
,&_arg1
))
1187 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1188 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1189 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetString. Expected _wxChoice_p.");
1194 wxPy_BEGIN_ALLOW_THREADS
;
1195 _result
= new wxString (wxChoice_GetString(_arg0
,_arg1
));
1197 wxPy_END_ALLOW_THREADS
;
1199 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1207 #define wxChoice_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1208 static PyObject
*_wrap_wxChoice_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1209 PyObject
* _resultobj
;
1212 PyObject
* _argo0
= 0;
1213 char *_kwnames
[] = { "self", NULL
};
1216 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetStringSelection",_kwnames
,&_argo0
))
1219 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1220 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1221 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetStringSelection. Expected _wxChoice_p.");
1226 wxPy_BEGIN_ALLOW_THREADS
;
1227 _result
= new wxString (wxChoice_GetStringSelection(_arg0
));
1229 wxPy_END_ALLOW_THREADS
;
1231 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1239 #define wxChoice_Number(_swigobj) (_swigobj->Number())
1240 static PyObject
*_wrap_wxChoice_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1241 PyObject
* _resultobj
;
1244 PyObject
* _argo0
= 0;
1245 char *_kwnames
[] = { "self", NULL
};
1248 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Number",_kwnames
,&_argo0
))
1251 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1252 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1253 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Number. Expected _wxChoice_p.");
1258 wxPy_BEGIN_ALLOW_THREADS
;
1259 _result
= (int )wxChoice_Number(_arg0
);
1261 wxPy_END_ALLOW_THREADS
;
1262 } _resultobj
= Py_BuildValue("i",_result
);
1266 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
1267 static PyObject
*_wrap_wxChoice_SetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1268 PyObject
* _resultobj
;
1270 int _arg1
= (int ) 1;
1271 PyObject
* _argo0
= 0;
1272 char *_kwnames
[] = { "self","n", NULL
};
1275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|i:wxChoice_SetColumns",_kwnames
,&_argo0
,&_arg1
))
1278 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1279 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1280 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
1285 wxPy_BEGIN_ALLOW_THREADS
;
1286 wxChoice_SetColumns(_arg0
,_arg1
);
1288 wxPy_END_ALLOW_THREADS
;
1289 } Py_INCREF(Py_None
);
1290 _resultobj
= Py_None
;
1294 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
1295 static PyObject
*_wrap_wxChoice_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1296 PyObject
* _resultobj
;
1299 PyObject
* _argo0
= 0;
1300 char *_kwnames
[] = { "self","n", NULL
};
1303 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_SetSelection",_kwnames
,&_argo0
,&_arg1
))
1306 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1307 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1308 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
1313 wxPy_BEGIN_ALLOW_THREADS
;
1314 wxChoice_SetSelection(_arg0
,_arg1
);
1316 wxPy_END_ALLOW_THREADS
;
1317 } Py_INCREF(Py_None
);
1318 _resultobj
= Py_None
;
1322 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
1323 static PyObject
*_wrap_wxChoice_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1324 PyObject
* _resultobj
;
1327 PyObject
* _argo0
= 0;
1328 PyObject
* _obj1
= 0;
1329 char *_kwnames
[] = { "self","string", NULL
};
1332 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
1335 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1336 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1337 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
1342 if (!PyString_Check(_obj1
)) {
1343 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1346 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1349 wxPy_BEGIN_ALLOW_THREADS
;
1350 wxChoice_SetStringSelection(_arg0
,*_arg1
);
1352 wxPy_END_ALLOW_THREADS
;
1353 } Py_INCREF(Py_None
);
1354 _resultobj
= Py_None
;
1362 static void *SwigwxComboBoxTowxChoice(void *ptr
) {
1365 src
= (wxComboBox
*) ptr
;
1366 dest
= (wxChoice
*) src
;
1367 return (void *) dest
;
1370 static void *SwigwxComboBoxTowxControl(void *ptr
) {
1373 src
= (wxComboBox
*) ptr
;
1374 dest
= (wxControl
*) src
;
1375 return (void *) dest
;
1378 static void *SwigwxComboBoxTowxWindow(void *ptr
) {
1381 src
= (wxComboBox
*) ptr
;
1382 dest
= (wxWindow
*) src
;
1383 return (void *) dest
;
1386 static void *SwigwxComboBoxTowxEvtHandler(void *ptr
) {
1389 src
= (wxComboBox
*) ptr
;
1390 dest
= (wxEvtHandler
*) src
;
1391 return (void *) dest
;
1394 #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))
1395 static PyObject
*_wrap_new_wxComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1396 PyObject
* _resultobj
;
1397 wxComboBox
* _result
;
1400 char * _arg2
= (char *) "";
1401 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
1402 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
1403 int _arg5
= (int ) 0;
1404 wxString
* _arg6
= (wxString
*) NULL
;
1405 long _arg7
= (long ) 0;
1406 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
1407 char * _arg9
= (char *) "comboBox";
1408 PyObject
* _argo0
= 0;
1410 PyObject
* _obj3
= 0;
1412 PyObject
* _obj4
= 0;
1413 PyObject
* _obj6
= 0;
1414 PyObject
* _argo8
= 0;
1415 char *_kwnames
[] = { "parent","id","value","pos","size","LIST","style","validator","name", NULL
};
1419 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOOlOs:new_wxComboBox",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
1422 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1423 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1424 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
1431 if (! wxPoint_helper(_obj3
, &_arg3
))
1437 if (! wxSize_helper(_obj4
, &_arg4
))
1442 _arg6
= wxString_LIST_helper(_obj6
);
1443 if (_arg6
== NULL
) {
1448 if (_argo8
== Py_None
) { _arg8
= NULL
; }
1449 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
1450 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
1456 _arg5
= PyList_Size(_obj6
);
1463 wxPy_BEGIN_ALLOW_THREADS
;
1464 _result
= (wxComboBox
*)new_wxComboBox(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
1466 wxPy_END_ALLOW_THREADS
;
1468 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
1469 _resultobj
= Py_BuildValue("s",_ptemp
);
1472 _resultobj
= Py_None
;
1480 #define wxComboBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1481 static PyObject
*_wrap_wxComboBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1482 PyObject
* _resultobj
;
1485 PyObject
* _argo0
= 0;
1486 PyObject
* _obj1
= 0;
1487 char *_kwnames
[] = { "self","item", NULL
};
1490 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_Append",_kwnames
,&_argo0
,&_obj1
))
1493 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1494 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1495 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Append. Expected _wxComboBox_p.");
1500 if (!PyString_Check(_obj1
)) {
1501 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1504 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1507 wxPy_BEGIN_ALLOW_THREADS
;
1508 wxComboBox_Append(_arg0
,*_arg1
);
1510 wxPy_END_ALLOW_THREADS
;
1511 } Py_INCREF(Py_None
);
1512 _resultobj
= Py_None
;
1520 #define wxComboBox_Clear(_swigobj) (_swigobj->Clear())
1521 static PyObject
*_wrap_wxComboBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1522 PyObject
* _resultobj
;
1524 PyObject
* _argo0
= 0;
1525 char *_kwnames
[] = { "self", NULL
};
1528 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Clear",_kwnames
,&_argo0
))
1531 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1532 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1533 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Clear. Expected _wxComboBox_p.");
1538 wxPy_BEGIN_ALLOW_THREADS
;
1539 wxComboBox_Clear(_arg0
);
1541 wxPy_END_ALLOW_THREADS
;
1542 } Py_INCREF(Py_None
);
1543 _resultobj
= Py_None
;
1547 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
1548 static PyObject
*_wrap_wxComboBox_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1549 PyObject
* _resultobj
;
1551 PyObject
* _argo0
= 0;
1552 char *_kwnames
[] = { "self", NULL
};
1555 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Copy",_kwnames
,&_argo0
))
1558 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1559 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1560 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
1565 wxPy_BEGIN_ALLOW_THREADS
;
1566 wxComboBox_Copy(_arg0
);
1568 wxPy_END_ALLOW_THREADS
;
1569 } Py_INCREF(Py_None
);
1570 _resultobj
= Py_None
;
1574 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
1575 static PyObject
*_wrap_wxComboBox_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1576 PyObject
* _resultobj
;
1578 PyObject
* _argo0
= 0;
1579 char *_kwnames
[] = { "self", NULL
};
1582 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Cut",_kwnames
,&_argo0
))
1585 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1586 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1587 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
1592 wxPy_BEGIN_ALLOW_THREADS
;
1593 wxComboBox_Cut(_arg0
);
1595 wxPy_END_ALLOW_THREADS
;
1596 } Py_INCREF(Py_None
);
1597 _resultobj
= Py_None
;
1601 #define wxComboBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
1602 static PyObject
*_wrap_wxComboBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1603 PyObject
* _resultobj
;
1606 PyObject
* _argo0
= 0;
1607 char *_kwnames
[] = { "self","n", NULL
};
1610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_Delete",_kwnames
,&_argo0
,&_arg1
))
1613 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1614 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Delete. Expected _wxComboBox_p.");
1620 wxPy_BEGIN_ALLOW_THREADS
;
1621 wxComboBox_Delete(_arg0
,_arg1
);
1623 wxPy_END_ALLOW_THREADS
;
1624 } Py_INCREF(Py_None
);
1625 _resultobj
= Py_None
;
1629 #define wxComboBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1630 static PyObject
*_wrap_wxComboBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1631 PyObject
* _resultobj
;
1635 PyObject
* _argo0
= 0;
1636 PyObject
* _obj1
= 0;
1637 char *_kwnames
[] = { "self","string", NULL
};
1640 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_FindString",_kwnames
,&_argo0
,&_obj1
))
1643 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1644 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1645 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_FindString. Expected _wxComboBox_p.");
1650 if (!PyString_Check(_obj1
)) {
1651 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1654 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1657 wxPy_BEGIN_ALLOW_THREADS
;
1658 _result
= (int )wxComboBox_FindString(_arg0
,*_arg1
);
1660 wxPy_END_ALLOW_THREADS
;
1661 } _resultobj
= Py_BuildValue("i",_result
);
1669 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
1670 static PyObject
*_wrap_wxComboBox_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1671 PyObject
* _resultobj
;
1674 PyObject
* _argo0
= 0;
1675 char *_kwnames
[] = { "self", NULL
};
1678 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetInsertionPoint",_kwnames
,&_argo0
))
1681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
1688 wxPy_BEGIN_ALLOW_THREADS
;
1689 _result
= (long )wxComboBox_GetInsertionPoint(_arg0
);
1691 wxPy_END_ALLOW_THREADS
;
1692 } _resultobj
= Py_BuildValue("l",_result
);
1696 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
1697 static PyObject
*_wrap_wxComboBox_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1698 PyObject
* _resultobj
;
1701 PyObject
* _argo0
= 0;
1702 char *_kwnames
[] = { "self", NULL
};
1705 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetLastPosition",_kwnames
,&_argo0
))
1708 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1709 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1710 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
1715 wxPy_BEGIN_ALLOW_THREADS
;
1716 _result
= (long )wxComboBox_GetLastPosition(_arg0
);
1718 wxPy_END_ALLOW_THREADS
;
1719 } _resultobj
= Py_BuildValue("l",_result
);
1723 #define wxComboBox_GetSelection(_swigobj) (_swigobj->GetSelection())
1724 static PyObject
*_wrap_wxComboBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1725 PyObject
* _resultobj
;
1728 PyObject
* _argo0
= 0;
1729 char *_kwnames
[] = { "self", NULL
};
1732 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetSelection",_kwnames
,&_argo0
))
1735 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1736 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1737 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetSelection. Expected _wxComboBox_p.");
1742 wxPy_BEGIN_ALLOW_THREADS
;
1743 _result
= (int )wxComboBox_GetSelection(_arg0
);
1745 wxPy_END_ALLOW_THREADS
;
1746 } _resultobj
= Py_BuildValue("i",_result
);
1750 #define wxComboBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
1751 static PyObject
*_wrap_wxComboBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1752 PyObject
* _resultobj
;
1756 PyObject
* _argo0
= 0;
1757 char *_kwnames
[] = { "self","n", NULL
};
1760 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetString",_kwnames
,&_argo0
,&_arg1
))
1763 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1764 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1765 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetString. Expected _wxComboBox_p.");
1770 wxPy_BEGIN_ALLOW_THREADS
;
1771 _result
= new wxString (wxComboBox_GetString(_arg0
,_arg1
));
1773 wxPy_END_ALLOW_THREADS
;
1775 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1783 #define wxComboBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1784 static PyObject
*_wrap_wxComboBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1785 PyObject
* _resultobj
;
1788 PyObject
* _argo0
= 0;
1789 char *_kwnames
[] = { "self", NULL
};
1792 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetStringSelection",_kwnames
,&_argo0
))
1795 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1796 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1797 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetStringSelection. Expected _wxComboBox_p.");
1802 wxPy_BEGIN_ALLOW_THREADS
;
1803 _result
= new wxString (wxComboBox_GetStringSelection(_arg0
));
1805 wxPy_END_ALLOW_THREADS
;
1807 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1815 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
1816 static PyObject
*_wrap_wxComboBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1817 PyObject
* _resultobj
;
1820 PyObject
* _argo0
= 0;
1821 char *_kwnames
[] = { "self", NULL
};
1824 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetValue",_kwnames
,&_argo0
))
1827 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1828 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1829 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
1834 wxPy_BEGIN_ALLOW_THREADS
;
1835 _result
= new wxString (wxComboBox_GetValue(_arg0
));
1837 wxPy_END_ALLOW_THREADS
;
1839 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1847 #define wxComboBox_Number(_swigobj) (_swigobj->Number())
1848 static PyObject
*_wrap_wxComboBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1849 PyObject
* _resultobj
;
1852 PyObject
* _argo0
= 0;
1853 char *_kwnames
[] = { "self", NULL
};
1856 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Number",_kwnames
,&_argo0
))
1859 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1860 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1861 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Number. Expected _wxComboBox_p.");
1866 wxPy_BEGIN_ALLOW_THREADS
;
1867 _result
= (int )wxComboBox_Number(_arg0
);
1869 wxPy_END_ALLOW_THREADS
;
1870 } _resultobj
= Py_BuildValue("i",_result
);
1874 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
1875 static PyObject
*_wrap_wxComboBox_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1876 PyObject
* _resultobj
;
1878 PyObject
* _argo0
= 0;
1879 char *_kwnames
[] = { "self", NULL
};
1882 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Paste",_kwnames
,&_argo0
))
1885 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1886 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1887 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
1892 wxPy_BEGIN_ALLOW_THREADS
;
1893 wxComboBox_Paste(_arg0
);
1895 wxPy_END_ALLOW_THREADS
;
1896 } Py_INCREF(Py_None
);
1897 _resultobj
= Py_None
;
1901 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
1902 static PyObject
*_wrap_wxComboBox_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1903 PyObject
* _resultobj
;
1908 PyObject
* _argo0
= 0;
1909 PyObject
* _obj3
= 0;
1910 char *_kwnames
[] = { "self","from","to","text", NULL
};
1913 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxComboBox_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
1916 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1917 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1918 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
1923 if (!PyString_Check(_obj3
)) {
1924 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1927 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
1930 wxPy_BEGIN_ALLOW_THREADS
;
1931 wxComboBox_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
1933 wxPy_END_ALLOW_THREADS
;
1934 } Py_INCREF(Py_None
);
1935 _resultobj
= Py_None
;
1943 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
1944 static PyObject
*_wrap_wxComboBox_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1945 PyObject
* _resultobj
;
1949 PyObject
* _argo0
= 0;
1950 char *_kwnames
[] = { "self","from","to", NULL
};
1953 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1956 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1957 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1958 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
1963 wxPy_BEGIN_ALLOW_THREADS
;
1964 wxComboBox_Remove(_arg0
,_arg1
,_arg2
);
1966 wxPy_END_ALLOW_THREADS
;
1967 } Py_INCREF(Py_None
);
1968 _resultobj
= Py_None
;
1972 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
1973 static PyObject
*_wrap_wxComboBox_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1974 PyObject
* _resultobj
;
1977 PyObject
* _argo0
= 0;
1978 char *_kwnames
[] = { "self","pos", NULL
};
1981 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxComboBox_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
1984 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1985 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1986 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
1991 wxPy_BEGIN_ALLOW_THREADS
;
1992 wxComboBox_SetInsertionPoint(_arg0
,_arg1
);
1994 wxPy_END_ALLOW_THREADS
;
1995 } Py_INCREF(Py_None
);
1996 _resultobj
= Py_None
;
2000 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
2001 static PyObject
*_wrap_wxComboBox_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2002 PyObject
* _resultobj
;
2004 PyObject
* _argo0
= 0;
2005 char *_kwnames
[] = { "self", NULL
};
2008 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_SetInsertionPointEnd",_kwnames
,&_argo0
))
2011 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2012 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2013 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
2018 wxPy_BEGIN_ALLOW_THREADS
;
2019 wxComboBox_SetInsertionPointEnd(_arg0
);
2021 wxPy_END_ALLOW_THREADS
;
2022 } Py_INCREF(Py_None
);
2023 _resultobj
= Py_None
;
2027 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2028 static PyObject
*_wrap_wxComboBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2029 PyObject
* _resultobj
;
2032 PyObject
* _argo0
= 0;
2033 char *_kwnames
[] = { "self","n", NULL
};
2036 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
2039 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2040 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2041 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
2046 wxPy_BEGIN_ALLOW_THREADS
;
2047 wxComboBox_SetSelection(_arg0
,_arg1
);
2049 wxPy_END_ALLOW_THREADS
;
2050 } Py_INCREF(Py_None
);
2051 _resultobj
= Py_None
;
2055 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
2056 static PyObject
*_wrap_wxComboBox_SetMark(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2057 PyObject
* _resultobj
;
2061 PyObject
* _argo0
= 0;
2062 char *_kwnames
[] = { "self","from","to", NULL
};
2065 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_SetMark",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2068 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2069 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2070 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
2075 wxPy_BEGIN_ALLOW_THREADS
;
2076 wxComboBox_SetMark(_arg0
,_arg1
,_arg2
);
2078 wxPy_END_ALLOW_THREADS
;
2079 } Py_INCREF(Py_None
);
2080 _resultobj
= Py_None
;
2084 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2085 static PyObject
*_wrap_wxComboBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2086 PyObject
* _resultobj
;
2089 PyObject
* _argo0
= 0;
2090 PyObject
* _obj1
= 0;
2091 char *_kwnames
[] = { "self","text", NULL
};
2094 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_SetValue",_kwnames
,&_argo0
,&_obj1
))
2097 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2098 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2099 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
2104 if (!PyString_Check(_obj1
)) {
2105 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2108 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2111 wxPy_BEGIN_ALLOW_THREADS
;
2112 wxComboBox_SetValue(_arg0
,*_arg1
);
2114 wxPy_END_ALLOW_THREADS
;
2115 } Py_INCREF(Py_None
);
2116 _resultobj
= Py_None
;
2124 static void *SwigwxGaugeTowxControl(void *ptr
) {
2127 src
= (wxGauge
*) ptr
;
2128 dest
= (wxControl
*) src
;
2129 return (void *) dest
;
2132 static void *SwigwxGaugeTowxWindow(void *ptr
) {
2135 src
= (wxGauge
*) ptr
;
2136 dest
= (wxWindow
*) src
;
2137 return (void *) dest
;
2140 static void *SwigwxGaugeTowxEvtHandler(void *ptr
) {
2143 src
= (wxGauge
*) ptr
;
2144 dest
= (wxEvtHandler
*) src
;
2145 return (void *) dest
;
2148 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2149 static PyObject
*_wrap_new_wxGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2150 PyObject
* _resultobj
;
2155 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2156 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2157 long _arg5
= (long ) wxGA_HORIZONTAL
;
2158 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
2159 char * _arg7
= (char *) "gauge";
2160 PyObject
* _argo0
= 0;
2162 PyObject
* _obj3
= 0;
2164 PyObject
* _obj4
= 0;
2165 PyObject
* _argo6
= 0;
2166 char *_kwnames
[] = { "parent","id","range","pos","size","style","validator","name", NULL
};
2170 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OOlOs:new_wxGauge",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
2173 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2174 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2175 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
2182 if (! wxPoint_helper(_obj3
, &_arg3
))
2188 if (! wxSize_helper(_obj4
, &_arg4
))
2192 if (_argo6
== Py_None
) { _arg6
= NULL
; }
2193 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
2194 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
2199 wxPy_BEGIN_ALLOW_THREADS
;
2200 _result
= (wxGauge
*)new_wxGauge(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
2202 wxPy_END_ALLOW_THREADS
;
2204 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
2205 _resultobj
= Py_BuildValue("s",_ptemp
);
2208 _resultobj
= Py_None
;
2213 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
2214 static PyObject
*_wrap_wxGauge_GetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2215 PyObject
* _resultobj
;
2218 PyObject
* _argo0
= 0;
2219 char *_kwnames
[] = { "self", NULL
};
2222 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetBezelFace",_kwnames
,&_argo0
))
2225 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2226 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2227 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
2232 wxPy_BEGIN_ALLOW_THREADS
;
2233 _result
= (int )wxGauge_GetBezelFace(_arg0
);
2235 wxPy_END_ALLOW_THREADS
;
2236 } _resultobj
= Py_BuildValue("i",_result
);
2240 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
2241 static PyObject
*_wrap_wxGauge_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2242 PyObject
* _resultobj
;
2245 PyObject
* _argo0
= 0;
2246 char *_kwnames
[] = { "self", NULL
};
2249 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetRange",_kwnames
,&_argo0
))
2252 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2253 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2254 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
2259 wxPy_BEGIN_ALLOW_THREADS
;
2260 _result
= (int )wxGauge_GetRange(_arg0
);
2262 wxPy_END_ALLOW_THREADS
;
2263 } _resultobj
= Py_BuildValue("i",_result
);
2267 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
2268 static PyObject
*_wrap_wxGauge_GetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2269 PyObject
* _resultobj
;
2272 PyObject
* _argo0
= 0;
2273 char *_kwnames
[] = { "self", NULL
};
2276 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetShadowWidth",_kwnames
,&_argo0
))
2279 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2280 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2281 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
2286 wxPy_BEGIN_ALLOW_THREADS
;
2287 _result
= (int )wxGauge_GetShadowWidth(_arg0
);
2289 wxPy_END_ALLOW_THREADS
;
2290 } _resultobj
= Py_BuildValue("i",_result
);
2294 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
2295 static PyObject
*_wrap_wxGauge_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2296 PyObject
* _resultobj
;
2299 PyObject
* _argo0
= 0;
2300 char *_kwnames
[] = { "self", NULL
};
2303 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetValue",_kwnames
,&_argo0
))
2306 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2307 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2308 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
2313 wxPy_BEGIN_ALLOW_THREADS
;
2314 _result
= (int )wxGauge_GetValue(_arg0
);
2316 wxPy_END_ALLOW_THREADS
;
2317 } _resultobj
= Py_BuildValue("i",_result
);
2321 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
2322 static PyObject
*_wrap_wxGauge_SetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2323 PyObject
* _resultobj
;
2326 PyObject
* _argo0
= 0;
2327 char *_kwnames
[] = { "self","width", NULL
};
2330 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetBezelFace",_kwnames
,&_argo0
,&_arg1
))
2333 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2334 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2335 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
2340 wxPy_BEGIN_ALLOW_THREADS
;
2341 wxGauge_SetBezelFace(_arg0
,_arg1
);
2343 wxPy_END_ALLOW_THREADS
;
2344 } Py_INCREF(Py_None
);
2345 _resultobj
= Py_None
;
2349 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
2350 static PyObject
*_wrap_wxGauge_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2351 PyObject
* _resultobj
;
2354 PyObject
* _argo0
= 0;
2355 char *_kwnames
[] = { "self","range", NULL
};
2358 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetRange",_kwnames
,&_argo0
,&_arg1
))
2361 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2362 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2363 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
2368 wxPy_BEGIN_ALLOW_THREADS
;
2369 wxGauge_SetRange(_arg0
,_arg1
);
2371 wxPy_END_ALLOW_THREADS
;
2372 } Py_INCREF(Py_None
);
2373 _resultobj
= Py_None
;
2377 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
2378 static PyObject
*_wrap_wxGauge_SetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2379 PyObject
* _resultobj
;
2382 PyObject
* _argo0
= 0;
2383 char *_kwnames
[] = { "self","width", NULL
};
2386 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetShadowWidth",_kwnames
,&_argo0
,&_arg1
))
2389 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2390 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2391 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
2396 wxPy_BEGIN_ALLOW_THREADS
;
2397 wxGauge_SetShadowWidth(_arg0
,_arg1
);
2399 wxPy_END_ALLOW_THREADS
;
2400 } Py_INCREF(Py_None
);
2401 _resultobj
= Py_None
;
2405 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2406 static PyObject
*_wrap_wxGauge_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2407 PyObject
* _resultobj
;
2410 PyObject
* _argo0
= 0;
2411 char *_kwnames
[] = { "self","pos", NULL
};
2414 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetValue",_kwnames
,&_argo0
,&_arg1
))
2417 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2418 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2419 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
2424 wxPy_BEGIN_ALLOW_THREADS
;
2425 wxGauge_SetValue(_arg0
,_arg1
);
2427 wxPy_END_ALLOW_THREADS
;
2428 } Py_INCREF(Py_None
);
2429 _resultobj
= Py_None
;
2433 static void *SwigwxStaticBoxTowxControl(void *ptr
) {
2436 src
= (wxStaticBox
*) ptr
;
2437 dest
= (wxControl
*) src
;
2438 return (void *) dest
;
2441 static void *SwigwxStaticBoxTowxWindow(void *ptr
) {
2444 src
= (wxStaticBox
*) ptr
;
2445 dest
= (wxWindow
*) src
;
2446 return (void *) dest
;
2449 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr
) {
2452 src
= (wxStaticBox
*) ptr
;
2453 dest
= (wxEvtHandler
*) src
;
2454 return (void *) dest
;
2457 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2458 static PyObject
*_wrap_new_wxStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2459 PyObject
* _resultobj
;
2460 wxStaticBox
* _result
;
2464 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2465 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2466 long _arg5
= (long ) 0;
2467 char * _arg6
= (char *) "staticBox";
2468 PyObject
* _argo0
= 0;
2469 PyObject
* _obj2
= 0;
2471 PyObject
* _obj3
= 0;
2473 PyObject
* _obj4
= 0;
2474 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
2481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
2488 if (!PyString_Check(_obj2
)) {
2489 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2492 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2497 if (! wxPoint_helper(_obj3
, &_arg3
))
2503 if (! wxSize_helper(_obj4
, &_arg4
))
2507 wxPy_BEGIN_ALLOW_THREADS
;
2508 _result
= (wxStaticBox
*)new_wxStaticBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2510 wxPy_END_ALLOW_THREADS
;
2512 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
2513 _resultobj
= Py_BuildValue("s",_ptemp
);
2516 _resultobj
= Py_None
;
2525 static void *SwigwxStaticLineTowxControl(void *ptr
) {
2528 src
= (wxStaticLine
*) ptr
;
2529 dest
= (wxControl
*) src
;
2530 return (void *) dest
;
2533 static void *SwigwxStaticLineTowxWindow(void *ptr
) {
2536 src
= (wxStaticLine
*) ptr
;
2537 dest
= (wxWindow
*) src
;
2538 return (void *) dest
;
2541 static void *SwigwxStaticLineTowxEvtHandler(void *ptr
) {
2544 src
= (wxStaticLine
*) ptr
;
2545 dest
= (wxEvtHandler
*) src
;
2546 return (void *) dest
;
2549 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2550 static PyObject
*_wrap_new_wxStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2551 PyObject
* _resultobj
;
2552 wxStaticLine
* _result
;
2555 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
2556 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
2557 long _arg4
= (long ) wxLI_HORIZONTAL
;
2558 char * _arg5
= (char *) "staticLine";
2559 PyObject
* _argo0
= 0;
2561 PyObject
* _obj2
= 0;
2563 PyObject
* _obj3
= 0;
2564 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
2568 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStaticLine",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
2571 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2572 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2573 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
2580 if (! wxPoint_helper(_obj2
, &_arg2
))
2586 if (! wxSize_helper(_obj3
, &_arg3
))
2590 wxPy_BEGIN_ALLOW_THREADS
;
2591 _result
= (wxStaticLine
*)new_wxStaticLine(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
2593 wxPy_END_ALLOW_THREADS
;
2595 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
2596 _resultobj
= Py_BuildValue("s",_ptemp
);
2599 _resultobj
= Py_None
;
2604 static void *SwigwxStaticTextTowxControl(void *ptr
) {
2607 src
= (wxStaticText
*) ptr
;
2608 dest
= (wxControl
*) src
;
2609 return (void *) dest
;
2612 static void *SwigwxStaticTextTowxWindow(void *ptr
) {
2615 src
= (wxStaticText
*) ptr
;
2616 dest
= (wxWindow
*) src
;
2617 return (void *) dest
;
2620 static void *SwigwxStaticTextTowxEvtHandler(void *ptr
) {
2623 src
= (wxStaticText
*) ptr
;
2624 dest
= (wxEvtHandler
*) src
;
2625 return (void *) dest
;
2628 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2629 static PyObject
*_wrap_new_wxStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2630 PyObject
* _resultobj
;
2631 wxStaticText
* _result
;
2635 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2636 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2637 long _arg5
= (long ) 0;
2638 char * _arg6
= (char *) "staticText";
2639 PyObject
* _argo0
= 0;
2640 PyObject
* _obj2
= 0;
2642 PyObject
* _obj3
= 0;
2644 PyObject
* _obj4
= 0;
2645 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2649 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticText",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
2652 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2653 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2654 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
2659 if (!PyString_Check(_obj2
)) {
2660 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2663 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2668 if (! wxPoint_helper(_obj3
, &_arg3
))
2674 if (! wxSize_helper(_obj4
, &_arg4
))
2678 wxPy_BEGIN_ALLOW_THREADS
;
2679 _result
= (wxStaticText
*)new_wxStaticText(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2681 wxPy_END_ALLOW_THREADS
;
2683 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
2684 _resultobj
= Py_BuildValue("s",_ptemp
);
2687 _resultobj
= Py_None
;
2696 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
2697 static PyObject
*_wrap_wxStaticText_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2698 PyObject
* _resultobj
;
2700 wxStaticText
* _arg0
;
2701 PyObject
* _argo0
= 0;
2702 char *_kwnames
[] = { "self", NULL
};
2705 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticText_GetLabel",_kwnames
,&_argo0
))
2708 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2709 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
2710 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
2715 wxPy_BEGIN_ALLOW_THREADS
;
2716 _result
= new wxString (wxStaticText_GetLabel(_arg0
));
2718 wxPy_END_ALLOW_THREADS
;
2720 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
2728 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
2729 static PyObject
*_wrap_wxStaticText_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2730 PyObject
* _resultobj
;
2731 wxStaticText
* _arg0
;
2733 PyObject
* _argo0
= 0;
2734 PyObject
* _obj1
= 0;
2735 char *_kwnames
[] = { "self","label", NULL
};
2738 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticText_SetLabel",_kwnames
,&_argo0
,&_obj1
))
2741 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2742 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
2743 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
2748 if (!PyString_Check(_obj1
)) {
2749 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2752 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2755 wxPy_BEGIN_ALLOW_THREADS
;
2756 wxStaticText_SetLabel(_arg0
,*_arg1
);
2758 wxPy_END_ALLOW_THREADS
;
2759 } Py_INCREF(Py_None
);
2760 _resultobj
= Py_None
;
2768 static void *SwigwxListBoxTowxControl(void *ptr
) {
2771 src
= (wxListBox
*) ptr
;
2772 dest
= (wxControl
*) src
;
2773 return (void *) dest
;
2776 static void *SwigwxListBoxTowxWindow(void *ptr
) {
2779 src
= (wxListBox
*) ptr
;
2780 dest
= (wxWindow
*) src
;
2781 return (void *) dest
;
2784 static void *SwigwxListBoxTowxEvtHandler(void *ptr
) {
2787 src
= (wxListBox
*) ptr
;
2788 dest
= (wxEvtHandler
*) src
;
2789 return (void *) dest
;
2792 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2793 static PyObject
*_wrap_new_wxListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2794 PyObject
* _resultobj
;
2795 wxListBox
* _result
;
2798 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
2799 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
2801 wxString
* _arg5
= (wxString
*) NULL
;
2802 long _arg6
= (long ) 0;
2803 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
2804 char * _arg8
= (char *) "listBox";
2805 PyObject
* _argo0
= 0;
2807 PyObject
* _obj2
= 0;
2809 PyObject
* _obj3
= 0;
2810 PyObject
* _obj5
= 0;
2811 PyObject
* _argo7
= 0;
2812 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
2816 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
2819 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2820 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2821 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
2828 if (! wxPoint_helper(_obj2
, &_arg2
))
2834 if (! wxSize_helper(_obj3
, &_arg3
))
2839 _arg5
= wxString_LIST_helper(_obj5
);
2840 if (_arg5
== NULL
) {
2845 if (_argo7
== Py_None
) { _arg7
= NULL
; }
2846 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2847 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
2853 _arg4
= PyList_Size(_obj5
);
2860 wxPy_BEGIN_ALLOW_THREADS
;
2861 _result
= (wxListBox
*)new_wxListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
2863 wxPy_END_ALLOW_THREADS
;
2865 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
2866 _resultobj
= Py_BuildValue("s",_ptemp
);
2869 _resultobj
= Py_None
;
2877 #define wxListBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
2878 static PyObject
*_wrap_wxListBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2879 PyObject
* _resultobj
;
2882 PyObject
* _argo0
= 0;
2883 PyObject
* _obj1
= 0;
2884 char *_kwnames
[] = { "self","item", NULL
};
2887 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Append",_kwnames
,&_argo0
,&_obj1
))
2890 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2891 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2892 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Append. Expected _wxListBox_p.");
2897 if (!PyString_Check(_obj1
)) {
2898 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2901 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2904 wxPy_BEGIN_ALLOW_THREADS
;
2905 wxListBox_Append(_arg0
,*_arg1
);
2907 wxPy_END_ALLOW_THREADS
;
2908 } Py_INCREF(Py_None
);
2909 _resultobj
= Py_None
;
2917 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
2918 static PyObject
*_wrap_wxListBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2919 PyObject
* _resultobj
;
2921 PyObject
* _argo0
= 0;
2922 char *_kwnames
[] = { "self", NULL
};
2925 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Clear",_kwnames
,&_argo0
))
2928 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2929 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2930 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
2935 wxPy_BEGIN_ALLOW_THREADS
;
2936 wxListBox_Clear(_arg0
);
2938 wxPy_END_ALLOW_THREADS
;
2939 } Py_INCREF(Py_None
);
2940 _resultobj
= Py_None
;
2944 #define wxListBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
2945 static PyObject
*_wrap_wxListBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2946 PyObject
* _resultobj
;
2949 PyObject
* _argo0
= 0;
2950 char *_kwnames
[] = { "self","n", NULL
};
2953 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Delete",_kwnames
,&_argo0
,&_arg1
))
2956 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2957 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2958 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Delete. Expected _wxListBox_p.");
2963 wxPy_BEGIN_ALLOW_THREADS
;
2964 wxListBox_Delete(_arg0
,_arg1
);
2966 wxPy_END_ALLOW_THREADS
;
2967 } Py_INCREF(Py_None
);
2968 _resultobj
= Py_None
;
2972 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
2973 static PyObject
*_wrap_wxListBox_Deselect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2974 PyObject
* _resultobj
;
2977 PyObject
* _argo0
= 0;
2978 char *_kwnames
[] = { "self","n", NULL
};
2981 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Deselect",_kwnames
,&_argo0
,&_arg1
))
2984 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2985 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2986 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
2991 wxPy_BEGIN_ALLOW_THREADS
;
2992 wxListBox_Deselect(_arg0
,_arg1
);
2994 wxPy_END_ALLOW_THREADS
;
2995 } Py_INCREF(Py_None
);
2996 _resultobj
= Py_None
;
3000 #define wxListBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
3001 static PyObject
*_wrap_wxListBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3002 PyObject
* _resultobj
;
3006 PyObject
* _argo0
= 0;
3007 PyObject
* _obj1
= 0;
3008 char *_kwnames
[] = { "self","string", NULL
};
3011 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_FindString",_kwnames
,&_argo0
,&_obj1
))
3014 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3015 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3016 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_FindString. Expected _wxListBox_p.");
3021 if (!PyString_Check(_obj1
)) {
3022 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3025 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3028 wxPy_BEGIN_ALLOW_THREADS
;
3029 _result
= (int )wxListBox_FindString(_arg0
,*_arg1
);
3031 wxPy_END_ALLOW_THREADS
;
3032 } _resultobj
= Py_BuildValue("i",_result
);
3040 #define wxListBox_GetSelection(_swigobj) (_swigobj->GetSelection())
3041 static PyObject
*_wrap_wxListBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3042 PyObject
* _resultobj
;
3045 PyObject
* _argo0
= 0;
3046 char *_kwnames
[] = { "self", NULL
};
3049 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelection",_kwnames
,&_argo0
))
3052 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3053 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3054 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelection. Expected _wxListBox_p.");
3059 wxPy_BEGIN_ALLOW_THREADS
;
3060 _result
= (int )wxListBox_GetSelection(_arg0
);
3062 wxPy_END_ALLOW_THREADS
;
3063 } _resultobj
= Py_BuildValue("i",_result
);
3067 static PyObject
* wxListBox_GetSelections(wxListBox
*self
) {
3069 self
->GetSelections(lst
);
3070 PyObject
*tup
= PyTuple_New(lst
.GetCount());
3071 for(int i
=0; i
<lst
.GetCount(); i
++) {
3072 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
3076 static PyObject
*_wrap_wxListBox_GetSelections(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3077 PyObject
* _resultobj
;
3080 PyObject
* _argo0
= 0;
3081 char *_kwnames
[] = { "self", NULL
};
3084 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelections",_kwnames
,&_argo0
))
3087 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3088 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3089 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
3094 wxPy_BEGIN_ALLOW_THREADS
;
3095 _result
= (PyObject
*)wxListBox_GetSelections(_arg0
);
3097 wxPy_END_ALLOW_THREADS
;
3099 _resultobj
= _result
;
3104 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
3105 static PyObject
*_wrap_wxListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3106 PyObject
* _resultobj
;
3111 PyObject
* _argo0
= 0;
3112 PyObject
* _obj2
= 0;
3113 char *_kwnames
[] = { "self","LIST","pos", NULL
};
3116 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
3119 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3120 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3121 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
3126 _arg2
= wxString_LIST_helper(_obj2
);
3127 if (_arg2
== NULL
) {
3133 _arg1
= PyList_Size(_obj2
);
3140 wxPy_BEGIN_ALLOW_THREADS
;
3141 wxListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
3143 wxPy_END_ALLOW_THREADS
;
3144 } Py_INCREF(Py_None
);
3145 _resultobj
= Py_None
;
3152 #define wxListBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
3153 static PyObject
*_wrap_wxListBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3154 PyObject
* _resultobj
;
3158 PyObject
* _argo0
= 0;
3159 char *_kwnames
[] = { "self","n", NULL
};
3162 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_GetString",_kwnames
,&_argo0
,&_arg1
))
3165 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3166 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3167 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetString. Expected _wxListBox_p.");
3172 wxPy_BEGIN_ALLOW_THREADS
;
3173 _result
= new wxString (wxListBox_GetString(_arg0
,_arg1
));
3175 wxPy_END_ALLOW_THREADS
;
3177 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
3185 #define wxListBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
3186 static PyObject
*_wrap_wxListBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3187 PyObject
* _resultobj
;
3190 PyObject
* _argo0
= 0;
3191 char *_kwnames
[] = { "self", NULL
};
3194 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetStringSelection",_kwnames
,&_argo0
))
3197 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3198 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3199 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetStringSelection. Expected _wxListBox_p.");
3204 wxPy_BEGIN_ALLOW_THREADS
;
3205 _result
= new wxString (wxListBox_GetStringSelection(_arg0
));
3207 wxPy_END_ALLOW_THREADS
;
3209 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
3217 #define wxListBox_Number(_swigobj) (_swigobj->Number())
3218 static PyObject
*_wrap_wxListBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3219 PyObject
* _resultobj
;
3222 PyObject
* _argo0
= 0;
3223 char *_kwnames
[] = { "self", NULL
};
3226 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Number",_kwnames
,&_argo0
))
3229 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3230 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3231 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Number. Expected _wxListBox_p.");
3236 wxPy_BEGIN_ALLOW_THREADS
;
3237 _result
= (int )wxListBox_Number(_arg0
);
3239 wxPy_END_ALLOW_THREADS
;
3240 } _resultobj
= Py_BuildValue("i",_result
);
3244 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
3245 static PyObject
*_wrap_wxListBox_Selected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3246 PyObject
* _resultobj
;
3250 PyObject
* _argo0
= 0;
3251 char *_kwnames
[] = { "self","n", NULL
};
3254 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Selected",_kwnames
,&_argo0
,&_arg1
))
3257 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3258 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3259 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
3264 wxPy_BEGIN_ALLOW_THREADS
;
3265 _result
= (bool )wxListBox_Selected(_arg0
,_arg1
);
3267 wxPy_END_ALLOW_THREADS
;
3268 } _resultobj
= Py_BuildValue("i",_result
);
3272 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
3273 static PyObject
*_wrap_wxListBox_Set(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3274 PyObject
* _resultobj
;
3278 PyObject
* _argo0
= 0;
3279 PyObject
* _obj2
= 0;
3280 char *_kwnames
[] = { "self","LIST", NULL
};
3283 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Set",_kwnames
,&_argo0
,&_obj2
))
3286 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3287 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3288 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
3294 _arg2
= wxString_LIST_helper(_obj2
);
3295 if (_arg2
== NULL
) {
3301 _arg1
= PyList_Size(_obj2
);
3308 wxPy_BEGIN_ALLOW_THREADS
;
3309 wxListBox_Set(_arg0
,_arg1
,_arg2
);
3311 wxPy_END_ALLOW_THREADS
;
3312 } Py_INCREF(Py_None
);
3313 _resultobj
= Py_None
;
3320 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3321 static PyObject
*_wrap_wxListBox_SetFirstItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3322 PyObject
* _resultobj
;
3325 PyObject
* _argo0
= 0;
3326 char *_kwnames
[] = { "self","n", NULL
};
3329 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_SetFirstItem",_kwnames
,&_argo0
,&_arg1
))
3332 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3333 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3334 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
3339 wxPy_BEGIN_ALLOW_THREADS
;
3340 wxListBox_SetFirstItem(_arg0
,_arg1
);
3342 wxPy_END_ALLOW_THREADS
;
3343 } Py_INCREF(Py_None
);
3344 _resultobj
= Py_None
;
3348 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3349 static PyObject
*_wrap_wxListBox_SetFirstItemStr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3350 PyObject
* _resultobj
;
3353 PyObject
* _argo0
= 0;
3354 PyObject
* _obj1
= 0;
3355 char *_kwnames
[] = { "self","string", NULL
};
3358 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_SetFirstItemStr",_kwnames
,&_argo0
,&_obj1
))
3361 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3362 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3363 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
3368 if (!PyString_Check(_obj1
)) {
3369 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3372 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3375 wxPy_BEGIN_ALLOW_THREADS
;
3376 wxListBox_SetFirstItemStr(_arg0
,*_arg1
);
3378 wxPy_END_ALLOW_THREADS
;
3379 } Py_INCREF(Py_None
);
3380 _resultobj
= Py_None
;
3388 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3389 static PyObject
*_wrap_wxListBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3390 PyObject
* _resultobj
;
3393 bool _arg2
= (bool ) TRUE
;
3394 PyObject
* _argo0
= 0;
3395 int tempbool2
= (int) TRUE
;
3396 char *_kwnames
[] = { "self","n","select", NULL
};
3399 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxListBox_SetSelection",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3402 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3403 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3404 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
3408 _arg2
= (bool ) tempbool2
;
3410 wxPy_BEGIN_ALLOW_THREADS
;
3411 wxListBox_SetSelection(_arg0
,_arg1
,_arg2
);
3413 wxPy_END_ALLOW_THREADS
;
3414 } Py_INCREF(Py_None
);
3415 _resultobj
= Py_None
;
3419 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
3420 static PyObject
*_wrap_wxListBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3421 PyObject
* _resultobj
;
3425 PyObject
* _argo0
= 0;
3426 PyObject
* _obj2
= 0;
3427 char *_kwnames
[] = { "self","n","string", NULL
};
3430 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxListBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3433 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3434 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3435 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
3440 if (!PyString_Check(_obj2
)) {
3441 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3444 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
3447 wxPy_BEGIN_ALLOW_THREADS
;
3448 wxListBox_SetString(_arg0
,_arg1
,*_arg2
);
3450 wxPy_END_ALLOW_THREADS
;
3451 } Py_INCREF(Py_None
);
3452 _resultobj
= Py_None
;
3460 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
3461 static PyObject
*_wrap_wxListBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3462 PyObject
* _resultobj
;
3465 bool _arg2
= (bool ) TRUE
;
3466 PyObject
* _argo0
= 0;
3467 PyObject
* _obj1
= 0;
3468 int tempbool2
= (int) TRUE
;
3469 char *_kwnames
[] = { "self","string","select", NULL
};
3472 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxListBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
,&tempbool2
))
3475 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3476 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
3482 if (!PyString_Check(_obj1
)) {
3483 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3486 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3488 _arg2
= (bool ) tempbool2
;
3490 wxPy_BEGIN_ALLOW_THREADS
;
3491 wxListBox_SetStringSelection(_arg0
,*_arg1
,_arg2
);
3493 wxPy_END_ALLOW_THREADS
;
3494 } Py_INCREF(Py_None
);
3495 _resultobj
= Py_None
;
3503 static void *SwigwxCheckListBoxTowxListBox(void *ptr
) {
3504 wxCheckListBox
*src
;
3506 src
= (wxCheckListBox
*) ptr
;
3507 dest
= (wxListBox
*) src
;
3508 return (void *) dest
;
3511 static void *SwigwxCheckListBoxTowxControl(void *ptr
) {
3512 wxCheckListBox
*src
;
3514 src
= (wxCheckListBox
*) ptr
;
3515 dest
= (wxControl
*) src
;
3516 return (void *) dest
;
3519 static void *SwigwxCheckListBoxTowxWindow(void *ptr
) {
3520 wxCheckListBox
*src
;
3522 src
= (wxCheckListBox
*) ptr
;
3523 dest
= (wxWindow
*) src
;
3524 return (void *) dest
;
3527 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr
) {
3528 wxCheckListBox
*src
;
3530 src
= (wxCheckListBox
*) ptr
;
3531 dest
= (wxEvtHandler
*) src
;
3532 return (void *) dest
;
3535 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
3536 static PyObject
*_wrap_new_wxCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3537 PyObject
* _resultobj
;
3538 wxCheckListBox
* _result
;
3541 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
3542 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
3543 int _arg4
= (int ) 0;
3544 wxString
* _arg5
= (wxString
*) NULL
;
3545 long _arg6
= (long ) 0;
3546 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
3547 char * _arg8
= (char *) "listBox";
3548 PyObject
* _argo0
= 0;
3550 PyObject
* _obj2
= 0;
3552 PyObject
* _obj3
= 0;
3553 PyObject
* _obj5
= 0;
3554 PyObject
* _argo7
= 0;
3555 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
3559 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxCheckListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
3562 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3563 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3564 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
3571 if (! wxPoint_helper(_obj2
, &_arg2
))
3577 if (! wxSize_helper(_obj3
, &_arg3
))
3582 _arg5
= wxString_LIST_helper(_obj5
);
3583 if (_arg5
== NULL
) {
3588 if (_argo7
== Py_None
) { _arg7
= NULL
; }
3589 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
3590 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
3596 _arg4
= PyList_Size(_obj5
);
3603 wxPy_BEGIN_ALLOW_THREADS
;
3604 _result
= (wxCheckListBox
*)new_wxCheckListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
3606 wxPy_END_ALLOW_THREADS
;
3608 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
3609 _resultobj
= Py_BuildValue("s",_ptemp
);
3612 _resultobj
= Py_None
;
3620 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
3621 static PyObject
*_wrap_wxCheckListBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3622 PyObject
* _resultobj
;
3624 wxCheckListBox
* _arg0
;
3626 PyObject
* _argo0
= 0;
3627 char *_kwnames
[] = { "self","uiIndex", NULL
};
3630 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckListBox_IsChecked",_kwnames
,&_argo0
,&_arg1
))
3633 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3634 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3635 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
3640 wxPy_BEGIN_ALLOW_THREADS
;
3641 _result
= (bool )wxCheckListBox_IsChecked(_arg0
,_arg1
);
3643 wxPy_END_ALLOW_THREADS
;
3644 } _resultobj
= Py_BuildValue("i",_result
);
3648 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
3649 static PyObject
*_wrap_wxCheckListBox_Check(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3650 PyObject
* _resultobj
;
3651 wxCheckListBox
* _arg0
;
3653 int _arg2
= (int ) TRUE
;
3654 PyObject
* _argo0
= 0;
3655 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
3658 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3661 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3662 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3663 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
3668 wxPy_BEGIN_ALLOW_THREADS
;
3669 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
3671 wxPy_END_ALLOW_THREADS
;
3672 } Py_INCREF(Py_None
);
3673 _resultobj
= Py_None
;
3677 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
3678 static PyObject
*_wrap_wxCheckListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3679 PyObject
* _resultobj
;
3680 wxCheckListBox
* _arg0
;
3684 PyObject
* _argo0
= 0;
3685 PyObject
* _obj2
= 0;
3686 char *_kwnames
[] = { "self","LIST","pos", NULL
};
3689 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxCheckListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
3692 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3693 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3694 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
3699 _arg2
= wxString_LIST_helper(_obj2
);
3700 if (_arg2
== NULL
) {
3706 _arg1
= PyList_Size(_obj2
);
3713 wxPy_BEGIN_ALLOW_THREADS
;
3714 wxCheckListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
3716 wxPy_END_ALLOW_THREADS
;
3717 } Py_INCREF(Py_None
);
3718 _resultobj
= Py_None
;
3725 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
3726 static PyObject
*_wrap_wxCheckListBox_GetItemHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3727 PyObject
* _resultobj
;
3729 wxCheckListBox
* _arg0
;
3730 PyObject
* _argo0
= 0;
3731 char *_kwnames
[] = { "self", NULL
};
3734 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckListBox_GetItemHeight",_kwnames
,&_argo0
))
3737 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3738 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3739 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
3744 wxPy_BEGIN_ALLOW_THREADS
;
3745 _result
= (int )wxCheckListBox_GetItemHeight(_arg0
);
3747 wxPy_END_ALLOW_THREADS
;
3748 } _resultobj
= Py_BuildValue("i",_result
);
3752 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
3755 src
= (wxTextCtrl
*) ptr
;
3756 dest
= (wxControl
*) src
;
3757 return (void *) dest
;
3760 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
3763 src
= (wxTextCtrl
*) ptr
;
3764 dest
= (wxWindow
*) src
;
3765 return (void *) dest
;
3768 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
3771 src
= (wxTextCtrl
*) ptr
;
3772 dest
= (wxEvtHandler
*) src
;
3773 return (void *) dest
;
3776 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3777 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3778 PyObject
* _resultobj
;
3779 wxTextCtrl
* _result
;
3782 char * _arg2
= (char *) "";
3783 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
3784 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
3785 long _arg5
= (long ) 0;
3786 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
3787 char * _arg7
= (char *) "text";
3788 PyObject
* _argo0
= 0;
3790 PyObject
* _obj3
= 0;
3792 PyObject
* _obj4
= 0;
3793 PyObject
* _argo6
= 0;
3794 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
3798 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOlOs:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
3801 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3802 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3803 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
3810 if (! wxPoint_helper(_obj3
, &_arg3
))
3816 if (! wxSize_helper(_obj4
, &_arg4
))
3820 if (_argo6
== Py_None
) { _arg6
= NULL
; }
3821 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
3822 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
3827 wxPy_BEGIN_ALLOW_THREADS
;
3828 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
3830 wxPy_END_ALLOW_THREADS
;
3832 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
3833 _resultobj
= Py_BuildValue("s",_ptemp
);
3836 _resultobj
= Py_None
;
3841 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
3842 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3843 PyObject
* _resultobj
;
3845 PyObject
* _argo0
= 0;
3846 char *_kwnames
[] = { "self", NULL
};
3849 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
3852 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3853 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3854 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
3859 wxPy_BEGIN_ALLOW_THREADS
;
3860 wxTextCtrl_Clear(_arg0
);
3862 wxPy_END_ALLOW_THREADS
;
3863 } Py_INCREF(Py_None
);
3864 _resultobj
= Py_None
;
3868 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
3869 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3870 PyObject
* _resultobj
;
3872 PyObject
* _argo0
= 0;
3873 char *_kwnames
[] = { "self", NULL
};
3876 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
3879 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3880 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3881 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
3886 wxPy_BEGIN_ALLOW_THREADS
;
3887 wxTextCtrl_Copy(_arg0
);
3889 wxPy_END_ALLOW_THREADS
;
3890 } Py_INCREF(Py_None
);
3891 _resultobj
= Py_None
;
3895 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
3896 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3897 PyObject
* _resultobj
;
3899 PyObject
* _argo0
= 0;
3900 char *_kwnames
[] = { "self", NULL
};
3903 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
3906 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3907 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3908 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
3913 wxPy_BEGIN_ALLOW_THREADS
;
3914 wxTextCtrl_Cut(_arg0
);
3916 wxPy_END_ALLOW_THREADS
;
3917 } Py_INCREF(Py_None
);
3918 _resultobj
= Py_None
;
3922 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
3923 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3924 PyObject
* _resultobj
;
3926 PyObject
* _argo0
= 0;
3927 char *_kwnames
[] = { "self", NULL
};
3930 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
3933 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3934 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3935 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
3940 wxPy_BEGIN_ALLOW_THREADS
;
3941 wxTextCtrl_DiscardEdits(_arg0
);
3943 wxPy_END_ALLOW_THREADS
;
3944 } Py_INCREF(Py_None
);
3945 _resultobj
= Py_None
;
3949 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3950 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3951 PyObject
* _resultobj
;
3954 PyObject
* _argo0
= 0;
3955 char *_kwnames
[] = { "self", NULL
};
3958 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetInsertionPoint",_kwnames
,&_argo0
))
3961 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3962 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3963 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
3968 wxPy_BEGIN_ALLOW_THREADS
;
3969 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
3971 wxPy_END_ALLOW_THREADS
;
3972 } _resultobj
= Py_BuildValue("l",_result
);
3976 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3977 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3978 PyObject
* _resultobj
;
3981 PyObject
* _argo0
= 0;
3982 char *_kwnames
[] = { "self", NULL
};
3985 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetLastPosition",_kwnames
,&_argo0
))
3988 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3989 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3990 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
3995 wxPy_BEGIN_ALLOW_THREADS
;
3996 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
3998 wxPy_END_ALLOW_THREADS
;
3999 } _resultobj
= Py_BuildValue("l",_result
);
4003 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
4004 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4005 PyObject
* _resultobj
;
4009 PyObject
* _argo0
= 0;
4010 char *_kwnames
[] = { "self","lineNo", NULL
};
4013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
4016 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4017 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4018 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
4023 wxPy_BEGIN_ALLOW_THREADS
;
4024 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
4026 wxPy_END_ALLOW_THREADS
;
4027 } _resultobj
= Py_BuildValue("i",_result
);
4031 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
4032 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4033 PyObject
* _resultobj
;
4037 PyObject
* _argo0
= 0;
4038 char *_kwnames
[] = { "self","lineNo", NULL
};
4041 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
4044 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4045 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4046 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
4051 wxPy_BEGIN_ALLOW_THREADS
;
4052 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
4054 wxPy_END_ALLOW_THREADS
;
4056 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
4064 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
4065 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4066 PyObject
* _resultobj
;
4069 PyObject
* _argo0
= 0;
4070 char *_kwnames
[] = { "self", NULL
};
4073 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
4076 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4077 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4078 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
4083 wxPy_BEGIN_ALLOW_THREADS
;
4084 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
4086 wxPy_END_ALLOW_THREADS
;
4087 } _resultobj
= Py_BuildValue("i",_result
);
4091 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
4092 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4093 PyObject
* _resultobj
;
4096 PyObject
* _argo0
= 0;
4097 char *_kwnames
[] = { "self", NULL
};
4100 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_kwnames
,&_argo0
))
4103 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4104 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4105 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
4110 wxPy_BEGIN_ALLOW_THREADS
;
4111 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
4113 wxPy_END_ALLOW_THREADS
;
4115 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
4123 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
4124 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4125 PyObject
* _resultobj
;
4128 PyObject
* _argo0
= 0;
4129 char *_kwnames
[] = { "self", NULL
};
4132 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
4135 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4136 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4137 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
4142 wxPy_BEGIN_ALLOW_THREADS
;
4143 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
4145 wxPy_END_ALLOW_THREADS
;
4146 } _resultobj
= Py_BuildValue("i",_result
);
4150 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
4151 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4152 PyObject
* _resultobj
;
4156 PyObject
* _argo0
= 0;
4157 PyObject
* _obj1
= 0;
4158 char *_kwnames
[] = { "self","filename", NULL
};
4161 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
4164 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4165 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4166 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
4171 if (!PyString_Check(_obj1
)) {
4172 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4175 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4178 wxPy_BEGIN_ALLOW_THREADS
;
4179 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
4181 wxPy_END_ALLOW_THREADS
;
4182 } _resultobj
= Py_BuildValue("i",_result
);
4190 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
4191 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4192 PyObject
* _resultobj
;
4194 PyObject
* _argo0
= 0;
4195 char *_kwnames
[] = { "self", NULL
};
4198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_kwnames
,&_argo0
))
4201 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4202 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4203 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
4208 wxPy_BEGIN_ALLOW_THREADS
;
4209 wxTextCtrl_Paste(_arg0
);
4211 wxPy_END_ALLOW_THREADS
;
4212 } Py_INCREF(Py_None
);
4213 _resultobj
= Py_None
;
4217 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
4218 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4219 PyObject
* _resultobj
;
4226 PyObject
* _argo0
= 0;
4227 char *_kwnames
[] = { "self","pos", NULL
};
4236 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
4239 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4240 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4241 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
4246 wxPy_BEGIN_ALLOW_THREADS
;
4247 wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
4249 wxPy_END_ALLOW_THREADS
;
4250 } Py_INCREF(Py_None
);
4251 _resultobj
= Py_None
;
4254 o
= PyInt_FromLong((long) (*_arg2
));
4255 _resultobj
= t_output_helper(_resultobj
, o
);
4259 o
= PyInt_FromLong((long) (*_arg3
));
4260 _resultobj
= t_output_helper(_resultobj
, o
);
4265 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
4266 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4267 PyObject
* _resultobj
;
4271 PyObject
* _argo0
= 0;
4272 char *_kwnames
[] = { "self","from","to", NULL
};
4275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4278 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4279 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4280 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
4285 wxPy_BEGIN_ALLOW_THREADS
;
4286 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
4288 wxPy_END_ALLOW_THREADS
;
4289 } Py_INCREF(Py_None
);
4290 _resultobj
= Py_None
;
4294 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
4295 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4296 PyObject
* _resultobj
;
4301 PyObject
* _argo0
= 0;
4302 PyObject
* _obj3
= 0;
4303 char *_kwnames
[] = { "self","from","to","value", NULL
};
4306 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
4309 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4310 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4311 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
4316 if (!PyString_Check(_obj3
)) {
4317 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4320 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
4323 wxPy_BEGIN_ALLOW_THREADS
;
4324 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
4326 wxPy_END_ALLOW_THREADS
;
4327 } Py_INCREF(Py_None
);
4328 _resultobj
= Py_None
;
4336 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
4337 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4338 PyObject
* _resultobj
;
4342 PyObject
* _argo0
= 0;
4343 PyObject
* _obj1
= 0;
4344 char *_kwnames
[] = { "self","filename", NULL
};
4347 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
4350 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4351 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4352 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
4357 if (!PyString_Check(_obj1
)) {
4358 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4361 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4364 wxPy_BEGIN_ALLOW_THREADS
;
4365 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
4367 wxPy_END_ALLOW_THREADS
;
4368 } _resultobj
= Py_BuildValue("i",_result
);
4376 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
4377 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4378 PyObject
* _resultobj
;
4381 PyObject
* _argo0
= 0;
4383 char *_kwnames
[] = { "self","editable", NULL
};
4386 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
4389 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4390 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4391 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
4395 _arg1
= (bool ) tempbool1
;
4397 wxPy_BEGIN_ALLOW_THREADS
;
4398 wxTextCtrl_SetEditable(_arg0
,_arg1
);
4400 wxPy_END_ALLOW_THREADS
;
4401 } Py_INCREF(Py_None
);
4402 _resultobj
= Py_None
;
4406 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
4407 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4408 PyObject
* _resultobj
;
4411 PyObject
* _argo0
= 0;
4412 char *_kwnames
[] = { "self","pos", NULL
};
4415 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
4418 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4419 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4420 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
4425 wxPy_BEGIN_ALLOW_THREADS
;
4426 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
4428 wxPy_END_ALLOW_THREADS
;
4429 } Py_INCREF(Py_None
);
4430 _resultobj
= Py_None
;
4434 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
4435 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4436 PyObject
* _resultobj
;
4438 PyObject
* _argo0
= 0;
4439 char *_kwnames
[] = { "self", NULL
};
4442 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames
,&_argo0
))
4445 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4446 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4447 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
4452 wxPy_BEGIN_ALLOW_THREADS
;
4453 wxTextCtrl_SetInsertionPointEnd(_arg0
);
4455 wxPy_END_ALLOW_THREADS
;
4456 } Py_INCREF(Py_None
);
4457 _resultobj
= Py_None
;
4461 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4462 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4463 PyObject
* _resultobj
;
4467 PyObject
* _argo0
= 0;
4468 char *_kwnames
[] = { "self","from","to", NULL
};
4471 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4474 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4475 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4476 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
4481 wxPy_BEGIN_ALLOW_THREADS
;
4482 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4484 wxPy_END_ALLOW_THREADS
;
4485 } Py_INCREF(Py_None
);
4486 _resultobj
= Py_None
;
4490 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4491 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4492 PyObject
* _resultobj
;
4495 PyObject
* _argo0
= 0;
4496 PyObject
* _obj1
= 0;
4497 char *_kwnames
[] = { "self","value", NULL
};
4500 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
4503 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4504 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4505 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
4510 if (!PyString_Check(_obj1
)) {
4511 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4514 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4517 wxPy_BEGIN_ALLOW_THREADS
;
4518 wxTextCtrl_SetValue(_arg0
,*_arg1
);
4520 wxPy_END_ALLOW_THREADS
;
4521 } Py_INCREF(Py_None
);
4522 _resultobj
= Py_None
;
4530 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
4531 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4532 PyObject
* _resultobj
;
4535 PyObject
* _argo0
= 0;
4536 char *_kwnames
[] = { "self","pos", NULL
};
4539 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
4542 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4543 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4544 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
4549 wxPy_BEGIN_ALLOW_THREADS
;
4550 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
4552 wxPy_END_ALLOW_THREADS
;
4553 } Py_INCREF(Py_None
);
4554 _resultobj
= Py_None
;
4558 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
4559 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4560 PyObject
* _resultobj
;
4563 PyObject
* _argo0
= 0;
4564 PyObject
* _obj1
= 0;
4565 char *_kwnames
[] = { "self","text", NULL
};
4568 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
4571 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4572 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4573 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
4578 if (!PyString_Check(_obj1
)) {
4579 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4582 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4585 wxPy_BEGIN_ALLOW_THREADS
;
4586 wxTextCtrl_WriteText(_arg0
,*_arg1
);
4588 wxPy_END_ALLOW_THREADS
;
4589 } Py_INCREF(Py_None
);
4590 _resultobj
= Py_None
;
4598 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
4599 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4600 PyObject
* _resultobj
;
4603 PyObject
* _argo0
= 0;
4604 PyObject
* _obj1
= 0;
4605 char *_kwnames
[] = { "self","text", NULL
};
4608 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
4611 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4612 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4613 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
4618 if (!PyString_Check(_obj1
)) {
4619 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4622 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4625 wxPy_BEGIN_ALLOW_THREADS
;
4626 wxTextCtrl_AppendText(_arg0
,*_arg1
);
4628 wxPy_END_ALLOW_THREADS
;
4629 } Py_INCREF(Py_None
);
4630 _resultobj
= Py_None
;
4638 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
4639 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4640 PyObject
* _resultobj
;
4645 PyObject
* _argo0
= 0;
4646 char *_kwnames
[] = { "self","x","y", NULL
};
4649 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4652 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4653 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4654 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
4659 wxPy_BEGIN_ALLOW_THREADS
;
4660 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
4662 wxPy_END_ALLOW_THREADS
;
4663 } _resultobj
= Py_BuildValue("l",_result
);
4667 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
4668 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4669 PyObject
* _resultobj
;
4672 PyObject
* _argo0
= 0;
4673 char *_kwnames
[] = { "self", NULL
};
4676 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
4679 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4680 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4681 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
4686 wxPy_BEGIN_ALLOW_THREADS
;
4687 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
4689 wxPy_END_ALLOW_THREADS
;
4690 } _resultobj
= Py_BuildValue("i",_result
);
4694 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
4695 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4696 PyObject
* _resultobj
;
4699 PyObject
* _argo0
= 0;
4700 char *_kwnames
[] = { "self", NULL
};
4703 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
4706 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4707 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4708 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
4713 wxPy_BEGIN_ALLOW_THREADS
;
4714 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
4716 wxPy_END_ALLOW_THREADS
;
4717 } _resultobj
= Py_BuildValue("i",_result
);
4721 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
4722 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4723 PyObject
* _resultobj
;
4726 PyObject
* _argo0
= 0;
4727 char *_kwnames
[] = { "self", NULL
};
4730 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
4733 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4734 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4735 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
4740 wxPy_BEGIN_ALLOW_THREADS
;
4741 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
4743 wxPy_END_ALLOW_THREADS
;
4744 } _resultobj
= Py_BuildValue("i",_result
);
4748 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
4749 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4750 PyObject
* _resultobj
;
4753 PyObject
* _argo0
= 0;
4754 char *_kwnames
[] = { "self", NULL
};
4757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_kwnames
,&_argo0
))
4760 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4761 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4762 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
4767 wxPy_BEGIN_ALLOW_THREADS
;
4768 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
4770 wxPy_END_ALLOW_THREADS
;
4771 } _resultobj
= Py_BuildValue("i",_result
);
4775 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
4776 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4777 PyObject
* _resultobj
;
4780 PyObject
* _argo0
= 0;
4781 char *_kwnames
[] = { "self", NULL
};
4784 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
4787 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4788 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4789 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
4794 wxPy_BEGIN_ALLOW_THREADS
;
4795 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
4797 wxPy_END_ALLOW_THREADS
;
4798 } _resultobj
= Py_BuildValue("i",_result
);
4802 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
4803 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4804 PyObject
* _resultobj
;
4810 PyObject
* _argo0
= 0;
4811 char *_kwnames
[] = { "self", NULL
};
4820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_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_GetSelection. Expected _wxTextCtrl_p.");
4830 wxPy_BEGIN_ALLOW_THREADS
;
4831 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
4833 wxPy_END_ALLOW_THREADS
;
4834 } Py_INCREF(Py_None
);
4835 _resultobj
= Py_None
;
4838 o
= PyInt_FromLong((long) (*_arg1
));
4839 _resultobj
= t_output_helper(_resultobj
, o
);
4843 o
= PyInt_FromLong((long) (*_arg2
));
4844 _resultobj
= t_output_helper(_resultobj
, o
);
4849 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
4850 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4851 PyObject
* _resultobj
;
4854 PyObject
* _argo0
= 0;
4855 char *_kwnames
[] = { "self", NULL
};
4858 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
4861 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4862 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4863 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
4868 wxPy_BEGIN_ALLOW_THREADS
;
4869 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
4871 wxPy_END_ALLOW_THREADS
;
4872 } _resultobj
= Py_BuildValue("i",_result
);
4876 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
4877 static PyObject
*_wrap_wxTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4878 PyObject
* _resultobj
;
4880 PyObject
* _argo0
= 0;
4881 char *_kwnames
[] = { "self", NULL
};
4884 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Undo",_kwnames
,&_argo0
))
4887 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4888 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4889 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
4894 wxPy_BEGIN_ALLOW_THREADS
;
4895 wxTextCtrl_Undo(_arg0
);
4897 wxPy_END_ALLOW_THREADS
;
4898 } Py_INCREF(Py_None
);
4899 _resultobj
= Py_None
;
4903 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
4904 static PyObject
*_wrap_wxTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4905 PyObject
* _resultobj
;
4907 PyObject
* _argo0
= 0;
4908 char *_kwnames
[] = { "self", NULL
};
4911 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Redo",_kwnames
,&_argo0
))
4914 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4915 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4916 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
4921 wxPy_BEGIN_ALLOW_THREADS
;
4922 wxTextCtrl_Redo(_arg0
);
4924 wxPy_END_ALLOW_THREADS
;
4925 } Py_INCREF(Py_None
);
4926 _resultobj
= Py_None
;
4930 static void wxTextCtrl_write(wxTextCtrl
*self
,const wxString
& text
) {
4931 self
->AppendText(text
+ '\n');
4933 static PyObject
*_wrap_wxTextCtrl_write(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4934 PyObject
* _resultobj
;
4937 PyObject
* _argo0
= 0;
4938 PyObject
* _obj1
= 0;
4939 char *_kwnames
[] = { "self","text", NULL
};
4942 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_write",_kwnames
,&_argo0
,&_obj1
))
4945 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4946 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4947 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
4952 if (!PyString_Check(_obj1
)) {
4953 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4956 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4959 wxPy_BEGIN_ALLOW_THREADS
;
4960 wxTextCtrl_write(_arg0
,*_arg1
);
4962 wxPy_END_ALLOW_THREADS
;
4963 } Py_INCREF(Py_None
);
4964 _resultobj
= Py_None
;
4972 static void *SwigwxScrollBarTowxControl(void *ptr
) {
4975 src
= (wxScrollBar
*) ptr
;
4976 dest
= (wxControl
*) src
;
4977 return (void *) dest
;
4980 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
4983 src
= (wxScrollBar
*) ptr
;
4984 dest
= (wxWindow
*) src
;
4985 return (void *) dest
;
4988 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
4991 src
= (wxScrollBar
*) ptr
;
4992 dest
= (wxEvtHandler
*) src
;
4993 return (void *) dest
;
4996 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4997 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4998 PyObject
* _resultobj
;
4999 wxScrollBar
* _result
;
5001 wxWindowID _arg1
= (wxWindowID
) -1;
5002 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5003 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5004 long _arg4
= (long ) wxSB_HORIZONTAL
;
5005 wxValidator
* _arg5
= (wxValidator
*) &wxPyDefaultValidator
;
5006 char * _arg6
= (char *) "scrollBar";
5007 PyObject
* _argo0
= 0;
5009 PyObject
* _obj2
= 0;
5011 PyObject
* _obj3
= 0;
5012 PyObject
* _argo5
= 0;
5013 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
5017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOs:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_arg6
))
5020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
5029 if (! wxPoint_helper(_obj2
, &_arg2
))
5035 if (! wxSize_helper(_obj3
, &_arg3
))
5039 if (_argo5
== Py_None
) { _arg5
= NULL
; }
5040 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
5041 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
5046 wxPy_BEGIN_ALLOW_THREADS
;
5047 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
5049 wxPy_END_ALLOW_THREADS
;
5051 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
5052 _resultobj
= Py_BuildValue("s",_ptemp
);
5055 _resultobj
= Py_None
;
5060 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
5061 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5062 PyObject
* _resultobj
;
5064 wxScrollBar
* _arg0
;
5065 PyObject
* _argo0
= 0;
5066 char *_kwnames
[] = { "self", NULL
};
5069 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
5072 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5073 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5074 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
5079 wxPy_BEGIN_ALLOW_THREADS
;
5080 _result
= (int )wxScrollBar_GetRange(_arg0
);
5082 wxPy_END_ALLOW_THREADS
;
5083 } _resultobj
= Py_BuildValue("i",_result
);
5087 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
5088 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5089 PyObject
* _resultobj
;
5091 wxScrollBar
* _arg0
;
5092 PyObject
* _argo0
= 0;
5093 char *_kwnames
[] = { "self", NULL
};
5096 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
5099 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5100 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5101 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
5106 wxPy_BEGIN_ALLOW_THREADS
;
5107 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
5109 wxPy_END_ALLOW_THREADS
;
5110 } _resultobj
= Py_BuildValue("i",_result
);
5114 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
5115 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5116 PyObject
* _resultobj
;
5118 wxScrollBar
* _arg0
;
5119 PyObject
* _argo0
= 0;
5120 char *_kwnames
[] = { "self", NULL
};
5123 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
5126 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5127 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5128 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
5133 wxPy_BEGIN_ALLOW_THREADS
;
5134 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
5136 wxPy_END_ALLOW_THREADS
;
5137 } _resultobj
= Py_BuildValue("i",_result
);
5141 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
5142 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5143 PyObject
* _resultobj
;
5145 wxScrollBar
* _arg0
;
5146 PyObject
* _argo0
= 0;
5147 char *_kwnames
[] = { "self", NULL
};
5150 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
5153 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5154 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5155 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
5160 wxPy_BEGIN_ALLOW_THREADS
;
5161 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
5163 wxPy_END_ALLOW_THREADS
;
5164 } _resultobj
= Py_BuildValue("i",_result
);
5168 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
5169 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5170 PyObject
* _resultobj
;
5171 wxScrollBar
* _arg0
;
5173 PyObject
* _argo0
= 0;
5174 char *_kwnames
[] = { "self","viewStart", NULL
};
5177 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
5180 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5181 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5182 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
5187 wxPy_BEGIN_ALLOW_THREADS
;
5188 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
5190 wxPy_END_ALLOW_THREADS
;
5191 } Py_INCREF(Py_None
);
5192 _resultobj
= Py_None
;
5196 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5197 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5198 PyObject
* _resultobj
;
5199 wxScrollBar
* _arg0
;
5204 bool _arg5
= (bool ) TRUE
;
5205 PyObject
* _argo0
= 0;
5206 int tempbool5
= (int) TRUE
;
5207 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
5210 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
5213 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5214 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5215 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
5219 _arg5
= (bool ) tempbool5
;
5221 wxPy_BEGIN_ALLOW_THREADS
;
5222 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
5224 wxPy_END_ALLOW_THREADS
;
5225 } Py_INCREF(Py_None
);
5226 _resultobj
= Py_None
;
5230 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
5233 src
= (wxSpinButton
*) ptr
;
5234 dest
= (wxControl
*) src
;
5235 return (void *) dest
;
5238 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
5241 src
= (wxSpinButton
*) ptr
;
5242 dest
= (wxWindow
*) src
;
5243 return (void *) dest
;
5246 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
5249 src
= (wxSpinButton
*) ptr
;
5250 dest
= (wxEvtHandler
*) src
;
5251 return (void *) dest
;
5254 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
5255 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5256 PyObject
* _resultobj
;
5257 wxSpinButton
* _result
;
5259 wxWindowID _arg1
= (wxWindowID
) -1;
5260 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5261 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5262 long _arg4
= (long ) wxSP_HORIZONTAL
;
5263 char * _arg5
= (char *) "spinButton";
5264 PyObject
* _argo0
= 0;
5266 PyObject
* _obj2
= 0;
5268 PyObject
* _obj3
= 0;
5269 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
5273 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOls:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
5276 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5277 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5278 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
5285 if (! wxPoint_helper(_obj2
, &_arg2
))
5291 if (! wxSize_helper(_obj3
, &_arg3
))
5295 wxPy_BEGIN_ALLOW_THREADS
;
5296 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
5298 wxPy_END_ALLOW_THREADS
;
5300 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
5301 _resultobj
= Py_BuildValue("s",_ptemp
);
5304 _resultobj
= Py_None
;
5309 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
5310 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5311 PyObject
* _resultobj
;
5313 wxSpinButton
* _arg0
;
5314 PyObject
* _argo0
= 0;
5315 char *_kwnames
[] = { "self", NULL
};
5318 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
5321 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5322 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5323 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
5328 wxPy_BEGIN_ALLOW_THREADS
;
5329 _result
= (int )wxSpinButton_GetMax(_arg0
);
5331 wxPy_END_ALLOW_THREADS
;
5332 } _resultobj
= Py_BuildValue("i",_result
);
5336 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
5337 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5338 PyObject
* _resultobj
;
5340 wxSpinButton
* _arg0
;
5341 PyObject
* _argo0
= 0;
5342 char *_kwnames
[] = { "self", NULL
};
5345 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
5348 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5349 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5350 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
5355 wxPy_BEGIN_ALLOW_THREADS
;
5356 _result
= (int )wxSpinButton_GetMin(_arg0
);
5358 wxPy_END_ALLOW_THREADS
;
5359 } _resultobj
= Py_BuildValue("i",_result
);
5363 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
5364 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5365 PyObject
* _resultobj
;
5367 wxSpinButton
* _arg0
;
5368 PyObject
* _argo0
= 0;
5369 char *_kwnames
[] = { "self", NULL
};
5372 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
5375 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5376 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5377 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
5382 wxPy_BEGIN_ALLOW_THREADS
;
5383 _result
= (int )wxSpinButton_GetValue(_arg0
);
5385 wxPy_END_ALLOW_THREADS
;
5386 } _resultobj
= Py_BuildValue("i",_result
);
5390 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
5391 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5392 PyObject
* _resultobj
;
5393 wxSpinButton
* _arg0
;
5396 PyObject
* _argo0
= 0;
5397 char *_kwnames
[] = { "self","min","max", NULL
};
5400 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5403 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5404 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5405 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
5410 wxPy_BEGIN_ALLOW_THREADS
;
5411 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
5413 wxPy_END_ALLOW_THREADS
;
5414 } Py_INCREF(Py_None
);
5415 _resultobj
= Py_None
;
5419 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
5420 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5421 PyObject
* _resultobj
;
5422 wxSpinButton
* _arg0
;
5424 PyObject
* _argo0
= 0;
5425 char *_kwnames
[] = { "self","value", NULL
};
5428 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
5431 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5432 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5433 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
5438 wxPy_BEGIN_ALLOW_THREADS
;
5439 wxSpinButton_SetValue(_arg0
,_arg1
);
5441 wxPy_END_ALLOW_THREADS
;
5442 } Py_INCREF(Py_None
);
5443 _resultobj
= Py_None
;
5447 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
5448 wxStaticBitmap
*src
;
5450 src
= (wxStaticBitmap
*) ptr
;
5451 dest
= (wxControl
*) src
;
5452 return (void *) dest
;
5455 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
5456 wxStaticBitmap
*src
;
5458 src
= (wxStaticBitmap
*) ptr
;
5459 dest
= (wxWindow
*) src
;
5460 return (void *) dest
;
5463 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
5464 wxStaticBitmap
*src
;
5466 src
= (wxStaticBitmap
*) ptr
;
5467 dest
= (wxEvtHandler
*) src
;
5468 return (void *) dest
;
5471 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
5472 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5473 PyObject
* _resultobj
;
5474 wxStaticBitmap
* _result
;
5478 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5479 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5480 long _arg5
= (long ) 0;
5481 char * _arg6
= (char *) "staticBitmap";
5482 PyObject
* _argo0
= 0;
5483 PyObject
* _argo2
= 0;
5485 PyObject
* _obj3
= 0;
5487 PyObject
* _obj4
= 0;
5488 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
5492 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
5495 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5496 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5497 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
5502 if (_argo2
== Py_None
) { _arg2
= NULL
; }
5503 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
5504 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
5511 if (! wxPoint_helper(_obj3
, &_arg3
))
5517 if (! wxSize_helper(_obj4
, &_arg4
))
5521 wxPy_BEGIN_ALLOW_THREADS
;
5522 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
5524 wxPy_END_ALLOW_THREADS
;
5526 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
5527 _resultobj
= Py_BuildValue("s",_ptemp
);
5530 _resultobj
= Py_None
;
5535 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
5536 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5537 PyObject
* _resultobj
;
5539 wxStaticBitmap
* _arg0
;
5540 PyObject
* _argo0
= 0;
5541 char *_kwnames
[] = { "self", NULL
};
5545 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
5548 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5549 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5550 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
5555 wxPy_BEGIN_ALLOW_THREADS
;
5556 const wxBitmap
& _result_ref
= wxStaticBitmap_GetBitmap(_arg0
);
5557 _result
= (wxBitmap
*) &_result_ref
;
5559 wxPy_END_ALLOW_THREADS
;
5561 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
5562 _resultobj
= Py_BuildValue("s",_ptemp
);
5565 _resultobj
= Py_None
;
5570 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
5571 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5572 PyObject
* _resultobj
;
5573 wxStaticBitmap
* _arg0
;
5575 PyObject
* _argo0
= 0;
5576 PyObject
* _argo1
= 0;
5577 char *_kwnames
[] = { "self","bitmap", NULL
};
5580 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
5583 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5584 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5585 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
5590 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5591 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
5592 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
5597 wxPy_BEGIN_ALLOW_THREADS
;
5598 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
5600 wxPy_END_ALLOW_THREADS
;
5601 } Py_INCREF(Py_None
);
5602 _resultobj
= Py_None
;
5606 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
5607 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5608 PyObject
* _resultobj
;
5609 wxStaticBitmap
* _arg0
;
5611 PyObject
* _argo0
= 0;
5612 PyObject
* _argo1
= 0;
5613 char *_kwnames
[] = { "self","icon", NULL
};
5616 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_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_SetIcon. Expected _wxStaticBitmap_p.");
5626 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5627 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
5628 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
5633 wxPy_BEGIN_ALLOW_THREADS
;
5634 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
5636 wxPy_END_ALLOW_THREADS
;
5637 } Py_INCREF(Py_None
);
5638 _resultobj
= Py_None
;
5642 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
5645 src
= (wxRadioBox
*) ptr
;
5646 dest
= (wxControl
*) src
;
5647 return (void *) dest
;
5650 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
5653 src
= (wxRadioBox
*) ptr
;
5654 dest
= (wxWindow
*) src
;
5655 return (void *) dest
;
5658 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
5661 src
= (wxRadioBox
*) ptr
;
5662 dest
= (wxEvtHandler
*) src
;
5663 return (void *) dest
;
5666 #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))
5667 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5668 PyObject
* _resultobj
;
5669 wxRadioBox
* _result
;
5673 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5674 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5675 int _arg5
= (int ) 0;
5676 wxString
* _arg6
= (wxString
*) NULL
;
5677 int _arg7
= (int ) 0;
5678 long _arg8
= (long ) wxRA_HORIZONTAL
;
5679 wxValidator
* _arg9
= (wxValidator
*) &wxPyDefaultValidator
;
5680 char * _arg10
= (char *) "radioBox";
5681 PyObject
* _argo0
= 0;
5682 PyObject
* _obj2
= 0;
5684 PyObject
* _obj3
= 0;
5686 PyObject
* _obj4
= 0;
5687 PyObject
* _obj6
= 0;
5688 PyObject
* _argo9
= 0;
5689 char *_kwnames
[] = { "parent","id","label","point","size","LIST","majorDimension","style","validator","name", NULL
};
5693 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOs:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_arg10
))
5696 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5697 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5698 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
5703 if (!PyString_Check(_obj2
)) {
5704 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5707 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
5712 if (! wxPoint_helper(_obj3
, &_arg3
))
5718 if (! wxSize_helper(_obj4
, &_arg4
))
5723 _arg6
= wxString_LIST_helper(_obj6
);
5724 if (_arg6
== NULL
) {
5729 if (_argo9
== Py_None
) { _arg9
= NULL
; }
5730 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
5731 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
5737 _arg5
= PyList_Size(_obj6
);
5744 wxPy_BEGIN_ALLOW_THREADS
;
5745 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,_arg10
);
5747 wxPy_END_ALLOW_THREADS
;
5749 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
5750 _resultobj
= Py_BuildValue("s",_ptemp
);
5753 _resultobj
= Py_None
;
5765 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
5766 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5767 PyObject
* _resultobj
;
5770 PyObject
* _argo0
= 0;
5772 char *_kwnames
[] = { "self","enable", NULL
};
5775 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
5778 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5779 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5780 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
5784 _arg1
= (bool ) tempbool1
;
5786 wxPy_BEGIN_ALLOW_THREADS
;
5787 wxRadioBox_Enable(_arg0
,_arg1
);
5789 wxPy_END_ALLOW_THREADS
;
5790 } Py_INCREF(Py_None
);
5791 _resultobj
= Py_None
;
5795 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
5796 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5797 PyObject
* _resultobj
;
5801 PyObject
* _argo0
= 0;
5803 char *_kwnames
[] = { "self","n","enable", NULL
};
5806 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5809 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5810 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5811 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
5815 _arg2
= (bool ) tempbool2
;
5817 wxPy_BEGIN_ALLOW_THREADS
;
5818 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
5820 wxPy_END_ALLOW_THREADS
;
5821 } Py_INCREF(Py_None
);
5822 _resultobj
= Py_None
;
5826 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
5827 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5828 PyObject
* _resultobj
;
5832 PyObject
* _argo0
= 0;
5833 PyObject
* _obj1
= 0;
5834 char *_kwnames
[] = { "self","string", NULL
};
5837 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
5840 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5841 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5842 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
5847 if (!PyString_Check(_obj1
)) {
5848 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5851 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
5854 wxPy_BEGIN_ALLOW_THREADS
;
5855 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
5857 wxPy_END_ALLOW_THREADS
;
5858 } _resultobj
= Py_BuildValue("i",_result
);
5866 #define wxRadioBox_GetItemLabel(_swigobj,_swigarg0) (_swigobj->GetLabel(_swigarg0))
5867 static PyObject
*_wrap_wxRadioBox_GetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5868 PyObject
* _resultobj
;
5872 PyObject
* _argo0
= 0;
5873 char *_kwnames
[] = { "self","n", NULL
};
5876 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetItemLabel",_kwnames
,&_argo0
,&_arg1
))
5879 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5880 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5881 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetItemLabel. Expected _wxRadioBox_p.");
5886 wxPy_BEGIN_ALLOW_THREADS
;
5887 _result
= new wxString (wxRadioBox_GetItemLabel(_arg0
,_arg1
));
5889 wxPy_END_ALLOW_THREADS
;
5891 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5899 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
5900 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5901 PyObject
* _resultobj
;
5904 PyObject
* _argo0
= 0;
5905 char *_kwnames
[] = { "self", NULL
};
5908 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
5911 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5912 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5913 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
5918 wxPy_BEGIN_ALLOW_THREADS
;
5919 _result
= (int )wxRadioBox_GetSelection(_arg0
);
5921 wxPy_END_ALLOW_THREADS
;
5922 } _resultobj
= Py_BuildValue("i",_result
);
5926 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
5927 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5928 PyObject
* _resultobj
;
5932 PyObject
* _argo0
= 0;
5933 char *_kwnames
[] = { "self","n", NULL
};
5936 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
5939 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5940 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5941 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
5946 wxPy_BEGIN_ALLOW_THREADS
;
5947 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
5949 wxPy_END_ALLOW_THREADS
;
5951 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5959 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
5960 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5961 PyObject
* _resultobj
;
5964 PyObject
* _argo0
= 0;
5965 char *_kwnames
[] = { "self", NULL
};
5968 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
5971 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5972 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5973 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
5978 wxPy_BEGIN_ALLOW_THREADS
;
5979 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
5981 wxPy_END_ALLOW_THREADS
;
5983 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5991 #define wxRadioBox_Number(_swigobj) (_swigobj->Number())
5992 static PyObject
*_wrap_wxRadioBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5993 PyObject
* _resultobj
;
5996 PyObject
* _argo0
= 0;
5997 char *_kwnames
[] = { "self", NULL
};
6000 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_Number",_kwnames
,&_argo0
))
6003 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6004 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6005 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Number. Expected _wxRadioBox_p.");
6010 wxPy_BEGIN_ALLOW_THREADS
;
6011 _result
= (int )wxRadioBox_Number(_arg0
);
6013 wxPy_END_ALLOW_THREADS
;
6014 } _resultobj
= Py_BuildValue("i",_result
);
6018 #define wxRadioBox_SetItemLabel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabel(_swigarg0,_swigarg1))
6019 static PyObject
*_wrap_wxRadioBox_SetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6020 PyObject
* _resultobj
;
6024 PyObject
* _argo0
= 0;
6025 PyObject
* _obj2
= 0;
6026 char *_kwnames
[] = { "self","n","label", NULL
};
6029 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetItemLabel",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6032 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6033 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6034 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetItemLabel. Expected _wxRadioBox_p.");
6039 if (!PyString_Check(_obj2
)) {
6040 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6043 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6046 wxPy_BEGIN_ALLOW_THREADS
;
6047 wxRadioBox_SetItemLabel(_arg0
,_arg1
,*_arg2
);
6049 wxPy_END_ALLOW_THREADS
;
6050 } Py_INCREF(Py_None
);
6051 _resultobj
= Py_None
;
6059 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
6060 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6061 PyObject
* _resultobj
;
6064 PyObject
* _argo0
= 0;
6065 char *_kwnames
[] = { "self","n", NULL
};
6068 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
6071 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6072 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6073 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
6078 wxPy_BEGIN_ALLOW_THREADS
;
6079 wxRadioBox_SetSelection(_arg0
,_arg1
);
6081 wxPy_END_ALLOW_THREADS
;
6082 } Py_INCREF(Py_None
);
6083 _resultobj
= Py_None
;
6087 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
6088 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6089 PyObject
* _resultobj
;
6092 PyObject
* _argo0
= 0;
6093 PyObject
* _obj1
= 0;
6094 char *_kwnames
[] = { "self","string", NULL
};
6097 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
6100 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6101 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6102 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
6107 if (!PyString_Check(_obj1
)) {
6108 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6111 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
6114 wxPy_BEGIN_ALLOW_THREADS
;
6115 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
6117 wxPy_END_ALLOW_THREADS
;
6118 } Py_INCREF(Py_None
);
6119 _resultobj
= Py_None
;
6127 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
6128 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6129 PyObject
* _resultobj
;
6132 PyObject
* _argo0
= 0;
6134 char *_kwnames
[] = { "self","show", NULL
};
6137 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
6140 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6141 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
6146 _arg1
= (bool ) tempbool1
;
6148 wxPy_BEGIN_ALLOW_THREADS
;
6149 wxRadioBox_Show(_arg0
,_arg1
);
6151 wxPy_END_ALLOW_THREADS
;
6152 } Py_INCREF(Py_None
);
6153 _resultobj
= Py_None
;
6157 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
6158 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6159 PyObject
* _resultobj
;
6163 PyObject
* _argo0
= 0;
6165 char *_kwnames
[] = { "self","item","show", NULL
};
6168 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6171 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6172 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6173 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
6177 _arg2
= (bool ) tempbool2
;
6179 wxPy_BEGIN_ALLOW_THREADS
;
6180 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
6182 wxPy_END_ALLOW_THREADS
;
6183 } Py_INCREF(Py_None
);
6184 _resultobj
= Py_None
;
6188 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
6191 src
= (wxRadioButton
*) ptr
;
6192 dest
= (wxControl
*) src
;
6193 return (void *) dest
;
6196 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
6199 src
= (wxRadioButton
*) ptr
;
6200 dest
= (wxWindow
*) src
;
6201 return (void *) dest
;
6204 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
6207 src
= (wxRadioButton
*) ptr
;
6208 dest
= (wxEvtHandler
*) src
;
6209 return (void *) dest
;
6212 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6213 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6214 PyObject
* _resultobj
;
6215 wxRadioButton
* _result
;
6219 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
6220 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
6221 long _arg5
= (long ) 0;
6222 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
6223 char * _arg7
= (char *) "radioButton";
6224 PyObject
* _argo0
= 0;
6225 PyObject
* _obj2
= 0;
6227 PyObject
* _obj3
= 0;
6229 PyObject
* _obj4
= 0;
6230 PyObject
* _argo6
= 0;
6231 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
6235 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
6238 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6239 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6240 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
6245 if (!PyString_Check(_obj2
)) {
6246 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6249 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6254 if (! wxPoint_helper(_obj3
, &_arg3
))
6260 if (! wxSize_helper(_obj4
, &_arg4
))
6264 if (_argo6
== Py_None
) { _arg6
= NULL
; }
6265 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
6266 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
6271 wxPy_BEGIN_ALLOW_THREADS
;
6272 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
6274 wxPy_END_ALLOW_THREADS
;
6276 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
6277 _resultobj
= Py_BuildValue("s",_ptemp
);
6280 _resultobj
= Py_None
;
6289 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
6290 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6291 PyObject
* _resultobj
;
6293 wxRadioButton
* _arg0
;
6294 PyObject
* _argo0
= 0;
6295 char *_kwnames
[] = { "self", NULL
};
6298 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
6301 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6302 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6303 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
6308 wxPy_BEGIN_ALLOW_THREADS
;
6309 _result
= (bool )wxRadioButton_GetValue(_arg0
);
6311 wxPy_END_ALLOW_THREADS
;
6312 } _resultobj
= Py_BuildValue("i",_result
);
6316 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6317 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6318 PyObject
* _resultobj
;
6319 wxRadioButton
* _arg0
;
6321 PyObject
* _argo0
= 0;
6323 char *_kwnames
[] = { "self","value", NULL
};
6326 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
6329 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6330 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6331 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
6335 _arg1
= (bool ) tempbool1
;
6337 wxPy_BEGIN_ALLOW_THREADS
;
6338 wxRadioButton_SetValue(_arg0
,_arg1
);
6340 wxPy_END_ALLOW_THREADS
;
6341 } Py_INCREF(Py_None
);
6342 _resultobj
= Py_None
;
6346 static void *SwigwxSliderTowxControl(void *ptr
) {
6349 src
= (wxSlider
*) ptr
;
6350 dest
= (wxControl
*) src
;
6351 return (void *) dest
;
6354 static void *SwigwxSliderTowxWindow(void *ptr
) {
6357 src
= (wxSlider
*) ptr
;
6358 dest
= (wxWindow
*) src
;
6359 return (void *) dest
;
6362 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
6365 src
= (wxSlider
*) ptr
;
6366 dest
= (wxEvtHandler
*) src
;
6367 return (void *) dest
;
6370 #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))
6371 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6372 PyObject
* _resultobj
;
6379 wxPoint
* _arg5
= (wxPoint
*) &wxPyDefaultPosition
;
6380 wxSize
* _arg6
= (wxSize
*) &wxPyDefaultSize
;
6381 long _arg7
= (long ) wxSL_HORIZONTAL
;
6382 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
6383 char * _arg9
= (char *) "slider";
6384 PyObject
* _argo0
= 0;
6386 PyObject
* _obj5
= 0;
6388 PyObject
* _obj6
= 0;
6389 PyObject
* _argo8
= 0;
6390 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
6394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOs:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
6397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
6406 if (! wxPoint_helper(_obj5
, &_arg5
))
6412 if (! wxSize_helper(_obj6
, &_arg6
))
6416 if (_argo8
== Py_None
) { _arg8
= NULL
; }
6417 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
6418 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
6423 wxPy_BEGIN_ALLOW_THREADS
;
6424 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,_arg9
);
6426 wxPy_END_ALLOW_THREADS
;
6428 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
6429 _resultobj
= Py_BuildValue("s",_ptemp
);
6432 _resultobj
= Py_None
;
6437 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
6438 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6439 PyObject
* _resultobj
;
6441 PyObject
* _argo0
= 0;
6442 char *_kwnames
[] = { "self", NULL
};
6445 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
6448 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6449 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6450 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
6455 wxPy_BEGIN_ALLOW_THREADS
;
6456 wxSlider_ClearSel(_arg0
);
6458 wxPy_END_ALLOW_THREADS
;
6459 } Py_INCREF(Py_None
);
6460 _resultobj
= Py_None
;
6464 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
6465 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6466 PyObject
* _resultobj
;
6468 PyObject
* _argo0
= 0;
6469 char *_kwnames
[] = { "self", NULL
};
6472 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
6475 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6476 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
6482 wxPy_BEGIN_ALLOW_THREADS
;
6483 wxSlider_ClearTicks(_arg0
);
6485 wxPy_END_ALLOW_THREADS
;
6486 } Py_INCREF(Py_None
);
6487 _resultobj
= Py_None
;
6491 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
6492 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6493 PyObject
* _resultobj
;
6496 PyObject
* _argo0
= 0;
6497 char *_kwnames
[] = { "self", NULL
};
6500 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
6503 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6504 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6505 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
6510 wxPy_BEGIN_ALLOW_THREADS
;
6511 _result
= (int )wxSlider_GetLineSize(_arg0
);
6513 wxPy_END_ALLOW_THREADS
;
6514 } _resultobj
= Py_BuildValue("i",_result
);
6518 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
6519 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6520 PyObject
* _resultobj
;
6523 PyObject
* _argo0
= 0;
6524 char *_kwnames
[] = { "self", NULL
};
6527 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
6530 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6531 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6532 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
6537 wxPy_BEGIN_ALLOW_THREADS
;
6538 _result
= (int )wxSlider_GetMax(_arg0
);
6540 wxPy_END_ALLOW_THREADS
;
6541 } _resultobj
= Py_BuildValue("i",_result
);
6545 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
6546 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6547 PyObject
* _resultobj
;
6550 PyObject
* _argo0
= 0;
6551 char *_kwnames
[] = { "self", NULL
};
6554 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
6557 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6558 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6559 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
6564 wxPy_BEGIN_ALLOW_THREADS
;
6565 _result
= (int )wxSlider_GetMin(_arg0
);
6567 wxPy_END_ALLOW_THREADS
;
6568 } _resultobj
= Py_BuildValue("i",_result
);
6572 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
6573 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6574 PyObject
* _resultobj
;
6577 PyObject
* _argo0
= 0;
6578 char *_kwnames
[] = { "self", NULL
};
6581 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
6584 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6585 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6586 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
6591 wxPy_BEGIN_ALLOW_THREADS
;
6592 _result
= (int )wxSlider_GetPageSize(_arg0
);
6594 wxPy_END_ALLOW_THREADS
;
6595 } _resultobj
= Py_BuildValue("i",_result
);
6599 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
6600 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6601 PyObject
* _resultobj
;
6604 PyObject
* _argo0
= 0;
6605 char *_kwnames
[] = { "self", NULL
};
6608 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
6611 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6612 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6613 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
6618 wxPy_BEGIN_ALLOW_THREADS
;
6619 _result
= (int )wxSlider_GetSelEnd(_arg0
);
6621 wxPy_END_ALLOW_THREADS
;
6622 } _resultobj
= Py_BuildValue("i",_result
);
6626 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
6627 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6628 PyObject
* _resultobj
;
6631 PyObject
* _argo0
= 0;
6632 char *_kwnames
[] = { "self", NULL
};
6635 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
6638 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6639 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6640 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
6645 wxPy_BEGIN_ALLOW_THREADS
;
6646 _result
= (int )wxSlider_GetSelStart(_arg0
);
6648 wxPy_END_ALLOW_THREADS
;
6649 } _resultobj
= Py_BuildValue("i",_result
);
6653 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
6654 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6655 PyObject
* _resultobj
;
6658 PyObject
* _argo0
= 0;
6659 char *_kwnames
[] = { "self", NULL
};
6662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
6665 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6666 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6667 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
6672 wxPy_BEGIN_ALLOW_THREADS
;
6673 _result
= (int )wxSlider_GetThumbLength(_arg0
);
6675 wxPy_END_ALLOW_THREADS
;
6676 } _resultobj
= Py_BuildValue("i",_result
);
6680 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
6681 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6682 PyObject
* _resultobj
;
6685 PyObject
* _argo0
= 0;
6686 char *_kwnames
[] = { "self", NULL
};
6689 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_kwnames
,&_argo0
))
6692 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6693 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6694 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
6699 wxPy_BEGIN_ALLOW_THREADS
;
6700 _result
= (int )wxSlider_GetTickFreq(_arg0
);
6702 wxPy_END_ALLOW_THREADS
;
6703 } _resultobj
= Py_BuildValue("i",_result
);
6707 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
6708 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6709 PyObject
* _resultobj
;
6712 PyObject
* _argo0
= 0;
6713 char *_kwnames
[] = { "self", NULL
};
6716 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_kwnames
,&_argo0
))
6719 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6720 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6721 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
6726 wxPy_BEGIN_ALLOW_THREADS
;
6727 _result
= (int )wxSlider_GetValue(_arg0
);
6729 wxPy_END_ALLOW_THREADS
;
6730 } _resultobj
= Py_BuildValue("i",_result
);
6734 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
6735 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6736 PyObject
* _resultobj
;
6740 PyObject
* _argo0
= 0;
6741 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
6744 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6747 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6748 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6749 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
6754 wxPy_BEGIN_ALLOW_THREADS
;
6755 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
6757 wxPy_END_ALLOW_THREADS
;
6758 } Py_INCREF(Py_None
);
6759 _resultobj
= Py_None
;
6763 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
6764 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6765 PyObject
* _resultobj
;
6769 PyObject
* _argo0
= 0;
6770 char *_kwnames
[] = { "self","n","pos", NULL
};
6773 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6776 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6777 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6778 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
6783 wxPy_BEGIN_ALLOW_THREADS
;
6784 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
6786 wxPy_END_ALLOW_THREADS
;
6787 } Py_INCREF(Py_None
);
6788 _resultobj
= Py_None
;
6792 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
6793 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6794 PyObject
* _resultobj
;
6797 PyObject
* _argo0
= 0;
6798 char *_kwnames
[] = { "self","lineSize", NULL
};
6801 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
6804 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6805 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6806 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
6811 wxPy_BEGIN_ALLOW_THREADS
;
6812 wxSlider_SetLineSize(_arg0
,_arg1
);
6814 wxPy_END_ALLOW_THREADS
;
6815 } Py_INCREF(Py_None
);
6816 _resultobj
= Py_None
;
6820 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
6821 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6822 PyObject
* _resultobj
;
6825 PyObject
* _argo0
= 0;
6826 char *_kwnames
[] = { "self","pageSize", NULL
};
6829 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
6832 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6833 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6834 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
6839 wxPy_BEGIN_ALLOW_THREADS
;
6840 wxSlider_SetPageSize(_arg0
,_arg1
);
6842 wxPy_END_ALLOW_THREADS
;
6843 } Py_INCREF(Py_None
);
6844 _resultobj
= Py_None
;
6848 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
6849 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6850 PyObject
* _resultobj
;
6854 PyObject
* _argo0
= 0;
6855 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
6858 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6861 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6862 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6863 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
6868 wxPy_BEGIN_ALLOW_THREADS
;
6869 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
6871 wxPy_END_ALLOW_THREADS
;
6872 } Py_INCREF(Py_None
);
6873 _resultobj
= Py_None
;
6877 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
6878 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6879 PyObject
* _resultobj
;
6882 PyObject
* _argo0
= 0;
6883 char *_kwnames
[] = { "self","len", NULL
};
6886 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
6889 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6890 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6891 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
6896 wxPy_BEGIN_ALLOW_THREADS
;
6897 wxSlider_SetThumbLength(_arg0
,_arg1
);
6899 wxPy_END_ALLOW_THREADS
;
6900 } Py_INCREF(Py_None
);
6901 _resultobj
= Py_None
;
6905 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
6906 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6907 PyObject
* _resultobj
;
6910 PyObject
* _argo0
= 0;
6911 char *_kwnames
[] = { "self","tickPos", NULL
};
6914 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
6917 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6918 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6919 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
6924 wxPy_BEGIN_ALLOW_THREADS
;
6925 wxSlider_SetTick(_arg0
,_arg1
);
6927 wxPy_END_ALLOW_THREADS
;
6928 } Py_INCREF(Py_None
);
6929 _resultobj
= Py_None
;
6933 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6934 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6935 PyObject
* _resultobj
;
6938 PyObject
* _argo0
= 0;
6939 char *_kwnames
[] = { "self","value", NULL
};
6942 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
6945 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6946 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6947 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
6952 wxPy_BEGIN_ALLOW_THREADS
;
6953 wxSlider_SetValue(_arg0
,_arg1
);
6955 wxPy_END_ALLOW_THREADS
;
6956 } Py_INCREF(Py_None
);
6957 _resultobj
= Py_None
;
6961 static PyMethodDef controlscMethods
[] = {
6962 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6963 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
6964 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
6965 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6966 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
6967 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
6968 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
6969 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
6970 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6971 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
6972 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
6973 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
6974 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
6975 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
6976 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
6977 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
6978 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
6979 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
6980 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
6981 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
6982 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6983 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6984 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
6985 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
6986 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
6987 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6988 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6989 { "wxRadioBox_SetItemLabel", (PyCFunction
) _wrap_wxRadioBox_SetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
6990 { "wxRadioBox_Number", (PyCFunction
) _wrap_wxRadioBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
6991 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6992 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
6993 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6994 { "wxRadioBox_GetItemLabel", (PyCFunction
) _wrap_wxRadioBox_GetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
6995 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
6996 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
6997 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
6998 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
6999 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
7000 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7001 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7002 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7003 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7004 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7005 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7006 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
7007 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
7008 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
7009 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
7010 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7011 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
7012 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7013 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7014 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7015 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
7016 { "wxTextCtrl_write", (PyCFunction
) _wrap_wxTextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
},
7017 { "wxTextCtrl_Redo", (PyCFunction
) _wrap_wxTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
7018 { "wxTextCtrl_Undo", (PyCFunction
) _wrap_wxTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
7019 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
7020 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7021 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
7022 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
7023 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
7024 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
7025 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
7026 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
7027 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
7028 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
7029 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
7030 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7031 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7032 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7033 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7034 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
7035 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
7036 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7037 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7038 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
7039 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7040 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
7041 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
7042 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7043 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
7044 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
7045 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
7046 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7047 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7048 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
7049 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7050 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7051 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7052 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
7053 { "wxCheckListBox_GetItemHeight", (PyCFunction
) _wrap_wxCheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
},
7054 { "wxCheckListBox_InsertItems", (PyCFunction
) _wrap_wxCheckListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
7055 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
7056 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
7057 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
7058 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7059 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
7060 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7061 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
7062 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
7063 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
7064 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
7065 { "wxListBox_Number", (PyCFunction
) _wrap_wxListBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7066 { "wxListBox_GetStringSelection", (PyCFunction
) _wrap_wxListBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7067 { "wxListBox_GetString", (PyCFunction
) _wrap_wxListBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7068 { "wxListBox_InsertItems", (PyCFunction
) _wrap_wxListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
7069 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
7070 { "wxListBox_GetSelection", (PyCFunction
) _wrap_wxListBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7071 { "wxListBox_FindString", (PyCFunction
) _wrap_wxListBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7072 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
7073 { "wxListBox_Delete", (PyCFunction
) _wrap_wxListBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7074 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7075 { "wxListBox_Append", (PyCFunction
) _wrap_wxListBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7076 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
7077 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7078 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7079 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
7080 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
7081 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
7082 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7083 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7084 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7085 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7086 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7087 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7088 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7089 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7090 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
7091 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7092 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
7093 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7094 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7095 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7096 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7097 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7098 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7099 { "wxComboBox_Number", (PyCFunction
) _wrap_wxComboBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7100 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7101 { "wxComboBox_GetStringSelection", (PyCFunction
) _wrap_wxComboBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7102 { "wxComboBox_GetString", (PyCFunction
) _wrap_wxComboBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7103 { "wxComboBox_GetSelection", (PyCFunction
) _wrap_wxComboBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7104 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7105 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7106 { "wxComboBox_FindString", (PyCFunction
) _wrap_wxComboBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7107 { "wxComboBox_Delete", (PyCFunction
) _wrap_wxComboBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7108 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7109 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7110 { "wxComboBox_Clear", (PyCFunction
) _wrap_wxComboBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7111 { "wxComboBox_Append", (PyCFunction
) _wrap_wxComboBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7112 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
7113 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7114 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7115 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7116 { "wxChoice_Number", (PyCFunction
) _wrap_wxChoice_Number
, METH_VARARGS
| METH_KEYWORDS
},
7117 { "wxChoice_GetStringSelection", (PyCFunction
) _wrap_wxChoice_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7118 { "wxChoice_GetString", (PyCFunction
) _wrap_wxChoice_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7119 { "wxChoice_GetSelection", (PyCFunction
) _wrap_wxChoice_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7120 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7121 { "wxChoice_FindString", (PyCFunction
) _wrap_wxChoice_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7122 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7123 { "wxChoice_Append", (PyCFunction
) _wrap_wxChoice_Append
, METH_VARARGS
| METH_KEYWORDS
},
7124 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
7125 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7126 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7127 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
7128 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7129 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7130 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7131 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7132 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7133 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7134 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7135 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7136 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
7137 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
7138 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
7139 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7140 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7147 * This table is used by the pointer type-checker
7149 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
7150 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
7151 { "_wxEvent","_class_wxEvent",0},
7152 { "_class_wxActivateEvent","_wxActivateEvent",0},
7153 { "_signed_long","_long",0},
7154 { "_wxMenuEvent","_class_wxMenuEvent",0},
7155 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
7156 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
7157 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
7158 { "_wxPrintQuality","_wxCoord",0},
7159 { "_wxPrintQuality","_int",0},
7160 { "_wxPrintQuality","_signed_int",0},
7161 { "_wxPrintQuality","_unsigned_int",0},
7162 { "_wxPrintQuality","_wxWindowID",0},
7163 { "_wxPrintQuality","_uint",0},
7164 { "_wxPrintQuality","_EBool",0},
7165 { "_wxPrintQuality","_size_t",0},
7166 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
7167 { "_class_wxRegionIterator","_wxRegionIterator",0},
7168 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
7169 { "_class_wxMenuBar","_wxMenuBar",0},
7170 { "_class_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7171 { "_class_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7172 { "_class_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7173 { "_class_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7174 { "_class_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7175 { "_class_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7176 { "_class_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7177 { "_class_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7178 { "_class_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7179 { "_class_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7180 { "_class_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7181 { "_class_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7182 { "_class_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7183 { "_class_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7184 { "_class_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7185 { "_class_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7186 { "_class_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7187 { "_class_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7188 { "_class_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7189 { "_class_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7190 { "_class_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7191 { "_class_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7192 { "_class_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7193 { "_class_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7194 { "_class_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7195 { "_class_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7196 { "_class_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7197 { "_class_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7198 { "_class_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7199 { "_class_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7200 { "_class_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7201 { "_class_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7202 { "_class_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7203 { "_class_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7204 { "_class_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7205 { "_class_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7206 { "_class_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7207 { "_class_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7208 { "_class_wxEvtHandler","_wxEvtHandler",0},
7209 { "_wxPaintEvent","_class_wxPaintEvent",0},
7210 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
7211 { "_wxCursor","_class_wxCursor",0},
7212 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
7213 { "_wxMask","_class_wxMask",0},
7214 { "_wxPen","_class_wxPen",0},
7215 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
7216 { "_byte","_unsigned_char",0},
7217 { "_wxDataObject","_class_wxDataObject",0},
7218 { "_wxStaticBox","_class_wxStaticBox",0},
7219 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
7220 { "_wxPyDropSource","_class_wxPyDropSource",0},
7221 { "_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7222 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7223 { "_wxChoice","_class_wxChoice",0},
7224 { "_wxSlider","_class_wxSlider",0},
7225 { "_long","_wxDash",0},
7226 { "_long","_unsigned_long",0},
7227 { "_long","_signed_long",0},
7228 { "_wxImageList","_class_wxImageList",0},
7229 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
7230 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
7231 { "_wxBitmapButton","_class_wxBitmapButton",0},
7232 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
7233 { "_class_wxClipboard","_wxClipboard",0},
7234 { "_class_wxGauge","_wxGauge",0},
7235 { "_wxDC","_class_wxDC",0},
7236 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
7237 { "_wxSpinEvent","_class_wxSpinEvent",0},
7238 { "_size_t","_wxCoord",0},
7239 { "_size_t","_wxPrintQuality",0},
7240 { "_size_t","_unsigned_int",0},
7241 { "_size_t","_int",0},
7242 { "_size_t","_wxWindowID",0},
7243 { "_size_t","_uint",0},
7244 { "_class_wxRealPoint","_wxRealPoint",0},
7245 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
7246 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
7247 { "_class_wxMenuItem","_wxMenuItem",0},
7248 { "_class_wxPaintEvent","_wxPaintEvent",0},
7249 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
7250 { "_class_wxPostScriptDC","_wxPostScriptDC",0},
7251 { "_wxPanel","_class_wxPanel",0},
7252 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
7253 { "_wxCheckBox","_class_wxCheckBox",0},
7254 { "_wxPyEvent","_class_wxPyEvent",0},
7255 { "_wxTextCtrl","_class_wxTextCtrl",0},
7256 { "_class_wxMask","_wxMask",0},
7257 { "_wxTextDataObject","_class_wxTextDataObject",0},
7258 { "_class_wxKeyEvent","_wxKeyEvent",0},
7259 { "_wxColour","_class_wxColour",0},
7260 { "_class_wxDialog","_wxDialog",0},
7261 { "_class_wxFileDataObject","_wxFileDataObject",0},
7262 { "_wxIdleEvent","_class_wxIdleEvent",0},
7263 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
7264 { "_class_wxDataObject","_wxDataObject",0},
7265 { "_wxStaticLine","_class_wxStaticLine",0},
7266 { "_wxBrush","_class_wxBrush",0},
7267 { "_wxDataFormat","_class_wxDataFormat",0},
7268 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
7269 { "_wxShowEvent","_class_wxShowEvent",0},
7270 { "_uint","_wxCoord",0},
7271 { "_uint","_wxPrintQuality",0},
7272 { "_uint","_size_t",0},
7273 { "_uint","_unsigned_int",0},
7274 { "_uint","_int",0},
7275 { "_uint","_wxWindowID",0},
7276 { "_wxPyValidator","_class_wxPyValidator",0},
7277 { "_class_wxEvent","_wxEvent",0},
7278 { "_wxCheckListBox","_class_wxCheckListBox",0},
7279 { "_wxRect","_class_wxRect",0},
7280 { "_wxCommandEvent","_class_wxCommandEvent",0},
7281 { "_wxSizeEvent","_class_wxSizeEvent",0},
7282 { "_wxPoint","_class_wxPoint",0},
7283 { "_class_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7284 { "_class_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7285 { "_class_wxButton","_wxButton",0},
7286 { "_wxRadioBox","_class_wxRadioBox",0},
7287 { "_wxBitmap","_class_wxBitmap",0},
7288 { "_wxPyTimer","_class_wxPyTimer",0},
7289 { "_wxWindowDC","_class_wxWindowDC",0},
7290 { "_wxScrollBar","_class_wxScrollBar",0},
7291 { "_wxSpinButton","_class_wxSpinButton",0},
7292 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
7293 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
7294 { "_class_wxValidator","_wxValidator",0},
7295 { "_class_wxPyEvent","_wxPyEvent",0},
7296 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
7297 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
7298 { "_wxDropTarget","_class_wxDropTarget",0},
7299 { "_class_wxStaticLine","_wxStaticLine",0},
7300 { "_wxScrollEvent","_class_wxScrollEvent",0},
7301 { "_EBool","_wxCoord",0},
7302 { "_EBool","_wxPrintQuality",0},
7303 { "_EBool","_signed_int",0},
7304 { "_EBool","_int",0},
7305 { "_EBool","_wxWindowID",0},
7306 { "_class_wxRegion","_wxRegion",0},
7307 { "_class_wxDataFormat","_wxDataFormat",0},
7308 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
7309 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
7310 { "_wxStaticText","_class_wxStaticText",0},
7311 { "_wxFont","_class_wxFont",0},
7312 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
7313 { "_wxCloseEvent","_class_wxCloseEvent",0},
7314 { "_unsigned_long","_wxDash",0},
7315 { "_unsigned_long","_long",0},
7316 { "_class_wxRect","_wxRect",0},
7317 { "_class_wxDC","_wxDC",0},
7318 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
7319 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
7320 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
7321 { "_class_wxPyTimer","_wxPyTimer",0},
7322 { "_wxFocusEvent","_class_wxFocusEvent",0},
7323 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
7324 { "_class_wxSpinButton","_wxSpinButton",0},
7325 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
7326 { "_class_wxPanel","_wxPanel",0},
7327 { "_class_wxCheckBox","_wxCheckBox",0},
7328 { "_wxComboBox","_class_wxComboBox",0},
7329 { "_wxRadioButton","_class_wxRadioButton",0},
7330 { "_signed_int","_wxCoord",0},
7331 { "_signed_int","_wxPrintQuality",0},
7332 { "_signed_int","_EBool",0},
7333 { "_signed_int","_wxWindowID",0},
7334 { "_signed_int","_int",0},
7335 { "_class_wxTextCtrl","_wxTextCtrl",0},
7336 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
7337 { "_class_wxTextDataObject","_wxTextDataObject",0},
7338 { "_wxMenu","_class_wxMenu",0},
7339 { "_class_wxMoveEvent","_wxMoveEvent",0},
7340 { "_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7341 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7342 { "_wxListBox","_class_wxListBox",0},
7343 { "_wxScreenDC","_class_wxScreenDC",0},
7344 { "_WXTYPE","_short",0},
7345 { "_WXTYPE","_signed_short",0},
7346 { "_WXTYPE","_unsigned_short",0},
7347 { "_class_wxDropTarget","_wxDropTarget",0},
7348 { "_class_wxBrush","_wxBrush",0},
7349 { "_unsigned_short","_WXTYPE",0},
7350 { "_unsigned_short","_short",0},
7351 { "_class_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7352 { "_class_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7353 { "_class_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7354 { "_class_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7355 { "_class_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7356 { "_class_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7357 { "_class_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7358 { "_class_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7359 { "_class_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7360 { "_class_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7361 { "_class_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7362 { "_class_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7363 { "_class_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7364 { "_class_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7365 { "_class_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7366 { "_class_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7367 { "_class_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7368 { "_class_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7369 { "_class_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7370 { "_class_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7371 { "_class_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7372 { "_class_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7373 { "_class_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7374 { "_class_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7375 { "_class_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7376 { "_class_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7377 { "_class_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7378 { "_class_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7379 { "_class_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7380 { "_class_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7381 { "_class_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7382 { "_class_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7383 { "_class_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7384 { "_class_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7385 { "_class_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7386 { "_class_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7387 { "_class_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7388 { "_class_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7389 { "_class_wxWindow","_wxWindow",0},
7390 { "_class_wxStaticText","_wxStaticText",0},
7391 { "_class_wxFont","_wxFont",0},
7392 { "_wxClipboard","_class_wxClipboard",0},
7393 { "_class_wxPyValidator","_wxPyValidator",0},
7394 { "_class_wxCloseEvent","_wxCloseEvent",0},
7395 { "_wxBusyInfo","_class_wxBusyInfo",0},
7396 { "_class_wxMenuEvent","_wxMenuEvent",0},
7397 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
7398 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
7399 { "_wxClientDC","_class_wxClientDC",0},
7400 { "_wxMouseEvent","_class_wxMouseEvent",0},
7401 { "_class_wxPoint","_wxPoint",0},
7402 { "_wxRealPoint","_class_wxRealPoint",0},
7403 { "_class_wxRadioBox","_wxRadioBox",0},
7404 { "_signed_short","_WXTYPE",0},
7405 { "_signed_short","_short",0},
7406 { "_wxMemoryDC","_class_wxMemoryDC",0},
7407 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
7408 { "_wxPaintDC","_class_wxPaintDC",0},
7409 { "_class_wxWindowDC","_wxWindowDC",0},
7410 { "_class_wxFocusEvent","_wxFocusEvent",0},
7411 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
7412 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
7413 { "_class_wxCursor","_wxCursor",0},
7414 { "_wxPostScriptDC","_class_wxPostScriptDC",0},
7415 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
7416 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
7417 { "_unsigned_char","_byte",0},
7418 { "_class_wxMenu","_wxMenu",0},
7419 { "_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7420 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7421 { "_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7422 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7423 { "_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7424 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7425 { "_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7426 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7427 { "_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7428 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7429 { "_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7430 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7431 { "_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7432 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7433 { "_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7434 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7435 { "_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7436 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7437 { "_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7438 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7439 { "_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7440 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7441 { "_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7442 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7443 { "_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7444 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7445 { "_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7446 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7447 { "_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7448 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7449 { "_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7450 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7451 { "_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7452 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7453 { "_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7454 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
7455 { "_wxControl","_class_wxControl",0},
7456 { "_class_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7457 { "_class_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7458 { "_class_wxListBox","_wxListBox",0},
7459 { "_unsigned_int","_wxCoord",0},
7460 { "_unsigned_int","_wxPrintQuality",0},
7461 { "_unsigned_int","_size_t",0},
7462 { "_unsigned_int","_uint",0},
7463 { "_unsigned_int","_wxWindowID",0},
7464 { "_unsigned_int","_int",0},
7465 { "_wxIcon","_class_wxIcon",0},
7466 { "_wxDialog","_class_wxDialog",0},
7467 { "_class_wxPen","_wxPen",0},
7468 { "_short","_WXTYPE",0},
7469 { "_short","_unsigned_short",0},
7470 { "_short","_signed_short",0},
7471 { "_class_wxStaticBox","_wxStaticBox",0},
7472 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
7473 { "_class_wxPyDropSource","_wxPyDropSource",0},
7474 { "_class_wxScrollEvent","_wxScrollEvent",0},
7475 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
7476 { "_class_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7477 { "_class_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7478 { "_class_wxChoice","_wxChoice",0},
7479 { "_class_wxSlider","_wxSlider",0},
7480 { "_class_wxImageList","_wxImageList",0},
7481 { "_class_wxBitmapButton","_wxBitmapButton",0},
7482 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
7483 { "_wxWindowID","_wxCoord",0},
7484 { "_wxWindowID","_wxPrintQuality",0},
7485 { "_wxWindowID","_size_t",0},
7486 { "_wxWindowID","_EBool",0},
7487 { "_wxWindowID","_uint",0},
7488 { "_wxWindowID","_int",0},
7489 { "_wxWindowID","_signed_int",0},
7490 { "_wxWindowID","_unsigned_int",0},
7491 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
7492 { "_int","_wxCoord",0},
7493 { "_int","_wxPrintQuality",0},
7494 { "_int","_size_t",0},
7495 { "_int","_EBool",0},
7496 { "_int","_uint",0},
7497 { "_int","_wxWindowID",0},
7498 { "_int","_unsigned_int",0},
7499 { "_int","_signed_int",0},
7500 { "_class_wxMouseEvent","_wxMouseEvent",0},
7501 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
7502 { "_class_wxSpinEvent","_wxSpinEvent",0},
7503 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
7504 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
7505 { "_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7506 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7507 { "_wxButton","_class_wxButton",0},
7508 { "_wxSize","_class_wxSize",0},
7509 { "_wxRegionIterator","_class_wxRegionIterator",0},
7510 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
7511 { "_class_wxPaintDC","_wxPaintDC",0},
7512 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
7513 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
7514 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
7515 { "_class_wxComboBox","_wxComboBox",0},
7516 { "_class_wxRadioButton","_wxRadioButton",0},
7517 { "_wxValidator","_class_wxValidator",0},
7518 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
7519 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
7520 { "_class_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7521 { "_class_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7522 { "_class_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7523 { "_class_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7524 { "_class_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7525 { "_class_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7526 { "_class_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7527 { "_class_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7528 { "_class_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7529 { "_class_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7530 { "_class_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7531 { "_class_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7532 { "_class_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7533 { "_class_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7534 { "_class_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7535 { "_class_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7536 { "_class_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7537 { "_class_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7538 { "_class_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7539 { "_class_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7540 { "_class_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7541 { "_class_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7542 { "_class_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7543 { "_class_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7544 { "_class_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7545 { "_class_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7546 { "_class_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7547 { "_class_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7548 { "_class_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7549 { "_class_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7550 { "_class_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7551 { "_class_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7552 { "_class_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7553 { "_class_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7554 { "_class_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7555 { "_class_wxControl","_wxButton",SwigwxButtonTowxControl
},
7556 { "_class_wxControl","_wxControl",0},
7557 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
7558 { "_class_wxIcon","_wxIcon",0},
7559 { "_class_wxColour","_wxColour",0},
7560 { "_class_wxScreenDC","_wxScreenDC",0},
7561 { "_wxPalette","_class_wxPalette",0},
7562 { "_class_wxIdleEvent","_wxIdleEvent",0},
7563 { "_wxCoord","_int",0},
7564 { "_wxCoord","_signed_int",0},
7565 { "_wxCoord","_unsigned_int",0},
7566 { "_wxCoord","_wxWindowID",0},
7567 { "_wxCoord","_uint",0},
7568 { "_wxCoord","_EBool",0},
7569 { "_wxCoord","_size_t",0},
7570 { "_wxCoord","_wxPrintQuality",0},
7571 { "_wxEraseEvent","_class_wxEraseEvent",0},
7572 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
7573 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
7574 { "_wxRegion","_class_wxRegion",0},
7575 { "_class_wxShowEvent","_wxShowEvent",0},
7576 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
7577 { "_wxActivateEvent","_class_wxActivateEvent",0},
7578 { "_wxGauge","_class_wxGauge",0},
7579 { "_class_wxCheckListBox","_wxCheckListBox",0},
7580 { "_class_wxBusyInfo","_wxBusyInfo",0},
7581 { "_class_wxCommandEvent","_wxCommandEvent",0},
7582 { "_class_wxClientDC","_wxClientDC",0},
7583 { "_class_wxSizeEvent","_wxSizeEvent",0},
7584 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
7585 { "_class_wxSize","_wxSize",0},
7586 { "_class_wxBitmap","_wxBitmap",0},
7587 { "_class_wxMemoryDC","_wxMemoryDC",0},
7588 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
7589 { "_wxMenuBar","_class_wxMenuBar",0},
7590 { "_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7591 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7592 { "_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7593 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7594 { "_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7595 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7596 { "_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7597 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7598 { "_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7599 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7600 { "_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7601 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7602 { "_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7603 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7604 { "_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7605 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7606 { "_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7607 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7608 { "_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7609 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7610 { "_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7611 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7612 { "_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7613 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7614 { "_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7615 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7616 { "_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7617 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7618 { "_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7619 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7620 { "_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7621 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7622 { "_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7623 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7624 { "_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7625 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7626 { "_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7627 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7628 { "_wxEvtHandler","_class_wxEvtHandler",0},
7629 { "_wxMenuItem","_class_wxMenuItem",0},
7630 { "_class_wxScrollBar","_wxScrollBar",0},
7631 { "_wxDash","_unsigned_long",0},
7632 { "_wxDash","_long",0},
7633 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
7634 { "_wxKeyEvent","_class_wxKeyEvent",0},
7635 { "_wxMoveEvent","_class_wxMoveEvent",0},
7636 { "_class_wxPalette","_wxPalette",0},
7637 { "_wxFileDataObject","_class_wxFileDataObject",0},
7638 { "_class_wxEraseEvent","_wxEraseEvent",0},
7639 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
7640 { "_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7641 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7642 { "_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7643 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7644 { "_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7645 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7646 { "_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7647 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7648 { "_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7649 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7650 { "_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7651 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7652 { "_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7653 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7654 { "_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7655 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7656 { "_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7657 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7658 { "_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7659 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7660 { "_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7661 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7662 { "_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7663 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7664 { "_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7665 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7666 { "_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7667 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7668 { "_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7669 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7670 { "_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7671 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7672 { "_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7673 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7674 { "_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7675 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7676 { "_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7677 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7678 { "_wxWindow","_class_wxWindow",0},
7679 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
7682 static PyObject
*SWIG_globals
;
7686 SWIGEXPORT(void) initcontrolsc() {
7688 SWIG_globals
= SWIG_newvarlink();
7689 m
= Py_InitModule("controlsc", controlscMethods
);
7690 d
= PyModule_GetDict(m
);
7691 PyDict_SetItemString(d
,"cvar", SWIG_globals
);
7692 SWIG_addvarlink(SWIG_globals
,"wxDefaultValidator",_wrap_wxDefaultValidator_get
, _wrap_wxDefaultValidator_set
);
7695 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
7696 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);