2 * FILE : contrib/stc/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
43 extern void SWIG_MakePtr(char *, void *, char *);
44 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
45 extern char *SWIG_GetPtr(char *, void **, char *);
46 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
47 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
48 extern PyObject
*SWIG_newvarlink(void);
52 #define SWIG_init initstc_c
54 #define SWIG_name "stc_c"
57 #include "wx/stc/stc.h"
59 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
63 } else if (target
== Py_None
) {
67 if (!PyList_Check(target
)) {
69 target
= PyList_New(0);
70 PyList_Append(target
, o2
);
73 PyList_Append(target
,o
);
79 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
85 } else if (target
== Py_None
) {
89 if (!PyTuple_Check(target
)) {
91 target
= PyTuple_New(1);
92 PyTuple_SetItem(target
, 0, o2
);
95 PyTuple_SetItem(o3
, 0, o
);
98 target
= PySequence_Concat(o2
, o3
);
105 static char* wxStringErrorMsg
= "string type is required for parameter";
109 static void *SwigwxStyledTextCtrlTowxControl(void *ptr
) {
110 wxStyledTextCtrl
*src
;
112 src
= (wxStyledTextCtrl
*) ptr
;
113 dest
= (wxControl
*) src
;
114 return (void *) dest
;
117 static void *SwigwxStyledTextCtrlTowxWindow(void *ptr
) {
118 wxStyledTextCtrl
*src
;
120 src
= (wxStyledTextCtrl
*) ptr
;
121 dest
= (wxWindow
*) src
;
122 return (void *) dest
;
125 static void *SwigwxStyledTextCtrlTowxEvtHandler(void *ptr
) {
126 wxStyledTextCtrl
*src
;
128 src
= (wxStyledTextCtrl
*) ptr
;
129 dest
= (wxEvtHandler
*) src
;
130 return (void *) dest
;
133 #define new_wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
134 static PyObject
*_wrap_new_wxStyledTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
135 PyObject
* _resultobj
;
136 wxStyledTextCtrl
* _result
;
139 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
140 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
141 long _arg4
= (long ) 0;
142 char * _arg5
= (char *) "styledtext";
143 PyObject
* _argo0
= 0;
145 PyObject
* _obj2
= 0;
147 PyObject
* _obj3
= 0;
148 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStyledTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStyledTextCtrl. Expected _wxWindow_p.");
164 if (! wxPoint_helper(_obj2
, &_arg2
))
170 if (! wxSize_helper(_obj3
, &_arg3
))
174 wxPy_BEGIN_ALLOW_THREADS
;
175 _result
= (wxStyledTextCtrl
*)new_wxStyledTextCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
177 wxPy_END_ALLOW_THREADS
;
179 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextCtrl_p");
180 _resultobj
= Py_BuildValue("s",_ptemp
);
183 _resultobj
= Py_None
;
188 #define wxStyledTextCtrl_AddText(_swigobj,_swigarg0) (_swigobj->AddText(_swigarg0))
189 static PyObject
*_wrap_wxStyledTextCtrl_AddText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
190 PyObject
* _resultobj
;
191 wxStyledTextCtrl
* _arg0
;
193 PyObject
* _argo0
= 0;
194 PyObject
* _obj1
= 0;
195 char *_kwnames
[] = { "self","text", NULL
};
198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddText",_kwnames
,&_argo0
,&_obj1
))
201 if (_argo0
== Py_None
) { _arg0
= NULL
; }
202 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
203 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddText. Expected _wxStyledTextCtrl_p.");
208 #if PYTHON_API_VERSION >= 1009
209 char* tmpPtr
; int tmpSize
;
210 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
211 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
214 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
216 _arg1
= new wxString(tmpPtr
, tmpSize
);
218 if (!PyString_Check(_obj1
)) {
219 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
222 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
226 wxPy_BEGIN_ALLOW_THREADS
;
227 wxStyledTextCtrl_AddText(_arg0
,*_arg1
);
229 wxPy_END_ALLOW_THREADS
;
230 } Py_INCREF(Py_None
);
231 _resultobj
= Py_None
;
239 #define wxStyledTextCtrl_AddStyledText(_swigobj,_swigarg0) (_swigobj->AddStyledText(_swigarg0))
240 static PyObject
*_wrap_wxStyledTextCtrl_AddStyledText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
241 PyObject
* _resultobj
;
242 wxStyledTextCtrl
* _arg0
;
244 PyObject
* _argo0
= 0;
245 PyObject
* _obj1
= 0;
246 char *_kwnames
[] = { "self","text", NULL
};
249 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddStyledText",_kwnames
,&_argo0
,&_obj1
))
252 if (_argo0
== Py_None
) { _arg0
= NULL
; }
253 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
254 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddStyledText. Expected _wxStyledTextCtrl_p.");
259 #if PYTHON_API_VERSION >= 1009
260 char* tmpPtr
; int tmpSize
;
261 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
262 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
265 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
267 _arg1
= new wxString(tmpPtr
, tmpSize
);
269 if (!PyString_Check(_obj1
)) {
270 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
273 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
277 wxPy_BEGIN_ALLOW_THREADS
;
278 wxStyledTextCtrl_AddStyledText(_arg0
,*_arg1
);
280 wxPy_END_ALLOW_THREADS
;
281 } Py_INCREF(Py_None
);
282 _resultobj
= Py_None
;
290 #define wxStyledTextCtrl_InsertText(_swigobj,_swigarg0,_swigarg1) (_swigobj->InsertText(_swigarg0,_swigarg1))
291 static PyObject
*_wrap_wxStyledTextCtrl_InsertText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
292 PyObject
* _resultobj
;
293 wxStyledTextCtrl
* _arg0
;
296 PyObject
* _argo0
= 0;
297 PyObject
* _obj2
= 0;
298 char *_kwnames
[] = { "self","pos","text", NULL
};
301 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_InsertText",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
304 if (_argo0
== Py_None
) { _arg0
= NULL
; }
305 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
306 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_InsertText. Expected _wxStyledTextCtrl_p.");
311 #if PYTHON_API_VERSION >= 1009
312 char* tmpPtr
; int tmpSize
;
313 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
314 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
317 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
319 _arg2
= new wxString(tmpPtr
, tmpSize
);
321 if (!PyString_Check(_obj2
)) {
322 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
325 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
329 wxPy_BEGIN_ALLOW_THREADS
;
330 wxStyledTextCtrl_InsertText(_arg0
,_arg1
,*_arg2
);
332 wxPy_END_ALLOW_THREADS
;
333 } Py_INCREF(Py_None
);
334 _resultobj
= Py_None
;
342 #define wxStyledTextCtrl_ClearAll(_swigobj) (_swigobj->ClearAll())
343 static PyObject
*_wrap_wxStyledTextCtrl_ClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
344 PyObject
* _resultobj
;
345 wxStyledTextCtrl
* _arg0
;
346 PyObject
* _argo0
= 0;
347 char *_kwnames
[] = { "self", NULL
};
350 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearAll",_kwnames
,&_argo0
))
353 if (_argo0
== Py_None
) { _arg0
= NULL
; }
354 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
355 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearAll. Expected _wxStyledTextCtrl_p.");
360 wxPy_BEGIN_ALLOW_THREADS
;
361 wxStyledTextCtrl_ClearAll(_arg0
);
363 wxPy_END_ALLOW_THREADS
;
364 } Py_INCREF(Py_None
);
365 _resultobj
= Py_None
;
369 #define wxStyledTextCtrl_ClearDocumentStyle(_swigobj) (_swigobj->ClearDocumentStyle())
370 static PyObject
*_wrap_wxStyledTextCtrl_ClearDocumentStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
371 PyObject
* _resultobj
;
372 wxStyledTextCtrl
* _arg0
;
373 PyObject
* _argo0
= 0;
374 char *_kwnames
[] = { "self", NULL
};
377 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearDocumentStyle",_kwnames
,&_argo0
))
380 if (_argo0
== Py_None
) { _arg0
= NULL
; }
381 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
382 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearDocumentStyle. Expected _wxStyledTextCtrl_p.");
387 wxPy_BEGIN_ALLOW_THREADS
;
388 wxStyledTextCtrl_ClearDocumentStyle(_arg0
);
390 wxPy_END_ALLOW_THREADS
;
391 } Py_INCREF(Py_None
);
392 _resultobj
= Py_None
;
396 #define wxStyledTextCtrl_GetLength(_swigobj) (_swigobj->GetLength())
397 static PyObject
*_wrap_wxStyledTextCtrl_GetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
398 PyObject
* _resultobj
;
400 wxStyledTextCtrl
* _arg0
;
401 PyObject
* _argo0
= 0;
402 char *_kwnames
[] = { "self", NULL
};
405 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLength",_kwnames
,&_argo0
))
408 if (_argo0
== Py_None
) { _arg0
= NULL
; }
409 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
410 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLength. Expected _wxStyledTextCtrl_p.");
415 wxPy_BEGIN_ALLOW_THREADS
;
416 _result
= (int )wxStyledTextCtrl_GetLength(_arg0
);
418 wxPy_END_ALLOW_THREADS
;
419 } _resultobj
= Py_BuildValue("i",_result
);
423 #define wxStyledTextCtrl_GetCharAt(_swigobj,_swigarg0) (_swigobj->GetCharAt(_swigarg0))
424 static PyObject
*_wrap_wxStyledTextCtrl_GetCharAt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
425 PyObject
* _resultobj
;
427 wxStyledTextCtrl
* _arg0
;
429 PyObject
* _argo0
= 0;
430 char *_kwnames
[] = { "self","pos", NULL
};
433 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetCharAt",_kwnames
,&_argo0
,&_arg1
))
436 if (_argo0
== Py_None
) { _arg0
= NULL
; }
437 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
438 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCharAt. Expected _wxStyledTextCtrl_p.");
443 wxPy_BEGIN_ALLOW_THREADS
;
444 _result
= (int )wxStyledTextCtrl_GetCharAt(_arg0
,_arg1
);
446 wxPy_END_ALLOW_THREADS
;
447 } _resultobj
= Py_BuildValue("i",_result
);
451 #define wxStyledTextCtrl_GetCurrentPos(_swigobj) (_swigobj->GetCurrentPos())
452 static PyObject
*_wrap_wxStyledTextCtrl_GetCurrentPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
453 PyObject
* _resultobj
;
455 wxStyledTextCtrl
* _arg0
;
456 PyObject
* _argo0
= 0;
457 char *_kwnames
[] = { "self", NULL
};
460 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentPos",_kwnames
,&_argo0
))
463 if (_argo0
== Py_None
) { _arg0
= NULL
; }
464 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
465 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentPos. Expected _wxStyledTextCtrl_p.");
470 wxPy_BEGIN_ALLOW_THREADS
;
471 _result
= (int )wxStyledTextCtrl_GetCurrentPos(_arg0
);
473 wxPy_END_ALLOW_THREADS
;
474 } _resultobj
= Py_BuildValue("i",_result
);
478 #define wxStyledTextCtrl_GetAnchor(_swigobj) (_swigobj->GetAnchor())
479 static PyObject
*_wrap_wxStyledTextCtrl_GetAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
480 PyObject
* _resultobj
;
482 wxStyledTextCtrl
* _arg0
;
483 PyObject
* _argo0
= 0;
484 char *_kwnames
[] = { "self", NULL
};
487 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetAnchor",_kwnames
,&_argo0
))
490 if (_argo0
== Py_None
) { _arg0
= NULL
; }
491 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
492 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetAnchor. Expected _wxStyledTextCtrl_p.");
497 wxPy_BEGIN_ALLOW_THREADS
;
498 _result
= (int )wxStyledTextCtrl_GetAnchor(_arg0
);
500 wxPy_END_ALLOW_THREADS
;
501 } _resultobj
= Py_BuildValue("i",_result
);
505 #define wxStyledTextCtrl_GetStyleAt(_swigobj,_swigarg0) (_swigobj->GetStyleAt(_swigarg0))
506 static PyObject
*_wrap_wxStyledTextCtrl_GetStyleAt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
507 PyObject
* _resultobj
;
509 wxStyledTextCtrl
* _arg0
;
511 PyObject
* _argo0
= 0;
512 char *_kwnames
[] = { "self","pos", NULL
};
515 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetStyleAt",_kwnames
,&_argo0
,&_arg1
))
518 if (_argo0
== Py_None
) { _arg0
= NULL
; }
519 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
520 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleAt. Expected _wxStyledTextCtrl_p.");
525 wxPy_BEGIN_ALLOW_THREADS
;
526 _result
= (int )wxStyledTextCtrl_GetStyleAt(_arg0
,_arg1
);
528 wxPy_END_ALLOW_THREADS
;
529 } _resultobj
= Py_BuildValue("i",_result
);
533 #define wxStyledTextCtrl_Redo(_swigobj) (_swigobj->Redo())
534 static PyObject
*_wrap_wxStyledTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
535 PyObject
* _resultobj
;
536 wxStyledTextCtrl
* _arg0
;
537 PyObject
* _argo0
= 0;
538 char *_kwnames
[] = { "self", NULL
};
541 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Redo",_kwnames
,&_argo0
))
544 if (_argo0
== Py_None
) { _arg0
= NULL
; }
545 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
546 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Redo. Expected _wxStyledTextCtrl_p.");
551 wxPy_BEGIN_ALLOW_THREADS
;
552 wxStyledTextCtrl_Redo(_arg0
);
554 wxPy_END_ALLOW_THREADS
;
555 } Py_INCREF(Py_None
);
556 _resultobj
= Py_None
;
560 #define wxStyledTextCtrl_SetUndoCollection(_swigobj,_swigarg0) (_swigobj->SetUndoCollection(_swigarg0))
561 static PyObject
*_wrap_wxStyledTextCtrl_SetUndoCollection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
562 PyObject
* _resultobj
;
563 wxStyledTextCtrl
* _arg0
;
565 PyObject
* _argo0
= 0;
567 char *_kwnames
[] = { "self","collectUndo", NULL
};
570 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUndoCollection",_kwnames
,&_argo0
,&tempbool1
))
573 if (_argo0
== Py_None
) { _arg0
= NULL
; }
574 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
575 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUndoCollection. Expected _wxStyledTextCtrl_p.");
579 _arg1
= (bool ) tempbool1
;
581 wxPy_BEGIN_ALLOW_THREADS
;
582 wxStyledTextCtrl_SetUndoCollection(_arg0
,_arg1
);
584 wxPy_END_ALLOW_THREADS
;
585 } Py_INCREF(Py_None
);
586 _resultobj
= Py_None
;
590 #define wxStyledTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
591 static PyObject
*_wrap_wxStyledTextCtrl_SelectAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
592 PyObject
* _resultobj
;
593 wxStyledTextCtrl
* _arg0
;
594 PyObject
* _argo0
= 0;
595 char *_kwnames
[] = { "self", NULL
};
598 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectAll",_kwnames
,&_argo0
))
601 if (_argo0
== Py_None
) { _arg0
= NULL
; }
602 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
603 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectAll. Expected _wxStyledTextCtrl_p.");
608 wxPy_BEGIN_ALLOW_THREADS
;
609 wxStyledTextCtrl_SelectAll(_arg0
);
611 wxPy_END_ALLOW_THREADS
;
612 } Py_INCREF(Py_None
);
613 _resultobj
= Py_None
;
617 #define wxStyledTextCtrl_SetSavePoint(_swigobj) (_swigobj->SetSavePoint())
618 static PyObject
*_wrap_wxStyledTextCtrl_SetSavePoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
619 PyObject
* _resultobj
;
620 wxStyledTextCtrl
* _arg0
;
621 PyObject
* _argo0
= 0;
622 char *_kwnames
[] = { "self", NULL
};
625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SetSavePoint",_kwnames
,&_argo0
))
628 if (_argo0
== Py_None
) { _arg0
= NULL
; }
629 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
630 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSavePoint. Expected _wxStyledTextCtrl_p.");
635 wxPy_BEGIN_ALLOW_THREADS
;
636 wxStyledTextCtrl_SetSavePoint(_arg0
);
638 wxPy_END_ALLOW_THREADS
;
639 } Py_INCREF(Py_None
);
640 _resultobj
= Py_None
;
644 #define wxStyledTextCtrl_GetStyledText(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetStyledText(_swigarg0,_swigarg1))
645 static PyObject
*_wrap_wxStyledTextCtrl_GetStyledText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
646 PyObject
* _resultobj
;
648 wxStyledTextCtrl
* _arg0
;
651 PyObject
* _argo0
= 0;
652 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
655 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetStyledText",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
658 if (_argo0
== Py_None
) { _arg0
= NULL
; }
659 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
660 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyledText. Expected _wxStyledTextCtrl_p.");
665 wxPy_BEGIN_ALLOW_THREADS
;
666 _result
= new wxString (wxStyledTextCtrl_GetStyledText(_arg0
,_arg1
,_arg2
));
668 wxPy_END_ALLOW_THREADS
;
670 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
678 #define wxStyledTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
679 static PyObject
*_wrap_wxStyledTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
680 PyObject
* _resultobj
;
682 wxStyledTextCtrl
* _arg0
;
683 PyObject
* _argo0
= 0;
684 char *_kwnames
[] = { "self", NULL
};
687 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanRedo",_kwnames
,&_argo0
))
690 if (_argo0
== Py_None
) { _arg0
= NULL
; }
691 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
692 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanRedo. Expected _wxStyledTextCtrl_p.");
697 wxPy_BEGIN_ALLOW_THREADS
;
698 _result
= (bool )wxStyledTextCtrl_CanRedo(_arg0
);
700 wxPy_END_ALLOW_THREADS
;
701 } _resultobj
= Py_BuildValue("i",_result
);
705 #define wxStyledTextCtrl_MarkerLineFromHandle(_swigobj,_swigarg0) (_swigobj->MarkerLineFromHandle(_swigarg0))
706 static PyObject
*_wrap_wxStyledTextCtrl_MarkerLineFromHandle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
707 PyObject
* _resultobj
;
709 wxStyledTextCtrl
* _arg0
;
711 PyObject
* _argo0
= 0;
712 char *_kwnames
[] = { "self","handle", NULL
};
715 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerLineFromHandle",_kwnames
,&_argo0
,&_arg1
))
718 if (_argo0
== Py_None
) { _arg0
= NULL
; }
719 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
720 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerLineFromHandle. Expected _wxStyledTextCtrl_p.");
725 wxPy_BEGIN_ALLOW_THREADS
;
726 _result
= (int )wxStyledTextCtrl_MarkerLineFromHandle(_arg0
,_arg1
);
728 wxPy_END_ALLOW_THREADS
;
729 } _resultobj
= Py_BuildValue("i",_result
);
733 #define wxStyledTextCtrl_MarkerDeleteHandle(_swigobj,_swigarg0) (_swigobj->MarkerDeleteHandle(_swigarg0))
734 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDeleteHandle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
735 PyObject
* _resultobj
;
736 wxStyledTextCtrl
* _arg0
;
738 PyObject
* _argo0
= 0;
739 char *_kwnames
[] = { "self","handle", NULL
};
742 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteHandle",_kwnames
,&_argo0
,&_arg1
))
745 if (_argo0
== Py_None
) { _arg0
= NULL
; }
746 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
747 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteHandle. Expected _wxStyledTextCtrl_p.");
752 wxPy_BEGIN_ALLOW_THREADS
;
753 wxStyledTextCtrl_MarkerDeleteHandle(_arg0
,_arg1
);
755 wxPy_END_ALLOW_THREADS
;
756 } Py_INCREF(Py_None
);
757 _resultobj
= Py_None
;
761 #define wxStyledTextCtrl_GetUndoCollection(_swigobj) (_swigobj->GetUndoCollection())
762 static PyObject
*_wrap_wxStyledTextCtrl_GetUndoCollection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
763 PyObject
* _resultobj
;
765 wxStyledTextCtrl
* _arg0
;
766 PyObject
* _argo0
= 0;
767 char *_kwnames
[] = { "self", NULL
};
770 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUndoCollection",_kwnames
,&_argo0
))
773 if (_argo0
== Py_None
) { _arg0
= NULL
; }
774 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
775 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUndoCollection. Expected _wxStyledTextCtrl_p.");
780 wxPy_BEGIN_ALLOW_THREADS
;
781 _result
= (bool )wxStyledTextCtrl_GetUndoCollection(_arg0
);
783 wxPy_END_ALLOW_THREADS
;
784 } _resultobj
= Py_BuildValue("i",_result
);
788 #define wxStyledTextCtrl_GetViewWhiteSpace(_swigobj) (_swigobj->GetViewWhiteSpace())
789 static PyObject
*_wrap_wxStyledTextCtrl_GetViewWhiteSpace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
790 PyObject
* _resultobj
;
792 wxStyledTextCtrl
* _arg0
;
793 PyObject
* _argo0
= 0;
794 char *_kwnames
[] = { "self", NULL
};
797 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewWhiteSpace",_kwnames
,&_argo0
))
800 if (_argo0
== Py_None
) { _arg0
= NULL
; }
801 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
802 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewWhiteSpace. Expected _wxStyledTextCtrl_p.");
807 wxPy_BEGIN_ALLOW_THREADS
;
808 _result
= (int )wxStyledTextCtrl_GetViewWhiteSpace(_arg0
);
810 wxPy_END_ALLOW_THREADS
;
811 } _resultobj
= Py_BuildValue("i",_result
);
815 #define wxStyledTextCtrl_SetViewWhiteSpace(_swigobj,_swigarg0) (_swigobj->SetViewWhiteSpace(_swigarg0))
816 static PyObject
*_wrap_wxStyledTextCtrl_SetViewWhiteSpace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
817 PyObject
* _resultobj
;
818 wxStyledTextCtrl
* _arg0
;
820 PyObject
* _argo0
= 0;
821 char *_kwnames
[] = { "self","viewWS", NULL
};
824 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewWhiteSpace",_kwnames
,&_argo0
,&_arg1
))
827 if (_argo0
== Py_None
) { _arg0
= NULL
; }
828 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
829 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewWhiteSpace. Expected _wxStyledTextCtrl_p.");
834 wxPy_BEGIN_ALLOW_THREADS
;
835 wxStyledTextCtrl_SetViewWhiteSpace(_arg0
,_arg1
);
837 wxPy_END_ALLOW_THREADS
;
838 } Py_INCREF(Py_None
);
839 _resultobj
= Py_None
;
843 #define wxStyledTextCtrl_PositionFromPoint(_swigobj,_swigarg0) (_swigobj->PositionFromPoint(_swigarg0))
844 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
845 PyObject
* _resultobj
;
847 wxStyledTextCtrl
* _arg0
;
849 PyObject
* _argo0
= 0;
851 PyObject
* _obj1
= 0;
852 char *_kwnames
[] = { "self","pt", NULL
};
855 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_PositionFromPoint",_kwnames
,&_argo0
,&_obj1
))
858 if (_argo0
== Py_None
) { _arg0
= NULL
; }
859 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
860 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPoint. Expected _wxStyledTextCtrl_p.");
866 if (! wxPoint_helper(_obj1
, &_arg1
))
870 wxPy_BEGIN_ALLOW_THREADS
;
871 _result
= (int )wxStyledTextCtrl_PositionFromPoint(_arg0
,*_arg1
);
873 wxPy_END_ALLOW_THREADS
;
874 } _resultobj
= Py_BuildValue("i",_result
);
878 #define wxStyledTextCtrl_GotoLine(_swigobj,_swigarg0) (_swigobj->GotoLine(_swigarg0))
879 static PyObject
*_wrap_wxStyledTextCtrl_GotoLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
880 PyObject
* _resultobj
;
881 wxStyledTextCtrl
* _arg0
;
883 PyObject
* _argo0
= 0;
884 char *_kwnames
[] = { "self","line", NULL
};
887 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoLine",_kwnames
,&_argo0
,&_arg1
))
890 if (_argo0
== Py_None
) { _arg0
= NULL
; }
891 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
892 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoLine. Expected _wxStyledTextCtrl_p.");
897 wxPy_BEGIN_ALLOW_THREADS
;
898 wxStyledTextCtrl_GotoLine(_arg0
,_arg1
);
900 wxPy_END_ALLOW_THREADS
;
901 } Py_INCREF(Py_None
);
902 _resultobj
= Py_None
;
906 #define wxStyledTextCtrl_GotoPos(_swigobj,_swigarg0) (_swigobj->GotoPos(_swigarg0))
907 static PyObject
*_wrap_wxStyledTextCtrl_GotoPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
908 PyObject
* _resultobj
;
909 wxStyledTextCtrl
* _arg0
;
911 PyObject
* _argo0
= 0;
912 char *_kwnames
[] = { "self","pos", NULL
};
915 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoPos",_kwnames
,&_argo0
,&_arg1
))
918 if (_argo0
== Py_None
) { _arg0
= NULL
; }
919 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
920 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoPos. Expected _wxStyledTextCtrl_p.");
925 wxPy_BEGIN_ALLOW_THREADS
;
926 wxStyledTextCtrl_GotoPos(_arg0
,_arg1
);
928 wxPy_END_ALLOW_THREADS
;
929 } Py_INCREF(Py_None
);
930 _resultobj
= Py_None
;
934 #define wxStyledTextCtrl_SetAnchor(_swigobj,_swigarg0) (_swigobj->SetAnchor(_swigarg0))
935 static PyObject
*_wrap_wxStyledTextCtrl_SetAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
936 PyObject
* _resultobj
;
937 wxStyledTextCtrl
* _arg0
;
939 PyObject
* _argo0
= 0;
940 char *_kwnames
[] = { "self","posAnchor", NULL
};
943 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetAnchor",_kwnames
,&_argo0
,&_arg1
))
946 if (_argo0
== Py_None
) { _arg0
= NULL
; }
947 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
948 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetAnchor. Expected _wxStyledTextCtrl_p.");
953 wxPy_BEGIN_ALLOW_THREADS
;
954 wxStyledTextCtrl_SetAnchor(_arg0
,_arg1
);
956 wxPy_END_ALLOW_THREADS
;
957 } Py_INCREF(Py_None
);
958 _resultobj
= Py_None
;
962 #define wxStyledTextCtrl_GetCurLine(_swigobj,_swigarg0) (_swigobj->GetCurLine(_swigarg0))
963 static PyObject
*_wrap_wxStyledTextCtrl_GetCurLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
964 PyObject
* _resultobj
;
966 wxStyledTextCtrl
* _arg0
;
967 int * _arg1
= (int *) NULL
;
969 PyObject
* _argo0
= 0;
970 char *_kwnames
[] = { "self", NULL
};
976 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurLine",_kwnames
,&_argo0
))
979 if (_argo0
== Py_None
) { _arg0
= NULL
; }
980 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
981 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurLine. Expected _wxStyledTextCtrl_p.");
986 wxPy_BEGIN_ALLOW_THREADS
;
987 _result
= new wxString (wxStyledTextCtrl_GetCurLine(_arg0
,_arg1
));
989 wxPy_END_ALLOW_THREADS
;
991 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
995 o
= PyInt_FromLong((long) (*_arg1
));
996 _resultobj
= t_output_helper(_resultobj
, o
);
1004 #define wxStyledTextCtrl_GetEndStyled(_swigobj) (_swigobj->GetEndStyled())
1005 static PyObject
*_wrap_wxStyledTextCtrl_GetEndStyled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1006 PyObject
* _resultobj
;
1008 wxStyledTextCtrl
* _arg0
;
1009 PyObject
* _argo0
= 0;
1010 char *_kwnames
[] = { "self", NULL
};
1013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEndStyled",_kwnames
,&_argo0
))
1016 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1017 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1018 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEndStyled. Expected _wxStyledTextCtrl_p.");
1023 wxPy_BEGIN_ALLOW_THREADS
;
1024 _result
= (int )wxStyledTextCtrl_GetEndStyled(_arg0
);
1026 wxPy_END_ALLOW_THREADS
;
1027 } _resultobj
= Py_BuildValue("i",_result
);
1031 #define wxStyledTextCtrl_ConvertEOLs(_swigobj) (_swigobj->ConvertEOLs())
1032 static PyObject
*_wrap_wxStyledTextCtrl_ConvertEOLs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1033 PyObject
* _resultobj
;
1034 wxStyledTextCtrl
* _arg0
;
1035 PyObject
* _argo0
= 0;
1036 char *_kwnames
[] = { "self", NULL
};
1039 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ConvertEOLs",_kwnames
,&_argo0
))
1042 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1043 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1044 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ConvertEOLs. Expected _wxStyledTextCtrl_p.");
1049 wxPy_BEGIN_ALLOW_THREADS
;
1050 wxStyledTextCtrl_ConvertEOLs(_arg0
);
1052 wxPy_END_ALLOW_THREADS
;
1053 } Py_INCREF(Py_None
);
1054 _resultobj
= Py_None
;
1058 #define wxStyledTextCtrl_GetEOLMode(_swigobj) (_swigobj->GetEOLMode())
1059 static PyObject
*_wrap_wxStyledTextCtrl_GetEOLMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1060 PyObject
* _resultobj
;
1062 wxStyledTextCtrl
* _arg0
;
1063 PyObject
* _argo0
= 0;
1064 char *_kwnames
[] = { "self", NULL
};
1067 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEOLMode",_kwnames
,&_argo0
))
1070 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1071 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1072 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEOLMode. Expected _wxStyledTextCtrl_p.");
1077 wxPy_BEGIN_ALLOW_THREADS
;
1078 _result
= (int )wxStyledTextCtrl_GetEOLMode(_arg0
);
1080 wxPy_END_ALLOW_THREADS
;
1081 } _resultobj
= Py_BuildValue("i",_result
);
1085 #define wxStyledTextCtrl_SetEOLMode(_swigobj,_swigarg0) (_swigobj->SetEOLMode(_swigarg0))
1086 static PyObject
*_wrap_wxStyledTextCtrl_SetEOLMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1087 PyObject
* _resultobj
;
1088 wxStyledTextCtrl
* _arg0
;
1090 PyObject
* _argo0
= 0;
1091 char *_kwnames
[] = { "self","eolMode", NULL
};
1094 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEOLMode",_kwnames
,&_argo0
,&_arg1
))
1097 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1098 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1099 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEOLMode. Expected _wxStyledTextCtrl_p.");
1104 wxPy_BEGIN_ALLOW_THREADS
;
1105 wxStyledTextCtrl_SetEOLMode(_arg0
,_arg1
);
1107 wxPy_END_ALLOW_THREADS
;
1108 } Py_INCREF(Py_None
);
1109 _resultobj
= Py_None
;
1113 #define wxStyledTextCtrl_StartStyling(_swigobj,_swigarg0,_swigarg1) (_swigobj->StartStyling(_swigarg0,_swigarg1))
1114 static PyObject
*_wrap_wxStyledTextCtrl_StartStyling(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1115 PyObject
* _resultobj
;
1116 wxStyledTextCtrl
* _arg0
;
1119 PyObject
* _argo0
= 0;
1120 char *_kwnames
[] = { "self","pos","mask", NULL
};
1123 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StartStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1126 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1127 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1128 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartStyling. Expected _wxStyledTextCtrl_p.");
1133 wxPy_BEGIN_ALLOW_THREADS
;
1134 wxStyledTextCtrl_StartStyling(_arg0
,_arg1
,_arg2
);
1136 wxPy_END_ALLOW_THREADS
;
1137 } Py_INCREF(Py_None
);
1138 _resultobj
= Py_None
;
1142 #define wxStyledTextCtrl_SetStyling(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStyling(_swigarg0,_swigarg1))
1143 static PyObject
*_wrap_wxStyledTextCtrl_SetStyling(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1144 PyObject
* _resultobj
;
1145 wxStyledTextCtrl
* _arg0
;
1148 PyObject
* _argo0
= 0;
1149 char *_kwnames
[] = { "self","length","style", NULL
};
1152 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1155 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1156 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1157 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyling. Expected _wxStyledTextCtrl_p.");
1162 wxPy_BEGIN_ALLOW_THREADS
;
1163 wxStyledTextCtrl_SetStyling(_arg0
,_arg1
,_arg2
);
1165 wxPy_END_ALLOW_THREADS
;
1166 } Py_INCREF(Py_None
);
1167 _resultobj
= Py_None
;
1171 #define wxStyledTextCtrl_GetBufferedDraw(_swigobj) (_swigobj->GetBufferedDraw())
1172 static PyObject
*_wrap_wxStyledTextCtrl_GetBufferedDraw(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1173 PyObject
* _resultobj
;
1175 wxStyledTextCtrl
* _arg0
;
1176 PyObject
* _argo0
= 0;
1177 char *_kwnames
[] = { "self", NULL
};
1180 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBufferedDraw",_kwnames
,&_argo0
))
1183 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1184 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1185 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBufferedDraw. Expected _wxStyledTextCtrl_p.");
1190 wxPy_BEGIN_ALLOW_THREADS
;
1191 _result
= (bool )wxStyledTextCtrl_GetBufferedDraw(_arg0
);
1193 wxPy_END_ALLOW_THREADS
;
1194 } _resultobj
= Py_BuildValue("i",_result
);
1198 #define wxStyledTextCtrl_SetBufferedDraw(_swigobj,_swigarg0) (_swigobj->SetBufferedDraw(_swigarg0))
1199 static PyObject
*_wrap_wxStyledTextCtrl_SetBufferedDraw(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1200 PyObject
* _resultobj
;
1201 wxStyledTextCtrl
* _arg0
;
1203 PyObject
* _argo0
= 0;
1205 char *_kwnames
[] = { "self","buffered", NULL
};
1208 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBufferedDraw",_kwnames
,&_argo0
,&tempbool1
))
1211 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1212 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1213 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBufferedDraw. Expected _wxStyledTextCtrl_p.");
1217 _arg1
= (bool ) tempbool1
;
1219 wxPy_BEGIN_ALLOW_THREADS
;
1220 wxStyledTextCtrl_SetBufferedDraw(_arg0
,_arg1
);
1222 wxPy_END_ALLOW_THREADS
;
1223 } Py_INCREF(Py_None
);
1224 _resultobj
= Py_None
;
1228 #define wxStyledTextCtrl_SetTabWidth(_swigobj,_swigarg0) (_swigobj->SetTabWidth(_swigarg0))
1229 static PyObject
*_wrap_wxStyledTextCtrl_SetTabWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1230 PyObject
* _resultobj
;
1231 wxStyledTextCtrl
* _arg0
;
1233 PyObject
* _argo0
= 0;
1234 char *_kwnames
[] = { "self","tabWidth", NULL
};
1237 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabWidth",_kwnames
,&_argo0
,&_arg1
))
1240 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1241 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1242 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabWidth. Expected _wxStyledTextCtrl_p.");
1247 wxPy_BEGIN_ALLOW_THREADS
;
1248 wxStyledTextCtrl_SetTabWidth(_arg0
,_arg1
);
1250 wxPy_END_ALLOW_THREADS
;
1251 } Py_INCREF(Py_None
);
1252 _resultobj
= Py_None
;
1256 #define wxStyledTextCtrl_GetTabWidth(_swigobj) (_swigobj->GetTabWidth())
1257 static PyObject
*_wrap_wxStyledTextCtrl_GetTabWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1258 PyObject
* _resultobj
;
1260 wxStyledTextCtrl
* _arg0
;
1261 PyObject
* _argo0
= 0;
1262 char *_kwnames
[] = { "self", NULL
};
1265 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabWidth",_kwnames
,&_argo0
))
1268 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1269 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1270 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabWidth. Expected _wxStyledTextCtrl_p.");
1275 wxPy_BEGIN_ALLOW_THREADS
;
1276 _result
= (int )wxStyledTextCtrl_GetTabWidth(_arg0
);
1278 wxPy_END_ALLOW_THREADS
;
1279 } _resultobj
= Py_BuildValue("i",_result
);
1283 #define wxStyledTextCtrl_SetCodePage(_swigobj,_swigarg0) (_swigobj->SetCodePage(_swigarg0))
1284 static PyObject
*_wrap_wxStyledTextCtrl_SetCodePage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1285 PyObject
* _resultobj
;
1286 wxStyledTextCtrl
* _arg0
;
1288 PyObject
* _argo0
= 0;
1289 char *_kwnames
[] = { "self","codePage", NULL
};
1292 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCodePage",_kwnames
,&_argo0
,&_arg1
))
1295 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1296 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1297 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCodePage. Expected _wxStyledTextCtrl_p.");
1302 wxPy_BEGIN_ALLOW_THREADS
;
1303 wxStyledTextCtrl_SetCodePage(_arg0
,_arg1
);
1305 wxPy_END_ALLOW_THREADS
;
1306 } Py_INCREF(Py_None
);
1307 _resultobj
= Py_None
;
1311 #define wxStyledTextCtrl_MarkerDefine(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->MarkerDefine(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
1312 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDefine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1313 PyObject
* _resultobj
;
1314 wxStyledTextCtrl
* _arg0
;
1317 wxColour
* _arg3
= (wxColour
*) &wxNullColour
;
1318 wxColour
* _arg4
= (wxColour
*) &wxNullColour
;
1319 PyObject
* _argo0
= 0;
1321 PyObject
* _obj3
= 0;
1323 PyObject
* _obj4
= 0;
1324 char *_kwnames
[] = { "self","markerNumber","markerSymbol","foreground","background", NULL
};
1327 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OO:wxStyledTextCtrl_MarkerDefine",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
))
1330 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1331 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1332 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDefine. Expected _wxStyledTextCtrl_p.");
1339 if (! wxColour_helper(_obj3
, &_arg3
))
1345 if (! wxColour_helper(_obj4
, &_arg4
))
1349 wxPy_BEGIN_ALLOW_THREADS
;
1350 wxStyledTextCtrl_MarkerDefine(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
);
1352 wxPy_END_ALLOW_THREADS
;
1353 } Py_INCREF(Py_None
);
1354 _resultobj
= Py_None
;
1358 #define wxStyledTextCtrl_MarkerSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerSetForeground(_swigarg0,_swigarg1))
1359 static PyObject
*_wrap_wxStyledTextCtrl_MarkerSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1360 PyObject
* _resultobj
;
1361 wxStyledTextCtrl
* _arg0
;
1364 PyObject
* _argo0
= 0;
1366 PyObject
* _obj2
= 0;
1367 char *_kwnames
[] = { "self","markerNumber","fore", NULL
};
1370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1373 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1374 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1375 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetForeground. Expected _wxStyledTextCtrl_p.");
1381 if (! wxColour_helper(_obj2
, &_arg2
))
1385 wxPy_BEGIN_ALLOW_THREADS
;
1386 wxStyledTextCtrl_MarkerSetForeground(_arg0
,_arg1
,*_arg2
);
1388 wxPy_END_ALLOW_THREADS
;
1389 } Py_INCREF(Py_None
);
1390 _resultobj
= Py_None
;
1394 #define wxStyledTextCtrl_MarkerSetBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerSetBackground(_swigarg0,_swigarg1))
1395 static PyObject
*_wrap_wxStyledTextCtrl_MarkerSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1396 PyObject
* _resultobj
;
1397 wxStyledTextCtrl
* _arg0
;
1400 PyObject
* _argo0
= 0;
1402 PyObject
* _obj2
= 0;
1403 char *_kwnames
[] = { "self","markerNumber","back", NULL
};
1406 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1409 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1410 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1411 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetBackground. Expected _wxStyledTextCtrl_p.");
1417 if (! wxColour_helper(_obj2
, &_arg2
))
1421 wxPy_BEGIN_ALLOW_THREADS
;
1422 wxStyledTextCtrl_MarkerSetBackground(_arg0
,_arg1
,*_arg2
);
1424 wxPy_END_ALLOW_THREADS
;
1425 } Py_INCREF(Py_None
);
1426 _resultobj
= Py_None
;
1430 #define wxStyledTextCtrl_MarkerAdd(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerAdd(_swigarg0,_swigarg1))
1431 static PyObject
*_wrap_wxStyledTextCtrl_MarkerAdd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1432 PyObject
* _resultobj
;
1433 wxStyledTextCtrl
* _arg0
;
1436 PyObject
* _argo0
= 0;
1437 char *_kwnames
[] = { "self","line","markerNumber", NULL
};
1440 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerAdd",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1443 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1444 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1445 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerAdd. Expected _wxStyledTextCtrl_p.");
1450 wxPy_BEGIN_ALLOW_THREADS
;
1451 wxStyledTextCtrl_MarkerAdd(_arg0
,_arg1
,_arg2
);
1453 wxPy_END_ALLOW_THREADS
;
1454 } Py_INCREF(Py_None
);
1455 _resultobj
= Py_None
;
1459 #define wxStyledTextCtrl_MarkerDelete(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerDelete(_swigarg0,_swigarg1))
1460 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDelete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1461 PyObject
* _resultobj
;
1462 wxStyledTextCtrl
* _arg0
;
1465 PyObject
* _argo0
= 0;
1466 char *_kwnames
[] = { "self","line","markerNumber", NULL
};
1469 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerDelete",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1472 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1473 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1474 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDelete. Expected _wxStyledTextCtrl_p.");
1479 wxPy_BEGIN_ALLOW_THREADS
;
1480 wxStyledTextCtrl_MarkerDelete(_arg0
,_arg1
,_arg2
);
1482 wxPy_END_ALLOW_THREADS
;
1483 } Py_INCREF(Py_None
);
1484 _resultobj
= Py_None
;
1488 #define wxStyledTextCtrl_MarkerDeleteAll(_swigobj,_swigarg0) (_swigobj->MarkerDeleteAll(_swigarg0))
1489 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDeleteAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1490 PyObject
* _resultobj
;
1491 wxStyledTextCtrl
* _arg0
;
1493 PyObject
* _argo0
= 0;
1494 char *_kwnames
[] = { "self","markerNumber", NULL
};
1497 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteAll",_kwnames
,&_argo0
,&_arg1
))
1500 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1501 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1502 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteAll. Expected _wxStyledTextCtrl_p.");
1507 wxPy_BEGIN_ALLOW_THREADS
;
1508 wxStyledTextCtrl_MarkerDeleteAll(_arg0
,_arg1
);
1510 wxPy_END_ALLOW_THREADS
;
1511 } Py_INCREF(Py_None
);
1512 _resultobj
= Py_None
;
1516 #define wxStyledTextCtrl_MarkerGet(_swigobj,_swigarg0) (_swigobj->MarkerGet(_swigarg0))
1517 static PyObject
*_wrap_wxStyledTextCtrl_MarkerGet(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1518 PyObject
* _resultobj
;
1520 wxStyledTextCtrl
* _arg0
;
1522 PyObject
* _argo0
= 0;
1523 char *_kwnames
[] = { "self","line", NULL
};
1526 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerGet",_kwnames
,&_argo0
,&_arg1
))
1529 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1530 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1531 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerGet. Expected _wxStyledTextCtrl_p.");
1536 wxPy_BEGIN_ALLOW_THREADS
;
1537 _result
= (int )wxStyledTextCtrl_MarkerGet(_arg0
,_arg1
);
1539 wxPy_END_ALLOW_THREADS
;
1540 } _resultobj
= Py_BuildValue("i",_result
);
1544 #define wxStyledTextCtrl_MarkerNext(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerNext(_swigarg0,_swigarg1))
1545 static PyObject
*_wrap_wxStyledTextCtrl_MarkerNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1546 PyObject
* _resultobj
;
1548 wxStyledTextCtrl
* _arg0
;
1551 PyObject
* _argo0
= 0;
1552 char *_kwnames
[] = { "self","lineStart","markerMask", NULL
};
1555 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerNext",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1558 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1559 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1560 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerNext. Expected _wxStyledTextCtrl_p.");
1565 wxPy_BEGIN_ALLOW_THREADS
;
1566 _result
= (int )wxStyledTextCtrl_MarkerNext(_arg0
,_arg1
,_arg2
);
1568 wxPy_END_ALLOW_THREADS
;
1569 } _resultobj
= Py_BuildValue("i",_result
);
1573 #define wxStyledTextCtrl_MarkerPrevious(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerPrevious(_swigarg0,_swigarg1))
1574 static PyObject
*_wrap_wxStyledTextCtrl_MarkerPrevious(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1575 PyObject
* _resultobj
;
1577 wxStyledTextCtrl
* _arg0
;
1580 PyObject
* _argo0
= 0;
1581 char *_kwnames
[] = { "self","lineStart","markerMask", NULL
};
1584 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerPrevious",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1587 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1588 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1589 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerPrevious. Expected _wxStyledTextCtrl_p.");
1594 wxPy_BEGIN_ALLOW_THREADS
;
1595 _result
= (int )wxStyledTextCtrl_MarkerPrevious(_arg0
,_arg1
,_arg2
);
1597 wxPy_END_ALLOW_THREADS
;
1598 } _resultobj
= Py_BuildValue("i",_result
);
1602 #define wxStyledTextCtrl_SetMarginType(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginType(_swigarg0,_swigarg1))
1603 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1604 PyObject
* _resultobj
;
1605 wxStyledTextCtrl
* _arg0
;
1608 PyObject
* _argo0
= 0;
1609 char *_kwnames
[] = { "self","margin","marginType", NULL
};
1612 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginType",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1615 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1616 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1617 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginType. Expected _wxStyledTextCtrl_p.");
1622 wxPy_BEGIN_ALLOW_THREADS
;
1623 wxStyledTextCtrl_SetMarginType(_arg0
,_arg1
,_arg2
);
1625 wxPy_END_ALLOW_THREADS
;
1626 } Py_INCREF(Py_None
);
1627 _resultobj
= Py_None
;
1631 #define wxStyledTextCtrl_GetMarginType(_swigobj,_swigarg0) (_swigobj->GetMarginType(_swigarg0))
1632 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1633 PyObject
* _resultobj
;
1635 wxStyledTextCtrl
* _arg0
;
1637 PyObject
* _argo0
= 0;
1638 char *_kwnames
[] = { "self","margin", NULL
};
1641 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginType",_kwnames
,&_argo0
,&_arg1
))
1644 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1645 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1646 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginType. Expected _wxStyledTextCtrl_p.");
1651 wxPy_BEGIN_ALLOW_THREADS
;
1652 _result
= (int )wxStyledTextCtrl_GetMarginType(_arg0
,_arg1
);
1654 wxPy_END_ALLOW_THREADS
;
1655 } _resultobj
= Py_BuildValue("i",_result
);
1659 #define wxStyledTextCtrl_SetMarginWidth(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginWidth(_swigarg0,_swigarg1))
1660 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1661 PyObject
* _resultobj
;
1662 wxStyledTextCtrl
* _arg0
;
1665 PyObject
* _argo0
= 0;
1666 char *_kwnames
[] = { "self","margin","pixelWidth", NULL
};
1669 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginWidth",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1672 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1673 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1674 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginWidth. Expected _wxStyledTextCtrl_p.");
1679 wxPy_BEGIN_ALLOW_THREADS
;
1680 wxStyledTextCtrl_SetMarginWidth(_arg0
,_arg1
,_arg2
);
1682 wxPy_END_ALLOW_THREADS
;
1683 } Py_INCREF(Py_None
);
1684 _resultobj
= Py_None
;
1688 #define wxStyledTextCtrl_GetMarginWidth(_swigobj,_swigarg0) (_swigobj->GetMarginWidth(_swigarg0))
1689 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1690 PyObject
* _resultobj
;
1692 wxStyledTextCtrl
* _arg0
;
1694 PyObject
* _argo0
= 0;
1695 char *_kwnames
[] = { "self","margin", NULL
};
1698 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginWidth",_kwnames
,&_argo0
,&_arg1
))
1701 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1702 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1703 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginWidth. Expected _wxStyledTextCtrl_p.");
1708 wxPy_BEGIN_ALLOW_THREADS
;
1709 _result
= (int )wxStyledTextCtrl_GetMarginWidth(_arg0
,_arg1
);
1711 wxPy_END_ALLOW_THREADS
;
1712 } _resultobj
= Py_BuildValue("i",_result
);
1716 #define wxStyledTextCtrl_SetMarginMask(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginMask(_swigarg0,_swigarg1))
1717 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1718 PyObject
* _resultobj
;
1719 wxStyledTextCtrl
* _arg0
;
1722 PyObject
* _argo0
= 0;
1723 char *_kwnames
[] = { "self","margin","mask", NULL
};
1726 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginMask",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1729 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1730 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1731 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginMask. Expected _wxStyledTextCtrl_p.");
1736 wxPy_BEGIN_ALLOW_THREADS
;
1737 wxStyledTextCtrl_SetMarginMask(_arg0
,_arg1
,_arg2
);
1739 wxPy_END_ALLOW_THREADS
;
1740 } Py_INCREF(Py_None
);
1741 _resultobj
= Py_None
;
1745 #define wxStyledTextCtrl_GetMarginMask(_swigobj,_swigarg0) (_swigobj->GetMarginMask(_swigarg0))
1746 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1747 PyObject
* _resultobj
;
1749 wxStyledTextCtrl
* _arg0
;
1751 PyObject
* _argo0
= 0;
1752 char *_kwnames
[] = { "self","margin", NULL
};
1755 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginMask",_kwnames
,&_argo0
,&_arg1
))
1758 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1759 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1760 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginMask. Expected _wxStyledTextCtrl_p.");
1765 wxPy_BEGIN_ALLOW_THREADS
;
1766 _result
= (int )wxStyledTextCtrl_GetMarginMask(_arg0
,_arg1
);
1768 wxPy_END_ALLOW_THREADS
;
1769 } _resultobj
= Py_BuildValue("i",_result
);
1773 #define wxStyledTextCtrl_SetMarginSensitive(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginSensitive(_swigarg0,_swigarg1))
1774 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1775 PyObject
* _resultobj
;
1776 wxStyledTextCtrl
* _arg0
;
1779 PyObject
* _argo0
= 0;
1781 char *_kwnames
[] = { "self","margin","sensitive", NULL
};
1784 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginSensitive",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1787 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1788 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1789 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1793 _arg2
= (bool ) tempbool2
;
1795 wxPy_BEGIN_ALLOW_THREADS
;
1796 wxStyledTextCtrl_SetMarginSensitive(_arg0
,_arg1
,_arg2
);
1798 wxPy_END_ALLOW_THREADS
;
1799 } Py_INCREF(Py_None
);
1800 _resultobj
= Py_None
;
1804 #define wxStyledTextCtrl_GetMarginSensitive(_swigobj,_swigarg0) (_swigobj->GetMarginSensitive(_swigarg0))
1805 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1806 PyObject
* _resultobj
;
1808 wxStyledTextCtrl
* _arg0
;
1810 PyObject
* _argo0
= 0;
1811 char *_kwnames
[] = { "self","margin", NULL
};
1814 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginSensitive",_kwnames
,&_argo0
,&_arg1
))
1817 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1818 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1819 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1824 wxPy_BEGIN_ALLOW_THREADS
;
1825 _result
= (bool )wxStyledTextCtrl_GetMarginSensitive(_arg0
,_arg1
);
1827 wxPy_END_ALLOW_THREADS
;
1828 } _resultobj
= Py_BuildValue("i",_result
);
1832 #define wxStyledTextCtrl_StyleClearAll(_swigobj) (_swigobj->StyleClearAll())
1833 static PyObject
*_wrap_wxStyledTextCtrl_StyleClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1834 PyObject
* _resultobj
;
1835 wxStyledTextCtrl
* _arg0
;
1836 PyObject
* _argo0
= 0;
1837 char *_kwnames
[] = { "self", NULL
};
1840 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleClearAll",_kwnames
,&_argo0
))
1843 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1844 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1845 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleClearAll. Expected _wxStyledTextCtrl_p.");
1850 wxPy_BEGIN_ALLOW_THREADS
;
1851 wxStyledTextCtrl_StyleClearAll(_arg0
);
1853 wxPy_END_ALLOW_THREADS
;
1854 } Py_INCREF(Py_None
);
1855 _resultobj
= Py_None
;
1859 #define wxStyledTextCtrl_StyleSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetForeground(_swigarg0,_swigarg1))
1860 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1861 PyObject
* _resultobj
;
1862 wxStyledTextCtrl
* _arg0
;
1865 PyObject
* _argo0
= 0;
1867 PyObject
* _obj2
= 0;
1868 char *_kwnames
[] = { "self","style","fore", NULL
};
1871 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1874 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1875 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1876 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetForeground. Expected _wxStyledTextCtrl_p.");
1882 if (! wxColour_helper(_obj2
, &_arg2
))
1886 wxPy_BEGIN_ALLOW_THREADS
;
1887 wxStyledTextCtrl_StyleSetForeground(_arg0
,_arg1
,*_arg2
);
1889 wxPy_END_ALLOW_THREADS
;
1890 } Py_INCREF(Py_None
);
1891 _resultobj
= Py_None
;
1895 #define wxStyledTextCtrl_StyleSetBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBackground(_swigarg0,_swigarg1))
1896 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1897 PyObject
* _resultobj
;
1898 wxStyledTextCtrl
* _arg0
;
1901 PyObject
* _argo0
= 0;
1903 PyObject
* _obj2
= 0;
1904 char *_kwnames
[] = { "self","style","back", NULL
};
1907 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1910 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1911 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1912 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBackground. Expected _wxStyledTextCtrl_p.");
1918 if (! wxColour_helper(_obj2
, &_arg2
))
1922 wxPy_BEGIN_ALLOW_THREADS
;
1923 wxStyledTextCtrl_StyleSetBackground(_arg0
,_arg1
,*_arg2
);
1925 wxPy_END_ALLOW_THREADS
;
1926 } Py_INCREF(Py_None
);
1927 _resultobj
= Py_None
;
1931 #define wxStyledTextCtrl_StyleSetBold(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBold(_swigarg0,_swigarg1))
1932 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1933 PyObject
* _resultobj
;
1934 wxStyledTextCtrl
* _arg0
;
1937 PyObject
* _argo0
= 0;
1939 char *_kwnames
[] = { "self","style","bold", NULL
};
1942 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetBold",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1945 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1946 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1947 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBold. Expected _wxStyledTextCtrl_p.");
1951 _arg2
= (bool ) tempbool2
;
1953 wxPy_BEGIN_ALLOW_THREADS
;
1954 wxStyledTextCtrl_StyleSetBold(_arg0
,_arg1
,_arg2
);
1956 wxPy_END_ALLOW_THREADS
;
1957 } Py_INCREF(Py_None
);
1958 _resultobj
= Py_None
;
1962 #define wxStyledTextCtrl_StyleSetItalic(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetItalic(_swigarg0,_swigarg1))
1963 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetItalic(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1964 PyObject
* _resultobj
;
1965 wxStyledTextCtrl
* _arg0
;
1968 PyObject
* _argo0
= 0;
1970 char *_kwnames
[] = { "self","style","italic", NULL
};
1973 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetItalic",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1976 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1977 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1978 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetItalic. Expected _wxStyledTextCtrl_p.");
1982 _arg2
= (bool ) tempbool2
;
1984 wxPy_BEGIN_ALLOW_THREADS
;
1985 wxStyledTextCtrl_StyleSetItalic(_arg0
,_arg1
,_arg2
);
1987 wxPy_END_ALLOW_THREADS
;
1988 } Py_INCREF(Py_None
);
1989 _resultobj
= Py_None
;
1993 #define wxStyledTextCtrl_StyleSetSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSize(_swigarg0,_swigarg1))
1994 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1995 PyObject
* _resultobj
;
1996 wxStyledTextCtrl
* _arg0
;
1999 PyObject
* _argo0
= 0;
2000 char *_kwnames
[] = { "self","style","sizePoints", NULL
};
2003 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetSize",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2006 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2007 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2008 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSize. Expected _wxStyledTextCtrl_p.");
2013 wxPy_BEGIN_ALLOW_THREADS
;
2014 wxStyledTextCtrl_StyleSetSize(_arg0
,_arg1
,_arg2
);
2016 wxPy_END_ALLOW_THREADS
;
2017 } Py_INCREF(Py_None
);
2018 _resultobj
= Py_None
;
2022 #define wxStyledTextCtrl_StyleSetFaceName(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFaceName(_swigarg0,_swigarg1))
2023 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFaceName(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2024 PyObject
* _resultobj
;
2025 wxStyledTextCtrl
* _arg0
;
2028 PyObject
* _argo0
= 0;
2029 PyObject
* _obj2
= 0;
2030 char *_kwnames
[] = { "self","style","fontName", NULL
};
2033 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFaceName",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2036 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2037 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2038 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFaceName. Expected _wxStyledTextCtrl_p.");
2043 #if PYTHON_API_VERSION >= 1009
2044 char* tmpPtr
; int tmpSize
;
2045 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
2046 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2049 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
2051 _arg2
= new wxString(tmpPtr
, tmpSize
);
2053 if (!PyString_Check(_obj2
)) {
2054 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2057 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
2061 wxPy_BEGIN_ALLOW_THREADS
;
2062 wxStyledTextCtrl_StyleSetFaceName(_arg0
,_arg1
,*_arg2
);
2064 wxPy_END_ALLOW_THREADS
;
2065 } Py_INCREF(Py_None
);
2066 _resultobj
= Py_None
;
2074 #define wxStyledTextCtrl_StyleSetEOLFilled(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetEOLFilled(_swigarg0,_swigarg1))
2075 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetEOLFilled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2076 PyObject
* _resultobj
;
2077 wxStyledTextCtrl
* _arg0
;
2080 PyObject
* _argo0
= 0;
2082 char *_kwnames
[] = { "self","style","filled", NULL
};
2085 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetEOLFilled",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2088 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2089 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetEOLFilled. Expected _wxStyledTextCtrl_p.");
2094 _arg2
= (bool ) tempbool2
;
2096 wxPy_BEGIN_ALLOW_THREADS
;
2097 wxStyledTextCtrl_StyleSetEOLFilled(_arg0
,_arg1
,_arg2
);
2099 wxPy_END_ALLOW_THREADS
;
2100 } Py_INCREF(Py_None
);
2101 _resultobj
= Py_None
;
2105 #define wxStyledTextCtrl_StyleResetDefault(_swigobj) (_swigobj->StyleResetDefault())
2106 static PyObject
*_wrap_wxStyledTextCtrl_StyleResetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2107 PyObject
* _resultobj
;
2108 wxStyledTextCtrl
* _arg0
;
2109 PyObject
* _argo0
= 0;
2110 char *_kwnames
[] = { "self", NULL
};
2113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleResetDefault",_kwnames
,&_argo0
))
2116 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2117 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleResetDefault. Expected _wxStyledTextCtrl_p.");
2123 wxPy_BEGIN_ALLOW_THREADS
;
2124 wxStyledTextCtrl_StyleResetDefault(_arg0
);
2126 wxPy_END_ALLOW_THREADS
;
2127 } Py_INCREF(Py_None
);
2128 _resultobj
= Py_None
;
2132 #define wxStyledTextCtrl_StyleSetUnderline(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetUnderline(_swigarg0,_swigarg1))
2133 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetUnderline(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2134 PyObject
* _resultobj
;
2135 wxStyledTextCtrl
* _arg0
;
2138 PyObject
* _argo0
= 0;
2140 char *_kwnames
[] = { "self","style","underline", NULL
};
2143 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetUnderline",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2146 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2147 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2148 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetUnderline. Expected _wxStyledTextCtrl_p.");
2152 _arg2
= (bool ) tempbool2
;
2154 wxPy_BEGIN_ALLOW_THREADS
;
2155 wxStyledTextCtrl_StyleSetUnderline(_arg0
,_arg1
,_arg2
);
2157 wxPy_END_ALLOW_THREADS
;
2158 } Py_INCREF(Py_None
);
2159 _resultobj
= Py_None
;
2163 #define wxStyledTextCtrl_SetSelForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelForeground(_swigarg0,_swigarg1))
2164 static PyObject
*_wrap_wxStyledTextCtrl_SetSelForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2165 PyObject
* _resultobj
;
2166 wxStyledTextCtrl
* _arg0
;
2169 PyObject
* _argo0
= 0;
2172 PyObject
* _obj2
= 0;
2173 char *_kwnames
[] = { "self","useSetting","fore", NULL
};
2176 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2179 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2180 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2181 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelForeground. Expected _wxStyledTextCtrl_p.");
2185 _arg1
= (bool ) tempbool1
;
2188 if (! wxColour_helper(_obj2
, &_arg2
))
2192 wxPy_BEGIN_ALLOW_THREADS
;
2193 wxStyledTextCtrl_SetSelForeground(_arg0
,_arg1
,*_arg2
);
2195 wxPy_END_ALLOW_THREADS
;
2196 } Py_INCREF(Py_None
);
2197 _resultobj
= Py_None
;
2201 #define wxStyledTextCtrl_SetSelBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelBackground(_swigarg0,_swigarg1))
2202 static PyObject
*_wrap_wxStyledTextCtrl_SetSelBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2203 PyObject
* _resultobj
;
2204 wxStyledTextCtrl
* _arg0
;
2207 PyObject
* _argo0
= 0;
2210 PyObject
* _obj2
= 0;
2211 char *_kwnames
[] = { "self","useSetting","back", NULL
};
2214 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
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_SetSelBackground. Expected _wxStyledTextCtrl_p.");
2223 _arg1
= (bool ) tempbool1
;
2226 if (! wxColour_helper(_obj2
, &_arg2
))
2230 wxPy_BEGIN_ALLOW_THREADS
;
2231 wxStyledTextCtrl_SetSelBackground(_arg0
,_arg1
,*_arg2
);
2233 wxPy_END_ALLOW_THREADS
;
2234 } Py_INCREF(Py_None
);
2235 _resultobj
= Py_None
;
2239 #define wxStyledTextCtrl_SetCaretForeground(_swigobj,_swigarg0) (_swigobj->SetCaretForeground(_swigarg0))
2240 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2241 PyObject
* _resultobj
;
2242 wxStyledTextCtrl
* _arg0
;
2244 PyObject
* _argo0
= 0;
2246 PyObject
* _obj1
= 0;
2247 char *_kwnames
[] = { "self","fore", NULL
};
2250 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretForeground",_kwnames
,&_argo0
,&_obj1
))
2253 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2254 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2255 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretForeground. Expected _wxStyledTextCtrl_p.");
2261 if (! wxColour_helper(_obj1
, &_arg1
))
2265 wxPy_BEGIN_ALLOW_THREADS
;
2266 wxStyledTextCtrl_SetCaretForeground(_arg0
,*_arg1
);
2268 wxPy_END_ALLOW_THREADS
;
2269 } Py_INCREF(Py_None
);
2270 _resultobj
= Py_None
;
2274 #define wxStyledTextCtrl_CmdKeyAssign(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->CmdKeyAssign(_swigarg0,_swigarg1,_swigarg2))
2275 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyAssign(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2276 PyObject
* _resultobj
;
2277 wxStyledTextCtrl
* _arg0
;
2281 PyObject
* _argo0
= 0;
2282 char *_kwnames
[] = { "self","key","modifiers","cmd", NULL
};
2285 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiii:wxStyledTextCtrl_CmdKeyAssign",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))
2288 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2289 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2290 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyAssign. Expected _wxStyledTextCtrl_p.");
2295 wxPy_BEGIN_ALLOW_THREADS
;
2296 wxStyledTextCtrl_CmdKeyAssign(_arg0
,_arg1
,_arg2
,_arg3
);
2298 wxPy_END_ALLOW_THREADS
;
2299 } Py_INCREF(Py_None
);
2300 _resultobj
= Py_None
;
2304 #define wxStyledTextCtrl_CmdKeyClear(_swigobj,_swigarg0,_swigarg1) (_swigobj->CmdKeyClear(_swigarg0,_swigarg1))
2305 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2306 PyObject
* _resultobj
;
2307 wxStyledTextCtrl
* _arg0
;
2310 PyObject
* _argo0
= 0;
2311 char *_kwnames
[] = { "self","key","modifiers", NULL
};
2314 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CmdKeyClear",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2317 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2318 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2319 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClear. Expected _wxStyledTextCtrl_p.");
2324 wxPy_BEGIN_ALLOW_THREADS
;
2325 wxStyledTextCtrl_CmdKeyClear(_arg0
,_arg1
,_arg2
);
2327 wxPy_END_ALLOW_THREADS
;
2328 } Py_INCREF(Py_None
);
2329 _resultobj
= Py_None
;
2333 #define wxStyledTextCtrl_CmdKeyClearAll(_swigobj) (_swigobj->CmdKeyClearAll())
2334 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2335 PyObject
* _resultobj
;
2336 wxStyledTextCtrl
* _arg0
;
2337 PyObject
* _argo0
= 0;
2338 char *_kwnames
[] = { "self", NULL
};
2341 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CmdKeyClearAll",_kwnames
,&_argo0
))
2344 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2345 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2346 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClearAll. Expected _wxStyledTextCtrl_p.");
2351 wxPy_BEGIN_ALLOW_THREADS
;
2352 wxStyledTextCtrl_CmdKeyClearAll(_arg0
);
2354 wxPy_END_ALLOW_THREADS
;
2355 } Py_INCREF(Py_None
);
2356 _resultobj
= Py_None
;
2360 #define wxStyledTextCtrl_SetStyleBytes(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStyleBytes(_swigarg0,_swigarg1))
2361 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBytes(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2362 PyObject
* _resultobj
;
2363 wxStyledTextCtrl
* _arg0
;
2366 PyObject
* _argo0
= 0;
2367 char *_kwnames
[] = { "self","length","styleBytes", NULL
};
2370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ois:wxStyledTextCtrl_SetStyleBytes",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2373 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2374 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2375 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBytes. Expected _wxStyledTextCtrl_p.");
2380 wxPy_BEGIN_ALLOW_THREADS
;
2381 wxStyledTextCtrl_SetStyleBytes(_arg0
,_arg1
,_arg2
);
2383 wxPy_END_ALLOW_THREADS
;
2384 } Py_INCREF(Py_None
);
2385 _resultobj
= Py_None
;
2389 #define wxStyledTextCtrl_StyleSetVisible(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetVisible(_swigarg0,_swigarg1))
2390 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2391 PyObject
* _resultobj
;
2392 wxStyledTextCtrl
* _arg0
;
2395 PyObject
* _argo0
= 0;
2397 char *_kwnames
[] = { "self","style","visible", NULL
};
2400 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetVisible",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2403 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2404 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2405 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetVisible. Expected _wxStyledTextCtrl_p.");
2409 _arg2
= (bool ) tempbool2
;
2411 wxPy_BEGIN_ALLOW_THREADS
;
2412 wxStyledTextCtrl_StyleSetVisible(_arg0
,_arg1
,_arg2
);
2414 wxPy_END_ALLOW_THREADS
;
2415 } Py_INCREF(Py_None
);
2416 _resultobj
= Py_None
;
2420 #define wxStyledTextCtrl_GetCaretPeriod(_swigobj) (_swigobj->GetCaretPeriod())
2421 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2422 PyObject
* _resultobj
;
2424 wxStyledTextCtrl
* _arg0
;
2425 PyObject
* _argo0
= 0;
2426 char *_kwnames
[] = { "self", NULL
};
2429 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretPeriod",_kwnames
,&_argo0
))
2432 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2433 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2434 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2439 wxPy_BEGIN_ALLOW_THREADS
;
2440 _result
= (int )wxStyledTextCtrl_GetCaretPeriod(_arg0
);
2442 wxPy_END_ALLOW_THREADS
;
2443 } _resultobj
= Py_BuildValue("i",_result
);
2447 #define wxStyledTextCtrl_SetCaretPeriod(_swigobj,_swigarg0) (_swigobj->SetCaretPeriod(_swigarg0))
2448 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2449 PyObject
* _resultobj
;
2450 wxStyledTextCtrl
* _arg0
;
2452 PyObject
* _argo0
= 0;
2453 char *_kwnames
[] = { "self","periodMilliseconds", NULL
};
2456 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretPeriod",_kwnames
,&_argo0
,&_arg1
))
2459 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2460 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2461 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2466 wxPy_BEGIN_ALLOW_THREADS
;
2467 wxStyledTextCtrl_SetCaretPeriod(_arg0
,_arg1
);
2469 wxPy_END_ALLOW_THREADS
;
2470 } Py_INCREF(Py_None
);
2471 _resultobj
= Py_None
;
2475 #define wxStyledTextCtrl_SetWordChars(_swigobj,_swigarg0) (_swigobj->SetWordChars(_swigarg0))
2476 static PyObject
*_wrap_wxStyledTextCtrl_SetWordChars(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2477 PyObject
* _resultobj
;
2478 wxStyledTextCtrl
* _arg0
;
2480 PyObject
* _argo0
= 0;
2481 PyObject
* _obj1
= 0;
2482 char *_kwnames
[] = { "self","characters", NULL
};
2485 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetWordChars",_kwnames
,&_argo0
,&_obj1
))
2488 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2489 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2490 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWordChars. Expected _wxStyledTextCtrl_p.");
2495 #if PYTHON_API_VERSION >= 1009
2496 char* tmpPtr
; int tmpSize
;
2497 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
2498 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2501 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
2503 _arg1
= new wxString(tmpPtr
, tmpSize
);
2505 if (!PyString_Check(_obj1
)) {
2506 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2509 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
2513 wxPy_BEGIN_ALLOW_THREADS
;
2514 wxStyledTextCtrl_SetWordChars(_arg0
,*_arg1
);
2516 wxPy_END_ALLOW_THREADS
;
2517 } Py_INCREF(Py_None
);
2518 _resultobj
= Py_None
;
2526 #define wxStyledTextCtrl_BeginUndoAction(_swigobj) (_swigobj->BeginUndoAction())
2527 static PyObject
*_wrap_wxStyledTextCtrl_BeginUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2528 PyObject
* _resultobj
;
2529 wxStyledTextCtrl
* _arg0
;
2530 PyObject
* _argo0
= 0;
2531 char *_kwnames
[] = { "self", NULL
};
2534 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_BeginUndoAction",_kwnames
,&_argo0
))
2537 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2538 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2539 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BeginUndoAction. Expected _wxStyledTextCtrl_p.");
2544 wxPy_BEGIN_ALLOW_THREADS
;
2545 wxStyledTextCtrl_BeginUndoAction(_arg0
);
2547 wxPy_END_ALLOW_THREADS
;
2548 } Py_INCREF(Py_None
);
2549 _resultobj
= Py_None
;
2553 #define wxStyledTextCtrl_EndUndoAction(_swigobj) (_swigobj->EndUndoAction())
2554 static PyObject
*_wrap_wxStyledTextCtrl_EndUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2555 PyObject
* _resultobj
;
2556 wxStyledTextCtrl
* _arg0
;
2557 PyObject
* _argo0
= 0;
2558 char *_kwnames
[] = { "self", NULL
};
2561 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EndUndoAction",_kwnames
,&_argo0
))
2564 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2565 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2566 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EndUndoAction. Expected _wxStyledTextCtrl_p.");
2571 wxPy_BEGIN_ALLOW_THREADS
;
2572 wxStyledTextCtrl_EndUndoAction(_arg0
);
2574 wxPy_END_ALLOW_THREADS
;
2575 } Py_INCREF(Py_None
);
2576 _resultobj
= Py_None
;
2580 #define wxStyledTextCtrl_IndicatorSetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetStyle(_swigarg0,_swigarg1))
2581 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2582 PyObject
* _resultobj
;
2583 wxStyledTextCtrl
* _arg0
;
2586 PyObject
* _argo0
= 0;
2587 char *_kwnames
[] = { "self","indic","style", NULL
};
2590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_IndicatorSetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetStyle. Expected _wxStyledTextCtrl_p.");
2600 wxPy_BEGIN_ALLOW_THREADS
;
2601 wxStyledTextCtrl_IndicatorSetStyle(_arg0
,_arg1
,_arg2
);
2603 wxPy_END_ALLOW_THREADS
;
2604 } Py_INCREF(Py_None
);
2605 _resultobj
= Py_None
;
2609 #define wxStyledTextCtrl_IndicatorGetStyle(_swigobj,_swigarg0) (_swigobj->IndicatorGetStyle(_swigarg0))
2610 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2611 PyObject
* _resultobj
;
2613 wxStyledTextCtrl
* _arg0
;
2615 PyObject
* _argo0
= 0;
2616 char *_kwnames
[] = { "self","indic", NULL
};
2619 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetStyle",_kwnames
,&_argo0
,&_arg1
))
2622 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2623 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2624 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetStyle. Expected _wxStyledTextCtrl_p.");
2629 wxPy_BEGIN_ALLOW_THREADS
;
2630 _result
= (int )wxStyledTextCtrl_IndicatorGetStyle(_arg0
,_arg1
);
2632 wxPy_END_ALLOW_THREADS
;
2633 } _resultobj
= Py_BuildValue("i",_result
);
2637 #define wxStyledTextCtrl_IndicatorSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetForeground(_swigarg0,_swigarg1))
2638 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2639 PyObject
* _resultobj
;
2640 wxStyledTextCtrl
* _arg0
;
2643 PyObject
* _argo0
= 0;
2645 PyObject
* _obj2
= 0;
2646 char *_kwnames
[] = { "self","indic","fore", NULL
};
2649 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_IndicatorSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2652 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2653 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2654 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetForeground. Expected _wxStyledTextCtrl_p.");
2660 if (! wxColour_helper(_obj2
, &_arg2
))
2664 wxPy_BEGIN_ALLOW_THREADS
;
2665 wxStyledTextCtrl_IndicatorSetForeground(_arg0
,_arg1
,*_arg2
);
2667 wxPy_END_ALLOW_THREADS
;
2668 } Py_INCREF(Py_None
);
2669 _resultobj
= Py_None
;
2673 #define wxStyledTextCtrl_IndicatorGetForeground(_swigobj,_swigarg0) (_swigobj->IndicatorGetForeground(_swigarg0))
2674 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2675 PyObject
* _resultobj
;
2677 wxStyledTextCtrl
* _arg0
;
2679 PyObject
* _argo0
= 0;
2680 char *_kwnames
[] = { "self","indic", NULL
};
2684 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetForeground",_kwnames
,&_argo0
,&_arg1
))
2687 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2688 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2689 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetForeground. Expected _wxStyledTextCtrl_p.");
2694 wxPy_BEGIN_ALLOW_THREADS
;
2695 _result
= new wxColour (wxStyledTextCtrl_IndicatorGetForeground(_arg0
,_arg1
));
2697 wxPy_END_ALLOW_THREADS
;
2698 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
2699 _resultobj
= Py_BuildValue("s",_ptemp
);
2703 #define wxStyledTextCtrl_SetStyleBits(_swigobj,_swigarg0) (_swigobj->SetStyleBits(_swigarg0))
2704 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2705 PyObject
* _resultobj
;
2706 wxStyledTextCtrl
* _arg0
;
2708 PyObject
* _argo0
= 0;
2709 char *_kwnames
[] = { "self","bits", NULL
};
2712 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStyleBits",_kwnames
,&_argo0
,&_arg1
))
2715 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2716 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2717 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBits. Expected _wxStyledTextCtrl_p.");
2722 wxPy_BEGIN_ALLOW_THREADS
;
2723 wxStyledTextCtrl_SetStyleBits(_arg0
,_arg1
);
2725 wxPy_END_ALLOW_THREADS
;
2726 } Py_INCREF(Py_None
);
2727 _resultobj
= Py_None
;
2731 #define wxStyledTextCtrl_GetStyleBits(_swigobj) (_swigobj->GetStyleBits())
2732 static PyObject
*_wrap_wxStyledTextCtrl_GetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2733 PyObject
* _resultobj
;
2735 wxStyledTextCtrl
* _arg0
;
2736 PyObject
* _argo0
= 0;
2737 char *_kwnames
[] = { "self", NULL
};
2740 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStyleBits",_kwnames
,&_argo0
))
2743 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2744 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2745 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleBits. Expected _wxStyledTextCtrl_p.");
2750 wxPy_BEGIN_ALLOW_THREADS
;
2751 _result
= (int )wxStyledTextCtrl_GetStyleBits(_arg0
);
2753 wxPy_END_ALLOW_THREADS
;
2754 } _resultobj
= Py_BuildValue("i",_result
);
2758 #define wxStyledTextCtrl_SetLineState(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineState(_swigarg0,_swigarg1))
2759 static PyObject
*_wrap_wxStyledTextCtrl_SetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2760 PyObject
* _resultobj
;
2761 wxStyledTextCtrl
* _arg0
;
2764 PyObject
* _argo0
= 0;
2765 char *_kwnames
[] = { "self","line","state", NULL
};
2768 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineState",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2771 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2772 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2773 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineState. Expected _wxStyledTextCtrl_p.");
2778 wxPy_BEGIN_ALLOW_THREADS
;
2779 wxStyledTextCtrl_SetLineState(_arg0
,_arg1
,_arg2
);
2781 wxPy_END_ALLOW_THREADS
;
2782 } Py_INCREF(Py_None
);
2783 _resultobj
= Py_None
;
2787 #define wxStyledTextCtrl_GetLineState(_swigobj,_swigarg0) (_swigobj->GetLineState(_swigarg0))
2788 static PyObject
*_wrap_wxStyledTextCtrl_GetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2789 PyObject
* _resultobj
;
2791 wxStyledTextCtrl
* _arg0
;
2793 PyObject
* _argo0
= 0;
2794 char *_kwnames
[] = { "self","line", NULL
};
2797 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineState",_kwnames
,&_argo0
,&_arg1
))
2800 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2801 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2802 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineState. Expected _wxStyledTextCtrl_p.");
2807 wxPy_BEGIN_ALLOW_THREADS
;
2808 _result
= (int )wxStyledTextCtrl_GetLineState(_arg0
,_arg1
);
2810 wxPy_END_ALLOW_THREADS
;
2811 } _resultobj
= Py_BuildValue("i",_result
);
2815 #define wxStyledTextCtrl_GetMaxLineState(_swigobj) (_swigobj->GetMaxLineState())
2816 static PyObject
*_wrap_wxStyledTextCtrl_GetMaxLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2817 PyObject
* _resultobj
;
2819 wxStyledTextCtrl
* _arg0
;
2820 PyObject
* _argo0
= 0;
2821 char *_kwnames
[] = { "self", NULL
};
2824 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMaxLineState",_kwnames
,&_argo0
))
2827 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2828 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2829 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMaxLineState. Expected _wxStyledTextCtrl_p.");
2834 wxPy_BEGIN_ALLOW_THREADS
;
2835 _result
= (int )wxStyledTextCtrl_GetMaxLineState(_arg0
);
2837 wxPy_END_ALLOW_THREADS
;
2838 } _resultobj
= Py_BuildValue("i",_result
);
2842 #define wxStyledTextCtrl_AutoCompShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->AutoCompShow(_swigarg0,_swigarg1))
2843 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2844 PyObject
* _resultobj
;
2845 wxStyledTextCtrl
* _arg0
;
2848 PyObject
* _argo0
= 0;
2849 PyObject
* _obj2
= 0;
2850 char *_kwnames
[] = { "self","lenEntered","itemList", NULL
};
2853 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_AutoCompShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2856 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2857 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2858 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompShow. Expected _wxStyledTextCtrl_p.");
2863 #if PYTHON_API_VERSION >= 1009
2864 char* tmpPtr
; int tmpSize
;
2865 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
2866 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2869 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
2871 _arg2
= new wxString(tmpPtr
, tmpSize
);
2873 if (!PyString_Check(_obj2
)) {
2874 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2877 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
2881 wxPy_BEGIN_ALLOW_THREADS
;
2882 wxStyledTextCtrl_AutoCompShow(_arg0
,_arg1
,*_arg2
);
2884 wxPy_END_ALLOW_THREADS
;
2885 } Py_INCREF(Py_None
);
2886 _resultobj
= Py_None
;
2894 #define wxStyledTextCtrl_AutoCompCancel(_swigobj) (_swigobj->AutoCompCancel())
2895 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2896 PyObject
* _resultobj
;
2897 wxStyledTextCtrl
* _arg0
;
2898 PyObject
* _argo0
= 0;
2899 char *_kwnames
[] = { "self", NULL
};
2902 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompCancel",_kwnames
,&_argo0
))
2905 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2906 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2907 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompCancel. Expected _wxStyledTextCtrl_p.");
2912 wxPy_BEGIN_ALLOW_THREADS
;
2913 wxStyledTextCtrl_AutoCompCancel(_arg0
);
2915 wxPy_END_ALLOW_THREADS
;
2916 } Py_INCREF(Py_None
);
2917 _resultobj
= Py_None
;
2921 #define wxStyledTextCtrl_AutoCompActive(_swigobj) (_swigobj->AutoCompActive())
2922 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2923 PyObject
* _resultobj
;
2925 wxStyledTextCtrl
* _arg0
;
2926 PyObject
* _argo0
= 0;
2927 char *_kwnames
[] = { "self", NULL
};
2930 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompActive",_kwnames
,&_argo0
))
2933 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2934 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2935 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompActive. Expected _wxStyledTextCtrl_p.");
2940 wxPy_BEGIN_ALLOW_THREADS
;
2941 _result
= (bool )wxStyledTextCtrl_AutoCompActive(_arg0
);
2943 wxPy_END_ALLOW_THREADS
;
2944 } _resultobj
= Py_BuildValue("i",_result
);
2948 #define wxStyledTextCtrl_AutoCompPosStart(_swigobj) (_swigobj->AutoCompPosStart())
2949 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompPosStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2950 PyObject
* _resultobj
;
2952 wxStyledTextCtrl
* _arg0
;
2953 PyObject
* _argo0
= 0;
2954 char *_kwnames
[] = { "self", NULL
};
2957 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompPosStart",_kwnames
,&_argo0
))
2960 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2961 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2962 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompPosStart. Expected _wxStyledTextCtrl_p.");
2967 wxPy_BEGIN_ALLOW_THREADS
;
2968 _result
= (int )wxStyledTextCtrl_AutoCompPosStart(_arg0
);
2970 wxPy_END_ALLOW_THREADS
;
2971 } _resultobj
= Py_BuildValue("i",_result
);
2975 #define wxStyledTextCtrl_AutoCompComplete(_swigobj) (_swigobj->AutoCompComplete())
2976 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompComplete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2977 PyObject
* _resultobj
;
2978 wxStyledTextCtrl
* _arg0
;
2979 PyObject
* _argo0
= 0;
2980 char *_kwnames
[] = { "self", NULL
};
2983 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompComplete",_kwnames
,&_argo0
))
2986 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2987 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2988 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompComplete. Expected _wxStyledTextCtrl_p.");
2993 wxPy_BEGIN_ALLOW_THREADS
;
2994 wxStyledTextCtrl_AutoCompComplete(_arg0
);
2996 wxPy_END_ALLOW_THREADS
;
2997 } Py_INCREF(Py_None
);
2998 _resultobj
= Py_None
;
3002 #define wxStyledTextCtrl_AutoCompStops(_swigobj,_swigarg0) (_swigobj->AutoCompStops(_swigarg0))
3003 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompStops(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3004 PyObject
* _resultobj
;
3005 wxStyledTextCtrl
* _arg0
;
3007 PyObject
* _argo0
= 0;
3008 PyObject
* _obj1
= 0;
3009 char *_kwnames
[] = { "self","characterSet", NULL
};
3012 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompStops",_kwnames
,&_argo0
,&_obj1
))
3015 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3016 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3017 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompStops. Expected _wxStyledTextCtrl_p.");
3022 #if PYTHON_API_VERSION >= 1009
3023 char* tmpPtr
; int tmpSize
;
3024 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3025 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
3028 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3030 _arg1
= new wxString(tmpPtr
, tmpSize
);
3032 if (!PyString_Check(_obj1
)) {
3033 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3036 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3040 wxPy_BEGIN_ALLOW_THREADS
;
3041 wxStyledTextCtrl_AutoCompStops(_arg0
,*_arg1
);
3043 wxPy_END_ALLOW_THREADS
;
3044 } Py_INCREF(Py_None
);
3045 _resultobj
= Py_None
;
3053 #define wxStyledTextCtrl_AutoCompSetSeparator(_swigobj,_swigarg0) (_swigobj->AutoCompSetSeparator(_swigarg0))
3054 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3055 PyObject
* _resultobj
;
3056 wxStyledTextCtrl
* _arg0
;
3058 PyObject
* _argo0
= 0;
3059 char *_kwnames
[] = { "self","separatorCharacter", NULL
};
3062 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetSeparator",_kwnames
,&_argo0
,&_arg1
))
3065 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3066 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3067 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetSeparator. Expected _wxStyledTextCtrl_p.");
3072 wxPy_BEGIN_ALLOW_THREADS
;
3073 wxStyledTextCtrl_AutoCompSetSeparator(_arg0
,_arg1
);
3075 wxPy_END_ALLOW_THREADS
;
3076 } Py_INCREF(Py_None
);
3077 _resultobj
= Py_None
;
3081 #define wxStyledTextCtrl_AutoCompGetSeparator(_swigobj) (_swigobj->AutoCompGetSeparator())
3082 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3083 PyObject
* _resultobj
;
3085 wxStyledTextCtrl
* _arg0
;
3086 PyObject
* _argo0
= 0;
3087 char *_kwnames
[] = { "self", NULL
};
3090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetSeparator",_kwnames
,&_argo0
))
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_AutoCompGetSeparator. Expected _wxStyledTextCtrl_p.");
3100 wxPy_BEGIN_ALLOW_THREADS
;
3101 _result
= (int )wxStyledTextCtrl_AutoCompGetSeparator(_arg0
);
3103 wxPy_END_ALLOW_THREADS
;
3104 } _resultobj
= Py_BuildValue("i",_result
);
3108 #define wxStyledTextCtrl_AutoCompSelect(_swigobj,_swigarg0) (_swigobj->AutoCompSelect(_swigarg0))
3109 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSelect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3110 PyObject
* _resultobj
;
3111 wxStyledTextCtrl
* _arg0
;
3113 PyObject
* _argo0
= 0;
3114 PyObject
* _obj1
= 0;
3115 char *_kwnames
[] = { "self","text", NULL
};
3118 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSelect",_kwnames
,&_argo0
,&_obj1
))
3121 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3122 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3123 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSelect. Expected _wxStyledTextCtrl_p.");
3128 #if PYTHON_API_VERSION >= 1009
3129 char* tmpPtr
; int tmpSize
;
3130 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3131 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
3134 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3136 _arg1
= new wxString(tmpPtr
, tmpSize
);
3138 if (!PyString_Check(_obj1
)) {
3139 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3142 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3146 wxPy_BEGIN_ALLOW_THREADS
;
3147 wxStyledTextCtrl_AutoCompSelect(_arg0
,*_arg1
);
3149 wxPy_END_ALLOW_THREADS
;
3150 } Py_INCREF(Py_None
);
3151 _resultobj
= Py_None
;
3159 #define wxStyledTextCtrl_AutoCompSetCancelAtStart(_swigobj,_swigarg0) (_swigobj->AutoCompSetCancelAtStart(_swigarg0))
3160 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3161 PyObject
* _resultobj
;
3162 wxStyledTextCtrl
* _arg0
;
3164 PyObject
* _argo0
= 0;
3166 char *_kwnames
[] = { "self","cancel", NULL
};
3169 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetCancelAtStart",_kwnames
,&_argo0
,&tempbool1
))
3172 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3173 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3174 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3178 _arg1
= (bool ) tempbool1
;
3180 wxPy_BEGIN_ALLOW_THREADS
;
3181 wxStyledTextCtrl_AutoCompSetCancelAtStart(_arg0
,_arg1
);
3183 wxPy_END_ALLOW_THREADS
;
3184 } Py_INCREF(Py_None
);
3185 _resultobj
= Py_None
;
3189 #define wxStyledTextCtrl_AutoCompGetCancelAtStart(_swigobj) (_swigobj->AutoCompGetCancelAtStart())
3190 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3191 PyObject
* _resultobj
;
3193 wxStyledTextCtrl
* _arg0
;
3194 PyObject
* _argo0
= 0;
3195 char *_kwnames
[] = { "self", NULL
};
3198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetCancelAtStart",_kwnames
,&_argo0
))
3201 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3202 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3203 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3208 wxPy_BEGIN_ALLOW_THREADS
;
3209 _result
= (bool )wxStyledTextCtrl_AutoCompGetCancelAtStart(_arg0
);
3211 wxPy_END_ALLOW_THREADS
;
3212 } _resultobj
= Py_BuildValue("i",_result
);
3216 #define wxStyledTextCtrl_AutoCompSetFillUps(_swigobj,_swigarg0) (_swigobj->AutoCompSetFillUps(_swigarg0))
3217 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetFillUps(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3218 PyObject
* _resultobj
;
3219 wxStyledTextCtrl
* _arg0
;
3221 PyObject
* _argo0
= 0;
3222 PyObject
* _obj1
= 0;
3223 char *_kwnames
[] = { "self","characterSet", NULL
};
3226 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSetFillUps",_kwnames
,&_argo0
,&_obj1
))
3229 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3230 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3231 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetFillUps. Expected _wxStyledTextCtrl_p.");
3236 #if PYTHON_API_VERSION >= 1009
3237 char* tmpPtr
; int tmpSize
;
3238 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3239 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
3242 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3244 _arg1
= new wxString(tmpPtr
, tmpSize
);
3246 if (!PyString_Check(_obj1
)) {
3247 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3250 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3254 wxPy_BEGIN_ALLOW_THREADS
;
3255 wxStyledTextCtrl_AutoCompSetFillUps(_arg0
,*_arg1
);
3257 wxPy_END_ALLOW_THREADS
;
3258 } Py_INCREF(Py_None
);
3259 _resultobj
= Py_None
;
3267 #define wxStyledTextCtrl_AutoCompSetChooseSingle(_swigobj,_swigarg0) (_swigobj->AutoCompSetChooseSingle(_swigarg0))
3268 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3269 PyObject
* _resultobj
;
3270 wxStyledTextCtrl
* _arg0
;
3272 PyObject
* _argo0
= 0;
3274 char *_kwnames
[] = { "self","chooseSingle", NULL
};
3277 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetChooseSingle",_kwnames
,&_argo0
,&tempbool1
))
3280 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3281 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3282 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetChooseSingle. Expected _wxStyledTextCtrl_p.");
3286 _arg1
= (bool ) tempbool1
;
3288 wxPy_BEGIN_ALLOW_THREADS
;
3289 wxStyledTextCtrl_AutoCompSetChooseSingle(_arg0
,_arg1
);
3291 wxPy_END_ALLOW_THREADS
;
3292 } Py_INCREF(Py_None
);
3293 _resultobj
= Py_None
;
3297 #define wxStyledTextCtrl_AutoCompGetChooseSingle(_swigobj) (_swigobj->AutoCompGetChooseSingle())
3298 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3299 PyObject
* _resultobj
;
3301 wxStyledTextCtrl
* _arg0
;
3302 PyObject
* _argo0
= 0;
3303 char *_kwnames
[] = { "self", NULL
};
3306 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetChooseSingle",_kwnames
,&_argo0
))
3309 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3310 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3311 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetChooseSingle. Expected _wxStyledTextCtrl_p.");
3316 wxPy_BEGIN_ALLOW_THREADS
;
3317 _result
= (bool )wxStyledTextCtrl_AutoCompGetChooseSingle(_arg0
);
3319 wxPy_END_ALLOW_THREADS
;
3320 } _resultobj
= Py_BuildValue("i",_result
);
3324 #define wxStyledTextCtrl_AutoCompSetIgnoreCase(_swigobj,_swigarg0) (_swigobj->AutoCompSetIgnoreCase(_swigarg0))
3325 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3326 PyObject
* _resultobj
;
3327 wxStyledTextCtrl
* _arg0
;
3329 PyObject
* _argo0
= 0;
3331 char *_kwnames
[] = { "self","ignoreCase", NULL
};
3334 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetIgnoreCase",_kwnames
,&_argo0
,&tempbool1
))
3337 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3338 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3339 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3343 _arg1
= (bool ) tempbool1
;
3345 wxPy_BEGIN_ALLOW_THREADS
;
3346 wxStyledTextCtrl_AutoCompSetIgnoreCase(_arg0
,_arg1
);
3348 wxPy_END_ALLOW_THREADS
;
3349 } Py_INCREF(Py_None
);
3350 _resultobj
= Py_None
;
3354 #define wxStyledTextCtrl_AutoCompGetIgnoreCase(_swigobj) (_swigobj->AutoCompGetIgnoreCase())
3355 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3356 PyObject
* _resultobj
;
3358 wxStyledTextCtrl
* _arg0
;
3359 PyObject
* _argo0
= 0;
3360 char *_kwnames
[] = { "self", NULL
};
3363 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetIgnoreCase",_kwnames
,&_argo0
))
3366 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3367 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3368 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3373 wxPy_BEGIN_ALLOW_THREADS
;
3374 _result
= (bool )wxStyledTextCtrl_AutoCompGetIgnoreCase(_arg0
);
3376 wxPy_END_ALLOW_THREADS
;
3377 } _resultobj
= Py_BuildValue("i",_result
);
3381 #define wxStyledTextCtrl_SetIndent(_swigobj,_swigarg0) (_swigobj->SetIndent(_swigarg0))
3382 static PyObject
*_wrap_wxStyledTextCtrl_SetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3383 PyObject
* _resultobj
;
3384 wxStyledTextCtrl
* _arg0
;
3386 PyObject
* _argo0
= 0;
3387 char *_kwnames
[] = { "self","indentSize", NULL
};
3390 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndent",_kwnames
,&_argo0
,&_arg1
))
3393 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3394 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3395 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndent. Expected _wxStyledTextCtrl_p.");
3400 wxPy_BEGIN_ALLOW_THREADS
;
3401 wxStyledTextCtrl_SetIndent(_arg0
,_arg1
);
3403 wxPy_END_ALLOW_THREADS
;
3404 } Py_INCREF(Py_None
);
3405 _resultobj
= Py_None
;
3409 #define wxStyledTextCtrl_GetIndent(_swigobj) (_swigobj->GetIndent())
3410 static PyObject
*_wrap_wxStyledTextCtrl_GetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3411 PyObject
* _resultobj
;
3413 wxStyledTextCtrl
* _arg0
;
3414 PyObject
* _argo0
= 0;
3415 char *_kwnames
[] = { "self", NULL
};
3418 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndent",_kwnames
,&_argo0
))
3421 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3422 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3423 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndent. Expected _wxStyledTextCtrl_p.");
3428 wxPy_BEGIN_ALLOW_THREADS
;
3429 _result
= (int )wxStyledTextCtrl_GetIndent(_arg0
);
3431 wxPy_END_ALLOW_THREADS
;
3432 } _resultobj
= Py_BuildValue("i",_result
);
3436 #define wxStyledTextCtrl_SetUseTabs(_swigobj,_swigarg0) (_swigobj->SetUseTabs(_swigarg0))
3437 static PyObject
*_wrap_wxStyledTextCtrl_SetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3438 PyObject
* _resultobj
;
3439 wxStyledTextCtrl
* _arg0
;
3441 PyObject
* _argo0
= 0;
3443 char *_kwnames
[] = { "self","useTabs", NULL
};
3446 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseTabs",_kwnames
,&_argo0
,&tempbool1
))
3449 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3450 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3451 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseTabs. Expected _wxStyledTextCtrl_p.");
3455 _arg1
= (bool ) tempbool1
;
3457 wxPy_BEGIN_ALLOW_THREADS
;
3458 wxStyledTextCtrl_SetUseTabs(_arg0
,_arg1
);
3460 wxPy_END_ALLOW_THREADS
;
3461 } Py_INCREF(Py_None
);
3462 _resultobj
= Py_None
;
3466 #define wxStyledTextCtrl_GetUseTabs(_swigobj) (_swigobj->GetUseTabs())
3467 static PyObject
*_wrap_wxStyledTextCtrl_GetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3468 PyObject
* _resultobj
;
3470 wxStyledTextCtrl
* _arg0
;
3471 PyObject
* _argo0
= 0;
3472 char *_kwnames
[] = { "self", NULL
};
3475 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseTabs",_kwnames
,&_argo0
))
3478 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3479 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3480 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseTabs. Expected _wxStyledTextCtrl_p.");
3485 wxPy_BEGIN_ALLOW_THREADS
;
3486 _result
= (bool )wxStyledTextCtrl_GetUseTabs(_arg0
);
3488 wxPy_END_ALLOW_THREADS
;
3489 } _resultobj
= Py_BuildValue("i",_result
);
3493 #define wxStyledTextCtrl_SetLineIndentation(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineIndentation(_swigarg0,_swigarg1))
3494 static PyObject
*_wrap_wxStyledTextCtrl_SetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3495 PyObject
* _resultobj
;
3496 wxStyledTextCtrl
* _arg0
;
3499 PyObject
* _argo0
= 0;
3500 char *_kwnames
[] = { "self","line","indentSize", NULL
};
3503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineIndentation",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3506 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3507 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3508 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineIndentation. Expected _wxStyledTextCtrl_p.");
3513 wxPy_BEGIN_ALLOW_THREADS
;
3514 wxStyledTextCtrl_SetLineIndentation(_arg0
,_arg1
,_arg2
);
3516 wxPy_END_ALLOW_THREADS
;
3517 } Py_INCREF(Py_None
);
3518 _resultobj
= Py_None
;
3522 #define wxStyledTextCtrl_GetLineIndentation(_swigobj,_swigarg0) (_swigobj->GetLineIndentation(_swigarg0))
3523 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3524 PyObject
* _resultobj
;
3526 wxStyledTextCtrl
* _arg0
;
3528 PyObject
* _argo0
= 0;
3529 char *_kwnames
[] = { "self","line", NULL
};
3532 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentation",_kwnames
,&_argo0
,&_arg1
))
3535 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3536 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3537 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentation. Expected _wxStyledTextCtrl_p.");
3542 wxPy_BEGIN_ALLOW_THREADS
;
3543 _result
= (int )wxStyledTextCtrl_GetLineIndentation(_arg0
,_arg1
);
3545 wxPy_END_ALLOW_THREADS
;
3546 } _resultobj
= Py_BuildValue("i",_result
);
3550 #define wxStyledTextCtrl_GetLineIndentPosition(_swigobj,_swigarg0) (_swigobj->GetLineIndentPosition(_swigarg0))
3551 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3552 PyObject
* _resultobj
;
3554 wxStyledTextCtrl
* _arg0
;
3556 PyObject
* _argo0
= 0;
3557 char *_kwnames
[] = { "self","line", NULL
};
3560 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentPosition",_kwnames
,&_argo0
,&_arg1
))
3563 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3564 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3565 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentPosition. Expected _wxStyledTextCtrl_p.");
3570 wxPy_BEGIN_ALLOW_THREADS
;
3571 _result
= (int )wxStyledTextCtrl_GetLineIndentPosition(_arg0
,_arg1
);
3573 wxPy_END_ALLOW_THREADS
;
3574 } _resultobj
= Py_BuildValue("i",_result
);
3578 #define wxStyledTextCtrl_GetColumn(_swigobj,_swigarg0) (_swigobj->GetColumn(_swigarg0))
3579 static PyObject
*_wrap_wxStyledTextCtrl_GetColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3580 PyObject
* _resultobj
;
3582 wxStyledTextCtrl
* _arg0
;
3584 PyObject
* _argo0
= 0;
3585 char *_kwnames
[] = { "self","pos", NULL
};
3588 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetColumn",_kwnames
,&_argo0
,&_arg1
))
3591 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3592 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3593 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetColumn. Expected _wxStyledTextCtrl_p.");
3598 wxPy_BEGIN_ALLOW_THREADS
;
3599 _result
= (int )wxStyledTextCtrl_GetColumn(_arg0
,_arg1
);
3601 wxPy_END_ALLOW_THREADS
;
3602 } _resultobj
= Py_BuildValue("i",_result
);
3606 #define wxStyledTextCtrl_SetUseHorizontalScrollBar(_swigobj,_swigarg0) (_swigobj->SetUseHorizontalScrollBar(_swigarg0))
3607 static PyObject
*_wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3608 PyObject
* _resultobj
;
3609 wxStyledTextCtrl
* _arg0
;
3611 PyObject
* _argo0
= 0;
3613 char *_kwnames
[] = { "self","show", NULL
};
3616 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseHorizontalScrollBar",_kwnames
,&_argo0
,&tempbool1
))
3619 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3620 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3621 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
3625 _arg1
= (bool ) tempbool1
;
3627 wxPy_BEGIN_ALLOW_THREADS
;
3628 wxStyledTextCtrl_SetUseHorizontalScrollBar(_arg0
,_arg1
);
3630 wxPy_END_ALLOW_THREADS
;
3631 } Py_INCREF(Py_None
);
3632 _resultobj
= Py_None
;
3636 #define wxStyledTextCtrl_GetUseHorizontalScrollBar(_swigobj) (_swigobj->GetUseHorizontalScrollBar())
3637 static PyObject
*_wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3638 PyObject
* _resultobj
;
3640 wxStyledTextCtrl
* _arg0
;
3641 PyObject
* _argo0
= 0;
3642 char *_kwnames
[] = { "self", NULL
};
3645 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseHorizontalScrollBar",_kwnames
,&_argo0
))
3648 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3649 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3650 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
3655 wxPy_BEGIN_ALLOW_THREADS
;
3656 _result
= (bool )wxStyledTextCtrl_GetUseHorizontalScrollBar(_arg0
);
3658 wxPy_END_ALLOW_THREADS
;
3659 } _resultobj
= Py_BuildValue("i",_result
);
3663 #define wxStyledTextCtrl_SetIndentationGuides(_swigobj,_swigarg0) (_swigobj->SetIndentationGuides(_swigarg0))
3664 static PyObject
*_wrap_wxStyledTextCtrl_SetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3665 PyObject
* _resultobj
;
3666 wxStyledTextCtrl
* _arg0
;
3668 PyObject
* _argo0
= 0;
3670 char *_kwnames
[] = { "self","show", NULL
};
3673 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndentationGuides",_kwnames
,&_argo0
,&tempbool1
))
3676 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3677 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3678 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndentationGuides. Expected _wxStyledTextCtrl_p.");
3682 _arg1
= (bool ) tempbool1
;
3684 wxPy_BEGIN_ALLOW_THREADS
;
3685 wxStyledTextCtrl_SetIndentationGuides(_arg0
,_arg1
);
3687 wxPy_END_ALLOW_THREADS
;
3688 } Py_INCREF(Py_None
);
3689 _resultobj
= Py_None
;
3693 #define wxStyledTextCtrl_GetIndentationGuides(_swigobj) (_swigobj->GetIndentationGuides())
3694 static PyObject
*_wrap_wxStyledTextCtrl_GetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3695 PyObject
* _resultobj
;
3697 wxStyledTextCtrl
* _arg0
;
3698 PyObject
* _argo0
= 0;
3699 char *_kwnames
[] = { "self", NULL
};
3702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndentationGuides",_kwnames
,&_argo0
))
3705 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3706 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3707 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndentationGuides. Expected _wxStyledTextCtrl_p.");
3712 wxPy_BEGIN_ALLOW_THREADS
;
3713 _result
= (bool )wxStyledTextCtrl_GetIndentationGuides(_arg0
);
3715 wxPy_END_ALLOW_THREADS
;
3716 } _resultobj
= Py_BuildValue("i",_result
);
3720 #define wxStyledTextCtrl_SetHighlightGuide(_swigobj,_swigarg0) (_swigobj->SetHighlightGuide(_swigarg0))
3721 static PyObject
*_wrap_wxStyledTextCtrl_SetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3722 PyObject
* _resultobj
;
3723 wxStyledTextCtrl
* _arg0
;
3725 PyObject
* _argo0
= 0;
3726 char *_kwnames
[] = { "self","column", NULL
};
3729 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetHighlightGuide",_kwnames
,&_argo0
,&_arg1
))
3732 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3733 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3734 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHighlightGuide. Expected _wxStyledTextCtrl_p.");
3739 wxPy_BEGIN_ALLOW_THREADS
;
3740 wxStyledTextCtrl_SetHighlightGuide(_arg0
,_arg1
);
3742 wxPy_END_ALLOW_THREADS
;
3743 } Py_INCREF(Py_None
);
3744 _resultobj
= Py_None
;
3748 #define wxStyledTextCtrl_GetHighlightGuide(_swigobj) (_swigobj->GetHighlightGuide())
3749 static PyObject
*_wrap_wxStyledTextCtrl_GetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3750 PyObject
* _resultobj
;
3752 wxStyledTextCtrl
* _arg0
;
3753 PyObject
* _argo0
= 0;
3754 char *_kwnames
[] = { "self", NULL
};
3757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetHighlightGuide",_kwnames
,&_argo0
))
3760 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3761 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3762 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetHighlightGuide. Expected _wxStyledTextCtrl_p.");
3767 wxPy_BEGIN_ALLOW_THREADS
;
3768 _result
= (int )wxStyledTextCtrl_GetHighlightGuide(_arg0
);
3770 wxPy_END_ALLOW_THREADS
;
3771 } _resultobj
= Py_BuildValue("i",_result
);
3775 #define wxStyledTextCtrl_GetLineEndPosition(_swigobj,_swigarg0) (_swigobj->GetLineEndPosition(_swigarg0))
3776 static PyObject
*_wrap_wxStyledTextCtrl_GetLineEndPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3777 PyObject
* _resultobj
;
3779 wxStyledTextCtrl
* _arg0
;
3781 PyObject
* _argo0
= 0;
3782 char *_kwnames
[] = { "self","line", NULL
};
3785 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineEndPosition",_kwnames
,&_argo0
,&_arg1
))
3788 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3789 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3790 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineEndPosition. Expected _wxStyledTextCtrl_p.");
3795 wxPy_BEGIN_ALLOW_THREADS
;
3796 _result
= (int )wxStyledTextCtrl_GetLineEndPosition(_arg0
,_arg1
);
3798 wxPy_END_ALLOW_THREADS
;
3799 } _resultobj
= Py_BuildValue("i",_result
);
3803 #define wxStyledTextCtrl_GetCodePage(_swigobj) (_swigobj->GetCodePage())
3804 static PyObject
*_wrap_wxStyledTextCtrl_GetCodePage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3805 PyObject
* _resultobj
;
3807 wxStyledTextCtrl
* _arg0
;
3808 PyObject
* _argo0
= 0;
3809 char *_kwnames
[] = { "self", NULL
};
3812 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCodePage",_kwnames
,&_argo0
))
3815 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3816 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCodePage. Expected _wxStyledTextCtrl_p.");
3822 wxPy_BEGIN_ALLOW_THREADS
;
3823 _result
= (int )wxStyledTextCtrl_GetCodePage(_arg0
);
3825 wxPy_END_ALLOW_THREADS
;
3826 } _resultobj
= Py_BuildValue("i",_result
);
3830 #define wxStyledTextCtrl_GetCaretForeground(_swigobj) (_swigobj->GetCaretForeground())
3831 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3832 PyObject
* _resultobj
;
3834 wxStyledTextCtrl
* _arg0
;
3835 PyObject
* _argo0
= 0;
3836 char *_kwnames
[] = { "self", NULL
};
3840 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretForeground",_kwnames
,&_argo0
))
3843 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3844 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3845 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretForeground. Expected _wxStyledTextCtrl_p.");
3850 wxPy_BEGIN_ALLOW_THREADS
;
3851 _result
= new wxColour (wxStyledTextCtrl_GetCaretForeground(_arg0
));
3853 wxPy_END_ALLOW_THREADS
;
3854 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
3855 _resultobj
= Py_BuildValue("s",_ptemp
);
3859 #define wxStyledTextCtrl_GetReadOnly(_swigobj) (_swigobj->GetReadOnly())
3860 static PyObject
*_wrap_wxStyledTextCtrl_GetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3861 PyObject
* _resultobj
;
3863 wxStyledTextCtrl
* _arg0
;
3864 PyObject
* _argo0
= 0;
3865 char *_kwnames
[] = { "self", NULL
};
3868 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetReadOnly",_kwnames
,&_argo0
))
3871 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3872 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3873 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetReadOnly. Expected _wxStyledTextCtrl_p.");
3878 wxPy_BEGIN_ALLOW_THREADS
;
3879 _result
= (bool )wxStyledTextCtrl_GetReadOnly(_arg0
);
3881 wxPy_END_ALLOW_THREADS
;
3882 } _resultobj
= Py_BuildValue("i",_result
);
3886 #define wxStyledTextCtrl_SetCurrentPos(_swigobj,_swigarg0) (_swigobj->SetCurrentPos(_swigarg0))
3887 static PyObject
*_wrap_wxStyledTextCtrl_SetCurrentPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3888 PyObject
* _resultobj
;
3889 wxStyledTextCtrl
* _arg0
;
3891 PyObject
* _argo0
= 0;
3892 char *_kwnames
[] = { "self","pos", NULL
};
3895 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCurrentPos",_kwnames
,&_argo0
,&_arg1
))
3898 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3899 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3900 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCurrentPos. Expected _wxStyledTextCtrl_p.");
3905 wxPy_BEGIN_ALLOW_THREADS
;
3906 wxStyledTextCtrl_SetCurrentPos(_arg0
,_arg1
);
3908 wxPy_END_ALLOW_THREADS
;
3909 } Py_INCREF(Py_None
);
3910 _resultobj
= Py_None
;
3914 #define wxStyledTextCtrl_SetSelectionStart(_swigobj,_swigarg0) (_swigobj->SetSelectionStart(_swigarg0))
3915 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3916 PyObject
* _resultobj
;
3917 wxStyledTextCtrl
* _arg0
;
3919 PyObject
* _argo0
= 0;
3920 char *_kwnames
[] = { "self","pos", NULL
};
3923 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionStart",_kwnames
,&_argo0
,&_arg1
))
3926 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3927 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3928 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionStart. Expected _wxStyledTextCtrl_p.");
3933 wxPy_BEGIN_ALLOW_THREADS
;
3934 wxStyledTextCtrl_SetSelectionStart(_arg0
,_arg1
);
3936 wxPy_END_ALLOW_THREADS
;
3937 } Py_INCREF(Py_None
);
3938 _resultobj
= Py_None
;
3942 #define wxStyledTextCtrl_GetSelectionStart(_swigobj) (_swigobj->GetSelectionStart())
3943 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3944 PyObject
* _resultobj
;
3946 wxStyledTextCtrl
* _arg0
;
3947 PyObject
* _argo0
= 0;
3948 char *_kwnames
[] = { "self", NULL
};
3951 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionStart",_kwnames
,&_argo0
))
3954 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3955 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3956 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionStart. Expected _wxStyledTextCtrl_p.");
3961 wxPy_BEGIN_ALLOW_THREADS
;
3962 _result
= (int )wxStyledTextCtrl_GetSelectionStart(_arg0
);
3964 wxPy_END_ALLOW_THREADS
;
3965 } _resultobj
= Py_BuildValue("i",_result
);
3969 #define wxStyledTextCtrl_SetSelectionEnd(_swigobj,_swigarg0) (_swigobj->SetSelectionEnd(_swigarg0))
3970 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3971 PyObject
* _resultobj
;
3972 wxStyledTextCtrl
* _arg0
;
3974 PyObject
* _argo0
= 0;
3975 char *_kwnames
[] = { "self","pos", NULL
};
3978 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionEnd",_kwnames
,&_argo0
,&_arg1
))
3981 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3982 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3983 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionEnd. Expected _wxStyledTextCtrl_p.");
3988 wxPy_BEGIN_ALLOW_THREADS
;
3989 wxStyledTextCtrl_SetSelectionEnd(_arg0
,_arg1
);
3991 wxPy_END_ALLOW_THREADS
;
3992 } Py_INCREF(Py_None
);
3993 _resultobj
= Py_None
;
3997 #define wxStyledTextCtrl_GetSelectionEnd(_swigobj) (_swigobj->GetSelectionEnd())
3998 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3999 PyObject
* _resultobj
;
4001 wxStyledTextCtrl
* _arg0
;
4002 PyObject
* _argo0
= 0;
4003 char *_kwnames
[] = { "self", NULL
};
4006 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionEnd",_kwnames
,&_argo0
))
4009 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4010 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4011 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionEnd. Expected _wxStyledTextCtrl_p.");
4016 wxPy_BEGIN_ALLOW_THREADS
;
4017 _result
= (int )wxStyledTextCtrl_GetSelectionEnd(_arg0
);
4019 wxPy_END_ALLOW_THREADS
;
4020 } _resultobj
= Py_BuildValue("i",_result
);
4024 #define wxStyledTextCtrl_SetPrintMagnification(_swigobj,_swigarg0) (_swigobj->SetPrintMagnification(_swigarg0))
4025 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4026 PyObject
* _resultobj
;
4027 wxStyledTextCtrl
* _arg0
;
4029 PyObject
* _argo0
= 0;
4030 char *_kwnames
[] = { "self","magnification", NULL
};
4033 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintMagnification",_kwnames
,&_argo0
,&_arg1
))
4036 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4037 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4038 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4043 wxPy_BEGIN_ALLOW_THREADS
;
4044 wxStyledTextCtrl_SetPrintMagnification(_arg0
,_arg1
);
4046 wxPy_END_ALLOW_THREADS
;
4047 } Py_INCREF(Py_None
);
4048 _resultobj
= Py_None
;
4052 #define wxStyledTextCtrl_GetPrintMagnification(_swigobj) (_swigobj->GetPrintMagnification())
4053 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4054 PyObject
* _resultobj
;
4056 wxStyledTextCtrl
* _arg0
;
4057 PyObject
* _argo0
= 0;
4058 char *_kwnames
[] = { "self", NULL
};
4061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintMagnification",_kwnames
,&_argo0
))
4064 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4065 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4066 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4071 wxPy_BEGIN_ALLOW_THREADS
;
4072 _result
= (int )wxStyledTextCtrl_GetPrintMagnification(_arg0
);
4074 wxPy_END_ALLOW_THREADS
;
4075 } _resultobj
= Py_BuildValue("i",_result
);
4079 #define wxStyledTextCtrl_SetPrintColourMode(_swigobj,_swigarg0) (_swigobj->SetPrintColourMode(_swigarg0))
4080 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4081 PyObject
* _resultobj
;
4082 wxStyledTextCtrl
* _arg0
;
4084 PyObject
* _argo0
= 0;
4085 char *_kwnames
[] = { "self","mode", NULL
};
4088 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintColourMode",_kwnames
,&_argo0
,&_arg1
))
4091 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4092 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4093 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4098 wxPy_BEGIN_ALLOW_THREADS
;
4099 wxStyledTextCtrl_SetPrintColourMode(_arg0
,_arg1
);
4101 wxPy_END_ALLOW_THREADS
;
4102 } Py_INCREF(Py_None
);
4103 _resultobj
= Py_None
;
4107 #define wxStyledTextCtrl_GetPrintColourMode(_swigobj) (_swigobj->GetPrintColourMode())
4108 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4109 PyObject
* _resultobj
;
4111 wxStyledTextCtrl
* _arg0
;
4112 PyObject
* _argo0
= 0;
4113 char *_kwnames
[] = { "self", NULL
};
4116 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintColourMode",_kwnames
,&_argo0
))
4119 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4120 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4121 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4126 wxPy_BEGIN_ALLOW_THREADS
;
4127 _result
= (int )wxStyledTextCtrl_GetPrintColourMode(_arg0
);
4129 wxPy_END_ALLOW_THREADS
;
4130 } _resultobj
= Py_BuildValue("i",_result
);
4134 #define wxStyledTextCtrl_FindText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->FindText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4135 static PyObject
*_wrap_wxStyledTextCtrl_FindText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4136 PyObject
* _resultobj
;
4138 wxStyledTextCtrl
* _arg0
;
4144 PyObject
* _argo0
= 0;
4145 PyObject
* _obj3
= 0;
4148 char *_kwnames
[] = { "self","minPos","maxPos","text","caseSensitive","wholeWord", NULL
};
4151 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOii:wxStyledTextCtrl_FindText",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
))
4154 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4155 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4156 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FindText. Expected _wxStyledTextCtrl_p.");
4161 #if PYTHON_API_VERSION >= 1009
4162 char* tmpPtr
; int tmpSize
;
4163 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
4164 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
4167 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
4169 _arg3
= new wxString(tmpPtr
, tmpSize
);
4171 if (!PyString_Check(_obj3
)) {
4172 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4175 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
4178 _arg4
= (bool ) tempbool4
;
4179 _arg5
= (bool ) tempbool5
;
4181 wxPy_BEGIN_ALLOW_THREADS
;
4182 _result
= (int )wxStyledTextCtrl_FindText(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
);
4184 wxPy_END_ALLOW_THREADS
;
4185 } _resultobj
= Py_BuildValue("i",_result
);
4193 #define wxStyledTextCtrl_FormatRange(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->FormatRange(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4194 static PyObject
*_wrap_wxStyledTextCtrl_FormatRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4195 PyObject
* _resultobj
;
4197 wxStyledTextCtrl
* _arg0
;
4205 PyObject
* _argo0
= 0;
4207 PyObject
* _argo4
= 0;
4208 PyObject
* _argo5
= 0;
4210 PyObject
* _obj6
= 0;
4212 PyObject
* _obj7
= 0;
4213 char *_kwnames
[] = { "self","doDraw","startPos","endPos","draw","target","renderRect","pageRect", NULL
};
4216 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiiOOOO:wxStyledTextCtrl_FormatRange",_kwnames
,&_argo0
,&tempbool1
,&_arg2
,&_arg3
,&_argo4
,&_argo5
,&_obj6
,&_obj7
))
4219 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4220 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4221 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FormatRange. Expected _wxStyledTextCtrl_p.");
4225 _arg1
= (bool ) tempbool1
;
4227 if (_argo4
== Py_None
) { _arg4
= NULL
; }
4228 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxDC_p")) {
4229 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4234 if (_argo5
== Py_None
) { _arg5
= NULL
; }
4235 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxDC_p")) {
4236 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4242 if (! wxRect_helper(_obj6
, &_arg6
))
4247 if (! wxRect_helper(_obj7
, &_arg7
))
4251 wxPy_BEGIN_ALLOW_THREADS
;
4252 _result
= (int )wxStyledTextCtrl_FormatRange(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
);
4254 wxPy_END_ALLOW_THREADS
;
4255 } _resultobj
= Py_BuildValue("i",_result
);
4259 #define wxStyledTextCtrl_GetFirstVisibleLine(_swigobj) (_swigobj->GetFirstVisibleLine())
4260 static PyObject
*_wrap_wxStyledTextCtrl_GetFirstVisibleLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4261 PyObject
* _resultobj
;
4263 wxStyledTextCtrl
* _arg0
;
4264 PyObject
* _argo0
= 0;
4265 char *_kwnames
[] = { "self", NULL
};
4268 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetFirstVisibleLine",_kwnames
,&_argo0
))
4271 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4272 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4273 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFirstVisibleLine. Expected _wxStyledTextCtrl_p.");
4278 wxPy_BEGIN_ALLOW_THREADS
;
4279 _result
= (int )wxStyledTextCtrl_GetFirstVisibleLine(_arg0
);
4281 wxPy_END_ALLOW_THREADS
;
4282 } _resultobj
= Py_BuildValue("i",_result
);
4286 #define wxStyledTextCtrl_GetLine(_swigobj,_swigarg0) (_swigobj->GetLine(_swigarg0))
4287 static PyObject
*_wrap_wxStyledTextCtrl_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4288 PyObject
* _resultobj
;
4290 wxStyledTextCtrl
* _arg0
;
4292 PyObject
* _argo0
= 0;
4293 char *_kwnames
[] = { "self","line", NULL
};
4296 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLine",_kwnames
,&_argo0
,&_arg1
))
4299 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4300 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4301 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLine. Expected _wxStyledTextCtrl_p.");
4306 wxPy_BEGIN_ALLOW_THREADS
;
4307 _result
= new wxString (wxStyledTextCtrl_GetLine(_arg0
,_arg1
));
4309 wxPy_END_ALLOW_THREADS
;
4311 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4319 #define wxStyledTextCtrl_GetLineCount(_swigobj) (_swigobj->GetLineCount())
4320 static PyObject
*_wrap_wxStyledTextCtrl_GetLineCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4321 PyObject
* _resultobj
;
4323 wxStyledTextCtrl
* _arg0
;
4324 PyObject
* _argo0
= 0;
4325 char *_kwnames
[] = { "self", NULL
};
4328 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLineCount",_kwnames
,&_argo0
))
4331 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4332 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4333 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineCount. Expected _wxStyledTextCtrl_p.");
4338 wxPy_BEGIN_ALLOW_THREADS
;
4339 _result
= (int )wxStyledTextCtrl_GetLineCount(_arg0
);
4341 wxPy_END_ALLOW_THREADS
;
4342 } _resultobj
= Py_BuildValue("i",_result
);
4346 #define wxStyledTextCtrl_SetMarginLeft(_swigobj,_swigarg0) (_swigobj->SetMarginLeft(_swigarg0))
4347 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4348 PyObject
* _resultobj
;
4349 wxStyledTextCtrl
* _arg0
;
4351 PyObject
* _argo0
= 0;
4352 char *_kwnames
[] = { "self","width", NULL
};
4355 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginLeft",_kwnames
,&_argo0
,&_arg1
))
4358 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4359 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4360 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginLeft. Expected _wxStyledTextCtrl_p.");
4365 wxPy_BEGIN_ALLOW_THREADS
;
4366 wxStyledTextCtrl_SetMarginLeft(_arg0
,_arg1
);
4368 wxPy_END_ALLOW_THREADS
;
4369 } Py_INCREF(Py_None
);
4370 _resultobj
= Py_None
;
4374 #define wxStyledTextCtrl_GetMarginLeft(_swigobj) (_swigobj->GetMarginLeft())
4375 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4376 PyObject
* _resultobj
;
4378 wxStyledTextCtrl
* _arg0
;
4379 PyObject
* _argo0
= 0;
4380 char *_kwnames
[] = { "self", NULL
};
4383 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginLeft",_kwnames
,&_argo0
))
4386 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4387 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4388 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginLeft. Expected _wxStyledTextCtrl_p.");
4393 wxPy_BEGIN_ALLOW_THREADS
;
4394 _result
= (int )wxStyledTextCtrl_GetMarginLeft(_arg0
);
4396 wxPy_END_ALLOW_THREADS
;
4397 } _resultobj
= Py_BuildValue("i",_result
);
4401 #define wxStyledTextCtrl_SetMarginRight(_swigobj,_swigarg0) (_swigobj->SetMarginRight(_swigarg0))
4402 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4403 PyObject
* _resultobj
;
4404 wxStyledTextCtrl
* _arg0
;
4406 PyObject
* _argo0
= 0;
4407 char *_kwnames
[] = { "self","width", NULL
};
4410 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginRight",_kwnames
,&_argo0
,&_arg1
))
4413 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4414 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4415 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginRight. Expected _wxStyledTextCtrl_p.");
4420 wxPy_BEGIN_ALLOW_THREADS
;
4421 wxStyledTextCtrl_SetMarginRight(_arg0
,_arg1
);
4423 wxPy_END_ALLOW_THREADS
;
4424 } Py_INCREF(Py_None
);
4425 _resultobj
= Py_None
;
4429 #define wxStyledTextCtrl_GetMarginRight(_swigobj) (_swigobj->GetMarginRight())
4430 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4431 PyObject
* _resultobj
;
4433 wxStyledTextCtrl
* _arg0
;
4434 PyObject
* _argo0
= 0;
4435 char *_kwnames
[] = { "self", NULL
};
4438 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginRight",_kwnames
,&_argo0
))
4441 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4442 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4443 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginRight. Expected _wxStyledTextCtrl_p.");
4448 wxPy_BEGIN_ALLOW_THREADS
;
4449 _result
= (int )wxStyledTextCtrl_GetMarginRight(_arg0
);
4451 wxPy_END_ALLOW_THREADS
;
4452 } _resultobj
= Py_BuildValue("i",_result
);
4456 #define wxStyledTextCtrl_GetModify(_swigobj) (_swigobj->GetModify())
4457 static PyObject
*_wrap_wxStyledTextCtrl_GetModify(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4458 PyObject
* _resultobj
;
4460 wxStyledTextCtrl
* _arg0
;
4461 PyObject
* _argo0
= 0;
4462 char *_kwnames
[] = { "self", NULL
};
4465 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModify",_kwnames
,&_argo0
))
4468 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4469 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4470 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModify. Expected _wxStyledTextCtrl_p.");
4475 wxPy_BEGIN_ALLOW_THREADS
;
4476 _result
= (bool )wxStyledTextCtrl_GetModify(_arg0
);
4478 wxPy_END_ALLOW_THREADS
;
4479 } _resultobj
= Py_BuildValue("i",_result
);
4483 #define wxStyledTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4484 static PyObject
*_wrap_wxStyledTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4485 PyObject
* _resultobj
;
4486 wxStyledTextCtrl
* _arg0
;
4489 PyObject
* _argo0
= 0;
4490 char *_kwnames
[] = { "self","start","end", NULL
};
4493 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4496 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4497 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4498 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelection. Expected _wxStyledTextCtrl_p.");
4503 wxPy_BEGIN_ALLOW_THREADS
;
4504 wxStyledTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4506 wxPy_END_ALLOW_THREADS
;
4507 } Py_INCREF(Py_None
);
4508 _resultobj
= Py_None
;
4512 #define wxStyledTextCtrl_GetSelectedText(_swigobj) (_swigobj->GetSelectedText())
4513 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectedText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4514 PyObject
* _resultobj
;
4516 wxStyledTextCtrl
* _arg0
;
4517 PyObject
* _argo0
= 0;
4518 char *_kwnames
[] = { "self", NULL
};
4521 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectedText",_kwnames
,&_argo0
))
4524 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4525 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4526 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectedText. Expected _wxStyledTextCtrl_p.");
4531 wxPy_BEGIN_ALLOW_THREADS
;
4532 _result
= new wxString (wxStyledTextCtrl_GetSelectedText(_arg0
));
4534 wxPy_END_ALLOW_THREADS
;
4536 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4544 #define wxStyledTextCtrl_GetTextRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetTextRange(_swigarg0,_swigarg1))
4545 static PyObject
*_wrap_wxStyledTextCtrl_GetTextRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4546 PyObject
* _resultobj
;
4548 wxStyledTextCtrl
* _arg0
;
4551 PyObject
* _argo0
= 0;
4552 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
4555 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetTextRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4558 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4559 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4560 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextRange. Expected _wxStyledTextCtrl_p.");
4565 wxPy_BEGIN_ALLOW_THREADS
;
4566 _result
= new wxString (wxStyledTextCtrl_GetTextRange(_arg0
,_arg1
,_arg2
));
4568 wxPy_END_ALLOW_THREADS
;
4570 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4578 #define wxStyledTextCtrl_HideSelection(_swigobj,_swigarg0) (_swigobj->HideSelection(_swigarg0))
4579 static PyObject
*_wrap_wxStyledTextCtrl_HideSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4580 PyObject
* _resultobj
;
4581 wxStyledTextCtrl
* _arg0
;
4583 PyObject
* _argo0
= 0;
4585 char *_kwnames
[] = { "self","normal", NULL
};
4588 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_HideSelection",_kwnames
,&_argo0
,&tempbool1
))
4591 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4592 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4593 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideSelection. Expected _wxStyledTextCtrl_p.");
4597 _arg1
= (bool ) tempbool1
;
4599 wxPy_BEGIN_ALLOW_THREADS
;
4600 wxStyledTextCtrl_HideSelection(_arg0
,_arg1
);
4602 wxPy_END_ALLOW_THREADS
;
4603 } Py_INCREF(Py_None
);
4604 _resultobj
= Py_None
;
4608 #define wxStyledTextCtrl_LineFromPosition(_swigobj,_swigarg0) (_swigobj->LineFromPosition(_swigarg0))
4609 static PyObject
*_wrap_wxStyledTextCtrl_LineFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4610 PyObject
* _resultobj
;
4612 wxStyledTextCtrl
* _arg0
;
4614 PyObject
* _argo0
= 0;
4615 char *_kwnames
[] = { "self","pos", NULL
};
4618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineFromPosition",_kwnames
,&_argo0
,&_arg1
))
4621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineFromPosition. Expected _wxStyledTextCtrl_p.");
4628 wxPy_BEGIN_ALLOW_THREADS
;
4629 _result
= (int )wxStyledTextCtrl_LineFromPosition(_arg0
,_arg1
);
4631 wxPy_END_ALLOW_THREADS
;
4632 } _resultobj
= Py_BuildValue("i",_result
);
4636 #define wxStyledTextCtrl_PositionFromLine(_swigobj,_swigarg0) (_swigobj->PositionFromLine(_swigarg0))
4637 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4638 PyObject
* _resultobj
;
4640 wxStyledTextCtrl
* _arg0
;
4642 PyObject
* _argo0
= 0;
4643 char *_kwnames
[] = { "self","line", NULL
};
4646 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionFromLine",_kwnames
,&_argo0
,&_arg1
))
4649 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4650 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4651 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromLine. Expected _wxStyledTextCtrl_p.");
4656 wxPy_BEGIN_ALLOW_THREADS
;
4657 _result
= (int )wxStyledTextCtrl_PositionFromLine(_arg0
,_arg1
);
4659 wxPy_END_ALLOW_THREADS
;
4660 } _resultobj
= Py_BuildValue("i",_result
);
4664 #define wxStyledTextCtrl_LineScroll(_swigobj,_swigarg0,_swigarg1) (_swigobj->LineScroll(_swigarg0,_swigarg1))
4665 static PyObject
*_wrap_wxStyledTextCtrl_LineScroll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4666 PyObject
* _resultobj
;
4667 wxStyledTextCtrl
* _arg0
;
4670 PyObject
* _argo0
= 0;
4671 char *_kwnames
[] = { "self","columns","lines", NULL
};
4674 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_LineScroll",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4677 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4678 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4679 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineScroll. Expected _wxStyledTextCtrl_p.");
4684 wxPy_BEGIN_ALLOW_THREADS
;
4685 wxStyledTextCtrl_LineScroll(_arg0
,_arg1
,_arg2
);
4687 wxPy_END_ALLOW_THREADS
;
4688 } Py_INCREF(Py_None
);
4689 _resultobj
= Py_None
;
4693 #define wxStyledTextCtrl_EnsureCaretVisible(_swigobj) (_swigobj->EnsureCaretVisible())
4694 static PyObject
*_wrap_wxStyledTextCtrl_EnsureCaretVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4695 PyObject
* _resultobj
;
4696 wxStyledTextCtrl
* _arg0
;
4697 PyObject
* _argo0
= 0;
4698 char *_kwnames
[] = { "self", NULL
};
4701 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EnsureCaretVisible",_kwnames
,&_argo0
))
4704 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4705 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4706 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureCaretVisible. Expected _wxStyledTextCtrl_p.");
4711 wxPy_BEGIN_ALLOW_THREADS
;
4712 wxStyledTextCtrl_EnsureCaretVisible(_arg0
);
4714 wxPy_END_ALLOW_THREADS
;
4715 } Py_INCREF(Py_None
);
4716 _resultobj
= Py_None
;
4720 #define wxStyledTextCtrl_ReplaceSelection(_swigobj,_swigarg0) (_swigobj->ReplaceSelection(_swigarg0))
4721 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4722 PyObject
* _resultobj
;
4723 wxStyledTextCtrl
* _arg0
;
4725 PyObject
* _argo0
= 0;
4726 PyObject
* _obj1
= 0;
4727 char *_kwnames
[] = { "self","text", NULL
};
4730 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceSelection",_kwnames
,&_argo0
,&_obj1
))
4733 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4734 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4735 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceSelection. Expected _wxStyledTextCtrl_p.");
4740 #if PYTHON_API_VERSION >= 1009
4741 char* tmpPtr
; int tmpSize
;
4742 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
4743 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
4746 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
4748 _arg1
= new wxString(tmpPtr
, tmpSize
);
4750 if (!PyString_Check(_obj1
)) {
4751 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4754 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
4758 wxPy_BEGIN_ALLOW_THREADS
;
4759 wxStyledTextCtrl_ReplaceSelection(_arg0
,*_arg1
);
4761 wxPy_END_ALLOW_THREADS
;
4762 } Py_INCREF(Py_None
);
4763 _resultobj
= Py_None
;
4771 #define wxStyledTextCtrl_SetReadOnly(_swigobj,_swigarg0) (_swigobj->SetReadOnly(_swigarg0))
4772 static PyObject
*_wrap_wxStyledTextCtrl_SetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4773 PyObject
* _resultobj
;
4774 wxStyledTextCtrl
* _arg0
;
4776 PyObject
* _argo0
= 0;
4778 char *_kwnames
[] = { "self","readOnly", NULL
};
4781 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetReadOnly",_kwnames
,&_argo0
,&tempbool1
))
4784 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4785 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4786 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetReadOnly. Expected _wxStyledTextCtrl_p.");
4790 _arg1
= (bool ) tempbool1
;
4792 wxPy_BEGIN_ALLOW_THREADS
;
4793 wxStyledTextCtrl_SetReadOnly(_arg0
,_arg1
);
4795 wxPy_END_ALLOW_THREADS
;
4796 } Py_INCREF(Py_None
);
4797 _resultobj
= Py_None
;
4801 #define wxStyledTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
4802 static PyObject
*_wrap_wxStyledTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4803 PyObject
* _resultobj
;
4805 wxStyledTextCtrl
* _arg0
;
4806 PyObject
* _argo0
= 0;
4807 char *_kwnames
[] = { "self", NULL
};
4810 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanPaste",_kwnames
,&_argo0
))
4813 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4814 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4815 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanPaste. Expected _wxStyledTextCtrl_p.");
4820 wxPy_BEGIN_ALLOW_THREADS
;
4821 _result
= (bool )wxStyledTextCtrl_CanPaste(_arg0
);
4823 wxPy_END_ALLOW_THREADS
;
4824 } _resultobj
= Py_BuildValue("i",_result
);
4828 #define wxStyledTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
4829 static PyObject
*_wrap_wxStyledTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4830 PyObject
* _resultobj
;
4832 wxStyledTextCtrl
* _arg0
;
4833 PyObject
* _argo0
= 0;
4834 char *_kwnames
[] = { "self", NULL
};
4837 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanUndo",_kwnames
,&_argo0
))
4840 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4841 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4842 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanUndo. Expected _wxStyledTextCtrl_p.");
4847 wxPy_BEGIN_ALLOW_THREADS
;
4848 _result
= (bool )wxStyledTextCtrl_CanUndo(_arg0
);
4850 wxPy_END_ALLOW_THREADS
;
4851 } _resultobj
= Py_BuildValue("i",_result
);
4855 #define wxStyledTextCtrl_EmptyUndoBuffer(_swigobj) (_swigobj->EmptyUndoBuffer())
4856 static PyObject
*_wrap_wxStyledTextCtrl_EmptyUndoBuffer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4857 PyObject
* _resultobj
;
4858 wxStyledTextCtrl
* _arg0
;
4859 PyObject
* _argo0
= 0;
4860 char *_kwnames
[] = { "self", NULL
};
4863 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EmptyUndoBuffer",_kwnames
,&_argo0
))
4866 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4867 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4868 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EmptyUndoBuffer. Expected _wxStyledTextCtrl_p.");
4873 wxPy_BEGIN_ALLOW_THREADS
;
4874 wxStyledTextCtrl_EmptyUndoBuffer(_arg0
);
4876 wxPy_END_ALLOW_THREADS
;
4877 } Py_INCREF(Py_None
);
4878 _resultobj
= Py_None
;
4882 #define wxStyledTextCtrl_Undo(_swigobj) (_swigobj->Undo())
4883 static PyObject
*_wrap_wxStyledTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4884 PyObject
* _resultobj
;
4885 wxStyledTextCtrl
* _arg0
;
4886 PyObject
* _argo0
= 0;
4887 char *_kwnames
[] = { "self", NULL
};
4890 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Undo",_kwnames
,&_argo0
))
4893 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4894 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4895 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Undo. Expected _wxStyledTextCtrl_p.");
4900 wxPy_BEGIN_ALLOW_THREADS
;
4901 wxStyledTextCtrl_Undo(_arg0
);
4903 wxPy_END_ALLOW_THREADS
;
4904 } Py_INCREF(Py_None
);
4905 _resultobj
= Py_None
;
4909 #define wxStyledTextCtrl_Cut(_swigobj) (_swigobj->Cut())
4910 static PyObject
*_wrap_wxStyledTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4911 PyObject
* _resultobj
;
4912 wxStyledTextCtrl
* _arg0
;
4913 PyObject
* _argo0
= 0;
4914 char *_kwnames
[] = { "self", NULL
};
4917 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Cut",_kwnames
,&_argo0
))
4920 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4921 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4922 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Cut. Expected _wxStyledTextCtrl_p.");
4927 wxPy_BEGIN_ALLOW_THREADS
;
4928 wxStyledTextCtrl_Cut(_arg0
);
4930 wxPy_END_ALLOW_THREADS
;
4931 } Py_INCREF(Py_None
);
4932 _resultobj
= Py_None
;
4936 #define wxStyledTextCtrl_Copy(_swigobj) (_swigobj->Copy())
4937 static PyObject
*_wrap_wxStyledTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4938 PyObject
* _resultobj
;
4939 wxStyledTextCtrl
* _arg0
;
4940 PyObject
* _argo0
= 0;
4941 char *_kwnames
[] = { "self", NULL
};
4944 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Copy",_kwnames
,&_argo0
))
4947 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4948 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4949 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Copy. Expected _wxStyledTextCtrl_p.");
4954 wxPy_BEGIN_ALLOW_THREADS
;
4955 wxStyledTextCtrl_Copy(_arg0
);
4957 wxPy_END_ALLOW_THREADS
;
4958 } Py_INCREF(Py_None
);
4959 _resultobj
= Py_None
;
4963 #define wxStyledTextCtrl_Paste(_swigobj) (_swigobj->Paste())
4964 static PyObject
*_wrap_wxStyledTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4965 PyObject
* _resultobj
;
4966 wxStyledTextCtrl
* _arg0
;
4967 PyObject
* _argo0
= 0;
4968 char *_kwnames
[] = { "self", NULL
};
4971 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Paste",_kwnames
,&_argo0
))
4974 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4975 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4976 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Paste. Expected _wxStyledTextCtrl_p.");
4981 wxPy_BEGIN_ALLOW_THREADS
;
4982 wxStyledTextCtrl_Paste(_arg0
);
4984 wxPy_END_ALLOW_THREADS
;
4985 } Py_INCREF(Py_None
);
4986 _resultobj
= Py_None
;
4990 #define wxStyledTextCtrl_Clear(_swigobj) (_swigobj->Clear())
4991 static PyObject
*_wrap_wxStyledTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4992 PyObject
* _resultobj
;
4993 wxStyledTextCtrl
* _arg0
;
4994 PyObject
* _argo0
= 0;
4995 char *_kwnames
[] = { "self", NULL
};
4998 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Clear",_kwnames
,&_argo0
))
5001 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5002 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5003 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Clear. Expected _wxStyledTextCtrl_p.");
5008 wxPy_BEGIN_ALLOW_THREADS
;
5009 wxStyledTextCtrl_Clear(_arg0
);
5011 wxPy_END_ALLOW_THREADS
;
5012 } Py_INCREF(Py_None
);
5013 _resultobj
= Py_None
;
5017 #define wxStyledTextCtrl_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
5018 static PyObject
*_wrap_wxStyledTextCtrl_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5019 PyObject
* _resultobj
;
5020 wxStyledTextCtrl
* _arg0
;
5022 PyObject
* _argo0
= 0;
5023 PyObject
* _obj1
= 0;
5024 char *_kwnames
[] = { "self","text", NULL
};
5027 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetText",_kwnames
,&_argo0
,&_obj1
))
5030 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5031 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5032 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetText. Expected _wxStyledTextCtrl_p.");
5037 #if PYTHON_API_VERSION >= 1009
5038 char* tmpPtr
; int tmpSize
;
5039 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
5040 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
5043 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
5045 _arg1
= new wxString(tmpPtr
, tmpSize
);
5047 if (!PyString_Check(_obj1
)) {
5048 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5051 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
5055 wxPy_BEGIN_ALLOW_THREADS
;
5056 wxStyledTextCtrl_SetText(_arg0
,*_arg1
);
5058 wxPy_END_ALLOW_THREADS
;
5059 } Py_INCREF(Py_None
);
5060 _resultobj
= Py_None
;
5068 #define wxStyledTextCtrl_GetText(_swigobj) (_swigobj->GetText())
5069 static PyObject
*_wrap_wxStyledTextCtrl_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5070 PyObject
* _resultobj
;
5072 wxStyledTextCtrl
* _arg0
;
5073 PyObject
* _argo0
= 0;
5074 char *_kwnames
[] = { "self", NULL
};
5077 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetText",_kwnames
,&_argo0
))
5080 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5081 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5082 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetText. Expected _wxStyledTextCtrl_p.");
5087 wxPy_BEGIN_ALLOW_THREADS
;
5088 _result
= new wxString (wxStyledTextCtrl_GetText(_arg0
));
5090 wxPy_END_ALLOW_THREADS
;
5092 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
5100 #define wxStyledTextCtrl_GetTextLength(_swigobj) (_swigobj->GetTextLength())
5101 static PyObject
*_wrap_wxStyledTextCtrl_GetTextLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5102 PyObject
* _resultobj
;
5104 wxStyledTextCtrl
* _arg0
;
5105 PyObject
* _argo0
= 0;
5106 char *_kwnames
[] = { "self", NULL
};
5109 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTextLength",_kwnames
,&_argo0
))
5112 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5113 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5114 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextLength. Expected _wxStyledTextCtrl_p.");
5119 wxPy_BEGIN_ALLOW_THREADS
;
5120 _result
= (int )wxStyledTextCtrl_GetTextLength(_arg0
);
5122 wxPy_END_ALLOW_THREADS
;
5123 } _resultobj
= Py_BuildValue("i",_result
);
5127 #define wxStyledTextCtrl_SetOvertype(_swigobj,_swigarg0) (_swigobj->SetOvertype(_swigarg0))
5128 static PyObject
*_wrap_wxStyledTextCtrl_SetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5129 PyObject
* _resultobj
;
5130 wxStyledTextCtrl
* _arg0
;
5132 PyObject
* _argo0
= 0;
5134 char *_kwnames
[] = { "self","overtype", NULL
};
5137 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetOvertype",_kwnames
,&_argo0
,&tempbool1
))
5140 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5141 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetOvertype. Expected _wxStyledTextCtrl_p.");
5146 _arg1
= (bool ) tempbool1
;
5148 wxPy_BEGIN_ALLOW_THREADS
;
5149 wxStyledTextCtrl_SetOvertype(_arg0
,_arg1
);
5151 wxPy_END_ALLOW_THREADS
;
5152 } Py_INCREF(Py_None
);
5153 _resultobj
= Py_None
;
5157 #define wxStyledTextCtrl_GetOvertype(_swigobj) (_swigobj->GetOvertype())
5158 static PyObject
*_wrap_wxStyledTextCtrl_GetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5159 PyObject
* _resultobj
;
5161 wxStyledTextCtrl
* _arg0
;
5162 PyObject
* _argo0
= 0;
5163 char *_kwnames
[] = { "self", NULL
};
5166 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetOvertype",_kwnames
,&_argo0
))
5169 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5170 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5171 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetOvertype. Expected _wxStyledTextCtrl_p.");
5176 wxPy_BEGIN_ALLOW_THREADS
;
5177 _result
= (bool )wxStyledTextCtrl_GetOvertype(_arg0
);
5179 wxPy_END_ALLOW_THREADS
;
5180 } _resultobj
= Py_BuildValue("i",_result
);
5184 #define wxStyledTextCtrl_CallTipShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipShow(_swigarg0,_swigarg1))
5185 static PyObject
*_wrap_wxStyledTextCtrl_CallTipShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5186 PyObject
* _resultobj
;
5187 wxStyledTextCtrl
* _arg0
;
5190 PyObject
* _argo0
= 0;
5191 PyObject
* _obj2
= 0;
5192 char *_kwnames
[] = { "self","pos","definition", NULL
};
5195 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_CallTipShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
5198 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5199 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5200 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipShow. Expected _wxStyledTextCtrl_p.");
5205 #if PYTHON_API_VERSION >= 1009
5206 char* tmpPtr
; int tmpSize
;
5207 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
5208 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
5211 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
5213 _arg2
= new wxString(tmpPtr
, tmpSize
);
5215 if (!PyString_Check(_obj2
)) {
5216 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5219 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
5223 wxPy_BEGIN_ALLOW_THREADS
;
5224 wxStyledTextCtrl_CallTipShow(_arg0
,_arg1
,*_arg2
);
5226 wxPy_END_ALLOW_THREADS
;
5227 } Py_INCREF(Py_None
);
5228 _resultobj
= Py_None
;
5236 #define wxStyledTextCtrl_CallTipCancel(_swigobj) (_swigobj->CallTipCancel())
5237 static PyObject
*_wrap_wxStyledTextCtrl_CallTipCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5238 PyObject
* _resultobj
;
5239 wxStyledTextCtrl
* _arg0
;
5240 PyObject
* _argo0
= 0;
5241 char *_kwnames
[] = { "self", NULL
};
5244 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipCancel",_kwnames
,&_argo0
))
5247 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5248 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5249 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipCancel. Expected _wxStyledTextCtrl_p.");
5254 wxPy_BEGIN_ALLOW_THREADS
;
5255 wxStyledTextCtrl_CallTipCancel(_arg0
);
5257 wxPy_END_ALLOW_THREADS
;
5258 } Py_INCREF(Py_None
);
5259 _resultobj
= Py_None
;
5263 #define wxStyledTextCtrl_CallTipActive(_swigobj) (_swigobj->CallTipActive())
5264 static PyObject
*_wrap_wxStyledTextCtrl_CallTipActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5265 PyObject
* _resultobj
;
5267 wxStyledTextCtrl
* _arg0
;
5268 PyObject
* _argo0
= 0;
5269 char *_kwnames
[] = { "self", NULL
};
5272 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipActive",_kwnames
,&_argo0
))
5275 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5276 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5277 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipActive. Expected _wxStyledTextCtrl_p.");
5282 wxPy_BEGIN_ALLOW_THREADS
;
5283 _result
= (bool )wxStyledTextCtrl_CallTipActive(_arg0
);
5285 wxPy_END_ALLOW_THREADS
;
5286 } _resultobj
= Py_BuildValue("i",_result
);
5290 #define wxStyledTextCtrl_CallTipPosAtStart(_swigobj) (_swigobj->CallTipPosAtStart())
5291 static PyObject
*_wrap_wxStyledTextCtrl_CallTipPosAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5292 PyObject
* _resultobj
;
5294 wxStyledTextCtrl
* _arg0
;
5295 PyObject
* _argo0
= 0;
5296 char *_kwnames
[] = { "self", NULL
};
5299 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipPosAtStart",_kwnames
,&_argo0
))
5302 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5303 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5304 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipPosAtStart. Expected _wxStyledTextCtrl_p.");
5309 wxPy_BEGIN_ALLOW_THREADS
;
5310 _result
= (int )wxStyledTextCtrl_CallTipPosAtStart(_arg0
);
5312 wxPy_END_ALLOW_THREADS
;
5313 } _resultobj
= Py_BuildValue("i",_result
);
5317 #define wxStyledTextCtrl_CallTipSetHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipSetHighlight(_swigarg0,_swigarg1))
5318 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5319 PyObject
* _resultobj
;
5320 wxStyledTextCtrl
* _arg0
;
5323 PyObject
* _argo0
= 0;
5324 char *_kwnames
[] = { "self","start","end", NULL
};
5327 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CallTipSetHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5330 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5331 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5332 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetHighlight. Expected _wxStyledTextCtrl_p.");
5337 wxPy_BEGIN_ALLOW_THREADS
;
5338 wxStyledTextCtrl_CallTipSetHighlight(_arg0
,_arg1
,_arg2
);
5340 wxPy_END_ALLOW_THREADS
;
5341 } Py_INCREF(Py_None
);
5342 _resultobj
= Py_None
;
5346 #define wxStyledTextCtrl_CallTipSetBackground(_swigobj,_swigarg0) (_swigobj->CallTipSetBackground(_swigarg0))
5347 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5348 PyObject
* _resultobj
;
5349 wxStyledTextCtrl
* _arg0
;
5351 PyObject
* _argo0
= 0;
5353 PyObject
* _obj1
= 0;
5354 char *_kwnames
[] = { "self","back", NULL
};
5357 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetBackground",_kwnames
,&_argo0
,&_obj1
))
5360 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5361 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5362 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetBackground. Expected _wxStyledTextCtrl_p.");
5368 if (! wxColour_helper(_obj1
, &_arg1
))
5372 wxPy_BEGIN_ALLOW_THREADS
;
5373 wxStyledTextCtrl_CallTipSetBackground(_arg0
,*_arg1
);
5375 wxPy_END_ALLOW_THREADS
;
5376 } Py_INCREF(Py_None
);
5377 _resultobj
= Py_None
;
5381 #define wxStyledTextCtrl_VisibleFromDocLine(_swigobj,_swigarg0) (_swigobj->VisibleFromDocLine(_swigarg0))
5382 static PyObject
*_wrap_wxStyledTextCtrl_VisibleFromDocLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5383 PyObject
* _resultobj
;
5385 wxStyledTextCtrl
* _arg0
;
5387 PyObject
* _argo0
= 0;
5388 char *_kwnames
[] = { "self","line", NULL
};
5391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_VisibleFromDocLine",_kwnames
,&_argo0
,&_arg1
))
5394 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5395 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5396 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_VisibleFromDocLine. Expected _wxStyledTextCtrl_p.");
5401 wxPy_BEGIN_ALLOW_THREADS
;
5402 _result
= (int )wxStyledTextCtrl_VisibleFromDocLine(_arg0
,_arg1
);
5404 wxPy_END_ALLOW_THREADS
;
5405 } _resultobj
= Py_BuildValue("i",_result
);
5409 #define wxStyledTextCtrl_DocLineFromVisible(_swigobj,_swigarg0) (_swigobj->DocLineFromVisible(_swigarg0))
5410 static PyObject
*_wrap_wxStyledTextCtrl_DocLineFromVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5411 PyObject
* _resultobj
;
5413 wxStyledTextCtrl
* _arg0
;
5415 PyObject
* _argo0
= 0;
5416 char *_kwnames
[] = { "self","lineDisplay", NULL
};
5419 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_DocLineFromVisible",_kwnames
,&_argo0
,&_arg1
))
5422 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5423 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5424 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DocLineFromVisible. Expected _wxStyledTextCtrl_p.");
5429 wxPy_BEGIN_ALLOW_THREADS
;
5430 _result
= (int )wxStyledTextCtrl_DocLineFromVisible(_arg0
,_arg1
);
5432 wxPy_END_ALLOW_THREADS
;
5433 } _resultobj
= Py_BuildValue("i",_result
);
5437 #define wxStyledTextCtrl_SetFoldLevel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldLevel(_swigarg0,_swigarg1))
5438 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5439 PyObject
* _resultobj
;
5440 wxStyledTextCtrl
* _arg0
;
5443 PyObject
* _argo0
= 0;
5444 char *_kwnames
[] = { "self","line","level", NULL
};
5447 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldLevel",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5450 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5451 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5452 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldLevel. Expected _wxStyledTextCtrl_p.");
5457 wxPy_BEGIN_ALLOW_THREADS
;
5458 wxStyledTextCtrl_SetFoldLevel(_arg0
,_arg1
,_arg2
);
5460 wxPy_END_ALLOW_THREADS
;
5461 } Py_INCREF(Py_None
);
5462 _resultobj
= Py_None
;
5466 #define wxStyledTextCtrl_GetFoldLevel(_swigobj,_swigarg0) (_swigobj->GetFoldLevel(_swigarg0))
5467 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5468 PyObject
* _resultobj
;
5470 wxStyledTextCtrl
* _arg0
;
5472 PyObject
* _argo0
= 0;
5473 char *_kwnames
[] = { "self","line", NULL
};
5476 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldLevel",_kwnames
,&_argo0
,&_arg1
))
5479 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5480 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5481 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldLevel. Expected _wxStyledTextCtrl_p.");
5486 wxPy_BEGIN_ALLOW_THREADS
;
5487 _result
= (int )wxStyledTextCtrl_GetFoldLevel(_arg0
,_arg1
);
5489 wxPy_END_ALLOW_THREADS
;
5490 } _resultobj
= Py_BuildValue("i",_result
);
5494 #define wxStyledTextCtrl_GetLastChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetLastChild(_swigarg0,_swigarg1))
5495 static PyObject
*_wrap_wxStyledTextCtrl_GetLastChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5496 PyObject
* _resultobj
;
5498 wxStyledTextCtrl
* _arg0
;
5501 PyObject
* _argo0
= 0;
5502 char *_kwnames
[] = { "self","line","level", NULL
};
5505 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetLastChild",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5508 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5509 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5510 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastChild. Expected _wxStyledTextCtrl_p.");
5515 wxPy_BEGIN_ALLOW_THREADS
;
5516 _result
= (int )wxStyledTextCtrl_GetLastChild(_arg0
,_arg1
,_arg2
);
5518 wxPy_END_ALLOW_THREADS
;
5519 } _resultobj
= Py_BuildValue("i",_result
);
5523 #define wxStyledTextCtrl_GetFoldParent(_swigobj,_swigarg0) (_swigobj->GetFoldParent(_swigarg0))
5524 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldParent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5525 PyObject
* _resultobj
;
5527 wxStyledTextCtrl
* _arg0
;
5529 PyObject
* _argo0
= 0;
5530 char *_kwnames
[] = { "self","line", NULL
};
5533 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldParent",_kwnames
,&_argo0
,&_arg1
))
5536 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5537 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5538 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldParent. Expected _wxStyledTextCtrl_p.");
5543 wxPy_BEGIN_ALLOW_THREADS
;
5544 _result
= (int )wxStyledTextCtrl_GetFoldParent(_arg0
,_arg1
);
5546 wxPy_END_ALLOW_THREADS
;
5547 } _resultobj
= Py_BuildValue("i",_result
);
5551 #define wxStyledTextCtrl_ShowLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->ShowLines(_swigarg0,_swigarg1))
5552 static PyObject
*_wrap_wxStyledTextCtrl_ShowLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5553 PyObject
* _resultobj
;
5554 wxStyledTextCtrl
* _arg0
;
5557 PyObject
* _argo0
= 0;
5558 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
5561 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_ShowLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
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_ShowLines. Expected _wxStyledTextCtrl_p.");
5571 wxPy_BEGIN_ALLOW_THREADS
;
5572 wxStyledTextCtrl_ShowLines(_arg0
,_arg1
,_arg2
);
5574 wxPy_END_ALLOW_THREADS
;
5575 } Py_INCREF(Py_None
);
5576 _resultobj
= Py_None
;
5580 #define wxStyledTextCtrl_HideLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->HideLines(_swigarg0,_swigarg1))
5581 static PyObject
*_wrap_wxStyledTextCtrl_HideLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5582 PyObject
* _resultobj
;
5583 wxStyledTextCtrl
* _arg0
;
5586 PyObject
* _argo0
= 0;
5587 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
5590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_HideLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideLines. Expected _wxStyledTextCtrl_p.");
5600 wxPy_BEGIN_ALLOW_THREADS
;
5601 wxStyledTextCtrl_HideLines(_arg0
,_arg1
,_arg2
);
5603 wxPy_END_ALLOW_THREADS
;
5604 } Py_INCREF(Py_None
);
5605 _resultobj
= Py_None
;
5609 #define wxStyledTextCtrl_GetLineVisible(_swigobj,_swigarg0) (_swigobj->GetLineVisible(_swigarg0))
5610 static PyObject
*_wrap_wxStyledTextCtrl_GetLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5611 PyObject
* _resultobj
;
5613 wxStyledTextCtrl
* _arg0
;
5615 PyObject
* _argo0
= 0;
5616 char *_kwnames
[] = { "self","line", NULL
};
5619 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineVisible",_kwnames
,&_argo0
,&_arg1
))
5622 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5623 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5624 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineVisible. Expected _wxStyledTextCtrl_p.");
5629 wxPy_BEGIN_ALLOW_THREADS
;
5630 _result
= (bool )wxStyledTextCtrl_GetLineVisible(_arg0
,_arg1
);
5632 wxPy_END_ALLOW_THREADS
;
5633 } _resultobj
= Py_BuildValue("i",_result
);
5637 #define wxStyledTextCtrl_SetFoldExpanded(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldExpanded(_swigarg0,_swigarg1))
5638 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5639 PyObject
* _resultobj
;
5640 wxStyledTextCtrl
* _arg0
;
5643 PyObject
* _argo0
= 0;
5645 char *_kwnames
[] = { "self","line","expanded", NULL
};
5648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldExpanded",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldExpanded. Expected _wxStyledTextCtrl_p.");
5657 _arg2
= (bool ) tempbool2
;
5659 wxPy_BEGIN_ALLOW_THREADS
;
5660 wxStyledTextCtrl_SetFoldExpanded(_arg0
,_arg1
,_arg2
);
5662 wxPy_END_ALLOW_THREADS
;
5663 } Py_INCREF(Py_None
);
5664 _resultobj
= Py_None
;
5668 #define wxStyledTextCtrl_GetFoldExpanded(_swigobj,_swigarg0) (_swigobj->GetFoldExpanded(_swigarg0))
5669 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5670 PyObject
* _resultobj
;
5672 wxStyledTextCtrl
* _arg0
;
5674 PyObject
* _argo0
= 0;
5675 char *_kwnames
[] = { "self","line", NULL
};
5678 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldExpanded",_kwnames
,&_argo0
,&_arg1
))
5681 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5682 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5683 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldExpanded. Expected _wxStyledTextCtrl_p.");
5688 wxPy_BEGIN_ALLOW_THREADS
;
5689 _result
= (bool )wxStyledTextCtrl_GetFoldExpanded(_arg0
,_arg1
);
5691 wxPy_END_ALLOW_THREADS
;
5692 } _resultobj
= Py_BuildValue("i",_result
);
5696 #define wxStyledTextCtrl_ToggleFold(_swigobj,_swigarg0) (_swigobj->ToggleFold(_swigarg0))
5697 static PyObject
*_wrap_wxStyledTextCtrl_ToggleFold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5698 PyObject
* _resultobj
;
5699 wxStyledTextCtrl
* _arg0
;
5701 PyObject
* _argo0
= 0;
5702 char *_kwnames
[] = { "self","line", NULL
};
5705 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ToggleFold",_kwnames
,&_argo0
,&_arg1
))
5708 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5709 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5710 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ToggleFold. Expected _wxStyledTextCtrl_p.");
5715 wxPy_BEGIN_ALLOW_THREADS
;
5716 wxStyledTextCtrl_ToggleFold(_arg0
,_arg1
);
5718 wxPy_END_ALLOW_THREADS
;
5719 } Py_INCREF(Py_None
);
5720 _resultobj
= Py_None
;
5724 #define wxStyledTextCtrl_EnsureVisible(_swigobj,_swigarg0) (_swigobj->EnsureVisible(_swigarg0))
5725 static PyObject
*_wrap_wxStyledTextCtrl_EnsureVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5726 PyObject
* _resultobj
;
5727 wxStyledTextCtrl
* _arg0
;
5729 PyObject
* _argo0
= 0;
5730 char *_kwnames
[] = { "self","line", NULL
};
5733 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisible",_kwnames
,&_argo0
,&_arg1
))
5736 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5737 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5738 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisible. Expected _wxStyledTextCtrl_p.");
5743 wxPy_BEGIN_ALLOW_THREADS
;
5744 wxStyledTextCtrl_EnsureVisible(_arg0
,_arg1
);
5746 wxPy_END_ALLOW_THREADS
;
5747 } Py_INCREF(Py_None
);
5748 _resultobj
= Py_None
;
5752 #define wxStyledTextCtrl_SetFoldFlags(_swigobj,_swigarg0) (_swigobj->SetFoldFlags(_swigarg0))
5753 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5754 PyObject
* _resultobj
;
5755 wxStyledTextCtrl
* _arg0
;
5757 PyObject
* _argo0
= 0;
5758 char *_kwnames
[] = { "self","flags", NULL
};
5761 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetFoldFlags",_kwnames
,&_argo0
,&_arg1
))
5764 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5765 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5766 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldFlags. Expected _wxStyledTextCtrl_p.");
5771 wxPy_BEGIN_ALLOW_THREADS
;
5772 wxStyledTextCtrl_SetFoldFlags(_arg0
,_arg1
);
5774 wxPy_END_ALLOW_THREADS
;
5775 } Py_INCREF(Py_None
);
5776 _resultobj
= Py_None
;
5780 #define wxStyledTextCtrl_LineLength(_swigobj,_swigarg0) (_swigobj->LineLength(_swigarg0))
5781 static PyObject
*_wrap_wxStyledTextCtrl_LineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5782 PyObject
* _resultobj
;
5784 wxStyledTextCtrl
* _arg0
;
5786 PyObject
* _argo0
= 0;
5787 char *_kwnames
[] = { "self","line", NULL
};
5790 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineLength",_kwnames
,&_argo0
,&_arg1
))
5793 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5794 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5795 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineLength. Expected _wxStyledTextCtrl_p.");
5800 wxPy_BEGIN_ALLOW_THREADS
;
5801 _result
= (int )wxStyledTextCtrl_LineLength(_arg0
,_arg1
);
5803 wxPy_END_ALLOW_THREADS
;
5804 } _resultobj
= Py_BuildValue("i",_result
);
5808 #define wxStyledTextCtrl_BraceHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->BraceHighlight(_swigarg0,_swigarg1))
5809 static PyObject
*_wrap_wxStyledTextCtrl_BraceHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5810 PyObject
* _resultobj
;
5811 wxStyledTextCtrl
* _arg0
;
5814 PyObject
* _argo0
= 0;
5815 char *_kwnames
[] = { "self","pos1","pos2", NULL
};
5818 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_BraceHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5821 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5822 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5823 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceHighlight. Expected _wxStyledTextCtrl_p.");
5828 wxPy_BEGIN_ALLOW_THREADS
;
5829 wxStyledTextCtrl_BraceHighlight(_arg0
,_arg1
,_arg2
);
5831 wxPy_END_ALLOW_THREADS
;
5832 } Py_INCREF(Py_None
);
5833 _resultobj
= Py_None
;
5837 #define wxStyledTextCtrl_BraceBadLight(_swigobj,_swigarg0) (_swigobj->BraceBadLight(_swigarg0))
5838 static PyObject
*_wrap_wxStyledTextCtrl_BraceBadLight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5839 PyObject
* _resultobj
;
5840 wxStyledTextCtrl
* _arg0
;
5842 PyObject
* _argo0
= 0;
5843 char *_kwnames
[] = { "self","pos", NULL
};
5846 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceBadLight",_kwnames
,&_argo0
,&_arg1
))
5849 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5850 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5851 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceBadLight. Expected _wxStyledTextCtrl_p.");
5856 wxPy_BEGIN_ALLOW_THREADS
;
5857 wxStyledTextCtrl_BraceBadLight(_arg0
,_arg1
);
5859 wxPy_END_ALLOW_THREADS
;
5860 } Py_INCREF(Py_None
);
5861 _resultobj
= Py_None
;
5865 #define wxStyledTextCtrl_BraceMatch(_swigobj,_swigarg0) (_swigobj->BraceMatch(_swigarg0))
5866 static PyObject
*_wrap_wxStyledTextCtrl_BraceMatch(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5867 PyObject
* _resultobj
;
5869 wxStyledTextCtrl
* _arg0
;
5871 PyObject
* _argo0
= 0;
5872 char *_kwnames
[] = { "self","pos", NULL
};
5875 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceMatch",_kwnames
,&_argo0
,&_arg1
))
5878 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5879 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5880 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceMatch. Expected _wxStyledTextCtrl_p.");
5885 wxPy_BEGIN_ALLOW_THREADS
;
5886 _result
= (int )wxStyledTextCtrl_BraceMatch(_arg0
,_arg1
);
5888 wxPy_END_ALLOW_THREADS
;
5889 } _resultobj
= Py_BuildValue("i",_result
);
5893 #define wxStyledTextCtrl_GetViewEOL(_swigobj) (_swigobj->GetViewEOL())
5894 static PyObject
*_wrap_wxStyledTextCtrl_GetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5895 PyObject
* _resultobj
;
5897 wxStyledTextCtrl
* _arg0
;
5898 PyObject
* _argo0
= 0;
5899 char *_kwnames
[] = { "self", NULL
};
5902 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewEOL",_kwnames
,&_argo0
))
5905 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5906 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5907 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewEOL. Expected _wxStyledTextCtrl_p.");
5912 wxPy_BEGIN_ALLOW_THREADS
;
5913 _result
= (bool )wxStyledTextCtrl_GetViewEOL(_arg0
);
5915 wxPy_END_ALLOW_THREADS
;
5916 } _resultobj
= Py_BuildValue("i",_result
);
5920 #define wxStyledTextCtrl_SetViewEOL(_swigobj,_swigarg0) (_swigobj->SetViewEOL(_swigarg0))
5921 static PyObject
*_wrap_wxStyledTextCtrl_SetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5922 PyObject
* _resultobj
;
5923 wxStyledTextCtrl
* _arg0
;
5925 PyObject
* _argo0
= 0;
5927 char *_kwnames
[] = { "self","visible", NULL
};
5930 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewEOL",_kwnames
,&_argo0
,&tempbool1
))
5933 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5934 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5935 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewEOL. Expected _wxStyledTextCtrl_p.");
5939 _arg1
= (bool ) tempbool1
;
5941 wxPy_BEGIN_ALLOW_THREADS
;
5942 wxStyledTextCtrl_SetViewEOL(_arg0
,_arg1
);
5944 wxPy_END_ALLOW_THREADS
;
5945 } Py_INCREF(Py_None
);
5946 _resultobj
= Py_None
;
5950 #define wxStyledTextCtrl_GetDocPointer(_swigobj) (_swigobj->GetDocPointer())
5951 static PyObject
*_wrap_wxStyledTextCtrl_GetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5952 PyObject
* _resultobj
;
5954 wxStyledTextCtrl
* _arg0
;
5955 PyObject
* _argo0
= 0;
5956 char *_kwnames
[] = { "self", NULL
};
5960 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetDocPointer",_kwnames
,&_argo0
))
5963 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5964 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5965 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetDocPointer. Expected _wxStyledTextCtrl_p.");
5970 wxPy_BEGIN_ALLOW_THREADS
;
5971 _result
= (void *)wxStyledTextCtrl_GetDocPointer(_arg0
);
5973 wxPy_END_ALLOW_THREADS
;
5975 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
5976 _resultobj
= Py_BuildValue("s",_ptemp
);
5979 _resultobj
= Py_None
;
5984 #define wxStyledTextCtrl_SetDocPointer(_swigobj,_swigarg0) (_swigobj->SetDocPointer(_swigarg0))
5985 static PyObject
*_wrap_wxStyledTextCtrl_SetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5986 PyObject
* _resultobj
;
5987 wxStyledTextCtrl
* _arg0
;
5989 PyObject
* _argo0
= 0;
5990 PyObject
* _argo1
= 0;
5991 char *_kwnames
[] = { "self","docPointer", NULL
};
5994 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetDocPointer",_kwnames
,&_argo0
,&_argo1
))
5997 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5998 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5999 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetDocPointer. Expected _wxStyledTextCtrl_p.");
6004 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6005 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
6006 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetDocPointer. Expected _void_p.");
6011 wxPy_BEGIN_ALLOW_THREADS
;
6012 wxStyledTextCtrl_SetDocPointer(_arg0
,_arg1
);
6014 wxPy_END_ALLOW_THREADS
;
6015 } Py_INCREF(Py_None
);
6016 _resultobj
= Py_None
;
6020 #define wxStyledTextCtrl_SetModEventMask(_swigobj,_swigarg0) (_swigobj->SetModEventMask(_swigarg0))
6021 static PyObject
*_wrap_wxStyledTextCtrl_SetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6022 PyObject
* _resultobj
;
6023 wxStyledTextCtrl
* _arg0
;
6025 PyObject
* _argo0
= 0;
6026 char *_kwnames
[] = { "self","mask", NULL
};
6029 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetModEventMask",_kwnames
,&_argo0
,&_arg1
))
6032 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6033 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6034 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetModEventMask. Expected _wxStyledTextCtrl_p.");
6039 wxPy_BEGIN_ALLOW_THREADS
;
6040 wxStyledTextCtrl_SetModEventMask(_arg0
,_arg1
);
6042 wxPy_END_ALLOW_THREADS
;
6043 } Py_INCREF(Py_None
);
6044 _resultobj
= Py_None
;
6048 #define wxStyledTextCtrl_GetEdgeColumn(_swigobj) (_swigobj->GetEdgeColumn())
6049 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6050 PyObject
* _resultobj
;
6052 wxStyledTextCtrl
* _arg0
;
6053 PyObject
* _argo0
= 0;
6054 char *_kwnames
[] = { "self", NULL
};
6057 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColumn",_kwnames
,&_argo0
))
6060 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6061 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6062 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColumn. Expected _wxStyledTextCtrl_p.");
6067 wxPy_BEGIN_ALLOW_THREADS
;
6068 _result
= (int )wxStyledTextCtrl_GetEdgeColumn(_arg0
);
6070 wxPy_END_ALLOW_THREADS
;
6071 } _resultobj
= Py_BuildValue("i",_result
);
6075 #define wxStyledTextCtrl_SetEdgeColumn(_swigobj,_swigarg0) (_swigobj->SetEdgeColumn(_swigarg0))
6076 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6077 PyObject
* _resultobj
;
6078 wxStyledTextCtrl
* _arg0
;
6080 PyObject
* _argo0
= 0;
6081 char *_kwnames
[] = { "self","column", NULL
};
6084 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeColumn",_kwnames
,&_argo0
,&_arg1
))
6087 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6088 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6089 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColumn. Expected _wxStyledTextCtrl_p.");
6094 wxPy_BEGIN_ALLOW_THREADS
;
6095 wxStyledTextCtrl_SetEdgeColumn(_arg0
,_arg1
);
6097 wxPy_END_ALLOW_THREADS
;
6098 } Py_INCREF(Py_None
);
6099 _resultobj
= Py_None
;
6103 #define wxStyledTextCtrl_GetEdgeMode(_swigobj) (_swigobj->GetEdgeMode())
6104 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6105 PyObject
* _resultobj
;
6107 wxStyledTextCtrl
* _arg0
;
6108 PyObject
* _argo0
= 0;
6109 char *_kwnames
[] = { "self", NULL
};
6112 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeMode",_kwnames
,&_argo0
))
6115 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6116 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6117 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeMode. Expected _wxStyledTextCtrl_p.");
6122 wxPy_BEGIN_ALLOW_THREADS
;
6123 _result
= (int )wxStyledTextCtrl_GetEdgeMode(_arg0
);
6125 wxPy_END_ALLOW_THREADS
;
6126 } _resultobj
= Py_BuildValue("i",_result
);
6130 #define wxStyledTextCtrl_SetEdgeMode(_swigobj,_swigarg0) (_swigobj->SetEdgeMode(_swigarg0))
6131 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6132 PyObject
* _resultobj
;
6133 wxStyledTextCtrl
* _arg0
;
6135 PyObject
* _argo0
= 0;
6136 char *_kwnames
[] = { "self","mode", NULL
};
6139 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeMode",_kwnames
,&_argo0
,&_arg1
))
6142 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6143 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6144 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeMode. Expected _wxStyledTextCtrl_p.");
6149 wxPy_BEGIN_ALLOW_THREADS
;
6150 wxStyledTextCtrl_SetEdgeMode(_arg0
,_arg1
);
6152 wxPy_END_ALLOW_THREADS
;
6153 } Py_INCREF(Py_None
);
6154 _resultobj
= Py_None
;
6158 #define wxStyledTextCtrl_GetEdgeColour(_swigobj) (_swigobj->GetEdgeColour())
6159 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6160 PyObject
* _resultobj
;
6162 wxStyledTextCtrl
* _arg0
;
6163 PyObject
* _argo0
= 0;
6164 char *_kwnames
[] = { "self", NULL
};
6168 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColour",_kwnames
,&_argo0
))
6171 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6172 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6173 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColour. Expected _wxStyledTextCtrl_p.");
6178 wxPy_BEGIN_ALLOW_THREADS
;
6179 _result
= new wxColour (wxStyledTextCtrl_GetEdgeColour(_arg0
));
6181 wxPy_END_ALLOW_THREADS
;
6182 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
6183 _resultobj
= Py_BuildValue("s",_ptemp
);
6187 #define wxStyledTextCtrl_SetEdgeColour(_swigobj,_swigarg0) (_swigobj->SetEdgeColour(_swigarg0))
6188 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6189 PyObject
* _resultobj
;
6190 wxStyledTextCtrl
* _arg0
;
6192 PyObject
* _argo0
= 0;
6194 PyObject
* _obj1
= 0;
6195 char *_kwnames
[] = { "self","edgeColour", NULL
};
6198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetEdgeColour",_kwnames
,&_argo0
,&_obj1
))
6201 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6202 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6203 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColour. Expected _wxStyledTextCtrl_p.");
6209 if (! wxColour_helper(_obj1
, &_arg1
))
6213 wxPy_BEGIN_ALLOW_THREADS
;
6214 wxStyledTextCtrl_SetEdgeColour(_arg0
,*_arg1
);
6216 wxPy_END_ALLOW_THREADS
;
6217 } Py_INCREF(Py_None
);
6218 _resultobj
= Py_None
;
6222 #define wxStyledTextCtrl_SearchAnchor(_swigobj) (_swigobj->SearchAnchor())
6223 static PyObject
*_wrap_wxStyledTextCtrl_SearchAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6224 PyObject
* _resultobj
;
6225 wxStyledTextCtrl
* _arg0
;
6226 PyObject
* _argo0
= 0;
6227 char *_kwnames
[] = { "self", NULL
};
6230 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SearchAnchor",_kwnames
,&_argo0
))
6233 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6234 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6235 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchAnchor. Expected _wxStyledTextCtrl_p.");
6240 wxPy_BEGIN_ALLOW_THREADS
;
6241 wxStyledTextCtrl_SearchAnchor(_arg0
);
6243 wxPy_END_ALLOW_THREADS
;
6244 } Py_INCREF(Py_None
);
6245 _resultobj
= Py_None
;
6249 #define wxStyledTextCtrl_SearchNext(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchNext(_swigarg0,_swigarg1))
6250 static PyObject
*_wrap_wxStyledTextCtrl_SearchNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6251 PyObject
* _resultobj
;
6253 wxStyledTextCtrl
* _arg0
;
6256 PyObject
* _argo0
= 0;
6257 PyObject
* _obj2
= 0;
6258 char *_kwnames
[] = { "self","flags","text", NULL
};
6261 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchNext",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6264 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6265 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6266 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchNext. Expected _wxStyledTextCtrl_p.");
6271 #if PYTHON_API_VERSION >= 1009
6272 char* tmpPtr
; int tmpSize
;
6273 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6274 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6277 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6279 _arg2
= new wxString(tmpPtr
, tmpSize
);
6281 if (!PyString_Check(_obj2
)) {
6282 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6285 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6289 wxPy_BEGIN_ALLOW_THREADS
;
6290 _result
= (int )wxStyledTextCtrl_SearchNext(_arg0
,_arg1
,*_arg2
);
6292 wxPy_END_ALLOW_THREADS
;
6293 } _resultobj
= Py_BuildValue("i",_result
);
6301 #define wxStyledTextCtrl_SearchPrev(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchPrev(_swigarg0,_swigarg1))
6302 static PyObject
*_wrap_wxStyledTextCtrl_SearchPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6303 PyObject
* _resultobj
;
6305 wxStyledTextCtrl
* _arg0
;
6308 PyObject
* _argo0
= 0;
6309 PyObject
* _obj2
= 0;
6310 char *_kwnames
[] = { "self","flags","text", NULL
};
6313 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchPrev",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6316 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6317 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6318 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchPrev. Expected _wxStyledTextCtrl_p.");
6323 #if PYTHON_API_VERSION >= 1009
6324 char* tmpPtr
; int tmpSize
;
6325 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6326 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6329 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6331 _arg2
= new wxString(tmpPtr
, tmpSize
);
6333 if (!PyString_Check(_obj2
)) {
6334 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6337 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6341 wxPy_BEGIN_ALLOW_THREADS
;
6342 _result
= (int )wxStyledTextCtrl_SearchPrev(_arg0
,_arg1
,*_arg2
);
6344 wxPy_END_ALLOW_THREADS
;
6345 } _resultobj
= Py_BuildValue("i",_result
);
6353 #define wxStyledTextCtrl_SetCaretPolicy(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetCaretPolicy(_swigarg0,_swigarg1))
6354 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretPolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6355 PyObject
* _resultobj
;
6356 wxStyledTextCtrl
* _arg0
;
6359 PyObject
* _argo0
= 0;
6360 char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL
};
6363 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6366 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6367 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6368 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPolicy. Expected _wxStyledTextCtrl_p.");
6373 wxPy_BEGIN_ALLOW_THREADS
;
6374 wxStyledTextCtrl_SetCaretPolicy(_arg0
,_arg1
,_arg2
);
6376 wxPy_END_ALLOW_THREADS
;
6377 } Py_INCREF(Py_None
);
6378 _resultobj
= Py_None
;
6382 #define wxStyledTextCtrl_LinesOnScreen(_swigobj) (_swigobj->LinesOnScreen())
6383 static PyObject
*_wrap_wxStyledTextCtrl_LinesOnScreen(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6384 PyObject
* _resultobj
;
6386 wxStyledTextCtrl
* _arg0
;
6387 PyObject
* _argo0
= 0;
6388 char *_kwnames
[] = { "self", NULL
};
6391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LinesOnScreen",_kwnames
,&_argo0
))
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_LinesOnScreen. Expected _wxStyledTextCtrl_p.");
6401 wxPy_BEGIN_ALLOW_THREADS
;
6402 _result
= (int )wxStyledTextCtrl_LinesOnScreen(_arg0
);
6404 wxPy_END_ALLOW_THREADS
;
6405 } _resultobj
= Py_BuildValue("i",_result
);
6409 #define wxStyledTextCtrl_UsePopUp(_swigobj,_swigarg0) (_swigobj->UsePopUp(_swigarg0))
6410 static PyObject
*_wrap_wxStyledTextCtrl_UsePopUp(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6411 PyObject
* _resultobj
;
6412 wxStyledTextCtrl
* _arg0
;
6414 PyObject
* _argo0
= 0;
6416 char *_kwnames
[] = { "self","allowPopUp", NULL
};
6419 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_UsePopUp",_kwnames
,&_argo0
,&tempbool1
))
6422 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6423 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6424 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UsePopUp. Expected _wxStyledTextCtrl_p.");
6428 _arg1
= (bool ) tempbool1
;
6430 wxPy_BEGIN_ALLOW_THREADS
;
6431 wxStyledTextCtrl_UsePopUp(_arg0
,_arg1
);
6433 wxPy_END_ALLOW_THREADS
;
6434 } Py_INCREF(Py_None
);
6435 _resultobj
= Py_None
;
6439 #define wxStyledTextCtrl_SelectionIsRectangle(_swigobj) (_swigobj->SelectionIsRectangle())
6440 static PyObject
*_wrap_wxStyledTextCtrl_SelectionIsRectangle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6441 PyObject
* _resultobj
;
6443 wxStyledTextCtrl
* _arg0
;
6444 PyObject
* _argo0
= 0;
6445 char *_kwnames
[] = { "self", NULL
};
6448 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectionIsRectangle",_kwnames
,&_argo0
))
6451 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6452 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6453 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectionIsRectangle. Expected _wxStyledTextCtrl_p.");
6458 wxPy_BEGIN_ALLOW_THREADS
;
6459 _result
= (bool )wxStyledTextCtrl_SelectionIsRectangle(_arg0
);
6461 wxPy_END_ALLOW_THREADS
;
6462 } _resultobj
= Py_BuildValue("i",_result
);
6466 #define wxStyledTextCtrl_SetZoom(_swigobj,_swigarg0) (_swigobj->SetZoom(_swigarg0))
6467 static PyObject
*_wrap_wxStyledTextCtrl_SetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6468 PyObject
* _resultobj
;
6469 wxStyledTextCtrl
* _arg0
;
6471 PyObject
* _argo0
= 0;
6472 char *_kwnames
[] = { "self","zoom", NULL
};
6475 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetZoom",_kwnames
,&_argo0
,&_arg1
))
6478 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6479 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6480 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetZoom. Expected _wxStyledTextCtrl_p.");
6485 wxPy_BEGIN_ALLOW_THREADS
;
6486 wxStyledTextCtrl_SetZoom(_arg0
,_arg1
);
6488 wxPy_END_ALLOW_THREADS
;
6489 } Py_INCREF(Py_None
);
6490 _resultobj
= Py_None
;
6494 #define wxStyledTextCtrl_GetZoom(_swigobj) (_swigobj->GetZoom())
6495 static PyObject
*_wrap_wxStyledTextCtrl_GetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6496 PyObject
* _resultobj
;
6498 wxStyledTextCtrl
* _arg0
;
6499 PyObject
* _argo0
= 0;
6500 char *_kwnames
[] = { "self", NULL
};
6503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetZoom",_kwnames
,&_argo0
))
6506 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6507 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6508 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetZoom. Expected _wxStyledTextCtrl_p.");
6513 wxPy_BEGIN_ALLOW_THREADS
;
6514 _result
= (int )wxStyledTextCtrl_GetZoom(_arg0
);
6516 wxPy_END_ALLOW_THREADS
;
6517 } _resultobj
= Py_BuildValue("i",_result
);
6521 #define wxStyledTextCtrl_CreateDocument(_swigobj) (_swigobj->CreateDocument())
6522 static PyObject
*_wrap_wxStyledTextCtrl_CreateDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6523 PyObject
* _resultobj
;
6525 wxStyledTextCtrl
* _arg0
;
6526 PyObject
* _argo0
= 0;
6527 char *_kwnames
[] = { "self", NULL
};
6531 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CreateDocument",_kwnames
,&_argo0
))
6534 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6535 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6536 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CreateDocument. Expected _wxStyledTextCtrl_p.");
6541 wxPy_BEGIN_ALLOW_THREADS
;
6542 _result
= (void *)wxStyledTextCtrl_CreateDocument(_arg0
);
6544 wxPy_END_ALLOW_THREADS
;
6546 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
6547 _resultobj
= Py_BuildValue("s",_ptemp
);
6550 _resultobj
= Py_None
;
6555 #define wxStyledTextCtrl_AddRefDocument(_swigobj,_swigarg0) (_swigobj->AddRefDocument(_swigarg0))
6556 static PyObject
*_wrap_wxStyledTextCtrl_AddRefDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6557 PyObject
* _resultobj
;
6558 wxStyledTextCtrl
* _arg0
;
6560 PyObject
* _argo0
= 0;
6561 PyObject
* _argo1
= 0;
6562 char *_kwnames
[] = { "self","docPointer", NULL
};
6565 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddRefDocument",_kwnames
,&_argo0
,&_argo1
))
6568 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6569 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6570 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddRefDocument. Expected _wxStyledTextCtrl_p.");
6575 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6576 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
6577 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_AddRefDocument. Expected _void_p.");
6582 wxPy_BEGIN_ALLOW_THREADS
;
6583 wxStyledTextCtrl_AddRefDocument(_arg0
,_arg1
);
6585 wxPy_END_ALLOW_THREADS
;
6586 } Py_INCREF(Py_None
);
6587 _resultobj
= Py_None
;
6591 #define wxStyledTextCtrl_ReleaseDocument(_swigobj,_swigarg0) (_swigobj->ReleaseDocument(_swigarg0))
6592 static PyObject
*_wrap_wxStyledTextCtrl_ReleaseDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6593 PyObject
* _resultobj
;
6594 wxStyledTextCtrl
* _arg0
;
6596 PyObject
* _argo0
= 0;
6597 PyObject
* _argo1
= 0;
6598 char *_kwnames
[] = { "self","docPointer", NULL
};
6601 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReleaseDocument",_kwnames
,&_argo0
,&_argo1
))
6604 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6605 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6606 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReleaseDocument. Expected _wxStyledTextCtrl_p.");
6611 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6612 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
6613 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_ReleaseDocument. Expected _void_p.");
6618 wxPy_BEGIN_ALLOW_THREADS
;
6619 wxStyledTextCtrl_ReleaseDocument(_arg0
,_arg1
);
6621 wxPy_END_ALLOW_THREADS
;
6622 } Py_INCREF(Py_None
);
6623 _resultobj
= Py_None
;
6627 #define wxStyledTextCtrl_GetModEventMask(_swigobj) (_swigobj->GetModEventMask())
6628 static PyObject
*_wrap_wxStyledTextCtrl_GetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6629 PyObject
* _resultobj
;
6631 wxStyledTextCtrl
* _arg0
;
6632 PyObject
* _argo0
= 0;
6633 char *_kwnames
[] = { "self", NULL
};
6636 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModEventMask",_kwnames
,&_argo0
))
6639 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6640 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6641 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModEventMask. Expected _wxStyledTextCtrl_p.");
6646 wxPy_BEGIN_ALLOW_THREADS
;
6647 _result
= (int )wxStyledTextCtrl_GetModEventMask(_arg0
);
6649 wxPy_END_ALLOW_THREADS
;
6650 } _resultobj
= Py_BuildValue("i",_result
);
6654 #define wxStyledTextCtrl_StartRecord(_swigobj) (_swigobj->StartRecord())
6655 static PyObject
*_wrap_wxStyledTextCtrl_StartRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6656 PyObject
* _resultobj
;
6657 wxStyledTextCtrl
* _arg0
;
6658 PyObject
* _argo0
= 0;
6659 char *_kwnames
[] = { "self", NULL
};
6662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StartRecord",_kwnames
,&_argo0
))
6665 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6666 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6667 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartRecord. Expected _wxStyledTextCtrl_p.");
6672 wxPy_BEGIN_ALLOW_THREADS
;
6673 wxStyledTextCtrl_StartRecord(_arg0
);
6675 wxPy_END_ALLOW_THREADS
;
6676 } Py_INCREF(Py_None
);
6677 _resultobj
= Py_None
;
6681 #define wxStyledTextCtrl_StopRecord(_swigobj) (_swigobj->StopRecord())
6682 static PyObject
*_wrap_wxStyledTextCtrl_StopRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6683 PyObject
* _resultobj
;
6684 wxStyledTextCtrl
* _arg0
;
6685 PyObject
* _argo0
= 0;
6686 char *_kwnames
[] = { "self", NULL
};
6689 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StopRecord",_kwnames
,&_argo0
))
6692 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6693 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6694 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StopRecord. Expected _wxStyledTextCtrl_p.");
6699 wxPy_BEGIN_ALLOW_THREADS
;
6700 wxStyledTextCtrl_StopRecord(_arg0
);
6702 wxPy_END_ALLOW_THREADS
;
6703 } Py_INCREF(Py_None
);
6704 _resultobj
= Py_None
;
6708 #define wxStyledTextCtrl_SetLexer(_swigobj,_swigarg0) (_swigobj->SetLexer(_swigarg0))
6709 static PyObject
*_wrap_wxStyledTextCtrl_SetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6710 PyObject
* _resultobj
;
6711 wxStyledTextCtrl
* _arg0
;
6713 PyObject
* _argo0
= 0;
6714 char *_kwnames
[] = { "self","lexer", NULL
};
6717 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLexer",_kwnames
,&_argo0
,&_arg1
))
6720 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6721 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6722 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexer. Expected _wxStyledTextCtrl_p.");
6727 wxPy_BEGIN_ALLOW_THREADS
;
6728 wxStyledTextCtrl_SetLexer(_arg0
,_arg1
);
6730 wxPy_END_ALLOW_THREADS
;
6731 } Py_INCREF(Py_None
);
6732 _resultobj
= Py_None
;
6736 #define wxStyledTextCtrl_GetLexer(_swigobj) (_swigobj->GetLexer())
6737 static PyObject
*_wrap_wxStyledTextCtrl_GetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6738 PyObject
* _resultobj
;
6740 wxStyledTextCtrl
* _arg0
;
6741 PyObject
* _argo0
= 0;
6742 char *_kwnames
[] = { "self", NULL
};
6745 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLexer",_kwnames
,&_argo0
))
6748 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6749 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6750 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLexer. Expected _wxStyledTextCtrl_p.");
6755 wxPy_BEGIN_ALLOW_THREADS
;
6756 _result
= (int )wxStyledTextCtrl_GetLexer(_arg0
);
6758 wxPy_END_ALLOW_THREADS
;
6759 } _resultobj
= Py_BuildValue("i",_result
);
6763 #define wxStyledTextCtrl_Colourise(_swigobj,_swigarg0,_swigarg1) (_swigobj->Colourise(_swigarg0,_swigarg1))
6764 static PyObject
*_wrap_wxStyledTextCtrl_Colourise(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6765 PyObject
* _resultobj
;
6766 wxStyledTextCtrl
* _arg0
;
6769 PyObject
* _argo0
= 0;
6770 char *_kwnames
[] = { "self","start","end", NULL
};
6773 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_Colourise",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6776 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6777 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6778 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Colourise. Expected _wxStyledTextCtrl_p.");
6783 wxPy_BEGIN_ALLOW_THREADS
;
6784 wxStyledTextCtrl_Colourise(_arg0
,_arg1
,_arg2
);
6786 wxPy_END_ALLOW_THREADS
;
6787 } Py_INCREF(Py_None
);
6788 _resultobj
= Py_None
;
6792 #define wxStyledTextCtrl_SetProperty(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetProperty(_swigarg0,_swigarg1))
6793 static PyObject
*_wrap_wxStyledTextCtrl_SetProperty(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6794 PyObject
* _resultobj
;
6795 wxStyledTextCtrl
* _arg0
;
6798 PyObject
* _argo0
= 0;
6799 PyObject
* _obj1
= 0;
6800 PyObject
* _obj2
= 0;
6801 char *_kwnames
[] = { "self","key","value", NULL
};
6804 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxStyledTextCtrl_SetProperty",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
6807 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6808 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6809 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetProperty. Expected _wxStyledTextCtrl_p.");
6814 #if PYTHON_API_VERSION >= 1009
6815 char* tmpPtr
; int tmpSize
;
6816 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
6817 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6820 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
6822 _arg1
= new wxString(tmpPtr
, tmpSize
);
6824 if (!PyString_Check(_obj1
)) {
6825 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6828 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
6832 #if PYTHON_API_VERSION >= 1009
6833 char* tmpPtr
; int tmpSize
;
6834 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6835 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6838 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6840 _arg2
= new wxString(tmpPtr
, tmpSize
);
6842 if (!PyString_Check(_obj2
)) {
6843 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6846 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6850 wxPy_BEGIN_ALLOW_THREADS
;
6851 wxStyledTextCtrl_SetProperty(_arg0
,*_arg1
,*_arg2
);
6853 wxPy_END_ALLOW_THREADS
;
6854 } Py_INCREF(Py_None
);
6855 _resultobj
= Py_None
;
6867 #define wxStyledTextCtrl_SetKeyWords(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetKeyWords(_swigarg0,_swigarg1))
6868 static PyObject
*_wrap_wxStyledTextCtrl_SetKeyWords(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6869 PyObject
* _resultobj
;
6870 wxStyledTextCtrl
* _arg0
;
6873 PyObject
* _argo0
= 0;
6874 PyObject
* _obj2
= 0;
6875 char *_kwnames
[] = { "self","keywordSet","keyWords", NULL
};
6878 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetKeyWords",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6881 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6882 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6883 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetKeyWords. Expected _wxStyledTextCtrl_p.");
6888 #if PYTHON_API_VERSION >= 1009
6889 char* tmpPtr
; int tmpSize
;
6890 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6891 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6894 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6896 _arg2
= new wxString(tmpPtr
, tmpSize
);
6898 if (!PyString_Check(_obj2
)) {
6899 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6902 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6906 wxPy_BEGIN_ALLOW_THREADS
;
6907 wxStyledTextCtrl_SetKeyWords(_arg0
,_arg1
,*_arg2
);
6909 wxPy_END_ALLOW_THREADS
;
6910 } Py_INCREF(Py_None
);
6911 _resultobj
= Py_None
;
6919 #define wxStyledTextCtrl_GetCurrentLine(_swigobj) (_swigobj->GetCurrentLine())
6920 static PyObject
*_wrap_wxStyledTextCtrl_GetCurrentLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6921 PyObject
* _resultobj
;
6923 wxStyledTextCtrl
* _arg0
;
6924 PyObject
* _argo0
= 0;
6925 char *_kwnames
[] = { "self", NULL
};
6928 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentLine",_kwnames
,&_argo0
))
6931 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6932 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6933 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentLine. Expected _wxStyledTextCtrl_p.");
6938 wxPy_BEGIN_ALLOW_THREADS
;
6939 _result
= (int )wxStyledTextCtrl_GetCurrentLine(_arg0
);
6941 wxPy_END_ALLOW_THREADS
;
6942 } _resultobj
= Py_BuildValue("i",_result
);
6946 #define wxStyledTextCtrl_StyleSetSpec(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSpec(_swigarg0,_swigarg1))
6947 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSpec(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6948 PyObject
* _resultobj
;
6949 wxStyledTextCtrl
* _arg0
;
6952 PyObject
* _argo0
= 0;
6953 PyObject
* _obj2
= 0;
6954 char *_kwnames
[] = { "self","styleNum","spec", NULL
};
6957 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetSpec",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6960 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6961 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6962 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSpec. Expected _wxStyledTextCtrl_p.");
6967 #if PYTHON_API_VERSION >= 1009
6968 char* tmpPtr
; int tmpSize
;
6969 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6970 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6973 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6975 _arg2
= new wxString(tmpPtr
, tmpSize
);
6977 if (!PyString_Check(_obj2
)) {
6978 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6981 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6985 wxPy_BEGIN_ALLOW_THREADS
;
6986 wxStyledTextCtrl_StyleSetSpec(_arg0
,_arg1
,*_arg2
);
6988 wxPy_END_ALLOW_THREADS
;
6989 } Py_INCREF(Py_None
);
6990 _resultobj
= Py_None
;
6998 #define wxStyledTextCtrl_StyleSetFont(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFont(_swigarg0,_swigarg1))
6999 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7000 PyObject
* _resultobj
;
7001 wxStyledTextCtrl
* _arg0
;
7004 PyObject
* _argo0
= 0;
7005 PyObject
* _argo2
= 0;
7006 char *_kwnames
[] = { "self","styleNum","font", NULL
};
7009 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFont",_kwnames
,&_argo0
,&_arg1
,&_argo2
))
7012 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7013 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7014 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFont. Expected _wxStyledTextCtrl_p.");
7019 if (_argo2
== Py_None
) { _arg2
= NULL
; }
7020 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) {
7021 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_StyleSetFont. Expected _wxFont_p.");
7026 wxPy_BEGIN_ALLOW_THREADS
;
7027 wxStyledTextCtrl_StyleSetFont(_arg0
,_arg1
,*_arg2
);
7029 wxPy_END_ALLOW_THREADS
;
7030 } Py_INCREF(Py_None
);
7031 _resultobj
= Py_None
;
7035 #define wxStyledTextCtrl_StyleSetFontAttr(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->StyleSetFontAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
7036 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFontAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7037 PyObject
* _resultobj
;
7038 wxStyledTextCtrl
* _arg0
;
7045 PyObject
* _argo0
= 0;
7046 PyObject
* _obj3
= 0;
7050 char *_kwnames
[] = { "self","styleNum","size","faceName","bold","italic","underline", NULL
};
7053 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOiii:wxStyledTextCtrl_StyleSetFontAttr",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
,&tempbool6
))
7056 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7057 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7058 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFontAttr. Expected _wxStyledTextCtrl_p.");
7063 #if PYTHON_API_VERSION >= 1009
7064 char* tmpPtr
; int tmpSize
;
7065 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
7066 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
7069 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
7071 _arg3
= new wxString(tmpPtr
, tmpSize
);
7073 if (!PyString_Check(_obj3
)) {
7074 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7077 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
7080 _arg4
= (bool ) tempbool4
;
7081 _arg5
= (bool ) tempbool5
;
7082 _arg6
= (bool ) tempbool6
;
7084 wxPy_BEGIN_ALLOW_THREADS
;
7085 wxStyledTextCtrl_StyleSetFontAttr(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
);
7087 wxPy_END_ALLOW_THREADS
;
7088 } Py_INCREF(Py_None
);
7089 _resultobj
= Py_None
;
7097 #define wxStyledTextCtrl_CmdKeyExecute(_swigobj,_swigarg0) (_swigobj->CmdKeyExecute(_swigarg0))
7098 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyExecute(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7099 PyObject
* _resultobj
;
7100 wxStyledTextCtrl
* _arg0
;
7102 PyObject
* _argo0
= 0;
7103 char *_kwnames
[] = { "self","cmd", NULL
};
7106 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_CmdKeyExecute",_kwnames
,&_argo0
,&_arg1
))
7109 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7110 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7111 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyExecute. Expected _wxStyledTextCtrl_p.");
7116 wxPy_BEGIN_ALLOW_THREADS
;
7117 wxStyledTextCtrl_CmdKeyExecute(_arg0
,_arg1
);
7119 wxPy_END_ALLOW_THREADS
;
7120 } Py_INCREF(Py_None
);
7121 _resultobj
= Py_None
;
7125 #define wxStyledTextCtrl_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
7126 static PyObject
*_wrap_wxStyledTextCtrl_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7127 PyObject
* _resultobj
;
7128 wxStyledTextCtrl
* _arg0
;
7131 PyObject
* _argo0
= 0;
7132 char *_kwnames
[] = { "self","left","right", NULL
};
7135 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7138 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7139 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7140 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMargins. Expected _wxStyledTextCtrl_p.");
7145 wxPy_BEGIN_ALLOW_THREADS
;
7146 wxStyledTextCtrl_SetMargins(_arg0
,_arg1
,_arg2
);
7148 wxPy_END_ALLOW_THREADS
;
7149 } Py_INCREF(Py_None
);
7150 _resultobj
= Py_None
;
7154 #define wxStyledTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
7155 static PyObject
*_wrap_wxStyledTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7156 PyObject
* _resultobj
;
7157 wxStyledTextCtrl
* _arg0
;
7162 PyObject
* _argo0
= 0;
7163 char *_kwnames
[] = { "self", NULL
};
7172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelection",_kwnames
,&_argo0
))
7175 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7176 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7177 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelection. Expected _wxStyledTextCtrl_p.");
7182 wxPy_BEGIN_ALLOW_THREADS
;
7183 wxStyledTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
7185 wxPy_END_ALLOW_THREADS
;
7186 } Py_INCREF(Py_None
);
7187 _resultobj
= Py_None
;
7190 o
= PyInt_FromLong((long) (*_arg1
));
7191 _resultobj
= t_output_helper(_resultobj
, o
);
7195 o
= PyInt_FromLong((long) (*_arg2
));
7196 _resultobj
= t_output_helper(_resultobj
, o
);
7201 #define wxStyledTextCtrl_PointFromPosition(_swigobj,_swigarg0) (_swigobj->PointFromPosition(_swigarg0))
7202 static PyObject
*_wrap_wxStyledTextCtrl_PointFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7203 PyObject
* _resultobj
;
7205 wxStyledTextCtrl
* _arg0
;
7207 PyObject
* _argo0
= 0;
7208 char *_kwnames
[] = { "self","pos", NULL
};
7212 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PointFromPosition",_kwnames
,&_argo0
,&_arg1
))
7215 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7216 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7217 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PointFromPosition. Expected _wxStyledTextCtrl_p.");
7222 wxPy_BEGIN_ALLOW_THREADS
;
7223 _result
= new wxPoint (wxStyledTextCtrl_PointFromPosition(_arg0
,_arg1
));
7225 wxPy_END_ALLOW_THREADS
;
7226 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p");
7227 _resultobj
= Py_BuildValue("s",_ptemp
);
7231 #define wxStyledTextCtrl_ScrollToLine(_swigobj,_swigarg0) (_swigobj->ScrollToLine(_swigarg0))
7232 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7233 PyObject
* _resultobj
;
7234 wxStyledTextCtrl
* _arg0
;
7236 PyObject
* _argo0
= 0;
7237 char *_kwnames
[] = { "self","line", NULL
};
7240 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToLine",_kwnames
,&_argo0
,&_arg1
))
7243 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7244 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7245 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToLine. Expected _wxStyledTextCtrl_p.");
7250 wxPy_BEGIN_ALLOW_THREADS
;
7251 wxStyledTextCtrl_ScrollToLine(_arg0
,_arg1
);
7253 wxPy_END_ALLOW_THREADS
;
7254 } Py_INCREF(Py_None
);
7255 _resultobj
= Py_None
;
7259 #define wxStyledTextCtrl_ScrollToColumn(_swigobj,_swigarg0) (_swigobj->ScrollToColumn(_swigarg0))
7260 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7261 PyObject
* _resultobj
;
7262 wxStyledTextCtrl
* _arg0
;
7264 PyObject
* _argo0
= 0;
7265 char *_kwnames
[] = { "self","column", NULL
};
7268 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToColumn",_kwnames
,&_argo0
,&_arg1
))
7271 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7272 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7273 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToColumn. Expected _wxStyledTextCtrl_p.");
7278 wxPy_BEGIN_ALLOW_THREADS
;
7279 wxStyledTextCtrl_ScrollToColumn(_arg0
,_arg1
);
7281 wxPy_END_ALLOW_THREADS
;
7282 } Py_INCREF(Py_None
);
7283 _resultobj
= Py_None
;
7287 static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr
) {
7288 wxStyledTextEvent
*src
;
7289 wxCommandEvent
*dest
;
7290 src
= (wxStyledTextEvent
*) ptr
;
7291 dest
= (wxCommandEvent
*) src
;
7292 return (void *) dest
;
7295 static void *SwigwxStyledTextEventTowxEvent(void *ptr
) {
7296 wxStyledTextEvent
*src
;
7298 src
= (wxStyledTextEvent
*) ptr
;
7299 dest
= (wxEvent
*) src
;
7300 return (void *) dest
;
7303 #define new_wxStyledTextEvent(_swigarg0,_swigarg1) (new wxStyledTextEvent(_swigarg0,_swigarg1))
7304 static PyObject
*_wrap_new_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7305 PyObject
* _resultobj
;
7306 wxStyledTextEvent
* _result
;
7307 wxEventType _arg0
= (wxEventType
) 0;
7308 int _arg1
= (int ) 0;
7309 char *_kwnames
[] = { "commandType","id", NULL
};
7313 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ii:new_wxStyledTextEvent",_kwnames
,&_arg0
,&_arg1
))
7316 wxPy_BEGIN_ALLOW_THREADS
;
7317 _result
= (wxStyledTextEvent
*)new_wxStyledTextEvent(_arg0
,_arg1
);
7319 wxPy_END_ALLOW_THREADS
;
7321 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextEvent_p");
7322 _resultobj
= Py_BuildValue("s",_ptemp
);
7325 _resultobj
= Py_None
;
7330 #define delete_wxStyledTextEvent(_swigobj) (delete _swigobj)
7331 static PyObject
*_wrap_delete_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7332 PyObject
* _resultobj
;
7333 wxStyledTextEvent
* _arg0
;
7334 PyObject
* _argo0
= 0;
7335 char *_kwnames
[] = { "self", NULL
};
7338 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxStyledTextEvent",_kwnames
,&_argo0
))
7341 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7342 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7343 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxStyledTextEvent. Expected _wxStyledTextEvent_p.");
7348 wxPy_BEGIN_ALLOW_THREADS
;
7349 delete_wxStyledTextEvent(_arg0
);
7351 wxPy_END_ALLOW_THREADS
;
7352 } Py_INCREF(Py_None
);
7353 _resultobj
= Py_None
;
7357 #define wxStyledTextEvent_SetPosition(_swigobj,_swigarg0) (_swigobj->SetPosition(_swigarg0))
7358 static PyObject
*_wrap_wxStyledTextEvent_SetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7359 PyObject
* _resultobj
;
7360 wxStyledTextEvent
* _arg0
;
7362 PyObject
* _argo0
= 0;
7363 char *_kwnames
[] = { "self","pos", NULL
};
7366 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetPosition",_kwnames
,&_argo0
,&_arg1
))
7369 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7370 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7371 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetPosition. Expected _wxStyledTextEvent_p.");
7376 wxPy_BEGIN_ALLOW_THREADS
;
7377 wxStyledTextEvent_SetPosition(_arg0
,_arg1
);
7379 wxPy_END_ALLOW_THREADS
;
7380 } Py_INCREF(Py_None
);
7381 _resultobj
= Py_None
;
7385 #define wxStyledTextEvent_SetKey(_swigobj,_swigarg0) (_swigobj->SetKey(_swigarg0))
7386 static PyObject
*_wrap_wxStyledTextEvent_SetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7387 PyObject
* _resultobj
;
7388 wxStyledTextEvent
* _arg0
;
7390 PyObject
* _argo0
= 0;
7391 char *_kwnames
[] = { "self","k", NULL
};
7394 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetKey",_kwnames
,&_argo0
,&_arg1
))
7397 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7398 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7399 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetKey. Expected _wxStyledTextEvent_p.");
7404 wxPy_BEGIN_ALLOW_THREADS
;
7405 wxStyledTextEvent_SetKey(_arg0
,_arg1
);
7407 wxPy_END_ALLOW_THREADS
;
7408 } Py_INCREF(Py_None
);
7409 _resultobj
= Py_None
;
7413 #define wxStyledTextEvent_SetModifiers(_swigobj,_swigarg0) (_swigobj->SetModifiers(_swigarg0))
7414 static PyObject
*_wrap_wxStyledTextEvent_SetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7415 PyObject
* _resultobj
;
7416 wxStyledTextEvent
* _arg0
;
7418 PyObject
* _argo0
= 0;
7419 char *_kwnames
[] = { "self","m", NULL
};
7422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModifiers",_kwnames
,&_argo0
,&_arg1
))
7425 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7426 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7427 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModifiers. Expected _wxStyledTextEvent_p.");
7432 wxPy_BEGIN_ALLOW_THREADS
;
7433 wxStyledTextEvent_SetModifiers(_arg0
,_arg1
);
7435 wxPy_END_ALLOW_THREADS
;
7436 } Py_INCREF(Py_None
);
7437 _resultobj
= Py_None
;
7441 #define wxStyledTextEvent_SetModificationType(_swigobj,_swigarg0) (_swigobj->SetModificationType(_swigarg0))
7442 static PyObject
*_wrap_wxStyledTextEvent_SetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7443 PyObject
* _resultobj
;
7444 wxStyledTextEvent
* _arg0
;
7446 PyObject
* _argo0
= 0;
7447 char *_kwnames
[] = { "self","t", NULL
};
7450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModificationType",_kwnames
,&_argo0
,&_arg1
))
7453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModificationType. Expected _wxStyledTextEvent_p.");
7460 wxPy_BEGIN_ALLOW_THREADS
;
7461 wxStyledTextEvent_SetModificationType(_arg0
,_arg1
);
7463 wxPy_END_ALLOW_THREADS
;
7464 } Py_INCREF(Py_None
);
7465 _resultobj
= Py_None
;
7469 #define wxStyledTextEvent_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
7470 static PyObject
*_wrap_wxStyledTextEvent_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7471 PyObject
* _resultobj
;
7472 wxStyledTextEvent
* _arg0
;
7474 PyObject
* _argo0
= 0;
7475 char *_kwnames
[] = { "self","t", NULL
};
7478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Os:wxStyledTextEvent_SetText",_kwnames
,&_argo0
,&_arg1
))
7481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetText. Expected _wxStyledTextEvent_p.");
7488 wxPy_BEGIN_ALLOW_THREADS
;
7489 wxStyledTextEvent_SetText(_arg0
,_arg1
);
7491 wxPy_END_ALLOW_THREADS
;
7492 } Py_INCREF(Py_None
);
7493 _resultobj
= Py_None
;
7497 #define wxStyledTextEvent_SetLength(_swigobj,_swigarg0) (_swigobj->SetLength(_swigarg0))
7498 static PyObject
*_wrap_wxStyledTextEvent_SetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7499 PyObject
* _resultobj
;
7500 wxStyledTextEvent
* _arg0
;
7502 PyObject
* _argo0
= 0;
7503 char *_kwnames
[] = { "self","len", NULL
};
7506 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLength",_kwnames
,&_argo0
,&_arg1
))
7509 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7510 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7511 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLength. Expected _wxStyledTextEvent_p.");
7516 wxPy_BEGIN_ALLOW_THREADS
;
7517 wxStyledTextEvent_SetLength(_arg0
,_arg1
);
7519 wxPy_END_ALLOW_THREADS
;
7520 } Py_INCREF(Py_None
);
7521 _resultobj
= Py_None
;
7525 #define wxStyledTextEvent_SetLinesAdded(_swigobj,_swigarg0) (_swigobj->SetLinesAdded(_swigarg0))
7526 static PyObject
*_wrap_wxStyledTextEvent_SetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7527 PyObject
* _resultobj
;
7528 wxStyledTextEvent
* _arg0
;
7530 PyObject
* _argo0
= 0;
7531 char *_kwnames
[] = { "self","num", NULL
};
7534 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLinesAdded",_kwnames
,&_argo0
,&_arg1
))
7537 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7538 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7539 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLinesAdded. Expected _wxStyledTextEvent_p.");
7544 wxPy_BEGIN_ALLOW_THREADS
;
7545 wxStyledTextEvent_SetLinesAdded(_arg0
,_arg1
);
7547 wxPy_END_ALLOW_THREADS
;
7548 } Py_INCREF(Py_None
);
7549 _resultobj
= Py_None
;
7553 #define wxStyledTextEvent_SetLine(_swigobj,_swigarg0) (_swigobj->SetLine(_swigarg0))
7554 static PyObject
*_wrap_wxStyledTextEvent_SetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7555 PyObject
* _resultobj
;
7556 wxStyledTextEvent
* _arg0
;
7558 PyObject
* _argo0
= 0;
7559 char *_kwnames
[] = { "self","val", NULL
};
7562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLine",_kwnames
,&_argo0
,&_arg1
))
7565 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7566 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7567 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLine. Expected _wxStyledTextEvent_p.");
7572 wxPy_BEGIN_ALLOW_THREADS
;
7573 wxStyledTextEvent_SetLine(_arg0
,_arg1
);
7575 wxPy_END_ALLOW_THREADS
;
7576 } Py_INCREF(Py_None
);
7577 _resultobj
= Py_None
;
7581 #define wxStyledTextEvent_SetFoldLevelNow(_swigobj,_swigarg0) (_swigobj->SetFoldLevelNow(_swigarg0))
7582 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7583 PyObject
* _resultobj
;
7584 wxStyledTextEvent
* _arg0
;
7586 PyObject
* _argo0
= 0;
7587 char *_kwnames
[] = { "self","val", NULL
};
7590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelNow",_kwnames
,&_argo0
,&_arg1
))
7593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelNow. Expected _wxStyledTextEvent_p.");
7600 wxPy_BEGIN_ALLOW_THREADS
;
7601 wxStyledTextEvent_SetFoldLevelNow(_arg0
,_arg1
);
7603 wxPy_END_ALLOW_THREADS
;
7604 } Py_INCREF(Py_None
);
7605 _resultobj
= Py_None
;
7609 #define wxStyledTextEvent_SetFoldLevelPrev(_swigobj,_swigarg0) (_swigobj->SetFoldLevelPrev(_swigarg0))
7610 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7611 PyObject
* _resultobj
;
7612 wxStyledTextEvent
* _arg0
;
7614 PyObject
* _argo0
= 0;
7615 char *_kwnames
[] = { "self","val", NULL
};
7618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelPrev",_kwnames
,&_argo0
,&_arg1
))
7621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
7628 wxPy_BEGIN_ALLOW_THREADS
;
7629 wxStyledTextEvent_SetFoldLevelPrev(_arg0
,_arg1
);
7631 wxPy_END_ALLOW_THREADS
;
7632 } Py_INCREF(Py_None
);
7633 _resultobj
= Py_None
;
7637 #define wxStyledTextEvent_SetMargin(_swigobj,_swigarg0) (_swigobj->SetMargin(_swigarg0))
7638 static PyObject
*_wrap_wxStyledTextEvent_SetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7639 PyObject
* _resultobj
;
7640 wxStyledTextEvent
* _arg0
;
7642 PyObject
* _argo0
= 0;
7643 char *_kwnames
[] = { "self","val", NULL
};
7646 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMargin",_kwnames
,&_argo0
,&_arg1
))
7649 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7650 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7651 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMargin. Expected _wxStyledTextEvent_p.");
7656 wxPy_BEGIN_ALLOW_THREADS
;
7657 wxStyledTextEvent_SetMargin(_arg0
,_arg1
);
7659 wxPy_END_ALLOW_THREADS
;
7660 } Py_INCREF(Py_None
);
7661 _resultobj
= Py_None
;
7665 #define wxStyledTextEvent_SetMessage(_swigobj,_swigarg0) (_swigobj->SetMessage(_swigarg0))
7666 static PyObject
*_wrap_wxStyledTextEvent_SetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7667 PyObject
* _resultobj
;
7668 wxStyledTextEvent
* _arg0
;
7670 PyObject
* _argo0
= 0;
7671 char *_kwnames
[] = { "self","val", NULL
};
7674 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMessage",_kwnames
,&_argo0
,&_arg1
))
7677 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7678 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7679 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMessage. Expected _wxStyledTextEvent_p.");
7684 wxPy_BEGIN_ALLOW_THREADS
;
7685 wxStyledTextEvent_SetMessage(_arg0
,_arg1
);
7687 wxPy_END_ALLOW_THREADS
;
7688 } Py_INCREF(Py_None
);
7689 _resultobj
= Py_None
;
7693 #define wxStyledTextEvent_SetWParam(_swigobj,_swigarg0) (_swigobj->SetWParam(_swigarg0))
7694 static PyObject
*_wrap_wxStyledTextEvent_SetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7695 PyObject
* _resultobj
;
7696 wxStyledTextEvent
* _arg0
;
7698 PyObject
* _argo0
= 0;
7699 char *_kwnames
[] = { "self","val", NULL
};
7702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetWParam",_kwnames
,&_argo0
,&_arg1
))
7705 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7706 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7707 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetWParam. Expected _wxStyledTextEvent_p.");
7712 wxPy_BEGIN_ALLOW_THREADS
;
7713 wxStyledTextEvent_SetWParam(_arg0
,_arg1
);
7715 wxPy_END_ALLOW_THREADS
;
7716 } Py_INCREF(Py_None
);
7717 _resultobj
= Py_None
;
7721 #define wxStyledTextEvent_SetLParam(_swigobj,_swigarg0) (_swigobj->SetLParam(_swigarg0))
7722 static PyObject
*_wrap_wxStyledTextEvent_SetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7723 PyObject
* _resultobj
;
7724 wxStyledTextEvent
* _arg0
;
7726 PyObject
* _argo0
= 0;
7727 char *_kwnames
[] = { "self","val", NULL
};
7730 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLParam",_kwnames
,&_argo0
,&_arg1
))
7733 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7734 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7735 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLParam. Expected _wxStyledTextEvent_p.");
7740 wxPy_BEGIN_ALLOW_THREADS
;
7741 wxStyledTextEvent_SetLParam(_arg0
,_arg1
);
7743 wxPy_END_ALLOW_THREADS
;
7744 } Py_INCREF(Py_None
);
7745 _resultobj
= Py_None
;
7749 #define wxStyledTextEvent_GetPosition(_swigobj) (_swigobj->GetPosition())
7750 static PyObject
*_wrap_wxStyledTextEvent_GetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7751 PyObject
* _resultobj
;
7753 wxStyledTextEvent
* _arg0
;
7754 PyObject
* _argo0
= 0;
7755 char *_kwnames
[] = { "self", NULL
};
7758 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetPosition",_kwnames
,&_argo0
))
7761 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7762 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7763 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetPosition. Expected _wxStyledTextEvent_p.");
7768 wxPy_BEGIN_ALLOW_THREADS
;
7769 _result
= (int )wxStyledTextEvent_GetPosition(_arg0
);
7771 wxPy_END_ALLOW_THREADS
;
7772 } _resultobj
= Py_BuildValue("i",_result
);
7776 #define wxStyledTextEvent_GetKey(_swigobj) (_swigobj->GetKey())
7777 static PyObject
*_wrap_wxStyledTextEvent_GetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7778 PyObject
* _resultobj
;
7780 wxStyledTextEvent
* _arg0
;
7781 PyObject
* _argo0
= 0;
7782 char *_kwnames
[] = { "self", NULL
};
7785 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetKey",_kwnames
,&_argo0
))
7788 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7789 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7790 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetKey. Expected _wxStyledTextEvent_p.");
7795 wxPy_BEGIN_ALLOW_THREADS
;
7796 _result
= (int )wxStyledTextEvent_GetKey(_arg0
);
7798 wxPy_END_ALLOW_THREADS
;
7799 } _resultobj
= Py_BuildValue("i",_result
);
7803 #define wxStyledTextEvent_GetModifiers(_swigobj) (_swigobj->GetModifiers())
7804 static PyObject
*_wrap_wxStyledTextEvent_GetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7805 PyObject
* _resultobj
;
7807 wxStyledTextEvent
* _arg0
;
7808 PyObject
* _argo0
= 0;
7809 char *_kwnames
[] = { "self", NULL
};
7812 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModifiers",_kwnames
,&_argo0
))
7815 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7816 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModifiers. Expected _wxStyledTextEvent_p.");
7822 wxPy_BEGIN_ALLOW_THREADS
;
7823 _result
= (int )wxStyledTextEvent_GetModifiers(_arg0
);
7825 wxPy_END_ALLOW_THREADS
;
7826 } _resultobj
= Py_BuildValue("i",_result
);
7830 #define wxStyledTextEvent_GetModificationType(_swigobj) (_swigobj->GetModificationType())
7831 static PyObject
*_wrap_wxStyledTextEvent_GetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7832 PyObject
* _resultobj
;
7834 wxStyledTextEvent
* _arg0
;
7835 PyObject
* _argo0
= 0;
7836 char *_kwnames
[] = { "self", NULL
};
7839 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModificationType",_kwnames
,&_argo0
))
7842 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7843 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7844 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModificationType. Expected _wxStyledTextEvent_p.");
7849 wxPy_BEGIN_ALLOW_THREADS
;
7850 _result
= (int )wxStyledTextEvent_GetModificationType(_arg0
);
7852 wxPy_END_ALLOW_THREADS
;
7853 } _resultobj
= Py_BuildValue("i",_result
);
7857 #define wxStyledTextEvent_GetText(_swigobj) (_swigobj->GetText())
7858 static PyObject
*_wrap_wxStyledTextEvent_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7859 PyObject
* _resultobj
;
7861 wxStyledTextEvent
* _arg0
;
7862 PyObject
* _argo0
= 0;
7863 char *_kwnames
[] = { "self", NULL
};
7866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetText",_kwnames
,&_argo0
))
7869 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7870 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7871 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetText. Expected _wxStyledTextEvent_p.");
7876 wxPy_BEGIN_ALLOW_THREADS
;
7877 _result
= new wxString (wxStyledTextEvent_GetText(_arg0
));
7879 wxPy_END_ALLOW_THREADS
;
7881 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7889 #define wxStyledTextEvent_GetLength(_swigobj) (_swigobj->GetLength())
7890 static PyObject
*_wrap_wxStyledTextEvent_GetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7891 PyObject
* _resultobj
;
7893 wxStyledTextEvent
* _arg0
;
7894 PyObject
* _argo0
= 0;
7895 char *_kwnames
[] = { "self", NULL
};
7898 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLength",_kwnames
,&_argo0
))
7901 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7902 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7903 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLength. Expected _wxStyledTextEvent_p.");
7908 wxPy_BEGIN_ALLOW_THREADS
;
7909 _result
= (int )wxStyledTextEvent_GetLength(_arg0
);
7911 wxPy_END_ALLOW_THREADS
;
7912 } _resultobj
= Py_BuildValue("i",_result
);
7916 #define wxStyledTextEvent_GetLinesAdded(_swigobj) (_swigobj->GetLinesAdded())
7917 static PyObject
*_wrap_wxStyledTextEvent_GetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7918 PyObject
* _resultobj
;
7920 wxStyledTextEvent
* _arg0
;
7921 PyObject
* _argo0
= 0;
7922 char *_kwnames
[] = { "self", NULL
};
7925 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLinesAdded",_kwnames
,&_argo0
))
7928 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7929 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7930 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLinesAdded. Expected _wxStyledTextEvent_p.");
7935 wxPy_BEGIN_ALLOW_THREADS
;
7936 _result
= (int )wxStyledTextEvent_GetLinesAdded(_arg0
);
7938 wxPy_END_ALLOW_THREADS
;
7939 } _resultobj
= Py_BuildValue("i",_result
);
7943 #define wxStyledTextEvent_GetLine(_swigobj) (_swigobj->GetLine())
7944 static PyObject
*_wrap_wxStyledTextEvent_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7945 PyObject
* _resultobj
;
7947 wxStyledTextEvent
* _arg0
;
7948 PyObject
* _argo0
= 0;
7949 char *_kwnames
[] = { "self", NULL
};
7952 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLine",_kwnames
,&_argo0
))
7955 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7956 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7957 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLine. Expected _wxStyledTextEvent_p.");
7962 wxPy_BEGIN_ALLOW_THREADS
;
7963 _result
= (int )wxStyledTextEvent_GetLine(_arg0
);
7965 wxPy_END_ALLOW_THREADS
;
7966 } _resultobj
= Py_BuildValue("i",_result
);
7970 #define wxStyledTextEvent_GetFoldLevelNow(_swigobj) (_swigobj->GetFoldLevelNow())
7971 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7972 PyObject
* _resultobj
;
7974 wxStyledTextEvent
* _arg0
;
7975 PyObject
* _argo0
= 0;
7976 char *_kwnames
[] = { "self", NULL
};
7979 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelNow",_kwnames
,&_argo0
))
7982 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7983 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7984 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelNow. Expected _wxStyledTextEvent_p.");
7989 wxPy_BEGIN_ALLOW_THREADS
;
7990 _result
= (int )wxStyledTextEvent_GetFoldLevelNow(_arg0
);
7992 wxPy_END_ALLOW_THREADS
;
7993 } _resultobj
= Py_BuildValue("i",_result
);
7997 #define wxStyledTextEvent_GetFoldLevelPrev(_swigobj) (_swigobj->GetFoldLevelPrev())
7998 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7999 PyObject
* _resultobj
;
8001 wxStyledTextEvent
* _arg0
;
8002 PyObject
* _argo0
= 0;
8003 char *_kwnames
[] = { "self", NULL
};
8006 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelPrev",_kwnames
,&_argo0
))
8009 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8010 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8011 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
8016 wxPy_BEGIN_ALLOW_THREADS
;
8017 _result
= (int )wxStyledTextEvent_GetFoldLevelPrev(_arg0
);
8019 wxPy_END_ALLOW_THREADS
;
8020 } _resultobj
= Py_BuildValue("i",_result
);
8024 #define wxStyledTextEvent_GetMargin(_swigobj) (_swigobj->GetMargin())
8025 static PyObject
*_wrap_wxStyledTextEvent_GetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8026 PyObject
* _resultobj
;
8028 wxStyledTextEvent
* _arg0
;
8029 PyObject
* _argo0
= 0;
8030 char *_kwnames
[] = { "self", NULL
};
8033 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMargin",_kwnames
,&_argo0
))
8036 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8037 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8038 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMargin. Expected _wxStyledTextEvent_p.");
8043 wxPy_BEGIN_ALLOW_THREADS
;
8044 _result
= (int )wxStyledTextEvent_GetMargin(_arg0
);
8046 wxPy_END_ALLOW_THREADS
;
8047 } _resultobj
= Py_BuildValue("i",_result
);
8051 #define wxStyledTextEvent_GetMessage(_swigobj) (_swigobj->GetMessage())
8052 static PyObject
*_wrap_wxStyledTextEvent_GetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8053 PyObject
* _resultobj
;
8055 wxStyledTextEvent
* _arg0
;
8056 PyObject
* _argo0
= 0;
8057 char *_kwnames
[] = { "self", NULL
};
8060 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMessage",_kwnames
,&_argo0
))
8063 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8064 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8065 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMessage. Expected _wxStyledTextEvent_p.");
8070 wxPy_BEGIN_ALLOW_THREADS
;
8071 _result
= (int )wxStyledTextEvent_GetMessage(_arg0
);
8073 wxPy_END_ALLOW_THREADS
;
8074 } _resultobj
= Py_BuildValue("i",_result
);
8078 #define wxStyledTextEvent_GetWParam(_swigobj) (_swigobj->GetWParam())
8079 static PyObject
*_wrap_wxStyledTextEvent_GetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8080 PyObject
* _resultobj
;
8082 wxStyledTextEvent
* _arg0
;
8083 PyObject
* _argo0
= 0;
8084 char *_kwnames
[] = { "self", NULL
};
8087 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetWParam",_kwnames
,&_argo0
))
8090 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8091 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8092 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetWParam. Expected _wxStyledTextEvent_p.");
8097 wxPy_BEGIN_ALLOW_THREADS
;
8098 _result
= (int )wxStyledTextEvent_GetWParam(_arg0
);
8100 wxPy_END_ALLOW_THREADS
;
8101 } _resultobj
= Py_BuildValue("i",_result
);
8105 #define wxStyledTextEvent_GetLParam(_swigobj) (_swigobj->GetLParam())
8106 static PyObject
*_wrap_wxStyledTextEvent_GetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8107 PyObject
* _resultobj
;
8109 wxStyledTextEvent
* _arg0
;
8110 PyObject
* _argo0
= 0;
8111 char *_kwnames
[] = { "self", NULL
};
8114 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLParam",_kwnames
,&_argo0
))
8117 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8118 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8119 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLParam. Expected _wxStyledTextEvent_p.");
8124 wxPy_BEGIN_ALLOW_THREADS
;
8125 _result
= (int )wxStyledTextEvent_GetLParam(_arg0
);
8127 wxPy_END_ALLOW_THREADS
;
8128 } _resultobj
= Py_BuildValue("i",_result
);
8132 #define wxStyledTextEvent_GetShift(_swigobj) (_swigobj->GetShift())
8133 static PyObject
*_wrap_wxStyledTextEvent_GetShift(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8134 PyObject
* _resultobj
;
8136 wxStyledTextEvent
* _arg0
;
8137 PyObject
* _argo0
= 0;
8138 char *_kwnames
[] = { "self", NULL
};
8141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetShift",_kwnames
,&_argo0
))
8144 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8145 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetShift. Expected _wxStyledTextEvent_p.");
8151 wxPy_BEGIN_ALLOW_THREADS
;
8152 _result
= (bool )wxStyledTextEvent_GetShift(_arg0
);
8154 wxPy_END_ALLOW_THREADS
;
8155 } _resultobj
= Py_BuildValue("i",_result
);
8159 #define wxStyledTextEvent_GetControl(_swigobj) (_swigobj->GetControl())
8160 static PyObject
*_wrap_wxStyledTextEvent_GetControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8161 PyObject
* _resultobj
;
8163 wxStyledTextEvent
* _arg0
;
8164 PyObject
* _argo0
= 0;
8165 char *_kwnames
[] = { "self", NULL
};
8168 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetControl",_kwnames
,&_argo0
))
8171 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8172 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8173 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetControl. Expected _wxStyledTextEvent_p.");
8178 wxPy_BEGIN_ALLOW_THREADS
;
8179 _result
= (bool )wxStyledTextEvent_GetControl(_arg0
);
8181 wxPy_END_ALLOW_THREADS
;
8182 } _resultobj
= Py_BuildValue("i",_result
);
8186 #define wxStyledTextEvent_GetAlt(_swigobj) (_swigobj->GetAlt())
8187 static PyObject
*_wrap_wxStyledTextEvent_GetAlt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8188 PyObject
* _resultobj
;
8190 wxStyledTextEvent
* _arg0
;
8191 PyObject
* _argo0
= 0;
8192 char *_kwnames
[] = { "self", NULL
};
8195 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetAlt",_kwnames
,&_argo0
))
8198 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8199 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8200 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetAlt. Expected _wxStyledTextEvent_p.");
8205 wxPy_BEGIN_ALLOW_THREADS
;
8206 _result
= (bool )wxStyledTextEvent_GetAlt(_arg0
);
8208 wxPy_END_ALLOW_THREADS
;
8209 } _resultobj
= Py_BuildValue("i",_result
);
8213 #define wxStyledTextEvent_CopyObject(_swigobj,_swigarg0) (_swigobj->CopyObject(_swigarg0))
8214 static PyObject
*_wrap_wxStyledTextEvent_CopyObject(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8215 PyObject
* _resultobj
;
8216 wxStyledTextEvent
* _arg0
;
8218 PyObject
* _argo0
= 0;
8219 PyObject
* _argo1
= 0;
8220 char *_kwnames
[] = { "self","obj", NULL
};
8223 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_CopyObject",_kwnames
,&_argo0
,&_argo1
))
8226 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8227 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8228 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_CopyObject. Expected _wxStyledTextEvent_p.");
8233 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8234 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxObject_p")) {
8235 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextEvent_CopyObject. Expected _wxObject_p.");
8240 wxPy_BEGIN_ALLOW_THREADS
;
8241 wxStyledTextEvent_CopyObject(_arg0
,*_arg1
);
8243 wxPy_END_ALLOW_THREADS
;
8244 } Py_INCREF(Py_None
);
8245 _resultobj
= Py_None
;
8249 static PyMethodDef stc_cMethods
[] = {
8250 { "wxStyledTextEvent_CopyObject", (PyCFunction
) _wrap_wxStyledTextEvent_CopyObject
, METH_VARARGS
| METH_KEYWORDS
},
8251 { "wxStyledTextEvent_GetAlt", (PyCFunction
) _wrap_wxStyledTextEvent_GetAlt
, METH_VARARGS
| METH_KEYWORDS
},
8252 { "wxStyledTextEvent_GetControl", (PyCFunction
) _wrap_wxStyledTextEvent_GetControl
, METH_VARARGS
| METH_KEYWORDS
},
8253 { "wxStyledTextEvent_GetShift", (PyCFunction
) _wrap_wxStyledTextEvent_GetShift
, METH_VARARGS
| METH_KEYWORDS
},
8254 { "wxStyledTextEvent_GetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetLParam
, METH_VARARGS
| METH_KEYWORDS
},
8255 { "wxStyledTextEvent_GetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetWParam
, METH_VARARGS
| METH_KEYWORDS
},
8256 { "wxStyledTextEvent_GetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_GetMessage
, METH_VARARGS
| METH_KEYWORDS
},
8257 { "wxStyledTextEvent_GetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_GetMargin
, METH_VARARGS
| METH_KEYWORDS
},
8258 { "wxStyledTextEvent_GetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
8259 { "wxStyledTextEvent_GetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
8260 { "wxStyledTextEvent_GetLine", (PyCFunction
) _wrap_wxStyledTextEvent_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
8261 { "wxStyledTextEvent_GetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_GetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
8262 { "wxStyledTextEvent_GetLength", (PyCFunction
) _wrap_wxStyledTextEvent_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
8263 { "wxStyledTextEvent_GetText", (PyCFunction
) _wrap_wxStyledTextEvent_GetText
, METH_VARARGS
| METH_KEYWORDS
},
8264 { "wxStyledTextEvent_GetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_GetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
8265 { "wxStyledTextEvent_GetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_GetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
8266 { "wxStyledTextEvent_GetKey", (PyCFunction
) _wrap_wxStyledTextEvent_GetKey
, METH_VARARGS
| METH_KEYWORDS
},
8267 { "wxStyledTextEvent_GetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_GetPosition
, METH_VARARGS
| METH_KEYWORDS
},
8268 { "wxStyledTextEvent_SetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetLParam
, METH_VARARGS
| METH_KEYWORDS
},
8269 { "wxStyledTextEvent_SetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetWParam
, METH_VARARGS
| METH_KEYWORDS
},
8270 { "wxStyledTextEvent_SetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_SetMessage
, METH_VARARGS
| METH_KEYWORDS
},
8271 { "wxStyledTextEvent_SetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_SetMargin
, METH_VARARGS
| METH_KEYWORDS
},
8272 { "wxStyledTextEvent_SetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
8273 { "wxStyledTextEvent_SetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
8274 { "wxStyledTextEvent_SetLine", (PyCFunction
) _wrap_wxStyledTextEvent_SetLine
, METH_VARARGS
| METH_KEYWORDS
},
8275 { "wxStyledTextEvent_SetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_SetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
8276 { "wxStyledTextEvent_SetLength", (PyCFunction
) _wrap_wxStyledTextEvent_SetLength
, METH_VARARGS
| METH_KEYWORDS
},
8277 { "wxStyledTextEvent_SetText", (PyCFunction
) _wrap_wxStyledTextEvent_SetText
, METH_VARARGS
| METH_KEYWORDS
},
8278 { "wxStyledTextEvent_SetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_SetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
8279 { "wxStyledTextEvent_SetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_SetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
8280 { "wxStyledTextEvent_SetKey", (PyCFunction
) _wrap_wxStyledTextEvent_SetKey
, METH_VARARGS
| METH_KEYWORDS
},
8281 { "wxStyledTextEvent_SetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_SetPosition
, METH_VARARGS
| METH_KEYWORDS
},
8282 { "delete_wxStyledTextEvent", (PyCFunction
) _wrap_delete_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
8283 { "new_wxStyledTextEvent", (PyCFunction
) _wrap_new_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
8284 { "wxStyledTextCtrl_ScrollToColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToColumn
, METH_VARARGS
| METH_KEYWORDS
},
8285 { "wxStyledTextCtrl_ScrollToLine", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToLine
, METH_VARARGS
| METH_KEYWORDS
},
8286 { "wxStyledTextCtrl_PointFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_PointFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
8287 { "wxStyledTextCtrl_GetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
8288 { "wxStyledTextCtrl_SetMargins", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
8289 { "wxStyledTextCtrl_CmdKeyExecute", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyExecute
, METH_VARARGS
| METH_KEYWORDS
},
8290 { "wxStyledTextCtrl_StyleSetFontAttr", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFontAttr
, METH_VARARGS
| METH_KEYWORDS
},
8291 { "wxStyledTextCtrl_StyleSetFont", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFont
, METH_VARARGS
| METH_KEYWORDS
},
8292 { "wxStyledTextCtrl_StyleSetSpec", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSpec
, METH_VARARGS
| METH_KEYWORDS
},
8293 { "wxStyledTextCtrl_GetCurrentLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentLine
, METH_VARARGS
| METH_KEYWORDS
},
8294 { "wxStyledTextCtrl_SetKeyWords", (PyCFunction
) _wrap_wxStyledTextCtrl_SetKeyWords
, METH_VARARGS
| METH_KEYWORDS
},
8295 { "wxStyledTextCtrl_SetProperty", (PyCFunction
) _wrap_wxStyledTextCtrl_SetProperty
, METH_VARARGS
| METH_KEYWORDS
},
8296 { "wxStyledTextCtrl_Colourise", (PyCFunction
) _wrap_wxStyledTextCtrl_Colourise
, METH_VARARGS
| METH_KEYWORDS
},
8297 { "wxStyledTextCtrl_GetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLexer
, METH_VARARGS
| METH_KEYWORDS
},
8298 { "wxStyledTextCtrl_SetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexer
, METH_VARARGS
| METH_KEYWORDS
},
8299 { "wxStyledTextCtrl_StopRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StopRecord
, METH_VARARGS
| METH_KEYWORDS
},
8300 { "wxStyledTextCtrl_StartRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StartRecord
, METH_VARARGS
| METH_KEYWORDS
},
8301 { "wxStyledTextCtrl_GetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
8302 { "wxStyledTextCtrl_ReleaseDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_ReleaseDocument
, METH_VARARGS
| METH_KEYWORDS
},
8303 { "wxStyledTextCtrl_AddRefDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_AddRefDocument
, METH_VARARGS
| METH_KEYWORDS
},
8304 { "wxStyledTextCtrl_CreateDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_CreateDocument
, METH_VARARGS
| METH_KEYWORDS
},
8305 { "wxStyledTextCtrl_GetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_GetZoom
, METH_VARARGS
| METH_KEYWORDS
},
8306 { "wxStyledTextCtrl_SetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_SetZoom
, METH_VARARGS
| METH_KEYWORDS
},
8307 { "wxStyledTextCtrl_SelectionIsRectangle", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectionIsRectangle
, METH_VARARGS
| METH_KEYWORDS
},
8308 { "wxStyledTextCtrl_UsePopUp", (PyCFunction
) _wrap_wxStyledTextCtrl_UsePopUp
, METH_VARARGS
| METH_KEYWORDS
},
8309 { "wxStyledTextCtrl_LinesOnScreen", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesOnScreen
, METH_VARARGS
| METH_KEYWORDS
},
8310 { "wxStyledTextCtrl_SetCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPolicy
, METH_VARARGS
| METH_KEYWORDS
},
8311 { "wxStyledTextCtrl_SearchPrev", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchPrev
, METH_VARARGS
| METH_KEYWORDS
},
8312 { "wxStyledTextCtrl_SearchNext", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchNext
, METH_VARARGS
| METH_KEYWORDS
},
8313 { "wxStyledTextCtrl_SearchAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchAnchor
, METH_VARARGS
| METH_KEYWORDS
},
8314 { "wxStyledTextCtrl_SetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
8315 { "wxStyledTextCtrl_GetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
8316 { "wxStyledTextCtrl_SetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
8317 { "wxStyledTextCtrl_GetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
8318 { "wxStyledTextCtrl_SetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
8319 { "wxStyledTextCtrl_GetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
8320 { "wxStyledTextCtrl_SetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
8321 { "wxStyledTextCtrl_SetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
8322 { "wxStyledTextCtrl_GetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
8323 { "wxStyledTextCtrl_SetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
8324 { "wxStyledTextCtrl_GetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
8325 { "wxStyledTextCtrl_BraceMatch", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceMatch
, METH_VARARGS
| METH_KEYWORDS
},
8326 { "wxStyledTextCtrl_BraceBadLight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceBadLight
, METH_VARARGS
| METH_KEYWORDS
},
8327 { "wxStyledTextCtrl_BraceHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceHighlight
, METH_VARARGS
| METH_KEYWORDS
},
8328 { "wxStyledTextCtrl_LineLength", (PyCFunction
) _wrap_wxStyledTextCtrl_LineLength
, METH_VARARGS
| METH_KEYWORDS
},
8329 { "wxStyledTextCtrl_SetFoldFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldFlags
, METH_VARARGS
| METH_KEYWORDS
},
8330 { "wxStyledTextCtrl_EnsureVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisible
, METH_VARARGS
| METH_KEYWORDS
},
8331 { "wxStyledTextCtrl_ToggleFold", (PyCFunction
) _wrap_wxStyledTextCtrl_ToggleFold
, METH_VARARGS
| METH_KEYWORDS
},
8332 { "wxStyledTextCtrl_GetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
8333 { "wxStyledTextCtrl_SetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
8334 { "wxStyledTextCtrl_GetLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
8335 { "wxStyledTextCtrl_HideLines", (PyCFunction
) _wrap_wxStyledTextCtrl_HideLines
, METH_VARARGS
| METH_KEYWORDS
},
8336 { "wxStyledTextCtrl_ShowLines", (PyCFunction
) _wrap_wxStyledTextCtrl_ShowLines
, METH_VARARGS
| METH_KEYWORDS
},
8337 { "wxStyledTextCtrl_GetFoldParent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldParent
, METH_VARARGS
| METH_KEYWORDS
},
8338 { "wxStyledTextCtrl_GetLastChild", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastChild
, METH_VARARGS
| METH_KEYWORDS
},
8339 { "wxStyledTextCtrl_GetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
8340 { "wxStyledTextCtrl_SetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
8341 { "wxStyledTextCtrl_DocLineFromVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_DocLineFromVisible
, METH_VARARGS
| METH_KEYWORDS
},
8342 { "wxStyledTextCtrl_VisibleFromDocLine", (PyCFunction
) _wrap_wxStyledTextCtrl_VisibleFromDocLine
, METH_VARARGS
| METH_KEYWORDS
},
8343 { "wxStyledTextCtrl_CallTipSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
8344 { "wxStyledTextCtrl_CallTipSetHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetHighlight
, METH_VARARGS
| METH_KEYWORDS
},
8345 { "wxStyledTextCtrl_CallTipPosAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipPosAtStart
, METH_VARARGS
| METH_KEYWORDS
},
8346 { "wxStyledTextCtrl_CallTipActive", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipActive
, METH_VARARGS
| METH_KEYWORDS
},
8347 { "wxStyledTextCtrl_CallTipCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipCancel
, METH_VARARGS
| METH_KEYWORDS
},
8348 { "wxStyledTextCtrl_CallTipShow", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipShow
, METH_VARARGS
| METH_KEYWORDS
},
8349 { "wxStyledTextCtrl_GetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_GetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
8350 { "wxStyledTextCtrl_SetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_SetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
8351 { "wxStyledTextCtrl_GetTextLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextLength
, METH_VARARGS
| METH_KEYWORDS
},
8352 { "wxStyledTextCtrl_GetText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetText
, METH_VARARGS
| METH_KEYWORDS
},
8353 { "wxStyledTextCtrl_SetText", (PyCFunction
) _wrap_wxStyledTextCtrl_SetText
, METH_VARARGS
| METH_KEYWORDS
},
8354 { "wxStyledTextCtrl_Clear", (PyCFunction
) _wrap_wxStyledTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
8355 { "wxStyledTextCtrl_Paste", (PyCFunction
) _wrap_wxStyledTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
8356 { "wxStyledTextCtrl_Copy", (PyCFunction
) _wrap_wxStyledTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
8357 { "wxStyledTextCtrl_Cut", (PyCFunction
) _wrap_wxStyledTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
8358 { "wxStyledTextCtrl_Undo", (PyCFunction
) _wrap_wxStyledTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
8359 { "wxStyledTextCtrl_EmptyUndoBuffer", (PyCFunction
) _wrap_wxStyledTextCtrl_EmptyUndoBuffer
, METH_VARARGS
| METH_KEYWORDS
},
8360 { "wxStyledTextCtrl_CanUndo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
8361 { "wxStyledTextCtrl_CanPaste", (PyCFunction
) _wrap_wxStyledTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
8362 { "wxStyledTextCtrl_SetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_SetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
8363 { "wxStyledTextCtrl_ReplaceSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceSelection
, METH_VARARGS
| METH_KEYWORDS
},
8364 { "wxStyledTextCtrl_EnsureCaretVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureCaretVisible
, METH_VARARGS
| METH_KEYWORDS
},
8365 { "wxStyledTextCtrl_LineScroll", (PyCFunction
) _wrap_wxStyledTextCtrl_LineScroll
, METH_VARARGS
| METH_KEYWORDS
},
8366 { "wxStyledTextCtrl_PositionFromLine", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromLine
, METH_VARARGS
| METH_KEYWORDS
},
8367 { "wxStyledTextCtrl_LineFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_LineFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
8368 { "wxStyledTextCtrl_HideSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_HideSelection
, METH_VARARGS
| METH_KEYWORDS
},
8369 { "wxStyledTextCtrl_GetTextRange", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextRange
, METH_VARARGS
| METH_KEYWORDS
},
8370 { "wxStyledTextCtrl_GetSelectedText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectedText
, METH_VARARGS
| METH_KEYWORDS
},
8371 { "wxStyledTextCtrl_SetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
8372 { "wxStyledTextCtrl_GetModify", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModify
, METH_VARARGS
| METH_KEYWORDS
},
8373 { "wxStyledTextCtrl_GetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
8374 { "wxStyledTextCtrl_SetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
8375 { "wxStyledTextCtrl_GetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
8376 { "wxStyledTextCtrl_SetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
8377 { "wxStyledTextCtrl_GetLineCount", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineCount
, METH_VARARGS
| METH_KEYWORDS
},
8378 { "wxStyledTextCtrl_GetLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
8379 { "wxStyledTextCtrl_GetFirstVisibleLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFirstVisibleLine
, METH_VARARGS
| METH_KEYWORDS
},
8380 { "wxStyledTextCtrl_FormatRange", (PyCFunction
) _wrap_wxStyledTextCtrl_FormatRange
, METH_VARARGS
| METH_KEYWORDS
},
8381 { "wxStyledTextCtrl_FindText", (PyCFunction
) _wrap_wxStyledTextCtrl_FindText
, METH_VARARGS
| METH_KEYWORDS
},
8382 { "wxStyledTextCtrl_GetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
8383 { "wxStyledTextCtrl_SetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
8384 { "wxStyledTextCtrl_GetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
8385 { "wxStyledTextCtrl_SetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
8386 { "wxStyledTextCtrl_GetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
8387 { "wxStyledTextCtrl_SetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
8388 { "wxStyledTextCtrl_GetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
8389 { "wxStyledTextCtrl_SetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
8390 { "wxStyledTextCtrl_SetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
8391 { "wxStyledTextCtrl_GetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_GetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
8392 { "wxStyledTextCtrl_GetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
8393 { "wxStyledTextCtrl_GetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
8394 { "wxStyledTextCtrl_GetLineEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineEndPosition
, METH_VARARGS
| METH_KEYWORDS
},
8395 { "wxStyledTextCtrl_GetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_GetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
8396 { "wxStyledTextCtrl_SetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
8397 { "wxStyledTextCtrl_GetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
8398 { "wxStyledTextCtrl_SetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
8399 { "wxStyledTextCtrl_GetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
8400 { "wxStyledTextCtrl_SetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
8401 { "wxStyledTextCtrl_GetColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetColumn
, METH_VARARGS
| METH_KEYWORDS
},
8402 { "wxStyledTextCtrl_GetLineIndentPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentPosition
, METH_VARARGS
| METH_KEYWORDS
},
8403 { "wxStyledTextCtrl_GetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
8404 { "wxStyledTextCtrl_SetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
8405 { "wxStyledTextCtrl_GetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
8406 { "wxStyledTextCtrl_SetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
8407 { "wxStyledTextCtrl_GetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndent
, METH_VARARGS
| METH_KEYWORDS
},
8408 { "wxStyledTextCtrl_SetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndent
, METH_VARARGS
| METH_KEYWORDS
},
8409 { "wxStyledTextCtrl_AutoCompGetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
8410 { "wxStyledTextCtrl_AutoCompSetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
8411 { "wxStyledTextCtrl_AutoCompGetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
8412 { "wxStyledTextCtrl_AutoCompSetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
8413 { "wxStyledTextCtrl_AutoCompSetFillUps", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetFillUps
, METH_VARARGS
| METH_KEYWORDS
},
8414 { "wxStyledTextCtrl_AutoCompGetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
8415 { "wxStyledTextCtrl_AutoCompSetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
8416 { "wxStyledTextCtrl_AutoCompSelect", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSelect
, METH_VARARGS
| METH_KEYWORDS
},
8417 { "wxStyledTextCtrl_AutoCompGetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
8418 { "wxStyledTextCtrl_AutoCompSetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
8419 { "wxStyledTextCtrl_AutoCompStops", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompStops
, METH_VARARGS
| METH_KEYWORDS
},
8420 { "wxStyledTextCtrl_AutoCompComplete", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompComplete
, METH_VARARGS
| METH_KEYWORDS
},
8421 { "wxStyledTextCtrl_AutoCompPosStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompPosStart
, METH_VARARGS
| METH_KEYWORDS
},
8422 { "wxStyledTextCtrl_AutoCompActive", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompActive
, METH_VARARGS
| METH_KEYWORDS
},
8423 { "wxStyledTextCtrl_AutoCompCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompCancel
, METH_VARARGS
| METH_KEYWORDS
},
8424 { "wxStyledTextCtrl_AutoCompShow", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompShow
, METH_VARARGS
| METH_KEYWORDS
},
8425 { "wxStyledTextCtrl_GetMaxLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMaxLineState
, METH_VARARGS
| METH_KEYWORDS
},
8426 { "wxStyledTextCtrl_GetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineState
, METH_VARARGS
| METH_KEYWORDS
},
8427 { "wxStyledTextCtrl_SetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineState
, METH_VARARGS
| METH_KEYWORDS
},
8428 { "wxStyledTextCtrl_GetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
8429 { "wxStyledTextCtrl_SetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
8430 { "wxStyledTextCtrl_IndicatorGetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8431 { "wxStyledTextCtrl_IndicatorSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8432 { "wxStyledTextCtrl_IndicatorGetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetStyle
, METH_VARARGS
| METH_KEYWORDS
},
8433 { "wxStyledTextCtrl_IndicatorSetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetStyle
, METH_VARARGS
| METH_KEYWORDS
},
8434 { "wxStyledTextCtrl_EndUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_EndUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
8435 { "wxStyledTextCtrl_BeginUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_BeginUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
8436 { "wxStyledTextCtrl_SetWordChars", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWordChars
, METH_VARARGS
| METH_KEYWORDS
},
8437 { "wxStyledTextCtrl_SetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
8438 { "wxStyledTextCtrl_GetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
8439 { "wxStyledTextCtrl_StyleSetVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetVisible
, METH_VARARGS
| METH_KEYWORDS
},
8440 { "wxStyledTextCtrl_SetStyleBytes", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBytes
, METH_VARARGS
| METH_KEYWORDS
},
8441 { "wxStyledTextCtrl_CmdKeyClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClearAll
, METH_VARARGS
| METH_KEYWORDS
},
8442 { "wxStyledTextCtrl_CmdKeyClear", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClear
, METH_VARARGS
| METH_KEYWORDS
},
8443 { "wxStyledTextCtrl_CmdKeyAssign", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyAssign
, METH_VARARGS
| METH_KEYWORDS
},
8444 { "wxStyledTextCtrl_SetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
8445 { "wxStyledTextCtrl_SetSelBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelBackground
, METH_VARARGS
| METH_KEYWORDS
},
8446 { "wxStyledTextCtrl_SetSelForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelForeground
, METH_VARARGS
| METH_KEYWORDS
},
8447 { "wxStyledTextCtrl_StyleSetUnderline", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetUnderline
, METH_VARARGS
| METH_KEYWORDS
},
8448 { "wxStyledTextCtrl_StyleResetDefault", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleResetDefault
, METH_VARARGS
| METH_KEYWORDS
},
8449 { "wxStyledTextCtrl_StyleSetEOLFilled", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetEOLFilled
, METH_VARARGS
| METH_KEYWORDS
},
8450 { "wxStyledTextCtrl_StyleSetFaceName", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFaceName
, METH_VARARGS
| METH_KEYWORDS
},
8451 { "wxStyledTextCtrl_StyleSetSize", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSize
, METH_VARARGS
| METH_KEYWORDS
},
8452 { "wxStyledTextCtrl_StyleSetItalic", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetItalic
, METH_VARARGS
| METH_KEYWORDS
},
8453 { "wxStyledTextCtrl_StyleSetBold", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBold
, METH_VARARGS
| METH_KEYWORDS
},
8454 { "wxStyledTextCtrl_StyleSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
8455 { "wxStyledTextCtrl_StyleSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8456 { "wxStyledTextCtrl_StyleClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleClearAll
, METH_VARARGS
| METH_KEYWORDS
},
8457 { "wxStyledTextCtrl_GetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
8458 { "wxStyledTextCtrl_SetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
8459 { "wxStyledTextCtrl_GetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
8460 { "wxStyledTextCtrl_SetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
8461 { "wxStyledTextCtrl_GetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
8462 { "wxStyledTextCtrl_SetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
8463 { "wxStyledTextCtrl_GetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
8464 { "wxStyledTextCtrl_SetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
8465 { "wxStyledTextCtrl_MarkerPrevious", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerPrevious
, METH_VARARGS
| METH_KEYWORDS
},
8466 { "wxStyledTextCtrl_MarkerNext", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerNext
, METH_VARARGS
| METH_KEYWORDS
},
8467 { "wxStyledTextCtrl_MarkerGet", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerGet
, METH_VARARGS
| METH_KEYWORDS
},
8468 { "wxStyledTextCtrl_MarkerDeleteAll", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteAll
, METH_VARARGS
| METH_KEYWORDS
},
8469 { "wxStyledTextCtrl_MarkerDelete", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDelete
, METH_VARARGS
| METH_KEYWORDS
},
8470 { "wxStyledTextCtrl_MarkerAdd", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerAdd
, METH_VARARGS
| METH_KEYWORDS
},
8471 { "wxStyledTextCtrl_MarkerSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
8472 { "wxStyledTextCtrl_MarkerSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8473 { "wxStyledTextCtrl_MarkerDefine", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDefine
, METH_VARARGS
| METH_KEYWORDS
},
8474 { "wxStyledTextCtrl_SetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
8475 { "wxStyledTextCtrl_GetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
8476 { "wxStyledTextCtrl_SetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
8477 { "wxStyledTextCtrl_SetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
8478 { "wxStyledTextCtrl_GetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
8479 { "wxStyledTextCtrl_SetStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyling
, METH_VARARGS
| METH_KEYWORDS
},
8480 { "wxStyledTextCtrl_StartStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_StartStyling
, METH_VARARGS
| METH_KEYWORDS
},
8481 { "wxStyledTextCtrl_SetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
8482 { "wxStyledTextCtrl_GetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
8483 { "wxStyledTextCtrl_ConvertEOLs", (PyCFunction
) _wrap_wxStyledTextCtrl_ConvertEOLs
, METH_VARARGS
| METH_KEYWORDS
},
8484 { "wxStyledTextCtrl_GetEndStyled", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndStyled
, METH_VARARGS
| METH_KEYWORDS
},
8485 { "wxStyledTextCtrl_GetCurLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurLine
, METH_VARARGS
| METH_KEYWORDS
},
8486 { "wxStyledTextCtrl_SetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
8487 { "wxStyledTextCtrl_GotoPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoPos
, METH_VARARGS
| METH_KEYWORDS
},
8488 { "wxStyledTextCtrl_GotoLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoLine
, METH_VARARGS
| METH_KEYWORDS
},
8489 { "wxStyledTextCtrl_PositionFromPoint", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPoint
, METH_VARARGS
| METH_KEYWORDS
},
8490 { "wxStyledTextCtrl_SetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
8491 { "wxStyledTextCtrl_GetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
8492 { "wxStyledTextCtrl_GetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
8493 { "wxStyledTextCtrl_MarkerDeleteHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteHandle
, METH_VARARGS
| METH_KEYWORDS
},
8494 { "wxStyledTextCtrl_MarkerLineFromHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerLineFromHandle
, METH_VARARGS
| METH_KEYWORDS
},
8495 { "wxStyledTextCtrl_CanRedo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
8496 { "wxStyledTextCtrl_GetStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyledText
, METH_VARARGS
| METH_KEYWORDS
},
8497 { "wxStyledTextCtrl_SetSavePoint", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSavePoint
, METH_VARARGS
| METH_KEYWORDS
},
8498 { "wxStyledTextCtrl_SelectAll", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
},
8499 { "wxStyledTextCtrl_SetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
8500 { "wxStyledTextCtrl_Redo", (PyCFunction
) _wrap_wxStyledTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
8501 { "wxStyledTextCtrl_GetStyleAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleAt
, METH_VARARGS
| METH_KEYWORDS
},
8502 { "wxStyledTextCtrl_GetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
8503 { "wxStyledTextCtrl_GetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
8504 { "wxStyledTextCtrl_GetCharAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCharAt
, METH_VARARGS
| METH_KEYWORDS
},
8505 { "wxStyledTextCtrl_GetLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
8506 { "wxStyledTextCtrl_ClearDocumentStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearDocumentStyle
, METH_VARARGS
| METH_KEYWORDS
},
8507 { "wxStyledTextCtrl_ClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearAll
, METH_VARARGS
| METH_KEYWORDS
},
8508 { "wxStyledTextCtrl_InsertText", (PyCFunction
) _wrap_wxStyledTextCtrl_InsertText
, METH_VARARGS
| METH_KEYWORDS
},
8509 { "wxStyledTextCtrl_AddStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddStyledText
, METH_VARARGS
| METH_KEYWORDS
},
8510 { "wxStyledTextCtrl_AddText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddText
, METH_VARARGS
| METH_KEYWORDS
},
8511 { "new_wxStyledTextCtrl", (PyCFunction
) _wrap_new_wxStyledTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
8518 * This table is used by the pointer type-checker
8520 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
8521 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
8522 { "_wxEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8523 { "_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8524 { "_wxEvent","_class_wxEvent",0},
8525 { "_class_wxActivateEvent","_wxActivateEvent",0},
8526 { "_signed_long","_long",0},
8527 { "_wxMenuEvent","_class_wxMenuEvent",0},
8528 { "_class_wxProcessEvent","_wxProcessEvent",0},
8529 { "_class_wxJPEGHandler","_wxJPEGHandler",0},
8530 { "_class_wxFSFile","_wxFSFile",0},
8531 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
8532 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
8533 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
8534 { "_wxBMPHandler","_class_wxBMPHandler",0},
8535 { "_wxImage","_class_wxImage",0},
8536 { "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
8537 { "_wxWindowDisabler","_class_wxWindowDisabler",0},
8538 { "_class_wxDateTime","_wxDateTime",0},
8539 { "_wxPrintQuality","_wxCoord",0},
8540 { "_wxPrintQuality","_int",0},
8541 { "_wxPrintQuality","_signed_int",0},
8542 { "_wxPrintQuality","_unsigned_int",0},
8543 { "_wxPrintQuality","_wxWindowID",0},
8544 { "_wxPrintQuality","_uint",0},
8545 { "_wxPrintQuality","_EBool",0},
8546 { "_wxPrintQuality","_size_t",0},
8547 { "_wxPrintQuality","_time_t",0},
8548 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
8549 { "_wxSpinCtrl","_class_wxSpinCtrl",0},
8550 { "_wxFontData","_class_wxFontData",0},
8551 { "_class_wxRegionIterator","_wxRegionIterator",0},
8552 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
8553 { "_class_wxMenuBar","_wxMenuBar",0},
8554 { "_class_wxPyTreeItemData","_wxPyTreeItemData",0},
8555 { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0},
8556 { "_class_wxEvtHandler","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
8557 { "_class_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
8558 { "_class_wxEvtHandler","_wxEvtHandler",0},
8559 { "_wxPaintEvent","_class_wxPaintEvent",0},
8560 { "_wxGIFHandler","_class_wxGIFHandler",0},
8561 { "_wxPySizer","_class_wxPySizer",0},
8562 { "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
8563 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
8564 { "_wxCursor","_class_wxCursor",0},
8565 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
8566 { "_wxPyProcess","_class_wxPyProcess",0},
8567 { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
8568 { "_wxImageHandler","_class_wxImageHandler",0},
8569 { "_wxLog","_class_wxLog",0},
8570 { "_class_wxToolBarBase","_wxToolBarBase",0},
8571 { "_wxMask","_class_wxMask",0},
8572 { "_wxToolTip","_class_wxToolTip",0},
8573 { "_wxPNGHandler","_class_wxPNGHandler",0},
8574 { "_class_wxStyledTextCtrl","_wxStyledTextCtrl",0},
8575 { "_class_wxColourData","_wxColourData",0},
8576 { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0},
8577 { "_wxPrinter","_class_wxPrinter",0},
8578 { "_wxPen","_class_wxPen",0},
8579 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
8580 { "_class_wxNotebookSizer","_wxNotebookSizer",0},
8581 { "_byte","_unsigned_char",0},
8582 { "_wxDataObject","_class_wxDataObject",0},
8583 { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0},
8584 { "_wxStaticBox","_class_wxStaticBox",0},
8585 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
8586 { "_wxPyDropSource","_class_wxPyDropSource",0},
8587 { "_wxChoice","_class_wxChoice",0},
8588 { "_wxSlider","_class_wxSlider",0},
8589 { "_wxNotebookEvent","_class_wxNotebookEvent",0},
8590 { "_wxPyPrintout","_class_wxPyPrintout",0},
8591 { "_long","_unsigned_long",0},
8592 { "_long","_signed_long",0},
8593 { "_wxImageList","_class_wxImageList",0},
8594 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
8595 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
8596 { "_wxBitmapButton","_class_wxBitmapButton",0},
8597 { "_wxSashWindow","_class_wxSashWindow",0},
8598 { "_class_wxSizer","_wxSizer",0},
8599 { "_class_wxTIFFHandler","_wxTIFFHandler",0},
8600 { "_class_wxPrintDialogData","_wxPrintDialogData",0},
8601 { "_wxGridSizer","_class_wxGridSizer",0},
8602 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
8603 { "_class_wxClipboard","_wxClipboard",0},
8604 { "_class_wxGauge","_wxGauge",0},
8605 { "_class_wxSashEvent","_wxSashEvent",0},
8606 { "_wxDC","_class_wxDC",0},
8607 { "_wxSizerItem","_class_wxSizerItem",0},
8608 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
8609 { "_wxListEvent","_class_wxListEvent",0},
8610 { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0},
8611 { "_wxProgressDialog","_class_wxProgressDialog",0},
8612 { "_class_wxBMPHandler","_wxBMPHandler",0},
8613 { "_wxPrintPreview","_class_wxPrintPreview",0},
8614 { "_class_wxFlexGridSizer","_wxFlexGridSizer",0},
8615 { "_wxSpinEvent","_class_wxSpinEvent",0},
8616 { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0},
8617 { "_size_t","_wxCoord",0},
8618 { "_size_t","_wxPrintQuality",0},
8619 { "_size_t","_time_t",0},
8620 { "_size_t","_unsigned_int",0},
8621 { "_size_t","_int",0},
8622 { "_size_t","_wxWindowID",0},
8623 { "_size_t","_uint",0},
8624 { "_class_wxRealPoint","_wxRealPoint",0},
8625 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
8626 { "_wxPNMHandler","_class_wxPNMHandler",0},
8627 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
8628 { "_wxLogGui","_class_wxLogGui",0},
8629 { "_class_wxMenuItem","_wxMenuItem",0},
8630 { "_class_wxPaintEvent","_wxPaintEvent",0},
8631 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
8632 { "_class_wxStatusBar","_wxStatusBar",0},
8633 { "_class_wxGIFHandler","_wxGIFHandler",0},
8634 { "_class_wxPySizer","_wxPySizer",0},
8635 { "_class_wxPostScriptDC","_wxPostScriptDC",0},
8636 { "_wxPanel","_class_wxPanel",0},
8637 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
8638 { "_wxCheckBox","_class_wxCheckBox",0},
8639 { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0},
8640 { "_wxPyEvent","_class_wxPyEvent",0},
8641 { "_wxTextCtrl","_class_wxTextCtrl",0},
8642 { "_class_wxMask","_wxMask",0},
8643 { "_wxTextDataObject","_class_wxTextDataObject",0},
8644 { "_class_wxKeyEvent","_wxKeyEvent",0},
8645 { "_class_wxToolTip","_wxToolTip",0},
8646 { "_class_wxPNGHandler","_wxPNGHandler",0},
8647 { "_wxFileConfig","_class_wxFileConfig",0},
8648 { "_wxColour","_class_wxColour",0},
8649 { "_class_wxDialog","_wxDialog",0},
8650 { "_wxBusyCursor","_class_wxBusyCursor",0},
8651 { "_wxPageSetupDialog","_class_wxPageSetupDialog",0},
8652 { "_class_wxPrinter","_wxPrinter",0},
8653 { "_class_wxFileDataObject","_wxFileDataObject",0},
8654 { "_wxIdleEvent","_class_wxIdleEvent",0},
8655 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
8656 { "_wxToolBar","_class_wxToolBar",0},
8657 { "_class_wxDataObject","_wxDataObject",0},
8658 { "_wxCaret","_class_wxCaret",0},
8659 { "_wxStaticLine","_class_wxStaticLine",0},
8660 { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0},
8661 { "_wxBrush","_class_wxBrush",0},
8662 { "_wxMiniFrame","_class_wxMiniFrame",0},
8663 { "_class_wxNotebookEvent","_wxNotebookEvent",0},
8664 { "_class_wxPyPrintout","_wxPyPrintout",0},
8665 { "_wxDataFormat","_class_wxDataFormat",0},
8666 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
8667 { "_class_wxSashWindow","_wxSashWindow",0},
8668 { "_wxShowEvent","_class_wxShowEvent",0},
8669 { "_uint","_wxCoord",0},
8670 { "_uint","_wxPrintQuality",0},
8671 { "_uint","_time_t",0},
8672 { "_uint","_size_t",0},
8673 { "_uint","_unsigned_int",0},
8674 { "_uint","_int",0},
8675 { "_uint","_wxWindowID",0},
8676 { "_wxChar","_char",0},
8677 { "_wxPyValidator","_class_wxPyValidator",0},
8678 { "_class_wxEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8679 { "_class_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8680 { "_class_wxEvent","_wxEvent",0},
8681 { "_wxCheckListBox","_class_wxCheckListBox",0},
8682 { "_wxSplitterEvent","_class_wxSplitterEvent",0},
8683 { "_wxRect","_class_wxRect",0},
8684 { "_wxCommandEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
8685 { "_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
8686 { "_wxCommandEvent","_class_wxCommandEvent",0},
8687 { "_wxSizeEvent","_class_wxSizeEvent",0},
8688 { "_class_wxLogWindow","_wxLogWindow",0},
8689 { "_class_wxImage","_wxImage",0},
8690 { "_wxPoint","_class_wxPoint",0},
8691 { "_class_wxWindowDisabler","_wxWindowDisabler",0},
8692 { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
8693 { "_class_wxButton","_wxButton",0},
8694 { "_wxRadioBox","_class_wxRadioBox",0},
8695 { "_class_wxSpinCtrl","_wxSpinCtrl",0},
8696 { "_class_wxFontData","_wxFontData",0},
8697 { "_class_wxPNMHandler","_wxPNMHandler",0},
8698 { "_wxBoxSizer","_class_wxBoxSizer",0},
8699 { "_class_wxZipFSHandler","_wxZipFSHandler",0},
8700 { "_char","_wxChar",0},
8701 { "_wxBitmap","_class_wxBitmap",0},
8702 { "_wxPrintDialog","_class_wxPrintDialog",0},
8703 { "_wxWindowDC","_class_wxWindowDC",0},
8704 { "_wxTimerEvent","_class_wxTimerEvent",0},
8705 { "_wxPyTimer","_class_wxPyTimer",0},
8706 { "_wxScrollBar","_class_wxScrollBar",0},
8707 { "_wxSpinButton","_class_wxSpinButton",0},
8708 { "_wxColourDialog","_class_wxColourDialog",0},
8709 { "_wxPrintData","_class_wxPrintData",0},
8710 { "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
8711 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
8712 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
8713 { "_wxMessageDialog","_class_wxMessageDialog",0},
8714 { "_class_wxValidator","_wxValidator",0},
8715 { "_class_wxPyEvent","_wxPyEvent",0},
8716 { "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
8717 { "_wxConfig","_class_wxConfig",0},
8718 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
8719 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
8720 { "_class_wxFileConfig","_wxFileConfig",0},
8721 { "_class_wxBusyCursor","_wxBusyCursor",0},
8722 { "_wxToolBarSimple","_class_wxToolBarSimple",0},
8723 { "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
8724 { "_wxListItem","_class_wxListItem",0},
8725 { "_class_wxToolBar","_wxToolBar",0},
8726 { "_wxDropTarget","_class_wxDropTarget",0},
8727 { "_class_wxStaticLine","_wxStaticLine",0},
8728 { "_wxScrollEvent","_class_wxScrollEvent",0},
8729 { "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
8730 { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
8731 { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
8732 { "_EBool","_wxCoord",0},
8733 { "_EBool","_wxPrintQuality",0},
8734 { "_EBool","_signed_int",0},
8735 { "_EBool","_int",0},
8736 { "_EBool","_wxWindowID",0},
8737 { "_class_wxRegion","_wxRegion",0},
8738 { "_class_wxDataFormat","_wxDataFormat",0},
8739 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
8740 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
8741 { "_class_wxPreviewFrame","_wxPreviewFrame",0},
8742 { "_wxStaticText","_class_wxStaticText",0},
8743 { "_wxFont","_class_wxFont",0},
8744 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
8745 { "_wxCloseEvent","_class_wxCloseEvent",0},
8746 { "_class_wxSplitterEvent","_wxSplitterEvent",0},
8747 { "_wxProcessEvent","_class_wxProcessEvent",0},
8748 { "_wxNotebook","_class_wxNotebook",0},
8749 { "_wxFSFile","_class_wxFSFile",0},
8750 { "_unsigned_long","_long",0},
8751 { "_class_wxRect","_wxRect",0},
8752 { "_class_wxDC","_wxDC",0},
8753 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
8754 { "_wxGenericDragImage","_class_wxGenericDragImage",0},
8755 { "_class_wxProgressDialog","_wxProgressDialog",0},
8756 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
8757 { "_wxPyInputStream","_class_wxPyInputStream",0},
8758 { "_wxPyApp","_class_wxPyApp",0},
8759 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
8760 { "_class_wxOutputStream","_wxOutputStream",0},
8761 { "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
8762 { "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
8763 { "_class_wxTreeEvent","_wxTreeEvent",0},
8764 { "_class_wxDirDialog","_wxDirDialog",0},
8765 { "_wxTimeSpan","_class_wxTimeSpan",0},
8766 { "_wxFocusEvent","_class_wxFocusEvent",0},
8767 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
8768 { "_class_wxTimerEvent","_wxTimerEvent",0},
8769 { "_class_wxPyTimer","_wxPyTimer",0},
8770 { "_class_wxSpinButton","_wxSpinButton",0},
8771 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
8772 { "_class_wxPanel","_wxPanel",0},
8773 { "_class_wxCheckBox","_wxCheckBox",0},
8774 { "_wxComboBox","_class_wxComboBox",0},
8775 { "_wxRadioButton","_class_wxRadioButton",0},
8776 { "_class_wxMessageDialog","_wxMessageDialog",0},
8777 { "_signed_int","_wxCoord",0},
8778 { "_signed_int","_wxPrintQuality",0},
8779 { "_signed_int","_EBool",0},
8780 { "_signed_int","_wxWindowID",0},
8781 { "_signed_int","_int",0},
8782 { "_class_wxTextCtrl","_wxTextCtrl",0},
8783 { "_class_wxListItemAttr","_wxListItemAttr",0},
8784 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
8785 { "_class_wxTextDataObject","_wxTextDataObject",0},
8786 { "_wxMenu","_class_wxMenu",0},
8787 { "_class_wxMoveEvent","_wxMoveEvent",0},
8788 { "_wxListBox","_class_wxListBox",0},
8789 { "_wxScreenDC","_class_wxScreenDC",0},
8790 { "_class_wxToolBarSimple","_wxToolBarSimple",0},
8791 { "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
8792 { "_WXTYPE","_wxDateTime_t",0},
8793 { "_WXTYPE","_short",0},
8794 { "_WXTYPE","_signed_short",0},
8795 { "_WXTYPE","_unsigned_short",0},
8796 { "_wxFileDialog","_class_wxFileDialog",0},
8797 { "_class_wxDropTarget","_wxDropTarget",0},
8798 { "_class_wxCaret","_wxCaret",0},
8799 { "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
8800 { "_class_wxBrush","_wxBrush",0},
8801 { "_wxTipProvider","_class_wxTipProvider",0},
8802 { "_unsigned_short","_wxDateTime_t",0},
8803 { "_unsigned_short","_WXTYPE",0},
8804 { "_unsigned_short","_short",0},
8805 { "_class_wxWindow","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
8806 { "_class_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
8807 { "_class_wxWindow","_wxWindow",0},
8808 { "_class_wxLogStderr","_wxLogStderr",0},
8809 { "_wxSplitterWindow","_class_wxSplitterWindow",0},
8810 { "_wxDateSpan","_class_wxDateSpan",0},
8811 { "_class_wxStyledTextEvent","_wxStyledTextEvent",0},
8812 { "_class_wxStaticText","_wxStaticText",0},
8813 { "_wxPrintDialogData","_class_wxPrintDialogData",0},
8814 { "_class_wxFont","_wxFont",0},
8815 { "_wxClipboard","_class_wxClipboard",0},
8816 { "_class_wxPyValidator","_wxPyValidator",0},
8817 { "_class_wxCloseEvent","_wxCloseEvent",0},
8818 { "_wxSashEvent","_class_wxSashEvent",0},
8819 { "_wxBusyInfo","_class_wxBusyInfo",0},
8820 { "_class_wxMenuEvent","_wxMenuEvent",0},
8821 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
8822 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
8823 { "_wxClientDC","_class_wxClientDC",0},
8824 { "_wxMouseEvent","_class_wxMouseEvent",0},
8825 { "_class_wxGenericDragImage","_wxGenericDragImage",0},
8826 { "_wxListCtrl","_class_wxListCtrl",0},
8827 { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
8828 { "_class_wxPoint","_wxPoint",0},
8829 { "_class_wxPyInputStream","_wxPyInputStream",0},
8830 { "_wxRealPoint","_class_wxRealPoint",0},
8831 { "_class_wxRadioBox","_wxRadioBox",0},
8832 { "_class_wxBoxSizer","_wxBoxSizer",0},
8833 { "_signed_short","_WXTYPE",0},
8834 { "_signed_short","_short",0},
8835 { "_wxMemoryDC","_class_wxMemoryDC",0},
8836 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
8837 { "_class_wxPrintDialog","_wxPrintDialog",0},
8838 { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
8839 { "_wxPaintDC","_class_wxPaintDC",0},
8840 { "_class_wxWindowDC","_wxWindowDC",0},
8841 { "_class_wxFocusEvent","_wxFocusEvent",0},
8842 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
8843 { "_wxStatusBar","_class_wxStatusBar",0},
8844 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
8845 { "_class_wxCursor","_wxCursor",0},
8846 { "_wxPostScriptDC","_class_wxPostScriptDC",0},
8847 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
8848 { "_class_wxPyProcess","_wxPyProcess",0},
8849 { "_class_wxImageHandler","_wxImageHandler",0},
8850 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
8851 { "_class_wxLog","_wxLog",0},
8852 { "_wxTreeItemId","_class_wxTreeItemId",0},
8853 { "_unsigned_char","_byte",0},
8854 { "_class_wxMenu","_wxMenu",0},
8855 { "_wxControl","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8856 { "_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8857 { "_wxControl","_class_wxControl",0},
8858 { "_class_wxListBox","_wxListBox",0},
8859 { "_unsigned_int","_wxCoord",0},
8860 { "_unsigned_int","_wxPrintQuality",0},
8861 { "_unsigned_int","_time_t",0},
8862 { "_unsigned_int","_size_t",0},
8863 { "_unsigned_int","_uint",0},
8864 { "_unsigned_int","_wxWindowID",0},
8865 { "_unsigned_int","_int",0},
8866 { "_wxIcon","_class_wxIcon",0},
8867 { "_wxDialog","_class_wxDialog",0},
8868 { "_class_wxListItem","_wxListItem",0},
8869 { "_class_wxPen","_wxPen",0},
8870 { "_class_wxFileDialog","_wxFileDialog",0},
8871 { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
8872 { "_wxConfigBase","_class_wxConfigBase",0},
8873 { "_short","_wxDateTime_t",0},
8874 { "_short","_WXTYPE",0},
8875 { "_short","_unsigned_short",0},
8876 { "_short","_signed_short",0},
8877 { "_class_wxStaticBox","_wxStaticBox",0},
8878 { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0},
8879 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
8880 { "_class_wxPyDropSource","_wxPyDropSource",0},
8881 { "_class_wxScrollEvent","_wxScrollEvent",0},
8882 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
8883 { "_class_wxChoice","_wxChoice",0},
8884 { "_class_wxSlider","_wxSlider",0},
8885 { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
8886 { "_class_wxImageList","_wxImageList",0},
8887 { "_class_wxBitmapButton","_wxBitmapButton",0},
8888 { "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
8889 { "_wxPyTipProvider","_class_wxPyTipProvider",0},
8890 { "_wxFrame","_class_wxFrame",0},
8891 { "_wxPCXHandler","_class_wxPCXHandler",0},
8892 { "_class_wxGridSizer","_wxGridSizer",0},
8893 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
8894 { "_class_wxNotebook","_wxNotebook",0},
8895 { "_wxJPEGHandler","_class_wxJPEGHandler",0},
8896 { "_wxWindowID","_wxCoord",0},
8897 { "_wxWindowID","_wxPrintQuality",0},
8898 { "_wxWindowID","_time_t",0},
8899 { "_wxWindowID","_size_t",0},
8900 { "_wxWindowID","_EBool",0},
8901 { "_wxWindowID","_uint",0},
8902 { "_wxWindowID","_int",0},
8903 { "_wxWindowID","_signed_int",0},
8904 { "_wxWindowID","_unsigned_int",0},
8905 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
8906 { "_class_wxSizerItem","_wxSizerItem",0},
8907 { "_int","_wxCoord",0},
8908 { "_int","_wxPrintQuality",0},
8909 { "_int","_time_t",0},
8910 { "_int","_size_t",0},
8911 { "_int","_EBool",0},
8912 { "_int","_uint",0},
8913 { "_int","_wxWindowID",0},
8914 { "_int","_unsigned_int",0},
8915 { "_int","_signed_int",0},
8916 { "_class_wxMouseEvent","_wxMouseEvent",0},
8917 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
8918 { "_wxLogWindow","_class_wxLogWindow",0},
8919 { "_class_wxListEvent","_wxListEvent",0},
8920 { "_class_wxPrintPreview","_wxPrintPreview",0},
8921 { "_wxDateTime_t","_unsigned_short",0},
8922 { "_wxDateTime_t","_short",0},
8923 { "_wxDateTime_t","_WXTYPE",0},
8924 { "_class_wxSpinEvent","_wxSpinEvent",0},
8925 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
8926 { "_wxDateTime","_class_wxDateTime",0},
8927 { "_time_t","_wxCoord",0},
8928 { "_time_t","_wxPrintQuality",0},
8929 { "_time_t","_unsigned_int",0},
8930 { "_time_t","_int",0},
8931 { "_time_t","_wxWindowID",0},
8932 { "_time_t","_uint",0},
8933 { "_time_t","_size_t",0},
8934 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
8935 { "_wxLogNull","_class_wxLogNull",0},
8936 { "_wxButton","_class_wxButton",0},
8937 { "_wxZipFSHandler","_class_wxZipFSHandler",0},
8938 { "_class_wxPyApp","_wxPyApp",0},
8939 { "_wxSize","_class_wxSize",0},
8940 { "_wxRegionIterator","_class_wxRegionIterator",0},
8941 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
8942 { "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
8943 { "_class_wxLogGui","_wxLogGui",0},
8944 { "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
8945 { "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
8946 { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
8947 { "_class_wxTimeSpan","_wxTimeSpan",0},
8948 { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
8949 { "_class_wxPaintDC","_wxPaintDC",0},
8950 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
8951 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
8952 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
8953 { "_class_wxComboBox","_wxComboBox",0},
8954 { "_class_wxRadioButton","_wxRadioButton",0},
8955 { "_wxValidator","_class_wxValidator",0},
8956 { "_wxToolBarBase","_class_wxToolBarBase",0},
8957 { "_class_wxTreeItemId","_wxTreeItemId",0},
8958 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
8959 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
8960 { "_class_wxControl","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8961 { "_class_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8962 { "_class_wxControl","_wxControl",0},
8963 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
8964 { "_wxStyledTextCtrl","_class_wxStyledTextCtrl",0},
8965 { "_class_wxIcon","_wxIcon",0},
8966 { "_class_wxColour","_wxColour",0},
8967 { "_class_wxScreenDC","_wxScreenDC",0},
8968 { "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
8969 { "_wxPalette","_class_wxPalette",0},
8970 { "_class_wxIdleEvent","_wxIdleEvent",0},
8971 { "_class_wxConfigBase","_wxConfigBase",0},
8972 { "_wxCoord","_int",0},
8973 { "_wxCoord","_signed_int",0},
8974 { "_wxCoord","_unsigned_int",0},
8975 { "_wxCoord","_wxWindowID",0},
8976 { "_wxCoord","_uint",0},
8977 { "_wxCoord","_EBool",0},
8978 { "_wxCoord","_size_t",0},
8979 { "_wxCoord","_time_t",0},
8980 { "_wxCoord","_wxPrintQuality",0},
8981 { "_wxEraseEvent","_class_wxEraseEvent",0},
8982 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
8983 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
8984 { "_class_wxTipProvider","_wxTipProvider",0},
8985 { "_class_wxMiniFrame","_wxMiniFrame",0},
8986 { "_wxFontDialog","_class_wxFontDialog",0},
8987 { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
8988 { "_wxRegion","_class_wxRegion",0},
8989 { "_class_wxSplitterWindow","_wxSplitterWindow",0},
8990 { "_wxPreviewFrame","_class_wxPreviewFrame",0},
8991 { "_wxSizer","_class_wxSizer",0},
8992 { "_class_wxDateSpan","_wxDateSpan",0},
8993 { "_wxFileSystem","_class_wxFileSystem",0},
8994 { "_class_wxShowEvent","_wxShowEvent",0},
8995 { "_class_wxPyTipProvider","_wxPyTipProvider",0},
8996 { "_class_wxPCXHandler","_wxPCXHandler",0},
8997 { "_wxTIFFHandler","_class_wxTIFFHandler",0},
8998 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
8999 { "_wxActivateEvent","_class_wxActivateEvent",0},
9000 { "_wxGauge","_class_wxGauge",0},
9001 { "_class_wxCheckListBox","_wxCheckListBox",0},
9002 { "_class_wxBusyInfo","_wxBusyInfo",0},
9003 { "_class_wxCommandEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
9004 { "_class_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
9005 { "_class_wxCommandEvent","_wxCommandEvent",0},
9006 { "_class_wxClientDC","_wxClientDC",0},
9007 { "_class_wxSizeEvent","_wxSizeEvent",0},
9008 { "_class_wxListCtrl","_wxListCtrl",0},
9009 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
9010 { "_class_wxLogNull","_wxLogNull",0},
9011 { "_class_wxSize","_wxSize",0},
9012 { "_class_wxBitmap","_wxBitmap",0},
9013 { "_class_wxMemoryDC","_wxMemoryDC",0},
9014 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
9015 { "_wxMenuBar","_class_wxMenuBar",0},
9016 { "_wxOutputStream","_class_wxOutputStream",0},
9017 { "_wxTreeEvent","_class_wxTreeEvent",0},
9018 { "_wxDirDialog","_class_wxDirDialog",0},
9019 { "_wxEvtHandler","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
9020 { "_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
9021 { "_wxEvtHandler","_class_wxEvtHandler",0},
9022 { "_wxMenuItem","_class_wxMenuItem",0},
9023 { "_class_wxScrollBar","_wxScrollBar",0},
9024 { "_class_wxColourDialog","_wxColourDialog",0},
9025 { "_class_wxPrintData","_wxPrintData",0},
9026 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
9027 { "_wxListItemAttr","_class_wxListItemAttr",0},
9028 { "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
9029 { "_class_wxConfig","_wxConfig",0},
9030 { "_wxKeyEvent","_class_wxKeyEvent",0},
9031 { "_wxMoveEvent","_class_wxMoveEvent",0},
9032 { "_wxColourData","_class_wxColourData",0},
9033 { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0},
9034 { "_class_wxPalette","_wxPalette",0},
9035 { "_wxFileDataObject","_class_wxFileDataObject",0},
9036 { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0},
9037 { "_wxNotebookSizer","_class_wxNotebookSizer",0},
9038 { "_class_wxEraseEvent","_wxEraseEvent",0},
9039 { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0},
9040 { "_wxMDIClientWindow","_class_wxMDIClientWindow",0},
9041 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
9042 { "_class_wxToolBarToolBase","_wxToolBarToolBase",0},
9043 { "_class_wxFontDialog","_wxFontDialog",0},
9044 { "_wxWindow","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
9045 { "_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
9046 { "_wxWindow","_class_wxWindow",0},
9047 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
9048 { "_wxLogStderr","_class_wxLogStderr",0},
9049 { "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
9050 { "_class_wxFileSystem","_wxFileSystem",0},
9051 { "_wxStyledTextEvent","_class_wxStyledTextEvent",0},
9052 { "_class_wxFrame","_wxFrame",0},
9055 static PyObject
*SWIG_globals
;
9059 SWIGEXPORT(void) initstc_c() {
9061 SWIG_globals
= SWIG_newvarlink();
9062 m
= Py_InitModule("stc_c", stc_cMethods
);
9063 d
= PyModule_GetDict(m
);
9064 PyDict_SetItemString(d
,"wxSTC_INVALID_POSITION", PyInt_FromLong((long) -1));
9065 PyDict_SetItemString(d
,"wxSTC_START", PyInt_FromLong((long) 2000));
9066 PyDict_SetItemString(d
,"wxSTC_OPTIONAL_START", PyInt_FromLong((long) 3000));
9067 PyDict_SetItemString(d
,"wxSTC_LEXER_START", PyInt_FromLong((long) 4000));
9068 PyDict_SetItemString(d
,"wxSTC_CMD_REDO", PyInt_FromLong((long) 2011));
9069 PyDict_SetItemString(d
,"wxSTC_CMD_SELECTALL", PyInt_FromLong((long) 2013));
9070 PyDict_SetItemString(d
,"wxSTC_WS_INVISIBLE", PyInt_FromLong((long) 0));
9071 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEALWAYS", PyInt_FromLong((long) 1));
9072 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEAFTERINDENT", PyInt_FromLong((long) 2));
9073 PyDict_SetItemString(d
,"wxSTC_EOL_CRLF", PyInt_FromLong((long) 0));
9074 PyDict_SetItemString(d
,"wxSTC_EOL_CR", PyInt_FromLong((long) 1));
9075 PyDict_SetItemString(d
,"wxSTC_EOL_LF", PyInt_FromLong((long) 2));
9076 PyDict_SetItemString(d
,"wxSTC_CP_UTF8", PyInt_FromLong((long) 65001));
9077 PyDict_SetItemString(d
,"wxSTC_MARKER_MAX", PyInt_FromLong((long) 31));
9078 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLE", PyInt_FromLong((long) 0));
9079 PyDict_SetItemString(d
,"wxSTC_MARK_ROUNDRECT", PyInt_FromLong((long) 1));
9080 PyDict_SetItemString(d
,"wxSTC_MARK_ARROW", PyInt_FromLong((long) 2));
9081 PyDict_SetItemString(d
,"wxSTC_MARK_SMALLRECT", PyInt_FromLong((long) 3));
9082 PyDict_SetItemString(d
,"wxSTC_MARK_SHORTARROW", PyInt_FromLong((long) 4));
9083 PyDict_SetItemString(d
,"wxSTC_MARK_EMPTY", PyInt_FromLong((long) 5));
9084 PyDict_SetItemString(d
,"wxSTC_MARK_ARROWDOWN", PyInt_FromLong((long) 6));
9085 PyDict_SetItemString(d
,"wxSTC_MARK_MINUS", PyInt_FromLong((long) 7));
9086 PyDict_SetItemString(d
,"wxSTC_MARK_PLUS", PyInt_FromLong((long) 8));
9087 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDER", PyInt_FromLong((long) 30));
9088 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPEN", PyInt_FromLong((long) 31));
9089 PyDict_SetItemString(d
,"wxSTC_MARGIN_SYMBOL", PyInt_FromLong((long) 0));
9090 PyDict_SetItemString(d
,"wxSTC_MARGIN_NUMBER", PyInt_FromLong((long) 1));
9091 PyDict_SetItemString(d
,"wxSTC_STYLE_DEFAULT", PyInt_FromLong((long) 32));
9092 PyDict_SetItemString(d
,"wxSTC_STYLE_LINENUMBER", PyInt_FromLong((long) 33));
9093 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACELIGHT", PyInt_FromLong((long) 34));
9094 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACEBAD", PyInt_FromLong((long) 35));
9095 PyDict_SetItemString(d
,"wxSTC_STYLE_CONTROLCHAR", PyInt_FromLong((long) 36));
9096 PyDict_SetItemString(d
,"wxSTC_STYLE_INDENTGUIDE", PyInt_FromLong((long) 37));
9097 PyDict_SetItemString(d
,"wxSTC_STYLE_MAX", PyInt_FromLong((long) 127));
9098 PyDict_SetItemString(d
,"wxSTC_CHARSET_ANSI", PyInt_FromLong((long) 0));
9099 PyDict_SetItemString(d
,"wxSTC_CHARSET_DEFAULT", PyInt_FromLong((long) 1));
9100 PyDict_SetItemString(d
,"wxSTC_CHARSET_BALTIC", PyInt_FromLong((long) 186));
9101 PyDict_SetItemString(d
,"wxSTC_CHARSET_CHINESEBIG5", PyInt_FromLong((long) 136));
9102 PyDict_SetItemString(d
,"wxSTC_CHARSET_EASTEUROPE", PyInt_FromLong((long) 238));
9103 PyDict_SetItemString(d
,"wxSTC_CHARSET_GB2312", PyInt_FromLong((long) 134));
9104 PyDict_SetItemString(d
,"wxSTC_CHARSET_GREEK", PyInt_FromLong((long) 161));
9105 PyDict_SetItemString(d
,"wxSTC_CHARSET_HANGUL", PyInt_FromLong((long) 129));
9106 PyDict_SetItemString(d
,"wxSTC_CHARSET_MAC", PyInt_FromLong((long) 77));
9107 PyDict_SetItemString(d
,"wxSTC_CHARSET_OEM", PyInt_FromLong((long) 255));
9108 PyDict_SetItemString(d
,"wxSTC_CHARSET_RUSSIAN", PyInt_FromLong((long) 204));
9109 PyDict_SetItemString(d
,"wxSTC_CHARSET_SHIFTJIS", PyInt_FromLong((long) 128));
9110 PyDict_SetItemString(d
,"wxSTC_CHARSET_SYMBOL", PyInt_FromLong((long) 2));
9111 PyDict_SetItemString(d
,"wxSTC_CHARSET_TURKISH", PyInt_FromLong((long) 162));
9112 PyDict_SetItemString(d
,"wxSTC_CHARSET_JOHAB", PyInt_FromLong((long) 130));
9113 PyDict_SetItemString(d
,"wxSTC_CHARSET_HEBREW", PyInt_FromLong((long) 177));
9114 PyDict_SetItemString(d
,"wxSTC_CHARSET_ARABIC", PyInt_FromLong((long) 178));
9115 PyDict_SetItemString(d
,"wxSTC_CHARSET_VIETNAMESE", PyInt_FromLong((long) 163));
9116 PyDict_SetItemString(d
,"wxSTC_CHARSET_THAI", PyInt_FromLong((long) 222));
9117 PyDict_SetItemString(d
,"wxSTC_INDIC_MAX", PyInt_FromLong((long) 7));
9118 PyDict_SetItemString(d
,"wxSTC_INDIC_PLAIN", PyInt_FromLong((long) 0));
9119 PyDict_SetItemString(d
,"wxSTC_INDIC_SQUIGGLE", PyInt_FromLong((long) 1));
9120 PyDict_SetItemString(d
,"wxSTC_INDIC_TT", PyInt_FromLong((long) 2));
9121 PyDict_SetItemString(d
,"wxSTC_INDIC_DIAGONAL", PyInt_FromLong((long) 3));
9122 PyDict_SetItemString(d
,"wxSTC_INDIC_STRIKE", PyInt_FromLong((long) 4));
9123 PyDict_SetItemString(d
,"wxSTC_INDIC0_MASK", PyInt_FromLong((long) 32));
9124 PyDict_SetItemString(d
,"wxSTC_INDIC1_MASK", PyInt_FromLong((long) 64));
9125 PyDict_SetItemString(d
,"wxSTC_INDIC2_MASK", PyInt_FromLong((long) 128));
9126 PyDict_SetItemString(d
,"wxSTC_INDICS_MASK", PyInt_FromLong((long) 32|64|128));
9127 PyDict_SetItemString(d
,"wxSTC_PRINT_NORMAL", PyInt_FromLong((long) 0));
9128 PyDict_SetItemString(d
,"wxSTC_PRINT_INVERTLIGHT", PyInt_FromLong((long) 1));
9129 PyDict_SetItemString(d
,"wxSTC_PRINT_BLACKONWHITE", PyInt_FromLong((long) 2));
9130 PyDict_SetItemString(d
,"wxSTC_FIND_DOWN", PyInt_FromLong((long) 1));
9131 PyDict_SetItemString(d
,"wxSTC_FIND_WHOLEWORD", PyInt_FromLong((long) 2));
9132 PyDict_SetItemString(d
,"wxSTC_FIND_MATCHCASE", PyInt_FromLong((long) 4));
9133 PyDict_SetItemString(d
,"wxSTC_FIND_WORDSTART", PyInt_FromLong((long) 0x00100000));
9134 PyDict_SetItemString(d
,"wxSTC_FIND_REGEXP", PyInt_FromLong((long) 0x00200000));
9135 PyDict_SetItemString(d
,"wxSTC_CMD_UNDO", PyInt_FromLong((long) 2176));
9136 PyDict_SetItemString(d
,"wxSTC_CMD_CUT", PyInt_FromLong((long) 2177));
9137 PyDict_SetItemString(d
,"wxSTC_CMD_COPY", PyInt_FromLong((long) 2178));
9138 PyDict_SetItemString(d
,"wxSTC_CMD_PASTE", PyInt_FromLong((long) 2179));
9139 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBASE", PyInt_FromLong((long) 0x400));
9140 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELWHITEFLAG", PyInt_FromLong((long) 0x1000));
9141 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELHEADERFLAG", PyInt_FromLong((long) 0x2000));
9142 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELNUMBERMASK", PyInt_FromLong((long) 0x0FFF));
9143 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWN", PyInt_FromLong((long) 2300));
9144 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWNEXTEND", PyInt_FromLong((long) 2301));
9145 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUP", PyInt_FromLong((long) 2302));
9146 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUPEXTEND", PyInt_FromLong((long) 2303));
9147 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFT", PyInt_FromLong((long) 2304));
9148 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFTEXTEND", PyInt_FromLong((long) 2305));
9149 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHT", PyInt_FromLong((long) 2306));
9150 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHTEXTEND", PyInt_FromLong((long) 2307));
9151 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFT", PyInt_FromLong((long) 2308));
9152 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFTEXTEND", PyInt_FromLong((long) 2309));
9153 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHT", PyInt_FromLong((long) 2310));
9154 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHTEXTEND", PyInt_FromLong((long) 2311));
9155 PyDict_SetItemString(d
,"wxSTC_CMD_HOME", PyInt_FromLong((long) 2312));
9156 PyDict_SetItemString(d
,"wxSTC_CMD_HOMEEXTEND", PyInt_FromLong((long) 2313));
9157 PyDict_SetItemString(d
,"wxSTC_CMD_LINEEND", PyInt_FromLong((long) 2314));
9158 PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDEXTEND", PyInt_FromLong((long) 2315));
9159 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTART", PyInt_FromLong((long) 2316));
9160 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTARTEXTEND", PyInt_FromLong((long) 2317));
9161 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTEND", PyInt_FromLong((long) 2318));
9162 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTENDEXTEND", PyInt_FromLong((long) 2319));
9163 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUP", PyInt_FromLong((long) 2320));
9164 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUPEXTEND", PyInt_FromLong((long) 2321));
9165 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWN", PyInt_FromLong((long) 2322));
9166 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWNEXTEND", PyInt_FromLong((long) 2323));
9167 PyDict_SetItemString(d
,"wxSTC_CMD_EDITTOGGLEOVERTYPE", PyInt_FromLong((long) 2324));
9168 PyDict_SetItemString(d
,"wxSTC_CMD_CANCEL", PyInt_FromLong((long) 2325));
9169 PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACK", PyInt_FromLong((long) 2326));
9170 PyDict_SetItemString(d
,"wxSTC_CMD_TAB", PyInt_FromLong((long) 2327));
9171 PyDict_SetItemString(d
,"wxSTC_CMD_BACKTAB", PyInt_FromLong((long) 2328));
9172 PyDict_SetItemString(d
,"wxSTC_CMD_NEWLINE", PyInt_FromLong((long) 2329));
9173 PyDict_SetItemString(d
,"wxSTC_CMD_FORMFEED", PyInt_FromLong((long) 2330));
9174 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOME", PyInt_FromLong((long) 2331));
9175 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEEXTEND", PyInt_FromLong((long) 2332));
9176 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMIN", PyInt_FromLong((long) 2333));
9177 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMOUT", PyInt_FromLong((long) 2334));
9178 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDLEFT", PyInt_FromLong((long) 2335));
9179 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDRIGHT", PyInt_FromLong((long) 2336));
9180 PyDict_SetItemString(d
,"wxSTC_CMD_LINECUT", PyInt_FromLong((long) 2337));
9181 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDELETE", PyInt_FromLong((long) 2338));
9182 PyDict_SetItemString(d
,"wxSTC_CMD_LINETRANSPOSE", PyInt_FromLong((long) 2339));
9183 PyDict_SetItemString(d
,"wxSTC_CMD_LOWERCASE", PyInt_FromLong((long) 2340));
9184 PyDict_SetItemString(d
,"wxSTC_CMD_UPPERCASE", PyInt_FromLong((long) 2341));
9185 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLDOWN", PyInt_FromLong((long) 2342));
9186 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLUP", PyInt_FromLong((long) 2343));
9187 PyDict_SetItemString(d
,"wxSTC_EDGE_NONE", PyInt_FromLong((long) 0));
9188 PyDict_SetItemString(d
,"wxSTC_EDGE_LINE", PyInt_FromLong((long) 1));
9189 PyDict_SetItemString(d
,"wxSTC_EDGE_BACKGROUND", PyInt_FromLong((long) 2));
9190 PyDict_SetItemString(d
,"wxSTC_CARET_SLOP", PyInt_FromLong((long) 0x01));
9191 PyDict_SetItemString(d
,"wxSTC_CARET_CENTER", PyInt_FromLong((long) 0x02));
9192 PyDict_SetItemString(d
,"wxSTC_CARET_STRICT", PyInt_FromLong((long) 0x04));
9193 PyDict_SetItemString(d
,"wxSTC_MOD_INSERTTEXT", PyInt_FromLong((long) 0x1));
9194 PyDict_SetItemString(d
,"wxSTC_MOD_DELETETEXT", PyInt_FromLong((long) 0x2));
9195 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGESTYLE", PyInt_FromLong((long) 0x4));
9196 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEFOLD", PyInt_FromLong((long) 0x8));
9197 PyDict_SetItemString(d
,"wxSTC_PERFORMED_USER", PyInt_FromLong((long) 0x10));
9198 PyDict_SetItemString(d
,"wxSTC_PERFORMED_UNDO", PyInt_FromLong((long) 0x20));
9199 PyDict_SetItemString(d
,"wxSTC_PERFORMED_REDO", PyInt_FromLong((long) 0x40));
9200 PyDict_SetItemString(d
,"wxSTC_LASTSTEPINUNDOREDO", PyInt_FromLong((long) 0x100));
9201 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEMARKER", PyInt_FromLong((long) 0x200));
9202 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREINSERT", PyInt_FromLong((long) 0x400));
9203 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREDELETE", PyInt_FromLong((long) 0x800));
9204 PyDict_SetItemString(d
,"wxSTC_MODEVENTMASKALL", PyInt_FromLong((long) 0xF77));
9205 PyDict_SetItemString(d
,"wxSTC_KEY_DOWN", PyInt_FromLong((long) 300));
9206 PyDict_SetItemString(d
,"wxSTC_KEY_UP", PyInt_FromLong((long) 301));
9207 PyDict_SetItemString(d
,"wxSTC_KEY_LEFT", PyInt_FromLong((long) 302));
9208 PyDict_SetItemString(d
,"wxSTC_KEY_RIGHT", PyInt_FromLong((long) 303));
9209 PyDict_SetItemString(d
,"wxSTC_KEY_HOME", PyInt_FromLong((long) 304));
9210 PyDict_SetItemString(d
,"wxSTC_KEY_END", PyInt_FromLong((long) 305));
9211 PyDict_SetItemString(d
,"wxSTC_KEY_PRIOR", PyInt_FromLong((long) 306));
9212 PyDict_SetItemString(d
,"wxSTC_KEY_NEXT", PyInt_FromLong((long) 307));
9213 PyDict_SetItemString(d
,"wxSTC_KEY_DELETE", PyInt_FromLong((long) 308));
9214 PyDict_SetItemString(d
,"wxSTC_KEY_INSERT", PyInt_FromLong((long) 309));
9215 PyDict_SetItemString(d
,"wxSTC_KEY_ESCAPE", PyInt_FromLong((long) 7));
9216 PyDict_SetItemString(d
,"wxSTC_KEY_BACK", PyInt_FromLong((long) 8));
9217 PyDict_SetItemString(d
,"wxSTC_KEY_TAB", PyInt_FromLong((long) 9));
9218 PyDict_SetItemString(d
,"wxSTC_KEY_RETURN", PyInt_FromLong((long) 13));
9219 PyDict_SetItemString(d
,"wxSTC_KEY_ADD", PyInt_FromLong((long) 310));
9220 PyDict_SetItemString(d
,"wxSTC_KEY_SUBTRACT", PyInt_FromLong((long) 311));
9221 PyDict_SetItemString(d
,"wxSTC_KEY_DIVIDE", PyInt_FromLong((long) 312));
9222 PyDict_SetItemString(d
,"wxSTC_SCMOD_SHIFT", PyInt_FromLong((long) 1));
9223 PyDict_SetItemString(d
,"wxSTC_SCMOD_CTRL", PyInt_FromLong((long) 2));
9224 PyDict_SetItemString(d
,"wxSTC_SCMOD_ALT", PyInt_FromLong((long) 4));
9225 PyDict_SetItemString(d
,"wxSTC_LEX_CONTAINER", PyInt_FromLong((long) 0));
9226 PyDict_SetItemString(d
,"wxSTC_LEX_NULL", PyInt_FromLong((long) 1));
9227 PyDict_SetItemString(d
,"wxSTC_LEX_PYTHON", PyInt_FromLong((long) 2));
9228 PyDict_SetItemString(d
,"wxSTC_LEX_CPP", PyInt_FromLong((long) 3));
9229 PyDict_SetItemString(d
,"wxSTC_LEX_HTML", PyInt_FromLong((long) 4));
9230 PyDict_SetItemString(d
,"wxSTC_LEX_XML", PyInt_FromLong((long) 5));
9231 PyDict_SetItemString(d
,"wxSTC_LEX_PERL", PyInt_FromLong((long) 6));
9232 PyDict_SetItemString(d
,"wxSTC_LEX_SQL", PyInt_FromLong((long) 7));
9233 PyDict_SetItemString(d
,"wxSTC_LEX_VB", PyInt_FromLong((long) 8));
9234 PyDict_SetItemString(d
,"wxSTC_LEX_PROPERTIES", PyInt_FromLong((long) 9));
9235 PyDict_SetItemString(d
,"wxSTC_LEX_ERRORLIST", PyInt_FromLong((long) 10));
9236 PyDict_SetItemString(d
,"wxSTC_LEX_MAKEFILE", PyInt_FromLong((long) 11));
9237 PyDict_SetItemString(d
,"wxSTC_LEX_BATCH", PyInt_FromLong((long) 12));
9238 PyDict_SetItemString(d
,"wxSTC_LEX_XCODE", PyInt_FromLong((long) 13));
9239 PyDict_SetItemString(d
,"wxSTC_LEX_LATEX", PyInt_FromLong((long) 14));
9240 PyDict_SetItemString(d
,"wxSTC_LEX_LUA", PyInt_FromLong((long) 15));
9241 PyDict_SetItemString(d
,"wxSTC_LEX_DIFF", PyInt_FromLong((long) 16));
9242 PyDict_SetItemString(d
,"wxSTC_P_DEFAULT", PyInt_FromLong((long) 0));
9243 PyDict_SetItemString(d
,"wxSTC_P_COMMENTLINE", PyInt_FromLong((long) 1));
9244 PyDict_SetItemString(d
,"wxSTC_P_NUMBER", PyInt_FromLong((long) 2));
9245 PyDict_SetItemString(d
,"wxSTC_P_STRING", PyInt_FromLong((long) 3));
9246 PyDict_SetItemString(d
,"wxSTC_P_CHARACTER", PyInt_FromLong((long) 4));
9247 PyDict_SetItemString(d
,"wxSTC_P_WORD", PyInt_FromLong((long) 5));
9248 PyDict_SetItemString(d
,"wxSTC_P_TRIPLE", PyInt_FromLong((long) 6));
9249 PyDict_SetItemString(d
,"wxSTC_P_TRIPLEDOUBLE", PyInt_FromLong((long) 7));
9250 PyDict_SetItemString(d
,"wxSTC_P_CLASSNAME", PyInt_FromLong((long) 8));
9251 PyDict_SetItemString(d
,"wxSTC_P_DEFNAME", PyInt_FromLong((long) 9));
9252 PyDict_SetItemString(d
,"wxSTC_P_OPERATOR", PyInt_FromLong((long) 10));
9253 PyDict_SetItemString(d
,"wxSTC_P_IDENTIFIER", PyInt_FromLong((long) 11));
9254 PyDict_SetItemString(d
,"wxSTC_P_COMMENTBLOCK", PyInt_FromLong((long) 12));
9255 PyDict_SetItemString(d
,"wxSTC_P_STRINGEOL", PyInt_FromLong((long) 13));
9256 PyDict_SetItemString(d
,"wxSTC_C_DEFAULT", PyInt_FromLong((long) 0));
9257 PyDict_SetItemString(d
,"wxSTC_C_COMMENT", PyInt_FromLong((long) 1));
9258 PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINE", PyInt_FromLong((long) 2));
9259 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOC", PyInt_FromLong((long) 3));
9260 PyDict_SetItemString(d
,"wxSTC_C_NUMBER", PyInt_FromLong((long) 4));
9261 PyDict_SetItemString(d
,"wxSTC_C_WORD", PyInt_FromLong((long) 5));
9262 PyDict_SetItemString(d
,"wxSTC_C_STRING", PyInt_FromLong((long) 6));
9263 PyDict_SetItemString(d
,"wxSTC_C_CHARACTER", PyInt_FromLong((long) 7));
9264 PyDict_SetItemString(d
,"wxSTC_C_UUID", PyInt_FromLong((long) 8));
9265 PyDict_SetItemString(d
,"wxSTC_C_PREPROCESSOR", PyInt_FromLong((long) 9));
9266 PyDict_SetItemString(d
,"wxSTC_C_OPERATOR", PyInt_FromLong((long) 10));
9267 PyDict_SetItemString(d
,"wxSTC_C_IDENTIFIER", PyInt_FromLong((long) 11));
9268 PyDict_SetItemString(d
,"wxSTC_C_STRINGEOL", PyInt_FromLong((long) 12));
9269 PyDict_SetItemString(d
,"wxSTC_C_VERBATIM", PyInt_FromLong((long) 13));
9270 PyDict_SetItemString(d
,"wxSTC_H_DEFAULT", PyInt_FromLong((long) 0));
9271 PyDict_SetItemString(d
,"wxSTC_H_TAG", PyInt_FromLong((long) 1));
9272 PyDict_SetItemString(d
,"wxSTC_H_TAGUNKNOWN", PyInt_FromLong((long) 2));
9273 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTE", PyInt_FromLong((long) 3));
9274 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTEUNKNOWN", PyInt_FromLong((long) 4));
9275 PyDict_SetItemString(d
,"wxSTC_H_NUMBER", PyInt_FromLong((long) 5));
9276 PyDict_SetItemString(d
,"wxSTC_H_DOUBLESTRING", PyInt_FromLong((long) 6));
9277 PyDict_SetItemString(d
,"wxSTC_H_SINGLESTRING", PyInt_FromLong((long) 7));
9278 PyDict_SetItemString(d
,"wxSTC_H_OTHER", PyInt_FromLong((long) 8));
9279 PyDict_SetItemString(d
,"wxSTC_H_COMMENT", PyInt_FromLong((long) 9));
9280 PyDict_SetItemString(d
,"wxSTC_H_ENTITY", PyInt_FromLong((long) 10));
9281 PyDict_SetItemString(d
,"wxSTC_H_TAGEND", PyInt_FromLong((long) 11));
9282 PyDict_SetItemString(d
,"wxSTC_H_XMLSTART", PyInt_FromLong((long) 12));
9283 PyDict_SetItemString(d
,"wxSTC_H_XMLEND", PyInt_FromLong((long) 13));
9284 PyDict_SetItemString(d
,"wxSTC_H_SCRIPT", PyInt_FromLong((long) 14));
9285 PyDict_SetItemString(d
,"wxSTC_H_ASP", PyInt_FromLong((long) 15));
9286 PyDict_SetItemString(d
,"wxSTC_H_ASPAT", PyInt_FromLong((long) 16));
9287 PyDict_SetItemString(d
,"wxSTC_H_CDATA", PyInt_FromLong((long) 17));
9288 PyDict_SetItemString(d
,"wxSTC_H_QUESTION", PyInt_FromLong((long) 18));
9289 PyDict_SetItemString(d
,"wxSTC_H_VALUE", PyInt_FromLong((long) 19));
9290 PyDict_SetItemString(d
,"wxSTC_HJ_START", PyInt_FromLong((long) 40));
9291 PyDict_SetItemString(d
,"wxSTC_HJ_DEFAULT", PyInt_FromLong((long) 41));
9292 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENT", PyInt_FromLong((long) 42));
9293 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTLINE", PyInt_FromLong((long) 43));
9294 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTDOC", PyInt_FromLong((long) 44));
9295 PyDict_SetItemString(d
,"wxSTC_HJ_NUMBER", PyInt_FromLong((long) 45));
9296 PyDict_SetItemString(d
,"wxSTC_HJ_WORD", PyInt_FromLong((long) 46));
9297 PyDict_SetItemString(d
,"wxSTC_HJ_KEYWORD", PyInt_FromLong((long) 47));
9298 PyDict_SetItemString(d
,"wxSTC_HJ_DOUBLESTRING", PyInt_FromLong((long) 48));
9299 PyDict_SetItemString(d
,"wxSTC_HJ_SINGLESTRING", PyInt_FromLong((long) 49));
9300 PyDict_SetItemString(d
,"wxSTC_HJ_SYMBOLS", PyInt_FromLong((long) 50));
9301 PyDict_SetItemString(d
,"wxSTC_HJ_STRINGEOL", PyInt_FromLong((long) 51));
9302 PyDict_SetItemString(d
,"wxSTC_HJA_START", PyInt_FromLong((long) 55));
9303 PyDict_SetItemString(d
,"wxSTC_HJA_DEFAULT", PyInt_FromLong((long) 56));
9304 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENT", PyInt_FromLong((long) 57));
9305 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTLINE", PyInt_FromLong((long) 58));
9306 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTDOC", PyInt_FromLong((long) 59));
9307 PyDict_SetItemString(d
,"wxSTC_HJA_NUMBER", PyInt_FromLong((long) 60));
9308 PyDict_SetItemString(d
,"wxSTC_HJA_WORD", PyInt_FromLong((long) 61));
9309 PyDict_SetItemString(d
,"wxSTC_HJA_KEYWORD", PyInt_FromLong((long) 62));
9310 PyDict_SetItemString(d
,"wxSTC_HJA_DOUBLESTRING", PyInt_FromLong((long) 63));
9311 PyDict_SetItemString(d
,"wxSTC_HJA_SINGLESTRING", PyInt_FromLong((long) 64));
9312 PyDict_SetItemString(d
,"wxSTC_HJA_SYMBOLS", PyInt_FromLong((long) 65));
9313 PyDict_SetItemString(d
,"wxSTC_HJA_STRINGEOL", PyInt_FromLong((long) 66));
9314 PyDict_SetItemString(d
,"wxSTC_HB_START", PyInt_FromLong((long) 70));
9315 PyDict_SetItemString(d
,"wxSTC_HB_DEFAULT", PyInt_FromLong((long) 71));
9316 PyDict_SetItemString(d
,"wxSTC_HB_COMMENTLINE", PyInt_FromLong((long) 72));
9317 PyDict_SetItemString(d
,"wxSTC_HB_NUMBER", PyInt_FromLong((long) 73));
9318 PyDict_SetItemString(d
,"wxSTC_HB_WORD", PyInt_FromLong((long) 74));
9319 PyDict_SetItemString(d
,"wxSTC_HB_STRING", PyInt_FromLong((long) 75));
9320 PyDict_SetItemString(d
,"wxSTC_HB_IDENTIFIER", PyInt_FromLong((long) 76));
9321 PyDict_SetItemString(d
,"wxSTC_HB_STRINGEOL", PyInt_FromLong((long) 77));
9322 PyDict_SetItemString(d
,"wxSTC_HBA_START", PyInt_FromLong((long) 80));
9323 PyDict_SetItemString(d
,"wxSTC_HBA_DEFAULT", PyInt_FromLong((long) 81));
9324 PyDict_SetItemString(d
,"wxSTC_HBA_COMMENTLINE", PyInt_FromLong((long) 82));
9325 PyDict_SetItemString(d
,"wxSTC_HBA_NUMBER", PyInt_FromLong((long) 83));
9326 PyDict_SetItemString(d
,"wxSTC_HBA_WORD", PyInt_FromLong((long) 84));
9327 PyDict_SetItemString(d
,"wxSTC_HBA_STRING", PyInt_FromLong((long) 85));
9328 PyDict_SetItemString(d
,"wxSTC_HBA_IDENTIFIER", PyInt_FromLong((long) 86));
9329 PyDict_SetItemString(d
,"wxSTC_HBA_STRINGEOL", PyInt_FromLong((long) 87));
9330 PyDict_SetItemString(d
,"wxSTC_HP_START", PyInt_FromLong((long) 90));
9331 PyDict_SetItemString(d
,"wxSTC_HP_DEFAULT", PyInt_FromLong((long) 91));
9332 PyDict_SetItemString(d
,"wxSTC_HP_COMMENTLINE", PyInt_FromLong((long) 92));
9333 PyDict_SetItemString(d
,"wxSTC_HP_NUMBER", PyInt_FromLong((long) 93));
9334 PyDict_SetItemString(d
,"wxSTC_HP_STRING", PyInt_FromLong((long) 94));
9335 PyDict_SetItemString(d
,"wxSTC_HP_CHARACTER", PyInt_FromLong((long) 95));
9336 PyDict_SetItemString(d
,"wxSTC_HP_WORD", PyInt_FromLong((long) 96));
9337 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLE", PyInt_FromLong((long) 97));
9338 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLEDOUBLE", PyInt_FromLong((long) 98));
9339 PyDict_SetItemString(d
,"wxSTC_HP_CLASSNAME", PyInt_FromLong((long) 99));
9340 PyDict_SetItemString(d
,"wxSTC_HP_DEFNAME", PyInt_FromLong((long) 100));
9341 PyDict_SetItemString(d
,"wxSTC_HP_OPERATOR", PyInt_FromLong((long) 101));
9342 PyDict_SetItemString(d
,"wxSTC_HP_IDENTIFIER", PyInt_FromLong((long) 102));
9343 PyDict_SetItemString(d
,"wxSTC_HPA_START", PyInt_FromLong((long) 105));
9344 PyDict_SetItemString(d
,"wxSTC_HPA_DEFAULT", PyInt_FromLong((long) 106));
9345 PyDict_SetItemString(d
,"wxSTC_HPA_COMMENTLINE", PyInt_FromLong((long) 107));
9346 PyDict_SetItemString(d
,"wxSTC_HPA_NUMBER", PyInt_FromLong((long) 108));
9347 PyDict_SetItemString(d
,"wxSTC_HPA_STRING", PyInt_FromLong((long) 109));
9348 PyDict_SetItemString(d
,"wxSTC_HPA_CHARACTER", PyInt_FromLong((long) 110));
9349 PyDict_SetItemString(d
,"wxSTC_HPA_WORD", PyInt_FromLong((long) 111));
9350 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLE", PyInt_FromLong((long) 112));
9351 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLEDOUBLE", PyInt_FromLong((long) 113));
9352 PyDict_SetItemString(d
,"wxSTC_HPA_CLASSNAME", PyInt_FromLong((long) 114));
9353 PyDict_SetItemString(d
,"wxSTC_HPA_DEFNAME", PyInt_FromLong((long) 115));
9354 PyDict_SetItemString(d
,"wxSTC_HPA_OPERATOR", PyInt_FromLong((long) 116));
9355 PyDict_SetItemString(d
,"wxSTC_HPA_IDENTIFIER", PyInt_FromLong((long) 117));
9356 PyDict_SetItemString(d
,"wxSTC_HPHP_DEFAULT", PyInt_FromLong((long) 118));
9357 PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING", PyInt_FromLong((long) 119));
9358 PyDict_SetItemString(d
,"wxSTC_HPHP_SIMPLESTRING", PyInt_FromLong((long) 120));
9359 PyDict_SetItemString(d
,"wxSTC_HPHP_WORD", PyInt_FromLong((long) 121));
9360 PyDict_SetItemString(d
,"wxSTC_HPHP_NUMBER", PyInt_FromLong((long) 122));
9361 PyDict_SetItemString(d
,"wxSTC_HPHP_VARIABLE", PyInt_FromLong((long) 123));
9362 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENT", PyInt_FromLong((long) 124));
9363 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENTLINE", PyInt_FromLong((long) 125));
9364 PyDict_SetItemString(d
,"wxSTC_HPHP_STRINGEOL", PyInt_FromLong((long) 126));
9365 PyDict_SetItemString(d
,"wxSTC_PL_DEFAULT", PyInt_FromLong((long) 0));
9366 PyDict_SetItemString(d
,"wxSTC_PL_HERE", PyInt_FromLong((long) 1));
9367 PyDict_SetItemString(d
,"wxSTC_PL_COMMENTLINE", PyInt_FromLong((long) 2));
9368 PyDict_SetItemString(d
,"wxSTC_PL_POD", PyInt_FromLong((long) 3));
9369 PyDict_SetItemString(d
,"wxSTC_PL_NUMBER", PyInt_FromLong((long) 4));
9370 PyDict_SetItemString(d
,"wxSTC_PL_WORD", PyInt_FromLong((long) 5));
9371 PyDict_SetItemString(d
,"wxSTC_PL_STRING", PyInt_FromLong((long) 6));
9372 PyDict_SetItemString(d
,"wxSTC_PL_CHARACTER", PyInt_FromLong((long) 7));
9373 PyDict_SetItemString(d
,"wxSTC_PL_PUNCTUATION", PyInt_FromLong((long) 8));
9374 PyDict_SetItemString(d
,"wxSTC_PL_PREPROCESSOR", PyInt_FromLong((long) 9));
9375 PyDict_SetItemString(d
,"wxSTC_PL_OPERATOR", PyInt_FromLong((long) 10));
9376 PyDict_SetItemString(d
,"wxSTC_PL_IDENTIFIER", PyInt_FromLong((long) 11));
9377 PyDict_SetItemString(d
,"wxSTC_PL_SCALAR", PyInt_FromLong((long) 12));
9378 PyDict_SetItemString(d
,"wxSTC_PL_ARRAY", PyInt_FromLong((long) 13));
9379 PyDict_SetItemString(d
,"wxSTC_PL_HASH", PyInt_FromLong((long) 14));
9380 PyDict_SetItemString(d
,"wxSTC_PL_SYMBOLTABLE", PyInt_FromLong((long) 15));
9381 PyDict_SetItemString(d
,"wxSTC_PL_REF", PyInt_FromLong((long) 16));
9382 PyDict_SetItemString(d
,"wxSTC_PL_REGEX", PyInt_FromLong((long) 17));
9383 PyDict_SetItemString(d
,"wxSTC_PL_REGSUBST", PyInt_FromLong((long) 18));
9384 PyDict_SetItemString(d
,"wxSTC_PL_LONGQUOTE", PyInt_FromLong((long) 19));
9385 PyDict_SetItemString(d
,"wxSTC_PL_BACKTICKS", PyInt_FromLong((long) 20));
9386 PyDict_SetItemString(d
,"wxSTC_PL_DATASECTION", PyInt_FromLong((long) 21));
9387 PyDict_SetItemString(d
,"wxSTC_L_DEFAULT", PyInt_FromLong((long) 0));
9388 PyDict_SetItemString(d
,"wxSTC_L_COMMAND", PyInt_FromLong((long) 1));
9389 PyDict_SetItemString(d
,"wxSTC_L_TAG", PyInt_FromLong((long) 2));
9390 PyDict_SetItemString(d
,"wxSTC_L_MATH", PyInt_FromLong((long) 3));
9391 PyDict_SetItemString(d
,"wxSTC_L_COMMENT", PyInt_FromLong((long) 4));
9392 PyDict_SetItemString(d
,"wxSTC_LUA_DEFAULT", PyInt_FromLong((long) 0));
9393 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENT", PyInt_FromLong((long) 1));
9394 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTLINE", PyInt_FromLong((long) 2));
9395 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTDOC", PyInt_FromLong((long) 3));
9396 PyDict_SetItemString(d
,"wxSTC_LUA_NUMBER", PyInt_FromLong((long) 4));
9397 PyDict_SetItemString(d
,"wxSTC_LUA_WORD", PyInt_FromLong((long) 5));
9398 PyDict_SetItemString(d
,"wxSTC_LUA_STRING", PyInt_FromLong((long) 6));
9399 PyDict_SetItemString(d
,"wxSTC_LUA_CHARACTER", PyInt_FromLong((long) 7));
9400 PyDict_SetItemString(d
,"wxSTC_LUA_LITERALSTRING", PyInt_FromLong((long) 8));
9401 PyDict_SetItemString(d
,"wxSTC_LUA_PREPROCESSOR", PyInt_FromLong((long) 9));
9402 PyDict_SetItemString(d
,"wxSTC_LUA_OPERATOR", PyInt_FromLong((long) 10));
9403 PyDict_SetItemString(d
,"wxSTC_LUA_IDENTIFIER", PyInt_FromLong((long) 11));
9404 PyDict_SetItemString(d
,"wxSTC_LUA_STRINGEOL", PyInt_FromLong((long) 12));
9405 PyDict_SetItemString(d
,"wxSTC_ERR_DEFAULT", PyInt_FromLong((long) 0));
9406 PyDict_SetItemString(d
,"wxSTC_ERR_PYTHON", PyInt_FromLong((long) 1));
9407 PyDict_SetItemString(d
,"wxSTC_ERR_GCC", PyInt_FromLong((long) 2));
9408 PyDict_SetItemString(d
,"wxSTC_ERR_MS", PyInt_FromLong((long) 3));
9409 PyDict_SetItemString(d
,"wxSTC_ERR_CMD", PyInt_FromLong((long) 4));
9410 PyDict_SetItemString(d
,"wxSTC_ERR_BORLAND", PyInt_FromLong((long) 5));
9411 PyDict_SetItemString(d
,"wxSTC_ERR_PERL", PyInt_FromLong((long) 6));
9412 PyDict_SetItemString(d
,"wxSTC_MASK_FOLDERS", PyInt_FromLong((long) ((1<<(30))|(1<<(31)))));
9413 PyDict_SetItemString(d
,"wxSTCNameStr", PyString_FromString("wxSTCNameStr"));
9414 PyDict_SetItemString(d
,"wxEVT_STC_CHANGE", PyInt_FromLong((long) wxEVT_STC_CHANGE
));
9415 PyDict_SetItemString(d
,"wxEVT_STC_STYLENEEDED", PyInt_FromLong((long) wxEVT_STC_STYLENEEDED
));
9416 PyDict_SetItemString(d
,"wxEVT_STC_CHARADDED", PyInt_FromLong((long) wxEVT_STC_CHARADDED
));
9417 PyDict_SetItemString(d
,"wxEVT_STC_UPDATEUI", PyInt_FromLong((long) wxEVT_STC_UPDATEUI
));
9418 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTREACHED", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTREACHED
));
9419 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTLEFT", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTLEFT
));
9420 PyDict_SetItemString(d
,"wxEVT_STC_ROMODIFYATTEMPT", PyInt_FromLong((long) wxEVT_STC_ROMODIFYATTEMPT
));
9421 PyDict_SetItemString(d
,"wxEVT_STC_DOUBLECLICK", PyInt_FromLong((long) wxEVT_STC_DOUBLECLICK
));
9422 PyDict_SetItemString(d
,"wxEVT_STC_MODIFIED", PyInt_FromLong((long) wxEVT_STC_MODIFIED
));
9423 PyDict_SetItemString(d
,"wxEVT_STC_KEY", PyInt_FromLong((long) wxEVT_STC_KEY
));
9424 PyDict_SetItemString(d
,"wxEVT_STC_MACRORECORD", PyInt_FromLong((long) wxEVT_STC_MACRORECORD
));
9425 PyDict_SetItemString(d
,"wxEVT_STC_MARGINCLICK", PyInt_FromLong((long) wxEVT_STC_MARGINCLICK
));
9426 PyDict_SetItemString(d
,"wxEVT_STC_NEEDSHOWN", PyInt_FromLong((long) wxEVT_STC_NEEDSHOWN
));
9427 PyDict_SetItemString(d
,"wxEVT_STC_POSCHANGED", PyInt_FromLong((long) wxEVT_STC_POSCHANGED
));
9430 wxClassInfo::CleanUpClasses();
9431 wxClassInfo::InitializeClasses();
9435 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
9436 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);