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 */ 
  26 /* Definitions for Windows/Unix exporting */ 
  27 #if defined(__WIN32__) 
  28 #   if defined(_MSC_VER) 
  29 #       define SWIGEXPORT(a) __declspec(dllexport) a 
  31 #       if defined(__BORLANDC__) 
  32 #           define SWIGEXPORT(a) a _export 
  34 #           define SWIGEXPORT(a) a 
  38 #   define SWIGEXPORT(a) a 
  44 extern void SWIG_MakePtr(char *, void *, char *); 
  45 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); 
  46 extern char *SWIG_GetPtr(char *, void **, char *); 
  47 extern char *SWIG_GetPtrObj(PyObject 
*, void **, char *); 
  48 extern void SWIG_addvarlink(PyObject 
*, char *, PyObject 
*(*)(void), int (*)(PyObject 
*)); 
  49 extern PyObject 
*SWIG_newvarlink(void); 
  53 #define SWIG_init    initstc_c 
  55 #define SWIG_name    "stc_c" 
  58 #include "wx/stc/stc.h" 
  61 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) { 
  67     } else if (target 
== Py_None
) { 
  71         if (!PyTuple_Check(target
)) { 
  73             target 
= PyTuple_New(1); 
  74             PyTuple_SetItem(target
, 0, o2
); 
  77         PyTuple_SetItem(o3
, 0, o
); 
  80         target 
= PySequence_Concat(o2
, o3
); 
  87     // Put some wx default wxChar* values into wxStrings. 
  88     DECLARE_DEF_STRING(STCNameStr
); 
  92 static void *SwigwxStyledTextCtrlTowxControl(void *ptr
) { 
  93     wxStyledTextCtrl 
*src
; 
  95     src 
= (wxStyledTextCtrl 
*) ptr
; 
  96     dest 
= (wxControl 
*) src
; 
 100 static void *SwigwxStyledTextCtrlTowxWindow(void *ptr
) { 
 101     wxStyledTextCtrl 
*src
; 
 103     src 
= (wxStyledTextCtrl 
*) ptr
; 
 104     dest 
= (wxWindow 
*) src
; 
 105     return (void *) dest
; 
 108 static void *SwigwxStyledTextCtrlTowxEvtHandler(void *ptr
) { 
 109     wxStyledTextCtrl 
*src
; 
 111     src 
= (wxStyledTextCtrl 
*) ptr
; 
 112     dest 
= (wxEvtHandler 
*) src
; 
 113     return (void *) dest
; 
 116 static void *SwigwxStyledTextCtrlTowxObject(void *ptr
) { 
 117     wxStyledTextCtrl 
*src
; 
 119     src 
= (wxStyledTextCtrl 
*) ptr
; 
 120     dest 
= (wxObject 
*) src
; 
 121     return (void *) dest
; 
 124 #define new_wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) 
 125 static PyObject 
*_wrap_new_wxStyledTextCtrl(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 126     PyObject 
* _resultobj
; 
 127     wxStyledTextCtrl 
* _result
; 
 130     wxPoint 
* _arg2 
= (wxPoint 
*) &wxDefaultPosition
; 
 131     wxSize 
* _arg3 
= (wxSize 
*) &wxDefaultSize
; 
 132     long  _arg4 
= (long ) 0; 
 133     wxString 
* _arg5 
= (wxString 
*) &wxPySTCNameStr
; 
 134     PyObject 
* _argo0 
= 0; 
 136     PyObject 
* _obj2 
= 0; 
 138     PyObject 
* _obj3 
= 0; 
 139     PyObject 
* _obj5 
= 0; 
 140     char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL 
}; 
 144     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOlO:new_wxStyledTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_obj5
))  
 147         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 148         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) { 
 149             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStyledTextCtrl. Expected _wxWindow_p."); 
 156     if (! wxPoint_helper(_obj2
, &_arg2
)) 
 162     if (! wxSize_helper(_obj3
, &_arg3
)) 
 167     _arg5 
= wxString_in_helper(_obj5
); 
 172     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 173     _result 
= (wxStyledTextCtrl 
*)new_wxStyledTextCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,*_arg5
); 
 175     wxPyEndAllowThreads(__tstate
); 
 176     if (PyErr_Occurred()) return NULL
; 
 178         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextCtrl_p"); 
 179         _resultobj 
= Py_BuildValue("s",_ptemp
); 
 182         _resultobj 
= Py_None
; 
 191 #define wxStyledTextCtrl_AddText(_swigobj,_swigarg0)  (_swigobj->AddText(_swigarg0)) 
 192 static PyObject 
*_wrap_wxStyledTextCtrl_AddText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 193     PyObject 
* _resultobj
; 
 194     wxStyledTextCtrl 
* _arg0
; 
 196     PyObject 
* _argo0 
= 0; 
 197     PyObject 
* _obj1 
= 0; 
 198     char *_kwnames
[] = { "self","text", NULL 
}; 
 201     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddText",_kwnames
,&_argo0
,&_obj1
))  
 204         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 205         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 206             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddText. Expected _wxStyledTextCtrl_p."); 
 211     _arg1 
= wxString_in_helper(_obj1
); 
 216     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 217     wxStyledTextCtrl_AddText(_arg0
,*_arg1
); 
 219     wxPyEndAllowThreads(__tstate
); 
 220     if (PyErr_Occurred()) return NULL
; 
 221 }    Py_INCREF(Py_None
); 
 222     _resultobj 
= Py_None
; 
 230 #define wxStyledTextCtrl_AddStyledText(_swigobj,_swigarg0)  (_swigobj->AddStyledText(_swigarg0)) 
 231 static PyObject 
*_wrap_wxStyledTextCtrl_AddStyledText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 232     PyObject 
* _resultobj
; 
 233     wxStyledTextCtrl 
* _arg0
; 
 234     wxMemoryBuffer 
* _arg1
; 
 235     PyObject 
* _argo0 
= 0; 
 236     PyObject 
* _obj1 
= 0; 
 237     char *_kwnames
[] = { "self","data", NULL 
}; 
 240     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddStyledText",_kwnames
,&_argo0
,&_obj1
))  
 243         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 244         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 245             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddStyledText. Expected _wxStyledTextCtrl_p."); 
 250     if (!PyString_Check(_obj1
)) { 
 251         PyErr_SetString(PyExc_TypeError
, "String buffer expected"); 
 254     char* str 
= PyString_AS_STRING(_obj1
); 
 255     int   len 
= PyString_GET_SIZE(_obj1
); 
 256     _arg1 
= new wxMemoryBuffer(len
); 
 257     memcpy(_arg1
->GetData(), str
, len
); 
 260     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 261     wxStyledTextCtrl_AddStyledText(_arg0
,*_arg1
); 
 263     wxPyEndAllowThreads(__tstate
); 
 264     if (PyErr_Occurred()) return NULL
; 
 265 }    Py_INCREF(Py_None
); 
 266     _resultobj 
= Py_None
; 
 274 #define wxStyledTextCtrl_InsertText(_swigobj,_swigarg0,_swigarg1)  (_swigobj->InsertText(_swigarg0,_swigarg1)) 
 275 static PyObject 
*_wrap_wxStyledTextCtrl_InsertText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 276     PyObject 
* _resultobj
; 
 277     wxStyledTextCtrl 
* _arg0
; 
 280     PyObject 
* _argo0 
= 0; 
 281     PyObject 
* _obj2 
= 0; 
 282     char *_kwnames
[] = { "self","pos","text", NULL 
}; 
 285     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_InsertText",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
 288         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 289         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 290             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_InsertText. Expected _wxStyledTextCtrl_p."); 
 295     _arg2 
= wxString_in_helper(_obj2
); 
 300     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 301     wxStyledTextCtrl_InsertText(_arg0
,_arg1
,*_arg2
); 
 303     wxPyEndAllowThreads(__tstate
); 
 304     if (PyErr_Occurred()) return NULL
; 
 305 }    Py_INCREF(Py_None
); 
 306     _resultobj 
= Py_None
; 
 314 #define wxStyledTextCtrl_ClearAll(_swigobj)  (_swigobj->ClearAll()) 
 315 static PyObject 
*_wrap_wxStyledTextCtrl_ClearAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 316     PyObject 
* _resultobj
; 
 317     wxStyledTextCtrl 
* _arg0
; 
 318     PyObject 
* _argo0 
= 0; 
 319     char *_kwnames
[] = { "self", NULL 
}; 
 322     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearAll",_kwnames
,&_argo0
))  
 325         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 326         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 327             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearAll. Expected _wxStyledTextCtrl_p."); 
 332     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 333     wxStyledTextCtrl_ClearAll(_arg0
); 
 335     wxPyEndAllowThreads(__tstate
); 
 336     if (PyErr_Occurred()) return NULL
; 
 337 }    Py_INCREF(Py_None
); 
 338     _resultobj 
= Py_None
; 
 342 #define wxStyledTextCtrl_ClearDocumentStyle(_swigobj)  (_swigobj->ClearDocumentStyle()) 
 343 static PyObject 
*_wrap_wxStyledTextCtrl_ClearDocumentStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 344     PyObject 
* _resultobj
; 
 345     wxStyledTextCtrl 
* _arg0
; 
 346     PyObject 
* _argo0 
= 0; 
 347     char *_kwnames
[] = { "self", NULL 
}; 
 350     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearDocumentStyle",_kwnames
,&_argo0
))  
 353         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 354         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 355             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearDocumentStyle. Expected _wxStyledTextCtrl_p."); 
 360     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 361     wxStyledTextCtrl_ClearDocumentStyle(_arg0
); 
 363     wxPyEndAllowThreads(__tstate
); 
 364     if (PyErr_Occurred()) return NULL
; 
 365 }    Py_INCREF(Py_None
); 
 366     _resultobj 
= Py_None
; 
 370 #define wxStyledTextCtrl_GetLength(_swigobj)  (_swigobj->GetLength()) 
 371 static PyObject 
*_wrap_wxStyledTextCtrl_GetLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 372     PyObject 
* _resultobj
; 
 374     wxStyledTextCtrl 
* _arg0
; 
 375     PyObject 
* _argo0 
= 0; 
 376     char *_kwnames
[] = { "self", NULL 
}; 
 379     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLength",_kwnames
,&_argo0
))  
 382         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 383         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 384             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLength. Expected _wxStyledTextCtrl_p."); 
 389     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 390     _result 
= (int )wxStyledTextCtrl_GetLength(_arg0
); 
 392     wxPyEndAllowThreads(__tstate
); 
 393     if (PyErr_Occurred()) return NULL
; 
 394 }    _resultobj 
= Py_BuildValue("i",_result
); 
 398 #define wxStyledTextCtrl_GetCharAt(_swigobj,_swigarg0)  (_swigobj->GetCharAt(_swigarg0)) 
 399 static PyObject 
*_wrap_wxStyledTextCtrl_GetCharAt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 400     PyObject 
* _resultobj
; 
 402     wxStyledTextCtrl 
* _arg0
; 
 404     PyObject 
* _argo0 
= 0; 
 405     char *_kwnames
[] = { "self","pos", NULL 
}; 
 408     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetCharAt",_kwnames
,&_argo0
,&_arg1
))  
 411         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 412         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 413             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCharAt. Expected _wxStyledTextCtrl_p."); 
 418     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 419     _result 
= (int )wxStyledTextCtrl_GetCharAt(_arg0
,_arg1
); 
 421     wxPyEndAllowThreads(__tstate
); 
 422     if (PyErr_Occurred()) return NULL
; 
 423 }    _resultobj 
= Py_BuildValue("i",_result
); 
 427 #define wxStyledTextCtrl_GetCurrentPos(_swigobj)  (_swigobj->GetCurrentPos()) 
 428 static PyObject 
*_wrap_wxStyledTextCtrl_GetCurrentPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 429     PyObject 
* _resultobj
; 
 431     wxStyledTextCtrl 
* _arg0
; 
 432     PyObject 
* _argo0 
= 0; 
 433     char *_kwnames
[] = { "self", NULL 
}; 
 436     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentPos",_kwnames
,&_argo0
))  
 439         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 440         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 441             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentPos. Expected _wxStyledTextCtrl_p."); 
 446     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 447     _result 
= (int )wxStyledTextCtrl_GetCurrentPos(_arg0
); 
 449     wxPyEndAllowThreads(__tstate
); 
 450     if (PyErr_Occurred()) return NULL
; 
 451 }    _resultobj 
= Py_BuildValue("i",_result
); 
 455 #define wxStyledTextCtrl_GetAnchor(_swigobj)  (_swigobj->GetAnchor()) 
 456 static PyObject 
*_wrap_wxStyledTextCtrl_GetAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 457     PyObject 
* _resultobj
; 
 459     wxStyledTextCtrl 
* _arg0
; 
 460     PyObject 
* _argo0 
= 0; 
 461     char *_kwnames
[] = { "self", NULL 
}; 
 464     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetAnchor",_kwnames
,&_argo0
))  
 467         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 468         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 469             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetAnchor. Expected _wxStyledTextCtrl_p."); 
 474     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 475     _result 
= (int )wxStyledTextCtrl_GetAnchor(_arg0
); 
 477     wxPyEndAllowThreads(__tstate
); 
 478     if (PyErr_Occurred()) return NULL
; 
 479 }    _resultobj 
= Py_BuildValue("i",_result
); 
 483 #define wxStyledTextCtrl_GetStyleAt(_swigobj,_swigarg0)  (_swigobj->GetStyleAt(_swigarg0)) 
 484 static PyObject 
*_wrap_wxStyledTextCtrl_GetStyleAt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 485     PyObject 
* _resultobj
; 
 487     wxStyledTextCtrl 
* _arg0
; 
 489     PyObject 
* _argo0 
= 0; 
 490     char *_kwnames
[] = { "self","pos", NULL 
}; 
 493     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetStyleAt",_kwnames
,&_argo0
,&_arg1
))  
 496         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 497         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 498             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleAt. Expected _wxStyledTextCtrl_p."); 
 503     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 504     _result 
= (int )wxStyledTextCtrl_GetStyleAt(_arg0
,_arg1
); 
 506     wxPyEndAllowThreads(__tstate
); 
 507     if (PyErr_Occurred()) return NULL
; 
 508 }    _resultobj 
= Py_BuildValue("i",_result
); 
 512 #define wxStyledTextCtrl_Redo(_swigobj)  (_swigobj->Redo()) 
 513 static PyObject 
*_wrap_wxStyledTextCtrl_Redo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 514     PyObject 
* _resultobj
; 
 515     wxStyledTextCtrl 
* _arg0
; 
 516     PyObject 
* _argo0 
= 0; 
 517     char *_kwnames
[] = { "self", NULL 
}; 
 520     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Redo",_kwnames
,&_argo0
))  
 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_Redo. Expected _wxStyledTextCtrl_p."); 
 530     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 531     wxStyledTextCtrl_Redo(_arg0
); 
 533     wxPyEndAllowThreads(__tstate
); 
 534     if (PyErr_Occurred()) return NULL
; 
 535 }    Py_INCREF(Py_None
); 
 536     _resultobj 
= Py_None
; 
 540 #define wxStyledTextCtrl_SetUndoCollection(_swigobj,_swigarg0)  (_swigobj->SetUndoCollection(_swigarg0)) 
 541 static PyObject 
*_wrap_wxStyledTextCtrl_SetUndoCollection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 542     PyObject 
* _resultobj
; 
 543     wxStyledTextCtrl 
* _arg0
; 
 545     PyObject 
* _argo0 
= 0; 
 547     char *_kwnames
[] = { "self","collectUndo", NULL 
}; 
 550     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUndoCollection",_kwnames
,&_argo0
,&tempbool1
))  
 553         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 554         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 555             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUndoCollection. Expected _wxStyledTextCtrl_p."); 
 559     _arg1 
= (bool ) tempbool1
; 
 561     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 562     wxStyledTextCtrl_SetUndoCollection(_arg0
,_arg1
); 
 564     wxPyEndAllowThreads(__tstate
); 
 565     if (PyErr_Occurred()) return NULL
; 
 566 }    Py_INCREF(Py_None
); 
 567     _resultobj 
= Py_None
; 
 571 #define wxStyledTextCtrl_SelectAll(_swigobj)  (_swigobj->SelectAll()) 
 572 static PyObject 
*_wrap_wxStyledTextCtrl_SelectAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 573     PyObject 
* _resultobj
; 
 574     wxStyledTextCtrl 
* _arg0
; 
 575     PyObject 
* _argo0 
= 0; 
 576     char *_kwnames
[] = { "self", NULL 
}; 
 579     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectAll",_kwnames
,&_argo0
))  
 582         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 583         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 584             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectAll. Expected _wxStyledTextCtrl_p."); 
 589     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 590     wxStyledTextCtrl_SelectAll(_arg0
); 
 592     wxPyEndAllowThreads(__tstate
); 
 593     if (PyErr_Occurred()) return NULL
; 
 594 }    Py_INCREF(Py_None
); 
 595     _resultobj 
= Py_None
; 
 599 #define wxStyledTextCtrl_SetSavePoint(_swigobj)  (_swigobj->SetSavePoint()) 
 600 static PyObject 
*_wrap_wxStyledTextCtrl_SetSavePoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 601     PyObject 
* _resultobj
; 
 602     wxStyledTextCtrl 
* _arg0
; 
 603     PyObject 
* _argo0 
= 0; 
 604     char *_kwnames
[] = { "self", NULL 
}; 
 607     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SetSavePoint",_kwnames
,&_argo0
))  
 610         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 611         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 612             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSavePoint. Expected _wxStyledTextCtrl_p."); 
 617     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 618     wxStyledTextCtrl_SetSavePoint(_arg0
); 
 620     wxPyEndAllowThreads(__tstate
); 
 621     if (PyErr_Occurred()) return NULL
; 
 622 }    Py_INCREF(Py_None
); 
 623     _resultobj 
= Py_None
; 
 627 #define wxStyledTextCtrl_GetStyledText(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetStyledText(_swigarg0,_swigarg1)) 
 628 static PyObject 
*_wrap_wxStyledTextCtrl_GetStyledText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 629     PyObject 
* _resultobj
; 
 630     wxMemoryBuffer 
* _result
; 
 631     wxStyledTextCtrl 
* _arg0
; 
 634     PyObject 
* _argo0 
= 0; 
 635     char *_kwnames
[] = { "self","startPos","endPos", NULL 
}; 
 638     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetStyledText",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
 641         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 642         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 643             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyledText. Expected _wxStyledTextCtrl_p."); 
 648     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 649     _result 
= new wxMemoryBuffer (wxStyledTextCtrl_GetStyledText(_arg0
,_arg1
,_arg2
)); 
 651     wxPyEndAllowThreads(__tstate
); 
 652     if (PyErr_Occurred()) return NULL
; 
 654     _resultobj 
= PyString_FromStringAndSize((char*)_result
->GetData(), _result
->GetDataLen()); 
 662 #define wxStyledTextCtrl_CanRedo(_swigobj)  (_swigobj->CanRedo()) 
 663 static PyObject 
*_wrap_wxStyledTextCtrl_CanRedo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 664     PyObject 
* _resultobj
; 
 666     wxStyledTextCtrl 
* _arg0
; 
 667     PyObject 
* _argo0 
= 0; 
 668     char *_kwnames
[] = { "self", NULL 
}; 
 671     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanRedo",_kwnames
,&_argo0
))  
 674         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 675         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 676             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanRedo. Expected _wxStyledTextCtrl_p."); 
 681     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 682     _result 
= (bool )wxStyledTextCtrl_CanRedo(_arg0
); 
 684     wxPyEndAllowThreads(__tstate
); 
 685     if (PyErr_Occurred()) return NULL
; 
 686 }    _resultobj 
= Py_BuildValue("i",_result
); 
 690 #define wxStyledTextCtrl_MarkerLineFromHandle(_swigobj,_swigarg0)  (_swigobj->MarkerLineFromHandle(_swigarg0)) 
 691 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerLineFromHandle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 692     PyObject 
* _resultobj
; 
 694     wxStyledTextCtrl 
* _arg0
; 
 696     PyObject 
* _argo0 
= 0; 
 697     char *_kwnames
[] = { "self","handle", NULL 
}; 
 700     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerLineFromHandle",_kwnames
,&_argo0
,&_arg1
))  
 703         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 704         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 705             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerLineFromHandle. Expected _wxStyledTextCtrl_p."); 
 710     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 711     _result 
= (int )wxStyledTextCtrl_MarkerLineFromHandle(_arg0
,_arg1
); 
 713     wxPyEndAllowThreads(__tstate
); 
 714     if (PyErr_Occurred()) return NULL
; 
 715 }    _resultobj 
= Py_BuildValue("i",_result
); 
 719 #define wxStyledTextCtrl_MarkerDeleteHandle(_swigobj,_swigarg0)  (_swigobj->MarkerDeleteHandle(_swigarg0)) 
 720 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDeleteHandle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 721     PyObject 
* _resultobj
; 
 722     wxStyledTextCtrl 
* _arg0
; 
 724     PyObject 
* _argo0 
= 0; 
 725     char *_kwnames
[] = { "self","handle", NULL 
}; 
 728     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteHandle",_kwnames
,&_argo0
,&_arg1
))  
 731         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 732         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 733             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteHandle. Expected _wxStyledTextCtrl_p."); 
 738     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 739     wxStyledTextCtrl_MarkerDeleteHandle(_arg0
,_arg1
); 
 741     wxPyEndAllowThreads(__tstate
); 
 742     if (PyErr_Occurred()) return NULL
; 
 743 }    Py_INCREF(Py_None
); 
 744     _resultobj 
= Py_None
; 
 748 #define wxStyledTextCtrl_GetUndoCollection(_swigobj)  (_swigobj->GetUndoCollection()) 
 749 static PyObject 
*_wrap_wxStyledTextCtrl_GetUndoCollection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 750     PyObject 
* _resultobj
; 
 752     wxStyledTextCtrl 
* _arg0
; 
 753     PyObject 
* _argo0 
= 0; 
 754     char *_kwnames
[] = { "self", NULL 
}; 
 757     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUndoCollection",_kwnames
,&_argo0
))  
 760         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 761         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 762             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUndoCollection. Expected _wxStyledTextCtrl_p."); 
 767     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 768     _result 
= (bool )wxStyledTextCtrl_GetUndoCollection(_arg0
); 
 770     wxPyEndAllowThreads(__tstate
); 
 771     if (PyErr_Occurred()) return NULL
; 
 772 }    _resultobj 
= Py_BuildValue("i",_result
); 
 776 #define wxStyledTextCtrl_GetViewWhiteSpace(_swigobj)  (_swigobj->GetViewWhiteSpace()) 
 777 static PyObject 
*_wrap_wxStyledTextCtrl_GetViewWhiteSpace(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 778     PyObject 
* _resultobj
; 
 780     wxStyledTextCtrl 
* _arg0
; 
 781     PyObject 
* _argo0 
= 0; 
 782     char *_kwnames
[] = { "self", NULL 
}; 
 785     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewWhiteSpace",_kwnames
,&_argo0
))  
 788         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 789         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 790             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewWhiteSpace. Expected _wxStyledTextCtrl_p."); 
 795     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 796     _result 
= (int )wxStyledTextCtrl_GetViewWhiteSpace(_arg0
); 
 798     wxPyEndAllowThreads(__tstate
); 
 799     if (PyErr_Occurred()) return NULL
; 
 800 }    _resultobj 
= Py_BuildValue("i",_result
); 
 804 #define wxStyledTextCtrl_SetViewWhiteSpace(_swigobj,_swigarg0)  (_swigobj->SetViewWhiteSpace(_swigarg0)) 
 805 static PyObject 
*_wrap_wxStyledTextCtrl_SetViewWhiteSpace(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 806     PyObject 
* _resultobj
; 
 807     wxStyledTextCtrl 
* _arg0
; 
 809     PyObject 
* _argo0 
= 0; 
 810     char *_kwnames
[] = { "self","viewWS", NULL 
}; 
 813     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewWhiteSpace",_kwnames
,&_argo0
,&_arg1
))  
 816         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 817         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 818             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewWhiteSpace. Expected _wxStyledTextCtrl_p."); 
 823     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 824     wxStyledTextCtrl_SetViewWhiteSpace(_arg0
,_arg1
); 
 826     wxPyEndAllowThreads(__tstate
); 
 827     if (PyErr_Occurred()) return NULL
; 
 828 }    Py_INCREF(Py_None
); 
 829     _resultobj 
= Py_None
; 
 833 #define wxStyledTextCtrl_PositionFromPoint(_swigobj,_swigarg0)  (_swigobj->PositionFromPoint(_swigarg0)) 
 834 static PyObject 
*_wrap_wxStyledTextCtrl_PositionFromPoint(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 835     PyObject 
* _resultobj
; 
 837     wxStyledTextCtrl 
* _arg0
; 
 839     PyObject 
* _argo0 
= 0; 
 841     PyObject 
* _obj1 
= 0; 
 842     char *_kwnames
[] = { "self","pt", NULL 
}; 
 845     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_PositionFromPoint",_kwnames
,&_argo0
,&_obj1
))  
 848         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 849         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 850             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPoint. Expected _wxStyledTextCtrl_p."); 
 856     if (! wxPoint_helper(_obj1
, &_arg1
)) 
 860     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 861     _result 
= (int )wxStyledTextCtrl_PositionFromPoint(_arg0
,*_arg1
); 
 863     wxPyEndAllowThreads(__tstate
); 
 864     if (PyErr_Occurred()) return NULL
; 
 865 }    _resultobj 
= Py_BuildValue("i",_result
); 
 869 #define wxStyledTextCtrl_PositionFromPointClose(_swigobj,_swigarg0,_swigarg1)  (_swigobj->PositionFromPointClose(_swigarg0,_swigarg1)) 
 870 static PyObject 
*_wrap_wxStyledTextCtrl_PositionFromPointClose(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 871     PyObject 
* _resultobj
; 
 873     wxStyledTextCtrl 
* _arg0
; 
 876     PyObject 
* _argo0 
= 0; 
 877     char *_kwnames
[] = { "self","x","y", NULL 
}; 
 880     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_PositionFromPointClose",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
 883         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 884         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 885             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPointClose. Expected _wxStyledTextCtrl_p."); 
 890     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 891     _result 
= (int )wxStyledTextCtrl_PositionFromPointClose(_arg0
,_arg1
,_arg2
); 
 893     wxPyEndAllowThreads(__tstate
); 
 894     if (PyErr_Occurred()) return NULL
; 
 895 }    _resultobj 
= Py_BuildValue("i",_result
); 
 899 #define wxStyledTextCtrl_GotoLine(_swigobj,_swigarg0)  (_swigobj->GotoLine(_swigarg0)) 
 900 static PyObject 
*_wrap_wxStyledTextCtrl_GotoLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 901     PyObject 
* _resultobj
; 
 902     wxStyledTextCtrl 
* _arg0
; 
 904     PyObject 
* _argo0 
= 0; 
 905     char *_kwnames
[] = { "self","line", NULL 
}; 
 908     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoLine",_kwnames
,&_argo0
,&_arg1
))  
 911         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 912         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 913             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoLine. Expected _wxStyledTextCtrl_p."); 
 918     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 919     wxStyledTextCtrl_GotoLine(_arg0
,_arg1
); 
 921     wxPyEndAllowThreads(__tstate
); 
 922     if (PyErr_Occurred()) return NULL
; 
 923 }    Py_INCREF(Py_None
); 
 924     _resultobj 
= Py_None
; 
 928 #define wxStyledTextCtrl_GotoPos(_swigobj,_swigarg0)  (_swigobj->GotoPos(_swigarg0)) 
 929 static PyObject 
*_wrap_wxStyledTextCtrl_GotoPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 930     PyObject 
* _resultobj
; 
 931     wxStyledTextCtrl 
* _arg0
; 
 933     PyObject 
* _argo0 
= 0; 
 934     char *_kwnames
[] = { "self","pos", NULL 
}; 
 937     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoPos",_kwnames
,&_argo0
,&_arg1
))  
 940         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 941         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 942             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoPos. Expected _wxStyledTextCtrl_p."); 
 947     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 948     wxStyledTextCtrl_GotoPos(_arg0
,_arg1
); 
 950     wxPyEndAllowThreads(__tstate
); 
 951     if (PyErr_Occurred()) return NULL
; 
 952 }    Py_INCREF(Py_None
); 
 953     _resultobj 
= Py_None
; 
 957 #define wxStyledTextCtrl_SetAnchor(_swigobj,_swigarg0)  (_swigobj->SetAnchor(_swigarg0)) 
 958 static PyObject 
*_wrap_wxStyledTextCtrl_SetAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 959     PyObject 
* _resultobj
; 
 960     wxStyledTextCtrl 
* _arg0
; 
 962     PyObject 
* _argo0 
= 0; 
 963     char *_kwnames
[] = { "self","posAnchor", NULL 
}; 
 966     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetAnchor",_kwnames
,&_argo0
,&_arg1
))  
 969         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
 970         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
 971             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetAnchor. Expected _wxStyledTextCtrl_p."); 
 976     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 977     wxStyledTextCtrl_SetAnchor(_arg0
,_arg1
); 
 979     wxPyEndAllowThreads(__tstate
); 
 980     if (PyErr_Occurred()) return NULL
; 
 981 }    Py_INCREF(Py_None
); 
 982     _resultobj 
= Py_None
; 
 986 #define wxStyledTextCtrl_GetCurLine(_swigobj,_swigarg0)  (_swigobj->GetCurLine(_swigarg0)) 
 987 static PyObject 
*_wrap_wxStyledTextCtrl_GetCurLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
 988     PyObject 
* _resultobj
; 
 990     wxStyledTextCtrl 
* _arg0
; 
 993     PyObject 
* _argo0 
= 0; 
 994     char *_kwnames
[] = { "self", NULL 
}; 
1000     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurLine",_kwnames
,&_argo0
))  
1003         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1004         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1005             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurLine. Expected _wxStyledTextCtrl_p."); 
1010     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1011     _result 
= new wxString (wxStyledTextCtrl_GetCurLine(_arg0
,_arg1
)); 
1013     wxPyEndAllowThreads(__tstate
); 
1014     if (PyErr_Occurred()) return NULL
; 
1017     _resultobj 
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len()); 
1019     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
1024     o 
= PyInt_FromLong((long) (*_arg1
)); 
1025     _resultobj 
= t_output_helper(_resultobj
, o
); 
1033 #define wxStyledTextCtrl_GetEndStyled(_swigobj)  (_swigobj->GetEndStyled()) 
1034 static PyObject 
*_wrap_wxStyledTextCtrl_GetEndStyled(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1035     PyObject 
* _resultobj
; 
1037     wxStyledTextCtrl 
* _arg0
; 
1038     PyObject 
* _argo0 
= 0; 
1039     char *_kwnames
[] = { "self", NULL 
}; 
1042     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEndStyled",_kwnames
,&_argo0
))  
1045         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1046         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1047             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEndStyled. Expected _wxStyledTextCtrl_p."); 
1052     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1053     _result 
= (int )wxStyledTextCtrl_GetEndStyled(_arg0
); 
1055     wxPyEndAllowThreads(__tstate
); 
1056     if (PyErr_Occurred()) return NULL
; 
1057 }    _resultobj 
= Py_BuildValue("i",_result
); 
1061 #define wxStyledTextCtrl_ConvertEOLs(_swigobj,_swigarg0)  (_swigobj->ConvertEOLs(_swigarg0)) 
1062 static PyObject 
*_wrap_wxStyledTextCtrl_ConvertEOLs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1063     PyObject 
* _resultobj
; 
1064     wxStyledTextCtrl 
* _arg0
; 
1066     PyObject 
* _argo0 
= 0; 
1067     char *_kwnames
[] = { "self","eolMode", NULL 
}; 
1070     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ConvertEOLs",_kwnames
,&_argo0
,&_arg1
))  
1073         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1074         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1075             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ConvertEOLs. Expected _wxStyledTextCtrl_p."); 
1080     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1081     wxStyledTextCtrl_ConvertEOLs(_arg0
,_arg1
); 
1083     wxPyEndAllowThreads(__tstate
); 
1084     if (PyErr_Occurred()) return NULL
; 
1085 }    Py_INCREF(Py_None
); 
1086     _resultobj 
= Py_None
; 
1090 #define wxStyledTextCtrl_GetEOLMode(_swigobj)  (_swigobj->GetEOLMode()) 
1091 static PyObject 
*_wrap_wxStyledTextCtrl_GetEOLMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1092     PyObject 
* _resultobj
; 
1094     wxStyledTextCtrl 
* _arg0
; 
1095     PyObject 
* _argo0 
= 0; 
1096     char *_kwnames
[] = { "self", NULL 
}; 
1099     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEOLMode",_kwnames
,&_argo0
))  
1102         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1103         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1104             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEOLMode. Expected _wxStyledTextCtrl_p."); 
1109     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1110     _result 
= (int )wxStyledTextCtrl_GetEOLMode(_arg0
); 
1112     wxPyEndAllowThreads(__tstate
); 
1113     if (PyErr_Occurred()) return NULL
; 
1114 }    _resultobj 
= Py_BuildValue("i",_result
); 
1118 #define wxStyledTextCtrl_SetEOLMode(_swigobj,_swigarg0)  (_swigobj->SetEOLMode(_swigarg0)) 
1119 static PyObject 
*_wrap_wxStyledTextCtrl_SetEOLMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1120     PyObject 
* _resultobj
; 
1121     wxStyledTextCtrl 
* _arg0
; 
1123     PyObject 
* _argo0 
= 0; 
1124     char *_kwnames
[] = { "self","eolMode", NULL 
}; 
1127     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEOLMode",_kwnames
,&_argo0
,&_arg1
))  
1130         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1131         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1132             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEOLMode. Expected _wxStyledTextCtrl_p."); 
1137     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1138     wxStyledTextCtrl_SetEOLMode(_arg0
,_arg1
); 
1140     wxPyEndAllowThreads(__tstate
); 
1141     if (PyErr_Occurred()) return NULL
; 
1142 }    Py_INCREF(Py_None
); 
1143     _resultobj 
= Py_None
; 
1147 #define wxStyledTextCtrl_StartStyling(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StartStyling(_swigarg0,_swigarg1)) 
1148 static PyObject 
*_wrap_wxStyledTextCtrl_StartStyling(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1149     PyObject 
* _resultobj
; 
1150     wxStyledTextCtrl 
* _arg0
; 
1153     PyObject 
* _argo0 
= 0; 
1154     char *_kwnames
[] = { "self","pos","mask", NULL 
}; 
1157     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StartStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1160         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1161         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1162             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartStyling. Expected _wxStyledTextCtrl_p."); 
1167     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1168     wxStyledTextCtrl_StartStyling(_arg0
,_arg1
,_arg2
); 
1170     wxPyEndAllowThreads(__tstate
); 
1171     if (PyErr_Occurred()) return NULL
; 
1172 }    Py_INCREF(Py_None
); 
1173     _resultobj 
= Py_None
; 
1177 #define wxStyledTextCtrl_SetStyling(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetStyling(_swigarg0,_swigarg1)) 
1178 static PyObject 
*_wrap_wxStyledTextCtrl_SetStyling(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1179     PyObject 
* _resultobj
; 
1180     wxStyledTextCtrl 
* _arg0
; 
1183     PyObject 
* _argo0 
= 0; 
1184     char *_kwnames
[] = { "self","length","style", NULL 
}; 
1187     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1190         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1191         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1192             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyling. Expected _wxStyledTextCtrl_p."); 
1197     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1198     wxStyledTextCtrl_SetStyling(_arg0
,_arg1
,_arg2
); 
1200     wxPyEndAllowThreads(__tstate
); 
1201     if (PyErr_Occurred()) return NULL
; 
1202 }    Py_INCREF(Py_None
); 
1203     _resultobj 
= Py_None
; 
1207 #define wxStyledTextCtrl_GetBufferedDraw(_swigobj)  (_swigobj->GetBufferedDraw()) 
1208 static PyObject 
*_wrap_wxStyledTextCtrl_GetBufferedDraw(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1209     PyObject 
* _resultobj
; 
1211     wxStyledTextCtrl 
* _arg0
; 
1212     PyObject 
* _argo0 
= 0; 
1213     char *_kwnames
[] = { "self", NULL 
}; 
1216     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBufferedDraw",_kwnames
,&_argo0
))  
1219         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1220         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1221             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBufferedDraw. Expected _wxStyledTextCtrl_p."); 
1226     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1227     _result 
= (bool )wxStyledTextCtrl_GetBufferedDraw(_arg0
); 
1229     wxPyEndAllowThreads(__tstate
); 
1230     if (PyErr_Occurred()) return NULL
; 
1231 }    _resultobj 
= Py_BuildValue("i",_result
); 
1235 #define wxStyledTextCtrl_SetBufferedDraw(_swigobj,_swigarg0)  (_swigobj->SetBufferedDraw(_swigarg0)) 
1236 static PyObject 
*_wrap_wxStyledTextCtrl_SetBufferedDraw(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1237     PyObject 
* _resultobj
; 
1238     wxStyledTextCtrl 
* _arg0
; 
1240     PyObject 
* _argo0 
= 0; 
1242     char *_kwnames
[] = { "self","buffered", NULL 
}; 
1245     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBufferedDraw",_kwnames
,&_argo0
,&tempbool1
))  
1248         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1249         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1250             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBufferedDraw. Expected _wxStyledTextCtrl_p."); 
1254     _arg1 
= (bool ) tempbool1
; 
1256     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1257     wxStyledTextCtrl_SetBufferedDraw(_arg0
,_arg1
); 
1259     wxPyEndAllowThreads(__tstate
); 
1260     if (PyErr_Occurred()) return NULL
; 
1261 }    Py_INCREF(Py_None
); 
1262     _resultobj 
= Py_None
; 
1266 #define wxStyledTextCtrl_SetTabWidth(_swigobj,_swigarg0)  (_swigobj->SetTabWidth(_swigarg0)) 
1267 static PyObject 
*_wrap_wxStyledTextCtrl_SetTabWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1268     PyObject 
* _resultobj
; 
1269     wxStyledTextCtrl 
* _arg0
; 
1271     PyObject 
* _argo0 
= 0; 
1272     char *_kwnames
[] = { "self","tabWidth", NULL 
}; 
1275     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabWidth",_kwnames
,&_argo0
,&_arg1
))  
1278         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1279         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1280             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabWidth. Expected _wxStyledTextCtrl_p."); 
1285     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1286     wxStyledTextCtrl_SetTabWidth(_arg0
,_arg1
); 
1288     wxPyEndAllowThreads(__tstate
); 
1289     if (PyErr_Occurred()) return NULL
; 
1290 }    Py_INCREF(Py_None
); 
1291     _resultobj 
= Py_None
; 
1295 #define wxStyledTextCtrl_GetTabWidth(_swigobj)  (_swigobj->GetTabWidth()) 
1296 static PyObject 
*_wrap_wxStyledTextCtrl_GetTabWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1297     PyObject 
* _resultobj
; 
1299     wxStyledTextCtrl 
* _arg0
; 
1300     PyObject 
* _argo0 
= 0; 
1301     char *_kwnames
[] = { "self", NULL 
}; 
1304     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabWidth",_kwnames
,&_argo0
))  
1307         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1308         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1309             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabWidth. Expected _wxStyledTextCtrl_p."); 
1314     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1315     _result 
= (int )wxStyledTextCtrl_GetTabWidth(_arg0
); 
1317     wxPyEndAllowThreads(__tstate
); 
1318     if (PyErr_Occurred()) return NULL
; 
1319 }    _resultobj 
= Py_BuildValue("i",_result
); 
1323 #define wxStyledTextCtrl_SetCodePage(_swigobj,_swigarg0)  (_swigobj->SetCodePage(_swigarg0)) 
1324 static PyObject 
*_wrap_wxStyledTextCtrl_SetCodePage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1325     PyObject 
* _resultobj
; 
1326     wxStyledTextCtrl 
* _arg0
; 
1328     PyObject 
* _argo0 
= 0; 
1329     char *_kwnames
[] = { "self","codePage", NULL 
}; 
1332     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCodePage",_kwnames
,&_argo0
,&_arg1
))  
1335         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1336         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1337             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCodePage. Expected _wxStyledTextCtrl_p."); 
1342     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1343     wxStyledTextCtrl_SetCodePage(_arg0
,_arg1
); 
1345     wxPyEndAllowThreads(__tstate
); 
1346     if (PyErr_Occurred()) return NULL
; 
1347 }    Py_INCREF(Py_None
); 
1348     _resultobj 
= Py_None
; 
1352 #define wxStyledTextCtrl_MarkerDefine(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3)  (_swigobj->MarkerDefine(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) 
1353 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDefine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1354     PyObject 
* _resultobj
; 
1355     wxStyledTextCtrl 
* _arg0
; 
1358     wxColour 
* _arg3 
= (wxColour 
*) &wxNullColour
; 
1359     wxColour 
* _arg4 
= (wxColour 
*) &wxNullColour
; 
1360     PyObject 
* _argo0 
= 0; 
1362     PyObject 
* _obj3 
= 0; 
1364     PyObject 
* _obj4 
= 0; 
1365     char *_kwnames
[] = { "self","markerNumber","markerSymbol","foreground","background", NULL 
}; 
1368     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OO:wxStyledTextCtrl_MarkerDefine",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
))  
1371         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1372         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1373             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDefine. Expected _wxStyledTextCtrl_p."); 
1380     if (! wxColour_helper(_obj3
, &_arg3
)) 
1386     if (! wxColour_helper(_obj4
, &_arg4
)) 
1390     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1391     wxStyledTextCtrl_MarkerDefine(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
); 
1393     wxPyEndAllowThreads(__tstate
); 
1394     if (PyErr_Occurred()) return NULL
; 
1395 }    Py_INCREF(Py_None
); 
1396     _resultobj 
= Py_None
; 
1400 #define wxStyledTextCtrl_MarkerSetForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerSetForeground(_swigarg0,_swigarg1)) 
1401 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerSetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1402     PyObject 
* _resultobj
; 
1403     wxStyledTextCtrl 
* _arg0
; 
1406     PyObject 
* _argo0 
= 0; 
1408     PyObject 
* _obj2 
= 0; 
1409     char *_kwnames
[] = { "self","markerNumber","fore", NULL 
}; 
1412     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
1415         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1416         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1417             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetForeground. Expected _wxStyledTextCtrl_p."); 
1423     if (! wxColour_helper(_obj2
, &_arg2
)) 
1427     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1428     wxStyledTextCtrl_MarkerSetForeground(_arg0
,_arg1
,*_arg2
); 
1430     wxPyEndAllowThreads(__tstate
); 
1431     if (PyErr_Occurred()) return NULL
; 
1432 }    Py_INCREF(Py_None
); 
1433     _resultobj 
= Py_None
; 
1437 #define wxStyledTextCtrl_MarkerSetBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerSetBackground(_swigarg0,_swigarg1)) 
1438 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerSetBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1439     PyObject 
* _resultobj
; 
1440     wxStyledTextCtrl 
* _arg0
; 
1443     PyObject 
* _argo0 
= 0; 
1445     PyObject 
* _obj2 
= 0; 
1446     char *_kwnames
[] = { "self","markerNumber","back", NULL 
}; 
1449     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
1452         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1453         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1454             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetBackground. Expected _wxStyledTextCtrl_p."); 
1460     if (! wxColour_helper(_obj2
, &_arg2
)) 
1464     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1465     wxStyledTextCtrl_MarkerSetBackground(_arg0
,_arg1
,*_arg2
); 
1467     wxPyEndAllowThreads(__tstate
); 
1468     if (PyErr_Occurred()) return NULL
; 
1469 }    Py_INCREF(Py_None
); 
1470     _resultobj 
= Py_None
; 
1474 #define wxStyledTextCtrl_MarkerAdd(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerAdd(_swigarg0,_swigarg1)) 
1475 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerAdd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1476     PyObject 
* _resultobj
; 
1478     wxStyledTextCtrl 
* _arg0
; 
1481     PyObject 
* _argo0 
= 0; 
1482     char *_kwnames
[] = { "self","line","markerNumber", NULL 
}; 
1485     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerAdd",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1488         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1489         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1490             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerAdd. Expected _wxStyledTextCtrl_p."); 
1495     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1496     _result 
= (int )wxStyledTextCtrl_MarkerAdd(_arg0
,_arg1
,_arg2
); 
1498     wxPyEndAllowThreads(__tstate
); 
1499     if (PyErr_Occurred()) return NULL
; 
1500 }    _resultobj 
= Py_BuildValue("i",_result
); 
1504 #define wxStyledTextCtrl_MarkerDelete(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerDelete(_swigarg0,_swigarg1)) 
1505 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDelete(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1506     PyObject 
* _resultobj
; 
1507     wxStyledTextCtrl 
* _arg0
; 
1510     PyObject 
* _argo0 
= 0; 
1511     char *_kwnames
[] = { "self","line","markerNumber", NULL 
}; 
1514     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerDelete",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1517         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1518         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1519             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDelete. Expected _wxStyledTextCtrl_p."); 
1524     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1525     wxStyledTextCtrl_MarkerDelete(_arg0
,_arg1
,_arg2
); 
1527     wxPyEndAllowThreads(__tstate
); 
1528     if (PyErr_Occurred()) return NULL
; 
1529 }    Py_INCREF(Py_None
); 
1530     _resultobj 
= Py_None
; 
1534 #define wxStyledTextCtrl_MarkerDeleteAll(_swigobj,_swigarg0)  (_swigobj->MarkerDeleteAll(_swigarg0)) 
1535 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDeleteAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1536     PyObject 
* _resultobj
; 
1537     wxStyledTextCtrl 
* _arg0
; 
1539     PyObject 
* _argo0 
= 0; 
1540     char *_kwnames
[] = { "self","markerNumber", NULL 
}; 
1543     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteAll",_kwnames
,&_argo0
,&_arg1
))  
1546         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1547         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1548             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteAll. Expected _wxStyledTextCtrl_p."); 
1553     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1554     wxStyledTextCtrl_MarkerDeleteAll(_arg0
,_arg1
); 
1556     wxPyEndAllowThreads(__tstate
); 
1557     if (PyErr_Occurred()) return NULL
; 
1558 }    Py_INCREF(Py_None
); 
1559     _resultobj 
= Py_None
; 
1563 #define wxStyledTextCtrl_MarkerGet(_swigobj,_swigarg0)  (_swigobj->MarkerGet(_swigarg0)) 
1564 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerGet(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1565     PyObject 
* _resultobj
; 
1567     wxStyledTextCtrl 
* _arg0
; 
1569     PyObject 
* _argo0 
= 0; 
1570     char *_kwnames
[] = { "self","line", NULL 
}; 
1573     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerGet",_kwnames
,&_argo0
,&_arg1
))  
1576         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1577         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1578             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerGet. Expected _wxStyledTextCtrl_p."); 
1583     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1584     _result 
= (int )wxStyledTextCtrl_MarkerGet(_arg0
,_arg1
); 
1586     wxPyEndAllowThreads(__tstate
); 
1587     if (PyErr_Occurred()) return NULL
; 
1588 }    _resultobj 
= Py_BuildValue("i",_result
); 
1592 #define wxStyledTextCtrl_MarkerNext(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerNext(_swigarg0,_swigarg1)) 
1593 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerNext(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1594     PyObject 
* _resultobj
; 
1596     wxStyledTextCtrl 
* _arg0
; 
1599     PyObject 
* _argo0 
= 0; 
1600     char *_kwnames
[] = { "self","lineStart","markerMask", NULL 
}; 
1603     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerNext",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1606         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1607         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1608             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerNext. Expected _wxStyledTextCtrl_p."); 
1613     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1614     _result 
= (int )wxStyledTextCtrl_MarkerNext(_arg0
,_arg1
,_arg2
); 
1616     wxPyEndAllowThreads(__tstate
); 
1617     if (PyErr_Occurred()) return NULL
; 
1618 }    _resultobj 
= Py_BuildValue("i",_result
); 
1622 #define wxStyledTextCtrl_MarkerPrevious(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerPrevious(_swigarg0,_swigarg1)) 
1623 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerPrevious(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1624     PyObject 
* _resultobj
; 
1626     wxStyledTextCtrl 
* _arg0
; 
1629     PyObject 
* _argo0 
= 0; 
1630     char *_kwnames
[] = { "self","lineStart","markerMask", NULL 
}; 
1633     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerPrevious",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1636         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1637         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1638             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerPrevious. Expected _wxStyledTextCtrl_p."); 
1643     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1644     _result 
= (int )wxStyledTextCtrl_MarkerPrevious(_arg0
,_arg1
,_arg2
); 
1646     wxPyEndAllowThreads(__tstate
); 
1647     if (PyErr_Occurred()) return NULL
; 
1648 }    _resultobj 
= Py_BuildValue("i",_result
); 
1652 #define wxStyledTextCtrl_MarkerDefineBitmap(_swigobj,_swigarg0,_swigarg1)  (_swigobj->MarkerDefineBitmap(_swigarg0,_swigarg1)) 
1653 static PyObject 
*_wrap_wxStyledTextCtrl_MarkerDefineBitmap(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1654     PyObject 
* _resultobj
; 
1655     wxStyledTextCtrl 
* _arg0
; 
1658     PyObject 
* _argo0 
= 0; 
1659     PyObject 
* _argo2 
= 0; 
1660     char *_kwnames
[] = { "self","markerNumber","bmp", NULL 
}; 
1663     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerDefineBitmap",_kwnames
,&_argo0
,&_arg1
,&_argo2
))  
1666         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1667         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1668             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDefineBitmap. Expected _wxStyledTextCtrl_p."); 
1673         if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) { 
1674             PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_MarkerDefineBitmap. Expected _wxBitmap_p."); 
1679     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1680     wxStyledTextCtrl_MarkerDefineBitmap(_arg0
,_arg1
,*_arg2
); 
1682     wxPyEndAllowThreads(__tstate
); 
1683     if (PyErr_Occurred()) return NULL
; 
1684 }    Py_INCREF(Py_None
); 
1685     _resultobj 
= Py_None
; 
1689 #define wxStyledTextCtrl_SetMarginType(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginType(_swigarg0,_swigarg1)) 
1690 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1691     PyObject 
* _resultobj
; 
1692     wxStyledTextCtrl 
* _arg0
; 
1695     PyObject 
* _argo0 
= 0; 
1696     char *_kwnames
[] = { "self","margin","marginType", NULL 
}; 
1699     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginType",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1702         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1703         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1704             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginType. Expected _wxStyledTextCtrl_p."); 
1709     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1710     wxStyledTextCtrl_SetMarginType(_arg0
,_arg1
,_arg2
); 
1712     wxPyEndAllowThreads(__tstate
); 
1713     if (PyErr_Occurred()) return NULL
; 
1714 }    Py_INCREF(Py_None
); 
1715     _resultobj 
= Py_None
; 
1719 #define wxStyledTextCtrl_GetMarginType(_swigobj,_swigarg0)  (_swigobj->GetMarginType(_swigarg0)) 
1720 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1721     PyObject 
* _resultobj
; 
1723     wxStyledTextCtrl 
* _arg0
; 
1725     PyObject 
* _argo0 
= 0; 
1726     char *_kwnames
[] = { "self","margin", NULL 
}; 
1729     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginType",_kwnames
,&_argo0
,&_arg1
))  
1732         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1733         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1734             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginType. Expected _wxStyledTextCtrl_p."); 
1739     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1740     _result 
= (int )wxStyledTextCtrl_GetMarginType(_arg0
,_arg1
); 
1742     wxPyEndAllowThreads(__tstate
); 
1743     if (PyErr_Occurred()) return NULL
; 
1744 }    _resultobj 
= Py_BuildValue("i",_result
); 
1748 #define wxStyledTextCtrl_SetMarginWidth(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginWidth(_swigarg0,_swigarg1)) 
1749 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1750     PyObject 
* _resultobj
; 
1751     wxStyledTextCtrl 
* _arg0
; 
1754     PyObject 
* _argo0 
= 0; 
1755     char *_kwnames
[] = { "self","margin","pixelWidth", NULL 
}; 
1758     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginWidth",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1761         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1762         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1763             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginWidth. Expected _wxStyledTextCtrl_p."); 
1768     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1769     wxStyledTextCtrl_SetMarginWidth(_arg0
,_arg1
,_arg2
); 
1771     wxPyEndAllowThreads(__tstate
); 
1772     if (PyErr_Occurred()) return NULL
; 
1773 }    Py_INCREF(Py_None
); 
1774     _resultobj 
= Py_None
; 
1778 #define wxStyledTextCtrl_GetMarginWidth(_swigobj,_swigarg0)  (_swigobj->GetMarginWidth(_swigarg0)) 
1779 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1780     PyObject 
* _resultobj
; 
1782     wxStyledTextCtrl 
* _arg0
; 
1784     PyObject 
* _argo0 
= 0; 
1785     char *_kwnames
[] = { "self","margin", NULL 
}; 
1788     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginWidth",_kwnames
,&_argo0
,&_arg1
))  
1791         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1792         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1793             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginWidth. Expected _wxStyledTextCtrl_p."); 
1798     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1799     _result 
= (int )wxStyledTextCtrl_GetMarginWidth(_arg0
,_arg1
); 
1801     wxPyEndAllowThreads(__tstate
); 
1802     if (PyErr_Occurred()) return NULL
; 
1803 }    _resultobj 
= Py_BuildValue("i",_result
); 
1807 #define wxStyledTextCtrl_SetMarginMask(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginMask(_swigarg0,_swigarg1)) 
1808 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1809     PyObject 
* _resultobj
; 
1810     wxStyledTextCtrl 
* _arg0
; 
1813     PyObject 
* _argo0 
= 0; 
1814     char *_kwnames
[] = { "self","margin","mask", NULL 
}; 
1817     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginMask",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
1820         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1821         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1822             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginMask. Expected _wxStyledTextCtrl_p."); 
1827     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1828     wxStyledTextCtrl_SetMarginMask(_arg0
,_arg1
,_arg2
); 
1830     wxPyEndAllowThreads(__tstate
); 
1831     if (PyErr_Occurred()) return NULL
; 
1832 }    Py_INCREF(Py_None
); 
1833     _resultobj 
= Py_None
; 
1837 #define wxStyledTextCtrl_GetMarginMask(_swigobj,_swigarg0)  (_swigobj->GetMarginMask(_swigarg0)) 
1838 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1839     PyObject 
* _resultobj
; 
1841     wxStyledTextCtrl 
* _arg0
; 
1843     PyObject 
* _argo0 
= 0; 
1844     char *_kwnames
[] = { "self","margin", NULL 
}; 
1847     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginMask",_kwnames
,&_argo0
,&_arg1
))  
1850         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1851         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1852             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginMask. Expected _wxStyledTextCtrl_p."); 
1857     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1858     _result 
= (int )wxStyledTextCtrl_GetMarginMask(_arg0
,_arg1
); 
1860     wxPyEndAllowThreads(__tstate
); 
1861     if (PyErr_Occurred()) return NULL
; 
1862 }    _resultobj 
= Py_BuildValue("i",_result
); 
1866 #define wxStyledTextCtrl_SetMarginSensitive(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMarginSensitive(_swigarg0,_swigarg1)) 
1867 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginSensitive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1868     PyObject 
* _resultobj
; 
1869     wxStyledTextCtrl 
* _arg0
; 
1872     PyObject 
* _argo0 
= 0; 
1874     char *_kwnames
[] = { "self","margin","sensitive", NULL 
}; 
1877     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginSensitive",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
1880         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1881         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1882             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginSensitive. Expected _wxStyledTextCtrl_p."); 
1886     _arg2 
= (bool ) tempbool2
; 
1888     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1889     wxStyledTextCtrl_SetMarginSensitive(_arg0
,_arg1
,_arg2
); 
1891     wxPyEndAllowThreads(__tstate
); 
1892     if (PyErr_Occurred()) return NULL
; 
1893 }    Py_INCREF(Py_None
); 
1894     _resultobj 
= Py_None
; 
1898 #define wxStyledTextCtrl_GetMarginSensitive(_swigobj,_swigarg0)  (_swigobj->GetMarginSensitive(_swigarg0)) 
1899 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginSensitive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1900     PyObject 
* _resultobj
; 
1902     wxStyledTextCtrl 
* _arg0
; 
1904     PyObject 
* _argo0 
= 0; 
1905     char *_kwnames
[] = { "self","margin", NULL 
}; 
1908     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginSensitive",_kwnames
,&_argo0
,&_arg1
))  
1911         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1912         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1913             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginSensitive. Expected _wxStyledTextCtrl_p."); 
1918     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1919     _result 
= (bool )wxStyledTextCtrl_GetMarginSensitive(_arg0
,_arg1
); 
1921     wxPyEndAllowThreads(__tstate
); 
1922     if (PyErr_Occurred()) return NULL
; 
1923 }    _resultobj 
= Py_BuildValue("i",_result
); 
1927 #define wxStyledTextCtrl_StyleClearAll(_swigobj)  (_swigobj->StyleClearAll()) 
1928 static PyObject 
*_wrap_wxStyledTextCtrl_StyleClearAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1929     PyObject 
* _resultobj
; 
1930     wxStyledTextCtrl 
* _arg0
; 
1931     PyObject 
* _argo0 
= 0; 
1932     char *_kwnames
[] = { "self", NULL 
}; 
1935     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleClearAll",_kwnames
,&_argo0
))  
1938         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1939         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1940             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleClearAll. Expected _wxStyledTextCtrl_p."); 
1945     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1946     wxStyledTextCtrl_StyleClearAll(_arg0
); 
1948     wxPyEndAllowThreads(__tstate
); 
1949     if (PyErr_Occurred()) return NULL
; 
1950 }    Py_INCREF(Py_None
); 
1951     _resultobj 
= Py_None
; 
1955 #define wxStyledTextCtrl_StyleSetForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetForeground(_swigarg0,_swigarg1)) 
1956 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1957     PyObject 
* _resultobj
; 
1958     wxStyledTextCtrl 
* _arg0
; 
1961     PyObject 
* _argo0 
= 0; 
1963     PyObject 
* _obj2 
= 0; 
1964     char *_kwnames
[] = { "self","style","fore", NULL 
}; 
1967     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
1970         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
1971         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
1972             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetForeground. Expected _wxStyledTextCtrl_p."); 
1978     if (! wxColour_helper(_obj2
, &_arg2
)) 
1982     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1983     wxStyledTextCtrl_StyleSetForeground(_arg0
,_arg1
,*_arg2
); 
1985     wxPyEndAllowThreads(__tstate
); 
1986     if (PyErr_Occurred()) return NULL
; 
1987 }    Py_INCREF(Py_None
); 
1988     _resultobj 
= Py_None
; 
1992 #define wxStyledTextCtrl_StyleSetBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetBackground(_swigarg0,_swigarg1)) 
1993 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
1994     PyObject 
* _resultobj
; 
1995     wxStyledTextCtrl 
* _arg0
; 
1998     PyObject 
* _argo0 
= 0; 
2000     PyObject 
* _obj2 
= 0; 
2001     char *_kwnames
[] = { "self","style","back", NULL 
}; 
2004     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
2007         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2008         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2009             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBackground. Expected _wxStyledTextCtrl_p."); 
2015     if (! wxColour_helper(_obj2
, &_arg2
)) 
2019     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2020     wxStyledTextCtrl_StyleSetBackground(_arg0
,_arg1
,*_arg2
); 
2022     wxPyEndAllowThreads(__tstate
); 
2023     if (PyErr_Occurred()) return NULL
; 
2024 }    Py_INCREF(Py_None
); 
2025     _resultobj 
= Py_None
; 
2029 #define wxStyledTextCtrl_StyleSetBold(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetBold(_swigarg0,_swigarg1)) 
2030 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetBold(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2031     PyObject 
* _resultobj
; 
2032     wxStyledTextCtrl 
* _arg0
; 
2035     PyObject 
* _argo0 
= 0; 
2037     char *_kwnames
[] = { "self","style","bold", NULL 
}; 
2040     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetBold",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2043         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2044         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2045             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBold. Expected _wxStyledTextCtrl_p."); 
2049     _arg2 
= (bool ) tempbool2
; 
2051     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2052     wxStyledTextCtrl_StyleSetBold(_arg0
,_arg1
,_arg2
); 
2054     wxPyEndAllowThreads(__tstate
); 
2055     if (PyErr_Occurred()) return NULL
; 
2056 }    Py_INCREF(Py_None
); 
2057     _resultobj 
= Py_None
; 
2061 #define wxStyledTextCtrl_StyleSetItalic(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetItalic(_swigarg0,_swigarg1)) 
2062 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetItalic(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2063     PyObject 
* _resultobj
; 
2064     wxStyledTextCtrl 
* _arg0
; 
2067     PyObject 
* _argo0 
= 0; 
2069     char *_kwnames
[] = { "self","style","italic", NULL 
}; 
2072     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetItalic",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2075         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2076         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2077             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetItalic. Expected _wxStyledTextCtrl_p."); 
2081     _arg2 
= (bool ) tempbool2
; 
2083     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2084     wxStyledTextCtrl_StyleSetItalic(_arg0
,_arg1
,_arg2
); 
2086     wxPyEndAllowThreads(__tstate
); 
2087     if (PyErr_Occurred()) return NULL
; 
2088 }    Py_INCREF(Py_None
); 
2089     _resultobj 
= Py_None
; 
2093 #define wxStyledTextCtrl_StyleSetSize(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetSize(_swigarg0,_swigarg1)) 
2094 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetSize(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2095     PyObject 
* _resultobj
; 
2096     wxStyledTextCtrl 
* _arg0
; 
2099     PyObject 
* _argo0 
= 0; 
2100     char *_kwnames
[] = { "self","style","sizePoints", NULL 
}; 
2103     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetSize",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2106         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2107         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2108             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSize. Expected _wxStyledTextCtrl_p."); 
2113     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2114     wxStyledTextCtrl_StyleSetSize(_arg0
,_arg1
,_arg2
); 
2116     wxPyEndAllowThreads(__tstate
); 
2117     if (PyErr_Occurred()) return NULL
; 
2118 }    Py_INCREF(Py_None
); 
2119     _resultobj 
= Py_None
; 
2123 #define wxStyledTextCtrl_StyleSetFaceName(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetFaceName(_swigarg0,_swigarg1)) 
2124 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetFaceName(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2125     PyObject 
* _resultobj
; 
2126     wxStyledTextCtrl 
* _arg0
; 
2129     PyObject 
* _argo0 
= 0; 
2130     PyObject 
* _obj2 
= 0; 
2131     char *_kwnames
[] = { "self","style","fontName", NULL 
}; 
2134     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFaceName",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
2137         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2138         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2139             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFaceName. Expected _wxStyledTextCtrl_p."); 
2144     _arg2 
= wxString_in_helper(_obj2
); 
2149     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2150     wxStyledTextCtrl_StyleSetFaceName(_arg0
,_arg1
,*_arg2
); 
2152     wxPyEndAllowThreads(__tstate
); 
2153     if (PyErr_Occurred()) return NULL
; 
2154 }    Py_INCREF(Py_None
); 
2155     _resultobj 
= Py_None
; 
2163 #define wxStyledTextCtrl_StyleSetEOLFilled(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetEOLFilled(_swigarg0,_swigarg1)) 
2164 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetEOLFilled(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2165     PyObject 
* _resultobj
; 
2166     wxStyledTextCtrl 
* _arg0
; 
2169     PyObject 
* _argo0 
= 0; 
2171     char *_kwnames
[] = { "self","style","filled", NULL 
}; 
2174     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetEOLFilled",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2177         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2178         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2179             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetEOLFilled. Expected _wxStyledTextCtrl_p."); 
2183     _arg2 
= (bool ) tempbool2
; 
2185     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2186     wxStyledTextCtrl_StyleSetEOLFilled(_arg0
,_arg1
,_arg2
); 
2188     wxPyEndAllowThreads(__tstate
); 
2189     if (PyErr_Occurred()) return NULL
; 
2190 }    Py_INCREF(Py_None
); 
2191     _resultobj 
= Py_None
; 
2195 #define wxStyledTextCtrl_StyleResetDefault(_swigobj)  (_swigobj->StyleResetDefault()) 
2196 static PyObject 
*_wrap_wxStyledTextCtrl_StyleResetDefault(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2197     PyObject 
* _resultobj
; 
2198     wxStyledTextCtrl 
* _arg0
; 
2199     PyObject 
* _argo0 
= 0; 
2200     char *_kwnames
[] = { "self", NULL 
}; 
2203     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleResetDefault",_kwnames
,&_argo0
))  
2206         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2207         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2208             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleResetDefault. Expected _wxStyledTextCtrl_p."); 
2213     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2214     wxStyledTextCtrl_StyleResetDefault(_arg0
); 
2216     wxPyEndAllowThreads(__tstate
); 
2217     if (PyErr_Occurred()) return NULL
; 
2218 }    Py_INCREF(Py_None
); 
2219     _resultobj 
= Py_None
; 
2223 #define wxStyledTextCtrl_StyleSetUnderline(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetUnderline(_swigarg0,_swigarg1)) 
2224 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetUnderline(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2225     PyObject 
* _resultobj
; 
2226     wxStyledTextCtrl 
* _arg0
; 
2229     PyObject 
* _argo0 
= 0; 
2231     char *_kwnames
[] = { "self","style","underline", NULL 
}; 
2234     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetUnderline",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2237         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2238         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2239             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetUnderline. Expected _wxStyledTextCtrl_p."); 
2243     _arg2 
= (bool ) tempbool2
; 
2245     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2246     wxStyledTextCtrl_StyleSetUnderline(_arg0
,_arg1
,_arg2
); 
2248     wxPyEndAllowThreads(__tstate
); 
2249     if (PyErr_Occurred()) return NULL
; 
2250 }    Py_INCREF(Py_None
); 
2251     _resultobj 
= Py_None
; 
2255 #define wxStyledTextCtrl_StyleSetCase(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetCase(_swigarg0,_swigarg1)) 
2256 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetCase(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2257     PyObject 
* _resultobj
; 
2258     wxStyledTextCtrl 
* _arg0
; 
2261     PyObject 
* _argo0 
= 0; 
2262     char *_kwnames
[] = { "self","style","caseForce", NULL 
}; 
2265     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetCase",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2268         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2269         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2270             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetCase. Expected _wxStyledTextCtrl_p."); 
2275     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2276     wxStyledTextCtrl_StyleSetCase(_arg0
,_arg1
,_arg2
); 
2278     wxPyEndAllowThreads(__tstate
); 
2279     if (PyErr_Occurred()) return NULL
; 
2280 }    Py_INCREF(Py_None
); 
2281     _resultobj 
= Py_None
; 
2285 #define wxStyledTextCtrl_StyleSetCharacterSet(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetCharacterSet(_swigarg0,_swigarg1)) 
2286 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetCharacterSet(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2287     PyObject 
* _resultobj
; 
2288     wxStyledTextCtrl 
* _arg0
; 
2291     PyObject 
* _argo0 
= 0; 
2292     char *_kwnames
[] = { "self","style","characterSet", NULL 
}; 
2295     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetCharacterSet",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2298         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2299         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2300             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetCharacterSet. Expected _wxStyledTextCtrl_p."); 
2305     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2306     wxStyledTextCtrl_StyleSetCharacterSet(_arg0
,_arg1
,_arg2
); 
2308     wxPyEndAllowThreads(__tstate
); 
2309     if (PyErr_Occurred()) return NULL
; 
2310 }    Py_INCREF(Py_None
); 
2311     _resultobj 
= Py_None
; 
2315 #define wxStyledTextCtrl_StyleSetHotSpot(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetHotSpot(_swigarg0,_swigarg1)) 
2316 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetHotSpot(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2317     PyObject 
* _resultobj
; 
2318     wxStyledTextCtrl 
* _arg0
; 
2321     PyObject 
* _argo0 
= 0; 
2323     char *_kwnames
[] = { "self","style","hotspot", NULL 
}; 
2326     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetHotSpot",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2329         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2330         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2331             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetHotSpot. Expected _wxStyledTextCtrl_p."); 
2335     _arg2 
= (bool ) tempbool2
; 
2337     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2338     wxStyledTextCtrl_StyleSetHotSpot(_arg0
,_arg1
,_arg2
); 
2340     wxPyEndAllowThreads(__tstate
); 
2341     if (PyErr_Occurred()) return NULL
; 
2342 }    Py_INCREF(Py_None
); 
2343     _resultobj 
= Py_None
; 
2347 #define wxStyledTextCtrl_SetSelForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetSelForeground(_swigarg0,_swigarg1)) 
2348 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2349     PyObject 
* _resultobj
; 
2350     wxStyledTextCtrl 
* _arg0
; 
2353     PyObject 
* _argo0 
= 0; 
2356     PyObject 
* _obj2 
= 0; 
2357     char *_kwnames
[] = { "self","useSetting","fore", NULL 
}; 
2360     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
2363         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2364         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2365             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelForeground. Expected _wxStyledTextCtrl_p."); 
2369     _arg1 
= (bool ) tempbool1
; 
2372     if (! wxColour_helper(_obj2
, &_arg2
)) 
2376     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2377     wxStyledTextCtrl_SetSelForeground(_arg0
,_arg1
,*_arg2
); 
2379     wxPyEndAllowThreads(__tstate
); 
2380     if (PyErr_Occurred()) return NULL
; 
2381 }    Py_INCREF(Py_None
); 
2382     _resultobj 
= Py_None
; 
2386 #define wxStyledTextCtrl_SetSelBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetSelBackground(_swigarg0,_swigarg1)) 
2387 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2388     PyObject 
* _resultobj
; 
2389     wxStyledTextCtrl 
* _arg0
; 
2392     PyObject 
* _argo0 
= 0; 
2395     PyObject 
* _obj2 
= 0; 
2396     char *_kwnames
[] = { "self","useSetting","back", NULL 
}; 
2399     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
2402         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2403         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2404             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelBackground. Expected _wxStyledTextCtrl_p."); 
2408     _arg1 
= (bool ) tempbool1
; 
2411     if (! wxColour_helper(_obj2
, &_arg2
)) 
2415     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2416     wxStyledTextCtrl_SetSelBackground(_arg0
,_arg1
,*_arg2
); 
2418     wxPyEndAllowThreads(__tstate
); 
2419     if (PyErr_Occurred()) return NULL
; 
2420 }    Py_INCREF(Py_None
); 
2421     _resultobj 
= Py_None
; 
2425 #define wxStyledTextCtrl_SetCaretForeground(_swigobj,_swigarg0)  (_swigobj->SetCaretForeground(_swigarg0)) 
2426 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2427     PyObject 
* _resultobj
; 
2428     wxStyledTextCtrl 
* _arg0
; 
2430     PyObject 
* _argo0 
= 0; 
2432     PyObject 
* _obj1 
= 0; 
2433     char *_kwnames
[] = { "self","fore", NULL 
}; 
2436     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretForeground",_kwnames
,&_argo0
,&_obj1
))  
2439         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2440         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2441             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretForeground. Expected _wxStyledTextCtrl_p."); 
2447     if (! wxColour_helper(_obj1
, &_arg1
)) 
2451     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2452     wxStyledTextCtrl_SetCaretForeground(_arg0
,*_arg1
); 
2454     wxPyEndAllowThreads(__tstate
); 
2455     if (PyErr_Occurred()) return NULL
; 
2456 }    Py_INCREF(Py_None
); 
2457     _resultobj 
= Py_None
; 
2461 #define wxStyledTextCtrl_CmdKeyAssign(_swigobj,_swigarg0,_swigarg1,_swigarg2)  (_swigobj->CmdKeyAssign(_swigarg0,_swigarg1,_swigarg2)) 
2462 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyAssign(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2463     PyObject 
* _resultobj
; 
2464     wxStyledTextCtrl 
* _arg0
; 
2468     PyObject 
* _argo0 
= 0; 
2469     char *_kwnames
[] = { "self","key","modifiers","cmd", NULL 
}; 
2472     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiii:wxStyledTextCtrl_CmdKeyAssign",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))  
2475         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2476         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2477             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyAssign. Expected _wxStyledTextCtrl_p."); 
2482     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2483     wxStyledTextCtrl_CmdKeyAssign(_arg0
,_arg1
,_arg2
,_arg3
); 
2485     wxPyEndAllowThreads(__tstate
); 
2486     if (PyErr_Occurred()) return NULL
; 
2487 }    Py_INCREF(Py_None
); 
2488     _resultobj 
= Py_None
; 
2492 #define wxStyledTextCtrl_CmdKeyClear(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CmdKeyClear(_swigarg0,_swigarg1)) 
2493 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyClear(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2494     PyObject 
* _resultobj
; 
2495     wxStyledTextCtrl 
* _arg0
; 
2498     PyObject 
* _argo0 
= 0; 
2499     char *_kwnames
[] = { "self","key","modifiers", NULL 
}; 
2502     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CmdKeyClear",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2505         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2506         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2507             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClear. Expected _wxStyledTextCtrl_p."); 
2512     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2513     wxStyledTextCtrl_CmdKeyClear(_arg0
,_arg1
,_arg2
); 
2515     wxPyEndAllowThreads(__tstate
); 
2516     if (PyErr_Occurred()) return NULL
; 
2517 }    Py_INCREF(Py_None
); 
2518     _resultobj 
= Py_None
; 
2522 #define wxStyledTextCtrl_CmdKeyClearAll(_swigobj)  (_swigobj->CmdKeyClearAll()) 
2523 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyClearAll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2524     PyObject 
* _resultobj
; 
2525     wxStyledTextCtrl 
* _arg0
; 
2526     PyObject 
* _argo0 
= 0; 
2527     char *_kwnames
[] = { "self", NULL 
}; 
2530     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CmdKeyClearAll",_kwnames
,&_argo0
))  
2533         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2534         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2535             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClearAll. Expected _wxStyledTextCtrl_p."); 
2540     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2541     wxStyledTextCtrl_CmdKeyClearAll(_arg0
); 
2543     wxPyEndAllowThreads(__tstate
); 
2544     if (PyErr_Occurred()) return NULL
; 
2545 }    Py_INCREF(Py_None
); 
2546     _resultobj 
= Py_None
; 
2550 #define wxStyledTextCtrl_SetStyleBytes(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetStyleBytes(_swigarg0,_swigarg1)) 
2551 static PyObject 
*_wrap_wxStyledTextCtrl_SetStyleBytes(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2552     PyObject 
* _resultobj
; 
2553     wxStyledTextCtrl 
* _arg0
; 
2556     PyObject 
* _argo0 
= 0; 
2557     char *_kwnames
[] = { "self","length","styleBytes", NULL 
}; 
2560     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ois:wxStyledTextCtrl_SetStyleBytes",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2563         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2564         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2565             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBytes. Expected _wxStyledTextCtrl_p."); 
2570     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2571     wxStyledTextCtrl_SetStyleBytes(_arg0
,_arg1
,_arg2
); 
2573     wxPyEndAllowThreads(__tstate
); 
2574     if (PyErr_Occurred()) return NULL
; 
2575 }    Py_INCREF(Py_None
); 
2576     _resultobj 
= Py_None
; 
2580 #define wxStyledTextCtrl_StyleSetVisible(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetVisible(_swigarg0,_swigarg1)) 
2581 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2582     PyObject 
* _resultobj
; 
2583     wxStyledTextCtrl 
* _arg0
; 
2586     PyObject 
* _argo0 
= 0; 
2588     char *_kwnames
[] = { "self","style","visible", NULL 
}; 
2591     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetVisible",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
2594         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2595         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2596             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetVisible. Expected _wxStyledTextCtrl_p."); 
2600     _arg2 
= (bool ) tempbool2
; 
2602     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2603     wxStyledTextCtrl_StyleSetVisible(_arg0
,_arg1
,_arg2
); 
2605     wxPyEndAllowThreads(__tstate
); 
2606     if (PyErr_Occurred()) return NULL
; 
2607 }    Py_INCREF(Py_None
); 
2608     _resultobj 
= Py_None
; 
2612 #define wxStyledTextCtrl_GetCaretPeriod(_swigobj)  (_swigobj->GetCaretPeriod()) 
2613 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretPeriod(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2614     PyObject 
* _resultobj
; 
2616     wxStyledTextCtrl 
* _arg0
; 
2617     PyObject 
* _argo0 
= 0; 
2618     char *_kwnames
[] = { "self", NULL 
}; 
2621     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretPeriod",_kwnames
,&_argo0
))  
2624         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2625         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2626             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretPeriod. Expected _wxStyledTextCtrl_p."); 
2631     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2632     _result 
= (int )wxStyledTextCtrl_GetCaretPeriod(_arg0
); 
2634     wxPyEndAllowThreads(__tstate
); 
2635     if (PyErr_Occurred()) return NULL
; 
2636 }    _resultobj 
= Py_BuildValue("i",_result
); 
2640 #define wxStyledTextCtrl_SetCaretPeriod(_swigobj,_swigarg0)  (_swigobj->SetCaretPeriod(_swigarg0)) 
2641 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretPeriod(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2642     PyObject 
* _resultobj
; 
2643     wxStyledTextCtrl 
* _arg0
; 
2645     PyObject 
* _argo0 
= 0; 
2646     char *_kwnames
[] = { "self","periodMilliseconds", NULL 
}; 
2649     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretPeriod",_kwnames
,&_argo0
,&_arg1
))  
2652         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2653         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2654             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPeriod. Expected _wxStyledTextCtrl_p."); 
2659     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2660     wxStyledTextCtrl_SetCaretPeriod(_arg0
,_arg1
); 
2662     wxPyEndAllowThreads(__tstate
); 
2663     if (PyErr_Occurred()) return NULL
; 
2664 }    Py_INCREF(Py_None
); 
2665     _resultobj 
= Py_None
; 
2669 #define wxStyledTextCtrl_SetWordChars(_swigobj,_swigarg0)  (_swigobj->SetWordChars(_swigarg0)) 
2670 static PyObject 
*_wrap_wxStyledTextCtrl_SetWordChars(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2671     PyObject 
* _resultobj
; 
2672     wxStyledTextCtrl 
* _arg0
; 
2674     PyObject 
* _argo0 
= 0; 
2675     PyObject 
* _obj1 
= 0; 
2676     char *_kwnames
[] = { "self","characters", NULL 
}; 
2679     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetWordChars",_kwnames
,&_argo0
,&_obj1
))  
2682         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2683         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2684             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWordChars. Expected _wxStyledTextCtrl_p."); 
2689     _arg1 
= wxString_in_helper(_obj1
); 
2694     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2695     wxStyledTextCtrl_SetWordChars(_arg0
,*_arg1
); 
2697     wxPyEndAllowThreads(__tstate
); 
2698     if (PyErr_Occurred()) return NULL
; 
2699 }    Py_INCREF(Py_None
); 
2700     _resultobj 
= Py_None
; 
2708 #define wxStyledTextCtrl_BeginUndoAction(_swigobj)  (_swigobj->BeginUndoAction()) 
2709 static PyObject 
*_wrap_wxStyledTextCtrl_BeginUndoAction(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2710     PyObject 
* _resultobj
; 
2711     wxStyledTextCtrl 
* _arg0
; 
2712     PyObject 
* _argo0 
= 0; 
2713     char *_kwnames
[] = { "self", NULL 
}; 
2716     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_BeginUndoAction",_kwnames
,&_argo0
))  
2719         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2720         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2721             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BeginUndoAction. Expected _wxStyledTextCtrl_p."); 
2726     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2727     wxStyledTextCtrl_BeginUndoAction(_arg0
); 
2729     wxPyEndAllowThreads(__tstate
); 
2730     if (PyErr_Occurred()) return NULL
; 
2731 }    Py_INCREF(Py_None
); 
2732     _resultobj 
= Py_None
; 
2736 #define wxStyledTextCtrl_EndUndoAction(_swigobj)  (_swigobj->EndUndoAction()) 
2737 static PyObject 
*_wrap_wxStyledTextCtrl_EndUndoAction(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2738     PyObject 
* _resultobj
; 
2739     wxStyledTextCtrl 
* _arg0
; 
2740     PyObject 
* _argo0 
= 0; 
2741     char *_kwnames
[] = { "self", NULL 
}; 
2744     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EndUndoAction",_kwnames
,&_argo0
))  
2747         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2748         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2749             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EndUndoAction. Expected _wxStyledTextCtrl_p."); 
2754     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2755     wxStyledTextCtrl_EndUndoAction(_arg0
); 
2757     wxPyEndAllowThreads(__tstate
); 
2758     if (PyErr_Occurred()) return NULL
; 
2759 }    Py_INCREF(Py_None
); 
2760     _resultobj 
= Py_None
; 
2764 #define wxStyledTextCtrl_IndicatorSetStyle(_swigobj,_swigarg0,_swigarg1)  (_swigobj->IndicatorSetStyle(_swigarg0,_swigarg1)) 
2765 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorSetStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2766     PyObject 
* _resultobj
; 
2767     wxStyledTextCtrl 
* _arg0
; 
2770     PyObject 
* _argo0 
= 0; 
2771     char *_kwnames
[] = { "self","indic","style", NULL 
}; 
2774     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_IndicatorSetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
2777         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2778         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2779             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetStyle. Expected _wxStyledTextCtrl_p."); 
2784     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2785     wxStyledTextCtrl_IndicatorSetStyle(_arg0
,_arg1
,_arg2
); 
2787     wxPyEndAllowThreads(__tstate
); 
2788     if (PyErr_Occurred()) return NULL
; 
2789 }    Py_INCREF(Py_None
); 
2790     _resultobj 
= Py_None
; 
2794 #define wxStyledTextCtrl_IndicatorGetStyle(_swigobj,_swigarg0)  (_swigobj->IndicatorGetStyle(_swigarg0)) 
2795 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorGetStyle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2796     PyObject 
* _resultobj
; 
2798     wxStyledTextCtrl 
* _arg0
; 
2800     PyObject 
* _argo0 
= 0; 
2801     char *_kwnames
[] = { "self","indic", NULL 
}; 
2804     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetStyle",_kwnames
,&_argo0
,&_arg1
))  
2807         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2808         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2809             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetStyle. Expected _wxStyledTextCtrl_p."); 
2814     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2815     _result 
= (int )wxStyledTextCtrl_IndicatorGetStyle(_arg0
,_arg1
); 
2817     wxPyEndAllowThreads(__tstate
); 
2818     if (PyErr_Occurred()) return NULL
; 
2819 }    _resultobj 
= Py_BuildValue("i",_result
); 
2823 #define wxStyledTextCtrl_IndicatorSetForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->IndicatorSetForeground(_swigarg0,_swigarg1)) 
2824 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorSetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2825     PyObject 
* _resultobj
; 
2826     wxStyledTextCtrl 
* _arg0
; 
2829     PyObject 
* _argo0 
= 0; 
2831     PyObject 
* _obj2 
= 0; 
2832     char *_kwnames
[] = { "self","indic","fore", NULL 
}; 
2835     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_IndicatorSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
2838         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2839         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2840             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetForeground. Expected _wxStyledTextCtrl_p."); 
2846     if (! wxColour_helper(_obj2
, &_arg2
)) 
2850     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2851     wxStyledTextCtrl_IndicatorSetForeground(_arg0
,_arg1
,*_arg2
); 
2853     wxPyEndAllowThreads(__tstate
); 
2854     if (PyErr_Occurred()) return NULL
; 
2855 }    Py_INCREF(Py_None
); 
2856     _resultobj 
= Py_None
; 
2860 #define wxStyledTextCtrl_IndicatorGetForeground(_swigobj,_swigarg0)  (_swigobj->IndicatorGetForeground(_swigarg0)) 
2861 static PyObject 
*_wrap_wxStyledTextCtrl_IndicatorGetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2862     PyObject 
* _resultobj
; 
2864     wxStyledTextCtrl 
* _arg0
; 
2866     PyObject 
* _argo0 
= 0; 
2867     char *_kwnames
[] = { "self","indic", NULL 
}; 
2871     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetForeground",_kwnames
,&_argo0
,&_arg1
))  
2874         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2875         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2876             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetForeground. Expected _wxStyledTextCtrl_p."); 
2881     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2882     _result 
= new wxColour (wxStyledTextCtrl_IndicatorGetForeground(_arg0
,_arg1
)); 
2884     wxPyEndAllowThreads(__tstate
); 
2885     if (PyErr_Occurred()) return NULL
; 
2886 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
2887     _resultobj 
= Py_BuildValue("s",_ptemp
); 
2891 #define wxStyledTextCtrl_SetWhitespaceForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetWhitespaceForeground(_swigarg0,_swigarg1)) 
2892 static PyObject 
*_wrap_wxStyledTextCtrl_SetWhitespaceForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2893     PyObject 
* _resultobj
; 
2894     wxStyledTextCtrl 
* _arg0
; 
2897     PyObject 
* _argo0 
= 0; 
2900     PyObject 
* _obj2 
= 0; 
2901     char *_kwnames
[] = { "self","useSetting","fore", NULL 
}; 
2904     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetWhitespaceForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
2907         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2908         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2909             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWhitespaceForeground. Expected _wxStyledTextCtrl_p."); 
2913     _arg1 
= (bool ) tempbool1
; 
2916     if (! wxColour_helper(_obj2
, &_arg2
)) 
2920     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2921     wxStyledTextCtrl_SetWhitespaceForeground(_arg0
,_arg1
,*_arg2
); 
2923     wxPyEndAllowThreads(__tstate
); 
2924     if (PyErr_Occurred()) return NULL
; 
2925 }    Py_INCREF(Py_None
); 
2926     _resultobj 
= Py_None
; 
2930 #define wxStyledTextCtrl_SetWhitespaceBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetWhitespaceBackground(_swigarg0,_swigarg1)) 
2931 static PyObject 
*_wrap_wxStyledTextCtrl_SetWhitespaceBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2932     PyObject 
* _resultobj
; 
2933     wxStyledTextCtrl 
* _arg0
; 
2936     PyObject 
* _argo0 
= 0; 
2939     PyObject 
* _obj2 
= 0; 
2940     char *_kwnames
[] = { "self","useSetting","back", NULL 
}; 
2943     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetWhitespaceBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
2946         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2947         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2948             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWhitespaceBackground. Expected _wxStyledTextCtrl_p."); 
2952     _arg1 
= (bool ) tempbool1
; 
2955     if (! wxColour_helper(_obj2
, &_arg2
)) 
2959     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2960     wxStyledTextCtrl_SetWhitespaceBackground(_arg0
,_arg1
,*_arg2
); 
2962     wxPyEndAllowThreads(__tstate
); 
2963     if (PyErr_Occurred()) return NULL
; 
2964 }    Py_INCREF(Py_None
); 
2965     _resultobj 
= Py_None
; 
2969 #define wxStyledTextCtrl_SetStyleBits(_swigobj,_swigarg0)  (_swigobj->SetStyleBits(_swigarg0)) 
2970 static PyObject 
*_wrap_wxStyledTextCtrl_SetStyleBits(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
2971     PyObject 
* _resultobj
; 
2972     wxStyledTextCtrl 
* _arg0
; 
2974     PyObject 
* _argo0 
= 0; 
2975     char *_kwnames
[] = { "self","bits", NULL 
}; 
2978     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStyleBits",_kwnames
,&_argo0
,&_arg1
))  
2981         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
2982         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
2983             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBits. Expected _wxStyledTextCtrl_p."); 
2988     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2989     wxStyledTextCtrl_SetStyleBits(_arg0
,_arg1
); 
2991     wxPyEndAllowThreads(__tstate
); 
2992     if (PyErr_Occurred()) return NULL
; 
2993 }    Py_INCREF(Py_None
); 
2994     _resultobj 
= Py_None
; 
2998 #define wxStyledTextCtrl_GetStyleBits(_swigobj)  (_swigobj->GetStyleBits()) 
2999 static PyObject 
*_wrap_wxStyledTextCtrl_GetStyleBits(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3000     PyObject 
* _resultobj
; 
3002     wxStyledTextCtrl 
* _arg0
; 
3003     PyObject 
* _argo0 
= 0; 
3004     char *_kwnames
[] = { "self", NULL 
}; 
3007     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStyleBits",_kwnames
,&_argo0
))  
3010         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3011         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3012             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleBits. Expected _wxStyledTextCtrl_p."); 
3017     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3018     _result 
= (int )wxStyledTextCtrl_GetStyleBits(_arg0
); 
3020     wxPyEndAllowThreads(__tstate
); 
3021     if (PyErr_Occurred()) return NULL
; 
3022 }    _resultobj 
= Py_BuildValue("i",_result
); 
3026 #define wxStyledTextCtrl_SetLineState(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetLineState(_swigarg0,_swigarg1)) 
3027 static PyObject 
*_wrap_wxStyledTextCtrl_SetLineState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3028     PyObject 
* _resultobj
; 
3029     wxStyledTextCtrl 
* _arg0
; 
3032     PyObject 
* _argo0 
= 0; 
3033     char *_kwnames
[] = { "self","line","state", NULL 
}; 
3036     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineState",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
3039         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3040         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3041             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineState. Expected _wxStyledTextCtrl_p."); 
3046     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3047     wxStyledTextCtrl_SetLineState(_arg0
,_arg1
,_arg2
); 
3049     wxPyEndAllowThreads(__tstate
); 
3050     if (PyErr_Occurred()) return NULL
; 
3051 }    Py_INCREF(Py_None
); 
3052     _resultobj 
= Py_None
; 
3056 #define wxStyledTextCtrl_GetLineState(_swigobj,_swigarg0)  (_swigobj->GetLineState(_swigarg0)) 
3057 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3058     PyObject 
* _resultobj
; 
3060     wxStyledTextCtrl 
* _arg0
; 
3062     PyObject 
* _argo0 
= 0; 
3063     char *_kwnames
[] = { "self","line", NULL 
}; 
3066     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineState",_kwnames
,&_argo0
,&_arg1
))  
3069         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3070         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3071             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineState. Expected _wxStyledTextCtrl_p."); 
3076     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3077     _result 
= (int )wxStyledTextCtrl_GetLineState(_arg0
,_arg1
); 
3079     wxPyEndAllowThreads(__tstate
); 
3080     if (PyErr_Occurred()) return NULL
; 
3081 }    _resultobj 
= Py_BuildValue("i",_result
); 
3085 #define wxStyledTextCtrl_GetMaxLineState(_swigobj)  (_swigobj->GetMaxLineState()) 
3086 static PyObject 
*_wrap_wxStyledTextCtrl_GetMaxLineState(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3087     PyObject 
* _resultobj
; 
3089     wxStyledTextCtrl 
* _arg0
; 
3090     PyObject 
* _argo0 
= 0; 
3091     char *_kwnames
[] = { "self", NULL 
}; 
3094     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMaxLineState",_kwnames
,&_argo0
))  
3097         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3098         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3099             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMaxLineState. Expected _wxStyledTextCtrl_p."); 
3104     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3105     _result 
= (int )wxStyledTextCtrl_GetMaxLineState(_arg0
); 
3107     wxPyEndAllowThreads(__tstate
); 
3108     if (PyErr_Occurred()) return NULL
; 
3109 }    _resultobj 
= Py_BuildValue("i",_result
); 
3113 #define wxStyledTextCtrl_GetCaretLineVisible(_swigobj)  (_swigobj->GetCaretLineVisible()) 
3114 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretLineVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3115     PyObject 
* _resultobj
; 
3117     wxStyledTextCtrl 
* _arg0
; 
3118     PyObject 
* _argo0 
= 0; 
3119     char *_kwnames
[] = { "self", NULL 
}; 
3122     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineVisible",_kwnames
,&_argo0
))  
3125         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3126         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3127             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineVisible. Expected _wxStyledTextCtrl_p."); 
3132     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3133     _result 
= (bool )wxStyledTextCtrl_GetCaretLineVisible(_arg0
); 
3135     wxPyEndAllowThreads(__tstate
); 
3136     if (PyErr_Occurred()) return NULL
; 
3137 }    _resultobj 
= Py_BuildValue("i",_result
); 
3141 #define wxStyledTextCtrl_SetCaretLineVisible(_swigobj,_swigarg0)  (_swigobj->SetCaretLineVisible(_swigarg0)) 
3142 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretLineVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3143     PyObject 
* _resultobj
; 
3144     wxStyledTextCtrl 
* _arg0
; 
3146     PyObject 
* _argo0 
= 0; 
3148     char *_kwnames
[] = { "self","show", NULL 
}; 
3151     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretLineVisible",_kwnames
,&_argo0
,&tempbool1
))  
3154         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3155         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3156             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineVisible. Expected _wxStyledTextCtrl_p."); 
3160     _arg1 
= (bool ) tempbool1
; 
3162     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3163     wxStyledTextCtrl_SetCaretLineVisible(_arg0
,_arg1
); 
3165     wxPyEndAllowThreads(__tstate
); 
3166     if (PyErr_Occurred()) return NULL
; 
3167 }    Py_INCREF(Py_None
); 
3168     _resultobj 
= Py_None
; 
3172 #define wxStyledTextCtrl_GetCaretLineBack(_swigobj)  (_swigobj->GetCaretLineBack()) 
3173 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretLineBack(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3174     PyObject 
* _resultobj
; 
3176     wxStyledTextCtrl 
* _arg0
; 
3177     PyObject 
* _argo0 
= 0; 
3178     char *_kwnames
[] = { "self", NULL 
}; 
3182     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineBack",_kwnames
,&_argo0
))  
3185         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3186         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3187             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineBack. Expected _wxStyledTextCtrl_p."); 
3192     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3193     _result 
= new wxColour (wxStyledTextCtrl_GetCaretLineBack(_arg0
)); 
3195     wxPyEndAllowThreads(__tstate
); 
3196     if (PyErr_Occurred()) return NULL
; 
3197 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
3198     _resultobj 
= Py_BuildValue("s",_ptemp
); 
3202 #define wxStyledTextCtrl_SetCaretLineBack(_swigobj,_swigarg0)  (_swigobj->SetCaretLineBack(_swigarg0)) 
3203 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretLineBack(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3204     PyObject 
* _resultobj
; 
3205     wxStyledTextCtrl 
* _arg0
; 
3207     PyObject 
* _argo0 
= 0; 
3209     PyObject 
* _obj1 
= 0; 
3210     char *_kwnames
[] = { "self","back", NULL 
}; 
3213     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretLineBack",_kwnames
,&_argo0
,&_obj1
))  
3216         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3217         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3218             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineBack. Expected _wxStyledTextCtrl_p."); 
3224     if (! wxColour_helper(_obj1
, &_arg1
)) 
3228     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3229     wxStyledTextCtrl_SetCaretLineBack(_arg0
,*_arg1
); 
3231     wxPyEndAllowThreads(__tstate
); 
3232     if (PyErr_Occurred()) return NULL
; 
3233 }    Py_INCREF(Py_None
); 
3234     _resultobj 
= Py_None
; 
3238 #define wxStyledTextCtrl_StyleSetChangeable(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetChangeable(_swigarg0,_swigarg1)) 
3239 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetChangeable(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3240     PyObject 
* _resultobj
; 
3241     wxStyledTextCtrl 
* _arg0
; 
3244     PyObject 
* _argo0 
= 0; 
3246     char *_kwnames
[] = { "self","style","changeable", NULL 
}; 
3249     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetChangeable",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
3252         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3253         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3254             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetChangeable. Expected _wxStyledTextCtrl_p."); 
3258     _arg2 
= (bool ) tempbool2
; 
3260     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3261     wxStyledTextCtrl_StyleSetChangeable(_arg0
,_arg1
,_arg2
); 
3263     wxPyEndAllowThreads(__tstate
); 
3264     if (PyErr_Occurred()) return NULL
; 
3265 }    Py_INCREF(Py_None
); 
3266     _resultobj 
= Py_None
; 
3270 #define wxStyledTextCtrl_AutoCompShow(_swigobj,_swigarg0,_swigarg1)  (_swigobj->AutoCompShow(_swigarg0,_swigarg1)) 
3271 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompShow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3272     PyObject 
* _resultobj
; 
3273     wxStyledTextCtrl 
* _arg0
; 
3276     PyObject 
* _argo0 
= 0; 
3277     PyObject 
* _obj2 
= 0; 
3278     char *_kwnames
[] = { "self","lenEntered","itemList", NULL 
}; 
3281     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_AutoCompShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
3284         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3285         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3286             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompShow. Expected _wxStyledTextCtrl_p."); 
3291     _arg2 
= wxString_in_helper(_obj2
); 
3296     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3297     wxStyledTextCtrl_AutoCompShow(_arg0
,_arg1
,*_arg2
); 
3299     wxPyEndAllowThreads(__tstate
); 
3300     if (PyErr_Occurred()) return NULL
; 
3301 }    Py_INCREF(Py_None
); 
3302     _resultobj 
= Py_None
; 
3310 #define wxStyledTextCtrl_AutoCompCancel(_swigobj)  (_swigobj->AutoCompCancel()) 
3311 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompCancel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3312     PyObject 
* _resultobj
; 
3313     wxStyledTextCtrl 
* _arg0
; 
3314     PyObject 
* _argo0 
= 0; 
3315     char *_kwnames
[] = { "self", NULL 
}; 
3318     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompCancel",_kwnames
,&_argo0
))  
3321         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3322         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3323             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompCancel. Expected _wxStyledTextCtrl_p."); 
3328     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3329     wxStyledTextCtrl_AutoCompCancel(_arg0
); 
3331     wxPyEndAllowThreads(__tstate
); 
3332     if (PyErr_Occurred()) return NULL
; 
3333 }    Py_INCREF(Py_None
); 
3334     _resultobj 
= Py_None
; 
3338 #define wxStyledTextCtrl_AutoCompActive(_swigobj)  (_swigobj->AutoCompActive()) 
3339 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompActive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3340     PyObject 
* _resultobj
; 
3342     wxStyledTextCtrl 
* _arg0
; 
3343     PyObject 
* _argo0 
= 0; 
3344     char *_kwnames
[] = { "self", NULL 
}; 
3347     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompActive",_kwnames
,&_argo0
))  
3350         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3351         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3352             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompActive. Expected _wxStyledTextCtrl_p."); 
3357     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3358     _result 
= (bool )wxStyledTextCtrl_AutoCompActive(_arg0
); 
3360     wxPyEndAllowThreads(__tstate
); 
3361     if (PyErr_Occurred()) return NULL
; 
3362 }    _resultobj 
= Py_BuildValue("i",_result
); 
3366 #define wxStyledTextCtrl_AutoCompPosStart(_swigobj)  (_swigobj->AutoCompPosStart()) 
3367 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompPosStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3368     PyObject 
* _resultobj
; 
3370     wxStyledTextCtrl 
* _arg0
; 
3371     PyObject 
* _argo0 
= 0; 
3372     char *_kwnames
[] = { "self", NULL 
}; 
3375     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompPosStart",_kwnames
,&_argo0
))  
3378         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3379         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3380             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompPosStart. Expected _wxStyledTextCtrl_p."); 
3385     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3386     _result 
= (int )wxStyledTextCtrl_AutoCompPosStart(_arg0
); 
3388     wxPyEndAllowThreads(__tstate
); 
3389     if (PyErr_Occurred()) return NULL
; 
3390 }    _resultobj 
= Py_BuildValue("i",_result
); 
3394 #define wxStyledTextCtrl_AutoCompComplete(_swigobj)  (_swigobj->AutoCompComplete()) 
3395 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompComplete(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3396     PyObject 
* _resultobj
; 
3397     wxStyledTextCtrl 
* _arg0
; 
3398     PyObject 
* _argo0 
= 0; 
3399     char *_kwnames
[] = { "self", NULL 
}; 
3402     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompComplete",_kwnames
,&_argo0
))  
3405         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3406         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3407             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompComplete. Expected _wxStyledTextCtrl_p."); 
3412     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3413     wxStyledTextCtrl_AutoCompComplete(_arg0
); 
3415     wxPyEndAllowThreads(__tstate
); 
3416     if (PyErr_Occurred()) return NULL
; 
3417 }    Py_INCREF(Py_None
); 
3418     _resultobj 
= Py_None
; 
3422 #define wxStyledTextCtrl_AutoCompStops(_swigobj,_swigarg0)  (_swigobj->AutoCompStops(_swigarg0)) 
3423 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompStops(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3424     PyObject 
* _resultobj
; 
3425     wxStyledTextCtrl 
* _arg0
; 
3427     PyObject 
* _argo0 
= 0; 
3428     PyObject 
* _obj1 
= 0; 
3429     char *_kwnames
[] = { "self","characterSet", NULL 
}; 
3432     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompStops",_kwnames
,&_argo0
,&_obj1
))  
3435         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3436         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3437             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompStops. Expected _wxStyledTextCtrl_p."); 
3442     _arg1 
= wxString_in_helper(_obj1
); 
3447     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3448     wxStyledTextCtrl_AutoCompStops(_arg0
,*_arg1
); 
3450     wxPyEndAllowThreads(__tstate
); 
3451     if (PyErr_Occurred()) return NULL
; 
3452 }    Py_INCREF(Py_None
); 
3453     _resultobj 
= Py_None
; 
3461 #define wxStyledTextCtrl_AutoCompSetSeparator(_swigobj,_swigarg0)  (_swigobj->AutoCompSetSeparator(_swigarg0)) 
3462 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetSeparator(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3463     PyObject 
* _resultobj
; 
3464     wxStyledTextCtrl 
* _arg0
; 
3466     PyObject 
* _argo0 
= 0; 
3467     char *_kwnames
[] = { "self","separatorCharacter", NULL 
}; 
3470     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetSeparator",_kwnames
,&_argo0
,&_arg1
))  
3473         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3474         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3475             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetSeparator. Expected _wxStyledTextCtrl_p."); 
3480     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3481     wxStyledTextCtrl_AutoCompSetSeparator(_arg0
,_arg1
); 
3483     wxPyEndAllowThreads(__tstate
); 
3484     if (PyErr_Occurred()) return NULL
; 
3485 }    Py_INCREF(Py_None
); 
3486     _resultobj 
= Py_None
; 
3490 #define wxStyledTextCtrl_AutoCompGetSeparator(_swigobj)  (_swigobj->AutoCompGetSeparator()) 
3491 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetSeparator(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3492     PyObject 
* _resultobj
; 
3494     wxStyledTextCtrl 
* _arg0
; 
3495     PyObject 
* _argo0 
= 0; 
3496     char *_kwnames
[] = { "self", NULL 
}; 
3499     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetSeparator",_kwnames
,&_argo0
))  
3502         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3503         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3504             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetSeparator. Expected _wxStyledTextCtrl_p."); 
3509     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3510     _result 
= (int )wxStyledTextCtrl_AutoCompGetSeparator(_arg0
); 
3512     wxPyEndAllowThreads(__tstate
); 
3513     if (PyErr_Occurred()) return NULL
; 
3514 }    _resultobj 
= Py_BuildValue("i",_result
); 
3518 #define wxStyledTextCtrl_AutoCompSelect(_swigobj,_swigarg0)  (_swigobj->AutoCompSelect(_swigarg0)) 
3519 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSelect(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3520     PyObject 
* _resultobj
; 
3521     wxStyledTextCtrl 
* _arg0
; 
3523     PyObject 
* _argo0 
= 0; 
3524     PyObject 
* _obj1 
= 0; 
3525     char *_kwnames
[] = { "self","text", NULL 
}; 
3528     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSelect",_kwnames
,&_argo0
,&_obj1
))  
3531         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3532         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3533             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSelect. Expected _wxStyledTextCtrl_p."); 
3538     _arg1 
= wxString_in_helper(_obj1
); 
3543     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3544     wxStyledTextCtrl_AutoCompSelect(_arg0
,*_arg1
); 
3546     wxPyEndAllowThreads(__tstate
); 
3547     if (PyErr_Occurred()) return NULL
; 
3548 }    Py_INCREF(Py_None
); 
3549     _resultobj 
= Py_None
; 
3557 #define wxStyledTextCtrl_AutoCompSetCancelAtStart(_swigobj,_swigarg0)  (_swigobj->AutoCompSetCancelAtStart(_swigarg0)) 
3558 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3559     PyObject 
* _resultobj
; 
3560     wxStyledTextCtrl 
* _arg0
; 
3562     PyObject 
* _argo0 
= 0; 
3564     char *_kwnames
[] = { "self","cancel", NULL 
}; 
3567     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetCancelAtStart",_kwnames
,&_argo0
,&tempbool1
))  
3570         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3571         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3572             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetCancelAtStart. Expected _wxStyledTextCtrl_p."); 
3576     _arg1 
= (bool ) tempbool1
; 
3578     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3579     wxStyledTextCtrl_AutoCompSetCancelAtStart(_arg0
,_arg1
); 
3581     wxPyEndAllowThreads(__tstate
); 
3582     if (PyErr_Occurred()) return NULL
; 
3583 }    Py_INCREF(Py_None
); 
3584     _resultobj 
= Py_None
; 
3588 #define wxStyledTextCtrl_AutoCompGetCancelAtStart(_swigobj)  (_swigobj->AutoCompGetCancelAtStart()) 
3589 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3590     PyObject 
* _resultobj
; 
3592     wxStyledTextCtrl 
* _arg0
; 
3593     PyObject 
* _argo0 
= 0; 
3594     char *_kwnames
[] = { "self", NULL 
}; 
3597     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetCancelAtStart",_kwnames
,&_argo0
))  
3600         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3601         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3602             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetCancelAtStart. Expected _wxStyledTextCtrl_p."); 
3607     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3608     _result 
= (bool )wxStyledTextCtrl_AutoCompGetCancelAtStart(_arg0
); 
3610     wxPyEndAllowThreads(__tstate
); 
3611     if (PyErr_Occurred()) return NULL
; 
3612 }    _resultobj 
= Py_BuildValue("i",_result
); 
3616 #define wxStyledTextCtrl_AutoCompSetFillUps(_swigobj,_swigarg0)  (_swigobj->AutoCompSetFillUps(_swigarg0)) 
3617 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetFillUps(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3618     PyObject 
* _resultobj
; 
3619     wxStyledTextCtrl 
* _arg0
; 
3621     PyObject 
* _argo0 
= 0; 
3622     PyObject 
* _obj1 
= 0; 
3623     char *_kwnames
[] = { "self","characterSet", NULL 
}; 
3626     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSetFillUps",_kwnames
,&_argo0
,&_obj1
))  
3629         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3630         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3631             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetFillUps. Expected _wxStyledTextCtrl_p."); 
3636     _arg1 
= wxString_in_helper(_obj1
); 
3641     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3642     wxStyledTextCtrl_AutoCompSetFillUps(_arg0
,*_arg1
); 
3644     wxPyEndAllowThreads(__tstate
); 
3645     if (PyErr_Occurred()) return NULL
; 
3646 }    Py_INCREF(Py_None
); 
3647     _resultobj 
= Py_None
; 
3655 #define wxStyledTextCtrl_AutoCompSetChooseSingle(_swigobj,_swigarg0)  (_swigobj->AutoCompSetChooseSingle(_swigarg0)) 
3656 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetChooseSingle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3657     PyObject 
* _resultobj
; 
3658     wxStyledTextCtrl 
* _arg0
; 
3660     PyObject 
* _argo0 
= 0; 
3662     char *_kwnames
[] = { "self","chooseSingle", NULL 
}; 
3665     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetChooseSingle",_kwnames
,&_argo0
,&tempbool1
))  
3668         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3669         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3670             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetChooseSingle. Expected _wxStyledTextCtrl_p."); 
3674     _arg1 
= (bool ) tempbool1
; 
3676     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3677     wxStyledTextCtrl_AutoCompSetChooseSingle(_arg0
,_arg1
); 
3679     wxPyEndAllowThreads(__tstate
); 
3680     if (PyErr_Occurred()) return NULL
; 
3681 }    Py_INCREF(Py_None
); 
3682     _resultobj 
= Py_None
; 
3686 #define wxStyledTextCtrl_AutoCompGetChooseSingle(_swigobj)  (_swigobj->AutoCompGetChooseSingle()) 
3687 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetChooseSingle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3688     PyObject 
* _resultobj
; 
3690     wxStyledTextCtrl 
* _arg0
; 
3691     PyObject 
* _argo0 
= 0; 
3692     char *_kwnames
[] = { "self", NULL 
}; 
3695     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetChooseSingle",_kwnames
,&_argo0
))  
3698         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3699         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3700             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetChooseSingle. Expected _wxStyledTextCtrl_p."); 
3705     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3706     _result 
= (bool )wxStyledTextCtrl_AutoCompGetChooseSingle(_arg0
); 
3708     wxPyEndAllowThreads(__tstate
); 
3709     if (PyErr_Occurred()) return NULL
; 
3710 }    _resultobj 
= Py_BuildValue("i",_result
); 
3714 #define wxStyledTextCtrl_AutoCompSetIgnoreCase(_swigobj,_swigarg0)  (_swigobj->AutoCompSetIgnoreCase(_swigarg0)) 
3715 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3716     PyObject 
* _resultobj
; 
3717     wxStyledTextCtrl 
* _arg0
; 
3719     PyObject 
* _argo0 
= 0; 
3721     char *_kwnames
[] = { "self","ignoreCase", NULL 
}; 
3724     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetIgnoreCase",_kwnames
,&_argo0
,&tempbool1
))  
3727         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3728         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3729             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetIgnoreCase. Expected _wxStyledTextCtrl_p."); 
3733     _arg1 
= (bool ) tempbool1
; 
3735     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3736     wxStyledTextCtrl_AutoCompSetIgnoreCase(_arg0
,_arg1
); 
3738     wxPyEndAllowThreads(__tstate
); 
3739     if (PyErr_Occurred()) return NULL
; 
3740 }    Py_INCREF(Py_None
); 
3741     _resultobj 
= Py_None
; 
3745 #define wxStyledTextCtrl_AutoCompGetIgnoreCase(_swigobj)  (_swigobj->AutoCompGetIgnoreCase()) 
3746 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3747     PyObject 
* _resultobj
; 
3749     wxStyledTextCtrl 
* _arg0
; 
3750     PyObject 
* _argo0 
= 0; 
3751     char *_kwnames
[] = { "self", NULL 
}; 
3754     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetIgnoreCase",_kwnames
,&_argo0
))  
3757         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3758         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3759             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetIgnoreCase. Expected _wxStyledTextCtrl_p."); 
3764     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3765     _result 
= (bool )wxStyledTextCtrl_AutoCompGetIgnoreCase(_arg0
); 
3767     wxPyEndAllowThreads(__tstate
); 
3768     if (PyErr_Occurred()) return NULL
; 
3769 }    _resultobj 
= Py_BuildValue("i",_result
); 
3773 #define wxStyledTextCtrl_UserListShow(_swigobj,_swigarg0,_swigarg1)  (_swigobj->UserListShow(_swigarg0,_swigarg1)) 
3774 static PyObject 
*_wrap_wxStyledTextCtrl_UserListShow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3775     PyObject 
* _resultobj
; 
3776     wxStyledTextCtrl 
* _arg0
; 
3779     PyObject 
* _argo0 
= 0; 
3780     PyObject 
* _obj2 
= 0; 
3781     char *_kwnames
[] = { "self","listType","itemList", NULL 
}; 
3784     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_UserListShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
3787         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3788         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3789             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UserListShow. Expected _wxStyledTextCtrl_p."); 
3794     _arg2 
= wxString_in_helper(_obj2
); 
3799     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3800     wxStyledTextCtrl_UserListShow(_arg0
,_arg1
,*_arg2
); 
3802     wxPyEndAllowThreads(__tstate
); 
3803     if (PyErr_Occurred()) return NULL
; 
3804 }    Py_INCREF(Py_None
); 
3805     _resultobj 
= Py_None
; 
3813 #define wxStyledTextCtrl_AutoCompSetAutoHide(_swigobj,_swigarg0)  (_swigobj->AutoCompSetAutoHide(_swigarg0)) 
3814 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetAutoHide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3815     PyObject 
* _resultobj
; 
3816     wxStyledTextCtrl 
* _arg0
; 
3818     PyObject 
* _argo0 
= 0; 
3820     char *_kwnames
[] = { "self","autoHide", NULL 
}; 
3823     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetAutoHide",_kwnames
,&_argo0
,&tempbool1
))  
3826         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3827         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3828             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetAutoHide. Expected _wxStyledTextCtrl_p."); 
3832     _arg1 
= (bool ) tempbool1
; 
3834     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3835     wxStyledTextCtrl_AutoCompSetAutoHide(_arg0
,_arg1
); 
3837     wxPyEndAllowThreads(__tstate
); 
3838     if (PyErr_Occurred()) return NULL
; 
3839 }    Py_INCREF(Py_None
); 
3840     _resultobj 
= Py_None
; 
3844 #define wxStyledTextCtrl_AutoCompGetAutoHide(_swigobj)  (_swigobj->AutoCompGetAutoHide()) 
3845 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetAutoHide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3846     PyObject 
* _resultobj
; 
3848     wxStyledTextCtrl 
* _arg0
; 
3849     PyObject 
* _argo0 
= 0; 
3850     char *_kwnames
[] = { "self", NULL 
}; 
3853     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetAutoHide",_kwnames
,&_argo0
))  
3856         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3857         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3858             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetAutoHide. Expected _wxStyledTextCtrl_p."); 
3863     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3864     _result 
= (bool )wxStyledTextCtrl_AutoCompGetAutoHide(_arg0
); 
3866     wxPyEndAllowThreads(__tstate
); 
3867     if (PyErr_Occurred()) return NULL
; 
3868 }    _resultobj 
= Py_BuildValue("i",_result
); 
3872 #define wxStyledTextCtrl_AutoCompSetDropRestOfWord(_swigobj,_swigarg0)  (_swigobj->AutoCompSetDropRestOfWord(_swigarg0)) 
3873 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetDropRestOfWord(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3874     PyObject 
* _resultobj
; 
3875     wxStyledTextCtrl 
* _arg0
; 
3877     PyObject 
* _argo0 
= 0; 
3879     char *_kwnames
[] = { "self","dropRestOfWord", NULL 
}; 
3882     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetDropRestOfWord",_kwnames
,&_argo0
,&tempbool1
))  
3885         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3886         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3887             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetDropRestOfWord. Expected _wxStyledTextCtrl_p."); 
3891     _arg1 
= (bool ) tempbool1
; 
3893     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3894     wxStyledTextCtrl_AutoCompSetDropRestOfWord(_arg0
,_arg1
); 
3896     wxPyEndAllowThreads(__tstate
); 
3897     if (PyErr_Occurred()) return NULL
; 
3898 }    Py_INCREF(Py_None
); 
3899     _resultobj 
= Py_None
; 
3903 #define wxStyledTextCtrl_AutoCompGetDropRestOfWord(_swigobj)  (_swigobj->AutoCompGetDropRestOfWord()) 
3904 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetDropRestOfWord(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3905     PyObject 
* _resultobj
; 
3907     wxStyledTextCtrl 
* _arg0
; 
3908     PyObject 
* _argo0 
= 0; 
3909     char *_kwnames
[] = { "self", NULL 
}; 
3912     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetDropRestOfWord",_kwnames
,&_argo0
))  
3915         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3916         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3917             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetDropRestOfWord. Expected _wxStyledTextCtrl_p."); 
3922     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3923     _result 
= (bool )wxStyledTextCtrl_AutoCompGetDropRestOfWord(_arg0
); 
3925     wxPyEndAllowThreads(__tstate
); 
3926     if (PyErr_Occurred()) return NULL
; 
3927 }    _resultobj 
= Py_BuildValue("i",_result
); 
3931 #define wxStyledTextCtrl_RegisterImage(_swigobj,_swigarg0,_swigarg1)  (_swigobj->RegisterImage(_swigarg0,_swigarg1)) 
3932 static PyObject 
*_wrap_wxStyledTextCtrl_RegisterImage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3933     PyObject 
* _resultobj
; 
3934     wxStyledTextCtrl 
* _arg0
; 
3937     PyObject 
* _argo0 
= 0; 
3938     PyObject 
* _argo2 
= 0; 
3939     char *_kwnames
[] = { "self","type","bmp", NULL 
}; 
3942     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_RegisterImage",_kwnames
,&_argo0
,&_arg1
,&_argo2
))  
3945         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3946         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3947             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_RegisterImage. Expected _wxStyledTextCtrl_p."); 
3952         if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxBitmap_p")) { 
3953             PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_RegisterImage. Expected _wxBitmap_p."); 
3958     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3959     wxStyledTextCtrl_RegisterImage(_arg0
,_arg1
,*_arg2
); 
3961     wxPyEndAllowThreads(__tstate
); 
3962     if (PyErr_Occurred()) return NULL
; 
3963 }    Py_INCREF(Py_None
); 
3964     _resultobj 
= Py_None
; 
3968 #define wxStyledTextCtrl_ClearRegisteredImages(_swigobj)  (_swigobj->ClearRegisteredImages()) 
3969 static PyObject 
*_wrap_wxStyledTextCtrl_ClearRegisteredImages(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3970     PyObject 
* _resultobj
; 
3971     wxStyledTextCtrl 
* _arg0
; 
3972     PyObject 
* _argo0 
= 0; 
3973     char *_kwnames
[] = { "self", NULL 
}; 
3976     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearRegisteredImages",_kwnames
,&_argo0
))  
3979         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
3980         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
3981             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearRegisteredImages. Expected _wxStyledTextCtrl_p."); 
3986     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
3987     wxStyledTextCtrl_ClearRegisteredImages(_arg0
); 
3989     wxPyEndAllowThreads(__tstate
); 
3990     if (PyErr_Occurred()) return NULL
; 
3991 }    Py_INCREF(Py_None
); 
3992     _resultobj 
= Py_None
; 
3996 #define wxStyledTextCtrl_AutoCompGetTypeSeparator(_swigobj)  (_swigobj->AutoCompGetTypeSeparator()) 
3997 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompGetTypeSeparator(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
3998     PyObject 
* _resultobj
; 
4000     wxStyledTextCtrl 
* _arg0
; 
4001     PyObject 
* _argo0 
= 0; 
4002     char *_kwnames
[] = { "self", NULL 
}; 
4005     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetTypeSeparator",_kwnames
,&_argo0
))  
4008         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4009         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4010             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetTypeSeparator. Expected _wxStyledTextCtrl_p."); 
4015     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4016     _result 
= (int )wxStyledTextCtrl_AutoCompGetTypeSeparator(_arg0
); 
4018     wxPyEndAllowThreads(__tstate
); 
4019     if (PyErr_Occurred()) return NULL
; 
4020 }    _resultobj 
= Py_BuildValue("i",_result
); 
4024 #define wxStyledTextCtrl_AutoCompSetTypeSeparator(_swigobj,_swigarg0)  (_swigobj->AutoCompSetTypeSeparator(_swigarg0)) 
4025 static PyObject 
*_wrap_wxStyledTextCtrl_AutoCompSetTypeSeparator(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4026     PyObject 
* _resultobj
; 
4027     wxStyledTextCtrl 
* _arg0
; 
4029     PyObject 
* _argo0 
= 0; 
4030     char *_kwnames
[] = { "self","separatorCharacter", NULL 
}; 
4033     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetTypeSeparator",_kwnames
,&_argo0
,&_arg1
))  
4036         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4037         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4038             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetTypeSeparator. Expected _wxStyledTextCtrl_p."); 
4043     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4044     wxStyledTextCtrl_AutoCompSetTypeSeparator(_arg0
,_arg1
); 
4046     wxPyEndAllowThreads(__tstate
); 
4047     if (PyErr_Occurred()) return NULL
; 
4048 }    Py_INCREF(Py_None
); 
4049     _resultobj 
= Py_None
; 
4053 #define wxStyledTextCtrl_SetIndent(_swigobj,_swigarg0)  (_swigobj->SetIndent(_swigarg0)) 
4054 static PyObject 
*_wrap_wxStyledTextCtrl_SetIndent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4055     PyObject 
* _resultobj
; 
4056     wxStyledTextCtrl 
* _arg0
; 
4058     PyObject 
* _argo0 
= 0; 
4059     char *_kwnames
[] = { "self","indentSize", NULL 
}; 
4062     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndent",_kwnames
,&_argo0
,&_arg1
))  
4065         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4066         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4067             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndent. Expected _wxStyledTextCtrl_p."); 
4072     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4073     wxStyledTextCtrl_SetIndent(_arg0
,_arg1
); 
4075     wxPyEndAllowThreads(__tstate
); 
4076     if (PyErr_Occurred()) return NULL
; 
4077 }    Py_INCREF(Py_None
); 
4078     _resultobj 
= Py_None
; 
4082 #define wxStyledTextCtrl_GetIndent(_swigobj)  (_swigobj->GetIndent()) 
4083 static PyObject 
*_wrap_wxStyledTextCtrl_GetIndent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4084     PyObject 
* _resultobj
; 
4086     wxStyledTextCtrl 
* _arg0
; 
4087     PyObject 
* _argo0 
= 0; 
4088     char *_kwnames
[] = { "self", NULL 
}; 
4091     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndent",_kwnames
,&_argo0
))  
4094         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4095         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4096             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndent. Expected _wxStyledTextCtrl_p."); 
4101     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4102     _result 
= (int )wxStyledTextCtrl_GetIndent(_arg0
); 
4104     wxPyEndAllowThreads(__tstate
); 
4105     if (PyErr_Occurred()) return NULL
; 
4106 }    _resultobj 
= Py_BuildValue("i",_result
); 
4110 #define wxStyledTextCtrl_SetUseTabs(_swigobj,_swigarg0)  (_swigobj->SetUseTabs(_swigarg0)) 
4111 static PyObject 
*_wrap_wxStyledTextCtrl_SetUseTabs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4112     PyObject 
* _resultobj
; 
4113     wxStyledTextCtrl 
* _arg0
; 
4115     PyObject 
* _argo0 
= 0; 
4117     char *_kwnames
[] = { "self","useTabs", NULL 
}; 
4120     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseTabs",_kwnames
,&_argo0
,&tempbool1
))  
4123         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4124         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4125             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseTabs. Expected _wxStyledTextCtrl_p."); 
4129     _arg1 
= (bool ) tempbool1
; 
4131     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4132     wxStyledTextCtrl_SetUseTabs(_arg0
,_arg1
); 
4134     wxPyEndAllowThreads(__tstate
); 
4135     if (PyErr_Occurred()) return NULL
; 
4136 }    Py_INCREF(Py_None
); 
4137     _resultobj 
= Py_None
; 
4141 #define wxStyledTextCtrl_GetUseTabs(_swigobj)  (_swigobj->GetUseTabs()) 
4142 static PyObject 
*_wrap_wxStyledTextCtrl_GetUseTabs(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4143     PyObject 
* _resultobj
; 
4145     wxStyledTextCtrl 
* _arg0
; 
4146     PyObject 
* _argo0 
= 0; 
4147     char *_kwnames
[] = { "self", NULL 
}; 
4150     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseTabs",_kwnames
,&_argo0
))  
4153         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4154         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4155             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseTabs. Expected _wxStyledTextCtrl_p."); 
4160     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4161     _result 
= (bool )wxStyledTextCtrl_GetUseTabs(_arg0
); 
4163     wxPyEndAllowThreads(__tstate
); 
4164     if (PyErr_Occurred()) return NULL
; 
4165 }    _resultobj 
= Py_BuildValue("i",_result
); 
4169 #define wxStyledTextCtrl_SetLineIndentation(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetLineIndentation(_swigarg0,_swigarg1)) 
4170 static PyObject 
*_wrap_wxStyledTextCtrl_SetLineIndentation(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4171     PyObject 
* _resultobj
; 
4172     wxStyledTextCtrl 
* _arg0
; 
4175     PyObject 
* _argo0 
= 0; 
4176     char *_kwnames
[] = { "self","line","indentSize", NULL 
}; 
4179     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineIndentation",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
4182         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4183         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4184             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineIndentation. Expected _wxStyledTextCtrl_p."); 
4189     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4190     wxStyledTextCtrl_SetLineIndentation(_arg0
,_arg1
,_arg2
); 
4192     wxPyEndAllowThreads(__tstate
); 
4193     if (PyErr_Occurred()) return NULL
; 
4194 }    Py_INCREF(Py_None
); 
4195     _resultobj 
= Py_None
; 
4199 #define wxStyledTextCtrl_GetLineIndentation(_swigobj,_swigarg0)  (_swigobj->GetLineIndentation(_swigarg0)) 
4200 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineIndentation(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4201     PyObject 
* _resultobj
; 
4203     wxStyledTextCtrl 
* _arg0
; 
4205     PyObject 
* _argo0 
= 0; 
4206     char *_kwnames
[] = { "self","line", NULL 
}; 
4209     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentation",_kwnames
,&_argo0
,&_arg1
))  
4212         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4213         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4214             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentation. Expected _wxStyledTextCtrl_p."); 
4219     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4220     _result 
= (int )wxStyledTextCtrl_GetLineIndentation(_arg0
,_arg1
); 
4222     wxPyEndAllowThreads(__tstate
); 
4223     if (PyErr_Occurred()) return NULL
; 
4224 }    _resultobj 
= Py_BuildValue("i",_result
); 
4228 #define wxStyledTextCtrl_GetLineIndentPosition(_swigobj,_swigarg0)  (_swigobj->GetLineIndentPosition(_swigarg0)) 
4229 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineIndentPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4230     PyObject 
* _resultobj
; 
4232     wxStyledTextCtrl 
* _arg0
; 
4234     PyObject 
* _argo0 
= 0; 
4235     char *_kwnames
[] = { "self","line", NULL 
}; 
4238     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentPosition",_kwnames
,&_argo0
,&_arg1
))  
4241         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4242         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4243             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentPosition. Expected _wxStyledTextCtrl_p."); 
4248     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4249     _result 
= (int )wxStyledTextCtrl_GetLineIndentPosition(_arg0
,_arg1
); 
4251     wxPyEndAllowThreads(__tstate
); 
4252     if (PyErr_Occurred()) return NULL
; 
4253 }    _resultobj 
= Py_BuildValue("i",_result
); 
4257 #define wxStyledTextCtrl_GetColumn(_swigobj,_swigarg0)  (_swigobj->GetColumn(_swigarg0)) 
4258 static PyObject 
*_wrap_wxStyledTextCtrl_GetColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4259     PyObject 
* _resultobj
; 
4261     wxStyledTextCtrl 
* _arg0
; 
4263     PyObject 
* _argo0 
= 0; 
4264     char *_kwnames
[] = { "self","pos", NULL 
}; 
4267     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetColumn",_kwnames
,&_argo0
,&_arg1
))  
4270         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4271         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4272             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetColumn. Expected _wxStyledTextCtrl_p."); 
4277     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4278     _result 
= (int )wxStyledTextCtrl_GetColumn(_arg0
,_arg1
); 
4280     wxPyEndAllowThreads(__tstate
); 
4281     if (PyErr_Occurred()) return NULL
; 
4282 }    _resultobj 
= Py_BuildValue("i",_result
); 
4286 #define wxStyledTextCtrl_SetUseHorizontalScrollBar(_swigobj,_swigarg0)  (_swigobj->SetUseHorizontalScrollBar(_swigarg0)) 
4287 static PyObject 
*_wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4288     PyObject 
* _resultobj
; 
4289     wxStyledTextCtrl 
* _arg0
; 
4291     PyObject 
* _argo0 
= 0; 
4293     char *_kwnames
[] = { "self","show", NULL 
}; 
4296     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseHorizontalScrollBar",_kwnames
,&_argo0
,&tempbool1
))  
4299         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4300         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4301             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p."); 
4305     _arg1 
= (bool ) tempbool1
; 
4307     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4308     wxStyledTextCtrl_SetUseHorizontalScrollBar(_arg0
,_arg1
); 
4310     wxPyEndAllowThreads(__tstate
); 
4311     if (PyErr_Occurred()) return NULL
; 
4312 }    Py_INCREF(Py_None
); 
4313     _resultobj 
= Py_None
; 
4317 #define wxStyledTextCtrl_GetUseHorizontalScrollBar(_swigobj)  (_swigobj->GetUseHorizontalScrollBar()) 
4318 static PyObject 
*_wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4319     PyObject 
* _resultobj
; 
4321     wxStyledTextCtrl 
* _arg0
; 
4322     PyObject 
* _argo0 
= 0; 
4323     char *_kwnames
[] = { "self", NULL 
}; 
4326     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseHorizontalScrollBar",_kwnames
,&_argo0
))  
4329         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4330         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4331             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p."); 
4336     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4337     _result 
= (bool )wxStyledTextCtrl_GetUseHorizontalScrollBar(_arg0
); 
4339     wxPyEndAllowThreads(__tstate
); 
4340     if (PyErr_Occurred()) return NULL
; 
4341 }    _resultobj 
= Py_BuildValue("i",_result
); 
4345 #define wxStyledTextCtrl_SetIndentationGuides(_swigobj,_swigarg0)  (_swigobj->SetIndentationGuides(_swigarg0)) 
4346 static PyObject 
*_wrap_wxStyledTextCtrl_SetIndentationGuides(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4347     PyObject 
* _resultobj
; 
4348     wxStyledTextCtrl 
* _arg0
; 
4350     PyObject 
* _argo0 
= 0; 
4352     char *_kwnames
[] = { "self","show", NULL 
}; 
4355     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndentationGuides",_kwnames
,&_argo0
,&tempbool1
))  
4358         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4359         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4360             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndentationGuides. Expected _wxStyledTextCtrl_p."); 
4364     _arg1 
= (bool ) tempbool1
; 
4366     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4367     wxStyledTextCtrl_SetIndentationGuides(_arg0
,_arg1
); 
4369     wxPyEndAllowThreads(__tstate
); 
4370     if (PyErr_Occurred()) return NULL
; 
4371 }    Py_INCREF(Py_None
); 
4372     _resultobj 
= Py_None
; 
4376 #define wxStyledTextCtrl_GetIndentationGuides(_swigobj)  (_swigobj->GetIndentationGuides()) 
4377 static PyObject 
*_wrap_wxStyledTextCtrl_GetIndentationGuides(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4378     PyObject 
* _resultobj
; 
4380     wxStyledTextCtrl 
* _arg0
; 
4381     PyObject 
* _argo0 
= 0; 
4382     char *_kwnames
[] = { "self", NULL 
}; 
4385     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndentationGuides",_kwnames
,&_argo0
))  
4388         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4389         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4390             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndentationGuides. Expected _wxStyledTextCtrl_p."); 
4395     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4396     _result 
= (bool )wxStyledTextCtrl_GetIndentationGuides(_arg0
); 
4398     wxPyEndAllowThreads(__tstate
); 
4399     if (PyErr_Occurred()) return NULL
; 
4400 }    _resultobj 
= Py_BuildValue("i",_result
); 
4404 #define wxStyledTextCtrl_SetHighlightGuide(_swigobj,_swigarg0)  (_swigobj->SetHighlightGuide(_swigarg0)) 
4405 static PyObject 
*_wrap_wxStyledTextCtrl_SetHighlightGuide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4406     PyObject 
* _resultobj
; 
4407     wxStyledTextCtrl 
* _arg0
; 
4409     PyObject 
* _argo0 
= 0; 
4410     char *_kwnames
[] = { "self","column", NULL 
}; 
4413     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetHighlightGuide",_kwnames
,&_argo0
,&_arg1
))  
4416         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4417         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4418             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHighlightGuide. Expected _wxStyledTextCtrl_p."); 
4423     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4424     wxStyledTextCtrl_SetHighlightGuide(_arg0
,_arg1
); 
4426     wxPyEndAllowThreads(__tstate
); 
4427     if (PyErr_Occurred()) return NULL
; 
4428 }    Py_INCREF(Py_None
); 
4429     _resultobj 
= Py_None
; 
4433 #define wxStyledTextCtrl_GetHighlightGuide(_swigobj)  (_swigobj->GetHighlightGuide()) 
4434 static PyObject 
*_wrap_wxStyledTextCtrl_GetHighlightGuide(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4435     PyObject 
* _resultobj
; 
4437     wxStyledTextCtrl 
* _arg0
; 
4438     PyObject 
* _argo0 
= 0; 
4439     char *_kwnames
[] = { "self", NULL 
}; 
4442     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetHighlightGuide",_kwnames
,&_argo0
))  
4445         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4446         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4447             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetHighlightGuide. Expected _wxStyledTextCtrl_p."); 
4452     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4453     _result 
= (int )wxStyledTextCtrl_GetHighlightGuide(_arg0
); 
4455     wxPyEndAllowThreads(__tstate
); 
4456     if (PyErr_Occurred()) return NULL
; 
4457 }    _resultobj 
= Py_BuildValue("i",_result
); 
4461 #define wxStyledTextCtrl_GetLineEndPosition(_swigobj,_swigarg0)  (_swigobj->GetLineEndPosition(_swigarg0)) 
4462 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineEndPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4463     PyObject 
* _resultobj
; 
4465     wxStyledTextCtrl 
* _arg0
; 
4467     PyObject 
* _argo0 
= 0; 
4468     char *_kwnames
[] = { "self","line", NULL 
}; 
4471     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineEndPosition",_kwnames
,&_argo0
,&_arg1
))  
4474         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4475         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4476             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineEndPosition. Expected _wxStyledTextCtrl_p."); 
4481     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4482     _result 
= (int )wxStyledTextCtrl_GetLineEndPosition(_arg0
,_arg1
); 
4484     wxPyEndAllowThreads(__tstate
); 
4485     if (PyErr_Occurred()) return NULL
; 
4486 }    _resultobj 
= Py_BuildValue("i",_result
); 
4490 #define wxStyledTextCtrl_GetCodePage(_swigobj)  (_swigobj->GetCodePage()) 
4491 static PyObject 
*_wrap_wxStyledTextCtrl_GetCodePage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4492     PyObject 
* _resultobj
; 
4494     wxStyledTextCtrl 
* _arg0
; 
4495     PyObject 
* _argo0 
= 0; 
4496     char *_kwnames
[] = { "self", NULL 
}; 
4499     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCodePage",_kwnames
,&_argo0
))  
4502         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4503         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4504             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCodePage. Expected _wxStyledTextCtrl_p."); 
4509     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4510     _result 
= (int )wxStyledTextCtrl_GetCodePage(_arg0
); 
4512     wxPyEndAllowThreads(__tstate
); 
4513     if (PyErr_Occurred()) return NULL
; 
4514 }    _resultobj 
= Py_BuildValue("i",_result
); 
4518 #define wxStyledTextCtrl_GetCaretForeground(_swigobj)  (_swigobj->GetCaretForeground()) 
4519 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4520     PyObject 
* _resultobj
; 
4522     wxStyledTextCtrl 
* _arg0
; 
4523     PyObject 
* _argo0 
= 0; 
4524     char *_kwnames
[] = { "self", NULL 
}; 
4528     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretForeground",_kwnames
,&_argo0
))  
4531         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4532         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4533             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretForeground. Expected _wxStyledTextCtrl_p."); 
4538     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4539     _result 
= new wxColour (wxStyledTextCtrl_GetCaretForeground(_arg0
)); 
4541     wxPyEndAllowThreads(__tstate
); 
4542     if (PyErr_Occurred()) return NULL
; 
4543 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
4544     _resultobj 
= Py_BuildValue("s",_ptemp
); 
4548 #define wxStyledTextCtrl_GetReadOnly(_swigobj)  (_swigobj->GetReadOnly()) 
4549 static PyObject 
*_wrap_wxStyledTextCtrl_GetReadOnly(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4550     PyObject 
* _resultobj
; 
4552     wxStyledTextCtrl 
* _arg0
; 
4553     PyObject 
* _argo0 
= 0; 
4554     char *_kwnames
[] = { "self", NULL 
}; 
4557     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetReadOnly",_kwnames
,&_argo0
))  
4560         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4561         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4562             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetReadOnly. Expected _wxStyledTextCtrl_p."); 
4567     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4568     _result 
= (bool )wxStyledTextCtrl_GetReadOnly(_arg0
); 
4570     wxPyEndAllowThreads(__tstate
); 
4571     if (PyErr_Occurred()) return NULL
; 
4572 }    _resultobj 
= Py_BuildValue("i",_result
); 
4576 #define wxStyledTextCtrl_SetCurrentPos(_swigobj,_swigarg0)  (_swigobj->SetCurrentPos(_swigarg0)) 
4577 static PyObject 
*_wrap_wxStyledTextCtrl_SetCurrentPos(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4578     PyObject 
* _resultobj
; 
4579     wxStyledTextCtrl 
* _arg0
; 
4581     PyObject 
* _argo0 
= 0; 
4582     char *_kwnames
[] = { "self","pos", NULL 
}; 
4585     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCurrentPos",_kwnames
,&_argo0
,&_arg1
))  
4588         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4589         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4590             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCurrentPos. Expected _wxStyledTextCtrl_p."); 
4595     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4596     wxStyledTextCtrl_SetCurrentPos(_arg0
,_arg1
); 
4598     wxPyEndAllowThreads(__tstate
); 
4599     if (PyErr_Occurred()) return NULL
; 
4600 }    Py_INCREF(Py_None
); 
4601     _resultobj 
= Py_None
; 
4605 #define wxStyledTextCtrl_SetSelectionStart(_swigobj,_swigarg0)  (_swigobj->SetSelectionStart(_swigarg0)) 
4606 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelectionStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4607     PyObject 
* _resultobj
; 
4608     wxStyledTextCtrl 
* _arg0
; 
4610     PyObject 
* _argo0 
= 0; 
4611     char *_kwnames
[] = { "self","pos", NULL 
}; 
4614     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionStart",_kwnames
,&_argo0
,&_arg1
))  
4617         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4618         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4619             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionStart. Expected _wxStyledTextCtrl_p."); 
4624     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4625     wxStyledTextCtrl_SetSelectionStart(_arg0
,_arg1
); 
4627     wxPyEndAllowThreads(__tstate
); 
4628     if (PyErr_Occurred()) return NULL
; 
4629 }    Py_INCREF(Py_None
); 
4630     _resultobj 
= Py_None
; 
4634 #define wxStyledTextCtrl_GetSelectionStart(_swigobj)  (_swigobj->GetSelectionStart()) 
4635 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelectionStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4636     PyObject 
* _resultobj
; 
4638     wxStyledTextCtrl 
* _arg0
; 
4639     PyObject 
* _argo0 
= 0; 
4640     char *_kwnames
[] = { "self", NULL 
}; 
4643     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionStart",_kwnames
,&_argo0
))  
4646         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4647         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4648             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionStart. Expected _wxStyledTextCtrl_p."); 
4653     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4654     _result 
= (int )wxStyledTextCtrl_GetSelectionStart(_arg0
); 
4656     wxPyEndAllowThreads(__tstate
); 
4657     if (PyErr_Occurred()) return NULL
; 
4658 }    _resultobj 
= Py_BuildValue("i",_result
); 
4662 #define wxStyledTextCtrl_SetSelectionEnd(_swigobj,_swigarg0)  (_swigobj->SetSelectionEnd(_swigarg0)) 
4663 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelectionEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4664     PyObject 
* _resultobj
; 
4665     wxStyledTextCtrl 
* _arg0
; 
4667     PyObject 
* _argo0 
= 0; 
4668     char *_kwnames
[] = { "self","pos", NULL 
}; 
4671     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionEnd",_kwnames
,&_argo0
,&_arg1
))  
4674         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4675         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4676             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionEnd. Expected _wxStyledTextCtrl_p."); 
4681     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4682     wxStyledTextCtrl_SetSelectionEnd(_arg0
,_arg1
); 
4684     wxPyEndAllowThreads(__tstate
); 
4685     if (PyErr_Occurred()) return NULL
; 
4686 }    Py_INCREF(Py_None
); 
4687     _resultobj 
= Py_None
; 
4691 #define wxStyledTextCtrl_GetSelectionEnd(_swigobj)  (_swigobj->GetSelectionEnd()) 
4692 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelectionEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4693     PyObject 
* _resultobj
; 
4695     wxStyledTextCtrl 
* _arg0
; 
4696     PyObject 
* _argo0 
= 0; 
4697     char *_kwnames
[] = { "self", NULL 
}; 
4700     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionEnd",_kwnames
,&_argo0
))  
4703         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4704         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4705             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionEnd. Expected _wxStyledTextCtrl_p."); 
4710     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4711     _result 
= (int )wxStyledTextCtrl_GetSelectionEnd(_arg0
); 
4713     wxPyEndAllowThreads(__tstate
); 
4714     if (PyErr_Occurred()) return NULL
; 
4715 }    _resultobj 
= Py_BuildValue("i",_result
); 
4719 #define wxStyledTextCtrl_SetPrintMagnification(_swigobj,_swigarg0)  (_swigobj->SetPrintMagnification(_swigarg0)) 
4720 static PyObject 
*_wrap_wxStyledTextCtrl_SetPrintMagnification(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4721     PyObject 
* _resultobj
; 
4722     wxStyledTextCtrl 
* _arg0
; 
4724     PyObject 
* _argo0 
= 0; 
4725     char *_kwnames
[] = { "self","magnification", NULL 
}; 
4728     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintMagnification",_kwnames
,&_argo0
,&_arg1
))  
4731         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4732         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4733             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintMagnification. Expected _wxStyledTextCtrl_p."); 
4738     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4739     wxStyledTextCtrl_SetPrintMagnification(_arg0
,_arg1
); 
4741     wxPyEndAllowThreads(__tstate
); 
4742     if (PyErr_Occurred()) return NULL
; 
4743 }    Py_INCREF(Py_None
); 
4744     _resultobj 
= Py_None
; 
4748 #define wxStyledTextCtrl_GetPrintMagnification(_swigobj)  (_swigobj->GetPrintMagnification()) 
4749 static PyObject 
*_wrap_wxStyledTextCtrl_GetPrintMagnification(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4750     PyObject 
* _resultobj
; 
4752     wxStyledTextCtrl 
* _arg0
; 
4753     PyObject 
* _argo0 
= 0; 
4754     char *_kwnames
[] = { "self", NULL 
}; 
4757     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintMagnification",_kwnames
,&_argo0
))  
4760         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4761         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4762             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintMagnification. Expected _wxStyledTextCtrl_p."); 
4767     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4768     _result 
= (int )wxStyledTextCtrl_GetPrintMagnification(_arg0
); 
4770     wxPyEndAllowThreads(__tstate
); 
4771     if (PyErr_Occurred()) return NULL
; 
4772 }    _resultobj 
= Py_BuildValue("i",_result
); 
4776 #define wxStyledTextCtrl_SetPrintColourMode(_swigobj,_swigarg0)  (_swigobj->SetPrintColourMode(_swigarg0)) 
4777 static PyObject 
*_wrap_wxStyledTextCtrl_SetPrintColourMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4778     PyObject 
* _resultobj
; 
4779     wxStyledTextCtrl 
* _arg0
; 
4781     PyObject 
* _argo0 
= 0; 
4782     char *_kwnames
[] = { "self","mode", NULL 
}; 
4785     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintColourMode",_kwnames
,&_argo0
,&_arg1
))  
4788         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4789         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4790             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintColourMode. Expected _wxStyledTextCtrl_p."); 
4795     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4796     wxStyledTextCtrl_SetPrintColourMode(_arg0
,_arg1
); 
4798     wxPyEndAllowThreads(__tstate
); 
4799     if (PyErr_Occurred()) return NULL
; 
4800 }    Py_INCREF(Py_None
); 
4801     _resultobj 
= Py_None
; 
4805 #define wxStyledTextCtrl_GetPrintColourMode(_swigobj)  (_swigobj->GetPrintColourMode()) 
4806 static PyObject 
*_wrap_wxStyledTextCtrl_GetPrintColourMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4807     PyObject 
* _resultobj
; 
4809     wxStyledTextCtrl 
* _arg0
; 
4810     PyObject 
* _argo0 
= 0; 
4811     char *_kwnames
[] = { "self", NULL 
}; 
4814     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintColourMode",_kwnames
,&_argo0
))  
4817         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4818         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4819             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintColourMode. Expected _wxStyledTextCtrl_p."); 
4824     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4825     _result 
= (int )wxStyledTextCtrl_GetPrintColourMode(_arg0
); 
4827     wxPyEndAllowThreads(__tstate
); 
4828     if (PyErr_Occurred()) return NULL
; 
4829 }    _resultobj 
= Py_BuildValue("i",_result
); 
4833 #define wxStyledTextCtrl_FindText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3)  (_swigobj->FindText(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) 
4834 static PyObject 
*_wrap_wxStyledTextCtrl_FindText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4835     PyObject 
* _resultobj
; 
4837     wxStyledTextCtrl 
* _arg0
; 
4841     int  _arg4 
= (int ) 0; 
4842     PyObject 
* _argo0 
= 0; 
4843     PyObject 
* _obj3 
= 0; 
4844     char *_kwnames
[] = { "self","minPos","maxPos","text","flags", NULL 
}; 
4847     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiO|i:wxStyledTextCtrl_FindText",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_arg4
))  
4850         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4851         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4852             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FindText. Expected _wxStyledTextCtrl_p."); 
4857     _arg3 
= wxString_in_helper(_obj3
); 
4862     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4863     _result 
= (int )wxStyledTextCtrl_FindText(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
); 
4865     wxPyEndAllowThreads(__tstate
); 
4866     if (PyErr_Occurred()) return NULL
; 
4867 }    _resultobj 
= Py_BuildValue("i",_result
); 
4875 #define wxStyledTextCtrl_FormatRange(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)  (_swigobj->FormatRange(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6)) 
4876 static PyObject 
*_wrap_wxStyledTextCtrl_FormatRange(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4877     PyObject 
* _resultobj
; 
4879     wxStyledTextCtrl 
* _arg0
; 
4887     PyObject 
* _argo0 
= 0; 
4889     PyObject 
* _argo4 
= 0; 
4890     PyObject 
* _argo5 
= 0; 
4892     PyObject 
* _obj6 
= 0; 
4894     PyObject 
* _obj7 
= 0; 
4895     char *_kwnames
[] = { "self","doDraw","startPos","endPos","draw","target","renderRect","pageRect", NULL 
}; 
4898     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiiOOOO:wxStyledTextCtrl_FormatRange",_kwnames
,&_argo0
,&tempbool1
,&_arg2
,&_arg3
,&_argo4
,&_argo5
,&_obj6
,&_obj7
))  
4901         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4902         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4903             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FormatRange. Expected _wxStyledTextCtrl_p."); 
4907     _arg1 
= (bool ) tempbool1
; 
4909         if (_argo4 
== Py_None
) { _arg4 
= NULL
; } 
4910         else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxDC_p")) { 
4911             PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p."); 
4916         if (_argo5 
== Py_None
) { _arg5 
= NULL
; } 
4917         else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxDC_p")) { 
4918             PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p."); 
4924     if (! wxRect_helper(_obj6
, &_arg6
)) 
4929     if (! wxRect_helper(_obj7
, &_arg7
)) 
4933     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4934     _result 
= (int )wxStyledTextCtrl_FormatRange(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
); 
4936     wxPyEndAllowThreads(__tstate
); 
4937     if (PyErr_Occurred()) return NULL
; 
4938 }    _resultobj 
= Py_BuildValue("i",_result
); 
4942 #define wxStyledTextCtrl_GetFirstVisibleLine(_swigobj)  (_swigobj->GetFirstVisibleLine()) 
4943 static PyObject 
*_wrap_wxStyledTextCtrl_GetFirstVisibleLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4944     PyObject 
* _resultobj
; 
4946     wxStyledTextCtrl 
* _arg0
; 
4947     PyObject 
* _argo0 
= 0; 
4948     char *_kwnames
[] = { "self", NULL 
}; 
4951     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetFirstVisibleLine",_kwnames
,&_argo0
))  
4954         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4955         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4956             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFirstVisibleLine. Expected _wxStyledTextCtrl_p."); 
4961     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4962     _result 
= (int )wxStyledTextCtrl_GetFirstVisibleLine(_arg0
); 
4964     wxPyEndAllowThreads(__tstate
); 
4965     if (PyErr_Occurred()) return NULL
; 
4966 }    _resultobj 
= Py_BuildValue("i",_result
); 
4970 #define wxStyledTextCtrl_GetLine(_swigobj,_swigarg0)  (_swigobj->GetLine(_swigarg0)) 
4971 static PyObject 
*_wrap_wxStyledTextCtrl_GetLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
4972     PyObject 
* _resultobj
; 
4974     wxStyledTextCtrl 
* _arg0
; 
4976     PyObject 
* _argo0 
= 0; 
4977     char *_kwnames
[] = { "self","line", NULL 
}; 
4980     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLine",_kwnames
,&_argo0
,&_arg1
))  
4983         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
4984         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
4985             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLine. Expected _wxStyledTextCtrl_p."); 
4990     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
4991     _result 
= new wxString (wxStyledTextCtrl_GetLine(_arg0
,_arg1
)); 
4993     wxPyEndAllowThreads(__tstate
); 
4994     if (PyErr_Occurred()) return NULL
; 
4997     _resultobj 
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len()); 
4999     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
5008 #define wxStyledTextCtrl_GetLineCount(_swigobj)  (_swigobj->GetLineCount()) 
5009 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineCount(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5010     PyObject 
* _resultobj
; 
5012     wxStyledTextCtrl 
* _arg0
; 
5013     PyObject 
* _argo0 
= 0; 
5014     char *_kwnames
[] = { "self", NULL 
}; 
5017     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLineCount",_kwnames
,&_argo0
))  
5020         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5021         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5022             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineCount. Expected _wxStyledTextCtrl_p."); 
5027     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5028     _result 
= (int )wxStyledTextCtrl_GetLineCount(_arg0
); 
5030     wxPyEndAllowThreads(__tstate
); 
5031     if (PyErr_Occurred()) return NULL
; 
5032 }    _resultobj 
= Py_BuildValue("i",_result
); 
5036 #define wxStyledTextCtrl_SetMarginLeft(_swigobj,_swigarg0)  (_swigobj->SetMarginLeft(_swigarg0)) 
5037 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5038     PyObject 
* _resultobj
; 
5039     wxStyledTextCtrl 
* _arg0
; 
5041     PyObject 
* _argo0 
= 0; 
5042     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
5045     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginLeft",_kwnames
,&_argo0
,&_arg1
))  
5048         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5049         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5050             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginLeft. Expected _wxStyledTextCtrl_p."); 
5055     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5056     wxStyledTextCtrl_SetMarginLeft(_arg0
,_arg1
); 
5058     wxPyEndAllowThreads(__tstate
); 
5059     if (PyErr_Occurred()) return NULL
; 
5060 }    Py_INCREF(Py_None
); 
5061     _resultobj 
= Py_None
; 
5065 #define wxStyledTextCtrl_GetMarginLeft(_swigobj)  (_swigobj->GetMarginLeft()) 
5066 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5067     PyObject 
* _resultobj
; 
5069     wxStyledTextCtrl 
* _arg0
; 
5070     PyObject 
* _argo0 
= 0; 
5071     char *_kwnames
[] = { "self", NULL 
}; 
5074     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginLeft",_kwnames
,&_argo0
))  
5077         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5078         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5079             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginLeft. Expected _wxStyledTextCtrl_p."); 
5084     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5085     _result 
= (int )wxStyledTextCtrl_GetMarginLeft(_arg0
); 
5087     wxPyEndAllowThreads(__tstate
); 
5088     if (PyErr_Occurred()) return NULL
; 
5089 }    _resultobj 
= Py_BuildValue("i",_result
); 
5093 #define wxStyledTextCtrl_SetMarginRight(_swigobj,_swigarg0)  (_swigobj->SetMarginRight(_swigarg0)) 
5094 static PyObject 
*_wrap_wxStyledTextCtrl_SetMarginRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5095     PyObject 
* _resultobj
; 
5096     wxStyledTextCtrl 
* _arg0
; 
5098     PyObject 
* _argo0 
= 0; 
5099     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
5102     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginRight",_kwnames
,&_argo0
,&_arg1
))  
5105         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5106         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5107             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginRight. Expected _wxStyledTextCtrl_p."); 
5112     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5113     wxStyledTextCtrl_SetMarginRight(_arg0
,_arg1
); 
5115     wxPyEndAllowThreads(__tstate
); 
5116     if (PyErr_Occurred()) return NULL
; 
5117 }    Py_INCREF(Py_None
); 
5118     _resultobj 
= Py_None
; 
5122 #define wxStyledTextCtrl_GetMarginRight(_swigobj)  (_swigobj->GetMarginRight()) 
5123 static PyObject 
*_wrap_wxStyledTextCtrl_GetMarginRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5124     PyObject 
* _resultobj
; 
5126     wxStyledTextCtrl 
* _arg0
; 
5127     PyObject 
* _argo0 
= 0; 
5128     char *_kwnames
[] = { "self", NULL 
}; 
5131     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginRight",_kwnames
,&_argo0
))  
5134         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5135         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5136             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginRight. Expected _wxStyledTextCtrl_p."); 
5141     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5142     _result 
= (int )wxStyledTextCtrl_GetMarginRight(_arg0
); 
5144     wxPyEndAllowThreads(__tstate
); 
5145     if (PyErr_Occurred()) return NULL
; 
5146 }    _resultobj 
= Py_BuildValue("i",_result
); 
5150 #define wxStyledTextCtrl_GetModify(_swigobj)  (_swigobj->GetModify()) 
5151 static PyObject 
*_wrap_wxStyledTextCtrl_GetModify(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5152     PyObject 
* _resultobj
; 
5154     wxStyledTextCtrl 
* _arg0
; 
5155     PyObject 
* _argo0 
= 0; 
5156     char *_kwnames
[] = { "self", NULL 
}; 
5159     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModify",_kwnames
,&_argo0
))  
5162         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5163         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5164             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModify. Expected _wxStyledTextCtrl_p."); 
5169     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5170     _result 
= (bool )wxStyledTextCtrl_GetModify(_arg0
); 
5172     wxPyEndAllowThreads(__tstate
); 
5173     if (PyErr_Occurred()) return NULL
; 
5174 }    _resultobj 
= Py_BuildValue("i",_result
); 
5178 #define wxStyledTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetSelection(_swigarg0,_swigarg1)) 
5179 static PyObject 
*_wrap_wxStyledTextCtrl_SetSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5180     PyObject 
* _resultobj
; 
5181     wxStyledTextCtrl 
* _arg0
; 
5184     PyObject 
* _argo0 
= 0; 
5185     char *_kwnames
[] = { "self","start","end", NULL 
}; 
5188     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
5191         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5192         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5193             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelection. Expected _wxStyledTextCtrl_p."); 
5198     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5199     wxStyledTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
); 
5201     wxPyEndAllowThreads(__tstate
); 
5202     if (PyErr_Occurred()) return NULL
; 
5203 }    Py_INCREF(Py_None
); 
5204     _resultobj 
= Py_None
; 
5208 #define wxStyledTextCtrl_GetSelectedText(_swigobj)  (_swigobj->GetSelectedText()) 
5209 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelectedText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5210     PyObject 
* _resultobj
; 
5212     wxStyledTextCtrl 
* _arg0
; 
5213     PyObject 
* _argo0 
= 0; 
5214     char *_kwnames
[] = { "self", NULL 
}; 
5217     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectedText",_kwnames
,&_argo0
))  
5220         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5221         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5222             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectedText. Expected _wxStyledTextCtrl_p."); 
5227     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5228     _result 
= new wxString (wxStyledTextCtrl_GetSelectedText(_arg0
)); 
5230     wxPyEndAllowThreads(__tstate
); 
5231     if (PyErr_Occurred()) return NULL
; 
5234     _resultobj 
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len()); 
5236     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
5245 #define wxStyledTextCtrl_GetTextRange(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetTextRange(_swigarg0,_swigarg1)) 
5246 static PyObject 
*_wrap_wxStyledTextCtrl_GetTextRange(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5247     PyObject 
* _resultobj
; 
5249     wxStyledTextCtrl 
* _arg0
; 
5252     PyObject 
* _argo0 
= 0; 
5253     char *_kwnames
[] = { "self","startPos","endPos", NULL 
}; 
5256     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetTextRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
5259         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5260         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5261             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextRange. Expected _wxStyledTextCtrl_p."); 
5266     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5267     _result 
= new wxString (wxStyledTextCtrl_GetTextRange(_arg0
,_arg1
,_arg2
)); 
5269     wxPyEndAllowThreads(__tstate
); 
5270     if (PyErr_Occurred()) return NULL
; 
5273     _resultobj 
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len()); 
5275     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
5284 #define wxStyledTextCtrl_HideSelection(_swigobj,_swigarg0)  (_swigobj->HideSelection(_swigarg0)) 
5285 static PyObject 
*_wrap_wxStyledTextCtrl_HideSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5286     PyObject 
* _resultobj
; 
5287     wxStyledTextCtrl 
* _arg0
; 
5289     PyObject 
* _argo0 
= 0; 
5291     char *_kwnames
[] = { "self","normal", NULL 
}; 
5294     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_HideSelection",_kwnames
,&_argo0
,&tempbool1
))  
5297         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5298         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5299             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideSelection. Expected _wxStyledTextCtrl_p."); 
5303     _arg1 
= (bool ) tempbool1
; 
5305     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5306     wxStyledTextCtrl_HideSelection(_arg0
,_arg1
); 
5308     wxPyEndAllowThreads(__tstate
); 
5309     if (PyErr_Occurred()) return NULL
; 
5310 }    Py_INCREF(Py_None
); 
5311     _resultobj 
= Py_None
; 
5315 #define wxStyledTextCtrl_LineFromPosition(_swigobj,_swigarg0)  (_swigobj->LineFromPosition(_swigarg0)) 
5316 static PyObject 
*_wrap_wxStyledTextCtrl_LineFromPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5317     PyObject 
* _resultobj
; 
5319     wxStyledTextCtrl 
* _arg0
; 
5321     PyObject 
* _argo0 
= 0; 
5322     char *_kwnames
[] = { "self","pos", NULL 
}; 
5325     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineFromPosition",_kwnames
,&_argo0
,&_arg1
))  
5328         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5329         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5330             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineFromPosition. Expected _wxStyledTextCtrl_p."); 
5335     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5336     _result 
= (int )wxStyledTextCtrl_LineFromPosition(_arg0
,_arg1
); 
5338     wxPyEndAllowThreads(__tstate
); 
5339     if (PyErr_Occurred()) return NULL
; 
5340 }    _resultobj 
= Py_BuildValue("i",_result
); 
5344 #define wxStyledTextCtrl_PositionFromLine(_swigobj,_swigarg0)  (_swigobj->PositionFromLine(_swigarg0)) 
5345 static PyObject 
*_wrap_wxStyledTextCtrl_PositionFromLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5346     PyObject 
* _resultobj
; 
5348     wxStyledTextCtrl 
* _arg0
; 
5350     PyObject 
* _argo0 
= 0; 
5351     char *_kwnames
[] = { "self","line", NULL 
}; 
5354     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionFromLine",_kwnames
,&_argo0
,&_arg1
))  
5357         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5358         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5359             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromLine. Expected _wxStyledTextCtrl_p."); 
5364     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5365     _result 
= (int )wxStyledTextCtrl_PositionFromLine(_arg0
,_arg1
); 
5367     wxPyEndAllowThreads(__tstate
); 
5368     if (PyErr_Occurred()) return NULL
; 
5369 }    _resultobj 
= Py_BuildValue("i",_result
); 
5373 #define wxStyledTextCtrl_LineScroll(_swigobj,_swigarg0,_swigarg1)  (_swigobj->LineScroll(_swigarg0,_swigarg1)) 
5374 static PyObject 
*_wrap_wxStyledTextCtrl_LineScroll(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5375     PyObject 
* _resultobj
; 
5376     wxStyledTextCtrl 
* _arg0
; 
5379     PyObject 
* _argo0 
= 0; 
5380     char *_kwnames
[] = { "self","columns","lines", NULL 
}; 
5383     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_LineScroll",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
5386         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5387         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5388             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineScroll. Expected _wxStyledTextCtrl_p."); 
5393     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5394     wxStyledTextCtrl_LineScroll(_arg0
,_arg1
,_arg2
); 
5396     wxPyEndAllowThreads(__tstate
); 
5397     if (PyErr_Occurred()) return NULL
; 
5398 }    Py_INCREF(Py_None
); 
5399     _resultobj 
= Py_None
; 
5403 #define wxStyledTextCtrl_EnsureCaretVisible(_swigobj)  (_swigobj->EnsureCaretVisible()) 
5404 static PyObject 
*_wrap_wxStyledTextCtrl_EnsureCaretVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5405     PyObject 
* _resultobj
; 
5406     wxStyledTextCtrl 
* _arg0
; 
5407     PyObject 
* _argo0 
= 0; 
5408     char *_kwnames
[] = { "self", NULL 
}; 
5411     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EnsureCaretVisible",_kwnames
,&_argo0
))  
5414         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5415         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5416             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureCaretVisible. Expected _wxStyledTextCtrl_p."); 
5421     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5422     wxStyledTextCtrl_EnsureCaretVisible(_arg0
); 
5424     wxPyEndAllowThreads(__tstate
); 
5425     if (PyErr_Occurred()) return NULL
; 
5426 }    Py_INCREF(Py_None
); 
5427     _resultobj 
= Py_None
; 
5431 #define wxStyledTextCtrl_ReplaceSelection(_swigobj,_swigarg0)  (_swigobj->ReplaceSelection(_swigarg0)) 
5432 static PyObject 
*_wrap_wxStyledTextCtrl_ReplaceSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5433     PyObject 
* _resultobj
; 
5434     wxStyledTextCtrl 
* _arg0
; 
5436     PyObject 
* _argo0 
= 0; 
5437     PyObject 
* _obj1 
= 0; 
5438     char *_kwnames
[] = { "self","text", NULL 
}; 
5441     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceSelection",_kwnames
,&_argo0
,&_obj1
))  
5444         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5445         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5446             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceSelection. Expected _wxStyledTextCtrl_p."); 
5451     _arg1 
= wxString_in_helper(_obj1
); 
5456     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5457     wxStyledTextCtrl_ReplaceSelection(_arg0
,*_arg1
); 
5459     wxPyEndAllowThreads(__tstate
); 
5460     if (PyErr_Occurred()) return NULL
; 
5461 }    Py_INCREF(Py_None
); 
5462     _resultobj 
= Py_None
; 
5470 #define wxStyledTextCtrl_SetReadOnly(_swigobj,_swigarg0)  (_swigobj->SetReadOnly(_swigarg0)) 
5471 static PyObject 
*_wrap_wxStyledTextCtrl_SetReadOnly(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5472     PyObject 
* _resultobj
; 
5473     wxStyledTextCtrl 
* _arg0
; 
5475     PyObject 
* _argo0 
= 0; 
5477     char *_kwnames
[] = { "self","readOnly", NULL 
}; 
5480     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetReadOnly",_kwnames
,&_argo0
,&tempbool1
))  
5483         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5484         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5485             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetReadOnly. Expected _wxStyledTextCtrl_p."); 
5489     _arg1 
= (bool ) tempbool1
; 
5491     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5492     wxStyledTextCtrl_SetReadOnly(_arg0
,_arg1
); 
5494     wxPyEndAllowThreads(__tstate
); 
5495     if (PyErr_Occurred()) return NULL
; 
5496 }    Py_INCREF(Py_None
); 
5497     _resultobj 
= Py_None
; 
5501 #define wxStyledTextCtrl_CanPaste(_swigobj)  (_swigobj->CanPaste()) 
5502 static PyObject 
*_wrap_wxStyledTextCtrl_CanPaste(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5503     PyObject 
* _resultobj
; 
5505     wxStyledTextCtrl 
* _arg0
; 
5506     PyObject 
* _argo0 
= 0; 
5507     char *_kwnames
[] = { "self", NULL 
}; 
5510     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanPaste",_kwnames
,&_argo0
))  
5513         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5514         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5515             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanPaste. Expected _wxStyledTextCtrl_p."); 
5520     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5521     _result 
= (bool )wxStyledTextCtrl_CanPaste(_arg0
); 
5523     wxPyEndAllowThreads(__tstate
); 
5524     if (PyErr_Occurred()) return NULL
; 
5525 }    _resultobj 
= Py_BuildValue("i",_result
); 
5529 #define wxStyledTextCtrl_CanUndo(_swigobj)  (_swigobj->CanUndo()) 
5530 static PyObject 
*_wrap_wxStyledTextCtrl_CanUndo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5531     PyObject 
* _resultobj
; 
5533     wxStyledTextCtrl 
* _arg0
; 
5534     PyObject 
* _argo0 
= 0; 
5535     char *_kwnames
[] = { "self", NULL 
}; 
5538     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanUndo",_kwnames
,&_argo0
))  
5541         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5542         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5543             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanUndo. Expected _wxStyledTextCtrl_p."); 
5548     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5549     _result 
= (bool )wxStyledTextCtrl_CanUndo(_arg0
); 
5551     wxPyEndAllowThreads(__tstate
); 
5552     if (PyErr_Occurred()) return NULL
; 
5553 }    _resultobj 
= Py_BuildValue("i",_result
); 
5557 #define wxStyledTextCtrl_EmptyUndoBuffer(_swigobj)  (_swigobj->EmptyUndoBuffer()) 
5558 static PyObject 
*_wrap_wxStyledTextCtrl_EmptyUndoBuffer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5559     PyObject 
* _resultobj
; 
5560     wxStyledTextCtrl 
* _arg0
; 
5561     PyObject 
* _argo0 
= 0; 
5562     char *_kwnames
[] = { "self", NULL 
}; 
5565     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EmptyUndoBuffer",_kwnames
,&_argo0
))  
5568         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5569         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5570             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EmptyUndoBuffer. Expected _wxStyledTextCtrl_p."); 
5575     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5576     wxStyledTextCtrl_EmptyUndoBuffer(_arg0
); 
5578     wxPyEndAllowThreads(__tstate
); 
5579     if (PyErr_Occurred()) return NULL
; 
5580 }    Py_INCREF(Py_None
); 
5581     _resultobj 
= Py_None
; 
5585 #define wxStyledTextCtrl_Undo(_swigobj)  (_swigobj->Undo()) 
5586 static PyObject 
*_wrap_wxStyledTextCtrl_Undo(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5587     PyObject 
* _resultobj
; 
5588     wxStyledTextCtrl 
* _arg0
; 
5589     PyObject 
* _argo0 
= 0; 
5590     char *_kwnames
[] = { "self", NULL 
}; 
5593     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Undo",_kwnames
,&_argo0
))  
5596         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5597         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5598             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Undo. Expected _wxStyledTextCtrl_p."); 
5603     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5604     wxStyledTextCtrl_Undo(_arg0
); 
5606     wxPyEndAllowThreads(__tstate
); 
5607     if (PyErr_Occurred()) return NULL
; 
5608 }    Py_INCREF(Py_None
); 
5609     _resultobj 
= Py_None
; 
5613 #define wxStyledTextCtrl_Cut(_swigobj)  (_swigobj->Cut()) 
5614 static PyObject 
*_wrap_wxStyledTextCtrl_Cut(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5615     PyObject 
* _resultobj
; 
5616     wxStyledTextCtrl 
* _arg0
; 
5617     PyObject 
* _argo0 
= 0; 
5618     char *_kwnames
[] = { "self", NULL 
}; 
5621     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Cut",_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_Cut. Expected _wxStyledTextCtrl_p."); 
5631     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5632     wxStyledTextCtrl_Cut(_arg0
); 
5634     wxPyEndAllowThreads(__tstate
); 
5635     if (PyErr_Occurred()) return NULL
; 
5636 }    Py_INCREF(Py_None
); 
5637     _resultobj 
= Py_None
; 
5641 #define wxStyledTextCtrl_Copy(_swigobj)  (_swigobj->Copy()) 
5642 static PyObject 
*_wrap_wxStyledTextCtrl_Copy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5643     PyObject 
* _resultobj
; 
5644     wxStyledTextCtrl 
* _arg0
; 
5645     PyObject 
* _argo0 
= 0; 
5646     char *_kwnames
[] = { "self", NULL 
}; 
5649     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Copy",_kwnames
,&_argo0
))  
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_Copy. Expected _wxStyledTextCtrl_p."); 
5659     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5660     wxStyledTextCtrl_Copy(_arg0
); 
5662     wxPyEndAllowThreads(__tstate
); 
5663     if (PyErr_Occurred()) return NULL
; 
5664 }    Py_INCREF(Py_None
); 
5665     _resultobj 
= Py_None
; 
5669 #define wxStyledTextCtrl_Paste(_swigobj)  (_swigobj->Paste()) 
5670 static PyObject 
*_wrap_wxStyledTextCtrl_Paste(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5671     PyObject 
* _resultobj
; 
5672     wxStyledTextCtrl 
* _arg0
; 
5673     PyObject 
* _argo0 
= 0; 
5674     char *_kwnames
[] = { "self", NULL 
}; 
5677     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Paste",_kwnames
,&_argo0
))  
5680         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5681         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5682             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Paste. Expected _wxStyledTextCtrl_p."); 
5687     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5688     wxStyledTextCtrl_Paste(_arg0
); 
5690     wxPyEndAllowThreads(__tstate
); 
5691     if (PyErr_Occurred()) return NULL
; 
5692 }    Py_INCREF(Py_None
); 
5693     _resultobj 
= Py_None
; 
5697 #define wxStyledTextCtrl_Clear(_swigobj)  (_swigobj->Clear()) 
5698 static PyObject 
*_wrap_wxStyledTextCtrl_Clear(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5699     PyObject 
* _resultobj
; 
5700     wxStyledTextCtrl 
* _arg0
; 
5701     PyObject 
* _argo0 
= 0; 
5702     char *_kwnames
[] = { "self", NULL 
}; 
5705     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Clear",_kwnames
,&_argo0
))  
5708         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5709         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5710             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Clear. Expected _wxStyledTextCtrl_p."); 
5715     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5716     wxStyledTextCtrl_Clear(_arg0
); 
5718     wxPyEndAllowThreads(__tstate
); 
5719     if (PyErr_Occurred()) return NULL
; 
5720 }    Py_INCREF(Py_None
); 
5721     _resultobj 
= Py_None
; 
5725 #define wxStyledTextCtrl_SetText(_swigobj,_swigarg0)  (_swigobj->SetText(_swigarg0)) 
5726 static PyObject 
*_wrap_wxStyledTextCtrl_SetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5727     PyObject 
* _resultobj
; 
5728     wxStyledTextCtrl 
* _arg0
; 
5730     PyObject 
* _argo0 
= 0; 
5731     PyObject 
* _obj1 
= 0; 
5732     char *_kwnames
[] = { "self","text", NULL 
}; 
5735     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetText",_kwnames
,&_argo0
,&_obj1
))  
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_SetText. Expected _wxStyledTextCtrl_p."); 
5745     _arg1 
= wxString_in_helper(_obj1
); 
5750     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5751     wxStyledTextCtrl_SetText(_arg0
,*_arg1
); 
5753     wxPyEndAllowThreads(__tstate
); 
5754     if (PyErr_Occurred()) return NULL
; 
5755 }    Py_INCREF(Py_None
); 
5756     _resultobj 
= Py_None
; 
5764 #define wxStyledTextCtrl_GetText(_swigobj)  (_swigobj->GetText()) 
5765 static PyObject 
*_wrap_wxStyledTextCtrl_GetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5766     PyObject 
* _resultobj
; 
5768     wxStyledTextCtrl 
* _arg0
; 
5769     PyObject 
* _argo0 
= 0; 
5770     char *_kwnames
[] = { "self", NULL 
}; 
5773     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetText",_kwnames
,&_argo0
))  
5776         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5777         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5778             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetText. Expected _wxStyledTextCtrl_p."); 
5783     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5784     _result 
= new wxString (wxStyledTextCtrl_GetText(_arg0
)); 
5786     wxPyEndAllowThreads(__tstate
); 
5787     if (PyErr_Occurred()) return NULL
; 
5790     _resultobj 
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len()); 
5792     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
5801 #define wxStyledTextCtrl_GetTextLength(_swigobj)  (_swigobj->GetTextLength()) 
5802 static PyObject 
*_wrap_wxStyledTextCtrl_GetTextLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5803     PyObject 
* _resultobj
; 
5805     wxStyledTextCtrl 
* _arg0
; 
5806     PyObject 
* _argo0 
= 0; 
5807     char *_kwnames
[] = { "self", NULL 
}; 
5810     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTextLength",_kwnames
,&_argo0
))  
5813         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5814         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5815             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextLength. Expected _wxStyledTextCtrl_p."); 
5820     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5821     _result 
= (int )wxStyledTextCtrl_GetTextLength(_arg0
); 
5823     wxPyEndAllowThreads(__tstate
); 
5824     if (PyErr_Occurred()) return NULL
; 
5825 }    _resultobj 
= Py_BuildValue("i",_result
); 
5829 #define wxStyledTextCtrl_SetOvertype(_swigobj,_swigarg0)  (_swigobj->SetOvertype(_swigarg0)) 
5830 static PyObject 
*_wrap_wxStyledTextCtrl_SetOvertype(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5831     PyObject 
* _resultobj
; 
5832     wxStyledTextCtrl 
* _arg0
; 
5834     PyObject 
* _argo0 
= 0; 
5836     char *_kwnames
[] = { "self","overtype", NULL 
}; 
5839     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetOvertype",_kwnames
,&_argo0
,&tempbool1
))  
5842         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5843         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5844             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetOvertype. Expected _wxStyledTextCtrl_p."); 
5848     _arg1 
= (bool ) tempbool1
; 
5850     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5851     wxStyledTextCtrl_SetOvertype(_arg0
,_arg1
); 
5853     wxPyEndAllowThreads(__tstate
); 
5854     if (PyErr_Occurred()) return NULL
; 
5855 }    Py_INCREF(Py_None
); 
5856     _resultobj 
= Py_None
; 
5860 #define wxStyledTextCtrl_GetOvertype(_swigobj)  (_swigobj->GetOvertype()) 
5861 static PyObject 
*_wrap_wxStyledTextCtrl_GetOvertype(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5862     PyObject 
* _resultobj
; 
5864     wxStyledTextCtrl 
* _arg0
; 
5865     PyObject 
* _argo0 
= 0; 
5866     char *_kwnames
[] = { "self", NULL 
}; 
5869     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetOvertype",_kwnames
,&_argo0
))  
5872         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5873         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5874             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetOvertype. Expected _wxStyledTextCtrl_p."); 
5879     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5880     _result 
= (bool )wxStyledTextCtrl_GetOvertype(_arg0
); 
5882     wxPyEndAllowThreads(__tstate
); 
5883     if (PyErr_Occurred()) return NULL
; 
5884 }    _resultobj 
= Py_BuildValue("i",_result
); 
5888 #define wxStyledTextCtrl_SetCaretWidth(_swigobj,_swigarg0)  (_swigobj->SetCaretWidth(_swigarg0)) 
5889 static PyObject 
*_wrap_wxStyledTextCtrl_SetCaretWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5890     PyObject 
* _resultobj
; 
5891     wxStyledTextCtrl 
* _arg0
; 
5893     PyObject 
* _argo0 
= 0; 
5894     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
5897     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretWidth",_kwnames
,&_argo0
,&_arg1
))  
5900         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5901         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5902             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretWidth. Expected _wxStyledTextCtrl_p."); 
5907     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5908     wxStyledTextCtrl_SetCaretWidth(_arg0
,_arg1
); 
5910     wxPyEndAllowThreads(__tstate
); 
5911     if (PyErr_Occurred()) return NULL
; 
5912 }    Py_INCREF(Py_None
); 
5913     _resultobj 
= Py_None
; 
5917 #define wxStyledTextCtrl_GetCaretWidth(_swigobj)  (_swigobj->GetCaretWidth()) 
5918 static PyObject 
*_wrap_wxStyledTextCtrl_GetCaretWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5919     PyObject 
* _resultobj
; 
5921     wxStyledTextCtrl 
* _arg0
; 
5922     PyObject 
* _argo0 
= 0; 
5923     char *_kwnames
[] = { "self", NULL 
}; 
5926     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretWidth",_kwnames
,&_argo0
))  
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_GetCaretWidth. Expected _wxStyledTextCtrl_p."); 
5936     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5937     _result 
= (int )wxStyledTextCtrl_GetCaretWidth(_arg0
); 
5939     wxPyEndAllowThreads(__tstate
); 
5940     if (PyErr_Occurred()) return NULL
; 
5941 }    _resultobj 
= Py_BuildValue("i",_result
); 
5945 #define wxStyledTextCtrl_SetTargetStart(_swigobj,_swigarg0)  (_swigobj->SetTargetStart(_swigarg0)) 
5946 static PyObject 
*_wrap_wxStyledTextCtrl_SetTargetStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5947     PyObject 
* _resultobj
; 
5948     wxStyledTextCtrl 
* _arg0
; 
5950     PyObject 
* _argo0 
= 0; 
5951     char *_kwnames
[] = { "self","pos", NULL 
}; 
5954     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetStart",_kwnames
,&_argo0
,&_arg1
))  
5957         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5958         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5959             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetStart. Expected _wxStyledTextCtrl_p."); 
5964     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5965     wxStyledTextCtrl_SetTargetStart(_arg0
,_arg1
); 
5967     wxPyEndAllowThreads(__tstate
); 
5968     if (PyErr_Occurred()) return NULL
; 
5969 }    Py_INCREF(Py_None
); 
5970     _resultobj 
= Py_None
; 
5974 #define wxStyledTextCtrl_GetTargetStart(_swigobj)  (_swigobj->GetTargetStart()) 
5975 static PyObject 
*_wrap_wxStyledTextCtrl_GetTargetStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
5976     PyObject 
* _resultobj
; 
5978     wxStyledTextCtrl 
* _arg0
; 
5979     PyObject 
* _argo0 
= 0; 
5980     char *_kwnames
[] = { "self", NULL 
}; 
5983     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetStart",_kwnames
,&_argo0
))  
5986         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
5987         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
5988             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetStart. Expected _wxStyledTextCtrl_p."); 
5993     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
5994     _result 
= (int )wxStyledTextCtrl_GetTargetStart(_arg0
); 
5996     wxPyEndAllowThreads(__tstate
); 
5997     if (PyErr_Occurred()) return NULL
; 
5998 }    _resultobj 
= Py_BuildValue("i",_result
); 
6002 #define wxStyledTextCtrl_SetTargetEnd(_swigobj,_swigarg0)  (_swigobj->SetTargetEnd(_swigarg0)) 
6003 static PyObject 
*_wrap_wxStyledTextCtrl_SetTargetEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6004     PyObject 
* _resultobj
; 
6005     wxStyledTextCtrl 
* _arg0
; 
6007     PyObject 
* _argo0 
= 0; 
6008     char *_kwnames
[] = { "self","pos", NULL 
}; 
6011     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetEnd",_kwnames
,&_argo0
,&_arg1
))  
6014         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6015         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6016             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetEnd. Expected _wxStyledTextCtrl_p."); 
6021     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6022     wxStyledTextCtrl_SetTargetEnd(_arg0
,_arg1
); 
6024     wxPyEndAllowThreads(__tstate
); 
6025     if (PyErr_Occurred()) return NULL
; 
6026 }    Py_INCREF(Py_None
); 
6027     _resultobj 
= Py_None
; 
6031 #define wxStyledTextCtrl_GetTargetEnd(_swigobj)  (_swigobj->GetTargetEnd()) 
6032 static PyObject 
*_wrap_wxStyledTextCtrl_GetTargetEnd(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6033     PyObject 
* _resultobj
; 
6035     wxStyledTextCtrl 
* _arg0
; 
6036     PyObject 
* _argo0 
= 0; 
6037     char *_kwnames
[] = { "self", NULL 
}; 
6040     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetEnd",_kwnames
,&_argo0
))  
6043         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6044         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6045             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetEnd. Expected _wxStyledTextCtrl_p."); 
6050     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6051     _result 
= (int )wxStyledTextCtrl_GetTargetEnd(_arg0
); 
6053     wxPyEndAllowThreads(__tstate
); 
6054     if (PyErr_Occurred()) return NULL
; 
6055 }    _resultobj 
= Py_BuildValue("i",_result
); 
6059 #define wxStyledTextCtrl_ReplaceTarget(_swigobj,_swigarg0)  (_swigobj->ReplaceTarget(_swigarg0)) 
6060 static PyObject 
*_wrap_wxStyledTextCtrl_ReplaceTarget(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6061     PyObject 
* _resultobj
; 
6063     wxStyledTextCtrl 
* _arg0
; 
6065     PyObject 
* _argo0 
= 0; 
6066     PyObject 
* _obj1 
= 0; 
6067     char *_kwnames
[] = { "self","text", NULL 
}; 
6070     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTarget",_kwnames
,&_argo0
,&_obj1
))  
6073         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6074         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6075             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTarget. Expected _wxStyledTextCtrl_p."); 
6080     _arg1 
= wxString_in_helper(_obj1
); 
6085     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6086     _result 
= (int )wxStyledTextCtrl_ReplaceTarget(_arg0
,*_arg1
); 
6088     wxPyEndAllowThreads(__tstate
); 
6089     if (PyErr_Occurred()) return NULL
; 
6090 }    _resultobj 
= Py_BuildValue("i",_result
); 
6098 #define wxStyledTextCtrl_ReplaceTargetRE(_swigobj,_swigarg0)  (_swigobj->ReplaceTargetRE(_swigarg0)) 
6099 static PyObject 
*_wrap_wxStyledTextCtrl_ReplaceTargetRE(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6100     PyObject 
* _resultobj
; 
6102     wxStyledTextCtrl 
* _arg0
; 
6104     PyObject 
* _argo0 
= 0; 
6105     PyObject 
* _obj1 
= 0; 
6106     char *_kwnames
[] = { "self","text", NULL 
}; 
6109     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTargetRE",_kwnames
,&_argo0
,&_obj1
))  
6112         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6113         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6114             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTargetRE. Expected _wxStyledTextCtrl_p."); 
6119     _arg1 
= wxString_in_helper(_obj1
); 
6124     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6125     _result 
= (int )wxStyledTextCtrl_ReplaceTargetRE(_arg0
,*_arg1
); 
6127     wxPyEndAllowThreads(__tstate
); 
6128     if (PyErr_Occurred()) return NULL
; 
6129 }    _resultobj 
= Py_BuildValue("i",_result
); 
6137 #define wxStyledTextCtrl_SearchInTarget(_swigobj,_swigarg0)  (_swigobj->SearchInTarget(_swigarg0)) 
6138 static PyObject 
*_wrap_wxStyledTextCtrl_SearchInTarget(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6139     PyObject 
* _resultobj
; 
6141     wxStyledTextCtrl 
* _arg0
; 
6143     PyObject 
* _argo0 
= 0; 
6144     PyObject 
* _obj1 
= 0; 
6145     char *_kwnames
[] = { "self","text", NULL 
}; 
6148     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SearchInTarget",_kwnames
,&_argo0
,&_obj1
))  
6151         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6152         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6153             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchInTarget. Expected _wxStyledTextCtrl_p."); 
6158     _arg1 
= wxString_in_helper(_obj1
); 
6163     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6164     _result 
= (int )wxStyledTextCtrl_SearchInTarget(_arg0
,*_arg1
); 
6166     wxPyEndAllowThreads(__tstate
); 
6167     if (PyErr_Occurred()) return NULL
; 
6168 }    _resultobj 
= Py_BuildValue("i",_result
); 
6176 #define wxStyledTextCtrl_SetSearchFlags(_swigobj,_swigarg0)  (_swigobj->SetSearchFlags(_swigarg0)) 
6177 static PyObject 
*_wrap_wxStyledTextCtrl_SetSearchFlags(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6178     PyObject 
* _resultobj
; 
6179     wxStyledTextCtrl 
* _arg0
; 
6181     PyObject 
* _argo0 
= 0; 
6182     char *_kwnames
[] = { "self","flags", NULL 
}; 
6185     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSearchFlags",_kwnames
,&_argo0
,&_arg1
))  
6188         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6189         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6190             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSearchFlags. Expected _wxStyledTextCtrl_p."); 
6195     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6196     wxStyledTextCtrl_SetSearchFlags(_arg0
,_arg1
); 
6198     wxPyEndAllowThreads(__tstate
); 
6199     if (PyErr_Occurred()) return NULL
; 
6200 }    Py_INCREF(Py_None
); 
6201     _resultobj 
= Py_None
; 
6205 #define wxStyledTextCtrl_GetSearchFlags(_swigobj)  (_swigobj->GetSearchFlags()) 
6206 static PyObject 
*_wrap_wxStyledTextCtrl_GetSearchFlags(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6207     PyObject 
* _resultobj
; 
6209     wxStyledTextCtrl 
* _arg0
; 
6210     PyObject 
* _argo0 
= 0; 
6211     char *_kwnames
[] = { "self", NULL 
}; 
6214     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSearchFlags",_kwnames
,&_argo0
))  
6217         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6218         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6219             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSearchFlags. Expected _wxStyledTextCtrl_p."); 
6224     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6225     _result 
= (int )wxStyledTextCtrl_GetSearchFlags(_arg0
); 
6227     wxPyEndAllowThreads(__tstate
); 
6228     if (PyErr_Occurred()) return NULL
; 
6229 }    _resultobj 
= Py_BuildValue("i",_result
); 
6233 #define wxStyledTextCtrl_CallTipShow(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CallTipShow(_swigarg0,_swigarg1)) 
6234 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipShow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6235     PyObject 
* _resultobj
; 
6236     wxStyledTextCtrl 
* _arg0
; 
6239     PyObject 
* _argo0 
= 0; 
6240     PyObject 
* _obj2 
= 0; 
6241     char *_kwnames
[] = { "self","pos","definition", NULL 
}; 
6244     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_CallTipShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
6247         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6248         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6249             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipShow. Expected _wxStyledTextCtrl_p."); 
6254     _arg2 
= wxString_in_helper(_obj2
); 
6259     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6260     wxStyledTextCtrl_CallTipShow(_arg0
,_arg1
,*_arg2
); 
6262     wxPyEndAllowThreads(__tstate
); 
6263     if (PyErr_Occurred()) return NULL
; 
6264 }    Py_INCREF(Py_None
); 
6265     _resultobj 
= Py_None
; 
6273 #define wxStyledTextCtrl_CallTipCancel(_swigobj)  (_swigobj->CallTipCancel()) 
6274 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipCancel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6275     PyObject 
* _resultobj
; 
6276     wxStyledTextCtrl 
* _arg0
; 
6277     PyObject 
* _argo0 
= 0; 
6278     char *_kwnames
[] = { "self", NULL 
}; 
6281     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipCancel",_kwnames
,&_argo0
))  
6284         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6285         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6286             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipCancel. Expected _wxStyledTextCtrl_p."); 
6291     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6292     wxStyledTextCtrl_CallTipCancel(_arg0
); 
6294     wxPyEndAllowThreads(__tstate
); 
6295     if (PyErr_Occurred()) return NULL
; 
6296 }    Py_INCREF(Py_None
); 
6297     _resultobj 
= Py_None
; 
6301 #define wxStyledTextCtrl_CallTipActive(_swigobj)  (_swigobj->CallTipActive()) 
6302 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipActive(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6303     PyObject 
* _resultobj
; 
6305     wxStyledTextCtrl 
* _arg0
; 
6306     PyObject 
* _argo0 
= 0; 
6307     char *_kwnames
[] = { "self", NULL 
}; 
6310     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipActive",_kwnames
,&_argo0
))  
6313         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6314         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6315             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipActive. Expected _wxStyledTextCtrl_p."); 
6320     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6321     _result 
= (bool )wxStyledTextCtrl_CallTipActive(_arg0
); 
6323     wxPyEndAllowThreads(__tstate
); 
6324     if (PyErr_Occurred()) return NULL
; 
6325 }    _resultobj 
= Py_BuildValue("i",_result
); 
6329 #define wxStyledTextCtrl_CallTipPosAtStart(_swigobj)  (_swigobj->CallTipPosAtStart()) 
6330 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipPosAtStart(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6331     PyObject 
* _resultobj
; 
6333     wxStyledTextCtrl 
* _arg0
; 
6334     PyObject 
* _argo0 
= 0; 
6335     char *_kwnames
[] = { "self", NULL 
}; 
6338     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipPosAtStart",_kwnames
,&_argo0
))  
6341         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6342         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6343             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipPosAtStart. Expected _wxStyledTextCtrl_p."); 
6348     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6349     _result 
= (int )wxStyledTextCtrl_CallTipPosAtStart(_arg0
); 
6351     wxPyEndAllowThreads(__tstate
); 
6352     if (PyErr_Occurred()) return NULL
; 
6353 }    _resultobj 
= Py_BuildValue("i",_result
); 
6357 #define wxStyledTextCtrl_CallTipSetHighlight(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CallTipSetHighlight(_swigarg0,_swigarg1)) 
6358 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipSetHighlight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6359     PyObject 
* _resultobj
; 
6360     wxStyledTextCtrl 
* _arg0
; 
6363     PyObject 
* _argo0 
= 0; 
6364     char *_kwnames
[] = { "self","start","end", NULL 
}; 
6367     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CallTipSetHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6370         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6371         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6372             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetHighlight. Expected _wxStyledTextCtrl_p."); 
6377     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6378     wxStyledTextCtrl_CallTipSetHighlight(_arg0
,_arg1
,_arg2
); 
6380     wxPyEndAllowThreads(__tstate
); 
6381     if (PyErr_Occurred()) return NULL
; 
6382 }    Py_INCREF(Py_None
); 
6383     _resultobj 
= Py_None
; 
6387 #define wxStyledTextCtrl_CallTipSetBackground(_swigobj,_swigarg0)  (_swigobj->CallTipSetBackground(_swigarg0)) 
6388 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipSetBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6389     PyObject 
* _resultobj
; 
6390     wxStyledTextCtrl 
* _arg0
; 
6392     PyObject 
* _argo0 
= 0; 
6394     PyObject 
* _obj1 
= 0; 
6395     char *_kwnames
[] = { "self","back", NULL 
}; 
6398     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetBackground",_kwnames
,&_argo0
,&_obj1
))  
6401         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6402         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6403             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetBackground. Expected _wxStyledTextCtrl_p."); 
6409     if (! wxColour_helper(_obj1
, &_arg1
)) 
6413     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6414     wxStyledTextCtrl_CallTipSetBackground(_arg0
,*_arg1
); 
6416     wxPyEndAllowThreads(__tstate
); 
6417     if (PyErr_Occurred()) return NULL
; 
6418 }    Py_INCREF(Py_None
); 
6419     _resultobj 
= Py_None
; 
6423 #define wxStyledTextCtrl_CallTipSetForeground(_swigobj,_swigarg0)  (_swigobj->CallTipSetForeground(_swigarg0)) 
6424 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipSetForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6425     PyObject 
* _resultobj
; 
6426     wxStyledTextCtrl 
* _arg0
; 
6428     PyObject 
* _argo0 
= 0; 
6430     PyObject 
* _obj1 
= 0; 
6431     char *_kwnames
[] = { "self","fore", NULL 
}; 
6434     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetForeground",_kwnames
,&_argo0
,&_obj1
))  
6437         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6438         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6439             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetForeground. Expected _wxStyledTextCtrl_p."); 
6445     if (! wxColour_helper(_obj1
, &_arg1
)) 
6449     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6450     wxStyledTextCtrl_CallTipSetForeground(_arg0
,*_arg1
); 
6452     wxPyEndAllowThreads(__tstate
); 
6453     if (PyErr_Occurred()) return NULL
; 
6454 }    Py_INCREF(Py_None
); 
6455     _resultobj 
= Py_None
; 
6459 #define wxStyledTextCtrl_CallTipSetForegroundHighlight(_swigobj,_swigarg0)  (_swigobj->CallTipSetForegroundHighlight(_swigarg0)) 
6460 static PyObject 
*_wrap_wxStyledTextCtrl_CallTipSetForegroundHighlight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6461     PyObject 
* _resultobj
; 
6462     wxStyledTextCtrl 
* _arg0
; 
6464     PyObject 
* _argo0 
= 0; 
6466     PyObject 
* _obj1 
= 0; 
6467     char *_kwnames
[] = { "self","fore", NULL 
}; 
6470     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetForegroundHighlight",_kwnames
,&_argo0
,&_obj1
))  
6473         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6474         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6475             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetForegroundHighlight. Expected _wxStyledTextCtrl_p."); 
6481     if (! wxColour_helper(_obj1
, &_arg1
)) 
6485     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6486     wxStyledTextCtrl_CallTipSetForegroundHighlight(_arg0
,*_arg1
); 
6488     wxPyEndAllowThreads(__tstate
); 
6489     if (PyErr_Occurred()) return NULL
; 
6490 }    Py_INCREF(Py_None
); 
6491     _resultobj 
= Py_None
; 
6495 #define wxStyledTextCtrl_VisibleFromDocLine(_swigobj,_swigarg0)  (_swigobj->VisibleFromDocLine(_swigarg0)) 
6496 static PyObject 
*_wrap_wxStyledTextCtrl_VisibleFromDocLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6497     PyObject 
* _resultobj
; 
6499     wxStyledTextCtrl 
* _arg0
; 
6501     PyObject 
* _argo0 
= 0; 
6502     char *_kwnames
[] = { "self","line", NULL 
}; 
6505     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_VisibleFromDocLine",_kwnames
,&_argo0
,&_arg1
))  
6508         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6509         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6510             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_VisibleFromDocLine. Expected _wxStyledTextCtrl_p."); 
6515     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6516     _result 
= (int )wxStyledTextCtrl_VisibleFromDocLine(_arg0
,_arg1
); 
6518     wxPyEndAllowThreads(__tstate
); 
6519     if (PyErr_Occurred()) return NULL
; 
6520 }    _resultobj 
= Py_BuildValue("i",_result
); 
6524 #define wxStyledTextCtrl_DocLineFromVisible(_swigobj,_swigarg0)  (_swigobj->DocLineFromVisible(_swigarg0)) 
6525 static PyObject 
*_wrap_wxStyledTextCtrl_DocLineFromVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6526     PyObject 
* _resultobj
; 
6528     wxStyledTextCtrl 
* _arg0
; 
6530     PyObject 
* _argo0 
= 0; 
6531     char *_kwnames
[] = { "self","lineDisplay", NULL 
}; 
6534     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_DocLineFromVisible",_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_DocLineFromVisible. Expected _wxStyledTextCtrl_p."); 
6544     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6545     _result 
= (int )wxStyledTextCtrl_DocLineFromVisible(_arg0
,_arg1
); 
6547     wxPyEndAllowThreads(__tstate
); 
6548     if (PyErr_Occurred()) return NULL
; 
6549 }    _resultobj 
= Py_BuildValue("i",_result
); 
6553 #define wxStyledTextCtrl_SetFoldLevel(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetFoldLevel(_swigarg0,_swigarg1)) 
6554 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldLevel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6555     PyObject 
* _resultobj
; 
6556     wxStyledTextCtrl 
* _arg0
; 
6559     PyObject 
* _argo0 
= 0; 
6560     char *_kwnames
[] = { "self","line","level", NULL 
}; 
6563     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldLevel",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6566         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6567         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6568             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldLevel. Expected _wxStyledTextCtrl_p."); 
6573     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6574     wxStyledTextCtrl_SetFoldLevel(_arg0
,_arg1
,_arg2
); 
6576     wxPyEndAllowThreads(__tstate
); 
6577     if (PyErr_Occurred()) return NULL
; 
6578 }    Py_INCREF(Py_None
); 
6579     _resultobj 
= Py_None
; 
6583 #define wxStyledTextCtrl_GetFoldLevel(_swigobj,_swigarg0)  (_swigobj->GetFoldLevel(_swigarg0)) 
6584 static PyObject 
*_wrap_wxStyledTextCtrl_GetFoldLevel(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6585     PyObject 
* _resultobj
; 
6587     wxStyledTextCtrl 
* _arg0
; 
6589     PyObject 
* _argo0 
= 0; 
6590     char *_kwnames
[] = { "self","line", NULL 
}; 
6593     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldLevel",_kwnames
,&_argo0
,&_arg1
))  
6596         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6597         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6598             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldLevel. Expected _wxStyledTextCtrl_p."); 
6603     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6604     _result 
= (int )wxStyledTextCtrl_GetFoldLevel(_arg0
,_arg1
); 
6606     wxPyEndAllowThreads(__tstate
); 
6607     if (PyErr_Occurred()) return NULL
; 
6608 }    _resultobj 
= Py_BuildValue("i",_result
); 
6612 #define wxStyledTextCtrl_GetLastChild(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetLastChild(_swigarg0,_swigarg1)) 
6613 static PyObject 
*_wrap_wxStyledTextCtrl_GetLastChild(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6614     PyObject 
* _resultobj
; 
6616     wxStyledTextCtrl 
* _arg0
; 
6619     PyObject 
* _argo0 
= 0; 
6620     char *_kwnames
[] = { "self","line","level", NULL 
}; 
6623     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetLastChild",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6626         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6627         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6628             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastChild. Expected _wxStyledTextCtrl_p."); 
6633     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6634     _result 
= (int )wxStyledTextCtrl_GetLastChild(_arg0
,_arg1
,_arg2
); 
6636     wxPyEndAllowThreads(__tstate
); 
6637     if (PyErr_Occurred()) return NULL
; 
6638 }    _resultobj 
= Py_BuildValue("i",_result
); 
6642 #define wxStyledTextCtrl_GetFoldParent(_swigobj,_swigarg0)  (_swigobj->GetFoldParent(_swigarg0)) 
6643 static PyObject 
*_wrap_wxStyledTextCtrl_GetFoldParent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6644     PyObject 
* _resultobj
; 
6646     wxStyledTextCtrl 
* _arg0
; 
6648     PyObject 
* _argo0 
= 0; 
6649     char *_kwnames
[] = { "self","line", NULL 
}; 
6652     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldParent",_kwnames
,&_argo0
,&_arg1
))  
6655         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6656         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6657             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldParent. Expected _wxStyledTextCtrl_p."); 
6662     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6663     _result 
= (int )wxStyledTextCtrl_GetFoldParent(_arg0
,_arg1
); 
6665     wxPyEndAllowThreads(__tstate
); 
6666     if (PyErr_Occurred()) return NULL
; 
6667 }    _resultobj 
= Py_BuildValue("i",_result
); 
6671 #define wxStyledTextCtrl_ShowLines(_swigobj,_swigarg0,_swigarg1)  (_swigobj->ShowLines(_swigarg0,_swigarg1)) 
6672 static PyObject 
*_wrap_wxStyledTextCtrl_ShowLines(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6673     PyObject 
* _resultobj
; 
6674     wxStyledTextCtrl 
* _arg0
; 
6677     PyObject 
* _argo0 
= 0; 
6678     char *_kwnames
[] = { "self","lineStart","lineEnd", NULL 
}; 
6681     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_ShowLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6684         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6685         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6686             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ShowLines. Expected _wxStyledTextCtrl_p."); 
6691     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6692     wxStyledTextCtrl_ShowLines(_arg0
,_arg1
,_arg2
); 
6694     wxPyEndAllowThreads(__tstate
); 
6695     if (PyErr_Occurred()) return NULL
; 
6696 }    Py_INCREF(Py_None
); 
6697     _resultobj 
= Py_None
; 
6701 #define wxStyledTextCtrl_HideLines(_swigobj,_swigarg0,_swigarg1)  (_swigobj->HideLines(_swigarg0,_swigarg1)) 
6702 static PyObject 
*_wrap_wxStyledTextCtrl_HideLines(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6703     PyObject 
* _resultobj
; 
6704     wxStyledTextCtrl 
* _arg0
; 
6707     PyObject 
* _argo0 
= 0; 
6708     char *_kwnames
[] = { "self","lineStart","lineEnd", NULL 
}; 
6711     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_HideLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
6714         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6715         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6716             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideLines. Expected _wxStyledTextCtrl_p."); 
6721     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6722     wxStyledTextCtrl_HideLines(_arg0
,_arg1
,_arg2
); 
6724     wxPyEndAllowThreads(__tstate
); 
6725     if (PyErr_Occurred()) return NULL
; 
6726 }    Py_INCREF(Py_None
); 
6727     _resultobj 
= Py_None
; 
6731 #define wxStyledTextCtrl_GetLineVisible(_swigobj,_swigarg0)  (_swigobj->GetLineVisible(_swigarg0)) 
6732 static PyObject 
*_wrap_wxStyledTextCtrl_GetLineVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6733     PyObject 
* _resultobj
; 
6735     wxStyledTextCtrl 
* _arg0
; 
6737     PyObject 
* _argo0 
= 0; 
6738     char *_kwnames
[] = { "self","line", NULL 
}; 
6741     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineVisible",_kwnames
,&_argo0
,&_arg1
))  
6744         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6745         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6746             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineVisible. Expected _wxStyledTextCtrl_p."); 
6751     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6752     _result 
= (bool )wxStyledTextCtrl_GetLineVisible(_arg0
,_arg1
); 
6754     wxPyEndAllowThreads(__tstate
); 
6755     if (PyErr_Occurred()) return NULL
; 
6756 }    _resultobj 
= Py_BuildValue("i",_result
); 
6760 #define wxStyledTextCtrl_SetFoldExpanded(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetFoldExpanded(_swigarg0,_swigarg1)) 
6761 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldExpanded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6762     PyObject 
* _resultobj
; 
6763     wxStyledTextCtrl 
* _arg0
; 
6766     PyObject 
* _argo0 
= 0; 
6768     char *_kwnames
[] = { "self","line","expanded", NULL 
}; 
6771     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldExpanded",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
6774         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6775         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6776             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldExpanded. Expected _wxStyledTextCtrl_p."); 
6780     _arg2 
= (bool ) tempbool2
; 
6782     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6783     wxStyledTextCtrl_SetFoldExpanded(_arg0
,_arg1
,_arg2
); 
6785     wxPyEndAllowThreads(__tstate
); 
6786     if (PyErr_Occurred()) return NULL
; 
6787 }    Py_INCREF(Py_None
); 
6788     _resultobj 
= Py_None
; 
6792 #define wxStyledTextCtrl_GetFoldExpanded(_swigobj,_swigarg0)  (_swigobj->GetFoldExpanded(_swigarg0)) 
6793 static PyObject 
*_wrap_wxStyledTextCtrl_GetFoldExpanded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6794     PyObject 
* _resultobj
; 
6796     wxStyledTextCtrl 
* _arg0
; 
6798     PyObject 
* _argo0 
= 0; 
6799     char *_kwnames
[] = { "self","line", NULL 
}; 
6802     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldExpanded",_kwnames
,&_argo0
,&_arg1
))  
6805         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6806         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6807             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldExpanded. Expected _wxStyledTextCtrl_p."); 
6812     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6813     _result 
= (bool )wxStyledTextCtrl_GetFoldExpanded(_arg0
,_arg1
); 
6815     wxPyEndAllowThreads(__tstate
); 
6816     if (PyErr_Occurred()) return NULL
; 
6817 }    _resultobj 
= Py_BuildValue("i",_result
); 
6821 #define wxStyledTextCtrl_ToggleFold(_swigobj,_swigarg0)  (_swigobj->ToggleFold(_swigarg0)) 
6822 static PyObject 
*_wrap_wxStyledTextCtrl_ToggleFold(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6823     PyObject 
* _resultobj
; 
6824     wxStyledTextCtrl 
* _arg0
; 
6826     PyObject 
* _argo0 
= 0; 
6827     char *_kwnames
[] = { "self","line", NULL 
}; 
6830     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ToggleFold",_kwnames
,&_argo0
,&_arg1
))  
6833         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6834         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6835             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ToggleFold. Expected _wxStyledTextCtrl_p."); 
6840     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6841     wxStyledTextCtrl_ToggleFold(_arg0
,_arg1
); 
6843     wxPyEndAllowThreads(__tstate
); 
6844     if (PyErr_Occurred()) return NULL
; 
6845 }    Py_INCREF(Py_None
); 
6846     _resultobj 
= Py_None
; 
6850 #define wxStyledTextCtrl_EnsureVisible(_swigobj,_swigarg0)  (_swigobj->EnsureVisible(_swigarg0)) 
6851 static PyObject 
*_wrap_wxStyledTextCtrl_EnsureVisible(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6852     PyObject 
* _resultobj
; 
6853     wxStyledTextCtrl 
* _arg0
; 
6855     PyObject 
* _argo0 
= 0; 
6856     char *_kwnames
[] = { "self","line", NULL 
}; 
6859     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisible",_kwnames
,&_argo0
,&_arg1
))  
6862         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6863         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6864             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisible. Expected _wxStyledTextCtrl_p."); 
6869     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6870     wxStyledTextCtrl_EnsureVisible(_arg0
,_arg1
); 
6872     wxPyEndAllowThreads(__tstate
); 
6873     if (PyErr_Occurred()) return NULL
; 
6874 }    Py_INCREF(Py_None
); 
6875     _resultobj 
= Py_None
; 
6879 #define wxStyledTextCtrl_SetFoldFlags(_swigobj,_swigarg0)  (_swigobj->SetFoldFlags(_swigarg0)) 
6880 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldFlags(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6881     PyObject 
* _resultobj
; 
6882     wxStyledTextCtrl 
* _arg0
; 
6884     PyObject 
* _argo0 
= 0; 
6885     char *_kwnames
[] = { "self","flags", NULL 
}; 
6888     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetFoldFlags",_kwnames
,&_argo0
,&_arg1
))  
6891         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6892         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6893             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldFlags. Expected _wxStyledTextCtrl_p."); 
6898     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6899     wxStyledTextCtrl_SetFoldFlags(_arg0
,_arg1
); 
6901     wxPyEndAllowThreads(__tstate
); 
6902     if (PyErr_Occurred()) return NULL
; 
6903 }    Py_INCREF(Py_None
); 
6904     _resultobj 
= Py_None
; 
6908 #define wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_swigobj,_swigarg0)  (_swigobj->EnsureVisibleEnforcePolicy(_swigarg0)) 
6909 static PyObject 
*_wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6910     PyObject 
* _resultobj
; 
6911     wxStyledTextCtrl 
* _arg0
; 
6913     PyObject 
* _argo0 
= 0; 
6914     char *_kwnames
[] = { "self","line", NULL 
}; 
6917     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisibleEnforcePolicy",_kwnames
,&_argo0
,&_arg1
))  
6920         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6921         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6922             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisibleEnforcePolicy. Expected _wxStyledTextCtrl_p."); 
6927     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6928     wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_arg0
,_arg1
); 
6930     wxPyEndAllowThreads(__tstate
); 
6931     if (PyErr_Occurred()) return NULL
; 
6932 }    Py_INCREF(Py_None
); 
6933     _resultobj 
= Py_None
; 
6937 #define wxStyledTextCtrl_SetTabIndents(_swigobj,_swigarg0)  (_swigobj->SetTabIndents(_swigarg0)) 
6938 static PyObject 
*_wrap_wxStyledTextCtrl_SetTabIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6939     PyObject 
* _resultobj
; 
6940     wxStyledTextCtrl 
* _arg0
; 
6942     PyObject 
* _argo0 
= 0; 
6944     char *_kwnames
[] = { "self","tabIndents", NULL 
}; 
6947     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabIndents",_kwnames
,&_argo0
,&tempbool1
))  
6950         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6951         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6952             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabIndents. Expected _wxStyledTextCtrl_p."); 
6956     _arg1 
= (bool ) tempbool1
; 
6958     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6959     wxStyledTextCtrl_SetTabIndents(_arg0
,_arg1
); 
6961     wxPyEndAllowThreads(__tstate
); 
6962     if (PyErr_Occurred()) return NULL
; 
6963 }    Py_INCREF(Py_None
); 
6964     _resultobj 
= Py_None
; 
6968 #define wxStyledTextCtrl_GetTabIndents(_swigobj)  (_swigobj->GetTabIndents()) 
6969 static PyObject 
*_wrap_wxStyledTextCtrl_GetTabIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6970     PyObject 
* _resultobj
; 
6972     wxStyledTextCtrl 
* _arg0
; 
6973     PyObject 
* _argo0 
= 0; 
6974     char *_kwnames
[] = { "self", NULL 
}; 
6977     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabIndents",_kwnames
,&_argo0
))  
6980         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
6981         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
6982             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabIndents. Expected _wxStyledTextCtrl_p."); 
6987     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
6988     _result 
= (bool )wxStyledTextCtrl_GetTabIndents(_arg0
); 
6990     wxPyEndAllowThreads(__tstate
); 
6991     if (PyErr_Occurred()) return NULL
; 
6992 }    _resultobj 
= Py_BuildValue("i",_result
); 
6996 #define wxStyledTextCtrl_SetBackSpaceUnIndents(_swigobj,_swigarg0)  (_swigobj->SetBackSpaceUnIndents(_swigarg0)) 
6997 static PyObject 
*_wrap_wxStyledTextCtrl_SetBackSpaceUnIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
6998     PyObject 
* _resultobj
; 
6999     wxStyledTextCtrl 
* _arg0
; 
7001     PyObject 
* _argo0 
= 0; 
7003     char *_kwnames
[] = { "self","bsUnIndents", NULL 
}; 
7006     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBackSpaceUnIndents",_kwnames
,&_argo0
,&tempbool1
))  
7009         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7010         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7011             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p."); 
7015     _arg1 
= (bool ) tempbool1
; 
7017     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7018     wxStyledTextCtrl_SetBackSpaceUnIndents(_arg0
,_arg1
); 
7020     wxPyEndAllowThreads(__tstate
); 
7021     if (PyErr_Occurred()) return NULL
; 
7022 }    Py_INCREF(Py_None
); 
7023     _resultobj 
= Py_None
; 
7027 #define wxStyledTextCtrl_GetBackSpaceUnIndents(_swigobj)  (_swigobj->GetBackSpaceUnIndents()) 
7028 static PyObject 
*_wrap_wxStyledTextCtrl_GetBackSpaceUnIndents(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7029     PyObject 
* _resultobj
; 
7031     wxStyledTextCtrl 
* _arg0
; 
7032     PyObject 
* _argo0 
= 0; 
7033     char *_kwnames
[] = { "self", NULL 
}; 
7036     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBackSpaceUnIndents",_kwnames
,&_argo0
))  
7039         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7040         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7041             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p."); 
7046     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7047     _result 
= (bool )wxStyledTextCtrl_GetBackSpaceUnIndents(_arg0
); 
7049     wxPyEndAllowThreads(__tstate
); 
7050     if (PyErr_Occurred()) return NULL
; 
7051 }    _resultobj 
= Py_BuildValue("i",_result
); 
7055 #define wxStyledTextCtrl_SetMouseDwellTime(_swigobj,_swigarg0)  (_swigobj->SetMouseDwellTime(_swigarg0)) 
7056 static PyObject 
*_wrap_wxStyledTextCtrl_SetMouseDwellTime(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7057     PyObject 
* _resultobj
; 
7058     wxStyledTextCtrl 
* _arg0
; 
7060     PyObject 
* _argo0 
= 0; 
7061     char *_kwnames
[] = { "self","periodMilliseconds", NULL 
}; 
7064     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDwellTime",_kwnames
,&_argo0
,&_arg1
))  
7067         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7068         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7069             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMouseDwellTime. Expected _wxStyledTextCtrl_p."); 
7074     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7075     wxStyledTextCtrl_SetMouseDwellTime(_arg0
,_arg1
); 
7077     wxPyEndAllowThreads(__tstate
); 
7078     if (PyErr_Occurred()) return NULL
; 
7079 }    Py_INCREF(Py_None
); 
7080     _resultobj 
= Py_None
; 
7084 #define wxStyledTextCtrl_GetMouseDwellTime(_swigobj)  (_swigobj->GetMouseDwellTime()) 
7085 static PyObject 
*_wrap_wxStyledTextCtrl_GetMouseDwellTime(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7086     PyObject 
* _resultobj
; 
7088     wxStyledTextCtrl 
* _arg0
; 
7089     PyObject 
* _argo0 
= 0; 
7090     char *_kwnames
[] = { "self", NULL 
}; 
7093     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDwellTime",_kwnames
,&_argo0
))  
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_GetMouseDwellTime. Expected _wxStyledTextCtrl_p."); 
7103     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7104     _result 
= (int )wxStyledTextCtrl_GetMouseDwellTime(_arg0
); 
7106     wxPyEndAllowThreads(__tstate
); 
7107     if (PyErr_Occurred()) return NULL
; 
7108 }    _resultobj 
= Py_BuildValue("i",_result
); 
7112 #define wxStyledTextCtrl_WordStartPosition(_swigobj,_swigarg0,_swigarg1)  (_swigobj->WordStartPosition(_swigarg0,_swigarg1)) 
7113 static PyObject 
*_wrap_wxStyledTextCtrl_WordStartPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7114     PyObject 
* _resultobj
; 
7116     wxStyledTextCtrl 
* _arg0
; 
7119     PyObject 
* _argo0 
= 0; 
7121     char *_kwnames
[] = { "self","pos","onlyWordCharacters", NULL 
}; 
7124     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_WordStartPosition",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
7127         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7128         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7129             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordStartPosition. Expected _wxStyledTextCtrl_p."); 
7133     _arg2 
= (bool ) tempbool2
; 
7135     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7136     _result 
= (int )wxStyledTextCtrl_WordStartPosition(_arg0
,_arg1
,_arg2
); 
7138     wxPyEndAllowThreads(__tstate
); 
7139     if (PyErr_Occurred()) return NULL
; 
7140 }    _resultobj 
= Py_BuildValue("i",_result
); 
7144 #define wxStyledTextCtrl_WordEndPosition(_swigobj,_swigarg0,_swigarg1)  (_swigobj->WordEndPosition(_swigarg0,_swigarg1)) 
7145 static PyObject 
*_wrap_wxStyledTextCtrl_WordEndPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7146     PyObject 
* _resultobj
; 
7148     wxStyledTextCtrl 
* _arg0
; 
7151     PyObject 
* _argo0 
= 0; 
7153     char *_kwnames
[] = { "self","pos","onlyWordCharacters", NULL 
}; 
7156     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_WordEndPosition",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))  
7159         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7160         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7161             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordEndPosition. Expected _wxStyledTextCtrl_p."); 
7165     _arg2 
= (bool ) tempbool2
; 
7167     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7168     _result 
= (int )wxStyledTextCtrl_WordEndPosition(_arg0
,_arg1
,_arg2
); 
7170     wxPyEndAllowThreads(__tstate
); 
7171     if (PyErr_Occurred()) return NULL
; 
7172 }    _resultobj 
= Py_BuildValue("i",_result
); 
7176 #define wxStyledTextCtrl_SetWrapMode(_swigobj,_swigarg0)  (_swigobj->SetWrapMode(_swigarg0)) 
7177 static PyObject 
*_wrap_wxStyledTextCtrl_SetWrapMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7178     PyObject 
* _resultobj
; 
7179     wxStyledTextCtrl 
* _arg0
; 
7181     PyObject 
* _argo0 
= 0; 
7182     char *_kwnames
[] = { "self","mode", NULL 
}; 
7185     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetWrapMode",_kwnames
,&_argo0
,&_arg1
))  
7188         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7189         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7190             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWrapMode. Expected _wxStyledTextCtrl_p."); 
7195     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7196     wxStyledTextCtrl_SetWrapMode(_arg0
,_arg1
); 
7198     wxPyEndAllowThreads(__tstate
); 
7199     if (PyErr_Occurred()) return NULL
; 
7200 }    Py_INCREF(Py_None
); 
7201     _resultobj 
= Py_None
; 
7205 #define wxStyledTextCtrl_GetWrapMode(_swigobj)  (_swigobj->GetWrapMode()) 
7206 static PyObject 
*_wrap_wxStyledTextCtrl_GetWrapMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7207     PyObject 
* _resultobj
; 
7209     wxStyledTextCtrl 
* _arg0
; 
7210     PyObject 
* _argo0 
= 0; 
7211     char *_kwnames
[] = { "self", NULL 
}; 
7214     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetWrapMode",_kwnames
,&_argo0
))  
7217         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7218         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7219             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetWrapMode. Expected _wxStyledTextCtrl_p."); 
7224     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7225     _result 
= (int )wxStyledTextCtrl_GetWrapMode(_arg0
); 
7227     wxPyEndAllowThreads(__tstate
); 
7228     if (PyErr_Occurred()) return NULL
; 
7229 }    _resultobj 
= Py_BuildValue("i",_result
); 
7233 #define wxStyledTextCtrl_SetLayoutCache(_swigobj,_swigarg0)  (_swigobj->SetLayoutCache(_swigarg0)) 
7234 static PyObject 
*_wrap_wxStyledTextCtrl_SetLayoutCache(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7235     PyObject 
* _resultobj
; 
7236     wxStyledTextCtrl 
* _arg0
; 
7238     PyObject 
* _argo0 
= 0; 
7239     char *_kwnames
[] = { "self","mode", NULL 
}; 
7242     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLayoutCache",_kwnames
,&_argo0
,&_arg1
))  
7245         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7246         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7247             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLayoutCache. Expected _wxStyledTextCtrl_p."); 
7252     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7253     wxStyledTextCtrl_SetLayoutCache(_arg0
,_arg1
); 
7255     wxPyEndAllowThreads(__tstate
); 
7256     if (PyErr_Occurred()) return NULL
; 
7257 }    Py_INCREF(Py_None
); 
7258     _resultobj 
= Py_None
; 
7262 #define wxStyledTextCtrl_GetLayoutCache(_swigobj)  (_swigobj->GetLayoutCache()) 
7263 static PyObject 
*_wrap_wxStyledTextCtrl_GetLayoutCache(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7264     PyObject 
* _resultobj
; 
7266     wxStyledTextCtrl 
* _arg0
; 
7267     PyObject 
* _argo0 
= 0; 
7268     char *_kwnames
[] = { "self", NULL 
}; 
7271     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLayoutCache",_kwnames
,&_argo0
))  
7274         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7275         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7276             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLayoutCache. Expected _wxStyledTextCtrl_p."); 
7281     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7282     _result 
= (int )wxStyledTextCtrl_GetLayoutCache(_arg0
); 
7284     wxPyEndAllowThreads(__tstate
); 
7285     if (PyErr_Occurred()) return NULL
; 
7286 }    _resultobj 
= Py_BuildValue("i",_result
); 
7290 #define wxStyledTextCtrl_SetScrollWidth(_swigobj,_swigarg0)  (_swigobj->SetScrollWidth(_swigarg0)) 
7291 static PyObject 
*_wrap_wxStyledTextCtrl_SetScrollWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7292     PyObject 
* _resultobj
; 
7293     wxStyledTextCtrl 
* _arg0
; 
7295     PyObject 
* _argo0 
= 0; 
7296     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
7299     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetScrollWidth",_kwnames
,&_argo0
,&_arg1
))  
7302         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7303         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7304             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetScrollWidth. Expected _wxStyledTextCtrl_p."); 
7309     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7310     wxStyledTextCtrl_SetScrollWidth(_arg0
,_arg1
); 
7312     wxPyEndAllowThreads(__tstate
); 
7313     if (PyErr_Occurred()) return NULL
; 
7314 }    Py_INCREF(Py_None
); 
7315     _resultobj 
= Py_None
; 
7319 #define wxStyledTextCtrl_GetScrollWidth(_swigobj)  (_swigobj->GetScrollWidth()) 
7320 static PyObject 
*_wrap_wxStyledTextCtrl_GetScrollWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7321     PyObject 
* _resultobj
; 
7323     wxStyledTextCtrl 
* _arg0
; 
7324     PyObject 
* _argo0 
= 0; 
7325     char *_kwnames
[] = { "self", NULL 
}; 
7328     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetScrollWidth",_kwnames
,&_argo0
))  
7331         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7332         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7333             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetScrollWidth. Expected _wxStyledTextCtrl_p."); 
7338     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7339     _result 
= (int )wxStyledTextCtrl_GetScrollWidth(_arg0
); 
7341     wxPyEndAllowThreads(__tstate
); 
7342     if (PyErr_Occurred()) return NULL
; 
7343 }    _resultobj 
= Py_BuildValue("i",_result
); 
7347 #define wxStyledTextCtrl_TextWidth(_swigobj,_swigarg0,_swigarg1)  (_swigobj->TextWidth(_swigarg0,_swigarg1)) 
7348 static PyObject 
*_wrap_wxStyledTextCtrl_TextWidth(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7349     PyObject 
* _resultobj
; 
7351     wxStyledTextCtrl 
* _arg0
; 
7354     PyObject 
* _argo0 
= 0; 
7355     PyObject 
* _obj2 
= 0; 
7356     char *_kwnames
[] = { "self","style","text", NULL 
}; 
7359     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_TextWidth",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
7362         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7363         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7364             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_TextWidth. Expected _wxStyledTextCtrl_p."); 
7369     _arg2 
= wxString_in_helper(_obj2
); 
7374     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7375     _result 
= (int )wxStyledTextCtrl_TextWidth(_arg0
,_arg1
,*_arg2
); 
7377     wxPyEndAllowThreads(__tstate
); 
7378     if (PyErr_Occurred()) return NULL
; 
7379 }    _resultobj 
= Py_BuildValue("i",_result
); 
7387 #define wxStyledTextCtrl_SetEndAtLastLine(_swigobj,_swigarg0)  (_swigobj->SetEndAtLastLine(_swigarg0)) 
7388 static PyObject 
*_wrap_wxStyledTextCtrl_SetEndAtLastLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7389     PyObject 
* _resultobj
; 
7390     wxStyledTextCtrl 
* _arg0
; 
7392     PyObject 
* _argo0 
= 0; 
7394     char *_kwnames
[] = { "self","endAtLastLine", NULL 
}; 
7397     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEndAtLastLine",_kwnames
,&_argo0
,&tempbool1
))  
7400         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7401         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7402             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEndAtLastLine. Expected _wxStyledTextCtrl_p."); 
7406     _arg1 
= (bool ) tempbool1
; 
7408     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7409     wxStyledTextCtrl_SetEndAtLastLine(_arg0
,_arg1
); 
7411     wxPyEndAllowThreads(__tstate
); 
7412     if (PyErr_Occurred()) return NULL
; 
7413 }    Py_INCREF(Py_None
); 
7414     _resultobj 
= Py_None
; 
7418 #define wxStyledTextCtrl_GetEndAtLastLine(_swigobj)  (_swigobj->GetEndAtLastLine()) 
7419 static PyObject 
*_wrap_wxStyledTextCtrl_GetEndAtLastLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7420     PyObject 
* _resultobj
; 
7422     wxStyledTextCtrl 
* _arg0
; 
7423     PyObject 
* _argo0 
= 0; 
7424     char *_kwnames
[] = { "self", NULL 
}; 
7427     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEndAtLastLine",_kwnames
,&_argo0
))  
7430         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7431         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7432             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEndAtLastLine. Expected _wxStyledTextCtrl_p."); 
7437     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7438     _result 
= (int )wxStyledTextCtrl_GetEndAtLastLine(_arg0
); 
7440     wxPyEndAllowThreads(__tstate
); 
7441     if (PyErr_Occurred()) return NULL
; 
7442 }    _resultobj 
= Py_BuildValue("i",_result
); 
7446 #define wxStyledTextCtrl_TextHeight(_swigobj,_swigarg0)  (_swigobj->TextHeight(_swigarg0)) 
7447 static PyObject 
*_wrap_wxStyledTextCtrl_TextHeight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7448     PyObject 
* _resultobj
; 
7450     wxStyledTextCtrl 
* _arg0
; 
7452     PyObject 
* _argo0 
= 0; 
7453     char *_kwnames
[] = { "self","line", NULL 
}; 
7456     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_TextHeight",_kwnames
,&_argo0
,&_arg1
))  
7459         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7460         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7461             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_TextHeight. Expected _wxStyledTextCtrl_p."); 
7466     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7467     _result 
= (int )wxStyledTextCtrl_TextHeight(_arg0
,_arg1
); 
7469     wxPyEndAllowThreads(__tstate
); 
7470     if (PyErr_Occurred()) return NULL
; 
7471 }    _resultobj 
= Py_BuildValue("i",_result
); 
7475 #define wxStyledTextCtrl_SetUseVerticalScrollBar(_swigobj,_swigarg0)  (_swigobj->SetUseVerticalScrollBar(_swigarg0)) 
7476 static PyObject 
*_wrap_wxStyledTextCtrl_SetUseVerticalScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7477     PyObject 
* _resultobj
; 
7478     wxStyledTextCtrl 
* _arg0
; 
7480     PyObject 
* _argo0 
= 0; 
7482     char *_kwnames
[] = { "self","show", NULL 
}; 
7485     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseVerticalScrollBar",_kwnames
,&_argo0
,&tempbool1
))  
7488         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7489         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7490             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseVerticalScrollBar. Expected _wxStyledTextCtrl_p."); 
7494     _arg1 
= (bool ) tempbool1
; 
7496     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7497     wxStyledTextCtrl_SetUseVerticalScrollBar(_arg0
,_arg1
); 
7499     wxPyEndAllowThreads(__tstate
); 
7500     if (PyErr_Occurred()) return NULL
; 
7501 }    Py_INCREF(Py_None
); 
7502     _resultobj 
= Py_None
; 
7506 #define wxStyledTextCtrl_GetUseVerticalScrollBar(_swigobj)  (_swigobj->GetUseVerticalScrollBar()) 
7507 static PyObject 
*_wrap_wxStyledTextCtrl_GetUseVerticalScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7508     PyObject 
* _resultobj
; 
7510     wxStyledTextCtrl 
* _arg0
; 
7511     PyObject 
* _argo0 
= 0; 
7512     char *_kwnames
[] = { "self", NULL 
}; 
7515     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseVerticalScrollBar",_kwnames
,&_argo0
))  
7518         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7519         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7520             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseVerticalScrollBar. Expected _wxStyledTextCtrl_p."); 
7525     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7526     _result 
= (bool )wxStyledTextCtrl_GetUseVerticalScrollBar(_arg0
); 
7528     wxPyEndAllowThreads(__tstate
); 
7529     if (PyErr_Occurred()) return NULL
; 
7530 }    _resultobj 
= Py_BuildValue("i",_result
); 
7534 #define wxStyledTextCtrl_AppendText(_swigobj,_swigarg0,_swigarg1)  (_swigobj->AppendText(_swigarg0,_swigarg1)) 
7535 static PyObject 
*_wrap_wxStyledTextCtrl_AppendText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7536     PyObject 
* _resultobj
; 
7537     wxStyledTextCtrl 
* _arg0
; 
7540     PyObject 
* _argo0 
= 0; 
7541     PyObject 
* _obj2 
= 0; 
7542     char *_kwnames
[] = { "self","length","text", NULL 
}; 
7545     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_AppendText",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
7548         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7549         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7550             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AppendText. Expected _wxStyledTextCtrl_p."); 
7555     _arg2 
= wxString_in_helper(_obj2
); 
7560     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7561     wxStyledTextCtrl_AppendText(_arg0
,_arg1
,*_arg2
); 
7563     wxPyEndAllowThreads(__tstate
); 
7564     if (PyErr_Occurred()) return NULL
; 
7565 }    Py_INCREF(Py_None
); 
7566     _resultobj 
= Py_None
; 
7574 #define wxStyledTextCtrl_GetTwoPhaseDraw(_swigobj)  (_swigobj->GetTwoPhaseDraw()) 
7575 static PyObject 
*_wrap_wxStyledTextCtrl_GetTwoPhaseDraw(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7576     PyObject 
* _resultobj
; 
7578     wxStyledTextCtrl 
* _arg0
; 
7579     PyObject 
* _argo0 
= 0; 
7580     char *_kwnames
[] = { "self", NULL 
}; 
7583     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTwoPhaseDraw",_kwnames
,&_argo0
))  
7586         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7587         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7588             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTwoPhaseDraw. Expected _wxStyledTextCtrl_p."); 
7593     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7594     _result 
= (bool )wxStyledTextCtrl_GetTwoPhaseDraw(_arg0
); 
7596     wxPyEndAllowThreads(__tstate
); 
7597     if (PyErr_Occurred()) return NULL
; 
7598 }    _resultobj 
= Py_BuildValue("i",_result
); 
7602 #define wxStyledTextCtrl_SetTwoPhaseDraw(_swigobj,_swigarg0)  (_swigobj->SetTwoPhaseDraw(_swigarg0)) 
7603 static PyObject 
*_wrap_wxStyledTextCtrl_SetTwoPhaseDraw(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7604     PyObject 
* _resultobj
; 
7605     wxStyledTextCtrl 
* _arg0
; 
7607     PyObject 
* _argo0 
= 0; 
7609     char *_kwnames
[] = { "self","twoPhase", NULL 
}; 
7612     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTwoPhaseDraw",_kwnames
,&_argo0
,&tempbool1
))  
7615         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7616         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7617             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTwoPhaseDraw. Expected _wxStyledTextCtrl_p."); 
7621     _arg1 
= (bool ) tempbool1
; 
7623     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7624     wxStyledTextCtrl_SetTwoPhaseDraw(_arg0
,_arg1
); 
7626     wxPyEndAllowThreads(__tstate
); 
7627     if (PyErr_Occurred()) return NULL
; 
7628 }    Py_INCREF(Py_None
); 
7629     _resultobj 
= Py_None
; 
7633 #define wxStyledTextCtrl_TargetFromSelection(_swigobj)  (_swigobj->TargetFromSelection()) 
7634 static PyObject 
*_wrap_wxStyledTextCtrl_TargetFromSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7635     PyObject 
* _resultobj
; 
7636     wxStyledTextCtrl 
* _arg0
; 
7637     PyObject 
* _argo0 
= 0; 
7638     char *_kwnames
[] = { "self", NULL 
}; 
7641     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_TargetFromSelection",_kwnames
,&_argo0
))  
7644         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7645         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7646             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_TargetFromSelection. Expected _wxStyledTextCtrl_p."); 
7651     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7652     wxStyledTextCtrl_TargetFromSelection(_arg0
); 
7654     wxPyEndAllowThreads(__tstate
); 
7655     if (PyErr_Occurred()) return NULL
; 
7656 }    Py_INCREF(Py_None
); 
7657     _resultobj 
= Py_None
; 
7661 #define wxStyledTextCtrl_LinesJoin(_swigobj)  (_swigobj->LinesJoin()) 
7662 static PyObject 
*_wrap_wxStyledTextCtrl_LinesJoin(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7663     PyObject 
* _resultobj
; 
7664     wxStyledTextCtrl 
* _arg0
; 
7665     PyObject 
* _argo0 
= 0; 
7666     char *_kwnames
[] = { "self", NULL 
}; 
7669     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LinesJoin",_kwnames
,&_argo0
))  
7672         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7673         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7674             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LinesJoin. Expected _wxStyledTextCtrl_p."); 
7679     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7680     wxStyledTextCtrl_LinesJoin(_arg0
); 
7682     wxPyEndAllowThreads(__tstate
); 
7683     if (PyErr_Occurred()) return NULL
; 
7684 }    Py_INCREF(Py_None
); 
7685     _resultobj 
= Py_None
; 
7689 #define wxStyledTextCtrl_LinesSplit(_swigobj,_swigarg0)  (_swigobj->LinesSplit(_swigarg0)) 
7690 static PyObject 
*_wrap_wxStyledTextCtrl_LinesSplit(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7691     PyObject 
* _resultobj
; 
7692     wxStyledTextCtrl 
* _arg0
; 
7694     PyObject 
* _argo0 
= 0; 
7695     char *_kwnames
[] = { "self","pixelWidth", NULL 
}; 
7698     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LinesSplit",_kwnames
,&_argo0
,&_arg1
))  
7701         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7702         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7703             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LinesSplit. Expected _wxStyledTextCtrl_p."); 
7708     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7709     wxStyledTextCtrl_LinesSplit(_arg0
,_arg1
); 
7711     wxPyEndAllowThreads(__tstate
); 
7712     if (PyErr_Occurred()) return NULL
; 
7713 }    Py_INCREF(Py_None
); 
7714     _resultobj 
= Py_None
; 
7718 #define wxStyledTextCtrl_SetFoldMarginColour(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetFoldMarginColour(_swigarg0,_swigarg1)) 
7719 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldMarginColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7720     PyObject 
* _resultobj
; 
7721     wxStyledTextCtrl 
* _arg0
; 
7724     PyObject 
* _argo0 
= 0; 
7727     PyObject 
* _obj2 
= 0; 
7728     char *_kwnames
[] = { "self","useSetting","back", NULL 
}; 
7731     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetFoldMarginColour",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
7734         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7735         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7736             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldMarginColour. Expected _wxStyledTextCtrl_p."); 
7740     _arg1 
= (bool ) tempbool1
; 
7743     if (! wxColour_helper(_obj2
, &_arg2
)) 
7747     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7748     wxStyledTextCtrl_SetFoldMarginColour(_arg0
,_arg1
,*_arg2
); 
7750     wxPyEndAllowThreads(__tstate
); 
7751     if (PyErr_Occurred()) return NULL
; 
7752 }    Py_INCREF(Py_None
); 
7753     _resultobj 
= Py_None
; 
7757 #define wxStyledTextCtrl_SetFoldMarginHiColour(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetFoldMarginHiColour(_swigarg0,_swigarg1)) 
7758 static PyObject 
*_wrap_wxStyledTextCtrl_SetFoldMarginHiColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7759     PyObject 
* _resultobj
; 
7760     wxStyledTextCtrl 
* _arg0
; 
7763     PyObject 
* _argo0 
= 0; 
7766     PyObject 
* _obj2 
= 0; 
7767     char *_kwnames
[] = { "self","useSetting","fore", NULL 
}; 
7770     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetFoldMarginHiColour",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
7773         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7774         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7775             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldMarginHiColour. Expected _wxStyledTextCtrl_p."); 
7779     _arg1 
= (bool ) tempbool1
; 
7782     if (! wxColour_helper(_obj2
, &_arg2
)) 
7786     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7787     wxStyledTextCtrl_SetFoldMarginHiColour(_arg0
,_arg1
,*_arg2
); 
7789     wxPyEndAllowThreads(__tstate
); 
7790     if (PyErr_Occurred()) return NULL
; 
7791 }    Py_INCREF(Py_None
); 
7792     _resultobj 
= Py_None
; 
7796 #define wxStyledTextCtrl_LineDuplicate(_swigobj)  (_swigobj->LineDuplicate()) 
7797 static PyObject 
*_wrap_wxStyledTextCtrl_LineDuplicate(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7798     PyObject 
* _resultobj
; 
7799     wxStyledTextCtrl 
* _arg0
; 
7800     PyObject 
* _argo0 
= 0; 
7801     char *_kwnames
[] = { "self", NULL 
}; 
7804     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LineDuplicate",_kwnames
,&_argo0
))  
7807         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7808         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7809             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineDuplicate. Expected _wxStyledTextCtrl_p."); 
7814     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7815     wxStyledTextCtrl_LineDuplicate(_arg0
); 
7817     wxPyEndAllowThreads(__tstate
); 
7818     if (PyErr_Occurred()) return NULL
; 
7819 }    Py_INCREF(Py_None
); 
7820     _resultobj 
= Py_None
; 
7824 #define wxStyledTextCtrl_HomeDisplay(_swigobj)  (_swigobj->HomeDisplay()) 
7825 static PyObject 
*_wrap_wxStyledTextCtrl_HomeDisplay(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7826     PyObject 
* _resultobj
; 
7827     wxStyledTextCtrl 
* _arg0
; 
7828     PyObject 
* _argo0 
= 0; 
7829     char *_kwnames
[] = { "self", NULL 
}; 
7832     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_HomeDisplay",_kwnames
,&_argo0
))  
7835         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7836         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7837             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HomeDisplay. Expected _wxStyledTextCtrl_p."); 
7842     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7843     wxStyledTextCtrl_HomeDisplay(_arg0
); 
7845     wxPyEndAllowThreads(__tstate
); 
7846     if (PyErr_Occurred()) return NULL
; 
7847 }    Py_INCREF(Py_None
); 
7848     _resultobj 
= Py_None
; 
7852 #define wxStyledTextCtrl_HomeDisplayExtend(_swigobj)  (_swigobj->HomeDisplayExtend()) 
7853 static PyObject 
*_wrap_wxStyledTextCtrl_HomeDisplayExtend(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7854     PyObject 
* _resultobj
; 
7855     wxStyledTextCtrl 
* _arg0
; 
7856     PyObject 
* _argo0 
= 0; 
7857     char *_kwnames
[] = { "self", NULL 
}; 
7860     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_HomeDisplayExtend",_kwnames
,&_argo0
))  
7863         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7864         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7865             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HomeDisplayExtend. Expected _wxStyledTextCtrl_p."); 
7870     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7871     wxStyledTextCtrl_HomeDisplayExtend(_arg0
); 
7873     wxPyEndAllowThreads(__tstate
); 
7874     if (PyErr_Occurred()) return NULL
; 
7875 }    Py_INCREF(Py_None
); 
7876     _resultobj 
= Py_None
; 
7880 #define wxStyledTextCtrl_LineEndDisplay(_swigobj)  (_swigobj->LineEndDisplay()) 
7881 static PyObject 
*_wrap_wxStyledTextCtrl_LineEndDisplay(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7882     PyObject 
* _resultobj
; 
7883     wxStyledTextCtrl 
* _arg0
; 
7884     PyObject 
* _argo0 
= 0; 
7885     char *_kwnames
[] = { "self", NULL 
}; 
7888     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LineEndDisplay",_kwnames
,&_argo0
))  
7891         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7892         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7893             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineEndDisplay. Expected _wxStyledTextCtrl_p."); 
7898     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7899     wxStyledTextCtrl_LineEndDisplay(_arg0
); 
7901     wxPyEndAllowThreads(__tstate
); 
7902     if (PyErr_Occurred()) return NULL
; 
7903 }    Py_INCREF(Py_None
); 
7904     _resultobj 
= Py_None
; 
7908 #define wxStyledTextCtrl_LineEndDisplayExtend(_swigobj)  (_swigobj->LineEndDisplayExtend()) 
7909 static PyObject 
*_wrap_wxStyledTextCtrl_LineEndDisplayExtend(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7910     PyObject 
* _resultobj
; 
7911     wxStyledTextCtrl 
* _arg0
; 
7912     PyObject 
* _argo0 
= 0; 
7913     char *_kwnames
[] = { "self", NULL 
}; 
7916     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LineEndDisplayExtend",_kwnames
,&_argo0
))  
7919         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7920         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7921             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineEndDisplayExtend. Expected _wxStyledTextCtrl_p."); 
7926     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7927     wxStyledTextCtrl_LineEndDisplayExtend(_arg0
); 
7929     wxPyEndAllowThreads(__tstate
); 
7930     if (PyErr_Occurred()) return NULL
; 
7931 }    Py_INCREF(Py_None
); 
7932     _resultobj 
= Py_None
; 
7936 #define wxStyledTextCtrl_LineCopy(_swigobj)  (_swigobj->LineCopy()) 
7937 static PyObject 
*_wrap_wxStyledTextCtrl_LineCopy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7938     PyObject 
* _resultobj
; 
7939     wxStyledTextCtrl 
* _arg0
; 
7940     PyObject 
* _argo0 
= 0; 
7941     char *_kwnames
[] = { "self", NULL 
}; 
7944     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LineCopy",_kwnames
,&_argo0
))  
7947         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7948         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7949             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineCopy. Expected _wxStyledTextCtrl_p."); 
7954     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7955     wxStyledTextCtrl_LineCopy(_arg0
); 
7957     wxPyEndAllowThreads(__tstate
); 
7958     if (PyErr_Occurred()) return NULL
; 
7959 }    Py_INCREF(Py_None
); 
7960     _resultobj 
= Py_None
; 
7964 #define wxStyledTextCtrl_MoveCaretInsideView(_swigobj)  (_swigobj->MoveCaretInsideView()) 
7965 static PyObject 
*_wrap_wxStyledTextCtrl_MoveCaretInsideView(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7966     PyObject 
* _resultobj
; 
7967     wxStyledTextCtrl 
* _arg0
; 
7968     PyObject 
* _argo0 
= 0; 
7969     char *_kwnames
[] = { "self", NULL 
}; 
7972     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_MoveCaretInsideView",_kwnames
,&_argo0
))  
7975         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
7976         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
7977             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MoveCaretInsideView. Expected _wxStyledTextCtrl_p."); 
7982     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
7983     wxStyledTextCtrl_MoveCaretInsideView(_arg0
); 
7985     wxPyEndAllowThreads(__tstate
); 
7986     if (PyErr_Occurred()) return NULL
; 
7987 }    Py_INCREF(Py_None
); 
7988     _resultobj 
= Py_None
; 
7992 #define wxStyledTextCtrl_LineLength(_swigobj,_swigarg0)  (_swigobj->LineLength(_swigarg0)) 
7993 static PyObject 
*_wrap_wxStyledTextCtrl_LineLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
7994     PyObject 
* _resultobj
; 
7996     wxStyledTextCtrl 
* _arg0
; 
7998     PyObject 
* _argo0 
= 0; 
7999     char *_kwnames
[] = { "self","line", NULL 
}; 
8002     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineLength",_kwnames
,&_argo0
,&_arg1
))  
8005         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8006         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8007             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineLength. Expected _wxStyledTextCtrl_p."); 
8012     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8013     _result 
= (int )wxStyledTextCtrl_LineLength(_arg0
,_arg1
); 
8015     wxPyEndAllowThreads(__tstate
); 
8016     if (PyErr_Occurred()) return NULL
; 
8017 }    _resultobj 
= Py_BuildValue("i",_result
); 
8021 #define wxStyledTextCtrl_BraceHighlight(_swigobj,_swigarg0,_swigarg1)  (_swigobj->BraceHighlight(_swigarg0,_swigarg1)) 
8022 static PyObject 
*_wrap_wxStyledTextCtrl_BraceHighlight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8023     PyObject 
* _resultobj
; 
8024     wxStyledTextCtrl 
* _arg0
; 
8027     PyObject 
* _argo0 
= 0; 
8028     char *_kwnames
[] = { "self","pos1","pos2", NULL 
}; 
8031     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_BraceHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
8034         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8035         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8036             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceHighlight. Expected _wxStyledTextCtrl_p."); 
8041     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8042     wxStyledTextCtrl_BraceHighlight(_arg0
,_arg1
,_arg2
); 
8044     wxPyEndAllowThreads(__tstate
); 
8045     if (PyErr_Occurred()) return NULL
; 
8046 }    Py_INCREF(Py_None
); 
8047     _resultobj 
= Py_None
; 
8051 #define wxStyledTextCtrl_BraceBadLight(_swigobj,_swigarg0)  (_swigobj->BraceBadLight(_swigarg0)) 
8052 static PyObject 
*_wrap_wxStyledTextCtrl_BraceBadLight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8053     PyObject 
* _resultobj
; 
8054     wxStyledTextCtrl 
* _arg0
; 
8056     PyObject 
* _argo0 
= 0; 
8057     char *_kwnames
[] = { "self","pos", NULL 
}; 
8060     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceBadLight",_kwnames
,&_argo0
,&_arg1
))  
8063         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8064         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8065             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceBadLight. Expected _wxStyledTextCtrl_p."); 
8070     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8071     wxStyledTextCtrl_BraceBadLight(_arg0
,_arg1
); 
8073     wxPyEndAllowThreads(__tstate
); 
8074     if (PyErr_Occurred()) return NULL
; 
8075 }    Py_INCREF(Py_None
); 
8076     _resultobj 
= Py_None
; 
8080 #define wxStyledTextCtrl_BraceMatch(_swigobj,_swigarg0)  (_swigobj->BraceMatch(_swigarg0)) 
8081 static PyObject 
*_wrap_wxStyledTextCtrl_BraceMatch(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8082     PyObject 
* _resultobj
; 
8084     wxStyledTextCtrl 
* _arg0
; 
8086     PyObject 
* _argo0 
= 0; 
8087     char *_kwnames
[] = { "self","pos", NULL 
}; 
8090     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceMatch",_kwnames
,&_argo0
,&_arg1
))  
8093         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8094         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8095             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceMatch. Expected _wxStyledTextCtrl_p."); 
8100     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8101     _result 
= (int )wxStyledTextCtrl_BraceMatch(_arg0
,_arg1
); 
8103     wxPyEndAllowThreads(__tstate
); 
8104     if (PyErr_Occurred()) return NULL
; 
8105 }    _resultobj 
= Py_BuildValue("i",_result
); 
8109 #define wxStyledTextCtrl_GetViewEOL(_swigobj)  (_swigobj->GetViewEOL()) 
8110 static PyObject 
*_wrap_wxStyledTextCtrl_GetViewEOL(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8111     PyObject 
* _resultobj
; 
8113     wxStyledTextCtrl 
* _arg0
; 
8114     PyObject 
* _argo0 
= 0; 
8115     char *_kwnames
[] = { "self", NULL 
}; 
8118     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewEOL",_kwnames
,&_argo0
))  
8121         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8122         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8123             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewEOL. Expected _wxStyledTextCtrl_p."); 
8128     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8129     _result 
= (bool )wxStyledTextCtrl_GetViewEOL(_arg0
); 
8131     wxPyEndAllowThreads(__tstate
); 
8132     if (PyErr_Occurred()) return NULL
; 
8133 }    _resultobj 
= Py_BuildValue("i",_result
); 
8137 #define wxStyledTextCtrl_SetViewEOL(_swigobj,_swigarg0)  (_swigobj->SetViewEOL(_swigarg0)) 
8138 static PyObject 
*_wrap_wxStyledTextCtrl_SetViewEOL(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8139     PyObject 
* _resultobj
; 
8140     wxStyledTextCtrl 
* _arg0
; 
8142     PyObject 
* _argo0 
= 0; 
8144     char *_kwnames
[] = { "self","visible", NULL 
}; 
8147     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewEOL",_kwnames
,&_argo0
,&tempbool1
))  
8150         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8151         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8152             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewEOL. Expected _wxStyledTextCtrl_p."); 
8156     _arg1 
= (bool ) tempbool1
; 
8158     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8159     wxStyledTextCtrl_SetViewEOL(_arg0
,_arg1
); 
8161     wxPyEndAllowThreads(__tstate
); 
8162     if (PyErr_Occurred()) return NULL
; 
8163 }    Py_INCREF(Py_None
); 
8164     _resultobj 
= Py_None
; 
8168 #define wxStyledTextCtrl_GetDocPointer(_swigobj)  (_swigobj->GetDocPointer()) 
8169 static PyObject 
*_wrap_wxStyledTextCtrl_GetDocPointer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8170     PyObject 
* _resultobj
; 
8172     wxStyledTextCtrl 
* _arg0
; 
8173     PyObject 
* _argo0 
= 0; 
8174     char *_kwnames
[] = { "self", NULL 
}; 
8178     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetDocPointer",_kwnames
,&_argo0
))  
8181         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8182         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8183             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetDocPointer. Expected _wxStyledTextCtrl_p."); 
8188     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8189     _result 
= (void *)wxStyledTextCtrl_GetDocPointer(_arg0
); 
8191     wxPyEndAllowThreads(__tstate
); 
8192     if (PyErr_Occurred()) return NULL
; 
8194         SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p"); 
8195         _resultobj 
= Py_BuildValue("s",_ptemp
); 
8198         _resultobj 
= Py_None
; 
8203 #define wxStyledTextCtrl_SetDocPointer(_swigobj,_swigarg0)  (_swigobj->SetDocPointer(_swigarg0)) 
8204 static PyObject 
*_wrap_wxStyledTextCtrl_SetDocPointer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8205     PyObject 
* _resultobj
; 
8206     wxStyledTextCtrl 
* _arg0
; 
8208     PyObject 
* _argo0 
= 0; 
8209     PyObject 
* _argo1 
= 0; 
8210     char *_kwnames
[] = { "self","docPointer", NULL 
}; 
8213     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetDocPointer",_kwnames
,&_argo0
,&_argo1
))  
8216         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8217         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8218             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetDocPointer. Expected _wxStyledTextCtrl_p."); 
8223         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
8224         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) { 
8225             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetDocPointer. Expected _void_p."); 
8230     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8231     wxStyledTextCtrl_SetDocPointer(_arg0
,_arg1
); 
8233     wxPyEndAllowThreads(__tstate
); 
8234     if (PyErr_Occurred()) return NULL
; 
8235 }    Py_INCREF(Py_None
); 
8236     _resultobj 
= Py_None
; 
8240 #define wxStyledTextCtrl_SetModEventMask(_swigobj,_swigarg0)  (_swigobj->SetModEventMask(_swigarg0)) 
8241 static PyObject 
*_wrap_wxStyledTextCtrl_SetModEventMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8242     PyObject 
* _resultobj
; 
8243     wxStyledTextCtrl 
* _arg0
; 
8245     PyObject 
* _argo0 
= 0; 
8246     char *_kwnames
[] = { "self","mask", NULL 
}; 
8249     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetModEventMask",_kwnames
,&_argo0
,&_arg1
))  
8252         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8253         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8254             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetModEventMask. Expected _wxStyledTextCtrl_p."); 
8259     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8260     wxStyledTextCtrl_SetModEventMask(_arg0
,_arg1
); 
8262     wxPyEndAllowThreads(__tstate
); 
8263     if (PyErr_Occurred()) return NULL
; 
8264 }    Py_INCREF(Py_None
); 
8265     _resultobj 
= Py_None
; 
8269 #define wxStyledTextCtrl_GetEdgeColumn(_swigobj)  (_swigobj->GetEdgeColumn()) 
8270 static PyObject 
*_wrap_wxStyledTextCtrl_GetEdgeColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8271     PyObject 
* _resultobj
; 
8273     wxStyledTextCtrl 
* _arg0
; 
8274     PyObject 
* _argo0 
= 0; 
8275     char *_kwnames
[] = { "self", NULL 
}; 
8278     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColumn",_kwnames
,&_argo0
))  
8281         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8282         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8283             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColumn. Expected _wxStyledTextCtrl_p."); 
8288     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8289     _result 
= (int )wxStyledTextCtrl_GetEdgeColumn(_arg0
); 
8291     wxPyEndAllowThreads(__tstate
); 
8292     if (PyErr_Occurred()) return NULL
; 
8293 }    _resultobj 
= Py_BuildValue("i",_result
); 
8297 #define wxStyledTextCtrl_SetEdgeColumn(_swigobj,_swigarg0)  (_swigobj->SetEdgeColumn(_swigarg0)) 
8298 static PyObject 
*_wrap_wxStyledTextCtrl_SetEdgeColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8299     PyObject 
* _resultobj
; 
8300     wxStyledTextCtrl 
* _arg0
; 
8302     PyObject 
* _argo0 
= 0; 
8303     char *_kwnames
[] = { "self","column", NULL 
}; 
8306     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeColumn",_kwnames
,&_argo0
,&_arg1
))  
8309         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8310         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8311             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColumn. Expected _wxStyledTextCtrl_p."); 
8316     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8317     wxStyledTextCtrl_SetEdgeColumn(_arg0
,_arg1
); 
8319     wxPyEndAllowThreads(__tstate
); 
8320     if (PyErr_Occurred()) return NULL
; 
8321 }    Py_INCREF(Py_None
); 
8322     _resultobj 
= Py_None
; 
8326 #define wxStyledTextCtrl_GetEdgeMode(_swigobj)  (_swigobj->GetEdgeMode()) 
8327 static PyObject 
*_wrap_wxStyledTextCtrl_GetEdgeMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8328     PyObject 
* _resultobj
; 
8330     wxStyledTextCtrl 
* _arg0
; 
8331     PyObject 
* _argo0 
= 0; 
8332     char *_kwnames
[] = { "self", NULL 
}; 
8335     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeMode",_kwnames
,&_argo0
))  
8338         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8339         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8340             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeMode. Expected _wxStyledTextCtrl_p."); 
8345     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8346     _result 
= (int )wxStyledTextCtrl_GetEdgeMode(_arg0
); 
8348     wxPyEndAllowThreads(__tstate
); 
8349     if (PyErr_Occurred()) return NULL
; 
8350 }    _resultobj 
= Py_BuildValue("i",_result
); 
8354 #define wxStyledTextCtrl_SetEdgeMode(_swigobj,_swigarg0)  (_swigobj->SetEdgeMode(_swigarg0)) 
8355 static PyObject 
*_wrap_wxStyledTextCtrl_SetEdgeMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8356     PyObject 
* _resultobj
; 
8357     wxStyledTextCtrl 
* _arg0
; 
8359     PyObject 
* _argo0 
= 0; 
8360     char *_kwnames
[] = { "self","mode", NULL 
}; 
8363     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeMode",_kwnames
,&_argo0
,&_arg1
))  
8366         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8367         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8368             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeMode. Expected _wxStyledTextCtrl_p."); 
8373     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8374     wxStyledTextCtrl_SetEdgeMode(_arg0
,_arg1
); 
8376     wxPyEndAllowThreads(__tstate
); 
8377     if (PyErr_Occurred()) return NULL
; 
8378 }    Py_INCREF(Py_None
); 
8379     _resultobj 
= Py_None
; 
8383 #define wxStyledTextCtrl_GetEdgeColour(_swigobj)  (_swigobj->GetEdgeColour()) 
8384 static PyObject 
*_wrap_wxStyledTextCtrl_GetEdgeColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8385     PyObject 
* _resultobj
; 
8387     wxStyledTextCtrl 
* _arg0
; 
8388     PyObject 
* _argo0 
= 0; 
8389     char *_kwnames
[] = { "self", NULL 
}; 
8393     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColour",_kwnames
,&_argo0
))  
8396         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8397         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8398             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColour. Expected _wxStyledTextCtrl_p."); 
8403     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8404     _result 
= new wxColour (wxStyledTextCtrl_GetEdgeColour(_arg0
)); 
8406     wxPyEndAllowThreads(__tstate
); 
8407     if (PyErr_Occurred()) return NULL
; 
8408 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p"); 
8409     _resultobj 
= Py_BuildValue("s",_ptemp
); 
8413 #define wxStyledTextCtrl_SetEdgeColour(_swigobj,_swigarg0)  (_swigobj->SetEdgeColour(_swigarg0)) 
8414 static PyObject 
*_wrap_wxStyledTextCtrl_SetEdgeColour(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8415     PyObject 
* _resultobj
; 
8416     wxStyledTextCtrl 
* _arg0
; 
8418     PyObject 
* _argo0 
= 0; 
8420     PyObject 
* _obj1 
= 0; 
8421     char *_kwnames
[] = { "self","edgeColour", NULL 
}; 
8424     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetEdgeColour",_kwnames
,&_argo0
,&_obj1
))  
8427         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8428         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8429             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColour. Expected _wxStyledTextCtrl_p."); 
8435     if (! wxColour_helper(_obj1
, &_arg1
)) 
8439     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8440     wxStyledTextCtrl_SetEdgeColour(_arg0
,*_arg1
); 
8442     wxPyEndAllowThreads(__tstate
); 
8443     if (PyErr_Occurred()) return NULL
; 
8444 }    Py_INCREF(Py_None
); 
8445     _resultobj 
= Py_None
; 
8449 #define wxStyledTextCtrl_SearchAnchor(_swigobj)  (_swigobj->SearchAnchor()) 
8450 static PyObject 
*_wrap_wxStyledTextCtrl_SearchAnchor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8451     PyObject 
* _resultobj
; 
8452     wxStyledTextCtrl 
* _arg0
; 
8453     PyObject 
* _argo0 
= 0; 
8454     char *_kwnames
[] = { "self", NULL 
}; 
8457     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SearchAnchor",_kwnames
,&_argo0
))  
8460         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8461         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8462             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchAnchor. Expected _wxStyledTextCtrl_p."); 
8467     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8468     wxStyledTextCtrl_SearchAnchor(_arg0
); 
8470     wxPyEndAllowThreads(__tstate
); 
8471     if (PyErr_Occurred()) return NULL
; 
8472 }    Py_INCREF(Py_None
); 
8473     _resultobj 
= Py_None
; 
8477 #define wxStyledTextCtrl_SearchNext(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SearchNext(_swigarg0,_swigarg1)) 
8478 static PyObject 
*_wrap_wxStyledTextCtrl_SearchNext(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8479     PyObject 
* _resultobj
; 
8481     wxStyledTextCtrl 
* _arg0
; 
8484     PyObject 
* _argo0 
= 0; 
8485     PyObject 
* _obj2 
= 0; 
8486     char *_kwnames
[] = { "self","flags","text", NULL 
}; 
8489     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchNext",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
8492         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8493         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8494             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchNext. Expected _wxStyledTextCtrl_p."); 
8499     _arg2 
= wxString_in_helper(_obj2
); 
8504     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8505     _result 
= (int )wxStyledTextCtrl_SearchNext(_arg0
,_arg1
,*_arg2
); 
8507     wxPyEndAllowThreads(__tstate
); 
8508     if (PyErr_Occurred()) return NULL
; 
8509 }    _resultobj 
= Py_BuildValue("i",_result
); 
8517 #define wxStyledTextCtrl_SearchPrev(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SearchPrev(_swigarg0,_swigarg1)) 
8518 static PyObject 
*_wrap_wxStyledTextCtrl_SearchPrev(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8519     PyObject 
* _resultobj
; 
8521     wxStyledTextCtrl 
* _arg0
; 
8524     PyObject 
* _argo0 
= 0; 
8525     PyObject 
* _obj2 
= 0; 
8526     char *_kwnames
[] = { "self","flags","text", NULL 
}; 
8529     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchPrev",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
8532         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8533         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8534             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchPrev. Expected _wxStyledTextCtrl_p."); 
8539     _arg2 
= wxString_in_helper(_obj2
); 
8544     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8545     _result 
= (int )wxStyledTextCtrl_SearchPrev(_arg0
,_arg1
,*_arg2
); 
8547     wxPyEndAllowThreads(__tstate
); 
8548     if (PyErr_Occurred()) return NULL
; 
8549 }    _resultobj 
= Py_BuildValue("i",_result
); 
8557 #define wxStyledTextCtrl_LinesOnScreen(_swigobj)  (_swigobj->LinesOnScreen()) 
8558 static PyObject 
*_wrap_wxStyledTextCtrl_LinesOnScreen(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8559     PyObject 
* _resultobj
; 
8561     wxStyledTextCtrl 
* _arg0
; 
8562     PyObject 
* _argo0 
= 0; 
8563     char *_kwnames
[] = { "self", NULL 
}; 
8566     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LinesOnScreen",_kwnames
,&_argo0
))  
8569         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8570         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8571             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LinesOnScreen. Expected _wxStyledTextCtrl_p."); 
8576     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8577     _result 
= (int )wxStyledTextCtrl_LinesOnScreen(_arg0
); 
8579     wxPyEndAllowThreads(__tstate
); 
8580     if (PyErr_Occurred()) return NULL
; 
8581 }    _resultobj 
= Py_BuildValue("i",_result
); 
8585 #define wxStyledTextCtrl_UsePopUp(_swigobj,_swigarg0)  (_swigobj->UsePopUp(_swigarg0)) 
8586 static PyObject 
*_wrap_wxStyledTextCtrl_UsePopUp(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8587     PyObject 
* _resultobj
; 
8588     wxStyledTextCtrl 
* _arg0
; 
8590     PyObject 
* _argo0 
= 0; 
8592     char *_kwnames
[] = { "self","allowPopUp", NULL 
}; 
8595     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_UsePopUp",_kwnames
,&_argo0
,&tempbool1
))  
8598         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8599         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8600             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UsePopUp. Expected _wxStyledTextCtrl_p."); 
8604     _arg1 
= (bool ) tempbool1
; 
8606     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8607     wxStyledTextCtrl_UsePopUp(_arg0
,_arg1
); 
8609     wxPyEndAllowThreads(__tstate
); 
8610     if (PyErr_Occurred()) return NULL
; 
8611 }    Py_INCREF(Py_None
); 
8612     _resultobj 
= Py_None
; 
8616 #define wxStyledTextCtrl_SelectionIsRectangle(_swigobj)  (_swigobj->SelectionIsRectangle()) 
8617 static PyObject 
*_wrap_wxStyledTextCtrl_SelectionIsRectangle(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8618     PyObject 
* _resultobj
; 
8620     wxStyledTextCtrl 
* _arg0
; 
8621     PyObject 
* _argo0 
= 0; 
8622     char *_kwnames
[] = { "self", NULL 
}; 
8625     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectionIsRectangle",_kwnames
,&_argo0
))  
8628         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8629         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8630             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectionIsRectangle. Expected _wxStyledTextCtrl_p."); 
8635     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8636     _result 
= (bool )wxStyledTextCtrl_SelectionIsRectangle(_arg0
); 
8638     wxPyEndAllowThreads(__tstate
); 
8639     if (PyErr_Occurred()) return NULL
; 
8640 }    _resultobj 
= Py_BuildValue("i",_result
); 
8644 #define wxStyledTextCtrl_SetZoom(_swigobj,_swigarg0)  (_swigobj->SetZoom(_swigarg0)) 
8645 static PyObject 
*_wrap_wxStyledTextCtrl_SetZoom(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8646     PyObject 
* _resultobj
; 
8647     wxStyledTextCtrl 
* _arg0
; 
8649     PyObject 
* _argo0 
= 0; 
8650     char *_kwnames
[] = { "self","zoom", NULL 
}; 
8653     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetZoom",_kwnames
,&_argo0
,&_arg1
))  
8656         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8657         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8658             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetZoom. Expected _wxStyledTextCtrl_p."); 
8663     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8664     wxStyledTextCtrl_SetZoom(_arg0
,_arg1
); 
8666     wxPyEndAllowThreads(__tstate
); 
8667     if (PyErr_Occurred()) return NULL
; 
8668 }    Py_INCREF(Py_None
); 
8669     _resultobj 
= Py_None
; 
8673 #define wxStyledTextCtrl_GetZoom(_swigobj)  (_swigobj->GetZoom()) 
8674 static PyObject 
*_wrap_wxStyledTextCtrl_GetZoom(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8675     PyObject 
* _resultobj
; 
8677     wxStyledTextCtrl 
* _arg0
; 
8678     PyObject 
* _argo0 
= 0; 
8679     char *_kwnames
[] = { "self", NULL 
}; 
8682     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetZoom",_kwnames
,&_argo0
))  
8685         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8686         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8687             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetZoom. Expected _wxStyledTextCtrl_p."); 
8692     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8693     _result 
= (int )wxStyledTextCtrl_GetZoom(_arg0
); 
8695     wxPyEndAllowThreads(__tstate
); 
8696     if (PyErr_Occurred()) return NULL
; 
8697 }    _resultobj 
= Py_BuildValue("i",_result
); 
8701 #define wxStyledTextCtrl_CreateDocument(_swigobj)  (_swigobj->CreateDocument()) 
8702 static PyObject 
*_wrap_wxStyledTextCtrl_CreateDocument(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8703     PyObject 
* _resultobj
; 
8705     wxStyledTextCtrl 
* _arg0
; 
8706     PyObject 
* _argo0 
= 0; 
8707     char *_kwnames
[] = { "self", NULL 
}; 
8711     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CreateDocument",_kwnames
,&_argo0
))  
8714         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8715         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8716             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CreateDocument. Expected _wxStyledTextCtrl_p."); 
8721     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8722     _result 
= (void *)wxStyledTextCtrl_CreateDocument(_arg0
); 
8724     wxPyEndAllowThreads(__tstate
); 
8725     if (PyErr_Occurred()) return NULL
; 
8727         SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p"); 
8728         _resultobj 
= Py_BuildValue("s",_ptemp
); 
8731         _resultobj 
= Py_None
; 
8736 #define wxStyledTextCtrl_AddRefDocument(_swigobj,_swigarg0)  (_swigobj->AddRefDocument(_swigarg0)) 
8737 static PyObject 
*_wrap_wxStyledTextCtrl_AddRefDocument(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8738     PyObject 
* _resultobj
; 
8739     wxStyledTextCtrl 
* _arg0
; 
8741     PyObject 
* _argo0 
= 0; 
8742     PyObject 
* _argo1 
= 0; 
8743     char *_kwnames
[] = { "self","docPointer", NULL 
}; 
8746     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddRefDocument",_kwnames
,&_argo0
,&_argo1
))  
8749         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8750         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8751             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddRefDocument. Expected _wxStyledTextCtrl_p."); 
8756         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
8757         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) { 
8758             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_AddRefDocument. Expected _void_p."); 
8763     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8764     wxStyledTextCtrl_AddRefDocument(_arg0
,_arg1
); 
8766     wxPyEndAllowThreads(__tstate
); 
8767     if (PyErr_Occurred()) return NULL
; 
8768 }    Py_INCREF(Py_None
); 
8769     _resultobj 
= Py_None
; 
8773 #define wxStyledTextCtrl_ReleaseDocument(_swigobj,_swigarg0)  (_swigobj->ReleaseDocument(_swigarg0)) 
8774 static PyObject 
*_wrap_wxStyledTextCtrl_ReleaseDocument(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8775     PyObject 
* _resultobj
; 
8776     wxStyledTextCtrl 
* _arg0
; 
8778     PyObject 
* _argo0 
= 0; 
8779     PyObject 
* _argo1 
= 0; 
8780     char *_kwnames
[] = { "self","docPointer", NULL 
}; 
8783     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReleaseDocument",_kwnames
,&_argo0
,&_argo1
))  
8786         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8787         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8788             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReleaseDocument. Expected _wxStyledTextCtrl_p."); 
8793         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
8794         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) { 
8795             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_ReleaseDocument. Expected _void_p."); 
8800     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8801     wxStyledTextCtrl_ReleaseDocument(_arg0
,_arg1
); 
8803     wxPyEndAllowThreads(__tstate
); 
8804     if (PyErr_Occurred()) return NULL
; 
8805 }    Py_INCREF(Py_None
); 
8806     _resultobj 
= Py_None
; 
8810 #define wxStyledTextCtrl_GetModEventMask(_swigobj)  (_swigobj->GetModEventMask()) 
8811 static PyObject 
*_wrap_wxStyledTextCtrl_GetModEventMask(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8812     PyObject 
* _resultobj
; 
8814     wxStyledTextCtrl 
* _arg0
; 
8815     PyObject 
* _argo0 
= 0; 
8816     char *_kwnames
[] = { "self", NULL 
}; 
8819     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModEventMask",_kwnames
,&_argo0
))  
8822         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8823         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8824             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModEventMask. Expected _wxStyledTextCtrl_p."); 
8829     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8830     _result 
= (int )wxStyledTextCtrl_GetModEventMask(_arg0
); 
8832     wxPyEndAllowThreads(__tstate
); 
8833     if (PyErr_Occurred()) return NULL
; 
8834 }    _resultobj 
= Py_BuildValue("i",_result
); 
8838 #define wxStyledTextCtrl_SetSTCFocus(_swigobj,_swigarg0)  (_swigobj->SetSTCFocus(_swigarg0)) 
8839 static PyObject 
*_wrap_wxStyledTextCtrl_SetSTCFocus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8840     PyObject 
* _resultobj
; 
8841     wxStyledTextCtrl 
* _arg0
; 
8843     PyObject 
* _argo0 
= 0; 
8845     char *_kwnames
[] = { "self","focus", NULL 
}; 
8848     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSTCFocus",_kwnames
,&_argo0
,&tempbool1
))  
8851         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8852         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8853             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSTCFocus. Expected _wxStyledTextCtrl_p."); 
8857     _arg1 
= (bool ) tempbool1
; 
8859     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8860     wxStyledTextCtrl_SetSTCFocus(_arg0
,_arg1
); 
8862     wxPyEndAllowThreads(__tstate
); 
8863     if (PyErr_Occurred()) return NULL
; 
8864 }    Py_INCREF(Py_None
); 
8865     _resultobj 
= Py_None
; 
8869 #define wxStyledTextCtrl_GetSTCFocus(_swigobj)  (_swigobj->GetSTCFocus()) 
8870 static PyObject 
*_wrap_wxStyledTextCtrl_GetSTCFocus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8871     PyObject 
* _resultobj
; 
8873     wxStyledTextCtrl 
* _arg0
; 
8874     PyObject 
* _argo0 
= 0; 
8875     char *_kwnames
[] = { "self", NULL 
}; 
8878     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSTCFocus",_kwnames
,&_argo0
))  
8881         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8882         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8883             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSTCFocus. Expected _wxStyledTextCtrl_p."); 
8888     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8889     _result 
= (bool )wxStyledTextCtrl_GetSTCFocus(_arg0
); 
8891     wxPyEndAllowThreads(__tstate
); 
8892     if (PyErr_Occurred()) return NULL
; 
8893 }    _resultobj 
= Py_BuildValue("i",_result
); 
8897 #define wxStyledTextCtrl_SetStatus(_swigobj,_swigarg0)  (_swigobj->SetStatus(_swigarg0)) 
8898 static PyObject 
*_wrap_wxStyledTextCtrl_SetStatus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8899     PyObject 
* _resultobj
; 
8900     wxStyledTextCtrl 
* _arg0
; 
8902     PyObject 
* _argo0 
= 0; 
8903     char *_kwnames
[] = { "self","statusCode", NULL 
}; 
8906     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStatus",_kwnames
,&_argo0
,&_arg1
))  
8909         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8910         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8911             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStatus. Expected _wxStyledTextCtrl_p."); 
8916     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8917     wxStyledTextCtrl_SetStatus(_arg0
,_arg1
); 
8919     wxPyEndAllowThreads(__tstate
); 
8920     if (PyErr_Occurred()) return NULL
; 
8921 }    Py_INCREF(Py_None
); 
8922     _resultobj 
= Py_None
; 
8926 #define wxStyledTextCtrl_GetStatus(_swigobj)  (_swigobj->GetStatus()) 
8927 static PyObject 
*_wrap_wxStyledTextCtrl_GetStatus(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8928     PyObject 
* _resultobj
; 
8930     wxStyledTextCtrl 
* _arg0
; 
8931     PyObject 
* _argo0 
= 0; 
8932     char *_kwnames
[] = { "self", NULL 
}; 
8935     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStatus",_kwnames
,&_argo0
))  
8938         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8939         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8940             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStatus. Expected _wxStyledTextCtrl_p."); 
8945     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8946     _result 
= (int )wxStyledTextCtrl_GetStatus(_arg0
); 
8948     wxPyEndAllowThreads(__tstate
); 
8949     if (PyErr_Occurred()) return NULL
; 
8950 }    _resultobj 
= Py_BuildValue("i",_result
); 
8954 #define wxStyledTextCtrl_SetMouseDownCaptures(_swigobj,_swigarg0)  (_swigobj->SetMouseDownCaptures(_swigarg0)) 
8955 static PyObject 
*_wrap_wxStyledTextCtrl_SetMouseDownCaptures(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8956     PyObject 
* _resultobj
; 
8957     wxStyledTextCtrl 
* _arg0
; 
8959     PyObject 
* _argo0 
= 0; 
8961     char *_kwnames
[] = { "self","captures", NULL 
}; 
8964     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDownCaptures",_kwnames
,&_argo0
,&tempbool1
))  
8967         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8968         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8969             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMouseDownCaptures. Expected _wxStyledTextCtrl_p."); 
8973     _arg1 
= (bool ) tempbool1
; 
8975     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
8976     wxStyledTextCtrl_SetMouseDownCaptures(_arg0
,_arg1
); 
8978     wxPyEndAllowThreads(__tstate
); 
8979     if (PyErr_Occurred()) return NULL
; 
8980 }    Py_INCREF(Py_None
); 
8981     _resultobj 
= Py_None
; 
8985 #define wxStyledTextCtrl_GetMouseDownCaptures(_swigobj)  (_swigobj->GetMouseDownCaptures()) 
8986 static PyObject 
*_wrap_wxStyledTextCtrl_GetMouseDownCaptures(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
8987     PyObject 
* _resultobj
; 
8989     wxStyledTextCtrl 
* _arg0
; 
8990     PyObject 
* _argo0 
= 0; 
8991     char *_kwnames
[] = { "self", NULL 
}; 
8994     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDownCaptures",_kwnames
,&_argo0
))  
8997         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
8998         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
8999             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMouseDownCaptures. Expected _wxStyledTextCtrl_p."); 
9004     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9005     _result 
= (bool )wxStyledTextCtrl_GetMouseDownCaptures(_arg0
); 
9007     wxPyEndAllowThreads(__tstate
); 
9008     if (PyErr_Occurred()) return NULL
; 
9009 }    _resultobj 
= Py_BuildValue("i",_result
); 
9013 #define wxStyledTextCtrl_SetCursor(_swigobj,_swigarg0)  (_swigobj->SetCursor(_swigarg0)) 
9014 static PyObject 
*_wrap_wxStyledTextCtrl_SetCursor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9015     PyObject 
* _resultobj
; 
9016     wxStyledTextCtrl 
* _arg0
; 
9018     PyObject 
* _argo0 
= 0; 
9019     char *_kwnames
[] = { "self","cursorType", NULL 
}; 
9022     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCursor",_kwnames
,&_argo0
,&_arg1
))  
9025         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9026         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9027             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCursor. Expected _wxStyledTextCtrl_p."); 
9032     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9033     wxStyledTextCtrl_SetCursor(_arg0
,_arg1
); 
9035     wxPyEndAllowThreads(__tstate
); 
9036     if (PyErr_Occurred()) return NULL
; 
9037 }    Py_INCREF(Py_None
); 
9038     _resultobj 
= Py_None
; 
9042 #define wxStyledTextCtrl_GetCursor(_swigobj)  (_swigobj->GetCursor()) 
9043 static PyObject 
*_wrap_wxStyledTextCtrl_GetCursor(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9044     PyObject 
* _resultobj
; 
9046     wxStyledTextCtrl 
* _arg0
; 
9047     PyObject 
* _argo0 
= 0; 
9048     char *_kwnames
[] = { "self", NULL 
}; 
9051     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCursor",_kwnames
,&_argo0
))  
9054         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9055         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9056             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCursor. Expected _wxStyledTextCtrl_p."); 
9061     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9062     _result 
= (int )wxStyledTextCtrl_GetCursor(_arg0
); 
9064     wxPyEndAllowThreads(__tstate
); 
9065     if (PyErr_Occurred()) return NULL
; 
9066 }    _resultobj 
= Py_BuildValue("i",_result
); 
9070 #define wxStyledTextCtrl_SetControlCharSymbol(_swigobj,_swigarg0)  (_swigobj->SetControlCharSymbol(_swigarg0)) 
9071 static PyObject 
*_wrap_wxStyledTextCtrl_SetControlCharSymbol(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9072     PyObject 
* _resultobj
; 
9073     wxStyledTextCtrl 
* _arg0
; 
9075     PyObject 
* _argo0 
= 0; 
9076     char *_kwnames
[] = { "self","symbol", NULL 
}; 
9079     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetControlCharSymbol",_kwnames
,&_argo0
,&_arg1
))  
9082         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9083         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9084             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetControlCharSymbol. Expected _wxStyledTextCtrl_p."); 
9089     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9090     wxStyledTextCtrl_SetControlCharSymbol(_arg0
,_arg1
); 
9092     wxPyEndAllowThreads(__tstate
); 
9093     if (PyErr_Occurred()) return NULL
; 
9094 }    Py_INCREF(Py_None
); 
9095     _resultobj 
= Py_None
; 
9099 #define wxStyledTextCtrl_GetControlCharSymbol(_swigobj)  (_swigobj->GetControlCharSymbol()) 
9100 static PyObject 
*_wrap_wxStyledTextCtrl_GetControlCharSymbol(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9101     PyObject 
* _resultobj
; 
9103     wxStyledTextCtrl 
* _arg0
; 
9104     PyObject 
* _argo0 
= 0; 
9105     char *_kwnames
[] = { "self", NULL 
}; 
9108     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetControlCharSymbol",_kwnames
,&_argo0
))  
9111         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9112         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9113             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetControlCharSymbol. Expected _wxStyledTextCtrl_p."); 
9118     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9119     _result 
= (int )wxStyledTextCtrl_GetControlCharSymbol(_arg0
); 
9121     wxPyEndAllowThreads(__tstate
); 
9122     if (PyErr_Occurred()) return NULL
; 
9123 }    _resultobj 
= Py_BuildValue("i",_result
); 
9127 #define wxStyledTextCtrl_WordPartLeft(_swigobj)  (_swigobj->WordPartLeft()) 
9128 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9129     PyObject 
* _resultobj
; 
9130     wxStyledTextCtrl 
* _arg0
; 
9131     PyObject 
* _argo0 
= 0; 
9132     char *_kwnames
[] = { "self", NULL 
}; 
9135     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeft",_kwnames
,&_argo0
))  
9138         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9139         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9140             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeft. Expected _wxStyledTextCtrl_p."); 
9145     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9146     wxStyledTextCtrl_WordPartLeft(_arg0
); 
9148     wxPyEndAllowThreads(__tstate
); 
9149     if (PyErr_Occurred()) return NULL
; 
9150 }    Py_INCREF(Py_None
); 
9151     _resultobj 
= Py_None
; 
9155 #define wxStyledTextCtrl_WordPartLeftExtend(_swigobj)  (_swigobj->WordPartLeftExtend()) 
9156 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartLeftExtend(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9157     PyObject 
* _resultobj
; 
9158     wxStyledTextCtrl 
* _arg0
; 
9159     PyObject 
* _argo0 
= 0; 
9160     char *_kwnames
[] = { "self", NULL 
}; 
9163     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeftExtend",_kwnames
,&_argo0
))  
9166         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9167         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9168             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeftExtend. Expected _wxStyledTextCtrl_p."); 
9173     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9174     wxStyledTextCtrl_WordPartLeftExtend(_arg0
); 
9176     wxPyEndAllowThreads(__tstate
); 
9177     if (PyErr_Occurred()) return NULL
; 
9178 }    Py_INCREF(Py_None
); 
9179     _resultobj 
= Py_None
; 
9183 #define wxStyledTextCtrl_WordPartRight(_swigobj)  (_swigobj->WordPartRight()) 
9184 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9185     PyObject 
* _resultobj
; 
9186     wxStyledTextCtrl 
* _arg0
; 
9187     PyObject 
* _argo0 
= 0; 
9188     char *_kwnames
[] = { "self", NULL 
}; 
9191     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRight",_kwnames
,&_argo0
))  
9194         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9195         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9196             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRight. Expected _wxStyledTextCtrl_p."); 
9201     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9202     wxStyledTextCtrl_WordPartRight(_arg0
); 
9204     wxPyEndAllowThreads(__tstate
); 
9205     if (PyErr_Occurred()) return NULL
; 
9206 }    Py_INCREF(Py_None
); 
9207     _resultobj 
= Py_None
; 
9211 #define wxStyledTextCtrl_WordPartRightExtend(_swigobj)  (_swigobj->WordPartRightExtend()) 
9212 static PyObject 
*_wrap_wxStyledTextCtrl_WordPartRightExtend(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9213     PyObject 
* _resultobj
; 
9214     wxStyledTextCtrl 
* _arg0
; 
9215     PyObject 
* _argo0 
= 0; 
9216     char *_kwnames
[] = { "self", NULL 
}; 
9219     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRightExtend",_kwnames
,&_argo0
))  
9222         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9223         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9224             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRightExtend. Expected _wxStyledTextCtrl_p."); 
9229     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9230     wxStyledTextCtrl_WordPartRightExtend(_arg0
); 
9232     wxPyEndAllowThreads(__tstate
); 
9233     if (PyErr_Occurred()) return NULL
; 
9234 }    Py_INCREF(Py_None
); 
9235     _resultobj 
= Py_None
; 
9239 #define wxStyledTextCtrl_SetVisiblePolicy(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetVisiblePolicy(_swigarg0,_swigarg1)) 
9240 static PyObject 
*_wrap_wxStyledTextCtrl_SetVisiblePolicy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9241     PyObject 
* _resultobj
; 
9242     wxStyledTextCtrl 
* _arg0
; 
9245     PyObject 
* _argo0 
= 0; 
9246     char *_kwnames
[] = { "self","visiblePolicy","visibleSlop", NULL 
}; 
9249     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetVisiblePolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
9252         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9253         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9254             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVisiblePolicy. Expected _wxStyledTextCtrl_p."); 
9259     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9260     wxStyledTextCtrl_SetVisiblePolicy(_arg0
,_arg1
,_arg2
); 
9262     wxPyEndAllowThreads(__tstate
); 
9263     if (PyErr_Occurred()) return NULL
; 
9264 }    Py_INCREF(Py_None
); 
9265     _resultobj 
= Py_None
; 
9269 #define wxStyledTextCtrl_DelLineLeft(_swigobj)  (_swigobj->DelLineLeft()) 
9270 static PyObject 
*_wrap_wxStyledTextCtrl_DelLineLeft(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9271     PyObject 
* _resultobj
; 
9272     wxStyledTextCtrl 
* _arg0
; 
9273     PyObject 
* _argo0 
= 0; 
9274     char *_kwnames
[] = { "self", NULL 
}; 
9277     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineLeft",_kwnames
,&_argo0
))  
9280         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9281         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9282             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineLeft. Expected _wxStyledTextCtrl_p."); 
9287     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9288     wxStyledTextCtrl_DelLineLeft(_arg0
); 
9290     wxPyEndAllowThreads(__tstate
); 
9291     if (PyErr_Occurred()) return NULL
; 
9292 }    Py_INCREF(Py_None
); 
9293     _resultobj 
= Py_None
; 
9297 #define wxStyledTextCtrl_DelLineRight(_swigobj)  (_swigobj->DelLineRight()) 
9298 static PyObject 
*_wrap_wxStyledTextCtrl_DelLineRight(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9299     PyObject 
* _resultobj
; 
9300     wxStyledTextCtrl 
* _arg0
; 
9301     PyObject 
* _argo0 
= 0; 
9302     char *_kwnames
[] = { "self", NULL 
}; 
9305     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineRight",_kwnames
,&_argo0
))  
9308         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9309         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9310             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineRight. Expected _wxStyledTextCtrl_p."); 
9315     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9316     wxStyledTextCtrl_DelLineRight(_arg0
); 
9318     wxPyEndAllowThreads(__tstate
); 
9319     if (PyErr_Occurred()) return NULL
; 
9320 }    Py_INCREF(Py_None
); 
9321     _resultobj 
= Py_None
; 
9325 #define wxStyledTextCtrl_SetXOffset(_swigobj,_swigarg0)  (_swigobj->SetXOffset(_swigarg0)) 
9326 static PyObject 
*_wrap_wxStyledTextCtrl_SetXOffset(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9327     PyObject 
* _resultobj
; 
9328     wxStyledTextCtrl 
* _arg0
; 
9330     PyObject 
* _argo0 
= 0; 
9331     char *_kwnames
[] = { "self","newOffset", NULL 
}; 
9334     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetXOffset",_kwnames
,&_argo0
,&_arg1
))  
9337         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9338         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9339             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetXOffset. Expected _wxStyledTextCtrl_p."); 
9344     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9345     wxStyledTextCtrl_SetXOffset(_arg0
,_arg1
); 
9347     wxPyEndAllowThreads(__tstate
); 
9348     if (PyErr_Occurred()) return NULL
; 
9349 }    Py_INCREF(Py_None
); 
9350     _resultobj 
= Py_None
; 
9354 #define wxStyledTextCtrl_GetXOffset(_swigobj)  (_swigobj->GetXOffset()) 
9355 static PyObject 
*_wrap_wxStyledTextCtrl_GetXOffset(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9356     PyObject 
* _resultobj
; 
9358     wxStyledTextCtrl 
* _arg0
; 
9359     PyObject 
* _argo0 
= 0; 
9360     char *_kwnames
[] = { "self", NULL 
}; 
9363     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetXOffset",_kwnames
,&_argo0
))  
9366         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9367         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9368             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetXOffset. Expected _wxStyledTextCtrl_p."); 
9373     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9374     _result 
= (int )wxStyledTextCtrl_GetXOffset(_arg0
); 
9376     wxPyEndAllowThreads(__tstate
); 
9377     if (PyErr_Occurred()) return NULL
; 
9378 }    _resultobj 
= Py_BuildValue("i",_result
); 
9382 #define wxStyledTextCtrl_ChooseCaretX(_swigobj)  (_swigobj->ChooseCaretX()) 
9383 static PyObject 
*_wrap_wxStyledTextCtrl_ChooseCaretX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9384     PyObject 
* _resultobj
; 
9385     wxStyledTextCtrl 
* _arg0
; 
9386     PyObject 
* _argo0 
= 0; 
9387     char *_kwnames
[] = { "self", NULL 
}; 
9390     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ChooseCaretX",_kwnames
,&_argo0
))  
9393         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9394         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9395             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ChooseCaretX. Expected _wxStyledTextCtrl_p."); 
9400     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9401     wxStyledTextCtrl_ChooseCaretX(_arg0
); 
9403     wxPyEndAllowThreads(__tstate
); 
9404     if (PyErr_Occurred()) return NULL
; 
9405 }    Py_INCREF(Py_None
); 
9406     _resultobj 
= Py_None
; 
9410 #define wxStyledTextCtrl_SetXCaretPolicy(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetXCaretPolicy(_swigarg0,_swigarg1)) 
9411 static PyObject 
*_wrap_wxStyledTextCtrl_SetXCaretPolicy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9412     PyObject 
* _resultobj
; 
9413     wxStyledTextCtrl 
* _arg0
; 
9416     PyObject 
* _argo0 
= 0; 
9417     char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL 
}; 
9420     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetXCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
9423         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9424         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9425             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetXCaretPolicy. Expected _wxStyledTextCtrl_p."); 
9430     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9431     wxStyledTextCtrl_SetXCaretPolicy(_arg0
,_arg1
,_arg2
); 
9433     wxPyEndAllowThreads(__tstate
); 
9434     if (PyErr_Occurred()) return NULL
; 
9435 }    Py_INCREF(Py_None
); 
9436     _resultobj 
= Py_None
; 
9440 #define wxStyledTextCtrl_SetYCaretPolicy(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetYCaretPolicy(_swigarg0,_swigarg1)) 
9441 static PyObject 
*_wrap_wxStyledTextCtrl_SetYCaretPolicy(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9442     PyObject 
* _resultobj
; 
9443     wxStyledTextCtrl 
* _arg0
; 
9446     PyObject 
* _argo0 
= 0; 
9447     char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL 
}; 
9450     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetYCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
9453         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9454         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9455             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetYCaretPolicy. Expected _wxStyledTextCtrl_p."); 
9460     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9461     wxStyledTextCtrl_SetYCaretPolicy(_arg0
,_arg1
,_arg2
); 
9463     wxPyEndAllowThreads(__tstate
); 
9464     if (PyErr_Occurred()) return NULL
; 
9465 }    Py_INCREF(Py_None
); 
9466     _resultobj 
= Py_None
; 
9470 #define wxStyledTextCtrl_SetPrintWrapMode(_swigobj,_swigarg0)  (_swigobj->SetPrintWrapMode(_swigarg0)) 
9471 static PyObject 
*_wrap_wxStyledTextCtrl_SetPrintWrapMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9472     PyObject 
* _resultobj
; 
9473     wxStyledTextCtrl 
* _arg0
; 
9475     PyObject 
* _argo0 
= 0; 
9476     char *_kwnames
[] = { "self","mode", NULL 
}; 
9479     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintWrapMode",_kwnames
,&_argo0
,&_arg1
))  
9482         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9483         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9484             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintWrapMode. Expected _wxStyledTextCtrl_p."); 
9489     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9490     wxStyledTextCtrl_SetPrintWrapMode(_arg0
,_arg1
); 
9492     wxPyEndAllowThreads(__tstate
); 
9493     if (PyErr_Occurred()) return NULL
; 
9494 }    Py_INCREF(Py_None
); 
9495     _resultobj 
= Py_None
; 
9499 #define wxStyledTextCtrl_GetPrintWrapMode(_swigobj)  (_swigobj->GetPrintWrapMode()) 
9500 static PyObject 
*_wrap_wxStyledTextCtrl_GetPrintWrapMode(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9501     PyObject 
* _resultobj
; 
9503     wxStyledTextCtrl 
* _arg0
; 
9504     PyObject 
* _argo0 
= 0; 
9505     char *_kwnames
[] = { "self", NULL 
}; 
9508     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintWrapMode",_kwnames
,&_argo0
))  
9511         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9512         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9513             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintWrapMode. Expected _wxStyledTextCtrl_p."); 
9518     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9519     _result 
= (int )wxStyledTextCtrl_GetPrintWrapMode(_arg0
); 
9521     wxPyEndAllowThreads(__tstate
); 
9522     if (PyErr_Occurred()) return NULL
; 
9523 }    _resultobj 
= Py_BuildValue("i",_result
); 
9527 #define wxStyledTextCtrl_SetHotspotActiveForeground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetHotspotActiveForeground(_swigarg0,_swigarg1)) 
9528 static PyObject 
*_wrap_wxStyledTextCtrl_SetHotspotActiveForeground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9529     PyObject 
* _resultobj
; 
9530     wxStyledTextCtrl 
* _arg0
; 
9533     PyObject 
* _argo0 
= 0; 
9536     PyObject 
* _obj2 
= 0; 
9537     char *_kwnames
[] = { "self","useSetting","fore", NULL 
}; 
9540     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetHotspotActiveForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
9543         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9544         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9545             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHotspotActiveForeground. Expected _wxStyledTextCtrl_p."); 
9549     _arg1 
= (bool ) tempbool1
; 
9552     if (! wxColour_helper(_obj2
, &_arg2
)) 
9556     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9557     wxStyledTextCtrl_SetHotspotActiveForeground(_arg0
,_arg1
,*_arg2
); 
9559     wxPyEndAllowThreads(__tstate
); 
9560     if (PyErr_Occurred()) return NULL
; 
9561 }    Py_INCREF(Py_None
); 
9562     _resultobj 
= Py_None
; 
9566 #define wxStyledTextCtrl_SetHotspotActiveBackground(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetHotspotActiveBackground(_swigarg0,_swigarg1)) 
9567 static PyObject 
*_wrap_wxStyledTextCtrl_SetHotspotActiveBackground(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9568     PyObject 
* _resultobj
; 
9569     wxStyledTextCtrl 
* _arg0
; 
9572     PyObject 
* _argo0 
= 0; 
9575     PyObject 
* _obj2 
= 0; 
9576     char *_kwnames
[] = { "self","useSetting","back", NULL 
}; 
9579     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetHotspotActiveBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))  
9582         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9583         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9584             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHotspotActiveBackground. Expected _wxStyledTextCtrl_p."); 
9588     _arg1 
= (bool ) tempbool1
; 
9591     if (! wxColour_helper(_obj2
, &_arg2
)) 
9595     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9596     wxStyledTextCtrl_SetHotspotActiveBackground(_arg0
,_arg1
,*_arg2
); 
9598     wxPyEndAllowThreads(__tstate
); 
9599     if (PyErr_Occurred()) return NULL
; 
9600 }    Py_INCREF(Py_None
); 
9601     _resultobj 
= Py_None
; 
9605 #define wxStyledTextCtrl_SetHotspotActiveUnderline(_swigobj,_swigarg0)  (_swigobj->SetHotspotActiveUnderline(_swigarg0)) 
9606 static PyObject 
*_wrap_wxStyledTextCtrl_SetHotspotActiveUnderline(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9607     PyObject 
* _resultobj
; 
9608     wxStyledTextCtrl 
* _arg0
; 
9610     PyObject 
* _argo0 
= 0; 
9612     char *_kwnames
[] = { "self","underline", NULL 
}; 
9615     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetHotspotActiveUnderline",_kwnames
,&_argo0
,&tempbool1
))  
9618         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9619         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9620             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHotspotActiveUnderline. Expected _wxStyledTextCtrl_p."); 
9624     _arg1 
= (bool ) tempbool1
; 
9626     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9627     wxStyledTextCtrl_SetHotspotActiveUnderline(_arg0
,_arg1
); 
9629     wxPyEndAllowThreads(__tstate
); 
9630     if (PyErr_Occurred()) return NULL
; 
9631 }    Py_INCREF(Py_None
); 
9632     _resultobj 
= Py_None
; 
9636 #define wxStyledTextCtrl_PositionBefore(_swigobj,_swigarg0)  (_swigobj->PositionBefore(_swigarg0)) 
9637 static PyObject 
*_wrap_wxStyledTextCtrl_PositionBefore(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9638     PyObject 
* _resultobj
; 
9640     wxStyledTextCtrl 
* _arg0
; 
9642     PyObject 
* _argo0 
= 0; 
9643     char *_kwnames
[] = { "self","pos", NULL 
}; 
9646     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionBefore",_kwnames
,&_argo0
,&_arg1
))  
9649         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9650         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9651             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionBefore. Expected _wxStyledTextCtrl_p."); 
9656     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9657     _result 
= (int )wxStyledTextCtrl_PositionBefore(_arg0
,_arg1
); 
9659     wxPyEndAllowThreads(__tstate
); 
9660     if (PyErr_Occurred()) return NULL
; 
9661 }    _resultobj 
= Py_BuildValue("i",_result
); 
9665 #define wxStyledTextCtrl_PositionAfter(_swigobj,_swigarg0)  (_swigobj->PositionAfter(_swigarg0)) 
9666 static PyObject 
*_wrap_wxStyledTextCtrl_PositionAfter(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9667     PyObject 
* _resultobj
; 
9669     wxStyledTextCtrl 
* _arg0
; 
9671     PyObject 
* _argo0 
= 0; 
9672     char *_kwnames
[] = { "self","pos", NULL 
}; 
9675     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionAfter",_kwnames
,&_argo0
,&_arg1
))  
9678         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9679         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9680             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionAfter. Expected _wxStyledTextCtrl_p."); 
9685     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9686     _result 
= (int )wxStyledTextCtrl_PositionAfter(_arg0
,_arg1
); 
9688     wxPyEndAllowThreads(__tstate
); 
9689     if (PyErr_Occurred()) return NULL
; 
9690 }    _resultobj 
= Py_BuildValue("i",_result
); 
9694 #define wxStyledTextCtrl_CopyRange(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CopyRange(_swigarg0,_swigarg1)) 
9695 static PyObject 
*_wrap_wxStyledTextCtrl_CopyRange(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9696     PyObject 
* _resultobj
; 
9697     wxStyledTextCtrl 
* _arg0
; 
9700     PyObject 
* _argo0 
= 0; 
9701     char *_kwnames
[] = { "self","start","end", NULL 
}; 
9704     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CopyRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
9707         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9708         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9709             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CopyRange. Expected _wxStyledTextCtrl_p."); 
9714     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9715     wxStyledTextCtrl_CopyRange(_arg0
,_arg1
,_arg2
); 
9717     wxPyEndAllowThreads(__tstate
); 
9718     if (PyErr_Occurred()) return NULL
; 
9719 }    Py_INCREF(Py_None
); 
9720     _resultobj 
= Py_None
; 
9724 #define wxStyledTextCtrl_CopyText(_swigobj,_swigarg0,_swigarg1)  (_swigobj->CopyText(_swigarg0,_swigarg1)) 
9725 static PyObject 
*_wrap_wxStyledTextCtrl_CopyText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9726     PyObject 
* _resultobj
; 
9727     wxStyledTextCtrl 
* _arg0
; 
9730     PyObject 
* _argo0 
= 0; 
9731     PyObject 
* _obj2 
= 0; 
9732     char *_kwnames
[] = { "self","length","text", NULL 
}; 
9735     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_CopyText",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
9738         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9739         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9740             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CopyText. Expected _wxStyledTextCtrl_p."); 
9745     _arg2 
= wxString_in_helper(_obj2
); 
9750     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9751     wxStyledTextCtrl_CopyText(_arg0
,_arg1
,*_arg2
); 
9753     wxPyEndAllowThreads(__tstate
); 
9754     if (PyErr_Occurred()) return NULL
; 
9755 }    Py_INCREF(Py_None
); 
9756     _resultobj 
= Py_None
; 
9764 #define wxStyledTextCtrl_StartRecord(_swigobj)  (_swigobj->StartRecord()) 
9765 static PyObject 
*_wrap_wxStyledTextCtrl_StartRecord(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9766     PyObject 
* _resultobj
; 
9767     wxStyledTextCtrl 
* _arg0
; 
9768     PyObject 
* _argo0 
= 0; 
9769     char *_kwnames
[] = { "self", NULL 
}; 
9772     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StartRecord",_kwnames
,&_argo0
))  
9775         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9776         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9777             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartRecord. Expected _wxStyledTextCtrl_p."); 
9782     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9783     wxStyledTextCtrl_StartRecord(_arg0
); 
9785     wxPyEndAllowThreads(__tstate
); 
9786     if (PyErr_Occurred()) return NULL
; 
9787 }    Py_INCREF(Py_None
); 
9788     _resultobj 
= Py_None
; 
9792 #define wxStyledTextCtrl_StopRecord(_swigobj)  (_swigobj->StopRecord()) 
9793 static PyObject 
*_wrap_wxStyledTextCtrl_StopRecord(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9794     PyObject 
* _resultobj
; 
9795     wxStyledTextCtrl 
* _arg0
; 
9796     PyObject 
* _argo0 
= 0; 
9797     char *_kwnames
[] = { "self", NULL 
}; 
9800     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StopRecord",_kwnames
,&_argo0
))  
9803         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9804         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9805             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StopRecord. Expected _wxStyledTextCtrl_p."); 
9810     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9811     wxStyledTextCtrl_StopRecord(_arg0
); 
9813     wxPyEndAllowThreads(__tstate
); 
9814     if (PyErr_Occurred()) return NULL
; 
9815 }    Py_INCREF(Py_None
); 
9816     _resultobj 
= Py_None
; 
9820 #define wxStyledTextCtrl_SetLexer(_swigobj,_swigarg0)  (_swigobj->SetLexer(_swigarg0)) 
9821 static PyObject 
*_wrap_wxStyledTextCtrl_SetLexer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9822     PyObject 
* _resultobj
; 
9823     wxStyledTextCtrl 
* _arg0
; 
9825     PyObject 
* _argo0 
= 0; 
9826     char *_kwnames
[] = { "self","lexer", NULL 
}; 
9829     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLexer",_kwnames
,&_argo0
,&_arg1
))  
9832         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9833         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9834             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexer. Expected _wxStyledTextCtrl_p."); 
9839     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9840     wxStyledTextCtrl_SetLexer(_arg0
,_arg1
); 
9842     wxPyEndAllowThreads(__tstate
); 
9843     if (PyErr_Occurred()) return NULL
; 
9844 }    Py_INCREF(Py_None
); 
9845     _resultobj 
= Py_None
; 
9849 #define wxStyledTextCtrl_GetLexer(_swigobj)  (_swigobj->GetLexer()) 
9850 static PyObject 
*_wrap_wxStyledTextCtrl_GetLexer(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9851     PyObject 
* _resultobj
; 
9853     wxStyledTextCtrl 
* _arg0
; 
9854     PyObject 
* _argo0 
= 0; 
9855     char *_kwnames
[] = { "self", NULL 
}; 
9858     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLexer",_kwnames
,&_argo0
))  
9861         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9862         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9863             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLexer. Expected _wxStyledTextCtrl_p."); 
9868     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9869     _result 
= (int )wxStyledTextCtrl_GetLexer(_arg0
); 
9871     wxPyEndAllowThreads(__tstate
); 
9872     if (PyErr_Occurred()) return NULL
; 
9873 }    _resultobj 
= Py_BuildValue("i",_result
); 
9877 #define wxStyledTextCtrl_Colourise(_swigobj,_swigarg0,_swigarg1)  (_swigobj->Colourise(_swigarg0,_swigarg1)) 
9878 static PyObject 
*_wrap_wxStyledTextCtrl_Colourise(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9879     PyObject 
* _resultobj
; 
9880     wxStyledTextCtrl 
* _arg0
; 
9883     PyObject 
* _argo0 
= 0; 
9884     char *_kwnames
[] = { "self","start","end", NULL 
}; 
9887     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_Colourise",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
9890         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9891         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9892             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Colourise. Expected _wxStyledTextCtrl_p."); 
9897     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9898     wxStyledTextCtrl_Colourise(_arg0
,_arg1
,_arg2
); 
9900     wxPyEndAllowThreads(__tstate
); 
9901     if (PyErr_Occurred()) return NULL
; 
9902 }    Py_INCREF(Py_None
); 
9903     _resultobj 
= Py_None
; 
9907 #define wxStyledTextCtrl_SetProperty(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetProperty(_swigarg0,_swigarg1)) 
9908 static PyObject 
*_wrap_wxStyledTextCtrl_SetProperty(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9909     PyObject 
* _resultobj
; 
9910     wxStyledTextCtrl 
* _arg0
; 
9913     PyObject 
* _argo0 
= 0; 
9914     PyObject 
* _obj1 
= 0; 
9915     PyObject 
* _obj2 
= 0; 
9916     char *_kwnames
[] = { "self","key","value", NULL 
}; 
9919     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxStyledTextCtrl_SetProperty",_kwnames
,&_argo0
,&_obj1
,&_obj2
))  
9922         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9923         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9924             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetProperty. Expected _wxStyledTextCtrl_p."); 
9929     _arg1 
= wxString_in_helper(_obj1
); 
9934     _arg2 
= wxString_in_helper(_obj2
); 
9939     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9940     wxStyledTextCtrl_SetProperty(_arg0
,*_arg1
,*_arg2
); 
9942     wxPyEndAllowThreads(__tstate
); 
9943     if (PyErr_Occurred()) return NULL
; 
9944 }    Py_INCREF(Py_None
); 
9945     _resultobj 
= Py_None
; 
9957 #define wxStyledTextCtrl_SetKeyWords(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetKeyWords(_swigarg0,_swigarg1)) 
9958 static PyObject 
*_wrap_wxStyledTextCtrl_SetKeyWords(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9959     PyObject 
* _resultobj
; 
9960     wxStyledTextCtrl 
* _arg0
; 
9963     PyObject 
* _argo0 
= 0; 
9964     PyObject 
* _obj2 
= 0; 
9965     char *_kwnames
[] = { "self","keywordSet","keyWords", NULL 
}; 
9968     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetKeyWords",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
9971         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
9972         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
9973             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetKeyWords. Expected _wxStyledTextCtrl_p."); 
9978     _arg2 
= wxString_in_helper(_obj2
); 
9983     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
9984     wxStyledTextCtrl_SetKeyWords(_arg0
,_arg1
,*_arg2
); 
9986     wxPyEndAllowThreads(__tstate
); 
9987     if (PyErr_Occurred()) return NULL
; 
9988 }    Py_INCREF(Py_None
); 
9989     _resultobj 
= Py_None
; 
9997 #define wxStyledTextCtrl_SetLexerLanguage(_swigobj,_swigarg0)  (_swigobj->SetLexerLanguage(_swigarg0)) 
9998 static PyObject 
*_wrap_wxStyledTextCtrl_SetLexerLanguage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
9999     PyObject 
* _resultobj
; 
10000     wxStyledTextCtrl 
* _arg0
; 
10002     PyObject 
* _argo0 
= 0; 
10003     PyObject 
* _obj1 
= 0; 
10004     char *_kwnames
[] = { "self","language", NULL 
}; 
10007     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetLexerLanguage",_kwnames
,&_argo0
,&_obj1
))  
10010         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10011         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10012             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexerLanguage. Expected _wxStyledTextCtrl_p."); 
10017     _arg1 
= wxString_in_helper(_obj1
); 
10022     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10023     wxStyledTextCtrl_SetLexerLanguage(_arg0
,*_arg1
); 
10025     wxPyEndAllowThreads(__tstate
); 
10026     if (PyErr_Occurred()) return NULL
; 
10027 }    Py_INCREF(Py_None
); 
10028     _resultobj 
= Py_None
; 
10036 #define wxStyledTextCtrl_GetCurrentLine(_swigobj)  (_swigobj->GetCurrentLine()) 
10037 static PyObject 
*_wrap_wxStyledTextCtrl_GetCurrentLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10038     PyObject 
* _resultobj
; 
10040     wxStyledTextCtrl 
* _arg0
; 
10041     PyObject 
* _argo0 
= 0; 
10042     char *_kwnames
[] = { "self", NULL 
}; 
10045     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentLine",_kwnames
,&_argo0
))  
10048         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10049         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10050             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentLine. Expected _wxStyledTextCtrl_p."); 
10055     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10056     _result 
= (int )wxStyledTextCtrl_GetCurrentLine(_arg0
); 
10058     wxPyEndAllowThreads(__tstate
); 
10059     if (PyErr_Occurred()) return NULL
; 
10060 }    _resultobj 
= Py_BuildValue("i",_result
); 
10064 #define wxStyledTextCtrl_StyleSetSpec(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetSpec(_swigarg0,_swigarg1)) 
10065 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetSpec(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10066     PyObject 
* _resultobj
; 
10067     wxStyledTextCtrl 
* _arg0
; 
10070     PyObject 
* _argo0 
= 0; 
10071     PyObject 
* _obj2 
= 0; 
10072     char *_kwnames
[] = { "self","styleNum","spec", NULL 
}; 
10075     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetSpec",_kwnames
,&_argo0
,&_arg1
,&_obj2
))  
10078         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10079         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10080             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSpec. Expected _wxStyledTextCtrl_p."); 
10085     _arg2 
= wxString_in_helper(_obj2
); 
10090     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10091     wxStyledTextCtrl_StyleSetSpec(_arg0
,_arg1
,*_arg2
); 
10093     wxPyEndAllowThreads(__tstate
); 
10094     if (PyErr_Occurred()) return NULL
; 
10095 }    Py_INCREF(Py_None
); 
10096     _resultobj 
= Py_None
; 
10104 #define wxStyledTextCtrl_StyleSetFont(_swigobj,_swigarg0,_swigarg1)  (_swigobj->StyleSetFont(_swigarg0,_swigarg1)) 
10105 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetFont(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10106     PyObject 
* _resultobj
; 
10107     wxStyledTextCtrl 
* _arg0
; 
10110     PyObject 
* _argo0 
= 0; 
10111     PyObject 
* _argo2 
= 0; 
10112     char *_kwnames
[] = { "self","styleNum","font", NULL 
}; 
10115     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFont",_kwnames
,&_argo0
,&_arg1
,&_argo2
))  
10118         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10119         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10120             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFont. Expected _wxStyledTextCtrl_p."); 
10125         if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) { 
10126             PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_StyleSetFont. Expected _wxFont_p."); 
10131     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10132     wxStyledTextCtrl_StyleSetFont(_arg0
,_arg1
,*_arg2
); 
10134     wxPyEndAllowThreads(__tstate
); 
10135     if (PyErr_Occurred()) return NULL
; 
10136 }    Py_INCREF(Py_None
); 
10137     _resultobj 
= Py_None
; 
10141 #define wxStyledTextCtrl_StyleSetFontAttr(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)  (_swigobj->StyleSetFontAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5)) 
10142 static PyObject 
*_wrap_wxStyledTextCtrl_StyleSetFontAttr(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10143     PyObject 
* _resultobj
; 
10144     wxStyledTextCtrl 
* _arg0
; 
10151     PyObject 
* _argo0 
= 0; 
10152     PyObject 
* _obj3 
= 0; 
10156     char *_kwnames
[] = { "self","styleNum","size","faceName","bold","italic","underline", NULL 
}; 
10159     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOiii:wxStyledTextCtrl_StyleSetFontAttr",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
,&tempbool6
))  
10162         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10163         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10164             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFontAttr. Expected _wxStyledTextCtrl_p."); 
10169     _arg3 
= wxString_in_helper(_obj3
); 
10173     _arg4 
= (bool ) tempbool4
; 
10174     _arg5 
= (bool ) tempbool5
; 
10175     _arg6 
= (bool ) tempbool6
; 
10177     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10178     wxStyledTextCtrl_StyleSetFontAttr(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
); 
10180     wxPyEndAllowThreads(__tstate
); 
10181     if (PyErr_Occurred()) return NULL
; 
10182 }    Py_INCREF(Py_None
); 
10183     _resultobj 
= Py_None
; 
10191 #define wxStyledTextCtrl_CmdKeyExecute(_swigobj,_swigarg0)  (_swigobj->CmdKeyExecute(_swigarg0)) 
10192 static PyObject 
*_wrap_wxStyledTextCtrl_CmdKeyExecute(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10193     PyObject 
* _resultobj
; 
10194     wxStyledTextCtrl 
* _arg0
; 
10196     PyObject 
* _argo0 
= 0; 
10197     char *_kwnames
[] = { "self","cmd", NULL 
}; 
10200     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_CmdKeyExecute",_kwnames
,&_argo0
,&_arg1
))  
10203         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10204         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10205             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyExecute. Expected _wxStyledTextCtrl_p."); 
10210     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10211     wxStyledTextCtrl_CmdKeyExecute(_arg0
,_arg1
); 
10213     wxPyEndAllowThreads(__tstate
); 
10214     if (PyErr_Occurred()) return NULL
; 
10215 }    Py_INCREF(Py_None
); 
10216     _resultobj 
= Py_None
; 
10220 #define wxStyledTextCtrl_SetMargins(_swigobj,_swigarg0,_swigarg1)  (_swigobj->SetMargins(_swigarg0,_swigarg1)) 
10221 static PyObject 
*_wrap_wxStyledTextCtrl_SetMargins(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10222     PyObject 
* _resultobj
; 
10223     wxStyledTextCtrl 
* _arg0
; 
10226     PyObject 
* _argo0 
= 0; 
10227     char *_kwnames
[] = { "self","left","right", NULL 
}; 
10230     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))  
10233         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10234         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10235             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMargins. Expected _wxStyledTextCtrl_p."); 
10240     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10241     wxStyledTextCtrl_SetMargins(_arg0
,_arg1
,_arg2
); 
10243     wxPyEndAllowThreads(__tstate
); 
10244     if (PyErr_Occurred()) return NULL
; 
10245 }    Py_INCREF(Py_None
); 
10246     _resultobj 
= Py_None
; 
10250 #define wxStyledTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1)  (_swigobj->GetSelection(_swigarg0,_swigarg1)) 
10251 static PyObject 
*_wrap_wxStyledTextCtrl_GetSelection(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10252     PyObject 
* _resultobj
; 
10253     wxStyledTextCtrl 
* _arg0
; 
10258     PyObject 
* _argo0 
= 0; 
10259     char *_kwnames
[] = { "self", NULL 
}; 
10268     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelection",_kwnames
,&_argo0
))  
10271         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10272         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10273             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelection. Expected _wxStyledTextCtrl_p."); 
10278     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10279     wxStyledTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
); 
10281     wxPyEndAllowThreads(__tstate
); 
10282     if (PyErr_Occurred()) return NULL
; 
10283 }    Py_INCREF(Py_None
); 
10284     _resultobj 
= Py_None
; 
10287     o 
= PyInt_FromLong((long) (*_arg1
)); 
10288     _resultobj 
= t_output_helper(_resultobj
, o
); 
10292     o 
= PyInt_FromLong((long) (*_arg2
)); 
10293     _resultobj 
= t_output_helper(_resultobj
, o
); 
10298 #define wxStyledTextCtrl_PointFromPosition(_swigobj,_swigarg0)  (_swigobj->PointFromPosition(_swigarg0)) 
10299 static PyObject 
*_wrap_wxStyledTextCtrl_PointFromPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10300     PyObject 
* _resultobj
; 
10302     wxStyledTextCtrl 
* _arg0
; 
10304     PyObject 
* _argo0 
= 0; 
10305     char *_kwnames
[] = { "self","pos", NULL 
}; 
10309     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PointFromPosition",_kwnames
,&_argo0
,&_arg1
))  
10312         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10313         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10314             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PointFromPosition. Expected _wxStyledTextCtrl_p."); 
10319     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10320     _result 
= new wxPoint (wxStyledTextCtrl_PointFromPosition(_arg0
,_arg1
)); 
10322     wxPyEndAllowThreads(__tstate
); 
10323     if (PyErr_Occurred()) return NULL
; 
10324 }    SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p"); 
10325     _resultobj 
= Py_BuildValue("s",_ptemp
); 
10329 #define wxStyledTextCtrl_ScrollToLine(_swigobj,_swigarg0)  (_swigobj->ScrollToLine(_swigarg0)) 
10330 static PyObject 
*_wrap_wxStyledTextCtrl_ScrollToLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10331     PyObject 
* _resultobj
; 
10332     wxStyledTextCtrl 
* _arg0
; 
10334     PyObject 
* _argo0 
= 0; 
10335     char *_kwnames
[] = { "self","line", NULL 
}; 
10338     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToLine",_kwnames
,&_argo0
,&_arg1
))  
10341         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10342         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10343             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToLine. Expected _wxStyledTextCtrl_p."); 
10348     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10349     wxStyledTextCtrl_ScrollToLine(_arg0
,_arg1
); 
10351     wxPyEndAllowThreads(__tstate
); 
10352     if (PyErr_Occurred()) return NULL
; 
10353 }    Py_INCREF(Py_None
); 
10354     _resultobj 
= Py_None
; 
10358 #define wxStyledTextCtrl_ScrollToColumn(_swigobj,_swigarg0)  (_swigobj->ScrollToColumn(_swigarg0)) 
10359 static PyObject 
*_wrap_wxStyledTextCtrl_ScrollToColumn(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10360     PyObject 
* _resultobj
; 
10361     wxStyledTextCtrl 
* _arg0
; 
10363     PyObject 
* _argo0 
= 0; 
10364     char *_kwnames
[] = { "self","column", NULL 
}; 
10367     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToColumn",_kwnames
,&_argo0
,&_arg1
))  
10370         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10371         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10372             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToColumn. Expected _wxStyledTextCtrl_p."); 
10377     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10378     wxStyledTextCtrl_ScrollToColumn(_arg0
,_arg1
); 
10380     wxPyEndAllowThreads(__tstate
); 
10381     if (PyErr_Occurred()) return NULL
; 
10382 }    Py_INCREF(Py_None
); 
10383     _resultobj 
= Py_None
; 
10387 #define wxStyledTextCtrl_SendMsg(_swigobj,_swigarg0,_swigarg1,_swigarg2)  (_swigobj->SendMsg(_swigarg0,_swigarg1,_swigarg2)) 
10388 static PyObject 
*_wrap_wxStyledTextCtrl_SendMsg(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10389     PyObject 
* _resultobj
; 
10391     wxStyledTextCtrl 
* _arg0
; 
10393     long  _arg2 
= (long ) 0; 
10394     long  _arg3 
= (long ) 0; 
10395     PyObject 
* _argo0 
= 0; 
10396     char *_kwnames
[] = { "self","msg","wp","lp", NULL 
}; 
10399     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|ll:wxStyledTextCtrl_SendMsg",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))  
10402         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10403         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10404             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SendMsg. Expected _wxStyledTextCtrl_p."); 
10409     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10410     _result 
= (long )wxStyledTextCtrl_SendMsg(_arg0
,_arg1
,_arg2
,_arg3
); 
10412     wxPyEndAllowThreads(__tstate
); 
10413     if (PyErr_Occurred()) return NULL
; 
10414 }    _resultobj 
= Py_BuildValue("l",_result
); 
10418 #define wxStyledTextCtrl_SetVScrollBar(_swigobj,_swigarg0)  (_swigobj->SetVScrollBar(_swigarg0)) 
10419 static PyObject 
*_wrap_wxStyledTextCtrl_SetVScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10420     PyObject 
* _resultobj
; 
10421     wxStyledTextCtrl 
* _arg0
; 
10422     wxScrollBar 
* _arg1
; 
10423     PyObject 
* _argo0 
= 0; 
10424     PyObject 
* _argo1 
= 0; 
10425     char *_kwnames
[] = { "self","bar", NULL 
}; 
10428     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetVScrollBar",_kwnames
,&_argo0
,&_argo1
))  
10431         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10432         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10433             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVScrollBar. Expected _wxStyledTextCtrl_p."); 
10438         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
10439         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) { 
10440             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetVScrollBar. Expected _wxScrollBar_p."); 
10445     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10446     wxStyledTextCtrl_SetVScrollBar(_arg0
,_arg1
); 
10448     wxPyEndAllowThreads(__tstate
); 
10449     if (PyErr_Occurred()) return NULL
; 
10450 }    Py_INCREF(Py_None
); 
10451     _resultobj 
= Py_None
; 
10455 #define wxStyledTextCtrl_SetHScrollBar(_swigobj,_swigarg0)  (_swigobj->SetHScrollBar(_swigarg0)) 
10456 static PyObject 
*_wrap_wxStyledTextCtrl_SetHScrollBar(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10457     PyObject 
* _resultobj
; 
10458     wxStyledTextCtrl 
* _arg0
; 
10459     wxScrollBar 
* _arg1
; 
10460     PyObject 
* _argo0 
= 0; 
10461     PyObject 
* _argo1 
= 0; 
10462     char *_kwnames
[] = { "self","bar", NULL 
}; 
10465     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetHScrollBar",_kwnames
,&_argo0
,&_argo1
))  
10468         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10469         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10470             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHScrollBar. Expected _wxStyledTextCtrl_p."); 
10475         if (_argo1 
== Py_None
) { _arg1 
= NULL
; } 
10476         else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) { 
10477             PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetHScrollBar. Expected _wxScrollBar_p."); 
10482     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10483     wxStyledTextCtrl_SetHScrollBar(_arg0
,_arg1
); 
10485     wxPyEndAllowThreads(__tstate
); 
10486     if (PyErr_Occurred()) return NULL
; 
10487 }    Py_INCREF(Py_None
); 
10488     _resultobj 
= Py_None
; 
10492 #define wxStyledTextCtrl_GetLastKeydownProcessed(_swigobj)  (_swigobj->GetLastKeydownProcessed()) 
10493 static PyObject 
*_wrap_wxStyledTextCtrl_GetLastKeydownProcessed(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10494     PyObject 
* _resultobj
; 
10496     wxStyledTextCtrl 
* _arg0
; 
10497     PyObject 
* _argo0 
= 0; 
10498     char *_kwnames
[] = { "self", NULL 
}; 
10501     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLastKeydownProcessed",_kwnames
,&_argo0
))  
10504         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10505         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10506             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastKeydownProcessed. Expected _wxStyledTextCtrl_p."); 
10511     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10512     _result 
= (bool )wxStyledTextCtrl_GetLastKeydownProcessed(_arg0
); 
10514     wxPyEndAllowThreads(__tstate
); 
10515     if (PyErr_Occurred()) return NULL
; 
10516 }    _resultobj 
= Py_BuildValue("i",_result
); 
10520 #define wxStyledTextCtrl_SetLastKeydownProcessed(_swigobj,_swigarg0)  (_swigobj->SetLastKeydownProcessed(_swigarg0)) 
10521 static PyObject 
*_wrap_wxStyledTextCtrl_SetLastKeydownProcessed(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10522     PyObject 
* _resultobj
; 
10523     wxStyledTextCtrl 
* _arg0
; 
10525     PyObject 
* _argo0 
= 0; 
10527     char *_kwnames
[] = { "self","val", NULL 
}; 
10530     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLastKeydownProcessed",_kwnames
,&_argo0
,&tempbool1
))  
10533         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10534         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10535             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLastKeydownProcessed. Expected _wxStyledTextCtrl_p."); 
10539     _arg1 
= (bool ) tempbool1
; 
10541     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10542     wxStyledTextCtrl_SetLastKeydownProcessed(_arg0
,_arg1
); 
10544     wxPyEndAllowThreads(__tstate
); 
10545     if (PyErr_Occurred()) return NULL
; 
10546 }    Py_INCREF(Py_None
); 
10547     _resultobj 
= Py_None
; 
10551 #define wxStyledTextCtrl_SaveFile(_swigobj,_swigarg0)  (_swigobj->SaveFile(_swigarg0)) 
10552 static PyObject 
*_wrap_wxStyledTextCtrl_SaveFile(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10553     PyObject 
* _resultobj
; 
10555     wxStyledTextCtrl 
* _arg0
; 
10557     PyObject 
* _argo0 
= 0; 
10558     PyObject 
* _obj1 
= 0; 
10559     char *_kwnames
[] = { "self","filename", NULL 
}; 
10562     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SaveFile",_kwnames
,&_argo0
,&_obj1
))  
10565         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10566         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10567             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SaveFile. Expected _wxStyledTextCtrl_p."); 
10572     _arg1 
= wxString_in_helper(_obj1
); 
10577     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10578     _result 
= (bool )wxStyledTextCtrl_SaveFile(_arg0
,*_arg1
); 
10580     wxPyEndAllowThreads(__tstate
); 
10581     if (PyErr_Occurred()) return NULL
; 
10582 }    _resultobj 
= Py_BuildValue("i",_result
); 
10590 #define wxStyledTextCtrl_LoadFile(_swigobj,_swigarg0)  (_swigobj->LoadFile(_swigarg0)) 
10591 static PyObject 
*_wrap_wxStyledTextCtrl_LoadFile(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10592     PyObject 
* _resultobj
; 
10594     wxStyledTextCtrl 
* _arg0
; 
10596     PyObject 
* _argo0 
= 0; 
10597     PyObject 
* _obj1 
= 0; 
10598     char *_kwnames
[] = { "self","filename", NULL 
}; 
10601     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_LoadFile",_kwnames
,&_argo0
,&_obj1
))  
10604         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10605         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) { 
10606             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LoadFile. Expected _wxStyledTextCtrl_p."); 
10611     _arg1 
= wxString_in_helper(_obj1
); 
10616     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10617     _result 
= (bool )wxStyledTextCtrl_LoadFile(_arg0
,*_arg1
); 
10619     wxPyEndAllowThreads(__tstate
); 
10620     if (PyErr_Occurred()) return NULL
; 
10621 }    _resultobj 
= Py_BuildValue("i",_result
); 
10629 static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr
) { 
10630     wxStyledTextEvent 
*src
; 
10631     wxCommandEvent 
*dest
; 
10632     src 
= (wxStyledTextEvent 
*) ptr
; 
10633     dest 
= (wxCommandEvent 
*) src
; 
10634     return (void *) dest
; 
10637 static void *SwigwxStyledTextEventTowxEvent(void *ptr
) { 
10638     wxStyledTextEvent 
*src
; 
10640     src 
= (wxStyledTextEvent 
*) ptr
; 
10641     dest 
= (wxEvent 
*) src
; 
10642     return (void *) dest
; 
10645 static void *SwigwxStyledTextEventTowxObject(void *ptr
) { 
10646     wxStyledTextEvent 
*src
; 
10648     src 
= (wxStyledTextEvent 
*) ptr
; 
10649     dest 
= (wxObject 
*) src
; 
10650     return (void *) dest
; 
10653 #define new_wxStyledTextEvent(_swigarg0,_swigarg1) (new wxStyledTextEvent(_swigarg0,_swigarg1)) 
10654 static PyObject 
*_wrap_new_wxStyledTextEvent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10655     PyObject 
* _resultobj
; 
10656     wxStyledTextEvent 
* _result
; 
10657     wxEventType  _arg0 
= (wxEventType 
) 0; 
10658     int  _arg1 
= (int ) 0; 
10659     char *_kwnames
[] = { "commandType","id", NULL 
}; 
10663     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ii:new_wxStyledTextEvent",_kwnames
,&_arg0
,&_arg1
))  
10666     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10667     _result 
= (wxStyledTextEvent 
*)new_wxStyledTextEvent(_arg0
,_arg1
); 
10669     wxPyEndAllowThreads(__tstate
); 
10670     if (PyErr_Occurred()) return NULL
; 
10672         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextEvent_p"); 
10673         _resultobj 
= Py_BuildValue("s",_ptemp
); 
10675         Py_INCREF(Py_None
); 
10676         _resultobj 
= Py_None
; 
10681 #define delete_wxStyledTextEvent(_swigobj) (delete _swigobj) 
10682 static PyObject 
*_wrap_delete_wxStyledTextEvent(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10683     PyObject 
* _resultobj
; 
10684     wxStyledTextEvent 
* _arg0
; 
10685     PyObject 
* _argo0 
= 0; 
10686     char *_kwnames
[] = { "self", NULL 
}; 
10689     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxStyledTextEvent",_kwnames
,&_argo0
))  
10692         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10693         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10694             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxStyledTextEvent. Expected _wxStyledTextEvent_p."); 
10699     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10700     delete_wxStyledTextEvent(_arg0
); 
10702     wxPyEndAllowThreads(__tstate
); 
10703     if (PyErr_Occurred()) return NULL
; 
10704 }    Py_INCREF(Py_None
); 
10705     _resultobj 
= Py_None
; 
10709 #define wxStyledTextEvent_SetPosition(_swigobj,_swigarg0)  (_swigobj->SetPosition(_swigarg0)) 
10710 static PyObject 
*_wrap_wxStyledTextEvent_SetPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10711     PyObject 
* _resultobj
; 
10712     wxStyledTextEvent 
* _arg0
; 
10714     PyObject 
* _argo0 
= 0; 
10715     char *_kwnames
[] = { "self","pos", NULL 
}; 
10718     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetPosition",_kwnames
,&_argo0
,&_arg1
))  
10721         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10722         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10723             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetPosition. Expected _wxStyledTextEvent_p."); 
10728     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10729     wxStyledTextEvent_SetPosition(_arg0
,_arg1
); 
10731     wxPyEndAllowThreads(__tstate
); 
10732     if (PyErr_Occurred()) return NULL
; 
10733 }    Py_INCREF(Py_None
); 
10734     _resultobj 
= Py_None
; 
10738 #define wxStyledTextEvent_SetKey(_swigobj,_swigarg0)  (_swigobj->SetKey(_swigarg0)) 
10739 static PyObject 
*_wrap_wxStyledTextEvent_SetKey(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10740     PyObject 
* _resultobj
; 
10741     wxStyledTextEvent 
* _arg0
; 
10743     PyObject 
* _argo0 
= 0; 
10744     char *_kwnames
[] = { "self","k", NULL 
}; 
10747     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetKey",_kwnames
,&_argo0
,&_arg1
))  
10750         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10751         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10752             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetKey. Expected _wxStyledTextEvent_p."); 
10757     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10758     wxStyledTextEvent_SetKey(_arg0
,_arg1
); 
10760     wxPyEndAllowThreads(__tstate
); 
10761     if (PyErr_Occurred()) return NULL
; 
10762 }    Py_INCREF(Py_None
); 
10763     _resultobj 
= Py_None
; 
10767 #define wxStyledTextEvent_SetModifiers(_swigobj,_swigarg0)  (_swigobj->SetModifiers(_swigarg0)) 
10768 static PyObject 
*_wrap_wxStyledTextEvent_SetModifiers(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10769     PyObject 
* _resultobj
; 
10770     wxStyledTextEvent 
* _arg0
; 
10772     PyObject 
* _argo0 
= 0; 
10773     char *_kwnames
[] = { "self","m", NULL 
}; 
10776     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModifiers",_kwnames
,&_argo0
,&_arg1
))  
10779         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10780         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10781             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModifiers. Expected _wxStyledTextEvent_p."); 
10786     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10787     wxStyledTextEvent_SetModifiers(_arg0
,_arg1
); 
10789     wxPyEndAllowThreads(__tstate
); 
10790     if (PyErr_Occurred()) return NULL
; 
10791 }    Py_INCREF(Py_None
); 
10792     _resultobj 
= Py_None
; 
10796 #define wxStyledTextEvent_SetModificationType(_swigobj,_swigarg0)  (_swigobj->SetModificationType(_swigarg0)) 
10797 static PyObject 
*_wrap_wxStyledTextEvent_SetModificationType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10798     PyObject 
* _resultobj
; 
10799     wxStyledTextEvent 
* _arg0
; 
10801     PyObject 
* _argo0 
= 0; 
10802     char *_kwnames
[] = { "self","t", NULL 
}; 
10805     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModificationType",_kwnames
,&_argo0
,&_arg1
))  
10808         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10809         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10810             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModificationType. Expected _wxStyledTextEvent_p."); 
10815     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10816     wxStyledTextEvent_SetModificationType(_arg0
,_arg1
); 
10818     wxPyEndAllowThreads(__tstate
); 
10819     if (PyErr_Occurred()) return NULL
; 
10820 }    Py_INCREF(Py_None
); 
10821     _resultobj 
= Py_None
; 
10825 #define wxStyledTextEvent_SetText(_swigobj,_swigarg0)  (_swigobj->SetText(_swigarg0)) 
10826 static PyObject 
*_wrap_wxStyledTextEvent_SetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10827     PyObject 
* _resultobj
; 
10828     wxStyledTextEvent 
* _arg0
; 
10830     PyObject 
* _argo0 
= 0; 
10831     PyObject 
* _obj1 
= 0; 
10832     char *_kwnames
[] = { "self","t", NULL 
}; 
10835     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_SetText",_kwnames
,&_argo0
,&_obj1
))  
10838         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10839         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10840             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetText. Expected _wxStyledTextEvent_p."); 
10845     _arg1 
= wxString_in_helper(_obj1
); 
10850     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10851     wxStyledTextEvent_SetText(_arg0
,*_arg1
); 
10853     wxPyEndAllowThreads(__tstate
); 
10854     if (PyErr_Occurred()) return NULL
; 
10855 }    Py_INCREF(Py_None
); 
10856     _resultobj 
= Py_None
; 
10864 #define wxStyledTextEvent_SetLength(_swigobj,_swigarg0)  (_swigobj->SetLength(_swigarg0)) 
10865 static PyObject 
*_wrap_wxStyledTextEvent_SetLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10866     PyObject 
* _resultobj
; 
10867     wxStyledTextEvent 
* _arg0
; 
10869     PyObject 
* _argo0 
= 0; 
10870     char *_kwnames
[] = { "self","len", NULL 
}; 
10873     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLength",_kwnames
,&_argo0
,&_arg1
))  
10876         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10877         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10878             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLength. Expected _wxStyledTextEvent_p."); 
10883     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10884     wxStyledTextEvent_SetLength(_arg0
,_arg1
); 
10886     wxPyEndAllowThreads(__tstate
); 
10887     if (PyErr_Occurred()) return NULL
; 
10888 }    Py_INCREF(Py_None
); 
10889     _resultobj 
= Py_None
; 
10893 #define wxStyledTextEvent_SetLinesAdded(_swigobj,_swigarg0)  (_swigobj->SetLinesAdded(_swigarg0)) 
10894 static PyObject 
*_wrap_wxStyledTextEvent_SetLinesAdded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10895     PyObject 
* _resultobj
; 
10896     wxStyledTextEvent 
* _arg0
; 
10898     PyObject 
* _argo0 
= 0; 
10899     char *_kwnames
[] = { "self","num", NULL 
}; 
10902     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLinesAdded",_kwnames
,&_argo0
,&_arg1
))  
10905         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10906         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10907             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLinesAdded. Expected _wxStyledTextEvent_p."); 
10912     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10913     wxStyledTextEvent_SetLinesAdded(_arg0
,_arg1
); 
10915     wxPyEndAllowThreads(__tstate
); 
10916     if (PyErr_Occurred()) return NULL
; 
10917 }    Py_INCREF(Py_None
); 
10918     _resultobj 
= Py_None
; 
10922 #define wxStyledTextEvent_SetLine(_swigobj,_swigarg0)  (_swigobj->SetLine(_swigarg0)) 
10923 static PyObject 
*_wrap_wxStyledTextEvent_SetLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10924     PyObject 
* _resultobj
; 
10925     wxStyledTextEvent 
* _arg0
; 
10927     PyObject 
* _argo0 
= 0; 
10928     char *_kwnames
[] = { "self","val", NULL 
}; 
10931     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLine",_kwnames
,&_argo0
,&_arg1
))  
10934         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10935         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10936             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLine. Expected _wxStyledTextEvent_p."); 
10941     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10942     wxStyledTextEvent_SetLine(_arg0
,_arg1
); 
10944     wxPyEndAllowThreads(__tstate
); 
10945     if (PyErr_Occurred()) return NULL
; 
10946 }    Py_INCREF(Py_None
); 
10947     _resultobj 
= Py_None
; 
10951 #define wxStyledTextEvent_SetFoldLevelNow(_swigobj,_swigarg0)  (_swigobj->SetFoldLevelNow(_swigarg0)) 
10952 static PyObject 
*_wrap_wxStyledTextEvent_SetFoldLevelNow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10953     PyObject 
* _resultobj
; 
10954     wxStyledTextEvent 
* _arg0
; 
10956     PyObject 
* _argo0 
= 0; 
10957     char *_kwnames
[] = { "self","val", NULL 
}; 
10960     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelNow",_kwnames
,&_argo0
,&_arg1
))  
10963         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10964         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10965             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelNow. Expected _wxStyledTextEvent_p."); 
10970     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
10971     wxStyledTextEvent_SetFoldLevelNow(_arg0
,_arg1
); 
10973     wxPyEndAllowThreads(__tstate
); 
10974     if (PyErr_Occurred()) return NULL
; 
10975 }    Py_INCREF(Py_None
); 
10976     _resultobj 
= Py_None
; 
10980 #define wxStyledTextEvent_SetFoldLevelPrev(_swigobj,_swigarg0)  (_swigobj->SetFoldLevelPrev(_swigarg0)) 
10981 static PyObject 
*_wrap_wxStyledTextEvent_SetFoldLevelPrev(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
10982     PyObject 
* _resultobj
; 
10983     wxStyledTextEvent 
* _arg0
; 
10985     PyObject 
* _argo0 
= 0; 
10986     char *_kwnames
[] = { "self","val", NULL 
}; 
10989     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelPrev",_kwnames
,&_argo0
,&_arg1
))  
10992         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
10993         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
10994             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelPrev. Expected _wxStyledTextEvent_p."); 
10999     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11000     wxStyledTextEvent_SetFoldLevelPrev(_arg0
,_arg1
); 
11002     wxPyEndAllowThreads(__tstate
); 
11003     if (PyErr_Occurred()) return NULL
; 
11004 }    Py_INCREF(Py_None
); 
11005     _resultobj 
= Py_None
; 
11009 #define wxStyledTextEvent_SetMargin(_swigobj,_swigarg0)  (_swigobj->SetMargin(_swigarg0)) 
11010 static PyObject 
*_wrap_wxStyledTextEvent_SetMargin(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11011     PyObject 
* _resultobj
; 
11012     wxStyledTextEvent 
* _arg0
; 
11014     PyObject 
* _argo0 
= 0; 
11015     char *_kwnames
[] = { "self","val", NULL 
}; 
11018     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMargin",_kwnames
,&_argo0
,&_arg1
))  
11021         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11022         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11023             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMargin. Expected _wxStyledTextEvent_p."); 
11028     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11029     wxStyledTextEvent_SetMargin(_arg0
,_arg1
); 
11031     wxPyEndAllowThreads(__tstate
); 
11032     if (PyErr_Occurred()) return NULL
; 
11033 }    Py_INCREF(Py_None
); 
11034     _resultobj 
= Py_None
; 
11038 #define wxStyledTextEvent_SetMessage(_swigobj,_swigarg0)  (_swigobj->SetMessage(_swigarg0)) 
11039 static PyObject 
*_wrap_wxStyledTextEvent_SetMessage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11040     PyObject 
* _resultobj
; 
11041     wxStyledTextEvent 
* _arg0
; 
11043     PyObject 
* _argo0 
= 0; 
11044     char *_kwnames
[] = { "self","val", NULL 
}; 
11047     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMessage",_kwnames
,&_argo0
,&_arg1
))  
11050         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11051         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11052             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMessage. Expected _wxStyledTextEvent_p."); 
11057     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11058     wxStyledTextEvent_SetMessage(_arg0
,_arg1
); 
11060     wxPyEndAllowThreads(__tstate
); 
11061     if (PyErr_Occurred()) return NULL
; 
11062 }    Py_INCREF(Py_None
); 
11063     _resultobj 
= Py_None
; 
11067 #define wxStyledTextEvent_SetWParam(_swigobj,_swigarg0)  (_swigobj->SetWParam(_swigarg0)) 
11068 static PyObject 
*_wrap_wxStyledTextEvent_SetWParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11069     PyObject 
* _resultobj
; 
11070     wxStyledTextEvent 
* _arg0
; 
11072     PyObject 
* _argo0 
= 0; 
11073     char *_kwnames
[] = { "self","val", NULL 
}; 
11076     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetWParam",_kwnames
,&_argo0
,&_arg1
))  
11079         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11080         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11081             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetWParam. Expected _wxStyledTextEvent_p."); 
11086     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11087     wxStyledTextEvent_SetWParam(_arg0
,_arg1
); 
11089     wxPyEndAllowThreads(__tstate
); 
11090     if (PyErr_Occurred()) return NULL
; 
11091 }    Py_INCREF(Py_None
); 
11092     _resultobj 
= Py_None
; 
11096 #define wxStyledTextEvent_SetLParam(_swigobj,_swigarg0)  (_swigobj->SetLParam(_swigarg0)) 
11097 static PyObject 
*_wrap_wxStyledTextEvent_SetLParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11098     PyObject 
* _resultobj
; 
11099     wxStyledTextEvent 
* _arg0
; 
11101     PyObject 
* _argo0 
= 0; 
11102     char *_kwnames
[] = { "self","val", NULL 
}; 
11105     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLParam",_kwnames
,&_argo0
,&_arg1
))  
11108         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11109         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11110             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLParam. Expected _wxStyledTextEvent_p."); 
11115     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11116     wxStyledTextEvent_SetLParam(_arg0
,_arg1
); 
11118     wxPyEndAllowThreads(__tstate
); 
11119     if (PyErr_Occurred()) return NULL
; 
11120 }    Py_INCREF(Py_None
); 
11121     _resultobj 
= Py_None
; 
11125 #define wxStyledTextEvent_SetListType(_swigobj,_swigarg0)  (_swigobj->SetListType(_swigarg0)) 
11126 static PyObject 
*_wrap_wxStyledTextEvent_SetListType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11127     PyObject 
* _resultobj
; 
11128     wxStyledTextEvent 
* _arg0
; 
11130     PyObject 
* _argo0 
= 0; 
11131     char *_kwnames
[] = { "self","val", NULL 
}; 
11134     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetListType",_kwnames
,&_argo0
,&_arg1
))  
11137         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11138         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11139             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetListType. Expected _wxStyledTextEvent_p."); 
11144     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11145     wxStyledTextEvent_SetListType(_arg0
,_arg1
); 
11147     wxPyEndAllowThreads(__tstate
); 
11148     if (PyErr_Occurred()) return NULL
; 
11149 }    Py_INCREF(Py_None
); 
11150     _resultobj 
= Py_None
; 
11154 #define wxStyledTextEvent_SetX(_swigobj,_swigarg0)  (_swigobj->SetX(_swigarg0)) 
11155 static PyObject 
*_wrap_wxStyledTextEvent_SetX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11156     PyObject 
* _resultobj
; 
11157     wxStyledTextEvent 
* _arg0
; 
11159     PyObject 
* _argo0 
= 0; 
11160     char *_kwnames
[] = { "self","val", NULL 
}; 
11163     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetX",_kwnames
,&_argo0
,&_arg1
))  
11166         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11167         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11168             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetX. Expected _wxStyledTextEvent_p."); 
11173     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11174     wxStyledTextEvent_SetX(_arg0
,_arg1
); 
11176     wxPyEndAllowThreads(__tstate
); 
11177     if (PyErr_Occurred()) return NULL
; 
11178 }    Py_INCREF(Py_None
); 
11179     _resultobj 
= Py_None
; 
11183 #define wxStyledTextEvent_SetY(_swigobj,_swigarg0)  (_swigobj->SetY(_swigarg0)) 
11184 static PyObject 
*_wrap_wxStyledTextEvent_SetY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11185     PyObject 
* _resultobj
; 
11186     wxStyledTextEvent 
* _arg0
; 
11188     PyObject 
* _argo0 
= 0; 
11189     char *_kwnames
[] = { "self","val", NULL 
}; 
11192     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetY",_kwnames
,&_argo0
,&_arg1
))  
11195         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11196         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11197             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetY. Expected _wxStyledTextEvent_p."); 
11202     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11203     wxStyledTextEvent_SetY(_arg0
,_arg1
); 
11205     wxPyEndAllowThreads(__tstate
); 
11206     if (PyErr_Occurred()) return NULL
; 
11207 }    Py_INCREF(Py_None
); 
11208     _resultobj 
= Py_None
; 
11212 #define wxStyledTextEvent_SetDragText(_swigobj,_swigarg0)  (_swigobj->SetDragText(_swigarg0)) 
11213 static PyObject 
*_wrap_wxStyledTextEvent_SetDragText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11214     PyObject 
* _resultobj
; 
11215     wxStyledTextEvent 
* _arg0
; 
11217     PyObject 
* _argo0 
= 0; 
11218     PyObject 
* _obj1 
= 0; 
11219     char *_kwnames
[] = { "self","val", NULL 
}; 
11222     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_SetDragText",_kwnames
,&_argo0
,&_obj1
))  
11225         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11226         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11227             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragText. Expected _wxStyledTextEvent_p."); 
11232     _arg1 
= wxString_in_helper(_obj1
); 
11237     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11238     wxStyledTextEvent_SetDragText(_arg0
,*_arg1
); 
11240     wxPyEndAllowThreads(__tstate
); 
11241     if (PyErr_Occurred()) return NULL
; 
11242 }    Py_INCREF(Py_None
); 
11243     _resultobj 
= Py_None
; 
11251 #define wxStyledTextEvent_SetDragAllowMove(_swigobj,_swigarg0)  (_swigobj->SetDragAllowMove(_swigarg0)) 
11252 static PyObject 
*_wrap_wxStyledTextEvent_SetDragAllowMove(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11253     PyObject 
* _resultobj
; 
11254     wxStyledTextEvent 
* _arg0
; 
11256     PyObject 
* _argo0 
= 0; 
11258     char *_kwnames
[] = { "self","val", NULL 
}; 
11261     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragAllowMove",_kwnames
,&_argo0
,&tempbool1
))  
11264         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11265         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11266             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragAllowMove. Expected _wxStyledTextEvent_p."); 
11270     _arg1 
= (bool ) tempbool1
; 
11272     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11273     wxStyledTextEvent_SetDragAllowMove(_arg0
,_arg1
); 
11275     wxPyEndAllowThreads(__tstate
); 
11276     if (PyErr_Occurred()) return NULL
; 
11277 }    Py_INCREF(Py_None
); 
11278     _resultobj 
= Py_None
; 
11282 #define wxStyledTextEvent_SetDragResult(_swigobj,_swigarg0)  (_swigobj->SetDragResult(_swigarg0)) 
11283 static PyObject 
*_wrap_wxStyledTextEvent_SetDragResult(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11284     PyObject 
* _resultobj
; 
11285     wxStyledTextEvent 
* _arg0
; 
11286     wxDragResult  _arg1
; 
11287     PyObject 
* _argo0 
= 0; 
11288     char *_kwnames
[] = { "self","val", NULL 
}; 
11291     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragResult",_kwnames
,&_argo0
,&_arg1
))  
11294         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11295         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11296             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragResult. Expected _wxStyledTextEvent_p."); 
11301     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11302     wxStyledTextEvent_SetDragResult(_arg0
,_arg1
); 
11304     wxPyEndAllowThreads(__tstate
); 
11305     if (PyErr_Occurred()) return NULL
; 
11306 }    Py_INCREF(Py_None
); 
11307     _resultobj 
= Py_None
; 
11311 #define wxStyledTextEvent_GetPosition(_swigobj)  (_swigobj->GetPosition()) 
11312 static PyObject 
*_wrap_wxStyledTextEvent_GetPosition(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11313     PyObject 
* _resultobj
; 
11315     wxStyledTextEvent 
* _arg0
; 
11316     PyObject 
* _argo0 
= 0; 
11317     char *_kwnames
[] = { "self", NULL 
}; 
11320     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetPosition",_kwnames
,&_argo0
))  
11323         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11324         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11325             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetPosition. Expected _wxStyledTextEvent_p."); 
11330     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11331     _result 
= (int )wxStyledTextEvent_GetPosition(_arg0
); 
11333     wxPyEndAllowThreads(__tstate
); 
11334     if (PyErr_Occurred()) return NULL
; 
11335 }    _resultobj 
= Py_BuildValue("i",_result
); 
11339 #define wxStyledTextEvent_GetKey(_swigobj)  (_swigobj->GetKey()) 
11340 static PyObject 
*_wrap_wxStyledTextEvent_GetKey(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11341     PyObject 
* _resultobj
; 
11343     wxStyledTextEvent 
* _arg0
; 
11344     PyObject 
* _argo0 
= 0; 
11345     char *_kwnames
[] = { "self", NULL 
}; 
11348     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetKey",_kwnames
,&_argo0
))  
11351         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11352         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11353             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetKey. Expected _wxStyledTextEvent_p."); 
11358     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11359     _result 
= (int )wxStyledTextEvent_GetKey(_arg0
); 
11361     wxPyEndAllowThreads(__tstate
); 
11362     if (PyErr_Occurred()) return NULL
; 
11363 }    _resultobj 
= Py_BuildValue("i",_result
); 
11367 #define wxStyledTextEvent_GetModifiers(_swigobj)  (_swigobj->GetModifiers()) 
11368 static PyObject 
*_wrap_wxStyledTextEvent_GetModifiers(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11369     PyObject 
* _resultobj
; 
11371     wxStyledTextEvent 
* _arg0
; 
11372     PyObject 
* _argo0 
= 0; 
11373     char *_kwnames
[] = { "self", NULL 
}; 
11376     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModifiers",_kwnames
,&_argo0
))  
11379         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11380         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11381             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModifiers. Expected _wxStyledTextEvent_p."); 
11386     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11387     _result 
= (int )wxStyledTextEvent_GetModifiers(_arg0
); 
11389     wxPyEndAllowThreads(__tstate
); 
11390     if (PyErr_Occurred()) return NULL
; 
11391 }    _resultobj 
= Py_BuildValue("i",_result
); 
11395 #define wxStyledTextEvent_GetModificationType(_swigobj)  (_swigobj->GetModificationType()) 
11396 static PyObject 
*_wrap_wxStyledTextEvent_GetModificationType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11397     PyObject 
* _resultobj
; 
11399     wxStyledTextEvent 
* _arg0
; 
11400     PyObject 
* _argo0 
= 0; 
11401     char *_kwnames
[] = { "self", NULL 
}; 
11404     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModificationType",_kwnames
,&_argo0
))  
11407         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11408         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11409             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModificationType. Expected _wxStyledTextEvent_p."); 
11414     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11415     _result 
= (int )wxStyledTextEvent_GetModificationType(_arg0
); 
11417     wxPyEndAllowThreads(__tstate
); 
11418     if (PyErr_Occurred()) return NULL
; 
11419 }    _resultobj 
= Py_BuildValue("i",_result
); 
11423 #define wxStyledTextEvent_GetText(_swigobj)  (_swigobj->GetText()) 
11424 static PyObject 
*_wrap_wxStyledTextEvent_GetText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11425     PyObject 
* _resultobj
; 
11426     wxString 
* _result
; 
11427     wxStyledTextEvent 
* _arg0
; 
11428     PyObject 
* _argo0 
= 0; 
11429     char *_kwnames
[] = { "self", NULL 
}; 
11432     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetText",_kwnames
,&_argo0
))  
11435         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11436         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11437             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetText. Expected _wxStyledTextEvent_p."); 
11442     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11443     _result 
= new wxString (wxStyledTextEvent_GetText(_arg0
)); 
11445     wxPyEndAllowThreads(__tstate
); 
11446     if (PyErr_Occurred()) return NULL
; 
11449     _resultobj 
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len()); 
11451     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
11460 #define wxStyledTextEvent_GetLength(_swigobj)  (_swigobj->GetLength()) 
11461 static PyObject 
*_wrap_wxStyledTextEvent_GetLength(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11462     PyObject 
* _resultobj
; 
11464     wxStyledTextEvent 
* _arg0
; 
11465     PyObject 
* _argo0 
= 0; 
11466     char *_kwnames
[] = { "self", NULL 
}; 
11469     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLength",_kwnames
,&_argo0
))  
11472         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11473         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11474             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLength. Expected _wxStyledTextEvent_p."); 
11479     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11480     _result 
= (int )wxStyledTextEvent_GetLength(_arg0
); 
11482     wxPyEndAllowThreads(__tstate
); 
11483     if (PyErr_Occurred()) return NULL
; 
11484 }    _resultobj 
= Py_BuildValue("i",_result
); 
11488 #define wxStyledTextEvent_GetLinesAdded(_swigobj)  (_swigobj->GetLinesAdded()) 
11489 static PyObject 
*_wrap_wxStyledTextEvent_GetLinesAdded(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11490     PyObject 
* _resultobj
; 
11492     wxStyledTextEvent 
* _arg0
; 
11493     PyObject 
* _argo0 
= 0; 
11494     char *_kwnames
[] = { "self", NULL 
}; 
11497     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLinesAdded",_kwnames
,&_argo0
))  
11500         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11501         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11502             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLinesAdded. Expected _wxStyledTextEvent_p."); 
11507     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11508     _result 
= (int )wxStyledTextEvent_GetLinesAdded(_arg0
); 
11510     wxPyEndAllowThreads(__tstate
); 
11511     if (PyErr_Occurred()) return NULL
; 
11512 }    _resultobj 
= Py_BuildValue("i",_result
); 
11516 #define wxStyledTextEvent_GetLine(_swigobj)  (_swigobj->GetLine()) 
11517 static PyObject 
*_wrap_wxStyledTextEvent_GetLine(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11518     PyObject 
* _resultobj
; 
11520     wxStyledTextEvent 
* _arg0
; 
11521     PyObject 
* _argo0 
= 0; 
11522     char *_kwnames
[] = { "self", NULL 
}; 
11525     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLine",_kwnames
,&_argo0
))  
11528         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11529         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11530             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLine. Expected _wxStyledTextEvent_p."); 
11535     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11536     _result 
= (int )wxStyledTextEvent_GetLine(_arg0
); 
11538     wxPyEndAllowThreads(__tstate
); 
11539     if (PyErr_Occurred()) return NULL
; 
11540 }    _resultobj 
= Py_BuildValue("i",_result
); 
11544 #define wxStyledTextEvent_GetFoldLevelNow(_swigobj)  (_swigobj->GetFoldLevelNow()) 
11545 static PyObject 
*_wrap_wxStyledTextEvent_GetFoldLevelNow(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11546     PyObject 
* _resultobj
; 
11548     wxStyledTextEvent 
* _arg0
; 
11549     PyObject 
* _argo0 
= 0; 
11550     char *_kwnames
[] = { "self", NULL 
}; 
11553     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelNow",_kwnames
,&_argo0
))  
11556         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11557         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11558             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelNow. Expected _wxStyledTextEvent_p."); 
11563     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11564     _result 
= (int )wxStyledTextEvent_GetFoldLevelNow(_arg0
); 
11566     wxPyEndAllowThreads(__tstate
); 
11567     if (PyErr_Occurred()) return NULL
; 
11568 }    _resultobj 
= Py_BuildValue("i",_result
); 
11572 #define wxStyledTextEvent_GetFoldLevelPrev(_swigobj)  (_swigobj->GetFoldLevelPrev()) 
11573 static PyObject 
*_wrap_wxStyledTextEvent_GetFoldLevelPrev(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11574     PyObject 
* _resultobj
; 
11576     wxStyledTextEvent 
* _arg0
; 
11577     PyObject 
* _argo0 
= 0; 
11578     char *_kwnames
[] = { "self", NULL 
}; 
11581     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelPrev",_kwnames
,&_argo0
))  
11584         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11585         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11586             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelPrev. Expected _wxStyledTextEvent_p."); 
11591     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11592     _result 
= (int )wxStyledTextEvent_GetFoldLevelPrev(_arg0
); 
11594     wxPyEndAllowThreads(__tstate
); 
11595     if (PyErr_Occurred()) return NULL
; 
11596 }    _resultobj 
= Py_BuildValue("i",_result
); 
11600 #define wxStyledTextEvent_GetMargin(_swigobj)  (_swigobj->GetMargin()) 
11601 static PyObject 
*_wrap_wxStyledTextEvent_GetMargin(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11602     PyObject 
* _resultobj
; 
11604     wxStyledTextEvent 
* _arg0
; 
11605     PyObject 
* _argo0 
= 0; 
11606     char *_kwnames
[] = { "self", NULL 
}; 
11609     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMargin",_kwnames
,&_argo0
))  
11612         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11613         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11614             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMargin. Expected _wxStyledTextEvent_p."); 
11619     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11620     _result 
= (int )wxStyledTextEvent_GetMargin(_arg0
); 
11622     wxPyEndAllowThreads(__tstate
); 
11623     if (PyErr_Occurred()) return NULL
; 
11624 }    _resultobj 
= Py_BuildValue("i",_result
); 
11628 #define wxStyledTextEvent_GetMessage(_swigobj)  (_swigobj->GetMessage()) 
11629 static PyObject 
*_wrap_wxStyledTextEvent_GetMessage(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11630     PyObject 
* _resultobj
; 
11632     wxStyledTextEvent 
* _arg0
; 
11633     PyObject 
* _argo0 
= 0; 
11634     char *_kwnames
[] = { "self", NULL 
}; 
11637     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMessage",_kwnames
,&_argo0
))  
11640         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11641         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11642             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMessage. Expected _wxStyledTextEvent_p."); 
11647     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11648     _result 
= (int )wxStyledTextEvent_GetMessage(_arg0
); 
11650     wxPyEndAllowThreads(__tstate
); 
11651     if (PyErr_Occurred()) return NULL
; 
11652 }    _resultobj 
= Py_BuildValue("i",_result
); 
11656 #define wxStyledTextEvent_GetWParam(_swigobj)  (_swigobj->GetWParam()) 
11657 static PyObject 
*_wrap_wxStyledTextEvent_GetWParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11658     PyObject 
* _resultobj
; 
11660     wxStyledTextEvent 
* _arg0
; 
11661     PyObject 
* _argo0 
= 0; 
11662     char *_kwnames
[] = { "self", NULL 
}; 
11665     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetWParam",_kwnames
,&_argo0
))  
11668         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11669         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11670             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetWParam. Expected _wxStyledTextEvent_p."); 
11675     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11676     _result 
= (int )wxStyledTextEvent_GetWParam(_arg0
); 
11678     wxPyEndAllowThreads(__tstate
); 
11679     if (PyErr_Occurred()) return NULL
; 
11680 }    _resultobj 
= Py_BuildValue("i",_result
); 
11684 #define wxStyledTextEvent_GetLParam(_swigobj)  (_swigobj->GetLParam()) 
11685 static PyObject 
*_wrap_wxStyledTextEvent_GetLParam(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11686     PyObject 
* _resultobj
; 
11688     wxStyledTextEvent 
* _arg0
; 
11689     PyObject 
* _argo0 
= 0; 
11690     char *_kwnames
[] = { "self", NULL 
}; 
11693     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLParam",_kwnames
,&_argo0
))  
11696         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11697         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11698             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLParam. Expected _wxStyledTextEvent_p."); 
11703     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11704     _result 
= (int )wxStyledTextEvent_GetLParam(_arg0
); 
11706     wxPyEndAllowThreads(__tstate
); 
11707     if (PyErr_Occurred()) return NULL
; 
11708 }    _resultobj 
= Py_BuildValue("i",_result
); 
11712 #define wxStyledTextEvent_GetListType(_swigobj)  (_swigobj->GetListType()) 
11713 static PyObject 
*_wrap_wxStyledTextEvent_GetListType(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11714     PyObject 
* _resultobj
; 
11716     wxStyledTextEvent 
* _arg0
; 
11717     PyObject 
* _argo0 
= 0; 
11718     char *_kwnames
[] = { "self", NULL 
}; 
11721     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetListType",_kwnames
,&_argo0
))  
11724         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11725         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11726             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetListType. Expected _wxStyledTextEvent_p."); 
11731     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11732     _result 
= (int )wxStyledTextEvent_GetListType(_arg0
); 
11734     wxPyEndAllowThreads(__tstate
); 
11735     if (PyErr_Occurred()) return NULL
; 
11736 }    _resultobj 
= Py_BuildValue("i",_result
); 
11740 #define wxStyledTextEvent_GetX(_swigobj)  (_swigobj->GetX()) 
11741 static PyObject 
*_wrap_wxStyledTextEvent_GetX(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11742     PyObject 
* _resultobj
; 
11744     wxStyledTextEvent 
* _arg0
; 
11745     PyObject 
* _argo0 
= 0; 
11746     char *_kwnames
[] = { "self", NULL 
}; 
11749     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetX",_kwnames
,&_argo0
))  
11752         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11753         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11754             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetX. Expected _wxStyledTextEvent_p."); 
11759     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11760     _result 
= (int )wxStyledTextEvent_GetX(_arg0
); 
11762     wxPyEndAllowThreads(__tstate
); 
11763     if (PyErr_Occurred()) return NULL
; 
11764 }    _resultobj 
= Py_BuildValue("i",_result
); 
11768 #define wxStyledTextEvent_GetY(_swigobj)  (_swigobj->GetY()) 
11769 static PyObject 
*_wrap_wxStyledTextEvent_GetY(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11770     PyObject 
* _resultobj
; 
11772     wxStyledTextEvent 
* _arg0
; 
11773     PyObject 
* _argo0 
= 0; 
11774     char *_kwnames
[] = { "self", NULL 
}; 
11777     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetY",_kwnames
,&_argo0
))  
11780         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11781         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11782             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetY. Expected _wxStyledTextEvent_p."); 
11787     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11788     _result 
= (int )wxStyledTextEvent_GetY(_arg0
); 
11790     wxPyEndAllowThreads(__tstate
); 
11791     if (PyErr_Occurred()) return NULL
; 
11792 }    _resultobj 
= Py_BuildValue("i",_result
); 
11796 #define wxStyledTextEvent_GetDragText(_swigobj)  (_swigobj->GetDragText()) 
11797 static PyObject 
*_wrap_wxStyledTextEvent_GetDragText(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11798     PyObject 
* _resultobj
; 
11799     wxString 
* _result
; 
11800     wxStyledTextEvent 
* _arg0
; 
11801     PyObject 
* _argo0 
= 0; 
11802     char *_kwnames
[] = { "self", NULL 
}; 
11805     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragText",_kwnames
,&_argo0
))  
11808         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11809         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11810             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragText. Expected _wxStyledTextEvent_p."); 
11815     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11816     _result 
= new wxString (wxStyledTextEvent_GetDragText(_arg0
)); 
11818     wxPyEndAllowThreads(__tstate
); 
11819     if (PyErr_Occurred()) return NULL
; 
11822     _resultobj 
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len()); 
11824     _resultobj 
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len()); 
11833 #define wxStyledTextEvent_GetDragAllowMove(_swigobj)  (_swigobj->GetDragAllowMove()) 
11834 static PyObject 
*_wrap_wxStyledTextEvent_GetDragAllowMove(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11835     PyObject 
* _resultobj
; 
11837     wxStyledTextEvent 
* _arg0
; 
11838     PyObject 
* _argo0 
= 0; 
11839     char *_kwnames
[] = { "self", NULL 
}; 
11842     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragAllowMove",_kwnames
,&_argo0
))  
11845         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11846         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11847             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragAllowMove. Expected _wxStyledTextEvent_p."); 
11852     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11853     _result 
= (bool )wxStyledTextEvent_GetDragAllowMove(_arg0
); 
11855     wxPyEndAllowThreads(__tstate
); 
11856     if (PyErr_Occurred()) return NULL
; 
11857 }    _resultobj 
= Py_BuildValue("i",_result
); 
11861 #define wxStyledTextEvent_GetDragResult(_swigobj)  (_swigobj->GetDragResult()) 
11862 static PyObject 
*_wrap_wxStyledTextEvent_GetDragResult(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11863     PyObject 
* _resultobj
; 
11864     wxDragResult  _result
; 
11865     wxStyledTextEvent 
* _arg0
; 
11866     PyObject 
* _argo0 
= 0; 
11867     char *_kwnames
[] = { "self", NULL 
}; 
11870     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragResult",_kwnames
,&_argo0
))  
11873         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11874         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11875             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragResult. Expected _wxStyledTextEvent_p."); 
11880     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11881     _result 
= (wxDragResult 
)wxStyledTextEvent_GetDragResult(_arg0
); 
11883     wxPyEndAllowThreads(__tstate
); 
11884     if (PyErr_Occurred()) return NULL
; 
11885 }    _resultobj 
= Py_BuildValue("i",_result
); 
11889 #define wxStyledTextEvent_GetShift(_swigobj)  (_swigobj->GetShift()) 
11890 static PyObject 
*_wrap_wxStyledTextEvent_GetShift(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11891     PyObject 
* _resultobj
; 
11893     wxStyledTextEvent 
* _arg0
; 
11894     PyObject 
* _argo0 
= 0; 
11895     char *_kwnames
[] = { "self", NULL 
}; 
11898     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetShift",_kwnames
,&_argo0
))  
11901         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11902         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11903             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetShift. Expected _wxStyledTextEvent_p."); 
11908     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11909     _result 
= (bool )wxStyledTextEvent_GetShift(_arg0
); 
11911     wxPyEndAllowThreads(__tstate
); 
11912     if (PyErr_Occurred()) return NULL
; 
11913 }    _resultobj 
= Py_BuildValue("i",_result
); 
11917 #define wxStyledTextEvent_GetControl(_swigobj)  (_swigobj->GetControl()) 
11918 static PyObject 
*_wrap_wxStyledTextEvent_GetControl(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11919     PyObject 
* _resultobj
; 
11921     wxStyledTextEvent 
* _arg0
; 
11922     PyObject 
* _argo0 
= 0; 
11923     char *_kwnames
[] = { "self", NULL 
}; 
11926     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetControl",_kwnames
,&_argo0
))  
11929         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11930         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11931             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetControl. Expected _wxStyledTextEvent_p."); 
11936     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11937     _result 
= (bool )wxStyledTextEvent_GetControl(_arg0
); 
11939     wxPyEndAllowThreads(__tstate
); 
11940     if (PyErr_Occurred()) return NULL
; 
11941 }    _resultobj 
= Py_BuildValue("i",_result
); 
11945 #define wxStyledTextEvent_GetAlt(_swigobj)  (_swigobj->GetAlt()) 
11946 static PyObject 
*_wrap_wxStyledTextEvent_GetAlt(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11947     PyObject 
* _resultobj
; 
11949     wxStyledTextEvent 
* _arg0
; 
11950     PyObject 
* _argo0 
= 0; 
11951     char *_kwnames
[] = { "self", NULL 
}; 
11954     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetAlt",_kwnames
,&_argo0
))  
11957         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11958         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11959             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetAlt. Expected _wxStyledTextEvent_p."); 
11964     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11965     _result 
= (bool )wxStyledTextEvent_GetAlt(_arg0
); 
11967     wxPyEndAllowThreads(__tstate
); 
11968     if (PyErr_Occurred()) return NULL
; 
11969 }    _resultobj 
= Py_BuildValue("i",_result
); 
11973 #define wxStyledTextEvent_Clone(_swigobj)  (_swigobj->Clone()) 
11974 static PyObject 
*_wrap_wxStyledTextEvent_Clone(PyObject 
*self
, PyObject 
*args
, PyObject 
*kwargs
) { 
11975     PyObject 
* _resultobj
; 
11977     wxStyledTextEvent 
* _arg0
; 
11978     PyObject 
* _argo0 
= 0; 
11979     char *_kwnames
[] = { "self", NULL 
}; 
11983     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_Clone",_kwnames
,&_argo0
))  
11986         if (_argo0 
== Py_None
) { _arg0 
= NULL
; } 
11987         else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) { 
11988             PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_Clone. Expected _wxStyledTextEvent_p."); 
11993     PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
11994     _result 
= (wxEvent 
*)wxStyledTextEvent_Clone(_arg0
); 
11996     wxPyEndAllowThreads(__tstate
); 
11997     if (PyErr_Occurred()) return NULL
; 
11999         SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxEvent_p"); 
12000         _resultobj 
= Py_BuildValue("s",_ptemp
); 
12002         Py_INCREF(Py_None
); 
12003         _resultobj 
= Py_None
; 
12008 static PyMethodDef stc_cMethods
[] = { 
12009          { "wxStyledTextEvent_Clone", (PyCFunction
) _wrap_wxStyledTextEvent_Clone
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12010          { "wxStyledTextEvent_GetAlt", (PyCFunction
) _wrap_wxStyledTextEvent_GetAlt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12011          { "wxStyledTextEvent_GetControl", (PyCFunction
) _wrap_wxStyledTextEvent_GetControl
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12012          { "wxStyledTextEvent_GetShift", (PyCFunction
) _wrap_wxStyledTextEvent_GetShift
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12013          { "wxStyledTextEvent_GetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragResult
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12014          { "wxStyledTextEvent_GetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragAllowMove
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12015          { "wxStyledTextEvent_GetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12016          { "wxStyledTextEvent_GetY", (PyCFunction
) _wrap_wxStyledTextEvent_GetY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12017          { "wxStyledTextEvent_GetX", (PyCFunction
) _wrap_wxStyledTextEvent_GetX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12018          { "wxStyledTextEvent_GetListType", (PyCFunction
) _wrap_wxStyledTextEvent_GetListType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12019          { "wxStyledTextEvent_GetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetLParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12020          { "wxStyledTextEvent_GetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetWParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12021          { "wxStyledTextEvent_GetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_GetMessage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12022          { "wxStyledTextEvent_GetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_GetMargin
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12023          { "wxStyledTextEvent_GetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelPrev
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12024          { "wxStyledTextEvent_GetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelNow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12025          { "wxStyledTextEvent_GetLine", (PyCFunction
) _wrap_wxStyledTextEvent_GetLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12026          { "wxStyledTextEvent_GetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_GetLinesAdded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12027          { "wxStyledTextEvent_GetLength", (PyCFunction
) _wrap_wxStyledTextEvent_GetLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12028          { "wxStyledTextEvent_GetText", (PyCFunction
) _wrap_wxStyledTextEvent_GetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12029          { "wxStyledTextEvent_GetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_GetModificationType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12030          { "wxStyledTextEvent_GetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_GetModifiers
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12031          { "wxStyledTextEvent_GetKey", (PyCFunction
) _wrap_wxStyledTextEvent_GetKey
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12032          { "wxStyledTextEvent_GetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_GetPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12033          { "wxStyledTextEvent_SetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragResult
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12034          { "wxStyledTextEvent_SetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragAllowMove
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12035          { "wxStyledTextEvent_SetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12036          { "wxStyledTextEvent_SetY", (PyCFunction
) _wrap_wxStyledTextEvent_SetY
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12037          { "wxStyledTextEvent_SetX", (PyCFunction
) _wrap_wxStyledTextEvent_SetX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12038          { "wxStyledTextEvent_SetListType", (PyCFunction
) _wrap_wxStyledTextEvent_SetListType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12039          { "wxStyledTextEvent_SetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetLParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12040          { "wxStyledTextEvent_SetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetWParam
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12041          { "wxStyledTextEvent_SetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_SetMessage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12042          { "wxStyledTextEvent_SetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_SetMargin
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12043          { "wxStyledTextEvent_SetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelPrev
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12044          { "wxStyledTextEvent_SetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelNow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12045          { "wxStyledTextEvent_SetLine", (PyCFunction
) _wrap_wxStyledTextEvent_SetLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12046          { "wxStyledTextEvent_SetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_SetLinesAdded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12047          { "wxStyledTextEvent_SetLength", (PyCFunction
) _wrap_wxStyledTextEvent_SetLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12048          { "wxStyledTextEvent_SetText", (PyCFunction
) _wrap_wxStyledTextEvent_SetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12049          { "wxStyledTextEvent_SetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_SetModificationType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12050          { "wxStyledTextEvent_SetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_SetModifiers
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12051          { "wxStyledTextEvent_SetKey", (PyCFunction
) _wrap_wxStyledTextEvent_SetKey
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12052          { "wxStyledTextEvent_SetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_SetPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12053          { "delete_wxStyledTextEvent", (PyCFunction
) _wrap_delete_wxStyledTextEvent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12054          { "new_wxStyledTextEvent", (PyCFunction
) _wrap_new_wxStyledTextEvent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12055          { "wxStyledTextCtrl_LoadFile", (PyCFunction
) _wrap_wxStyledTextCtrl_LoadFile
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12056          { "wxStyledTextCtrl_SaveFile", (PyCFunction
) _wrap_wxStyledTextCtrl_SaveFile
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12057          { "wxStyledTextCtrl_SetLastKeydownProcessed", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLastKeydownProcessed
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12058          { "wxStyledTextCtrl_GetLastKeydownProcessed", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastKeydownProcessed
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12059          { "wxStyledTextCtrl_SetHScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12060          { "wxStyledTextCtrl_SetVScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12061          { "wxStyledTextCtrl_SendMsg", (PyCFunction
) _wrap_wxStyledTextCtrl_SendMsg
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12062          { "wxStyledTextCtrl_ScrollToColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12063          { "wxStyledTextCtrl_ScrollToLine", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12064          { "wxStyledTextCtrl_PointFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_PointFromPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12065          { "wxStyledTextCtrl_GetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12066          { "wxStyledTextCtrl_SetMargins", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMargins
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12067          { "wxStyledTextCtrl_CmdKeyExecute", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyExecute
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12068          { "wxStyledTextCtrl_StyleSetFontAttr", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFontAttr
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12069          { "wxStyledTextCtrl_StyleSetFont", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFont
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12070          { "wxStyledTextCtrl_StyleSetSpec", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSpec
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12071          { "wxStyledTextCtrl_GetCurrentLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12072          { "wxStyledTextCtrl_SetLexerLanguage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexerLanguage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12073          { "wxStyledTextCtrl_SetKeyWords", (PyCFunction
) _wrap_wxStyledTextCtrl_SetKeyWords
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12074          { "wxStyledTextCtrl_SetProperty", (PyCFunction
) _wrap_wxStyledTextCtrl_SetProperty
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12075          { "wxStyledTextCtrl_Colourise", (PyCFunction
) _wrap_wxStyledTextCtrl_Colourise
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12076          { "wxStyledTextCtrl_GetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLexer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12077          { "wxStyledTextCtrl_SetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12078          { "wxStyledTextCtrl_StopRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StopRecord
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12079          { "wxStyledTextCtrl_StartRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StartRecord
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12080          { "wxStyledTextCtrl_CopyText", (PyCFunction
) _wrap_wxStyledTextCtrl_CopyText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12081          { "wxStyledTextCtrl_CopyRange", (PyCFunction
) _wrap_wxStyledTextCtrl_CopyRange
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12082          { "wxStyledTextCtrl_PositionAfter", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionAfter
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12083          { "wxStyledTextCtrl_PositionBefore", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionBefore
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12084          { "wxStyledTextCtrl_SetHotspotActiveUnderline", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHotspotActiveUnderline
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12085          { "wxStyledTextCtrl_SetHotspotActiveBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHotspotActiveBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12086          { "wxStyledTextCtrl_SetHotspotActiveForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHotspotActiveForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12087          { "wxStyledTextCtrl_GetPrintWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintWrapMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12088          { "wxStyledTextCtrl_SetPrintWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintWrapMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12089          { "wxStyledTextCtrl_SetYCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetYCaretPolicy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12090          { "wxStyledTextCtrl_SetXCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetXCaretPolicy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12091          { "wxStyledTextCtrl_ChooseCaretX", (PyCFunction
) _wrap_wxStyledTextCtrl_ChooseCaretX
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12092          { "wxStyledTextCtrl_GetXOffset", (PyCFunction
) _wrap_wxStyledTextCtrl_GetXOffset
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12093          { "wxStyledTextCtrl_SetXOffset", (PyCFunction
) _wrap_wxStyledTextCtrl_SetXOffset
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12094          { "wxStyledTextCtrl_DelLineRight", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12095          { "wxStyledTextCtrl_DelLineLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12096          { "wxStyledTextCtrl_SetVisiblePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVisiblePolicy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12097          { "wxStyledTextCtrl_WordPartRightExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRightExtend
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12098          { "wxStyledTextCtrl_WordPartRight", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12099          { "wxStyledTextCtrl_WordPartLeftExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeftExtend
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12100          { "wxStyledTextCtrl_WordPartLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12101          { "wxStyledTextCtrl_GetControlCharSymbol", (PyCFunction
) _wrap_wxStyledTextCtrl_GetControlCharSymbol
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12102          { "wxStyledTextCtrl_SetControlCharSymbol", (PyCFunction
) _wrap_wxStyledTextCtrl_SetControlCharSymbol
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12103          { "wxStyledTextCtrl_GetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCursor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12104          { "wxStyledTextCtrl_SetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCursor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12105          { "wxStyledTextCtrl_GetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDownCaptures
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12106          { "wxStyledTextCtrl_SetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDownCaptures
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12107          { "wxStyledTextCtrl_GetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStatus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12108          { "wxStyledTextCtrl_SetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStatus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12109          { "wxStyledTextCtrl_GetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSTCFocus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12110          { "wxStyledTextCtrl_SetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSTCFocus
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12111          { "wxStyledTextCtrl_GetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModEventMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12112          { "wxStyledTextCtrl_ReleaseDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_ReleaseDocument
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12113          { "wxStyledTextCtrl_AddRefDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_AddRefDocument
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12114          { "wxStyledTextCtrl_CreateDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_CreateDocument
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12115          { "wxStyledTextCtrl_GetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_GetZoom
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12116          { "wxStyledTextCtrl_SetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_SetZoom
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12117          { "wxStyledTextCtrl_SelectionIsRectangle", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectionIsRectangle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12118          { "wxStyledTextCtrl_UsePopUp", (PyCFunction
) _wrap_wxStyledTextCtrl_UsePopUp
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12119          { "wxStyledTextCtrl_LinesOnScreen", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesOnScreen
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12120          { "wxStyledTextCtrl_SearchPrev", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchPrev
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12121          { "wxStyledTextCtrl_SearchNext", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchNext
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12122          { "wxStyledTextCtrl_SearchAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12123          { "wxStyledTextCtrl_SetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12124          { "wxStyledTextCtrl_GetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12125          { "wxStyledTextCtrl_SetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12126          { "wxStyledTextCtrl_GetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12127          { "wxStyledTextCtrl_SetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12128          { "wxStyledTextCtrl_GetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12129          { "wxStyledTextCtrl_SetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetModEventMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12130          { "wxStyledTextCtrl_SetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetDocPointer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12131          { "wxStyledTextCtrl_GetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetDocPointer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12132          { "wxStyledTextCtrl_SetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewEOL
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12133          { "wxStyledTextCtrl_GetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewEOL
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12134          { "wxStyledTextCtrl_BraceMatch", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceMatch
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12135          { "wxStyledTextCtrl_BraceBadLight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceBadLight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12136          { "wxStyledTextCtrl_BraceHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceHighlight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12137          { "wxStyledTextCtrl_LineLength", (PyCFunction
) _wrap_wxStyledTextCtrl_LineLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12138          { "wxStyledTextCtrl_MoveCaretInsideView", (PyCFunction
) _wrap_wxStyledTextCtrl_MoveCaretInsideView
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12139          { "wxStyledTextCtrl_LineCopy", (PyCFunction
) _wrap_wxStyledTextCtrl_LineCopy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12140          { "wxStyledTextCtrl_LineEndDisplayExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_LineEndDisplayExtend
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12141          { "wxStyledTextCtrl_LineEndDisplay", (PyCFunction
) _wrap_wxStyledTextCtrl_LineEndDisplay
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12142          { "wxStyledTextCtrl_HomeDisplayExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_HomeDisplayExtend
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12143          { "wxStyledTextCtrl_HomeDisplay", (PyCFunction
) _wrap_wxStyledTextCtrl_HomeDisplay
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12144          { "wxStyledTextCtrl_LineDuplicate", (PyCFunction
) _wrap_wxStyledTextCtrl_LineDuplicate
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12145          { "wxStyledTextCtrl_SetFoldMarginHiColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldMarginHiColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12146          { "wxStyledTextCtrl_SetFoldMarginColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldMarginColour
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12147          { "wxStyledTextCtrl_LinesSplit", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesSplit
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12148          { "wxStyledTextCtrl_LinesJoin", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesJoin
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12149          { "wxStyledTextCtrl_TargetFromSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_TargetFromSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12150          { "wxStyledTextCtrl_SetTwoPhaseDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTwoPhaseDraw
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12151          { "wxStyledTextCtrl_GetTwoPhaseDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTwoPhaseDraw
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12152          { "wxStyledTextCtrl_AppendText", (PyCFunction
) _wrap_wxStyledTextCtrl_AppendText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12153          { "wxStyledTextCtrl_GetUseVerticalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseVerticalScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12154          { "wxStyledTextCtrl_SetUseVerticalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseVerticalScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12155          { "wxStyledTextCtrl_TextHeight", (PyCFunction
) _wrap_wxStyledTextCtrl_TextHeight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12156          { "wxStyledTextCtrl_GetEndAtLastLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndAtLastLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12157          { "wxStyledTextCtrl_SetEndAtLastLine", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEndAtLastLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12158          { "wxStyledTextCtrl_TextWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_TextWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12159          { "wxStyledTextCtrl_GetScrollWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetScrollWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12160          { "wxStyledTextCtrl_SetScrollWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetScrollWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12161          { "wxStyledTextCtrl_GetLayoutCache", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLayoutCache
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12162          { "wxStyledTextCtrl_SetLayoutCache", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLayoutCache
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12163          { "wxStyledTextCtrl_GetWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetWrapMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12164          { "wxStyledTextCtrl_SetWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWrapMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12165          { "wxStyledTextCtrl_WordEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_WordEndPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12166          { "wxStyledTextCtrl_WordStartPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_WordStartPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12167          { "wxStyledTextCtrl_GetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDwellTime
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12168          { "wxStyledTextCtrl_SetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDwellTime
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12169          { "wxStyledTextCtrl_GetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBackSpaceUnIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12170          { "wxStyledTextCtrl_SetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBackSpaceUnIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12171          { "wxStyledTextCtrl_GetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12172          { "wxStyledTextCtrl_SetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabIndents
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12173          { "wxStyledTextCtrl_EnsureVisibleEnforcePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12174          { "wxStyledTextCtrl_SetFoldFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldFlags
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12175          { "wxStyledTextCtrl_EnsureVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12176          { "wxStyledTextCtrl_ToggleFold", (PyCFunction
) _wrap_wxStyledTextCtrl_ToggleFold
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12177          { "wxStyledTextCtrl_GetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldExpanded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12178          { "wxStyledTextCtrl_SetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldExpanded
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12179          { "wxStyledTextCtrl_GetLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12180          { "wxStyledTextCtrl_HideLines", (PyCFunction
) _wrap_wxStyledTextCtrl_HideLines
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12181          { "wxStyledTextCtrl_ShowLines", (PyCFunction
) _wrap_wxStyledTextCtrl_ShowLines
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12182          { "wxStyledTextCtrl_GetFoldParent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldParent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12183          { "wxStyledTextCtrl_GetLastChild", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastChild
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12184          { "wxStyledTextCtrl_GetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldLevel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12185          { "wxStyledTextCtrl_SetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldLevel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12186          { "wxStyledTextCtrl_DocLineFromVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_DocLineFromVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12187          { "wxStyledTextCtrl_VisibleFromDocLine", (PyCFunction
) _wrap_wxStyledTextCtrl_VisibleFromDocLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12188          { "wxStyledTextCtrl_CallTipSetForegroundHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetForegroundHighlight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12189          { "wxStyledTextCtrl_CallTipSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12190          { "wxStyledTextCtrl_CallTipSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12191          { "wxStyledTextCtrl_CallTipSetHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetHighlight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12192          { "wxStyledTextCtrl_CallTipPosAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipPosAtStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12193          { "wxStyledTextCtrl_CallTipActive", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipActive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12194          { "wxStyledTextCtrl_CallTipCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipCancel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12195          { "wxStyledTextCtrl_CallTipShow", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipShow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12196          { "wxStyledTextCtrl_GetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSearchFlags
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12197          { "wxStyledTextCtrl_SetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSearchFlags
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12198          { "wxStyledTextCtrl_SearchInTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchInTarget
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12199          { "wxStyledTextCtrl_ReplaceTargetRE", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTargetRE
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12200          { "wxStyledTextCtrl_ReplaceTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTarget
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12201          { "wxStyledTextCtrl_GetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12202          { "wxStyledTextCtrl_SetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12203          { "wxStyledTextCtrl_GetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12204          { "wxStyledTextCtrl_SetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12205          { "wxStyledTextCtrl_GetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12206          { "wxStyledTextCtrl_SetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12207          { "wxStyledTextCtrl_GetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_GetOvertype
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12208          { "wxStyledTextCtrl_SetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_SetOvertype
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12209          { "wxStyledTextCtrl_GetTextLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12210          { "wxStyledTextCtrl_GetText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12211          { "wxStyledTextCtrl_SetText", (PyCFunction
) _wrap_wxStyledTextCtrl_SetText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12212          { "wxStyledTextCtrl_Clear", (PyCFunction
) _wrap_wxStyledTextCtrl_Clear
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12213          { "wxStyledTextCtrl_Paste", (PyCFunction
) _wrap_wxStyledTextCtrl_Paste
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12214          { "wxStyledTextCtrl_Copy", (PyCFunction
) _wrap_wxStyledTextCtrl_Copy
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12215          { "wxStyledTextCtrl_Cut", (PyCFunction
) _wrap_wxStyledTextCtrl_Cut
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12216          { "wxStyledTextCtrl_Undo", (PyCFunction
) _wrap_wxStyledTextCtrl_Undo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12217          { "wxStyledTextCtrl_EmptyUndoBuffer", (PyCFunction
) _wrap_wxStyledTextCtrl_EmptyUndoBuffer
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12218          { "wxStyledTextCtrl_CanUndo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanUndo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12219          { "wxStyledTextCtrl_CanPaste", (PyCFunction
) _wrap_wxStyledTextCtrl_CanPaste
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12220          { "wxStyledTextCtrl_SetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_SetReadOnly
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12221          { "wxStyledTextCtrl_ReplaceSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12222          { "wxStyledTextCtrl_EnsureCaretVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureCaretVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12223          { "wxStyledTextCtrl_LineScroll", (PyCFunction
) _wrap_wxStyledTextCtrl_LineScroll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12224          { "wxStyledTextCtrl_PositionFromLine", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12225          { "wxStyledTextCtrl_LineFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_LineFromPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12226          { "wxStyledTextCtrl_HideSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_HideSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12227          { "wxStyledTextCtrl_GetTextRange", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextRange
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12228          { "wxStyledTextCtrl_GetSelectedText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectedText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12229          { "wxStyledTextCtrl_SetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12230          { "wxStyledTextCtrl_GetModify", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModify
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12231          { "wxStyledTextCtrl_GetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12232          { "wxStyledTextCtrl_SetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginRight
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12233          { "wxStyledTextCtrl_GetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12234          { "wxStyledTextCtrl_SetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginLeft
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12235          { "wxStyledTextCtrl_GetLineCount", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineCount
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12236          { "wxStyledTextCtrl_GetLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12237          { "wxStyledTextCtrl_GetFirstVisibleLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFirstVisibleLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12238          { "wxStyledTextCtrl_FormatRange", (PyCFunction
) _wrap_wxStyledTextCtrl_FormatRange
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12239          { "wxStyledTextCtrl_FindText", (PyCFunction
) _wrap_wxStyledTextCtrl_FindText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12240          { "wxStyledTextCtrl_GetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintColourMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12241          { "wxStyledTextCtrl_SetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintColourMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12242          { "wxStyledTextCtrl_GetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintMagnification
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12243          { "wxStyledTextCtrl_SetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintMagnification
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12244          { "wxStyledTextCtrl_GetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12245          { "wxStyledTextCtrl_SetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionEnd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12246          { "wxStyledTextCtrl_GetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12247          { "wxStyledTextCtrl_SetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12248          { "wxStyledTextCtrl_SetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCurrentPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12249          { "wxStyledTextCtrl_GetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_GetReadOnly
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12250          { "wxStyledTextCtrl_GetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12251          { "wxStyledTextCtrl_GetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCodePage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12252          { "wxStyledTextCtrl_GetLineEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineEndPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12253          { "wxStyledTextCtrl_GetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_GetHighlightGuide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12254          { "wxStyledTextCtrl_SetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHighlightGuide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12255          { "wxStyledTextCtrl_GetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndentationGuides
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12256          { "wxStyledTextCtrl_SetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndentationGuides
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12257          { "wxStyledTextCtrl_GetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12258          { "wxStyledTextCtrl_SetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12259          { "wxStyledTextCtrl_GetColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetColumn
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12260          { "wxStyledTextCtrl_GetLineIndentPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentPosition
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12261          { "wxStyledTextCtrl_GetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentation
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12262          { "wxStyledTextCtrl_SetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineIndentation
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12263          { "wxStyledTextCtrl_GetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseTabs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12264          { "wxStyledTextCtrl_SetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseTabs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12265          { "wxStyledTextCtrl_GetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12266          { "wxStyledTextCtrl_SetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndent
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12267          { "wxStyledTextCtrl_AutoCompSetTypeSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetTypeSeparator
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12268          { "wxStyledTextCtrl_AutoCompGetTypeSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetTypeSeparator
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12269          { "wxStyledTextCtrl_ClearRegisteredImages", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearRegisteredImages
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12270          { "wxStyledTextCtrl_RegisterImage", (PyCFunction
) _wrap_wxStyledTextCtrl_RegisterImage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12271          { "wxStyledTextCtrl_AutoCompGetDropRestOfWord", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetDropRestOfWord
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12272          { "wxStyledTextCtrl_AutoCompSetDropRestOfWord", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetDropRestOfWord
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12273          { "wxStyledTextCtrl_AutoCompGetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetAutoHide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12274          { "wxStyledTextCtrl_AutoCompSetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetAutoHide
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12275          { "wxStyledTextCtrl_UserListShow", (PyCFunction
) _wrap_wxStyledTextCtrl_UserListShow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12276          { "wxStyledTextCtrl_AutoCompGetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12277          { "wxStyledTextCtrl_AutoCompSetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12278          { "wxStyledTextCtrl_AutoCompGetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetChooseSingle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12279          { "wxStyledTextCtrl_AutoCompSetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetChooseSingle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12280          { "wxStyledTextCtrl_AutoCompSetFillUps", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetFillUps
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12281          { "wxStyledTextCtrl_AutoCompGetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12282          { "wxStyledTextCtrl_AutoCompSetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12283          { "wxStyledTextCtrl_AutoCompSelect", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSelect
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12284          { "wxStyledTextCtrl_AutoCompGetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetSeparator
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12285          { "wxStyledTextCtrl_AutoCompSetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetSeparator
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12286          { "wxStyledTextCtrl_AutoCompStops", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompStops
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12287          { "wxStyledTextCtrl_AutoCompComplete", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompComplete
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12288          { "wxStyledTextCtrl_AutoCompPosStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompPosStart
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12289          { "wxStyledTextCtrl_AutoCompActive", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompActive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12290          { "wxStyledTextCtrl_AutoCompCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompCancel
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12291          { "wxStyledTextCtrl_AutoCompShow", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompShow
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12292          { "wxStyledTextCtrl_StyleSetChangeable", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetChangeable
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12293          { "wxStyledTextCtrl_SetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineBack
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12294          { "wxStyledTextCtrl_GetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineBack
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12295          { "wxStyledTextCtrl_SetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12296          { "wxStyledTextCtrl_GetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12297          { "wxStyledTextCtrl_GetMaxLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMaxLineState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12298          { "wxStyledTextCtrl_GetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12299          { "wxStyledTextCtrl_SetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineState
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12300          { "wxStyledTextCtrl_GetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleBits
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12301          { "wxStyledTextCtrl_SetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBits
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12302          { "wxStyledTextCtrl_SetWhitespaceBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWhitespaceBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12303          { "wxStyledTextCtrl_SetWhitespaceForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWhitespaceForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12304          { "wxStyledTextCtrl_IndicatorGetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12305          { "wxStyledTextCtrl_IndicatorSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12306          { "wxStyledTextCtrl_IndicatorGetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12307          { "wxStyledTextCtrl_IndicatorSetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12308          { "wxStyledTextCtrl_EndUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_EndUndoAction
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12309          { "wxStyledTextCtrl_BeginUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_BeginUndoAction
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12310          { "wxStyledTextCtrl_SetWordChars", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWordChars
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12311          { "wxStyledTextCtrl_SetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPeriod
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12312          { "wxStyledTextCtrl_GetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretPeriod
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12313          { "wxStyledTextCtrl_StyleSetVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetVisible
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12314          { "wxStyledTextCtrl_SetStyleBytes", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBytes
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12315          { "wxStyledTextCtrl_CmdKeyClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClearAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12316          { "wxStyledTextCtrl_CmdKeyClear", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClear
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12317          { "wxStyledTextCtrl_CmdKeyAssign", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyAssign
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12318          { "wxStyledTextCtrl_SetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12319          { "wxStyledTextCtrl_SetSelBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12320          { "wxStyledTextCtrl_SetSelForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12321          { "wxStyledTextCtrl_StyleSetHotSpot", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetHotSpot
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12322          { "wxStyledTextCtrl_StyleSetCharacterSet", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetCharacterSet
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12323          { "wxStyledTextCtrl_StyleSetCase", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetCase
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12324          { "wxStyledTextCtrl_StyleSetUnderline", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetUnderline
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12325          { "wxStyledTextCtrl_StyleResetDefault", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleResetDefault
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12326          { "wxStyledTextCtrl_StyleSetEOLFilled", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetEOLFilled
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12327          { "wxStyledTextCtrl_StyleSetFaceName", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFaceName
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12328          { "wxStyledTextCtrl_StyleSetSize", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSize
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12329          { "wxStyledTextCtrl_StyleSetItalic", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetItalic
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12330          { "wxStyledTextCtrl_StyleSetBold", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBold
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12331          { "wxStyledTextCtrl_StyleSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12332          { "wxStyledTextCtrl_StyleSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12333          { "wxStyledTextCtrl_StyleClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleClearAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12334          { "wxStyledTextCtrl_GetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginSensitive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12335          { "wxStyledTextCtrl_SetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginSensitive
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12336          { "wxStyledTextCtrl_GetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12337          { "wxStyledTextCtrl_SetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginMask
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12338          { "wxStyledTextCtrl_GetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12339          { "wxStyledTextCtrl_SetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12340          { "wxStyledTextCtrl_GetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12341          { "wxStyledTextCtrl_SetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginType
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12342          { "wxStyledTextCtrl_MarkerDefineBitmap", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDefineBitmap
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12343          { "wxStyledTextCtrl_MarkerPrevious", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerPrevious
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12344          { "wxStyledTextCtrl_MarkerNext", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerNext
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12345          { "wxStyledTextCtrl_MarkerGet", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerGet
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12346          { "wxStyledTextCtrl_MarkerDeleteAll", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12347          { "wxStyledTextCtrl_MarkerDelete", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDelete
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12348          { "wxStyledTextCtrl_MarkerAdd", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerAdd
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12349          { "wxStyledTextCtrl_MarkerSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetBackground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12350          { "wxStyledTextCtrl_MarkerSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetForeground
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12351          { "wxStyledTextCtrl_MarkerDefine", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDefine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12352          { "wxStyledTextCtrl_SetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCodePage
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12353          { "wxStyledTextCtrl_GetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12354          { "wxStyledTextCtrl_SetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabWidth
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12355          { "wxStyledTextCtrl_SetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBufferedDraw
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12356          { "wxStyledTextCtrl_GetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBufferedDraw
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12357          { "wxStyledTextCtrl_SetStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyling
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12358          { "wxStyledTextCtrl_StartStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_StartStyling
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12359          { "wxStyledTextCtrl_SetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEOLMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12360          { "wxStyledTextCtrl_GetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEOLMode
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12361          { "wxStyledTextCtrl_ConvertEOLs", (PyCFunction
) _wrap_wxStyledTextCtrl_ConvertEOLs
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12362          { "wxStyledTextCtrl_GetEndStyled", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndStyled
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12363          { "wxStyledTextCtrl_GetCurLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12364          { "wxStyledTextCtrl_SetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12365          { "wxStyledTextCtrl_GotoPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12366          { "wxStyledTextCtrl_GotoLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoLine
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12367          { "wxStyledTextCtrl_PositionFromPointClose", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPointClose
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12368          { "wxStyledTextCtrl_PositionFromPoint", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12369          { "wxStyledTextCtrl_SetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewWhiteSpace
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12370          { "wxStyledTextCtrl_GetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewWhiteSpace
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12371          { "wxStyledTextCtrl_GetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUndoCollection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12372          { "wxStyledTextCtrl_MarkerDeleteHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteHandle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12373          { "wxStyledTextCtrl_MarkerLineFromHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerLineFromHandle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12374          { "wxStyledTextCtrl_CanRedo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanRedo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12375          { "wxStyledTextCtrl_GetStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyledText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12376          { "wxStyledTextCtrl_SetSavePoint", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSavePoint
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12377          { "wxStyledTextCtrl_SelectAll", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12378          { "wxStyledTextCtrl_SetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUndoCollection
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12379          { "wxStyledTextCtrl_Redo", (PyCFunction
) _wrap_wxStyledTextCtrl_Redo
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12380          { "wxStyledTextCtrl_GetStyleAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleAt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12381          { "wxStyledTextCtrl_GetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetAnchor
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12382          { "wxStyledTextCtrl_GetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentPos
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12383          { "wxStyledTextCtrl_GetCharAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCharAt
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12384          { "wxStyledTextCtrl_GetLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLength
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12385          { "wxStyledTextCtrl_ClearDocumentStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearDocumentStyle
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12386          { "wxStyledTextCtrl_ClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearAll
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12387          { "wxStyledTextCtrl_InsertText", (PyCFunction
) _wrap_wxStyledTextCtrl_InsertText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12388          { "wxStyledTextCtrl_AddStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddStyledText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12389          { "wxStyledTextCtrl_AddText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddText
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12390          { "new_wxStyledTextCtrl", (PyCFunction
) _wrap_new_wxStyledTextCtrl
, METH_VARARGS 
| METH_KEYWORDS 
}, 
12397  * This table is used by the pointer type-checker 
12399 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = { 
12400     { "_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
}, 
12401     { "_signed_long","_long",0}, 
12402     { "_wxPrintQuality","_wxCoord",0}, 
12403     { "_wxPrintQuality","_int",0}, 
12404     { "_wxPrintQuality","_signed_int",0}, 
12405     { "_wxPrintQuality","_unsigned_int",0}, 
12406     { "_wxPrintQuality","_wxWindowID",0}, 
12407     { "_wxPrintQuality","_uint",0}, 
12408     { "_wxPrintQuality","_EBool",0}, 
12409     { "_wxPrintQuality","_size_t",0}, 
12410     { "_wxPrintQuality","_time_t",0}, 
12411     { "_byte","_unsigned_char",0}, 
12412     { "_long","_unsigned_long",0}, 
12413     { "_long","_signed_long",0}, 
12414     { "_size_t","_wxCoord",0}, 
12415     { "_size_t","_wxPrintQuality",0}, 
12416     { "_size_t","_time_t",0}, 
12417     { "_size_t","_unsigned_int",0}, 
12418     { "_size_t","_int",0}, 
12419     { "_size_t","_wxWindowID",0}, 
12420     { "_size_t","_uint",0}, 
12421     { "_uint","_wxCoord",0}, 
12422     { "_uint","_wxPrintQuality",0}, 
12423     { "_uint","_time_t",0}, 
12424     { "_uint","_size_t",0}, 
12425     { "_uint","_unsigned_int",0}, 
12426     { "_uint","_int",0}, 
12427     { "_uint","_wxWindowID",0}, 
12428     { "_wxChar","_char",0}, 
12429     { "_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
}, 
12430     { "_char","_wxChar",0}, 
12431     { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0}, 
12432     { "_EBool","_wxCoord",0}, 
12433     { "_EBool","_wxPrintQuality",0}, 
12434     { "_EBool","_signed_int",0}, 
12435     { "_EBool","_int",0}, 
12436     { "_EBool","_wxWindowID",0}, 
12437     { "_unsigned_long","_long",0}, 
12438     { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0}, 
12439     { "_signed_int","_wxCoord",0}, 
12440     { "_signed_int","_wxPrintQuality",0}, 
12441     { "_signed_int","_EBool",0}, 
12442     { "_signed_int","_wxWindowID",0}, 
12443     { "_signed_int","_int",0}, 
12444     { "_WXTYPE","_wxDateTime_t",0}, 
12445     { "_WXTYPE","_short",0}, 
12446     { "_WXTYPE","_signed_short",0}, 
12447     { "_WXTYPE","_unsigned_short",0}, 
12448     { "_unsigned_short","_wxDateTime_t",0}, 
12449     { "_unsigned_short","_WXTYPE",0}, 
12450     { "_unsigned_short","_short",0}, 
12451     { "_wxObject","_wxStyledTextEvent",SwigwxStyledTextEventTowxObject
}, 
12452     { "_wxObject","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxObject
}, 
12453     { "_signed_short","_WXTYPE",0}, 
12454     { "_signed_short","_short",0}, 
12455     { "_unsigned_char","_byte",0}, 
12456     { "_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
}, 
12457     { "_unsigned_int","_wxCoord",0}, 
12458     { "_unsigned_int","_wxPrintQuality",0}, 
12459     { "_unsigned_int","_time_t",0}, 
12460     { "_unsigned_int","_size_t",0}, 
12461     { "_unsigned_int","_uint",0}, 
12462     { "_unsigned_int","_wxWindowID",0}, 
12463     { "_unsigned_int","_int",0}, 
12464     { "_short","_wxDateTime_t",0}, 
12465     { "_short","_WXTYPE",0}, 
12466     { "_short","_unsigned_short",0}, 
12467     { "_short","_signed_short",0}, 
12468     { "_wxWindowID","_wxCoord",0}, 
12469     { "_wxWindowID","_wxPrintQuality",0}, 
12470     { "_wxWindowID","_time_t",0}, 
12471     { "_wxWindowID","_size_t",0}, 
12472     { "_wxWindowID","_EBool",0}, 
12473     { "_wxWindowID","_uint",0}, 
12474     { "_wxWindowID","_int",0}, 
12475     { "_wxWindowID","_signed_int",0}, 
12476     { "_wxWindowID","_unsigned_int",0}, 
12477     { "_int","_wxCoord",0}, 
12478     { "_int","_wxPrintQuality",0}, 
12479     { "_int","_time_t",0}, 
12480     { "_int","_size_t",0}, 
12481     { "_int","_EBool",0}, 
12482     { "_int","_uint",0}, 
12483     { "_int","_wxWindowID",0}, 
12484     { "_int","_unsigned_int",0}, 
12485     { "_int","_signed_int",0}, 
12486     { "_wxDateTime_t","_unsigned_short",0}, 
12487     { "_wxDateTime_t","_short",0}, 
12488     { "_wxDateTime_t","_WXTYPE",0}, 
12489     { "_time_t","_wxCoord",0}, 
12490     { "_time_t","_wxPrintQuality",0}, 
12491     { "_time_t","_unsigned_int",0}, 
12492     { "_time_t","_int",0}, 
12493     { "_time_t","_wxWindowID",0}, 
12494     { "_time_t","_uint",0}, 
12495     { "_time_t","_size_t",0}, 
12496     { "_wxCoord","_int",0}, 
12497     { "_wxCoord","_signed_int",0}, 
12498     { "_wxCoord","_unsigned_int",0}, 
12499     { "_wxCoord","_wxWindowID",0}, 
12500     { "_wxCoord","_uint",0}, 
12501     { "_wxCoord","_EBool",0}, 
12502     { "_wxCoord","_size_t",0}, 
12503     { "_wxCoord","_time_t",0}, 
12504     { "_wxCoord","_wxPrintQuality",0}, 
12505     { "_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
}, 
12506     { "_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
}, 
12509 static PyObject 
*SWIG_globals
; 
12513 SWIGEXPORT(void) initstc_c() { 
12515          SWIG_globals 
= SWIG_newvarlink(); 
12516          m 
= Py_InitModule("stc_c", stc_cMethods
); 
12517          d 
= PyModule_GetDict(m
); 
12518          PyDict_SetItemString(d
,"wxSTC_USE_POPUP", PyInt_FromLong((long) 1)); 
12519          PyDict_SetItemString(d
,"wxSTC_INVALID_POSITION", PyInt_FromLong((long) -1)); 
12520          PyDict_SetItemString(d
,"wxSTC_START", PyInt_FromLong((long) 2000)); 
12521          PyDict_SetItemString(d
,"wxSTC_OPTIONAL_START", PyInt_FromLong((long) 3000)); 
12522          PyDict_SetItemString(d
,"wxSTC_LEXER_START", PyInt_FromLong((long) 4000)); 
12523          PyDict_SetItemString(d
,"wxSTC_WS_INVISIBLE", PyInt_FromLong((long) 0)); 
12524          PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEALWAYS", PyInt_FromLong((long) 1)); 
12525          PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEAFTERINDENT", PyInt_FromLong((long) 2)); 
12526          PyDict_SetItemString(d
,"wxSTC_EOL_CRLF", PyInt_FromLong((long) 0)); 
12527          PyDict_SetItemString(d
,"wxSTC_EOL_CR", PyInt_FromLong((long) 1)); 
12528          PyDict_SetItemString(d
,"wxSTC_EOL_LF", PyInt_FromLong((long) 2)); 
12529          PyDict_SetItemString(d
,"wxSTC_CP_UTF8", PyInt_FromLong((long) 65001)); 
12530          PyDict_SetItemString(d
,"wxSTC_CP_DBCS", PyInt_FromLong((long) 1)); 
12531          PyDict_SetItemString(d
,"wxSTC_MARKER_MAX", PyInt_FromLong((long) 31)); 
12532          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLE", PyInt_FromLong((long) 0)); 
12533          PyDict_SetItemString(d
,"wxSTC_MARK_ROUNDRECT", PyInt_FromLong((long) 1)); 
12534          PyDict_SetItemString(d
,"wxSTC_MARK_ARROW", PyInt_FromLong((long) 2)); 
12535          PyDict_SetItemString(d
,"wxSTC_MARK_SMALLRECT", PyInt_FromLong((long) 3)); 
12536          PyDict_SetItemString(d
,"wxSTC_MARK_SHORTARROW", PyInt_FromLong((long) 4)); 
12537          PyDict_SetItemString(d
,"wxSTC_MARK_EMPTY", PyInt_FromLong((long) 5)); 
12538          PyDict_SetItemString(d
,"wxSTC_MARK_ARROWDOWN", PyInt_FromLong((long) 6)); 
12539          PyDict_SetItemString(d
,"wxSTC_MARK_MINUS", PyInt_FromLong((long) 7)); 
12540          PyDict_SetItemString(d
,"wxSTC_MARK_PLUS", PyInt_FromLong((long) 8)); 
12541          PyDict_SetItemString(d
,"wxSTC_MARK_VLINE", PyInt_FromLong((long) 9)); 
12542          PyDict_SetItemString(d
,"wxSTC_MARK_LCORNER", PyInt_FromLong((long) 10)); 
12543          PyDict_SetItemString(d
,"wxSTC_MARK_TCORNER", PyInt_FromLong((long) 11)); 
12544          PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUS", PyInt_FromLong((long) 12)); 
12545          PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUSCONNECTED", PyInt_FromLong((long) 13)); 
12546          PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUS", PyInt_FromLong((long) 14)); 
12547          PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUSCONNECTED", PyInt_FromLong((long) 15)); 
12548          PyDict_SetItemString(d
,"wxSTC_MARK_LCORNERCURVE", PyInt_FromLong((long) 16)); 
12549          PyDict_SetItemString(d
,"wxSTC_MARK_TCORNERCURVE", PyInt_FromLong((long) 17)); 
12550          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUS", PyInt_FromLong((long) 18)); 
12551          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUSCONNECTED", PyInt_FromLong((long) 19)); 
12552          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUS", PyInt_FromLong((long) 20)); 
12553          PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUSCONNECTED", PyInt_FromLong((long) 21)); 
12554          PyDict_SetItemString(d
,"wxSTC_MARK_BACKGROUND", PyInt_FromLong((long) 22)); 
12555          PyDict_SetItemString(d
,"wxSTC_MARK_DOTDOTDOT", PyInt_FromLong((long) 23)); 
12556          PyDict_SetItemString(d
,"wxSTC_MARK_ARROWS", PyInt_FromLong((long) 24)); 
12557          PyDict_SetItemString(d
,"wxSTC_MARK_PIXMAP", PyInt_FromLong((long) 25)); 
12558          PyDict_SetItemString(d
,"wxSTC_MARK_CHARACTER", PyInt_FromLong((long) 10000)); 
12559          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEREND", PyInt_FromLong((long) 25)); 
12560          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPENMID", PyInt_FromLong((long) 26)); 
12561          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERMIDTAIL", PyInt_FromLong((long) 27)); 
12562          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERTAIL", PyInt_FromLong((long) 28)); 
12563          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERSUB", PyInt_FromLong((long) 29)); 
12564          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDER", PyInt_FromLong((long) 30)); 
12565          PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPEN", PyInt_FromLong((long) 31)); 
12566          PyDict_SetItemString(d
,"wxSTC_MASK_FOLDERS", PyInt_FromLong((long) 0xFE000000)); 
12567          PyDict_SetItemString(d
,"wxSTC_MARGIN_SYMBOL", PyInt_FromLong((long) 0)); 
12568          PyDict_SetItemString(d
,"wxSTC_MARGIN_NUMBER", PyInt_FromLong((long) 1)); 
12569          PyDict_SetItemString(d
,"wxSTC_STYLE_DEFAULT", PyInt_FromLong((long) 32)); 
12570          PyDict_SetItemString(d
,"wxSTC_STYLE_LINENUMBER", PyInt_FromLong((long) 33)); 
12571          PyDict_SetItemString(d
,"wxSTC_STYLE_BRACELIGHT", PyInt_FromLong((long) 34)); 
12572          PyDict_SetItemString(d
,"wxSTC_STYLE_BRACEBAD", PyInt_FromLong((long) 35)); 
12573          PyDict_SetItemString(d
,"wxSTC_STYLE_CONTROLCHAR", PyInt_FromLong((long) 36)); 
12574          PyDict_SetItemString(d
,"wxSTC_STYLE_INDENTGUIDE", PyInt_FromLong((long) 37)); 
12575          PyDict_SetItemString(d
,"wxSTC_STYLE_LASTPREDEFINED", PyInt_FromLong((long) 39)); 
12576          PyDict_SetItemString(d
,"wxSTC_STYLE_MAX", PyInt_FromLong((long) 127)); 
12577          PyDict_SetItemString(d
,"wxSTC_CHARSET_ANSI", PyInt_FromLong((long) 0)); 
12578          PyDict_SetItemString(d
,"wxSTC_CHARSET_DEFAULT", PyInt_FromLong((long) 1)); 
12579          PyDict_SetItemString(d
,"wxSTC_CHARSET_BALTIC", PyInt_FromLong((long) 186)); 
12580          PyDict_SetItemString(d
,"wxSTC_CHARSET_CHINESEBIG5", PyInt_FromLong((long) 136)); 
12581          PyDict_SetItemString(d
,"wxSTC_CHARSET_EASTEUROPE", PyInt_FromLong((long) 238)); 
12582          PyDict_SetItemString(d
,"wxSTC_CHARSET_GB2312", PyInt_FromLong((long) 134)); 
12583          PyDict_SetItemString(d
,"wxSTC_CHARSET_GREEK", PyInt_FromLong((long) 161)); 
12584          PyDict_SetItemString(d
,"wxSTC_CHARSET_HANGUL", PyInt_FromLong((long) 129)); 
12585          PyDict_SetItemString(d
,"wxSTC_CHARSET_MAC", PyInt_FromLong((long) 77)); 
12586          PyDict_SetItemString(d
,"wxSTC_CHARSET_OEM", PyInt_FromLong((long) 255)); 
12587          PyDict_SetItemString(d
,"wxSTC_CHARSET_RUSSIAN", PyInt_FromLong((long) 204)); 
12588          PyDict_SetItemString(d
,"wxSTC_CHARSET_SHIFTJIS", PyInt_FromLong((long) 128)); 
12589          PyDict_SetItemString(d
,"wxSTC_CHARSET_SYMBOL", PyInt_FromLong((long) 2)); 
12590          PyDict_SetItemString(d
,"wxSTC_CHARSET_TURKISH", PyInt_FromLong((long) 162)); 
12591          PyDict_SetItemString(d
,"wxSTC_CHARSET_JOHAB", PyInt_FromLong((long) 130)); 
12592          PyDict_SetItemString(d
,"wxSTC_CHARSET_HEBREW", PyInt_FromLong((long) 177)); 
12593          PyDict_SetItemString(d
,"wxSTC_CHARSET_ARABIC", PyInt_FromLong((long) 178)); 
12594          PyDict_SetItemString(d
,"wxSTC_CHARSET_VIETNAMESE", PyInt_FromLong((long) 163)); 
12595          PyDict_SetItemString(d
,"wxSTC_CHARSET_THAI", PyInt_FromLong((long) 222)); 
12596          PyDict_SetItemString(d
,"wxSTC_CASE_MIXED", PyInt_FromLong((long) 0)); 
12597          PyDict_SetItemString(d
,"wxSTC_CASE_UPPER", PyInt_FromLong((long) 1)); 
12598          PyDict_SetItemString(d
,"wxSTC_CASE_LOWER", PyInt_FromLong((long) 2)); 
12599          PyDict_SetItemString(d
,"wxSTC_INDIC_MAX", PyInt_FromLong((long) 7)); 
12600          PyDict_SetItemString(d
,"wxSTC_INDIC_PLAIN", PyInt_FromLong((long) 0)); 
12601          PyDict_SetItemString(d
,"wxSTC_INDIC_SQUIGGLE", PyInt_FromLong((long) 1)); 
12602          PyDict_SetItemString(d
,"wxSTC_INDIC_TT", PyInt_FromLong((long) 2)); 
12603          PyDict_SetItemString(d
,"wxSTC_INDIC_DIAGONAL", PyInt_FromLong((long) 3)); 
12604          PyDict_SetItemString(d
,"wxSTC_INDIC_STRIKE", PyInt_FromLong((long) 4)); 
12605          PyDict_SetItemString(d
,"wxSTC_INDIC0_MASK", PyInt_FromLong((long) 0x20)); 
12606          PyDict_SetItemString(d
,"wxSTC_INDIC1_MASK", PyInt_FromLong((long) 0x40)); 
12607          PyDict_SetItemString(d
,"wxSTC_INDIC2_MASK", PyInt_FromLong((long) 0x80)); 
12608          PyDict_SetItemString(d
,"wxSTC_INDICS_MASK", PyInt_FromLong((long) 0xE0)); 
12609          PyDict_SetItemString(d
,"wxSTC_PRINT_NORMAL", PyInt_FromLong((long) 0)); 
12610          PyDict_SetItemString(d
,"wxSTC_PRINT_INVERTLIGHT", PyInt_FromLong((long) 1)); 
12611          PyDict_SetItemString(d
,"wxSTC_PRINT_BLACKONWHITE", PyInt_FromLong((long) 2)); 
12612          PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITE", PyInt_FromLong((long) 3)); 
12613          PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITEDEFAULTBG", PyInt_FromLong((long) 4)); 
12614          PyDict_SetItemString(d
,"wxSTC_FIND_WHOLEWORD", PyInt_FromLong((long) 2)); 
12615          PyDict_SetItemString(d
,"wxSTC_FIND_MATCHCASE", PyInt_FromLong((long) 4)); 
12616          PyDict_SetItemString(d
,"wxSTC_FIND_WORDSTART", PyInt_FromLong((long) 0x00100000)); 
12617          PyDict_SetItemString(d
,"wxSTC_FIND_REGEXP", PyInt_FromLong((long) 0x00200000)); 
12618          PyDict_SetItemString(d
,"wxSTC_FIND_POSIX", PyInt_FromLong((long) 0x00400000)); 
12619          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBASE", PyInt_FromLong((long) 0x400)); 
12620          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELWHITEFLAG", PyInt_FromLong((long) 0x1000)); 
12621          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELHEADERFLAG", PyInt_FromLong((long) 0x2000)); 
12622          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBOXHEADERFLAG", PyInt_FromLong((long) 0x4000)); 
12623          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBOXFOOTERFLAG", PyInt_FromLong((long) 0x8000)); 
12624          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELCONTRACTED", PyInt_FromLong((long) 0x10000)); 
12625          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELUNINDENT", PyInt_FromLong((long) 0x20000)); 
12626          PyDict_SetItemString(d
,"wxSTC_FOLDLEVELNUMBERMASK", PyInt_FromLong((long) 0x0FFF)); 
12627          PyDict_SetItemString(d
,"wxSTC_FOLDFLAG_LINEBEFORE_EXPANDED", PyInt_FromLong((long) 0x0002)); 
12628          PyDict_SetItemString(d
,"wxSTC_FOLDFLAG_LINEBEFORE_CONTRACTED", PyInt_FromLong((long) 0x0004)); 
12629          PyDict_SetItemString(d
,"wxSTC_FOLDFLAG_LINEAFTER_EXPANDED", PyInt_FromLong((long) 0x0008)); 
12630          PyDict_SetItemString(d
,"wxSTC_FOLDFLAG_LINEAFTER_CONTRACTED", PyInt_FromLong((long) 0x0010)); 
12631          PyDict_SetItemString(d
,"wxSTC_FOLDFLAG_LEVELNUMBERS", PyInt_FromLong((long) 0x0040)); 
12632          PyDict_SetItemString(d
,"wxSTC_FOLDFLAG_BOX", PyInt_FromLong((long) 0x0001)); 
12633          PyDict_SetItemString(d
,"wxSTC_TIME_FOREVER", PyInt_FromLong((long) 10000000)); 
12634          PyDict_SetItemString(d
,"wxSTC_WRAP_NONE", PyInt_FromLong((long) 0)); 
12635          PyDict_SetItemString(d
,"wxSTC_WRAP_WORD", PyInt_FromLong((long) 1)); 
12636          PyDict_SetItemString(d
,"wxSTC_CACHE_NONE", PyInt_FromLong((long) 0)); 
12637          PyDict_SetItemString(d
,"wxSTC_CACHE_CARET", PyInt_FromLong((long) 1)); 
12638          PyDict_SetItemString(d
,"wxSTC_CACHE_PAGE", PyInt_FromLong((long) 2)); 
12639          PyDict_SetItemString(d
,"wxSTC_CACHE_DOCUMENT", PyInt_FromLong((long) 3)); 
12640          PyDict_SetItemString(d
,"wxSTC_EDGE_NONE", PyInt_FromLong((long) 0)); 
12641          PyDict_SetItemString(d
,"wxSTC_EDGE_LINE", PyInt_FromLong((long) 1)); 
12642          PyDict_SetItemString(d
,"wxSTC_EDGE_BACKGROUND", PyInt_FromLong((long) 2)); 
12643          PyDict_SetItemString(d
,"wxSTC_CURSORNORMAL", PyInt_FromLong((long) -1)); 
12644          PyDict_SetItemString(d
,"wxSTC_CURSORWAIT", PyInt_FromLong((long) 4)); 
12645          PyDict_SetItemString(d
,"wxSTC_VISIBLE_SLOP", PyInt_FromLong((long) 0x01)); 
12646          PyDict_SetItemString(d
,"wxSTC_VISIBLE_STRICT", PyInt_FromLong((long) 0x04)); 
12647          PyDict_SetItemString(d
,"wxSTC_CARET_SLOP", PyInt_FromLong((long) 0x01)); 
12648          PyDict_SetItemString(d
,"wxSTC_CARET_STRICT", PyInt_FromLong((long) 0x04)); 
12649          PyDict_SetItemString(d
,"wxSTC_CARET_JUMPS", PyInt_FromLong((long) 0x10)); 
12650          PyDict_SetItemString(d
,"wxSTC_CARET_EVEN", PyInt_FromLong((long) 0x08)); 
12651          PyDict_SetItemString(d
,"wxSTC_MOD_INSERTTEXT", PyInt_FromLong((long) 0x1)); 
12652          PyDict_SetItemString(d
,"wxSTC_MOD_DELETETEXT", PyInt_FromLong((long) 0x2)); 
12653          PyDict_SetItemString(d
,"wxSTC_MOD_CHANGESTYLE", PyInt_FromLong((long) 0x4)); 
12654          PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEFOLD", PyInt_FromLong((long) 0x8)); 
12655          PyDict_SetItemString(d
,"wxSTC_PERFORMED_USER", PyInt_FromLong((long) 0x10)); 
12656          PyDict_SetItemString(d
,"wxSTC_PERFORMED_UNDO", PyInt_FromLong((long) 0x20)); 
12657          PyDict_SetItemString(d
,"wxSTC_PERFORMED_REDO", PyInt_FromLong((long) 0x40)); 
12658          PyDict_SetItemString(d
,"wxSTC_LASTSTEPINUNDOREDO", PyInt_FromLong((long) 0x100)); 
12659          PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEMARKER", PyInt_FromLong((long) 0x200)); 
12660          PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREINSERT", PyInt_FromLong((long) 0x400)); 
12661          PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREDELETE", PyInt_FromLong((long) 0x800)); 
12662          PyDict_SetItemString(d
,"wxSTC_MODEVENTMASKALL", PyInt_FromLong((long) 0xF77)); 
12663          PyDict_SetItemString(d
,"wxSTC_KEY_DOWN", PyInt_FromLong((long) 300)); 
12664          PyDict_SetItemString(d
,"wxSTC_KEY_UP", PyInt_FromLong((long) 301)); 
12665          PyDict_SetItemString(d
,"wxSTC_KEY_LEFT", PyInt_FromLong((long) 302)); 
12666          PyDict_SetItemString(d
,"wxSTC_KEY_RIGHT", PyInt_FromLong((long) 303)); 
12667          PyDict_SetItemString(d
,"wxSTC_KEY_HOME", PyInt_FromLong((long) 304)); 
12668          PyDict_SetItemString(d
,"wxSTC_KEY_END", PyInt_FromLong((long) 305)); 
12669          PyDict_SetItemString(d
,"wxSTC_KEY_PRIOR", PyInt_FromLong((long) 306)); 
12670          PyDict_SetItemString(d
,"wxSTC_KEY_NEXT", PyInt_FromLong((long) 307)); 
12671          PyDict_SetItemString(d
,"wxSTC_KEY_DELETE", PyInt_FromLong((long) 308)); 
12672          PyDict_SetItemString(d
,"wxSTC_KEY_INSERT", PyInt_FromLong((long) 309)); 
12673          PyDict_SetItemString(d
,"wxSTC_KEY_ESCAPE", PyInt_FromLong((long) 7)); 
12674          PyDict_SetItemString(d
,"wxSTC_KEY_BACK", PyInt_FromLong((long) 8)); 
12675          PyDict_SetItemString(d
,"wxSTC_KEY_TAB", PyInt_FromLong((long) 9)); 
12676          PyDict_SetItemString(d
,"wxSTC_KEY_RETURN", PyInt_FromLong((long) 13)); 
12677          PyDict_SetItemString(d
,"wxSTC_KEY_ADD", PyInt_FromLong((long) 310)); 
12678          PyDict_SetItemString(d
,"wxSTC_KEY_SUBTRACT", PyInt_FromLong((long) 311)); 
12679          PyDict_SetItemString(d
,"wxSTC_KEY_DIVIDE", PyInt_FromLong((long) 312)); 
12680          PyDict_SetItemString(d
,"wxSTC_SCMOD_SHIFT", PyInt_FromLong((long) 1)); 
12681          PyDict_SetItemString(d
,"wxSTC_SCMOD_CTRL", PyInt_FromLong((long) 2)); 
12682          PyDict_SetItemString(d
,"wxSTC_SCMOD_ALT", PyInt_FromLong((long) 4)); 
12683          PyDict_SetItemString(d
,"wxSTC_LEX_CONTAINER", PyInt_FromLong((long) 0)); 
12684          PyDict_SetItemString(d
,"wxSTC_LEX_NULL", PyInt_FromLong((long) 1)); 
12685          PyDict_SetItemString(d
,"wxSTC_LEX_PYTHON", PyInt_FromLong((long) 2)); 
12686          PyDict_SetItemString(d
,"wxSTC_LEX_CPP", PyInt_FromLong((long) 3)); 
12687          PyDict_SetItemString(d
,"wxSTC_LEX_HTML", PyInt_FromLong((long) 4)); 
12688          PyDict_SetItemString(d
,"wxSTC_LEX_XML", PyInt_FromLong((long) 5)); 
12689          PyDict_SetItemString(d
,"wxSTC_LEX_PERL", PyInt_FromLong((long) 6)); 
12690          PyDict_SetItemString(d
,"wxSTC_LEX_SQL", PyInt_FromLong((long) 7)); 
12691          PyDict_SetItemString(d
,"wxSTC_LEX_VB", PyInt_FromLong((long) 8)); 
12692          PyDict_SetItemString(d
,"wxSTC_LEX_PROPERTIES", PyInt_FromLong((long) 9)); 
12693          PyDict_SetItemString(d
,"wxSTC_LEX_ERRORLIST", PyInt_FromLong((long) 10)); 
12694          PyDict_SetItemString(d
,"wxSTC_LEX_MAKEFILE", PyInt_FromLong((long) 11)); 
12695          PyDict_SetItemString(d
,"wxSTC_LEX_BATCH", PyInt_FromLong((long) 12)); 
12696          PyDict_SetItemString(d
,"wxSTC_LEX_XCODE", PyInt_FromLong((long) 13)); 
12697          PyDict_SetItemString(d
,"wxSTC_LEX_LATEX", PyInt_FromLong((long) 14)); 
12698          PyDict_SetItemString(d
,"wxSTC_LEX_LUA", PyInt_FromLong((long) 15)); 
12699          PyDict_SetItemString(d
,"wxSTC_LEX_DIFF", PyInt_FromLong((long) 16)); 
12700          PyDict_SetItemString(d
,"wxSTC_LEX_CONF", PyInt_FromLong((long) 17)); 
12701          PyDict_SetItemString(d
,"wxSTC_LEX_PASCAL", PyInt_FromLong((long) 18)); 
12702          PyDict_SetItemString(d
,"wxSTC_LEX_AVE", PyInt_FromLong((long) 19)); 
12703          PyDict_SetItemString(d
,"wxSTC_LEX_ADA", PyInt_FromLong((long) 20)); 
12704          PyDict_SetItemString(d
,"wxSTC_LEX_LISP", PyInt_FromLong((long) 21)); 
12705          PyDict_SetItemString(d
,"wxSTC_LEX_RUBY", PyInt_FromLong((long) 22)); 
12706          PyDict_SetItemString(d
,"wxSTC_LEX_EIFFEL", PyInt_FromLong((long) 23)); 
12707          PyDict_SetItemString(d
,"wxSTC_LEX_EIFFELKW", PyInt_FromLong((long) 24)); 
12708          PyDict_SetItemString(d
,"wxSTC_LEX_TCL", PyInt_FromLong((long) 25)); 
12709          PyDict_SetItemString(d
,"wxSTC_LEX_NNCRONTAB", PyInt_FromLong((long) 26)); 
12710          PyDict_SetItemString(d
,"wxSTC_LEX_BULLANT", PyInt_FromLong((long) 27)); 
12711          PyDict_SetItemString(d
,"wxSTC_LEX_VBSCRIPT", PyInt_FromLong((long) 28)); 
12712          PyDict_SetItemString(d
,"wxSTC_LEX_ASP", PyInt_FromLong((long) 29)); 
12713          PyDict_SetItemString(d
,"wxSTC_LEX_PHP", PyInt_FromLong((long) 30)); 
12714          PyDict_SetItemString(d
,"wxSTC_LEX_BAAN", PyInt_FromLong((long) 31)); 
12715          PyDict_SetItemString(d
,"wxSTC_LEX_MATLAB", PyInt_FromLong((long) 32)); 
12716          PyDict_SetItemString(d
,"wxSTC_LEX_SCRIPTOL", PyInt_FromLong((long) 33)); 
12717          PyDict_SetItemString(d
,"wxSTC_LEX_ASM", PyInt_FromLong((long) 34)); 
12718          PyDict_SetItemString(d
,"wxSTC_LEX_CPPNOCASE", PyInt_FromLong((long) 35)); 
12719          PyDict_SetItemString(d
,"wxSTC_LEX_FORTRAN", PyInt_FromLong((long) 36)); 
12720          PyDict_SetItemString(d
,"wxSTC_LEX_F77", PyInt_FromLong((long) 37)); 
12721          PyDict_SetItemString(d
,"wxSTC_LEX_CSS", PyInt_FromLong((long) 38)); 
12722          PyDict_SetItemString(d
,"wxSTC_LEX_POV", PyInt_FromLong((long) 39)); 
12723          PyDict_SetItemString(d
,"wxSTC_LEX_LOUT", PyInt_FromLong((long) 40)); 
12724          PyDict_SetItemString(d
,"wxSTC_LEX_ESCRIPT", PyInt_FromLong((long) 41)); 
12725          PyDict_SetItemString(d
,"wxSTC_LEX_AUTOMATIC", PyInt_FromLong((long) 1000)); 
12726          PyDict_SetItemString(d
,"wxSTC_P_DEFAULT", PyInt_FromLong((long) 0)); 
12727          PyDict_SetItemString(d
,"wxSTC_P_COMMENTLINE", PyInt_FromLong((long) 1)); 
12728          PyDict_SetItemString(d
,"wxSTC_P_NUMBER", PyInt_FromLong((long) 2)); 
12729          PyDict_SetItemString(d
,"wxSTC_P_STRING", PyInt_FromLong((long) 3)); 
12730          PyDict_SetItemString(d
,"wxSTC_P_CHARACTER", PyInt_FromLong((long) 4)); 
12731          PyDict_SetItemString(d
,"wxSTC_P_WORD", PyInt_FromLong((long) 5)); 
12732          PyDict_SetItemString(d
,"wxSTC_P_TRIPLE", PyInt_FromLong((long) 6)); 
12733          PyDict_SetItemString(d
,"wxSTC_P_TRIPLEDOUBLE", PyInt_FromLong((long) 7)); 
12734          PyDict_SetItemString(d
,"wxSTC_P_CLASSNAME", PyInt_FromLong((long) 8)); 
12735          PyDict_SetItemString(d
,"wxSTC_P_DEFNAME", PyInt_FromLong((long) 9)); 
12736          PyDict_SetItemString(d
,"wxSTC_P_OPERATOR", PyInt_FromLong((long) 10)); 
12737          PyDict_SetItemString(d
,"wxSTC_P_IDENTIFIER", PyInt_FromLong((long) 11)); 
12738          PyDict_SetItemString(d
,"wxSTC_P_COMMENTBLOCK", PyInt_FromLong((long) 12)); 
12739          PyDict_SetItemString(d
,"wxSTC_P_STRINGEOL", PyInt_FromLong((long) 13)); 
12740          PyDict_SetItemString(d
,"wxSTC_C_DEFAULT", PyInt_FromLong((long) 0)); 
12741          PyDict_SetItemString(d
,"wxSTC_C_COMMENT", PyInt_FromLong((long) 1)); 
12742          PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINE", PyInt_FromLong((long) 2)); 
12743          PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOC", PyInt_FromLong((long) 3)); 
12744          PyDict_SetItemString(d
,"wxSTC_C_NUMBER", PyInt_FromLong((long) 4)); 
12745          PyDict_SetItemString(d
,"wxSTC_C_WORD", PyInt_FromLong((long) 5)); 
12746          PyDict_SetItemString(d
,"wxSTC_C_STRING", PyInt_FromLong((long) 6)); 
12747          PyDict_SetItemString(d
,"wxSTC_C_CHARACTER", PyInt_FromLong((long) 7)); 
12748          PyDict_SetItemString(d
,"wxSTC_C_UUID", PyInt_FromLong((long) 8)); 
12749          PyDict_SetItemString(d
,"wxSTC_C_PREPROCESSOR", PyInt_FromLong((long) 9)); 
12750          PyDict_SetItemString(d
,"wxSTC_C_OPERATOR", PyInt_FromLong((long) 10)); 
12751          PyDict_SetItemString(d
,"wxSTC_C_IDENTIFIER", PyInt_FromLong((long) 11)); 
12752          PyDict_SetItemString(d
,"wxSTC_C_STRINGEOL", PyInt_FromLong((long) 12)); 
12753          PyDict_SetItemString(d
,"wxSTC_C_VERBATIM", PyInt_FromLong((long) 13)); 
12754          PyDict_SetItemString(d
,"wxSTC_C_REGEX", PyInt_FromLong((long) 14)); 
12755          PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINEDOC", PyInt_FromLong((long) 15)); 
12756          PyDict_SetItemString(d
,"wxSTC_C_WORD2", PyInt_FromLong((long) 16)); 
12757          PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORD", PyInt_FromLong((long) 17)); 
12758          PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORDERROR", PyInt_FromLong((long) 18)); 
12759          PyDict_SetItemString(d
,"wxSTC_C_GLOBALCLASS", PyInt_FromLong((long) 19)); 
12760          PyDict_SetItemString(d
,"wxSTC_H_DEFAULT", PyInt_FromLong((long) 0)); 
12761          PyDict_SetItemString(d
,"wxSTC_H_TAG", PyInt_FromLong((long) 1)); 
12762          PyDict_SetItemString(d
,"wxSTC_H_TAGUNKNOWN", PyInt_FromLong((long) 2)); 
12763          PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTE", PyInt_FromLong((long) 3)); 
12764          PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTEUNKNOWN", PyInt_FromLong((long) 4)); 
12765          PyDict_SetItemString(d
,"wxSTC_H_NUMBER", PyInt_FromLong((long) 5)); 
12766          PyDict_SetItemString(d
,"wxSTC_H_DOUBLESTRING", PyInt_FromLong((long) 6)); 
12767          PyDict_SetItemString(d
,"wxSTC_H_SINGLESTRING", PyInt_FromLong((long) 7)); 
12768          PyDict_SetItemString(d
,"wxSTC_H_OTHER", PyInt_FromLong((long) 8)); 
12769          PyDict_SetItemString(d
,"wxSTC_H_COMMENT", PyInt_FromLong((long) 9)); 
12770          PyDict_SetItemString(d
,"wxSTC_H_ENTITY", PyInt_FromLong((long) 10)); 
12771          PyDict_SetItemString(d
,"wxSTC_H_TAGEND", PyInt_FromLong((long) 11)); 
12772          PyDict_SetItemString(d
,"wxSTC_H_XMLSTART", PyInt_FromLong((long) 12)); 
12773          PyDict_SetItemString(d
,"wxSTC_H_XMLEND", PyInt_FromLong((long) 13)); 
12774          PyDict_SetItemString(d
,"wxSTC_H_SCRIPT", PyInt_FromLong((long) 14)); 
12775          PyDict_SetItemString(d
,"wxSTC_H_ASP", PyInt_FromLong((long) 15)); 
12776          PyDict_SetItemString(d
,"wxSTC_H_ASPAT", PyInt_FromLong((long) 16)); 
12777          PyDict_SetItemString(d
,"wxSTC_H_CDATA", PyInt_FromLong((long) 17)); 
12778          PyDict_SetItemString(d
,"wxSTC_H_QUESTION", PyInt_FromLong((long) 18)); 
12779          PyDict_SetItemString(d
,"wxSTC_H_VALUE", PyInt_FromLong((long) 19)); 
12780          PyDict_SetItemString(d
,"wxSTC_H_XCCOMMENT", PyInt_FromLong((long) 20)); 
12781          PyDict_SetItemString(d
,"wxSTC_H_SGML_DEFAULT", PyInt_FromLong((long) 21)); 
12782          PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMAND", PyInt_FromLong((long) 22)); 
12783          PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM", PyInt_FromLong((long) 23)); 
12784          PyDict_SetItemString(d
,"wxSTC_H_SGML_DOUBLESTRING", PyInt_FromLong((long) 24)); 
12785          PyDict_SetItemString(d
,"wxSTC_H_SGML_SIMPLESTRING", PyInt_FromLong((long) 25)); 
12786          PyDict_SetItemString(d
,"wxSTC_H_SGML_ERROR", PyInt_FromLong((long) 26)); 
12787          PyDict_SetItemString(d
,"wxSTC_H_SGML_SPECIAL", PyInt_FromLong((long) 27)); 
12788          PyDict_SetItemString(d
,"wxSTC_H_SGML_ENTITY", PyInt_FromLong((long) 28)); 
12789          PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMENT", PyInt_FromLong((long) 29)); 
12790          PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM_COMMENT", PyInt_FromLong((long) 30)); 
12791          PyDict_SetItemString(d
,"wxSTC_H_SGML_BLOCK_DEFAULT", PyInt_FromLong((long) 31)); 
12792          PyDict_SetItemString(d
,"wxSTC_HJ_START", PyInt_FromLong((long) 40)); 
12793          PyDict_SetItemString(d
,"wxSTC_HJ_DEFAULT", PyInt_FromLong((long) 41)); 
12794          PyDict_SetItemString(d
,"wxSTC_HJ_COMMENT", PyInt_FromLong((long) 42)); 
12795          PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTLINE", PyInt_FromLong((long) 43)); 
12796          PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTDOC", PyInt_FromLong((long) 44)); 
12797          PyDict_SetItemString(d
,"wxSTC_HJ_NUMBER", PyInt_FromLong((long) 45)); 
12798          PyDict_SetItemString(d
,"wxSTC_HJ_WORD", PyInt_FromLong((long) 46)); 
12799          PyDict_SetItemString(d
,"wxSTC_HJ_KEYWORD", PyInt_FromLong((long) 47)); 
12800          PyDict_SetItemString(d
,"wxSTC_HJ_DOUBLESTRING", PyInt_FromLong((long) 48)); 
12801          PyDict_SetItemString(d
,"wxSTC_HJ_SINGLESTRING", PyInt_FromLong((long) 49)); 
12802          PyDict_SetItemString(d
,"wxSTC_HJ_SYMBOLS", PyInt_FromLong((long) 50)); 
12803          PyDict_SetItemString(d
,"wxSTC_HJ_STRINGEOL", PyInt_FromLong((long) 51)); 
12804          PyDict_SetItemString(d
,"wxSTC_HJ_REGEX", PyInt_FromLong((long) 52)); 
12805          PyDict_SetItemString(d
,"wxSTC_HJA_START", PyInt_FromLong((long) 55)); 
12806          PyDict_SetItemString(d
,"wxSTC_HJA_DEFAULT", PyInt_FromLong((long) 56)); 
12807          PyDict_SetItemString(d
,"wxSTC_HJA_COMMENT", PyInt_FromLong((long) 57)); 
12808          PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTLINE", PyInt_FromLong((long) 58)); 
12809          PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTDOC", PyInt_FromLong((long) 59)); 
12810          PyDict_SetItemString(d
,"wxSTC_HJA_NUMBER", PyInt_FromLong((long) 60)); 
12811          PyDict_SetItemString(d
,"wxSTC_HJA_WORD", PyInt_FromLong((long) 61)); 
12812          PyDict_SetItemString(d
,"wxSTC_HJA_KEYWORD", PyInt_FromLong((long) 62)); 
12813          PyDict_SetItemString(d
,"wxSTC_HJA_DOUBLESTRING", PyInt_FromLong((long) 63)); 
12814          PyDict_SetItemString(d
,"wxSTC_HJA_SINGLESTRING", PyInt_FromLong((long) 64)); 
12815          PyDict_SetItemString(d
,"wxSTC_HJA_SYMBOLS", PyInt_FromLong((long) 65)); 
12816          PyDict_SetItemString(d
,"wxSTC_HJA_STRINGEOL", PyInt_FromLong((long) 66)); 
12817          PyDict_SetItemString(d
,"wxSTC_HJA_REGEX", PyInt_FromLong((long) 67)); 
12818          PyDict_SetItemString(d
,"wxSTC_HB_START", PyInt_FromLong((long) 70)); 
12819          PyDict_SetItemString(d
,"wxSTC_HB_DEFAULT", PyInt_FromLong((long) 71)); 
12820          PyDict_SetItemString(d
,"wxSTC_HB_COMMENTLINE", PyInt_FromLong((long) 72)); 
12821          PyDict_SetItemString(d
,"wxSTC_HB_NUMBER", PyInt_FromLong((long) 73)); 
12822          PyDict_SetItemString(d
,"wxSTC_HB_WORD", PyInt_FromLong((long) 74)); 
12823          PyDict_SetItemString(d
,"wxSTC_HB_STRING", PyInt_FromLong((long) 75)); 
12824          PyDict_SetItemString(d
,"wxSTC_HB_IDENTIFIER", PyInt_FromLong((long) 76)); 
12825          PyDict_SetItemString(d
,"wxSTC_HB_STRINGEOL", PyInt_FromLong((long) 77)); 
12826          PyDict_SetItemString(d
,"wxSTC_HBA_START", PyInt_FromLong((long) 80)); 
12827          PyDict_SetItemString(d
,"wxSTC_HBA_DEFAULT", PyInt_FromLong((long) 81)); 
12828          PyDict_SetItemString(d
,"wxSTC_HBA_COMMENTLINE", PyInt_FromLong((long) 82)); 
12829          PyDict_SetItemString(d
,"wxSTC_HBA_NUMBER", PyInt_FromLong((long) 83)); 
12830          PyDict_SetItemString(d
,"wxSTC_HBA_WORD", PyInt_FromLong((long) 84)); 
12831          PyDict_SetItemString(d
,"wxSTC_HBA_STRING", PyInt_FromLong((long) 85)); 
12832          PyDict_SetItemString(d
,"wxSTC_HBA_IDENTIFIER", PyInt_FromLong((long) 86)); 
12833          PyDict_SetItemString(d
,"wxSTC_HBA_STRINGEOL", PyInt_FromLong((long) 87)); 
12834          PyDict_SetItemString(d
,"wxSTC_HP_START", PyInt_FromLong((long) 90)); 
12835          PyDict_SetItemString(d
,"wxSTC_HP_DEFAULT", PyInt_FromLong((long) 91)); 
12836          PyDict_SetItemString(d
,"wxSTC_HP_COMMENTLINE", PyInt_FromLong((long) 92)); 
12837          PyDict_SetItemString(d
,"wxSTC_HP_NUMBER", PyInt_FromLong((long) 93)); 
12838          PyDict_SetItemString(d
,"wxSTC_HP_STRING", PyInt_FromLong((long) 94)); 
12839          PyDict_SetItemString(d
,"wxSTC_HP_CHARACTER", PyInt_FromLong((long) 95)); 
12840          PyDict_SetItemString(d
,"wxSTC_HP_WORD", PyInt_FromLong((long) 96)); 
12841          PyDict_SetItemString(d
,"wxSTC_HP_TRIPLE", PyInt_FromLong((long) 97)); 
12842          PyDict_SetItemString(d
,"wxSTC_HP_TRIPLEDOUBLE", PyInt_FromLong((long) 98)); 
12843          PyDict_SetItemString(d
,"wxSTC_HP_CLASSNAME", PyInt_FromLong((long) 99)); 
12844          PyDict_SetItemString(d
,"wxSTC_HP_DEFNAME", PyInt_FromLong((long) 100)); 
12845          PyDict_SetItemString(d
,"wxSTC_HP_OPERATOR", PyInt_FromLong((long) 101)); 
12846          PyDict_SetItemString(d
,"wxSTC_HP_IDENTIFIER", PyInt_FromLong((long) 102)); 
12847          PyDict_SetItemString(d
,"wxSTC_HPA_START", PyInt_FromLong((long) 105)); 
12848          PyDict_SetItemString(d
,"wxSTC_HPA_DEFAULT", PyInt_FromLong((long) 106)); 
12849          PyDict_SetItemString(d
,"wxSTC_HPA_COMMENTLINE", PyInt_FromLong((long) 107)); 
12850          PyDict_SetItemString(d
,"wxSTC_HPA_NUMBER", PyInt_FromLong((long) 108)); 
12851          PyDict_SetItemString(d
,"wxSTC_HPA_STRING", PyInt_FromLong((long) 109)); 
12852          PyDict_SetItemString(d
,"wxSTC_HPA_CHARACTER", PyInt_FromLong((long) 110)); 
12853          PyDict_SetItemString(d
,"wxSTC_HPA_WORD", PyInt_FromLong((long) 111)); 
12854          PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLE", PyInt_FromLong((long) 112)); 
12855          PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLEDOUBLE", PyInt_FromLong((long) 113)); 
12856          PyDict_SetItemString(d
,"wxSTC_HPA_CLASSNAME", PyInt_FromLong((long) 114)); 
12857          PyDict_SetItemString(d
,"wxSTC_HPA_DEFNAME", PyInt_FromLong((long) 115)); 
12858          PyDict_SetItemString(d
,"wxSTC_HPA_OPERATOR", PyInt_FromLong((long) 116)); 
12859          PyDict_SetItemString(d
,"wxSTC_HPA_IDENTIFIER", PyInt_FromLong((long) 117)); 
12860          PyDict_SetItemString(d
,"wxSTC_HPHP_DEFAULT", PyInt_FromLong((long) 118)); 
12861          PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING", PyInt_FromLong((long) 119)); 
12862          PyDict_SetItemString(d
,"wxSTC_HPHP_SIMPLESTRING", PyInt_FromLong((long) 120)); 
12863          PyDict_SetItemString(d
,"wxSTC_HPHP_WORD", PyInt_FromLong((long) 121)); 
12864          PyDict_SetItemString(d
,"wxSTC_HPHP_NUMBER", PyInt_FromLong((long) 122)); 
12865          PyDict_SetItemString(d
,"wxSTC_HPHP_VARIABLE", PyInt_FromLong((long) 123)); 
12866          PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENT", PyInt_FromLong((long) 124)); 
12867          PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENTLINE", PyInt_FromLong((long) 125)); 
12868          PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING_VARIABLE", PyInt_FromLong((long) 126)); 
12869          PyDict_SetItemString(d
,"wxSTC_HPHP_OPERATOR", PyInt_FromLong((long) 127)); 
12870          PyDict_SetItemString(d
,"wxSTC_PL_DEFAULT", PyInt_FromLong((long) 0)); 
12871          PyDict_SetItemString(d
,"wxSTC_PL_ERROR", PyInt_FromLong((long) 1)); 
12872          PyDict_SetItemString(d
,"wxSTC_PL_COMMENTLINE", PyInt_FromLong((long) 2)); 
12873          PyDict_SetItemString(d
,"wxSTC_PL_POD", PyInt_FromLong((long) 3)); 
12874          PyDict_SetItemString(d
,"wxSTC_PL_NUMBER", PyInt_FromLong((long) 4)); 
12875          PyDict_SetItemString(d
,"wxSTC_PL_WORD", PyInt_FromLong((long) 5)); 
12876          PyDict_SetItemString(d
,"wxSTC_PL_STRING", PyInt_FromLong((long) 6)); 
12877          PyDict_SetItemString(d
,"wxSTC_PL_CHARACTER", PyInt_FromLong((long) 7)); 
12878          PyDict_SetItemString(d
,"wxSTC_PL_PUNCTUATION", PyInt_FromLong((long) 8)); 
12879          PyDict_SetItemString(d
,"wxSTC_PL_PREPROCESSOR", PyInt_FromLong((long) 9)); 
12880          PyDict_SetItemString(d
,"wxSTC_PL_OPERATOR", PyInt_FromLong((long) 10)); 
12881          PyDict_SetItemString(d
,"wxSTC_PL_IDENTIFIER", PyInt_FromLong((long) 11)); 
12882          PyDict_SetItemString(d
,"wxSTC_PL_SCALAR", PyInt_FromLong((long) 12)); 
12883          PyDict_SetItemString(d
,"wxSTC_PL_ARRAY", PyInt_FromLong((long) 13)); 
12884          PyDict_SetItemString(d
,"wxSTC_PL_HASH", PyInt_FromLong((long) 14)); 
12885          PyDict_SetItemString(d
,"wxSTC_PL_SYMBOLTABLE", PyInt_FromLong((long) 15)); 
12886          PyDict_SetItemString(d
,"wxSTC_PL_REGEX", PyInt_FromLong((long) 17)); 
12887          PyDict_SetItemString(d
,"wxSTC_PL_REGSUBST", PyInt_FromLong((long) 18)); 
12888          PyDict_SetItemString(d
,"wxSTC_PL_LONGQUOTE", PyInt_FromLong((long) 19)); 
12889          PyDict_SetItemString(d
,"wxSTC_PL_BACKTICKS", PyInt_FromLong((long) 20)); 
12890          PyDict_SetItemString(d
,"wxSTC_PL_DATASECTION", PyInt_FromLong((long) 21)); 
12891          PyDict_SetItemString(d
,"wxSTC_PL_HERE_DELIM", PyInt_FromLong((long) 22)); 
12892          PyDict_SetItemString(d
,"wxSTC_PL_HERE_Q", PyInt_FromLong((long) 23)); 
12893          PyDict_SetItemString(d
,"wxSTC_PL_HERE_QQ", PyInt_FromLong((long) 24)); 
12894          PyDict_SetItemString(d
,"wxSTC_PL_HERE_QX", PyInt_FromLong((long) 25)); 
12895          PyDict_SetItemString(d
,"wxSTC_PL_STRING_Q", PyInt_FromLong((long) 26)); 
12896          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QQ", PyInt_FromLong((long) 27)); 
12897          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QX", PyInt_FromLong((long) 28)); 
12898          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QR", PyInt_FromLong((long) 29)); 
12899          PyDict_SetItemString(d
,"wxSTC_PL_STRING_QW", PyInt_FromLong((long) 30)); 
12900          PyDict_SetItemString(d
,"wxSTC_B_DEFAULT", PyInt_FromLong((long) 0)); 
12901          PyDict_SetItemString(d
,"wxSTC_B_COMMENT", PyInt_FromLong((long) 1)); 
12902          PyDict_SetItemString(d
,"wxSTC_B_NUMBER", PyInt_FromLong((long) 2)); 
12903          PyDict_SetItemString(d
,"wxSTC_B_KEYWORD", PyInt_FromLong((long) 3)); 
12904          PyDict_SetItemString(d
,"wxSTC_B_STRING", PyInt_FromLong((long) 4)); 
12905          PyDict_SetItemString(d
,"wxSTC_B_PREPROCESSOR", PyInt_FromLong((long) 5)); 
12906          PyDict_SetItemString(d
,"wxSTC_B_OPERATOR", PyInt_FromLong((long) 6)); 
12907          PyDict_SetItemString(d
,"wxSTC_B_IDENTIFIER", PyInt_FromLong((long) 7)); 
12908          PyDict_SetItemString(d
,"wxSTC_B_DATE", PyInt_FromLong((long) 8)); 
12909          PyDict_SetItemString(d
,"wxSTC_PROPS_DEFAULT", PyInt_FromLong((long) 0)); 
12910          PyDict_SetItemString(d
,"wxSTC_PROPS_COMMENT", PyInt_FromLong((long) 1)); 
12911          PyDict_SetItemString(d
,"wxSTC_PROPS_SECTION", PyInt_FromLong((long) 2)); 
12912          PyDict_SetItemString(d
,"wxSTC_PROPS_ASSIGNMENT", PyInt_FromLong((long) 3)); 
12913          PyDict_SetItemString(d
,"wxSTC_PROPS_DEFVAL", PyInt_FromLong((long) 4)); 
12914          PyDict_SetItemString(d
,"wxSTC_L_DEFAULT", PyInt_FromLong((long) 0)); 
12915          PyDict_SetItemString(d
,"wxSTC_L_COMMAND", PyInt_FromLong((long) 1)); 
12916          PyDict_SetItemString(d
,"wxSTC_L_TAG", PyInt_FromLong((long) 2)); 
12917          PyDict_SetItemString(d
,"wxSTC_L_MATH", PyInt_FromLong((long) 3)); 
12918          PyDict_SetItemString(d
,"wxSTC_L_COMMENT", PyInt_FromLong((long) 4)); 
12919          PyDict_SetItemString(d
,"wxSTC_LUA_DEFAULT", PyInt_FromLong((long) 0)); 
12920          PyDict_SetItemString(d
,"wxSTC_LUA_COMMENT", PyInt_FromLong((long) 1)); 
12921          PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTLINE", PyInt_FromLong((long) 2)); 
12922          PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTDOC", PyInt_FromLong((long) 3)); 
12923          PyDict_SetItemString(d
,"wxSTC_LUA_NUMBER", PyInt_FromLong((long) 4)); 
12924          PyDict_SetItemString(d
,"wxSTC_LUA_WORD", PyInt_FromLong((long) 5)); 
12925          PyDict_SetItemString(d
,"wxSTC_LUA_STRING", PyInt_FromLong((long) 6)); 
12926          PyDict_SetItemString(d
,"wxSTC_LUA_CHARACTER", PyInt_FromLong((long) 7)); 
12927          PyDict_SetItemString(d
,"wxSTC_LUA_LITERALSTRING", PyInt_FromLong((long) 8)); 
12928          PyDict_SetItemString(d
,"wxSTC_LUA_PREPROCESSOR", PyInt_FromLong((long) 9)); 
12929          PyDict_SetItemString(d
,"wxSTC_LUA_OPERATOR", PyInt_FromLong((long) 10)); 
12930          PyDict_SetItemString(d
,"wxSTC_LUA_IDENTIFIER", PyInt_FromLong((long) 11)); 
12931          PyDict_SetItemString(d
,"wxSTC_LUA_STRINGEOL", PyInt_FromLong((long) 12)); 
12932          PyDict_SetItemString(d
,"wxSTC_LUA_WORD2", PyInt_FromLong((long) 13)); 
12933          PyDict_SetItemString(d
,"wxSTC_LUA_WORD3", PyInt_FromLong((long) 14)); 
12934          PyDict_SetItemString(d
,"wxSTC_LUA_WORD4", PyInt_FromLong((long) 15)); 
12935          PyDict_SetItemString(d
,"wxSTC_LUA_WORD5", PyInt_FromLong((long) 16)); 
12936          PyDict_SetItemString(d
,"wxSTC_LUA_WORD6", PyInt_FromLong((long) 17)); 
12937          PyDict_SetItemString(d
,"wxSTC_ERR_DEFAULT", PyInt_FromLong((long) 0)); 
12938          PyDict_SetItemString(d
,"wxSTC_ERR_PYTHON", PyInt_FromLong((long) 1)); 
12939          PyDict_SetItemString(d
,"wxSTC_ERR_GCC", PyInt_FromLong((long) 2)); 
12940          PyDict_SetItemString(d
,"wxSTC_ERR_MS", PyInt_FromLong((long) 3)); 
12941          PyDict_SetItemString(d
,"wxSTC_ERR_CMD", PyInt_FromLong((long) 4)); 
12942          PyDict_SetItemString(d
,"wxSTC_ERR_BORLAND", PyInt_FromLong((long) 5)); 
12943          PyDict_SetItemString(d
,"wxSTC_ERR_PERL", PyInt_FromLong((long) 6)); 
12944          PyDict_SetItemString(d
,"wxSTC_ERR_NET", PyInt_FromLong((long) 7)); 
12945          PyDict_SetItemString(d
,"wxSTC_ERR_LUA", PyInt_FromLong((long) 8)); 
12946          PyDict_SetItemString(d
,"wxSTC_ERR_CTAG", PyInt_FromLong((long) 9)); 
12947          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_CHANGED", PyInt_FromLong((long) 10)); 
12948          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_ADDITION", PyInt_FromLong((long) 11)); 
12949          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_DELETION", PyInt_FromLong((long) 12)); 
12950          PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_MESSAGE", PyInt_FromLong((long) 13)); 
12951          PyDict_SetItemString(d
,"wxSTC_ERR_PHP", PyInt_FromLong((long) 14)); 
12952          PyDict_SetItemString(d
,"wxSTC_ERR_ELF", PyInt_FromLong((long) 15)); 
12953          PyDict_SetItemString(d
,"wxSTC_ERR_IFC", PyInt_FromLong((long) 16)); 
12954          PyDict_SetItemString(d
,"wxSTC_BAT_DEFAULT", PyInt_FromLong((long) 0)); 
12955          PyDict_SetItemString(d
,"wxSTC_BAT_COMMENT", PyInt_FromLong((long) 1)); 
12956          PyDict_SetItemString(d
,"wxSTC_BAT_WORD", PyInt_FromLong((long) 2)); 
12957          PyDict_SetItemString(d
,"wxSTC_BAT_LABEL", PyInt_FromLong((long) 3)); 
12958          PyDict_SetItemString(d
,"wxSTC_BAT_HIDE", PyInt_FromLong((long) 4)); 
12959          PyDict_SetItemString(d
,"wxSTC_BAT_COMMAND", PyInt_FromLong((long) 5)); 
12960          PyDict_SetItemString(d
,"wxSTC_BAT_IDENTIFIER", PyInt_FromLong((long) 6)); 
12961          PyDict_SetItemString(d
,"wxSTC_BAT_OPERATOR", PyInt_FromLong((long) 7)); 
12962          PyDict_SetItemString(d
,"wxSTC_MAKE_DEFAULT", PyInt_FromLong((long) 0)); 
12963          PyDict_SetItemString(d
,"wxSTC_MAKE_COMMENT", PyInt_FromLong((long) 1)); 
12964          PyDict_SetItemString(d
,"wxSTC_MAKE_PREPROCESSOR", PyInt_FromLong((long) 2)); 
12965          PyDict_SetItemString(d
,"wxSTC_MAKE_IDENTIFIER", PyInt_FromLong((long) 3)); 
12966          PyDict_SetItemString(d
,"wxSTC_MAKE_OPERATOR", PyInt_FromLong((long) 4)); 
12967          PyDict_SetItemString(d
,"wxSTC_MAKE_TARGET", PyInt_FromLong((long) 5)); 
12968          PyDict_SetItemString(d
,"wxSTC_MAKE_IDEOL", PyInt_FromLong((long) 9)); 
12969          PyDict_SetItemString(d
,"wxSTC_DIFF_DEFAULT", PyInt_FromLong((long) 0)); 
12970          PyDict_SetItemString(d
,"wxSTC_DIFF_COMMENT", PyInt_FromLong((long) 1)); 
12971          PyDict_SetItemString(d
,"wxSTC_DIFF_COMMAND", PyInt_FromLong((long) 2)); 
12972          PyDict_SetItemString(d
,"wxSTC_DIFF_HEADER", PyInt_FromLong((long) 3)); 
12973          PyDict_SetItemString(d
,"wxSTC_DIFF_POSITION", PyInt_FromLong((long) 4)); 
12974          PyDict_SetItemString(d
,"wxSTC_DIFF_DELETED", PyInt_FromLong((long) 5)); 
12975          PyDict_SetItemString(d
,"wxSTC_DIFF_ADDED", PyInt_FromLong((long) 6)); 
12976          PyDict_SetItemString(d
,"wxSTC_CONF_DEFAULT", PyInt_FromLong((long) 0)); 
12977          PyDict_SetItemString(d
,"wxSTC_CONF_COMMENT", PyInt_FromLong((long) 1)); 
12978          PyDict_SetItemString(d
,"wxSTC_CONF_NUMBER", PyInt_FromLong((long) 2)); 
12979          PyDict_SetItemString(d
,"wxSTC_CONF_IDENTIFIER", PyInt_FromLong((long) 3)); 
12980          PyDict_SetItemString(d
,"wxSTC_CONF_EXTENSION", PyInt_FromLong((long) 4)); 
12981          PyDict_SetItemString(d
,"wxSTC_CONF_PARAMETER", PyInt_FromLong((long) 5)); 
12982          PyDict_SetItemString(d
,"wxSTC_CONF_STRING", PyInt_FromLong((long) 6)); 
12983          PyDict_SetItemString(d
,"wxSTC_CONF_OPERATOR", PyInt_FromLong((long) 7)); 
12984          PyDict_SetItemString(d
,"wxSTC_CONF_IP", PyInt_FromLong((long) 8)); 
12985          PyDict_SetItemString(d
,"wxSTC_CONF_DIRECTIVE", PyInt_FromLong((long) 9)); 
12986          PyDict_SetItemString(d
,"wxSTC_AVE_DEFAULT", PyInt_FromLong((long) 0)); 
12987          PyDict_SetItemString(d
,"wxSTC_AVE_COMMENT", PyInt_FromLong((long) 1)); 
12988          PyDict_SetItemString(d
,"wxSTC_AVE_NUMBER", PyInt_FromLong((long) 2)); 
12989          PyDict_SetItemString(d
,"wxSTC_AVE_WORD", PyInt_FromLong((long) 3)); 
12990          PyDict_SetItemString(d
,"wxSTC_AVE_STRING", PyInt_FromLong((long) 6)); 
12991          PyDict_SetItemString(d
,"wxSTC_AVE_ENUM", PyInt_FromLong((long) 7)); 
12992          PyDict_SetItemString(d
,"wxSTC_AVE_STRINGEOL", PyInt_FromLong((long) 8)); 
12993          PyDict_SetItemString(d
,"wxSTC_AVE_IDENTIFIER", PyInt_FromLong((long) 9)); 
12994          PyDict_SetItemString(d
,"wxSTC_AVE_OPERATOR", PyInt_FromLong((long) 10)); 
12995          PyDict_SetItemString(d
,"wxSTC_AVE_WORD1", PyInt_FromLong((long) 11)); 
12996          PyDict_SetItemString(d
,"wxSTC_AVE_WORD2", PyInt_FromLong((long) 12)); 
12997          PyDict_SetItemString(d
,"wxSTC_AVE_WORD3", PyInt_FromLong((long) 13)); 
12998          PyDict_SetItemString(d
,"wxSTC_AVE_WORD4", PyInt_FromLong((long) 14)); 
12999          PyDict_SetItemString(d
,"wxSTC_AVE_WORD5", PyInt_FromLong((long) 15)); 
13000          PyDict_SetItemString(d
,"wxSTC_AVE_WORD6", PyInt_FromLong((long) 16)); 
13001          PyDict_SetItemString(d
,"wxSTC_ADA_DEFAULT", PyInt_FromLong((long) 0)); 
13002          PyDict_SetItemString(d
,"wxSTC_ADA_WORD", PyInt_FromLong((long) 1)); 
13003          PyDict_SetItemString(d
,"wxSTC_ADA_IDENTIFIER", PyInt_FromLong((long) 2)); 
13004          PyDict_SetItemString(d
,"wxSTC_ADA_NUMBER", PyInt_FromLong((long) 3)); 
13005          PyDict_SetItemString(d
,"wxSTC_ADA_DELIMITER", PyInt_FromLong((long) 4)); 
13006          PyDict_SetItemString(d
,"wxSTC_ADA_CHARACTER", PyInt_FromLong((long) 5)); 
13007          PyDict_SetItemString(d
,"wxSTC_ADA_CHARACTEREOL", PyInt_FromLong((long) 6)); 
13008          PyDict_SetItemString(d
,"wxSTC_ADA_STRING", PyInt_FromLong((long) 7)); 
13009          PyDict_SetItemString(d
,"wxSTC_ADA_STRINGEOL", PyInt_FromLong((long) 8)); 
13010          PyDict_SetItemString(d
,"wxSTC_ADA_LABEL", PyInt_FromLong((long) 9)); 
13011          PyDict_SetItemString(d
,"wxSTC_ADA_COMMENTLINE", PyInt_FromLong((long) 10)); 
13012          PyDict_SetItemString(d
,"wxSTC_ADA_ILLEGAL", PyInt_FromLong((long) 11)); 
13013          PyDict_SetItemString(d
,"wxSTC_BAAN_DEFAULT", PyInt_FromLong((long) 0)); 
13014          PyDict_SetItemString(d
,"wxSTC_BAAN_COMMENT", PyInt_FromLong((long) 1)); 
13015          PyDict_SetItemString(d
,"wxSTC_BAAN_COMMENTDOC", PyInt_FromLong((long) 2)); 
13016          PyDict_SetItemString(d
,"wxSTC_BAAN_NUMBER", PyInt_FromLong((long) 3)); 
13017          PyDict_SetItemString(d
,"wxSTC_BAAN_WORD", PyInt_FromLong((long) 4)); 
13018          PyDict_SetItemString(d
,"wxSTC_BAAN_STRING", PyInt_FromLong((long) 5)); 
13019          PyDict_SetItemString(d
,"wxSTC_BAAN_PREPROCESSOR", PyInt_FromLong((long) 6)); 
13020          PyDict_SetItemString(d
,"wxSTC_BAAN_OPERATOR", PyInt_FromLong((long) 7)); 
13021          PyDict_SetItemString(d
,"wxSTC_BAAN_IDENTIFIER", PyInt_FromLong((long) 8)); 
13022          PyDict_SetItemString(d
,"wxSTC_BAAN_STRINGEOL", PyInt_FromLong((long) 9)); 
13023          PyDict_SetItemString(d
,"wxSTC_BAAN_WORD2", PyInt_FromLong((long) 10)); 
13024          PyDict_SetItemString(d
,"wxSTC_LISP_DEFAULT", PyInt_FromLong((long) 0)); 
13025          PyDict_SetItemString(d
,"wxSTC_LISP_COMMENT", PyInt_FromLong((long) 1)); 
13026          PyDict_SetItemString(d
,"wxSTC_LISP_NUMBER", PyInt_FromLong((long) 2)); 
13027          PyDict_SetItemString(d
,"wxSTC_LISP_KEYWORD", PyInt_FromLong((long) 3)); 
13028          PyDict_SetItemString(d
,"wxSTC_LISP_STRING", PyInt_FromLong((long) 6)); 
13029          PyDict_SetItemString(d
,"wxSTC_LISP_STRINGEOL", PyInt_FromLong((long) 8)); 
13030          PyDict_SetItemString(d
,"wxSTC_LISP_IDENTIFIER", PyInt_FromLong((long) 9)); 
13031          PyDict_SetItemString(d
,"wxSTC_LISP_OPERATOR", PyInt_FromLong((long) 10)); 
13032          PyDict_SetItemString(d
,"wxSTC_EIFFEL_DEFAULT", PyInt_FromLong((long) 0)); 
13033          PyDict_SetItemString(d
,"wxSTC_EIFFEL_COMMENTLINE", PyInt_FromLong((long) 1)); 
13034          PyDict_SetItemString(d
,"wxSTC_EIFFEL_NUMBER", PyInt_FromLong((long) 2)); 
13035          PyDict_SetItemString(d
,"wxSTC_EIFFEL_WORD", PyInt_FromLong((long) 3)); 
13036          PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRING", PyInt_FromLong((long) 4)); 
13037          PyDict_SetItemString(d
,"wxSTC_EIFFEL_CHARACTER", PyInt_FromLong((long) 5)); 
13038          PyDict_SetItemString(d
,"wxSTC_EIFFEL_OPERATOR", PyInt_FromLong((long) 6)); 
13039          PyDict_SetItemString(d
,"wxSTC_EIFFEL_IDENTIFIER", PyInt_FromLong((long) 7)); 
13040          PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRINGEOL", PyInt_FromLong((long) 8)); 
13041          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_DEFAULT", PyInt_FromLong((long) 0)); 
13042          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_COMMENT", PyInt_FromLong((long) 1)); 
13043          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_TASK", PyInt_FromLong((long) 2)); 
13044          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_SECTION", PyInt_FromLong((long) 3)); 
13045          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_KEYWORD", PyInt_FromLong((long) 4)); 
13046          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_MODIFIER", PyInt_FromLong((long) 5)); 
13047          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ASTERISK", PyInt_FromLong((long) 6)); 
13048          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_NUMBER", PyInt_FromLong((long) 7)); 
13049          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_STRING", PyInt_FromLong((long) 8)); 
13050          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ENVIRONMENT", PyInt_FromLong((long) 9)); 
13051          PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_IDENTIFIER", PyInt_FromLong((long) 10)); 
13052          PyDict_SetItemString(d
,"wxSTC_MATLAB_DEFAULT", PyInt_FromLong((long) 0)); 
13053          PyDict_SetItemString(d
,"wxSTC_MATLAB_COMMENT", PyInt_FromLong((long) 1)); 
13054          PyDict_SetItemString(d
,"wxSTC_MATLAB_COMMAND", PyInt_FromLong((long) 2)); 
13055          PyDict_SetItemString(d
,"wxSTC_MATLAB_NUMBER", PyInt_FromLong((long) 3)); 
13056          PyDict_SetItemString(d
,"wxSTC_MATLAB_KEYWORD", PyInt_FromLong((long) 4)); 
13057          PyDict_SetItemString(d
,"wxSTC_MATLAB_STRING", PyInt_FromLong((long) 5)); 
13058          PyDict_SetItemString(d
,"wxSTC_MATLAB_OPERATOR", PyInt_FromLong((long) 6)); 
13059          PyDict_SetItemString(d
,"wxSTC_MATLAB_IDENTIFIER", PyInt_FromLong((long) 7)); 
13060          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_DEFAULT", PyInt_FromLong((long) 0)); 
13061          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENT", PyInt_FromLong((long) 1)); 
13062          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTLINE", PyInt_FromLong((long) 2)); 
13063          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTDOC", PyInt_FromLong((long) 3)); 
13064          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_NUMBER", PyInt_FromLong((long) 4)); 
13065          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_WORD", PyInt_FromLong((long) 5)); 
13066          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_STRING", PyInt_FromLong((long) 6)); 
13067          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_CHARACTER", PyInt_FromLong((long) 7)); 
13068          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_UUID", PyInt_FromLong((long) 8)); 
13069          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_PREPROCESSOR", PyInt_FromLong((long) 9)); 
13070          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_OPERATOR", PyInt_FromLong((long) 10)); 
13071          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_IDENTIFIER", PyInt_FromLong((long) 11)); 
13072          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_STRINGEOL", PyInt_FromLong((long) 12)); 
13073          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_VERBATIM", PyInt_FromLong((long) 13)); 
13074          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_REGEX", PyInt_FromLong((long) 14)); 
13075          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTLINEDOC", PyInt_FromLong((long) 15)); 
13076          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_WORD2", PyInt_FromLong((long) 16)); 
13077          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTDOCKEYWORD", PyInt_FromLong((long) 17)); 
13078          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR", PyInt_FromLong((long) 18)); 
13079          PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTBASIC", PyInt_FromLong((long) 19)); 
13080          PyDict_SetItemString(d
,"wxSTC_ASM_DEFAULT", PyInt_FromLong((long) 0)); 
13081          PyDict_SetItemString(d
,"wxSTC_ASM_COMMENT", PyInt_FromLong((long) 1)); 
13082          PyDict_SetItemString(d
,"wxSTC_ASM_NUMBER", PyInt_FromLong((long) 2)); 
13083          PyDict_SetItemString(d
,"wxSTC_ASM_STRING", PyInt_FromLong((long) 3)); 
13084          PyDict_SetItemString(d
,"wxSTC_ASM_OPERATOR", PyInt_FromLong((long) 4)); 
13085          PyDict_SetItemString(d
,"wxSTC_ASM_IDENTIFIER", PyInt_FromLong((long) 5)); 
13086          PyDict_SetItemString(d
,"wxSTC_ASM_CPUINSTRUCTION", PyInt_FromLong((long) 6)); 
13087          PyDict_SetItemString(d
,"wxSTC_ASM_MATHINSTRUCTION", PyInt_FromLong((long) 7)); 
13088          PyDict_SetItemString(d
,"wxSTC_ASM_REGISTER", PyInt_FromLong((long) 8)); 
13089          PyDict_SetItemString(d
,"wxSTC_ASM_DIRECTIVE", PyInt_FromLong((long) 9)); 
13090          PyDict_SetItemString(d
,"wxSTC_ASM_DIRECTIVEOPERAND", PyInt_FromLong((long) 10)); 
13091          PyDict_SetItemString(d
,"wxSTC_F_DEFAULT", PyInt_FromLong((long) 0)); 
13092          PyDict_SetItemString(d
,"wxSTC_F_COMMENT", PyInt_FromLong((long) 1)); 
13093          PyDict_SetItemString(d
,"wxSTC_F_NUMBER", PyInt_FromLong((long) 2)); 
13094          PyDict_SetItemString(d
,"wxSTC_F_STRING1", PyInt_FromLong((long) 3)); 
13095          PyDict_SetItemString(d
,"wxSTC_F_STRING2", PyInt_FromLong((long) 4)); 
13096          PyDict_SetItemString(d
,"wxSTC_F_STRINGEOL", PyInt_FromLong((long) 5)); 
13097          PyDict_SetItemString(d
,"wxSTC_F_OPERATOR", PyInt_FromLong((long) 6)); 
13098          PyDict_SetItemString(d
,"wxSTC_F_IDENTIFIER", PyInt_FromLong((long) 7)); 
13099          PyDict_SetItemString(d
,"wxSTC_F_WORD", PyInt_FromLong((long) 8)); 
13100          PyDict_SetItemString(d
,"wxSTC_F_WORD2", PyInt_FromLong((long) 9)); 
13101          PyDict_SetItemString(d
,"wxSTC_F_WORD3", PyInt_FromLong((long) 10)); 
13102          PyDict_SetItemString(d
,"wxSTC_F_PREPROCESSOR", PyInt_FromLong((long) 11)); 
13103          PyDict_SetItemString(d
,"wxSTC_F_OPERATOR2", PyInt_FromLong((long) 12)); 
13104          PyDict_SetItemString(d
,"wxSTC_F_LABEL", PyInt_FromLong((long) 13)); 
13105          PyDict_SetItemString(d
,"wxSTC_F_CONTINUATION", PyInt_FromLong((long) 14)); 
13106          PyDict_SetItemString(d
,"wxSTC_CSS_DEFAULT", PyInt_FromLong((long) 0)); 
13107          PyDict_SetItemString(d
,"wxSTC_CSS_TAG", PyInt_FromLong((long) 1)); 
13108          PyDict_SetItemString(d
,"wxSTC_CSS_CLASS", PyInt_FromLong((long) 2)); 
13109          PyDict_SetItemString(d
,"wxSTC_CSS_PSEUDOCLASS", PyInt_FromLong((long) 3)); 
13110          PyDict_SetItemString(d
,"wxSTC_CSS_UNKNOWN_PSEUDOCLASS", PyInt_FromLong((long) 4)); 
13111          PyDict_SetItemString(d
,"wxSTC_CSS_OPERATOR", PyInt_FromLong((long) 5)); 
13112          PyDict_SetItemString(d
,"wxSTC_CSS_IDENTIFIER", PyInt_FromLong((long) 6)); 
13113          PyDict_SetItemString(d
,"wxSTC_CSS_UNKNOWN_IDENTIFIER", PyInt_FromLong((long) 7)); 
13114          PyDict_SetItemString(d
,"wxSTC_CSS_VALUE", PyInt_FromLong((long) 8)); 
13115          PyDict_SetItemString(d
,"wxSTC_CSS_COMMENT", PyInt_FromLong((long) 9)); 
13116          PyDict_SetItemString(d
,"wxSTC_CSS_ID", PyInt_FromLong((long) 10)); 
13117          PyDict_SetItemString(d
,"wxSTC_CSS_IMPORTANT", PyInt_FromLong((long) 11)); 
13118          PyDict_SetItemString(d
,"wxSTC_CSS_DIRECTIVE", PyInt_FromLong((long) 12)); 
13119          PyDict_SetItemString(d
,"wxSTC_CSS_DOUBLESTRING", PyInt_FromLong((long) 13)); 
13120          PyDict_SetItemString(d
,"wxSTC_CSS_SINGLESTRING", PyInt_FromLong((long) 14)); 
13121          PyDict_SetItemString(d
,"wxSTC_POV_DEFAULT", PyInt_FromLong((long) 0)); 
13122          PyDict_SetItemString(d
,"wxSTC_POV_COMMENT", PyInt_FromLong((long) 1)); 
13123          PyDict_SetItemString(d
,"wxSTC_POV_COMMENTLINE", PyInt_FromLong((long) 2)); 
13124          PyDict_SetItemString(d
,"wxSTC_POV_COMMENTDOC", PyInt_FromLong((long) 3)); 
13125          PyDict_SetItemString(d
,"wxSTC_POV_NUMBER", PyInt_FromLong((long) 4)); 
13126          PyDict_SetItemString(d
,"wxSTC_POV_WORD", PyInt_FromLong((long) 5)); 
13127          PyDict_SetItemString(d
,"wxSTC_POV_STRING", PyInt_FromLong((long) 6)); 
13128          PyDict_SetItemString(d
,"wxSTC_POV_OPERATOR", PyInt_FromLong((long) 7)); 
13129          PyDict_SetItemString(d
,"wxSTC_POV_IDENTIFIER", PyInt_FromLong((long) 8)); 
13130          PyDict_SetItemString(d
,"wxSTC_POV_BRACE", PyInt_FromLong((long) 9)); 
13131          PyDict_SetItemString(d
,"wxSTC_POV_WORD2", PyInt_FromLong((long) 10)); 
13132          PyDict_SetItemString(d
,"wxSTC_LOUT_DEFAULT", PyInt_FromLong((long) 0)); 
13133          PyDict_SetItemString(d
,"wxSTC_LOUT_COMMENT", PyInt_FromLong((long) 1)); 
13134          PyDict_SetItemString(d
,"wxSTC_LOUT_NUMBER", PyInt_FromLong((long) 2)); 
13135          PyDict_SetItemString(d
,"wxSTC_LOUT_WORD", PyInt_FromLong((long) 3)); 
13136          PyDict_SetItemString(d
,"wxSTC_LOUT_WORD2", PyInt_FromLong((long) 4)); 
13137          PyDict_SetItemString(d
,"wxSTC_LOUT_WORD3", PyInt_FromLong((long) 5)); 
13138          PyDict_SetItemString(d
,"wxSTC_LOUT_WORD4", PyInt_FromLong((long) 6)); 
13139          PyDict_SetItemString(d
,"wxSTC_LOUT_STRING", PyInt_FromLong((long) 7)); 
13140          PyDict_SetItemString(d
,"wxSTC_LOUT_OPERATOR", PyInt_FromLong((long) 8)); 
13141          PyDict_SetItemString(d
,"wxSTC_LOUT_IDENTIFIER", PyInt_FromLong((long) 9)); 
13142          PyDict_SetItemString(d
,"wxSTC_LOUT_STRINGEOL", PyInt_FromLong((long) 10)); 
13143          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_DEFAULT", PyInt_FromLong((long) 0)); 
13144          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_COMMENT", PyInt_FromLong((long) 1)); 
13145          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_COMMENTLINE", PyInt_FromLong((long) 2)); 
13146          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_COMMENTDOC", PyInt_FromLong((long) 3)); 
13147          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_NUMBER", PyInt_FromLong((long) 4)); 
13148          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_WORD", PyInt_FromLong((long) 5)); 
13149          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_STRING", PyInt_FromLong((long) 6)); 
13150          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_OPERATOR", PyInt_FromLong((long) 7)); 
13151          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_IDENTIFIER", PyInt_FromLong((long) 8)); 
13152          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_BRACE", PyInt_FromLong((long) 9)); 
13153          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_WORD2", PyInt_FromLong((long) 10)); 
13154          PyDict_SetItemString(d
,"wxSTC_ESCRIPT_WORD3", PyInt_FromLong((long) 11)); 
13155          PyDict_SetItemString(d
,"wxSTC_CMD_REDO", PyInt_FromLong((long) 2011)); 
13156          PyDict_SetItemString(d
,"wxSTC_CMD_SELECTALL", PyInt_FromLong((long) 2013)); 
13157          PyDict_SetItemString(d
,"wxSTC_CMD_UNDO", PyInt_FromLong((long) 2176)); 
13158          PyDict_SetItemString(d
,"wxSTC_CMD_CUT", PyInt_FromLong((long) 2177)); 
13159          PyDict_SetItemString(d
,"wxSTC_CMD_COPY", PyInt_FromLong((long) 2178)); 
13160          PyDict_SetItemString(d
,"wxSTC_CMD_PASTE", PyInt_FromLong((long) 2179)); 
13161          PyDict_SetItemString(d
,"wxSTC_CMD_CLEAR", PyInt_FromLong((long) 2180)); 
13162          PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWN", PyInt_FromLong((long) 2300)); 
13163          PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWNEXTEND", PyInt_FromLong((long) 2301)); 
13164          PyDict_SetItemString(d
,"wxSTC_CMD_LINEUP", PyInt_FromLong((long) 2302)); 
13165          PyDict_SetItemString(d
,"wxSTC_CMD_LINEUPEXTEND", PyInt_FromLong((long) 2303)); 
13166          PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFT", PyInt_FromLong((long) 2304)); 
13167          PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFTEXTEND", PyInt_FromLong((long) 2305)); 
13168          PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHT", PyInt_FromLong((long) 2306)); 
13169          PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHTEXTEND", PyInt_FromLong((long) 2307)); 
13170          PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFT", PyInt_FromLong((long) 2308)); 
13171          PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFTEXTEND", PyInt_FromLong((long) 2309)); 
13172          PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHT", PyInt_FromLong((long) 2310)); 
13173          PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHTEXTEND", PyInt_FromLong((long) 2311)); 
13174          PyDict_SetItemString(d
,"wxSTC_CMD_HOME", PyInt_FromLong((long) 2312)); 
13175          PyDict_SetItemString(d
,"wxSTC_CMD_HOMEEXTEND", PyInt_FromLong((long) 2313)); 
13176          PyDict_SetItemString(d
,"wxSTC_CMD_LINEEND", PyInt_FromLong((long) 2314)); 
13177          PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDEXTEND", PyInt_FromLong((long) 2315)); 
13178          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTART", PyInt_FromLong((long) 2316)); 
13179          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTARTEXTEND", PyInt_FromLong((long) 2317)); 
13180          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTEND", PyInt_FromLong((long) 2318)); 
13181          PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTENDEXTEND", PyInt_FromLong((long) 2319)); 
13182          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUP", PyInt_FromLong((long) 2320)); 
13183          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUPEXTEND", PyInt_FromLong((long) 2321)); 
13184          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWN", PyInt_FromLong((long) 2322)); 
13185          PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWNEXTEND", PyInt_FromLong((long) 2323)); 
13186          PyDict_SetItemString(d
,"wxSTC_CMD_EDITTOGGLEOVERTYPE", PyInt_FromLong((long) 2324)); 
13187          PyDict_SetItemString(d
,"wxSTC_CMD_CANCEL", PyInt_FromLong((long) 2325)); 
13188          PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACK", PyInt_FromLong((long) 2326)); 
13189          PyDict_SetItemString(d
,"wxSTC_CMD_TAB", PyInt_FromLong((long) 2327)); 
13190          PyDict_SetItemString(d
,"wxSTC_CMD_BACKTAB", PyInt_FromLong((long) 2328)); 
13191          PyDict_SetItemString(d
,"wxSTC_CMD_NEWLINE", PyInt_FromLong((long) 2329)); 
13192          PyDict_SetItemString(d
,"wxSTC_CMD_FORMFEED", PyInt_FromLong((long) 2330)); 
13193          PyDict_SetItemString(d
,"wxSTC_CMD_VCHOME", PyInt_FromLong((long) 2331)); 
13194          PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEEXTEND", PyInt_FromLong((long) 2332)); 
13195          PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMIN", PyInt_FromLong((long) 2333)); 
13196          PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMOUT", PyInt_FromLong((long) 2334)); 
13197          PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDLEFT", PyInt_FromLong((long) 2335)); 
13198          PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDRIGHT", PyInt_FromLong((long) 2336)); 
13199          PyDict_SetItemString(d
,"wxSTC_CMD_LINECUT", PyInt_FromLong((long) 2337)); 
13200          PyDict_SetItemString(d
,"wxSTC_CMD_LINEDELETE", PyInt_FromLong((long) 2338)); 
13201          PyDict_SetItemString(d
,"wxSTC_CMD_LINETRANSPOSE", PyInt_FromLong((long) 2339)); 
13202          PyDict_SetItemString(d
,"wxSTC_CMD_LINEDUPLICATE", PyInt_FromLong((long) 2404)); 
13203          PyDict_SetItemString(d
,"wxSTC_CMD_LOWERCASE", PyInt_FromLong((long) 2340)); 
13204          PyDict_SetItemString(d
,"wxSTC_CMD_UPPERCASE", PyInt_FromLong((long) 2341)); 
13205          PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLDOWN", PyInt_FromLong((long) 2342)); 
13206          PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLUP", PyInt_FromLong((long) 2343)); 
13207          PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACKNOTLINE", PyInt_FromLong((long) 2344)); 
13208          PyDict_SetItemString(d
,"wxSTC_CMD_HOMEDISPLAY", PyInt_FromLong((long) 2345)); 
13209          PyDict_SetItemString(d
,"wxSTC_CMD_HOMEDISPLAYEXTEND", PyInt_FromLong((long) 2346)); 
13210          PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDDISPLAY", PyInt_FromLong((long) 2347)); 
13211          PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDDISPLAYEXTEND", PyInt_FromLong((long) 2348)); 
13212          PyDict_SetItemString(d
,"wxSTC_CMD_HOMEWRAP", PyInt_FromLong((long) 2349)); 
13213          PyDict_SetItemString(d
,"wxSTC_CMD_HOMEWRAPEXTEND", PyInt_FromLong((long) 2450)); 
13214          PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDWRAP", PyInt_FromLong((long) 2451)); 
13215          PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDWRAPEXTEND", PyInt_FromLong((long) 2452)); 
13216          PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEWRAP", PyInt_FromLong((long) 2453)); 
13217          PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEWRAPEXTEND", PyInt_FromLong((long) 2454)); 
13218          PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTLEFT", PyInt_FromLong((long) 2390)); 
13219          PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTLEFTEXTEND", PyInt_FromLong((long) 2391)); 
13220          PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTRIGHT", PyInt_FromLong((long) 2392)); 
13221          PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTRIGHTEXTEND", PyInt_FromLong((long) 2393)); 
13222          PyDict_SetItemString(d
,"wxSTC_CMD_DELLINELEFT", PyInt_FromLong((long) 2395)); 
13223          PyDict_SetItemString(d
,"wxSTC_CMD_DELLINERIGHT", PyInt_FromLong((long) 2396)); 
13224          PyDict_SetItemString(d
,"wxSTC_CMD_PARADOWN", PyInt_FromLong((long) 2413)); 
13225          PyDict_SetItemString(d
,"wxSTC_CMD_PARADOWNEXTEND", PyInt_FromLong((long) 2414)); 
13226          PyDict_SetItemString(d
,"wxSTC_CMD_PARAUP", PyInt_FromLong((long) 2415)); 
13227          PyDict_SetItemString(d
,"wxSTC_CMD_PARAUPEXTEND", PyInt_FromLong((long) 2416)); 
13228          PyDict_SetItemString(d
,"STC_USE_DND", PyInt_FromLong((long) 1)); 
13229          PyDict_SetItemString(d
,"wxEVT_STC_CHANGE", PyInt_FromLong((long) wxEVT_STC_CHANGE
)); 
13230          PyDict_SetItemString(d
,"wxEVT_STC_STYLENEEDED", PyInt_FromLong((long) wxEVT_STC_STYLENEEDED
)); 
13231          PyDict_SetItemString(d
,"wxEVT_STC_CHARADDED", PyInt_FromLong((long) wxEVT_STC_CHARADDED
)); 
13232          PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTREACHED", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTREACHED
)); 
13233          PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTLEFT", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTLEFT
)); 
13234          PyDict_SetItemString(d
,"wxEVT_STC_ROMODIFYATTEMPT", PyInt_FromLong((long) wxEVT_STC_ROMODIFYATTEMPT
)); 
13235          PyDict_SetItemString(d
,"wxEVT_STC_KEY", PyInt_FromLong((long) wxEVT_STC_KEY
)); 
13236          PyDict_SetItemString(d
,"wxEVT_STC_DOUBLECLICK", PyInt_FromLong((long) wxEVT_STC_DOUBLECLICK
)); 
13237          PyDict_SetItemString(d
,"wxEVT_STC_UPDATEUI", PyInt_FromLong((long) wxEVT_STC_UPDATEUI
)); 
13238          PyDict_SetItemString(d
,"wxEVT_STC_MODIFIED", PyInt_FromLong((long) wxEVT_STC_MODIFIED
)); 
13239          PyDict_SetItemString(d
,"wxEVT_STC_MACRORECORD", PyInt_FromLong((long) wxEVT_STC_MACRORECORD
)); 
13240          PyDict_SetItemString(d
,"wxEVT_STC_MARGINCLICK", PyInt_FromLong((long) wxEVT_STC_MARGINCLICK
)); 
13241          PyDict_SetItemString(d
,"wxEVT_STC_NEEDSHOWN", PyInt_FromLong((long) wxEVT_STC_NEEDSHOWN
)); 
13242          PyDict_SetItemString(d
,"wxEVT_STC_POSCHANGED", PyInt_FromLong((long) wxEVT_STC_POSCHANGED
)); 
13243          PyDict_SetItemString(d
,"wxEVT_STC_PAINTED", PyInt_FromLong((long) wxEVT_STC_PAINTED
)); 
13244          PyDict_SetItemString(d
,"wxEVT_STC_USERLISTSELECTION", PyInt_FromLong((long) wxEVT_STC_USERLISTSELECTION
)); 
13245          PyDict_SetItemString(d
,"wxEVT_STC_URIDROPPED", PyInt_FromLong((long) wxEVT_STC_URIDROPPED
)); 
13246          PyDict_SetItemString(d
,"wxEVT_STC_DWELLSTART", PyInt_FromLong((long) wxEVT_STC_DWELLSTART
)); 
13247          PyDict_SetItemString(d
,"wxEVT_STC_DWELLEND", PyInt_FromLong((long) wxEVT_STC_DWELLEND
)); 
13248          PyDict_SetItemString(d
,"wxEVT_STC_START_DRAG", PyInt_FromLong((long) wxEVT_STC_START_DRAG
)); 
13249          PyDict_SetItemString(d
,"wxEVT_STC_DRAG_OVER", PyInt_FromLong((long) wxEVT_STC_DRAG_OVER
)); 
13250          PyDict_SetItemString(d
,"wxEVT_STC_DO_DROP", PyInt_FromLong((long) wxEVT_STC_DO_DROP
)); 
13251          PyDict_SetItemString(d
,"wxEVT_STC_ZOOM", PyInt_FromLong((long) wxEVT_STC_ZOOM
)); 
13252          PyDict_SetItemString(d
,"wxEVT_STC_HOTSPOT_CLICK", PyInt_FromLong((long) wxEVT_STC_HOTSPOT_CLICK
)); 
13253          PyDict_SetItemString(d
,"wxEVT_STC_HOTSPOT_DCLICK", PyInt_FromLong((long) wxEVT_STC_HOTSPOT_DCLICK
)); 
13254          PyDict_SetItemString(d
,"wxEVT_STC_CALLTIP_CLICK", PyInt_FromLong((long) wxEVT_STC_CALLTIP_CLICK
)); 
13259    for (i 
= 0; _swig_mapping
[i
].n1
; i
++) 
13260         SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);