2  * FILE : src/mac/misc.cpp 
   4  * This file was automatically generated by : 
   5  * Simplified Wrapper and Interface Generator (SWIG) 
   6  * Version 1.1 (Build 883) 
   8  * Portions Copyright (c) 1995-1998 
   9  * The University of Utah and The Regents of the University of California. 
  10  * Permission is granted to distribute this file in any manner provided 
  11  * this notice remains intact. 
  13  * Do not make changes to this file--changes will be lost! 
  19 /* Implementation : PYTHON */ 
  24 /* Definitions for Windows/Unix exporting */ 
  25 #if defined(__WIN32__) 
  26 #   if defined(_MSC_VER) 
  27 #       define SWIGEXPORT(a) __declspec(dllexport) a 
  29 #       if defined(__BORLANDC__) 
  30 #           define SWIGEXPORT(a) a _export 
  32 #           define SWIGEXPORT(a) a 
  36 #   define SWIGEXPORT(a) a 
  45 extern void SWIG_MakePtr(char *, void *, char *); 
  46 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); 
  47 extern char *SWIG_GetPtr(char *, void **, char *); 
  48 extern char *SWIG_GetPtrObj(PyObject 
*, void **, char *); 
  49 extern void SWIG_addvarlink(PyObject 
*, char *, PyObject 
*(*)(void), int (*)(PyObject 
*)); 
  50 extern PyObject 
*SWIG_newvarlink(void); 
  54 #define SWIG_init    initmiscc 
  56 #define SWIG_name    "miscc" 
  59 #include <wx/resource.h> 
  60 #include <wx/tooltip.h> 
  61 #include <wx/busyinfo.h> 
  64 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) { 
  70     } else if (target 
== Py_None
) { 
  74         if (!PyTuple_Check(target
)) { 
  76             target 
= PyTuple_New(1); 
  77             PyTuple_SetItem(target
, 0, o2
); 
  80         PyTuple_SetItem(o3
, 0, o
); 
  83         target 
= PySequence_Concat(o2
, o3
); 
  90     // Put some wx default wxChar* values into wxStrings. 
  91     static const wxString 
wxPyEmptyString(wxT("")); 
  93     PyObject
* wxIntersectRect(wxRect
* r1
, wxRect
* r2
) { 
 100         dest 
= reg1
.GetBox(); 
 102         if (dest 
!= wxRect(0,0,0,0)) { 
 103             wxPyBeginBlockThreads(); 
 104             wxRect
* newRect 
= new wxRect(dest
); 
 105             obj 
= wxPyConstructObject((void*)newRect
, "wxRect"); 
 106             PyObject
* one 
= PyInt_FromLong(1); 
 107             PyObject_SetAttrString(obj
, "thisown", one
); 
 109             wxPyEndBlockThreads(); 
 116     wxString 
wxGetResource(const wxString
& section
, const wxString
& entry
, 
 117                            const wxString
& file 
= wxPyEmptyString
) { 
 119         wxGetResource(section
, entry
, &retval
, file
); 
 123 #if 0  // we want to use the definition from the header, not the 
 124        // one SWIG will generate. 
 125 extern wxAcceleratorTable  wxNullAcceleratorTable
;  
 131 static PyObject 
*_wrap_wxIntersectRect(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 132     PyObject 
* _resultobj
; 
 137     PyObject 
* _obj0 
= 0; 
 139     PyObject 
* _obj1 
= 0; 
 140     char *_kwnames
[] = { "r1","r2", NULL 
}; 
 143     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxIntersectRect",_kwnames
,&_obj0
,&_obj1
))  
 147     if (! wxRect_helper(_obj0
, &_arg0
)) 
 152     if (! wxRect_helper(_obj1
, &_arg1
)) 
 156     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 157     _result 
= (PyObject 
*)wxIntersectRect(_arg0
,_arg1
); 
 159     wxPyEndAllowThreads(__tstate
); 
 160     if (PyErr_Occurred()) return NULL
; 
 162   _resultobj 
= _result
; 
 167 static PyObject 
*_wrap_wxNewId(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 168     PyObject 
* _resultobj
; 
 170     char *_kwnames
[] = {  NULL 
}; 
 173     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxNewId",_kwnames
))  
 176     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 177     _result 
= (long )wxNewId(); 
 179     wxPyEndAllowThreads(__tstate
); 
 180     if (PyErr_Occurred()) return NULL
; 
 181 }    _resultobj 
= Py_BuildValue("l",_result
); 
 185 static PyObject 
*_wrap_wxRegisterId(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 186     PyObject 
* _resultobj
; 
 188     char *_kwnames
[] = { "id", NULL 
}; 
 191     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"l:wxRegisterId",_kwnames
,&_arg0
))  
 194     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 197     wxPyEndAllowThreads(__tstate
); 
 198     if (PyErr_Occurred()) return NULL
; 
 199 }    Py_INCREF(Py_None
); 
 200     _resultobj 
= Py_None
; 
 204 static PyObject 
*_wrap_NewId(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 205     PyObject 
* _resultobj
; 
 207     char *_kwnames
[] = {  NULL 
}; 
 210     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":NewId",_kwnames
))  
 213     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 214     _result 
= (long )wxNewId(); 
 216     wxPyEndAllowThreads(__tstate
); 
 217     if (PyErr_Occurred()) return NULL
; 
 218 }    _resultobj 
= Py_BuildValue("l",_result
); 
 222 static PyObject 
*_wrap_RegisterId(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 223     PyObject 
* _resultobj
; 
 225     char *_kwnames
[] = { "id", NULL 
}; 
 228     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"l:RegisterId",_kwnames
,&_arg0
))  
 231     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 234     wxPyEndAllowThreads(__tstate
); 
 235     if (PyErr_Occurred()) return NULL
; 
 236 }    Py_INCREF(Py_None
); 
 237     _resultobj 
= Py_None
; 
 241 static PyObject 
*_wrap_wxGetCurrentId(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 242     PyObject 
* _resultobj
; 
 244     char *_kwnames
[] = {  NULL 
}; 
 247     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetCurrentId",_kwnames
))  
 250     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 251     _result 
= (long )wxGetCurrentId(); 
 253     wxPyEndAllowThreads(__tstate
); 
 254     if (PyErr_Occurred()) return NULL
; 
 255 }    _resultobj 
= Py_BuildValue("l",_result
); 
 259 static PyObject 
*_wrap_wxBell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 260     PyObject 
* _resultobj
; 
 261     char *_kwnames
[] = {  NULL 
}; 
 264     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxBell",_kwnames
))  
 267     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 270     wxPyEndAllowThreads(__tstate
); 
 271     if (PyErr_Occurred()) return NULL
; 
 272 }    Py_INCREF(Py_None
); 
 273     _resultobj 
= Py_None
; 
 277 static PyObject 
*_wrap_wxEndBusyCursor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 278     PyObject 
* _resultobj
; 
 279     char *_kwnames
[] = {  NULL 
}; 
 282     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxEndBusyCursor",_kwnames
))  
 285     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 288     wxPyEndAllowThreads(__tstate
); 
 289     if (PyErr_Occurred()) return NULL
; 
 290 }    Py_INCREF(Py_None
); 
 291     _resultobj 
= Py_None
; 
 295 static PyObject 
*_wrap_wxGetElapsedTime(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 296     PyObject 
* _resultobj
; 
 298     bool  _arg0 
= (bool ) TRUE
; 
 299     int tempbool0 
= (int) TRUE
; 
 300     char *_kwnames
[] = { "resetTimer", NULL 
}; 
 303     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|i:wxGetElapsedTime",_kwnames
,&tempbool0
))  
 305     _arg0 
= (bool ) tempbool0
; 
 307     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 308     _result 
= (long )wxGetElapsedTime(_arg0
); 
 310     wxPyEndAllowThreads(__tstate
); 
 311     if (PyErr_Occurred()) return NULL
; 
 312 }    _resultobj 
= Py_BuildValue("l",_result
); 
 316 static PyObject 
*_wrap_wxGetMousePosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 317     PyObject 
* _resultobj
; 
 322     char *_kwnames
[] = {  NULL 
}; 
 331     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetMousePosition",_kwnames
))  
 334     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 335     wxGetMousePosition(_arg0
,_arg1
); 
 337     wxPyEndAllowThreads(__tstate
); 
 338     if (PyErr_Occurred()) return NULL
; 
 339 }    Py_INCREF(Py_None
); 
 340     _resultobj 
= Py_None
; 
 343     o 
= PyInt_FromLong((long) (*_arg0
)); 
 344     _resultobj 
= t_output_helper(_resultobj
, o
); 
 348     o 
= PyInt_FromLong((long) (*_arg1
)); 
 349     _resultobj 
= t_output_helper(_resultobj
, o
); 
 354 static PyObject 
*_wrap_wxIsBusy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 355     PyObject 
* _resultobj
; 
 357     char *_kwnames
[] = {  NULL 
}; 
 360     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxIsBusy",_kwnames
))  
 363     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 364     _result 
= (bool )wxIsBusy(); 
 366     wxPyEndAllowThreads(__tstate
); 
 367     if (PyErr_Occurred()) return NULL
; 
 368 }    _resultobj 
= Py_BuildValue("i",_result
); 
 372 static PyObject 
*_wrap_wxNow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 373     PyObject 
* _resultobj
; 
 375     char *_kwnames
[] = {  NULL 
}; 
 378     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxNow",_kwnames
))  
 381     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 382     _result 
= new wxString (wxNow()); 
 384     wxPyEndAllowThreads(__tstate
); 
 385     if (PyErr_Occurred()) return NULL
; 
 388     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 390     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 399 static PyObject 
*_wrap_wxShell(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 400     PyObject 
* _resultobj
; 
 402     wxString 
* _arg0 
= (wxString 
*) &wxPyEmptyString
; 
 403     PyObject 
* _obj0 
= 0; 
 404     char *_kwnames
[] = { "command", NULL 
}; 
 407     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|O:wxShell",_kwnames
,&_obj0
))  
 411     _arg0 
= wxString_in_helper(_obj0
); 
 416     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 417     _result 
= (bool )wxShell(*_arg0
); 
 419     wxPyEndAllowThreads(__tstate
); 
 420     if (PyErr_Occurred()) return NULL
; 
 421 }    _resultobj 
= Py_BuildValue("i",_result
); 
 429 static PyObject 
*_wrap_wxStartTimer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 430     PyObject 
* _resultobj
; 
 431     char *_kwnames
[] = {  NULL 
}; 
 434     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxStartTimer",_kwnames
))  
 437     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 440     wxPyEndAllowThreads(__tstate
); 
 441     if (PyErr_Occurred()) return NULL
; 
 442 }    Py_INCREF(Py_None
); 
 443     _resultobj 
= Py_None
; 
 447 static PyObject 
*_wrap_wxGetOsVersion(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 448     PyObject 
* _resultobj
; 
 454     char *_kwnames
[] = {  NULL 
}; 
 463     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetOsVersion",_kwnames
))  
 466     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 467     _result 
= (int )wxGetOsVersion(_arg0
,_arg1
); 
 469     wxPyEndAllowThreads(__tstate
); 
 470     if (PyErr_Occurred()) return NULL
; 
 471 }    _resultobj 
= Py_BuildValue("i",_result
); 
 474     o 
= PyInt_FromLong((long) (*_arg0
)); 
 475     _resultobj 
= t_output_helper(_resultobj
, o
); 
 479     o 
= PyInt_FromLong((long) (*_arg1
)); 
 480     _resultobj 
= t_output_helper(_resultobj
, o
); 
 485 static PyObject 
*_wrap_wxGetOsDescription(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 486     PyObject 
* _resultobj
; 
 488     char *_kwnames
[] = {  NULL 
}; 
 491     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetOsDescription",_kwnames
))  
 494     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 495     _result 
= new wxString (wxGetOsDescription()); 
 497     wxPyEndAllowThreads(__tstate
); 
 498     if (PyErr_Occurred()) return NULL
; 
 501     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 503     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 512 static PyObject 
*_wrap_wxShutdown(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 513     PyObject 
* _resultobj
; 
 515     wxShutdownFlags  _arg0
; 
 516     char *_kwnames
[] = { "wFlags", NULL 
}; 
 519     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"i:wxShutdown",_kwnames
,&_arg0
))  
 522     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 523     _result 
= (bool )wxShutdown(_arg0
); 
 525     wxPyEndAllowThreads(__tstate
); 
 526     if (PyErr_Occurred()) return NULL
; 
 527 }    _resultobj 
= Py_BuildValue("i",_result
); 
 531 static PyObject 
*_wrap_wxSleep(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 532     PyObject 
* _resultobj
; 
 534     char *_kwnames
[] = { "secs", NULL 
}; 
 537     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"i:wxSleep",_kwnames
,&_arg0
))  
 540     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 543     wxPyEndAllowThreads(__tstate
); 
 544     if (PyErr_Occurred()) return NULL
; 
 545 }    Py_INCREF(Py_None
); 
 546     _resultobj 
= Py_None
; 
 550 static PyObject 
*_wrap_wxUsleep(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 551     PyObject 
* _resultobj
; 
 553     char *_kwnames
[] = { "milliseconds", NULL 
}; 
 556     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"l:wxUsleep",_kwnames
,&_arg0
))  
 559     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 562     wxPyEndAllowThreads(__tstate
); 
 563     if (PyErr_Occurred()) return NULL
; 
 564 }    Py_INCREF(Py_None
); 
 565     _resultobj 
= Py_None
; 
 569 static PyObject 
*_wrap_wxYield(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 570     PyObject 
* _resultobj
; 
 572     char *_kwnames
[] = {  NULL 
}; 
 575     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxYield",_kwnames
))  
 578     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 579     _result 
= (bool )wxYield(); 
 581     wxPyEndAllowThreads(__tstate
); 
 582     if (PyErr_Occurred()) return NULL
; 
 583 }    _resultobj 
= Py_BuildValue("i",_result
); 
 587 static PyObject 
*_wrap_wxYieldIfNeeded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 588     PyObject 
* _resultobj
; 
 590     char *_kwnames
[] = {  NULL 
}; 
 593     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxYieldIfNeeded",_kwnames
))  
 596     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 597     _result 
= (bool )wxYieldIfNeeded(); 
 599     wxPyEndAllowThreads(__tstate
); 
 600     if (PyErr_Occurred()) return NULL
; 
 601 }    _resultobj 
= Py_BuildValue("i",_result
); 
 605 static PyObject 
*_wrap_wxEnableTopLevelWindows(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 606     PyObject 
* _resultobj
; 
 609     char *_kwnames
[] = { "enable", NULL 
}; 
 612     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"i:wxEnableTopLevelWindows",_kwnames
,&tempbool0
))  
 614     _arg0 
= (bool ) tempbool0
; 
 616     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 617     wxEnableTopLevelWindows(_arg0
); 
 619     wxPyEndAllowThreads(__tstate
); 
 620     if (PyErr_Occurred()) return NULL
; 
 621 }    Py_INCREF(Py_None
); 
 622     _resultobj 
= Py_None
; 
 626 static PyObject 
*_wrap_wxGetResource(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 627     PyObject 
* _resultobj
; 
 631     wxString 
* _arg2 
= (wxString 
*) &wxPyEmptyString
; 
 632     PyObject 
* _obj0 
= 0; 
 633     PyObject 
* _obj1 
= 0; 
 634     PyObject 
* _obj2 
= 0; 
 635     char *_kwnames
[] = { "section","entry","file", NULL 
}; 
 638     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|O:wxGetResource",_kwnames
,&_obj0
,&_obj1
,&_obj2
))  
 641     _arg0 
= wxString_in_helper(_obj0
); 
 646     _arg1 
= wxString_in_helper(_obj1
); 
 652     _arg2 
= wxString_in_helper(_obj2
); 
 657     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 658     _result 
= new wxString (wxGetResource(*_arg0
,*_arg1
,*_arg2
)); 
 660     wxPyEndAllowThreads(__tstate
); 
 661     if (PyErr_Occurred()) return NULL
; 
 664     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 666     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 687 static PyObject 
*_wrap_wxStripMenuCodes(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 688     PyObject 
* _resultobj
; 
 691     PyObject 
* _obj0 
= 0; 
 692     char *_kwnames
[] = { "in", NULL 
}; 
 695     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStripMenuCodes",_kwnames
,&_obj0
))  
 698     _arg0 
= wxString_in_helper(_obj0
); 
 703     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 704     _result 
= new wxString (wxStripMenuCodes(*_arg0
)); 
 706     wxPyEndAllowThreads(__tstate
); 
 707     if (PyErr_Occurred()) return NULL
; 
 710     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 712     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 725 static PyObject 
*_wrap_wxGetEmailAddress(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 726     PyObject 
* _resultobj
; 
 728     char *_kwnames
[] = {  NULL 
}; 
 731     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetEmailAddress",_kwnames
))  
 734     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 735     _result 
= new wxString (wxGetEmailAddress()); 
 737     wxPyEndAllowThreads(__tstate
); 
 738     if (PyErr_Occurred()) return NULL
; 
 741     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 743     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 752 static PyObject 
*_wrap_wxGetHostName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 753     PyObject 
* _resultobj
; 
 755     char *_kwnames
[] = {  NULL 
}; 
 758     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetHostName",_kwnames
))  
 761     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 762     _result 
= new wxString (wxGetHostName()); 
 764     wxPyEndAllowThreads(__tstate
); 
 765     if (PyErr_Occurred()) return NULL
; 
 768     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 770     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 779 static PyObject 
*_wrap_wxGetFullHostName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 780     PyObject 
* _resultobj
; 
 782     char *_kwnames
[] = {  NULL 
}; 
 785     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetFullHostName",_kwnames
))  
 788     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 789     _result 
= new wxString (wxGetFullHostName()); 
 791     wxPyEndAllowThreads(__tstate
); 
 792     if (PyErr_Occurred()) return NULL
; 
 795     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 797     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 806 static PyObject 
*_wrap_wxGetUserId(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 807     PyObject 
* _resultobj
; 
 809     char *_kwnames
[] = {  NULL 
}; 
 812     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetUserId",_kwnames
))  
 815     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 816     _result 
= new wxString (wxGetUserId()); 
 818     wxPyEndAllowThreads(__tstate
); 
 819     if (PyErr_Occurred()) return NULL
; 
 822     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 824     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 833 static PyObject 
*_wrap_wxGetUserName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 834     PyObject 
* _resultobj
; 
 836     char *_kwnames
[] = {  NULL 
}; 
 839     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetUserName",_kwnames
))  
 842     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 843     _result 
= new wxString (wxGetUserName()); 
 845     wxPyEndAllowThreads(__tstate
); 
 846     if (PyErr_Occurred()) return NULL
; 
 849     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 851     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 860 static PyObject 
*_wrap_wxGetHomeDir(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 861     PyObject 
* _resultobj
; 
 863     char *_kwnames
[] = {  NULL 
}; 
 866     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetHomeDir",_kwnames
))  
 869     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 870     _result 
= new wxString (wxGetHomeDir()); 
 872     wxPyEndAllowThreads(__tstate
); 
 873     if (PyErr_Occurred()) return NULL
; 
 876     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 878     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 887 static PyObject 
*_wrap_wxGetUserHome(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 888     PyObject 
* _resultobj
; 
 890     wxString 
* _arg0 
= (wxString 
*) &wxPyEmptyString
; 
 891     PyObject 
* _obj0 
= 0; 
 892     char *_kwnames
[] = { "user", NULL 
}; 
 895     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|O:wxGetUserHome",_kwnames
,&_obj0
))  
 899     _arg0 
= wxString_in_helper(_obj0
); 
 904     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 905     _result 
= new wxString (wxGetUserHome(*_arg0
)); 
 907     wxPyEndAllowThreads(__tstate
); 
 908     if (PyErr_Occurred()) return NULL
; 
 911     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
 913     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 926 static PyObject 
*_wrap_wxGetProcessId(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 927     PyObject 
* _resultobj
; 
 928     unsigned long  _result
; 
 929     char *_kwnames
[] = {  NULL 
}; 
 932     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":wxGetProcessId",_kwnames
))  
 935     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 936     _result 
= (unsigned long )wxGetProcessId(); 
 938     wxPyEndAllowThreads(__tstate
); 
 939     if (PyErr_Occurred()) return NULL
; 
 940 }    _resultobj 
= Py_BuildValue("l",_result
); 
 944 static PyObject 
*_wrap_wxGetAccelFromString(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 945     PyObject 
* _resultobj
; 
 946     wxAcceleratorEntry 
* _result
; 
 948     PyObject 
* _obj0 
= 0; 
 949     char *_kwnames
[] = { "label", NULL 
}; 
 953     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxGetAccelFromString",_kwnames
,&_obj0
))  
 956     _arg0 
= wxString_in_helper(_obj0
); 
 961     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 962     _result 
= (wxAcceleratorEntry 
*)wxGetAccelFromString(*_arg0
); 
 964     wxPyEndAllowThreads(__tstate
); 
 965     if (PyErr_Occurred()) return NULL
; 
 967         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxAcceleratorEntry_p"); 
 968         _resultobj 
= Py_BuildValue("s",_ptemp
); 
 971         _resultobj 
= Py_None
; 
 980 static int _wrap_wxNullAcceleratorTable_set(PyObject 
*val
) { 
 982     PyErr_SetString(PyExc_TypeError
,"Variable wxNullAcceleratorTable is read-only."); 
 986 static PyObject 
*_wrap_wxNullAcceleratorTable_get() { 
 990     SWIG_MakePtr(ptemp
,(char *) &wxNullAcceleratorTable
,"_wxAcceleratorTable_p"); 
 991     pyobj 
= PyString_FromString(ptemp
); 
 995 static wxString  
wxObject_GetClassName(wxObject 
*self
) { 
 996             return self
->GetClassInfo()->GetClassName(); 
 998 static PyObject 
*_wrap_wxObject_GetClassName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 999     PyObject 
* _resultobj
; 
1002     PyObject 
* _argo0 
= 0; 
1003     char *_kwnames
[] = { "self", NULL 
}; 
1006     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxObject_GetClassName",_kwnames
,&_argo0
))  
1009         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1010         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxObject_p")) { 
1011             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxObject_GetClassName. Expected _wxObject_p."); 
1016     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1017     _result 
= new wxString (wxObject_GetClassName(_arg0
)); 
1019     wxPyEndAllowThreads(__tstate
); 
1020     if (PyErr_Occurred()) return NULL
; 
1023     _resultobj 
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len()); 
1025     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
1034 static void  wxObject_Destroy(wxObject 
*self
) { 
1037 static PyObject 
*_wrap_wxObject_Destroy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1038     PyObject 
* _resultobj
; 
1040     PyObject 
* _argo0 
= 0; 
1041     char *_kwnames
[] = { "self", NULL 
}; 
1044     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxObject_Destroy",_kwnames
,&_argo0
))  
1047         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1048         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxObject_p")) { 
1049             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxObject_Destroy. Expected _wxObject_p."); 
1054     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1055     wxObject_Destroy(_arg0
); 
1057     wxPyEndAllowThreads(__tstate
); 
1058     if (PyErr_Occurred()) return NULL
; 
1059 }    Py_INCREF(Py_None
); 
1060     _resultobj 
= Py_None
; 
1064 #define wxSize_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval) 
1065 static PyObject 
*_wrap_wxSize_x_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1066     PyObject 
* _resultobj
; 
1071     PyObject 
* _obj0 
= 0; 
1072     char *_kwnames
[] = { "self","x", NULL 
}; 
1075     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxSize_x_set",_kwnames
,&_obj0
,&_arg1
))  
1079     if (! wxSize_helper(_obj0
, &_arg0
)) 
1083     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1084     _result 
= (long )wxSize_x_set(_arg0
,_arg1
); 
1086     wxPyEndAllowThreads(__tstate
); 
1087     if (PyErr_Occurred()) return NULL
; 
1088 }    _resultobj 
= Py_BuildValue("l",_result
); 
1092 #define wxSize_x_get(_swigobj) ((long ) _swigobj->x) 
1093 static PyObject 
*_wrap_wxSize_x_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1094     PyObject 
* _resultobj
; 
1098     PyObject 
* _obj0 
= 0; 
1099     char *_kwnames
[] = { "self", NULL 
}; 
1102     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSize_x_get",_kwnames
,&_obj0
))  
1106     if (! wxSize_helper(_obj0
, &_arg0
)) 
1110     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1111     _result 
= (long )wxSize_x_get(_arg0
); 
1113     wxPyEndAllowThreads(__tstate
); 
1114     if (PyErr_Occurred()) return NULL
; 
1115 }    _resultobj 
= Py_BuildValue("l",_result
); 
1119 #define wxSize_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval) 
1120 static PyObject 
*_wrap_wxSize_y_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1121     PyObject 
* _resultobj
; 
1126     PyObject 
* _obj0 
= 0; 
1127     char *_kwnames
[] = { "self","y", NULL 
}; 
1130     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxSize_y_set",_kwnames
,&_obj0
,&_arg1
))  
1134     if (! wxSize_helper(_obj0
, &_arg0
)) 
1138     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1139     _result 
= (long )wxSize_y_set(_arg0
,_arg1
); 
1141     wxPyEndAllowThreads(__tstate
); 
1142     if (PyErr_Occurred()) return NULL
; 
1143 }    _resultobj 
= Py_BuildValue("l",_result
); 
1147 #define wxSize_y_get(_swigobj) ((long ) _swigobj->y) 
1148 static PyObject 
*_wrap_wxSize_y_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1149     PyObject 
* _resultobj
; 
1153     PyObject 
* _obj0 
= 0; 
1154     char *_kwnames
[] = { "self", NULL 
}; 
1157     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSize_y_get",_kwnames
,&_obj0
))  
1161     if (! wxSize_helper(_obj0
, &_arg0
)) 
1165     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1166     _result 
= (long )wxSize_y_get(_arg0
); 
1168     wxPyEndAllowThreads(__tstate
); 
1169     if (PyErr_Occurred()) return NULL
; 
1170 }    _resultobj 
= Py_BuildValue("l",_result
); 
1174 #define new_wxSize(_swigarg0,_swigarg1) (new wxSize(_swigarg0,_swigarg1)) 
1175 static PyObject 
*_wrap_new_wxSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1176     PyObject 
* _resultobj
; 
1178     long  _arg0 
= (long ) 0; 
1179     long  _arg1 
= (long ) 0; 
1180     char *_kwnames
[] = { "w","h", NULL 
}; 
1184     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ll:new_wxSize",_kwnames
,&_arg0
,&_arg1
))  
1187     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1188     _result 
= (wxSize 
*)new_wxSize(_arg0
,_arg1
); 
1190     wxPyEndAllowThreads(__tstate
); 
1191     if (PyErr_Occurred()) return NULL
; 
1193         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSize_p"); 
1194         _resultobj 
= Py_BuildValue("s",_ptemp
); 
1197         _resultobj 
= Py_None
; 
1202 #define delete_wxSize(_swigobj) (delete _swigobj) 
1203 static PyObject 
*_wrap_delete_wxSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1204     PyObject 
* _resultobj
; 
1207     PyObject 
* _obj0 
= 0; 
1208     char *_kwnames
[] = { "self", NULL 
}; 
1211     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxSize",_kwnames
,&_obj0
))  
1215     if (! wxSize_helper(_obj0
, &_arg0
)) 
1219     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1220     delete_wxSize(_arg0
); 
1222     wxPyEndAllowThreads(__tstate
); 
1223     if (PyErr_Occurred()) return NULL
; 
1224 }    Py_INCREF(Py_None
); 
1225     _resultobj 
= Py_None
; 
1229 #define wxSize_Set(_swigobj,_swigarg0,_swigarg1)  (_swigobj->Set(_swigarg0,_swigarg1)) 
1230 static PyObject 
*_wrap_wxSize_Set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1231     PyObject 
* _resultobj
; 
1236     PyObject 
* _obj0 
= 0; 
1237     char *_kwnames
[] = { "self","w","h", NULL 
}; 
1240     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxSize_Set",_kwnames
,&_obj0
,&_arg1
,&_arg2
))  
1244     if (! wxSize_helper(_obj0
, &_arg0
)) 
1248     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1249     wxSize_Set(_arg0
,_arg1
,_arg2
); 
1251     wxPyEndAllowThreads(__tstate
); 
1252     if (PyErr_Occurred()) return NULL
; 
1253 }    Py_INCREF(Py_None
); 
1254     _resultobj 
= Py_None
; 
1258 #define wxSize_GetX(_swigobj)  (_swigobj->GetX()) 
1259 static PyObject 
*_wrap_wxSize_GetX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1260     PyObject 
* _resultobj
; 
1264     PyObject 
* _obj0 
= 0; 
1265     char *_kwnames
[] = { "self", NULL 
}; 
1268     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSize_GetX",_kwnames
,&_obj0
))  
1272     if (! wxSize_helper(_obj0
, &_arg0
)) 
1276     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1277     _result 
= (long )wxSize_GetX(_arg0
); 
1279     wxPyEndAllowThreads(__tstate
); 
1280     if (PyErr_Occurred()) return NULL
; 
1281 }    _resultobj 
= Py_BuildValue("l",_result
); 
1285 #define wxSize_GetY(_swigobj)  (_swigobj->GetY()) 
1286 static PyObject 
*_wrap_wxSize_GetY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1287     PyObject 
* _resultobj
; 
1291     PyObject 
* _obj0 
= 0; 
1292     char *_kwnames
[] = { "self", NULL 
}; 
1295     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSize_GetY",_kwnames
,&_obj0
))  
1299     if (! wxSize_helper(_obj0
, &_arg0
)) 
1303     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1304     _result 
= (long )wxSize_GetY(_arg0
); 
1306     wxPyEndAllowThreads(__tstate
); 
1307     if (PyErr_Occurred()) return NULL
; 
1308 }    _resultobj 
= Py_BuildValue("l",_result
); 
1312 #define wxSize_GetWidth(_swigobj)  (_swigobj->GetWidth()) 
1313 static PyObject 
*_wrap_wxSize_GetWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1314     PyObject 
* _resultobj
; 
1318     PyObject 
* _obj0 
= 0; 
1319     char *_kwnames
[] = { "self", NULL 
}; 
1322     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSize_GetWidth",_kwnames
,&_obj0
))  
1326     if (! wxSize_helper(_obj0
, &_arg0
)) 
1330     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1331     _result 
= (long )wxSize_GetWidth(_arg0
); 
1333     wxPyEndAllowThreads(__tstate
); 
1334     if (PyErr_Occurred()) return NULL
; 
1335 }    _resultobj 
= Py_BuildValue("l",_result
); 
1339 #define wxSize_GetHeight(_swigobj)  (_swigobj->GetHeight()) 
1340 static PyObject 
*_wrap_wxSize_GetHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1341     PyObject 
* _resultobj
; 
1345     PyObject 
* _obj0 
= 0; 
1346     char *_kwnames
[] = { "self", NULL 
}; 
1349     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSize_GetHeight",_kwnames
,&_obj0
))  
1353     if (! wxSize_helper(_obj0
, &_arg0
)) 
1357     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1358     _result 
= (long )wxSize_GetHeight(_arg0
); 
1360     wxPyEndAllowThreads(__tstate
); 
1361     if (PyErr_Occurred()) return NULL
; 
1362 }    _resultobj 
= Py_BuildValue("l",_result
); 
1366 #define wxSize_SetWidth(_swigobj,_swigarg0)  (_swigobj->SetWidth(_swigarg0)) 
1367 static PyObject 
*_wrap_wxSize_SetWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1368     PyObject 
* _resultobj
; 
1372     PyObject 
* _obj0 
= 0; 
1373     char *_kwnames
[] = { "self","w", NULL 
}; 
1376     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxSize_SetWidth",_kwnames
,&_obj0
,&_arg1
))  
1380     if (! wxSize_helper(_obj0
, &_arg0
)) 
1384     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1385     wxSize_SetWidth(_arg0
,_arg1
); 
1387     wxPyEndAllowThreads(__tstate
); 
1388     if (PyErr_Occurred()) return NULL
; 
1389 }    Py_INCREF(Py_None
); 
1390     _resultobj 
= Py_None
; 
1394 #define wxSize_SetHeight(_swigobj,_swigarg0)  (_swigobj->SetHeight(_swigarg0)) 
1395 static PyObject 
*_wrap_wxSize_SetHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1396     PyObject 
* _resultobj
; 
1400     PyObject 
* _obj0 
= 0; 
1401     char *_kwnames
[] = { "self","h", NULL 
}; 
1404     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxSize_SetHeight",_kwnames
,&_obj0
,&_arg1
))  
1408     if (! wxSize_helper(_obj0
, &_arg0
)) 
1412     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1413     wxSize_SetHeight(_arg0
,_arg1
); 
1415     wxPyEndAllowThreads(__tstate
); 
1416     if (PyErr_Occurred()) return NULL
; 
1417 }    Py_INCREF(Py_None
); 
1418     _resultobj 
= Py_None
; 
1422 static PyObject 
* wxSize_asTuple(wxSize 
*self
) { 
1423             wxPyBeginBlockThreads(); 
1424             PyObject
* tup 
= PyTuple_New(2); 
1425             PyTuple_SET_ITEM(tup
, 0, PyInt_FromLong(self
->x
)); 
1426             PyTuple_SET_ITEM(tup
, 1, PyInt_FromLong(self
->y
)); 
1427             wxPyEndBlockThreads(); 
1430 static PyObject 
*_wrap_wxSize_asTuple(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1431     PyObject 
* _resultobj
; 
1435     PyObject 
* _obj0 
= 0; 
1436     char *_kwnames
[] = { "self", NULL 
}; 
1439     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxSize_asTuple",_kwnames
,&_obj0
))  
1443     if (! wxSize_helper(_obj0
, &_arg0
)) 
1447     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1448     _result 
= (PyObject 
*)wxSize_asTuple(_arg0
); 
1450     wxPyEndAllowThreads(__tstate
); 
1451     if (PyErr_Occurred()) return NULL
; 
1453   _resultobj 
= _result
; 
1458 static int  wxSize___cmp__(wxSize 
*self
,const wxSize 
* sz
) { 
1460             if (*self 
== *sz
) return 0; 
1463 static PyObject 
*_wrap_wxSize___cmp__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1464     PyObject 
* _resultobj
; 
1469     PyObject 
* _obj0 
= 0; 
1471     PyObject 
* _obj1 
= 0; 
1472     char *_kwnames
[] = { "self","sz", NULL 
}; 
1475     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxSize___cmp__",_kwnames
,&_obj0
,&_obj1
))  
1479     if (! wxSize_helper(_obj0
, &_arg0
)) 
1484     if (! wxSize_helper(_obj1
, &_arg1
)) 
1488     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1489     _result 
= (int )wxSize___cmp__(_arg0
,_arg1
); 
1491     wxPyEndAllowThreads(__tstate
); 
1492     if (PyErr_Occurred()) return NULL
; 
1493 }    _resultobj 
= Py_BuildValue("i",_result
); 
1497 #define wxRealPoint_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval) 
1498 static PyObject 
*_wrap_wxRealPoint_x_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1499     PyObject 
* _resultobj
; 
1501     wxRealPoint 
* _arg0
; 
1504     PyObject 
* _obj0 
= 0; 
1505     char *_kwnames
[] = { "self","x", NULL 
}; 
1508     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Od:wxRealPoint_x_set",_kwnames
,&_obj0
,&_arg1
))  
1512     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1516     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1517     _result 
= (double )wxRealPoint_x_set(_arg0
,_arg1
); 
1519     wxPyEndAllowThreads(__tstate
); 
1520     if (PyErr_Occurred()) return NULL
; 
1521 }    _resultobj 
= Py_BuildValue("d",_result
); 
1525 #define wxRealPoint_x_get(_swigobj) ((double ) _swigobj->x) 
1526 static PyObject 
*_wrap_wxRealPoint_x_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1527     PyObject 
* _resultobj
; 
1529     wxRealPoint 
* _arg0
; 
1531     PyObject 
* _obj0 
= 0; 
1532     char *_kwnames
[] = { "self", NULL 
}; 
1535     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRealPoint_x_get",_kwnames
,&_obj0
))  
1539     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1543     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1544     _result 
= (double )wxRealPoint_x_get(_arg0
); 
1546     wxPyEndAllowThreads(__tstate
); 
1547     if (PyErr_Occurred()) return NULL
; 
1548 }    _resultobj 
= Py_BuildValue("d",_result
); 
1552 #define wxRealPoint_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval) 
1553 static PyObject 
*_wrap_wxRealPoint_y_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1554     PyObject 
* _resultobj
; 
1556     wxRealPoint 
* _arg0
; 
1559     PyObject 
* _obj0 
= 0; 
1560     char *_kwnames
[] = { "self","y", NULL 
}; 
1563     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Od:wxRealPoint_y_set",_kwnames
,&_obj0
,&_arg1
))  
1567     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1571     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1572     _result 
= (double )wxRealPoint_y_set(_arg0
,_arg1
); 
1574     wxPyEndAllowThreads(__tstate
); 
1575     if (PyErr_Occurred()) return NULL
; 
1576 }    _resultobj 
= Py_BuildValue("d",_result
); 
1580 #define wxRealPoint_y_get(_swigobj) ((double ) _swigobj->y) 
1581 static PyObject 
*_wrap_wxRealPoint_y_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1582     PyObject 
* _resultobj
; 
1584     wxRealPoint 
* _arg0
; 
1586     PyObject 
* _obj0 
= 0; 
1587     char *_kwnames
[] = { "self", NULL 
}; 
1590     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRealPoint_y_get",_kwnames
,&_obj0
))  
1594     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1598     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1599     _result 
= (double )wxRealPoint_y_get(_arg0
); 
1601     wxPyEndAllowThreads(__tstate
); 
1602     if (PyErr_Occurred()) return NULL
; 
1603 }    _resultobj 
= Py_BuildValue("d",_result
); 
1607 #define new_wxRealPoint(_swigarg0,_swigarg1) (new wxRealPoint(_swigarg0,_swigarg1)) 
1608 static PyObject 
*_wrap_new_wxRealPoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1609     PyObject 
* _resultobj
; 
1610     wxRealPoint 
* _result
; 
1611     double  _arg0 
= (double ) 0.0; 
1612     double  _arg1 
= (double ) 0.0; 
1613     char *_kwnames
[] = { "x","y", NULL 
}; 
1617     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|dd:new_wxRealPoint",_kwnames
,&_arg0
,&_arg1
))  
1620     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1621     _result 
= (wxRealPoint 
*)new_wxRealPoint(_arg0
,_arg1
); 
1623     wxPyEndAllowThreads(__tstate
); 
1624     if (PyErr_Occurred()) return NULL
; 
1626         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRealPoint_p"); 
1627         _resultobj 
= Py_BuildValue("s",_ptemp
); 
1630         _resultobj 
= Py_None
; 
1635 #define delete_wxRealPoint(_swigobj) (delete _swigobj) 
1636 static PyObject 
*_wrap_delete_wxRealPoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1637     PyObject 
* _resultobj
; 
1638     wxRealPoint 
* _arg0
; 
1640     PyObject 
* _obj0 
= 0; 
1641     char *_kwnames
[] = { "self", NULL 
}; 
1644     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxRealPoint",_kwnames
,&_obj0
))  
1648     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1652     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1653     delete_wxRealPoint(_arg0
); 
1655     wxPyEndAllowThreads(__tstate
); 
1656     if (PyErr_Occurred()) return NULL
; 
1657 }    Py_INCREF(Py_None
); 
1658     _resultobj 
= Py_None
; 
1662 static void  wxRealPoint_Set(wxRealPoint 
*self
,double  x
,double  y
) { 
1666 static PyObject 
*_wrap_wxRealPoint_Set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1667     PyObject 
* _resultobj
; 
1668     wxRealPoint 
* _arg0
; 
1672     PyObject 
* _obj0 
= 0; 
1673     char *_kwnames
[] = { "self","x","y", NULL 
}; 
1676     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Odd:wxRealPoint_Set",_kwnames
,&_obj0
,&_arg1
,&_arg2
))  
1680     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1684     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1685     wxRealPoint_Set(_arg0
,_arg1
,_arg2
); 
1687     wxPyEndAllowThreads(__tstate
); 
1688     if (PyErr_Occurred()) return NULL
; 
1689 }    Py_INCREF(Py_None
); 
1690     _resultobj 
= Py_None
; 
1694 static PyObject 
* wxRealPoint_asTuple(wxRealPoint 
*self
) { 
1695             wxPyBeginBlockThreads(); 
1696             PyObject
* tup 
= PyTuple_New(2); 
1697             PyTuple_SET_ITEM(tup
, 0, PyFloat_FromDouble(self
->x
)); 
1698             PyTuple_SET_ITEM(tup
, 1, PyFloat_FromDouble(self
->y
)); 
1699             wxPyEndBlockThreads(); 
1702 static PyObject 
*_wrap_wxRealPoint_asTuple(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1703     PyObject 
* _resultobj
; 
1705     wxRealPoint 
* _arg0
; 
1707     PyObject 
* _obj0 
= 0; 
1708     char *_kwnames
[] = { "self", NULL 
}; 
1711     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRealPoint_asTuple",_kwnames
,&_obj0
))  
1715     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1719     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1720     _result 
= (PyObject 
*)wxRealPoint_asTuple(_arg0
); 
1722     wxPyEndAllowThreads(__tstate
); 
1723     if (PyErr_Occurred()) return NULL
; 
1725   _resultobj 
= _result
; 
1730 static wxRealPoint  
wxRealPoint___add__(wxRealPoint 
*self
,const wxRealPoint 
* p
) { 
1731             if (! p
) return *self
; 
1734 static PyObject 
*_wrap_wxRealPoint___add__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1735     PyObject 
* _resultobj
; 
1736     wxRealPoint 
* _result
; 
1737     wxRealPoint 
* _arg0
; 
1738     wxRealPoint 
* _arg1
; 
1740     PyObject 
* _obj0 
= 0; 
1742     PyObject 
* _obj1 
= 0; 
1743     char *_kwnames
[] = { "self","p", NULL 
}; 
1747     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRealPoint___add__",_kwnames
,&_obj0
,&_obj1
))  
1751     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1756     if (! wxRealPoint_helper(_obj1
, &_arg1
)) 
1760     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1761     _result 
= new wxRealPoint (wxRealPoint___add__(_arg0
,_arg1
)); 
1763     wxPyEndAllowThreads(__tstate
); 
1764     if (PyErr_Occurred()) return NULL
; 
1765 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRealPoint_p"); 
1766     _resultobj 
= Py_BuildValue("s",_ptemp
); 
1770 static wxRealPoint  
wxRealPoint___sub__(wxRealPoint 
*self
,const wxRealPoint 
* p
) { 
1771             if (! p
) return *self
; 
1774 static PyObject 
*_wrap_wxRealPoint___sub__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1775     PyObject 
* _resultobj
; 
1776     wxRealPoint 
* _result
; 
1777     wxRealPoint 
* _arg0
; 
1778     wxRealPoint 
* _arg1
; 
1780     PyObject 
* _obj0 
= 0; 
1782     PyObject 
* _obj1 
= 0; 
1783     char *_kwnames
[] = { "self","p", NULL 
}; 
1787     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRealPoint___sub__",_kwnames
,&_obj0
,&_obj1
))  
1791     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1796     if (! wxRealPoint_helper(_obj1
, &_arg1
)) 
1800     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1801     _result 
= new wxRealPoint (wxRealPoint___sub__(_arg0
,_arg1
)); 
1803     wxPyEndAllowThreads(__tstate
); 
1804     if (PyErr_Occurred()) return NULL
; 
1805 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRealPoint_p"); 
1806     _resultobj 
= Py_BuildValue("s",_ptemp
); 
1810 static int  wxRealPoint___cmp__(wxRealPoint 
*self
,const wxRealPoint 
* p
) { 
1812             if (*self 
== *p
) return 0; 
1815 static PyObject 
*_wrap_wxRealPoint___cmp__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1816     PyObject 
* _resultobj
; 
1818     wxRealPoint 
* _arg0
; 
1819     wxRealPoint 
* _arg1
; 
1821     PyObject 
* _obj0 
= 0; 
1823     PyObject 
* _obj1 
= 0; 
1824     char *_kwnames
[] = { "self","p", NULL 
}; 
1827     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRealPoint___cmp__",_kwnames
,&_obj0
,&_obj1
))  
1831     if (! wxRealPoint_helper(_obj0
, &_arg0
)) 
1836     if (! wxRealPoint_helper(_obj1
, &_arg1
)) 
1840     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1841     _result 
= (int )wxRealPoint___cmp__(_arg0
,_arg1
); 
1843     wxPyEndAllowThreads(__tstate
); 
1844     if (PyErr_Occurred()) return NULL
; 
1845 }    _resultobj 
= Py_BuildValue("i",_result
); 
1849 #define wxPoint_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval) 
1850 static PyObject 
*_wrap_wxPoint_x_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1851     PyObject 
* _resultobj
; 
1856     PyObject 
* _obj0 
= 0; 
1857     char *_kwnames
[] = { "self","x", NULL 
}; 
1860     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxPoint_x_set",_kwnames
,&_obj0
,&_arg1
))  
1864     if (! wxPoint_helper(_obj0
, &_arg0
)) 
1868     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1869     _result 
= (long )wxPoint_x_set(_arg0
,_arg1
); 
1871     wxPyEndAllowThreads(__tstate
); 
1872     if (PyErr_Occurred()) return NULL
; 
1873 }    _resultobj 
= Py_BuildValue("l",_result
); 
1877 #define wxPoint_x_get(_swigobj) ((long ) _swigobj->x) 
1878 static PyObject 
*_wrap_wxPoint_x_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1879     PyObject 
* _resultobj
; 
1883     PyObject 
* _obj0 
= 0; 
1884     char *_kwnames
[] = { "self", NULL 
}; 
1887     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxPoint_x_get",_kwnames
,&_obj0
))  
1891     if (! wxPoint_helper(_obj0
, &_arg0
)) 
1895     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1896     _result 
= (long )wxPoint_x_get(_arg0
); 
1898     wxPyEndAllowThreads(__tstate
); 
1899     if (PyErr_Occurred()) return NULL
; 
1900 }    _resultobj 
= Py_BuildValue("l",_result
); 
1904 #define wxPoint_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval) 
1905 static PyObject 
*_wrap_wxPoint_y_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1906     PyObject 
* _resultobj
; 
1911     PyObject 
* _obj0 
= 0; 
1912     char *_kwnames
[] = { "self","y", NULL 
}; 
1915     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ol:wxPoint_y_set",_kwnames
,&_obj0
,&_arg1
))  
1919     if (! wxPoint_helper(_obj0
, &_arg0
)) 
1923     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1924     _result 
= (long )wxPoint_y_set(_arg0
,_arg1
); 
1926     wxPyEndAllowThreads(__tstate
); 
1927     if (PyErr_Occurred()) return NULL
; 
1928 }    _resultobj 
= Py_BuildValue("l",_result
); 
1932 #define wxPoint_y_get(_swigobj) ((long ) _swigobj->y) 
1933 static PyObject 
*_wrap_wxPoint_y_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1934     PyObject 
* _resultobj
; 
1938     PyObject 
* _obj0 
= 0; 
1939     char *_kwnames
[] = { "self", NULL 
}; 
1942     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxPoint_y_get",_kwnames
,&_obj0
))  
1946     if (! wxPoint_helper(_obj0
, &_arg0
)) 
1950     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1951     _result 
= (long )wxPoint_y_get(_arg0
); 
1953     wxPyEndAllowThreads(__tstate
); 
1954     if (PyErr_Occurred()) return NULL
; 
1955 }    _resultobj 
= Py_BuildValue("l",_result
); 
1959 #define new_wxPoint(_swigarg0,_swigarg1) (new wxPoint(_swigarg0,_swigarg1)) 
1960 static PyObject 
*_wrap_new_wxPoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1961     PyObject 
* _resultobj
; 
1963     long  _arg0 
= (long ) 0; 
1964     long  _arg1 
= (long ) 0; 
1965     char *_kwnames
[] = { "x","y", NULL 
}; 
1969     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ll:new_wxPoint",_kwnames
,&_arg0
,&_arg1
))  
1972     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1973     _result 
= (wxPoint 
*)new_wxPoint(_arg0
,_arg1
); 
1975     wxPyEndAllowThreads(__tstate
); 
1976     if (PyErr_Occurred()) return NULL
; 
1978         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxPoint_p"); 
1979         _resultobj 
= Py_BuildValue("s",_ptemp
); 
1982         _resultobj 
= Py_None
; 
1987 #define delete_wxPoint(_swigobj) (delete _swigobj) 
1988 static PyObject 
*_wrap_delete_wxPoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1989     PyObject 
* _resultobj
; 
1992     PyObject 
* _obj0 
= 0; 
1993     char *_kwnames
[] = { "self", NULL 
}; 
1996     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxPoint",_kwnames
,&_obj0
))  
2000     if (! wxPoint_helper(_obj0
, &_arg0
)) 
2004     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2005     delete_wxPoint(_arg0
); 
2007     wxPyEndAllowThreads(__tstate
); 
2008     if (PyErr_Occurred()) return NULL
; 
2009 }    Py_INCREF(Py_None
); 
2010     _resultobj 
= Py_None
; 
2014 static void  wxPoint_Set(wxPoint 
*self
,long  x
,long  y
) { 
2018 static PyObject 
*_wrap_wxPoint_Set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2019     PyObject 
* _resultobj
; 
2024     PyObject 
* _obj0 
= 0; 
2025     char *_kwnames
[] = { "self","x","y", NULL 
}; 
2028     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oll:wxPoint_Set",_kwnames
,&_obj0
,&_arg1
,&_arg2
))  
2032     if (! wxPoint_helper(_obj0
, &_arg0
)) 
2036     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2037     wxPoint_Set(_arg0
,_arg1
,_arg2
); 
2039     wxPyEndAllowThreads(__tstate
); 
2040     if (PyErr_Occurred()) return NULL
; 
2041 }    Py_INCREF(Py_None
); 
2042     _resultobj 
= Py_None
; 
2046 static PyObject 
* wxPoint_asTuple(wxPoint 
*self
) { 
2047             wxPyBeginBlockThreads(); 
2048             PyObject
* tup 
= PyTuple_New(2); 
2049             PyTuple_SET_ITEM(tup
, 0, PyInt_FromLong(self
->x
)); 
2050             PyTuple_SET_ITEM(tup
, 1, PyInt_FromLong(self
->y
)); 
2051             wxPyEndBlockThreads(); 
2054 static PyObject 
*_wrap_wxPoint_asTuple(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2055     PyObject 
* _resultobj
; 
2059     PyObject 
* _obj0 
= 0; 
2060     char *_kwnames
[] = { "self", NULL 
}; 
2063     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxPoint_asTuple",_kwnames
,&_obj0
))  
2067     if (! wxPoint_helper(_obj0
, &_arg0
)) 
2071     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2072     _result 
= (PyObject 
*)wxPoint_asTuple(_arg0
); 
2074     wxPyEndAllowThreads(__tstate
); 
2075     if (PyErr_Occurred()) return NULL
; 
2077   _resultobj 
= _result
; 
2082 static wxPoint  
wxPoint___add__(wxPoint 
*self
,const wxPoint 
* p
) { 
2083             if (! p
) return *self
; 
2086 static PyObject 
*_wrap_wxPoint___add__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2087     PyObject 
* _resultobj
; 
2092     PyObject 
* _obj0 
= 0; 
2094     PyObject 
* _obj1 
= 0; 
2095     char *_kwnames
[] = { "self","p", NULL 
}; 
2099     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxPoint___add__",_kwnames
,&_obj0
,&_obj1
))  
2103     if (! wxPoint_helper(_obj0
, &_arg0
)) 
2108     if (! wxPoint_helper(_obj1
, &_arg1
)) 
2112     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2113     _result 
= new wxPoint (wxPoint___add__(_arg0
,_arg1
)); 
2115     wxPyEndAllowThreads(__tstate
); 
2116     if (PyErr_Occurred()) return NULL
; 
2117 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p"); 
2118     _resultobj 
= Py_BuildValue("s",_ptemp
); 
2122 static wxPoint  
wxPoint___sub__(wxPoint 
*self
,const wxPoint 
* p
) { 
2123             if (! p
) return *self
; 
2126 static PyObject 
*_wrap_wxPoint___sub__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2127     PyObject 
* _resultobj
; 
2132     PyObject 
* _obj0 
= 0; 
2134     PyObject 
* _obj1 
= 0; 
2135     char *_kwnames
[] = { "self","p", NULL 
}; 
2139     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxPoint___sub__",_kwnames
,&_obj0
,&_obj1
))  
2143     if (! wxPoint_helper(_obj0
, &_arg0
)) 
2148     if (! wxPoint_helper(_obj1
, &_arg1
)) 
2152     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2153     _result 
= new wxPoint (wxPoint___sub__(_arg0
,_arg1
)); 
2155     wxPyEndAllowThreads(__tstate
); 
2156     if (PyErr_Occurred()) return NULL
; 
2157 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p"); 
2158     _resultobj 
= Py_BuildValue("s",_ptemp
); 
2162 static int  wxPoint___cmp__(wxPoint 
*self
,const wxPoint 
* p
) { 
2164             if (*self 
== *p
) return 0; 
2167 static PyObject 
*_wrap_wxPoint___cmp__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2168     PyObject 
* _resultobj
; 
2173     PyObject 
* _obj0 
= 0; 
2175     PyObject 
* _obj1 
= 0; 
2176     char *_kwnames
[] = { "self","p", NULL 
}; 
2179     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxPoint___cmp__",_kwnames
,&_obj0
,&_obj1
))  
2183     if (! wxPoint_helper(_obj0
, &_arg0
)) 
2188     if (! wxPoint_helper(_obj1
, &_arg1
)) 
2192     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2193     _result 
= (int )wxPoint___cmp__(_arg0
,_arg1
); 
2195     wxPyEndAllowThreads(__tstate
); 
2196     if (PyErr_Occurred()) return NULL
; 
2197 }    _resultobj 
= Py_BuildValue("i",_result
); 
2201 #define new_wxRect(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxRect(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) 
2202 static PyObject 
*_wrap_new_wxRect(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2203     PyObject 
* _resultobj
; 
2205     int  _arg0 
= (int ) 0; 
2206     int  _arg1 
= (int ) 0; 
2207     int  _arg2 
= (int ) 0; 
2208     int  _arg3 
= (int ) 0; 
2209     char *_kwnames
[] = { "x","y","w","h", NULL 
}; 
2213     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|iiii:new_wxRect",_kwnames
,&_arg0
,&_arg1
,&_arg2
,&_arg3
))  
2216     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2217     _result 
= (wxRect 
*)new_wxRect(_arg0
,_arg1
,_arg2
,_arg3
); 
2219     wxPyEndAllowThreads(__tstate
); 
2220     if (PyErr_Occurred()) return NULL
; 
2222         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxRect_p"); 
2223         _resultobj 
= Py_BuildValue("s",_ptemp
); 
2226         _resultobj 
= Py_None
; 
2231 #define delete_wxRect(_swigobj) (delete _swigobj) 
2232 static PyObject 
*_wrap_delete_wxRect(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2233     PyObject 
* _resultobj
; 
2236     PyObject 
* _obj0 
= 0; 
2237     char *_kwnames
[] = { "self", NULL 
}; 
2240     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxRect",_kwnames
,&_obj0
))  
2244     if (! wxRect_helper(_obj0
, &_arg0
)) 
2248     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2249     delete_wxRect(_arg0
); 
2251     wxPyEndAllowThreads(__tstate
); 
2252     if (PyErr_Occurred()) return NULL
; 
2253 }    Py_INCREF(Py_None
); 
2254     _resultobj 
= Py_None
; 
2258 #define wxRect_GetX(_swigobj)  (_swigobj->GetX()) 
2259 static PyObject 
*_wrap_wxRect_GetX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2260     PyObject 
* _resultobj
; 
2264     PyObject 
* _obj0 
= 0; 
2265     char *_kwnames
[] = { "self", NULL 
}; 
2268     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetX",_kwnames
,&_obj0
))  
2272     if (! wxRect_helper(_obj0
, &_arg0
)) 
2276     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2277     _result 
= (int )wxRect_GetX(_arg0
); 
2279     wxPyEndAllowThreads(__tstate
); 
2280     if (PyErr_Occurred()) return NULL
; 
2281 }    _resultobj 
= Py_BuildValue("i",_result
); 
2285 #define wxRect_SetX(_swigobj,_swigarg0)  (_swigobj->SetX(_swigarg0)) 
2286 static PyObject 
*_wrap_wxRect_SetX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2287     PyObject 
* _resultobj
; 
2291     PyObject 
* _obj0 
= 0; 
2292     char *_kwnames
[] = { "self","X", NULL 
}; 
2295     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetX",_kwnames
,&_obj0
,&_arg1
))  
2299     if (! wxRect_helper(_obj0
, &_arg0
)) 
2303     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2304     wxRect_SetX(_arg0
,_arg1
); 
2306     wxPyEndAllowThreads(__tstate
); 
2307     if (PyErr_Occurred()) return NULL
; 
2308 }    Py_INCREF(Py_None
); 
2309     _resultobj 
= Py_None
; 
2313 #define wxRect_GetY(_swigobj)  (_swigobj->GetY()) 
2314 static PyObject 
*_wrap_wxRect_GetY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2315     PyObject 
* _resultobj
; 
2319     PyObject 
* _obj0 
= 0; 
2320     char *_kwnames
[] = { "self", NULL 
}; 
2323     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetY",_kwnames
,&_obj0
))  
2327     if (! wxRect_helper(_obj0
, &_arg0
)) 
2331     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2332     _result 
= (int )wxRect_GetY(_arg0
); 
2334     wxPyEndAllowThreads(__tstate
); 
2335     if (PyErr_Occurred()) return NULL
; 
2336 }    _resultobj 
= Py_BuildValue("i",_result
); 
2340 #define wxRect_SetY(_swigobj,_swigarg0)  (_swigobj->SetY(_swigarg0)) 
2341 static PyObject 
*_wrap_wxRect_SetY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2342     PyObject 
* _resultobj
; 
2346     PyObject 
* _obj0 
= 0; 
2347     char *_kwnames
[] = { "self","Y", NULL 
}; 
2350     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetY",_kwnames
,&_obj0
,&_arg1
))  
2354     if (! wxRect_helper(_obj0
, &_arg0
)) 
2358     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2359     wxRect_SetY(_arg0
,_arg1
); 
2361     wxPyEndAllowThreads(__tstate
); 
2362     if (PyErr_Occurred()) return NULL
; 
2363 }    Py_INCREF(Py_None
); 
2364     _resultobj 
= Py_None
; 
2368 #define wxRect_GetWidth(_swigobj)  (_swigobj->GetWidth()) 
2369 static PyObject 
*_wrap_wxRect_GetWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2370     PyObject 
* _resultobj
; 
2374     PyObject 
* _obj0 
= 0; 
2375     char *_kwnames
[] = { "self", NULL 
}; 
2378     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetWidth",_kwnames
,&_obj0
))  
2382     if (! wxRect_helper(_obj0
, &_arg0
)) 
2386     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2387     _result 
= (int )wxRect_GetWidth(_arg0
); 
2389     wxPyEndAllowThreads(__tstate
); 
2390     if (PyErr_Occurred()) return NULL
; 
2391 }    _resultobj 
= Py_BuildValue("i",_result
); 
2395 #define wxRect_SetWidth(_swigobj,_swigarg0)  (_swigobj->SetWidth(_swigarg0)) 
2396 static PyObject 
*_wrap_wxRect_SetWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2397     PyObject 
* _resultobj
; 
2401     PyObject 
* _obj0 
= 0; 
2402     char *_kwnames
[] = { "self","w", NULL 
}; 
2405     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetWidth",_kwnames
,&_obj0
,&_arg1
))  
2409     if (! wxRect_helper(_obj0
, &_arg0
)) 
2413     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2414     wxRect_SetWidth(_arg0
,_arg1
); 
2416     wxPyEndAllowThreads(__tstate
); 
2417     if (PyErr_Occurred()) return NULL
; 
2418 }    Py_INCREF(Py_None
); 
2419     _resultobj 
= Py_None
; 
2423 #define wxRect_GetHeight(_swigobj)  (_swigobj->GetHeight()) 
2424 static PyObject 
*_wrap_wxRect_GetHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2425     PyObject 
* _resultobj
; 
2429     PyObject 
* _obj0 
= 0; 
2430     char *_kwnames
[] = { "self", NULL 
}; 
2433     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetHeight",_kwnames
,&_obj0
))  
2437     if (! wxRect_helper(_obj0
, &_arg0
)) 
2441     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2442     _result 
= (int )wxRect_GetHeight(_arg0
); 
2444     wxPyEndAllowThreads(__tstate
); 
2445     if (PyErr_Occurred()) return NULL
; 
2446 }    _resultobj 
= Py_BuildValue("i",_result
); 
2450 #define wxRect_SetHeight(_swigobj,_swigarg0)  (_swigobj->SetHeight(_swigarg0)) 
2451 static PyObject 
*_wrap_wxRect_SetHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2452     PyObject 
* _resultobj
; 
2456     PyObject 
* _obj0 
= 0; 
2457     char *_kwnames
[] = { "self","h", NULL 
}; 
2460     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetHeight",_kwnames
,&_obj0
,&_arg1
))  
2464     if (! wxRect_helper(_obj0
, &_arg0
)) 
2468     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2469     wxRect_SetHeight(_arg0
,_arg1
); 
2471     wxPyEndAllowThreads(__tstate
); 
2472     if (PyErr_Occurred()) return NULL
; 
2473 }    Py_INCREF(Py_None
); 
2474     _resultobj 
= Py_None
; 
2478 #define wxRect_GetPosition(_swigobj)  (_swigobj->GetPosition()) 
2479 static PyObject 
*_wrap_wxRect_GetPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2480     PyObject 
* _resultobj
; 
2484     PyObject 
* _obj0 
= 0; 
2485     char *_kwnames
[] = { "self", NULL 
}; 
2489     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetPosition",_kwnames
,&_obj0
))  
2493     if (! wxRect_helper(_obj0
, &_arg0
)) 
2497     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2498     _result 
= new wxPoint (wxRect_GetPosition(_arg0
)); 
2500     wxPyEndAllowThreads(__tstate
); 
2501     if (PyErr_Occurred()) return NULL
; 
2502 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p"); 
2503     _resultobj 
= Py_BuildValue("s",_ptemp
); 
2507 #define wxRect_GetSize(_swigobj)  (_swigobj->GetSize()) 
2508 static PyObject 
*_wrap_wxRect_GetSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2509     PyObject 
* _resultobj
; 
2513     PyObject 
* _obj0 
= 0; 
2514     char *_kwnames
[] = { "self", NULL 
}; 
2518     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetSize",_kwnames
,&_obj0
))  
2522     if (! wxRect_helper(_obj0
, &_arg0
)) 
2526     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2527     _result 
= new wxSize (wxRect_GetSize(_arg0
)); 
2529     wxPyEndAllowThreads(__tstate
); 
2530     if (PyErr_Occurred()) return NULL
; 
2531 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p"); 
2532     _resultobj 
= Py_BuildValue("s",_ptemp
); 
2536 #define wxRect_GetLeft(_swigobj)  (_swigobj->GetLeft()) 
2537 static PyObject 
*_wrap_wxRect_GetLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2538     PyObject 
* _resultobj
; 
2542     PyObject 
* _obj0 
= 0; 
2543     char *_kwnames
[] = { "self", NULL 
}; 
2546     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetLeft",_kwnames
,&_obj0
))  
2550     if (! wxRect_helper(_obj0
, &_arg0
)) 
2554     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2555     _result 
= (int )wxRect_GetLeft(_arg0
); 
2557     wxPyEndAllowThreads(__tstate
); 
2558     if (PyErr_Occurred()) return NULL
; 
2559 }    _resultobj 
= Py_BuildValue("i",_result
); 
2563 #define wxRect_GetTop(_swigobj)  (_swigobj->GetTop()) 
2564 static PyObject 
*_wrap_wxRect_GetTop(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2565     PyObject 
* _resultobj
; 
2569     PyObject 
* _obj0 
= 0; 
2570     char *_kwnames
[] = { "self", NULL 
}; 
2573     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetTop",_kwnames
,&_obj0
))  
2577     if (! wxRect_helper(_obj0
, &_arg0
)) 
2581     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2582     _result 
= (int )wxRect_GetTop(_arg0
); 
2584     wxPyEndAllowThreads(__tstate
); 
2585     if (PyErr_Occurred()) return NULL
; 
2586 }    _resultobj 
= Py_BuildValue("i",_result
); 
2590 #define wxRect_GetBottom(_swigobj)  (_swigobj->GetBottom()) 
2591 static PyObject 
*_wrap_wxRect_GetBottom(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2592     PyObject 
* _resultobj
; 
2596     PyObject 
* _obj0 
= 0; 
2597     char *_kwnames
[] = { "self", NULL 
}; 
2600     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetBottom",_kwnames
,&_obj0
))  
2604     if (! wxRect_helper(_obj0
, &_arg0
)) 
2608     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2609     _result 
= (int )wxRect_GetBottom(_arg0
); 
2611     wxPyEndAllowThreads(__tstate
); 
2612     if (PyErr_Occurred()) return NULL
; 
2613 }    _resultobj 
= Py_BuildValue("i",_result
); 
2617 #define wxRect_GetRight(_swigobj)  (_swigobj->GetRight()) 
2618 static PyObject 
*_wrap_wxRect_GetRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2619     PyObject 
* _resultobj
; 
2623     PyObject 
* _obj0 
= 0; 
2624     char *_kwnames
[] = { "self", NULL 
}; 
2627     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_GetRight",_kwnames
,&_obj0
))  
2631     if (! wxRect_helper(_obj0
, &_arg0
)) 
2635     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2636     _result 
= (int )wxRect_GetRight(_arg0
); 
2638     wxPyEndAllowThreads(__tstate
); 
2639     if (PyErr_Occurred()) return NULL
; 
2640 }    _resultobj 
= Py_BuildValue("i",_result
); 
2644 #define wxRect_SetLeft(_swigobj,_swigarg0)  (_swigobj->SetLeft(_swigarg0)) 
2645 static PyObject 
*_wrap_wxRect_SetLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2646     PyObject 
* _resultobj
; 
2650     PyObject 
* _obj0 
= 0; 
2651     char *_kwnames
[] = { "self","left", NULL 
}; 
2654     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetLeft",_kwnames
,&_obj0
,&_arg1
))  
2658     if (! wxRect_helper(_obj0
, &_arg0
)) 
2662     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2663     wxRect_SetLeft(_arg0
,_arg1
); 
2665     wxPyEndAllowThreads(__tstate
); 
2666     if (PyErr_Occurred()) return NULL
; 
2667 }    Py_INCREF(Py_None
); 
2668     _resultobj 
= Py_None
; 
2672 #define wxRect_SetRight(_swigobj,_swigarg0)  (_swigobj->SetRight(_swigarg0)) 
2673 static PyObject 
*_wrap_wxRect_SetRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2674     PyObject 
* _resultobj
; 
2678     PyObject 
* _obj0 
= 0; 
2679     char *_kwnames
[] = { "self","right", NULL 
}; 
2682     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetRight",_kwnames
,&_obj0
,&_arg1
))  
2686     if (! wxRect_helper(_obj0
, &_arg0
)) 
2690     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2691     wxRect_SetRight(_arg0
,_arg1
); 
2693     wxPyEndAllowThreads(__tstate
); 
2694     if (PyErr_Occurred()) return NULL
; 
2695 }    Py_INCREF(Py_None
); 
2696     _resultobj 
= Py_None
; 
2700 #define wxRect_SetTop(_swigobj,_swigarg0)  (_swigobj->SetTop(_swigarg0)) 
2701 static PyObject 
*_wrap_wxRect_SetTop(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2702     PyObject 
* _resultobj
; 
2706     PyObject 
* _obj0 
= 0; 
2707     char *_kwnames
[] = { "self","top", NULL 
}; 
2710     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetTop",_kwnames
,&_obj0
,&_arg1
))  
2714     if (! wxRect_helper(_obj0
, &_arg0
)) 
2718     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2719     wxRect_SetTop(_arg0
,_arg1
); 
2721     wxPyEndAllowThreads(__tstate
); 
2722     if (PyErr_Occurred()) return NULL
; 
2723 }    Py_INCREF(Py_None
); 
2724     _resultobj 
= Py_None
; 
2728 #define wxRect_SetBottom(_swigobj,_swigarg0)  (_swigobj->SetBottom(_swigarg0)) 
2729 static PyObject 
*_wrap_wxRect_SetBottom(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2730     PyObject 
* _resultobj
; 
2734     PyObject 
* _obj0 
= 0; 
2735     char *_kwnames
[] = { "self","bottom", NULL 
}; 
2738     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_SetBottom",_kwnames
,&_obj0
,&_arg1
))  
2742     if (! wxRect_helper(_obj0
, &_arg0
)) 
2746     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2747     wxRect_SetBottom(_arg0
,_arg1
); 
2749     wxPyEndAllowThreads(__tstate
); 
2750     if (PyErr_Occurred()) return NULL
; 
2751 }    Py_INCREF(Py_None
); 
2752     _resultobj 
= Py_None
; 
2756 #define wxRect_Inflate(_swigobj,_swigarg0,_swigarg1)  (_swigobj->Inflate(_swigarg0,_swigarg1)) 
2757 static PyObject 
*_wrap_wxRect_Inflate(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2758     PyObject 
* _resultobj
; 
2763     PyObject 
* _obj0 
= 0; 
2764     char *_kwnames
[] = { "self","dx","dy", NULL 
}; 
2767     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRect_Inflate",_kwnames
,&_obj0
,&_arg1
,&_arg2
))  
2771     if (! wxRect_helper(_obj0
, &_arg0
)) 
2775     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2776     wxRect_Inflate(_arg0
,_arg1
,_arg2
); 
2778     wxPyEndAllowThreads(__tstate
); 
2779     if (PyErr_Occurred()) return NULL
; 
2780 }    Py_INCREF(Py_None
); 
2781     _resultobj 
= Py_None
; 
2785 #define wxRect_Inside(_swigobj,_swigarg0,_swigarg1)  (_swigobj->Inside(_swigarg0,_swigarg1)) 
2786 static PyObject 
*_wrap_wxRect_Inside(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2787     PyObject 
* _resultobj
; 
2793     PyObject 
* _obj0 
= 0; 
2794     char *_kwnames
[] = { "self","cx","cy", NULL 
}; 
2797     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxRect_Inside",_kwnames
,&_obj0
,&_arg1
,&_arg2
))  
2801     if (! wxRect_helper(_obj0
, &_arg0
)) 
2805     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2806     _result 
= (bool )wxRect_Inside(_arg0
,_arg1
,_arg2
); 
2808     wxPyEndAllowThreads(__tstate
); 
2809     if (PyErr_Occurred()) return NULL
; 
2810 }    _resultobj 
= Py_BuildValue("i",_result
); 
2814 #define wxRect_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval) 
2815 static PyObject 
*_wrap_wxRect_x_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2816     PyObject 
* _resultobj
; 
2821     PyObject 
* _obj0 
= 0; 
2822     char *_kwnames
[] = { "self","x", NULL 
}; 
2825     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_x_set",_kwnames
,&_obj0
,&_arg1
))  
2829     if (! wxRect_helper(_obj0
, &_arg0
)) 
2833     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2834     _result 
= (int )wxRect_x_set(_arg0
,_arg1
); 
2836     wxPyEndAllowThreads(__tstate
); 
2837     if (PyErr_Occurred()) return NULL
; 
2838 }    _resultobj 
= Py_BuildValue("i",_result
); 
2842 #define wxRect_x_get(_swigobj) ((int ) _swigobj->x) 
2843 static PyObject 
*_wrap_wxRect_x_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2844     PyObject 
* _resultobj
; 
2848     PyObject 
* _obj0 
= 0; 
2849     char *_kwnames
[] = { "self", NULL 
}; 
2852     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_x_get",_kwnames
,&_obj0
))  
2856     if (! wxRect_helper(_obj0
, &_arg0
)) 
2860     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2861     _result 
= (int )wxRect_x_get(_arg0
); 
2863     wxPyEndAllowThreads(__tstate
); 
2864     if (PyErr_Occurred()) return NULL
; 
2865 }    _resultobj 
= Py_BuildValue("i",_result
); 
2869 #define wxRect_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval) 
2870 static PyObject 
*_wrap_wxRect_y_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2871     PyObject 
* _resultobj
; 
2876     PyObject 
* _obj0 
= 0; 
2877     char *_kwnames
[] = { "self","y", NULL 
}; 
2880     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_y_set",_kwnames
,&_obj0
,&_arg1
))  
2884     if (! wxRect_helper(_obj0
, &_arg0
)) 
2888     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2889     _result 
= (int )wxRect_y_set(_arg0
,_arg1
); 
2891     wxPyEndAllowThreads(__tstate
); 
2892     if (PyErr_Occurred()) return NULL
; 
2893 }    _resultobj 
= Py_BuildValue("i",_result
); 
2897 #define wxRect_y_get(_swigobj) ((int ) _swigobj->y) 
2898 static PyObject 
*_wrap_wxRect_y_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2899     PyObject 
* _resultobj
; 
2903     PyObject 
* _obj0 
= 0; 
2904     char *_kwnames
[] = { "self", NULL 
}; 
2907     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_y_get",_kwnames
,&_obj0
))  
2911     if (! wxRect_helper(_obj0
, &_arg0
)) 
2915     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2916     _result 
= (int )wxRect_y_get(_arg0
); 
2918     wxPyEndAllowThreads(__tstate
); 
2919     if (PyErr_Occurred()) return NULL
; 
2920 }    _resultobj 
= Py_BuildValue("i",_result
); 
2924 #define wxRect_width_set(_swigobj,_swigval) (_swigobj->width = _swigval,_swigval) 
2925 static PyObject 
*_wrap_wxRect_width_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2926     PyObject 
* _resultobj
; 
2931     PyObject 
* _obj0 
= 0; 
2932     char *_kwnames
[] = { "self","width", NULL 
}; 
2935     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_width_set",_kwnames
,&_obj0
,&_arg1
))  
2939     if (! wxRect_helper(_obj0
, &_arg0
)) 
2943     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2944     _result 
= (int )wxRect_width_set(_arg0
,_arg1
); 
2946     wxPyEndAllowThreads(__tstate
); 
2947     if (PyErr_Occurred()) return NULL
; 
2948 }    _resultobj 
= Py_BuildValue("i",_result
); 
2952 #define wxRect_width_get(_swigobj) ((int ) _swigobj->width) 
2953 static PyObject 
*_wrap_wxRect_width_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2954     PyObject 
* _resultobj
; 
2958     PyObject 
* _obj0 
= 0; 
2959     char *_kwnames
[] = { "self", NULL 
}; 
2962     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_width_get",_kwnames
,&_obj0
))  
2966     if (! wxRect_helper(_obj0
, &_arg0
)) 
2970     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2971     _result 
= (int )wxRect_width_get(_arg0
); 
2973     wxPyEndAllowThreads(__tstate
); 
2974     if (PyErr_Occurred()) return NULL
; 
2975 }    _resultobj 
= Py_BuildValue("i",_result
); 
2979 #define wxRect_height_set(_swigobj,_swigval) (_swigobj->height = _swigval,_swigval) 
2980 static PyObject 
*_wrap_wxRect_height_set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2981     PyObject 
* _resultobj
; 
2986     PyObject 
* _obj0 
= 0; 
2987     char *_kwnames
[] = { "self","height", NULL 
}; 
2990     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxRect_height_set",_kwnames
,&_obj0
,&_arg1
))  
2994     if (! wxRect_helper(_obj0
, &_arg0
)) 
2998     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2999     _result 
= (int )wxRect_height_set(_arg0
,_arg1
); 
3001     wxPyEndAllowThreads(__tstate
); 
3002     if (PyErr_Occurred()) return NULL
; 
3003 }    _resultobj 
= Py_BuildValue("i",_result
); 
3007 #define wxRect_height_get(_swigobj) ((int ) _swigobj->height) 
3008 static PyObject 
*_wrap_wxRect_height_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3009     PyObject 
* _resultobj
; 
3013     PyObject 
* _obj0 
= 0; 
3014     char *_kwnames
[] = { "self", NULL 
}; 
3017     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_height_get",_kwnames
,&_obj0
))  
3021     if (! wxRect_helper(_obj0
, &_arg0
)) 
3025     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3026     _result 
= (int )wxRect_height_get(_arg0
); 
3028     wxPyEndAllowThreads(__tstate
); 
3029     if (PyErr_Occurred()) return NULL
; 
3030 }    _resultobj 
= Py_BuildValue("i",_result
); 
3034 static PyObject 
* wxRect_asTuple(wxRect 
*self
) { 
3035             wxPyBeginBlockThreads(); 
3036             PyObject
* tup 
= PyTuple_New(4); 
3037             PyTuple_SET_ITEM(tup
, 0, PyInt_FromLong(self
->x
)); 
3038             PyTuple_SET_ITEM(tup
, 1, PyInt_FromLong(self
->y
)); 
3039             PyTuple_SET_ITEM(tup
, 2, PyInt_FromLong(self
->width
)); 
3040             PyTuple_SET_ITEM(tup
, 3, PyInt_FromLong(self
->height
)); 
3041             wxPyEndBlockThreads(); 
3044 static PyObject 
*_wrap_wxRect_asTuple(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3045     PyObject 
* _resultobj
; 
3049     PyObject 
* _obj0 
= 0; 
3050     char *_kwnames
[] = { "self", NULL 
}; 
3053     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxRect_asTuple",_kwnames
,&_obj0
))  
3057     if (! wxRect_helper(_obj0
, &_arg0
)) 
3061     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3062     _result 
= (PyObject 
*)wxRect_asTuple(_arg0
); 
3064     wxPyEndAllowThreads(__tstate
); 
3065     if (PyErr_Occurred()) return NULL
; 
3067   _resultobj 
= _result
; 
3072 static wxRect  
wxRect___add__(wxRect 
*self
,const wxRect 
* rect
) { 
3073             if (! rect
) return *self
; 
3074             return *self 
+ *rect
; 
3076 static PyObject 
*_wrap_wxRect___add__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3077     PyObject 
* _resultobj
; 
3082     PyObject 
* _obj0 
= 0; 
3084     PyObject 
* _obj1 
= 0; 
3085     char *_kwnames
[] = { "self","rect", NULL 
}; 
3089     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRect___add__",_kwnames
,&_obj0
,&_obj1
))  
3093     if (! wxRect_helper(_obj0
, &_arg0
)) 
3098     if (! wxRect_helper(_obj1
, &_arg1
)) 
3102     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3103     _result 
= new wxRect (wxRect___add__(_arg0
,_arg1
)); 
3105     wxPyEndAllowThreads(__tstate
); 
3106     if (PyErr_Occurred()) return NULL
; 
3107 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRect_p"); 
3108     _resultobj 
= Py_BuildValue("s",_ptemp
); 
3112 static int  wxRect___cmp__(wxRect 
*self
,const wxRect 
* rect
) { 
3113             if (! rect
) return 1; 
3114             if (*self 
== *rect
) return 0; 
3117 static PyObject 
*_wrap_wxRect___cmp__(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3118     PyObject 
* _resultobj
; 
3123     PyObject 
* _obj0 
= 0; 
3125     PyObject 
* _obj1 
= 0; 
3126     char *_kwnames
[] = { "self","rect", NULL 
}; 
3129     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxRect___cmp__",_kwnames
,&_obj0
,&_obj1
))  
3133     if (! wxRect_helper(_obj0
, &_arg0
)) 
3138     if (! wxRect_helper(_obj1
, &_arg1
)) 
3142     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3143     _result 
= (int )wxRect___cmp__(_arg0
,_arg1
); 
3145     wxPyEndAllowThreads(__tstate
); 
3146     if (PyErr_Occurred()) return NULL
; 
3147 }    _resultobj 
= Py_BuildValue("i",_result
); 
3151 static void *SwigwxIndividualLayoutConstraintTowxObject(void *ptr
) { 
3152     wxIndividualLayoutConstraint 
*src
; 
3154     src 
= (wxIndividualLayoutConstraint 
*) ptr
; 
3155     dest 
= (wxObject 
*) src
; 
3156     return (void *) dest
; 
3159 #define wxIndividualLayoutConstraint_Above(_swigobj,_swigarg0,_swigarg1)  (_swigobj->Above(_swigarg0,_swigarg1)) 
3160 static PyObject 
*_wrap_wxIndividualLayoutConstraint_Above(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3161     PyObject 
* _resultobj
; 
3162     wxIndividualLayoutConstraint 
* _arg0
; 
3164     int  _arg2 
= (int ) 0; 
3165     PyObject 
* _argo0 
= 0; 
3166     PyObject 
* _argo1 
= 0; 
3167     char *_kwnames
[] = { "self","otherWin","margin", NULL 
}; 
3170     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxIndividualLayoutConstraint_Above",_kwnames
,&_argo0
,&_argo1
,&_arg2
))  
3173         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3174         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3175             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Above. Expected _wxIndividualLayoutConstraint_p."); 
3180         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
3181         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) { 
3182             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_Above. Expected _wxWindow_p."); 
3187     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3188     wxIndividualLayoutConstraint_Above(_arg0
,_arg1
,_arg2
); 
3190     wxPyEndAllowThreads(__tstate
); 
3191     if (PyErr_Occurred()) return NULL
; 
3192 }    Py_INCREF(Py_None
); 
3193     _resultobj 
= Py_None
; 
3197 #define wxIndividualLayoutConstraint_Absolute(_swigobj,_swigarg0)  (_swigobj->Absolute(_swigarg0)) 
3198 static PyObject 
*_wrap_wxIndividualLayoutConstraint_Absolute(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3199     PyObject 
* _resultobj
; 
3200     wxIndividualLayoutConstraint 
* _arg0
; 
3202     PyObject 
* _argo0 
= 0; 
3203     char *_kwnames
[] = { "self","value", NULL 
}; 
3206     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxIndividualLayoutConstraint_Absolute",_kwnames
,&_argo0
,&_arg1
))  
3209         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3210         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3211             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Absolute. Expected _wxIndividualLayoutConstraint_p."); 
3216     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3217     wxIndividualLayoutConstraint_Absolute(_arg0
,_arg1
); 
3219     wxPyEndAllowThreads(__tstate
); 
3220     if (PyErr_Occurred()) return NULL
; 
3221 }    Py_INCREF(Py_None
); 
3222     _resultobj 
= Py_None
; 
3226 #define wxIndividualLayoutConstraint_AsIs(_swigobj)  (_swigobj->AsIs()) 
3227 static PyObject 
*_wrap_wxIndividualLayoutConstraint_AsIs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3228     PyObject 
* _resultobj
; 
3229     wxIndividualLayoutConstraint 
* _arg0
; 
3230     PyObject 
* _argo0 
= 0; 
3231     char *_kwnames
[] = { "self", NULL 
}; 
3234     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxIndividualLayoutConstraint_AsIs",_kwnames
,&_argo0
))  
3237         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3238         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3239             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_AsIs. Expected _wxIndividualLayoutConstraint_p."); 
3244     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3245     wxIndividualLayoutConstraint_AsIs(_arg0
); 
3247     wxPyEndAllowThreads(__tstate
); 
3248     if (PyErr_Occurred()) return NULL
; 
3249 }    Py_INCREF(Py_None
); 
3250     _resultobj 
= Py_None
; 
3254 #define wxIndividualLayoutConstraint_Below(_swigobj,_swigarg0,_swigarg1)  (_swigobj->Below(_swigarg0,_swigarg1)) 
3255 static PyObject 
*_wrap_wxIndividualLayoutConstraint_Below(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3256     PyObject 
* _resultobj
; 
3257     wxIndividualLayoutConstraint 
* _arg0
; 
3259     int  _arg2 
= (int ) 0; 
3260     PyObject 
* _argo0 
= 0; 
3261     PyObject 
* _argo1 
= 0; 
3262     char *_kwnames
[] = { "self","otherWin","margin", NULL 
}; 
3265     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxIndividualLayoutConstraint_Below",_kwnames
,&_argo0
,&_argo1
,&_arg2
))  
3268         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3269         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3270             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Below. Expected _wxIndividualLayoutConstraint_p."); 
3275         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
3276         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) { 
3277             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_Below. Expected _wxWindow_p."); 
3282     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3283     wxIndividualLayoutConstraint_Below(_arg0
,_arg1
,_arg2
); 
3285     wxPyEndAllowThreads(__tstate
); 
3286     if (PyErr_Occurred()) return NULL
; 
3287 }    Py_INCREF(Py_None
); 
3288     _resultobj 
= Py_None
; 
3292 #define wxIndividualLayoutConstraint_Unconstrained(_swigobj)  (_swigobj->Unconstrained()) 
3293 static PyObject 
*_wrap_wxIndividualLayoutConstraint_Unconstrained(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3294     PyObject 
* _resultobj
; 
3295     wxIndividualLayoutConstraint 
* _arg0
; 
3296     PyObject 
* _argo0 
= 0; 
3297     char *_kwnames
[] = { "self", NULL 
}; 
3300     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxIndividualLayoutConstraint_Unconstrained",_kwnames
,&_argo0
))  
3303         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3304         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3305             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Unconstrained. Expected _wxIndividualLayoutConstraint_p."); 
3310     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3311     wxIndividualLayoutConstraint_Unconstrained(_arg0
); 
3313     wxPyEndAllowThreads(__tstate
); 
3314     if (PyErr_Occurred()) return NULL
; 
3315 }    Py_INCREF(Py_None
); 
3316     _resultobj 
= Py_None
; 
3320 #define wxIndividualLayoutConstraint_LeftOf(_swigobj,_swigarg0,_swigarg1)  (_swigobj->LeftOf(_swigarg0,_swigarg1)) 
3321 static PyObject 
*_wrap_wxIndividualLayoutConstraint_LeftOf(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3322     PyObject 
* _resultobj
; 
3323     wxIndividualLayoutConstraint 
* _arg0
; 
3325     int  _arg2 
= (int ) 0; 
3326     PyObject 
* _argo0 
= 0; 
3327     PyObject 
* _argo1 
= 0; 
3328     char *_kwnames
[] = { "self","otherWin","margin", NULL 
}; 
3331     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxIndividualLayoutConstraint_LeftOf",_kwnames
,&_argo0
,&_argo1
,&_arg2
))  
3334         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3335         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3336             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_LeftOf. Expected _wxIndividualLayoutConstraint_p."); 
3341         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
3342         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) { 
3343             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_LeftOf. Expected _wxWindow_p."); 
3348     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3349     wxIndividualLayoutConstraint_LeftOf(_arg0
,_arg1
,_arg2
); 
3351     wxPyEndAllowThreads(__tstate
); 
3352     if (PyErr_Occurred()) return NULL
; 
3353 }    Py_INCREF(Py_None
); 
3354     _resultobj 
= Py_None
; 
3358 #define wxIndividualLayoutConstraint_PercentOf(_swigobj,_swigarg0,_swigarg1,_swigarg2)  (_swigobj->PercentOf(_swigarg0,_swigarg1,_swigarg2)) 
3359 static PyObject 
*_wrap_wxIndividualLayoutConstraint_PercentOf(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3360     PyObject 
* _resultobj
; 
3361     wxIndividualLayoutConstraint 
* _arg0
; 
3365     PyObject 
* _argo0 
= 0; 
3366     PyObject 
* _argo1 
= 0; 
3367     char *_kwnames
[] = { "self","otherWin","edge","percent", NULL 
}; 
3370     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOii:wxIndividualLayoutConstraint_PercentOf",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
))  
3373         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3374         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3375             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_PercentOf. Expected _wxIndividualLayoutConstraint_p."); 
3380         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
3381         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) { 
3382             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_PercentOf. Expected _wxWindow_p."); 
3387     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3388     wxIndividualLayoutConstraint_PercentOf(_arg0
,_arg1
,_arg2
,_arg3
); 
3390     wxPyEndAllowThreads(__tstate
); 
3391     if (PyErr_Occurred()) return NULL
; 
3392 }    Py_INCREF(Py_None
); 
3393     _resultobj 
= Py_None
; 
3397 #define wxIndividualLayoutConstraint_RightOf(_swigobj,_swigarg0,_swigarg1)  (_swigobj->RightOf(_swigarg0,_swigarg1)) 
3398 static PyObject 
*_wrap_wxIndividualLayoutConstraint_RightOf(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3399     PyObject 
* _resultobj
; 
3400     wxIndividualLayoutConstraint 
* _arg0
; 
3402     int  _arg2 
= (int ) 0; 
3403     PyObject 
* _argo0 
= 0; 
3404     PyObject 
* _argo1 
= 0; 
3405     char *_kwnames
[] = { "self","otherWin","margin", NULL 
}; 
3408     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO|i:wxIndividualLayoutConstraint_RightOf",_kwnames
,&_argo0
,&_argo1
,&_arg2
))  
3411         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3412         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3413             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_RightOf. Expected _wxIndividualLayoutConstraint_p."); 
3418         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
3419         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) { 
3420             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_RightOf. Expected _wxWindow_p."); 
3425     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3426     wxIndividualLayoutConstraint_RightOf(_arg0
,_arg1
,_arg2
); 
3428     wxPyEndAllowThreads(__tstate
); 
3429     if (PyErr_Occurred()) return NULL
; 
3430 }    Py_INCREF(Py_None
); 
3431     _resultobj 
= Py_None
; 
3435 #define wxIndividualLayoutConstraint_SameAs(_swigobj,_swigarg0,_swigarg1,_swigarg2)  (_swigobj->SameAs(_swigarg0,_swigarg1,_swigarg2)) 
3436 static PyObject 
*_wrap_wxIndividualLayoutConstraint_SameAs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3437     PyObject 
* _resultobj
; 
3438     wxIndividualLayoutConstraint 
* _arg0
; 
3441     int  _arg3 
= (int ) 0; 
3442     PyObject 
* _argo0 
= 0; 
3443     PyObject 
* _argo1 
= 0; 
3444     char *_kwnames
[] = { "self","otherWin","edge","margin", NULL 
}; 
3447     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOi|i:wxIndividualLayoutConstraint_SameAs",_kwnames
,&_argo0
,&_argo1
,&_arg2
,&_arg3
))  
3450         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3451         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3452             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_SameAs. Expected _wxIndividualLayoutConstraint_p."); 
3457         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
3458         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxWindow_p")) { 
3459             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxIndividualLayoutConstraint_SameAs. Expected _wxWindow_p."); 
3464     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3465     wxIndividualLayoutConstraint_SameAs(_arg0
,_arg1
,_arg2
,_arg3
); 
3467     wxPyEndAllowThreads(__tstate
); 
3468     if (PyErr_Occurred()) return NULL
; 
3469 }    Py_INCREF(Py_None
); 
3470     _resultobj 
= Py_None
; 
3474 #define wxIndividualLayoutConstraint_Set(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)  (_swigobj->Set(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)) 
3475 static PyObject 
*_wrap_wxIndividualLayoutConstraint_Set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3476     PyObject 
* _resultobj
; 
3477     wxIndividualLayoutConstraint 
* _arg0
; 
3478     wxRelationship  _arg1
; 
3481     int  _arg4 
= (int ) 0; 
3482     int  _arg5 
= (int ) 0; 
3483     PyObject 
* _argo0 
= 0; 
3484     PyObject 
* _argo2 
= 0; 
3485     char *_kwnames
[] = { "self","rel","otherWin","otherEdge","value","margin", NULL 
}; 
3488     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiOi|ii:wxIndividualLayoutConstraint_Set",_kwnames
,&_argo0
,&_arg1
,&_argo2
,&_arg3
,&_arg4
,&_arg5
))  
3491         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3492         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxIndividualLayoutConstraint_p")) { 
3493             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxIndividualLayoutConstraint_Set. Expected _wxIndividualLayoutConstraint_p."); 
3498         if (_argo2 
== Py_None
) { _arg2 
= NULL
; } 
3499         else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxWindow_p")) { 
3500             PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxIndividualLayoutConstraint_Set. Expected _wxWindow_p."); 
3505     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3506     wxIndividualLayoutConstraint_Set(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
); 
3508     wxPyEndAllowThreads(__tstate
); 
3509     if (PyErr_Occurred()) return NULL
; 
3510 }    Py_INCREF(Py_None
); 
3511     _resultobj 
= Py_None
; 
3515 static void *SwigwxLayoutConstraintsTowxObject(void *ptr
) { 
3516     wxLayoutConstraints 
*src
; 
3518     src 
= (wxLayoutConstraints 
*) ptr
; 
3519     dest 
= (wxObject 
*) src
; 
3520     return (void *) dest
; 
3523 #define new_wxLayoutConstraints() (new wxLayoutConstraints()) 
3524 static PyObject 
*_wrap_new_wxLayoutConstraints(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3525     PyObject 
* _resultobj
; 
3526     wxLayoutConstraints 
* _result
; 
3527     char *_kwnames
[] = {  NULL 
}; 
3531     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,":new_wxLayoutConstraints",_kwnames
))  
3534     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3535     _result 
= (wxLayoutConstraints 
*)new_wxLayoutConstraints(); 
3537     wxPyEndAllowThreads(__tstate
); 
3538     if (PyErr_Occurred()) return NULL
; 
3540         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxLayoutConstraints_p"); 
3541         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3544         _resultobj 
= Py_None
; 
3549 #define wxLayoutConstraints_bottom_get(_swigobj) (&_swigobj->bottom) 
3550 static PyObject 
*_wrap_wxLayoutConstraints_bottom_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3551     PyObject 
* _resultobj
; 
3552     wxIndividualLayoutConstraint 
* _result
; 
3553     wxLayoutConstraints 
* _arg0
; 
3554     PyObject 
* _argo0 
= 0; 
3555     char *_kwnames
[] = { "self", NULL 
}; 
3559     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_bottom_get",_kwnames
,&_argo0
))  
3562         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3563         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3564             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_bottom_get. Expected _wxLayoutConstraints_p."); 
3569     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3570     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_bottom_get(_arg0
); 
3572     wxPyEndAllowThreads(__tstate
); 
3573     if (PyErr_Occurred()) return NULL
; 
3575         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3576         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3579         _resultobj 
= Py_None
; 
3584 #define wxLayoutConstraints_centreX_get(_swigobj) (&_swigobj->centreX) 
3585 static PyObject 
*_wrap_wxLayoutConstraints_centreX_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3586     PyObject 
* _resultobj
; 
3587     wxIndividualLayoutConstraint 
* _result
; 
3588     wxLayoutConstraints 
* _arg0
; 
3589     PyObject 
* _argo0 
= 0; 
3590     char *_kwnames
[] = { "self", NULL 
}; 
3594     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_centreX_get",_kwnames
,&_argo0
))  
3597         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3598         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3599             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_centreX_get. Expected _wxLayoutConstraints_p."); 
3604     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3605     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_centreX_get(_arg0
); 
3607     wxPyEndAllowThreads(__tstate
); 
3608     if (PyErr_Occurred()) return NULL
; 
3610         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3611         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3614         _resultobj 
= Py_None
; 
3619 #define wxLayoutConstraints_centreY_get(_swigobj) (&_swigobj->centreY) 
3620 static PyObject 
*_wrap_wxLayoutConstraints_centreY_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3621     PyObject 
* _resultobj
; 
3622     wxIndividualLayoutConstraint 
* _result
; 
3623     wxLayoutConstraints 
* _arg0
; 
3624     PyObject 
* _argo0 
= 0; 
3625     char *_kwnames
[] = { "self", NULL 
}; 
3629     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_centreY_get",_kwnames
,&_argo0
))  
3632         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3633         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3634             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_centreY_get. Expected _wxLayoutConstraints_p."); 
3639     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3640     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_centreY_get(_arg0
); 
3642     wxPyEndAllowThreads(__tstate
); 
3643     if (PyErr_Occurred()) return NULL
; 
3645         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3646         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3649         _resultobj 
= Py_None
; 
3654 #define wxLayoutConstraints_height_get(_swigobj) (&_swigobj->height) 
3655 static PyObject 
*_wrap_wxLayoutConstraints_height_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3656     PyObject 
* _resultobj
; 
3657     wxIndividualLayoutConstraint 
* _result
; 
3658     wxLayoutConstraints 
* _arg0
; 
3659     PyObject 
* _argo0 
= 0; 
3660     char *_kwnames
[] = { "self", NULL 
}; 
3664     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_height_get",_kwnames
,&_argo0
))  
3667         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3668         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3669             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_height_get. Expected _wxLayoutConstraints_p."); 
3674     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3675     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_height_get(_arg0
); 
3677     wxPyEndAllowThreads(__tstate
); 
3678     if (PyErr_Occurred()) return NULL
; 
3680         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3681         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3684         _resultobj 
= Py_None
; 
3689 #define wxLayoutConstraints_left_get(_swigobj) (&_swigobj->left) 
3690 static PyObject 
*_wrap_wxLayoutConstraints_left_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3691     PyObject 
* _resultobj
; 
3692     wxIndividualLayoutConstraint 
* _result
; 
3693     wxLayoutConstraints 
* _arg0
; 
3694     PyObject 
* _argo0 
= 0; 
3695     char *_kwnames
[] = { "self", NULL 
}; 
3699     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_left_get",_kwnames
,&_argo0
))  
3702         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3703         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3704             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_left_get. Expected _wxLayoutConstraints_p."); 
3709     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3710     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_left_get(_arg0
); 
3712     wxPyEndAllowThreads(__tstate
); 
3713     if (PyErr_Occurred()) return NULL
; 
3715         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3716         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3719         _resultobj 
= Py_None
; 
3724 #define wxLayoutConstraints_right_get(_swigobj) (&_swigobj->right) 
3725 static PyObject 
*_wrap_wxLayoutConstraints_right_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3726     PyObject 
* _resultobj
; 
3727     wxIndividualLayoutConstraint 
* _result
; 
3728     wxLayoutConstraints 
* _arg0
; 
3729     PyObject 
* _argo0 
= 0; 
3730     char *_kwnames
[] = { "self", NULL 
}; 
3734     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_right_get",_kwnames
,&_argo0
))  
3737         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3738         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3739             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_right_get. Expected _wxLayoutConstraints_p."); 
3744     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3745     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_right_get(_arg0
); 
3747     wxPyEndAllowThreads(__tstate
); 
3748     if (PyErr_Occurred()) return NULL
; 
3750         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3751         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3754         _resultobj 
= Py_None
; 
3759 #define wxLayoutConstraints_top_get(_swigobj) (&_swigobj->top) 
3760 static PyObject 
*_wrap_wxLayoutConstraints_top_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3761     PyObject 
* _resultobj
; 
3762     wxIndividualLayoutConstraint 
* _result
; 
3763     wxLayoutConstraints 
* _arg0
; 
3764     PyObject 
* _argo0 
= 0; 
3765     char *_kwnames
[] = { "self", NULL 
}; 
3769     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_top_get",_kwnames
,&_argo0
))  
3772         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3773         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3774             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_top_get. Expected _wxLayoutConstraints_p."); 
3779     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3780     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_top_get(_arg0
); 
3782     wxPyEndAllowThreads(__tstate
); 
3783     if (PyErr_Occurred()) return NULL
; 
3785         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3786         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3789         _resultobj 
= Py_None
; 
3794 #define wxLayoutConstraints_width_get(_swigobj) (&_swigobj->width) 
3795 static PyObject 
*_wrap_wxLayoutConstraints_width_get(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3796     PyObject 
* _resultobj
; 
3797     wxIndividualLayoutConstraint 
* _result
; 
3798     wxLayoutConstraints 
* _arg0
; 
3799     PyObject 
* _argo0 
= 0; 
3800     char *_kwnames
[] = { "self", NULL 
}; 
3804     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxLayoutConstraints_width_get",_kwnames
,&_argo0
))  
3807         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3808         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxLayoutConstraints_p")) { 
3809             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutConstraints_width_get. Expected _wxLayoutConstraints_p."); 
3814     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3815     _result 
= (wxIndividualLayoutConstraint 
*)wxLayoutConstraints_width_get(_arg0
); 
3817     wxPyEndAllowThreads(__tstate
); 
3818     if (PyErr_Occurred()) return NULL
; 
3820         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxIndividualLayoutConstraint_p"); 
3821         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3824         _resultobj 
= Py_None
; 
3829 #define new_wxAcceleratorEntry(_swigarg0,_swigarg1,_swigarg2) (new wxAcceleratorEntry(_swigarg0,_swigarg1,_swigarg2)) 
3830 static PyObject 
*_wrap_new_wxAcceleratorEntry(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3831     PyObject 
* _resultobj
; 
3832     wxAcceleratorEntry 
* _result
; 
3833     int  _arg0 
= (int ) 0; 
3834     int  _arg1 
= (int ) 0; 
3835     int  _arg2 
= (int ) 0; 
3836     char *_kwnames
[] = { "flags","keyCode","cmd", NULL 
}; 
3840     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|iii:new_wxAcceleratorEntry",_kwnames
,&_arg0
,&_arg1
,&_arg2
))  
3843     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3844     _result 
= (wxAcceleratorEntry 
*)new_wxAcceleratorEntry(_arg0
,_arg1
,_arg2
); 
3846     wxPyEndAllowThreads(__tstate
); 
3847     if (PyErr_Occurred()) return NULL
; 
3849         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxAcceleratorEntry_p"); 
3850         _resultobj 
= Py_BuildValue("s",_ptemp
); 
3853         _resultobj 
= Py_None
; 
3858 #define delete_wxAcceleratorEntry(_swigobj) (delete _swigobj) 
3859 static PyObject 
*_wrap_delete_wxAcceleratorEntry(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3860     PyObject 
* _resultobj
; 
3861     wxAcceleratorEntry 
* _arg0
; 
3862     PyObject 
* _argo0 
= 0; 
3863     char *_kwnames
[] = { "self", NULL 
}; 
3866     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxAcceleratorEntry",_kwnames
,&_argo0
))  
3869         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3870         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) { 
3871             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxAcceleratorEntry. Expected _wxAcceleratorEntry_p."); 
3876     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3877     delete_wxAcceleratorEntry(_arg0
); 
3879     wxPyEndAllowThreads(__tstate
); 
3880     if (PyErr_Occurred()) return NULL
; 
3881 }    Py_INCREF(Py_None
); 
3882     _resultobj 
= Py_None
; 
3886 #define wxAcceleratorEntry_Set(_swigobj,_swigarg0,_swigarg1,_swigarg2)  (_swigobj->Set(_swigarg0,_swigarg1,_swigarg2)) 
3887 static PyObject 
*_wrap_wxAcceleratorEntry_Set(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3888     PyObject 
* _resultobj
; 
3889     wxAcceleratorEntry 
* _arg0
; 
3893     PyObject 
* _argo0 
= 0; 
3894     char *_kwnames
[] = { "self","flags","keyCode","Cmd", NULL 
}; 
3897     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiii:wxAcceleratorEntry_Set",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))  
3900         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3901         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) { 
3902             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_Set. Expected _wxAcceleratorEntry_p."); 
3907     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3908     wxAcceleratorEntry_Set(_arg0
,_arg1
,_arg2
,_arg3
); 
3910     wxPyEndAllowThreads(__tstate
); 
3911     if (PyErr_Occurred()) return NULL
; 
3912 }    Py_INCREF(Py_None
); 
3913     _resultobj 
= Py_None
; 
3917 #define wxAcceleratorEntry_GetFlags(_swigobj)  (_swigobj->GetFlags()) 
3918 static PyObject 
*_wrap_wxAcceleratorEntry_GetFlags(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3919     PyObject 
* _resultobj
; 
3921     wxAcceleratorEntry 
* _arg0
; 
3922     PyObject 
* _argo0 
= 0; 
3923     char *_kwnames
[] = { "self", NULL 
}; 
3926     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxAcceleratorEntry_GetFlags",_kwnames
,&_argo0
))  
3929         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3930         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) { 
3931             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_GetFlags. Expected _wxAcceleratorEntry_p."); 
3936     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3937     _result 
= (int )wxAcceleratorEntry_GetFlags(_arg0
); 
3939     wxPyEndAllowThreads(__tstate
); 
3940     if (PyErr_Occurred()) return NULL
; 
3941 }    _resultobj 
= Py_BuildValue("i",_result
); 
3945 #define wxAcceleratorEntry_GetKeyCode(_swigobj)  (_swigobj->GetKeyCode()) 
3946 static PyObject 
*_wrap_wxAcceleratorEntry_GetKeyCode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3947     PyObject 
* _resultobj
; 
3949     wxAcceleratorEntry 
* _arg0
; 
3950     PyObject 
* _argo0 
= 0; 
3951     char *_kwnames
[] = { "self", NULL 
}; 
3954     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxAcceleratorEntry_GetKeyCode",_kwnames
,&_argo0
))  
3957         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3958         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) { 
3959             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_GetKeyCode. Expected _wxAcceleratorEntry_p."); 
3964     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3965     _result 
= (int )wxAcceleratorEntry_GetKeyCode(_arg0
); 
3967     wxPyEndAllowThreads(__tstate
); 
3968     if (PyErr_Occurred()) return NULL
; 
3969 }    _resultobj 
= Py_BuildValue("i",_result
); 
3973 #define wxAcceleratorEntry_GetCommand(_swigobj)  (_swigobj->GetCommand()) 
3974 static PyObject 
*_wrap_wxAcceleratorEntry_GetCommand(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3975     PyObject 
* _resultobj
; 
3977     wxAcceleratorEntry 
* _arg0
; 
3978     PyObject 
* _argo0 
= 0; 
3979     char *_kwnames
[] = { "self", NULL 
}; 
3982     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxAcceleratorEntry_GetCommand",_kwnames
,&_argo0
))  
3985         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3986         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorEntry_p")) { 
3987             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxAcceleratorEntry_GetCommand. Expected _wxAcceleratorEntry_p."); 
3992     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3993     _result 
= (int )wxAcceleratorEntry_GetCommand(_arg0
); 
3995     wxPyEndAllowThreads(__tstate
); 
3996     if (PyErr_Occurred()) return NULL
; 
3997 }    _resultobj 
= Py_BuildValue("i",_result
); 
4001 static void *SwigwxAcceleratorTableTowxObject(void *ptr
) { 
4002     wxAcceleratorTable 
*src
; 
4004     src 
= (wxAcceleratorTable 
*) ptr
; 
4005     dest 
= (wxObject 
*) src
; 
4006     return (void *) dest
; 
4009 #define new_wxAcceleratorTable(_swigarg0,_swigarg1) (new wxAcceleratorTable(_swigarg0,_swigarg1)) 
4010 static PyObject 
*_wrap_new_wxAcceleratorTable(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4011     PyObject 
* _resultobj
; 
4012     wxAcceleratorTable 
* _result
; 
4014     wxAcceleratorEntry 
* _arg1
; 
4015     PyObject 
* _obj1 
= 0; 
4016     char *_kwnames
[] = { "choices", NULL 
}; 
4020     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:new_wxAcceleratorTable",_kwnames
,&_obj1
))  
4024     _arg1 
= wxAcceleratorEntry_LIST_helper(_obj1
); 
4025     if (_arg1 
== NULL
) { 
4031         _arg0 
= PyList_Size(_obj1
); 
4038     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4039     _result 
= (wxAcceleratorTable 
*)new_wxAcceleratorTable(_arg0
,_arg1
); 
4041     wxPyEndAllowThreads(__tstate
); 
4042     if (PyErr_Occurred()) return NULL
; 
4044         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxAcceleratorTable_p"); 
4045         _resultobj 
= Py_BuildValue("s",_ptemp
); 
4048         _resultobj 
= Py_None
; 
4056 #define delete_wxAcceleratorTable(_swigobj) (delete _swigobj) 
4057 static PyObject 
*_wrap_delete_wxAcceleratorTable(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4058     PyObject 
* _resultobj
; 
4059     wxAcceleratorTable 
* _arg0
; 
4060     PyObject 
* _argo0 
= 0; 
4061     char *_kwnames
[] = { "self", NULL 
}; 
4064     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxAcceleratorTable",_kwnames
,&_argo0
))  
4067         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4068         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxAcceleratorTable_p")) { 
4069             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxAcceleratorTable. Expected _wxAcceleratorTable_p."); 
4074     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4075     delete_wxAcceleratorTable(_arg0
); 
4077     wxPyEndAllowThreads(__tstate
); 
4078     if (PyErr_Occurred()) return NULL
; 
4079 }    Py_INCREF(Py_None
); 
4080     _resultobj 
= Py_None
; 
4084 static void *SwigwxBusyInfoTowxObject(void *ptr
) { 
4087     src 
= (wxBusyInfo 
*) ptr
; 
4088     dest 
= (wxObject 
*) src
; 
4089     return (void *) dest
; 
4092 #define new_wxBusyInfo(_swigarg0) (new wxBusyInfo(_swigarg0)) 
4093 static PyObject 
*_wrap_new_wxBusyInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4094     PyObject 
* _resultobj
; 
4095     wxBusyInfo 
* _result
; 
4097     PyObject 
* _obj0 
= 0; 
4098     char *_kwnames
[] = { "message", NULL 
}; 
4102     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:new_wxBusyInfo",_kwnames
,&_obj0
))  
4105     _arg0 
= wxString_in_helper(_obj0
); 
4110     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4111     _result 
= (wxBusyInfo 
*)new_wxBusyInfo(*_arg0
); 
4113     wxPyEndAllowThreads(__tstate
); 
4114     if (PyErr_Occurred()) return NULL
; 
4116         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxBusyInfo_p"); 
4117         _resultobj 
= Py_BuildValue("s",_ptemp
); 
4120         _resultobj 
= Py_None
; 
4129 #define delete_wxBusyInfo(_swigobj) (delete _swigobj) 
4130 static PyObject 
*_wrap_delete_wxBusyInfo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4131     PyObject 
* _resultobj
; 
4133     PyObject 
* _argo0 
= 0; 
4134     char *_kwnames
[] = { "self", NULL 
}; 
4137     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxBusyInfo",_kwnames
,&_argo0
))  
4140         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4141         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxBusyInfo_p")) { 
4142             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxBusyInfo. Expected _wxBusyInfo_p."); 
4147     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4148     delete_wxBusyInfo(_arg0
); 
4150     wxPyEndAllowThreads(__tstate
); 
4151     if (PyErr_Occurred()) return NULL
; 
4152 }    Py_INCREF(Py_None
); 
4153     _resultobj 
= Py_None
; 
4157 static PyMethodDef misccMethods
[] = { 
4158          { "delete_wxBusyInfo", (PyCFunction
) _wrap_delete_wxBusyInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4159          { "new_wxBusyInfo", (PyCFunction
) _wrap_new_wxBusyInfo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4160          { "delete_wxAcceleratorTable", (PyCFunction
) _wrap_delete_wxAcceleratorTable
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4161          { "new_wxAcceleratorTable", (PyCFunction
) _wrap_new_wxAcceleratorTable
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4162          { "wxAcceleratorEntry_GetCommand", (PyCFunction
) _wrap_wxAcceleratorEntry_GetCommand
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4163          { "wxAcceleratorEntry_GetKeyCode", (PyCFunction
) _wrap_wxAcceleratorEntry_GetKeyCode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4164          { "wxAcceleratorEntry_GetFlags", (PyCFunction
) _wrap_wxAcceleratorEntry_GetFlags
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4165          { "wxAcceleratorEntry_Set", (PyCFunction
) _wrap_wxAcceleratorEntry_Set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4166          { "delete_wxAcceleratorEntry", (PyCFunction
) _wrap_delete_wxAcceleratorEntry
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4167          { "new_wxAcceleratorEntry", (PyCFunction
) _wrap_new_wxAcceleratorEntry
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4168          { "wxLayoutConstraints_width_get", (PyCFunction
) _wrap_wxLayoutConstraints_width_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4169          { "wxLayoutConstraints_top_get", (PyCFunction
) _wrap_wxLayoutConstraints_top_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4170          { "wxLayoutConstraints_right_get", (PyCFunction
) _wrap_wxLayoutConstraints_right_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4171          { "wxLayoutConstraints_left_get", (PyCFunction
) _wrap_wxLayoutConstraints_left_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4172          { "wxLayoutConstraints_height_get", (PyCFunction
) _wrap_wxLayoutConstraints_height_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4173          { "wxLayoutConstraints_centreY_get", (PyCFunction
) _wrap_wxLayoutConstraints_centreY_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4174          { "wxLayoutConstraints_centreX_get", (PyCFunction
) _wrap_wxLayoutConstraints_centreX_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4175          { "wxLayoutConstraints_bottom_get", (PyCFunction
) _wrap_wxLayoutConstraints_bottom_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4176          { "new_wxLayoutConstraints", (PyCFunction
) _wrap_new_wxLayoutConstraints
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4177          { "wxIndividualLayoutConstraint_Set", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_Set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4178          { "wxIndividualLayoutConstraint_SameAs", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_SameAs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4179          { "wxIndividualLayoutConstraint_RightOf", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_RightOf
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4180          { "wxIndividualLayoutConstraint_PercentOf", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_PercentOf
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4181          { "wxIndividualLayoutConstraint_LeftOf", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_LeftOf
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4182          { "wxIndividualLayoutConstraint_Unconstrained", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_Unconstrained
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4183          { "wxIndividualLayoutConstraint_Below", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_Below
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4184          { "wxIndividualLayoutConstraint_AsIs", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_AsIs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4185          { "wxIndividualLayoutConstraint_Absolute", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_Absolute
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4186          { "wxIndividualLayoutConstraint_Above", (PyCFunction
) _wrap_wxIndividualLayoutConstraint_Above
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4187          { "wxRect___cmp__", (PyCFunction
) _wrap_wxRect___cmp__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4188          { "wxRect___add__", (PyCFunction
) _wrap_wxRect___add__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4189          { "wxRect_asTuple", (PyCFunction
) _wrap_wxRect_asTuple
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4190          { "wxRect_height_get", (PyCFunction
) _wrap_wxRect_height_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4191          { "wxRect_height_set", (PyCFunction
) _wrap_wxRect_height_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4192          { "wxRect_width_get", (PyCFunction
) _wrap_wxRect_width_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4193          { "wxRect_width_set", (PyCFunction
) _wrap_wxRect_width_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4194          { "wxRect_y_get", (PyCFunction
) _wrap_wxRect_y_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4195          { "wxRect_y_set", (PyCFunction
) _wrap_wxRect_y_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4196          { "wxRect_x_get", (PyCFunction
) _wrap_wxRect_x_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4197          { "wxRect_x_set", (PyCFunction
) _wrap_wxRect_x_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4198          { "wxRect_Inside", (PyCFunction
) _wrap_wxRect_Inside
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4199          { "wxRect_Inflate", (PyCFunction
) _wrap_wxRect_Inflate
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4200          { "wxRect_SetBottom", (PyCFunction
) _wrap_wxRect_SetBottom
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4201          { "wxRect_SetTop", (PyCFunction
) _wrap_wxRect_SetTop
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4202          { "wxRect_SetRight", (PyCFunction
) _wrap_wxRect_SetRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4203          { "wxRect_SetLeft", (PyCFunction
) _wrap_wxRect_SetLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4204          { "wxRect_GetRight", (PyCFunction
) _wrap_wxRect_GetRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4205          { "wxRect_GetBottom", (PyCFunction
) _wrap_wxRect_GetBottom
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4206          { "wxRect_GetTop", (PyCFunction
) _wrap_wxRect_GetTop
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4207          { "wxRect_GetLeft", (PyCFunction
) _wrap_wxRect_GetLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4208          { "wxRect_GetSize", (PyCFunction
) _wrap_wxRect_GetSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4209          { "wxRect_GetPosition", (PyCFunction
) _wrap_wxRect_GetPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4210          { "wxRect_SetHeight", (PyCFunction
) _wrap_wxRect_SetHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4211          { "wxRect_GetHeight", (PyCFunction
) _wrap_wxRect_GetHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4212          { "wxRect_SetWidth", (PyCFunction
) _wrap_wxRect_SetWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4213          { "wxRect_GetWidth", (PyCFunction
) _wrap_wxRect_GetWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4214          { "wxRect_SetY", (PyCFunction
) _wrap_wxRect_SetY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4215          { "wxRect_GetY", (PyCFunction
) _wrap_wxRect_GetY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4216          { "wxRect_SetX", (PyCFunction
) _wrap_wxRect_SetX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4217          { "wxRect_GetX", (PyCFunction
) _wrap_wxRect_GetX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4218          { "delete_wxRect", (PyCFunction
) _wrap_delete_wxRect
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4219          { "new_wxRect", (PyCFunction
) _wrap_new_wxRect
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4220          { "wxPoint___cmp__", (PyCFunction
) _wrap_wxPoint___cmp__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4221          { "wxPoint___sub__", (PyCFunction
) _wrap_wxPoint___sub__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4222          { "wxPoint___add__", (PyCFunction
) _wrap_wxPoint___add__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4223          { "wxPoint_asTuple", (PyCFunction
) _wrap_wxPoint_asTuple
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4224          { "wxPoint_Set", (PyCFunction
) _wrap_wxPoint_Set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4225          { "delete_wxPoint", (PyCFunction
) _wrap_delete_wxPoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4226          { "new_wxPoint", (PyCFunction
) _wrap_new_wxPoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4227          { "wxPoint_y_get", (PyCFunction
) _wrap_wxPoint_y_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4228          { "wxPoint_y_set", (PyCFunction
) _wrap_wxPoint_y_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4229          { "wxPoint_x_get", (PyCFunction
) _wrap_wxPoint_x_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4230          { "wxPoint_x_set", (PyCFunction
) _wrap_wxPoint_x_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4231          { "wxRealPoint___cmp__", (PyCFunction
) _wrap_wxRealPoint___cmp__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4232          { "wxRealPoint___sub__", (PyCFunction
) _wrap_wxRealPoint___sub__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4233          { "wxRealPoint___add__", (PyCFunction
) _wrap_wxRealPoint___add__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4234          { "wxRealPoint_asTuple", (PyCFunction
) _wrap_wxRealPoint_asTuple
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4235          { "wxRealPoint_Set", (PyCFunction
) _wrap_wxRealPoint_Set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4236          { "delete_wxRealPoint", (PyCFunction
) _wrap_delete_wxRealPoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4237          { "new_wxRealPoint", (PyCFunction
) _wrap_new_wxRealPoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4238          { "wxRealPoint_y_get", (PyCFunction
) _wrap_wxRealPoint_y_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4239          { "wxRealPoint_y_set", (PyCFunction
) _wrap_wxRealPoint_y_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4240          { "wxRealPoint_x_get", (PyCFunction
) _wrap_wxRealPoint_x_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4241          { "wxRealPoint_x_set", (PyCFunction
) _wrap_wxRealPoint_x_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4242          { "wxSize___cmp__", (PyCFunction
) _wrap_wxSize___cmp__
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4243          { "wxSize_asTuple", (PyCFunction
) _wrap_wxSize_asTuple
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4244          { "wxSize_SetHeight", (PyCFunction
) _wrap_wxSize_SetHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4245          { "wxSize_SetWidth", (PyCFunction
) _wrap_wxSize_SetWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4246          { "wxSize_GetHeight", (PyCFunction
) _wrap_wxSize_GetHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4247          { "wxSize_GetWidth", (PyCFunction
) _wrap_wxSize_GetWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4248          { "wxSize_GetY", (PyCFunction
) _wrap_wxSize_GetY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4249          { "wxSize_GetX", (PyCFunction
) _wrap_wxSize_GetX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4250          { "wxSize_Set", (PyCFunction
) _wrap_wxSize_Set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4251          { "delete_wxSize", (PyCFunction
) _wrap_delete_wxSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4252          { "new_wxSize", (PyCFunction
) _wrap_new_wxSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4253          { "wxSize_height_get", (PyCFunction
) _wrap_wxSize_y_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4254          { "wxSize_height_set", (PyCFunction
) _wrap_wxSize_y_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4255          { "wxSize_width_get", (PyCFunction
) _wrap_wxSize_x_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4256          { "wxSize_width_set", (PyCFunction
) _wrap_wxSize_x_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4257          { "wxSize_y_get", (PyCFunction
) _wrap_wxSize_y_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4258          { "wxSize_y_set", (PyCFunction
) _wrap_wxSize_y_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4259          { "wxSize_x_get", (PyCFunction
) _wrap_wxSize_x_get
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4260          { "wxSize_x_set", (PyCFunction
) _wrap_wxSize_x_set
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4261          { "wxObject_Destroy", (PyCFunction
) _wrap_wxObject_Destroy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4262          { "wxObject_GetClassName", (PyCFunction
) _wrap_wxObject_GetClassName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4263          { "wxGetAccelFromString", (PyCFunction
) _wrap_wxGetAccelFromString
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4264          { "wxGetProcessId", (PyCFunction
) _wrap_wxGetProcessId
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4265          { "wxGetUserHome", (PyCFunction
) _wrap_wxGetUserHome
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4266          { "wxGetHomeDir", (PyCFunction
) _wrap_wxGetHomeDir
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4267          { "wxGetUserName", (PyCFunction
) _wrap_wxGetUserName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4268          { "wxGetUserId", (PyCFunction
) _wrap_wxGetUserId
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4269          { "wxGetFullHostName", (PyCFunction
) _wrap_wxGetFullHostName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4270          { "wxGetHostName", (PyCFunction
) _wrap_wxGetHostName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4271          { "wxGetEmailAddress", (PyCFunction
) _wrap_wxGetEmailAddress
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4272          { "wxStripMenuCodes", (PyCFunction
) _wrap_wxStripMenuCodes
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4273          { "wxGetResource", (PyCFunction
) _wrap_wxGetResource
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4274          { "wxEnableTopLevelWindows", (PyCFunction
) _wrap_wxEnableTopLevelWindows
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4275          { "wxYieldIfNeeded", (PyCFunction
) _wrap_wxYieldIfNeeded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4276          { "wxYield", (PyCFunction
) _wrap_wxYield
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4277          { "wxUsleep", (PyCFunction
) _wrap_wxUsleep
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4278          { "wxSleep", (PyCFunction
) _wrap_wxSleep
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4279          { "wxShutdown", (PyCFunction
) _wrap_wxShutdown
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4280          { "wxGetOsDescription", (PyCFunction
) _wrap_wxGetOsDescription
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4281          { "wxGetOsVersion", (PyCFunction
) _wrap_wxGetOsVersion
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4282          { "wxStartTimer", (PyCFunction
) _wrap_wxStartTimer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4283          { "wxShell", (PyCFunction
) _wrap_wxShell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4284          { "wxNow", (PyCFunction
) _wrap_wxNow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4285          { "wxIsBusy", (PyCFunction
) _wrap_wxIsBusy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4286          { "wxGetMousePosition", (PyCFunction
) _wrap_wxGetMousePosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4287          { "wxGetElapsedTime", (PyCFunction
) _wrap_wxGetElapsedTime
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4288          { "wxEndBusyCursor", (PyCFunction
) _wrap_wxEndBusyCursor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4289          { "wxBell", (PyCFunction
) _wrap_wxBell
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4290          { "wxGetCurrentId", (PyCFunction
) _wrap_wxGetCurrentId
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4291          { "RegisterId", (PyCFunction
) _wrap_RegisterId
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4292          { "NewId", (PyCFunction
) _wrap_NewId
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4293          { "wxRegisterId", (PyCFunction
) _wrap_wxRegisterId
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4294          { "wxNewId", (PyCFunction
) _wrap_wxNewId
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4295          { "wxIntersectRect", (PyCFunction
) _wrap_wxIntersectRect
, METH_VARARGS 
| METH_KEYWORDS 
}, 
4302  * This table is used by the pointer type-checker 
4304 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = { 
4305     { "_signed_long","_long",0}, 
4306     { "_wxPrintQuality","_wxCoord",0}, 
4307     { "_wxPrintQuality","_int",0}, 
4308     { "_wxPrintQuality","_signed_int",0}, 
4309     { "_wxPrintQuality","_unsigned_int",0}, 
4310     { "_wxPrintQuality","_wxWindowID",0}, 
4311     { "_wxPrintQuality","_uint",0}, 
4312     { "_wxPrintQuality","_EBool",0}, 
4313     { "_wxPrintQuality","_size_t",0}, 
4314     { "_wxPrintQuality","_time_t",0}, 
4315     { "_byte","_unsigned_char",0}, 
4316     { "_long","_unsigned_long",0}, 
4317     { "_long","_signed_long",0}, 
4318     { "_size_t","_wxCoord",0}, 
4319     { "_size_t","_wxPrintQuality",0}, 
4320     { "_size_t","_time_t",0}, 
4321     { "_size_t","_unsigned_int",0}, 
4322     { "_size_t","_int",0}, 
4323     { "_size_t","_wxWindowID",0}, 
4324     { "_size_t","_uint",0}, 
4325     { "_uint","_wxCoord",0}, 
4326     { "_uint","_wxPrintQuality",0}, 
4327     { "_uint","_time_t",0}, 
4328     { "_uint","_size_t",0}, 
4329     { "_uint","_unsigned_int",0}, 
4330     { "_uint","_int",0}, 
4331     { "_uint","_wxWindowID",0}, 
4332     { "_wxChar","_char",0}, 
4333     { "_char","_wxChar",0}, 
4334     { "_EBool","_wxCoord",0}, 
4335     { "_EBool","_wxPrintQuality",0}, 
4336     { "_EBool","_signed_int",0}, 
4337     { "_EBool","_int",0}, 
4338     { "_EBool","_wxWindowID",0}, 
4339     { "_unsigned_long","_long",0}, 
4340     { "_signed_int","_wxCoord",0}, 
4341     { "_signed_int","_wxPrintQuality",0}, 
4342     { "_signed_int","_EBool",0}, 
4343     { "_signed_int","_wxWindowID",0}, 
4344     { "_signed_int","_int",0}, 
4345     { "_WXTYPE","_short",0}, 
4346     { "_WXTYPE","_signed_short",0}, 
4347     { "_WXTYPE","_unsigned_short",0}, 
4348     { "_unsigned_short","_WXTYPE",0}, 
4349     { "_unsigned_short","_short",0}, 
4350     { "_wxObject","_wxBusyInfo",SwigwxBusyInfoTowxObject
}, 
4351     { "_wxObject","_wxAcceleratorTable",SwigwxAcceleratorTableTowxObject
}, 
4352     { "_wxObject","_wxLayoutConstraints",SwigwxLayoutConstraintsTowxObject
}, 
4353     { "_wxObject","_wxIndividualLayoutConstraint",SwigwxIndividualLayoutConstraintTowxObject
}, 
4354     { "_signed_short","_WXTYPE",0}, 
4355     { "_signed_short","_short",0}, 
4356     { "_unsigned_char","_byte",0}, 
4357     { "_unsigned_int","_wxCoord",0}, 
4358     { "_unsigned_int","_wxPrintQuality",0}, 
4359     { "_unsigned_int","_time_t",0}, 
4360     { "_unsigned_int","_size_t",0}, 
4361     { "_unsigned_int","_uint",0}, 
4362     { "_unsigned_int","_wxWindowID",0}, 
4363     { "_unsigned_int","_int",0}, 
4364     { "_short","_WXTYPE",0}, 
4365     { "_short","_unsigned_short",0}, 
4366     { "_short","_signed_short",0}, 
4367     { "_wxWindowID","_wxCoord",0}, 
4368     { "_wxWindowID","_wxPrintQuality",0}, 
4369     { "_wxWindowID","_time_t",0}, 
4370     { "_wxWindowID","_size_t",0}, 
4371     { "_wxWindowID","_EBool",0}, 
4372     { "_wxWindowID","_uint",0}, 
4373     { "_wxWindowID","_int",0}, 
4374     { "_wxWindowID","_signed_int",0}, 
4375     { "_wxWindowID","_unsigned_int",0}, 
4376     { "_int","_wxCoord",0}, 
4377     { "_int","_wxPrintQuality",0}, 
4378     { "_int","_time_t",0}, 
4379     { "_int","_size_t",0}, 
4380     { "_int","_EBool",0}, 
4381     { "_int","_uint",0}, 
4382     { "_int","_wxWindowID",0}, 
4383     { "_int","_unsigned_int",0}, 
4384     { "_int","_signed_int",0}, 
4385     { "_time_t","_wxCoord",0}, 
4386     { "_time_t","_wxPrintQuality",0}, 
4387     { "_time_t","_unsigned_int",0}, 
4388     { "_time_t","_int",0}, 
4389     { "_time_t","_wxWindowID",0}, 
4390     { "_time_t","_uint",0}, 
4391     { "_time_t","_size_t",0}, 
4392     { "_wxCoord","_int",0}, 
4393     { "_wxCoord","_signed_int",0}, 
4394     { "_wxCoord","_unsigned_int",0}, 
4395     { "_wxCoord","_wxWindowID",0}, 
4396     { "_wxCoord","_uint",0}, 
4397     { "_wxCoord","_EBool",0}, 
4398     { "_wxCoord","_size_t",0}, 
4399     { "_wxCoord","_time_t",0}, 
4400     { "_wxCoord","_wxPrintQuality",0}, 
4403 static PyObject 
*SWIG_globals
; 
4407 SWIGEXPORT(void) initmiscc() { 
4409          SWIG_globals 
= SWIG_newvarlink(); 
4410          m 
= Py_InitModule("miscc", misccMethods
); 
4411          d 
= PyModule_GetDict(m
); 
4412          PyDict_SetItemString(d
,"wxSHUTDOWN_POWEROFF", PyInt_FromLong((long) wxSHUTDOWN_POWEROFF
)); 
4413          PyDict_SetItemString(d
,"wxSHUTDOWN_REBOOT", PyInt_FromLong((long) wxSHUTDOWN_REBOOT
)); 
4414          PyDict_SetItemString(d
,"wxLeft", PyInt_FromLong((long) wxLeft
)); 
4415          PyDict_SetItemString(d
,"wxTop", PyInt_FromLong((long) wxTop
)); 
4416          PyDict_SetItemString(d
,"wxRight", PyInt_FromLong((long) wxRight
)); 
4417          PyDict_SetItemString(d
,"wxBottom", PyInt_FromLong((long) wxBottom
)); 
4418          PyDict_SetItemString(d
,"wxWidth", PyInt_FromLong((long) wxWidth
)); 
4419          PyDict_SetItemString(d
,"wxHeight", PyInt_FromLong((long) wxHeight
)); 
4420          PyDict_SetItemString(d
,"wxCentre", PyInt_FromLong((long) wxCentre
)); 
4421          PyDict_SetItemString(d
,"wxCenter", PyInt_FromLong((long) wxCenter
)); 
4422          PyDict_SetItemString(d
,"wxCentreX", PyInt_FromLong((long) wxCentreX
)); 
4423          PyDict_SetItemString(d
,"wxCentreY", PyInt_FromLong((long) wxCentreY
)); 
4424          PyDict_SetItemString(d
,"wxUnconstrained", PyInt_FromLong((long) wxUnconstrained
)); 
4425          PyDict_SetItemString(d
,"wxAsIs", PyInt_FromLong((long) wxAsIs
)); 
4426          PyDict_SetItemString(d
,"wxPercentOf", PyInt_FromLong((long) wxPercentOf
)); 
4427          PyDict_SetItemString(d
,"wxAbove", PyInt_FromLong((long) wxAbove
)); 
4428          PyDict_SetItemString(d
,"wxBelow", PyInt_FromLong((long) wxBelow
)); 
4429          PyDict_SetItemString(d
,"wxLeftOf", PyInt_FromLong((long) wxLeftOf
)); 
4430          PyDict_SetItemString(d
,"wxRightOf", PyInt_FromLong((long) wxRightOf
)); 
4431          PyDict_SetItemString(d
,"wxSameAs", PyInt_FromLong((long) wxSameAs
)); 
4432          PyDict_SetItemString(d
,"wxAbsolute", PyInt_FromLong((long) wxAbsolute
)); 
4433          PyDict_SetItemString(d
,"cvar", SWIG_globals
); 
4434          SWIG_addvarlink(SWIG_globals
,"wxNullAcceleratorTable",_wrap_wxNullAcceleratorTable_get
, _wrap_wxNullAcceleratorTable_set
); 
4437    for (i 
= 0; _swig_mapping
[i
].n1
; i
++) 
4438         SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);