2 * FILE : src/msw/controls.cpp
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Build 883)
8 * Portions Copyright (c) 1995-1998
9 * The University of Utah and The Regents of the University of California.
10 * Permission is granted to distribute this file in any manner provided
11 * this notice remains intact.
13 * Do not make changes to this file--changes will be lost!
19 /* Implementation : PYTHON */
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
45 extern void SWIG_MakePtr(char *, void *, char *);
46 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47 extern char *SWIG_GetPtr(char *, void **, char *);
48 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
49 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
50 extern PyObject
*SWIG_newvarlink(void);
54 #define SWIG_init initcontrolsc
56 #define SWIG_name "controlsc"
59 #include <wx/slider.h>
60 #include <wx/spinbutt.h>
61 #include <wx/spinctrl.h>
62 #include <wx/dynarray.h>
63 #include <wx/statline.h>
64 //#include <wx/toggbutt.h>
68 #include <wx/checklst.h>
73 #include <wx/checklst.h>
77 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
81 } else if (target
== Py_None
) {
85 if (!PyList_Check(target
)) {
87 target
= PyList_New(0);
88 PyList_Append(target
, o2
);
91 PyList_Append(target
,o
);
97 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
103 } else if (target
== Py_None
) {
107 if (!PyTuple_Check(target
)) {
109 target
= PyTuple_New(1);
110 PyTuple_SetItem(target
, 0, o2
);
113 PyTuple_SetItem(o3
, 0, o
);
116 target
= PySequence_Concat(o2
, o3
);
123 static char* wxStringErrorMsg
= "string type is required for parameter";
125 wxValidator wxPyDefaultValidator
; // Non-const default because of SWIG
127 wxSize
wxButton_GetDefaultSize() {
128 return wxButton::GetDefaultSize();
133 static int _wrap_wxDefaultValidator_set(PyObject
*val
) {
135 PyErr_SetString(PyExc_TypeError
,"Variable wxDefaultValidator is read-only.");
139 static PyObject
*_wrap_wxDefaultValidator_get() {
143 SWIG_MakePtr(ptemp
,(char *) &wxDefaultValidator
,"_wxValidator_p");
144 pyobj
= PyString_FromString(ptemp
);
148 static PyObject
*_wrap_wxButton_GetDefaultSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
149 PyObject
* _resultobj
;
151 char *_kwnames
[] = { NULL
};
155 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxButton_GetDefaultSize",_kwnames
))
158 wxPy_BEGIN_ALLOW_THREADS
;
159 _result
= new wxSize (wxButton_GetDefaultSize());
161 wxPy_END_ALLOW_THREADS
;
162 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
163 _resultobj
= Py_BuildValue("s",_ptemp
);
167 static void *SwigwxControlTowxWindow(void *ptr
) {
170 src
= (wxControl
*) ptr
;
171 dest
= (wxWindow
*) src
;
172 return (void *) dest
;
175 static void *SwigwxControlTowxEvtHandler(void *ptr
) {
178 src
= (wxControl
*) ptr
;
179 dest
= (wxEvtHandler
*) src
;
180 return (void *) dest
;
183 #define new_wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxControl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
184 static PyObject
*_wrap_new_wxControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
185 PyObject
* _resultobj
;
189 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
190 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
191 long _arg4
= (long ) 0;
192 wxValidator
* _arg5
= (wxValidator
*) &wxPyDefaultValidator
;
193 char * _arg6
= (char *) "control";
194 PyObject
* _argo0
= 0;
196 PyObject
* _obj2
= 0;
198 PyObject
* _obj3
= 0;
199 PyObject
* _argo5
= 0;
200 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
204 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOlOs:new_wxControl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_arg6
))
207 if (_argo0
== Py_None
) { _arg0
= NULL
; }
208 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
209 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxControl. Expected _wxWindow_p.");
216 if (! wxPoint_helper(_obj2
, &_arg2
))
222 if (! wxSize_helper(_obj3
, &_arg3
))
226 if (_argo5
== Py_None
) { _arg5
= NULL
; }
227 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
228 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxControl. Expected _wxValidator_p.");
233 wxPy_BEGIN_ALLOW_THREADS
;
234 _result
= (wxControl
*)new_wxControl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
236 wxPy_END_ALLOW_THREADS
;
238 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxControl_p");
239 _resultobj
= Py_BuildValue("s",_ptemp
);
242 _resultobj
= Py_None
;
247 #define wxControl_Command(_swigobj,_swigarg0) (_swigobj->Command(_swigarg0))
248 static PyObject
*_wrap_wxControl_Command(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
249 PyObject
* _resultobj
;
251 wxCommandEvent
* _arg1
;
252 PyObject
* _argo0
= 0;
253 PyObject
* _argo1
= 0;
254 char *_kwnames
[] = { "self","event", NULL
};
257 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_Command",_kwnames
,&_argo0
,&_argo1
))
260 if (_argo0
== Py_None
) { _arg0
= NULL
; }
261 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
262 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_Command. Expected _wxControl_p.");
267 if (_argo1
== Py_None
) { _arg1
= NULL
; }
268 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxCommandEvent_p")) {
269 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxControl_Command. Expected _wxCommandEvent_p.");
274 wxPy_BEGIN_ALLOW_THREADS
;
275 wxControl_Command(_arg0
,*_arg1
);
277 wxPy_END_ALLOW_THREADS
;
278 } Py_INCREF(Py_None
);
279 _resultobj
= Py_None
;
283 #define wxControl_GetLabel(_swigobj) (_swigobj->GetLabel())
284 static PyObject
*_wrap_wxControl_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
285 PyObject
* _resultobj
;
288 PyObject
* _argo0
= 0;
289 char *_kwnames
[] = { "self", NULL
};
292 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxControl_GetLabel",_kwnames
,&_argo0
))
295 if (_argo0
== Py_None
) { _arg0
= NULL
; }
296 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
297 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_GetLabel. Expected _wxControl_p.");
302 wxPy_BEGIN_ALLOW_THREADS
;
303 _result
= new wxString (wxControl_GetLabel(_arg0
));
305 wxPy_END_ALLOW_THREADS
;
307 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
315 #define wxControl_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
316 static PyObject
*_wrap_wxControl_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
317 PyObject
* _resultobj
;
320 PyObject
* _argo0
= 0;
321 PyObject
* _obj1
= 0;
322 char *_kwnames
[] = { "self","label", NULL
};
325 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxControl_SetLabel",_kwnames
,&_argo0
,&_obj1
))
328 if (_argo0
== Py_None
) { _arg0
= NULL
; }
329 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxControl_p")) {
330 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxControl_SetLabel. Expected _wxControl_p.");
335 if (!PyString_Check(_obj1
)) {
336 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
339 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
342 wxPy_BEGIN_ALLOW_THREADS
;
343 wxControl_SetLabel(_arg0
,*_arg1
);
345 wxPy_END_ALLOW_THREADS
;
346 } Py_INCREF(Py_None
);
347 _resultobj
= Py_None
;
355 static void *SwigwxButtonTowxControl(void *ptr
) {
358 src
= (wxButton
*) ptr
;
359 dest
= (wxControl
*) src
;
360 return (void *) dest
;
363 static void *SwigwxButtonTowxWindow(void *ptr
) {
366 src
= (wxButton
*) ptr
;
367 dest
= (wxWindow
*) src
;
368 return (void *) dest
;
371 static void *SwigwxButtonTowxEvtHandler(void *ptr
) {
374 src
= (wxButton
*) ptr
;
375 dest
= (wxEvtHandler
*) src
;
376 return (void *) dest
;
379 #define new_wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
380 static PyObject
*_wrap_new_wxButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
381 PyObject
* _resultobj
;
386 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
387 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
388 long _arg5
= (long ) 0;
389 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
390 char * _arg7
= (char *) "button";
391 PyObject
* _argo0
= 0;
392 PyObject
* _obj2
= 0;
394 PyObject
* _obj3
= 0;
396 PyObject
* _obj4
= 0;
397 PyObject
* _argo6
= 0;
398 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
402 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
405 if (_argo0
== Py_None
) { _arg0
= NULL
; }
406 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
407 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxButton. Expected _wxWindow_p.");
412 if (!PyString_Check(_obj2
)) {
413 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
416 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
421 if (! wxPoint_helper(_obj3
, &_arg3
))
427 if (! wxSize_helper(_obj4
, &_arg4
))
431 if (_argo6
== Py_None
) { _arg6
= NULL
; }
432 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
433 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxButton. Expected _wxValidator_p.");
438 wxPy_BEGIN_ALLOW_THREADS
;
439 _result
= (wxButton
*)new_wxButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
441 wxPy_END_ALLOW_THREADS
;
443 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxButton_p");
444 _resultobj
= Py_BuildValue("s",_ptemp
);
447 _resultobj
= Py_None
;
456 #define wxButton_SetDefault(_swigobj) (_swigobj->SetDefault())
457 static PyObject
*_wrap_wxButton_SetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
458 PyObject
* _resultobj
;
460 PyObject
* _argo0
= 0;
461 char *_kwnames
[] = { "self", NULL
};
464 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxButton_SetDefault",_kwnames
,&_argo0
))
467 if (_argo0
== Py_None
) { _arg0
= NULL
; }
468 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
469 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetDefault. Expected _wxButton_p.");
474 wxPy_BEGIN_ALLOW_THREADS
;
475 wxButton_SetDefault(_arg0
);
477 wxPy_END_ALLOW_THREADS
;
478 } Py_INCREF(Py_None
);
479 _resultobj
= Py_None
;
483 #define wxButton_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
484 static PyObject
*_wrap_wxButton_SetBackgroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
485 PyObject
* _resultobj
;
488 PyObject
* _argo0
= 0;
490 PyObject
* _obj1
= 0;
491 char *_kwnames
[] = { "self","colour", NULL
};
494 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxButton_SetBackgroundColour",_kwnames
,&_argo0
,&_obj1
))
497 if (_argo0
== Py_None
) { _arg0
= NULL
; }
498 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
499 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetBackgroundColour. Expected _wxButton_p.");
505 if (! wxColour_helper(_obj1
, &_arg1
))
509 wxPy_BEGIN_ALLOW_THREADS
;
510 wxButton_SetBackgroundColour(_arg0
,*_arg1
);
512 wxPy_END_ALLOW_THREADS
;
513 } Py_INCREF(Py_None
);
514 _resultobj
= Py_None
;
518 #define wxButton_SetForegroundColour(_swigobj,_swigarg0) (_swigobj->SetForegroundColour(_swigarg0))
519 static PyObject
*_wrap_wxButton_SetForegroundColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
520 PyObject
* _resultobj
;
523 PyObject
* _argo0
= 0;
525 PyObject
* _obj1
= 0;
526 char *_kwnames
[] = { "self","colour", NULL
};
529 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxButton_SetForegroundColour",_kwnames
,&_argo0
,&_obj1
))
532 if (_argo0
== Py_None
) { _arg0
= NULL
; }
533 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxButton_p")) {
534 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxButton_SetForegroundColour. Expected _wxButton_p.");
540 if (! wxColour_helper(_obj1
, &_arg1
))
544 wxPy_BEGIN_ALLOW_THREADS
;
545 wxButton_SetForegroundColour(_arg0
,*_arg1
);
547 wxPy_END_ALLOW_THREADS
;
548 } Py_INCREF(Py_None
);
549 _resultobj
= Py_None
;
553 static void *SwigwxBitmapButtonTowxButton(void *ptr
) {
556 src
= (wxBitmapButton
*) ptr
;
557 dest
= (wxButton
*) src
;
558 return (void *) dest
;
561 static void *SwigwxBitmapButtonTowxControl(void *ptr
) {
564 src
= (wxBitmapButton
*) ptr
;
565 dest
= (wxControl
*) src
;
566 return (void *) dest
;
569 static void *SwigwxBitmapButtonTowxWindow(void *ptr
) {
572 src
= (wxBitmapButton
*) ptr
;
573 dest
= (wxWindow
*) src
;
574 return (void *) dest
;
577 static void *SwigwxBitmapButtonTowxEvtHandler(void *ptr
) {
580 src
= (wxBitmapButton
*) ptr
;
581 dest
= (wxEvtHandler
*) src
;
582 return (void *) dest
;
585 #define new_wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxBitmapButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
586 static PyObject
*_wrap_new_wxBitmapButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
587 PyObject
* _resultobj
;
588 wxBitmapButton
* _result
;
592 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
593 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
594 long _arg5
= (long ) wxBU_AUTODRAW
;
595 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
596 char * _arg7
= (char *) "button";
597 PyObject
* _argo0
= 0;
598 PyObject
* _argo2
= 0;
600 PyObject
* _obj3
= 0;
602 PyObject
* _obj4
= 0;
603 PyObject
* _argo6
= 0;
604 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","validator","name", NULL
};
608 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxBitmapButton",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
611 if (_argo0
== Py_None
) { _arg0
= NULL
; }
612 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
613 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxBitmapButton. Expected _wxWindow_p.");
618 if (_argo2
== Py_None
) { _arg2
= NULL
; }
619 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
620 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxBitmapButton. Expected _wxBitmap_p.");
627 if (! wxPoint_helper(_obj3
, &_arg3
))
633 if (! wxSize_helper(_obj4
, &_arg4
))
637 if (_argo6
== Py_None
) { _arg6
= NULL
; }
638 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
639 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxBitmapButton. Expected _wxValidator_p.");
644 wxPy_BEGIN_ALLOW_THREADS
;
645 _result
= (wxBitmapButton
*)new_wxBitmapButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
647 wxPy_END_ALLOW_THREADS
;
649 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmapButton_p");
650 _resultobj
= Py_BuildValue("s",_ptemp
);
653 _resultobj
= Py_None
;
658 #define wxBitmapButton_GetBitmapLabel(_swigobj) (_swigobj->GetBitmapLabel())
659 static PyObject
*_wrap_wxBitmapButton_GetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
660 PyObject
* _resultobj
;
662 wxBitmapButton
* _arg0
;
663 PyObject
* _argo0
= 0;
664 char *_kwnames
[] = { "self", NULL
};
668 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapLabel",_kwnames
,&_argo0
))
671 if (_argo0
== Py_None
) { _arg0
= NULL
; }
672 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
673 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapLabel. Expected _wxBitmapButton_p.");
678 wxPy_BEGIN_ALLOW_THREADS
;
679 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapLabel(_arg0
);
680 _result
= (wxBitmap
*) &_result_ref
;
682 wxPy_END_ALLOW_THREADS
;
684 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
685 _resultobj
= Py_BuildValue("s",_ptemp
);
688 _resultobj
= Py_None
;
693 #define wxBitmapButton_GetBitmapDisabled(_swigobj) (_swigobj->GetBitmapDisabled())
694 static PyObject
*_wrap_wxBitmapButton_GetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
695 PyObject
* _resultobj
;
697 wxBitmapButton
* _arg0
;
698 PyObject
* _argo0
= 0;
699 char *_kwnames
[] = { "self", NULL
};
703 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapDisabled",_kwnames
,&_argo0
))
706 if (_argo0
== Py_None
) { _arg0
= NULL
; }
707 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
708 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapDisabled. Expected _wxBitmapButton_p.");
713 wxPy_BEGIN_ALLOW_THREADS
;
714 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapDisabled(_arg0
);
715 _result
= (wxBitmap
*) &_result_ref
;
717 wxPy_END_ALLOW_THREADS
;
719 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
720 _resultobj
= Py_BuildValue("s",_ptemp
);
723 _resultobj
= Py_None
;
728 #define wxBitmapButton_GetBitmapFocus(_swigobj) (_swigobj->GetBitmapFocus())
729 static PyObject
*_wrap_wxBitmapButton_GetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
730 PyObject
* _resultobj
;
732 wxBitmapButton
* _arg0
;
733 PyObject
* _argo0
= 0;
734 char *_kwnames
[] = { "self", NULL
};
738 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapFocus",_kwnames
,&_argo0
))
741 if (_argo0
== Py_None
) { _arg0
= NULL
; }
742 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
743 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapFocus. Expected _wxBitmapButton_p.");
748 wxPy_BEGIN_ALLOW_THREADS
;
749 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapFocus(_arg0
);
750 _result
= (wxBitmap
*) &_result_ref
;
752 wxPy_END_ALLOW_THREADS
;
754 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
755 _resultobj
= Py_BuildValue("s",_ptemp
);
758 _resultobj
= Py_None
;
763 #define wxBitmapButton_GetBitmapSelected(_swigobj) (_swigobj->GetBitmapSelected())
764 static PyObject
*_wrap_wxBitmapButton_GetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
765 PyObject
* _resultobj
;
767 wxBitmapButton
* _arg0
;
768 PyObject
* _argo0
= 0;
769 char *_kwnames
[] = { "self", NULL
};
773 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetBitmapSelected",_kwnames
,&_argo0
))
776 if (_argo0
== Py_None
) { _arg0
= NULL
; }
777 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
778 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetBitmapSelected. Expected _wxBitmapButton_p.");
783 wxPy_BEGIN_ALLOW_THREADS
;
784 wxBitmap
& _result_ref
= wxBitmapButton_GetBitmapSelected(_arg0
);
785 _result
= (wxBitmap
*) &_result_ref
;
787 wxPy_END_ALLOW_THREADS
;
789 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
790 _resultobj
= Py_BuildValue("s",_ptemp
);
793 _resultobj
= Py_None
;
798 #define wxBitmapButton_SetBitmapDisabled(_swigobj,_swigarg0) (_swigobj->SetBitmapDisabled(_swigarg0))
799 static PyObject
*_wrap_wxBitmapButton_SetBitmapDisabled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
800 PyObject
* _resultobj
;
801 wxBitmapButton
* _arg0
;
803 PyObject
* _argo0
= 0;
804 PyObject
* _argo1
= 0;
805 char *_kwnames
[] = { "self","bitmap", NULL
};
808 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapDisabled",_kwnames
,&_argo0
,&_argo1
))
811 if (_argo0
== Py_None
) { _arg0
= NULL
; }
812 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
813 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmapButton_p.");
818 if (_argo1
== Py_None
) { _arg1
= NULL
; }
819 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
820 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapDisabled. Expected _wxBitmap_p.");
825 wxPy_BEGIN_ALLOW_THREADS
;
826 wxBitmapButton_SetBitmapDisabled(_arg0
,*_arg1
);
828 wxPy_END_ALLOW_THREADS
;
829 } Py_INCREF(Py_None
);
830 _resultobj
= Py_None
;
834 #define wxBitmapButton_SetBitmapFocus(_swigobj,_swigarg0) (_swigobj->SetBitmapFocus(_swigarg0))
835 static PyObject
*_wrap_wxBitmapButton_SetBitmapFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
836 PyObject
* _resultobj
;
837 wxBitmapButton
* _arg0
;
839 PyObject
* _argo0
= 0;
840 PyObject
* _argo1
= 0;
841 char *_kwnames
[] = { "self","bitmap", NULL
};
844 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapFocus",_kwnames
,&_argo0
,&_argo1
))
847 if (_argo0
== Py_None
) { _arg0
= NULL
; }
848 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
849 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmapButton_p.");
854 if (_argo1
== Py_None
) { _arg1
= NULL
; }
855 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
856 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapFocus. Expected _wxBitmap_p.");
861 wxPy_BEGIN_ALLOW_THREADS
;
862 wxBitmapButton_SetBitmapFocus(_arg0
,*_arg1
);
864 wxPy_END_ALLOW_THREADS
;
865 } Py_INCREF(Py_None
);
866 _resultobj
= Py_None
;
870 #define wxBitmapButton_SetBitmapSelected(_swigobj,_swigarg0) (_swigobj->SetBitmapSelected(_swigarg0))
871 static PyObject
*_wrap_wxBitmapButton_SetBitmapSelected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
872 PyObject
* _resultobj
;
873 wxBitmapButton
* _arg0
;
875 PyObject
* _argo0
= 0;
876 PyObject
* _argo1
= 0;
877 char *_kwnames
[] = { "self","bitmap", NULL
};
880 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapSelected",_kwnames
,&_argo0
,&_argo1
))
883 if (_argo0
== Py_None
) { _arg0
= NULL
; }
884 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
885 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmapButton_p.");
890 if (_argo1
== Py_None
) { _arg1
= NULL
; }
891 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
892 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapSelected. Expected _wxBitmap_p.");
897 wxPy_BEGIN_ALLOW_THREADS
;
898 wxBitmapButton_SetBitmapSelected(_arg0
,*_arg1
);
900 wxPy_END_ALLOW_THREADS
;
901 } Py_INCREF(Py_None
);
902 _resultobj
= Py_None
;
906 #define wxBitmapButton_SetBitmapLabel(_swigobj,_swigarg0) (_swigobj->SetBitmapLabel(_swigarg0))
907 static PyObject
*_wrap_wxBitmapButton_SetBitmapLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
908 PyObject
* _resultobj
;
909 wxBitmapButton
* _arg0
;
911 PyObject
* _argo0
= 0;
912 PyObject
* _argo1
= 0;
913 char *_kwnames
[] = { "self","bitmap", NULL
};
916 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxBitmapButton_SetBitmapLabel",_kwnames
,&_argo0
,&_argo1
))
919 if (_argo0
== Py_None
) { _arg0
= NULL
; }
920 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
921 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmapButton_p.");
926 if (_argo1
== Py_None
) { _arg1
= NULL
; }
927 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
928 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxBitmapButton_SetBitmapLabel. Expected _wxBitmap_p.");
933 wxPy_BEGIN_ALLOW_THREADS
;
934 wxBitmapButton_SetBitmapLabel(_arg0
,*_arg1
);
936 wxPy_END_ALLOW_THREADS
;
937 } Py_INCREF(Py_None
);
938 _resultobj
= Py_None
;
942 #define wxBitmapButton_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
943 static PyObject
*_wrap_wxBitmapButton_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
944 PyObject
* _resultobj
;
945 wxBitmapButton
* _arg0
;
948 PyObject
* _argo0
= 0;
949 char *_kwnames
[] = { "self","x","y", NULL
};
952 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxBitmapButton_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
955 if (_argo0
== Py_None
) { _arg0
= NULL
; }
956 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
957 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_SetMargins. Expected _wxBitmapButton_p.");
962 wxPy_BEGIN_ALLOW_THREADS
;
963 wxBitmapButton_SetMargins(_arg0
,_arg1
,_arg2
);
965 wxPy_END_ALLOW_THREADS
;
966 } Py_INCREF(Py_None
);
967 _resultobj
= Py_None
;
971 #define wxBitmapButton_GetMarginX(_swigobj) (_swigobj->GetMarginX())
972 static PyObject
*_wrap_wxBitmapButton_GetMarginX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
973 PyObject
* _resultobj
;
975 wxBitmapButton
* _arg0
;
976 PyObject
* _argo0
= 0;
977 char *_kwnames
[] = { "self", NULL
};
980 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginX",_kwnames
,&_argo0
))
983 if (_argo0
== Py_None
) { _arg0
= NULL
; }
984 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
985 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginX. Expected _wxBitmapButton_p.");
990 wxPy_BEGIN_ALLOW_THREADS
;
991 _result
= (int )wxBitmapButton_GetMarginX(_arg0
);
993 wxPy_END_ALLOW_THREADS
;
994 } _resultobj
= Py_BuildValue("i",_result
);
998 #define wxBitmapButton_GetMarginY(_swigobj) (_swigobj->GetMarginY())
999 static PyObject
*_wrap_wxBitmapButton_GetMarginY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1000 PyObject
* _resultobj
;
1002 wxBitmapButton
* _arg0
;
1003 PyObject
* _argo0
= 0;
1004 char *_kwnames
[] = { "self", NULL
};
1007 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxBitmapButton_GetMarginY",_kwnames
,&_argo0
))
1010 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1011 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBitmapButton_p")) {
1012 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBitmapButton_GetMarginY. Expected _wxBitmapButton_p.");
1017 wxPy_BEGIN_ALLOW_THREADS
;
1018 _result
= (int )wxBitmapButton_GetMarginY(_arg0
);
1020 wxPy_END_ALLOW_THREADS
;
1021 } _resultobj
= Py_BuildValue("i",_result
);
1025 static void *SwigwxCheckBoxTowxControl(void *ptr
) {
1028 src
= (wxCheckBox
*) ptr
;
1029 dest
= (wxControl
*) src
;
1030 return (void *) dest
;
1033 static void *SwigwxCheckBoxTowxWindow(void *ptr
) {
1036 src
= (wxCheckBox
*) ptr
;
1037 dest
= (wxWindow
*) src
;
1038 return (void *) dest
;
1041 static void *SwigwxCheckBoxTowxEvtHandler(void *ptr
) {
1044 src
= (wxCheckBox
*) ptr
;
1045 dest
= (wxEvtHandler
*) src
;
1046 return (void *) dest
;
1049 #define new_wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxCheckBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
1050 static PyObject
*_wrap_new_wxCheckBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1051 PyObject
* _resultobj
;
1052 wxCheckBox
* _result
;
1056 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
1057 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
1058 long _arg5
= (long ) 0;
1059 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
1060 char * _arg7
= (char *) "checkBox";
1061 PyObject
* _argo0
= 0;
1062 PyObject
* _obj2
= 0;
1064 PyObject
* _obj3
= 0;
1066 PyObject
* _obj4
= 0;
1067 PyObject
* _argo6
= 0;
1068 char *_kwnames
[] = { "parent","id","label","pos","size","style","val","name", NULL
};
1072 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxCheckBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
1075 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1076 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1077 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckBox. Expected _wxWindow_p.");
1082 if (!PyString_Check(_obj2
)) {
1083 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1086 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
1091 if (! wxPoint_helper(_obj3
, &_arg3
))
1097 if (! wxSize_helper(_obj4
, &_arg4
))
1101 if (_argo6
== Py_None
) { _arg6
= NULL
; }
1102 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
1103 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxCheckBox. Expected _wxValidator_p.");
1108 wxPy_BEGIN_ALLOW_THREADS
;
1109 _result
= (wxCheckBox
*)new_wxCheckBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
1111 wxPy_END_ALLOW_THREADS
;
1113 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckBox_p");
1114 _resultobj
= Py_BuildValue("s",_ptemp
);
1117 _resultobj
= Py_None
;
1126 #define wxCheckBox_GetValue(_swigobj) (_swigobj->GetValue())
1127 static PyObject
*_wrap_wxCheckBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1128 PyObject
* _resultobj
;
1131 PyObject
* _argo0
= 0;
1132 char *_kwnames
[] = { "self", NULL
};
1135 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckBox_GetValue",_kwnames
,&_argo0
))
1138 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1139 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
1140 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_GetValue. Expected _wxCheckBox_p.");
1145 wxPy_BEGIN_ALLOW_THREADS
;
1146 _result
= (bool )wxCheckBox_GetValue(_arg0
);
1148 wxPy_END_ALLOW_THREADS
;
1149 } _resultobj
= Py_BuildValue("i",_result
);
1153 #define wxCheckBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
1154 static PyObject
*_wrap_wxCheckBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1155 PyObject
* _resultobj
;
1158 PyObject
* _argo0
= 0;
1160 char *_kwnames
[] = { "self","state", NULL
};
1163 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckBox_SetValue",_kwnames
,&_argo0
,&tempbool1
))
1166 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1167 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckBox_p")) {
1168 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckBox_SetValue. Expected _wxCheckBox_p.");
1172 _arg1
= (bool ) tempbool1
;
1174 wxPy_BEGIN_ALLOW_THREADS
;
1175 wxCheckBox_SetValue(_arg0
,_arg1
);
1177 wxPy_END_ALLOW_THREADS
;
1178 } Py_INCREF(Py_None
);
1179 _resultobj
= Py_None
;
1183 static void *SwigwxChoiceTowxControl(void *ptr
) {
1186 src
= (wxChoice
*) ptr
;
1187 dest
= (wxControl
*) src
;
1188 return (void *) dest
;
1191 static void *SwigwxChoiceTowxWindow(void *ptr
) {
1194 src
= (wxChoice
*) ptr
;
1195 dest
= (wxWindow
*) src
;
1196 return (void *) dest
;
1199 static void *SwigwxChoiceTowxEvtHandler(void *ptr
) {
1202 src
= (wxChoice
*) ptr
;
1203 dest
= (wxEvtHandler
*) src
;
1204 return (void *) dest
;
1207 #define new_wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxChoice(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
1208 static PyObject
*_wrap_new_wxChoice(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1209 PyObject
* _resultobj
;
1213 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
1214 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
1215 int _arg4
= (int ) 0;
1216 wxString
* _arg5
= (wxString
*) NULL
;
1217 long _arg6
= (long ) 0;
1218 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
1219 char * _arg8
= (char *) "choice";
1220 PyObject
* _argo0
= 0;
1222 PyObject
* _obj2
= 0;
1224 PyObject
* _obj3
= 0;
1225 PyObject
* _obj5
= 0;
1226 PyObject
* _argo7
= 0;
1227 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
1231 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxChoice",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
1234 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1235 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1236 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxChoice. Expected _wxWindow_p.");
1243 if (! wxPoint_helper(_obj2
, &_arg2
))
1249 if (! wxSize_helper(_obj3
, &_arg3
))
1254 _arg5
= wxString_LIST_helper(_obj5
);
1255 if (_arg5
== NULL
) {
1260 if (_argo7
== Py_None
) { _arg7
= NULL
; }
1261 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
1262 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxChoice. Expected _wxValidator_p.");
1268 _arg4
= PyList_Size(_obj5
);
1275 wxPy_BEGIN_ALLOW_THREADS
;
1276 _result
= (wxChoice
*)new_wxChoice(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
1278 wxPy_END_ALLOW_THREADS
;
1280 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxChoice_p");
1281 _resultobj
= Py_BuildValue("s",_ptemp
);
1284 _resultobj
= Py_None
;
1292 #define wxChoice_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1293 static PyObject
*_wrap_wxChoice_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1294 PyObject
* _resultobj
;
1297 PyObject
* _argo0
= 0;
1298 PyObject
* _obj1
= 0;
1299 char *_kwnames
[] = { "self","item", NULL
};
1302 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_Append",_kwnames
,&_argo0
,&_obj1
))
1305 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1306 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1307 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Append. Expected _wxChoice_p.");
1312 if (!PyString_Check(_obj1
)) {
1313 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1316 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1319 wxPy_BEGIN_ALLOW_THREADS
;
1320 wxChoice_Append(_arg0
,*_arg1
);
1322 wxPy_END_ALLOW_THREADS
;
1323 } Py_INCREF(Py_None
);
1324 _resultobj
= Py_None
;
1332 #define wxChoice_Clear(_swigobj) (_swigobj->Clear())
1333 static PyObject
*_wrap_wxChoice_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1334 PyObject
* _resultobj
;
1336 PyObject
* _argo0
= 0;
1337 char *_kwnames
[] = { "self", NULL
};
1340 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Clear",_kwnames
,&_argo0
))
1343 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1344 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1345 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Clear. Expected _wxChoice_p.");
1350 wxPy_BEGIN_ALLOW_THREADS
;
1351 wxChoice_Clear(_arg0
);
1353 wxPy_END_ALLOW_THREADS
;
1354 } Py_INCREF(Py_None
);
1355 _resultobj
= Py_None
;
1359 #define wxChoice_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1360 static PyObject
*_wrap_wxChoice_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1361 PyObject
* _resultobj
;
1365 PyObject
* _argo0
= 0;
1366 PyObject
* _obj1
= 0;
1367 char *_kwnames
[] = { "self","string", NULL
};
1370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_FindString",_kwnames
,&_argo0
,&_obj1
))
1373 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1374 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1375 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_FindString. Expected _wxChoice_p.");
1380 if (!PyString_Check(_obj1
)) {
1381 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1384 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1387 wxPy_BEGIN_ALLOW_THREADS
;
1388 _result
= (int )wxChoice_FindString(_arg0
,*_arg1
);
1390 wxPy_END_ALLOW_THREADS
;
1391 } _resultobj
= Py_BuildValue("i",_result
);
1399 #define wxChoice_GetColumns(_swigobj) (_swigobj->GetColumns())
1400 static PyObject
*_wrap_wxChoice_GetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1401 PyObject
* _resultobj
;
1404 PyObject
* _argo0
= 0;
1405 char *_kwnames
[] = { "self", NULL
};
1408 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetColumns",_kwnames
,&_argo0
))
1411 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1412 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1413 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetColumns. Expected _wxChoice_p.");
1418 wxPy_BEGIN_ALLOW_THREADS
;
1419 _result
= (int )wxChoice_GetColumns(_arg0
);
1421 wxPy_END_ALLOW_THREADS
;
1422 } _resultobj
= Py_BuildValue("i",_result
);
1426 #define wxChoice_GetSelection(_swigobj) (_swigobj->GetSelection())
1427 static PyObject
*_wrap_wxChoice_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1428 PyObject
* _resultobj
;
1431 PyObject
* _argo0
= 0;
1432 char *_kwnames
[] = { "self", NULL
};
1435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetSelection",_kwnames
,&_argo0
))
1438 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1439 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetSelection. Expected _wxChoice_p.");
1445 wxPy_BEGIN_ALLOW_THREADS
;
1446 _result
= (int )wxChoice_GetSelection(_arg0
);
1448 wxPy_END_ALLOW_THREADS
;
1449 } _resultobj
= Py_BuildValue("i",_result
);
1453 #define wxChoice_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
1454 static PyObject
*_wrap_wxChoice_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1455 PyObject
* _resultobj
;
1459 PyObject
* _argo0
= 0;
1460 char *_kwnames
[] = { "self","n", NULL
};
1463 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_GetString",_kwnames
,&_argo0
,&_arg1
))
1466 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1467 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1468 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetString. Expected _wxChoice_p.");
1473 wxPy_BEGIN_ALLOW_THREADS
;
1474 _result
= new wxString (wxChoice_GetString(_arg0
,_arg1
));
1476 wxPy_END_ALLOW_THREADS
;
1478 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
1486 #define wxChoice_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1487 static PyObject
*_wrap_wxChoice_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1488 PyObject
* _resultobj
;
1491 PyObject
* _argo0
= 0;
1492 char *_kwnames
[] = { "self", NULL
};
1495 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_GetStringSelection",_kwnames
,&_argo0
))
1498 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1499 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1500 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_GetStringSelection. Expected _wxChoice_p.");
1505 wxPy_BEGIN_ALLOW_THREADS
;
1506 _result
= new wxString (wxChoice_GetStringSelection(_arg0
));
1508 wxPy_END_ALLOW_THREADS
;
1510 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
1518 #define wxChoice_Number(_swigobj) (_swigobj->Number())
1519 static PyObject
*_wrap_wxChoice_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1520 PyObject
* _resultobj
;
1523 PyObject
* _argo0
= 0;
1524 char *_kwnames
[] = { "self", NULL
};
1527 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxChoice_Number",_kwnames
,&_argo0
))
1530 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1531 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1532 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_Number. Expected _wxChoice_p.");
1537 wxPy_BEGIN_ALLOW_THREADS
;
1538 _result
= (int )wxChoice_Number(_arg0
);
1540 wxPy_END_ALLOW_THREADS
;
1541 } _resultobj
= Py_BuildValue("i",_result
);
1545 #define wxChoice_SetColumns(_swigobj,_swigarg0) (_swigobj->SetColumns(_swigarg0))
1546 static PyObject
*_wrap_wxChoice_SetColumns(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1547 PyObject
* _resultobj
;
1549 int _arg1
= (int ) 1;
1550 PyObject
* _argo0
= 0;
1551 char *_kwnames
[] = { "self","n", NULL
};
1554 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|i:wxChoice_SetColumns",_kwnames
,&_argo0
,&_arg1
))
1557 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1558 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1559 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetColumns. Expected _wxChoice_p.");
1564 wxPy_BEGIN_ALLOW_THREADS
;
1565 wxChoice_SetColumns(_arg0
,_arg1
);
1567 wxPy_END_ALLOW_THREADS
;
1568 } Py_INCREF(Py_None
);
1569 _resultobj
= Py_None
;
1573 #define wxChoice_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
1574 static PyObject
*_wrap_wxChoice_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1575 PyObject
* _resultobj
;
1578 PyObject
* _argo0
= 0;
1579 char *_kwnames
[] = { "self","n", NULL
};
1582 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxChoice_SetSelection",_kwnames
,&_argo0
,&_arg1
))
1585 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1586 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1587 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetSelection. Expected _wxChoice_p.");
1592 wxPy_BEGIN_ALLOW_THREADS
;
1593 wxChoice_SetSelection(_arg0
,_arg1
);
1595 wxPy_END_ALLOW_THREADS
;
1596 } Py_INCREF(Py_None
);
1597 _resultobj
= Py_None
;
1601 #define wxChoice_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
1602 static PyObject
*_wrap_wxChoice_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1603 PyObject
* _resultobj
;
1606 PyObject
* _argo0
= 0;
1607 PyObject
* _obj1
= 0;
1608 char *_kwnames
[] = { "self","string", NULL
};
1611 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxChoice_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
1614 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1615 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxChoice_p")) {
1616 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxChoice_SetStringSelection. Expected _wxChoice_p.");
1621 if (!PyString_Check(_obj1
)) {
1622 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1625 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1628 wxPy_BEGIN_ALLOW_THREADS
;
1629 wxChoice_SetStringSelection(_arg0
,*_arg1
);
1631 wxPy_END_ALLOW_THREADS
;
1632 } Py_INCREF(Py_None
);
1633 _resultobj
= Py_None
;
1641 static void *SwigwxComboBoxTowxChoice(void *ptr
) {
1644 src
= (wxComboBox
*) ptr
;
1645 dest
= (wxChoice
*) src
;
1646 return (void *) dest
;
1649 static void *SwigwxComboBoxTowxControl(void *ptr
) {
1652 src
= (wxComboBox
*) ptr
;
1653 dest
= (wxControl
*) src
;
1654 return (void *) dest
;
1657 static void *SwigwxComboBoxTowxWindow(void *ptr
) {
1660 src
= (wxComboBox
*) ptr
;
1661 dest
= (wxWindow
*) src
;
1662 return (void *) dest
;
1665 static void *SwigwxComboBoxTowxEvtHandler(void *ptr
) {
1668 src
= (wxComboBox
*) ptr
;
1669 dest
= (wxEvtHandler
*) src
;
1670 return (void *) dest
;
1673 #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))
1674 static PyObject
*_wrap_new_wxComboBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1675 PyObject
* _resultobj
;
1676 wxComboBox
* _result
;
1679 char * _arg2
= (char *) "";
1680 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
1681 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
1682 int _arg5
= (int ) 0;
1683 wxString
* _arg6
= (wxString
*) NULL
;
1684 long _arg7
= (long ) 0;
1685 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
1686 char * _arg9
= (char *) "comboBox";
1687 PyObject
* _argo0
= 0;
1689 PyObject
* _obj3
= 0;
1691 PyObject
* _obj4
= 0;
1692 PyObject
* _obj6
= 0;
1693 PyObject
* _argo8
= 0;
1694 char *_kwnames
[] = { "parent","id","value","pos","size","choices","style","validator","name", NULL
};
1698 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOOlOs:new_wxComboBox",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
1701 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1702 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1703 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxComboBox. Expected _wxWindow_p.");
1710 if (! wxPoint_helper(_obj3
, &_arg3
))
1716 if (! wxSize_helper(_obj4
, &_arg4
))
1721 _arg6
= wxString_LIST_helper(_obj6
);
1722 if (_arg6
== NULL
) {
1727 if (_argo8
== Py_None
) { _arg8
= NULL
; }
1728 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
1729 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxComboBox. Expected _wxValidator_p.");
1735 _arg5
= PyList_Size(_obj6
);
1742 wxPy_BEGIN_ALLOW_THREADS
;
1743 _result
= (wxComboBox
*)new_wxComboBox(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,*_arg8
,_arg9
);
1745 wxPy_END_ALLOW_THREADS
;
1747 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxComboBox_p");
1748 _resultobj
= Py_BuildValue("s",_ptemp
);
1751 _resultobj
= Py_None
;
1759 #define wxComboBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
1760 static PyObject
*_wrap_wxComboBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1761 PyObject
* _resultobj
;
1764 PyObject
* _argo0
= 0;
1765 PyObject
* _obj1
= 0;
1766 char *_kwnames
[] = { "self","item", NULL
};
1769 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_Append",_kwnames
,&_argo0
,&_obj1
))
1772 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1773 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1774 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Append. Expected _wxComboBox_p.");
1779 if (!PyString_Check(_obj1
)) {
1780 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1783 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1786 wxPy_BEGIN_ALLOW_THREADS
;
1787 wxComboBox_Append(_arg0
,*_arg1
);
1789 wxPy_END_ALLOW_THREADS
;
1790 } Py_INCREF(Py_None
);
1791 _resultobj
= Py_None
;
1799 #define wxComboBox_Clear(_swigobj) (_swigobj->Clear())
1800 static PyObject
*_wrap_wxComboBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1801 PyObject
* _resultobj
;
1803 PyObject
* _argo0
= 0;
1804 char *_kwnames
[] = { "self", NULL
};
1807 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Clear",_kwnames
,&_argo0
))
1810 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1811 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1812 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Clear. Expected _wxComboBox_p.");
1817 wxPy_BEGIN_ALLOW_THREADS
;
1818 wxComboBox_Clear(_arg0
);
1820 wxPy_END_ALLOW_THREADS
;
1821 } Py_INCREF(Py_None
);
1822 _resultobj
= Py_None
;
1826 #define wxComboBox_Copy(_swigobj) (_swigobj->Copy())
1827 static PyObject
*_wrap_wxComboBox_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1828 PyObject
* _resultobj
;
1830 PyObject
* _argo0
= 0;
1831 char *_kwnames
[] = { "self", NULL
};
1834 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Copy",_kwnames
,&_argo0
))
1837 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1838 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1839 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Copy. Expected _wxComboBox_p.");
1844 wxPy_BEGIN_ALLOW_THREADS
;
1845 wxComboBox_Copy(_arg0
);
1847 wxPy_END_ALLOW_THREADS
;
1848 } Py_INCREF(Py_None
);
1849 _resultobj
= Py_None
;
1853 #define wxComboBox_Cut(_swigobj) (_swigobj->Cut())
1854 static PyObject
*_wrap_wxComboBox_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1855 PyObject
* _resultobj
;
1857 PyObject
* _argo0
= 0;
1858 char *_kwnames
[] = { "self", NULL
};
1861 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Cut",_kwnames
,&_argo0
))
1864 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1865 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1866 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Cut. Expected _wxComboBox_p.");
1871 wxPy_BEGIN_ALLOW_THREADS
;
1872 wxComboBox_Cut(_arg0
);
1874 wxPy_END_ALLOW_THREADS
;
1875 } Py_INCREF(Py_None
);
1876 _resultobj
= Py_None
;
1880 #define wxComboBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
1881 static PyObject
*_wrap_wxComboBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1882 PyObject
* _resultobj
;
1885 PyObject
* _argo0
= 0;
1886 char *_kwnames
[] = { "self","n", NULL
};
1889 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_Delete",_kwnames
,&_argo0
,&_arg1
))
1892 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1893 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1894 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Delete. Expected _wxComboBox_p.");
1899 wxPy_BEGIN_ALLOW_THREADS
;
1900 wxComboBox_Delete(_arg0
,_arg1
);
1902 wxPy_END_ALLOW_THREADS
;
1903 } Py_INCREF(Py_None
);
1904 _resultobj
= Py_None
;
1908 #define wxComboBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
1909 static PyObject
*_wrap_wxComboBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1910 PyObject
* _resultobj
;
1914 PyObject
* _argo0
= 0;
1915 PyObject
* _obj1
= 0;
1916 char *_kwnames
[] = { "self","string", NULL
};
1919 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_FindString",_kwnames
,&_argo0
,&_obj1
))
1922 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1923 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1924 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_FindString. Expected _wxComboBox_p.");
1929 if (!PyString_Check(_obj1
)) {
1930 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1933 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
1936 wxPy_BEGIN_ALLOW_THREADS
;
1937 _result
= (int )wxComboBox_FindString(_arg0
,*_arg1
);
1939 wxPy_END_ALLOW_THREADS
;
1940 } _resultobj
= Py_BuildValue("i",_result
);
1948 #define wxComboBox_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
1949 static PyObject
*_wrap_wxComboBox_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1950 PyObject
* _resultobj
;
1953 PyObject
* _argo0
= 0;
1954 char *_kwnames
[] = { "self", NULL
};
1957 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetInsertionPoint",_kwnames
,&_argo0
))
1960 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1961 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1962 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetInsertionPoint. Expected _wxComboBox_p.");
1967 wxPy_BEGIN_ALLOW_THREADS
;
1968 _result
= (long )wxComboBox_GetInsertionPoint(_arg0
);
1970 wxPy_END_ALLOW_THREADS
;
1971 } _resultobj
= Py_BuildValue("l",_result
);
1975 #define wxComboBox_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
1976 static PyObject
*_wrap_wxComboBox_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1977 PyObject
* _resultobj
;
1980 PyObject
* _argo0
= 0;
1981 char *_kwnames
[] = { "self", NULL
};
1984 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetLastPosition",_kwnames
,&_argo0
))
1987 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1988 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
1989 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetLastPosition. Expected _wxComboBox_p.");
1994 wxPy_BEGIN_ALLOW_THREADS
;
1995 _result
= (long )wxComboBox_GetLastPosition(_arg0
);
1997 wxPy_END_ALLOW_THREADS
;
1998 } _resultobj
= Py_BuildValue("l",_result
);
2002 #define wxComboBox_GetSelection(_swigobj) (_swigobj->GetSelection())
2003 static PyObject
*_wrap_wxComboBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2004 PyObject
* _resultobj
;
2007 PyObject
* _argo0
= 0;
2008 char *_kwnames
[] = { "self", NULL
};
2011 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetSelection",_kwnames
,&_argo0
))
2014 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2015 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2016 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetSelection. Expected _wxComboBox_p.");
2021 wxPy_BEGIN_ALLOW_THREADS
;
2022 _result
= (int )wxComboBox_GetSelection(_arg0
);
2024 wxPy_END_ALLOW_THREADS
;
2025 } _resultobj
= Py_BuildValue("i",_result
);
2029 #define wxComboBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
2030 static PyObject
*_wrap_wxComboBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2031 PyObject
* _resultobj
;
2035 PyObject
* _argo0
= 0;
2036 char *_kwnames
[] = { "self","n", NULL
};
2039 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_GetString",_kwnames
,&_argo0
,&_arg1
))
2042 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2043 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2044 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetString. Expected _wxComboBox_p.");
2049 wxPy_BEGIN_ALLOW_THREADS
;
2050 _result
= new wxString (wxComboBox_GetString(_arg0
,_arg1
));
2052 wxPy_END_ALLOW_THREADS
;
2054 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
2062 #define wxComboBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
2063 static PyObject
*_wrap_wxComboBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2064 PyObject
* _resultobj
;
2067 PyObject
* _argo0
= 0;
2068 char *_kwnames
[] = { "self", NULL
};
2071 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetStringSelection",_kwnames
,&_argo0
))
2074 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2075 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2076 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetStringSelection. Expected _wxComboBox_p.");
2081 wxPy_BEGIN_ALLOW_THREADS
;
2082 _result
= new wxString (wxComboBox_GetStringSelection(_arg0
));
2084 wxPy_END_ALLOW_THREADS
;
2086 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
2094 #define wxComboBox_GetValue(_swigobj) (_swigobj->GetValue())
2095 static PyObject
*_wrap_wxComboBox_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2096 PyObject
* _resultobj
;
2099 PyObject
* _argo0
= 0;
2100 char *_kwnames
[] = { "self", NULL
};
2103 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_GetValue",_kwnames
,&_argo0
))
2106 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2107 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2108 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_GetValue. Expected _wxComboBox_p.");
2113 wxPy_BEGIN_ALLOW_THREADS
;
2114 _result
= new wxString (wxComboBox_GetValue(_arg0
));
2116 wxPy_END_ALLOW_THREADS
;
2118 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
2126 #define wxComboBox_Number(_swigobj) (_swigobj->Number())
2127 static PyObject
*_wrap_wxComboBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2128 PyObject
* _resultobj
;
2131 PyObject
* _argo0
= 0;
2132 char *_kwnames
[] = { "self", NULL
};
2135 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Number",_kwnames
,&_argo0
))
2138 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2139 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2140 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Number. Expected _wxComboBox_p.");
2145 wxPy_BEGIN_ALLOW_THREADS
;
2146 _result
= (int )wxComboBox_Number(_arg0
);
2148 wxPy_END_ALLOW_THREADS
;
2149 } _resultobj
= Py_BuildValue("i",_result
);
2153 #define wxComboBox_Paste(_swigobj) (_swigobj->Paste())
2154 static PyObject
*_wrap_wxComboBox_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2155 PyObject
* _resultobj
;
2157 PyObject
* _argo0
= 0;
2158 char *_kwnames
[] = { "self", NULL
};
2161 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_Paste",_kwnames
,&_argo0
))
2164 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2165 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2166 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Paste. Expected _wxComboBox_p.");
2171 wxPy_BEGIN_ALLOW_THREADS
;
2172 wxComboBox_Paste(_arg0
);
2174 wxPy_END_ALLOW_THREADS
;
2175 } Py_INCREF(Py_None
);
2176 _resultobj
= Py_None
;
2180 #define wxComboBox_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
2181 static PyObject
*_wrap_wxComboBox_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2182 PyObject
* _resultobj
;
2187 PyObject
* _argo0
= 0;
2188 PyObject
* _obj3
= 0;
2189 char *_kwnames
[] = { "self","from","to","text", NULL
};
2192 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxComboBox_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
2195 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2196 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2197 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Replace. Expected _wxComboBox_p.");
2202 if (!PyString_Check(_obj3
)) {
2203 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2206 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
2209 wxPy_BEGIN_ALLOW_THREADS
;
2210 wxComboBox_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
2212 wxPy_END_ALLOW_THREADS
;
2213 } Py_INCREF(Py_None
);
2214 _resultobj
= Py_None
;
2222 #define wxComboBox_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
2223 static PyObject
*_wrap_wxComboBox_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2224 PyObject
* _resultobj
;
2228 PyObject
* _argo0
= 0;
2229 char *_kwnames
[] = { "self","from","to", NULL
};
2232 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2235 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2236 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2237 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_Remove. Expected _wxComboBox_p.");
2242 wxPy_BEGIN_ALLOW_THREADS
;
2243 wxComboBox_Remove(_arg0
,_arg1
,_arg2
);
2245 wxPy_END_ALLOW_THREADS
;
2246 } Py_INCREF(Py_None
);
2247 _resultobj
= Py_None
;
2251 #define wxComboBox_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
2252 static PyObject
*_wrap_wxComboBox_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2253 PyObject
* _resultobj
;
2256 PyObject
* _argo0
= 0;
2257 char *_kwnames
[] = { "self","pos", NULL
};
2260 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxComboBox_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
2263 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2264 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2265 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPoint. Expected _wxComboBox_p.");
2270 wxPy_BEGIN_ALLOW_THREADS
;
2271 wxComboBox_SetInsertionPoint(_arg0
,_arg1
);
2273 wxPy_END_ALLOW_THREADS
;
2274 } Py_INCREF(Py_None
);
2275 _resultobj
= Py_None
;
2279 #define wxComboBox_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
2280 static PyObject
*_wrap_wxComboBox_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2281 PyObject
* _resultobj
;
2283 PyObject
* _argo0
= 0;
2284 char *_kwnames
[] = { "self", NULL
};
2287 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxComboBox_SetInsertionPointEnd",_kwnames
,&_argo0
))
2290 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2291 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2292 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetInsertionPointEnd. Expected _wxComboBox_p.");
2297 wxPy_BEGIN_ALLOW_THREADS
;
2298 wxComboBox_SetInsertionPointEnd(_arg0
);
2300 wxPy_END_ALLOW_THREADS
;
2301 } Py_INCREF(Py_None
);
2302 _resultobj
= Py_None
;
2306 #define wxComboBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
2307 static PyObject
*_wrap_wxComboBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2308 PyObject
* _resultobj
;
2311 PyObject
* _argo0
= 0;
2312 char *_kwnames
[] = { "self","n", NULL
};
2315 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxComboBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
2318 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2319 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2320 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetSelection. Expected _wxComboBox_p.");
2325 wxPy_BEGIN_ALLOW_THREADS
;
2326 wxComboBox_SetSelection(_arg0
,_arg1
);
2328 wxPy_END_ALLOW_THREADS
;
2329 } Py_INCREF(Py_None
);
2330 _resultobj
= Py_None
;
2334 #define wxComboBox_SetMark(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
2335 static PyObject
*_wrap_wxComboBox_SetMark(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2336 PyObject
* _resultobj
;
2340 PyObject
* _argo0
= 0;
2341 char *_kwnames
[] = { "self","from","to", NULL
};
2344 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxComboBox_SetMark",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2347 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2348 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2349 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetMark. Expected _wxComboBox_p.");
2354 wxPy_BEGIN_ALLOW_THREADS
;
2355 wxComboBox_SetMark(_arg0
,_arg1
,_arg2
);
2357 wxPy_END_ALLOW_THREADS
;
2358 } Py_INCREF(Py_None
);
2359 _resultobj
= Py_None
;
2363 #define wxComboBox_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2364 static PyObject
*_wrap_wxComboBox_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2365 PyObject
* _resultobj
;
2368 PyObject
* _argo0
= 0;
2369 PyObject
* _obj1
= 0;
2370 char *_kwnames
[] = { "self","text", NULL
};
2373 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxComboBox_SetValue",_kwnames
,&_argo0
,&_obj1
))
2376 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2377 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxComboBox_p")) {
2378 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxComboBox_SetValue. Expected _wxComboBox_p.");
2383 if (!PyString_Check(_obj1
)) {
2384 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2387 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
2390 wxPy_BEGIN_ALLOW_THREADS
;
2391 wxComboBox_SetValue(_arg0
,*_arg1
);
2393 wxPy_END_ALLOW_THREADS
;
2394 } Py_INCREF(Py_None
);
2395 _resultobj
= Py_None
;
2403 static void *SwigwxGaugeTowxControl(void *ptr
) {
2406 src
= (wxGauge
*) ptr
;
2407 dest
= (wxControl
*) src
;
2408 return (void *) dest
;
2411 static void *SwigwxGaugeTowxWindow(void *ptr
) {
2414 src
= (wxGauge
*) ptr
;
2415 dest
= (wxWindow
*) src
;
2416 return (void *) dest
;
2419 static void *SwigwxGaugeTowxEvtHandler(void *ptr
) {
2422 src
= (wxGauge
*) ptr
;
2423 dest
= (wxEvtHandler
*) src
;
2424 return (void *) dest
;
2427 #define new_wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxGauge(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
2428 static PyObject
*_wrap_new_wxGauge(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2429 PyObject
* _resultobj
;
2434 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2435 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2436 long _arg5
= (long ) wxGA_HORIZONTAL
;
2437 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
2438 char * _arg7
= (char *) "gauge";
2439 PyObject
* _argo0
= 0;
2441 PyObject
* _obj3
= 0;
2443 PyObject
* _obj4
= 0;
2444 PyObject
* _argo6
= 0;
2445 char *_kwnames
[] = { "parent","id","range","pos","size","style","validator","name", NULL
};
2449 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OOlOs:new_wxGauge",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
2452 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2453 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2454 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxGauge. Expected _wxWindow_p.");
2461 if (! wxPoint_helper(_obj3
, &_arg3
))
2467 if (! wxSize_helper(_obj4
, &_arg4
))
2471 if (_argo6
== Py_None
) { _arg6
= NULL
; }
2472 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
2473 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxGauge. Expected _wxValidator_p.");
2478 wxPy_BEGIN_ALLOW_THREADS
;
2479 _result
= (wxGauge
*)new_wxGauge(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
2481 wxPy_END_ALLOW_THREADS
;
2483 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxGauge_p");
2484 _resultobj
= Py_BuildValue("s",_ptemp
);
2487 _resultobj
= Py_None
;
2492 #define wxGauge_GetBezelFace(_swigobj) (_swigobj->GetBezelFace())
2493 static PyObject
*_wrap_wxGauge_GetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2494 PyObject
* _resultobj
;
2497 PyObject
* _argo0
= 0;
2498 char *_kwnames
[] = { "self", NULL
};
2501 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetBezelFace",_kwnames
,&_argo0
))
2504 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2505 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2506 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetBezelFace. Expected _wxGauge_p.");
2511 wxPy_BEGIN_ALLOW_THREADS
;
2512 _result
= (int )wxGauge_GetBezelFace(_arg0
);
2514 wxPy_END_ALLOW_THREADS
;
2515 } _resultobj
= Py_BuildValue("i",_result
);
2519 #define wxGauge_GetRange(_swigobj) (_swigobj->GetRange())
2520 static PyObject
*_wrap_wxGauge_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2521 PyObject
* _resultobj
;
2524 PyObject
* _argo0
= 0;
2525 char *_kwnames
[] = { "self", NULL
};
2528 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetRange",_kwnames
,&_argo0
))
2531 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2532 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2533 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetRange. Expected _wxGauge_p.");
2538 wxPy_BEGIN_ALLOW_THREADS
;
2539 _result
= (int )wxGauge_GetRange(_arg0
);
2541 wxPy_END_ALLOW_THREADS
;
2542 } _resultobj
= Py_BuildValue("i",_result
);
2546 #define wxGauge_GetShadowWidth(_swigobj) (_swigobj->GetShadowWidth())
2547 static PyObject
*_wrap_wxGauge_GetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2548 PyObject
* _resultobj
;
2551 PyObject
* _argo0
= 0;
2552 char *_kwnames
[] = { "self", NULL
};
2555 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetShadowWidth",_kwnames
,&_argo0
))
2558 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2559 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2560 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetShadowWidth. Expected _wxGauge_p.");
2565 wxPy_BEGIN_ALLOW_THREADS
;
2566 _result
= (int )wxGauge_GetShadowWidth(_arg0
);
2568 wxPy_END_ALLOW_THREADS
;
2569 } _resultobj
= Py_BuildValue("i",_result
);
2573 #define wxGauge_GetValue(_swigobj) (_swigobj->GetValue())
2574 static PyObject
*_wrap_wxGauge_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2575 PyObject
* _resultobj
;
2578 PyObject
* _argo0
= 0;
2579 char *_kwnames
[] = { "self", NULL
};
2582 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGauge_GetValue",_kwnames
,&_argo0
))
2585 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2586 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2587 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_GetValue. Expected _wxGauge_p.");
2592 wxPy_BEGIN_ALLOW_THREADS
;
2593 _result
= (int )wxGauge_GetValue(_arg0
);
2595 wxPy_END_ALLOW_THREADS
;
2596 } _resultobj
= Py_BuildValue("i",_result
);
2600 #define wxGauge_SetBezelFace(_swigobj,_swigarg0) (_swigobj->SetBezelFace(_swigarg0))
2601 static PyObject
*_wrap_wxGauge_SetBezelFace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2602 PyObject
* _resultobj
;
2605 PyObject
* _argo0
= 0;
2606 char *_kwnames
[] = { "self","width", NULL
};
2609 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetBezelFace",_kwnames
,&_argo0
,&_arg1
))
2612 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2613 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2614 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetBezelFace. Expected _wxGauge_p.");
2619 wxPy_BEGIN_ALLOW_THREADS
;
2620 wxGauge_SetBezelFace(_arg0
,_arg1
);
2622 wxPy_END_ALLOW_THREADS
;
2623 } Py_INCREF(Py_None
);
2624 _resultobj
= Py_None
;
2628 #define wxGauge_SetRange(_swigobj,_swigarg0) (_swigobj->SetRange(_swigarg0))
2629 static PyObject
*_wrap_wxGauge_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2630 PyObject
* _resultobj
;
2633 PyObject
* _argo0
= 0;
2634 char *_kwnames
[] = { "self","range", NULL
};
2637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetRange",_kwnames
,&_argo0
,&_arg1
))
2640 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2641 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2642 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetRange. Expected _wxGauge_p.");
2647 wxPy_BEGIN_ALLOW_THREADS
;
2648 wxGauge_SetRange(_arg0
,_arg1
);
2650 wxPy_END_ALLOW_THREADS
;
2651 } Py_INCREF(Py_None
);
2652 _resultobj
= Py_None
;
2656 #define wxGauge_SetShadowWidth(_swigobj,_swigarg0) (_swigobj->SetShadowWidth(_swigarg0))
2657 static PyObject
*_wrap_wxGauge_SetShadowWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2658 PyObject
* _resultobj
;
2661 PyObject
* _argo0
= 0;
2662 char *_kwnames
[] = { "self","width", NULL
};
2665 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetShadowWidth",_kwnames
,&_argo0
,&_arg1
))
2668 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2669 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2670 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetShadowWidth. Expected _wxGauge_p.");
2675 wxPy_BEGIN_ALLOW_THREADS
;
2676 wxGauge_SetShadowWidth(_arg0
,_arg1
);
2678 wxPy_END_ALLOW_THREADS
;
2679 } Py_INCREF(Py_None
);
2680 _resultobj
= Py_None
;
2684 #define wxGauge_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
2685 static PyObject
*_wrap_wxGauge_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2686 PyObject
* _resultobj
;
2689 PyObject
* _argo0
= 0;
2690 char *_kwnames
[] = { "self","pos", NULL
};
2693 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxGauge_SetValue",_kwnames
,&_argo0
,&_arg1
))
2696 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2697 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxGauge_p")) {
2698 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxGauge_SetValue. Expected _wxGauge_p.");
2703 wxPy_BEGIN_ALLOW_THREADS
;
2704 wxGauge_SetValue(_arg0
,_arg1
);
2706 wxPy_END_ALLOW_THREADS
;
2707 } Py_INCREF(Py_None
);
2708 _resultobj
= Py_None
;
2712 static void *SwigwxStaticBoxTowxControl(void *ptr
) {
2715 src
= (wxStaticBox
*) ptr
;
2716 dest
= (wxControl
*) src
;
2717 return (void *) dest
;
2720 static void *SwigwxStaticBoxTowxWindow(void *ptr
) {
2723 src
= (wxStaticBox
*) ptr
;
2724 dest
= (wxWindow
*) src
;
2725 return (void *) dest
;
2728 static void *SwigwxStaticBoxTowxEvtHandler(void *ptr
) {
2731 src
= (wxStaticBox
*) ptr
;
2732 dest
= (wxEvtHandler
*) src
;
2733 return (void *) dest
;
2736 #define new_wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2737 static PyObject
*_wrap_new_wxStaticBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2738 PyObject
* _resultobj
;
2739 wxStaticBox
* _result
;
2743 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2744 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2745 long _arg5
= (long ) 0;
2746 char * _arg6
= (char *) "staticBox";
2747 PyObject
* _argo0
= 0;
2748 PyObject
* _obj2
= 0;
2750 PyObject
* _obj3
= 0;
2752 PyObject
* _obj4
= 0;
2753 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
2760 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2761 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2762 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBox. Expected _wxWindow_p.");
2767 if (!PyString_Check(_obj2
)) {
2768 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2771 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2776 if (! wxPoint_helper(_obj3
, &_arg3
))
2782 if (! wxSize_helper(_obj4
, &_arg4
))
2786 wxPy_BEGIN_ALLOW_THREADS
;
2787 _result
= (wxStaticBox
*)new_wxStaticBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2789 wxPy_END_ALLOW_THREADS
;
2791 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBox_p");
2792 _resultobj
= Py_BuildValue("s",_ptemp
);
2795 _resultobj
= Py_None
;
2804 static void *SwigwxStaticLineTowxControl(void *ptr
) {
2807 src
= (wxStaticLine
*) ptr
;
2808 dest
= (wxControl
*) src
;
2809 return (void *) dest
;
2812 static void *SwigwxStaticLineTowxWindow(void *ptr
) {
2815 src
= (wxStaticLine
*) ptr
;
2816 dest
= (wxWindow
*) src
;
2817 return (void *) dest
;
2820 static void *SwigwxStaticLineTowxEvtHandler(void *ptr
) {
2823 src
= (wxStaticLine
*) ptr
;
2824 dest
= (wxEvtHandler
*) src
;
2825 return (void *) dest
;
2828 #define new_wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStaticLine(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
2829 static PyObject
*_wrap_new_wxStaticLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2830 PyObject
* _resultobj
;
2831 wxStaticLine
* _result
;
2834 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
2835 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
2836 long _arg4
= (long ) wxLI_HORIZONTAL
;
2837 char * _arg5
= (char *) "staticLine";
2838 PyObject
* _argo0
= 0;
2840 PyObject
* _obj2
= 0;
2842 PyObject
* _obj3
= 0;
2843 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
2847 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStaticLine",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
2850 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2851 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2852 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticLine. Expected _wxWindow_p.");
2859 if (! wxPoint_helper(_obj2
, &_arg2
))
2865 if (! wxSize_helper(_obj3
, &_arg3
))
2869 wxPy_BEGIN_ALLOW_THREADS
;
2870 _result
= (wxStaticLine
*)new_wxStaticLine(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
2872 wxPy_END_ALLOW_THREADS
;
2874 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticLine_p");
2875 _resultobj
= Py_BuildValue("s",_ptemp
);
2878 _resultobj
= Py_None
;
2883 static void *SwigwxStaticTextTowxControl(void *ptr
) {
2886 src
= (wxStaticText
*) ptr
;
2887 dest
= (wxControl
*) src
;
2888 return (void *) dest
;
2891 static void *SwigwxStaticTextTowxWindow(void *ptr
) {
2894 src
= (wxStaticText
*) ptr
;
2895 dest
= (wxWindow
*) src
;
2896 return (void *) dest
;
2899 static void *SwigwxStaticTextTowxEvtHandler(void *ptr
) {
2902 src
= (wxStaticText
*) ptr
;
2903 dest
= (wxEvtHandler
*) src
;
2904 return (void *) dest
;
2907 #define new_wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
2908 static PyObject
*_wrap_new_wxStaticText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2909 PyObject
* _resultobj
;
2910 wxStaticText
* _result
;
2914 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
2915 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
2916 long _arg5
= (long ) 0;
2917 char * _arg6
= (char *) "staticText";
2918 PyObject
* _argo0
= 0;
2919 PyObject
* _obj2
= 0;
2921 PyObject
* _obj3
= 0;
2923 PyObject
* _obj4
= 0;
2924 char *_kwnames
[] = { "parent","id","label","pos","size","style","name", NULL
};
2928 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticText",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
2931 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2932 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2933 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticText. Expected _wxWindow_p.");
2938 if (!PyString_Check(_obj2
)) {
2939 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2942 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
2947 if (! wxPoint_helper(_obj3
, &_arg3
))
2953 if (! wxSize_helper(_obj4
, &_arg4
))
2957 wxPy_BEGIN_ALLOW_THREADS
;
2958 _result
= (wxStaticText
*)new_wxStaticText(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
2960 wxPy_END_ALLOW_THREADS
;
2962 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticText_p");
2963 _resultobj
= Py_BuildValue("s",_ptemp
);
2966 _resultobj
= Py_None
;
2975 #define wxStaticText_GetLabel(_swigobj) (_swigobj->GetLabel())
2976 static PyObject
*_wrap_wxStaticText_GetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2977 PyObject
* _resultobj
;
2979 wxStaticText
* _arg0
;
2980 PyObject
* _argo0
= 0;
2981 char *_kwnames
[] = { "self", NULL
};
2984 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticText_GetLabel",_kwnames
,&_argo0
))
2987 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2988 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
2989 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_GetLabel. Expected _wxStaticText_p.");
2994 wxPy_BEGIN_ALLOW_THREADS
;
2995 _result
= new wxString (wxStaticText_GetLabel(_arg0
));
2997 wxPy_END_ALLOW_THREADS
;
2999 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3007 #define wxStaticText_SetLabel(_swigobj,_swigarg0) (_swigobj->SetLabel(_swigarg0))
3008 static PyObject
*_wrap_wxStaticText_SetLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3009 PyObject
* _resultobj
;
3010 wxStaticText
* _arg0
;
3012 PyObject
* _argo0
= 0;
3013 PyObject
* _obj1
= 0;
3014 char *_kwnames
[] = { "self","label", NULL
};
3017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticText_SetLabel",_kwnames
,&_argo0
,&_obj1
))
3020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticText_p")) {
3022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticText_SetLabel. Expected _wxStaticText_p.");
3027 if (!PyString_Check(_obj1
)) {
3028 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3031 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3034 wxPy_BEGIN_ALLOW_THREADS
;
3035 wxStaticText_SetLabel(_arg0
,*_arg1
);
3037 wxPy_END_ALLOW_THREADS
;
3038 } Py_INCREF(Py_None
);
3039 _resultobj
= Py_None
;
3047 static void *SwigwxListBoxTowxControl(void *ptr
) {
3050 src
= (wxListBox
*) ptr
;
3051 dest
= (wxControl
*) src
;
3052 return (void *) dest
;
3055 static void *SwigwxListBoxTowxWindow(void *ptr
) {
3058 src
= (wxListBox
*) ptr
;
3059 dest
= (wxWindow
*) src
;
3060 return (void *) dest
;
3063 static void *SwigwxListBoxTowxEvtHandler(void *ptr
) {
3066 src
= (wxListBox
*) ptr
;
3067 dest
= (wxEvtHandler
*) src
;
3068 return (void *) dest
;
3071 #define new_wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
3072 static PyObject
*_wrap_new_wxListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3073 PyObject
* _resultobj
;
3074 wxListBox
* _result
;
3077 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
3078 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
3080 wxString
* _arg5
= (wxString
*) NULL
;
3081 long _arg6
= (long ) 0;
3082 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
3083 char * _arg8
= (char *) "listBox";
3084 PyObject
* _argo0
= 0;
3086 PyObject
* _obj2
= 0;
3088 PyObject
* _obj3
= 0;
3089 PyObject
* _obj5
= 0;
3090 PyObject
* _argo7
= 0;
3091 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
3095 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
3098 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3099 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3100 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxListBox. Expected _wxWindow_p.");
3107 if (! wxPoint_helper(_obj2
, &_arg2
))
3113 if (! wxSize_helper(_obj3
, &_arg3
))
3118 _arg5
= wxString_LIST_helper(_obj5
);
3119 if (_arg5
== NULL
) {
3124 if (_argo7
== Py_None
) { _arg7
= NULL
; }
3125 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
3126 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxListBox. Expected _wxValidator_p.");
3132 _arg4
= PyList_Size(_obj5
);
3139 wxPy_BEGIN_ALLOW_THREADS
;
3140 _result
= (wxListBox
*)new_wxListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
3142 wxPy_END_ALLOW_THREADS
;
3144 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxListBox_p");
3145 _resultobj
= Py_BuildValue("s",_ptemp
);
3148 _resultobj
= Py_None
;
3156 #define wxListBox_Append(_swigobj,_swigarg0) (_swigobj->Append(_swigarg0))
3157 static PyObject
*_wrap_wxListBox_Append(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3158 PyObject
* _resultobj
;
3161 PyObject
* _argo0
= 0;
3162 PyObject
* _obj1
= 0;
3163 char *_kwnames
[] = { "self","item", NULL
};
3166 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Append",_kwnames
,&_argo0
,&_obj1
))
3169 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3170 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3171 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Append. Expected _wxListBox_p.");
3176 if (!PyString_Check(_obj1
)) {
3177 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3180 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3183 wxPy_BEGIN_ALLOW_THREADS
;
3184 wxListBox_Append(_arg0
,*_arg1
);
3186 wxPy_END_ALLOW_THREADS
;
3187 } Py_INCREF(Py_None
);
3188 _resultobj
= Py_None
;
3196 #define wxListBox_Clear(_swigobj) (_swigobj->Clear())
3197 static PyObject
*_wrap_wxListBox_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3198 PyObject
* _resultobj
;
3200 PyObject
* _argo0
= 0;
3201 char *_kwnames
[] = { "self", NULL
};
3204 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Clear",_kwnames
,&_argo0
))
3207 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3208 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3209 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Clear. Expected _wxListBox_p.");
3214 wxPy_BEGIN_ALLOW_THREADS
;
3215 wxListBox_Clear(_arg0
);
3217 wxPy_END_ALLOW_THREADS
;
3218 } Py_INCREF(Py_None
);
3219 _resultobj
= Py_None
;
3223 #define wxListBox_Delete(_swigobj,_swigarg0) (_swigobj->Delete(_swigarg0))
3224 static PyObject
*_wrap_wxListBox_Delete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3225 PyObject
* _resultobj
;
3228 PyObject
* _argo0
= 0;
3229 char *_kwnames
[] = { "self","n", NULL
};
3232 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Delete",_kwnames
,&_argo0
,&_arg1
))
3235 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3236 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3237 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Delete. Expected _wxListBox_p.");
3242 wxPy_BEGIN_ALLOW_THREADS
;
3243 wxListBox_Delete(_arg0
,_arg1
);
3245 wxPy_END_ALLOW_THREADS
;
3246 } Py_INCREF(Py_None
);
3247 _resultobj
= Py_None
;
3251 #define wxListBox_Deselect(_swigobj,_swigarg0) (_swigobj->Deselect(_swigarg0))
3252 static PyObject
*_wrap_wxListBox_Deselect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3253 PyObject
* _resultobj
;
3256 PyObject
* _argo0
= 0;
3257 char *_kwnames
[] = { "self","n", NULL
};
3260 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Deselect",_kwnames
,&_argo0
,&_arg1
))
3263 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3264 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3265 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Deselect. Expected _wxListBox_p.");
3270 wxPy_BEGIN_ALLOW_THREADS
;
3271 wxListBox_Deselect(_arg0
,_arg1
);
3273 wxPy_END_ALLOW_THREADS
;
3274 } Py_INCREF(Py_None
);
3275 _resultobj
= Py_None
;
3279 #define wxListBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
3280 static PyObject
*_wrap_wxListBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3281 PyObject
* _resultobj
;
3285 PyObject
* _argo0
= 0;
3286 PyObject
* _obj1
= 0;
3287 char *_kwnames
[] = { "self","string", NULL
};
3290 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_FindString",_kwnames
,&_argo0
,&_obj1
))
3293 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3294 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3295 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_FindString. Expected _wxListBox_p.");
3300 if (!PyString_Check(_obj1
)) {
3301 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3304 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3307 wxPy_BEGIN_ALLOW_THREADS
;
3308 _result
= (int )wxListBox_FindString(_arg0
,*_arg1
);
3310 wxPy_END_ALLOW_THREADS
;
3311 } _resultobj
= Py_BuildValue("i",_result
);
3319 #define wxListBox_GetSelection(_swigobj) (_swigobj->GetSelection())
3320 static PyObject
*_wrap_wxListBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3321 PyObject
* _resultobj
;
3324 PyObject
* _argo0
= 0;
3325 char *_kwnames
[] = { "self", NULL
};
3328 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelection",_kwnames
,&_argo0
))
3331 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3332 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3333 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelection. Expected _wxListBox_p.");
3338 wxPy_BEGIN_ALLOW_THREADS
;
3339 _result
= (int )wxListBox_GetSelection(_arg0
);
3341 wxPy_END_ALLOW_THREADS
;
3342 } _resultobj
= Py_BuildValue("i",_result
);
3346 static PyObject
* wxListBox_GetSelections(wxListBox
*self
) {
3348 self
->GetSelections(lst
);
3349 PyObject
*tup
= PyTuple_New(lst
.GetCount());
3350 for(size_t i
=0; i
<lst
.GetCount(); i
++) {
3351 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
3355 static PyObject
*_wrap_wxListBox_GetSelections(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3356 PyObject
* _resultobj
;
3359 PyObject
* _argo0
= 0;
3360 char *_kwnames
[] = { "self", NULL
};
3363 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetSelections",_kwnames
,&_argo0
))
3366 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3367 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3368 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetSelections. Expected _wxListBox_p.");
3373 wxPy_BEGIN_ALLOW_THREADS
;
3374 _result
= (PyObject
*)wxListBox_GetSelections(_arg0
);
3376 wxPy_END_ALLOW_THREADS
;
3378 _resultobj
= _result
;
3383 #define wxListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
3384 static PyObject
*_wrap_wxListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3385 PyObject
* _resultobj
;
3390 PyObject
* _argo0
= 0;
3391 PyObject
* _obj2
= 0;
3392 char *_kwnames
[] = { "self","choices","pos", NULL
};
3395 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
3398 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3399 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3400 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_InsertItems. Expected _wxListBox_p.");
3405 _arg2
= wxString_LIST_helper(_obj2
);
3406 if (_arg2
== NULL
) {
3412 _arg1
= PyList_Size(_obj2
);
3419 wxPy_BEGIN_ALLOW_THREADS
;
3420 wxListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
3422 wxPy_END_ALLOW_THREADS
;
3423 } Py_INCREF(Py_None
);
3424 _resultobj
= Py_None
;
3431 #define wxListBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
3432 static PyObject
*_wrap_wxListBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3433 PyObject
* _resultobj
;
3437 PyObject
* _argo0
= 0;
3438 char *_kwnames
[] = { "self","n", NULL
};
3441 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_GetString",_kwnames
,&_argo0
,&_arg1
))
3444 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3445 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3446 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetString. Expected _wxListBox_p.");
3451 wxPy_BEGIN_ALLOW_THREADS
;
3452 _result
= new wxString (wxListBox_GetString(_arg0
,_arg1
));
3454 wxPy_END_ALLOW_THREADS
;
3456 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3464 #define wxListBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
3465 static PyObject
*_wrap_wxListBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3466 PyObject
* _resultobj
;
3469 PyObject
* _argo0
= 0;
3470 char *_kwnames
[] = { "self", NULL
};
3473 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_GetStringSelection",_kwnames
,&_argo0
))
3476 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3477 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3478 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_GetStringSelection. Expected _wxListBox_p.");
3483 wxPy_BEGIN_ALLOW_THREADS
;
3484 _result
= new wxString (wxListBox_GetStringSelection(_arg0
));
3486 wxPy_END_ALLOW_THREADS
;
3488 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
3496 #define wxListBox_Number(_swigobj) (_swigobj->Number())
3497 static PyObject
*_wrap_wxListBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3498 PyObject
* _resultobj
;
3501 PyObject
* _argo0
= 0;
3502 char *_kwnames
[] = { "self", NULL
};
3505 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxListBox_Number",_kwnames
,&_argo0
))
3508 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3509 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3510 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Number. Expected _wxListBox_p.");
3515 wxPy_BEGIN_ALLOW_THREADS
;
3516 _result
= (int )wxListBox_Number(_arg0
);
3518 wxPy_END_ALLOW_THREADS
;
3519 } _resultobj
= Py_BuildValue("i",_result
);
3523 #define wxListBox_Selected(_swigobj,_swigarg0) (_swigobj->Selected(_swigarg0))
3524 static PyObject
*_wrap_wxListBox_Selected(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3525 PyObject
* _resultobj
;
3529 PyObject
* _argo0
= 0;
3530 char *_kwnames
[] = { "self","n", NULL
};
3533 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_Selected",_kwnames
,&_argo0
,&_arg1
))
3536 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3537 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3538 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Selected. Expected _wxListBox_p.");
3543 wxPy_BEGIN_ALLOW_THREADS
;
3544 _result
= (bool )wxListBox_Selected(_arg0
,_arg1
);
3546 wxPy_END_ALLOW_THREADS
;
3547 } _resultobj
= Py_BuildValue("i",_result
);
3551 #define wxListBox_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
3552 static PyObject
*_wrap_wxListBox_Set(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3553 PyObject
* _resultobj
;
3557 PyObject
* _argo0
= 0;
3558 PyObject
* _obj2
= 0;
3559 char *_kwnames
[] = { "self","choices", NULL
};
3562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_Set",_kwnames
,&_argo0
,&_obj2
))
3565 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3566 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3567 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_Set. Expected _wxListBox_p.");
3573 _arg2
= wxString_LIST_helper(_obj2
);
3574 if (_arg2
== NULL
) {
3580 _arg1
= PyList_Size(_obj2
);
3587 wxPy_BEGIN_ALLOW_THREADS
;
3588 wxListBox_Set(_arg0
,_arg1
,_arg2
);
3590 wxPy_END_ALLOW_THREADS
;
3591 } Py_INCREF(Py_None
);
3592 _resultobj
= Py_None
;
3599 #define wxListBox_SetFirstItem(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3600 static PyObject
*_wrap_wxListBox_SetFirstItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3601 PyObject
* _resultobj
;
3604 PyObject
* _argo0
= 0;
3605 char *_kwnames
[] = { "self","n", NULL
};
3608 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxListBox_SetFirstItem",_kwnames
,&_argo0
,&_arg1
))
3611 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3612 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3613 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItem. Expected _wxListBox_p.");
3618 wxPy_BEGIN_ALLOW_THREADS
;
3619 wxListBox_SetFirstItem(_arg0
,_arg1
);
3621 wxPy_END_ALLOW_THREADS
;
3622 } Py_INCREF(Py_None
);
3623 _resultobj
= Py_None
;
3627 #define wxListBox_SetFirstItemStr(_swigobj,_swigarg0) (_swigobj->SetFirstItem(_swigarg0))
3628 static PyObject
*_wrap_wxListBox_SetFirstItemStr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3629 PyObject
* _resultobj
;
3632 PyObject
* _argo0
= 0;
3633 PyObject
* _obj1
= 0;
3634 char *_kwnames
[] = { "self","string", NULL
};
3637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxListBox_SetFirstItemStr",_kwnames
,&_argo0
,&_obj1
))
3640 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3641 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3642 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetFirstItemStr. Expected _wxListBox_p.");
3647 if (!PyString_Check(_obj1
)) {
3648 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3651 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3654 wxPy_BEGIN_ALLOW_THREADS
;
3655 wxListBox_SetFirstItemStr(_arg0
,*_arg1
);
3657 wxPy_END_ALLOW_THREADS
;
3658 } Py_INCREF(Py_None
);
3659 _resultobj
= Py_None
;
3667 #define wxListBox_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
3668 static PyObject
*_wrap_wxListBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3669 PyObject
* _resultobj
;
3672 bool _arg2
= (bool ) TRUE
;
3673 PyObject
* _argo0
= 0;
3674 int tempbool2
= (int) TRUE
;
3675 char *_kwnames
[] = { "self","n","select", NULL
};
3678 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxListBox_SetSelection",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetSelection. Expected _wxListBox_p.");
3687 _arg2
= (bool ) tempbool2
;
3689 wxPy_BEGIN_ALLOW_THREADS
;
3690 wxListBox_SetSelection(_arg0
,_arg1
,_arg2
);
3692 wxPy_END_ALLOW_THREADS
;
3693 } Py_INCREF(Py_None
);
3694 _resultobj
= Py_None
;
3698 #define wxListBox_SetString(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetString(_swigarg0,_swigarg1))
3699 static PyObject
*_wrap_wxListBox_SetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3700 PyObject
* _resultobj
;
3704 PyObject
* _argo0
= 0;
3705 PyObject
* _obj2
= 0;
3706 char *_kwnames
[] = { "self","n","string", NULL
};
3709 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxListBox_SetString",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3712 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3713 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3714 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetString. Expected _wxListBox_p.");
3719 if (!PyString_Check(_obj2
)) {
3720 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3723 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
3726 wxPy_BEGIN_ALLOW_THREADS
;
3727 wxListBox_SetString(_arg0
,_arg1
,*_arg2
);
3729 wxPy_END_ALLOW_THREADS
;
3730 } Py_INCREF(Py_None
);
3731 _resultobj
= Py_None
;
3739 #define wxListBox_SetStringSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStringSelection(_swigarg0,_swigarg1))
3740 static PyObject
*_wrap_wxListBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3741 PyObject
* _resultobj
;
3744 bool _arg2
= (bool ) TRUE
;
3745 PyObject
* _argo0
= 0;
3746 PyObject
* _obj1
= 0;
3747 int tempbool2
= (int) TRUE
;
3748 char *_kwnames
[] = { "self","string","select", NULL
};
3751 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxListBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
,&tempbool2
))
3754 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3755 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxListBox_p")) {
3756 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxListBox_SetStringSelection. Expected _wxListBox_p.");
3761 if (!PyString_Check(_obj1
)) {
3762 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3765 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
3767 _arg2
= (bool ) tempbool2
;
3769 wxPy_BEGIN_ALLOW_THREADS
;
3770 wxListBox_SetStringSelection(_arg0
,*_arg1
,_arg2
);
3772 wxPy_END_ALLOW_THREADS
;
3773 } Py_INCREF(Py_None
);
3774 _resultobj
= Py_None
;
3782 static void *SwigwxCheckListBoxTowxListBox(void *ptr
) {
3783 wxCheckListBox
*src
;
3785 src
= (wxCheckListBox
*) ptr
;
3786 dest
= (wxListBox
*) src
;
3787 return (void *) dest
;
3790 static void *SwigwxCheckListBoxTowxControl(void *ptr
) {
3791 wxCheckListBox
*src
;
3793 src
= (wxCheckListBox
*) ptr
;
3794 dest
= (wxControl
*) src
;
3795 return (void *) dest
;
3798 static void *SwigwxCheckListBoxTowxWindow(void *ptr
) {
3799 wxCheckListBox
*src
;
3801 src
= (wxCheckListBox
*) ptr
;
3802 dest
= (wxWindow
*) src
;
3803 return (void *) dest
;
3806 static void *SwigwxCheckListBoxTowxEvtHandler(void *ptr
) {
3807 wxCheckListBox
*src
;
3809 src
= (wxCheckListBox
*) ptr
;
3810 dest
= (wxEvtHandler
*) src
;
3811 return (void *) dest
;
3814 #define new_wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8) (new wxCheckListBox(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8))
3815 static PyObject
*_wrap_new_wxCheckListBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3816 PyObject
* _resultobj
;
3817 wxCheckListBox
* _result
;
3820 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
3821 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
3822 int _arg4
= (int ) 0;
3823 wxString
* _arg5
= (wxString
*) NULL
;
3824 long _arg6
= (long ) 0;
3825 wxValidator
* _arg7
= (wxValidator
*) &wxPyDefaultValidator
;
3826 char * _arg8
= (char *) "listBox";
3827 PyObject
* _argo0
= 0;
3829 PyObject
* _obj2
= 0;
3831 PyObject
* _obj3
= 0;
3832 PyObject
* _obj5
= 0;
3833 PyObject
* _argo7
= 0;
3834 char *_kwnames
[] = { "parent","id","pos","size","choices","style","validator","name", NULL
};
3838 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOOlOs:new_wxCheckListBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj5
,&_arg6
,&_argo7
,&_arg8
))
3841 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3842 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
3843 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxCheckListBox. Expected _wxWindow_p.");
3850 if (! wxPoint_helper(_obj2
, &_arg2
))
3856 if (! wxSize_helper(_obj3
, &_arg3
))
3861 _arg5
= wxString_LIST_helper(_obj5
);
3862 if (_arg5
== NULL
) {
3867 if (_argo7
== Py_None
) { _arg7
= NULL
; }
3868 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxValidator_p")) {
3869 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of new_wxCheckListBox. Expected _wxValidator_p.");
3875 _arg4
= PyList_Size(_obj5
);
3882 wxPy_BEGIN_ALLOW_THREADS
;
3883 _result
= (wxCheckListBox
*)new_wxCheckListBox(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
,_arg8
);
3885 wxPy_END_ALLOW_THREADS
;
3887 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxCheckListBox_p");
3888 _resultobj
= Py_BuildValue("s",_ptemp
);
3891 _resultobj
= Py_None
;
3899 #define wxCheckListBox_IsChecked(_swigobj,_swigarg0) (_swigobj->IsChecked(_swigarg0))
3900 static PyObject
*_wrap_wxCheckListBox_IsChecked(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3901 PyObject
* _resultobj
;
3903 wxCheckListBox
* _arg0
;
3905 PyObject
* _argo0
= 0;
3906 char *_kwnames
[] = { "self","uiIndex", NULL
};
3909 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxCheckListBox_IsChecked",_kwnames
,&_argo0
,&_arg1
))
3912 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3913 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3914 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_IsChecked. Expected _wxCheckListBox_p.");
3919 wxPy_BEGIN_ALLOW_THREADS
;
3920 _result
= (bool )wxCheckListBox_IsChecked(_arg0
,_arg1
);
3922 wxPy_END_ALLOW_THREADS
;
3923 } _resultobj
= Py_BuildValue("i",_result
);
3927 #define wxCheckListBox_Check(_swigobj,_swigarg0,_swigarg1) (_swigobj->Check(_swigarg0,_swigarg1))
3928 static PyObject
*_wrap_wxCheckListBox_Check(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3929 PyObject
* _resultobj
;
3930 wxCheckListBox
* _arg0
;
3932 int _arg2
= (int ) TRUE
;
3933 PyObject
* _argo0
= 0;
3934 char *_kwnames
[] = { "self","uiIndex","bCheck", NULL
};
3937 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|i:wxCheckListBox_Check",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3940 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3941 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3942 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_Check. Expected _wxCheckListBox_p.");
3947 wxPy_BEGIN_ALLOW_THREADS
;
3948 wxCheckListBox_Check(_arg0
,_arg1
,_arg2
);
3950 wxPy_END_ALLOW_THREADS
;
3951 } Py_INCREF(Py_None
);
3952 _resultobj
= Py_None
;
3956 #define wxCheckListBox_InsertItems(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertItems(_swigarg0,_swigarg1,_swigarg2))
3957 static PyObject
*_wrap_wxCheckListBox_InsertItems(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3958 PyObject
* _resultobj
;
3959 wxCheckListBox
* _arg0
;
3963 PyObject
* _argo0
= 0;
3964 PyObject
* _obj2
= 0;
3965 char *_kwnames
[] = { "self","choices","pos", NULL
};
3968 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi:wxCheckListBox_InsertItems",_kwnames
,&_argo0
,&_obj2
,&_arg3
))
3971 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3972 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
3973 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_InsertItems. Expected _wxCheckListBox_p.");
3978 _arg2
= wxString_LIST_helper(_obj2
);
3979 if (_arg2
== NULL
) {
3985 _arg1
= PyList_Size(_obj2
);
3992 wxPy_BEGIN_ALLOW_THREADS
;
3993 wxCheckListBox_InsertItems(_arg0
,_arg1
,_arg2
,_arg3
);
3995 wxPy_END_ALLOW_THREADS
;
3996 } Py_INCREF(Py_None
);
3997 _resultobj
= Py_None
;
4004 #define wxCheckListBox_GetItemHeight(_swigobj) (_swigobj->GetItemHeight())
4005 static PyObject
*_wrap_wxCheckListBox_GetItemHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4006 PyObject
* _resultobj
;
4008 wxCheckListBox
* _arg0
;
4009 PyObject
* _argo0
= 0;
4010 char *_kwnames
[] = { "self", NULL
};
4013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxCheckListBox_GetItemHeight",_kwnames
,&_argo0
))
4016 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4017 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCheckListBox_p")) {
4018 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCheckListBox_GetItemHeight. Expected _wxCheckListBox_p.");
4023 wxPy_BEGIN_ALLOW_THREADS
;
4024 _result
= (int )wxCheckListBox_GetItemHeight(_arg0
);
4026 wxPy_END_ALLOW_THREADS
;
4027 } _resultobj
= Py_BuildValue("i",_result
);
4031 static void *SwigwxTextCtrlTowxControl(void *ptr
) {
4034 src
= (wxTextCtrl
*) ptr
;
4035 dest
= (wxControl
*) src
;
4036 return (void *) dest
;
4039 static void *SwigwxTextCtrlTowxWindow(void *ptr
) {
4042 src
= (wxTextCtrl
*) ptr
;
4043 dest
= (wxWindow
*) src
;
4044 return (void *) dest
;
4047 static void *SwigwxTextCtrlTowxEvtHandler(void *ptr
) {
4050 src
= (wxTextCtrl
*) ptr
;
4051 dest
= (wxEvtHandler
*) src
;
4052 return (void *) dest
;
4055 #define new_wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
4056 static PyObject
*_wrap_new_wxTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4057 PyObject
* _resultobj
;
4058 wxTextCtrl
* _result
;
4061 char * _arg2
= (char *) "";
4062 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
4063 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
4064 long _arg5
= (long ) 0;
4065 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
4066 char * _arg7
= (char *) "text";
4067 PyObject
* _argo0
= 0;
4069 PyObject
* _obj3
= 0;
4071 PyObject
* _obj4
= 0;
4072 PyObject
* _argo6
= 0;
4073 char *_kwnames
[] = { "parent","id","value","pos","size","style","validator","name", NULL
};
4077 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|sOOlOs:new_wxTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
4080 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4081 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
4082 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextCtrl. Expected _wxWindow_p.");
4089 if (! wxPoint_helper(_obj3
, &_arg3
))
4095 if (! wxSize_helper(_obj4
, &_arg4
))
4099 if (_argo6
== Py_None
) { _arg6
= NULL
; }
4100 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
4101 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxTextCtrl. Expected _wxValidator_p.");
4106 wxPy_BEGIN_ALLOW_THREADS
;
4107 _result
= (wxTextCtrl
*)new_wxTextCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
4109 wxPy_END_ALLOW_THREADS
;
4111 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextCtrl_p");
4112 _resultobj
= Py_BuildValue("s",_ptemp
);
4115 _resultobj
= Py_None
;
4120 #define wxTextCtrl_Clear(_swigobj) (_swigobj->Clear())
4121 static PyObject
*_wrap_wxTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4122 PyObject
* _resultobj
;
4124 PyObject
* _argo0
= 0;
4125 char *_kwnames
[] = { "self", NULL
};
4128 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Clear",_kwnames
,&_argo0
))
4131 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4132 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4133 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Clear. Expected _wxTextCtrl_p.");
4138 wxPy_BEGIN_ALLOW_THREADS
;
4139 wxTextCtrl_Clear(_arg0
);
4141 wxPy_END_ALLOW_THREADS
;
4142 } Py_INCREF(Py_None
);
4143 _resultobj
= Py_None
;
4147 #define wxTextCtrl_Copy(_swigobj) (_swigobj->Copy())
4148 static PyObject
*_wrap_wxTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4149 PyObject
* _resultobj
;
4151 PyObject
* _argo0
= 0;
4152 char *_kwnames
[] = { "self", NULL
};
4155 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Copy",_kwnames
,&_argo0
))
4158 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4159 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4160 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Copy. Expected _wxTextCtrl_p.");
4165 wxPy_BEGIN_ALLOW_THREADS
;
4166 wxTextCtrl_Copy(_arg0
);
4168 wxPy_END_ALLOW_THREADS
;
4169 } Py_INCREF(Py_None
);
4170 _resultobj
= Py_None
;
4174 #define wxTextCtrl_Cut(_swigobj) (_swigobj->Cut())
4175 static PyObject
*_wrap_wxTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4176 PyObject
* _resultobj
;
4178 PyObject
* _argo0
= 0;
4179 char *_kwnames
[] = { "self", NULL
};
4182 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Cut",_kwnames
,&_argo0
))
4185 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4186 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4187 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Cut. Expected _wxTextCtrl_p.");
4192 wxPy_BEGIN_ALLOW_THREADS
;
4193 wxTextCtrl_Cut(_arg0
);
4195 wxPy_END_ALLOW_THREADS
;
4196 } Py_INCREF(Py_None
);
4197 _resultobj
= Py_None
;
4201 #define wxTextCtrl_DiscardEdits(_swigobj) (_swigobj->DiscardEdits())
4202 static PyObject
*_wrap_wxTextCtrl_DiscardEdits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4203 PyObject
* _resultobj
;
4205 PyObject
* _argo0
= 0;
4206 char *_kwnames
[] = { "self", NULL
};
4209 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_DiscardEdits",_kwnames
,&_argo0
))
4212 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4213 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4214 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_DiscardEdits. Expected _wxTextCtrl_p.");
4219 wxPy_BEGIN_ALLOW_THREADS
;
4220 wxTextCtrl_DiscardEdits(_arg0
);
4222 wxPy_END_ALLOW_THREADS
;
4223 } Py_INCREF(Py_None
);
4224 _resultobj
= Py_None
;
4228 #define wxTextCtrl_GetInsertionPoint(_swigobj) (_swigobj->GetInsertionPoint())
4229 static PyObject
*_wrap_wxTextCtrl_GetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4230 PyObject
* _resultobj
;
4233 PyObject
* _argo0
= 0;
4234 char *_kwnames
[] = { "self", NULL
};
4237 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetInsertionPoint",_kwnames
,&_argo0
))
4240 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4241 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4242 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetInsertionPoint. Expected _wxTextCtrl_p.");
4247 wxPy_BEGIN_ALLOW_THREADS
;
4248 _result
= (long )wxTextCtrl_GetInsertionPoint(_arg0
);
4250 wxPy_END_ALLOW_THREADS
;
4251 } _resultobj
= Py_BuildValue("l",_result
);
4255 #define wxTextCtrl_GetLastPosition(_swigobj) (_swigobj->GetLastPosition())
4256 static PyObject
*_wrap_wxTextCtrl_GetLastPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4257 PyObject
* _resultobj
;
4260 PyObject
* _argo0
= 0;
4261 char *_kwnames
[] = { "self", NULL
};
4264 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetLastPosition",_kwnames
,&_argo0
))
4267 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4268 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4269 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLastPosition. Expected _wxTextCtrl_p.");
4274 wxPy_BEGIN_ALLOW_THREADS
;
4275 _result
= (long )wxTextCtrl_GetLastPosition(_arg0
);
4277 wxPy_END_ALLOW_THREADS
;
4278 } _resultobj
= Py_BuildValue("l",_result
);
4282 #define wxTextCtrl_GetLineLength(_swigobj,_swigarg0) (_swigobj->GetLineLength(_swigarg0))
4283 static PyObject
*_wrap_wxTextCtrl_GetLineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4284 PyObject
* _resultobj
;
4288 PyObject
* _argo0
= 0;
4289 char *_kwnames
[] = { "self","lineNo", NULL
};
4292 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineLength",_kwnames
,&_argo0
,&_arg1
))
4295 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4296 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4297 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineLength. Expected _wxTextCtrl_p.");
4302 wxPy_BEGIN_ALLOW_THREADS
;
4303 _result
= (int )wxTextCtrl_GetLineLength(_arg0
,_arg1
);
4305 wxPy_END_ALLOW_THREADS
;
4306 } _resultobj
= Py_BuildValue("i",_result
);
4310 #define wxTextCtrl_GetLineText(_swigobj,_swigarg0) (_swigobj->GetLineText(_swigarg0))
4311 static PyObject
*_wrap_wxTextCtrl_GetLineText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4312 PyObject
* _resultobj
;
4316 PyObject
* _argo0
= 0;
4317 char *_kwnames
[] = { "self","lineNo", NULL
};
4320 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_GetLineText",_kwnames
,&_argo0
,&_arg1
))
4323 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4324 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4325 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetLineText. Expected _wxTextCtrl_p.");
4330 wxPy_BEGIN_ALLOW_THREADS
;
4331 _result
= new wxString (wxTextCtrl_GetLineText(_arg0
,_arg1
));
4333 wxPy_END_ALLOW_THREADS
;
4335 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4343 #define wxTextCtrl_GetNumberOfLines(_swigobj) (_swigobj->GetNumberOfLines())
4344 static PyObject
*_wrap_wxTextCtrl_GetNumberOfLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4345 PyObject
* _resultobj
;
4348 PyObject
* _argo0
= 0;
4349 char *_kwnames
[] = { "self", NULL
};
4352 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetNumberOfLines",_kwnames
,&_argo0
))
4355 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4356 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4357 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetNumberOfLines. Expected _wxTextCtrl_p.");
4362 wxPy_BEGIN_ALLOW_THREADS
;
4363 _result
= (int )wxTextCtrl_GetNumberOfLines(_arg0
);
4365 wxPy_END_ALLOW_THREADS
;
4366 } _resultobj
= Py_BuildValue("i",_result
);
4370 #define wxTextCtrl_GetValue(_swigobj) (_swigobj->GetValue())
4371 static PyObject
*_wrap_wxTextCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4372 PyObject
* _resultobj
;
4375 PyObject
* _argo0
= 0;
4376 char *_kwnames
[] = { "self", NULL
};
4379 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetValue",_kwnames
,&_argo0
))
4382 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4383 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4384 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetValue. Expected _wxTextCtrl_p.");
4389 wxPy_BEGIN_ALLOW_THREADS
;
4390 _result
= new wxString (wxTextCtrl_GetValue(_arg0
));
4392 wxPy_END_ALLOW_THREADS
;
4394 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4402 #define wxTextCtrl_IsModified(_swigobj) (_swigobj->IsModified())
4403 static PyObject
*_wrap_wxTextCtrl_IsModified(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4404 PyObject
* _resultobj
;
4407 PyObject
* _argo0
= 0;
4408 char *_kwnames
[] = { "self", NULL
};
4411 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsModified",_kwnames
,&_argo0
))
4414 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4415 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4416 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsModified. Expected _wxTextCtrl_p.");
4421 wxPy_BEGIN_ALLOW_THREADS
;
4422 _result
= (bool )wxTextCtrl_IsModified(_arg0
);
4424 wxPy_END_ALLOW_THREADS
;
4425 } _resultobj
= Py_BuildValue("i",_result
);
4429 #define wxTextCtrl_LoadFile(_swigobj,_swigarg0) (_swigobj->LoadFile(_swigarg0))
4430 static PyObject
*_wrap_wxTextCtrl_LoadFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4431 PyObject
* _resultobj
;
4435 PyObject
* _argo0
= 0;
4436 PyObject
* _obj1
= 0;
4437 char *_kwnames
[] = { "self","filename", NULL
};
4440 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))
4443 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4444 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4445 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_LoadFile. Expected _wxTextCtrl_p.");
4450 if (!PyString_Check(_obj1
)) {
4451 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4454 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4457 wxPy_BEGIN_ALLOW_THREADS
;
4458 _result
= (bool )wxTextCtrl_LoadFile(_arg0
,*_arg1
);
4460 wxPy_END_ALLOW_THREADS
;
4461 } _resultobj
= Py_BuildValue("i",_result
);
4469 #define wxTextCtrl_Paste(_swigobj) (_swigobj->Paste())
4470 static PyObject
*_wrap_wxTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4471 PyObject
* _resultobj
;
4473 PyObject
* _argo0
= 0;
4474 char *_kwnames
[] = { "self", NULL
};
4477 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Paste",_kwnames
,&_argo0
))
4480 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4481 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4482 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Paste. Expected _wxTextCtrl_p.");
4487 wxPy_BEGIN_ALLOW_THREADS
;
4488 wxTextCtrl_Paste(_arg0
);
4490 wxPy_END_ALLOW_THREADS
;
4491 } Py_INCREF(Py_None
);
4492 _resultobj
= Py_None
;
4496 #define wxTextCtrl_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2))
4497 static PyObject
*_wrap_wxTextCtrl_PositionToXY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4498 PyObject
* _resultobj
;
4505 PyObject
* _argo0
= 0;
4506 char *_kwnames
[] = { "self","pos", NULL
};
4515 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_PositionToXY",_kwnames
,&_argo0
,&_arg1
))
4518 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4519 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4520 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_PositionToXY. Expected _wxTextCtrl_p.");
4525 wxPy_BEGIN_ALLOW_THREADS
;
4526 wxTextCtrl_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
);
4528 wxPy_END_ALLOW_THREADS
;
4529 } Py_INCREF(Py_None
);
4530 _resultobj
= Py_None
;
4533 o
= PyInt_FromLong((long) (*_arg2
));
4534 _resultobj
= t_output_helper(_resultobj
, o
);
4538 o
= PyInt_FromLong((long) (*_arg3
));
4539 _resultobj
= t_output_helper(_resultobj
, o
);
4544 #define wxTextCtrl_Remove(_swigobj,_swigarg0,_swigarg1) (_swigobj->Remove(_swigarg0,_swigarg1))
4545 static PyObject
*_wrap_wxTextCtrl_Remove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4546 PyObject
* _resultobj
;
4550 PyObject
* _argo0
= 0;
4551 char *_kwnames
[] = { "self","from","to", NULL
};
4554 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_Remove",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4557 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4558 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4559 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Remove. Expected _wxTextCtrl_p.");
4564 wxPy_BEGIN_ALLOW_THREADS
;
4565 wxTextCtrl_Remove(_arg0
,_arg1
,_arg2
);
4567 wxPy_END_ALLOW_THREADS
;
4568 } Py_INCREF(Py_None
);
4569 _resultobj
= Py_None
;
4573 #define wxTextCtrl_Replace(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Replace(_swigarg0,_swigarg1,_swigarg2))
4574 static PyObject
*_wrap_wxTextCtrl_Replace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4575 PyObject
* _resultobj
;
4580 PyObject
* _argo0
= 0;
4581 PyObject
* _obj3
= 0;
4582 char *_kwnames
[] = { "self","from","to","value", NULL
};
4585 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OllO:wxTextCtrl_Replace",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
))
4588 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4589 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4590 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Replace. Expected _wxTextCtrl_p.");
4595 if (!PyString_Check(_obj3
)) {
4596 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4599 _arg3
= new wxString(PyString_AsString(_obj3
), PyString_Size(_obj3
));
4602 wxPy_BEGIN_ALLOW_THREADS
;
4603 wxTextCtrl_Replace(_arg0
,_arg1
,_arg2
,*_arg3
);
4605 wxPy_END_ALLOW_THREADS
;
4606 } Py_INCREF(Py_None
);
4607 _resultobj
= Py_None
;
4615 #define wxTextCtrl_SaveFile(_swigobj,_swigarg0) (_swigobj->SaveFile(_swigarg0))
4616 static PyObject
*_wrap_wxTextCtrl_SaveFile(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4617 PyObject
* _resultobj
;
4621 PyObject
* _argo0
= 0;
4622 PyObject
* _obj1
= 0;
4623 char *_kwnames
[] = { "self","filename", NULL
};
4626 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))
4629 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4630 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4631 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SaveFile. Expected _wxTextCtrl_p.");
4636 if (!PyString_Check(_obj1
)) {
4637 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4640 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4643 wxPy_BEGIN_ALLOW_THREADS
;
4644 _result
= (bool )wxTextCtrl_SaveFile(_arg0
,*_arg1
);
4646 wxPy_END_ALLOW_THREADS
;
4647 } _resultobj
= Py_BuildValue("i",_result
);
4655 #define wxTextCtrl_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
4656 static PyObject
*_wrap_wxTextCtrl_SetEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4657 PyObject
* _resultobj
;
4660 PyObject
* _argo0
= 0;
4662 char *_kwnames
[] = { "self","editable", NULL
};
4665 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxTextCtrl_SetEditable",_kwnames
,&_argo0
,&tempbool1
))
4668 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4669 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4670 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetEditable. Expected _wxTextCtrl_p.");
4674 _arg1
= (bool ) tempbool1
;
4676 wxPy_BEGIN_ALLOW_THREADS
;
4677 wxTextCtrl_SetEditable(_arg0
,_arg1
);
4679 wxPy_END_ALLOW_THREADS
;
4680 } Py_INCREF(Py_None
);
4681 _resultobj
= Py_None
;
4685 #define wxTextCtrl_SetInsertionPoint(_swigobj,_swigarg0) (_swigobj->SetInsertionPoint(_swigarg0))
4686 static PyObject
*_wrap_wxTextCtrl_SetInsertionPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4687 PyObject
* _resultobj
;
4690 PyObject
* _argo0
= 0;
4691 char *_kwnames
[] = { "self","pos", NULL
};
4694 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_SetInsertionPoint",_kwnames
,&_argo0
,&_arg1
))
4697 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4698 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4699 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPoint. Expected _wxTextCtrl_p.");
4704 wxPy_BEGIN_ALLOW_THREADS
;
4705 wxTextCtrl_SetInsertionPoint(_arg0
,_arg1
);
4707 wxPy_END_ALLOW_THREADS
;
4708 } Py_INCREF(Py_None
);
4709 _resultobj
= Py_None
;
4713 #define wxTextCtrl_SetInsertionPointEnd(_swigobj) (_swigobj->SetInsertionPointEnd())
4714 static PyObject
*_wrap_wxTextCtrl_SetInsertionPointEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4715 PyObject
* _resultobj
;
4717 PyObject
* _argo0
= 0;
4718 char *_kwnames
[] = { "self", NULL
};
4721 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_SetInsertionPointEnd",_kwnames
,&_argo0
))
4724 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4725 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4726 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetInsertionPointEnd. Expected _wxTextCtrl_p.");
4731 wxPy_BEGIN_ALLOW_THREADS
;
4732 wxTextCtrl_SetInsertionPointEnd(_arg0
);
4734 wxPy_END_ALLOW_THREADS
;
4735 } Py_INCREF(Py_None
);
4736 _resultobj
= Py_None
;
4740 #define wxTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4741 static PyObject
*_wrap_wxTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4742 PyObject
* _resultobj
;
4746 PyObject
* _argo0
= 0;
4747 char *_kwnames
[] = { "self","from","to", NULL
};
4750 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4753 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4754 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4755 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetSelection. Expected _wxTextCtrl_p.");
4760 wxPy_BEGIN_ALLOW_THREADS
;
4761 wxTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4763 wxPy_END_ALLOW_THREADS
;
4764 } Py_INCREF(Py_None
);
4765 _resultobj
= Py_None
;
4769 #define wxTextCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
4770 static PyObject
*_wrap_wxTextCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4771 PyObject
* _resultobj
;
4774 PyObject
* _argo0
= 0;
4775 PyObject
* _obj1
= 0;
4776 char *_kwnames
[] = { "self","value", NULL
};
4779 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_SetValue",_kwnames
,&_argo0
,&_obj1
))
4782 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4783 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4784 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_SetValue. Expected _wxTextCtrl_p.");
4789 if (!PyString_Check(_obj1
)) {
4790 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4793 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4796 wxPy_BEGIN_ALLOW_THREADS
;
4797 wxTextCtrl_SetValue(_arg0
,*_arg1
);
4799 wxPy_END_ALLOW_THREADS
;
4800 } Py_INCREF(Py_None
);
4801 _resultobj
= Py_None
;
4809 #define wxTextCtrl_ShowPosition(_swigobj,_swigarg0) (_swigobj->ShowPosition(_swigarg0))
4810 static PyObject
*_wrap_wxTextCtrl_ShowPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4811 PyObject
* _resultobj
;
4814 PyObject
* _argo0
= 0;
4815 char *_kwnames
[] = { "self","pos", NULL
};
4818 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxTextCtrl_ShowPosition",_kwnames
,&_argo0
,&_arg1
))
4821 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4822 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4823 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_ShowPosition. Expected _wxTextCtrl_p.");
4828 wxPy_BEGIN_ALLOW_THREADS
;
4829 wxTextCtrl_ShowPosition(_arg0
,_arg1
);
4831 wxPy_END_ALLOW_THREADS
;
4832 } Py_INCREF(Py_None
);
4833 _resultobj
= Py_None
;
4837 #define wxTextCtrl_WriteText(_swigobj,_swigarg0) (_swigobj->WriteText(_swigarg0))
4838 static PyObject
*_wrap_wxTextCtrl_WriteText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4839 PyObject
* _resultobj
;
4842 PyObject
* _argo0
= 0;
4843 PyObject
* _obj1
= 0;
4844 char *_kwnames
[] = { "self","text", NULL
};
4847 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_WriteText",_kwnames
,&_argo0
,&_obj1
))
4850 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4851 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4852 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_WriteText. Expected _wxTextCtrl_p.");
4857 if (!PyString_Check(_obj1
)) {
4858 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4861 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4864 wxPy_BEGIN_ALLOW_THREADS
;
4865 wxTextCtrl_WriteText(_arg0
,*_arg1
);
4867 wxPy_END_ALLOW_THREADS
;
4868 } Py_INCREF(Py_None
);
4869 _resultobj
= Py_None
;
4877 #define wxTextCtrl_AppendText(_swigobj,_swigarg0) (_swigobj->AppendText(_swigarg0))
4878 static PyObject
*_wrap_wxTextCtrl_AppendText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4879 PyObject
* _resultobj
;
4882 PyObject
* _argo0
= 0;
4883 PyObject
* _obj1
= 0;
4884 char *_kwnames
[] = { "self","text", NULL
};
4887 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_AppendText",_kwnames
,&_argo0
,&_obj1
))
4890 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4891 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4892 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_AppendText. Expected _wxTextCtrl_p.");
4897 if (!PyString_Check(_obj1
)) {
4898 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4901 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
4904 wxPy_BEGIN_ALLOW_THREADS
;
4905 wxTextCtrl_AppendText(_arg0
,*_arg1
);
4907 wxPy_END_ALLOW_THREADS
;
4908 } Py_INCREF(Py_None
);
4909 _resultobj
= Py_None
;
4917 #define wxTextCtrl_XYToPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->XYToPosition(_swigarg0,_swigarg1))
4918 static PyObject
*_wrap_wxTextCtrl_XYToPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4919 PyObject
* _resultobj
;
4924 PyObject
* _argo0
= 0;
4925 char *_kwnames
[] = { "self","x","y", NULL
};
4928 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxTextCtrl_XYToPosition",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4931 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4932 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4933 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_XYToPosition. Expected _wxTextCtrl_p.");
4938 wxPy_BEGIN_ALLOW_THREADS
;
4939 _result
= (long )wxTextCtrl_XYToPosition(_arg0
,_arg1
,_arg2
);
4941 wxPy_END_ALLOW_THREADS
;
4942 } _resultobj
= Py_BuildValue("l",_result
);
4946 #define wxTextCtrl_CanCopy(_swigobj) (_swigobj->CanCopy())
4947 static PyObject
*_wrap_wxTextCtrl_CanCopy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4948 PyObject
* _resultobj
;
4951 PyObject
* _argo0
= 0;
4952 char *_kwnames
[] = { "self", NULL
};
4955 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCopy",_kwnames
,&_argo0
))
4958 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4959 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4960 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCopy. Expected _wxTextCtrl_p.");
4965 wxPy_BEGIN_ALLOW_THREADS
;
4966 _result
= (bool )wxTextCtrl_CanCopy(_arg0
);
4968 wxPy_END_ALLOW_THREADS
;
4969 } _resultobj
= Py_BuildValue("i",_result
);
4973 #define wxTextCtrl_CanCut(_swigobj) (_swigobj->CanCut())
4974 static PyObject
*_wrap_wxTextCtrl_CanCut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4975 PyObject
* _resultobj
;
4978 PyObject
* _argo0
= 0;
4979 char *_kwnames
[] = { "self", NULL
};
4982 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanCut",_kwnames
,&_argo0
))
4985 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4986 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
4987 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanCut. Expected _wxTextCtrl_p.");
4992 wxPy_BEGIN_ALLOW_THREADS
;
4993 _result
= (bool )wxTextCtrl_CanCut(_arg0
);
4995 wxPy_END_ALLOW_THREADS
;
4996 } _resultobj
= Py_BuildValue("i",_result
);
5000 #define wxTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
5001 static PyObject
*_wrap_wxTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5002 PyObject
* _resultobj
;
5005 PyObject
* _argo0
= 0;
5006 char *_kwnames
[] = { "self", NULL
};
5009 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanPaste",_kwnames
,&_argo0
))
5012 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5013 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5014 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanPaste. Expected _wxTextCtrl_p.");
5019 wxPy_BEGIN_ALLOW_THREADS
;
5020 _result
= (bool )wxTextCtrl_CanPaste(_arg0
);
5022 wxPy_END_ALLOW_THREADS
;
5023 } _resultobj
= Py_BuildValue("i",_result
);
5027 #define wxTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
5028 static PyObject
*_wrap_wxTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5029 PyObject
* _resultobj
;
5032 PyObject
* _argo0
= 0;
5033 char *_kwnames
[] = { "self", NULL
};
5036 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanRedo",_kwnames
,&_argo0
))
5039 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5040 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5041 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanRedo. Expected _wxTextCtrl_p.");
5046 wxPy_BEGIN_ALLOW_THREADS
;
5047 _result
= (bool )wxTextCtrl_CanRedo(_arg0
);
5049 wxPy_END_ALLOW_THREADS
;
5050 } _resultobj
= Py_BuildValue("i",_result
);
5054 #define wxTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
5055 static PyObject
*_wrap_wxTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5056 PyObject
* _resultobj
;
5059 PyObject
* _argo0
= 0;
5060 char *_kwnames
[] = { "self", NULL
};
5063 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_CanUndo",_kwnames
,&_argo0
))
5066 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5067 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5068 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_CanUndo. Expected _wxTextCtrl_p.");
5073 wxPy_BEGIN_ALLOW_THREADS
;
5074 _result
= (bool )wxTextCtrl_CanUndo(_arg0
);
5076 wxPy_END_ALLOW_THREADS
;
5077 } _resultobj
= Py_BuildValue("i",_result
);
5081 #define wxTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
5082 static PyObject
*_wrap_wxTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5083 PyObject
* _resultobj
;
5089 PyObject
* _argo0
= 0;
5090 char *_kwnames
[] = { "self", NULL
};
5099 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_GetSelection",_kwnames
,&_argo0
))
5102 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5103 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5104 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_GetSelection. Expected _wxTextCtrl_p.");
5109 wxPy_BEGIN_ALLOW_THREADS
;
5110 wxTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
5112 wxPy_END_ALLOW_THREADS
;
5113 } Py_INCREF(Py_None
);
5114 _resultobj
= Py_None
;
5117 o
= PyInt_FromLong((long) (*_arg1
));
5118 _resultobj
= t_output_helper(_resultobj
, o
);
5122 o
= PyInt_FromLong((long) (*_arg2
));
5123 _resultobj
= t_output_helper(_resultobj
, o
);
5128 #define wxTextCtrl_IsEditable(_swigobj) (_swigobj->IsEditable())
5129 static PyObject
*_wrap_wxTextCtrl_IsEditable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5130 PyObject
* _resultobj
;
5133 PyObject
* _argo0
= 0;
5134 char *_kwnames
[] = { "self", NULL
};
5137 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_IsEditable",_kwnames
,&_argo0
))
5140 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5141 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_IsEditable. Expected _wxTextCtrl_p.");
5147 wxPy_BEGIN_ALLOW_THREADS
;
5148 _result
= (bool )wxTextCtrl_IsEditable(_arg0
);
5150 wxPy_END_ALLOW_THREADS
;
5151 } _resultobj
= Py_BuildValue("i",_result
);
5155 #define wxTextCtrl_Undo(_swigobj) (_swigobj->Undo())
5156 static PyObject
*_wrap_wxTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5157 PyObject
* _resultobj
;
5159 PyObject
* _argo0
= 0;
5160 char *_kwnames
[] = { "self", NULL
};
5163 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Undo",_kwnames
,&_argo0
))
5166 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5167 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5168 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Undo. Expected _wxTextCtrl_p.");
5173 wxPy_BEGIN_ALLOW_THREADS
;
5174 wxTextCtrl_Undo(_arg0
);
5176 wxPy_END_ALLOW_THREADS
;
5177 } Py_INCREF(Py_None
);
5178 _resultobj
= Py_None
;
5182 #define wxTextCtrl_Redo(_swigobj) (_swigobj->Redo())
5183 static PyObject
*_wrap_wxTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5184 PyObject
* _resultobj
;
5186 PyObject
* _argo0
= 0;
5187 char *_kwnames
[] = { "self", NULL
};
5190 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextCtrl_Redo",_kwnames
,&_argo0
))
5193 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5194 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5195 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_Redo. Expected _wxTextCtrl_p.");
5200 wxPy_BEGIN_ALLOW_THREADS
;
5201 wxTextCtrl_Redo(_arg0
);
5203 wxPy_END_ALLOW_THREADS
;
5204 } Py_INCREF(Py_None
);
5205 _resultobj
= Py_None
;
5209 static void wxTextCtrl_write(wxTextCtrl
*self
,const wxString
& text
) {
5210 self
->AppendText(text
+ '\n');
5212 static PyObject
*_wrap_wxTextCtrl_write(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5213 PyObject
* _resultobj
;
5216 PyObject
* _argo0
= 0;
5217 PyObject
* _obj1
= 0;
5218 char *_kwnames
[] = { "self","text", NULL
};
5221 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextCtrl_write",_kwnames
,&_argo0
,&_obj1
))
5224 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5225 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextCtrl_p")) {
5226 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextCtrl_write. Expected _wxTextCtrl_p.");
5231 if (!PyString_Check(_obj1
)) {
5232 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5235 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
5238 wxPy_BEGIN_ALLOW_THREADS
;
5239 wxTextCtrl_write(_arg0
,*_arg1
);
5241 wxPy_END_ALLOW_THREADS
;
5242 } Py_INCREF(Py_None
);
5243 _resultobj
= Py_None
;
5251 static void *SwigwxScrollBarTowxControl(void *ptr
) {
5254 src
= (wxScrollBar
*) ptr
;
5255 dest
= (wxControl
*) src
;
5256 return (void *) dest
;
5259 static void *SwigwxScrollBarTowxWindow(void *ptr
) {
5262 src
= (wxScrollBar
*) ptr
;
5263 dest
= (wxWindow
*) src
;
5264 return (void *) dest
;
5267 static void *SwigwxScrollBarTowxEvtHandler(void *ptr
) {
5270 src
= (wxScrollBar
*) ptr
;
5271 dest
= (wxEvtHandler
*) src
;
5272 return (void *) dest
;
5275 #define new_wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxScrollBar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
5276 static PyObject
*_wrap_new_wxScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5277 PyObject
* _resultobj
;
5278 wxScrollBar
* _result
;
5280 wxWindowID _arg1
= (wxWindowID
) -1;
5281 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5282 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5283 long _arg4
= (long ) wxSB_HORIZONTAL
;
5284 wxValidator
* _arg5
= (wxValidator
*) &wxPyDefaultValidator
;
5285 char * _arg6
= (char *) "scrollBar";
5286 PyObject
* _argo0
= 0;
5288 PyObject
* _obj2
= 0;
5290 PyObject
* _obj3
= 0;
5291 PyObject
* _argo5
= 0;
5292 char *_kwnames
[] = { "parent","id","pos","size","style","validator","name", NULL
};
5296 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOlOs:new_wxScrollBar",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_argo5
,&_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_wxScrollBar. Expected _wxWindow_p.");
5308 if (! wxPoint_helper(_obj2
, &_arg2
))
5314 if (! wxSize_helper(_obj3
, &_arg3
))
5318 if (_argo5
== Py_None
) { _arg5
= NULL
; }
5319 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxValidator_p")) {
5320 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of new_wxScrollBar. Expected _wxValidator_p.");
5325 wxPy_BEGIN_ALLOW_THREADS
;
5326 _result
= (wxScrollBar
*)new_wxScrollBar(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
,_arg6
);
5328 wxPy_END_ALLOW_THREADS
;
5330 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxScrollBar_p");
5331 _resultobj
= Py_BuildValue("s",_ptemp
);
5334 _resultobj
= Py_None
;
5339 #define wxScrollBar_GetRange(_swigobj) (_swigobj->GetRange())
5340 static PyObject
*_wrap_wxScrollBar_GetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5341 PyObject
* _resultobj
;
5343 wxScrollBar
* _arg0
;
5344 PyObject
* _argo0
= 0;
5345 char *_kwnames
[] = { "self", NULL
};
5348 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetRange",_kwnames
,&_argo0
))
5351 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5352 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5353 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetRange. Expected _wxScrollBar_p.");
5358 wxPy_BEGIN_ALLOW_THREADS
;
5359 _result
= (int )wxScrollBar_GetRange(_arg0
);
5361 wxPy_END_ALLOW_THREADS
;
5362 } _resultobj
= Py_BuildValue("i",_result
);
5366 #define wxScrollBar_GetPageSize(_swigobj) (_swigobj->GetPageSize())
5367 static PyObject
*_wrap_wxScrollBar_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5368 PyObject
* _resultobj
;
5370 wxScrollBar
* _arg0
;
5371 PyObject
* _argo0
= 0;
5372 char *_kwnames
[] = { "self", NULL
};
5375 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetPageSize",_kwnames
,&_argo0
))
5378 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5379 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5380 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetPageSize. Expected _wxScrollBar_p.");
5385 wxPy_BEGIN_ALLOW_THREADS
;
5386 _result
= (int )wxScrollBar_GetPageSize(_arg0
);
5388 wxPy_END_ALLOW_THREADS
;
5389 } _resultobj
= Py_BuildValue("i",_result
);
5393 #define wxScrollBar_GetThumbPosition(_swigobj) (_swigobj->GetThumbPosition())
5394 static PyObject
*_wrap_wxScrollBar_GetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5395 PyObject
* _resultobj
;
5397 wxScrollBar
* _arg0
;
5398 PyObject
* _argo0
= 0;
5399 char *_kwnames
[] = { "self", NULL
};
5402 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbPosition",_kwnames
,&_argo0
))
5405 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5406 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5407 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbPosition. Expected _wxScrollBar_p.");
5412 wxPy_BEGIN_ALLOW_THREADS
;
5413 _result
= (int )wxScrollBar_GetThumbPosition(_arg0
);
5415 wxPy_END_ALLOW_THREADS
;
5416 } _resultobj
= Py_BuildValue("i",_result
);
5420 #define wxScrollBar_GetThumbSize(_swigobj) (_swigobj->GetThumbSize())
5421 static PyObject
*_wrap_wxScrollBar_GetThumbSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5422 PyObject
* _resultobj
;
5424 wxScrollBar
* _arg0
;
5425 PyObject
* _argo0
= 0;
5426 char *_kwnames
[] = { "self", NULL
};
5429 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxScrollBar_GetThumbSize",_kwnames
,&_argo0
))
5432 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5433 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5434 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_GetThumbSize. Expected _wxScrollBar_p.");
5439 wxPy_BEGIN_ALLOW_THREADS
;
5440 _result
= (int )wxScrollBar_GetThumbSize(_arg0
);
5442 wxPy_END_ALLOW_THREADS
;
5443 } _resultobj
= Py_BuildValue("i",_result
);
5447 #define wxScrollBar_SetThumbPosition(_swigobj,_swigarg0) (_swigobj->SetThumbPosition(_swigarg0))
5448 static PyObject
*_wrap_wxScrollBar_SetThumbPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5449 PyObject
* _resultobj
;
5450 wxScrollBar
* _arg0
;
5452 PyObject
* _argo0
= 0;
5453 char *_kwnames
[] = { "self","viewStart", NULL
};
5456 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxScrollBar_SetThumbPosition",_kwnames
,&_argo0
,&_arg1
))
5459 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5460 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5461 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetThumbPosition. Expected _wxScrollBar_p.");
5466 wxPy_BEGIN_ALLOW_THREADS
;
5467 wxScrollBar_SetThumbPosition(_arg0
,_arg1
);
5469 wxPy_END_ALLOW_THREADS
;
5470 } Py_INCREF(Py_None
);
5471 _resultobj
= Py_None
;
5475 #define wxScrollBar_SetScrollbar(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->SetScrollbar(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
5476 static PyObject
*_wrap_wxScrollBar_SetScrollbar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5477 PyObject
* _resultobj
;
5478 wxScrollBar
* _arg0
;
5483 bool _arg5
= (bool ) TRUE
;
5484 PyObject
* _argo0
= 0;
5485 int tempbool5
= (int) TRUE
;
5486 char *_kwnames
[] = { "self","position","thumbSize","range","pageSize","refresh", NULL
};
5489 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|i:wxScrollBar_SetScrollbar",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&tempbool5
))
5492 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5493 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxScrollBar_p")) {
5494 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxScrollBar_SetScrollbar. Expected _wxScrollBar_p.");
5498 _arg5
= (bool ) tempbool5
;
5500 wxPy_BEGIN_ALLOW_THREADS
;
5501 wxScrollBar_SetScrollbar(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
5503 wxPy_END_ALLOW_THREADS
;
5504 } Py_INCREF(Py_None
);
5505 _resultobj
= Py_None
;
5509 static void *SwigwxSpinButtonTowxControl(void *ptr
) {
5512 src
= (wxSpinButton
*) ptr
;
5513 dest
= (wxControl
*) src
;
5514 return (void *) dest
;
5517 static void *SwigwxSpinButtonTowxWindow(void *ptr
) {
5520 src
= (wxSpinButton
*) ptr
;
5521 dest
= (wxWindow
*) src
;
5522 return (void *) dest
;
5525 static void *SwigwxSpinButtonTowxEvtHandler(void *ptr
) {
5528 src
= (wxSpinButton
*) ptr
;
5529 dest
= (wxEvtHandler
*) src
;
5530 return (void *) dest
;
5533 #define new_wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSpinButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
5534 static PyObject
*_wrap_new_wxSpinButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5535 PyObject
* _resultobj
;
5536 wxSpinButton
* _result
;
5538 wxWindowID _arg1
= (wxWindowID
) -1;
5539 wxPoint
* _arg2
= (wxPoint
*) &wxPyDefaultPosition
;
5540 wxSize
* _arg3
= (wxSize
*) &wxPyDefaultSize
;
5541 long _arg4
= (long ) wxSP_HORIZONTAL
;
5542 char * _arg5
= (char *) "spinButton";
5543 PyObject
* _argo0
= 0;
5545 PyObject
* _obj2
= 0;
5547 PyObject
* _obj3
= 0;
5548 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
5552 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|iOOls:new_wxSpinButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
5555 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5556 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5557 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinButton. Expected _wxWindow_p.");
5564 if (! wxPoint_helper(_obj2
, &_arg2
))
5570 if (! wxSize_helper(_obj3
, &_arg3
))
5574 wxPy_BEGIN_ALLOW_THREADS
;
5575 _result
= (wxSpinButton
*)new_wxSpinButton(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
5577 wxPy_END_ALLOW_THREADS
;
5579 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinButton_p");
5580 _resultobj
= Py_BuildValue("s",_ptemp
);
5583 _resultobj
= Py_None
;
5588 #define wxSpinButton_GetMax(_swigobj) (_swigobj->GetMax())
5589 static PyObject
*_wrap_wxSpinButton_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5590 PyObject
* _resultobj
;
5592 wxSpinButton
* _arg0
;
5593 PyObject
* _argo0
= 0;
5594 char *_kwnames
[] = { "self", NULL
};
5597 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMax",_kwnames
,&_argo0
))
5600 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5601 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5602 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMax. Expected _wxSpinButton_p.");
5607 wxPy_BEGIN_ALLOW_THREADS
;
5608 _result
= (int )wxSpinButton_GetMax(_arg0
);
5610 wxPy_END_ALLOW_THREADS
;
5611 } _resultobj
= Py_BuildValue("i",_result
);
5615 #define wxSpinButton_GetMin(_swigobj) (_swigobj->GetMin())
5616 static PyObject
*_wrap_wxSpinButton_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5617 PyObject
* _resultobj
;
5619 wxSpinButton
* _arg0
;
5620 PyObject
* _argo0
= 0;
5621 char *_kwnames
[] = { "self", NULL
};
5624 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetMin",_kwnames
,&_argo0
))
5627 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5628 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5629 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetMin. Expected _wxSpinButton_p.");
5634 wxPy_BEGIN_ALLOW_THREADS
;
5635 _result
= (int )wxSpinButton_GetMin(_arg0
);
5637 wxPy_END_ALLOW_THREADS
;
5638 } _resultobj
= Py_BuildValue("i",_result
);
5642 #define wxSpinButton_GetValue(_swigobj) (_swigobj->GetValue())
5643 static PyObject
*_wrap_wxSpinButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5644 PyObject
* _resultobj
;
5646 wxSpinButton
* _arg0
;
5647 PyObject
* _argo0
= 0;
5648 char *_kwnames
[] = { "self", NULL
};
5651 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinButton_GetValue",_kwnames
,&_argo0
))
5654 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5655 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5656 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_GetValue. Expected _wxSpinButton_p.");
5661 wxPy_BEGIN_ALLOW_THREADS
;
5662 _result
= (int )wxSpinButton_GetValue(_arg0
);
5664 wxPy_END_ALLOW_THREADS
;
5665 } _resultobj
= Py_BuildValue("i",_result
);
5669 #define wxSpinButton_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
5670 static PyObject
*_wrap_wxSpinButton_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5671 PyObject
* _resultobj
;
5672 wxSpinButton
* _arg0
;
5675 PyObject
* _argo0
= 0;
5676 char *_kwnames
[] = { "self","min","max", NULL
};
5679 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinButton_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5682 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5683 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5684 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetRange. Expected _wxSpinButton_p.");
5689 wxPy_BEGIN_ALLOW_THREADS
;
5690 wxSpinButton_SetRange(_arg0
,_arg1
,_arg2
);
5692 wxPy_END_ALLOW_THREADS
;
5693 } Py_INCREF(Py_None
);
5694 _resultobj
= Py_None
;
5698 #define wxSpinButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
5699 static PyObject
*_wrap_wxSpinButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5700 PyObject
* _resultobj
;
5701 wxSpinButton
* _arg0
;
5703 PyObject
* _argo0
= 0;
5704 char *_kwnames
[] = { "self","value", NULL
};
5707 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinButton_SetValue",_kwnames
,&_argo0
,&_arg1
))
5710 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5711 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinButton_p")) {
5712 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinButton_SetValue. Expected _wxSpinButton_p.");
5717 wxPy_BEGIN_ALLOW_THREADS
;
5718 wxSpinButton_SetValue(_arg0
,_arg1
);
5720 wxPy_END_ALLOW_THREADS
;
5721 } Py_INCREF(Py_None
);
5722 _resultobj
= Py_None
;
5726 static void *SwigwxStaticBitmapTowxControl(void *ptr
) {
5727 wxStaticBitmap
*src
;
5729 src
= (wxStaticBitmap
*) ptr
;
5730 dest
= (wxControl
*) src
;
5731 return (void *) dest
;
5734 static void *SwigwxStaticBitmapTowxWindow(void *ptr
) {
5735 wxStaticBitmap
*src
;
5737 src
= (wxStaticBitmap
*) ptr
;
5738 dest
= (wxWindow
*) src
;
5739 return (void *) dest
;
5742 static void *SwigwxStaticBitmapTowxEvtHandler(void *ptr
) {
5743 wxStaticBitmap
*src
;
5745 src
= (wxStaticBitmap
*) ptr
;
5746 dest
= (wxEvtHandler
*) src
;
5747 return (void *) dest
;
5750 #define new_wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxStaticBitmap(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
5751 static PyObject
*_wrap_new_wxStaticBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5752 PyObject
* _resultobj
;
5753 wxStaticBitmap
* _result
;
5757 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5758 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5759 long _arg5
= (long ) 0;
5760 char * _arg6
= (char *) "staticBitmap";
5761 PyObject
* _argo0
= 0;
5762 PyObject
* _argo2
= 0;
5764 PyObject
* _obj3
= 0;
5766 PyObject
* _obj4
= 0;
5767 char *_kwnames
[] = { "parent","id","bitmap","pos","size","style","name", NULL
};
5771 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOls:new_wxStaticBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
))
5774 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5775 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5776 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStaticBitmap. Expected _wxWindow_p.");
5781 if (_argo2
== Py_None
) { _arg2
= NULL
; }
5782 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) {
5783 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxStaticBitmap. Expected _wxBitmap_p.");
5790 if (! wxPoint_helper(_obj3
, &_arg3
))
5796 if (! wxSize_helper(_obj4
, &_arg4
))
5800 wxPy_BEGIN_ALLOW_THREADS
;
5801 _result
= (wxStaticBitmap
*)new_wxStaticBitmap(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
5803 wxPy_END_ALLOW_THREADS
;
5805 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStaticBitmap_p");
5806 _resultobj
= Py_BuildValue("s",_ptemp
);
5809 _resultobj
= Py_None
;
5814 #define wxStaticBitmap_GetBitmap(_swigobj) (_swigobj->GetBitmap())
5815 static PyObject
*_wrap_wxStaticBitmap_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5816 PyObject
* _resultobj
;
5818 wxStaticBitmap
* _arg0
;
5819 PyObject
* _argo0
= 0;
5820 char *_kwnames
[] = { "self", NULL
};
5824 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStaticBitmap_GetBitmap",_kwnames
,&_argo0
))
5827 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5828 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5829 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_GetBitmap. Expected _wxStaticBitmap_p.");
5834 wxPy_BEGIN_ALLOW_THREADS
;
5835 const wxBitmap
& _result_ref
= wxStaticBitmap_GetBitmap(_arg0
);
5836 _result
= (wxBitmap
*) &_result_ref
;
5838 wxPy_END_ALLOW_THREADS
;
5840 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBitmap_p");
5841 _resultobj
= Py_BuildValue("s",_ptemp
);
5844 _resultobj
= Py_None
;
5849 #define wxStaticBitmap_SetBitmap(_swigobj,_swigarg0) (_swigobj->SetBitmap(_swigarg0))
5850 static PyObject
*_wrap_wxStaticBitmap_SetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5851 PyObject
* _resultobj
;
5852 wxStaticBitmap
* _arg0
;
5854 PyObject
* _argo0
= 0;
5855 PyObject
* _argo1
= 0;
5856 char *_kwnames
[] = { "self","bitmap", NULL
};
5859 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetBitmap",_kwnames
,&_argo0
,&_argo1
))
5862 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5863 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5864 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetBitmap. Expected _wxStaticBitmap_p.");
5869 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5870 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxBitmap_p")) {
5871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetBitmap. Expected _wxBitmap_p.");
5876 wxPy_BEGIN_ALLOW_THREADS
;
5877 wxStaticBitmap_SetBitmap(_arg0
,*_arg1
);
5879 wxPy_END_ALLOW_THREADS
;
5880 } Py_INCREF(Py_None
);
5881 _resultobj
= Py_None
;
5885 #define wxStaticBitmap_SetIcon(_swigobj,_swigarg0) (_swigobj->SetIcon(_swigarg0))
5886 static PyObject
*_wrap_wxStaticBitmap_SetIcon(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5887 PyObject
* _resultobj
;
5888 wxStaticBitmap
* _arg0
;
5890 PyObject
* _argo0
= 0;
5891 PyObject
* _argo1
= 0;
5892 char *_kwnames
[] = { "self","icon", NULL
};
5895 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStaticBitmap_SetIcon",_kwnames
,&_argo0
,&_argo1
))
5898 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5899 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStaticBitmap_p")) {
5900 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStaticBitmap_SetIcon. Expected _wxStaticBitmap_p.");
5905 if (_argo1
== Py_None
) { _arg1
= NULL
; }
5906 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxIcon_p")) {
5907 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStaticBitmap_SetIcon. Expected _wxIcon_p.");
5912 wxPy_BEGIN_ALLOW_THREADS
;
5913 wxStaticBitmap_SetIcon(_arg0
,*_arg1
);
5915 wxPy_END_ALLOW_THREADS
;
5916 } Py_INCREF(Py_None
);
5917 _resultobj
= Py_None
;
5921 static void *SwigwxRadioBoxTowxControl(void *ptr
) {
5924 src
= (wxRadioBox
*) ptr
;
5925 dest
= (wxControl
*) src
;
5926 return (void *) dest
;
5929 static void *SwigwxRadioBoxTowxWindow(void *ptr
) {
5932 src
= (wxRadioBox
*) ptr
;
5933 dest
= (wxWindow
*) src
;
5934 return (void *) dest
;
5937 static void *SwigwxRadioBoxTowxEvtHandler(void *ptr
) {
5940 src
= (wxRadioBox
*) ptr
;
5941 dest
= (wxEvtHandler
*) src
;
5942 return (void *) dest
;
5945 #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))
5946 static PyObject
*_wrap_new_wxRadioBox(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5947 PyObject
* _resultobj
;
5948 wxRadioBox
* _result
;
5952 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
5953 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
5954 int _arg5
= (int ) 0;
5955 wxString
* _arg6
= (wxString
*) NULL
;
5956 int _arg7
= (int ) 0;
5957 long _arg8
= (long ) wxRA_HORIZONTAL
;
5958 wxValidator
* _arg9
= (wxValidator
*) &wxPyDefaultValidator
;
5959 char * _arg10
= (char *) "radioBox";
5960 PyObject
* _argo0
= 0;
5961 PyObject
* _obj2
= 0;
5963 PyObject
* _obj3
= 0;
5965 PyObject
* _obj4
= 0;
5966 PyObject
* _obj6
= 0;
5967 PyObject
* _argo9
= 0;
5968 char *_kwnames
[] = { "parent","id","label","point","size","choices","majorDimension","style","validator","name", NULL
};
5972 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOOilOs:new_wxRadioBox",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_obj6
,&_arg7
,&_arg8
,&_argo9
,&_arg10
))
5975 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5976 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
5977 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioBox. Expected _wxWindow_p.");
5982 if (!PyString_Check(_obj2
)) {
5983 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5986 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
5991 if (! wxPoint_helper(_obj3
, &_arg3
))
5997 if (! wxSize_helper(_obj4
, &_arg4
))
6002 _arg6
= wxString_LIST_helper(_obj6
);
6003 if (_arg6
== NULL
) {
6008 if (_argo9
== Py_None
) { _arg9
= NULL
; }
6009 else if (SWIG_GetPtrObj(_argo9
,(void **) &_arg9
,"_wxValidator_p")) {
6010 PyErr_SetString(PyExc_TypeError
,"Type error in argument 10 of new_wxRadioBox. Expected _wxValidator_p.");
6016 _arg5
= PyList_Size(_obj6
);
6023 wxPy_BEGIN_ALLOW_THREADS
;
6024 _result
= (wxRadioBox
*)new_wxRadioBox(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,*_arg9
,_arg10
);
6026 wxPy_END_ALLOW_THREADS
;
6028 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioBox_p");
6029 _resultobj
= Py_BuildValue("s",_ptemp
);
6032 _resultobj
= Py_None
;
6044 #define wxRadioBox_Enable(_swigobj,_swigarg0) (_swigobj->Enable(_swigarg0))
6045 static PyObject
*_wrap_wxRadioBox_Enable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6046 PyObject
* _resultobj
;
6049 PyObject
* _argo0
= 0;
6051 char *_kwnames
[] = { "self","enable", NULL
};
6054 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Enable",_kwnames
,&_argo0
,&tempbool1
))
6057 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6058 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6059 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Enable. Expected _wxRadioBox_p.");
6063 _arg1
= (bool ) tempbool1
;
6065 wxPy_BEGIN_ALLOW_THREADS
;
6066 wxRadioBox_Enable(_arg0
,_arg1
);
6068 wxPy_END_ALLOW_THREADS
;
6069 } Py_INCREF(Py_None
);
6070 _resultobj
= Py_None
;
6074 #define wxRadioBox_EnableItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Enable(_swigarg0,_swigarg1))
6075 static PyObject
*_wrap_wxRadioBox_EnableItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6076 PyObject
* _resultobj
;
6080 PyObject
* _argo0
= 0;
6082 char *_kwnames
[] = { "self","n","enable", NULL
};
6085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_EnableItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_EnableItem. Expected _wxRadioBox_p.");
6094 _arg2
= (bool ) tempbool2
;
6096 wxPy_BEGIN_ALLOW_THREADS
;
6097 wxRadioBox_EnableItem(_arg0
,_arg1
,_arg2
);
6099 wxPy_END_ALLOW_THREADS
;
6100 } Py_INCREF(Py_None
);
6101 _resultobj
= Py_None
;
6105 #define wxRadioBox_FindString(_swigobj,_swigarg0) (_swigobj->FindString(_swigarg0))
6106 static PyObject
*_wrap_wxRadioBox_FindString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6107 PyObject
* _resultobj
;
6111 PyObject
* _argo0
= 0;
6112 PyObject
* _obj1
= 0;
6113 char *_kwnames
[] = { "self","string", NULL
};
6116 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_FindString",_kwnames
,&_argo0
,&_obj1
))
6119 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6120 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6121 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_FindString. Expected _wxRadioBox_p.");
6126 if (!PyString_Check(_obj1
)) {
6127 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6130 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
6133 wxPy_BEGIN_ALLOW_THREADS
;
6134 _result
= (int )wxRadioBox_FindString(_arg0
,*_arg1
);
6136 wxPy_END_ALLOW_THREADS
;
6137 } _resultobj
= Py_BuildValue("i",_result
);
6145 #define wxRadioBox_GetItemLabel(_swigobj,_swigarg0) (_swigobj->GetLabel(_swigarg0))
6146 static PyObject
*_wrap_wxRadioBox_GetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6147 PyObject
* _resultobj
;
6151 PyObject
* _argo0
= 0;
6152 char *_kwnames
[] = { "self","n", NULL
};
6155 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetItemLabel",_kwnames
,&_argo0
,&_arg1
))
6158 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6159 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6160 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetItemLabel. Expected _wxRadioBox_p.");
6165 wxPy_BEGIN_ALLOW_THREADS
;
6166 _result
= new wxString (wxRadioBox_GetItemLabel(_arg0
,_arg1
));
6168 wxPy_END_ALLOW_THREADS
;
6170 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
6178 #define wxRadioBox_GetSelection(_swigobj) (_swigobj->GetSelection())
6179 static PyObject
*_wrap_wxRadioBox_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6180 PyObject
* _resultobj
;
6183 PyObject
* _argo0
= 0;
6184 char *_kwnames
[] = { "self", NULL
};
6187 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetSelection",_kwnames
,&_argo0
))
6190 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6191 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6192 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetSelection. Expected _wxRadioBox_p.");
6197 wxPy_BEGIN_ALLOW_THREADS
;
6198 _result
= (int )wxRadioBox_GetSelection(_arg0
);
6200 wxPy_END_ALLOW_THREADS
;
6201 } _resultobj
= Py_BuildValue("i",_result
);
6205 #define wxRadioBox_GetString(_swigobj,_swigarg0) (_swigobj->GetString(_swigarg0))
6206 static PyObject
*_wrap_wxRadioBox_GetString(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6207 PyObject
* _resultobj
;
6211 PyObject
* _argo0
= 0;
6212 char *_kwnames
[] = { "self","n", NULL
};
6215 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_GetString",_kwnames
,&_argo0
,&_arg1
))
6218 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6219 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6220 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetString. Expected _wxRadioBox_p.");
6225 wxPy_BEGIN_ALLOW_THREADS
;
6226 _result
= new wxString (wxRadioBox_GetString(_arg0
,_arg1
));
6228 wxPy_END_ALLOW_THREADS
;
6230 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
6238 #define wxRadioBox_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
6239 static PyObject
*_wrap_wxRadioBox_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6240 PyObject
* _resultobj
;
6243 PyObject
* _argo0
= 0;
6244 char *_kwnames
[] = { "self", NULL
};
6247 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_GetStringSelection",_kwnames
,&_argo0
))
6250 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6251 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6252 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_GetStringSelection. Expected _wxRadioBox_p.");
6257 wxPy_BEGIN_ALLOW_THREADS
;
6258 _result
= new wxString (wxRadioBox_GetStringSelection(_arg0
));
6260 wxPy_END_ALLOW_THREADS
;
6262 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
6270 #define wxRadioBox_Number(_swigobj) (_swigobj->Number())
6271 static PyObject
*_wrap_wxRadioBox_Number(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6272 PyObject
* _resultobj
;
6275 PyObject
* _argo0
= 0;
6276 char *_kwnames
[] = { "self", NULL
};
6279 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioBox_Number",_kwnames
,&_argo0
))
6282 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6283 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6284 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Number. Expected _wxRadioBox_p.");
6289 wxPy_BEGIN_ALLOW_THREADS
;
6290 _result
= (int )wxRadioBox_Number(_arg0
);
6292 wxPy_END_ALLOW_THREADS
;
6293 } _resultobj
= Py_BuildValue("i",_result
);
6297 #define wxRadioBox_SetItemLabel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabel(_swigarg0,_swigarg1))
6298 static PyObject
*_wrap_wxRadioBox_SetItemLabel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6299 PyObject
* _resultobj
;
6303 PyObject
* _argo0
= 0;
6304 PyObject
* _obj2
= 0;
6305 char *_kwnames
[] = { "self","n","label", NULL
};
6308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxRadioBox_SetItemLabel",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetItemLabel. Expected _wxRadioBox_p.");
6318 if (!PyString_Check(_obj2
)) {
6319 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6322 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6325 wxPy_BEGIN_ALLOW_THREADS
;
6326 wxRadioBox_SetItemLabel(_arg0
,_arg1
,*_arg2
);
6328 wxPy_END_ALLOW_THREADS
;
6329 } Py_INCREF(Py_None
);
6330 _resultobj
= Py_None
;
6338 #define wxRadioBox_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
6339 static PyObject
*_wrap_wxRadioBox_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6340 PyObject
* _resultobj
;
6343 PyObject
* _argo0
= 0;
6344 char *_kwnames
[] = { "self","n", NULL
};
6347 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_SetSelection",_kwnames
,&_argo0
,&_arg1
))
6350 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6351 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6352 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetSelection. Expected _wxRadioBox_p.");
6357 wxPy_BEGIN_ALLOW_THREADS
;
6358 wxRadioBox_SetSelection(_arg0
,_arg1
);
6360 wxPy_END_ALLOW_THREADS
;
6361 } Py_INCREF(Py_None
);
6362 _resultobj
= Py_None
;
6366 #define wxRadioBox_SetStringSelection(_swigobj,_swigarg0) (_swigobj->SetStringSelection(_swigarg0))
6367 static PyObject
*_wrap_wxRadioBox_SetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6368 PyObject
* _resultobj
;
6371 PyObject
* _argo0
= 0;
6372 PyObject
* _obj1
= 0;
6373 char *_kwnames
[] = { "self","string", NULL
};
6376 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRadioBox_SetStringSelection",_kwnames
,&_argo0
,&_obj1
))
6379 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6380 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6381 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_SetStringSelection. Expected _wxRadioBox_p.");
6386 if (!PyString_Check(_obj1
)) {
6387 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6390 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
6393 wxPy_BEGIN_ALLOW_THREADS
;
6394 wxRadioBox_SetStringSelection(_arg0
,*_arg1
);
6396 wxPy_END_ALLOW_THREADS
;
6397 } Py_INCREF(Py_None
);
6398 _resultobj
= Py_None
;
6406 #define wxRadioBox_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0))
6407 static PyObject
*_wrap_wxRadioBox_Show(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6408 PyObject
* _resultobj
;
6411 PyObject
* _argo0
= 0;
6413 char *_kwnames
[] = { "self","show", NULL
};
6416 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioBox_Show",_kwnames
,&_argo0
,&tempbool1
))
6419 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6420 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6421 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_Show. Expected _wxRadioBox_p.");
6425 _arg1
= (bool ) tempbool1
;
6427 wxPy_BEGIN_ALLOW_THREADS
;
6428 wxRadioBox_Show(_arg0
,_arg1
);
6430 wxPy_END_ALLOW_THREADS
;
6431 } Py_INCREF(Py_None
);
6432 _resultobj
= Py_None
;
6436 #define wxRadioBox_ShowItem(_swigobj,_swigarg0,_swigarg1) (_swigobj->Show(_swigarg0,_swigarg1))
6437 static PyObject
*_wrap_wxRadioBox_ShowItem(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6438 PyObject
* _resultobj
;
6442 PyObject
* _argo0
= 0;
6444 char *_kwnames
[] = { "self","item","show", NULL
};
6447 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRadioBox_ShowItem",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6450 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6451 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioBox_p")) {
6452 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioBox_ShowItem. Expected _wxRadioBox_p.");
6456 _arg2
= (bool ) tempbool2
;
6458 wxPy_BEGIN_ALLOW_THREADS
;
6459 wxRadioBox_ShowItem(_arg0
,_arg1
,_arg2
);
6461 wxPy_END_ALLOW_THREADS
;
6462 } Py_INCREF(Py_None
);
6463 _resultobj
= Py_None
;
6467 static void *SwigwxRadioButtonTowxControl(void *ptr
) {
6470 src
= (wxRadioButton
*) ptr
;
6471 dest
= (wxControl
*) src
;
6472 return (void *) dest
;
6475 static void *SwigwxRadioButtonTowxWindow(void *ptr
) {
6478 src
= (wxRadioButton
*) ptr
;
6479 dest
= (wxWindow
*) src
;
6480 return (void *) dest
;
6483 static void *SwigwxRadioButtonTowxEvtHandler(void *ptr
) {
6486 src
= (wxRadioButton
*) ptr
;
6487 dest
= (wxEvtHandler
*) src
;
6488 return (void *) dest
;
6491 #define new_wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7) (new wxRadioButton(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7))
6492 static PyObject
*_wrap_new_wxRadioButton(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6493 PyObject
* _resultobj
;
6494 wxRadioButton
* _result
;
6498 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
6499 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
6500 long _arg5
= (long ) 0;
6501 wxValidator
* _arg6
= (wxValidator
*) &wxPyDefaultValidator
;
6502 char * _arg7
= (char *) "radioButton";
6503 PyObject
* _argo0
= 0;
6504 PyObject
* _obj2
= 0;
6506 PyObject
* _obj3
= 0;
6508 PyObject
* _obj4
= 0;
6509 PyObject
* _argo6
= 0;
6510 char *_kwnames
[] = { "parent","id","label","pos","size","style","validator","name", NULL
};
6514 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO|OOlOs:new_wxRadioButton",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_obj4
,&_arg5
,&_argo6
,&_arg7
))
6517 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6518 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6519 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRadioButton. Expected _wxWindow_p.");
6524 if (!PyString_Check(_obj2
)) {
6525 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6528 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
6533 if (! wxPoint_helper(_obj3
, &_arg3
))
6539 if (! wxSize_helper(_obj4
, &_arg4
))
6543 if (_argo6
== Py_None
) { _arg6
= NULL
; }
6544 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxValidator_p")) {
6545 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of new_wxRadioButton. Expected _wxValidator_p.");
6550 wxPy_BEGIN_ALLOW_THREADS
;
6551 _result
= (wxRadioButton
*)new_wxRadioButton(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,*_arg6
,_arg7
);
6553 wxPy_END_ALLOW_THREADS
;
6555 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRadioButton_p");
6556 _resultobj
= Py_BuildValue("s",_ptemp
);
6559 _resultobj
= Py_None
;
6568 #define wxRadioButton_GetValue(_swigobj) (_swigobj->GetValue())
6569 static PyObject
*_wrap_wxRadioButton_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6570 PyObject
* _resultobj
;
6572 wxRadioButton
* _arg0
;
6573 PyObject
* _argo0
= 0;
6574 char *_kwnames
[] = { "self", NULL
};
6577 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRadioButton_GetValue",_kwnames
,&_argo0
))
6580 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6581 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6582 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_GetValue. Expected _wxRadioButton_p.");
6587 wxPy_BEGIN_ALLOW_THREADS
;
6588 _result
= (bool )wxRadioButton_GetValue(_arg0
);
6590 wxPy_END_ALLOW_THREADS
;
6591 } _resultobj
= Py_BuildValue("i",_result
);
6595 #define wxRadioButton_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
6596 static PyObject
*_wrap_wxRadioButton_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6597 PyObject
* _resultobj
;
6598 wxRadioButton
* _arg0
;
6600 PyObject
* _argo0
= 0;
6602 char *_kwnames
[] = { "self","value", NULL
};
6605 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRadioButton_SetValue",_kwnames
,&_argo0
,&tempbool1
))
6608 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6609 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRadioButton_p")) {
6610 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRadioButton_SetValue. Expected _wxRadioButton_p.");
6614 _arg1
= (bool ) tempbool1
;
6616 wxPy_BEGIN_ALLOW_THREADS
;
6617 wxRadioButton_SetValue(_arg0
,_arg1
);
6619 wxPy_END_ALLOW_THREADS
;
6620 } Py_INCREF(Py_None
);
6621 _resultobj
= Py_None
;
6625 static void *SwigwxSliderTowxControl(void *ptr
) {
6628 src
= (wxSlider
*) ptr
;
6629 dest
= (wxControl
*) src
;
6630 return (void *) dest
;
6633 static void *SwigwxSliderTowxWindow(void *ptr
) {
6636 src
= (wxSlider
*) ptr
;
6637 dest
= (wxWindow
*) src
;
6638 return (void *) dest
;
6641 static void *SwigwxSliderTowxEvtHandler(void *ptr
) {
6644 src
= (wxSlider
*) ptr
;
6645 dest
= (wxEvtHandler
*) src
;
6646 return (void *) dest
;
6649 #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))
6650 static PyObject
*_wrap_new_wxSlider(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6651 PyObject
* _resultobj
;
6658 wxPoint
* _arg5
= (wxPoint
*) &wxPyDefaultPosition
;
6659 wxSize
* _arg6
= (wxSize
*) &wxPyDefaultSize
;
6660 long _arg7
= (long ) wxSL_HORIZONTAL
;
6661 wxValidator
* _arg8
= (wxValidator
*) &wxPyDefaultValidator
;
6662 char * _arg9
= (char *) "slider";
6663 PyObject
* _argo0
= 0;
6665 PyObject
* _obj5
= 0;
6667 PyObject
* _obj6
= 0;
6668 PyObject
* _argo8
= 0;
6669 char *_kwnames
[] = { "parent","id","value","minValue","maxValue","point","size","style","validator","name", NULL
};
6673 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiiii|OOlOs:new_wxSlider",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
,&_obj6
,&_arg7
,&_argo8
,&_arg9
))
6676 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6677 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
6678 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSlider. Expected _wxWindow_p.");
6685 if (! wxPoint_helper(_obj5
, &_arg5
))
6691 if (! wxSize_helper(_obj6
, &_arg6
))
6695 if (_argo8
== Py_None
) { _arg8
= NULL
; }
6696 else if (SWIG_GetPtrObj(_argo8
,(void **) &_arg8
,"_wxValidator_p")) {
6697 PyErr_SetString(PyExc_TypeError
,"Type error in argument 9 of new_wxSlider. Expected _wxValidator_p.");
6702 wxPy_BEGIN_ALLOW_THREADS
;
6703 _result
= (wxSlider
*)new_wxSlider(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
,*_arg6
,_arg7
,*_arg8
,_arg9
);
6705 wxPy_END_ALLOW_THREADS
;
6707 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSlider_p");
6708 _resultobj
= Py_BuildValue("s",_ptemp
);
6711 _resultobj
= Py_None
;
6716 #define wxSlider_ClearSel(_swigobj) (_swigobj->ClearSel())
6717 static PyObject
*_wrap_wxSlider_ClearSel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6718 PyObject
* _resultobj
;
6720 PyObject
* _argo0
= 0;
6721 char *_kwnames
[] = { "self", NULL
};
6724 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearSel",_kwnames
,&_argo0
))
6727 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6728 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6729 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearSel. Expected _wxSlider_p.");
6734 wxPy_BEGIN_ALLOW_THREADS
;
6735 wxSlider_ClearSel(_arg0
);
6737 wxPy_END_ALLOW_THREADS
;
6738 } Py_INCREF(Py_None
);
6739 _resultobj
= Py_None
;
6743 #define wxSlider_ClearTicks(_swigobj) (_swigobj->ClearTicks())
6744 static PyObject
*_wrap_wxSlider_ClearTicks(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6745 PyObject
* _resultobj
;
6747 PyObject
* _argo0
= 0;
6748 char *_kwnames
[] = { "self", NULL
};
6751 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_ClearTicks",_kwnames
,&_argo0
))
6754 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6755 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6756 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_ClearTicks. Expected _wxSlider_p.");
6761 wxPy_BEGIN_ALLOW_THREADS
;
6762 wxSlider_ClearTicks(_arg0
);
6764 wxPy_END_ALLOW_THREADS
;
6765 } Py_INCREF(Py_None
);
6766 _resultobj
= Py_None
;
6770 #define wxSlider_GetLineSize(_swigobj) (_swigobj->GetLineSize())
6771 static PyObject
*_wrap_wxSlider_GetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6772 PyObject
* _resultobj
;
6775 PyObject
* _argo0
= 0;
6776 char *_kwnames
[] = { "self", NULL
};
6779 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetLineSize",_kwnames
,&_argo0
))
6782 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6783 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6784 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetLineSize. Expected _wxSlider_p.");
6789 wxPy_BEGIN_ALLOW_THREADS
;
6790 _result
= (int )wxSlider_GetLineSize(_arg0
);
6792 wxPy_END_ALLOW_THREADS
;
6793 } _resultobj
= Py_BuildValue("i",_result
);
6797 #define wxSlider_GetMax(_swigobj) (_swigobj->GetMax())
6798 static PyObject
*_wrap_wxSlider_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6799 PyObject
* _resultobj
;
6802 PyObject
* _argo0
= 0;
6803 char *_kwnames
[] = { "self", NULL
};
6806 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMax",_kwnames
,&_argo0
))
6809 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6810 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6811 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMax. Expected _wxSlider_p.");
6816 wxPy_BEGIN_ALLOW_THREADS
;
6817 _result
= (int )wxSlider_GetMax(_arg0
);
6819 wxPy_END_ALLOW_THREADS
;
6820 } _resultobj
= Py_BuildValue("i",_result
);
6824 #define wxSlider_GetMin(_swigobj) (_swigobj->GetMin())
6825 static PyObject
*_wrap_wxSlider_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6826 PyObject
* _resultobj
;
6829 PyObject
* _argo0
= 0;
6830 char *_kwnames
[] = { "self", NULL
};
6833 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetMin",_kwnames
,&_argo0
))
6836 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6837 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6838 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetMin. Expected _wxSlider_p.");
6843 wxPy_BEGIN_ALLOW_THREADS
;
6844 _result
= (int )wxSlider_GetMin(_arg0
);
6846 wxPy_END_ALLOW_THREADS
;
6847 } _resultobj
= Py_BuildValue("i",_result
);
6851 #define wxSlider_GetPageSize(_swigobj) (_swigobj->GetPageSize())
6852 static PyObject
*_wrap_wxSlider_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6853 PyObject
* _resultobj
;
6856 PyObject
* _argo0
= 0;
6857 char *_kwnames
[] = { "self", NULL
};
6860 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetPageSize",_kwnames
,&_argo0
))
6863 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6864 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6865 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetPageSize. Expected _wxSlider_p.");
6870 wxPy_BEGIN_ALLOW_THREADS
;
6871 _result
= (int )wxSlider_GetPageSize(_arg0
);
6873 wxPy_END_ALLOW_THREADS
;
6874 } _resultobj
= Py_BuildValue("i",_result
);
6878 #define wxSlider_GetSelEnd(_swigobj) (_swigobj->GetSelEnd())
6879 static PyObject
*_wrap_wxSlider_GetSelEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6880 PyObject
* _resultobj
;
6883 PyObject
* _argo0
= 0;
6884 char *_kwnames
[] = { "self", NULL
};
6887 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelEnd",_kwnames
,&_argo0
))
6890 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6891 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6892 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelEnd. Expected _wxSlider_p.");
6897 wxPy_BEGIN_ALLOW_THREADS
;
6898 _result
= (int )wxSlider_GetSelEnd(_arg0
);
6900 wxPy_END_ALLOW_THREADS
;
6901 } _resultobj
= Py_BuildValue("i",_result
);
6905 #define wxSlider_GetSelStart(_swigobj) (_swigobj->GetSelStart())
6906 static PyObject
*_wrap_wxSlider_GetSelStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6907 PyObject
* _resultobj
;
6910 PyObject
* _argo0
= 0;
6911 char *_kwnames
[] = { "self", NULL
};
6914 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetSelStart",_kwnames
,&_argo0
))
6917 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6918 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6919 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetSelStart. Expected _wxSlider_p.");
6924 wxPy_BEGIN_ALLOW_THREADS
;
6925 _result
= (int )wxSlider_GetSelStart(_arg0
);
6927 wxPy_END_ALLOW_THREADS
;
6928 } _resultobj
= Py_BuildValue("i",_result
);
6932 #define wxSlider_GetThumbLength(_swigobj) (_swigobj->GetThumbLength())
6933 static PyObject
*_wrap_wxSlider_GetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6934 PyObject
* _resultobj
;
6937 PyObject
* _argo0
= 0;
6938 char *_kwnames
[] = { "self", NULL
};
6941 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetThumbLength",_kwnames
,&_argo0
))
6944 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6945 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6946 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetThumbLength. Expected _wxSlider_p.");
6951 wxPy_BEGIN_ALLOW_THREADS
;
6952 _result
= (int )wxSlider_GetThumbLength(_arg0
);
6954 wxPy_END_ALLOW_THREADS
;
6955 } _resultobj
= Py_BuildValue("i",_result
);
6959 #define wxSlider_GetTickFreq(_swigobj) (_swigobj->GetTickFreq())
6960 static PyObject
*_wrap_wxSlider_GetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6961 PyObject
* _resultobj
;
6964 PyObject
* _argo0
= 0;
6965 char *_kwnames
[] = { "self", NULL
};
6968 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetTickFreq",_kwnames
,&_argo0
))
6971 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6972 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
6973 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetTickFreq. Expected _wxSlider_p.");
6978 wxPy_BEGIN_ALLOW_THREADS
;
6979 _result
= (int )wxSlider_GetTickFreq(_arg0
);
6981 wxPy_END_ALLOW_THREADS
;
6982 } _resultobj
= Py_BuildValue("i",_result
);
6986 #define wxSlider_GetValue(_swigobj) (_swigobj->GetValue())
6987 static PyObject
*_wrap_wxSlider_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6988 PyObject
* _resultobj
;
6991 PyObject
* _argo0
= 0;
6992 char *_kwnames
[] = { "self", NULL
};
6995 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSlider_GetValue",_kwnames
,&_argo0
))
6998 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6999 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7000 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_GetValue. Expected _wxSlider_p.");
7005 wxPy_BEGIN_ALLOW_THREADS
;
7006 _result
= (int )wxSlider_GetValue(_arg0
);
7008 wxPy_END_ALLOW_THREADS
;
7009 } _resultobj
= Py_BuildValue("i",_result
);
7013 #define wxSlider_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
7014 static PyObject
*_wrap_wxSlider_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7015 PyObject
* _resultobj
;
7019 PyObject
* _argo0
= 0;
7020 char *_kwnames
[] = { "self","minValue","maxValue", NULL
};
7023 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7026 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7027 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7028 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetRange. Expected _wxSlider_p.");
7033 wxPy_BEGIN_ALLOW_THREADS
;
7034 wxSlider_SetRange(_arg0
,_arg1
,_arg2
);
7036 wxPy_END_ALLOW_THREADS
;
7037 } Py_INCREF(Py_None
);
7038 _resultobj
= Py_None
;
7042 #define wxSlider_SetTickFreq(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetTickFreq(_swigarg0,_swigarg1))
7043 static PyObject
*_wrap_wxSlider_SetTickFreq(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7044 PyObject
* _resultobj
;
7048 PyObject
* _argo0
= 0;
7049 char *_kwnames
[] = { "self","n","pos", NULL
};
7052 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetTickFreq",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7055 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7056 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7057 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTickFreq. Expected _wxSlider_p.");
7062 wxPy_BEGIN_ALLOW_THREADS
;
7063 wxSlider_SetTickFreq(_arg0
,_arg1
,_arg2
);
7065 wxPy_END_ALLOW_THREADS
;
7066 } Py_INCREF(Py_None
);
7067 _resultobj
= Py_None
;
7071 #define wxSlider_SetLineSize(_swigobj,_swigarg0) (_swigobj->SetLineSize(_swigarg0))
7072 static PyObject
*_wrap_wxSlider_SetLineSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7073 PyObject
* _resultobj
;
7076 PyObject
* _argo0
= 0;
7077 char *_kwnames
[] = { "self","lineSize", NULL
};
7080 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetLineSize",_kwnames
,&_argo0
,&_arg1
))
7083 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7084 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7085 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetLineSize. Expected _wxSlider_p.");
7090 wxPy_BEGIN_ALLOW_THREADS
;
7091 wxSlider_SetLineSize(_arg0
,_arg1
);
7093 wxPy_END_ALLOW_THREADS
;
7094 } Py_INCREF(Py_None
);
7095 _resultobj
= Py_None
;
7099 #define wxSlider_SetPageSize(_swigobj,_swigarg0) (_swigobj->SetPageSize(_swigarg0))
7100 static PyObject
*_wrap_wxSlider_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7101 PyObject
* _resultobj
;
7104 PyObject
* _argo0
= 0;
7105 char *_kwnames
[] = { "self","pageSize", NULL
};
7108 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetPageSize",_kwnames
,&_argo0
,&_arg1
))
7111 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7112 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7113 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetPageSize. Expected _wxSlider_p.");
7118 wxPy_BEGIN_ALLOW_THREADS
;
7119 wxSlider_SetPageSize(_arg0
,_arg1
);
7121 wxPy_END_ALLOW_THREADS
;
7122 } Py_INCREF(Py_None
);
7123 _resultobj
= Py_None
;
7127 #define wxSlider_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
7128 static PyObject
*_wrap_wxSlider_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7129 PyObject
* _resultobj
;
7133 PyObject
* _argo0
= 0;
7134 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
7137 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSlider_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7140 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7141 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetSelection. Expected _wxSlider_p.");
7147 wxPy_BEGIN_ALLOW_THREADS
;
7148 wxSlider_SetSelection(_arg0
,_arg1
,_arg2
);
7150 wxPy_END_ALLOW_THREADS
;
7151 } Py_INCREF(Py_None
);
7152 _resultobj
= Py_None
;
7156 #define wxSlider_SetThumbLength(_swigobj,_swigarg0) (_swigobj->SetThumbLength(_swigarg0))
7157 static PyObject
*_wrap_wxSlider_SetThumbLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7158 PyObject
* _resultobj
;
7161 PyObject
* _argo0
= 0;
7162 char *_kwnames
[] = { "self","len", NULL
};
7165 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetThumbLength",_kwnames
,&_argo0
,&_arg1
))
7168 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7169 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7170 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetThumbLength. Expected _wxSlider_p.");
7175 wxPy_BEGIN_ALLOW_THREADS
;
7176 wxSlider_SetThumbLength(_arg0
,_arg1
);
7178 wxPy_END_ALLOW_THREADS
;
7179 } Py_INCREF(Py_None
);
7180 _resultobj
= Py_None
;
7184 #define wxSlider_SetTick(_swigobj,_swigarg0) (_swigobj->SetTick(_swigarg0))
7185 static PyObject
*_wrap_wxSlider_SetTick(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7186 PyObject
* _resultobj
;
7189 PyObject
* _argo0
= 0;
7190 char *_kwnames
[] = { "self","tickPos", NULL
};
7193 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetTick",_kwnames
,&_argo0
,&_arg1
))
7196 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7197 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7198 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetTick. Expected _wxSlider_p.");
7203 wxPy_BEGIN_ALLOW_THREADS
;
7204 wxSlider_SetTick(_arg0
,_arg1
);
7206 wxPy_END_ALLOW_THREADS
;
7207 } Py_INCREF(Py_None
);
7208 _resultobj
= Py_None
;
7212 #define wxSlider_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
7213 static PyObject
*_wrap_wxSlider_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7214 PyObject
* _resultobj
;
7217 PyObject
* _argo0
= 0;
7218 char *_kwnames
[] = { "self","value", NULL
};
7221 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSlider_SetValue",_kwnames
,&_argo0
,&_arg1
))
7224 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7225 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSlider_p")) {
7226 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSlider_SetValue. Expected _wxSlider_p.");
7231 wxPy_BEGIN_ALLOW_THREADS
;
7232 wxSlider_SetValue(_arg0
,_arg1
);
7234 wxPy_END_ALLOW_THREADS
;
7235 } Py_INCREF(Py_None
);
7236 _resultobj
= Py_None
;
7240 static void *SwigwxSpinCtrlTowxSpinButton(void *ptr
) {
7243 src
= (wxSpinCtrl
*) ptr
;
7244 dest
= (wxSpinButton
*) src
;
7245 return (void *) dest
;
7248 static void *SwigwxSpinCtrlTowxControl(void *ptr
) {
7251 src
= (wxSpinCtrl
*) ptr
;
7252 dest
= (wxControl
*) src
;
7253 return (void *) dest
;
7256 static void *SwigwxSpinCtrlTowxWindow(void *ptr
) {
7259 src
= (wxSpinCtrl
*) ptr
;
7260 dest
= (wxWindow
*) src
;
7261 return (void *) dest
;
7264 static void *SwigwxSpinCtrlTowxEvtHandler(void *ptr
) {
7267 src
= (wxSpinCtrl
*) ptr
;
7268 dest
= (wxEvtHandler
*) src
;
7269 return (void *) dest
;
7272 #define new_wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9) (new wxSpinCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6,_swigarg7,_swigarg8,_swigarg9))
7273 static PyObject
*_wrap_new_wxSpinCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7274 PyObject
* _resultobj
;
7275 wxSpinCtrl
* _result
;
7277 wxWindowID _arg1
= (wxWindowID
) -1;
7278 char * _arg2
= (char *) "";
7279 wxPoint
* _arg3
= (wxPoint
*) &wxPyDefaultPosition
;
7280 wxSize
* _arg4
= (wxSize
*) &wxPyDefaultSize
;
7281 long _arg5
= (long ) wxSP_ARROW_KEYS
;
7282 int _arg6
= (int ) 0;
7283 int _arg7
= (int ) 100;
7284 int _arg8
= (int ) 0;
7285 char * _arg9
= (char *) "wxSpinCtrl";
7286 PyObject
* _argo0
= 0;
7288 PyObject
* _obj3
= 0;
7290 PyObject
* _obj4
= 0;
7291 char *_kwnames
[] = { "parent","id","value","pos","size","style","min","max","initial","name", NULL
};
7295 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|isOOliiis:new_wxSpinCtrl",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
,&_arg5
,&_arg6
,&_arg7
,&_arg8
,&_arg9
))
7298 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7299 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
7300 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSpinCtrl. Expected _wxWindow_p.");
7307 if (! wxPoint_helper(_obj3
, &_arg3
))
7313 if (! wxSize_helper(_obj4
, &_arg4
))
7317 wxPy_BEGIN_ALLOW_THREADS
;
7318 _result
= (wxSpinCtrl
*)new_wxSpinCtrl(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,_arg9
);
7320 wxPy_END_ALLOW_THREADS
;
7322 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSpinCtrl_p");
7323 _resultobj
= Py_BuildValue("s",_ptemp
);
7326 _resultobj
= Py_None
;
7331 #define wxSpinCtrl_GetMax(_swigobj) (_swigobj->GetMax())
7332 static PyObject
*_wrap_wxSpinCtrl_GetMax(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7333 PyObject
* _resultobj
;
7336 PyObject
* _argo0
= 0;
7337 char *_kwnames
[] = { "self", NULL
};
7340 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMax",_kwnames
,&_argo0
))
7343 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7344 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
7345 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMax. Expected _wxSpinCtrl_p.");
7350 wxPy_BEGIN_ALLOW_THREADS
;
7351 _result
= (int )wxSpinCtrl_GetMax(_arg0
);
7353 wxPy_END_ALLOW_THREADS
;
7354 } _resultobj
= Py_BuildValue("i",_result
);
7358 #define wxSpinCtrl_GetMin(_swigobj) (_swigobj->GetMin())
7359 static PyObject
*_wrap_wxSpinCtrl_GetMin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7360 PyObject
* _resultobj
;
7363 PyObject
* _argo0
= 0;
7364 char *_kwnames
[] = { "self", NULL
};
7367 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetMin",_kwnames
,&_argo0
))
7370 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7371 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
7372 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetMin. Expected _wxSpinCtrl_p.");
7377 wxPy_BEGIN_ALLOW_THREADS
;
7378 _result
= (int )wxSpinCtrl_GetMin(_arg0
);
7380 wxPy_END_ALLOW_THREADS
;
7381 } _resultobj
= Py_BuildValue("i",_result
);
7385 #define wxSpinCtrl_GetValue(_swigobj) (_swigobj->GetValue())
7386 static PyObject
*_wrap_wxSpinCtrl_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7387 PyObject
* _resultobj
;
7390 PyObject
* _argo0
= 0;
7391 char *_kwnames
[] = { "self", NULL
};
7394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSpinCtrl_GetValue",_kwnames
,&_argo0
))
7397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
7399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_GetValue. Expected _wxSpinCtrl_p.");
7404 wxPy_BEGIN_ALLOW_THREADS
;
7405 _result
= (int )wxSpinCtrl_GetValue(_arg0
);
7407 wxPy_END_ALLOW_THREADS
;
7408 } _resultobj
= Py_BuildValue("i",_result
);
7412 #define wxSpinCtrl_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
7413 static PyObject
*_wrap_wxSpinCtrl_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7414 PyObject
* _resultobj
;
7418 PyObject
* _argo0
= 0;
7419 char *_kwnames
[] = { "self","min","max", NULL
};
7422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxSpinCtrl_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
7427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetRange. Expected _wxSpinCtrl_p.");
7432 wxPy_BEGIN_ALLOW_THREADS
;
7433 wxSpinCtrl_SetRange(_arg0
,_arg1
,_arg2
);
7435 wxPy_END_ALLOW_THREADS
;
7436 } Py_INCREF(Py_None
);
7437 _resultobj
= Py_None
;
7441 #define wxSpinCtrl_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
7442 static PyObject
*_wrap_wxSpinCtrl_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7443 PyObject
* _resultobj
;
7446 PyObject
* _argo0
= 0;
7447 char *_kwnames
[] = { "self","value", NULL
};
7450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSpinCtrl_SetValue",_kwnames
,&_argo0
,&_arg1
))
7453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSpinCtrl_p")) {
7455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSpinCtrl_SetValue. Expected _wxSpinCtrl_p.");
7460 wxPy_BEGIN_ALLOW_THREADS
;
7461 wxSpinCtrl_SetValue(_arg0
,_arg1
);
7463 wxPy_END_ALLOW_THREADS
;
7464 } Py_INCREF(Py_None
);
7465 _resultobj
= Py_None
;
7469 static PyMethodDef controlscMethods
[] = {
7470 { "wxSpinCtrl_SetValue", (PyCFunction
) _wrap_wxSpinCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7471 { "wxSpinCtrl_SetRange", (PyCFunction
) _wrap_wxSpinCtrl_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7472 { "wxSpinCtrl_GetValue", (PyCFunction
) _wrap_wxSpinCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7473 { "wxSpinCtrl_GetMin", (PyCFunction
) _wrap_wxSpinCtrl_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
7474 { "wxSpinCtrl_GetMax", (PyCFunction
) _wrap_wxSpinCtrl_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
7475 { "new_wxSpinCtrl", (PyCFunction
) _wrap_new_wxSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
},
7476 { "wxSlider_SetValue", (PyCFunction
) _wrap_wxSlider_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7477 { "wxSlider_SetTick", (PyCFunction
) _wrap_wxSlider_SetTick
, METH_VARARGS
| METH_KEYWORDS
},
7478 { "wxSlider_SetThumbLength", (PyCFunction
) _wrap_wxSlider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
7479 { "wxSlider_SetSelection", (PyCFunction
) _wrap_wxSlider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7480 { "wxSlider_SetPageSize", (PyCFunction
) _wrap_wxSlider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7481 { "wxSlider_SetLineSize", (PyCFunction
) _wrap_wxSlider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
7482 { "wxSlider_SetTickFreq", (PyCFunction
) _wrap_wxSlider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
7483 { "wxSlider_SetRange", (PyCFunction
) _wrap_wxSlider_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7484 { "wxSlider_GetValue", (PyCFunction
) _wrap_wxSlider_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7485 { "wxSlider_GetTickFreq", (PyCFunction
) _wrap_wxSlider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
},
7486 { "wxSlider_GetThumbLength", (PyCFunction
) _wrap_wxSlider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
},
7487 { "wxSlider_GetSelStart", (PyCFunction
) _wrap_wxSlider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
},
7488 { "wxSlider_GetSelEnd", (PyCFunction
) _wrap_wxSlider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
},
7489 { "wxSlider_GetPageSize", (PyCFunction
) _wrap_wxSlider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7490 { "wxSlider_GetMin", (PyCFunction
) _wrap_wxSlider_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
7491 { "wxSlider_GetMax", (PyCFunction
) _wrap_wxSlider_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
7492 { "wxSlider_GetLineSize", (PyCFunction
) _wrap_wxSlider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
},
7493 { "wxSlider_ClearTicks", (PyCFunction
) _wrap_wxSlider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
},
7494 { "wxSlider_ClearSel", (PyCFunction
) _wrap_wxSlider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
},
7495 { "new_wxSlider", (PyCFunction
) _wrap_new_wxSlider
, METH_VARARGS
| METH_KEYWORDS
},
7496 { "wxRadioButton_SetValue", (PyCFunction
) _wrap_wxRadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7497 { "wxRadioButton_GetValue", (PyCFunction
) _wrap_wxRadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7498 { "new_wxRadioButton", (PyCFunction
) _wrap_new_wxRadioButton
, METH_VARARGS
| METH_KEYWORDS
},
7499 { "wxRadioBox_ShowItem", (PyCFunction
) _wrap_wxRadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
},
7500 { "wxRadioBox_Show", (PyCFunction
) _wrap_wxRadioBox_Show
, METH_VARARGS
| METH_KEYWORDS
},
7501 { "wxRadioBox_SetStringSelection", (PyCFunction
) _wrap_wxRadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7502 { "wxRadioBox_SetSelection", (PyCFunction
) _wrap_wxRadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7503 { "wxRadioBox_SetItemLabel", (PyCFunction
) _wrap_wxRadioBox_SetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
7504 { "wxRadioBox_Number", (PyCFunction
) _wrap_wxRadioBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7505 { "wxRadioBox_GetStringSelection", (PyCFunction
) _wrap_wxRadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7506 { "wxRadioBox_GetString", (PyCFunction
) _wrap_wxRadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7507 { "wxRadioBox_GetSelection", (PyCFunction
) _wrap_wxRadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7508 { "wxRadioBox_GetItemLabel", (PyCFunction
) _wrap_wxRadioBox_GetItemLabel
, METH_VARARGS
| METH_KEYWORDS
},
7509 { "wxRadioBox_FindString", (PyCFunction
) _wrap_wxRadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7510 { "wxRadioBox_EnableItem", (PyCFunction
) _wrap_wxRadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
},
7511 { "wxRadioBox_Enable", (PyCFunction
) _wrap_wxRadioBox_Enable
, METH_VARARGS
| METH_KEYWORDS
},
7512 { "new_wxRadioBox", (PyCFunction
) _wrap_new_wxRadioBox
, METH_VARARGS
| METH_KEYWORDS
},
7513 { "wxStaticBitmap_SetIcon", (PyCFunction
) _wrap_wxStaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
},
7514 { "wxStaticBitmap_SetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7515 { "wxStaticBitmap_GetBitmap", (PyCFunction
) _wrap_wxStaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7516 { "new_wxStaticBitmap", (PyCFunction
) _wrap_new_wxStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
},
7517 { "wxSpinButton_SetValue", (PyCFunction
) _wrap_wxSpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7518 { "wxSpinButton_SetRange", (PyCFunction
) _wrap_wxSpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7519 { "wxSpinButton_GetValue", (PyCFunction
) _wrap_wxSpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7520 { "wxSpinButton_GetMin", (PyCFunction
) _wrap_wxSpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
},
7521 { "wxSpinButton_GetMax", (PyCFunction
) _wrap_wxSpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
},
7522 { "new_wxSpinButton", (PyCFunction
) _wrap_new_wxSpinButton
, METH_VARARGS
| METH_KEYWORDS
},
7523 { "wxScrollBar_SetScrollbar", (PyCFunction
) _wrap_wxScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
},
7524 { "wxScrollBar_SetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7525 { "wxScrollBar_GetThumbLength", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
7526 { "wxScrollBar_GetThumbSize", (PyCFunction
) _wrap_wxScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
},
7527 { "wxScrollBar_GetThumbPosition", (PyCFunction
) _wrap_wxScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
},
7528 { "wxScrollBar_GetPageSize", (PyCFunction
) _wrap_wxScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
7529 { "wxScrollBar_GetRange", (PyCFunction
) _wrap_wxScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7530 { "new_wxScrollBar", (PyCFunction
) _wrap_new_wxScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
7531 { "wxTextCtrl_write", (PyCFunction
) _wrap_wxTextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
},
7532 { "wxTextCtrl_Redo", (PyCFunction
) _wrap_wxTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
7533 { "wxTextCtrl_Undo", (PyCFunction
) _wrap_wxTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
7534 { "wxTextCtrl_IsEditable", (PyCFunction
) _wrap_wxTextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
},
7535 { "wxTextCtrl_GetSelection", (PyCFunction
) _wrap_wxTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7536 { "wxTextCtrl_CanUndo", (PyCFunction
) _wrap_wxTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
7537 { "wxTextCtrl_CanRedo", (PyCFunction
) _wrap_wxTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
7538 { "wxTextCtrl_CanPaste", (PyCFunction
) _wrap_wxTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
7539 { "wxTextCtrl_CanCut", (PyCFunction
) _wrap_wxTextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
},
7540 { "wxTextCtrl_CanCopy", (PyCFunction
) _wrap_wxTextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
},
7541 { "wxTextCtrl_XYToPosition", (PyCFunction
) _wrap_wxTextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
},
7542 { "wxTextCtrl_AppendText", (PyCFunction
) _wrap_wxTextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
},
7543 { "wxTextCtrl_WriteText", (PyCFunction
) _wrap_wxTextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
},
7544 { "wxTextCtrl_ShowPosition", (PyCFunction
) _wrap_wxTextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
},
7545 { "wxTextCtrl_SetValue", (PyCFunction
) _wrap_wxTextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7546 { "wxTextCtrl_SetSelection", (PyCFunction
) _wrap_wxTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7547 { "wxTextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7548 { "wxTextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7549 { "wxTextCtrl_SetEditable", (PyCFunction
) _wrap_wxTextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
},
7550 { "wxTextCtrl_SaveFile", (PyCFunction
) _wrap_wxTextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
},
7551 { "wxTextCtrl_Replace", (PyCFunction
) _wrap_wxTextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7552 { "wxTextCtrl_Remove", (PyCFunction
) _wrap_wxTextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7553 { "wxTextCtrl_PositionToXY", (PyCFunction
) _wrap_wxTextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
},
7554 { "wxTextCtrl_Paste", (PyCFunction
) _wrap_wxTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7555 { "wxTextCtrl_LoadFile", (PyCFunction
) _wrap_wxTextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
},
7556 { "wxTextCtrl_IsModified", (PyCFunction
) _wrap_wxTextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
},
7557 { "wxTextCtrl_GetValue", (PyCFunction
) _wrap_wxTextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7558 { "wxTextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_wxTextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
},
7559 { "wxTextCtrl_GetLineText", (PyCFunction
) _wrap_wxTextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
},
7560 { "wxTextCtrl_GetLineLength", (PyCFunction
) _wrap_wxTextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
},
7561 { "wxTextCtrl_GetLastPosition", (PyCFunction
) _wrap_wxTextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7562 { "wxTextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_wxTextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7563 { "wxTextCtrl_DiscardEdits", (PyCFunction
) _wrap_wxTextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
},
7564 { "wxTextCtrl_Cut", (PyCFunction
) _wrap_wxTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7565 { "wxTextCtrl_Copy", (PyCFunction
) _wrap_wxTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7566 { "wxTextCtrl_Clear", (PyCFunction
) _wrap_wxTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7567 { "new_wxTextCtrl", (PyCFunction
) _wrap_new_wxTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
7568 { "wxCheckListBox_GetItemHeight", (PyCFunction
) _wrap_wxCheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
},
7569 { "wxCheckListBox_InsertItems", (PyCFunction
) _wrap_wxCheckListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
7570 { "wxCheckListBox_Check", (PyCFunction
) _wrap_wxCheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
},
7571 { "wxCheckListBox_IsChecked", (PyCFunction
) _wrap_wxCheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
},
7572 { "new_wxCheckListBox", (PyCFunction
) _wrap_new_wxCheckListBox
, METH_VARARGS
| METH_KEYWORDS
},
7573 { "wxListBox_SetStringSelection", (PyCFunction
) _wrap_wxListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7574 { "wxListBox_SetString", (PyCFunction
) _wrap_wxListBox_SetString
, METH_VARARGS
| METH_KEYWORDS
},
7575 { "wxListBox_SetSelection", (PyCFunction
) _wrap_wxListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7576 { "wxListBox_SetFirstItemStr", (PyCFunction
) _wrap_wxListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
},
7577 { "wxListBox_SetFirstItem", (PyCFunction
) _wrap_wxListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
},
7578 { "wxListBox_Set", (PyCFunction
) _wrap_wxListBox_Set
, METH_VARARGS
| METH_KEYWORDS
},
7579 { "wxListBox_Selected", (PyCFunction
) _wrap_wxListBox_Selected
, METH_VARARGS
| METH_KEYWORDS
},
7580 { "wxListBox_Number", (PyCFunction
) _wrap_wxListBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7581 { "wxListBox_GetStringSelection", (PyCFunction
) _wrap_wxListBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7582 { "wxListBox_GetString", (PyCFunction
) _wrap_wxListBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7583 { "wxListBox_InsertItems", (PyCFunction
) _wrap_wxListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
},
7584 { "wxListBox_GetSelections", (PyCFunction
) _wrap_wxListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
},
7585 { "wxListBox_GetSelection", (PyCFunction
) _wrap_wxListBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7586 { "wxListBox_FindString", (PyCFunction
) _wrap_wxListBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7587 { "wxListBox_Deselect", (PyCFunction
) _wrap_wxListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
},
7588 { "wxListBox_Delete", (PyCFunction
) _wrap_wxListBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7589 { "wxListBox_Clear", (PyCFunction
) _wrap_wxListBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7590 { "wxListBox_Append", (PyCFunction
) _wrap_wxListBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7591 { "new_wxListBox", (PyCFunction
) _wrap_new_wxListBox
, METH_VARARGS
| METH_KEYWORDS
},
7592 { "wxStaticText_SetLabel", (PyCFunction
) _wrap_wxStaticText_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7593 { "wxStaticText_GetLabel", (PyCFunction
) _wrap_wxStaticText_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7594 { "new_wxStaticText", (PyCFunction
) _wrap_new_wxStaticText
, METH_VARARGS
| METH_KEYWORDS
},
7595 { "new_wxStaticLine", (PyCFunction
) _wrap_new_wxStaticLine
, METH_VARARGS
| METH_KEYWORDS
},
7596 { "new_wxStaticBox", (PyCFunction
) _wrap_new_wxStaticBox
, METH_VARARGS
| METH_KEYWORDS
},
7597 { "wxGauge_SetValue", (PyCFunction
) _wrap_wxGauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7598 { "wxGauge_SetShadowWidth", (PyCFunction
) _wrap_wxGauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7599 { "wxGauge_SetRange", (PyCFunction
) _wrap_wxGauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
7600 { "wxGauge_SetBezelFace", (PyCFunction
) _wrap_wxGauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7601 { "wxGauge_GetValue", (PyCFunction
) _wrap_wxGauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7602 { "wxGauge_GetShadowWidth", (PyCFunction
) _wrap_wxGauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
},
7603 { "wxGauge_GetRange", (PyCFunction
) _wrap_wxGauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
},
7604 { "wxGauge_GetBezelFace", (PyCFunction
) _wrap_wxGauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
},
7605 { "new_wxGauge", (PyCFunction
) _wrap_new_wxGauge
, METH_VARARGS
| METH_KEYWORDS
},
7606 { "wxComboBox_SetValue", (PyCFunction
) _wrap_wxComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7607 { "wxComboBox_SetMark", (PyCFunction
) _wrap_wxComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
},
7608 { "wxComboBox_SetSelection", (PyCFunction
) _wrap_wxComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7609 { "wxComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_wxComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
},
7610 { "wxComboBox_SetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7611 { "wxComboBox_Remove", (PyCFunction
) _wrap_wxComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
},
7612 { "wxComboBox_Replace", (PyCFunction
) _wrap_wxComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
},
7613 { "wxComboBox_Paste", (PyCFunction
) _wrap_wxComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
},
7614 { "wxComboBox_Number", (PyCFunction
) _wrap_wxComboBox_Number
, METH_VARARGS
| METH_KEYWORDS
},
7615 { "wxComboBox_GetValue", (PyCFunction
) _wrap_wxComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7616 { "wxComboBox_GetStringSelection", (PyCFunction
) _wrap_wxComboBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7617 { "wxComboBox_GetString", (PyCFunction
) _wrap_wxComboBox_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7618 { "wxComboBox_GetSelection", (PyCFunction
) _wrap_wxComboBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7619 { "wxComboBox_GetLastPosition", (PyCFunction
) _wrap_wxComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
},
7620 { "wxComboBox_GetInsertionPoint", (PyCFunction
) _wrap_wxComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
},
7621 { "wxComboBox_FindString", (PyCFunction
) _wrap_wxComboBox_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7622 { "wxComboBox_Delete", (PyCFunction
) _wrap_wxComboBox_Delete
, METH_VARARGS
| METH_KEYWORDS
},
7623 { "wxComboBox_Cut", (PyCFunction
) _wrap_wxComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
},
7624 { "wxComboBox_Copy", (PyCFunction
) _wrap_wxComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
},
7625 { "wxComboBox_Clear", (PyCFunction
) _wrap_wxComboBox_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7626 { "wxComboBox_Append", (PyCFunction
) _wrap_wxComboBox_Append
, METH_VARARGS
| METH_KEYWORDS
},
7627 { "new_wxComboBox", (PyCFunction
) _wrap_new_wxComboBox
, METH_VARARGS
| METH_KEYWORDS
},
7628 { "wxChoice_SetStringSelection", (PyCFunction
) _wrap_wxChoice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7629 { "wxChoice_SetSelection", (PyCFunction
) _wrap_wxChoice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7630 { "wxChoice_SetColumns", (PyCFunction
) _wrap_wxChoice_SetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7631 { "wxChoice_Number", (PyCFunction
) _wrap_wxChoice_Number
, METH_VARARGS
| METH_KEYWORDS
},
7632 { "wxChoice_GetStringSelection", (PyCFunction
) _wrap_wxChoice_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
7633 { "wxChoice_GetString", (PyCFunction
) _wrap_wxChoice_GetString
, METH_VARARGS
| METH_KEYWORDS
},
7634 { "wxChoice_GetSelection", (PyCFunction
) _wrap_wxChoice_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
7635 { "wxChoice_GetColumns", (PyCFunction
) _wrap_wxChoice_GetColumns
, METH_VARARGS
| METH_KEYWORDS
},
7636 { "wxChoice_FindString", (PyCFunction
) _wrap_wxChoice_FindString
, METH_VARARGS
| METH_KEYWORDS
},
7637 { "wxChoice_Clear", (PyCFunction
) _wrap_wxChoice_Clear
, METH_VARARGS
| METH_KEYWORDS
},
7638 { "wxChoice_Append", (PyCFunction
) _wrap_wxChoice_Append
, METH_VARARGS
| METH_KEYWORDS
},
7639 { "new_wxChoice", (PyCFunction
) _wrap_new_wxChoice
, METH_VARARGS
| METH_KEYWORDS
},
7640 { "wxCheckBox_SetValue", (PyCFunction
) _wrap_wxCheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
7641 { "wxCheckBox_GetValue", (PyCFunction
) _wrap_wxCheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
7642 { "new_wxCheckBox", (PyCFunction
) _wrap_new_wxCheckBox
, METH_VARARGS
| METH_KEYWORDS
},
7643 { "wxBitmapButton_GetMarginY", (PyCFunction
) _wrap_wxBitmapButton_GetMarginY
, METH_VARARGS
| METH_KEYWORDS
},
7644 { "wxBitmapButton_GetMarginX", (PyCFunction
) _wrap_wxBitmapButton_GetMarginX
, METH_VARARGS
| METH_KEYWORDS
},
7645 { "wxBitmapButton_SetMargins", (PyCFunction
) _wrap_wxBitmapButton_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
7646 { "wxBitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7647 { "wxBitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7648 { "wxBitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7649 { "wxBitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7650 { "wxBitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
},
7651 { "wxBitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
},
7652 { "wxBitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
},
7653 { "wxBitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_wxBitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
},
7654 { "new_wxBitmapButton", (PyCFunction
) _wrap_new_wxBitmapButton
, METH_VARARGS
| METH_KEYWORDS
},
7655 { "wxButton_SetForegroundColour", (PyCFunction
) _wrap_wxButton_SetForegroundColour
, METH_VARARGS
| METH_KEYWORDS
},
7656 { "wxButton_SetBackgroundColour", (PyCFunction
) _wrap_wxButton_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
},
7657 { "wxButton_SetDefault", (PyCFunction
) _wrap_wxButton_SetDefault
, METH_VARARGS
| METH_KEYWORDS
},
7658 { "new_wxButton", (PyCFunction
) _wrap_new_wxButton
, METH_VARARGS
| METH_KEYWORDS
},
7659 { "wxControl_SetLabel", (PyCFunction
) _wrap_wxControl_SetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7660 { "wxControl_GetLabel", (PyCFunction
) _wrap_wxControl_GetLabel
, METH_VARARGS
| METH_KEYWORDS
},
7661 { "wxControl_Command", (PyCFunction
) _wrap_wxControl_Command
, METH_VARARGS
| METH_KEYWORDS
},
7662 { "new_wxControl", (PyCFunction
) _wrap_new_wxControl
, METH_VARARGS
| METH_KEYWORDS
},
7663 { "wxButton_GetDefaultSize", (PyCFunction
) _wrap_wxButton_GetDefaultSize
, METH_VARARGS
| METH_KEYWORDS
},
7670 * This table is used by the pointer type-checker
7672 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
7673 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
7674 { "_wxEvent","_class_wxEvent",0},
7675 { "_class_wxActivateEvent","_wxActivateEvent",0},
7676 { "_signed_long","_long",0},
7677 { "_wxMenuEvent","_class_wxMenuEvent",0},
7678 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
7679 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
7680 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
7681 { "_wxPrintQuality","_wxCoord",0},
7682 { "_wxPrintQuality","_int",0},
7683 { "_wxPrintQuality","_signed_int",0},
7684 { "_wxPrintQuality","_unsigned_int",0},
7685 { "_wxPrintQuality","_wxWindowID",0},
7686 { "_wxPrintQuality","_uint",0},
7687 { "_wxPrintQuality","_EBool",0},
7688 { "_wxPrintQuality","_size_t",0},
7689 { "_wxPrintQuality","_time_t",0},
7690 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
7691 { "_wxSpinCtrl","_class_wxSpinCtrl",0},
7692 { "_class_wxRegionIterator","_wxRegionIterator",0},
7693 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
7694 { "_class_wxMenuBar","_wxMenuBar",0},
7695 { "_class_wxEvtHandler","_class_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler
},
7696 { "_class_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler
},
7697 { "_class_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
7698 { "_class_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
7699 { "_class_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7700 { "_class_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
7701 { "_class_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7702 { "_class_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
7703 { "_class_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7704 { "_class_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
7705 { "_class_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7706 { "_class_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
7707 { "_class_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7708 { "_class_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
7709 { "_class_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7710 { "_class_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
7711 { "_class_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7712 { "_class_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
7713 { "_class_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
7714 { "_class_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
7715 { "_class_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7716 { "_class_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
7717 { "_class_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7718 { "_class_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
7719 { "_class_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7720 { "_class_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
7721 { "_class_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
7722 { "_class_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
7723 { "_class_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7724 { "_class_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
7725 { "_class_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
7726 { "_class_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
7727 { "_class_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7728 { "_class_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
7729 { "_class_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7730 { "_class_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
7731 { "_class_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
7732 { "_class_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
7733 { "_class_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
7734 { "_class_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
7735 { "_class_wxEvtHandler","_wxEvtHandler",0},
7736 { "_wxPaintEvent","_class_wxPaintEvent",0},
7737 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
7738 { "_wxCursor","_class_wxCursor",0},
7739 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
7740 { "_wxMask","_class_wxMask",0},
7741 { "_wxPen","_class_wxPen",0},
7742 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
7743 { "_byte","_unsigned_char",0},
7744 { "_wxDataObject","_class_wxDataObject",0},
7745 { "_wxStaticBox","_class_wxStaticBox",0},
7746 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
7747 { "_wxPyDropSource","_class_wxPyDropSource",0},
7748 { "_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
7749 { "_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
7750 { "_wxChoice","_class_wxChoice",0},
7751 { "_wxSlider","_class_wxSlider",0},
7752 { "_long","_unsigned_long",0},
7753 { "_long","_signed_long",0},
7754 { "_wxImageList","_class_wxImageList",0},
7755 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
7756 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
7757 { "_wxBitmapButton","_class_wxBitmapButton",0},
7758 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
7759 { "_class_wxClipboard","_wxClipboard",0},
7760 { "_class_wxGauge","_wxGauge",0},
7761 { "_wxDC","_class_wxDC",0},
7762 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
7763 { "_wxSpinEvent","_class_wxSpinEvent",0},
7764 { "_size_t","_wxCoord",0},
7765 { "_size_t","_wxPrintQuality",0},
7766 { "_size_t","_time_t",0},
7767 { "_size_t","_unsigned_int",0},
7768 { "_size_t","_int",0},
7769 { "_size_t","_wxWindowID",0},
7770 { "_size_t","_uint",0},
7771 { "_class_wxRealPoint","_wxRealPoint",0},
7772 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
7773 { "_wxPrinterDC","_class_wxPrinterDC",0},
7774 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
7775 { "_class_wxMenuItem","_wxMenuItem",0},
7776 { "_class_wxPaintEvent","_wxPaintEvent",0},
7777 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
7778 { "_wxPanel","_class_wxPanel",0},
7779 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
7780 { "_wxCheckBox","_class_wxCheckBox",0},
7781 { "_wxPyEvent","_class_wxPyEvent",0},
7782 { "_wxTextCtrl","_class_wxTextCtrl",0},
7783 { "_class_wxMask","_wxMask",0},
7784 { "_wxTextDataObject","_class_wxTextDataObject",0},
7785 { "_class_wxKeyEvent","_wxKeyEvent",0},
7786 { "_wxColour","_class_wxColour",0},
7787 { "_class_wxDialog","_wxDialog",0},
7788 { "_class_wxFileDataObject","_wxFileDataObject",0},
7789 { "_wxIdleEvent","_class_wxIdleEvent",0},
7790 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
7791 { "_class_wxDataObject","_wxDataObject",0},
7792 { "_wxStaticLine","_class_wxStaticLine",0},
7793 { "_wxBrush","_class_wxBrush",0},
7794 { "_wxDataFormat","_class_wxDataFormat",0},
7795 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
7796 { "_wxShowEvent","_class_wxShowEvent",0},
7797 { "_uint","_wxCoord",0},
7798 { "_uint","_wxPrintQuality",0},
7799 { "_uint","_time_t",0},
7800 { "_uint","_size_t",0},
7801 { "_uint","_unsigned_int",0},
7802 { "_uint","_int",0},
7803 { "_uint","_wxWindowID",0},
7804 { "_wxChar","_char",0},
7805 { "_wxPyValidator","_class_wxPyValidator",0},
7806 { "_class_wxEvent","_wxEvent",0},
7807 { "_wxCheckListBox","_class_wxCheckListBox",0},
7808 { "_wxRect","_class_wxRect",0},
7809 { "_wxCommandEvent","_class_wxCommandEvent",0},
7810 { "_wxSizeEvent","_class_wxSizeEvent",0},
7811 { "_wxPoint","_class_wxPoint",0},
7812 { "_class_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7813 { "_class_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
7814 { "_class_wxButton","_wxButton",0},
7815 { "_wxRadioBox","_class_wxRadioBox",0},
7816 { "_class_wxSpinCtrl","_wxSpinCtrl",0},
7817 { "_char","_wxChar",0},
7818 { "_wxBitmap","_class_wxBitmap",0},
7819 { "_wxWindowDC","_class_wxWindowDC",0},
7820 { "_wxTimerEvent","_class_wxTimerEvent",0},
7821 { "_wxScrollBar","_class_wxScrollBar",0},
7822 { "_wxSpinButton","_class_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton
},
7823 { "_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton
},
7824 { "_wxSpinButton","_class_wxSpinButton",0},
7825 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
7826 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
7827 { "_class_wxValidator","_wxValidator",0},
7828 { "_class_wxPyEvent","_wxPyEvent",0},
7829 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
7830 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
7831 { "_wxDropTarget","_class_wxDropTarget",0},
7832 { "_class_wxStaticLine","_wxStaticLine",0},
7833 { "_wxScrollEvent","_class_wxScrollEvent",0},
7834 { "_EBool","_wxCoord",0},
7835 { "_EBool","_wxPrintQuality",0},
7836 { "_EBool","_signed_int",0},
7837 { "_EBool","_int",0},
7838 { "_EBool","_wxWindowID",0},
7839 { "_class_wxRegion","_wxRegion",0},
7840 { "_class_wxDataFormat","_wxDataFormat",0},
7841 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
7842 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
7843 { "_wxStaticText","_class_wxStaticText",0},
7844 { "_wxFont","_class_wxFont",0},
7845 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
7846 { "_wxCloseEvent","_class_wxCloseEvent",0},
7847 { "_unsigned_long","_long",0},
7848 { "_class_wxRect","_wxRect",0},
7849 { "_class_wxDC","_wxDC",0},
7850 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
7851 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
7852 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
7853 { "_wxFocusEvent","_class_wxFocusEvent",0},
7854 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
7855 { "_class_wxTimerEvent","_wxTimerEvent",0},
7856 { "_class_wxSpinButton","_class_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton
},
7857 { "_class_wxSpinButton","_wxSpinCtrl",SwigwxSpinCtrlTowxSpinButton
},
7858 { "_class_wxSpinButton","_wxSpinButton",0},
7859 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
7860 { "_class_wxPanel","_wxPanel",0},
7861 { "_class_wxCheckBox","_wxCheckBox",0},
7862 { "_wxComboBox","_class_wxComboBox",0},
7863 { "_wxRadioButton","_class_wxRadioButton",0},
7864 { "_signed_int","_wxCoord",0},
7865 { "_signed_int","_wxPrintQuality",0},
7866 { "_signed_int","_EBool",0},
7867 { "_signed_int","_wxWindowID",0},
7868 { "_signed_int","_int",0},
7869 { "_class_wxTextCtrl","_wxTextCtrl",0},
7870 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
7871 { "_wxMetaFileDC","_class_wxMetaFileDC",0},
7872 { "_class_wxTextDataObject","_wxTextDataObject",0},
7873 { "_wxMenu","_class_wxMenu",0},
7874 { "_class_wxMoveEvent","_wxMoveEvent",0},
7875 { "_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7876 { "_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7877 { "_wxListBox","_class_wxListBox",0},
7878 { "_wxScreenDC","_class_wxScreenDC",0},
7879 { "_WXTYPE","_short",0},
7880 { "_WXTYPE","_signed_short",0},
7881 { "_WXTYPE","_unsigned_short",0},
7882 { "_class_wxDropTarget","_wxDropTarget",0},
7883 { "_class_wxBrush","_wxBrush",0},
7884 { "_unsigned_short","_WXTYPE",0},
7885 { "_unsigned_short","_short",0},
7886 { "_class_wxWindow","_class_wxSpinCtrl",SwigwxSpinCtrlTowxWindow
},
7887 { "_class_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow
},
7888 { "_class_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
7889 { "_class_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
7890 { "_class_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7891 { "_class_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
7892 { "_class_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7893 { "_class_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
7894 { "_class_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7895 { "_class_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
7896 { "_class_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7897 { "_class_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
7898 { "_class_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
7899 { "_class_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
7900 { "_class_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7901 { "_class_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
7902 { "_class_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7903 { "_class_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
7904 { "_class_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
7905 { "_class_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
7906 { "_class_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
7907 { "_class_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
7908 { "_class_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
7909 { "_class_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
7910 { "_class_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7911 { "_class_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
7912 { "_class_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
7913 { "_class_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
7914 { "_class_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
7915 { "_class_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
7916 { "_class_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
7917 { "_class_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
7918 { "_class_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7919 { "_class_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
7920 { "_class_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7921 { "_class_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
7922 { "_class_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
7923 { "_class_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
7924 { "_class_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
7925 { "_class_wxWindow","_wxControl",SwigwxControlTowxWindow
},
7926 { "_class_wxWindow","_wxWindow",0},
7927 { "_class_wxStaticText","_wxStaticText",0},
7928 { "_class_wxFont","_wxFont",0},
7929 { "_wxClipboard","_class_wxClipboard",0},
7930 { "_class_wxPyValidator","_wxPyValidator",0},
7931 { "_class_wxCloseEvent","_wxCloseEvent",0},
7932 { "_wxBusyInfo","_class_wxBusyInfo",0},
7933 { "_class_wxMenuEvent","_wxMenuEvent",0},
7934 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
7935 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
7936 { "_wxClientDC","_class_wxClientDC",0},
7937 { "_wxMouseEvent","_class_wxMouseEvent",0},
7938 { "_class_wxPoint","_wxPoint",0},
7939 { "_wxRealPoint","_class_wxRealPoint",0},
7940 { "_class_wxRadioBox","_wxRadioBox",0},
7941 { "_signed_short","_WXTYPE",0},
7942 { "_signed_short","_short",0},
7943 { "_wxMemoryDC","_class_wxMemoryDC",0},
7944 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
7945 { "_wxPaintDC","_class_wxPaintDC",0},
7946 { "_class_wxWindowDC","_wxWindowDC",0},
7947 { "_class_wxFocusEvent","_wxFocusEvent",0},
7948 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
7949 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
7950 { "_class_wxCursor","_wxCursor",0},
7951 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
7952 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
7953 { "_unsigned_char","_byte",0},
7954 { "_class_wxMetaFileDC","_wxMetaFileDC",0},
7955 { "_class_wxMenu","_wxMenu",0},
7956 { "_wxControl","_class_wxSpinCtrl",SwigwxSpinCtrlTowxControl
},
7957 { "_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl
},
7958 { "_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
7959 { "_wxControl","_wxSlider",SwigwxSliderTowxControl
},
7960 { "_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
7961 { "_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
7962 { "_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
7963 { "_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
7964 { "_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7965 { "_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
7966 { "_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
7967 { "_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
7968 { "_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
7969 { "_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
7970 { "_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7971 { "_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
7972 { "_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7973 { "_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
7974 { "_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
7975 { "_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
7976 { "_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
7977 { "_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
7978 { "_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
7979 { "_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
7980 { "_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
7981 { "_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
7982 { "_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
7983 { "_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
7984 { "_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
7985 { "_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
7986 { "_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
7987 { "_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
7988 { "_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
7989 { "_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
7990 { "_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7991 { "_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
7992 { "_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
7993 { "_wxControl","_wxButton",SwigwxButtonTowxControl
},
7994 { "_wxControl","_class_wxControl",0},
7995 { "_class_wxListBox","_class_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7996 { "_class_wxListBox","_wxCheckListBox",SwigwxCheckListBoxTowxListBox
},
7997 { "_class_wxListBox","_wxListBox",0},
7998 { "_unsigned_int","_wxCoord",0},
7999 { "_unsigned_int","_wxPrintQuality",0},
8000 { "_unsigned_int","_time_t",0},
8001 { "_unsigned_int","_size_t",0},
8002 { "_unsigned_int","_uint",0},
8003 { "_unsigned_int","_wxWindowID",0},
8004 { "_unsigned_int","_int",0},
8005 { "_wxIcon","_class_wxIcon",0},
8006 { "_wxDialog","_class_wxDialog",0},
8007 { "_class_wxPen","_wxPen",0},
8008 { "_short","_WXTYPE",0},
8009 { "_short","_unsigned_short",0},
8010 { "_short","_signed_short",0},
8011 { "_class_wxStaticBox","_wxStaticBox",0},
8012 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
8013 { "_class_wxPyDropSource","_wxPyDropSource",0},
8014 { "_class_wxScrollEvent","_wxScrollEvent",0},
8015 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
8016 { "_class_wxChoice","_class_wxComboBox",SwigwxComboBoxTowxChoice
},
8017 { "_class_wxChoice","_wxComboBox",SwigwxComboBoxTowxChoice
},
8018 { "_class_wxChoice","_wxChoice",0},
8019 { "_class_wxSlider","_wxSlider",0},
8020 { "_class_wxImageList","_wxImageList",0},
8021 { "_class_wxBitmapButton","_wxBitmapButton",0},
8022 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
8023 { "_wxWindowID","_wxCoord",0},
8024 { "_wxWindowID","_wxPrintQuality",0},
8025 { "_wxWindowID","_time_t",0},
8026 { "_wxWindowID","_size_t",0},
8027 { "_wxWindowID","_EBool",0},
8028 { "_wxWindowID","_uint",0},
8029 { "_wxWindowID","_int",0},
8030 { "_wxWindowID","_signed_int",0},
8031 { "_wxWindowID","_unsigned_int",0},
8032 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
8033 { "_int","_wxCoord",0},
8034 { "_int","_wxPrintQuality",0},
8035 { "_int","_time_t",0},
8036 { "_int","_size_t",0},
8037 { "_int","_EBool",0},
8038 { "_int","_uint",0},
8039 { "_int","_wxWindowID",0},
8040 { "_int","_unsigned_int",0},
8041 { "_int","_signed_int",0},
8042 { "_class_wxMouseEvent","_wxMouseEvent",0},
8043 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
8044 { "_class_wxSpinEvent","_wxSpinEvent",0},
8045 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
8046 { "_time_t","_wxCoord",0},
8047 { "_time_t","_wxPrintQuality",0},
8048 { "_time_t","_unsigned_int",0},
8049 { "_time_t","_int",0},
8050 { "_time_t","_wxWindowID",0},
8051 { "_time_t","_uint",0},
8052 { "_time_t","_size_t",0},
8053 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
8054 { "_wxButton","_class_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
8055 { "_wxButton","_wxBitmapButton",SwigwxBitmapButtonTowxButton
},
8056 { "_wxButton","_class_wxButton",0},
8057 { "_wxSize","_class_wxSize",0},
8058 { "_wxRegionIterator","_class_wxRegionIterator",0},
8059 { "_class_wxPrinterDC","_wxPrinterDC",0},
8060 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
8061 { "_class_wxPaintDC","_wxPaintDC",0},
8062 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
8063 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
8064 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
8065 { "_class_wxComboBox","_wxComboBox",0},
8066 { "_class_wxRadioButton","_wxRadioButton",0},
8067 { "_wxValidator","_class_wxValidator",0},
8068 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
8069 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
8070 { "_class_wxControl","_class_wxSpinCtrl",SwigwxSpinCtrlTowxControl
},
8071 { "_class_wxControl","_wxSpinCtrl",SwigwxSpinCtrlTowxControl
},
8072 { "_class_wxControl","_class_wxSlider",SwigwxSliderTowxControl
},
8073 { "_class_wxControl","_wxSlider",SwigwxSliderTowxControl
},
8074 { "_class_wxControl","_class_wxRadioButton",SwigwxRadioButtonTowxControl
},
8075 { "_class_wxControl","_wxRadioButton",SwigwxRadioButtonTowxControl
},
8076 { "_class_wxControl","_class_wxRadioBox",SwigwxRadioBoxTowxControl
},
8077 { "_class_wxControl","_wxRadioBox",SwigwxRadioBoxTowxControl
},
8078 { "_class_wxControl","_class_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
8079 { "_class_wxControl","_wxStaticBitmap",SwigwxStaticBitmapTowxControl
},
8080 { "_class_wxControl","_class_wxSpinButton",SwigwxSpinButtonTowxControl
},
8081 { "_class_wxControl","_wxSpinButton",SwigwxSpinButtonTowxControl
},
8082 { "_class_wxControl","_class_wxScrollBar",SwigwxScrollBarTowxControl
},
8083 { "_class_wxControl","_wxScrollBar",SwigwxScrollBarTowxControl
},
8084 { "_class_wxControl","_class_wxTextCtrl",SwigwxTextCtrlTowxControl
},
8085 { "_class_wxControl","_wxTextCtrl",SwigwxTextCtrlTowxControl
},
8086 { "_class_wxControl","_class_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
8087 { "_class_wxControl","_wxCheckListBox",SwigwxCheckListBoxTowxControl
},
8088 { "_class_wxControl","_class_wxListBox",SwigwxListBoxTowxControl
},
8089 { "_class_wxControl","_wxListBox",SwigwxListBoxTowxControl
},
8090 { "_class_wxControl","_class_wxStaticText",SwigwxStaticTextTowxControl
},
8091 { "_class_wxControl","_wxStaticText",SwigwxStaticTextTowxControl
},
8092 { "_class_wxControl","_class_wxStaticLine",SwigwxStaticLineTowxControl
},
8093 { "_class_wxControl","_wxStaticLine",SwigwxStaticLineTowxControl
},
8094 { "_class_wxControl","_class_wxStaticBox",SwigwxStaticBoxTowxControl
},
8095 { "_class_wxControl","_wxStaticBox",SwigwxStaticBoxTowxControl
},
8096 { "_class_wxControl","_class_wxGauge",SwigwxGaugeTowxControl
},
8097 { "_class_wxControl","_wxGauge",SwigwxGaugeTowxControl
},
8098 { "_class_wxControl","_class_wxComboBox",SwigwxComboBoxTowxControl
},
8099 { "_class_wxControl","_wxComboBox",SwigwxComboBoxTowxControl
},
8100 { "_class_wxControl","_class_wxChoice",SwigwxChoiceTowxControl
},
8101 { "_class_wxControl","_wxChoice",SwigwxChoiceTowxControl
},
8102 { "_class_wxControl","_class_wxCheckBox",SwigwxCheckBoxTowxControl
},
8103 { "_class_wxControl","_wxCheckBox",SwigwxCheckBoxTowxControl
},
8104 { "_class_wxControl","_class_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
8105 { "_class_wxControl","_wxBitmapButton",SwigwxBitmapButtonTowxControl
},
8106 { "_class_wxControl","_class_wxButton",SwigwxButtonTowxControl
},
8107 { "_class_wxControl","_wxButton",SwigwxButtonTowxControl
},
8108 { "_class_wxControl","_wxControl",0},
8109 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
8110 { "_class_wxIcon","_wxIcon",0},
8111 { "_class_wxColour","_wxColour",0},
8112 { "_class_wxScreenDC","_wxScreenDC",0},
8113 { "_wxPalette","_class_wxPalette",0},
8114 { "_class_wxIdleEvent","_wxIdleEvent",0},
8115 { "_wxCoord","_int",0},
8116 { "_wxCoord","_signed_int",0},
8117 { "_wxCoord","_unsigned_int",0},
8118 { "_wxCoord","_wxWindowID",0},
8119 { "_wxCoord","_uint",0},
8120 { "_wxCoord","_EBool",0},
8121 { "_wxCoord","_size_t",0},
8122 { "_wxCoord","_time_t",0},
8123 { "_wxCoord","_wxPrintQuality",0},
8124 { "_wxEraseEvent","_class_wxEraseEvent",0},
8125 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
8126 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
8127 { "_wxRegion","_class_wxRegion",0},
8128 { "_class_wxShowEvent","_wxShowEvent",0},
8129 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
8130 { "_wxActivateEvent","_class_wxActivateEvent",0},
8131 { "_wxGauge","_class_wxGauge",0},
8132 { "_class_wxCheckListBox","_wxCheckListBox",0},
8133 { "_class_wxBusyInfo","_wxBusyInfo",0},
8134 { "_class_wxCommandEvent","_wxCommandEvent",0},
8135 { "_class_wxClientDC","_wxClientDC",0},
8136 { "_class_wxSizeEvent","_wxSizeEvent",0},
8137 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
8138 { "_class_wxSize","_wxSize",0},
8139 { "_class_wxBitmap","_wxBitmap",0},
8140 { "_class_wxMemoryDC","_wxMemoryDC",0},
8141 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
8142 { "_wxMenuBar","_class_wxMenuBar",0},
8143 { "_wxEvtHandler","_class_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler
},
8144 { "_wxEvtHandler","_wxSpinCtrl",SwigwxSpinCtrlTowxEvtHandler
},
8145 { "_wxEvtHandler","_class_wxSlider",SwigwxSliderTowxEvtHandler
},
8146 { "_wxEvtHandler","_wxSlider",SwigwxSliderTowxEvtHandler
},
8147 { "_wxEvtHandler","_class_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
8148 { "_wxEvtHandler","_wxRadioButton",SwigwxRadioButtonTowxEvtHandler
},
8149 { "_wxEvtHandler","_class_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
8150 { "_wxEvtHandler","_wxRadioBox",SwigwxRadioBoxTowxEvtHandler
},
8151 { "_wxEvtHandler","_class_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
8152 { "_wxEvtHandler","_wxStaticBitmap",SwigwxStaticBitmapTowxEvtHandler
},
8153 { "_wxEvtHandler","_class_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
8154 { "_wxEvtHandler","_wxSpinButton",SwigwxSpinButtonTowxEvtHandler
},
8155 { "_wxEvtHandler","_class_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
8156 { "_wxEvtHandler","_wxScrollBar",SwigwxScrollBarTowxEvtHandler
},
8157 { "_wxEvtHandler","_class_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
8158 { "_wxEvtHandler","_wxTextCtrl",SwigwxTextCtrlTowxEvtHandler
},
8159 { "_wxEvtHandler","_class_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
8160 { "_wxEvtHandler","_wxCheckListBox",SwigwxCheckListBoxTowxEvtHandler
},
8161 { "_wxEvtHandler","_class_wxListBox",SwigwxListBoxTowxEvtHandler
},
8162 { "_wxEvtHandler","_wxListBox",SwigwxListBoxTowxEvtHandler
},
8163 { "_wxEvtHandler","_class_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
8164 { "_wxEvtHandler","_wxStaticText",SwigwxStaticTextTowxEvtHandler
},
8165 { "_wxEvtHandler","_class_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
8166 { "_wxEvtHandler","_wxStaticLine",SwigwxStaticLineTowxEvtHandler
},
8167 { "_wxEvtHandler","_class_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
8168 { "_wxEvtHandler","_wxStaticBox",SwigwxStaticBoxTowxEvtHandler
},
8169 { "_wxEvtHandler","_class_wxGauge",SwigwxGaugeTowxEvtHandler
},
8170 { "_wxEvtHandler","_wxGauge",SwigwxGaugeTowxEvtHandler
},
8171 { "_wxEvtHandler","_class_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
8172 { "_wxEvtHandler","_wxComboBox",SwigwxComboBoxTowxEvtHandler
},
8173 { "_wxEvtHandler","_class_wxChoice",SwigwxChoiceTowxEvtHandler
},
8174 { "_wxEvtHandler","_wxChoice",SwigwxChoiceTowxEvtHandler
},
8175 { "_wxEvtHandler","_class_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
8176 { "_wxEvtHandler","_wxCheckBox",SwigwxCheckBoxTowxEvtHandler
},
8177 { "_wxEvtHandler","_class_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
8178 { "_wxEvtHandler","_wxBitmapButton",SwigwxBitmapButtonTowxEvtHandler
},
8179 { "_wxEvtHandler","_class_wxButton",SwigwxButtonTowxEvtHandler
},
8180 { "_wxEvtHandler","_wxButton",SwigwxButtonTowxEvtHandler
},
8181 { "_wxEvtHandler","_class_wxControl",SwigwxControlTowxEvtHandler
},
8182 { "_wxEvtHandler","_wxControl",SwigwxControlTowxEvtHandler
},
8183 { "_wxEvtHandler","_class_wxEvtHandler",0},
8184 { "_wxMenuItem","_class_wxMenuItem",0},
8185 { "_class_wxScrollBar","_wxScrollBar",0},
8186 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
8187 { "_wxKeyEvent","_class_wxKeyEvent",0},
8188 { "_wxMoveEvent","_class_wxMoveEvent",0},
8189 { "_class_wxPalette","_wxPalette",0},
8190 { "_wxFileDataObject","_class_wxFileDataObject",0},
8191 { "_class_wxEraseEvent","_wxEraseEvent",0},
8192 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
8193 { "_wxWindow","_class_wxSpinCtrl",SwigwxSpinCtrlTowxWindow
},
8194 { "_wxWindow","_wxSpinCtrl",SwigwxSpinCtrlTowxWindow
},
8195 { "_wxWindow","_class_wxSlider",SwigwxSliderTowxWindow
},
8196 { "_wxWindow","_wxSlider",SwigwxSliderTowxWindow
},
8197 { "_wxWindow","_class_wxRadioButton",SwigwxRadioButtonTowxWindow
},
8198 { "_wxWindow","_wxRadioButton",SwigwxRadioButtonTowxWindow
},
8199 { "_wxWindow","_class_wxRadioBox",SwigwxRadioBoxTowxWindow
},
8200 { "_wxWindow","_wxRadioBox",SwigwxRadioBoxTowxWindow
},
8201 { "_wxWindow","_class_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
8202 { "_wxWindow","_wxStaticBitmap",SwigwxStaticBitmapTowxWindow
},
8203 { "_wxWindow","_class_wxSpinButton",SwigwxSpinButtonTowxWindow
},
8204 { "_wxWindow","_wxSpinButton",SwigwxSpinButtonTowxWindow
},
8205 { "_wxWindow","_class_wxScrollBar",SwigwxScrollBarTowxWindow
},
8206 { "_wxWindow","_wxScrollBar",SwigwxScrollBarTowxWindow
},
8207 { "_wxWindow","_class_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
8208 { "_wxWindow","_wxTextCtrl",SwigwxTextCtrlTowxWindow
},
8209 { "_wxWindow","_class_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
8210 { "_wxWindow","_wxCheckListBox",SwigwxCheckListBoxTowxWindow
},
8211 { "_wxWindow","_class_wxListBox",SwigwxListBoxTowxWindow
},
8212 { "_wxWindow","_wxListBox",SwigwxListBoxTowxWindow
},
8213 { "_wxWindow","_class_wxStaticText",SwigwxStaticTextTowxWindow
},
8214 { "_wxWindow","_wxStaticText",SwigwxStaticTextTowxWindow
},
8215 { "_wxWindow","_class_wxStaticLine",SwigwxStaticLineTowxWindow
},
8216 { "_wxWindow","_wxStaticLine",SwigwxStaticLineTowxWindow
},
8217 { "_wxWindow","_class_wxStaticBox",SwigwxStaticBoxTowxWindow
},
8218 { "_wxWindow","_wxStaticBox",SwigwxStaticBoxTowxWindow
},
8219 { "_wxWindow","_class_wxGauge",SwigwxGaugeTowxWindow
},
8220 { "_wxWindow","_wxGauge",SwigwxGaugeTowxWindow
},
8221 { "_wxWindow","_class_wxComboBox",SwigwxComboBoxTowxWindow
},
8222 { "_wxWindow","_wxComboBox",SwigwxComboBoxTowxWindow
},
8223 { "_wxWindow","_class_wxChoice",SwigwxChoiceTowxWindow
},
8224 { "_wxWindow","_wxChoice",SwigwxChoiceTowxWindow
},
8225 { "_wxWindow","_class_wxCheckBox",SwigwxCheckBoxTowxWindow
},
8226 { "_wxWindow","_wxCheckBox",SwigwxCheckBoxTowxWindow
},
8227 { "_wxWindow","_class_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
8228 { "_wxWindow","_wxBitmapButton",SwigwxBitmapButtonTowxWindow
},
8229 { "_wxWindow","_class_wxButton",SwigwxButtonTowxWindow
},
8230 { "_wxWindow","_wxButton",SwigwxButtonTowxWindow
},
8231 { "_wxWindow","_class_wxControl",SwigwxControlTowxWindow
},
8232 { "_wxWindow","_wxControl",SwigwxControlTowxWindow
},
8233 { "_wxWindow","_class_wxWindow",0},
8234 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
8237 static PyObject
*SWIG_globals
;
8241 SWIGEXPORT(void) initcontrolsc() {
8243 SWIG_globals
= SWIG_newvarlink();
8244 m
= Py_InitModule("controlsc", controlscMethods
);
8245 d
= PyModule_GetDict(m
);
8246 PyDict_SetItemString(d
,"cvar", SWIG_globals
);
8247 SWIG_addvarlink(SWIG_globals
,"wxDefaultValidator",_wrap_wxDefaultValidator_get
, _wrap_wxDefaultValidator_set
);
8250 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
8251 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);