2 * FILE : gtk/controls.cpp
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Patch 6)
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
);
121 extern byte
* byte_LIST_helper(PyObject
* source
);
122 extern int* int_LIST_helper(PyObject
* source
);
123 extern long* long_LIST_helper(PyObject
* source
);
124 extern char** string_LIST_helper(PyObject
* source
);
125 extern wxPoint
* wxPoint_LIST_helper(PyObject
* source
);
126 extern wxBitmap
** wxBitmap_LIST_helper(PyObject
* source
);
127 extern wxString
* wxString_LIST_helper(PyObject
* source
);
128 extern wxAcceleratorEntry
* wxAcceleratorEntry_LIST_helper(PyObject
* source
);
131 static char* wxStringErrorMsg
= "string type is required for parameter";
133 wxValidator wxPyDefaultValidator
; // Non-const default because of SWIG
137 static void *SwigwxControlTowxWindow(void *ptr
) {
140 src
= (wxControl
*) ptr
;
141 dest
= (wxWindow
*) src
;
142 return (void *) dest
;
145 static void *SwigwxControlTowxEvtHandler(void *ptr
) {
148 src
= (wxControl
*) ptr
;
149 dest
= (wxEvtHandler
*) src
;
150 return (void *) dest
;
153 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
154 static PyObject
*_wrap_wxControl_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
155 PyObject
* _resultobj
;
158 PyObject
* _argo0
= 0;
159 char *_kwnames
[] = { "self", NULL
};
162 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControl_GetLabel",_kwnames
,&_argo0
))
165 if (_argo0
== Py_None
) { _arg0
= NULL
; }
166 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
167 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
172 wxPy_BEGIN_ALLOW_THREADS
;
173 _result
= new wxString (wxControl_GetLabel(_arg0
));
175 wxPy_END_ALLOW_THREADS
;
177 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
185 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
186 static PyObject
*_wrap_wxControl_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
187 PyObject
* _resultobj
;
190 PyObject
* _argo0
= 0;
191 PyObject
* _obj1
= 0;
192 char *_kwnames
[] = { "self","label", NULL
};
195 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_SetLabel",_kwnames
,&_argo0
,&_obj1
))
198 if (_argo0
== Py_None
) { _arg0
= NULL
; }
199 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
200 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
205 if (!PyString_Check(_obj1
)) {
206 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
209 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
212 wxPy_BEGIN_ALLOW_THREADS
;
213 wxControl_SetLabel(_arg0
,*_arg1
);
215 wxPy_END_ALLOW_THREADS
;
216 } Py_INCREF(Py_None
);
217 _resultobj
= Py_None
;
225 static void *SwigwxButtonTowxControl(void *ptr
) {
228 src
= (wxButton
*) ptr
;
229 dest
= (wxControl
*) src
;
230 return (void *) dest
;
233 static void *SwigwxButtonTowxWindow(void *ptr
) {
236 src
= (wxButton
*) ptr
;
237 dest
= (wxWindow
*) src
;
238 return (void *) dest
;
241 static void *SwigwxButtonTowxEvtHandler(void *ptr
) {
244 src
= (wxButton
*) ptr
;
245 dest
= (wxEvtHandler
*) src
;
246 return (void *) dest
;
249 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
250 static PyObject
*_wrap_new_wxButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
251 PyObject
* _resultobj
;
256 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
257 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
258 long _arg5
= (long ) 0;
259 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
260 char * _arg7
= (char *) "button";
261 PyObject
* _argo0
= 0;
262 PyObject
* _obj2
= 0;
263 PyObject
* _argo3
= 0;
264 PyObject
* _argo4
= 0;
265 PyObject
* _argo6
= 0;
266 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
270 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_argo3
,&_argo4
,&_arg5
,&_argo6
,&_arg7
))
273 if (_argo0
== Py_None
) { _arg0
= NULL
; }
274 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
275 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
280 if (!PyString_Check(_obj2
)) {
281 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
284 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
287 if (_argo3
== Py_None
) { _arg3
= NULL
; }
288 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
289 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxButton. Expected _wxPoint_p.");
294 if (_argo4
== Py_None
) { _arg4
= NULL
; }
295 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
296 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxButton. Expected _wxSize_p.");
301 if (_argo6
== Py_None
) { _arg6
= NULL
; }
302 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
303 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
308 wxPy_BEGIN_ALLOW_THREADS
;
309 _result
= (wxButton
*)new_wxButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
311 wxPy_END_ALLOW_THREADS
;
313 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
314 _resultobj
= Py_BuildValue("s",_ptemp
);
317 _resultobj
= Py_None
;
326 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
327 static PyObject
*_wrap_wxButton_SetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
328 PyObject
* _resultobj
;
330 PyObject
* _argo0
= 0;
331 char *_kwnames
[] = { "self", NULL
};
334 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxButton_SetDefault",_kwnames
,&_argo0
))
337 if (_argo0
== Py_None
) { _arg0
= NULL
; }
338 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
339 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
344 wxPy_BEGIN_ALLOW_THREADS
;
345 wxButton_SetDefault(_arg0
);
347 wxPy_END_ALLOW_THREADS
;
348 } Py_INCREF(Py_None
);
349 _resultobj
= Py_None
;
353 static void *SwigwxBitmapButtonTowxButton(void *ptr
) {
356 src
= (wxBitmapButton
*) ptr
;
357 dest
= (wxButton
*) src
;
358 return (void *) dest
;
361 static void *SwigwxBitmapButtonTowxControl(void *ptr
) {
364 src
= (wxBitmapButton
*) ptr
;
365 dest
= (wxControl
*) src
;
366 return (void *) dest
;
369 static void *SwigwxBitmapButtonTowxWindow(void *ptr
) {
372 src
= (wxBitmapButton
*) ptr
;
373 dest
= (wxWindow
*) src
;
374 return (void *) dest
;
377 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr
) {
380 src
= (wxBitmapButton
*) ptr
;
381 dest
= (wxEvtHandler
*) src
;
382 return (void *) dest
;
385 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
386 static PyObject
*_wrap_new_wxBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
387 PyObject
* _resultobj
;
388 wxBitmapButton
* _result
;
392 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
393 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
394 long _arg5
= (long ) wxBU_AUTODRAW
;
395 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
396 char * _arg7
= (char *) "button";
397 PyObject
* _argo0
= 0;
398 PyObject
* _argo2
= 0;
399 PyObject
* _argo3
= 0;
400 PyObject
* _argo4
= 0;
401 PyObject
* _argo6
= 0;
402 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL
};
406 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxBitmapButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_argo4
,&_arg5
,&_argo6
,&_arg7
))
409 if (_argo0
== Py_None
) { _arg0
= NULL
; }
410 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
411 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
416 if (_argo2
== Py_None
) { _arg2
= NULL
; }
417 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
418 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
423 if (_argo3
== Py_None
) { _arg3
= NULL
; }
424 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
425 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxBitmapButton. Expected _wxPoint_p.");
430 if (_argo4
== Py_None
) { _arg4
= NULL
; }
431 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
432 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxBitmapButton. Expected _wxSize_p.");
437 if (_argo6
== Py_None
) { _arg6
= NULL
; }
438 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
439 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
444 wxPy_BEGIN_ALLOW_THREADS
;
445 _result
= (wxBitmapButton
*)new_wxBitmapButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
447 wxPy_END_ALLOW_THREADS
;
449 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
450 _resultobj
= Py_BuildValue("s",_ptemp
);
453 _resultobj
= Py_None
;
458 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
459 static PyObject
*_wrap_wxBitmapButton_GetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
460 PyObject
* _resultobj
;
462 wxBitmapButton
* _arg0
;
463 PyObject
* _argo0
= 0;
464 char *_kwnames
[] = { "self", NULL
};
468 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapLabel",_kwnames
,&_argo0
))
471 if (_argo0
== Py_None
) { _arg0
= NULL
; }
472 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
473 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
478 wxPy_BEGIN_ALLOW_THREADS
;
479 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapLabel(_arg0
);
480 _result
= (wxBitmap
*) &_result_ref
;
482 wxPy_END_ALLOW_THREADS
;
484 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
485 _resultobj
= Py_BuildValue("s",_ptemp
);
488 _resultobj
= Py_None
;
493 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
494 static PyObject
*_wrap_wxBitmapButton_GetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
495 PyObject
* _resultobj
;
497 wxBitmapButton
* _arg0
;
498 PyObject
* _argo0
= 0;
499 char *_kwnames
[] = { "self", NULL
};
503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapDisabled",_kwnames
,&_argo0
))
506 if (_argo0
== Py_None
) { _arg0
= NULL
; }
507 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
508 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
513 wxPy_BEGIN_ALLOW_THREADS
;
514 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapDisabled(_arg0
);
515 _result
= (wxBitmap
*) &_result_ref
;
517 wxPy_END_ALLOW_THREADS
;
519 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
520 _resultobj
= Py_BuildValue("s",_ptemp
);
523 _resultobj
= Py_None
;
528 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
529 static PyObject
*_wrap_wxBitmapButton_GetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
530 PyObject
* _resultobj
;
532 wxBitmapButton
* _arg0
;
533 PyObject
* _argo0
= 0;
534 char *_kwnames
[] = { "self", NULL
};
538 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapFocus",_kwnames
,&_argo0
))
541 if (_argo0
== Py_None
) { _arg0
= NULL
; }
542 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
543 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
548 wxPy_BEGIN_ALLOW_THREADS
;
549 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapFocus(_arg0
);
550 _result
= (wxBitmap
*) &_result_ref
;
552 wxPy_END_ALLOW_THREADS
;
554 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
555 _resultobj
= Py_BuildValue("s",_ptemp
);
558 _resultobj
= Py_None
;
563 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
564 static PyObject
*_wrap_wxBitmapButton_GetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
565 PyObject
* _resultobj
;
567 wxBitmapButton
* _arg0
;
568 PyObject
* _argo0
= 0;
569 char *_kwnames
[] = { "self", NULL
};
573 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapSelected",_kwnames
,&_argo0
))
576 if (_argo0
== Py_None
) { _arg0
= NULL
; }
577 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
578 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
583 wxPy_BEGIN_ALLOW_THREADS
;
584 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapSelected(_arg0
);
585 _result
= (wxBitmap
*) &_result_ref
;
587 wxPy_END_ALLOW_THREADS
;
589 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
590 _resultobj
= Py_BuildValue("s",_ptemp
);
593 _resultobj
= Py_None
;
598 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
599 static PyObject
*_wrap_wxBitmapButton_SetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
600 PyObject
* _resultobj
;
601 wxBitmapButton
* _arg0
;
603 PyObject
* _argo0
= 0;
604 PyObject
* _argo1
= 0;
605 char *_kwnames
[] = { "self","bitmap", NULL
};
608 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames
,&_argo0
,&_argo1
))
611 if (_argo0
== Py_None
) { _arg0
= NULL
; }
612 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
613 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
618 if (_argo1
== Py_None
) { _arg1
= NULL
; }
619 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
620 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
625 wxPy_BEGIN_ALLOW_THREADS
;
626 wxBitmapButton_SetBitmapDisabled(_arg0
,*_arg1
);
628 wxPy_END_ALLOW_THREADS
;
629 } Py_INCREF(Py_None
);
630 _resultobj
= Py_None
;
634 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
635 static PyObject
*_wrap_wxBitmapButton_SetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
636 PyObject
* _resultobj
;
637 wxBitmapButton
* _arg0
;
639 PyObject
* _argo0
= 0;
640 PyObject
* _argo1
= 0;
641 char *_kwnames
[] = { "self","bitmap", NULL
};
644 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapFocus",_kwnames
,&_argo0
,&_argo1
))
647 if (_argo0
== Py_None
) { _arg0
= NULL
; }
648 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
649 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
654 if (_argo1
== Py_None
) { _arg1
= NULL
; }
655 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
656 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
661 wxPy_BEGIN_ALLOW_THREADS
;
662 wxBitmapButton_SetBitmapFocus(_arg0
,*_arg1
);
664 wxPy_END_ALLOW_THREADS
;
665 } Py_INCREF(Py_None
);
666 _resultobj
= Py_None
;
670 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
671 static PyObject
*_wrap_wxBitmapButton_SetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
672 PyObject
* _resultobj
;
673 wxBitmapButton
* _arg0
;
675 PyObject
* _argo0
= 0;
676 PyObject
* _argo1
= 0;
677 char *_kwnames
[] = { "self","bitmap", NULL
};
680 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapSelected",_kwnames
,&_argo0
,&_argo1
))
683 if (_argo0
== Py_None
) { _arg0
= NULL
; }
684 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
685 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
690 if (_argo1
== Py_None
) { _arg1
= NULL
; }
691 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
692 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
697 wxPy_BEGIN_ALLOW_THREADS
;
698 wxBitmapButton_SetBitmapSelected(_arg0
,*_arg1
);
700 wxPy_END_ALLOW_THREADS
;
701 } Py_INCREF(Py_None
);
702 _resultobj
= Py_None
;
706 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
707 static PyObject
*_wrap_wxBitmapButton_SetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
708 PyObject
* _resultobj
;
709 wxBitmapButton
* _arg0
;
711 PyObject
* _argo0
= 0;
712 PyObject
* _argo1
= 0;
713 char *_kwnames
[] = { "self","bitmap", NULL
};
716 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapLabel",_kwnames
,&_argo0
,&_argo1
))
719 if (_argo0
== Py_None
) { _arg0
= NULL
; }
720 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
721 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
726 if (_argo1
== Py_None
) { _arg1
= NULL
; }
727 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
728 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
733 wxPy_BEGIN_ALLOW_THREADS
;
734 wxBitmapButton_SetBitmapLabel(_arg0
,*_arg1
);
736 wxPy_END_ALLOW_THREADS
;
737 } Py_INCREF(Py_None
);
738 _resultobj
= Py_None
;
742 static void *SwigwxCheckBoxTowxControl(void *ptr
) {
745 src
= (wxCheckBox
*) ptr
;
746 dest
= (wxControl
*) src
;
747 return (void *) dest
;
750 static void *SwigwxCheckBoxTowxWindow(void *ptr
) {
753 src
= (wxCheckBox
*) ptr
;
754 dest
= (wxWindow
*) src
;
755 return (void *) dest
;
758 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr
) {
761 src
= (wxCheckBox
*) ptr
;
762 dest
= (wxEvtHandler
*) src
;
763 return (void *) dest
;
766 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
767 static PyObject
*_wrap_new_wxCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
768 PyObject
* _resultobj
;
769 wxCheckBox
* _result
;
773 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
774 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
775 long _arg5
= (long ) 0;
776 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
777 char * _arg7
= (char *) "checkBox";
778 PyObject
* _argo0
= 0;
779 PyObject
* _obj2
= 0;
780 PyObject
* _argo3
= 0;
781 PyObject
* _argo4
= 0;
782 PyObject
* _argo6
= 0;
783 char *_kwnames
[] = { "parent","id","label","pos","size","style","val","name", NULL
};
787 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxCheckBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_argo3
,&_argo4
,&_arg5
,&_argo6
,&_arg7
))
790 if (_argo0
== Py_None
) { _arg0
= NULL
; }
791 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
792 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
797 if (!PyString_Check(_obj2
)) {
798 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
801 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
804 if (_argo3
== Py_None
) { _arg3
= NULL
; }
805 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
806 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxCheckBox. Expected _wxPoint_p.");
811 if (_argo4
== Py_None
) { _arg4
= NULL
; }
812 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
813 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxCheckBox. Expected _wxSize_p.");
818 if (_argo6
== Py_None
) { _arg6
= NULL
; }
819 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
820 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
825 wxPy_BEGIN_ALLOW_THREADS
;
826 _result
= (wxCheckBox
*)new_wxCheckBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
828 wxPy_END_ALLOW_THREADS
;
830 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
831 _resultobj
= Py_BuildValue("s",_ptemp
);
834 _resultobj
= Py_None
;
843 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
844 static PyObject
*_wrap_wxCheckBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
845 PyObject
* _resultobj
;
848 PyObject
* _argo0
= 0;
849 char *_kwnames
[] = { "self", NULL
};
852 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_GetValue",_kwnames
,&_argo0
))
855 if (_argo0
== Py_None
) { _arg0
= NULL
; }
856 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
857 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
862 wxPy_BEGIN_ALLOW_THREADS
;
863 _result
= (bool )wxCheckBox_GetValue(_arg0
);
865 wxPy_END_ALLOW_THREADS
;
866 } _resultobj
= Py_BuildValue("i",_result
);
870 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
871 static PyObject
*_wrap_wxCheckBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
872 PyObject
* _resultobj
;
875 PyObject
* _argo0
= 0;
877 char *_kwnames
[] = { "self","state", NULL
};
880 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_SetValue",_kwnames
,&_argo0
,&tempbool1
))
883 if (_argo0
== Py_None
) { _arg0
= NULL
; }
884 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
885 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
889 _arg1
= (bool ) tempbool1
;
891 wxPy_BEGIN_ALLOW_THREADS
;
892 wxCheckBox_SetValue(_arg0
,_arg1
);
894 wxPy_END_ALLOW_THREADS
;
895 } Py_INCREF(Py_None
);
896 _resultobj
= Py_None
;
900 static void *SwigwxChoiceTowxControl(void *ptr
) {
903 src
= (wxChoice
*) ptr
;
904 dest
= (wxControl
*) src
;
905 return (void *) dest
;
908 static void *SwigwxChoiceTowxWindow(void *ptr
) {
911 src
= (wxChoice
*) ptr
;
912 dest
= (wxWindow
*) src
;
913 return (void *) dest
;
916 static void *SwigwxChoiceTowxEvtHandler(void *ptr
) {
919 src
= (wxChoice
*) ptr
;
920 dest
= (wxEvtHandler
*) src
;
921 return (void *) dest
;
924 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
925 static PyObject
*_wrap_new_wxChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
926 PyObject
* _resultobj
;
930 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
931 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
932 int _arg4
= (int ) 0;
933 wxString
* _arg5
= (wxString
*) NULL
;
934 long _arg6
= (long ) 0;
935 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
936 char * _arg8
= (char *) "choice";
937 PyObject
* _argo0
= 0;
938 PyObject
* _argo2
= 0;
939 PyObject
* _argo3
= 0;
940 PyObject
* _obj5
= 0;
941 PyObject
* _argo7
= 0;
942 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
946 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxChoice",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
949 if (_argo0
== Py_None
) { _arg0
= NULL
; }
950 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
951 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
956 if (_argo2
== Py_None
) { _arg2
= NULL
; }
957 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxPoint_p")) {
958 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxChoice. Expected _wxPoint_p.");
963 if (_argo3
== Py_None
) { _arg3
= NULL
; }
964 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxSize_p")) {
965 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxChoice. Expected _wxSize_p.");
971 _arg5
= wxString_LIST_helper(_obj5
);
977 if (_argo7
== Py_None
) { _arg7
= NULL
; }
978 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
985 _arg4
= PyList_Size(_obj5
);
992 wxPy_BEGIN_ALLOW_THREADS
;
993 _result
= (wxChoice
*)new_wxChoice(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
995 wxPy_END_ALLOW_THREADS
;
997 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
998 _resultobj
= Py_BuildValue("s",_ptemp
);
1001 _resultobj
= Py_None
;
1009 #define wxChoice_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1010 static PyObject
*_wrap_wxChoice_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1011 PyObject
* _resultobj
;
1014 PyObject
* _argo0
= 0;
1015 PyObject
* _obj1
= 0;
1016 char *_kwnames
[] = { "self","item", NULL
};
1019 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_Append",_kwnames
,&_argo0
,&_obj1
))
1022 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1023 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1024 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Append. Expected _wxChoice_p.");
1029 if (!PyString_Check(_obj1
)) {
1030 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1033 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1036 wxPy_BEGIN_ALLOW_THREADS
;
1037 wxChoice_Append(_arg0
,*_arg1
);
1039 wxPy_END_ALLOW_THREADS
;
1040 } Py_INCREF(Py_None
);
1041 _resultobj
= Py_None
;
1049 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
1050 static PyObject
*_wrap_wxChoice_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1051 PyObject
* _resultobj
;
1053 PyObject
* _argo0
= 0;
1054 char *_kwnames
[] = { "self", NULL
};
1057 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Clear",_kwnames
,&_argo0
))
1060 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1061 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1062 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
1067 wxPy_BEGIN_ALLOW_THREADS
;
1068 wxChoice_Clear(_arg0
);
1070 wxPy_END_ALLOW_THREADS
;
1071 } Py_INCREF(Py_None
);
1072 _resultobj
= Py_None
;
1076 #define wxChoice_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1077 static PyObject
*_wrap_wxChoice_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1078 PyObject
* _resultobj
;
1082 PyObject
* _argo0
= 0;
1083 PyObject
* _obj1
= 0;
1084 char *_kwnames
[] = { "self","string", NULL
};
1087 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_FindString",_kwnames
,&_argo0
,&_obj1
))
1090 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1091 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1092 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_FindString. Expected _wxChoice_p.");
1097 if (!PyString_Check(_obj1
)) {
1098 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1101 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1104 wxPy_BEGIN_ALLOW_THREADS
;
1105 _result
= (int )wxChoice_FindString(_arg0
,*_arg1
);
1107 wxPy_END_ALLOW_THREADS
;
1108 } _resultobj
= Py_BuildValue("i",_result
);
1116 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
1117 static PyObject
*_wrap_wxChoice_GetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1118 PyObject
* _resultobj
;
1121 PyObject
* _argo0
= 0;
1122 char *_kwnames
[] = { "self", NULL
};
1125 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetColumns",_kwnames
,&_argo0
))
1128 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1129 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1130 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
1135 wxPy_BEGIN_ALLOW_THREADS
;
1136 _result
= (int )wxChoice_GetColumns(_arg0
);
1138 wxPy_END_ALLOW_THREADS
;
1139 } _resultobj
= Py_BuildValue("i",_result
);
1143 #define wxChoice_GetSelection(_swigobj) (_swigobj->GetSelection())
1144 static PyObject
*_wrap_wxChoice_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1145 PyObject
* _resultobj
;
1148 PyObject
* _argo0
= 0;
1149 char *_kwnames
[] = { "self", NULL
};
1152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetSelection",_kwnames
,&_argo0
))
1155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetSelection. Expected _wxChoice_p.");
1162 wxPy_BEGIN_ALLOW_THREADS
;
1163 _result
= (int )wxChoice_GetSelection(_arg0
);
1165 wxPy_END_ALLOW_THREADS
;
1166 } _resultobj
= Py_BuildValue("i",_result
);
1170 #define wxChoice_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
1171 static PyObject
*_wrap_wxChoice_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1172 PyObject
* _resultobj
;
1176 PyObject
* _argo0
= 0;
1177 char *_kwnames
[] = { "self","n", NULL
};
1180 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_GetString",_kwnames
,&_argo0
,&_arg1
))
1183 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1184 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1185 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetString. Expected _wxChoice_p.");
1190 wxPy_BEGIN_ALLOW_THREADS
;
1191 _result
= new wxString (wxChoice_GetString(_arg0
,_arg1
));
1193 wxPy_END_ALLOW_THREADS
;
1195 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1203 #define wxChoice_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1204 static PyObject
*_wrap_wxChoice_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1205 PyObject
* _resultobj
;
1208 PyObject
* _argo0
= 0;
1209 char *_kwnames
[] = { "self", NULL
};
1212 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetStringSelection",_kwnames
,&_argo0
))
1215 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1216 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1217 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetStringSelection. Expected _wxChoice_p.");
1222 wxPy_BEGIN_ALLOW_THREADS
;
1223 _result
= new wxString (wxChoice_GetStringSelection(_arg0
));
1225 wxPy_END_ALLOW_THREADS
;
1227 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1235 #define wxChoice_Number(_swigobj) (_swigobj->Number())
1236 static PyObject
*_wrap_wxChoice_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1237 PyObject
* _resultobj
;
1240 PyObject
* _argo0
= 0;
1241 char *_kwnames
[] = { "self", NULL
};
1244 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Number",_kwnames
,&_argo0
))
1247 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1248 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1249 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Number. Expected _wxChoice_p.");
1254 wxPy_BEGIN_ALLOW_THREADS
;
1255 _result
= (int )wxChoice_Number(_arg0
);
1257 wxPy_END_ALLOW_THREADS
;
1258 } _resultobj
= Py_BuildValue("i",_result
);
1262 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
1263 static PyObject
*_wrap_wxChoice_SetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1264 PyObject
* _resultobj
;
1266 int _arg1
= (int ) 1;
1267 PyObject
* _argo0
= 0;
1268 char *_kwnames
[] = { "self","n", NULL
};
1271 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|i:wxChoice_SetColumns",_kwnames
,&_argo0
,&_arg1
))
1274 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1275 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1276 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
1281 wxPy_BEGIN_ALLOW_THREADS
;
1282 wxChoice_SetColumns(_arg0
,_arg1
);
1284 wxPy_END_ALLOW_THREADS
;
1285 } Py_INCREF(Py_None
);
1286 _resultobj
= Py_None
;
1290 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
1291 static PyObject
*_wrap_wxChoice_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1292 PyObject
* _resultobj
;
1295 PyObject
* _argo0
= 0;
1296 char *_kwnames
[] = { "self","n", NULL
};
1299 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_SetSelection",_kwnames
,&_argo0
,&_arg1
))
1302 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1303 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1304 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
1309 wxPy_BEGIN_ALLOW_THREADS
;
1310 wxChoice_SetSelection(_arg0
,_arg1
);
1312 wxPy_END_ALLOW_THREADS
;
1313 } Py_INCREF(Py_None
);
1314 _resultobj
= Py_None
;
1318 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
1319 static PyObject
*_wrap_wxChoice_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1320 PyObject
* _resultobj
;
1323 PyObject
* _argo0
= 0;
1324 PyObject
* _obj1
= 0;
1325 char *_kwnames
[] = { "self","string", NULL
};
1328 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
1331 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1332 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1333 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
1338 if (!PyString_Check(_obj1
)) {
1339 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1342 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1345 wxPy_BEGIN_ALLOW_THREADS
;
1346 wxChoice_SetStringSelection(_arg0
,*_arg1
);
1348 wxPy_END_ALLOW_THREADS
;
1349 } Py_INCREF(Py_None
);
1350 _resultobj
= Py_None
;
1358 static void *SwigwxComboBoxTowxChoice(void *ptr
) {
1361 src
= (wxComboBox
*) ptr
;
1362 dest
= (wxChoice
*) src
;
1363 return (void *) dest
;
1366 static void *SwigwxComboBoxTowxControl(void *ptr
) {
1369 src
= (wxComboBox
*) ptr
;
1370 dest
= (wxControl
*) src
;
1371 return (void *) dest
;
1374 static void *SwigwxComboBoxTowxWindow(void *ptr
) {
1377 src
= (wxComboBox
*) ptr
;
1378 dest
= (wxWindow
*) src
;
1379 return (void *) dest
;
1382 static void *SwigwxComboBoxTowxEvtHandler(void *ptr
) {
1385 src
= (wxComboBox
*) ptr
;
1386 dest
= (wxEvtHandler
*) src
;
1387 return (void *) dest
;
1390 #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))
1391 static PyObject
*_wrap_new_wxComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1392 PyObject
* _resultobj
;
1393 wxComboBox
* _result
;
1396 char * _arg2
= (char *) "";
1397 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
1398 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
1399 int _arg5
= (int ) 0;
1400 wxString
* _arg6
= (wxString
*) NULL
;
1401 long _arg7
= (long ) 0;
1402 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
1403 char * _arg9
= (char *) "comboBox";
1404 PyObject
* _argo0
= 0;
1405 PyObject
* _argo3
= 0;
1406 PyObject
* _argo4
= 0;
1407 PyObject
* _obj6
= 0;
1408 PyObject
* _argo8
= 0;
1409 char *_kwnames
[] = { "parent","id","value","pos","size","LIST","style","validator","name", NULL
};
1413 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOOlOs:new_wxComboBox",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_argo3
,&_argo4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
1416 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1417 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1418 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
1423 if (_argo3
== Py_None
) { _arg3
= NULL
; }
1424 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
1425 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxComboBox. Expected _wxPoint_p.");
1430 if (_argo4
== Py_None
) { _arg4
= NULL
; }
1431 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
1432 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxComboBox. Expected _wxSize_p.");
1438 _arg6
= wxString_LIST_helper(_obj6
);
1439 if (_arg6
== NULL
) {
1444 if (_argo8
== Py_None
) { _arg8
= NULL
; }
1445 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
1446 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
1452 _arg5
= PyList_Size(_obj6
);
1459 wxPy_BEGIN_ALLOW_THREADS
;
1460 _result
= (wxComboBox
*)new_wxComboBox(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
1462 wxPy_END_ALLOW_THREADS
;
1464 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
1465 _resultobj
= Py_BuildValue("s",_ptemp
);
1468 _resultobj
= Py_None
;
1476 #define wxComboBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1477 static PyObject
*_wrap_wxComboBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1478 PyObject
* _resultobj
;
1481 PyObject
* _argo0
= 0;
1482 PyObject
* _obj1
= 0;
1483 char *_kwnames
[] = { "self","item", NULL
};
1486 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_Append",_kwnames
,&_argo0
,&_obj1
))
1489 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1490 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1491 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Append. Expected _wxComboBox_p.");
1496 if (!PyString_Check(_obj1
)) {
1497 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1500 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1503 wxPy_BEGIN_ALLOW_THREADS
;
1504 wxComboBox_Append(_arg0
,*_arg1
);
1506 wxPy_END_ALLOW_THREADS
;
1507 } Py_INCREF(Py_None
);
1508 _resultobj
= Py_None
;
1516 #define wxComboBox_Clear(_swigobj) (_swigobj->Clear())
1517 static PyObject
*_wrap_wxComboBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1518 PyObject
* _resultobj
;
1520 PyObject
* _argo0
= 0;
1521 char *_kwnames
[] = { "self", NULL
};
1524 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Clear",_kwnames
,&_argo0
))
1527 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1528 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1529 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Clear. Expected _wxComboBox_p.");
1534 wxPy_BEGIN_ALLOW_THREADS
;
1535 wxComboBox_Clear(_arg0
);
1537 wxPy_END_ALLOW_THREADS
;
1538 } Py_INCREF(Py_None
);
1539 _resultobj
= Py_None
;
1543 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
1544 static PyObject
*_wrap_wxComboBox_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1545 PyObject
* _resultobj
;
1547 PyObject
* _argo0
= 0;
1548 char *_kwnames
[] = { "self", NULL
};
1551 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Copy",_kwnames
,&_argo0
))
1554 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1555 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1556 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
1561 wxPy_BEGIN_ALLOW_THREADS
;
1562 wxComboBox_Copy(_arg0
);
1564 wxPy_END_ALLOW_THREADS
;
1565 } Py_INCREF(Py_None
);
1566 _resultobj
= Py_None
;
1570 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
1571 static PyObject
*_wrap_wxComboBox_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1572 PyObject
* _resultobj
;
1574 PyObject
* _argo0
= 0;
1575 char *_kwnames
[] = { "self", NULL
};
1578 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Cut",_kwnames
,&_argo0
))
1581 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1582 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1583 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
1588 wxPy_BEGIN_ALLOW_THREADS
;
1589 wxComboBox_Cut(_arg0
);
1591 wxPy_END_ALLOW_THREADS
;
1592 } Py_INCREF(Py_None
);
1593 _resultobj
= Py_None
;
1597 #define wxComboBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
1598 static PyObject
*_wrap_wxComboBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1599 PyObject
* _resultobj
;
1602 PyObject
* _argo0
= 0;
1603 char *_kwnames
[] = { "self","n", NULL
};
1606 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_Delete",_kwnames
,&_argo0
,&_arg1
))
1609 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1610 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1611 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Delete. Expected _wxComboBox_p.");
1616 wxPy_BEGIN_ALLOW_THREADS
;
1617 wxComboBox_Delete(_arg0
,_arg1
);
1619 wxPy_END_ALLOW_THREADS
;
1620 } Py_INCREF(Py_None
);
1621 _resultobj
= Py_None
;
1625 #define wxComboBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1626 static PyObject
*_wrap_wxComboBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1627 PyObject
* _resultobj
;
1631 PyObject
* _argo0
= 0;
1632 PyObject
* _obj1
= 0;
1633 char *_kwnames
[] = { "self","string", NULL
};
1636 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_FindString",_kwnames
,&_argo0
,&_obj1
))
1639 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1640 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1641 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_FindString. Expected _wxComboBox_p.");
1646 if (!PyString_Check(_obj1
)) {
1647 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1650 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1653 wxPy_BEGIN_ALLOW_THREADS
;
1654 _result
= (int )wxComboBox_FindString(_arg0
,*_arg1
);
1656 wxPy_END_ALLOW_THREADS
;
1657 } _resultobj
= Py_BuildValue("i",_result
);
1665 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
1666 static PyObject
*_wrap_wxComboBox_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1667 PyObject
* _resultobj
;
1670 PyObject
* _argo0
= 0;
1671 char *_kwnames
[] = { "self", NULL
};
1674 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetInsertionPoint",_kwnames
,&_argo0
))
1677 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1678 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1679 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
1684 wxPy_BEGIN_ALLOW_THREADS
;
1685 _result
= (long )wxComboBox_GetInsertionPoint(_arg0
);
1687 wxPy_END_ALLOW_THREADS
;
1688 } _resultobj
= Py_BuildValue("l",_result
);
1692 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
1693 static PyObject
*_wrap_wxComboBox_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1694 PyObject
* _resultobj
;
1697 PyObject
* _argo0
= 0;
1698 char *_kwnames
[] = { "self", NULL
};
1701 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetLastPosition",_kwnames
,&_argo0
))
1704 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1705 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1706 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
1711 wxPy_BEGIN_ALLOW_THREADS
;
1712 _result
= (long )wxComboBox_GetLastPosition(_arg0
);
1714 wxPy_END_ALLOW_THREADS
;
1715 } _resultobj
= Py_BuildValue("l",_result
);
1719 #define wxComboBox_GetSelection(_swigobj) (_swigobj->GetSelection())
1720 static PyObject
*_wrap_wxComboBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1721 PyObject
* _resultobj
;
1724 PyObject
* _argo0
= 0;
1725 char *_kwnames
[] = { "self", NULL
};
1728 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetSelection",_kwnames
,&_argo0
))
1731 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1732 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1733 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetSelection. Expected _wxComboBox_p.");
1738 wxPy_BEGIN_ALLOW_THREADS
;
1739 _result
= (int )wxComboBox_GetSelection(_arg0
);
1741 wxPy_END_ALLOW_THREADS
;
1742 } _resultobj
= Py_BuildValue("i",_result
);
1746 #define wxComboBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
1747 static PyObject
*_wrap_wxComboBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1748 PyObject
* _resultobj
;
1752 PyObject
* _argo0
= 0;
1753 char *_kwnames
[] = { "self","n", NULL
};
1756 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetString",_kwnames
,&_argo0
,&_arg1
))
1759 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1760 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1761 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetString. Expected _wxComboBox_p.");
1766 wxPy_BEGIN_ALLOW_THREADS
;
1767 _result
= new wxString (wxComboBox_GetString(_arg0
,_arg1
));
1769 wxPy_END_ALLOW_THREADS
;
1771 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1779 #define wxComboBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1780 static PyObject
*_wrap_wxComboBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1781 PyObject
* _resultobj
;
1784 PyObject
* _argo0
= 0;
1785 char *_kwnames
[] = { "self", NULL
};
1788 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetStringSelection",_kwnames
,&_argo0
))
1791 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1792 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1793 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetStringSelection. Expected _wxComboBox_p.");
1798 wxPy_BEGIN_ALLOW_THREADS
;
1799 _result
= new wxString (wxComboBox_GetStringSelection(_arg0
));
1801 wxPy_END_ALLOW_THREADS
;
1803 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1811 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
1812 static PyObject
*_wrap_wxComboBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1813 PyObject
* _resultobj
;
1816 PyObject
* _argo0
= 0;
1817 char *_kwnames
[] = { "self", NULL
};
1820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetValue",_kwnames
,&_argo0
))
1823 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1824 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1825 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
1830 wxPy_BEGIN_ALLOW_THREADS
;
1831 _result
= new wxString (wxComboBox_GetValue(_arg0
));
1833 wxPy_END_ALLOW_THREADS
;
1835 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
1843 #define wxComboBox_Number(_swigobj) (_swigobj->Number())
1844 static PyObject
*_wrap_wxComboBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1845 PyObject
* _resultobj
;
1848 PyObject
* _argo0
= 0;
1849 char *_kwnames
[] = { "self", NULL
};
1852 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Number",_kwnames
,&_argo0
))
1855 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1856 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1857 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Number. Expected _wxComboBox_p.");
1862 wxPy_BEGIN_ALLOW_THREADS
;
1863 _result
= (int )wxComboBox_Number(_arg0
);
1865 wxPy_END_ALLOW_THREADS
;
1866 } _resultobj
= Py_BuildValue("i",_result
);
1870 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
1871 static PyObject
*_wrap_wxComboBox_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1872 PyObject
* _resultobj
;
1874 PyObject
* _argo0
= 0;
1875 char *_kwnames
[] = { "self", NULL
};
1878 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Paste",_kwnames
,&_argo0
))
1881 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1882 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1883 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
1888 wxPy_BEGIN_ALLOW_THREADS
;
1889 wxComboBox_Paste(_arg0
);
1891 wxPy_END_ALLOW_THREADS
;
1892 } Py_INCREF(Py_None
);
1893 _resultobj
= Py_None
;
1897 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
1898 static PyObject
*_wrap_wxComboBox_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1899 PyObject
* _resultobj
;
1904 PyObject
* _argo0
= 0;
1905 PyObject
* _obj3
= 0;
1906 char *_kwnames
[] = { "self","from","to","text", NULL
};
1909 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxComboBox_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
1912 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1913 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1914 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
1919 if (!PyString_Check(_obj3
)) {
1920 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1923 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
1926 wxPy_BEGIN_ALLOW_THREADS
;
1927 wxComboBox_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
1929 wxPy_END_ALLOW_THREADS
;
1930 } Py_INCREF(Py_None
);
1931 _resultobj
= Py_None
;
1939 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
1940 static PyObject
*_wrap_wxComboBox_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1941 PyObject
* _resultobj
;
1945 PyObject
* _argo0
= 0;
1946 char *_kwnames
[] = { "self","from","to", NULL
};
1949 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1952 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1953 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1954 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
1959 wxPy_BEGIN_ALLOW_THREADS
;
1960 wxComboBox_Remove(_arg0
,_arg1
,_arg2
);
1962 wxPy_END_ALLOW_THREADS
;
1963 } Py_INCREF(Py_None
);
1964 _resultobj
= Py_None
;
1968 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
1969 static PyObject
*_wrap_wxComboBox_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1970 PyObject
* _resultobj
;
1973 PyObject
* _argo0
= 0;
1974 char *_kwnames
[] = { "self","pos", NULL
};
1977 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxComboBox_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
1980 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1981 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1982 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
1987 wxPy_BEGIN_ALLOW_THREADS
;
1988 wxComboBox_SetInsertionPoint(_arg0
,_arg1
);
1990 wxPy_END_ALLOW_THREADS
;
1991 } Py_INCREF(Py_None
);
1992 _resultobj
= Py_None
;
1996 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
1997 static PyObject
*_wrap_wxComboBox_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1998 PyObject
* _resultobj
;
2000 PyObject
* _argo0
= 0;
2001 char *_kwnames
[] = { "self", NULL
};
2004 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_SetInsertionPointEnd",_kwnames
,&_argo0
))
2007 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2008 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2009 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
2014 wxPy_BEGIN_ALLOW_THREADS
;
2015 wxComboBox_SetInsertionPointEnd(_arg0
);
2017 wxPy_END_ALLOW_THREADS
;
2018 } Py_INCREF(Py_None
);
2019 _resultobj
= Py_None
;
2023 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2024 static PyObject
*_wrap_wxComboBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2025 PyObject
* _resultobj
;
2028 PyObject
* _argo0
= 0;
2029 char *_kwnames
[] = { "self","n", NULL
};
2032 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
2035 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2036 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2037 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
2042 wxPy_BEGIN_ALLOW_THREADS
;
2043 wxComboBox_SetSelection(_arg0
,_arg1
);
2045 wxPy_END_ALLOW_THREADS
;
2046 } Py_INCREF(Py_None
);
2047 _resultobj
= Py_None
;
2051 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
2052 static PyObject
*_wrap_wxComboBox_SetMark(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2053 PyObject
* _resultobj
;
2057 PyObject
* _argo0
= 0;
2058 char *_kwnames
[] = { "self","from","to", NULL
};
2061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_SetMark",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2064 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2065 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2066 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
2071 wxPy_BEGIN_ALLOW_THREADS
;
2072 wxComboBox_SetMark(_arg0
,_arg1
,_arg2
);
2074 wxPy_END_ALLOW_THREADS
;
2075 } Py_INCREF(Py_None
);
2076 _resultobj
= Py_None
;
2080 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2081 static PyObject
*_wrap_wxComboBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2082 PyObject
* _resultobj
;
2085 PyObject
* _argo0
= 0;
2086 PyObject
* _obj1
= 0;
2087 char *_kwnames
[] = { "self","text", NULL
};
2090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_SetValue",_kwnames
,&_argo0
,&_obj1
))
2093 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2094 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2095 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
2100 if (!PyString_Check(_obj1
)) {
2101 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2104 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2107 wxPy_BEGIN_ALLOW_THREADS
;
2108 wxComboBox_SetValue(_arg0
,*_arg1
);
2110 wxPy_END_ALLOW_THREADS
;
2111 } Py_INCREF(Py_None
);
2112 _resultobj
= Py_None
;
2120 static void *SwigwxGaugeTowxControl(void *ptr
) {
2123 src
= (wxGauge
*) ptr
;
2124 dest
= (wxControl
*) src
;
2125 return (void *) dest
;
2128 static void *SwigwxGaugeTowxWindow(void *ptr
) {
2131 src
= (wxGauge
*) ptr
;
2132 dest
= (wxWindow
*) src
;
2133 return (void *) dest
;
2136 static void *SwigwxGaugeTowxEvtHandler(void *ptr
) {
2139 src
= (wxGauge
*) ptr
;
2140 dest
= (wxEvtHandler
*) src
;
2141 return (void *) dest
;
2144 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2145 static PyObject
*_wrap_new_wxGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2146 PyObject
* _resultobj
;
2151 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2152 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2153 long _arg5
= (long ) wxGA_HORIZONTAL
;
2154 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
2155 char * _arg7
= (char *) "gauge";
2156 PyObject
* _argo0
= 0;
2157 PyObject
* _argo3
= 0;
2158 PyObject
* _argo4
= 0;
2159 PyObject
* _argo6
= 0;
2160 char *_kwnames
[] = { "parent","id","range","pos","size","style","validator","name", NULL
};
2164 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OOlOs:new_wxGauge",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_argo3
,&_argo4
,&_arg5
,&_argo6
,&_arg7
))
2167 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2168 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2169 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
2174 if (_argo3
== Py_None
) { _arg3
= NULL
; }
2175 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
2176 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxGauge. Expected _wxPoint_p.");
2181 if (_argo4
== Py_None
) { _arg4
= NULL
; }
2182 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
2183 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxGauge. Expected _wxSize_p.");
2188 if (_argo6
== Py_None
) { _arg6
= NULL
; }
2189 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
2190 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
2195 wxPy_BEGIN_ALLOW_THREADS
;
2196 _result
= (wxGauge
*)new_wxGauge(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
2198 wxPy_END_ALLOW_THREADS
;
2200 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
2201 _resultobj
= Py_BuildValue("s",_ptemp
);
2204 _resultobj
= Py_None
;
2209 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
2210 static PyObject
*_wrap_wxGauge_GetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2211 PyObject
* _resultobj
;
2214 PyObject
* _argo0
= 0;
2215 char *_kwnames
[] = { "self", NULL
};
2218 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetBezelFace",_kwnames
,&_argo0
))
2221 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2222 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2223 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
2228 wxPy_BEGIN_ALLOW_THREADS
;
2229 _result
= (int )wxGauge_GetBezelFace(_arg0
);
2231 wxPy_END_ALLOW_THREADS
;
2232 } _resultobj
= Py_BuildValue("i",_result
);
2236 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
2237 static PyObject
*_wrap_wxGauge_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2238 PyObject
* _resultobj
;
2241 PyObject
* _argo0
= 0;
2242 char *_kwnames
[] = { "self", NULL
};
2245 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetRange",_kwnames
,&_argo0
))
2248 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2249 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2250 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
2255 wxPy_BEGIN_ALLOW_THREADS
;
2256 _result
= (int )wxGauge_GetRange(_arg0
);
2258 wxPy_END_ALLOW_THREADS
;
2259 } _resultobj
= Py_BuildValue("i",_result
);
2263 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
2264 static PyObject
*_wrap_wxGauge_GetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2265 PyObject
* _resultobj
;
2268 PyObject
* _argo0
= 0;
2269 char *_kwnames
[] = { "self", NULL
};
2272 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetShadowWidth",_kwnames
,&_argo0
))
2275 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2276 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2277 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
2282 wxPy_BEGIN_ALLOW_THREADS
;
2283 _result
= (int )wxGauge_GetShadowWidth(_arg0
);
2285 wxPy_END_ALLOW_THREADS
;
2286 } _resultobj
= Py_BuildValue("i",_result
);
2290 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
2291 static PyObject
*_wrap_wxGauge_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2292 PyObject
* _resultobj
;
2295 PyObject
* _argo0
= 0;
2296 char *_kwnames
[] = { "self", NULL
};
2299 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetValue",_kwnames
,&_argo0
))
2302 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2303 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2304 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
2309 wxPy_BEGIN_ALLOW_THREADS
;
2310 _result
= (int )wxGauge_GetValue(_arg0
);
2312 wxPy_END_ALLOW_THREADS
;
2313 } _resultobj
= Py_BuildValue("i",_result
);
2317 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
2318 static PyObject
*_wrap_wxGauge_SetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2319 PyObject
* _resultobj
;
2322 PyObject
* _argo0
= 0;
2323 char *_kwnames
[] = { "self","width", NULL
};
2326 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetBezelFace",_kwnames
,&_argo0
,&_arg1
))
2329 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2330 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2331 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
2336 wxPy_BEGIN_ALLOW_THREADS
;
2337 wxGauge_SetBezelFace(_arg0
,_arg1
);
2339 wxPy_END_ALLOW_THREADS
;
2340 } Py_INCREF(Py_None
);
2341 _resultobj
= Py_None
;
2345 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
2346 static PyObject
*_wrap_wxGauge_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2347 PyObject
* _resultobj
;
2350 PyObject
* _argo0
= 0;
2351 char *_kwnames
[] = { "self","range", NULL
};
2354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetRange",_kwnames
,&_argo0
,&_arg1
))
2357 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2358 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2359 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
2364 wxPy_BEGIN_ALLOW_THREADS
;
2365 wxGauge_SetRange(_arg0
,_arg1
);
2367 wxPy_END_ALLOW_THREADS
;
2368 } Py_INCREF(Py_None
);
2369 _resultobj
= Py_None
;
2373 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
2374 static PyObject
*_wrap_wxGauge_SetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2375 PyObject
* _resultobj
;
2378 PyObject
* _argo0
= 0;
2379 char *_kwnames
[] = { "self","width", NULL
};
2382 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetShadowWidth",_kwnames
,&_argo0
,&_arg1
))
2385 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2386 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2387 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
2392 wxPy_BEGIN_ALLOW_THREADS
;
2393 wxGauge_SetShadowWidth(_arg0
,_arg1
);
2395 wxPy_END_ALLOW_THREADS
;
2396 } Py_INCREF(Py_None
);
2397 _resultobj
= Py_None
;
2401 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2402 static PyObject
*_wrap_wxGauge_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2403 PyObject
* _resultobj
;
2406 PyObject
* _argo0
= 0;
2407 char *_kwnames
[] = { "self","pos", NULL
};
2410 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetValue",_kwnames
,&_argo0
,&_arg1
))
2413 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2414 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2415 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
2420 wxPy_BEGIN_ALLOW_THREADS
;
2421 wxGauge_SetValue(_arg0
,_arg1
);
2423 wxPy_END_ALLOW_THREADS
;
2424 } Py_INCREF(Py_None
);
2425 _resultobj
= Py_None
;
2429 static void *SwigwxStaticBoxTowxControl(void *ptr
) {
2432 src
= (wxStaticBox
*) ptr
;
2433 dest
= (wxControl
*) src
;
2434 return (void *) dest
;
2437 static void *SwigwxStaticBoxTowxWindow(void *ptr
) {
2440 src
= (wxStaticBox
*) ptr
;
2441 dest
= (wxWindow
*) src
;
2442 return (void *) dest
;
2445 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr
) {
2448 src
= (wxStaticBox
*) ptr
;
2449 dest
= (wxEvtHandler
*) src
;
2450 return (void *) dest
;
2453 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2454 static PyObject
*_wrap_new_wxStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2455 PyObject
* _resultobj
;
2456 wxStaticBox
* _result
;
2460 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2461 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2462 long _arg5
= (long ) 0;
2463 char * _arg6
= (char *) "staticBox";
2464 PyObject
* _argo0
= 0;
2465 PyObject
* _obj2
= 0;
2466 PyObject
* _argo3
= 0;
2467 PyObject
* _argo4
= 0;
2468 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2472 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_argo3
,&_argo4
,&_arg5
,&_arg6
))
2475 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2476 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
2482 if (!PyString_Check(_obj2
)) {
2483 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2486 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2489 if (_argo3
== Py_None
) { _arg3
= NULL
; }
2490 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
2491 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxStaticBox. Expected _wxPoint_p.");
2496 if (_argo4
== Py_None
) { _arg4
= NULL
; }
2497 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
2498 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxStaticBox. Expected _wxSize_p.");
2503 wxPy_BEGIN_ALLOW_THREADS
;
2504 _result
= (wxStaticBox
*)new_wxStaticBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2506 wxPy_END_ALLOW_THREADS
;
2508 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
2509 _resultobj
= Py_BuildValue("s",_ptemp
);
2512 _resultobj
= Py_None
;
2521 static void *SwigwxStaticLineTowxControl(void *ptr
) {
2524 src
= (wxStaticLine
*) ptr
;
2525 dest
= (wxControl
*) src
;
2526 return (void *) dest
;
2529 static void *SwigwxStaticLineTowxWindow(void *ptr
) {
2532 src
= (wxStaticLine
*) ptr
;
2533 dest
= (wxWindow
*) src
;
2534 return (void *) dest
;
2537 static void *SwigwxStaticLineTowxEvtHandler(void *ptr
) {
2540 src
= (wxStaticLine
*) ptr
;
2541 dest
= (wxEvtHandler
*) src
;
2542 return (void *) dest
;
2545 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2546 static PyObject
*_wrap_new_wxStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2547 PyObject
* _resultobj
;
2548 wxStaticLine
* _result
;
2551 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
2552 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
2553 long _arg4
= (long ) wxLI_HORIZONTAL
;
2554 char * _arg5
= (char *) "staticLine";
2555 PyObject
* _argo0
= 0;
2556 PyObject
* _argo2
= 0;
2557 PyObject
* _argo3
= 0;
2558 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
2562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStaticLine",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_arg4
,&_arg5
))
2565 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2566 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2567 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
2572 if (_argo2
== Py_None
) { _arg2
= NULL
; }
2573 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxPoint_p")) {
2574 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticLine. Expected _wxPoint_p.");
2579 if (_argo3
== Py_None
) { _arg3
= NULL
; }
2580 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxSize_p")) {
2581 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxStaticLine. Expected _wxSize_p.");
2586 wxPy_BEGIN_ALLOW_THREADS
;
2587 _result
= (wxStaticLine
*)new_wxStaticLine(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
2589 wxPy_END_ALLOW_THREADS
;
2591 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
2592 _resultobj
= Py_BuildValue("s",_ptemp
);
2595 _resultobj
= Py_None
;
2600 static void *SwigwxStaticTextTowxControl(void *ptr
) {
2603 src
= (wxStaticText
*) ptr
;
2604 dest
= (wxControl
*) src
;
2605 return (void *) dest
;
2608 static void *SwigwxStaticTextTowxWindow(void *ptr
) {
2611 src
= (wxStaticText
*) ptr
;
2612 dest
= (wxWindow
*) src
;
2613 return (void *) dest
;
2616 static void *SwigwxStaticTextTowxEvtHandler(void *ptr
) {
2619 src
= (wxStaticText
*) ptr
;
2620 dest
= (wxEvtHandler
*) src
;
2621 return (void *) dest
;
2624 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2625 static PyObject
*_wrap_new_wxStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2626 PyObject
* _resultobj
;
2627 wxStaticText
* _result
;
2631 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2632 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2633 long _arg5
= (long ) 0;
2634 char * _arg6
= (char *) "staticText";
2635 PyObject
* _argo0
= 0;
2636 PyObject
* _obj2
= 0;
2637 PyObject
* _argo3
= 0;
2638 PyObject
* _argo4
= 0;
2639 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2643 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticText",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_argo3
,&_argo4
,&_arg5
,&_arg6
))
2646 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2647 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2648 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
2653 if (!PyString_Check(_obj2
)) {
2654 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2657 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2660 if (_argo3
== Py_None
) { _arg3
= NULL
; }
2661 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
2662 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxStaticText. Expected _wxPoint_p.");
2667 if (_argo4
== Py_None
) { _arg4
= NULL
; }
2668 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
2669 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxStaticText. Expected _wxSize_p.");
2674 wxPy_BEGIN_ALLOW_THREADS
;
2675 _result
= (wxStaticText
*)new_wxStaticText(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2677 wxPy_END_ALLOW_THREADS
;
2679 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
2680 _resultobj
= Py_BuildValue("s",_ptemp
);
2683 _resultobj
= Py_None
;
2692 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
2693 static PyObject
*_wrap_wxStaticText_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2694 PyObject
* _resultobj
;
2696 wxStaticText
* _arg0
;
2697 PyObject
* _argo0
= 0;
2698 char *_kwnames
[] = { "self", NULL
};
2701 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticText_GetLabel",_kwnames
,&_argo0
))
2704 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2705 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
2706 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
2711 wxPy_BEGIN_ALLOW_THREADS
;
2712 _result
= new wxString (wxStaticText_GetLabel(_arg0
));
2714 wxPy_END_ALLOW_THREADS
;
2716 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
2724 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
2725 static PyObject
*_wrap_wxStaticText_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2726 PyObject
* _resultobj
;
2727 wxStaticText
* _arg0
;
2729 PyObject
* _argo0
= 0;
2730 PyObject
* _obj1
= 0;
2731 char *_kwnames
[] = { "self","label", NULL
};
2734 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticText_SetLabel",_kwnames
,&_argo0
,&_obj1
))
2737 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2738 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
2739 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
2744 if (!PyString_Check(_obj1
)) {
2745 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2748 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2751 wxPy_BEGIN_ALLOW_THREADS
;
2752 wxStaticText_SetLabel(_arg0
,*_arg1
);
2754 wxPy_END_ALLOW_THREADS
;
2755 } Py_INCREF(Py_None
);
2756 _resultobj
= Py_None
;
2764 static void *SwigwxListBoxTowxControl(void *ptr
) {
2767 src
= (wxListBox
*) ptr
;
2768 dest
= (wxControl
*) src
;
2769 return (void *) dest
;
2772 static void *SwigwxListBoxTowxWindow(void *ptr
) {
2775 src
= (wxListBox
*) ptr
;
2776 dest
= (wxWindow
*) src
;
2777 return (void *) dest
;
2780 static void *SwigwxListBoxTowxEvtHandler(void *ptr
) {
2783 src
= (wxListBox
*) ptr
;
2784 dest
= (wxEvtHandler
*) src
;
2785 return (void *) dest
;
2788 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
2789 static PyObject
*_wrap_new_wxListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2790 PyObject
* _resultobj
;
2791 wxListBox
* _result
;
2794 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
2795 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
2797 wxString
* _arg5
= (wxString
*) NULL
;
2798 long _arg6
= (long ) 0;
2799 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
2800 char * _arg8
= (char *) "listBox";
2801 PyObject
* _argo0
= 0;
2802 PyObject
* _argo2
= 0;
2803 PyObject
* _argo3
= 0;
2804 PyObject
* _obj5
= 0;
2805 PyObject
* _argo7
= 0;
2806 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
2810 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxListBox",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
2813 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2814 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2815 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
2820 if (_argo2
== Py_None
) { _arg2
= NULL
; }
2821 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxPoint_p")) {
2822 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxListBox. Expected _wxPoint_p.");
2827 if (_argo3
== Py_None
) { _arg3
= NULL
; }
2828 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxSize_p")) {
2829 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxListBox. Expected _wxSize_p.");
2835 _arg5
= wxString_LIST_helper(_obj5
);
2836 if (_arg5
== NULL
) {
2841 if (_argo7
== Py_None
) { _arg7
= NULL
; }
2842 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
2843 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
2849 _arg4
= PyList_Size(_obj5
);
2856 wxPy_BEGIN_ALLOW_THREADS
;
2857 _result
= (wxListBox
*)new_wxListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
2859 wxPy_END_ALLOW_THREADS
;
2861 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
2862 _resultobj
= Py_BuildValue("s",_ptemp
);
2865 _resultobj
= Py_None
;
2873 #define wxListBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
2874 static PyObject
*_wrap_wxListBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2875 PyObject
* _resultobj
;
2878 PyObject
* _argo0
= 0;
2879 PyObject
* _obj1
= 0;
2880 char *_kwnames
[] = { "self","item", NULL
};
2883 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Append",_kwnames
,&_argo0
,&_obj1
))
2886 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2887 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2888 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Append. Expected _wxListBox_p.");
2893 if (!PyString_Check(_obj1
)) {
2894 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2897 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2900 wxPy_BEGIN_ALLOW_THREADS
;
2901 wxListBox_Append(_arg0
,*_arg1
);
2903 wxPy_END_ALLOW_THREADS
;
2904 } Py_INCREF(Py_None
);
2905 _resultobj
= Py_None
;
2913 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
2914 static PyObject
*_wrap_wxListBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2915 PyObject
* _resultobj
;
2917 PyObject
* _argo0
= 0;
2918 char *_kwnames
[] = { "self", NULL
};
2921 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Clear",_kwnames
,&_argo0
))
2924 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2925 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2926 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
2931 wxPy_BEGIN_ALLOW_THREADS
;
2932 wxListBox_Clear(_arg0
);
2934 wxPy_END_ALLOW_THREADS
;
2935 } Py_INCREF(Py_None
);
2936 _resultobj
= Py_None
;
2940 #define wxListBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
2941 static PyObject
*_wrap_wxListBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2942 PyObject
* _resultobj
;
2945 PyObject
* _argo0
= 0;
2946 char *_kwnames
[] = { "self","n", NULL
};
2949 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Delete",_kwnames
,&_argo0
,&_arg1
))
2952 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2953 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2954 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Delete. Expected _wxListBox_p.");
2959 wxPy_BEGIN_ALLOW_THREADS
;
2960 wxListBox_Delete(_arg0
,_arg1
);
2962 wxPy_END_ALLOW_THREADS
;
2963 } Py_INCREF(Py_None
);
2964 _resultobj
= Py_None
;
2968 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
2969 static PyObject
*_wrap_wxListBox_Deselect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2970 PyObject
* _resultobj
;
2973 PyObject
* _argo0
= 0;
2974 char *_kwnames
[] = { "self","n", NULL
};
2977 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Deselect",_kwnames
,&_argo0
,&_arg1
))
2980 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2981 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
2982 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
2987 wxPy_BEGIN_ALLOW_THREADS
;
2988 wxListBox_Deselect(_arg0
,_arg1
);
2990 wxPy_END_ALLOW_THREADS
;
2991 } Py_INCREF(Py_None
);
2992 _resultobj
= Py_None
;
2996 #define wxListBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
2997 static PyObject
*_wrap_wxListBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2998 PyObject
* _resultobj
;
3002 PyObject
* _argo0
= 0;
3003 PyObject
* _obj1
= 0;
3004 char *_kwnames
[] = { "self","string", NULL
};
3007 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_FindString",_kwnames
,&_argo0
,&_obj1
))
3010 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3011 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3012 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_FindString. Expected _wxListBox_p.");
3017 if (!PyString_Check(_obj1
)) {
3018 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3021 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3024 wxPy_BEGIN_ALLOW_THREADS
;
3025 _result
= (int )wxListBox_FindString(_arg0
,*_arg1
);
3027 wxPy_END_ALLOW_THREADS
;
3028 } _resultobj
= Py_BuildValue("i",_result
);
3036 #define wxListBox_GetSelection(_swigobj) (_swigobj->GetSelection())
3037 static PyObject
*_wrap_wxListBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3038 PyObject
* _resultobj
;
3041 PyObject
* _argo0
= 0;
3042 char *_kwnames
[] = { "self", NULL
};
3045 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelection",_kwnames
,&_argo0
))
3048 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3049 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3050 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelection. Expected _wxListBox_p.");
3055 wxPy_BEGIN_ALLOW_THREADS
;
3056 _result
= (int )wxListBox_GetSelection(_arg0
);
3058 wxPy_END_ALLOW_THREADS
;
3059 } _resultobj
= Py_BuildValue("i",_result
);
3063 static PyObject
* wxListBox_GetSelections(wxListBox
*self
) {
3065 self
->GetSelections(lst
);
3066 PyObject
*tup
= PyTuple_New(lst
.GetCount());
3067 for(int i
=0; i
<lst
.GetCount(); i
++) {
3068 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
3072 static PyObject
*_wrap_wxListBox_GetSelections(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3073 PyObject
* _resultobj
;
3076 PyObject
* _argo0
= 0;
3077 char *_kwnames
[] = { "self", NULL
};
3080 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelections",_kwnames
,&_argo0
))
3083 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3084 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3085 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
3090 wxPy_BEGIN_ALLOW_THREADS
;
3091 _result
= (PyObject
*)wxListBox_GetSelections(_arg0
);
3093 wxPy_END_ALLOW_THREADS
;
3095 _resultobj
= _result
;
3100 #define wxListBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
3101 static PyObject
*_wrap_wxListBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3102 PyObject
* _resultobj
;
3106 PyObject
* _argo0
= 0;
3107 char *_kwnames
[] = { "self","n", NULL
};
3110 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_GetString",_kwnames
,&_argo0
,&_arg1
))
3113 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3114 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3115 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetString. Expected _wxListBox_p.");
3120 wxPy_BEGIN_ALLOW_THREADS
;
3121 _result
= new wxString (wxListBox_GetString(_arg0
,_arg1
));
3123 wxPy_END_ALLOW_THREADS
;
3125 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
3133 #define wxListBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
3134 static PyObject
*_wrap_wxListBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3135 PyObject
* _resultobj
;
3138 PyObject
* _argo0
= 0;
3139 char *_kwnames
[] = { "self", NULL
};
3142 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetStringSelection",_kwnames
,&_argo0
))
3145 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3146 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3147 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetStringSelection. Expected _wxListBox_p.");
3152 wxPy_BEGIN_ALLOW_THREADS
;
3153 _result
= new wxString (wxListBox_GetStringSelection(_arg0
));
3155 wxPy_END_ALLOW_THREADS
;
3157 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
3165 #define wxListBox_Number(_swigobj) (_swigobj->Number())
3166 static PyObject
*_wrap_wxListBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3167 PyObject
* _resultobj
;
3170 PyObject
* _argo0
= 0;
3171 char *_kwnames
[] = { "self", NULL
};
3174 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Number",_kwnames
,&_argo0
))
3177 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3178 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3179 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Number. Expected _wxListBox_p.");
3184 wxPy_BEGIN_ALLOW_THREADS
;
3185 _result
= (int )wxListBox_Number(_arg0
);
3187 wxPy_END_ALLOW_THREADS
;
3188 } _resultobj
= Py_BuildValue("i",_result
);
3192 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
3193 static PyObject
*_wrap_wxListBox_Selected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3194 PyObject
* _resultobj
;
3198 PyObject
* _argo0
= 0;
3199 char *_kwnames
[] = { "self","n", NULL
};
3202 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Selected",_kwnames
,&_argo0
,&_arg1
))
3205 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3206 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3207 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
3212 wxPy_BEGIN_ALLOW_THREADS
;
3213 _result
= (bool )wxListBox_Selected(_arg0
,_arg1
);
3215 wxPy_END_ALLOW_THREADS
;
3216 } _resultobj
= Py_BuildValue("i",_result
);
3220 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
3221 static PyObject
*_wrap_wxListBox_Set(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3222 PyObject
* _resultobj
;
3226 PyObject
* _argo0
= 0;
3227 PyObject
* _obj2
= 0;
3228 char *_kwnames
[] = { "self","LIST", NULL
};
3231 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Set",_kwnames
,&_argo0
,&_obj2
))
3234 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3235 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3236 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
3242 _arg2
= wxString_LIST_helper(_obj2
);
3243 if (_arg2
== NULL
) {
3249 _arg1
= PyList_Size(_obj2
);
3256 wxPy_BEGIN_ALLOW_THREADS
;
3257 wxListBox_Set(_arg0
,_arg1
,_arg2
);
3259 wxPy_END_ALLOW_THREADS
;
3260 } Py_INCREF(Py_None
);
3261 _resultobj
= Py_None
;
3268 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3269 static PyObject
*_wrap_wxListBox_SetFirstItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3270 PyObject
* _resultobj
;
3273 PyObject
* _argo0
= 0;
3274 char *_kwnames
[] = { "self","n", NULL
};
3277 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_SetFirstItem",_kwnames
,&_argo0
,&_arg1
))
3280 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3281 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3282 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
3287 wxPy_BEGIN_ALLOW_THREADS
;
3288 wxListBox_SetFirstItem(_arg0
,_arg1
);
3290 wxPy_END_ALLOW_THREADS
;
3291 } Py_INCREF(Py_None
);
3292 _resultobj
= Py_None
;
3296 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3297 static PyObject
*_wrap_wxListBox_SetFirstItemStr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3298 PyObject
* _resultobj
;
3301 PyObject
* _argo0
= 0;
3302 PyObject
* _obj1
= 0;
3303 char *_kwnames
[] = { "self","string", NULL
};
3306 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_SetFirstItemStr",_kwnames
,&_argo0
,&_obj1
))
3309 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3310 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3311 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
3316 if (!PyString_Check(_obj1
)) {
3317 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3320 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3323 wxPy_BEGIN_ALLOW_THREADS
;
3324 wxListBox_SetFirstItemStr(_arg0
,*_arg1
);
3326 wxPy_END_ALLOW_THREADS
;
3327 } Py_INCREF(Py_None
);
3328 _resultobj
= Py_None
;
3336 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3337 static PyObject
*_wrap_wxListBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3338 PyObject
* _resultobj
;
3341 bool _arg2
= (bool ) TRUE
;
3342 PyObject
* _argo0
= 0;
3343 int tempbool2
= (int) TRUE
;
3344 char *_kwnames
[] = { "self","n","select", NULL
};
3347 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxListBox_SetSelection",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3350 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3351 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3352 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
3356 _arg2
= (bool ) tempbool2
;
3358 wxPy_BEGIN_ALLOW_THREADS
;
3359 wxListBox_SetSelection(_arg0
,_arg1
,_arg2
);
3361 wxPy_END_ALLOW_THREADS
;
3362 } Py_INCREF(Py_None
);
3363 _resultobj
= Py_None
;
3367 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
3368 static PyObject
*_wrap_wxListBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3369 PyObject
* _resultobj
;
3373 PyObject
* _argo0
= 0;
3374 PyObject
* _obj2
= 0;
3375 char *_kwnames
[] = { "self","n","string", NULL
};
3378 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxListBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3381 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3382 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3383 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
3388 if (!PyString_Check(_obj2
)) {
3389 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3392 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
3395 wxPy_BEGIN_ALLOW_THREADS
;
3396 wxListBox_SetString(_arg0
,_arg1
,*_arg2
);
3398 wxPy_END_ALLOW_THREADS
;
3399 } Py_INCREF(Py_None
);
3400 _resultobj
= Py_None
;
3408 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
3409 static PyObject
*_wrap_wxListBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3410 PyObject
* _resultobj
;
3413 bool _arg2
= (bool ) TRUE
;
3414 PyObject
* _argo0
= 0;
3415 PyObject
* _obj1
= 0;
3416 int tempbool2
= (int) TRUE
;
3417 char *_kwnames
[] = { "self","string","select", NULL
};
3420 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxListBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
,&tempbool2
))
3423 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3424 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3425 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
3430 if (!PyString_Check(_obj1
)) {
3431 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3434 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3436 _arg2
= (bool ) tempbool2
;
3438 wxPy_BEGIN_ALLOW_THREADS
;
3439 wxListBox_SetStringSelection(_arg0
,*_arg1
,_arg2
);
3441 wxPy_END_ALLOW_THREADS
;
3442 } Py_INCREF(Py_None
);
3443 _resultobj
= Py_None
;
3451 static void *SwigwxCheckListBoxTowxListBox(void *ptr
) {
3452 wxCheckListBox
*src
;
3454 src
= (wxCheckListBox
*) ptr
;
3455 dest
= (wxListBox
*) src
;
3456 return (void *) dest
;
3459 static void *SwigwxCheckListBoxTowxControl(void *ptr
) {
3460 wxCheckListBox
*src
;
3462 src
= (wxCheckListBox
*) ptr
;
3463 dest
= (wxControl
*) src
;
3464 return (void *) dest
;
3467 static void *SwigwxCheckListBoxTowxWindow(void *ptr
) {
3468 wxCheckListBox
*src
;
3470 src
= (wxCheckListBox
*) ptr
;
3471 dest
= (wxWindow
*) src
;
3472 return (void *) dest
;
3475 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr
) {
3476 wxCheckListBox
*src
;
3478 src
= (wxCheckListBox
*) ptr
;
3479 dest
= (wxEvtHandler
*) src
;
3480 return (void *) dest
;
3483 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
3484 static PyObject
*_wrap_new_wxCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3485 PyObject
* _resultobj
;
3486 wxCheckListBox
* _result
;
3489 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
3490 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
3491 int _arg4
= (int ) 0;
3492 wxString
* _arg5
= (wxString
*) NULL
;
3493 long _arg6
= (long ) 0;
3494 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
3495 char * _arg8
= (char *) "listBox";
3496 PyObject
* _argo0
= 0;
3497 PyObject
* _argo2
= 0;
3498 PyObject
* _argo3
= 0;
3499 PyObject
* _obj5
= 0;
3500 PyObject
* _argo7
= 0;
3501 char *_kwnames
[] = { "parent","id","pos","size","LIST","style","validator","name", NULL
};
3505 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxCheckListBox",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
3508 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3509 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3510 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
3515 if (_argo2
== Py_None
) { _arg2
= NULL
; }
3516 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxPoint_p")) {
3517 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxCheckListBox. Expected _wxPoint_p.");
3522 if (_argo3
== Py_None
) { _arg3
= NULL
; }
3523 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxSize_p")) {
3524 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxCheckListBox. Expected _wxSize_p.");
3530 _arg5
= wxString_LIST_helper(_obj5
);
3531 if (_arg5
== NULL
) {
3536 if (_argo7
== Py_None
) { _arg7
= NULL
; }
3537 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
3538 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
3544 _arg4
= PyList_Size(_obj5
);
3551 wxPy_BEGIN_ALLOW_THREADS
;
3552 _result
= (wxCheckListBox
*)new_wxCheckListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
3554 wxPy_END_ALLOW_THREADS
;
3556 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
3557 _resultobj
= Py_BuildValue("s",_ptemp
);
3560 _resultobj
= Py_None
;
3568 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
3569 static PyObject
*_wrap_wxCheckListBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3570 PyObject
* _resultobj
;
3572 wxCheckListBox
* _arg0
;
3574 PyObject
* _argo0
= 0;
3575 char *_kwnames
[] = { "self","uiIndex", NULL
};
3578 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckListBox_IsChecked",_kwnames
,&_argo0
,&_arg1
))
3581 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3582 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3583 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
3588 wxPy_BEGIN_ALLOW_THREADS
;
3589 _result
= (bool )wxCheckListBox_IsChecked(_arg0
,_arg1
);
3591 wxPy_END_ALLOW_THREADS
;
3592 } _resultobj
= Py_BuildValue("i",_result
);
3596 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
3597 static PyObject
*_wrap_wxCheckListBox_Check(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3598 PyObject
* _resultobj
;
3599 wxCheckListBox
* _arg0
;
3601 bool _arg2
= (bool ) TRUE
;
3602 PyObject
* _argo0
= 0;
3603 int tempbool2
= (int) TRUE
;
3604 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
3607 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3610 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3611 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3612 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
3616 _arg2
= (bool ) tempbool2
;
3618 wxPy_BEGIN_ALLOW_THREADS
;
3619 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
3621 wxPy_END_ALLOW_THREADS
;
3622 } Py_INCREF(Py_None
);
3623 _resultobj
= Py_None
;
3627 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
3628 static PyObject
*_wrap_wxCheckListBox_GetItemHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3629 PyObject
* _resultobj
;
3631 wxCheckListBox
* _arg0
;
3632 PyObject
* _argo0
= 0;
3633 char *_kwnames
[] = { "self", NULL
};
3636 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckListBox_GetItemHeight",_kwnames
,&_argo0
))
3639 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3640 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3641 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
3646 wxPy_BEGIN_ALLOW_THREADS
;
3647 _result
= (int )wxCheckListBox_GetItemHeight(_arg0
);
3649 wxPy_END_ALLOW_THREADS
;
3650 } _resultobj
= Py_BuildValue("i",_result
);
3654 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
3657 src
= (wxTextCtrl
*) ptr
;
3658 dest
= (wxControl
*) src
;
3659 return (void *) dest
;
3662 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
3665 src
= (wxTextCtrl
*) ptr
;
3666 dest
= (wxWindow
*) src
;
3667 return (void *) dest
;
3670 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
3673 src
= (wxTextCtrl
*) ptr
;
3674 dest
= (wxEvtHandler
*) src
;
3675 return (void *) dest
;
3678 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
3679 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3680 PyObject
* _resultobj
;
3681 wxTextCtrl
* _result
;
3684 char * _arg2
= (char *) "";
3685 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
3686 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
3687 long _arg5
= (long ) 0;
3688 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
3689 char * _arg7
= (char *) "text";
3690 PyObject
* _argo0
= 0;
3691 PyObject
* _argo3
= 0;
3692 PyObject
* _argo4
= 0;
3693 PyObject
* _argo6
= 0;
3694 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
3698 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOlOs:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_argo3
,&_argo4
,&_arg5
,&_argo6
,&_arg7
))
3701 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3702 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3703 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
3708 if (_argo3
== Py_None
) { _arg3
= NULL
; }
3709 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
3710 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxTextCtrl. Expected _wxPoint_p.");
3715 if (_argo4
== Py_None
) { _arg4
= NULL
; }
3716 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
3717 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxTextCtrl. Expected _wxSize_p.");
3722 if (_argo6
== Py_None
) { _arg6
= NULL
; }
3723 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
3724 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
3729 wxPy_BEGIN_ALLOW_THREADS
;
3730 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
3732 wxPy_END_ALLOW_THREADS
;
3734 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
3735 _resultobj
= Py_BuildValue("s",_ptemp
);
3738 _resultobj
= Py_None
;
3743 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
3744 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3745 PyObject
* _resultobj
;
3747 PyObject
* _argo0
= 0;
3748 char *_kwnames
[] = { "self", NULL
};
3751 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
3754 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3755 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3756 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
3761 wxPy_BEGIN_ALLOW_THREADS
;
3762 wxTextCtrl_Clear(_arg0
);
3764 wxPy_END_ALLOW_THREADS
;
3765 } Py_INCREF(Py_None
);
3766 _resultobj
= Py_None
;
3770 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
3771 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3772 PyObject
* _resultobj
;
3774 PyObject
* _argo0
= 0;
3775 char *_kwnames
[] = { "self", NULL
};
3778 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
3781 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3782 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3783 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
3788 wxPy_BEGIN_ALLOW_THREADS
;
3789 wxTextCtrl_Copy(_arg0
);
3791 wxPy_END_ALLOW_THREADS
;
3792 } Py_INCREF(Py_None
);
3793 _resultobj
= Py_None
;
3797 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
3798 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3799 PyObject
* _resultobj
;
3801 PyObject
* _argo0
= 0;
3802 char *_kwnames
[] = { "self", NULL
};
3805 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
3808 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3809 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3810 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
3815 wxPy_BEGIN_ALLOW_THREADS
;
3816 wxTextCtrl_Cut(_arg0
);
3818 wxPy_END_ALLOW_THREADS
;
3819 } Py_INCREF(Py_None
);
3820 _resultobj
= Py_None
;
3824 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
3825 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3826 PyObject
* _resultobj
;
3828 PyObject
* _argo0
= 0;
3829 char *_kwnames
[] = { "self", NULL
};
3832 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
3835 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3836 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3837 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
3842 wxPy_BEGIN_ALLOW_THREADS
;
3843 wxTextCtrl_DiscardEdits(_arg0
);
3845 wxPy_END_ALLOW_THREADS
;
3846 } Py_INCREF(Py_None
);
3847 _resultobj
= Py_None
;
3851 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
3852 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3853 PyObject
* _resultobj
;
3856 PyObject
* _argo0
= 0;
3857 char *_kwnames
[] = { "self", NULL
};
3860 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetInsertionPoint",_kwnames
,&_argo0
))
3863 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3864 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3865 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
3870 wxPy_BEGIN_ALLOW_THREADS
;
3871 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
3873 wxPy_END_ALLOW_THREADS
;
3874 } _resultobj
= Py_BuildValue("l",_result
);
3878 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
3879 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3880 PyObject
* _resultobj
;
3883 PyObject
* _argo0
= 0;
3884 char *_kwnames
[] = { "self", NULL
};
3887 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetLastPosition",_kwnames
,&_argo0
))
3890 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3891 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3892 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
3897 wxPy_BEGIN_ALLOW_THREADS
;
3898 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
3900 wxPy_END_ALLOW_THREADS
;
3901 } _resultobj
= Py_BuildValue("l",_result
);
3905 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
3906 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3907 PyObject
* _resultobj
;
3911 PyObject
* _argo0
= 0;
3912 char *_kwnames
[] = { "self","lineNo", NULL
};
3915 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
3918 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3919 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3920 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
3925 wxPy_BEGIN_ALLOW_THREADS
;
3926 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
3928 wxPy_END_ALLOW_THREADS
;
3929 } _resultobj
= Py_BuildValue("i",_result
);
3933 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
3934 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3935 PyObject
* _resultobj
;
3939 PyObject
* _argo0
= 0;
3940 char *_kwnames
[] = { "self","lineNo", NULL
};
3943 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
3946 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3947 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3948 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
3953 wxPy_BEGIN_ALLOW_THREADS
;
3954 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
3956 wxPy_END_ALLOW_THREADS
;
3958 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
3966 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
3967 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3968 PyObject
* _resultobj
;
3971 PyObject
* _argo0
= 0;
3972 char *_kwnames
[] = { "self", NULL
};
3975 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
3978 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3979 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
3980 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
3985 wxPy_BEGIN_ALLOW_THREADS
;
3986 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
3988 wxPy_END_ALLOW_THREADS
;
3989 } _resultobj
= Py_BuildValue("i",_result
);
3993 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
3994 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3995 PyObject
* _resultobj
;
3998 PyObject
* _argo0
= 0;
3999 char *_kwnames
[] = { "self", NULL
};
4002 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_kwnames
,&_argo0
))
4005 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4006 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4007 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
4012 wxPy_BEGIN_ALLOW_THREADS
;
4013 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
4015 wxPy_END_ALLOW_THREADS
;
4017 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
4025 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
4026 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4027 PyObject
* _resultobj
;
4030 PyObject
* _argo0
= 0;
4031 char *_kwnames
[] = { "self", NULL
};
4034 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
4037 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4038 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4039 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
4044 wxPy_BEGIN_ALLOW_THREADS
;
4045 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
4047 wxPy_END_ALLOW_THREADS
;
4048 } _resultobj
= Py_BuildValue("i",_result
);
4052 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
4053 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4054 PyObject
* _resultobj
;
4058 PyObject
* _argo0
= 0;
4059 PyObject
* _obj1
= 0;
4060 char *_kwnames
[] = { "self","filename", NULL
};
4063 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
4066 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4067 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4068 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
4073 if (!PyString_Check(_obj1
)) {
4074 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4077 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4080 wxPy_BEGIN_ALLOW_THREADS
;
4081 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
4083 wxPy_END_ALLOW_THREADS
;
4084 } _resultobj
= Py_BuildValue("i",_result
);
4092 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
4093 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4094 PyObject
* _resultobj
;
4096 PyObject
* _argo0
= 0;
4097 char *_kwnames
[] = { "self", NULL
};
4100 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_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_Paste. Expected _wxTextCtrl_p.");
4110 wxPy_BEGIN_ALLOW_THREADS
;
4111 wxTextCtrl_Paste(_arg0
);
4113 wxPy_END_ALLOW_THREADS
;
4114 } Py_INCREF(Py_None
);
4115 _resultobj
= Py_None
;
4119 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
4120 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4121 PyObject
* _resultobj
;
4128 PyObject
* _argo0
= 0;
4129 char *_kwnames
[] = { "self","pos", NULL
};
4138 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
4141 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4142 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4143 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
4148 wxPy_BEGIN_ALLOW_THREADS
;
4149 wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
4151 wxPy_END_ALLOW_THREADS
;
4152 } Py_INCREF(Py_None
);
4153 _resultobj
= Py_None
;
4156 o
= PyInt_FromLong((long) (*_arg2
));
4157 _resultobj
= t_output_helper(_resultobj
, o
);
4161 o
= PyInt_FromLong((long) (*_arg3
));
4162 _resultobj
= t_output_helper(_resultobj
, o
);
4167 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
4168 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4169 PyObject
* _resultobj
;
4173 PyObject
* _argo0
= 0;
4174 char *_kwnames
[] = { "self","from","to", NULL
};
4177 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4180 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4181 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4182 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
4187 wxPy_BEGIN_ALLOW_THREADS
;
4188 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
4190 wxPy_END_ALLOW_THREADS
;
4191 } Py_INCREF(Py_None
);
4192 _resultobj
= Py_None
;
4196 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
4197 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4198 PyObject
* _resultobj
;
4203 PyObject
* _argo0
= 0;
4204 PyObject
* _obj3
= 0;
4205 char *_kwnames
[] = { "self","from","to","value", NULL
};
4208 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
4211 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4212 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4213 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
4218 if (!PyString_Check(_obj3
)) {
4219 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4222 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
4225 wxPy_BEGIN_ALLOW_THREADS
;
4226 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
4228 wxPy_END_ALLOW_THREADS
;
4229 } Py_INCREF(Py_None
);
4230 _resultobj
= Py_None
;
4238 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
4239 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4240 PyObject
* _resultobj
;
4244 PyObject
* _argo0
= 0;
4245 PyObject
* _obj1
= 0;
4246 char *_kwnames
[] = { "self","filename", NULL
};
4249 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
4252 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4253 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4254 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
4259 if (!PyString_Check(_obj1
)) {
4260 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4263 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4266 wxPy_BEGIN_ALLOW_THREADS
;
4267 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
4269 wxPy_END_ALLOW_THREADS
;
4270 } _resultobj
= Py_BuildValue("i",_result
);
4278 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
4279 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4280 PyObject
* _resultobj
;
4283 PyObject
* _argo0
= 0;
4285 char *_kwnames
[] = { "self","editable", NULL
};
4288 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
4291 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4292 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4293 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
4297 _arg1
= (bool ) tempbool1
;
4299 wxPy_BEGIN_ALLOW_THREADS
;
4300 wxTextCtrl_SetEditable(_arg0
,_arg1
);
4302 wxPy_END_ALLOW_THREADS
;
4303 } Py_INCREF(Py_None
);
4304 _resultobj
= Py_None
;
4308 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
4309 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4310 PyObject
* _resultobj
;
4313 PyObject
* _argo0
= 0;
4314 char *_kwnames
[] = { "self","pos", NULL
};
4317 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
4320 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4321 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4322 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
4327 wxPy_BEGIN_ALLOW_THREADS
;
4328 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
4330 wxPy_END_ALLOW_THREADS
;
4331 } Py_INCREF(Py_None
);
4332 _resultobj
= Py_None
;
4336 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
4337 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4338 PyObject
* _resultobj
;
4340 PyObject
* _argo0
= 0;
4341 char *_kwnames
[] = { "self", NULL
};
4344 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames
,&_argo0
))
4347 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4348 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4349 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
4354 wxPy_BEGIN_ALLOW_THREADS
;
4355 wxTextCtrl_SetInsertionPointEnd(_arg0
);
4357 wxPy_END_ALLOW_THREADS
;
4358 } Py_INCREF(Py_None
);
4359 _resultobj
= Py_None
;
4363 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4364 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4365 PyObject
* _resultobj
;
4369 PyObject
* _argo0
= 0;
4370 char *_kwnames
[] = { "self","from","to", NULL
};
4373 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4376 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4377 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4378 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
4383 wxPy_BEGIN_ALLOW_THREADS
;
4384 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4386 wxPy_END_ALLOW_THREADS
;
4387 } Py_INCREF(Py_None
);
4388 _resultobj
= Py_None
;
4392 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4393 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4394 PyObject
* _resultobj
;
4397 PyObject
* _argo0
= 0;
4398 PyObject
* _obj1
= 0;
4399 char *_kwnames
[] = { "self","value", NULL
};
4402 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
4405 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4406 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4407 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
4412 if (!PyString_Check(_obj1
)) {
4413 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4416 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4419 wxPy_BEGIN_ALLOW_THREADS
;
4420 wxTextCtrl_SetValue(_arg0
,*_arg1
);
4422 wxPy_END_ALLOW_THREADS
;
4423 } Py_INCREF(Py_None
);
4424 _resultobj
= Py_None
;
4432 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
4433 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4434 PyObject
* _resultobj
;
4437 PyObject
* _argo0
= 0;
4438 char *_kwnames
[] = { "self","pos", NULL
};
4441 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
4444 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4445 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4446 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
4451 wxPy_BEGIN_ALLOW_THREADS
;
4452 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
4454 wxPy_END_ALLOW_THREADS
;
4455 } Py_INCREF(Py_None
);
4456 _resultobj
= Py_None
;
4460 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
4461 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4462 PyObject
* _resultobj
;
4465 PyObject
* _argo0
= 0;
4466 PyObject
* _obj1
= 0;
4467 char *_kwnames
[] = { "self","text", NULL
};
4470 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
4473 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4474 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4475 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
4480 if (!PyString_Check(_obj1
)) {
4481 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4484 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4487 wxPy_BEGIN_ALLOW_THREADS
;
4488 wxTextCtrl_WriteText(_arg0
,*_arg1
);
4490 wxPy_END_ALLOW_THREADS
;
4491 } Py_INCREF(Py_None
);
4492 _resultobj
= Py_None
;
4500 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
4501 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4502 PyObject
* _resultobj
;
4505 PyObject
* _argo0
= 0;
4506 PyObject
* _obj1
= 0;
4507 char *_kwnames
[] = { "self","text", NULL
};
4510 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
4513 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4514 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4515 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
4520 if (!PyString_Check(_obj1
)) {
4521 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4524 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4527 wxPy_BEGIN_ALLOW_THREADS
;
4528 wxTextCtrl_AppendText(_arg0
,*_arg1
);
4530 wxPy_END_ALLOW_THREADS
;
4531 } Py_INCREF(Py_None
);
4532 _resultobj
= Py_None
;
4540 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
4541 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4542 PyObject
* _resultobj
;
4547 PyObject
* _argo0
= 0;
4548 char *_kwnames
[] = { "self","x","y", NULL
};
4551 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4554 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4555 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4556 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
4561 wxPy_BEGIN_ALLOW_THREADS
;
4562 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
4564 wxPy_END_ALLOW_THREADS
;
4565 } _resultobj
= Py_BuildValue("l",_result
);
4569 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
4570 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4571 PyObject
* _resultobj
;
4574 PyObject
* _argo0
= 0;
4575 char *_kwnames
[] = { "self", NULL
};
4578 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
4581 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4582 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4583 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
4588 wxPy_BEGIN_ALLOW_THREADS
;
4589 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
4591 wxPy_END_ALLOW_THREADS
;
4592 } _resultobj
= Py_BuildValue("i",_result
);
4596 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
4597 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4598 PyObject
* _resultobj
;
4601 PyObject
* _argo0
= 0;
4602 char *_kwnames
[] = { "self", NULL
};
4605 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
4608 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4609 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4610 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
4615 wxPy_BEGIN_ALLOW_THREADS
;
4616 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
4618 wxPy_END_ALLOW_THREADS
;
4619 } _resultobj
= Py_BuildValue("i",_result
);
4623 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
4624 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4625 PyObject
* _resultobj
;
4628 PyObject
* _argo0
= 0;
4629 char *_kwnames
[] = { "self", NULL
};
4632 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
4635 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4636 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4637 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
4642 wxPy_BEGIN_ALLOW_THREADS
;
4643 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
4645 wxPy_END_ALLOW_THREADS
;
4646 } _resultobj
= Py_BuildValue("i",_result
);
4650 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
4651 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4652 PyObject
* _resultobj
;
4655 PyObject
* _argo0
= 0;
4656 char *_kwnames
[] = { "self", NULL
};
4659 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_kwnames
,&_argo0
))
4662 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4663 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4664 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
4669 wxPy_BEGIN_ALLOW_THREADS
;
4670 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
4672 wxPy_END_ALLOW_THREADS
;
4673 } _resultobj
= Py_BuildValue("i",_result
);
4677 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
4678 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4679 PyObject
* _resultobj
;
4682 PyObject
* _argo0
= 0;
4683 char *_kwnames
[] = { "self", NULL
};
4686 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
4689 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4690 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4691 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
4696 wxPy_BEGIN_ALLOW_THREADS
;
4697 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
4699 wxPy_END_ALLOW_THREADS
;
4700 } _resultobj
= Py_BuildValue("i",_result
);
4704 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
4705 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4706 PyObject
* _resultobj
;
4712 PyObject
* _argo0
= 0;
4713 char *_kwnames
[] = { "self", NULL
};
4722 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_kwnames
,&_argo0
))
4725 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4726 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4727 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
4732 wxPy_BEGIN_ALLOW_THREADS
;
4733 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
4735 wxPy_END_ALLOW_THREADS
;
4736 } Py_INCREF(Py_None
);
4737 _resultobj
= Py_None
;
4740 o
= PyInt_FromLong((long) (*_arg1
));
4741 _resultobj
= t_output_helper(_resultobj
, o
);
4745 o
= PyInt_FromLong((long) (*_arg2
));
4746 _resultobj
= t_output_helper(_resultobj
, o
);
4751 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
4752 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4753 PyObject
* _resultobj
;
4756 PyObject
* _argo0
= 0;
4757 char *_kwnames
[] = { "self", NULL
};
4760 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
4763 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4764 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4765 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
4770 wxPy_BEGIN_ALLOW_THREADS
;
4771 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
4773 wxPy_END_ALLOW_THREADS
;
4774 } _resultobj
= Py_BuildValue("i",_result
);
4778 static void *SwigwxScrollBarTowxControl(void *ptr
) {
4781 src
= (wxScrollBar
*) ptr
;
4782 dest
= (wxControl
*) src
;
4783 return (void *) dest
;
4786 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
4789 src
= (wxScrollBar
*) ptr
;
4790 dest
= (wxWindow
*) src
;
4791 return (void *) dest
;
4794 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
4797 src
= (wxScrollBar
*) ptr
;
4798 dest
= (wxEvtHandler
*) src
;
4799 return (void *) dest
;
4802 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4803 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4804 PyObject
* _resultobj
;
4805 wxScrollBar
* _result
;
4807 wxWindowID _arg1
= (wxWindowID
) -1;
4808 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
4809 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
4810 long _arg4
= (long ) wxSB_HORIZONTAL
;
4811 wxValidator
* _arg5
= (wxValidator
*) &wxPyDefaultValidator
;
4812 char * _arg6
= (char *) "scrollBar";
4813 PyObject
* _argo0
= 0;
4814 PyObject
* _argo2
= 0;
4815 PyObject
* _argo3
= 0;
4816 PyObject
* _argo5
= 0;
4817 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
4821 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOs:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_arg4
,&_argo5
,&_arg6
))
4824 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4825 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4826 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxScrollBar. Expected _wxWindow_p.");
4831 if (_argo2
== Py_None
) { _arg2
= NULL
; }
4832 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxPoint_p")) {
4833 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxScrollBar. Expected _wxPoint_p.");
4838 if (_argo3
== Py_None
) { _arg3
= NULL
; }
4839 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxSize_p")) {
4840 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxScrollBar. Expected _wxSize_p.");
4845 if (_argo5
== Py_None
) { _arg5
= NULL
; }
4846 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
4847 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
4852 wxPy_BEGIN_ALLOW_THREADS
;
4853 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
4855 wxPy_END_ALLOW_THREADS
;
4857 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
4858 _resultobj
= Py_BuildValue("s",_ptemp
);
4861 _resultobj
= Py_None
;
4866 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
4867 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4868 PyObject
* _resultobj
;
4870 wxScrollBar
* _arg0
;
4871 PyObject
* _argo0
= 0;
4872 char *_kwnames
[] = { "self", NULL
};
4875 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
4878 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4879 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
4880 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
4885 wxPy_BEGIN_ALLOW_THREADS
;
4886 _result
= (int )wxScrollBar_GetRange(_arg0
);
4888 wxPy_END_ALLOW_THREADS
;
4889 } _resultobj
= Py_BuildValue("i",_result
);
4893 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
4894 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4895 PyObject
* _resultobj
;
4897 wxScrollBar
* _arg0
;
4898 PyObject
* _argo0
= 0;
4899 char *_kwnames
[] = { "self", NULL
};
4902 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
4905 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4906 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
4907 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
4912 wxPy_BEGIN_ALLOW_THREADS
;
4913 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
4915 wxPy_END_ALLOW_THREADS
;
4916 } _resultobj
= Py_BuildValue("i",_result
);
4920 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
4921 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4922 PyObject
* _resultobj
;
4924 wxScrollBar
* _arg0
;
4925 PyObject
* _argo0
= 0;
4926 char *_kwnames
[] = { "self", NULL
};
4929 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
4932 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4933 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
4934 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
4939 wxPy_BEGIN_ALLOW_THREADS
;
4940 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
4942 wxPy_END_ALLOW_THREADS
;
4943 } _resultobj
= Py_BuildValue("i",_result
);
4947 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
4948 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4949 PyObject
* _resultobj
;
4951 wxScrollBar
* _arg0
;
4952 PyObject
* _argo0
= 0;
4953 char *_kwnames
[] = { "self", NULL
};
4956 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
4959 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4960 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
4961 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
4966 wxPy_BEGIN_ALLOW_THREADS
;
4967 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
4969 wxPy_END_ALLOW_THREADS
;
4970 } _resultobj
= Py_BuildValue("i",_result
);
4974 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
4975 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4976 PyObject
* _resultobj
;
4977 wxScrollBar
* _arg0
;
4979 PyObject
* _argo0
= 0;
4980 char *_kwnames
[] = { "self","viewStart", NULL
};
4983 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
4986 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4987 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
4988 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
4993 wxPy_BEGIN_ALLOW_THREADS
;
4994 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
4996 wxPy_END_ALLOW_THREADS
;
4997 } Py_INCREF(Py_None
);
4998 _resultobj
= Py_None
;
5002 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5003 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5004 PyObject
* _resultobj
;
5005 wxScrollBar
* _arg0
;
5010 bool _arg5
= (bool ) TRUE
;
5011 PyObject
* _argo0
= 0;
5012 int tempbool5
= (int) TRUE
;
5013 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
5016 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
5019 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5020 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5021 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
5025 _arg5
= (bool ) tempbool5
;
5027 wxPy_BEGIN_ALLOW_THREADS
;
5028 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
5030 wxPy_END_ALLOW_THREADS
;
5031 } Py_INCREF(Py_None
);
5032 _resultobj
= Py_None
;
5036 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
5039 src
= (wxSpinButton
*) ptr
;
5040 dest
= (wxControl
*) src
;
5041 return (void *) dest
;
5044 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
5047 src
= (wxSpinButton
*) ptr
;
5048 dest
= (wxWindow
*) src
;
5049 return (void *) dest
;
5052 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
5055 src
= (wxSpinButton
*) ptr
;
5056 dest
= (wxEvtHandler
*) src
;
5057 return (void *) dest
;
5060 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
5061 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5062 PyObject
* _resultobj
;
5063 wxSpinButton
* _result
;
5065 wxWindowID _arg1
= (wxWindowID
) -1;
5066 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5067 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5068 long _arg4
= (long ) wxSP_HORIZONTAL
;
5069 char * _arg5
= (char *) "spinButton";
5070 PyObject
* _argo0
= 0;
5071 PyObject
* _argo2
= 0;
5072 PyObject
* _argo3
= 0;
5073 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
5077 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOls:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_arg4
,&_arg5
))
5080 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5081 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5082 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
5087 if (_argo2
== Py_None
) { _arg2
= NULL
; }
5088 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxPoint_p")) {
5089 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxSpinButton. Expected _wxPoint_p.");
5094 if (_argo3
== Py_None
) { _arg3
= NULL
; }
5095 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxSize_p")) {
5096 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxSpinButton. Expected _wxSize_p.");
5101 wxPy_BEGIN_ALLOW_THREADS
;
5102 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
5104 wxPy_END_ALLOW_THREADS
;
5106 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
5107 _resultobj
= Py_BuildValue("s",_ptemp
);
5110 _resultobj
= Py_None
;
5115 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
5116 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5117 PyObject
* _resultobj
;
5119 wxSpinButton
* _arg0
;
5120 PyObject
* _argo0
= 0;
5121 char *_kwnames
[] = { "self", NULL
};
5124 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
5127 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5128 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5129 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
5134 wxPy_BEGIN_ALLOW_THREADS
;
5135 _result
= (int )wxSpinButton_GetMax(_arg0
);
5137 wxPy_END_ALLOW_THREADS
;
5138 } _resultobj
= Py_BuildValue("i",_result
);
5142 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
5143 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5144 PyObject
* _resultobj
;
5146 wxSpinButton
* _arg0
;
5147 PyObject
* _argo0
= 0;
5148 char *_kwnames
[] = { "self", NULL
};
5151 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
5154 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5155 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5156 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
5161 wxPy_BEGIN_ALLOW_THREADS
;
5162 _result
= (int )wxSpinButton_GetMin(_arg0
);
5164 wxPy_END_ALLOW_THREADS
;
5165 } _resultobj
= Py_BuildValue("i",_result
);
5169 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
5170 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5171 PyObject
* _resultobj
;
5173 wxSpinButton
* _arg0
;
5174 PyObject
* _argo0
= 0;
5175 char *_kwnames
[] = { "self", NULL
};
5178 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
5181 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5182 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5183 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
5188 wxPy_BEGIN_ALLOW_THREADS
;
5189 _result
= (int )wxSpinButton_GetValue(_arg0
);
5191 wxPy_END_ALLOW_THREADS
;
5192 } _resultobj
= Py_BuildValue("i",_result
);
5196 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
5197 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5198 PyObject
* _resultobj
;
5199 wxSpinButton
* _arg0
;
5202 PyObject
* _argo0
= 0;
5203 char *_kwnames
[] = { "self","min","max", NULL
};
5206 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5209 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5210 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5211 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
5216 wxPy_BEGIN_ALLOW_THREADS
;
5217 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
5219 wxPy_END_ALLOW_THREADS
;
5220 } Py_INCREF(Py_None
);
5221 _resultobj
= Py_None
;
5225 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
5226 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5227 PyObject
* _resultobj
;
5228 wxSpinButton
* _arg0
;
5230 PyObject
* _argo0
= 0;
5231 char *_kwnames
[] = { "self","value", NULL
};
5234 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
5237 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5238 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5239 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
5244 wxPy_BEGIN_ALLOW_THREADS
;
5245 wxSpinButton_SetValue(_arg0
,_arg1
);
5247 wxPy_END_ALLOW_THREADS
;
5248 } Py_INCREF(Py_None
);
5249 _resultobj
= Py_None
;
5253 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
5254 wxStaticBitmap
*src
;
5256 src
= (wxStaticBitmap
*) ptr
;
5257 dest
= (wxControl
*) src
;
5258 return (void *) dest
;
5261 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
5262 wxStaticBitmap
*src
;
5264 src
= (wxStaticBitmap
*) ptr
;
5265 dest
= (wxWindow
*) src
;
5266 return (void *) dest
;
5269 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
5270 wxStaticBitmap
*src
;
5272 src
= (wxStaticBitmap
*) ptr
;
5273 dest
= (wxEvtHandler
*) src
;
5274 return (void *) dest
;
5277 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
5278 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5279 PyObject
* _resultobj
;
5280 wxStaticBitmap
* _result
;
5284 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5285 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5286 long _arg5
= (long ) 0;
5287 char * _arg6
= (char *) "staticBitmap";
5288 PyObject
* _argo0
= 0;
5289 PyObject
* _argo2
= 0;
5290 PyObject
* _argo3
= 0;
5291 PyObject
* _argo4
= 0;
5292 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
5296 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_argo3
,&_argo4
,&_arg5
,&_arg6
))
5299 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5300 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5301 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
5306 if (_argo2
== Py_None
) { _arg2
= NULL
; }
5307 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
5308 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
5313 if (_argo3
== Py_None
) { _arg3
= NULL
; }
5314 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
5315 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxStaticBitmap. Expected _wxPoint_p.");
5320 if (_argo4
== Py_None
) { _arg4
= NULL
; }
5321 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
5322 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxStaticBitmap. Expected _wxSize_p.");
5327 wxPy_BEGIN_ALLOW_THREADS
;
5328 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
5330 wxPy_END_ALLOW_THREADS
;
5332 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
5333 _resultobj
= Py_BuildValue("s",_ptemp
);
5336 _resultobj
= Py_None
;
5341 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
5342 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5343 PyObject
* _resultobj
;
5345 wxStaticBitmap
* _arg0
;
5346 PyObject
* _argo0
= 0;
5347 char *_kwnames
[] = { "self", NULL
};
5351 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
5354 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5355 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5356 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
5361 wxPy_BEGIN_ALLOW_THREADS
;
5362 const wxBitmap
& _result_ref
= wxStaticBitmap_GetBitmap(_arg0
);
5363 _result
= (wxBitmap
*) &_result_ref
;
5365 wxPy_END_ALLOW_THREADS
;
5367 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
5368 _resultobj
= Py_BuildValue("s",_ptemp
);
5371 _resultobj
= Py_None
;
5376 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
5377 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5378 PyObject
* _resultobj
;
5379 wxStaticBitmap
* _arg0
;
5381 PyObject
* _argo0
= 0;
5382 PyObject
* _argo1
= 0;
5383 char *_kwnames
[] = { "self","bitmap", NULL
};
5386 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
5389 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5390 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5391 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
5396 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5397 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
5398 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
5403 wxPy_BEGIN_ALLOW_THREADS
;
5404 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
5406 wxPy_END_ALLOW_THREADS
;
5407 } Py_INCREF(Py_None
);
5408 _resultobj
= Py_None
;
5412 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
5413 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5414 PyObject
* _resultobj
;
5415 wxStaticBitmap
* _arg0
;
5417 PyObject
* _argo0
= 0;
5418 PyObject
* _argo1
= 0;
5419 char *_kwnames
[] = { "self","icon", NULL
};
5422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_kwnames
,&_argo0
,&_argo1
))
5425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
5432 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5433 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
5434 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
5439 wxPy_BEGIN_ALLOW_THREADS
;
5440 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
5442 wxPy_END_ALLOW_THREADS
;
5443 } Py_INCREF(Py_None
);
5444 _resultobj
= Py_None
;
5448 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
5451 src
= (wxRadioBox
*) ptr
;
5452 dest
= (wxControl
*) src
;
5453 return (void *) dest
;
5456 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
5459 src
= (wxRadioBox
*) ptr
;
5460 dest
= (wxWindow
*) src
;
5461 return (void *) dest
;
5464 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
5467 src
= (wxRadioBox
*) ptr
;
5468 dest
= (wxEvtHandler
*) src
;
5469 return (void *) dest
;
5472 #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))
5473 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5474 PyObject
* _resultobj
;
5475 wxRadioBox
* _result
;
5479 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5480 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5481 int _arg5
= (int ) 0;
5482 wxString
* _arg6
= (wxString
*) NULL
;
5483 int _arg7
= (int ) 0;
5484 long _arg8
= (long ) wxRA_HORIZONTAL
;
5485 wxValidator
* _arg9
= (wxValidator
*) &wxPyDefaultValidator
;
5486 char * _arg10
= (char *) "radioBox";
5487 PyObject
* _argo0
= 0;
5488 PyObject
* _obj2
= 0;
5489 PyObject
* _argo3
= 0;
5490 PyObject
* _argo4
= 0;
5491 PyObject
* _obj6
= 0;
5492 PyObject
* _argo9
= 0;
5493 char *_kwnames
[] = { "parent","id","label","point","size","LIST","majorDimension","style","validator","name", NULL
};
5497 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOs:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_argo3
,&_argo4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_arg10
))
5500 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5501 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5502 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
5507 if (!PyString_Check(_obj2
)) {
5508 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5511 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
5514 if (_argo3
== Py_None
) { _arg3
= NULL
; }
5515 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
5516 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxRadioBox. Expected _wxPoint_p.");
5521 if (_argo4
== Py_None
) { _arg4
= NULL
; }
5522 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
5523 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxRadioBox. Expected _wxSize_p.");
5529 _arg6
= wxString_LIST_helper(_obj6
);
5530 if (_arg6
== NULL
) {
5535 if (_argo9
== Py_None
) { _arg9
= NULL
; }
5536 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
5537 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
5543 _arg5
= PyList_Size(_obj6
);
5550 wxPy_BEGIN_ALLOW_THREADS
;
5551 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,_arg10
);
5553 wxPy_END_ALLOW_THREADS
;
5555 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
5556 _resultobj
= Py_BuildValue("s",_ptemp
);
5559 _resultobj
= Py_None
;
5571 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
5572 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5573 PyObject
* _resultobj
;
5576 PyObject
* _argo0
= 0;
5578 char *_kwnames
[] = { "self","enable", NULL
};
5581 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
5584 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5585 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5586 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
5590 _arg1
= (bool ) tempbool1
;
5592 wxPy_BEGIN_ALLOW_THREADS
;
5593 wxRadioBox_Enable(_arg0
,_arg1
);
5595 wxPy_END_ALLOW_THREADS
;
5596 } Py_INCREF(Py_None
);
5597 _resultobj
= Py_None
;
5601 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
5602 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5603 PyObject
* _resultobj
;
5607 PyObject
* _argo0
= 0;
5609 char *_kwnames
[] = { "self","n","enable", NULL
};
5612 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5615 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5616 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5617 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
5621 _arg2
= (bool ) tempbool2
;
5623 wxPy_BEGIN_ALLOW_THREADS
;
5624 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
5626 wxPy_END_ALLOW_THREADS
;
5627 } Py_INCREF(Py_None
);
5628 _resultobj
= Py_None
;
5632 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
5633 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5634 PyObject
* _resultobj
;
5638 PyObject
* _argo0
= 0;
5639 PyObject
* _obj1
= 0;
5640 char *_kwnames
[] = { "self","string", NULL
};
5643 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
5646 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5647 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5648 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
5653 if (!PyString_Check(_obj1
)) {
5654 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5657 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
5660 wxPy_BEGIN_ALLOW_THREADS
;
5661 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
5663 wxPy_END_ALLOW_THREADS
;
5664 } _resultobj
= Py_BuildValue("i",_result
);
5672 #define wxRadioBox_GetItemLabel(_swigobj,_swigarg0) (_swigobj->GetLabel(_swigarg0))
5673 static PyObject
*_wrap_wxRadioBox_GetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5674 PyObject
* _resultobj
;
5678 PyObject
* _argo0
= 0;
5679 char *_kwnames
[] = { "self","n", NULL
};
5682 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetItemLabel",_kwnames
,&_argo0
,&_arg1
))
5685 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5686 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5687 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetItemLabel. Expected _wxRadioBox_p.");
5692 wxPy_BEGIN_ALLOW_THREADS
;
5693 _result
= new wxString (wxRadioBox_GetItemLabel(_arg0
,_arg1
));
5695 wxPy_END_ALLOW_THREADS
;
5697 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5705 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
5706 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5707 PyObject
* _resultobj
;
5710 PyObject
* _argo0
= 0;
5711 char *_kwnames
[] = { "self", NULL
};
5714 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
5717 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5718 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5719 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
5724 wxPy_BEGIN_ALLOW_THREADS
;
5725 _result
= (int )wxRadioBox_GetSelection(_arg0
);
5727 wxPy_END_ALLOW_THREADS
;
5728 } _resultobj
= Py_BuildValue("i",_result
);
5732 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
5733 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5734 PyObject
* _resultobj
;
5738 PyObject
* _argo0
= 0;
5739 char *_kwnames
[] = { "self","n", NULL
};
5742 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
5745 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5746 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5747 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
5752 wxPy_BEGIN_ALLOW_THREADS
;
5753 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
5755 wxPy_END_ALLOW_THREADS
;
5757 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5765 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
5766 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5767 PyObject
* _resultobj
;
5770 PyObject
* _argo0
= 0;
5771 char *_kwnames
[] = { "self", NULL
};
5774 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
5777 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5778 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5779 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
5784 wxPy_BEGIN_ALLOW_THREADS
;
5785 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
5787 wxPy_END_ALLOW_THREADS
;
5789 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
5797 #define wxRadioBox_Number(_swigobj) (_swigobj->Number())
5798 static PyObject
*_wrap_wxRadioBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5799 PyObject
* _resultobj
;
5802 PyObject
* _argo0
= 0;
5803 char *_kwnames
[] = { "self", NULL
};
5806 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_Number",_kwnames
,&_argo0
))
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_Number. Expected _wxRadioBox_p.");
5816 wxPy_BEGIN_ALLOW_THREADS
;
5817 _result
= (int )wxRadioBox_Number(_arg0
);
5819 wxPy_END_ALLOW_THREADS
;
5820 } _resultobj
= Py_BuildValue("i",_result
);
5824 #define wxRadioBox_SetItemLabel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabel(_swigarg0,_swigarg1))
5825 static PyObject
*_wrap_wxRadioBox_SetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5826 PyObject
* _resultobj
;
5830 PyObject
* _argo0
= 0;
5831 PyObject
* _obj2
= 0;
5832 char *_kwnames
[] = { "self","n","label", NULL
};
5835 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetItemLabel",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
5838 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5839 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5840 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetItemLabel. Expected _wxRadioBox_p.");
5845 if (!PyString_Check(_obj2
)) {
5846 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5849 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
5852 wxPy_BEGIN_ALLOW_THREADS
;
5853 wxRadioBox_SetItemLabel(_arg0
,_arg1
,*_arg2
);
5855 wxPy_END_ALLOW_THREADS
;
5856 } Py_INCREF(Py_None
);
5857 _resultobj
= Py_None
;
5865 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
5866 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5867 PyObject
* _resultobj
;
5870 PyObject
* _argo0
= 0;
5871 char *_kwnames
[] = { "self","n", NULL
};
5874 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
5877 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5878 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5879 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
5884 wxPy_BEGIN_ALLOW_THREADS
;
5885 wxRadioBox_SetSelection(_arg0
,_arg1
);
5887 wxPy_END_ALLOW_THREADS
;
5888 } Py_INCREF(Py_None
);
5889 _resultobj
= Py_None
;
5893 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
5894 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5895 PyObject
* _resultobj
;
5898 PyObject
* _argo0
= 0;
5899 PyObject
* _obj1
= 0;
5900 char *_kwnames
[] = { "self","string", NULL
};
5903 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
5906 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5907 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5908 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
5913 if (!PyString_Check(_obj1
)) {
5914 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5917 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
5920 wxPy_BEGIN_ALLOW_THREADS
;
5921 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
5923 wxPy_END_ALLOW_THREADS
;
5924 } Py_INCREF(Py_None
);
5925 _resultobj
= Py_None
;
5933 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
5934 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5935 PyObject
* _resultobj
;
5938 PyObject
* _argo0
= 0;
5940 char *_kwnames
[] = { "self","show", NULL
};
5943 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
5946 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5947 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5948 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
5952 _arg1
= (bool ) tempbool1
;
5954 wxPy_BEGIN_ALLOW_THREADS
;
5955 wxRadioBox_Show(_arg0
,_arg1
);
5957 wxPy_END_ALLOW_THREADS
;
5958 } Py_INCREF(Py_None
);
5959 _resultobj
= Py_None
;
5963 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
5964 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5965 PyObject
* _resultobj
;
5969 PyObject
* _argo0
= 0;
5971 char *_kwnames
[] = { "self","item","show", NULL
};
5974 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5977 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5978 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
5979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
5983 _arg2
= (bool ) tempbool2
;
5985 wxPy_BEGIN_ALLOW_THREADS
;
5986 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
5988 wxPy_END_ALLOW_THREADS
;
5989 } Py_INCREF(Py_None
);
5990 _resultobj
= Py_None
;
5994 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
5997 src
= (wxRadioButton
*) ptr
;
5998 dest
= (wxControl
*) src
;
5999 return (void *) dest
;
6002 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
6005 src
= (wxRadioButton
*) ptr
;
6006 dest
= (wxWindow
*) src
;
6007 return (void *) dest
;
6010 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
6013 src
= (wxRadioButton
*) ptr
;
6014 dest
= (wxEvtHandler
*) src
;
6015 return (void *) dest
;
6018 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6019 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6020 PyObject
* _resultobj
;
6021 wxRadioButton
* _result
;
6025 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
6026 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
6027 long _arg5
= (long ) 0;
6028 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
6029 char * _arg7
= (char *) "radioButton";
6030 PyObject
* _argo0
= 0;
6031 PyObject
* _obj2
= 0;
6032 PyObject
* _argo3
= 0;
6033 PyObject
* _argo4
= 0;
6034 PyObject
* _argo6
= 0;
6035 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
6039 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_argo3
,&_argo4
,&_arg5
,&_argo6
,&_arg7
))
6042 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6043 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6044 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
6049 if (!PyString_Check(_obj2
)) {
6050 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6053 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6056 if (_argo3
== Py_None
) { _arg3
= NULL
; }
6057 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxPoint_p")) {
6058 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxRadioButton. Expected _wxPoint_p.");
6063 if (_argo4
== Py_None
) { _arg4
= NULL
; }
6064 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxSize_p")) {
6065 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxRadioButton. Expected _wxSize_p.");
6070 if (_argo6
== Py_None
) { _arg6
= NULL
; }
6071 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
6072 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
6077 wxPy_BEGIN_ALLOW_THREADS
;
6078 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
6080 wxPy_END_ALLOW_THREADS
;
6082 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
6083 _resultobj
= Py_BuildValue("s",_ptemp
);
6086 _resultobj
= Py_None
;
6095 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
6096 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6097 PyObject
* _resultobj
;
6099 wxRadioButton
* _arg0
;
6100 PyObject
* _argo0
= 0;
6101 char *_kwnames
[] = { "self", NULL
};
6104 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
6107 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6108 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6109 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
6114 wxPy_BEGIN_ALLOW_THREADS
;
6115 _result
= (bool )wxRadioButton_GetValue(_arg0
);
6117 wxPy_END_ALLOW_THREADS
;
6118 } _resultobj
= Py_BuildValue("i",_result
);
6122 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6123 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6124 PyObject
* _resultobj
;
6125 wxRadioButton
* _arg0
;
6127 PyObject
* _argo0
= 0;
6129 char *_kwnames
[] = { "self","value", NULL
};
6132 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
6135 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6136 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6137 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
6141 _arg1
= (bool ) tempbool1
;
6143 wxPy_BEGIN_ALLOW_THREADS
;
6144 wxRadioButton_SetValue(_arg0
,_arg1
);
6146 wxPy_END_ALLOW_THREADS
;
6147 } Py_INCREF(Py_None
);
6148 _resultobj
= Py_None
;
6152 static void *SwigwxSliderTowxControl(void *ptr
) {
6155 src
= (wxSlider
*) ptr
;
6156 dest
= (wxControl
*) src
;
6157 return (void *) dest
;
6160 static void *SwigwxSliderTowxWindow(void *ptr
) {
6163 src
= (wxSlider
*) ptr
;
6164 dest
= (wxWindow
*) src
;
6165 return (void *) dest
;
6168 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
6171 src
= (wxSlider
*) ptr
;
6172 dest
= (wxEvtHandler
*) src
;
6173 return (void *) dest
;
6176 #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))
6177 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6178 PyObject
* _resultobj
;
6185 wxPoint
* _arg5
= (wxPoint
*) &wxPyDefaultPosition
;
6186 wxSize
* _arg6
= (wxSize
*) &wxPyDefaultSize
;
6187 long _arg7
= (long ) wxSL_HORIZONTAL
;
6188 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
6189 char * _arg9
= (char *) "slider";
6190 PyObject
* _argo0
= 0;
6191 PyObject
* _argo5
= 0;
6192 PyObject
* _argo6
= 0;
6193 PyObject
* _argo8
= 0;
6194 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
6198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOs:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_argo5
,&_argo6
,&_arg7
,&_argo8
,&_arg9
))
6201 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6202 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6203 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
6208 if (_argo5
== Py_None
) { _arg5
= NULL
; }
6209 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxPoint_p")) {
6210 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxSlider. Expected _wxPoint_p.");
6215 if (_argo6
== Py_None
) { _arg6
= NULL
; }
6216 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxSize_p")) {
6217 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxSlider. Expected _wxSize_p.");
6222 if (_argo8
== Py_None
) { _arg8
= NULL
; }
6223 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
6224 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
6229 wxPy_BEGIN_ALLOW_THREADS
;
6230 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,_arg9
);
6232 wxPy_END_ALLOW_THREADS
;
6234 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
6235 _resultobj
= Py_BuildValue("s",_ptemp
);
6238 _resultobj
= Py_None
;
6243 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
6244 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6245 PyObject
* _resultobj
;
6247 PyObject
* _argo0
= 0;
6248 char *_kwnames
[] = { "self", NULL
};
6251 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
6254 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6255 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6256 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
6261 wxPy_BEGIN_ALLOW_THREADS
;
6262 wxSlider_ClearSel(_arg0
);
6264 wxPy_END_ALLOW_THREADS
;
6265 } Py_INCREF(Py_None
);
6266 _resultobj
= Py_None
;
6270 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
6271 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6272 PyObject
* _resultobj
;
6274 PyObject
* _argo0
= 0;
6275 char *_kwnames
[] = { "self", NULL
};
6278 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
6281 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6282 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6283 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
6288 wxPy_BEGIN_ALLOW_THREADS
;
6289 wxSlider_ClearTicks(_arg0
);
6291 wxPy_END_ALLOW_THREADS
;
6292 } Py_INCREF(Py_None
);
6293 _resultobj
= Py_None
;
6297 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
6298 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6299 PyObject
* _resultobj
;
6302 PyObject
* _argo0
= 0;
6303 char *_kwnames
[] = { "self", NULL
};
6306 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
6309 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6310 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6311 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
6316 wxPy_BEGIN_ALLOW_THREADS
;
6317 _result
= (int )wxSlider_GetLineSize(_arg0
);
6319 wxPy_END_ALLOW_THREADS
;
6320 } _resultobj
= Py_BuildValue("i",_result
);
6324 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
6325 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6326 PyObject
* _resultobj
;
6329 PyObject
* _argo0
= 0;
6330 char *_kwnames
[] = { "self", NULL
};
6333 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
6336 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6337 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6338 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
6343 wxPy_BEGIN_ALLOW_THREADS
;
6344 _result
= (int )wxSlider_GetMax(_arg0
);
6346 wxPy_END_ALLOW_THREADS
;
6347 } _resultobj
= Py_BuildValue("i",_result
);
6351 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
6352 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6353 PyObject
* _resultobj
;
6356 PyObject
* _argo0
= 0;
6357 char *_kwnames
[] = { "self", NULL
};
6360 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
6363 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6364 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6365 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
6370 wxPy_BEGIN_ALLOW_THREADS
;
6371 _result
= (int )wxSlider_GetMin(_arg0
);
6373 wxPy_END_ALLOW_THREADS
;
6374 } _resultobj
= Py_BuildValue("i",_result
);
6378 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
6379 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6380 PyObject
* _resultobj
;
6383 PyObject
* _argo0
= 0;
6384 char *_kwnames
[] = { "self", NULL
};
6387 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
6390 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6391 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6392 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
6397 wxPy_BEGIN_ALLOW_THREADS
;
6398 _result
= (int )wxSlider_GetPageSize(_arg0
);
6400 wxPy_END_ALLOW_THREADS
;
6401 } _resultobj
= Py_BuildValue("i",_result
);
6405 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
6406 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6407 PyObject
* _resultobj
;
6410 PyObject
* _argo0
= 0;
6411 char *_kwnames
[] = { "self", NULL
};
6414 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
6417 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6418 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6419 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
6424 wxPy_BEGIN_ALLOW_THREADS
;
6425 _result
= (int )wxSlider_GetSelEnd(_arg0
);
6427 wxPy_END_ALLOW_THREADS
;
6428 } _resultobj
= Py_BuildValue("i",_result
);
6432 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
6433 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6434 PyObject
* _resultobj
;
6437 PyObject
* _argo0
= 0;
6438 char *_kwnames
[] = { "self", NULL
};
6441 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
6444 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6445 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6446 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
6451 wxPy_BEGIN_ALLOW_THREADS
;
6452 _result
= (int )wxSlider_GetSelStart(_arg0
);
6454 wxPy_END_ALLOW_THREADS
;
6455 } _resultobj
= Py_BuildValue("i",_result
);
6459 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
6460 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6461 PyObject
* _resultobj
;
6464 PyObject
* _argo0
= 0;
6465 char *_kwnames
[] = { "self", NULL
};
6468 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
6471 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6472 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6473 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
6478 wxPy_BEGIN_ALLOW_THREADS
;
6479 _result
= (int )wxSlider_GetThumbLength(_arg0
);
6481 wxPy_END_ALLOW_THREADS
;
6482 } _resultobj
= Py_BuildValue("i",_result
);
6486 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
6487 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6488 PyObject
* _resultobj
;
6491 PyObject
* _argo0
= 0;
6492 char *_kwnames
[] = { "self", NULL
};
6495 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_kwnames
,&_argo0
))
6498 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6499 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6500 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
6505 wxPy_BEGIN_ALLOW_THREADS
;
6506 _result
= (int )wxSlider_GetTickFreq(_arg0
);
6508 wxPy_END_ALLOW_THREADS
;
6509 } _resultobj
= Py_BuildValue("i",_result
);
6513 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
6514 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6515 PyObject
* _resultobj
;
6518 PyObject
* _argo0
= 0;
6519 char *_kwnames
[] = { "self", NULL
};
6522 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_kwnames
,&_argo0
))
6525 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6526 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6527 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
6532 wxPy_BEGIN_ALLOW_THREADS
;
6533 _result
= (int )wxSlider_GetValue(_arg0
);
6535 wxPy_END_ALLOW_THREADS
;
6536 } _resultobj
= Py_BuildValue("i",_result
);
6540 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
6541 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6542 PyObject
* _resultobj
;
6546 PyObject
* _argo0
= 0;
6547 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
6550 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6553 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6554 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6555 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
6560 wxPy_BEGIN_ALLOW_THREADS
;
6561 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
6563 wxPy_END_ALLOW_THREADS
;
6564 } Py_INCREF(Py_None
);
6565 _resultobj
= Py_None
;
6569 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
6570 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6571 PyObject
* _resultobj
;
6575 PyObject
* _argo0
= 0;
6576 char *_kwnames
[] = { "self","n","pos", NULL
};
6579 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6582 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6583 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6584 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
6589 wxPy_BEGIN_ALLOW_THREADS
;
6590 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
6592 wxPy_END_ALLOW_THREADS
;
6593 } Py_INCREF(Py_None
);
6594 _resultobj
= Py_None
;
6598 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
6599 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6600 PyObject
* _resultobj
;
6603 PyObject
* _argo0
= 0;
6604 char *_kwnames
[] = { "self","lineSize", NULL
};
6607 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
6610 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6611 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6612 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
6617 wxPy_BEGIN_ALLOW_THREADS
;
6618 wxSlider_SetLineSize(_arg0
,_arg1
);
6620 wxPy_END_ALLOW_THREADS
;
6621 } Py_INCREF(Py_None
);
6622 _resultobj
= Py_None
;
6626 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
6627 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6628 PyObject
* _resultobj
;
6631 PyObject
* _argo0
= 0;
6632 char *_kwnames
[] = { "self","pageSize", NULL
};
6635 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
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_SetPageSize. Expected _wxSlider_p.");
6645 wxPy_BEGIN_ALLOW_THREADS
;
6646 wxSlider_SetPageSize(_arg0
,_arg1
);
6648 wxPy_END_ALLOW_THREADS
;
6649 } Py_INCREF(Py_None
);
6650 _resultobj
= Py_None
;
6654 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
6655 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6656 PyObject
* _resultobj
;
6660 PyObject
* _argo0
= 0;
6661 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
6664 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6667 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6668 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6669 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
6674 wxPy_BEGIN_ALLOW_THREADS
;
6675 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
6677 wxPy_END_ALLOW_THREADS
;
6678 } Py_INCREF(Py_None
);
6679 _resultobj
= Py_None
;
6683 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
6684 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6685 PyObject
* _resultobj
;
6688 PyObject
* _argo0
= 0;
6689 char *_kwnames
[] = { "self","len", NULL
};
6692 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
6695 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6696 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6697 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
6702 wxPy_BEGIN_ALLOW_THREADS
;
6703 wxSlider_SetThumbLength(_arg0
,_arg1
);
6705 wxPy_END_ALLOW_THREADS
;
6706 } Py_INCREF(Py_None
);
6707 _resultobj
= Py_None
;
6711 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
6712 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6713 PyObject
* _resultobj
;
6716 PyObject
* _argo0
= 0;
6717 char *_kwnames
[] = { "self","tickPos", NULL
};
6720 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
6723 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6724 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6725 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
6730 wxPy_BEGIN_ALLOW_THREADS
;
6731 wxSlider_SetTick(_arg0
,_arg1
);
6733 wxPy_END_ALLOW_THREADS
;
6734 } Py_INCREF(Py_None
);
6735 _resultobj
= Py_None
;
6739 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6740 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6741 PyObject
* _resultobj
;
6744 PyObject
* _argo0
= 0;
6745 char *_kwnames
[] = { "self","value", NULL
};
6748 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
6751 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6752 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6753 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
6758 wxPy_BEGIN_ALLOW_THREADS
;
6759 wxSlider_SetValue(_arg0
,_arg1
);
6761 wxPy_END_ALLOW_THREADS
;
6762 } Py_INCREF(Py_None
);
6763 _resultobj
= Py_None
;
6767 static PyMethodDef controlscMethods
[] = {
6768 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6769 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
6770 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
6771 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6772 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
6773 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
6774 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
6775 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
6776 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6777 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
6778 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
6779 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
6780 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
6781 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
6782 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
6783 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
6784 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
6785 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
6786 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
6787 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
6788 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6789 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6790 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
6791 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
6792 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
6793 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6794 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6795 { "wxRadioBox_SetItemLabel", (PyCFunction
) _wrap_wxRadioBox_SetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
6796 { "wxRadioBox_Number", (PyCFunction
) _wrap_wxRadioBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
6797 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6798 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
6799 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6800 { "wxRadioBox_GetItemLabel", (PyCFunction
) _wrap_wxRadioBox_GetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
6801 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
6802 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
6803 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
6804 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
6805 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
6806 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
6807 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
6808 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
6809 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6810 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
6811 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6812 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
6813 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
6814 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
6815 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
6816 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
6817 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
6818 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
6819 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
6820 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
6821 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
6822 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
6823 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6824 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
6825 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
6826 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
6827 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
6828 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
6829 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
6830 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
6831 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
6832 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
6833 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6834 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6835 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
6836 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
6837 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
6838 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
6839 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
6840 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
6841 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
6842 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
6843 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
6844 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
6845 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6846 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
6847 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
6848 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
6849 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
6850 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
6851 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
6852 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
6853 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
6854 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
6855 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
6856 { "wxCheckListBox_GetItemHeight", (PyCFunction
) _wrap_wxCheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
},
6857 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
6858 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
6859 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
6860 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6861 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
6862 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6863 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
6864 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
6865 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
6866 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
6867 { "wxListBox_Number", (PyCFunction
) _wrap_wxListBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
6868 { "wxListBox_GetStringSelection", (PyCFunction
) _wrap_wxListBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6869 { "wxListBox_GetString", (PyCFunction
) _wrap_wxListBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
6870 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
6871 { "wxListBox_GetSelection", (PyCFunction
) _wrap_wxListBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6872 { "wxListBox_FindString", (PyCFunction
) _wrap_wxListBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
6873 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
6874 { "wxListBox_Delete", (PyCFunction
) _wrap_wxListBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
6875 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
6876 { "wxListBox_Append", (PyCFunction
) _wrap_wxListBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
6877 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
6878 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
6879 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
6880 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
6881 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
6882 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
6883 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6884 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
6885 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
6886 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
6887 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6888 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
6889 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
6890 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
6891 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
6892 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6893 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
6894 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6895 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
6896 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
6897 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
6898 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
6899 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
6900 { "wxComboBox_Number", (PyCFunction
) _wrap_wxComboBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
6901 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6902 { "wxComboBox_GetStringSelection", (PyCFunction
) _wrap_wxComboBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6903 { "wxComboBox_GetString", (PyCFunction
) _wrap_wxComboBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
6904 { "wxComboBox_GetSelection", (PyCFunction
) _wrap_wxComboBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6905 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
6906 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
6907 { "wxComboBox_FindString", (PyCFunction
) _wrap_wxComboBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
6908 { "wxComboBox_Delete", (PyCFunction
) _wrap_wxComboBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
6909 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
6910 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
6911 { "wxComboBox_Clear", (PyCFunction
) _wrap_wxComboBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
6912 { "wxComboBox_Append", (PyCFunction
) _wrap_wxComboBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
6913 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
6914 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6915 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6916 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
6917 { "wxChoice_Number", (PyCFunction
) _wrap_wxChoice_Number
, METH_VARARGS
| METH_KEYWORDS
},
6918 { "wxChoice_GetStringSelection", (PyCFunction
) _wrap_wxChoice_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
6919 { "wxChoice_GetString", (PyCFunction
) _wrap_wxChoice_GetString
, METH_VARARGS
| METH_KEYWORDS
},
6920 { "wxChoice_GetSelection", (PyCFunction
) _wrap_wxChoice_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
6921 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
6922 { "wxChoice_FindString", (PyCFunction
) _wrap_wxChoice_FindString
, METH_VARARGS
| METH_KEYWORDS
},
6923 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
6924 { "wxChoice_Append", (PyCFunction
) _wrap_wxChoice_Append
, METH_VARARGS
| METH_KEYWORDS
},
6925 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
6926 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
6927 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
6928 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
6929 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
6930 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
6931 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
6932 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
6933 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
6934 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
6935 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
6936 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
6937 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
6938 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
6939 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
6940 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
6941 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
6948 * This table is used by the pointer type-checker
6950 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
6951 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
6952 { "_wxEvent","_class_wxEvent",0},
6953 { "_class_wxActivateEvent","_wxActivateEvent",0},
6954 { "_signed_long","_long",0},
6955 { "_wxMenuEvent","_class_wxMenuEvent",0},
6956 { "_wxPrintQuality","_int",0},
6957 { "_wxPrintQuality","_signed_int",0},
6958 { "_wxPrintQuality","_unsigned_int",0},
6959 { "_wxPrintQuality","_wxWindowID",0},
6960 { "_wxPrintQuality","_uint",0},
6961 { "_wxPrintQuality","_EBool",0},
6962 { "_wxPrintQuality","_size_t",0},
6963 { "_class_wxRegionIterator","_wxRegionIterator",0},
6964 { "_class_wxMenuBar","_wxMenuBar",0},
6965 { "_class_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
6966 { "_class_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
6967 { "_class_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
6968 { "_class_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
6969 { "_class_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
6970 { "_class_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
6971 { "_class_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
6972 { "_class_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
6973 { "_class_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
6974 { "_class_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
6975 { "_class_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
6976 { "_class_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
6977 { "_class_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
6978 { "_class_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
6979 { "_class_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
6980 { "_class_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
6981 { "_class_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
6982 { "_class_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
6983 { "_class_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
6984 { "_class_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
6985 { "_class_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
6986 { "_class_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
6987 { "_class_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
6988 { "_class_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
6989 { "_class_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
6990 { "_class_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
6991 { "_class_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
6992 { "_class_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
6993 { "_class_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
6994 { "_class_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
6995 { "_class_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
6996 { "_class_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
6997 { "_class_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
6998 { "_class_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
6999 { "_class_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7000 { "_class_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7001 { "_class_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7002 { "_class_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7003 { "_class_wxEvtHandler","_wxEvtHandler",0},
7004 { "_wxPaintEvent","_class_wxPaintEvent",0},
7005 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
7006 { "_wxCursor","_class_wxCursor",0},
7007 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
7008 { "_wxMask","_class_wxMask",0},
7009 { "_wxPen","_class_wxPen",0},
7010 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
7011 { "_byte","_unsigned_char",0},
7012 { "_wxStaticBox","_class_wxStaticBox",0},
7013 { "_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7014 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7015 { "_wxChoice","_class_wxChoice",0},
7016 { "_wxSlider","_class_wxSlider",0},
7017 { "_long","_wxDash",0},
7018 { "_long","_unsigned_long",0},
7019 { "_long","_signed_long",0},
7020 { "_wxImageList","_class_wxImageList",0},
7021 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
7022 { "_wxBitmapButton","_class_wxBitmapButton",0},
7023 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
7024 { "_class_wxGauge","_wxGauge",0},
7025 { "_wxDC","_class_wxDC",0},
7026 { "_wxSpinEvent","_class_wxSpinEvent",0},
7027 { "_size_t","_wxPrintQuality",0},
7028 { "_size_t","_unsigned_int",0},
7029 { "_size_t","_int",0},
7030 { "_size_t","_wxWindowID",0},
7031 { "_size_t","_uint",0},
7032 { "_class_wxRealPoint","_wxRealPoint",0},
7033 { "_class_wxMenuItem","_wxMenuItem",0},
7034 { "_class_wxPaintEvent","_wxPaintEvent",0},
7035 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
7036 { "_class_wxPostScriptDC","_wxPostScriptDC",0},
7037 { "_wxPanel","_class_wxPanel",0},
7038 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
7039 { "_wxCheckBox","_class_wxCheckBox",0},
7040 { "_wxPyEvent","_class_wxPyEvent",0},
7041 { "_wxTextCtrl","_class_wxTextCtrl",0},
7042 { "_class_wxMask","_wxMask",0},
7043 { "_class_wxKeyEvent","_wxKeyEvent",0},
7044 { "_wxColour","_class_wxColour",0},
7045 { "_class_wxDialog","_wxDialog",0},
7046 { "_wxIdleEvent","_class_wxIdleEvent",0},
7047 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
7048 { "_wxStaticLine","_class_wxStaticLine",0},
7049 { "_wxBrush","_class_wxBrush",0},
7050 { "_wxShowEvent","_class_wxShowEvent",0},
7051 { "_uint","_wxPrintQuality",0},
7052 { "_uint","_size_t",0},
7053 { "_uint","_unsigned_int",0},
7054 { "_uint","_int",0},
7055 { "_uint","_wxWindowID",0},
7056 { "_class_wxEvent","_wxEvent",0},
7057 { "_wxCheckListBox","_class_wxCheckListBox",0},
7058 { "_wxRect","_class_wxRect",0},
7059 { "_wxCommandEvent","_class_wxCommandEvent",0},
7060 { "_wxSizeEvent","_class_wxSizeEvent",0},
7061 { "_wxPoint","_class_wxPoint",0},
7062 { "_class_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7063 { "_class_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7064 { "_class_wxButton","_wxButton",0},
7065 { "_wxRadioBox","_class_wxRadioBox",0},
7066 { "_wxBitmap","_class_wxBitmap",0},
7067 { "_wxPyTimer","_class_wxPyTimer",0},
7068 { "_wxWindowDC","_class_wxWindowDC",0},
7069 { "_wxScrollBar","_class_wxScrollBar",0},
7070 { "_wxSpinButton","_class_wxSpinButton",0},
7071 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
7072 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
7073 { "_class_wxPyEvent","_wxPyEvent",0},
7074 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
7075 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
7076 { "_class_wxStaticLine","_wxStaticLine",0},
7077 { "_wxScrollEvent","_class_wxScrollEvent",0},
7078 { "_EBool","_wxPrintQuality",0},
7079 { "_EBool","_signed_int",0},
7080 { "_EBool","_int",0},
7081 { "_EBool","_wxWindowID",0},
7082 { "_class_wxRegion","_wxRegion",0},
7083 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
7084 { "_wxStaticText","_class_wxStaticText",0},
7085 { "_wxFont","_class_wxFont",0},
7086 { "_wxCloseEvent","_class_wxCloseEvent",0},
7087 { "_unsigned_long","_wxDash",0},
7088 { "_unsigned_long","_long",0},
7089 { "_class_wxRect","_wxRect",0},
7090 { "_class_wxDC","_wxDC",0},
7091 { "_class_wxPyTimer","_wxPyTimer",0},
7092 { "_wxFocusEvent","_class_wxFocusEvent",0},
7093 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
7094 { "_class_wxSpinButton","_wxSpinButton",0},
7095 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
7096 { "_class_wxPanel","_wxPanel",0},
7097 { "_class_wxCheckBox","_wxCheckBox",0},
7098 { "_wxComboBox","_class_wxComboBox",0},
7099 { "_wxRadioButton","_class_wxRadioButton",0},
7100 { "_signed_int","_wxPrintQuality",0},
7101 { "_signed_int","_EBool",0},
7102 { "_signed_int","_wxWindowID",0},
7103 { "_signed_int","_int",0},
7104 { "_class_wxTextCtrl","_wxTextCtrl",0},
7105 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
7106 { "_wxMenu","_class_wxMenu",0},
7107 { "_class_wxMoveEvent","_wxMoveEvent",0},
7108 { "_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7109 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7110 { "_wxListBox","_class_wxListBox",0},
7111 { "_wxScreenDC","_class_wxScreenDC",0},
7112 { "_WXTYPE","_short",0},
7113 { "_WXTYPE","_signed_short",0},
7114 { "_WXTYPE","_unsigned_short",0},
7115 { "_class_wxBrush","_wxBrush",0},
7116 { "_unsigned_short","_WXTYPE",0},
7117 { "_unsigned_short","_short",0},
7118 { "_class_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7119 { "_class_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7120 { "_class_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7121 { "_class_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7122 { "_class_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7123 { "_class_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7124 { "_class_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7125 { "_class_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7126 { "_class_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7127 { "_class_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7128 { "_class_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7129 { "_class_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7130 { "_class_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7131 { "_class_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7132 { "_class_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7133 { "_class_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7134 { "_class_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7135 { "_class_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7136 { "_class_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7137 { "_class_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7138 { "_class_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7139 { "_class_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7140 { "_class_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7141 { "_class_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7142 { "_class_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7143 { "_class_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7144 { "_class_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7145 { "_class_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7146 { "_class_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7147 { "_class_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7148 { "_class_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7149 { "_class_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7150 { "_class_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7151 { "_class_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7152 { "_class_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7153 { "_class_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7154 { "_class_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7155 { "_class_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7156 { "_class_wxWindow","_wxWindow",0},
7157 { "_class_wxStaticText","_wxStaticText",0},
7158 { "_class_wxFont","_wxFont",0},
7159 { "_class_wxCloseEvent","_wxCloseEvent",0},
7160 { "_class_wxMenuEvent","_wxMenuEvent",0},
7161 { "_wxClientDC","_class_wxClientDC",0},
7162 { "_wxMouseEvent","_class_wxMouseEvent",0},
7163 { "_class_wxPoint","_wxPoint",0},
7164 { "_wxRealPoint","_class_wxRealPoint",0},
7165 { "_class_wxRadioBox","_wxRadioBox",0},
7166 { "_signed_short","_WXTYPE",0},
7167 { "_signed_short","_short",0},
7168 { "_wxMemoryDC","_class_wxMemoryDC",0},
7169 { "_wxPaintDC","_class_wxPaintDC",0},
7170 { "_class_wxWindowDC","_wxWindowDC",0},
7171 { "_class_wxFocusEvent","_wxFocusEvent",0},
7172 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
7173 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
7174 { "_class_wxCursor","_wxCursor",0},
7175 { "_wxPostScriptDC","_class_wxPostScriptDC",0},
7176 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
7177 { "_unsigned_char","_byte",0},
7178 { "_class_wxMenu","_wxMenu",0},
7179 { "_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7180 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7181 { "_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7182 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7183 { "_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7184 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7185 { "_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7186 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7187 { "_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7188 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7189 { "_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7190 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7191 { "_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7192 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7193 { "_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7194 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7195 { "_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7196 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7197 { "_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7198 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7199 { "_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7200 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7201 { "_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7202 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7203 { "_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7204 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7205 { "_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7206 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7207 { "_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7208 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7209 { "_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7210 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7211 { "_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7212 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7213 { "_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7214 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
7215 { "_wxControl","_class_wxControl",0},
7216 { "_class_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7217 { "_class_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7218 { "_class_wxListBox","_wxListBox",0},
7219 { "_unsigned_int","_wxPrintQuality",0},
7220 { "_unsigned_int","_size_t",0},
7221 { "_unsigned_int","_uint",0},
7222 { "_unsigned_int","_wxWindowID",0},
7223 { "_unsigned_int","_int",0},
7224 { "_wxIcon","_class_wxIcon",0},
7225 { "_wxDialog","_class_wxDialog",0},
7226 { "_class_wxPen","_wxPen",0},
7227 { "_short","_WXTYPE",0},
7228 { "_short","_unsigned_short",0},
7229 { "_short","_signed_short",0},
7230 { "_class_wxStaticBox","_wxStaticBox",0},
7231 { "_class_wxScrollEvent","_wxScrollEvent",0},
7232 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
7233 { "_class_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7234 { "_class_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7235 { "_class_wxChoice","_wxChoice",0},
7236 { "_class_wxSlider","_wxSlider",0},
7237 { "_class_wxImageList","_wxImageList",0},
7238 { "_class_wxBitmapButton","_wxBitmapButton",0},
7239 { "_wxWindowID","_wxPrintQuality",0},
7240 { "_wxWindowID","_size_t",0},
7241 { "_wxWindowID","_EBool",0},
7242 { "_wxWindowID","_uint",0},
7243 { "_wxWindowID","_int",0},
7244 { "_wxWindowID","_signed_int",0},
7245 { "_wxWindowID","_unsigned_int",0},
7246 { "_int","_wxPrintQuality",0},
7247 { "_int","_size_t",0},
7248 { "_int","_EBool",0},
7249 { "_int","_uint",0},
7250 { "_int","_wxWindowID",0},
7251 { "_int","_unsigned_int",0},
7252 { "_int","_signed_int",0},
7253 { "_class_wxMouseEvent","_wxMouseEvent",0},
7254 { "_class_wxSpinEvent","_wxSpinEvent",0},
7255 { "_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7256 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7257 { "_wxButton","_class_wxButton",0},
7258 { "_wxSize","_class_wxSize",0},
7259 { "_wxRegionIterator","_class_wxRegionIterator",0},
7260 { "_class_wxPaintDC","_wxPaintDC",0},
7261 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
7262 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
7263 { "_class_wxComboBox","_wxComboBox",0},
7264 { "_class_wxRadioButton","_wxRadioButton",0},
7265 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
7266 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
7267 { "_class_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7268 { "_class_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7269 { "_class_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7270 { "_class_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7271 { "_class_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7272 { "_class_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7273 { "_class_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7274 { "_class_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7275 { "_class_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7276 { "_class_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7277 { "_class_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7278 { "_class_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7279 { "_class_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7280 { "_class_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7281 { "_class_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7282 { "_class_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7283 { "_class_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7284 { "_class_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7285 { "_class_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7286 { "_class_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7287 { "_class_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7288 { "_class_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7289 { "_class_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7290 { "_class_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7291 { "_class_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7292 { "_class_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7293 { "_class_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7294 { "_class_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7295 { "_class_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7296 { "_class_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7297 { "_class_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7298 { "_class_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7299 { "_class_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7300 { "_class_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7301 { "_class_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7302 { "_class_wxControl","_wxButton",SwigwxButtonTowxControl
},
7303 { "_class_wxControl","_wxControl",0},
7304 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
7305 { "_class_wxIcon","_wxIcon",0},
7306 { "_class_wxColour","_wxColour",0},
7307 { "_class_wxScreenDC","_wxScreenDC",0},
7308 { "_wxPalette","_class_wxPalette",0},
7309 { "_class_wxIdleEvent","_wxIdleEvent",0},
7310 { "_wxEraseEvent","_class_wxEraseEvent",0},
7311 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
7312 { "_wxRegion","_class_wxRegion",0},
7313 { "_class_wxShowEvent","_wxShowEvent",0},
7314 { "_wxActivateEvent","_class_wxActivateEvent",0},
7315 { "_wxGauge","_class_wxGauge",0},
7316 { "_class_wxCheckListBox","_wxCheckListBox",0},
7317 { "_class_wxCommandEvent","_wxCommandEvent",0},
7318 { "_class_wxClientDC","_wxClientDC",0},
7319 { "_class_wxSizeEvent","_wxSizeEvent",0},
7320 { "_class_wxSize","_wxSize",0},
7321 { "_class_wxBitmap","_wxBitmap",0},
7322 { "_class_wxMemoryDC","_wxMemoryDC",0},
7323 { "_wxMenuBar","_class_wxMenuBar",0},
7324 { "_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7325 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7326 { "_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7327 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7328 { "_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7329 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7330 { "_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7331 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7332 { "_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7333 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7334 { "_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7335 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7336 { "_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7337 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7338 { "_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7339 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7340 { "_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7341 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7342 { "_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7343 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7344 { "_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7345 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7346 { "_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7347 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7348 { "_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7349 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7350 { "_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7351 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7352 { "_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7353 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7354 { "_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7355 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7356 { "_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7357 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7358 { "_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7359 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7360 { "_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7361 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7362 { "_wxEvtHandler","_class_wxEvtHandler",0},
7363 { "_wxMenuItem","_class_wxMenuItem",0},
7364 { "_class_wxScrollBar","_wxScrollBar",0},
7365 { "_wxDash","_unsigned_long",0},
7366 { "_wxDash","_long",0},
7367 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
7368 { "_wxKeyEvent","_class_wxKeyEvent",0},
7369 { "_wxMoveEvent","_class_wxMoveEvent",0},
7370 { "_class_wxPalette","_wxPalette",0},
7371 { "_class_wxEraseEvent","_wxEraseEvent",0},
7372 { "_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7373 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7374 { "_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7375 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7376 { "_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7377 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7378 { "_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7379 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7380 { "_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7381 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7382 { "_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7383 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7384 { "_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7385 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7386 { "_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7387 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7388 { "_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7389 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7390 { "_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7391 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7392 { "_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7393 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7394 { "_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7395 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7396 { "_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7397 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7398 { "_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7399 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7400 { "_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7401 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7402 { "_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7403 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7404 { "_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7405 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7406 { "_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7407 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7408 { "_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7409 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7410 { "_wxWindow","_class_wxWindow",0},
7413 static PyObject
*SWIG_globals
;
7417 SWIGEXPORT(void) initcontrolsc() {
7419 SWIG_globals
= SWIG_newvarlink();
7420 m
= Py_InitModule("controlsc", controlscMethods
);
7421 d
= PyModule_GetDict(m
);
7424 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
7425 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);