4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Patch 6)
8 * Portions Copyright (c) 1995-1998
9 * The University of Utah and The Regents of the University of California.
10 * Permission is granted to distribute this file in any manner provided
11 * this notice remains intact.
13 * Do not make changes to this file--changes will be lost!
19 /* Implementation : PYTHON */
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a) __declspec(dllexport) a
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a) a _export
32 # define SWIGEXPORT(a) a
36 # define SWIGEXPORT(a) a
43 extern void SWIG_MakePtr(char *, void *, char *);
44 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
45 extern char *SWIG_GetPtr(char *, void **, char *);
46 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
47 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
48 extern PyObject
*SWIG_newvarlink(void);
52 #define SWIG_init initmiscc
54 #define SWIG_name "miscc"
57 #include <wx/resource.h>
58 #include <wx/tooltip.h>
60 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
65 } else if (target
== Py_None
) {
69 if (!PyList_Check(target
)) {
71 target
= PyList_New(0);
72 PyList_Append(target
, o2
);
75 PyList_Append(target
,o
);
81 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
87 } else if (target
== Py_None
) {
91 if (!PyTuple_Check(target
)) {
93 target
= PyTuple_New(1);
94 PyTuple_SetItem(target
, 0, o2
);
97 PyTuple_SetItem(o3
, 0, o
);
100 target
= PySequence_Concat(o2
, o3
);
108 extern byte
* byte_LIST_helper(PyObject
* source
);
109 extern int* int_LIST_helper(PyObject
* source
);
110 extern long* long_LIST_helper(PyObject
* source
);
111 extern char** string_LIST_helper(PyObject
* source
);
112 extern wxPoint
* wxPoint_LIST_helper(PyObject
* source
);
113 extern wxBitmap
** wxBitmap_LIST_helper(PyObject
* source
);
114 extern wxString
* wxString_LIST_helper(PyObject
* source
);
115 extern wxAcceleratorEntry
* wxAcceleratorEntry_LIST_helper(PyObject
* source
);
118 static char* wxStringErrorMsg
= "string type is required for parameter";
120 char* wxGetResource(char *section
, char *entry
, char *file
= NULL
) {
122 wxGetResource(section
, entry
, &retval
, file
);
127 wxColour
wxSystemSettings_GetSystemColour(int index
) {
128 return wxSystemSettings::GetSystemColour(index
);
131 wxFont
wxSystemSettings_GetSystemFont(int index
) {
132 return wxSystemSettings::GetSystemFont(index
);
135 int wxSystemSettings_GetSystemMetric(int index
) {
136 return wxSystemSettings::GetSystemMetric(index
);
141 static PyObject
*_wrap_wxFileSelector(PyObject
*self
, PyObject
*args
) {
142 PyObject
* _resultobj
;
145 char * _arg1
= (char *) NULL
;
146 char * _arg2
= (char *) NULL
;
147 char * _arg3
= (char *) NULL
;
148 char * _arg4
= (char *) "*.*";
149 int _arg5
= (int ) 0;
150 wxWindow
* _arg6
= (wxWindow
*) NULL
;
151 int _arg7
= (int ) -1;
152 int _arg8
= (int ) -1;
153 PyObject
* _argo6
= 0;
156 if(!PyArg_ParseTuple(args
,"s|ssssiOii:wxFileSelector",&_arg0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_arg5
,&_argo6
,&_arg7
,&_arg8
))
159 if (_argo6
== Py_None
) { _arg6
= NULL
; }
160 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxWindow_p")) {
161 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxFileSelector. Expected _wxWindow_p.");
166 wxPy_BEGIN_ALLOW_THREADS
;
167 _result
= new wxString (wxFileSelector(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,_arg6
,_arg7
,_arg8
));
169 wxPy_END_ALLOW_THREADS
;
171 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
179 static PyObject
*_wrap_wxGetTextFromUser(PyObject
*self
, PyObject
*args
) {
180 PyObject
* _resultobj
;
183 wxString
* _arg1
= (wxString
*) &wxPyEmptyStr
;
184 wxString
* _arg2
= (wxString
*) &wxPyEmptyStr
;
185 wxWindow
* _arg3
= (wxWindow
*) NULL
;
186 int _arg4
= (int ) -1;
187 int _arg5
= (int ) -1;
188 bool _arg6
= (bool ) TRUE
;
189 PyObject
* _obj0
= 0;
190 PyObject
* _obj1
= 0;
191 PyObject
* _obj2
= 0;
192 PyObject
* _argo3
= 0;
193 int tempbool6
= (int) TRUE
;
196 if(!PyArg_ParseTuple(args
,"O|OOOiii:wxGetTextFromUser",&_obj0
,&_obj1
,&_obj2
,&_argo3
,&_arg4
,&_arg5
,&tempbool6
))
199 if (!PyString_Check(_obj0
)) {
200 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
203 _arg0
= new wxString(PyString_AsString(_obj0
), PyString_Size(_obj0
));
207 if (!PyString_Check(_obj1
)) {
208 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
211 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
215 if (!PyString_Check(_obj2
)) {
216 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
219 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
222 if (_argo3
== Py_None
) { _arg3
= NULL
; }
223 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxWindow_p")) {
224 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxGetTextFromUser. Expected _wxWindow_p.");
228 _arg6
= (bool ) tempbool6
;
230 wxPy_BEGIN_ALLOW_THREADS
;
231 _result
= new wxString (wxGetTextFromUser(*_arg0
,*_arg1
,*_arg2
,_arg3
,_arg4
,_arg5
,_arg6
));
233 wxPy_END_ALLOW_THREADS
;
235 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
255 static PyObject
*_wrap_wxGetSingleChoice(PyObject
*self
, PyObject
*args
) {
256 PyObject
* _resultobj
;
262 wxWindow
* _arg4
= (wxWindow
*) NULL
;
263 int _arg5
= (int ) -1;
264 int _arg6
= (int ) -1;
265 bool _arg7
= (bool ) TRUE
;
266 int _arg8
= (int ) 150;
267 int _arg9
= (int ) 200;
268 PyObject
* _obj0
= 0;
269 PyObject
* _obj1
= 0;
270 PyObject
* _obj3
= 0;
271 PyObject
* _argo4
= 0;
272 int tempbool7
= (int) TRUE
;
275 if(!PyArg_ParseTuple(args
,"OOO|Oiiiii:wxGetSingleChoice",&_obj0
,&_obj1
,&_obj3
,&_argo4
,&_arg5
,&_arg6
,&tempbool7
,&_arg8
,&_arg9
))
278 if (!PyString_Check(_obj0
)) {
279 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
282 _arg0
= new wxString(PyString_AsString(_obj0
), PyString_Size(_obj0
));
285 if (!PyString_Check(_obj1
)) {
286 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
289 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
293 _arg3
= wxString_LIST_helper(_obj3
);
299 if (_argo4
== Py_None
) { _arg4
= NULL
; }
300 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxWindow_p")) {
301 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxGetSingleChoice. Expected _wxWindow_p.");
305 _arg7
= (bool ) tempbool7
;
308 _arg2
= PyList_Size(_obj3
);
315 wxPy_BEGIN_ALLOW_THREADS
;
316 _result
= new wxString (wxGetSingleChoice(*_arg0
,*_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,_arg9
));
318 wxPy_END_ALLOW_THREADS
;
320 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
339 static PyObject
*_wrap_wxGetSingleChoiceIndex(PyObject
*self
, PyObject
*args
) {
340 PyObject
* _resultobj
;
346 wxWindow
* _arg4
= (wxWindow
*) NULL
;
347 int _arg5
= (int ) -1;
348 int _arg6
= (int ) -1;
349 bool _arg7
= (bool ) TRUE
;
350 int _arg8
= (int ) 150;
351 int _arg9
= (int ) 200;
352 PyObject
* _obj0
= 0;
353 PyObject
* _obj1
= 0;
354 PyObject
* _obj3
= 0;
355 PyObject
* _argo4
= 0;
356 int tempbool7
= (int) TRUE
;
359 if(!PyArg_ParseTuple(args
,"OOO|Oiiiii:wxGetSingleChoiceIndex",&_obj0
,&_obj1
,&_obj3
,&_argo4
,&_arg5
,&_arg6
,&tempbool7
,&_arg8
,&_arg9
))
362 if (!PyString_Check(_obj0
)) {
363 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
366 _arg0
= new wxString(PyString_AsString(_obj0
), PyString_Size(_obj0
));
369 if (!PyString_Check(_obj1
)) {
370 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
373 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
377 _arg3
= wxString_LIST_helper(_obj3
);
383 if (_argo4
== Py_None
) { _arg4
= NULL
; }
384 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxWindow_p")) {
385 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxGetSingleChoiceIndex. Expected _wxWindow_p.");
389 _arg7
= (bool ) tempbool7
;
392 _arg2
= PyList_Size(_obj3
);
399 wxPy_BEGIN_ALLOW_THREADS
;
400 _result
= (int )wxGetSingleChoiceIndex(*_arg0
,*_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,_arg6
,_arg7
,_arg8
,_arg9
);
402 wxPy_END_ALLOW_THREADS
;
403 } _resultobj
= Py_BuildValue("i",_result
);
418 static PyObject
*_wrap_wxMessageBox(PyObject
*self
, PyObject
*args
) {
419 PyObject
* _resultobj
;
422 wxString
* _arg1
= (wxString
*) &wxPyEmptyStr
;
423 int _arg2
= (int ) wxOK
|wxCENTRE
;
424 wxWindow
* _arg3
= (wxWindow
*) NULL
;
425 int _arg4
= (int ) -1;
426 int _arg5
= (int ) -1;
427 PyObject
* _obj0
= 0;
428 PyObject
* _obj1
= 0;
429 PyObject
* _argo3
= 0;
432 if(!PyArg_ParseTuple(args
,"O|OiOii:wxMessageBox",&_obj0
,&_obj1
,&_arg2
,&_argo3
,&_arg4
,&_arg5
))
435 if (!PyString_Check(_obj0
)) {
436 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
439 _arg0
= new wxString(PyString_AsString(_obj0
), PyString_Size(_obj0
));
443 if (!PyString_Check(_obj1
)) {
444 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
447 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
450 if (_argo3
== Py_None
) { _arg3
= NULL
; }
451 else if (SWIG_GetPtrObj(_argo3
,(void **) &_arg3
,"_wxWindow_p")) {
452 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxMessageBox. Expected _wxWindow_p.");
457 wxPy_BEGIN_ALLOW_THREADS
;
458 _result
= (int )wxMessageBox(*_arg0
,*_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
460 wxPy_END_ALLOW_THREADS
;
461 } _resultobj
= Py_BuildValue("i",_result
);
473 static PyObject
*_wrap_wxGetNumberFromUser(PyObject
*self
, PyObject
*args
) {
474 PyObject
* _resultobj
;
480 long _arg4
= (long ) 0;
481 long _arg5
= (long ) 100;
482 wxWindow
* _arg6
= (wxWindow
*) NULL
;
483 wxPoint
* _arg7
= (wxPoint
*) &wxPyDefaultPosition
;
484 PyObject
* _obj0
= 0;
485 PyObject
* _obj1
= 0;
486 PyObject
* _obj2
= 0;
487 PyObject
* _argo6
= 0;
488 PyObject
* _argo7
= 0;
491 if(!PyArg_ParseTuple(args
,"OOOl|llOO:wxGetNumberFromUser",&_obj0
,&_obj1
,&_obj2
,&_arg3
,&_arg4
,&_arg5
,&_argo6
,&_argo7
))
494 if (!PyString_Check(_obj0
)) {
495 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
498 _arg0
= new wxString(PyString_AsString(_obj0
), PyString_Size(_obj0
));
501 if (!PyString_Check(_obj1
)) {
502 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
505 _arg1
= new wxString(PyString_AsString(_obj1
), PyString_Size(_obj1
));
508 if (!PyString_Check(_obj2
)) {
509 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
512 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
515 if (_argo6
== Py_None
) { _arg6
= NULL
; }
516 else if (SWIG_GetPtrObj(_argo6
,(void **) &_arg6
,"_wxWindow_p")) {
517 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxGetNumberFromUser. Expected _wxWindow_p.");
522 if (_argo7
== Py_None
) { _arg7
= NULL
; }
523 else if (SWIG_GetPtrObj(_argo7
,(void **) &_arg7
,"_wxPoint_p")) {
524 PyErr_SetString(PyExc_TypeError
,"Type error in argument 8 of wxGetNumberFromUser. Expected _wxPoint_p.");
529 wxPy_BEGIN_ALLOW_THREADS
;
530 _result
= (long )wxGetNumberFromUser(*_arg0
,*_arg1
,*_arg2
,_arg3
,_arg4
,_arg5
,_arg6
,*_arg7
);
532 wxPy_END_ALLOW_THREADS
;
533 } _resultobj
= Py_BuildValue("l",_result
);
549 static PyObject
*_wrap_wxColourDisplay(PyObject
*self
, PyObject
*args
) {
550 PyObject
* _resultobj
;
554 if(!PyArg_ParseTuple(args
,":wxColourDisplay"))
557 wxPy_BEGIN_ALLOW_THREADS
;
558 _result
= (bool )wxColourDisplay();
560 wxPy_END_ALLOW_THREADS
;
561 } _resultobj
= Py_BuildValue("i",_result
);
565 static PyObject
*_wrap_wxDisplayDepth(PyObject
*self
, PyObject
*args
) {
566 PyObject
* _resultobj
;
570 if(!PyArg_ParseTuple(args
,":wxDisplayDepth"))
573 wxPy_BEGIN_ALLOW_THREADS
;
574 _result
= (int )wxDisplayDepth();
576 wxPy_END_ALLOW_THREADS
;
577 } _resultobj
= Py_BuildValue("i",_result
);
581 static PyObject
*_wrap_wxSetCursor(PyObject
*self
, PyObject
*args
) {
582 PyObject
* _resultobj
;
584 PyObject
* _argo0
= 0;
587 if(!PyArg_ParseTuple(args
,"O:wxSetCursor",&_argo0
))
590 if (_argo0
== Py_None
) { _arg0
= NULL
; }
591 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCursor_p")) {
592 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSetCursor. Expected _wxCursor_p.");
597 wxPy_BEGIN_ALLOW_THREADS
;
600 wxPy_END_ALLOW_THREADS
;
601 } Py_INCREF(Py_None
);
602 _resultobj
= Py_None
;
606 static PyObject
*_wrap_wxNewId(PyObject
*self
, PyObject
*args
) {
607 PyObject
* _resultobj
;
611 if(!PyArg_ParseTuple(args
,":wxNewId"))
614 wxPy_BEGIN_ALLOW_THREADS
;
615 _result
= (long )wxNewId();
617 wxPy_END_ALLOW_THREADS
;
618 } _resultobj
= Py_BuildValue("l",_result
);
622 static PyObject
*_wrap_wxRegisterId(PyObject
*self
, PyObject
*args
) {
623 PyObject
* _resultobj
;
627 if(!PyArg_ParseTuple(args
,"l:wxRegisterId",&_arg0
))
630 wxPy_BEGIN_ALLOW_THREADS
;
633 wxPy_END_ALLOW_THREADS
;
634 } Py_INCREF(Py_None
);
635 _resultobj
= Py_None
;
639 static PyObject
*_wrap_NewId(PyObject
*self
, PyObject
*args
) {
640 PyObject
* _resultobj
;
644 if(!PyArg_ParseTuple(args
,":NewId"))
647 wxPy_BEGIN_ALLOW_THREADS
;
648 _result
= (long )wxNewId();
650 wxPy_END_ALLOW_THREADS
;
651 } _resultobj
= Py_BuildValue("l",_result
);
655 static PyObject
*_wrap_RegisterId(PyObject
*self
, PyObject
*args
) {
656 PyObject
* _resultobj
;
660 if(!PyArg_ParseTuple(args
,"l:RegisterId",&_arg0
))
663 wxPy_BEGIN_ALLOW_THREADS
;
666 wxPy_END_ALLOW_THREADS
;
667 } Py_INCREF(Py_None
);
668 _resultobj
= Py_None
;
672 static PyObject
*_wrap_wxBeginBusyCursor(PyObject
*self
, PyObject
*args
) {
673 PyObject
* _resultobj
;
674 wxCursor
* _arg0
= (wxCursor
*) wxHOURGLASS_CURSOR
;
675 PyObject
* _argo0
= 0;
678 if(!PyArg_ParseTuple(args
,"|O:wxBeginBusyCursor",&_argo0
))
681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxCursor_p")) {
683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxBeginBusyCursor. Expected _wxCursor_p.");
688 wxPy_BEGIN_ALLOW_THREADS
;
689 wxBeginBusyCursor(_arg0
);
691 wxPy_END_ALLOW_THREADS
;
692 } Py_INCREF(Py_None
);
693 _resultobj
= Py_None
;
697 static PyObject
*_wrap_wxBell(PyObject
*self
, PyObject
*args
) {
698 PyObject
* _resultobj
;
701 if(!PyArg_ParseTuple(args
,":wxBell"))
704 wxPy_BEGIN_ALLOW_THREADS
;
707 wxPy_END_ALLOW_THREADS
;
708 } Py_INCREF(Py_None
);
709 _resultobj
= Py_None
;
713 static PyObject
*_wrap_wxDisplaySize(PyObject
*self
, PyObject
*args
) {
714 PyObject
* _resultobj
;
727 if(!PyArg_ParseTuple(args
,":wxDisplaySize"))
730 wxPy_BEGIN_ALLOW_THREADS
;
731 wxDisplaySize(_arg0
,_arg1
);
733 wxPy_END_ALLOW_THREADS
;
734 } Py_INCREF(Py_None
);
735 _resultobj
= Py_None
;
738 o
= PyInt_FromLong((long) (*_arg0
));
739 _resultobj
= t_output_helper(_resultobj
, o
);
743 o
= PyInt_FromLong((long) (*_arg1
));
744 _resultobj
= t_output_helper(_resultobj
, o
);
749 static PyObject
*_wrap_wxEndBusyCursor(PyObject
*self
, PyObject
*args
) {
750 PyObject
* _resultobj
;
753 if(!PyArg_ParseTuple(args
,":wxEndBusyCursor"))
756 wxPy_BEGIN_ALLOW_THREADS
;
759 wxPy_END_ALLOW_THREADS
;
760 } Py_INCREF(Py_None
);
761 _resultobj
= Py_None
;
765 static PyObject
*_wrap_wxExecute(PyObject
*self
, PyObject
*args
) {
766 PyObject
* _resultobj
;
769 bool _arg1
= (bool ) FALSE
;
770 PyObject
* _obj0
= 0;
771 int tempbool1
= (int) FALSE
;
774 if(!PyArg_ParseTuple(args
,"O|i:wxExecute",&_obj0
,&tempbool1
))
777 if (!PyString_Check(_obj0
)) {
778 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
781 _arg0
= new wxString(PyString_AsString(_obj0
), PyString_Size(_obj0
));
783 _arg1
= (bool ) tempbool1
;
785 wxPy_BEGIN_ALLOW_THREADS
;
786 _result
= (long )wxExecute(*_arg0
,_arg1
);
788 wxPy_END_ALLOW_THREADS
;
789 } _resultobj
= Py_BuildValue("l",_result
);
797 static PyObject
*_wrap_wxGetActiveWindow(PyObject
*self
, PyObject
*args
) {
798 PyObject
* _resultobj
;
803 if(!PyArg_ParseTuple(args
,":wxGetActiveWindow"))
806 wxPy_BEGIN_ALLOW_THREADS
;
807 _result
= (wxWindow
*)wxGetActiveWindow();
809 wxPy_END_ALLOW_THREADS
;
811 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxWindow_p");
812 _resultobj
= Py_BuildValue("s",_ptemp
);
815 _resultobj
= Py_None
;
820 static PyObject
*_wrap_wxGetElapsedTime(PyObject
*self
, PyObject
*args
) {
821 PyObject
* _resultobj
;
823 bool _arg0
= (bool ) TRUE
;
824 int tempbool0
= (int) TRUE
;
827 if(!PyArg_ParseTuple(args
,"|i:wxGetElapsedTime",&tempbool0
))
829 _arg0
= (bool ) tempbool0
;
831 wxPy_BEGIN_ALLOW_THREADS
;
832 _result
= (long )wxGetElapsedTime(_arg0
);
834 wxPy_END_ALLOW_THREADS
;
835 } _resultobj
= Py_BuildValue("l",_result
);
839 static PyObject
*_wrap_wxGetFreeMemory(PyObject
*self
, PyObject
*args
) {
840 PyObject
* _resultobj
;
844 if(!PyArg_ParseTuple(args
,":wxGetFreeMemory"))
847 wxPy_BEGIN_ALLOW_THREADS
;
848 _result
= (long )wxGetFreeMemory();
850 wxPy_END_ALLOW_THREADS
;
851 } _resultobj
= Py_BuildValue("l",_result
);
855 static PyObject
*_wrap_wxGetMousePosition(PyObject
*self
, PyObject
*args
) {
856 PyObject
* _resultobj
;
869 if(!PyArg_ParseTuple(args
,":wxGetMousePosition"))
872 wxPy_BEGIN_ALLOW_THREADS
;
873 wxGetMousePosition(_arg0
,_arg1
);
875 wxPy_END_ALLOW_THREADS
;
876 } Py_INCREF(Py_None
);
877 _resultobj
= Py_None
;
880 o
= PyInt_FromLong((long) (*_arg0
));
881 _resultobj
= t_output_helper(_resultobj
, o
);
885 o
= PyInt_FromLong((long) (*_arg1
));
886 _resultobj
= t_output_helper(_resultobj
, o
);
891 static PyObject
*_wrap_wxIsBusy(PyObject
*self
, PyObject
*args
) {
892 PyObject
* _resultobj
;
896 if(!PyArg_ParseTuple(args
,":wxIsBusy"))
899 wxPy_BEGIN_ALLOW_THREADS
;
900 _result
= (bool )wxIsBusy();
902 wxPy_END_ALLOW_THREADS
;
903 } _resultobj
= Py_BuildValue("i",_result
);
907 static PyObject
*_wrap_wxNow(PyObject
*self
, PyObject
*args
) {
908 PyObject
* _resultobj
;
912 if(!PyArg_ParseTuple(args
,":wxNow"))
915 wxPy_BEGIN_ALLOW_THREADS
;
916 _result
= new wxString (wxNow());
918 wxPy_END_ALLOW_THREADS
;
920 _resultobj
= PyString_FromString(WXSTRINGCAST
*(_result
));
928 static PyObject
*_wrap_wxShell(PyObject
*self
, PyObject
*args
) {
929 PyObject
* _resultobj
;
931 wxString
* _arg0
= (wxString
*) &wxPyEmptyStr
;
932 PyObject
* _obj0
= 0;
935 if(!PyArg_ParseTuple(args
,"|O:wxShell",&_obj0
))
939 if (!PyString_Check(_obj0
)) {
940 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
943 _arg0
= new wxString(PyString_AsString(_obj0
), PyString_Size(_obj0
));
946 wxPy_BEGIN_ALLOW_THREADS
;
947 _result
= (bool )wxShell(*_arg0
);
949 wxPy_END_ALLOW_THREADS
;
950 } _resultobj
= Py_BuildValue("i",_result
);
958 static PyObject
*_wrap_wxStartTimer(PyObject
*self
, PyObject
*args
) {
959 PyObject
* _resultobj
;
962 if(!PyArg_ParseTuple(args
,":wxStartTimer"))
965 wxPy_BEGIN_ALLOW_THREADS
;
968 wxPy_END_ALLOW_THREADS
;
969 } Py_INCREF(Py_None
);
970 _resultobj
= Py_None
;
974 static PyObject
*_wrap_wxGetOsVersion(PyObject
*self
, PyObject
*args
) {
975 PyObject
* _resultobj
;
989 if(!PyArg_ParseTuple(args
,":wxGetOsVersion"))
992 wxPy_BEGIN_ALLOW_THREADS
;
993 _result
= (int )wxGetOsVersion(_arg0
,_arg1
);
995 wxPy_END_ALLOW_THREADS
;
996 } _resultobj
= Py_BuildValue("i",_result
);
999 o
= PyInt_FromLong((long) (*_arg0
));
1000 _resultobj
= t_output_helper(_resultobj
, o
);
1004 o
= PyInt_FromLong((long) (*_arg1
));
1005 _resultobj
= t_output_helper(_resultobj
, o
);
1010 static PyObject
*_wrap_wxSleep(PyObject
*self
, PyObject
*args
) {
1011 PyObject
* _resultobj
;
1015 if(!PyArg_ParseTuple(args
,"i:wxSleep",&_arg0
))
1018 wxPy_BEGIN_ALLOW_THREADS
;
1021 wxPy_END_ALLOW_THREADS
;
1022 } Py_INCREF(Py_None
);
1023 _resultobj
= Py_None
;
1027 static PyObject
*_wrap_wxYield(PyObject
*self
, PyObject
*args
) {
1028 PyObject
* _resultobj
;
1032 if(!PyArg_ParseTuple(args
,":wxYield"))
1035 wxPy_BEGIN_ALLOW_THREADS
;
1036 _result
= (bool )wxYield();
1038 wxPy_END_ALLOW_THREADS
;
1039 } _resultobj
= Py_BuildValue("i",_result
);
1043 static PyObject
*_wrap_wxSafeYield(PyObject
*self
, PyObject
*args
) {
1044 PyObject
* _resultobj
;
1048 if(!PyArg_ParseTuple(args
,":wxSafeYield"))
1051 wxPy_BEGIN_ALLOW_THREADS
;
1052 _result
= (bool )wxSafeYield();
1054 wxPy_END_ALLOW_THREADS
;
1055 } _resultobj
= Py_BuildValue("i",_result
);
1059 static PyObject
*_wrap_wxEnableTopLevelWindows(PyObject
*self
, PyObject
*args
) {
1060 PyObject
* _resultobj
;
1065 if(!PyArg_ParseTuple(args
,"i:wxEnableTopLevelWindows",&tempbool0
))
1067 _arg0
= (bool ) tempbool0
;
1069 wxPy_BEGIN_ALLOW_THREADS
;
1070 wxEnableTopLevelWindows(_arg0
);
1072 wxPy_END_ALLOW_THREADS
;
1073 } Py_INCREF(Py_None
);
1074 _resultobj
= Py_None
;
1078 static PyObject
*_wrap_wxGetResource(PyObject
*self
, PyObject
*args
) {
1079 PyObject
* _resultobj
;
1083 char * _arg2
= (char *) NULL
;
1086 if(!PyArg_ParseTuple(args
,"ss|s:wxGetResource",&_arg0
,&_arg1
,&_arg2
))
1089 wxPy_BEGIN_ALLOW_THREADS
;
1090 _result
= (char *)wxGetResource(_arg0
,_arg1
,_arg2
);
1092 wxPy_END_ALLOW_THREADS
;
1093 } _resultobj
= Py_BuildValue("s", _result
);
1097 static PyObject
*_wrap_wxResourceAddIdentifier(PyObject
*self
, PyObject
*args
) {
1098 PyObject
* _resultobj
;
1104 if(!PyArg_ParseTuple(args
,"si:wxResourceAddIdentifier",&_arg0
,&_arg1
))
1107 wxPy_BEGIN_ALLOW_THREADS
;
1108 _result
= (bool )wxResourceAddIdentifier(_arg0
,_arg1
);
1110 wxPy_END_ALLOW_THREADS
;
1111 } _resultobj
= Py_BuildValue("i",_result
);
1115 static PyObject
*_wrap_wxResourceClear(PyObject
*self
, PyObject
*args
) {
1116 PyObject
* _resultobj
;
1119 if(!PyArg_ParseTuple(args
,":wxResourceClear"))
1122 wxPy_BEGIN_ALLOW_THREADS
;
1125 wxPy_END_ALLOW_THREADS
;
1126 } Py_INCREF(Py_None
);
1127 _resultobj
= Py_None
;
1131 static PyObject
*_wrap_wxResourceCreateBitmap(PyObject
*self
, PyObject
*args
) {
1132 PyObject
* _resultobj
;
1138 if(!PyArg_ParseTuple(args
,"s:wxResourceCreateBitmap",&_arg0
))
1141 wxPy_BEGIN_ALLOW_THREADS
;
1142 _result
= new wxBitmap (wxResourceCreateBitmap(_arg0
));
1144 wxPy_END_ALLOW_THREADS
;
1145 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxBitmap_p");
1146 _resultobj
= Py_BuildValue("s",_ptemp
);
1150 static PyObject
*_wrap_wxResourceCreateIcon(PyObject
*self
, PyObject
*args
) {
1151 PyObject
* _resultobj
;
1157 if(!PyArg_ParseTuple(args
,"s:wxResourceCreateIcon",&_arg0
))
1160 wxPy_BEGIN_ALLOW_THREADS
;
1161 _result
= new wxIcon (wxResourceCreateIcon(_arg0
));
1163 wxPy_END_ALLOW_THREADS
;
1164 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxIcon_p");
1165 _resultobj
= Py_BuildValue("s",_ptemp
);
1169 static PyObject
*_wrap_wxResourceCreateMenuBar(PyObject
*self
, PyObject
*args
) {
1170 PyObject
* _resultobj
;
1171 wxMenuBar
* _result
;
1176 if(!PyArg_ParseTuple(args
,"s:wxResourceCreateMenuBar",&_arg0
))
1179 wxPy_BEGIN_ALLOW_THREADS
;
1180 _result
= (wxMenuBar
*)wxResourceCreateMenuBar(_arg0
);
1182 wxPy_END_ALLOW_THREADS
;
1184 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxMenuBar_p");
1185 _resultobj
= Py_BuildValue("s",_ptemp
);
1188 _resultobj
= Py_None
;
1193 static PyObject
*_wrap_wxResourceGetIdentifier(PyObject
*self
, PyObject
*args
) {
1194 PyObject
* _resultobj
;
1199 if(!PyArg_ParseTuple(args
,"s:wxResourceGetIdentifier",&_arg0
))
1202 wxPy_BEGIN_ALLOW_THREADS
;
1203 _result
= (int )wxResourceGetIdentifier(_arg0
);
1205 wxPy_END_ALLOW_THREADS
;
1206 } _resultobj
= Py_BuildValue("i",_result
);
1210 static PyObject
*_wrap_wxResourceParseData(PyObject
*self
, PyObject
*args
) {
1211 PyObject
* _resultobj
;
1214 wxResourceTable
* _arg1
= (wxResourceTable
*) NULL
;
1215 PyObject
* _argo1
= 0;
1218 if(!PyArg_ParseTuple(args
,"s|O:wxResourceParseData",&_arg0
,&_argo1
))
1221 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1222 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxResourceTable_p")) {
1223 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxResourceParseData. Expected _wxResourceTable_p.");
1228 wxPy_BEGIN_ALLOW_THREADS
;
1229 _result
= (bool )wxResourceParseData(_arg0
,_arg1
);
1231 wxPy_END_ALLOW_THREADS
;
1232 } _resultobj
= Py_BuildValue("i",_result
);
1236 static PyObject
*_wrap_wxResourceParseFile(PyObject
*self
, PyObject
*args
) {
1237 PyObject
* _resultobj
;
1240 wxResourceTable
* _arg1
= (wxResourceTable
*) NULL
;
1241 PyObject
* _argo1
= 0;
1244 if(!PyArg_ParseTuple(args
,"s|O:wxResourceParseFile",&_arg0
,&_argo1
))
1247 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1248 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxResourceTable_p")) {
1249 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxResourceParseFile. Expected _wxResourceTable_p.");
1254 wxPy_BEGIN_ALLOW_THREADS
;
1255 _result
= (bool )wxResourceParseFile(_arg0
,_arg1
);
1257 wxPy_END_ALLOW_THREADS
;
1258 } _resultobj
= Py_BuildValue("i",_result
);
1262 static PyObject
*_wrap_wxResourceParseString(PyObject
*self
, PyObject
*args
) {
1263 PyObject
* _resultobj
;
1266 wxResourceTable
* _arg1
= (wxResourceTable
*) NULL
;
1267 PyObject
* _argo1
= 0;
1270 if(!PyArg_ParseTuple(args
,"s|O:wxResourceParseString",&_arg0
,&_argo1
))
1273 if (_argo1
== Py_None
) { _arg1
= NULL
; }
1274 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxResourceTable_p")) {
1275 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxResourceParseString. Expected _wxResourceTable_p.");
1280 wxPy_BEGIN_ALLOW_THREADS
;
1281 _result
= (bool )wxResourceParseString(_arg0
,_arg1
);
1283 wxPy_END_ALLOW_THREADS
;
1284 } _resultobj
= Py_BuildValue("i",_result
);
1288 static PyObject
*_wrap_wxSystemSettings_GetSystemColour(PyObject
*self
, PyObject
*args
) {
1289 PyObject
* _resultobj
;
1295 if(!PyArg_ParseTuple(args
,"i:wxSystemSettings_GetSystemColour",&_arg0
))
1298 wxPy_BEGIN_ALLOW_THREADS
;
1299 _result
= new wxColour (wxSystemSettings_GetSystemColour(_arg0
));
1301 wxPy_END_ALLOW_THREADS
;
1302 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
1303 _resultobj
= Py_BuildValue("s",_ptemp
);
1307 static PyObject
*_wrap_wxSystemSettings_GetSystemFont(PyObject
*self
, PyObject
*args
) {
1308 PyObject
* _resultobj
;
1314 if(!PyArg_ParseTuple(args
,"i:wxSystemSettings_GetSystemFont",&_arg0
))
1317 wxPy_BEGIN_ALLOW_THREADS
;
1318 _result
= new wxFont (wxSystemSettings_GetSystemFont(_arg0
));
1320 wxPy_END_ALLOW_THREADS
;
1321 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxFont_p");
1322 _resultobj
= Py_BuildValue("s",_ptemp
);
1326 static PyObject
*_wrap_wxSystemSettings_GetSystemMetric(PyObject
*self
, PyObject
*args
) {
1327 PyObject
* _resultobj
;
1332 if(!PyArg_ParseTuple(args
,"i:wxSystemSettings_GetSystemMetric",&_arg0
))
1335 wxPy_BEGIN_ALLOW_THREADS
;
1336 _result
= (int )wxSystemSettings_GetSystemMetric(_arg0
);
1338 wxPy_END_ALLOW_THREADS
;
1339 } _resultobj
= Py_BuildValue("i",_result
);
1343 #define wxSize_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval)
1344 static PyObject
*_wrap_wxSize_x_set(PyObject
*self
, PyObject
*args
) {
1345 PyObject
* _resultobj
;
1349 PyObject
* _argo0
= 0;
1352 if(!PyArg_ParseTuple(args
,"Ol:wxSize_x_set",&_argo0
,&_arg1
))
1355 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1356 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1357 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_x_set. Expected _wxSize_p.");
1362 wxPy_BEGIN_ALLOW_THREADS
;
1363 _result
= (long )wxSize_x_set(_arg0
,_arg1
);
1365 wxPy_END_ALLOW_THREADS
;
1366 } _resultobj
= Py_BuildValue("l",_result
);
1370 #define wxSize_x_get(_swigobj) ((long ) _swigobj->x)
1371 static PyObject
*_wrap_wxSize_x_get(PyObject
*self
, PyObject
*args
) {
1372 PyObject
* _resultobj
;
1375 PyObject
* _argo0
= 0;
1378 if(!PyArg_ParseTuple(args
,"O:wxSize_x_get",&_argo0
))
1381 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1382 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1383 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_x_get. Expected _wxSize_p.");
1388 wxPy_BEGIN_ALLOW_THREADS
;
1389 _result
= (long )wxSize_x_get(_arg0
);
1391 wxPy_END_ALLOW_THREADS
;
1392 } _resultobj
= Py_BuildValue("l",_result
);
1396 #define wxSize_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval)
1397 static PyObject
*_wrap_wxSize_y_set(PyObject
*self
, PyObject
*args
) {
1398 PyObject
* _resultobj
;
1402 PyObject
* _argo0
= 0;
1405 if(!PyArg_ParseTuple(args
,"Ol:wxSize_y_set",&_argo0
,&_arg1
))
1408 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1409 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1410 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_y_set. Expected _wxSize_p.");
1415 wxPy_BEGIN_ALLOW_THREADS
;
1416 _result
= (long )wxSize_y_set(_arg0
,_arg1
);
1418 wxPy_END_ALLOW_THREADS
;
1419 } _resultobj
= Py_BuildValue("l",_result
);
1423 #define wxSize_y_get(_swigobj) ((long ) _swigobj->y)
1424 static PyObject
*_wrap_wxSize_y_get(PyObject
*self
, PyObject
*args
) {
1425 PyObject
* _resultobj
;
1428 PyObject
* _argo0
= 0;
1431 if(!PyArg_ParseTuple(args
,"O:wxSize_y_get",&_argo0
))
1434 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1435 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1436 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_y_get. Expected _wxSize_p.");
1441 wxPy_BEGIN_ALLOW_THREADS
;
1442 _result
= (long )wxSize_y_get(_arg0
);
1444 wxPy_END_ALLOW_THREADS
;
1445 } _resultobj
= Py_BuildValue("l",_result
);
1449 #define new_wxSize(_swigarg0,_swigarg1) (new wxSize(_swigarg0,_swigarg1))
1450 static PyObject
*_wrap_new_wxSize(PyObject
*self
, PyObject
*args
) {
1451 PyObject
* _resultobj
;
1453 long _arg0
= (long ) 0;
1454 long _arg1
= (long ) 0;
1458 if(!PyArg_ParseTuple(args
,"|ll:new_wxSize",&_arg0
,&_arg1
))
1461 wxPy_BEGIN_ALLOW_THREADS
;
1462 _result
= (wxSize
*)new_wxSize(_arg0
,_arg1
);
1464 wxPy_END_ALLOW_THREADS
;
1466 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSize_p");
1467 _resultobj
= Py_BuildValue("s",_ptemp
);
1470 _resultobj
= Py_None
;
1475 #define delete_wxSize(_swigobj) (delete _swigobj)
1476 static PyObject
*_wrap_delete_wxSize(PyObject
*self
, PyObject
*args
) {
1477 PyObject
* _resultobj
;
1479 PyObject
* _argo0
= 0;
1482 if(!PyArg_ParseTuple(args
,"O:delete_wxSize",&_argo0
))
1485 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1486 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1487 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxSize. Expected _wxSize_p.");
1492 wxPy_BEGIN_ALLOW_THREADS
;
1493 delete_wxSize(_arg0
);
1495 wxPy_END_ALLOW_THREADS
;
1496 } Py_INCREF(Py_None
);
1497 _resultobj
= Py_None
;
1501 #define wxSize_Set(_swigobj,_swigarg0,_swigarg1) (_swigobj->Set(_swigarg0,_swigarg1))
1502 static PyObject
*_wrap_wxSize_Set(PyObject
*self
, PyObject
*args
) {
1503 PyObject
* _resultobj
;
1507 PyObject
* _argo0
= 0;
1510 if(!PyArg_ParseTuple(args
,"Oll:wxSize_Set",&_argo0
,&_arg1
,&_arg2
))
1513 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1514 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1515 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_Set. Expected _wxSize_p.");
1520 wxPy_BEGIN_ALLOW_THREADS
;
1521 wxSize_Set(_arg0
,_arg1
,_arg2
);
1523 wxPy_END_ALLOW_THREADS
;
1524 } Py_INCREF(Py_None
);
1525 _resultobj
= Py_None
;
1529 #define wxSize_GetX(_swigobj) (_swigobj->GetX())
1530 static PyObject
*_wrap_wxSize_GetX(PyObject
*self
, PyObject
*args
) {
1531 PyObject
* _resultobj
;
1534 PyObject
* _argo0
= 0;
1537 if(!PyArg_ParseTuple(args
,"O:wxSize_GetX",&_argo0
))
1540 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1541 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1542 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_GetX. Expected _wxSize_p.");
1547 wxPy_BEGIN_ALLOW_THREADS
;
1548 _result
= (long )wxSize_GetX(_arg0
);
1550 wxPy_END_ALLOW_THREADS
;
1551 } _resultobj
= Py_BuildValue("l",_result
);
1555 #define wxSize_GetY(_swigobj) (_swigobj->GetY())
1556 static PyObject
*_wrap_wxSize_GetY(PyObject
*self
, PyObject
*args
) {
1557 PyObject
* _resultobj
;
1560 PyObject
* _argo0
= 0;
1563 if(!PyArg_ParseTuple(args
,"O:wxSize_GetY",&_argo0
))
1566 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1567 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1568 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_GetY. Expected _wxSize_p.");
1573 wxPy_BEGIN_ALLOW_THREADS
;
1574 _result
= (long )wxSize_GetY(_arg0
);
1576 wxPy_END_ALLOW_THREADS
;
1577 } _resultobj
= Py_BuildValue("l",_result
);
1581 #define wxSize_GetWidth(_swigobj) (_swigobj->GetWidth())
1582 static PyObject
*_wrap_wxSize_GetWidth(PyObject
*self
, PyObject
*args
) {
1583 PyObject
* _resultobj
;
1586 PyObject
* _argo0
= 0;
1589 if(!PyArg_ParseTuple(args
,"O:wxSize_GetWidth",&_argo0
))
1592 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1593 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1594 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_GetWidth. Expected _wxSize_p.");
1599 wxPy_BEGIN_ALLOW_THREADS
;
1600 _result
= (long )wxSize_GetWidth(_arg0
);
1602 wxPy_END_ALLOW_THREADS
;
1603 } _resultobj
= Py_BuildValue("l",_result
);
1607 #define wxSize_GetHeight(_swigobj) (_swigobj->GetHeight())
1608 static PyObject
*_wrap_wxSize_GetHeight(PyObject
*self
, PyObject
*args
) {
1609 PyObject
* _resultobj
;
1612 PyObject
* _argo0
= 0;
1615 if(!PyArg_ParseTuple(args
,"O:wxSize_GetHeight",&_argo0
))
1618 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1619 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1620 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_GetHeight. Expected _wxSize_p.");
1625 wxPy_BEGIN_ALLOW_THREADS
;
1626 _result
= (long )wxSize_GetHeight(_arg0
);
1628 wxPy_END_ALLOW_THREADS
;
1629 } _resultobj
= Py_BuildValue("l",_result
);
1633 #define wxSize_SetWidth(_swigobj,_swigarg0) (_swigobj->SetWidth(_swigarg0))
1634 static PyObject
*_wrap_wxSize_SetWidth(PyObject
*self
, PyObject
*args
) {
1635 PyObject
* _resultobj
;
1638 PyObject
* _argo0
= 0;
1641 if(!PyArg_ParseTuple(args
,"Ol:wxSize_SetWidth",&_argo0
,&_arg1
))
1644 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1645 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1646 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_SetWidth. Expected _wxSize_p.");
1651 wxPy_BEGIN_ALLOW_THREADS
;
1652 wxSize_SetWidth(_arg0
,_arg1
);
1654 wxPy_END_ALLOW_THREADS
;
1655 } Py_INCREF(Py_None
);
1656 _resultobj
= Py_None
;
1660 #define wxSize_SetHeight(_swigobj,_swigarg0) (_swigobj->SetHeight(_swigarg0))
1661 static PyObject
*_wrap_wxSize_SetHeight(PyObject
*self
, PyObject
*args
) {
1662 PyObject
* _resultobj
;
1665 PyObject
* _argo0
= 0;
1668 if(!PyArg_ParseTuple(args
,"Ol:wxSize_SetHeight",&_argo0
,&_arg1
))
1671 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1672 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1673 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_SetHeight. Expected _wxSize_p.");
1678 wxPy_BEGIN_ALLOW_THREADS
;
1679 wxSize_SetHeight(_arg0
,_arg1
);
1681 wxPy_END_ALLOW_THREADS
;
1682 } Py_INCREF(Py_None
);
1683 _resultobj
= Py_None
;
1687 static PyObject
* wxSize_asTuple(wxSize
*self
) {
1688 PyObject
* tup
= PyTuple_New(2);
1689 PyTuple_SET_ITEM(tup
, 0, PyInt_FromLong(self
->x
));
1690 PyTuple_SET_ITEM(tup
, 1, PyInt_FromLong(self
->y
));
1693 static PyObject
*_wrap_wxSize_asTuple(PyObject
*self
, PyObject
*args
) {
1694 PyObject
* _resultobj
;
1697 PyObject
* _argo0
= 0;
1700 if(!PyArg_ParseTuple(args
,"O:wxSize_asTuple",&_argo0
))
1703 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1704 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxSize_p")) {
1705 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSize_asTuple. Expected _wxSize_p.");
1710 wxPy_BEGIN_ALLOW_THREADS
;
1711 _result
= (PyObject
*)wxSize_asTuple(_arg0
);
1713 wxPy_END_ALLOW_THREADS
;
1715 _resultobj
= _result
;
1720 #define wxRealPoint_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval)
1721 static PyObject
*_wrap_wxRealPoint_x_set(PyObject
*self
, PyObject
*args
) {
1722 PyObject
* _resultobj
;
1724 wxRealPoint
* _arg0
;
1726 PyObject
* _argo0
= 0;
1729 if(!PyArg_ParseTuple(args
,"Od:wxRealPoint_x_set",&_argo0
,&_arg1
))
1732 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1733 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRealPoint_p")) {
1734 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRealPoint_x_set. Expected _wxRealPoint_p.");
1739 wxPy_BEGIN_ALLOW_THREADS
;
1740 _result
= (double )wxRealPoint_x_set(_arg0
,_arg1
);
1742 wxPy_END_ALLOW_THREADS
;
1743 } _resultobj
= Py_BuildValue("d",_result
);
1747 #define wxRealPoint_x_get(_swigobj) ((double ) _swigobj->x)
1748 static PyObject
*_wrap_wxRealPoint_x_get(PyObject
*self
, PyObject
*args
) {
1749 PyObject
* _resultobj
;
1751 wxRealPoint
* _arg0
;
1752 PyObject
* _argo0
= 0;
1755 if(!PyArg_ParseTuple(args
,"O:wxRealPoint_x_get",&_argo0
))
1758 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1759 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRealPoint_p")) {
1760 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRealPoint_x_get. Expected _wxRealPoint_p.");
1765 wxPy_BEGIN_ALLOW_THREADS
;
1766 _result
= (double )wxRealPoint_x_get(_arg0
);
1768 wxPy_END_ALLOW_THREADS
;
1769 } _resultobj
= Py_BuildValue("d",_result
);
1773 #define wxRealPoint_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval)
1774 static PyObject
*_wrap_wxRealPoint_y_set(PyObject
*self
, PyObject
*args
) {
1775 PyObject
* _resultobj
;
1777 wxRealPoint
* _arg0
;
1779 PyObject
* _argo0
= 0;
1782 if(!PyArg_ParseTuple(args
,"Od:wxRealPoint_y_set",&_argo0
,&_arg1
))
1785 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1786 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRealPoint_p")) {
1787 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRealPoint_y_set. Expected _wxRealPoint_p.");
1792 wxPy_BEGIN_ALLOW_THREADS
;
1793 _result
= (double )wxRealPoint_y_set(_arg0
,_arg1
);
1795 wxPy_END_ALLOW_THREADS
;
1796 } _resultobj
= Py_BuildValue("d",_result
);
1800 #define wxRealPoint_y_get(_swigobj) ((double ) _swigobj->y)
1801 static PyObject
*_wrap_wxRealPoint_y_get(PyObject
*self
, PyObject
*args
) {
1802 PyObject
* _resultobj
;
1804 wxRealPoint
* _arg0
;
1805 PyObject
* _argo0
= 0;
1808 if(!PyArg_ParseTuple(args
,"O:wxRealPoint_y_get",&_argo0
))
1811 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1812 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRealPoint_p")) {
1813 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRealPoint_y_get. Expected _wxRealPoint_p.");
1818 wxPy_BEGIN_ALLOW_THREADS
;
1819 _result
= (double )wxRealPoint_y_get(_arg0
);
1821 wxPy_END_ALLOW_THREADS
;
1822 } _resultobj
= Py_BuildValue("d",_result
);
1826 #define new_wxRealPoint(_swigarg0,_swigarg1) (new wxRealPoint(_swigarg0,_swigarg1))
1827 static PyObject
*_wrap_new_wxRealPoint(PyObject
*self
, PyObject
*args
) {
1828 PyObject
* _resultobj
;
1829 wxRealPoint
* _result
;
1830 double _arg0
= (double ) 0.0;
1831 double _arg1
= (double ) 0.0;
1835 if(!PyArg_ParseTuple(args
,"|dd:new_wxRealPoint",&_arg0
,&_arg1
))
1838 wxPy_BEGIN_ALLOW_THREADS
;
1839 _result
= (wxRealPoint
*)new_wxRealPoint(_arg0
,_arg1
);
1841 wxPy_END_ALLOW_THREADS
;
1843 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRealPoint_p");
1844 _resultobj
= Py_BuildValue("s",_ptemp
);
1847 _resultobj
= Py_None
;
1852 #define delete_wxRealPoint(_swigobj) (delete _swigobj)
1853 static PyObject
*_wrap_delete_wxRealPoint(PyObject
*self
, PyObject
*args
) {
1854 PyObject
* _resultobj
;
1855 wxRealPoint
* _arg0
;
1856 PyObject
* _argo0
= 0;
1859 if(!PyArg_ParseTuple(args
,"O:delete_wxRealPoint",&_argo0
))
1862 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1863 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRealPoint_p")) {
1864 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxRealPoint. Expected _wxRealPoint_p.");
1869 wxPy_BEGIN_ALLOW_THREADS
;
1870 delete_wxRealPoint(_arg0
);
1872 wxPy_END_ALLOW_THREADS
;
1873 } Py_INCREF(Py_None
);
1874 _resultobj
= Py_None
;
1878 #define wxPoint_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval)
1879 static PyObject
*_wrap_wxPoint_x_set(PyObject
*self
, PyObject
*args
) {
1880 PyObject
* _resultobj
;
1884 PyObject
* _argo0
= 0;
1887 if(!PyArg_ParseTuple(args
,"Ol:wxPoint_x_set",&_argo0
,&_arg1
))
1890 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1891 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPoint_p")) {
1892 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPoint_x_set. Expected _wxPoint_p.");
1897 wxPy_BEGIN_ALLOW_THREADS
;
1898 _result
= (long )wxPoint_x_set(_arg0
,_arg1
);
1900 wxPy_END_ALLOW_THREADS
;
1901 } _resultobj
= Py_BuildValue("l",_result
);
1905 #define wxPoint_x_get(_swigobj) ((long ) _swigobj->x)
1906 static PyObject
*_wrap_wxPoint_x_get(PyObject
*self
, PyObject
*args
) {
1907 PyObject
* _resultobj
;
1910 PyObject
* _argo0
= 0;
1913 if(!PyArg_ParseTuple(args
,"O:wxPoint_x_get",&_argo0
))
1916 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1917 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPoint_p")) {
1918 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPoint_x_get. Expected _wxPoint_p.");
1923 wxPy_BEGIN_ALLOW_THREADS
;
1924 _result
= (long )wxPoint_x_get(_arg0
);
1926 wxPy_END_ALLOW_THREADS
;
1927 } _resultobj
= Py_BuildValue("l",_result
);
1931 #define wxPoint_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval)
1932 static PyObject
*_wrap_wxPoint_y_set(PyObject
*self
, PyObject
*args
) {
1933 PyObject
* _resultobj
;
1937 PyObject
* _argo0
= 0;
1940 if(!PyArg_ParseTuple(args
,"Ol:wxPoint_y_set",&_argo0
,&_arg1
))
1943 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1944 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPoint_p")) {
1945 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPoint_y_set. Expected _wxPoint_p.");
1950 wxPy_BEGIN_ALLOW_THREADS
;
1951 _result
= (long )wxPoint_y_set(_arg0
,_arg1
);
1953 wxPy_END_ALLOW_THREADS
;
1954 } _resultobj
= Py_BuildValue("l",_result
);
1958 #define wxPoint_y_get(_swigobj) ((long ) _swigobj->y)
1959 static PyObject
*_wrap_wxPoint_y_get(PyObject
*self
, PyObject
*args
) {
1960 PyObject
* _resultobj
;
1963 PyObject
* _argo0
= 0;
1966 if(!PyArg_ParseTuple(args
,"O:wxPoint_y_get",&_argo0
))
1969 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1970 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPoint_p")) {
1971 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPoint_y_get. Expected _wxPoint_p.");
1976 wxPy_BEGIN_ALLOW_THREADS
;
1977 _result
= (long )wxPoint_y_get(_arg0
);
1979 wxPy_END_ALLOW_THREADS
;
1980 } _resultobj
= Py_BuildValue("l",_result
);
1984 #define new_wxPoint(_swigarg0,_swigarg1) (new wxPoint(_swigarg0,_swigarg1))
1985 static PyObject
*_wrap_new_wxPoint(PyObject
*self
, PyObject
*args
) {
1986 PyObject
* _resultobj
;
1988 long _arg0
= (long ) 0;
1989 long _arg1
= (long ) 0;
1993 if(!PyArg_ParseTuple(args
,"|ll:new_wxPoint",&_arg0
,&_arg1
))
1996 wxPy_BEGIN_ALLOW_THREADS
;
1997 _result
= (wxPoint
*)new_wxPoint(_arg0
,_arg1
);
1999 wxPy_END_ALLOW_THREADS
;
2001 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxPoint_p");
2002 _resultobj
= Py_BuildValue("s",_ptemp
);
2005 _resultobj
= Py_None
;
2010 #define delete_wxPoint(_swigobj) (delete _swigobj)
2011 static PyObject
*_wrap_delete_wxPoint(PyObject
*self
, PyObject
*args
) {
2012 PyObject
* _resultobj
;
2014 PyObject
* _argo0
= 0;
2017 if(!PyArg_ParseTuple(args
,"O:delete_wxPoint",&_argo0
))
2020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPoint_p")) {
2022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxPoint. Expected _wxPoint_p.");
2027 wxPy_BEGIN_ALLOW_THREADS
;
2028 delete_wxPoint(_arg0
);
2030 wxPy_END_ALLOW_THREADS
;
2031 } Py_INCREF(Py_None
);
2032 _resultobj
= Py_None
;
2036 static void wxPoint_Set(wxPoint
*self
,long x
,long y
) {
2040 static PyObject
*_wrap_wxPoint_Set(PyObject
*self
, PyObject
*args
) {
2041 PyObject
* _resultobj
;
2045 PyObject
* _argo0
= 0;
2048 if(!PyArg_ParseTuple(args
,"Oll:wxPoint_Set",&_argo0
,&_arg1
,&_arg2
))
2051 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2052 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPoint_p")) {
2053 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPoint_Set. Expected _wxPoint_p.");
2058 wxPy_BEGIN_ALLOW_THREADS
;
2059 wxPoint_Set(_arg0
,_arg1
,_arg2
);
2061 wxPy_END_ALLOW_THREADS
;
2062 } Py_INCREF(Py_None
);
2063 _resultobj
= Py_None
;
2067 static PyObject
* wxPoint_asTuple(wxPoint
*self
) {
2068 PyObject
* tup
= PyTuple_New(2);
2069 PyTuple_SET_ITEM(tup
, 0, PyInt_FromLong(self
->x
));
2070 PyTuple_SET_ITEM(tup
, 1, PyInt_FromLong(self
->y
));
2073 static PyObject
*_wrap_wxPoint_asTuple(PyObject
*self
, PyObject
*args
) {
2074 PyObject
* _resultobj
;
2077 PyObject
* _argo0
= 0;
2080 if(!PyArg_ParseTuple(args
,"O:wxPoint_asTuple",&_argo0
))
2083 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2084 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPoint_p")) {
2085 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPoint_asTuple. Expected _wxPoint_p.");
2090 wxPy_BEGIN_ALLOW_THREADS
;
2091 _result
= (PyObject
*)wxPoint_asTuple(_arg0
);
2093 wxPy_END_ALLOW_THREADS
;
2095 _resultobj
= _result
;
2100 #define new_wxRect(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxRect(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
2101 static PyObject
*_wrap_new_wxRect(PyObject
*self
, PyObject
*args
) {
2102 PyObject
* _resultobj
;
2104 long _arg0
= (long ) 0;
2105 long _arg1
= (long ) 0;
2106 long _arg2
= (long ) 0;
2107 long _arg3
= (long ) 0;
2111 if(!PyArg_ParseTuple(args
,"|llll:new_wxRect",&_arg0
,&_arg1
,&_arg2
,&_arg3
))
2114 wxPy_BEGIN_ALLOW_THREADS
;
2115 _result
= (wxRect
*)new_wxRect(_arg0
,_arg1
,_arg2
,_arg3
);
2117 wxPy_END_ALLOW_THREADS
;
2119 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRect_p");
2120 _resultobj
= Py_BuildValue("s",_ptemp
);
2123 _resultobj
= Py_None
;
2128 #define delete_wxRect(_swigobj) (delete _swigobj)
2129 static PyObject
*_wrap_delete_wxRect(PyObject
*self
, PyObject
*args
) {
2130 PyObject
* _resultobj
;
2132 PyObject
* _argo0
= 0;
2135 if(!PyArg_ParseTuple(args
,"O:delete_wxRect",&_argo0
))
2138 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2139 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2140 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxRect. Expected _wxRect_p.");
2145 wxPy_BEGIN_ALLOW_THREADS
;
2146 delete_wxRect(_arg0
);
2148 wxPy_END_ALLOW_THREADS
;
2149 } Py_INCREF(Py_None
);
2150 _resultobj
= Py_None
;
2154 #define wxRect_GetX(_swigobj) (_swigobj->GetX())
2155 static PyObject
*_wrap_wxRect_GetX(PyObject
*self
, PyObject
*args
) {
2156 PyObject
* _resultobj
;
2159 PyObject
* _argo0
= 0;
2162 if(!PyArg_ParseTuple(args
,"O:wxRect_GetX",&_argo0
))
2165 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2166 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2167 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetX. Expected _wxRect_p.");
2172 wxPy_BEGIN_ALLOW_THREADS
;
2173 _result
= (long )wxRect_GetX(_arg0
);
2175 wxPy_END_ALLOW_THREADS
;
2176 } _resultobj
= Py_BuildValue("l",_result
);
2180 #define wxRect_SetX(_swigobj,_swigarg0) (_swigobj->SetX(_swigarg0))
2181 static PyObject
*_wrap_wxRect_SetX(PyObject
*self
, PyObject
*args
) {
2182 PyObject
* _resultobj
;
2185 PyObject
* _argo0
= 0;
2188 if(!PyArg_ParseTuple(args
,"Ol:wxRect_SetX",&_argo0
,&_arg1
))
2191 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2192 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2193 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_SetX. Expected _wxRect_p.");
2198 wxPy_BEGIN_ALLOW_THREADS
;
2199 wxRect_SetX(_arg0
,_arg1
);
2201 wxPy_END_ALLOW_THREADS
;
2202 } Py_INCREF(Py_None
);
2203 _resultobj
= Py_None
;
2207 #define wxRect_GetY(_swigobj) (_swigobj->GetY())
2208 static PyObject
*_wrap_wxRect_GetY(PyObject
*self
, PyObject
*args
) {
2209 PyObject
* _resultobj
;
2212 PyObject
* _argo0
= 0;
2215 if(!PyArg_ParseTuple(args
,"O:wxRect_GetY",&_argo0
))
2218 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2219 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2220 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetY. Expected _wxRect_p.");
2225 wxPy_BEGIN_ALLOW_THREADS
;
2226 _result
= (long )wxRect_GetY(_arg0
);
2228 wxPy_END_ALLOW_THREADS
;
2229 } _resultobj
= Py_BuildValue("l",_result
);
2233 #define wxRect_SetY(_swigobj,_swigarg0) (_swigobj->SetY(_swigarg0))
2234 static PyObject
*_wrap_wxRect_SetY(PyObject
*self
, PyObject
*args
) {
2235 PyObject
* _resultobj
;
2238 PyObject
* _argo0
= 0;
2241 if(!PyArg_ParseTuple(args
,"Ol:wxRect_SetY",&_argo0
,&_arg1
))
2244 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2245 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2246 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_SetY. Expected _wxRect_p.");
2251 wxPy_BEGIN_ALLOW_THREADS
;
2252 wxRect_SetY(_arg0
,_arg1
);
2254 wxPy_END_ALLOW_THREADS
;
2255 } Py_INCREF(Py_None
);
2256 _resultobj
= Py_None
;
2260 #define wxRect_GetWidth(_swigobj) (_swigobj->GetWidth())
2261 static PyObject
*_wrap_wxRect_GetWidth(PyObject
*self
, PyObject
*args
) {
2262 PyObject
* _resultobj
;
2265 PyObject
* _argo0
= 0;
2268 if(!PyArg_ParseTuple(args
,"O:wxRect_GetWidth",&_argo0
))
2271 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2272 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2273 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetWidth. Expected _wxRect_p.");
2278 wxPy_BEGIN_ALLOW_THREADS
;
2279 _result
= (long )wxRect_GetWidth(_arg0
);
2281 wxPy_END_ALLOW_THREADS
;
2282 } _resultobj
= Py_BuildValue("l",_result
);
2286 #define wxRect_SetWidth(_swigobj,_swigarg0) (_swigobj->SetWidth(_swigarg0))
2287 static PyObject
*_wrap_wxRect_SetWidth(PyObject
*self
, PyObject
*args
) {
2288 PyObject
* _resultobj
;
2291 PyObject
* _argo0
= 0;
2294 if(!PyArg_ParseTuple(args
,"Ol:wxRect_SetWidth",&_argo0
,&_arg1
))
2297 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2298 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2299 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_SetWidth. Expected _wxRect_p.");
2304 wxPy_BEGIN_ALLOW_THREADS
;
2305 wxRect_SetWidth(_arg0
,_arg1
);
2307 wxPy_END_ALLOW_THREADS
;
2308 } Py_INCREF(Py_None
);
2309 _resultobj
= Py_None
;
2313 #define wxRect_GetHeight(_swigobj) (_swigobj->GetHeight())
2314 static PyObject
*_wrap_wxRect_GetHeight(PyObject
*self
, PyObject
*args
) {
2315 PyObject
* _resultobj
;
2318 PyObject
* _argo0
= 0;
2321 if(!PyArg_ParseTuple(args
,"O:wxRect_GetHeight",&_argo0
))
2324 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2325 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2326 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetHeight. Expected _wxRect_p.");
2331 wxPy_BEGIN_ALLOW_THREADS
;
2332 _result
= (long )wxRect_GetHeight(_arg0
);
2334 wxPy_END_ALLOW_THREADS
;
2335 } _resultobj
= Py_BuildValue("l",_result
);
2339 #define wxRect_SetHeight(_swigobj,_swigarg0) (_swigobj->SetHeight(_swigarg0))
2340 static PyObject
*_wrap_wxRect_SetHeight(PyObject
*self
, PyObject
*args
) {
2341 PyObject
* _resultobj
;
2344 PyObject
* _argo0
= 0;
2347 if(!PyArg_ParseTuple(args
,"Ol:wxRect_SetHeight",&_argo0
,&_arg1
))
2350 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2351 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2352 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_SetHeight. Expected _wxRect_p.");
2357 wxPy_BEGIN_ALLOW_THREADS
;
2358 wxRect_SetHeight(_arg0
,_arg1
);
2360 wxPy_END_ALLOW_THREADS
;
2361 } Py_INCREF(Py_None
);
2362 _resultobj
= Py_None
;
2366 #define wxRect_GetPosition(_swigobj) (_swigobj->GetPosition())
2367 static PyObject
*_wrap_wxRect_GetPosition(PyObject
*self
, PyObject
*args
) {
2368 PyObject
* _resultobj
;
2371 PyObject
* _argo0
= 0;
2375 if(!PyArg_ParseTuple(args
,"O:wxRect_GetPosition",&_argo0
))
2378 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2379 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2380 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetPosition. Expected _wxRect_p.");
2385 wxPy_BEGIN_ALLOW_THREADS
;
2386 _result
= new wxPoint (wxRect_GetPosition(_arg0
));
2388 wxPy_END_ALLOW_THREADS
;
2389 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p");
2390 _resultobj
= Py_BuildValue("s",_ptemp
);
2394 #define wxRect_GetSize(_swigobj) (_swigobj->GetSize())
2395 static PyObject
*_wrap_wxRect_GetSize(PyObject
*self
, PyObject
*args
) {
2396 PyObject
* _resultobj
;
2399 PyObject
* _argo0
= 0;
2403 if(!PyArg_ParseTuple(args
,"O:wxRect_GetSize",&_argo0
))
2406 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2407 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2408 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetSize. Expected _wxRect_p.");
2413 wxPy_BEGIN_ALLOW_THREADS
;
2414 _result
= new wxSize (wxRect_GetSize(_arg0
));
2416 wxPy_END_ALLOW_THREADS
;
2417 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
2418 _resultobj
= Py_BuildValue("s",_ptemp
);
2422 #define wxRect_GetLeft(_swigobj) (_swigobj->GetLeft())
2423 static PyObject
*_wrap_wxRect_GetLeft(PyObject
*self
, PyObject
*args
) {
2424 PyObject
* _resultobj
;
2427 PyObject
* _argo0
= 0;
2430 if(!PyArg_ParseTuple(args
,"O:wxRect_GetLeft",&_argo0
))
2433 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2434 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2435 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetLeft. Expected _wxRect_p.");
2440 wxPy_BEGIN_ALLOW_THREADS
;
2441 _result
= (long )wxRect_GetLeft(_arg0
);
2443 wxPy_END_ALLOW_THREADS
;
2444 } _resultobj
= Py_BuildValue("l",_result
);
2448 #define wxRect_GetTop(_swigobj) (_swigobj->GetTop())
2449 static PyObject
*_wrap_wxRect_GetTop(PyObject
*self
, PyObject
*args
) {
2450 PyObject
* _resultobj
;
2453 PyObject
* _argo0
= 0;
2456 if(!PyArg_ParseTuple(args
,"O:wxRect_GetTop",&_argo0
))
2459 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2460 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2461 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetTop. Expected _wxRect_p.");
2466 wxPy_BEGIN_ALLOW_THREADS
;
2467 _result
= (long )wxRect_GetTop(_arg0
);
2469 wxPy_END_ALLOW_THREADS
;
2470 } _resultobj
= Py_BuildValue("l",_result
);
2474 #define wxRect_GetBottom(_swigobj) (_swigobj->GetBottom())
2475 static PyObject
*_wrap_wxRect_GetBottom(PyObject
*self
, PyObject
*args
) {
2476 PyObject
* _resultobj
;
2479 PyObject
* _argo0
= 0;
2482 if(!PyArg_ParseTuple(args
,"O:wxRect_GetBottom",&_argo0
))
2485 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2486 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2487 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetBottom. Expected _wxRect_p.");
2492 wxPy_BEGIN_ALLOW_THREADS
;
2493 _result
= (long )wxRect_GetBottom(_arg0
);
2495 wxPy_END_ALLOW_THREADS
;
2496 } _resultobj
= Py_BuildValue("l",_result
);
2500 #define wxRect_GetRight(_swigobj) (_swigobj->GetRight())
2501 static PyObject
*_wrap_wxRect_GetRight(PyObject
*self
, PyObject
*args
) {
2502 PyObject
* _resultobj
;
2505 PyObject
* _argo0
= 0;
2508 if(!PyArg_ParseTuple(args
,"O:wxRect_GetRight",&_argo0
))
2511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_GetRight. Expected _wxRect_p.");
2518 wxPy_BEGIN_ALLOW_THREADS
;
2519 _result
= (long )wxRect_GetRight(_arg0
);
2521 wxPy_END_ALLOW_THREADS
;
2522 } _resultobj
= Py_BuildValue("l",_result
);
2526 #define wxRect_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval)
2527 static PyObject
*_wrap_wxRect_x_set(PyObject
*self
, PyObject
*args
) {
2528 PyObject
* _resultobj
;
2532 PyObject
* _argo0
= 0;
2535 if(!PyArg_ParseTuple(args
,"Ol:wxRect_x_set",&_argo0
,&_arg1
))
2538 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2539 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_x_set. Expected _wxRect_p.");
2545 wxPy_BEGIN_ALLOW_THREADS
;
2546 _result
= (long )wxRect_x_set(_arg0
,_arg1
);
2548 wxPy_END_ALLOW_THREADS
;
2549 } _resultobj
= Py_BuildValue("l",_result
);
2553 #define wxRect_x_get(_swigobj) ((long ) _swigobj->x)
2554 static PyObject
*_wrap_wxRect_x_get(PyObject
*self
, PyObject
*args
) {
2555 PyObject
* _resultobj
;
2558 PyObject
* _argo0
= 0;
2561 if(!PyArg_ParseTuple(args
,"O:wxRect_x_get",&_argo0
))
2564 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2565 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2566 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_x_get. Expected _wxRect_p.");
2571 wxPy_BEGIN_ALLOW_THREADS
;
2572 _result
= (long )wxRect_x_get(_arg0
);
2574 wxPy_END_ALLOW_THREADS
;
2575 } _resultobj
= Py_BuildValue("l",_result
);
2579 #define wxRect_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval)
2580 static PyObject
*_wrap_wxRect_y_set(PyObject
*self
, PyObject
*args
) {
2581 PyObject
* _resultobj
;
2585 PyObject
* _argo0
= 0;
2588 if(!PyArg_ParseTuple(args
,"Ol:wxRect_y_set",&_argo0
,&_arg1
))
2591 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2592 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2593 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_y_set. Expected _wxRect_p.");
2598 wxPy_BEGIN_ALLOW_THREADS
;
2599 _result
= (long )wxRect_y_set(_arg0
,_arg1
);
2601 wxPy_END_ALLOW_THREADS
;
2602 } _resultobj
= Py_BuildValue("l",_result
);
2606 #define wxRect_y_get(_swigobj) ((long ) _swigobj->y)
2607 static PyObject
*_wrap_wxRect_y_get(PyObject
*self
, PyObject
*args
) {
2608 PyObject
* _resultobj
;
2611 PyObject
* _argo0
= 0;
2614 if(!PyArg_ParseTuple(args
,"O:wxRect_y_get",&_argo0
))
2617 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2618 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2619 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_y_get. Expected _wxRect_p.");
2624 wxPy_BEGIN_ALLOW_THREADS
;
2625 _result
= (long )wxRect_y_get(_arg0
);
2627 wxPy_END_ALLOW_THREADS
;
2628 } _resultobj
= Py_BuildValue("l",_result
);
2632 #define wxRect_width_set(_swigobj,_swigval) (_swigobj->width = _swigval,_swigval)
2633 static PyObject
*_wrap_wxRect_width_set(PyObject
*self
, PyObject
*args
) {
2634 PyObject
* _resultobj
;
2638 PyObject
* _argo0
= 0;
2641 if(!PyArg_ParseTuple(args
,"Ol:wxRect_width_set",&_argo0
,&_arg1
))
2644 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2645 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2646 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_width_set. Expected _wxRect_p.");
2651 wxPy_BEGIN_ALLOW_THREADS
;
2652 _result
= (long )wxRect_width_set(_arg0
,_arg1
);
2654 wxPy_END_ALLOW_THREADS
;
2655 } _resultobj
= Py_BuildValue("l",_result
);
2659 #define wxRect_width_get(_swigobj) ((long ) _swigobj->width)
2660 static PyObject
*_wrap_wxRect_width_get(PyObject
*self
, PyObject
*args
) {
2661 PyObject
* _resultobj
;
2664 PyObject
* _argo0
= 0;
2667 if(!PyArg_ParseTuple(args
,"O:wxRect_width_get",&_argo0
))
2670 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2671 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2672 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_width_get. Expected _wxRect_p.");
2677 wxPy_BEGIN_ALLOW_THREADS
;
2678 _result
= (long )wxRect_width_get(_arg0
);
2680 wxPy_END_ALLOW_THREADS
;
2681 } _resultobj
= Py_BuildValue("l",_result
);
2685 #define wxRect_height_set(_swigobj,_swigval) (_swigobj->height = _swigval,_swigval)
2686 static PyObject
*_wrap_wxRect_height_set(PyObject
*self
, PyObject
*args
) {
2687 PyObject
* _resultobj
;
2691 PyObject
* _argo0
= 0;
2694 if(!PyArg_ParseTuple(args
,"Ol:wxRect_height_set",&_argo0
,&_arg1
))
2697 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2698 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2699 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_height_set. Expected _wxRect_p.");
2704 wxPy_BEGIN_ALLOW_THREADS
;
2705 _result
= (long )wxRect_height_set(_arg0
,_arg1
);
2707 wxPy_END_ALLOW_THREADS
;
2708 } _resultobj
= Py_BuildValue("l",_result
);
2712 #define wxRect_height_get(_swigobj) ((long ) _swigobj->height)
2713 static PyObject
*_wrap_wxRect_height_get(PyObject
*self
, PyObject
*args
) {
2714 PyObject
* _resultobj
;
2717 PyObject
* _argo0
= 0;
2720 if(!PyArg_ParseTuple(args
,"O:wxRect_height_get",&_argo0
))
2723 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2724 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2725 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_height_get. Expected _wxRect_p.");
2730 wxPy_BEGIN_ALLOW_THREADS
;
2731 _result
= (long )wxRect_height_get(_arg0
);
2733 wxPy_END_ALLOW_THREADS
;
2734 } _resultobj
= Py_BuildValue("l",_result
);
2738 static PyObject
* wxRect_asTuple(wxRect
*self
) {
2739 PyObject
* tup
= PyTuple_New(4);
2740 PyTuple_SET_ITEM(tup
, 0, PyInt_FromLong(self
->x
));
2741 PyTuple_SET_ITEM(tup
, 1, PyInt_FromLong(self
->y
));
2742 PyTuple_SET_ITEM(tup
, 0, PyInt_FromLong(self
->width
));
2743 PyTuple_SET_ITEM(tup
, 1, PyInt_FromLong(self
->height
));
2746 static PyObject
*_wrap_wxRect_asTuple(PyObject
*self
, PyObject
*args
) {
2747 PyObject
* _resultobj
;
2750 PyObject
* _argo0
= 0;
2753 if(!PyArg_ParseTuple(args
,"O:wxRect_asTuple",&_argo0
))
2756 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2757 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRect_p")) {
2758 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRect_asTuple. Expected _wxRect_p.");
2763 wxPy_BEGIN_ALLOW_THREADS
;
2764 _result
= (PyObject
*)wxRect_asTuple(_arg0
);
2766 wxPy_END_ALLOW_THREADS
;
2768 _resultobj
= _result
;
2773 #define new_wxPyTimer(_swigarg0) (new wxPyTimer(_swigarg0))
2774 static PyObject
*_wrap_new_wxPyTimer(PyObject
*self
, PyObject
*args
) {
2775 PyObject
* _resultobj
;
2776 wxPyTimer
* _result
;
2778 PyObject
* _obj0
= 0;
2782 if(!PyArg_ParseTuple(args
,"O:new_wxPyTimer",&_obj0
))
2788 wxPy_BEGIN_ALLOW_THREADS
;
2789 _result
= (wxPyTimer
*)new_wxPyTimer(_arg0
);
2791 wxPy_END_ALLOW_THREADS
;
2793 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxPyTimer_p");
2794 _resultobj
= Py_BuildValue("s",_ptemp
);
2797 _resultobj
= Py_None
;
2802 #define delete_wxPyTimer(_swigobj) (delete _swigobj)
2803 static PyObject
*_wrap_delete_wxPyTimer(PyObject
*self
, PyObject
*args
) {
2804 PyObject
* _resultobj
;
2806 PyObject
* _argo0
= 0;
2809 if(!PyArg_ParseTuple(args
,"O:delete_wxPyTimer",&_argo0
))
2812 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2813 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPyTimer_p")) {
2814 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxPyTimer. Expected _wxPyTimer_p.");
2819 wxPy_BEGIN_ALLOW_THREADS
;
2820 delete_wxPyTimer(_arg0
);
2822 wxPy_END_ALLOW_THREADS
;
2823 } Py_INCREF(Py_None
);
2824 _resultobj
= Py_None
;
2828 #define wxPyTimer_Interval(_swigobj) (_swigobj->Interval())
2829 static PyObject
*_wrap_wxPyTimer_Interval(PyObject
*self
, PyObject
*args
) {
2830 PyObject
* _resultobj
;
2833 PyObject
* _argo0
= 0;
2836 if(!PyArg_ParseTuple(args
,"O:wxPyTimer_Interval",&_argo0
))
2839 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2840 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPyTimer_p")) {
2841 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPyTimer_Interval. Expected _wxPyTimer_p.");
2846 wxPy_BEGIN_ALLOW_THREADS
;
2847 _result
= (int )wxPyTimer_Interval(_arg0
);
2849 wxPy_END_ALLOW_THREADS
;
2850 } _resultobj
= Py_BuildValue("i",_result
);
2854 #define wxPyTimer_Start(_swigobj,_swigarg0,_swigarg1) (_swigobj->Start(_swigarg0,_swigarg1))
2855 static PyObject
*_wrap_wxPyTimer_Start(PyObject
*self
, PyObject
*args
) {
2856 PyObject
* _resultobj
;
2858 int _arg1
= (int ) -1;
2859 int _arg2
= (int ) FALSE
;
2860 PyObject
* _argo0
= 0;
2863 if(!PyArg_ParseTuple(args
,"O|ii:wxPyTimer_Start",&_argo0
,&_arg1
,&_arg2
))
2866 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2867 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPyTimer_p")) {
2868 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPyTimer_Start. Expected _wxPyTimer_p.");
2873 wxPy_BEGIN_ALLOW_THREADS
;
2874 wxPyTimer_Start(_arg0
,_arg1
,_arg2
);
2876 wxPy_END_ALLOW_THREADS
;
2877 } Py_INCREF(Py_None
);
2878 _resultobj
= Py_None
;
2882 #define wxPyTimer_Stop(_swigobj) (_swigobj->Stop())
2883 static PyObject
*_wrap_wxPyTimer_Stop(PyObject
*self
, PyObject
*args
) {
2884 PyObject
* _resultobj
;
2886 PyObject
* _argo0
= 0;
2889 if(!PyArg_ParseTuple(args
,"O:wxPyTimer_Stop",&_argo0
))
2892 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2893 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxPyTimer_p")) {
2894 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxPyTimer_Stop. Expected _wxPyTimer_p.");
2899 wxPy_BEGIN_ALLOW_THREADS
;
2900 wxPyTimer_Stop(_arg0
);
2902 wxPy_END_ALLOW_THREADS
;
2903 } Py_INCREF(Py_None
);
2904 _resultobj
= Py_None
;
2908 #define wxIndividualLayoutConstraint_Above(_swigobj,_swigarg0,_swigarg1) (_swigobj->Above(_swigarg0,_swigarg1))
2909 static PyObject
*_wrap_wxIndividualLayoutConstraint_Above(PyObject
*self
, PyObject
*args
) {
2910 PyObject
* _resultobj
;
2911 wxIndividualLayoutConstraint
* _arg0
;
2913 int _arg2
= (int ) 0;
2914 PyObject
* _argo0
= 0;
2915 PyObject
* _argo1
= 0;
2918 if(!PyArg_ParseTuple(args
,"OO|i:wxIndividualLayoutConstraint_Above",&_argo0
,&_argo1
,&_arg2
))
2921 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2922 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
2923 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Above. Expected _wxIndividualLayoutConstraint_p.");
2928 if (_argo1
== Py_None
) { _arg1
= NULL
; }
2929 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
2930 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_Above. Expected _wxWindow_p.");
2935 wxPy_BEGIN_ALLOW_THREADS
;
2936 wxIndividualLayoutConstraint_Above(_arg0
,_arg1
,_arg2
);
2938 wxPy_END_ALLOW_THREADS
;
2939 } Py_INCREF(Py_None
);
2940 _resultobj
= Py_None
;
2944 #define wxIndividualLayoutConstraint_Absolute(_swigobj,_swigarg0) (_swigobj->Absolute(_swigarg0))
2945 static PyObject
*_wrap_wxIndividualLayoutConstraint_Absolute(PyObject
*self
, PyObject
*args
) {
2946 PyObject
* _resultobj
;
2947 wxIndividualLayoutConstraint
* _arg0
;
2949 PyObject
* _argo0
= 0;
2952 if(!PyArg_ParseTuple(args
,"Oi:wxIndividualLayoutConstraint_Absolute",&_argo0
,&_arg1
))
2955 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2956 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
2957 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Absolute. Expected _wxIndividualLayoutConstraint_p.");
2962 wxPy_BEGIN_ALLOW_THREADS
;
2963 wxIndividualLayoutConstraint_Absolute(_arg0
,_arg1
);
2965 wxPy_END_ALLOW_THREADS
;
2966 } Py_INCREF(Py_None
);
2967 _resultobj
= Py_None
;
2971 #define wxIndividualLayoutConstraint_AsIs(_swigobj) (_swigobj->AsIs())
2972 static PyObject
*_wrap_wxIndividualLayoutConstraint_AsIs(PyObject
*self
, PyObject
*args
) {
2973 PyObject
* _resultobj
;
2974 wxIndividualLayoutConstraint
* _arg0
;
2975 PyObject
* _argo0
= 0;
2978 if(!PyArg_ParseTuple(args
,"O:wxIndividualLayoutConstraint_AsIs",&_argo0
))
2981 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2982 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
2983 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_AsIs. Expected _wxIndividualLayoutConstraint_p.");
2988 wxPy_BEGIN_ALLOW_THREADS
;
2989 wxIndividualLayoutConstraint_AsIs(_arg0
);
2991 wxPy_END_ALLOW_THREADS
;
2992 } Py_INCREF(Py_None
);
2993 _resultobj
= Py_None
;
2997 #define wxIndividualLayoutConstraint_Below(_swigobj,_swigarg0,_swigarg1) (_swigobj->Below(_swigarg0,_swigarg1))
2998 static PyObject
*_wrap_wxIndividualLayoutConstraint_Below(PyObject
*self
, PyObject
*args
) {
2999 PyObject
* _resultobj
;
3000 wxIndividualLayoutConstraint
* _arg0
;
3002 int _arg2
= (int ) 0;
3003 PyObject
* _argo0
= 0;
3004 PyObject
* _argo1
= 0;
3007 if(!PyArg_ParseTuple(args
,"OO|i:wxIndividualLayoutConstraint_Below",&_argo0
,&_argo1
,&_arg2
))
3010 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3011 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
3012 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Below. Expected _wxIndividualLayoutConstraint_p.");
3017 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3018 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3019 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_Below. Expected _wxWindow_p.");
3024 wxPy_BEGIN_ALLOW_THREADS
;
3025 wxIndividualLayoutConstraint_Below(_arg0
,_arg1
,_arg2
);
3027 wxPy_END_ALLOW_THREADS
;
3028 } Py_INCREF(Py_None
);
3029 _resultobj
= Py_None
;
3033 #define wxIndividualLayoutConstraint_Unconstrained(_swigobj) (_swigobj->Unconstrained())
3034 static PyObject
*_wrap_wxIndividualLayoutConstraint_Unconstrained(PyObject
*self
, PyObject
*args
) {
3035 PyObject
* _resultobj
;
3036 wxIndividualLayoutConstraint
* _arg0
;
3037 PyObject
* _argo0
= 0;
3040 if(!PyArg_ParseTuple(args
,"O:wxIndividualLayoutConstraint_Unconstrained",&_argo0
))
3043 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3044 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
3045 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Unconstrained. Expected _wxIndividualLayoutConstraint_p.");
3050 wxPy_BEGIN_ALLOW_THREADS
;
3051 wxIndividualLayoutConstraint_Unconstrained(_arg0
);
3053 wxPy_END_ALLOW_THREADS
;
3054 } Py_INCREF(Py_None
);
3055 _resultobj
= Py_None
;
3059 #define wxIndividualLayoutConstraint_LeftOf(_swigobj,_swigarg0,_swigarg1) (_swigobj->LeftOf(_swigarg0,_swigarg1))
3060 static PyObject
*_wrap_wxIndividualLayoutConstraint_LeftOf(PyObject
*self
, PyObject
*args
) {
3061 PyObject
* _resultobj
;
3062 wxIndividualLayoutConstraint
* _arg0
;
3064 int _arg2
= (int ) 0;
3065 PyObject
* _argo0
= 0;
3066 PyObject
* _argo1
= 0;
3069 if(!PyArg_ParseTuple(args
,"OO|i:wxIndividualLayoutConstraint_LeftOf",&_argo0
,&_argo1
,&_arg2
))
3072 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3073 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
3074 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_LeftOf. Expected _wxIndividualLayoutConstraint_p.");
3079 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3080 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3081 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_LeftOf. Expected _wxWindow_p.");
3086 wxPy_BEGIN_ALLOW_THREADS
;
3087 wxIndividualLayoutConstraint_LeftOf(_arg0
,_arg1
,_arg2
);
3089 wxPy_END_ALLOW_THREADS
;
3090 } Py_INCREF(Py_None
);
3091 _resultobj
= Py_None
;
3095 #define wxIndividualLayoutConstraint_PercentOf(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->PercentOf(_swigarg0,_swigarg1,_swigarg2))
3096 static PyObject
*_wrap_wxIndividualLayoutConstraint_PercentOf(PyObject
*self
, PyObject
*args
) {
3097 PyObject
* _resultobj
;
3098 wxIndividualLayoutConstraint
* _arg0
;
3102 PyObject
* _argo0
= 0;
3103 PyObject
* _argo1
= 0;
3106 if(!PyArg_ParseTuple(args
,"OOii:wxIndividualLayoutConstraint_PercentOf",&_argo0
,&_argo1
,&_arg2
,&_arg3
))
3109 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3110 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
3111 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_PercentOf. Expected _wxIndividualLayoutConstraint_p.");
3116 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3117 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_PercentOf. Expected _wxWindow_p.");
3123 wxPy_BEGIN_ALLOW_THREADS
;
3124 wxIndividualLayoutConstraint_PercentOf(_arg0
,_arg1
,_arg2
,_arg3
);
3126 wxPy_END_ALLOW_THREADS
;
3127 } Py_INCREF(Py_None
);
3128 _resultobj
= Py_None
;
3132 #define wxIndividualLayoutConstraint_RightOf(_swigobj,_swigarg0,_swigarg1) (_swigobj->RightOf(_swigarg0,_swigarg1))
3133 static PyObject
*_wrap_wxIndividualLayoutConstraint_RightOf(PyObject
*self
, PyObject
*args
) {
3134 PyObject
* _resultobj
;
3135 wxIndividualLayoutConstraint
* _arg0
;
3137 int _arg2
= (int ) 0;
3138 PyObject
* _argo0
= 0;
3139 PyObject
* _argo1
= 0;
3142 if(!PyArg_ParseTuple(args
,"OO|i:wxIndividualLayoutConstraint_RightOf",&_argo0
,&_argo1
,&_arg2
))
3145 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3146 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
3147 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_RightOf. Expected _wxIndividualLayoutConstraint_p.");
3152 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3153 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3154 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_RightOf. Expected _wxWindow_p.");
3159 wxPy_BEGIN_ALLOW_THREADS
;
3160 wxIndividualLayoutConstraint_RightOf(_arg0
,_arg1
,_arg2
);
3162 wxPy_END_ALLOW_THREADS
;
3163 } Py_INCREF(Py_None
);
3164 _resultobj
= Py_None
;
3168 #define wxIndividualLayoutConstraint_SameAs(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SameAs(_swigarg0,_swigarg1,_swigarg2))
3169 static PyObject
*_wrap_wxIndividualLayoutConstraint_SameAs(PyObject
*self
, PyObject
*args
) {
3170 PyObject
* _resultobj
;
3171 wxIndividualLayoutConstraint
* _arg0
;
3174 int _arg3
= (int ) 0;
3175 PyObject
* _argo0
= 0;
3176 PyObject
* _argo1
= 0;
3179 if(!PyArg_ParseTuple(args
,"OOi|i:wxIndividualLayoutConstraint_SameAs",&_argo0
,&_argo1
,&_arg2
,&_arg3
))
3182 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3183 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
3184 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_SameAs. Expected _wxIndividualLayoutConstraint_p.");
3189 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3190 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) {
3191 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_SameAs. Expected _wxWindow_p.");
3196 wxPy_BEGIN_ALLOW_THREADS
;
3197 wxIndividualLayoutConstraint_SameAs(_arg0
,_arg1
,_arg2
,_arg3
);
3199 wxPy_END_ALLOW_THREADS
;
3200 } Py_INCREF(Py_None
);
3201 _resultobj
= Py_None
;
3205 #define wxIndividualLayoutConstraint_Set(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->Set(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
3206 static PyObject
*_wrap_wxIndividualLayoutConstraint_Set(PyObject
*self
, PyObject
*args
) {
3207 PyObject
* _resultobj
;
3208 wxIndividualLayoutConstraint
* _arg0
;
3209 wxRelationship _arg1
;
3212 int _arg4
= (int ) 0;
3213 int _arg5
= (int ) 0;
3214 PyObject
* _argo0
= 0;
3215 PyObject
* _argo2
= 0;
3218 if(!PyArg_ParseTuple(args
,"OiOi|ii:wxIndividualLayoutConstraint_Set",&_argo0
,&_arg1
,&_argo2
,&_arg3
,&_arg4
,&_arg5
))
3221 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3222 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) {
3223 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Set. Expected _wxIndividualLayoutConstraint_p.");
3228 if (_argo2
== Py_None
) { _arg2
= NULL
; }
3229 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxWindow_p")) {
3230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxIndividualLayoutConstraint_Set. Expected _wxWindow_p.");
3235 wxPy_BEGIN_ALLOW_THREADS
;
3236 wxIndividualLayoutConstraint_Set(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
);
3238 wxPy_END_ALLOW_THREADS
;
3239 } Py_INCREF(Py_None
);
3240 _resultobj
= Py_None
;
3244 #define new_wxLayoutConstraints() (new wxLayoutConstraints())
3245 static PyObject
*_wrap_new_wxLayoutConstraints(PyObject
*self
, PyObject
*args
) {
3246 PyObject
* _resultobj
;
3247 wxLayoutConstraints
* _result
;
3251 if(!PyArg_ParseTuple(args
,":new_wxLayoutConstraints"))
3254 wxPy_BEGIN_ALLOW_THREADS
;
3255 _result
= (wxLayoutConstraints
*)new_wxLayoutConstraints();
3257 wxPy_END_ALLOW_THREADS
;
3259 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxLayoutConstraints_p");
3260 _resultobj
= Py_BuildValue("s",_ptemp
);
3263 _resultobj
= Py_None
;
3268 #define wxLayoutConstraints_bottom_get(_swigobj) (&_swigobj->bottom)
3269 static PyObject
*_wrap_wxLayoutConstraints_bottom_get(PyObject
*self
, PyObject
*args
) {
3270 PyObject
* _resultobj
;
3271 wxIndividualLayoutConstraint
* _result
;
3272 wxLayoutConstraints
* _arg0
;
3273 PyObject
* _argo0
= 0;
3277 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_bottom_get",&_argo0
))
3280 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3281 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3282 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_bottom_get. Expected _wxLayoutConstraints_p.");
3287 wxPy_BEGIN_ALLOW_THREADS
;
3288 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_bottom_get(_arg0
);
3290 wxPy_END_ALLOW_THREADS
;
3292 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3293 _resultobj
= Py_BuildValue("s",_ptemp
);
3296 _resultobj
= Py_None
;
3301 #define wxLayoutConstraints_centreX_get(_swigobj) (&_swigobj->centreX)
3302 static PyObject
*_wrap_wxLayoutConstraints_centreX_get(PyObject
*self
, PyObject
*args
) {
3303 PyObject
* _resultobj
;
3304 wxIndividualLayoutConstraint
* _result
;
3305 wxLayoutConstraints
* _arg0
;
3306 PyObject
* _argo0
= 0;
3310 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_centreX_get",&_argo0
))
3313 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3314 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3315 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_centreX_get. Expected _wxLayoutConstraints_p.");
3320 wxPy_BEGIN_ALLOW_THREADS
;
3321 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_centreX_get(_arg0
);
3323 wxPy_END_ALLOW_THREADS
;
3325 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3326 _resultobj
= Py_BuildValue("s",_ptemp
);
3329 _resultobj
= Py_None
;
3334 #define wxLayoutConstraints_centreY_get(_swigobj) (&_swigobj->centreY)
3335 static PyObject
*_wrap_wxLayoutConstraints_centreY_get(PyObject
*self
, PyObject
*args
) {
3336 PyObject
* _resultobj
;
3337 wxIndividualLayoutConstraint
* _result
;
3338 wxLayoutConstraints
* _arg0
;
3339 PyObject
* _argo0
= 0;
3343 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_centreY_get",&_argo0
))
3346 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3347 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3348 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_centreY_get. Expected _wxLayoutConstraints_p.");
3353 wxPy_BEGIN_ALLOW_THREADS
;
3354 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_centreY_get(_arg0
);
3356 wxPy_END_ALLOW_THREADS
;
3358 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3359 _resultobj
= Py_BuildValue("s",_ptemp
);
3362 _resultobj
= Py_None
;
3367 #define wxLayoutConstraints_height_get(_swigobj) (&_swigobj->height)
3368 static PyObject
*_wrap_wxLayoutConstraints_height_get(PyObject
*self
, PyObject
*args
) {
3369 PyObject
* _resultobj
;
3370 wxIndividualLayoutConstraint
* _result
;
3371 wxLayoutConstraints
* _arg0
;
3372 PyObject
* _argo0
= 0;
3376 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_height_get",&_argo0
))
3379 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3380 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3381 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_height_get. Expected _wxLayoutConstraints_p.");
3386 wxPy_BEGIN_ALLOW_THREADS
;
3387 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_height_get(_arg0
);
3389 wxPy_END_ALLOW_THREADS
;
3391 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3392 _resultobj
= Py_BuildValue("s",_ptemp
);
3395 _resultobj
= Py_None
;
3400 #define wxLayoutConstraints_left_get(_swigobj) (&_swigobj->left)
3401 static PyObject
*_wrap_wxLayoutConstraints_left_get(PyObject
*self
, PyObject
*args
) {
3402 PyObject
* _resultobj
;
3403 wxIndividualLayoutConstraint
* _result
;
3404 wxLayoutConstraints
* _arg0
;
3405 PyObject
* _argo0
= 0;
3409 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_left_get",&_argo0
))
3412 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3413 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3414 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_left_get. Expected _wxLayoutConstraints_p.");
3419 wxPy_BEGIN_ALLOW_THREADS
;
3420 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_left_get(_arg0
);
3422 wxPy_END_ALLOW_THREADS
;
3424 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3425 _resultobj
= Py_BuildValue("s",_ptemp
);
3428 _resultobj
= Py_None
;
3433 #define wxLayoutConstraints_right_get(_swigobj) (&_swigobj->right)
3434 static PyObject
*_wrap_wxLayoutConstraints_right_get(PyObject
*self
, PyObject
*args
) {
3435 PyObject
* _resultobj
;
3436 wxIndividualLayoutConstraint
* _result
;
3437 wxLayoutConstraints
* _arg0
;
3438 PyObject
* _argo0
= 0;
3442 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_right_get",&_argo0
))
3445 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3446 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3447 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_right_get. Expected _wxLayoutConstraints_p.");
3452 wxPy_BEGIN_ALLOW_THREADS
;
3453 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_right_get(_arg0
);
3455 wxPy_END_ALLOW_THREADS
;
3457 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3458 _resultobj
= Py_BuildValue("s",_ptemp
);
3461 _resultobj
= Py_None
;
3466 #define wxLayoutConstraints_top_get(_swigobj) (&_swigobj->top)
3467 static PyObject
*_wrap_wxLayoutConstraints_top_get(PyObject
*self
, PyObject
*args
) {
3468 PyObject
* _resultobj
;
3469 wxIndividualLayoutConstraint
* _result
;
3470 wxLayoutConstraints
* _arg0
;
3471 PyObject
* _argo0
= 0;
3475 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_top_get",&_argo0
))
3478 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3479 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3480 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_top_get. Expected _wxLayoutConstraints_p.");
3485 wxPy_BEGIN_ALLOW_THREADS
;
3486 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_top_get(_arg0
);
3488 wxPy_END_ALLOW_THREADS
;
3490 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3491 _resultobj
= Py_BuildValue("s",_ptemp
);
3494 _resultobj
= Py_None
;
3499 #define wxLayoutConstraints_width_get(_swigobj) (&_swigobj->width)
3500 static PyObject
*_wrap_wxLayoutConstraints_width_get(PyObject
*self
, PyObject
*args
) {
3501 PyObject
* _resultobj
;
3502 wxIndividualLayoutConstraint
* _result
;
3503 wxLayoutConstraints
* _arg0
;
3504 PyObject
* _argo0
= 0;
3508 if(!PyArg_ParseTuple(args
,"O:wxLayoutConstraints_width_get",&_argo0
))
3511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) {
3513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_width_get. Expected _wxLayoutConstraints_p.");
3518 wxPy_BEGIN_ALLOW_THREADS
;
3519 _result
= (wxIndividualLayoutConstraint
*)wxLayoutConstraints_width_get(_arg0
);
3521 wxPy_END_ALLOW_THREADS
;
3523 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p");
3524 _resultobj
= Py_BuildValue("s",_ptemp
);
3527 _resultobj
= Py_None
;
3532 #define new_wxRegion() (new wxRegion())
3533 static PyObject
*_wrap_new_wxRegion(PyObject
*self
, PyObject
*args
) {
3534 PyObject
* _resultobj
;
3539 if(!PyArg_ParseTuple(args
,":new_wxRegion"))
3542 wxPy_BEGIN_ALLOW_THREADS
;
3543 _result
= (wxRegion
*)new_wxRegion();
3545 wxPy_END_ALLOW_THREADS
;
3547 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRegion_p");
3548 _resultobj
= Py_BuildValue("s",_ptemp
);
3551 _resultobj
= Py_None
;
3556 #define delete_wxRegion(_swigobj) (delete _swigobj)
3557 static PyObject
*_wrap_delete_wxRegion(PyObject
*self
, PyObject
*args
) {
3558 PyObject
* _resultobj
;
3560 PyObject
* _argo0
= 0;
3563 if(!PyArg_ParseTuple(args
,"O:delete_wxRegion",&_argo0
))
3566 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3567 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3568 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxRegion. Expected _wxRegion_p.");
3573 wxPy_BEGIN_ALLOW_THREADS
;
3574 delete_wxRegion(_arg0
);
3576 wxPy_END_ALLOW_THREADS
;
3577 } Py_INCREF(Py_None
);
3578 _resultobj
= Py_None
;
3582 #define wxRegion_Clear(_swigobj) (_swigobj->Clear())
3583 static PyObject
*_wrap_wxRegion_Clear(PyObject
*self
, PyObject
*args
) {
3584 PyObject
* _resultobj
;
3586 PyObject
* _argo0
= 0;
3589 if(!PyArg_ParseTuple(args
,"O:wxRegion_Clear",&_argo0
))
3592 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3593 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3594 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_Clear. Expected _wxRegion_p.");
3599 wxPy_BEGIN_ALLOW_THREADS
;
3600 wxRegion_Clear(_arg0
);
3602 wxPy_END_ALLOW_THREADS
;
3603 } Py_INCREF(Py_None
);
3604 _resultobj
= Py_None
;
3608 #define wxRegion_Contains(_swigobj,_swigarg0,_swigarg1) (_swigobj->Contains(_swigarg0,_swigarg1))
3609 static PyObject
*_wrap_wxRegion_Contains(PyObject
*self
, PyObject
*args
) {
3610 PyObject
* _resultobj
;
3611 wxRegionContain _result
;
3615 PyObject
* _argo0
= 0;
3618 if(!PyArg_ParseTuple(args
,"Oll:wxRegion_Contains",&_argo0
,&_arg1
,&_arg2
))
3621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_Contains. Expected _wxRegion_p.");
3628 wxPy_BEGIN_ALLOW_THREADS
;
3629 _result
= (wxRegionContain
)wxRegion_Contains(_arg0
,_arg1
,_arg2
);
3631 wxPy_END_ALLOW_THREADS
;
3632 } _resultobj
= Py_BuildValue("i",_result
);
3636 #define wxRegion_ContainsPoint(_swigobj,_swigarg0) (_swigobj->Contains(_swigarg0))
3637 static PyObject
*_wrap_wxRegion_ContainsPoint(PyObject
*self
, PyObject
*args
) {
3638 PyObject
* _resultobj
;
3639 wxRegionContain _result
;
3642 PyObject
* _argo0
= 0;
3643 PyObject
* _argo1
= 0;
3646 if(!PyArg_ParseTuple(args
,"OO:wxRegion_ContainsPoint",&_argo0
,&_argo1
))
3649 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3650 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3651 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_ContainsPoint. Expected _wxRegion_p.");
3656 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3657 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxPoint_p")) {
3658 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRegion_ContainsPoint. Expected _wxPoint_p.");
3663 wxPy_BEGIN_ALLOW_THREADS
;
3664 _result
= (wxRegionContain
)wxRegion_ContainsPoint(_arg0
,*_arg1
);
3666 wxPy_END_ALLOW_THREADS
;
3667 } _resultobj
= Py_BuildValue("i",_result
);
3671 #define wxRegion_ContainsRect(_swigobj,_swigarg0) (_swigobj->Contains(_swigarg0))
3672 static PyObject
*_wrap_wxRegion_ContainsRect(PyObject
*self
, PyObject
*args
) {
3673 PyObject
* _resultobj
;
3674 wxRegionContain _result
;
3677 PyObject
* _argo0
= 0;
3678 PyObject
* _argo1
= 0;
3681 if(!PyArg_ParseTuple(args
,"OO:wxRegion_ContainsRect",&_argo0
,&_argo1
))
3684 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3685 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3686 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_ContainsRect. Expected _wxRegion_p.");
3691 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3692 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxRect_p")) {
3693 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRegion_ContainsRect. Expected _wxRect_p.");
3698 wxPy_BEGIN_ALLOW_THREADS
;
3699 _result
= (wxRegionContain
)wxRegion_ContainsRect(_arg0
,*_arg1
);
3701 wxPy_END_ALLOW_THREADS
;
3702 } _resultobj
= Py_BuildValue("i",_result
);
3706 #define wxRegion_GetBox(_swigobj) (_swigobj->GetBox())
3707 static PyObject
*_wrap_wxRegion_GetBox(PyObject
*self
, PyObject
*args
) {
3708 PyObject
* _resultobj
;
3711 PyObject
* _argo0
= 0;
3715 if(!PyArg_ParseTuple(args
,"O:wxRegion_GetBox",&_argo0
))
3718 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3719 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3720 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_GetBox. Expected _wxRegion_p.");
3725 wxPy_BEGIN_ALLOW_THREADS
;
3726 _result
= new wxRect (wxRegion_GetBox(_arg0
));
3728 wxPy_END_ALLOW_THREADS
;
3729 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRect_p");
3730 _resultobj
= Py_BuildValue("s",_ptemp
);
3734 #define wxRegion_Intersect(_swigobj,_swigarg0) (_swigobj->Intersect(_swigarg0))
3735 static PyObject
*_wrap_wxRegion_Intersect(PyObject
*self
, PyObject
*args
) {
3736 PyObject
* _resultobj
;
3740 PyObject
* _argo0
= 0;
3741 PyObject
* _argo1
= 0;
3744 if(!PyArg_ParseTuple(args
,"OO:wxRegion_Intersect",&_argo0
,&_argo1
))
3747 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3748 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3749 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_Intersect. Expected _wxRegion_p.");
3754 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3755 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxRect_p")) {
3756 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRegion_Intersect. Expected _wxRect_p.");
3761 wxPy_BEGIN_ALLOW_THREADS
;
3762 _result
= (bool )wxRegion_Intersect(_arg0
,*_arg1
);
3764 wxPy_END_ALLOW_THREADS
;
3765 } _resultobj
= Py_BuildValue("i",_result
);
3769 #define wxRegion_IsEmpty(_swigobj) (_swigobj->IsEmpty())
3770 static PyObject
*_wrap_wxRegion_IsEmpty(PyObject
*self
, PyObject
*args
) {
3771 PyObject
* _resultobj
;
3774 PyObject
* _argo0
= 0;
3777 if(!PyArg_ParseTuple(args
,"O:wxRegion_IsEmpty",&_argo0
))
3780 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3781 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3782 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_IsEmpty. Expected _wxRegion_p.");
3787 wxPy_BEGIN_ALLOW_THREADS
;
3788 _result
= (bool )wxRegion_IsEmpty(_arg0
);
3790 wxPy_END_ALLOW_THREADS
;
3791 } _resultobj
= Py_BuildValue("i",_result
);
3795 #define wxRegion_Subtract(_swigobj,_swigarg0) (_swigobj->Subtract(_swigarg0))
3796 static PyObject
*_wrap_wxRegion_Subtract(PyObject
*self
, PyObject
*args
) {
3797 PyObject
* _resultobj
;
3801 PyObject
* _argo0
= 0;
3802 PyObject
* _argo1
= 0;
3805 if(!PyArg_ParseTuple(args
,"OO:wxRegion_Subtract",&_argo0
,&_argo1
))
3808 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3809 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3810 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_Subtract. Expected _wxRegion_p.");
3815 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3816 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxRect_p")) {
3817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRegion_Subtract. Expected _wxRect_p.");
3822 wxPy_BEGIN_ALLOW_THREADS
;
3823 _result
= (bool )wxRegion_Subtract(_arg0
,*_arg1
);
3825 wxPy_END_ALLOW_THREADS
;
3826 } _resultobj
= Py_BuildValue("i",_result
);
3830 #define wxRegion_Union(_swigobj,_swigarg0) (_swigobj->Union(_swigarg0))
3831 static PyObject
*_wrap_wxRegion_Union(PyObject
*self
, PyObject
*args
) {
3832 PyObject
* _resultobj
;
3836 PyObject
* _argo0
= 0;
3837 PyObject
* _argo1
= 0;
3840 if(!PyArg_ParseTuple(args
,"OO:wxRegion_Union",&_argo0
,&_argo1
))
3843 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3844 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3845 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_Union. Expected _wxRegion_p.");
3850 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3851 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxRect_p")) {
3852 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRegion_Union. Expected _wxRect_p.");
3857 wxPy_BEGIN_ALLOW_THREADS
;
3858 _result
= (bool )wxRegion_Union(_arg0
,*_arg1
);
3860 wxPy_END_ALLOW_THREADS
;
3861 } _resultobj
= Py_BuildValue("i",_result
);
3865 #define wxRegion_Xor(_swigobj,_swigarg0) (_swigobj->Xor(_swigarg0))
3866 static PyObject
*_wrap_wxRegion_Xor(PyObject
*self
, PyObject
*args
) {
3867 PyObject
* _resultobj
;
3871 PyObject
* _argo0
= 0;
3872 PyObject
* _argo1
= 0;
3875 if(!PyArg_ParseTuple(args
,"OO:wxRegion_Xor",&_argo0
,&_argo1
))
3878 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3879 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3880 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegion_Xor. Expected _wxRegion_p.");
3885 if (_argo1
== Py_None
) { _arg1
= NULL
; }
3886 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxRect_p")) {
3887 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxRegion_Xor. Expected _wxRect_p.");
3892 wxPy_BEGIN_ALLOW_THREADS
;
3893 _result
= (bool )wxRegion_Xor(_arg0
,*_arg1
);
3895 wxPy_END_ALLOW_THREADS
;
3896 } _resultobj
= Py_BuildValue("i",_result
);
3900 #define new_wxRegionIterator(_swigarg0) (new wxRegionIterator(_swigarg0))
3901 static PyObject
*_wrap_new_wxRegionIterator(PyObject
*self
, PyObject
*args
) {
3902 PyObject
* _resultobj
;
3903 wxRegionIterator
* _result
;
3905 PyObject
* _argo0
= 0;
3909 if(!PyArg_ParseTuple(args
,"O:new_wxRegionIterator",&_argo0
))
3912 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3913 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegion_p")) {
3914 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxRegionIterator. Expected _wxRegion_p.");
3919 wxPy_BEGIN_ALLOW_THREADS
;
3920 _result
= (wxRegionIterator
*)new_wxRegionIterator(*_arg0
);
3922 wxPy_END_ALLOW_THREADS
;
3924 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRegionIterator_p");
3925 _resultobj
= Py_BuildValue("s",_ptemp
);
3928 _resultobj
= Py_None
;
3933 #define delete_wxRegionIterator(_swigobj) (delete _swigobj)
3934 static PyObject
*_wrap_delete_wxRegionIterator(PyObject
*self
, PyObject
*args
) {
3935 PyObject
* _resultobj
;
3936 wxRegionIterator
* _arg0
;
3937 PyObject
* _argo0
= 0;
3940 if(!PyArg_ParseTuple(args
,"O:delete_wxRegionIterator",&_argo0
))
3943 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3944 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
3945 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxRegionIterator. Expected _wxRegionIterator_p.");
3950 wxPy_BEGIN_ALLOW_THREADS
;
3951 delete_wxRegionIterator(_arg0
);
3953 wxPy_END_ALLOW_THREADS
;
3954 } Py_INCREF(Py_None
);
3955 _resultobj
= Py_None
;
3959 #define wxRegionIterator_GetX(_swigobj) (_swigobj->GetX())
3960 static PyObject
*_wrap_wxRegionIterator_GetX(PyObject
*self
, PyObject
*args
) {
3961 PyObject
* _resultobj
;
3963 wxRegionIterator
* _arg0
;
3964 PyObject
* _argo0
= 0;
3967 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_GetX",&_argo0
))
3970 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3971 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
3972 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_GetX. Expected _wxRegionIterator_p.");
3977 wxPy_BEGIN_ALLOW_THREADS
;
3978 _result
= (long )wxRegionIterator_GetX(_arg0
);
3980 wxPy_END_ALLOW_THREADS
;
3981 } _resultobj
= Py_BuildValue("l",_result
);
3985 #define wxRegionIterator_GetY(_swigobj) (_swigobj->GetY())
3986 static PyObject
*_wrap_wxRegionIterator_GetY(PyObject
*self
, PyObject
*args
) {
3987 PyObject
* _resultobj
;
3989 wxRegionIterator
* _arg0
;
3990 PyObject
* _argo0
= 0;
3993 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_GetY",&_argo0
))
3996 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3997 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
3998 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_GetY. Expected _wxRegionIterator_p.");
4003 wxPy_BEGIN_ALLOW_THREADS
;
4004 _result
= (long )wxRegionIterator_GetY(_arg0
);
4006 wxPy_END_ALLOW_THREADS
;
4007 } _resultobj
= Py_BuildValue("l",_result
);
4011 #define wxRegionIterator_GetW(_swigobj) (_swigobj->GetW())
4012 static PyObject
*_wrap_wxRegionIterator_GetW(PyObject
*self
, PyObject
*args
) {
4013 PyObject
* _resultobj
;
4015 wxRegionIterator
* _arg0
;
4016 PyObject
* _argo0
= 0;
4019 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_GetW",&_argo0
))
4022 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4023 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4024 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_GetW. Expected _wxRegionIterator_p.");
4029 wxPy_BEGIN_ALLOW_THREADS
;
4030 _result
= (long )wxRegionIterator_GetW(_arg0
);
4032 wxPy_END_ALLOW_THREADS
;
4033 } _resultobj
= Py_BuildValue("l",_result
);
4037 #define wxRegionIterator_GetWidth(_swigobj) (_swigobj->GetWidth())
4038 static PyObject
*_wrap_wxRegionIterator_GetWidth(PyObject
*self
, PyObject
*args
) {
4039 PyObject
* _resultobj
;
4041 wxRegionIterator
* _arg0
;
4042 PyObject
* _argo0
= 0;
4045 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_GetWidth",&_argo0
))
4048 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4049 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4050 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_GetWidth. Expected _wxRegionIterator_p.");
4055 wxPy_BEGIN_ALLOW_THREADS
;
4056 _result
= (long )wxRegionIterator_GetWidth(_arg0
);
4058 wxPy_END_ALLOW_THREADS
;
4059 } _resultobj
= Py_BuildValue("l",_result
);
4063 #define wxRegionIterator_GetH(_swigobj) (_swigobj->GetH())
4064 static PyObject
*_wrap_wxRegionIterator_GetH(PyObject
*self
, PyObject
*args
) {
4065 PyObject
* _resultobj
;
4067 wxRegionIterator
* _arg0
;
4068 PyObject
* _argo0
= 0;
4071 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_GetH",&_argo0
))
4074 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4075 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4076 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_GetH. Expected _wxRegionIterator_p.");
4081 wxPy_BEGIN_ALLOW_THREADS
;
4082 _result
= (long )wxRegionIterator_GetH(_arg0
);
4084 wxPy_END_ALLOW_THREADS
;
4085 } _resultobj
= Py_BuildValue("l",_result
);
4089 #define wxRegionIterator_GetHeight(_swigobj) (_swigobj->GetHeight())
4090 static PyObject
*_wrap_wxRegionIterator_GetHeight(PyObject
*self
, PyObject
*args
) {
4091 PyObject
* _resultobj
;
4093 wxRegionIterator
* _arg0
;
4094 PyObject
* _argo0
= 0;
4097 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_GetHeight",&_argo0
))
4100 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4101 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4102 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_GetHeight. Expected _wxRegionIterator_p.");
4107 wxPy_BEGIN_ALLOW_THREADS
;
4108 _result
= (long )wxRegionIterator_GetHeight(_arg0
);
4110 wxPy_END_ALLOW_THREADS
;
4111 } _resultobj
= Py_BuildValue("l",_result
);
4115 #define wxRegionIterator_GetRect(_swigobj) (_swigobj->GetRect())
4116 static PyObject
*_wrap_wxRegionIterator_GetRect(PyObject
*self
, PyObject
*args
) {
4117 PyObject
* _resultobj
;
4119 wxRegionIterator
* _arg0
;
4120 PyObject
* _argo0
= 0;
4124 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_GetRect",&_argo0
))
4127 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4128 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4129 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_GetRect. Expected _wxRegionIterator_p.");
4134 wxPy_BEGIN_ALLOW_THREADS
;
4135 _result
= new wxRect (wxRegionIterator_GetRect(_arg0
));
4137 wxPy_END_ALLOW_THREADS
;
4138 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRect_p");
4139 _resultobj
= Py_BuildValue("s",_ptemp
);
4143 #define wxRegionIterator_HaveRects(_swigobj) (_swigobj->HaveRects())
4144 static PyObject
*_wrap_wxRegionIterator_HaveRects(PyObject
*self
, PyObject
*args
) {
4145 PyObject
* _resultobj
;
4147 wxRegionIterator
* _arg0
;
4148 PyObject
* _argo0
= 0;
4151 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_HaveRects",&_argo0
))
4154 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4155 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4156 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_HaveRects. Expected _wxRegionIterator_p.");
4161 wxPy_BEGIN_ALLOW_THREADS
;
4162 _result
= (bool )wxRegionIterator_HaveRects(_arg0
);
4164 wxPy_END_ALLOW_THREADS
;
4165 } _resultobj
= Py_BuildValue("i",_result
);
4169 #define wxRegionIterator_Reset(_swigobj) (_swigobj->Reset())
4170 static PyObject
*_wrap_wxRegionIterator_Reset(PyObject
*self
, PyObject
*args
) {
4171 PyObject
* _resultobj
;
4172 wxRegionIterator
* _arg0
;
4173 PyObject
* _argo0
= 0;
4176 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_Reset",&_argo0
))
4179 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4180 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4181 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_Reset. Expected _wxRegionIterator_p.");
4186 wxPy_BEGIN_ALLOW_THREADS
;
4187 wxRegionIterator_Reset(_arg0
);
4189 wxPy_END_ALLOW_THREADS
;
4190 } Py_INCREF(Py_None
);
4191 _resultobj
= Py_None
;
4195 static void wxRegionIterator_Next(wxRegionIterator
*self
) {
4198 static PyObject
*_wrap_wxRegionIterator_Next(PyObject
*self
, PyObject
*args
) {
4199 PyObject
* _resultobj
;
4200 wxRegionIterator
* _arg0
;
4201 PyObject
* _argo0
= 0;
4204 if(!PyArg_ParseTuple(args
,"O:wxRegionIterator_Next",&_argo0
))
4207 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4208 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxRegionIterator_p")) {
4209 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxRegionIterator_Next. Expected _wxRegionIterator_p.");
4214 wxPy_BEGIN_ALLOW_THREADS
;
4215 wxRegionIterator_Next(_arg0
);
4217 wxPy_END_ALLOW_THREADS
;
4218 } Py_INCREF(Py_None
);
4219 _resultobj
= Py_None
;
4223 #define new_wxAcceleratorEntry(_swigarg0,_swigarg1,_swigarg2) (new wxAcceleratorEntry(_swigarg0,_swigarg1,_swigarg2))
4224 static PyObject
*_wrap_new_wxAcceleratorEntry(PyObject
*self
, PyObject
*args
) {
4225 PyObject
* _resultobj
;
4226 wxAcceleratorEntry
* _result
;
4227 int _arg0
= (int ) 0;
4228 int _arg1
= (int ) 0;
4229 int _arg2
= (int ) 0;
4233 if(!PyArg_ParseTuple(args
,"|iii:new_wxAcceleratorEntry",&_arg0
,&_arg1
,&_arg2
))
4236 wxPy_BEGIN_ALLOW_THREADS
;
4237 _result
= (wxAcceleratorEntry
*)new_wxAcceleratorEntry(_arg0
,_arg1
,_arg2
);
4239 wxPy_END_ALLOW_THREADS
;
4241 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxAcceleratorEntry_p");
4242 _resultobj
= Py_BuildValue("s",_ptemp
);
4245 _resultobj
= Py_None
;
4250 #define wxAcceleratorEntry_Set(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->Set(_swigarg0,_swigarg1,_swigarg2))
4251 static PyObject
*_wrap_wxAcceleratorEntry_Set(PyObject
*self
, PyObject
*args
) {
4252 PyObject
* _resultobj
;
4253 wxAcceleratorEntry
* _arg0
;
4257 PyObject
* _argo0
= 0;
4260 if(!PyArg_ParseTuple(args
,"Oiii:wxAcceleratorEntry_Set",&_argo0
,&_arg1
,&_arg2
,&_arg3
))
4263 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4264 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) {
4265 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_Set. Expected _wxAcceleratorEntry_p.");
4270 wxPy_BEGIN_ALLOW_THREADS
;
4271 wxAcceleratorEntry_Set(_arg0
,_arg1
,_arg2
,_arg3
);
4273 wxPy_END_ALLOW_THREADS
;
4274 } Py_INCREF(Py_None
);
4275 _resultobj
= Py_None
;
4279 #define wxAcceleratorEntry_GetFlags(_swigobj) (_swigobj->GetFlags())
4280 static PyObject
*_wrap_wxAcceleratorEntry_GetFlags(PyObject
*self
, PyObject
*args
) {
4281 PyObject
* _resultobj
;
4283 wxAcceleratorEntry
* _arg0
;
4284 PyObject
* _argo0
= 0;
4287 if(!PyArg_ParseTuple(args
,"O:wxAcceleratorEntry_GetFlags",&_argo0
))
4290 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4291 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) {
4292 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_GetFlags. Expected _wxAcceleratorEntry_p.");
4297 wxPy_BEGIN_ALLOW_THREADS
;
4298 _result
= (int )wxAcceleratorEntry_GetFlags(_arg0
);
4300 wxPy_END_ALLOW_THREADS
;
4301 } _resultobj
= Py_BuildValue("i",_result
);
4305 #define wxAcceleratorEntry_GetKeyCode(_swigobj) (_swigobj->GetKeyCode())
4306 static PyObject
*_wrap_wxAcceleratorEntry_GetKeyCode(PyObject
*self
, PyObject
*args
) {
4307 PyObject
* _resultobj
;
4309 wxAcceleratorEntry
* _arg0
;
4310 PyObject
* _argo0
= 0;
4313 if(!PyArg_ParseTuple(args
,"O:wxAcceleratorEntry_GetKeyCode",&_argo0
))
4316 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4317 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) {
4318 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_GetKeyCode. Expected _wxAcceleratorEntry_p.");
4323 wxPy_BEGIN_ALLOW_THREADS
;
4324 _result
= (int )wxAcceleratorEntry_GetKeyCode(_arg0
);
4326 wxPy_END_ALLOW_THREADS
;
4327 } _resultobj
= Py_BuildValue("i",_result
);
4331 #define wxAcceleratorEntry_GetCommand(_swigobj) (_swigobj->GetCommand())
4332 static PyObject
*_wrap_wxAcceleratorEntry_GetCommand(PyObject
*self
, PyObject
*args
) {
4333 PyObject
* _resultobj
;
4335 wxAcceleratorEntry
* _arg0
;
4336 PyObject
* _argo0
= 0;
4339 if(!PyArg_ParseTuple(args
,"O:wxAcceleratorEntry_GetCommand",&_argo0
))
4342 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4343 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) {
4344 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_GetCommand. Expected _wxAcceleratorEntry_p.");
4349 wxPy_BEGIN_ALLOW_THREADS
;
4350 _result
= (int )wxAcceleratorEntry_GetCommand(_arg0
);
4352 wxPy_END_ALLOW_THREADS
;
4353 } _resultobj
= Py_BuildValue("i",_result
);
4357 #define new_wxAcceleratorTable(_swigarg0,_swigarg1) (new wxAcceleratorTable(_swigarg0,_swigarg1))
4358 static PyObject
*_wrap_new_wxAcceleratorTable(PyObject
*self
, PyObject
*args
) {
4359 PyObject
* _resultobj
;
4360 wxAcceleratorTable
* _result
;
4362 wxAcceleratorEntry
* _arg1
;
4363 PyObject
* _obj1
= 0;
4367 if(!PyArg_ParseTuple(args
,"O:new_wxAcceleratorTable",&_obj1
))
4371 _arg1
= wxAcceleratorEntry_LIST_helper(_obj1
);
4372 if (_arg1
== NULL
) {
4378 _arg0
= PyList_Size(_obj1
);
4385 wxPy_BEGIN_ALLOW_THREADS
;
4386 _result
= (wxAcceleratorTable
*)new_wxAcceleratorTable(_arg0
,_arg1
);
4388 wxPy_END_ALLOW_THREADS
;
4390 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxAcceleratorTable_p");
4391 _resultobj
= Py_BuildValue("s",_ptemp
);
4394 _resultobj
= Py_None
;
4402 static PyMethodDef misccMethods
[] = {
4403 { "new_wxAcceleratorTable", _wrap_new_wxAcceleratorTable
, METH_VARARGS
},
4404 { "wxAcceleratorEntry_GetCommand", _wrap_wxAcceleratorEntry_GetCommand
, METH_VARARGS
},
4405 { "wxAcceleratorEntry_GetKeyCode", _wrap_wxAcceleratorEntry_GetKeyCode
, METH_VARARGS
},
4406 { "wxAcceleratorEntry_GetFlags", _wrap_wxAcceleratorEntry_GetFlags
, METH_VARARGS
},
4407 { "wxAcceleratorEntry_Set", _wrap_wxAcceleratorEntry_Set
, METH_VARARGS
},
4408 { "new_wxAcceleratorEntry", _wrap_new_wxAcceleratorEntry
, METH_VARARGS
},
4409 { "wxRegionIterator_Next", _wrap_wxRegionIterator_Next
, METH_VARARGS
},
4410 { "wxRegionIterator_Reset", _wrap_wxRegionIterator_Reset
, METH_VARARGS
},
4411 { "wxRegionIterator_HaveRects", _wrap_wxRegionIterator_HaveRects
, METH_VARARGS
},
4412 { "wxRegionIterator_GetRect", _wrap_wxRegionIterator_GetRect
, METH_VARARGS
},
4413 { "wxRegionIterator_GetHeight", _wrap_wxRegionIterator_GetHeight
, METH_VARARGS
},
4414 { "wxRegionIterator_GetH", _wrap_wxRegionIterator_GetH
, METH_VARARGS
},
4415 { "wxRegionIterator_GetWidth", _wrap_wxRegionIterator_GetWidth
, METH_VARARGS
},
4416 { "wxRegionIterator_GetW", _wrap_wxRegionIterator_GetW
, METH_VARARGS
},
4417 { "wxRegionIterator_GetY", _wrap_wxRegionIterator_GetY
, METH_VARARGS
},
4418 { "wxRegionIterator_GetX", _wrap_wxRegionIterator_GetX
, METH_VARARGS
},
4419 { "delete_wxRegionIterator", _wrap_delete_wxRegionIterator
, METH_VARARGS
},
4420 { "new_wxRegionIterator", _wrap_new_wxRegionIterator
, METH_VARARGS
},
4421 { "wxRegion_Xor", _wrap_wxRegion_Xor
, METH_VARARGS
},
4422 { "wxRegion_Union", _wrap_wxRegion_Union
, METH_VARARGS
},
4423 { "wxRegion_Subtract", _wrap_wxRegion_Subtract
, METH_VARARGS
},
4424 { "wxRegion_IsEmpty", _wrap_wxRegion_IsEmpty
, METH_VARARGS
},
4425 { "wxRegion_Intersect", _wrap_wxRegion_Intersect
, METH_VARARGS
},
4426 { "wxRegion_GetBox", _wrap_wxRegion_GetBox
, METH_VARARGS
},
4427 { "wxRegion_ContainsRect", _wrap_wxRegion_ContainsRect
, METH_VARARGS
},
4428 { "wxRegion_ContainsPoint", _wrap_wxRegion_ContainsPoint
, METH_VARARGS
},
4429 { "wxRegion_Contains", _wrap_wxRegion_Contains
, METH_VARARGS
},
4430 { "wxRegion_Clear", _wrap_wxRegion_Clear
, METH_VARARGS
},
4431 { "delete_wxRegion", _wrap_delete_wxRegion
, METH_VARARGS
},
4432 { "new_wxRegion", _wrap_new_wxRegion
, METH_VARARGS
},
4433 { "wxLayoutConstraints_width_get", _wrap_wxLayoutConstraints_width_get
, METH_VARARGS
},
4434 { "wxLayoutConstraints_top_get", _wrap_wxLayoutConstraints_top_get
, METH_VARARGS
},
4435 { "wxLayoutConstraints_right_get", _wrap_wxLayoutConstraints_right_get
, METH_VARARGS
},
4436 { "wxLayoutConstraints_left_get", _wrap_wxLayoutConstraints_left_get
, METH_VARARGS
},
4437 { "wxLayoutConstraints_height_get", _wrap_wxLayoutConstraints_height_get
, METH_VARARGS
},
4438 { "wxLayoutConstraints_centreY_get", _wrap_wxLayoutConstraints_centreY_get
, METH_VARARGS
},
4439 { "wxLayoutConstraints_centreX_get", _wrap_wxLayoutConstraints_centreX_get
, METH_VARARGS
},
4440 { "wxLayoutConstraints_bottom_get", _wrap_wxLayoutConstraints_bottom_get
, METH_VARARGS
},
4441 { "new_wxLayoutConstraints", _wrap_new_wxLayoutConstraints
, METH_VARARGS
},
4442 { "wxIndividualLayoutConstraint_Set", _wrap_wxIndividualLayoutConstraint_Set
, METH_VARARGS
},
4443 { "wxIndividualLayoutConstraint_SameAs", _wrap_wxIndividualLayoutConstraint_SameAs
, METH_VARARGS
},
4444 { "wxIndividualLayoutConstraint_RightOf", _wrap_wxIndividualLayoutConstraint_RightOf
, METH_VARARGS
},
4445 { "wxIndividualLayoutConstraint_PercentOf", _wrap_wxIndividualLayoutConstraint_PercentOf
, METH_VARARGS
},
4446 { "wxIndividualLayoutConstraint_LeftOf", _wrap_wxIndividualLayoutConstraint_LeftOf
, METH_VARARGS
},
4447 { "wxIndividualLayoutConstraint_Unconstrained", _wrap_wxIndividualLayoutConstraint_Unconstrained
, METH_VARARGS
},
4448 { "wxIndividualLayoutConstraint_Below", _wrap_wxIndividualLayoutConstraint_Below
, METH_VARARGS
},
4449 { "wxIndividualLayoutConstraint_AsIs", _wrap_wxIndividualLayoutConstraint_AsIs
, METH_VARARGS
},
4450 { "wxIndividualLayoutConstraint_Absolute", _wrap_wxIndividualLayoutConstraint_Absolute
, METH_VARARGS
},
4451 { "wxIndividualLayoutConstraint_Above", _wrap_wxIndividualLayoutConstraint_Above
, METH_VARARGS
},
4452 { "wxPyTimer_Stop", _wrap_wxPyTimer_Stop
, METH_VARARGS
},
4453 { "wxPyTimer_Start", _wrap_wxPyTimer_Start
, METH_VARARGS
},
4454 { "wxPyTimer_Interval", _wrap_wxPyTimer_Interval
, METH_VARARGS
},
4455 { "delete_wxPyTimer", _wrap_delete_wxPyTimer
, METH_VARARGS
},
4456 { "new_wxPyTimer", _wrap_new_wxPyTimer
, METH_VARARGS
},
4457 { "wxRect_asTuple", _wrap_wxRect_asTuple
, METH_VARARGS
},
4458 { "wxRect_height_get", _wrap_wxRect_height_get
, METH_VARARGS
},
4459 { "wxRect_height_set", _wrap_wxRect_height_set
, METH_VARARGS
},
4460 { "wxRect_width_get", _wrap_wxRect_width_get
, METH_VARARGS
},
4461 { "wxRect_width_set", _wrap_wxRect_width_set
, METH_VARARGS
},
4462 { "wxRect_y_get", _wrap_wxRect_y_get
, METH_VARARGS
},
4463 { "wxRect_y_set", _wrap_wxRect_y_set
, METH_VARARGS
},
4464 { "wxRect_x_get", _wrap_wxRect_x_get
, METH_VARARGS
},
4465 { "wxRect_x_set", _wrap_wxRect_x_set
, METH_VARARGS
},
4466 { "wxRect_GetRight", _wrap_wxRect_GetRight
, METH_VARARGS
},
4467 { "wxRect_GetBottom", _wrap_wxRect_GetBottom
, METH_VARARGS
},
4468 { "wxRect_GetTop", _wrap_wxRect_GetTop
, METH_VARARGS
},
4469 { "wxRect_GetLeft", _wrap_wxRect_GetLeft
, METH_VARARGS
},
4470 { "wxRect_GetSize", _wrap_wxRect_GetSize
, METH_VARARGS
},
4471 { "wxRect_GetPosition", _wrap_wxRect_GetPosition
, METH_VARARGS
},
4472 { "wxRect_SetHeight", _wrap_wxRect_SetHeight
, METH_VARARGS
},
4473 { "wxRect_GetHeight", _wrap_wxRect_GetHeight
, METH_VARARGS
},
4474 { "wxRect_SetWidth", _wrap_wxRect_SetWidth
, METH_VARARGS
},
4475 { "wxRect_GetWidth", _wrap_wxRect_GetWidth
, METH_VARARGS
},
4476 { "wxRect_SetY", _wrap_wxRect_SetY
, METH_VARARGS
},
4477 { "wxRect_GetY", _wrap_wxRect_GetY
, METH_VARARGS
},
4478 { "wxRect_SetX", _wrap_wxRect_SetX
, METH_VARARGS
},
4479 { "wxRect_GetX", _wrap_wxRect_GetX
, METH_VARARGS
},
4480 { "delete_wxRect", _wrap_delete_wxRect
, METH_VARARGS
},
4481 { "new_wxRect", _wrap_new_wxRect
, METH_VARARGS
},
4482 { "wxPoint_asTuple", _wrap_wxPoint_asTuple
, METH_VARARGS
},
4483 { "wxPoint_Set", _wrap_wxPoint_Set
, METH_VARARGS
},
4484 { "delete_wxPoint", _wrap_delete_wxPoint
, METH_VARARGS
},
4485 { "new_wxPoint", _wrap_new_wxPoint
, METH_VARARGS
},
4486 { "wxPoint_y_get", _wrap_wxPoint_y_get
, METH_VARARGS
},
4487 { "wxPoint_y_set", _wrap_wxPoint_y_set
, METH_VARARGS
},
4488 { "wxPoint_x_get", _wrap_wxPoint_x_get
, METH_VARARGS
},
4489 { "wxPoint_x_set", _wrap_wxPoint_x_set
, METH_VARARGS
},
4490 { "delete_wxRealPoint", _wrap_delete_wxRealPoint
, METH_VARARGS
},
4491 { "new_wxRealPoint", _wrap_new_wxRealPoint
, METH_VARARGS
},
4492 { "wxRealPoint_y_get", _wrap_wxRealPoint_y_get
, METH_VARARGS
},
4493 { "wxRealPoint_y_set", _wrap_wxRealPoint_y_set
, METH_VARARGS
},
4494 { "wxRealPoint_x_get", _wrap_wxRealPoint_x_get
, METH_VARARGS
},
4495 { "wxRealPoint_x_set", _wrap_wxRealPoint_x_set
, METH_VARARGS
},
4496 { "wxSize_asTuple", _wrap_wxSize_asTuple
, METH_VARARGS
},
4497 { "wxSize_SetHeight", _wrap_wxSize_SetHeight
, METH_VARARGS
},
4498 { "wxSize_SetWidth", _wrap_wxSize_SetWidth
, METH_VARARGS
},
4499 { "wxSize_GetHeight", _wrap_wxSize_GetHeight
, METH_VARARGS
},
4500 { "wxSize_GetWidth", _wrap_wxSize_GetWidth
, METH_VARARGS
},
4501 { "wxSize_GetY", _wrap_wxSize_GetY
, METH_VARARGS
},
4502 { "wxSize_GetX", _wrap_wxSize_GetX
, METH_VARARGS
},
4503 { "wxSize_Set", _wrap_wxSize_Set
, METH_VARARGS
},
4504 { "delete_wxSize", _wrap_delete_wxSize
, METH_VARARGS
},
4505 { "new_wxSize", _wrap_new_wxSize
, METH_VARARGS
},
4506 { "wxSize_height_get", _wrap_wxSize_y_get
, METH_VARARGS
},
4507 { "wxSize_height_set", _wrap_wxSize_y_set
, METH_VARARGS
},
4508 { "wxSize_width_get", _wrap_wxSize_x_get
, METH_VARARGS
},
4509 { "wxSize_width_set", _wrap_wxSize_x_set
, METH_VARARGS
},
4510 { "wxSize_y_get", _wrap_wxSize_y_get
, METH_VARARGS
},
4511 { "wxSize_y_set", _wrap_wxSize_y_set
, METH_VARARGS
},
4512 { "wxSize_x_get", _wrap_wxSize_x_get
, METH_VARARGS
},
4513 { "wxSize_x_set", _wrap_wxSize_x_set
, METH_VARARGS
},
4514 { "wxSystemSettings_GetSystemMetric", _wrap_wxSystemSettings_GetSystemMetric
, METH_VARARGS
},
4515 { "wxSystemSettings_GetSystemFont", _wrap_wxSystemSettings_GetSystemFont
, METH_VARARGS
},
4516 { "wxSystemSettings_GetSystemColour", _wrap_wxSystemSettings_GetSystemColour
, METH_VARARGS
},
4517 { "wxResourceParseString", _wrap_wxResourceParseString
, METH_VARARGS
},
4518 { "wxResourceParseFile", _wrap_wxResourceParseFile
, METH_VARARGS
},
4519 { "wxResourceParseData", _wrap_wxResourceParseData
, METH_VARARGS
},
4520 { "wxResourceGetIdentifier", _wrap_wxResourceGetIdentifier
, METH_VARARGS
},
4521 { "wxResourceCreateMenuBar", _wrap_wxResourceCreateMenuBar
, METH_VARARGS
},
4522 { "wxResourceCreateIcon", _wrap_wxResourceCreateIcon
, METH_VARARGS
},
4523 { "wxResourceCreateBitmap", _wrap_wxResourceCreateBitmap
, METH_VARARGS
},
4524 { "wxResourceClear", _wrap_wxResourceClear
, METH_VARARGS
},
4525 { "wxResourceAddIdentifier", _wrap_wxResourceAddIdentifier
, METH_VARARGS
},
4526 { "wxGetResource", _wrap_wxGetResource
, METH_VARARGS
},
4527 { "wxEnableTopLevelWindows", _wrap_wxEnableTopLevelWindows
, METH_VARARGS
},
4528 { "wxSafeYield", _wrap_wxSafeYield
, METH_VARARGS
},
4529 { "wxYield", _wrap_wxYield
, METH_VARARGS
},
4530 { "wxSleep", _wrap_wxSleep
, METH_VARARGS
},
4531 { "wxGetOsVersion", _wrap_wxGetOsVersion
, METH_VARARGS
},
4532 { "wxStartTimer", _wrap_wxStartTimer
, METH_VARARGS
},
4533 { "wxShell", _wrap_wxShell
, METH_VARARGS
},
4534 { "wxNow", _wrap_wxNow
, METH_VARARGS
},
4535 { "wxIsBusy", _wrap_wxIsBusy
, METH_VARARGS
},
4536 { "wxGetMousePosition", _wrap_wxGetMousePosition
, METH_VARARGS
},
4537 { "wxGetFreeMemory", _wrap_wxGetFreeMemory
, METH_VARARGS
},
4538 { "wxGetElapsedTime", _wrap_wxGetElapsedTime
, METH_VARARGS
},
4539 { "wxGetActiveWindow", _wrap_wxGetActiveWindow
, METH_VARARGS
},
4540 { "wxExecute", _wrap_wxExecute
, METH_VARARGS
},
4541 { "wxEndBusyCursor", _wrap_wxEndBusyCursor
, METH_VARARGS
},
4542 { "wxDisplaySize", _wrap_wxDisplaySize
, METH_VARARGS
},
4543 { "wxBell", _wrap_wxBell
, METH_VARARGS
},
4544 { "wxBeginBusyCursor", _wrap_wxBeginBusyCursor
, METH_VARARGS
},
4545 { "RegisterId", _wrap_RegisterId
, METH_VARARGS
},
4546 { "NewId", _wrap_NewId
, METH_VARARGS
},
4547 { "wxRegisterId", _wrap_wxRegisterId
, METH_VARARGS
},
4548 { "wxNewId", _wrap_wxNewId
, METH_VARARGS
},
4549 { "wxSetCursor", _wrap_wxSetCursor
, METH_VARARGS
},
4550 { "wxDisplayDepth", _wrap_wxDisplayDepth
, METH_VARARGS
},
4551 { "wxColourDisplay", _wrap_wxColourDisplay
, METH_VARARGS
},
4552 { "wxGetNumberFromUser", _wrap_wxGetNumberFromUser
, METH_VARARGS
},
4553 { "wxMessageBox", _wrap_wxMessageBox
, METH_VARARGS
},
4554 { "wxGetSingleChoiceIndex", _wrap_wxGetSingleChoiceIndex
, METH_VARARGS
},
4555 { "wxGetSingleChoice", _wrap_wxGetSingleChoice
, METH_VARARGS
},
4556 { "wxGetTextFromUser", _wrap_wxGetTextFromUser
, METH_VARARGS
},
4557 { "wxFileSelector", _wrap_wxFileSelector
, METH_VARARGS
},
4564 * This table is used by the pointer type-checker
4566 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
4567 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
4568 { "_signed_long","_long",0},
4569 { "_wxPrintQuality","_int",0},
4570 { "_wxPrintQuality","_signed_int",0},
4571 { "_wxPrintQuality","_unsigned_int",0},
4572 { "_wxPrintQuality","_wxWindowID",0},
4573 { "_wxPrintQuality","_uint",0},
4574 { "_wxPrintQuality","_EBool",0},
4575 { "_wxPrintQuality","_size_t",0},
4576 { "_class_wxRegionIterator","_wxRegionIterator",0},
4577 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
4578 { "_byte","_unsigned_char",0},
4579 { "_long","_unsigned_long",0},
4580 { "_long","_signed_long",0},
4581 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
4582 { "_size_t","_wxPrintQuality",0},
4583 { "_size_t","_unsigned_int",0},
4584 { "_size_t","_int",0},
4585 { "_size_t","_wxWindowID",0},
4586 { "_size_t","_uint",0},
4587 { "_class_wxRealPoint","_wxRealPoint",0},
4588 { "_uint","_wxPrintQuality",0},
4589 { "_uint","_size_t",0},
4590 { "_uint","_unsigned_int",0},
4591 { "_uint","_int",0},
4592 { "_uint","_wxWindowID",0},
4593 { "_wxRect","_class_wxRect",0},
4594 { "_wxPoint","_class_wxPoint",0},
4595 { "_wxPyTimer","_class_wxPyTimer",0},
4596 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
4597 { "_EBool","_wxPrintQuality",0},
4598 { "_EBool","_signed_int",0},
4599 { "_EBool","_int",0},
4600 { "_EBool","_wxWindowID",0},
4601 { "_class_wxRegion","_wxRegion",0},
4602 { "_unsigned_long","_long",0},
4603 { "_class_wxRect","_wxRect",0},
4604 { "_class_wxPyTimer","_wxPyTimer",0},
4605 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
4606 { "_signed_int","_wxPrintQuality",0},
4607 { "_signed_int","_EBool",0},
4608 { "_signed_int","_wxWindowID",0},
4609 { "_signed_int","_int",0},
4610 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
4611 { "_WXTYPE","_short",0},
4612 { "_WXTYPE","_signed_short",0},
4613 { "_WXTYPE","_unsigned_short",0},
4614 { "_unsigned_short","_WXTYPE",0},
4615 { "_unsigned_short","_short",0},
4616 { "_class_wxPoint","_wxPoint",0},
4617 { "_wxRealPoint","_class_wxRealPoint",0},
4618 { "_signed_short","_WXTYPE",0},
4619 { "_signed_short","_short",0},
4620 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
4621 { "_unsigned_char","_byte",0},
4622 { "_unsigned_int","_wxPrintQuality",0},
4623 { "_unsigned_int","_size_t",0},
4624 { "_unsigned_int","_uint",0},
4625 { "_unsigned_int","_wxWindowID",0},
4626 { "_unsigned_int","_int",0},
4627 { "_short","_WXTYPE",0},
4628 { "_short","_unsigned_short",0},
4629 { "_short","_signed_short",0},
4630 { "_wxWindowID","_wxPrintQuality",0},
4631 { "_wxWindowID","_size_t",0},
4632 { "_wxWindowID","_EBool",0},
4633 { "_wxWindowID","_uint",0},
4634 { "_wxWindowID","_int",0},
4635 { "_wxWindowID","_signed_int",0},
4636 { "_wxWindowID","_unsigned_int",0},
4637 { "_int","_wxPrintQuality",0},
4638 { "_int","_size_t",0},
4639 { "_int","_EBool",0},
4640 { "_int","_uint",0},
4641 { "_int","_wxWindowID",0},
4642 { "_int","_unsigned_int",0},
4643 { "_int","_signed_int",0},
4644 { "_wxSize","_class_wxSize",0},
4645 { "_wxRegionIterator","_class_wxRegionIterator",0},
4646 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
4647 { "_wxRegion","_class_wxRegion",0},
4648 { "_class_wxSize","_wxSize",0},
4651 static PyObject
*SWIG_globals
;
4655 SWIGEXPORT(void) initmiscc() {
4657 SWIG_globals
= SWIG_newvarlink();
4658 m
= Py_InitModule("miscc", misccMethods
);
4659 d
= PyModule_GetDict(m
);
4660 PyDict_SetItemString(d
,"wxLeft", PyInt_FromLong((long) wxLeft
));
4661 PyDict_SetItemString(d
,"wxTop", PyInt_FromLong((long) wxTop
));
4662 PyDict_SetItemString(d
,"wxRight", PyInt_FromLong((long) wxRight
));
4663 PyDict_SetItemString(d
,"wxBottom", PyInt_FromLong((long) wxBottom
));
4664 PyDict_SetItemString(d
,"wxWidth", PyInt_FromLong((long) wxWidth
));
4665 PyDict_SetItemString(d
,"wxHeight", PyInt_FromLong((long) wxHeight
));
4666 PyDict_SetItemString(d
,"wxCentre", PyInt_FromLong((long) wxCentre
));
4667 PyDict_SetItemString(d
,"wxCenter", PyInt_FromLong((long) wxCenter
));
4668 PyDict_SetItemString(d
,"wxCentreX", PyInt_FromLong((long) wxCentreX
));
4669 PyDict_SetItemString(d
,"wxCentreY", PyInt_FromLong((long) wxCentreY
));
4670 PyDict_SetItemString(d
,"wxUnconstrained", PyInt_FromLong((long) wxUnconstrained
));
4671 PyDict_SetItemString(d
,"wxAsIs", PyInt_FromLong((long) wxAsIs
));
4672 PyDict_SetItemString(d
,"wxPercentOf", PyInt_FromLong((long) wxPercentOf
));
4673 PyDict_SetItemString(d
,"wxAbove", PyInt_FromLong((long) wxAbove
));
4674 PyDict_SetItemString(d
,"wxBelow", PyInt_FromLong((long) wxBelow
));
4675 PyDict_SetItemString(d
,"wxLeftOf", PyInt_FromLong((long) wxLeftOf
));
4676 PyDict_SetItemString(d
,"wxRightOf", PyInt_FromLong((long) wxRightOf
));
4677 PyDict_SetItemString(d
,"wxSameAs", PyInt_FromLong((long) wxSameAs
));
4678 PyDict_SetItemString(d
,"wxAbsolute", PyInt_FromLong((long) wxAbsolute
));
4679 PyDict_SetItemString(d
,"wxOutRegion", PyInt_FromLong((long) wxOutRegion
));
4680 PyDict_SetItemString(d
,"wxPartRegion", PyInt_FromLong((long) wxPartRegion
));
4681 PyDict_SetItemString(d
,"wxInRegion", PyInt_FromLong((long) wxInRegion
));
4682 PyDict_SetItemString(d
,"wxSYS_WHITE_BRUSH", PyInt_FromLong((long) wxSYS_WHITE_BRUSH
));
4683 PyDict_SetItemString(d
,"wxSYS_LTGRAY_BRUSH", PyInt_FromLong((long) wxSYS_LTGRAY_BRUSH
));
4684 PyDict_SetItemString(d
,"wxSYS_GRAY_BRUSH", PyInt_FromLong((long) wxSYS_GRAY_BRUSH
));
4685 PyDict_SetItemString(d
,"wxSYS_DKGRAY_BRUSH", PyInt_FromLong((long) wxSYS_DKGRAY_BRUSH
));
4686 PyDict_SetItemString(d
,"wxSYS_BLACK_BRUSH", PyInt_FromLong((long) wxSYS_BLACK_BRUSH
));
4687 PyDict_SetItemString(d
,"wxSYS_NULL_BRUSH", PyInt_FromLong((long) wxSYS_NULL_BRUSH
));
4688 PyDict_SetItemString(d
,"wxSYS_HOLLOW_BRUSH", PyInt_FromLong((long) wxSYS_HOLLOW_BRUSH
));
4689 PyDict_SetItemString(d
,"wxSYS_WHITE_PEN", PyInt_FromLong((long) wxSYS_WHITE_PEN
));
4690 PyDict_SetItemString(d
,"wxSYS_BLACK_PEN", PyInt_FromLong((long) wxSYS_BLACK_PEN
));
4691 PyDict_SetItemString(d
,"wxSYS_NULL_PEN", PyInt_FromLong((long) wxSYS_NULL_PEN
));
4692 PyDict_SetItemString(d
,"wxSYS_OEM_FIXED_FONT", PyInt_FromLong((long) wxSYS_OEM_FIXED_FONT
));
4693 PyDict_SetItemString(d
,"wxSYS_ANSI_FIXED_FONT", PyInt_FromLong((long) wxSYS_ANSI_FIXED_FONT
));
4694 PyDict_SetItemString(d
,"wxSYS_ANSI_VAR_FONT", PyInt_FromLong((long) wxSYS_ANSI_VAR_FONT
));
4695 PyDict_SetItemString(d
,"wxSYS_SYSTEM_FONT", PyInt_FromLong((long) wxSYS_SYSTEM_FONT
));
4696 PyDict_SetItemString(d
,"wxSYS_DEVICE_DEFAULT_FONT", PyInt_FromLong((long) wxSYS_DEVICE_DEFAULT_FONT
));
4697 PyDict_SetItemString(d
,"wxSYS_DEFAULT_PALETTE", PyInt_FromLong((long) wxSYS_DEFAULT_PALETTE
));
4698 PyDict_SetItemString(d
,"wxSYS_SYSTEM_FIXED_FONT", PyInt_FromLong((long) wxSYS_SYSTEM_FIXED_FONT
));
4699 PyDict_SetItemString(d
,"wxSYS_DEFAULT_GUI_FONT", PyInt_FromLong((long) wxSYS_DEFAULT_GUI_FONT
));
4700 PyDict_SetItemString(d
,"wxSYS_COLOUR_SCROLLBAR", PyInt_FromLong((long) wxSYS_COLOUR_SCROLLBAR
));
4701 PyDict_SetItemString(d
,"wxSYS_COLOUR_BACKGROUND", PyInt_FromLong((long) wxSYS_COLOUR_BACKGROUND
));
4702 PyDict_SetItemString(d
,"wxSYS_COLOUR_ACTIVECAPTION", PyInt_FromLong((long) wxSYS_COLOUR_ACTIVECAPTION
));
4703 PyDict_SetItemString(d
,"wxSYS_COLOUR_INACTIVECAPTION", PyInt_FromLong((long) wxSYS_COLOUR_INACTIVECAPTION
));
4704 PyDict_SetItemString(d
,"wxSYS_COLOUR_MENU", PyInt_FromLong((long) wxSYS_COLOUR_MENU
));
4705 PyDict_SetItemString(d
,"wxSYS_COLOUR_WINDOW", PyInt_FromLong((long) wxSYS_COLOUR_WINDOW
));
4706 PyDict_SetItemString(d
,"wxSYS_COLOUR_WINDOWFRAME", PyInt_FromLong((long) wxSYS_COLOUR_WINDOWFRAME
));
4707 PyDict_SetItemString(d
,"wxSYS_COLOUR_MENUTEXT", PyInt_FromLong((long) wxSYS_COLOUR_MENUTEXT
));
4708 PyDict_SetItemString(d
,"wxSYS_COLOUR_WINDOWTEXT", PyInt_FromLong((long) wxSYS_COLOUR_WINDOWTEXT
));
4709 PyDict_SetItemString(d
,"wxSYS_COLOUR_CAPTIONTEXT", PyInt_FromLong((long) wxSYS_COLOUR_CAPTIONTEXT
));
4710 PyDict_SetItemString(d
,"wxSYS_COLOUR_ACTIVEBORDER", PyInt_FromLong((long) wxSYS_COLOUR_ACTIVEBORDER
));
4711 PyDict_SetItemString(d
,"wxSYS_COLOUR_INACTIVEBORDER", PyInt_FromLong((long) wxSYS_COLOUR_INACTIVEBORDER
));
4712 PyDict_SetItemString(d
,"wxSYS_COLOUR_APPWORKSPACE", PyInt_FromLong((long) wxSYS_COLOUR_APPWORKSPACE
));
4713 PyDict_SetItemString(d
,"wxSYS_COLOUR_HIGHLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_HIGHLIGHT
));
4714 PyDict_SetItemString(d
,"wxSYS_COLOUR_HIGHLIGHTTEXT", PyInt_FromLong((long) wxSYS_COLOUR_HIGHLIGHTTEXT
));
4715 PyDict_SetItemString(d
,"wxSYS_COLOUR_BTNFACE", PyInt_FromLong((long) wxSYS_COLOUR_BTNFACE
));
4716 PyDict_SetItemString(d
,"wxSYS_COLOUR_BTNSHADOW", PyInt_FromLong((long) wxSYS_COLOUR_BTNSHADOW
));
4717 PyDict_SetItemString(d
,"wxSYS_COLOUR_GRAYTEXT", PyInt_FromLong((long) wxSYS_COLOUR_GRAYTEXT
));
4718 PyDict_SetItemString(d
,"wxSYS_COLOUR_BTNTEXT", PyInt_FromLong((long) wxSYS_COLOUR_BTNTEXT
));
4719 PyDict_SetItemString(d
,"wxSYS_COLOUR_INACTIVECAPTIONTEXT", PyInt_FromLong((long) wxSYS_COLOUR_INACTIVECAPTIONTEXT
));
4720 PyDict_SetItemString(d
,"wxSYS_COLOUR_BTNHIGHLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_BTNHIGHLIGHT
));
4721 PyDict_SetItemString(d
,"wxSYS_COLOUR_3DDKSHADOW", PyInt_FromLong((long) wxSYS_COLOUR_3DDKSHADOW
));
4722 PyDict_SetItemString(d
,"wxSYS_COLOUR_3DLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_3DLIGHT
));
4723 PyDict_SetItemString(d
,"wxSYS_COLOUR_INFOTEXT", PyInt_FromLong((long) wxSYS_COLOUR_INFOTEXT
));
4724 PyDict_SetItemString(d
,"wxSYS_COLOUR_INFOBK", PyInt_FromLong((long) wxSYS_COLOUR_INFOBK
));
4725 PyDict_SetItemString(d
,"wxSYS_COLOUR_DESKTOP", PyInt_FromLong((long) wxSYS_COLOUR_DESKTOP
));
4726 PyDict_SetItemString(d
,"wxSYS_COLOUR_3DFACE", PyInt_FromLong((long) wxSYS_COLOUR_3DFACE
));
4727 PyDict_SetItemString(d
,"wxSYS_COLOUR_3DSHADOW", PyInt_FromLong((long) wxSYS_COLOUR_3DSHADOW
));
4728 PyDict_SetItemString(d
,"wxSYS_COLOUR_3DHIGHLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_3DHIGHLIGHT
));
4729 PyDict_SetItemString(d
,"wxSYS_COLOUR_3DHILIGHT", PyInt_FromLong((long) wxSYS_COLOUR_3DHILIGHT
));
4730 PyDict_SetItemString(d
,"wxSYS_COLOUR_BTNHILIGHT", PyInt_FromLong((long) wxSYS_COLOUR_BTNHILIGHT
));
4731 PyDict_SetItemString(d
,"wxSYS_MOUSE_BUTTONS", PyInt_FromLong((long) wxSYS_MOUSE_BUTTONS
));
4732 PyDict_SetItemString(d
,"wxSYS_BORDER_X", PyInt_FromLong((long) wxSYS_BORDER_X
));
4733 PyDict_SetItemString(d
,"wxSYS_BORDER_Y", PyInt_FromLong((long) wxSYS_BORDER_Y
));
4734 PyDict_SetItemString(d
,"wxSYS_CURSOR_X", PyInt_FromLong((long) wxSYS_CURSOR_X
));
4735 PyDict_SetItemString(d
,"wxSYS_CURSOR_Y", PyInt_FromLong((long) wxSYS_CURSOR_Y
));
4736 PyDict_SetItemString(d
,"wxSYS_DCLICK_X", PyInt_FromLong((long) wxSYS_DCLICK_X
));
4737 PyDict_SetItemString(d
,"wxSYS_DCLICK_Y", PyInt_FromLong((long) wxSYS_DCLICK_Y
));
4738 PyDict_SetItemString(d
,"wxSYS_DRAG_X", PyInt_FromLong((long) wxSYS_DRAG_X
));
4739 PyDict_SetItemString(d
,"wxSYS_DRAG_Y", PyInt_FromLong((long) wxSYS_DRAG_Y
));
4740 PyDict_SetItemString(d
,"wxSYS_EDGE_X", PyInt_FromLong((long) wxSYS_EDGE_X
));
4741 PyDict_SetItemString(d
,"wxSYS_EDGE_Y", PyInt_FromLong((long) wxSYS_EDGE_Y
));
4742 PyDict_SetItemString(d
,"wxSYS_HSCROLL_ARROW_X", PyInt_FromLong((long) wxSYS_HSCROLL_ARROW_X
));
4743 PyDict_SetItemString(d
,"wxSYS_HSCROLL_ARROW_Y", PyInt_FromLong((long) wxSYS_HSCROLL_ARROW_Y
));
4744 PyDict_SetItemString(d
,"wxSYS_HTHUMB_X", PyInt_FromLong((long) wxSYS_HTHUMB_X
));
4745 PyDict_SetItemString(d
,"wxSYS_ICON_X", PyInt_FromLong((long) wxSYS_ICON_X
));
4746 PyDict_SetItemString(d
,"wxSYS_ICON_Y", PyInt_FromLong((long) wxSYS_ICON_Y
));
4747 PyDict_SetItemString(d
,"wxSYS_ICONSPACING_X", PyInt_FromLong((long) wxSYS_ICONSPACING_X
));
4748 PyDict_SetItemString(d
,"wxSYS_ICONSPACING_Y", PyInt_FromLong((long) wxSYS_ICONSPACING_Y
));
4749 PyDict_SetItemString(d
,"wxSYS_WINDOWMIN_X", PyInt_FromLong((long) wxSYS_WINDOWMIN_X
));
4750 PyDict_SetItemString(d
,"wxSYS_WINDOWMIN_Y", PyInt_FromLong((long) wxSYS_WINDOWMIN_Y
));
4751 PyDict_SetItemString(d
,"wxSYS_SCREEN_X", PyInt_FromLong((long) wxSYS_SCREEN_X
));
4752 PyDict_SetItemString(d
,"wxSYS_SCREEN_Y", PyInt_FromLong((long) wxSYS_SCREEN_Y
));
4753 PyDict_SetItemString(d
,"wxSYS_FRAMESIZE_X", PyInt_FromLong((long) wxSYS_FRAMESIZE_X
));
4754 PyDict_SetItemString(d
,"wxSYS_FRAMESIZE_Y", PyInt_FromLong((long) wxSYS_FRAMESIZE_Y
));
4755 PyDict_SetItemString(d
,"wxSYS_SMALLICON_X", PyInt_FromLong((long) wxSYS_SMALLICON_X
));
4756 PyDict_SetItemString(d
,"wxSYS_SMALLICON_Y", PyInt_FromLong((long) wxSYS_SMALLICON_Y
));
4757 PyDict_SetItemString(d
,"wxSYS_HSCROLL_Y", PyInt_FromLong((long) wxSYS_HSCROLL_Y
));
4758 PyDict_SetItemString(d
,"wxSYS_VSCROLL_X", PyInt_FromLong((long) wxSYS_VSCROLL_X
));
4759 PyDict_SetItemString(d
,"wxSYS_VSCROLL_ARROW_X", PyInt_FromLong((long) wxSYS_VSCROLL_ARROW_X
));
4760 PyDict_SetItemString(d
,"wxSYS_VSCROLL_ARROW_Y", PyInt_FromLong((long) wxSYS_VSCROLL_ARROW_Y
));
4761 PyDict_SetItemString(d
,"wxSYS_VTHUMB_Y", PyInt_FromLong((long) wxSYS_VTHUMB_Y
));
4762 PyDict_SetItemString(d
,"wxSYS_CAPTION_Y", PyInt_FromLong((long) wxSYS_CAPTION_Y
));
4763 PyDict_SetItemString(d
,"wxSYS_MENU_Y", PyInt_FromLong((long) wxSYS_MENU_Y
));
4764 PyDict_SetItemString(d
,"wxSYS_NETWORK_PRESENT", PyInt_FromLong((long) wxSYS_NETWORK_PRESENT
));
4765 PyDict_SetItemString(d
,"wxSYS_PENWINDOWS_PRESENT", PyInt_FromLong((long) wxSYS_PENWINDOWS_PRESENT
));
4766 PyDict_SetItemString(d
,"wxSYS_SHOW_SOUNDS", PyInt_FromLong((long) wxSYS_SHOW_SOUNDS
));
4767 PyDict_SetItemString(d
,"wxSYS_SWAP_BUTTONS", PyInt_FromLong((long) wxSYS_SWAP_BUTTONS
));
4770 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
4771 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);