2 * FILE : src/gtk/cmndlgs.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
43 extern void SWIG_MakePtr(char *, void *, char *);
44 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
45 extern char *SWIG_GetPtr(char *, void **, char *);
46 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
47 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
48 extern PyObject
*SWIG_newvarlink(void);
52 #define SWIG_init initcmndlgsc
54 #define SWIG_name "cmndlgsc"
57 #include <wx/colordlg.h>
58 #include <wx/dirdlg.h>
59 #include <wx/fontdlg.h>
60 #include <wx/progdlg.h>
62 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
66 } else if (target
== Py_None
) {
70 if (!PyList_Check(target
)) {
72 target
= PyList_New(0);
73 PyList_Append(target
, o2
);
76 PyList_Append(target
,o
);
82 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
88 } else if (target
== Py_None
) {
92 if (!PyTuple_Check(target
)) {
94 target
= PyTuple_New(1);
95 PyTuple_SetItem(target
, 0, o2
);
98 PyTuple_SetItem(o3
, 0, o
);
101 target
= PySequence_Concat(o2
, o3
);
108 static char* wxStringErrorMsg
= "string type is required for parameter";
112 #define new_wxColourData() (new wxColourData())
113 static PyObject
*_wrap_new_wxColourData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
114 PyObject
* _resultobj
;
115 wxColourData
* _result
;
116 char *_kwnames
[] = { NULL
};
120 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxColourData",_kwnames
))
123 wxPy_BEGIN_ALLOW_THREADS
;
124 _result
= (wxColourData
*)new_wxColourData();
126 wxPy_END_ALLOW_THREADS
;
128 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxColourData_p");
129 _resultobj
= Py_BuildValue("s",_ptemp
);
132 _resultobj
= Py_None
;
137 #define delete_wxColourData(_swigobj) (delete _swigobj)
138 static PyObject
*_wrap_delete_wxColourData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
139 PyObject
* _resultobj
;
140 wxColourData
* _arg0
;
141 PyObject
* _argo0
= 0;
142 char *_kwnames
[] = { "self", NULL
};
145 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxColourData",_kwnames
,&_argo0
))
148 if (_argo0
== Py_None
) { _arg0
= NULL
; }
149 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourData_p")) {
150 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxColourData. Expected _wxColourData_p.");
155 wxPy_BEGIN_ALLOW_THREADS
;
156 delete_wxColourData(_arg0
);
158 wxPy_END_ALLOW_THREADS
;
159 } Py_INCREF(Py_None
);
160 _resultobj
= Py_None
;
164 #define wxColourData_GetChooseFull(_swigobj) (_swigobj->GetChooseFull())
165 static PyObject
*_wrap_wxColourData_GetChooseFull(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
166 PyObject
* _resultobj
;
168 wxColourData
* _arg0
;
169 PyObject
* _argo0
= 0;
170 char *_kwnames
[] = { "self", NULL
};
173 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxColourData_GetChooseFull",_kwnames
,&_argo0
))
176 if (_argo0
== Py_None
) { _arg0
= NULL
; }
177 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourData_p")) {
178 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourData_GetChooseFull. Expected _wxColourData_p.");
183 wxPy_BEGIN_ALLOW_THREADS
;
184 _result
= (bool )wxColourData_GetChooseFull(_arg0
);
186 wxPy_END_ALLOW_THREADS
;
187 } _resultobj
= Py_BuildValue("i",_result
);
191 #define wxColourData_GetColour(_swigobj) (_swigobj->GetColour())
192 static PyObject
*_wrap_wxColourData_GetColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
193 PyObject
* _resultobj
;
195 wxColourData
* _arg0
;
196 PyObject
* _argo0
= 0;
197 char *_kwnames
[] = { "self", NULL
};
201 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxColourData_GetColour",_kwnames
,&_argo0
))
204 if (_argo0
== Py_None
) { _arg0
= NULL
; }
205 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourData_p")) {
206 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourData_GetColour. Expected _wxColourData_p.");
211 wxPy_BEGIN_ALLOW_THREADS
;
212 wxColour
& _result_ref
= wxColourData_GetColour(_arg0
);
213 _result
= (wxColour
*) &_result_ref
;
215 wxPy_END_ALLOW_THREADS
;
217 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxColour_p");
218 _resultobj
= Py_BuildValue("s",_ptemp
);
221 _resultobj
= Py_None
;
226 #define wxColourData_GetCustomColour(_swigobj,_swigarg0) (_swigobj->GetCustomColour(_swigarg0))
227 static PyObject
*_wrap_wxColourData_GetCustomColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
228 PyObject
* _resultobj
;
230 wxColourData
* _arg0
;
232 PyObject
* _argo0
= 0;
233 char *_kwnames
[] = { "self","i", NULL
};
237 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxColourData_GetCustomColour",_kwnames
,&_argo0
,&_arg1
))
240 if (_argo0
== Py_None
) { _arg0
= NULL
; }
241 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourData_p")) {
242 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourData_GetCustomColour. Expected _wxColourData_p.");
247 wxPy_BEGIN_ALLOW_THREADS
;
248 _result
= new wxColour (wxColourData_GetCustomColour(_arg0
,_arg1
));
250 wxPy_END_ALLOW_THREADS
;
251 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
252 _resultobj
= Py_BuildValue("s",_ptemp
);
256 #define wxColourData_SetChooseFull(_swigobj,_swigarg0) (_swigobj->SetChooseFull(_swigarg0))
257 static PyObject
*_wrap_wxColourData_SetChooseFull(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
258 PyObject
* _resultobj
;
259 wxColourData
* _arg0
;
261 PyObject
* _argo0
= 0;
262 char *_kwnames
[] = { "self","flag", NULL
};
265 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxColourData_SetChooseFull",_kwnames
,&_argo0
,&_arg1
))
268 if (_argo0
== Py_None
) { _arg0
= NULL
; }
269 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourData_p")) {
270 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourData_SetChooseFull. Expected _wxColourData_p.");
275 wxPy_BEGIN_ALLOW_THREADS
;
276 wxColourData_SetChooseFull(_arg0
,_arg1
);
278 wxPy_END_ALLOW_THREADS
;
279 } Py_INCREF(Py_None
);
280 _resultobj
= Py_None
;
284 #define wxColourData_SetColour(_swigobj,_swigarg0) (_swigobj->SetColour(_swigarg0))
285 static PyObject
*_wrap_wxColourData_SetColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
286 PyObject
* _resultobj
;
287 wxColourData
* _arg0
;
289 PyObject
* _argo0
= 0;
291 PyObject
* _obj1
= 0;
292 char *_kwnames
[] = { "self","colour", NULL
};
295 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxColourData_SetColour",_kwnames
,&_argo0
,&_obj1
))
298 if (_argo0
== Py_None
) { _arg0
= NULL
; }
299 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourData_p")) {
300 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourData_SetColour. Expected _wxColourData_p.");
306 if (! wxColour_helper(_obj1
, &_arg1
))
310 wxPy_BEGIN_ALLOW_THREADS
;
311 wxColourData_SetColour(_arg0
,*_arg1
);
313 wxPy_END_ALLOW_THREADS
;
314 } Py_INCREF(Py_None
);
315 _resultobj
= Py_None
;
319 #define wxColourData_SetCustomColour(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetCustomColour(_swigarg0,_swigarg1))
320 static PyObject
*_wrap_wxColourData_SetCustomColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
321 PyObject
* _resultobj
;
322 wxColourData
* _arg0
;
325 PyObject
* _argo0
= 0;
327 PyObject
* _obj2
= 0;
328 char *_kwnames
[] = { "self","i","colour", NULL
};
331 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxColourData_SetCustomColour",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
334 if (_argo0
== Py_None
) { _arg0
= NULL
; }
335 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourData_p")) {
336 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourData_SetCustomColour. Expected _wxColourData_p.");
342 if (! wxColour_helper(_obj2
, &_arg2
))
346 wxPy_BEGIN_ALLOW_THREADS
;
347 wxColourData_SetCustomColour(_arg0
,_arg1
,*_arg2
);
349 wxPy_END_ALLOW_THREADS
;
350 } Py_INCREF(Py_None
);
351 _resultobj
= Py_None
;
355 static void *SwigwxColourDialogTowxDialog(void *ptr
) {
358 src
= (wxColourDialog
*) ptr
;
359 dest
= (wxDialog
*) src
;
360 return (void *) dest
;
363 static void *SwigwxColourDialogTowxPanel(void *ptr
) {
366 src
= (wxColourDialog
*) ptr
;
367 dest
= (wxPanel
*) src
;
368 return (void *) dest
;
371 static void *SwigwxColourDialogTowxWindow(void *ptr
) {
374 src
= (wxColourDialog
*) ptr
;
375 dest
= (wxWindow
*) src
;
376 return (void *) dest
;
379 static void *SwigwxColourDialogTowxEvtHandler(void *ptr
) {
382 src
= (wxColourDialog
*) ptr
;
383 dest
= (wxEvtHandler
*) src
;
384 return (void *) dest
;
387 #define new_wxColourDialog(_swigarg0,_swigarg1) (new wxColourDialog(_swigarg0,_swigarg1))
388 static PyObject
*_wrap_new_wxColourDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
389 PyObject
* _resultobj
;
390 wxColourDialog
* _result
;
392 wxColourData
* _arg1
= (wxColourData
*) NULL
;
393 PyObject
* _argo0
= 0;
394 PyObject
* _argo1
= 0;
395 char *_kwnames
[] = { "parent","data", NULL
};
399 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|O:new_wxColourDialog",_kwnames
,&_argo0
,&_argo1
))
402 if (_argo0
== Py_None
) { _arg0
= NULL
; }
403 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
404 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxColourDialog. Expected _wxWindow_p.");
409 if (_argo1
== Py_None
) { _arg1
= NULL
; }
410 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxColourData_p")) {
411 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of new_wxColourDialog. Expected _wxColourData_p.");
416 wxPy_BEGIN_ALLOW_THREADS
;
417 _result
= (wxColourDialog
*)new_wxColourDialog(_arg0
,_arg1
);
419 wxPy_END_ALLOW_THREADS
;
421 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxColourDialog_p");
422 _resultobj
= Py_BuildValue("s",_ptemp
);
425 _resultobj
= Py_None
;
430 #define wxColourDialog_GetColourData(_swigobj) (_swigobj->GetColourData())
431 static PyObject
*_wrap_wxColourDialog_GetColourData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
432 PyObject
* _resultobj
;
433 wxColourData
* _result
;
434 wxColourDialog
* _arg0
;
435 PyObject
* _argo0
= 0;
436 char *_kwnames
[] = { "self", NULL
};
440 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxColourDialog_GetColourData",_kwnames
,&_argo0
))
443 if (_argo0
== Py_None
) { _arg0
= NULL
; }
444 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourDialog_p")) {
445 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourDialog_GetColourData. Expected _wxColourDialog_p.");
450 wxPy_BEGIN_ALLOW_THREADS
;
451 wxColourData
& _result_ref
= wxColourDialog_GetColourData(_arg0
);
452 _result
= (wxColourData
*) &_result_ref
;
454 wxPy_END_ALLOW_THREADS
;
456 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxColourData_p");
457 _resultobj
= Py_BuildValue("s",_ptemp
);
460 _resultobj
= Py_None
;
465 #define wxColourDialog_ShowModal(_swigobj) (_swigobj->ShowModal())
466 static PyObject
*_wrap_wxColourDialog_ShowModal(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
467 PyObject
* _resultobj
;
469 wxColourDialog
* _arg0
;
470 PyObject
* _argo0
= 0;
471 char *_kwnames
[] = { "self", NULL
};
474 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxColourDialog_ShowModal",_kwnames
,&_argo0
))
477 if (_argo0
== Py_None
) { _arg0
= NULL
; }
478 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxColourDialog_p")) {
479 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxColourDialog_ShowModal. Expected _wxColourDialog_p.");
484 wxPy_BEGIN_ALLOW_THREADS
;
485 _result
= (int )wxColourDialog_ShowModal(_arg0
);
487 wxPy_END_ALLOW_THREADS
;
488 } _resultobj
= Py_BuildValue("i",_result
);
492 static void *SwigwxDirDialogTowxDialog(void *ptr
) {
495 src
= (wxDirDialog
*) ptr
;
496 dest
= (wxDialog
*) src
;
497 return (void *) dest
;
500 static void *SwigwxDirDialogTowxPanel(void *ptr
) {
503 src
= (wxDirDialog
*) ptr
;
504 dest
= (wxPanel
*) src
;
505 return (void *) dest
;
508 static void *SwigwxDirDialogTowxWindow(void *ptr
) {
511 src
= (wxDirDialog
*) ptr
;
512 dest
= (wxWindow
*) src
;
513 return (void *) dest
;
516 static void *SwigwxDirDialogTowxEvtHandler(void *ptr
) {
519 src
= (wxDirDialog
*) ptr
;
520 dest
= (wxEvtHandler
*) src
;
521 return (void *) dest
;
524 #define new_wxDirDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (new wxDirDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
525 static PyObject
*_wrap_new_wxDirDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
526 PyObject
* _resultobj
;
527 wxDirDialog
* _result
;
529 char * _arg1
= (char *) "Choose a directory";
530 char * _arg2
= (char *) "";
531 long _arg3
= (long ) 0;
532 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
533 PyObject
* _argo0
= 0;
535 PyObject
* _obj4
= 0;
536 char *_kwnames
[] = { "parent","message","defaultPath","style","pos", NULL
};
540 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|sslO:new_wxDirDialog",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_obj4
))
543 if (_argo0
== Py_None
) { _arg0
= NULL
; }
544 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
545 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxDirDialog. Expected _wxWindow_p.");
552 if (! wxPoint_helper(_obj4
, &_arg4
))
556 wxPy_BEGIN_ALLOW_THREADS
;
557 _result
= (wxDirDialog
*)new_wxDirDialog(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
);
559 wxPy_END_ALLOW_THREADS
;
561 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxDirDialog_p");
562 _resultobj
= Py_BuildValue("s",_ptemp
);
565 _resultobj
= Py_None
;
570 #define wxDirDialog_GetPath(_swigobj) (_swigobj->GetPath())
571 static PyObject
*_wrap_wxDirDialog_GetPath(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
572 PyObject
* _resultobj
;
575 PyObject
* _argo0
= 0;
576 char *_kwnames
[] = { "self", NULL
};
579 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxDirDialog_GetPath",_kwnames
,&_argo0
))
582 if (_argo0
== Py_None
) { _arg0
= NULL
; }
583 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxDirDialog_p")) {
584 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxDirDialog_GetPath. Expected _wxDirDialog_p.");
589 wxPy_BEGIN_ALLOW_THREADS
;
590 _result
= new wxString (wxDirDialog_GetPath(_arg0
));
592 wxPy_END_ALLOW_THREADS
;
594 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
602 #define wxDirDialog_GetMessage(_swigobj) (_swigobj->GetMessage())
603 static PyObject
*_wrap_wxDirDialog_GetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
604 PyObject
* _resultobj
;
607 PyObject
* _argo0
= 0;
608 char *_kwnames
[] = { "self", NULL
};
611 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxDirDialog_GetMessage",_kwnames
,&_argo0
))
614 if (_argo0
== Py_None
) { _arg0
= NULL
; }
615 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxDirDialog_p")) {
616 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxDirDialog_GetMessage. Expected _wxDirDialog_p.");
621 wxPy_BEGIN_ALLOW_THREADS
;
622 _result
= new wxString (wxDirDialog_GetMessage(_arg0
));
624 wxPy_END_ALLOW_THREADS
;
626 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
634 #define wxDirDialog_GetStyle(_swigobj) (_swigobj->GetStyle())
635 static PyObject
*_wrap_wxDirDialog_GetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
636 PyObject
* _resultobj
;
639 PyObject
* _argo0
= 0;
640 char *_kwnames
[] = { "self", NULL
};
643 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxDirDialog_GetStyle",_kwnames
,&_argo0
))
646 if (_argo0
== Py_None
) { _arg0
= NULL
; }
647 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxDirDialog_p")) {
648 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxDirDialog_GetStyle. Expected _wxDirDialog_p.");
653 wxPy_BEGIN_ALLOW_THREADS
;
654 _result
= (long )wxDirDialog_GetStyle(_arg0
);
656 wxPy_END_ALLOW_THREADS
;
657 } _resultobj
= Py_BuildValue("l",_result
);
661 #define wxDirDialog_SetMessage(_swigobj,_swigarg0) (_swigobj->SetMessage(_swigarg0))
662 static PyObject
*_wrap_wxDirDialog_SetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
663 PyObject
* _resultobj
;
666 PyObject
* _argo0
= 0;
667 PyObject
* _obj1
= 0;
668 char *_kwnames
[] = { "self","message", NULL
};
671 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxDirDialog_SetMessage",_kwnames
,&_argo0
,&_obj1
))
674 if (_argo0
== Py_None
) { _arg0
= NULL
; }
675 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxDirDialog_p")) {
676 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxDirDialog_SetMessage. Expected _wxDirDialog_p.");
681 #if PYTHON_API_VERSION >= 1009
682 char* tmpPtr
; int tmpSize
;
683 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
684 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
687 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
689 _arg1
= new wxString(tmpPtr
, tmpSize
);
691 if (!PyString_Check(_obj1
)) {
692 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
695 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
699 wxPy_BEGIN_ALLOW_THREADS
;
700 wxDirDialog_SetMessage(_arg0
,*_arg1
);
702 wxPy_END_ALLOW_THREADS
;
703 } Py_INCREF(Py_None
);
704 _resultobj
= Py_None
;
712 #define wxDirDialog_SetPath(_swigobj,_swigarg0) (_swigobj->SetPath(_swigarg0))
713 static PyObject
*_wrap_wxDirDialog_SetPath(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
714 PyObject
* _resultobj
;
717 PyObject
* _argo0
= 0;
718 PyObject
* _obj1
= 0;
719 char *_kwnames
[] = { "self","path", NULL
};
722 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxDirDialog_SetPath",_kwnames
,&_argo0
,&_obj1
))
725 if (_argo0
== Py_None
) { _arg0
= NULL
; }
726 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxDirDialog_p")) {
727 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxDirDialog_SetPath. Expected _wxDirDialog_p.");
732 #if PYTHON_API_VERSION >= 1009
733 char* tmpPtr
; int tmpSize
;
734 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
735 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
738 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
740 _arg1
= new wxString(tmpPtr
, tmpSize
);
742 if (!PyString_Check(_obj1
)) {
743 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
746 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
750 wxPy_BEGIN_ALLOW_THREADS
;
751 wxDirDialog_SetPath(_arg0
,*_arg1
);
753 wxPy_END_ALLOW_THREADS
;
754 } Py_INCREF(Py_None
);
755 _resultobj
= Py_None
;
763 #define wxDirDialog_ShowModal(_swigobj) (_swigobj->ShowModal())
764 static PyObject
*_wrap_wxDirDialog_ShowModal(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
765 PyObject
* _resultobj
;
768 PyObject
* _argo0
= 0;
769 char *_kwnames
[] = { "self", NULL
};
772 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxDirDialog_ShowModal",_kwnames
,&_argo0
))
775 if (_argo0
== Py_None
) { _arg0
= NULL
; }
776 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxDirDialog_p")) {
777 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxDirDialog_ShowModal. Expected _wxDirDialog_p.");
782 wxPy_BEGIN_ALLOW_THREADS
;
783 _result
= (int )wxDirDialog_ShowModal(_arg0
);
785 wxPy_END_ALLOW_THREADS
;
786 } _resultobj
= Py_BuildValue("i",_result
);
790 static void *SwigwxFileDialogTowxDialog(void *ptr
) {
793 src
= (wxFileDialog
*) ptr
;
794 dest
= (wxDialog
*) src
;
795 return (void *) dest
;
798 static void *SwigwxFileDialogTowxPanel(void *ptr
) {
801 src
= (wxFileDialog
*) ptr
;
802 dest
= (wxPanel
*) src
;
803 return (void *) dest
;
806 static void *SwigwxFileDialogTowxWindow(void *ptr
) {
809 src
= (wxFileDialog
*) ptr
;
810 dest
= (wxWindow
*) src
;
811 return (void *) dest
;
814 static void *SwigwxFileDialogTowxEvtHandler(void *ptr
) {
817 src
= (wxFileDialog
*) ptr
;
818 dest
= (wxEvtHandler
*) src
;
819 return (void *) dest
;
822 #define new_wxFileDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxFileDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
823 static PyObject
*_wrap_new_wxFileDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
824 PyObject
* _resultobj
;
825 wxFileDialog
* _result
;
827 char * _arg1
= (char *) "Choose a file";
828 char * _arg2
= (char *) "";
829 char * _arg3
= (char *) "";
830 char * _arg4
= (char *) "*.*";
831 long _arg5
= (long ) 0;
832 wxPoint
* _arg6
= (wxPoint
*) &wxDefaultPosition
;
833 PyObject
* _argo0
= 0;
835 PyObject
* _obj6
= 0;
836 char *_kwnames
[] = { "parent","message","defaultDir","defaultFile","wildcard","style","pos", NULL
};
840 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|sssslO:new_wxFileDialog",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_arg5
,&_obj6
))
843 if (_argo0
== Py_None
) { _arg0
= NULL
; }
844 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
845 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxFileDialog. Expected _wxWindow_p.");
852 if (! wxPoint_helper(_obj6
, &_arg6
))
856 wxPy_BEGIN_ALLOW_THREADS
;
857 _result
= (wxFileDialog
*)new_wxFileDialog(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
);
859 wxPy_END_ALLOW_THREADS
;
861 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxFileDialog_p");
862 _resultobj
= Py_BuildValue("s",_ptemp
);
865 _resultobj
= Py_None
;
870 #define wxFileDialog_GetDirectory(_swigobj) (_swigobj->GetDirectory())
871 static PyObject
*_wrap_wxFileDialog_GetDirectory(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
872 PyObject
* _resultobj
;
874 wxFileDialog
* _arg0
;
875 PyObject
* _argo0
= 0;
876 char *_kwnames
[] = { "self", NULL
};
879 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetDirectory",_kwnames
,&_argo0
))
882 if (_argo0
== Py_None
) { _arg0
= NULL
; }
883 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
884 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetDirectory. Expected _wxFileDialog_p.");
889 wxPy_BEGIN_ALLOW_THREADS
;
890 _result
= new wxString (wxFileDialog_GetDirectory(_arg0
));
892 wxPy_END_ALLOW_THREADS
;
894 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
902 #define wxFileDialog_GetFilename(_swigobj) (_swigobj->GetFilename())
903 static PyObject
*_wrap_wxFileDialog_GetFilename(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
904 PyObject
* _resultobj
;
906 wxFileDialog
* _arg0
;
907 PyObject
* _argo0
= 0;
908 char *_kwnames
[] = { "self", NULL
};
911 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetFilename",_kwnames
,&_argo0
))
914 if (_argo0
== Py_None
) { _arg0
= NULL
; }
915 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
916 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetFilename. Expected _wxFileDialog_p.");
921 wxPy_BEGIN_ALLOW_THREADS
;
922 _result
= new wxString (wxFileDialog_GetFilename(_arg0
));
924 wxPy_END_ALLOW_THREADS
;
926 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
934 #define wxFileDialog_GetFilterIndex(_swigobj) (_swigobj->GetFilterIndex())
935 static PyObject
*_wrap_wxFileDialog_GetFilterIndex(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
936 PyObject
* _resultobj
;
938 wxFileDialog
* _arg0
;
939 PyObject
* _argo0
= 0;
940 char *_kwnames
[] = { "self", NULL
};
943 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetFilterIndex",_kwnames
,&_argo0
))
946 if (_argo0
== Py_None
) { _arg0
= NULL
; }
947 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
948 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetFilterIndex. Expected _wxFileDialog_p.");
953 wxPy_BEGIN_ALLOW_THREADS
;
954 _result
= (int )wxFileDialog_GetFilterIndex(_arg0
);
956 wxPy_END_ALLOW_THREADS
;
957 } _resultobj
= Py_BuildValue("i",_result
);
961 #define wxFileDialog_GetMessage(_swigobj) (_swigobj->GetMessage())
962 static PyObject
*_wrap_wxFileDialog_GetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
963 PyObject
* _resultobj
;
965 wxFileDialog
* _arg0
;
966 PyObject
* _argo0
= 0;
967 char *_kwnames
[] = { "self", NULL
};
970 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetMessage",_kwnames
,&_argo0
))
973 if (_argo0
== Py_None
) { _arg0
= NULL
; }
974 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
975 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetMessage. Expected _wxFileDialog_p.");
980 wxPy_BEGIN_ALLOW_THREADS
;
981 _result
= new wxString (wxFileDialog_GetMessage(_arg0
));
983 wxPy_END_ALLOW_THREADS
;
985 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
993 #define wxFileDialog_GetPath(_swigobj) (_swigobj->GetPath())
994 static PyObject
*_wrap_wxFileDialog_GetPath(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
995 PyObject
* _resultobj
;
997 wxFileDialog
* _arg0
;
998 PyObject
* _argo0
= 0;
999 char *_kwnames
[] = { "self", NULL
};
1002 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetPath",_kwnames
,&_argo0
))
1005 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1006 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1007 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetPath. Expected _wxFileDialog_p.");
1012 wxPy_BEGIN_ALLOW_THREADS
;
1013 _result
= new wxString (wxFileDialog_GetPath(_arg0
));
1015 wxPy_END_ALLOW_THREADS
;
1017 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
1025 #define wxFileDialog_GetStyle(_swigobj) (_swigobj->GetStyle())
1026 static PyObject
*_wrap_wxFileDialog_GetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1027 PyObject
* _resultobj
;
1029 wxFileDialog
* _arg0
;
1030 PyObject
* _argo0
= 0;
1031 char *_kwnames
[] = { "self", NULL
};
1034 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetStyle",_kwnames
,&_argo0
))
1037 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1038 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1039 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetStyle. Expected _wxFileDialog_p.");
1044 wxPy_BEGIN_ALLOW_THREADS
;
1045 _result
= (long )wxFileDialog_GetStyle(_arg0
);
1047 wxPy_END_ALLOW_THREADS
;
1048 } _resultobj
= Py_BuildValue("l",_result
);
1052 #define wxFileDialog_GetWildcard(_swigobj) (_swigobj->GetWildcard())
1053 static PyObject
*_wrap_wxFileDialog_GetWildcard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1054 PyObject
* _resultobj
;
1056 wxFileDialog
* _arg0
;
1057 PyObject
* _argo0
= 0;
1058 char *_kwnames
[] = { "self", NULL
};
1061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetWildcard",_kwnames
,&_argo0
))
1064 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1065 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1066 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetWildcard. Expected _wxFileDialog_p.");
1071 wxPy_BEGIN_ALLOW_THREADS
;
1072 _result
= new wxString (wxFileDialog_GetWildcard(_arg0
));
1074 wxPy_END_ALLOW_THREADS
;
1076 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
1084 #define wxFileDialog_SetDirectory(_swigobj,_swigarg0) (_swigobj->SetDirectory(_swigarg0))
1085 static PyObject
*_wrap_wxFileDialog_SetDirectory(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1086 PyObject
* _resultobj
;
1087 wxFileDialog
* _arg0
;
1089 PyObject
* _argo0
= 0;
1090 PyObject
* _obj1
= 0;
1091 char *_kwnames
[] = { "self","directory", NULL
};
1094 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFileDialog_SetDirectory",_kwnames
,&_argo0
,&_obj1
))
1097 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1098 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1099 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_SetDirectory. Expected _wxFileDialog_p.");
1104 #if PYTHON_API_VERSION >= 1009
1105 char* tmpPtr
; int tmpSize
;
1106 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
1107 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1110 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
1112 _arg1
= new wxString(tmpPtr
, tmpSize
);
1114 if (!PyString_Check(_obj1
)) {
1115 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1118 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
1122 wxPy_BEGIN_ALLOW_THREADS
;
1123 wxFileDialog_SetDirectory(_arg0
,*_arg1
);
1125 wxPy_END_ALLOW_THREADS
;
1126 } Py_INCREF(Py_None
);
1127 _resultobj
= Py_None
;
1135 #define wxFileDialog_SetFilename(_swigobj,_swigarg0) (_swigobj->SetFilename(_swigarg0))
1136 static PyObject
*_wrap_wxFileDialog_SetFilename(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1137 PyObject
* _resultobj
;
1138 wxFileDialog
* _arg0
;
1140 PyObject
* _argo0
= 0;
1141 PyObject
* _obj1
= 0;
1142 char *_kwnames
[] = { "self","setfilename", NULL
};
1145 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFileDialog_SetFilename",_kwnames
,&_argo0
,&_obj1
))
1148 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1149 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1150 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_SetFilename. Expected _wxFileDialog_p.");
1155 #if PYTHON_API_VERSION >= 1009
1156 char* tmpPtr
; int tmpSize
;
1157 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
1158 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1161 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
1163 _arg1
= new wxString(tmpPtr
, tmpSize
);
1165 if (!PyString_Check(_obj1
)) {
1166 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1169 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
1173 wxPy_BEGIN_ALLOW_THREADS
;
1174 wxFileDialog_SetFilename(_arg0
,*_arg1
);
1176 wxPy_END_ALLOW_THREADS
;
1177 } Py_INCREF(Py_None
);
1178 _resultobj
= Py_None
;
1186 #define wxFileDialog_SetFilterIndex(_swigobj,_swigarg0) (_swigobj->SetFilterIndex(_swigarg0))
1187 static PyObject
*_wrap_wxFileDialog_SetFilterIndex(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1188 PyObject
* _resultobj
;
1189 wxFileDialog
* _arg0
;
1191 PyObject
* _argo0
= 0;
1192 char *_kwnames
[] = { "self","filterIndex", NULL
};
1195 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxFileDialog_SetFilterIndex",_kwnames
,&_argo0
,&_arg1
))
1198 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1199 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1200 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_SetFilterIndex. Expected _wxFileDialog_p.");
1205 wxPy_BEGIN_ALLOW_THREADS
;
1206 wxFileDialog_SetFilterIndex(_arg0
,_arg1
);
1208 wxPy_END_ALLOW_THREADS
;
1209 } Py_INCREF(Py_None
);
1210 _resultobj
= Py_None
;
1214 #define wxFileDialog_SetMessage(_swigobj,_swigarg0) (_swigobj->SetMessage(_swigarg0))
1215 static PyObject
*_wrap_wxFileDialog_SetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1216 PyObject
* _resultobj
;
1217 wxFileDialog
* _arg0
;
1219 PyObject
* _argo0
= 0;
1220 PyObject
* _obj1
= 0;
1221 char *_kwnames
[] = { "self","message", NULL
};
1224 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFileDialog_SetMessage",_kwnames
,&_argo0
,&_obj1
))
1227 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1228 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1229 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_SetMessage. Expected _wxFileDialog_p.");
1234 #if PYTHON_API_VERSION >= 1009
1235 char* tmpPtr
; int tmpSize
;
1236 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
1237 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1240 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
1242 _arg1
= new wxString(tmpPtr
, tmpSize
);
1244 if (!PyString_Check(_obj1
)) {
1245 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1248 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
1252 wxPy_BEGIN_ALLOW_THREADS
;
1253 wxFileDialog_SetMessage(_arg0
,*_arg1
);
1255 wxPy_END_ALLOW_THREADS
;
1256 } Py_INCREF(Py_None
);
1257 _resultobj
= Py_None
;
1265 #define wxFileDialog_SetPath(_swigobj,_swigarg0) (_swigobj->SetPath(_swigarg0))
1266 static PyObject
*_wrap_wxFileDialog_SetPath(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1267 PyObject
* _resultobj
;
1268 wxFileDialog
* _arg0
;
1270 PyObject
* _argo0
= 0;
1271 PyObject
* _obj1
= 0;
1272 char *_kwnames
[] = { "self","path", NULL
};
1275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFileDialog_SetPath",_kwnames
,&_argo0
,&_obj1
))
1278 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1279 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1280 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_SetPath. Expected _wxFileDialog_p.");
1285 #if PYTHON_API_VERSION >= 1009
1286 char* tmpPtr
; int tmpSize
;
1287 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
1288 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1291 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
1293 _arg1
= new wxString(tmpPtr
, tmpSize
);
1295 if (!PyString_Check(_obj1
)) {
1296 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1299 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
1303 wxPy_BEGIN_ALLOW_THREADS
;
1304 wxFileDialog_SetPath(_arg0
,*_arg1
);
1306 wxPy_END_ALLOW_THREADS
;
1307 } Py_INCREF(Py_None
);
1308 _resultobj
= Py_None
;
1316 #define wxFileDialog_SetStyle(_swigobj,_swigarg0) (_swigobj->SetStyle(_swigarg0))
1317 static PyObject
*_wrap_wxFileDialog_SetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1318 PyObject
* _resultobj
;
1319 wxFileDialog
* _arg0
;
1321 PyObject
* _argo0
= 0;
1322 char *_kwnames
[] = { "self","style", NULL
};
1325 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxFileDialog_SetStyle",_kwnames
,&_argo0
,&_arg1
))
1328 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1329 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1330 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_SetStyle. Expected _wxFileDialog_p.");
1335 wxPy_BEGIN_ALLOW_THREADS
;
1336 wxFileDialog_SetStyle(_arg0
,_arg1
);
1338 wxPy_END_ALLOW_THREADS
;
1339 } Py_INCREF(Py_None
);
1340 _resultobj
= Py_None
;
1344 #define wxFileDialog_SetWildcard(_swigobj,_swigarg0) (_swigobj->SetWildcard(_swigarg0))
1345 static PyObject
*_wrap_wxFileDialog_SetWildcard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1346 PyObject
* _resultobj
;
1347 wxFileDialog
* _arg0
;
1349 PyObject
* _argo0
= 0;
1350 PyObject
* _obj1
= 0;
1351 char *_kwnames
[] = { "self","wildCard", NULL
};
1354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFileDialog_SetWildcard",_kwnames
,&_argo0
,&_obj1
))
1357 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1358 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1359 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_SetWildcard. Expected _wxFileDialog_p.");
1364 #if PYTHON_API_VERSION >= 1009
1365 char* tmpPtr
; int tmpSize
;
1366 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
1367 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1370 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
1372 _arg1
= new wxString(tmpPtr
, tmpSize
);
1374 if (!PyString_Check(_obj1
)) {
1375 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1378 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
1382 wxPy_BEGIN_ALLOW_THREADS
;
1383 wxFileDialog_SetWildcard(_arg0
,*_arg1
);
1385 wxPy_END_ALLOW_THREADS
;
1386 } Py_INCREF(Py_None
);
1387 _resultobj
= Py_None
;
1395 #define wxFileDialog_ShowModal(_swigobj) (_swigobj->ShowModal())
1396 static PyObject
*_wrap_wxFileDialog_ShowModal(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1397 PyObject
* _resultobj
;
1399 wxFileDialog
* _arg0
;
1400 PyObject
* _argo0
= 0;
1401 char *_kwnames
[] = { "self", NULL
};
1404 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_ShowModal",_kwnames
,&_argo0
))
1407 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1408 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1409 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_ShowModal. Expected _wxFileDialog_p.");
1414 wxPy_BEGIN_ALLOW_THREADS
;
1415 _result
= (int )wxFileDialog_ShowModal(_arg0
);
1417 wxPy_END_ALLOW_THREADS
;
1418 } _resultobj
= Py_BuildValue("i",_result
);
1422 static PyObject
* wxFileDialog_GetFilenames(wxFileDialog
*self
) {
1424 self
->GetFilenames(arr
);
1425 size_t count
= arr
.GetCount();
1426 PyObject
* listObj
= PyList_New(0);
1427 for(size_t x
=0; x
<count
; x
++) {
1428 PyObject
* name
= PyString_FromString(arr
[x
]);
1429 PyList_Append(listObj
, name
);
1433 static PyObject
*_wrap_wxFileDialog_GetFilenames(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1434 PyObject
* _resultobj
;
1436 wxFileDialog
* _arg0
;
1437 PyObject
* _argo0
= 0;
1438 char *_kwnames
[] = { "self", NULL
};
1441 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetFilenames",_kwnames
,&_argo0
))
1444 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1445 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1446 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetFilenames. Expected _wxFileDialog_p.");
1451 wxPy_BEGIN_ALLOW_THREADS
;
1452 _result
= (PyObject
*)wxFileDialog_GetFilenames(_arg0
);
1454 wxPy_END_ALLOW_THREADS
;
1456 _resultobj
= _result
;
1461 static PyObject
* wxFileDialog_GetPaths(wxFileDialog
*self
) {
1463 self
->GetPaths(arr
);
1464 size_t count
= arr
.GetCount();
1465 PyObject
* listObj
= PyList_New(0);
1466 for(size_t x
=0; x
<count
; x
++) {
1467 PyObject
* name
= PyString_FromString(arr
[x
]);
1468 PyList_Append(listObj
, name
);
1472 static PyObject
*_wrap_wxFileDialog_GetPaths(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1473 PyObject
* _resultobj
;
1475 wxFileDialog
* _arg0
;
1476 PyObject
* _argo0
= 0;
1477 char *_kwnames
[] = { "self", NULL
};
1480 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFileDialog_GetPaths",_kwnames
,&_argo0
))
1483 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1484 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFileDialog_p")) {
1485 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFileDialog_GetPaths. Expected _wxFileDialog_p.");
1490 wxPy_BEGIN_ALLOW_THREADS
;
1491 _result
= (PyObject
*)wxFileDialog_GetPaths(_arg0
);
1493 wxPy_END_ALLOW_THREADS
;
1495 _resultobj
= _result
;
1500 static void *SwigwxSingleChoiceDialogTowxDialog(void *ptr
) {
1501 wxSingleChoiceDialog
*src
;
1503 src
= (wxSingleChoiceDialog
*) ptr
;
1504 dest
= (wxDialog
*) src
;
1505 return (void *) dest
;
1508 static void *SwigwxSingleChoiceDialogTowxPanel(void *ptr
) {
1509 wxSingleChoiceDialog
*src
;
1511 src
= (wxSingleChoiceDialog
*) ptr
;
1512 dest
= (wxPanel
*) src
;
1513 return (void *) dest
;
1516 static void *SwigwxSingleChoiceDialogTowxWindow(void *ptr
) {
1517 wxSingleChoiceDialog
*src
;
1519 src
= (wxSingleChoiceDialog
*) ptr
;
1520 dest
= (wxWindow
*) src
;
1521 return (void *) dest
;
1524 static void *SwigwxSingleChoiceDialogTowxEvtHandler(void *ptr
) {
1525 wxSingleChoiceDialog
*src
;
1527 src
= (wxSingleChoiceDialog
*) ptr
;
1528 dest
= (wxEvtHandler
*) src
;
1529 return (void *) dest
;
1532 static wxSingleChoiceDialog
*new_wxSingleChoiceDialog(wxWindow
*parent
,wxString
*message
,wxString
*caption
,int LCOUNT
,wxString
*choices
,long style
,wxPoint
*pos
) {
1533 return new wxSingleChoiceDialog(parent
, *message
, *caption
,
1534 LCOUNT
, choices
, NULL
, style
, *pos
);
1537 static PyObject
*_wrap_new_wxSingleChoiceDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1538 PyObject
* _resultobj
;
1539 wxSingleChoiceDialog
* _result
;
1545 long _arg5
= (long ) wxOK
|wxCANCEL
|wxCENTRE
;
1546 wxPoint
* _arg6
= (wxPoint
*) &wxDefaultPosition
;
1547 PyObject
* _argo0
= 0;
1548 PyObject
* _obj1
= 0;
1549 PyObject
* _obj2
= 0;
1550 PyObject
* _obj4
= 0;
1552 PyObject
* _obj6
= 0;
1553 char *_kwnames
[] = { "parent","message","caption","choices","style","pos", NULL
};
1557 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOOO|lO:new_wxSingleChoiceDialog",_kwnames
,&_argo0
,&_obj1
,&_obj2
,&_obj4
,&_arg5
,&_obj6
))
1560 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1561 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1562 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSingleChoiceDialog. Expected _wxWindow_p.");
1567 #if PYTHON_API_VERSION >= 1009
1568 char* tmpPtr
; int tmpSize
;
1569 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
1570 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1573 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
1575 _arg1
= new wxString(tmpPtr
, tmpSize
);
1577 if (!PyString_Check(_obj1
)) {
1578 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1581 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
1585 #if PYTHON_API_VERSION >= 1009
1586 char* tmpPtr
; int tmpSize
;
1587 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
1588 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1591 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
1593 _arg2
= new wxString(tmpPtr
, tmpSize
);
1595 if (!PyString_Check(_obj2
)) {
1596 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1599 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
1604 _arg4
= wxString_LIST_helper(_obj4
);
1605 if (_arg4
== NULL
) {
1612 if (! wxPoint_helper(_obj6
, &_arg6
))
1617 _arg3
= PyList_Size(_obj4
);
1624 wxPy_BEGIN_ALLOW_THREADS
;
1625 _result
= (wxSingleChoiceDialog
*)new_wxSingleChoiceDialog(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,_arg6
);
1627 wxPy_END_ALLOW_THREADS
;
1629 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSingleChoiceDialog_p");
1630 _resultobj
= Py_BuildValue("s",_ptemp
);
1633 _resultobj
= Py_None
;
1649 #define wxSingleChoiceDialog_GetSelection(_swigobj) (_swigobj->GetSelection())
1650 static PyObject
*_wrap_wxSingleChoiceDialog_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1651 PyObject
* _resultobj
;
1653 wxSingleChoiceDialog
* _arg0
;
1654 PyObject
* _argo0
= 0;
1655 char *_kwnames
[] = { "self", NULL
};
1658 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSingleChoiceDialog_GetSelection",_kwnames
,&_argo0
))
1661 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1662 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSingleChoiceDialog_p")) {
1663 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSingleChoiceDialog_GetSelection. Expected _wxSingleChoiceDialog_p.");
1668 wxPy_BEGIN_ALLOW_THREADS
;
1669 _result
= (int )wxSingleChoiceDialog_GetSelection(_arg0
);
1671 wxPy_END_ALLOW_THREADS
;
1672 } _resultobj
= Py_BuildValue("i",_result
);
1676 #define wxSingleChoiceDialog_GetStringSelection(_swigobj) (_swigobj->GetStringSelection())
1677 static PyObject
*_wrap_wxSingleChoiceDialog_GetStringSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1678 PyObject
* _resultobj
;
1680 wxSingleChoiceDialog
* _arg0
;
1681 PyObject
* _argo0
= 0;
1682 char *_kwnames
[] = { "self", NULL
};
1685 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSingleChoiceDialog_GetStringSelection",_kwnames
,&_argo0
))
1688 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1689 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSingleChoiceDialog_p")) {
1690 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSingleChoiceDialog_GetStringSelection. Expected _wxSingleChoiceDialog_p.");
1695 wxPy_BEGIN_ALLOW_THREADS
;
1696 _result
= new wxString (wxSingleChoiceDialog_GetStringSelection(_arg0
));
1698 wxPy_END_ALLOW_THREADS
;
1700 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
1708 #define wxSingleChoiceDialog_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
1709 static PyObject
*_wrap_wxSingleChoiceDialog_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1710 PyObject
* _resultobj
;
1711 wxSingleChoiceDialog
* _arg0
;
1713 PyObject
* _argo0
= 0;
1714 char *_kwnames
[] = { "self","sel", NULL
};
1717 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxSingleChoiceDialog_SetSelection",_kwnames
,&_argo0
,&_arg1
))
1720 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1721 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSingleChoiceDialog_p")) {
1722 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSingleChoiceDialog_SetSelection. Expected _wxSingleChoiceDialog_p.");
1727 wxPy_BEGIN_ALLOW_THREADS
;
1728 wxSingleChoiceDialog_SetSelection(_arg0
,_arg1
);
1730 wxPy_END_ALLOW_THREADS
;
1731 } Py_INCREF(Py_None
);
1732 _resultobj
= Py_None
;
1736 #define wxSingleChoiceDialog_ShowModal(_swigobj) (_swigobj->ShowModal())
1737 static PyObject
*_wrap_wxSingleChoiceDialog_ShowModal(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1738 PyObject
* _resultobj
;
1740 wxSingleChoiceDialog
* _arg0
;
1741 PyObject
* _argo0
= 0;
1742 char *_kwnames
[] = { "self", NULL
};
1745 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSingleChoiceDialog_ShowModal",_kwnames
,&_argo0
))
1748 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1749 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSingleChoiceDialog_p")) {
1750 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSingleChoiceDialog_ShowModal. Expected _wxSingleChoiceDialog_p.");
1755 wxPy_BEGIN_ALLOW_THREADS
;
1756 _result
= (int )wxSingleChoiceDialog_ShowModal(_arg0
);
1758 wxPy_END_ALLOW_THREADS
;
1759 } _resultobj
= Py_BuildValue("i",_result
);
1763 static void *SwigwxTextEntryDialogTowxDialog(void *ptr
) {
1764 wxTextEntryDialog
*src
;
1766 src
= (wxTextEntryDialog
*) ptr
;
1767 dest
= (wxDialog
*) src
;
1768 return (void *) dest
;
1771 static void *SwigwxTextEntryDialogTowxPanel(void *ptr
) {
1772 wxTextEntryDialog
*src
;
1774 src
= (wxTextEntryDialog
*) ptr
;
1775 dest
= (wxPanel
*) src
;
1776 return (void *) dest
;
1779 static void *SwigwxTextEntryDialogTowxWindow(void *ptr
) {
1780 wxTextEntryDialog
*src
;
1782 src
= (wxTextEntryDialog
*) ptr
;
1783 dest
= (wxWindow
*) src
;
1784 return (void *) dest
;
1787 static void *SwigwxTextEntryDialogTowxEvtHandler(void *ptr
) {
1788 wxTextEntryDialog
*src
;
1790 src
= (wxTextEntryDialog
*) ptr
;
1791 dest
= (wxEvtHandler
*) src
;
1792 return (void *) dest
;
1795 #define new_wxTextEntryDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxTextEntryDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
1796 static PyObject
*_wrap_new_wxTextEntryDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1797 PyObject
* _resultobj
;
1798 wxTextEntryDialog
* _result
;
1801 char * _arg2
= (char *) "Input Text";
1802 char * _arg3
= (char *) "";
1803 long _arg4
= (long ) wxOK
|wxCANCEL
|wxCENTRE
;
1804 wxPoint
* _arg5
= (wxPoint
*) &wxDefaultPosition
;
1805 PyObject
* _argo0
= 0;
1807 PyObject
* _obj5
= 0;
1808 char *_kwnames
[] = { "parent","message","caption","defaultValue","style","pos", NULL
};
1812 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Os|sslO:new_wxTextEntryDialog",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_obj5
))
1815 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1816 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
1817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxTextEntryDialog. Expected _wxWindow_p.");
1824 if (! wxPoint_helper(_obj5
, &_arg5
))
1828 wxPy_BEGIN_ALLOW_THREADS
;
1829 _result
= (wxTextEntryDialog
*)new_wxTextEntryDialog(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,*_arg5
);
1831 wxPy_END_ALLOW_THREADS
;
1833 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxTextEntryDialog_p");
1834 _resultobj
= Py_BuildValue("s",_ptemp
);
1837 _resultobj
= Py_None
;
1842 #define wxTextEntryDialog_GetValue(_swigobj) (_swigobj->GetValue())
1843 static PyObject
*_wrap_wxTextEntryDialog_GetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1844 PyObject
* _resultobj
;
1846 wxTextEntryDialog
* _arg0
;
1847 PyObject
* _argo0
= 0;
1848 char *_kwnames
[] = { "self", NULL
};
1851 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextEntryDialog_GetValue",_kwnames
,&_argo0
))
1854 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1855 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextEntryDialog_p")) {
1856 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextEntryDialog_GetValue. Expected _wxTextEntryDialog_p.");
1861 wxPy_BEGIN_ALLOW_THREADS
;
1862 _result
= new wxString (wxTextEntryDialog_GetValue(_arg0
));
1864 wxPy_END_ALLOW_THREADS
;
1866 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
1874 #define wxTextEntryDialog_SetValue(_swigobj,_swigarg0) (_swigobj->SetValue(_swigarg0))
1875 static PyObject
*_wrap_wxTextEntryDialog_SetValue(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1876 PyObject
* _resultobj
;
1877 wxTextEntryDialog
* _arg0
;
1879 PyObject
* _argo0
= 0;
1880 PyObject
* _obj1
= 0;
1881 char *_kwnames
[] = { "self","value", NULL
};
1884 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxTextEntryDialog_SetValue",_kwnames
,&_argo0
,&_obj1
))
1887 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1888 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextEntryDialog_p")) {
1889 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextEntryDialog_SetValue. Expected _wxTextEntryDialog_p.");
1894 #if PYTHON_API_VERSION >= 1009
1895 char* tmpPtr
; int tmpSize
;
1896 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
1897 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
1900 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
1902 _arg1
= new wxString(tmpPtr
, tmpSize
);
1904 if (!PyString_Check(_obj1
)) {
1905 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
1908 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
1912 wxPy_BEGIN_ALLOW_THREADS
;
1913 wxTextEntryDialog_SetValue(_arg0
,*_arg1
);
1915 wxPy_END_ALLOW_THREADS
;
1916 } Py_INCREF(Py_None
);
1917 _resultobj
= Py_None
;
1925 #define wxTextEntryDialog_ShowModal(_swigobj) (_swigobj->ShowModal())
1926 static PyObject
*_wrap_wxTextEntryDialog_ShowModal(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1927 PyObject
* _resultobj
;
1929 wxTextEntryDialog
* _arg0
;
1930 PyObject
* _argo0
= 0;
1931 char *_kwnames
[] = { "self", NULL
};
1934 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxTextEntryDialog_ShowModal",_kwnames
,&_argo0
))
1937 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1938 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxTextEntryDialog_p")) {
1939 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxTextEntryDialog_ShowModal. Expected _wxTextEntryDialog_p.");
1944 wxPy_BEGIN_ALLOW_THREADS
;
1945 _result
= (int )wxTextEntryDialog_ShowModal(_arg0
);
1947 wxPy_END_ALLOW_THREADS
;
1948 } _resultobj
= Py_BuildValue("i",_result
);
1952 #define new_wxFontData() (new wxFontData())
1953 static PyObject
*_wrap_new_wxFontData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1954 PyObject
* _resultobj
;
1955 wxFontData
* _result
;
1956 char *_kwnames
[] = { NULL
};
1960 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxFontData",_kwnames
))
1963 wxPy_BEGIN_ALLOW_THREADS
;
1964 _result
= (wxFontData
*)new_wxFontData();
1966 wxPy_END_ALLOW_THREADS
;
1968 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxFontData_p");
1969 _resultobj
= Py_BuildValue("s",_ptemp
);
1972 _resultobj
= Py_None
;
1977 #define delete_wxFontData(_swigobj) (delete _swigobj)
1978 static PyObject
*_wrap_delete_wxFontData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1979 PyObject
* _resultobj
;
1981 PyObject
* _argo0
= 0;
1982 char *_kwnames
[] = { "self", NULL
};
1985 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxFontData",_kwnames
,&_argo0
))
1988 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1989 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
1990 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxFontData. Expected _wxFontData_p.");
1995 wxPy_BEGIN_ALLOW_THREADS
;
1996 delete_wxFontData(_arg0
);
1998 wxPy_END_ALLOW_THREADS
;
1999 } Py_INCREF(Py_None
);
2000 _resultobj
= Py_None
;
2004 #define wxFontData_EnableEffects(_swigobj,_swigarg0) (_swigobj->EnableEffects(_swigarg0))
2005 static PyObject
*_wrap_wxFontData_EnableEffects(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2006 PyObject
* _resultobj
;
2009 PyObject
* _argo0
= 0;
2011 char *_kwnames
[] = { "self","enable", NULL
};
2014 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxFontData_EnableEffects",_kwnames
,&_argo0
,&tempbool1
))
2017 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2018 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2019 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_EnableEffects. Expected _wxFontData_p.");
2023 _arg1
= (bool ) tempbool1
;
2025 wxPy_BEGIN_ALLOW_THREADS
;
2026 wxFontData_EnableEffects(_arg0
,_arg1
);
2028 wxPy_END_ALLOW_THREADS
;
2029 } Py_INCREF(Py_None
);
2030 _resultobj
= Py_None
;
2034 #define wxFontData_GetAllowSymbols(_swigobj) (_swigobj->GetAllowSymbols())
2035 static PyObject
*_wrap_wxFontData_GetAllowSymbols(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2036 PyObject
* _resultobj
;
2039 PyObject
* _argo0
= 0;
2040 char *_kwnames
[] = { "self", NULL
};
2043 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontData_GetAllowSymbols",_kwnames
,&_argo0
))
2046 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2047 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2048 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_GetAllowSymbols. Expected _wxFontData_p.");
2053 wxPy_BEGIN_ALLOW_THREADS
;
2054 _result
= (bool )wxFontData_GetAllowSymbols(_arg0
);
2056 wxPy_END_ALLOW_THREADS
;
2057 } _resultobj
= Py_BuildValue("i",_result
);
2061 #define wxFontData_GetColour(_swigobj) (_swigobj->GetColour())
2062 static PyObject
*_wrap_wxFontData_GetColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2063 PyObject
* _resultobj
;
2066 PyObject
* _argo0
= 0;
2067 char *_kwnames
[] = { "self", NULL
};
2071 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontData_GetColour",_kwnames
,&_argo0
))
2074 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2075 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2076 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_GetColour. Expected _wxFontData_p.");
2081 wxPy_BEGIN_ALLOW_THREADS
;
2082 wxColour
& _result_ref
= wxFontData_GetColour(_arg0
);
2083 _result
= (wxColour
*) &_result_ref
;
2085 wxPy_END_ALLOW_THREADS
;
2087 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxColour_p");
2088 _resultobj
= Py_BuildValue("s",_ptemp
);
2091 _resultobj
= Py_None
;
2096 #define wxFontData_GetChosenFont(_swigobj) (_swigobj->GetChosenFont())
2097 static PyObject
*_wrap_wxFontData_GetChosenFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2098 PyObject
* _resultobj
;
2101 PyObject
* _argo0
= 0;
2102 char *_kwnames
[] = { "self", NULL
};
2106 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontData_GetChosenFont",_kwnames
,&_argo0
))
2109 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2110 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2111 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_GetChosenFont. Expected _wxFontData_p.");
2116 wxPy_BEGIN_ALLOW_THREADS
;
2117 _result
= new wxFont (wxFontData_GetChosenFont(_arg0
));
2119 wxPy_END_ALLOW_THREADS
;
2120 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxFont_p");
2121 _resultobj
= Py_BuildValue("s",_ptemp
);
2125 #define wxFontData_GetEnableEffects(_swigobj) (_swigobj->GetEnableEffects())
2126 static PyObject
*_wrap_wxFontData_GetEnableEffects(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2127 PyObject
* _resultobj
;
2130 PyObject
* _argo0
= 0;
2131 char *_kwnames
[] = { "self", NULL
};
2134 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontData_GetEnableEffects",_kwnames
,&_argo0
))
2137 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2138 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2139 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_GetEnableEffects. Expected _wxFontData_p.");
2144 wxPy_BEGIN_ALLOW_THREADS
;
2145 _result
= (bool )wxFontData_GetEnableEffects(_arg0
);
2147 wxPy_END_ALLOW_THREADS
;
2148 } _resultobj
= Py_BuildValue("i",_result
);
2152 #define wxFontData_GetInitialFont(_swigobj) (_swigobj->GetInitialFont())
2153 static PyObject
*_wrap_wxFontData_GetInitialFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2154 PyObject
* _resultobj
;
2157 PyObject
* _argo0
= 0;
2158 char *_kwnames
[] = { "self", NULL
};
2162 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontData_GetInitialFont",_kwnames
,&_argo0
))
2165 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2166 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2167 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_GetInitialFont. Expected _wxFontData_p.");
2172 wxPy_BEGIN_ALLOW_THREADS
;
2173 _result
= new wxFont (wxFontData_GetInitialFont(_arg0
));
2175 wxPy_END_ALLOW_THREADS
;
2176 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxFont_p");
2177 _resultobj
= Py_BuildValue("s",_ptemp
);
2181 #define wxFontData_GetShowHelp(_swigobj) (_swigobj->GetShowHelp())
2182 static PyObject
*_wrap_wxFontData_GetShowHelp(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2183 PyObject
* _resultobj
;
2186 PyObject
* _argo0
= 0;
2187 char *_kwnames
[] = { "self", NULL
};
2190 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontData_GetShowHelp",_kwnames
,&_argo0
))
2193 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2194 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2195 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_GetShowHelp. Expected _wxFontData_p.");
2200 wxPy_BEGIN_ALLOW_THREADS
;
2201 _result
= (bool )wxFontData_GetShowHelp(_arg0
);
2203 wxPy_END_ALLOW_THREADS
;
2204 } _resultobj
= Py_BuildValue("i",_result
);
2208 #define wxFontData_SetAllowSymbols(_swigobj,_swigarg0) (_swigobj->SetAllowSymbols(_swigarg0))
2209 static PyObject
*_wrap_wxFontData_SetAllowSymbols(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2210 PyObject
* _resultobj
;
2213 PyObject
* _argo0
= 0;
2215 char *_kwnames
[] = { "self","allowSymbols", NULL
};
2218 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxFontData_SetAllowSymbols",_kwnames
,&_argo0
,&tempbool1
))
2221 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2222 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2223 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_SetAllowSymbols. Expected _wxFontData_p.");
2227 _arg1
= (bool ) tempbool1
;
2229 wxPy_BEGIN_ALLOW_THREADS
;
2230 wxFontData_SetAllowSymbols(_arg0
,_arg1
);
2232 wxPy_END_ALLOW_THREADS
;
2233 } Py_INCREF(Py_None
);
2234 _resultobj
= Py_None
;
2238 #define wxFontData_SetChosenFont(_swigobj,_swigarg0) (_swigobj->SetChosenFont(_swigarg0))
2239 static PyObject
*_wrap_wxFontData_SetChosenFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2240 PyObject
* _resultobj
;
2243 PyObject
* _argo0
= 0;
2244 PyObject
* _argo1
= 0;
2245 char *_kwnames
[] = { "self","font", NULL
};
2248 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFontData_SetChosenFont",_kwnames
,&_argo0
,&_argo1
))
2251 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2252 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2253 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_SetChosenFont. Expected _wxFontData_p.");
2258 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2259 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxFont_p")) {
2260 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxFontData_SetChosenFont. Expected _wxFont_p.");
2265 wxPy_BEGIN_ALLOW_THREADS
;
2266 wxFontData_SetChosenFont(_arg0
,*_arg1
);
2268 wxPy_END_ALLOW_THREADS
;
2269 } Py_INCREF(Py_None
);
2270 _resultobj
= Py_None
;
2274 #define wxFontData_SetColour(_swigobj,_swigarg0) (_swigobj->SetColour(_swigarg0))
2275 static PyObject
*_wrap_wxFontData_SetColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2276 PyObject
* _resultobj
;
2279 PyObject
* _argo0
= 0;
2281 PyObject
* _obj1
= 0;
2282 char *_kwnames
[] = { "self","colour", NULL
};
2285 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFontData_SetColour",_kwnames
,&_argo0
,&_obj1
))
2288 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2289 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2290 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_SetColour. Expected _wxFontData_p.");
2296 if (! wxColour_helper(_obj1
, &_arg1
))
2300 wxPy_BEGIN_ALLOW_THREADS
;
2301 wxFontData_SetColour(_arg0
,*_arg1
);
2303 wxPy_END_ALLOW_THREADS
;
2304 } Py_INCREF(Py_None
);
2305 _resultobj
= Py_None
;
2309 #define wxFontData_SetInitialFont(_swigobj,_swigarg0) (_swigobj->SetInitialFont(_swigarg0))
2310 static PyObject
*_wrap_wxFontData_SetInitialFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2311 PyObject
* _resultobj
;
2314 PyObject
* _argo0
= 0;
2315 PyObject
* _argo1
= 0;
2316 char *_kwnames
[] = { "self","font", NULL
};
2319 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxFontData_SetInitialFont",_kwnames
,&_argo0
,&_argo1
))
2322 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2323 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2324 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_SetInitialFont. Expected _wxFontData_p.");
2329 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2330 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxFont_p")) {
2331 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxFontData_SetInitialFont. Expected _wxFont_p.");
2336 wxPy_BEGIN_ALLOW_THREADS
;
2337 wxFontData_SetInitialFont(_arg0
,*_arg1
);
2339 wxPy_END_ALLOW_THREADS
;
2340 } Py_INCREF(Py_None
);
2341 _resultobj
= Py_None
;
2345 #define wxFontData_SetRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRange(_swigarg0,_swigarg1))
2346 static PyObject
*_wrap_wxFontData_SetRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2347 PyObject
* _resultobj
;
2351 PyObject
* _argo0
= 0;
2352 char *_kwnames
[] = { "self","min","max", NULL
};
2355 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxFontData_SetRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2358 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2359 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2360 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_SetRange. Expected _wxFontData_p.");
2365 wxPy_BEGIN_ALLOW_THREADS
;
2366 wxFontData_SetRange(_arg0
,_arg1
,_arg2
);
2368 wxPy_END_ALLOW_THREADS
;
2369 } Py_INCREF(Py_None
);
2370 _resultobj
= Py_None
;
2374 #define wxFontData_SetShowHelp(_swigobj,_swigarg0) (_swigobj->SetShowHelp(_swigarg0))
2375 static PyObject
*_wrap_wxFontData_SetShowHelp(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2376 PyObject
* _resultobj
;
2379 PyObject
* _argo0
= 0;
2381 char *_kwnames
[] = { "self","showHelp", NULL
};
2384 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxFontData_SetShowHelp",_kwnames
,&_argo0
,&tempbool1
))
2387 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2388 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontData_p")) {
2389 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontData_SetShowHelp. Expected _wxFontData_p.");
2393 _arg1
= (bool ) tempbool1
;
2395 wxPy_BEGIN_ALLOW_THREADS
;
2396 wxFontData_SetShowHelp(_arg0
,_arg1
);
2398 wxPy_END_ALLOW_THREADS
;
2399 } Py_INCREF(Py_None
);
2400 _resultobj
= Py_None
;
2404 static void *SwigwxFontDialogTowxDialog(void *ptr
) {
2407 src
= (wxFontDialog
*) ptr
;
2408 dest
= (wxDialog
*) src
;
2409 return (void *) dest
;
2412 static void *SwigwxFontDialogTowxPanel(void *ptr
) {
2415 src
= (wxFontDialog
*) ptr
;
2416 dest
= (wxPanel
*) src
;
2417 return (void *) dest
;
2420 static void *SwigwxFontDialogTowxWindow(void *ptr
) {
2423 src
= (wxFontDialog
*) ptr
;
2424 dest
= (wxWindow
*) src
;
2425 return (void *) dest
;
2428 static void *SwigwxFontDialogTowxEvtHandler(void *ptr
) {
2431 src
= (wxFontDialog
*) ptr
;
2432 dest
= (wxEvtHandler
*) src
;
2433 return (void *) dest
;
2436 #define new_wxFontDialog(_swigarg0,_swigarg1) (new wxFontDialog(_swigarg0,_swigarg1))
2437 static PyObject
*_wrap_new_wxFontDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2438 PyObject
* _resultobj
;
2439 wxFontDialog
* _result
;
2442 PyObject
* _argo0
= 0;
2443 PyObject
* _argo1
= 0;
2444 char *_kwnames
[] = { "parent","data", NULL
};
2448 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:new_wxFontDialog",_kwnames
,&_argo0
,&_argo1
))
2451 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2452 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2453 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxFontDialog. Expected _wxWindow_p.");
2458 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2459 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxFontData_p")) {
2460 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of new_wxFontDialog. Expected _wxFontData_p.");
2465 wxPy_BEGIN_ALLOW_THREADS
;
2466 _result
= (wxFontDialog
*)new_wxFontDialog(_arg0
,_arg1
);
2468 wxPy_END_ALLOW_THREADS
;
2470 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxFontDialog_p");
2471 _resultobj
= Py_BuildValue("s",_ptemp
);
2474 _resultobj
= Py_None
;
2479 #define wxFontDialog_GetFontData(_swigobj) (_swigobj->GetFontData())
2480 static PyObject
*_wrap_wxFontDialog_GetFontData(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2481 PyObject
* _resultobj
;
2482 wxFontData
* _result
;
2483 wxFontDialog
* _arg0
;
2484 PyObject
* _argo0
= 0;
2485 char *_kwnames
[] = { "self", NULL
};
2489 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontDialog_GetFontData",_kwnames
,&_argo0
))
2492 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2493 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontDialog_p")) {
2494 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontDialog_GetFontData. Expected _wxFontDialog_p.");
2499 wxPy_BEGIN_ALLOW_THREADS
;
2500 wxFontData
& _result_ref
= wxFontDialog_GetFontData(_arg0
);
2501 _result
= (wxFontData
*) &_result_ref
;
2503 wxPy_END_ALLOW_THREADS
;
2505 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxFontData_p");
2506 _resultobj
= Py_BuildValue("s",_ptemp
);
2509 _resultobj
= Py_None
;
2514 #define wxFontDialog_ShowModal(_swigobj) (_swigobj->ShowModal())
2515 static PyObject
*_wrap_wxFontDialog_ShowModal(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2516 PyObject
* _resultobj
;
2518 wxFontDialog
* _arg0
;
2519 PyObject
* _argo0
= 0;
2520 char *_kwnames
[] = { "self", NULL
};
2523 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxFontDialog_ShowModal",_kwnames
,&_argo0
))
2526 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2527 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxFontDialog_p")) {
2528 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxFontDialog_ShowModal. Expected _wxFontDialog_p.");
2533 wxPy_BEGIN_ALLOW_THREADS
;
2534 _result
= (int )wxFontDialog_ShowModal(_arg0
);
2536 wxPy_END_ALLOW_THREADS
;
2537 } _resultobj
= Py_BuildValue("i",_result
);
2541 static void *SwigwxMessageDialogTowxDialog(void *ptr
) {
2542 wxMessageDialog
*src
;
2544 src
= (wxMessageDialog
*) ptr
;
2545 dest
= (wxDialog
*) src
;
2546 return (void *) dest
;
2549 static void *SwigwxMessageDialogTowxPanel(void *ptr
) {
2550 wxMessageDialog
*src
;
2552 src
= (wxMessageDialog
*) ptr
;
2553 dest
= (wxPanel
*) src
;
2554 return (void *) dest
;
2557 static void *SwigwxMessageDialogTowxWindow(void *ptr
) {
2558 wxMessageDialog
*src
;
2560 src
= (wxMessageDialog
*) ptr
;
2561 dest
= (wxWindow
*) src
;
2562 return (void *) dest
;
2565 static void *SwigwxMessageDialogTowxEvtHandler(void *ptr
) {
2566 wxMessageDialog
*src
;
2568 src
= (wxMessageDialog
*) ptr
;
2569 dest
= (wxEvtHandler
*) src
;
2570 return (void *) dest
;
2573 #define new_wxMessageDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (new wxMessageDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2574 static PyObject
*_wrap_new_wxMessageDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2575 PyObject
* _resultobj
;
2576 wxMessageDialog
* _result
;
2579 char * _arg2
= (char *) "Message box";
2580 long _arg3
= (long ) wxOK
|wxCANCEL
|wxCENTRE
;
2581 wxPoint
* _arg4
= (wxPoint
*) &wxDefaultPosition
;
2582 PyObject
* _argo0
= 0;
2584 PyObject
* _obj4
= 0;
2585 char *_kwnames
[] = { "parent","message","caption","style","pos", NULL
};
2589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Os|slO:new_wxMessageDialog",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
,&_obj4
))
2592 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2593 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
2594 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxMessageDialog. Expected _wxWindow_p.");
2601 if (! wxPoint_helper(_obj4
, &_arg4
))
2605 wxPy_BEGIN_ALLOW_THREADS
;
2606 _result
= (wxMessageDialog
*)new_wxMessageDialog(_arg0
,_arg1
,_arg2
,_arg3
,*_arg4
);
2608 wxPy_END_ALLOW_THREADS
;
2610 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxMessageDialog_p");
2611 _resultobj
= Py_BuildValue("s",_ptemp
);
2614 _resultobj
= Py_None
;
2619 #define wxMessageDialog_ShowModal(_swigobj) (_swigobj->ShowModal())
2620 static PyObject
*_wrap_wxMessageDialog_ShowModal(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2621 PyObject
* _resultobj
;
2623 wxMessageDialog
* _arg0
;
2624 PyObject
* _argo0
= 0;
2625 char *_kwnames
[] = { "self", NULL
};
2628 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxMessageDialog_ShowModal",_kwnames
,&_argo0
))
2631 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2632 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxMessageDialog_p")) {
2633 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMessageDialog_ShowModal. Expected _wxMessageDialog_p.");
2638 wxPy_BEGIN_ALLOW_THREADS
;
2639 _result
= (int )wxMessageDialog_ShowModal(_arg0
);
2641 wxPy_END_ALLOW_THREADS
;
2642 } _resultobj
= Py_BuildValue("i",_result
);
2646 static void *SwigwxProgressDialogTowxFrame(void *ptr
) {
2647 wxProgressDialog
*src
;
2649 src
= (wxProgressDialog
*) ptr
;
2650 dest
= (wxFrame
*) src
;
2651 return (void *) dest
;
2654 static void *SwigwxProgressDialogTowxWindow(void *ptr
) {
2655 wxProgressDialog
*src
;
2657 src
= (wxProgressDialog
*) ptr
;
2658 dest
= (wxWindow
*) src
;
2659 return (void *) dest
;
2662 static void *SwigwxProgressDialogTowxEvtHandler(void *ptr
) {
2663 wxProgressDialog
*src
;
2665 src
= (wxProgressDialog
*) ptr
;
2666 dest
= (wxEvtHandler
*) src
;
2667 return (void *) dest
;
2670 #define new_wxProgressDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (new wxProgressDialog(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
2671 static PyObject
*_wrap_new_wxProgressDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2672 PyObject
* _resultobj
;
2673 wxProgressDialog
* _result
;
2676 int _arg2
= (int ) 100;
2677 wxWindow
* _arg3
= (wxWindow
*) NULL
;
2678 int _arg4
= (int ) wxPD_AUTO_HIDE
|wxPD_APP_MODAL
;
2679 PyObject
* _obj0
= 0;
2680 PyObject
* _obj1
= 0;
2681 PyObject
* _argo3
= 0;
2682 char *_kwnames
[] = { "title","message","maximum","parent","style", NULL
};
2686 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|iOi:new_wxProgressDialog",_kwnames
,&_obj0
,&_obj1
,&_arg2
,&_argo3
,&_arg4
))
2689 #if PYTHON_API_VERSION >= 1009
2690 char* tmpPtr
; int tmpSize
;
2691 if (!PyString_Check(_obj0
) && !PyUnicode_Check(_obj0
)) {
2692 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2695 if (PyString_AsStringAndSize(_obj0
, &tmpPtr
, &tmpSize
) == -1)
2697 _arg0
= new wxString(tmpPtr
, tmpSize
);
2699 if (!PyString_Check(_obj0
)) {
2700 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2703 _arg0
= new wxString(PyString_AS_STRING(_obj0
), PyString_GET_SIZE(_obj0
));
2707 #if PYTHON_API_VERSION >= 1009
2708 char* tmpPtr
; int tmpSize
;
2709 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
2710 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2713 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
2715 _arg1
= new wxString(tmpPtr
, tmpSize
);
2717 if (!PyString_Check(_obj1
)) {
2718 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2721 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
2725 if (_argo3
== Py_None
) { _arg3
= NULL
; }
2726 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxWindow_p")) {
2727 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxProgressDialog. Expected _wxWindow_p.");
2732 wxPy_BEGIN_ALLOW_THREADS
;
2733 _result
= (wxProgressDialog
*)new_wxProgressDialog(*_arg0
,*_arg1
,_arg2
,_arg3
,_arg4
);
2735 wxPy_END_ALLOW_THREADS
;
2737 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxProgressDialog_p");
2738 _resultobj
= Py_BuildValue("s",_ptemp
);
2741 _resultobj
= Py_None
;
2754 #define wxProgressDialog_Update(_swigobj,_swigarg0,_swigarg1) (_swigobj->Update(_swigarg0,_swigarg1))
2755 static PyObject
*_wrap_wxProgressDialog_Update(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2756 PyObject
* _resultobj
;
2758 wxProgressDialog
* _arg0
;
2759 int _arg1
= (int ) -1;
2760 char * _arg2
= (char *) NULL
;
2761 PyObject
* _argo0
= 0;
2762 char *_kwnames
[] = { "self","value","newmsg", NULL
};
2765 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O|is:wxProgressDialog_Update",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2768 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2769 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxProgressDialog_p")) {
2770 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxProgressDialog_Update. Expected _wxProgressDialog_p.");
2775 wxPy_BEGIN_ALLOW_THREADS
;
2776 _result
= (bool )wxProgressDialog_Update(_arg0
,_arg1
,_arg2
);
2778 wxPy_END_ALLOW_THREADS
;
2779 } _resultobj
= Py_BuildValue("i",_result
);
2783 #define wxProgressDialog_Resume(_swigobj) (_swigobj->Resume())
2784 static PyObject
*_wrap_wxProgressDialog_Resume(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2785 PyObject
* _resultobj
;
2786 wxProgressDialog
* _arg0
;
2787 PyObject
* _argo0
= 0;
2788 char *_kwnames
[] = { "self", NULL
};
2791 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxProgressDialog_Resume",_kwnames
,&_argo0
))
2794 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2795 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxProgressDialog_p")) {
2796 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxProgressDialog_Resume. Expected _wxProgressDialog_p.");
2801 wxPy_BEGIN_ALLOW_THREADS
;
2802 wxProgressDialog_Resume(_arg0
);
2804 wxPy_END_ALLOW_THREADS
;
2805 } Py_INCREF(Py_None
);
2806 _resultobj
= Py_None
;
2810 static PyMethodDef cmndlgscMethods
[] = {
2811 { "wxProgressDialog_Resume", (PyCFunction
) _wrap_wxProgressDialog_Resume
, METH_VARARGS
| METH_KEYWORDS
},
2812 { "wxProgressDialog_Update", (PyCFunction
) _wrap_wxProgressDialog_Update
, METH_VARARGS
| METH_KEYWORDS
},
2813 { "new_wxProgressDialog", (PyCFunction
) _wrap_new_wxProgressDialog
, METH_VARARGS
| METH_KEYWORDS
},
2814 { "wxMessageDialog_ShowModal", (PyCFunction
) _wrap_wxMessageDialog_ShowModal
, METH_VARARGS
| METH_KEYWORDS
},
2815 { "new_wxMessageDialog", (PyCFunction
) _wrap_new_wxMessageDialog
, METH_VARARGS
| METH_KEYWORDS
},
2816 { "wxFontDialog_ShowModal", (PyCFunction
) _wrap_wxFontDialog_ShowModal
, METH_VARARGS
| METH_KEYWORDS
},
2817 { "wxFontDialog_GetFontData", (PyCFunction
) _wrap_wxFontDialog_GetFontData
, METH_VARARGS
| METH_KEYWORDS
},
2818 { "new_wxFontDialog", (PyCFunction
) _wrap_new_wxFontDialog
, METH_VARARGS
| METH_KEYWORDS
},
2819 { "wxFontData_SetShowHelp", (PyCFunction
) _wrap_wxFontData_SetShowHelp
, METH_VARARGS
| METH_KEYWORDS
},
2820 { "wxFontData_SetRange", (PyCFunction
) _wrap_wxFontData_SetRange
, METH_VARARGS
| METH_KEYWORDS
},
2821 { "wxFontData_SetInitialFont", (PyCFunction
) _wrap_wxFontData_SetInitialFont
, METH_VARARGS
| METH_KEYWORDS
},
2822 { "wxFontData_SetColour", (PyCFunction
) _wrap_wxFontData_SetColour
, METH_VARARGS
| METH_KEYWORDS
},
2823 { "wxFontData_SetChosenFont", (PyCFunction
) _wrap_wxFontData_SetChosenFont
, METH_VARARGS
| METH_KEYWORDS
},
2824 { "wxFontData_SetAllowSymbols", (PyCFunction
) _wrap_wxFontData_SetAllowSymbols
, METH_VARARGS
| METH_KEYWORDS
},
2825 { "wxFontData_GetShowHelp", (PyCFunction
) _wrap_wxFontData_GetShowHelp
, METH_VARARGS
| METH_KEYWORDS
},
2826 { "wxFontData_GetInitialFont", (PyCFunction
) _wrap_wxFontData_GetInitialFont
, METH_VARARGS
| METH_KEYWORDS
},
2827 { "wxFontData_GetEnableEffects", (PyCFunction
) _wrap_wxFontData_GetEnableEffects
, METH_VARARGS
| METH_KEYWORDS
},
2828 { "wxFontData_GetChosenFont", (PyCFunction
) _wrap_wxFontData_GetChosenFont
, METH_VARARGS
| METH_KEYWORDS
},
2829 { "wxFontData_GetColour", (PyCFunction
) _wrap_wxFontData_GetColour
, METH_VARARGS
| METH_KEYWORDS
},
2830 { "wxFontData_GetAllowSymbols", (PyCFunction
) _wrap_wxFontData_GetAllowSymbols
, METH_VARARGS
| METH_KEYWORDS
},
2831 { "wxFontData_EnableEffects", (PyCFunction
) _wrap_wxFontData_EnableEffects
, METH_VARARGS
| METH_KEYWORDS
},
2832 { "delete_wxFontData", (PyCFunction
) _wrap_delete_wxFontData
, METH_VARARGS
| METH_KEYWORDS
},
2833 { "new_wxFontData", (PyCFunction
) _wrap_new_wxFontData
, METH_VARARGS
| METH_KEYWORDS
},
2834 { "wxTextEntryDialog_ShowModal", (PyCFunction
) _wrap_wxTextEntryDialog_ShowModal
, METH_VARARGS
| METH_KEYWORDS
},
2835 { "wxTextEntryDialog_SetValue", (PyCFunction
) _wrap_wxTextEntryDialog_SetValue
, METH_VARARGS
| METH_KEYWORDS
},
2836 { "wxTextEntryDialog_GetValue", (PyCFunction
) _wrap_wxTextEntryDialog_GetValue
, METH_VARARGS
| METH_KEYWORDS
},
2837 { "new_wxTextEntryDialog", (PyCFunction
) _wrap_new_wxTextEntryDialog
, METH_VARARGS
| METH_KEYWORDS
},
2838 { "wxSingleChoiceDialog_ShowModal", (PyCFunction
) _wrap_wxSingleChoiceDialog_ShowModal
, METH_VARARGS
| METH_KEYWORDS
},
2839 { "wxSingleChoiceDialog_SetSelection", (PyCFunction
) _wrap_wxSingleChoiceDialog_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
2840 { "wxSingleChoiceDialog_GetStringSelection", (PyCFunction
) _wrap_wxSingleChoiceDialog_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
},
2841 { "wxSingleChoiceDialog_GetSelection", (PyCFunction
) _wrap_wxSingleChoiceDialog_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
2842 { "new_wxSingleChoiceDialog", (PyCFunction
) _wrap_new_wxSingleChoiceDialog
, METH_VARARGS
| METH_KEYWORDS
},
2843 { "wxFileDialog_GetPaths", (PyCFunction
) _wrap_wxFileDialog_GetPaths
, METH_VARARGS
| METH_KEYWORDS
},
2844 { "wxFileDialog_GetFilenames", (PyCFunction
) _wrap_wxFileDialog_GetFilenames
, METH_VARARGS
| METH_KEYWORDS
},
2845 { "wxFileDialog_ShowModal", (PyCFunction
) _wrap_wxFileDialog_ShowModal
, METH_VARARGS
| METH_KEYWORDS
},
2846 { "wxFileDialog_SetWildcard", (PyCFunction
) _wrap_wxFileDialog_SetWildcard
, METH_VARARGS
| METH_KEYWORDS
},
2847 { "wxFileDialog_SetStyle", (PyCFunction
) _wrap_wxFileDialog_SetStyle
, METH_VARARGS
| METH_KEYWORDS
},
2848 { "wxFileDialog_SetPath", (PyCFunction
) _wrap_wxFileDialog_SetPath
, METH_VARARGS
| METH_KEYWORDS
},
2849 { "wxFileDialog_SetMessage", (PyCFunction
) _wrap_wxFileDialog_SetMessage
, METH_VARARGS
| METH_KEYWORDS
},
2850 { "wxFileDialog_SetFilterIndex", (PyCFunction
) _wrap_wxFileDialog_SetFilterIndex
, METH_VARARGS
| METH_KEYWORDS
},
2851 { "wxFileDialog_SetFilename", (PyCFunction
) _wrap_wxFileDialog_SetFilename
, METH_VARARGS
| METH_KEYWORDS
},
2852 { "wxFileDialog_SetDirectory", (PyCFunction
) _wrap_wxFileDialog_SetDirectory
, METH_VARARGS
| METH_KEYWORDS
},
2853 { "wxFileDialog_GetWildcard", (PyCFunction
) _wrap_wxFileDialog_GetWildcard
, METH_VARARGS
| METH_KEYWORDS
},
2854 { "wxFileDialog_GetStyle", (PyCFunction
) _wrap_wxFileDialog_GetStyle
, METH_VARARGS
| METH_KEYWORDS
},
2855 { "wxFileDialog_GetPath", (PyCFunction
) _wrap_wxFileDialog_GetPath
, METH_VARARGS
| METH_KEYWORDS
},
2856 { "wxFileDialog_GetMessage", (PyCFunction
) _wrap_wxFileDialog_GetMessage
, METH_VARARGS
| METH_KEYWORDS
},
2857 { "wxFileDialog_GetFilterIndex", (PyCFunction
) _wrap_wxFileDialog_GetFilterIndex
, METH_VARARGS
| METH_KEYWORDS
},
2858 { "wxFileDialog_GetFilename", (PyCFunction
) _wrap_wxFileDialog_GetFilename
, METH_VARARGS
| METH_KEYWORDS
},
2859 { "wxFileDialog_GetDirectory", (PyCFunction
) _wrap_wxFileDialog_GetDirectory
, METH_VARARGS
| METH_KEYWORDS
},
2860 { "new_wxFileDialog", (PyCFunction
) _wrap_new_wxFileDialog
, METH_VARARGS
| METH_KEYWORDS
},
2861 { "wxDirDialog_ShowModal", (PyCFunction
) _wrap_wxDirDialog_ShowModal
, METH_VARARGS
| METH_KEYWORDS
},
2862 { "wxDirDialog_SetPath", (PyCFunction
) _wrap_wxDirDialog_SetPath
, METH_VARARGS
| METH_KEYWORDS
},
2863 { "wxDirDialog_SetMessage", (PyCFunction
) _wrap_wxDirDialog_SetMessage
, METH_VARARGS
| METH_KEYWORDS
},
2864 { "wxDirDialog_GetStyle", (PyCFunction
) _wrap_wxDirDialog_GetStyle
, METH_VARARGS
| METH_KEYWORDS
},
2865 { "wxDirDialog_GetMessage", (PyCFunction
) _wrap_wxDirDialog_GetMessage
, METH_VARARGS
| METH_KEYWORDS
},
2866 { "wxDirDialog_GetPath", (PyCFunction
) _wrap_wxDirDialog_GetPath
, METH_VARARGS
| METH_KEYWORDS
},
2867 { "new_wxDirDialog", (PyCFunction
) _wrap_new_wxDirDialog
, METH_VARARGS
| METH_KEYWORDS
},
2868 { "wxColourDialog_ShowModal", (PyCFunction
) _wrap_wxColourDialog_ShowModal
, METH_VARARGS
| METH_KEYWORDS
},
2869 { "wxColourDialog_GetColourData", (PyCFunction
) _wrap_wxColourDialog_GetColourData
, METH_VARARGS
| METH_KEYWORDS
},
2870 { "new_wxColourDialog", (PyCFunction
) _wrap_new_wxColourDialog
, METH_VARARGS
| METH_KEYWORDS
},
2871 { "wxColourData_SetCustomColour", (PyCFunction
) _wrap_wxColourData_SetCustomColour
, METH_VARARGS
| METH_KEYWORDS
},
2872 { "wxColourData_SetColour", (PyCFunction
) _wrap_wxColourData_SetColour
, METH_VARARGS
| METH_KEYWORDS
},
2873 { "wxColourData_SetChooseFull", (PyCFunction
) _wrap_wxColourData_SetChooseFull
, METH_VARARGS
| METH_KEYWORDS
},
2874 { "wxColourData_GetCustomColour", (PyCFunction
) _wrap_wxColourData_GetCustomColour
, METH_VARARGS
| METH_KEYWORDS
},
2875 { "wxColourData_GetColour", (PyCFunction
) _wrap_wxColourData_GetColour
, METH_VARARGS
| METH_KEYWORDS
},
2876 { "wxColourData_GetChooseFull", (PyCFunction
) _wrap_wxColourData_GetChooseFull
, METH_VARARGS
| METH_KEYWORDS
},
2877 { "delete_wxColourData", (PyCFunction
) _wrap_delete_wxColourData
, METH_VARARGS
| METH_KEYWORDS
},
2878 { "new_wxColourData", (PyCFunction
) _wrap_new_wxColourData
, METH_VARARGS
| METH_KEYWORDS
},
2885 * This table is used by the pointer type-checker
2887 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
2888 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
2889 { "_wxEvent","_class_wxEvent",0},
2890 { "_class_wxActivateEvent","_wxActivateEvent",0},
2891 { "_signed_long","_long",0},
2892 { "_wxMenuEvent","_class_wxMenuEvent",0},
2893 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
2894 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
2895 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
2896 { "_wxPrintQuality","_wxCoord",0},
2897 { "_wxPrintQuality","_int",0},
2898 { "_wxPrintQuality","_signed_int",0},
2899 { "_wxPrintQuality","_unsigned_int",0},
2900 { "_wxPrintQuality","_wxWindowID",0},
2901 { "_wxPrintQuality","_uint",0},
2902 { "_wxPrintQuality","_EBool",0},
2903 { "_wxPrintQuality","_size_t",0},
2904 { "_wxPrintQuality","_time_t",0},
2905 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
2906 { "_wxSpinCtrl","_class_wxSpinCtrl",0},
2907 { "_wxFontData","_class_wxFontData",0},
2908 { "_class_wxRegionIterator","_wxRegionIterator",0},
2909 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
2910 { "_class_wxMenuBar","_wxMenuBar",0},
2911 { "_class_wxEvtHandler","_class_wxProgressDialog",SwigwxProgressDialogTowxEvtHandler
},
2912 { "_class_wxEvtHandler","_wxProgressDialog",SwigwxProgressDialogTowxEvtHandler
},
2913 { "_class_wxEvtHandler","_class_wxMessageDialog",SwigwxMessageDialogTowxEvtHandler
},
2914 { "_class_wxEvtHandler","_wxMessageDialog",SwigwxMessageDialogTowxEvtHandler
},
2915 { "_class_wxEvtHandler","_class_wxFontDialog",SwigwxFontDialogTowxEvtHandler
},
2916 { "_class_wxEvtHandler","_wxFontDialog",SwigwxFontDialogTowxEvtHandler
},
2917 { "_class_wxEvtHandler","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxEvtHandler
},
2918 { "_class_wxEvtHandler","_wxTextEntryDialog",SwigwxTextEntryDialogTowxEvtHandler
},
2919 { "_class_wxEvtHandler","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxEvtHandler
},
2920 { "_class_wxEvtHandler","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxEvtHandler
},
2921 { "_class_wxEvtHandler","_class_wxFileDialog",SwigwxFileDialogTowxEvtHandler
},
2922 { "_class_wxEvtHandler","_wxFileDialog",SwigwxFileDialogTowxEvtHandler
},
2923 { "_class_wxEvtHandler","_class_wxDirDialog",SwigwxDirDialogTowxEvtHandler
},
2924 { "_class_wxEvtHandler","_wxDirDialog",SwigwxDirDialogTowxEvtHandler
},
2925 { "_class_wxEvtHandler","_class_wxColourDialog",SwigwxColourDialogTowxEvtHandler
},
2926 { "_class_wxEvtHandler","_wxColourDialog",SwigwxColourDialogTowxEvtHandler
},
2927 { "_class_wxEvtHandler","_wxEvtHandler",0},
2928 { "_wxPaintEvent","_class_wxPaintEvent",0},
2929 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
2930 { "_wxCursor","_class_wxCursor",0},
2931 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
2932 { "_class_wxToolBarBase","_wxToolBarBase",0},
2933 { "_wxMask","_class_wxMask",0},
2934 { "_class_wxColourData","_wxColourData",0},
2935 { "_wxPen","_class_wxPen",0},
2936 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
2937 { "_byte","_unsigned_char",0},
2938 { "_wxDataObject","_class_wxDataObject",0},
2939 { "_wxStaticBox","_class_wxStaticBox",0},
2940 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
2941 { "_wxPyDropSource","_class_wxPyDropSource",0},
2942 { "_wxChoice","_class_wxChoice",0},
2943 { "_wxSlider","_class_wxSlider",0},
2944 { "_long","_unsigned_long",0},
2945 { "_long","_signed_long",0},
2946 { "_wxImageList","_class_wxImageList",0},
2947 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
2948 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
2949 { "_wxBitmapButton","_class_wxBitmapButton",0},
2950 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
2951 { "_class_wxClipboard","_wxClipboard",0},
2952 { "_class_wxGauge","_wxGauge",0},
2953 { "_wxDC","_class_wxDC",0},
2954 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
2955 { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0},
2956 { "_wxProgressDialog","_class_wxProgressDialog",0},
2957 { "_wxSpinEvent","_class_wxSpinEvent",0},
2958 { "_size_t","_wxCoord",0},
2959 { "_size_t","_wxPrintQuality",0},
2960 { "_size_t","_time_t",0},
2961 { "_size_t","_unsigned_int",0},
2962 { "_size_t","_int",0},
2963 { "_size_t","_wxWindowID",0},
2964 { "_size_t","_uint",0},
2965 { "_class_wxRealPoint","_wxRealPoint",0},
2966 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
2967 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
2968 { "_class_wxMenuItem","_wxMenuItem",0},
2969 { "_class_wxPaintEvent","_wxPaintEvent",0},
2970 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
2971 { "_class_wxStatusBar","_wxStatusBar",0},
2972 { "_class_wxPostScriptDC","_wxPostScriptDC",0},
2973 { "_wxPanel","_class_wxMessageDialog",SwigwxMessageDialogTowxPanel
},
2974 { "_wxPanel","_wxMessageDialog",SwigwxMessageDialogTowxPanel
},
2975 { "_wxPanel","_class_wxFontDialog",SwigwxFontDialogTowxPanel
},
2976 { "_wxPanel","_wxFontDialog",SwigwxFontDialogTowxPanel
},
2977 { "_wxPanel","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxPanel
},
2978 { "_wxPanel","_wxTextEntryDialog",SwigwxTextEntryDialogTowxPanel
},
2979 { "_wxPanel","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxPanel
},
2980 { "_wxPanel","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxPanel
},
2981 { "_wxPanel","_class_wxFileDialog",SwigwxFileDialogTowxPanel
},
2982 { "_wxPanel","_wxFileDialog",SwigwxFileDialogTowxPanel
},
2983 { "_wxPanel","_class_wxDirDialog",SwigwxDirDialogTowxPanel
},
2984 { "_wxPanel","_wxDirDialog",SwigwxDirDialogTowxPanel
},
2985 { "_wxPanel","_class_wxColourDialog",SwigwxColourDialogTowxPanel
},
2986 { "_wxPanel","_wxColourDialog",SwigwxColourDialogTowxPanel
},
2987 { "_wxPanel","_class_wxPanel",0},
2988 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
2989 { "_wxCheckBox","_class_wxCheckBox",0},
2990 { "_wxPyEvent","_class_wxPyEvent",0},
2991 { "_wxTextCtrl","_class_wxTextCtrl",0},
2992 { "_class_wxMask","_wxMask",0},
2993 { "_wxTextDataObject","_class_wxTextDataObject",0},
2994 { "_class_wxKeyEvent","_wxKeyEvent",0},
2995 { "_wxColour","_class_wxColour",0},
2996 { "_class_wxDialog","_class_wxMessageDialog",SwigwxMessageDialogTowxDialog
},
2997 { "_class_wxDialog","_wxMessageDialog",SwigwxMessageDialogTowxDialog
},
2998 { "_class_wxDialog","_class_wxFontDialog",SwigwxFontDialogTowxDialog
},
2999 { "_class_wxDialog","_wxFontDialog",SwigwxFontDialogTowxDialog
},
3000 { "_class_wxDialog","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxDialog
},
3001 { "_class_wxDialog","_wxTextEntryDialog",SwigwxTextEntryDialogTowxDialog
},
3002 { "_class_wxDialog","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxDialog
},
3003 { "_class_wxDialog","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxDialog
},
3004 { "_class_wxDialog","_class_wxFileDialog",SwigwxFileDialogTowxDialog
},
3005 { "_class_wxDialog","_wxFileDialog",SwigwxFileDialogTowxDialog
},
3006 { "_class_wxDialog","_class_wxDirDialog",SwigwxDirDialogTowxDialog
},
3007 { "_class_wxDialog","_wxDirDialog",SwigwxDirDialogTowxDialog
},
3008 { "_class_wxDialog","_class_wxColourDialog",SwigwxColourDialogTowxDialog
},
3009 { "_class_wxDialog","_wxColourDialog",SwigwxColourDialogTowxDialog
},
3010 { "_class_wxDialog","_wxDialog",0},
3011 { "_class_wxFileDataObject","_wxFileDataObject",0},
3012 { "_wxIdleEvent","_class_wxIdleEvent",0},
3013 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
3014 { "_wxToolBar","_class_wxToolBar",0},
3015 { "_class_wxDataObject","_wxDataObject",0},
3016 { "_wxStaticLine","_class_wxStaticLine",0},
3017 { "_wxBrush","_class_wxBrush",0},
3018 { "_wxMiniFrame","_class_wxMiniFrame",0},
3019 { "_wxDataFormat","_class_wxDataFormat",0},
3020 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
3021 { "_wxShowEvent","_class_wxShowEvent",0},
3022 { "_uint","_wxCoord",0},
3023 { "_uint","_wxPrintQuality",0},
3024 { "_uint","_time_t",0},
3025 { "_uint","_size_t",0},
3026 { "_uint","_unsigned_int",0},
3027 { "_uint","_int",0},
3028 { "_uint","_wxWindowID",0},
3029 { "_wxChar","_char",0},
3030 { "_wxPyValidator","_class_wxPyValidator",0},
3031 { "_class_wxEvent","_wxEvent",0},
3032 { "_wxCheckListBox","_class_wxCheckListBox",0},
3033 { "_wxRect","_class_wxRect",0},
3034 { "_wxCommandEvent","_class_wxCommandEvent",0},
3035 { "_wxSizeEvent","_class_wxSizeEvent",0},
3036 { "_wxPoint","_class_wxPoint",0},
3037 { "_class_wxButton","_wxButton",0},
3038 { "_wxRadioBox","_class_wxRadioBox",0},
3039 { "_class_wxSpinCtrl","_wxSpinCtrl",0},
3040 { "_class_wxFontData","_wxFontData",0},
3041 { "_char","_wxChar",0},
3042 { "_wxBitmap","_class_wxBitmap",0},
3043 { "_wxWindowDC","_class_wxWindowDC",0},
3044 { "_wxTimerEvent","_class_wxTimerEvent",0},
3045 { "_wxScrollBar","_class_wxScrollBar",0},
3046 { "_wxSpinButton","_class_wxSpinButton",0},
3047 { "_wxColourDialog","_class_wxColourDialog",0},
3048 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
3049 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
3050 { "_wxMessageDialog","_class_wxMessageDialog",0},
3051 { "_class_wxValidator","_wxValidator",0},
3052 { "_class_wxPyEvent","_wxPyEvent",0},
3053 { "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
3054 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
3055 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
3056 { "_wxToolBarSimple","_class_wxToolBarSimple",0},
3057 { "_class_wxToolBar","_wxToolBar",0},
3058 { "_wxDropTarget","_class_wxDropTarget",0},
3059 { "_class_wxStaticLine","_wxStaticLine",0},
3060 { "_wxScrollEvent","_class_wxScrollEvent",0},
3061 { "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
3062 { "_EBool","_wxCoord",0},
3063 { "_EBool","_wxPrintQuality",0},
3064 { "_EBool","_signed_int",0},
3065 { "_EBool","_int",0},
3066 { "_EBool","_wxWindowID",0},
3067 { "_class_wxRegion","_wxRegion",0},
3068 { "_class_wxDataFormat","_wxDataFormat",0},
3069 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
3070 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
3071 { "_wxStaticText","_class_wxStaticText",0},
3072 { "_wxFont","_class_wxFont",0},
3073 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
3074 { "_wxCloseEvent","_class_wxCloseEvent",0},
3075 { "_unsigned_long","_long",0},
3076 { "_class_wxRect","_wxRect",0},
3077 { "_class_wxDC","_wxDC",0},
3078 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
3079 { "_class_wxProgressDialog","_wxProgressDialog",0},
3080 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
3081 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
3082 { "_class_wxDirDialog","_wxDirDialog",0},
3083 { "_wxFocusEvent","_class_wxFocusEvent",0},
3084 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
3085 { "_class_wxTimerEvent","_wxTimerEvent",0},
3086 { "_class_wxSpinButton","_wxSpinButton",0},
3087 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
3088 { "_class_wxPanel","_class_wxMessageDialog",SwigwxMessageDialogTowxPanel
},
3089 { "_class_wxPanel","_wxMessageDialog",SwigwxMessageDialogTowxPanel
},
3090 { "_class_wxPanel","_class_wxFontDialog",SwigwxFontDialogTowxPanel
},
3091 { "_class_wxPanel","_wxFontDialog",SwigwxFontDialogTowxPanel
},
3092 { "_class_wxPanel","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxPanel
},
3093 { "_class_wxPanel","_wxTextEntryDialog",SwigwxTextEntryDialogTowxPanel
},
3094 { "_class_wxPanel","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxPanel
},
3095 { "_class_wxPanel","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxPanel
},
3096 { "_class_wxPanel","_class_wxFileDialog",SwigwxFileDialogTowxPanel
},
3097 { "_class_wxPanel","_wxFileDialog",SwigwxFileDialogTowxPanel
},
3098 { "_class_wxPanel","_class_wxDirDialog",SwigwxDirDialogTowxPanel
},
3099 { "_class_wxPanel","_wxDirDialog",SwigwxDirDialogTowxPanel
},
3100 { "_class_wxPanel","_class_wxColourDialog",SwigwxColourDialogTowxPanel
},
3101 { "_class_wxPanel","_wxColourDialog",SwigwxColourDialogTowxPanel
},
3102 { "_class_wxPanel","_wxPanel",0},
3103 { "_class_wxCheckBox","_wxCheckBox",0},
3104 { "_wxComboBox","_class_wxComboBox",0},
3105 { "_wxRadioButton","_class_wxRadioButton",0},
3106 { "_class_wxMessageDialog","_wxMessageDialog",0},
3107 { "_signed_int","_wxCoord",0},
3108 { "_signed_int","_wxPrintQuality",0},
3109 { "_signed_int","_EBool",0},
3110 { "_signed_int","_wxWindowID",0},
3111 { "_signed_int","_int",0},
3112 { "_class_wxTextCtrl","_wxTextCtrl",0},
3113 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
3114 { "_class_wxTextDataObject","_wxTextDataObject",0},
3115 { "_wxMenu","_class_wxMenu",0},
3116 { "_class_wxMoveEvent","_wxMoveEvent",0},
3117 { "_wxListBox","_class_wxListBox",0},
3118 { "_wxScreenDC","_class_wxScreenDC",0},
3119 { "_class_wxToolBarSimple","_wxToolBarSimple",0},
3120 { "_WXTYPE","_short",0},
3121 { "_WXTYPE","_signed_short",0},
3122 { "_WXTYPE","_unsigned_short",0},
3123 { "_wxFileDialog","_class_wxFileDialog",0},
3124 { "_class_wxDropTarget","_wxDropTarget",0},
3125 { "_class_wxBrush","_wxBrush",0},
3126 { "_unsigned_short","_WXTYPE",0},
3127 { "_unsigned_short","_short",0},
3128 { "_class_wxWindow","_class_wxProgressDialog",SwigwxProgressDialogTowxWindow
},
3129 { "_class_wxWindow","_wxProgressDialog",SwigwxProgressDialogTowxWindow
},
3130 { "_class_wxWindow","_class_wxMessageDialog",SwigwxMessageDialogTowxWindow
},
3131 { "_class_wxWindow","_wxMessageDialog",SwigwxMessageDialogTowxWindow
},
3132 { "_class_wxWindow","_class_wxFontDialog",SwigwxFontDialogTowxWindow
},
3133 { "_class_wxWindow","_wxFontDialog",SwigwxFontDialogTowxWindow
},
3134 { "_class_wxWindow","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxWindow
},
3135 { "_class_wxWindow","_wxTextEntryDialog",SwigwxTextEntryDialogTowxWindow
},
3136 { "_class_wxWindow","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxWindow
},
3137 { "_class_wxWindow","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxWindow
},
3138 { "_class_wxWindow","_class_wxFileDialog",SwigwxFileDialogTowxWindow
},
3139 { "_class_wxWindow","_wxFileDialog",SwigwxFileDialogTowxWindow
},
3140 { "_class_wxWindow","_class_wxDirDialog",SwigwxDirDialogTowxWindow
},
3141 { "_class_wxWindow","_wxDirDialog",SwigwxDirDialogTowxWindow
},
3142 { "_class_wxWindow","_class_wxColourDialog",SwigwxColourDialogTowxWindow
},
3143 { "_class_wxWindow","_wxColourDialog",SwigwxColourDialogTowxWindow
},
3144 { "_class_wxWindow","_wxWindow",0},
3145 { "_class_wxStaticText","_wxStaticText",0},
3146 { "_class_wxFont","_wxFont",0},
3147 { "_wxClipboard","_class_wxClipboard",0},
3148 { "_class_wxPyValidator","_wxPyValidator",0},
3149 { "_class_wxCloseEvent","_wxCloseEvent",0},
3150 { "_wxBusyInfo","_class_wxBusyInfo",0},
3151 { "_class_wxMenuEvent","_wxMenuEvent",0},
3152 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
3153 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
3154 { "_wxClientDC","_class_wxClientDC",0},
3155 { "_wxMouseEvent","_class_wxMouseEvent",0},
3156 { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
3157 { "_class_wxPoint","_wxPoint",0},
3158 { "_wxRealPoint","_class_wxRealPoint",0},
3159 { "_class_wxRadioBox","_wxRadioBox",0},
3160 { "_signed_short","_WXTYPE",0},
3161 { "_signed_short","_short",0},
3162 { "_wxMemoryDC","_class_wxMemoryDC",0},
3163 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
3164 { "_wxPaintDC","_class_wxPaintDC",0},
3165 { "_class_wxWindowDC","_wxWindowDC",0},
3166 { "_class_wxFocusEvent","_wxFocusEvent",0},
3167 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
3168 { "_wxStatusBar","_class_wxStatusBar",0},
3169 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
3170 { "_class_wxCursor","_wxCursor",0},
3171 { "_wxPostScriptDC","_class_wxPostScriptDC",0},
3172 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
3173 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
3174 { "_unsigned_char","_byte",0},
3175 { "_class_wxMenu","_wxMenu",0},
3176 { "_wxControl","_class_wxControl",0},
3177 { "_class_wxListBox","_wxListBox",0},
3178 { "_unsigned_int","_wxCoord",0},
3179 { "_unsigned_int","_wxPrintQuality",0},
3180 { "_unsigned_int","_time_t",0},
3181 { "_unsigned_int","_size_t",0},
3182 { "_unsigned_int","_uint",0},
3183 { "_unsigned_int","_wxWindowID",0},
3184 { "_unsigned_int","_int",0},
3185 { "_wxIcon","_class_wxIcon",0},
3186 { "_wxDialog","_class_wxMessageDialog",SwigwxMessageDialogTowxDialog
},
3187 { "_wxDialog","_wxMessageDialog",SwigwxMessageDialogTowxDialog
},
3188 { "_wxDialog","_class_wxFontDialog",SwigwxFontDialogTowxDialog
},
3189 { "_wxDialog","_wxFontDialog",SwigwxFontDialogTowxDialog
},
3190 { "_wxDialog","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxDialog
},
3191 { "_wxDialog","_wxTextEntryDialog",SwigwxTextEntryDialogTowxDialog
},
3192 { "_wxDialog","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxDialog
},
3193 { "_wxDialog","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxDialog
},
3194 { "_wxDialog","_class_wxFileDialog",SwigwxFileDialogTowxDialog
},
3195 { "_wxDialog","_wxFileDialog",SwigwxFileDialogTowxDialog
},
3196 { "_wxDialog","_class_wxDirDialog",SwigwxDirDialogTowxDialog
},
3197 { "_wxDialog","_wxDirDialog",SwigwxDirDialogTowxDialog
},
3198 { "_wxDialog","_class_wxColourDialog",SwigwxColourDialogTowxDialog
},
3199 { "_wxDialog","_wxColourDialog",SwigwxColourDialogTowxDialog
},
3200 { "_wxDialog","_class_wxDialog",0},
3201 { "_class_wxPen","_wxPen",0},
3202 { "_class_wxFileDialog","_wxFileDialog",0},
3203 { "_short","_WXTYPE",0},
3204 { "_short","_unsigned_short",0},
3205 { "_short","_signed_short",0},
3206 { "_class_wxStaticBox","_wxStaticBox",0},
3207 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
3208 { "_class_wxPyDropSource","_wxPyDropSource",0},
3209 { "_class_wxScrollEvent","_wxScrollEvent",0},
3210 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
3211 { "_class_wxChoice","_wxChoice",0},
3212 { "_class_wxSlider","_wxSlider",0},
3213 { "_class_wxImageList","_wxImageList",0},
3214 { "_class_wxBitmapButton","_wxBitmapButton",0},
3215 { "_wxFrame","_class_wxProgressDialog",SwigwxProgressDialogTowxFrame
},
3216 { "_wxFrame","_wxProgressDialog",SwigwxProgressDialogTowxFrame
},
3217 { "_wxFrame","_class_wxFrame",0},
3218 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
3219 { "_wxWindowID","_wxCoord",0},
3220 { "_wxWindowID","_wxPrintQuality",0},
3221 { "_wxWindowID","_time_t",0},
3222 { "_wxWindowID","_size_t",0},
3223 { "_wxWindowID","_EBool",0},
3224 { "_wxWindowID","_uint",0},
3225 { "_wxWindowID","_int",0},
3226 { "_wxWindowID","_signed_int",0},
3227 { "_wxWindowID","_unsigned_int",0},
3228 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
3229 { "_int","_wxCoord",0},
3230 { "_int","_wxPrintQuality",0},
3231 { "_int","_time_t",0},
3232 { "_int","_size_t",0},
3233 { "_int","_EBool",0},
3234 { "_int","_uint",0},
3235 { "_int","_wxWindowID",0},
3236 { "_int","_unsigned_int",0},
3237 { "_int","_signed_int",0},
3238 { "_class_wxMouseEvent","_wxMouseEvent",0},
3239 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
3240 { "_class_wxSpinEvent","_wxSpinEvent",0},
3241 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
3242 { "_time_t","_wxCoord",0},
3243 { "_time_t","_wxPrintQuality",0},
3244 { "_time_t","_unsigned_int",0},
3245 { "_time_t","_int",0},
3246 { "_time_t","_wxWindowID",0},
3247 { "_time_t","_uint",0},
3248 { "_time_t","_size_t",0},
3249 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
3250 { "_wxButton","_class_wxButton",0},
3251 { "_wxSize","_class_wxSize",0},
3252 { "_wxRegionIterator","_class_wxRegionIterator",0},
3253 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
3254 { "_class_wxPaintDC","_wxPaintDC",0},
3255 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
3256 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
3257 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
3258 { "_class_wxComboBox","_wxComboBox",0},
3259 { "_class_wxRadioButton","_wxRadioButton",0},
3260 { "_wxValidator","_class_wxValidator",0},
3261 { "_wxToolBarBase","_class_wxToolBarBase",0},
3262 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
3263 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
3264 { "_class_wxControl","_wxControl",0},
3265 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
3266 { "_class_wxIcon","_wxIcon",0},
3267 { "_class_wxColour","_wxColour",0},
3268 { "_class_wxScreenDC","_wxScreenDC",0},
3269 { "_wxPalette","_class_wxPalette",0},
3270 { "_class_wxIdleEvent","_wxIdleEvent",0},
3271 { "_wxCoord","_int",0},
3272 { "_wxCoord","_signed_int",0},
3273 { "_wxCoord","_unsigned_int",0},
3274 { "_wxCoord","_wxWindowID",0},
3275 { "_wxCoord","_uint",0},
3276 { "_wxCoord","_EBool",0},
3277 { "_wxCoord","_size_t",0},
3278 { "_wxCoord","_time_t",0},
3279 { "_wxCoord","_wxPrintQuality",0},
3280 { "_wxEraseEvent","_class_wxEraseEvent",0},
3281 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
3282 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
3283 { "_class_wxMiniFrame","_wxMiniFrame",0},
3284 { "_wxFontDialog","_class_wxFontDialog",0},
3285 { "_wxRegion","_class_wxRegion",0},
3286 { "_class_wxShowEvent","_wxShowEvent",0},
3287 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
3288 { "_wxActivateEvent","_class_wxActivateEvent",0},
3289 { "_wxGauge","_class_wxGauge",0},
3290 { "_class_wxCheckListBox","_wxCheckListBox",0},
3291 { "_class_wxBusyInfo","_wxBusyInfo",0},
3292 { "_class_wxCommandEvent","_wxCommandEvent",0},
3293 { "_class_wxClientDC","_wxClientDC",0},
3294 { "_class_wxSizeEvent","_wxSizeEvent",0},
3295 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
3296 { "_class_wxSize","_wxSize",0},
3297 { "_class_wxBitmap","_wxBitmap",0},
3298 { "_class_wxMemoryDC","_wxMemoryDC",0},
3299 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
3300 { "_wxMenuBar","_class_wxMenuBar",0},
3301 { "_wxDirDialog","_class_wxDirDialog",0},
3302 { "_wxEvtHandler","_class_wxProgressDialog",SwigwxProgressDialogTowxEvtHandler
},
3303 { "_wxEvtHandler","_wxProgressDialog",SwigwxProgressDialogTowxEvtHandler
},
3304 { "_wxEvtHandler","_class_wxMessageDialog",SwigwxMessageDialogTowxEvtHandler
},
3305 { "_wxEvtHandler","_wxMessageDialog",SwigwxMessageDialogTowxEvtHandler
},
3306 { "_wxEvtHandler","_class_wxFontDialog",SwigwxFontDialogTowxEvtHandler
},
3307 { "_wxEvtHandler","_wxFontDialog",SwigwxFontDialogTowxEvtHandler
},
3308 { "_wxEvtHandler","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxEvtHandler
},
3309 { "_wxEvtHandler","_wxTextEntryDialog",SwigwxTextEntryDialogTowxEvtHandler
},
3310 { "_wxEvtHandler","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxEvtHandler
},
3311 { "_wxEvtHandler","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxEvtHandler
},
3312 { "_wxEvtHandler","_class_wxFileDialog",SwigwxFileDialogTowxEvtHandler
},
3313 { "_wxEvtHandler","_wxFileDialog",SwigwxFileDialogTowxEvtHandler
},
3314 { "_wxEvtHandler","_class_wxDirDialog",SwigwxDirDialogTowxEvtHandler
},
3315 { "_wxEvtHandler","_wxDirDialog",SwigwxDirDialogTowxEvtHandler
},
3316 { "_wxEvtHandler","_class_wxColourDialog",SwigwxColourDialogTowxEvtHandler
},
3317 { "_wxEvtHandler","_wxColourDialog",SwigwxColourDialogTowxEvtHandler
},
3318 { "_wxEvtHandler","_class_wxEvtHandler",0},
3319 { "_wxMenuItem","_class_wxMenuItem",0},
3320 { "_class_wxScrollBar","_wxScrollBar",0},
3321 { "_class_wxColourDialog","_wxColourDialog",0},
3322 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
3323 { "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
3324 { "_wxKeyEvent","_class_wxKeyEvent",0},
3325 { "_wxMoveEvent","_class_wxMoveEvent",0},
3326 { "_wxColourData","_class_wxColourData",0},
3327 { "_class_wxPalette","_wxPalette",0},
3328 { "_wxFileDataObject","_class_wxFileDataObject",0},
3329 { "_class_wxEraseEvent","_wxEraseEvent",0},
3330 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
3331 { "_class_wxToolBarToolBase","_wxToolBarToolBase",0},
3332 { "_class_wxFontDialog","_wxFontDialog",0},
3333 { "_wxWindow","_class_wxProgressDialog",SwigwxProgressDialogTowxWindow
},
3334 { "_wxWindow","_wxProgressDialog",SwigwxProgressDialogTowxWindow
},
3335 { "_wxWindow","_class_wxMessageDialog",SwigwxMessageDialogTowxWindow
},
3336 { "_wxWindow","_wxMessageDialog",SwigwxMessageDialogTowxWindow
},
3337 { "_wxWindow","_class_wxFontDialog",SwigwxFontDialogTowxWindow
},
3338 { "_wxWindow","_wxFontDialog",SwigwxFontDialogTowxWindow
},
3339 { "_wxWindow","_class_wxTextEntryDialog",SwigwxTextEntryDialogTowxWindow
},
3340 { "_wxWindow","_wxTextEntryDialog",SwigwxTextEntryDialogTowxWindow
},
3341 { "_wxWindow","_class_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxWindow
},
3342 { "_wxWindow","_wxSingleChoiceDialog",SwigwxSingleChoiceDialogTowxWindow
},
3343 { "_wxWindow","_class_wxFileDialog",SwigwxFileDialogTowxWindow
},
3344 { "_wxWindow","_wxFileDialog",SwigwxFileDialogTowxWindow
},
3345 { "_wxWindow","_class_wxDirDialog",SwigwxDirDialogTowxWindow
},
3346 { "_wxWindow","_wxDirDialog",SwigwxDirDialogTowxWindow
},
3347 { "_wxWindow","_class_wxColourDialog",SwigwxColourDialogTowxWindow
},
3348 { "_wxWindow","_wxColourDialog",SwigwxColourDialogTowxWindow
},
3349 { "_wxWindow","_class_wxWindow",0},
3350 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
3351 { "_class_wxFrame","_class_wxProgressDialog",SwigwxProgressDialogTowxFrame
},
3352 { "_class_wxFrame","_wxProgressDialog",SwigwxProgressDialogTowxFrame
},
3353 { "_class_wxFrame","_wxFrame",0},
3356 static PyObject
*SWIG_globals
;
3360 SWIGEXPORT(void) initcmndlgsc() {
3362 SWIG_globals
= SWIG_newvarlink();
3363 m
= Py_InitModule("cmndlgsc", cmndlgscMethods
);
3364 d
= PyModule_GetDict(m
);
3367 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
3368 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);