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 */
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a) __declspec(dllexport) a
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a) a _export
32 # define SWIGEXPORT(a) a
36 # define SWIGEXPORT(a) a
45 extern void SWIG_MakePtr(char *, void *, char *);
46 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47 extern char *SWIG_GetPtr(char *, void **, char *);
48 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
49 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
50 extern PyObject
*SWIG_newvarlink(void);
54 #define SWIG_init initstc_c
56 #define SWIG_name "stc_c"
59 #include "wx/stc/stc.h"
62 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
68 } else if (target
== Py_None
) {
72 if (!PyTuple_Check(target
)) {
74 target
= PyTuple_New(1);
75 PyTuple_SetItem(target
, 0, o2
);
78 PyTuple_SetItem(o3
, 0, o
);
81 target
= PySequence_Concat(o2
, o3
);
90 static void *SwigwxStyledTextCtrlTowxControl(void *ptr
) {
91 wxStyledTextCtrl
*src
;
93 src
= (wxStyledTextCtrl
*) ptr
;
94 dest
= (wxControl
*) src
;
98 static void *SwigwxStyledTextCtrlTowxWindow(void *ptr
) {
99 wxStyledTextCtrl
*src
;
101 src
= (wxStyledTextCtrl
*) ptr
;
102 dest
= (wxWindow
*) src
;
103 return (void *) dest
;
106 static void *SwigwxStyledTextCtrlTowxEvtHandler(void *ptr
) {
107 wxStyledTextCtrl
*src
;
109 src
= (wxStyledTextCtrl
*) ptr
;
110 dest
= (wxEvtHandler
*) src
;
111 return (void *) dest
;
114 static void *SwigwxStyledTextCtrlTowxObject(void *ptr
) {
115 wxStyledTextCtrl
*src
;
117 src
= (wxStyledTextCtrl
*) ptr
;
118 dest
= (wxObject
*) src
;
119 return (void *) dest
;
122 #define new_wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
123 static PyObject
*_wrap_new_wxStyledTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
124 PyObject
* _resultobj
;
125 wxStyledTextCtrl
* _result
;
128 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
129 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
130 long _arg4
= (long ) 0;
131 char * _arg5
= (char *) "styledtext";
132 PyObject
* _argo0
= 0;
134 PyObject
* _obj2
= 0;
136 PyObject
* _obj3
= 0;
137 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStyledTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
144 if (_argo0
== Py_None
) { _arg0
= NULL
; }
145 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStyledTextCtrl. Expected _wxWindow_p.");
153 if (! wxPoint_helper(_obj2
, &_arg2
))
159 if (! wxSize_helper(_obj3
, &_arg3
))
163 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
164 _result
= (wxStyledTextCtrl
*)new_wxStyledTextCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
166 wxPyEndAllowThreads(__tstate
);
167 if (PyErr_Occurred()) return NULL
;
169 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextCtrl_p");
170 _resultobj
= Py_BuildValue("s",_ptemp
);
173 _resultobj
= Py_None
;
178 #define wxStyledTextCtrl_AddText(_swigobj,_swigarg0) (_swigobj->AddText(_swigarg0))
179 static PyObject
*_wrap_wxStyledTextCtrl_AddText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
180 PyObject
* _resultobj
;
181 wxStyledTextCtrl
* _arg0
;
183 PyObject
* _argo0
= 0;
184 PyObject
* _obj1
= 0;
185 char *_kwnames
[] = { "self","text", NULL
};
188 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddText",_kwnames
,&_argo0
,&_obj1
))
191 if (_argo0
== Py_None
) { _arg0
= NULL
; }
192 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
193 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddText. Expected _wxStyledTextCtrl_p.");
198 _arg1
= wxString_in_helper(_obj1
);
203 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
204 wxStyledTextCtrl_AddText(_arg0
,*_arg1
);
206 wxPyEndAllowThreads(__tstate
);
207 if (PyErr_Occurred()) return NULL
;
208 } Py_INCREF(Py_None
);
209 _resultobj
= Py_None
;
217 #define wxStyledTextCtrl_AddStyledText(_swigobj,_swigarg0) (_swigobj->AddStyledText(_swigarg0))
218 static PyObject
*_wrap_wxStyledTextCtrl_AddStyledText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
219 PyObject
* _resultobj
;
220 wxStyledTextCtrl
* _arg0
;
222 PyObject
* _argo0
= 0;
223 PyObject
* _obj1
= 0;
224 char *_kwnames
[] = { "self","text", NULL
};
227 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddStyledText",_kwnames
,&_argo0
,&_obj1
))
230 if (_argo0
== Py_None
) { _arg0
= NULL
; }
231 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
232 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddStyledText. Expected _wxStyledTextCtrl_p.");
237 _arg1
= wxString_in_helper(_obj1
);
242 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
243 wxStyledTextCtrl_AddStyledText(_arg0
,*_arg1
);
245 wxPyEndAllowThreads(__tstate
);
246 if (PyErr_Occurred()) return NULL
;
247 } Py_INCREF(Py_None
);
248 _resultobj
= Py_None
;
256 #define wxStyledTextCtrl_InsertText(_swigobj,_swigarg0,_swigarg1) (_swigobj->InsertText(_swigarg0,_swigarg1))
257 static PyObject
*_wrap_wxStyledTextCtrl_InsertText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
258 PyObject
* _resultobj
;
259 wxStyledTextCtrl
* _arg0
;
262 PyObject
* _argo0
= 0;
263 PyObject
* _obj2
= 0;
264 char *_kwnames
[] = { "self","pos","text", NULL
};
267 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_InsertText",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
270 if (_argo0
== Py_None
) { _arg0
= NULL
; }
271 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
272 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_InsertText. Expected _wxStyledTextCtrl_p.");
277 _arg2
= wxString_in_helper(_obj2
);
282 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
283 wxStyledTextCtrl_InsertText(_arg0
,_arg1
,*_arg2
);
285 wxPyEndAllowThreads(__tstate
);
286 if (PyErr_Occurred()) return NULL
;
287 } Py_INCREF(Py_None
);
288 _resultobj
= Py_None
;
296 #define wxStyledTextCtrl_ClearAll(_swigobj) (_swigobj->ClearAll())
297 static PyObject
*_wrap_wxStyledTextCtrl_ClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
298 PyObject
* _resultobj
;
299 wxStyledTextCtrl
* _arg0
;
300 PyObject
* _argo0
= 0;
301 char *_kwnames
[] = { "self", NULL
};
304 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearAll",_kwnames
,&_argo0
))
307 if (_argo0
== Py_None
) { _arg0
= NULL
; }
308 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearAll. Expected _wxStyledTextCtrl_p.");
314 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
315 wxStyledTextCtrl_ClearAll(_arg0
);
317 wxPyEndAllowThreads(__tstate
);
318 if (PyErr_Occurred()) return NULL
;
319 } Py_INCREF(Py_None
);
320 _resultobj
= Py_None
;
324 #define wxStyledTextCtrl_ClearDocumentStyle(_swigobj) (_swigobj->ClearDocumentStyle())
325 static PyObject
*_wrap_wxStyledTextCtrl_ClearDocumentStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
326 PyObject
* _resultobj
;
327 wxStyledTextCtrl
* _arg0
;
328 PyObject
* _argo0
= 0;
329 char *_kwnames
[] = { "self", NULL
};
332 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearDocumentStyle",_kwnames
,&_argo0
))
335 if (_argo0
== Py_None
) { _arg0
= NULL
; }
336 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
337 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearDocumentStyle. Expected _wxStyledTextCtrl_p.");
342 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
343 wxStyledTextCtrl_ClearDocumentStyle(_arg0
);
345 wxPyEndAllowThreads(__tstate
);
346 if (PyErr_Occurred()) return NULL
;
347 } Py_INCREF(Py_None
);
348 _resultobj
= Py_None
;
352 #define wxStyledTextCtrl_GetLength(_swigobj) (_swigobj->GetLength())
353 static PyObject
*_wrap_wxStyledTextCtrl_GetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
354 PyObject
* _resultobj
;
356 wxStyledTextCtrl
* _arg0
;
357 PyObject
* _argo0
= 0;
358 char *_kwnames
[] = { "self", NULL
};
361 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLength",_kwnames
,&_argo0
))
364 if (_argo0
== Py_None
) { _arg0
= NULL
; }
365 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
366 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLength. Expected _wxStyledTextCtrl_p.");
371 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
372 _result
= (int )wxStyledTextCtrl_GetLength(_arg0
);
374 wxPyEndAllowThreads(__tstate
);
375 if (PyErr_Occurred()) return NULL
;
376 } _resultobj
= Py_BuildValue("i",_result
);
380 #define wxStyledTextCtrl_GetCharAt(_swigobj,_swigarg0) (_swigobj->GetCharAt(_swigarg0))
381 static PyObject
*_wrap_wxStyledTextCtrl_GetCharAt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
382 PyObject
* _resultobj
;
384 wxStyledTextCtrl
* _arg0
;
386 PyObject
* _argo0
= 0;
387 char *_kwnames
[] = { "self","pos", NULL
};
390 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetCharAt",_kwnames
,&_argo0
,&_arg1
))
393 if (_argo0
== Py_None
) { _arg0
= NULL
; }
394 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
395 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCharAt. Expected _wxStyledTextCtrl_p.");
400 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
401 _result
= (int )wxStyledTextCtrl_GetCharAt(_arg0
,_arg1
);
403 wxPyEndAllowThreads(__tstate
);
404 if (PyErr_Occurred()) return NULL
;
405 } _resultobj
= Py_BuildValue("i",_result
);
409 #define wxStyledTextCtrl_GetCurrentPos(_swigobj) (_swigobj->GetCurrentPos())
410 static PyObject
*_wrap_wxStyledTextCtrl_GetCurrentPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
411 PyObject
* _resultobj
;
413 wxStyledTextCtrl
* _arg0
;
414 PyObject
* _argo0
= 0;
415 char *_kwnames
[] = { "self", NULL
};
418 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentPos",_kwnames
,&_argo0
))
421 if (_argo0
== Py_None
) { _arg0
= NULL
; }
422 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
423 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentPos. Expected _wxStyledTextCtrl_p.");
428 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
429 _result
= (int )wxStyledTextCtrl_GetCurrentPos(_arg0
);
431 wxPyEndAllowThreads(__tstate
);
432 if (PyErr_Occurred()) return NULL
;
433 } _resultobj
= Py_BuildValue("i",_result
);
437 #define wxStyledTextCtrl_GetAnchor(_swigobj) (_swigobj->GetAnchor())
438 static PyObject
*_wrap_wxStyledTextCtrl_GetAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
439 PyObject
* _resultobj
;
441 wxStyledTextCtrl
* _arg0
;
442 PyObject
* _argo0
= 0;
443 char *_kwnames
[] = { "self", NULL
};
446 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetAnchor",_kwnames
,&_argo0
))
449 if (_argo0
== Py_None
) { _arg0
= NULL
; }
450 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
451 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetAnchor. Expected _wxStyledTextCtrl_p.");
456 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
457 _result
= (int )wxStyledTextCtrl_GetAnchor(_arg0
);
459 wxPyEndAllowThreads(__tstate
);
460 if (PyErr_Occurred()) return NULL
;
461 } _resultobj
= Py_BuildValue("i",_result
);
465 #define wxStyledTextCtrl_GetStyleAt(_swigobj,_swigarg0) (_swigobj->GetStyleAt(_swigarg0))
466 static PyObject
*_wrap_wxStyledTextCtrl_GetStyleAt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
467 PyObject
* _resultobj
;
469 wxStyledTextCtrl
* _arg0
;
471 PyObject
* _argo0
= 0;
472 char *_kwnames
[] = { "self","pos", NULL
};
475 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetStyleAt",_kwnames
,&_argo0
,&_arg1
))
478 if (_argo0
== Py_None
) { _arg0
= NULL
; }
479 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
480 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleAt. Expected _wxStyledTextCtrl_p.");
485 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
486 _result
= (int )wxStyledTextCtrl_GetStyleAt(_arg0
,_arg1
);
488 wxPyEndAllowThreads(__tstate
);
489 if (PyErr_Occurred()) return NULL
;
490 } _resultobj
= Py_BuildValue("i",_result
);
494 #define wxStyledTextCtrl_Redo(_swigobj) (_swigobj->Redo())
495 static PyObject
*_wrap_wxStyledTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
496 PyObject
* _resultobj
;
497 wxStyledTextCtrl
* _arg0
;
498 PyObject
* _argo0
= 0;
499 char *_kwnames
[] = { "self", NULL
};
502 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Redo",_kwnames
,&_argo0
))
505 if (_argo0
== Py_None
) { _arg0
= NULL
; }
506 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
507 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Redo. Expected _wxStyledTextCtrl_p.");
512 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
513 wxStyledTextCtrl_Redo(_arg0
);
515 wxPyEndAllowThreads(__tstate
);
516 if (PyErr_Occurred()) return NULL
;
517 } Py_INCREF(Py_None
);
518 _resultobj
= Py_None
;
522 #define wxStyledTextCtrl_SetUndoCollection(_swigobj,_swigarg0) (_swigobj->SetUndoCollection(_swigarg0))
523 static PyObject
*_wrap_wxStyledTextCtrl_SetUndoCollection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
524 PyObject
* _resultobj
;
525 wxStyledTextCtrl
* _arg0
;
527 PyObject
* _argo0
= 0;
529 char *_kwnames
[] = { "self","collectUndo", NULL
};
532 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUndoCollection",_kwnames
,&_argo0
,&tempbool1
))
535 if (_argo0
== Py_None
) { _arg0
= NULL
; }
536 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
537 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUndoCollection. Expected _wxStyledTextCtrl_p.");
541 _arg1
= (bool ) tempbool1
;
543 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
544 wxStyledTextCtrl_SetUndoCollection(_arg0
,_arg1
);
546 wxPyEndAllowThreads(__tstate
);
547 if (PyErr_Occurred()) return NULL
;
548 } Py_INCREF(Py_None
);
549 _resultobj
= Py_None
;
553 #define wxStyledTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
554 static PyObject
*_wrap_wxStyledTextCtrl_SelectAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
555 PyObject
* _resultobj
;
556 wxStyledTextCtrl
* _arg0
;
557 PyObject
* _argo0
= 0;
558 char *_kwnames
[] = { "self", NULL
};
561 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectAll",_kwnames
,&_argo0
))
564 if (_argo0
== Py_None
) { _arg0
= NULL
; }
565 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
566 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectAll. Expected _wxStyledTextCtrl_p.");
571 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
572 wxStyledTextCtrl_SelectAll(_arg0
);
574 wxPyEndAllowThreads(__tstate
);
575 if (PyErr_Occurred()) return NULL
;
576 } Py_INCREF(Py_None
);
577 _resultobj
= Py_None
;
581 #define wxStyledTextCtrl_SetSavePoint(_swigobj) (_swigobj->SetSavePoint())
582 static PyObject
*_wrap_wxStyledTextCtrl_SetSavePoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
583 PyObject
* _resultobj
;
584 wxStyledTextCtrl
* _arg0
;
585 PyObject
* _argo0
= 0;
586 char *_kwnames
[] = { "self", NULL
};
589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SetSavePoint",_kwnames
,&_argo0
))
592 if (_argo0
== Py_None
) { _arg0
= NULL
; }
593 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
594 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSavePoint. Expected _wxStyledTextCtrl_p.");
599 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
600 wxStyledTextCtrl_SetSavePoint(_arg0
);
602 wxPyEndAllowThreads(__tstate
);
603 if (PyErr_Occurred()) return NULL
;
604 } Py_INCREF(Py_None
);
605 _resultobj
= Py_None
;
609 #define wxStyledTextCtrl_GetStyledText(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetStyledText(_swigarg0,_swigarg1))
610 static PyObject
*_wrap_wxStyledTextCtrl_GetStyledText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
611 PyObject
* _resultobj
;
613 wxStyledTextCtrl
* _arg0
;
616 PyObject
* _argo0
= 0;
617 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
620 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetStyledText",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
623 if (_argo0
== Py_None
) { _arg0
= NULL
; }
624 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
625 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyledText. Expected _wxStyledTextCtrl_p.");
630 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
631 _result
= new wxString (wxStyledTextCtrl_GetStyledText(_arg0
,_arg1
,_arg2
));
633 wxPyEndAllowThreads(__tstate
);
634 if (PyErr_Occurred()) return NULL
;
637 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
639 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
648 #define wxStyledTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
649 static PyObject
*_wrap_wxStyledTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
650 PyObject
* _resultobj
;
652 wxStyledTextCtrl
* _arg0
;
653 PyObject
* _argo0
= 0;
654 char *_kwnames
[] = { "self", NULL
};
657 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanRedo",_kwnames
,&_argo0
))
660 if (_argo0
== Py_None
) { _arg0
= NULL
; }
661 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
662 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanRedo. Expected _wxStyledTextCtrl_p.");
667 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
668 _result
= (bool )wxStyledTextCtrl_CanRedo(_arg0
);
670 wxPyEndAllowThreads(__tstate
);
671 if (PyErr_Occurred()) return NULL
;
672 } _resultobj
= Py_BuildValue("i",_result
);
676 #define wxStyledTextCtrl_MarkerLineFromHandle(_swigobj,_swigarg0) (_swigobj->MarkerLineFromHandle(_swigarg0))
677 static PyObject
*_wrap_wxStyledTextCtrl_MarkerLineFromHandle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
678 PyObject
* _resultobj
;
680 wxStyledTextCtrl
* _arg0
;
682 PyObject
* _argo0
= 0;
683 char *_kwnames
[] = { "self","handle", NULL
};
686 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerLineFromHandle",_kwnames
,&_argo0
,&_arg1
))
689 if (_argo0
== Py_None
) { _arg0
= NULL
; }
690 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
691 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerLineFromHandle. Expected _wxStyledTextCtrl_p.");
696 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
697 _result
= (int )wxStyledTextCtrl_MarkerLineFromHandle(_arg0
,_arg1
);
699 wxPyEndAllowThreads(__tstate
);
700 if (PyErr_Occurred()) return NULL
;
701 } _resultobj
= Py_BuildValue("i",_result
);
705 #define wxStyledTextCtrl_MarkerDeleteHandle(_swigobj,_swigarg0) (_swigobj->MarkerDeleteHandle(_swigarg0))
706 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDeleteHandle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
707 PyObject
* _resultobj
;
708 wxStyledTextCtrl
* _arg0
;
710 PyObject
* _argo0
= 0;
711 char *_kwnames
[] = { "self","handle", NULL
};
714 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteHandle",_kwnames
,&_argo0
,&_arg1
))
717 if (_argo0
== Py_None
) { _arg0
= NULL
; }
718 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
719 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteHandle. Expected _wxStyledTextCtrl_p.");
724 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
725 wxStyledTextCtrl_MarkerDeleteHandle(_arg0
,_arg1
);
727 wxPyEndAllowThreads(__tstate
);
728 if (PyErr_Occurred()) return NULL
;
729 } Py_INCREF(Py_None
);
730 _resultobj
= Py_None
;
734 #define wxStyledTextCtrl_GetUndoCollection(_swigobj) (_swigobj->GetUndoCollection())
735 static PyObject
*_wrap_wxStyledTextCtrl_GetUndoCollection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
736 PyObject
* _resultobj
;
738 wxStyledTextCtrl
* _arg0
;
739 PyObject
* _argo0
= 0;
740 char *_kwnames
[] = { "self", NULL
};
743 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUndoCollection",_kwnames
,&_argo0
))
746 if (_argo0
== Py_None
) { _arg0
= NULL
; }
747 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
748 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUndoCollection. Expected _wxStyledTextCtrl_p.");
753 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
754 _result
= (bool )wxStyledTextCtrl_GetUndoCollection(_arg0
);
756 wxPyEndAllowThreads(__tstate
);
757 if (PyErr_Occurred()) return NULL
;
758 } _resultobj
= Py_BuildValue("i",_result
);
762 #define wxStyledTextCtrl_GetViewWhiteSpace(_swigobj) (_swigobj->GetViewWhiteSpace())
763 static PyObject
*_wrap_wxStyledTextCtrl_GetViewWhiteSpace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
764 PyObject
* _resultobj
;
766 wxStyledTextCtrl
* _arg0
;
767 PyObject
* _argo0
= 0;
768 char *_kwnames
[] = { "self", NULL
};
771 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewWhiteSpace",_kwnames
,&_argo0
))
774 if (_argo0
== Py_None
) { _arg0
= NULL
; }
775 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
776 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewWhiteSpace. Expected _wxStyledTextCtrl_p.");
781 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
782 _result
= (int )wxStyledTextCtrl_GetViewWhiteSpace(_arg0
);
784 wxPyEndAllowThreads(__tstate
);
785 if (PyErr_Occurred()) return NULL
;
786 } _resultobj
= Py_BuildValue("i",_result
);
790 #define wxStyledTextCtrl_SetViewWhiteSpace(_swigobj,_swigarg0) (_swigobj->SetViewWhiteSpace(_swigarg0))
791 static PyObject
*_wrap_wxStyledTextCtrl_SetViewWhiteSpace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
792 PyObject
* _resultobj
;
793 wxStyledTextCtrl
* _arg0
;
795 PyObject
* _argo0
= 0;
796 char *_kwnames
[] = { "self","viewWS", NULL
};
799 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewWhiteSpace",_kwnames
,&_argo0
,&_arg1
))
802 if (_argo0
== Py_None
) { _arg0
= NULL
; }
803 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
804 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewWhiteSpace. Expected _wxStyledTextCtrl_p.");
809 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
810 wxStyledTextCtrl_SetViewWhiteSpace(_arg0
,_arg1
);
812 wxPyEndAllowThreads(__tstate
);
813 if (PyErr_Occurred()) return NULL
;
814 } Py_INCREF(Py_None
);
815 _resultobj
= Py_None
;
819 #define wxStyledTextCtrl_PositionFromPoint(_swigobj,_swigarg0) (_swigobj->PositionFromPoint(_swigarg0))
820 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
821 PyObject
* _resultobj
;
823 wxStyledTextCtrl
* _arg0
;
825 PyObject
* _argo0
= 0;
827 PyObject
* _obj1
= 0;
828 char *_kwnames
[] = { "self","pt", NULL
};
831 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_PositionFromPoint",_kwnames
,&_argo0
,&_obj1
))
834 if (_argo0
== Py_None
) { _arg0
= NULL
; }
835 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
836 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPoint. Expected _wxStyledTextCtrl_p.");
842 if (! wxPoint_helper(_obj1
, &_arg1
))
846 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
847 _result
= (int )wxStyledTextCtrl_PositionFromPoint(_arg0
,*_arg1
);
849 wxPyEndAllowThreads(__tstate
);
850 if (PyErr_Occurred()) return NULL
;
851 } _resultobj
= Py_BuildValue("i",_result
);
855 #define wxStyledTextCtrl_PositionFromPointClose(_swigobj,_swigarg0,_swigarg1) (_swigobj->PositionFromPointClose(_swigarg0,_swigarg1))
856 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromPointClose(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
857 PyObject
* _resultobj
;
859 wxStyledTextCtrl
* _arg0
;
862 PyObject
* _argo0
= 0;
863 char *_kwnames
[] = { "self","x","y", NULL
};
866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_PositionFromPointClose",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPointClose. Expected _wxStyledTextCtrl_p.");
876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
877 _result
= (int )wxStyledTextCtrl_PositionFromPointClose(_arg0
,_arg1
,_arg2
);
879 wxPyEndAllowThreads(__tstate
);
880 if (PyErr_Occurred()) return NULL
;
881 } _resultobj
= Py_BuildValue("i",_result
);
885 #define wxStyledTextCtrl_GotoLine(_swigobj,_swigarg0) (_swigobj->GotoLine(_swigarg0))
886 static PyObject
*_wrap_wxStyledTextCtrl_GotoLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
887 PyObject
* _resultobj
;
888 wxStyledTextCtrl
* _arg0
;
890 PyObject
* _argo0
= 0;
891 char *_kwnames
[] = { "self","line", NULL
};
894 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoLine",_kwnames
,&_argo0
,&_arg1
))
897 if (_argo0
== Py_None
) { _arg0
= NULL
; }
898 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
899 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoLine. Expected _wxStyledTextCtrl_p.");
904 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
905 wxStyledTextCtrl_GotoLine(_arg0
,_arg1
);
907 wxPyEndAllowThreads(__tstate
);
908 if (PyErr_Occurred()) return NULL
;
909 } Py_INCREF(Py_None
);
910 _resultobj
= Py_None
;
914 #define wxStyledTextCtrl_GotoPos(_swigobj,_swigarg0) (_swigobj->GotoPos(_swigarg0))
915 static PyObject
*_wrap_wxStyledTextCtrl_GotoPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
916 PyObject
* _resultobj
;
917 wxStyledTextCtrl
* _arg0
;
919 PyObject
* _argo0
= 0;
920 char *_kwnames
[] = { "self","pos", NULL
};
923 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoPos",_kwnames
,&_argo0
,&_arg1
))
926 if (_argo0
== Py_None
) { _arg0
= NULL
; }
927 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
928 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoPos. Expected _wxStyledTextCtrl_p.");
933 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
934 wxStyledTextCtrl_GotoPos(_arg0
,_arg1
);
936 wxPyEndAllowThreads(__tstate
);
937 if (PyErr_Occurred()) return NULL
;
938 } Py_INCREF(Py_None
);
939 _resultobj
= Py_None
;
943 #define wxStyledTextCtrl_SetAnchor(_swigobj,_swigarg0) (_swigobj->SetAnchor(_swigarg0))
944 static PyObject
*_wrap_wxStyledTextCtrl_SetAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
945 PyObject
* _resultobj
;
946 wxStyledTextCtrl
* _arg0
;
948 PyObject
* _argo0
= 0;
949 char *_kwnames
[] = { "self","posAnchor", NULL
};
952 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetAnchor",_kwnames
,&_argo0
,&_arg1
))
955 if (_argo0
== Py_None
) { _arg0
= NULL
; }
956 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
957 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetAnchor. Expected _wxStyledTextCtrl_p.");
962 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
963 wxStyledTextCtrl_SetAnchor(_arg0
,_arg1
);
965 wxPyEndAllowThreads(__tstate
);
966 if (PyErr_Occurred()) return NULL
;
967 } Py_INCREF(Py_None
);
968 _resultobj
= Py_None
;
972 #define wxStyledTextCtrl_GetCurLine(_swigobj,_swigarg0) (_swigobj->GetCurLine(_swigarg0))
973 static PyObject
*_wrap_wxStyledTextCtrl_GetCurLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
974 PyObject
* _resultobj
;
976 wxStyledTextCtrl
* _arg0
;
979 PyObject
* _argo0
= 0;
980 char *_kwnames
[] = { "self", NULL
};
986 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurLine",_kwnames
,&_argo0
))
989 if (_argo0
== Py_None
) { _arg0
= NULL
; }
990 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
991 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurLine. Expected _wxStyledTextCtrl_p.");
996 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
997 _result
= new wxString (wxStyledTextCtrl_GetCurLine(_arg0
,_arg1
));
999 wxPyEndAllowThreads(__tstate
);
1000 if (PyErr_Occurred()) return NULL
;
1003 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
1005 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
1010 o
= PyInt_FromLong((long) (*_arg1
));
1011 _resultobj
= t_output_helper(_resultobj
, o
);
1019 #define wxStyledTextCtrl_GetEndStyled(_swigobj) (_swigobj->GetEndStyled())
1020 static PyObject
*_wrap_wxStyledTextCtrl_GetEndStyled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1021 PyObject
* _resultobj
;
1023 wxStyledTextCtrl
* _arg0
;
1024 PyObject
* _argo0
= 0;
1025 char *_kwnames
[] = { "self", NULL
};
1028 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEndStyled",_kwnames
,&_argo0
))
1031 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1032 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1033 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEndStyled. Expected _wxStyledTextCtrl_p.");
1038 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1039 _result
= (int )wxStyledTextCtrl_GetEndStyled(_arg0
);
1041 wxPyEndAllowThreads(__tstate
);
1042 if (PyErr_Occurred()) return NULL
;
1043 } _resultobj
= Py_BuildValue("i",_result
);
1047 #define wxStyledTextCtrl_ConvertEOLs(_swigobj,_swigarg0) (_swigobj->ConvertEOLs(_swigarg0))
1048 static PyObject
*_wrap_wxStyledTextCtrl_ConvertEOLs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1049 PyObject
* _resultobj
;
1050 wxStyledTextCtrl
* _arg0
;
1052 PyObject
* _argo0
= 0;
1053 char *_kwnames
[] = { "self","eolMode", NULL
};
1056 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ConvertEOLs",_kwnames
,&_argo0
,&_arg1
))
1059 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1060 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1061 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ConvertEOLs. Expected _wxStyledTextCtrl_p.");
1066 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1067 wxStyledTextCtrl_ConvertEOLs(_arg0
,_arg1
);
1069 wxPyEndAllowThreads(__tstate
);
1070 if (PyErr_Occurred()) return NULL
;
1071 } Py_INCREF(Py_None
);
1072 _resultobj
= Py_None
;
1076 #define wxStyledTextCtrl_GetEOLMode(_swigobj) (_swigobj->GetEOLMode())
1077 static PyObject
*_wrap_wxStyledTextCtrl_GetEOLMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1078 PyObject
* _resultobj
;
1080 wxStyledTextCtrl
* _arg0
;
1081 PyObject
* _argo0
= 0;
1082 char *_kwnames
[] = { "self", NULL
};
1085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEOLMode",_kwnames
,&_argo0
))
1088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEOLMode. Expected _wxStyledTextCtrl_p.");
1095 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1096 _result
= (int )wxStyledTextCtrl_GetEOLMode(_arg0
);
1098 wxPyEndAllowThreads(__tstate
);
1099 if (PyErr_Occurred()) return NULL
;
1100 } _resultobj
= Py_BuildValue("i",_result
);
1104 #define wxStyledTextCtrl_SetEOLMode(_swigobj,_swigarg0) (_swigobj->SetEOLMode(_swigarg0))
1105 static PyObject
*_wrap_wxStyledTextCtrl_SetEOLMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1106 PyObject
* _resultobj
;
1107 wxStyledTextCtrl
* _arg0
;
1109 PyObject
* _argo0
= 0;
1110 char *_kwnames
[] = { "self","eolMode", NULL
};
1113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEOLMode",_kwnames
,&_argo0
,&_arg1
))
1116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEOLMode. Expected _wxStyledTextCtrl_p.");
1123 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1124 wxStyledTextCtrl_SetEOLMode(_arg0
,_arg1
);
1126 wxPyEndAllowThreads(__tstate
);
1127 if (PyErr_Occurred()) return NULL
;
1128 } Py_INCREF(Py_None
);
1129 _resultobj
= Py_None
;
1133 #define wxStyledTextCtrl_StartStyling(_swigobj,_swigarg0,_swigarg1) (_swigobj->StartStyling(_swigarg0,_swigarg1))
1134 static PyObject
*_wrap_wxStyledTextCtrl_StartStyling(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1135 PyObject
* _resultobj
;
1136 wxStyledTextCtrl
* _arg0
;
1139 PyObject
* _argo0
= 0;
1140 char *_kwnames
[] = { "self","pos","mask", NULL
};
1143 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StartStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1146 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1147 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1148 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartStyling. Expected _wxStyledTextCtrl_p.");
1153 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1154 wxStyledTextCtrl_StartStyling(_arg0
,_arg1
,_arg2
);
1156 wxPyEndAllowThreads(__tstate
);
1157 if (PyErr_Occurred()) return NULL
;
1158 } Py_INCREF(Py_None
);
1159 _resultobj
= Py_None
;
1163 #define wxStyledTextCtrl_SetStyling(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStyling(_swigarg0,_swigarg1))
1164 static PyObject
*_wrap_wxStyledTextCtrl_SetStyling(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1165 PyObject
* _resultobj
;
1166 wxStyledTextCtrl
* _arg0
;
1169 PyObject
* _argo0
= 0;
1170 char *_kwnames
[] = { "self","length","style", NULL
};
1173 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1176 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1177 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1178 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyling. Expected _wxStyledTextCtrl_p.");
1183 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1184 wxStyledTextCtrl_SetStyling(_arg0
,_arg1
,_arg2
);
1186 wxPyEndAllowThreads(__tstate
);
1187 if (PyErr_Occurred()) return NULL
;
1188 } Py_INCREF(Py_None
);
1189 _resultobj
= Py_None
;
1193 #define wxStyledTextCtrl_GetBufferedDraw(_swigobj) (_swigobj->GetBufferedDraw())
1194 static PyObject
*_wrap_wxStyledTextCtrl_GetBufferedDraw(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1195 PyObject
* _resultobj
;
1197 wxStyledTextCtrl
* _arg0
;
1198 PyObject
* _argo0
= 0;
1199 char *_kwnames
[] = { "self", NULL
};
1202 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBufferedDraw",_kwnames
,&_argo0
))
1205 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1206 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1207 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBufferedDraw. Expected _wxStyledTextCtrl_p.");
1212 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1213 _result
= (bool )wxStyledTextCtrl_GetBufferedDraw(_arg0
);
1215 wxPyEndAllowThreads(__tstate
);
1216 if (PyErr_Occurred()) return NULL
;
1217 } _resultobj
= Py_BuildValue("i",_result
);
1221 #define wxStyledTextCtrl_SetBufferedDraw(_swigobj,_swigarg0) (_swigobj->SetBufferedDraw(_swigarg0))
1222 static PyObject
*_wrap_wxStyledTextCtrl_SetBufferedDraw(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1223 PyObject
* _resultobj
;
1224 wxStyledTextCtrl
* _arg0
;
1226 PyObject
* _argo0
= 0;
1228 char *_kwnames
[] = { "self","buffered", NULL
};
1231 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBufferedDraw",_kwnames
,&_argo0
,&tempbool1
))
1234 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1235 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1236 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBufferedDraw. Expected _wxStyledTextCtrl_p.");
1240 _arg1
= (bool ) tempbool1
;
1242 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1243 wxStyledTextCtrl_SetBufferedDraw(_arg0
,_arg1
);
1245 wxPyEndAllowThreads(__tstate
);
1246 if (PyErr_Occurred()) return NULL
;
1247 } Py_INCREF(Py_None
);
1248 _resultobj
= Py_None
;
1252 #define wxStyledTextCtrl_SetTabWidth(_swigobj,_swigarg0) (_swigobj->SetTabWidth(_swigarg0))
1253 static PyObject
*_wrap_wxStyledTextCtrl_SetTabWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1254 PyObject
* _resultobj
;
1255 wxStyledTextCtrl
* _arg0
;
1257 PyObject
* _argo0
= 0;
1258 char *_kwnames
[] = { "self","tabWidth", NULL
};
1261 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabWidth",_kwnames
,&_argo0
,&_arg1
))
1264 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1265 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1266 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabWidth. Expected _wxStyledTextCtrl_p.");
1271 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1272 wxStyledTextCtrl_SetTabWidth(_arg0
,_arg1
);
1274 wxPyEndAllowThreads(__tstate
);
1275 if (PyErr_Occurred()) return NULL
;
1276 } Py_INCREF(Py_None
);
1277 _resultobj
= Py_None
;
1281 #define wxStyledTextCtrl_GetTabWidth(_swigobj) (_swigobj->GetTabWidth())
1282 static PyObject
*_wrap_wxStyledTextCtrl_GetTabWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1283 PyObject
* _resultobj
;
1285 wxStyledTextCtrl
* _arg0
;
1286 PyObject
* _argo0
= 0;
1287 char *_kwnames
[] = { "self", NULL
};
1290 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabWidth",_kwnames
,&_argo0
))
1293 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1294 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1295 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabWidth. Expected _wxStyledTextCtrl_p.");
1300 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1301 _result
= (int )wxStyledTextCtrl_GetTabWidth(_arg0
);
1303 wxPyEndAllowThreads(__tstate
);
1304 if (PyErr_Occurred()) return NULL
;
1305 } _resultobj
= Py_BuildValue("i",_result
);
1309 #define wxStyledTextCtrl_SetCodePage(_swigobj,_swigarg0) (_swigobj->SetCodePage(_swigarg0))
1310 static PyObject
*_wrap_wxStyledTextCtrl_SetCodePage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1311 PyObject
* _resultobj
;
1312 wxStyledTextCtrl
* _arg0
;
1314 PyObject
* _argo0
= 0;
1315 char *_kwnames
[] = { "self","codePage", NULL
};
1318 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCodePage",_kwnames
,&_argo0
,&_arg1
))
1321 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1322 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1323 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCodePage. Expected _wxStyledTextCtrl_p.");
1328 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1329 wxStyledTextCtrl_SetCodePage(_arg0
,_arg1
);
1331 wxPyEndAllowThreads(__tstate
);
1332 if (PyErr_Occurred()) return NULL
;
1333 } Py_INCREF(Py_None
);
1334 _resultobj
= Py_None
;
1338 #define wxStyledTextCtrl_MarkerDefine(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->MarkerDefine(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
1339 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDefine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1340 PyObject
* _resultobj
;
1341 wxStyledTextCtrl
* _arg0
;
1344 wxColour
* _arg3
= (wxColour
*) &wxNullColour
;
1345 wxColour
* _arg4
= (wxColour
*) &wxNullColour
;
1346 PyObject
* _argo0
= 0;
1348 PyObject
* _obj3
= 0;
1350 PyObject
* _obj4
= 0;
1351 char *_kwnames
[] = { "self","markerNumber","markerSymbol","foreground","background", NULL
};
1354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OO:wxStyledTextCtrl_MarkerDefine",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
))
1357 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1358 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1359 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDefine. Expected _wxStyledTextCtrl_p.");
1366 if (! wxColour_helper(_obj3
, &_arg3
))
1372 if (! wxColour_helper(_obj4
, &_arg4
))
1376 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1377 wxStyledTextCtrl_MarkerDefine(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
);
1379 wxPyEndAllowThreads(__tstate
);
1380 if (PyErr_Occurred()) return NULL
;
1381 } Py_INCREF(Py_None
);
1382 _resultobj
= Py_None
;
1386 #define wxStyledTextCtrl_MarkerSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerSetForeground(_swigarg0,_swigarg1))
1387 static PyObject
*_wrap_wxStyledTextCtrl_MarkerSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1388 PyObject
* _resultobj
;
1389 wxStyledTextCtrl
* _arg0
;
1392 PyObject
* _argo0
= 0;
1394 PyObject
* _obj2
= 0;
1395 char *_kwnames
[] = { "self","markerNumber","fore", NULL
};
1398 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1401 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1402 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1403 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetForeground. Expected _wxStyledTextCtrl_p.");
1409 if (! wxColour_helper(_obj2
, &_arg2
))
1413 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1414 wxStyledTextCtrl_MarkerSetForeground(_arg0
,_arg1
,*_arg2
);
1416 wxPyEndAllowThreads(__tstate
);
1417 if (PyErr_Occurred()) return NULL
;
1418 } Py_INCREF(Py_None
);
1419 _resultobj
= Py_None
;
1423 #define wxStyledTextCtrl_MarkerSetBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerSetBackground(_swigarg0,_swigarg1))
1424 static PyObject
*_wrap_wxStyledTextCtrl_MarkerSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1425 PyObject
* _resultobj
;
1426 wxStyledTextCtrl
* _arg0
;
1429 PyObject
* _argo0
= 0;
1431 PyObject
* _obj2
= 0;
1432 char *_kwnames
[] = { "self","markerNumber","back", NULL
};
1435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1438 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1439 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetBackground. Expected _wxStyledTextCtrl_p.");
1446 if (! wxColour_helper(_obj2
, &_arg2
))
1450 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1451 wxStyledTextCtrl_MarkerSetBackground(_arg0
,_arg1
,*_arg2
);
1453 wxPyEndAllowThreads(__tstate
);
1454 if (PyErr_Occurred()) return NULL
;
1455 } Py_INCREF(Py_None
);
1456 _resultobj
= Py_None
;
1460 #define wxStyledTextCtrl_MarkerAdd(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerAdd(_swigarg0,_swigarg1))
1461 static PyObject
*_wrap_wxStyledTextCtrl_MarkerAdd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1462 PyObject
* _resultobj
;
1464 wxStyledTextCtrl
* _arg0
;
1467 PyObject
* _argo0
= 0;
1468 char *_kwnames
[] = { "self","line","markerNumber", NULL
};
1471 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerAdd",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1474 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1475 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1476 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerAdd. Expected _wxStyledTextCtrl_p.");
1481 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1482 _result
= (int )wxStyledTextCtrl_MarkerAdd(_arg0
,_arg1
,_arg2
);
1484 wxPyEndAllowThreads(__tstate
);
1485 if (PyErr_Occurred()) return NULL
;
1486 } _resultobj
= Py_BuildValue("i",_result
);
1490 #define wxStyledTextCtrl_MarkerDelete(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerDelete(_swigarg0,_swigarg1))
1491 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDelete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1492 PyObject
* _resultobj
;
1493 wxStyledTextCtrl
* _arg0
;
1496 PyObject
* _argo0
= 0;
1497 char *_kwnames
[] = { "self","line","markerNumber", NULL
};
1500 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerDelete",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1503 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1504 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1505 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDelete. Expected _wxStyledTextCtrl_p.");
1510 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1511 wxStyledTextCtrl_MarkerDelete(_arg0
,_arg1
,_arg2
);
1513 wxPyEndAllowThreads(__tstate
);
1514 if (PyErr_Occurred()) return NULL
;
1515 } Py_INCREF(Py_None
);
1516 _resultobj
= Py_None
;
1520 #define wxStyledTextCtrl_MarkerDeleteAll(_swigobj,_swigarg0) (_swigobj->MarkerDeleteAll(_swigarg0))
1521 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDeleteAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1522 PyObject
* _resultobj
;
1523 wxStyledTextCtrl
* _arg0
;
1525 PyObject
* _argo0
= 0;
1526 char *_kwnames
[] = { "self","markerNumber", NULL
};
1529 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteAll",_kwnames
,&_argo0
,&_arg1
))
1532 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1533 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1534 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteAll. Expected _wxStyledTextCtrl_p.");
1539 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1540 wxStyledTextCtrl_MarkerDeleteAll(_arg0
,_arg1
);
1542 wxPyEndAllowThreads(__tstate
);
1543 if (PyErr_Occurred()) return NULL
;
1544 } Py_INCREF(Py_None
);
1545 _resultobj
= Py_None
;
1549 #define wxStyledTextCtrl_MarkerGet(_swigobj,_swigarg0) (_swigobj->MarkerGet(_swigarg0))
1550 static PyObject
*_wrap_wxStyledTextCtrl_MarkerGet(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1551 PyObject
* _resultobj
;
1553 wxStyledTextCtrl
* _arg0
;
1555 PyObject
* _argo0
= 0;
1556 char *_kwnames
[] = { "self","line", NULL
};
1559 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerGet",_kwnames
,&_argo0
,&_arg1
))
1562 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1563 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1564 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerGet. Expected _wxStyledTextCtrl_p.");
1569 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1570 _result
= (int )wxStyledTextCtrl_MarkerGet(_arg0
,_arg1
);
1572 wxPyEndAllowThreads(__tstate
);
1573 if (PyErr_Occurred()) return NULL
;
1574 } _resultobj
= Py_BuildValue("i",_result
);
1578 #define wxStyledTextCtrl_MarkerNext(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerNext(_swigarg0,_swigarg1))
1579 static PyObject
*_wrap_wxStyledTextCtrl_MarkerNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1580 PyObject
* _resultobj
;
1582 wxStyledTextCtrl
* _arg0
;
1585 PyObject
* _argo0
= 0;
1586 char *_kwnames
[] = { "self","lineStart","markerMask", NULL
};
1589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerNext",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1592 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1593 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1594 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerNext. Expected _wxStyledTextCtrl_p.");
1599 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1600 _result
= (int )wxStyledTextCtrl_MarkerNext(_arg0
,_arg1
,_arg2
);
1602 wxPyEndAllowThreads(__tstate
);
1603 if (PyErr_Occurred()) return NULL
;
1604 } _resultobj
= Py_BuildValue("i",_result
);
1608 #define wxStyledTextCtrl_MarkerPrevious(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerPrevious(_swigarg0,_swigarg1))
1609 static PyObject
*_wrap_wxStyledTextCtrl_MarkerPrevious(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1610 PyObject
* _resultobj
;
1612 wxStyledTextCtrl
* _arg0
;
1615 PyObject
* _argo0
= 0;
1616 char *_kwnames
[] = { "self","lineStart","markerMask", NULL
};
1619 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerPrevious",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1622 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1623 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1624 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerPrevious. Expected _wxStyledTextCtrl_p.");
1629 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1630 _result
= (int )wxStyledTextCtrl_MarkerPrevious(_arg0
,_arg1
,_arg2
);
1632 wxPyEndAllowThreads(__tstate
);
1633 if (PyErr_Occurred()) return NULL
;
1634 } _resultobj
= Py_BuildValue("i",_result
);
1638 #define wxStyledTextCtrl_SetMarginType(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginType(_swigarg0,_swigarg1))
1639 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1640 PyObject
* _resultobj
;
1641 wxStyledTextCtrl
* _arg0
;
1644 PyObject
* _argo0
= 0;
1645 char *_kwnames
[] = { "self","margin","marginType", NULL
};
1648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginType",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginType. Expected _wxStyledTextCtrl_p.");
1658 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1659 wxStyledTextCtrl_SetMarginType(_arg0
,_arg1
,_arg2
);
1661 wxPyEndAllowThreads(__tstate
);
1662 if (PyErr_Occurred()) return NULL
;
1663 } Py_INCREF(Py_None
);
1664 _resultobj
= Py_None
;
1668 #define wxStyledTextCtrl_GetMarginType(_swigobj,_swigarg0) (_swigobj->GetMarginType(_swigarg0))
1669 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1670 PyObject
* _resultobj
;
1672 wxStyledTextCtrl
* _arg0
;
1674 PyObject
* _argo0
= 0;
1675 char *_kwnames
[] = { "self","margin", NULL
};
1678 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginType",_kwnames
,&_argo0
,&_arg1
))
1681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginType. Expected _wxStyledTextCtrl_p.");
1688 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1689 _result
= (int )wxStyledTextCtrl_GetMarginType(_arg0
,_arg1
);
1691 wxPyEndAllowThreads(__tstate
);
1692 if (PyErr_Occurred()) return NULL
;
1693 } _resultobj
= Py_BuildValue("i",_result
);
1697 #define wxStyledTextCtrl_SetMarginWidth(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginWidth(_swigarg0,_swigarg1))
1698 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1699 PyObject
* _resultobj
;
1700 wxStyledTextCtrl
* _arg0
;
1703 PyObject
* _argo0
= 0;
1704 char *_kwnames
[] = { "self","margin","pixelWidth", NULL
};
1707 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginWidth",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1710 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1711 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1712 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginWidth. Expected _wxStyledTextCtrl_p.");
1717 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1718 wxStyledTextCtrl_SetMarginWidth(_arg0
,_arg1
,_arg2
);
1720 wxPyEndAllowThreads(__tstate
);
1721 if (PyErr_Occurred()) return NULL
;
1722 } Py_INCREF(Py_None
);
1723 _resultobj
= Py_None
;
1727 #define wxStyledTextCtrl_GetMarginWidth(_swigobj,_swigarg0) (_swigobj->GetMarginWidth(_swigarg0))
1728 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1729 PyObject
* _resultobj
;
1731 wxStyledTextCtrl
* _arg0
;
1733 PyObject
* _argo0
= 0;
1734 char *_kwnames
[] = { "self","margin", NULL
};
1737 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginWidth",_kwnames
,&_argo0
,&_arg1
))
1740 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1741 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1742 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginWidth. Expected _wxStyledTextCtrl_p.");
1747 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1748 _result
= (int )wxStyledTextCtrl_GetMarginWidth(_arg0
,_arg1
);
1750 wxPyEndAllowThreads(__tstate
);
1751 if (PyErr_Occurred()) return NULL
;
1752 } _resultobj
= Py_BuildValue("i",_result
);
1756 #define wxStyledTextCtrl_SetMarginMask(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginMask(_swigarg0,_swigarg1))
1757 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1758 PyObject
* _resultobj
;
1759 wxStyledTextCtrl
* _arg0
;
1762 PyObject
* _argo0
= 0;
1763 char *_kwnames
[] = { "self","margin","mask", NULL
};
1766 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginMask",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1769 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1770 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1771 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginMask. Expected _wxStyledTextCtrl_p.");
1776 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1777 wxStyledTextCtrl_SetMarginMask(_arg0
,_arg1
,_arg2
);
1779 wxPyEndAllowThreads(__tstate
);
1780 if (PyErr_Occurred()) return NULL
;
1781 } Py_INCREF(Py_None
);
1782 _resultobj
= Py_None
;
1786 #define wxStyledTextCtrl_GetMarginMask(_swigobj,_swigarg0) (_swigobj->GetMarginMask(_swigarg0))
1787 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1788 PyObject
* _resultobj
;
1790 wxStyledTextCtrl
* _arg0
;
1792 PyObject
* _argo0
= 0;
1793 char *_kwnames
[] = { "self","margin", NULL
};
1796 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginMask",_kwnames
,&_argo0
,&_arg1
))
1799 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1800 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1801 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginMask. Expected _wxStyledTextCtrl_p.");
1806 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1807 _result
= (int )wxStyledTextCtrl_GetMarginMask(_arg0
,_arg1
);
1809 wxPyEndAllowThreads(__tstate
);
1810 if (PyErr_Occurred()) return NULL
;
1811 } _resultobj
= Py_BuildValue("i",_result
);
1815 #define wxStyledTextCtrl_SetMarginSensitive(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginSensitive(_swigarg0,_swigarg1))
1816 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1817 PyObject
* _resultobj
;
1818 wxStyledTextCtrl
* _arg0
;
1821 PyObject
* _argo0
= 0;
1823 char *_kwnames
[] = { "self","margin","sensitive", NULL
};
1826 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginSensitive",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1829 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1830 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1831 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1835 _arg2
= (bool ) tempbool2
;
1837 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1838 wxStyledTextCtrl_SetMarginSensitive(_arg0
,_arg1
,_arg2
);
1840 wxPyEndAllowThreads(__tstate
);
1841 if (PyErr_Occurred()) return NULL
;
1842 } Py_INCREF(Py_None
);
1843 _resultobj
= Py_None
;
1847 #define wxStyledTextCtrl_GetMarginSensitive(_swigobj,_swigarg0) (_swigobj->GetMarginSensitive(_swigarg0))
1848 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1849 PyObject
* _resultobj
;
1851 wxStyledTextCtrl
* _arg0
;
1853 PyObject
* _argo0
= 0;
1854 char *_kwnames
[] = { "self","margin", NULL
};
1857 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginSensitive",_kwnames
,&_argo0
,&_arg1
))
1860 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1861 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1862 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1867 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1868 _result
= (bool )wxStyledTextCtrl_GetMarginSensitive(_arg0
,_arg1
);
1870 wxPyEndAllowThreads(__tstate
);
1871 if (PyErr_Occurred()) return NULL
;
1872 } _resultobj
= Py_BuildValue("i",_result
);
1876 #define wxStyledTextCtrl_StyleClearAll(_swigobj) (_swigobj->StyleClearAll())
1877 static PyObject
*_wrap_wxStyledTextCtrl_StyleClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1878 PyObject
* _resultobj
;
1879 wxStyledTextCtrl
* _arg0
;
1880 PyObject
* _argo0
= 0;
1881 char *_kwnames
[] = { "self", NULL
};
1884 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleClearAll",_kwnames
,&_argo0
))
1887 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1888 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1889 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleClearAll. Expected _wxStyledTextCtrl_p.");
1894 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1895 wxStyledTextCtrl_StyleClearAll(_arg0
);
1897 wxPyEndAllowThreads(__tstate
);
1898 if (PyErr_Occurred()) return NULL
;
1899 } Py_INCREF(Py_None
);
1900 _resultobj
= Py_None
;
1904 #define wxStyledTextCtrl_StyleSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetForeground(_swigarg0,_swigarg1))
1905 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1906 PyObject
* _resultobj
;
1907 wxStyledTextCtrl
* _arg0
;
1910 PyObject
* _argo0
= 0;
1912 PyObject
* _obj2
= 0;
1913 char *_kwnames
[] = { "self","style","fore", NULL
};
1916 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1919 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1920 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1921 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetForeground. Expected _wxStyledTextCtrl_p.");
1927 if (! wxColour_helper(_obj2
, &_arg2
))
1931 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1932 wxStyledTextCtrl_StyleSetForeground(_arg0
,_arg1
,*_arg2
);
1934 wxPyEndAllowThreads(__tstate
);
1935 if (PyErr_Occurred()) return NULL
;
1936 } Py_INCREF(Py_None
);
1937 _resultobj
= Py_None
;
1941 #define wxStyledTextCtrl_StyleSetBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBackground(_swigarg0,_swigarg1))
1942 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1943 PyObject
* _resultobj
;
1944 wxStyledTextCtrl
* _arg0
;
1947 PyObject
* _argo0
= 0;
1949 PyObject
* _obj2
= 0;
1950 char *_kwnames
[] = { "self","style","back", NULL
};
1953 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1956 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1957 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1958 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBackground. Expected _wxStyledTextCtrl_p.");
1964 if (! wxColour_helper(_obj2
, &_arg2
))
1968 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1969 wxStyledTextCtrl_StyleSetBackground(_arg0
,_arg1
,*_arg2
);
1971 wxPyEndAllowThreads(__tstate
);
1972 if (PyErr_Occurred()) return NULL
;
1973 } Py_INCREF(Py_None
);
1974 _resultobj
= Py_None
;
1978 #define wxStyledTextCtrl_StyleSetBold(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBold(_swigarg0,_swigarg1))
1979 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1980 PyObject
* _resultobj
;
1981 wxStyledTextCtrl
* _arg0
;
1984 PyObject
* _argo0
= 0;
1986 char *_kwnames
[] = { "self","style","bold", NULL
};
1989 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetBold",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1992 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1993 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1994 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBold. Expected _wxStyledTextCtrl_p.");
1998 _arg2
= (bool ) tempbool2
;
2000 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2001 wxStyledTextCtrl_StyleSetBold(_arg0
,_arg1
,_arg2
);
2003 wxPyEndAllowThreads(__tstate
);
2004 if (PyErr_Occurred()) return NULL
;
2005 } Py_INCREF(Py_None
);
2006 _resultobj
= Py_None
;
2010 #define wxStyledTextCtrl_StyleSetItalic(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetItalic(_swigarg0,_swigarg1))
2011 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetItalic(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2012 PyObject
* _resultobj
;
2013 wxStyledTextCtrl
* _arg0
;
2016 PyObject
* _argo0
= 0;
2018 char *_kwnames
[] = { "self","style","italic", NULL
};
2021 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetItalic",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2024 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2025 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2026 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetItalic. Expected _wxStyledTextCtrl_p.");
2030 _arg2
= (bool ) tempbool2
;
2032 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2033 wxStyledTextCtrl_StyleSetItalic(_arg0
,_arg1
,_arg2
);
2035 wxPyEndAllowThreads(__tstate
);
2036 if (PyErr_Occurred()) return NULL
;
2037 } Py_INCREF(Py_None
);
2038 _resultobj
= Py_None
;
2042 #define wxStyledTextCtrl_StyleSetSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSize(_swigarg0,_swigarg1))
2043 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2044 PyObject
* _resultobj
;
2045 wxStyledTextCtrl
* _arg0
;
2048 PyObject
* _argo0
= 0;
2049 char *_kwnames
[] = { "self","style","sizePoints", NULL
};
2052 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetSize",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2055 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2056 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2057 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSize. Expected _wxStyledTextCtrl_p.");
2062 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2063 wxStyledTextCtrl_StyleSetSize(_arg0
,_arg1
,_arg2
);
2065 wxPyEndAllowThreads(__tstate
);
2066 if (PyErr_Occurred()) return NULL
;
2067 } Py_INCREF(Py_None
);
2068 _resultobj
= Py_None
;
2072 #define wxStyledTextCtrl_StyleSetFaceName(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFaceName(_swigarg0,_swigarg1))
2073 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFaceName(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2074 PyObject
* _resultobj
;
2075 wxStyledTextCtrl
* _arg0
;
2078 PyObject
* _argo0
= 0;
2079 PyObject
* _obj2
= 0;
2080 char *_kwnames
[] = { "self","style","fontName", NULL
};
2083 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFaceName",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2086 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2087 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2088 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFaceName. Expected _wxStyledTextCtrl_p.");
2093 _arg2
= wxString_in_helper(_obj2
);
2098 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2099 wxStyledTextCtrl_StyleSetFaceName(_arg0
,_arg1
,*_arg2
);
2101 wxPyEndAllowThreads(__tstate
);
2102 if (PyErr_Occurred()) return NULL
;
2103 } Py_INCREF(Py_None
);
2104 _resultobj
= Py_None
;
2112 #define wxStyledTextCtrl_StyleSetEOLFilled(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetEOLFilled(_swigarg0,_swigarg1))
2113 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetEOLFilled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2114 PyObject
* _resultobj
;
2115 wxStyledTextCtrl
* _arg0
;
2118 PyObject
* _argo0
= 0;
2120 char *_kwnames
[] = { "self","style","filled", NULL
};
2123 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetEOLFilled",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2126 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2127 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2128 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetEOLFilled. Expected _wxStyledTextCtrl_p.");
2132 _arg2
= (bool ) tempbool2
;
2134 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2135 wxStyledTextCtrl_StyleSetEOLFilled(_arg0
,_arg1
,_arg2
);
2137 wxPyEndAllowThreads(__tstate
);
2138 if (PyErr_Occurred()) return NULL
;
2139 } Py_INCREF(Py_None
);
2140 _resultobj
= Py_None
;
2144 #define wxStyledTextCtrl_StyleResetDefault(_swigobj) (_swigobj->StyleResetDefault())
2145 static PyObject
*_wrap_wxStyledTextCtrl_StyleResetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2146 PyObject
* _resultobj
;
2147 wxStyledTextCtrl
* _arg0
;
2148 PyObject
* _argo0
= 0;
2149 char *_kwnames
[] = { "self", NULL
};
2152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleResetDefault",_kwnames
,&_argo0
))
2155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleResetDefault. Expected _wxStyledTextCtrl_p.");
2162 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2163 wxStyledTextCtrl_StyleResetDefault(_arg0
);
2165 wxPyEndAllowThreads(__tstate
);
2166 if (PyErr_Occurred()) return NULL
;
2167 } Py_INCREF(Py_None
);
2168 _resultobj
= Py_None
;
2172 #define wxStyledTextCtrl_StyleSetUnderline(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetUnderline(_swigarg0,_swigarg1))
2173 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetUnderline(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2174 PyObject
* _resultobj
;
2175 wxStyledTextCtrl
* _arg0
;
2178 PyObject
* _argo0
= 0;
2180 char *_kwnames
[] = { "self","style","underline", NULL
};
2183 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetUnderline",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2186 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2187 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2188 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetUnderline. Expected _wxStyledTextCtrl_p.");
2192 _arg2
= (bool ) tempbool2
;
2194 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2195 wxStyledTextCtrl_StyleSetUnderline(_arg0
,_arg1
,_arg2
);
2197 wxPyEndAllowThreads(__tstate
);
2198 if (PyErr_Occurred()) return NULL
;
2199 } Py_INCREF(Py_None
);
2200 _resultobj
= Py_None
;
2204 #define wxStyledTextCtrl_StyleSetCase(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetCase(_swigarg0,_swigarg1))
2205 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2206 PyObject
* _resultobj
;
2207 wxStyledTextCtrl
* _arg0
;
2210 PyObject
* _argo0
= 0;
2211 char *_kwnames
[] = { "self","style","caseForce", NULL
};
2214 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetCase",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2217 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2218 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2219 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetCase. Expected _wxStyledTextCtrl_p.");
2224 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2225 wxStyledTextCtrl_StyleSetCase(_arg0
,_arg1
,_arg2
);
2227 wxPyEndAllowThreads(__tstate
);
2228 if (PyErr_Occurred()) return NULL
;
2229 } Py_INCREF(Py_None
);
2230 _resultobj
= Py_None
;
2234 #define wxStyledTextCtrl_SetSelForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelForeground(_swigarg0,_swigarg1))
2235 static PyObject
*_wrap_wxStyledTextCtrl_SetSelForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2236 PyObject
* _resultobj
;
2237 wxStyledTextCtrl
* _arg0
;
2240 PyObject
* _argo0
= 0;
2243 PyObject
* _obj2
= 0;
2244 char *_kwnames
[] = { "self","useSetting","fore", NULL
};
2247 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2250 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2251 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2252 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelForeground. Expected _wxStyledTextCtrl_p.");
2256 _arg1
= (bool ) tempbool1
;
2259 if (! wxColour_helper(_obj2
, &_arg2
))
2263 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2264 wxStyledTextCtrl_SetSelForeground(_arg0
,_arg1
,*_arg2
);
2266 wxPyEndAllowThreads(__tstate
);
2267 if (PyErr_Occurred()) return NULL
;
2268 } Py_INCREF(Py_None
);
2269 _resultobj
= Py_None
;
2273 #define wxStyledTextCtrl_SetSelBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelBackground(_swigarg0,_swigarg1))
2274 static PyObject
*_wrap_wxStyledTextCtrl_SetSelBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2275 PyObject
* _resultobj
;
2276 wxStyledTextCtrl
* _arg0
;
2279 PyObject
* _argo0
= 0;
2282 PyObject
* _obj2
= 0;
2283 char *_kwnames
[] = { "self","useSetting","back", NULL
};
2286 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2289 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2290 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2291 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelBackground. Expected _wxStyledTextCtrl_p.");
2295 _arg1
= (bool ) tempbool1
;
2298 if (! wxColour_helper(_obj2
, &_arg2
))
2302 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2303 wxStyledTextCtrl_SetSelBackground(_arg0
,_arg1
,*_arg2
);
2305 wxPyEndAllowThreads(__tstate
);
2306 if (PyErr_Occurred()) return NULL
;
2307 } Py_INCREF(Py_None
);
2308 _resultobj
= Py_None
;
2312 #define wxStyledTextCtrl_SetCaretForeground(_swigobj,_swigarg0) (_swigobj->SetCaretForeground(_swigarg0))
2313 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2314 PyObject
* _resultobj
;
2315 wxStyledTextCtrl
* _arg0
;
2317 PyObject
* _argo0
= 0;
2319 PyObject
* _obj1
= 0;
2320 char *_kwnames
[] = { "self","fore", NULL
};
2323 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretForeground",_kwnames
,&_argo0
,&_obj1
))
2326 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2327 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2328 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretForeground. Expected _wxStyledTextCtrl_p.");
2334 if (! wxColour_helper(_obj1
, &_arg1
))
2338 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2339 wxStyledTextCtrl_SetCaretForeground(_arg0
,*_arg1
);
2341 wxPyEndAllowThreads(__tstate
);
2342 if (PyErr_Occurred()) return NULL
;
2343 } Py_INCREF(Py_None
);
2344 _resultobj
= Py_None
;
2348 #define wxStyledTextCtrl_CmdKeyAssign(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->CmdKeyAssign(_swigarg0,_swigarg1,_swigarg2))
2349 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyAssign(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2350 PyObject
* _resultobj
;
2351 wxStyledTextCtrl
* _arg0
;
2355 PyObject
* _argo0
= 0;
2356 char *_kwnames
[] = { "self","key","modifiers","cmd", NULL
};
2359 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiii:wxStyledTextCtrl_CmdKeyAssign",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))
2362 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2363 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2364 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyAssign. Expected _wxStyledTextCtrl_p.");
2369 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2370 wxStyledTextCtrl_CmdKeyAssign(_arg0
,_arg1
,_arg2
,_arg3
);
2372 wxPyEndAllowThreads(__tstate
);
2373 if (PyErr_Occurred()) return NULL
;
2374 } Py_INCREF(Py_None
);
2375 _resultobj
= Py_None
;
2379 #define wxStyledTextCtrl_CmdKeyClear(_swigobj,_swigarg0,_swigarg1) (_swigobj->CmdKeyClear(_swigarg0,_swigarg1))
2380 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2381 PyObject
* _resultobj
;
2382 wxStyledTextCtrl
* _arg0
;
2385 PyObject
* _argo0
= 0;
2386 char *_kwnames
[] = { "self","key","modifiers", NULL
};
2389 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CmdKeyClear",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2392 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2393 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2394 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClear. Expected _wxStyledTextCtrl_p.");
2399 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2400 wxStyledTextCtrl_CmdKeyClear(_arg0
,_arg1
,_arg2
);
2402 wxPyEndAllowThreads(__tstate
);
2403 if (PyErr_Occurred()) return NULL
;
2404 } Py_INCREF(Py_None
);
2405 _resultobj
= Py_None
;
2409 #define wxStyledTextCtrl_CmdKeyClearAll(_swigobj) (_swigobj->CmdKeyClearAll())
2410 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2411 PyObject
* _resultobj
;
2412 wxStyledTextCtrl
* _arg0
;
2413 PyObject
* _argo0
= 0;
2414 char *_kwnames
[] = { "self", NULL
};
2417 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CmdKeyClearAll",_kwnames
,&_argo0
))
2420 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2421 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2422 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClearAll. Expected _wxStyledTextCtrl_p.");
2427 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2428 wxStyledTextCtrl_CmdKeyClearAll(_arg0
);
2430 wxPyEndAllowThreads(__tstate
);
2431 if (PyErr_Occurred()) return NULL
;
2432 } Py_INCREF(Py_None
);
2433 _resultobj
= Py_None
;
2437 #define wxStyledTextCtrl_SetStyleBytes(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStyleBytes(_swigarg0,_swigarg1))
2438 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBytes(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2439 PyObject
* _resultobj
;
2440 wxStyledTextCtrl
* _arg0
;
2443 PyObject
* _argo0
= 0;
2444 char *_kwnames
[] = { "self","length","styleBytes", NULL
};
2447 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ois:wxStyledTextCtrl_SetStyleBytes",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2450 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2451 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2452 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBytes. Expected _wxStyledTextCtrl_p.");
2457 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2458 wxStyledTextCtrl_SetStyleBytes(_arg0
,_arg1
,_arg2
);
2460 wxPyEndAllowThreads(__tstate
);
2461 if (PyErr_Occurred()) return NULL
;
2462 } Py_INCREF(Py_None
);
2463 _resultobj
= Py_None
;
2467 #define wxStyledTextCtrl_StyleSetVisible(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetVisible(_swigarg0,_swigarg1))
2468 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2469 PyObject
* _resultobj
;
2470 wxStyledTextCtrl
* _arg0
;
2473 PyObject
* _argo0
= 0;
2475 char *_kwnames
[] = { "self","style","visible", NULL
};
2478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetVisible",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetVisible. Expected _wxStyledTextCtrl_p.");
2487 _arg2
= (bool ) tempbool2
;
2489 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2490 wxStyledTextCtrl_StyleSetVisible(_arg0
,_arg1
,_arg2
);
2492 wxPyEndAllowThreads(__tstate
);
2493 if (PyErr_Occurred()) return NULL
;
2494 } Py_INCREF(Py_None
);
2495 _resultobj
= Py_None
;
2499 #define wxStyledTextCtrl_GetCaretPeriod(_swigobj) (_swigobj->GetCaretPeriod())
2500 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2501 PyObject
* _resultobj
;
2503 wxStyledTextCtrl
* _arg0
;
2504 PyObject
* _argo0
= 0;
2505 char *_kwnames
[] = { "self", NULL
};
2508 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretPeriod",_kwnames
,&_argo0
))
2511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2518 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2519 _result
= (int )wxStyledTextCtrl_GetCaretPeriod(_arg0
);
2521 wxPyEndAllowThreads(__tstate
);
2522 if (PyErr_Occurred()) return NULL
;
2523 } _resultobj
= Py_BuildValue("i",_result
);
2527 #define wxStyledTextCtrl_SetCaretPeriod(_swigobj,_swigarg0) (_swigobj->SetCaretPeriod(_swigarg0))
2528 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2529 PyObject
* _resultobj
;
2530 wxStyledTextCtrl
* _arg0
;
2532 PyObject
* _argo0
= 0;
2533 char *_kwnames
[] = { "self","periodMilliseconds", NULL
};
2536 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretPeriod",_kwnames
,&_argo0
,&_arg1
))
2539 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2540 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2541 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2546 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2547 wxStyledTextCtrl_SetCaretPeriod(_arg0
,_arg1
);
2549 wxPyEndAllowThreads(__tstate
);
2550 if (PyErr_Occurred()) return NULL
;
2551 } Py_INCREF(Py_None
);
2552 _resultobj
= Py_None
;
2556 #define wxStyledTextCtrl_SetWordChars(_swigobj,_swigarg0) (_swigobj->SetWordChars(_swigarg0))
2557 static PyObject
*_wrap_wxStyledTextCtrl_SetWordChars(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2558 PyObject
* _resultobj
;
2559 wxStyledTextCtrl
* _arg0
;
2561 PyObject
* _argo0
= 0;
2562 PyObject
* _obj1
= 0;
2563 char *_kwnames
[] = { "self","characters", NULL
};
2566 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetWordChars",_kwnames
,&_argo0
,&_obj1
))
2569 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2570 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2571 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWordChars. Expected _wxStyledTextCtrl_p.");
2576 _arg1
= wxString_in_helper(_obj1
);
2581 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2582 wxStyledTextCtrl_SetWordChars(_arg0
,*_arg1
);
2584 wxPyEndAllowThreads(__tstate
);
2585 if (PyErr_Occurred()) return NULL
;
2586 } Py_INCREF(Py_None
);
2587 _resultobj
= Py_None
;
2595 #define wxStyledTextCtrl_BeginUndoAction(_swigobj) (_swigobj->BeginUndoAction())
2596 static PyObject
*_wrap_wxStyledTextCtrl_BeginUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2597 PyObject
* _resultobj
;
2598 wxStyledTextCtrl
* _arg0
;
2599 PyObject
* _argo0
= 0;
2600 char *_kwnames
[] = { "self", NULL
};
2603 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_BeginUndoAction",_kwnames
,&_argo0
))
2606 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2607 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2608 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BeginUndoAction. Expected _wxStyledTextCtrl_p.");
2613 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2614 wxStyledTextCtrl_BeginUndoAction(_arg0
);
2616 wxPyEndAllowThreads(__tstate
);
2617 if (PyErr_Occurred()) return NULL
;
2618 } Py_INCREF(Py_None
);
2619 _resultobj
= Py_None
;
2623 #define wxStyledTextCtrl_EndUndoAction(_swigobj) (_swigobj->EndUndoAction())
2624 static PyObject
*_wrap_wxStyledTextCtrl_EndUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2625 PyObject
* _resultobj
;
2626 wxStyledTextCtrl
* _arg0
;
2627 PyObject
* _argo0
= 0;
2628 char *_kwnames
[] = { "self", NULL
};
2631 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EndUndoAction",_kwnames
,&_argo0
))
2634 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2635 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2636 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EndUndoAction. Expected _wxStyledTextCtrl_p.");
2641 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2642 wxStyledTextCtrl_EndUndoAction(_arg0
);
2644 wxPyEndAllowThreads(__tstate
);
2645 if (PyErr_Occurred()) return NULL
;
2646 } Py_INCREF(Py_None
);
2647 _resultobj
= Py_None
;
2651 #define wxStyledTextCtrl_IndicatorSetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetStyle(_swigarg0,_swigarg1))
2652 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2653 PyObject
* _resultobj
;
2654 wxStyledTextCtrl
* _arg0
;
2657 PyObject
* _argo0
= 0;
2658 char *_kwnames
[] = { "self","indic","style", NULL
};
2661 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_IndicatorSetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2664 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2665 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2666 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetStyle. Expected _wxStyledTextCtrl_p.");
2671 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2672 wxStyledTextCtrl_IndicatorSetStyle(_arg0
,_arg1
,_arg2
);
2674 wxPyEndAllowThreads(__tstate
);
2675 if (PyErr_Occurred()) return NULL
;
2676 } Py_INCREF(Py_None
);
2677 _resultobj
= Py_None
;
2681 #define wxStyledTextCtrl_IndicatorGetStyle(_swigobj,_swigarg0) (_swigobj->IndicatorGetStyle(_swigarg0))
2682 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2683 PyObject
* _resultobj
;
2685 wxStyledTextCtrl
* _arg0
;
2687 PyObject
* _argo0
= 0;
2688 char *_kwnames
[] = { "self","indic", NULL
};
2691 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetStyle",_kwnames
,&_argo0
,&_arg1
))
2694 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2695 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2696 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetStyle. Expected _wxStyledTextCtrl_p.");
2701 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2702 _result
= (int )wxStyledTextCtrl_IndicatorGetStyle(_arg0
,_arg1
);
2704 wxPyEndAllowThreads(__tstate
);
2705 if (PyErr_Occurred()) return NULL
;
2706 } _resultobj
= Py_BuildValue("i",_result
);
2710 #define wxStyledTextCtrl_IndicatorSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetForeground(_swigarg0,_swigarg1))
2711 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2712 PyObject
* _resultobj
;
2713 wxStyledTextCtrl
* _arg0
;
2716 PyObject
* _argo0
= 0;
2718 PyObject
* _obj2
= 0;
2719 char *_kwnames
[] = { "self","indic","fore", NULL
};
2722 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_IndicatorSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2725 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2726 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2727 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetForeground. Expected _wxStyledTextCtrl_p.");
2733 if (! wxColour_helper(_obj2
, &_arg2
))
2737 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2738 wxStyledTextCtrl_IndicatorSetForeground(_arg0
,_arg1
,*_arg2
);
2740 wxPyEndAllowThreads(__tstate
);
2741 if (PyErr_Occurred()) return NULL
;
2742 } Py_INCREF(Py_None
);
2743 _resultobj
= Py_None
;
2747 #define wxStyledTextCtrl_IndicatorGetForeground(_swigobj,_swigarg0) (_swigobj->IndicatorGetForeground(_swigarg0))
2748 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2749 PyObject
* _resultobj
;
2751 wxStyledTextCtrl
* _arg0
;
2753 PyObject
* _argo0
= 0;
2754 char *_kwnames
[] = { "self","indic", NULL
};
2758 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetForeground",_kwnames
,&_argo0
,&_arg1
))
2761 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2762 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2763 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetForeground. Expected _wxStyledTextCtrl_p.");
2768 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2769 _result
= new wxColour (wxStyledTextCtrl_IndicatorGetForeground(_arg0
,_arg1
));
2771 wxPyEndAllowThreads(__tstate
);
2772 if (PyErr_Occurred()) return NULL
;
2773 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
2774 _resultobj
= Py_BuildValue("s",_ptemp
);
2778 #define wxStyledTextCtrl_SetStyleBits(_swigobj,_swigarg0) (_swigobj->SetStyleBits(_swigarg0))
2779 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2780 PyObject
* _resultobj
;
2781 wxStyledTextCtrl
* _arg0
;
2783 PyObject
* _argo0
= 0;
2784 char *_kwnames
[] = { "self","bits", NULL
};
2787 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStyleBits",_kwnames
,&_argo0
,&_arg1
))
2790 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2791 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2792 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBits. Expected _wxStyledTextCtrl_p.");
2797 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2798 wxStyledTextCtrl_SetStyleBits(_arg0
,_arg1
);
2800 wxPyEndAllowThreads(__tstate
);
2801 if (PyErr_Occurred()) return NULL
;
2802 } Py_INCREF(Py_None
);
2803 _resultobj
= Py_None
;
2807 #define wxStyledTextCtrl_GetStyleBits(_swigobj) (_swigobj->GetStyleBits())
2808 static PyObject
*_wrap_wxStyledTextCtrl_GetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2809 PyObject
* _resultobj
;
2811 wxStyledTextCtrl
* _arg0
;
2812 PyObject
* _argo0
= 0;
2813 char *_kwnames
[] = { "self", NULL
};
2816 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStyleBits",_kwnames
,&_argo0
))
2819 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2820 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2821 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleBits. Expected _wxStyledTextCtrl_p.");
2826 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2827 _result
= (int )wxStyledTextCtrl_GetStyleBits(_arg0
);
2829 wxPyEndAllowThreads(__tstate
);
2830 if (PyErr_Occurred()) return NULL
;
2831 } _resultobj
= Py_BuildValue("i",_result
);
2835 #define wxStyledTextCtrl_SetLineState(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineState(_swigarg0,_swigarg1))
2836 static PyObject
*_wrap_wxStyledTextCtrl_SetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2837 PyObject
* _resultobj
;
2838 wxStyledTextCtrl
* _arg0
;
2841 PyObject
* _argo0
= 0;
2842 char *_kwnames
[] = { "self","line","state", NULL
};
2845 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineState",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2848 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2849 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2850 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineState. Expected _wxStyledTextCtrl_p.");
2855 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2856 wxStyledTextCtrl_SetLineState(_arg0
,_arg1
,_arg2
);
2858 wxPyEndAllowThreads(__tstate
);
2859 if (PyErr_Occurred()) return NULL
;
2860 } Py_INCREF(Py_None
);
2861 _resultobj
= Py_None
;
2865 #define wxStyledTextCtrl_GetLineState(_swigobj,_swigarg0) (_swigobj->GetLineState(_swigarg0))
2866 static PyObject
*_wrap_wxStyledTextCtrl_GetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2867 PyObject
* _resultobj
;
2869 wxStyledTextCtrl
* _arg0
;
2871 PyObject
* _argo0
= 0;
2872 char *_kwnames
[] = { "self","line", NULL
};
2875 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineState",_kwnames
,&_argo0
,&_arg1
))
2878 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2879 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2880 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineState. Expected _wxStyledTextCtrl_p.");
2885 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2886 _result
= (int )wxStyledTextCtrl_GetLineState(_arg0
,_arg1
);
2888 wxPyEndAllowThreads(__tstate
);
2889 if (PyErr_Occurred()) return NULL
;
2890 } _resultobj
= Py_BuildValue("i",_result
);
2894 #define wxStyledTextCtrl_GetMaxLineState(_swigobj) (_swigobj->GetMaxLineState())
2895 static PyObject
*_wrap_wxStyledTextCtrl_GetMaxLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2896 PyObject
* _resultobj
;
2898 wxStyledTextCtrl
* _arg0
;
2899 PyObject
* _argo0
= 0;
2900 char *_kwnames
[] = { "self", NULL
};
2903 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMaxLineState",_kwnames
,&_argo0
))
2906 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2907 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2908 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMaxLineState. Expected _wxStyledTextCtrl_p.");
2913 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2914 _result
= (int )wxStyledTextCtrl_GetMaxLineState(_arg0
);
2916 wxPyEndAllowThreads(__tstate
);
2917 if (PyErr_Occurred()) return NULL
;
2918 } _resultobj
= Py_BuildValue("i",_result
);
2922 #define wxStyledTextCtrl_GetCaretLineVisible(_swigobj) (_swigobj->GetCaretLineVisible())
2923 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2924 PyObject
* _resultobj
;
2926 wxStyledTextCtrl
* _arg0
;
2927 PyObject
* _argo0
= 0;
2928 char *_kwnames
[] = { "self", NULL
};
2931 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineVisible",_kwnames
,&_argo0
))
2934 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2935 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2936 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineVisible. Expected _wxStyledTextCtrl_p.");
2941 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2942 _result
= (bool )wxStyledTextCtrl_GetCaretLineVisible(_arg0
);
2944 wxPyEndAllowThreads(__tstate
);
2945 if (PyErr_Occurred()) return NULL
;
2946 } _resultobj
= Py_BuildValue("i",_result
);
2950 #define wxStyledTextCtrl_SetCaretLineVisible(_swigobj,_swigarg0) (_swigobj->SetCaretLineVisible(_swigarg0))
2951 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2952 PyObject
* _resultobj
;
2953 wxStyledTextCtrl
* _arg0
;
2955 PyObject
* _argo0
= 0;
2957 char *_kwnames
[] = { "self","show", NULL
};
2960 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretLineVisible",_kwnames
,&_argo0
,&tempbool1
))
2963 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2964 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2965 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineVisible. Expected _wxStyledTextCtrl_p.");
2969 _arg1
= (bool ) tempbool1
;
2971 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2972 wxStyledTextCtrl_SetCaretLineVisible(_arg0
,_arg1
);
2974 wxPyEndAllowThreads(__tstate
);
2975 if (PyErr_Occurred()) return NULL
;
2976 } Py_INCREF(Py_None
);
2977 _resultobj
= Py_None
;
2981 #define wxStyledTextCtrl_GetCaretLineBack(_swigobj) (_swigobj->GetCaretLineBack())
2982 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretLineBack(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2983 PyObject
* _resultobj
;
2985 wxStyledTextCtrl
* _arg0
;
2986 PyObject
* _argo0
= 0;
2987 char *_kwnames
[] = { "self", NULL
};
2991 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretLineBack",_kwnames
,&_argo0
))
2994 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2995 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2996 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretLineBack. Expected _wxStyledTextCtrl_p.");
3001 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3002 _result
= new wxColour (wxStyledTextCtrl_GetCaretLineBack(_arg0
));
3004 wxPyEndAllowThreads(__tstate
);
3005 if (PyErr_Occurred()) return NULL
;
3006 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
3007 _resultobj
= Py_BuildValue("s",_ptemp
);
3011 #define wxStyledTextCtrl_SetCaretLineBack(_swigobj,_swigarg0) (_swigobj->SetCaretLineBack(_swigarg0))
3012 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretLineBack(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3013 PyObject
* _resultobj
;
3014 wxStyledTextCtrl
* _arg0
;
3016 PyObject
* _argo0
= 0;
3018 PyObject
* _obj1
= 0;
3019 char *_kwnames
[] = { "self","back", NULL
};
3022 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretLineBack",_kwnames
,&_argo0
,&_obj1
))
3025 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3026 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3027 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretLineBack. Expected _wxStyledTextCtrl_p.");
3033 if (! wxColour_helper(_obj1
, &_arg1
))
3037 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3038 wxStyledTextCtrl_SetCaretLineBack(_arg0
,*_arg1
);
3040 wxPyEndAllowThreads(__tstate
);
3041 if (PyErr_Occurred()) return NULL
;
3042 } Py_INCREF(Py_None
);
3043 _resultobj
= Py_None
;
3047 #define wxStyledTextCtrl_StyleSetChangeable(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetChangeable(_swigarg0,_swigarg1))
3048 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetChangeable(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3049 PyObject
* _resultobj
;
3050 wxStyledTextCtrl
* _arg0
;
3053 PyObject
* _argo0
= 0;
3055 char *_kwnames
[] = { "self","style","changeable", NULL
};
3058 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetChangeable",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
3061 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3062 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3063 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetChangeable. Expected _wxStyledTextCtrl_p.");
3067 _arg2
= (bool ) tempbool2
;
3069 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3070 wxStyledTextCtrl_StyleSetChangeable(_arg0
,_arg1
,_arg2
);
3072 wxPyEndAllowThreads(__tstate
);
3073 if (PyErr_Occurred()) return NULL
;
3074 } Py_INCREF(Py_None
);
3075 _resultobj
= Py_None
;
3079 #define wxStyledTextCtrl_AutoCompShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->AutoCompShow(_swigarg0,_swigarg1))
3080 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3081 PyObject
* _resultobj
;
3082 wxStyledTextCtrl
* _arg0
;
3085 PyObject
* _argo0
= 0;
3086 PyObject
* _obj2
= 0;
3087 char *_kwnames
[] = { "self","lenEntered","itemList", NULL
};
3090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_AutoCompShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3093 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3094 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3095 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompShow. Expected _wxStyledTextCtrl_p.");
3100 _arg2
= wxString_in_helper(_obj2
);
3105 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3106 wxStyledTextCtrl_AutoCompShow(_arg0
,_arg1
,*_arg2
);
3108 wxPyEndAllowThreads(__tstate
);
3109 if (PyErr_Occurred()) return NULL
;
3110 } Py_INCREF(Py_None
);
3111 _resultobj
= Py_None
;
3119 #define wxStyledTextCtrl_AutoCompCancel(_swigobj) (_swigobj->AutoCompCancel())
3120 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3121 PyObject
* _resultobj
;
3122 wxStyledTextCtrl
* _arg0
;
3123 PyObject
* _argo0
= 0;
3124 char *_kwnames
[] = { "self", NULL
};
3127 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompCancel",_kwnames
,&_argo0
))
3130 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3131 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3132 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompCancel. Expected _wxStyledTextCtrl_p.");
3137 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3138 wxStyledTextCtrl_AutoCompCancel(_arg0
);
3140 wxPyEndAllowThreads(__tstate
);
3141 if (PyErr_Occurred()) return NULL
;
3142 } Py_INCREF(Py_None
);
3143 _resultobj
= Py_None
;
3147 #define wxStyledTextCtrl_AutoCompActive(_swigobj) (_swigobj->AutoCompActive())
3148 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3149 PyObject
* _resultobj
;
3151 wxStyledTextCtrl
* _arg0
;
3152 PyObject
* _argo0
= 0;
3153 char *_kwnames
[] = { "self", NULL
};
3156 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompActive",_kwnames
,&_argo0
))
3159 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3160 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3161 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompActive. Expected _wxStyledTextCtrl_p.");
3166 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3167 _result
= (bool )wxStyledTextCtrl_AutoCompActive(_arg0
);
3169 wxPyEndAllowThreads(__tstate
);
3170 if (PyErr_Occurred()) return NULL
;
3171 } _resultobj
= Py_BuildValue("i",_result
);
3175 #define wxStyledTextCtrl_AutoCompPosStart(_swigobj) (_swigobj->AutoCompPosStart())
3176 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompPosStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3177 PyObject
* _resultobj
;
3179 wxStyledTextCtrl
* _arg0
;
3180 PyObject
* _argo0
= 0;
3181 char *_kwnames
[] = { "self", NULL
};
3184 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompPosStart",_kwnames
,&_argo0
))
3187 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3188 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3189 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompPosStart. Expected _wxStyledTextCtrl_p.");
3194 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3195 _result
= (int )wxStyledTextCtrl_AutoCompPosStart(_arg0
);
3197 wxPyEndAllowThreads(__tstate
);
3198 if (PyErr_Occurred()) return NULL
;
3199 } _resultobj
= Py_BuildValue("i",_result
);
3203 #define wxStyledTextCtrl_AutoCompComplete(_swigobj) (_swigobj->AutoCompComplete())
3204 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompComplete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3205 PyObject
* _resultobj
;
3206 wxStyledTextCtrl
* _arg0
;
3207 PyObject
* _argo0
= 0;
3208 char *_kwnames
[] = { "self", NULL
};
3211 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompComplete",_kwnames
,&_argo0
))
3214 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3215 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3216 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompComplete. Expected _wxStyledTextCtrl_p.");
3221 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3222 wxStyledTextCtrl_AutoCompComplete(_arg0
);
3224 wxPyEndAllowThreads(__tstate
);
3225 if (PyErr_Occurred()) return NULL
;
3226 } Py_INCREF(Py_None
);
3227 _resultobj
= Py_None
;
3231 #define wxStyledTextCtrl_AutoCompStops(_swigobj,_swigarg0) (_swigobj->AutoCompStops(_swigarg0))
3232 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompStops(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3233 PyObject
* _resultobj
;
3234 wxStyledTextCtrl
* _arg0
;
3236 PyObject
* _argo0
= 0;
3237 PyObject
* _obj1
= 0;
3238 char *_kwnames
[] = { "self","characterSet", NULL
};
3241 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompStops",_kwnames
,&_argo0
,&_obj1
))
3244 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3245 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3246 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompStops. Expected _wxStyledTextCtrl_p.");
3251 _arg1
= wxString_in_helper(_obj1
);
3256 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3257 wxStyledTextCtrl_AutoCompStops(_arg0
,*_arg1
);
3259 wxPyEndAllowThreads(__tstate
);
3260 if (PyErr_Occurred()) return NULL
;
3261 } Py_INCREF(Py_None
);
3262 _resultobj
= Py_None
;
3270 #define wxStyledTextCtrl_AutoCompSetSeparator(_swigobj,_swigarg0) (_swigobj->AutoCompSetSeparator(_swigarg0))
3271 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3272 PyObject
* _resultobj
;
3273 wxStyledTextCtrl
* _arg0
;
3275 PyObject
* _argo0
= 0;
3276 char *_kwnames
[] = { "self","separatorCharacter", NULL
};
3279 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetSeparator",_kwnames
,&_argo0
,&_arg1
))
3282 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3283 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3284 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetSeparator. Expected _wxStyledTextCtrl_p.");
3289 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3290 wxStyledTextCtrl_AutoCompSetSeparator(_arg0
,_arg1
);
3292 wxPyEndAllowThreads(__tstate
);
3293 if (PyErr_Occurred()) return NULL
;
3294 } Py_INCREF(Py_None
);
3295 _resultobj
= Py_None
;
3299 #define wxStyledTextCtrl_AutoCompGetSeparator(_swigobj) (_swigobj->AutoCompGetSeparator())
3300 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3301 PyObject
* _resultobj
;
3303 wxStyledTextCtrl
* _arg0
;
3304 PyObject
* _argo0
= 0;
3305 char *_kwnames
[] = { "self", NULL
};
3308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetSeparator",_kwnames
,&_argo0
))
3311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetSeparator. Expected _wxStyledTextCtrl_p.");
3318 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3319 _result
= (int )wxStyledTextCtrl_AutoCompGetSeparator(_arg0
);
3321 wxPyEndAllowThreads(__tstate
);
3322 if (PyErr_Occurred()) return NULL
;
3323 } _resultobj
= Py_BuildValue("i",_result
);
3327 #define wxStyledTextCtrl_AutoCompSelect(_swigobj,_swigarg0) (_swigobj->AutoCompSelect(_swigarg0))
3328 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSelect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3329 PyObject
* _resultobj
;
3330 wxStyledTextCtrl
* _arg0
;
3332 PyObject
* _argo0
= 0;
3333 PyObject
* _obj1
= 0;
3334 char *_kwnames
[] = { "self","text", NULL
};
3337 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSelect",_kwnames
,&_argo0
,&_obj1
))
3340 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3341 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3342 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSelect. Expected _wxStyledTextCtrl_p.");
3347 _arg1
= wxString_in_helper(_obj1
);
3352 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3353 wxStyledTextCtrl_AutoCompSelect(_arg0
,*_arg1
);
3355 wxPyEndAllowThreads(__tstate
);
3356 if (PyErr_Occurred()) return NULL
;
3357 } Py_INCREF(Py_None
);
3358 _resultobj
= Py_None
;
3366 #define wxStyledTextCtrl_AutoCompSetCancelAtStart(_swigobj,_swigarg0) (_swigobj->AutoCompSetCancelAtStart(_swigarg0))
3367 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3368 PyObject
* _resultobj
;
3369 wxStyledTextCtrl
* _arg0
;
3371 PyObject
* _argo0
= 0;
3373 char *_kwnames
[] = { "self","cancel", NULL
};
3376 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetCancelAtStart",_kwnames
,&_argo0
,&tempbool1
))
3379 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3380 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3381 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3385 _arg1
= (bool ) tempbool1
;
3387 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3388 wxStyledTextCtrl_AutoCompSetCancelAtStart(_arg0
,_arg1
);
3390 wxPyEndAllowThreads(__tstate
);
3391 if (PyErr_Occurred()) return NULL
;
3392 } Py_INCREF(Py_None
);
3393 _resultobj
= Py_None
;
3397 #define wxStyledTextCtrl_AutoCompGetCancelAtStart(_swigobj) (_swigobj->AutoCompGetCancelAtStart())
3398 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3399 PyObject
* _resultobj
;
3401 wxStyledTextCtrl
* _arg0
;
3402 PyObject
* _argo0
= 0;
3403 char *_kwnames
[] = { "self", NULL
};
3406 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetCancelAtStart",_kwnames
,&_argo0
))
3409 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3410 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3411 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3416 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3417 _result
= (bool )wxStyledTextCtrl_AutoCompGetCancelAtStart(_arg0
);
3419 wxPyEndAllowThreads(__tstate
);
3420 if (PyErr_Occurred()) return NULL
;
3421 } _resultobj
= Py_BuildValue("i",_result
);
3425 #define wxStyledTextCtrl_AutoCompSetFillUps(_swigobj,_swigarg0) (_swigobj->AutoCompSetFillUps(_swigarg0))
3426 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetFillUps(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3427 PyObject
* _resultobj
;
3428 wxStyledTextCtrl
* _arg0
;
3430 PyObject
* _argo0
= 0;
3431 PyObject
* _obj1
= 0;
3432 char *_kwnames
[] = { "self","characterSet", NULL
};
3435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSetFillUps",_kwnames
,&_argo0
,&_obj1
))
3438 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3439 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetFillUps. Expected _wxStyledTextCtrl_p.");
3445 _arg1
= wxString_in_helper(_obj1
);
3450 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3451 wxStyledTextCtrl_AutoCompSetFillUps(_arg0
,*_arg1
);
3453 wxPyEndAllowThreads(__tstate
);
3454 if (PyErr_Occurred()) return NULL
;
3455 } Py_INCREF(Py_None
);
3456 _resultobj
= Py_None
;
3464 #define wxStyledTextCtrl_AutoCompSetChooseSingle(_swigobj,_swigarg0) (_swigobj->AutoCompSetChooseSingle(_swigarg0))
3465 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3466 PyObject
* _resultobj
;
3467 wxStyledTextCtrl
* _arg0
;
3469 PyObject
* _argo0
= 0;
3471 char *_kwnames
[] = { "self","chooseSingle", NULL
};
3474 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetChooseSingle",_kwnames
,&_argo0
,&tempbool1
))
3477 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3478 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3479 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetChooseSingle. Expected _wxStyledTextCtrl_p.");
3483 _arg1
= (bool ) tempbool1
;
3485 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3486 wxStyledTextCtrl_AutoCompSetChooseSingle(_arg0
,_arg1
);
3488 wxPyEndAllowThreads(__tstate
);
3489 if (PyErr_Occurred()) return NULL
;
3490 } Py_INCREF(Py_None
);
3491 _resultobj
= Py_None
;
3495 #define wxStyledTextCtrl_AutoCompGetChooseSingle(_swigobj) (_swigobj->AutoCompGetChooseSingle())
3496 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3497 PyObject
* _resultobj
;
3499 wxStyledTextCtrl
* _arg0
;
3500 PyObject
* _argo0
= 0;
3501 char *_kwnames
[] = { "self", NULL
};
3504 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetChooseSingle",_kwnames
,&_argo0
))
3507 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3508 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3509 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetChooseSingle. Expected _wxStyledTextCtrl_p.");
3514 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3515 _result
= (bool )wxStyledTextCtrl_AutoCompGetChooseSingle(_arg0
);
3517 wxPyEndAllowThreads(__tstate
);
3518 if (PyErr_Occurred()) return NULL
;
3519 } _resultobj
= Py_BuildValue("i",_result
);
3523 #define wxStyledTextCtrl_AutoCompSetIgnoreCase(_swigobj,_swigarg0) (_swigobj->AutoCompSetIgnoreCase(_swigarg0))
3524 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3525 PyObject
* _resultobj
;
3526 wxStyledTextCtrl
* _arg0
;
3528 PyObject
* _argo0
= 0;
3530 char *_kwnames
[] = { "self","ignoreCase", NULL
};
3533 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetIgnoreCase",_kwnames
,&_argo0
,&tempbool1
))
3536 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3537 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3538 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3542 _arg1
= (bool ) tempbool1
;
3544 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3545 wxStyledTextCtrl_AutoCompSetIgnoreCase(_arg0
,_arg1
);
3547 wxPyEndAllowThreads(__tstate
);
3548 if (PyErr_Occurred()) return NULL
;
3549 } Py_INCREF(Py_None
);
3550 _resultobj
= Py_None
;
3554 #define wxStyledTextCtrl_AutoCompGetIgnoreCase(_swigobj) (_swigobj->AutoCompGetIgnoreCase())
3555 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3556 PyObject
* _resultobj
;
3558 wxStyledTextCtrl
* _arg0
;
3559 PyObject
* _argo0
= 0;
3560 char *_kwnames
[] = { "self", NULL
};
3563 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetIgnoreCase",_kwnames
,&_argo0
))
3566 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3567 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3568 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3573 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3574 _result
= (bool )wxStyledTextCtrl_AutoCompGetIgnoreCase(_arg0
);
3576 wxPyEndAllowThreads(__tstate
);
3577 if (PyErr_Occurred()) return NULL
;
3578 } _resultobj
= Py_BuildValue("i",_result
);
3582 #define wxStyledTextCtrl_UserListShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->UserListShow(_swigarg0,_swigarg1))
3583 static PyObject
*_wrap_wxStyledTextCtrl_UserListShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3584 PyObject
* _resultobj
;
3585 wxStyledTextCtrl
* _arg0
;
3588 PyObject
* _argo0
= 0;
3589 PyObject
* _obj2
= 0;
3590 char *_kwnames
[] = { "self","listType","itemList", NULL
};
3593 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_UserListShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
3596 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3597 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3598 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UserListShow. Expected _wxStyledTextCtrl_p.");
3603 _arg2
= wxString_in_helper(_obj2
);
3608 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3609 wxStyledTextCtrl_UserListShow(_arg0
,_arg1
,*_arg2
);
3611 wxPyEndAllowThreads(__tstate
);
3612 if (PyErr_Occurred()) return NULL
;
3613 } Py_INCREF(Py_None
);
3614 _resultobj
= Py_None
;
3622 #define wxStyledTextCtrl_AutoCompSetAutoHide(_swigobj,_swigarg0) (_swigobj->AutoCompSetAutoHide(_swigarg0))
3623 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetAutoHide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3624 PyObject
* _resultobj
;
3625 wxStyledTextCtrl
* _arg0
;
3627 PyObject
* _argo0
= 0;
3629 char *_kwnames
[] = { "self","autoHide", NULL
};
3632 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetAutoHide",_kwnames
,&_argo0
,&tempbool1
))
3635 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3636 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3637 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetAutoHide. Expected _wxStyledTextCtrl_p.");
3641 _arg1
= (bool ) tempbool1
;
3643 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3644 wxStyledTextCtrl_AutoCompSetAutoHide(_arg0
,_arg1
);
3646 wxPyEndAllowThreads(__tstate
);
3647 if (PyErr_Occurred()) return NULL
;
3648 } Py_INCREF(Py_None
);
3649 _resultobj
= Py_None
;
3653 #define wxStyledTextCtrl_AutoCompGetAutoHide(_swigobj) (_swigobj->AutoCompGetAutoHide())
3654 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetAutoHide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3655 PyObject
* _resultobj
;
3657 wxStyledTextCtrl
* _arg0
;
3658 PyObject
* _argo0
= 0;
3659 char *_kwnames
[] = { "self", NULL
};
3662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetAutoHide",_kwnames
,&_argo0
))
3665 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3666 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3667 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetAutoHide. Expected _wxStyledTextCtrl_p.");
3672 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3673 _result
= (bool )wxStyledTextCtrl_AutoCompGetAutoHide(_arg0
);
3675 wxPyEndAllowThreads(__tstate
);
3676 if (PyErr_Occurred()) return NULL
;
3677 } _resultobj
= Py_BuildValue("i",_result
);
3681 #define wxStyledTextCtrl_AutoCompSetDropRestOfWord(_swigobj,_swigarg0) (_swigobj->AutoCompSetDropRestOfWord(_swigarg0))
3682 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetDropRestOfWord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3683 PyObject
* _resultobj
;
3684 wxStyledTextCtrl
* _arg0
;
3686 PyObject
* _argo0
= 0;
3688 char *_kwnames
[] = { "self","dropRestOfWord", NULL
};
3691 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetDropRestOfWord",_kwnames
,&_argo0
,&tempbool1
))
3694 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3695 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3696 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetDropRestOfWord. Expected _wxStyledTextCtrl_p.");
3700 _arg1
= (bool ) tempbool1
;
3702 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3703 wxStyledTextCtrl_AutoCompSetDropRestOfWord(_arg0
,_arg1
);
3705 wxPyEndAllowThreads(__tstate
);
3706 if (PyErr_Occurred()) return NULL
;
3707 } Py_INCREF(Py_None
);
3708 _resultobj
= Py_None
;
3712 #define wxStyledTextCtrl_AutoCompGetDropRestOfWord(_swigobj) (_swigobj->AutoCompGetDropRestOfWord())
3713 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetDropRestOfWord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3714 PyObject
* _resultobj
;
3716 wxStyledTextCtrl
* _arg0
;
3717 PyObject
* _argo0
= 0;
3718 char *_kwnames
[] = { "self", NULL
};
3721 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetDropRestOfWord",_kwnames
,&_argo0
))
3724 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3725 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3726 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetDropRestOfWord. Expected _wxStyledTextCtrl_p.");
3731 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3732 _result
= (bool )wxStyledTextCtrl_AutoCompGetDropRestOfWord(_arg0
);
3734 wxPyEndAllowThreads(__tstate
);
3735 if (PyErr_Occurred()) return NULL
;
3736 } _resultobj
= Py_BuildValue("i",_result
);
3740 #define wxStyledTextCtrl_SetIndent(_swigobj,_swigarg0) (_swigobj->SetIndent(_swigarg0))
3741 static PyObject
*_wrap_wxStyledTextCtrl_SetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3742 PyObject
* _resultobj
;
3743 wxStyledTextCtrl
* _arg0
;
3745 PyObject
* _argo0
= 0;
3746 char *_kwnames
[] = { "self","indentSize", NULL
};
3749 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndent",_kwnames
,&_argo0
,&_arg1
))
3752 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3753 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3754 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndent. Expected _wxStyledTextCtrl_p.");
3759 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3760 wxStyledTextCtrl_SetIndent(_arg0
,_arg1
);
3762 wxPyEndAllowThreads(__tstate
);
3763 if (PyErr_Occurred()) return NULL
;
3764 } Py_INCREF(Py_None
);
3765 _resultobj
= Py_None
;
3769 #define wxStyledTextCtrl_GetIndent(_swigobj) (_swigobj->GetIndent())
3770 static PyObject
*_wrap_wxStyledTextCtrl_GetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3771 PyObject
* _resultobj
;
3773 wxStyledTextCtrl
* _arg0
;
3774 PyObject
* _argo0
= 0;
3775 char *_kwnames
[] = { "self", NULL
};
3778 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndent",_kwnames
,&_argo0
))
3781 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3782 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3783 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndent. Expected _wxStyledTextCtrl_p.");
3788 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3789 _result
= (int )wxStyledTextCtrl_GetIndent(_arg0
);
3791 wxPyEndAllowThreads(__tstate
);
3792 if (PyErr_Occurred()) return NULL
;
3793 } _resultobj
= Py_BuildValue("i",_result
);
3797 #define wxStyledTextCtrl_SetUseTabs(_swigobj,_swigarg0) (_swigobj->SetUseTabs(_swigarg0))
3798 static PyObject
*_wrap_wxStyledTextCtrl_SetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3799 PyObject
* _resultobj
;
3800 wxStyledTextCtrl
* _arg0
;
3802 PyObject
* _argo0
= 0;
3804 char *_kwnames
[] = { "self","useTabs", NULL
};
3807 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseTabs",_kwnames
,&_argo0
,&tempbool1
))
3810 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3811 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3812 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseTabs. Expected _wxStyledTextCtrl_p.");
3816 _arg1
= (bool ) tempbool1
;
3818 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3819 wxStyledTextCtrl_SetUseTabs(_arg0
,_arg1
);
3821 wxPyEndAllowThreads(__tstate
);
3822 if (PyErr_Occurred()) return NULL
;
3823 } Py_INCREF(Py_None
);
3824 _resultobj
= Py_None
;
3828 #define wxStyledTextCtrl_GetUseTabs(_swigobj) (_swigobj->GetUseTabs())
3829 static PyObject
*_wrap_wxStyledTextCtrl_GetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3830 PyObject
* _resultobj
;
3832 wxStyledTextCtrl
* _arg0
;
3833 PyObject
* _argo0
= 0;
3834 char *_kwnames
[] = { "self", NULL
};
3837 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseTabs",_kwnames
,&_argo0
))
3840 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3841 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3842 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseTabs. Expected _wxStyledTextCtrl_p.");
3847 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3848 _result
= (bool )wxStyledTextCtrl_GetUseTabs(_arg0
);
3850 wxPyEndAllowThreads(__tstate
);
3851 if (PyErr_Occurred()) return NULL
;
3852 } _resultobj
= Py_BuildValue("i",_result
);
3856 #define wxStyledTextCtrl_SetLineIndentation(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineIndentation(_swigarg0,_swigarg1))
3857 static PyObject
*_wrap_wxStyledTextCtrl_SetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3858 PyObject
* _resultobj
;
3859 wxStyledTextCtrl
* _arg0
;
3862 PyObject
* _argo0
= 0;
3863 char *_kwnames
[] = { "self","line","indentSize", NULL
};
3866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineIndentation",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineIndentation. Expected _wxStyledTextCtrl_p.");
3876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3877 wxStyledTextCtrl_SetLineIndentation(_arg0
,_arg1
,_arg2
);
3879 wxPyEndAllowThreads(__tstate
);
3880 if (PyErr_Occurred()) return NULL
;
3881 } Py_INCREF(Py_None
);
3882 _resultobj
= Py_None
;
3886 #define wxStyledTextCtrl_GetLineIndentation(_swigobj,_swigarg0) (_swigobj->GetLineIndentation(_swigarg0))
3887 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3888 PyObject
* _resultobj
;
3890 wxStyledTextCtrl
* _arg0
;
3892 PyObject
* _argo0
= 0;
3893 char *_kwnames
[] = { "self","line", NULL
};
3896 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentation",_kwnames
,&_argo0
,&_arg1
))
3899 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3900 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3901 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentation. Expected _wxStyledTextCtrl_p.");
3906 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3907 _result
= (int )wxStyledTextCtrl_GetLineIndentation(_arg0
,_arg1
);
3909 wxPyEndAllowThreads(__tstate
);
3910 if (PyErr_Occurred()) return NULL
;
3911 } _resultobj
= Py_BuildValue("i",_result
);
3915 #define wxStyledTextCtrl_GetLineIndentPosition(_swigobj,_swigarg0) (_swigobj->GetLineIndentPosition(_swigarg0))
3916 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3917 PyObject
* _resultobj
;
3919 wxStyledTextCtrl
* _arg0
;
3921 PyObject
* _argo0
= 0;
3922 char *_kwnames
[] = { "self","line", NULL
};
3925 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentPosition",_kwnames
,&_argo0
,&_arg1
))
3928 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3929 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3930 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentPosition. Expected _wxStyledTextCtrl_p.");
3935 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3936 _result
= (int )wxStyledTextCtrl_GetLineIndentPosition(_arg0
,_arg1
);
3938 wxPyEndAllowThreads(__tstate
);
3939 if (PyErr_Occurred()) return NULL
;
3940 } _resultobj
= Py_BuildValue("i",_result
);
3944 #define wxStyledTextCtrl_GetColumn(_swigobj,_swigarg0) (_swigobj->GetColumn(_swigarg0))
3945 static PyObject
*_wrap_wxStyledTextCtrl_GetColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3946 PyObject
* _resultobj
;
3948 wxStyledTextCtrl
* _arg0
;
3950 PyObject
* _argo0
= 0;
3951 char *_kwnames
[] = { "self","pos", NULL
};
3954 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetColumn",_kwnames
,&_argo0
,&_arg1
))
3957 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3958 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3959 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetColumn. Expected _wxStyledTextCtrl_p.");
3964 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3965 _result
= (int )wxStyledTextCtrl_GetColumn(_arg0
,_arg1
);
3967 wxPyEndAllowThreads(__tstate
);
3968 if (PyErr_Occurred()) return NULL
;
3969 } _resultobj
= Py_BuildValue("i",_result
);
3973 #define wxStyledTextCtrl_SetUseHorizontalScrollBar(_swigobj,_swigarg0) (_swigobj->SetUseHorizontalScrollBar(_swigarg0))
3974 static PyObject
*_wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3975 PyObject
* _resultobj
;
3976 wxStyledTextCtrl
* _arg0
;
3978 PyObject
* _argo0
= 0;
3980 char *_kwnames
[] = { "self","show", NULL
};
3983 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseHorizontalScrollBar",_kwnames
,&_argo0
,&tempbool1
))
3986 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3987 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3988 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
3992 _arg1
= (bool ) tempbool1
;
3994 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3995 wxStyledTextCtrl_SetUseHorizontalScrollBar(_arg0
,_arg1
);
3997 wxPyEndAllowThreads(__tstate
);
3998 if (PyErr_Occurred()) return NULL
;
3999 } Py_INCREF(Py_None
);
4000 _resultobj
= Py_None
;
4004 #define wxStyledTextCtrl_GetUseHorizontalScrollBar(_swigobj) (_swigobj->GetUseHorizontalScrollBar())
4005 static PyObject
*_wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4006 PyObject
* _resultobj
;
4008 wxStyledTextCtrl
* _arg0
;
4009 PyObject
* _argo0
= 0;
4010 char *_kwnames
[] = { "self", NULL
};
4013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseHorizontalScrollBar",_kwnames
,&_argo0
))
4016 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4017 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4018 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
4023 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4024 _result
= (bool )wxStyledTextCtrl_GetUseHorizontalScrollBar(_arg0
);
4026 wxPyEndAllowThreads(__tstate
);
4027 if (PyErr_Occurred()) return NULL
;
4028 } _resultobj
= Py_BuildValue("i",_result
);
4032 #define wxStyledTextCtrl_SetIndentationGuides(_swigobj,_swigarg0) (_swigobj->SetIndentationGuides(_swigarg0))
4033 static PyObject
*_wrap_wxStyledTextCtrl_SetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4034 PyObject
* _resultobj
;
4035 wxStyledTextCtrl
* _arg0
;
4037 PyObject
* _argo0
= 0;
4039 char *_kwnames
[] = { "self","show", NULL
};
4042 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndentationGuides",_kwnames
,&_argo0
,&tempbool1
))
4045 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4046 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4047 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndentationGuides. Expected _wxStyledTextCtrl_p.");
4051 _arg1
= (bool ) tempbool1
;
4053 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4054 wxStyledTextCtrl_SetIndentationGuides(_arg0
,_arg1
);
4056 wxPyEndAllowThreads(__tstate
);
4057 if (PyErr_Occurred()) return NULL
;
4058 } Py_INCREF(Py_None
);
4059 _resultobj
= Py_None
;
4063 #define wxStyledTextCtrl_GetIndentationGuides(_swigobj) (_swigobj->GetIndentationGuides())
4064 static PyObject
*_wrap_wxStyledTextCtrl_GetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4065 PyObject
* _resultobj
;
4067 wxStyledTextCtrl
* _arg0
;
4068 PyObject
* _argo0
= 0;
4069 char *_kwnames
[] = { "self", NULL
};
4072 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndentationGuides",_kwnames
,&_argo0
))
4075 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4076 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4077 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndentationGuides. Expected _wxStyledTextCtrl_p.");
4082 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4083 _result
= (bool )wxStyledTextCtrl_GetIndentationGuides(_arg0
);
4085 wxPyEndAllowThreads(__tstate
);
4086 if (PyErr_Occurred()) return NULL
;
4087 } _resultobj
= Py_BuildValue("i",_result
);
4091 #define wxStyledTextCtrl_SetHighlightGuide(_swigobj,_swigarg0) (_swigobj->SetHighlightGuide(_swigarg0))
4092 static PyObject
*_wrap_wxStyledTextCtrl_SetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4093 PyObject
* _resultobj
;
4094 wxStyledTextCtrl
* _arg0
;
4096 PyObject
* _argo0
= 0;
4097 char *_kwnames
[] = { "self","column", NULL
};
4100 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetHighlightGuide",_kwnames
,&_argo0
,&_arg1
))
4103 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4104 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4105 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHighlightGuide. Expected _wxStyledTextCtrl_p.");
4110 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4111 wxStyledTextCtrl_SetHighlightGuide(_arg0
,_arg1
);
4113 wxPyEndAllowThreads(__tstate
);
4114 if (PyErr_Occurred()) return NULL
;
4115 } Py_INCREF(Py_None
);
4116 _resultobj
= Py_None
;
4120 #define wxStyledTextCtrl_GetHighlightGuide(_swigobj) (_swigobj->GetHighlightGuide())
4121 static PyObject
*_wrap_wxStyledTextCtrl_GetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4122 PyObject
* _resultobj
;
4124 wxStyledTextCtrl
* _arg0
;
4125 PyObject
* _argo0
= 0;
4126 char *_kwnames
[] = { "self", NULL
};
4129 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetHighlightGuide",_kwnames
,&_argo0
))
4132 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4133 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4134 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetHighlightGuide. Expected _wxStyledTextCtrl_p.");
4139 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4140 _result
= (int )wxStyledTextCtrl_GetHighlightGuide(_arg0
);
4142 wxPyEndAllowThreads(__tstate
);
4143 if (PyErr_Occurred()) return NULL
;
4144 } _resultobj
= Py_BuildValue("i",_result
);
4148 #define wxStyledTextCtrl_GetLineEndPosition(_swigobj,_swigarg0) (_swigobj->GetLineEndPosition(_swigarg0))
4149 static PyObject
*_wrap_wxStyledTextCtrl_GetLineEndPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4150 PyObject
* _resultobj
;
4152 wxStyledTextCtrl
* _arg0
;
4154 PyObject
* _argo0
= 0;
4155 char *_kwnames
[] = { "self","line", NULL
};
4158 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineEndPosition",_kwnames
,&_argo0
,&_arg1
))
4161 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4162 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4163 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineEndPosition. Expected _wxStyledTextCtrl_p.");
4168 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4169 _result
= (int )wxStyledTextCtrl_GetLineEndPosition(_arg0
,_arg1
);
4171 wxPyEndAllowThreads(__tstate
);
4172 if (PyErr_Occurred()) return NULL
;
4173 } _resultobj
= Py_BuildValue("i",_result
);
4177 #define wxStyledTextCtrl_GetCodePage(_swigobj) (_swigobj->GetCodePage())
4178 static PyObject
*_wrap_wxStyledTextCtrl_GetCodePage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4179 PyObject
* _resultobj
;
4181 wxStyledTextCtrl
* _arg0
;
4182 PyObject
* _argo0
= 0;
4183 char *_kwnames
[] = { "self", NULL
};
4186 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCodePage",_kwnames
,&_argo0
))
4189 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4190 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4191 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCodePage. Expected _wxStyledTextCtrl_p.");
4196 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4197 _result
= (int )wxStyledTextCtrl_GetCodePage(_arg0
);
4199 wxPyEndAllowThreads(__tstate
);
4200 if (PyErr_Occurred()) return NULL
;
4201 } _resultobj
= Py_BuildValue("i",_result
);
4205 #define wxStyledTextCtrl_GetCaretForeground(_swigobj) (_swigobj->GetCaretForeground())
4206 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4207 PyObject
* _resultobj
;
4209 wxStyledTextCtrl
* _arg0
;
4210 PyObject
* _argo0
= 0;
4211 char *_kwnames
[] = { "self", NULL
};
4215 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretForeground",_kwnames
,&_argo0
))
4218 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4219 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4220 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretForeground. Expected _wxStyledTextCtrl_p.");
4225 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4226 _result
= new wxColour (wxStyledTextCtrl_GetCaretForeground(_arg0
));
4228 wxPyEndAllowThreads(__tstate
);
4229 if (PyErr_Occurred()) return NULL
;
4230 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
4231 _resultobj
= Py_BuildValue("s",_ptemp
);
4235 #define wxStyledTextCtrl_GetReadOnly(_swigobj) (_swigobj->GetReadOnly())
4236 static PyObject
*_wrap_wxStyledTextCtrl_GetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4237 PyObject
* _resultobj
;
4239 wxStyledTextCtrl
* _arg0
;
4240 PyObject
* _argo0
= 0;
4241 char *_kwnames
[] = { "self", NULL
};
4244 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetReadOnly",_kwnames
,&_argo0
))
4247 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4248 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4249 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetReadOnly. Expected _wxStyledTextCtrl_p.");
4254 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4255 _result
= (bool )wxStyledTextCtrl_GetReadOnly(_arg0
);
4257 wxPyEndAllowThreads(__tstate
);
4258 if (PyErr_Occurred()) return NULL
;
4259 } _resultobj
= Py_BuildValue("i",_result
);
4263 #define wxStyledTextCtrl_SetCurrentPos(_swigobj,_swigarg0) (_swigobj->SetCurrentPos(_swigarg0))
4264 static PyObject
*_wrap_wxStyledTextCtrl_SetCurrentPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4265 PyObject
* _resultobj
;
4266 wxStyledTextCtrl
* _arg0
;
4268 PyObject
* _argo0
= 0;
4269 char *_kwnames
[] = { "self","pos", NULL
};
4272 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCurrentPos",_kwnames
,&_argo0
,&_arg1
))
4275 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4276 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4277 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCurrentPos. Expected _wxStyledTextCtrl_p.");
4282 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4283 wxStyledTextCtrl_SetCurrentPos(_arg0
,_arg1
);
4285 wxPyEndAllowThreads(__tstate
);
4286 if (PyErr_Occurred()) return NULL
;
4287 } Py_INCREF(Py_None
);
4288 _resultobj
= Py_None
;
4292 #define wxStyledTextCtrl_SetSelectionStart(_swigobj,_swigarg0) (_swigobj->SetSelectionStart(_swigarg0))
4293 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4294 PyObject
* _resultobj
;
4295 wxStyledTextCtrl
* _arg0
;
4297 PyObject
* _argo0
= 0;
4298 char *_kwnames
[] = { "self","pos", NULL
};
4301 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionStart",_kwnames
,&_argo0
,&_arg1
))
4304 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4305 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4306 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionStart. Expected _wxStyledTextCtrl_p.");
4311 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4312 wxStyledTextCtrl_SetSelectionStart(_arg0
,_arg1
);
4314 wxPyEndAllowThreads(__tstate
);
4315 if (PyErr_Occurred()) return NULL
;
4316 } Py_INCREF(Py_None
);
4317 _resultobj
= Py_None
;
4321 #define wxStyledTextCtrl_GetSelectionStart(_swigobj) (_swigobj->GetSelectionStart())
4322 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4323 PyObject
* _resultobj
;
4325 wxStyledTextCtrl
* _arg0
;
4326 PyObject
* _argo0
= 0;
4327 char *_kwnames
[] = { "self", NULL
};
4330 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionStart",_kwnames
,&_argo0
))
4333 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4334 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4335 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionStart. Expected _wxStyledTextCtrl_p.");
4340 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4341 _result
= (int )wxStyledTextCtrl_GetSelectionStart(_arg0
);
4343 wxPyEndAllowThreads(__tstate
);
4344 if (PyErr_Occurred()) return NULL
;
4345 } _resultobj
= Py_BuildValue("i",_result
);
4349 #define wxStyledTextCtrl_SetSelectionEnd(_swigobj,_swigarg0) (_swigobj->SetSelectionEnd(_swigarg0))
4350 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4351 PyObject
* _resultobj
;
4352 wxStyledTextCtrl
* _arg0
;
4354 PyObject
* _argo0
= 0;
4355 char *_kwnames
[] = { "self","pos", NULL
};
4358 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionEnd",_kwnames
,&_argo0
,&_arg1
))
4361 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4362 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4363 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionEnd. Expected _wxStyledTextCtrl_p.");
4368 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4369 wxStyledTextCtrl_SetSelectionEnd(_arg0
,_arg1
);
4371 wxPyEndAllowThreads(__tstate
);
4372 if (PyErr_Occurred()) return NULL
;
4373 } Py_INCREF(Py_None
);
4374 _resultobj
= Py_None
;
4378 #define wxStyledTextCtrl_GetSelectionEnd(_swigobj) (_swigobj->GetSelectionEnd())
4379 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4380 PyObject
* _resultobj
;
4382 wxStyledTextCtrl
* _arg0
;
4383 PyObject
* _argo0
= 0;
4384 char *_kwnames
[] = { "self", NULL
};
4387 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionEnd",_kwnames
,&_argo0
))
4390 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4391 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4392 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionEnd. Expected _wxStyledTextCtrl_p.");
4397 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4398 _result
= (int )wxStyledTextCtrl_GetSelectionEnd(_arg0
);
4400 wxPyEndAllowThreads(__tstate
);
4401 if (PyErr_Occurred()) return NULL
;
4402 } _resultobj
= Py_BuildValue("i",_result
);
4406 #define wxStyledTextCtrl_SetPrintMagnification(_swigobj,_swigarg0) (_swigobj->SetPrintMagnification(_swigarg0))
4407 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4408 PyObject
* _resultobj
;
4409 wxStyledTextCtrl
* _arg0
;
4411 PyObject
* _argo0
= 0;
4412 char *_kwnames
[] = { "self","magnification", NULL
};
4415 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintMagnification",_kwnames
,&_argo0
,&_arg1
))
4418 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4419 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4420 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4425 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4426 wxStyledTextCtrl_SetPrintMagnification(_arg0
,_arg1
);
4428 wxPyEndAllowThreads(__tstate
);
4429 if (PyErr_Occurred()) return NULL
;
4430 } Py_INCREF(Py_None
);
4431 _resultobj
= Py_None
;
4435 #define wxStyledTextCtrl_GetPrintMagnification(_swigobj) (_swigobj->GetPrintMagnification())
4436 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4437 PyObject
* _resultobj
;
4439 wxStyledTextCtrl
* _arg0
;
4440 PyObject
* _argo0
= 0;
4441 char *_kwnames
[] = { "self", NULL
};
4444 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintMagnification",_kwnames
,&_argo0
))
4447 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4448 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4449 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4454 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4455 _result
= (int )wxStyledTextCtrl_GetPrintMagnification(_arg0
);
4457 wxPyEndAllowThreads(__tstate
);
4458 if (PyErr_Occurred()) return NULL
;
4459 } _resultobj
= Py_BuildValue("i",_result
);
4463 #define wxStyledTextCtrl_SetPrintColourMode(_swigobj,_swigarg0) (_swigobj->SetPrintColourMode(_swigarg0))
4464 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4465 PyObject
* _resultobj
;
4466 wxStyledTextCtrl
* _arg0
;
4468 PyObject
* _argo0
= 0;
4469 char *_kwnames
[] = { "self","mode", NULL
};
4472 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintColourMode",_kwnames
,&_argo0
,&_arg1
))
4475 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4476 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4477 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4482 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4483 wxStyledTextCtrl_SetPrintColourMode(_arg0
,_arg1
);
4485 wxPyEndAllowThreads(__tstate
);
4486 if (PyErr_Occurred()) return NULL
;
4487 } Py_INCREF(Py_None
);
4488 _resultobj
= Py_None
;
4492 #define wxStyledTextCtrl_GetPrintColourMode(_swigobj) (_swigobj->GetPrintColourMode())
4493 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4494 PyObject
* _resultobj
;
4496 wxStyledTextCtrl
* _arg0
;
4497 PyObject
* _argo0
= 0;
4498 char *_kwnames
[] = { "self", NULL
};
4501 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintColourMode",_kwnames
,&_argo0
))
4504 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4505 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4506 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4511 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4512 _result
= (int )wxStyledTextCtrl_GetPrintColourMode(_arg0
);
4514 wxPyEndAllowThreads(__tstate
);
4515 if (PyErr_Occurred()) return NULL
;
4516 } _resultobj
= Py_BuildValue("i",_result
);
4520 #define wxStyledTextCtrl_FindText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->FindText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4521 static PyObject
*_wrap_wxStyledTextCtrl_FindText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4522 PyObject
* _resultobj
;
4524 wxStyledTextCtrl
* _arg0
;
4530 PyObject
* _argo0
= 0;
4531 PyObject
* _obj3
= 0;
4534 char *_kwnames
[] = { "self","minPos","maxPos","text","caseSensitive","wholeWord", NULL
};
4537 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOii:wxStyledTextCtrl_FindText",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
))
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_FindText. Expected _wxStyledTextCtrl_p.");
4547 _arg3
= wxString_in_helper(_obj3
);
4551 _arg4
= (bool ) tempbool4
;
4552 _arg5
= (bool ) tempbool5
;
4554 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4555 _result
= (int )wxStyledTextCtrl_FindText(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
);
4557 wxPyEndAllowThreads(__tstate
);
4558 if (PyErr_Occurred()) return NULL
;
4559 } _resultobj
= Py_BuildValue("i",_result
);
4567 #define wxStyledTextCtrl_FormatRange(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->FormatRange(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4568 static PyObject
*_wrap_wxStyledTextCtrl_FormatRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4569 PyObject
* _resultobj
;
4571 wxStyledTextCtrl
* _arg0
;
4579 PyObject
* _argo0
= 0;
4581 PyObject
* _argo4
= 0;
4582 PyObject
* _argo5
= 0;
4584 PyObject
* _obj6
= 0;
4586 PyObject
* _obj7
= 0;
4587 char *_kwnames
[] = { "self","doDraw","startPos","endPos","draw","target","renderRect","pageRect", NULL
};
4590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiiOOOO:wxStyledTextCtrl_FormatRange",_kwnames
,&_argo0
,&tempbool1
,&_arg2
,&_arg3
,&_argo4
,&_argo5
,&_obj6
,&_obj7
))
4593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FormatRange. Expected _wxStyledTextCtrl_p.");
4599 _arg1
= (bool ) tempbool1
;
4601 if (_argo4
== Py_None
) { _arg4
= NULL
; }
4602 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxDC_p")) {
4603 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4608 if (_argo5
== Py_None
) { _arg5
= NULL
; }
4609 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxDC_p")) {
4610 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4616 if (! wxRect_helper(_obj6
, &_arg6
))
4621 if (! wxRect_helper(_obj7
, &_arg7
))
4625 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4626 _result
= (int )wxStyledTextCtrl_FormatRange(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
);
4628 wxPyEndAllowThreads(__tstate
);
4629 if (PyErr_Occurred()) return NULL
;
4630 } _resultobj
= Py_BuildValue("i",_result
);
4634 #define wxStyledTextCtrl_GetFirstVisibleLine(_swigobj) (_swigobj->GetFirstVisibleLine())
4635 static PyObject
*_wrap_wxStyledTextCtrl_GetFirstVisibleLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4636 PyObject
* _resultobj
;
4638 wxStyledTextCtrl
* _arg0
;
4639 PyObject
* _argo0
= 0;
4640 char *_kwnames
[] = { "self", NULL
};
4643 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetFirstVisibleLine",_kwnames
,&_argo0
))
4646 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4647 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4648 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFirstVisibleLine. Expected _wxStyledTextCtrl_p.");
4653 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4654 _result
= (int )wxStyledTextCtrl_GetFirstVisibleLine(_arg0
);
4656 wxPyEndAllowThreads(__tstate
);
4657 if (PyErr_Occurred()) return NULL
;
4658 } _resultobj
= Py_BuildValue("i",_result
);
4662 #define wxStyledTextCtrl_GetLine(_swigobj,_swigarg0) (_swigobj->GetLine(_swigarg0))
4663 static PyObject
*_wrap_wxStyledTextCtrl_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4664 PyObject
* _resultobj
;
4666 wxStyledTextCtrl
* _arg0
;
4668 PyObject
* _argo0
= 0;
4669 char *_kwnames
[] = { "self","line", NULL
};
4672 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLine",_kwnames
,&_argo0
,&_arg1
))
4675 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4676 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4677 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLine. Expected _wxStyledTextCtrl_p.");
4682 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4683 _result
= new wxString (wxStyledTextCtrl_GetLine(_arg0
,_arg1
));
4685 wxPyEndAllowThreads(__tstate
);
4686 if (PyErr_Occurred()) return NULL
;
4689 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
4691 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4700 #define wxStyledTextCtrl_GetLineCount(_swigobj) (_swigobj->GetLineCount())
4701 static PyObject
*_wrap_wxStyledTextCtrl_GetLineCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4702 PyObject
* _resultobj
;
4704 wxStyledTextCtrl
* _arg0
;
4705 PyObject
* _argo0
= 0;
4706 char *_kwnames
[] = { "self", NULL
};
4709 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLineCount",_kwnames
,&_argo0
))
4712 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4713 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4714 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineCount. Expected _wxStyledTextCtrl_p.");
4719 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4720 _result
= (int )wxStyledTextCtrl_GetLineCount(_arg0
);
4722 wxPyEndAllowThreads(__tstate
);
4723 if (PyErr_Occurred()) return NULL
;
4724 } _resultobj
= Py_BuildValue("i",_result
);
4728 #define wxStyledTextCtrl_SetMarginLeft(_swigobj,_swigarg0) (_swigobj->SetMarginLeft(_swigarg0))
4729 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4730 PyObject
* _resultobj
;
4731 wxStyledTextCtrl
* _arg0
;
4733 PyObject
* _argo0
= 0;
4734 char *_kwnames
[] = { "self","pixelWidth", NULL
};
4737 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginLeft",_kwnames
,&_argo0
,&_arg1
))
4740 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4741 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4742 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginLeft. Expected _wxStyledTextCtrl_p.");
4747 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4748 wxStyledTextCtrl_SetMarginLeft(_arg0
,_arg1
);
4750 wxPyEndAllowThreads(__tstate
);
4751 if (PyErr_Occurred()) return NULL
;
4752 } Py_INCREF(Py_None
);
4753 _resultobj
= Py_None
;
4757 #define wxStyledTextCtrl_GetMarginLeft(_swigobj) (_swigobj->GetMarginLeft())
4758 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4759 PyObject
* _resultobj
;
4761 wxStyledTextCtrl
* _arg0
;
4762 PyObject
* _argo0
= 0;
4763 char *_kwnames
[] = { "self", NULL
};
4766 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginLeft",_kwnames
,&_argo0
))
4769 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4770 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4771 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginLeft. Expected _wxStyledTextCtrl_p.");
4776 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4777 _result
= (int )wxStyledTextCtrl_GetMarginLeft(_arg0
);
4779 wxPyEndAllowThreads(__tstate
);
4780 if (PyErr_Occurred()) return NULL
;
4781 } _resultobj
= Py_BuildValue("i",_result
);
4785 #define wxStyledTextCtrl_SetMarginRight(_swigobj,_swigarg0) (_swigobj->SetMarginRight(_swigarg0))
4786 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4787 PyObject
* _resultobj
;
4788 wxStyledTextCtrl
* _arg0
;
4790 PyObject
* _argo0
= 0;
4791 char *_kwnames
[] = { "self","pixelWidth", NULL
};
4794 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginRight",_kwnames
,&_argo0
,&_arg1
))
4797 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4798 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4799 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginRight. Expected _wxStyledTextCtrl_p.");
4804 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4805 wxStyledTextCtrl_SetMarginRight(_arg0
,_arg1
);
4807 wxPyEndAllowThreads(__tstate
);
4808 if (PyErr_Occurred()) return NULL
;
4809 } Py_INCREF(Py_None
);
4810 _resultobj
= Py_None
;
4814 #define wxStyledTextCtrl_GetMarginRight(_swigobj) (_swigobj->GetMarginRight())
4815 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4816 PyObject
* _resultobj
;
4818 wxStyledTextCtrl
* _arg0
;
4819 PyObject
* _argo0
= 0;
4820 char *_kwnames
[] = { "self", NULL
};
4823 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginRight",_kwnames
,&_argo0
))
4826 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4827 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4828 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginRight. Expected _wxStyledTextCtrl_p.");
4833 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4834 _result
= (int )wxStyledTextCtrl_GetMarginRight(_arg0
);
4836 wxPyEndAllowThreads(__tstate
);
4837 if (PyErr_Occurred()) return NULL
;
4838 } _resultobj
= Py_BuildValue("i",_result
);
4842 #define wxStyledTextCtrl_GetModify(_swigobj) (_swigobj->GetModify())
4843 static PyObject
*_wrap_wxStyledTextCtrl_GetModify(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4844 PyObject
* _resultobj
;
4846 wxStyledTextCtrl
* _arg0
;
4847 PyObject
* _argo0
= 0;
4848 char *_kwnames
[] = { "self", NULL
};
4851 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModify",_kwnames
,&_argo0
))
4854 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4855 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4856 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModify. Expected _wxStyledTextCtrl_p.");
4861 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4862 _result
= (bool )wxStyledTextCtrl_GetModify(_arg0
);
4864 wxPyEndAllowThreads(__tstate
);
4865 if (PyErr_Occurred()) return NULL
;
4866 } _resultobj
= Py_BuildValue("i",_result
);
4870 #define wxStyledTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4871 static PyObject
*_wrap_wxStyledTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4872 PyObject
* _resultobj
;
4873 wxStyledTextCtrl
* _arg0
;
4876 PyObject
* _argo0
= 0;
4877 char *_kwnames
[] = { "self","start","end", NULL
};
4880 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4883 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4884 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4885 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelection. Expected _wxStyledTextCtrl_p.");
4890 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4891 wxStyledTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4893 wxPyEndAllowThreads(__tstate
);
4894 if (PyErr_Occurred()) return NULL
;
4895 } Py_INCREF(Py_None
);
4896 _resultobj
= Py_None
;
4900 #define wxStyledTextCtrl_GetSelectedText(_swigobj) (_swigobj->GetSelectedText())
4901 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectedText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4902 PyObject
* _resultobj
;
4904 wxStyledTextCtrl
* _arg0
;
4905 PyObject
* _argo0
= 0;
4906 char *_kwnames
[] = { "self", NULL
};
4909 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectedText",_kwnames
,&_argo0
))
4912 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4913 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4914 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectedText. Expected _wxStyledTextCtrl_p.");
4919 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4920 _result
= new wxString (wxStyledTextCtrl_GetSelectedText(_arg0
));
4922 wxPyEndAllowThreads(__tstate
);
4923 if (PyErr_Occurred()) return NULL
;
4926 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
4928 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4937 #define wxStyledTextCtrl_GetTextRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetTextRange(_swigarg0,_swigarg1))
4938 static PyObject
*_wrap_wxStyledTextCtrl_GetTextRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4939 PyObject
* _resultobj
;
4941 wxStyledTextCtrl
* _arg0
;
4944 PyObject
* _argo0
= 0;
4945 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
4948 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetTextRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4951 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4952 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4953 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextRange. Expected _wxStyledTextCtrl_p.");
4958 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4959 _result
= new wxString (wxStyledTextCtrl_GetTextRange(_arg0
,_arg1
,_arg2
));
4961 wxPyEndAllowThreads(__tstate
);
4962 if (PyErr_Occurred()) return NULL
;
4965 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
4967 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4976 #define wxStyledTextCtrl_HideSelection(_swigobj,_swigarg0) (_swigobj->HideSelection(_swigarg0))
4977 static PyObject
*_wrap_wxStyledTextCtrl_HideSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4978 PyObject
* _resultobj
;
4979 wxStyledTextCtrl
* _arg0
;
4981 PyObject
* _argo0
= 0;
4983 char *_kwnames
[] = { "self","normal", NULL
};
4986 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_HideSelection",_kwnames
,&_argo0
,&tempbool1
))
4989 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4990 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4991 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideSelection. Expected _wxStyledTextCtrl_p.");
4995 _arg1
= (bool ) tempbool1
;
4997 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4998 wxStyledTextCtrl_HideSelection(_arg0
,_arg1
);
5000 wxPyEndAllowThreads(__tstate
);
5001 if (PyErr_Occurred()) return NULL
;
5002 } Py_INCREF(Py_None
);
5003 _resultobj
= Py_None
;
5007 #define wxStyledTextCtrl_LineFromPosition(_swigobj,_swigarg0) (_swigobj->LineFromPosition(_swigarg0))
5008 static PyObject
*_wrap_wxStyledTextCtrl_LineFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5009 PyObject
* _resultobj
;
5011 wxStyledTextCtrl
* _arg0
;
5013 PyObject
* _argo0
= 0;
5014 char *_kwnames
[] = { "self","pos", NULL
};
5017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineFromPosition",_kwnames
,&_argo0
,&_arg1
))
5020 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5021 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5022 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineFromPosition. Expected _wxStyledTextCtrl_p.");
5027 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5028 _result
= (int )wxStyledTextCtrl_LineFromPosition(_arg0
,_arg1
);
5030 wxPyEndAllowThreads(__tstate
);
5031 if (PyErr_Occurred()) return NULL
;
5032 } _resultobj
= Py_BuildValue("i",_result
);
5036 #define wxStyledTextCtrl_PositionFromLine(_swigobj,_swigarg0) (_swigobj->PositionFromLine(_swigarg0))
5037 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5038 PyObject
* _resultobj
;
5040 wxStyledTextCtrl
* _arg0
;
5042 PyObject
* _argo0
= 0;
5043 char *_kwnames
[] = { "self","line", NULL
};
5046 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionFromLine",_kwnames
,&_argo0
,&_arg1
))
5049 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5050 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5051 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromLine. Expected _wxStyledTextCtrl_p.");
5056 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5057 _result
= (int )wxStyledTextCtrl_PositionFromLine(_arg0
,_arg1
);
5059 wxPyEndAllowThreads(__tstate
);
5060 if (PyErr_Occurred()) return NULL
;
5061 } _resultobj
= Py_BuildValue("i",_result
);
5065 #define wxStyledTextCtrl_LineScroll(_swigobj,_swigarg0,_swigarg1) (_swigobj->LineScroll(_swigarg0,_swigarg1))
5066 static PyObject
*_wrap_wxStyledTextCtrl_LineScroll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5067 PyObject
* _resultobj
;
5068 wxStyledTextCtrl
* _arg0
;
5071 PyObject
* _argo0
= 0;
5072 char *_kwnames
[] = { "self","columns","lines", NULL
};
5075 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_LineScroll",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5078 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5079 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5080 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineScroll. Expected _wxStyledTextCtrl_p.");
5085 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5086 wxStyledTextCtrl_LineScroll(_arg0
,_arg1
,_arg2
);
5088 wxPyEndAllowThreads(__tstate
);
5089 if (PyErr_Occurred()) return NULL
;
5090 } Py_INCREF(Py_None
);
5091 _resultobj
= Py_None
;
5095 #define wxStyledTextCtrl_EnsureCaretVisible(_swigobj) (_swigobj->EnsureCaretVisible())
5096 static PyObject
*_wrap_wxStyledTextCtrl_EnsureCaretVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5097 PyObject
* _resultobj
;
5098 wxStyledTextCtrl
* _arg0
;
5099 PyObject
* _argo0
= 0;
5100 char *_kwnames
[] = { "self", NULL
};
5103 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EnsureCaretVisible",_kwnames
,&_argo0
))
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_EnsureCaretVisible. Expected _wxStyledTextCtrl_p.");
5113 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5114 wxStyledTextCtrl_EnsureCaretVisible(_arg0
);
5116 wxPyEndAllowThreads(__tstate
);
5117 if (PyErr_Occurred()) return NULL
;
5118 } Py_INCREF(Py_None
);
5119 _resultobj
= Py_None
;
5123 #define wxStyledTextCtrl_ReplaceSelection(_swigobj,_swigarg0) (_swigobj->ReplaceSelection(_swigarg0))
5124 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5125 PyObject
* _resultobj
;
5126 wxStyledTextCtrl
* _arg0
;
5128 PyObject
* _argo0
= 0;
5129 PyObject
* _obj1
= 0;
5130 char *_kwnames
[] = { "self","text", NULL
};
5133 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceSelection",_kwnames
,&_argo0
,&_obj1
))
5136 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5137 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5138 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceSelection. Expected _wxStyledTextCtrl_p.");
5143 _arg1
= wxString_in_helper(_obj1
);
5148 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5149 wxStyledTextCtrl_ReplaceSelection(_arg0
,*_arg1
);
5151 wxPyEndAllowThreads(__tstate
);
5152 if (PyErr_Occurred()) return NULL
;
5153 } Py_INCREF(Py_None
);
5154 _resultobj
= Py_None
;
5162 #define wxStyledTextCtrl_SetReadOnly(_swigobj,_swigarg0) (_swigobj->SetReadOnly(_swigarg0))
5163 static PyObject
*_wrap_wxStyledTextCtrl_SetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5164 PyObject
* _resultobj
;
5165 wxStyledTextCtrl
* _arg0
;
5167 PyObject
* _argo0
= 0;
5169 char *_kwnames
[] = { "self","readOnly", NULL
};
5172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetReadOnly",_kwnames
,&_argo0
,&tempbool1
))
5175 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5176 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5177 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetReadOnly. Expected _wxStyledTextCtrl_p.");
5181 _arg1
= (bool ) tempbool1
;
5183 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5184 wxStyledTextCtrl_SetReadOnly(_arg0
,_arg1
);
5186 wxPyEndAllowThreads(__tstate
);
5187 if (PyErr_Occurred()) return NULL
;
5188 } Py_INCREF(Py_None
);
5189 _resultobj
= Py_None
;
5193 #define wxStyledTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
5194 static PyObject
*_wrap_wxStyledTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5195 PyObject
* _resultobj
;
5197 wxStyledTextCtrl
* _arg0
;
5198 PyObject
* _argo0
= 0;
5199 char *_kwnames
[] = { "self", NULL
};
5202 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanPaste",_kwnames
,&_argo0
))
5205 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5206 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5207 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanPaste. Expected _wxStyledTextCtrl_p.");
5212 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5213 _result
= (bool )wxStyledTextCtrl_CanPaste(_arg0
);
5215 wxPyEndAllowThreads(__tstate
);
5216 if (PyErr_Occurred()) return NULL
;
5217 } _resultobj
= Py_BuildValue("i",_result
);
5221 #define wxStyledTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
5222 static PyObject
*_wrap_wxStyledTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5223 PyObject
* _resultobj
;
5225 wxStyledTextCtrl
* _arg0
;
5226 PyObject
* _argo0
= 0;
5227 char *_kwnames
[] = { "self", NULL
};
5230 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanUndo",_kwnames
,&_argo0
))
5233 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5234 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5235 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanUndo. Expected _wxStyledTextCtrl_p.");
5240 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5241 _result
= (bool )wxStyledTextCtrl_CanUndo(_arg0
);
5243 wxPyEndAllowThreads(__tstate
);
5244 if (PyErr_Occurred()) return NULL
;
5245 } _resultobj
= Py_BuildValue("i",_result
);
5249 #define wxStyledTextCtrl_EmptyUndoBuffer(_swigobj) (_swigobj->EmptyUndoBuffer())
5250 static PyObject
*_wrap_wxStyledTextCtrl_EmptyUndoBuffer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5251 PyObject
* _resultobj
;
5252 wxStyledTextCtrl
* _arg0
;
5253 PyObject
* _argo0
= 0;
5254 char *_kwnames
[] = { "self", NULL
};
5257 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EmptyUndoBuffer",_kwnames
,&_argo0
))
5260 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5261 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5262 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EmptyUndoBuffer. Expected _wxStyledTextCtrl_p.");
5267 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5268 wxStyledTextCtrl_EmptyUndoBuffer(_arg0
);
5270 wxPyEndAllowThreads(__tstate
);
5271 if (PyErr_Occurred()) return NULL
;
5272 } Py_INCREF(Py_None
);
5273 _resultobj
= Py_None
;
5277 #define wxStyledTextCtrl_Undo(_swigobj) (_swigobj->Undo())
5278 static PyObject
*_wrap_wxStyledTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5279 PyObject
* _resultobj
;
5280 wxStyledTextCtrl
* _arg0
;
5281 PyObject
* _argo0
= 0;
5282 char *_kwnames
[] = { "self", NULL
};
5285 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Undo",_kwnames
,&_argo0
))
5288 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5289 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5290 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Undo. Expected _wxStyledTextCtrl_p.");
5295 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5296 wxStyledTextCtrl_Undo(_arg0
);
5298 wxPyEndAllowThreads(__tstate
);
5299 if (PyErr_Occurred()) return NULL
;
5300 } Py_INCREF(Py_None
);
5301 _resultobj
= Py_None
;
5305 #define wxStyledTextCtrl_Cut(_swigobj) (_swigobj->Cut())
5306 static PyObject
*_wrap_wxStyledTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5307 PyObject
* _resultobj
;
5308 wxStyledTextCtrl
* _arg0
;
5309 PyObject
* _argo0
= 0;
5310 char *_kwnames
[] = { "self", NULL
};
5313 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Cut",_kwnames
,&_argo0
))
5316 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5317 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5318 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Cut. Expected _wxStyledTextCtrl_p.");
5323 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5324 wxStyledTextCtrl_Cut(_arg0
);
5326 wxPyEndAllowThreads(__tstate
);
5327 if (PyErr_Occurred()) return NULL
;
5328 } Py_INCREF(Py_None
);
5329 _resultobj
= Py_None
;
5333 #define wxStyledTextCtrl_Copy(_swigobj) (_swigobj->Copy())
5334 static PyObject
*_wrap_wxStyledTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5335 PyObject
* _resultobj
;
5336 wxStyledTextCtrl
* _arg0
;
5337 PyObject
* _argo0
= 0;
5338 char *_kwnames
[] = { "self", NULL
};
5341 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Copy",_kwnames
,&_argo0
))
5344 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5345 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5346 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Copy. Expected _wxStyledTextCtrl_p.");
5351 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5352 wxStyledTextCtrl_Copy(_arg0
);
5354 wxPyEndAllowThreads(__tstate
);
5355 if (PyErr_Occurred()) return NULL
;
5356 } Py_INCREF(Py_None
);
5357 _resultobj
= Py_None
;
5361 #define wxStyledTextCtrl_Paste(_swigobj) (_swigobj->Paste())
5362 static PyObject
*_wrap_wxStyledTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5363 PyObject
* _resultobj
;
5364 wxStyledTextCtrl
* _arg0
;
5365 PyObject
* _argo0
= 0;
5366 char *_kwnames
[] = { "self", NULL
};
5369 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Paste",_kwnames
,&_argo0
))
5372 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5373 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5374 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Paste. Expected _wxStyledTextCtrl_p.");
5379 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5380 wxStyledTextCtrl_Paste(_arg0
);
5382 wxPyEndAllowThreads(__tstate
);
5383 if (PyErr_Occurred()) return NULL
;
5384 } Py_INCREF(Py_None
);
5385 _resultobj
= Py_None
;
5389 #define wxStyledTextCtrl_Clear(_swigobj) (_swigobj->Clear())
5390 static PyObject
*_wrap_wxStyledTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5391 PyObject
* _resultobj
;
5392 wxStyledTextCtrl
* _arg0
;
5393 PyObject
* _argo0
= 0;
5394 char *_kwnames
[] = { "self", NULL
};
5397 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Clear",_kwnames
,&_argo0
))
5400 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5401 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5402 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Clear. Expected _wxStyledTextCtrl_p.");
5407 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5408 wxStyledTextCtrl_Clear(_arg0
);
5410 wxPyEndAllowThreads(__tstate
);
5411 if (PyErr_Occurred()) return NULL
;
5412 } Py_INCREF(Py_None
);
5413 _resultobj
= Py_None
;
5417 #define wxStyledTextCtrl_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
5418 static PyObject
*_wrap_wxStyledTextCtrl_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5419 PyObject
* _resultobj
;
5420 wxStyledTextCtrl
* _arg0
;
5422 PyObject
* _argo0
= 0;
5423 PyObject
* _obj1
= 0;
5424 char *_kwnames
[] = { "self","text", NULL
};
5427 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetText",_kwnames
,&_argo0
,&_obj1
))
5430 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5431 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5432 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetText. Expected _wxStyledTextCtrl_p.");
5437 _arg1
= wxString_in_helper(_obj1
);
5442 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5443 wxStyledTextCtrl_SetText(_arg0
,*_arg1
);
5445 wxPyEndAllowThreads(__tstate
);
5446 if (PyErr_Occurred()) return NULL
;
5447 } Py_INCREF(Py_None
);
5448 _resultobj
= Py_None
;
5456 #define wxStyledTextCtrl_GetText(_swigobj) (_swigobj->GetText())
5457 static PyObject
*_wrap_wxStyledTextCtrl_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5458 PyObject
* _resultobj
;
5460 wxStyledTextCtrl
* _arg0
;
5461 PyObject
* _argo0
= 0;
5462 char *_kwnames
[] = { "self", NULL
};
5465 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetText",_kwnames
,&_argo0
))
5468 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5469 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5470 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetText. Expected _wxStyledTextCtrl_p.");
5475 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5476 _result
= new wxString (wxStyledTextCtrl_GetText(_arg0
));
5478 wxPyEndAllowThreads(__tstate
);
5479 if (PyErr_Occurred()) return NULL
;
5482 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
5484 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
5493 #define wxStyledTextCtrl_GetTextLength(_swigobj) (_swigobj->GetTextLength())
5494 static PyObject
*_wrap_wxStyledTextCtrl_GetTextLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5495 PyObject
* _resultobj
;
5497 wxStyledTextCtrl
* _arg0
;
5498 PyObject
* _argo0
= 0;
5499 char *_kwnames
[] = { "self", NULL
};
5502 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTextLength",_kwnames
,&_argo0
))
5505 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5506 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5507 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextLength. Expected _wxStyledTextCtrl_p.");
5512 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5513 _result
= (int )wxStyledTextCtrl_GetTextLength(_arg0
);
5515 wxPyEndAllowThreads(__tstate
);
5516 if (PyErr_Occurred()) return NULL
;
5517 } _resultobj
= Py_BuildValue("i",_result
);
5521 #define wxStyledTextCtrl_SetOvertype(_swigobj,_swigarg0) (_swigobj->SetOvertype(_swigarg0))
5522 static PyObject
*_wrap_wxStyledTextCtrl_SetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5523 PyObject
* _resultobj
;
5524 wxStyledTextCtrl
* _arg0
;
5526 PyObject
* _argo0
= 0;
5528 char *_kwnames
[] = { "self","overtype", NULL
};
5531 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetOvertype",_kwnames
,&_argo0
,&tempbool1
))
5534 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5535 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5536 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetOvertype. Expected _wxStyledTextCtrl_p.");
5540 _arg1
= (bool ) tempbool1
;
5542 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5543 wxStyledTextCtrl_SetOvertype(_arg0
,_arg1
);
5545 wxPyEndAllowThreads(__tstate
);
5546 if (PyErr_Occurred()) return NULL
;
5547 } Py_INCREF(Py_None
);
5548 _resultobj
= Py_None
;
5552 #define wxStyledTextCtrl_GetOvertype(_swigobj) (_swigobj->GetOvertype())
5553 static PyObject
*_wrap_wxStyledTextCtrl_GetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5554 PyObject
* _resultobj
;
5556 wxStyledTextCtrl
* _arg0
;
5557 PyObject
* _argo0
= 0;
5558 char *_kwnames
[] = { "self", NULL
};
5561 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetOvertype",_kwnames
,&_argo0
))
5564 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5565 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5566 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetOvertype. Expected _wxStyledTextCtrl_p.");
5571 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5572 _result
= (bool )wxStyledTextCtrl_GetOvertype(_arg0
);
5574 wxPyEndAllowThreads(__tstate
);
5575 if (PyErr_Occurred()) return NULL
;
5576 } _resultobj
= Py_BuildValue("i",_result
);
5580 #define wxStyledTextCtrl_SetCaretWidth(_swigobj,_swigarg0) (_swigobj->SetCaretWidth(_swigarg0))
5581 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5582 PyObject
* _resultobj
;
5583 wxStyledTextCtrl
* _arg0
;
5585 PyObject
* _argo0
= 0;
5586 char *_kwnames
[] = { "self","pixelWidth", NULL
};
5589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretWidth",_kwnames
,&_argo0
,&_arg1
))
5592 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5593 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5594 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretWidth. Expected _wxStyledTextCtrl_p.");
5599 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5600 wxStyledTextCtrl_SetCaretWidth(_arg0
,_arg1
);
5602 wxPyEndAllowThreads(__tstate
);
5603 if (PyErr_Occurred()) return NULL
;
5604 } Py_INCREF(Py_None
);
5605 _resultobj
= Py_None
;
5609 #define wxStyledTextCtrl_GetCaretWidth(_swigobj) (_swigobj->GetCaretWidth())
5610 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5611 PyObject
* _resultobj
;
5613 wxStyledTextCtrl
* _arg0
;
5614 PyObject
* _argo0
= 0;
5615 char *_kwnames
[] = { "self", NULL
};
5618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretWidth",_kwnames
,&_argo0
))
5621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretWidth. Expected _wxStyledTextCtrl_p.");
5628 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5629 _result
= (int )wxStyledTextCtrl_GetCaretWidth(_arg0
);
5631 wxPyEndAllowThreads(__tstate
);
5632 if (PyErr_Occurred()) return NULL
;
5633 } _resultobj
= Py_BuildValue("i",_result
);
5637 #define wxStyledTextCtrl_SetTargetStart(_swigobj,_swigarg0) (_swigobj->SetTargetStart(_swigarg0))
5638 static PyObject
*_wrap_wxStyledTextCtrl_SetTargetStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5639 PyObject
* _resultobj
;
5640 wxStyledTextCtrl
* _arg0
;
5642 PyObject
* _argo0
= 0;
5643 char *_kwnames
[] = { "self","pos", NULL
};
5646 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetStart",_kwnames
,&_argo0
,&_arg1
))
5649 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5650 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5651 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetStart. Expected _wxStyledTextCtrl_p.");
5656 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5657 wxStyledTextCtrl_SetTargetStart(_arg0
,_arg1
);
5659 wxPyEndAllowThreads(__tstate
);
5660 if (PyErr_Occurred()) return NULL
;
5661 } Py_INCREF(Py_None
);
5662 _resultobj
= Py_None
;
5666 #define wxStyledTextCtrl_GetTargetStart(_swigobj) (_swigobj->GetTargetStart())
5667 static PyObject
*_wrap_wxStyledTextCtrl_GetTargetStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5668 PyObject
* _resultobj
;
5670 wxStyledTextCtrl
* _arg0
;
5671 PyObject
* _argo0
= 0;
5672 char *_kwnames
[] = { "self", NULL
};
5675 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetStart",_kwnames
,&_argo0
))
5678 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5679 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5680 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetStart. Expected _wxStyledTextCtrl_p.");
5685 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5686 _result
= (int )wxStyledTextCtrl_GetTargetStart(_arg0
);
5688 wxPyEndAllowThreads(__tstate
);
5689 if (PyErr_Occurred()) return NULL
;
5690 } _resultobj
= Py_BuildValue("i",_result
);
5694 #define wxStyledTextCtrl_SetTargetEnd(_swigobj,_swigarg0) (_swigobj->SetTargetEnd(_swigarg0))
5695 static PyObject
*_wrap_wxStyledTextCtrl_SetTargetEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5696 PyObject
* _resultobj
;
5697 wxStyledTextCtrl
* _arg0
;
5699 PyObject
* _argo0
= 0;
5700 char *_kwnames
[] = { "self","pos", NULL
};
5703 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTargetEnd",_kwnames
,&_argo0
,&_arg1
))
5706 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5707 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5708 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTargetEnd. Expected _wxStyledTextCtrl_p.");
5713 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5714 wxStyledTextCtrl_SetTargetEnd(_arg0
,_arg1
);
5716 wxPyEndAllowThreads(__tstate
);
5717 if (PyErr_Occurred()) return NULL
;
5718 } Py_INCREF(Py_None
);
5719 _resultobj
= Py_None
;
5723 #define wxStyledTextCtrl_GetTargetEnd(_swigobj) (_swigobj->GetTargetEnd())
5724 static PyObject
*_wrap_wxStyledTextCtrl_GetTargetEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5725 PyObject
* _resultobj
;
5727 wxStyledTextCtrl
* _arg0
;
5728 PyObject
* _argo0
= 0;
5729 char *_kwnames
[] = { "self", NULL
};
5732 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTargetEnd",_kwnames
,&_argo0
))
5735 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5736 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5737 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTargetEnd. Expected _wxStyledTextCtrl_p.");
5742 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5743 _result
= (int )wxStyledTextCtrl_GetTargetEnd(_arg0
);
5745 wxPyEndAllowThreads(__tstate
);
5746 if (PyErr_Occurred()) return NULL
;
5747 } _resultobj
= Py_BuildValue("i",_result
);
5751 #define wxStyledTextCtrl_ReplaceTarget(_swigobj,_swigarg0) (_swigobj->ReplaceTarget(_swigarg0))
5752 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceTarget(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5753 PyObject
* _resultobj
;
5755 wxStyledTextCtrl
* _arg0
;
5757 PyObject
* _argo0
= 0;
5758 PyObject
* _obj1
= 0;
5759 char *_kwnames
[] = { "self","text", NULL
};
5762 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTarget",_kwnames
,&_argo0
,&_obj1
))
5765 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5766 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5767 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTarget. Expected _wxStyledTextCtrl_p.");
5772 _arg1
= wxString_in_helper(_obj1
);
5777 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5778 _result
= (int )wxStyledTextCtrl_ReplaceTarget(_arg0
,*_arg1
);
5780 wxPyEndAllowThreads(__tstate
);
5781 if (PyErr_Occurred()) return NULL
;
5782 } _resultobj
= Py_BuildValue("i",_result
);
5790 #define wxStyledTextCtrl_ReplaceTargetRE(_swigobj,_swigarg0) (_swigobj->ReplaceTargetRE(_swigarg0))
5791 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceTargetRE(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5792 PyObject
* _resultobj
;
5794 wxStyledTextCtrl
* _arg0
;
5796 PyObject
* _argo0
= 0;
5797 PyObject
* _obj1
= 0;
5798 char *_kwnames
[] = { "self","text", NULL
};
5801 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceTargetRE",_kwnames
,&_argo0
,&_obj1
))
5804 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5805 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5806 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceTargetRE. Expected _wxStyledTextCtrl_p.");
5811 _arg1
= wxString_in_helper(_obj1
);
5816 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5817 _result
= (int )wxStyledTextCtrl_ReplaceTargetRE(_arg0
,*_arg1
);
5819 wxPyEndAllowThreads(__tstate
);
5820 if (PyErr_Occurred()) return NULL
;
5821 } _resultobj
= Py_BuildValue("i",_result
);
5829 #define wxStyledTextCtrl_SearchInTarget(_swigobj,_swigarg0) (_swigobj->SearchInTarget(_swigarg0))
5830 static PyObject
*_wrap_wxStyledTextCtrl_SearchInTarget(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5831 PyObject
* _resultobj
;
5833 wxStyledTextCtrl
* _arg0
;
5835 PyObject
* _argo0
= 0;
5836 PyObject
* _obj1
= 0;
5837 char *_kwnames
[] = { "self","text", NULL
};
5840 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SearchInTarget",_kwnames
,&_argo0
,&_obj1
))
5843 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5844 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5845 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchInTarget. Expected _wxStyledTextCtrl_p.");
5850 _arg1
= wxString_in_helper(_obj1
);
5855 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5856 _result
= (int )wxStyledTextCtrl_SearchInTarget(_arg0
,*_arg1
);
5858 wxPyEndAllowThreads(__tstate
);
5859 if (PyErr_Occurred()) return NULL
;
5860 } _resultobj
= Py_BuildValue("i",_result
);
5868 #define wxStyledTextCtrl_SetSearchFlags(_swigobj,_swigarg0) (_swigobj->SetSearchFlags(_swigarg0))
5869 static PyObject
*_wrap_wxStyledTextCtrl_SetSearchFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5870 PyObject
* _resultobj
;
5871 wxStyledTextCtrl
* _arg0
;
5873 PyObject
* _argo0
= 0;
5874 char *_kwnames
[] = { "self","flags", NULL
};
5877 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSearchFlags",_kwnames
,&_argo0
,&_arg1
))
5880 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5881 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5882 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSearchFlags. Expected _wxStyledTextCtrl_p.");
5887 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5888 wxStyledTextCtrl_SetSearchFlags(_arg0
,_arg1
);
5890 wxPyEndAllowThreads(__tstate
);
5891 if (PyErr_Occurred()) return NULL
;
5892 } Py_INCREF(Py_None
);
5893 _resultobj
= Py_None
;
5897 #define wxStyledTextCtrl_GetSearchFlags(_swigobj) (_swigobj->GetSearchFlags())
5898 static PyObject
*_wrap_wxStyledTextCtrl_GetSearchFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5899 PyObject
* _resultobj
;
5901 wxStyledTextCtrl
* _arg0
;
5902 PyObject
* _argo0
= 0;
5903 char *_kwnames
[] = { "self", NULL
};
5906 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSearchFlags",_kwnames
,&_argo0
))
5909 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5910 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5911 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSearchFlags. Expected _wxStyledTextCtrl_p.");
5916 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5917 _result
= (int )wxStyledTextCtrl_GetSearchFlags(_arg0
);
5919 wxPyEndAllowThreads(__tstate
);
5920 if (PyErr_Occurred()) return NULL
;
5921 } _resultobj
= Py_BuildValue("i",_result
);
5925 #define wxStyledTextCtrl_CallTipShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipShow(_swigarg0,_swigarg1))
5926 static PyObject
*_wrap_wxStyledTextCtrl_CallTipShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5927 PyObject
* _resultobj
;
5928 wxStyledTextCtrl
* _arg0
;
5931 PyObject
* _argo0
= 0;
5932 PyObject
* _obj2
= 0;
5933 char *_kwnames
[] = { "self","pos","definition", NULL
};
5936 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_CallTipShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
5939 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5940 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5941 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipShow. Expected _wxStyledTextCtrl_p.");
5946 _arg2
= wxString_in_helper(_obj2
);
5951 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5952 wxStyledTextCtrl_CallTipShow(_arg0
,_arg1
,*_arg2
);
5954 wxPyEndAllowThreads(__tstate
);
5955 if (PyErr_Occurred()) return NULL
;
5956 } Py_INCREF(Py_None
);
5957 _resultobj
= Py_None
;
5965 #define wxStyledTextCtrl_CallTipCancel(_swigobj) (_swigobj->CallTipCancel())
5966 static PyObject
*_wrap_wxStyledTextCtrl_CallTipCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5967 PyObject
* _resultobj
;
5968 wxStyledTextCtrl
* _arg0
;
5969 PyObject
* _argo0
= 0;
5970 char *_kwnames
[] = { "self", NULL
};
5973 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipCancel",_kwnames
,&_argo0
))
5976 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5977 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5978 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipCancel. Expected _wxStyledTextCtrl_p.");
5983 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5984 wxStyledTextCtrl_CallTipCancel(_arg0
);
5986 wxPyEndAllowThreads(__tstate
);
5987 if (PyErr_Occurred()) return NULL
;
5988 } Py_INCREF(Py_None
);
5989 _resultobj
= Py_None
;
5993 #define wxStyledTextCtrl_CallTipActive(_swigobj) (_swigobj->CallTipActive())
5994 static PyObject
*_wrap_wxStyledTextCtrl_CallTipActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5995 PyObject
* _resultobj
;
5997 wxStyledTextCtrl
* _arg0
;
5998 PyObject
* _argo0
= 0;
5999 char *_kwnames
[] = { "self", NULL
};
6002 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipActive",_kwnames
,&_argo0
))
6005 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6006 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6007 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipActive. Expected _wxStyledTextCtrl_p.");
6012 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6013 _result
= (bool )wxStyledTextCtrl_CallTipActive(_arg0
);
6015 wxPyEndAllowThreads(__tstate
);
6016 if (PyErr_Occurred()) return NULL
;
6017 } _resultobj
= Py_BuildValue("i",_result
);
6021 #define wxStyledTextCtrl_CallTipPosAtStart(_swigobj) (_swigobj->CallTipPosAtStart())
6022 static PyObject
*_wrap_wxStyledTextCtrl_CallTipPosAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6023 PyObject
* _resultobj
;
6025 wxStyledTextCtrl
* _arg0
;
6026 PyObject
* _argo0
= 0;
6027 char *_kwnames
[] = { "self", NULL
};
6030 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipPosAtStart",_kwnames
,&_argo0
))
6033 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6034 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6035 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipPosAtStart. Expected _wxStyledTextCtrl_p.");
6040 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6041 _result
= (int )wxStyledTextCtrl_CallTipPosAtStart(_arg0
);
6043 wxPyEndAllowThreads(__tstate
);
6044 if (PyErr_Occurred()) return NULL
;
6045 } _resultobj
= Py_BuildValue("i",_result
);
6049 #define wxStyledTextCtrl_CallTipSetHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipSetHighlight(_swigarg0,_swigarg1))
6050 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6051 PyObject
* _resultobj
;
6052 wxStyledTextCtrl
* _arg0
;
6055 PyObject
* _argo0
= 0;
6056 char *_kwnames
[] = { "self","start","end", NULL
};
6059 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CallTipSetHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6062 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6063 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6064 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetHighlight. Expected _wxStyledTextCtrl_p.");
6069 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6070 wxStyledTextCtrl_CallTipSetHighlight(_arg0
,_arg1
,_arg2
);
6072 wxPyEndAllowThreads(__tstate
);
6073 if (PyErr_Occurred()) return NULL
;
6074 } Py_INCREF(Py_None
);
6075 _resultobj
= Py_None
;
6079 #define wxStyledTextCtrl_CallTipSetBackground(_swigobj,_swigarg0) (_swigobj->CallTipSetBackground(_swigarg0))
6080 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6081 PyObject
* _resultobj
;
6082 wxStyledTextCtrl
* _arg0
;
6084 PyObject
* _argo0
= 0;
6086 PyObject
* _obj1
= 0;
6087 char *_kwnames
[] = { "self","back", NULL
};
6090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetBackground",_kwnames
,&_argo0
,&_obj1
))
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_CallTipSetBackground. Expected _wxStyledTextCtrl_p.");
6101 if (! wxColour_helper(_obj1
, &_arg1
))
6105 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6106 wxStyledTextCtrl_CallTipSetBackground(_arg0
,*_arg1
);
6108 wxPyEndAllowThreads(__tstate
);
6109 if (PyErr_Occurred()) return NULL
;
6110 } Py_INCREF(Py_None
);
6111 _resultobj
= Py_None
;
6115 #define wxStyledTextCtrl_VisibleFromDocLine(_swigobj,_swigarg0) (_swigobj->VisibleFromDocLine(_swigarg0))
6116 static PyObject
*_wrap_wxStyledTextCtrl_VisibleFromDocLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6117 PyObject
* _resultobj
;
6119 wxStyledTextCtrl
* _arg0
;
6121 PyObject
* _argo0
= 0;
6122 char *_kwnames
[] = { "self","line", NULL
};
6125 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_VisibleFromDocLine",_kwnames
,&_argo0
,&_arg1
))
6128 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6129 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6130 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_VisibleFromDocLine. Expected _wxStyledTextCtrl_p.");
6135 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6136 _result
= (int )wxStyledTextCtrl_VisibleFromDocLine(_arg0
,_arg1
);
6138 wxPyEndAllowThreads(__tstate
);
6139 if (PyErr_Occurred()) return NULL
;
6140 } _resultobj
= Py_BuildValue("i",_result
);
6144 #define wxStyledTextCtrl_DocLineFromVisible(_swigobj,_swigarg0) (_swigobj->DocLineFromVisible(_swigarg0))
6145 static PyObject
*_wrap_wxStyledTextCtrl_DocLineFromVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6146 PyObject
* _resultobj
;
6148 wxStyledTextCtrl
* _arg0
;
6150 PyObject
* _argo0
= 0;
6151 char *_kwnames
[] = { "self","lineDisplay", NULL
};
6154 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_DocLineFromVisible",_kwnames
,&_argo0
,&_arg1
))
6157 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6158 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6159 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DocLineFromVisible. Expected _wxStyledTextCtrl_p.");
6164 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6165 _result
= (int )wxStyledTextCtrl_DocLineFromVisible(_arg0
,_arg1
);
6167 wxPyEndAllowThreads(__tstate
);
6168 if (PyErr_Occurred()) return NULL
;
6169 } _resultobj
= Py_BuildValue("i",_result
);
6173 #define wxStyledTextCtrl_SetFoldLevel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldLevel(_swigarg0,_swigarg1))
6174 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6175 PyObject
* _resultobj
;
6176 wxStyledTextCtrl
* _arg0
;
6179 PyObject
* _argo0
= 0;
6180 char *_kwnames
[] = { "self","line","level", NULL
};
6183 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldLevel",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6186 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6187 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6188 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldLevel. Expected _wxStyledTextCtrl_p.");
6193 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6194 wxStyledTextCtrl_SetFoldLevel(_arg0
,_arg1
,_arg2
);
6196 wxPyEndAllowThreads(__tstate
);
6197 if (PyErr_Occurred()) return NULL
;
6198 } Py_INCREF(Py_None
);
6199 _resultobj
= Py_None
;
6203 #define wxStyledTextCtrl_GetFoldLevel(_swigobj,_swigarg0) (_swigobj->GetFoldLevel(_swigarg0))
6204 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6205 PyObject
* _resultobj
;
6207 wxStyledTextCtrl
* _arg0
;
6209 PyObject
* _argo0
= 0;
6210 char *_kwnames
[] = { "self","line", NULL
};
6213 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldLevel",_kwnames
,&_argo0
,&_arg1
))
6216 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6217 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6218 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldLevel. Expected _wxStyledTextCtrl_p.");
6223 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6224 _result
= (int )wxStyledTextCtrl_GetFoldLevel(_arg0
,_arg1
);
6226 wxPyEndAllowThreads(__tstate
);
6227 if (PyErr_Occurred()) return NULL
;
6228 } _resultobj
= Py_BuildValue("i",_result
);
6232 #define wxStyledTextCtrl_GetLastChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetLastChild(_swigarg0,_swigarg1))
6233 static PyObject
*_wrap_wxStyledTextCtrl_GetLastChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6234 PyObject
* _resultobj
;
6236 wxStyledTextCtrl
* _arg0
;
6239 PyObject
* _argo0
= 0;
6240 char *_kwnames
[] = { "self","line","level", NULL
};
6243 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetLastChild",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6246 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6247 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6248 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastChild. Expected _wxStyledTextCtrl_p.");
6253 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6254 _result
= (int )wxStyledTextCtrl_GetLastChild(_arg0
,_arg1
,_arg2
);
6256 wxPyEndAllowThreads(__tstate
);
6257 if (PyErr_Occurred()) return NULL
;
6258 } _resultobj
= Py_BuildValue("i",_result
);
6262 #define wxStyledTextCtrl_GetFoldParent(_swigobj,_swigarg0) (_swigobj->GetFoldParent(_swigarg0))
6263 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldParent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6264 PyObject
* _resultobj
;
6266 wxStyledTextCtrl
* _arg0
;
6268 PyObject
* _argo0
= 0;
6269 char *_kwnames
[] = { "self","line", NULL
};
6272 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldParent",_kwnames
,&_argo0
,&_arg1
))
6275 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6276 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6277 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldParent. Expected _wxStyledTextCtrl_p.");
6282 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6283 _result
= (int )wxStyledTextCtrl_GetFoldParent(_arg0
,_arg1
);
6285 wxPyEndAllowThreads(__tstate
);
6286 if (PyErr_Occurred()) return NULL
;
6287 } _resultobj
= Py_BuildValue("i",_result
);
6291 #define wxStyledTextCtrl_ShowLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->ShowLines(_swigarg0,_swigarg1))
6292 static PyObject
*_wrap_wxStyledTextCtrl_ShowLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6293 PyObject
* _resultobj
;
6294 wxStyledTextCtrl
* _arg0
;
6297 PyObject
* _argo0
= 0;
6298 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
6301 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_ShowLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6304 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6305 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6306 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ShowLines. Expected _wxStyledTextCtrl_p.");
6311 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6312 wxStyledTextCtrl_ShowLines(_arg0
,_arg1
,_arg2
);
6314 wxPyEndAllowThreads(__tstate
);
6315 if (PyErr_Occurred()) return NULL
;
6316 } Py_INCREF(Py_None
);
6317 _resultobj
= Py_None
;
6321 #define wxStyledTextCtrl_HideLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->HideLines(_swigarg0,_swigarg1))
6322 static PyObject
*_wrap_wxStyledTextCtrl_HideLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6323 PyObject
* _resultobj
;
6324 wxStyledTextCtrl
* _arg0
;
6327 PyObject
* _argo0
= 0;
6328 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
6331 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_HideLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6334 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6335 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6336 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideLines. Expected _wxStyledTextCtrl_p.");
6341 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6342 wxStyledTextCtrl_HideLines(_arg0
,_arg1
,_arg2
);
6344 wxPyEndAllowThreads(__tstate
);
6345 if (PyErr_Occurred()) return NULL
;
6346 } Py_INCREF(Py_None
);
6347 _resultobj
= Py_None
;
6351 #define wxStyledTextCtrl_GetLineVisible(_swigobj,_swigarg0) (_swigobj->GetLineVisible(_swigarg0))
6352 static PyObject
*_wrap_wxStyledTextCtrl_GetLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6353 PyObject
* _resultobj
;
6355 wxStyledTextCtrl
* _arg0
;
6357 PyObject
* _argo0
= 0;
6358 char *_kwnames
[] = { "self","line", NULL
};
6361 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineVisible",_kwnames
,&_argo0
,&_arg1
))
6364 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6365 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6366 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineVisible. Expected _wxStyledTextCtrl_p.");
6371 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6372 _result
= (bool )wxStyledTextCtrl_GetLineVisible(_arg0
,_arg1
);
6374 wxPyEndAllowThreads(__tstate
);
6375 if (PyErr_Occurred()) return NULL
;
6376 } _resultobj
= Py_BuildValue("i",_result
);
6380 #define wxStyledTextCtrl_SetFoldExpanded(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldExpanded(_swigarg0,_swigarg1))
6381 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6382 PyObject
* _resultobj
;
6383 wxStyledTextCtrl
* _arg0
;
6386 PyObject
* _argo0
= 0;
6388 char *_kwnames
[] = { "self","line","expanded", NULL
};
6391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldExpanded",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6394 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6395 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6396 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldExpanded. Expected _wxStyledTextCtrl_p.");
6400 _arg2
= (bool ) tempbool2
;
6402 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6403 wxStyledTextCtrl_SetFoldExpanded(_arg0
,_arg1
,_arg2
);
6405 wxPyEndAllowThreads(__tstate
);
6406 if (PyErr_Occurred()) return NULL
;
6407 } Py_INCREF(Py_None
);
6408 _resultobj
= Py_None
;
6412 #define wxStyledTextCtrl_GetFoldExpanded(_swigobj,_swigarg0) (_swigobj->GetFoldExpanded(_swigarg0))
6413 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6414 PyObject
* _resultobj
;
6416 wxStyledTextCtrl
* _arg0
;
6418 PyObject
* _argo0
= 0;
6419 char *_kwnames
[] = { "self","line", NULL
};
6422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldExpanded",_kwnames
,&_argo0
,&_arg1
))
6425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldExpanded. Expected _wxStyledTextCtrl_p.");
6432 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6433 _result
= (bool )wxStyledTextCtrl_GetFoldExpanded(_arg0
,_arg1
);
6435 wxPyEndAllowThreads(__tstate
);
6436 if (PyErr_Occurred()) return NULL
;
6437 } _resultobj
= Py_BuildValue("i",_result
);
6441 #define wxStyledTextCtrl_ToggleFold(_swigobj,_swigarg0) (_swigobj->ToggleFold(_swigarg0))
6442 static PyObject
*_wrap_wxStyledTextCtrl_ToggleFold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6443 PyObject
* _resultobj
;
6444 wxStyledTextCtrl
* _arg0
;
6446 PyObject
* _argo0
= 0;
6447 char *_kwnames
[] = { "self","line", NULL
};
6450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ToggleFold",_kwnames
,&_argo0
,&_arg1
))
6453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ToggleFold. Expected _wxStyledTextCtrl_p.");
6460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6461 wxStyledTextCtrl_ToggleFold(_arg0
,_arg1
);
6463 wxPyEndAllowThreads(__tstate
);
6464 if (PyErr_Occurred()) return NULL
;
6465 } Py_INCREF(Py_None
);
6466 _resultobj
= Py_None
;
6470 #define wxStyledTextCtrl_EnsureVisible(_swigobj,_swigarg0) (_swigobj->EnsureVisible(_swigarg0))
6471 static PyObject
*_wrap_wxStyledTextCtrl_EnsureVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6472 PyObject
* _resultobj
;
6473 wxStyledTextCtrl
* _arg0
;
6475 PyObject
* _argo0
= 0;
6476 char *_kwnames
[] = { "self","line", NULL
};
6479 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisible",_kwnames
,&_argo0
,&_arg1
))
6482 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6483 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6484 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisible. Expected _wxStyledTextCtrl_p.");
6489 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6490 wxStyledTextCtrl_EnsureVisible(_arg0
,_arg1
);
6492 wxPyEndAllowThreads(__tstate
);
6493 if (PyErr_Occurred()) return NULL
;
6494 } Py_INCREF(Py_None
);
6495 _resultobj
= Py_None
;
6499 #define wxStyledTextCtrl_SetFoldFlags(_swigobj,_swigarg0) (_swigobj->SetFoldFlags(_swigarg0))
6500 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6501 PyObject
* _resultobj
;
6502 wxStyledTextCtrl
* _arg0
;
6504 PyObject
* _argo0
= 0;
6505 char *_kwnames
[] = { "self","flags", NULL
};
6508 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetFoldFlags",_kwnames
,&_argo0
,&_arg1
))
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_SetFoldFlags. Expected _wxStyledTextCtrl_p.");
6518 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6519 wxStyledTextCtrl_SetFoldFlags(_arg0
,_arg1
);
6521 wxPyEndAllowThreads(__tstate
);
6522 if (PyErr_Occurred()) return NULL
;
6523 } Py_INCREF(Py_None
);
6524 _resultobj
= Py_None
;
6528 #define wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_swigobj,_swigarg0) (_swigobj->EnsureVisibleEnforcePolicy(_swigarg0))
6529 static PyObject
*_wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6530 PyObject
* _resultobj
;
6531 wxStyledTextCtrl
* _arg0
;
6533 PyObject
* _argo0
= 0;
6534 char *_kwnames
[] = { "self","line", NULL
};
6537 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisibleEnforcePolicy",_kwnames
,&_argo0
,&_arg1
))
6540 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6541 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6542 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisibleEnforcePolicy. Expected _wxStyledTextCtrl_p.");
6547 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6548 wxStyledTextCtrl_EnsureVisibleEnforcePolicy(_arg0
,_arg1
);
6550 wxPyEndAllowThreads(__tstate
);
6551 if (PyErr_Occurred()) return NULL
;
6552 } Py_INCREF(Py_None
);
6553 _resultobj
= Py_None
;
6557 #define wxStyledTextCtrl_SetTabIndents(_swigobj,_swigarg0) (_swigobj->SetTabIndents(_swigarg0))
6558 static PyObject
*_wrap_wxStyledTextCtrl_SetTabIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6559 PyObject
* _resultobj
;
6560 wxStyledTextCtrl
* _arg0
;
6562 PyObject
* _argo0
= 0;
6564 char *_kwnames
[] = { "self","tabIndents", NULL
};
6567 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabIndents",_kwnames
,&_argo0
,&tempbool1
))
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_SetTabIndents. Expected _wxStyledTextCtrl_p.");
6576 _arg1
= (bool ) tempbool1
;
6578 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6579 wxStyledTextCtrl_SetTabIndents(_arg0
,_arg1
);
6581 wxPyEndAllowThreads(__tstate
);
6582 if (PyErr_Occurred()) return NULL
;
6583 } Py_INCREF(Py_None
);
6584 _resultobj
= Py_None
;
6588 #define wxStyledTextCtrl_GetTabIndents(_swigobj) (_swigobj->GetTabIndents())
6589 static PyObject
*_wrap_wxStyledTextCtrl_GetTabIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6590 PyObject
* _resultobj
;
6592 wxStyledTextCtrl
* _arg0
;
6593 PyObject
* _argo0
= 0;
6594 char *_kwnames
[] = { "self", NULL
};
6597 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabIndents",_kwnames
,&_argo0
))
6600 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6601 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6602 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabIndents. Expected _wxStyledTextCtrl_p.");
6607 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6608 _result
= (bool )wxStyledTextCtrl_GetTabIndents(_arg0
);
6610 wxPyEndAllowThreads(__tstate
);
6611 if (PyErr_Occurred()) return NULL
;
6612 } _resultobj
= Py_BuildValue("i",_result
);
6616 #define wxStyledTextCtrl_SetBackSpaceUnIndents(_swigobj,_swigarg0) (_swigobj->SetBackSpaceUnIndents(_swigarg0))
6617 static PyObject
*_wrap_wxStyledTextCtrl_SetBackSpaceUnIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6618 PyObject
* _resultobj
;
6619 wxStyledTextCtrl
* _arg0
;
6621 PyObject
* _argo0
= 0;
6623 char *_kwnames
[] = { "self","bsUnIndents", NULL
};
6626 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBackSpaceUnIndents",_kwnames
,&_argo0
,&tempbool1
))
6629 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6630 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6631 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p.");
6635 _arg1
= (bool ) tempbool1
;
6637 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6638 wxStyledTextCtrl_SetBackSpaceUnIndents(_arg0
,_arg1
);
6640 wxPyEndAllowThreads(__tstate
);
6641 if (PyErr_Occurred()) return NULL
;
6642 } Py_INCREF(Py_None
);
6643 _resultobj
= Py_None
;
6647 #define wxStyledTextCtrl_GetBackSpaceUnIndents(_swigobj) (_swigobj->GetBackSpaceUnIndents())
6648 static PyObject
*_wrap_wxStyledTextCtrl_GetBackSpaceUnIndents(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6649 PyObject
* _resultobj
;
6651 wxStyledTextCtrl
* _arg0
;
6652 PyObject
* _argo0
= 0;
6653 char *_kwnames
[] = { "self", NULL
};
6656 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBackSpaceUnIndents",_kwnames
,&_argo0
))
6659 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6660 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6661 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBackSpaceUnIndents. Expected _wxStyledTextCtrl_p.");
6666 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6667 _result
= (bool )wxStyledTextCtrl_GetBackSpaceUnIndents(_arg0
);
6669 wxPyEndAllowThreads(__tstate
);
6670 if (PyErr_Occurred()) return NULL
;
6671 } _resultobj
= Py_BuildValue("i",_result
);
6675 #define wxStyledTextCtrl_SetMouseDwellTime(_swigobj,_swigarg0) (_swigobj->SetMouseDwellTime(_swigarg0))
6676 static PyObject
*_wrap_wxStyledTextCtrl_SetMouseDwellTime(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6677 PyObject
* _resultobj
;
6678 wxStyledTextCtrl
* _arg0
;
6680 PyObject
* _argo0
= 0;
6681 char *_kwnames
[] = { "self","periodMilliseconds", NULL
};
6684 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDwellTime",_kwnames
,&_argo0
,&_arg1
))
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_SetMouseDwellTime. Expected _wxStyledTextCtrl_p.");
6694 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6695 wxStyledTextCtrl_SetMouseDwellTime(_arg0
,_arg1
);
6697 wxPyEndAllowThreads(__tstate
);
6698 if (PyErr_Occurred()) return NULL
;
6699 } Py_INCREF(Py_None
);
6700 _resultobj
= Py_None
;
6704 #define wxStyledTextCtrl_GetMouseDwellTime(_swigobj) (_swigobj->GetMouseDwellTime())
6705 static PyObject
*_wrap_wxStyledTextCtrl_GetMouseDwellTime(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6706 PyObject
* _resultobj
;
6708 wxStyledTextCtrl
* _arg0
;
6709 PyObject
* _argo0
= 0;
6710 char *_kwnames
[] = { "self", NULL
};
6713 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDwellTime",_kwnames
,&_argo0
))
6716 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6717 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6718 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMouseDwellTime. Expected _wxStyledTextCtrl_p.");
6723 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6724 _result
= (int )wxStyledTextCtrl_GetMouseDwellTime(_arg0
);
6726 wxPyEndAllowThreads(__tstate
);
6727 if (PyErr_Occurred()) return NULL
;
6728 } _resultobj
= Py_BuildValue("i",_result
);
6732 #define wxStyledTextCtrl_WordStartPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->WordStartPosition(_swigarg0,_swigarg1))
6733 static PyObject
*_wrap_wxStyledTextCtrl_WordStartPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6734 PyObject
* _resultobj
;
6736 wxStyledTextCtrl
* _arg0
;
6739 PyObject
* _argo0
= 0;
6741 char *_kwnames
[] = { "self","pos","onlyWordCharacters", NULL
};
6744 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_WordStartPosition",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6747 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6748 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6749 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordStartPosition. Expected _wxStyledTextCtrl_p.");
6753 _arg2
= (bool ) tempbool2
;
6755 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6756 _result
= (int )wxStyledTextCtrl_WordStartPosition(_arg0
,_arg1
,_arg2
);
6758 wxPyEndAllowThreads(__tstate
);
6759 if (PyErr_Occurred()) return NULL
;
6760 } _resultobj
= Py_BuildValue("i",_result
);
6764 #define wxStyledTextCtrl_WordEndPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->WordEndPosition(_swigarg0,_swigarg1))
6765 static PyObject
*_wrap_wxStyledTextCtrl_WordEndPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6766 PyObject
* _resultobj
;
6768 wxStyledTextCtrl
* _arg0
;
6771 PyObject
* _argo0
= 0;
6773 char *_kwnames
[] = { "self","pos","onlyWordCharacters", NULL
};
6776 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_WordEndPosition",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
6779 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6780 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6781 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordEndPosition. Expected _wxStyledTextCtrl_p.");
6785 _arg2
= (bool ) tempbool2
;
6787 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6788 _result
= (int )wxStyledTextCtrl_WordEndPosition(_arg0
,_arg1
,_arg2
);
6790 wxPyEndAllowThreads(__tstate
);
6791 if (PyErr_Occurred()) return NULL
;
6792 } _resultobj
= Py_BuildValue("i",_result
);
6796 #define wxStyledTextCtrl_SetWrapMode(_swigobj,_swigarg0) (_swigobj->SetWrapMode(_swigarg0))
6797 static PyObject
*_wrap_wxStyledTextCtrl_SetWrapMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6798 PyObject
* _resultobj
;
6799 wxStyledTextCtrl
* _arg0
;
6801 PyObject
* _argo0
= 0;
6802 char *_kwnames
[] = { "self","mode", NULL
};
6805 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetWrapMode",_kwnames
,&_argo0
,&_arg1
))
6808 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6809 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6810 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWrapMode. Expected _wxStyledTextCtrl_p.");
6815 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6816 wxStyledTextCtrl_SetWrapMode(_arg0
,_arg1
);
6818 wxPyEndAllowThreads(__tstate
);
6819 if (PyErr_Occurred()) return NULL
;
6820 } Py_INCREF(Py_None
);
6821 _resultobj
= Py_None
;
6825 #define wxStyledTextCtrl_GetWrapMode(_swigobj) (_swigobj->GetWrapMode())
6826 static PyObject
*_wrap_wxStyledTextCtrl_GetWrapMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6827 PyObject
* _resultobj
;
6829 wxStyledTextCtrl
* _arg0
;
6830 PyObject
* _argo0
= 0;
6831 char *_kwnames
[] = { "self", NULL
};
6834 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetWrapMode",_kwnames
,&_argo0
))
6837 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6838 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6839 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetWrapMode. Expected _wxStyledTextCtrl_p.");
6844 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6845 _result
= (int )wxStyledTextCtrl_GetWrapMode(_arg0
);
6847 wxPyEndAllowThreads(__tstate
);
6848 if (PyErr_Occurred()) return NULL
;
6849 } _resultobj
= Py_BuildValue("i",_result
);
6853 #define wxStyledTextCtrl_SetLayoutCache(_swigobj,_swigarg0) (_swigobj->SetLayoutCache(_swigarg0))
6854 static PyObject
*_wrap_wxStyledTextCtrl_SetLayoutCache(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6855 PyObject
* _resultobj
;
6856 wxStyledTextCtrl
* _arg0
;
6858 PyObject
* _argo0
= 0;
6859 char *_kwnames
[] = { "self","mode", NULL
};
6862 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLayoutCache",_kwnames
,&_argo0
,&_arg1
))
6865 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6866 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6867 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLayoutCache. Expected _wxStyledTextCtrl_p.");
6872 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6873 wxStyledTextCtrl_SetLayoutCache(_arg0
,_arg1
);
6875 wxPyEndAllowThreads(__tstate
);
6876 if (PyErr_Occurred()) return NULL
;
6877 } Py_INCREF(Py_None
);
6878 _resultobj
= Py_None
;
6882 #define wxStyledTextCtrl_GetLayoutCache(_swigobj) (_swigobj->GetLayoutCache())
6883 static PyObject
*_wrap_wxStyledTextCtrl_GetLayoutCache(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6884 PyObject
* _resultobj
;
6886 wxStyledTextCtrl
* _arg0
;
6887 PyObject
* _argo0
= 0;
6888 char *_kwnames
[] = { "self", NULL
};
6891 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLayoutCache",_kwnames
,&_argo0
))
6894 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6895 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6896 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLayoutCache. Expected _wxStyledTextCtrl_p.");
6901 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6902 _result
= (int )wxStyledTextCtrl_GetLayoutCache(_arg0
);
6904 wxPyEndAllowThreads(__tstate
);
6905 if (PyErr_Occurred()) return NULL
;
6906 } _resultobj
= Py_BuildValue("i",_result
);
6910 #define wxStyledTextCtrl_DeleteBackNotLine(_swigobj) (_swigobj->DeleteBackNotLine())
6911 static PyObject
*_wrap_wxStyledTextCtrl_DeleteBackNotLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6912 PyObject
* _resultobj
;
6913 wxStyledTextCtrl
* _arg0
;
6914 PyObject
* _argo0
= 0;
6915 char *_kwnames
[] = { "self", NULL
};
6918 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DeleteBackNotLine",_kwnames
,&_argo0
))
6921 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6922 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6923 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DeleteBackNotLine. Expected _wxStyledTextCtrl_p.");
6928 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6929 wxStyledTextCtrl_DeleteBackNotLine(_arg0
);
6931 wxPyEndAllowThreads(__tstate
);
6932 if (PyErr_Occurred()) return NULL
;
6933 } Py_INCREF(Py_None
);
6934 _resultobj
= Py_None
;
6938 #define wxStyledTextCtrl_MoveCaretInsideView(_swigobj) (_swigobj->MoveCaretInsideView())
6939 static PyObject
*_wrap_wxStyledTextCtrl_MoveCaretInsideView(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6940 PyObject
* _resultobj
;
6941 wxStyledTextCtrl
* _arg0
;
6942 PyObject
* _argo0
= 0;
6943 char *_kwnames
[] = { "self", NULL
};
6946 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_MoveCaretInsideView",_kwnames
,&_argo0
))
6949 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6950 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6951 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MoveCaretInsideView. Expected _wxStyledTextCtrl_p.");
6956 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6957 wxStyledTextCtrl_MoveCaretInsideView(_arg0
);
6959 wxPyEndAllowThreads(__tstate
);
6960 if (PyErr_Occurred()) return NULL
;
6961 } Py_INCREF(Py_None
);
6962 _resultobj
= Py_None
;
6966 #define wxStyledTextCtrl_LineLength(_swigobj,_swigarg0) (_swigobj->LineLength(_swigarg0))
6967 static PyObject
*_wrap_wxStyledTextCtrl_LineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6968 PyObject
* _resultobj
;
6970 wxStyledTextCtrl
* _arg0
;
6972 PyObject
* _argo0
= 0;
6973 char *_kwnames
[] = { "self","line", NULL
};
6976 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineLength",_kwnames
,&_argo0
,&_arg1
))
6979 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6980 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6981 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineLength. Expected _wxStyledTextCtrl_p.");
6986 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6987 _result
= (int )wxStyledTextCtrl_LineLength(_arg0
,_arg1
);
6989 wxPyEndAllowThreads(__tstate
);
6990 if (PyErr_Occurred()) return NULL
;
6991 } _resultobj
= Py_BuildValue("i",_result
);
6995 #define wxStyledTextCtrl_BraceHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->BraceHighlight(_swigarg0,_swigarg1))
6996 static PyObject
*_wrap_wxStyledTextCtrl_BraceHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6997 PyObject
* _resultobj
;
6998 wxStyledTextCtrl
* _arg0
;
7001 PyObject
* _argo0
= 0;
7002 char *_kwnames
[] = { "self","pos1","pos2", NULL
};
7005 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_BraceHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7008 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7009 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7010 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceHighlight. Expected _wxStyledTextCtrl_p.");
7015 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7016 wxStyledTextCtrl_BraceHighlight(_arg0
,_arg1
,_arg2
);
7018 wxPyEndAllowThreads(__tstate
);
7019 if (PyErr_Occurred()) return NULL
;
7020 } Py_INCREF(Py_None
);
7021 _resultobj
= Py_None
;
7025 #define wxStyledTextCtrl_BraceBadLight(_swigobj,_swigarg0) (_swigobj->BraceBadLight(_swigarg0))
7026 static PyObject
*_wrap_wxStyledTextCtrl_BraceBadLight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7027 PyObject
* _resultobj
;
7028 wxStyledTextCtrl
* _arg0
;
7030 PyObject
* _argo0
= 0;
7031 char *_kwnames
[] = { "self","pos", NULL
};
7034 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceBadLight",_kwnames
,&_argo0
,&_arg1
))
7037 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7038 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7039 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceBadLight. Expected _wxStyledTextCtrl_p.");
7044 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7045 wxStyledTextCtrl_BraceBadLight(_arg0
,_arg1
);
7047 wxPyEndAllowThreads(__tstate
);
7048 if (PyErr_Occurred()) return NULL
;
7049 } Py_INCREF(Py_None
);
7050 _resultobj
= Py_None
;
7054 #define wxStyledTextCtrl_BraceMatch(_swigobj,_swigarg0) (_swigobj->BraceMatch(_swigarg0))
7055 static PyObject
*_wrap_wxStyledTextCtrl_BraceMatch(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7056 PyObject
* _resultobj
;
7058 wxStyledTextCtrl
* _arg0
;
7060 PyObject
* _argo0
= 0;
7061 char *_kwnames
[] = { "self","pos", NULL
};
7064 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceMatch",_kwnames
,&_argo0
,&_arg1
))
7067 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7068 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7069 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceMatch. Expected _wxStyledTextCtrl_p.");
7074 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7075 _result
= (int )wxStyledTextCtrl_BraceMatch(_arg0
,_arg1
);
7077 wxPyEndAllowThreads(__tstate
);
7078 if (PyErr_Occurred()) return NULL
;
7079 } _resultobj
= Py_BuildValue("i",_result
);
7083 #define wxStyledTextCtrl_GetViewEOL(_swigobj) (_swigobj->GetViewEOL())
7084 static PyObject
*_wrap_wxStyledTextCtrl_GetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7085 PyObject
* _resultobj
;
7087 wxStyledTextCtrl
* _arg0
;
7088 PyObject
* _argo0
= 0;
7089 char *_kwnames
[] = { "self", NULL
};
7092 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewEOL",_kwnames
,&_argo0
))
7095 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7096 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7097 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewEOL. Expected _wxStyledTextCtrl_p.");
7102 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7103 _result
= (bool )wxStyledTextCtrl_GetViewEOL(_arg0
);
7105 wxPyEndAllowThreads(__tstate
);
7106 if (PyErr_Occurred()) return NULL
;
7107 } _resultobj
= Py_BuildValue("i",_result
);
7111 #define wxStyledTextCtrl_SetViewEOL(_swigobj,_swigarg0) (_swigobj->SetViewEOL(_swigarg0))
7112 static PyObject
*_wrap_wxStyledTextCtrl_SetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7113 PyObject
* _resultobj
;
7114 wxStyledTextCtrl
* _arg0
;
7116 PyObject
* _argo0
= 0;
7118 char *_kwnames
[] = { "self","visible", NULL
};
7121 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewEOL",_kwnames
,&_argo0
,&tempbool1
))
7124 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7125 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7126 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewEOL. Expected _wxStyledTextCtrl_p.");
7130 _arg1
= (bool ) tempbool1
;
7132 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7133 wxStyledTextCtrl_SetViewEOL(_arg0
,_arg1
);
7135 wxPyEndAllowThreads(__tstate
);
7136 if (PyErr_Occurred()) return NULL
;
7137 } Py_INCREF(Py_None
);
7138 _resultobj
= Py_None
;
7142 #define wxStyledTextCtrl_GetDocPointer(_swigobj) (_swigobj->GetDocPointer())
7143 static PyObject
*_wrap_wxStyledTextCtrl_GetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7144 PyObject
* _resultobj
;
7146 wxStyledTextCtrl
* _arg0
;
7147 PyObject
* _argo0
= 0;
7148 char *_kwnames
[] = { "self", NULL
};
7152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetDocPointer",_kwnames
,&_argo0
))
7155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetDocPointer. Expected _wxStyledTextCtrl_p.");
7162 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7163 _result
= (void *)wxStyledTextCtrl_GetDocPointer(_arg0
);
7165 wxPyEndAllowThreads(__tstate
);
7166 if (PyErr_Occurred()) return NULL
;
7168 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
7169 _resultobj
= Py_BuildValue("s",_ptemp
);
7172 _resultobj
= Py_None
;
7177 #define wxStyledTextCtrl_SetDocPointer(_swigobj,_swigarg0) (_swigobj->SetDocPointer(_swigarg0))
7178 static PyObject
*_wrap_wxStyledTextCtrl_SetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7179 PyObject
* _resultobj
;
7180 wxStyledTextCtrl
* _arg0
;
7182 PyObject
* _argo0
= 0;
7183 PyObject
* _argo1
= 0;
7184 char *_kwnames
[] = { "self","docPointer", NULL
};
7187 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetDocPointer",_kwnames
,&_argo0
,&_argo1
))
7190 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7191 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7192 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetDocPointer. Expected _wxStyledTextCtrl_p.");
7197 if (_argo1
== Py_None
) { _arg1
= NULL
; }
7198 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
7199 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetDocPointer. Expected _void_p.");
7204 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7205 wxStyledTextCtrl_SetDocPointer(_arg0
,_arg1
);
7207 wxPyEndAllowThreads(__tstate
);
7208 if (PyErr_Occurred()) return NULL
;
7209 } Py_INCREF(Py_None
);
7210 _resultobj
= Py_None
;
7214 #define wxStyledTextCtrl_SetModEventMask(_swigobj,_swigarg0) (_swigobj->SetModEventMask(_swigarg0))
7215 static PyObject
*_wrap_wxStyledTextCtrl_SetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7216 PyObject
* _resultobj
;
7217 wxStyledTextCtrl
* _arg0
;
7219 PyObject
* _argo0
= 0;
7220 char *_kwnames
[] = { "self","mask", NULL
};
7223 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetModEventMask",_kwnames
,&_argo0
,&_arg1
))
7226 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7227 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7228 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetModEventMask. Expected _wxStyledTextCtrl_p.");
7233 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7234 wxStyledTextCtrl_SetModEventMask(_arg0
,_arg1
);
7236 wxPyEndAllowThreads(__tstate
);
7237 if (PyErr_Occurred()) return NULL
;
7238 } Py_INCREF(Py_None
);
7239 _resultobj
= Py_None
;
7243 #define wxStyledTextCtrl_GetEdgeColumn(_swigobj) (_swigobj->GetEdgeColumn())
7244 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7245 PyObject
* _resultobj
;
7247 wxStyledTextCtrl
* _arg0
;
7248 PyObject
* _argo0
= 0;
7249 char *_kwnames
[] = { "self", NULL
};
7252 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColumn",_kwnames
,&_argo0
))
7255 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7256 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7257 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColumn. Expected _wxStyledTextCtrl_p.");
7262 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7263 _result
= (int )wxStyledTextCtrl_GetEdgeColumn(_arg0
);
7265 wxPyEndAllowThreads(__tstate
);
7266 if (PyErr_Occurred()) return NULL
;
7267 } _resultobj
= Py_BuildValue("i",_result
);
7271 #define wxStyledTextCtrl_SetEdgeColumn(_swigobj,_swigarg0) (_swigobj->SetEdgeColumn(_swigarg0))
7272 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7273 PyObject
* _resultobj
;
7274 wxStyledTextCtrl
* _arg0
;
7276 PyObject
* _argo0
= 0;
7277 char *_kwnames
[] = { "self","column", NULL
};
7280 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeColumn",_kwnames
,&_argo0
,&_arg1
))
7283 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7284 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7285 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColumn. Expected _wxStyledTextCtrl_p.");
7290 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7291 wxStyledTextCtrl_SetEdgeColumn(_arg0
,_arg1
);
7293 wxPyEndAllowThreads(__tstate
);
7294 if (PyErr_Occurred()) return NULL
;
7295 } Py_INCREF(Py_None
);
7296 _resultobj
= Py_None
;
7300 #define wxStyledTextCtrl_GetEdgeMode(_swigobj) (_swigobj->GetEdgeMode())
7301 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7302 PyObject
* _resultobj
;
7304 wxStyledTextCtrl
* _arg0
;
7305 PyObject
* _argo0
= 0;
7306 char *_kwnames
[] = { "self", NULL
};
7309 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeMode",_kwnames
,&_argo0
))
7312 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7313 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7314 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeMode. Expected _wxStyledTextCtrl_p.");
7319 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7320 _result
= (int )wxStyledTextCtrl_GetEdgeMode(_arg0
);
7322 wxPyEndAllowThreads(__tstate
);
7323 if (PyErr_Occurred()) return NULL
;
7324 } _resultobj
= Py_BuildValue("i",_result
);
7328 #define wxStyledTextCtrl_SetEdgeMode(_swigobj,_swigarg0) (_swigobj->SetEdgeMode(_swigarg0))
7329 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7330 PyObject
* _resultobj
;
7331 wxStyledTextCtrl
* _arg0
;
7333 PyObject
* _argo0
= 0;
7334 char *_kwnames
[] = { "self","mode", NULL
};
7337 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeMode",_kwnames
,&_argo0
,&_arg1
))
7340 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7341 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7342 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeMode. Expected _wxStyledTextCtrl_p.");
7347 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7348 wxStyledTextCtrl_SetEdgeMode(_arg0
,_arg1
);
7350 wxPyEndAllowThreads(__tstate
);
7351 if (PyErr_Occurred()) return NULL
;
7352 } Py_INCREF(Py_None
);
7353 _resultobj
= Py_None
;
7357 #define wxStyledTextCtrl_GetEdgeColour(_swigobj) (_swigobj->GetEdgeColour())
7358 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7359 PyObject
* _resultobj
;
7361 wxStyledTextCtrl
* _arg0
;
7362 PyObject
* _argo0
= 0;
7363 char *_kwnames
[] = { "self", NULL
};
7367 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColour",_kwnames
,&_argo0
))
7370 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7371 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7372 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColour. Expected _wxStyledTextCtrl_p.");
7377 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7378 _result
= new wxColour (wxStyledTextCtrl_GetEdgeColour(_arg0
));
7380 wxPyEndAllowThreads(__tstate
);
7381 if (PyErr_Occurred()) return NULL
;
7382 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
7383 _resultobj
= Py_BuildValue("s",_ptemp
);
7387 #define wxStyledTextCtrl_SetEdgeColour(_swigobj,_swigarg0) (_swigobj->SetEdgeColour(_swigarg0))
7388 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7389 PyObject
* _resultobj
;
7390 wxStyledTextCtrl
* _arg0
;
7392 PyObject
* _argo0
= 0;
7394 PyObject
* _obj1
= 0;
7395 char *_kwnames
[] = { "self","edgeColour", NULL
};
7398 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetEdgeColour",_kwnames
,&_argo0
,&_obj1
))
7401 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7402 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7403 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColour. Expected _wxStyledTextCtrl_p.");
7409 if (! wxColour_helper(_obj1
, &_arg1
))
7413 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7414 wxStyledTextCtrl_SetEdgeColour(_arg0
,*_arg1
);
7416 wxPyEndAllowThreads(__tstate
);
7417 if (PyErr_Occurred()) return NULL
;
7418 } Py_INCREF(Py_None
);
7419 _resultobj
= Py_None
;
7423 #define wxStyledTextCtrl_SearchAnchor(_swigobj) (_swigobj->SearchAnchor())
7424 static PyObject
*_wrap_wxStyledTextCtrl_SearchAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7425 PyObject
* _resultobj
;
7426 wxStyledTextCtrl
* _arg0
;
7427 PyObject
* _argo0
= 0;
7428 char *_kwnames
[] = { "self", NULL
};
7431 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SearchAnchor",_kwnames
,&_argo0
))
7434 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7435 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7436 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchAnchor. Expected _wxStyledTextCtrl_p.");
7441 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7442 wxStyledTextCtrl_SearchAnchor(_arg0
);
7444 wxPyEndAllowThreads(__tstate
);
7445 if (PyErr_Occurred()) return NULL
;
7446 } Py_INCREF(Py_None
);
7447 _resultobj
= Py_None
;
7451 #define wxStyledTextCtrl_SearchNext(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchNext(_swigarg0,_swigarg1))
7452 static PyObject
*_wrap_wxStyledTextCtrl_SearchNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7453 PyObject
* _resultobj
;
7455 wxStyledTextCtrl
* _arg0
;
7458 PyObject
* _argo0
= 0;
7459 PyObject
* _obj2
= 0;
7460 char *_kwnames
[] = { "self","flags","text", NULL
};
7463 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchNext",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
7466 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7467 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7468 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchNext. Expected _wxStyledTextCtrl_p.");
7473 _arg2
= wxString_in_helper(_obj2
);
7478 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7479 _result
= (int )wxStyledTextCtrl_SearchNext(_arg0
,_arg1
,*_arg2
);
7481 wxPyEndAllowThreads(__tstate
);
7482 if (PyErr_Occurred()) return NULL
;
7483 } _resultobj
= Py_BuildValue("i",_result
);
7491 #define wxStyledTextCtrl_SearchPrev(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchPrev(_swigarg0,_swigarg1))
7492 static PyObject
*_wrap_wxStyledTextCtrl_SearchPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7493 PyObject
* _resultobj
;
7495 wxStyledTextCtrl
* _arg0
;
7498 PyObject
* _argo0
= 0;
7499 PyObject
* _obj2
= 0;
7500 char *_kwnames
[] = { "self","flags","text", NULL
};
7503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchPrev",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
7506 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7507 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7508 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchPrev. Expected _wxStyledTextCtrl_p.");
7513 _arg2
= wxString_in_helper(_obj2
);
7518 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7519 _result
= (int )wxStyledTextCtrl_SearchPrev(_arg0
,_arg1
,*_arg2
);
7521 wxPyEndAllowThreads(__tstate
);
7522 if (PyErr_Occurred()) return NULL
;
7523 } _resultobj
= Py_BuildValue("i",_result
);
7531 #define wxStyledTextCtrl_SetCaretPolicy(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetCaretPolicy(_swigarg0,_swigarg1))
7532 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretPolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7533 PyObject
* _resultobj
;
7534 wxStyledTextCtrl
* _arg0
;
7537 PyObject
* _argo0
= 0;
7538 char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL
};
7541 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7544 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7545 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7546 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPolicy. Expected _wxStyledTextCtrl_p.");
7551 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7552 wxStyledTextCtrl_SetCaretPolicy(_arg0
,_arg1
,_arg2
);
7554 wxPyEndAllowThreads(__tstate
);
7555 if (PyErr_Occurred()) return NULL
;
7556 } Py_INCREF(Py_None
);
7557 _resultobj
= Py_None
;
7561 #define wxStyledTextCtrl_LinesOnScreen(_swigobj) (_swigobj->LinesOnScreen())
7562 static PyObject
*_wrap_wxStyledTextCtrl_LinesOnScreen(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7563 PyObject
* _resultobj
;
7565 wxStyledTextCtrl
* _arg0
;
7566 PyObject
* _argo0
= 0;
7567 char *_kwnames
[] = { "self", NULL
};
7570 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LinesOnScreen",_kwnames
,&_argo0
))
7573 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7574 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7575 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LinesOnScreen. Expected _wxStyledTextCtrl_p.");
7580 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7581 _result
= (int )wxStyledTextCtrl_LinesOnScreen(_arg0
);
7583 wxPyEndAllowThreads(__tstate
);
7584 if (PyErr_Occurred()) return NULL
;
7585 } _resultobj
= Py_BuildValue("i",_result
);
7589 #define wxStyledTextCtrl_UsePopUp(_swigobj,_swigarg0) (_swigobj->UsePopUp(_swigarg0))
7590 static PyObject
*_wrap_wxStyledTextCtrl_UsePopUp(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7591 PyObject
* _resultobj
;
7592 wxStyledTextCtrl
* _arg0
;
7594 PyObject
* _argo0
= 0;
7596 char *_kwnames
[] = { "self","allowPopUp", NULL
};
7599 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_UsePopUp",_kwnames
,&_argo0
,&tempbool1
))
7602 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7603 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7604 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UsePopUp. Expected _wxStyledTextCtrl_p.");
7608 _arg1
= (bool ) tempbool1
;
7610 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7611 wxStyledTextCtrl_UsePopUp(_arg0
,_arg1
);
7613 wxPyEndAllowThreads(__tstate
);
7614 if (PyErr_Occurred()) return NULL
;
7615 } Py_INCREF(Py_None
);
7616 _resultobj
= Py_None
;
7620 #define wxStyledTextCtrl_SelectionIsRectangle(_swigobj) (_swigobj->SelectionIsRectangle())
7621 static PyObject
*_wrap_wxStyledTextCtrl_SelectionIsRectangle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7622 PyObject
* _resultobj
;
7624 wxStyledTextCtrl
* _arg0
;
7625 PyObject
* _argo0
= 0;
7626 char *_kwnames
[] = { "self", NULL
};
7629 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectionIsRectangle",_kwnames
,&_argo0
))
7632 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7633 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7634 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectionIsRectangle. Expected _wxStyledTextCtrl_p.");
7639 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7640 _result
= (bool )wxStyledTextCtrl_SelectionIsRectangle(_arg0
);
7642 wxPyEndAllowThreads(__tstate
);
7643 if (PyErr_Occurred()) return NULL
;
7644 } _resultobj
= Py_BuildValue("i",_result
);
7648 #define wxStyledTextCtrl_SetZoom(_swigobj,_swigarg0) (_swigobj->SetZoom(_swigarg0))
7649 static PyObject
*_wrap_wxStyledTextCtrl_SetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7650 PyObject
* _resultobj
;
7651 wxStyledTextCtrl
* _arg0
;
7653 PyObject
* _argo0
= 0;
7654 char *_kwnames
[] = { "self","zoom", NULL
};
7657 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetZoom",_kwnames
,&_argo0
,&_arg1
))
7660 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7661 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7662 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetZoom. Expected _wxStyledTextCtrl_p.");
7667 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7668 wxStyledTextCtrl_SetZoom(_arg0
,_arg1
);
7670 wxPyEndAllowThreads(__tstate
);
7671 if (PyErr_Occurred()) return NULL
;
7672 } Py_INCREF(Py_None
);
7673 _resultobj
= Py_None
;
7677 #define wxStyledTextCtrl_GetZoom(_swigobj) (_swigobj->GetZoom())
7678 static PyObject
*_wrap_wxStyledTextCtrl_GetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7679 PyObject
* _resultobj
;
7681 wxStyledTextCtrl
* _arg0
;
7682 PyObject
* _argo0
= 0;
7683 char *_kwnames
[] = { "self", NULL
};
7686 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetZoom",_kwnames
,&_argo0
))
7689 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7690 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7691 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetZoom. Expected _wxStyledTextCtrl_p.");
7696 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7697 _result
= (int )wxStyledTextCtrl_GetZoom(_arg0
);
7699 wxPyEndAllowThreads(__tstate
);
7700 if (PyErr_Occurred()) return NULL
;
7701 } _resultobj
= Py_BuildValue("i",_result
);
7705 #define wxStyledTextCtrl_CreateDocument(_swigobj) (_swigobj->CreateDocument())
7706 static PyObject
*_wrap_wxStyledTextCtrl_CreateDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7707 PyObject
* _resultobj
;
7709 wxStyledTextCtrl
* _arg0
;
7710 PyObject
* _argo0
= 0;
7711 char *_kwnames
[] = { "self", NULL
};
7715 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CreateDocument",_kwnames
,&_argo0
))
7718 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7719 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7720 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CreateDocument. Expected _wxStyledTextCtrl_p.");
7725 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7726 _result
= (void *)wxStyledTextCtrl_CreateDocument(_arg0
);
7728 wxPyEndAllowThreads(__tstate
);
7729 if (PyErr_Occurred()) return NULL
;
7731 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
7732 _resultobj
= Py_BuildValue("s",_ptemp
);
7735 _resultobj
= Py_None
;
7740 #define wxStyledTextCtrl_AddRefDocument(_swigobj,_swigarg0) (_swigobj->AddRefDocument(_swigarg0))
7741 static PyObject
*_wrap_wxStyledTextCtrl_AddRefDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7742 PyObject
* _resultobj
;
7743 wxStyledTextCtrl
* _arg0
;
7745 PyObject
* _argo0
= 0;
7746 PyObject
* _argo1
= 0;
7747 char *_kwnames
[] = { "self","docPointer", NULL
};
7750 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddRefDocument",_kwnames
,&_argo0
,&_argo1
))
7753 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7754 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7755 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddRefDocument. Expected _wxStyledTextCtrl_p.");
7760 if (_argo1
== Py_None
) { _arg1
= NULL
; }
7761 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
7762 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_AddRefDocument. Expected _void_p.");
7767 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7768 wxStyledTextCtrl_AddRefDocument(_arg0
,_arg1
);
7770 wxPyEndAllowThreads(__tstate
);
7771 if (PyErr_Occurred()) return NULL
;
7772 } Py_INCREF(Py_None
);
7773 _resultobj
= Py_None
;
7777 #define wxStyledTextCtrl_ReleaseDocument(_swigobj,_swigarg0) (_swigobj->ReleaseDocument(_swigarg0))
7778 static PyObject
*_wrap_wxStyledTextCtrl_ReleaseDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7779 PyObject
* _resultobj
;
7780 wxStyledTextCtrl
* _arg0
;
7782 PyObject
* _argo0
= 0;
7783 PyObject
* _argo1
= 0;
7784 char *_kwnames
[] = { "self","docPointer", NULL
};
7787 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReleaseDocument",_kwnames
,&_argo0
,&_argo1
))
7790 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7791 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7792 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReleaseDocument. Expected _wxStyledTextCtrl_p.");
7797 if (_argo1
== Py_None
) { _arg1
= NULL
; }
7798 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
7799 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_ReleaseDocument. Expected _void_p.");
7804 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7805 wxStyledTextCtrl_ReleaseDocument(_arg0
,_arg1
);
7807 wxPyEndAllowThreads(__tstate
);
7808 if (PyErr_Occurred()) return NULL
;
7809 } Py_INCREF(Py_None
);
7810 _resultobj
= Py_None
;
7814 #define wxStyledTextCtrl_GetModEventMask(_swigobj) (_swigobj->GetModEventMask())
7815 static PyObject
*_wrap_wxStyledTextCtrl_GetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7816 PyObject
* _resultobj
;
7818 wxStyledTextCtrl
* _arg0
;
7819 PyObject
* _argo0
= 0;
7820 char *_kwnames
[] = { "self", NULL
};
7823 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModEventMask",_kwnames
,&_argo0
))
7826 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7827 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7828 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModEventMask. Expected _wxStyledTextCtrl_p.");
7833 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7834 _result
= (int )wxStyledTextCtrl_GetModEventMask(_arg0
);
7836 wxPyEndAllowThreads(__tstate
);
7837 if (PyErr_Occurred()) return NULL
;
7838 } _resultobj
= Py_BuildValue("i",_result
);
7842 #define wxStyledTextCtrl_SetSTCFocus(_swigobj,_swigarg0) (_swigobj->SetSTCFocus(_swigarg0))
7843 static PyObject
*_wrap_wxStyledTextCtrl_SetSTCFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7844 PyObject
* _resultobj
;
7845 wxStyledTextCtrl
* _arg0
;
7847 PyObject
* _argo0
= 0;
7849 char *_kwnames
[] = { "self","focus", NULL
};
7852 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSTCFocus",_kwnames
,&_argo0
,&tempbool1
))
7855 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7856 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7857 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSTCFocus. Expected _wxStyledTextCtrl_p.");
7861 _arg1
= (bool ) tempbool1
;
7863 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7864 wxStyledTextCtrl_SetSTCFocus(_arg0
,_arg1
);
7866 wxPyEndAllowThreads(__tstate
);
7867 if (PyErr_Occurred()) return NULL
;
7868 } Py_INCREF(Py_None
);
7869 _resultobj
= Py_None
;
7873 #define wxStyledTextCtrl_GetSTCFocus(_swigobj) (_swigobj->GetSTCFocus())
7874 static PyObject
*_wrap_wxStyledTextCtrl_GetSTCFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7875 PyObject
* _resultobj
;
7877 wxStyledTextCtrl
* _arg0
;
7878 PyObject
* _argo0
= 0;
7879 char *_kwnames
[] = { "self", NULL
};
7882 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSTCFocus",_kwnames
,&_argo0
))
7885 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7886 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7887 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSTCFocus. Expected _wxStyledTextCtrl_p.");
7892 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7893 _result
= (bool )wxStyledTextCtrl_GetSTCFocus(_arg0
);
7895 wxPyEndAllowThreads(__tstate
);
7896 if (PyErr_Occurred()) return NULL
;
7897 } _resultobj
= Py_BuildValue("i",_result
);
7901 #define wxStyledTextCtrl_SetStatus(_swigobj,_swigarg0) (_swigobj->SetStatus(_swigarg0))
7902 static PyObject
*_wrap_wxStyledTextCtrl_SetStatus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7903 PyObject
* _resultobj
;
7904 wxStyledTextCtrl
* _arg0
;
7906 PyObject
* _argo0
= 0;
7907 char *_kwnames
[] = { "self","statusCode", NULL
};
7910 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStatus",_kwnames
,&_argo0
,&_arg1
))
7913 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7914 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7915 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStatus. Expected _wxStyledTextCtrl_p.");
7920 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7921 wxStyledTextCtrl_SetStatus(_arg0
,_arg1
);
7923 wxPyEndAllowThreads(__tstate
);
7924 if (PyErr_Occurred()) return NULL
;
7925 } Py_INCREF(Py_None
);
7926 _resultobj
= Py_None
;
7930 #define wxStyledTextCtrl_GetStatus(_swigobj) (_swigobj->GetStatus())
7931 static PyObject
*_wrap_wxStyledTextCtrl_GetStatus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7932 PyObject
* _resultobj
;
7934 wxStyledTextCtrl
* _arg0
;
7935 PyObject
* _argo0
= 0;
7936 char *_kwnames
[] = { "self", NULL
};
7939 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStatus",_kwnames
,&_argo0
))
7942 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7943 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7944 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStatus. Expected _wxStyledTextCtrl_p.");
7949 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7950 _result
= (int )wxStyledTextCtrl_GetStatus(_arg0
);
7952 wxPyEndAllowThreads(__tstate
);
7953 if (PyErr_Occurred()) return NULL
;
7954 } _resultobj
= Py_BuildValue("i",_result
);
7958 #define wxStyledTextCtrl_SetMouseDownCaptures(_swigobj,_swigarg0) (_swigobj->SetMouseDownCaptures(_swigarg0))
7959 static PyObject
*_wrap_wxStyledTextCtrl_SetMouseDownCaptures(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7960 PyObject
* _resultobj
;
7961 wxStyledTextCtrl
* _arg0
;
7963 PyObject
* _argo0
= 0;
7965 char *_kwnames
[] = { "self","captures", NULL
};
7968 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMouseDownCaptures",_kwnames
,&_argo0
,&tempbool1
))
7971 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7972 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7973 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMouseDownCaptures. Expected _wxStyledTextCtrl_p.");
7977 _arg1
= (bool ) tempbool1
;
7979 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7980 wxStyledTextCtrl_SetMouseDownCaptures(_arg0
,_arg1
);
7982 wxPyEndAllowThreads(__tstate
);
7983 if (PyErr_Occurred()) return NULL
;
7984 } Py_INCREF(Py_None
);
7985 _resultobj
= Py_None
;
7989 #define wxStyledTextCtrl_GetMouseDownCaptures(_swigobj) (_swigobj->GetMouseDownCaptures())
7990 static PyObject
*_wrap_wxStyledTextCtrl_GetMouseDownCaptures(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7991 PyObject
* _resultobj
;
7993 wxStyledTextCtrl
* _arg0
;
7994 PyObject
* _argo0
= 0;
7995 char *_kwnames
[] = { "self", NULL
};
7998 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMouseDownCaptures",_kwnames
,&_argo0
))
8001 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8002 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8003 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMouseDownCaptures. Expected _wxStyledTextCtrl_p.");
8008 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8009 _result
= (bool )wxStyledTextCtrl_GetMouseDownCaptures(_arg0
);
8011 wxPyEndAllowThreads(__tstate
);
8012 if (PyErr_Occurred()) return NULL
;
8013 } _resultobj
= Py_BuildValue("i",_result
);
8017 #define wxStyledTextCtrl_SetCursor(_swigobj,_swigarg0) (_swigobj->SetCursor(_swigarg0))
8018 static PyObject
*_wrap_wxStyledTextCtrl_SetCursor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8019 PyObject
* _resultobj
;
8020 wxStyledTextCtrl
* _arg0
;
8022 PyObject
* _argo0
= 0;
8023 char *_kwnames
[] = { "self","cursorType", NULL
};
8026 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCursor",_kwnames
,&_argo0
,&_arg1
))
8029 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8030 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8031 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCursor. Expected _wxStyledTextCtrl_p.");
8036 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8037 wxStyledTextCtrl_SetCursor(_arg0
,_arg1
);
8039 wxPyEndAllowThreads(__tstate
);
8040 if (PyErr_Occurred()) return NULL
;
8041 } Py_INCREF(Py_None
);
8042 _resultobj
= Py_None
;
8046 #define wxStyledTextCtrl_GetCursor(_swigobj) (_swigobj->GetCursor())
8047 static PyObject
*_wrap_wxStyledTextCtrl_GetCursor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8048 PyObject
* _resultobj
;
8050 wxStyledTextCtrl
* _arg0
;
8051 PyObject
* _argo0
= 0;
8052 char *_kwnames
[] = { "self", NULL
};
8055 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCursor",_kwnames
,&_argo0
))
8058 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8059 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8060 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCursor. Expected _wxStyledTextCtrl_p.");
8065 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8066 _result
= (int )wxStyledTextCtrl_GetCursor(_arg0
);
8068 wxPyEndAllowThreads(__tstate
);
8069 if (PyErr_Occurred()) return NULL
;
8070 } _resultobj
= Py_BuildValue("i",_result
);
8074 #define wxStyledTextCtrl_SetControlCharSymbol(_swigobj,_swigarg0) (_swigobj->SetControlCharSymbol(_swigarg0))
8075 static PyObject
*_wrap_wxStyledTextCtrl_SetControlCharSymbol(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8076 PyObject
* _resultobj
;
8077 wxStyledTextCtrl
* _arg0
;
8079 PyObject
* _argo0
= 0;
8080 char *_kwnames
[] = { "self","symbol", NULL
};
8083 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetControlCharSymbol",_kwnames
,&_argo0
,&_arg1
))
8086 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8087 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8088 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetControlCharSymbol. Expected _wxStyledTextCtrl_p.");
8093 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8094 wxStyledTextCtrl_SetControlCharSymbol(_arg0
,_arg1
);
8096 wxPyEndAllowThreads(__tstate
);
8097 if (PyErr_Occurred()) return NULL
;
8098 } Py_INCREF(Py_None
);
8099 _resultobj
= Py_None
;
8103 #define wxStyledTextCtrl_GetControlCharSymbol(_swigobj) (_swigobj->GetControlCharSymbol())
8104 static PyObject
*_wrap_wxStyledTextCtrl_GetControlCharSymbol(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8105 PyObject
* _resultobj
;
8107 wxStyledTextCtrl
* _arg0
;
8108 PyObject
* _argo0
= 0;
8109 char *_kwnames
[] = { "self", NULL
};
8112 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetControlCharSymbol",_kwnames
,&_argo0
))
8115 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8116 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8117 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetControlCharSymbol. Expected _wxStyledTextCtrl_p.");
8122 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8123 _result
= (int )wxStyledTextCtrl_GetControlCharSymbol(_arg0
);
8125 wxPyEndAllowThreads(__tstate
);
8126 if (PyErr_Occurred()) return NULL
;
8127 } _resultobj
= Py_BuildValue("i",_result
);
8131 #define wxStyledTextCtrl_WordPartLeft(_swigobj) (_swigobj->WordPartLeft())
8132 static PyObject
*_wrap_wxStyledTextCtrl_WordPartLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8133 PyObject
* _resultobj
;
8134 wxStyledTextCtrl
* _arg0
;
8135 PyObject
* _argo0
= 0;
8136 char *_kwnames
[] = { "self", NULL
};
8139 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeft",_kwnames
,&_argo0
))
8142 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8143 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8144 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeft. Expected _wxStyledTextCtrl_p.");
8149 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8150 wxStyledTextCtrl_WordPartLeft(_arg0
);
8152 wxPyEndAllowThreads(__tstate
);
8153 if (PyErr_Occurred()) return NULL
;
8154 } Py_INCREF(Py_None
);
8155 _resultobj
= Py_None
;
8159 #define wxStyledTextCtrl_WordPartLeftExtend(_swigobj) (_swigobj->WordPartLeftExtend())
8160 static PyObject
*_wrap_wxStyledTextCtrl_WordPartLeftExtend(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8161 PyObject
* _resultobj
;
8162 wxStyledTextCtrl
* _arg0
;
8163 PyObject
* _argo0
= 0;
8164 char *_kwnames
[] = { "self", NULL
};
8167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartLeftExtend",_kwnames
,&_argo0
))
8170 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8171 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8172 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartLeftExtend. Expected _wxStyledTextCtrl_p.");
8177 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8178 wxStyledTextCtrl_WordPartLeftExtend(_arg0
);
8180 wxPyEndAllowThreads(__tstate
);
8181 if (PyErr_Occurred()) return NULL
;
8182 } Py_INCREF(Py_None
);
8183 _resultobj
= Py_None
;
8187 #define wxStyledTextCtrl_WordPartRight(_swigobj) (_swigobj->WordPartRight())
8188 static PyObject
*_wrap_wxStyledTextCtrl_WordPartRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8189 PyObject
* _resultobj
;
8190 wxStyledTextCtrl
* _arg0
;
8191 PyObject
* _argo0
= 0;
8192 char *_kwnames
[] = { "self", NULL
};
8195 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRight",_kwnames
,&_argo0
))
8198 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8199 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8200 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRight. Expected _wxStyledTextCtrl_p.");
8205 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8206 wxStyledTextCtrl_WordPartRight(_arg0
);
8208 wxPyEndAllowThreads(__tstate
);
8209 if (PyErr_Occurred()) return NULL
;
8210 } Py_INCREF(Py_None
);
8211 _resultobj
= Py_None
;
8215 #define wxStyledTextCtrl_WordPartRightExtend(_swigobj) (_swigobj->WordPartRightExtend())
8216 static PyObject
*_wrap_wxStyledTextCtrl_WordPartRightExtend(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8217 PyObject
* _resultobj
;
8218 wxStyledTextCtrl
* _arg0
;
8219 PyObject
* _argo0
= 0;
8220 char *_kwnames
[] = { "self", NULL
};
8223 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_WordPartRightExtend",_kwnames
,&_argo0
))
8226 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8227 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8228 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_WordPartRightExtend. Expected _wxStyledTextCtrl_p.");
8233 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8234 wxStyledTextCtrl_WordPartRightExtend(_arg0
);
8236 wxPyEndAllowThreads(__tstate
);
8237 if (PyErr_Occurred()) return NULL
;
8238 } Py_INCREF(Py_None
);
8239 _resultobj
= Py_None
;
8243 #define wxStyledTextCtrl_SetVisiblePolicy(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetVisiblePolicy(_swigarg0,_swigarg1))
8244 static PyObject
*_wrap_wxStyledTextCtrl_SetVisiblePolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8245 PyObject
* _resultobj
;
8246 wxStyledTextCtrl
* _arg0
;
8249 PyObject
* _argo0
= 0;
8250 char *_kwnames
[] = { "self","visiblePolicy","visibleSlop", NULL
};
8253 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetVisiblePolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8256 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8257 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8258 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVisiblePolicy. Expected _wxStyledTextCtrl_p.");
8263 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8264 wxStyledTextCtrl_SetVisiblePolicy(_arg0
,_arg1
,_arg2
);
8266 wxPyEndAllowThreads(__tstate
);
8267 if (PyErr_Occurred()) return NULL
;
8268 } Py_INCREF(Py_None
);
8269 _resultobj
= Py_None
;
8273 #define wxStyledTextCtrl_DelLineLeft(_swigobj) (_swigobj->DelLineLeft())
8274 static PyObject
*_wrap_wxStyledTextCtrl_DelLineLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8275 PyObject
* _resultobj
;
8276 wxStyledTextCtrl
* _arg0
;
8277 PyObject
* _argo0
= 0;
8278 char *_kwnames
[] = { "self", NULL
};
8281 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineLeft",_kwnames
,&_argo0
))
8284 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8285 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8286 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineLeft. Expected _wxStyledTextCtrl_p.");
8291 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8292 wxStyledTextCtrl_DelLineLeft(_arg0
);
8294 wxPyEndAllowThreads(__tstate
);
8295 if (PyErr_Occurred()) return NULL
;
8296 } Py_INCREF(Py_None
);
8297 _resultobj
= Py_None
;
8301 #define wxStyledTextCtrl_DelLineRight(_swigobj) (_swigobj->DelLineRight())
8302 static PyObject
*_wrap_wxStyledTextCtrl_DelLineRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8303 PyObject
* _resultobj
;
8304 wxStyledTextCtrl
* _arg0
;
8305 PyObject
* _argo0
= 0;
8306 char *_kwnames
[] = { "self", NULL
};
8309 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_DelLineRight",_kwnames
,&_argo0
))
8312 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8313 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8314 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DelLineRight. Expected _wxStyledTextCtrl_p.");
8319 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8320 wxStyledTextCtrl_DelLineRight(_arg0
);
8322 wxPyEndAllowThreads(__tstate
);
8323 if (PyErr_Occurred()) return NULL
;
8324 } Py_INCREF(Py_None
);
8325 _resultobj
= Py_None
;
8329 #define wxStyledTextCtrl_SetXOffset(_swigobj,_swigarg0) (_swigobj->SetXOffset(_swigarg0))
8330 static PyObject
*_wrap_wxStyledTextCtrl_SetXOffset(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8331 PyObject
* _resultobj
;
8332 wxStyledTextCtrl
* _arg0
;
8334 PyObject
* _argo0
= 0;
8335 char *_kwnames
[] = { "self","newOffset", NULL
};
8338 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetXOffset",_kwnames
,&_argo0
,&_arg1
))
8341 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8342 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8343 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetXOffset. Expected _wxStyledTextCtrl_p.");
8348 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8349 wxStyledTextCtrl_SetXOffset(_arg0
,_arg1
);
8351 wxPyEndAllowThreads(__tstate
);
8352 if (PyErr_Occurred()) return NULL
;
8353 } Py_INCREF(Py_None
);
8354 _resultobj
= Py_None
;
8358 #define wxStyledTextCtrl_GetXOffset(_swigobj) (_swigobj->GetXOffset())
8359 static PyObject
*_wrap_wxStyledTextCtrl_GetXOffset(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8360 PyObject
* _resultobj
;
8362 wxStyledTextCtrl
* _arg0
;
8363 PyObject
* _argo0
= 0;
8364 char *_kwnames
[] = { "self", NULL
};
8367 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetXOffset",_kwnames
,&_argo0
))
8370 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8371 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8372 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetXOffset. Expected _wxStyledTextCtrl_p.");
8377 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8378 _result
= (int )wxStyledTextCtrl_GetXOffset(_arg0
);
8380 wxPyEndAllowThreads(__tstate
);
8381 if (PyErr_Occurred()) return NULL
;
8382 } _resultobj
= Py_BuildValue("i",_result
);
8386 #define wxStyledTextCtrl_StartRecord(_swigobj) (_swigobj->StartRecord())
8387 static PyObject
*_wrap_wxStyledTextCtrl_StartRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8388 PyObject
* _resultobj
;
8389 wxStyledTextCtrl
* _arg0
;
8390 PyObject
* _argo0
= 0;
8391 char *_kwnames
[] = { "self", NULL
};
8394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StartRecord",_kwnames
,&_argo0
))
8397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartRecord. Expected _wxStyledTextCtrl_p.");
8404 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8405 wxStyledTextCtrl_StartRecord(_arg0
);
8407 wxPyEndAllowThreads(__tstate
);
8408 if (PyErr_Occurred()) return NULL
;
8409 } Py_INCREF(Py_None
);
8410 _resultobj
= Py_None
;
8414 #define wxStyledTextCtrl_StopRecord(_swigobj) (_swigobj->StopRecord())
8415 static PyObject
*_wrap_wxStyledTextCtrl_StopRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8416 PyObject
* _resultobj
;
8417 wxStyledTextCtrl
* _arg0
;
8418 PyObject
* _argo0
= 0;
8419 char *_kwnames
[] = { "self", NULL
};
8422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StopRecord",_kwnames
,&_argo0
))
8425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StopRecord. Expected _wxStyledTextCtrl_p.");
8432 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8433 wxStyledTextCtrl_StopRecord(_arg0
);
8435 wxPyEndAllowThreads(__tstate
);
8436 if (PyErr_Occurred()) return NULL
;
8437 } Py_INCREF(Py_None
);
8438 _resultobj
= Py_None
;
8442 #define wxStyledTextCtrl_SetLexer(_swigobj,_swigarg0) (_swigobj->SetLexer(_swigarg0))
8443 static PyObject
*_wrap_wxStyledTextCtrl_SetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8444 PyObject
* _resultobj
;
8445 wxStyledTextCtrl
* _arg0
;
8447 PyObject
* _argo0
= 0;
8448 char *_kwnames
[] = { "self","lexer", NULL
};
8451 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLexer",_kwnames
,&_argo0
,&_arg1
))
8454 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8455 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8456 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexer. Expected _wxStyledTextCtrl_p.");
8461 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8462 wxStyledTextCtrl_SetLexer(_arg0
,_arg1
);
8464 wxPyEndAllowThreads(__tstate
);
8465 if (PyErr_Occurred()) return NULL
;
8466 } Py_INCREF(Py_None
);
8467 _resultobj
= Py_None
;
8471 #define wxStyledTextCtrl_GetLexer(_swigobj) (_swigobj->GetLexer())
8472 static PyObject
*_wrap_wxStyledTextCtrl_GetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8473 PyObject
* _resultobj
;
8475 wxStyledTextCtrl
* _arg0
;
8476 PyObject
* _argo0
= 0;
8477 char *_kwnames
[] = { "self", NULL
};
8480 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLexer",_kwnames
,&_argo0
))
8483 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8484 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8485 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLexer. Expected _wxStyledTextCtrl_p.");
8490 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8491 _result
= (int )wxStyledTextCtrl_GetLexer(_arg0
);
8493 wxPyEndAllowThreads(__tstate
);
8494 if (PyErr_Occurred()) return NULL
;
8495 } _resultobj
= Py_BuildValue("i",_result
);
8499 #define wxStyledTextCtrl_Colourise(_swigobj,_swigarg0,_swigarg1) (_swigobj->Colourise(_swigarg0,_swigarg1))
8500 static PyObject
*_wrap_wxStyledTextCtrl_Colourise(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8501 PyObject
* _resultobj
;
8502 wxStyledTextCtrl
* _arg0
;
8505 PyObject
* _argo0
= 0;
8506 char *_kwnames
[] = { "self","start","end", NULL
};
8509 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_Colourise",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8512 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8513 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8514 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Colourise. Expected _wxStyledTextCtrl_p.");
8519 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8520 wxStyledTextCtrl_Colourise(_arg0
,_arg1
,_arg2
);
8522 wxPyEndAllowThreads(__tstate
);
8523 if (PyErr_Occurred()) return NULL
;
8524 } Py_INCREF(Py_None
);
8525 _resultobj
= Py_None
;
8529 #define wxStyledTextCtrl_SetProperty(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetProperty(_swigarg0,_swigarg1))
8530 static PyObject
*_wrap_wxStyledTextCtrl_SetProperty(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8531 PyObject
* _resultobj
;
8532 wxStyledTextCtrl
* _arg0
;
8535 PyObject
* _argo0
= 0;
8536 PyObject
* _obj1
= 0;
8537 PyObject
* _obj2
= 0;
8538 char *_kwnames
[] = { "self","key","value", NULL
};
8541 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxStyledTextCtrl_SetProperty",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
8544 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8545 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8546 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetProperty. Expected _wxStyledTextCtrl_p.");
8551 _arg1
= wxString_in_helper(_obj1
);
8556 _arg2
= wxString_in_helper(_obj2
);
8561 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8562 wxStyledTextCtrl_SetProperty(_arg0
,*_arg1
,*_arg2
);
8564 wxPyEndAllowThreads(__tstate
);
8565 if (PyErr_Occurred()) return NULL
;
8566 } Py_INCREF(Py_None
);
8567 _resultobj
= Py_None
;
8579 #define wxStyledTextCtrl_SetKeyWords(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetKeyWords(_swigarg0,_swigarg1))
8580 static PyObject
*_wrap_wxStyledTextCtrl_SetKeyWords(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8581 PyObject
* _resultobj
;
8582 wxStyledTextCtrl
* _arg0
;
8585 PyObject
* _argo0
= 0;
8586 PyObject
* _obj2
= 0;
8587 char *_kwnames
[] = { "self","keywordSet","keyWords", NULL
};
8590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetKeyWords",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
8593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetKeyWords. Expected _wxStyledTextCtrl_p.");
8600 _arg2
= wxString_in_helper(_obj2
);
8605 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8606 wxStyledTextCtrl_SetKeyWords(_arg0
,_arg1
,*_arg2
);
8608 wxPyEndAllowThreads(__tstate
);
8609 if (PyErr_Occurred()) return NULL
;
8610 } Py_INCREF(Py_None
);
8611 _resultobj
= Py_None
;
8619 #define wxStyledTextCtrl_SetLexerLanguage(_swigobj,_swigarg0) (_swigobj->SetLexerLanguage(_swigarg0))
8620 static PyObject
*_wrap_wxStyledTextCtrl_SetLexerLanguage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8621 PyObject
* _resultobj
;
8622 wxStyledTextCtrl
* _arg0
;
8624 PyObject
* _argo0
= 0;
8625 PyObject
* _obj1
= 0;
8626 char *_kwnames
[] = { "self","language", NULL
};
8629 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetLexerLanguage",_kwnames
,&_argo0
,&_obj1
))
8632 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8633 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8634 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexerLanguage. Expected _wxStyledTextCtrl_p.");
8639 _arg1
= wxString_in_helper(_obj1
);
8644 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8645 wxStyledTextCtrl_SetLexerLanguage(_arg0
,*_arg1
);
8647 wxPyEndAllowThreads(__tstate
);
8648 if (PyErr_Occurred()) return NULL
;
8649 } Py_INCREF(Py_None
);
8650 _resultobj
= Py_None
;
8658 #define wxStyledTextCtrl_GetCurrentLine(_swigobj) (_swigobj->GetCurrentLine())
8659 static PyObject
*_wrap_wxStyledTextCtrl_GetCurrentLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8660 PyObject
* _resultobj
;
8662 wxStyledTextCtrl
* _arg0
;
8663 PyObject
* _argo0
= 0;
8664 char *_kwnames
[] = { "self", NULL
};
8667 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentLine",_kwnames
,&_argo0
))
8670 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8671 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8672 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentLine. Expected _wxStyledTextCtrl_p.");
8677 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8678 _result
= (int )wxStyledTextCtrl_GetCurrentLine(_arg0
);
8680 wxPyEndAllowThreads(__tstate
);
8681 if (PyErr_Occurred()) return NULL
;
8682 } _resultobj
= Py_BuildValue("i",_result
);
8686 #define wxStyledTextCtrl_StyleSetSpec(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSpec(_swigarg0,_swigarg1))
8687 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSpec(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8688 PyObject
* _resultobj
;
8689 wxStyledTextCtrl
* _arg0
;
8692 PyObject
* _argo0
= 0;
8693 PyObject
* _obj2
= 0;
8694 char *_kwnames
[] = { "self","styleNum","spec", NULL
};
8697 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetSpec",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
8700 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8701 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8702 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSpec. Expected _wxStyledTextCtrl_p.");
8707 _arg2
= wxString_in_helper(_obj2
);
8712 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8713 wxStyledTextCtrl_StyleSetSpec(_arg0
,_arg1
,*_arg2
);
8715 wxPyEndAllowThreads(__tstate
);
8716 if (PyErr_Occurred()) return NULL
;
8717 } Py_INCREF(Py_None
);
8718 _resultobj
= Py_None
;
8726 #define wxStyledTextCtrl_StyleSetFont(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFont(_swigarg0,_swigarg1))
8727 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8728 PyObject
* _resultobj
;
8729 wxStyledTextCtrl
* _arg0
;
8732 PyObject
* _argo0
= 0;
8733 PyObject
* _argo2
= 0;
8734 char *_kwnames
[] = { "self","styleNum","font", NULL
};
8737 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFont",_kwnames
,&_argo0
,&_arg1
,&_argo2
))
8740 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8741 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8742 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFont. Expected _wxStyledTextCtrl_p.");
8747 if (_argo2
== Py_None
) { _arg2
= NULL
; }
8748 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) {
8749 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_StyleSetFont. Expected _wxFont_p.");
8754 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8755 wxStyledTextCtrl_StyleSetFont(_arg0
,_arg1
,*_arg2
);
8757 wxPyEndAllowThreads(__tstate
);
8758 if (PyErr_Occurred()) return NULL
;
8759 } Py_INCREF(Py_None
);
8760 _resultobj
= Py_None
;
8764 #define wxStyledTextCtrl_StyleSetFontAttr(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->StyleSetFontAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
8765 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFontAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8766 PyObject
* _resultobj
;
8767 wxStyledTextCtrl
* _arg0
;
8774 PyObject
* _argo0
= 0;
8775 PyObject
* _obj3
= 0;
8779 char *_kwnames
[] = { "self","styleNum","size","faceName","bold","italic","underline", NULL
};
8782 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOiii:wxStyledTextCtrl_StyleSetFontAttr",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
,&tempbool6
))
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_StyleSetFontAttr. Expected _wxStyledTextCtrl_p.");
8792 _arg3
= wxString_in_helper(_obj3
);
8796 _arg4
= (bool ) tempbool4
;
8797 _arg5
= (bool ) tempbool5
;
8798 _arg6
= (bool ) tempbool6
;
8800 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8801 wxStyledTextCtrl_StyleSetFontAttr(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
);
8803 wxPyEndAllowThreads(__tstate
);
8804 if (PyErr_Occurred()) return NULL
;
8805 } Py_INCREF(Py_None
);
8806 _resultobj
= Py_None
;
8814 #define wxStyledTextCtrl_CmdKeyExecute(_swigobj,_swigarg0) (_swigobj->CmdKeyExecute(_swigarg0))
8815 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyExecute(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8816 PyObject
* _resultobj
;
8817 wxStyledTextCtrl
* _arg0
;
8819 PyObject
* _argo0
= 0;
8820 char *_kwnames
[] = { "self","cmd", NULL
};
8823 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_CmdKeyExecute",_kwnames
,&_argo0
,&_arg1
))
8826 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8827 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8828 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyExecute. Expected _wxStyledTextCtrl_p.");
8833 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8834 wxStyledTextCtrl_CmdKeyExecute(_arg0
,_arg1
);
8836 wxPyEndAllowThreads(__tstate
);
8837 if (PyErr_Occurred()) return NULL
;
8838 } Py_INCREF(Py_None
);
8839 _resultobj
= Py_None
;
8843 #define wxStyledTextCtrl_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
8844 static PyObject
*_wrap_wxStyledTextCtrl_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8845 PyObject
* _resultobj
;
8846 wxStyledTextCtrl
* _arg0
;
8849 PyObject
* _argo0
= 0;
8850 char *_kwnames
[] = { "self","left","right", NULL
};
8853 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
8856 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8857 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8858 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMargins. Expected _wxStyledTextCtrl_p.");
8863 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8864 wxStyledTextCtrl_SetMargins(_arg0
,_arg1
,_arg2
);
8866 wxPyEndAllowThreads(__tstate
);
8867 if (PyErr_Occurred()) return NULL
;
8868 } Py_INCREF(Py_None
);
8869 _resultobj
= Py_None
;
8873 #define wxStyledTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
8874 static PyObject
*_wrap_wxStyledTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8875 PyObject
* _resultobj
;
8876 wxStyledTextCtrl
* _arg0
;
8881 PyObject
* _argo0
= 0;
8882 char *_kwnames
[] = { "self", NULL
};
8891 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelection",_kwnames
,&_argo0
))
8894 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8895 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8896 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelection. Expected _wxStyledTextCtrl_p.");
8901 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8902 wxStyledTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
8904 wxPyEndAllowThreads(__tstate
);
8905 if (PyErr_Occurred()) return NULL
;
8906 } Py_INCREF(Py_None
);
8907 _resultobj
= Py_None
;
8910 o
= PyInt_FromLong((long) (*_arg1
));
8911 _resultobj
= t_output_helper(_resultobj
, o
);
8915 o
= PyInt_FromLong((long) (*_arg2
));
8916 _resultobj
= t_output_helper(_resultobj
, o
);
8921 #define wxStyledTextCtrl_PointFromPosition(_swigobj,_swigarg0) (_swigobj->PointFromPosition(_swigarg0))
8922 static PyObject
*_wrap_wxStyledTextCtrl_PointFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8923 PyObject
* _resultobj
;
8925 wxStyledTextCtrl
* _arg0
;
8927 PyObject
* _argo0
= 0;
8928 char *_kwnames
[] = { "self","pos", NULL
};
8932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PointFromPosition",_kwnames
,&_argo0
,&_arg1
))
8935 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8936 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8937 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PointFromPosition. Expected _wxStyledTextCtrl_p.");
8942 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8943 _result
= new wxPoint (wxStyledTextCtrl_PointFromPosition(_arg0
,_arg1
));
8945 wxPyEndAllowThreads(__tstate
);
8946 if (PyErr_Occurred()) return NULL
;
8947 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p");
8948 _resultobj
= Py_BuildValue("s",_ptemp
);
8952 #define wxStyledTextCtrl_ScrollToLine(_swigobj,_swigarg0) (_swigobj->ScrollToLine(_swigarg0))
8953 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8954 PyObject
* _resultobj
;
8955 wxStyledTextCtrl
* _arg0
;
8957 PyObject
* _argo0
= 0;
8958 char *_kwnames
[] = { "self","line", NULL
};
8961 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToLine",_kwnames
,&_argo0
,&_arg1
))
8964 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8965 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8966 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToLine. Expected _wxStyledTextCtrl_p.");
8971 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8972 wxStyledTextCtrl_ScrollToLine(_arg0
,_arg1
);
8974 wxPyEndAllowThreads(__tstate
);
8975 if (PyErr_Occurred()) return NULL
;
8976 } Py_INCREF(Py_None
);
8977 _resultobj
= Py_None
;
8981 #define wxStyledTextCtrl_ScrollToColumn(_swigobj,_swigarg0) (_swigobj->ScrollToColumn(_swigarg0))
8982 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8983 PyObject
* _resultobj
;
8984 wxStyledTextCtrl
* _arg0
;
8986 PyObject
* _argo0
= 0;
8987 char *_kwnames
[] = { "self","column", NULL
};
8990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToColumn",_kwnames
,&_argo0
,&_arg1
))
8993 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8994 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
8995 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToColumn. Expected _wxStyledTextCtrl_p.");
9000 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9001 wxStyledTextCtrl_ScrollToColumn(_arg0
,_arg1
);
9003 wxPyEndAllowThreads(__tstate
);
9004 if (PyErr_Occurred()) return NULL
;
9005 } Py_INCREF(Py_None
);
9006 _resultobj
= Py_None
;
9010 #define wxStyledTextCtrl_SendMsg(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SendMsg(_swigarg0,_swigarg1,_swigarg2))
9011 static PyObject
*_wrap_wxStyledTextCtrl_SendMsg(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9012 PyObject
* _resultobj
;
9014 wxStyledTextCtrl
* _arg0
;
9016 long _arg2
= (long ) 0;
9017 long _arg3
= (long ) 0;
9018 PyObject
* _argo0
= 0;
9019 char *_kwnames
[] = { "self","msg","wp","lp", NULL
};
9022 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|ll:wxStyledTextCtrl_SendMsg",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))
9025 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9026 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9027 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SendMsg. Expected _wxStyledTextCtrl_p.");
9032 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9033 _result
= (long )wxStyledTextCtrl_SendMsg(_arg0
,_arg1
,_arg2
,_arg3
);
9035 wxPyEndAllowThreads(__tstate
);
9036 if (PyErr_Occurred()) return NULL
;
9037 } _resultobj
= Py_BuildValue("l",_result
);
9041 #define wxStyledTextCtrl_SetVScrollBar(_swigobj,_swigarg0) (_swigobj->SetVScrollBar(_swigarg0))
9042 static PyObject
*_wrap_wxStyledTextCtrl_SetVScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9043 PyObject
* _resultobj
;
9044 wxStyledTextCtrl
* _arg0
;
9045 wxScrollBar
* _arg1
;
9046 PyObject
* _argo0
= 0;
9047 PyObject
* _argo1
= 0;
9048 char *_kwnames
[] = { "self","bar", NULL
};
9051 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetVScrollBar",_kwnames
,&_argo0
,&_argo1
))
9054 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9055 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9056 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetVScrollBar. Expected _wxStyledTextCtrl_p.");
9061 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9062 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) {
9063 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetVScrollBar. Expected _wxScrollBar_p.");
9068 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9069 wxStyledTextCtrl_SetVScrollBar(_arg0
,_arg1
);
9071 wxPyEndAllowThreads(__tstate
);
9072 if (PyErr_Occurred()) return NULL
;
9073 } Py_INCREF(Py_None
);
9074 _resultobj
= Py_None
;
9078 #define wxStyledTextCtrl_SetHScrollBar(_swigobj,_swigarg0) (_swigobj->SetHScrollBar(_swigarg0))
9079 static PyObject
*_wrap_wxStyledTextCtrl_SetHScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9080 PyObject
* _resultobj
;
9081 wxStyledTextCtrl
* _arg0
;
9082 wxScrollBar
* _arg1
;
9083 PyObject
* _argo0
= 0;
9084 PyObject
* _argo1
= 0;
9085 char *_kwnames
[] = { "self","bar", NULL
};
9088 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetHScrollBar",_kwnames
,&_argo0
,&_argo1
))
9091 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9092 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
9093 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHScrollBar. Expected _wxStyledTextCtrl_p.");
9098 if (_argo1
== Py_None
) { _arg1
= NULL
; }
9099 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxScrollBar_p")) {
9100 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetHScrollBar. Expected _wxScrollBar_p.");
9105 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9106 wxStyledTextCtrl_SetHScrollBar(_arg0
,_arg1
);
9108 wxPyEndAllowThreads(__tstate
);
9109 if (PyErr_Occurred()) return NULL
;
9110 } Py_INCREF(Py_None
);
9111 _resultobj
= Py_None
;
9115 static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr
) {
9116 wxStyledTextEvent
*src
;
9117 wxCommandEvent
*dest
;
9118 src
= (wxStyledTextEvent
*) ptr
;
9119 dest
= (wxCommandEvent
*) src
;
9120 return (void *) dest
;
9123 static void *SwigwxStyledTextEventTowxEvent(void *ptr
) {
9124 wxStyledTextEvent
*src
;
9126 src
= (wxStyledTextEvent
*) ptr
;
9127 dest
= (wxEvent
*) src
;
9128 return (void *) dest
;
9131 static void *SwigwxStyledTextEventTowxObject(void *ptr
) {
9132 wxStyledTextEvent
*src
;
9134 src
= (wxStyledTextEvent
*) ptr
;
9135 dest
= (wxObject
*) src
;
9136 return (void *) dest
;
9139 #define new_wxStyledTextEvent(_swigarg0,_swigarg1) (new wxStyledTextEvent(_swigarg0,_swigarg1))
9140 static PyObject
*_wrap_new_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9141 PyObject
* _resultobj
;
9142 wxStyledTextEvent
* _result
;
9143 wxEventType _arg0
= (wxEventType
) 0;
9144 int _arg1
= (int ) 0;
9145 char *_kwnames
[] = { "commandType","id", NULL
};
9149 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ii:new_wxStyledTextEvent",_kwnames
,&_arg0
,&_arg1
))
9152 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9153 _result
= (wxStyledTextEvent
*)new_wxStyledTextEvent(_arg0
,_arg1
);
9155 wxPyEndAllowThreads(__tstate
);
9156 if (PyErr_Occurred()) return NULL
;
9158 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextEvent_p");
9159 _resultobj
= Py_BuildValue("s",_ptemp
);
9162 _resultobj
= Py_None
;
9167 #define delete_wxStyledTextEvent(_swigobj) (delete _swigobj)
9168 static PyObject
*_wrap_delete_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9169 PyObject
* _resultobj
;
9170 wxStyledTextEvent
* _arg0
;
9171 PyObject
* _argo0
= 0;
9172 char *_kwnames
[] = { "self", NULL
};
9175 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxStyledTextEvent",_kwnames
,&_argo0
))
9178 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9179 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9180 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxStyledTextEvent. Expected _wxStyledTextEvent_p.");
9185 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9186 delete_wxStyledTextEvent(_arg0
);
9188 wxPyEndAllowThreads(__tstate
);
9189 if (PyErr_Occurred()) return NULL
;
9190 } Py_INCREF(Py_None
);
9191 _resultobj
= Py_None
;
9195 #define wxStyledTextEvent_SetPosition(_swigobj,_swigarg0) (_swigobj->SetPosition(_swigarg0))
9196 static PyObject
*_wrap_wxStyledTextEvent_SetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9197 PyObject
* _resultobj
;
9198 wxStyledTextEvent
* _arg0
;
9200 PyObject
* _argo0
= 0;
9201 char *_kwnames
[] = { "self","pos", NULL
};
9204 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetPosition",_kwnames
,&_argo0
,&_arg1
))
9207 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9208 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9209 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetPosition. Expected _wxStyledTextEvent_p.");
9214 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9215 wxStyledTextEvent_SetPosition(_arg0
,_arg1
);
9217 wxPyEndAllowThreads(__tstate
);
9218 if (PyErr_Occurred()) return NULL
;
9219 } Py_INCREF(Py_None
);
9220 _resultobj
= Py_None
;
9224 #define wxStyledTextEvent_SetKey(_swigobj,_swigarg0) (_swigobj->SetKey(_swigarg0))
9225 static PyObject
*_wrap_wxStyledTextEvent_SetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9226 PyObject
* _resultobj
;
9227 wxStyledTextEvent
* _arg0
;
9229 PyObject
* _argo0
= 0;
9230 char *_kwnames
[] = { "self","k", NULL
};
9233 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetKey",_kwnames
,&_argo0
,&_arg1
))
9236 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9237 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9238 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetKey. Expected _wxStyledTextEvent_p.");
9243 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9244 wxStyledTextEvent_SetKey(_arg0
,_arg1
);
9246 wxPyEndAllowThreads(__tstate
);
9247 if (PyErr_Occurred()) return NULL
;
9248 } Py_INCREF(Py_None
);
9249 _resultobj
= Py_None
;
9253 #define wxStyledTextEvent_SetModifiers(_swigobj,_swigarg0) (_swigobj->SetModifiers(_swigarg0))
9254 static PyObject
*_wrap_wxStyledTextEvent_SetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9255 PyObject
* _resultobj
;
9256 wxStyledTextEvent
* _arg0
;
9258 PyObject
* _argo0
= 0;
9259 char *_kwnames
[] = { "self","m", NULL
};
9262 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModifiers",_kwnames
,&_argo0
,&_arg1
))
9265 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9266 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9267 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModifiers. Expected _wxStyledTextEvent_p.");
9272 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9273 wxStyledTextEvent_SetModifiers(_arg0
,_arg1
);
9275 wxPyEndAllowThreads(__tstate
);
9276 if (PyErr_Occurred()) return NULL
;
9277 } Py_INCREF(Py_None
);
9278 _resultobj
= Py_None
;
9282 #define wxStyledTextEvent_SetModificationType(_swigobj,_swigarg0) (_swigobj->SetModificationType(_swigarg0))
9283 static PyObject
*_wrap_wxStyledTextEvent_SetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9284 PyObject
* _resultobj
;
9285 wxStyledTextEvent
* _arg0
;
9287 PyObject
* _argo0
= 0;
9288 char *_kwnames
[] = { "self","t", NULL
};
9291 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModificationType",_kwnames
,&_argo0
,&_arg1
))
9294 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9295 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9296 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModificationType. Expected _wxStyledTextEvent_p.");
9301 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9302 wxStyledTextEvent_SetModificationType(_arg0
,_arg1
);
9304 wxPyEndAllowThreads(__tstate
);
9305 if (PyErr_Occurred()) return NULL
;
9306 } Py_INCREF(Py_None
);
9307 _resultobj
= Py_None
;
9311 #define wxStyledTextEvent_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
9312 static PyObject
*_wrap_wxStyledTextEvent_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9313 PyObject
* _resultobj
;
9314 wxStyledTextEvent
* _arg0
;
9316 PyObject
* _argo0
= 0;
9317 char *_kwnames
[] = { "self","t", NULL
};
9320 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Os:wxStyledTextEvent_SetText",_kwnames
,&_argo0
,&_arg1
))
9323 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9324 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9325 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetText. Expected _wxStyledTextEvent_p.");
9330 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9331 wxStyledTextEvent_SetText(_arg0
,_arg1
);
9333 wxPyEndAllowThreads(__tstate
);
9334 if (PyErr_Occurred()) return NULL
;
9335 } Py_INCREF(Py_None
);
9336 _resultobj
= Py_None
;
9340 #define wxStyledTextEvent_SetLength(_swigobj,_swigarg0) (_swigobj->SetLength(_swigarg0))
9341 static PyObject
*_wrap_wxStyledTextEvent_SetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9342 PyObject
* _resultobj
;
9343 wxStyledTextEvent
* _arg0
;
9345 PyObject
* _argo0
= 0;
9346 char *_kwnames
[] = { "self","len", NULL
};
9349 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLength",_kwnames
,&_argo0
,&_arg1
))
9352 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9353 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9354 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLength. Expected _wxStyledTextEvent_p.");
9359 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9360 wxStyledTextEvent_SetLength(_arg0
,_arg1
);
9362 wxPyEndAllowThreads(__tstate
);
9363 if (PyErr_Occurred()) return NULL
;
9364 } Py_INCREF(Py_None
);
9365 _resultobj
= Py_None
;
9369 #define wxStyledTextEvent_SetLinesAdded(_swigobj,_swigarg0) (_swigobj->SetLinesAdded(_swigarg0))
9370 static PyObject
*_wrap_wxStyledTextEvent_SetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9371 PyObject
* _resultobj
;
9372 wxStyledTextEvent
* _arg0
;
9374 PyObject
* _argo0
= 0;
9375 char *_kwnames
[] = { "self","num", NULL
};
9378 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLinesAdded",_kwnames
,&_argo0
,&_arg1
))
9381 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9382 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9383 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLinesAdded. Expected _wxStyledTextEvent_p.");
9388 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9389 wxStyledTextEvent_SetLinesAdded(_arg0
,_arg1
);
9391 wxPyEndAllowThreads(__tstate
);
9392 if (PyErr_Occurred()) return NULL
;
9393 } Py_INCREF(Py_None
);
9394 _resultobj
= Py_None
;
9398 #define wxStyledTextEvent_SetLine(_swigobj,_swigarg0) (_swigobj->SetLine(_swigarg0))
9399 static PyObject
*_wrap_wxStyledTextEvent_SetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9400 PyObject
* _resultobj
;
9401 wxStyledTextEvent
* _arg0
;
9403 PyObject
* _argo0
= 0;
9404 char *_kwnames
[] = { "self","val", NULL
};
9407 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLine",_kwnames
,&_argo0
,&_arg1
))
9410 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9411 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9412 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLine. Expected _wxStyledTextEvent_p.");
9417 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9418 wxStyledTextEvent_SetLine(_arg0
,_arg1
);
9420 wxPyEndAllowThreads(__tstate
);
9421 if (PyErr_Occurred()) return NULL
;
9422 } Py_INCREF(Py_None
);
9423 _resultobj
= Py_None
;
9427 #define wxStyledTextEvent_SetFoldLevelNow(_swigobj,_swigarg0) (_swigobj->SetFoldLevelNow(_swigarg0))
9428 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9429 PyObject
* _resultobj
;
9430 wxStyledTextEvent
* _arg0
;
9432 PyObject
* _argo0
= 0;
9433 char *_kwnames
[] = { "self","val", NULL
};
9436 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelNow",_kwnames
,&_argo0
,&_arg1
))
9439 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9440 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9441 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelNow. Expected _wxStyledTextEvent_p.");
9446 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9447 wxStyledTextEvent_SetFoldLevelNow(_arg0
,_arg1
);
9449 wxPyEndAllowThreads(__tstate
);
9450 if (PyErr_Occurred()) return NULL
;
9451 } Py_INCREF(Py_None
);
9452 _resultobj
= Py_None
;
9456 #define wxStyledTextEvent_SetFoldLevelPrev(_swigobj,_swigarg0) (_swigobj->SetFoldLevelPrev(_swigarg0))
9457 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9458 PyObject
* _resultobj
;
9459 wxStyledTextEvent
* _arg0
;
9461 PyObject
* _argo0
= 0;
9462 char *_kwnames
[] = { "self","val", NULL
};
9465 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelPrev",_kwnames
,&_argo0
,&_arg1
))
9468 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9469 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9470 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
9475 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9476 wxStyledTextEvent_SetFoldLevelPrev(_arg0
,_arg1
);
9478 wxPyEndAllowThreads(__tstate
);
9479 if (PyErr_Occurred()) return NULL
;
9480 } Py_INCREF(Py_None
);
9481 _resultobj
= Py_None
;
9485 #define wxStyledTextEvent_SetMargin(_swigobj,_swigarg0) (_swigobj->SetMargin(_swigarg0))
9486 static PyObject
*_wrap_wxStyledTextEvent_SetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9487 PyObject
* _resultobj
;
9488 wxStyledTextEvent
* _arg0
;
9490 PyObject
* _argo0
= 0;
9491 char *_kwnames
[] = { "self","val", NULL
};
9494 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMargin",_kwnames
,&_argo0
,&_arg1
))
9497 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9498 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9499 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMargin. Expected _wxStyledTextEvent_p.");
9504 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9505 wxStyledTextEvent_SetMargin(_arg0
,_arg1
);
9507 wxPyEndAllowThreads(__tstate
);
9508 if (PyErr_Occurred()) return NULL
;
9509 } Py_INCREF(Py_None
);
9510 _resultobj
= Py_None
;
9514 #define wxStyledTextEvent_SetMessage(_swigobj,_swigarg0) (_swigobj->SetMessage(_swigarg0))
9515 static PyObject
*_wrap_wxStyledTextEvent_SetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9516 PyObject
* _resultobj
;
9517 wxStyledTextEvent
* _arg0
;
9519 PyObject
* _argo0
= 0;
9520 char *_kwnames
[] = { "self","val", NULL
};
9523 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMessage",_kwnames
,&_argo0
,&_arg1
))
9526 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9527 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9528 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMessage. Expected _wxStyledTextEvent_p.");
9533 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9534 wxStyledTextEvent_SetMessage(_arg0
,_arg1
);
9536 wxPyEndAllowThreads(__tstate
);
9537 if (PyErr_Occurred()) return NULL
;
9538 } Py_INCREF(Py_None
);
9539 _resultobj
= Py_None
;
9543 #define wxStyledTextEvent_SetWParam(_swigobj,_swigarg0) (_swigobj->SetWParam(_swigarg0))
9544 static PyObject
*_wrap_wxStyledTextEvent_SetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9545 PyObject
* _resultobj
;
9546 wxStyledTextEvent
* _arg0
;
9548 PyObject
* _argo0
= 0;
9549 char *_kwnames
[] = { "self","val", NULL
};
9552 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetWParam",_kwnames
,&_argo0
,&_arg1
))
9555 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9556 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9557 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetWParam. Expected _wxStyledTextEvent_p.");
9562 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9563 wxStyledTextEvent_SetWParam(_arg0
,_arg1
);
9565 wxPyEndAllowThreads(__tstate
);
9566 if (PyErr_Occurred()) return NULL
;
9567 } Py_INCREF(Py_None
);
9568 _resultobj
= Py_None
;
9572 #define wxStyledTextEvent_SetLParam(_swigobj,_swigarg0) (_swigobj->SetLParam(_swigarg0))
9573 static PyObject
*_wrap_wxStyledTextEvent_SetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9574 PyObject
* _resultobj
;
9575 wxStyledTextEvent
* _arg0
;
9577 PyObject
* _argo0
= 0;
9578 char *_kwnames
[] = { "self","val", NULL
};
9581 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLParam",_kwnames
,&_argo0
,&_arg1
))
9584 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9585 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9586 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLParam. Expected _wxStyledTextEvent_p.");
9591 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9592 wxStyledTextEvent_SetLParam(_arg0
,_arg1
);
9594 wxPyEndAllowThreads(__tstate
);
9595 if (PyErr_Occurred()) return NULL
;
9596 } Py_INCREF(Py_None
);
9597 _resultobj
= Py_None
;
9601 #define wxStyledTextEvent_SetListType(_swigobj,_swigarg0) (_swigobj->SetListType(_swigarg0))
9602 static PyObject
*_wrap_wxStyledTextEvent_SetListType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9603 PyObject
* _resultobj
;
9604 wxStyledTextEvent
* _arg0
;
9606 PyObject
* _argo0
= 0;
9607 char *_kwnames
[] = { "self","val", NULL
};
9610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetListType",_kwnames
,&_argo0
,&_arg1
))
9613 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9614 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetListType. Expected _wxStyledTextEvent_p.");
9620 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9621 wxStyledTextEvent_SetListType(_arg0
,_arg1
);
9623 wxPyEndAllowThreads(__tstate
);
9624 if (PyErr_Occurred()) return NULL
;
9625 } Py_INCREF(Py_None
);
9626 _resultobj
= Py_None
;
9630 #define wxStyledTextEvent_SetX(_swigobj,_swigarg0) (_swigobj->SetX(_swigarg0))
9631 static PyObject
*_wrap_wxStyledTextEvent_SetX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9632 PyObject
* _resultobj
;
9633 wxStyledTextEvent
* _arg0
;
9635 PyObject
* _argo0
= 0;
9636 char *_kwnames
[] = { "self","val", NULL
};
9639 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetX",_kwnames
,&_argo0
,&_arg1
))
9642 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9643 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9644 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetX. Expected _wxStyledTextEvent_p.");
9649 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9650 wxStyledTextEvent_SetX(_arg0
,_arg1
);
9652 wxPyEndAllowThreads(__tstate
);
9653 if (PyErr_Occurred()) return NULL
;
9654 } Py_INCREF(Py_None
);
9655 _resultobj
= Py_None
;
9659 #define wxStyledTextEvent_SetY(_swigobj,_swigarg0) (_swigobj->SetY(_swigarg0))
9660 static PyObject
*_wrap_wxStyledTextEvent_SetY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9661 PyObject
* _resultobj
;
9662 wxStyledTextEvent
* _arg0
;
9664 PyObject
* _argo0
= 0;
9665 char *_kwnames
[] = { "self","val", NULL
};
9668 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetY",_kwnames
,&_argo0
,&_arg1
))
9671 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9672 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9673 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetY. Expected _wxStyledTextEvent_p.");
9678 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9679 wxStyledTextEvent_SetY(_arg0
,_arg1
);
9681 wxPyEndAllowThreads(__tstate
);
9682 if (PyErr_Occurred()) return NULL
;
9683 } Py_INCREF(Py_None
);
9684 _resultobj
= Py_None
;
9688 #define wxStyledTextEvent_SetDragText(_swigobj,_swigarg0) (_swigobj->SetDragText(_swigarg0))
9689 static PyObject
*_wrap_wxStyledTextEvent_SetDragText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9690 PyObject
* _resultobj
;
9691 wxStyledTextEvent
* _arg0
;
9693 PyObject
* _argo0
= 0;
9694 PyObject
* _obj1
= 0;
9695 char *_kwnames
[] = { "self","val", NULL
};
9698 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_SetDragText",_kwnames
,&_argo0
,&_obj1
))
9701 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9702 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9703 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragText. Expected _wxStyledTextEvent_p.");
9708 _arg1
= wxString_in_helper(_obj1
);
9713 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9714 wxStyledTextEvent_SetDragText(_arg0
,*_arg1
);
9716 wxPyEndAllowThreads(__tstate
);
9717 if (PyErr_Occurred()) return NULL
;
9718 } Py_INCREF(Py_None
);
9719 _resultobj
= Py_None
;
9727 #define wxStyledTextEvent_SetDragAllowMove(_swigobj,_swigarg0) (_swigobj->SetDragAllowMove(_swigarg0))
9728 static PyObject
*_wrap_wxStyledTextEvent_SetDragAllowMove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9729 PyObject
* _resultobj
;
9730 wxStyledTextEvent
* _arg0
;
9732 PyObject
* _argo0
= 0;
9734 char *_kwnames
[] = { "self","val", NULL
};
9737 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragAllowMove",_kwnames
,&_argo0
,&tempbool1
))
9740 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9741 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9742 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragAllowMove. Expected _wxStyledTextEvent_p.");
9746 _arg1
= (bool ) tempbool1
;
9748 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9749 wxStyledTextEvent_SetDragAllowMove(_arg0
,_arg1
);
9751 wxPyEndAllowThreads(__tstate
);
9752 if (PyErr_Occurred()) return NULL
;
9753 } Py_INCREF(Py_None
);
9754 _resultobj
= Py_None
;
9758 #define wxStyledTextEvent_SetDragResult(_swigobj,_swigarg0) (_swigobj->SetDragResult(_swigarg0))
9759 static PyObject
*_wrap_wxStyledTextEvent_SetDragResult(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9760 PyObject
* _resultobj
;
9761 wxStyledTextEvent
* _arg0
;
9763 PyObject
* _argo0
= 0;
9764 char *_kwnames
[] = { "self","val", NULL
};
9767 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetDragResult",_kwnames
,&_argo0
,&_arg1
))
9770 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9771 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9772 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetDragResult. Expected _wxStyledTextEvent_p.");
9777 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9778 wxStyledTextEvent_SetDragResult(_arg0
,_arg1
);
9780 wxPyEndAllowThreads(__tstate
);
9781 if (PyErr_Occurred()) return NULL
;
9782 } Py_INCREF(Py_None
);
9783 _resultobj
= Py_None
;
9787 #define wxStyledTextEvent_GetPosition(_swigobj) (_swigobj->GetPosition())
9788 static PyObject
*_wrap_wxStyledTextEvent_GetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9789 PyObject
* _resultobj
;
9791 wxStyledTextEvent
* _arg0
;
9792 PyObject
* _argo0
= 0;
9793 char *_kwnames
[] = { "self", NULL
};
9796 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetPosition",_kwnames
,&_argo0
))
9799 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9800 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9801 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetPosition. Expected _wxStyledTextEvent_p.");
9806 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9807 _result
= (int )wxStyledTextEvent_GetPosition(_arg0
);
9809 wxPyEndAllowThreads(__tstate
);
9810 if (PyErr_Occurred()) return NULL
;
9811 } _resultobj
= Py_BuildValue("i",_result
);
9815 #define wxStyledTextEvent_GetKey(_swigobj) (_swigobj->GetKey())
9816 static PyObject
*_wrap_wxStyledTextEvent_GetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9817 PyObject
* _resultobj
;
9819 wxStyledTextEvent
* _arg0
;
9820 PyObject
* _argo0
= 0;
9821 char *_kwnames
[] = { "self", NULL
};
9824 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetKey",_kwnames
,&_argo0
))
9827 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9828 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9829 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetKey. Expected _wxStyledTextEvent_p.");
9834 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9835 _result
= (int )wxStyledTextEvent_GetKey(_arg0
);
9837 wxPyEndAllowThreads(__tstate
);
9838 if (PyErr_Occurred()) return NULL
;
9839 } _resultobj
= Py_BuildValue("i",_result
);
9843 #define wxStyledTextEvent_GetModifiers(_swigobj) (_swigobj->GetModifiers())
9844 static PyObject
*_wrap_wxStyledTextEvent_GetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9845 PyObject
* _resultobj
;
9847 wxStyledTextEvent
* _arg0
;
9848 PyObject
* _argo0
= 0;
9849 char *_kwnames
[] = { "self", NULL
};
9852 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModifiers",_kwnames
,&_argo0
))
9855 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9856 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9857 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModifiers. Expected _wxStyledTextEvent_p.");
9862 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9863 _result
= (int )wxStyledTextEvent_GetModifiers(_arg0
);
9865 wxPyEndAllowThreads(__tstate
);
9866 if (PyErr_Occurred()) return NULL
;
9867 } _resultobj
= Py_BuildValue("i",_result
);
9871 #define wxStyledTextEvent_GetModificationType(_swigobj) (_swigobj->GetModificationType())
9872 static PyObject
*_wrap_wxStyledTextEvent_GetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9873 PyObject
* _resultobj
;
9875 wxStyledTextEvent
* _arg0
;
9876 PyObject
* _argo0
= 0;
9877 char *_kwnames
[] = { "self", NULL
};
9880 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModificationType",_kwnames
,&_argo0
))
9883 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9884 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9885 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModificationType. Expected _wxStyledTextEvent_p.");
9890 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9891 _result
= (int )wxStyledTextEvent_GetModificationType(_arg0
);
9893 wxPyEndAllowThreads(__tstate
);
9894 if (PyErr_Occurred()) return NULL
;
9895 } _resultobj
= Py_BuildValue("i",_result
);
9899 #define wxStyledTextEvent_GetText(_swigobj) (_swigobj->GetText())
9900 static PyObject
*_wrap_wxStyledTextEvent_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9901 PyObject
* _resultobj
;
9903 wxStyledTextEvent
* _arg0
;
9904 PyObject
* _argo0
= 0;
9905 char *_kwnames
[] = { "self", NULL
};
9908 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetText",_kwnames
,&_argo0
))
9911 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9912 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9913 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetText. Expected _wxStyledTextEvent_p.");
9918 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9919 _result
= new wxString (wxStyledTextEvent_GetText(_arg0
));
9921 wxPyEndAllowThreads(__tstate
);
9922 if (PyErr_Occurred()) return NULL
;
9925 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
9927 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
9936 #define wxStyledTextEvent_GetLength(_swigobj) (_swigobj->GetLength())
9937 static PyObject
*_wrap_wxStyledTextEvent_GetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9938 PyObject
* _resultobj
;
9940 wxStyledTextEvent
* _arg0
;
9941 PyObject
* _argo0
= 0;
9942 char *_kwnames
[] = { "self", NULL
};
9945 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLength",_kwnames
,&_argo0
))
9948 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9949 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9950 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLength. Expected _wxStyledTextEvent_p.");
9955 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9956 _result
= (int )wxStyledTextEvent_GetLength(_arg0
);
9958 wxPyEndAllowThreads(__tstate
);
9959 if (PyErr_Occurred()) return NULL
;
9960 } _resultobj
= Py_BuildValue("i",_result
);
9964 #define wxStyledTextEvent_GetLinesAdded(_swigobj) (_swigobj->GetLinesAdded())
9965 static PyObject
*_wrap_wxStyledTextEvent_GetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9966 PyObject
* _resultobj
;
9968 wxStyledTextEvent
* _arg0
;
9969 PyObject
* _argo0
= 0;
9970 char *_kwnames
[] = { "self", NULL
};
9973 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLinesAdded",_kwnames
,&_argo0
))
9976 if (_argo0
== Py_None
) { _arg0
= NULL
; }
9977 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
9978 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLinesAdded. Expected _wxStyledTextEvent_p.");
9983 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9984 _result
= (int )wxStyledTextEvent_GetLinesAdded(_arg0
);
9986 wxPyEndAllowThreads(__tstate
);
9987 if (PyErr_Occurred()) return NULL
;
9988 } _resultobj
= Py_BuildValue("i",_result
);
9992 #define wxStyledTextEvent_GetLine(_swigobj) (_swigobj->GetLine())
9993 static PyObject
*_wrap_wxStyledTextEvent_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
9994 PyObject
* _resultobj
;
9996 wxStyledTextEvent
* _arg0
;
9997 PyObject
* _argo0
= 0;
9998 char *_kwnames
[] = { "self", NULL
};
10001 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLine",_kwnames
,&_argo0
))
10004 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10005 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10006 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLine. Expected _wxStyledTextEvent_p.");
10011 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10012 _result
= (int )wxStyledTextEvent_GetLine(_arg0
);
10014 wxPyEndAllowThreads(__tstate
);
10015 if (PyErr_Occurred()) return NULL
;
10016 } _resultobj
= Py_BuildValue("i",_result
);
10020 #define wxStyledTextEvent_GetFoldLevelNow(_swigobj) (_swigobj->GetFoldLevelNow())
10021 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10022 PyObject
* _resultobj
;
10024 wxStyledTextEvent
* _arg0
;
10025 PyObject
* _argo0
= 0;
10026 char *_kwnames
[] = { "self", NULL
};
10029 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelNow",_kwnames
,&_argo0
))
10032 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10033 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10034 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelNow. Expected _wxStyledTextEvent_p.");
10039 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10040 _result
= (int )wxStyledTextEvent_GetFoldLevelNow(_arg0
);
10042 wxPyEndAllowThreads(__tstate
);
10043 if (PyErr_Occurred()) return NULL
;
10044 } _resultobj
= Py_BuildValue("i",_result
);
10048 #define wxStyledTextEvent_GetFoldLevelPrev(_swigobj) (_swigobj->GetFoldLevelPrev())
10049 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10050 PyObject
* _resultobj
;
10052 wxStyledTextEvent
* _arg0
;
10053 PyObject
* _argo0
= 0;
10054 char *_kwnames
[] = { "self", NULL
};
10057 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelPrev",_kwnames
,&_argo0
))
10060 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10061 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10062 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
10067 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10068 _result
= (int )wxStyledTextEvent_GetFoldLevelPrev(_arg0
);
10070 wxPyEndAllowThreads(__tstate
);
10071 if (PyErr_Occurred()) return NULL
;
10072 } _resultobj
= Py_BuildValue("i",_result
);
10076 #define wxStyledTextEvent_GetMargin(_swigobj) (_swigobj->GetMargin())
10077 static PyObject
*_wrap_wxStyledTextEvent_GetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10078 PyObject
* _resultobj
;
10080 wxStyledTextEvent
* _arg0
;
10081 PyObject
* _argo0
= 0;
10082 char *_kwnames
[] = { "self", NULL
};
10085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMargin",_kwnames
,&_argo0
))
10088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMargin. Expected _wxStyledTextEvent_p.");
10095 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10096 _result
= (int )wxStyledTextEvent_GetMargin(_arg0
);
10098 wxPyEndAllowThreads(__tstate
);
10099 if (PyErr_Occurred()) return NULL
;
10100 } _resultobj
= Py_BuildValue("i",_result
);
10104 #define wxStyledTextEvent_GetMessage(_swigobj) (_swigobj->GetMessage())
10105 static PyObject
*_wrap_wxStyledTextEvent_GetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10106 PyObject
* _resultobj
;
10108 wxStyledTextEvent
* _arg0
;
10109 PyObject
* _argo0
= 0;
10110 char *_kwnames
[] = { "self", NULL
};
10113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMessage",_kwnames
,&_argo0
))
10116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMessage. Expected _wxStyledTextEvent_p.");
10123 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10124 _result
= (int )wxStyledTextEvent_GetMessage(_arg0
);
10126 wxPyEndAllowThreads(__tstate
);
10127 if (PyErr_Occurred()) return NULL
;
10128 } _resultobj
= Py_BuildValue("i",_result
);
10132 #define wxStyledTextEvent_GetWParam(_swigobj) (_swigobj->GetWParam())
10133 static PyObject
*_wrap_wxStyledTextEvent_GetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10134 PyObject
* _resultobj
;
10136 wxStyledTextEvent
* _arg0
;
10137 PyObject
* _argo0
= 0;
10138 char *_kwnames
[] = { "self", NULL
};
10141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetWParam",_kwnames
,&_argo0
))
10144 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10145 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetWParam. Expected _wxStyledTextEvent_p.");
10151 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10152 _result
= (int )wxStyledTextEvent_GetWParam(_arg0
);
10154 wxPyEndAllowThreads(__tstate
);
10155 if (PyErr_Occurred()) return NULL
;
10156 } _resultobj
= Py_BuildValue("i",_result
);
10160 #define wxStyledTextEvent_GetLParam(_swigobj) (_swigobj->GetLParam())
10161 static PyObject
*_wrap_wxStyledTextEvent_GetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10162 PyObject
* _resultobj
;
10164 wxStyledTextEvent
* _arg0
;
10165 PyObject
* _argo0
= 0;
10166 char *_kwnames
[] = { "self", NULL
};
10169 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLParam",_kwnames
,&_argo0
))
10172 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10173 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10174 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLParam. Expected _wxStyledTextEvent_p.");
10179 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10180 _result
= (int )wxStyledTextEvent_GetLParam(_arg0
);
10182 wxPyEndAllowThreads(__tstate
);
10183 if (PyErr_Occurred()) return NULL
;
10184 } _resultobj
= Py_BuildValue("i",_result
);
10188 #define wxStyledTextEvent_GetListType(_swigobj) (_swigobj->GetListType())
10189 static PyObject
*_wrap_wxStyledTextEvent_GetListType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10190 PyObject
* _resultobj
;
10192 wxStyledTextEvent
* _arg0
;
10193 PyObject
* _argo0
= 0;
10194 char *_kwnames
[] = { "self", NULL
};
10197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetListType",_kwnames
,&_argo0
))
10200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetListType. Expected _wxStyledTextEvent_p.");
10207 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10208 _result
= (int )wxStyledTextEvent_GetListType(_arg0
);
10210 wxPyEndAllowThreads(__tstate
);
10211 if (PyErr_Occurred()) return NULL
;
10212 } _resultobj
= Py_BuildValue("i",_result
);
10216 #define wxStyledTextEvent_GetX(_swigobj) (_swigobj->GetX())
10217 static PyObject
*_wrap_wxStyledTextEvent_GetX(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10218 PyObject
* _resultobj
;
10220 wxStyledTextEvent
* _arg0
;
10221 PyObject
* _argo0
= 0;
10222 char *_kwnames
[] = { "self", NULL
};
10225 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetX",_kwnames
,&_argo0
))
10228 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10229 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetX. Expected _wxStyledTextEvent_p.");
10235 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10236 _result
= (int )wxStyledTextEvent_GetX(_arg0
);
10238 wxPyEndAllowThreads(__tstate
);
10239 if (PyErr_Occurred()) return NULL
;
10240 } _resultobj
= Py_BuildValue("i",_result
);
10244 #define wxStyledTextEvent_GetY(_swigobj) (_swigobj->GetY())
10245 static PyObject
*_wrap_wxStyledTextEvent_GetY(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10246 PyObject
* _resultobj
;
10248 wxStyledTextEvent
* _arg0
;
10249 PyObject
* _argo0
= 0;
10250 char *_kwnames
[] = { "self", NULL
};
10253 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetY",_kwnames
,&_argo0
))
10256 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10257 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10258 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetY. Expected _wxStyledTextEvent_p.");
10263 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10264 _result
= (int )wxStyledTextEvent_GetY(_arg0
);
10266 wxPyEndAllowThreads(__tstate
);
10267 if (PyErr_Occurred()) return NULL
;
10268 } _resultobj
= Py_BuildValue("i",_result
);
10272 #define wxStyledTextEvent_GetDragText(_swigobj) (_swigobj->GetDragText())
10273 static PyObject
*_wrap_wxStyledTextEvent_GetDragText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10274 PyObject
* _resultobj
;
10275 wxString
* _result
;
10276 wxStyledTextEvent
* _arg0
;
10277 PyObject
* _argo0
= 0;
10278 char *_kwnames
[] = { "self", NULL
};
10281 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragText",_kwnames
,&_argo0
))
10284 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10285 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10286 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragText. Expected _wxStyledTextEvent_p.");
10291 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10292 _result
= new wxString (wxStyledTextEvent_GetDragText(_arg0
));
10294 wxPyEndAllowThreads(__tstate
);
10295 if (PyErr_Occurred()) return NULL
;
10298 _resultobj
= PyUnicode_FromUnicode(_result
->c_str(), _result
->Len());
10300 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
10309 #define wxStyledTextEvent_GetDragAllowMove(_swigobj) (_swigobj->GetDragAllowMove())
10310 static PyObject
*_wrap_wxStyledTextEvent_GetDragAllowMove(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10311 PyObject
* _resultobj
;
10313 wxStyledTextEvent
* _arg0
;
10314 PyObject
* _argo0
= 0;
10315 char *_kwnames
[] = { "self", NULL
};
10318 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragAllowMove",_kwnames
,&_argo0
))
10321 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10322 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10323 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragAllowMove. Expected _wxStyledTextEvent_p.");
10328 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10329 _result
= (bool )wxStyledTextEvent_GetDragAllowMove(_arg0
);
10331 wxPyEndAllowThreads(__tstate
);
10332 if (PyErr_Occurred()) return NULL
;
10333 } _resultobj
= Py_BuildValue("i",_result
);
10337 #define wxStyledTextEvent_GetDragResult(_swigobj) (_swigobj->GetDragResult())
10338 static PyObject
*_wrap_wxStyledTextEvent_GetDragResult(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10339 PyObject
* _resultobj
;
10340 wxDragResult _result
;
10341 wxStyledTextEvent
* _arg0
;
10342 PyObject
* _argo0
= 0;
10343 char *_kwnames
[] = { "self", NULL
};
10346 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetDragResult",_kwnames
,&_argo0
))
10349 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10350 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10351 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetDragResult. Expected _wxStyledTextEvent_p.");
10356 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10357 _result
= (wxDragResult
)wxStyledTextEvent_GetDragResult(_arg0
);
10359 wxPyEndAllowThreads(__tstate
);
10360 if (PyErr_Occurred()) return NULL
;
10361 } _resultobj
= Py_BuildValue("i",_result
);
10365 #define wxStyledTextEvent_GetShift(_swigobj) (_swigobj->GetShift())
10366 static PyObject
*_wrap_wxStyledTextEvent_GetShift(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10367 PyObject
* _resultobj
;
10369 wxStyledTextEvent
* _arg0
;
10370 PyObject
* _argo0
= 0;
10371 char *_kwnames
[] = { "self", NULL
};
10374 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetShift",_kwnames
,&_argo0
))
10377 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10378 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10379 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetShift. Expected _wxStyledTextEvent_p.");
10384 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10385 _result
= (bool )wxStyledTextEvent_GetShift(_arg0
);
10387 wxPyEndAllowThreads(__tstate
);
10388 if (PyErr_Occurred()) return NULL
;
10389 } _resultobj
= Py_BuildValue("i",_result
);
10393 #define wxStyledTextEvent_GetControl(_swigobj) (_swigobj->GetControl())
10394 static PyObject
*_wrap_wxStyledTextEvent_GetControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10395 PyObject
* _resultobj
;
10397 wxStyledTextEvent
* _arg0
;
10398 PyObject
* _argo0
= 0;
10399 char *_kwnames
[] = { "self", NULL
};
10402 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetControl",_kwnames
,&_argo0
))
10405 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10406 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10407 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetControl. Expected _wxStyledTextEvent_p.");
10412 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10413 _result
= (bool )wxStyledTextEvent_GetControl(_arg0
);
10415 wxPyEndAllowThreads(__tstate
);
10416 if (PyErr_Occurred()) return NULL
;
10417 } _resultobj
= Py_BuildValue("i",_result
);
10421 #define wxStyledTextEvent_GetAlt(_swigobj) (_swigobj->GetAlt())
10422 static PyObject
*_wrap_wxStyledTextEvent_GetAlt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10423 PyObject
* _resultobj
;
10425 wxStyledTextEvent
* _arg0
;
10426 PyObject
* _argo0
= 0;
10427 char *_kwnames
[] = { "self", NULL
};
10430 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetAlt",_kwnames
,&_argo0
))
10433 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10434 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10435 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetAlt. Expected _wxStyledTextEvent_p.");
10440 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10441 _result
= (bool )wxStyledTextEvent_GetAlt(_arg0
);
10443 wxPyEndAllowThreads(__tstate
);
10444 if (PyErr_Occurred()) return NULL
;
10445 } _resultobj
= Py_BuildValue("i",_result
);
10449 #define wxStyledTextEvent_Clone(_swigobj) (_swigobj->Clone())
10450 static PyObject
*_wrap_wxStyledTextEvent_Clone(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
10451 PyObject
* _resultobj
;
10453 wxStyledTextEvent
* _arg0
;
10454 PyObject
* _argo0
= 0;
10455 char *_kwnames
[] = { "self", NULL
};
10459 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_Clone",_kwnames
,&_argo0
))
10462 if (_argo0
== Py_None
) { _arg0
= NULL
; }
10463 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
10464 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_Clone. Expected _wxStyledTextEvent_p.");
10469 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10470 _result
= (wxEvent
*)wxStyledTextEvent_Clone(_arg0
);
10472 wxPyEndAllowThreads(__tstate
);
10473 if (PyErr_Occurred()) return NULL
;
10475 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxEvent_p");
10476 _resultobj
= Py_BuildValue("s",_ptemp
);
10478 Py_INCREF(Py_None
);
10479 _resultobj
= Py_None
;
10484 static PyMethodDef stc_cMethods
[] = {
10485 { "wxStyledTextEvent_Clone", (PyCFunction
) _wrap_wxStyledTextEvent_Clone
, METH_VARARGS
| METH_KEYWORDS
},
10486 { "wxStyledTextEvent_GetAlt", (PyCFunction
) _wrap_wxStyledTextEvent_GetAlt
, METH_VARARGS
| METH_KEYWORDS
},
10487 { "wxStyledTextEvent_GetControl", (PyCFunction
) _wrap_wxStyledTextEvent_GetControl
, METH_VARARGS
| METH_KEYWORDS
},
10488 { "wxStyledTextEvent_GetShift", (PyCFunction
) _wrap_wxStyledTextEvent_GetShift
, METH_VARARGS
| METH_KEYWORDS
},
10489 { "wxStyledTextEvent_GetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragResult
, METH_VARARGS
| METH_KEYWORDS
},
10490 { "wxStyledTextEvent_GetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragAllowMove
, METH_VARARGS
| METH_KEYWORDS
},
10491 { "wxStyledTextEvent_GetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_GetDragText
, METH_VARARGS
| METH_KEYWORDS
},
10492 { "wxStyledTextEvent_GetY", (PyCFunction
) _wrap_wxStyledTextEvent_GetY
, METH_VARARGS
| METH_KEYWORDS
},
10493 { "wxStyledTextEvent_GetX", (PyCFunction
) _wrap_wxStyledTextEvent_GetX
, METH_VARARGS
| METH_KEYWORDS
},
10494 { "wxStyledTextEvent_GetListType", (PyCFunction
) _wrap_wxStyledTextEvent_GetListType
, METH_VARARGS
| METH_KEYWORDS
},
10495 { "wxStyledTextEvent_GetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetLParam
, METH_VARARGS
| METH_KEYWORDS
},
10496 { "wxStyledTextEvent_GetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetWParam
, METH_VARARGS
| METH_KEYWORDS
},
10497 { "wxStyledTextEvent_GetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_GetMessage
, METH_VARARGS
| METH_KEYWORDS
},
10498 { "wxStyledTextEvent_GetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_GetMargin
, METH_VARARGS
| METH_KEYWORDS
},
10499 { "wxStyledTextEvent_GetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
10500 { "wxStyledTextEvent_GetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
10501 { "wxStyledTextEvent_GetLine", (PyCFunction
) _wrap_wxStyledTextEvent_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
10502 { "wxStyledTextEvent_GetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_GetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
10503 { "wxStyledTextEvent_GetLength", (PyCFunction
) _wrap_wxStyledTextEvent_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
10504 { "wxStyledTextEvent_GetText", (PyCFunction
) _wrap_wxStyledTextEvent_GetText
, METH_VARARGS
| METH_KEYWORDS
},
10505 { "wxStyledTextEvent_GetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_GetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
10506 { "wxStyledTextEvent_GetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_GetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
10507 { "wxStyledTextEvent_GetKey", (PyCFunction
) _wrap_wxStyledTextEvent_GetKey
, METH_VARARGS
| METH_KEYWORDS
},
10508 { "wxStyledTextEvent_GetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_GetPosition
, METH_VARARGS
| METH_KEYWORDS
},
10509 { "wxStyledTextEvent_SetDragResult", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragResult
, METH_VARARGS
| METH_KEYWORDS
},
10510 { "wxStyledTextEvent_SetDragAllowMove", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragAllowMove
, METH_VARARGS
| METH_KEYWORDS
},
10511 { "wxStyledTextEvent_SetDragText", (PyCFunction
) _wrap_wxStyledTextEvent_SetDragText
, METH_VARARGS
| METH_KEYWORDS
},
10512 { "wxStyledTextEvent_SetY", (PyCFunction
) _wrap_wxStyledTextEvent_SetY
, METH_VARARGS
| METH_KEYWORDS
},
10513 { "wxStyledTextEvent_SetX", (PyCFunction
) _wrap_wxStyledTextEvent_SetX
, METH_VARARGS
| METH_KEYWORDS
},
10514 { "wxStyledTextEvent_SetListType", (PyCFunction
) _wrap_wxStyledTextEvent_SetListType
, METH_VARARGS
| METH_KEYWORDS
},
10515 { "wxStyledTextEvent_SetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetLParam
, METH_VARARGS
| METH_KEYWORDS
},
10516 { "wxStyledTextEvent_SetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetWParam
, METH_VARARGS
| METH_KEYWORDS
},
10517 { "wxStyledTextEvent_SetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_SetMessage
, METH_VARARGS
| METH_KEYWORDS
},
10518 { "wxStyledTextEvent_SetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_SetMargin
, METH_VARARGS
| METH_KEYWORDS
},
10519 { "wxStyledTextEvent_SetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
10520 { "wxStyledTextEvent_SetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
10521 { "wxStyledTextEvent_SetLine", (PyCFunction
) _wrap_wxStyledTextEvent_SetLine
, METH_VARARGS
| METH_KEYWORDS
},
10522 { "wxStyledTextEvent_SetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_SetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
10523 { "wxStyledTextEvent_SetLength", (PyCFunction
) _wrap_wxStyledTextEvent_SetLength
, METH_VARARGS
| METH_KEYWORDS
},
10524 { "wxStyledTextEvent_SetText", (PyCFunction
) _wrap_wxStyledTextEvent_SetText
, METH_VARARGS
| METH_KEYWORDS
},
10525 { "wxStyledTextEvent_SetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_SetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
10526 { "wxStyledTextEvent_SetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_SetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
10527 { "wxStyledTextEvent_SetKey", (PyCFunction
) _wrap_wxStyledTextEvent_SetKey
, METH_VARARGS
| METH_KEYWORDS
},
10528 { "wxStyledTextEvent_SetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_SetPosition
, METH_VARARGS
| METH_KEYWORDS
},
10529 { "delete_wxStyledTextEvent", (PyCFunction
) _wrap_delete_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
10530 { "new_wxStyledTextEvent", (PyCFunction
) _wrap_new_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
10531 { "wxStyledTextCtrl_SetHScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
10532 { "wxStyledTextCtrl_SetVScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
10533 { "wxStyledTextCtrl_SendMsg", (PyCFunction
) _wrap_wxStyledTextCtrl_SendMsg
, METH_VARARGS
| METH_KEYWORDS
},
10534 { "wxStyledTextCtrl_ScrollToColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToColumn
, METH_VARARGS
| METH_KEYWORDS
},
10535 { "wxStyledTextCtrl_ScrollToLine", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToLine
, METH_VARARGS
| METH_KEYWORDS
},
10536 { "wxStyledTextCtrl_PointFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_PointFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
10537 { "wxStyledTextCtrl_GetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
10538 { "wxStyledTextCtrl_SetMargins", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
10539 { "wxStyledTextCtrl_CmdKeyExecute", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyExecute
, METH_VARARGS
| METH_KEYWORDS
},
10540 { "wxStyledTextCtrl_StyleSetFontAttr", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFontAttr
, METH_VARARGS
| METH_KEYWORDS
},
10541 { "wxStyledTextCtrl_StyleSetFont", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFont
, METH_VARARGS
| METH_KEYWORDS
},
10542 { "wxStyledTextCtrl_StyleSetSpec", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSpec
, METH_VARARGS
| METH_KEYWORDS
},
10543 { "wxStyledTextCtrl_GetCurrentLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentLine
, METH_VARARGS
| METH_KEYWORDS
},
10544 { "wxStyledTextCtrl_SetLexerLanguage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexerLanguage
, METH_VARARGS
| METH_KEYWORDS
},
10545 { "wxStyledTextCtrl_SetKeyWords", (PyCFunction
) _wrap_wxStyledTextCtrl_SetKeyWords
, METH_VARARGS
| METH_KEYWORDS
},
10546 { "wxStyledTextCtrl_SetProperty", (PyCFunction
) _wrap_wxStyledTextCtrl_SetProperty
, METH_VARARGS
| METH_KEYWORDS
},
10547 { "wxStyledTextCtrl_Colourise", (PyCFunction
) _wrap_wxStyledTextCtrl_Colourise
, METH_VARARGS
| METH_KEYWORDS
},
10548 { "wxStyledTextCtrl_GetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLexer
, METH_VARARGS
| METH_KEYWORDS
},
10549 { "wxStyledTextCtrl_SetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexer
, METH_VARARGS
| METH_KEYWORDS
},
10550 { "wxStyledTextCtrl_StopRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StopRecord
, METH_VARARGS
| METH_KEYWORDS
},
10551 { "wxStyledTextCtrl_StartRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StartRecord
, METH_VARARGS
| METH_KEYWORDS
},
10552 { "wxStyledTextCtrl_GetXOffset", (PyCFunction
) _wrap_wxStyledTextCtrl_GetXOffset
, METH_VARARGS
| METH_KEYWORDS
},
10553 { "wxStyledTextCtrl_SetXOffset", (PyCFunction
) _wrap_wxStyledTextCtrl_SetXOffset
, METH_VARARGS
| METH_KEYWORDS
},
10554 { "wxStyledTextCtrl_DelLineRight", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineRight
, METH_VARARGS
| METH_KEYWORDS
},
10555 { "wxStyledTextCtrl_DelLineLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_DelLineLeft
, METH_VARARGS
| METH_KEYWORDS
},
10556 { "wxStyledTextCtrl_SetVisiblePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetVisiblePolicy
, METH_VARARGS
| METH_KEYWORDS
},
10557 { "wxStyledTextCtrl_WordPartRightExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRightExtend
, METH_VARARGS
| METH_KEYWORDS
},
10558 { "wxStyledTextCtrl_WordPartRight", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartRight
, METH_VARARGS
| METH_KEYWORDS
},
10559 { "wxStyledTextCtrl_WordPartLeftExtend", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeftExtend
, METH_VARARGS
| METH_KEYWORDS
},
10560 { "wxStyledTextCtrl_WordPartLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_WordPartLeft
, METH_VARARGS
| METH_KEYWORDS
},
10561 { "wxStyledTextCtrl_GetControlCharSymbol", (PyCFunction
) _wrap_wxStyledTextCtrl_GetControlCharSymbol
, METH_VARARGS
| METH_KEYWORDS
},
10562 { "wxStyledTextCtrl_SetControlCharSymbol", (PyCFunction
) _wrap_wxStyledTextCtrl_SetControlCharSymbol
, METH_VARARGS
| METH_KEYWORDS
},
10563 { "wxStyledTextCtrl_GetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCursor
, METH_VARARGS
| METH_KEYWORDS
},
10564 { "wxStyledTextCtrl_SetCursor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCursor
, METH_VARARGS
| METH_KEYWORDS
},
10565 { "wxStyledTextCtrl_GetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDownCaptures
, METH_VARARGS
| METH_KEYWORDS
},
10566 { "wxStyledTextCtrl_SetMouseDownCaptures", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDownCaptures
, METH_VARARGS
| METH_KEYWORDS
},
10567 { "wxStyledTextCtrl_GetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStatus
, METH_VARARGS
| METH_KEYWORDS
},
10568 { "wxStyledTextCtrl_SetStatus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStatus
, METH_VARARGS
| METH_KEYWORDS
},
10569 { "wxStyledTextCtrl_GetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSTCFocus
, METH_VARARGS
| METH_KEYWORDS
},
10570 { "wxStyledTextCtrl_SetSTCFocus", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSTCFocus
, METH_VARARGS
| METH_KEYWORDS
},
10571 { "wxStyledTextCtrl_GetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
10572 { "wxStyledTextCtrl_ReleaseDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_ReleaseDocument
, METH_VARARGS
| METH_KEYWORDS
},
10573 { "wxStyledTextCtrl_AddRefDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_AddRefDocument
, METH_VARARGS
| METH_KEYWORDS
},
10574 { "wxStyledTextCtrl_CreateDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_CreateDocument
, METH_VARARGS
| METH_KEYWORDS
},
10575 { "wxStyledTextCtrl_GetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_GetZoom
, METH_VARARGS
| METH_KEYWORDS
},
10576 { "wxStyledTextCtrl_SetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_SetZoom
, METH_VARARGS
| METH_KEYWORDS
},
10577 { "wxStyledTextCtrl_SelectionIsRectangle", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectionIsRectangle
, METH_VARARGS
| METH_KEYWORDS
},
10578 { "wxStyledTextCtrl_UsePopUp", (PyCFunction
) _wrap_wxStyledTextCtrl_UsePopUp
, METH_VARARGS
| METH_KEYWORDS
},
10579 { "wxStyledTextCtrl_LinesOnScreen", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesOnScreen
, METH_VARARGS
| METH_KEYWORDS
},
10580 { "wxStyledTextCtrl_SetCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPolicy
, METH_VARARGS
| METH_KEYWORDS
},
10581 { "wxStyledTextCtrl_SearchPrev", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchPrev
, METH_VARARGS
| METH_KEYWORDS
},
10582 { "wxStyledTextCtrl_SearchNext", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchNext
, METH_VARARGS
| METH_KEYWORDS
},
10583 { "wxStyledTextCtrl_SearchAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchAnchor
, METH_VARARGS
| METH_KEYWORDS
},
10584 { "wxStyledTextCtrl_SetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
10585 { "wxStyledTextCtrl_GetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
10586 { "wxStyledTextCtrl_SetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
10587 { "wxStyledTextCtrl_GetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
10588 { "wxStyledTextCtrl_SetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
10589 { "wxStyledTextCtrl_GetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
10590 { "wxStyledTextCtrl_SetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
10591 { "wxStyledTextCtrl_SetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
10592 { "wxStyledTextCtrl_GetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
10593 { "wxStyledTextCtrl_SetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
10594 { "wxStyledTextCtrl_GetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
10595 { "wxStyledTextCtrl_BraceMatch", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceMatch
, METH_VARARGS
| METH_KEYWORDS
},
10596 { "wxStyledTextCtrl_BraceBadLight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceBadLight
, METH_VARARGS
| METH_KEYWORDS
},
10597 { "wxStyledTextCtrl_BraceHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceHighlight
, METH_VARARGS
| METH_KEYWORDS
},
10598 { "wxStyledTextCtrl_LineLength", (PyCFunction
) _wrap_wxStyledTextCtrl_LineLength
, METH_VARARGS
| METH_KEYWORDS
},
10599 { "wxStyledTextCtrl_MoveCaretInsideView", (PyCFunction
) _wrap_wxStyledTextCtrl_MoveCaretInsideView
, METH_VARARGS
| METH_KEYWORDS
},
10600 { "wxStyledTextCtrl_DeleteBackNotLine", (PyCFunction
) _wrap_wxStyledTextCtrl_DeleteBackNotLine
, METH_VARARGS
| METH_KEYWORDS
},
10601 { "wxStyledTextCtrl_GetLayoutCache", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLayoutCache
, METH_VARARGS
| METH_KEYWORDS
},
10602 { "wxStyledTextCtrl_SetLayoutCache", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLayoutCache
, METH_VARARGS
| METH_KEYWORDS
},
10603 { "wxStyledTextCtrl_GetWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetWrapMode
, METH_VARARGS
| METH_KEYWORDS
},
10604 { "wxStyledTextCtrl_SetWrapMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWrapMode
, METH_VARARGS
| METH_KEYWORDS
},
10605 { "wxStyledTextCtrl_WordEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_WordEndPosition
, METH_VARARGS
| METH_KEYWORDS
},
10606 { "wxStyledTextCtrl_WordStartPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_WordStartPosition
, METH_VARARGS
| METH_KEYWORDS
},
10607 { "wxStyledTextCtrl_GetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMouseDwellTime
, METH_VARARGS
| METH_KEYWORDS
},
10608 { "wxStyledTextCtrl_SetMouseDwellTime", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMouseDwellTime
, METH_VARARGS
| METH_KEYWORDS
},
10609 { "wxStyledTextCtrl_GetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBackSpaceUnIndents
, METH_VARARGS
| METH_KEYWORDS
},
10610 { "wxStyledTextCtrl_SetBackSpaceUnIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBackSpaceUnIndents
, METH_VARARGS
| METH_KEYWORDS
},
10611 { "wxStyledTextCtrl_GetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabIndents
, METH_VARARGS
| METH_KEYWORDS
},
10612 { "wxStyledTextCtrl_SetTabIndents", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabIndents
, METH_VARARGS
| METH_KEYWORDS
},
10613 { "wxStyledTextCtrl_EnsureVisibleEnforcePolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisibleEnforcePolicy
, METH_VARARGS
| METH_KEYWORDS
},
10614 { "wxStyledTextCtrl_SetFoldFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldFlags
, METH_VARARGS
| METH_KEYWORDS
},
10615 { "wxStyledTextCtrl_EnsureVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisible
, METH_VARARGS
| METH_KEYWORDS
},
10616 { "wxStyledTextCtrl_ToggleFold", (PyCFunction
) _wrap_wxStyledTextCtrl_ToggleFold
, METH_VARARGS
| METH_KEYWORDS
},
10617 { "wxStyledTextCtrl_GetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
10618 { "wxStyledTextCtrl_SetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
10619 { "wxStyledTextCtrl_GetLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
10620 { "wxStyledTextCtrl_HideLines", (PyCFunction
) _wrap_wxStyledTextCtrl_HideLines
, METH_VARARGS
| METH_KEYWORDS
},
10621 { "wxStyledTextCtrl_ShowLines", (PyCFunction
) _wrap_wxStyledTextCtrl_ShowLines
, METH_VARARGS
| METH_KEYWORDS
},
10622 { "wxStyledTextCtrl_GetFoldParent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldParent
, METH_VARARGS
| METH_KEYWORDS
},
10623 { "wxStyledTextCtrl_GetLastChild", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastChild
, METH_VARARGS
| METH_KEYWORDS
},
10624 { "wxStyledTextCtrl_GetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
10625 { "wxStyledTextCtrl_SetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
10626 { "wxStyledTextCtrl_DocLineFromVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_DocLineFromVisible
, METH_VARARGS
| METH_KEYWORDS
},
10627 { "wxStyledTextCtrl_VisibleFromDocLine", (PyCFunction
) _wrap_wxStyledTextCtrl_VisibleFromDocLine
, METH_VARARGS
| METH_KEYWORDS
},
10628 { "wxStyledTextCtrl_CallTipSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
10629 { "wxStyledTextCtrl_CallTipSetHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetHighlight
, METH_VARARGS
| METH_KEYWORDS
},
10630 { "wxStyledTextCtrl_CallTipPosAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipPosAtStart
, METH_VARARGS
| METH_KEYWORDS
},
10631 { "wxStyledTextCtrl_CallTipActive", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipActive
, METH_VARARGS
| METH_KEYWORDS
},
10632 { "wxStyledTextCtrl_CallTipCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipCancel
, METH_VARARGS
| METH_KEYWORDS
},
10633 { "wxStyledTextCtrl_CallTipShow", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipShow
, METH_VARARGS
| METH_KEYWORDS
},
10634 { "wxStyledTextCtrl_GetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSearchFlags
, METH_VARARGS
| METH_KEYWORDS
},
10635 { "wxStyledTextCtrl_SetSearchFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSearchFlags
, METH_VARARGS
| METH_KEYWORDS
},
10636 { "wxStyledTextCtrl_SearchInTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchInTarget
, METH_VARARGS
| METH_KEYWORDS
},
10637 { "wxStyledTextCtrl_ReplaceTargetRE", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTargetRE
, METH_VARARGS
| METH_KEYWORDS
},
10638 { "wxStyledTextCtrl_ReplaceTarget", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceTarget
, METH_VARARGS
| METH_KEYWORDS
},
10639 { "wxStyledTextCtrl_GetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetEnd
, METH_VARARGS
| METH_KEYWORDS
},
10640 { "wxStyledTextCtrl_SetTargetEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetEnd
, METH_VARARGS
| METH_KEYWORDS
},
10641 { "wxStyledTextCtrl_GetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTargetStart
, METH_VARARGS
| METH_KEYWORDS
},
10642 { "wxStyledTextCtrl_SetTargetStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTargetStart
, METH_VARARGS
| METH_KEYWORDS
},
10643 { "wxStyledTextCtrl_GetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretWidth
, METH_VARARGS
| METH_KEYWORDS
},
10644 { "wxStyledTextCtrl_SetCaretWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretWidth
, METH_VARARGS
| METH_KEYWORDS
},
10645 { "wxStyledTextCtrl_GetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_GetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
10646 { "wxStyledTextCtrl_SetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_SetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
10647 { "wxStyledTextCtrl_GetTextLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextLength
, METH_VARARGS
| METH_KEYWORDS
},
10648 { "wxStyledTextCtrl_GetText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetText
, METH_VARARGS
| METH_KEYWORDS
},
10649 { "wxStyledTextCtrl_SetText", (PyCFunction
) _wrap_wxStyledTextCtrl_SetText
, METH_VARARGS
| METH_KEYWORDS
},
10650 { "wxStyledTextCtrl_Clear", (PyCFunction
) _wrap_wxStyledTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
10651 { "wxStyledTextCtrl_Paste", (PyCFunction
) _wrap_wxStyledTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
10652 { "wxStyledTextCtrl_Copy", (PyCFunction
) _wrap_wxStyledTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
10653 { "wxStyledTextCtrl_Cut", (PyCFunction
) _wrap_wxStyledTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
10654 { "wxStyledTextCtrl_Undo", (PyCFunction
) _wrap_wxStyledTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
10655 { "wxStyledTextCtrl_EmptyUndoBuffer", (PyCFunction
) _wrap_wxStyledTextCtrl_EmptyUndoBuffer
, METH_VARARGS
| METH_KEYWORDS
},
10656 { "wxStyledTextCtrl_CanUndo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
10657 { "wxStyledTextCtrl_CanPaste", (PyCFunction
) _wrap_wxStyledTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
10658 { "wxStyledTextCtrl_SetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_SetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
10659 { "wxStyledTextCtrl_ReplaceSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceSelection
, METH_VARARGS
| METH_KEYWORDS
},
10660 { "wxStyledTextCtrl_EnsureCaretVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureCaretVisible
, METH_VARARGS
| METH_KEYWORDS
},
10661 { "wxStyledTextCtrl_LineScroll", (PyCFunction
) _wrap_wxStyledTextCtrl_LineScroll
, METH_VARARGS
| METH_KEYWORDS
},
10662 { "wxStyledTextCtrl_PositionFromLine", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromLine
, METH_VARARGS
| METH_KEYWORDS
},
10663 { "wxStyledTextCtrl_LineFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_LineFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
10664 { "wxStyledTextCtrl_HideSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_HideSelection
, METH_VARARGS
| METH_KEYWORDS
},
10665 { "wxStyledTextCtrl_GetTextRange", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextRange
, METH_VARARGS
| METH_KEYWORDS
},
10666 { "wxStyledTextCtrl_GetSelectedText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectedText
, METH_VARARGS
| METH_KEYWORDS
},
10667 { "wxStyledTextCtrl_SetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
10668 { "wxStyledTextCtrl_GetModify", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModify
, METH_VARARGS
| METH_KEYWORDS
},
10669 { "wxStyledTextCtrl_GetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
10670 { "wxStyledTextCtrl_SetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
10671 { "wxStyledTextCtrl_GetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
10672 { "wxStyledTextCtrl_SetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
10673 { "wxStyledTextCtrl_GetLineCount", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineCount
, METH_VARARGS
| METH_KEYWORDS
},
10674 { "wxStyledTextCtrl_GetLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
10675 { "wxStyledTextCtrl_GetFirstVisibleLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFirstVisibleLine
, METH_VARARGS
| METH_KEYWORDS
},
10676 { "wxStyledTextCtrl_FormatRange", (PyCFunction
) _wrap_wxStyledTextCtrl_FormatRange
, METH_VARARGS
| METH_KEYWORDS
},
10677 { "wxStyledTextCtrl_FindText", (PyCFunction
) _wrap_wxStyledTextCtrl_FindText
, METH_VARARGS
| METH_KEYWORDS
},
10678 { "wxStyledTextCtrl_GetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
10679 { "wxStyledTextCtrl_SetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
10680 { "wxStyledTextCtrl_GetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
10681 { "wxStyledTextCtrl_SetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
10682 { "wxStyledTextCtrl_GetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
10683 { "wxStyledTextCtrl_SetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
10684 { "wxStyledTextCtrl_GetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
10685 { "wxStyledTextCtrl_SetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
10686 { "wxStyledTextCtrl_SetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
10687 { "wxStyledTextCtrl_GetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_GetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
10688 { "wxStyledTextCtrl_GetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
10689 { "wxStyledTextCtrl_GetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
10690 { "wxStyledTextCtrl_GetLineEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineEndPosition
, METH_VARARGS
| METH_KEYWORDS
},
10691 { "wxStyledTextCtrl_GetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_GetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
10692 { "wxStyledTextCtrl_SetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
10693 { "wxStyledTextCtrl_GetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
10694 { "wxStyledTextCtrl_SetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
10695 { "wxStyledTextCtrl_GetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
10696 { "wxStyledTextCtrl_SetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
10697 { "wxStyledTextCtrl_GetColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetColumn
, METH_VARARGS
| METH_KEYWORDS
},
10698 { "wxStyledTextCtrl_GetLineIndentPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentPosition
, METH_VARARGS
| METH_KEYWORDS
},
10699 { "wxStyledTextCtrl_GetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
10700 { "wxStyledTextCtrl_SetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
10701 { "wxStyledTextCtrl_GetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
10702 { "wxStyledTextCtrl_SetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
10703 { "wxStyledTextCtrl_GetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndent
, METH_VARARGS
| METH_KEYWORDS
},
10704 { "wxStyledTextCtrl_SetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndent
, METH_VARARGS
| METH_KEYWORDS
},
10705 { "wxStyledTextCtrl_AutoCompGetDropRestOfWord", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetDropRestOfWord
, METH_VARARGS
| METH_KEYWORDS
},
10706 { "wxStyledTextCtrl_AutoCompSetDropRestOfWord", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetDropRestOfWord
, METH_VARARGS
| METH_KEYWORDS
},
10707 { "wxStyledTextCtrl_AutoCompGetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetAutoHide
, METH_VARARGS
| METH_KEYWORDS
},
10708 { "wxStyledTextCtrl_AutoCompSetAutoHide", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetAutoHide
, METH_VARARGS
| METH_KEYWORDS
},
10709 { "wxStyledTextCtrl_UserListShow", (PyCFunction
) _wrap_wxStyledTextCtrl_UserListShow
, METH_VARARGS
| METH_KEYWORDS
},
10710 { "wxStyledTextCtrl_AutoCompGetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
10711 { "wxStyledTextCtrl_AutoCompSetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
10712 { "wxStyledTextCtrl_AutoCompGetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
10713 { "wxStyledTextCtrl_AutoCompSetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
10714 { "wxStyledTextCtrl_AutoCompSetFillUps", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetFillUps
, METH_VARARGS
| METH_KEYWORDS
},
10715 { "wxStyledTextCtrl_AutoCompGetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
10716 { "wxStyledTextCtrl_AutoCompSetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
10717 { "wxStyledTextCtrl_AutoCompSelect", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSelect
, METH_VARARGS
| METH_KEYWORDS
},
10718 { "wxStyledTextCtrl_AutoCompGetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
10719 { "wxStyledTextCtrl_AutoCompSetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
10720 { "wxStyledTextCtrl_AutoCompStops", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompStops
, METH_VARARGS
| METH_KEYWORDS
},
10721 { "wxStyledTextCtrl_AutoCompComplete", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompComplete
, METH_VARARGS
| METH_KEYWORDS
},
10722 { "wxStyledTextCtrl_AutoCompPosStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompPosStart
, METH_VARARGS
| METH_KEYWORDS
},
10723 { "wxStyledTextCtrl_AutoCompActive", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompActive
, METH_VARARGS
| METH_KEYWORDS
},
10724 { "wxStyledTextCtrl_AutoCompCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompCancel
, METH_VARARGS
| METH_KEYWORDS
},
10725 { "wxStyledTextCtrl_AutoCompShow", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompShow
, METH_VARARGS
| METH_KEYWORDS
},
10726 { "wxStyledTextCtrl_StyleSetChangeable", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetChangeable
, METH_VARARGS
| METH_KEYWORDS
},
10727 { "wxStyledTextCtrl_SetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineBack
, METH_VARARGS
| METH_KEYWORDS
},
10728 { "wxStyledTextCtrl_GetCaretLineBack", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineBack
, METH_VARARGS
| METH_KEYWORDS
},
10729 { "wxStyledTextCtrl_SetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
10730 { "wxStyledTextCtrl_GetCaretLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
10731 { "wxStyledTextCtrl_GetMaxLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMaxLineState
, METH_VARARGS
| METH_KEYWORDS
},
10732 { "wxStyledTextCtrl_GetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineState
, METH_VARARGS
| METH_KEYWORDS
},
10733 { "wxStyledTextCtrl_SetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineState
, METH_VARARGS
| METH_KEYWORDS
},
10734 { "wxStyledTextCtrl_GetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
10735 { "wxStyledTextCtrl_SetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
10736 { "wxStyledTextCtrl_IndicatorGetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetForeground
, METH_VARARGS
| METH_KEYWORDS
},
10737 { "wxStyledTextCtrl_IndicatorSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
10738 { "wxStyledTextCtrl_IndicatorGetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetStyle
, METH_VARARGS
| METH_KEYWORDS
},
10739 { "wxStyledTextCtrl_IndicatorSetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetStyle
, METH_VARARGS
| METH_KEYWORDS
},
10740 { "wxStyledTextCtrl_EndUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_EndUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
10741 { "wxStyledTextCtrl_BeginUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_BeginUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
10742 { "wxStyledTextCtrl_SetWordChars", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWordChars
, METH_VARARGS
| METH_KEYWORDS
},
10743 { "wxStyledTextCtrl_SetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
10744 { "wxStyledTextCtrl_GetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
10745 { "wxStyledTextCtrl_StyleSetVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetVisible
, METH_VARARGS
| METH_KEYWORDS
},
10746 { "wxStyledTextCtrl_SetStyleBytes", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBytes
, METH_VARARGS
| METH_KEYWORDS
},
10747 { "wxStyledTextCtrl_CmdKeyClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClearAll
, METH_VARARGS
| METH_KEYWORDS
},
10748 { "wxStyledTextCtrl_CmdKeyClear", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClear
, METH_VARARGS
| METH_KEYWORDS
},
10749 { "wxStyledTextCtrl_CmdKeyAssign", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyAssign
, METH_VARARGS
| METH_KEYWORDS
},
10750 { "wxStyledTextCtrl_SetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
10751 { "wxStyledTextCtrl_SetSelBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelBackground
, METH_VARARGS
| METH_KEYWORDS
},
10752 { "wxStyledTextCtrl_SetSelForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelForeground
, METH_VARARGS
| METH_KEYWORDS
},
10753 { "wxStyledTextCtrl_StyleSetCase", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetCase
, METH_VARARGS
| METH_KEYWORDS
},
10754 { "wxStyledTextCtrl_StyleSetUnderline", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetUnderline
, METH_VARARGS
| METH_KEYWORDS
},
10755 { "wxStyledTextCtrl_StyleResetDefault", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleResetDefault
, METH_VARARGS
| METH_KEYWORDS
},
10756 { "wxStyledTextCtrl_StyleSetEOLFilled", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetEOLFilled
, METH_VARARGS
| METH_KEYWORDS
},
10757 { "wxStyledTextCtrl_StyleSetFaceName", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFaceName
, METH_VARARGS
| METH_KEYWORDS
},
10758 { "wxStyledTextCtrl_StyleSetSize", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSize
, METH_VARARGS
| METH_KEYWORDS
},
10759 { "wxStyledTextCtrl_StyleSetItalic", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetItalic
, METH_VARARGS
| METH_KEYWORDS
},
10760 { "wxStyledTextCtrl_StyleSetBold", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBold
, METH_VARARGS
| METH_KEYWORDS
},
10761 { "wxStyledTextCtrl_StyleSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
10762 { "wxStyledTextCtrl_StyleSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
10763 { "wxStyledTextCtrl_StyleClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleClearAll
, METH_VARARGS
| METH_KEYWORDS
},
10764 { "wxStyledTextCtrl_GetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
10765 { "wxStyledTextCtrl_SetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
10766 { "wxStyledTextCtrl_GetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
10767 { "wxStyledTextCtrl_SetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
10768 { "wxStyledTextCtrl_GetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
10769 { "wxStyledTextCtrl_SetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
10770 { "wxStyledTextCtrl_GetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
10771 { "wxStyledTextCtrl_SetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
10772 { "wxStyledTextCtrl_MarkerPrevious", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerPrevious
, METH_VARARGS
| METH_KEYWORDS
},
10773 { "wxStyledTextCtrl_MarkerNext", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerNext
, METH_VARARGS
| METH_KEYWORDS
},
10774 { "wxStyledTextCtrl_MarkerGet", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerGet
, METH_VARARGS
| METH_KEYWORDS
},
10775 { "wxStyledTextCtrl_MarkerDeleteAll", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteAll
, METH_VARARGS
| METH_KEYWORDS
},
10776 { "wxStyledTextCtrl_MarkerDelete", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDelete
, METH_VARARGS
| METH_KEYWORDS
},
10777 { "wxStyledTextCtrl_MarkerAdd", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerAdd
, METH_VARARGS
| METH_KEYWORDS
},
10778 { "wxStyledTextCtrl_MarkerSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
10779 { "wxStyledTextCtrl_MarkerSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
10780 { "wxStyledTextCtrl_MarkerDefine", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDefine
, METH_VARARGS
| METH_KEYWORDS
},
10781 { "wxStyledTextCtrl_SetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
10782 { "wxStyledTextCtrl_GetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
10783 { "wxStyledTextCtrl_SetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
10784 { "wxStyledTextCtrl_SetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
10785 { "wxStyledTextCtrl_GetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
10786 { "wxStyledTextCtrl_SetStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyling
, METH_VARARGS
| METH_KEYWORDS
},
10787 { "wxStyledTextCtrl_StartStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_StartStyling
, METH_VARARGS
| METH_KEYWORDS
},
10788 { "wxStyledTextCtrl_SetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
10789 { "wxStyledTextCtrl_GetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
10790 { "wxStyledTextCtrl_ConvertEOLs", (PyCFunction
) _wrap_wxStyledTextCtrl_ConvertEOLs
, METH_VARARGS
| METH_KEYWORDS
},
10791 { "wxStyledTextCtrl_GetEndStyled", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndStyled
, METH_VARARGS
| METH_KEYWORDS
},
10792 { "wxStyledTextCtrl_GetCurLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurLine
, METH_VARARGS
| METH_KEYWORDS
},
10793 { "wxStyledTextCtrl_SetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
10794 { "wxStyledTextCtrl_GotoPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoPos
, METH_VARARGS
| METH_KEYWORDS
},
10795 { "wxStyledTextCtrl_GotoLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoLine
, METH_VARARGS
| METH_KEYWORDS
},
10796 { "wxStyledTextCtrl_PositionFromPointClose", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPointClose
, METH_VARARGS
| METH_KEYWORDS
},
10797 { "wxStyledTextCtrl_PositionFromPoint", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPoint
, METH_VARARGS
| METH_KEYWORDS
},
10798 { "wxStyledTextCtrl_SetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
10799 { "wxStyledTextCtrl_GetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
10800 { "wxStyledTextCtrl_GetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
10801 { "wxStyledTextCtrl_MarkerDeleteHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteHandle
, METH_VARARGS
| METH_KEYWORDS
},
10802 { "wxStyledTextCtrl_MarkerLineFromHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerLineFromHandle
, METH_VARARGS
| METH_KEYWORDS
},
10803 { "wxStyledTextCtrl_CanRedo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
10804 { "wxStyledTextCtrl_GetStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyledText
, METH_VARARGS
| METH_KEYWORDS
},
10805 { "wxStyledTextCtrl_SetSavePoint", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSavePoint
, METH_VARARGS
| METH_KEYWORDS
},
10806 { "wxStyledTextCtrl_SelectAll", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
},
10807 { "wxStyledTextCtrl_SetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
10808 { "wxStyledTextCtrl_Redo", (PyCFunction
) _wrap_wxStyledTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
10809 { "wxStyledTextCtrl_GetStyleAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleAt
, METH_VARARGS
| METH_KEYWORDS
},
10810 { "wxStyledTextCtrl_GetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
10811 { "wxStyledTextCtrl_GetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
10812 { "wxStyledTextCtrl_GetCharAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCharAt
, METH_VARARGS
| METH_KEYWORDS
},
10813 { "wxStyledTextCtrl_GetLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
10814 { "wxStyledTextCtrl_ClearDocumentStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearDocumentStyle
, METH_VARARGS
| METH_KEYWORDS
},
10815 { "wxStyledTextCtrl_ClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearAll
, METH_VARARGS
| METH_KEYWORDS
},
10816 { "wxStyledTextCtrl_InsertText", (PyCFunction
) _wrap_wxStyledTextCtrl_InsertText
, METH_VARARGS
| METH_KEYWORDS
},
10817 { "wxStyledTextCtrl_AddStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddStyledText
, METH_VARARGS
| METH_KEYWORDS
},
10818 { "wxStyledTextCtrl_AddText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddText
, METH_VARARGS
| METH_KEYWORDS
},
10819 { "new_wxStyledTextCtrl", (PyCFunction
) _wrap_new_wxStyledTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
10826 * This table is used by the pointer type-checker
10828 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
10829 { "_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
10830 { "_signed_long","_long",0},
10831 { "_wxPrintQuality","_wxCoord",0},
10832 { "_wxPrintQuality","_int",0},
10833 { "_wxPrintQuality","_signed_int",0},
10834 { "_wxPrintQuality","_unsigned_int",0},
10835 { "_wxPrintQuality","_wxWindowID",0},
10836 { "_wxPrintQuality","_uint",0},
10837 { "_wxPrintQuality","_EBool",0},
10838 { "_wxPrintQuality","_size_t",0},
10839 { "_wxPrintQuality","_time_t",0},
10840 { "_byte","_unsigned_char",0},
10841 { "_long","_unsigned_long",0},
10842 { "_long","_signed_long",0},
10843 { "_size_t","_wxCoord",0},
10844 { "_size_t","_wxPrintQuality",0},
10845 { "_size_t","_time_t",0},
10846 { "_size_t","_unsigned_int",0},
10847 { "_size_t","_int",0},
10848 { "_size_t","_wxWindowID",0},
10849 { "_size_t","_uint",0},
10850 { "_uint","_wxCoord",0},
10851 { "_uint","_wxPrintQuality",0},
10852 { "_uint","_time_t",0},
10853 { "_uint","_size_t",0},
10854 { "_uint","_unsigned_int",0},
10855 { "_uint","_int",0},
10856 { "_uint","_wxWindowID",0},
10857 { "_wxChar","_char",0},
10858 { "_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
10859 { "_char","_wxChar",0},
10860 { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
10861 { "_EBool","_wxCoord",0},
10862 { "_EBool","_wxPrintQuality",0},
10863 { "_EBool","_signed_int",0},
10864 { "_EBool","_int",0},
10865 { "_EBool","_wxWindowID",0},
10866 { "_unsigned_long","_long",0},
10867 { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
10868 { "_signed_int","_wxCoord",0},
10869 { "_signed_int","_wxPrintQuality",0},
10870 { "_signed_int","_EBool",0},
10871 { "_signed_int","_wxWindowID",0},
10872 { "_signed_int","_int",0},
10873 { "_WXTYPE","_wxDateTime_t",0},
10874 { "_WXTYPE","_short",0},
10875 { "_WXTYPE","_signed_short",0},
10876 { "_WXTYPE","_unsigned_short",0},
10877 { "_unsigned_short","_wxDateTime_t",0},
10878 { "_unsigned_short","_WXTYPE",0},
10879 { "_unsigned_short","_short",0},
10880 { "_wxObject","_wxStyledTextEvent",SwigwxStyledTextEventTowxObject
},
10881 { "_wxObject","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxObject
},
10882 { "_signed_short","_WXTYPE",0},
10883 { "_signed_short","_short",0},
10884 { "_unsigned_char","_byte",0},
10885 { "_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
10886 { "_unsigned_int","_wxCoord",0},
10887 { "_unsigned_int","_wxPrintQuality",0},
10888 { "_unsigned_int","_time_t",0},
10889 { "_unsigned_int","_size_t",0},
10890 { "_unsigned_int","_uint",0},
10891 { "_unsigned_int","_wxWindowID",0},
10892 { "_unsigned_int","_int",0},
10893 { "_short","_wxDateTime_t",0},
10894 { "_short","_WXTYPE",0},
10895 { "_short","_unsigned_short",0},
10896 { "_short","_signed_short",0},
10897 { "_wxWindowID","_wxCoord",0},
10898 { "_wxWindowID","_wxPrintQuality",0},
10899 { "_wxWindowID","_time_t",0},
10900 { "_wxWindowID","_size_t",0},
10901 { "_wxWindowID","_EBool",0},
10902 { "_wxWindowID","_uint",0},
10903 { "_wxWindowID","_int",0},
10904 { "_wxWindowID","_signed_int",0},
10905 { "_wxWindowID","_unsigned_int",0},
10906 { "_int","_wxCoord",0},
10907 { "_int","_wxPrintQuality",0},
10908 { "_int","_time_t",0},
10909 { "_int","_size_t",0},
10910 { "_int","_EBool",0},
10911 { "_int","_uint",0},
10912 { "_int","_wxWindowID",0},
10913 { "_int","_unsigned_int",0},
10914 { "_int","_signed_int",0},
10915 { "_wxDateTime_t","_unsigned_short",0},
10916 { "_wxDateTime_t","_short",0},
10917 { "_wxDateTime_t","_WXTYPE",0},
10918 { "_time_t","_wxCoord",0},
10919 { "_time_t","_wxPrintQuality",0},
10920 { "_time_t","_unsigned_int",0},
10921 { "_time_t","_int",0},
10922 { "_time_t","_wxWindowID",0},
10923 { "_time_t","_uint",0},
10924 { "_time_t","_size_t",0},
10925 { "_wxCoord","_int",0},
10926 { "_wxCoord","_signed_int",0},
10927 { "_wxCoord","_unsigned_int",0},
10928 { "_wxCoord","_wxWindowID",0},
10929 { "_wxCoord","_uint",0},
10930 { "_wxCoord","_EBool",0},
10931 { "_wxCoord","_size_t",0},
10932 { "_wxCoord","_time_t",0},
10933 { "_wxCoord","_wxPrintQuality",0},
10934 { "_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
10935 { "_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
10938 static PyObject
*SWIG_globals
;
10942 SWIGEXPORT(void) initstc_c() {
10944 SWIG_globals
= SWIG_newvarlink();
10945 m
= Py_InitModule("stc_c", stc_cMethods
);
10946 d
= PyModule_GetDict(m
);
10947 PyDict_SetItemString(d
,"wxSTC_INVALID_POSITION", PyInt_FromLong((long) -1));
10948 PyDict_SetItemString(d
,"wxSTC_START", PyInt_FromLong((long) 2000));
10949 PyDict_SetItemString(d
,"wxSTC_OPTIONAL_START", PyInt_FromLong((long) 3000));
10950 PyDict_SetItemString(d
,"wxSTC_LEXER_START", PyInt_FromLong((long) 4000));
10951 PyDict_SetItemString(d
,"wxSTC_CMD_REDO", PyInt_FromLong((long) 2011));
10952 PyDict_SetItemString(d
,"wxSTC_CMD_SELECTALL", PyInt_FromLong((long) 2013));
10953 PyDict_SetItemString(d
,"wxSTC_WS_INVISIBLE", PyInt_FromLong((long) 0));
10954 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEALWAYS", PyInt_FromLong((long) 1));
10955 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEAFTERINDENT", PyInt_FromLong((long) 2));
10956 PyDict_SetItemString(d
,"wxSTC_EOL_CRLF", PyInt_FromLong((long) 0));
10957 PyDict_SetItemString(d
,"wxSTC_EOL_CR", PyInt_FromLong((long) 1));
10958 PyDict_SetItemString(d
,"wxSTC_EOL_LF", PyInt_FromLong((long) 2));
10959 PyDict_SetItemString(d
,"wxSTC_CP_UTF8", PyInt_FromLong((long) 65001));
10960 PyDict_SetItemString(d
,"wxSTC_MARKER_MAX", PyInt_FromLong((long) 31));
10961 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLE", PyInt_FromLong((long) 0));
10962 PyDict_SetItemString(d
,"wxSTC_MARK_ROUNDRECT", PyInt_FromLong((long) 1));
10963 PyDict_SetItemString(d
,"wxSTC_MARK_ARROW", PyInt_FromLong((long) 2));
10964 PyDict_SetItemString(d
,"wxSTC_MARK_SMALLRECT", PyInt_FromLong((long) 3));
10965 PyDict_SetItemString(d
,"wxSTC_MARK_SHORTARROW", PyInt_FromLong((long) 4));
10966 PyDict_SetItemString(d
,"wxSTC_MARK_EMPTY", PyInt_FromLong((long) 5));
10967 PyDict_SetItemString(d
,"wxSTC_MARK_ARROWDOWN", PyInt_FromLong((long) 6));
10968 PyDict_SetItemString(d
,"wxSTC_MARK_MINUS", PyInt_FromLong((long) 7));
10969 PyDict_SetItemString(d
,"wxSTC_MARK_PLUS", PyInt_FromLong((long) 8));
10970 PyDict_SetItemString(d
,"wxSTC_MARK_VLINE", PyInt_FromLong((long) 9));
10971 PyDict_SetItemString(d
,"wxSTC_MARK_LCORNER", PyInt_FromLong((long) 10));
10972 PyDict_SetItemString(d
,"wxSTC_MARK_TCORNER", PyInt_FromLong((long) 11));
10973 PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUS", PyInt_FromLong((long) 12));
10974 PyDict_SetItemString(d
,"wxSTC_MARK_BOXPLUSCONNECTED", PyInt_FromLong((long) 13));
10975 PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUS", PyInt_FromLong((long) 14));
10976 PyDict_SetItemString(d
,"wxSTC_MARK_BOXMINUSCONNECTED", PyInt_FromLong((long) 15));
10977 PyDict_SetItemString(d
,"wxSTC_MARK_LCORNERCURVE", PyInt_FromLong((long) 16));
10978 PyDict_SetItemString(d
,"wxSTC_MARK_TCORNERCURVE", PyInt_FromLong((long) 17));
10979 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUS", PyInt_FromLong((long) 18));
10980 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEPLUSCONNECTED", PyInt_FromLong((long) 19));
10981 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUS", PyInt_FromLong((long) 20));
10982 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLEMINUSCONNECTED", PyInt_FromLong((long) 21));
10983 PyDict_SetItemString(d
,"wxSTC_MARK_BACKGROUND", PyInt_FromLong((long) 22));
10984 PyDict_SetItemString(d
,"wxSTC_MARK_CHARACTER", PyInt_FromLong((long) 10000));
10985 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEREND", PyInt_FromLong((long) 25));
10986 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPENMID", PyInt_FromLong((long) 26));
10987 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERMIDTAIL", PyInt_FromLong((long) 27));
10988 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERTAIL", PyInt_FromLong((long) 28));
10989 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDERSUB", PyInt_FromLong((long) 29));
10990 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDER", PyInt_FromLong((long) 30));
10991 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPEN", PyInt_FromLong((long) 31));
10992 PyDict_SetItemString(d
,"wxSTC_MASK_FOLDERS", PyInt_FromLong((long) 0xFE000000));
10993 PyDict_SetItemString(d
,"wxSTC_MARGIN_SYMBOL", PyInt_FromLong((long) 0));
10994 PyDict_SetItemString(d
,"wxSTC_MARGIN_NUMBER", PyInt_FromLong((long) 1));
10995 PyDict_SetItemString(d
,"wxSTC_STYLE_DEFAULT", PyInt_FromLong((long) 32));
10996 PyDict_SetItemString(d
,"wxSTC_STYLE_LINENUMBER", PyInt_FromLong((long) 33));
10997 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACELIGHT", PyInt_FromLong((long) 34));
10998 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACEBAD", PyInt_FromLong((long) 35));
10999 PyDict_SetItemString(d
,"wxSTC_STYLE_CONTROLCHAR", PyInt_FromLong((long) 36));
11000 PyDict_SetItemString(d
,"wxSTC_STYLE_INDENTGUIDE", PyInt_FromLong((long) 37));
11001 PyDict_SetItemString(d
,"wxSTC_STYLE_LASTPREDEFINED", PyInt_FromLong((long) 39));
11002 PyDict_SetItemString(d
,"wxSTC_STYLE_MAX", PyInt_FromLong((long) 127));
11003 PyDict_SetItemString(d
,"wxSTC_CHARSET_ANSI", PyInt_FromLong((long) 0));
11004 PyDict_SetItemString(d
,"wxSTC_CHARSET_DEFAULT", PyInt_FromLong((long) 1));
11005 PyDict_SetItemString(d
,"wxSTC_CHARSET_BALTIC", PyInt_FromLong((long) 186));
11006 PyDict_SetItemString(d
,"wxSTC_CHARSET_CHINESEBIG5", PyInt_FromLong((long) 136));
11007 PyDict_SetItemString(d
,"wxSTC_CHARSET_EASTEUROPE", PyInt_FromLong((long) 238));
11008 PyDict_SetItemString(d
,"wxSTC_CHARSET_GB2312", PyInt_FromLong((long) 134));
11009 PyDict_SetItemString(d
,"wxSTC_CHARSET_GREEK", PyInt_FromLong((long) 161));
11010 PyDict_SetItemString(d
,"wxSTC_CHARSET_HANGUL", PyInt_FromLong((long) 129));
11011 PyDict_SetItemString(d
,"wxSTC_CHARSET_MAC", PyInt_FromLong((long) 77));
11012 PyDict_SetItemString(d
,"wxSTC_CHARSET_OEM", PyInt_FromLong((long) 255));
11013 PyDict_SetItemString(d
,"wxSTC_CHARSET_RUSSIAN", PyInt_FromLong((long) 204));
11014 PyDict_SetItemString(d
,"wxSTC_CHARSET_SHIFTJIS", PyInt_FromLong((long) 128));
11015 PyDict_SetItemString(d
,"wxSTC_CHARSET_SYMBOL", PyInt_FromLong((long) 2));
11016 PyDict_SetItemString(d
,"wxSTC_CHARSET_TURKISH", PyInt_FromLong((long) 162));
11017 PyDict_SetItemString(d
,"wxSTC_CHARSET_JOHAB", PyInt_FromLong((long) 130));
11018 PyDict_SetItemString(d
,"wxSTC_CHARSET_HEBREW", PyInt_FromLong((long) 177));
11019 PyDict_SetItemString(d
,"wxSTC_CHARSET_ARABIC", PyInt_FromLong((long) 178));
11020 PyDict_SetItemString(d
,"wxSTC_CHARSET_VIETNAMESE", PyInt_FromLong((long) 163));
11021 PyDict_SetItemString(d
,"wxSTC_CHARSET_THAI", PyInt_FromLong((long) 222));
11022 PyDict_SetItemString(d
,"wxSTC_CASE_MIXED", PyInt_FromLong((long) 0));
11023 PyDict_SetItemString(d
,"wxSTC_CASE_UPPER", PyInt_FromLong((long) 1));
11024 PyDict_SetItemString(d
,"wxSTC_CASE_LOWER", PyInt_FromLong((long) 2));
11025 PyDict_SetItemString(d
,"wxSTC_INDIC_MAX", PyInt_FromLong((long) 7));
11026 PyDict_SetItemString(d
,"wxSTC_INDIC_PLAIN", PyInt_FromLong((long) 0));
11027 PyDict_SetItemString(d
,"wxSTC_INDIC_SQUIGGLE", PyInt_FromLong((long) 1));
11028 PyDict_SetItemString(d
,"wxSTC_INDIC_TT", PyInt_FromLong((long) 2));
11029 PyDict_SetItemString(d
,"wxSTC_INDIC_DIAGONAL", PyInt_FromLong((long) 3));
11030 PyDict_SetItemString(d
,"wxSTC_INDIC_STRIKE", PyInt_FromLong((long) 4));
11031 PyDict_SetItemString(d
,"wxSTC_INDIC0_MASK", PyInt_FromLong((long) 0x20));
11032 PyDict_SetItemString(d
,"wxSTC_INDIC1_MASK", PyInt_FromLong((long) 0x40));
11033 PyDict_SetItemString(d
,"wxSTC_INDIC2_MASK", PyInt_FromLong((long) 0x80));
11034 PyDict_SetItemString(d
,"wxSTC_INDICS_MASK", PyInt_FromLong((long) 0xE0));
11035 PyDict_SetItemString(d
,"wxSTC_PRINT_NORMAL", PyInt_FromLong((long) 0));
11036 PyDict_SetItemString(d
,"wxSTC_PRINT_INVERTLIGHT", PyInt_FromLong((long) 1));
11037 PyDict_SetItemString(d
,"wxSTC_PRINT_BLACKONWHITE", PyInt_FromLong((long) 2));
11038 PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITE", PyInt_FromLong((long) 3));
11039 PyDict_SetItemString(d
,"wxSTC_PRINT_COLOURONWHITEDEFAULTBG", PyInt_FromLong((long) 4));
11040 PyDict_SetItemString(d
,"wxSTC_FIND_WHOLEWORD", PyInt_FromLong((long) 2));
11041 PyDict_SetItemString(d
,"wxSTC_FIND_MATCHCASE", PyInt_FromLong((long) 4));
11042 PyDict_SetItemString(d
,"wxSTC_FIND_WORDSTART", PyInt_FromLong((long) 0x00100000));
11043 PyDict_SetItemString(d
,"wxSTC_FIND_REGEXP", PyInt_FromLong((long) 0x00200000));
11044 PyDict_SetItemString(d
,"wxSTC_CMD_UNDO", PyInt_FromLong((long) 2176));
11045 PyDict_SetItemString(d
,"wxSTC_CMD_CUT", PyInt_FromLong((long) 2177));
11046 PyDict_SetItemString(d
,"wxSTC_CMD_COPY", PyInt_FromLong((long) 2178));
11047 PyDict_SetItemString(d
,"wxSTC_CMD_PASTE", PyInt_FromLong((long) 2179));
11048 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBASE", PyInt_FromLong((long) 0x400));
11049 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELWHITEFLAG", PyInt_FromLong((long) 0x1000));
11050 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELHEADERFLAG", PyInt_FromLong((long) 0x2000));
11051 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELNUMBERMASK", PyInt_FromLong((long) 0x0FFF));
11052 PyDict_SetItemString(d
,"wxSTC_TIME_FOREVER", PyInt_FromLong((long) 10000000));
11053 PyDict_SetItemString(d
,"wxSTC_WRAP_NONE", PyInt_FromLong((long) 0));
11054 PyDict_SetItemString(d
,"wxSTC_WRAP_WORD", PyInt_FromLong((long) 1));
11055 PyDict_SetItemString(d
,"wxSTC_CACHE_NONE", PyInt_FromLong((long) 0));
11056 PyDict_SetItemString(d
,"wxSTC_CACHE_CARET", PyInt_FromLong((long) 1));
11057 PyDict_SetItemString(d
,"wxSTC_CACHE_PAGE", PyInt_FromLong((long) 2));
11058 PyDict_SetItemString(d
,"wxSTC_CACHE_DOCUMENT", PyInt_FromLong((long) 3));
11059 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWN", PyInt_FromLong((long) 2300));
11060 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWNEXTEND", PyInt_FromLong((long) 2301));
11061 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUP", PyInt_FromLong((long) 2302));
11062 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUPEXTEND", PyInt_FromLong((long) 2303));
11063 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFT", PyInt_FromLong((long) 2304));
11064 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFTEXTEND", PyInt_FromLong((long) 2305));
11065 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHT", PyInt_FromLong((long) 2306));
11066 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHTEXTEND", PyInt_FromLong((long) 2307));
11067 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFT", PyInt_FromLong((long) 2308));
11068 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFTEXTEND", PyInt_FromLong((long) 2309));
11069 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHT", PyInt_FromLong((long) 2310));
11070 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHTEXTEND", PyInt_FromLong((long) 2311));
11071 PyDict_SetItemString(d
,"wxSTC_CMD_HOME", PyInt_FromLong((long) 2312));
11072 PyDict_SetItemString(d
,"wxSTC_CMD_HOMEEXTEND", PyInt_FromLong((long) 2313));
11073 PyDict_SetItemString(d
,"wxSTC_CMD_LINEEND", PyInt_FromLong((long) 2314));
11074 PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDEXTEND", PyInt_FromLong((long) 2315));
11075 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTART", PyInt_FromLong((long) 2316));
11076 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTARTEXTEND", PyInt_FromLong((long) 2317));
11077 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTEND", PyInt_FromLong((long) 2318));
11078 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTENDEXTEND", PyInt_FromLong((long) 2319));
11079 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUP", PyInt_FromLong((long) 2320));
11080 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUPEXTEND", PyInt_FromLong((long) 2321));
11081 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWN", PyInt_FromLong((long) 2322));
11082 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWNEXTEND", PyInt_FromLong((long) 2323));
11083 PyDict_SetItemString(d
,"wxSTC_CMD_EDITTOGGLEOVERTYPE", PyInt_FromLong((long) 2324));
11084 PyDict_SetItemString(d
,"wxSTC_CMD_CANCEL", PyInt_FromLong((long) 2325));
11085 PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACK", PyInt_FromLong((long) 2326));
11086 PyDict_SetItemString(d
,"wxSTC_CMD_TAB", PyInt_FromLong((long) 2327));
11087 PyDict_SetItemString(d
,"wxSTC_CMD_BACKTAB", PyInt_FromLong((long) 2328));
11088 PyDict_SetItemString(d
,"wxSTC_CMD_NEWLINE", PyInt_FromLong((long) 2329));
11089 PyDict_SetItemString(d
,"wxSTC_CMD_FORMFEED", PyInt_FromLong((long) 2330));
11090 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOME", PyInt_FromLong((long) 2331));
11091 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEEXTEND", PyInt_FromLong((long) 2332));
11092 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMIN", PyInt_FromLong((long) 2333));
11093 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMOUT", PyInt_FromLong((long) 2334));
11094 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDLEFT", PyInt_FromLong((long) 2335));
11095 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDRIGHT", PyInt_FromLong((long) 2336));
11096 PyDict_SetItemString(d
,"wxSTC_CMD_LINECUT", PyInt_FromLong((long) 2337));
11097 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDELETE", PyInt_FromLong((long) 2338));
11098 PyDict_SetItemString(d
,"wxSTC_CMD_LINETRANSPOSE", PyInt_FromLong((long) 2339));
11099 PyDict_SetItemString(d
,"wxSTC_CMD_LOWERCASE", PyInt_FromLong((long) 2340));
11100 PyDict_SetItemString(d
,"wxSTC_CMD_UPPERCASE", PyInt_FromLong((long) 2341));
11101 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLDOWN", PyInt_FromLong((long) 2342));
11102 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLUP", PyInt_FromLong((long) 2343));
11103 PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACKNOTLINE", PyInt_FromLong((long) 2344));
11104 PyDict_SetItemString(d
,"wxSTC_EDGE_NONE", PyInt_FromLong((long) 0));
11105 PyDict_SetItemString(d
,"wxSTC_EDGE_LINE", PyInt_FromLong((long) 1));
11106 PyDict_SetItemString(d
,"wxSTC_EDGE_BACKGROUND", PyInt_FromLong((long) 2));
11107 PyDict_SetItemString(d
,"wxSTC_CARET_SLOP", PyInt_FromLong((long) 0x01));
11108 PyDict_SetItemString(d
,"wxSTC_CARET_CENTER", PyInt_FromLong((long) 0x02));
11109 PyDict_SetItemString(d
,"wxSTC_CARET_STRICT", PyInt_FromLong((long) 0x04));
11110 PyDict_SetItemString(d
,"wxSTC_CARET_XEVEN", PyInt_FromLong((long) 0x08));
11111 PyDict_SetItemString(d
,"wxSTC_CARET_XJUMPS", PyInt_FromLong((long) 0x10));
11112 PyDict_SetItemString(d
,"wxSTC_CURSORNORMAL", PyInt_FromLong((long) -1));
11113 PyDict_SetItemString(d
,"wxSTC_CURSORWAIT", PyInt_FromLong((long) 3));
11114 PyDict_SetItemString(d
,"wxSTC_VISIBLE_SLOP", PyInt_FromLong((long) 0x01));
11115 PyDict_SetItemString(d
,"wxSTC_VISIBLE_STRICT", PyInt_FromLong((long) 0x04));
11116 PyDict_SetItemString(d
,"wxSTC_MOD_INSERTTEXT", PyInt_FromLong((long) 0x1));
11117 PyDict_SetItemString(d
,"wxSTC_MOD_DELETETEXT", PyInt_FromLong((long) 0x2));
11118 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGESTYLE", PyInt_FromLong((long) 0x4));
11119 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEFOLD", PyInt_FromLong((long) 0x8));
11120 PyDict_SetItemString(d
,"wxSTC_PERFORMED_USER", PyInt_FromLong((long) 0x10));
11121 PyDict_SetItemString(d
,"wxSTC_PERFORMED_UNDO", PyInt_FromLong((long) 0x20));
11122 PyDict_SetItemString(d
,"wxSTC_PERFORMED_REDO", PyInt_FromLong((long) 0x40));
11123 PyDict_SetItemString(d
,"wxSTC_LASTSTEPINUNDOREDO", PyInt_FromLong((long) 0x100));
11124 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEMARKER", PyInt_FromLong((long) 0x200));
11125 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREINSERT", PyInt_FromLong((long) 0x400));
11126 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREDELETE", PyInt_FromLong((long) 0x800));
11127 PyDict_SetItemString(d
,"wxSTC_MODEVENTMASKALL", PyInt_FromLong((long) 0xF77));
11128 PyDict_SetItemString(d
,"wxSTC_KEY_DOWN", PyInt_FromLong((long) 300));
11129 PyDict_SetItemString(d
,"wxSTC_KEY_UP", PyInt_FromLong((long) 301));
11130 PyDict_SetItemString(d
,"wxSTC_KEY_LEFT", PyInt_FromLong((long) 302));
11131 PyDict_SetItemString(d
,"wxSTC_KEY_RIGHT", PyInt_FromLong((long) 303));
11132 PyDict_SetItemString(d
,"wxSTC_KEY_HOME", PyInt_FromLong((long) 304));
11133 PyDict_SetItemString(d
,"wxSTC_KEY_END", PyInt_FromLong((long) 305));
11134 PyDict_SetItemString(d
,"wxSTC_KEY_PRIOR", PyInt_FromLong((long) 306));
11135 PyDict_SetItemString(d
,"wxSTC_KEY_NEXT", PyInt_FromLong((long) 307));
11136 PyDict_SetItemString(d
,"wxSTC_KEY_DELETE", PyInt_FromLong((long) 308));
11137 PyDict_SetItemString(d
,"wxSTC_KEY_INSERT", PyInt_FromLong((long) 309));
11138 PyDict_SetItemString(d
,"wxSTC_KEY_ESCAPE", PyInt_FromLong((long) 7));
11139 PyDict_SetItemString(d
,"wxSTC_KEY_BACK", PyInt_FromLong((long) 8));
11140 PyDict_SetItemString(d
,"wxSTC_KEY_TAB", PyInt_FromLong((long) 9));
11141 PyDict_SetItemString(d
,"wxSTC_KEY_RETURN", PyInt_FromLong((long) 13));
11142 PyDict_SetItemString(d
,"wxSTC_KEY_ADD", PyInt_FromLong((long) 310));
11143 PyDict_SetItemString(d
,"wxSTC_KEY_SUBTRACT", PyInt_FromLong((long) 311));
11144 PyDict_SetItemString(d
,"wxSTC_KEY_DIVIDE", PyInt_FromLong((long) 312));
11145 PyDict_SetItemString(d
,"wxSTC_SCMOD_SHIFT", PyInt_FromLong((long) 1));
11146 PyDict_SetItemString(d
,"wxSTC_SCMOD_CTRL", PyInt_FromLong((long) 2));
11147 PyDict_SetItemString(d
,"wxSTC_SCMOD_ALT", PyInt_FromLong((long) 4));
11148 PyDict_SetItemString(d
,"wxSTC_LEX_CONTAINER", PyInt_FromLong((long) 0));
11149 PyDict_SetItemString(d
,"wxSTC_LEX_NULL", PyInt_FromLong((long) 1));
11150 PyDict_SetItemString(d
,"wxSTC_LEX_PYTHON", PyInt_FromLong((long) 2));
11151 PyDict_SetItemString(d
,"wxSTC_LEX_CPP", PyInt_FromLong((long) 3));
11152 PyDict_SetItemString(d
,"wxSTC_LEX_HTML", PyInt_FromLong((long) 4));
11153 PyDict_SetItemString(d
,"wxSTC_LEX_XML", PyInt_FromLong((long) 5));
11154 PyDict_SetItemString(d
,"wxSTC_LEX_PERL", PyInt_FromLong((long) 6));
11155 PyDict_SetItemString(d
,"wxSTC_LEX_SQL", PyInt_FromLong((long) 7));
11156 PyDict_SetItemString(d
,"wxSTC_LEX_VB", PyInt_FromLong((long) 8));
11157 PyDict_SetItemString(d
,"wxSTC_LEX_PROPERTIES", PyInt_FromLong((long) 9));
11158 PyDict_SetItemString(d
,"wxSTC_LEX_ERRORLIST", PyInt_FromLong((long) 10));
11159 PyDict_SetItemString(d
,"wxSTC_LEX_MAKEFILE", PyInt_FromLong((long) 11));
11160 PyDict_SetItemString(d
,"wxSTC_LEX_BATCH", PyInt_FromLong((long) 12));
11161 PyDict_SetItemString(d
,"wxSTC_LEX_XCODE", PyInt_FromLong((long) 13));
11162 PyDict_SetItemString(d
,"wxSTC_LEX_LATEX", PyInt_FromLong((long) 14));
11163 PyDict_SetItemString(d
,"wxSTC_LEX_LUA", PyInt_FromLong((long) 15));
11164 PyDict_SetItemString(d
,"wxSTC_LEX_DIFF", PyInt_FromLong((long) 16));
11165 PyDict_SetItemString(d
,"wxSTC_LEX_CONF", PyInt_FromLong((long) 17));
11166 PyDict_SetItemString(d
,"wxSTC_LEX_PASCAL", PyInt_FromLong((long) 18));
11167 PyDict_SetItemString(d
,"wxSTC_LEX_AVE", PyInt_FromLong((long) 19));
11168 PyDict_SetItemString(d
,"wxSTC_LEX_ADA", PyInt_FromLong((long) 20));
11169 PyDict_SetItemString(d
,"wxSTC_LEX_LISP", PyInt_FromLong((long) 21));
11170 PyDict_SetItemString(d
,"wxSTC_LEX_RUBY", PyInt_FromLong((long) 22));
11171 PyDict_SetItemString(d
,"wxSTC_LEX_EIFFEL", PyInt_FromLong((long) 23));
11172 PyDict_SetItemString(d
,"wxSTC_LEX_EIFFELKW", PyInt_FromLong((long) 24));
11173 PyDict_SetItemString(d
,"wxSTC_LEX_TCL", PyInt_FromLong((long) 25));
11174 PyDict_SetItemString(d
,"wxSTC_LEX_NNCRONTAB", PyInt_FromLong((long) 26));
11175 PyDict_SetItemString(d
,"wxSTC_LEX_BULLANT", PyInt_FromLong((long) 27));
11176 PyDict_SetItemString(d
,"wxSTC_LEX_VBSCRIPT", PyInt_FromLong((long) 28));
11177 PyDict_SetItemString(d
,"wxSTC_LEX_ASP", PyInt_FromLong((long) 29));
11178 PyDict_SetItemString(d
,"wxSTC_LEX_PHP", PyInt_FromLong((long) 30));
11179 PyDict_SetItemString(d
,"wxSTC_LEX_BAAN", PyInt_FromLong((long) 31));
11180 PyDict_SetItemString(d
,"wxSTC_LEX_MATLAB", PyInt_FromLong((long) 32));
11181 PyDict_SetItemString(d
,"wxSTC_LEX_AUTOMATIC", PyInt_FromLong((long) 1000));
11182 PyDict_SetItemString(d
,"wxSTC_P_DEFAULT", PyInt_FromLong((long) 0));
11183 PyDict_SetItemString(d
,"wxSTC_P_COMMENTLINE", PyInt_FromLong((long) 1));
11184 PyDict_SetItemString(d
,"wxSTC_P_NUMBER", PyInt_FromLong((long) 2));
11185 PyDict_SetItemString(d
,"wxSTC_P_STRING", PyInt_FromLong((long) 3));
11186 PyDict_SetItemString(d
,"wxSTC_P_CHARACTER", PyInt_FromLong((long) 4));
11187 PyDict_SetItemString(d
,"wxSTC_P_WORD", PyInt_FromLong((long) 5));
11188 PyDict_SetItemString(d
,"wxSTC_P_TRIPLE", PyInt_FromLong((long) 6));
11189 PyDict_SetItemString(d
,"wxSTC_P_TRIPLEDOUBLE", PyInt_FromLong((long) 7));
11190 PyDict_SetItemString(d
,"wxSTC_P_CLASSNAME", PyInt_FromLong((long) 8));
11191 PyDict_SetItemString(d
,"wxSTC_P_DEFNAME", PyInt_FromLong((long) 9));
11192 PyDict_SetItemString(d
,"wxSTC_P_OPERATOR", PyInt_FromLong((long) 10));
11193 PyDict_SetItemString(d
,"wxSTC_P_IDENTIFIER", PyInt_FromLong((long) 11));
11194 PyDict_SetItemString(d
,"wxSTC_P_COMMENTBLOCK", PyInt_FromLong((long) 12));
11195 PyDict_SetItemString(d
,"wxSTC_P_STRINGEOL", PyInt_FromLong((long) 13));
11196 PyDict_SetItemString(d
,"wxSTC_C_DEFAULT", PyInt_FromLong((long) 0));
11197 PyDict_SetItemString(d
,"wxSTC_C_COMMENT", PyInt_FromLong((long) 1));
11198 PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINE", PyInt_FromLong((long) 2));
11199 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOC", PyInt_FromLong((long) 3));
11200 PyDict_SetItemString(d
,"wxSTC_C_NUMBER", PyInt_FromLong((long) 4));
11201 PyDict_SetItemString(d
,"wxSTC_C_WORD", PyInt_FromLong((long) 5));
11202 PyDict_SetItemString(d
,"wxSTC_C_STRING", PyInt_FromLong((long) 6));
11203 PyDict_SetItemString(d
,"wxSTC_C_CHARACTER", PyInt_FromLong((long) 7));
11204 PyDict_SetItemString(d
,"wxSTC_C_UUID", PyInt_FromLong((long) 8));
11205 PyDict_SetItemString(d
,"wxSTC_C_PREPROCESSOR", PyInt_FromLong((long) 9));
11206 PyDict_SetItemString(d
,"wxSTC_C_OPERATOR", PyInt_FromLong((long) 10));
11207 PyDict_SetItemString(d
,"wxSTC_C_IDENTIFIER", PyInt_FromLong((long) 11));
11208 PyDict_SetItemString(d
,"wxSTC_C_STRINGEOL", PyInt_FromLong((long) 12));
11209 PyDict_SetItemString(d
,"wxSTC_C_VERBATIM", PyInt_FromLong((long) 13));
11210 PyDict_SetItemString(d
,"wxSTC_C_REGEX", PyInt_FromLong((long) 14));
11211 PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINEDOC", PyInt_FromLong((long) 15));
11212 PyDict_SetItemString(d
,"wxSTC_C_WORD2", PyInt_FromLong((long) 16));
11213 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORD", PyInt_FromLong((long) 17));
11214 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOCKEYWORDERROR", PyInt_FromLong((long) 18));
11215 PyDict_SetItemString(d
,"wxSTC_B_DEFAULT", PyInt_FromLong((long) 0));
11216 PyDict_SetItemString(d
,"wxSTC_B_COMMENT", PyInt_FromLong((long) 1));
11217 PyDict_SetItemString(d
,"wxSTC_B_NUMBER", PyInt_FromLong((long) 2));
11218 PyDict_SetItemString(d
,"wxSTC_B_KEYWORD", PyInt_FromLong((long) 3));
11219 PyDict_SetItemString(d
,"wxSTC_B_STRING", PyInt_FromLong((long) 4));
11220 PyDict_SetItemString(d
,"wxSTC_B_PREPROCESSOR", PyInt_FromLong((long) 5));
11221 PyDict_SetItemString(d
,"wxSTC_B_OPERATOR", PyInt_FromLong((long) 6));
11222 PyDict_SetItemString(d
,"wxSTC_B_IDENTIFIER", PyInt_FromLong((long) 7));
11223 PyDict_SetItemString(d
,"wxSTC_B_DATE", PyInt_FromLong((long) 8));
11224 PyDict_SetItemString(d
,"wxSTC_H_DEFAULT", PyInt_FromLong((long) 0));
11225 PyDict_SetItemString(d
,"wxSTC_H_TAG", PyInt_FromLong((long) 1));
11226 PyDict_SetItemString(d
,"wxSTC_H_TAGUNKNOWN", PyInt_FromLong((long) 2));
11227 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTE", PyInt_FromLong((long) 3));
11228 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTEUNKNOWN", PyInt_FromLong((long) 4));
11229 PyDict_SetItemString(d
,"wxSTC_H_NUMBER", PyInt_FromLong((long) 5));
11230 PyDict_SetItemString(d
,"wxSTC_H_DOUBLESTRING", PyInt_FromLong((long) 6));
11231 PyDict_SetItemString(d
,"wxSTC_H_SINGLESTRING", PyInt_FromLong((long) 7));
11232 PyDict_SetItemString(d
,"wxSTC_H_OTHER", PyInt_FromLong((long) 8));
11233 PyDict_SetItemString(d
,"wxSTC_H_COMMENT", PyInt_FromLong((long) 9));
11234 PyDict_SetItemString(d
,"wxSTC_H_ENTITY", PyInt_FromLong((long) 10));
11235 PyDict_SetItemString(d
,"wxSTC_H_TAGEND", PyInt_FromLong((long) 11));
11236 PyDict_SetItemString(d
,"wxSTC_H_XMLSTART", PyInt_FromLong((long) 12));
11237 PyDict_SetItemString(d
,"wxSTC_H_XMLEND", PyInt_FromLong((long) 13));
11238 PyDict_SetItemString(d
,"wxSTC_H_SCRIPT", PyInt_FromLong((long) 14));
11239 PyDict_SetItemString(d
,"wxSTC_H_ASP", PyInt_FromLong((long) 15));
11240 PyDict_SetItemString(d
,"wxSTC_H_ASPAT", PyInt_FromLong((long) 16));
11241 PyDict_SetItemString(d
,"wxSTC_H_CDATA", PyInt_FromLong((long) 17));
11242 PyDict_SetItemString(d
,"wxSTC_H_QUESTION", PyInt_FromLong((long) 18));
11243 PyDict_SetItemString(d
,"wxSTC_H_VALUE", PyInt_FromLong((long) 19));
11244 PyDict_SetItemString(d
,"wxSTC_H_XCCOMMENT", PyInt_FromLong((long) 20));
11245 PyDict_SetItemString(d
,"wxSTC_H_SGML_DEFAULT", PyInt_FromLong((long) 21));
11246 PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMAND", PyInt_FromLong((long) 22));
11247 PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM", PyInt_FromLong((long) 23));
11248 PyDict_SetItemString(d
,"wxSTC_H_SGML_DOUBLESTRING", PyInt_FromLong((long) 24));
11249 PyDict_SetItemString(d
,"wxSTC_H_SGML_SIMPLESTRING", PyInt_FromLong((long) 25));
11250 PyDict_SetItemString(d
,"wxSTC_H_SGML_ERROR", PyInt_FromLong((long) 26));
11251 PyDict_SetItemString(d
,"wxSTC_H_SGML_SPECIAL", PyInt_FromLong((long) 27));
11252 PyDict_SetItemString(d
,"wxSTC_H_SGML_ENTITY", PyInt_FromLong((long) 28));
11253 PyDict_SetItemString(d
,"wxSTC_H_SGML_COMMENT", PyInt_FromLong((long) 29));
11254 PyDict_SetItemString(d
,"wxSTC_H_SGML_1ST_PARAM_COMMENT", PyInt_FromLong((long) 30));
11255 PyDict_SetItemString(d
,"wxSTC_H_SGML_BLOCK_DEFAULT", PyInt_FromLong((long) 31));
11256 PyDict_SetItemString(d
,"wxSTC_HJ_START", PyInt_FromLong((long) 40));
11257 PyDict_SetItemString(d
,"wxSTC_HJ_DEFAULT", PyInt_FromLong((long) 41));
11258 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENT", PyInt_FromLong((long) 42));
11259 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTLINE", PyInt_FromLong((long) 43));
11260 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTDOC", PyInt_FromLong((long) 44));
11261 PyDict_SetItemString(d
,"wxSTC_HJ_NUMBER", PyInt_FromLong((long) 45));
11262 PyDict_SetItemString(d
,"wxSTC_HJ_WORD", PyInt_FromLong((long) 46));
11263 PyDict_SetItemString(d
,"wxSTC_HJ_KEYWORD", PyInt_FromLong((long) 47));
11264 PyDict_SetItemString(d
,"wxSTC_HJ_DOUBLESTRING", PyInt_FromLong((long) 48));
11265 PyDict_SetItemString(d
,"wxSTC_HJ_SINGLESTRING", PyInt_FromLong((long) 49));
11266 PyDict_SetItemString(d
,"wxSTC_HJ_SYMBOLS", PyInt_FromLong((long) 50));
11267 PyDict_SetItemString(d
,"wxSTC_HJ_STRINGEOL", PyInt_FromLong((long) 51));
11268 PyDict_SetItemString(d
,"wxSTC_HJ_REGEX", PyInt_FromLong((long) 52));
11269 PyDict_SetItemString(d
,"wxSTC_HJA_START", PyInt_FromLong((long) 55));
11270 PyDict_SetItemString(d
,"wxSTC_HJA_DEFAULT", PyInt_FromLong((long) 56));
11271 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENT", PyInt_FromLong((long) 57));
11272 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTLINE", PyInt_FromLong((long) 58));
11273 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTDOC", PyInt_FromLong((long) 59));
11274 PyDict_SetItemString(d
,"wxSTC_HJA_NUMBER", PyInt_FromLong((long) 60));
11275 PyDict_SetItemString(d
,"wxSTC_HJA_WORD", PyInt_FromLong((long) 61));
11276 PyDict_SetItemString(d
,"wxSTC_HJA_KEYWORD", PyInt_FromLong((long) 62));
11277 PyDict_SetItemString(d
,"wxSTC_HJA_DOUBLESTRING", PyInt_FromLong((long) 63));
11278 PyDict_SetItemString(d
,"wxSTC_HJA_SINGLESTRING", PyInt_FromLong((long) 64));
11279 PyDict_SetItemString(d
,"wxSTC_HJA_SYMBOLS", PyInt_FromLong((long) 65));
11280 PyDict_SetItemString(d
,"wxSTC_HJA_STRINGEOL", PyInt_FromLong((long) 66));
11281 PyDict_SetItemString(d
,"wxSTC_HJA_REGEX", PyInt_FromLong((long) 67));
11282 PyDict_SetItemString(d
,"wxSTC_HB_START", PyInt_FromLong((long) 70));
11283 PyDict_SetItemString(d
,"wxSTC_HB_DEFAULT", PyInt_FromLong((long) 71));
11284 PyDict_SetItemString(d
,"wxSTC_HB_COMMENTLINE", PyInt_FromLong((long) 72));
11285 PyDict_SetItemString(d
,"wxSTC_HB_NUMBER", PyInt_FromLong((long) 73));
11286 PyDict_SetItemString(d
,"wxSTC_HB_WORD", PyInt_FromLong((long) 74));
11287 PyDict_SetItemString(d
,"wxSTC_HB_STRING", PyInt_FromLong((long) 75));
11288 PyDict_SetItemString(d
,"wxSTC_HB_IDENTIFIER", PyInt_FromLong((long) 76));
11289 PyDict_SetItemString(d
,"wxSTC_HB_STRINGEOL", PyInt_FromLong((long) 77));
11290 PyDict_SetItemString(d
,"wxSTC_HBA_START", PyInt_FromLong((long) 80));
11291 PyDict_SetItemString(d
,"wxSTC_HBA_DEFAULT", PyInt_FromLong((long) 81));
11292 PyDict_SetItemString(d
,"wxSTC_HBA_COMMENTLINE", PyInt_FromLong((long) 82));
11293 PyDict_SetItemString(d
,"wxSTC_HBA_NUMBER", PyInt_FromLong((long) 83));
11294 PyDict_SetItemString(d
,"wxSTC_HBA_WORD", PyInt_FromLong((long) 84));
11295 PyDict_SetItemString(d
,"wxSTC_HBA_STRING", PyInt_FromLong((long) 85));
11296 PyDict_SetItemString(d
,"wxSTC_HBA_IDENTIFIER", PyInt_FromLong((long) 86));
11297 PyDict_SetItemString(d
,"wxSTC_HBA_STRINGEOL", PyInt_FromLong((long) 87));
11298 PyDict_SetItemString(d
,"wxSTC_HP_START", PyInt_FromLong((long) 90));
11299 PyDict_SetItemString(d
,"wxSTC_HP_DEFAULT", PyInt_FromLong((long) 91));
11300 PyDict_SetItemString(d
,"wxSTC_HP_COMMENTLINE", PyInt_FromLong((long) 92));
11301 PyDict_SetItemString(d
,"wxSTC_HP_NUMBER", PyInt_FromLong((long) 93));
11302 PyDict_SetItemString(d
,"wxSTC_HP_STRING", PyInt_FromLong((long) 94));
11303 PyDict_SetItemString(d
,"wxSTC_HP_CHARACTER", PyInt_FromLong((long) 95));
11304 PyDict_SetItemString(d
,"wxSTC_HP_WORD", PyInt_FromLong((long) 96));
11305 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLE", PyInt_FromLong((long) 97));
11306 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLEDOUBLE", PyInt_FromLong((long) 98));
11307 PyDict_SetItemString(d
,"wxSTC_HP_CLASSNAME", PyInt_FromLong((long) 99));
11308 PyDict_SetItemString(d
,"wxSTC_HP_DEFNAME", PyInt_FromLong((long) 100));
11309 PyDict_SetItemString(d
,"wxSTC_HP_OPERATOR", PyInt_FromLong((long) 101));
11310 PyDict_SetItemString(d
,"wxSTC_HP_IDENTIFIER", PyInt_FromLong((long) 102));
11311 PyDict_SetItemString(d
,"wxSTC_HPA_START", PyInt_FromLong((long) 105));
11312 PyDict_SetItemString(d
,"wxSTC_HPA_DEFAULT", PyInt_FromLong((long) 106));
11313 PyDict_SetItemString(d
,"wxSTC_HPA_COMMENTLINE", PyInt_FromLong((long) 107));
11314 PyDict_SetItemString(d
,"wxSTC_HPA_NUMBER", PyInt_FromLong((long) 108));
11315 PyDict_SetItemString(d
,"wxSTC_HPA_STRING", PyInt_FromLong((long) 109));
11316 PyDict_SetItemString(d
,"wxSTC_HPA_CHARACTER", PyInt_FromLong((long) 110));
11317 PyDict_SetItemString(d
,"wxSTC_HPA_WORD", PyInt_FromLong((long) 111));
11318 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLE", PyInt_FromLong((long) 112));
11319 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLEDOUBLE", PyInt_FromLong((long) 113));
11320 PyDict_SetItemString(d
,"wxSTC_HPA_CLASSNAME", PyInt_FromLong((long) 114));
11321 PyDict_SetItemString(d
,"wxSTC_HPA_DEFNAME", PyInt_FromLong((long) 115));
11322 PyDict_SetItemString(d
,"wxSTC_HPA_OPERATOR", PyInt_FromLong((long) 116));
11323 PyDict_SetItemString(d
,"wxSTC_HPA_IDENTIFIER", PyInt_FromLong((long) 117));
11324 PyDict_SetItemString(d
,"wxSTC_HPHP_DEFAULT", PyInt_FromLong((long) 118));
11325 PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING", PyInt_FromLong((long) 119));
11326 PyDict_SetItemString(d
,"wxSTC_HPHP_SIMPLESTRING", PyInt_FromLong((long) 120));
11327 PyDict_SetItemString(d
,"wxSTC_HPHP_WORD", PyInt_FromLong((long) 121));
11328 PyDict_SetItemString(d
,"wxSTC_HPHP_NUMBER", PyInt_FromLong((long) 122));
11329 PyDict_SetItemString(d
,"wxSTC_HPHP_VARIABLE", PyInt_FromLong((long) 123));
11330 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENT", PyInt_FromLong((long) 124));
11331 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENTLINE", PyInt_FromLong((long) 125));
11332 PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING_VARIABLE", PyInt_FromLong((long) 126));
11333 PyDict_SetItemString(d
,"wxSTC_HPHP_OPERATOR", PyInt_FromLong((long) 127));
11334 PyDict_SetItemString(d
,"wxSTC_PL_DEFAULT", PyInt_FromLong((long) 0));
11335 PyDict_SetItemString(d
,"wxSTC_PL_ERROR", PyInt_FromLong((long) 1));
11336 PyDict_SetItemString(d
,"wxSTC_PL_COMMENTLINE", PyInt_FromLong((long) 2));
11337 PyDict_SetItemString(d
,"wxSTC_PL_POD", PyInt_FromLong((long) 3));
11338 PyDict_SetItemString(d
,"wxSTC_PL_NUMBER", PyInt_FromLong((long) 4));
11339 PyDict_SetItemString(d
,"wxSTC_PL_WORD", PyInt_FromLong((long) 5));
11340 PyDict_SetItemString(d
,"wxSTC_PL_STRING", PyInt_FromLong((long) 6));
11341 PyDict_SetItemString(d
,"wxSTC_PL_CHARACTER", PyInt_FromLong((long) 7));
11342 PyDict_SetItemString(d
,"wxSTC_PL_PUNCTUATION", PyInt_FromLong((long) 8));
11343 PyDict_SetItemString(d
,"wxSTC_PL_PREPROCESSOR", PyInt_FromLong((long) 9));
11344 PyDict_SetItemString(d
,"wxSTC_PL_OPERATOR", PyInt_FromLong((long) 10));
11345 PyDict_SetItemString(d
,"wxSTC_PL_IDENTIFIER", PyInt_FromLong((long) 11));
11346 PyDict_SetItemString(d
,"wxSTC_PL_SCALAR", PyInt_FromLong((long) 12));
11347 PyDict_SetItemString(d
,"wxSTC_PL_ARRAY", PyInt_FromLong((long) 13));
11348 PyDict_SetItemString(d
,"wxSTC_PL_HASH", PyInt_FromLong((long) 14));
11349 PyDict_SetItemString(d
,"wxSTC_PL_SYMBOLTABLE", PyInt_FromLong((long) 15));
11350 PyDict_SetItemString(d
,"wxSTC_PL_REGEX", PyInt_FromLong((long) 17));
11351 PyDict_SetItemString(d
,"wxSTC_PL_REGSUBST", PyInt_FromLong((long) 18));
11352 PyDict_SetItemString(d
,"wxSTC_PL_LONGQUOTE", PyInt_FromLong((long) 19));
11353 PyDict_SetItemString(d
,"wxSTC_PL_BACKTICKS", PyInt_FromLong((long) 20));
11354 PyDict_SetItemString(d
,"wxSTC_PL_DATASECTION", PyInt_FromLong((long) 21));
11355 PyDict_SetItemString(d
,"wxSTC_PL_HERE_DELIM", PyInt_FromLong((long) 22));
11356 PyDict_SetItemString(d
,"wxSTC_PL_HERE_Q", PyInt_FromLong((long) 23));
11357 PyDict_SetItemString(d
,"wxSTC_PL_HERE_QQ", PyInt_FromLong((long) 24));
11358 PyDict_SetItemString(d
,"wxSTC_PL_HERE_QX", PyInt_FromLong((long) 25));
11359 PyDict_SetItemString(d
,"wxSTC_PL_STRING_Q", PyInt_FromLong((long) 26));
11360 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QQ", PyInt_FromLong((long) 27));
11361 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QX", PyInt_FromLong((long) 28));
11362 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QR", PyInt_FromLong((long) 29));
11363 PyDict_SetItemString(d
,"wxSTC_PL_STRING_QW", PyInt_FromLong((long) 30));
11364 PyDict_SetItemString(d
,"wxSTC_L_DEFAULT", PyInt_FromLong((long) 0));
11365 PyDict_SetItemString(d
,"wxSTC_L_COMMAND", PyInt_FromLong((long) 1));
11366 PyDict_SetItemString(d
,"wxSTC_L_TAG", PyInt_FromLong((long) 2));
11367 PyDict_SetItemString(d
,"wxSTC_L_MATH", PyInt_FromLong((long) 3));
11368 PyDict_SetItemString(d
,"wxSTC_L_COMMENT", PyInt_FromLong((long) 4));
11369 PyDict_SetItemString(d
,"wxSTC_LUA_DEFAULT", PyInt_FromLong((long) 0));
11370 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENT", PyInt_FromLong((long) 1));
11371 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTLINE", PyInt_FromLong((long) 2));
11372 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTDOC", PyInt_FromLong((long) 3));
11373 PyDict_SetItemString(d
,"wxSTC_LUA_NUMBER", PyInt_FromLong((long) 4));
11374 PyDict_SetItemString(d
,"wxSTC_LUA_WORD", PyInt_FromLong((long) 5));
11375 PyDict_SetItemString(d
,"wxSTC_LUA_STRING", PyInt_FromLong((long) 6));
11376 PyDict_SetItemString(d
,"wxSTC_LUA_CHARACTER", PyInt_FromLong((long) 7));
11377 PyDict_SetItemString(d
,"wxSTC_LUA_LITERALSTRING", PyInt_FromLong((long) 8));
11378 PyDict_SetItemString(d
,"wxSTC_LUA_PREPROCESSOR", PyInt_FromLong((long) 9));
11379 PyDict_SetItemString(d
,"wxSTC_LUA_OPERATOR", PyInt_FromLong((long) 10));
11380 PyDict_SetItemString(d
,"wxSTC_LUA_IDENTIFIER", PyInt_FromLong((long) 11));
11381 PyDict_SetItemString(d
,"wxSTC_LUA_STRINGEOL", PyInt_FromLong((long) 12));
11382 PyDict_SetItemString(d
,"wxSTC_LUA_WORD2", PyInt_FromLong((long) 13));
11383 PyDict_SetItemString(d
,"wxSTC_LUA_WORD3", PyInt_FromLong((long) 14));
11384 PyDict_SetItemString(d
,"wxSTC_LUA_WORD4", PyInt_FromLong((long) 15));
11385 PyDict_SetItemString(d
,"wxSTC_LUA_WORD5", PyInt_FromLong((long) 16));
11386 PyDict_SetItemString(d
,"wxSTC_LUA_WORD6", PyInt_FromLong((long) 17));
11387 PyDict_SetItemString(d
,"wxSTC_ERR_DEFAULT", PyInt_FromLong((long) 0));
11388 PyDict_SetItemString(d
,"wxSTC_ERR_PYTHON", PyInt_FromLong((long) 1));
11389 PyDict_SetItemString(d
,"wxSTC_ERR_GCC", PyInt_FromLong((long) 2));
11390 PyDict_SetItemString(d
,"wxSTC_ERR_MS", PyInt_FromLong((long) 3));
11391 PyDict_SetItemString(d
,"wxSTC_ERR_CMD", PyInt_FromLong((long) 4));
11392 PyDict_SetItemString(d
,"wxSTC_ERR_BORLAND", PyInt_FromLong((long) 5));
11393 PyDict_SetItemString(d
,"wxSTC_ERR_PERL", PyInt_FromLong((long) 6));
11394 PyDict_SetItemString(d
,"wxSTC_ERR_NET", PyInt_FromLong((long) 7));
11395 PyDict_SetItemString(d
,"wxSTC_ERR_LUA", PyInt_FromLong((long) 8));
11396 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_CHANGED", PyInt_FromLong((long) 10));
11397 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_ADDITION", PyInt_FromLong((long) 11));
11398 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_DELETION", PyInt_FromLong((long) 12));
11399 PyDict_SetItemString(d
,"wxSTC_ERR_DIFF_MESSAGE", PyInt_FromLong((long) 13));
11400 PyDict_SetItemString(d
,"wxSTC_BAT_DEFAULT", PyInt_FromLong((long) 0));
11401 PyDict_SetItemString(d
,"wxSTC_BAT_COMMENT", PyInt_FromLong((long) 1));
11402 PyDict_SetItemString(d
,"wxSTC_BAT_WORD", PyInt_FromLong((long) 2));
11403 PyDict_SetItemString(d
,"wxSTC_BAT_LABEL", PyInt_FromLong((long) 3));
11404 PyDict_SetItemString(d
,"wxSTC_BAT_HIDE", PyInt_FromLong((long) 4));
11405 PyDict_SetItemString(d
,"wxSTC_BAT_COMMAND", PyInt_FromLong((long) 5));
11406 PyDict_SetItemString(d
,"wxSTC_BAT_IDENTIFIER", PyInt_FromLong((long) 6));
11407 PyDict_SetItemString(d
,"wxSTC_BAT_OPERATOR", PyInt_FromLong((long) 7));
11408 PyDict_SetItemString(d
,"wxSTC_MAKE_DEFAULT", PyInt_FromLong((long) 0));
11409 PyDict_SetItemString(d
,"wxSTC_MAKE_COMMENT", PyInt_FromLong((long) 1));
11410 PyDict_SetItemString(d
,"wxSTC_MAKE_PREPROCESSOR", PyInt_FromLong((long) 2));
11411 PyDict_SetItemString(d
,"wxSTC_MAKE_IDENTIFIER", PyInt_FromLong((long) 3));
11412 PyDict_SetItemString(d
,"wxSTC_MAKE_OPERATOR", PyInt_FromLong((long) 4));
11413 PyDict_SetItemString(d
,"wxSTC_MAKE_TARGET", PyInt_FromLong((long) 5));
11414 PyDict_SetItemString(d
,"wxSTC_MAKE_IDEOL", PyInt_FromLong((long) 9));
11415 PyDict_SetItemString(d
,"wxSTC_CONF_DEFAULT", PyInt_FromLong((long) 0));
11416 PyDict_SetItemString(d
,"wxSTC_CONF_COMMENT", PyInt_FromLong((long) 1));
11417 PyDict_SetItemString(d
,"wxSTC_CONF_NUMBER", PyInt_FromLong((long) 2));
11418 PyDict_SetItemString(d
,"wxSTC_CONF_IDENTIFIER", PyInt_FromLong((long) 3));
11419 PyDict_SetItemString(d
,"wxSTC_CONF_EXTENSION", PyInt_FromLong((long) 4));
11420 PyDict_SetItemString(d
,"wxSTC_CONF_PARAMETER", PyInt_FromLong((long) 5));
11421 PyDict_SetItemString(d
,"wxSTC_CONF_STRING", PyInt_FromLong((long) 6));
11422 PyDict_SetItemString(d
,"wxSTC_CONF_OPERATOR", PyInt_FromLong((long) 7));
11423 PyDict_SetItemString(d
,"wxSTC_CONF_IP", PyInt_FromLong((long) 8));
11424 PyDict_SetItemString(d
,"wxSTC_CONF_DIRECTIVE", PyInt_FromLong((long) 9));
11425 PyDict_SetItemString(d
,"wxSTC_AVE_DEFAULT", PyInt_FromLong((long) 0));
11426 PyDict_SetItemString(d
,"wxSTC_AVE_COMMENT", PyInt_FromLong((long) 1));
11427 PyDict_SetItemString(d
,"wxSTC_AVE_NUMBER", PyInt_FromLong((long) 2));
11428 PyDict_SetItemString(d
,"wxSTC_AVE_WORD", PyInt_FromLong((long) 3));
11429 PyDict_SetItemString(d
,"wxSTC_AVE_KEYWORD", PyInt_FromLong((long) 4));
11430 PyDict_SetItemString(d
,"wxSTC_AVE_STATEMENT", PyInt_FromLong((long) 5));
11431 PyDict_SetItemString(d
,"wxSTC_AVE_STRING", PyInt_FromLong((long) 6));
11432 PyDict_SetItemString(d
,"wxSTC_AVE_ENUM", PyInt_FromLong((long) 7));
11433 PyDict_SetItemString(d
,"wxSTC_AVE_STRINGEOL", PyInt_FromLong((long) 8));
11434 PyDict_SetItemString(d
,"wxSTC_AVE_IDENTIFIER", PyInt_FromLong((long) 9));
11435 PyDict_SetItemString(d
,"wxSTC_AVE_OPERATOR", PyInt_FromLong((long) 10));
11436 PyDict_SetItemString(d
,"wxSTC_ADA_DEFAULT", PyInt_FromLong((long) 0));
11437 PyDict_SetItemString(d
,"wxSTC_ADA_COMMENT", PyInt_FromLong((long) 1));
11438 PyDict_SetItemString(d
,"wxSTC_ADA_NUMBER", PyInt_FromLong((long) 2));
11439 PyDict_SetItemString(d
,"wxSTC_ADA_WORD", PyInt_FromLong((long) 3));
11440 PyDict_SetItemString(d
,"wxSTC_ADA_STRING", PyInt_FromLong((long) 4));
11441 PyDict_SetItemString(d
,"wxSTC_ADA_CHARACTER", PyInt_FromLong((long) 5));
11442 PyDict_SetItemString(d
,"wxSTC_ADA_OPERATOR", PyInt_FromLong((long) 6));
11443 PyDict_SetItemString(d
,"wxSTC_ADA_IDENTIFIER", PyInt_FromLong((long) 7));
11444 PyDict_SetItemString(d
,"wxSTC_ADA_STRINGEOL", PyInt_FromLong((long) 8));
11445 PyDict_SetItemString(d
,"wxSTC_BAAN_DEFAULT", PyInt_FromLong((long) 0));
11446 PyDict_SetItemString(d
,"wxSTC_BAAN_COMMENT", PyInt_FromLong((long) 1));
11447 PyDict_SetItemString(d
,"wxSTC_BAAN_COMMENTDOC", PyInt_FromLong((long) 2));
11448 PyDict_SetItemString(d
,"wxSTC_BAAN_NUMBER", PyInt_FromLong((long) 3));
11449 PyDict_SetItemString(d
,"wxSTC_BAAN_WORD", PyInt_FromLong((long) 4));
11450 PyDict_SetItemString(d
,"wxSTC_BAAN_STRING", PyInt_FromLong((long) 5));
11451 PyDict_SetItemString(d
,"wxSTC_BAAN_PREPROCESSOR", PyInt_FromLong((long) 6));
11452 PyDict_SetItemString(d
,"wxSTC_BAAN_OPERATOR", PyInt_FromLong((long) 7));
11453 PyDict_SetItemString(d
,"wxSTC_BAAN_IDENTIFIER", PyInt_FromLong((long) 8));
11454 PyDict_SetItemString(d
,"wxSTC_BAAN_STRINGEOL", PyInt_FromLong((long) 9));
11455 PyDict_SetItemString(d
,"wxSTC_BAAN_WORD2", PyInt_FromLong((long) 10));
11456 PyDict_SetItemString(d
,"wxSTC_LISP_DEFAULT", PyInt_FromLong((long) 0));
11457 PyDict_SetItemString(d
,"wxSTC_LISP_COMMENT", PyInt_FromLong((long) 1));
11458 PyDict_SetItemString(d
,"wxSTC_LISP_NUMBER", PyInt_FromLong((long) 2));
11459 PyDict_SetItemString(d
,"wxSTC_LISP_KEYWORD", PyInt_FromLong((long) 3));
11460 PyDict_SetItemString(d
,"wxSTC_LISP_STRING", PyInt_FromLong((long) 6));
11461 PyDict_SetItemString(d
,"wxSTC_LISP_STRINGEOL", PyInt_FromLong((long) 8));
11462 PyDict_SetItemString(d
,"wxSTC_LISP_IDENTIFIER", PyInt_FromLong((long) 9));
11463 PyDict_SetItemString(d
,"wxSTC_LISP_OPERATOR", PyInt_FromLong((long) 10));
11464 PyDict_SetItemString(d
,"wxSTC_EIFFEL_DEFAULT", PyInt_FromLong((long) 0));
11465 PyDict_SetItemString(d
,"wxSTC_EIFFEL_COMMENTLINE", PyInt_FromLong((long) 1));
11466 PyDict_SetItemString(d
,"wxSTC_EIFFEL_NUMBER", PyInt_FromLong((long) 2));
11467 PyDict_SetItemString(d
,"wxSTC_EIFFEL_WORD", PyInt_FromLong((long) 3));
11468 PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRING", PyInt_FromLong((long) 4));
11469 PyDict_SetItemString(d
,"wxSTC_EIFFEL_CHARACTER", PyInt_FromLong((long) 5));
11470 PyDict_SetItemString(d
,"wxSTC_EIFFEL_OPERATOR", PyInt_FromLong((long) 6));
11471 PyDict_SetItemString(d
,"wxSTC_EIFFEL_IDENTIFIER", PyInt_FromLong((long) 7));
11472 PyDict_SetItemString(d
,"wxSTC_EIFFEL_STRINGEOL", PyInt_FromLong((long) 8));
11473 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_DEFAULT", PyInt_FromLong((long) 0));
11474 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_COMMENT", PyInt_FromLong((long) 1));
11475 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_TASK", PyInt_FromLong((long) 2));
11476 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_SECTION", PyInt_FromLong((long) 3));
11477 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_KEYWORD", PyInt_FromLong((long) 4));
11478 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_MODIFIER", PyInt_FromLong((long) 5));
11479 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ASTERISK", PyInt_FromLong((long) 6));
11480 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_NUMBER", PyInt_FromLong((long) 7));
11481 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_STRING", PyInt_FromLong((long) 8));
11482 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_ENVIRONMENT", PyInt_FromLong((long) 9));
11483 PyDict_SetItemString(d
,"wxSTC_NNCRONTAB_IDENTIFIER", PyInt_FromLong((long) 10));
11484 PyDict_SetItemString(d
,"wxSTC_MATLAB_DEFAULT", PyInt_FromLong((long) 0));
11485 PyDict_SetItemString(d
,"wxSTC_MATLAB_COMMENT", PyInt_FromLong((long) 1));
11486 PyDict_SetItemString(d
,"wxSTC_MATLAB_COMMAND", PyInt_FromLong((long) 2));
11487 PyDict_SetItemString(d
,"wxSTC_MATLAB_NUMBER", PyInt_FromLong((long) 3));
11488 PyDict_SetItemString(d
,"wxSTC_MATLAB_KEYWORD", PyInt_FromLong((long) 4));
11489 PyDict_SetItemString(d
,"wxSTC_MATLAB_STRING", PyInt_FromLong((long) 5));
11490 PyDict_SetItemString(d
,"wxSTC_MATLAB_OPERATOR", PyInt_FromLong((long) 6));
11491 PyDict_SetItemString(d
,"wxSTC_MATLAB_IDENTIFIER", PyInt_FromLong((long) 7));
11492 PyDict_SetItemString(d
,"wxSTCNameStr", PyString_FromString("wxSTCNameStr"));
11493 PyDict_SetItemString(d
,"wxEVT_STC_CHANGE", PyInt_FromLong((long) wxEVT_STC_CHANGE
));
11494 PyDict_SetItemString(d
,"wxEVT_STC_STYLENEEDED", PyInt_FromLong((long) wxEVT_STC_STYLENEEDED
));
11495 PyDict_SetItemString(d
,"wxEVT_STC_CHARADDED", PyInt_FromLong((long) wxEVT_STC_CHARADDED
));
11496 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTREACHED", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTREACHED
));
11497 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTLEFT", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTLEFT
));
11498 PyDict_SetItemString(d
,"wxEVT_STC_ROMODIFYATTEMPT", PyInt_FromLong((long) wxEVT_STC_ROMODIFYATTEMPT
));
11499 PyDict_SetItemString(d
,"wxEVT_STC_KEY", PyInt_FromLong((long) wxEVT_STC_KEY
));
11500 PyDict_SetItemString(d
,"wxEVT_STC_DOUBLECLICK", PyInt_FromLong((long) wxEVT_STC_DOUBLECLICK
));
11501 PyDict_SetItemString(d
,"wxEVT_STC_UPDATEUI", PyInt_FromLong((long) wxEVT_STC_UPDATEUI
));
11502 PyDict_SetItemString(d
,"wxEVT_STC_MODIFIED", PyInt_FromLong((long) wxEVT_STC_MODIFIED
));
11503 PyDict_SetItemString(d
,"wxEVT_STC_MACRORECORD", PyInt_FromLong((long) wxEVT_STC_MACRORECORD
));
11504 PyDict_SetItemString(d
,"wxEVT_STC_MARGINCLICK", PyInt_FromLong((long) wxEVT_STC_MARGINCLICK
));
11505 PyDict_SetItemString(d
,"wxEVT_STC_NEEDSHOWN", PyInt_FromLong((long) wxEVT_STC_NEEDSHOWN
));
11506 PyDict_SetItemString(d
,"wxEVT_STC_POSCHANGED", PyInt_FromLong((long) wxEVT_STC_POSCHANGED
));
11507 PyDict_SetItemString(d
,"wxEVT_STC_PAINTED", PyInt_FromLong((long) wxEVT_STC_PAINTED
));
11508 PyDict_SetItemString(d
,"wxEVT_STC_USERLISTSELECTION", PyInt_FromLong((long) wxEVT_STC_USERLISTSELECTION
));
11509 PyDict_SetItemString(d
,"wxEVT_STC_URIDROPPED", PyInt_FromLong((long) wxEVT_STC_URIDROPPED
));
11510 PyDict_SetItemString(d
,"wxEVT_STC_DWELLSTART", PyInt_FromLong((long) wxEVT_STC_DWELLSTART
));
11511 PyDict_SetItemString(d
,"wxEVT_STC_DWELLEND", PyInt_FromLong((long) wxEVT_STC_DWELLEND
));
11512 PyDict_SetItemString(d
,"wxEVT_STC_START_DRAG", PyInt_FromLong((long) wxEVT_STC_START_DRAG
));
11513 PyDict_SetItemString(d
,"wxEVT_STC_DRAG_OVER", PyInt_FromLong((long) wxEVT_STC_DRAG_OVER
));
11514 PyDict_SetItemString(d
,"wxEVT_STC_DO_DROP", PyInt_FromLong((long) wxEVT_STC_DO_DROP
));
11517 wxClassInfo::CleanUpClasses();
11518 wxClassInfo::InitializeClasses();
11522 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
11523 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);