2 * FILE : contrib/stc/msw/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_SetMarginType(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginType(_swigarg0,_swigarg1))
1653 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1654 PyObject
* _resultobj
;
1655 wxStyledTextCtrl
* _arg0
;
1658 PyObject
* _argo0
= 0;
1659 char *_kwnames
[] = { "self","margin","marginType", NULL
};
1662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginType",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1665 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1666 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1667 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginType. Expected _wxStyledTextCtrl_p.");
1672 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1673 wxStyledTextCtrl_SetMarginType(_arg0
,_arg1
,_arg2
);
1675 wxPyEndAllowThreads(__tstate
);
1676 if (PyErr_Occurred()) return NULL
;
1677 } Py_INCREF(Py_None
);
1678 _resultobj
= Py_None
;
1682 #define wxStyledTextCtrl_GetMarginType(_swigobj,_swigarg0) (_swigobj->GetMarginType(_swigarg0))
1683 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1684 PyObject
* _resultobj
;
1686 wxStyledTextCtrl
* _arg0
;
1688 PyObject
* _argo0
= 0;
1689 char *_kwnames
[] = { "self","margin", NULL
};
1692 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginType",_kwnames
,&_argo0
,&_arg1
))
1695 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1696 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1697 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginType. Expected _wxStyledTextCtrl_p.");
1702 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1703 _result
= (int )wxStyledTextCtrl_GetMarginType(_arg0
,_arg1
);
1705 wxPyEndAllowThreads(__tstate
);
1706 if (PyErr_Occurred()) return NULL
;
1707 } _resultobj
= Py_BuildValue("i",_result
);
1711 #define wxStyledTextCtrl_SetMarginWidth(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginWidth(_swigarg0,_swigarg1))
1712 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1713 PyObject
* _resultobj
;
1714 wxStyledTextCtrl
* _arg0
;
1717 PyObject
* _argo0
= 0;
1718 char *_kwnames
[] = { "self","margin","pixelWidth", NULL
};
1721 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginWidth",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1724 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1725 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1726 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginWidth. Expected _wxStyledTextCtrl_p.");
1731 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1732 wxStyledTextCtrl_SetMarginWidth(_arg0
,_arg1
,_arg2
);
1734 wxPyEndAllowThreads(__tstate
);
1735 if (PyErr_Occurred()) return NULL
;
1736 } Py_INCREF(Py_None
);
1737 _resultobj
= Py_None
;
1741 #define wxStyledTextCtrl_GetMarginWidth(_swigobj,_swigarg0) (_swigobj->GetMarginWidth(_swigarg0))
1742 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1743 PyObject
* _resultobj
;
1745 wxStyledTextCtrl
* _arg0
;
1747 PyObject
* _argo0
= 0;
1748 char *_kwnames
[] = { "self","margin", NULL
};
1751 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginWidth",_kwnames
,&_argo0
,&_arg1
))
1754 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1755 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1756 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginWidth. Expected _wxStyledTextCtrl_p.");
1761 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1762 _result
= (int )wxStyledTextCtrl_GetMarginWidth(_arg0
,_arg1
);
1764 wxPyEndAllowThreads(__tstate
);
1765 if (PyErr_Occurred()) return NULL
;
1766 } _resultobj
= Py_BuildValue("i",_result
);
1770 #define wxStyledTextCtrl_SetMarginMask(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginMask(_swigarg0,_swigarg1))
1771 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1772 PyObject
* _resultobj
;
1773 wxStyledTextCtrl
* _arg0
;
1776 PyObject
* _argo0
= 0;
1777 char *_kwnames
[] = { "self","margin","mask", NULL
};
1780 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginMask",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1783 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1784 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1785 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginMask. Expected _wxStyledTextCtrl_p.");
1790 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1791 wxStyledTextCtrl_SetMarginMask(_arg0
,_arg1
,_arg2
);
1793 wxPyEndAllowThreads(__tstate
);
1794 if (PyErr_Occurred()) return NULL
;
1795 } Py_INCREF(Py_None
);
1796 _resultobj
= Py_None
;
1800 #define wxStyledTextCtrl_GetMarginMask(_swigobj,_swigarg0) (_swigobj->GetMarginMask(_swigarg0))
1801 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1802 PyObject
* _resultobj
;
1804 wxStyledTextCtrl
* _arg0
;
1806 PyObject
* _argo0
= 0;
1807 char *_kwnames
[] = { "self","margin", NULL
};
1810 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginMask",_kwnames
,&_argo0
,&_arg1
))
1813 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1814 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1815 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginMask. Expected _wxStyledTextCtrl_p.");
1820 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1821 _result
= (int )wxStyledTextCtrl_GetMarginMask(_arg0
,_arg1
);
1823 wxPyEndAllowThreads(__tstate
);
1824 if (PyErr_Occurred()) return NULL
;
1825 } _resultobj
= Py_BuildValue("i",_result
);
1829 #define wxStyledTextCtrl_SetMarginSensitive(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginSensitive(_swigarg0,_swigarg1))
1830 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1831 PyObject
* _resultobj
;
1832 wxStyledTextCtrl
* _arg0
;
1835 PyObject
* _argo0
= 0;
1837 char *_kwnames
[] = { "self","margin","sensitive", NULL
};
1840 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginSensitive",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1843 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1844 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1845 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1849 _arg2
= (bool ) tempbool2
;
1851 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1852 wxStyledTextCtrl_SetMarginSensitive(_arg0
,_arg1
,_arg2
);
1854 wxPyEndAllowThreads(__tstate
);
1855 if (PyErr_Occurred()) return NULL
;
1856 } Py_INCREF(Py_None
);
1857 _resultobj
= Py_None
;
1861 #define wxStyledTextCtrl_GetMarginSensitive(_swigobj,_swigarg0) (_swigobj->GetMarginSensitive(_swigarg0))
1862 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1863 PyObject
* _resultobj
;
1865 wxStyledTextCtrl
* _arg0
;
1867 PyObject
* _argo0
= 0;
1868 char *_kwnames
[] = { "self","margin", NULL
};
1871 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginSensitive",_kwnames
,&_argo0
,&_arg1
))
1874 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1875 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1876 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1881 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1882 _result
= (bool )wxStyledTextCtrl_GetMarginSensitive(_arg0
,_arg1
);
1884 wxPyEndAllowThreads(__tstate
);
1885 if (PyErr_Occurred()) return NULL
;
1886 } _resultobj
= Py_BuildValue("i",_result
);
1890 #define wxStyledTextCtrl_StyleClearAll(_swigobj) (_swigobj->StyleClearAll())
1891 static PyObject
*_wrap_wxStyledTextCtrl_StyleClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1892 PyObject
* _resultobj
;
1893 wxStyledTextCtrl
* _arg0
;
1894 PyObject
* _argo0
= 0;
1895 char *_kwnames
[] = { "self", NULL
};
1898 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleClearAll",_kwnames
,&_argo0
))
1901 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1902 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1903 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleClearAll. Expected _wxStyledTextCtrl_p.");
1908 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1909 wxStyledTextCtrl_StyleClearAll(_arg0
);
1911 wxPyEndAllowThreads(__tstate
);
1912 if (PyErr_Occurred()) return NULL
;
1913 } Py_INCREF(Py_None
);
1914 _resultobj
= Py_None
;
1918 #define wxStyledTextCtrl_StyleSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetForeground(_swigarg0,_swigarg1))
1919 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1920 PyObject
* _resultobj
;
1921 wxStyledTextCtrl
* _arg0
;
1924 PyObject
* _argo0
= 0;
1926 PyObject
* _obj2
= 0;
1927 char *_kwnames
[] = { "self","style","fore", NULL
};
1930 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1933 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1934 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1935 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetForeground. Expected _wxStyledTextCtrl_p.");
1941 if (! wxColour_helper(_obj2
, &_arg2
))
1945 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1946 wxStyledTextCtrl_StyleSetForeground(_arg0
,_arg1
,*_arg2
);
1948 wxPyEndAllowThreads(__tstate
);
1949 if (PyErr_Occurred()) return NULL
;
1950 } Py_INCREF(Py_None
);
1951 _resultobj
= Py_None
;
1955 #define wxStyledTextCtrl_StyleSetBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBackground(_swigarg0,_swigarg1))
1956 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBackground(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","back", NULL
};
1967 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetBackground",_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_StyleSetBackground. Expected _wxStyledTextCtrl_p.");
1978 if (! wxColour_helper(_obj2
, &_arg2
))
1982 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1983 wxStyledTextCtrl_StyleSetBackground(_arg0
,_arg1
,*_arg2
);
1985 wxPyEndAllowThreads(__tstate
);
1986 if (PyErr_Occurred()) return NULL
;
1987 } Py_INCREF(Py_None
);
1988 _resultobj
= Py_None
;
1992 #define wxStyledTextCtrl_StyleSetBold(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBold(_swigarg0,_swigarg1))
1993 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1994 PyObject
* _resultobj
;
1995 wxStyledTextCtrl
* _arg0
;
1998 PyObject
* _argo0
= 0;
2000 char *_kwnames
[] = { "self","style","bold", NULL
};
2003 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetBold",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2006 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2007 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2008 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBold. Expected _wxStyledTextCtrl_p.");
2012 _arg2
= (bool ) tempbool2
;
2014 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2015 wxStyledTextCtrl_StyleSetBold(_arg0
,_arg1
,_arg2
);
2017 wxPyEndAllowThreads(__tstate
);
2018 if (PyErr_Occurred()) return NULL
;
2019 } Py_INCREF(Py_None
);
2020 _resultobj
= Py_None
;
2024 #define wxStyledTextCtrl_StyleSetItalic(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetItalic(_swigarg0,_swigarg1))
2025 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetItalic(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2026 PyObject
* _resultobj
;
2027 wxStyledTextCtrl
* _arg0
;
2030 PyObject
* _argo0
= 0;
2032 char *_kwnames
[] = { "self","style","italic", NULL
};
2035 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetItalic",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2038 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2039 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2040 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetItalic. Expected _wxStyledTextCtrl_p.");
2044 _arg2
= (bool ) tempbool2
;
2046 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2047 wxStyledTextCtrl_StyleSetItalic(_arg0
,_arg1
,_arg2
);
2049 wxPyEndAllowThreads(__tstate
);
2050 if (PyErr_Occurred()) return NULL
;
2051 } Py_INCREF(Py_None
);
2052 _resultobj
= Py_None
;
2056 #define wxStyledTextCtrl_StyleSetSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSize(_swigarg0,_swigarg1))
2057 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2058 PyObject
* _resultobj
;
2059 wxStyledTextCtrl
* _arg0
;
2062 PyObject
* _argo0
= 0;
2063 char *_kwnames
[] = { "self","style","sizePoints", NULL
};
2066 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetSize",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2069 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2070 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2071 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSize. Expected _wxStyledTextCtrl_p.");
2076 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2077 wxStyledTextCtrl_StyleSetSize(_arg0
,_arg1
,_arg2
);
2079 wxPyEndAllowThreads(__tstate
);
2080 if (PyErr_Occurred()) return NULL
;
2081 } Py_INCREF(Py_None
);
2082 _resultobj
= Py_None
;
2086 #define wxStyledTextCtrl_StyleSetFaceName(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFaceName(_swigarg0,_swigarg1))
2087 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFaceName(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2088 PyObject
* _resultobj
;
2089 wxStyledTextCtrl
* _arg0
;
2092 PyObject
* _argo0
= 0;
2093 PyObject
* _obj2
= 0;
2094 char *_kwnames
[] = { "self","style","fontName", NULL
};
2097 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFaceName",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2100 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2101 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2102 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFaceName. Expected _wxStyledTextCtrl_p.");
2107 _arg2
= wxString_in_helper(_obj2
);
2112 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2113 wxStyledTextCtrl_StyleSetFaceName(_arg0
,_arg1
,*_arg2
);
2115 wxPyEndAllowThreads(__tstate
);
2116 if (PyErr_Occurred()) return NULL
;
2117 } Py_INCREF(Py_None
);
2118 _resultobj
= Py_None
;
2126 #define wxStyledTextCtrl_StyleSetEOLFilled(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetEOLFilled(_swigarg0,_swigarg1))
2127 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetEOLFilled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2128 PyObject
* _resultobj
;
2129 wxStyledTextCtrl
* _arg0
;
2132 PyObject
* _argo0
= 0;
2134 char *_kwnames
[] = { "self","style","filled", NULL
};
2137 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetEOLFilled",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2140 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2141 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetEOLFilled. Expected _wxStyledTextCtrl_p.");
2146 _arg2
= (bool ) tempbool2
;
2148 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2149 wxStyledTextCtrl_StyleSetEOLFilled(_arg0
,_arg1
,_arg2
);
2151 wxPyEndAllowThreads(__tstate
);
2152 if (PyErr_Occurred()) return NULL
;
2153 } Py_INCREF(Py_None
);
2154 _resultobj
= Py_None
;
2158 #define wxStyledTextCtrl_StyleResetDefault(_swigobj) (_swigobj->StyleResetDefault())
2159 static PyObject
*_wrap_wxStyledTextCtrl_StyleResetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2160 PyObject
* _resultobj
;
2161 wxStyledTextCtrl
* _arg0
;
2162 PyObject
* _argo0
= 0;
2163 char *_kwnames
[] = { "self", NULL
};
2166 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleResetDefault",_kwnames
,&_argo0
))
2169 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2170 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2171 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleResetDefault. Expected _wxStyledTextCtrl_p.");
2176 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2177 wxStyledTextCtrl_StyleResetDefault(_arg0
);
2179 wxPyEndAllowThreads(__tstate
);
2180 if (PyErr_Occurred()) return NULL
;
2181 } Py_INCREF(Py_None
);
2182 _resultobj
= Py_None
;
2186 #define wxStyledTextCtrl_StyleSetUnderline(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetUnderline(_swigarg0,_swigarg1))
2187 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetUnderline(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2188 PyObject
* _resultobj
;
2189 wxStyledTextCtrl
* _arg0
;
2192 PyObject
* _argo0
= 0;
2194 char *_kwnames
[] = { "self","style","underline", NULL
};
2197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetUnderline",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetUnderline. Expected _wxStyledTextCtrl_p.");
2206 _arg2
= (bool ) tempbool2
;
2208 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2209 wxStyledTextCtrl_StyleSetUnderline(_arg0
,_arg1
,_arg2
);
2211 wxPyEndAllowThreads(__tstate
);
2212 if (PyErr_Occurred()) return NULL
;
2213 } Py_INCREF(Py_None
);
2214 _resultobj
= Py_None
;
2218 #define wxStyledTextCtrl_StyleSetCase(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetCase(_swigarg0,_swigarg1))
2219 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2220 PyObject
* _resultobj
;
2221 wxStyledTextCtrl
* _arg0
;
2224 PyObject
* _argo0
= 0;
2225 char *_kwnames
[] = { "self","style","caseForce", NULL
};
2228 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetCase",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2231 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2232 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2233 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetCase. Expected _wxStyledTextCtrl_p.");
2238 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2239 wxStyledTextCtrl_StyleSetCase(_arg0
,_arg1
,_arg2
);
2241 wxPyEndAllowThreads(__tstate
);
2242 if (PyErr_Occurred()) return NULL
;
2243 } Py_INCREF(Py_None
);
2244 _resultobj
= Py_None
;
2248 #define wxStyledTextCtrl_StyleSetCharacterSet(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetCharacterSet(_swigarg0,_swigarg1))
2249 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetCharacterSet(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2250 PyObject
* _resultobj
;
2251 wxStyledTextCtrl
* _arg0
;
2254 PyObject
* _argo0
= 0;
2255 char *_kwnames
[] = { "self","style","characterSet", NULL
};
2258 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetCharacterSet",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2261 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2262 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2263 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetCharacterSet. Expected _wxStyledTextCtrl_p.");
2268 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2269 wxStyledTextCtrl_StyleSetCharacterSet(_arg0
,_arg1
,_arg2
);
2271 wxPyEndAllowThreads(__tstate
);
2272 if (PyErr_Occurred()) return NULL
;
2273 } Py_INCREF(Py_None
);
2274 _resultobj
= Py_None
;
2278 #define wxStyledTextCtrl_SetSelForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelForeground(_swigarg0,_swigarg1))
2279 static PyObject
*_wrap_wxStyledTextCtrl_SetSelForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2280 PyObject
* _resultobj
;
2281 wxStyledTextCtrl
* _arg0
;
2284 PyObject
* _argo0
= 0;
2287 PyObject
* _obj2
= 0;
2288 char *_kwnames
[] = { "self","useSetting","fore", NULL
};
2291 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2294 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2295 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2296 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelForeground. Expected _wxStyledTextCtrl_p.");
2300 _arg1
= (bool ) tempbool1
;
2303 if (! wxColour_helper(_obj2
, &_arg2
))
2307 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2308 wxStyledTextCtrl_SetSelForeground(_arg0
,_arg1
,*_arg2
);
2310 wxPyEndAllowThreads(__tstate
);
2311 if (PyErr_Occurred()) return NULL
;
2312 } Py_INCREF(Py_None
);
2313 _resultobj
= Py_None
;
2317 #define wxStyledTextCtrl_SetSelBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelBackground(_swigarg0,_swigarg1))
2318 static PyObject
*_wrap_wxStyledTextCtrl_SetSelBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2319 PyObject
* _resultobj
;
2320 wxStyledTextCtrl
* _arg0
;
2323 PyObject
* _argo0
= 0;
2326 PyObject
* _obj2
= 0;
2327 char *_kwnames
[] = { "self","useSetting","back", NULL
};
2330 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2333 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2334 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2335 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelBackground. Expected _wxStyledTextCtrl_p.");
2339 _arg1
= (bool ) tempbool1
;
2342 if (! wxColour_helper(_obj2
, &_arg2
))
2346 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2347 wxStyledTextCtrl_SetSelBackground(_arg0
,_arg1
,*_arg2
);
2349 wxPyEndAllowThreads(__tstate
);
2350 if (PyErr_Occurred()) return NULL
;
2351 } Py_INCREF(Py_None
);
2352 _resultobj
= Py_None
;
2356 #define wxStyledTextCtrl_SetCaretForeground(_swigobj,_swigarg0) (_swigobj->SetCaretForeground(_swigarg0))
2357 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2358 PyObject
* _resultobj
;
2359 wxStyledTextCtrl
* _arg0
;
2361 PyObject
* _argo0
= 0;
2363 PyObject
* _obj1
= 0;
2364 char *_kwnames
[] = { "self","fore", NULL
};
2367 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretForeground",_kwnames
,&_argo0
,&_obj1
))
2370 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2371 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2372 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretForeground. Expected _wxStyledTextCtrl_p.");
2378 if (! wxColour_helper(_obj1
, &_arg1
))
2382 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2383 wxStyledTextCtrl_SetCaretForeground(_arg0
,*_arg1
);
2385 wxPyEndAllowThreads(__tstate
);
2386 if (PyErr_Occurred()) return NULL
;
2387 } Py_INCREF(Py_None
);
2388 _resultobj
= Py_None
;
2392 #define wxStyledTextCtrl_CmdKeyAssign(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->CmdKeyAssign(_swigarg0,_swigarg1,_swigarg2))
2393 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyAssign(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2394 PyObject
* _resultobj
;
2395 wxStyledTextCtrl
* _arg0
;
2399 PyObject
* _argo0
= 0;
2400 char *_kwnames
[] = { "self","key","modifiers","cmd", NULL
};
2403 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiii:wxStyledTextCtrl_CmdKeyAssign",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))
2406 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2407 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2408 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyAssign. Expected _wxStyledTextCtrl_p.");
2413 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2414 wxStyledTextCtrl_CmdKeyAssign(_arg0
,_arg1
,_arg2
,_arg3
);
2416 wxPyEndAllowThreads(__tstate
);
2417 if (PyErr_Occurred()) return NULL
;
2418 } Py_INCREF(Py_None
);
2419 _resultobj
= Py_None
;
2423 #define wxStyledTextCtrl_CmdKeyClear(_swigobj,_swigarg0,_swigarg1) (_swigobj->CmdKeyClear(_swigarg0,_swigarg1))
2424 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2425 PyObject
* _resultobj
;
2426 wxStyledTextCtrl
* _arg0
;
2429 PyObject
* _argo0
= 0;
2430 char *_kwnames
[] = { "self","key","modifiers", NULL
};
2433 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CmdKeyClear",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2436 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2437 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2438 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClear. Expected _wxStyledTextCtrl_p.");
2443 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2444 wxStyledTextCtrl_CmdKeyClear(_arg0
,_arg1
,_arg2
);
2446 wxPyEndAllowThreads(__tstate
);
2447 if (PyErr_Occurred()) return NULL
;
2448 } Py_INCREF(Py_None
);
2449 _resultobj
= Py_None
;
2453 #define wxStyledTextCtrl_CmdKeyClearAll(_swigobj) (_swigobj->CmdKeyClearAll())
2454 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2455 PyObject
* _resultobj
;
2456 wxStyledTextCtrl
* _arg0
;
2457 PyObject
* _argo0
= 0;
2458 char *_kwnames
[] = { "self", NULL
};
2461 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CmdKeyClearAll",_kwnames
,&_argo0
))
2464 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2465 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2466 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClearAll. Expected _wxStyledTextCtrl_p.");
2471 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2472 wxStyledTextCtrl_CmdKeyClearAll(_arg0
);
2474 wxPyEndAllowThreads(__tstate
);
2475 if (PyErr_Occurred()) return NULL
;
2476 } Py_INCREF(Py_None
);
2477 _resultobj
= Py_None
;
2481 #define wxStyledTextCtrl_SetStyleBytes(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStyleBytes(_swigarg0,_swigarg1))
2482 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBytes(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2483 PyObject
* _resultobj
;
2484 wxStyledTextCtrl
* _arg0
;
2487 PyObject
* _argo0
= 0;
2488 char *_kwnames
[] = { "self","length","styleBytes", NULL
};
2491 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ois:wxStyledTextCtrl_SetStyleBytes",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2494 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2495 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2496 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBytes. Expected _wxStyledTextCtrl_p.");
2501 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2502 wxStyledTextCtrl_SetStyleBytes(_arg0
,_arg1
,_arg2
);
2504 wxPyEndAllowThreads(__tstate
);
2505 if (PyErr_Occurred()) return NULL
;
2506 } Py_INCREF(Py_None
);
2507 _resultobj
= Py_None
;
2511 #define wxStyledTextCtrl_StyleSetVisible(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetVisible(_swigarg0,_swigarg1))
2512 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2513 PyObject
* _resultobj
;
2514 wxStyledTextCtrl
* _arg0
;
2517 PyObject
* _argo0
= 0;
2519 char *_kwnames
[] = { "self","style","visible", NULL
};
2522 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetVisible",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2525 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2526 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2527 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetVisible. Expected _wxStyledTextCtrl_p.");
2531 _arg2
= (bool ) tempbool2
;
2533 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2534 wxStyledTextCtrl_StyleSetVisible(_arg0
,_arg1
,_arg2
);
2536 wxPyEndAllowThreads(__tstate
);
2537 if (PyErr_Occurred()) return NULL
;
2538 } Py_INCREF(Py_None
);
2539 _resultobj
= Py_None
;
2543 #define wxStyledTextCtrl_GetCaretPeriod(_swigobj) (_swigobj->GetCaretPeriod())
2544 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2545 PyObject
* _resultobj
;
2547 wxStyledTextCtrl
* _arg0
;
2548 PyObject
* _argo0
= 0;
2549 char *_kwnames
[] = { "self", NULL
};
2552 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretPeriod",_kwnames
,&_argo0
))
2555 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2556 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2557 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2562 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2563 _result
= (int )wxStyledTextCtrl_GetCaretPeriod(_arg0
);
2565 wxPyEndAllowThreads(__tstate
);
2566 if (PyErr_Occurred()) return NULL
;
2567 } _resultobj
= Py_BuildValue("i",_result
);
2571 #define wxStyledTextCtrl_SetCaretPeriod(_swigobj,_swigarg0) (_swigobj->SetCaretPeriod(_swigarg0))
2572 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2573 PyObject
* _resultobj
;
2574 wxStyledTextCtrl
* _arg0
;
2576 PyObject
* _argo0
= 0;
2577 char *_kwnames
[] = { "self","periodMilliseconds", NULL
};
2580 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretPeriod",_kwnames
,&_argo0
,&_arg1
))
2583 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2584 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2585 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2590 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2591 wxStyledTextCtrl_SetCaretPeriod(_arg0
,_arg1
);
2593 wxPyEndAllowThreads(__tstate
);
2594 if (PyErr_Occurred()) return NULL
;
2595 } Py_INCREF(Py_None
);
2596 _resultobj
= Py_None
;
2600 #define wxStyledTextCtrl_SetWordChars(_swigobj,_swigarg0) (_swigobj->SetWordChars(_swigarg0))
2601 static PyObject
*_wrap_wxStyledTextCtrl_SetWordChars(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2602 PyObject
* _resultobj
;
2603 wxStyledTextCtrl
* _arg0
;
2605 PyObject
* _argo0
= 0;
2606 PyObject
* _obj1
= 0;
2607 char *_kwnames
[] = { "self","characters", NULL
};
2610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetWordChars",_kwnames
,&_argo0
,&_obj1
))
2613 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2614 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWordChars. Expected _wxStyledTextCtrl_p.");
2620 _arg1
= wxString_in_helper(_obj1
);
2625 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2626 wxStyledTextCtrl_SetWordChars(_arg0
,*_arg1
);
2628 wxPyEndAllowThreads(__tstate
);
2629 if (PyErr_Occurred()) return NULL
;
2630 } Py_INCREF(Py_None
);
2631 _resultobj
= Py_None
;
2639 #define wxStyledTextCtrl_BeginUndoAction(_swigobj) (_swigobj->BeginUndoAction())
2640 static PyObject
*_wrap_wxStyledTextCtrl_BeginUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2641 PyObject
* _resultobj
;
2642 wxStyledTextCtrl
* _arg0
;
2643 PyObject
* _argo0
= 0;
2644 char *_kwnames
[] = { "self", NULL
};
2647 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_BeginUndoAction",_kwnames
,&_argo0
))
2650 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2651 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2652 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BeginUndoAction. Expected _wxStyledTextCtrl_p.");
2657 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2658 wxStyledTextCtrl_BeginUndoAction(_arg0
);
2660 wxPyEndAllowThreads(__tstate
);
2661 if (PyErr_Occurred()) return NULL
;
2662 } Py_INCREF(Py_None
);
2663 _resultobj
= Py_None
;
2667 #define wxStyledTextCtrl_EndUndoAction(_swigobj) (_swigobj->EndUndoAction())
2668 static PyObject
*_wrap_wxStyledTextCtrl_EndUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2669 PyObject
* _resultobj
;
2670 wxStyledTextCtrl
* _arg0
;
2671 PyObject
* _argo0
= 0;
2672 char *_kwnames
[] = { "self", NULL
};
2675 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EndUndoAction",_kwnames
,&_argo0
))
2678 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2679 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2680 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EndUndoAction. Expected _wxStyledTextCtrl_p.");
2685 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2686 wxStyledTextCtrl_EndUndoAction(_arg0
);
2688 wxPyEndAllowThreads(__tstate
);
2689 if (PyErr_Occurred()) return NULL
;
2690 } Py_INCREF(Py_None
);
2691 _resultobj
= Py_None
;
2695 #define wxStyledTextCtrl_IndicatorSetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetStyle(_swigarg0,_swigarg1))
2696 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2697 PyObject
* _resultobj
;
2698 wxStyledTextCtrl
* _arg0
;
2701 PyObject
* _argo0
= 0;
2702 char *_kwnames
[] = { "self","indic","style", NULL
};
2705 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_IndicatorSetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2708 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2709 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2710 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetStyle. Expected _wxStyledTextCtrl_p.");
2715 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2716 wxStyledTextCtrl_IndicatorSetStyle(_arg0
,_arg1
,_arg2
);
2718 wxPyEndAllowThreads(__tstate
);
2719 if (PyErr_Occurred()) return NULL
;
2720 } Py_INCREF(Py_None
);
2721 _resultobj
= Py_None
;
2725 #define wxStyledTextCtrl_IndicatorGetStyle(_swigobj,_swigarg0) (_swigobj->IndicatorGetStyle(_swigarg0))
2726 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2727 PyObject
* _resultobj
;
2729 wxStyledTextCtrl
* _arg0
;
2731 PyObject
* _argo0
= 0;
2732 char *_kwnames
[] = { "self","indic", NULL
};
2735 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetStyle",_kwnames
,&_argo0
,&_arg1
))
2738 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2739 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2740 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetStyle. Expected _wxStyledTextCtrl_p.");
2745 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2746 _result
= (int )wxStyledTextCtrl_IndicatorGetStyle(_arg0
,_arg1
);
2748 wxPyEndAllowThreads(__tstate
);
2749 if (PyErr_Occurred()) return NULL
;
2750 } _resultobj
= Py_BuildValue("i",_result
);
2754 #define wxStyledTextCtrl_IndicatorSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetForeground(_swigarg0,_swigarg1))
2755 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2756 PyObject
* _resultobj
;
2757 wxStyledTextCtrl
* _arg0
;
2760 PyObject
* _argo0
= 0;
2762 PyObject
* _obj2
= 0;
2763 char *_kwnames
[] = { "self","indic","fore", NULL
};
2766 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_IndicatorSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2769 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2770 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2771 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetForeground. Expected _wxStyledTextCtrl_p.");
2777 if (! wxColour_helper(_obj2
, &_arg2
))
2781 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2782 wxStyledTextCtrl_IndicatorSetForeground(_arg0
,_arg1
,*_arg2
);
2784 wxPyEndAllowThreads(__tstate
);
2785 if (PyErr_Occurred()) return NULL
;
2786 } Py_INCREF(Py_None
);
2787 _resultobj
= Py_None
;
2791 #define wxStyledTextCtrl_IndicatorGetForeground(_swigobj,_swigarg0) (_swigobj->IndicatorGetForeground(_swigarg0))
2792 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2793 PyObject
* _resultobj
;
2795 wxStyledTextCtrl
* _arg0
;
2797 PyObject
* _argo0
= 0;
2798 char *_kwnames
[] = { "self","indic", NULL
};
2802 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetForeground",_kwnames
,&_argo0
,&_arg1
))
2805 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2806 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2807 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetForeground. Expected _wxStyledTextCtrl_p.");
2812 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2813 _result
= new wxColour (wxStyledTextCtrl_IndicatorGetForeground(_arg0
,_arg1
));
2815 wxPyEndAllowThreads(__tstate
);
2816 if (PyErr_Occurred()) return NULL
;
2817 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
2818 _resultobj
= Py_BuildValue("s",_ptemp
);
2822 #define wxStyledTextCtrl_SetWhitespaceForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetWhitespaceForeground(_swigarg0,_swigarg1))
2823 static PyObject
*_wrap_wxStyledTextCtrl_SetWhitespaceForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2824 PyObject
* _resultobj
;
2825 wxStyledTextCtrl
* _arg0
;
2828 PyObject
* _argo0
= 0;
2831 PyObject
* _obj2
= 0;
2832 char *_kwnames
[] = { "self","useSetting","fore", NULL
};
2835 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetWhitespaceForeground",_kwnames
,&_argo0
,&tempbool1
,&_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_SetWhitespaceForeground. Expected _wxStyledTextCtrl_p.");
2844 _arg1
= (bool ) tempbool1
;
2847 if (! wxColour_helper(_obj2
, &_arg2
))
2851 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2852 wxStyledTextCtrl_SetWhitespaceForeground(_arg0
,_arg1
,*_arg2
);
2854 wxPyEndAllowThreads(__tstate
);
2855 if (PyErr_Occurred()) return NULL
;
2856 } Py_INCREF(Py_None
);
2857 _resultobj
= Py_None
;
2861 #define wxStyledTextCtrl_SetWhitespaceBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetWhitespaceBackground(_swigarg0,_swigarg1))
2862 static PyObject
*_wrap_wxStyledTextCtrl_SetWhitespaceBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2863 PyObject
* _resultobj
;
2864 wxStyledTextCtrl
* _arg0
;
2867 PyObject
* _argo0
= 0;
2870 PyObject
* _obj2
= 0;
2871 char *_kwnames
[] = { "self","useSetting","back", NULL
};
2874 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetWhitespaceBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2877 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2878 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2879 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWhitespaceBackground. Expected _wxStyledTextCtrl_p.");
2883 _arg1
= (bool ) tempbool1
;
2886 if (! wxColour_helper(_obj2
, &_arg2
))
2890 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2891 wxStyledTextCtrl_SetWhitespaceBackground(_arg0
,_arg1
,*_arg2
);
2893 wxPyEndAllowThreads(__tstate
);
2894 if (PyErr_Occurred()) return NULL
;
2895 } Py_INCREF(Py_None
);
2896 _resultobj
= Py_None
;
2900 #define wxStyledTextCtrl_SetStyleBits(_swigobj,_swigarg0) (_swigobj->SetStyleBits(_swigarg0))
2901 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2902 PyObject
* _resultobj
;
2903 wxStyledTextCtrl
* _arg0
;
2905 PyObject
* _argo0
= 0;
2906 char *_kwnames
[] = { "self","bits", NULL
};
2909 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStyleBits",_kwnames
,&_argo0
,&_arg1
))
2912 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2913 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2914 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBits. Expected _wxStyledTextCtrl_p.");
2919 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2920 wxStyledTextCtrl_SetStyleBits(_arg0
,_arg1
);
2922 wxPyEndAllowThreads(__tstate
);
2923 if (PyErr_Occurred()) return NULL
;
2924 } Py_INCREF(Py_None
);
2925 _resultobj
= Py_None
;
2929 #define wxStyledTextCtrl_GetStyleBits(_swigobj) (_swigobj->GetStyleBits())
2930 static PyObject
*_wrap_wxStyledTextCtrl_GetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2931 PyObject
* _resultobj
;
2933 wxStyledTextCtrl
* _arg0
;
2934 PyObject
* _argo0
= 0;
2935 char *_kwnames
[] = { "self", NULL
};
2938 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStyleBits",_kwnames
,&_argo0
))
2941 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2942 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2943 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleBits. Expected _wxStyledTextCtrl_p.");
2948 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2949 _result
= (int )wxStyledTextCtrl_GetStyleBits(_arg0
);
2951 wxPyEndAllowThreads(__tstate
);
2952 if (PyErr_Occurred()) return NULL
;
2953 } _resultobj
= Py_BuildValue("i",_result
);
2957 #define wxStyledTextCtrl_SetLineState(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineState(_swigarg0,_swigarg1))
2958 static PyObject
*_wrap_wxStyledTextCtrl_SetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2959 PyObject
* _resultobj
;
2960 wxStyledTextCtrl
* _arg0
;
2963 PyObject
* _argo0
= 0;
2964 char *_kwnames
[] = { "self","line","state", NULL
};
2967 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineState",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2970 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2971 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2972 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineState. Expected _wxStyledTextCtrl_p.");
2977 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2978 wxStyledTextCtrl_SetLineState(_arg0
,_arg1
,_arg2
);
2980 wxPyEndAllowThreads(__tstate
);
2981 if (PyErr_Occurred()) return NULL
;
2982 } Py_INCREF(Py_None
);
2983 _resultobj
= Py_None
;
2987 #define wxStyledTextCtrl_GetLineState(_swigobj,_swigarg0) (_swigobj->GetLineState(_swigarg0))
2988 static PyObject
*_wrap_wxStyledTextCtrl_GetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2989 PyObject
* _resultobj
;
2991 wxStyledTextCtrl
* _arg0
;
2993 PyObject
* _argo0
= 0;
2994 char *_kwnames
[] = { "self","line", NULL
};
2997 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineState",_kwnames
,&_argo0
,&_arg1
))
3000 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3001 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3002 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineState. Expected _wxStyledTextCtrl_p.");
3007 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3008 _result
= (int )wxStyledTextCtrl_GetLineState(_arg0
,_arg1
);
3010 wxPyEndAllowThreads(__tstate
);
3011 if (PyErr_Occurred()) return NULL
;
3012 } _resultobj
= Py_BuildValue("i",_result
);
3016 #define wxStyledTextCtrl_GetMaxLineState(_swigobj) (_swigobj->GetMaxLineState())
3017 static PyObject
*_wrap_wxStyledTextCtrl_GetMaxLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3018 PyObject
* _resultobj
;
3020 wxStyledTextCtrl
* _arg0
;
3021 PyObject
* _argo0
= 0;
3022 char *_kwnames
[] = { "self", NULL
};
3025 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMaxLineState",_kwnames
,&_argo0
))
3028 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3029 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3030 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMaxLineState. Expected _wxStyledTextCtrl_p.");
3035 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3036 _result
= (int )wxStyledTextCtrl_GetMaxLineState(_arg0
);
3038 wxPyEndAllowThreads(__tstate
);
3039 if (PyErr_Occurred()) return NULL
;
3040 } _resultobj
= Py_BuildValue("i",_result
);
3044 #define wxStyledTextCtrl_GetCaretLineVisible(_swigobj) (_swigobj->GetCaretLineVisible())
3045 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3046 PyObject
* _resultobj
;
3048 wxStyledTextCtrl
* _arg0
;
3049 PyObject
* _argo0
= 0;
3050 char *_kwnames
[] = { "self", NULL
};
3053 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineVisible",_kwnames
,&_argo0
))
3056 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3057 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3058 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineVisible. Expected _wxStyledTextCtrl_p.");
3063 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3064 _result
= (bool )wxStyledTextCtrl_GetCaretLineVisible(_arg0
);
3066 wxPyEndAllowThreads(__tstate
);
3067 if (PyErr_Occurred()) return NULL
;
3068 } _resultobj
= Py_BuildValue("i",_result
);
3072 #define wxStyledTextCtrl_SetCaretLineVisible(_swigobj,_swigarg0) (_swigobj->SetCaretLineVisible(_swigarg0))
3073 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3074 PyObject
* _resultobj
;
3075 wxStyledTextCtrl
* _arg0
;
3077 PyObject
* _argo0
= 0;
3079 char *_kwnames
[] = { "self","show", NULL
};
3082 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretLineVisible",_kwnames
,&_argo0
,&tempbool1
))
3085 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3086 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3087 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineVisible. Expected _wxStyledTextCtrl_p.");
3091 _arg1
= (bool ) tempbool1
;
3093 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3094 wxStyledTextCtrl_SetCaretLineVisible(_arg0
,_arg1
);
3096 wxPyEndAllowThreads(__tstate
);
3097 if (PyErr_Occurred()) return NULL
;
3098 } Py_INCREF(Py_None
);
3099 _resultobj
= Py_None
;
3103 #define wxStyledTextCtrl_GetCaretLineBack(_swigobj) (_swigobj->GetCaretLineBack())
3104 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretLineBack(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3105 PyObject
* _resultobj
;
3107 wxStyledTextCtrl
* _arg0
;
3108 PyObject
* _argo0
= 0;
3109 char *_kwnames
[] = { "self", NULL
};
3113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineBack",_kwnames
,&_argo0
))
3116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineBack. Expected _wxStyledTextCtrl_p.");
3123 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3124 _result
= new wxColour (wxStyledTextCtrl_GetCaretLineBack(_arg0
));
3126 wxPyEndAllowThreads(__tstate
);
3127 if (PyErr_Occurred()) return NULL
;
3128 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
3129 _resultobj
= Py_BuildValue("s",_ptemp
);
3133 #define wxStyledTextCtrl_SetCaretLineBack(_swigobj,_swigarg0) (_swigobj->SetCaretLineBack(_swigarg0))
3134 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretLineBack(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3135 PyObject
* _resultobj
;
3136 wxStyledTextCtrl
* _arg0
;
3138 PyObject
* _argo0
= 0;
3140 PyObject
* _obj1
= 0;
3141 char *_kwnames
[] = { "self","back", NULL
};
3144 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretLineBack",_kwnames
,&_argo0
,&_obj1
))
3147 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3148 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3149 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineBack. Expected _wxStyledTextCtrl_p.");
3155 if (! wxColour_helper(_obj1
, &_arg1
))
3159 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3160 wxStyledTextCtrl_SetCaretLineBack(_arg0
,*_arg1
);
3162 wxPyEndAllowThreads(__tstate
);
3163 if (PyErr_Occurred()) return NULL
;
3164 } Py_INCREF(Py_None
);
3165 _resultobj
= Py_None
;
3169 #define wxStyledTextCtrl_StyleSetChangeable(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetChangeable(_swigarg0,_swigarg1))
3170 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetChangeable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3171 PyObject
* _resultobj
;
3172 wxStyledTextCtrl
* _arg0
;
3175 PyObject
* _argo0
= 0;
3177 char *_kwnames
[] = { "self","style","changeable", NULL
};
3180 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetChangeable",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3183 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3184 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3185 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetChangeable. Expected _wxStyledTextCtrl_p.");
3189 _arg2
= (bool ) tempbool2
;
3191 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3192 wxStyledTextCtrl_StyleSetChangeable(_arg0
,_arg1
,_arg2
);
3194 wxPyEndAllowThreads(__tstate
);
3195 if (PyErr_Occurred()) return NULL
;
3196 } Py_INCREF(Py_None
);
3197 _resultobj
= Py_None
;
3201 #define wxStyledTextCtrl_AutoCompShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->AutoCompShow(_swigarg0,_swigarg1))
3202 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3203 PyObject
* _resultobj
;
3204 wxStyledTextCtrl
* _arg0
;
3207 PyObject
* _argo0
= 0;
3208 PyObject
* _obj2
= 0;
3209 char *_kwnames
[] = { "self","lenEntered","itemList", NULL
};
3212 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_AutoCompShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3215 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3216 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3217 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompShow. Expected _wxStyledTextCtrl_p.");
3222 _arg2
= wxString_in_helper(_obj2
);
3227 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3228 wxStyledTextCtrl_AutoCompShow(_arg0
,_arg1
,*_arg2
);
3230 wxPyEndAllowThreads(__tstate
);
3231 if (PyErr_Occurred()) return NULL
;
3232 } Py_INCREF(Py_None
);
3233 _resultobj
= Py_None
;
3241 #define wxStyledTextCtrl_AutoCompCancel(_swigobj) (_swigobj->AutoCompCancel())
3242 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3243 PyObject
* _resultobj
;
3244 wxStyledTextCtrl
* _arg0
;
3245 PyObject
* _argo0
= 0;
3246 char *_kwnames
[] = { "self", NULL
};
3249 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompCancel",_kwnames
,&_argo0
))
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_AutoCompCancel. Expected _wxStyledTextCtrl_p.");
3259 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3260 wxStyledTextCtrl_AutoCompCancel(_arg0
);
3262 wxPyEndAllowThreads(__tstate
);
3263 if (PyErr_Occurred()) return NULL
;
3264 } Py_INCREF(Py_None
);
3265 _resultobj
= Py_None
;
3269 #define wxStyledTextCtrl_AutoCompActive(_swigobj) (_swigobj->AutoCompActive())
3270 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3271 PyObject
* _resultobj
;
3273 wxStyledTextCtrl
* _arg0
;
3274 PyObject
* _argo0
= 0;
3275 char *_kwnames
[] = { "self", NULL
};
3278 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompActive",_kwnames
,&_argo0
))
3281 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3282 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3283 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompActive. Expected _wxStyledTextCtrl_p.");
3288 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3289 _result
= (bool )wxStyledTextCtrl_AutoCompActive(_arg0
);
3291 wxPyEndAllowThreads(__tstate
);
3292 if (PyErr_Occurred()) return NULL
;
3293 } _resultobj
= Py_BuildValue("i",_result
);
3297 #define wxStyledTextCtrl_AutoCompPosStart(_swigobj) (_swigobj->AutoCompPosStart())
3298 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompPosStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3299 PyObject
* _resultobj
;
3301 wxStyledTextCtrl
* _arg0
;
3302 PyObject
* _argo0
= 0;
3303 char *_kwnames
[] = { "self", NULL
};
3306 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompPosStart",_kwnames
,&_argo0
))
3309 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3310 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3311 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompPosStart. Expected _wxStyledTextCtrl_p.");
3316 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3317 _result
= (int )wxStyledTextCtrl_AutoCompPosStart(_arg0
);
3319 wxPyEndAllowThreads(__tstate
);
3320 if (PyErr_Occurred()) return NULL
;
3321 } _resultobj
= Py_BuildValue("i",_result
);
3325 #define wxStyledTextCtrl_AutoCompComplete(_swigobj) (_swigobj->AutoCompComplete())
3326 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompComplete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3327 PyObject
* _resultobj
;
3328 wxStyledTextCtrl
* _arg0
;
3329 PyObject
* _argo0
= 0;
3330 char *_kwnames
[] = { "self", NULL
};
3333 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompComplete",_kwnames
,&_argo0
))
3336 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3337 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3338 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompComplete. Expected _wxStyledTextCtrl_p.");
3343 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3344 wxStyledTextCtrl_AutoCompComplete(_arg0
);
3346 wxPyEndAllowThreads(__tstate
);
3347 if (PyErr_Occurred()) return NULL
;
3348 } Py_INCREF(Py_None
);
3349 _resultobj
= Py_None
;
3353 #define wxStyledTextCtrl_AutoCompStops(_swigobj,_swigarg0) (_swigobj->AutoCompStops(_swigarg0))
3354 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompStops(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3355 PyObject
* _resultobj
;
3356 wxStyledTextCtrl
* _arg0
;
3358 PyObject
* _argo0
= 0;
3359 PyObject
* _obj1
= 0;
3360 char *_kwnames
[] = { "self","characterSet", NULL
};
3363 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompStops",_kwnames
,&_argo0
,&_obj1
))
3366 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3367 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3368 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompStops. Expected _wxStyledTextCtrl_p.");
3373 _arg1
= wxString_in_helper(_obj1
);
3378 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3379 wxStyledTextCtrl_AutoCompStops(_arg0
,*_arg1
);
3381 wxPyEndAllowThreads(__tstate
);
3382 if (PyErr_Occurred()) return NULL
;
3383 } Py_INCREF(Py_None
);
3384 _resultobj
= Py_None
;
3392 #define wxStyledTextCtrl_AutoCompSetSeparator(_swigobj,_swigarg0) (_swigobj->AutoCompSetSeparator(_swigarg0))
3393 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3394 PyObject
* _resultobj
;
3395 wxStyledTextCtrl
* _arg0
;
3397 PyObject
* _argo0
= 0;
3398 char *_kwnames
[] = { "self","separatorCharacter", NULL
};
3401 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetSeparator",_kwnames
,&_argo0
,&_arg1
))
3404 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3405 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3406 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetSeparator. Expected _wxStyledTextCtrl_p.");
3411 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3412 wxStyledTextCtrl_AutoCompSetSeparator(_arg0
,_arg1
);
3414 wxPyEndAllowThreads(__tstate
);
3415 if (PyErr_Occurred()) return NULL
;
3416 } Py_INCREF(Py_None
);
3417 _resultobj
= Py_None
;
3421 #define wxStyledTextCtrl_AutoCompGetSeparator(_swigobj) (_swigobj->AutoCompGetSeparator())
3422 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3423 PyObject
* _resultobj
;
3425 wxStyledTextCtrl
* _arg0
;
3426 PyObject
* _argo0
= 0;
3427 char *_kwnames
[] = { "self", NULL
};
3430 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetSeparator",_kwnames
,&_argo0
))
3433 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3434 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3435 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetSeparator. Expected _wxStyledTextCtrl_p.");
3440 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3441 _result
= (int )wxStyledTextCtrl_AutoCompGetSeparator(_arg0
);
3443 wxPyEndAllowThreads(__tstate
);
3444 if (PyErr_Occurred()) return NULL
;
3445 } _resultobj
= Py_BuildValue("i",_result
);
3449 #define wxStyledTextCtrl_AutoCompSelect(_swigobj,_swigarg0) (_swigobj->AutoCompSelect(_swigarg0))
3450 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSelect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3451 PyObject
* _resultobj
;
3452 wxStyledTextCtrl
* _arg0
;
3454 PyObject
* _argo0
= 0;
3455 PyObject
* _obj1
= 0;
3456 char *_kwnames
[] = { "self","text", NULL
};
3459 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSelect",_kwnames
,&_argo0
,&_obj1
))
3462 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3463 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3464 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSelect. Expected _wxStyledTextCtrl_p.");
3469 _arg1
= wxString_in_helper(_obj1
);
3474 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3475 wxStyledTextCtrl_AutoCompSelect(_arg0
,*_arg1
);
3477 wxPyEndAllowThreads(__tstate
);
3478 if (PyErr_Occurred()) return NULL
;
3479 } Py_INCREF(Py_None
);
3480 _resultobj
= Py_None
;
3488 #define wxStyledTextCtrl_AutoCompSetCancelAtStart(_swigobj,_swigarg0) (_swigobj->AutoCompSetCancelAtStart(_swigarg0))
3489 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3490 PyObject
* _resultobj
;
3491 wxStyledTextCtrl
* _arg0
;
3493 PyObject
* _argo0
= 0;
3495 char *_kwnames
[] = { "self","cancel", NULL
};
3498 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetCancelAtStart",_kwnames
,&_argo0
,&tempbool1
))
3501 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3502 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3503 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3507 _arg1
= (bool ) tempbool1
;
3509 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3510 wxStyledTextCtrl_AutoCompSetCancelAtStart(_arg0
,_arg1
);
3512 wxPyEndAllowThreads(__tstate
);
3513 if (PyErr_Occurred()) return NULL
;
3514 } Py_INCREF(Py_None
);
3515 _resultobj
= Py_None
;
3519 #define wxStyledTextCtrl_AutoCompGetCancelAtStart(_swigobj) (_swigobj->AutoCompGetCancelAtStart())
3520 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3521 PyObject
* _resultobj
;
3523 wxStyledTextCtrl
* _arg0
;
3524 PyObject
* _argo0
= 0;
3525 char *_kwnames
[] = { "self", NULL
};
3528 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetCancelAtStart",_kwnames
,&_argo0
))
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_AutoCompGetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3538 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3539 _result
= (bool )wxStyledTextCtrl_AutoCompGetCancelAtStart(_arg0
);
3541 wxPyEndAllowThreads(__tstate
);
3542 if (PyErr_Occurred()) return NULL
;
3543 } _resultobj
= Py_BuildValue("i",_result
);
3547 #define wxStyledTextCtrl_AutoCompSetFillUps(_swigobj,_swigarg0) (_swigobj->AutoCompSetFillUps(_swigarg0))
3548 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetFillUps(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3549 PyObject
* _resultobj
;
3550 wxStyledTextCtrl
* _arg0
;
3552 PyObject
* _argo0
= 0;
3553 PyObject
* _obj1
= 0;
3554 char *_kwnames
[] = { "self","characterSet", NULL
};
3557 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSetFillUps",_kwnames
,&_argo0
,&_obj1
))
3560 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3561 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3562 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetFillUps. Expected _wxStyledTextCtrl_p.");
3567 _arg1
= wxString_in_helper(_obj1
);
3572 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3573 wxStyledTextCtrl_AutoCompSetFillUps(_arg0
,*_arg1
);
3575 wxPyEndAllowThreads(__tstate
);
3576 if (PyErr_Occurred()) return NULL
;
3577 } Py_INCREF(Py_None
);
3578 _resultobj
= Py_None
;
3586 #define wxStyledTextCtrl_AutoCompSetChooseSingle(_swigobj,_swigarg0) (_swigobj->AutoCompSetChooseSingle(_swigarg0))
3587 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3588 PyObject
* _resultobj
;
3589 wxStyledTextCtrl
* _arg0
;
3591 PyObject
* _argo0
= 0;
3593 char *_kwnames
[] = { "self","chooseSingle", NULL
};
3596 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetChooseSingle",_kwnames
,&_argo0
,&tempbool1
))
3599 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3600 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3601 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetChooseSingle. Expected _wxStyledTextCtrl_p.");
3605 _arg1
= (bool ) tempbool1
;
3607 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3608 wxStyledTextCtrl_AutoCompSetChooseSingle(_arg0
,_arg1
);
3610 wxPyEndAllowThreads(__tstate
);
3611 if (PyErr_Occurred()) return NULL
;
3612 } Py_INCREF(Py_None
);
3613 _resultobj
= Py_None
;
3617 #define wxStyledTextCtrl_AutoCompGetChooseSingle(_swigobj) (_swigobj->AutoCompGetChooseSingle())
3618 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3619 PyObject
* _resultobj
;
3621 wxStyledTextCtrl
* _arg0
;
3622 PyObject
* _argo0
= 0;
3623 char *_kwnames
[] = { "self", NULL
};
3626 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetChooseSingle",_kwnames
,&_argo0
))
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_AutoCompGetChooseSingle. Expected _wxStyledTextCtrl_p.");
3636 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3637 _result
= (bool )wxStyledTextCtrl_AutoCompGetChooseSingle(_arg0
);
3639 wxPyEndAllowThreads(__tstate
);
3640 if (PyErr_Occurred()) return NULL
;
3641 } _resultobj
= Py_BuildValue("i",_result
);
3645 #define wxStyledTextCtrl_AutoCompSetIgnoreCase(_swigobj,_swigarg0) (_swigobj->AutoCompSetIgnoreCase(_swigarg0))
3646 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3647 PyObject
* _resultobj
;
3648 wxStyledTextCtrl
* _arg0
;
3650 PyObject
* _argo0
= 0;
3652 char *_kwnames
[] = { "self","ignoreCase", NULL
};
3655 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetIgnoreCase",_kwnames
,&_argo0
,&tempbool1
))
3658 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3659 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3660 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3664 _arg1
= (bool ) tempbool1
;
3666 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3667 wxStyledTextCtrl_AutoCompSetIgnoreCase(_arg0
,_arg1
);
3669 wxPyEndAllowThreads(__tstate
);
3670 if (PyErr_Occurred()) return NULL
;
3671 } Py_INCREF(Py_None
);
3672 _resultobj
= Py_None
;
3676 #define wxStyledTextCtrl_AutoCompGetIgnoreCase(_swigobj) (_swigobj->AutoCompGetIgnoreCase())
3677 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3678 PyObject
* _resultobj
;
3680 wxStyledTextCtrl
* _arg0
;
3681 PyObject
* _argo0
= 0;
3682 char *_kwnames
[] = { "self", NULL
};
3685 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetIgnoreCase",_kwnames
,&_argo0
))
3688 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3689 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3690 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3695 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3696 _result
= (bool )wxStyledTextCtrl_AutoCompGetIgnoreCase(_arg0
);
3698 wxPyEndAllowThreads(__tstate
);
3699 if (PyErr_Occurred()) return NULL
;
3700 } _resultobj
= Py_BuildValue("i",_result
);
3704 #define wxStyledTextCtrl_UserListShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->UserListShow(_swigarg0,_swigarg1))
3705 static PyObject
*_wrap_wxStyledTextCtrl_UserListShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3706 PyObject
* _resultobj
;
3707 wxStyledTextCtrl
* _arg0
;
3710 PyObject
* _argo0
= 0;
3711 PyObject
* _obj2
= 0;
3712 char *_kwnames
[] = { "self","listType","itemList", NULL
};
3715 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_UserListShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3718 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3719 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3720 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UserListShow. Expected _wxStyledTextCtrl_p.");
3725 _arg2
= wxString_in_helper(_obj2
);
3730 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3731 wxStyledTextCtrl_UserListShow(_arg0
,_arg1
,*_arg2
);
3733 wxPyEndAllowThreads(__tstate
);
3734 if (PyErr_Occurred()) return NULL
;
3735 } Py_INCREF(Py_None
);
3736 _resultobj
= Py_None
;
3744 #define wxStyledTextCtrl_AutoCompSetAutoHide(_swigobj,_swigarg0) (_swigobj->AutoCompSetAutoHide(_swigarg0))
3745 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetAutoHide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3746 PyObject
* _resultobj
;
3747 wxStyledTextCtrl
* _arg0
;
3749 PyObject
* _argo0
= 0;
3751 char *_kwnames
[] = { "self","autoHide", NULL
};
3754 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetAutoHide",_kwnames
,&_argo0
,&tempbool1
))
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_AutoCompSetAutoHide. Expected _wxStyledTextCtrl_p.");
3763 _arg1
= (bool ) tempbool1
;
3765 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3766 wxStyledTextCtrl_AutoCompSetAutoHide(_arg0
,_arg1
);
3768 wxPyEndAllowThreads(__tstate
);
3769 if (PyErr_Occurred()) return NULL
;
3770 } Py_INCREF(Py_None
);
3771 _resultobj
= Py_None
;
3775 #define wxStyledTextCtrl_AutoCompGetAutoHide(_swigobj) (_swigobj->AutoCompGetAutoHide())
3776 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetAutoHide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3777 PyObject
* _resultobj
;
3779 wxStyledTextCtrl
* _arg0
;
3780 PyObject
* _argo0
= 0;
3781 char *_kwnames
[] = { "self", NULL
};
3784 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetAutoHide",_kwnames
,&_argo0
))
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_AutoCompGetAutoHide. Expected _wxStyledTextCtrl_p.");
3794 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3795 _result
= (bool )wxStyledTextCtrl_AutoCompGetAutoHide(_arg0
);
3797 wxPyEndAllowThreads(__tstate
);
3798 if (PyErr_Occurred()) return NULL
;
3799 } _resultobj
= Py_BuildValue("i",_result
);
3803 #define wxStyledTextCtrl_AutoCompSetDropRestOfWord(_swigobj,_swigarg0) (_swigobj->AutoCompSetDropRestOfWord(_swigarg0))
3804 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetDropRestOfWord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3805 PyObject
* _resultobj
;
3806 wxStyledTextCtrl
* _arg0
;
3808 PyObject
* _argo0
= 0;
3810 char *_kwnames
[] = { "self","dropRestOfWord", NULL
};
3813 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetDropRestOfWord",_kwnames
,&_argo0
,&tempbool1
))
3816 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3817 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3818 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetDropRestOfWord. Expected _wxStyledTextCtrl_p.");
3822 _arg1
= (bool ) tempbool1
;
3824 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3825 wxStyledTextCtrl_AutoCompSetDropRestOfWord(_arg0
,_arg1
);
3827 wxPyEndAllowThreads(__tstate
);
3828 if (PyErr_Occurred()) return NULL
;
3829 } Py_INCREF(Py_None
);
3830 _resultobj
= Py_None
;
3834 #define wxStyledTextCtrl_AutoCompGetDropRestOfWord(_swigobj) (_swigobj->AutoCompGetDropRestOfWord())
3835 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetDropRestOfWord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3836 PyObject
* _resultobj
;
3838 wxStyledTextCtrl
* _arg0
;
3839 PyObject
* _argo0
= 0;
3840 char *_kwnames
[] = { "self", NULL
};
3843 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetDropRestOfWord",_kwnames
,&_argo0
))
3846 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3847 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3848 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetDropRestOfWord. Expected _wxStyledTextCtrl_p.");
3853 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3854 _result
= (bool )wxStyledTextCtrl_AutoCompGetDropRestOfWord(_arg0
);
3856 wxPyEndAllowThreads(__tstate
);
3857 if (PyErr_Occurred()) return NULL
;
3858 } _resultobj
= Py_BuildValue("i",_result
);
3862 #define wxStyledTextCtrl_SetIndent(_swigobj,_swigarg0) (_swigobj->SetIndent(_swigarg0))
3863 static PyObject
*_wrap_wxStyledTextCtrl_SetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3864 PyObject
* _resultobj
;
3865 wxStyledTextCtrl
* _arg0
;
3867 PyObject
* _argo0
= 0;
3868 char *_kwnames
[] = { "self","indentSize", NULL
};
3871 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndent",_kwnames
,&_argo0
,&_arg1
))
3874 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3875 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3876 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndent. Expected _wxStyledTextCtrl_p.");
3881 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3882 wxStyledTextCtrl_SetIndent(_arg0
,_arg1
);
3884 wxPyEndAllowThreads(__tstate
);
3885 if (PyErr_Occurred()) return NULL
;
3886 } Py_INCREF(Py_None
);
3887 _resultobj
= Py_None
;
3891 #define wxStyledTextCtrl_GetIndent(_swigobj) (_swigobj->GetIndent())
3892 static PyObject
*_wrap_wxStyledTextCtrl_GetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3893 PyObject
* _resultobj
;
3895 wxStyledTextCtrl
* _arg0
;
3896 PyObject
* _argo0
= 0;
3897 char *_kwnames
[] = { "self", NULL
};
3900 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndent",_kwnames
,&_argo0
))
3903 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3904 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3905 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndent. Expected _wxStyledTextCtrl_p.");
3910 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3911 _result
= (int )wxStyledTextCtrl_GetIndent(_arg0
);
3913 wxPyEndAllowThreads(__tstate
);
3914 if (PyErr_Occurred()) return NULL
;
3915 } _resultobj
= Py_BuildValue("i",_result
);
3919 #define wxStyledTextCtrl_SetUseTabs(_swigobj,_swigarg0) (_swigobj->SetUseTabs(_swigarg0))
3920 static PyObject
*_wrap_wxStyledTextCtrl_SetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3921 PyObject
* _resultobj
;
3922 wxStyledTextCtrl
* _arg0
;
3924 PyObject
* _argo0
= 0;
3926 char *_kwnames
[] = { "self","useTabs", NULL
};
3929 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseTabs",_kwnames
,&_argo0
,&tempbool1
))
3932 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3933 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3934 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseTabs. Expected _wxStyledTextCtrl_p.");
3938 _arg1
= (bool ) tempbool1
;
3940 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3941 wxStyledTextCtrl_SetUseTabs(_arg0
,_arg1
);
3943 wxPyEndAllowThreads(__tstate
);
3944 if (PyErr_Occurred()) return NULL
;
3945 } Py_INCREF(Py_None
);
3946 _resultobj
= Py_None
;
3950 #define wxStyledTextCtrl_GetUseTabs(_swigobj) (_swigobj->GetUseTabs())
3951 static PyObject
*_wrap_wxStyledTextCtrl_GetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3952 PyObject
* _resultobj
;
3954 wxStyledTextCtrl
* _arg0
;
3955 PyObject
* _argo0
= 0;
3956 char *_kwnames
[] = { "self", NULL
};
3959 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseTabs",_kwnames
,&_argo0
))
3962 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3963 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3964 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseTabs. Expected _wxStyledTextCtrl_p.");
3969 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3970 _result
= (bool )wxStyledTextCtrl_GetUseTabs(_arg0
);
3972 wxPyEndAllowThreads(__tstate
);
3973 if (PyErr_Occurred()) return NULL
;
3974 } _resultobj
= Py_BuildValue("i",_result
);
3978 #define wxStyledTextCtrl_SetLineIndentation(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineIndentation(_swigarg0,_swigarg1))
3979 static PyObject
*_wrap_wxStyledTextCtrl_SetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3980 PyObject
* _resultobj
;
3981 wxStyledTextCtrl
* _arg0
;
3984 PyObject
* _argo0
= 0;
3985 char *_kwnames
[] = { "self","line","indentSize", NULL
};
3988 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineIndentation",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3991 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3992 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3993 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineIndentation. Expected _wxStyledTextCtrl_p.");
3998 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3999 wxStyledTextCtrl_SetLineIndentation(_arg0
,_arg1
,_arg2
);
4001 wxPyEndAllowThreads(__tstate
);
4002 if (PyErr_Occurred()) return NULL
;
4003 } Py_INCREF(Py_None
);
4004 _resultobj
= Py_None
;
4008 #define wxStyledTextCtrl_GetLineIndentation(_swigobj,_swigarg0) (_swigobj->GetLineIndentation(_swigarg0))
4009 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4010 PyObject
* _resultobj
;
4012 wxStyledTextCtrl
* _arg0
;
4014 PyObject
* _argo0
= 0;
4015 char *_kwnames
[] = { "self","line", NULL
};
4018 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentation",_kwnames
,&_argo0
,&_arg1
))
4021 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4022 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4023 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentation. Expected _wxStyledTextCtrl_p.");
4028 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4029 _result
= (int )wxStyledTextCtrl_GetLineIndentation(_arg0
,_arg1
);
4031 wxPyEndAllowThreads(__tstate
);
4032 if (PyErr_Occurred()) return NULL
;
4033 } _resultobj
= Py_BuildValue("i",_result
);
4037 #define wxStyledTextCtrl_GetLineIndentPosition(_swigobj,_swigarg0) (_swigobj->GetLineIndentPosition(_swigarg0))
4038 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4039 PyObject
* _resultobj
;
4041 wxStyledTextCtrl
* _arg0
;
4043 PyObject
* _argo0
= 0;
4044 char *_kwnames
[] = { "self","line", NULL
};
4047 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentPosition",_kwnames
,&_argo0
,&_arg1
))
4050 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4051 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4052 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentPosition. Expected _wxStyledTextCtrl_p.");
4057 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4058 _result
= (int )wxStyledTextCtrl_GetLineIndentPosition(_arg0
,_arg1
);
4060 wxPyEndAllowThreads(__tstate
);
4061 if (PyErr_Occurred()) return NULL
;
4062 } _resultobj
= Py_BuildValue("i",_result
);
4066 #define wxStyledTextCtrl_GetColumn(_swigobj,_swigarg0) (_swigobj->GetColumn(_swigarg0))
4067 static PyObject
*_wrap_wxStyledTextCtrl_GetColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4068 PyObject
* _resultobj
;
4070 wxStyledTextCtrl
* _arg0
;
4072 PyObject
* _argo0
= 0;
4073 char *_kwnames
[] = { "self","pos", NULL
};
4076 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetColumn",_kwnames
,&_argo0
,&_arg1
))
4079 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4080 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4081 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetColumn. Expected _wxStyledTextCtrl_p.");
4086 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4087 _result
= (int )wxStyledTextCtrl_GetColumn(_arg0
,_arg1
);
4089 wxPyEndAllowThreads(__tstate
);
4090 if (PyErr_Occurred()) return NULL
;
4091 } _resultobj
= Py_BuildValue("i",_result
);
4095 #define wxStyledTextCtrl_SetUseHorizontalScrollBar(_swigobj,_swigarg0) (_swigobj->SetUseHorizontalScrollBar(_swigarg0))
4096 static PyObject
*_wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4097 PyObject
* _resultobj
;
4098 wxStyledTextCtrl
* _arg0
;
4100 PyObject
* _argo0
= 0;
4102 char *_kwnames
[] = { "self","show", NULL
};
4105 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseHorizontalScrollBar",_kwnames
,&_argo0
,&tempbool1
))
4108 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4109 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4110 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
4114 _arg1
= (bool ) tempbool1
;
4116 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4117 wxStyledTextCtrl_SetUseHorizontalScrollBar(_arg0
,_arg1
);
4119 wxPyEndAllowThreads(__tstate
);
4120 if (PyErr_Occurred()) return NULL
;
4121 } Py_INCREF(Py_None
);
4122 _resultobj
= Py_None
;
4126 #define wxStyledTextCtrl_GetUseHorizontalScrollBar(_swigobj) (_swigobj->GetUseHorizontalScrollBar())
4127 static PyObject
*_wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4128 PyObject
* _resultobj
;
4130 wxStyledTextCtrl
* _arg0
;
4131 PyObject
* _argo0
= 0;
4132 char *_kwnames
[] = { "self", NULL
};
4135 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseHorizontalScrollBar",_kwnames
,&_argo0
))
4138 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4139 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4140 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
4145 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4146 _result
= (bool )wxStyledTextCtrl_GetUseHorizontalScrollBar(_arg0
);
4148 wxPyEndAllowThreads(__tstate
);
4149 if (PyErr_Occurred()) return NULL
;
4150 } _resultobj
= Py_BuildValue("i",_result
);
4154 #define wxStyledTextCtrl_SetIndentationGuides(_swigobj,_swigarg0) (_swigobj->SetIndentationGuides(_swigarg0))
4155 static PyObject
*_wrap_wxStyledTextCtrl_SetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4156 PyObject
* _resultobj
;
4157 wxStyledTextCtrl
* _arg0
;
4159 PyObject
* _argo0
= 0;
4161 char *_kwnames
[] = { "self","show", NULL
};
4164 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndentationGuides",_kwnames
,&_argo0
,&tempbool1
))
4167 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4168 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4169 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndentationGuides. Expected _wxStyledTextCtrl_p.");
4173 _arg1
= (bool ) tempbool1
;
4175 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4176 wxStyledTextCtrl_SetIndentationGuides(_arg0
,_arg1
);
4178 wxPyEndAllowThreads(__tstate
);
4179 if (PyErr_Occurred()) return NULL
;
4180 } Py_INCREF(Py_None
);
4181 _resultobj
= Py_None
;
4185 #define wxStyledTextCtrl_GetIndentationGuides(_swigobj) (_swigobj->GetIndentationGuides())
4186 static PyObject
*_wrap_wxStyledTextCtrl_GetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4187 PyObject
* _resultobj
;
4189 wxStyledTextCtrl
* _arg0
;
4190 PyObject
* _argo0
= 0;
4191 char *_kwnames
[] = { "self", NULL
};
4194 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndentationGuides",_kwnames
,&_argo0
))
4197 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4198 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4199 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndentationGuides. Expected _wxStyledTextCtrl_p.");
4204 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4205 _result
= (bool )wxStyledTextCtrl_GetIndentationGuides(_arg0
);
4207 wxPyEndAllowThreads(__tstate
);
4208 if (PyErr_Occurred()) return NULL
;
4209 } _resultobj
= Py_BuildValue("i",_result
);
4213 #define wxStyledTextCtrl_SetHighlightGuide(_swigobj,_swigarg0) (_swigobj->SetHighlightGuide(_swigarg0))
4214 static PyObject
*_wrap_wxStyledTextCtrl_SetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4215 PyObject
* _resultobj
;
4216 wxStyledTextCtrl
* _arg0
;
4218 PyObject
* _argo0
= 0;
4219 char *_kwnames
[] = { "self","column", NULL
};
4222 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetHighlightGuide",_kwnames
,&_argo0
,&_arg1
))
4225 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4226 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4227 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHighlightGuide. Expected _wxStyledTextCtrl_p.");
4232 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4233 wxStyledTextCtrl_SetHighlightGuide(_arg0
,_arg1
);
4235 wxPyEndAllowThreads(__tstate
);
4236 if (PyErr_Occurred()) return NULL
;
4237 } Py_INCREF(Py_None
);
4238 _resultobj
= Py_None
;
4242 #define wxStyledTextCtrl_GetHighlightGuide(_swigobj) (_swigobj->GetHighlightGuide())
4243 static PyObject
*_wrap_wxStyledTextCtrl_GetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4244 PyObject
* _resultobj
;
4246 wxStyledTextCtrl
* _arg0
;
4247 PyObject
* _argo0
= 0;
4248 char *_kwnames
[] = { "self", NULL
};
4251 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetHighlightGuide",_kwnames
,&_argo0
))
4254 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4255 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4256 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetHighlightGuide. Expected _wxStyledTextCtrl_p.");
4261 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4262 _result
= (int )wxStyledTextCtrl_GetHighlightGuide(_arg0
);
4264 wxPyEndAllowThreads(__tstate
);
4265 if (PyErr_Occurred()) return NULL
;
4266 } _resultobj
= Py_BuildValue("i",_result
);
4270 #define wxStyledTextCtrl_GetLineEndPosition(_swigobj,_swigarg0) (_swigobj->GetLineEndPosition(_swigarg0))
4271 static PyObject
*_wrap_wxStyledTextCtrl_GetLineEndPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4272 PyObject
* _resultobj
;
4274 wxStyledTextCtrl
* _arg0
;
4276 PyObject
* _argo0
= 0;
4277 char *_kwnames
[] = { "self","line", NULL
};
4280 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineEndPosition",_kwnames
,&_argo0
,&_arg1
))
4283 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4284 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4285 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineEndPosition. Expected _wxStyledTextCtrl_p.");
4290 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4291 _result
= (int )wxStyledTextCtrl_GetLineEndPosition(_arg0
,_arg1
);
4293 wxPyEndAllowThreads(__tstate
);
4294 if (PyErr_Occurred()) return NULL
;
4295 } _resultobj
= Py_BuildValue("i",_result
);
4299 #define wxStyledTextCtrl_GetCodePage(_swigobj) (_swigobj->GetCodePage())
4300 static PyObject
*_wrap_wxStyledTextCtrl_GetCodePage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4301 PyObject
* _resultobj
;
4303 wxStyledTextCtrl
* _arg0
;
4304 PyObject
* _argo0
= 0;
4305 char *_kwnames
[] = { "self", NULL
};
4308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCodePage",_kwnames
,&_argo0
))
4311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCodePage. Expected _wxStyledTextCtrl_p.");
4318 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4319 _result
= (int )wxStyledTextCtrl_GetCodePage(_arg0
);
4321 wxPyEndAllowThreads(__tstate
);
4322 if (PyErr_Occurred()) return NULL
;
4323 } _resultobj
= Py_BuildValue("i",_result
);
4327 #define wxStyledTextCtrl_GetCaretForeground(_swigobj) (_swigobj->GetCaretForeground())
4328 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4329 PyObject
* _resultobj
;
4331 wxStyledTextCtrl
* _arg0
;
4332 PyObject
* _argo0
= 0;
4333 char *_kwnames
[] = { "self", NULL
};
4337 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretForeground",_kwnames
,&_argo0
))
4340 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4341 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4342 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretForeground. Expected _wxStyledTextCtrl_p.");
4347 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4348 _result
= new wxColour (wxStyledTextCtrl_GetCaretForeground(_arg0
));
4350 wxPyEndAllowThreads(__tstate
);
4351 if (PyErr_Occurred()) return NULL
;
4352 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
4353 _resultobj
= Py_BuildValue("s",_ptemp
);
4357 #define wxStyledTextCtrl_GetReadOnly(_swigobj) (_swigobj->GetReadOnly())
4358 static PyObject
*_wrap_wxStyledTextCtrl_GetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4359 PyObject
* _resultobj
;
4361 wxStyledTextCtrl
* _arg0
;
4362 PyObject
* _argo0
= 0;
4363 char *_kwnames
[] = { "self", NULL
};
4366 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetReadOnly",_kwnames
,&_argo0
))
4369 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4370 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4371 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetReadOnly. Expected _wxStyledTextCtrl_p.");
4376 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4377 _result
= (bool )wxStyledTextCtrl_GetReadOnly(_arg0
);
4379 wxPyEndAllowThreads(__tstate
);
4380 if (PyErr_Occurred()) return NULL
;
4381 } _resultobj
= Py_BuildValue("i",_result
);
4385 #define wxStyledTextCtrl_SetCurrentPos(_swigobj,_swigarg0) (_swigobj->SetCurrentPos(_swigarg0))
4386 static PyObject
*_wrap_wxStyledTextCtrl_SetCurrentPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4387 PyObject
* _resultobj
;
4388 wxStyledTextCtrl
* _arg0
;
4390 PyObject
* _argo0
= 0;
4391 char *_kwnames
[] = { "self","pos", NULL
};
4394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCurrentPos",_kwnames
,&_argo0
,&_arg1
))
4397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCurrentPos. Expected _wxStyledTextCtrl_p.");
4404 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4405 wxStyledTextCtrl_SetCurrentPos(_arg0
,_arg1
);
4407 wxPyEndAllowThreads(__tstate
);
4408 if (PyErr_Occurred()) return NULL
;
4409 } Py_INCREF(Py_None
);
4410 _resultobj
= Py_None
;
4414 #define wxStyledTextCtrl_SetSelectionStart(_swigobj,_swigarg0) (_swigobj->SetSelectionStart(_swigarg0))
4415 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4416 PyObject
* _resultobj
;
4417 wxStyledTextCtrl
* _arg0
;
4419 PyObject
* _argo0
= 0;
4420 char *_kwnames
[] = { "self","pos", NULL
};
4423 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionStart",_kwnames
,&_argo0
,&_arg1
))
4426 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4427 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4428 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionStart. Expected _wxStyledTextCtrl_p.");
4433 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4434 wxStyledTextCtrl_SetSelectionStart(_arg0
,_arg1
);
4436 wxPyEndAllowThreads(__tstate
);
4437 if (PyErr_Occurred()) return NULL
;
4438 } Py_INCREF(Py_None
);
4439 _resultobj
= Py_None
;
4443 #define wxStyledTextCtrl_GetSelectionStart(_swigobj) (_swigobj->GetSelectionStart())
4444 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4445 PyObject
* _resultobj
;
4447 wxStyledTextCtrl
* _arg0
;
4448 PyObject
* _argo0
= 0;
4449 char *_kwnames
[] = { "self", NULL
};
4452 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionStart",_kwnames
,&_argo0
))
4455 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4456 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4457 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionStart. Expected _wxStyledTextCtrl_p.");
4462 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4463 _result
= (int )wxStyledTextCtrl_GetSelectionStart(_arg0
);
4465 wxPyEndAllowThreads(__tstate
);
4466 if (PyErr_Occurred()) return NULL
;
4467 } _resultobj
= Py_BuildValue("i",_result
);
4471 #define wxStyledTextCtrl_SetSelectionEnd(_swigobj,_swigarg0) (_swigobj->SetSelectionEnd(_swigarg0))
4472 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4473 PyObject
* _resultobj
;
4474 wxStyledTextCtrl
* _arg0
;
4476 PyObject
* _argo0
= 0;
4477 char *_kwnames
[] = { "self","pos", NULL
};
4480 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionEnd",_kwnames
,&_argo0
,&_arg1
))
4483 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4484 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4485 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionEnd. Expected _wxStyledTextCtrl_p.");
4490 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4491 wxStyledTextCtrl_SetSelectionEnd(_arg0
,_arg1
);
4493 wxPyEndAllowThreads(__tstate
);
4494 if (PyErr_Occurred()) return NULL
;
4495 } Py_INCREF(Py_None
);
4496 _resultobj
= Py_None
;
4500 #define wxStyledTextCtrl_GetSelectionEnd(_swigobj) (_swigobj->GetSelectionEnd())
4501 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4502 PyObject
* _resultobj
;
4504 wxStyledTextCtrl
* _arg0
;
4505 PyObject
* _argo0
= 0;
4506 char *_kwnames
[] = { "self", NULL
};
4509 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionEnd",_kwnames
,&_argo0
))
4512 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4513 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4514 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionEnd. Expected _wxStyledTextCtrl_p.");
4519 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4520 _result
= (int )wxStyledTextCtrl_GetSelectionEnd(_arg0
);
4522 wxPyEndAllowThreads(__tstate
);
4523 if (PyErr_Occurred()) return NULL
;
4524 } _resultobj
= Py_BuildValue("i",_result
);
4528 #define wxStyledTextCtrl_SetPrintMagnification(_swigobj,_swigarg0) (_swigobj->SetPrintMagnification(_swigarg0))
4529 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4530 PyObject
* _resultobj
;
4531 wxStyledTextCtrl
* _arg0
;
4533 PyObject
* _argo0
= 0;
4534 char *_kwnames
[] = { "self","magnification", NULL
};
4537 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintMagnification",_kwnames
,&_argo0
,&_arg1
))
4540 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4541 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4542 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4547 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4548 wxStyledTextCtrl_SetPrintMagnification(_arg0
,_arg1
);
4550 wxPyEndAllowThreads(__tstate
);
4551 if (PyErr_Occurred()) return NULL
;
4552 } Py_INCREF(Py_None
);
4553 _resultobj
= Py_None
;
4557 #define wxStyledTextCtrl_GetPrintMagnification(_swigobj) (_swigobj->GetPrintMagnification())
4558 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4559 PyObject
* _resultobj
;
4561 wxStyledTextCtrl
* _arg0
;
4562 PyObject
* _argo0
= 0;
4563 char *_kwnames
[] = { "self", NULL
};
4566 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintMagnification",_kwnames
,&_argo0
))
4569 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4570 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4571 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4576 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4577 _result
= (int )wxStyledTextCtrl_GetPrintMagnification(_arg0
);
4579 wxPyEndAllowThreads(__tstate
);
4580 if (PyErr_Occurred()) return NULL
;
4581 } _resultobj
= Py_BuildValue("i",_result
);
4585 #define wxStyledTextCtrl_SetPrintColourMode(_swigobj,_swigarg0) (_swigobj->SetPrintColourMode(_swigarg0))
4586 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4587 PyObject
* _resultobj
;
4588 wxStyledTextCtrl
* _arg0
;
4590 PyObject
* _argo0
= 0;
4591 char *_kwnames
[] = { "self","mode", NULL
};
4594 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintColourMode",_kwnames
,&_argo0
,&_arg1
))
4597 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4598 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4599 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4604 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4605 wxStyledTextCtrl_SetPrintColourMode(_arg0
,_arg1
);
4607 wxPyEndAllowThreads(__tstate
);
4608 if (PyErr_Occurred()) return NULL
;
4609 } Py_INCREF(Py_None
);
4610 _resultobj
= Py_None
;
4614 #define wxStyledTextCtrl_GetPrintColourMode(_swigobj) (_swigobj->GetPrintColourMode())
4615 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4616 PyObject
* _resultobj
;
4618 wxStyledTextCtrl
* _arg0
;
4619 PyObject
* _argo0
= 0;
4620 char *_kwnames
[] = { "self", NULL
};
4623 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintColourMode",_kwnames
,&_argo0
))
4626 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4627 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4628 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4633 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4634 _result
= (int )wxStyledTextCtrl_GetPrintColourMode(_arg0
);
4636 wxPyEndAllowThreads(__tstate
);
4637 if (PyErr_Occurred()) return NULL
;
4638 } _resultobj
= Py_BuildValue("i",_result
);
4642 #define wxStyledTextCtrl_FindText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->FindText(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
4643 static PyObject
*_wrap_wxStyledTextCtrl_FindText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4644 PyObject
* _resultobj
;
4646 wxStyledTextCtrl
* _arg0
;
4650 int _arg4
= (int ) 0;
4651 PyObject
* _argo0
= 0;
4652 PyObject
* _obj3
= 0;
4653 char *_kwnames
[] = { "self","minPos","maxPos","text","flags", NULL
};
4656 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiO|i:wxStyledTextCtrl_FindText",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_arg4
))
4659 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4660 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4661 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FindText. Expected _wxStyledTextCtrl_p.");
4666 _arg3
= wxString_in_helper(_obj3
);
4671 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4672 _result
= (int )wxStyledTextCtrl_FindText(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
);
4674 wxPyEndAllowThreads(__tstate
);
4675 if (PyErr_Occurred()) return NULL
;
4676 } _resultobj
= Py_BuildValue("i",_result
);
4684 #define wxStyledTextCtrl_FormatRange(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->FormatRange(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4685 static PyObject
*_wrap_wxStyledTextCtrl_FormatRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4686 PyObject
* _resultobj
;
4688 wxStyledTextCtrl
* _arg0
;
4696 PyObject
* _argo0
= 0;
4698 PyObject
* _argo4
= 0;
4699 PyObject
* _argo5
= 0;
4701 PyObject
* _obj6
= 0;
4703 PyObject
* _obj7
= 0;
4704 char *_kwnames
[] = { "self","doDraw","startPos","endPos","draw","target","renderRect","pageRect", NULL
};
4707 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiiOOOO:wxStyledTextCtrl_FormatRange",_kwnames
,&_argo0
,&tempbool1
,&_arg2
,&_arg3
,&_argo4
,&_argo5
,&_obj6
,&_obj7
))
4710 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4711 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4712 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FormatRange. Expected _wxStyledTextCtrl_p.");
4716 _arg1
= (bool ) tempbool1
;
4718 if (_argo4
== Py_None
) { _arg4
= NULL
; }
4719 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxDC_p")) {
4720 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4725 if (_argo5
== Py_None
) { _arg5
= NULL
; }
4726 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxDC_p")) {
4727 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4733 if (! wxRect_helper(_obj6
, &_arg6
))
4738 if (! wxRect_helper(_obj7
, &_arg7
))
4742 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4743 _result
= (int )wxStyledTextCtrl_FormatRange(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
);
4745 wxPyEndAllowThreads(__tstate
);
4746 if (PyErr_Occurred()) return NULL
;
4747 } _resultobj
= Py_BuildValue("i",_result
);
4751 #define wxStyledTextCtrl_GetFirstVisibleLine(_swigobj) (_swigobj->GetFirstVisibleLine())
4752 static PyObject
*_wrap_wxStyledTextCtrl_GetFirstVisibleLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4753 PyObject
* _resultobj
;
4755 wxStyledTextCtrl
* _arg0
;
4756 PyObject
* _argo0
= 0;
4757 char *_kwnames
[] = { "self", NULL
};
4760 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetFirstVisibleLine",_kwnames
,&_argo0
))
4763 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4764 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4765 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFirstVisibleLine. Expected _wxStyledTextCtrl_p.");
4770 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4771 _result
= (int )wxStyledTextCtrl_GetFirstVisibleLine(_arg0
);
4773 wxPyEndAllowThreads(__tstate
);
4774 if (PyErr_Occurred()) return NULL
;
4775 } _resultobj
= Py_BuildValue("i",_result
);
4779 #define wxStyledTextCtrl_GetLine(_swigobj,_swigarg0) (_swigobj->GetLine(_swigarg0))
4780 static PyObject
*_wrap_wxStyledTextCtrl_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4781 PyObject
* _resultobj
;
4783 wxStyledTextCtrl
* _arg0
;
4785 PyObject
* _argo0
= 0;
4786 char *_kwnames
[] = { "self","line", NULL
};
4789 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLine",_kwnames
,&_argo0
,&_arg1
))
4792 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4793 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4794 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLine. Expected _wxStyledTextCtrl_p.");
4799 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4800 _result
= new wxString (wxStyledTextCtrl_GetLine(_arg0
,_arg1
));
4802 wxPyEndAllowThreads(__tstate
);
4803 if (PyErr_Occurred()) return NULL
;
4806 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
4808 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4817 #define wxStyledTextCtrl_GetLineCount(_swigobj) (_swigobj->GetLineCount())
4818 static PyObject
*_wrap_wxStyledTextCtrl_GetLineCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4819 PyObject
* _resultobj
;
4821 wxStyledTextCtrl
* _arg0
;
4822 PyObject
* _argo0
= 0;
4823 char *_kwnames
[] = { "self", NULL
};
4826 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLineCount",_kwnames
,&_argo0
))
4829 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4830 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4831 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineCount. Expected _wxStyledTextCtrl_p.");
4836 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4837 _result
= (int )wxStyledTextCtrl_GetLineCount(_arg0
);
4839 wxPyEndAllowThreads(__tstate
);
4840 if (PyErr_Occurred()) return NULL
;
4841 } _resultobj
= Py_BuildValue("i",_result
);
4845 #define wxStyledTextCtrl_SetMarginLeft(_swigobj,_swigarg0) (_swigobj->SetMarginLeft(_swigarg0))
4846 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4847 PyObject
* _resultobj
;
4848 wxStyledTextCtrl
* _arg0
;
4850 PyObject
* _argo0
= 0;
4851 char *_kwnames
[] = { "self","pixelWidth", NULL
};
4854 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginLeft",_kwnames
,&_argo0
,&_arg1
))
4857 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4858 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4859 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginLeft. Expected _wxStyledTextCtrl_p.");
4864 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4865 wxStyledTextCtrl_SetMarginLeft(_arg0
,_arg1
);
4867 wxPyEndAllowThreads(__tstate
);
4868 if (PyErr_Occurred()) return NULL
;
4869 } Py_INCREF(Py_None
);
4870 _resultobj
= Py_None
;
4874 #define wxStyledTextCtrl_GetMarginLeft(_swigobj) (_swigobj->GetMarginLeft())
4875 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4876 PyObject
* _resultobj
;
4878 wxStyledTextCtrl
* _arg0
;
4879 PyObject
* _argo0
= 0;
4880 char *_kwnames
[] = { "self", NULL
};
4883 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginLeft",_kwnames
,&_argo0
))
4886 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4887 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4888 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginLeft. Expected _wxStyledTextCtrl_p.");
4893 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4894 _result
= (int )wxStyledTextCtrl_GetMarginLeft(_arg0
);
4896 wxPyEndAllowThreads(__tstate
);
4897 if (PyErr_Occurred()) return NULL
;
4898 } _resultobj
= Py_BuildValue("i",_result
);
4902 #define wxStyledTextCtrl_SetMarginRight(_swigobj,_swigarg0) (_swigobj->SetMarginRight(_swigarg0))
4903 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4904 PyObject
* _resultobj
;
4905 wxStyledTextCtrl
* _arg0
;
4907 PyObject
* _argo0
= 0;
4908 char *_kwnames
[] = { "self","pixelWidth", NULL
};
4911 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginRight",_kwnames
,&_argo0
,&_arg1
))
4914 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4915 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4916 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginRight. Expected _wxStyledTextCtrl_p.");
4921 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4922 wxStyledTextCtrl_SetMarginRight(_arg0
,_arg1
);
4924 wxPyEndAllowThreads(__tstate
);
4925 if (PyErr_Occurred()) return NULL
;
4926 } Py_INCREF(Py_None
);
4927 _resultobj
= Py_None
;
4931 #define wxStyledTextCtrl_GetMarginRight(_swigobj) (_swigobj->GetMarginRight())
4932 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4933 PyObject
* _resultobj
;
4935 wxStyledTextCtrl
* _arg0
;
4936 PyObject
* _argo0
= 0;
4937 char *_kwnames
[] = { "self", NULL
};
4940 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginRight",_kwnames
,&_argo0
))
4943 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4944 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4945 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginRight. Expected _wxStyledTextCtrl_p.");
4950 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4951 _result
= (int )wxStyledTextCtrl_GetMarginRight(_arg0
);
4953 wxPyEndAllowThreads(__tstate
);
4954 if (PyErr_Occurred()) return NULL
;
4955 } _resultobj
= Py_BuildValue("i",_result
);
4959 #define wxStyledTextCtrl_GetModify(_swigobj) (_swigobj->GetModify())
4960 static PyObject
*_wrap_wxStyledTextCtrl_GetModify(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4961 PyObject
* _resultobj
;
4963 wxStyledTextCtrl
* _arg0
;
4964 PyObject
* _argo0
= 0;
4965 char *_kwnames
[] = { "self", NULL
};
4968 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModify",_kwnames
,&_argo0
))
4971 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4972 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4973 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModify. Expected _wxStyledTextCtrl_p.");
4978 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4979 _result
= (bool )wxStyledTextCtrl_GetModify(_arg0
);
4981 wxPyEndAllowThreads(__tstate
);
4982 if (PyErr_Occurred()) return NULL
;
4983 } _resultobj
= Py_BuildValue("i",_result
);
4987 #define wxStyledTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4988 static PyObject
*_wrap_wxStyledTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4989 PyObject
* _resultobj
;
4990 wxStyledTextCtrl
* _arg0
;
4993 PyObject
* _argo0
= 0;
4994 char *_kwnames
[] = { "self","start","end", NULL
};
4997 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5000 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5001 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5002 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelection. Expected _wxStyledTextCtrl_p.");
5007 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5008 wxStyledTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
5010 wxPyEndAllowThreads(__tstate
);
5011 if (PyErr_Occurred()) return NULL
;
5012 } Py_INCREF(Py_None
);
5013 _resultobj
= Py_None
;
5017 #define wxStyledTextCtrl_GetSelectedText(_swigobj) (_swigobj->GetSelectedText())
5018 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectedText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5019 PyObject
* _resultobj
;
5021 wxStyledTextCtrl
* _arg0
;
5022 PyObject
* _argo0
= 0;
5023 char *_kwnames
[] = { "self", NULL
};
5026 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectedText",_kwnames
,&_argo0
))
5029 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5030 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5031 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectedText. Expected _wxStyledTextCtrl_p.");
5036 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5037 _result
= new wxString (wxStyledTextCtrl_GetSelectedText(_arg0
));
5039 wxPyEndAllowThreads(__tstate
);
5040 if (PyErr_Occurred()) return NULL
;
5043 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
5045 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
5054 #define wxStyledTextCtrl_GetTextRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetTextRange(_swigarg0,_swigarg1))
5055 static PyObject
*_wrap_wxStyledTextCtrl_GetTextRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5056 PyObject
* _resultobj
;
5058 wxStyledTextCtrl
* _arg0
;
5061 PyObject
* _argo0
= 0;
5062 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
5065 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetTextRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5068 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5069 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5070 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextRange. Expected _wxStyledTextCtrl_p.");
5075 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5076 _result
= new wxString (wxStyledTextCtrl_GetTextRange(_arg0
,_arg1
,_arg2
));
5078 wxPyEndAllowThreads(__tstate
);
5079 if (PyErr_Occurred()) return NULL
;
5082 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
5084 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
5093 #define wxStyledTextCtrl_HideSelection(_swigobj,_swigarg0) (_swigobj->HideSelection(_swigarg0))
5094 static PyObject
*_wrap_wxStyledTextCtrl_HideSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5095 PyObject
* _resultobj
;
5096 wxStyledTextCtrl
* _arg0
;
5098 PyObject
* _argo0
= 0;
5100 char *_kwnames
[] = { "self","normal", NULL
};
5103 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_HideSelection",_kwnames
,&_argo0
,&tempbool1
))
5106 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5107 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5108 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideSelection. Expected _wxStyledTextCtrl_p.");
5112 _arg1
= (bool ) tempbool1
;
5114 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5115 wxStyledTextCtrl_HideSelection(_arg0
,_arg1
);
5117 wxPyEndAllowThreads(__tstate
);
5118 if (PyErr_Occurred()) return NULL
;
5119 } Py_INCREF(Py_None
);
5120 _resultobj
= Py_None
;
5124 #define wxStyledTextCtrl_LineFromPosition(_swigobj,_swigarg0) (_swigobj->LineFromPosition(_swigarg0))
5125 static PyObject
*_wrap_wxStyledTextCtrl_LineFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5126 PyObject
* _resultobj
;
5128 wxStyledTextCtrl
* _arg0
;
5130 PyObject
* _argo0
= 0;
5131 char *_kwnames
[] = { "self","pos", NULL
};
5134 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineFromPosition",_kwnames
,&_argo0
,&_arg1
))
5137 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5138 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5139 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineFromPosition. Expected _wxStyledTextCtrl_p.");
5144 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5145 _result
= (int )wxStyledTextCtrl_LineFromPosition(_arg0
,_arg1
);
5147 wxPyEndAllowThreads(__tstate
);
5148 if (PyErr_Occurred()) return NULL
;
5149 } _resultobj
= Py_BuildValue("i",_result
);
5153 #define wxStyledTextCtrl_PositionFromLine(_swigobj,_swigarg0) (_swigobj->PositionFromLine(_swigarg0))
5154 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5155 PyObject
* _resultobj
;
5157 wxStyledTextCtrl
* _arg0
;
5159 PyObject
* _argo0
= 0;
5160 char *_kwnames
[] = { "self","line", NULL
};
5163 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionFromLine",_kwnames
,&_argo0
,&_arg1
))
5166 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5167 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5168 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromLine. Expected _wxStyledTextCtrl_p.");
5173 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5174 _result
= (int )wxStyledTextCtrl_PositionFromLine(_arg0
,_arg1
);
5176 wxPyEndAllowThreads(__tstate
);
5177 if (PyErr_Occurred()) return NULL
;
5178 } _resultobj
= Py_BuildValue("i",_result
);
5182 #define wxStyledTextCtrl_LineScroll(_swigobj,_swigarg0,_swigarg1) (_swigobj->LineScroll(_swigarg0,_swigarg1))
5183 static PyObject
*_wrap_wxStyledTextCtrl_LineScroll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5184 PyObject
* _resultobj
;
5185 wxStyledTextCtrl
* _arg0
;
5188 PyObject
* _argo0
= 0;
5189 char *_kwnames
[] = { "self","columns","lines", NULL
};
5192 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_LineScroll",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5195 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5196 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5197 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineScroll. Expected _wxStyledTextCtrl_p.");
5202 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5203 wxStyledTextCtrl_LineScroll(_arg0
,_arg1
,_arg2
);
5205 wxPyEndAllowThreads(__tstate
);
5206 if (PyErr_Occurred()) return NULL
;
5207 } Py_INCREF(Py_None
);
5208 _resultobj
= Py_None
;
5212 #define wxStyledTextCtrl_EnsureCaretVisible(_swigobj) (_swigobj->EnsureCaretVisible())
5213 static PyObject
*_wrap_wxStyledTextCtrl_EnsureCaretVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5214 PyObject
* _resultobj
;
5215 wxStyledTextCtrl
* _arg0
;
5216 PyObject
* _argo0
= 0;
5217 char *_kwnames
[] = { "self", NULL
};
5220 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EnsureCaretVisible",_kwnames
,&_argo0
))
5223 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5224 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5225 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureCaretVisible. Expected _wxStyledTextCtrl_p.");
5230 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5231 wxStyledTextCtrl_EnsureCaretVisible(_arg0
);
5233 wxPyEndAllowThreads(__tstate
);
5234 if (PyErr_Occurred()) return NULL
;
5235 } Py_INCREF(Py_None
);
5236 _resultobj
= Py_None
;
5240 #define wxStyledTextCtrl_ReplaceSelection(_swigobj,_swigarg0) (_swigobj->ReplaceSelection(_swigarg0))
5241 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5242 PyObject
* _resultobj
;
5243 wxStyledTextCtrl
* _arg0
;
5245 PyObject
* _argo0
= 0;
5246 PyObject
* _obj1
= 0;
5247 char *_kwnames
[] = { "self","text", NULL
};
5250 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceSelection",_kwnames
,&_argo0
,&_obj1
))
5253 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5254 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5255 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceSelection. Expected _wxStyledTextCtrl_p.");
5260 _arg1
= wxString_in_helper(_obj1
);
5265 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5266 wxStyledTextCtrl_ReplaceSelection(_arg0
,*_arg1
);
5268 wxPyEndAllowThreads(__tstate
);
5269 if (PyErr_Occurred()) return NULL
;
5270 } Py_INCREF(Py_None
);
5271 _resultobj
= Py_None
;
5279 #define wxStyledTextCtrl_SetReadOnly(_swigobj,_swigarg0) (_swigobj->SetReadOnly(_swigarg0))
5280 static PyObject
*_wrap_wxStyledTextCtrl_SetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5281 PyObject
* _resultobj
;
5282 wxStyledTextCtrl
* _arg0
;
5284 PyObject
* _argo0
= 0;
5286 char *_kwnames
[] = { "self","readOnly", NULL
};
5289 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetReadOnly",_kwnames
,&_argo0
,&tempbool1
))
5292 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5293 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5294 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetReadOnly. Expected _wxStyledTextCtrl_p.");
5298 _arg1
= (bool ) tempbool1
;
5300 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5301 wxStyledTextCtrl_SetReadOnly(_arg0
,_arg1
);
5303 wxPyEndAllowThreads(__tstate
);
5304 if (PyErr_Occurred()) return NULL
;
5305 } Py_INCREF(Py_None
);
5306 _resultobj
= Py_None
;
5310 #define wxStyledTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
5311 static PyObject
*_wrap_wxStyledTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5312 PyObject
* _resultobj
;
5314 wxStyledTextCtrl
* _arg0
;
5315 PyObject
* _argo0
= 0;
5316 char *_kwnames
[] = { "self", NULL
};
5319 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanPaste",_kwnames
,&_argo0
))
5322 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5323 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5324 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanPaste. Expected _wxStyledTextCtrl_p.");
5329 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5330 _result
= (bool )wxStyledTextCtrl_CanPaste(_arg0
);
5332 wxPyEndAllowThreads(__tstate
);
5333 if (PyErr_Occurred()) return NULL
;
5334 } _resultobj
= Py_BuildValue("i",_result
);
5338 #define wxStyledTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
5339 static PyObject
*_wrap_wxStyledTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5340 PyObject
* _resultobj
;
5342 wxStyledTextCtrl
* _arg0
;
5343 PyObject
* _argo0
= 0;
5344 char *_kwnames
[] = { "self", NULL
};
5347 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanUndo",_kwnames
,&_argo0
))
5350 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5351 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5352 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanUndo. Expected _wxStyledTextCtrl_p.");
5357 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5358 _result
= (bool )wxStyledTextCtrl_CanUndo(_arg0
);
5360 wxPyEndAllowThreads(__tstate
);
5361 if (PyErr_Occurred()) return NULL
;
5362 } _resultobj
= Py_BuildValue("i",_result
);
5366 #define wxStyledTextCtrl_EmptyUndoBuffer(_swigobj) (_swigobj->EmptyUndoBuffer())
5367 static PyObject
*_wrap_wxStyledTextCtrl_EmptyUndoBuffer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5368 PyObject
* _resultobj
;
5369 wxStyledTextCtrl
* _arg0
;
5370 PyObject
* _argo0
= 0;
5371 char *_kwnames
[] = { "self", NULL
};
5374 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EmptyUndoBuffer",_kwnames
,&_argo0
))
5377 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5378 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5379 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EmptyUndoBuffer. Expected _wxStyledTextCtrl_p.");
5384 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5385 wxStyledTextCtrl_EmptyUndoBuffer(_arg0
);
5387 wxPyEndAllowThreads(__tstate
);
5388 if (PyErr_Occurred()) return NULL
;
5389 } Py_INCREF(Py_None
);
5390 _resultobj
= Py_None
;
5394 #define wxStyledTextCtrl_Undo(_swigobj) (_swigobj->Undo())
5395 static PyObject
*_wrap_wxStyledTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5396 PyObject
* _resultobj
;
5397 wxStyledTextCtrl
* _arg0
;
5398 PyObject
* _argo0
= 0;
5399 char *_kwnames
[] = { "self", NULL
};
5402 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Undo",_kwnames
,&_argo0
))
5405 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5406 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5407 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Undo. Expected _wxStyledTextCtrl_p.");
5412 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5413 wxStyledTextCtrl_Undo(_arg0
);
5415 wxPyEndAllowThreads(__tstate
);
5416 if (PyErr_Occurred()) return NULL
;
5417 } Py_INCREF(Py_None
);
5418 _resultobj
= Py_None
;
5422 #define wxStyledTextCtrl_Cut(_swigobj) (_swigobj->Cut())
5423 static PyObject
*_wrap_wxStyledTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5424 PyObject
* _resultobj
;
5425 wxStyledTextCtrl
* _arg0
;
5426 PyObject
* _argo0
= 0;
5427 char *_kwnames
[] = { "self", NULL
};
5430 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Cut",_kwnames
,&_argo0
))
5433 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5434 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5435 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Cut. Expected _wxStyledTextCtrl_p.");
5440 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5441 wxStyledTextCtrl_Cut(_arg0
);
5443 wxPyEndAllowThreads(__tstate
);
5444 if (PyErr_Occurred()) return NULL
;
5445 } Py_INCREF(Py_None
);
5446 _resultobj
= Py_None
;
5450 #define wxStyledTextCtrl_Copy(_swigobj) (_swigobj->Copy())
5451 static PyObject
*_wrap_wxStyledTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5452 PyObject
* _resultobj
;
5453 wxStyledTextCtrl
* _arg0
;
5454 PyObject
* _argo0
= 0;
5455 char *_kwnames
[] = { "self", NULL
};
5458 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Copy",_kwnames
,&_argo0
))
5461 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5462 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5463 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Copy. Expected _wxStyledTextCtrl_p.");
5468 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5469 wxStyledTextCtrl_Copy(_arg0
);
5471 wxPyEndAllowThreads(__tstate
);
5472 if (PyErr_Occurred()) return NULL
;
5473 } Py_INCREF(Py_None
);
5474 _resultobj
= Py_None
;
5478 #define wxStyledTextCtrl_Paste(_swigobj) (_swigobj->Paste())
5479 static PyObject
*_wrap_wxStyledTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5480 PyObject
* _resultobj
;
5481 wxStyledTextCtrl
* _arg0
;
5482 PyObject
* _argo0
= 0;
5483 char *_kwnames
[] = { "self", NULL
};
5486 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Paste",_kwnames
,&_argo0
))
5489 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5490 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5491 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Paste. Expected _wxStyledTextCtrl_p.");
5496 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5497 wxStyledTextCtrl_Paste(_arg0
);
5499 wxPyEndAllowThreads(__tstate
);
5500 if (PyErr_Occurred()) return NULL
;
5501 } Py_INCREF(Py_None
);
5502 _resultobj
= Py_None
;
5506 #define wxStyledTextCtrl_Clear(_swigobj) (_swigobj->Clear())
5507 static PyObject
*_wrap_wxStyledTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5508 PyObject
* _resultobj
;
5509 wxStyledTextCtrl
* _arg0
;
5510 PyObject
* _argo0
= 0;
5511 char *_kwnames
[] = { "self", NULL
};
5514 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Clear",_kwnames
,&_argo0
))
5517 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5518 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5519 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Clear. Expected _wxStyledTextCtrl_p.");
5524 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5525 wxStyledTextCtrl_Clear(_arg0
);
5527 wxPyEndAllowThreads(__tstate
);
5528 if (PyErr_Occurred()) return NULL
;
5529 } Py_INCREF(Py_None
);
5530 _resultobj
= Py_None
;
5534 #define wxStyledTextCtrl_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
5535 static PyObject
*_wrap_wxStyledTextCtrl_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5536 PyObject
* _resultobj
;
5537 wxStyledTextCtrl
* _arg0
;
5539 PyObject
* _argo0
= 0;
5540 PyObject
* _obj1
= 0;
5541 char *_kwnames
[] = { "self","text", NULL
};
5544 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetText",_kwnames
,&_argo0
,&_obj1
))
5547 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5548 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5549 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetText. Expected _wxStyledTextCtrl_p.");
5554 _arg1
= wxString_in_helper(_obj1
);
5559 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5560 wxStyledTextCtrl_SetText(_arg0
,*_arg1
);
5562 wxPyEndAllowThreads(__tstate
);
5563 if (PyErr_Occurred()) return NULL
;
5564 } Py_INCREF(Py_None
);
5565 _resultobj
= Py_None
;
5573 #define wxStyledTextCtrl_GetText(_swigobj) (_swigobj->GetText())
5574 static PyObject
*_wrap_wxStyledTextCtrl_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5575 PyObject
* _resultobj
;
5577 wxStyledTextCtrl
* _arg0
;
5578 PyObject
* _argo0
= 0;
5579 char *_kwnames
[] = { "self", NULL
};
5582 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetText",_kwnames
,&_argo0
))
5585 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5586 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5587 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetText. Expected _wxStyledTextCtrl_p.");
5592 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5593 _result
= new wxString (wxStyledTextCtrl_GetText(_arg0
));
5595 wxPyEndAllowThreads(__tstate
);
5596 if (PyErr_Occurred()) return NULL
;
5599 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
5601 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
5610 #define wxStyledTextCtrl_GetTextLength(_swigobj) (_swigobj->GetTextLength())
5611 static PyObject
*_wrap_wxStyledTextCtrl_GetTextLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5612 PyObject
* _resultobj
;
5614 wxStyledTextCtrl
* _arg0
;
5615 PyObject
* _argo0
= 0;
5616 char *_kwnames
[] = { "self", NULL
};
5619 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTextLength",_kwnames
,&_argo0
))
5622 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5623 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5624 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextLength. Expected _wxStyledTextCtrl_p.");
5629 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5630 _result
= (int )wxStyledTextCtrl_GetTextLength(_arg0
);
5632 wxPyEndAllowThreads(__tstate
);
5633 if (PyErr_Occurred()) return NULL
;
5634 } _resultobj
= Py_BuildValue("i",_result
);
5638 #define wxStyledTextCtrl_SetOvertype(_swigobj,_swigarg0) (_swigobj->SetOvertype(_swigarg0))
5639 static PyObject
*_wrap_wxStyledTextCtrl_SetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5640 PyObject
* _resultobj
;
5641 wxStyledTextCtrl
* _arg0
;
5643 PyObject
* _argo0
= 0;
5645 char *_kwnames
[] = { "self","overtype", NULL
};
5648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetOvertype",_kwnames
,&_argo0
,&tempbool1
))
5651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetOvertype. Expected _wxStyledTextCtrl_p.");
5657 _arg1
= (bool ) tempbool1
;
5659 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5660 wxStyledTextCtrl_SetOvertype(_arg0
,_arg1
);
5662 wxPyEndAllowThreads(__tstate
);
5663 if (PyErr_Occurred()) return NULL
;
5664 } Py_INCREF(Py_None
);
5665 _resultobj
= Py_None
;
5669 #define wxStyledTextCtrl_GetOvertype(_swigobj) (_swigobj->GetOvertype())
5670 static PyObject
*_wrap_wxStyledTextCtrl_GetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5671 PyObject
* _resultobj
;
5673 wxStyledTextCtrl
* _arg0
;
5674 PyObject
* _argo0
= 0;
5675 char *_kwnames
[] = { "self", NULL
};
5678 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetOvertype",_kwnames
,&_argo0
))
5681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetOvertype. Expected _wxStyledTextCtrl_p.");
5688 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5689 _result
= (bool )wxStyledTextCtrl_GetOvertype(_arg0
);
5691 wxPyEndAllowThreads(__tstate
);
5692 if (PyErr_Occurred()) return NULL
;
5693 } _resultobj
= Py_BuildValue("i",_result
);
5697 #define wxStyledTextCtrl_SetCaretWidth(_swigobj,_swigarg0) (_swigobj->SetCaretWidth(_swigarg0))
5698 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5699 PyObject
* _resultobj
;
5700 wxStyledTextCtrl
* _arg0
;
5702 PyObject
* _argo0
= 0;
5703 char *_kwnames
[] = { "self","pixelWidth", NULL
};
5706 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretWidth",_kwnames
,&_argo0
,&_arg1
))
5709 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5710 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5711 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretWidth. Expected _wxStyledTextCtrl_p.");
5716 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5717 wxStyledTextCtrl_SetCaretWidth(_arg0
,_arg1
);
5719 wxPyEndAllowThreads(__tstate
);
5720 if (PyErr_Occurred()) return NULL
;
5721 } Py_INCREF(Py_None
);
5722 _resultobj
= Py_None
;
5726 #define wxStyledTextCtrl_GetCaretWidth(_swigobj) (_swigobj->GetCaretWidth())
5727 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5728 PyObject
* _resultobj
;
5730 wxStyledTextCtrl
* _arg0
;
5731 PyObject
* _argo0
= 0;
5732 char *_kwnames
[] = { "self", NULL
};
5735 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretWidth",_kwnames
,&_argo0
))
5738 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5739 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5740 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretWidth. Expected _wxStyledTextCtrl_p.");
5745 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5746 _result
= (int )wxStyledTextCtrl_GetCaretWidth(_arg0
);
5748 wxPyEndAllowThreads(__tstate
);
5749 if (PyErr_Occurred()) return NULL
;
5750 } _resultobj
= Py_BuildValue("i",_result
);
5754 #define wxStyledTextCtrl_SetTargetStart(_swigobj,_swigarg0) (_swigobj->SetTargetStart(_swigarg0))
5755 static PyObject
*_wrap_wxStyledTextCtrl_SetTargetStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5756 PyObject
* _resultobj
;
5757 wxStyledTextCtrl
* _arg0
;
5759 PyObject
* _argo0
= 0;
5760 char *_kwnames
[] = { "self","pos", NULL
};
5763 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetStart",_kwnames
,&_argo0
,&_arg1
))
5766 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5767 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5768 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetStart. Expected _wxStyledTextCtrl_p.");
5773 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5774 wxStyledTextCtrl_SetTargetStart(_arg0
,_arg1
);
5776 wxPyEndAllowThreads(__tstate
);
5777 if (PyErr_Occurred()) return NULL
;
5778 } Py_INCREF(Py_None
);
5779 _resultobj
= Py_None
;
5783 #define wxStyledTextCtrl_GetTargetStart(_swigobj) (_swigobj->GetTargetStart())
5784 static PyObject
*_wrap_wxStyledTextCtrl_GetTargetStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5785 PyObject
* _resultobj
;
5787 wxStyledTextCtrl
* _arg0
;
5788 PyObject
* _argo0
= 0;
5789 char *_kwnames
[] = { "self", NULL
};
5792 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetStart",_kwnames
,&_argo0
))
5795 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5796 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5797 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetStart. Expected _wxStyledTextCtrl_p.");
5802 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5803 _result
= (int )wxStyledTextCtrl_GetTargetStart(_arg0
);
5805 wxPyEndAllowThreads(__tstate
);
5806 if (PyErr_Occurred()) return NULL
;
5807 } _resultobj
= Py_BuildValue("i",_result
);
5811 #define wxStyledTextCtrl_SetTargetEnd(_swigobj,_swigarg0) (_swigobj->SetTargetEnd(_swigarg0))
5812 static PyObject
*_wrap_wxStyledTextCtrl_SetTargetEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5813 PyObject
* _resultobj
;
5814 wxStyledTextCtrl
* _arg0
;
5816 PyObject
* _argo0
= 0;
5817 char *_kwnames
[] = { "self","pos", NULL
};
5820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetEnd",_kwnames
,&_argo0
,&_arg1
))
5823 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5824 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5825 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetEnd. Expected _wxStyledTextCtrl_p.");
5830 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5831 wxStyledTextCtrl_SetTargetEnd(_arg0
,_arg1
);
5833 wxPyEndAllowThreads(__tstate
);
5834 if (PyErr_Occurred()) return NULL
;
5835 } Py_INCREF(Py_None
);
5836 _resultobj
= Py_None
;
5840 #define wxStyledTextCtrl_GetTargetEnd(_swigobj) (_swigobj->GetTargetEnd())
5841 static PyObject
*_wrap_wxStyledTextCtrl_GetTargetEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5842 PyObject
* _resultobj
;
5844 wxStyledTextCtrl
* _arg0
;
5845 PyObject
* _argo0
= 0;
5846 char *_kwnames
[] = { "self", NULL
};
5849 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetEnd",_kwnames
,&_argo0
))
5852 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5853 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5854 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetEnd. Expected _wxStyledTextCtrl_p.");
5859 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5860 _result
= (int )wxStyledTextCtrl_GetTargetEnd(_arg0
);
5862 wxPyEndAllowThreads(__tstate
);
5863 if (PyErr_Occurred()) return NULL
;
5864 } _resultobj
= Py_BuildValue("i",_result
);
5868 #define wxStyledTextCtrl_ReplaceTarget(_swigobj,_swigarg0) (_swigobj->ReplaceTarget(_swigarg0))
5869 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceTarget(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5870 PyObject
* _resultobj
;
5872 wxStyledTextCtrl
* _arg0
;
5874 PyObject
* _argo0
= 0;
5875 PyObject
* _obj1
= 0;
5876 char *_kwnames
[] = { "self","text", NULL
};
5879 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTarget",_kwnames
,&_argo0
,&_obj1
))
5882 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5883 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5884 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTarget. Expected _wxStyledTextCtrl_p.");
5889 _arg1
= wxString_in_helper(_obj1
);
5894 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5895 _result
= (int )wxStyledTextCtrl_ReplaceTarget(_arg0
,*_arg1
);
5897 wxPyEndAllowThreads(__tstate
);
5898 if (PyErr_Occurred()) return NULL
;
5899 } _resultobj
= Py_BuildValue("i",_result
);
5907 #define wxStyledTextCtrl_ReplaceTargetRE(_swigobj,_swigarg0) (_swigobj->ReplaceTargetRE(_swigarg0))
5908 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceTargetRE(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5909 PyObject
* _resultobj
;
5911 wxStyledTextCtrl
* _arg0
;
5913 PyObject
* _argo0
= 0;
5914 PyObject
* _obj1
= 0;
5915 char *_kwnames
[] = { "self","text", NULL
};
5918 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTargetRE",_kwnames
,&_argo0
,&_obj1
))
5921 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5922 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5923 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTargetRE. Expected _wxStyledTextCtrl_p.");
5928 _arg1
= wxString_in_helper(_obj1
);
5933 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5934 _result
= (int )wxStyledTextCtrl_ReplaceTargetRE(_arg0
,*_arg1
);
5936 wxPyEndAllowThreads(__tstate
);
5937 if (PyErr_Occurred()) return NULL
;
5938 } _resultobj
= Py_BuildValue("i",_result
);
5946 #define wxStyledTextCtrl_SearchInTarget(_swigobj,_swigarg0) (_swigobj->SearchInTarget(_swigarg0))
5947 static PyObject
*_wrap_wxStyledTextCtrl_SearchInTarget(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5948 PyObject
* _resultobj
;
5950 wxStyledTextCtrl
* _arg0
;
5952 PyObject
* _argo0
= 0;
5953 PyObject
* _obj1
= 0;
5954 char *_kwnames
[] = { "self","text", NULL
};
5957 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SearchInTarget",_kwnames
,&_argo0
,&_obj1
))
5960 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5961 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5962 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchInTarget. Expected _wxStyledTextCtrl_p.");
5967 _arg1
= wxString_in_helper(_obj1
);
5972 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5973 _result
= (int )wxStyledTextCtrl_SearchInTarget(_arg0
,*_arg1
);
5975 wxPyEndAllowThreads(__tstate
);
5976 if (PyErr_Occurred()) return NULL
;
5977 } _resultobj
= Py_BuildValue("i",_result
);
5985 #define wxStyledTextCtrl_SetSearchFlags(_swigobj,_swigarg0) (_swigobj->SetSearchFlags(_swigarg0))
5986 static PyObject
*_wrap_wxStyledTextCtrl_SetSearchFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5987 PyObject
* _resultobj
;
5988 wxStyledTextCtrl
* _arg0
;
5990 PyObject
* _argo0
= 0;
5991 char *_kwnames
[] = { "self","flags", NULL
};
5994 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSearchFlags",_kwnames
,&_argo0
,&_arg1
))
5997 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5998 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5999 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSearchFlags. Expected _wxStyledTextCtrl_p.");
6004 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6005 wxStyledTextCtrl_SetSearchFlags(_arg0
,_arg1
);
6007 wxPyEndAllowThreads(__tstate
);
6008 if (PyErr_Occurred()) return NULL
;
6009 } Py_INCREF(Py_None
);
6010 _resultobj
= Py_None
;
6014 #define wxStyledTextCtrl_GetSearchFlags(_swigobj) (_swigobj->GetSearchFlags())
6015 static PyObject
*_wrap_wxStyledTextCtrl_GetSearchFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6016 PyObject
* _resultobj
;
6018 wxStyledTextCtrl
* _arg0
;
6019 PyObject
* _argo0
= 0;
6020 char *_kwnames
[] = { "self", NULL
};
6023 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSearchFlags",_kwnames
,&_argo0
))
6026 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6027 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6028 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSearchFlags. Expected _wxStyledTextCtrl_p.");
6033 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6034 _result
= (int )wxStyledTextCtrl_GetSearchFlags(_arg0
);
6036 wxPyEndAllowThreads(__tstate
);
6037 if (PyErr_Occurred()) return NULL
;
6038 } _resultobj
= Py_BuildValue("i",_result
);
6042 #define wxStyledTextCtrl_CallTipShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipShow(_swigarg0,_swigarg1))
6043 static PyObject
*_wrap_wxStyledTextCtrl_CallTipShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6044 PyObject
* _resultobj
;
6045 wxStyledTextCtrl
* _arg0
;
6048 PyObject
* _argo0
= 0;
6049 PyObject
* _obj2
= 0;
6050 char *_kwnames
[] = { "self","pos","definition", NULL
};
6053 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_CallTipShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6056 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6057 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6058 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipShow. Expected _wxStyledTextCtrl_p.");
6063 _arg2
= wxString_in_helper(_obj2
);
6068 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6069 wxStyledTextCtrl_CallTipShow(_arg0
,_arg1
,*_arg2
);
6071 wxPyEndAllowThreads(__tstate
);
6072 if (PyErr_Occurred()) return NULL
;
6073 } Py_INCREF(Py_None
);
6074 _resultobj
= Py_None
;
6082 #define wxStyledTextCtrl_CallTipCancel(_swigobj) (_swigobj->CallTipCancel())
6083 static PyObject
*_wrap_wxStyledTextCtrl_CallTipCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6084 PyObject
* _resultobj
;
6085 wxStyledTextCtrl
* _arg0
;
6086 PyObject
* _argo0
= 0;
6087 char *_kwnames
[] = { "self", NULL
};
6090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipCancel",_kwnames
,&_argo0
))
6093 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6094 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6095 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipCancel. Expected _wxStyledTextCtrl_p.");
6100 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6101 wxStyledTextCtrl_CallTipCancel(_arg0
);
6103 wxPyEndAllowThreads(__tstate
);
6104 if (PyErr_Occurred()) return NULL
;
6105 } Py_INCREF(Py_None
);
6106 _resultobj
= Py_None
;
6110 #define wxStyledTextCtrl_CallTipActive(_swigobj) (_swigobj->CallTipActive())
6111 static PyObject
*_wrap_wxStyledTextCtrl_CallTipActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6112 PyObject
* _resultobj
;
6114 wxStyledTextCtrl
* _arg0
;
6115 PyObject
* _argo0
= 0;
6116 char *_kwnames
[] = { "self", NULL
};
6119 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipActive",_kwnames
,&_argo0
))
6122 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6123 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6124 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipActive. Expected _wxStyledTextCtrl_p.");
6129 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6130 _result
= (bool )wxStyledTextCtrl_CallTipActive(_arg0
);
6132 wxPyEndAllowThreads(__tstate
);
6133 if (PyErr_Occurred()) return NULL
;
6134 } _resultobj
= Py_BuildValue("i",_result
);
6138 #define wxStyledTextCtrl_CallTipPosAtStart(_swigobj) (_swigobj->CallTipPosAtStart())
6139 static PyObject
*_wrap_wxStyledTextCtrl_CallTipPosAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6140 PyObject
* _resultobj
;
6142 wxStyledTextCtrl
* _arg0
;
6143 PyObject
* _argo0
= 0;
6144 char *_kwnames
[] = { "self", NULL
};
6147 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipPosAtStart",_kwnames
,&_argo0
))
6150 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6151 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6152 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipPosAtStart. Expected _wxStyledTextCtrl_p.");
6157 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6158 _result
= (int )wxStyledTextCtrl_CallTipPosAtStart(_arg0
);
6160 wxPyEndAllowThreads(__tstate
);
6161 if (PyErr_Occurred()) return NULL
;
6162 } _resultobj
= Py_BuildValue("i",_result
);
6166 #define wxStyledTextCtrl_CallTipSetHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipSetHighlight(_swigarg0,_swigarg1))
6167 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6168 PyObject
* _resultobj
;
6169 wxStyledTextCtrl
* _arg0
;
6172 PyObject
* _argo0
= 0;
6173 char *_kwnames
[] = { "self","start","end", NULL
};
6176 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CallTipSetHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6179 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6180 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6181 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetHighlight. Expected _wxStyledTextCtrl_p.");
6186 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6187 wxStyledTextCtrl_CallTipSetHighlight(_arg0
,_arg1
,_arg2
);
6189 wxPyEndAllowThreads(__tstate
);
6190 if (PyErr_Occurred()) return NULL
;
6191 } Py_INCREF(Py_None
);
6192 _resultobj
= Py_None
;
6196 #define wxStyledTextCtrl_CallTipSetBackground(_swigobj,_swigarg0) (_swigobj->CallTipSetBackground(_swigarg0))
6197 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6198 PyObject
* _resultobj
;
6199 wxStyledTextCtrl
* _arg0
;
6201 PyObject
* _argo0
= 0;
6203 PyObject
* _obj1
= 0;
6204 char *_kwnames
[] = { "self","back", NULL
};
6207 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetBackground",_kwnames
,&_argo0
,&_obj1
))
6210 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6211 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6212 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetBackground. Expected _wxStyledTextCtrl_p.");
6218 if (! wxColour_helper(_obj1
, &_arg1
))
6222 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6223 wxStyledTextCtrl_CallTipSetBackground(_arg0
,*_arg1
);
6225 wxPyEndAllowThreads(__tstate
);
6226 if (PyErr_Occurred()) return NULL
;
6227 } Py_INCREF(Py_None
);
6228 _resultobj
= Py_None
;
6232 #define wxStyledTextCtrl_VisibleFromDocLine(_swigobj,_swigarg0) (_swigobj->VisibleFromDocLine(_swigarg0))
6233 static PyObject
*_wrap_wxStyledTextCtrl_VisibleFromDocLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6234 PyObject
* _resultobj
;
6236 wxStyledTextCtrl
* _arg0
;
6238 PyObject
* _argo0
= 0;
6239 char *_kwnames
[] = { "self","line", NULL
};
6242 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_VisibleFromDocLine",_kwnames
,&_argo0
,&_arg1
))
6245 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6246 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6247 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_VisibleFromDocLine. Expected _wxStyledTextCtrl_p.");
6252 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6253 _result
= (int )wxStyledTextCtrl_VisibleFromDocLine(_arg0
,_arg1
);
6255 wxPyEndAllowThreads(__tstate
);
6256 if (PyErr_Occurred()) return NULL
;
6257 } _resultobj
= Py_BuildValue("i",_result
);
6261 #define wxStyledTextCtrl_DocLineFromVisible(_swigobj,_swigarg0) (_swigobj->DocLineFromVisible(_swigarg0))
6262 static PyObject
*_wrap_wxStyledTextCtrl_DocLineFromVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6263 PyObject
* _resultobj
;
6265 wxStyledTextCtrl
* _arg0
;
6267 PyObject
* _argo0
= 0;
6268 char *_kwnames
[] = { "self","lineDisplay", NULL
};
6271 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_DocLineFromVisible",_kwnames
,&_argo0
,&_arg1
))
6274 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6275 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6276 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DocLineFromVisible. Expected _wxStyledTextCtrl_p.");
6281 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6282 _result
= (int )wxStyledTextCtrl_DocLineFromVisible(_arg0
,_arg1
);
6284 wxPyEndAllowThreads(__tstate
);
6285 if (PyErr_Occurred()) return NULL
;
6286 } _resultobj
= Py_BuildValue("i",_result
);
6290 #define wxStyledTextCtrl_SetFoldLevel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldLevel(_swigarg0,_swigarg1))
6291 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6292 PyObject
* _resultobj
;
6293 wxStyledTextCtrl
* _arg0
;
6296 PyObject
* _argo0
= 0;
6297 char *_kwnames
[] = { "self","line","level", NULL
};
6300 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldLevel",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6303 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6304 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6305 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldLevel. Expected _wxStyledTextCtrl_p.");
6310 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6311 wxStyledTextCtrl_SetFoldLevel(_arg0
,_arg1
,_arg2
);
6313 wxPyEndAllowThreads(__tstate
);
6314 if (PyErr_Occurred()) return NULL
;
6315 } Py_INCREF(Py_None
);
6316 _resultobj
= Py_None
;
6320 #define wxStyledTextCtrl_GetFoldLevel(_swigobj,_swigarg0) (_swigobj->GetFoldLevel(_swigarg0))
6321 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6322 PyObject
* _resultobj
;
6324 wxStyledTextCtrl
* _arg0
;
6326 PyObject
* _argo0
= 0;
6327 char *_kwnames
[] = { "self","line", NULL
};
6330 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldLevel",_kwnames
,&_argo0
,&_arg1
))
6333 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6334 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6335 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldLevel. Expected _wxStyledTextCtrl_p.");
6340 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6341 _result
= (int )wxStyledTextCtrl_GetFoldLevel(_arg0
,_arg1
);
6343 wxPyEndAllowThreads(__tstate
);
6344 if (PyErr_Occurred()) return NULL
;
6345 } _resultobj
= Py_BuildValue("i",_result
);
6349 #define wxStyledTextCtrl_GetLastChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetLastChild(_swigarg0,_swigarg1))
6350 static PyObject
*_wrap_wxStyledTextCtrl_GetLastChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6351 PyObject
* _resultobj
;
6353 wxStyledTextCtrl
* _arg0
;
6356 PyObject
* _argo0
= 0;
6357 char *_kwnames
[] = { "self","line","level", NULL
};
6360 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetLastChild",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6363 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6364 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6365 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastChild. Expected _wxStyledTextCtrl_p.");
6370 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6371 _result
= (int )wxStyledTextCtrl_GetLastChild(_arg0
,_arg1
,_arg2
);
6373 wxPyEndAllowThreads(__tstate
);
6374 if (PyErr_Occurred()) return NULL
;
6375 } _resultobj
= Py_BuildValue("i",_result
);
6379 #define wxStyledTextCtrl_GetFoldParent(_swigobj,_swigarg0) (_swigobj->GetFoldParent(_swigarg0))
6380 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldParent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6381 PyObject
* _resultobj
;
6383 wxStyledTextCtrl
* _arg0
;
6385 PyObject
* _argo0
= 0;
6386 char *_kwnames
[] = { "self","line", NULL
};
6389 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldParent",_kwnames
,&_argo0
,&_arg1
))
6392 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6393 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6394 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldParent. Expected _wxStyledTextCtrl_p.");
6399 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6400 _result
= (int )wxStyledTextCtrl_GetFoldParent(_arg0
,_arg1
);
6402 wxPyEndAllowThreads(__tstate
);
6403 if (PyErr_Occurred()) return NULL
;
6404 } _resultobj
= Py_BuildValue("i",_result
);
6408 #define wxStyledTextCtrl_ShowLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->ShowLines(_swigarg0,_swigarg1))
6409 static PyObject
*_wrap_wxStyledTextCtrl_ShowLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6410 PyObject
* _resultobj
;
6411 wxStyledTextCtrl
* _arg0
;
6414 PyObject
* _argo0
= 0;
6415 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
6418 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_ShowLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6421 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6422 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6423 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ShowLines. Expected _wxStyledTextCtrl_p.");
6428 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6429 wxStyledTextCtrl_ShowLines(_arg0
,_arg1
,_arg2
);
6431 wxPyEndAllowThreads(__tstate
);
6432 if (PyErr_Occurred()) return NULL
;
6433 } Py_INCREF(Py_None
);
6434 _resultobj
= Py_None
;
6438 #define wxStyledTextCtrl_HideLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->HideLines(_swigarg0,_swigarg1))
6439 static PyObject
*_wrap_wxStyledTextCtrl_HideLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6440 PyObject
* _resultobj
;
6441 wxStyledTextCtrl
* _arg0
;
6444 PyObject
* _argo0
= 0;
6445 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
6448 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_HideLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6451 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6452 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6453 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideLines. Expected _wxStyledTextCtrl_p.");
6458 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6459 wxStyledTextCtrl_HideLines(_arg0
,_arg1
,_arg2
);
6461 wxPyEndAllowThreads(__tstate
);
6462 if (PyErr_Occurred()) return NULL
;
6463 } Py_INCREF(Py_None
);
6464 _resultobj
= Py_None
;
6468 #define wxStyledTextCtrl_GetLineVisible(_swigobj,_swigarg0) (_swigobj->GetLineVisible(_swigarg0))
6469 static PyObject
*_wrap_wxStyledTextCtrl_GetLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6470 PyObject
* _resultobj
;
6472 wxStyledTextCtrl
* _arg0
;
6474 PyObject
* _argo0
= 0;
6475 char *_kwnames
[] = { "self","line", NULL
};
6478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineVisible",_kwnames
,&_argo0
,&_arg1
))
6481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineVisible. Expected _wxStyledTextCtrl_p.");
6488 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6489 _result
= (bool )wxStyledTextCtrl_GetLineVisible(_arg0
,_arg1
);
6491 wxPyEndAllowThreads(__tstate
);
6492 if (PyErr_Occurred()) return NULL
;
6493 } _resultobj
= Py_BuildValue("i",_result
);
6497 #define wxStyledTextCtrl_SetFoldExpanded(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldExpanded(_swigarg0,_swigarg1))
6498 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6499 PyObject
* _resultobj
;
6500 wxStyledTextCtrl
* _arg0
;
6503 PyObject
* _argo0
= 0;
6505 char *_kwnames
[] = { "self","line","expanded", NULL
};
6508 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldExpanded",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldExpanded. Expected _wxStyledTextCtrl_p.");
6517 _arg2
= (bool ) tempbool2
;
6519 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6520 wxStyledTextCtrl_SetFoldExpanded(_arg0
,_arg1
,_arg2
);
6522 wxPyEndAllowThreads(__tstate
);
6523 if (PyErr_Occurred()) return NULL
;
6524 } Py_INCREF(Py_None
);
6525 _resultobj
= Py_None
;
6529 #define wxStyledTextCtrl_GetFoldExpanded(_swigobj,_swigarg0) (_swigobj->GetFoldExpanded(_swigarg0))
6530 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6531 PyObject
* _resultobj
;
6533 wxStyledTextCtrl
* _arg0
;
6535 PyObject
* _argo0
= 0;
6536 char *_kwnames
[] = { "self","line", NULL
};
6539 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldExpanded",_kwnames
,&_argo0
,&_arg1
))
6542 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6543 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6544 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldExpanded. Expected _wxStyledTextCtrl_p.");
6549 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6550 _result
= (bool )wxStyledTextCtrl_GetFoldExpanded(_arg0
,_arg1
);
6552 wxPyEndAllowThreads(__tstate
);
6553 if (PyErr_Occurred()) return NULL
;
6554 } _resultobj
= Py_BuildValue("i",_result
);
6558 #define wxStyledTextCtrl_ToggleFold(_swigobj,_swigarg0) (_swigobj->ToggleFold(_swigarg0))
6559 static PyObject
*_wrap_wxStyledTextCtrl_ToggleFold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6560 PyObject
* _resultobj
;
6561 wxStyledTextCtrl
* _arg0
;
6563 PyObject
* _argo0
= 0;
6564 char *_kwnames
[] = { "self","line", NULL
};
6567 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ToggleFold",_kwnames
,&_argo0
,&_arg1
))
6570 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6571 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6572 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ToggleFold. Expected _wxStyledTextCtrl_p.");
6577 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6578 wxStyledTextCtrl_ToggleFold(_arg0
,_arg1
);
6580 wxPyEndAllowThreads(__tstate
);
6581 if (PyErr_Occurred()) return NULL
;
6582 } Py_INCREF(Py_None
);
6583 _resultobj
= Py_None
;
6587 #define wxStyledTextCtrl_EnsureVisible(_swigobj,_swigarg0) (_swigobj->EnsureVisible(_swigarg0))
6588 static PyObject
*_wrap_wxStyledTextCtrl_EnsureVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6589 PyObject
* _resultobj
;
6590 wxStyledTextCtrl
* _arg0
;
6592 PyObject
* _argo0
= 0;
6593 char *_kwnames
[] = { "self","line", NULL
};
6596 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisible",_kwnames
,&_argo0
,&_arg1
))
6599 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6600 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6601 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisible. Expected _wxStyledTextCtrl_p.");
6606 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6607 wxStyledTextCtrl_EnsureVisible(_arg0
,_arg1
);
6609 wxPyEndAllowThreads(__tstate
);
6610 if (PyErr_Occurred()) return NULL
;
6611 } Py_INCREF(Py_None
);
6612 _resultobj
= Py_None
;
6616 #define wxStyledTextCtrl_SetFoldFlags(_swigobj,_swigarg0) (_swigobj->SetFoldFlags(_swigarg0))
6617 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6618 PyObject
* _resultobj
;
6619 wxStyledTextCtrl
* _arg0
;
6621 PyObject
* _argo0
= 0;
6622 char *_kwnames
[] = { "self","flags", NULL
};
6625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetFoldFlags",_kwnames
,&_argo0
,&_arg1
))
6628 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6629 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldFlags. Expected _wxStyledTextCtrl_p.");
6635 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6636 wxStyledTextCtrl_SetFoldFlags(_arg0
,_arg1
);
6638 wxPyEndAllowThreads(__tstate
);
6639 if (PyErr_Occurred()) return NULL
;
6640 } Py_INCREF(Py_None
);
6641 _resultobj
= Py_None
;
6645 #define wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_swigobj,_swigarg0) (_swigobj->EnsureVisibleEnforcePolicy(_swigarg0))
6646 static PyObject
*_wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6647 PyObject
* _resultobj
;
6648 wxStyledTextCtrl
* _arg0
;
6650 PyObject
* _argo0
= 0;
6651 char *_kwnames
[] = { "self","line", NULL
};
6654 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisibleEnforcePolicy",_kwnames
,&_argo0
,&_arg1
))
6657 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6658 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6659 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisibleEnforcePolicy. Expected _wxStyledTextCtrl_p.");
6664 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6665 wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_arg0
,_arg1
);
6667 wxPyEndAllowThreads(__tstate
);
6668 if (PyErr_Occurred()) return NULL
;
6669 } Py_INCREF(Py_None
);
6670 _resultobj
= Py_None
;
6674 #define wxStyledTextCtrl_SetTabIndents(_swigobj,_swigarg0) (_swigobj->SetTabIndents(_swigarg0))
6675 static PyObject
*_wrap_wxStyledTextCtrl_SetTabIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6676 PyObject
* _resultobj
;
6677 wxStyledTextCtrl
* _arg0
;
6679 PyObject
* _argo0
= 0;
6681 char *_kwnames
[] = { "self","tabIndents", NULL
};
6684 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabIndents",_kwnames
,&_argo0
,&tempbool1
))
6687 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6688 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6689 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabIndents. Expected _wxStyledTextCtrl_p.");
6693 _arg1
= (bool ) tempbool1
;
6695 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6696 wxStyledTextCtrl_SetTabIndents(_arg0
,_arg1
);
6698 wxPyEndAllowThreads(__tstate
);
6699 if (PyErr_Occurred()) return NULL
;
6700 } Py_INCREF(Py_None
);
6701 _resultobj
= Py_None
;
6705 #define wxStyledTextCtrl_GetTabIndents(_swigobj) (_swigobj->GetTabIndents())
6706 static PyObject
*_wrap_wxStyledTextCtrl_GetTabIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6707 PyObject
* _resultobj
;
6709 wxStyledTextCtrl
* _arg0
;
6710 PyObject
* _argo0
= 0;
6711 char *_kwnames
[] = { "self", NULL
};
6714 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabIndents",_kwnames
,&_argo0
))
6717 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6718 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6719 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabIndents. Expected _wxStyledTextCtrl_p.");
6724 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6725 _result
= (bool )wxStyledTextCtrl_GetTabIndents(_arg0
);
6727 wxPyEndAllowThreads(__tstate
);
6728 if (PyErr_Occurred()) return NULL
;
6729 } _resultobj
= Py_BuildValue("i",_result
);
6733 #define wxStyledTextCtrl_SetBackSpaceUnIndents(_swigobj,_swigarg0) (_swigobj->SetBackSpaceUnIndents(_swigarg0))
6734 static PyObject
*_wrap_wxStyledTextCtrl_SetBackSpaceUnIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6735 PyObject
* _resultobj
;
6736 wxStyledTextCtrl
* _arg0
;
6738 PyObject
* _argo0
= 0;
6740 char *_kwnames
[] = { "self","bsUnIndents", NULL
};
6743 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBackSpaceUnIndents",_kwnames
,&_argo0
,&tempbool1
))
6746 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6747 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6748 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p.");
6752 _arg1
= (bool ) tempbool1
;
6754 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6755 wxStyledTextCtrl_SetBackSpaceUnIndents(_arg0
,_arg1
);
6757 wxPyEndAllowThreads(__tstate
);
6758 if (PyErr_Occurred()) return NULL
;
6759 } Py_INCREF(Py_None
);
6760 _resultobj
= Py_None
;
6764 #define wxStyledTextCtrl_GetBackSpaceUnIndents(_swigobj) (_swigobj->GetBackSpaceUnIndents())
6765 static PyObject
*_wrap_wxStyledTextCtrl_GetBackSpaceUnIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6766 PyObject
* _resultobj
;
6768 wxStyledTextCtrl
* _arg0
;
6769 PyObject
* _argo0
= 0;
6770 char *_kwnames
[] = { "self", NULL
};
6773 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBackSpaceUnIndents",_kwnames
,&_argo0
))
6776 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6777 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6778 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p.");
6783 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6784 _result
= (bool )wxStyledTextCtrl_GetBackSpaceUnIndents(_arg0
);
6786 wxPyEndAllowThreads(__tstate
);
6787 if (PyErr_Occurred()) return NULL
;
6788 } _resultobj
= Py_BuildValue("i",_result
);
6792 #define wxStyledTextCtrl_SetMouseDwellTime(_swigobj,_swigarg0) (_swigobj->SetMouseDwellTime(_swigarg0))
6793 static PyObject
*_wrap_wxStyledTextCtrl_SetMouseDwellTime(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6794 PyObject
* _resultobj
;
6795 wxStyledTextCtrl
* _arg0
;
6797 PyObject
* _argo0
= 0;
6798 char *_kwnames
[] = { "self","periodMilliseconds", NULL
};
6801 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDwellTime",_kwnames
,&_argo0
,&_arg1
))
6804 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6805 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6806 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMouseDwellTime. Expected _wxStyledTextCtrl_p.");
6811 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6812 wxStyledTextCtrl_SetMouseDwellTime(_arg0
,_arg1
);
6814 wxPyEndAllowThreads(__tstate
);
6815 if (PyErr_Occurred()) return NULL
;
6816 } Py_INCREF(Py_None
);
6817 _resultobj
= Py_None
;
6821 #define wxStyledTextCtrl_GetMouseDwellTime(_swigobj) (_swigobj->GetMouseDwellTime())
6822 static PyObject
*_wrap_wxStyledTextCtrl_GetMouseDwellTime(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6823 PyObject
* _resultobj
;
6825 wxStyledTextCtrl
* _arg0
;
6826 PyObject
* _argo0
= 0;
6827 char *_kwnames
[] = { "self", NULL
};
6830 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDwellTime",_kwnames
,&_argo0
))
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_GetMouseDwellTime. Expected _wxStyledTextCtrl_p.");
6840 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6841 _result
= (int )wxStyledTextCtrl_GetMouseDwellTime(_arg0
);
6843 wxPyEndAllowThreads(__tstate
);
6844 if (PyErr_Occurred()) return NULL
;
6845 } _resultobj
= Py_BuildValue("i",_result
);
6849 #define wxStyledTextCtrl_WordStartPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->WordStartPosition(_swigarg0,_swigarg1))
6850 static PyObject
*_wrap_wxStyledTextCtrl_WordStartPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6851 PyObject
* _resultobj
;
6853 wxStyledTextCtrl
* _arg0
;
6856 PyObject
* _argo0
= 0;
6858 char *_kwnames
[] = { "self","pos","onlyWordCharacters", NULL
};
6861 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_WordStartPosition",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6864 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6865 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6866 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordStartPosition. Expected _wxStyledTextCtrl_p.");
6870 _arg2
= (bool ) tempbool2
;
6872 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6873 _result
= (int )wxStyledTextCtrl_WordStartPosition(_arg0
,_arg1
,_arg2
);
6875 wxPyEndAllowThreads(__tstate
);
6876 if (PyErr_Occurred()) return NULL
;
6877 } _resultobj
= Py_BuildValue("i",_result
);
6881 #define wxStyledTextCtrl_WordEndPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->WordEndPosition(_swigarg0,_swigarg1))
6882 static PyObject
*_wrap_wxStyledTextCtrl_WordEndPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6883 PyObject
* _resultobj
;
6885 wxStyledTextCtrl
* _arg0
;
6888 PyObject
* _argo0
= 0;
6890 char *_kwnames
[] = { "self","pos","onlyWordCharacters", NULL
};
6893 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_WordEndPosition",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6896 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6897 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6898 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordEndPosition. Expected _wxStyledTextCtrl_p.");
6902 _arg2
= (bool ) tempbool2
;
6904 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6905 _result
= (int )wxStyledTextCtrl_WordEndPosition(_arg0
,_arg1
,_arg2
);
6907 wxPyEndAllowThreads(__tstate
);
6908 if (PyErr_Occurred()) return NULL
;
6909 } _resultobj
= Py_BuildValue("i",_result
);
6913 #define wxStyledTextCtrl_SetWrapMode(_swigobj,_swigarg0) (_swigobj->SetWrapMode(_swigarg0))
6914 static PyObject
*_wrap_wxStyledTextCtrl_SetWrapMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6915 PyObject
* _resultobj
;
6916 wxStyledTextCtrl
* _arg0
;
6918 PyObject
* _argo0
= 0;
6919 char *_kwnames
[] = { "self","mode", NULL
};
6922 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetWrapMode",_kwnames
,&_argo0
,&_arg1
))
6925 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6926 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6927 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWrapMode. Expected _wxStyledTextCtrl_p.");
6932 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6933 wxStyledTextCtrl_SetWrapMode(_arg0
,_arg1
);
6935 wxPyEndAllowThreads(__tstate
);
6936 if (PyErr_Occurred()) return NULL
;
6937 } Py_INCREF(Py_None
);
6938 _resultobj
= Py_None
;
6942 #define wxStyledTextCtrl_GetWrapMode(_swigobj) (_swigobj->GetWrapMode())
6943 static PyObject
*_wrap_wxStyledTextCtrl_GetWrapMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6944 PyObject
* _resultobj
;
6946 wxStyledTextCtrl
* _arg0
;
6947 PyObject
* _argo0
= 0;
6948 char *_kwnames
[] = { "self", NULL
};
6951 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetWrapMode",_kwnames
,&_argo0
))
6954 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6955 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6956 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetWrapMode. Expected _wxStyledTextCtrl_p.");
6961 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6962 _result
= (int )wxStyledTextCtrl_GetWrapMode(_arg0
);
6964 wxPyEndAllowThreads(__tstate
);
6965 if (PyErr_Occurred()) return NULL
;
6966 } _resultobj
= Py_BuildValue("i",_result
);
6970 #define wxStyledTextCtrl_SetLayoutCache(_swigobj,_swigarg0) (_swigobj->SetLayoutCache(_swigarg0))
6971 static PyObject
*_wrap_wxStyledTextCtrl_SetLayoutCache(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6972 PyObject
* _resultobj
;
6973 wxStyledTextCtrl
* _arg0
;
6975 PyObject
* _argo0
= 0;
6976 char *_kwnames
[] = { "self","mode", NULL
};
6979 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLayoutCache",_kwnames
,&_argo0
,&_arg1
))
6982 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6983 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6984 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLayoutCache. Expected _wxStyledTextCtrl_p.");
6989 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6990 wxStyledTextCtrl_SetLayoutCache(_arg0
,_arg1
);
6992 wxPyEndAllowThreads(__tstate
);
6993 if (PyErr_Occurred()) return NULL
;
6994 } Py_INCREF(Py_None
);
6995 _resultobj
= Py_None
;
6999 #define wxStyledTextCtrl_GetLayoutCache(_swigobj) (_swigobj->GetLayoutCache())
7000 static PyObject
*_wrap_wxStyledTextCtrl_GetLayoutCache(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7001 PyObject
* _resultobj
;
7003 wxStyledTextCtrl
* _arg0
;
7004 PyObject
* _argo0
= 0;
7005 char *_kwnames
[] = { "self", NULL
};
7008 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLayoutCache",_kwnames
,&_argo0
))
7011 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7012 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7013 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLayoutCache. Expected _wxStyledTextCtrl_p.");
7018 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7019 _result
= (int )wxStyledTextCtrl_GetLayoutCache(_arg0
);
7021 wxPyEndAllowThreads(__tstate
);
7022 if (PyErr_Occurred()) return NULL
;
7023 } _resultobj
= Py_BuildValue("i",_result
);
7027 #define wxStyledTextCtrl_SetScrollWidth(_swigobj,_swigarg0) (_swigobj->SetScrollWidth(_swigarg0))
7028 static PyObject
*_wrap_wxStyledTextCtrl_SetScrollWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7029 PyObject
* _resultobj
;
7030 wxStyledTextCtrl
* _arg0
;
7032 PyObject
* _argo0
= 0;
7033 char *_kwnames
[] = { "self","pixelWidth", NULL
};
7036 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetScrollWidth",_kwnames
,&_argo0
,&_arg1
))
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_SetScrollWidth. Expected _wxStyledTextCtrl_p.");
7046 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7047 wxStyledTextCtrl_SetScrollWidth(_arg0
,_arg1
);
7049 wxPyEndAllowThreads(__tstate
);
7050 if (PyErr_Occurred()) return NULL
;
7051 } Py_INCREF(Py_None
);
7052 _resultobj
= Py_None
;
7056 #define wxStyledTextCtrl_GetScrollWidth(_swigobj) (_swigobj->GetScrollWidth())
7057 static PyObject
*_wrap_wxStyledTextCtrl_GetScrollWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7058 PyObject
* _resultobj
;
7060 wxStyledTextCtrl
* _arg0
;
7061 PyObject
* _argo0
= 0;
7062 char *_kwnames
[] = { "self", NULL
};
7065 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetScrollWidth",_kwnames
,&_argo0
))
7068 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7069 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7070 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetScrollWidth. Expected _wxStyledTextCtrl_p.");
7075 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7076 _result
= (int )wxStyledTextCtrl_GetScrollWidth(_arg0
);
7078 wxPyEndAllowThreads(__tstate
);
7079 if (PyErr_Occurred()) return NULL
;
7080 } _resultobj
= Py_BuildValue("i",_result
);
7084 #define wxStyledTextCtrl_TextWidth(_swigobj,_swigarg0,_swigarg1) (_swigobj->TextWidth(_swigarg0,_swigarg1))
7085 static PyObject
*_wrap_wxStyledTextCtrl_TextWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7086 PyObject
* _resultobj
;
7088 wxStyledTextCtrl
* _arg0
;
7091 PyObject
* _argo0
= 0;
7092 PyObject
* _obj2
= 0;
7093 char *_kwnames
[] = { "self","style","text", NULL
};
7096 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_TextWidth",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
7099 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7100 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7101 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_TextWidth. Expected _wxStyledTextCtrl_p.");
7106 _arg2
= wxString_in_helper(_obj2
);
7111 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7112 _result
= (int )wxStyledTextCtrl_TextWidth(_arg0
,_arg1
,*_arg2
);
7114 wxPyEndAllowThreads(__tstate
);
7115 if (PyErr_Occurred()) return NULL
;
7116 } _resultobj
= Py_BuildValue("i",_result
);
7124 #define wxStyledTextCtrl_SetEndAtLastLine(_swigobj,_swigarg0) (_swigobj->SetEndAtLastLine(_swigarg0))
7125 static PyObject
*_wrap_wxStyledTextCtrl_SetEndAtLastLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7126 PyObject
* _resultobj
;
7127 wxStyledTextCtrl
* _arg0
;
7129 PyObject
* _argo0
= 0;
7131 char *_kwnames
[] = { "self","endAtLastLine", NULL
};
7134 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEndAtLastLine",_kwnames
,&_argo0
,&tempbool1
))
7137 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7138 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7139 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEndAtLastLine. Expected _wxStyledTextCtrl_p.");
7143 _arg1
= (bool ) tempbool1
;
7145 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7146 wxStyledTextCtrl_SetEndAtLastLine(_arg0
,_arg1
);
7148 wxPyEndAllowThreads(__tstate
);
7149 if (PyErr_Occurred()) return NULL
;
7150 } Py_INCREF(Py_None
);
7151 _resultobj
= Py_None
;
7155 #define wxStyledTextCtrl_GetEndAtLastLine(_swigobj) (_swigobj->GetEndAtLastLine())
7156 static PyObject
*_wrap_wxStyledTextCtrl_GetEndAtLastLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7157 PyObject
* _resultobj
;
7159 wxStyledTextCtrl
* _arg0
;
7160 PyObject
* _argo0
= 0;
7161 char *_kwnames
[] = { "self", NULL
};
7164 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEndAtLastLine",_kwnames
,&_argo0
))
7167 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7168 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7169 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEndAtLastLine. Expected _wxStyledTextCtrl_p.");
7174 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7175 _result
= (int )wxStyledTextCtrl_GetEndAtLastLine(_arg0
);
7177 wxPyEndAllowThreads(__tstate
);
7178 if (PyErr_Occurred()) return NULL
;
7179 } _resultobj
= Py_BuildValue("i",_result
);
7183 #define wxStyledTextCtrl_TextHeight(_swigobj,_swigarg0) (_swigobj->TextHeight(_swigarg0))
7184 static PyObject
*_wrap_wxStyledTextCtrl_TextHeight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7185 PyObject
* _resultobj
;
7187 wxStyledTextCtrl
* _arg0
;
7189 PyObject
* _argo0
= 0;
7190 char *_kwnames
[] = { "self","line", NULL
};
7193 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_TextHeight",_kwnames
,&_argo0
,&_arg1
))
7196 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7197 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7198 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_TextHeight. Expected _wxStyledTextCtrl_p.");
7203 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7204 _result
= (int )wxStyledTextCtrl_TextHeight(_arg0
,_arg1
);
7206 wxPyEndAllowThreads(__tstate
);
7207 if (PyErr_Occurred()) return NULL
;
7208 } _resultobj
= Py_BuildValue("i",_result
);
7212 #define wxStyledTextCtrl_HomeDisplay(_swigobj) (_swigobj->HomeDisplay())
7213 static PyObject
*_wrap_wxStyledTextCtrl_HomeDisplay(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7214 PyObject
* _resultobj
;
7215 wxStyledTextCtrl
* _arg0
;
7216 PyObject
* _argo0
= 0;
7217 char *_kwnames
[] = { "self", NULL
};
7220 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_HomeDisplay",_kwnames
,&_argo0
))
7223 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7224 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7225 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HomeDisplay. Expected _wxStyledTextCtrl_p.");
7230 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7231 wxStyledTextCtrl_HomeDisplay(_arg0
);
7233 wxPyEndAllowThreads(__tstate
);
7234 if (PyErr_Occurred()) return NULL
;
7235 } Py_INCREF(Py_None
);
7236 _resultobj
= Py_None
;
7240 #define wxStyledTextCtrl_HomeDisplayExtend(_swigobj) (_swigobj->HomeDisplayExtend())
7241 static PyObject
*_wrap_wxStyledTextCtrl_HomeDisplayExtend(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7242 PyObject
* _resultobj
;
7243 wxStyledTextCtrl
* _arg0
;
7244 PyObject
* _argo0
= 0;
7245 char *_kwnames
[] = { "self", NULL
};
7248 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_HomeDisplayExtend",_kwnames
,&_argo0
))
7251 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7252 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7253 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HomeDisplayExtend. Expected _wxStyledTextCtrl_p.");
7258 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7259 wxStyledTextCtrl_HomeDisplayExtend(_arg0
);
7261 wxPyEndAllowThreads(__tstate
);
7262 if (PyErr_Occurred()) return NULL
;
7263 } Py_INCREF(Py_None
);
7264 _resultobj
= Py_None
;
7268 #define wxStyledTextCtrl_LineEndDisplay(_swigobj) (_swigobj->LineEndDisplay())
7269 static PyObject
*_wrap_wxStyledTextCtrl_LineEndDisplay(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7270 PyObject
* _resultobj
;
7271 wxStyledTextCtrl
* _arg0
;
7272 PyObject
* _argo0
= 0;
7273 char *_kwnames
[] = { "self", NULL
};
7276 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LineEndDisplay",_kwnames
,&_argo0
))
7279 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7280 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7281 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineEndDisplay. Expected _wxStyledTextCtrl_p.");
7286 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7287 wxStyledTextCtrl_LineEndDisplay(_arg0
);
7289 wxPyEndAllowThreads(__tstate
);
7290 if (PyErr_Occurred()) return NULL
;
7291 } Py_INCREF(Py_None
);
7292 _resultobj
= Py_None
;
7296 #define wxStyledTextCtrl_LineEndDisplayExtend(_swigobj) (_swigobj->LineEndDisplayExtend())
7297 static PyObject
*_wrap_wxStyledTextCtrl_LineEndDisplayExtend(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7298 PyObject
* _resultobj
;
7299 wxStyledTextCtrl
* _arg0
;
7300 PyObject
* _argo0
= 0;
7301 char *_kwnames
[] = { "self", NULL
};
7304 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LineEndDisplayExtend",_kwnames
,&_argo0
))
7307 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7308 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineEndDisplayExtend. Expected _wxStyledTextCtrl_p.");
7314 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7315 wxStyledTextCtrl_LineEndDisplayExtend(_arg0
);
7317 wxPyEndAllowThreads(__tstate
);
7318 if (PyErr_Occurred()) return NULL
;
7319 } Py_INCREF(Py_None
);
7320 _resultobj
= Py_None
;
7324 #define wxStyledTextCtrl_MoveCaretInsideView(_swigobj) (_swigobj->MoveCaretInsideView())
7325 static PyObject
*_wrap_wxStyledTextCtrl_MoveCaretInsideView(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7326 PyObject
* _resultobj
;
7327 wxStyledTextCtrl
* _arg0
;
7328 PyObject
* _argo0
= 0;
7329 char *_kwnames
[] = { "self", NULL
};
7332 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_MoveCaretInsideView",_kwnames
,&_argo0
))
7335 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7336 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7337 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MoveCaretInsideView. Expected _wxStyledTextCtrl_p.");
7342 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7343 wxStyledTextCtrl_MoveCaretInsideView(_arg0
);
7345 wxPyEndAllowThreads(__tstate
);
7346 if (PyErr_Occurred()) return NULL
;
7347 } Py_INCREF(Py_None
);
7348 _resultobj
= Py_None
;
7352 #define wxStyledTextCtrl_LineLength(_swigobj,_swigarg0) (_swigobj->LineLength(_swigarg0))
7353 static PyObject
*_wrap_wxStyledTextCtrl_LineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7354 PyObject
* _resultobj
;
7356 wxStyledTextCtrl
* _arg0
;
7358 PyObject
* _argo0
= 0;
7359 char *_kwnames
[] = { "self","line", NULL
};
7362 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineLength",_kwnames
,&_argo0
,&_arg1
))
7365 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7366 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7367 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineLength. Expected _wxStyledTextCtrl_p.");
7372 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7373 _result
= (int )wxStyledTextCtrl_LineLength(_arg0
,_arg1
);
7375 wxPyEndAllowThreads(__tstate
);
7376 if (PyErr_Occurred()) return NULL
;
7377 } _resultobj
= Py_BuildValue("i",_result
);
7381 #define wxStyledTextCtrl_BraceHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->BraceHighlight(_swigarg0,_swigarg1))
7382 static PyObject
*_wrap_wxStyledTextCtrl_BraceHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7383 PyObject
* _resultobj
;
7384 wxStyledTextCtrl
* _arg0
;
7387 PyObject
* _argo0
= 0;
7388 char *_kwnames
[] = { "self","pos1","pos2", NULL
};
7391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_BraceHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7394 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7395 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7396 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceHighlight. Expected _wxStyledTextCtrl_p.");
7401 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7402 wxStyledTextCtrl_BraceHighlight(_arg0
,_arg1
,_arg2
);
7404 wxPyEndAllowThreads(__tstate
);
7405 if (PyErr_Occurred()) return NULL
;
7406 } Py_INCREF(Py_None
);
7407 _resultobj
= Py_None
;
7411 #define wxStyledTextCtrl_BraceBadLight(_swigobj,_swigarg0) (_swigobj->BraceBadLight(_swigarg0))
7412 static PyObject
*_wrap_wxStyledTextCtrl_BraceBadLight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7413 PyObject
* _resultobj
;
7414 wxStyledTextCtrl
* _arg0
;
7416 PyObject
* _argo0
= 0;
7417 char *_kwnames
[] = { "self","pos", NULL
};
7420 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceBadLight",_kwnames
,&_argo0
,&_arg1
))
7423 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7424 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7425 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceBadLight. Expected _wxStyledTextCtrl_p.");
7430 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7431 wxStyledTextCtrl_BraceBadLight(_arg0
,_arg1
);
7433 wxPyEndAllowThreads(__tstate
);
7434 if (PyErr_Occurred()) return NULL
;
7435 } Py_INCREF(Py_None
);
7436 _resultobj
= Py_None
;
7440 #define wxStyledTextCtrl_BraceMatch(_swigobj,_swigarg0) (_swigobj->BraceMatch(_swigarg0))
7441 static PyObject
*_wrap_wxStyledTextCtrl_BraceMatch(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7442 PyObject
* _resultobj
;
7444 wxStyledTextCtrl
* _arg0
;
7446 PyObject
* _argo0
= 0;
7447 char *_kwnames
[] = { "self","pos", NULL
};
7450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceMatch",_kwnames
,&_argo0
,&_arg1
))
7453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceMatch. Expected _wxStyledTextCtrl_p.");
7460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7461 _result
= (int )wxStyledTextCtrl_BraceMatch(_arg0
,_arg1
);
7463 wxPyEndAllowThreads(__tstate
);
7464 if (PyErr_Occurred()) return NULL
;
7465 } _resultobj
= Py_BuildValue("i",_result
);
7469 #define wxStyledTextCtrl_GetViewEOL(_swigobj) (_swigobj->GetViewEOL())
7470 static PyObject
*_wrap_wxStyledTextCtrl_GetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7471 PyObject
* _resultobj
;
7473 wxStyledTextCtrl
* _arg0
;
7474 PyObject
* _argo0
= 0;
7475 char *_kwnames
[] = { "self", NULL
};
7478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewEOL",_kwnames
,&_argo0
))
7481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewEOL. Expected _wxStyledTextCtrl_p.");
7488 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7489 _result
= (bool )wxStyledTextCtrl_GetViewEOL(_arg0
);
7491 wxPyEndAllowThreads(__tstate
);
7492 if (PyErr_Occurred()) return NULL
;
7493 } _resultobj
= Py_BuildValue("i",_result
);
7497 #define wxStyledTextCtrl_SetViewEOL(_swigobj,_swigarg0) (_swigobj->SetViewEOL(_swigarg0))
7498 static PyObject
*_wrap_wxStyledTextCtrl_SetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7499 PyObject
* _resultobj
;
7500 wxStyledTextCtrl
* _arg0
;
7502 PyObject
* _argo0
= 0;
7504 char *_kwnames
[] = { "self","visible", NULL
};
7507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewEOL",_kwnames
,&_argo0
,&tempbool1
))
7510 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7511 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7512 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewEOL. Expected _wxStyledTextCtrl_p.");
7516 _arg1
= (bool ) tempbool1
;
7518 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7519 wxStyledTextCtrl_SetViewEOL(_arg0
,_arg1
);
7521 wxPyEndAllowThreads(__tstate
);
7522 if (PyErr_Occurred()) return NULL
;
7523 } Py_INCREF(Py_None
);
7524 _resultobj
= Py_None
;
7528 #define wxStyledTextCtrl_GetDocPointer(_swigobj) (_swigobj->GetDocPointer())
7529 static PyObject
*_wrap_wxStyledTextCtrl_GetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7530 PyObject
* _resultobj
;
7532 wxStyledTextCtrl
* _arg0
;
7533 PyObject
* _argo0
= 0;
7534 char *_kwnames
[] = { "self", NULL
};
7538 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetDocPointer",_kwnames
,&_argo0
))
7541 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7542 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7543 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetDocPointer. Expected _wxStyledTextCtrl_p.");
7548 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7549 _result
= (void *)wxStyledTextCtrl_GetDocPointer(_arg0
);
7551 wxPyEndAllowThreads(__tstate
);
7552 if (PyErr_Occurred()) return NULL
;
7554 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
7555 _resultobj
= Py_BuildValue("s",_ptemp
);
7558 _resultobj
= Py_None
;
7563 #define wxStyledTextCtrl_SetDocPointer(_swigobj,_swigarg0) (_swigobj->SetDocPointer(_swigarg0))
7564 static PyObject
*_wrap_wxStyledTextCtrl_SetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7565 PyObject
* _resultobj
;
7566 wxStyledTextCtrl
* _arg0
;
7568 PyObject
* _argo0
= 0;
7569 PyObject
* _argo1
= 0;
7570 char *_kwnames
[] = { "self","docPointer", NULL
};
7573 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetDocPointer",_kwnames
,&_argo0
,&_argo1
))
7576 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7577 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7578 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetDocPointer. Expected _wxStyledTextCtrl_p.");
7583 if (_argo1
== Py_None
) { _arg1
= NULL
; }
7584 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
7585 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetDocPointer. Expected _void_p.");
7590 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7591 wxStyledTextCtrl_SetDocPointer(_arg0
,_arg1
);
7593 wxPyEndAllowThreads(__tstate
);
7594 if (PyErr_Occurred()) return NULL
;
7595 } Py_INCREF(Py_None
);
7596 _resultobj
= Py_None
;
7600 #define wxStyledTextCtrl_SetModEventMask(_swigobj,_swigarg0) (_swigobj->SetModEventMask(_swigarg0))
7601 static PyObject
*_wrap_wxStyledTextCtrl_SetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7602 PyObject
* _resultobj
;
7603 wxStyledTextCtrl
* _arg0
;
7605 PyObject
* _argo0
= 0;
7606 char *_kwnames
[] = { "self","mask", NULL
};
7609 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetModEventMask",_kwnames
,&_argo0
,&_arg1
))
7612 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7613 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7614 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetModEventMask. Expected _wxStyledTextCtrl_p.");
7619 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7620 wxStyledTextCtrl_SetModEventMask(_arg0
,_arg1
);
7622 wxPyEndAllowThreads(__tstate
);
7623 if (PyErr_Occurred()) return NULL
;
7624 } Py_INCREF(Py_None
);
7625 _resultobj
= Py_None
;
7629 #define wxStyledTextCtrl_GetEdgeColumn(_swigobj) (_swigobj->GetEdgeColumn())
7630 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7631 PyObject
* _resultobj
;
7633 wxStyledTextCtrl
* _arg0
;
7634 PyObject
* _argo0
= 0;
7635 char *_kwnames
[] = { "self", NULL
};
7638 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColumn",_kwnames
,&_argo0
))
7641 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7642 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7643 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColumn. Expected _wxStyledTextCtrl_p.");
7648 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7649 _result
= (int )wxStyledTextCtrl_GetEdgeColumn(_arg0
);
7651 wxPyEndAllowThreads(__tstate
);
7652 if (PyErr_Occurred()) return NULL
;
7653 } _resultobj
= Py_BuildValue("i",_result
);
7657 #define wxStyledTextCtrl_SetEdgeColumn(_swigobj,_swigarg0) (_swigobj->SetEdgeColumn(_swigarg0))
7658 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7659 PyObject
* _resultobj
;
7660 wxStyledTextCtrl
* _arg0
;
7662 PyObject
* _argo0
= 0;
7663 char *_kwnames
[] = { "self","column", NULL
};
7666 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeColumn",_kwnames
,&_argo0
,&_arg1
))
7669 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7670 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7671 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColumn. Expected _wxStyledTextCtrl_p.");
7676 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7677 wxStyledTextCtrl_SetEdgeColumn(_arg0
,_arg1
);
7679 wxPyEndAllowThreads(__tstate
);
7680 if (PyErr_Occurred()) return NULL
;
7681 } Py_INCREF(Py_None
);
7682 _resultobj
= Py_None
;
7686 #define wxStyledTextCtrl_GetEdgeMode(_swigobj) (_swigobj->GetEdgeMode())
7687 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7688 PyObject
* _resultobj
;
7690 wxStyledTextCtrl
* _arg0
;
7691 PyObject
* _argo0
= 0;
7692 char *_kwnames
[] = { "self", NULL
};
7695 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeMode",_kwnames
,&_argo0
))
7698 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7699 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7700 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeMode. Expected _wxStyledTextCtrl_p.");
7705 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7706 _result
= (int )wxStyledTextCtrl_GetEdgeMode(_arg0
);
7708 wxPyEndAllowThreads(__tstate
);
7709 if (PyErr_Occurred()) return NULL
;
7710 } _resultobj
= Py_BuildValue("i",_result
);
7714 #define wxStyledTextCtrl_SetEdgeMode(_swigobj,_swigarg0) (_swigobj->SetEdgeMode(_swigarg0))
7715 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7716 PyObject
* _resultobj
;
7717 wxStyledTextCtrl
* _arg0
;
7719 PyObject
* _argo0
= 0;
7720 char *_kwnames
[] = { "self","mode", NULL
};
7723 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeMode",_kwnames
,&_argo0
,&_arg1
))
7726 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7727 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7728 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeMode. Expected _wxStyledTextCtrl_p.");
7733 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7734 wxStyledTextCtrl_SetEdgeMode(_arg0
,_arg1
);
7736 wxPyEndAllowThreads(__tstate
);
7737 if (PyErr_Occurred()) return NULL
;
7738 } Py_INCREF(Py_None
);
7739 _resultobj
= Py_None
;
7743 #define wxStyledTextCtrl_GetEdgeColour(_swigobj) (_swigobj->GetEdgeColour())
7744 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7745 PyObject
* _resultobj
;
7747 wxStyledTextCtrl
* _arg0
;
7748 PyObject
* _argo0
= 0;
7749 char *_kwnames
[] = { "self", NULL
};
7753 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColour",_kwnames
,&_argo0
))
7756 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7757 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7758 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColour. Expected _wxStyledTextCtrl_p.");
7763 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7764 _result
= new wxColour (wxStyledTextCtrl_GetEdgeColour(_arg0
));
7766 wxPyEndAllowThreads(__tstate
);
7767 if (PyErr_Occurred()) return NULL
;
7768 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
7769 _resultobj
= Py_BuildValue("s",_ptemp
);
7773 #define wxStyledTextCtrl_SetEdgeColour(_swigobj,_swigarg0) (_swigobj->SetEdgeColour(_swigarg0))
7774 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7775 PyObject
* _resultobj
;
7776 wxStyledTextCtrl
* _arg0
;
7778 PyObject
* _argo0
= 0;
7780 PyObject
* _obj1
= 0;
7781 char *_kwnames
[] = { "self","edgeColour", NULL
};
7784 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetEdgeColour",_kwnames
,&_argo0
,&_obj1
))
7787 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7788 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7789 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColour. Expected _wxStyledTextCtrl_p.");
7795 if (! wxColour_helper(_obj1
, &_arg1
))
7799 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7800 wxStyledTextCtrl_SetEdgeColour(_arg0
,*_arg1
);
7802 wxPyEndAllowThreads(__tstate
);
7803 if (PyErr_Occurred()) return NULL
;
7804 } Py_INCREF(Py_None
);
7805 _resultobj
= Py_None
;
7809 #define wxStyledTextCtrl_SearchAnchor(_swigobj) (_swigobj->SearchAnchor())
7810 static PyObject
*_wrap_wxStyledTextCtrl_SearchAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7811 PyObject
* _resultobj
;
7812 wxStyledTextCtrl
* _arg0
;
7813 PyObject
* _argo0
= 0;
7814 char *_kwnames
[] = { "self", NULL
};
7817 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SearchAnchor",_kwnames
,&_argo0
))
7820 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7821 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7822 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchAnchor. Expected _wxStyledTextCtrl_p.");
7827 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7828 wxStyledTextCtrl_SearchAnchor(_arg0
);
7830 wxPyEndAllowThreads(__tstate
);
7831 if (PyErr_Occurred()) return NULL
;
7832 } Py_INCREF(Py_None
);
7833 _resultobj
= Py_None
;
7837 #define wxStyledTextCtrl_SearchNext(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchNext(_swigarg0,_swigarg1))
7838 static PyObject
*_wrap_wxStyledTextCtrl_SearchNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7839 PyObject
* _resultobj
;
7841 wxStyledTextCtrl
* _arg0
;
7844 PyObject
* _argo0
= 0;
7845 PyObject
* _obj2
= 0;
7846 char *_kwnames
[] = { "self","flags","text", NULL
};
7849 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchNext",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
7852 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7853 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7854 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchNext. Expected _wxStyledTextCtrl_p.");
7859 _arg2
= wxString_in_helper(_obj2
);
7864 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7865 _result
= (int )wxStyledTextCtrl_SearchNext(_arg0
,_arg1
,*_arg2
);
7867 wxPyEndAllowThreads(__tstate
);
7868 if (PyErr_Occurred()) return NULL
;
7869 } _resultobj
= Py_BuildValue("i",_result
);
7877 #define wxStyledTextCtrl_SearchPrev(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchPrev(_swigarg0,_swigarg1))
7878 static PyObject
*_wrap_wxStyledTextCtrl_SearchPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7879 PyObject
* _resultobj
;
7881 wxStyledTextCtrl
* _arg0
;
7884 PyObject
* _argo0
= 0;
7885 PyObject
* _obj2
= 0;
7886 char *_kwnames
[] = { "self","flags","text", NULL
};
7889 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchPrev",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
7892 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7893 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7894 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchPrev. Expected _wxStyledTextCtrl_p.");
7899 _arg2
= wxString_in_helper(_obj2
);
7904 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7905 _result
= (int )wxStyledTextCtrl_SearchPrev(_arg0
,_arg1
,*_arg2
);
7907 wxPyEndAllowThreads(__tstate
);
7908 if (PyErr_Occurred()) return NULL
;
7909 } _resultobj
= Py_BuildValue("i",_result
);
7917 #define wxStyledTextCtrl_LinesOnScreen(_swigobj) (_swigobj->LinesOnScreen())
7918 static PyObject
*_wrap_wxStyledTextCtrl_LinesOnScreen(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7919 PyObject
* _resultobj
;
7921 wxStyledTextCtrl
* _arg0
;
7922 PyObject
* _argo0
= 0;
7923 char *_kwnames
[] = { "self", NULL
};
7926 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LinesOnScreen",_kwnames
,&_argo0
))
7929 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7930 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7931 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LinesOnScreen. Expected _wxStyledTextCtrl_p.");
7936 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7937 _result
= (int )wxStyledTextCtrl_LinesOnScreen(_arg0
);
7939 wxPyEndAllowThreads(__tstate
);
7940 if (PyErr_Occurred()) return NULL
;
7941 } _resultobj
= Py_BuildValue("i",_result
);
7945 #define wxStyledTextCtrl_UsePopUp(_swigobj,_swigarg0) (_swigobj->UsePopUp(_swigarg0))
7946 static PyObject
*_wrap_wxStyledTextCtrl_UsePopUp(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7947 PyObject
* _resultobj
;
7948 wxStyledTextCtrl
* _arg0
;
7950 PyObject
* _argo0
= 0;
7952 char *_kwnames
[] = { "self","allowPopUp", NULL
};
7955 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_UsePopUp",_kwnames
,&_argo0
,&tempbool1
))
7958 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7959 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7960 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UsePopUp. Expected _wxStyledTextCtrl_p.");
7964 _arg1
= (bool ) tempbool1
;
7966 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7967 wxStyledTextCtrl_UsePopUp(_arg0
,_arg1
);
7969 wxPyEndAllowThreads(__tstate
);
7970 if (PyErr_Occurred()) return NULL
;
7971 } Py_INCREF(Py_None
);
7972 _resultobj
= Py_None
;
7976 #define wxStyledTextCtrl_SelectionIsRectangle(_swigobj) (_swigobj->SelectionIsRectangle())
7977 static PyObject
*_wrap_wxStyledTextCtrl_SelectionIsRectangle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7978 PyObject
* _resultobj
;
7980 wxStyledTextCtrl
* _arg0
;
7981 PyObject
* _argo0
= 0;
7982 char *_kwnames
[] = { "self", NULL
};
7985 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectionIsRectangle",_kwnames
,&_argo0
))
7988 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7989 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7990 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectionIsRectangle. Expected _wxStyledTextCtrl_p.");
7995 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7996 _result
= (bool )wxStyledTextCtrl_SelectionIsRectangle(_arg0
);
7998 wxPyEndAllowThreads(__tstate
);
7999 if (PyErr_Occurred()) return NULL
;
8000 } _resultobj
= Py_BuildValue("i",_result
);
8004 #define wxStyledTextCtrl_SetZoom(_swigobj,_swigarg0) (_swigobj->SetZoom(_swigarg0))
8005 static PyObject
*_wrap_wxStyledTextCtrl_SetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8006 PyObject
* _resultobj
;
8007 wxStyledTextCtrl
* _arg0
;
8009 PyObject
* _argo0
= 0;
8010 char *_kwnames
[] = { "self","zoom", NULL
};
8013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetZoom",_kwnames
,&_argo0
,&_arg1
))
8016 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8017 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8018 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetZoom. Expected _wxStyledTextCtrl_p.");
8023 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8024 wxStyledTextCtrl_SetZoom(_arg0
,_arg1
);
8026 wxPyEndAllowThreads(__tstate
);
8027 if (PyErr_Occurred()) return NULL
;
8028 } Py_INCREF(Py_None
);
8029 _resultobj
= Py_None
;
8033 #define wxStyledTextCtrl_GetZoom(_swigobj) (_swigobj->GetZoom())
8034 static PyObject
*_wrap_wxStyledTextCtrl_GetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8035 PyObject
* _resultobj
;
8037 wxStyledTextCtrl
* _arg0
;
8038 PyObject
* _argo0
= 0;
8039 char *_kwnames
[] = { "self", NULL
};
8042 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetZoom",_kwnames
,&_argo0
))
8045 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8046 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8047 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetZoom. Expected _wxStyledTextCtrl_p.");
8052 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8053 _result
= (int )wxStyledTextCtrl_GetZoom(_arg0
);
8055 wxPyEndAllowThreads(__tstate
);
8056 if (PyErr_Occurred()) return NULL
;
8057 } _resultobj
= Py_BuildValue("i",_result
);
8061 #define wxStyledTextCtrl_CreateDocument(_swigobj) (_swigobj->CreateDocument())
8062 static PyObject
*_wrap_wxStyledTextCtrl_CreateDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8063 PyObject
* _resultobj
;
8065 wxStyledTextCtrl
* _arg0
;
8066 PyObject
* _argo0
= 0;
8067 char *_kwnames
[] = { "self", NULL
};
8071 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CreateDocument",_kwnames
,&_argo0
))
8074 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8075 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8076 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CreateDocument. Expected _wxStyledTextCtrl_p.");
8081 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8082 _result
= (void *)wxStyledTextCtrl_CreateDocument(_arg0
);
8084 wxPyEndAllowThreads(__tstate
);
8085 if (PyErr_Occurred()) return NULL
;
8087 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
8088 _resultobj
= Py_BuildValue("s",_ptemp
);
8091 _resultobj
= Py_None
;
8096 #define wxStyledTextCtrl_AddRefDocument(_swigobj,_swigarg0) (_swigobj->AddRefDocument(_swigarg0))
8097 static PyObject
*_wrap_wxStyledTextCtrl_AddRefDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8098 PyObject
* _resultobj
;
8099 wxStyledTextCtrl
* _arg0
;
8101 PyObject
* _argo0
= 0;
8102 PyObject
* _argo1
= 0;
8103 char *_kwnames
[] = { "self","docPointer", NULL
};
8106 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddRefDocument",_kwnames
,&_argo0
,&_argo1
))
8109 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8110 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8111 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddRefDocument. Expected _wxStyledTextCtrl_p.");
8116 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8117 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
8118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_AddRefDocument. Expected _void_p.");
8123 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8124 wxStyledTextCtrl_AddRefDocument(_arg0
,_arg1
);
8126 wxPyEndAllowThreads(__tstate
);
8127 if (PyErr_Occurred()) return NULL
;
8128 } Py_INCREF(Py_None
);
8129 _resultobj
= Py_None
;
8133 #define wxStyledTextCtrl_ReleaseDocument(_swigobj,_swigarg0) (_swigobj->ReleaseDocument(_swigarg0))
8134 static PyObject
*_wrap_wxStyledTextCtrl_ReleaseDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8135 PyObject
* _resultobj
;
8136 wxStyledTextCtrl
* _arg0
;
8138 PyObject
* _argo0
= 0;
8139 PyObject
* _argo1
= 0;
8140 char *_kwnames
[] = { "self","docPointer", NULL
};
8143 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReleaseDocument",_kwnames
,&_argo0
,&_argo1
))
8146 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8147 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8148 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReleaseDocument. Expected _wxStyledTextCtrl_p.");
8153 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8154 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
8155 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_ReleaseDocument. Expected _void_p.");
8160 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8161 wxStyledTextCtrl_ReleaseDocument(_arg0
,_arg1
);
8163 wxPyEndAllowThreads(__tstate
);
8164 if (PyErr_Occurred()) return NULL
;
8165 } Py_INCREF(Py_None
);
8166 _resultobj
= Py_None
;
8170 #define wxStyledTextCtrl_GetModEventMask(_swigobj) (_swigobj->GetModEventMask())
8171 static PyObject
*_wrap_wxStyledTextCtrl_GetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8172 PyObject
* _resultobj
;
8174 wxStyledTextCtrl
* _arg0
;
8175 PyObject
* _argo0
= 0;
8176 char *_kwnames
[] = { "self", NULL
};
8179 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModEventMask",_kwnames
,&_argo0
))
8182 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8183 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8184 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModEventMask. Expected _wxStyledTextCtrl_p.");
8189 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8190 _result
= (int )wxStyledTextCtrl_GetModEventMask(_arg0
);
8192 wxPyEndAllowThreads(__tstate
);
8193 if (PyErr_Occurred()) return NULL
;
8194 } _resultobj
= Py_BuildValue("i",_result
);
8198 #define wxStyledTextCtrl_SetSTCFocus(_swigobj,_swigarg0) (_swigobj->SetSTCFocus(_swigarg0))
8199 static PyObject
*_wrap_wxStyledTextCtrl_SetSTCFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8200 PyObject
* _resultobj
;
8201 wxStyledTextCtrl
* _arg0
;
8203 PyObject
* _argo0
= 0;
8205 char *_kwnames
[] = { "self","focus", NULL
};
8208 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSTCFocus",_kwnames
,&_argo0
,&tempbool1
))
8211 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8212 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8213 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSTCFocus. Expected _wxStyledTextCtrl_p.");
8217 _arg1
= (bool ) tempbool1
;
8219 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8220 wxStyledTextCtrl_SetSTCFocus(_arg0
,_arg1
);
8222 wxPyEndAllowThreads(__tstate
);
8223 if (PyErr_Occurred()) return NULL
;
8224 } Py_INCREF(Py_None
);
8225 _resultobj
= Py_None
;
8229 #define wxStyledTextCtrl_GetSTCFocus(_swigobj) (_swigobj->GetSTCFocus())
8230 static PyObject
*_wrap_wxStyledTextCtrl_GetSTCFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8231 PyObject
* _resultobj
;
8233 wxStyledTextCtrl
* _arg0
;
8234 PyObject
* _argo0
= 0;
8235 char *_kwnames
[] = { "self", NULL
};
8238 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSTCFocus",_kwnames
,&_argo0
))
8241 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8242 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8243 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSTCFocus. Expected _wxStyledTextCtrl_p.");
8248 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8249 _result
= (bool )wxStyledTextCtrl_GetSTCFocus(_arg0
);
8251 wxPyEndAllowThreads(__tstate
);
8252 if (PyErr_Occurred()) return NULL
;
8253 } _resultobj
= Py_BuildValue("i",_result
);
8257 #define wxStyledTextCtrl_SetStatus(_swigobj,_swigarg0) (_swigobj->SetStatus(_swigarg0))
8258 static PyObject
*_wrap_wxStyledTextCtrl_SetStatus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8259 PyObject
* _resultobj
;
8260 wxStyledTextCtrl
* _arg0
;
8262 PyObject
* _argo0
= 0;
8263 char *_kwnames
[] = { "self","statusCode", NULL
};
8266 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStatus",_kwnames
,&_argo0
,&_arg1
))
8269 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8270 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8271 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStatus. Expected _wxStyledTextCtrl_p.");
8276 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8277 wxStyledTextCtrl_SetStatus(_arg0
,_arg1
);
8279 wxPyEndAllowThreads(__tstate
);
8280 if (PyErr_Occurred()) return NULL
;
8281 } Py_INCREF(Py_None
);
8282 _resultobj
= Py_None
;
8286 #define wxStyledTextCtrl_GetStatus(_swigobj) (_swigobj->GetStatus())
8287 static PyObject
*_wrap_wxStyledTextCtrl_GetStatus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8288 PyObject
* _resultobj
;
8290 wxStyledTextCtrl
* _arg0
;
8291 PyObject
* _argo0
= 0;
8292 char *_kwnames
[] = { "self", NULL
};
8295 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStatus",_kwnames
,&_argo0
))
8298 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8299 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8300 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStatus. Expected _wxStyledTextCtrl_p.");
8305 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8306 _result
= (int )wxStyledTextCtrl_GetStatus(_arg0
);
8308 wxPyEndAllowThreads(__tstate
);
8309 if (PyErr_Occurred()) return NULL
;
8310 } _resultobj
= Py_BuildValue("i",_result
);
8314 #define wxStyledTextCtrl_SetMouseDownCaptures(_swigobj,_swigarg0) (_swigobj->SetMouseDownCaptures(_swigarg0))
8315 static PyObject
*_wrap_wxStyledTextCtrl_SetMouseDownCaptures(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8316 PyObject
* _resultobj
;
8317 wxStyledTextCtrl
* _arg0
;
8319 PyObject
* _argo0
= 0;
8321 char *_kwnames
[] = { "self","captures", NULL
};
8324 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDownCaptures",_kwnames
,&_argo0
,&tempbool1
))
8327 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8328 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8329 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMouseDownCaptures. Expected _wxStyledTextCtrl_p.");
8333 _arg1
= (bool ) tempbool1
;
8335 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8336 wxStyledTextCtrl_SetMouseDownCaptures(_arg0
,_arg1
);
8338 wxPyEndAllowThreads(__tstate
);
8339 if (PyErr_Occurred()) return NULL
;
8340 } Py_INCREF(Py_None
);
8341 _resultobj
= Py_None
;
8345 #define wxStyledTextCtrl_GetMouseDownCaptures(_swigobj) (_swigobj->GetMouseDownCaptures())
8346 static PyObject
*_wrap_wxStyledTextCtrl_GetMouseDownCaptures(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8347 PyObject
* _resultobj
;
8349 wxStyledTextCtrl
* _arg0
;
8350 PyObject
* _argo0
= 0;
8351 char *_kwnames
[] = { "self", NULL
};
8354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDownCaptures",_kwnames
,&_argo0
))
8357 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8358 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8359 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMouseDownCaptures. Expected _wxStyledTextCtrl_p.");
8364 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8365 _result
= (bool )wxStyledTextCtrl_GetMouseDownCaptures(_arg0
);
8367 wxPyEndAllowThreads(__tstate
);
8368 if (PyErr_Occurred()) return NULL
;
8369 } _resultobj
= Py_BuildValue("i",_result
);
8373 #define wxStyledTextCtrl_SetCursor(_swigobj,_swigarg0) (_swigobj->SetCursor(_swigarg0))
8374 static PyObject
*_wrap_wxStyledTextCtrl_SetCursor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8375 PyObject
* _resultobj
;
8376 wxStyledTextCtrl
* _arg0
;
8378 PyObject
* _argo0
= 0;
8379 char *_kwnames
[] = { "self","cursorType", NULL
};
8382 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCursor",_kwnames
,&_argo0
,&_arg1
))
8385 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8386 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8387 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCursor. Expected _wxStyledTextCtrl_p.");
8392 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8393 wxStyledTextCtrl_SetCursor(_arg0
,_arg1
);
8395 wxPyEndAllowThreads(__tstate
);
8396 if (PyErr_Occurred()) return NULL
;
8397 } Py_INCREF(Py_None
);
8398 _resultobj
= Py_None
;
8402 #define wxStyledTextCtrl_GetCursor(_swigobj) (_swigobj->GetCursor())
8403 static PyObject
*_wrap_wxStyledTextCtrl_GetCursor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8404 PyObject
* _resultobj
;
8406 wxStyledTextCtrl
* _arg0
;
8407 PyObject
* _argo0
= 0;
8408 char *_kwnames
[] = { "self", NULL
};
8411 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCursor",_kwnames
,&_argo0
))
8414 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8415 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8416 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCursor. Expected _wxStyledTextCtrl_p.");
8421 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8422 _result
= (int )wxStyledTextCtrl_GetCursor(_arg0
);
8424 wxPyEndAllowThreads(__tstate
);
8425 if (PyErr_Occurred()) return NULL
;
8426 } _resultobj
= Py_BuildValue("i",_result
);
8430 #define wxStyledTextCtrl_SetControlCharSymbol(_swigobj,_swigarg0) (_swigobj->SetControlCharSymbol(_swigarg0))
8431 static PyObject
*_wrap_wxStyledTextCtrl_SetControlCharSymbol(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8432 PyObject
* _resultobj
;
8433 wxStyledTextCtrl
* _arg0
;
8435 PyObject
* _argo0
= 0;
8436 char *_kwnames
[] = { "self","symbol", NULL
};
8439 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetControlCharSymbol",_kwnames
,&_argo0
,&_arg1
))
8442 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8443 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8444 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetControlCharSymbol. Expected _wxStyledTextCtrl_p.");
8449 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8450 wxStyledTextCtrl_SetControlCharSymbol(_arg0
,_arg1
);
8452 wxPyEndAllowThreads(__tstate
);
8453 if (PyErr_Occurred()) return NULL
;
8454 } Py_INCREF(Py_None
);
8455 _resultobj
= Py_None
;
8459 #define wxStyledTextCtrl_GetControlCharSymbol(_swigobj) (_swigobj->GetControlCharSymbol())
8460 static PyObject
*_wrap_wxStyledTextCtrl_GetControlCharSymbol(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8461 PyObject
* _resultobj
;
8463 wxStyledTextCtrl
* _arg0
;
8464 PyObject
* _argo0
= 0;
8465 char *_kwnames
[] = { "self", NULL
};
8468 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetControlCharSymbol",_kwnames
,&_argo0
))
8471 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8472 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8473 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetControlCharSymbol. Expected _wxStyledTextCtrl_p.");
8478 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8479 _result
= (int )wxStyledTextCtrl_GetControlCharSymbol(_arg0
);
8481 wxPyEndAllowThreads(__tstate
);
8482 if (PyErr_Occurred()) return NULL
;
8483 } _resultobj
= Py_BuildValue("i",_result
);
8487 #define wxStyledTextCtrl_WordPartLeft(_swigobj) (_swigobj->WordPartLeft())
8488 static PyObject
*_wrap_wxStyledTextCtrl_WordPartLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8489 PyObject
* _resultobj
;
8490 wxStyledTextCtrl
* _arg0
;
8491 PyObject
* _argo0
= 0;
8492 char *_kwnames
[] = { "self", NULL
};
8495 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeft",_kwnames
,&_argo0
))
8498 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8499 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8500 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeft. Expected _wxStyledTextCtrl_p.");
8505 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8506 wxStyledTextCtrl_WordPartLeft(_arg0
);
8508 wxPyEndAllowThreads(__tstate
);
8509 if (PyErr_Occurred()) return NULL
;
8510 } Py_INCREF(Py_None
);
8511 _resultobj
= Py_None
;
8515 #define wxStyledTextCtrl_WordPartLeftExtend(_swigobj) (_swigobj->WordPartLeftExtend())
8516 static PyObject
*_wrap_wxStyledTextCtrl_WordPartLeftExtend(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8517 PyObject
* _resultobj
;
8518 wxStyledTextCtrl
* _arg0
;
8519 PyObject
* _argo0
= 0;
8520 char *_kwnames
[] = { "self", NULL
};
8523 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeftExtend",_kwnames
,&_argo0
))
8526 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8527 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8528 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeftExtend. Expected _wxStyledTextCtrl_p.");
8533 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8534 wxStyledTextCtrl_WordPartLeftExtend(_arg0
);
8536 wxPyEndAllowThreads(__tstate
);
8537 if (PyErr_Occurred()) return NULL
;
8538 } Py_INCREF(Py_None
);
8539 _resultobj
= Py_None
;
8543 #define wxStyledTextCtrl_WordPartRight(_swigobj) (_swigobj->WordPartRight())
8544 static PyObject
*_wrap_wxStyledTextCtrl_WordPartRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8545 PyObject
* _resultobj
;
8546 wxStyledTextCtrl
* _arg0
;
8547 PyObject
* _argo0
= 0;
8548 char *_kwnames
[] = { "self", NULL
};
8551 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRight",_kwnames
,&_argo0
))
8554 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8555 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8556 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRight. Expected _wxStyledTextCtrl_p.");
8561 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8562 wxStyledTextCtrl_WordPartRight(_arg0
);
8564 wxPyEndAllowThreads(__tstate
);
8565 if (PyErr_Occurred()) return NULL
;
8566 } Py_INCREF(Py_None
);
8567 _resultobj
= Py_None
;
8571 #define wxStyledTextCtrl_WordPartRightExtend(_swigobj) (_swigobj->WordPartRightExtend())
8572 static PyObject
*_wrap_wxStyledTextCtrl_WordPartRightExtend(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8573 PyObject
* _resultobj
;
8574 wxStyledTextCtrl
* _arg0
;
8575 PyObject
* _argo0
= 0;
8576 char *_kwnames
[] = { "self", NULL
};
8579 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRightExtend",_kwnames
,&_argo0
))
8582 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8583 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8584 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRightExtend. Expected _wxStyledTextCtrl_p.");
8589 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8590 wxStyledTextCtrl_WordPartRightExtend(_arg0
);
8592 wxPyEndAllowThreads(__tstate
);
8593 if (PyErr_Occurred()) return NULL
;
8594 } Py_INCREF(Py_None
);
8595 _resultobj
= Py_None
;
8599 #define wxStyledTextCtrl_SetVisiblePolicy(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetVisiblePolicy(_swigarg0,_swigarg1))
8600 static PyObject
*_wrap_wxStyledTextCtrl_SetVisiblePolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8601 PyObject
* _resultobj
;
8602 wxStyledTextCtrl
* _arg0
;
8605 PyObject
* _argo0
= 0;
8606 char *_kwnames
[] = { "self","visiblePolicy","visibleSlop", NULL
};
8609 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetVisiblePolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8612 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8613 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8614 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVisiblePolicy. Expected _wxStyledTextCtrl_p.");
8619 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8620 wxStyledTextCtrl_SetVisiblePolicy(_arg0
,_arg1
,_arg2
);
8622 wxPyEndAllowThreads(__tstate
);
8623 if (PyErr_Occurred()) return NULL
;
8624 } Py_INCREF(Py_None
);
8625 _resultobj
= Py_None
;
8629 #define wxStyledTextCtrl_DelLineLeft(_swigobj) (_swigobj->DelLineLeft())
8630 static PyObject
*_wrap_wxStyledTextCtrl_DelLineLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8631 PyObject
* _resultobj
;
8632 wxStyledTextCtrl
* _arg0
;
8633 PyObject
* _argo0
= 0;
8634 char *_kwnames
[] = { "self", NULL
};
8637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineLeft",_kwnames
,&_argo0
))
8640 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8641 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8642 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineLeft. Expected _wxStyledTextCtrl_p.");
8647 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8648 wxStyledTextCtrl_DelLineLeft(_arg0
);
8650 wxPyEndAllowThreads(__tstate
);
8651 if (PyErr_Occurred()) return NULL
;
8652 } Py_INCREF(Py_None
);
8653 _resultobj
= Py_None
;
8657 #define wxStyledTextCtrl_DelLineRight(_swigobj) (_swigobj->DelLineRight())
8658 static PyObject
*_wrap_wxStyledTextCtrl_DelLineRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8659 PyObject
* _resultobj
;
8660 wxStyledTextCtrl
* _arg0
;
8661 PyObject
* _argo0
= 0;
8662 char *_kwnames
[] = { "self", NULL
};
8665 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineRight",_kwnames
,&_argo0
))
8668 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8669 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8670 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineRight. Expected _wxStyledTextCtrl_p.");
8675 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8676 wxStyledTextCtrl_DelLineRight(_arg0
);
8678 wxPyEndAllowThreads(__tstate
);
8679 if (PyErr_Occurred()) return NULL
;
8680 } Py_INCREF(Py_None
);
8681 _resultobj
= Py_None
;
8685 #define wxStyledTextCtrl_SetXOffset(_swigobj,_swigarg0) (_swigobj->SetXOffset(_swigarg0))
8686 static PyObject
*_wrap_wxStyledTextCtrl_SetXOffset(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8687 PyObject
* _resultobj
;
8688 wxStyledTextCtrl
* _arg0
;
8690 PyObject
* _argo0
= 0;
8691 char *_kwnames
[] = { "self","newOffset", NULL
};
8694 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetXOffset",_kwnames
,&_argo0
,&_arg1
))
8697 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8698 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8699 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetXOffset. Expected _wxStyledTextCtrl_p.");
8704 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8705 wxStyledTextCtrl_SetXOffset(_arg0
,_arg1
);
8707 wxPyEndAllowThreads(__tstate
);
8708 if (PyErr_Occurred()) return NULL
;
8709 } Py_INCREF(Py_None
);
8710 _resultobj
= Py_None
;
8714 #define wxStyledTextCtrl_GetXOffset(_swigobj) (_swigobj->GetXOffset())
8715 static PyObject
*_wrap_wxStyledTextCtrl_GetXOffset(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8716 PyObject
* _resultobj
;
8718 wxStyledTextCtrl
* _arg0
;
8719 PyObject
* _argo0
= 0;
8720 char *_kwnames
[] = { "self", NULL
};
8723 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetXOffset",_kwnames
,&_argo0
))
8726 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8727 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8728 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetXOffset. Expected _wxStyledTextCtrl_p.");
8733 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8734 _result
= (int )wxStyledTextCtrl_GetXOffset(_arg0
);
8736 wxPyEndAllowThreads(__tstate
);
8737 if (PyErr_Occurred()) return NULL
;
8738 } _resultobj
= Py_BuildValue("i",_result
);
8742 #define wxStyledTextCtrl_SetXCaretPolicy(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetXCaretPolicy(_swigarg0,_swigarg1))
8743 static PyObject
*_wrap_wxStyledTextCtrl_SetXCaretPolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8744 PyObject
* _resultobj
;
8745 wxStyledTextCtrl
* _arg0
;
8748 PyObject
* _argo0
= 0;
8749 char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL
};
8752 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetXCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8755 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8756 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8757 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetXCaretPolicy. Expected _wxStyledTextCtrl_p.");
8762 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8763 wxStyledTextCtrl_SetXCaretPolicy(_arg0
,_arg1
,_arg2
);
8765 wxPyEndAllowThreads(__tstate
);
8766 if (PyErr_Occurred()) return NULL
;
8767 } Py_INCREF(Py_None
);
8768 _resultobj
= Py_None
;
8772 #define wxStyledTextCtrl_SetYCaretPolicy(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetYCaretPolicy(_swigarg0,_swigarg1))
8773 static PyObject
*_wrap_wxStyledTextCtrl_SetYCaretPolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8774 PyObject
* _resultobj
;
8775 wxStyledTextCtrl
* _arg0
;
8778 PyObject
* _argo0
= 0;
8779 char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL
};
8782 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetYCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8785 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8786 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8787 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetYCaretPolicy. Expected _wxStyledTextCtrl_p.");
8792 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8793 wxStyledTextCtrl_SetYCaretPolicy(_arg0
,_arg1
,_arg2
);
8795 wxPyEndAllowThreads(__tstate
);
8796 if (PyErr_Occurred()) return NULL
;
8797 } Py_INCREF(Py_None
);
8798 _resultobj
= Py_None
;
8802 #define wxStyledTextCtrl_StartRecord(_swigobj) (_swigobj->StartRecord())
8803 static PyObject
*_wrap_wxStyledTextCtrl_StartRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8804 PyObject
* _resultobj
;
8805 wxStyledTextCtrl
* _arg0
;
8806 PyObject
* _argo0
= 0;
8807 char *_kwnames
[] = { "self", NULL
};
8810 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StartRecord",_kwnames
,&_argo0
))
8813 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8814 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8815 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartRecord. Expected _wxStyledTextCtrl_p.");
8820 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8821 wxStyledTextCtrl_StartRecord(_arg0
);
8823 wxPyEndAllowThreads(__tstate
);
8824 if (PyErr_Occurred()) return NULL
;
8825 } Py_INCREF(Py_None
);
8826 _resultobj
= Py_None
;
8830 #define wxStyledTextCtrl_StopRecord(_swigobj) (_swigobj->StopRecord())
8831 static PyObject
*_wrap_wxStyledTextCtrl_StopRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8832 PyObject
* _resultobj
;
8833 wxStyledTextCtrl
* _arg0
;
8834 PyObject
* _argo0
= 0;
8835 char *_kwnames
[] = { "self", NULL
};
8838 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StopRecord",_kwnames
,&_argo0
))
8841 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8842 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8843 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StopRecord. Expected _wxStyledTextCtrl_p.");
8848 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8849 wxStyledTextCtrl_StopRecord(_arg0
);
8851 wxPyEndAllowThreads(__tstate
);
8852 if (PyErr_Occurred()) return NULL
;
8853 } Py_INCREF(Py_None
);
8854 _resultobj
= Py_None
;
8858 #define wxStyledTextCtrl_SetLexer(_swigobj,_swigarg0) (_swigobj->SetLexer(_swigarg0))
8859 static PyObject
*_wrap_wxStyledTextCtrl_SetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8860 PyObject
* _resultobj
;
8861 wxStyledTextCtrl
* _arg0
;
8863 PyObject
* _argo0
= 0;
8864 char *_kwnames
[] = { "self","lexer", NULL
};
8867 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLexer",_kwnames
,&_argo0
,&_arg1
))
8870 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8871 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8872 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexer. Expected _wxStyledTextCtrl_p.");
8877 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8878 wxStyledTextCtrl_SetLexer(_arg0
,_arg1
);
8880 wxPyEndAllowThreads(__tstate
);
8881 if (PyErr_Occurred()) return NULL
;
8882 } Py_INCREF(Py_None
);
8883 _resultobj
= Py_None
;
8887 #define wxStyledTextCtrl_GetLexer(_swigobj) (_swigobj->GetLexer())
8888 static PyObject
*_wrap_wxStyledTextCtrl_GetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8889 PyObject
* _resultobj
;
8891 wxStyledTextCtrl
* _arg0
;
8892 PyObject
* _argo0
= 0;
8893 char *_kwnames
[] = { "self", NULL
};
8896 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLexer",_kwnames
,&_argo0
))
8899 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8900 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8901 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLexer. Expected _wxStyledTextCtrl_p.");
8906 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8907 _result
= (int )wxStyledTextCtrl_GetLexer(_arg0
);
8909 wxPyEndAllowThreads(__tstate
);
8910 if (PyErr_Occurred()) return NULL
;
8911 } _resultobj
= Py_BuildValue("i",_result
);
8915 #define wxStyledTextCtrl_Colourise(_swigobj,_swigarg0,_swigarg1) (_swigobj->Colourise(_swigarg0,_swigarg1))
8916 static PyObject
*_wrap_wxStyledTextCtrl_Colourise(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8917 PyObject
* _resultobj
;
8918 wxStyledTextCtrl
* _arg0
;
8921 PyObject
* _argo0
= 0;
8922 char *_kwnames
[] = { "self","start","end", NULL
};
8925 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_Colourise",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8928 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8929 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8930 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Colourise. Expected _wxStyledTextCtrl_p.");
8935 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8936 wxStyledTextCtrl_Colourise(_arg0
,_arg1
,_arg2
);
8938 wxPyEndAllowThreads(__tstate
);
8939 if (PyErr_Occurred()) return NULL
;
8940 } Py_INCREF(Py_None
);
8941 _resultobj
= Py_None
;
8945 #define wxStyledTextCtrl_SetProperty(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetProperty(_swigarg0,_swigarg1))
8946 static PyObject
*_wrap_wxStyledTextCtrl_SetProperty(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8947 PyObject
* _resultobj
;
8948 wxStyledTextCtrl
* _arg0
;
8951 PyObject
* _argo0
= 0;
8952 PyObject
* _obj1
= 0;
8953 PyObject
* _obj2
= 0;
8954 char *_kwnames
[] = { "self","key","value", NULL
};
8957 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxStyledTextCtrl_SetProperty",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
8960 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8961 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8962 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetProperty. Expected _wxStyledTextCtrl_p.");
8967 _arg1
= wxString_in_helper(_obj1
);
8972 _arg2
= wxString_in_helper(_obj2
);
8977 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8978 wxStyledTextCtrl_SetProperty(_arg0
,*_arg1
,*_arg2
);
8980 wxPyEndAllowThreads(__tstate
);
8981 if (PyErr_Occurred()) return NULL
;
8982 } Py_INCREF(Py_None
);
8983 _resultobj
= Py_None
;
8995 #define wxStyledTextCtrl_SetKeyWords(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetKeyWords(_swigarg0,_swigarg1))
8996 static PyObject
*_wrap_wxStyledTextCtrl_SetKeyWords(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8997 PyObject
* _resultobj
;
8998 wxStyledTextCtrl
* _arg0
;
9001 PyObject
* _argo0
= 0;
9002 PyObject
* _obj2
= 0;
9003 char *_kwnames
[] = { "self","keywordSet","keyWords", NULL
};
9006 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetKeyWords",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
9009 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9010 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9011 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetKeyWords. Expected _wxStyledTextCtrl_p.");
9016 _arg2
= wxString_in_helper(_obj2
);
9021 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9022 wxStyledTextCtrl_SetKeyWords(_arg0
,_arg1
,*_arg2
);
9024 wxPyEndAllowThreads(__tstate
);
9025 if (PyErr_Occurred()) return NULL
;
9026 } Py_INCREF(Py_None
);
9027 _resultobj
= Py_None
;
9035 #define wxStyledTextCtrl_SetLexerLanguage(_swigobj,_swigarg0) (_swigobj->SetLexerLanguage(_swigarg0))
9036 static PyObject
*_wrap_wxStyledTextCtrl_SetLexerLanguage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9037 PyObject
* _resultobj
;
9038 wxStyledTextCtrl
* _arg0
;
9040 PyObject
* _argo0
= 0;
9041 PyObject
* _obj1
= 0;
9042 char *_kwnames
[] = { "self","language", NULL
};
9045 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetLexerLanguage",_kwnames
,&_argo0
,&_obj1
))
9048 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9049 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9050 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexerLanguage. Expected _wxStyledTextCtrl_p.");
9055 _arg1
= wxString_in_helper(_obj1
);
9060 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9061 wxStyledTextCtrl_SetLexerLanguage(_arg0
,*_arg1
);
9063 wxPyEndAllowThreads(__tstate
);
9064 if (PyErr_Occurred()) return NULL
;
9065 } Py_INCREF(Py_None
);
9066 _resultobj
= Py_None
;
9074 #define wxStyledTextCtrl_GetCurrentLine(_swigobj) (_swigobj->GetCurrentLine())
9075 static PyObject
*_wrap_wxStyledTextCtrl_GetCurrentLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9076 PyObject
* _resultobj
;
9078 wxStyledTextCtrl
* _arg0
;
9079 PyObject
* _argo0
= 0;
9080 char *_kwnames
[] = { "self", NULL
};
9083 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentLine",_kwnames
,&_argo0
))
9086 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9087 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9088 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentLine. Expected _wxStyledTextCtrl_p.");
9093 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9094 _result
= (int )wxStyledTextCtrl_GetCurrentLine(_arg0
);
9096 wxPyEndAllowThreads(__tstate
);
9097 if (PyErr_Occurred()) return NULL
;
9098 } _resultobj
= Py_BuildValue("i",_result
);
9102 #define wxStyledTextCtrl_StyleSetSpec(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSpec(_swigarg0,_swigarg1))
9103 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSpec(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9104 PyObject
* _resultobj
;
9105 wxStyledTextCtrl
* _arg0
;
9108 PyObject
* _argo0
= 0;
9109 PyObject
* _obj2
= 0;
9110 char *_kwnames
[] = { "self","styleNum","spec", NULL
};
9113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetSpec",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
9116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSpec. Expected _wxStyledTextCtrl_p.");
9123 _arg2
= wxString_in_helper(_obj2
);
9128 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9129 wxStyledTextCtrl_StyleSetSpec(_arg0
,_arg1
,*_arg2
);
9131 wxPyEndAllowThreads(__tstate
);
9132 if (PyErr_Occurred()) return NULL
;
9133 } Py_INCREF(Py_None
);
9134 _resultobj
= Py_None
;
9142 #define wxStyledTextCtrl_StyleSetFont(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFont(_swigarg0,_swigarg1))
9143 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9144 PyObject
* _resultobj
;
9145 wxStyledTextCtrl
* _arg0
;
9148 PyObject
* _argo0
= 0;
9149 PyObject
* _argo2
= 0;
9150 char *_kwnames
[] = { "self","styleNum","font", NULL
};
9153 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFont",_kwnames
,&_argo0
,&_arg1
,&_argo2
))
9156 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9157 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9158 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFont. Expected _wxStyledTextCtrl_p.");
9163 if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) {
9164 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_StyleSetFont. Expected _wxFont_p.");
9169 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9170 wxStyledTextCtrl_StyleSetFont(_arg0
,_arg1
,*_arg2
);
9172 wxPyEndAllowThreads(__tstate
);
9173 if (PyErr_Occurred()) return NULL
;
9174 } Py_INCREF(Py_None
);
9175 _resultobj
= Py_None
;
9179 #define wxStyledTextCtrl_StyleSetFontAttr(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->StyleSetFontAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
9180 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFontAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9181 PyObject
* _resultobj
;
9182 wxStyledTextCtrl
* _arg0
;
9189 PyObject
* _argo0
= 0;
9190 PyObject
* _obj3
= 0;
9194 char *_kwnames
[] = { "self","styleNum","size","faceName","bold","italic","underline", NULL
};
9197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOiii:wxStyledTextCtrl_StyleSetFontAttr",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
,&tempbool6
))
9200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFontAttr. Expected _wxStyledTextCtrl_p.");
9207 _arg3
= wxString_in_helper(_obj3
);
9211 _arg4
= (bool ) tempbool4
;
9212 _arg5
= (bool ) tempbool5
;
9213 _arg6
= (bool ) tempbool6
;
9215 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9216 wxStyledTextCtrl_StyleSetFontAttr(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
);
9218 wxPyEndAllowThreads(__tstate
);
9219 if (PyErr_Occurred()) return NULL
;
9220 } Py_INCREF(Py_None
);
9221 _resultobj
= Py_None
;
9229 #define wxStyledTextCtrl_CmdKeyExecute(_swigobj,_swigarg0) (_swigobj->CmdKeyExecute(_swigarg0))
9230 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyExecute(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9231 PyObject
* _resultobj
;
9232 wxStyledTextCtrl
* _arg0
;
9234 PyObject
* _argo0
= 0;
9235 char *_kwnames
[] = { "self","cmd", NULL
};
9238 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_CmdKeyExecute",_kwnames
,&_argo0
,&_arg1
))
9241 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9242 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9243 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyExecute. Expected _wxStyledTextCtrl_p.");
9248 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9249 wxStyledTextCtrl_CmdKeyExecute(_arg0
,_arg1
);
9251 wxPyEndAllowThreads(__tstate
);
9252 if (PyErr_Occurred()) return NULL
;
9253 } Py_INCREF(Py_None
);
9254 _resultobj
= Py_None
;
9258 #define wxStyledTextCtrl_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
9259 static PyObject
*_wrap_wxStyledTextCtrl_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9260 PyObject
* _resultobj
;
9261 wxStyledTextCtrl
* _arg0
;
9264 PyObject
* _argo0
= 0;
9265 char *_kwnames
[] = { "self","left","right", NULL
};
9268 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
9271 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9272 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9273 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMargins. Expected _wxStyledTextCtrl_p.");
9278 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9279 wxStyledTextCtrl_SetMargins(_arg0
,_arg1
,_arg2
);
9281 wxPyEndAllowThreads(__tstate
);
9282 if (PyErr_Occurred()) return NULL
;
9283 } Py_INCREF(Py_None
);
9284 _resultobj
= Py_None
;
9288 #define wxStyledTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
9289 static PyObject
*_wrap_wxStyledTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9290 PyObject
* _resultobj
;
9291 wxStyledTextCtrl
* _arg0
;
9296 PyObject
* _argo0
= 0;
9297 char *_kwnames
[] = { "self", NULL
};
9306 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelection",_kwnames
,&_argo0
))
9309 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9310 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9311 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelection. Expected _wxStyledTextCtrl_p.");
9316 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9317 wxStyledTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
9319 wxPyEndAllowThreads(__tstate
);
9320 if (PyErr_Occurred()) return NULL
;
9321 } Py_INCREF(Py_None
);
9322 _resultobj
= Py_None
;
9325 o
= PyInt_FromLong((long) (*_arg1
));
9326 _resultobj
= t_output_helper(_resultobj
, o
);
9330 o
= PyInt_FromLong((long) (*_arg2
));
9331 _resultobj
= t_output_helper(_resultobj
, o
);
9336 #define wxStyledTextCtrl_PointFromPosition(_swigobj,_swigarg0) (_swigobj->PointFromPosition(_swigarg0))
9337 static PyObject
*_wrap_wxStyledTextCtrl_PointFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9338 PyObject
* _resultobj
;
9340 wxStyledTextCtrl
* _arg0
;
9342 PyObject
* _argo0
= 0;
9343 char *_kwnames
[] = { "self","pos", NULL
};
9347 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PointFromPosition",_kwnames
,&_argo0
,&_arg1
))
9350 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9351 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9352 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PointFromPosition. Expected _wxStyledTextCtrl_p.");
9357 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9358 _result
= new wxPoint (wxStyledTextCtrl_PointFromPosition(_arg0
,_arg1
));
9360 wxPyEndAllowThreads(__tstate
);
9361 if (PyErr_Occurred()) return NULL
;
9362 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p");
9363 _resultobj
= Py_BuildValue("s",_ptemp
);
9367 #define wxStyledTextCtrl_ScrollToLine(_swigobj,_swigarg0) (_swigobj->ScrollToLine(_swigarg0))
9368 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9369 PyObject
* _resultobj
;
9370 wxStyledTextCtrl
* _arg0
;
9372 PyObject
* _argo0
= 0;
9373 char *_kwnames
[] = { "self","line", NULL
};
9376 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToLine",_kwnames
,&_argo0
,&_arg1
))
9379 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9380 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9381 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToLine. Expected _wxStyledTextCtrl_p.");
9386 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9387 wxStyledTextCtrl_ScrollToLine(_arg0
,_arg1
);
9389 wxPyEndAllowThreads(__tstate
);
9390 if (PyErr_Occurred()) return NULL
;
9391 } Py_INCREF(Py_None
);
9392 _resultobj
= Py_None
;
9396 #define wxStyledTextCtrl_ScrollToColumn(_swigobj,_swigarg0) (_swigobj->ScrollToColumn(_swigarg0))
9397 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9398 PyObject
* _resultobj
;
9399 wxStyledTextCtrl
* _arg0
;
9401 PyObject
* _argo0
= 0;
9402 char *_kwnames
[] = { "self","column", NULL
};
9405 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToColumn",_kwnames
,&_argo0
,&_arg1
))
9408 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9409 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9410 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToColumn. Expected _wxStyledTextCtrl_p.");
9415 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9416 wxStyledTextCtrl_ScrollToColumn(_arg0
,_arg1
);
9418 wxPyEndAllowThreads(__tstate
);
9419 if (PyErr_Occurred()) return NULL
;
9420 } Py_INCREF(Py_None
);
9421 _resultobj
= Py_None
;
9425 #define wxStyledTextCtrl_SendMsg(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SendMsg(_swigarg0,_swigarg1,_swigarg2))
9426 static PyObject
*_wrap_wxStyledTextCtrl_SendMsg(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9427 PyObject
* _resultobj
;
9429 wxStyledTextCtrl
* _arg0
;
9431 long _arg2
= (long ) 0;
9432 long _arg3
= (long ) 0;
9433 PyObject
* _argo0
= 0;
9434 char *_kwnames
[] = { "self","msg","wp","lp", NULL
};
9437 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|ll:wxStyledTextCtrl_SendMsg",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))
9440 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9441 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9442 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SendMsg. Expected _wxStyledTextCtrl_p.");
9447 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9448 _result
= (long )wxStyledTextCtrl_SendMsg(_arg0
,_arg1
,_arg2
,_arg3
);
9450 wxPyEndAllowThreads(__tstate
);
9451 if (PyErr_Occurred()) return NULL
;
9452 } _resultobj
= Py_BuildValue("l",_result
);
9456 #define wxStyledTextCtrl_SetVScrollBar(_swigobj,_swigarg0) (_swigobj->SetVScrollBar(_swigarg0))
9457 static PyObject
*_wrap_wxStyledTextCtrl_SetVScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9458 PyObject
* _resultobj
;
9459 wxStyledTextCtrl
* _arg0
;
9460 wxScrollBar
* _arg1
;
9461 PyObject
* _argo0
= 0;
9462 PyObject
* _argo1
= 0;
9463 char *_kwnames
[] = { "self","bar", NULL
};
9466 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetVScrollBar",_kwnames
,&_argo0
,&_argo1
))
9469 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9470 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9471 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVScrollBar. Expected _wxStyledTextCtrl_p.");
9476 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9477 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) {
9478 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetVScrollBar. Expected _wxScrollBar_p.");
9483 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9484 wxStyledTextCtrl_SetVScrollBar(_arg0
,_arg1
);
9486 wxPyEndAllowThreads(__tstate
);
9487 if (PyErr_Occurred()) return NULL
;
9488 } Py_INCREF(Py_None
);
9489 _resultobj
= Py_None
;
9493 #define wxStyledTextCtrl_SetHScrollBar(_swigobj,_swigarg0) (_swigobj->SetHScrollBar(_swigarg0))
9494 static PyObject
*_wrap_wxStyledTextCtrl_SetHScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9495 PyObject
* _resultobj
;
9496 wxStyledTextCtrl
* _arg0
;
9497 wxScrollBar
* _arg1
;
9498 PyObject
* _argo0
= 0;
9499 PyObject
* _argo1
= 0;
9500 char *_kwnames
[] = { "self","bar", NULL
};
9503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetHScrollBar",_kwnames
,&_argo0
,&_argo1
))
9506 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9507 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9508 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHScrollBar. Expected _wxStyledTextCtrl_p.");
9513 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9514 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) {
9515 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetHScrollBar. Expected _wxScrollBar_p.");
9520 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9521 wxStyledTextCtrl_SetHScrollBar(_arg0
,_arg1
);
9523 wxPyEndAllowThreads(__tstate
);
9524 if (PyErr_Occurred()) return NULL
;
9525 } Py_INCREF(Py_None
);
9526 _resultobj
= Py_None
;
9530 #define wxStyledTextCtrl_GetLastKeydownProcessed(_swigobj) (_swigobj->GetLastKeydownProcessed())
9531 static PyObject
*_wrap_wxStyledTextCtrl_GetLastKeydownProcessed(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9532 PyObject
* _resultobj
;
9534 wxStyledTextCtrl
* _arg0
;
9535 PyObject
* _argo0
= 0;
9536 char *_kwnames
[] = { "self", NULL
};
9539 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLastKeydownProcessed",_kwnames
,&_argo0
))
9542 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9543 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9544 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastKeydownProcessed. Expected _wxStyledTextCtrl_p.");
9549 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9550 _result
= (bool )wxStyledTextCtrl_GetLastKeydownProcessed(_arg0
);
9552 wxPyEndAllowThreads(__tstate
);
9553 if (PyErr_Occurred()) return NULL
;
9554 } _resultobj
= Py_BuildValue("i",_result
);
9558 #define wxStyledTextCtrl_SetLastKeydownProcessed(_swigobj,_swigarg0) (_swigobj->SetLastKeydownProcessed(_swigarg0))
9559 static PyObject
*_wrap_wxStyledTextCtrl_SetLastKeydownProcessed(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9560 PyObject
* _resultobj
;
9561 wxStyledTextCtrl
* _arg0
;
9563 PyObject
* _argo0
= 0;
9565 char *_kwnames
[] = { "self","val", NULL
};
9568 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLastKeydownProcessed",_kwnames
,&_argo0
,&tempbool1
))
9571 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9572 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9573 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLastKeydownProcessed. Expected _wxStyledTextCtrl_p.");
9577 _arg1
= (bool ) tempbool1
;
9579 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9580 wxStyledTextCtrl_SetLastKeydownProcessed(_arg0
,_arg1
);
9582 wxPyEndAllowThreads(__tstate
);
9583 if (PyErr_Occurred()) return NULL
;
9584 } Py_INCREF(Py_None
);
9585 _resultobj
= Py_None
;
9589 static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr
) {
9590 wxStyledTextEvent
*src
;
9591 wxCommandEvent
*dest
;
9592 src
= (wxStyledTextEvent
*) ptr
;
9593 dest
= (wxCommandEvent
*) src
;
9594 return (void *) dest
;
9597 static void *SwigwxStyledTextEventTowxEvent(void *ptr
) {
9598 wxStyledTextEvent
*src
;
9600 src
= (wxStyledTextEvent
*) ptr
;
9601 dest
= (wxEvent
*) src
;
9602 return (void *) dest
;
9605 static void *SwigwxStyledTextEventTowxObject(void *ptr
) {
9606 wxStyledTextEvent
*src
;
9608 src
= (wxStyledTextEvent
*) ptr
;
9609 dest
= (wxObject
*) src
;
9610 return (void *) dest
;
9613 #define new_wxStyledTextEvent(_swigarg0,_swigarg1) (new wxStyledTextEvent(_swigarg0,_swigarg1))
9614 static PyObject
*_wrap_new_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9615 PyObject
* _resultobj
;
9616 wxStyledTextEvent
* _result
;
9617 wxEventType _arg0
= (wxEventType
) 0;
9618 int _arg1
= (int ) 0;
9619 char *_kwnames
[] = { "commandType","id", NULL
};
9623 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ii:new_wxStyledTextEvent",_kwnames
,&_arg0
,&_arg1
))
9626 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9627 _result
= (wxStyledTextEvent
*)new_wxStyledTextEvent(_arg0
,_arg1
);
9629 wxPyEndAllowThreads(__tstate
);
9630 if (PyErr_Occurred()) return NULL
;
9632 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextEvent_p");
9633 _resultobj
= Py_BuildValue("s",_ptemp
);
9636 _resultobj
= Py_None
;
9641 #define delete_wxStyledTextEvent(_swigobj) (delete _swigobj)
9642 static PyObject
*_wrap_delete_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9643 PyObject
* _resultobj
;
9644 wxStyledTextEvent
* _arg0
;
9645 PyObject
* _argo0
= 0;
9646 char *_kwnames
[] = { "self", NULL
};
9649 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxStyledTextEvent",_kwnames
,&_argo0
))
9652 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9653 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9654 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxStyledTextEvent. Expected _wxStyledTextEvent_p.");
9659 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9660 delete_wxStyledTextEvent(_arg0
);
9662 wxPyEndAllowThreads(__tstate
);
9663 if (PyErr_Occurred()) return NULL
;
9664 } Py_INCREF(Py_None
);
9665 _resultobj
= Py_None
;
9669 #define wxStyledTextEvent_SetPosition(_swigobj,_swigarg0) (_swigobj->SetPosition(_swigarg0))
9670 static PyObject
*_wrap_wxStyledTextEvent_SetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9671 PyObject
* _resultobj
;
9672 wxStyledTextEvent
* _arg0
;
9674 PyObject
* _argo0
= 0;
9675 char *_kwnames
[] = { "self","pos", NULL
};
9678 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetPosition",_kwnames
,&_argo0
,&_arg1
))
9681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetPosition. Expected _wxStyledTextEvent_p.");
9688 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9689 wxStyledTextEvent_SetPosition(_arg0
,_arg1
);
9691 wxPyEndAllowThreads(__tstate
);
9692 if (PyErr_Occurred()) return NULL
;
9693 } Py_INCREF(Py_None
);
9694 _resultobj
= Py_None
;
9698 #define wxStyledTextEvent_SetKey(_swigobj,_swigarg0) (_swigobj->SetKey(_swigarg0))
9699 static PyObject
*_wrap_wxStyledTextEvent_SetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9700 PyObject
* _resultobj
;
9701 wxStyledTextEvent
* _arg0
;
9703 PyObject
* _argo0
= 0;
9704 char *_kwnames
[] = { "self","k", NULL
};
9707 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetKey",_kwnames
,&_argo0
,&_arg1
))
9710 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9711 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9712 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetKey. Expected _wxStyledTextEvent_p.");
9717 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9718 wxStyledTextEvent_SetKey(_arg0
,_arg1
);
9720 wxPyEndAllowThreads(__tstate
);
9721 if (PyErr_Occurred()) return NULL
;
9722 } Py_INCREF(Py_None
);
9723 _resultobj
= Py_None
;
9727 #define wxStyledTextEvent_SetModifiers(_swigobj,_swigarg0) (_swigobj->SetModifiers(_swigarg0))
9728 static PyObject
*_wrap_wxStyledTextEvent_SetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9729 PyObject
* _resultobj
;
9730 wxStyledTextEvent
* _arg0
;
9732 PyObject
* _argo0
= 0;
9733 char *_kwnames
[] = { "self","m", NULL
};
9736 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModifiers",_kwnames
,&_argo0
,&_arg1
))
9739 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9740 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9741 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModifiers. Expected _wxStyledTextEvent_p.");
9746 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9747 wxStyledTextEvent_SetModifiers(_arg0
,_arg1
);
9749 wxPyEndAllowThreads(__tstate
);
9750 if (PyErr_Occurred()) return NULL
;
9751 } Py_INCREF(Py_None
);
9752 _resultobj
= Py_None
;
9756 #define wxStyledTextEvent_SetModificationType(_swigobj,_swigarg0) (_swigobj->SetModificationType(_swigarg0))
9757 static PyObject
*_wrap_wxStyledTextEvent_SetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9758 PyObject
* _resultobj
;
9759 wxStyledTextEvent
* _arg0
;
9761 PyObject
* _argo0
= 0;
9762 char *_kwnames
[] = { "self","t", NULL
};
9765 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModificationType",_kwnames
,&_argo0
,&_arg1
))
9768 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9769 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9770 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModificationType. Expected _wxStyledTextEvent_p.");
9775 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9776 wxStyledTextEvent_SetModificationType(_arg0
,_arg1
);
9778 wxPyEndAllowThreads(__tstate
);
9779 if (PyErr_Occurred()) return NULL
;
9780 } Py_INCREF(Py_None
);
9781 _resultobj
= Py_None
;
9785 #define wxStyledTextEvent_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
9786 static PyObject
*_wrap_wxStyledTextEvent_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9787 PyObject
* _resultobj
;
9788 wxStyledTextEvent
* _arg0
;
9790 PyObject
* _argo0
= 0;
9791 PyObject
* _obj1
= 0;
9792 char *_kwnames
[] = { "self","t", NULL
};
9795 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_SetText",_kwnames
,&_argo0
,&_obj1
))
9798 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9799 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9800 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetText. Expected _wxStyledTextEvent_p.");
9805 _arg1
= wxString_in_helper(_obj1
);
9810 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9811 wxStyledTextEvent_SetText(_arg0
,*_arg1
);
9813 wxPyEndAllowThreads(__tstate
);
9814 if (PyErr_Occurred()) return NULL
;
9815 } Py_INCREF(Py_None
);
9816 _resultobj
= Py_None
;
9824 #define wxStyledTextEvent_SetLength(_swigobj,_swigarg0) (_swigobj->SetLength(_swigarg0))
9825 static PyObject
*_wrap_wxStyledTextEvent_SetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9826 PyObject
* _resultobj
;
9827 wxStyledTextEvent
* _arg0
;
9829 PyObject
* _argo0
= 0;
9830 char *_kwnames
[] = { "self","len", NULL
};
9833 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLength",_kwnames
,&_argo0
,&_arg1
))
9836 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9837 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9838 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLength. Expected _wxStyledTextEvent_p.");
9843 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9844 wxStyledTextEvent_SetLength(_arg0
,_arg1
);
9846 wxPyEndAllowThreads(__tstate
);
9847 if (PyErr_Occurred()) return NULL
;
9848 } Py_INCREF(Py_None
);
9849 _resultobj
= Py_None
;
9853 #define wxStyledTextEvent_SetLinesAdded(_swigobj,_swigarg0) (_swigobj->SetLinesAdded(_swigarg0))
9854 static PyObject
*_wrap_wxStyledTextEvent_SetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9855 PyObject
* _resultobj
;
9856 wxStyledTextEvent
* _arg0
;
9858 PyObject
* _argo0
= 0;
9859 char *_kwnames
[] = { "self","num", NULL
};
9862 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLinesAdded",_kwnames
,&_argo0
,&_arg1
))
9865 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9866 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9867 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLinesAdded. Expected _wxStyledTextEvent_p.");
9872 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9873 wxStyledTextEvent_SetLinesAdded(_arg0
,_arg1
);
9875 wxPyEndAllowThreads(__tstate
);
9876 if (PyErr_Occurred()) return NULL
;
9877 } Py_INCREF(Py_None
);
9878 _resultobj
= Py_None
;
9882 #define wxStyledTextEvent_SetLine(_swigobj,_swigarg0) (_swigobj->SetLine(_swigarg0))
9883 static PyObject
*_wrap_wxStyledTextEvent_SetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9884 PyObject
* _resultobj
;
9885 wxStyledTextEvent
* _arg0
;
9887 PyObject
* _argo0
= 0;
9888 char *_kwnames
[] = { "self","val", NULL
};
9891 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLine",_kwnames
,&_argo0
,&_arg1
))
9894 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9895 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9896 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLine. Expected _wxStyledTextEvent_p.");
9901 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9902 wxStyledTextEvent_SetLine(_arg0
,_arg1
);
9904 wxPyEndAllowThreads(__tstate
);
9905 if (PyErr_Occurred()) return NULL
;
9906 } Py_INCREF(Py_None
);
9907 _resultobj
= Py_None
;
9911 #define wxStyledTextEvent_SetFoldLevelNow(_swigobj,_swigarg0) (_swigobj->SetFoldLevelNow(_swigarg0))
9912 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9913 PyObject
* _resultobj
;
9914 wxStyledTextEvent
* _arg0
;
9916 PyObject
* _argo0
= 0;
9917 char *_kwnames
[] = { "self","val", NULL
};
9920 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelNow",_kwnames
,&_argo0
,&_arg1
))
9923 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9924 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9925 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelNow. Expected _wxStyledTextEvent_p.");
9930 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9931 wxStyledTextEvent_SetFoldLevelNow(_arg0
,_arg1
);
9933 wxPyEndAllowThreads(__tstate
);
9934 if (PyErr_Occurred()) return NULL
;
9935 } Py_INCREF(Py_None
);
9936 _resultobj
= Py_None
;
9940 #define wxStyledTextEvent_SetFoldLevelPrev(_swigobj,_swigarg0) (_swigobj->SetFoldLevelPrev(_swigarg0))
9941 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9942 PyObject
* _resultobj
;
9943 wxStyledTextEvent
* _arg0
;
9945 PyObject
* _argo0
= 0;
9946 char *_kwnames
[] = { "self","val", NULL
};
9949 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelPrev",_kwnames
,&_argo0
,&_arg1
))
9952 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9953 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9954 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
9959 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9960 wxStyledTextEvent_SetFoldLevelPrev(_arg0
,_arg1
);
9962 wxPyEndAllowThreads(__tstate
);
9963 if (PyErr_Occurred()) return NULL
;
9964 } Py_INCREF(Py_None
);
9965 _resultobj
= Py_None
;
9969 #define wxStyledTextEvent_SetMargin(_swigobj,_swigarg0) (_swigobj->SetMargin(_swigarg0))
9970 static PyObject
*_wrap_wxStyledTextEvent_SetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9971 PyObject
* _resultobj
;
9972 wxStyledTextEvent
* _arg0
;
9974 PyObject
* _argo0
= 0;
9975 char *_kwnames
[] = { "self","val", NULL
};
9978 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMargin",_kwnames
,&_argo0
,&_arg1
))
9981 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9982 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9983 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMargin. Expected _wxStyledTextEvent_p.");
9988 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9989 wxStyledTextEvent_SetMargin(_arg0
,_arg1
);
9991 wxPyEndAllowThreads(__tstate
);
9992 if (PyErr_Occurred()) return NULL
;
9993 } Py_INCREF(Py_None
);
9994 _resultobj
= Py_None
;
9998 #define wxStyledTextEvent_SetMessage(_swigobj,_swigarg0) (_swigobj->SetMessage(_swigarg0))
9999 static PyObject
*_wrap_wxStyledTextEvent_SetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10000 PyObject
* _resultobj
;
10001 wxStyledTextEvent
* _arg0
;
10003 PyObject
* _argo0
= 0;
10004 char *_kwnames
[] = { "self","val", NULL
};
10007 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMessage",_kwnames
,&_argo0
,&_arg1
))
10010 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10011 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10012 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMessage. Expected _wxStyledTextEvent_p.");
10017 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10018 wxStyledTextEvent_SetMessage(_arg0
,_arg1
);
10020 wxPyEndAllowThreads(__tstate
);
10021 if (PyErr_Occurred()) return NULL
;
10022 } Py_INCREF(Py_None
);
10023 _resultobj
= Py_None
;
10027 #define wxStyledTextEvent_SetWParam(_swigobj,_swigarg0) (_swigobj->SetWParam(_swigarg0))
10028 static PyObject
*_wrap_wxStyledTextEvent_SetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10029 PyObject
* _resultobj
;
10030 wxStyledTextEvent
* _arg0
;
10032 PyObject
* _argo0
= 0;
10033 char *_kwnames
[] = { "self","val", NULL
};
10036 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetWParam",_kwnames
,&_argo0
,&_arg1
))
10039 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10040 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10041 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetWParam. Expected _wxStyledTextEvent_p.");
10046 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10047 wxStyledTextEvent_SetWParam(_arg0
,_arg1
);
10049 wxPyEndAllowThreads(__tstate
);
10050 if (PyErr_Occurred()) return NULL
;
10051 } Py_INCREF(Py_None
);
10052 _resultobj
= Py_None
;
10056 #define wxStyledTextEvent_SetLParam(_swigobj,_swigarg0) (_swigobj->SetLParam(_swigarg0))
10057 static PyObject
*_wrap_wxStyledTextEvent_SetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10058 PyObject
* _resultobj
;
10059 wxStyledTextEvent
* _arg0
;
10061 PyObject
* _argo0
= 0;
10062 char *_kwnames
[] = { "self","val", NULL
};
10065 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLParam",_kwnames
,&_argo0
,&_arg1
))
10068 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10069 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10070 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLParam. Expected _wxStyledTextEvent_p.");
10075 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10076 wxStyledTextEvent_SetLParam(_arg0
,_arg1
);
10078 wxPyEndAllowThreads(__tstate
);
10079 if (PyErr_Occurred()) return NULL
;
10080 } Py_INCREF(Py_None
);
10081 _resultobj
= Py_None
;
10085 #define wxStyledTextEvent_SetListType(_swigobj,_swigarg0) (_swigobj->SetListType(_swigarg0))
10086 static PyObject
*_wrap_wxStyledTextEvent_SetListType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10087 PyObject
* _resultobj
;
10088 wxStyledTextEvent
* _arg0
;
10090 PyObject
* _argo0
= 0;
10091 char *_kwnames
[] = { "self","val", NULL
};
10094 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetListType",_kwnames
,&_argo0
,&_arg1
))
10097 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10098 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10099 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetListType. Expected _wxStyledTextEvent_p.");
10104 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10105 wxStyledTextEvent_SetListType(_arg0
,_arg1
);
10107 wxPyEndAllowThreads(__tstate
);
10108 if (PyErr_Occurred()) return NULL
;
10109 } Py_INCREF(Py_None
);
10110 _resultobj
= Py_None
;
10114 #define wxStyledTextEvent_SetX(_swigobj,_swigarg0) (_swigobj->SetX(_swigarg0))
10115 static PyObject
*_wrap_wxStyledTextEvent_SetX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10116 PyObject
* _resultobj
;
10117 wxStyledTextEvent
* _arg0
;
10119 PyObject
* _argo0
= 0;
10120 char *_kwnames
[] = { "self","val", NULL
};
10123 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetX",_kwnames
,&_argo0
,&_arg1
))
10126 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10127 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10128 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetX. Expected _wxStyledTextEvent_p.");
10133 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10134 wxStyledTextEvent_SetX(_arg0
,_arg1
);
10136 wxPyEndAllowThreads(__tstate
);
10137 if (PyErr_Occurred()) return NULL
;
10138 } Py_INCREF(Py_None
);
10139 _resultobj
= Py_None
;
10143 #define wxStyledTextEvent_SetY(_swigobj,_swigarg0) (_swigobj->SetY(_swigarg0))
10144 static PyObject
*_wrap_wxStyledTextEvent_SetY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10145 PyObject
* _resultobj
;
10146 wxStyledTextEvent
* _arg0
;
10148 PyObject
* _argo0
= 0;
10149 char *_kwnames
[] = { "self","val", NULL
};
10152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetY",_kwnames
,&_argo0
,&_arg1
))
10155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetY. Expected _wxStyledTextEvent_p.");
10162 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10163 wxStyledTextEvent_SetY(_arg0
,_arg1
);
10165 wxPyEndAllowThreads(__tstate
);
10166 if (PyErr_Occurred()) return NULL
;
10167 } Py_INCREF(Py_None
);
10168 _resultobj
= Py_None
;
10172 #define wxStyledTextEvent_SetDragText(_swigobj,_swigarg0) (_swigobj->SetDragText(_swigarg0))
10173 static PyObject
*_wrap_wxStyledTextEvent_SetDragText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10174 PyObject
* _resultobj
;
10175 wxStyledTextEvent
* _arg0
;
10177 PyObject
* _argo0
= 0;
10178 PyObject
* _obj1
= 0;
10179 char *_kwnames
[] = { "self","val", NULL
};
10182 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_SetDragText",_kwnames
,&_argo0
,&_obj1
))
10185 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10186 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10187 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragText. Expected _wxStyledTextEvent_p.");
10192 _arg1
= wxString_in_helper(_obj1
);
10197 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10198 wxStyledTextEvent_SetDragText(_arg0
,*_arg1
);
10200 wxPyEndAllowThreads(__tstate
);
10201 if (PyErr_Occurred()) return NULL
;
10202 } Py_INCREF(Py_None
);
10203 _resultobj
= Py_None
;
10211 #define wxStyledTextEvent_SetDragAllowMove(_swigobj,_swigarg0) (_swigobj->SetDragAllowMove(_swigarg0))
10212 static PyObject
*_wrap_wxStyledTextEvent_SetDragAllowMove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10213 PyObject
* _resultobj
;
10214 wxStyledTextEvent
* _arg0
;
10216 PyObject
* _argo0
= 0;
10218 char *_kwnames
[] = { "self","val", NULL
};
10221 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragAllowMove",_kwnames
,&_argo0
,&tempbool1
))
10224 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10225 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10226 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragAllowMove. Expected _wxStyledTextEvent_p.");
10230 _arg1
= (bool ) tempbool1
;
10232 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10233 wxStyledTextEvent_SetDragAllowMove(_arg0
,_arg1
);
10235 wxPyEndAllowThreads(__tstate
);
10236 if (PyErr_Occurred()) return NULL
;
10237 } Py_INCREF(Py_None
);
10238 _resultobj
= Py_None
;
10242 #define wxStyledTextEvent_SetDragResult(_swigobj,_swigarg0) (_swigobj->SetDragResult(_swigarg0))
10243 static PyObject
*_wrap_wxStyledTextEvent_SetDragResult(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10244 PyObject
* _resultobj
;
10245 wxStyledTextEvent
* _arg0
;
10246 wxDragResult _arg1
;
10247 PyObject
* _argo0
= 0;
10248 char *_kwnames
[] = { "self","val", NULL
};
10251 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragResult",_kwnames
,&_argo0
,&_arg1
))
10254 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10255 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10256 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragResult. Expected _wxStyledTextEvent_p.");
10261 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10262 wxStyledTextEvent_SetDragResult(_arg0
,_arg1
);
10264 wxPyEndAllowThreads(__tstate
);
10265 if (PyErr_Occurred()) return NULL
;
10266 } Py_INCREF(Py_None
);
10267 _resultobj
= Py_None
;
10271 #define wxStyledTextEvent_GetPosition(_swigobj) (_swigobj->GetPosition())
10272 static PyObject
*_wrap_wxStyledTextEvent_GetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10273 PyObject
* _resultobj
;
10275 wxStyledTextEvent
* _arg0
;
10276 PyObject
* _argo0
= 0;
10277 char *_kwnames
[] = { "self", NULL
};
10280 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetPosition",_kwnames
,&_argo0
))
10283 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10284 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10285 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetPosition. Expected _wxStyledTextEvent_p.");
10290 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10291 _result
= (int )wxStyledTextEvent_GetPosition(_arg0
);
10293 wxPyEndAllowThreads(__tstate
);
10294 if (PyErr_Occurred()) return NULL
;
10295 } _resultobj
= Py_BuildValue("i",_result
);
10299 #define wxStyledTextEvent_GetKey(_swigobj) (_swigobj->GetKey())
10300 static PyObject
*_wrap_wxStyledTextEvent_GetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10301 PyObject
* _resultobj
;
10303 wxStyledTextEvent
* _arg0
;
10304 PyObject
* _argo0
= 0;
10305 char *_kwnames
[] = { "self", NULL
};
10308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetKey",_kwnames
,&_argo0
))
10311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetKey. Expected _wxStyledTextEvent_p.");
10318 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10319 _result
= (int )wxStyledTextEvent_GetKey(_arg0
);
10321 wxPyEndAllowThreads(__tstate
);
10322 if (PyErr_Occurred()) return NULL
;
10323 } _resultobj
= Py_BuildValue("i",_result
);
10327 #define wxStyledTextEvent_GetModifiers(_swigobj) (_swigobj->GetModifiers())
10328 static PyObject
*_wrap_wxStyledTextEvent_GetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10329 PyObject
* _resultobj
;
10331 wxStyledTextEvent
* _arg0
;
10332 PyObject
* _argo0
= 0;
10333 char *_kwnames
[] = { "self", NULL
};
10336 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModifiers",_kwnames
,&_argo0
))
10339 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10340 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10341 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModifiers. Expected _wxStyledTextEvent_p.");
10346 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10347 _result
= (int )wxStyledTextEvent_GetModifiers(_arg0
);
10349 wxPyEndAllowThreads(__tstate
);
10350 if (PyErr_Occurred()) return NULL
;
10351 } _resultobj
= Py_BuildValue("i",_result
);
10355 #define wxStyledTextEvent_GetModificationType(_swigobj) (_swigobj->GetModificationType())
10356 static PyObject
*_wrap_wxStyledTextEvent_GetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10357 PyObject
* _resultobj
;
10359 wxStyledTextEvent
* _arg0
;
10360 PyObject
* _argo0
= 0;
10361 char *_kwnames
[] = { "self", NULL
};
10364 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModificationType",_kwnames
,&_argo0
))
10367 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10368 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10369 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModificationType. Expected _wxStyledTextEvent_p.");
10374 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10375 _result
= (int )wxStyledTextEvent_GetModificationType(_arg0
);
10377 wxPyEndAllowThreads(__tstate
);
10378 if (PyErr_Occurred()) return NULL
;
10379 } _resultobj
= Py_BuildValue("i",_result
);
10383 #define wxStyledTextEvent_GetText(_swigobj) (_swigobj->GetText())
10384 static PyObject
*_wrap_wxStyledTextEvent_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10385 PyObject
* _resultobj
;
10386 wxString
* _result
;
10387 wxStyledTextEvent
* _arg0
;
10388 PyObject
* _argo0
= 0;
10389 char *_kwnames
[] = { "self", NULL
};
10392 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetText",_kwnames
,&_argo0
))
10395 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10396 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10397 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetText. Expected _wxStyledTextEvent_p.");
10402 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10403 _result
= new wxString (wxStyledTextEvent_GetText(_arg0
));
10405 wxPyEndAllowThreads(__tstate
);
10406 if (PyErr_Occurred()) return NULL
;
10409 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
10411 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
10420 #define wxStyledTextEvent_GetLength(_swigobj) (_swigobj->GetLength())
10421 static PyObject
*_wrap_wxStyledTextEvent_GetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10422 PyObject
* _resultobj
;
10424 wxStyledTextEvent
* _arg0
;
10425 PyObject
* _argo0
= 0;
10426 char *_kwnames
[] = { "self", NULL
};
10429 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLength",_kwnames
,&_argo0
))
10432 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10433 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10434 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLength. Expected _wxStyledTextEvent_p.");
10439 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10440 _result
= (int )wxStyledTextEvent_GetLength(_arg0
);
10442 wxPyEndAllowThreads(__tstate
);
10443 if (PyErr_Occurred()) return NULL
;
10444 } _resultobj
= Py_BuildValue("i",_result
);
10448 #define wxStyledTextEvent_GetLinesAdded(_swigobj) (_swigobj->GetLinesAdded())
10449 static PyObject
*_wrap_wxStyledTextEvent_GetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10450 PyObject
* _resultobj
;
10452 wxStyledTextEvent
* _arg0
;
10453 PyObject
* _argo0
= 0;
10454 char *_kwnames
[] = { "self", NULL
};
10457 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLinesAdded",_kwnames
,&_argo0
))
10460 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10461 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10462 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLinesAdded. Expected _wxStyledTextEvent_p.");
10467 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10468 _result
= (int )wxStyledTextEvent_GetLinesAdded(_arg0
);
10470 wxPyEndAllowThreads(__tstate
);
10471 if (PyErr_Occurred()) return NULL
;
10472 } _resultobj
= Py_BuildValue("i",_result
);
10476 #define wxStyledTextEvent_GetLine(_swigobj) (_swigobj->GetLine())
10477 static PyObject
*_wrap_wxStyledTextEvent_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10478 PyObject
* _resultobj
;
10480 wxStyledTextEvent
* _arg0
;
10481 PyObject
* _argo0
= 0;
10482 char *_kwnames
[] = { "self", NULL
};
10485 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLine",_kwnames
,&_argo0
))
10488 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10489 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10490 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLine. Expected _wxStyledTextEvent_p.");
10495 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10496 _result
= (int )wxStyledTextEvent_GetLine(_arg0
);
10498 wxPyEndAllowThreads(__tstate
);
10499 if (PyErr_Occurred()) return NULL
;
10500 } _resultobj
= Py_BuildValue("i",_result
);
10504 #define wxStyledTextEvent_GetFoldLevelNow(_swigobj) (_swigobj->GetFoldLevelNow())
10505 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10506 PyObject
* _resultobj
;
10508 wxStyledTextEvent
* _arg0
;
10509 PyObject
* _argo0
= 0;
10510 char *_kwnames
[] = { "self", NULL
};
10513 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelNow",_kwnames
,&_argo0
))
10516 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10517 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10518 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelNow. Expected _wxStyledTextEvent_p.");
10523 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10524 _result
= (int )wxStyledTextEvent_GetFoldLevelNow(_arg0
);
10526 wxPyEndAllowThreads(__tstate
);
10527 if (PyErr_Occurred()) return NULL
;
10528 } _resultobj
= Py_BuildValue("i",_result
);
10532 #define wxStyledTextEvent_GetFoldLevelPrev(_swigobj) (_swigobj->GetFoldLevelPrev())
10533 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10534 PyObject
* _resultobj
;
10536 wxStyledTextEvent
* _arg0
;
10537 PyObject
* _argo0
= 0;
10538 char *_kwnames
[] = { "self", NULL
};
10541 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelPrev",_kwnames
,&_argo0
))
10544 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10545 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10546 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
10551 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10552 _result
= (int )wxStyledTextEvent_GetFoldLevelPrev(_arg0
);
10554 wxPyEndAllowThreads(__tstate
);
10555 if (PyErr_Occurred()) return NULL
;
10556 } _resultobj
= Py_BuildValue("i",_result
);
10560 #define wxStyledTextEvent_GetMargin(_swigobj) (_swigobj->GetMargin())
10561 static PyObject
*_wrap_wxStyledTextEvent_GetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10562 PyObject
* _resultobj
;
10564 wxStyledTextEvent
* _arg0
;
10565 PyObject
* _argo0
= 0;
10566 char *_kwnames
[] = { "self", NULL
};
10569 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMargin",_kwnames
,&_argo0
))
10572 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10573 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10574 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMargin. Expected _wxStyledTextEvent_p.");
10579 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10580 _result
= (int )wxStyledTextEvent_GetMargin(_arg0
);
10582 wxPyEndAllowThreads(__tstate
);
10583 if (PyErr_Occurred()) return NULL
;
10584 } _resultobj
= Py_BuildValue("i",_result
);
10588 #define wxStyledTextEvent_GetMessage(_swigobj) (_swigobj->GetMessage())
10589 static PyObject
*_wrap_wxStyledTextEvent_GetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10590 PyObject
* _resultobj
;
10592 wxStyledTextEvent
* _arg0
;
10593 PyObject
* _argo0
= 0;
10594 char *_kwnames
[] = { "self", NULL
};
10597 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMessage",_kwnames
,&_argo0
))
10600 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10601 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10602 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMessage. Expected _wxStyledTextEvent_p.");
10607 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10608 _result
= (int )wxStyledTextEvent_GetMessage(_arg0
);
10610 wxPyEndAllowThreads(__tstate
);
10611 if (PyErr_Occurred()) return NULL
;
10612 } _resultobj
= Py_BuildValue("i",_result
);
10616 #define wxStyledTextEvent_GetWParam(_swigobj) (_swigobj->GetWParam())
10617 static PyObject
*_wrap_wxStyledTextEvent_GetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10618 PyObject
* _resultobj
;
10620 wxStyledTextEvent
* _arg0
;
10621 PyObject
* _argo0
= 0;
10622 char *_kwnames
[] = { "self", NULL
};
10625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetWParam",_kwnames
,&_argo0
))
10628 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10629 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetWParam. Expected _wxStyledTextEvent_p.");
10635 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10636 _result
= (int )wxStyledTextEvent_GetWParam(_arg0
);
10638 wxPyEndAllowThreads(__tstate
);
10639 if (PyErr_Occurred()) return NULL
;
10640 } _resultobj
= Py_BuildValue("i",_result
);
10644 #define wxStyledTextEvent_GetLParam(_swigobj) (_swigobj->GetLParam())
10645 static PyObject
*_wrap_wxStyledTextEvent_GetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10646 PyObject
* _resultobj
;
10648 wxStyledTextEvent
* _arg0
;
10649 PyObject
* _argo0
= 0;
10650 char *_kwnames
[] = { "self", NULL
};
10653 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLParam",_kwnames
,&_argo0
))
10656 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10657 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10658 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLParam. Expected _wxStyledTextEvent_p.");
10663 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10664 _result
= (int )wxStyledTextEvent_GetLParam(_arg0
);
10666 wxPyEndAllowThreads(__tstate
);
10667 if (PyErr_Occurred()) return NULL
;
10668 } _resultobj
= Py_BuildValue("i",_result
);
10672 #define wxStyledTextEvent_GetListType(_swigobj) (_swigobj->GetListType())
10673 static PyObject
*_wrap_wxStyledTextEvent_GetListType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10674 PyObject
* _resultobj
;
10676 wxStyledTextEvent
* _arg0
;
10677 PyObject
* _argo0
= 0;
10678 char *_kwnames
[] = { "self", NULL
};
10681 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetListType",_kwnames
,&_argo0
))
10684 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10685 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10686 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetListType. Expected _wxStyledTextEvent_p.");
10691 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10692 _result
= (int )wxStyledTextEvent_GetListType(_arg0
);
10694 wxPyEndAllowThreads(__tstate
);
10695 if (PyErr_Occurred()) return NULL
;
10696 } _resultobj
= Py_BuildValue("i",_result
);
10700 #define wxStyledTextEvent_GetX(_swigobj) (_swigobj->GetX())
10701 static PyObject
*_wrap_wxStyledTextEvent_GetX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10702 PyObject
* _resultobj
;
10704 wxStyledTextEvent
* _arg0
;
10705 PyObject
* _argo0
= 0;
10706 char *_kwnames
[] = { "self", NULL
};
10709 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetX",_kwnames
,&_argo0
))
10712 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10713 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10714 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetX. Expected _wxStyledTextEvent_p.");
10719 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10720 _result
= (int )wxStyledTextEvent_GetX(_arg0
);
10722 wxPyEndAllowThreads(__tstate
);
10723 if (PyErr_Occurred()) return NULL
;
10724 } _resultobj
= Py_BuildValue("i",_result
);
10728 #define wxStyledTextEvent_GetY(_swigobj) (_swigobj->GetY())
10729 static PyObject
*_wrap_wxStyledTextEvent_GetY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10730 PyObject
* _resultobj
;
10732 wxStyledTextEvent
* _arg0
;
10733 PyObject
* _argo0
= 0;
10734 char *_kwnames
[] = { "self", NULL
};
10737 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetY",_kwnames
,&_argo0
))
10740 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10741 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10742 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetY. Expected _wxStyledTextEvent_p.");
10747 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10748 _result
= (int )wxStyledTextEvent_GetY(_arg0
);
10750 wxPyEndAllowThreads(__tstate
);
10751 if (PyErr_Occurred()) return NULL
;
10752 } _resultobj
= Py_BuildValue("i",_result
);
10756 #define wxStyledTextEvent_GetDragText(_swigobj) (_swigobj->GetDragText())
10757 static PyObject
*_wrap_wxStyledTextEvent_GetDragText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10758 PyObject
* _resultobj
;
10759 wxString
* _result
;
10760 wxStyledTextEvent
* _arg0
;
10761 PyObject
* _argo0
= 0;
10762 char *_kwnames
[] = { "self", NULL
};
10765 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragText",_kwnames
,&_argo0
))
10768 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10769 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10770 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragText. Expected _wxStyledTextEvent_p.");
10775 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10776 _result
= new wxString (wxStyledTextEvent_GetDragText(_arg0
));
10778 wxPyEndAllowThreads(__tstate
);
10779 if (PyErr_Occurred()) return NULL
;
10782 _resultobj
= PyUnicode_FromWideChar(_result
->c_str(), _result
->Len());
10784 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
10793 #define wxStyledTextEvent_GetDragAllowMove(_swigobj) (_swigobj->GetDragAllowMove())
10794 static PyObject
*_wrap_wxStyledTextEvent_GetDragAllowMove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10795 PyObject
* _resultobj
;
10797 wxStyledTextEvent
* _arg0
;
10798 PyObject
* _argo0
= 0;
10799 char *_kwnames
[] = { "self", NULL
};
10802 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragAllowMove",_kwnames
,&_argo0
))
10805 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10806 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10807 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragAllowMove. Expected _wxStyledTextEvent_p.");
10812 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10813 _result
= (bool )wxStyledTextEvent_GetDragAllowMove(_arg0
);
10815 wxPyEndAllowThreads(__tstate
);
10816 if (PyErr_Occurred()) return NULL
;
10817 } _resultobj
= Py_BuildValue("i",_result
);
10821 #define wxStyledTextEvent_GetDragResult(_swigobj) (_swigobj->GetDragResult())
10822 static PyObject
*_wrap_wxStyledTextEvent_GetDragResult(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10823 PyObject
* _resultobj
;
10824 wxDragResult _result
;
10825 wxStyledTextEvent
* _arg0
;
10826 PyObject
* _argo0
= 0;
10827 char *_kwnames
[] = { "self", NULL
};
10830 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragResult",_kwnames
,&_argo0
))
10833 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10834 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10835 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragResult. Expected _wxStyledTextEvent_p.");
10840 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10841 _result
= (wxDragResult
)wxStyledTextEvent_GetDragResult(_arg0
);
10843 wxPyEndAllowThreads(__tstate
);
10844 if (PyErr_Occurred()) return NULL
;
10845 } _resultobj
= Py_BuildValue("i",_result
);
10849 #define wxStyledTextEvent_GetShift(_swigobj) (_swigobj->GetShift())
10850 static PyObject
*_wrap_wxStyledTextEvent_GetShift(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10851 PyObject
* _resultobj
;
10853 wxStyledTextEvent
* _arg0
;
10854 PyObject
* _argo0
= 0;
10855 char *_kwnames
[] = { "self", NULL
};
10858 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetShift",_kwnames
,&_argo0
))
10861 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10862 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10863 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetShift. Expected _wxStyledTextEvent_p.");
10868 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10869 _result
= (bool )wxStyledTextEvent_GetShift(_arg0
);
10871 wxPyEndAllowThreads(__tstate
);
10872 if (PyErr_Occurred()) return NULL
;
10873 } _resultobj
= Py_BuildValue("i",_result
);
10877 #define wxStyledTextEvent_GetControl(_swigobj) (_swigobj->GetControl())
10878 static PyObject
*_wrap_wxStyledTextEvent_GetControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10879 PyObject
* _resultobj
;
10881 wxStyledTextEvent
* _arg0
;
10882 PyObject
* _argo0
= 0;
10883 char *_kwnames
[] = { "self", NULL
};
10886 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetControl",_kwnames
,&_argo0
))
10889 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10890 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10891 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetControl. Expected _wxStyledTextEvent_p.");
10896 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10897 _result
= (bool )wxStyledTextEvent_GetControl(_arg0
);
10899 wxPyEndAllowThreads(__tstate
);
10900 if (PyErr_Occurred()) return NULL
;
10901 } _resultobj
= Py_BuildValue("i",_result
);
10905 #define wxStyledTextEvent_GetAlt(_swigobj) (_swigobj->GetAlt())
10906 static PyObject
*_wrap_wxStyledTextEvent_GetAlt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10907 PyObject
* _resultobj
;
10909 wxStyledTextEvent
* _arg0
;
10910 PyObject
* _argo0
= 0;
10911 char *_kwnames
[] = { "self", NULL
};
10914 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetAlt",_kwnames
,&_argo0
))
10917 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10918 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10919 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetAlt. Expected _wxStyledTextEvent_p.");
10924 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10925 _result
= (bool )wxStyledTextEvent_GetAlt(_arg0
);
10927 wxPyEndAllowThreads(__tstate
);
10928 if (PyErr_Occurred()) return NULL
;
10929 } _resultobj
= Py_BuildValue("i",_result
);
10933 #define wxStyledTextEvent_Clone(_swigobj) (_swigobj->Clone())
10934 static PyObject
*_wrap_wxStyledTextEvent_Clone(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10935 PyObject
* _resultobj
;
10937 wxStyledTextEvent
* _arg0
;
10938 PyObject
* _argo0
= 0;
10939 char *_kwnames
[] = { "self", NULL
};
10943 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_Clone",_kwnames
,&_argo0
))
10946 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10947 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10948 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_Clone. Expected _wxStyledTextEvent_p.");
10953 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10954 _result
= (wxEvent
*)wxStyledTextEvent_Clone(_arg0
);
10956 wxPyEndAllowThreads(__tstate
);
10957 if (PyErr_Occurred()) return NULL
;
10959 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxEvent_p");
10960 _resultobj
= Py_BuildValue("s",_ptemp
);
10962 Py_INCREF(Py_None
);
10963 _resultobj
= Py_None
;
10968 static PyMethodDef stc_cMethods
[] = {
10969 { "wxStyledTextEvent_Clone", (PyCFunction
) _wrap_wxStyledTextEvent_Clone
, METH_VARARGS
| METH_KEYWORDS
},
10970 { "wxStyledTextEvent_GetAlt", (PyCFunction
) _wrap_wxStyledTextEvent_GetAlt
, METH_VARARGS
| METH_KEYWORDS
},
10971 { "wxStyledTextEvent_GetControl", (PyCFunction
) _wrap_wxStyledTextEvent_GetControl
, METH_VARARGS
| METH_KEYWORDS
},
10972 { "wxStyledTextEvent_GetShift", (PyCFunction
) _wrap_wxStyledTextEvent_GetShift
, METH_VARARGS
| METH_KEYWORDS
},
10973 { "wxStyledTextEvent_GetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragResult
, METH_VARARGS
| METH_KEYWORDS
},
10974 { "wxStyledTextEvent_GetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragAllowMove
, METH_VARARGS
| METH_KEYWORDS
},
10975 { "wxStyledTextEvent_GetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragText
, METH_VARARGS
| METH_KEYWORDS
},
10976 { "wxStyledTextEvent_GetY", (PyCFunction
) _wrap_wxStyledTextEvent_GetY
, METH_VARARGS
| METH_KEYWORDS
},
10977 { "wxStyledTextEvent_GetX", (PyCFunction
) _wrap_wxStyledTextEvent_GetX
, METH_VARARGS
| METH_KEYWORDS
},
10978 { "wxStyledTextEvent_GetListType", (PyCFunction
) _wrap_wxStyledTextEvent_GetListType
, METH_VARARGS
| METH_KEYWORDS
},
10979 { "wxStyledTextEvent_GetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetLParam
, METH_VARARGS
| METH_KEYWORDS
},
10980 { "wxStyledTextEvent_GetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetWParam
, METH_VARARGS
| METH_KEYWORDS
},
10981 { "wxStyledTextEvent_GetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_GetMessage
, METH_VARARGS
| METH_KEYWORDS
},
10982 { "wxStyledTextEvent_GetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_GetMargin
, METH_VARARGS
| METH_KEYWORDS
},
10983 { "wxStyledTextEvent_GetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
10984 { "wxStyledTextEvent_GetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
10985 { "wxStyledTextEvent_GetLine", (PyCFunction
) _wrap_wxStyledTextEvent_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
10986 { "wxStyledTextEvent_GetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_GetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
10987 { "wxStyledTextEvent_GetLength", (PyCFunction
) _wrap_wxStyledTextEvent_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
10988 { "wxStyledTextEvent_GetText", (PyCFunction
) _wrap_wxStyledTextEvent_GetText
, METH_VARARGS
| METH_KEYWORDS
},
10989 { "wxStyledTextEvent_GetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_GetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
10990 { "wxStyledTextEvent_GetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_GetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
10991 { "wxStyledTextEvent_GetKey", (PyCFunction
) _wrap_wxStyledTextEvent_GetKey
, METH_VARARGS
| METH_KEYWORDS
},
10992 { "wxStyledTextEvent_GetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_GetPosition
, METH_VARARGS
| METH_KEYWORDS
},
10993 { "wxStyledTextEvent_SetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragResult
, METH_VARARGS
| METH_KEYWORDS
},
10994 { "wxStyledTextEvent_SetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragAllowMove
, METH_VARARGS
| METH_KEYWORDS
},
10995 { "wxStyledTextEvent_SetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragText
, METH_VARARGS
| METH_KEYWORDS
},
10996 { "wxStyledTextEvent_SetY", (PyCFunction
) _wrap_wxStyledTextEvent_SetY
, METH_VARARGS
| METH_KEYWORDS
},
10997 { "wxStyledTextEvent_SetX", (PyCFunction
) _wrap_wxStyledTextEvent_SetX
, METH_VARARGS
| METH_KEYWORDS
},
10998 { "wxStyledTextEvent_SetListType", (PyCFunction
) _wrap_wxStyledTextEvent_SetListType
, METH_VARARGS
| METH_KEYWORDS
},
10999 { "wxStyledTextEvent_SetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetLParam
, METH_VARARGS
| METH_KEYWORDS
},
11000 { "wxStyledTextEvent_SetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetWParam
, METH_VARARGS
| METH_KEYWORDS
},
11001 { "wxStyledTextEvent_SetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_SetMessage
, METH_VARARGS
| METH_KEYWORDS
},
11002 { "wxStyledTextEvent_SetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_SetMargin
, METH_VARARGS
| METH_KEYWORDS
},
11003 { "wxStyledTextEvent_SetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
11004 { "wxStyledTextEvent_SetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
11005 { "wxStyledTextEvent_SetLine", (PyCFunction
) _wrap_wxStyledTextEvent_SetLine
, METH_VARARGS
| METH_KEYWORDS
},
11006 { "wxStyledTextEvent_SetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_SetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
11007 { "wxStyledTextEvent_SetLength", (PyCFunction
) _wrap_wxStyledTextEvent_SetLength
, METH_VARARGS
| METH_KEYWORDS
},
11008 { "wxStyledTextEvent_SetText", (PyCFunction
) _wrap_wxStyledTextEvent_SetText
, METH_VARARGS
| METH_KEYWORDS
},
11009 { "wxStyledTextEvent_SetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_SetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
11010 { "wxStyledTextEvent_SetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_SetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
11011 { "wxStyledTextEvent_SetKey", (PyCFunction
) _wrap_wxStyledTextEvent_SetKey
, METH_VARARGS
| METH_KEYWORDS
},
11012 { "wxStyledTextEvent_SetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_SetPosition
, METH_VARARGS
| METH_KEYWORDS
},
11013 { "delete_wxStyledTextEvent", (PyCFunction
) _wrap_delete_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
11014 { "new_wxStyledTextEvent", (PyCFunction
) _wrap_new_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
11015 { "wxStyledTextCtrl_SetLastKeydownProcessed", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLastKeydownProcessed
, METH_VARARGS
| METH_KEYWORDS
},
11016 { "wxStyledTextCtrl_GetLastKeydownProcessed", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastKeydownProcessed
, METH_VARARGS
| METH_KEYWORDS
},
11017 { "wxStyledTextCtrl_SetHScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
11018 { "wxStyledTextCtrl_SetVScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
11019 { "wxStyledTextCtrl_SendMsg", (PyCFunction
) _wrap_wxStyledTextCtrl_SendMsg
, METH_VARARGS
| METH_KEYWORDS
},
11020 { "wxStyledTextCtrl_ScrollToColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToColumn
, METH_VARARGS
| METH_KEYWORDS
},
11021 { "wxStyledTextCtrl_ScrollToLine", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToLine
, METH_VARARGS
| METH_KEYWORDS
},
11022 { "wxStyledTextCtrl_PointFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_PointFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
11023 { "wxStyledTextCtrl_GetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11024 { "wxStyledTextCtrl_SetMargins", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
11025 { "wxStyledTextCtrl_CmdKeyExecute", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyExecute
, METH_VARARGS
| METH_KEYWORDS
},
11026 { "wxStyledTextCtrl_StyleSetFontAttr", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFontAttr
, METH_VARARGS
| METH_KEYWORDS
},
11027 { "wxStyledTextCtrl_StyleSetFont", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFont
, METH_VARARGS
| METH_KEYWORDS
},
11028 { "wxStyledTextCtrl_StyleSetSpec", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSpec
, METH_VARARGS
| METH_KEYWORDS
},
11029 { "wxStyledTextCtrl_GetCurrentLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentLine
, METH_VARARGS
| METH_KEYWORDS
},
11030 { "wxStyledTextCtrl_SetLexerLanguage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexerLanguage
, METH_VARARGS
| METH_KEYWORDS
},
11031 { "wxStyledTextCtrl_SetKeyWords", (PyCFunction
) _wrap_wxStyledTextCtrl_SetKeyWords
, METH_VARARGS
| METH_KEYWORDS
},
11032 { "wxStyledTextCtrl_SetProperty", (PyCFunction
) _wrap_wxStyledTextCtrl_SetProperty
, METH_VARARGS
| METH_KEYWORDS
},
11033 { "wxStyledTextCtrl_Colourise", (PyCFunction
) _wrap_wxStyledTextCtrl_Colourise
, METH_VARARGS
| METH_KEYWORDS
},
11034 { "wxStyledTextCtrl_GetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLexer
, METH_VARARGS
| METH_KEYWORDS
},
11035 { "wxStyledTextCtrl_SetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexer
, METH_VARARGS
| METH_KEYWORDS
},
11036 { "wxStyledTextCtrl_StopRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StopRecord
, METH_VARARGS
| METH_KEYWORDS
},
11037 { "wxStyledTextCtrl_StartRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StartRecord
, METH_VARARGS
| METH_KEYWORDS
},
11038 { "wxStyledTextCtrl_SetYCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetYCaretPolicy
, METH_VARARGS
| METH_KEYWORDS
},
11039 { "wxStyledTextCtrl_SetXCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetXCaretPolicy
, METH_VARARGS
| METH_KEYWORDS
},
11040 { "wxStyledTextCtrl_GetXOffset", (PyCFunction
) _wrap_wxStyledTextCtrl_GetXOffset
, METH_VARARGS
| METH_KEYWORDS
},
11041 { "wxStyledTextCtrl_SetXOffset", (PyCFunction
) _wrap_wxStyledTextCtrl_SetXOffset
, METH_VARARGS
| METH_KEYWORDS
},
11042 { "wxStyledTextCtrl_DelLineRight", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineRight
, METH_VARARGS
| METH_KEYWORDS
},
11043 { "wxStyledTextCtrl_DelLineLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineLeft
, METH_VARARGS
| METH_KEYWORDS
},
11044 { "wxStyledTextCtrl_SetVisiblePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVisiblePolicy
, METH_VARARGS
| METH_KEYWORDS
},
11045 { "wxStyledTextCtrl_WordPartRightExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRightExtend
, METH_VARARGS
| METH_KEYWORDS
},
11046 { "wxStyledTextCtrl_WordPartRight", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRight
, METH_VARARGS
| METH_KEYWORDS
},
11047 { "wxStyledTextCtrl_WordPartLeftExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeftExtend
, METH_VARARGS
| METH_KEYWORDS
},
11048 { "wxStyledTextCtrl_WordPartLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeft
, METH_VARARGS
| METH_KEYWORDS
},
11049 { "wxStyledTextCtrl_GetControlCharSymbol", (PyCFunction
) _wrap_wxStyledTextCtrl_GetControlCharSymbol
, METH_VARARGS
| METH_KEYWORDS
},
11050 { "wxStyledTextCtrl_SetControlCharSymbol", (PyCFunction
) _wrap_wxStyledTextCtrl_SetControlCharSymbol
, METH_VARARGS
| METH_KEYWORDS
},
11051 { "wxStyledTextCtrl_GetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCursor
, METH_VARARGS
| METH_KEYWORDS
},
11052 { "wxStyledTextCtrl_SetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCursor
, METH_VARARGS
| METH_KEYWORDS
},
11053 { "wxStyledTextCtrl_GetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDownCaptures
, METH_VARARGS
| METH_KEYWORDS
},
11054 { "wxStyledTextCtrl_SetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDownCaptures
, METH_VARARGS
| METH_KEYWORDS
},
11055 { "wxStyledTextCtrl_GetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStatus
, METH_VARARGS
| METH_KEYWORDS
},
11056 { "wxStyledTextCtrl_SetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStatus
, METH_VARARGS
| METH_KEYWORDS
},
11057 { "wxStyledTextCtrl_GetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSTCFocus
, METH_VARARGS
| METH_KEYWORDS
},
11058 { "wxStyledTextCtrl_SetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSTCFocus
, METH_VARARGS
| METH_KEYWORDS
},
11059 { "wxStyledTextCtrl_GetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
11060 { "wxStyledTextCtrl_ReleaseDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_ReleaseDocument
, METH_VARARGS
| METH_KEYWORDS
},
11061 { "wxStyledTextCtrl_AddRefDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_AddRefDocument
, METH_VARARGS
| METH_KEYWORDS
},
11062 { "wxStyledTextCtrl_CreateDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_CreateDocument
, METH_VARARGS
| METH_KEYWORDS
},
11063 { "wxStyledTextCtrl_GetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_GetZoom
, METH_VARARGS
| METH_KEYWORDS
},
11064 { "wxStyledTextCtrl_SetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_SetZoom
, METH_VARARGS
| METH_KEYWORDS
},
11065 { "wxStyledTextCtrl_SelectionIsRectangle", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectionIsRectangle
, METH_VARARGS
| METH_KEYWORDS
},
11066 { "wxStyledTextCtrl_UsePopUp", (PyCFunction
) _wrap_wxStyledTextCtrl_UsePopUp
, METH_VARARGS
| METH_KEYWORDS
},
11067 { "wxStyledTextCtrl_LinesOnScreen", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesOnScreen
, METH_VARARGS
| METH_KEYWORDS
},
11068 { "wxStyledTextCtrl_SearchPrev", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchPrev
, METH_VARARGS
| METH_KEYWORDS
},
11069 { "wxStyledTextCtrl_SearchNext", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchNext
, METH_VARARGS
| METH_KEYWORDS
},
11070 { "wxStyledTextCtrl_SearchAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchAnchor
, METH_VARARGS
| METH_KEYWORDS
},
11071 { "wxStyledTextCtrl_SetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
11072 { "wxStyledTextCtrl_GetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
11073 { "wxStyledTextCtrl_SetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
11074 { "wxStyledTextCtrl_GetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
11075 { "wxStyledTextCtrl_SetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
11076 { "wxStyledTextCtrl_GetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
11077 { "wxStyledTextCtrl_SetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
11078 { "wxStyledTextCtrl_SetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
11079 { "wxStyledTextCtrl_GetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
11080 { "wxStyledTextCtrl_SetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
11081 { "wxStyledTextCtrl_GetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
11082 { "wxStyledTextCtrl_BraceMatch", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceMatch
, METH_VARARGS
| METH_KEYWORDS
},
11083 { "wxStyledTextCtrl_BraceBadLight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceBadLight
, METH_VARARGS
| METH_KEYWORDS
},
11084 { "wxStyledTextCtrl_BraceHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceHighlight
, METH_VARARGS
| METH_KEYWORDS
},
11085 { "wxStyledTextCtrl_LineLength", (PyCFunction
) _wrap_wxStyledTextCtrl_LineLength
, METH_VARARGS
| METH_KEYWORDS
},
11086 { "wxStyledTextCtrl_MoveCaretInsideView", (PyCFunction
) _wrap_wxStyledTextCtrl_MoveCaretInsideView
, METH_VARARGS
| METH_KEYWORDS
},
11087 { "wxStyledTextCtrl_LineEndDisplayExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_LineEndDisplayExtend
, METH_VARARGS
| METH_KEYWORDS
},
11088 { "wxStyledTextCtrl_LineEndDisplay", (PyCFunction
) _wrap_wxStyledTextCtrl_LineEndDisplay
, METH_VARARGS
| METH_KEYWORDS
},
11089 { "wxStyledTextCtrl_HomeDisplayExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_HomeDisplayExtend
, METH_VARARGS
| METH_KEYWORDS
},
11090 { "wxStyledTextCtrl_HomeDisplay", (PyCFunction
) _wrap_wxStyledTextCtrl_HomeDisplay
, METH_VARARGS
| METH_KEYWORDS
},
11091 { "wxStyledTextCtrl_TextHeight", (PyCFunction
) _wrap_wxStyledTextCtrl_TextHeight
, METH_VARARGS
| METH_KEYWORDS
},
11092 { "wxStyledTextCtrl_GetEndAtLastLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndAtLastLine
, METH_VARARGS
| METH_KEYWORDS
},
11093 { "wxStyledTextCtrl_SetEndAtLastLine", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEndAtLastLine
, METH_VARARGS
| METH_KEYWORDS
},
11094 { "wxStyledTextCtrl_TextWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_TextWidth
, METH_VARARGS
| METH_KEYWORDS
},
11095 { "wxStyledTextCtrl_GetScrollWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetScrollWidth
, METH_VARARGS
| METH_KEYWORDS
},
11096 { "wxStyledTextCtrl_SetScrollWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetScrollWidth
, METH_VARARGS
| METH_KEYWORDS
},
11097 { "wxStyledTextCtrl_GetLayoutCache", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLayoutCache
, METH_VARARGS
| METH_KEYWORDS
},
11098 { "wxStyledTextCtrl_SetLayoutCache", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLayoutCache
, METH_VARARGS
| METH_KEYWORDS
},
11099 { "wxStyledTextCtrl_GetWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetWrapMode
, METH_VARARGS
| METH_KEYWORDS
},
11100 { "wxStyledTextCtrl_SetWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWrapMode
, METH_VARARGS
| METH_KEYWORDS
},
11101 { "wxStyledTextCtrl_WordEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_WordEndPosition
, METH_VARARGS
| METH_KEYWORDS
},
11102 { "wxStyledTextCtrl_WordStartPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_WordStartPosition
, METH_VARARGS
| METH_KEYWORDS
},
11103 { "wxStyledTextCtrl_GetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDwellTime
, METH_VARARGS
| METH_KEYWORDS
},
11104 { "wxStyledTextCtrl_SetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDwellTime
, METH_VARARGS
| METH_KEYWORDS
},
11105 { "wxStyledTextCtrl_GetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBackSpaceUnIndents
, METH_VARARGS
| METH_KEYWORDS
},
11106 { "wxStyledTextCtrl_SetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBackSpaceUnIndents
, METH_VARARGS
| METH_KEYWORDS
},
11107 { "wxStyledTextCtrl_GetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabIndents
, METH_VARARGS
| METH_KEYWORDS
},
11108 { "wxStyledTextCtrl_SetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabIndents
, METH_VARARGS
| METH_KEYWORDS
},
11109 { "wxStyledTextCtrl_EnsureVisibleEnforcePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy
, METH_VARARGS
| METH_KEYWORDS
},
11110 { "wxStyledTextCtrl_SetFoldFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldFlags
, METH_VARARGS
| METH_KEYWORDS
},
11111 { "wxStyledTextCtrl_EnsureVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisible
, METH_VARARGS
| METH_KEYWORDS
},
11112 { "wxStyledTextCtrl_ToggleFold", (PyCFunction
) _wrap_wxStyledTextCtrl_ToggleFold
, METH_VARARGS
| METH_KEYWORDS
},
11113 { "wxStyledTextCtrl_GetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
11114 { "wxStyledTextCtrl_SetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
11115 { "wxStyledTextCtrl_GetLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
11116 { "wxStyledTextCtrl_HideLines", (PyCFunction
) _wrap_wxStyledTextCtrl_HideLines
, METH_VARARGS
| METH_KEYWORDS
},
11117 { "wxStyledTextCtrl_ShowLines", (PyCFunction
) _wrap_wxStyledTextCtrl_ShowLines
, METH_VARARGS
| METH_KEYWORDS
},
11118 { "wxStyledTextCtrl_GetFoldParent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldParent
, METH_VARARGS
| METH_KEYWORDS
},
11119 { "wxStyledTextCtrl_GetLastChild", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastChild
, METH_VARARGS
| METH_KEYWORDS
},
11120 { "wxStyledTextCtrl_GetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
11121 { "wxStyledTextCtrl_SetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
11122 { "wxStyledTextCtrl_DocLineFromVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_DocLineFromVisible
, METH_VARARGS
| METH_KEYWORDS
},
11123 { "wxStyledTextCtrl_VisibleFromDocLine", (PyCFunction
) _wrap_wxStyledTextCtrl_VisibleFromDocLine
, METH_VARARGS
| METH_KEYWORDS
},
11124 { "wxStyledTextCtrl_CallTipSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
11125 { "wxStyledTextCtrl_CallTipSetHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetHighlight
, METH_VARARGS
| METH_KEYWORDS
},
11126 { "wxStyledTextCtrl_CallTipPosAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipPosAtStart
, METH_VARARGS
| METH_KEYWORDS
},
11127 { "wxStyledTextCtrl_CallTipActive", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipActive
, METH_VARARGS
| METH_KEYWORDS
},
11128 { "wxStyledTextCtrl_CallTipCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipCancel
, METH_VARARGS
| METH_KEYWORDS
},
11129 { "wxStyledTextCtrl_CallTipShow", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipShow
, METH_VARARGS
| METH_KEYWORDS
},
11130 { "wxStyledTextCtrl_GetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSearchFlags
, METH_VARARGS
| METH_KEYWORDS
},
11131 { "wxStyledTextCtrl_SetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSearchFlags
, METH_VARARGS
| METH_KEYWORDS
},
11132 { "wxStyledTextCtrl_SearchInTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchInTarget
, METH_VARARGS
| METH_KEYWORDS
},
11133 { "wxStyledTextCtrl_ReplaceTargetRE", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTargetRE
, METH_VARARGS
| METH_KEYWORDS
},
11134 { "wxStyledTextCtrl_ReplaceTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTarget
, METH_VARARGS
| METH_KEYWORDS
},
11135 { "wxStyledTextCtrl_GetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetEnd
, METH_VARARGS
| METH_KEYWORDS
},
11136 { "wxStyledTextCtrl_SetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetEnd
, METH_VARARGS
| METH_KEYWORDS
},
11137 { "wxStyledTextCtrl_GetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetStart
, METH_VARARGS
| METH_KEYWORDS
},
11138 { "wxStyledTextCtrl_SetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetStart
, METH_VARARGS
| METH_KEYWORDS
},
11139 { "wxStyledTextCtrl_GetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretWidth
, METH_VARARGS
| METH_KEYWORDS
},
11140 { "wxStyledTextCtrl_SetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretWidth
, METH_VARARGS
| METH_KEYWORDS
},
11141 { "wxStyledTextCtrl_GetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_GetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
11142 { "wxStyledTextCtrl_SetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_SetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
11143 { "wxStyledTextCtrl_GetTextLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextLength
, METH_VARARGS
| METH_KEYWORDS
},
11144 { "wxStyledTextCtrl_GetText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetText
, METH_VARARGS
| METH_KEYWORDS
},
11145 { "wxStyledTextCtrl_SetText", (PyCFunction
) _wrap_wxStyledTextCtrl_SetText
, METH_VARARGS
| METH_KEYWORDS
},
11146 { "wxStyledTextCtrl_Clear", (PyCFunction
) _wrap_wxStyledTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
11147 { "wxStyledTextCtrl_Paste", (PyCFunction
) _wrap_wxStyledTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
11148 { "wxStyledTextCtrl_Copy", (PyCFunction
) _wrap_wxStyledTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
11149 { "wxStyledTextCtrl_Cut", (PyCFunction
) _wrap_wxStyledTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
11150 { "wxStyledTextCtrl_Undo", (PyCFunction
) _wrap_wxStyledTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
11151 { "wxStyledTextCtrl_EmptyUndoBuffer", (PyCFunction
) _wrap_wxStyledTextCtrl_EmptyUndoBuffer
, METH_VARARGS
| METH_KEYWORDS
},
11152 { "wxStyledTextCtrl_CanUndo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
11153 { "wxStyledTextCtrl_CanPaste", (PyCFunction
) _wrap_wxStyledTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
11154 { "wxStyledTextCtrl_SetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_SetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
11155 { "wxStyledTextCtrl_ReplaceSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceSelection
, METH_VARARGS
| METH_KEYWORDS
},
11156 { "wxStyledTextCtrl_EnsureCaretVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureCaretVisible
, METH_VARARGS
| METH_KEYWORDS
},
11157 { "wxStyledTextCtrl_LineScroll", (PyCFunction
) _wrap_wxStyledTextCtrl_LineScroll
, METH_VARARGS
| METH_KEYWORDS
},
11158 { "wxStyledTextCtrl_PositionFromLine", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromLine
, METH_VARARGS
| METH_KEYWORDS
},
11159 { "wxStyledTextCtrl_LineFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_LineFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
11160 { "wxStyledTextCtrl_HideSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_HideSelection
, METH_VARARGS
| METH_KEYWORDS
},
11161 { "wxStyledTextCtrl_GetTextRange", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextRange
, METH_VARARGS
| METH_KEYWORDS
},
11162 { "wxStyledTextCtrl_GetSelectedText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectedText
, METH_VARARGS
| METH_KEYWORDS
},
11163 { "wxStyledTextCtrl_SetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
11164 { "wxStyledTextCtrl_GetModify", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModify
, METH_VARARGS
| METH_KEYWORDS
},
11165 { "wxStyledTextCtrl_GetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
11166 { "wxStyledTextCtrl_SetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
11167 { "wxStyledTextCtrl_GetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
11168 { "wxStyledTextCtrl_SetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
11169 { "wxStyledTextCtrl_GetLineCount", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineCount
, METH_VARARGS
| METH_KEYWORDS
},
11170 { "wxStyledTextCtrl_GetLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
11171 { "wxStyledTextCtrl_GetFirstVisibleLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFirstVisibleLine
, METH_VARARGS
| METH_KEYWORDS
},
11172 { "wxStyledTextCtrl_FormatRange", (PyCFunction
) _wrap_wxStyledTextCtrl_FormatRange
, METH_VARARGS
| METH_KEYWORDS
},
11173 { "wxStyledTextCtrl_FindText", (PyCFunction
) _wrap_wxStyledTextCtrl_FindText
, METH_VARARGS
| METH_KEYWORDS
},
11174 { "wxStyledTextCtrl_GetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
11175 { "wxStyledTextCtrl_SetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
11176 { "wxStyledTextCtrl_GetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
11177 { "wxStyledTextCtrl_SetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
11178 { "wxStyledTextCtrl_GetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
11179 { "wxStyledTextCtrl_SetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
11180 { "wxStyledTextCtrl_GetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
11181 { "wxStyledTextCtrl_SetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
11182 { "wxStyledTextCtrl_SetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
11183 { "wxStyledTextCtrl_GetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_GetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
11184 { "wxStyledTextCtrl_GetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
11185 { "wxStyledTextCtrl_GetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
11186 { "wxStyledTextCtrl_GetLineEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineEndPosition
, METH_VARARGS
| METH_KEYWORDS
},
11187 { "wxStyledTextCtrl_GetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_GetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
11188 { "wxStyledTextCtrl_SetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
11189 { "wxStyledTextCtrl_GetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
11190 { "wxStyledTextCtrl_SetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
11191 { "wxStyledTextCtrl_GetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
11192 { "wxStyledTextCtrl_SetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
11193 { "wxStyledTextCtrl_GetColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetColumn
, METH_VARARGS
| METH_KEYWORDS
},
11194 { "wxStyledTextCtrl_GetLineIndentPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentPosition
, METH_VARARGS
| METH_KEYWORDS
},
11195 { "wxStyledTextCtrl_GetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
11196 { "wxStyledTextCtrl_SetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
11197 { "wxStyledTextCtrl_GetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
11198 { "wxStyledTextCtrl_SetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
11199 { "wxStyledTextCtrl_GetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndent
, METH_VARARGS
| METH_KEYWORDS
},
11200 { "wxStyledTextCtrl_SetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndent
, METH_VARARGS
| METH_KEYWORDS
},
11201 { "wxStyledTextCtrl_AutoCompGetDropRestOfWord", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetDropRestOfWord
, METH_VARARGS
| METH_KEYWORDS
},
11202 { "wxStyledTextCtrl_AutoCompSetDropRestOfWord", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetDropRestOfWord
, METH_VARARGS
| METH_KEYWORDS
},
11203 { "wxStyledTextCtrl_AutoCompGetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetAutoHide
, METH_VARARGS
| METH_KEYWORDS
},
11204 { "wxStyledTextCtrl_AutoCompSetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetAutoHide
, METH_VARARGS
| METH_KEYWORDS
},
11205 { "wxStyledTextCtrl_UserListShow", (PyCFunction
) _wrap_wxStyledTextCtrl_UserListShow
, METH_VARARGS
| METH_KEYWORDS
},
11206 { "wxStyledTextCtrl_AutoCompGetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
11207 { "wxStyledTextCtrl_AutoCompSetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
11208 { "wxStyledTextCtrl_AutoCompGetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
11209 { "wxStyledTextCtrl_AutoCompSetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
11210 { "wxStyledTextCtrl_AutoCompSetFillUps", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetFillUps
, METH_VARARGS
| METH_KEYWORDS
},
11211 { "wxStyledTextCtrl_AutoCompGetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
11212 { "wxStyledTextCtrl_AutoCompSetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
11213 { "wxStyledTextCtrl_AutoCompSelect", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSelect
, METH_VARARGS
| METH_KEYWORDS
},
11214 { "wxStyledTextCtrl_AutoCompGetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
11215 { "wxStyledTextCtrl_AutoCompSetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
11216 { "wxStyledTextCtrl_AutoCompStops", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompStops
, METH_VARARGS
| METH_KEYWORDS
},
11217 { "wxStyledTextCtrl_AutoCompComplete", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompComplete
, METH_VARARGS
| METH_KEYWORDS
},
11218 { "wxStyledTextCtrl_AutoCompPosStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompPosStart
, METH_VARARGS
| METH_KEYWORDS
},
11219 { "wxStyledTextCtrl_AutoCompActive", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompActive
, METH_VARARGS
| METH_KEYWORDS
},
11220 { "wxStyledTextCtrl_AutoCompCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompCancel
, METH_VARARGS
| METH_KEYWORDS
},
11221 { "wxStyledTextCtrl_AutoCompShow", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompShow
, METH_VARARGS
| METH_KEYWORDS
},
11222 { "wxStyledTextCtrl_StyleSetChangeable", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetChangeable
, METH_VARARGS
| METH_KEYWORDS
},
11223 { "wxStyledTextCtrl_SetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineBack
, METH_VARARGS
| METH_KEYWORDS
},
11224 { "wxStyledTextCtrl_GetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineBack
, METH_VARARGS
| METH_KEYWORDS
},
11225 { "wxStyledTextCtrl_SetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
11226 { "wxStyledTextCtrl_GetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
11227 { "wxStyledTextCtrl_GetMaxLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMaxLineState
, METH_VARARGS
| METH_KEYWORDS
},
11228 { "wxStyledTextCtrl_GetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineState
, METH_VARARGS
| METH_KEYWORDS
},
11229 { "wxStyledTextCtrl_SetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineState
, METH_VARARGS
| METH_KEYWORDS
},
11230 { "wxStyledTextCtrl_GetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
11231 { "wxStyledTextCtrl_SetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
11232 { "wxStyledTextCtrl_SetWhitespaceBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWhitespaceBackground
, METH_VARARGS
| METH_KEYWORDS
},
11233 { "wxStyledTextCtrl_SetWhitespaceForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWhitespaceForeground
, METH_VARARGS
| METH_KEYWORDS
},
11234 { "wxStyledTextCtrl_IndicatorGetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetForeground
, METH_VARARGS
| METH_KEYWORDS
},
11235 { "wxStyledTextCtrl_IndicatorSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
11236 { "wxStyledTextCtrl_IndicatorGetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetStyle
, METH_VARARGS
| METH_KEYWORDS
},
11237 { "wxStyledTextCtrl_IndicatorSetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetStyle
, METH_VARARGS
| METH_KEYWORDS
},
11238 { "wxStyledTextCtrl_EndUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_EndUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
11239 { "wxStyledTextCtrl_BeginUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_BeginUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
11240 { "wxStyledTextCtrl_SetWordChars", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWordChars
, METH_VARARGS
| METH_KEYWORDS
},
11241 { "wxStyledTextCtrl_SetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
11242 { "wxStyledTextCtrl_GetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
11243 { "wxStyledTextCtrl_StyleSetVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetVisible
, METH_VARARGS
| METH_KEYWORDS
},
11244 { "wxStyledTextCtrl_SetStyleBytes", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBytes
, METH_VARARGS
| METH_KEYWORDS
},
11245 { "wxStyledTextCtrl_CmdKeyClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClearAll
, METH_VARARGS
| METH_KEYWORDS
},
11246 { "wxStyledTextCtrl_CmdKeyClear", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClear
, METH_VARARGS
| METH_KEYWORDS
},
11247 { "wxStyledTextCtrl_CmdKeyAssign", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyAssign
, METH_VARARGS
| METH_KEYWORDS
},
11248 { "wxStyledTextCtrl_SetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
11249 { "wxStyledTextCtrl_SetSelBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelBackground
, METH_VARARGS
| METH_KEYWORDS
},
11250 { "wxStyledTextCtrl_SetSelForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelForeground
, METH_VARARGS
| METH_KEYWORDS
},
11251 { "wxStyledTextCtrl_StyleSetCharacterSet", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetCharacterSet
, METH_VARARGS
| METH_KEYWORDS
},
11252 { "wxStyledTextCtrl_StyleSetCase", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetCase
, METH_VARARGS
| METH_KEYWORDS
},
11253 { "wxStyledTextCtrl_StyleSetUnderline", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetUnderline
, METH_VARARGS
| METH_KEYWORDS
},
11254 { "wxStyledTextCtrl_StyleResetDefault", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleResetDefault
, METH_VARARGS
| METH_KEYWORDS
},
11255 { "wxStyledTextCtrl_StyleSetEOLFilled", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetEOLFilled
, METH_VARARGS
| METH_KEYWORDS
},
11256 { "wxStyledTextCtrl_StyleSetFaceName", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFaceName
, METH_VARARGS
| METH_KEYWORDS
},
11257 { "wxStyledTextCtrl_StyleSetSize", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSize
, METH_VARARGS
| METH_KEYWORDS
},
11258 { "wxStyledTextCtrl_StyleSetItalic", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetItalic
, METH_VARARGS
| METH_KEYWORDS
},
11259 { "wxStyledTextCtrl_StyleSetBold", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBold
, METH_VARARGS
| METH_KEYWORDS
},
11260 { "wxStyledTextCtrl_StyleSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
11261 { "wxStyledTextCtrl_StyleSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
11262 { "wxStyledTextCtrl_StyleClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleClearAll
, METH_VARARGS
| METH_KEYWORDS
},
11263 { "wxStyledTextCtrl_GetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
11264 { "wxStyledTextCtrl_SetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
11265 { "wxStyledTextCtrl_GetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
11266 { "wxStyledTextCtrl_SetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
11267 { "wxStyledTextCtrl_GetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
11268 { "wxStyledTextCtrl_SetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
11269 { "wxStyledTextCtrl_GetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
11270 { "wxStyledTextCtrl_SetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
11271 { "wxStyledTextCtrl_MarkerPrevious", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerPrevious
, METH_VARARGS
| METH_KEYWORDS
},
11272 { "wxStyledTextCtrl_MarkerNext", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerNext
, METH_VARARGS
| METH_KEYWORDS
},
11273 { "wxStyledTextCtrl_MarkerGet", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerGet
, METH_VARARGS
| METH_KEYWORDS
},
11274 { "wxStyledTextCtrl_MarkerDeleteAll", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteAll
, METH_VARARGS
| METH_KEYWORDS
},
11275 { "wxStyledTextCtrl_MarkerDelete", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDelete
, METH_VARARGS
| METH_KEYWORDS
},
11276 { "wxStyledTextCtrl_MarkerAdd", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerAdd
, METH_VARARGS
| METH_KEYWORDS
},
11277 { "wxStyledTextCtrl_MarkerSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
11278 { "wxStyledTextCtrl_MarkerSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
11279 { "wxStyledTextCtrl_MarkerDefine", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDefine
, METH_VARARGS
| METH_KEYWORDS
},
11280 { "wxStyledTextCtrl_SetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
11281 { "wxStyledTextCtrl_GetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
11282 { "wxStyledTextCtrl_SetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
11283 { "wxStyledTextCtrl_SetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
11284 { "wxStyledTextCtrl_GetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
11285 { "wxStyledTextCtrl_SetStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyling
, METH_VARARGS
| METH_KEYWORDS
},
11286 { "wxStyledTextCtrl_StartStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_StartStyling
, METH_VARARGS
| METH_KEYWORDS
},
11287 { "wxStyledTextCtrl_SetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
11288 { "wxStyledTextCtrl_GetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
11289 { "wxStyledTextCtrl_ConvertEOLs", (PyCFunction
) _wrap_wxStyledTextCtrl_ConvertEOLs
, METH_VARARGS
| METH_KEYWORDS
},
11290 { "wxStyledTextCtrl_GetEndStyled", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndStyled
, METH_VARARGS
| METH_KEYWORDS
},
11291 { "wxStyledTextCtrl_GetCurLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurLine
, METH_VARARGS
| METH_KEYWORDS
},
11292 { "wxStyledTextCtrl_SetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
11293 { "wxStyledTextCtrl_GotoPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoPos
, METH_VARARGS
| METH_KEYWORDS
},
11294 { "wxStyledTextCtrl_GotoLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoLine
, METH_VARARGS
| METH_KEYWORDS
},
11295 { "wxStyledTextCtrl_PositionFromPointClose", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPointClose
, METH_VARARGS
| METH_KEYWORDS
},
11296 { "wxStyledTextCtrl_PositionFromPoint", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPoint
, METH_VARARGS
| METH_KEYWORDS
},
11297 { "wxStyledTextCtrl_SetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
11298 { "wxStyledTextCtrl_GetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
11299 { "wxStyledTextCtrl_GetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
11300 { "wxStyledTextCtrl_MarkerDeleteHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteHandle
, METH_VARARGS
| METH_KEYWORDS
},
11301 { "wxStyledTextCtrl_MarkerLineFromHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerLineFromHandle
, METH_VARARGS
| METH_KEYWORDS
},
11302 { "wxStyledTextCtrl_CanRedo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
11303 { "wxStyledTextCtrl_GetStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyledText
, METH_VARARGS
| METH_KEYWORDS
},
11304 { "wxStyledTextCtrl_SetSavePoint", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSavePoint
, METH_VARARGS
| METH_KEYWORDS
},
11305 { "wxStyledTextCtrl_SelectAll", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
},
11306 { "wxStyledTextCtrl_SetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
11307 { "wxStyledTextCtrl_Redo", (PyCFunction
) _wrap_wxStyledTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
11308 { "wxStyledTextCtrl_GetStyleAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleAt
, METH_VARARGS
| METH_KEYWORDS
},
11309 { "wxStyledTextCtrl_GetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
11310 { "wxStyledTextCtrl_GetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
11311 { "wxStyledTextCtrl_GetCharAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCharAt
, METH_VARARGS
| METH_KEYWORDS
},
11312 { "wxStyledTextCtrl_GetLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
11313 { "wxStyledTextCtrl_ClearDocumentStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearDocumentStyle
, METH_VARARGS
| METH_KEYWORDS
},
11314 { "wxStyledTextCtrl_ClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearAll
, METH_VARARGS
| METH_KEYWORDS
},
11315 { "wxStyledTextCtrl_InsertText", (PyCFunction
) _wrap_wxStyledTextCtrl_InsertText
, METH_VARARGS
| METH_KEYWORDS
},
11316 { "wxStyledTextCtrl_AddStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddStyledText
, METH_VARARGS
| METH_KEYWORDS
},
11317 { "wxStyledTextCtrl_AddText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddText
, METH_VARARGS
| METH_KEYWORDS
},
11318 { "new_wxStyledTextCtrl", (PyCFunction
) _wrap_new_wxStyledTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
11325 * This table is used by the pointer type-checker
11327 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
11328 { "_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
11329 { "_signed_long","_long",0},
11330 { "_wxPrintQuality","_wxCoord",0},
11331 { "_wxPrintQuality","_int",0},
11332 { "_wxPrintQuality","_signed_int",0},
11333 { "_wxPrintQuality","_unsigned_int",0},
11334 { "_wxPrintQuality","_wxWindowID",0},
11335 { "_wxPrintQuality","_uint",0},
11336 { "_wxPrintQuality","_EBool",0},
11337 { "_wxPrintQuality","_size_t",0},
11338 { "_wxPrintQuality","_time_t",0},
11339 { "_byte","_unsigned_char",0},
11340 { "_long","_unsigned_long",0},
11341 { "_long","_signed_long",0},
11342 { "_size_t","_wxCoord",0},
11343 { "_size_t","_wxPrintQuality",0},
11344 { "_size_t","_time_t",0},
11345 { "_size_t","_unsigned_int",0},
11346 { "_size_t","_int",0},
11347 { "_size_t","_wxWindowID",0},
11348 { "_size_t","_uint",0},
11349 { "_uint","_wxCoord",0},
11350 { "_uint","_wxPrintQuality",0},
11351 { "_uint","_time_t",0},
11352 { "_uint","_size_t",0},
11353 { "_uint","_unsigned_int",0},
11354 { "_uint","_int",0},
11355 { "_uint","_wxWindowID",0},
11356 { "_wxChar","_char",0},
11357 { "_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
11358 { "_char","_wxChar",0},
11359 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
11360 { "_EBool","_wxCoord",0},
11361 { "_EBool","_wxPrintQuality",0},
11362 { "_EBool","_signed_int",0},
11363 { "_EBool","_int",0},
11364 { "_EBool","_wxWindowID",0},
11365 { "_unsigned_long","_long",0},
11366 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
11367 { "_signed_int","_wxCoord",0},
11368 { "_signed_int","_wxPrintQuality",0},
11369 { "_signed_int","_EBool",0},
11370 { "_signed_int","_wxWindowID",0},
11371 { "_signed_int","_int",0},
11372 { "_WXTYPE","_wxDateTime_t",0},
11373 { "_WXTYPE","_short",0},
11374 { "_WXTYPE","_signed_short",0},
11375 { "_WXTYPE","_unsigned_short",0},
11376 { "_unsigned_short","_wxDateTime_t",0},
11377 { "_unsigned_short","_WXTYPE",0},
11378 { "_unsigned_short","_short",0},
11379 { "_wxObject","_wxStyledTextEvent",SwigwxStyledTextEventTowxObject
},
11380 { "_wxObject","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxObject
},
11381 { "_signed_short","_WXTYPE",0},
11382 { "_signed_short","_short",0},
11383 { "_unsigned_char","_byte",0},
11384 { "_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
11385 { "_unsigned_int","_wxCoord",0},
11386 { "_unsigned_int","_wxPrintQuality",0},
11387 { "_unsigned_int","_time_t",0},
11388 { "_unsigned_int","_size_t",0},
11389 { "_unsigned_int","_uint",0},
11390 { "_unsigned_int","_wxWindowID",0},
11391 { "_unsigned_int","_int",0},
11392 { "_short","_wxDateTime_t",0},
11393 { "_short","_WXTYPE",0},
11394 { "_short","_unsigned_short",0},
11395 { "_short","_signed_short",0},
11396 { "_wxWindowID","_wxCoord",0},
11397 { "_wxWindowID","_wxPrintQuality",0},
11398 { "_wxWindowID","_time_t",0},
11399 { "_wxWindowID","_size_t",0},
11400 { "_wxWindowID","_EBool",0},
11401 { "_wxWindowID","_uint",0},
11402 { "_wxWindowID","_int",0},
11403 { "_wxWindowID","_signed_int",0},
11404 { "_wxWindowID","_unsigned_int",0},
11405 { "_int","_wxCoord",0},
11406 { "_int","_wxPrintQuality",0},
11407 { "_int","_time_t",0},
11408 { "_int","_size_t",0},
11409 { "_int","_EBool",0},
11410 { "_int","_uint",0},
11411 { "_int","_wxWindowID",0},
11412 { "_int","_unsigned_int",0},
11413 { "_int","_signed_int",0},
11414 { "_wxDateTime_t","_unsigned_short",0},
11415 { "_wxDateTime_t","_short",0},
11416 { "_wxDateTime_t","_WXTYPE",0},
11417 { "_time_t","_wxCoord",0},
11418 { "_time_t","_wxPrintQuality",0},
11419 { "_time_t","_unsigned_int",0},
11420 { "_time_t","_int",0},
11421 { "_time_t","_wxWindowID",0},
11422 { "_time_t","_uint",0},
11423 { "_time_t","_size_t",0},
11424 { "_wxCoord","_int",0},
11425 { "_wxCoord","_signed_int",0},
11426 { "_wxCoord","_unsigned_int",0},
11427 { "_wxCoord","_wxWindowID",0},
11428 { "_wxCoord","_uint",0},
11429 { "_wxCoord","_EBool",0},
11430 { "_wxCoord","_size_t",0},
11431 { "_wxCoord","_time_t",0},
11432 { "_wxCoord","_wxPrintQuality",0},
11433 { "_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
11434 { "_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
11437 static PyObject
*SWIG_globals
;
11441 SWIGEXPORT(void) initstc_c() {
11443 SWIG_globals
= SWIG_newvarlink();
11444 m
= Py_InitModule("stc_c", stc_cMethods
);
11445 d
= PyModule_GetDict(m
);
11446 PyDict_SetItemString(d
,"wxSTC_USE_POPUP", PyInt_FromLong((long) 1));
11447 PyDict_SetItemString(d
,"wxSTC_INVALID_POSITION", PyInt_FromLong((long) -1));
11448 PyDict_SetItemString(d
,"wxSTC_START", PyInt_FromLong((long) 2000));
11449 PyDict_SetItemString(d
,"wxSTC_OPTIONAL_START", PyInt_FromLong((long) 3000));
11450 PyDict_SetItemString(d
,"wxSTC_LEXER_START", PyInt_FromLong((long) 4000));
11451 PyDict_SetItemString(d
,"wxSTC_WS_INVISIBLE", PyInt_FromLong((long) 0));
11452 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEALWAYS", PyInt_FromLong((long) 1));
11453 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEAFTERINDENT", PyInt_FromLong((long) 2));
11454 PyDict_SetItemString(d
,"wxSTC_EOL_CRLF", PyInt_FromLong((long) 0));
11455 PyDict_SetItemString(d
,"wxSTC_EOL_CR", PyInt_FromLong((long) 1));
11456 PyDict_SetItemString(d
,"wxSTC_EOL_LF", PyInt_FromLong((long) 2));
11457 PyDict_SetItemString(d
,"wxSTC_CP_UTF8", PyInt_FromLong((long) 65001));
11458 PyDict_SetItemString(d
,"wxSTC_MARKER_MAX", PyInt_FromLong((long) 31));
11459 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLE", PyInt_FromLong((long) 0));
11460 PyDict_SetItemString(d
,"wxSTC_MARK_ROUNDRECT", PyInt_FromLong((long) 1));
11461 PyDict_SetItemString(d
,"wxSTC_MARK_ARROW", PyInt_FromLong((long) 2));
11462 PyDict_SetItemString(d
,"wxSTC_MARK_SMALLRECT", PyInt_FromLong((long) 3));
11463 PyDict_SetItemString(d
,"wxSTC_MARK_SHORTARROW", PyInt_FromLong((long) 4));
11464 PyDict_SetItemString(d
,"wxSTC_MARK_EMPTY", PyInt_FromLong((long) 5));
11465 PyDict_SetItemString(d
,"wxSTC_MARK_ARROWDOWN", PyInt_FromLong((long) 6));
11466 PyDict_SetItemString(d
,"wxSTC_MARK_MINUS", PyInt_FromLong((long) 7));
11467 PyDict_SetItemString(d
,"wxSTC_MARK_PLUS", PyInt_FromLong((long) 8));
11468 PyDict_SetItemString(d
,"wxSTC_MARK_VLINE", PyInt_FromLong((long) 9));
11469 PyDict_SetItemString(d
,"wxSTC_MARK_LCORNER", PyInt_FromLong((long) 10));
11470 PyDict_SetItemString(d
,"wxSTC_MARK_TCORNER", PyInt_FromLong((long) 11));
11471 PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUS", PyInt_FromLong((long) 12));
11472 PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUSCONNECTED", PyInt_FromLong((long) 13));
11473 PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUS", PyInt_FromLong((long) 14));
11474 PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUSCONNECTED", PyInt_FromLong((long) 15));
11475 PyDict_SetItemString(d
,"wxSTC_MARK_LCORNERCURVE", PyInt_FromLong((long) 16));
11476 PyDict_SetItemString(d
,"wxSTC_MARK_TCORNERCURVE", PyInt_FromLong((long) 17));
11477 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUS", PyInt_FromLong((long) 18));
11478 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUSCONNECTED", PyInt_FromLong((long) 19));
11479 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUS", PyInt_FromLong((long) 20));
11480 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUSCONNECTED", PyInt_FromLong((long) 21));
11481 PyDict_SetItemString(d
,"wxSTC_MARK_BACKGROUND", PyInt_FromLong((long) 22));
11482 PyDict_SetItemString(d
,"wxSTC_MARK_DOTDOTDOT", PyInt_FromLong((long) 23));
11483 PyDict_SetItemString(d
,"wxSTC_MARK_ARROWS", PyInt_FromLong((long) 24));
11484 PyDict_SetItemString(d
,"wxSTC_MARK_CHARACTER", PyInt_FromLong((long) 10000));
11485 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEREND", PyInt_FromLong((long) 25));
11486 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPENMID", PyInt_FromLong((long) 26));
11487 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERMIDTAIL", PyInt_FromLong((long) 27));
11488 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERTAIL", PyInt_FromLong((long) 28));
11489 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERSUB", PyInt_FromLong((long) 29));
11490 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDER", PyInt_FromLong((long) 30));
11491 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPEN", PyInt_FromLong((long) 31));
11492 PyDict_SetItemString(d
,"wxSTC_MASK_FOLDERS", PyInt_FromLong((long) 0xFE000000));
11493 PyDict_SetItemString(d
,"wxSTC_MARGIN_SYMBOL", PyInt_FromLong((long) 0));
11494 PyDict_SetItemString(d
,"wxSTC_MARGIN_NUMBER", PyInt_FromLong((long) 1));
11495 PyDict_SetItemString(d
,"wxSTC_STYLE_DEFAULT", PyInt_FromLong((long) 32));
11496 PyDict_SetItemString(d
,"wxSTC_STYLE_LINENUMBER", PyInt_FromLong((long) 33));
11497 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACELIGHT", PyInt_FromLong((long) 34));
11498 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACEBAD", PyInt_FromLong((long) 35));
11499 PyDict_SetItemString(d
,"wxSTC_STYLE_CONTROLCHAR", PyInt_FromLong((long) 36));
11500 PyDict_SetItemString(d
,"wxSTC_STYLE_INDENTGUIDE", PyInt_FromLong((long) 37));
11501 PyDict_SetItemString(d
,"wxSTC_STYLE_LASTPREDEFINED", PyInt_FromLong((long) 39));
11502 PyDict_SetItemString(d
,"wxSTC_STYLE_MAX", PyInt_FromLong((long) 127));
11503 PyDict_SetItemString(d
,"wxSTC_CHARSET_ANSI", PyInt_FromLong((long) 0));
11504 PyDict_SetItemString(d
,"wxSTC_CHARSET_DEFAULT", PyInt_FromLong((long) 1));
11505 PyDict_SetItemString(d
,"wxSTC_CHARSET_BALTIC", PyInt_FromLong((long) 186));
11506 PyDict_SetItemString(d
,"wxSTC_CHARSET_CHINESEBIG5", PyInt_FromLong((long) 136));
11507 PyDict_SetItemString(d
,"wxSTC_CHARSET_EASTEUROPE", PyInt_FromLong((long) 238));
11508 PyDict_SetItemString(d
,"wxSTC_CHARSET_GB2312", PyInt_FromLong((long) 134));
11509 PyDict_SetItemString(d
,"wxSTC_CHARSET_GREEK", PyInt_FromLong((long) 161));
11510 PyDict_SetItemString(d
,"wxSTC_CHARSET_HANGUL", PyInt_FromLong((long) 129));
11511 PyDict_SetItemString(d
,"wxSTC_CHARSET_MAC", PyInt_FromLong((long) 77));
11512 PyDict_SetItemString(d
,"wxSTC_CHARSET_OEM", PyInt_FromLong((long) 255));
11513 PyDict_SetItemString(d
,"wxSTC_CHARSET_RUSSIAN", PyInt_FromLong((long) 204));
11514 PyDict_SetItemString(d
,"wxSTC_CHARSET_SHIFTJIS", PyInt_FromLong((long) 128));
11515 PyDict_SetItemString(d
,"wxSTC_CHARSET_SYMBOL", PyInt_FromLong((long) 2));
11516 PyDict_SetItemString(d
,"wxSTC_CHARSET_TURKISH", PyInt_FromLong((long) 162));
11517 PyDict_SetItemString(d
,"wxSTC_CHARSET_JOHAB", PyInt_FromLong((long) 130));
11518 PyDict_SetItemString(d
,"wxSTC_CHARSET_HEBREW", PyInt_FromLong((long) 177));
11519 PyDict_SetItemString(d
,"wxSTC_CHARSET_ARABIC", PyInt_FromLong((long) 178));
11520 PyDict_SetItemString(d
,"wxSTC_CHARSET_VIETNAMESE", PyInt_FromLong((long) 163));
11521 PyDict_SetItemString(d
,"wxSTC_CHARSET_THAI", PyInt_FromLong((long) 222));
11522 PyDict_SetItemString(d
,"wxSTC_CASE_MIXED", PyInt_FromLong((long) 0));
11523 PyDict_SetItemString(d
,"wxSTC_CASE_UPPER", PyInt_FromLong((long) 1));
11524 PyDict_SetItemString(d
,"wxSTC_CASE_LOWER", PyInt_FromLong((long) 2));
11525 PyDict_SetItemString(d
,"wxSTC_INDIC_MAX", PyInt_FromLong((long) 7));
11526 PyDict_SetItemString(d
,"wxSTC_INDIC_PLAIN", PyInt_FromLong((long) 0));
11527 PyDict_SetItemString(d
,"wxSTC_INDIC_SQUIGGLE", PyInt_FromLong((long) 1));
11528 PyDict_SetItemString(d
,"wxSTC_INDIC_TT", PyInt_FromLong((long) 2));
11529 PyDict_SetItemString(d
,"wxSTC_INDIC_DIAGONAL", PyInt_FromLong((long) 3));
11530 PyDict_SetItemString(d
,"wxSTC_INDIC_STRIKE", PyInt_FromLong((long) 4));
11531 PyDict_SetItemString(d
,"wxSTC_INDIC0_MASK", PyInt_FromLong((long) 0x20));
11532 PyDict_SetItemString(d
,"wxSTC_INDIC1_MASK", PyInt_FromLong((long) 0x40));
11533 PyDict_SetItemString(d
,"wxSTC_INDIC2_MASK", PyInt_FromLong((long) 0x80));
11534 PyDict_SetItemString(d
,"wxSTC_INDICS_MASK", PyInt_FromLong((long) 0xE0));
11535 PyDict_SetItemString(d
,"wxSTC_PRINT_NORMAL", PyInt_FromLong((long) 0));
11536 PyDict_SetItemString(d
,"wxSTC_PRINT_INVERTLIGHT", PyInt_FromLong((long) 1));
11537 PyDict_SetItemString(d
,"wxSTC_PRINT_BLACKONWHITE", PyInt_FromLong((long) 2));
11538 PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITE", PyInt_FromLong((long) 3));
11539 PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITEDEFAULTBG", PyInt_FromLong((long) 4));
11540 PyDict_SetItemString(d
,"wxSTC_FIND_WHOLEWORD", PyInt_FromLong((long) 2));
11541 PyDict_SetItemString(d
,"wxSTC_FIND_MATCHCASE", PyInt_FromLong((long) 4));
11542 PyDict_SetItemString(d
,"wxSTC_FIND_WORDSTART", PyInt_FromLong((long) 0x00100000));
11543 PyDict_SetItemString(d
,"wxSTC_FIND_REGEXP", PyInt_FromLong((long) 0x00200000));
11544 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBASE", PyInt_FromLong((long) 0x400));
11545 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELWHITEFLAG", PyInt_FromLong((long) 0x1000));
11546 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELHEADERFLAG", PyInt_FromLong((long) 0x2000));
11547 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELNUMBERMASK", PyInt_FromLong((long) 0x0FFF));
11548 PyDict_SetItemString(d
,"wxSTC_TIME_FOREVER", PyInt_FromLong((long) 10000000));
11549 PyDict_SetItemString(d
,"wxSTC_WRAP_NONE", PyInt_FromLong((long) 0));
11550 PyDict_SetItemString(d
,"wxSTC_WRAP_WORD", PyInt_FromLong((long) 1));
11551 PyDict_SetItemString(d
,"wxSTC_CACHE_NONE", PyInt_FromLong((long) 0));
11552 PyDict_SetItemString(d
,"wxSTC_CACHE_CARET", PyInt_FromLong((long) 1));
11553 PyDict_SetItemString(d
,"wxSTC_CACHE_PAGE", PyInt_FromLong((long) 2));
11554 PyDict_SetItemString(d
,"wxSTC_CACHE_DOCUMENT", PyInt_FromLong((long) 3));
11555 PyDict_SetItemString(d
,"wxSTC_EDGE_NONE", PyInt_FromLong((long) 0));
11556 PyDict_SetItemString(d
,"wxSTC_EDGE_LINE", PyInt_FromLong((long) 1));
11557 PyDict_SetItemString(d
,"wxSTC_EDGE_BACKGROUND", PyInt_FromLong((long) 2));
11558 PyDict_SetItemString(d
,"wxSTC_CURSORNORMAL", PyInt_FromLong((long) -1));
11559 PyDict_SetItemString(d
,"wxSTC_CURSORWAIT", PyInt_FromLong((long) 3));
11560 PyDict_SetItemString(d
,"wxSTC_VISIBLE_SLOP", PyInt_FromLong((long) 0x01));
11561 PyDict_SetItemString(d
,"wxSTC_VISIBLE_STRICT", PyInt_FromLong((long) 0x04));
11562 PyDict_SetItemString(d
,"wxSTC_CARET_SLOP", PyInt_FromLong((long) 0x01));
11563 PyDict_SetItemString(d
,"wxSTC_CARET_STRICT", PyInt_FromLong((long) 0x04));
11564 PyDict_SetItemString(d
,"wxSTC_CARET_JUMPS", PyInt_FromLong((long) 0x10));
11565 PyDict_SetItemString(d
,"wxSTC_CARET_EVEN", PyInt_FromLong((long) 0x08));
11566 PyDict_SetItemString(d
,"wxSTC_MOD_INSERTTEXT", PyInt_FromLong((long) 0x1));
11567 PyDict_SetItemString(d
,"wxSTC_MOD_DELETETEXT", PyInt_FromLong((long) 0x2));
11568 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGESTYLE", PyInt_FromLong((long) 0x4));
11569 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEFOLD", PyInt_FromLong((long) 0x8));
11570 PyDict_SetItemString(d
,"wxSTC_PERFORMED_USER", PyInt_FromLong((long) 0x10));
11571 PyDict_SetItemString(d
,"wxSTC_PERFORMED_UNDO", PyInt_FromLong((long) 0x20));
11572 PyDict_SetItemString(d
,"wxSTC_PERFORMED_REDO", PyInt_FromLong((long) 0x40));
11573 PyDict_SetItemString(d
,"wxSTC_LASTSTEPINUNDOREDO", PyInt_FromLong((long) 0x100));
11574 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEMARKER", PyInt_FromLong((long) 0x200));
11575 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREINSERT", PyInt_FromLong((long) 0x400));
11576 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREDELETE", PyInt_FromLong((long) 0x800));
11577 PyDict_SetItemString(d
,"wxSTC_MODEVENTMASKALL", PyInt_FromLong((long) 0xF77));
11578 PyDict_SetItemString(d
,"wxSTC_KEY_DOWN", PyInt_FromLong((long) 300));
11579 PyDict_SetItemString(d
,"wxSTC_KEY_UP", PyInt_FromLong((long) 301));
11580 PyDict_SetItemString(d
,"wxSTC_KEY_LEFT", PyInt_FromLong((long) 302));
11581 PyDict_SetItemString(d
,"wxSTC_KEY_RIGHT", PyInt_FromLong((long) 303));
11582 PyDict_SetItemString(d
,"wxSTC_KEY_HOME", PyInt_FromLong((long) 304));
11583 PyDict_SetItemString(d
,"wxSTC_KEY_END", PyInt_FromLong((long) 305));
11584 PyDict_SetItemString(d
,"wxSTC_KEY_PRIOR", PyInt_FromLong((long) 306));
11585 PyDict_SetItemString(d
,"wxSTC_KEY_NEXT", PyInt_FromLong((long) 307));
11586 PyDict_SetItemString(d
,"wxSTC_KEY_DELETE", PyInt_FromLong((long) 308));
11587 PyDict_SetItemString(d
,"wxSTC_KEY_INSERT", PyInt_FromLong((long) 309));
11588 PyDict_SetItemString(d
,"wxSTC_KEY_ESCAPE", PyInt_FromLong((long) 7));
11589 PyDict_SetItemString(d
,"wxSTC_KEY_BACK", PyInt_FromLong((long) 8));
11590 PyDict_SetItemString(d
,"wxSTC_KEY_TAB", PyInt_FromLong((long) 9));
11591 PyDict_SetItemString(d
,"wxSTC_KEY_RETURN", PyInt_FromLong((long) 13));
11592 PyDict_SetItemString(d
,"wxSTC_KEY_ADD", PyInt_FromLong((long) 310));
11593 PyDict_SetItemString(d
,"wxSTC_KEY_SUBTRACT", PyInt_FromLong((long) 311));
11594 PyDict_SetItemString(d
,"wxSTC_KEY_DIVIDE", PyInt_FromLong((long) 312));
11595 PyDict_SetItemString(d
,"wxSTC_SCMOD_SHIFT", PyInt_FromLong((long) 1));
11596 PyDict_SetItemString(d
,"wxSTC_SCMOD_CTRL", PyInt_FromLong((long) 2));
11597 PyDict_SetItemString(d
,"wxSTC_SCMOD_ALT", PyInt_FromLong((long) 4));
11598 PyDict_SetItemString(d
,"wxSTC_LEX_CONTAINER", PyInt_FromLong((long) 0));
11599 PyDict_SetItemString(d
,"wxSTC_LEX_NULL", PyInt_FromLong((long) 1));
11600 PyDict_SetItemString(d
,"wxSTC_LEX_PYTHON", PyInt_FromLong((long) 2));
11601 PyDict_SetItemString(d
,"wxSTC_LEX_CPP", PyInt_FromLong((long) 3));
11602 PyDict_SetItemString(d
,"wxSTC_LEX_HTML", PyInt_FromLong((long) 4));
11603 PyDict_SetItemString(d
,"wxSTC_LEX_XML", PyInt_FromLong((long) 5));
11604 PyDict_SetItemString(d
,"wxSTC_LEX_PERL", PyInt_FromLong((long) 6));
11605 PyDict_SetItemString(d
,"wxSTC_LEX_SQL", PyInt_FromLong((long) 7));
11606 PyDict_SetItemString(d
,"wxSTC_LEX_VB", PyInt_FromLong((long) 8));
11607 PyDict_SetItemString(d
,"wxSTC_LEX_PROPERTIES", PyInt_FromLong((long) 9));
11608 PyDict_SetItemString(d
,"wxSTC_LEX_ERRORLIST", PyInt_FromLong((long) 10));
11609 PyDict_SetItemString(d
,"wxSTC_LEX_MAKEFILE", PyInt_FromLong((long) 11));
11610 PyDict_SetItemString(d
,"wxSTC_LEX_BATCH", PyInt_FromLong((long) 12));
11611 PyDict_SetItemString(d
,"wxSTC_LEX_XCODE", PyInt_FromLong((long) 13));
11612 PyDict_SetItemString(d
,"wxSTC_LEX_LATEX", PyInt_FromLong((long) 14));
11613 PyDict_SetItemString(d
,"wxSTC_LEX_LUA", PyInt_FromLong((long) 15));
11614 PyDict_SetItemString(d
,"wxSTC_LEX_DIFF", PyInt_FromLong((long) 16));
11615 PyDict_SetItemString(d
,"wxSTC_LEX_CONF", PyInt_FromLong((long) 17));
11616 PyDict_SetItemString(d
,"wxSTC_LEX_PASCAL", PyInt_FromLong((long) 18));
11617 PyDict_SetItemString(d
,"wxSTC_LEX_AVE", PyInt_FromLong((long) 19));
11618 PyDict_SetItemString(d
,"wxSTC_LEX_ADA", PyInt_FromLong((long) 20));
11619 PyDict_SetItemString(d
,"wxSTC_LEX_LISP", PyInt_FromLong((long) 21));
11620 PyDict_SetItemString(d
,"wxSTC_LEX_RUBY", PyInt_FromLong((long) 22));
11621 PyDict_SetItemString(d
,"wxSTC_LEX_EIFFEL", PyInt_FromLong((long) 23));
11622 PyDict_SetItemString(d
,"wxSTC_LEX_EIFFELKW", PyInt_FromLong((long) 24));
11623 PyDict_SetItemString(d
,"wxSTC_LEX_TCL", PyInt_FromLong((long) 25));
11624 PyDict_SetItemString(d
,"wxSTC_LEX_NNCRONTAB", PyInt_FromLong((long) 26));
11625 PyDict_SetItemString(d
,"wxSTC_LEX_BULLANT", PyInt_FromLong((long) 27));
11626 PyDict_SetItemString(d
,"wxSTC_LEX_VBSCRIPT", PyInt_FromLong((long) 28));
11627 PyDict_SetItemString(d
,"wxSTC_LEX_ASP", PyInt_FromLong((long) 29));
11628 PyDict_SetItemString(d
,"wxSTC_LEX_PHP", PyInt_FromLong((long) 30));
11629 PyDict_SetItemString(d
,"wxSTC_LEX_BAAN", PyInt_FromLong((long) 31));
11630 PyDict_SetItemString(d
,"wxSTC_LEX_MATLAB", PyInt_FromLong((long) 32));
11631 PyDict_SetItemString(d
,"wxSTC_LEX_SCRIPTOL", PyInt_FromLong((long) 33));
11632 PyDict_SetItemString(d
,"wxSTC_LEX_AUTOMATIC", PyInt_FromLong((long) 1000));
11633 PyDict_SetItemString(d
,"wxSTC_P_DEFAULT", PyInt_FromLong((long) 0));
11634 PyDict_SetItemString(d
,"wxSTC_P_COMMENTLINE", PyInt_FromLong((long) 1));
11635 PyDict_SetItemString(d
,"wxSTC_P_NUMBER", PyInt_FromLong((long) 2));
11636 PyDict_SetItemString(d
,"wxSTC_P_STRING", PyInt_FromLong((long) 3));
11637 PyDict_SetItemString(d
,"wxSTC_P_CHARACTER", PyInt_FromLong((long) 4));
11638 PyDict_SetItemString(d
,"wxSTC_P_WORD", PyInt_FromLong((long) 5));
11639 PyDict_SetItemString(d
,"wxSTC_P_TRIPLE", PyInt_FromLong((long) 6));
11640 PyDict_SetItemString(d
,"wxSTC_P_TRIPLEDOUBLE", PyInt_FromLong((long) 7));
11641 PyDict_SetItemString(d
,"wxSTC_P_CLASSNAME", PyInt_FromLong((long) 8));
11642 PyDict_SetItemString(d
,"wxSTC_P_DEFNAME", PyInt_FromLong((long) 9));
11643 PyDict_SetItemString(d
,"wxSTC_P_OPERATOR", PyInt_FromLong((long) 10));
11644 PyDict_SetItemString(d
,"wxSTC_P_IDENTIFIER", PyInt_FromLong((long) 11));
11645 PyDict_SetItemString(d
,"wxSTC_P_COMMENTBLOCK", PyInt_FromLong((long) 12));
11646 PyDict_SetItemString(d
,"wxSTC_P_STRINGEOL", PyInt_FromLong((long) 13));
11647 PyDict_SetItemString(d
,"wxSTC_C_DEFAULT", PyInt_FromLong((long) 0));
11648 PyDict_SetItemString(d
,"wxSTC_C_COMMENT", PyInt_FromLong((long) 1));
11649 PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINE", PyInt_FromLong((long) 2));
11650 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOC", PyInt_FromLong((long) 3));
11651 PyDict_SetItemString(d
,"wxSTC_C_NUMBER", PyInt_FromLong((long) 4));
11652 PyDict_SetItemString(d
,"wxSTC_C_WORD", PyInt_FromLong((long) 5));
11653 PyDict_SetItemString(d
,"wxSTC_C_STRING", PyInt_FromLong((long) 6));
11654 PyDict_SetItemString(d
,"wxSTC_C_CHARACTER", PyInt_FromLong((long) 7));
11655 PyDict_SetItemString(d
,"wxSTC_C_UUID", PyInt_FromLong((long) 8));
11656 PyDict_SetItemString(d
,"wxSTC_C_PREPROCESSOR", PyInt_FromLong((long) 9));
11657 PyDict_SetItemString(d
,"wxSTC_C_OPERATOR", PyInt_FromLong((long) 10));
11658 PyDict_SetItemString(d
,"wxSTC_C_IDENTIFIER", PyInt_FromLong((long) 11));
11659 PyDict_SetItemString(d
,"wxSTC_C_STRINGEOL", PyInt_FromLong((long) 12));
11660 PyDict_SetItemString(d
,"wxSTC_C_VERBATIM", PyInt_FromLong((long) 13));
11661 PyDict_SetItemString(d
,"wxSTC_C_REGEX", PyInt_FromLong((long) 14));
11662 PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINEDOC", PyInt_FromLong((long) 15));
11663 PyDict_SetItemString(d
,"wxSTC_C_WORD2", PyInt_FromLong((long) 16));
11664 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORD", PyInt_FromLong((long) 17));
11665 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORDERROR", PyInt_FromLong((long) 18));
11666 PyDict_SetItemString(d
,"wxSTC_H_DEFAULT", PyInt_FromLong((long) 0));
11667 PyDict_SetItemString(d
,"wxSTC_H_TAG", PyInt_FromLong((long) 1));
11668 PyDict_SetItemString(d
,"wxSTC_H_TAGUNKNOWN", PyInt_FromLong((long) 2));
11669 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTE", PyInt_FromLong((long) 3));
11670 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTEUNKNOWN", PyInt_FromLong((long) 4));
11671 PyDict_SetItemString(d
,"wxSTC_H_NUMBER", PyInt_FromLong((long) 5));
11672 PyDict_SetItemString(d
,"wxSTC_H_DOUBLESTRING", PyInt_FromLong((long) 6));
11673 PyDict_SetItemString(d
,"wxSTC_H_SINGLESTRING", PyInt_FromLong((long) 7));
11674 PyDict_SetItemString(d
,"wxSTC_H_OTHER", PyInt_FromLong((long) 8));
11675 PyDict_SetItemString(d
,"wxSTC_H_COMMENT", PyInt_FromLong((long) 9));
11676 PyDict_SetItemString(d
,"wxSTC_H_ENTITY", PyInt_FromLong((long) 10));
11677 PyDict_SetItemString(d
,"wxSTC_H_TAGEND", PyInt_FromLong((long) 11));
11678 PyDict_SetItemString(d
,"wxSTC_H_XMLSTART", PyInt_FromLong((long) 12));
11679 PyDict_SetItemString(d
,"wxSTC_H_XMLEND", PyInt_FromLong((long) 13));
11680 PyDict_SetItemString(d
,"wxSTC_H_SCRIPT", PyInt_FromLong((long) 14));
11681 PyDict_SetItemString(d
,"wxSTC_H_ASP", PyInt_FromLong((long) 15));
11682 PyDict_SetItemString(d
,"wxSTC_H_ASPAT", PyInt_FromLong((long) 16));
11683 PyDict_SetItemString(d
,"wxSTC_H_CDATA", PyInt_FromLong((long) 17));
11684 PyDict_SetItemString(d
,"wxSTC_H_QUESTION", PyInt_FromLong((long) 18));
11685 PyDict_SetItemString(d
,"wxSTC_H_VALUE", PyInt_FromLong((long) 19));
11686 PyDict_SetItemString(d
,"wxSTC_H_XCCOMMENT", PyInt_FromLong((long) 20));
11687 PyDict_SetItemString(d
,"wxSTC_H_SGML_DEFAULT", PyInt_FromLong((long) 21));
11688 PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMAND", PyInt_FromLong((long) 22));
11689 PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM", PyInt_FromLong((long) 23));
11690 PyDict_SetItemString(d
,"wxSTC_H_SGML_DOUBLESTRING", PyInt_FromLong((long) 24));
11691 PyDict_SetItemString(d
,"wxSTC_H_SGML_SIMPLESTRING", PyInt_FromLong((long) 25));
11692 PyDict_SetItemString(d
,"wxSTC_H_SGML_ERROR", PyInt_FromLong((long) 26));
11693 PyDict_SetItemString(d
,"wxSTC_H_SGML_SPECIAL", PyInt_FromLong((long) 27));
11694 PyDict_SetItemString(d
,"wxSTC_H_SGML_ENTITY", PyInt_FromLong((long) 28));
11695 PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMENT", PyInt_FromLong((long) 29));
11696 PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM_COMMENT", PyInt_FromLong((long) 30));
11697 PyDict_SetItemString(d
,"wxSTC_H_SGML_BLOCK_DEFAULT", PyInt_FromLong((long) 31));
11698 PyDict_SetItemString(d
,"wxSTC_HJ_START", PyInt_FromLong((long) 40));
11699 PyDict_SetItemString(d
,"wxSTC_HJ_DEFAULT", PyInt_FromLong((long) 41));
11700 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENT", PyInt_FromLong((long) 42));
11701 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTLINE", PyInt_FromLong((long) 43));
11702 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTDOC", PyInt_FromLong((long) 44));
11703 PyDict_SetItemString(d
,"wxSTC_HJ_NUMBER", PyInt_FromLong((long) 45));
11704 PyDict_SetItemString(d
,"wxSTC_HJ_WORD", PyInt_FromLong((long) 46));
11705 PyDict_SetItemString(d
,"wxSTC_HJ_KEYWORD", PyInt_FromLong((long) 47));
11706 PyDict_SetItemString(d
,"wxSTC_HJ_DOUBLESTRING", PyInt_FromLong((long) 48));
11707 PyDict_SetItemString(d
,"wxSTC_HJ_SINGLESTRING", PyInt_FromLong((long) 49));
11708 PyDict_SetItemString(d
,"wxSTC_HJ_SYMBOLS", PyInt_FromLong((long) 50));
11709 PyDict_SetItemString(d
,"wxSTC_HJ_STRINGEOL", PyInt_FromLong((long) 51));
11710 PyDict_SetItemString(d
,"wxSTC_HJ_REGEX", PyInt_FromLong((long) 52));
11711 PyDict_SetItemString(d
,"wxSTC_HJA_START", PyInt_FromLong((long) 55));
11712 PyDict_SetItemString(d
,"wxSTC_HJA_DEFAULT", PyInt_FromLong((long) 56));
11713 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENT", PyInt_FromLong((long) 57));
11714 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTLINE", PyInt_FromLong((long) 58));
11715 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTDOC", PyInt_FromLong((long) 59));
11716 PyDict_SetItemString(d
,"wxSTC_HJA_NUMBER", PyInt_FromLong((long) 60));
11717 PyDict_SetItemString(d
,"wxSTC_HJA_WORD", PyInt_FromLong((long) 61));
11718 PyDict_SetItemString(d
,"wxSTC_HJA_KEYWORD", PyInt_FromLong((long) 62));
11719 PyDict_SetItemString(d
,"wxSTC_HJA_DOUBLESTRING", PyInt_FromLong((long) 63));
11720 PyDict_SetItemString(d
,"wxSTC_HJA_SINGLESTRING", PyInt_FromLong((long) 64));
11721 PyDict_SetItemString(d
,"wxSTC_HJA_SYMBOLS", PyInt_FromLong((long) 65));
11722 PyDict_SetItemString(d
,"wxSTC_HJA_STRINGEOL", PyInt_FromLong((long) 66));
11723 PyDict_SetItemString(d
,"wxSTC_HJA_REGEX", PyInt_FromLong((long) 67));
11724 PyDict_SetItemString(d
,"wxSTC_HB_START", PyInt_FromLong((long) 70));
11725 PyDict_SetItemString(d
,"wxSTC_HB_DEFAULT", PyInt_FromLong((long) 71));
11726 PyDict_SetItemString(d
,"wxSTC_HB_COMMENTLINE", PyInt_FromLong((long) 72));
11727 PyDict_SetItemString(d
,"wxSTC_HB_NUMBER", PyInt_FromLong((long) 73));
11728 PyDict_SetItemString(d
,"wxSTC_HB_WORD", PyInt_FromLong((long) 74));
11729 PyDict_SetItemString(d
,"wxSTC_HB_STRING", PyInt_FromLong((long) 75));
11730 PyDict_SetItemString(d
,"wxSTC_HB_IDENTIFIER", PyInt_FromLong((long) 76));
11731 PyDict_SetItemString(d
,"wxSTC_HB_STRINGEOL", PyInt_FromLong((long) 77));
11732 PyDict_SetItemString(d
,"wxSTC_HBA_START", PyInt_FromLong((long) 80));
11733 PyDict_SetItemString(d
,"wxSTC_HBA_DEFAULT", PyInt_FromLong((long) 81));
11734 PyDict_SetItemString(d
,"wxSTC_HBA_COMMENTLINE", PyInt_FromLong((long) 82));
11735 PyDict_SetItemString(d
,"wxSTC_HBA_NUMBER", PyInt_FromLong((long) 83));
11736 PyDict_SetItemString(d
,"wxSTC_HBA_WORD", PyInt_FromLong((long) 84));
11737 PyDict_SetItemString(d
,"wxSTC_HBA_STRING", PyInt_FromLong((long) 85));
11738 PyDict_SetItemString(d
,"wxSTC_HBA_IDENTIFIER", PyInt_FromLong((long) 86));
11739 PyDict_SetItemString(d
,"wxSTC_HBA_STRINGEOL", PyInt_FromLong((long) 87));
11740 PyDict_SetItemString(d
,"wxSTC_HP_START", PyInt_FromLong((long) 90));
11741 PyDict_SetItemString(d
,"wxSTC_HP_DEFAULT", PyInt_FromLong((long) 91));
11742 PyDict_SetItemString(d
,"wxSTC_HP_COMMENTLINE", PyInt_FromLong((long) 92));
11743 PyDict_SetItemString(d
,"wxSTC_HP_NUMBER", PyInt_FromLong((long) 93));
11744 PyDict_SetItemString(d
,"wxSTC_HP_STRING", PyInt_FromLong((long) 94));
11745 PyDict_SetItemString(d
,"wxSTC_HP_CHARACTER", PyInt_FromLong((long) 95));
11746 PyDict_SetItemString(d
,"wxSTC_HP_WORD", PyInt_FromLong((long) 96));
11747 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLE", PyInt_FromLong((long) 97));
11748 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLEDOUBLE", PyInt_FromLong((long) 98));
11749 PyDict_SetItemString(d
,"wxSTC_HP_CLASSNAME", PyInt_FromLong((long) 99));
11750 PyDict_SetItemString(d
,"wxSTC_HP_DEFNAME", PyInt_FromLong((long) 100));
11751 PyDict_SetItemString(d
,"wxSTC_HP_OPERATOR", PyInt_FromLong((long) 101));
11752 PyDict_SetItemString(d
,"wxSTC_HP_IDENTIFIER", PyInt_FromLong((long) 102));
11753 PyDict_SetItemString(d
,"wxSTC_HPA_START", PyInt_FromLong((long) 105));
11754 PyDict_SetItemString(d
,"wxSTC_HPA_DEFAULT", PyInt_FromLong((long) 106));
11755 PyDict_SetItemString(d
,"wxSTC_HPA_COMMENTLINE", PyInt_FromLong((long) 107));
11756 PyDict_SetItemString(d
,"wxSTC_HPA_NUMBER", PyInt_FromLong((long) 108));
11757 PyDict_SetItemString(d
,"wxSTC_HPA_STRING", PyInt_FromLong((long) 109));
11758 PyDict_SetItemString(d
,"wxSTC_HPA_CHARACTER", PyInt_FromLong((long) 110));
11759 PyDict_SetItemString(d
,"wxSTC_HPA_WORD", PyInt_FromLong((long) 111));
11760 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLE", PyInt_FromLong((long) 112));
11761 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLEDOUBLE", PyInt_FromLong((long) 113));
11762 PyDict_SetItemString(d
,"wxSTC_HPA_CLASSNAME", PyInt_FromLong((long) 114));
11763 PyDict_SetItemString(d
,"wxSTC_HPA_DEFNAME", PyInt_FromLong((long) 115));
11764 PyDict_SetItemString(d
,"wxSTC_HPA_OPERATOR", PyInt_FromLong((long) 116));
11765 PyDict_SetItemString(d
,"wxSTC_HPA_IDENTIFIER", PyInt_FromLong((long) 117));
11766 PyDict_SetItemString(d
,"wxSTC_HPHP_DEFAULT", PyInt_FromLong((long) 118));
11767 PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING", PyInt_FromLong((long) 119));
11768 PyDict_SetItemString(d
,"wxSTC_HPHP_SIMPLESTRING", PyInt_FromLong((long) 120));
11769 PyDict_SetItemString(d
,"wxSTC_HPHP_WORD", PyInt_FromLong((long) 121));
11770 PyDict_SetItemString(d
,"wxSTC_HPHP_NUMBER", PyInt_FromLong((long) 122));
11771 PyDict_SetItemString(d
,"wxSTC_HPHP_VARIABLE", PyInt_FromLong((long) 123));
11772 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENT", PyInt_FromLong((long) 124));
11773 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENTLINE", PyInt_FromLong((long) 125));
11774 PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING_VARIABLE", PyInt_FromLong((long) 126));
11775 PyDict_SetItemString(d
,"wxSTC_HPHP_OPERATOR", PyInt_FromLong((long) 127));
11776 PyDict_SetItemString(d
,"wxSTC_PL_DEFAULT", PyInt_FromLong((long) 0));
11777 PyDict_SetItemString(d
,"wxSTC_PL_ERROR", PyInt_FromLong((long) 1));
11778 PyDict_SetItemString(d
,"wxSTC_PL_COMMENTLINE", PyInt_FromLong((long) 2));
11779 PyDict_SetItemString(d
,"wxSTC_PL_POD", PyInt_FromLong((long) 3));
11780 PyDict_SetItemString(d
,"wxSTC_PL_NUMBER", PyInt_FromLong((long) 4));
11781 PyDict_SetItemString(d
,"wxSTC_PL_WORD", PyInt_FromLong((long) 5));
11782 PyDict_SetItemString(d
,"wxSTC_PL_STRING", PyInt_FromLong((long) 6));
11783 PyDict_SetItemString(d
,"wxSTC_PL_CHARACTER", PyInt_FromLong((long) 7));
11784 PyDict_SetItemString(d
,"wxSTC_PL_PUNCTUATION", PyInt_FromLong((long) 8));
11785 PyDict_SetItemString(d
,"wxSTC_PL_PREPROCESSOR", PyInt_FromLong((long) 9));
11786 PyDict_SetItemString(d
,"wxSTC_PL_OPERATOR", PyInt_FromLong((long) 10));
11787 PyDict_SetItemString(d
,"wxSTC_PL_IDENTIFIER", PyInt_FromLong((long) 11));
11788 PyDict_SetItemString(d
,"wxSTC_PL_SCALAR", PyInt_FromLong((long) 12));
11789 PyDict_SetItemString(d
,"wxSTC_PL_ARRAY", PyInt_FromLong((long) 13));
11790 PyDict_SetItemString(d
,"wxSTC_PL_HASH", PyInt_FromLong((long) 14));
11791 PyDict_SetItemString(d
,"wxSTC_PL_SYMBOLTABLE", PyInt_FromLong((long) 15));
11792 PyDict_SetItemString(d
,"wxSTC_PL_REGEX", PyInt_FromLong((long) 17));
11793 PyDict_SetItemString(d
,"wxSTC_PL_REGSUBST", PyInt_FromLong((long) 18));
11794 PyDict_SetItemString(d
,"wxSTC_PL_LONGQUOTE", PyInt_FromLong((long) 19));
11795 PyDict_SetItemString(d
,"wxSTC_PL_BACKTICKS", PyInt_FromLong((long) 20));
11796 PyDict_SetItemString(d
,"wxSTC_PL_DATASECTION", PyInt_FromLong((long) 21));
11797 PyDict_SetItemString(d
,"wxSTC_PL_HERE_DELIM", PyInt_FromLong((long) 22));
11798 PyDict_SetItemString(d
,"wxSTC_PL_HERE_Q", PyInt_FromLong((long) 23));
11799 PyDict_SetItemString(d
,"wxSTC_PL_HERE_QQ", PyInt_FromLong((long) 24));
11800 PyDict_SetItemString(d
,"wxSTC_PL_HERE_QX", PyInt_FromLong((long) 25));
11801 PyDict_SetItemString(d
,"wxSTC_PL_STRING_Q", PyInt_FromLong((long) 26));
11802 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QQ", PyInt_FromLong((long) 27));
11803 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QX", PyInt_FromLong((long) 28));
11804 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QR", PyInt_FromLong((long) 29));
11805 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QW", PyInt_FromLong((long) 30));
11806 PyDict_SetItemString(d
,"wxSTC_B_DEFAULT", PyInt_FromLong((long) 0));
11807 PyDict_SetItemString(d
,"wxSTC_B_COMMENT", PyInt_FromLong((long) 1));
11808 PyDict_SetItemString(d
,"wxSTC_B_NUMBER", PyInt_FromLong((long) 2));
11809 PyDict_SetItemString(d
,"wxSTC_B_KEYWORD", PyInt_FromLong((long) 3));
11810 PyDict_SetItemString(d
,"wxSTC_B_STRING", PyInt_FromLong((long) 4));
11811 PyDict_SetItemString(d
,"wxSTC_B_PREPROCESSOR", PyInt_FromLong((long) 5));
11812 PyDict_SetItemString(d
,"wxSTC_B_OPERATOR", PyInt_FromLong((long) 6));
11813 PyDict_SetItemString(d
,"wxSTC_B_IDENTIFIER", PyInt_FromLong((long) 7));
11814 PyDict_SetItemString(d
,"wxSTC_B_DATE", PyInt_FromLong((long) 8));
11815 PyDict_SetItemString(d
,"wxSTC_PROPS_DEFAULT", PyInt_FromLong((long) 0));
11816 PyDict_SetItemString(d
,"wxSTC_PROPS_COMMENT", PyInt_FromLong((long) 1));
11817 PyDict_SetItemString(d
,"wxSTC_PROPS_SECTION", PyInt_FromLong((long) 2));
11818 PyDict_SetItemString(d
,"wxSTC_PROPS_ASSIGNMENT", PyInt_FromLong((long) 3));
11819 PyDict_SetItemString(d
,"wxSTC_PROPS_DEFVAL", PyInt_FromLong((long) 4));
11820 PyDict_SetItemString(d
,"wxSTC_L_DEFAULT", PyInt_FromLong((long) 0));
11821 PyDict_SetItemString(d
,"wxSTC_L_COMMAND", PyInt_FromLong((long) 1));
11822 PyDict_SetItemString(d
,"wxSTC_L_TAG", PyInt_FromLong((long) 2));
11823 PyDict_SetItemString(d
,"wxSTC_L_MATH", PyInt_FromLong((long) 3));
11824 PyDict_SetItemString(d
,"wxSTC_L_COMMENT", PyInt_FromLong((long) 4));
11825 PyDict_SetItemString(d
,"wxSTC_LUA_DEFAULT", PyInt_FromLong((long) 0));
11826 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENT", PyInt_FromLong((long) 1));
11827 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTLINE", PyInt_FromLong((long) 2));
11828 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTDOC", PyInt_FromLong((long) 3));
11829 PyDict_SetItemString(d
,"wxSTC_LUA_NUMBER", PyInt_FromLong((long) 4));
11830 PyDict_SetItemString(d
,"wxSTC_LUA_WORD", PyInt_FromLong((long) 5));
11831 PyDict_SetItemString(d
,"wxSTC_LUA_STRING", PyInt_FromLong((long) 6));
11832 PyDict_SetItemString(d
,"wxSTC_LUA_CHARACTER", PyInt_FromLong((long) 7));
11833 PyDict_SetItemString(d
,"wxSTC_LUA_LITERALSTRING", PyInt_FromLong((long) 8));
11834 PyDict_SetItemString(d
,"wxSTC_LUA_PREPROCESSOR", PyInt_FromLong((long) 9));
11835 PyDict_SetItemString(d
,"wxSTC_LUA_OPERATOR", PyInt_FromLong((long) 10));
11836 PyDict_SetItemString(d
,"wxSTC_LUA_IDENTIFIER", PyInt_FromLong((long) 11));
11837 PyDict_SetItemString(d
,"wxSTC_LUA_STRINGEOL", PyInt_FromLong((long) 12));
11838 PyDict_SetItemString(d
,"wxSTC_LUA_WORD2", PyInt_FromLong((long) 13));
11839 PyDict_SetItemString(d
,"wxSTC_LUA_WORD3", PyInt_FromLong((long) 14));
11840 PyDict_SetItemString(d
,"wxSTC_LUA_WORD4", PyInt_FromLong((long) 15));
11841 PyDict_SetItemString(d
,"wxSTC_LUA_WORD5", PyInt_FromLong((long) 16));
11842 PyDict_SetItemString(d
,"wxSTC_LUA_WORD6", PyInt_FromLong((long) 17));
11843 PyDict_SetItemString(d
,"wxSTC_ERR_DEFAULT", PyInt_FromLong((long) 0));
11844 PyDict_SetItemString(d
,"wxSTC_ERR_PYTHON", PyInt_FromLong((long) 1));
11845 PyDict_SetItemString(d
,"wxSTC_ERR_GCC", PyInt_FromLong((long) 2));
11846 PyDict_SetItemString(d
,"wxSTC_ERR_MS", PyInt_FromLong((long) 3));
11847 PyDict_SetItemString(d
,"wxSTC_ERR_CMD", PyInt_FromLong((long) 4));
11848 PyDict_SetItemString(d
,"wxSTC_ERR_BORLAND", PyInt_FromLong((long) 5));
11849 PyDict_SetItemString(d
,"wxSTC_ERR_PERL", PyInt_FromLong((long) 6));
11850 PyDict_SetItemString(d
,"wxSTC_ERR_NET", PyInt_FromLong((long) 7));
11851 PyDict_SetItemString(d
,"wxSTC_ERR_LUA", PyInt_FromLong((long) 8));
11852 PyDict_SetItemString(d
,"wxSTC_ERR_CTAG", PyInt_FromLong((long) 9));
11853 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_CHANGED", PyInt_FromLong((long) 10));
11854 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_ADDITION", PyInt_FromLong((long) 11));
11855 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_DELETION", PyInt_FromLong((long) 12));
11856 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_MESSAGE", PyInt_FromLong((long) 13));
11857 PyDict_SetItemString(d
,"wxSTC_BAT_DEFAULT", PyInt_FromLong((long) 0));
11858 PyDict_SetItemString(d
,"wxSTC_BAT_COMMENT", PyInt_FromLong((long) 1));
11859 PyDict_SetItemString(d
,"wxSTC_BAT_WORD", PyInt_FromLong((long) 2));
11860 PyDict_SetItemString(d
,"wxSTC_BAT_LABEL", PyInt_FromLong((long) 3));
11861 PyDict_SetItemString(d
,"wxSTC_BAT_HIDE", PyInt_FromLong((long) 4));
11862 PyDict_SetItemString(d
,"wxSTC_BAT_COMMAND", PyInt_FromLong((long) 5));
11863 PyDict_SetItemString(d
,"wxSTC_BAT_IDENTIFIER", PyInt_FromLong((long) 6));
11864 PyDict_SetItemString(d
,"wxSTC_BAT_OPERATOR", PyInt_FromLong((long) 7));
11865 PyDict_SetItemString(d
,"wxSTC_MAKE_DEFAULT", PyInt_FromLong((long) 0));
11866 PyDict_SetItemString(d
,"wxSTC_MAKE_COMMENT", PyInt_FromLong((long) 1));
11867 PyDict_SetItemString(d
,"wxSTC_MAKE_PREPROCESSOR", PyInt_FromLong((long) 2));
11868 PyDict_SetItemString(d
,"wxSTC_MAKE_IDENTIFIER", PyInt_FromLong((long) 3));
11869 PyDict_SetItemString(d
,"wxSTC_MAKE_OPERATOR", PyInt_FromLong((long) 4));
11870 PyDict_SetItemString(d
,"wxSTC_MAKE_TARGET", PyInt_FromLong((long) 5));
11871 PyDict_SetItemString(d
,"wxSTC_MAKE_IDEOL", PyInt_FromLong((long) 9));
11872 PyDict_SetItemString(d
,"wxSTC_DIFF_DEFAULT", PyInt_FromLong((long) 0));
11873 PyDict_SetItemString(d
,"wxSTC_DIFF_COMMENT", PyInt_FromLong((long) 1));
11874 PyDict_SetItemString(d
,"wxSTC_DIFF_COMMAND", PyInt_FromLong((long) 2));
11875 PyDict_SetItemString(d
,"wxSTC_DIFF_HEADER", PyInt_FromLong((long) 3));
11876 PyDict_SetItemString(d
,"wxSTC_DIFF_POSITION", PyInt_FromLong((long) 4));
11877 PyDict_SetItemString(d
,"wxSTC_DIFF_DELETED", PyInt_FromLong((long) 5));
11878 PyDict_SetItemString(d
,"wxSTC_DIFF_ADDED", PyInt_FromLong((long) 6));
11879 PyDict_SetItemString(d
,"wxSTC_CONF_DEFAULT", PyInt_FromLong((long) 0));
11880 PyDict_SetItemString(d
,"wxSTC_CONF_COMMENT", PyInt_FromLong((long) 1));
11881 PyDict_SetItemString(d
,"wxSTC_CONF_NUMBER", PyInt_FromLong((long) 2));
11882 PyDict_SetItemString(d
,"wxSTC_CONF_IDENTIFIER", PyInt_FromLong((long) 3));
11883 PyDict_SetItemString(d
,"wxSTC_CONF_EXTENSION", PyInt_FromLong((long) 4));
11884 PyDict_SetItemString(d
,"wxSTC_CONF_PARAMETER", PyInt_FromLong((long) 5));
11885 PyDict_SetItemString(d
,"wxSTC_CONF_STRING", PyInt_FromLong((long) 6));
11886 PyDict_SetItemString(d
,"wxSTC_CONF_OPERATOR", PyInt_FromLong((long) 7));
11887 PyDict_SetItemString(d
,"wxSTC_CONF_IP", PyInt_FromLong((long) 8));
11888 PyDict_SetItemString(d
,"wxSTC_CONF_DIRECTIVE", PyInt_FromLong((long) 9));
11889 PyDict_SetItemString(d
,"wxSTC_AVE_DEFAULT", PyInt_FromLong((long) 0));
11890 PyDict_SetItemString(d
,"wxSTC_AVE_COMMENT", PyInt_FromLong((long) 1));
11891 PyDict_SetItemString(d
,"wxSTC_AVE_NUMBER", PyInt_FromLong((long) 2));
11892 PyDict_SetItemString(d
,"wxSTC_AVE_WORD", PyInt_FromLong((long) 3));
11893 PyDict_SetItemString(d
,"wxSTC_AVE_KEYWORD", PyInt_FromLong((long) 4));
11894 PyDict_SetItemString(d
,"wxSTC_AVE_STATEMENT", PyInt_FromLong((long) 5));
11895 PyDict_SetItemString(d
,"wxSTC_AVE_STRING", PyInt_FromLong((long) 6));
11896 PyDict_SetItemString(d
,"wxSTC_AVE_ENUM", PyInt_FromLong((long) 7));
11897 PyDict_SetItemString(d
,"wxSTC_AVE_STRINGEOL", PyInt_FromLong((long) 8));
11898 PyDict_SetItemString(d
,"wxSTC_AVE_IDENTIFIER", PyInt_FromLong((long) 9));
11899 PyDict_SetItemString(d
,"wxSTC_AVE_OPERATOR", PyInt_FromLong((long) 10));
11900 PyDict_SetItemString(d
,"wxSTC_ADA_DEFAULT", PyInt_FromLong((long) 0));
11901 PyDict_SetItemString(d
,"wxSTC_ADA_COMMENT", PyInt_FromLong((long) 1));
11902 PyDict_SetItemString(d
,"wxSTC_ADA_NUMBER", PyInt_FromLong((long) 2));
11903 PyDict_SetItemString(d
,"wxSTC_ADA_WORD", PyInt_FromLong((long) 3));
11904 PyDict_SetItemString(d
,"wxSTC_ADA_STRING", PyInt_FromLong((long) 4));
11905 PyDict_SetItemString(d
,"wxSTC_ADA_CHARACTER", PyInt_FromLong((long) 5));
11906 PyDict_SetItemString(d
,"wxSTC_ADA_OPERATOR", PyInt_FromLong((long) 6));
11907 PyDict_SetItemString(d
,"wxSTC_ADA_IDENTIFIER", PyInt_FromLong((long) 7));
11908 PyDict_SetItemString(d
,"wxSTC_ADA_STRINGEOL", PyInt_FromLong((long) 8));
11909 PyDict_SetItemString(d
,"wxSTC_BAAN_DEFAULT", PyInt_FromLong((long) 0));
11910 PyDict_SetItemString(d
,"wxSTC_BAAN_COMMENT", PyInt_FromLong((long) 1));
11911 PyDict_SetItemString(d
,"wxSTC_BAAN_COMMENTDOC", PyInt_FromLong((long) 2));
11912 PyDict_SetItemString(d
,"wxSTC_BAAN_NUMBER", PyInt_FromLong((long) 3));
11913 PyDict_SetItemString(d
,"wxSTC_BAAN_WORD", PyInt_FromLong((long) 4));
11914 PyDict_SetItemString(d
,"wxSTC_BAAN_STRING", PyInt_FromLong((long) 5));
11915 PyDict_SetItemString(d
,"wxSTC_BAAN_PREPROCESSOR", PyInt_FromLong((long) 6));
11916 PyDict_SetItemString(d
,"wxSTC_BAAN_OPERATOR", PyInt_FromLong((long) 7));
11917 PyDict_SetItemString(d
,"wxSTC_BAAN_IDENTIFIER", PyInt_FromLong((long) 8));
11918 PyDict_SetItemString(d
,"wxSTC_BAAN_STRINGEOL", PyInt_FromLong((long) 9));
11919 PyDict_SetItemString(d
,"wxSTC_BAAN_WORD2", PyInt_FromLong((long) 10));
11920 PyDict_SetItemString(d
,"wxSTC_LISP_DEFAULT", PyInt_FromLong((long) 0));
11921 PyDict_SetItemString(d
,"wxSTC_LISP_COMMENT", PyInt_FromLong((long) 1));
11922 PyDict_SetItemString(d
,"wxSTC_LISP_NUMBER", PyInt_FromLong((long) 2));
11923 PyDict_SetItemString(d
,"wxSTC_LISP_KEYWORD", PyInt_FromLong((long) 3));
11924 PyDict_SetItemString(d
,"wxSTC_LISP_STRING", PyInt_FromLong((long) 6));
11925 PyDict_SetItemString(d
,"wxSTC_LISP_STRINGEOL", PyInt_FromLong((long) 8));
11926 PyDict_SetItemString(d
,"wxSTC_LISP_IDENTIFIER", PyInt_FromLong((long) 9));
11927 PyDict_SetItemString(d
,"wxSTC_LISP_OPERATOR", PyInt_FromLong((long) 10));
11928 PyDict_SetItemString(d
,"wxSTC_EIFFEL_DEFAULT", PyInt_FromLong((long) 0));
11929 PyDict_SetItemString(d
,"wxSTC_EIFFEL_COMMENTLINE", PyInt_FromLong((long) 1));
11930 PyDict_SetItemString(d
,"wxSTC_EIFFEL_NUMBER", PyInt_FromLong((long) 2));
11931 PyDict_SetItemString(d
,"wxSTC_EIFFEL_WORD", PyInt_FromLong((long) 3));
11932 PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRING", PyInt_FromLong((long) 4));
11933 PyDict_SetItemString(d
,"wxSTC_EIFFEL_CHARACTER", PyInt_FromLong((long) 5));
11934 PyDict_SetItemString(d
,"wxSTC_EIFFEL_OPERATOR", PyInt_FromLong((long) 6));
11935 PyDict_SetItemString(d
,"wxSTC_EIFFEL_IDENTIFIER", PyInt_FromLong((long) 7));
11936 PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRINGEOL", PyInt_FromLong((long) 8));
11937 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_DEFAULT", PyInt_FromLong((long) 0));
11938 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_COMMENT", PyInt_FromLong((long) 1));
11939 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_TASK", PyInt_FromLong((long) 2));
11940 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_SECTION", PyInt_FromLong((long) 3));
11941 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_KEYWORD", PyInt_FromLong((long) 4));
11942 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_MODIFIER", PyInt_FromLong((long) 5));
11943 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ASTERISK", PyInt_FromLong((long) 6));
11944 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_NUMBER", PyInt_FromLong((long) 7));
11945 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_STRING", PyInt_FromLong((long) 8));
11946 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ENVIRONMENT", PyInt_FromLong((long) 9));
11947 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_IDENTIFIER", PyInt_FromLong((long) 10));
11948 PyDict_SetItemString(d
,"wxSTC_MATLAB_DEFAULT", PyInt_FromLong((long) 0));
11949 PyDict_SetItemString(d
,"wxSTC_MATLAB_COMMENT", PyInt_FromLong((long) 1));
11950 PyDict_SetItemString(d
,"wxSTC_MATLAB_COMMAND", PyInt_FromLong((long) 2));
11951 PyDict_SetItemString(d
,"wxSTC_MATLAB_NUMBER", PyInt_FromLong((long) 3));
11952 PyDict_SetItemString(d
,"wxSTC_MATLAB_KEYWORD", PyInt_FromLong((long) 4));
11953 PyDict_SetItemString(d
,"wxSTC_MATLAB_STRING", PyInt_FromLong((long) 5));
11954 PyDict_SetItemString(d
,"wxSTC_MATLAB_OPERATOR", PyInt_FromLong((long) 6));
11955 PyDict_SetItemString(d
,"wxSTC_MATLAB_IDENTIFIER", PyInt_FromLong((long) 7));
11956 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_DEFAULT", PyInt_FromLong((long) 0));
11957 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENT", PyInt_FromLong((long) 1));
11958 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTLINE", PyInt_FromLong((long) 2));
11959 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTDOC", PyInt_FromLong((long) 3));
11960 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_NUMBER", PyInt_FromLong((long) 4));
11961 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_WORD", PyInt_FromLong((long) 5));
11962 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_STRING", PyInt_FromLong((long) 6));
11963 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_CHARACTER", PyInt_FromLong((long) 7));
11964 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_UUID", PyInt_FromLong((long) 8));
11965 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_PREPROCESSOR", PyInt_FromLong((long) 9));
11966 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_OPERATOR", PyInt_FromLong((long) 10));
11967 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_IDENTIFIER", PyInt_FromLong((long) 11));
11968 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_STRINGEOL", PyInt_FromLong((long) 12));
11969 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_VERBATIM", PyInt_FromLong((long) 13));
11970 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_REGEX", PyInt_FromLong((long) 14));
11971 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTLINEDOC", PyInt_FromLong((long) 15));
11972 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_WORD2", PyInt_FromLong((long) 16));
11973 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTDOCKEYWORD", PyInt_FromLong((long) 17));
11974 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTDOCKEYWORDERROR", PyInt_FromLong((long) 18));
11975 PyDict_SetItemString(d
,"wxSTC_SCRIPTOL_COMMENTBASIC", PyInt_FromLong((long) 19));
11976 PyDict_SetItemString(d
,"wxSTC_CMD_REDO", PyInt_FromLong((long) 2011));
11977 PyDict_SetItemString(d
,"wxSTC_CMD_SELECTALL", PyInt_FromLong((long) 2013));
11978 PyDict_SetItemString(d
,"wxSTC_CMD_UNDO", PyInt_FromLong((long) 2176));
11979 PyDict_SetItemString(d
,"wxSTC_CMD_CUT", PyInt_FromLong((long) 2177));
11980 PyDict_SetItemString(d
,"wxSTC_CMD_COPY", PyInt_FromLong((long) 2178));
11981 PyDict_SetItemString(d
,"wxSTC_CMD_PASTE", PyInt_FromLong((long) 2179));
11982 PyDict_SetItemString(d
,"wxSTC_CMD_CLEAR", PyInt_FromLong((long) 2180));
11983 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWN", PyInt_FromLong((long) 2300));
11984 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWNEXTEND", PyInt_FromLong((long) 2301));
11985 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUP", PyInt_FromLong((long) 2302));
11986 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUPEXTEND", PyInt_FromLong((long) 2303));
11987 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFT", PyInt_FromLong((long) 2304));
11988 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFTEXTEND", PyInt_FromLong((long) 2305));
11989 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHT", PyInt_FromLong((long) 2306));
11990 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHTEXTEND", PyInt_FromLong((long) 2307));
11991 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFT", PyInt_FromLong((long) 2308));
11992 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFTEXTEND", PyInt_FromLong((long) 2309));
11993 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHT", PyInt_FromLong((long) 2310));
11994 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHTEXTEND", PyInt_FromLong((long) 2311));
11995 PyDict_SetItemString(d
,"wxSTC_CMD_HOME", PyInt_FromLong((long) 2312));
11996 PyDict_SetItemString(d
,"wxSTC_CMD_HOMEEXTEND", PyInt_FromLong((long) 2313));
11997 PyDict_SetItemString(d
,"wxSTC_CMD_LINEEND", PyInt_FromLong((long) 2314));
11998 PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDEXTEND", PyInt_FromLong((long) 2315));
11999 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTART", PyInt_FromLong((long) 2316));
12000 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTARTEXTEND", PyInt_FromLong((long) 2317));
12001 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTEND", PyInt_FromLong((long) 2318));
12002 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTENDEXTEND", PyInt_FromLong((long) 2319));
12003 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUP", PyInt_FromLong((long) 2320));
12004 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUPEXTEND", PyInt_FromLong((long) 2321));
12005 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWN", PyInt_FromLong((long) 2322));
12006 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWNEXTEND", PyInt_FromLong((long) 2323));
12007 PyDict_SetItemString(d
,"wxSTC_CMD_EDITTOGGLEOVERTYPE", PyInt_FromLong((long) 2324));
12008 PyDict_SetItemString(d
,"wxSTC_CMD_CANCEL", PyInt_FromLong((long) 2325));
12009 PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACK", PyInt_FromLong((long) 2326));
12010 PyDict_SetItemString(d
,"wxSTC_CMD_TAB", PyInt_FromLong((long) 2327));
12011 PyDict_SetItemString(d
,"wxSTC_CMD_BACKTAB", PyInt_FromLong((long) 2328));
12012 PyDict_SetItemString(d
,"wxSTC_CMD_NEWLINE", PyInt_FromLong((long) 2329));
12013 PyDict_SetItemString(d
,"wxSTC_CMD_FORMFEED", PyInt_FromLong((long) 2330));
12014 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOME", PyInt_FromLong((long) 2331));
12015 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEEXTEND", PyInt_FromLong((long) 2332));
12016 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMIN", PyInt_FromLong((long) 2333));
12017 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMOUT", PyInt_FromLong((long) 2334));
12018 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDLEFT", PyInt_FromLong((long) 2335));
12019 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDRIGHT", PyInt_FromLong((long) 2336));
12020 PyDict_SetItemString(d
,"wxSTC_CMD_LINECUT", PyInt_FromLong((long) 2337));
12021 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDELETE", PyInt_FromLong((long) 2338));
12022 PyDict_SetItemString(d
,"wxSTC_CMD_LINETRANSPOSE", PyInt_FromLong((long) 2339));
12023 PyDict_SetItemString(d
,"wxSTC_CMD_LOWERCASE", PyInt_FromLong((long) 2340));
12024 PyDict_SetItemString(d
,"wxSTC_CMD_UPPERCASE", PyInt_FromLong((long) 2341));
12025 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLDOWN", PyInt_FromLong((long) 2342));
12026 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLUP", PyInt_FromLong((long) 2343));
12027 PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACKNOTLINE", PyInt_FromLong((long) 2344));
12028 PyDict_SetItemString(d
,"wxSTC_CMD_HOMEDISPLAY", PyInt_FromLong((long) 2345));
12029 PyDict_SetItemString(d
,"wxSTC_CMD_HOMEDISPLAYEXTEND", PyInt_FromLong((long) 2346));
12030 PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDDISPLAY", PyInt_FromLong((long) 2347));
12031 PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDDISPLAYEXTEND", PyInt_FromLong((long) 2348));
12032 PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTLEFT", PyInt_FromLong((long) 2390));
12033 PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTLEFTEXTEND", PyInt_FromLong((long) 2391));
12034 PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTRIGHT", PyInt_FromLong((long) 2392));
12035 PyDict_SetItemString(d
,"wxSTC_CMD_WORDPARTRIGHTEXTEND", PyInt_FromLong((long) 2393));
12036 PyDict_SetItemString(d
,"wxSTC_CMD_DELLINELEFT", PyInt_FromLong((long) 2395));
12037 PyDict_SetItemString(d
,"wxSTC_CMD_DELLINERIGHT", PyInt_FromLong((long) 2396));
12038 PyDict_SetItemString(d
,"STC_USE_DND", PyInt_FromLong((long) 1));
12039 PyDict_SetItemString(d
,"wxEVT_STC_CHANGE", PyInt_FromLong((long) wxEVT_STC_CHANGE
));
12040 PyDict_SetItemString(d
,"wxEVT_STC_STYLENEEDED", PyInt_FromLong((long) wxEVT_STC_STYLENEEDED
));
12041 PyDict_SetItemString(d
,"wxEVT_STC_CHARADDED", PyInt_FromLong((long) wxEVT_STC_CHARADDED
));
12042 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTREACHED", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTREACHED
));
12043 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTLEFT", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTLEFT
));
12044 PyDict_SetItemString(d
,"wxEVT_STC_ROMODIFYATTEMPT", PyInt_FromLong((long) wxEVT_STC_ROMODIFYATTEMPT
));
12045 PyDict_SetItemString(d
,"wxEVT_STC_KEY", PyInt_FromLong((long) wxEVT_STC_KEY
));
12046 PyDict_SetItemString(d
,"wxEVT_STC_DOUBLECLICK", PyInt_FromLong((long) wxEVT_STC_DOUBLECLICK
));
12047 PyDict_SetItemString(d
,"wxEVT_STC_UPDATEUI", PyInt_FromLong((long) wxEVT_STC_UPDATEUI
));
12048 PyDict_SetItemString(d
,"wxEVT_STC_MODIFIED", PyInt_FromLong((long) wxEVT_STC_MODIFIED
));
12049 PyDict_SetItemString(d
,"wxEVT_STC_MACRORECORD", PyInt_FromLong((long) wxEVT_STC_MACRORECORD
));
12050 PyDict_SetItemString(d
,"wxEVT_STC_MARGINCLICK", PyInt_FromLong((long) wxEVT_STC_MARGINCLICK
));
12051 PyDict_SetItemString(d
,"wxEVT_STC_NEEDSHOWN", PyInt_FromLong((long) wxEVT_STC_NEEDSHOWN
));
12052 PyDict_SetItemString(d
,"wxEVT_STC_POSCHANGED", PyInt_FromLong((long) wxEVT_STC_POSCHANGED
));
12053 PyDict_SetItemString(d
,"wxEVT_STC_PAINTED", PyInt_FromLong((long) wxEVT_STC_PAINTED
));
12054 PyDict_SetItemString(d
,"wxEVT_STC_USERLISTSELECTION", PyInt_FromLong((long) wxEVT_STC_USERLISTSELECTION
));
12055 PyDict_SetItemString(d
,"wxEVT_STC_URIDROPPED", PyInt_FromLong((long) wxEVT_STC_URIDROPPED
));
12056 PyDict_SetItemString(d
,"wxEVT_STC_DWELLSTART", PyInt_FromLong((long) wxEVT_STC_DWELLSTART
));
12057 PyDict_SetItemString(d
,"wxEVT_STC_DWELLEND", PyInt_FromLong((long) wxEVT_STC_DWELLEND
));
12058 PyDict_SetItemString(d
,"wxEVT_STC_START_DRAG", PyInt_FromLong((long) wxEVT_STC_START_DRAG
));
12059 PyDict_SetItemString(d
,"wxEVT_STC_DRAG_OVER", PyInt_FromLong((long) wxEVT_STC_DRAG_OVER
));
12060 PyDict_SetItemString(d
,"wxEVT_STC_DO_DROP", PyInt_FromLong((long) wxEVT_STC_DO_DROP
));
12061 PyDict_SetItemString(d
,"wxEVT_STC_ZOOM", PyInt_FromLong((long) wxEVT_STC_ZOOM
));
12064 wxClassInfo::CleanUpClasses();
12065 wxClassInfo::InitializeClasses();
12069 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
12070 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);