2  * FILE : contrib/stc/gtk/stc_.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    initstc_c 
  56 #define SWIG_name    "stc_c" 
  59 #include "wx/stc/stc.h" 
  62 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) { 
  68     } else if (target 
== Py_None
) { 
  72         if (!PyTuple_Check(target
)) { 
  74             target 
= PyTuple_New(1); 
  75             PyTuple_SetItem(target
, 0, o2
); 
  78         PyTuple_SetItem(o3
, 0, o
); 
  81         target 
= PySequence_Concat(o2
, o3
); 
  88 #if PYTHON_API_VERSION >= 1009 
  89     static char* wxStringErrorMsg 
= "String or Unicode type required"; 
  91     static char* wxStringErrorMsg 
= "String type required"; 
  96 static void *SwigwxStyledTextCtrlTowxControl(void *ptr
) { 
  97     wxStyledTextCtrl 
*src
; 
  99     src 
= (wxStyledTextCtrl 
*) ptr
; 
 100     dest 
= (wxControl 
*) src
; 
 101     return (void *) dest
; 
 104 static void *SwigwxStyledTextCtrlTowxWindow(void *ptr
) { 
 105     wxStyledTextCtrl 
*src
; 
 107     src 
= (wxStyledTextCtrl 
*) ptr
; 
 108     dest 
= (wxWindow 
*) src
; 
 109     return (void *) dest
; 
 112 static void *SwigwxStyledTextCtrlTowxEvtHandler(void *ptr
) { 
 113     wxStyledTextCtrl 
*src
; 
 115     src 
= (wxStyledTextCtrl 
*) ptr
; 
 116     dest 
= (wxEvtHandler 
*) src
; 
 117     return (void *) dest
; 
 120 static void *SwigwxStyledTextCtrlTowxObject(void *ptr
) { 
 121     wxStyledTextCtrl 
*src
; 
 123     src 
= (wxStyledTextCtrl 
*) ptr
; 
 124     dest 
= (wxObject 
*) src
; 
 125     return (void *) dest
; 
 128 #define new_wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) 
 129 static PyObject 
*_wrap_new_wxStyledTextCtrl(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 130     PyObject 
* _resultobj
; 
 131     wxStyledTextCtrl 
* _result
; 
 134     wxPoint 
* _arg2 
= (wxPoint 
*) &wxDefaultPosition
; 
 135     wxSize 
* _arg3 
= (wxSize 
*) &wxDefaultSize
; 
 136     long  _arg4 
= (long ) 0; 
 137     char * _arg5 
= (char *) "styledtext"; 
 138     PyObject 
* _argo0 
= 0; 
 140     PyObject 
* _obj2 
= 0; 
 142     PyObject 
* _obj3 
= 0; 
 143     char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL 
}; 
 147     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStyledTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))  
 150         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 151         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) { 
 152             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStyledTextCtrl. Expected _wxWindow_p."); 
 159     if (! wxPoint_helper(_obj2
, &_arg2
)) 
 165     if (! wxSize_helper(_obj3
, &_arg3
)) 
 169     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 170         _result 
= (wxStyledTextCtrl 
*)new_wxStyledTextCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
); 
 172     wxPyEndAllowThreads(__tstate
); 
 173     if (PyErr_Occurred()) return NULL
; 
 175         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextCtrl_p"); 
 176         _resultobj 
= Py_BuildValue("s",_ptemp
); 
 179         _resultobj 
= Py_None
; 
 184 #define wxStyledTextCtrl_AddText(_swigobj,_swigarg0)  (_swigobj->AddText(_swigarg0)) 
 185 static PyObject 
*_wrap_wxStyledTextCtrl_AddText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 186     PyObject 
* _resultobj
; 
 187     wxStyledTextCtrl 
* _arg0
; 
 189     PyObject 
* _argo0 
= 0; 
 190     PyObject 
* _obj1 
= 0; 
 191     char *_kwnames
[] = { "self","text", NULL 
}; 
 194     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddText",_kwnames
,&_argo0
,&_obj1
))  
 197         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 198         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 199             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddText. Expected _wxStyledTextCtrl_p."); 
 204 #if PYTHON_API_VERSION >= 1009 
 205     char* tmpPtr
; int tmpSize
; 
 206     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
 207         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
 210     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
 212     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
 214     if (!PyString_Check(_obj1
)) { 
 215         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
 218     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
 222     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 223         wxStyledTextCtrl_AddText(_arg0
,*_arg1
); 
 225     wxPyEndAllowThreads(__tstate
); 
 226     if (PyErr_Occurred()) return NULL
; 
 227 }    Py_INCREF(Py_None
); 
 228     _resultobj 
= Py_None
; 
 236 #define wxStyledTextCtrl_AddStyledText(_swigobj,_swigarg0)  (_swigobj->AddStyledText(_swigarg0)) 
 237 static PyObject 
*_wrap_wxStyledTextCtrl_AddStyledText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 238     PyObject 
* _resultobj
; 
 239     wxStyledTextCtrl 
* _arg0
; 
 241     PyObject 
* _argo0 
= 0; 
 242     PyObject 
* _obj1 
= 0; 
 243     char *_kwnames
[] = { "self","text", NULL 
}; 
 246     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddStyledText",_kwnames
,&_argo0
,&_obj1
))  
 249         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 250         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 251             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddStyledText. Expected _wxStyledTextCtrl_p."); 
 256 #if PYTHON_API_VERSION >= 1009 
 257     char* tmpPtr
; int tmpSize
; 
 258     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
 259         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
 262     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
 264     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
 266     if (!PyString_Check(_obj1
)) { 
 267         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
 270     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
 274     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 275         wxStyledTextCtrl_AddStyledText(_arg0
,*_arg1
); 
 277     wxPyEndAllowThreads(__tstate
); 
 278     if (PyErr_Occurred()) return NULL
; 
 279 }    Py_INCREF(Py_None
); 
 280     _resultobj 
= Py_None
; 
 288 #define wxStyledTextCtrl_InsertText(_swigobj,_swigarg0,_swigarg1)  (_swigobj->InsertText(_swigarg0,_swigarg1)) 
 289 static PyObject 
*_wrap_wxStyledTextCtrl_InsertText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 290     PyObject 
* _resultobj
; 
 291     wxStyledTextCtrl 
* _arg0
; 
 294     PyObject 
* _argo0 
= 0; 
 295     PyObject 
* _obj2 
= 0; 
 296     char *_kwnames
[] = { "self","pos","text", NULL 
}; 
 299     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_InsertText",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
 302         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 303         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 304             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_InsertText. Expected _wxStyledTextCtrl_p."); 
 309 #if PYTHON_API_VERSION >= 1009 
 310     char* tmpPtr
; int tmpSize
; 
 311     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
 312         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
 315     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
 317     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
 319     if (!PyString_Check(_obj2
)) { 
 320         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
 323     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
 327     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 328         wxStyledTextCtrl_InsertText(_arg0
,_arg1
,*_arg2
); 
 330     wxPyEndAllowThreads(__tstate
); 
 331     if (PyErr_Occurred()) return NULL
; 
 332 }    Py_INCREF(Py_None
); 
 333     _resultobj 
= Py_None
; 
 341 #define wxStyledTextCtrl_ClearAll(_swigobj)  (_swigobj->ClearAll()) 
 342 static PyObject 
*_wrap_wxStyledTextCtrl_ClearAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 343     PyObject 
* _resultobj
; 
 344     wxStyledTextCtrl 
* _arg0
; 
 345     PyObject 
* _argo0 
= 0; 
 346     char *_kwnames
[] = { "self", NULL 
}; 
 349     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearAll",_kwnames
,&_argo0
))  
 352         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 353         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 354             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearAll. Expected _wxStyledTextCtrl_p."); 
 359     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 360         wxStyledTextCtrl_ClearAll(_arg0
); 
 362     wxPyEndAllowThreads(__tstate
); 
 363     if (PyErr_Occurred()) return NULL
; 
 364 }    Py_INCREF(Py_None
); 
 365     _resultobj 
= Py_None
; 
 369 #define wxStyledTextCtrl_ClearDocumentStyle(_swigobj)  (_swigobj->ClearDocumentStyle()) 
 370 static PyObject 
*_wrap_wxStyledTextCtrl_ClearDocumentStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 371     PyObject 
* _resultobj
; 
 372     wxStyledTextCtrl 
* _arg0
; 
 373     PyObject 
* _argo0 
= 0; 
 374     char *_kwnames
[] = { "self", NULL 
}; 
 377     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearDocumentStyle",_kwnames
,&_argo0
))  
 380         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 381         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 382             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearDocumentStyle. Expected _wxStyledTextCtrl_p."); 
 387     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 388         wxStyledTextCtrl_ClearDocumentStyle(_arg0
); 
 390     wxPyEndAllowThreads(__tstate
); 
 391     if (PyErr_Occurred()) return NULL
; 
 392 }    Py_INCREF(Py_None
); 
 393     _resultobj 
= Py_None
; 
 397 #define wxStyledTextCtrl_GetLength(_swigobj)  (_swigobj->GetLength()) 
 398 static PyObject 
*_wrap_wxStyledTextCtrl_GetLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 399     PyObject 
* _resultobj
; 
 401     wxStyledTextCtrl 
* _arg0
; 
 402     PyObject 
* _argo0 
= 0; 
 403     char *_kwnames
[] = { "self", NULL 
}; 
 406     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLength",_kwnames
,&_argo0
))  
 409         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 410         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 411             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLength. Expected _wxStyledTextCtrl_p."); 
 416     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 417         _result 
= (int )wxStyledTextCtrl_GetLength(_arg0
); 
 419     wxPyEndAllowThreads(__tstate
); 
 420     if (PyErr_Occurred()) return NULL
; 
 421 }    _resultobj 
= Py_BuildValue("i",_result
); 
 425 #define wxStyledTextCtrl_GetCharAt(_swigobj,_swigarg0)  (_swigobj->GetCharAt(_swigarg0)) 
 426 static PyObject 
*_wrap_wxStyledTextCtrl_GetCharAt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 427     PyObject 
* _resultobj
; 
 429     wxStyledTextCtrl 
* _arg0
; 
 431     PyObject 
* _argo0 
= 0; 
 432     char *_kwnames
[] = { "self","pos", NULL 
}; 
 435     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetCharAt",_kwnames
,&_argo0
,&_arg1
))  
 438         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 439         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 440             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCharAt. Expected _wxStyledTextCtrl_p."); 
 445     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 446         _result 
= (int )wxStyledTextCtrl_GetCharAt(_arg0
,_arg1
); 
 448     wxPyEndAllowThreads(__tstate
); 
 449     if (PyErr_Occurred()) return NULL
; 
 450 }    _resultobj 
= Py_BuildValue("i",_result
); 
 454 #define wxStyledTextCtrl_GetCurrentPos(_swigobj)  (_swigobj->GetCurrentPos()) 
 455 static PyObject 
*_wrap_wxStyledTextCtrl_GetCurrentPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 456     PyObject 
* _resultobj
; 
 458     wxStyledTextCtrl 
* _arg0
; 
 459     PyObject 
* _argo0 
= 0; 
 460     char *_kwnames
[] = { "self", NULL 
}; 
 463     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentPos",_kwnames
,&_argo0
))  
 466         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 467         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 468             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentPos. Expected _wxStyledTextCtrl_p."); 
 473     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 474         _result 
= (int )wxStyledTextCtrl_GetCurrentPos(_arg0
); 
 476     wxPyEndAllowThreads(__tstate
); 
 477     if (PyErr_Occurred()) return NULL
; 
 478 }    _resultobj 
= Py_BuildValue("i",_result
); 
 482 #define wxStyledTextCtrl_GetAnchor(_swigobj)  (_swigobj->GetAnchor()) 
 483 static PyObject 
*_wrap_wxStyledTextCtrl_GetAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 484     PyObject 
* _resultobj
; 
 486     wxStyledTextCtrl 
* _arg0
; 
 487     PyObject 
* _argo0 
= 0; 
 488     char *_kwnames
[] = { "self", NULL 
}; 
 491     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetAnchor",_kwnames
,&_argo0
))  
 494         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 495         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 496             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetAnchor. Expected _wxStyledTextCtrl_p."); 
 501     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 502         _result 
= (int )wxStyledTextCtrl_GetAnchor(_arg0
); 
 504     wxPyEndAllowThreads(__tstate
); 
 505     if (PyErr_Occurred()) return NULL
; 
 506 }    _resultobj 
= Py_BuildValue("i",_result
); 
 510 #define wxStyledTextCtrl_GetStyleAt(_swigobj,_swigarg0)  (_swigobj->GetStyleAt(_swigarg0)) 
 511 static PyObject 
*_wrap_wxStyledTextCtrl_GetStyleAt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 512     PyObject 
* _resultobj
; 
 514     wxStyledTextCtrl 
* _arg0
; 
 516     PyObject 
* _argo0 
= 0; 
 517     char *_kwnames
[] = { "self","pos", NULL 
}; 
 520     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetStyleAt",_kwnames
,&_argo0
,&_arg1
))  
 523         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 524         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 525             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleAt. Expected _wxStyledTextCtrl_p."); 
 530     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 531         _result 
= (int )wxStyledTextCtrl_GetStyleAt(_arg0
,_arg1
); 
 533     wxPyEndAllowThreads(__tstate
); 
 534     if (PyErr_Occurred()) return NULL
; 
 535 }    _resultobj 
= Py_BuildValue("i",_result
); 
 539 #define wxStyledTextCtrl_Redo(_swigobj)  (_swigobj->Redo()) 
 540 static PyObject 
*_wrap_wxStyledTextCtrl_Redo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 541     PyObject 
* _resultobj
; 
 542     wxStyledTextCtrl 
* _arg0
; 
 543     PyObject 
* _argo0 
= 0; 
 544     char *_kwnames
[] = { "self", NULL 
}; 
 547     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Redo",_kwnames
,&_argo0
))  
 550         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 551         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 552             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Redo. Expected _wxStyledTextCtrl_p."); 
 557     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 558         wxStyledTextCtrl_Redo(_arg0
); 
 560     wxPyEndAllowThreads(__tstate
); 
 561     if (PyErr_Occurred()) return NULL
; 
 562 }    Py_INCREF(Py_None
); 
 563     _resultobj 
= Py_None
; 
 567 #define wxStyledTextCtrl_SetUndoCollection(_swigobj,_swigarg0)  (_swigobj->SetUndoCollection(_swigarg0)) 
 568 static PyObject 
*_wrap_wxStyledTextCtrl_SetUndoCollection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 569     PyObject 
* _resultobj
; 
 570     wxStyledTextCtrl 
* _arg0
; 
 572     PyObject 
* _argo0 
= 0; 
 574     char *_kwnames
[] = { "self","collectUndo", NULL 
}; 
 577     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUndoCollection",_kwnames
,&_argo0
,&tempbool1
))  
 580         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 581         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 582             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUndoCollection. Expected _wxStyledTextCtrl_p."); 
 586     _arg1 
= (bool ) tempbool1
; 
 588     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 589         wxStyledTextCtrl_SetUndoCollection(_arg0
,_arg1
); 
 591     wxPyEndAllowThreads(__tstate
); 
 592     if (PyErr_Occurred()) return NULL
; 
 593 }    Py_INCREF(Py_None
); 
 594     _resultobj 
= Py_None
; 
 598 #define wxStyledTextCtrl_SelectAll(_swigobj)  (_swigobj->SelectAll()) 
 599 static PyObject 
*_wrap_wxStyledTextCtrl_SelectAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 600     PyObject 
* _resultobj
; 
 601     wxStyledTextCtrl 
* _arg0
; 
 602     PyObject 
* _argo0 
= 0; 
 603     char *_kwnames
[] = { "self", NULL 
}; 
 606     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectAll",_kwnames
,&_argo0
))  
 609         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 610         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 611             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectAll. Expected _wxStyledTextCtrl_p."); 
 616     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 617         wxStyledTextCtrl_SelectAll(_arg0
); 
 619     wxPyEndAllowThreads(__tstate
); 
 620     if (PyErr_Occurred()) return NULL
; 
 621 }    Py_INCREF(Py_None
); 
 622     _resultobj 
= Py_None
; 
 626 #define wxStyledTextCtrl_SetSavePoint(_swigobj)  (_swigobj->SetSavePoint()) 
 627 static PyObject 
*_wrap_wxStyledTextCtrl_SetSavePoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 628     PyObject 
* _resultobj
; 
 629     wxStyledTextCtrl 
* _arg0
; 
 630     PyObject 
* _argo0 
= 0; 
 631     char *_kwnames
[] = { "self", NULL 
}; 
 634     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SetSavePoint",_kwnames
,&_argo0
))  
 637         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 638         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 639             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSavePoint. Expected _wxStyledTextCtrl_p."); 
 644     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 645         wxStyledTextCtrl_SetSavePoint(_arg0
); 
 647     wxPyEndAllowThreads(__tstate
); 
 648     if (PyErr_Occurred()) return NULL
; 
 649 }    Py_INCREF(Py_None
); 
 650     _resultobj 
= Py_None
; 
 654 #define wxStyledTextCtrl_GetStyledText(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetStyledText(_swigarg0,_swigarg1)) 
 655 static PyObject 
*_wrap_wxStyledTextCtrl_GetStyledText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 656     PyObject 
* _resultobj
; 
 658     wxStyledTextCtrl 
* _arg0
; 
 661     PyObject 
* _argo0 
= 0; 
 662     char *_kwnames
[] = { "self","startPos","endPos", NULL 
}; 
 665     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetStyledText",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
 668         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 669         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 670             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyledText. Expected _wxStyledTextCtrl_p."); 
 675     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 676         _result 
= new wxString (wxStyledTextCtrl_GetStyledText(_arg0
,_arg1
,_arg2
)); 
 678     wxPyEndAllowThreads(__tstate
); 
 679     if (PyErr_Occurred()) return NULL
; 
 681     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
 689 #define wxStyledTextCtrl_CanRedo(_swigobj)  (_swigobj->CanRedo()) 
 690 static PyObject 
*_wrap_wxStyledTextCtrl_CanRedo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 691     PyObject 
* _resultobj
; 
 693     wxStyledTextCtrl 
* _arg0
; 
 694     PyObject 
* _argo0 
= 0; 
 695     char *_kwnames
[] = { "self", NULL 
}; 
 698     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanRedo",_kwnames
,&_argo0
))  
 701         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 702         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 703             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanRedo. Expected _wxStyledTextCtrl_p."); 
 708     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 709         _result 
= (bool )wxStyledTextCtrl_CanRedo(_arg0
); 
 711     wxPyEndAllowThreads(__tstate
); 
 712     if (PyErr_Occurred()) return NULL
; 
 713 }    _resultobj 
= Py_BuildValue("i",_result
); 
 717 #define wxStyledTextCtrl_MarkerLineFromHandle(_swigobj,_swigarg0)  (_swigobj->MarkerLineFromHandle(_swigarg0)) 
 718 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerLineFromHandle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 719     PyObject 
* _resultobj
; 
 721     wxStyledTextCtrl 
* _arg0
; 
 723     PyObject 
* _argo0 
= 0; 
 724     char *_kwnames
[] = { "self","handle", NULL 
}; 
 727     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerLineFromHandle",_kwnames
,&_argo0
,&_arg1
))  
 730         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 731         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 732             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerLineFromHandle. Expected _wxStyledTextCtrl_p."); 
 737     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 738         _result 
= (int )wxStyledTextCtrl_MarkerLineFromHandle(_arg0
,_arg1
); 
 740     wxPyEndAllowThreads(__tstate
); 
 741     if (PyErr_Occurred()) return NULL
; 
 742 }    _resultobj 
= Py_BuildValue("i",_result
); 
 746 #define wxStyledTextCtrl_MarkerDeleteHandle(_swigobj,_swigarg0)  (_swigobj->MarkerDeleteHandle(_swigarg0)) 
 747 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDeleteHandle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 748     PyObject 
* _resultobj
; 
 749     wxStyledTextCtrl 
* _arg0
; 
 751     PyObject 
* _argo0 
= 0; 
 752     char *_kwnames
[] = { "self","handle", NULL 
}; 
 755     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteHandle",_kwnames
,&_argo0
,&_arg1
))  
 758         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 759         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 760             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteHandle. Expected _wxStyledTextCtrl_p."); 
 765     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 766         wxStyledTextCtrl_MarkerDeleteHandle(_arg0
,_arg1
); 
 768     wxPyEndAllowThreads(__tstate
); 
 769     if (PyErr_Occurred()) return NULL
; 
 770 }    Py_INCREF(Py_None
); 
 771     _resultobj 
= Py_None
; 
 775 #define wxStyledTextCtrl_GetUndoCollection(_swigobj)  (_swigobj->GetUndoCollection()) 
 776 static PyObject 
*_wrap_wxStyledTextCtrl_GetUndoCollection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 777     PyObject 
* _resultobj
; 
 779     wxStyledTextCtrl 
* _arg0
; 
 780     PyObject 
* _argo0 
= 0; 
 781     char *_kwnames
[] = { "self", NULL 
}; 
 784     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUndoCollection",_kwnames
,&_argo0
))  
 787         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 788         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 789             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUndoCollection. Expected _wxStyledTextCtrl_p."); 
 794     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 795         _result 
= (bool )wxStyledTextCtrl_GetUndoCollection(_arg0
); 
 797     wxPyEndAllowThreads(__tstate
); 
 798     if (PyErr_Occurred()) return NULL
; 
 799 }    _resultobj 
= Py_BuildValue("i",_result
); 
 803 #define wxStyledTextCtrl_GetViewWhiteSpace(_swigobj)  (_swigobj->GetViewWhiteSpace()) 
 804 static PyObject 
*_wrap_wxStyledTextCtrl_GetViewWhiteSpace(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 805     PyObject 
* _resultobj
; 
 807     wxStyledTextCtrl 
* _arg0
; 
 808     PyObject 
* _argo0 
= 0; 
 809     char *_kwnames
[] = { "self", NULL 
}; 
 812     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewWhiteSpace",_kwnames
,&_argo0
))  
 815         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 816         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 817             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewWhiteSpace. Expected _wxStyledTextCtrl_p."); 
 822     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 823         _result 
= (int )wxStyledTextCtrl_GetViewWhiteSpace(_arg0
); 
 825     wxPyEndAllowThreads(__tstate
); 
 826     if (PyErr_Occurred()) return NULL
; 
 827 }    _resultobj 
= Py_BuildValue("i",_result
); 
 831 #define wxStyledTextCtrl_SetViewWhiteSpace(_swigobj,_swigarg0)  (_swigobj->SetViewWhiteSpace(_swigarg0)) 
 832 static PyObject 
*_wrap_wxStyledTextCtrl_SetViewWhiteSpace(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 833     PyObject 
* _resultobj
; 
 834     wxStyledTextCtrl 
* _arg0
; 
 836     PyObject 
* _argo0 
= 0; 
 837     char *_kwnames
[] = { "self","viewWS", NULL 
}; 
 840     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewWhiteSpace",_kwnames
,&_argo0
,&_arg1
))  
 843         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 844         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 845             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewWhiteSpace. Expected _wxStyledTextCtrl_p."); 
 850     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 851         wxStyledTextCtrl_SetViewWhiteSpace(_arg0
,_arg1
); 
 853     wxPyEndAllowThreads(__tstate
); 
 854     if (PyErr_Occurred()) return NULL
; 
 855 }    Py_INCREF(Py_None
); 
 856     _resultobj 
= Py_None
; 
 860 #define wxStyledTextCtrl_PositionFromPoint(_swigobj,_swigarg0)  (_swigobj->PositionFromPoint(_swigarg0)) 
 861 static PyObject 
*_wrap_wxStyledTextCtrl_PositionFromPoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 862     PyObject 
* _resultobj
; 
 864     wxStyledTextCtrl 
* _arg0
; 
 866     PyObject 
* _argo0 
= 0; 
 868     PyObject 
* _obj1 
= 0; 
 869     char *_kwnames
[] = { "self","pt", NULL 
}; 
 872     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_PositionFromPoint",_kwnames
,&_argo0
,&_obj1
))  
 875         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 876         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 877             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPoint. Expected _wxStyledTextCtrl_p."); 
 883     if (! wxPoint_helper(_obj1
, &_arg1
)) 
 887     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 888         _result 
= (int )wxStyledTextCtrl_PositionFromPoint(_arg0
,*_arg1
); 
 890     wxPyEndAllowThreads(__tstate
); 
 891     if (PyErr_Occurred()) return NULL
; 
 892 }    _resultobj 
= Py_BuildValue("i",_result
); 
 896 #define wxStyledTextCtrl_PositionFromPointClose(_swigobj,_swigarg0,_swigarg1)  (_swigobj->PositionFromPointClose(_swigarg0,_swigarg1)) 
 897 static PyObject 
*_wrap_wxStyledTextCtrl_PositionFromPointClose(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 898     PyObject 
* _resultobj
; 
 900     wxStyledTextCtrl 
* _arg0
; 
 903     PyObject 
* _argo0 
= 0; 
 904     char *_kwnames
[] = { "self","x","y", NULL 
}; 
 907     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_PositionFromPointClose",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
 910         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 911         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 912             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPointClose. Expected _wxStyledTextCtrl_p."); 
 917     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 918         _result 
= (int )wxStyledTextCtrl_PositionFromPointClose(_arg0
,_arg1
,_arg2
); 
 920     wxPyEndAllowThreads(__tstate
); 
 921     if (PyErr_Occurred()) return NULL
; 
 922 }    _resultobj 
= Py_BuildValue("i",_result
); 
 926 #define wxStyledTextCtrl_GotoLine(_swigobj,_swigarg0)  (_swigobj->GotoLine(_swigarg0)) 
 927 static PyObject 
*_wrap_wxStyledTextCtrl_GotoLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 928     PyObject 
* _resultobj
; 
 929     wxStyledTextCtrl 
* _arg0
; 
 931     PyObject 
* _argo0 
= 0; 
 932     char *_kwnames
[] = { "self","line", NULL 
}; 
 935     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoLine",_kwnames
,&_argo0
,&_arg1
))  
 938         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 939         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 940             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoLine. Expected _wxStyledTextCtrl_p."); 
 945     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 946         wxStyledTextCtrl_GotoLine(_arg0
,_arg1
); 
 948     wxPyEndAllowThreads(__tstate
); 
 949     if (PyErr_Occurred()) return NULL
; 
 950 }    Py_INCREF(Py_None
); 
 951     _resultobj 
= Py_None
; 
 955 #define wxStyledTextCtrl_GotoPos(_swigobj,_swigarg0)  (_swigobj->GotoPos(_swigarg0)) 
 956 static PyObject 
*_wrap_wxStyledTextCtrl_GotoPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 957     PyObject 
* _resultobj
; 
 958     wxStyledTextCtrl 
* _arg0
; 
 960     PyObject 
* _argo0 
= 0; 
 961     char *_kwnames
[] = { "self","pos", NULL 
}; 
 964     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoPos",_kwnames
,&_argo0
,&_arg1
))  
 967         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 968         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 969             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoPos. Expected _wxStyledTextCtrl_p."); 
 974     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 975         wxStyledTextCtrl_GotoPos(_arg0
,_arg1
); 
 977     wxPyEndAllowThreads(__tstate
); 
 978     if (PyErr_Occurred()) return NULL
; 
 979 }    Py_INCREF(Py_None
); 
 980     _resultobj 
= Py_None
; 
 984 #define wxStyledTextCtrl_SetAnchor(_swigobj,_swigarg0)  (_swigobj->SetAnchor(_swigarg0)) 
 985 static PyObject 
*_wrap_wxStyledTextCtrl_SetAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 986     PyObject 
* _resultobj
; 
 987     wxStyledTextCtrl 
* _arg0
; 
 989     PyObject 
* _argo0 
= 0; 
 990     char *_kwnames
[] = { "self","posAnchor", NULL 
}; 
 993     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetAnchor",_kwnames
,&_argo0
,&_arg1
))  
 996         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 997         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 998             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetAnchor. Expected _wxStyledTextCtrl_p."); 
1003     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1004         wxStyledTextCtrl_SetAnchor(_arg0
,_arg1
); 
1006     wxPyEndAllowThreads(__tstate
); 
1007     if (PyErr_Occurred()) return NULL
; 
1008 }    Py_INCREF(Py_None
); 
1009     _resultobj 
= Py_None
; 
1013 #define wxStyledTextCtrl_GetCurLine(_swigobj,_swigarg0)  (_swigobj->GetCurLine(_swigarg0)) 
1014 static PyObject 
*_wrap_wxStyledTextCtrl_GetCurLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1015     PyObject 
* _resultobj
; 
1017     wxStyledTextCtrl 
* _arg0
; 
1020     PyObject 
* _argo0 
= 0; 
1021     char *_kwnames
[] = { "self", NULL 
}; 
1027     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurLine",_kwnames
,&_argo0
))  
1030         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1031         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1032             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurLine. Expected _wxStyledTextCtrl_p."); 
1037     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1038         _result 
= new wxString (wxStyledTextCtrl_GetCurLine(_arg0
,_arg1
)); 
1040     wxPyEndAllowThreads(__tstate
); 
1041     if (PyErr_Occurred()) return NULL
; 
1043     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
1047     o 
= PyInt_FromLong((long) (*_arg1
)); 
1048     _resultobj 
= t_output_helper(_resultobj
, o
); 
1056 #define wxStyledTextCtrl_GetEndStyled(_swigobj)  (_swigobj->GetEndStyled()) 
1057 static PyObject 
*_wrap_wxStyledTextCtrl_GetEndStyled(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1058     PyObject 
* _resultobj
; 
1060     wxStyledTextCtrl 
* _arg0
; 
1061     PyObject 
* _argo0 
= 0; 
1062     char *_kwnames
[] = { "self", NULL 
}; 
1065     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEndStyled",_kwnames
,&_argo0
))  
1068         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1069         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1070             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEndStyled. Expected _wxStyledTextCtrl_p."); 
1075     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1076         _result 
= (int )wxStyledTextCtrl_GetEndStyled(_arg0
); 
1078     wxPyEndAllowThreads(__tstate
); 
1079     if (PyErr_Occurred()) return NULL
; 
1080 }    _resultobj 
= Py_BuildValue("i",_result
); 
1084 #define wxStyledTextCtrl_ConvertEOLs(_swigobj,_swigarg0)  (_swigobj->ConvertEOLs(_swigarg0)) 
1085 static PyObject 
*_wrap_wxStyledTextCtrl_ConvertEOLs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1086     PyObject 
* _resultobj
; 
1087     wxStyledTextCtrl 
* _arg0
; 
1089     PyObject 
* _argo0 
= 0; 
1090     char *_kwnames
[] = { "self","eolMode", NULL 
}; 
1093     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ConvertEOLs",_kwnames
,&_argo0
,&_arg1
))  
1096         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1097         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1098             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ConvertEOLs. Expected _wxStyledTextCtrl_p."); 
1103     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1104         wxStyledTextCtrl_ConvertEOLs(_arg0
,_arg1
); 
1106     wxPyEndAllowThreads(__tstate
); 
1107     if (PyErr_Occurred()) return NULL
; 
1108 }    Py_INCREF(Py_None
); 
1109     _resultobj 
= Py_None
; 
1113 #define wxStyledTextCtrl_GetEOLMode(_swigobj)  (_swigobj->GetEOLMode()) 
1114 static PyObject 
*_wrap_wxStyledTextCtrl_GetEOLMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1115     PyObject 
* _resultobj
; 
1117     wxStyledTextCtrl 
* _arg0
; 
1118     PyObject 
* _argo0 
= 0; 
1119     char *_kwnames
[] = { "self", NULL 
}; 
1122     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEOLMode",_kwnames
,&_argo0
))  
1125         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1126         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1127             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEOLMode. Expected _wxStyledTextCtrl_p."); 
1132     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1133         _result 
= (int )wxStyledTextCtrl_GetEOLMode(_arg0
); 
1135     wxPyEndAllowThreads(__tstate
); 
1136     if (PyErr_Occurred()) return NULL
; 
1137 }    _resultobj 
= Py_BuildValue("i",_result
); 
1141 #define wxStyledTextCtrl_SetEOLMode(_swigobj,_swigarg0)  (_swigobj->SetEOLMode(_swigarg0)) 
1142 static PyObject 
*_wrap_wxStyledTextCtrl_SetEOLMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1143     PyObject 
* _resultobj
; 
1144     wxStyledTextCtrl 
* _arg0
; 
1146     PyObject 
* _argo0 
= 0; 
1147     char *_kwnames
[] = { "self","eolMode", NULL 
}; 
1150     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEOLMode",_kwnames
,&_argo0
,&_arg1
))  
1153         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1154         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1155             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEOLMode. Expected _wxStyledTextCtrl_p."); 
1160     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1161         wxStyledTextCtrl_SetEOLMode(_arg0
,_arg1
); 
1163     wxPyEndAllowThreads(__tstate
); 
1164     if (PyErr_Occurred()) return NULL
; 
1165 }    Py_INCREF(Py_None
); 
1166     _resultobj 
= Py_None
; 
1170 #define wxStyledTextCtrl_StartStyling(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StartStyling(_swigarg0,_swigarg1)) 
1171 static PyObject 
*_wrap_wxStyledTextCtrl_StartStyling(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1172     PyObject 
* _resultobj
; 
1173     wxStyledTextCtrl 
* _arg0
; 
1176     PyObject 
* _argo0 
= 0; 
1177     char *_kwnames
[] = { "self","pos","mask", NULL 
}; 
1180     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StartStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1183         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1184         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1185             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartStyling. Expected _wxStyledTextCtrl_p."); 
1190     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1191         wxStyledTextCtrl_StartStyling(_arg0
,_arg1
,_arg2
); 
1193     wxPyEndAllowThreads(__tstate
); 
1194     if (PyErr_Occurred()) return NULL
; 
1195 }    Py_INCREF(Py_None
); 
1196     _resultobj 
= Py_None
; 
1200 #define wxStyledTextCtrl_SetStyling(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetStyling(_swigarg0,_swigarg1)) 
1201 static PyObject 
*_wrap_wxStyledTextCtrl_SetStyling(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1202     PyObject 
* _resultobj
; 
1203     wxStyledTextCtrl 
* _arg0
; 
1206     PyObject 
* _argo0 
= 0; 
1207     char *_kwnames
[] = { "self","length","style", NULL 
}; 
1210     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1213         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1214         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1215             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyling. Expected _wxStyledTextCtrl_p."); 
1220     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1221         wxStyledTextCtrl_SetStyling(_arg0
,_arg1
,_arg2
); 
1223     wxPyEndAllowThreads(__tstate
); 
1224     if (PyErr_Occurred()) return NULL
; 
1225 }    Py_INCREF(Py_None
); 
1226     _resultobj 
= Py_None
; 
1230 #define wxStyledTextCtrl_GetBufferedDraw(_swigobj)  (_swigobj->GetBufferedDraw()) 
1231 static PyObject 
*_wrap_wxStyledTextCtrl_GetBufferedDraw(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1232     PyObject 
* _resultobj
; 
1234     wxStyledTextCtrl 
* _arg0
; 
1235     PyObject 
* _argo0 
= 0; 
1236     char *_kwnames
[] = { "self", NULL 
}; 
1239     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBufferedDraw",_kwnames
,&_argo0
))  
1242         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1243         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1244             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBufferedDraw. Expected _wxStyledTextCtrl_p."); 
1249     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1250         _result 
= (bool )wxStyledTextCtrl_GetBufferedDraw(_arg0
); 
1252     wxPyEndAllowThreads(__tstate
); 
1253     if (PyErr_Occurred()) return NULL
; 
1254 }    _resultobj 
= Py_BuildValue("i",_result
); 
1258 #define wxStyledTextCtrl_SetBufferedDraw(_swigobj,_swigarg0)  (_swigobj->SetBufferedDraw(_swigarg0)) 
1259 static PyObject 
*_wrap_wxStyledTextCtrl_SetBufferedDraw(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1260     PyObject 
* _resultobj
; 
1261     wxStyledTextCtrl 
* _arg0
; 
1263     PyObject 
* _argo0 
= 0; 
1265     char *_kwnames
[] = { "self","buffered", NULL 
}; 
1268     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBufferedDraw",_kwnames
,&_argo0
,&tempbool1
))  
1271         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1272         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1273             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBufferedDraw. Expected _wxStyledTextCtrl_p."); 
1277     _arg1 
= (bool ) tempbool1
; 
1279     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1280         wxStyledTextCtrl_SetBufferedDraw(_arg0
,_arg1
); 
1282     wxPyEndAllowThreads(__tstate
); 
1283     if (PyErr_Occurred()) return NULL
; 
1284 }    Py_INCREF(Py_None
); 
1285     _resultobj 
= Py_None
; 
1289 #define wxStyledTextCtrl_SetTabWidth(_swigobj,_swigarg0)  (_swigobj->SetTabWidth(_swigarg0)) 
1290 static PyObject 
*_wrap_wxStyledTextCtrl_SetTabWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1291     PyObject 
* _resultobj
; 
1292     wxStyledTextCtrl 
* _arg0
; 
1294     PyObject 
* _argo0 
= 0; 
1295     char *_kwnames
[] = { "self","tabWidth", NULL 
}; 
1298     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabWidth",_kwnames
,&_argo0
,&_arg1
))  
1301         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1302         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1303             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabWidth. Expected _wxStyledTextCtrl_p."); 
1308     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1309         wxStyledTextCtrl_SetTabWidth(_arg0
,_arg1
); 
1311     wxPyEndAllowThreads(__tstate
); 
1312     if (PyErr_Occurred()) return NULL
; 
1313 }    Py_INCREF(Py_None
); 
1314     _resultobj 
= Py_None
; 
1318 #define wxStyledTextCtrl_GetTabWidth(_swigobj)  (_swigobj->GetTabWidth()) 
1319 static PyObject 
*_wrap_wxStyledTextCtrl_GetTabWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1320     PyObject 
* _resultobj
; 
1322     wxStyledTextCtrl 
* _arg0
; 
1323     PyObject 
* _argo0 
= 0; 
1324     char *_kwnames
[] = { "self", NULL 
}; 
1327     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabWidth",_kwnames
,&_argo0
))  
1330         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1331         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1332             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabWidth. Expected _wxStyledTextCtrl_p."); 
1337     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1338         _result 
= (int )wxStyledTextCtrl_GetTabWidth(_arg0
); 
1340     wxPyEndAllowThreads(__tstate
); 
1341     if (PyErr_Occurred()) return NULL
; 
1342 }    _resultobj 
= Py_BuildValue("i",_result
); 
1346 #define wxStyledTextCtrl_SetCodePage(_swigobj,_swigarg0)  (_swigobj->SetCodePage(_swigarg0)) 
1347 static PyObject 
*_wrap_wxStyledTextCtrl_SetCodePage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1348     PyObject 
* _resultobj
; 
1349     wxStyledTextCtrl 
* _arg0
; 
1351     PyObject 
* _argo0 
= 0; 
1352     char *_kwnames
[] = { "self","codePage", NULL 
}; 
1355     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCodePage",_kwnames
,&_argo0
,&_arg1
))  
1358         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1359         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1360             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCodePage. Expected _wxStyledTextCtrl_p."); 
1365     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1366         wxStyledTextCtrl_SetCodePage(_arg0
,_arg1
); 
1368     wxPyEndAllowThreads(__tstate
); 
1369     if (PyErr_Occurred()) return NULL
; 
1370 }    Py_INCREF(Py_None
); 
1371     _resultobj 
= Py_None
; 
1375 #define wxStyledTextCtrl_MarkerDefine(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3)  (_swigobj->MarkerDefine(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) 
1376 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDefine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1377     PyObject 
* _resultobj
; 
1378     wxStyledTextCtrl 
* _arg0
; 
1381     wxColour 
* _arg3 
= (wxColour 
*) &wxNullColour
; 
1382     wxColour 
* _arg4 
= (wxColour 
*) &wxNullColour
; 
1383     PyObject 
* _argo0 
= 0; 
1385     PyObject 
* _obj3 
= 0; 
1387     PyObject 
* _obj4 
= 0; 
1388     char *_kwnames
[] = { "self","markerNumber","markerSymbol","foreground","background", NULL 
}; 
1391     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OO:wxStyledTextCtrl_MarkerDefine",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
))  
1394         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1395         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1396             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDefine. Expected _wxStyledTextCtrl_p."); 
1403     if (! wxColour_helper(_obj3
, &_arg3
)) 
1409     if (! wxColour_helper(_obj4
, &_arg4
)) 
1413     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1414         wxStyledTextCtrl_MarkerDefine(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
); 
1416     wxPyEndAllowThreads(__tstate
); 
1417     if (PyErr_Occurred()) return NULL
; 
1418 }    Py_INCREF(Py_None
); 
1419     _resultobj 
= Py_None
; 
1423 #define wxStyledTextCtrl_MarkerSetForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerSetForeground(_swigarg0,_swigarg1)) 
1424 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerSetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1425     PyObject 
* _resultobj
; 
1426     wxStyledTextCtrl 
* _arg0
; 
1429     PyObject 
* _argo0 
= 0; 
1431     PyObject 
* _obj2 
= 0; 
1432     char *_kwnames
[] = { "self","markerNumber","fore", NULL 
}; 
1435     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
1438         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1439         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1440             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetForeground. Expected _wxStyledTextCtrl_p."); 
1446     if (! wxColour_helper(_obj2
, &_arg2
)) 
1450     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1451         wxStyledTextCtrl_MarkerSetForeground(_arg0
,_arg1
,*_arg2
); 
1453     wxPyEndAllowThreads(__tstate
); 
1454     if (PyErr_Occurred()) return NULL
; 
1455 }    Py_INCREF(Py_None
); 
1456     _resultobj 
= Py_None
; 
1460 #define wxStyledTextCtrl_MarkerSetBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerSetBackground(_swigarg0,_swigarg1)) 
1461 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerSetBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1462     PyObject 
* _resultobj
; 
1463     wxStyledTextCtrl 
* _arg0
; 
1466     PyObject 
* _argo0 
= 0; 
1468     PyObject 
* _obj2 
= 0; 
1469     char *_kwnames
[] = { "self","markerNumber","back", NULL 
}; 
1472     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
1475         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1476         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1477             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetBackground. Expected _wxStyledTextCtrl_p."); 
1483     if (! wxColour_helper(_obj2
, &_arg2
)) 
1487     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1488         wxStyledTextCtrl_MarkerSetBackground(_arg0
,_arg1
,*_arg2
); 
1490     wxPyEndAllowThreads(__tstate
); 
1491     if (PyErr_Occurred()) return NULL
; 
1492 }    Py_INCREF(Py_None
); 
1493     _resultobj 
= Py_None
; 
1497 #define wxStyledTextCtrl_MarkerAdd(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerAdd(_swigarg0,_swigarg1)) 
1498 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerAdd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1499     PyObject 
* _resultobj
; 
1500     wxStyledTextCtrl 
* _arg0
; 
1503     PyObject 
* _argo0 
= 0; 
1504     char *_kwnames
[] = { "self","line","markerNumber", NULL 
}; 
1507     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerAdd",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1510         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1511         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1512             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerAdd. Expected _wxStyledTextCtrl_p."); 
1517     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1518         wxStyledTextCtrl_MarkerAdd(_arg0
,_arg1
,_arg2
); 
1520     wxPyEndAllowThreads(__tstate
); 
1521     if (PyErr_Occurred()) return NULL
; 
1522 }    Py_INCREF(Py_None
); 
1523     _resultobj 
= Py_None
; 
1527 #define wxStyledTextCtrl_MarkerDelete(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerDelete(_swigarg0,_swigarg1)) 
1528 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDelete(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1529     PyObject 
* _resultobj
; 
1530     wxStyledTextCtrl 
* _arg0
; 
1533     PyObject 
* _argo0 
= 0; 
1534     char *_kwnames
[] = { "self","line","markerNumber", NULL 
}; 
1537     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerDelete",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1540         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1541         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1542             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDelete. Expected _wxStyledTextCtrl_p."); 
1547     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1548         wxStyledTextCtrl_MarkerDelete(_arg0
,_arg1
,_arg2
); 
1550     wxPyEndAllowThreads(__tstate
); 
1551     if (PyErr_Occurred()) return NULL
; 
1552 }    Py_INCREF(Py_None
); 
1553     _resultobj 
= Py_None
; 
1557 #define wxStyledTextCtrl_MarkerDeleteAll(_swigobj,_swigarg0)  (_swigobj->MarkerDeleteAll(_swigarg0)) 
1558 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDeleteAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1559     PyObject 
* _resultobj
; 
1560     wxStyledTextCtrl 
* _arg0
; 
1562     PyObject 
* _argo0 
= 0; 
1563     char *_kwnames
[] = { "self","markerNumber", NULL 
}; 
1566     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteAll",_kwnames
,&_argo0
,&_arg1
))  
1569         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1570         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1571             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteAll. Expected _wxStyledTextCtrl_p."); 
1576     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1577         wxStyledTextCtrl_MarkerDeleteAll(_arg0
,_arg1
); 
1579     wxPyEndAllowThreads(__tstate
); 
1580     if (PyErr_Occurred()) return NULL
; 
1581 }    Py_INCREF(Py_None
); 
1582     _resultobj 
= Py_None
; 
1586 #define wxStyledTextCtrl_MarkerGet(_swigobj,_swigarg0)  (_swigobj->MarkerGet(_swigarg0)) 
1587 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerGet(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1588     PyObject 
* _resultobj
; 
1590     wxStyledTextCtrl 
* _arg0
; 
1592     PyObject 
* _argo0 
= 0; 
1593     char *_kwnames
[] = { "self","line", NULL 
}; 
1596     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerGet",_kwnames
,&_argo0
,&_arg1
))  
1599         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1600         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1601             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerGet. Expected _wxStyledTextCtrl_p."); 
1606     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1607         _result 
= (int )wxStyledTextCtrl_MarkerGet(_arg0
,_arg1
); 
1609     wxPyEndAllowThreads(__tstate
); 
1610     if (PyErr_Occurred()) return NULL
; 
1611 }    _resultobj 
= Py_BuildValue("i",_result
); 
1615 #define wxStyledTextCtrl_MarkerNext(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerNext(_swigarg0,_swigarg1)) 
1616 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerNext(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1617     PyObject 
* _resultobj
; 
1619     wxStyledTextCtrl 
* _arg0
; 
1622     PyObject 
* _argo0 
= 0; 
1623     char *_kwnames
[] = { "self","lineStart","markerMask", NULL 
}; 
1626     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerNext",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1629         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1630         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1631             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerNext. Expected _wxStyledTextCtrl_p."); 
1636     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1637         _result 
= (int )wxStyledTextCtrl_MarkerNext(_arg0
,_arg1
,_arg2
); 
1639     wxPyEndAllowThreads(__tstate
); 
1640     if (PyErr_Occurred()) return NULL
; 
1641 }    _resultobj 
= Py_BuildValue("i",_result
); 
1645 #define wxStyledTextCtrl_MarkerPrevious(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerPrevious(_swigarg0,_swigarg1)) 
1646 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerPrevious(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1647     PyObject 
* _resultobj
; 
1649     wxStyledTextCtrl 
* _arg0
; 
1652     PyObject 
* _argo0 
= 0; 
1653     char *_kwnames
[] = { "self","lineStart","markerMask", NULL 
}; 
1656     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerPrevious",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1659         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1660         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1661             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerPrevious. Expected _wxStyledTextCtrl_p."); 
1666     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1667         _result 
= (int )wxStyledTextCtrl_MarkerPrevious(_arg0
,_arg1
,_arg2
); 
1669     wxPyEndAllowThreads(__tstate
); 
1670     if (PyErr_Occurred()) return NULL
; 
1671 }    _resultobj 
= Py_BuildValue("i",_result
); 
1675 #define wxStyledTextCtrl_SetMarginType(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginType(_swigarg0,_swigarg1)) 
1676 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1677     PyObject 
* _resultobj
; 
1678     wxStyledTextCtrl 
* _arg0
; 
1681     PyObject 
* _argo0 
= 0; 
1682     char *_kwnames
[] = { "self","margin","marginType", NULL 
}; 
1685     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginType",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1688         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1689         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1690             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginType. Expected _wxStyledTextCtrl_p."); 
1695     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1696         wxStyledTextCtrl_SetMarginType(_arg0
,_arg1
,_arg2
); 
1698     wxPyEndAllowThreads(__tstate
); 
1699     if (PyErr_Occurred()) return NULL
; 
1700 }    Py_INCREF(Py_None
); 
1701     _resultobj 
= Py_None
; 
1705 #define wxStyledTextCtrl_GetMarginType(_swigobj,_swigarg0)  (_swigobj->GetMarginType(_swigarg0)) 
1706 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1707     PyObject 
* _resultobj
; 
1709     wxStyledTextCtrl 
* _arg0
; 
1711     PyObject 
* _argo0 
= 0; 
1712     char *_kwnames
[] = { "self","margin", NULL 
}; 
1715     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginType",_kwnames
,&_argo0
,&_arg1
))  
1718         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1719         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1720             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginType. Expected _wxStyledTextCtrl_p."); 
1725     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1726         _result 
= (int )wxStyledTextCtrl_GetMarginType(_arg0
,_arg1
); 
1728     wxPyEndAllowThreads(__tstate
); 
1729     if (PyErr_Occurred()) return NULL
; 
1730 }    _resultobj 
= Py_BuildValue("i",_result
); 
1734 #define wxStyledTextCtrl_SetMarginWidth(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginWidth(_swigarg0,_swigarg1)) 
1735 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1736     PyObject 
* _resultobj
; 
1737     wxStyledTextCtrl 
* _arg0
; 
1740     PyObject 
* _argo0 
= 0; 
1741     char *_kwnames
[] = { "self","margin","pixelWidth", NULL 
}; 
1744     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginWidth",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1747         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1748         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1749             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginWidth. Expected _wxStyledTextCtrl_p."); 
1754     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1755         wxStyledTextCtrl_SetMarginWidth(_arg0
,_arg1
,_arg2
); 
1757     wxPyEndAllowThreads(__tstate
); 
1758     if (PyErr_Occurred()) return NULL
; 
1759 }    Py_INCREF(Py_None
); 
1760     _resultobj 
= Py_None
; 
1764 #define wxStyledTextCtrl_GetMarginWidth(_swigobj,_swigarg0)  (_swigobj->GetMarginWidth(_swigarg0)) 
1765 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1766     PyObject 
* _resultobj
; 
1768     wxStyledTextCtrl 
* _arg0
; 
1770     PyObject 
* _argo0 
= 0; 
1771     char *_kwnames
[] = { "self","margin", NULL 
}; 
1774     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginWidth",_kwnames
,&_argo0
,&_arg1
))  
1777         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1778         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1779             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginWidth. Expected _wxStyledTextCtrl_p."); 
1784     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1785         _result 
= (int )wxStyledTextCtrl_GetMarginWidth(_arg0
,_arg1
); 
1787     wxPyEndAllowThreads(__tstate
); 
1788     if (PyErr_Occurred()) return NULL
; 
1789 }    _resultobj 
= Py_BuildValue("i",_result
); 
1793 #define wxStyledTextCtrl_SetMarginMask(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginMask(_swigarg0,_swigarg1)) 
1794 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1795     PyObject 
* _resultobj
; 
1796     wxStyledTextCtrl 
* _arg0
; 
1799     PyObject 
* _argo0 
= 0; 
1800     char *_kwnames
[] = { "self","margin","mask", NULL 
}; 
1803     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginMask",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1806         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1807         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1808             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginMask. Expected _wxStyledTextCtrl_p."); 
1813     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1814         wxStyledTextCtrl_SetMarginMask(_arg0
,_arg1
,_arg2
); 
1816     wxPyEndAllowThreads(__tstate
); 
1817     if (PyErr_Occurred()) return NULL
; 
1818 }    Py_INCREF(Py_None
); 
1819     _resultobj 
= Py_None
; 
1823 #define wxStyledTextCtrl_GetMarginMask(_swigobj,_swigarg0)  (_swigobj->GetMarginMask(_swigarg0)) 
1824 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1825     PyObject 
* _resultobj
; 
1827     wxStyledTextCtrl 
* _arg0
; 
1829     PyObject 
* _argo0 
= 0; 
1830     char *_kwnames
[] = { "self","margin", NULL 
}; 
1833     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginMask",_kwnames
,&_argo0
,&_arg1
))  
1836         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1837         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1838             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginMask. Expected _wxStyledTextCtrl_p."); 
1843     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1844         _result 
= (int )wxStyledTextCtrl_GetMarginMask(_arg0
,_arg1
); 
1846     wxPyEndAllowThreads(__tstate
); 
1847     if (PyErr_Occurred()) return NULL
; 
1848 }    _resultobj 
= Py_BuildValue("i",_result
); 
1852 #define wxStyledTextCtrl_SetMarginSensitive(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginSensitive(_swigarg0,_swigarg1)) 
1853 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginSensitive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1854     PyObject 
* _resultobj
; 
1855     wxStyledTextCtrl 
* _arg0
; 
1858     PyObject 
* _argo0 
= 0; 
1860     char *_kwnames
[] = { "self","margin","sensitive", NULL 
}; 
1863     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginSensitive",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
1866         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1867         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1868             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginSensitive. Expected _wxStyledTextCtrl_p."); 
1872     _arg2 
= (bool ) tempbool2
; 
1874     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1875         wxStyledTextCtrl_SetMarginSensitive(_arg0
,_arg1
,_arg2
); 
1877     wxPyEndAllowThreads(__tstate
); 
1878     if (PyErr_Occurred()) return NULL
; 
1879 }    Py_INCREF(Py_None
); 
1880     _resultobj 
= Py_None
; 
1884 #define wxStyledTextCtrl_GetMarginSensitive(_swigobj,_swigarg0)  (_swigobj->GetMarginSensitive(_swigarg0)) 
1885 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginSensitive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1886     PyObject 
* _resultobj
; 
1888     wxStyledTextCtrl 
* _arg0
; 
1890     PyObject 
* _argo0 
= 0; 
1891     char *_kwnames
[] = { "self","margin", NULL 
}; 
1894     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginSensitive",_kwnames
,&_argo0
,&_arg1
))  
1897         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1898         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1899             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginSensitive. Expected _wxStyledTextCtrl_p."); 
1904     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1905         _result 
= (bool )wxStyledTextCtrl_GetMarginSensitive(_arg0
,_arg1
); 
1907     wxPyEndAllowThreads(__tstate
); 
1908     if (PyErr_Occurred()) return NULL
; 
1909 }    _resultobj 
= Py_BuildValue("i",_result
); 
1913 #define wxStyledTextCtrl_StyleClearAll(_swigobj)  (_swigobj->StyleClearAll()) 
1914 static PyObject 
*_wrap_wxStyledTextCtrl_StyleClearAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1915     PyObject 
* _resultobj
; 
1916     wxStyledTextCtrl 
* _arg0
; 
1917     PyObject 
* _argo0 
= 0; 
1918     char *_kwnames
[] = { "self", NULL 
}; 
1921     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleClearAll",_kwnames
,&_argo0
))  
1924         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1925         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1926             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleClearAll. Expected _wxStyledTextCtrl_p."); 
1931     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1932         wxStyledTextCtrl_StyleClearAll(_arg0
); 
1934     wxPyEndAllowThreads(__tstate
); 
1935     if (PyErr_Occurred()) return NULL
; 
1936 }    Py_INCREF(Py_None
); 
1937     _resultobj 
= Py_None
; 
1941 #define wxStyledTextCtrl_StyleSetForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetForeground(_swigarg0,_swigarg1)) 
1942 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1943     PyObject 
* _resultobj
; 
1944     wxStyledTextCtrl 
* _arg0
; 
1947     PyObject 
* _argo0 
= 0; 
1949     PyObject 
* _obj2 
= 0; 
1950     char *_kwnames
[] = { "self","style","fore", NULL 
}; 
1953     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
1956         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1957         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1958             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetForeground. Expected _wxStyledTextCtrl_p."); 
1964     if (! wxColour_helper(_obj2
, &_arg2
)) 
1968     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1969         wxStyledTextCtrl_StyleSetForeground(_arg0
,_arg1
,*_arg2
); 
1971     wxPyEndAllowThreads(__tstate
); 
1972     if (PyErr_Occurred()) return NULL
; 
1973 }    Py_INCREF(Py_None
); 
1974     _resultobj 
= Py_None
; 
1978 #define wxStyledTextCtrl_StyleSetBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetBackground(_swigarg0,_swigarg1)) 
1979 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1980     PyObject 
* _resultobj
; 
1981     wxStyledTextCtrl 
* _arg0
; 
1984     PyObject 
* _argo0 
= 0; 
1986     PyObject 
* _obj2 
= 0; 
1987     char *_kwnames
[] = { "self","style","back", NULL 
}; 
1990     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
1993         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1994         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1995             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBackground. Expected _wxStyledTextCtrl_p."); 
2001     if (! wxColour_helper(_obj2
, &_arg2
)) 
2005     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2006         wxStyledTextCtrl_StyleSetBackground(_arg0
,_arg1
,*_arg2
); 
2008     wxPyEndAllowThreads(__tstate
); 
2009     if (PyErr_Occurred()) return NULL
; 
2010 }    Py_INCREF(Py_None
); 
2011     _resultobj 
= Py_None
; 
2015 #define wxStyledTextCtrl_StyleSetBold(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetBold(_swigarg0,_swigarg1)) 
2016 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetBold(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2017     PyObject 
* _resultobj
; 
2018     wxStyledTextCtrl 
* _arg0
; 
2021     PyObject 
* _argo0 
= 0; 
2023     char *_kwnames
[] = { "self","style","bold", NULL 
}; 
2026     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetBold",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2029         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2030         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2031             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBold. Expected _wxStyledTextCtrl_p."); 
2035     _arg2 
= (bool ) tempbool2
; 
2037     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2038         wxStyledTextCtrl_StyleSetBold(_arg0
,_arg1
,_arg2
); 
2040     wxPyEndAllowThreads(__tstate
); 
2041     if (PyErr_Occurred()) return NULL
; 
2042 }    Py_INCREF(Py_None
); 
2043     _resultobj 
= Py_None
; 
2047 #define wxStyledTextCtrl_StyleSetItalic(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetItalic(_swigarg0,_swigarg1)) 
2048 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetItalic(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2049     PyObject 
* _resultobj
; 
2050     wxStyledTextCtrl 
* _arg0
; 
2053     PyObject 
* _argo0 
= 0; 
2055     char *_kwnames
[] = { "self","style","italic", NULL 
}; 
2058     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetItalic",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2061         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2062         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2063             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetItalic. Expected _wxStyledTextCtrl_p."); 
2067     _arg2 
= (bool ) tempbool2
; 
2069     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2070         wxStyledTextCtrl_StyleSetItalic(_arg0
,_arg1
,_arg2
); 
2072     wxPyEndAllowThreads(__tstate
); 
2073     if (PyErr_Occurred()) return NULL
; 
2074 }    Py_INCREF(Py_None
); 
2075     _resultobj 
= Py_None
; 
2079 #define wxStyledTextCtrl_StyleSetSize(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetSize(_swigarg0,_swigarg1)) 
2080 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2081     PyObject 
* _resultobj
; 
2082     wxStyledTextCtrl 
* _arg0
; 
2085     PyObject 
* _argo0 
= 0; 
2086     char *_kwnames
[] = { "self","style","sizePoints", NULL 
}; 
2089     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetSize",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2092         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2093         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2094             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSize. Expected _wxStyledTextCtrl_p."); 
2099     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2100         wxStyledTextCtrl_StyleSetSize(_arg0
,_arg1
,_arg2
); 
2102     wxPyEndAllowThreads(__tstate
); 
2103     if (PyErr_Occurred()) return NULL
; 
2104 }    Py_INCREF(Py_None
); 
2105     _resultobj 
= Py_None
; 
2109 #define wxStyledTextCtrl_StyleSetFaceName(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetFaceName(_swigarg0,_swigarg1)) 
2110 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetFaceName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2111     PyObject 
* _resultobj
; 
2112     wxStyledTextCtrl 
* _arg0
; 
2115     PyObject 
* _argo0 
= 0; 
2116     PyObject 
* _obj2 
= 0; 
2117     char *_kwnames
[] = { "self","style","fontName", NULL 
}; 
2120     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFaceName",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
2123         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2124         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2125             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFaceName. Expected _wxStyledTextCtrl_p."); 
2130 #if PYTHON_API_VERSION >= 1009 
2131     char* tmpPtr
; int tmpSize
; 
2132     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
2133         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
2136     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
2138     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
2140     if (!PyString_Check(_obj2
)) { 
2141         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
2144     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
2148     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2149         wxStyledTextCtrl_StyleSetFaceName(_arg0
,_arg1
,*_arg2
); 
2151     wxPyEndAllowThreads(__tstate
); 
2152     if (PyErr_Occurred()) return NULL
; 
2153 }    Py_INCREF(Py_None
); 
2154     _resultobj 
= Py_None
; 
2162 #define wxStyledTextCtrl_StyleSetEOLFilled(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetEOLFilled(_swigarg0,_swigarg1)) 
2163 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetEOLFilled(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2164     PyObject 
* _resultobj
; 
2165     wxStyledTextCtrl 
* _arg0
; 
2168     PyObject 
* _argo0 
= 0; 
2170     char *_kwnames
[] = { "self","style","filled", NULL 
}; 
2173     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetEOLFilled",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2176         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2177         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2178             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetEOLFilled. Expected _wxStyledTextCtrl_p."); 
2182     _arg2 
= (bool ) tempbool2
; 
2184     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2185         wxStyledTextCtrl_StyleSetEOLFilled(_arg0
,_arg1
,_arg2
); 
2187     wxPyEndAllowThreads(__tstate
); 
2188     if (PyErr_Occurred()) return NULL
; 
2189 }    Py_INCREF(Py_None
); 
2190     _resultobj 
= Py_None
; 
2194 #define wxStyledTextCtrl_StyleResetDefault(_swigobj)  (_swigobj->StyleResetDefault()) 
2195 static PyObject 
*_wrap_wxStyledTextCtrl_StyleResetDefault(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2196     PyObject 
* _resultobj
; 
2197     wxStyledTextCtrl 
* _arg0
; 
2198     PyObject 
* _argo0 
= 0; 
2199     char *_kwnames
[] = { "self", NULL 
}; 
2202     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleResetDefault",_kwnames
,&_argo0
))  
2205         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2206         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2207             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleResetDefault. Expected _wxStyledTextCtrl_p."); 
2212     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2213         wxStyledTextCtrl_StyleResetDefault(_arg0
); 
2215     wxPyEndAllowThreads(__tstate
); 
2216     if (PyErr_Occurred()) return NULL
; 
2217 }    Py_INCREF(Py_None
); 
2218     _resultobj 
= Py_None
; 
2222 #define wxStyledTextCtrl_StyleSetUnderline(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetUnderline(_swigarg0,_swigarg1)) 
2223 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetUnderline(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2224     PyObject 
* _resultobj
; 
2225     wxStyledTextCtrl 
* _arg0
; 
2228     PyObject 
* _argo0 
= 0; 
2230     char *_kwnames
[] = { "self","style","underline", NULL 
}; 
2233     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetUnderline",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2236         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2237         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2238             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetUnderline. Expected _wxStyledTextCtrl_p."); 
2242     _arg2 
= (bool ) tempbool2
; 
2244     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2245         wxStyledTextCtrl_StyleSetUnderline(_arg0
,_arg1
,_arg2
); 
2247     wxPyEndAllowThreads(__tstate
); 
2248     if (PyErr_Occurred()) return NULL
; 
2249 }    Py_INCREF(Py_None
); 
2250     _resultobj 
= Py_None
; 
2254 #define wxStyledTextCtrl_StyleSetCase(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetCase(_swigarg0,_swigarg1)) 
2255 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetCase(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2256     PyObject 
* _resultobj
; 
2257     wxStyledTextCtrl 
* _arg0
; 
2260     PyObject 
* _argo0 
= 0; 
2261     char *_kwnames
[] = { "self","style","caseForce", NULL 
}; 
2264     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetCase",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2267         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2268         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2269             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetCase. Expected _wxStyledTextCtrl_p."); 
2274     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2275         wxStyledTextCtrl_StyleSetCase(_arg0
,_arg1
,_arg2
); 
2277     wxPyEndAllowThreads(__tstate
); 
2278     if (PyErr_Occurred()) return NULL
; 
2279 }    Py_INCREF(Py_None
); 
2280     _resultobj 
= Py_None
; 
2284 #define wxStyledTextCtrl_SetSelForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetSelForeground(_swigarg0,_swigarg1)) 
2285 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2286     PyObject 
* _resultobj
; 
2287     wxStyledTextCtrl 
* _arg0
; 
2290     PyObject 
* _argo0 
= 0; 
2293     PyObject 
* _obj2 
= 0; 
2294     char *_kwnames
[] = { "self","useSetting","fore", NULL 
}; 
2297     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
2300         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2301         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2302             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelForeground. Expected _wxStyledTextCtrl_p."); 
2306     _arg1 
= (bool ) tempbool1
; 
2309     if (! wxColour_helper(_obj2
, &_arg2
)) 
2313     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2314         wxStyledTextCtrl_SetSelForeground(_arg0
,_arg1
,*_arg2
); 
2316     wxPyEndAllowThreads(__tstate
); 
2317     if (PyErr_Occurred()) return NULL
; 
2318 }    Py_INCREF(Py_None
); 
2319     _resultobj 
= Py_None
; 
2323 #define wxStyledTextCtrl_SetSelBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetSelBackground(_swigarg0,_swigarg1)) 
2324 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2325     PyObject 
* _resultobj
; 
2326     wxStyledTextCtrl 
* _arg0
; 
2329     PyObject 
* _argo0 
= 0; 
2332     PyObject 
* _obj2 
= 0; 
2333     char *_kwnames
[] = { "self","useSetting","back", NULL 
}; 
2336     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
2339         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2340         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2341             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelBackground. Expected _wxStyledTextCtrl_p."); 
2345     _arg1 
= (bool ) tempbool1
; 
2348     if (! wxColour_helper(_obj2
, &_arg2
)) 
2352     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2353         wxStyledTextCtrl_SetSelBackground(_arg0
,_arg1
,*_arg2
); 
2355     wxPyEndAllowThreads(__tstate
); 
2356     if (PyErr_Occurred()) return NULL
; 
2357 }    Py_INCREF(Py_None
); 
2358     _resultobj 
= Py_None
; 
2362 #define wxStyledTextCtrl_SetCaretForeground(_swigobj,_swigarg0)  (_swigobj->SetCaretForeground(_swigarg0)) 
2363 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2364     PyObject 
* _resultobj
; 
2365     wxStyledTextCtrl 
* _arg0
; 
2367     PyObject 
* _argo0 
= 0; 
2369     PyObject 
* _obj1 
= 0; 
2370     char *_kwnames
[] = { "self","fore", NULL 
}; 
2373     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretForeground",_kwnames
,&_argo0
,&_obj1
))  
2376         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2377         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2378             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretForeground. Expected _wxStyledTextCtrl_p."); 
2384     if (! wxColour_helper(_obj1
, &_arg1
)) 
2388     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2389         wxStyledTextCtrl_SetCaretForeground(_arg0
,*_arg1
); 
2391     wxPyEndAllowThreads(__tstate
); 
2392     if (PyErr_Occurred()) return NULL
; 
2393 }    Py_INCREF(Py_None
); 
2394     _resultobj 
= Py_None
; 
2398 #define wxStyledTextCtrl_CmdKeyAssign(_swigobj,_swigarg0,_swigarg1,_swigarg2)  (_swigobj->CmdKeyAssign(_swigarg0,_swigarg1,_swigarg2)) 
2399 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyAssign(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2400     PyObject 
* _resultobj
; 
2401     wxStyledTextCtrl 
* _arg0
; 
2405     PyObject 
* _argo0 
= 0; 
2406     char *_kwnames
[] = { "self","key","modifiers","cmd", NULL 
}; 
2409     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiii:wxStyledTextCtrl_CmdKeyAssign",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))  
2412         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2413         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2414             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyAssign. Expected _wxStyledTextCtrl_p."); 
2419     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2420         wxStyledTextCtrl_CmdKeyAssign(_arg0
,_arg1
,_arg2
,_arg3
); 
2422     wxPyEndAllowThreads(__tstate
); 
2423     if (PyErr_Occurred()) return NULL
; 
2424 }    Py_INCREF(Py_None
); 
2425     _resultobj 
= Py_None
; 
2429 #define wxStyledTextCtrl_CmdKeyClear(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CmdKeyClear(_swigarg0,_swigarg1)) 
2430 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyClear(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2431     PyObject 
* _resultobj
; 
2432     wxStyledTextCtrl 
* _arg0
; 
2435     PyObject 
* _argo0 
= 0; 
2436     char *_kwnames
[] = { "self","key","modifiers", NULL 
}; 
2439     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CmdKeyClear",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2442         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2443         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2444             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClear. Expected _wxStyledTextCtrl_p."); 
2449     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2450         wxStyledTextCtrl_CmdKeyClear(_arg0
,_arg1
,_arg2
); 
2452     wxPyEndAllowThreads(__tstate
); 
2453     if (PyErr_Occurred()) return NULL
; 
2454 }    Py_INCREF(Py_None
); 
2455     _resultobj 
= Py_None
; 
2459 #define wxStyledTextCtrl_CmdKeyClearAll(_swigobj)  (_swigobj->CmdKeyClearAll()) 
2460 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyClearAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2461     PyObject 
* _resultobj
; 
2462     wxStyledTextCtrl 
* _arg0
; 
2463     PyObject 
* _argo0 
= 0; 
2464     char *_kwnames
[] = { "self", NULL 
}; 
2467     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CmdKeyClearAll",_kwnames
,&_argo0
))  
2470         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2471         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2472             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClearAll. Expected _wxStyledTextCtrl_p."); 
2477     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2478         wxStyledTextCtrl_CmdKeyClearAll(_arg0
); 
2480     wxPyEndAllowThreads(__tstate
); 
2481     if (PyErr_Occurred()) return NULL
; 
2482 }    Py_INCREF(Py_None
); 
2483     _resultobj 
= Py_None
; 
2487 #define wxStyledTextCtrl_SetStyleBytes(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetStyleBytes(_swigarg0,_swigarg1)) 
2488 static PyObject 
*_wrap_wxStyledTextCtrl_SetStyleBytes(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2489     PyObject 
* _resultobj
; 
2490     wxStyledTextCtrl 
* _arg0
; 
2493     PyObject 
* _argo0 
= 0; 
2494     char *_kwnames
[] = { "self","length","styleBytes", NULL 
}; 
2497     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ois:wxStyledTextCtrl_SetStyleBytes",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2500         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2501         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2502             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBytes. Expected _wxStyledTextCtrl_p."); 
2507     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2508         wxStyledTextCtrl_SetStyleBytes(_arg0
,_arg1
,_arg2
); 
2510     wxPyEndAllowThreads(__tstate
); 
2511     if (PyErr_Occurred()) return NULL
; 
2512 }    Py_INCREF(Py_None
); 
2513     _resultobj 
= Py_None
; 
2517 #define wxStyledTextCtrl_StyleSetVisible(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetVisible(_swigarg0,_swigarg1)) 
2518 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2519     PyObject 
* _resultobj
; 
2520     wxStyledTextCtrl 
* _arg0
; 
2523     PyObject 
* _argo0 
= 0; 
2525     char *_kwnames
[] = { "self","style","visible", NULL 
}; 
2528     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetVisible",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2531         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2532         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2533             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetVisible. Expected _wxStyledTextCtrl_p."); 
2537     _arg2 
= (bool ) tempbool2
; 
2539     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2540         wxStyledTextCtrl_StyleSetVisible(_arg0
,_arg1
,_arg2
); 
2542     wxPyEndAllowThreads(__tstate
); 
2543     if (PyErr_Occurred()) return NULL
; 
2544 }    Py_INCREF(Py_None
); 
2545     _resultobj 
= Py_None
; 
2549 #define wxStyledTextCtrl_GetCaretPeriod(_swigobj)  (_swigobj->GetCaretPeriod()) 
2550 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretPeriod(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2551     PyObject 
* _resultobj
; 
2553     wxStyledTextCtrl 
* _arg0
; 
2554     PyObject 
* _argo0 
= 0; 
2555     char *_kwnames
[] = { "self", NULL 
}; 
2558     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretPeriod",_kwnames
,&_argo0
))  
2561         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2562         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2563             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretPeriod. Expected _wxStyledTextCtrl_p."); 
2568     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2569         _result 
= (int )wxStyledTextCtrl_GetCaretPeriod(_arg0
); 
2571     wxPyEndAllowThreads(__tstate
); 
2572     if (PyErr_Occurred()) return NULL
; 
2573 }    _resultobj 
= Py_BuildValue("i",_result
); 
2577 #define wxStyledTextCtrl_SetCaretPeriod(_swigobj,_swigarg0)  (_swigobj->SetCaretPeriod(_swigarg0)) 
2578 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretPeriod(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2579     PyObject 
* _resultobj
; 
2580     wxStyledTextCtrl 
* _arg0
; 
2582     PyObject 
* _argo0 
= 0; 
2583     char *_kwnames
[] = { "self","periodMilliseconds", NULL 
}; 
2586     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretPeriod",_kwnames
,&_argo0
,&_arg1
))  
2589         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2590         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2591             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPeriod. Expected _wxStyledTextCtrl_p."); 
2596     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2597         wxStyledTextCtrl_SetCaretPeriod(_arg0
,_arg1
); 
2599     wxPyEndAllowThreads(__tstate
); 
2600     if (PyErr_Occurred()) return NULL
; 
2601 }    Py_INCREF(Py_None
); 
2602     _resultobj 
= Py_None
; 
2606 #define wxStyledTextCtrl_SetWordChars(_swigobj,_swigarg0)  (_swigobj->SetWordChars(_swigarg0)) 
2607 static PyObject 
*_wrap_wxStyledTextCtrl_SetWordChars(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2608     PyObject 
* _resultobj
; 
2609     wxStyledTextCtrl 
* _arg0
; 
2611     PyObject 
* _argo0 
= 0; 
2612     PyObject 
* _obj1 
= 0; 
2613     char *_kwnames
[] = { "self","characters", NULL 
}; 
2616     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetWordChars",_kwnames
,&_argo0
,&_obj1
))  
2619         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2620         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2621             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWordChars. Expected _wxStyledTextCtrl_p."); 
2626 #if PYTHON_API_VERSION >= 1009 
2627     char* tmpPtr
; int tmpSize
; 
2628     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
2629         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
2632     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
2634     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
2636     if (!PyString_Check(_obj1
)) { 
2637         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
2640     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
2644     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2645         wxStyledTextCtrl_SetWordChars(_arg0
,*_arg1
); 
2647     wxPyEndAllowThreads(__tstate
); 
2648     if (PyErr_Occurred()) return NULL
; 
2649 }    Py_INCREF(Py_None
); 
2650     _resultobj 
= Py_None
; 
2658 #define wxStyledTextCtrl_BeginUndoAction(_swigobj)  (_swigobj->BeginUndoAction()) 
2659 static PyObject 
*_wrap_wxStyledTextCtrl_BeginUndoAction(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2660     PyObject 
* _resultobj
; 
2661     wxStyledTextCtrl 
* _arg0
; 
2662     PyObject 
* _argo0 
= 0; 
2663     char *_kwnames
[] = { "self", NULL 
}; 
2666     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_BeginUndoAction",_kwnames
,&_argo0
))  
2669         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2670         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2671             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BeginUndoAction. Expected _wxStyledTextCtrl_p."); 
2676     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2677         wxStyledTextCtrl_BeginUndoAction(_arg0
); 
2679     wxPyEndAllowThreads(__tstate
); 
2680     if (PyErr_Occurred()) return NULL
; 
2681 }    Py_INCREF(Py_None
); 
2682     _resultobj 
= Py_None
; 
2686 #define wxStyledTextCtrl_EndUndoAction(_swigobj)  (_swigobj->EndUndoAction()) 
2687 static PyObject 
*_wrap_wxStyledTextCtrl_EndUndoAction(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2688     PyObject 
* _resultobj
; 
2689     wxStyledTextCtrl 
* _arg0
; 
2690     PyObject 
* _argo0 
= 0; 
2691     char *_kwnames
[] = { "self", NULL 
}; 
2694     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EndUndoAction",_kwnames
,&_argo0
))  
2697         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2698         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2699             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EndUndoAction. Expected _wxStyledTextCtrl_p."); 
2704     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2705         wxStyledTextCtrl_EndUndoAction(_arg0
); 
2707     wxPyEndAllowThreads(__tstate
); 
2708     if (PyErr_Occurred()) return NULL
; 
2709 }    Py_INCREF(Py_None
); 
2710     _resultobj 
= Py_None
; 
2714 #define wxStyledTextCtrl_IndicatorSetStyle(_swigobj,_swigarg0,_swigarg1)  (_swigobj->IndicatorSetStyle(_swigarg0,_swigarg1)) 
2715 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorSetStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2716     PyObject 
* _resultobj
; 
2717     wxStyledTextCtrl 
* _arg0
; 
2720     PyObject 
* _argo0 
= 0; 
2721     char *_kwnames
[] = { "self","indic","style", NULL 
}; 
2724     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_IndicatorSetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2727         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2728         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2729             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetStyle. Expected _wxStyledTextCtrl_p."); 
2734     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2735         wxStyledTextCtrl_IndicatorSetStyle(_arg0
,_arg1
,_arg2
); 
2737     wxPyEndAllowThreads(__tstate
); 
2738     if (PyErr_Occurred()) return NULL
; 
2739 }    Py_INCREF(Py_None
); 
2740     _resultobj 
= Py_None
; 
2744 #define wxStyledTextCtrl_IndicatorGetStyle(_swigobj,_swigarg0)  (_swigobj->IndicatorGetStyle(_swigarg0)) 
2745 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorGetStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2746     PyObject 
* _resultobj
; 
2748     wxStyledTextCtrl 
* _arg0
; 
2750     PyObject 
* _argo0 
= 0; 
2751     char *_kwnames
[] = { "self","indic", NULL 
}; 
2754     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetStyle",_kwnames
,&_argo0
,&_arg1
))  
2757         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2758         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2759             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetStyle. Expected _wxStyledTextCtrl_p."); 
2764     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2765         _result 
= (int )wxStyledTextCtrl_IndicatorGetStyle(_arg0
,_arg1
); 
2767     wxPyEndAllowThreads(__tstate
); 
2768     if (PyErr_Occurred()) return NULL
; 
2769 }    _resultobj 
= Py_BuildValue("i",_result
); 
2773 #define wxStyledTextCtrl_IndicatorSetForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->IndicatorSetForeground(_swigarg0,_swigarg1)) 
2774 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorSetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2775     PyObject 
* _resultobj
; 
2776     wxStyledTextCtrl 
* _arg0
; 
2779     PyObject 
* _argo0 
= 0; 
2781     PyObject 
* _obj2 
= 0; 
2782     char *_kwnames
[] = { "self","indic","fore", NULL 
}; 
2785     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_IndicatorSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
2788         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2789         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2790             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetForeground. Expected _wxStyledTextCtrl_p."); 
2796     if (! wxColour_helper(_obj2
, &_arg2
)) 
2800     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2801         wxStyledTextCtrl_IndicatorSetForeground(_arg0
,_arg1
,*_arg2
); 
2803     wxPyEndAllowThreads(__tstate
); 
2804     if (PyErr_Occurred()) return NULL
; 
2805 }    Py_INCREF(Py_None
); 
2806     _resultobj 
= Py_None
; 
2810 #define wxStyledTextCtrl_IndicatorGetForeground(_swigobj,_swigarg0)  (_swigobj->IndicatorGetForeground(_swigarg0)) 
2811 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorGetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2812     PyObject 
* _resultobj
; 
2814     wxStyledTextCtrl 
* _arg0
; 
2816     PyObject 
* _argo0 
= 0; 
2817     char *_kwnames
[] = { "self","indic", NULL 
}; 
2821     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetForeground",_kwnames
,&_argo0
,&_arg1
))  
2824         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2825         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2826             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetForeground. Expected _wxStyledTextCtrl_p."); 
2831     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2832         _result 
= new wxColour (wxStyledTextCtrl_IndicatorGetForeground(_arg0
,_arg1
)); 
2834     wxPyEndAllowThreads(__tstate
); 
2835     if (PyErr_Occurred()) return NULL
; 
2836 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
2837     _resultobj 
= Py_BuildValue("s",_ptemp
); 
2841 #define wxStyledTextCtrl_SetStyleBits(_swigobj,_swigarg0)  (_swigobj->SetStyleBits(_swigarg0)) 
2842 static PyObject 
*_wrap_wxStyledTextCtrl_SetStyleBits(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2843     PyObject 
* _resultobj
; 
2844     wxStyledTextCtrl 
* _arg0
; 
2846     PyObject 
* _argo0 
= 0; 
2847     char *_kwnames
[] = { "self","bits", NULL 
}; 
2850     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStyleBits",_kwnames
,&_argo0
,&_arg1
))  
2853         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2854         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2855             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBits. Expected _wxStyledTextCtrl_p."); 
2860     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2861         wxStyledTextCtrl_SetStyleBits(_arg0
,_arg1
); 
2863     wxPyEndAllowThreads(__tstate
); 
2864     if (PyErr_Occurred()) return NULL
; 
2865 }    Py_INCREF(Py_None
); 
2866     _resultobj 
= Py_None
; 
2870 #define wxStyledTextCtrl_GetStyleBits(_swigobj)  (_swigobj->GetStyleBits()) 
2871 static PyObject 
*_wrap_wxStyledTextCtrl_GetStyleBits(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2872     PyObject 
* _resultobj
; 
2874     wxStyledTextCtrl 
* _arg0
; 
2875     PyObject 
* _argo0 
= 0; 
2876     char *_kwnames
[] = { "self", NULL 
}; 
2879     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStyleBits",_kwnames
,&_argo0
))  
2882         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2883         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2884             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleBits. Expected _wxStyledTextCtrl_p."); 
2889     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2890         _result 
= (int )wxStyledTextCtrl_GetStyleBits(_arg0
); 
2892     wxPyEndAllowThreads(__tstate
); 
2893     if (PyErr_Occurred()) return NULL
; 
2894 }    _resultobj 
= Py_BuildValue("i",_result
); 
2898 #define wxStyledTextCtrl_SetLineState(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetLineState(_swigarg0,_swigarg1)) 
2899 static PyObject 
*_wrap_wxStyledTextCtrl_SetLineState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2900     PyObject 
* _resultobj
; 
2901     wxStyledTextCtrl 
* _arg0
; 
2904     PyObject 
* _argo0 
= 0; 
2905     char *_kwnames
[] = { "self","line","state", NULL 
}; 
2908     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineState",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2911         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2912         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2913             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineState. Expected _wxStyledTextCtrl_p."); 
2918     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2919         wxStyledTextCtrl_SetLineState(_arg0
,_arg1
,_arg2
); 
2921     wxPyEndAllowThreads(__tstate
); 
2922     if (PyErr_Occurred()) return NULL
; 
2923 }    Py_INCREF(Py_None
); 
2924     _resultobj 
= Py_None
; 
2928 #define wxStyledTextCtrl_GetLineState(_swigobj,_swigarg0)  (_swigobj->GetLineState(_swigarg0)) 
2929 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2930     PyObject 
* _resultobj
; 
2932     wxStyledTextCtrl 
* _arg0
; 
2934     PyObject 
* _argo0 
= 0; 
2935     char *_kwnames
[] = { "self","line", NULL 
}; 
2938     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineState",_kwnames
,&_argo0
,&_arg1
))  
2941         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2942         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2943             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineState. Expected _wxStyledTextCtrl_p."); 
2948     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2949         _result 
= (int )wxStyledTextCtrl_GetLineState(_arg0
,_arg1
); 
2951     wxPyEndAllowThreads(__tstate
); 
2952     if (PyErr_Occurred()) return NULL
; 
2953 }    _resultobj 
= Py_BuildValue("i",_result
); 
2957 #define wxStyledTextCtrl_GetMaxLineState(_swigobj)  (_swigobj->GetMaxLineState()) 
2958 static PyObject 
*_wrap_wxStyledTextCtrl_GetMaxLineState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2959     PyObject 
* _resultobj
; 
2961     wxStyledTextCtrl 
* _arg0
; 
2962     PyObject 
* _argo0 
= 0; 
2963     char *_kwnames
[] = { "self", NULL 
}; 
2966     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMaxLineState",_kwnames
,&_argo0
))  
2969         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2970         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2971             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMaxLineState. Expected _wxStyledTextCtrl_p."); 
2976     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2977         _result 
= (int )wxStyledTextCtrl_GetMaxLineState(_arg0
); 
2979     wxPyEndAllowThreads(__tstate
); 
2980     if (PyErr_Occurred()) return NULL
; 
2981 }    _resultobj 
= Py_BuildValue("i",_result
); 
2985 #define wxStyledTextCtrl_GetCaretLineVisible(_swigobj)  (_swigobj->GetCaretLineVisible()) 
2986 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretLineVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2987     PyObject 
* _resultobj
; 
2989     wxStyledTextCtrl 
* _arg0
; 
2990     PyObject 
* _argo0 
= 0; 
2991     char *_kwnames
[] = { "self", NULL 
}; 
2994     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineVisible",_kwnames
,&_argo0
))  
2997         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2998         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2999             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineVisible. Expected _wxStyledTextCtrl_p."); 
3004     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3005         _result 
= (bool )wxStyledTextCtrl_GetCaretLineVisible(_arg0
); 
3007     wxPyEndAllowThreads(__tstate
); 
3008     if (PyErr_Occurred()) return NULL
; 
3009 }    _resultobj 
= Py_BuildValue("i",_result
); 
3013 #define wxStyledTextCtrl_SetCaretLineVisible(_swigobj,_swigarg0)  (_swigobj->SetCaretLineVisible(_swigarg0)) 
3014 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretLineVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3015     PyObject 
* _resultobj
; 
3016     wxStyledTextCtrl 
* _arg0
; 
3018     PyObject 
* _argo0 
= 0; 
3020     char *_kwnames
[] = { "self","show", NULL 
}; 
3023     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretLineVisible",_kwnames
,&_argo0
,&tempbool1
))  
3026         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3027         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3028             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineVisible. Expected _wxStyledTextCtrl_p."); 
3032     _arg1 
= (bool ) tempbool1
; 
3034     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3035         wxStyledTextCtrl_SetCaretLineVisible(_arg0
,_arg1
); 
3037     wxPyEndAllowThreads(__tstate
); 
3038     if (PyErr_Occurred()) return NULL
; 
3039 }    Py_INCREF(Py_None
); 
3040     _resultobj 
= Py_None
; 
3044 #define wxStyledTextCtrl_GetCaretLineBack(_swigobj)  (_swigobj->GetCaretLineBack()) 
3045 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretLineBack(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3046     PyObject 
* _resultobj
; 
3048     wxStyledTextCtrl 
* _arg0
; 
3049     PyObject 
* _argo0 
= 0; 
3050     char *_kwnames
[] = { "self", NULL 
}; 
3054     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineBack",_kwnames
,&_argo0
))  
3057         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3058         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3059             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineBack. Expected _wxStyledTextCtrl_p."); 
3064     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3065         _result 
= new wxColour (wxStyledTextCtrl_GetCaretLineBack(_arg0
)); 
3067     wxPyEndAllowThreads(__tstate
); 
3068     if (PyErr_Occurred()) return NULL
; 
3069 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
3070     _resultobj 
= Py_BuildValue("s",_ptemp
); 
3074 #define wxStyledTextCtrl_SetCaretLineBack(_swigobj,_swigarg0)  (_swigobj->SetCaretLineBack(_swigarg0)) 
3075 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretLineBack(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3076     PyObject 
* _resultobj
; 
3077     wxStyledTextCtrl 
* _arg0
; 
3079     PyObject 
* _argo0 
= 0; 
3081     PyObject 
* _obj1 
= 0; 
3082     char *_kwnames
[] = { "self","back", NULL 
}; 
3085     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretLineBack",_kwnames
,&_argo0
,&_obj1
))  
3088         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3089         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3090             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineBack. Expected _wxStyledTextCtrl_p."); 
3096     if (! wxColour_helper(_obj1
, &_arg1
)) 
3100     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3101         wxStyledTextCtrl_SetCaretLineBack(_arg0
,*_arg1
); 
3103     wxPyEndAllowThreads(__tstate
); 
3104     if (PyErr_Occurred()) return NULL
; 
3105 }    Py_INCREF(Py_None
); 
3106     _resultobj 
= Py_None
; 
3110 #define wxStyledTextCtrl_AutoCompShow(_swigobj,_swigarg0,_swigarg1)  (_swigobj->AutoCompShow(_swigarg0,_swigarg1)) 
3111 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompShow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3112     PyObject 
* _resultobj
; 
3113     wxStyledTextCtrl 
* _arg0
; 
3116     PyObject 
* _argo0 
= 0; 
3117     PyObject 
* _obj2 
= 0; 
3118     char *_kwnames
[] = { "self","lenEntered","itemList", NULL 
}; 
3121     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_AutoCompShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
3124         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3125         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3126             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompShow. Expected _wxStyledTextCtrl_p."); 
3131 #if PYTHON_API_VERSION >= 1009 
3132     char* tmpPtr
; int tmpSize
; 
3133     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
3134         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3137     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
3139     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
3141     if (!PyString_Check(_obj2
)) { 
3142         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3145     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
3149     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3150         wxStyledTextCtrl_AutoCompShow(_arg0
,_arg1
,*_arg2
); 
3152     wxPyEndAllowThreads(__tstate
); 
3153     if (PyErr_Occurred()) return NULL
; 
3154 }    Py_INCREF(Py_None
); 
3155     _resultobj 
= Py_None
; 
3163 #define wxStyledTextCtrl_AutoCompCancel(_swigobj)  (_swigobj->AutoCompCancel()) 
3164 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompCancel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3165     PyObject 
* _resultobj
; 
3166     wxStyledTextCtrl 
* _arg0
; 
3167     PyObject 
* _argo0 
= 0; 
3168     char *_kwnames
[] = { "self", NULL 
}; 
3171     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompCancel",_kwnames
,&_argo0
))  
3174         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3175         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3176             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompCancel. Expected _wxStyledTextCtrl_p."); 
3181     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3182         wxStyledTextCtrl_AutoCompCancel(_arg0
); 
3184     wxPyEndAllowThreads(__tstate
); 
3185     if (PyErr_Occurred()) return NULL
; 
3186 }    Py_INCREF(Py_None
); 
3187     _resultobj 
= Py_None
; 
3191 #define wxStyledTextCtrl_AutoCompActive(_swigobj)  (_swigobj->AutoCompActive()) 
3192 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompActive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3193     PyObject 
* _resultobj
; 
3195     wxStyledTextCtrl 
* _arg0
; 
3196     PyObject 
* _argo0 
= 0; 
3197     char *_kwnames
[] = { "self", NULL 
}; 
3200     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompActive",_kwnames
,&_argo0
))  
3203         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3204         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3205             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompActive. Expected _wxStyledTextCtrl_p."); 
3210     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3211         _result 
= (bool )wxStyledTextCtrl_AutoCompActive(_arg0
); 
3213     wxPyEndAllowThreads(__tstate
); 
3214     if (PyErr_Occurred()) return NULL
; 
3215 }    _resultobj 
= Py_BuildValue("i",_result
); 
3219 #define wxStyledTextCtrl_AutoCompPosStart(_swigobj)  (_swigobj->AutoCompPosStart()) 
3220 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompPosStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3221     PyObject 
* _resultobj
; 
3223     wxStyledTextCtrl 
* _arg0
; 
3224     PyObject 
* _argo0 
= 0; 
3225     char *_kwnames
[] = { "self", NULL 
}; 
3228     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompPosStart",_kwnames
,&_argo0
))  
3231         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3232         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3233             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompPosStart. Expected _wxStyledTextCtrl_p."); 
3238     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3239         _result 
= (int )wxStyledTextCtrl_AutoCompPosStart(_arg0
); 
3241     wxPyEndAllowThreads(__tstate
); 
3242     if (PyErr_Occurred()) return NULL
; 
3243 }    _resultobj 
= Py_BuildValue("i",_result
); 
3247 #define wxStyledTextCtrl_AutoCompComplete(_swigobj)  (_swigobj->AutoCompComplete()) 
3248 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompComplete(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3249     PyObject 
* _resultobj
; 
3250     wxStyledTextCtrl 
* _arg0
; 
3251     PyObject 
* _argo0 
= 0; 
3252     char *_kwnames
[] = { "self", NULL 
}; 
3255     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompComplete",_kwnames
,&_argo0
))  
3258         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3259         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3260             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompComplete. Expected _wxStyledTextCtrl_p."); 
3265     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3266         wxStyledTextCtrl_AutoCompComplete(_arg0
); 
3268     wxPyEndAllowThreads(__tstate
); 
3269     if (PyErr_Occurred()) return NULL
; 
3270 }    Py_INCREF(Py_None
); 
3271     _resultobj 
= Py_None
; 
3275 #define wxStyledTextCtrl_AutoCompStops(_swigobj,_swigarg0)  (_swigobj->AutoCompStops(_swigarg0)) 
3276 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompStops(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3277     PyObject 
* _resultobj
; 
3278     wxStyledTextCtrl 
* _arg0
; 
3280     PyObject 
* _argo0 
= 0; 
3281     PyObject 
* _obj1 
= 0; 
3282     char *_kwnames
[] = { "self","characterSet", NULL 
}; 
3285     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompStops",_kwnames
,&_argo0
,&_obj1
))  
3288         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3289         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3290             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompStops. Expected _wxStyledTextCtrl_p."); 
3295 #if PYTHON_API_VERSION >= 1009 
3296     char* tmpPtr
; int tmpSize
; 
3297     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
3298         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3301     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
3303     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
3305     if (!PyString_Check(_obj1
)) { 
3306         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3309     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
3313     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3314         wxStyledTextCtrl_AutoCompStops(_arg0
,*_arg1
); 
3316     wxPyEndAllowThreads(__tstate
); 
3317     if (PyErr_Occurred()) return NULL
; 
3318 }    Py_INCREF(Py_None
); 
3319     _resultobj 
= Py_None
; 
3327 #define wxStyledTextCtrl_AutoCompSetSeparator(_swigobj,_swigarg0)  (_swigobj->AutoCompSetSeparator(_swigarg0)) 
3328 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetSeparator(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3329     PyObject 
* _resultobj
; 
3330     wxStyledTextCtrl 
* _arg0
; 
3332     PyObject 
* _argo0 
= 0; 
3333     char *_kwnames
[] = { "self","separatorCharacter", NULL 
}; 
3336     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetSeparator",_kwnames
,&_argo0
,&_arg1
))  
3339         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3340         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3341             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetSeparator. Expected _wxStyledTextCtrl_p."); 
3346     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3347         wxStyledTextCtrl_AutoCompSetSeparator(_arg0
,_arg1
); 
3349     wxPyEndAllowThreads(__tstate
); 
3350     if (PyErr_Occurred()) return NULL
; 
3351 }    Py_INCREF(Py_None
); 
3352     _resultobj 
= Py_None
; 
3356 #define wxStyledTextCtrl_AutoCompGetSeparator(_swigobj)  (_swigobj->AutoCompGetSeparator()) 
3357 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetSeparator(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3358     PyObject 
* _resultobj
; 
3360     wxStyledTextCtrl 
* _arg0
; 
3361     PyObject 
* _argo0 
= 0; 
3362     char *_kwnames
[] = { "self", NULL 
}; 
3365     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetSeparator",_kwnames
,&_argo0
))  
3368         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3369         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3370             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetSeparator. Expected _wxStyledTextCtrl_p."); 
3375     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3376         _result 
= (int )wxStyledTextCtrl_AutoCompGetSeparator(_arg0
); 
3378     wxPyEndAllowThreads(__tstate
); 
3379     if (PyErr_Occurred()) return NULL
; 
3380 }    _resultobj 
= Py_BuildValue("i",_result
); 
3384 #define wxStyledTextCtrl_AutoCompSelect(_swigobj,_swigarg0)  (_swigobj->AutoCompSelect(_swigarg0)) 
3385 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSelect(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3386     PyObject 
* _resultobj
; 
3387     wxStyledTextCtrl 
* _arg0
; 
3389     PyObject 
* _argo0 
= 0; 
3390     PyObject 
* _obj1 
= 0; 
3391     char *_kwnames
[] = { "self","text", NULL 
}; 
3394     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSelect",_kwnames
,&_argo0
,&_obj1
))  
3397         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3398         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3399             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSelect. Expected _wxStyledTextCtrl_p."); 
3404 #if PYTHON_API_VERSION >= 1009 
3405     char* tmpPtr
; int tmpSize
; 
3406     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
3407         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3410     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
3412     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
3414     if (!PyString_Check(_obj1
)) { 
3415         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3418     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
3422     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3423         wxStyledTextCtrl_AutoCompSelect(_arg0
,*_arg1
); 
3425     wxPyEndAllowThreads(__tstate
); 
3426     if (PyErr_Occurred()) return NULL
; 
3427 }    Py_INCREF(Py_None
); 
3428     _resultobj 
= Py_None
; 
3436 #define wxStyledTextCtrl_AutoCompSetCancelAtStart(_swigobj,_swigarg0)  (_swigobj->AutoCompSetCancelAtStart(_swigarg0)) 
3437 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3438     PyObject 
* _resultobj
; 
3439     wxStyledTextCtrl 
* _arg0
; 
3441     PyObject 
* _argo0 
= 0; 
3443     char *_kwnames
[] = { "self","cancel", NULL 
}; 
3446     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetCancelAtStart",_kwnames
,&_argo0
,&tempbool1
))  
3449         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3450         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3451             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetCancelAtStart. Expected _wxStyledTextCtrl_p."); 
3455     _arg1 
= (bool ) tempbool1
; 
3457     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3458         wxStyledTextCtrl_AutoCompSetCancelAtStart(_arg0
,_arg1
); 
3460     wxPyEndAllowThreads(__tstate
); 
3461     if (PyErr_Occurred()) return NULL
; 
3462 }    Py_INCREF(Py_None
); 
3463     _resultobj 
= Py_None
; 
3467 #define wxStyledTextCtrl_AutoCompGetCancelAtStart(_swigobj)  (_swigobj->AutoCompGetCancelAtStart()) 
3468 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3469     PyObject 
* _resultobj
; 
3471     wxStyledTextCtrl 
* _arg0
; 
3472     PyObject 
* _argo0 
= 0; 
3473     char *_kwnames
[] = { "self", NULL 
}; 
3476     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetCancelAtStart",_kwnames
,&_argo0
))  
3479         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3480         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3481             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetCancelAtStart. Expected _wxStyledTextCtrl_p."); 
3486     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3487         _result 
= (bool )wxStyledTextCtrl_AutoCompGetCancelAtStart(_arg0
); 
3489     wxPyEndAllowThreads(__tstate
); 
3490     if (PyErr_Occurred()) return NULL
; 
3491 }    _resultobj 
= Py_BuildValue("i",_result
); 
3495 #define wxStyledTextCtrl_AutoCompSetFillUps(_swigobj,_swigarg0)  (_swigobj->AutoCompSetFillUps(_swigarg0)) 
3496 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetFillUps(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3497     PyObject 
* _resultobj
; 
3498     wxStyledTextCtrl 
* _arg0
; 
3500     PyObject 
* _argo0 
= 0; 
3501     PyObject 
* _obj1 
= 0; 
3502     char *_kwnames
[] = { "self","characterSet", NULL 
}; 
3505     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSetFillUps",_kwnames
,&_argo0
,&_obj1
))  
3508         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3509         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3510             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetFillUps. Expected _wxStyledTextCtrl_p."); 
3515 #if PYTHON_API_VERSION >= 1009 
3516     char* tmpPtr
; int tmpSize
; 
3517     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
3518         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3521     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
3523     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
3525     if (!PyString_Check(_obj1
)) { 
3526         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3529     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
3533     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3534         wxStyledTextCtrl_AutoCompSetFillUps(_arg0
,*_arg1
); 
3536     wxPyEndAllowThreads(__tstate
); 
3537     if (PyErr_Occurred()) return NULL
; 
3538 }    Py_INCREF(Py_None
); 
3539     _resultobj 
= Py_None
; 
3547 #define wxStyledTextCtrl_AutoCompSetChooseSingle(_swigobj,_swigarg0)  (_swigobj->AutoCompSetChooseSingle(_swigarg0)) 
3548 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetChooseSingle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3549     PyObject 
* _resultobj
; 
3550     wxStyledTextCtrl 
* _arg0
; 
3552     PyObject 
* _argo0 
= 0; 
3554     char *_kwnames
[] = { "self","chooseSingle", NULL 
}; 
3557     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetChooseSingle",_kwnames
,&_argo0
,&tempbool1
))  
3560         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3561         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3562             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetChooseSingle. Expected _wxStyledTextCtrl_p."); 
3566     _arg1 
= (bool ) tempbool1
; 
3568     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3569         wxStyledTextCtrl_AutoCompSetChooseSingle(_arg0
,_arg1
); 
3571     wxPyEndAllowThreads(__tstate
); 
3572     if (PyErr_Occurred()) return NULL
; 
3573 }    Py_INCREF(Py_None
); 
3574     _resultobj 
= Py_None
; 
3578 #define wxStyledTextCtrl_AutoCompGetChooseSingle(_swigobj)  (_swigobj->AutoCompGetChooseSingle()) 
3579 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetChooseSingle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3580     PyObject 
* _resultobj
; 
3582     wxStyledTextCtrl 
* _arg0
; 
3583     PyObject 
* _argo0 
= 0; 
3584     char *_kwnames
[] = { "self", NULL 
}; 
3587     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetChooseSingle",_kwnames
,&_argo0
))  
3590         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3591         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3592             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetChooseSingle. Expected _wxStyledTextCtrl_p."); 
3597     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3598         _result 
= (bool )wxStyledTextCtrl_AutoCompGetChooseSingle(_arg0
); 
3600     wxPyEndAllowThreads(__tstate
); 
3601     if (PyErr_Occurred()) return NULL
; 
3602 }    _resultobj 
= Py_BuildValue("i",_result
); 
3606 #define wxStyledTextCtrl_AutoCompSetIgnoreCase(_swigobj,_swigarg0)  (_swigobj->AutoCompSetIgnoreCase(_swigarg0)) 
3607 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3608     PyObject 
* _resultobj
; 
3609     wxStyledTextCtrl 
* _arg0
; 
3611     PyObject 
* _argo0 
= 0; 
3613     char *_kwnames
[] = { "self","ignoreCase", NULL 
}; 
3616     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetIgnoreCase",_kwnames
,&_argo0
,&tempbool1
))  
3619         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3620         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3621             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetIgnoreCase. Expected _wxStyledTextCtrl_p."); 
3625     _arg1 
= (bool ) tempbool1
; 
3627     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3628         wxStyledTextCtrl_AutoCompSetIgnoreCase(_arg0
,_arg1
); 
3630     wxPyEndAllowThreads(__tstate
); 
3631     if (PyErr_Occurred()) return NULL
; 
3632 }    Py_INCREF(Py_None
); 
3633     _resultobj 
= Py_None
; 
3637 #define wxStyledTextCtrl_AutoCompGetIgnoreCase(_swigobj)  (_swigobj->AutoCompGetIgnoreCase()) 
3638 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3639     PyObject 
* _resultobj
; 
3641     wxStyledTextCtrl 
* _arg0
; 
3642     PyObject 
* _argo0 
= 0; 
3643     char *_kwnames
[] = { "self", NULL 
}; 
3646     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetIgnoreCase",_kwnames
,&_argo0
))  
3649         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3650         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3651             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetIgnoreCase. Expected _wxStyledTextCtrl_p."); 
3656     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3657         _result 
= (bool )wxStyledTextCtrl_AutoCompGetIgnoreCase(_arg0
); 
3659     wxPyEndAllowThreads(__tstate
); 
3660     if (PyErr_Occurred()) return NULL
; 
3661 }    _resultobj 
= Py_BuildValue("i",_result
); 
3665 #define wxStyledTextCtrl_UserListShow(_swigobj,_swigarg0,_swigarg1)  (_swigobj->UserListShow(_swigarg0,_swigarg1)) 
3666 static PyObject 
*_wrap_wxStyledTextCtrl_UserListShow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3667     PyObject 
* _resultobj
; 
3668     wxStyledTextCtrl 
* _arg0
; 
3671     PyObject 
* _argo0 
= 0; 
3672     PyObject 
* _obj2 
= 0; 
3673     char *_kwnames
[] = { "self","listType","itemList", NULL 
}; 
3676     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_UserListShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
3679         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3680         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3681             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UserListShow. Expected _wxStyledTextCtrl_p."); 
3686 #if PYTHON_API_VERSION >= 1009 
3687     char* tmpPtr
; int tmpSize
; 
3688     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
3689         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3692     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
3694     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
3696     if (!PyString_Check(_obj2
)) { 
3697         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
3700     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
3704     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3705         wxStyledTextCtrl_UserListShow(_arg0
,_arg1
,*_arg2
); 
3707     wxPyEndAllowThreads(__tstate
); 
3708     if (PyErr_Occurred()) return NULL
; 
3709 }    Py_INCREF(Py_None
); 
3710     _resultobj 
= Py_None
; 
3718 #define wxStyledTextCtrl_AutoCompSetAutoHide(_swigobj,_swigarg0)  (_swigobj->AutoCompSetAutoHide(_swigarg0)) 
3719 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetAutoHide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3720     PyObject 
* _resultobj
; 
3721     wxStyledTextCtrl 
* _arg0
; 
3723     PyObject 
* _argo0 
= 0; 
3725     char *_kwnames
[] = { "self","autoHide", NULL 
}; 
3728     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetAutoHide",_kwnames
,&_argo0
,&tempbool1
))  
3731         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3732         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3733             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetAutoHide. Expected _wxStyledTextCtrl_p."); 
3737     _arg1 
= (bool ) tempbool1
; 
3739     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3740         wxStyledTextCtrl_AutoCompSetAutoHide(_arg0
,_arg1
); 
3742     wxPyEndAllowThreads(__tstate
); 
3743     if (PyErr_Occurred()) return NULL
; 
3744 }    Py_INCREF(Py_None
); 
3745     _resultobj 
= Py_None
; 
3749 #define wxStyledTextCtrl_AutoCompGetAutoHide(_swigobj)  (_swigobj->AutoCompGetAutoHide()) 
3750 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetAutoHide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3751     PyObject 
* _resultobj
; 
3753     wxStyledTextCtrl 
* _arg0
; 
3754     PyObject 
* _argo0 
= 0; 
3755     char *_kwnames
[] = { "self", NULL 
}; 
3758     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetAutoHide",_kwnames
,&_argo0
))  
3761         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3762         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3763             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetAutoHide. Expected _wxStyledTextCtrl_p."); 
3768     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3769         _result 
= (bool )wxStyledTextCtrl_AutoCompGetAutoHide(_arg0
); 
3771     wxPyEndAllowThreads(__tstate
); 
3772     if (PyErr_Occurred()) return NULL
; 
3773 }    _resultobj 
= Py_BuildValue("i",_result
); 
3777 #define wxStyledTextCtrl_SetIndent(_swigobj,_swigarg0)  (_swigobj->SetIndent(_swigarg0)) 
3778 static PyObject 
*_wrap_wxStyledTextCtrl_SetIndent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3779     PyObject 
* _resultobj
; 
3780     wxStyledTextCtrl 
* _arg0
; 
3782     PyObject 
* _argo0 
= 0; 
3783     char *_kwnames
[] = { "self","indentSize", NULL 
}; 
3786     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndent",_kwnames
,&_argo0
,&_arg1
))  
3789         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3790         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3791             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndent. Expected _wxStyledTextCtrl_p."); 
3796     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3797         wxStyledTextCtrl_SetIndent(_arg0
,_arg1
); 
3799     wxPyEndAllowThreads(__tstate
); 
3800     if (PyErr_Occurred()) return NULL
; 
3801 }    Py_INCREF(Py_None
); 
3802     _resultobj 
= Py_None
; 
3806 #define wxStyledTextCtrl_GetIndent(_swigobj)  (_swigobj->GetIndent()) 
3807 static PyObject 
*_wrap_wxStyledTextCtrl_GetIndent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3808     PyObject 
* _resultobj
; 
3810     wxStyledTextCtrl 
* _arg0
; 
3811     PyObject 
* _argo0 
= 0; 
3812     char *_kwnames
[] = { "self", NULL 
}; 
3815     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndent",_kwnames
,&_argo0
))  
3818         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3819         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3820             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndent. Expected _wxStyledTextCtrl_p."); 
3825     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3826         _result 
= (int )wxStyledTextCtrl_GetIndent(_arg0
); 
3828     wxPyEndAllowThreads(__tstate
); 
3829     if (PyErr_Occurred()) return NULL
; 
3830 }    _resultobj 
= Py_BuildValue("i",_result
); 
3834 #define wxStyledTextCtrl_SetUseTabs(_swigobj,_swigarg0)  (_swigobj->SetUseTabs(_swigarg0)) 
3835 static PyObject 
*_wrap_wxStyledTextCtrl_SetUseTabs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3836     PyObject 
* _resultobj
; 
3837     wxStyledTextCtrl 
* _arg0
; 
3839     PyObject 
* _argo0 
= 0; 
3841     char *_kwnames
[] = { "self","useTabs", NULL 
}; 
3844     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseTabs",_kwnames
,&_argo0
,&tempbool1
))  
3847         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3848         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3849             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseTabs. Expected _wxStyledTextCtrl_p."); 
3853     _arg1 
= (bool ) tempbool1
; 
3855     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3856         wxStyledTextCtrl_SetUseTabs(_arg0
,_arg1
); 
3858     wxPyEndAllowThreads(__tstate
); 
3859     if (PyErr_Occurred()) return NULL
; 
3860 }    Py_INCREF(Py_None
); 
3861     _resultobj 
= Py_None
; 
3865 #define wxStyledTextCtrl_GetUseTabs(_swigobj)  (_swigobj->GetUseTabs()) 
3866 static PyObject 
*_wrap_wxStyledTextCtrl_GetUseTabs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3867     PyObject 
* _resultobj
; 
3869     wxStyledTextCtrl 
* _arg0
; 
3870     PyObject 
* _argo0 
= 0; 
3871     char *_kwnames
[] = { "self", NULL 
}; 
3874     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseTabs",_kwnames
,&_argo0
))  
3877         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3878         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3879             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseTabs. Expected _wxStyledTextCtrl_p."); 
3884     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3885         _result 
= (bool )wxStyledTextCtrl_GetUseTabs(_arg0
); 
3887     wxPyEndAllowThreads(__tstate
); 
3888     if (PyErr_Occurred()) return NULL
; 
3889 }    _resultobj 
= Py_BuildValue("i",_result
); 
3893 #define wxStyledTextCtrl_SetLineIndentation(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetLineIndentation(_swigarg0,_swigarg1)) 
3894 static PyObject 
*_wrap_wxStyledTextCtrl_SetLineIndentation(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3895     PyObject 
* _resultobj
; 
3896     wxStyledTextCtrl 
* _arg0
; 
3899     PyObject 
* _argo0 
= 0; 
3900     char *_kwnames
[] = { "self","line","indentSize", NULL 
}; 
3903     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineIndentation",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
3906         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3907         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3908             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineIndentation. Expected _wxStyledTextCtrl_p."); 
3913     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3914         wxStyledTextCtrl_SetLineIndentation(_arg0
,_arg1
,_arg2
); 
3916     wxPyEndAllowThreads(__tstate
); 
3917     if (PyErr_Occurred()) return NULL
; 
3918 }    Py_INCREF(Py_None
); 
3919     _resultobj 
= Py_None
; 
3923 #define wxStyledTextCtrl_GetLineIndentation(_swigobj,_swigarg0)  (_swigobj->GetLineIndentation(_swigarg0)) 
3924 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineIndentation(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3925     PyObject 
* _resultobj
; 
3927     wxStyledTextCtrl 
* _arg0
; 
3929     PyObject 
* _argo0 
= 0; 
3930     char *_kwnames
[] = { "self","line", NULL 
}; 
3933     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentation",_kwnames
,&_argo0
,&_arg1
))  
3936         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3937         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3938             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentation. Expected _wxStyledTextCtrl_p."); 
3943     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3944         _result 
= (int )wxStyledTextCtrl_GetLineIndentation(_arg0
,_arg1
); 
3946     wxPyEndAllowThreads(__tstate
); 
3947     if (PyErr_Occurred()) return NULL
; 
3948 }    _resultobj 
= Py_BuildValue("i",_result
); 
3952 #define wxStyledTextCtrl_GetLineIndentPosition(_swigobj,_swigarg0)  (_swigobj->GetLineIndentPosition(_swigarg0)) 
3953 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineIndentPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3954     PyObject 
* _resultobj
; 
3956     wxStyledTextCtrl 
* _arg0
; 
3958     PyObject 
* _argo0 
= 0; 
3959     char *_kwnames
[] = { "self","line", NULL 
}; 
3962     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentPosition",_kwnames
,&_argo0
,&_arg1
))  
3965         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3966         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3967             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentPosition. Expected _wxStyledTextCtrl_p."); 
3972     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3973         _result 
= (int )wxStyledTextCtrl_GetLineIndentPosition(_arg0
,_arg1
); 
3975     wxPyEndAllowThreads(__tstate
); 
3976     if (PyErr_Occurred()) return NULL
; 
3977 }    _resultobj 
= Py_BuildValue("i",_result
); 
3981 #define wxStyledTextCtrl_GetColumn(_swigobj,_swigarg0)  (_swigobj->GetColumn(_swigarg0)) 
3982 static PyObject 
*_wrap_wxStyledTextCtrl_GetColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3983     PyObject 
* _resultobj
; 
3985     wxStyledTextCtrl 
* _arg0
; 
3987     PyObject 
* _argo0 
= 0; 
3988     char *_kwnames
[] = { "self","pos", NULL 
}; 
3991     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetColumn",_kwnames
,&_argo0
,&_arg1
))  
3994         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3995         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3996             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetColumn. Expected _wxStyledTextCtrl_p."); 
4001     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4002         _result 
= (int )wxStyledTextCtrl_GetColumn(_arg0
,_arg1
); 
4004     wxPyEndAllowThreads(__tstate
); 
4005     if (PyErr_Occurred()) return NULL
; 
4006 }    _resultobj 
= Py_BuildValue("i",_result
); 
4010 #define wxStyledTextCtrl_SetUseHorizontalScrollBar(_swigobj,_swigarg0)  (_swigobj->SetUseHorizontalScrollBar(_swigarg0)) 
4011 static PyObject 
*_wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4012     PyObject 
* _resultobj
; 
4013     wxStyledTextCtrl 
* _arg0
; 
4015     PyObject 
* _argo0 
= 0; 
4017     char *_kwnames
[] = { "self","show", NULL 
}; 
4020     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseHorizontalScrollBar",_kwnames
,&_argo0
,&tempbool1
))  
4023         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4024         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4025             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p."); 
4029     _arg1 
= (bool ) tempbool1
; 
4031     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4032         wxStyledTextCtrl_SetUseHorizontalScrollBar(_arg0
,_arg1
); 
4034     wxPyEndAllowThreads(__tstate
); 
4035     if (PyErr_Occurred()) return NULL
; 
4036 }    Py_INCREF(Py_None
); 
4037     _resultobj 
= Py_None
; 
4041 #define wxStyledTextCtrl_GetUseHorizontalScrollBar(_swigobj)  (_swigobj->GetUseHorizontalScrollBar()) 
4042 static PyObject 
*_wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4043     PyObject 
* _resultobj
; 
4045     wxStyledTextCtrl 
* _arg0
; 
4046     PyObject 
* _argo0 
= 0; 
4047     char *_kwnames
[] = { "self", NULL 
}; 
4050     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseHorizontalScrollBar",_kwnames
,&_argo0
))  
4053         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4054         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4055             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p."); 
4060     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4061         _result 
= (bool )wxStyledTextCtrl_GetUseHorizontalScrollBar(_arg0
); 
4063     wxPyEndAllowThreads(__tstate
); 
4064     if (PyErr_Occurred()) return NULL
; 
4065 }    _resultobj 
= Py_BuildValue("i",_result
); 
4069 #define wxStyledTextCtrl_SetIndentationGuides(_swigobj,_swigarg0)  (_swigobj->SetIndentationGuides(_swigarg0)) 
4070 static PyObject 
*_wrap_wxStyledTextCtrl_SetIndentationGuides(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4071     PyObject 
* _resultobj
; 
4072     wxStyledTextCtrl 
* _arg0
; 
4074     PyObject 
* _argo0 
= 0; 
4076     char *_kwnames
[] = { "self","show", NULL 
}; 
4079     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndentationGuides",_kwnames
,&_argo0
,&tempbool1
))  
4082         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4083         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4084             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndentationGuides. Expected _wxStyledTextCtrl_p."); 
4088     _arg1 
= (bool ) tempbool1
; 
4090     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4091         wxStyledTextCtrl_SetIndentationGuides(_arg0
,_arg1
); 
4093     wxPyEndAllowThreads(__tstate
); 
4094     if (PyErr_Occurred()) return NULL
; 
4095 }    Py_INCREF(Py_None
); 
4096     _resultobj 
= Py_None
; 
4100 #define wxStyledTextCtrl_GetIndentationGuides(_swigobj)  (_swigobj->GetIndentationGuides()) 
4101 static PyObject 
*_wrap_wxStyledTextCtrl_GetIndentationGuides(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4102     PyObject 
* _resultobj
; 
4104     wxStyledTextCtrl 
* _arg0
; 
4105     PyObject 
* _argo0 
= 0; 
4106     char *_kwnames
[] = { "self", NULL 
}; 
4109     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndentationGuides",_kwnames
,&_argo0
))  
4112         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4113         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4114             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndentationGuides. Expected _wxStyledTextCtrl_p."); 
4119     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4120         _result 
= (bool )wxStyledTextCtrl_GetIndentationGuides(_arg0
); 
4122     wxPyEndAllowThreads(__tstate
); 
4123     if (PyErr_Occurred()) return NULL
; 
4124 }    _resultobj 
= Py_BuildValue("i",_result
); 
4128 #define wxStyledTextCtrl_SetHighlightGuide(_swigobj,_swigarg0)  (_swigobj->SetHighlightGuide(_swigarg0)) 
4129 static PyObject 
*_wrap_wxStyledTextCtrl_SetHighlightGuide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4130     PyObject 
* _resultobj
; 
4131     wxStyledTextCtrl 
* _arg0
; 
4133     PyObject 
* _argo0 
= 0; 
4134     char *_kwnames
[] = { "self","column", NULL 
}; 
4137     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetHighlightGuide",_kwnames
,&_argo0
,&_arg1
))  
4140         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4141         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4142             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHighlightGuide. Expected _wxStyledTextCtrl_p."); 
4147     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4148         wxStyledTextCtrl_SetHighlightGuide(_arg0
,_arg1
); 
4150     wxPyEndAllowThreads(__tstate
); 
4151     if (PyErr_Occurred()) return NULL
; 
4152 }    Py_INCREF(Py_None
); 
4153     _resultobj 
= Py_None
; 
4157 #define wxStyledTextCtrl_GetHighlightGuide(_swigobj)  (_swigobj->GetHighlightGuide()) 
4158 static PyObject 
*_wrap_wxStyledTextCtrl_GetHighlightGuide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4159     PyObject 
* _resultobj
; 
4161     wxStyledTextCtrl 
* _arg0
; 
4162     PyObject 
* _argo0 
= 0; 
4163     char *_kwnames
[] = { "self", NULL 
}; 
4166     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetHighlightGuide",_kwnames
,&_argo0
))  
4169         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4170         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4171             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetHighlightGuide. Expected _wxStyledTextCtrl_p."); 
4176     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4177         _result 
= (int )wxStyledTextCtrl_GetHighlightGuide(_arg0
); 
4179     wxPyEndAllowThreads(__tstate
); 
4180     if (PyErr_Occurred()) return NULL
; 
4181 }    _resultobj 
= Py_BuildValue("i",_result
); 
4185 #define wxStyledTextCtrl_GetLineEndPosition(_swigobj,_swigarg0)  (_swigobj->GetLineEndPosition(_swigarg0)) 
4186 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineEndPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4187     PyObject 
* _resultobj
; 
4189     wxStyledTextCtrl 
* _arg0
; 
4191     PyObject 
* _argo0 
= 0; 
4192     char *_kwnames
[] = { "self","line", NULL 
}; 
4195     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineEndPosition",_kwnames
,&_argo0
,&_arg1
))  
4198         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4199         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4200             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineEndPosition. Expected _wxStyledTextCtrl_p."); 
4205     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4206         _result 
= (int )wxStyledTextCtrl_GetLineEndPosition(_arg0
,_arg1
); 
4208     wxPyEndAllowThreads(__tstate
); 
4209     if (PyErr_Occurred()) return NULL
; 
4210 }    _resultobj 
= Py_BuildValue("i",_result
); 
4214 #define wxStyledTextCtrl_GetCodePage(_swigobj)  (_swigobj->GetCodePage()) 
4215 static PyObject 
*_wrap_wxStyledTextCtrl_GetCodePage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4216     PyObject 
* _resultobj
; 
4218     wxStyledTextCtrl 
* _arg0
; 
4219     PyObject 
* _argo0 
= 0; 
4220     char *_kwnames
[] = { "self", NULL 
}; 
4223     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCodePage",_kwnames
,&_argo0
))  
4226         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4227         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4228             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCodePage. Expected _wxStyledTextCtrl_p."); 
4233     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4234         _result 
= (int )wxStyledTextCtrl_GetCodePage(_arg0
); 
4236     wxPyEndAllowThreads(__tstate
); 
4237     if (PyErr_Occurred()) return NULL
; 
4238 }    _resultobj 
= Py_BuildValue("i",_result
); 
4242 #define wxStyledTextCtrl_GetCaretForeground(_swigobj)  (_swigobj->GetCaretForeground()) 
4243 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4244     PyObject 
* _resultobj
; 
4246     wxStyledTextCtrl 
* _arg0
; 
4247     PyObject 
* _argo0 
= 0; 
4248     char *_kwnames
[] = { "self", NULL 
}; 
4252     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretForeground",_kwnames
,&_argo0
))  
4255         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4256         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4257             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretForeground. Expected _wxStyledTextCtrl_p."); 
4262     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4263         _result 
= new wxColour (wxStyledTextCtrl_GetCaretForeground(_arg0
)); 
4265     wxPyEndAllowThreads(__tstate
); 
4266     if (PyErr_Occurred()) return NULL
; 
4267 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
4268     _resultobj 
= Py_BuildValue("s",_ptemp
); 
4272 #define wxStyledTextCtrl_GetReadOnly(_swigobj)  (_swigobj->GetReadOnly()) 
4273 static PyObject 
*_wrap_wxStyledTextCtrl_GetReadOnly(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4274     PyObject 
* _resultobj
; 
4276     wxStyledTextCtrl 
* _arg0
; 
4277     PyObject 
* _argo0 
= 0; 
4278     char *_kwnames
[] = { "self", NULL 
}; 
4281     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetReadOnly",_kwnames
,&_argo0
))  
4284         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4285         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4286             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetReadOnly. Expected _wxStyledTextCtrl_p."); 
4291     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4292         _result 
= (bool )wxStyledTextCtrl_GetReadOnly(_arg0
); 
4294     wxPyEndAllowThreads(__tstate
); 
4295     if (PyErr_Occurred()) return NULL
; 
4296 }    _resultobj 
= Py_BuildValue("i",_result
); 
4300 #define wxStyledTextCtrl_SetCurrentPos(_swigobj,_swigarg0)  (_swigobj->SetCurrentPos(_swigarg0)) 
4301 static PyObject 
*_wrap_wxStyledTextCtrl_SetCurrentPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4302     PyObject 
* _resultobj
; 
4303     wxStyledTextCtrl 
* _arg0
; 
4305     PyObject 
* _argo0 
= 0; 
4306     char *_kwnames
[] = { "self","pos", NULL 
}; 
4309     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCurrentPos",_kwnames
,&_argo0
,&_arg1
))  
4312         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4313         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4314             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCurrentPos. Expected _wxStyledTextCtrl_p."); 
4319     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4320         wxStyledTextCtrl_SetCurrentPos(_arg0
,_arg1
); 
4322     wxPyEndAllowThreads(__tstate
); 
4323     if (PyErr_Occurred()) return NULL
; 
4324 }    Py_INCREF(Py_None
); 
4325     _resultobj 
= Py_None
; 
4329 #define wxStyledTextCtrl_SetSelectionStart(_swigobj,_swigarg0)  (_swigobj->SetSelectionStart(_swigarg0)) 
4330 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelectionStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4331     PyObject 
* _resultobj
; 
4332     wxStyledTextCtrl 
* _arg0
; 
4334     PyObject 
* _argo0 
= 0; 
4335     char *_kwnames
[] = { "self","pos", NULL 
}; 
4338     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionStart",_kwnames
,&_argo0
,&_arg1
))  
4341         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4342         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4343             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionStart. Expected _wxStyledTextCtrl_p."); 
4348     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4349         wxStyledTextCtrl_SetSelectionStart(_arg0
,_arg1
); 
4351     wxPyEndAllowThreads(__tstate
); 
4352     if (PyErr_Occurred()) return NULL
; 
4353 }    Py_INCREF(Py_None
); 
4354     _resultobj 
= Py_None
; 
4358 #define wxStyledTextCtrl_GetSelectionStart(_swigobj)  (_swigobj->GetSelectionStart()) 
4359 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelectionStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4360     PyObject 
* _resultobj
; 
4362     wxStyledTextCtrl 
* _arg0
; 
4363     PyObject 
* _argo0 
= 0; 
4364     char *_kwnames
[] = { "self", NULL 
}; 
4367     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionStart",_kwnames
,&_argo0
))  
4370         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4371         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4372             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionStart. Expected _wxStyledTextCtrl_p."); 
4377     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4378         _result 
= (int )wxStyledTextCtrl_GetSelectionStart(_arg0
); 
4380     wxPyEndAllowThreads(__tstate
); 
4381     if (PyErr_Occurred()) return NULL
; 
4382 }    _resultobj 
= Py_BuildValue("i",_result
); 
4386 #define wxStyledTextCtrl_SetSelectionEnd(_swigobj,_swigarg0)  (_swigobj->SetSelectionEnd(_swigarg0)) 
4387 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelectionEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4388     PyObject 
* _resultobj
; 
4389     wxStyledTextCtrl 
* _arg0
; 
4391     PyObject 
* _argo0 
= 0; 
4392     char *_kwnames
[] = { "self","pos", NULL 
}; 
4395     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionEnd",_kwnames
,&_argo0
,&_arg1
))  
4398         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4399         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4400             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionEnd. Expected _wxStyledTextCtrl_p."); 
4405     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4406         wxStyledTextCtrl_SetSelectionEnd(_arg0
,_arg1
); 
4408     wxPyEndAllowThreads(__tstate
); 
4409     if (PyErr_Occurred()) return NULL
; 
4410 }    Py_INCREF(Py_None
); 
4411     _resultobj 
= Py_None
; 
4415 #define wxStyledTextCtrl_GetSelectionEnd(_swigobj)  (_swigobj->GetSelectionEnd()) 
4416 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelectionEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4417     PyObject 
* _resultobj
; 
4419     wxStyledTextCtrl 
* _arg0
; 
4420     PyObject 
* _argo0 
= 0; 
4421     char *_kwnames
[] = { "self", NULL 
}; 
4424     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionEnd",_kwnames
,&_argo0
))  
4427         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4428         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4429             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionEnd. Expected _wxStyledTextCtrl_p."); 
4434     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4435         _result 
= (int )wxStyledTextCtrl_GetSelectionEnd(_arg0
); 
4437     wxPyEndAllowThreads(__tstate
); 
4438     if (PyErr_Occurred()) return NULL
; 
4439 }    _resultobj 
= Py_BuildValue("i",_result
); 
4443 #define wxStyledTextCtrl_SetPrintMagnification(_swigobj,_swigarg0)  (_swigobj->SetPrintMagnification(_swigarg0)) 
4444 static PyObject 
*_wrap_wxStyledTextCtrl_SetPrintMagnification(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4445     PyObject 
* _resultobj
; 
4446     wxStyledTextCtrl 
* _arg0
; 
4448     PyObject 
* _argo0 
= 0; 
4449     char *_kwnames
[] = { "self","magnification", NULL 
}; 
4452     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintMagnification",_kwnames
,&_argo0
,&_arg1
))  
4455         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4456         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4457             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintMagnification. Expected _wxStyledTextCtrl_p."); 
4462     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4463         wxStyledTextCtrl_SetPrintMagnification(_arg0
,_arg1
); 
4465     wxPyEndAllowThreads(__tstate
); 
4466     if (PyErr_Occurred()) return NULL
; 
4467 }    Py_INCREF(Py_None
); 
4468     _resultobj 
= Py_None
; 
4472 #define wxStyledTextCtrl_GetPrintMagnification(_swigobj)  (_swigobj->GetPrintMagnification()) 
4473 static PyObject 
*_wrap_wxStyledTextCtrl_GetPrintMagnification(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4474     PyObject 
* _resultobj
; 
4476     wxStyledTextCtrl 
* _arg0
; 
4477     PyObject 
* _argo0 
= 0; 
4478     char *_kwnames
[] = { "self", NULL 
}; 
4481     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintMagnification",_kwnames
,&_argo0
))  
4484         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4485         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4486             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintMagnification. Expected _wxStyledTextCtrl_p."); 
4491     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4492         _result 
= (int )wxStyledTextCtrl_GetPrintMagnification(_arg0
); 
4494     wxPyEndAllowThreads(__tstate
); 
4495     if (PyErr_Occurred()) return NULL
; 
4496 }    _resultobj 
= Py_BuildValue("i",_result
); 
4500 #define wxStyledTextCtrl_SetPrintColourMode(_swigobj,_swigarg0)  (_swigobj->SetPrintColourMode(_swigarg0)) 
4501 static PyObject 
*_wrap_wxStyledTextCtrl_SetPrintColourMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4502     PyObject 
* _resultobj
; 
4503     wxStyledTextCtrl 
* _arg0
; 
4505     PyObject 
* _argo0 
= 0; 
4506     char *_kwnames
[] = { "self","mode", NULL 
}; 
4509     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintColourMode",_kwnames
,&_argo0
,&_arg1
))  
4512         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4513         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4514             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintColourMode. Expected _wxStyledTextCtrl_p."); 
4519     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4520         wxStyledTextCtrl_SetPrintColourMode(_arg0
,_arg1
); 
4522     wxPyEndAllowThreads(__tstate
); 
4523     if (PyErr_Occurred()) return NULL
; 
4524 }    Py_INCREF(Py_None
); 
4525     _resultobj 
= Py_None
; 
4529 #define wxStyledTextCtrl_GetPrintColourMode(_swigobj)  (_swigobj->GetPrintColourMode()) 
4530 static PyObject 
*_wrap_wxStyledTextCtrl_GetPrintColourMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4531     PyObject 
* _resultobj
; 
4533     wxStyledTextCtrl 
* _arg0
; 
4534     PyObject 
* _argo0 
= 0; 
4535     char *_kwnames
[] = { "self", NULL 
}; 
4538     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintColourMode",_kwnames
,&_argo0
))  
4541         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4542         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4543             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintColourMode. Expected _wxStyledTextCtrl_p."); 
4548     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4549         _result 
= (int )wxStyledTextCtrl_GetPrintColourMode(_arg0
); 
4551     wxPyEndAllowThreads(__tstate
); 
4552     if (PyErr_Occurred()) return NULL
; 
4553 }    _resultobj 
= Py_BuildValue("i",_result
); 
4557 #define wxStyledTextCtrl_FindText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)  (_swigobj->FindText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)) 
4558 static PyObject 
*_wrap_wxStyledTextCtrl_FindText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4559     PyObject 
* _resultobj
; 
4561     wxStyledTextCtrl 
* _arg0
; 
4567     PyObject 
* _argo0 
= 0; 
4568     PyObject 
* _obj3 
= 0; 
4571     char *_kwnames
[] = { "self","minPos","maxPos","text","caseSensitive","wholeWord", NULL 
}; 
4574     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOii:wxStyledTextCtrl_FindText",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
))  
4577         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4578         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4579             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FindText. Expected _wxStyledTextCtrl_p."); 
4584 #if PYTHON_API_VERSION >= 1009 
4585     char* tmpPtr
; int tmpSize
; 
4586     if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) { 
4587         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
4590     if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1) 
4592     _arg3 
= new wxString(tmpPtr
, tmpSize
); 
4594     if (!PyString_Check(_obj3
)) { 
4595         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
4598     _arg3 
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
)); 
4601     _arg4 
= (bool ) tempbool4
; 
4602     _arg5 
= (bool ) tempbool5
; 
4604     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4605         _result 
= (int )wxStyledTextCtrl_FindText(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
); 
4607     wxPyEndAllowThreads(__tstate
); 
4608     if (PyErr_Occurred()) return NULL
; 
4609 }    _resultobj 
= Py_BuildValue("i",_result
); 
4617 #define wxStyledTextCtrl_FormatRange(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)  (_swigobj->FormatRange(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) 
4618 static PyObject 
*_wrap_wxStyledTextCtrl_FormatRange(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4619     PyObject 
* _resultobj
; 
4621     wxStyledTextCtrl 
* _arg0
; 
4629     PyObject 
* _argo0 
= 0; 
4631     PyObject 
* _argo4 
= 0; 
4632     PyObject 
* _argo5 
= 0; 
4634     PyObject 
* _obj6 
= 0; 
4636     PyObject 
* _obj7 
= 0; 
4637     char *_kwnames
[] = { "self","doDraw","startPos","endPos","draw","target","renderRect","pageRect", NULL 
}; 
4640     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiiOOOO:wxStyledTextCtrl_FormatRange",_kwnames
,&_argo0
,&tempbool1
,&_arg2
,&_arg3
,&_argo4
,&_argo5
,&_obj6
,&_obj7
))  
4643         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4644         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4645             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FormatRange. Expected _wxStyledTextCtrl_p."); 
4649     _arg1 
= (bool ) tempbool1
; 
4651         if (_argo4 
== Py_None
) { _arg4 
= NULL
; } 
4652         else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxDC_p")) { 
4653             PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p."); 
4658         if (_argo5 
== Py_None
) { _arg5 
= NULL
; } 
4659         else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxDC_p")) { 
4660             PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p."); 
4666     if (! wxRect_helper(_obj6
, &_arg6
)) 
4671     if (! wxRect_helper(_obj7
, &_arg7
)) 
4675     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4676         _result 
= (int )wxStyledTextCtrl_FormatRange(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
); 
4678     wxPyEndAllowThreads(__tstate
); 
4679     if (PyErr_Occurred()) return NULL
; 
4680 }    _resultobj 
= Py_BuildValue("i",_result
); 
4684 #define wxStyledTextCtrl_GetFirstVisibleLine(_swigobj)  (_swigobj->GetFirstVisibleLine()) 
4685 static PyObject 
*_wrap_wxStyledTextCtrl_GetFirstVisibleLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4686     PyObject 
* _resultobj
; 
4688     wxStyledTextCtrl 
* _arg0
; 
4689     PyObject 
* _argo0 
= 0; 
4690     char *_kwnames
[] = { "self", NULL 
}; 
4693     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetFirstVisibleLine",_kwnames
,&_argo0
))  
4696         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4697         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4698             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFirstVisibleLine. Expected _wxStyledTextCtrl_p."); 
4703     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4704         _result 
= (int )wxStyledTextCtrl_GetFirstVisibleLine(_arg0
); 
4706     wxPyEndAllowThreads(__tstate
); 
4707     if (PyErr_Occurred()) return NULL
; 
4708 }    _resultobj 
= Py_BuildValue("i",_result
); 
4712 #define wxStyledTextCtrl_GetLine(_swigobj,_swigarg0)  (_swigobj->GetLine(_swigarg0)) 
4713 static PyObject 
*_wrap_wxStyledTextCtrl_GetLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4714     PyObject 
* _resultobj
; 
4716     wxStyledTextCtrl 
* _arg0
; 
4718     PyObject 
* _argo0 
= 0; 
4719     char *_kwnames
[] = { "self","line", NULL 
}; 
4722     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLine",_kwnames
,&_argo0
,&_arg1
))  
4725         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4726         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4727             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLine. Expected _wxStyledTextCtrl_p."); 
4732     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4733         _result 
= new wxString (wxStyledTextCtrl_GetLine(_arg0
,_arg1
)); 
4735     wxPyEndAllowThreads(__tstate
); 
4736     if (PyErr_Occurred()) return NULL
; 
4738     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
4746 #define wxStyledTextCtrl_GetLineCount(_swigobj)  (_swigobj->GetLineCount()) 
4747 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineCount(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4748     PyObject 
* _resultobj
; 
4750     wxStyledTextCtrl 
* _arg0
; 
4751     PyObject 
* _argo0 
= 0; 
4752     char *_kwnames
[] = { "self", NULL 
}; 
4755     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLineCount",_kwnames
,&_argo0
))  
4758         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4759         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4760             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineCount. Expected _wxStyledTextCtrl_p."); 
4765     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4766         _result 
= (int )wxStyledTextCtrl_GetLineCount(_arg0
); 
4768     wxPyEndAllowThreads(__tstate
); 
4769     if (PyErr_Occurred()) return NULL
; 
4770 }    _resultobj 
= Py_BuildValue("i",_result
); 
4774 #define wxStyledTextCtrl_SetMarginLeft(_swigobj,_swigarg0)  (_swigobj->SetMarginLeft(_swigarg0)) 
4775 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4776     PyObject 
* _resultobj
; 
4777     wxStyledTextCtrl 
* _arg0
; 
4779     PyObject 
* _argo0 
= 0; 
4780     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
4783     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginLeft",_kwnames
,&_argo0
,&_arg1
))  
4786         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4787         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4788             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginLeft. Expected _wxStyledTextCtrl_p."); 
4793     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4794         wxStyledTextCtrl_SetMarginLeft(_arg0
,_arg1
); 
4796     wxPyEndAllowThreads(__tstate
); 
4797     if (PyErr_Occurred()) return NULL
; 
4798 }    Py_INCREF(Py_None
); 
4799     _resultobj 
= Py_None
; 
4803 #define wxStyledTextCtrl_GetMarginLeft(_swigobj)  (_swigobj->GetMarginLeft()) 
4804 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4805     PyObject 
* _resultobj
; 
4807     wxStyledTextCtrl 
* _arg0
; 
4808     PyObject 
* _argo0 
= 0; 
4809     char *_kwnames
[] = { "self", NULL 
}; 
4812     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginLeft",_kwnames
,&_argo0
))  
4815         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4816         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4817             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginLeft. Expected _wxStyledTextCtrl_p."); 
4822     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4823         _result 
= (int )wxStyledTextCtrl_GetMarginLeft(_arg0
); 
4825     wxPyEndAllowThreads(__tstate
); 
4826     if (PyErr_Occurred()) return NULL
; 
4827 }    _resultobj 
= Py_BuildValue("i",_result
); 
4831 #define wxStyledTextCtrl_SetMarginRight(_swigobj,_swigarg0)  (_swigobj->SetMarginRight(_swigarg0)) 
4832 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4833     PyObject 
* _resultobj
; 
4834     wxStyledTextCtrl 
* _arg0
; 
4836     PyObject 
* _argo0 
= 0; 
4837     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
4840     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginRight",_kwnames
,&_argo0
,&_arg1
))  
4843         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4844         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4845             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginRight. Expected _wxStyledTextCtrl_p."); 
4850     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4851         wxStyledTextCtrl_SetMarginRight(_arg0
,_arg1
); 
4853     wxPyEndAllowThreads(__tstate
); 
4854     if (PyErr_Occurred()) return NULL
; 
4855 }    Py_INCREF(Py_None
); 
4856     _resultobj 
= Py_None
; 
4860 #define wxStyledTextCtrl_GetMarginRight(_swigobj)  (_swigobj->GetMarginRight()) 
4861 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4862     PyObject 
* _resultobj
; 
4864     wxStyledTextCtrl 
* _arg0
; 
4865     PyObject 
* _argo0 
= 0; 
4866     char *_kwnames
[] = { "self", NULL 
}; 
4869     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginRight",_kwnames
,&_argo0
))  
4872         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4873         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4874             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginRight. Expected _wxStyledTextCtrl_p."); 
4879     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4880         _result 
= (int )wxStyledTextCtrl_GetMarginRight(_arg0
); 
4882     wxPyEndAllowThreads(__tstate
); 
4883     if (PyErr_Occurred()) return NULL
; 
4884 }    _resultobj 
= Py_BuildValue("i",_result
); 
4888 #define wxStyledTextCtrl_GetModify(_swigobj)  (_swigobj->GetModify()) 
4889 static PyObject 
*_wrap_wxStyledTextCtrl_GetModify(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4890     PyObject 
* _resultobj
; 
4892     wxStyledTextCtrl 
* _arg0
; 
4893     PyObject 
* _argo0 
= 0; 
4894     char *_kwnames
[] = { "self", NULL 
}; 
4897     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModify",_kwnames
,&_argo0
))  
4900         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4901         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4902             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModify. Expected _wxStyledTextCtrl_p."); 
4907     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4908         _result 
= (bool )wxStyledTextCtrl_GetModify(_arg0
); 
4910     wxPyEndAllowThreads(__tstate
); 
4911     if (PyErr_Occurred()) return NULL
; 
4912 }    _resultobj 
= Py_BuildValue("i",_result
); 
4916 #define wxStyledTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetSelection(_swigarg0,_swigarg1)) 
4917 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4918     PyObject 
* _resultobj
; 
4919     wxStyledTextCtrl 
* _arg0
; 
4922     PyObject 
* _argo0 
= 0; 
4923     char *_kwnames
[] = { "self","start","end", NULL 
}; 
4926     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
4929         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4930         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4931             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelection. Expected _wxStyledTextCtrl_p."); 
4936     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4937         wxStyledTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
); 
4939     wxPyEndAllowThreads(__tstate
); 
4940     if (PyErr_Occurred()) return NULL
; 
4941 }    Py_INCREF(Py_None
); 
4942     _resultobj 
= Py_None
; 
4946 #define wxStyledTextCtrl_GetSelectedText(_swigobj)  (_swigobj->GetSelectedText()) 
4947 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelectedText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4948     PyObject 
* _resultobj
; 
4950     wxStyledTextCtrl 
* _arg0
; 
4951     PyObject 
* _argo0 
= 0; 
4952     char *_kwnames
[] = { "self", NULL 
}; 
4955     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectedText",_kwnames
,&_argo0
))  
4958         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4959         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4960             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectedText. Expected _wxStyledTextCtrl_p."); 
4965     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4966         _result 
= new wxString (wxStyledTextCtrl_GetSelectedText(_arg0
)); 
4968     wxPyEndAllowThreads(__tstate
); 
4969     if (PyErr_Occurred()) return NULL
; 
4971     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
4979 #define wxStyledTextCtrl_GetTextRange(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetTextRange(_swigarg0,_swigarg1)) 
4980 static PyObject 
*_wrap_wxStyledTextCtrl_GetTextRange(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4981     PyObject 
* _resultobj
; 
4983     wxStyledTextCtrl 
* _arg0
; 
4986     PyObject 
* _argo0 
= 0; 
4987     char *_kwnames
[] = { "self","startPos","endPos", NULL 
}; 
4990     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetTextRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
4993         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4994         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4995             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextRange. Expected _wxStyledTextCtrl_p."); 
5000     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5001         _result 
= new wxString (wxStyledTextCtrl_GetTextRange(_arg0
,_arg1
,_arg2
)); 
5003     wxPyEndAllowThreads(__tstate
); 
5004     if (PyErr_Occurred()) return NULL
; 
5006     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
5014 #define wxStyledTextCtrl_HideSelection(_swigobj,_swigarg0)  (_swigobj->HideSelection(_swigarg0)) 
5015 static PyObject 
*_wrap_wxStyledTextCtrl_HideSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5016     PyObject 
* _resultobj
; 
5017     wxStyledTextCtrl 
* _arg0
; 
5019     PyObject 
* _argo0 
= 0; 
5021     char *_kwnames
[] = { "self","normal", NULL 
}; 
5024     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_HideSelection",_kwnames
,&_argo0
,&tempbool1
))  
5027         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5028         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5029             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideSelection. Expected _wxStyledTextCtrl_p."); 
5033     _arg1 
= (bool ) tempbool1
; 
5035     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5036         wxStyledTextCtrl_HideSelection(_arg0
,_arg1
); 
5038     wxPyEndAllowThreads(__tstate
); 
5039     if (PyErr_Occurred()) return NULL
; 
5040 }    Py_INCREF(Py_None
); 
5041     _resultobj 
= Py_None
; 
5045 #define wxStyledTextCtrl_LineFromPosition(_swigobj,_swigarg0)  (_swigobj->LineFromPosition(_swigarg0)) 
5046 static PyObject 
*_wrap_wxStyledTextCtrl_LineFromPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5047     PyObject 
* _resultobj
; 
5049     wxStyledTextCtrl 
* _arg0
; 
5051     PyObject 
* _argo0 
= 0; 
5052     char *_kwnames
[] = { "self","pos", NULL 
}; 
5055     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineFromPosition",_kwnames
,&_argo0
,&_arg1
))  
5058         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5059         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5060             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineFromPosition. Expected _wxStyledTextCtrl_p."); 
5065     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5066         _result 
= (int )wxStyledTextCtrl_LineFromPosition(_arg0
,_arg1
); 
5068     wxPyEndAllowThreads(__tstate
); 
5069     if (PyErr_Occurred()) return NULL
; 
5070 }    _resultobj 
= Py_BuildValue("i",_result
); 
5074 #define wxStyledTextCtrl_PositionFromLine(_swigobj,_swigarg0)  (_swigobj->PositionFromLine(_swigarg0)) 
5075 static PyObject 
*_wrap_wxStyledTextCtrl_PositionFromLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5076     PyObject 
* _resultobj
; 
5078     wxStyledTextCtrl 
* _arg0
; 
5080     PyObject 
* _argo0 
= 0; 
5081     char *_kwnames
[] = { "self","line", NULL 
}; 
5084     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionFromLine",_kwnames
,&_argo0
,&_arg1
))  
5087         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5088         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5089             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromLine. Expected _wxStyledTextCtrl_p."); 
5094     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5095         _result 
= (int )wxStyledTextCtrl_PositionFromLine(_arg0
,_arg1
); 
5097     wxPyEndAllowThreads(__tstate
); 
5098     if (PyErr_Occurred()) return NULL
; 
5099 }    _resultobj 
= Py_BuildValue("i",_result
); 
5103 #define wxStyledTextCtrl_LineScroll(_swigobj,_swigarg0,_swigarg1)  (_swigobj->LineScroll(_swigarg0,_swigarg1)) 
5104 static PyObject 
*_wrap_wxStyledTextCtrl_LineScroll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5105     PyObject 
* _resultobj
; 
5106     wxStyledTextCtrl 
* _arg0
; 
5109     PyObject 
* _argo0 
= 0; 
5110     char *_kwnames
[] = { "self","columns","lines", NULL 
}; 
5113     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_LineScroll",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
5116         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5117         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5118             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineScroll. Expected _wxStyledTextCtrl_p."); 
5123     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5124         wxStyledTextCtrl_LineScroll(_arg0
,_arg1
,_arg2
); 
5126     wxPyEndAllowThreads(__tstate
); 
5127     if (PyErr_Occurred()) return NULL
; 
5128 }    Py_INCREF(Py_None
); 
5129     _resultobj 
= Py_None
; 
5133 #define wxStyledTextCtrl_EnsureCaretVisible(_swigobj)  (_swigobj->EnsureCaretVisible()) 
5134 static PyObject 
*_wrap_wxStyledTextCtrl_EnsureCaretVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5135     PyObject 
* _resultobj
; 
5136     wxStyledTextCtrl 
* _arg0
; 
5137     PyObject 
* _argo0 
= 0; 
5138     char *_kwnames
[] = { "self", NULL 
}; 
5141     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EnsureCaretVisible",_kwnames
,&_argo0
))  
5144         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5145         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5146             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureCaretVisible. Expected _wxStyledTextCtrl_p."); 
5151     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5152         wxStyledTextCtrl_EnsureCaretVisible(_arg0
); 
5154     wxPyEndAllowThreads(__tstate
); 
5155     if (PyErr_Occurred()) return NULL
; 
5156 }    Py_INCREF(Py_None
); 
5157     _resultobj 
= Py_None
; 
5161 #define wxStyledTextCtrl_ReplaceSelection(_swigobj,_swigarg0)  (_swigobj->ReplaceSelection(_swigarg0)) 
5162 static PyObject 
*_wrap_wxStyledTextCtrl_ReplaceSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5163     PyObject 
* _resultobj
; 
5164     wxStyledTextCtrl 
* _arg0
; 
5166     PyObject 
* _argo0 
= 0; 
5167     PyObject 
* _obj1 
= 0; 
5168     char *_kwnames
[] = { "self","text", NULL 
}; 
5171     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceSelection",_kwnames
,&_argo0
,&_obj1
))  
5174         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5175         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5176             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceSelection. Expected _wxStyledTextCtrl_p."); 
5181 #if PYTHON_API_VERSION >= 1009 
5182     char* tmpPtr
; int tmpSize
; 
5183     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
5184         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5187     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
5189     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
5191     if (!PyString_Check(_obj1
)) { 
5192         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5195     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
5199     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5200         wxStyledTextCtrl_ReplaceSelection(_arg0
,*_arg1
); 
5202     wxPyEndAllowThreads(__tstate
); 
5203     if (PyErr_Occurred()) return NULL
; 
5204 }    Py_INCREF(Py_None
); 
5205     _resultobj 
= Py_None
; 
5213 #define wxStyledTextCtrl_SetReadOnly(_swigobj,_swigarg0)  (_swigobj->SetReadOnly(_swigarg0)) 
5214 static PyObject 
*_wrap_wxStyledTextCtrl_SetReadOnly(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5215     PyObject 
* _resultobj
; 
5216     wxStyledTextCtrl 
* _arg0
; 
5218     PyObject 
* _argo0 
= 0; 
5220     char *_kwnames
[] = { "self","readOnly", NULL 
}; 
5223     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetReadOnly",_kwnames
,&_argo0
,&tempbool1
))  
5226         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5227         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5228             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetReadOnly. Expected _wxStyledTextCtrl_p."); 
5232     _arg1 
= (bool ) tempbool1
; 
5234     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5235         wxStyledTextCtrl_SetReadOnly(_arg0
,_arg1
); 
5237     wxPyEndAllowThreads(__tstate
); 
5238     if (PyErr_Occurred()) return NULL
; 
5239 }    Py_INCREF(Py_None
); 
5240     _resultobj 
= Py_None
; 
5244 #define wxStyledTextCtrl_CanPaste(_swigobj)  (_swigobj->CanPaste()) 
5245 static PyObject 
*_wrap_wxStyledTextCtrl_CanPaste(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5246     PyObject 
* _resultobj
; 
5248     wxStyledTextCtrl 
* _arg0
; 
5249     PyObject 
* _argo0 
= 0; 
5250     char *_kwnames
[] = { "self", NULL 
}; 
5253     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanPaste",_kwnames
,&_argo0
))  
5256         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5257         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5258             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanPaste. Expected _wxStyledTextCtrl_p."); 
5263     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5264         _result 
= (bool )wxStyledTextCtrl_CanPaste(_arg0
); 
5266     wxPyEndAllowThreads(__tstate
); 
5267     if (PyErr_Occurred()) return NULL
; 
5268 }    _resultobj 
= Py_BuildValue("i",_result
); 
5272 #define wxStyledTextCtrl_CanUndo(_swigobj)  (_swigobj->CanUndo()) 
5273 static PyObject 
*_wrap_wxStyledTextCtrl_CanUndo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5274     PyObject 
* _resultobj
; 
5276     wxStyledTextCtrl 
* _arg0
; 
5277     PyObject 
* _argo0 
= 0; 
5278     char *_kwnames
[] = { "self", NULL 
}; 
5281     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanUndo",_kwnames
,&_argo0
))  
5284         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5285         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5286             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanUndo. Expected _wxStyledTextCtrl_p."); 
5291     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5292         _result 
= (bool )wxStyledTextCtrl_CanUndo(_arg0
); 
5294     wxPyEndAllowThreads(__tstate
); 
5295     if (PyErr_Occurred()) return NULL
; 
5296 }    _resultobj 
= Py_BuildValue("i",_result
); 
5300 #define wxStyledTextCtrl_EmptyUndoBuffer(_swigobj)  (_swigobj->EmptyUndoBuffer()) 
5301 static PyObject 
*_wrap_wxStyledTextCtrl_EmptyUndoBuffer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5302     PyObject 
* _resultobj
; 
5303     wxStyledTextCtrl 
* _arg0
; 
5304     PyObject 
* _argo0 
= 0; 
5305     char *_kwnames
[] = { "self", NULL 
}; 
5308     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EmptyUndoBuffer",_kwnames
,&_argo0
))  
5311         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5312         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5313             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EmptyUndoBuffer. Expected _wxStyledTextCtrl_p."); 
5318     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5319         wxStyledTextCtrl_EmptyUndoBuffer(_arg0
); 
5321     wxPyEndAllowThreads(__tstate
); 
5322     if (PyErr_Occurred()) return NULL
; 
5323 }    Py_INCREF(Py_None
); 
5324     _resultobj 
= Py_None
; 
5328 #define wxStyledTextCtrl_Undo(_swigobj)  (_swigobj->Undo()) 
5329 static PyObject 
*_wrap_wxStyledTextCtrl_Undo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5330     PyObject 
* _resultobj
; 
5331     wxStyledTextCtrl 
* _arg0
; 
5332     PyObject 
* _argo0 
= 0; 
5333     char *_kwnames
[] = { "self", NULL 
}; 
5336     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Undo",_kwnames
,&_argo0
))  
5339         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5340         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5341             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Undo. Expected _wxStyledTextCtrl_p."); 
5346     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5347         wxStyledTextCtrl_Undo(_arg0
); 
5349     wxPyEndAllowThreads(__tstate
); 
5350     if (PyErr_Occurred()) return NULL
; 
5351 }    Py_INCREF(Py_None
); 
5352     _resultobj 
= Py_None
; 
5356 #define wxStyledTextCtrl_Cut(_swigobj)  (_swigobj->Cut()) 
5357 static PyObject 
*_wrap_wxStyledTextCtrl_Cut(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5358     PyObject 
* _resultobj
; 
5359     wxStyledTextCtrl 
* _arg0
; 
5360     PyObject 
* _argo0 
= 0; 
5361     char *_kwnames
[] = { "self", NULL 
}; 
5364     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Cut",_kwnames
,&_argo0
))  
5367         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5368         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5369             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Cut. Expected _wxStyledTextCtrl_p."); 
5374     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5375         wxStyledTextCtrl_Cut(_arg0
); 
5377     wxPyEndAllowThreads(__tstate
); 
5378     if (PyErr_Occurred()) return NULL
; 
5379 }    Py_INCREF(Py_None
); 
5380     _resultobj 
= Py_None
; 
5384 #define wxStyledTextCtrl_Copy(_swigobj)  (_swigobj->Copy()) 
5385 static PyObject 
*_wrap_wxStyledTextCtrl_Copy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5386     PyObject 
* _resultobj
; 
5387     wxStyledTextCtrl 
* _arg0
; 
5388     PyObject 
* _argo0 
= 0; 
5389     char *_kwnames
[] = { "self", NULL 
}; 
5392     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Copy",_kwnames
,&_argo0
))  
5395         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5396         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5397             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Copy. Expected _wxStyledTextCtrl_p."); 
5402     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5403         wxStyledTextCtrl_Copy(_arg0
); 
5405     wxPyEndAllowThreads(__tstate
); 
5406     if (PyErr_Occurred()) return NULL
; 
5407 }    Py_INCREF(Py_None
); 
5408     _resultobj 
= Py_None
; 
5412 #define wxStyledTextCtrl_Paste(_swigobj)  (_swigobj->Paste()) 
5413 static PyObject 
*_wrap_wxStyledTextCtrl_Paste(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5414     PyObject 
* _resultobj
; 
5415     wxStyledTextCtrl 
* _arg0
; 
5416     PyObject 
* _argo0 
= 0; 
5417     char *_kwnames
[] = { "self", NULL 
}; 
5420     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Paste",_kwnames
,&_argo0
))  
5423         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5424         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5425             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Paste. Expected _wxStyledTextCtrl_p."); 
5430     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5431         wxStyledTextCtrl_Paste(_arg0
); 
5433     wxPyEndAllowThreads(__tstate
); 
5434     if (PyErr_Occurred()) return NULL
; 
5435 }    Py_INCREF(Py_None
); 
5436     _resultobj 
= Py_None
; 
5440 #define wxStyledTextCtrl_Clear(_swigobj)  (_swigobj->Clear()) 
5441 static PyObject 
*_wrap_wxStyledTextCtrl_Clear(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5442     PyObject 
* _resultobj
; 
5443     wxStyledTextCtrl 
* _arg0
; 
5444     PyObject 
* _argo0 
= 0; 
5445     char *_kwnames
[] = { "self", NULL 
}; 
5448     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Clear",_kwnames
,&_argo0
))  
5451         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5452         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5453             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Clear. Expected _wxStyledTextCtrl_p."); 
5458     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5459         wxStyledTextCtrl_Clear(_arg0
); 
5461     wxPyEndAllowThreads(__tstate
); 
5462     if (PyErr_Occurred()) return NULL
; 
5463 }    Py_INCREF(Py_None
); 
5464     _resultobj 
= Py_None
; 
5468 #define wxStyledTextCtrl_SetText(_swigobj,_swigarg0)  (_swigobj->SetText(_swigarg0)) 
5469 static PyObject 
*_wrap_wxStyledTextCtrl_SetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5470     PyObject 
* _resultobj
; 
5471     wxStyledTextCtrl 
* _arg0
; 
5473     PyObject 
* _argo0 
= 0; 
5474     PyObject 
* _obj1 
= 0; 
5475     char *_kwnames
[] = { "self","text", NULL 
}; 
5478     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetText",_kwnames
,&_argo0
,&_obj1
))  
5481         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5482         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5483             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetText. Expected _wxStyledTextCtrl_p."); 
5488 #if PYTHON_API_VERSION >= 1009 
5489     char* tmpPtr
; int tmpSize
; 
5490     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
5491         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5494     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
5496     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
5498     if (!PyString_Check(_obj1
)) { 
5499         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5502     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
5506     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5507         wxStyledTextCtrl_SetText(_arg0
,*_arg1
); 
5509     wxPyEndAllowThreads(__tstate
); 
5510     if (PyErr_Occurred()) return NULL
; 
5511 }    Py_INCREF(Py_None
); 
5512     _resultobj 
= Py_None
; 
5520 #define wxStyledTextCtrl_GetText(_swigobj)  (_swigobj->GetText()) 
5521 static PyObject 
*_wrap_wxStyledTextCtrl_GetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5522     PyObject 
* _resultobj
; 
5524     wxStyledTextCtrl 
* _arg0
; 
5525     PyObject 
* _argo0 
= 0; 
5526     char *_kwnames
[] = { "self", NULL 
}; 
5529     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetText",_kwnames
,&_argo0
))  
5532         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5533         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5534             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetText. Expected _wxStyledTextCtrl_p."); 
5539     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5540         _result 
= new wxString (wxStyledTextCtrl_GetText(_arg0
)); 
5542     wxPyEndAllowThreads(__tstate
); 
5543     if (PyErr_Occurred()) return NULL
; 
5545     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
5553 #define wxStyledTextCtrl_GetTextLength(_swigobj)  (_swigobj->GetTextLength()) 
5554 static PyObject 
*_wrap_wxStyledTextCtrl_GetTextLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5555     PyObject 
* _resultobj
; 
5557     wxStyledTextCtrl 
* _arg0
; 
5558     PyObject 
* _argo0 
= 0; 
5559     char *_kwnames
[] = { "self", NULL 
}; 
5562     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTextLength",_kwnames
,&_argo0
))  
5565         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5566         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5567             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextLength. Expected _wxStyledTextCtrl_p."); 
5572     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5573         _result 
= (int )wxStyledTextCtrl_GetTextLength(_arg0
); 
5575     wxPyEndAllowThreads(__tstate
); 
5576     if (PyErr_Occurred()) return NULL
; 
5577 }    _resultobj 
= Py_BuildValue("i",_result
); 
5581 #define wxStyledTextCtrl_SetOvertype(_swigobj,_swigarg0)  (_swigobj->SetOvertype(_swigarg0)) 
5582 static PyObject 
*_wrap_wxStyledTextCtrl_SetOvertype(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5583     PyObject 
* _resultobj
; 
5584     wxStyledTextCtrl 
* _arg0
; 
5586     PyObject 
* _argo0 
= 0; 
5588     char *_kwnames
[] = { "self","overtype", NULL 
}; 
5591     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetOvertype",_kwnames
,&_argo0
,&tempbool1
))  
5594         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5595         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5596             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetOvertype. Expected _wxStyledTextCtrl_p."); 
5600     _arg1 
= (bool ) tempbool1
; 
5602     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5603         wxStyledTextCtrl_SetOvertype(_arg0
,_arg1
); 
5605     wxPyEndAllowThreads(__tstate
); 
5606     if (PyErr_Occurred()) return NULL
; 
5607 }    Py_INCREF(Py_None
); 
5608     _resultobj 
= Py_None
; 
5612 #define wxStyledTextCtrl_GetOvertype(_swigobj)  (_swigobj->GetOvertype()) 
5613 static PyObject 
*_wrap_wxStyledTextCtrl_GetOvertype(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5614     PyObject 
* _resultobj
; 
5616     wxStyledTextCtrl 
* _arg0
; 
5617     PyObject 
* _argo0 
= 0; 
5618     char *_kwnames
[] = { "self", NULL 
}; 
5621     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetOvertype",_kwnames
,&_argo0
))  
5624         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5625         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5626             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetOvertype. Expected _wxStyledTextCtrl_p."); 
5631     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5632         _result 
= (bool )wxStyledTextCtrl_GetOvertype(_arg0
); 
5634     wxPyEndAllowThreads(__tstate
); 
5635     if (PyErr_Occurred()) return NULL
; 
5636 }    _resultobj 
= Py_BuildValue("i",_result
); 
5640 #define wxStyledTextCtrl_SetCaretWidth(_swigobj,_swigarg0)  (_swigobj->SetCaretWidth(_swigarg0)) 
5641 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5642     PyObject 
* _resultobj
; 
5643     wxStyledTextCtrl 
* _arg0
; 
5645     PyObject 
* _argo0 
= 0; 
5646     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
5649     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretWidth",_kwnames
,&_argo0
,&_arg1
))  
5652         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5653         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5654             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretWidth. Expected _wxStyledTextCtrl_p."); 
5659     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5660         wxStyledTextCtrl_SetCaretWidth(_arg0
,_arg1
); 
5662     wxPyEndAllowThreads(__tstate
); 
5663     if (PyErr_Occurred()) return NULL
; 
5664 }    Py_INCREF(Py_None
); 
5665     _resultobj 
= Py_None
; 
5669 #define wxStyledTextCtrl_GetCaretWidth(_swigobj)  (_swigobj->GetCaretWidth()) 
5670 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5671     PyObject 
* _resultobj
; 
5673     wxStyledTextCtrl 
* _arg0
; 
5674     PyObject 
* _argo0 
= 0; 
5675     char *_kwnames
[] = { "self", NULL 
}; 
5678     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretWidth",_kwnames
,&_argo0
))  
5681         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5682         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5683             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretWidth. Expected _wxStyledTextCtrl_p."); 
5688     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5689         _result 
= (int )wxStyledTextCtrl_GetCaretWidth(_arg0
); 
5691     wxPyEndAllowThreads(__tstate
); 
5692     if (PyErr_Occurred()) return NULL
; 
5693 }    _resultobj 
= Py_BuildValue("i",_result
); 
5697 #define wxStyledTextCtrl_SetTargetStart(_swigobj,_swigarg0)  (_swigobj->SetTargetStart(_swigarg0)) 
5698 static PyObject 
*_wrap_wxStyledTextCtrl_SetTargetStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5699     PyObject 
* _resultobj
; 
5700     wxStyledTextCtrl 
* _arg0
; 
5702     PyObject 
* _argo0 
= 0; 
5703     char *_kwnames
[] = { "self","pos", NULL 
}; 
5706     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetStart",_kwnames
,&_argo0
,&_arg1
))  
5709         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5710         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5711             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetStart. Expected _wxStyledTextCtrl_p."); 
5716     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5717         wxStyledTextCtrl_SetTargetStart(_arg0
,_arg1
); 
5719     wxPyEndAllowThreads(__tstate
); 
5720     if (PyErr_Occurred()) return NULL
; 
5721 }    Py_INCREF(Py_None
); 
5722     _resultobj 
= Py_None
; 
5726 #define wxStyledTextCtrl_GetTargetStart(_swigobj)  (_swigobj->GetTargetStart()) 
5727 static PyObject 
*_wrap_wxStyledTextCtrl_GetTargetStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5728     PyObject 
* _resultobj
; 
5730     wxStyledTextCtrl 
* _arg0
; 
5731     PyObject 
* _argo0 
= 0; 
5732     char *_kwnames
[] = { "self", NULL 
}; 
5735     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetStart",_kwnames
,&_argo0
))  
5738         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5739         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5740             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetStart. Expected _wxStyledTextCtrl_p."); 
5745     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5746         _result 
= (int )wxStyledTextCtrl_GetTargetStart(_arg0
); 
5748     wxPyEndAllowThreads(__tstate
); 
5749     if (PyErr_Occurred()) return NULL
; 
5750 }    _resultobj 
= Py_BuildValue("i",_result
); 
5754 #define wxStyledTextCtrl_SetTargetEnd(_swigobj,_swigarg0)  (_swigobj->SetTargetEnd(_swigarg0)) 
5755 static PyObject 
*_wrap_wxStyledTextCtrl_SetTargetEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5756     PyObject 
* _resultobj
; 
5757     wxStyledTextCtrl 
* _arg0
; 
5759     PyObject 
* _argo0 
= 0; 
5760     char *_kwnames
[] = { "self","pos", NULL 
}; 
5763     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetEnd",_kwnames
,&_argo0
,&_arg1
))  
5766         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5767         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5768             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetEnd. Expected _wxStyledTextCtrl_p."); 
5773     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5774         wxStyledTextCtrl_SetTargetEnd(_arg0
,_arg1
); 
5776     wxPyEndAllowThreads(__tstate
); 
5777     if (PyErr_Occurred()) return NULL
; 
5778 }    Py_INCREF(Py_None
); 
5779     _resultobj 
= Py_None
; 
5783 #define wxStyledTextCtrl_GetTargetEnd(_swigobj)  (_swigobj->GetTargetEnd()) 
5784 static PyObject 
*_wrap_wxStyledTextCtrl_GetTargetEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5785     PyObject 
* _resultobj
; 
5787     wxStyledTextCtrl 
* _arg0
; 
5788     PyObject 
* _argo0 
= 0; 
5789     char *_kwnames
[] = { "self", NULL 
}; 
5792     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetEnd",_kwnames
,&_argo0
))  
5795         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5796         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5797             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetEnd. Expected _wxStyledTextCtrl_p."); 
5802     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5803         _result 
= (int )wxStyledTextCtrl_GetTargetEnd(_arg0
); 
5805     wxPyEndAllowThreads(__tstate
); 
5806     if (PyErr_Occurred()) return NULL
; 
5807 }    _resultobj 
= Py_BuildValue("i",_result
); 
5811 #define wxStyledTextCtrl_ReplaceTarget(_swigobj,_swigarg0)  (_swigobj->ReplaceTarget(_swigarg0)) 
5812 static PyObject 
*_wrap_wxStyledTextCtrl_ReplaceTarget(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5813     PyObject 
* _resultobj
; 
5815     wxStyledTextCtrl 
* _arg0
; 
5817     PyObject 
* _argo0 
= 0; 
5818     PyObject 
* _obj1 
= 0; 
5819     char *_kwnames
[] = { "self","text", NULL 
}; 
5822     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTarget",_kwnames
,&_argo0
,&_obj1
))  
5825         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5826         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5827             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTarget. Expected _wxStyledTextCtrl_p."); 
5832 #if PYTHON_API_VERSION >= 1009 
5833     char* tmpPtr
; int tmpSize
; 
5834     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
5835         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5838     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
5840     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
5842     if (!PyString_Check(_obj1
)) { 
5843         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5846     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
5850     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5851         _result 
= (int )wxStyledTextCtrl_ReplaceTarget(_arg0
,*_arg1
); 
5853     wxPyEndAllowThreads(__tstate
); 
5854     if (PyErr_Occurred()) return NULL
; 
5855 }    _resultobj 
= Py_BuildValue("i",_result
); 
5863 #define wxStyledTextCtrl_ReplaceTargetRE(_swigobj,_swigarg0)  (_swigobj->ReplaceTargetRE(_swigarg0)) 
5864 static PyObject 
*_wrap_wxStyledTextCtrl_ReplaceTargetRE(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5865     PyObject 
* _resultobj
; 
5867     wxStyledTextCtrl 
* _arg0
; 
5869     PyObject 
* _argo0 
= 0; 
5870     PyObject 
* _obj1 
= 0; 
5871     char *_kwnames
[] = { "self","text", NULL 
}; 
5874     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTargetRE",_kwnames
,&_argo0
,&_obj1
))  
5877         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5878         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5879             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTargetRE. Expected _wxStyledTextCtrl_p."); 
5884 #if PYTHON_API_VERSION >= 1009 
5885     char* tmpPtr
; int tmpSize
; 
5886     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
5887         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5890     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
5892     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
5894     if (!PyString_Check(_obj1
)) { 
5895         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5898     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
5902     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5903         _result 
= (int )wxStyledTextCtrl_ReplaceTargetRE(_arg0
,*_arg1
); 
5905     wxPyEndAllowThreads(__tstate
); 
5906     if (PyErr_Occurred()) return NULL
; 
5907 }    _resultobj 
= Py_BuildValue("i",_result
); 
5915 #define wxStyledTextCtrl_SearchInTarget(_swigobj,_swigarg0)  (_swigobj->SearchInTarget(_swigarg0)) 
5916 static PyObject 
*_wrap_wxStyledTextCtrl_SearchInTarget(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5917     PyObject 
* _resultobj
; 
5919     wxStyledTextCtrl 
* _arg0
; 
5921     PyObject 
* _argo0 
= 0; 
5922     PyObject 
* _obj1 
= 0; 
5923     char *_kwnames
[] = { "self","text", NULL 
}; 
5926     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SearchInTarget",_kwnames
,&_argo0
,&_obj1
))  
5929         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5930         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5931             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchInTarget. Expected _wxStyledTextCtrl_p."); 
5936 #if PYTHON_API_VERSION >= 1009 
5937     char* tmpPtr
; int tmpSize
; 
5938     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
5939         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5942     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
5944     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
5946     if (!PyString_Check(_obj1
)) { 
5947         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
5950     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
5954     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5955         _result 
= (int )wxStyledTextCtrl_SearchInTarget(_arg0
,*_arg1
); 
5957     wxPyEndAllowThreads(__tstate
); 
5958     if (PyErr_Occurred()) return NULL
; 
5959 }    _resultobj 
= Py_BuildValue("i",_result
); 
5967 #define wxStyledTextCtrl_SetSearchFlags(_swigobj,_swigarg0)  (_swigobj->SetSearchFlags(_swigarg0)) 
5968 static PyObject 
*_wrap_wxStyledTextCtrl_SetSearchFlags(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5969     PyObject 
* _resultobj
; 
5970     wxStyledTextCtrl 
* _arg0
; 
5972     PyObject 
* _argo0 
= 0; 
5973     char *_kwnames
[] = { "self","flags", NULL 
}; 
5976     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSearchFlags",_kwnames
,&_argo0
,&_arg1
))  
5979         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5980         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5981             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSearchFlags. Expected _wxStyledTextCtrl_p."); 
5986     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5987         wxStyledTextCtrl_SetSearchFlags(_arg0
,_arg1
); 
5989     wxPyEndAllowThreads(__tstate
); 
5990     if (PyErr_Occurred()) return NULL
; 
5991 }    Py_INCREF(Py_None
); 
5992     _resultobj 
= Py_None
; 
5996 #define wxStyledTextCtrl_GetSearchFlags(_swigobj)  (_swigobj->GetSearchFlags()) 
5997 static PyObject 
*_wrap_wxStyledTextCtrl_GetSearchFlags(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5998     PyObject 
* _resultobj
; 
6000     wxStyledTextCtrl 
* _arg0
; 
6001     PyObject 
* _argo0 
= 0; 
6002     char *_kwnames
[] = { "self", NULL 
}; 
6005     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSearchFlags",_kwnames
,&_argo0
))  
6008         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6009         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6010             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSearchFlags. Expected _wxStyledTextCtrl_p."); 
6015     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6016         _result 
= (int )wxStyledTextCtrl_GetSearchFlags(_arg0
); 
6018     wxPyEndAllowThreads(__tstate
); 
6019     if (PyErr_Occurred()) return NULL
; 
6020 }    _resultobj 
= Py_BuildValue("i",_result
); 
6024 #define wxStyledTextCtrl_CallTipShow(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CallTipShow(_swigarg0,_swigarg1)) 
6025 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipShow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6026     PyObject 
* _resultobj
; 
6027     wxStyledTextCtrl 
* _arg0
; 
6030     PyObject 
* _argo0 
= 0; 
6031     PyObject 
* _obj2 
= 0; 
6032     char *_kwnames
[] = { "self","pos","definition", NULL 
}; 
6035     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_CallTipShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
6038         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6039         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6040             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipShow. Expected _wxStyledTextCtrl_p."); 
6045 #if PYTHON_API_VERSION >= 1009 
6046     char* tmpPtr
; int tmpSize
; 
6047     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
6048         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
6051     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
6053     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
6055     if (!PyString_Check(_obj2
)) { 
6056         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
6059     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
6063     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6064         wxStyledTextCtrl_CallTipShow(_arg0
,_arg1
,*_arg2
); 
6066     wxPyEndAllowThreads(__tstate
); 
6067     if (PyErr_Occurred()) return NULL
; 
6068 }    Py_INCREF(Py_None
); 
6069     _resultobj 
= Py_None
; 
6077 #define wxStyledTextCtrl_CallTipCancel(_swigobj)  (_swigobj->CallTipCancel()) 
6078 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipCancel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6079     PyObject 
* _resultobj
; 
6080     wxStyledTextCtrl 
* _arg0
; 
6081     PyObject 
* _argo0 
= 0; 
6082     char *_kwnames
[] = { "self", NULL 
}; 
6085     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipCancel",_kwnames
,&_argo0
))  
6088         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6089         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6090             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipCancel. Expected _wxStyledTextCtrl_p."); 
6095     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6096         wxStyledTextCtrl_CallTipCancel(_arg0
); 
6098     wxPyEndAllowThreads(__tstate
); 
6099     if (PyErr_Occurred()) return NULL
; 
6100 }    Py_INCREF(Py_None
); 
6101     _resultobj 
= Py_None
; 
6105 #define wxStyledTextCtrl_CallTipActive(_swigobj)  (_swigobj->CallTipActive()) 
6106 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipActive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6107     PyObject 
* _resultobj
; 
6109     wxStyledTextCtrl 
* _arg0
; 
6110     PyObject 
* _argo0 
= 0; 
6111     char *_kwnames
[] = { "self", NULL 
}; 
6114     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipActive",_kwnames
,&_argo0
))  
6117         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6118         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6119             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipActive. Expected _wxStyledTextCtrl_p."); 
6124     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6125         _result 
= (bool )wxStyledTextCtrl_CallTipActive(_arg0
); 
6127     wxPyEndAllowThreads(__tstate
); 
6128     if (PyErr_Occurred()) return NULL
; 
6129 }    _resultobj 
= Py_BuildValue("i",_result
); 
6133 #define wxStyledTextCtrl_CallTipPosAtStart(_swigobj)  (_swigobj->CallTipPosAtStart()) 
6134 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipPosAtStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6135     PyObject 
* _resultobj
; 
6137     wxStyledTextCtrl 
* _arg0
; 
6138     PyObject 
* _argo0 
= 0; 
6139     char *_kwnames
[] = { "self", NULL 
}; 
6142     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipPosAtStart",_kwnames
,&_argo0
))  
6145         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6146         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6147             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipPosAtStart. Expected _wxStyledTextCtrl_p."); 
6152     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6153         _result 
= (int )wxStyledTextCtrl_CallTipPosAtStart(_arg0
); 
6155     wxPyEndAllowThreads(__tstate
); 
6156     if (PyErr_Occurred()) return NULL
; 
6157 }    _resultobj 
= Py_BuildValue("i",_result
); 
6161 #define wxStyledTextCtrl_CallTipSetHighlight(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CallTipSetHighlight(_swigarg0,_swigarg1)) 
6162 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipSetHighlight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6163     PyObject 
* _resultobj
; 
6164     wxStyledTextCtrl 
* _arg0
; 
6167     PyObject 
* _argo0 
= 0; 
6168     char *_kwnames
[] = { "self","start","end", NULL 
}; 
6171     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CallTipSetHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6174         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6175         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6176             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetHighlight. Expected _wxStyledTextCtrl_p."); 
6181     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6182         wxStyledTextCtrl_CallTipSetHighlight(_arg0
,_arg1
,_arg2
); 
6184     wxPyEndAllowThreads(__tstate
); 
6185     if (PyErr_Occurred()) return NULL
; 
6186 }    Py_INCREF(Py_None
); 
6187     _resultobj 
= Py_None
; 
6191 #define wxStyledTextCtrl_CallTipSetBackground(_swigobj,_swigarg0)  (_swigobj->CallTipSetBackground(_swigarg0)) 
6192 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipSetBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6193     PyObject 
* _resultobj
; 
6194     wxStyledTextCtrl 
* _arg0
; 
6196     PyObject 
* _argo0 
= 0; 
6198     PyObject 
* _obj1 
= 0; 
6199     char *_kwnames
[] = { "self","back", NULL 
}; 
6202     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetBackground",_kwnames
,&_argo0
,&_obj1
))  
6205         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6206         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6207             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetBackground. Expected _wxStyledTextCtrl_p."); 
6213     if (! wxColour_helper(_obj1
, &_arg1
)) 
6217     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6218         wxStyledTextCtrl_CallTipSetBackground(_arg0
,*_arg1
); 
6220     wxPyEndAllowThreads(__tstate
); 
6221     if (PyErr_Occurred()) return NULL
; 
6222 }    Py_INCREF(Py_None
); 
6223     _resultobj 
= Py_None
; 
6227 #define wxStyledTextCtrl_VisibleFromDocLine(_swigobj,_swigarg0)  (_swigobj->VisibleFromDocLine(_swigarg0)) 
6228 static PyObject 
*_wrap_wxStyledTextCtrl_VisibleFromDocLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6229     PyObject 
* _resultobj
; 
6231     wxStyledTextCtrl 
* _arg0
; 
6233     PyObject 
* _argo0 
= 0; 
6234     char *_kwnames
[] = { "self","line", NULL 
}; 
6237     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_VisibleFromDocLine",_kwnames
,&_argo0
,&_arg1
))  
6240         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6241         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6242             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_VisibleFromDocLine. Expected _wxStyledTextCtrl_p."); 
6247     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6248         _result 
= (int )wxStyledTextCtrl_VisibleFromDocLine(_arg0
,_arg1
); 
6250     wxPyEndAllowThreads(__tstate
); 
6251     if (PyErr_Occurred()) return NULL
; 
6252 }    _resultobj 
= Py_BuildValue("i",_result
); 
6256 #define wxStyledTextCtrl_DocLineFromVisible(_swigobj,_swigarg0)  (_swigobj->DocLineFromVisible(_swigarg0)) 
6257 static PyObject 
*_wrap_wxStyledTextCtrl_DocLineFromVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6258     PyObject 
* _resultobj
; 
6260     wxStyledTextCtrl 
* _arg0
; 
6262     PyObject 
* _argo0 
= 0; 
6263     char *_kwnames
[] = { "self","lineDisplay", NULL 
}; 
6266     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_DocLineFromVisible",_kwnames
,&_argo0
,&_arg1
))  
6269         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6270         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6271             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DocLineFromVisible. Expected _wxStyledTextCtrl_p."); 
6276     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6277         _result 
= (int )wxStyledTextCtrl_DocLineFromVisible(_arg0
,_arg1
); 
6279     wxPyEndAllowThreads(__tstate
); 
6280     if (PyErr_Occurred()) return NULL
; 
6281 }    _resultobj 
= Py_BuildValue("i",_result
); 
6285 #define wxStyledTextCtrl_SetFoldLevel(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetFoldLevel(_swigarg0,_swigarg1)) 
6286 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldLevel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6287     PyObject 
* _resultobj
; 
6288     wxStyledTextCtrl 
* _arg0
; 
6291     PyObject 
* _argo0 
= 0; 
6292     char *_kwnames
[] = { "self","line","level", NULL 
}; 
6295     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldLevel",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6298         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6299         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6300             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldLevel. Expected _wxStyledTextCtrl_p."); 
6305     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6306         wxStyledTextCtrl_SetFoldLevel(_arg0
,_arg1
,_arg2
); 
6308     wxPyEndAllowThreads(__tstate
); 
6309     if (PyErr_Occurred()) return NULL
; 
6310 }    Py_INCREF(Py_None
); 
6311     _resultobj 
= Py_None
; 
6315 #define wxStyledTextCtrl_GetFoldLevel(_swigobj,_swigarg0)  (_swigobj->GetFoldLevel(_swigarg0)) 
6316 static PyObject 
*_wrap_wxStyledTextCtrl_GetFoldLevel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6317     PyObject 
* _resultobj
; 
6319     wxStyledTextCtrl 
* _arg0
; 
6321     PyObject 
* _argo0 
= 0; 
6322     char *_kwnames
[] = { "self","line", NULL 
}; 
6325     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldLevel",_kwnames
,&_argo0
,&_arg1
))  
6328         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6329         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6330             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldLevel. Expected _wxStyledTextCtrl_p."); 
6335     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6336         _result 
= (int )wxStyledTextCtrl_GetFoldLevel(_arg0
,_arg1
); 
6338     wxPyEndAllowThreads(__tstate
); 
6339     if (PyErr_Occurred()) return NULL
; 
6340 }    _resultobj 
= Py_BuildValue("i",_result
); 
6344 #define wxStyledTextCtrl_GetLastChild(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetLastChild(_swigarg0,_swigarg1)) 
6345 static PyObject 
*_wrap_wxStyledTextCtrl_GetLastChild(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6346     PyObject 
* _resultobj
; 
6348     wxStyledTextCtrl 
* _arg0
; 
6351     PyObject 
* _argo0 
= 0; 
6352     char *_kwnames
[] = { "self","line","level", NULL 
}; 
6355     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetLastChild",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6358         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6359         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6360             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastChild. Expected _wxStyledTextCtrl_p."); 
6365     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6366         _result 
= (int )wxStyledTextCtrl_GetLastChild(_arg0
,_arg1
,_arg2
); 
6368     wxPyEndAllowThreads(__tstate
); 
6369     if (PyErr_Occurred()) return NULL
; 
6370 }    _resultobj 
= Py_BuildValue("i",_result
); 
6374 #define wxStyledTextCtrl_GetFoldParent(_swigobj,_swigarg0)  (_swigobj->GetFoldParent(_swigarg0)) 
6375 static PyObject 
*_wrap_wxStyledTextCtrl_GetFoldParent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6376     PyObject 
* _resultobj
; 
6378     wxStyledTextCtrl 
* _arg0
; 
6380     PyObject 
* _argo0 
= 0; 
6381     char *_kwnames
[] = { "self","line", NULL 
}; 
6384     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldParent",_kwnames
,&_argo0
,&_arg1
))  
6387         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6388         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6389             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldParent. Expected _wxStyledTextCtrl_p."); 
6394     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6395         _result 
= (int )wxStyledTextCtrl_GetFoldParent(_arg0
,_arg1
); 
6397     wxPyEndAllowThreads(__tstate
); 
6398     if (PyErr_Occurred()) return NULL
; 
6399 }    _resultobj 
= Py_BuildValue("i",_result
); 
6403 #define wxStyledTextCtrl_ShowLines(_swigobj,_swigarg0,_swigarg1)  (_swigobj->ShowLines(_swigarg0,_swigarg1)) 
6404 static PyObject 
*_wrap_wxStyledTextCtrl_ShowLines(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6405     PyObject 
* _resultobj
; 
6406     wxStyledTextCtrl 
* _arg0
; 
6409     PyObject 
* _argo0 
= 0; 
6410     char *_kwnames
[] = { "self","lineStart","lineEnd", NULL 
}; 
6413     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_ShowLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6416         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6417         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6418             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ShowLines. Expected _wxStyledTextCtrl_p."); 
6423     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6424         wxStyledTextCtrl_ShowLines(_arg0
,_arg1
,_arg2
); 
6426     wxPyEndAllowThreads(__tstate
); 
6427     if (PyErr_Occurred()) return NULL
; 
6428 }    Py_INCREF(Py_None
); 
6429     _resultobj 
= Py_None
; 
6433 #define wxStyledTextCtrl_HideLines(_swigobj,_swigarg0,_swigarg1)  (_swigobj->HideLines(_swigarg0,_swigarg1)) 
6434 static PyObject 
*_wrap_wxStyledTextCtrl_HideLines(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6435     PyObject 
* _resultobj
; 
6436     wxStyledTextCtrl 
* _arg0
; 
6439     PyObject 
* _argo0 
= 0; 
6440     char *_kwnames
[] = { "self","lineStart","lineEnd", NULL 
}; 
6443     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_HideLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6446         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6447         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6448             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideLines. Expected _wxStyledTextCtrl_p."); 
6453     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6454         wxStyledTextCtrl_HideLines(_arg0
,_arg1
,_arg2
); 
6456     wxPyEndAllowThreads(__tstate
); 
6457     if (PyErr_Occurred()) return NULL
; 
6458 }    Py_INCREF(Py_None
); 
6459     _resultobj 
= Py_None
; 
6463 #define wxStyledTextCtrl_GetLineVisible(_swigobj,_swigarg0)  (_swigobj->GetLineVisible(_swigarg0)) 
6464 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6465     PyObject 
* _resultobj
; 
6467     wxStyledTextCtrl 
* _arg0
; 
6469     PyObject 
* _argo0 
= 0; 
6470     char *_kwnames
[] = { "self","line", NULL 
}; 
6473     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineVisible",_kwnames
,&_argo0
,&_arg1
))  
6476         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6477         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6478             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineVisible. Expected _wxStyledTextCtrl_p."); 
6483     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6484         _result 
= (bool )wxStyledTextCtrl_GetLineVisible(_arg0
,_arg1
); 
6486     wxPyEndAllowThreads(__tstate
); 
6487     if (PyErr_Occurred()) return NULL
; 
6488 }    _resultobj 
= Py_BuildValue("i",_result
); 
6492 #define wxStyledTextCtrl_SetFoldExpanded(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetFoldExpanded(_swigarg0,_swigarg1)) 
6493 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldExpanded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6494     PyObject 
* _resultobj
; 
6495     wxStyledTextCtrl 
* _arg0
; 
6498     PyObject 
* _argo0 
= 0; 
6500     char *_kwnames
[] = { "self","line","expanded", NULL 
}; 
6503     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldExpanded",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
6506         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6507         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6508             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldExpanded. Expected _wxStyledTextCtrl_p."); 
6512     _arg2 
= (bool ) tempbool2
; 
6514     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6515         wxStyledTextCtrl_SetFoldExpanded(_arg0
,_arg1
,_arg2
); 
6517     wxPyEndAllowThreads(__tstate
); 
6518     if (PyErr_Occurred()) return NULL
; 
6519 }    Py_INCREF(Py_None
); 
6520     _resultobj 
= Py_None
; 
6524 #define wxStyledTextCtrl_GetFoldExpanded(_swigobj,_swigarg0)  (_swigobj->GetFoldExpanded(_swigarg0)) 
6525 static PyObject 
*_wrap_wxStyledTextCtrl_GetFoldExpanded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6526     PyObject 
* _resultobj
; 
6528     wxStyledTextCtrl 
* _arg0
; 
6530     PyObject 
* _argo0 
= 0; 
6531     char *_kwnames
[] = { "self","line", NULL 
}; 
6534     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldExpanded",_kwnames
,&_argo0
,&_arg1
))  
6537         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6538         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6539             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldExpanded. Expected _wxStyledTextCtrl_p."); 
6544     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6545         _result 
= (bool )wxStyledTextCtrl_GetFoldExpanded(_arg0
,_arg1
); 
6547     wxPyEndAllowThreads(__tstate
); 
6548     if (PyErr_Occurred()) return NULL
; 
6549 }    _resultobj 
= Py_BuildValue("i",_result
); 
6553 #define wxStyledTextCtrl_ToggleFold(_swigobj,_swigarg0)  (_swigobj->ToggleFold(_swigarg0)) 
6554 static PyObject 
*_wrap_wxStyledTextCtrl_ToggleFold(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6555     PyObject 
* _resultobj
; 
6556     wxStyledTextCtrl 
* _arg0
; 
6558     PyObject 
* _argo0 
= 0; 
6559     char *_kwnames
[] = { "self","line", NULL 
}; 
6562     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ToggleFold",_kwnames
,&_argo0
,&_arg1
))  
6565         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6566         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6567             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ToggleFold. Expected _wxStyledTextCtrl_p."); 
6572     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6573         wxStyledTextCtrl_ToggleFold(_arg0
,_arg1
); 
6575     wxPyEndAllowThreads(__tstate
); 
6576     if (PyErr_Occurred()) return NULL
; 
6577 }    Py_INCREF(Py_None
); 
6578     _resultobj 
= Py_None
; 
6582 #define wxStyledTextCtrl_EnsureVisible(_swigobj,_swigarg0)  (_swigobj->EnsureVisible(_swigarg0)) 
6583 static PyObject 
*_wrap_wxStyledTextCtrl_EnsureVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6584     PyObject 
* _resultobj
; 
6585     wxStyledTextCtrl 
* _arg0
; 
6587     PyObject 
* _argo0 
= 0; 
6588     char *_kwnames
[] = { "self","line", NULL 
}; 
6591     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisible",_kwnames
,&_argo0
,&_arg1
))  
6594         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6595         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6596             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisible. Expected _wxStyledTextCtrl_p."); 
6601     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6602         wxStyledTextCtrl_EnsureVisible(_arg0
,_arg1
); 
6604     wxPyEndAllowThreads(__tstate
); 
6605     if (PyErr_Occurred()) return NULL
; 
6606 }    Py_INCREF(Py_None
); 
6607     _resultobj 
= Py_None
; 
6611 #define wxStyledTextCtrl_SetFoldFlags(_swigobj,_swigarg0)  (_swigobj->SetFoldFlags(_swigarg0)) 
6612 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldFlags(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6613     PyObject 
* _resultobj
; 
6614     wxStyledTextCtrl 
* _arg0
; 
6616     PyObject 
* _argo0 
= 0; 
6617     char *_kwnames
[] = { "self","flags", NULL 
}; 
6620     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetFoldFlags",_kwnames
,&_argo0
,&_arg1
))  
6623         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6624         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6625             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldFlags. Expected _wxStyledTextCtrl_p."); 
6630     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6631         wxStyledTextCtrl_SetFoldFlags(_arg0
,_arg1
); 
6633     wxPyEndAllowThreads(__tstate
); 
6634     if (PyErr_Occurred()) return NULL
; 
6635 }    Py_INCREF(Py_None
); 
6636     _resultobj 
= Py_None
; 
6640 #define wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_swigobj,_swigarg0)  (_swigobj->EnsureVisibleEnforcePolicy(_swigarg0)) 
6641 static PyObject 
*_wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6642     PyObject 
* _resultobj
; 
6643     wxStyledTextCtrl 
* _arg0
; 
6645     PyObject 
* _argo0 
= 0; 
6646     char *_kwnames
[] = { "self","line", NULL 
}; 
6649     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisibleEnforcePolicy",_kwnames
,&_argo0
,&_arg1
))  
6652         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6653         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6654             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisibleEnforcePolicy. Expected _wxStyledTextCtrl_p."); 
6659     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6660         wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_arg0
,_arg1
); 
6662     wxPyEndAllowThreads(__tstate
); 
6663     if (PyErr_Occurred()) return NULL
; 
6664 }    Py_INCREF(Py_None
); 
6665     _resultobj 
= Py_None
; 
6669 #define wxStyledTextCtrl_SetTabIndents(_swigobj,_swigarg0)  (_swigobj->SetTabIndents(_swigarg0)) 
6670 static PyObject 
*_wrap_wxStyledTextCtrl_SetTabIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6671     PyObject 
* _resultobj
; 
6672     wxStyledTextCtrl 
* _arg0
; 
6674     PyObject 
* _argo0 
= 0; 
6676     char *_kwnames
[] = { "self","tabIndents", NULL 
}; 
6679     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabIndents",_kwnames
,&_argo0
,&tempbool1
))  
6682         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6683         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6684             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabIndents. Expected _wxStyledTextCtrl_p."); 
6688     _arg1 
= (bool ) tempbool1
; 
6690     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6691         wxStyledTextCtrl_SetTabIndents(_arg0
,_arg1
); 
6693     wxPyEndAllowThreads(__tstate
); 
6694     if (PyErr_Occurred()) return NULL
; 
6695 }    Py_INCREF(Py_None
); 
6696     _resultobj 
= Py_None
; 
6700 #define wxStyledTextCtrl_GetTabIndents(_swigobj)  (_swigobj->GetTabIndents()) 
6701 static PyObject 
*_wrap_wxStyledTextCtrl_GetTabIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6702     PyObject 
* _resultobj
; 
6704     wxStyledTextCtrl 
* _arg0
; 
6705     PyObject 
* _argo0 
= 0; 
6706     char *_kwnames
[] = { "self", NULL 
}; 
6709     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabIndents",_kwnames
,&_argo0
))  
6712         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6713         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6714             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabIndents. Expected _wxStyledTextCtrl_p."); 
6719     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6720         _result 
= (bool )wxStyledTextCtrl_GetTabIndents(_arg0
); 
6722     wxPyEndAllowThreads(__tstate
); 
6723     if (PyErr_Occurred()) return NULL
; 
6724 }    _resultobj 
= Py_BuildValue("i",_result
); 
6728 #define wxStyledTextCtrl_SetBackSpaceUnIndents(_swigobj,_swigarg0)  (_swigobj->SetBackSpaceUnIndents(_swigarg0)) 
6729 static PyObject 
*_wrap_wxStyledTextCtrl_SetBackSpaceUnIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6730     PyObject 
* _resultobj
; 
6731     wxStyledTextCtrl 
* _arg0
; 
6733     PyObject 
* _argo0 
= 0; 
6735     char *_kwnames
[] = { "self","bsUnIndents", NULL 
}; 
6738     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBackSpaceUnIndents",_kwnames
,&_argo0
,&tempbool1
))  
6741         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6742         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6743             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p."); 
6747     _arg1 
= (bool ) tempbool1
; 
6749     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6750         wxStyledTextCtrl_SetBackSpaceUnIndents(_arg0
,_arg1
); 
6752     wxPyEndAllowThreads(__tstate
); 
6753     if (PyErr_Occurred()) return NULL
; 
6754 }    Py_INCREF(Py_None
); 
6755     _resultobj 
= Py_None
; 
6759 #define wxStyledTextCtrl_GetBackSpaceUnIndents(_swigobj)  (_swigobj->GetBackSpaceUnIndents()) 
6760 static PyObject 
*_wrap_wxStyledTextCtrl_GetBackSpaceUnIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6761     PyObject 
* _resultobj
; 
6763     wxStyledTextCtrl 
* _arg0
; 
6764     PyObject 
* _argo0 
= 0; 
6765     char *_kwnames
[] = { "self", NULL 
}; 
6768     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBackSpaceUnIndents",_kwnames
,&_argo0
))  
6771         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6772         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6773             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p."); 
6778     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6779         _result 
= (bool )wxStyledTextCtrl_GetBackSpaceUnIndents(_arg0
); 
6781     wxPyEndAllowThreads(__tstate
); 
6782     if (PyErr_Occurred()) return NULL
; 
6783 }    _resultobj 
= Py_BuildValue("i",_result
); 
6787 #define wxStyledTextCtrl_SetMouseDwellTime(_swigobj,_swigarg0)  (_swigobj->SetMouseDwellTime(_swigarg0)) 
6788 static PyObject 
*_wrap_wxStyledTextCtrl_SetMouseDwellTime(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6789     PyObject 
* _resultobj
; 
6790     wxStyledTextCtrl 
* _arg0
; 
6792     PyObject 
* _argo0 
= 0; 
6793     char *_kwnames
[] = { "self","periodMilliseconds", NULL 
}; 
6796     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDwellTime",_kwnames
,&_argo0
,&_arg1
))  
6799         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6800         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6801             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMouseDwellTime. Expected _wxStyledTextCtrl_p."); 
6806     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6807         wxStyledTextCtrl_SetMouseDwellTime(_arg0
,_arg1
); 
6809     wxPyEndAllowThreads(__tstate
); 
6810     if (PyErr_Occurred()) return NULL
; 
6811 }    Py_INCREF(Py_None
); 
6812     _resultobj 
= Py_None
; 
6816 #define wxStyledTextCtrl_GetMouseDwellTime(_swigobj)  (_swigobj->GetMouseDwellTime()) 
6817 static PyObject 
*_wrap_wxStyledTextCtrl_GetMouseDwellTime(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6818     PyObject 
* _resultobj
; 
6820     wxStyledTextCtrl 
* _arg0
; 
6821     PyObject 
* _argo0 
= 0; 
6822     char *_kwnames
[] = { "self", NULL 
}; 
6825     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDwellTime",_kwnames
,&_argo0
))  
6828         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6829         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6830             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMouseDwellTime. Expected _wxStyledTextCtrl_p."); 
6835     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6836         _result 
= (int )wxStyledTextCtrl_GetMouseDwellTime(_arg0
); 
6838     wxPyEndAllowThreads(__tstate
); 
6839     if (PyErr_Occurred()) return NULL
; 
6840 }    _resultobj 
= Py_BuildValue("i",_result
); 
6844 #define wxStyledTextCtrl_MoveCaretInsideView(_swigobj)  (_swigobj->MoveCaretInsideView()) 
6845 static PyObject 
*_wrap_wxStyledTextCtrl_MoveCaretInsideView(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6846     PyObject 
* _resultobj
; 
6847     wxStyledTextCtrl 
* _arg0
; 
6848     PyObject 
* _argo0 
= 0; 
6849     char *_kwnames
[] = { "self", NULL 
}; 
6852     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_MoveCaretInsideView",_kwnames
,&_argo0
))  
6855         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6856         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6857             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MoveCaretInsideView. Expected _wxStyledTextCtrl_p."); 
6862     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6863         wxStyledTextCtrl_MoveCaretInsideView(_arg0
); 
6865     wxPyEndAllowThreads(__tstate
); 
6866     if (PyErr_Occurred()) return NULL
; 
6867 }    Py_INCREF(Py_None
); 
6868     _resultobj 
= Py_None
; 
6872 #define wxStyledTextCtrl_LineLength(_swigobj,_swigarg0)  (_swigobj->LineLength(_swigarg0)) 
6873 static PyObject 
*_wrap_wxStyledTextCtrl_LineLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6874     PyObject 
* _resultobj
; 
6876     wxStyledTextCtrl 
* _arg0
; 
6878     PyObject 
* _argo0 
= 0; 
6879     char *_kwnames
[] = { "self","line", NULL 
}; 
6882     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineLength",_kwnames
,&_argo0
,&_arg1
))  
6885         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6886         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6887             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineLength. Expected _wxStyledTextCtrl_p."); 
6892     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6893         _result 
= (int )wxStyledTextCtrl_LineLength(_arg0
,_arg1
); 
6895     wxPyEndAllowThreads(__tstate
); 
6896     if (PyErr_Occurred()) return NULL
; 
6897 }    _resultobj 
= Py_BuildValue("i",_result
); 
6901 #define wxStyledTextCtrl_BraceHighlight(_swigobj,_swigarg0,_swigarg1)  (_swigobj->BraceHighlight(_swigarg0,_swigarg1)) 
6902 static PyObject 
*_wrap_wxStyledTextCtrl_BraceHighlight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6903     PyObject 
* _resultobj
; 
6904     wxStyledTextCtrl 
* _arg0
; 
6907     PyObject 
* _argo0 
= 0; 
6908     char *_kwnames
[] = { "self","pos1","pos2", NULL 
}; 
6911     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_BraceHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6914         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6915         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6916             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceHighlight. Expected _wxStyledTextCtrl_p."); 
6921     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6922         wxStyledTextCtrl_BraceHighlight(_arg0
,_arg1
,_arg2
); 
6924     wxPyEndAllowThreads(__tstate
); 
6925     if (PyErr_Occurred()) return NULL
; 
6926 }    Py_INCREF(Py_None
); 
6927     _resultobj 
= Py_None
; 
6931 #define wxStyledTextCtrl_BraceBadLight(_swigobj,_swigarg0)  (_swigobj->BraceBadLight(_swigarg0)) 
6932 static PyObject 
*_wrap_wxStyledTextCtrl_BraceBadLight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6933     PyObject 
* _resultobj
; 
6934     wxStyledTextCtrl 
* _arg0
; 
6936     PyObject 
* _argo0 
= 0; 
6937     char *_kwnames
[] = { "self","pos", NULL 
}; 
6940     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceBadLight",_kwnames
,&_argo0
,&_arg1
))  
6943         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6944         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6945             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceBadLight. Expected _wxStyledTextCtrl_p."); 
6950     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6951         wxStyledTextCtrl_BraceBadLight(_arg0
,_arg1
); 
6953     wxPyEndAllowThreads(__tstate
); 
6954     if (PyErr_Occurred()) return NULL
; 
6955 }    Py_INCREF(Py_None
); 
6956     _resultobj 
= Py_None
; 
6960 #define wxStyledTextCtrl_BraceMatch(_swigobj,_swigarg0)  (_swigobj->BraceMatch(_swigarg0)) 
6961 static PyObject 
*_wrap_wxStyledTextCtrl_BraceMatch(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6962     PyObject 
* _resultobj
; 
6964     wxStyledTextCtrl 
* _arg0
; 
6966     PyObject 
* _argo0 
= 0; 
6967     char *_kwnames
[] = { "self","pos", NULL 
}; 
6970     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceMatch",_kwnames
,&_argo0
,&_arg1
))  
6973         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6974         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6975             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceMatch. Expected _wxStyledTextCtrl_p."); 
6980     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6981         _result 
= (int )wxStyledTextCtrl_BraceMatch(_arg0
,_arg1
); 
6983     wxPyEndAllowThreads(__tstate
); 
6984     if (PyErr_Occurred()) return NULL
; 
6985 }    _resultobj 
= Py_BuildValue("i",_result
); 
6989 #define wxStyledTextCtrl_GetViewEOL(_swigobj)  (_swigobj->GetViewEOL()) 
6990 static PyObject 
*_wrap_wxStyledTextCtrl_GetViewEOL(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6991     PyObject 
* _resultobj
; 
6993     wxStyledTextCtrl 
* _arg0
; 
6994     PyObject 
* _argo0 
= 0; 
6995     char *_kwnames
[] = { "self", NULL 
}; 
6998     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewEOL",_kwnames
,&_argo0
))  
7001         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7002         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7003             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewEOL. Expected _wxStyledTextCtrl_p."); 
7008     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7009         _result 
= (bool )wxStyledTextCtrl_GetViewEOL(_arg0
); 
7011     wxPyEndAllowThreads(__tstate
); 
7012     if (PyErr_Occurred()) return NULL
; 
7013 }    _resultobj 
= Py_BuildValue("i",_result
); 
7017 #define wxStyledTextCtrl_SetViewEOL(_swigobj,_swigarg0)  (_swigobj->SetViewEOL(_swigarg0)) 
7018 static PyObject 
*_wrap_wxStyledTextCtrl_SetViewEOL(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7019     PyObject 
* _resultobj
; 
7020     wxStyledTextCtrl 
* _arg0
; 
7022     PyObject 
* _argo0 
= 0; 
7024     char *_kwnames
[] = { "self","visible", NULL 
}; 
7027     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewEOL",_kwnames
,&_argo0
,&tempbool1
))  
7030         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7031         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7032             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewEOL. Expected _wxStyledTextCtrl_p."); 
7036     _arg1 
= (bool ) tempbool1
; 
7038     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7039         wxStyledTextCtrl_SetViewEOL(_arg0
,_arg1
); 
7041     wxPyEndAllowThreads(__tstate
); 
7042     if (PyErr_Occurred()) return NULL
; 
7043 }    Py_INCREF(Py_None
); 
7044     _resultobj 
= Py_None
; 
7048 #define wxStyledTextCtrl_GetDocPointer(_swigobj)  (_swigobj->GetDocPointer()) 
7049 static PyObject 
*_wrap_wxStyledTextCtrl_GetDocPointer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7050     PyObject 
* _resultobj
; 
7052     wxStyledTextCtrl 
* _arg0
; 
7053     PyObject 
* _argo0 
= 0; 
7054     char *_kwnames
[] = { "self", NULL 
}; 
7058     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetDocPointer",_kwnames
,&_argo0
))  
7061         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7062         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7063             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetDocPointer. Expected _wxStyledTextCtrl_p."); 
7068     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7069         _result 
= (void *)wxStyledTextCtrl_GetDocPointer(_arg0
); 
7071     wxPyEndAllowThreads(__tstate
); 
7072     if (PyErr_Occurred()) return NULL
; 
7074         SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p"); 
7075         _resultobj 
= Py_BuildValue("s",_ptemp
); 
7078         _resultobj 
= Py_None
; 
7083 #define wxStyledTextCtrl_SetDocPointer(_swigobj,_swigarg0)  (_swigobj->SetDocPointer(_swigarg0)) 
7084 static PyObject 
*_wrap_wxStyledTextCtrl_SetDocPointer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7085     PyObject 
* _resultobj
; 
7086     wxStyledTextCtrl 
* _arg0
; 
7088     PyObject 
* _argo0 
= 0; 
7089     PyObject 
* _argo1 
= 0; 
7090     char *_kwnames
[] = { "self","docPointer", NULL 
}; 
7093     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetDocPointer",_kwnames
,&_argo0
,&_argo1
))  
7096         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7097         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7098             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetDocPointer. Expected _wxStyledTextCtrl_p."); 
7103         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
7104         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) { 
7105             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetDocPointer. Expected _void_p."); 
7110     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7111         wxStyledTextCtrl_SetDocPointer(_arg0
,_arg1
); 
7113     wxPyEndAllowThreads(__tstate
); 
7114     if (PyErr_Occurred()) return NULL
; 
7115 }    Py_INCREF(Py_None
); 
7116     _resultobj 
= Py_None
; 
7120 #define wxStyledTextCtrl_SetModEventMask(_swigobj,_swigarg0)  (_swigobj->SetModEventMask(_swigarg0)) 
7121 static PyObject 
*_wrap_wxStyledTextCtrl_SetModEventMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7122     PyObject 
* _resultobj
; 
7123     wxStyledTextCtrl 
* _arg0
; 
7125     PyObject 
* _argo0 
= 0; 
7126     char *_kwnames
[] = { "self","mask", NULL 
}; 
7129     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetModEventMask",_kwnames
,&_argo0
,&_arg1
))  
7132         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7133         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7134             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetModEventMask. Expected _wxStyledTextCtrl_p."); 
7139     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7140         wxStyledTextCtrl_SetModEventMask(_arg0
,_arg1
); 
7142     wxPyEndAllowThreads(__tstate
); 
7143     if (PyErr_Occurred()) return NULL
; 
7144 }    Py_INCREF(Py_None
); 
7145     _resultobj 
= Py_None
; 
7149 #define wxStyledTextCtrl_GetEdgeColumn(_swigobj)  (_swigobj->GetEdgeColumn()) 
7150 static PyObject 
*_wrap_wxStyledTextCtrl_GetEdgeColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7151     PyObject 
* _resultobj
; 
7153     wxStyledTextCtrl 
* _arg0
; 
7154     PyObject 
* _argo0 
= 0; 
7155     char *_kwnames
[] = { "self", NULL 
}; 
7158     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColumn",_kwnames
,&_argo0
))  
7161         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7162         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7163             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColumn. Expected _wxStyledTextCtrl_p."); 
7168     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7169         _result 
= (int )wxStyledTextCtrl_GetEdgeColumn(_arg0
); 
7171     wxPyEndAllowThreads(__tstate
); 
7172     if (PyErr_Occurred()) return NULL
; 
7173 }    _resultobj 
= Py_BuildValue("i",_result
); 
7177 #define wxStyledTextCtrl_SetEdgeColumn(_swigobj,_swigarg0)  (_swigobj->SetEdgeColumn(_swigarg0)) 
7178 static PyObject 
*_wrap_wxStyledTextCtrl_SetEdgeColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7179     PyObject 
* _resultobj
; 
7180     wxStyledTextCtrl 
* _arg0
; 
7182     PyObject 
* _argo0 
= 0; 
7183     char *_kwnames
[] = { "self","column", NULL 
}; 
7186     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeColumn",_kwnames
,&_argo0
,&_arg1
))  
7189         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7190         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7191             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColumn. Expected _wxStyledTextCtrl_p."); 
7196     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7197         wxStyledTextCtrl_SetEdgeColumn(_arg0
,_arg1
); 
7199     wxPyEndAllowThreads(__tstate
); 
7200     if (PyErr_Occurred()) return NULL
; 
7201 }    Py_INCREF(Py_None
); 
7202     _resultobj 
= Py_None
; 
7206 #define wxStyledTextCtrl_GetEdgeMode(_swigobj)  (_swigobj->GetEdgeMode()) 
7207 static PyObject 
*_wrap_wxStyledTextCtrl_GetEdgeMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7208     PyObject 
* _resultobj
; 
7210     wxStyledTextCtrl 
* _arg0
; 
7211     PyObject 
* _argo0 
= 0; 
7212     char *_kwnames
[] = { "self", NULL 
}; 
7215     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeMode",_kwnames
,&_argo0
))  
7218         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7219         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7220             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeMode. Expected _wxStyledTextCtrl_p."); 
7225     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7226         _result 
= (int )wxStyledTextCtrl_GetEdgeMode(_arg0
); 
7228     wxPyEndAllowThreads(__tstate
); 
7229     if (PyErr_Occurred()) return NULL
; 
7230 }    _resultobj 
= Py_BuildValue("i",_result
); 
7234 #define wxStyledTextCtrl_SetEdgeMode(_swigobj,_swigarg0)  (_swigobj->SetEdgeMode(_swigarg0)) 
7235 static PyObject 
*_wrap_wxStyledTextCtrl_SetEdgeMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7236     PyObject 
* _resultobj
; 
7237     wxStyledTextCtrl 
* _arg0
; 
7239     PyObject 
* _argo0 
= 0; 
7240     char *_kwnames
[] = { "self","mode", NULL 
}; 
7243     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeMode",_kwnames
,&_argo0
,&_arg1
))  
7246         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7247         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7248             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeMode. Expected _wxStyledTextCtrl_p."); 
7253     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7254         wxStyledTextCtrl_SetEdgeMode(_arg0
,_arg1
); 
7256     wxPyEndAllowThreads(__tstate
); 
7257     if (PyErr_Occurred()) return NULL
; 
7258 }    Py_INCREF(Py_None
); 
7259     _resultobj 
= Py_None
; 
7263 #define wxStyledTextCtrl_GetEdgeColour(_swigobj)  (_swigobj->GetEdgeColour()) 
7264 static PyObject 
*_wrap_wxStyledTextCtrl_GetEdgeColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7265     PyObject 
* _resultobj
; 
7267     wxStyledTextCtrl 
* _arg0
; 
7268     PyObject 
* _argo0 
= 0; 
7269     char *_kwnames
[] = { "self", NULL 
}; 
7273     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColour",_kwnames
,&_argo0
))  
7276         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7277         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7278             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColour. Expected _wxStyledTextCtrl_p."); 
7283     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7284         _result 
= new wxColour (wxStyledTextCtrl_GetEdgeColour(_arg0
)); 
7286     wxPyEndAllowThreads(__tstate
); 
7287     if (PyErr_Occurred()) return NULL
; 
7288 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
7289     _resultobj 
= Py_BuildValue("s",_ptemp
); 
7293 #define wxStyledTextCtrl_SetEdgeColour(_swigobj,_swigarg0)  (_swigobj->SetEdgeColour(_swigarg0)) 
7294 static PyObject 
*_wrap_wxStyledTextCtrl_SetEdgeColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7295     PyObject 
* _resultobj
; 
7296     wxStyledTextCtrl 
* _arg0
; 
7298     PyObject 
* _argo0 
= 0; 
7300     PyObject 
* _obj1 
= 0; 
7301     char *_kwnames
[] = { "self","edgeColour", NULL 
}; 
7304     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetEdgeColour",_kwnames
,&_argo0
,&_obj1
))  
7307         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7308         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7309             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColour. Expected _wxStyledTextCtrl_p."); 
7315     if (! wxColour_helper(_obj1
, &_arg1
)) 
7319     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7320         wxStyledTextCtrl_SetEdgeColour(_arg0
,*_arg1
); 
7322     wxPyEndAllowThreads(__tstate
); 
7323     if (PyErr_Occurred()) return NULL
; 
7324 }    Py_INCREF(Py_None
); 
7325     _resultobj 
= Py_None
; 
7329 #define wxStyledTextCtrl_SearchAnchor(_swigobj)  (_swigobj->SearchAnchor()) 
7330 static PyObject 
*_wrap_wxStyledTextCtrl_SearchAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7331     PyObject 
* _resultobj
; 
7332     wxStyledTextCtrl 
* _arg0
; 
7333     PyObject 
* _argo0 
= 0; 
7334     char *_kwnames
[] = { "self", NULL 
}; 
7337     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SearchAnchor",_kwnames
,&_argo0
))  
7340         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7341         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7342             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchAnchor. Expected _wxStyledTextCtrl_p."); 
7347     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7348         wxStyledTextCtrl_SearchAnchor(_arg0
); 
7350     wxPyEndAllowThreads(__tstate
); 
7351     if (PyErr_Occurred()) return NULL
; 
7352 }    Py_INCREF(Py_None
); 
7353     _resultobj 
= Py_None
; 
7357 #define wxStyledTextCtrl_SearchNext(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SearchNext(_swigarg0,_swigarg1)) 
7358 static PyObject 
*_wrap_wxStyledTextCtrl_SearchNext(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7359     PyObject 
* _resultobj
; 
7361     wxStyledTextCtrl 
* _arg0
; 
7364     PyObject 
* _argo0 
= 0; 
7365     PyObject 
* _obj2 
= 0; 
7366     char *_kwnames
[] = { "self","flags","text", NULL 
}; 
7369     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchNext",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
7372         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7373         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7374             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchNext. Expected _wxStyledTextCtrl_p."); 
7379 #if PYTHON_API_VERSION >= 1009 
7380     char* tmpPtr
; int tmpSize
; 
7381     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
7382         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
7385     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
7387     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
7389     if (!PyString_Check(_obj2
)) { 
7390         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
7393     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
7397     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7398         _result 
= (int )wxStyledTextCtrl_SearchNext(_arg0
,_arg1
,*_arg2
); 
7400     wxPyEndAllowThreads(__tstate
); 
7401     if (PyErr_Occurred()) return NULL
; 
7402 }    _resultobj 
= Py_BuildValue("i",_result
); 
7410 #define wxStyledTextCtrl_SearchPrev(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SearchPrev(_swigarg0,_swigarg1)) 
7411 static PyObject 
*_wrap_wxStyledTextCtrl_SearchPrev(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7412     PyObject 
* _resultobj
; 
7414     wxStyledTextCtrl 
* _arg0
; 
7417     PyObject 
* _argo0 
= 0; 
7418     PyObject 
* _obj2 
= 0; 
7419     char *_kwnames
[] = { "self","flags","text", NULL 
}; 
7422     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchPrev",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
7425         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7426         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7427             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchPrev. Expected _wxStyledTextCtrl_p."); 
7432 #if PYTHON_API_VERSION >= 1009 
7433     char* tmpPtr
; int tmpSize
; 
7434     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
7435         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
7438     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
7440     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
7442     if (!PyString_Check(_obj2
)) { 
7443         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
7446     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
7450     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7451         _result 
= (int )wxStyledTextCtrl_SearchPrev(_arg0
,_arg1
,*_arg2
); 
7453     wxPyEndAllowThreads(__tstate
); 
7454     if (PyErr_Occurred()) return NULL
; 
7455 }    _resultobj 
= Py_BuildValue("i",_result
); 
7463 #define wxStyledTextCtrl_SetCaretPolicy(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetCaretPolicy(_swigarg0,_swigarg1)) 
7464 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretPolicy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7465     PyObject 
* _resultobj
; 
7466     wxStyledTextCtrl 
* _arg0
; 
7469     PyObject 
* _argo0 
= 0; 
7470     char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL 
}; 
7473     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
7476         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7477         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7478             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPolicy. Expected _wxStyledTextCtrl_p."); 
7483     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7484         wxStyledTextCtrl_SetCaretPolicy(_arg0
,_arg1
,_arg2
); 
7486     wxPyEndAllowThreads(__tstate
); 
7487     if (PyErr_Occurred()) return NULL
; 
7488 }    Py_INCREF(Py_None
); 
7489     _resultobj 
= Py_None
; 
7493 #define wxStyledTextCtrl_LinesOnScreen(_swigobj)  (_swigobj->LinesOnScreen()) 
7494 static PyObject 
*_wrap_wxStyledTextCtrl_LinesOnScreen(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7495     PyObject 
* _resultobj
; 
7497     wxStyledTextCtrl 
* _arg0
; 
7498     PyObject 
* _argo0 
= 0; 
7499     char *_kwnames
[] = { "self", NULL 
}; 
7502     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LinesOnScreen",_kwnames
,&_argo0
))  
7505         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7506         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7507             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LinesOnScreen. Expected _wxStyledTextCtrl_p."); 
7512     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7513         _result 
= (int )wxStyledTextCtrl_LinesOnScreen(_arg0
); 
7515     wxPyEndAllowThreads(__tstate
); 
7516     if (PyErr_Occurred()) return NULL
; 
7517 }    _resultobj 
= Py_BuildValue("i",_result
); 
7521 #define wxStyledTextCtrl_UsePopUp(_swigobj,_swigarg0)  (_swigobj->UsePopUp(_swigarg0)) 
7522 static PyObject 
*_wrap_wxStyledTextCtrl_UsePopUp(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7523     PyObject 
* _resultobj
; 
7524     wxStyledTextCtrl 
* _arg0
; 
7526     PyObject 
* _argo0 
= 0; 
7528     char *_kwnames
[] = { "self","allowPopUp", NULL 
}; 
7531     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_UsePopUp",_kwnames
,&_argo0
,&tempbool1
))  
7534         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7535         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7536             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UsePopUp. Expected _wxStyledTextCtrl_p."); 
7540     _arg1 
= (bool ) tempbool1
; 
7542     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7543         wxStyledTextCtrl_UsePopUp(_arg0
,_arg1
); 
7545     wxPyEndAllowThreads(__tstate
); 
7546     if (PyErr_Occurred()) return NULL
; 
7547 }    Py_INCREF(Py_None
); 
7548     _resultobj 
= Py_None
; 
7552 #define wxStyledTextCtrl_SelectionIsRectangle(_swigobj)  (_swigobj->SelectionIsRectangle()) 
7553 static PyObject 
*_wrap_wxStyledTextCtrl_SelectionIsRectangle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7554     PyObject 
* _resultobj
; 
7556     wxStyledTextCtrl 
* _arg0
; 
7557     PyObject 
* _argo0 
= 0; 
7558     char *_kwnames
[] = { "self", NULL 
}; 
7561     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectionIsRectangle",_kwnames
,&_argo0
))  
7564         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7565         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7566             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectionIsRectangle. Expected _wxStyledTextCtrl_p."); 
7571     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7572         _result 
= (bool )wxStyledTextCtrl_SelectionIsRectangle(_arg0
); 
7574     wxPyEndAllowThreads(__tstate
); 
7575     if (PyErr_Occurred()) return NULL
; 
7576 }    _resultobj 
= Py_BuildValue("i",_result
); 
7580 #define wxStyledTextCtrl_SetZoom(_swigobj,_swigarg0)  (_swigobj->SetZoom(_swigarg0)) 
7581 static PyObject 
*_wrap_wxStyledTextCtrl_SetZoom(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7582     PyObject 
* _resultobj
; 
7583     wxStyledTextCtrl 
* _arg0
; 
7585     PyObject 
* _argo0 
= 0; 
7586     char *_kwnames
[] = { "self","zoom", NULL 
}; 
7589     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetZoom",_kwnames
,&_argo0
,&_arg1
))  
7592         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7593         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7594             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetZoom. Expected _wxStyledTextCtrl_p."); 
7599     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7600         wxStyledTextCtrl_SetZoom(_arg0
,_arg1
); 
7602     wxPyEndAllowThreads(__tstate
); 
7603     if (PyErr_Occurred()) return NULL
; 
7604 }    Py_INCREF(Py_None
); 
7605     _resultobj 
= Py_None
; 
7609 #define wxStyledTextCtrl_GetZoom(_swigobj)  (_swigobj->GetZoom()) 
7610 static PyObject 
*_wrap_wxStyledTextCtrl_GetZoom(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7611     PyObject 
* _resultobj
; 
7613     wxStyledTextCtrl 
* _arg0
; 
7614     PyObject 
* _argo0 
= 0; 
7615     char *_kwnames
[] = { "self", NULL 
}; 
7618     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetZoom",_kwnames
,&_argo0
))  
7621         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7622         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7623             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetZoom. Expected _wxStyledTextCtrl_p."); 
7628     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7629         _result 
= (int )wxStyledTextCtrl_GetZoom(_arg0
); 
7631     wxPyEndAllowThreads(__tstate
); 
7632     if (PyErr_Occurred()) return NULL
; 
7633 }    _resultobj 
= Py_BuildValue("i",_result
); 
7637 #define wxStyledTextCtrl_CreateDocument(_swigobj)  (_swigobj->CreateDocument()) 
7638 static PyObject 
*_wrap_wxStyledTextCtrl_CreateDocument(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7639     PyObject 
* _resultobj
; 
7641     wxStyledTextCtrl 
* _arg0
; 
7642     PyObject 
* _argo0 
= 0; 
7643     char *_kwnames
[] = { "self", NULL 
}; 
7647     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CreateDocument",_kwnames
,&_argo0
))  
7650         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7651         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7652             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CreateDocument. Expected _wxStyledTextCtrl_p."); 
7657     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7658         _result 
= (void *)wxStyledTextCtrl_CreateDocument(_arg0
); 
7660     wxPyEndAllowThreads(__tstate
); 
7661     if (PyErr_Occurred()) return NULL
; 
7663         SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p"); 
7664         _resultobj 
= Py_BuildValue("s",_ptemp
); 
7667         _resultobj 
= Py_None
; 
7672 #define wxStyledTextCtrl_AddRefDocument(_swigobj,_swigarg0)  (_swigobj->AddRefDocument(_swigarg0)) 
7673 static PyObject 
*_wrap_wxStyledTextCtrl_AddRefDocument(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7674     PyObject 
* _resultobj
; 
7675     wxStyledTextCtrl 
* _arg0
; 
7677     PyObject 
* _argo0 
= 0; 
7678     PyObject 
* _argo1 
= 0; 
7679     char *_kwnames
[] = { "self","docPointer", NULL 
}; 
7682     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddRefDocument",_kwnames
,&_argo0
,&_argo1
))  
7685         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7686         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7687             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddRefDocument. Expected _wxStyledTextCtrl_p."); 
7692         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
7693         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) { 
7694             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_AddRefDocument. Expected _void_p."); 
7699     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7700         wxStyledTextCtrl_AddRefDocument(_arg0
,_arg1
); 
7702     wxPyEndAllowThreads(__tstate
); 
7703     if (PyErr_Occurred()) return NULL
; 
7704 }    Py_INCREF(Py_None
); 
7705     _resultobj 
= Py_None
; 
7709 #define wxStyledTextCtrl_ReleaseDocument(_swigobj,_swigarg0)  (_swigobj->ReleaseDocument(_swigarg0)) 
7710 static PyObject 
*_wrap_wxStyledTextCtrl_ReleaseDocument(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7711     PyObject 
* _resultobj
; 
7712     wxStyledTextCtrl 
* _arg0
; 
7714     PyObject 
* _argo0 
= 0; 
7715     PyObject 
* _argo1 
= 0; 
7716     char *_kwnames
[] = { "self","docPointer", NULL 
}; 
7719     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReleaseDocument",_kwnames
,&_argo0
,&_argo1
))  
7722         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7723         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7724             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReleaseDocument. Expected _wxStyledTextCtrl_p."); 
7729         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
7730         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) { 
7731             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_ReleaseDocument. Expected _void_p."); 
7736     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7737         wxStyledTextCtrl_ReleaseDocument(_arg0
,_arg1
); 
7739     wxPyEndAllowThreads(__tstate
); 
7740     if (PyErr_Occurred()) return NULL
; 
7741 }    Py_INCREF(Py_None
); 
7742     _resultobj 
= Py_None
; 
7746 #define wxStyledTextCtrl_GetModEventMask(_swigobj)  (_swigobj->GetModEventMask()) 
7747 static PyObject 
*_wrap_wxStyledTextCtrl_GetModEventMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7748     PyObject 
* _resultobj
; 
7750     wxStyledTextCtrl 
* _arg0
; 
7751     PyObject 
* _argo0 
= 0; 
7752     char *_kwnames
[] = { "self", NULL 
}; 
7755     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModEventMask",_kwnames
,&_argo0
))  
7758         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7759         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7760             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModEventMask. Expected _wxStyledTextCtrl_p."); 
7765     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7766         _result 
= (int )wxStyledTextCtrl_GetModEventMask(_arg0
); 
7768     wxPyEndAllowThreads(__tstate
); 
7769     if (PyErr_Occurred()) return NULL
; 
7770 }    _resultobj 
= Py_BuildValue("i",_result
); 
7774 #define wxStyledTextCtrl_SetSTCFocus(_swigobj,_swigarg0)  (_swigobj->SetSTCFocus(_swigarg0)) 
7775 static PyObject 
*_wrap_wxStyledTextCtrl_SetSTCFocus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7776     PyObject 
* _resultobj
; 
7777     wxStyledTextCtrl 
* _arg0
; 
7779     PyObject 
* _argo0 
= 0; 
7781     char *_kwnames
[] = { "self","focus", NULL 
}; 
7784     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSTCFocus",_kwnames
,&_argo0
,&tempbool1
))  
7787         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7788         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7789             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSTCFocus. Expected _wxStyledTextCtrl_p."); 
7793     _arg1 
= (bool ) tempbool1
; 
7795     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7796         wxStyledTextCtrl_SetSTCFocus(_arg0
,_arg1
); 
7798     wxPyEndAllowThreads(__tstate
); 
7799     if (PyErr_Occurred()) return NULL
; 
7800 }    Py_INCREF(Py_None
); 
7801     _resultobj 
= Py_None
; 
7805 #define wxStyledTextCtrl_GetSTCFocus(_swigobj)  (_swigobj->GetSTCFocus()) 
7806 static PyObject 
*_wrap_wxStyledTextCtrl_GetSTCFocus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7807     PyObject 
* _resultobj
; 
7809     wxStyledTextCtrl 
* _arg0
; 
7810     PyObject 
* _argo0 
= 0; 
7811     char *_kwnames
[] = { "self", NULL 
}; 
7814     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSTCFocus",_kwnames
,&_argo0
))  
7817         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7818         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7819             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSTCFocus. Expected _wxStyledTextCtrl_p."); 
7824     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7825         _result 
= (bool )wxStyledTextCtrl_GetSTCFocus(_arg0
); 
7827     wxPyEndAllowThreads(__tstate
); 
7828     if (PyErr_Occurred()) return NULL
; 
7829 }    _resultobj 
= Py_BuildValue("i",_result
); 
7833 #define wxStyledTextCtrl_SetStatus(_swigobj,_swigarg0)  (_swigobj->SetStatus(_swigarg0)) 
7834 static PyObject 
*_wrap_wxStyledTextCtrl_SetStatus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7835     PyObject 
* _resultobj
; 
7836     wxStyledTextCtrl 
* _arg0
; 
7838     PyObject 
* _argo0 
= 0; 
7839     char *_kwnames
[] = { "self","statusCode", NULL 
}; 
7842     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStatus",_kwnames
,&_argo0
,&_arg1
))  
7845         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7846         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7847             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStatus. Expected _wxStyledTextCtrl_p."); 
7852     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7853         wxStyledTextCtrl_SetStatus(_arg0
,_arg1
); 
7855     wxPyEndAllowThreads(__tstate
); 
7856     if (PyErr_Occurred()) return NULL
; 
7857 }    Py_INCREF(Py_None
); 
7858     _resultobj 
= Py_None
; 
7862 #define wxStyledTextCtrl_GetStatus(_swigobj)  (_swigobj->GetStatus()) 
7863 static PyObject 
*_wrap_wxStyledTextCtrl_GetStatus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7864     PyObject 
* _resultobj
; 
7866     wxStyledTextCtrl 
* _arg0
; 
7867     PyObject 
* _argo0 
= 0; 
7868     char *_kwnames
[] = { "self", NULL 
}; 
7871     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStatus",_kwnames
,&_argo0
))  
7874         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7875         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7876             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStatus. Expected _wxStyledTextCtrl_p."); 
7881     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7882         _result 
= (int )wxStyledTextCtrl_GetStatus(_arg0
); 
7884     wxPyEndAllowThreads(__tstate
); 
7885     if (PyErr_Occurred()) return NULL
; 
7886 }    _resultobj 
= Py_BuildValue("i",_result
); 
7890 #define wxStyledTextCtrl_SetMouseDownCaptures(_swigobj,_swigarg0)  (_swigobj->SetMouseDownCaptures(_swigarg0)) 
7891 static PyObject 
*_wrap_wxStyledTextCtrl_SetMouseDownCaptures(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7892     PyObject 
* _resultobj
; 
7893     wxStyledTextCtrl 
* _arg0
; 
7895     PyObject 
* _argo0 
= 0; 
7897     char *_kwnames
[] = { "self","captures", NULL 
}; 
7900     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDownCaptures",_kwnames
,&_argo0
,&tempbool1
))  
7903         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7904         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7905             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMouseDownCaptures. Expected _wxStyledTextCtrl_p."); 
7909     _arg1 
= (bool ) tempbool1
; 
7911     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7912         wxStyledTextCtrl_SetMouseDownCaptures(_arg0
,_arg1
); 
7914     wxPyEndAllowThreads(__tstate
); 
7915     if (PyErr_Occurred()) return NULL
; 
7916 }    Py_INCREF(Py_None
); 
7917     _resultobj 
= Py_None
; 
7921 #define wxStyledTextCtrl_GetMouseDownCaptures(_swigobj)  (_swigobj->GetMouseDownCaptures()) 
7922 static PyObject 
*_wrap_wxStyledTextCtrl_GetMouseDownCaptures(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7923     PyObject 
* _resultobj
; 
7925     wxStyledTextCtrl 
* _arg0
; 
7926     PyObject 
* _argo0 
= 0; 
7927     char *_kwnames
[] = { "self", NULL 
}; 
7930     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDownCaptures",_kwnames
,&_argo0
))  
7933         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7934         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7935             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMouseDownCaptures. Expected _wxStyledTextCtrl_p."); 
7940     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7941         _result 
= (bool )wxStyledTextCtrl_GetMouseDownCaptures(_arg0
); 
7943     wxPyEndAllowThreads(__tstate
); 
7944     if (PyErr_Occurred()) return NULL
; 
7945 }    _resultobj 
= Py_BuildValue("i",_result
); 
7949 #define wxStyledTextCtrl_SetCursor(_swigobj,_swigarg0)  (_swigobj->SetCursor(_swigarg0)) 
7950 static PyObject 
*_wrap_wxStyledTextCtrl_SetCursor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7951     PyObject 
* _resultobj
; 
7952     wxStyledTextCtrl 
* _arg0
; 
7954     PyObject 
* _argo0 
= 0; 
7955     char *_kwnames
[] = { "self","cursorType", NULL 
}; 
7958     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCursor",_kwnames
,&_argo0
,&_arg1
))  
7961         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7962         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7963             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCursor. Expected _wxStyledTextCtrl_p."); 
7968     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7969         wxStyledTextCtrl_SetCursor(_arg0
,_arg1
); 
7971     wxPyEndAllowThreads(__tstate
); 
7972     if (PyErr_Occurred()) return NULL
; 
7973 }    Py_INCREF(Py_None
); 
7974     _resultobj 
= Py_None
; 
7978 #define wxStyledTextCtrl_GetCursor(_swigobj)  (_swigobj->GetCursor()) 
7979 static PyObject 
*_wrap_wxStyledTextCtrl_GetCursor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7980     PyObject 
* _resultobj
; 
7982     wxStyledTextCtrl 
* _arg0
; 
7983     PyObject 
* _argo0 
= 0; 
7984     char *_kwnames
[] = { "self", NULL 
}; 
7987     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCursor",_kwnames
,&_argo0
))  
7990         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7991         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7992             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCursor. Expected _wxStyledTextCtrl_p."); 
7997     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7998         _result 
= (int )wxStyledTextCtrl_GetCursor(_arg0
); 
8000     wxPyEndAllowThreads(__tstate
); 
8001     if (PyErr_Occurred()) return NULL
; 
8002 }    _resultobj 
= Py_BuildValue("i",_result
); 
8006 #define wxStyledTextCtrl_WordPartLeft(_swigobj)  (_swigobj->WordPartLeft()) 
8007 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8008     PyObject 
* _resultobj
; 
8009     wxStyledTextCtrl 
* _arg0
; 
8010     PyObject 
* _argo0 
= 0; 
8011     char *_kwnames
[] = { "self", NULL 
}; 
8014     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeft",_kwnames
,&_argo0
))  
8017         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8018         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8019             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeft. Expected _wxStyledTextCtrl_p."); 
8024     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8025         wxStyledTextCtrl_WordPartLeft(_arg0
); 
8027     wxPyEndAllowThreads(__tstate
); 
8028     if (PyErr_Occurred()) return NULL
; 
8029 }    Py_INCREF(Py_None
); 
8030     _resultobj 
= Py_None
; 
8034 #define wxStyledTextCtrl_WordPartLeftExtend(_swigobj)  (_swigobj->WordPartLeftExtend()) 
8035 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartLeftExtend(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8036     PyObject 
* _resultobj
; 
8037     wxStyledTextCtrl 
* _arg0
; 
8038     PyObject 
* _argo0 
= 0; 
8039     char *_kwnames
[] = { "self", NULL 
}; 
8042     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeftExtend",_kwnames
,&_argo0
))  
8045         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8046         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8047             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeftExtend. Expected _wxStyledTextCtrl_p."); 
8052     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8053         wxStyledTextCtrl_WordPartLeftExtend(_arg0
); 
8055     wxPyEndAllowThreads(__tstate
); 
8056     if (PyErr_Occurred()) return NULL
; 
8057 }    Py_INCREF(Py_None
); 
8058     _resultobj 
= Py_None
; 
8062 #define wxStyledTextCtrl_WordPartRight(_swigobj)  (_swigobj->WordPartRight()) 
8063 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8064     PyObject 
* _resultobj
; 
8065     wxStyledTextCtrl 
* _arg0
; 
8066     PyObject 
* _argo0 
= 0; 
8067     char *_kwnames
[] = { "self", NULL 
}; 
8070     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRight",_kwnames
,&_argo0
))  
8073         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8074         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8075             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRight. Expected _wxStyledTextCtrl_p."); 
8080     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8081         wxStyledTextCtrl_WordPartRight(_arg0
); 
8083     wxPyEndAllowThreads(__tstate
); 
8084     if (PyErr_Occurred()) return NULL
; 
8085 }    Py_INCREF(Py_None
); 
8086     _resultobj 
= Py_None
; 
8090 #define wxStyledTextCtrl_WordPartRightExtend(_swigobj)  (_swigobj->WordPartRightExtend()) 
8091 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartRightExtend(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8092     PyObject 
* _resultobj
; 
8093     wxStyledTextCtrl 
* _arg0
; 
8094     PyObject 
* _argo0 
= 0; 
8095     char *_kwnames
[] = { "self", NULL 
}; 
8098     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRightExtend",_kwnames
,&_argo0
))  
8101         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8102         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8103             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRightExtend. Expected _wxStyledTextCtrl_p."); 
8108     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8109         wxStyledTextCtrl_WordPartRightExtend(_arg0
); 
8111     wxPyEndAllowThreads(__tstate
); 
8112     if (PyErr_Occurred()) return NULL
; 
8113 }    Py_INCREF(Py_None
); 
8114     _resultobj 
= Py_None
; 
8118 #define wxStyledTextCtrl_SetVisiblePolicy(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetVisiblePolicy(_swigarg0,_swigarg1)) 
8119 static PyObject 
*_wrap_wxStyledTextCtrl_SetVisiblePolicy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8120     PyObject 
* _resultobj
; 
8121     wxStyledTextCtrl 
* _arg0
; 
8124     PyObject 
* _argo0 
= 0; 
8125     char *_kwnames
[] = { "self","visiblePolicy","visibleSlop", NULL 
}; 
8128     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetVisiblePolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
8131         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8132         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8133             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVisiblePolicy. Expected _wxStyledTextCtrl_p."); 
8138     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8139         wxStyledTextCtrl_SetVisiblePolicy(_arg0
,_arg1
,_arg2
); 
8141     wxPyEndAllowThreads(__tstate
); 
8142     if (PyErr_Occurred()) return NULL
; 
8143 }    Py_INCREF(Py_None
); 
8144     _resultobj 
= Py_None
; 
8148 #define wxStyledTextCtrl_DelLineLeft(_swigobj)  (_swigobj->DelLineLeft()) 
8149 static PyObject 
*_wrap_wxStyledTextCtrl_DelLineLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8150     PyObject 
* _resultobj
; 
8151     wxStyledTextCtrl 
* _arg0
; 
8152     PyObject 
* _argo0 
= 0; 
8153     char *_kwnames
[] = { "self", NULL 
}; 
8156     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineLeft",_kwnames
,&_argo0
))  
8159         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8160         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8161             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineLeft. Expected _wxStyledTextCtrl_p."); 
8166     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8167         wxStyledTextCtrl_DelLineLeft(_arg0
); 
8169     wxPyEndAllowThreads(__tstate
); 
8170     if (PyErr_Occurred()) return NULL
; 
8171 }    Py_INCREF(Py_None
); 
8172     _resultobj 
= Py_None
; 
8176 #define wxStyledTextCtrl_DelLineRight(_swigobj)  (_swigobj->DelLineRight()) 
8177 static PyObject 
*_wrap_wxStyledTextCtrl_DelLineRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8178     PyObject 
* _resultobj
; 
8179     wxStyledTextCtrl 
* _arg0
; 
8180     PyObject 
* _argo0 
= 0; 
8181     char *_kwnames
[] = { "self", NULL 
}; 
8184     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineRight",_kwnames
,&_argo0
))  
8187         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8188         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8189             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineRight. Expected _wxStyledTextCtrl_p."); 
8194     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8195         wxStyledTextCtrl_DelLineRight(_arg0
); 
8197     wxPyEndAllowThreads(__tstate
); 
8198     if (PyErr_Occurred()) return NULL
; 
8199 }    Py_INCREF(Py_None
); 
8200     _resultobj 
= Py_None
; 
8204 #define wxStyledTextCtrl_StartRecord(_swigobj)  (_swigobj->StartRecord()) 
8205 static PyObject 
*_wrap_wxStyledTextCtrl_StartRecord(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8206     PyObject 
* _resultobj
; 
8207     wxStyledTextCtrl 
* _arg0
; 
8208     PyObject 
* _argo0 
= 0; 
8209     char *_kwnames
[] = { "self", NULL 
}; 
8212     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StartRecord",_kwnames
,&_argo0
))  
8215         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8216         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8217             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartRecord. Expected _wxStyledTextCtrl_p."); 
8222     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8223         wxStyledTextCtrl_StartRecord(_arg0
); 
8225     wxPyEndAllowThreads(__tstate
); 
8226     if (PyErr_Occurred()) return NULL
; 
8227 }    Py_INCREF(Py_None
); 
8228     _resultobj 
= Py_None
; 
8232 #define wxStyledTextCtrl_StopRecord(_swigobj)  (_swigobj->StopRecord()) 
8233 static PyObject 
*_wrap_wxStyledTextCtrl_StopRecord(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8234     PyObject 
* _resultobj
; 
8235     wxStyledTextCtrl 
* _arg0
; 
8236     PyObject 
* _argo0 
= 0; 
8237     char *_kwnames
[] = { "self", NULL 
}; 
8240     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StopRecord",_kwnames
,&_argo0
))  
8243         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8244         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8245             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StopRecord. Expected _wxStyledTextCtrl_p."); 
8250     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8251         wxStyledTextCtrl_StopRecord(_arg0
); 
8253     wxPyEndAllowThreads(__tstate
); 
8254     if (PyErr_Occurred()) return NULL
; 
8255 }    Py_INCREF(Py_None
); 
8256     _resultobj 
= Py_None
; 
8260 #define wxStyledTextCtrl_SetLexer(_swigobj,_swigarg0)  (_swigobj->SetLexer(_swigarg0)) 
8261 static PyObject 
*_wrap_wxStyledTextCtrl_SetLexer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8262     PyObject 
* _resultobj
; 
8263     wxStyledTextCtrl 
* _arg0
; 
8265     PyObject 
* _argo0 
= 0; 
8266     char *_kwnames
[] = { "self","lexer", NULL 
}; 
8269     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLexer",_kwnames
,&_argo0
,&_arg1
))  
8272         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8273         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8274             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexer. Expected _wxStyledTextCtrl_p."); 
8279     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8280         wxStyledTextCtrl_SetLexer(_arg0
,_arg1
); 
8282     wxPyEndAllowThreads(__tstate
); 
8283     if (PyErr_Occurred()) return NULL
; 
8284 }    Py_INCREF(Py_None
); 
8285     _resultobj 
= Py_None
; 
8289 #define wxStyledTextCtrl_GetLexer(_swigobj)  (_swigobj->GetLexer()) 
8290 static PyObject 
*_wrap_wxStyledTextCtrl_GetLexer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8291     PyObject 
* _resultobj
; 
8293     wxStyledTextCtrl 
* _arg0
; 
8294     PyObject 
* _argo0 
= 0; 
8295     char *_kwnames
[] = { "self", NULL 
}; 
8298     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLexer",_kwnames
,&_argo0
))  
8301         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8302         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8303             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLexer. Expected _wxStyledTextCtrl_p."); 
8308     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8309         _result 
= (int )wxStyledTextCtrl_GetLexer(_arg0
); 
8311     wxPyEndAllowThreads(__tstate
); 
8312     if (PyErr_Occurred()) return NULL
; 
8313 }    _resultobj 
= Py_BuildValue("i",_result
); 
8317 #define wxStyledTextCtrl_Colourise(_swigobj,_swigarg0,_swigarg1)  (_swigobj->Colourise(_swigarg0,_swigarg1)) 
8318 static PyObject 
*_wrap_wxStyledTextCtrl_Colourise(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8319     PyObject 
* _resultobj
; 
8320     wxStyledTextCtrl 
* _arg0
; 
8323     PyObject 
* _argo0 
= 0; 
8324     char *_kwnames
[] = { "self","start","end", NULL 
}; 
8327     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_Colourise",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
8330         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8331         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8332             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Colourise. Expected _wxStyledTextCtrl_p."); 
8337     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8338         wxStyledTextCtrl_Colourise(_arg0
,_arg1
,_arg2
); 
8340     wxPyEndAllowThreads(__tstate
); 
8341     if (PyErr_Occurred()) return NULL
; 
8342 }    Py_INCREF(Py_None
); 
8343     _resultobj 
= Py_None
; 
8347 #define wxStyledTextCtrl_SetProperty(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetProperty(_swigarg0,_swigarg1)) 
8348 static PyObject 
*_wrap_wxStyledTextCtrl_SetProperty(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8349     PyObject 
* _resultobj
; 
8350     wxStyledTextCtrl 
* _arg0
; 
8353     PyObject 
* _argo0 
= 0; 
8354     PyObject 
* _obj1 
= 0; 
8355     PyObject 
* _obj2 
= 0; 
8356     char *_kwnames
[] = { "self","key","value", NULL 
}; 
8359     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxStyledTextCtrl_SetProperty",_kwnames
,&_argo0
,&_obj1
,&_obj2
))  
8362         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8363         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8364             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetProperty. Expected _wxStyledTextCtrl_p."); 
8369 #if PYTHON_API_VERSION >= 1009 
8370     char* tmpPtr
; int tmpSize
; 
8371     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
8372         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8375     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
8377     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
8379     if (!PyString_Check(_obj1
)) { 
8380         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8383     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
8387 #if PYTHON_API_VERSION >= 1009 
8388     char* tmpPtr
; int tmpSize
; 
8389     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
8390         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8393     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
8395     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
8397     if (!PyString_Check(_obj2
)) { 
8398         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8401     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
8405     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8406         wxStyledTextCtrl_SetProperty(_arg0
,*_arg1
,*_arg2
); 
8408     wxPyEndAllowThreads(__tstate
); 
8409     if (PyErr_Occurred()) return NULL
; 
8410 }    Py_INCREF(Py_None
); 
8411     _resultobj 
= Py_None
; 
8423 #define wxStyledTextCtrl_SetKeyWords(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetKeyWords(_swigarg0,_swigarg1)) 
8424 static PyObject 
*_wrap_wxStyledTextCtrl_SetKeyWords(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8425     PyObject 
* _resultobj
; 
8426     wxStyledTextCtrl 
* _arg0
; 
8429     PyObject 
* _argo0 
= 0; 
8430     PyObject 
* _obj2 
= 0; 
8431     char *_kwnames
[] = { "self","keywordSet","keyWords", NULL 
}; 
8434     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetKeyWords",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
8437         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8438         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8439             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetKeyWords. Expected _wxStyledTextCtrl_p."); 
8444 #if PYTHON_API_VERSION >= 1009 
8445     char* tmpPtr
; int tmpSize
; 
8446     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
8447         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8450     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
8452     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
8454     if (!PyString_Check(_obj2
)) { 
8455         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8458     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
8462     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8463         wxStyledTextCtrl_SetKeyWords(_arg0
,_arg1
,*_arg2
); 
8465     wxPyEndAllowThreads(__tstate
); 
8466     if (PyErr_Occurred()) return NULL
; 
8467 }    Py_INCREF(Py_None
); 
8468     _resultobj 
= Py_None
; 
8476 #define wxStyledTextCtrl_SetLexerLanguage(_swigobj,_swigarg0)  (_swigobj->SetLexerLanguage(_swigarg0)) 
8477 static PyObject 
*_wrap_wxStyledTextCtrl_SetLexerLanguage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8478     PyObject 
* _resultobj
; 
8479     wxStyledTextCtrl 
* _arg0
; 
8481     PyObject 
* _argo0 
= 0; 
8482     PyObject 
* _obj1 
= 0; 
8483     char *_kwnames
[] = { "self","language", NULL 
}; 
8486     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetLexerLanguage",_kwnames
,&_argo0
,&_obj1
))  
8489         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8490         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8491             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexerLanguage. Expected _wxStyledTextCtrl_p."); 
8496 #if PYTHON_API_VERSION >= 1009 
8497     char* tmpPtr
; int tmpSize
; 
8498     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
8499         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8502     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
8504     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
8506     if (!PyString_Check(_obj1
)) { 
8507         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8510     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
8514     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8515         wxStyledTextCtrl_SetLexerLanguage(_arg0
,*_arg1
); 
8517     wxPyEndAllowThreads(__tstate
); 
8518     if (PyErr_Occurred()) return NULL
; 
8519 }    Py_INCREF(Py_None
); 
8520     _resultobj 
= Py_None
; 
8528 #define wxStyledTextCtrl_GetCurrentLine(_swigobj)  (_swigobj->GetCurrentLine()) 
8529 static PyObject 
*_wrap_wxStyledTextCtrl_GetCurrentLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8530     PyObject 
* _resultobj
; 
8532     wxStyledTextCtrl 
* _arg0
; 
8533     PyObject 
* _argo0 
= 0; 
8534     char *_kwnames
[] = { "self", NULL 
}; 
8537     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentLine",_kwnames
,&_argo0
))  
8540         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8541         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8542             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentLine. Expected _wxStyledTextCtrl_p."); 
8547     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8548         _result 
= (int )wxStyledTextCtrl_GetCurrentLine(_arg0
); 
8550     wxPyEndAllowThreads(__tstate
); 
8551     if (PyErr_Occurred()) return NULL
; 
8552 }    _resultobj 
= Py_BuildValue("i",_result
); 
8556 #define wxStyledTextCtrl_StyleSetSpec(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetSpec(_swigarg0,_swigarg1)) 
8557 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetSpec(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8558     PyObject 
* _resultobj
; 
8559     wxStyledTextCtrl 
* _arg0
; 
8562     PyObject 
* _argo0 
= 0; 
8563     PyObject 
* _obj2 
= 0; 
8564     char *_kwnames
[] = { "self","styleNum","spec", NULL 
}; 
8567     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetSpec",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
8570         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8571         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8572             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSpec. Expected _wxStyledTextCtrl_p."); 
8577 #if PYTHON_API_VERSION >= 1009 
8578     char* tmpPtr
; int tmpSize
; 
8579     if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) { 
8580         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8583     if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1) 
8585     _arg2 
= new wxString(tmpPtr
, tmpSize
); 
8587     if (!PyString_Check(_obj2
)) { 
8588         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8591     _arg2 
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
)); 
8595     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8596         wxStyledTextCtrl_StyleSetSpec(_arg0
,_arg1
,*_arg2
); 
8598     wxPyEndAllowThreads(__tstate
); 
8599     if (PyErr_Occurred()) return NULL
; 
8600 }    Py_INCREF(Py_None
); 
8601     _resultobj 
= Py_None
; 
8609 #define wxStyledTextCtrl_StyleSetFont(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetFont(_swigarg0,_swigarg1)) 
8610 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetFont(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8611     PyObject 
* _resultobj
; 
8612     wxStyledTextCtrl 
* _arg0
; 
8615     PyObject 
* _argo0 
= 0; 
8616     PyObject 
* _argo2 
= 0; 
8617     char *_kwnames
[] = { "self","styleNum","font", NULL 
}; 
8620     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFont",_kwnames
,&_argo0
,&_arg1
,&_argo2
))  
8623         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8624         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8625             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFont. Expected _wxStyledTextCtrl_p."); 
8630         if (_argo2 
== Py_None
) { _arg2 
= NULL
; } 
8631         else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) { 
8632             PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_StyleSetFont. Expected _wxFont_p."); 
8637     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8638         wxStyledTextCtrl_StyleSetFont(_arg0
,_arg1
,*_arg2
); 
8640     wxPyEndAllowThreads(__tstate
); 
8641     if (PyErr_Occurred()) return NULL
; 
8642 }    Py_INCREF(Py_None
); 
8643     _resultobj 
= Py_None
; 
8647 #define wxStyledTextCtrl_StyleSetFontAttr(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)  (_swigobj->StyleSetFontAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) 
8648 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetFontAttr(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8649     PyObject 
* _resultobj
; 
8650     wxStyledTextCtrl 
* _arg0
; 
8657     PyObject 
* _argo0 
= 0; 
8658     PyObject 
* _obj3 
= 0; 
8662     char *_kwnames
[] = { "self","styleNum","size","faceName","bold","italic","underline", NULL 
}; 
8665     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOiii:wxStyledTextCtrl_StyleSetFontAttr",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
,&tempbool6
))  
8668         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8669         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8670             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFontAttr. Expected _wxStyledTextCtrl_p."); 
8675 #if PYTHON_API_VERSION >= 1009 
8676     char* tmpPtr
; int tmpSize
; 
8677     if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) { 
8678         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8681     if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1) 
8683     _arg3 
= new wxString(tmpPtr
, tmpSize
); 
8685     if (!PyString_Check(_obj3
)) { 
8686         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
8689     _arg3 
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
)); 
8692     _arg4 
= (bool ) tempbool4
; 
8693     _arg5 
= (bool ) tempbool5
; 
8694     _arg6 
= (bool ) tempbool6
; 
8696     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8697         wxStyledTextCtrl_StyleSetFontAttr(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
); 
8699     wxPyEndAllowThreads(__tstate
); 
8700     if (PyErr_Occurred()) return NULL
; 
8701 }    Py_INCREF(Py_None
); 
8702     _resultobj 
= Py_None
; 
8710 #define wxStyledTextCtrl_CmdKeyExecute(_swigobj,_swigarg0)  (_swigobj->CmdKeyExecute(_swigarg0)) 
8711 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyExecute(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8712     PyObject 
* _resultobj
; 
8713     wxStyledTextCtrl 
* _arg0
; 
8715     PyObject 
* _argo0 
= 0; 
8716     char *_kwnames
[] = { "self","cmd", NULL 
}; 
8719     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_CmdKeyExecute",_kwnames
,&_argo0
,&_arg1
))  
8722         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8723         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8724             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyExecute. Expected _wxStyledTextCtrl_p."); 
8729     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8730         wxStyledTextCtrl_CmdKeyExecute(_arg0
,_arg1
); 
8732     wxPyEndAllowThreads(__tstate
); 
8733     if (PyErr_Occurred()) return NULL
; 
8734 }    Py_INCREF(Py_None
); 
8735     _resultobj 
= Py_None
; 
8739 #define wxStyledTextCtrl_SetMargins(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMargins(_swigarg0,_swigarg1)) 
8740 static PyObject 
*_wrap_wxStyledTextCtrl_SetMargins(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8741     PyObject 
* _resultobj
; 
8742     wxStyledTextCtrl 
* _arg0
; 
8745     PyObject 
* _argo0 
= 0; 
8746     char *_kwnames
[] = { "self","left","right", NULL 
}; 
8749     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
8752         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8753         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8754             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMargins. Expected _wxStyledTextCtrl_p."); 
8759     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8760         wxStyledTextCtrl_SetMargins(_arg0
,_arg1
,_arg2
); 
8762     wxPyEndAllowThreads(__tstate
); 
8763     if (PyErr_Occurred()) return NULL
; 
8764 }    Py_INCREF(Py_None
); 
8765     _resultobj 
= Py_None
; 
8769 #define wxStyledTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetSelection(_swigarg0,_swigarg1)) 
8770 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8771     PyObject 
* _resultobj
; 
8772     wxStyledTextCtrl 
* _arg0
; 
8777     PyObject 
* _argo0 
= 0; 
8778     char *_kwnames
[] = { "self", NULL 
}; 
8787     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelection",_kwnames
,&_argo0
))  
8790         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8791         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8792             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelection. Expected _wxStyledTextCtrl_p."); 
8797     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8798         wxStyledTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
); 
8800     wxPyEndAllowThreads(__tstate
); 
8801     if (PyErr_Occurred()) return NULL
; 
8802 }    Py_INCREF(Py_None
); 
8803     _resultobj 
= Py_None
; 
8806     o 
= PyInt_FromLong((long) (*_arg1
)); 
8807     _resultobj 
= t_output_helper(_resultobj
, o
); 
8811     o 
= PyInt_FromLong((long) (*_arg2
)); 
8812     _resultobj 
= t_output_helper(_resultobj
, o
); 
8817 #define wxStyledTextCtrl_PointFromPosition(_swigobj,_swigarg0)  (_swigobj->PointFromPosition(_swigarg0)) 
8818 static PyObject 
*_wrap_wxStyledTextCtrl_PointFromPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8819     PyObject 
* _resultobj
; 
8821     wxStyledTextCtrl 
* _arg0
; 
8823     PyObject 
* _argo0 
= 0; 
8824     char *_kwnames
[] = { "self","pos", NULL 
}; 
8828     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PointFromPosition",_kwnames
,&_argo0
,&_arg1
))  
8831         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8832         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8833             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PointFromPosition. Expected _wxStyledTextCtrl_p."); 
8838     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8839         _result 
= new wxPoint (wxStyledTextCtrl_PointFromPosition(_arg0
,_arg1
)); 
8841     wxPyEndAllowThreads(__tstate
); 
8842     if (PyErr_Occurred()) return NULL
; 
8843 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p"); 
8844     _resultobj 
= Py_BuildValue("s",_ptemp
); 
8848 #define wxStyledTextCtrl_ScrollToLine(_swigobj,_swigarg0)  (_swigobj->ScrollToLine(_swigarg0)) 
8849 static PyObject 
*_wrap_wxStyledTextCtrl_ScrollToLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8850     PyObject 
* _resultobj
; 
8851     wxStyledTextCtrl 
* _arg0
; 
8853     PyObject 
* _argo0 
= 0; 
8854     char *_kwnames
[] = { "self","line", NULL 
}; 
8857     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToLine",_kwnames
,&_argo0
,&_arg1
))  
8860         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8861         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8862             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToLine. Expected _wxStyledTextCtrl_p."); 
8867     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8868         wxStyledTextCtrl_ScrollToLine(_arg0
,_arg1
); 
8870     wxPyEndAllowThreads(__tstate
); 
8871     if (PyErr_Occurred()) return NULL
; 
8872 }    Py_INCREF(Py_None
); 
8873     _resultobj 
= Py_None
; 
8877 #define wxStyledTextCtrl_ScrollToColumn(_swigobj,_swigarg0)  (_swigobj->ScrollToColumn(_swigarg0)) 
8878 static PyObject 
*_wrap_wxStyledTextCtrl_ScrollToColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8879     PyObject 
* _resultobj
; 
8880     wxStyledTextCtrl 
* _arg0
; 
8882     PyObject 
* _argo0 
= 0; 
8883     char *_kwnames
[] = { "self","column", NULL 
}; 
8886     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToColumn",_kwnames
,&_argo0
,&_arg1
))  
8889         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8890         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8891             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToColumn. Expected _wxStyledTextCtrl_p."); 
8896     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8897         wxStyledTextCtrl_ScrollToColumn(_arg0
,_arg1
); 
8899     wxPyEndAllowThreads(__tstate
); 
8900     if (PyErr_Occurred()) return NULL
; 
8901 }    Py_INCREF(Py_None
); 
8902     _resultobj 
= Py_None
; 
8906 #define wxStyledTextCtrl_SendMsg(_swigobj,_swigarg0,_swigarg1,_swigarg2)  (_swigobj->SendMsg(_swigarg0,_swigarg1,_swigarg2)) 
8907 static PyObject 
*_wrap_wxStyledTextCtrl_SendMsg(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8908     PyObject 
* _resultobj
; 
8910     wxStyledTextCtrl 
* _arg0
; 
8912     long  _arg2 
= (long ) 0; 
8913     long  _arg3 
= (long ) 0; 
8914     PyObject 
* _argo0 
= 0; 
8915     char *_kwnames
[] = { "self","msg","wp","lp", NULL 
}; 
8918     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|ll:wxStyledTextCtrl_SendMsg",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))  
8921         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8922         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8923             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SendMsg. Expected _wxStyledTextCtrl_p."); 
8928     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8929         _result 
= (long )wxStyledTextCtrl_SendMsg(_arg0
,_arg1
,_arg2
,_arg3
); 
8931     wxPyEndAllowThreads(__tstate
); 
8932     if (PyErr_Occurred()) return NULL
; 
8933 }    _resultobj 
= Py_BuildValue("l",_result
); 
8937 #define wxStyledTextCtrl_SetVScrollBar(_swigobj,_swigarg0)  (_swigobj->SetVScrollBar(_swigarg0)) 
8938 static PyObject 
*_wrap_wxStyledTextCtrl_SetVScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8939     PyObject 
* _resultobj
; 
8940     wxStyledTextCtrl 
* _arg0
; 
8941     wxScrollBar 
* _arg1
; 
8942     PyObject 
* _argo0 
= 0; 
8943     PyObject 
* _argo1 
= 0; 
8944     char *_kwnames
[] = { "self","bar", NULL 
}; 
8947     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetVScrollBar",_kwnames
,&_argo0
,&_argo1
))  
8950         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8951         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8952             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVScrollBar. Expected _wxStyledTextCtrl_p."); 
8957         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
8958         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) { 
8959             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetVScrollBar. Expected _wxScrollBar_p."); 
8964     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8965         wxStyledTextCtrl_SetVScrollBar(_arg0
,_arg1
); 
8967     wxPyEndAllowThreads(__tstate
); 
8968     if (PyErr_Occurred()) return NULL
; 
8969 }    Py_INCREF(Py_None
); 
8970     _resultobj 
= Py_None
; 
8974 #define wxStyledTextCtrl_SetHScrollBar(_swigobj,_swigarg0)  (_swigobj->SetHScrollBar(_swigarg0)) 
8975 static PyObject 
*_wrap_wxStyledTextCtrl_SetHScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8976     PyObject 
* _resultobj
; 
8977     wxStyledTextCtrl 
* _arg0
; 
8978     wxScrollBar 
* _arg1
; 
8979     PyObject 
* _argo0 
= 0; 
8980     PyObject 
* _argo1 
= 0; 
8981     char *_kwnames
[] = { "self","bar", NULL 
}; 
8984     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetHScrollBar",_kwnames
,&_argo0
,&_argo1
))  
8987         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8988         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8989             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHScrollBar. Expected _wxStyledTextCtrl_p."); 
8994         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
8995         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) { 
8996             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetHScrollBar. Expected _wxScrollBar_p."); 
9001     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9002         wxStyledTextCtrl_SetHScrollBar(_arg0
,_arg1
); 
9004     wxPyEndAllowThreads(__tstate
); 
9005     if (PyErr_Occurred()) return NULL
; 
9006 }    Py_INCREF(Py_None
); 
9007     _resultobj 
= Py_None
; 
9011 static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr
) { 
9012     wxStyledTextEvent 
*src
; 
9013     wxCommandEvent 
*dest
; 
9014     src 
= (wxStyledTextEvent 
*) ptr
; 
9015     dest 
= (wxCommandEvent 
*) src
; 
9016     return (void *) dest
; 
9019 static void *SwigwxStyledTextEventTowxEvent(void *ptr
) { 
9020     wxStyledTextEvent 
*src
; 
9022     src 
= (wxStyledTextEvent 
*) ptr
; 
9023     dest 
= (wxEvent 
*) src
; 
9024     return (void *) dest
; 
9027 static void *SwigwxStyledTextEventTowxObject(void *ptr
) { 
9028     wxStyledTextEvent 
*src
; 
9030     src 
= (wxStyledTextEvent 
*) ptr
; 
9031     dest 
= (wxObject 
*) src
; 
9032     return (void *) dest
; 
9035 #define new_wxStyledTextEvent(_swigarg0,_swigarg1) (new wxStyledTextEvent(_swigarg0,_swigarg1)) 
9036 static PyObject 
*_wrap_new_wxStyledTextEvent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9037     PyObject 
* _resultobj
; 
9038     wxStyledTextEvent 
* _result
; 
9039     wxEventType  _arg0 
= (wxEventType 
) 0; 
9040     int  _arg1 
= (int ) 0; 
9041     char *_kwnames
[] = { "commandType","id", NULL 
}; 
9045     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ii:new_wxStyledTextEvent",_kwnames
,&_arg0
,&_arg1
))  
9048     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9049         _result 
= (wxStyledTextEvent 
*)new_wxStyledTextEvent(_arg0
,_arg1
); 
9051     wxPyEndAllowThreads(__tstate
); 
9052     if (PyErr_Occurred()) return NULL
; 
9054         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextEvent_p"); 
9055         _resultobj 
= Py_BuildValue("s",_ptemp
); 
9058         _resultobj 
= Py_None
; 
9063 #define delete_wxStyledTextEvent(_swigobj) (delete _swigobj) 
9064 static PyObject 
*_wrap_delete_wxStyledTextEvent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9065     PyObject 
* _resultobj
; 
9066     wxStyledTextEvent 
* _arg0
; 
9067     PyObject 
* _argo0 
= 0; 
9068     char *_kwnames
[] = { "self", NULL 
}; 
9071     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxStyledTextEvent",_kwnames
,&_argo0
))  
9074         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9075         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9076             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxStyledTextEvent. Expected _wxStyledTextEvent_p."); 
9081     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9082         delete_wxStyledTextEvent(_arg0
); 
9084     wxPyEndAllowThreads(__tstate
); 
9085     if (PyErr_Occurred()) return NULL
; 
9086 }    Py_INCREF(Py_None
); 
9087     _resultobj 
= Py_None
; 
9091 #define wxStyledTextEvent_SetPosition(_swigobj,_swigarg0)  (_swigobj->SetPosition(_swigarg0)) 
9092 static PyObject 
*_wrap_wxStyledTextEvent_SetPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9093     PyObject 
* _resultobj
; 
9094     wxStyledTextEvent 
* _arg0
; 
9096     PyObject 
* _argo0 
= 0; 
9097     char *_kwnames
[] = { "self","pos", NULL 
}; 
9100     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetPosition",_kwnames
,&_argo0
,&_arg1
))  
9103         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9104         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9105             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetPosition. Expected _wxStyledTextEvent_p."); 
9110     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9111         wxStyledTextEvent_SetPosition(_arg0
,_arg1
); 
9113     wxPyEndAllowThreads(__tstate
); 
9114     if (PyErr_Occurred()) return NULL
; 
9115 }    Py_INCREF(Py_None
); 
9116     _resultobj 
= Py_None
; 
9120 #define wxStyledTextEvent_SetKey(_swigobj,_swigarg0)  (_swigobj->SetKey(_swigarg0)) 
9121 static PyObject 
*_wrap_wxStyledTextEvent_SetKey(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9122     PyObject 
* _resultobj
; 
9123     wxStyledTextEvent 
* _arg0
; 
9125     PyObject 
* _argo0 
= 0; 
9126     char *_kwnames
[] = { "self","k", NULL 
}; 
9129     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetKey",_kwnames
,&_argo0
,&_arg1
))  
9132         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9133         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9134             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetKey. Expected _wxStyledTextEvent_p."); 
9139     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9140         wxStyledTextEvent_SetKey(_arg0
,_arg1
); 
9142     wxPyEndAllowThreads(__tstate
); 
9143     if (PyErr_Occurred()) return NULL
; 
9144 }    Py_INCREF(Py_None
); 
9145     _resultobj 
= Py_None
; 
9149 #define wxStyledTextEvent_SetModifiers(_swigobj,_swigarg0)  (_swigobj->SetModifiers(_swigarg0)) 
9150 static PyObject 
*_wrap_wxStyledTextEvent_SetModifiers(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9151     PyObject 
* _resultobj
; 
9152     wxStyledTextEvent 
* _arg0
; 
9154     PyObject 
* _argo0 
= 0; 
9155     char *_kwnames
[] = { "self","m", NULL 
}; 
9158     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModifiers",_kwnames
,&_argo0
,&_arg1
))  
9161         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9162         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9163             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModifiers. Expected _wxStyledTextEvent_p."); 
9168     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9169         wxStyledTextEvent_SetModifiers(_arg0
,_arg1
); 
9171     wxPyEndAllowThreads(__tstate
); 
9172     if (PyErr_Occurred()) return NULL
; 
9173 }    Py_INCREF(Py_None
); 
9174     _resultobj 
= Py_None
; 
9178 #define wxStyledTextEvent_SetModificationType(_swigobj,_swigarg0)  (_swigobj->SetModificationType(_swigarg0)) 
9179 static PyObject 
*_wrap_wxStyledTextEvent_SetModificationType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9180     PyObject 
* _resultobj
; 
9181     wxStyledTextEvent 
* _arg0
; 
9183     PyObject 
* _argo0 
= 0; 
9184     char *_kwnames
[] = { "self","t", NULL 
}; 
9187     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModificationType",_kwnames
,&_argo0
,&_arg1
))  
9190         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9191         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9192             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModificationType. Expected _wxStyledTextEvent_p."); 
9197     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9198         wxStyledTextEvent_SetModificationType(_arg0
,_arg1
); 
9200     wxPyEndAllowThreads(__tstate
); 
9201     if (PyErr_Occurred()) return NULL
; 
9202 }    Py_INCREF(Py_None
); 
9203     _resultobj 
= Py_None
; 
9207 #define wxStyledTextEvent_SetText(_swigobj,_swigarg0)  (_swigobj->SetText(_swigarg0)) 
9208 static PyObject 
*_wrap_wxStyledTextEvent_SetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9209     PyObject 
* _resultobj
; 
9210     wxStyledTextEvent 
* _arg0
; 
9212     PyObject 
* _argo0 
= 0; 
9213     char *_kwnames
[] = { "self","t", NULL 
}; 
9216     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Os:wxStyledTextEvent_SetText",_kwnames
,&_argo0
,&_arg1
))  
9219         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9220         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9221             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetText. Expected _wxStyledTextEvent_p."); 
9226     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9227         wxStyledTextEvent_SetText(_arg0
,_arg1
); 
9229     wxPyEndAllowThreads(__tstate
); 
9230     if (PyErr_Occurred()) return NULL
; 
9231 }    Py_INCREF(Py_None
); 
9232     _resultobj 
= Py_None
; 
9236 #define wxStyledTextEvent_SetLength(_swigobj,_swigarg0)  (_swigobj->SetLength(_swigarg0)) 
9237 static PyObject 
*_wrap_wxStyledTextEvent_SetLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9238     PyObject 
* _resultobj
; 
9239     wxStyledTextEvent 
* _arg0
; 
9241     PyObject 
* _argo0 
= 0; 
9242     char *_kwnames
[] = { "self","len", NULL 
}; 
9245     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLength",_kwnames
,&_argo0
,&_arg1
))  
9248         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9249         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9250             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLength. Expected _wxStyledTextEvent_p."); 
9255     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9256         wxStyledTextEvent_SetLength(_arg0
,_arg1
); 
9258     wxPyEndAllowThreads(__tstate
); 
9259     if (PyErr_Occurred()) return NULL
; 
9260 }    Py_INCREF(Py_None
); 
9261     _resultobj 
= Py_None
; 
9265 #define wxStyledTextEvent_SetLinesAdded(_swigobj,_swigarg0)  (_swigobj->SetLinesAdded(_swigarg0)) 
9266 static PyObject 
*_wrap_wxStyledTextEvent_SetLinesAdded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9267     PyObject 
* _resultobj
; 
9268     wxStyledTextEvent 
* _arg0
; 
9270     PyObject 
* _argo0 
= 0; 
9271     char *_kwnames
[] = { "self","num", NULL 
}; 
9274     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLinesAdded",_kwnames
,&_argo0
,&_arg1
))  
9277         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9278         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9279             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLinesAdded. Expected _wxStyledTextEvent_p."); 
9284     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9285         wxStyledTextEvent_SetLinesAdded(_arg0
,_arg1
); 
9287     wxPyEndAllowThreads(__tstate
); 
9288     if (PyErr_Occurred()) return NULL
; 
9289 }    Py_INCREF(Py_None
); 
9290     _resultobj 
= Py_None
; 
9294 #define wxStyledTextEvent_SetLine(_swigobj,_swigarg0)  (_swigobj->SetLine(_swigarg0)) 
9295 static PyObject 
*_wrap_wxStyledTextEvent_SetLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9296     PyObject 
* _resultobj
; 
9297     wxStyledTextEvent 
* _arg0
; 
9299     PyObject 
* _argo0 
= 0; 
9300     char *_kwnames
[] = { "self","val", NULL 
}; 
9303     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLine",_kwnames
,&_argo0
,&_arg1
))  
9306         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9307         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9308             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLine. Expected _wxStyledTextEvent_p."); 
9313     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9314         wxStyledTextEvent_SetLine(_arg0
,_arg1
); 
9316     wxPyEndAllowThreads(__tstate
); 
9317     if (PyErr_Occurred()) return NULL
; 
9318 }    Py_INCREF(Py_None
); 
9319     _resultobj 
= Py_None
; 
9323 #define wxStyledTextEvent_SetFoldLevelNow(_swigobj,_swigarg0)  (_swigobj->SetFoldLevelNow(_swigarg0)) 
9324 static PyObject 
*_wrap_wxStyledTextEvent_SetFoldLevelNow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9325     PyObject 
* _resultobj
; 
9326     wxStyledTextEvent 
* _arg0
; 
9328     PyObject 
* _argo0 
= 0; 
9329     char *_kwnames
[] = { "self","val", NULL 
}; 
9332     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelNow",_kwnames
,&_argo0
,&_arg1
))  
9335         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9336         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9337             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelNow. Expected _wxStyledTextEvent_p."); 
9342     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9343         wxStyledTextEvent_SetFoldLevelNow(_arg0
,_arg1
); 
9345     wxPyEndAllowThreads(__tstate
); 
9346     if (PyErr_Occurred()) return NULL
; 
9347 }    Py_INCREF(Py_None
); 
9348     _resultobj 
= Py_None
; 
9352 #define wxStyledTextEvent_SetFoldLevelPrev(_swigobj,_swigarg0)  (_swigobj->SetFoldLevelPrev(_swigarg0)) 
9353 static PyObject 
*_wrap_wxStyledTextEvent_SetFoldLevelPrev(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9354     PyObject 
* _resultobj
; 
9355     wxStyledTextEvent 
* _arg0
; 
9357     PyObject 
* _argo0 
= 0; 
9358     char *_kwnames
[] = { "self","val", NULL 
}; 
9361     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelPrev",_kwnames
,&_argo0
,&_arg1
))  
9364         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9365         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9366             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelPrev. Expected _wxStyledTextEvent_p."); 
9371     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9372         wxStyledTextEvent_SetFoldLevelPrev(_arg0
,_arg1
); 
9374     wxPyEndAllowThreads(__tstate
); 
9375     if (PyErr_Occurred()) return NULL
; 
9376 }    Py_INCREF(Py_None
); 
9377     _resultobj 
= Py_None
; 
9381 #define wxStyledTextEvent_SetMargin(_swigobj,_swigarg0)  (_swigobj->SetMargin(_swigarg0)) 
9382 static PyObject 
*_wrap_wxStyledTextEvent_SetMargin(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9383     PyObject 
* _resultobj
; 
9384     wxStyledTextEvent 
* _arg0
; 
9386     PyObject 
* _argo0 
= 0; 
9387     char *_kwnames
[] = { "self","val", NULL 
}; 
9390     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMargin",_kwnames
,&_argo0
,&_arg1
))  
9393         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9394         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9395             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMargin. Expected _wxStyledTextEvent_p."); 
9400     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9401         wxStyledTextEvent_SetMargin(_arg0
,_arg1
); 
9403     wxPyEndAllowThreads(__tstate
); 
9404     if (PyErr_Occurred()) return NULL
; 
9405 }    Py_INCREF(Py_None
); 
9406     _resultobj 
= Py_None
; 
9410 #define wxStyledTextEvent_SetMessage(_swigobj,_swigarg0)  (_swigobj->SetMessage(_swigarg0)) 
9411 static PyObject 
*_wrap_wxStyledTextEvent_SetMessage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9412     PyObject 
* _resultobj
; 
9413     wxStyledTextEvent 
* _arg0
; 
9415     PyObject 
* _argo0 
= 0; 
9416     char *_kwnames
[] = { "self","val", NULL 
}; 
9419     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMessage",_kwnames
,&_argo0
,&_arg1
))  
9422         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9423         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9424             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMessage. Expected _wxStyledTextEvent_p."); 
9429     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9430         wxStyledTextEvent_SetMessage(_arg0
,_arg1
); 
9432     wxPyEndAllowThreads(__tstate
); 
9433     if (PyErr_Occurred()) return NULL
; 
9434 }    Py_INCREF(Py_None
); 
9435     _resultobj 
= Py_None
; 
9439 #define wxStyledTextEvent_SetWParam(_swigobj,_swigarg0)  (_swigobj->SetWParam(_swigarg0)) 
9440 static PyObject 
*_wrap_wxStyledTextEvent_SetWParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9441     PyObject 
* _resultobj
; 
9442     wxStyledTextEvent 
* _arg0
; 
9444     PyObject 
* _argo0 
= 0; 
9445     char *_kwnames
[] = { "self","val", NULL 
}; 
9448     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetWParam",_kwnames
,&_argo0
,&_arg1
))  
9451         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9452         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9453             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetWParam. Expected _wxStyledTextEvent_p."); 
9458     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9459         wxStyledTextEvent_SetWParam(_arg0
,_arg1
); 
9461     wxPyEndAllowThreads(__tstate
); 
9462     if (PyErr_Occurred()) return NULL
; 
9463 }    Py_INCREF(Py_None
); 
9464     _resultobj 
= Py_None
; 
9468 #define wxStyledTextEvent_SetLParam(_swigobj,_swigarg0)  (_swigobj->SetLParam(_swigarg0)) 
9469 static PyObject 
*_wrap_wxStyledTextEvent_SetLParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9470     PyObject 
* _resultobj
; 
9471     wxStyledTextEvent 
* _arg0
; 
9473     PyObject 
* _argo0 
= 0; 
9474     char *_kwnames
[] = { "self","val", NULL 
}; 
9477     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLParam",_kwnames
,&_argo0
,&_arg1
))  
9480         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9481         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9482             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLParam. Expected _wxStyledTextEvent_p."); 
9487     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9488         wxStyledTextEvent_SetLParam(_arg0
,_arg1
); 
9490     wxPyEndAllowThreads(__tstate
); 
9491     if (PyErr_Occurred()) return NULL
; 
9492 }    Py_INCREF(Py_None
); 
9493     _resultobj 
= Py_None
; 
9497 #define wxStyledTextEvent_SetListType(_swigobj,_swigarg0)  (_swigobj->SetListType(_swigarg0)) 
9498 static PyObject 
*_wrap_wxStyledTextEvent_SetListType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9499     PyObject 
* _resultobj
; 
9500     wxStyledTextEvent 
* _arg0
; 
9502     PyObject 
* _argo0 
= 0; 
9503     char *_kwnames
[] = { "self","val", NULL 
}; 
9506     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetListType",_kwnames
,&_argo0
,&_arg1
))  
9509         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9510         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9511             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetListType. Expected _wxStyledTextEvent_p."); 
9516     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9517         wxStyledTextEvent_SetListType(_arg0
,_arg1
); 
9519     wxPyEndAllowThreads(__tstate
); 
9520     if (PyErr_Occurred()) return NULL
; 
9521 }    Py_INCREF(Py_None
); 
9522     _resultobj 
= Py_None
; 
9526 #define wxStyledTextEvent_SetX(_swigobj,_swigarg0)  (_swigobj->SetX(_swigarg0)) 
9527 static PyObject 
*_wrap_wxStyledTextEvent_SetX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9528     PyObject 
* _resultobj
; 
9529     wxStyledTextEvent 
* _arg0
; 
9531     PyObject 
* _argo0 
= 0; 
9532     char *_kwnames
[] = { "self","val", NULL 
}; 
9535     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetX",_kwnames
,&_argo0
,&_arg1
))  
9538         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9539         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9540             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetX. Expected _wxStyledTextEvent_p."); 
9545     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9546         wxStyledTextEvent_SetX(_arg0
,_arg1
); 
9548     wxPyEndAllowThreads(__tstate
); 
9549     if (PyErr_Occurred()) return NULL
; 
9550 }    Py_INCREF(Py_None
); 
9551     _resultobj 
= Py_None
; 
9555 #define wxStyledTextEvent_SetY(_swigobj,_swigarg0)  (_swigobj->SetY(_swigarg0)) 
9556 static PyObject 
*_wrap_wxStyledTextEvent_SetY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9557     PyObject 
* _resultobj
; 
9558     wxStyledTextEvent 
* _arg0
; 
9560     PyObject 
* _argo0 
= 0; 
9561     char *_kwnames
[] = { "self","val", NULL 
}; 
9564     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetY",_kwnames
,&_argo0
,&_arg1
))  
9567         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9568         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9569             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetY. Expected _wxStyledTextEvent_p."); 
9574     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9575         wxStyledTextEvent_SetY(_arg0
,_arg1
); 
9577     wxPyEndAllowThreads(__tstate
); 
9578     if (PyErr_Occurred()) return NULL
; 
9579 }    Py_INCREF(Py_None
); 
9580     _resultobj 
= Py_None
; 
9584 #define wxStyledTextEvent_SetDragText(_swigobj,_swigarg0)  (_swigobj->SetDragText(_swigarg0)) 
9585 static PyObject 
*_wrap_wxStyledTextEvent_SetDragText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9586     PyObject 
* _resultobj
; 
9587     wxStyledTextEvent 
* _arg0
; 
9589     PyObject 
* _argo0 
= 0; 
9590     PyObject 
* _obj1 
= 0; 
9591     char *_kwnames
[] = { "self","val", NULL 
}; 
9594     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_SetDragText",_kwnames
,&_argo0
,&_obj1
))  
9597         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9598         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9599             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragText. Expected _wxStyledTextEvent_p."); 
9604 #if PYTHON_API_VERSION >= 1009 
9605     char* tmpPtr
; int tmpSize
; 
9606     if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) { 
9607         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
9610     if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1) 
9612     _arg1 
= new wxString(tmpPtr
, tmpSize
); 
9614     if (!PyString_Check(_obj1
)) { 
9615         PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
); 
9618     _arg1 
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
)); 
9622     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9623         wxStyledTextEvent_SetDragText(_arg0
,*_arg1
); 
9625     wxPyEndAllowThreads(__tstate
); 
9626     if (PyErr_Occurred()) return NULL
; 
9627 }    Py_INCREF(Py_None
); 
9628     _resultobj 
= Py_None
; 
9636 #define wxStyledTextEvent_SetDragAllowMove(_swigobj,_swigarg0)  (_swigobj->SetDragAllowMove(_swigarg0)) 
9637 static PyObject 
*_wrap_wxStyledTextEvent_SetDragAllowMove(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9638     PyObject 
* _resultobj
; 
9639     wxStyledTextEvent 
* _arg0
; 
9641     PyObject 
* _argo0 
= 0; 
9643     char *_kwnames
[] = { "self","val", NULL 
}; 
9646     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragAllowMove",_kwnames
,&_argo0
,&tempbool1
))  
9649         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9650         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9651             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragAllowMove. Expected _wxStyledTextEvent_p."); 
9655     _arg1 
= (bool ) tempbool1
; 
9657     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9658         wxStyledTextEvent_SetDragAllowMove(_arg0
,_arg1
); 
9660     wxPyEndAllowThreads(__tstate
); 
9661     if (PyErr_Occurred()) return NULL
; 
9662 }    Py_INCREF(Py_None
); 
9663     _resultobj 
= Py_None
; 
9667 #define wxStyledTextEvent_SetDragResult(_swigobj,_swigarg0)  (_swigobj->SetDragResult(_swigarg0)) 
9668 static PyObject 
*_wrap_wxStyledTextEvent_SetDragResult(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9669     PyObject 
* _resultobj
; 
9670     wxStyledTextEvent 
* _arg0
; 
9672     PyObject 
* _argo0 
= 0; 
9673     char *_kwnames
[] = { "self","val", NULL 
}; 
9676     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragResult",_kwnames
,&_argo0
,&_arg1
))  
9679         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9680         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9681             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragResult. Expected _wxStyledTextEvent_p."); 
9686     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9687         wxStyledTextEvent_SetDragResult(_arg0
,_arg1
); 
9689     wxPyEndAllowThreads(__tstate
); 
9690     if (PyErr_Occurred()) return NULL
; 
9691 }    Py_INCREF(Py_None
); 
9692     _resultobj 
= Py_None
; 
9696 #define wxStyledTextEvent_GetPosition(_swigobj)  (_swigobj->GetPosition()) 
9697 static PyObject 
*_wrap_wxStyledTextEvent_GetPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9698     PyObject 
* _resultobj
; 
9700     wxStyledTextEvent 
* _arg0
; 
9701     PyObject 
* _argo0 
= 0; 
9702     char *_kwnames
[] = { "self", NULL 
}; 
9705     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetPosition",_kwnames
,&_argo0
))  
9708         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9709         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9710             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetPosition. Expected _wxStyledTextEvent_p."); 
9715     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9716         _result 
= (int )wxStyledTextEvent_GetPosition(_arg0
); 
9718     wxPyEndAllowThreads(__tstate
); 
9719     if (PyErr_Occurred()) return NULL
; 
9720 }    _resultobj 
= Py_BuildValue("i",_result
); 
9724 #define wxStyledTextEvent_GetKey(_swigobj)  (_swigobj->GetKey()) 
9725 static PyObject 
*_wrap_wxStyledTextEvent_GetKey(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9726     PyObject 
* _resultobj
; 
9728     wxStyledTextEvent 
* _arg0
; 
9729     PyObject 
* _argo0 
= 0; 
9730     char *_kwnames
[] = { "self", NULL 
}; 
9733     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetKey",_kwnames
,&_argo0
))  
9736         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9737         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9738             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetKey. Expected _wxStyledTextEvent_p."); 
9743     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9744         _result 
= (int )wxStyledTextEvent_GetKey(_arg0
); 
9746     wxPyEndAllowThreads(__tstate
); 
9747     if (PyErr_Occurred()) return NULL
; 
9748 }    _resultobj 
= Py_BuildValue("i",_result
); 
9752 #define wxStyledTextEvent_GetModifiers(_swigobj)  (_swigobj->GetModifiers()) 
9753 static PyObject 
*_wrap_wxStyledTextEvent_GetModifiers(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9754     PyObject 
* _resultobj
; 
9756     wxStyledTextEvent 
* _arg0
; 
9757     PyObject 
* _argo0 
= 0; 
9758     char *_kwnames
[] = { "self", NULL 
}; 
9761     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModifiers",_kwnames
,&_argo0
))  
9764         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9765         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9766             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModifiers. Expected _wxStyledTextEvent_p."); 
9771     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9772         _result 
= (int )wxStyledTextEvent_GetModifiers(_arg0
); 
9774     wxPyEndAllowThreads(__tstate
); 
9775     if (PyErr_Occurred()) return NULL
; 
9776 }    _resultobj 
= Py_BuildValue("i",_result
); 
9780 #define wxStyledTextEvent_GetModificationType(_swigobj)  (_swigobj->GetModificationType()) 
9781 static PyObject 
*_wrap_wxStyledTextEvent_GetModificationType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9782     PyObject 
* _resultobj
; 
9784     wxStyledTextEvent 
* _arg0
; 
9785     PyObject 
* _argo0 
= 0; 
9786     char *_kwnames
[] = { "self", NULL 
}; 
9789     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModificationType",_kwnames
,&_argo0
))  
9792         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9793         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9794             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModificationType. Expected _wxStyledTextEvent_p."); 
9799     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9800         _result 
= (int )wxStyledTextEvent_GetModificationType(_arg0
); 
9802     wxPyEndAllowThreads(__tstate
); 
9803     if (PyErr_Occurred()) return NULL
; 
9804 }    _resultobj 
= Py_BuildValue("i",_result
); 
9808 #define wxStyledTextEvent_GetText(_swigobj)  (_swigobj->GetText()) 
9809 static PyObject 
*_wrap_wxStyledTextEvent_GetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9810     PyObject 
* _resultobj
; 
9812     wxStyledTextEvent 
* _arg0
; 
9813     PyObject 
* _argo0 
= 0; 
9814     char *_kwnames
[] = { "self", NULL 
}; 
9817     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetText",_kwnames
,&_argo0
))  
9820         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9821         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9822             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetText. Expected _wxStyledTextEvent_p."); 
9827     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9828         _result 
= new wxString (wxStyledTextEvent_GetText(_arg0
)); 
9830     wxPyEndAllowThreads(__tstate
); 
9831     if (PyErr_Occurred()) return NULL
; 
9833     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
9841 #define wxStyledTextEvent_GetLength(_swigobj)  (_swigobj->GetLength()) 
9842 static PyObject 
*_wrap_wxStyledTextEvent_GetLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9843     PyObject 
* _resultobj
; 
9845     wxStyledTextEvent 
* _arg0
; 
9846     PyObject 
* _argo0 
= 0; 
9847     char *_kwnames
[] = { "self", NULL 
}; 
9850     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLength",_kwnames
,&_argo0
))  
9853         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9854         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9855             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLength. Expected _wxStyledTextEvent_p."); 
9860     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9861         _result 
= (int )wxStyledTextEvent_GetLength(_arg0
); 
9863     wxPyEndAllowThreads(__tstate
); 
9864     if (PyErr_Occurred()) return NULL
; 
9865 }    _resultobj 
= Py_BuildValue("i",_result
); 
9869 #define wxStyledTextEvent_GetLinesAdded(_swigobj)  (_swigobj->GetLinesAdded()) 
9870 static PyObject 
*_wrap_wxStyledTextEvent_GetLinesAdded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9871     PyObject 
* _resultobj
; 
9873     wxStyledTextEvent 
* _arg0
; 
9874     PyObject 
* _argo0 
= 0; 
9875     char *_kwnames
[] = { "self", NULL 
}; 
9878     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLinesAdded",_kwnames
,&_argo0
))  
9881         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9882         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9883             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLinesAdded. Expected _wxStyledTextEvent_p."); 
9888     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9889         _result 
= (int )wxStyledTextEvent_GetLinesAdded(_arg0
); 
9891     wxPyEndAllowThreads(__tstate
); 
9892     if (PyErr_Occurred()) return NULL
; 
9893 }    _resultobj 
= Py_BuildValue("i",_result
); 
9897 #define wxStyledTextEvent_GetLine(_swigobj)  (_swigobj->GetLine()) 
9898 static PyObject 
*_wrap_wxStyledTextEvent_GetLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9899     PyObject 
* _resultobj
; 
9901     wxStyledTextEvent 
* _arg0
; 
9902     PyObject 
* _argo0 
= 0; 
9903     char *_kwnames
[] = { "self", NULL 
}; 
9906     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLine",_kwnames
,&_argo0
))  
9909         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9910         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9911             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLine. Expected _wxStyledTextEvent_p."); 
9916     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9917         _result 
= (int )wxStyledTextEvent_GetLine(_arg0
); 
9919     wxPyEndAllowThreads(__tstate
); 
9920     if (PyErr_Occurred()) return NULL
; 
9921 }    _resultobj 
= Py_BuildValue("i",_result
); 
9925 #define wxStyledTextEvent_GetFoldLevelNow(_swigobj)  (_swigobj->GetFoldLevelNow()) 
9926 static PyObject 
*_wrap_wxStyledTextEvent_GetFoldLevelNow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9927     PyObject 
* _resultobj
; 
9929     wxStyledTextEvent 
* _arg0
; 
9930     PyObject 
* _argo0 
= 0; 
9931     char *_kwnames
[] = { "self", NULL 
}; 
9934     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelNow",_kwnames
,&_argo0
))  
9937         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9938         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9939             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelNow. Expected _wxStyledTextEvent_p."); 
9944     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9945         _result 
= (int )wxStyledTextEvent_GetFoldLevelNow(_arg0
); 
9947     wxPyEndAllowThreads(__tstate
); 
9948     if (PyErr_Occurred()) return NULL
; 
9949 }    _resultobj 
= Py_BuildValue("i",_result
); 
9953 #define wxStyledTextEvent_GetFoldLevelPrev(_swigobj)  (_swigobj->GetFoldLevelPrev()) 
9954 static PyObject 
*_wrap_wxStyledTextEvent_GetFoldLevelPrev(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9955     PyObject 
* _resultobj
; 
9957     wxStyledTextEvent 
* _arg0
; 
9958     PyObject 
* _argo0 
= 0; 
9959     char *_kwnames
[] = { "self", NULL 
}; 
9962     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelPrev",_kwnames
,&_argo0
))  
9965         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9966         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9967             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelPrev. Expected _wxStyledTextEvent_p."); 
9972     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9973         _result 
= (int )wxStyledTextEvent_GetFoldLevelPrev(_arg0
); 
9975     wxPyEndAllowThreads(__tstate
); 
9976     if (PyErr_Occurred()) return NULL
; 
9977 }    _resultobj 
= Py_BuildValue("i",_result
); 
9981 #define wxStyledTextEvent_GetMargin(_swigobj)  (_swigobj->GetMargin()) 
9982 static PyObject 
*_wrap_wxStyledTextEvent_GetMargin(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9983     PyObject 
* _resultobj
; 
9985     wxStyledTextEvent 
* _arg0
; 
9986     PyObject 
* _argo0 
= 0; 
9987     char *_kwnames
[] = { "self", NULL 
}; 
9990     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMargin",_kwnames
,&_argo0
))  
9993         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9994         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
9995             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMargin. Expected _wxStyledTextEvent_p."); 
10000     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10001         _result 
= (int )wxStyledTextEvent_GetMargin(_arg0
); 
10003     wxPyEndAllowThreads(__tstate
); 
10004     if (PyErr_Occurred()) return NULL
; 
10005 }    _resultobj 
= Py_BuildValue("i",_result
); 
10009 #define wxStyledTextEvent_GetMessage(_swigobj)  (_swigobj->GetMessage()) 
10010 static PyObject 
*_wrap_wxStyledTextEvent_GetMessage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10011     PyObject 
* _resultobj
; 
10013     wxStyledTextEvent 
* _arg0
; 
10014     PyObject 
* _argo0 
= 0; 
10015     char *_kwnames
[] = { "self", NULL 
}; 
10018     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMessage",_kwnames
,&_argo0
))  
10021         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10022         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10023             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMessage. Expected _wxStyledTextEvent_p."); 
10028     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10029         _result 
= (int )wxStyledTextEvent_GetMessage(_arg0
); 
10031     wxPyEndAllowThreads(__tstate
); 
10032     if (PyErr_Occurred()) return NULL
; 
10033 }    _resultobj 
= Py_BuildValue("i",_result
); 
10037 #define wxStyledTextEvent_GetWParam(_swigobj)  (_swigobj->GetWParam()) 
10038 static PyObject 
*_wrap_wxStyledTextEvent_GetWParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10039     PyObject 
* _resultobj
; 
10041     wxStyledTextEvent 
* _arg0
; 
10042     PyObject 
* _argo0 
= 0; 
10043     char *_kwnames
[] = { "self", NULL 
}; 
10046     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetWParam",_kwnames
,&_argo0
))  
10049         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10050         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10051             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetWParam. Expected _wxStyledTextEvent_p."); 
10056     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10057         _result 
= (int )wxStyledTextEvent_GetWParam(_arg0
); 
10059     wxPyEndAllowThreads(__tstate
); 
10060     if (PyErr_Occurred()) return NULL
; 
10061 }    _resultobj 
= Py_BuildValue("i",_result
); 
10065 #define wxStyledTextEvent_GetLParam(_swigobj)  (_swigobj->GetLParam()) 
10066 static PyObject 
*_wrap_wxStyledTextEvent_GetLParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10067     PyObject 
* _resultobj
; 
10069     wxStyledTextEvent 
* _arg0
; 
10070     PyObject 
* _argo0 
= 0; 
10071     char *_kwnames
[] = { "self", NULL 
}; 
10074     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLParam",_kwnames
,&_argo0
))  
10077         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10078         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10079             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLParam. Expected _wxStyledTextEvent_p."); 
10084     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10085         _result 
= (int )wxStyledTextEvent_GetLParam(_arg0
); 
10087     wxPyEndAllowThreads(__tstate
); 
10088     if (PyErr_Occurred()) return NULL
; 
10089 }    _resultobj 
= Py_BuildValue("i",_result
); 
10093 #define wxStyledTextEvent_GetListType(_swigobj)  (_swigobj->GetListType()) 
10094 static PyObject 
*_wrap_wxStyledTextEvent_GetListType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10095     PyObject 
* _resultobj
; 
10097     wxStyledTextEvent 
* _arg0
; 
10098     PyObject 
* _argo0 
= 0; 
10099     char *_kwnames
[] = { "self", NULL 
}; 
10102     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetListType",_kwnames
,&_argo0
))  
10105         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10106         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10107             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetListType. Expected _wxStyledTextEvent_p."); 
10112     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10113         _result 
= (int )wxStyledTextEvent_GetListType(_arg0
); 
10115     wxPyEndAllowThreads(__tstate
); 
10116     if (PyErr_Occurred()) return NULL
; 
10117 }    _resultobj 
= Py_BuildValue("i",_result
); 
10121 #define wxStyledTextEvent_GetX(_swigobj)  (_swigobj->GetX()) 
10122 static PyObject 
*_wrap_wxStyledTextEvent_GetX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10123     PyObject 
* _resultobj
; 
10125     wxStyledTextEvent 
* _arg0
; 
10126     PyObject 
* _argo0 
= 0; 
10127     char *_kwnames
[] = { "self", NULL 
}; 
10130     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetX",_kwnames
,&_argo0
))  
10133         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10134         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10135             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetX. Expected _wxStyledTextEvent_p."); 
10140     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10141         _result 
= (int )wxStyledTextEvent_GetX(_arg0
); 
10143     wxPyEndAllowThreads(__tstate
); 
10144     if (PyErr_Occurred()) return NULL
; 
10145 }    _resultobj 
= Py_BuildValue("i",_result
); 
10149 #define wxStyledTextEvent_GetY(_swigobj)  (_swigobj->GetY()) 
10150 static PyObject 
*_wrap_wxStyledTextEvent_GetY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10151     PyObject 
* _resultobj
; 
10153     wxStyledTextEvent 
* _arg0
; 
10154     PyObject 
* _argo0 
= 0; 
10155     char *_kwnames
[] = { "self", NULL 
}; 
10158     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetY",_kwnames
,&_argo0
))  
10161         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10162         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10163             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetY. Expected _wxStyledTextEvent_p."); 
10168     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10169         _result 
= (int )wxStyledTextEvent_GetY(_arg0
); 
10171     wxPyEndAllowThreads(__tstate
); 
10172     if (PyErr_Occurred()) return NULL
; 
10173 }    _resultobj 
= Py_BuildValue("i",_result
); 
10177 #define wxStyledTextEvent_GetDragText(_swigobj)  (_swigobj->GetDragText()) 
10178 static PyObject 
*_wrap_wxStyledTextEvent_GetDragText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10179     PyObject 
* _resultobj
; 
10180     wxString 
* _result
; 
10181     wxStyledTextEvent 
* _arg0
; 
10182     PyObject 
* _argo0 
= 0; 
10183     char *_kwnames
[] = { "self", NULL 
}; 
10186     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragText",_kwnames
,&_argo0
))  
10189         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10190         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10191             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragText. Expected _wxStyledTextEvent_p."); 
10196     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10197         _result 
= new wxString (wxStyledTextEvent_GetDragText(_arg0
)); 
10199     wxPyEndAllowThreads(__tstate
); 
10200     if (PyErr_Occurred()) return NULL
; 
10202     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
10210 #define wxStyledTextEvent_GetDragAllowMove(_swigobj)  (_swigobj->GetDragAllowMove()) 
10211 static PyObject 
*_wrap_wxStyledTextEvent_GetDragAllowMove(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10212     PyObject 
* _resultobj
; 
10214     wxStyledTextEvent 
* _arg0
; 
10215     PyObject 
* _argo0 
= 0; 
10216     char *_kwnames
[] = { "self", NULL 
}; 
10219     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragAllowMove",_kwnames
,&_argo0
))  
10222         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10223         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10224             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragAllowMove. Expected _wxStyledTextEvent_p."); 
10229     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10230         _result 
= (bool )wxStyledTextEvent_GetDragAllowMove(_arg0
); 
10232     wxPyEndAllowThreads(__tstate
); 
10233     if (PyErr_Occurred()) return NULL
; 
10234 }    _resultobj 
= Py_BuildValue("i",_result
); 
10238 #define wxStyledTextEvent_GetDragResult(_swigobj)  (_swigobj->GetDragResult()) 
10239 static PyObject 
*_wrap_wxStyledTextEvent_GetDragResult(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10240     PyObject 
* _resultobj
; 
10241     wxDragResult  _result
; 
10242     wxStyledTextEvent 
* _arg0
; 
10243     PyObject 
* _argo0 
= 0; 
10244     char *_kwnames
[] = { "self", NULL 
}; 
10247     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragResult",_kwnames
,&_argo0
))  
10250         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10251         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10252             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragResult. Expected _wxStyledTextEvent_p."); 
10257     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10258         _result 
= (wxDragResult 
)wxStyledTextEvent_GetDragResult(_arg0
); 
10260     wxPyEndAllowThreads(__tstate
); 
10261     if (PyErr_Occurred()) return NULL
; 
10262 }    _resultobj 
= Py_BuildValue("i",_result
); 
10266 #define wxStyledTextEvent_GetShift(_swigobj)  (_swigobj->GetShift()) 
10267 static PyObject 
*_wrap_wxStyledTextEvent_GetShift(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10268     PyObject 
* _resultobj
; 
10270     wxStyledTextEvent 
* _arg0
; 
10271     PyObject 
* _argo0 
= 0; 
10272     char *_kwnames
[] = { "self", NULL 
}; 
10275     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetShift",_kwnames
,&_argo0
))  
10278         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10279         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10280             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetShift. Expected _wxStyledTextEvent_p."); 
10285     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10286         _result 
= (bool )wxStyledTextEvent_GetShift(_arg0
); 
10288     wxPyEndAllowThreads(__tstate
); 
10289     if (PyErr_Occurred()) return NULL
; 
10290 }    _resultobj 
= Py_BuildValue("i",_result
); 
10294 #define wxStyledTextEvent_GetControl(_swigobj)  (_swigobj->GetControl()) 
10295 static PyObject 
*_wrap_wxStyledTextEvent_GetControl(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10296     PyObject 
* _resultobj
; 
10298     wxStyledTextEvent 
* _arg0
; 
10299     PyObject 
* _argo0 
= 0; 
10300     char *_kwnames
[] = { "self", NULL 
}; 
10303     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetControl",_kwnames
,&_argo0
))  
10306         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10307         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10308             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetControl. Expected _wxStyledTextEvent_p."); 
10313     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10314         _result 
= (bool )wxStyledTextEvent_GetControl(_arg0
); 
10316     wxPyEndAllowThreads(__tstate
); 
10317     if (PyErr_Occurred()) return NULL
; 
10318 }    _resultobj 
= Py_BuildValue("i",_result
); 
10322 #define wxStyledTextEvent_GetAlt(_swigobj)  (_swigobj->GetAlt()) 
10323 static PyObject 
*_wrap_wxStyledTextEvent_GetAlt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10324     PyObject 
* _resultobj
; 
10326     wxStyledTextEvent 
* _arg0
; 
10327     PyObject 
* _argo0 
= 0; 
10328     char *_kwnames
[] = { "self", NULL 
}; 
10331     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetAlt",_kwnames
,&_argo0
))  
10334         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10335         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10336             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetAlt. Expected _wxStyledTextEvent_p."); 
10341     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10342         _result 
= (bool )wxStyledTextEvent_GetAlt(_arg0
); 
10344     wxPyEndAllowThreads(__tstate
); 
10345     if (PyErr_Occurred()) return NULL
; 
10346 }    _resultobj 
= Py_BuildValue("i",_result
); 
10350 #define wxStyledTextEvent_Clone(_swigobj)  (_swigobj->Clone()) 
10351 static PyObject 
*_wrap_wxStyledTextEvent_Clone(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10352     PyObject 
* _resultobj
; 
10354     wxStyledTextEvent 
* _arg0
; 
10355     PyObject 
* _argo0 
= 0; 
10356     char *_kwnames
[] = { "self", NULL 
}; 
10360     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_Clone",_kwnames
,&_argo0
))  
10363         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10364         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10365             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_Clone. Expected _wxStyledTextEvent_p."); 
10370     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10371         _result 
= (wxEvent 
*)wxStyledTextEvent_Clone(_arg0
); 
10373     wxPyEndAllowThreads(__tstate
); 
10374     if (PyErr_Occurred()) return NULL
; 
10376         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxEvent_p"); 
10377         _resultobj 
= Py_BuildValue("s",_ptemp
); 
10379         Py_INCREF(Py_None
); 
10380         _resultobj 
= Py_None
; 
10385 static PyMethodDef stc_cMethods
[] = { 
10386          { "wxStyledTextEvent_Clone", (PyCFunction
) _wrap_wxStyledTextEvent_Clone
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10387          { "wxStyledTextEvent_GetAlt", (PyCFunction
) _wrap_wxStyledTextEvent_GetAlt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10388          { "wxStyledTextEvent_GetControl", (PyCFunction
) _wrap_wxStyledTextEvent_GetControl
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10389          { "wxStyledTextEvent_GetShift", (PyCFunction
) _wrap_wxStyledTextEvent_GetShift
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10390          { "wxStyledTextEvent_GetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragResult
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10391          { "wxStyledTextEvent_GetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragAllowMove
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10392          { "wxStyledTextEvent_GetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10393          { "wxStyledTextEvent_GetY", (PyCFunction
) _wrap_wxStyledTextEvent_GetY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10394          { "wxStyledTextEvent_GetX", (PyCFunction
) _wrap_wxStyledTextEvent_GetX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10395          { "wxStyledTextEvent_GetListType", (PyCFunction
) _wrap_wxStyledTextEvent_GetListType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10396          { "wxStyledTextEvent_GetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetLParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10397          { "wxStyledTextEvent_GetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetWParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10398          { "wxStyledTextEvent_GetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_GetMessage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10399          { "wxStyledTextEvent_GetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_GetMargin
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10400          { "wxStyledTextEvent_GetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelPrev
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10401          { "wxStyledTextEvent_GetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelNow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10402          { "wxStyledTextEvent_GetLine", (PyCFunction
) _wrap_wxStyledTextEvent_GetLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10403          { "wxStyledTextEvent_GetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_GetLinesAdded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10404          { "wxStyledTextEvent_GetLength", (PyCFunction
) _wrap_wxStyledTextEvent_GetLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10405          { "wxStyledTextEvent_GetText", (PyCFunction
) _wrap_wxStyledTextEvent_GetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10406          { "wxStyledTextEvent_GetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_GetModificationType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10407          { "wxStyledTextEvent_GetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_GetModifiers
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10408          { "wxStyledTextEvent_GetKey", (PyCFunction
) _wrap_wxStyledTextEvent_GetKey
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10409          { "wxStyledTextEvent_GetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_GetPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10410          { "wxStyledTextEvent_SetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragResult
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10411          { "wxStyledTextEvent_SetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragAllowMove
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10412          { "wxStyledTextEvent_SetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10413          { "wxStyledTextEvent_SetY", (PyCFunction
) _wrap_wxStyledTextEvent_SetY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10414          { "wxStyledTextEvent_SetX", (PyCFunction
) _wrap_wxStyledTextEvent_SetX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10415          { "wxStyledTextEvent_SetListType", (PyCFunction
) _wrap_wxStyledTextEvent_SetListType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10416          { "wxStyledTextEvent_SetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetLParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10417          { "wxStyledTextEvent_SetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetWParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10418          { "wxStyledTextEvent_SetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_SetMessage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10419          { "wxStyledTextEvent_SetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_SetMargin
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10420          { "wxStyledTextEvent_SetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelPrev
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10421          { "wxStyledTextEvent_SetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelNow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10422          { "wxStyledTextEvent_SetLine", (PyCFunction
) _wrap_wxStyledTextEvent_SetLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10423          { "wxStyledTextEvent_SetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_SetLinesAdded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10424          { "wxStyledTextEvent_SetLength", (PyCFunction
) _wrap_wxStyledTextEvent_SetLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10425          { "wxStyledTextEvent_SetText", (PyCFunction
) _wrap_wxStyledTextEvent_SetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10426          { "wxStyledTextEvent_SetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_SetModificationType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10427          { "wxStyledTextEvent_SetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_SetModifiers
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10428          { "wxStyledTextEvent_SetKey", (PyCFunction
) _wrap_wxStyledTextEvent_SetKey
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10429          { "wxStyledTextEvent_SetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_SetPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10430          { "delete_wxStyledTextEvent", (PyCFunction
) _wrap_delete_wxStyledTextEvent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10431          { "new_wxStyledTextEvent", (PyCFunction
) _wrap_new_wxStyledTextEvent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10432          { "wxStyledTextCtrl_SetHScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10433          { "wxStyledTextCtrl_SetVScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10434          { "wxStyledTextCtrl_SendMsg", (PyCFunction
) _wrap_wxStyledTextCtrl_SendMsg
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10435          { "wxStyledTextCtrl_ScrollToColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10436          { "wxStyledTextCtrl_ScrollToLine", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10437          { "wxStyledTextCtrl_PointFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_PointFromPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10438          { "wxStyledTextCtrl_GetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10439          { "wxStyledTextCtrl_SetMargins", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMargins
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10440          { "wxStyledTextCtrl_CmdKeyExecute", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyExecute
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10441          { "wxStyledTextCtrl_StyleSetFontAttr", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFontAttr
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10442          { "wxStyledTextCtrl_StyleSetFont", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFont
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10443          { "wxStyledTextCtrl_StyleSetSpec", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSpec
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10444          { "wxStyledTextCtrl_GetCurrentLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10445          { "wxStyledTextCtrl_SetLexerLanguage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexerLanguage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10446          { "wxStyledTextCtrl_SetKeyWords", (PyCFunction
) _wrap_wxStyledTextCtrl_SetKeyWords
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10447          { "wxStyledTextCtrl_SetProperty", (PyCFunction
) _wrap_wxStyledTextCtrl_SetProperty
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10448          { "wxStyledTextCtrl_Colourise", (PyCFunction
) _wrap_wxStyledTextCtrl_Colourise
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10449          { "wxStyledTextCtrl_GetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLexer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10450          { "wxStyledTextCtrl_SetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10451          { "wxStyledTextCtrl_StopRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StopRecord
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10452          { "wxStyledTextCtrl_StartRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StartRecord
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10453          { "wxStyledTextCtrl_DelLineRight", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10454          { "wxStyledTextCtrl_DelLineLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10455          { "wxStyledTextCtrl_SetVisiblePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVisiblePolicy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10456          { "wxStyledTextCtrl_WordPartRightExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRightExtend
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10457          { "wxStyledTextCtrl_WordPartRight", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10458          { "wxStyledTextCtrl_WordPartLeftExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeftExtend
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10459          { "wxStyledTextCtrl_WordPartLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10460          { "wxStyledTextCtrl_GetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCursor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10461          { "wxStyledTextCtrl_SetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCursor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10462          { "wxStyledTextCtrl_GetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDownCaptures
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10463          { "wxStyledTextCtrl_SetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDownCaptures
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10464          { "wxStyledTextCtrl_GetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStatus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10465          { "wxStyledTextCtrl_SetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStatus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10466          { "wxStyledTextCtrl_GetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSTCFocus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10467          { "wxStyledTextCtrl_SetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSTCFocus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10468          { "wxStyledTextCtrl_GetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModEventMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10469          { "wxStyledTextCtrl_ReleaseDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_ReleaseDocument
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10470          { "wxStyledTextCtrl_AddRefDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_AddRefDocument
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10471          { "wxStyledTextCtrl_CreateDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_CreateDocument
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10472          { "wxStyledTextCtrl_GetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_GetZoom
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10473          { "wxStyledTextCtrl_SetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_SetZoom
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10474          { "wxStyledTextCtrl_SelectionIsRectangle", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectionIsRectangle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10475          { "wxStyledTextCtrl_UsePopUp", (PyCFunction
) _wrap_wxStyledTextCtrl_UsePopUp
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10476          { "wxStyledTextCtrl_LinesOnScreen", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesOnScreen
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10477          { "wxStyledTextCtrl_SetCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPolicy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10478          { "wxStyledTextCtrl_SearchPrev", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchPrev
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10479          { "wxStyledTextCtrl_SearchNext", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchNext
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10480          { "wxStyledTextCtrl_SearchAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10481          { "wxStyledTextCtrl_SetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10482          { "wxStyledTextCtrl_GetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10483          { "wxStyledTextCtrl_SetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10484          { "wxStyledTextCtrl_GetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10485          { "wxStyledTextCtrl_SetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10486          { "wxStyledTextCtrl_GetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10487          { "wxStyledTextCtrl_SetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetModEventMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10488          { "wxStyledTextCtrl_SetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetDocPointer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10489          { "wxStyledTextCtrl_GetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetDocPointer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10490          { "wxStyledTextCtrl_SetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewEOL
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10491          { "wxStyledTextCtrl_GetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewEOL
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10492          { "wxStyledTextCtrl_BraceMatch", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceMatch
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10493          { "wxStyledTextCtrl_BraceBadLight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceBadLight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10494          { "wxStyledTextCtrl_BraceHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceHighlight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10495          { "wxStyledTextCtrl_LineLength", (PyCFunction
) _wrap_wxStyledTextCtrl_LineLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10496          { "wxStyledTextCtrl_MoveCaretInsideView", (PyCFunction
) _wrap_wxStyledTextCtrl_MoveCaretInsideView
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10497          { "wxStyledTextCtrl_GetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDwellTime
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10498          { "wxStyledTextCtrl_SetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDwellTime
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10499          { "wxStyledTextCtrl_GetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBackSpaceUnIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10500          { "wxStyledTextCtrl_SetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBackSpaceUnIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10501          { "wxStyledTextCtrl_GetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10502          { "wxStyledTextCtrl_SetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10503          { "wxStyledTextCtrl_EnsureVisibleEnforcePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10504          { "wxStyledTextCtrl_SetFoldFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldFlags
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10505          { "wxStyledTextCtrl_EnsureVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10506          { "wxStyledTextCtrl_ToggleFold", (PyCFunction
) _wrap_wxStyledTextCtrl_ToggleFold
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10507          { "wxStyledTextCtrl_GetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldExpanded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10508          { "wxStyledTextCtrl_SetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldExpanded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10509          { "wxStyledTextCtrl_GetLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10510          { "wxStyledTextCtrl_HideLines", (PyCFunction
) _wrap_wxStyledTextCtrl_HideLines
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10511          { "wxStyledTextCtrl_ShowLines", (PyCFunction
) _wrap_wxStyledTextCtrl_ShowLines
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10512          { "wxStyledTextCtrl_GetFoldParent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldParent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10513          { "wxStyledTextCtrl_GetLastChild", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastChild
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10514          { "wxStyledTextCtrl_GetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldLevel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10515          { "wxStyledTextCtrl_SetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldLevel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10516          { "wxStyledTextCtrl_DocLineFromVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_DocLineFromVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10517          { "wxStyledTextCtrl_VisibleFromDocLine", (PyCFunction
) _wrap_wxStyledTextCtrl_VisibleFromDocLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10518          { "wxStyledTextCtrl_CallTipSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10519          { "wxStyledTextCtrl_CallTipSetHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetHighlight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10520          { "wxStyledTextCtrl_CallTipPosAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipPosAtStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10521          { "wxStyledTextCtrl_CallTipActive", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipActive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10522          { "wxStyledTextCtrl_CallTipCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipCancel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10523          { "wxStyledTextCtrl_CallTipShow", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipShow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10524          { "wxStyledTextCtrl_GetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSearchFlags
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10525          { "wxStyledTextCtrl_SetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSearchFlags
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10526          { "wxStyledTextCtrl_SearchInTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchInTarget
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10527          { "wxStyledTextCtrl_ReplaceTargetRE", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTargetRE
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10528          { "wxStyledTextCtrl_ReplaceTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTarget
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10529          { "wxStyledTextCtrl_GetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10530          { "wxStyledTextCtrl_SetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10531          { "wxStyledTextCtrl_GetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10532          { "wxStyledTextCtrl_SetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10533          { "wxStyledTextCtrl_GetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10534          { "wxStyledTextCtrl_SetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10535          { "wxStyledTextCtrl_GetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_GetOvertype
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10536          { "wxStyledTextCtrl_SetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_SetOvertype
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10537          { "wxStyledTextCtrl_GetTextLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10538          { "wxStyledTextCtrl_GetText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10539          { "wxStyledTextCtrl_SetText", (PyCFunction
) _wrap_wxStyledTextCtrl_SetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10540          { "wxStyledTextCtrl_Clear", (PyCFunction
) _wrap_wxStyledTextCtrl_Clear
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10541          { "wxStyledTextCtrl_Paste", (PyCFunction
) _wrap_wxStyledTextCtrl_Paste
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10542          { "wxStyledTextCtrl_Copy", (PyCFunction
) _wrap_wxStyledTextCtrl_Copy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10543          { "wxStyledTextCtrl_Cut", (PyCFunction
) _wrap_wxStyledTextCtrl_Cut
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10544          { "wxStyledTextCtrl_Undo", (PyCFunction
) _wrap_wxStyledTextCtrl_Undo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10545          { "wxStyledTextCtrl_EmptyUndoBuffer", (PyCFunction
) _wrap_wxStyledTextCtrl_EmptyUndoBuffer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10546          { "wxStyledTextCtrl_CanUndo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanUndo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10547          { "wxStyledTextCtrl_CanPaste", (PyCFunction
) _wrap_wxStyledTextCtrl_CanPaste
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10548          { "wxStyledTextCtrl_SetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_SetReadOnly
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10549          { "wxStyledTextCtrl_ReplaceSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10550          { "wxStyledTextCtrl_EnsureCaretVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureCaretVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10551          { "wxStyledTextCtrl_LineScroll", (PyCFunction
) _wrap_wxStyledTextCtrl_LineScroll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10552          { "wxStyledTextCtrl_PositionFromLine", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10553          { "wxStyledTextCtrl_LineFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_LineFromPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10554          { "wxStyledTextCtrl_HideSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_HideSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10555          { "wxStyledTextCtrl_GetTextRange", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextRange
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10556          { "wxStyledTextCtrl_GetSelectedText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectedText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10557          { "wxStyledTextCtrl_SetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10558          { "wxStyledTextCtrl_GetModify", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModify
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10559          { "wxStyledTextCtrl_GetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10560          { "wxStyledTextCtrl_SetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10561          { "wxStyledTextCtrl_GetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10562          { "wxStyledTextCtrl_SetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10563          { "wxStyledTextCtrl_GetLineCount", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineCount
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10564          { "wxStyledTextCtrl_GetLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10565          { "wxStyledTextCtrl_GetFirstVisibleLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFirstVisibleLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10566          { "wxStyledTextCtrl_FormatRange", (PyCFunction
) _wrap_wxStyledTextCtrl_FormatRange
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10567          { "wxStyledTextCtrl_FindText", (PyCFunction
) _wrap_wxStyledTextCtrl_FindText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10568          { "wxStyledTextCtrl_GetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintColourMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10569          { "wxStyledTextCtrl_SetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintColourMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10570          { "wxStyledTextCtrl_GetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintMagnification
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10571          { "wxStyledTextCtrl_SetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintMagnification
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10572          { "wxStyledTextCtrl_GetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10573          { "wxStyledTextCtrl_SetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10574          { "wxStyledTextCtrl_GetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10575          { "wxStyledTextCtrl_SetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10576          { "wxStyledTextCtrl_SetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCurrentPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10577          { "wxStyledTextCtrl_GetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_GetReadOnly
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10578          { "wxStyledTextCtrl_GetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10579          { "wxStyledTextCtrl_GetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCodePage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10580          { "wxStyledTextCtrl_GetLineEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineEndPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10581          { "wxStyledTextCtrl_GetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_GetHighlightGuide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10582          { "wxStyledTextCtrl_SetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHighlightGuide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10583          { "wxStyledTextCtrl_GetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndentationGuides
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10584          { "wxStyledTextCtrl_SetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndentationGuides
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10585          { "wxStyledTextCtrl_GetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10586          { "wxStyledTextCtrl_SetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10587          { "wxStyledTextCtrl_GetColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10588          { "wxStyledTextCtrl_GetLineIndentPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10589          { "wxStyledTextCtrl_GetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentation
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10590          { "wxStyledTextCtrl_SetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineIndentation
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10591          { "wxStyledTextCtrl_GetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseTabs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10592          { "wxStyledTextCtrl_SetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseTabs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10593          { "wxStyledTextCtrl_GetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10594          { "wxStyledTextCtrl_SetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10595          { "wxStyledTextCtrl_AutoCompGetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetAutoHide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10596          { "wxStyledTextCtrl_AutoCompSetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetAutoHide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10597          { "wxStyledTextCtrl_UserListShow", (PyCFunction
) _wrap_wxStyledTextCtrl_UserListShow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10598          { "wxStyledTextCtrl_AutoCompGetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10599          { "wxStyledTextCtrl_AutoCompSetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10600          { "wxStyledTextCtrl_AutoCompGetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetChooseSingle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10601          { "wxStyledTextCtrl_AutoCompSetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetChooseSingle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10602          { "wxStyledTextCtrl_AutoCompSetFillUps", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetFillUps
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10603          { "wxStyledTextCtrl_AutoCompGetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10604          { "wxStyledTextCtrl_AutoCompSetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10605          { "wxStyledTextCtrl_AutoCompSelect", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSelect
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10606          { "wxStyledTextCtrl_AutoCompGetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetSeparator
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10607          { "wxStyledTextCtrl_AutoCompSetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetSeparator
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10608          { "wxStyledTextCtrl_AutoCompStops", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompStops
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10609          { "wxStyledTextCtrl_AutoCompComplete", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompComplete
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10610          { "wxStyledTextCtrl_AutoCompPosStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompPosStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10611          { "wxStyledTextCtrl_AutoCompActive", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompActive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10612          { "wxStyledTextCtrl_AutoCompCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompCancel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10613          { "wxStyledTextCtrl_AutoCompShow", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompShow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10614          { "wxStyledTextCtrl_SetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineBack
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10615          { "wxStyledTextCtrl_GetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineBack
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10616          { "wxStyledTextCtrl_SetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10617          { "wxStyledTextCtrl_GetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10618          { "wxStyledTextCtrl_GetMaxLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMaxLineState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10619          { "wxStyledTextCtrl_GetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10620          { "wxStyledTextCtrl_SetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10621          { "wxStyledTextCtrl_GetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleBits
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10622          { "wxStyledTextCtrl_SetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBits
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10623          { "wxStyledTextCtrl_IndicatorGetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10624          { "wxStyledTextCtrl_IndicatorSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10625          { "wxStyledTextCtrl_IndicatorGetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10626          { "wxStyledTextCtrl_IndicatorSetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10627          { "wxStyledTextCtrl_EndUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_EndUndoAction
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10628          { "wxStyledTextCtrl_BeginUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_BeginUndoAction
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10629          { "wxStyledTextCtrl_SetWordChars", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWordChars
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10630          { "wxStyledTextCtrl_SetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPeriod
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10631          { "wxStyledTextCtrl_GetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretPeriod
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10632          { "wxStyledTextCtrl_StyleSetVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10633          { "wxStyledTextCtrl_SetStyleBytes", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBytes
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10634          { "wxStyledTextCtrl_CmdKeyClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClearAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10635          { "wxStyledTextCtrl_CmdKeyClear", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClear
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10636          { "wxStyledTextCtrl_CmdKeyAssign", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyAssign
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10637          { "wxStyledTextCtrl_SetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10638          { "wxStyledTextCtrl_SetSelBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10639          { "wxStyledTextCtrl_SetSelForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10640          { "wxStyledTextCtrl_StyleSetCase", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetCase
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10641          { "wxStyledTextCtrl_StyleSetUnderline", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetUnderline
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10642          { "wxStyledTextCtrl_StyleResetDefault", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleResetDefault
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10643          { "wxStyledTextCtrl_StyleSetEOLFilled", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetEOLFilled
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10644          { "wxStyledTextCtrl_StyleSetFaceName", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFaceName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10645          { "wxStyledTextCtrl_StyleSetSize", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10646          { "wxStyledTextCtrl_StyleSetItalic", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetItalic
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10647          { "wxStyledTextCtrl_StyleSetBold", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBold
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10648          { "wxStyledTextCtrl_StyleSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10649          { "wxStyledTextCtrl_StyleSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10650          { "wxStyledTextCtrl_StyleClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleClearAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10651          { "wxStyledTextCtrl_GetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginSensitive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10652          { "wxStyledTextCtrl_SetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginSensitive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10653          { "wxStyledTextCtrl_GetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10654          { "wxStyledTextCtrl_SetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10655          { "wxStyledTextCtrl_GetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10656          { "wxStyledTextCtrl_SetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10657          { "wxStyledTextCtrl_GetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10658          { "wxStyledTextCtrl_SetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10659          { "wxStyledTextCtrl_MarkerPrevious", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerPrevious
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10660          { "wxStyledTextCtrl_MarkerNext", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerNext
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10661          { "wxStyledTextCtrl_MarkerGet", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerGet
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10662          { "wxStyledTextCtrl_MarkerDeleteAll", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10663          { "wxStyledTextCtrl_MarkerDelete", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDelete
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10664          { "wxStyledTextCtrl_MarkerAdd", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerAdd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10665          { "wxStyledTextCtrl_MarkerSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10666          { "wxStyledTextCtrl_MarkerSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10667          { "wxStyledTextCtrl_MarkerDefine", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDefine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10668          { "wxStyledTextCtrl_SetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCodePage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10669          { "wxStyledTextCtrl_GetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10670          { "wxStyledTextCtrl_SetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10671          { "wxStyledTextCtrl_SetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBufferedDraw
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10672          { "wxStyledTextCtrl_GetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBufferedDraw
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10673          { "wxStyledTextCtrl_SetStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyling
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10674          { "wxStyledTextCtrl_StartStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_StartStyling
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10675          { "wxStyledTextCtrl_SetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEOLMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10676          { "wxStyledTextCtrl_GetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEOLMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10677          { "wxStyledTextCtrl_ConvertEOLs", (PyCFunction
) _wrap_wxStyledTextCtrl_ConvertEOLs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10678          { "wxStyledTextCtrl_GetEndStyled", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndStyled
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10679          { "wxStyledTextCtrl_GetCurLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10680          { "wxStyledTextCtrl_SetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10681          { "wxStyledTextCtrl_GotoPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10682          { "wxStyledTextCtrl_GotoLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10683          { "wxStyledTextCtrl_PositionFromPointClose", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPointClose
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10684          { "wxStyledTextCtrl_PositionFromPoint", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10685          { "wxStyledTextCtrl_SetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewWhiteSpace
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10686          { "wxStyledTextCtrl_GetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewWhiteSpace
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10687          { "wxStyledTextCtrl_GetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUndoCollection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10688          { "wxStyledTextCtrl_MarkerDeleteHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteHandle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10689          { "wxStyledTextCtrl_MarkerLineFromHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerLineFromHandle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10690          { "wxStyledTextCtrl_CanRedo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanRedo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10691          { "wxStyledTextCtrl_GetStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyledText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10692          { "wxStyledTextCtrl_SetSavePoint", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSavePoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10693          { "wxStyledTextCtrl_SelectAll", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10694          { "wxStyledTextCtrl_SetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUndoCollection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10695          { "wxStyledTextCtrl_Redo", (PyCFunction
) _wrap_wxStyledTextCtrl_Redo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10696          { "wxStyledTextCtrl_GetStyleAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleAt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10697          { "wxStyledTextCtrl_GetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10698          { "wxStyledTextCtrl_GetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10699          { "wxStyledTextCtrl_GetCharAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCharAt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10700          { "wxStyledTextCtrl_GetLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10701          { "wxStyledTextCtrl_ClearDocumentStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearDocumentStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10702          { "wxStyledTextCtrl_ClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10703          { "wxStyledTextCtrl_InsertText", (PyCFunction
) _wrap_wxStyledTextCtrl_InsertText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10704          { "wxStyledTextCtrl_AddStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddStyledText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10705          { "wxStyledTextCtrl_AddText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10706          { "new_wxStyledTextCtrl", (PyCFunction
) _wrap_new_wxStyledTextCtrl
, METH_VARARGS 
| METH_KEYWORDS 
}, 
10713  * This table is used by the pointer type-checker 
10715 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = { 
10716     { "_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
}, 
10717     { "_signed_long","_long",0}, 
10718     { "_wxPrintQuality","_wxCoord",0}, 
10719     { "_wxPrintQuality","_int",0}, 
10720     { "_wxPrintQuality","_signed_int",0}, 
10721     { "_wxPrintQuality","_unsigned_int",0}, 
10722     { "_wxPrintQuality","_wxWindowID",0}, 
10723     { "_wxPrintQuality","_uint",0}, 
10724     { "_wxPrintQuality","_EBool",0}, 
10725     { "_wxPrintQuality","_size_t",0}, 
10726     { "_wxPrintQuality","_time_t",0}, 
10727     { "_byte","_unsigned_char",0}, 
10728     { "_long","_unsigned_long",0}, 
10729     { "_long","_signed_long",0}, 
10730     { "_size_t","_wxCoord",0}, 
10731     { "_size_t","_wxPrintQuality",0}, 
10732     { "_size_t","_time_t",0}, 
10733     { "_size_t","_unsigned_int",0}, 
10734     { "_size_t","_int",0}, 
10735     { "_size_t","_wxWindowID",0}, 
10736     { "_size_t","_uint",0}, 
10737     { "_uint","_wxCoord",0}, 
10738     { "_uint","_wxPrintQuality",0}, 
10739     { "_uint","_time_t",0}, 
10740     { "_uint","_size_t",0}, 
10741     { "_uint","_unsigned_int",0}, 
10742     { "_uint","_int",0}, 
10743     { "_uint","_wxWindowID",0}, 
10744     { "_wxChar","_char",0}, 
10745     { "_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
}, 
10746     { "_char","_wxChar",0}, 
10747     { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0}, 
10748     { "_EBool","_wxCoord",0}, 
10749     { "_EBool","_wxPrintQuality",0}, 
10750     { "_EBool","_signed_int",0}, 
10751     { "_EBool","_int",0}, 
10752     { "_EBool","_wxWindowID",0}, 
10753     { "_unsigned_long","_long",0}, 
10754     { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0}, 
10755     { "_signed_int","_wxCoord",0}, 
10756     { "_signed_int","_wxPrintQuality",0}, 
10757     { "_signed_int","_EBool",0}, 
10758     { "_signed_int","_wxWindowID",0}, 
10759     { "_signed_int","_int",0}, 
10760     { "_WXTYPE","_wxDateTime_t",0}, 
10761     { "_WXTYPE","_short",0}, 
10762     { "_WXTYPE","_signed_short",0}, 
10763     { "_WXTYPE","_unsigned_short",0}, 
10764     { "_unsigned_short","_wxDateTime_t",0}, 
10765     { "_unsigned_short","_WXTYPE",0}, 
10766     { "_unsigned_short","_short",0}, 
10767     { "_wxObject","_wxStyledTextEvent",SwigwxStyledTextEventTowxObject
}, 
10768     { "_wxObject","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxObject
}, 
10769     { "_signed_short","_WXTYPE",0}, 
10770     { "_signed_short","_short",0}, 
10771     { "_unsigned_char","_byte",0}, 
10772     { "_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
}, 
10773     { "_unsigned_int","_wxCoord",0}, 
10774     { "_unsigned_int","_wxPrintQuality",0}, 
10775     { "_unsigned_int","_time_t",0}, 
10776     { "_unsigned_int","_size_t",0}, 
10777     { "_unsigned_int","_uint",0}, 
10778     { "_unsigned_int","_wxWindowID",0}, 
10779     { "_unsigned_int","_int",0}, 
10780     { "_short","_wxDateTime_t",0}, 
10781     { "_short","_WXTYPE",0}, 
10782     { "_short","_unsigned_short",0}, 
10783     { "_short","_signed_short",0}, 
10784     { "_wxWindowID","_wxCoord",0}, 
10785     { "_wxWindowID","_wxPrintQuality",0}, 
10786     { "_wxWindowID","_time_t",0}, 
10787     { "_wxWindowID","_size_t",0}, 
10788     { "_wxWindowID","_EBool",0}, 
10789     { "_wxWindowID","_uint",0}, 
10790     { "_wxWindowID","_int",0}, 
10791     { "_wxWindowID","_signed_int",0}, 
10792     { "_wxWindowID","_unsigned_int",0}, 
10793     { "_int","_wxCoord",0}, 
10794     { "_int","_wxPrintQuality",0}, 
10795     { "_int","_time_t",0}, 
10796     { "_int","_size_t",0}, 
10797     { "_int","_EBool",0}, 
10798     { "_int","_uint",0}, 
10799     { "_int","_wxWindowID",0}, 
10800     { "_int","_unsigned_int",0}, 
10801     { "_int","_signed_int",0}, 
10802     { "_wxDateTime_t","_unsigned_short",0}, 
10803     { "_wxDateTime_t","_short",0}, 
10804     { "_wxDateTime_t","_WXTYPE",0}, 
10805     { "_time_t","_wxCoord",0}, 
10806     { "_time_t","_wxPrintQuality",0}, 
10807     { "_time_t","_unsigned_int",0}, 
10808     { "_time_t","_int",0}, 
10809     { "_time_t","_wxWindowID",0}, 
10810     { "_time_t","_uint",0}, 
10811     { "_time_t","_size_t",0}, 
10812     { "_wxCoord","_int",0}, 
10813     { "_wxCoord","_signed_int",0}, 
10814     { "_wxCoord","_unsigned_int",0}, 
10815     { "_wxCoord","_wxWindowID",0}, 
10816     { "_wxCoord","_uint",0}, 
10817     { "_wxCoord","_EBool",0}, 
10818     { "_wxCoord","_size_t",0}, 
10819     { "_wxCoord","_time_t",0}, 
10820     { "_wxCoord","_wxPrintQuality",0}, 
10821     { "_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
}, 
10822     { "_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
}, 
10825 static PyObject 
*SWIG_globals
; 
10829 SWIGEXPORT(void) initstc_c() { 
10831          SWIG_globals 
= SWIG_newvarlink(); 
10832          m 
= Py_InitModule("stc_c", stc_cMethods
); 
10833          d 
= PyModule_GetDict(m
); 
10834          PyDict_SetItemString(d
,"wxSTC_INVALID_POSITION", PyInt_FromLong((long) -1)); 
10835          PyDict_SetItemString(d
,"wxSTC_START", PyInt_FromLong((long) 2000)); 
10836          PyDict_SetItemString(d
,"wxSTC_OPTIONAL_START", PyInt_FromLong((long) 3000)); 
10837          PyDict_SetItemString(d
,"wxSTC_LEXER_START", PyInt_FromLong((long) 4000)); 
10838          PyDict_SetItemString(d
,"wxSTC_CMD_REDO", PyInt_FromLong((long) 2011)); 
10839          PyDict_SetItemString(d
,"wxSTC_CMD_SELECTALL", PyInt_FromLong((long) 2013)); 
10840          PyDict_SetItemString(d
,"wxSTC_WS_INVISIBLE", PyInt_FromLong((long) 0)); 
10841          PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEALWAYS", PyInt_FromLong((long) 1)); 
10842          PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEAFTERINDENT", PyInt_FromLong((long) 2)); 
10843          PyDict_SetItemString(d
,"wxSTC_EOL_CRLF", PyInt_FromLong((long) 0)); 
10844          PyDict_SetItemString(d
,"wxSTC_EOL_CR", PyInt_FromLong((long) 1)); 
10845          PyDict_SetItemString(d
,"wxSTC_EOL_LF", PyInt_FromLong((long) 2)); 
10846          PyDict_SetItemString(d
,"wxSTC_CP_UTF8", PyInt_FromLong((long) 65001)); 
10847          PyDict_SetItemString(d
,"wxSTC_MARKER_MAX", PyInt_FromLong((long) 31)); 
10848          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLE", PyInt_FromLong((long) 0)); 
10849          PyDict_SetItemString(d
,"wxSTC_MARK_ROUNDRECT", PyInt_FromLong((long) 1)); 
10850          PyDict_SetItemString(d
,"wxSTC_MARK_ARROW", PyInt_FromLong((long) 2)); 
10851          PyDict_SetItemString(d
,"wxSTC_MARK_SMALLRECT", PyInt_FromLong((long) 3)); 
10852          PyDict_SetItemString(d
,"wxSTC_MARK_SHORTARROW", PyInt_FromLong((long) 4)); 
10853          PyDict_SetItemString(d
,"wxSTC_MARK_EMPTY", PyInt_FromLong((long) 5)); 
10854          PyDict_SetItemString(d
,"wxSTC_MARK_ARROWDOWN", PyInt_FromLong((long) 6)); 
10855          PyDict_SetItemString(d
,"wxSTC_MARK_MINUS", PyInt_FromLong((long) 7)); 
10856          PyDict_SetItemString(d
,"wxSTC_MARK_PLUS", PyInt_FromLong((long) 8)); 
10857          PyDict_SetItemString(d
,"wxSTC_MARK_VLINE", PyInt_FromLong((long) 9)); 
10858          PyDict_SetItemString(d
,"wxSTC_MARK_LCORNER", PyInt_FromLong((long) 10)); 
10859          PyDict_SetItemString(d
,"wxSTC_MARK_TCORNER", PyInt_FromLong((long) 11)); 
10860          PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUS", PyInt_FromLong((long) 12)); 
10861          PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUSCONNECTED", PyInt_FromLong((long) 13)); 
10862          PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUS", PyInt_FromLong((long) 14)); 
10863          PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUSCONNECTED", PyInt_FromLong((long) 15)); 
10864          PyDict_SetItemString(d
,"wxSTC_MARK_LCORNERCURVE", PyInt_FromLong((long) 16)); 
10865          PyDict_SetItemString(d
,"wxSTC_MARK_TCORNERCURVE", PyInt_FromLong((long) 17)); 
10866          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUS", PyInt_FromLong((long) 18)); 
10867          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUSCONNECTED", PyInt_FromLong((long) 19)); 
10868          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUS", PyInt_FromLong((long) 20)); 
10869          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUSCONNECTED", PyInt_FromLong((long) 21)); 
10870          PyDict_SetItemString(d
,"wxSTC_MARK_CHARACTER", PyInt_FromLong((long) 10000)); 
10871          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEREND", PyInt_FromLong((long) 25)); 
10872          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPENMID", PyInt_FromLong((long) 26)); 
10873          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERMIDTAIL", PyInt_FromLong((long) 27)); 
10874          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERTAIL", PyInt_FromLong((long) 28)); 
10875          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERSUB", PyInt_FromLong((long) 29)); 
10876          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDER", PyInt_FromLong((long) 30)); 
10877          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPEN", PyInt_FromLong((long) 31)); 
10878          PyDict_SetItemString(d
,"wxSTC_MARGIN_SYMBOL", PyInt_FromLong((long) 0)); 
10879          PyDict_SetItemString(d
,"wxSTC_MARGIN_NUMBER", PyInt_FromLong((long) 1)); 
10880          PyDict_SetItemString(d
,"wxSTC_STYLE_DEFAULT", PyInt_FromLong((long) 32)); 
10881          PyDict_SetItemString(d
,"wxSTC_STYLE_LINENUMBER", PyInt_FromLong((long) 33)); 
10882          PyDict_SetItemString(d
,"wxSTC_STYLE_BRACELIGHT", PyInt_FromLong((long) 34)); 
10883          PyDict_SetItemString(d
,"wxSTC_STYLE_BRACEBAD", PyInt_FromLong((long) 35)); 
10884          PyDict_SetItemString(d
,"wxSTC_STYLE_CONTROLCHAR", PyInt_FromLong((long) 36)); 
10885          PyDict_SetItemString(d
,"wxSTC_STYLE_INDENTGUIDE", PyInt_FromLong((long) 37)); 
10886          PyDict_SetItemString(d
,"wxSTC_STYLE_LASTPREDEFINED", PyInt_FromLong((long) 39)); 
10887          PyDict_SetItemString(d
,"wxSTC_STYLE_MAX", PyInt_FromLong((long) 127)); 
10888          PyDict_SetItemString(d
,"wxSTC_CHARSET_ANSI", PyInt_FromLong((long) 0)); 
10889          PyDict_SetItemString(d
,"wxSTC_CHARSET_DEFAULT", PyInt_FromLong((long) 1)); 
10890          PyDict_SetItemString(d
,"wxSTC_CHARSET_BALTIC", PyInt_FromLong((long) 186)); 
10891          PyDict_SetItemString(d
,"wxSTC_CHARSET_CHINESEBIG5", PyInt_FromLong((long) 136)); 
10892          PyDict_SetItemString(d
,"wxSTC_CHARSET_EASTEUROPE", PyInt_FromLong((long) 238)); 
10893          PyDict_SetItemString(d
,"wxSTC_CHARSET_GB2312", PyInt_FromLong((long) 134)); 
10894          PyDict_SetItemString(d
,"wxSTC_CHARSET_GREEK", PyInt_FromLong((long) 161)); 
10895          PyDict_SetItemString(d
,"wxSTC_CHARSET_HANGUL", PyInt_FromLong((long) 129)); 
10896          PyDict_SetItemString(d
,"wxSTC_CHARSET_MAC", PyInt_FromLong((long) 77)); 
10897          PyDict_SetItemString(d
,"wxSTC_CHARSET_OEM", PyInt_FromLong((long) 255)); 
10898          PyDict_SetItemString(d
,"wxSTC_CHARSET_RUSSIAN", PyInt_FromLong((long) 204)); 
10899          PyDict_SetItemString(d
,"wxSTC_CHARSET_SHIFTJIS", PyInt_FromLong((long) 128)); 
10900          PyDict_SetItemString(d
,"wxSTC_CHARSET_SYMBOL", PyInt_FromLong((long) 2)); 
10901          PyDict_SetItemString(d
,"wxSTC_CHARSET_TURKISH", PyInt_FromLong((long) 162)); 
10902          PyDict_SetItemString(d
,"wxSTC_CHARSET_JOHAB", PyInt_FromLong((long) 130)); 
10903          PyDict_SetItemString(d
,"wxSTC_CHARSET_HEBREW", PyInt_FromLong((long) 177)); 
10904          PyDict_SetItemString(d
,"wxSTC_CHARSET_ARABIC", PyInt_FromLong((long) 178)); 
10905          PyDict_SetItemString(d
,"wxSTC_CHARSET_VIETNAMESE", PyInt_FromLong((long) 163)); 
10906          PyDict_SetItemString(d
,"wxSTC_CHARSET_THAI", PyInt_FromLong((long) 222)); 
10907          PyDict_SetItemString(d
,"wxSTC_CASE_MIXED", PyInt_FromLong((long) 0)); 
10908          PyDict_SetItemString(d
,"wxSTC_CASE_UPPER", PyInt_FromLong((long) 1)); 
10909          PyDict_SetItemString(d
,"wxSTC_CASE_LOWER", PyInt_FromLong((long) 2)); 
10910          PyDict_SetItemString(d
,"wxSTC_INDIC_MAX", PyInt_FromLong((long) 7)); 
10911          PyDict_SetItemString(d
,"wxSTC_INDIC_PLAIN", PyInt_FromLong((long) 0)); 
10912          PyDict_SetItemString(d
,"wxSTC_INDIC_SQUIGGLE", PyInt_FromLong((long) 1)); 
10913          PyDict_SetItemString(d
,"wxSTC_INDIC_TT", PyInt_FromLong((long) 2)); 
10914          PyDict_SetItemString(d
,"wxSTC_INDIC_DIAGONAL", PyInt_FromLong((long) 3)); 
10915          PyDict_SetItemString(d
,"wxSTC_INDIC_STRIKE", PyInt_FromLong((long) 4)); 
10916          PyDict_SetItemString(d
,"wxSTC_INDIC0_MASK", PyInt_FromLong((long) 32)); 
10917          PyDict_SetItemString(d
,"wxSTC_INDIC1_MASK", PyInt_FromLong((long) 64)); 
10918          PyDict_SetItemString(d
,"wxSTC_INDIC2_MASK", PyInt_FromLong((long) 128)); 
10919          PyDict_SetItemString(d
,"wxSTC_INDICS_MASK", PyInt_FromLong((long) 224)); 
10920          PyDict_SetItemString(d
,"wxSTC_PRINT_NORMAL", PyInt_FromLong((long) 0)); 
10921          PyDict_SetItemString(d
,"wxSTC_PRINT_INVERTLIGHT", PyInt_FromLong((long) 1)); 
10922          PyDict_SetItemString(d
,"wxSTC_PRINT_BLACKONWHITE", PyInt_FromLong((long) 2)); 
10923          PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITE", PyInt_FromLong((long) 3)); 
10924          PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITEDEFAULTBG", PyInt_FromLong((long) 4)); 
10925          PyDict_SetItemString(d
,"wxSTC_FIND_WHOLEWORD", PyInt_FromLong((long) 2)); 
10926          PyDict_SetItemString(d
,"wxSTC_FIND_MATCHCASE", PyInt_FromLong((long) 4)); 
10927          PyDict_SetItemString(d
,"wxSTC_FIND_WORDSTART", PyInt_FromLong((long) 0x00100000)); 
10928          PyDict_SetItemString(d
,"wxSTC_FIND_REGEXP", PyInt_FromLong((long) 0x00200000)); 
10929          PyDict_SetItemString(d
,"wxSTC_CMD_UNDO", PyInt_FromLong((long) 2176)); 
10930          PyDict_SetItemString(d
,"wxSTC_CMD_CUT", PyInt_FromLong((long) 2177)); 
10931          PyDict_SetItemString(d
,"wxSTC_CMD_COPY", PyInt_FromLong((long) 2178)); 
10932          PyDict_SetItemString(d
,"wxSTC_CMD_PASTE", PyInt_FromLong((long) 2179)); 
10933          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBASE", PyInt_FromLong((long) 0x400)); 
10934          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELWHITEFLAG", PyInt_FromLong((long) 0x1000)); 
10935          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELHEADERFLAG", PyInt_FromLong((long) 0x2000)); 
10936          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELNUMBERMASK", PyInt_FromLong((long) 0x0FFF)); 
10937          PyDict_SetItemString(d
,"wxSTC_TIME_FOREVER", PyInt_FromLong((long) 10000000)); 
10938          PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWN", PyInt_FromLong((long) 2300)); 
10939          PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWNEXTEND", PyInt_FromLong((long) 2301)); 
10940          PyDict_SetItemString(d
,"wxSTC_CMD_LINEUP", PyInt_FromLong((long) 2302)); 
10941          PyDict_SetItemString(d
,"wxSTC_CMD_LINEUPEXTEND", PyInt_FromLong((long) 2303)); 
10942          PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFT", PyInt_FromLong((long) 2304)); 
10943          PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFTEXTEND", PyInt_FromLong((long) 2305)); 
10944          PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHT", PyInt_FromLong((long) 2306)); 
10945          PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHTEXTEND", PyInt_FromLong((long) 2307)); 
10946          PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFT", PyInt_FromLong((long) 2308)); 
10947          PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFTEXTEND", PyInt_FromLong((long) 2309)); 
10948          PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHT", PyInt_FromLong((long) 2310)); 
10949          PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHTEXTEND", PyInt_FromLong((long) 2311)); 
10950          PyDict_SetItemString(d
,"wxSTC_CMD_HOME", PyInt_FromLong((long) 2312)); 
10951          PyDict_SetItemString(d
,"wxSTC_CMD_HOMEEXTEND", PyInt_FromLong((long) 2313)); 
10952          PyDict_SetItemString(d
,"wxSTC_CMD_LINEEND", PyInt_FromLong((long) 2314)); 
10953          PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDEXTEND", PyInt_FromLong((long) 2315)); 
10954          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTART", PyInt_FromLong((long) 2316)); 
10955          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTARTEXTEND", PyInt_FromLong((long) 2317)); 
10956          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTEND", PyInt_FromLong((long) 2318)); 
10957          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTENDEXTEND", PyInt_FromLong((long) 2319)); 
10958          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUP", PyInt_FromLong((long) 2320)); 
10959          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUPEXTEND", PyInt_FromLong((long) 2321)); 
10960          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWN", PyInt_FromLong((long) 2322)); 
10961          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWNEXTEND", PyInt_FromLong((long) 2323)); 
10962          PyDict_SetItemString(d
,"wxSTC_CMD_EDITTOGGLEOVERTYPE", PyInt_FromLong((long) 2324)); 
10963          PyDict_SetItemString(d
,"wxSTC_CMD_CANCEL", PyInt_FromLong((long) 2325)); 
10964          PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACK", PyInt_FromLong((long) 2326)); 
10965          PyDict_SetItemString(d
,"wxSTC_CMD_TAB", PyInt_FromLong((long) 2327)); 
10966          PyDict_SetItemString(d
,"wxSTC_CMD_BACKTAB", PyInt_FromLong((long) 2328)); 
10967          PyDict_SetItemString(d
,"wxSTC_CMD_NEWLINE", PyInt_FromLong((long) 2329)); 
10968          PyDict_SetItemString(d
,"wxSTC_CMD_FORMFEED", PyInt_FromLong((long) 2330)); 
10969          PyDict_SetItemString(d
,"wxSTC_CMD_VCHOME", PyInt_FromLong((long) 2331)); 
10970          PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEEXTEND", PyInt_FromLong((long) 2332)); 
10971          PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMIN", PyInt_FromLong((long) 2333)); 
10972          PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMOUT", PyInt_FromLong((long) 2334)); 
10973          PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDLEFT", PyInt_FromLong((long) 2335)); 
10974          PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDRIGHT", PyInt_FromLong((long) 2336)); 
10975          PyDict_SetItemString(d
,"wxSTC_CMD_LINECUT", PyInt_FromLong((long) 2337)); 
10976          PyDict_SetItemString(d
,"wxSTC_CMD_LINEDELETE", PyInt_FromLong((long) 2338)); 
10977          PyDict_SetItemString(d
,"wxSTC_CMD_LINETRANSPOSE", PyInt_FromLong((long) 2339)); 
10978          PyDict_SetItemString(d
,"wxSTC_CMD_LOWERCASE", PyInt_FromLong((long) 2340)); 
10979          PyDict_SetItemString(d
,"wxSTC_CMD_UPPERCASE", PyInt_FromLong((long) 2341)); 
10980          PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLDOWN", PyInt_FromLong((long) 2342)); 
10981          PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLUP", PyInt_FromLong((long) 2343)); 
10982          PyDict_SetItemString(d
,"wxSTC_EDGE_NONE", PyInt_FromLong((long) 0)); 
10983          PyDict_SetItemString(d
,"wxSTC_EDGE_LINE", PyInt_FromLong((long) 1)); 
10984          PyDict_SetItemString(d
,"wxSTC_EDGE_BACKGROUND", PyInt_FromLong((long) 2)); 
10985          PyDict_SetItemString(d
,"wxSTC_CARET_SLOP", PyInt_FromLong((long) 0x01)); 
10986          PyDict_SetItemString(d
,"wxSTC_CARET_CENTER", PyInt_FromLong((long) 0x02)); 
10987          PyDict_SetItemString(d
,"wxSTC_CARET_STRICT", PyInt_FromLong((long) 0x04)); 
10988          PyDict_SetItemString(d
,"wxSTC_CARET_XEVEN", PyInt_FromLong((long) 0x08)); 
10989          PyDict_SetItemString(d
,"wxSTC_CARET_XJUMPS", PyInt_FromLong((long) 0x10)); 
10990          PyDict_SetItemString(d
,"wxSTC_CURSORNORMAL", PyInt_FromLong((long) -1)); 
10991          PyDict_SetItemString(d
,"wxSTC_CURSORWAIT", PyInt_FromLong((long) 3)); 
10992          PyDict_SetItemString(d
,"wxSTC_VISIBLE_SLOP", PyInt_FromLong((long) 0x01)); 
10993          PyDict_SetItemString(d
,"wxSTC_VISIBLE_STRICT", PyInt_FromLong((long) 0x04)); 
10994          PyDict_SetItemString(d
,"wxSTC_MOD_INSERTTEXT", PyInt_FromLong((long) 0x1)); 
10995          PyDict_SetItemString(d
,"wxSTC_MOD_DELETETEXT", PyInt_FromLong((long) 0x2)); 
10996          PyDict_SetItemString(d
,"wxSTC_MOD_CHANGESTYLE", PyInt_FromLong((long) 0x4)); 
10997          PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEFOLD", PyInt_FromLong((long) 0x8)); 
10998          PyDict_SetItemString(d
,"wxSTC_PERFORMED_USER", PyInt_FromLong((long) 0x10)); 
10999          PyDict_SetItemString(d
,"wxSTC_PERFORMED_UNDO", PyInt_FromLong((long) 0x20)); 
11000          PyDict_SetItemString(d
,"wxSTC_PERFORMED_REDO", PyInt_FromLong((long) 0x40)); 
11001          PyDict_SetItemString(d
,"wxSTC_LASTSTEPINUNDOREDO", PyInt_FromLong((long) 0x100)); 
11002          PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEMARKER", PyInt_FromLong((long) 0x200)); 
11003          PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREINSERT", PyInt_FromLong((long) 0x400)); 
11004          PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREDELETE", PyInt_FromLong((long) 0x800)); 
11005          PyDict_SetItemString(d
,"wxSTC_MODEVENTMASKALL", PyInt_FromLong((long) 0xF77)); 
11006          PyDict_SetItemString(d
,"wxSTC_KEY_DOWN", PyInt_FromLong((long) 300)); 
11007          PyDict_SetItemString(d
,"wxSTC_KEY_UP", PyInt_FromLong((long) 301)); 
11008          PyDict_SetItemString(d
,"wxSTC_KEY_LEFT", PyInt_FromLong((long) 302)); 
11009          PyDict_SetItemString(d
,"wxSTC_KEY_RIGHT", PyInt_FromLong((long) 303)); 
11010          PyDict_SetItemString(d
,"wxSTC_KEY_HOME", PyInt_FromLong((long) 304)); 
11011          PyDict_SetItemString(d
,"wxSTC_KEY_END", PyInt_FromLong((long) 305)); 
11012          PyDict_SetItemString(d
,"wxSTC_KEY_PRIOR", PyInt_FromLong((long) 306)); 
11013          PyDict_SetItemString(d
,"wxSTC_KEY_NEXT", PyInt_FromLong((long) 307)); 
11014          PyDict_SetItemString(d
,"wxSTC_KEY_DELETE", PyInt_FromLong((long) 308)); 
11015          PyDict_SetItemString(d
,"wxSTC_KEY_INSERT", PyInt_FromLong((long) 309)); 
11016          PyDict_SetItemString(d
,"wxSTC_KEY_ESCAPE", PyInt_FromLong((long) 7)); 
11017          PyDict_SetItemString(d
,"wxSTC_KEY_BACK", PyInt_FromLong((long) 8)); 
11018          PyDict_SetItemString(d
,"wxSTC_KEY_TAB", PyInt_FromLong((long) 9)); 
11019          PyDict_SetItemString(d
,"wxSTC_KEY_RETURN", PyInt_FromLong((long) 13)); 
11020          PyDict_SetItemString(d
,"wxSTC_KEY_ADD", PyInt_FromLong((long) 310)); 
11021          PyDict_SetItemString(d
,"wxSTC_KEY_SUBTRACT", PyInt_FromLong((long) 311)); 
11022          PyDict_SetItemString(d
,"wxSTC_KEY_DIVIDE", PyInt_FromLong((long) 312)); 
11023          PyDict_SetItemString(d
,"wxSTC_SCMOD_SHIFT", PyInt_FromLong((long) 1)); 
11024          PyDict_SetItemString(d
,"wxSTC_SCMOD_CTRL", PyInt_FromLong((long) 2)); 
11025          PyDict_SetItemString(d
,"wxSTC_SCMOD_ALT", PyInt_FromLong((long) 4)); 
11026          PyDict_SetItemString(d
,"wxSTC_LEX_CONTAINER", PyInt_FromLong((long) 0)); 
11027          PyDict_SetItemString(d
,"wxSTC_LEX_NULL", PyInt_FromLong((long) 1)); 
11028          PyDict_SetItemString(d
,"wxSTC_LEX_PYTHON", PyInt_FromLong((long) 2)); 
11029          PyDict_SetItemString(d
,"wxSTC_LEX_CPP", PyInt_FromLong((long) 3)); 
11030          PyDict_SetItemString(d
,"wxSTC_LEX_HTML", PyInt_FromLong((long) 4)); 
11031          PyDict_SetItemString(d
,"wxSTC_LEX_XML", PyInt_FromLong((long) 5)); 
11032          PyDict_SetItemString(d
,"wxSTC_LEX_PERL", PyInt_FromLong((long) 6)); 
11033          PyDict_SetItemString(d
,"wxSTC_LEX_SQL", PyInt_FromLong((long) 7)); 
11034          PyDict_SetItemString(d
,"wxSTC_LEX_VB", PyInt_FromLong((long) 8)); 
11035          PyDict_SetItemString(d
,"wxSTC_LEX_PROPERTIES", PyInt_FromLong((long) 9)); 
11036          PyDict_SetItemString(d
,"wxSTC_LEX_ERRORLIST", PyInt_FromLong((long) 10)); 
11037          PyDict_SetItemString(d
,"wxSTC_LEX_MAKEFILE", PyInt_FromLong((long) 11)); 
11038          PyDict_SetItemString(d
,"wxSTC_LEX_BATCH", PyInt_FromLong((long) 12)); 
11039          PyDict_SetItemString(d
,"wxSTC_LEX_XCODE", PyInt_FromLong((long) 13)); 
11040          PyDict_SetItemString(d
,"wxSTC_LEX_LATEX", PyInt_FromLong((long) 14)); 
11041          PyDict_SetItemString(d
,"wxSTC_LEX_LUA", PyInt_FromLong((long) 15)); 
11042          PyDict_SetItemString(d
,"wxSTC_LEX_DIFF", PyInt_FromLong((long) 16)); 
11043          PyDict_SetItemString(d
,"wxSTC_LEX_CONF", PyInt_FromLong((long) 17)); 
11044          PyDict_SetItemString(d
,"wxSTC_LEX_PASCAL", PyInt_FromLong((long) 18)); 
11045          PyDict_SetItemString(d
,"wxSTC_LEX_AVE", PyInt_FromLong((long) 19)); 
11046          PyDict_SetItemString(d
,"wxSTC_LEX_ADA", PyInt_FromLong((long) 20)); 
11047          PyDict_SetItemString(d
,"wxSTC_LEX_LISP", PyInt_FromLong((long) 21)); 
11048          PyDict_SetItemString(d
,"wxSTC_LEX_RUBY", PyInt_FromLong((long) 22)); 
11049          PyDict_SetItemString(d
,"wxSTC_LEX_EIFFEL", PyInt_FromLong((long) 23)); 
11050          PyDict_SetItemString(d
,"wxSTC_LEX_EIFFELKW", PyInt_FromLong((long) 24)); 
11051          PyDict_SetItemString(d
,"wxSTC_LEX_TCL", PyInt_FromLong((long) 25)); 
11052          PyDict_SetItemString(d
,"wxSTC_LEX_NNCRONTAB", PyInt_FromLong((long) 26)); 
11053          PyDict_SetItemString(d
,"wxSTC_LEX_AUTOMATIC", PyInt_FromLong((long) 1000)); 
11054          PyDict_SetItemString(d
,"wxSTC_P_DEFAULT", PyInt_FromLong((long) 0)); 
11055          PyDict_SetItemString(d
,"wxSTC_P_COMMENTLINE", PyInt_FromLong((long) 1)); 
11056          PyDict_SetItemString(d
,"wxSTC_P_NUMBER", PyInt_FromLong((long) 2)); 
11057          PyDict_SetItemString(d
,"wxSTC_P_STRING", PyInt_FromLong((long) 3)); 
11058          PyDict_SetItemString(d
,"wxSTC_P_CHARACTER", PyInt_FromLong((long) 4)); 
11059          PyDict_SetItemString(d
,"wxSTC_P_WORD", PyInt_FromLong((long) 5)); 
11060          PyDict_SetItemString(d
,"wxSTC_P_TRIPLE", PyInt_FromLong((long) 6)); 
11061          PyDict_SetItemString(d
,"wxSTC_P_TRIPLEDOUBLE", PyInt_FromLong((long) 7)); 
11062          PyDict_SetItemString(d
,"wxSTC_P_CLASSNAME", PyInt_FromLong((long) 8)); 
11063          PyDict_SetItemString(d
,"wxSTC_P_DEFNAME", PyInt_FromLong((long) 9)); 
11064          PyDict_SetItemString(d
,"wxSTC_P_OPERATOR", PyInt_FromLong((long) 10)); 
11065          PyDict_SetItemString(d
,"wxSTC_P_IDENTIFIER", PyInt_FromLong((long) 11)); 
11066          PyDict_SetItemString(d
,"wxSTC_P_COMMENTBLOCK", PyInt_FromLong((long) 12)); 
11067          PyDict_SetItemString(d
,"wxSTC_P_STRINGEOL", PyInt_FromLong((long) 13)); 
11068          PyDict_SetItemString(d
,"wxSTC_C_DEFAULT", PyInt_FromLong((long) 0)); 
11069          PyDict_SetItemString(d
,"wxSTC_C_COMMENT", PyInt_FromLong((long) 1)); 
11070          PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINE", PyInt_FromLong((long) 2)); 
11071          PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOC", PyInt_FromLong((long) 3)); 
11072          PyDict_SetItemString(d
,"wxSTC_C_NUMBER", PyInt_FromLong((long) 4)); 
11073          PyDict_SetItemString(d
,"wxSTC_C_WORD", PyInt_FromLong((long) 5)); 
11074          PyDict_SetItemString(d
,"wxSTC_C_STRING", PyInt_FromLong((long) 6)); 
11075          PyDict_SetItemString(d
,"wxSTC_C_CHARACTER", PyInt_FromLong((long) 7)); 
11076          PyDict_SetItemString(d
,"wxSTC_C_UUID", PyInt_FromLong((long) 8)); 
11077          PyDict_SetItemString(d
,"wxSTC_C_PREPROCESSOR", PyInt_FromLong((long) 9)); 
11078          PyDict_SetItemString(d
,"wxSTC_C_OPERATOR", PyInt_FromLong((long) 10)); 
11079          PyDict_SetItemString(d
,"wxSTC_C_IDENTIFIER", PyInt_FromLong((long) 11)); 
11080          PyDict_SetItemString(d
,"wxSTC_C_STRINGEOL", PyInt_FromLong((long) 12)); 
11081          PyDict_SetItemString(d
,"wxSTC_C_VERBATIM", PyInt_FromLong((long) 13)); 
11082          PyDict_SetItemString(d
,"wxSTC_C_REGEX", PyInt_FromLong((long) 14)); 
11083          PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINEDOC", PyInt_FromLong((long) 15)); 
11084          PyDict_SetItemString(d
,"wxSTC_C_WORD2", PyInt_FromLong((long) 16)); 
11085          PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORD", PyInt_FromLong((long) 17)); 
11086          PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORDERROR", PyInt_FromLong((long) 18)); 
11087          PyDict_SetItemString(d
,"wxSTC_H_DEFAULT", PyInt_FromLong((long) 0)); 
11088          PyDict_SetItemString(d
,"wxSTC_H_TAG", PyInt_FromLong((long) 1)); 
11089          PyDict_SetItemString(d
,"wxSTC_H_TAGUNKNOWN", PyInt_FromLong((long) 2)); 
11090          PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTE", PyInt_FromLong((long) 3)); 
11091          PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTEUNKNOWN", PyInt_FromLong((long) 4)); 
11092          PyDict_SetItemString(d
,"wxSTC_H_NUMBER", PyInt_FromLong((long) 5)); 
11093          PyDict_SetItemString(d
,"wxSTC_H_DOUBLESTRING", PyInt_FromLong((long) 6)); 
11094          PyDict_SetItemString(d
,"wxSTC_H_SINGLESTRING", PyInt_FromLong((long) 7)); 
11095          PyDict_SetItemString(d
,"wxSTC_H_OTHER", PyInt_FromLong((long) 8)); 
11096          PyDict_SetItemString(d
,"wxSTC_H_COMMENT", PyInt_FromLong((long) 9)); 
11097          PyDict_SetItemString(d
,"wxSTC_H_ENTITY", PyInt_FromLong((long) 10)); 
11098          PyDict_SetItemString(d
,"wxSTC_H_TAGEND", PyInt_FromLong((long) 11)); 
11099          PyDict_SetItemString(d
,"wxSTC_H_XMLSTART", PyInt_FromLong((long) 12)); 
11100          PyDict_SetItemString(d
,"wxSTC_H_XMLEND", PyInt_FromLong((long) 13)); 
11101          PyDict_SetItemString(d
,"wxSTC_H_SCRIPT", PyInt_FromLong((long) 14)); 
11102          PyDict_SetItemString(d
,"wxSTC_H_ASP", PyInt_FromLong((long) 15)); 
11103          PyDict_SetItemString(d
,"wxSTC_H_ASPAT", PyInt_FromLong((long) 16)); 
11104          PyDict_SetItemString(d
,"wxSTC_H_CDATA", PyInt_FromLong((long) 17)); 
11105          PyDict_SetItemString(d
,"wxSTC_H_QUESTION", PyInt_FromLong((long) 18)); 
11106          PyDict_SetItemString(d
,"wxSTC_H_VALUE", PyInt_FromLong((long) 19)); 
11107          PyDict_SetItemString(d
,"wxSTC_H_XCCOMMENT", PyInt_FromLong((long) 20)); 
11108          PyDict_SetItemString(d
,"wxSTC_H_SGML_DEFAULT", PyInt_FromLong((long) 21)); 
11109          PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMAND", PyInt_FromLong((long) 22)); 
11110          PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM", PyInt_FromLong((long) 23)); 
11111          PyDict_SetItemString(d
,"wxSTC_H_SGML_DOUBLESTRING", PyInt_FromLong((long) 24)); 
11112          PyDict_SetItemString(d
,"wxSTC_H_SGML_SIMPLESTRING", PyInt_FromLong((long) 25)); 
11113          PyDict_SetItemString(d
,"wxSTC_H_SGML_ERROR", PyInt_FromLong((long) 26)); 
11114          PyDict_SetItemString(d
,"wxSTC_H_SGML_SPECIAL", PyInt_FromLong((long) 27)); 
11115          PyDict_SetItemString(d
,"wxSTC_H_SGML_ENTITY", PyInt_FromLong((long) 28)); 
11116          PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMENT", PyInt_FromLong((long) 29)); 
11117          PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM_COMMENT", PyInt_FromLong((long) 30)); 
11118          PyDict_SetItemString(d
,"wxSTC_H_SGML_BLOCK_DEFAULT", PyInt_FromLong((long) 31)); 
11119          PyDict_SetItemString(d
,"wxSTC_HJ_START", PyInt_FromLong((long) 40)); 
11120          PyDict_SetItemString(d
,"wxSTC_HJ_DEFAULT", PyInt_FromLong((long) 41)); 
11121          PyDict_SetItemString(d
,"wxSTC_HJ_COMMENT", PyInt_FromLong((long) 42)); 
11122          PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTLINE", PyInt_FromLong((long) 43)); 
11123          PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTDOC", PyInt_FromLong((long) 44)); 
11124          PyDict_SetItemString(d
,"wxSTC_HJ_NUMBER", PyInt_FromLong((long) 45)); 
11125          PyDict_SetItemString(d
,"wxSTC_HJ_WORD", PyInt_FromLong((long) 46)); 
11126          PyDict_SetItemString(d
,"wxSTC_HJ_KEYWORD", PyInt_FromLong((long) 47)); 
11127          PyDict_SetItemString(d
,"wxSTC_HJ_DOUBLESTRING", PyInt_FromLong((long) 48)); 
11128          PyDict_SetItemString(d
,"wxSTC_HJ_SINGLESTRING", PyInt_FromLong((long) 49)); 
11129          PyDict_SetItemString(d
,"wxSTC_HJ_SYMBOLS", PyInt_FromLong((long) 50)); 
11130          PyDict_SetItemString(d
,"wxSTC_HJ_STRINGEOL", PyInt_FromLong((long) 51)); 
11131          PyDict_SetItemString(d
,"wxSTC_HJ_REGEX", PyInt_FromLong((long) 52)); 
11132          PyDict_SetItemString(d
,"wxSTC_HJA_START", PyInt_FromLong((long) 55)); 
11133          PyDict_SetItemString(d
,"wxSTC_HJA_DEFAULT", PyInt_FromLong((long) 56)); 
11134          PyDict_SetItemString(d
,"wxSTC_HJA_COMMENT", PyInt_FromLong((long) 57)); 
11135          PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTLINE", PyInt_FromLong((long) 58)); 
11136          PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTDOC", PyInt_FromLong((long) 59)); 
11137          PyDict_SetItemString(d
,"wxSTC_HJA_NUMBER", PyInt_FromLong((long) 60)); 
11138          PyDict_SetItemString(d
,"wxSTC_HJA_WORD", PyInt_FromLong((long) 61)); 
11139          PyDict_SetItemString(d
,"wxSTC_HJA_KEYWORD", PyInt_FromLong((long) 62)); 
11140          PyDict_SetItemString(d
,"wxSTC_HJA_DOUBLESTRING", PyInt_FromLong((long) 63)); 
11141          PyDict_SetItemString(d
,"wxSTC_HJA_SINGLESTRING", PyInt_FromLong((long) 64)); 
11142          PyDict_SetItemString(d
,"wxSTC_HJA_SYMBOLS", PyInt_FromLong((long) 65)); 
11143          PyDict_SetItemString(d
,"wxSTC_HJA_STRINGEOL", PyInt_FromLong((long) 66)); 
11144          PyDict_SetItemString(d
,"wxSTC_HJA_REGEX", PyInt_FromLong((long) 67)); 
11145          PyDict_SetItemString(d
,"wxSTC_HB_START", PyInt_FromLong((long) 70)); 
11146          PyDict_SetItemString(d
,"wxSTC_HB_DEFAULT", PyInt_FromLong((long) 71)); 
11147          PyDict_SetItemString(d
,"wxSTC_HB_COMMENTLINE", PyInt_FromLong((long) 72)); 
11148          PyDict_SetItemString(d
,"wxSTC_HB_NUMBER", PyInt_FromLong((long) 73)); 
11149          PyDict_SetItemString(d
,"wxSTC_HB_WORD", PyInt_FromLong((long) 74)); 
11150          PyDict_SetItemString(d
,"wxSTC_HB_STRING", PyInt_FromLong((long) 75)); 
11151          PyDict_SetItemString(d
,"wxSTC_HB_IDENTIFIER", PyInt_FromLong((long) 76)); 
11152          PyDict_SetItemString(d
,"wxSTC_HB_STRINGEOL", PyInt_FromLong((long) 77)); 
11153          PyDict_SetItemString(d
,"wxSTC_HBA_START", PyInt_FromLong((long) 80)); 
11154          PyDict_SetItemString(d
,"wxSTC_HBA_DEFAULT", PyInt_FromLong((long) 81)); 
11155          PyDict_SetItemString(d
,"wxSTC_HBA_COMMENTLINE", PyInt_FromLong((long) 82)); 
11156          PyDict_SetItemString(d
,"wxSTC_HBA_NUMBER", PyInt_FromLong((long) 83)); 
11157          PyDict_SetItemString(d
,"wxSTC_HBA_WORD", PyInt_FromLong((long) 84)); 
11158          PyDict_SetItemString(d
,"wxSTC_HBA_STRING", PyInt_FromLong((long) 85)); 
11159          PyDict_SetItemString(d
,"wxSTC_HBA_IDENTIFIER", PyInt_FromLong((long) 86)); 
11160          PyDict_SetItemString(d
,"wxSTC_HBA_STRINGEOL", PyInt_FromLong((long) 87)); 
11161          PyDict_SetItemString(d
,"wxSTC_HP_START", PyInt_FromLong((long) 90)); 
11162          PyDict_SetItemString(d
,"wxSTC_HP_DEFAULT", PyInt_FromLong((long) 91)); 
11163          PyDict_SetItemString(d
,"wxSTC_HP_COMMENTLINE", PyInt_FromLong((long) 92)); 
11164          PyDict_SetItemString(d
,"wxSTC_HP_NUMBER", PyInt_FromLong((long) 93)); 
11165          PyDict_SetItemString(d
,"wxSTC_HP_STRING", PyInt_FromLong((long) 94)); 
11166          PyDict_SetItemString(d
,"wxSTC_HP_CHARACTER", PyInt_FromLong((long) 95)); 
11167          PyDict_SetItemString(d
,"wxSTC_HP_WORD", PyInt_FromLong((long) 96)); 
11168          PyDict_SetItemString(d
,"wxSTC_HP_TRIPLE", PyInt_FromLong((long) 97)); 
11169          PyDict_SetItemString(d
,"wxSTC_HP_TRIPLEDOUBLE", PyInt_FromLong((long) 98)); 
11170          PyDict_SetItemString(d
,"wxSTC_HP_CLASSNAME", PyInt_FromLong((long) 99)); 
11171          PyDict_SetItemString(d
,"wxSTC_HP_DEFNAME", PyInt_FromLong((long) 100)); 
11172          PyDict_SetItemString(d
,"wxSTC_HP_OPERATOR", PyInt_FromLong((long) 101)); 
11173          PyDict_SetItemString(d
,"wxSTC_HP_IDENTIFIER", PyInt_FromLong((long) 102)); 
11174          PyDict_SetItemString(d
,"wxSTC_HPA_START", PyInt_FromLong((long) 105)); 
11175          PyDict_SetItemString(d
,"wxSTC_HPA_DEFAULT", PyInt_FromLong((long) 106)); 
11176          PyDict_SetItemString(d
,"wxSTC_HPA_COMMENTLINE", PyInt_FromLong((long) 107)); 
11177          PyDict_SetItemString(d
,"wxSTC_HPA_NUMBER", PyInt_FromLong((long) 108)); 
11178          PyDict_SetItemString(d
,"wxSTC_HPA_STRING", PyInt_FromLong((long) 109)); 
11179          PyDict_SetItemString(d
,"wxSTC_HPA_CHARACTER", PyInt_FromLong((long) 110)); 
11180          PyDict_SetItemString(d
,"wxSTC_HPA_WORD", PyInt_FromLong((long) 111)); 
11181          PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLE", PyInt_FromLong((long) 112)); 
11182          PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLEDOUBLE", PyInt_FromLong((long) 113)); 
11183          PyDict_SetItemString(d
,"wxSTC_HPA_CLASSNAME", PyInt_FromLong((long) 114)); 
11184          PyDict_SetItemString(d
,"wxSTC_HPA_DEFNAME", PyInt_FromLong((long) 115)); 
11185          PyDict_SetItemString(d
,"wxSTC_HPA_OPERATOR", PyInt_FromLong((long) 116)); 
11186          PyDict_SetItemString(d
,"wxSTC_HPA_IDENTIFIER", PyInt_FromLong((long) 117)); 
11187          PyDict_SetItemString(d
,"wxSTC_HPHP_DEFAULT", PyInt_FromLong((long) 118)); 
11188          PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING", PyInt_FromLong((long) 119)); 
11189          PyDict_SetItemString(d
,"wxSTC_HPHP_SIMPLESTRING", PyInt_FromLong((long) 120)); 
11190          PyDict_SetItemString(d
,"wxSTC_HPHP_WORD", PyInt_FromLong((long) 121)); 
11191          PyDict_SetItemString(d
,"wxSTC_HPHP_NUMBER", PyInt_FromLong((long) 122)); 
11192          PyDict_SetItemString(d
,"wxSTC_HPHP_VARIABLE", PyInt_FromLong((long) 123)); 
11193          PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENT", PyInt_FromLong((long) 124)); 
11194          PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENTLINE", PyInt_FromLong((long) 125)); 
11195          PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING_VARIABLE", PyInt_FromLong((long) 126)); 
11196          PyDict_SetItemString(d
,"wxSTC_HPHP_OPERATOR", PyInt_FromLong((long) 127)); 
11197          PyDict_SetItemString(d
,"wxSTC_PL_DEFAULT", PyInt_FromLong((long) 0)); 
11198          PyDict_SetItemString(d
,"wxSTC_PL_ERROR", PyInt_FromLong((long) 1)); 
11199          PyDict_SetItemString(d
,"wxSTC_PL_COMMENTLINE", PyInt_FromLong((long) 2)); 
11200          PyDict_SetItemString(d
,"wxSTC_PL_POD", PyInt_FromLong((long) 3)); 
11201          PyDict_SetItemString(d
,"wxSTC_PL_NUMBER", PyInt_FromLong((long) 4)); 
11202          PyDict_SetItemString(d
,"wxSTC_PL_WORD", PyInt_FromLong((long) 5)); 
11203          PyDict_SetItemString(d
,"wxSTC_PL_STRING", PyInt_FromLong((long) 6)); 
11204          PyDict_SetItemString(d
,"wxSTC_PL_CHARACTER", PyInt_FromLong((long) 7)); 
11205          PyDict_SetItemString(d
,"wxSTC_PL_PUNCTUATION", PyInt_FromLong((long) 8)); 
11206          PyDict_SetItemString(d
,"wxSTC_PL_PREPROCESSOR", PyInt_FromLong((long) 9)); 
11207          PyDict_SetItemString(d
,"wxSTC_PL_OPERATOR", PyInt_FromLong((long) 10)); 
11208          PyDict_SetItemString(d
,"wxSTC_PL_IDENTIFIER", PyInt_FromLong((long) 11)); 
11209          PyDict_SetItemString(d
,"wxSTC_PL_SCALAR", PyInt_FromLong((long) 12)); 
11210          PyDict_SetItemString(d
,"wxSTC_PL_ARRAY", PyInt_FromLong((long) 13)); 
11211          PyDict_SetItemString(d
,"wxSTC_PL_HASH", PyInt_FromLong((long) 14)); 
11212          PyDict_SetItemString(d
,"wxSTC_PL_SYMBOLTABLE", PyInt_FromLong((long) 15)); 
11213          PyDict_SetItemString(d
,"wxSTC_PL_REGEX", PyInt_FromLong((long) 17)); 
11214          PyDict_SetItemString(d
,"wxSTC_PL_REGSUBST", PyInt_FromLong((long) 18)); 
11215          PyDict_SetItemString(d
,"wxSTC_PL_LONGQUOTE", PyInt_FromLong((long) 19)); 
11216          PyDict_SetItemString(d
,"wxSTC_PL_BACKTICKS", PyInt_FromLong((long) 20)); 
11217          PyDict_SetItemString(d
,"wxSTC_PL_DATASECTION", PyInt_FromLong((long) 21)); 
11218          PyDict_SetItemString(d
,"wxSTC_PL_HERE_DELIM", PyInt_FromLong((long) 22)); 
11219          PyDict_SetItemString(d
,"wxSTC_PL_HERE_Q", PyInt_FromLong((long) 23)); 
11220          PyDict_SetItemString(d
,"wxSTC_PL_HERE_QQ", PyInt_FromLong((long) 24)); 
11221          PyDict_SetItemString(d
,"wxSTC_PL_HERE_QX", PyInt_FromLong((long) 25)); 
11222          PyDict_SetItemString(d
,"wxSTC_PL_STRING_Q", PyInt_FromLong((long) 26)); 
11223          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QQ", PyInt_FromLong((long) 27)); 
11224          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QX", PyInt_FromLong((long) 28)); 
11225          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QR", PyInt_FromLong((long) 29)); 
11226          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QW", PyInt_FromLong((long) 30)); 
11227          PyDict_SetItemString(d
,"wxSTC_L_DEFAULT", PyInt_FromLong((long) 0)); 
11228          PyDict_SetItemString(d
,"wxSTC_L_COMMAND", PyInt_FromLong((long) 1)); 
11229          PyDict_SetItemString(d
,"wxSTC_L_TAG", PyInt_FromLong((long) 2)); 
11230          PyDict_SetItemString(d
,"wxSTC_L_MATH", PyInt_FromLong((long) 3)); 
11231          PyDict_SetItemString(d
,"wxSTC_L_COMMENT", PyInt_FromLong((long) 4)); 
11232          PyDict_SetItemString(d
,"wxSTC_LUA_DEFAULT", PyInt_FromLong((long) 0)); 
11233          PyDict_SetItemString(d
,"wxSTC_LUA_COMMENT", PyInt_FromLong((long) 1)); 
11234          PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTLINE", PyInt_FromLong((long) 2)); 
11235          PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTDOC", PyInt_FromLong((long) 3)); 
11236          PyDict_SetItemString(d
,"wxSTC_LUA_NUMBER", PyInt_FromLong((long) 4)); 
11237          PyDict_SetItemString(d
,"wxSTC_LUA_WORD", PyInt_FromLong((long) 5)); 
11238          PyDict_SetItemString(d
,"wxSTC_LUA_STRING", PyInt_FromLong((long) 6)); 
11239          PyDict_SetItemString(d
,"wxSTC_LUA_CHARACTER", PyInt_FromLong((long) 7)); 
11240          PyDict_SetItemString(d
,"wxSTC_LUA_LITERALSTRING", PyInt_FromLong((long) 8)); 
11241          PyDict_SetItemString(d
,"wxSTC_LUA_PREPROCESSOR", PyInt_FromLong((long) 9)); 
11242          PyDict_SetItemString(d
,"wxSTC_LUA_OPERATOR", PyInt_FromLong((long) 10)); 
11243          PyDict_SetItemString(d
,"wxSTC_LUA_IDENTIFIER", PyInt_FromLong((long) 11)); 
11244          PyDict_SetItemString(d
,"wxSTC_LUA_STRINGEOL", PyInt_FromLong((long) 12)); 
11245          PyDict_SetItemString(d
,"wxSTC_ERR_DEFAULT", PyInt_FromLong((long) 0)); 
11246          PyDict_SetItemString(d
,"wxSTC_ERR_PYTHON", PyInt_FromLong((long) 1)); 
11247          PyDict_SetItemString(d
,"wxSTC_ERR_GCC", PyInt_FromLong((long) 2)); 
11248          PyDict_SetItemString(d
,"wxSTC_ERR_MS", PyInt_FromLong((long) 3)); 
11249          PyDict_SetItemString(d
,"wxSTC_ERR_CMD", PyInt_FromLong((long) 4)); 
11250          PyDict_SetItemString(d
,"wxSTC_ERR_BORLAND", PyInt_FromLong((long) 5)); 
11251          PyDict_SetItemString(d
,"wxSTC_ERR_PERL", PyInt_FromLong((long) 6)); 
11252          PyDict_SetItemString(d
,"wxSTC_ERR_NET", PyInt_FromLong((long) 7)); 
11253          PyDict_SetItemString(d
,"wxSTC_ERR_LUA", PyInt_FromLong((long) 8)); 
11254          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_CHANGED", PyInt_FromLong((long) 10)); 
11255          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_ADDITION", PyInt_FromLong((long) 11)); 
11256          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_DELETION", PyInt_FromLong((long) 12)); 
11257          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_MESSAGE", PyInt_FromLong((long) 13)); 
11258          PyDict_SetItemString(d
,"wxSTC_BAT_DEFAULT", PyInt_FromLong((long) 0)); 
11259          PyDict_SetItemString(d
,"wxSTC_BAT_COMMENT", PyInt_FromLong((long) 1)); 
11260          PyDict_SetItemString(d
,"wxSTC_BAT_WORD", PyInt_FromLong((long) 2)); 
11261          PyDict_SetItemString(d
,"wxSTC_BAT_LABEL", PyInt_FromLong((long) 3)); 
11262          PyDict_SetItemString(d
,"wxSTC_BAT_HIDE", PyInt_FromLong((long) 4)); 
11263          PyDict_SetItemString(d
,"wxSTC_BAT_COMMAND", PyInt_FromLong((long) 5)); 
11264          PyDict_SetItemString(d
,"wxSTC_BAT_IDENTIFIER", PyInt_FromLong((long) 6)); 
11265          PyDict_SetItemString(d
,"wxSTC_BAT_OPERATOR", PyInt_FromLong((long) 7)); 
11266          PyDict_SetItemString(d
,"wxSTC_MAKE_DEFAULT", PyInt_FromLong((long) 0)); 
11267          PyDict_SetItemString(d
,"wxSTC_MAKE_COMMENT", PyInt_FromLong((long) 1)); 
11268          PyDict_SetItemString(d
,"wxSTC_MAKE_PREPROCESSOR", PyInt_FromLong((long) 2)); 
11269          PyDict_SetItemString(d
,"wxSTC_MAKE_IDENTIFIER", PyInt_FromLong((long) 3)); 
11270          PyDict_SetItemString(d
,"wxSTC_MAKE_OPERATOR", PyInt_FromLong((long) 4)); 
11271          PyDict_SetItemString(d
,"wxSTC_MAKE_TARGET", PyInt_FromLong((long) 5)); 
11272          PyDict_SetItemString(d
,"wxSTC_MAKE_IDEOL", PyInt_FromLong((long) 9)); 
11273          PyDict_SetItemString(d
,"wxSTC_CONF_DEFAULT", PyInt_FromLong((long) 0)); 
11274          PyDict_SetItemString(d
,"wxSTC_CONF_COMMENT", PyInt_FromLong((long) 1)); 
11275          PyDict_SetItemString(d
,"wxSTC_CONF_NUMBER", PyInt_FromLong((long) 2)); 
11276          PyDict_SetItemString(d
,"wxSTC_CONF_IDENTIFIER", PyInt_FromLong((long) 3)); 
11277          PyDict_SetItemString(d
,"wxSTC_CONF_EXTENSION", PyInt_FromLong((long) 4)); 
11278          PyDict_SetItemString(d
,"wxSTC_CONF_PARAMETER", PyInt_FromLong((long) 5)); 
11279          PyDict_SetItemString(d
,"wxSTC_CONF_STRING", PyInt_FromLong((long) 6)); 
11280          PyDict_SetItemString(d
,"wxSTC_CONF_OPERATOR", PyInt_FromLong((long) 7)); 
11281          PyDict_SetItemString(d
,"wxSTC_CONF_IP", PyInt_FromLong((long) 8)); 
11282          PyDict_SetItemString(d
,"wxSTC_CONF_DIRECTIVE", PyInt_FromLong((long) 9)); 
11283          PyDict_SetItemString(d
,"wxSTC_AVE_DEFAULT", PyInt_FromLong((long) 0)); 
11284          PyDict_SetItemString(d
,"wxSTC_AVE_COMMENT", PyInt_FromLong((long) 1)); 
11285          PyDict_SetItemString(d
,"wxSTC_AVE_NUMBER", PyInt_FromLong((long) 2)); 
11286          PyDict_SetItemString(d
,"wxSTC_AVE_WORD", PyInt_FromLong((long) 3)); 
11287          PyDict_SetItemString(d
,"wxSTC_AVE_KEYWORD", PyInt_FromLong((long) 4)); 
11288          PyDict_SetItemString(d
,"wxSTC_AVE_STATEMENT", PyInt_FromLong((long) 5)); 
11289          PyDict_SetItemString(d
,"wxSTC_AVE_STRING", PyInt_FromLong((long) 6)); 
11290          PyDict_SetItemString(d
,"wxSTC_AVE_ENUM", PyInt_FromLong((long) 7)); 
11291          PyDict_SetItemString(d
,"wxSTC_AVE_STRINGEOL", PyInt_FromLong((long) 8)); 
11292          PyDict_SetItemString(d
,"wxSTC_AVE_IDENTIFIER", PyInt_FromLong((long) 9)); 
11293          PyDict_SetItemString(d
,"wxSTC_AVE_OPERATOR", PyInt_FromLong((long) 10)); 
11294          PyDict_SetItemString(d
,"wxSTC_ADA_DEFAULT", PyInt_FromLong((long) 0)); 
11295          PyDict_SetItemString(d
,"wxSTC_ADA_COMMENT", PyInt_FromLong((long) 1)); 
11296          PyDict_SetItemString(d
,"wxSTC_ADA_NUMBER", PyInt_FromLong((long) 2)); 
11297          PyDict_SetItemString(d
,"wxSTC_ADA_WORD", PyInt_FromLong((long) 3)); 
11298          PyDict_SetItemString(d
,"wxSTC_ADA_STRING", PyInt_FromLong((long) 4)); 
11299          PyDict_SetItemString(d
,"wxSTC_ADA_CHARACTER", PyInt_FromLong((long) 5)); 
11300          PyDict_SetItemString(d
,"wxSTC_ADA_OPERATOR", PyInt_FromLong((long) 6)); 
11301          PyDict_SetItemString(d
,"wxSTC_ADA_IDENTIFIER", PyInt_FromLong((long) 7)); 
11302          PyDict_SetItemString(d
,"wxSTC_ADA_STRINGEOL", PyInt_FromLong((long) 8)); 
11303          PyDict_SetItemString(d
,"wxSTC_LISP_DEFAULT", PyInt_FromLong((long) 0)); 
11304          PyDict_SetItemString(d
,"wxSTC_LISP_COMMENT", PyInt_FromLong((long) 1)); 
11305          PyDict_SetItemString(d
,"wxSTC_LISP_NUMBER", PyInt_FromLong((long) 2)); 
11306          PyDict_SetItemString(d
,"wxSTC_LISP_KEYWORD", PyInt_FromLong((long) 3)); 
11307          PyDict_SetItemString(d
,"wxSTC_LISP_STRING", PyInt_FromLong((long) 6)); 
11308          PyDict_SetItemString(d
,"wxSTC_LISP_STRINGEOL", PyInt_FromLong((long) 8)); 
11309          PyDict_SetItemString(d
,"wxSTC_LISP_IDENTIFIER", PyInt_FromLong((long) 9)); 
11310          PyDict_SetItemString(d
,"wxSTC_LISP_OPERATOR", PyInt_FromLong((long) 10)); 
11311          PyDict_SetItemString(d
,"wxSTC_EIFFEL_DEFAULT", PyInt_FromLong((long) 0)); 
11312          PyDict_SetItemString(d
,"wxSTC_EIFFEL_COMMENTLINE", PyInt_FromLong((long) 1)); 
11313          PyDict_SetItemString(d
,"wxSTC_EIFFEL_NUMBER", PyInt_FromLong((long) 2)); 
11314          PyDict_SetItemString(d
,"wxSTC_EIFFEL_WORD", PyInt_FromLong((long) 3)); 
11315          PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRING", PyInt_FromLong((long) 4)); 
11316          PyDict_SetItemString(d
,"wxSTC_EIFFEL_CHARACTER", PyInt_FromLong((long) 5)); 
11317          PyDict_SetItemString(d
,"wxSTC_EIFFEL_OPERATOR", PyInt_FromLong((long) 6)); 
11318          PyDict_SetItemString(d
,"wxSTC_EIFFEL_IDENTIFIER", PyInt_FromLong((long) 7)); 
11319          PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRINGEOL", PyInt_FromLong((long) 8)); 
11320          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_DEFAULT", PyInt_FromLong((long) 0)); 
11321          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_COMMENT", PyInt_FromLong((long) 1)); 
11322          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_TASK", PyInt_FromLong((long) 2)); 
11323          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_SECTION", PyInt_FromLong((long) 3)); 
11324          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_KEYWORD", PyInt_FromLong((long) 4)); 
11325          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_MODIFIER", PyInt_FromLong((long) 5)); 
11326          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ASTERISK", PyInt_FromLong((long) 6)); 
11327          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_NUMBER", PyInt_FromLong((long) 7)); 
11328          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_STRING", PyInt_FromLong((long) 8)); 
11329          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ENVIRONMENT", PyInt_FromLong((long) 9)); 
11330          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_IDENTIFIER", PyInt_FromLong((long) 10)); 
11331          PyDict_SetItemString(d
,"wxSTC_MASK_FOLDERS", PyInt_FromLong((long) ((1<<(30))|(1<<(31))))); 
11332          PyDict_SetItemString(d
,"wxSTCNameStr", PyString_FromString("wxSTCNameStr")); 
11333          PyDict_SetItemString(d
,"wxEVT_STC_CHANGE", PyInt_FromLong((long) wxEVT_STC_CHANGE
)); 
11334          PyDict_SetItemString(d
,"wxEVT_STC_STYLENEEDED", PyInt_FromLong((long) wxEVT_STC_STYLENEEDED
)); 
11335          PyDict_SetItemString(d
,"wxEVT_STC_CHARADDED", PyInt_FromLong((long) wxEVT_STC_CHARADDED
)); 
11336          PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTREACHED", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTREACHED
)); 
11337          PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTLEFT", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTLEFT
)); 
11338          PyDict_SetItemString(d
,"wxEVT_STC_ROMODIFYATTEMPT", PyInt_FromLong((long) wxEVT_STC_ROMODIFYATTEMPT
)); 
11339          PyDict_SetItemString(d
,"wxEVT_STC_KEY", PyInt_FromLong((long) wxEVT_STC_KEY
)); 
11340          PyDict_SetItemString(d
,"wxEVT_STC_DOUBLECLICK", PyInt_FromLong((long) wxEVT_STC_DOUBLECLICK
)); 
11341          PyDict_SetItemString(d
,"wxEVT_STC_UPDATEUI", PyInt_FromLong((long) wxEVT_STC_UPDATEUI
)); 
11342          PyDict_SetItemString(d
,"wxEVT_STC_MODIFIED", PyInt_FromLong((long) wxEVT_STC_MODIFIED
)); 
11343          PyDict_SetItemString(d
,"wxEVT_STC_MACRORECORD", PyInt_FromLong((long) wxEVT_STC_MACRORECORD
)); 
11344          PyDict_SetItemString(d
,"wxEVT_STC_MARGINCLICK", PyInt_FromLong((long) wxEVT_STC_MARGINCLICK
)); 
11345          PyDict_SetItemString(d
,"wxEVT_STC_NEEDSHOWN", PyInt_FromLong((long) wxEVT_STC_NEEDSHOWN
)); 
11346          PyDict_SetItemString(d
,"wxEVT_STC_POSCHANGED", PyInt_FromLong((long) wxEVT_STC_POSCHANGED
)); 
11347          PyDict_SetItemString(d
,"wxEVT_STC_PAINTED", PyInt_FromLong((long) wxEVT_STC_PAINTED
)); 
11348          PyDict_SetItemString(d
,"wxEVT_STC_USERLISTSELECTION", PyInt_FromLong((long) wxEVT_STC_USERLISTSELECTION
)); 
11349          PyDict_SetItemString(d
,"wxEVT_STC_URIDROPPED", PyInt_FromLong((long) wxEVT_STC_URIDROPPED
)); 
11350          PyDict_SetItemString(d
,"wxEVT_STC_DWELLSTART", PyInt_FromLong((long) wxEVT_STC_DWELLSTART
)); 
11351          PyDict_SetItemString(d
,"wxEVT_STC_DWELLEND", PyInt_FromLong((long) wxEVT_STC_DWELLEND
)); 
11352          PyDict_SetItemString(d
,"wxEVT_STC_START_DRAG", PyInt_FromLong((long) wxEVT_STC_START_DRAG
)); 
11353          PyDict_SetItemString(d
,"wxEVT_STC_DRAG_OVER", PyInt_FromLong((long) wxEVT_STC_DRAG_OVER
)); 
11354          PyDict_SetItemString(d
,"wxEVT_STC_DO_DROP", PyInt_FromLong((long) wxEVT_STC_DO_DROP
)); 
11357     wxClassInfo::CleanUpClasses(); 
11358     wxClassInfo::InitializeClasses(); 
11362    for (i 
= 0; _swig_mapping
[i
].n1
; i
++) 
11363         SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);