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
45 extern void SWIG_MakePtr(char *, void *, char *);
46 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
47 extern char *SWIG_GetPtr(char *, void **, char *);
48 extern char *SWIG_GetPtrObj(PyObject
*, void **, char *);
49 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
50 extern PyObject
*SWIG_newvarlink(void);
54 #define SWIG_init initstc_c
56 #define SWIG_name "stc_c"
59 #include "wx/stc/stc.h"
61 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
65 } else if (target
== Py_None
) {
69 if (!PyList_Check(target
)) {
71 target
= PyList_New(0);
72 PyList_Append(target
, o2
);
75 PyList_Append(target
,o
);
81 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
87 } else if (target
== Py_None
) {
91 if (!PyTuple_Check(target
)) {
93 target
= PyTuple_New(1);
94 PyTuple_SetItem(target
, 0, o2
);
97 PyTuple_SetItem(o3
, 0, o
);
100 target
= PySequence_Concat(o2
, o3
);
107 static char* wxStringErrorMsg
= "string type is required for parameter";
111 static void *SwigwxStyledTextCtrlTowxControl(void *ptr
) {
112 wxStyledTextCtrl
*src
;
114 src
= (wxStyledTextCtrl
*) ptr
;
115 dest
= (wxControl
*) src
;
116 return (void *) dest
;
119 static void *SwigwxStyledTextCtrlTowxWindow(void *ptr
) {
120 wxStyledTextCtrl
*src
;
122 src
= (wxStyledTextCtrl
*) ptr
;
123 dest
= (wxWindow
*) src
;
124 return (void *) dest
;
127 static void *SwigwxStyledTextCtrlTowxEvtHandler(void *ptr
) {
128 wxStyledTextCtrl
*src
;
130 src
= (wxStyledTextCtrl
*) ptr
;
131 dest
= (wxEvtHandler
*) src
;
132 return (void *) dest
;
135 #define new_wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxStyledTextCtrl(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
136 static PyObject
*_wrap_new_wxStyledTextCtrl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
137 PyObject
* _resultobj
;
138 wxStyledTextCtrl
* _result
;
141 wxPoint
* _arg2
= (wxPoint
*) &wxDefaultPosition
;
142 wxSize
* _arg3
= (wxSize
*) &wxDefaultSize
;
143 long _arg4
= (long ) 0;
144 char * _arg5
= (char *) "styledtext";
145 PyObject
* _argo0
= 0;
147 PyObject
* _obj2
= 0;
149 PyObject
* _obj3
= 0;
150 char *_kwnames
[] = { "parent","id","pos","size","style","name", NULL
};
154 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi|OOls:new_wxStyledTextCtrl",_kwnames
,&_argo0
,&_arg1
,&_obj2
,&_obj3
,&_arg4
,&_arg5
))
157 if (_argo0
== Py_None
) { _arg0
= NULL
; }
158 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxWindow_p")) {
159 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxStyledTextCtrl. Expected _wxWindow_p.");
166 if (! wxPoint_helper(_obj2
, &_arg2
))
172 if (! wxSize_helper(_obj3
, &_arg3
))
176 wxPy_BEGIN_ALLOW_THREADS
;
177 _result
= (wxStyledTextCtrl
*)new_wxStyledTextCtrl(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
179 wxPy_END_ALLOW_THREADS
;
181 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextCtrl_p");
182 _resultobj
= Py_BuildValue("s",_ptemp
);
185 _resultobj
= Py_None
;
190 #define wxStyledTextCtrl_AddText(_swigobj,_swigarg0) (_swigobj->AddText(_swigarg0))
191 static PyObject
*_wrap_wxStyledTextCtrl_AddText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
192 PyObject
* _resultobj
;
193 wxStyledTextCtrl
* _arg0
;
195 PyObject
* _argo0
= 0;
196 PyObject
* _obj1
= 0;
197 char *_kwnames
[] = { "self","text", NULL
};
200 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddText",_kwnames
,&_argo0
,&_obj1
))
203 if (_argo0
== Py_None
) { _arg0
= NULL
; }
204 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
205 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddText. Expected _wxStyledTextCtrl_p.");
210 #if PYTHON_API_VERSION >= 1009
211 char* tmpPtr
; int tmpSize
;
212 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
213 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
216 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
218 _arg1
= new wxString(tmpPtr
, tmpSize
);
220 if (!PyString_Check(_obj1
)) {
221 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
224 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
228 wxPy_BEGIN_ALLOW_THREADS
;
229 wxStyledTextCtrl_AddText(_arg0
,*_arg1
);
231 wxPy_END_ALLOW_THREADS
;
232 } Py_INCREF(Py_None
);
233 _resultobj
= Py_None
;
241 #define wxStyledTextCtrl_AddStyledText(_swigobj,_swigarg0) (_swigobj->AddStyledText(_swigarg0))
242 static PyObject
*_wrap_wxStyledTextCtrl_AddStyledText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
243 PyObject
* _resultobj
;
244 wxStyledTextCtrl
* _arg0
;
246 PyObject
* _argo0
= 0;
247 PyObject
* _obj1
= 0;
248 char *_kwnames
[] = { "self","text", NULL
};
251 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddStyledText",_kwnames
,&_argo0
,&_obj1
))
254 if (_argo0
== Py_None
) { _arg0
= NULL
; }
255 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
256 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddStyledText. Expected _wxStyledTextCtrl_p.");
261 #if PYTHON_API_VERSION >= 1009
262 char* tmpPtr
; int tmpSize
;
263 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
264 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
267 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
269 _arg1
= new wxString(tmpPtr
, tmpSize
);
271 if (!PyString_Check(_obj1
)) {
272 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
275 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
279 wxPy_BEGIN_ALLOW_THREADS
;
280 wxStyledTextCtrl_AddStyledText(_arg0
,*_arg1
);
282 wxPy_END_ALLOW_THREADS
;
283 } Py_INCREF(Py_None
);
284 _resultobj
= Py_None
;
292 #define wxStyledTextCtrl_InsertText(_swigobj,_swigarg0,_swigarg1) (_swigobj->InsertText(_swigarg0,_swigarg1))
293 static PyObject
*_wrap_wxStyledTextCtrl_InsertText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
294 PyObject
* _resultobj
;
295 wxStyledTextCtrl
* _arg0
;
298 PyObject
* _argo0
= 0;
299 PyObject
* _obj2
= 0;
300 char *_kwnames
[] = { "self","pos","text", NULL
};
303 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_InsertText",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
306 if (_argo0
== Py_None
) { _arg0
= NULL
; }
307 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
308 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_InsertText. Expected _wxStyledTextCtrl_p.");
313 #if PYTHON_API_VERSION >= 1009
314 char* tmpPtr
; int tmpSize
;
315 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
316 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
319 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
321 _arg2
= new wxString(tmpPtr
, tmpSize
);
323 if (!PyString_Check(_obj2
)) {
324 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
327 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
331 wxPy_BEGIN_ALLOW_THREADS
;
332 wxStyledTextCtrl_InsertText(_arg0
,_arg1
,*_arg2
);
334 wxPy_END_ALLOW_THREADS
;
335 } Py_INCREF(Py_None
);
336 _resultobj
= Py_None
;
344 #define wxStyledTextCtrl_ClearAll(_swigobj) (_swigobj->ClearAll())
345 static PyObject
*_wrap_wxStyledTextCtrl_ClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
346 PyObject
* _resultobj
;
347 wxStyledTextCtrl
* _arg0
;
348 PyObject
* _argo0
= 0;
349 char *_kwnames
[] = { "self", NULL
};
352 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearAll",_kwnames
,&_argo0
))
355 if (_argo0
== Py_None
) { _arg0
= NULL
; }
356 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
357 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearAll. Expected _wxStyledTextCtrl_p.");
362 wxPy_BEGIN_ALLOW_THREADS
;
363 wxStyledTextCtrl_ClearAll(_arg0
);
365 wxPy_END_ALLOW_THREADS
;
366 } Py_INCREF(Py_None
);
367 _resultobj
= Py_None
;
371 #define wxStyledTextCtrl_ClearDocumentStyle(_swigobj) (_swigobj->ClearDocumentStyle())
372 static PyObject
*_wrap_wxStyledTextCtrl_ClearDocumentStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
373 PyObject
* _resultobj
;
374 wxStyledTextCtrl
* _arg0
;
375 PyObject
* _argo0
= 0;
376 char *_kwnames
[] = { "self", NULL
};
379 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ClearDocumentStyle",_kwnames
,&_argo0
))
382 if (_argo0
== Py_None
) { _arg0
= NULL
; }
383 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
384 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ClearDocumentStyle. Expected _wxStyledTextCtrl_p.");
389 wxPy_BEGIN_ALLOW_THREADS
;
390 wxStyledTextCtrl_ClearDocumentStyle(_arg0
);
392 wxPy_END_ALLOW_THREADS
;
393 } Py_INCREF(Py_None
);
394 _resultobj
= Py_None
;
398 #define wxStyledTextCtrl_GetLength(_swigobj) (_swigobj->GetLength())
399 static PyObject
*_wrap_wxStyledTextCtrl_GetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
400 PyObject
* _resultobj
;
402 wxStyledTextCtrl
* _arg0
;
403 PyObject
* _argo0
= 0;
404 char *_kwnames
[] = { "self", NULL
};
407 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLength",_kwnames
,&_argo0
))
410 if (_argo0
== Py_None
) { _arg0
= NULL
; }
411 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
412 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLength. Expected _wxStyledTextCtrl_p.");
417 wxPy_BEGIN_ALLOW_THREADS
;
418 _result
= (int )wxStyledTextCtrl_GetLength(_arg0
);
420 wxPy_END_ALLOW_THREADS
;
421 } _resultobj
= Py_BuildValue("i",_result
);
425 #define wxStyledTextCtrl_GetCharAt(_swigobj,_swigarg0) (_swigobj->GetCharAt(_swigarg0))
426 static PyObject
*_wrap_wxStyledTextCtrl_GetCharAt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
427 PyObject
* _resultobj
;
429 wxStyledTextCtrl
* _arg0
;
431 PyObject
* _argo0
= 0;
432 char *_kwnames
[] = { "self","pos", NULL
};
435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetCharAt",_kwnames
,&_argo0
,&_arg1
))
438 if (_argo0
== Py_None
) { _arg0
= NULL
; }
439 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCharAt. Expected _wxStyledTextCtrl_p.");
445 wxPy_BEGIN_ALLOW_THREADS
;
446 _result
= (int )wxStyledTextCtrl_GetCharAt(_arg0
,_arg1
);
448 wxPy_END_ALLOW_THREADS
;
449 } _resultobj
= Py_BuildValue("i",_result
);
453 #define wxStyledTextCtrl_GetCurrentPos(_swigobj) (_swigobj->GetCurrentPos())
454 static PyObject
*_wrap_wxStyledTextCtrl_GetCurrentPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
455 PyObject
* _resultobj
;
457 wxStyledTextCtrl
* _arg0
;
458 PyObject
* _argo0
= 0;
459 char *_kwnames
[] = { "self", NULL
};
462 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentPos",_kwnames
,&_argo0
))
465 if (_argo0
== Py_None
) { _arg0
= NULL
; }
466 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
467 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentPos. Expected _wxStyledTextCtrl_p.");
472 wxPy_BEGIN_ALLOW_THREADS
;
473 _result
= (int )wxStyledTextCtrl_GetCurrentPos(_arg0
);
475 wxPy_END_ALLOW_THREADS
;
476 } _resultobj
= Py_BuildValue("i",_result
);
480 #define wxStyledTextCtrl_GetAnchor(_swigobj) (_swigobj->GetAnchor())
481 static PyObject
*_wrap_wxStyledTextCtrl_GetAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
482 PyObject
* _resultobj
;
484 wxStyledTextCtrl
* _arg0
;
485 PyObject
* _argo0
= 0;
486 char *_kwnames
[] = { "self", NULL
};
489 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetAnchor",_kwnames
,&_argo0
))
492 if (_argo0
== Py_None
) { _arg0
= NULL
; }
493 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
494 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetAnchor. Expected _wxStyledTextCtrl_p.");
499 wxPy_BEGIN_ALLOW_THREADS
;
500 _result
= (int )wxStyledTextCtrl_GetAnchor(_arg0
);
502 wxPy_END_ALLOW_THREADS
;
503 } _resultobj
= Py_BuildValue("i",_result
);
507 #define wxStyledTextCtrl_GetStyleAt(_swigobj,_swigarg0) (_swigobj->GetStyleAt(_swigarg0))
508 static PyObject
*_wrap_wxStyledTextCtrl_GetStyleAt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
509 PyObject
* _resultobj
;
511 wxStyledTextCtrl
* _arg0
;
513 PyObject
* _argo0
= 0;
514 char *_kwnames
[] = { "self","pos", NULL
};
517 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetStyleAt",_kwnames
,&_argo0
,&_arg1
))
520 if (_argo0
== Py_None
) { _arg0
= NULL
; }
521 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
522 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleAt. Expected _wxStyledTextCtrl_p.");
527 wxPy_BEGIN_ALLOW_THREADS
;
528 _result
= (int )wxStyledTextCtrl_GetStyleAt(_arg0
,_arg1
);
530 wxPy_END_ALLOW_THREADS
;
531 } _resultobj
= Py_BuildValue("i",_result
);
535 #define wxStyledTextCtrl_Redo(_swigobj) (_swigobj->Redo())
536 static PyObject
*_wrap_wxStyledTextCtrl_Redo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
537 PyObject
* _resultobj
;
538 wxStyledTextCtrl
* _arg0
;
539 PyObject
* _argo0
= 0;
540 char *_kwnames
[] = { "self", NULL
};
543 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Redo",_kwnames
,&_argo0
))
546 if (_argo0
== Py_None
) { _arg0
= NULL
; }
547 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
548 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Redo. Expected _wxStyledTextCtrl_p.");
553 wxPy_BEGIN_ALLOW_THREADS
;
554 wxStyledTextCtrl_Redo(_arg0
);
556 wxPy_END_ALLOW_THREADS
;
557 } Py_INCREF(Py_None
);
558 _resultobj
= Py_None
;
562 #define wxStyledTextCtrl_SetUndoCollection(_swigobj,_swigarg0) (_swigobj->SetUndoCollection(_swigarg0))
563 static PyObject
*_wrap_wxStyledTextCtrl_SetUndoCollection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
564 PyObject
* _resultobj
;
565 wxStyledTextCtrl
* _arg0
;
567 PyObject
* _argo0
= 0;
569 char *_kwnames
[] = { "self","collectUndo", NULL
};
572 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUndoCollection",_kwnames
,&_argo0
,&tempbool1
))
575 if (_argo0
== Py_None
) { _arg0
= NULL
; }
576 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
577 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUndoCollection. Expected _wxStyledTextCtrl_p.");
581 _arg1
= (bool ) tempbool1
;
583 wxPy_BEGIN_ALLOW_THREADS
;
584 wxStyledTextCtrl_SetUndoCollection(_arg0
,_arg1
);
586 wxPy_END_ALLOW_THREADS
;
587 } Py_INCREF(Py_None
);
588 _resultobj
= Py_None
;
592 #define wxStyledTextCtrl_SelectAll(_swigobj) (_swigobj->SelectAll())
593 static PyObject
*_wrap_wxStyledTextCtrl_SelectAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
594 PyObject
* _resultobj
;
595 wxStyledTextCtrl
* _arg0
;
596 PyObject
* _argo0
= 0;
597 char *_kwnames
[] = { "self", NULL
};
600 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectAll",_kwnames
,&_argo0
))
603 if (_argo0
== Py_None
) { _arg0
= NULL
; }
604 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
605 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectAll. Expected _wxStyledTextCtrl_p.");
610 wxPy_BEGIN_ALLOW_THREADS
;
611 wxStyledTextCtrl_SelectAll(_arg0
);
613 wxPy_END_ALLOW_THREADS
;
614 } Py_INCREF(Py_None
);
615 _resultobj
= Py_None
;
619 #define wxStyledTextCtrl_SetSavePoint(_swigobj) (_swigobj->SetSavePoint())
620 static PyObject
*_wrap_wxStyledTextCtrl_SetSavePoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
621 PyObject
* _resultobj
;
622 wxStyledTextCtrl
* _arg0
;
623 PyObject
* _argo0
= 0;
624 char *_kwnames
[] = { "self", NULL
};
627 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SetSavePoint",_kwnames
,&_argo0
))
630 if (_argo0
== Py_None
) { _arg0
= NULL
; }
631 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
632 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSavePoint. Expected _wxStyledTextCtrl_p.");
637 wxPy_BEGIN_ALLOW_THREADS
;
638 wxStyledTextCtrl_SetSavePoint(_arg0
);
640 wxPy_END_ALLOW_THREADS
;
641 } Py_INCREF(Py_None
);
642 _resultobj
= Py_None
;
646 #define wxStyledTextCtrl_GetStyledText(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetStyledText(_swigarg0,_swigarg1))
647 static PyObject
*_wrap_wxStyledTextCtrl_GetStyledText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
648 PyObject
* _resultobj
;
650 wxStyledTextCtrl
* _arg0
;
653 PyObject
* _argo0
= 0;
654 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
657 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetStyledText",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
660 if (_argo0
== Py_None
) { _arg0
= NULL
; }
661 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
662 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyledText. Expected _wxStyledTextCtrl_p.");
667 wxPy_BEGIN_ALLOW_THREADS
;
668 _result
= new wxString (wxStyledTextCtrl_GetStyledText(_arg0
,_arg1
,_arg2
));
670 wxPy_END_ALLOW_THREADS
;
672 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
680 #define wxStyledTextCtrl_CanRedo(_swigobj) (_swigobj->CanRedo())
681 static PyObject
*_wrap_wxStyledTextCtrl_CanRedo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
682 PyObject
* _resultobj
;
684 wxStyledTextCtrl
* _arg0
;
685 PyObject
* _argo0
= 0;
686 char *_kwnames
[] = { "self", NULL
};
689 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanRedo",_kwnames
,&_argo0
))
692 if (_argo0
== Py_None
) { _arg0
= NULL
; }
693 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
694 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanRedo. Expected _wxStyledTextCtrl_p.");
699 wxPy_BEGIN_ALLOW_THREADS
;
700 _result
= (bool )wxStyledTextCtrl_CanRedo(_arg0
);
702 wxPy_END_ALLOW_THREADS
;
703 } _resultobj
= Py_BuildValue("i",_result
);
707 #define wxStyledTextCtrl_MarkerLineFromHandle(_swigobj,_swigarg0) (_swigobj->MarkerLineFromHandle(_swigarg0))
708 static PyObject
*_wrap_wxStyledTextCtrl_MarkerLineFromHandle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
709 PyObject
* _resultobj
;
711 wxStyledTextCtrl
* _arg0
;
713 PyObject
* _argo0
= 0;
714 char *_kwnames
[] = { "self","handle", NULL
};
717 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerLineFromHandle",_kwnames
,&_argo0
,&_arg1
))
720 if (_argo0
== Py_None
) { _arg0
= NULL
; }
721 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
722 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerLineFromHandle. Expected _wxStyledTextCtrl_p.");
727 wxPy_BEGIN_ALLOW_THREADS
;
728 _result
= (int )wxStyledTextCtrl_MarkerLineFromHandle(_arg0
,_arg1
);
730 wxPy_END_ALLOW_THREADS
;
731 } _resultobj
= Py_BuildValue("i",_result
);
735 #define wxStyledTextCtrl_MarkerDeleteHandle(_swigobj,_swigarg0) (_swigobj->MarkerDeleteHandle(_swigarg0))
736 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDeleteHandle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
737 PyObject
* _resultobj
;
738 wxStyledTextCtrl
* _arg0
;
740 PyObject
* _argo0
= 0;
741 char *_kwnames
[] = { "self","handle", NULL
};
744 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteHandle",_kwnames
,&_argo0
,&_arg1
))
747 if (_argo0
== Py_None
) { _arg0
= NULL
; }
748 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
749 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteHandle. Expected _wxStyledTextCtrl_p.");
754 wxPy_BEGIN_ALLOW_THREADS
;
755 wxStyledTextCtrl_MarkerDeleteHandle(_arg0
,_arg1
);
757 wxPy_END_ALLOW_THREADS
;
758 } Py_INCREF(Py_None
);
759 _resultobj
= Py_None
;
763 #define wxStyledTextCtrl_GetUndoCollection(_swigobj) (_swigobj->GetUndoCollection())
764 static PyObject
*_wrap_wxStyledTextCtrl_GetUndoCollection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
765 PyObject
* _resultobj
;
767 wxStyledTextCtrl
* _arg0
;
768 PyObject
* _argo0
= 0;
769 char *_kwnames
[] = { "self", NULL
};
772 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUndoCollection",_kwnames
,&_argo0
))
775 if (_argo0
== Py_None
) { _arg0
= NULL
; }
776 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
777 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUndoCollection. Expected _wxStyledTextCtrl_p.");
782 wxPy_BEGIN_ALLOW_THREADS
;
783 _result
= (bool )wxStyledTextCtrl_GetUndoCollection(_arg0
);
785 wxPy_END_ALLOW_THREADS
;
786 } _resultobj
= Py_BuildValue("i",_result
);
790 #define wxStyledTextCtrl_GetViewWhiteSpace(_swigobj) (_swigobj->GetViewWhiteSpace())
791 static PyObject
*_wrap_wxStyledTextCtrl_GetViewWhiteSpace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
792 PyObject
* _resultobj
;
794 wxStyledTextCtrl
* _arg0
;
795 PyObject
* _argo0
= 0;
796 char *_kwnames
[] = { "self", NULL
};
799 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewWhiteSpace",_kwnames
,&_argo0
))
802 if (_argo0
== Py_None
) { _arg0
= NULL
; }
803 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
804 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewWhiteSpace. Expected _wxStyledTextCtrl_p.");
809 wxPy_BEGIN_ALLOW_THREADS
;
810 _result
= (int )wxStyledTextCtrl_GetViewWhiteSpace(_arg0
);
812 wxPy_END_ALLOW_THREADS
;
813 } _resultobj
= Py_BuildValue("i",_result
);
817 #define wxStyledTextCtrl_SetViewWhiteSpace(_swigobj,_swigarg0) (_swigobj->SetViewWhiteSpace(_swigarg0))
818 static PyObject
*_wrap_wxStyledTextCtrl_SetViewWhiteSpace(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
819 PyObject
* _resultobj
;
820 wxStyledTextCtrl
* _arg0
;
822 PyObject
* _argo0
= 0;
823 char *_kwnames
[] = { "self","viewWS", NULL
};
826 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewWhiteSpace",_kwnames
,&_argo0
,&_arg1
))
829 if (_argo0
== Py_None
) { _arg0
= NULL
; }
830 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
831 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewWhiteSpace. Expected _wxStyledTextCtrl_p.");
836 wxPy_BEGIN_ALLOW_THREADS
;
837 wxStyledTextCtrl_SetViewWhiteSpace(_arg0
,_arg1
);
839 wxPy_END_ALLOW_THREADS
;
840 } Py_INCREF(Py_None
);
841 _resultobj
= Py_None
;
845 #define wxStyledTextCtrl_PositionFromPoint(_swigobj,_swigarg0) (_swigobj->PositionFromPoint(_swigarg0))
846 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromPoint(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
847 PyObject
* _resultobj
;
849 wxStyledTextCtrl
* _arg0
;
851 PyObject
* _argo0
= 0;
853 PyObject
* _obj1
= 0;
854 char *_kwnames
[] = { "self","pt", NULL
};
857 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_PositionFromPoint",_kwnames
,&_argo0
,&_obj1
))
860 if (_argo0
== Py_None
) { _arg0
= NULL
; }
861 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
862 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromPoint. Expected _wxStyledTextCtrl_p.");
868 if (! wxPoint_helper(_obj1
, &_arg1
))
872 wxPy_BEGIN_ALLOW_THREADS
;
873 _result
= (int )wxStyledTextCtrl_PositionFromPoint(_arg0
,*_arg1
);
875 wxPy_END_ALLOW_THREADS
;
876 } _resultobj
= Py_BuildValue("i",_result
);
880 #define wxStyledTextCtrl_GotoLine(_swigobj,_swigarg0) (_swigobj->GotoLine(_swigarg0))
881 static PyObject
*_wrap_wxStyledTextCtrl_GotoLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
882 PyObject
* _resultobj
;
883 wxStyledTextCtrl
* _arg0
;
885 PyObject
* _argo0
= 0;
886 char *_kwnames
[] = { "self","line", NULL
};
889 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoLine",_kwnames
,&_argo0
,&_arg1
))
892 if (_argo0
== Py_None
) { _arg0
= NULL
; }
893 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
894 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoLine. Expected _wxStyledTextCtrl_p.");
899 wxPy_BEGIN_ALLOW_THREADS
;
900 wxStyledTextCtrl_GotoLine(_arg0
,_arg1
);
902 wxPy_END_ALLOW_THREADS
;
903 } Py_INCREF(Py_None
);
904 _resultobj
= Py_None
;
908 #define wxStyledTextCtrl_GotoPos(_swigobj,_swigarg0) (_swigobj->GotoPos(_swigarg0))
909 static PyObject
*_wrap_wxStyledTextCtrl_GotoPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
910 PyObject
* _resultobj
;
911 wxStyledTextCtrl
* _arg0
;
913 PyObject
* _argo0
= 0;
914 char *_kwnames
[] = { "self","pos", NULL
};
917 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GotoPos",_kwnames
,&_argo0
,&_arg1
))
920 if (_argo0
== Py_None
) { _arg0
= NULL
; }
921 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
922 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GotoPos. Expected _wxStyledTextCtrl_p.");
927 wxPy_BEGIN_ALLOW_THREADS
;
928 wxStyledTextCtrl_GotoPos(_arg0
,_arg1
);
930 wxPy_END_ALLOW_THREADS
;
931 } Py_INCREF(Py_None
);
932 _resultobj
= Py_None
;
936 #define wxStyledTextCtrl_SetAnchor(_swigobj,_swigarg0) (_swigobj->SetAnchor(_swigarg0))
937 static PyObject
*_wrap_wxStyledTextCtrl_SetAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
938 PyObject
* _resultobj
;
939 wxStyledTextCtrl
* _arg0
;
941 PyObject
* _argo0
= 0;
942 char *_kwnames
[] = { "self","posAnchor", NULL
};
945 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetAnchor",_kwnames
,&_argo0
,&_arg1
))
948 if (_argo0
== Py_None
) { _arg0
= NULL
; }
949 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
950 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetAnchor. Expected _wxStyledTextCtrl_p.");
955 wxPy_BEGIN_ALLOW_THREADS
;
956 wxStyledTextCtrl_SetAnchor(_arg0
,_arg1
);
958 wxPy_END_ALLOW_THREADS
;
959 } Py_INCREF(Py_None
);
960 _resultobj
= Py_None
;
964 #define wxStyledTextCtrl_GetCurLine(_swigobj,_swigarg0) (_swigobj->GetCurLine(_swigarg0))
965 static PyObject
*_wrap_wxStyledTextCtrl_GetCurLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
966 PyObject
* _resultobj
;
968 wxStyledTextCtrl
* _arg0
;
969 int * _arg1
= (int *) NULL
;
971 PyObject
* _argo0
= 0;
972 char *_kwnames
[] = { "self", NULL
};
978 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurLine",_kwnames
,&_argo0
))
981 if (_argo0
== Py_None
) { _arg0
= NULL
; }
982 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
983 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurLine. Expected _wxStyledTextCtrl_p.");
988 wxPy_BEGIN_ALLOW_THREADS
;
989 _result
= new wxString (wxStyledTextCtrl_GetCurLine(_arg0
,_arg1
));
991 wxPy_END_ALLOW_THREADS
;
993 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
997 o
= PyInt_FromLong((long) (*_arg1
));
998 _resultobj
= t_output_helper(_resultobj
, o
);
1006 #define wxStyledTextCtrl_GetEndStyled(_swigobj) (_swigobj->GetEndStyled())
1007 static PyObject
*_wrap_wxStyledTextCtrl_GetEndStyled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1008 PyObject
* _resultobj
;
1010 wxStyledTextCtrl
* _arg0
;
1011 PyObject
* _argo0
= 0;
1012 char *_kwnames
[] = { "self", NULL
};
1015 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEndStyled",_kwnames
,&_argo0
))
1018 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1019 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1020 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEndStyled. Expected _wxStyledTextCtrl_p.");
1025 wxPy_BEGIN_ALLOW_THREADS
;
1026 _result
= (int )wxStyledTextCtrl_GetEndStyled(_arg0
);
1028 wxPy_END_ALLOW_THREADS
;
1029 } _resultobj
= Py_BuildValue("i",_result
);
1033 #define wxStyledTextCtrl_ConvertEOLs(_swigobj) (_swigobj->ConvertEOLs())
1034 static PyObject
*_wrap_wxStyledTextCtrl_ConvertEOLs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1035 PyObject
* _resultobj
;
1036 wxStyledTextCtrl
* _arg0
;
1037 PyObject
* _argo0
= 0;
1038 char *_kwnames
[] = { "self", NULL
};
1041 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_ConvertEOLs",_kwnames
,&_argo0
))
1044 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1045 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1046 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ConvertEOLs. Expected _wxStyledTextCtrl_p.");
1051 wxPy_BEGIN_ALLOW_THREADS
;
1052 wxStyledTextCtrl_ConvertEOLs(_arg0
);
1054 wxPy_END_ALLOW_THREADS
;
1055 } Py_INCREF(Py_None
);
1056 _resultobj
= Py_None
;
1060 #define wxStyledTextCtrl_GetEOLMode(_swigobj) (_swigobj->GetEOLMode())
1061 static PyObject
*_wrap_wxStyledTextCtrl_GetEOLMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1062 PyObject
* _resultobj
;
1064 wxStyledTextCtrl
* _arg0
;
1065 PyObject
* _argo0
= 0;
1066 char *_kwnames
[] = { "self", NULL
};
1069 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEOLMode",_kwnames
,&_argo0
))
1072 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1073 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1074 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEOLMode. Expected _wxStyledTextCtrl_p.");
1079 wxPy_BEGIN_ALLOW_THREADS
;
1080 _result
= (int )wxStyledTextCtrl_GetEOLMode(_arg0
);
1082 wxPy_END_ALLOW_THREADS
;
1083 } _resultobj
= Py_BuildValue("i",_result
);
1087 #define wxStyledTextCtrl_SetEOLMode(_swigobj,_swigarg0) (_swigobj->SetEOLMode(_swigarg0))
1088 static PyObject
*_wrap_wxStyledTextCtrl_SetEOLMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1089 PyObject
* _resultobj
;
1090 wxStyledTextCtrl
* _arg0
;
1092 PyObject
* _argo0
= 0;
1093 char *_kwnames
[] = { "self","eolMode", NULL
};
1096 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEOLMode",_kwnames
,&_argo0
,&_arg1
))
1099 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1100 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1101 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEOLMode. Expected _wxStyledTextCtrl_p.");
1106 wxPy_BEGIN_ALLOW_THREADS
;
1107 wxStyledTextCtrl_SetEOLMode(_arg0
,_arg1
);
1109 wxPy_END_ALLOW_THREADS
;
1110 } Py_INCREF(Py_None
);
1111 _resultobj
= Py_None
;
1115 #define wxStyledTextCtrl_StartStyling(_swigobj,_swigarg0,_swigarg1) (_swigobj->StartStyling(_swigarg0,_swigarg1))
1116 static PyObject
*_wrap_wxStyledTextCtrl_StartStyling(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1117 PyObject
* _resultobj
;
1118 wxStyledTextCtrl
* _arg0
;
1121 PyObject
* _argo0
= 0;
1122 char *_kwnames
[] = { "self","pos","mask", NULL
};
1125 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StartStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1128 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1129 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1130 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartStyling. Expected _wxStyledTextCtrl_p.");
1135 wxPy_BEGIN_ALLOW_THREADS
;
1136 wxStyledTextCtrl_StartStyling(_arg0
,_arg1
,_arg2
);
1138 wxPy_END_ALLOW_THREADS
;
1139 } Py_INCREF(Py_None
);
1140 _resultobj
= Py_None
;
1144 #define wxStyledTextCtrl_SetStyling(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStyling(_swigarg0,_swigarg1))
1145 static PyObject
*_wrap_wxStyledTextCtrl_SetStyling(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1146 PyObject
* _resultobj
;
1147 wxStyledTextCtrl
* _arg0
;
1150 PyObject
* _argo0
= 0;
1151 char *_kwnames
[] = { "self","length","style", NULL
};
1154 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetStyling",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1157 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1158 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1159 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyling. Expected _wxStyledTextCtrl_p.");
1164 wxPy_BEGIN_ALLOW_THREADS
;
1165 wxStyledTextCtrl_SetStyling(_arg0
,_arg1
,_arg2
);
1167 wxPy_END_ALLOW_THREADS
;
1168 } Py_INCREF(Py_None
);
1169 _resultobj
= Py_None
;
1173 #define wxStyledTextCtrl_GetBufferedDraw(_swigobj) (_swigobj->GetBufferedDraw())
1174 static PyObject
*_wrap_wxStyledTextCtrl_GetBufferedDraw(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1175 PyObject
* _resultobj
;
1177 wxStyledTextCtrl
* _arg0
;
1178 PyObject
* _argo0
= 0;
1179 char *_kwnames
[] = { "self", NULL
};
1182 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetBufferedDraw",_kwnames
,&_argo0
))
1185 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1186 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1187 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetBufferedDraw. Expected _wxStyledTextCtrl_p.");
1192 wxPy_BEGIN_ALLOW_THREADS
;
1193 _result
= (bool )wxStyledTextCtrl_GetBufferedDraw(_arg0
);
1195 wxPy_END_ALLOW_THREADS
;
1196 } _resultobj
= Py_BuildValue("i",_result
);
1200 #define wxStyledTextCtrl_SetBufferedDraw(_swigobj,_swigarg0) (_swigobj->SetBufferedDraw(_swigarg0))
1201 static PyObject
*_wrap_wxStyledTextCtrl_SetBufferedDraw(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1202 PyObject
* _resultobj
;
1203 wxStyledTextCtrl
* _arg0
;
1205 PyObject
* _argo0
= 0;
1207 char *_kwnames
[] = { "self","buffered", NULL
};
1210 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetBufferedDraw",_kwnames
,&_argo0
,&tempbool1
))
1213 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1214 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1215 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetBufferedDraw. Expected _wxStyledTextCtrl_p.");
1219 _arg1
= (bool ) tempbool1
;
1221 wxPy_BEGIN_ALLOW_THREADS
;
1222 wxStyledTextCtrl_SetBufferedDraw(_arg0
,_arg1
);
1224 wxPy_END_ALLOW_THREADS
;
1225 } Py_INCREF(Py_None
);
1226 _resultobj
= Py_None
;
1230 #define wxStyledTextCtrl_SetTabWidth(_swigobj,_swigarg0) (_swigobj->SetTabWidth(_swigarg0))
1231 static PyObject
*_wrap_wxStyledTextCtrl_SetTabWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1232 PyObject
* _resultobj
;
1233 wxStyledTextCtrl
* _arg0
;
1235 PyObject
* _argo0
= 0;
1236 char *_kwnames
[] = { "self","tabWidth", NULL
};
1239 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetTabWidth",_kwnames
,&_argo0
,&_arg1
))
1242 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1243 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1244 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetTabWidth. Expected _wxStyledTextCtrl_p.");
1249 wxPy_BEGIN_ALLOW_THREADS
;
1250 wxStyledTextCtrl_SetTabWidth(_arg0
,_arg1
);
1252 wxPy_END_ALLOW_THREADS
;
1253 } Py_INCREF(Py_None
);
1254 _resultobj
= Py_None
;
1258 #define wxStyledTextCtrl_GetTabWidth(_swigobj) (_swigobj->GetTabWidth())
1259 static PyObject
*_wrap_wxStyledTextCtrl_GetTabWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1260 PyObject
* _resultobj
;
1262 wxStyledTextCtrl
* _arg0
;
1263 PyObject
* _argo0
= 0;
1264 char *_kwnames
[] = { "self", NULL
};
1267 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTabWidth",_kwnames
,&_argo0
))
1270 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1271 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1272 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTabWidth. Expected _wxStyledTextCtrl_p.");
1277 wxPy_BEGIN_ALLOW_THREADS
;
1278 _result
= (int )wxStyledTextCtrl_GetTabWidth(_arg0
);
1280 wxPy_END_ALLOW_THREADS
;
1281 } _resultobj
= Py_BuildValue("i",_result
);
1285 #define wxStyledTextCtrl_SetCodePage(_swigobj,_swigarg0) (_swigobj->SetCodePage(_swigarg0))
1286 static PyObject
*_wrap_wxStyledTextCtrl_SetCodePage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1287 PyObject
* _resultobj
;
1288 wxStyledTextCtrl
* _arg0
;
1290 PyObject
* _argo0
= 0;
1291 char *_kwnames
[] = { "self","codePage", NULL
};
1294 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCodePage",_kwnames
,&_argo0
,&_arg1
))
1297 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1298 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1299 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCodePage. Expected _wxStyledTextCtrl_p.");
1304 wxPy_BEGIN_ALLOW_THREADS
;
1305 wxStyledTextCtrl_SetCodePage(_arg0
,_arg1
);
1307 wxPy_END_ALLOW_THREADS
;
1308 } Py_INCREF(Py_None
);
1309 _resultobj
= Py_None
;
1313 #define wxStyledTextCtrl_MarkerDefine(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->MarkerDefine(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
1314 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDefine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1315 PyObject
* _resultobj
;
1316 wxStyledTextCtrl
* _arg0
;
1319 wxColour
* _arg3
= (wxColour
*) &wxNullColour
;
1320 wxColour
* _arg4
= (wxColour
*) &wxNullColour
;
1321 PyObject
* _argo0
= 0;
1323 PyObject
* _obj3
= 0;
1325 PyObject
* _obj4
= 0;
1326 char *_kwnames
[] = { "self","markerNumber","markerSymbol","foreground","background", NULL
};
1329 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii|OO:wxStyledTextCtrl_MarkerDefine",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&_obj4
))
1332 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1333 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1334 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDefine. Expected _wxStyledTextCtrl_p.");
1341 if (! wxColour_helper(_obj3
, &_arg3
))
1347 if (! wxColour_helper(_obj4
, &_arg4
))
1351 wxPy_BEGIN_ALLOW_THREADS
;
1352 wxStyledTextCtrl_MarkerDefine(_arg0
,_arg1
,_arg2
,*_arg3
,*_arg4
);
1354 wxPy_END_ALLOW_THREADS
;
1355 } Py_INCREF(Py_None
);
1356 _resultobj
= Py_None
;
1360 #define wxStyledTextCtrl_MarkerSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerSetForeground(_swigarg0,_swigarg1))
1361 static PyObject
*_wrap_wxStyledTextCtrl_MarkerSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1362 PyObject
* _resultobj
;
1363 wxStyledTextCtrl
* _arg0
;
1366 PyObject
* _argo0
= 0;
1368 PyObject
* _obj2
= 0;
1369 char *_kwnames
[] = { "self","markerNumber","fore", NULL
};
1372 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1375 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1376 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1377 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetForeground. Expected _wxStyledTextCtrl_p.");
1383 if (! wxColour_helper(_obj2
, &_arg2
))
1387 wxPy_BEGIN_ALLOW_THREADS
;
1388 wxStyledTextCtrl_MarkerSetForeground(_arg0
,_arg1
,*_arg2
);
1390 wxPy_END_ALLOW_THREADS
;
1391 } Py_INCREF(Py_None
);
1392 _resultobj
= Py_None
;
1396 #define wxStyledTextCtrl_MarkerSetBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerSetBackground(_swigarg0,_swigarg1))
1397 static PyObject
*_wrap_wxStyledTextCtrl_MarkerSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1398 PyObject
* _resultobj
;
1399 wxStyledTextCtrl
* _arg0
;
1402 PyObject
* _argo0
= 0;
1404 PyObject
* _obj2
= 0;
1405 char *_kwnames
[] = { "self","markerNumber","back", NULL
};
1408 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_MarkerSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1411 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1412 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1413 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerSetBackground. Expected _wxStyledTextCtrl_p.");
1419 if (! wxColour_helper(_obj2
, &_arg2
))
1423 wxPy_BEGIN_ALLOW_THREADS
;
1424 wxStyledTextCtrl_MarkerSetBackground(_arg0
,_arg1
,*_arg2
);
1426 wxPy_END_ALLOW_THREADS
;
1427 } Py_INCREF(Py_None
);
1428 _resultobj
= Py_None
;
1432 #define wxStyledTextCtrl_MarkerAdd(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerAdd(_swigarg0,_swigarg1))
1433 static PyObject
*_wrap_wxStyledTextCtrl_MarkerAdd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1434 PyObject
* _resultobj
;
1435 wxStyledTextCtrl
* _arg0
;
1438 PyObject
* _argo0
= 0;
1439 char *_kwnames
[] = { "self","line","markerNumber", NULL
};
1442 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerAdd",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1445 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1446 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1447 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerAdd. Expected _wxStyledTextCtrl_p.");
1452 wxPy_BEGIN_ALLOW_THREADS
;
1453 wxStyledTextCtrl_MarkerAdd(_arg0
,_arg1
,_arg2
);
1455 wxPy_END_ALLOW_THREADS
;
1456 } Py_INCREF(Py_None
);
1457 _resultobj
= Py_None
;
1461 #define wxStyledTextCtrl_MarkerDelete(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerDelete(_swigarg0,_swigarg1))
1462 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDelete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1463 PyObject
* _resultobj
;
1464 wxStyledTextCtrl
* _arg0
;
1467 PyObject
* _argo0
= 0;
1468 char *_kwnames
[] = { "self","line","markerNumber", NULL
};
1471 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerDelete",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1474 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1475 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1476 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDelete. Expected _wxStyledTextCtrl_p.");
1481 wxPy_BEGIN_ALLOW_THREADS
;
1482 wxStyledTextCtrl_MarkerDelete(_arg0
,_arg1
,_arg2
);
1484 wxPy_END_ALLOW_THREADS
;
1485 } Py_INCREF(Py_None
);
1486 _resultobj
= Py_None
;
1490 #define wxStyledTextCtrl_MarkerDeleteAll(_swigobj,_swigarg0) (_swigobj->MarkerDeleteAll(_swigarg0))
1491 static PyObject
*_wrap_wxStyledTextCtrl_MarkerDeleteAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1492 PyObject
* _resultobj
;
1493 wxStyledTextCtrl
* _arg0
;
1495 PyObject
* _argo0
= 0;
1496 char *_kwnames
[] = { "self","markerNumber", NULL
};
1499 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerDeleteAll",_kwnames
,&_argo0
,&_arg1
))
1502 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1503 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1504 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerDeleteAll. Expected _wxStyledTextCtrl_p.");
1509 wxPy_BEGIN_ALLOW_THREADS
;
1510 wxStyledTextCtrl_MarkerDeleteAll(_arg0
,_arg1
);
1512 wxPy_END_ALLOW_THREADS
;
1513 } Py_INCREF(Py_None
);
1514 _resultobj
= Py_None
;
1518 #define wxStyledTextCtrl_MarkerGet(_swigobj,_swigarg0) (_swigobj->MarkerGet(_swigarg0))
1519 static PyObject
*_wrap_wxStyledTextCtrl_MarkerGet(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1520 PyObject
* _resultobj
;
1522 wxStyledTextCtrl
* _arg0
;
1524 PyObject
* _argo0
= 0;
1525 char *_kwnames
[] = { "self","line", NULL
};
1528 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_MarkerGet",_kwnames
,&_argo0
,&_arg1
))
1531 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1532 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1533 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerGet. Expected _wxStyledTextCtrl_p.");
1538 wxPy_BEGIN_ALLOW_THREADS
;
1539 _result
= (int )wxStyledTextCtrl_MarkerGet(_arg0
,_arg1
);
1541 wxPy_END_ALLOW_THREADS
;
1542 } _resultobj
= Py_BuildValue("i",_result
);
1546 #define wxStyledTextCtrl_MarkerNext(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerNext(_swigarg0,_swigarg1))
1547 static PyObject
*_wrap_wxStyledTextCtrl_MarkerNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1548 PyObject
* _resultobj
;
1550 wxStyledTextCtrl
* _arg0
;
1553 PyObject
* _argo0
= 0;
1554 char *_kwnames
[] = { "self","lineStart","markerMask", NULL
};
1557 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerNext",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1560 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1561 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1562 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerNext. Expected _wxStyledTextCtrl_p.");
1567 wxPy_BEGIN_ALLOW_THREADS
;
1568 _result
= (int )wxStyledTextCtrl_MarkerNext(_arg0
,_arg1
,_arg2
);
1570 wxPy_END_ALLOW_THREADS
;
1571 } _resultobj
= Py_BuildValue("i",_result
);
1575 #define wxStyledTextCtrl_MarkerPrevious(_swigobj,_swigarg0,_swigarg1) (_swigobj->MarkerPrevious(_swigarg0,_swigarg1))
1576 static PyObject
*_wrap_wxStyledTextCtrl_MarkerPrevious(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1577 PyObject
* _resultobj
;
1579 wxStyledTextCtrl
* _arg0
;
1582 PyObject
* _argo0
= 0;
1583 char *_kwnames
[] = { "self","lineStart","markerMask", NULL
};
1586 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_MarkerPrevious",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1589 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1590 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1591 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_MarkerPrevious. Expected _wxStyledTextCtrl_p.");
1596 wxPy_BEGIN_ALLOW_THREADS
;
1597 _result
= (int )wxStyledTextCtrl_MarkerPrevious(_arg0
,_arg1
,_arg2
);
1599 wxPy_END_ALLOW_THREADS
;
1600 } _resultobj
= Py_BuildValue("i",_result
);
1604 #define wxStyledTextCtrl_SetMarginType(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginType(_swigarg0,_swigarg1))
1605 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1606 PyObject
* _resultobj
;
1607 wxStyledTextCtrl
* _arg0
;
1610 PyObject
* _argo0
= 0;
1611 char *_kwnames
[] = { "self","margin","marginType", NULL
};
1614 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginType",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1617 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1618 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1619 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginType. Expected _wxStyledTextCtrl_p.");
1624 wxPy_BEGIN_ALLOW_THREADS
;
1625 wxStyledTextCtrl_SetMarginType(_arg0
,_arg1
,_arg2
);
1627 wxPy_END_ALLOW_THREADS
;
1628 } Py_INCREF(Py_None
);
1629 _resultobj
= Py_None
;
1633 #define wxStyledTextCtrl_GetMarginType(_swigobj,_swigarg0) (_swigobj->GetMarginType(_swigarg0))
1634 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1635 PyObject
* _resultobj
;
1637 wxStyledTextCtrl
* _arg0
;
1639 PyObject
* _argo0
= 0;
1640 char *_kwnames
[] = { "self","margin", NULL
};
1643 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginType",_kwnames
,&_argo0
,&_arg1
))
1646 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1647 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1648 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginType. Expected _wxStyledTextCtrl_p.");
1653 wxPy_BEGIN_ALLOW_THREADS
;
1654 _result
= (int )wxStyledTextCtrl_GetMarginType(_arg0
,_arg1
);
1656 wxPy_END_ALLOW_THREADS
;
1657 } _resultobj
= Py_BuildValue("i",_result
);
1661 #define wxStyledTextCtrl_SetMarginWidth(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginWidth(_swigarg0,_swigarg1))
1662 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1663 PyObject
* _resultobj
;
1664 wxStyledTextCtrl
* _arg0
;
1667 PyObject
* _argo0
= 0;
1668 char *_kwnames
[] = { "self","margin","pixelWidth", NULL
};
1671 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginWidth",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1674 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1675 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1676 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginWidth. Expected _wxStyledTextCtrl_p.");
1681 wxPy_BEGIN_ALLOW_THREADS
;
1682 wxStyledTextCtrl_SetMarginWidth(_arg0
,_arg1
,_arg2
);
1684 wxPy_END_ALLOW_THREADS
;
1685 } Py_INCREF(Py_None
);
1686 _resultobj
= Py_None
;
1690 #define wxStyledTextCtrl_GetMarginWidth(_swigobj,_swigarg0) (_swigobj->GetMarginWidth(_swigarg0))
1691 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginWidth(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1692 PyObject
* _resultobj
;
1694 wxStyledTextCtrl
* _arg0
;
1696 PyObject
* _argo0
= 0;
1697 char *_kwnames
[] = { "self","margin", NULL
};
1700 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginWidth",_kwnames
,&_argo0
,&_arg1
))
1703 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1704 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1705 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginWidth. Expected _wxStyledTextCtrl_p.");
1710 wxPy_BEGIN_ALLOW_THREADS
;
1711 _result
= (int )wxStyledTextCtrl_GetMarginWidth(_arg0
,_arg1
);
1713 wxPy_END_ALLOW_THREADS
;
1714 } _resultobj
= Py_BuildValue("i",_result
);
1718 #define wxStyledTextCtrl_SetMarginMask(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginMask(_swigarg0,_swigarg1))
1719 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1720 PyObject
* _resultobj
;
1721 wxStyledTextCtrl
* _arg0
;
1724 PyObject
* _argo0
= 0;
1725 char *_kwnames
[] = { "self","margin","mask", NULL
};
1728 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginMask",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
1731 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1732 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1733 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginMask. Expected _wxStyledTextCtrl_p.");
1738 wxPy_BEGIN_ALLOW_THREADS
;
1739 wxStyledTextCtrl_SetMarginMask(_arg0
,_arg1
,_arg2
);
1741 wxPy_END_ALLOW_THREADS
;
1742 } Py_INCREF(Py_None
);
1743 _resultobj
= Py_None
;
1747 #define wxStyledTextCtrl_GetMarginMask(_swigobj,_swigarg0) (_swigobj->GetMarginMask(_swigarg0))
1748 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1749 PyObject
* _resultobj
;
1751 wxStyledTextCtrl
* _arg0
;
1753 PyObject
* _argo0
= 0;
1754 char *_kwnames
[] = { "self","margin", NULL
};
1757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginMask",_kwnames
,&_argo0
,&_arg1
))
1760 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1761 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1762 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginMask. Expected _wxStyledTextCtrl_p.");
1767 wxPy_BEGIN_ALLOW_THREADS
;
1768 _result
= (int )wxStyledTextCtrl_GetMarginMask(_arg0
,_arg1
);
1770 wxPy_END_ALLOW_THREADS
;
1771 } _resultobj
= Py_BuildValue("i",_result
);
1775 #define wxStyledTextCtrl_SetMarginSensitive(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMarginSensitive(_swigarg0,_swigarg1))
1776 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1777 PyObject
* _resultobj
;
1778 wxStyledTextCtrl
* _arg0
;
1781 PyObject
* _argo0
= 0;
1783 char *_kwnames
[] = { "self","margin","sensitive", NULL
};
1786 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMarginSensitive",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1789 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1790 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1791 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1795 _arg2
= (bool ) tempbool2
;
1797 wxPy_BEGIN_ALLOW_THREADS
;
1798 wxStyledTextCtrl_SetMarginSensitive(_arg0
,_arg1
,_arg2
);
1800 wxPy_END_ALLOW_THREADS
;
1801 } Py_INCREF(Py_None
);
1802 _resultobj
= Py_None
;
1806 #define wxStyledTextCtrl_GetMarginSensitive(_swigobj,_swigarg0) (_swigobj->GetMarginSensitive(_swigarg0))
1807 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginSensitive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1808 PyObject
* _resultobj
;
1810 wxStyledTextCtrl
* _arg0
;
1812 PyObject
* _argo0
= 0;
1813 char *_kwnames
[] = { "self","margin", NULL
};
1816 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetMarginSensitive",_kwnames
,&_argo0
,&_arg1
))
1819 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1820 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1821 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginSensitive. Expected _wxStyledTextCtrl_p.");
1826 wxPy_BEGIN_ALLOW_THREADS
;
1827 _result
= (bool )wxStyledTextCtrl_GetMarginSensitive(_arg0
,_arg1
);
1829 wxPy_END_ALLOW_THREADS
;
1830 } _resultobj
= Py_BuildValue("i",_result
);
1834 #define wxStyledTextCtrl_StyleClearAll(_swigobj) (_swigobj->StyleClearAll())
1835 static PyObject
*_wrap_wxStyledTextCtrl_StyleClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1836 PyObject
* _resultobj
;
1837 wxStyledTextCtrl
* _arg0
;
1838 PyObject
* _argo0
= 0;
1839 char *_kwnames
[] = { "self", NULL
};
1842 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleClearAll",_kwnames
,&_argo0
))
1845 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1846 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1847 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleClearAll. Expected _wxStyledTextCtrl_p.");
1852 wxPy_BEGIN_ALLOW_THREADS
;
1853 wxStyledTextCtrl_StyleClearAll(_arg0
);
1855 wxPy_END_ALLOW_THREADS
;
1856 } Py_INCREF(Py_None
);
1857 _resultobj
= Py_None
;
1861 #define wxStyledTextCtrl_StyleSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetForeground(_swigarg0,_swigarg1))
1862 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1863 PyObject
* _resultobj
;
1864 wxStyledTextCtrl
* _arg0
;
1867 PyObject
* _argo0
= 0;
1869 PyObject
* _obj2
= 0;
1870 char *_kwnames
[] = { "self","style","fore", NULL
};
1873 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1876 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1877 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1878 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetForeground. Expected _wxStyledTextCtrl_p.");
1884 if (! wxColour_helper(_obj2
, &_arg2
))
1888 wxPy_BEGIN_ALLOW_THREADS
;
1889 wxStyledTextCtrl_StyleSetForeground(_arg0
,_arg1
,*_arg2
);
1891 wxPy_END_ALLOW_THREADS
;
1892 } Py_INCREF(Py_None
);
1893 _resultobj
= Py_None
;
1897 #define wxStyledTextCtrl_StyleSetBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBackground(_swigarg0,_swigarg1))
1898 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1899 PyObject
* _resultobj
;
1900 wxStyledTextCtrl
* _arg0
;
1903 PyObject
* _argo0
= 0;
1905 PyObject
* _obj2
= 0;
1906 char *_kwnames
[] = { "self","style","back", NULL
};
1909 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetBackground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
1912 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1913 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1914 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBackground. Expected _wxStyledTextCtrl_p.");
1920 if (! wxColour_helper(_obj2
, &_arg2
))
1924 wxPy_BEGIN_ALLOW_THREADS
;
1925 wxStyledTextCtrl_StyleSetBackground(_arg0
,_arg1
,*_arg2
);
1927 wxPy_END_ALLOW_THREADS
;
1928 } Py_INCREF(Py_None
);
1929 _resultobj
= Py_None
;
1933 #define wxStyledTextCtrl_StyleSetBold(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetBold(_swigarg0,_swigarg1))
1934 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetBold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1935 PyObject
* _resultobj
;
1936 wxStyledTextCtrl
* _arg0
;
1939 PyObject
* _argo0
= 0;
1941 char *_kwnames
[] = { "self","style","bold", NULL
};
1944 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetBold",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1947 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1948 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1949 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetBold. Expected _wxStyledTextCtrl_p.");
1953 _arg2
= (bool ) tempbool2
;
1955 wxPy_BEGIN_ALLOW_THREADS
;
1956 wxStyledTextCtrl_StyleSetBold(_arg0
,_arg1
,_arg2
);
1958 wxPy_END_ALLOW_THREADS
;
1959 } Py_INCREF(Py_None
);
1960 _resultobj
= Py_None
;
1964 #define wxStyledTextCtrl_StyleSetItalic(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetItalic(_swigarg0,_swigarg1))
1965 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetItalic(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1966 PyObject
* _resultobj
;
1967 wxStyledTextCtrl
* _arg0
;
1970 PyObject
* _argo0
= 0;
1972 char *_kwnames
[] = { "self","style","italic", NULL
};
1975 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetItalic",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
1978 if (_argo0
== Py_None
) { _arg0
= NULL
; }
1979 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
1980 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetItalic. Expected _wxStyledTextCtrl_p.");
1984 _arg2
= (bool ) tempbool2
;
1986 wxPy_BEGIN_ALLOW_THREADS
;
1987 wxStyledTextCtrl_StyleSetItalic(_arg0
,_arg1
,_arg2
);
1989 wxPy_END_ALLOW_THREADS
;
1990 } Py_INCREF(Py_None
);
1991 _resultobj
= Py_None
;
1995 #define wxStyledTextCtrl_StyleSetSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSize(_swigarg0,_swigarg1))
1996 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1997 PyObject
* _resultobj
;
1998 wxStyledTextCtrl
* _arg0
;
2001 PyObject
* _argo0
= 0;
2002 char *_kwnames
[] = { "self","style","sizePoints", NULL
};
2005 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetSize",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2008 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2009 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2010 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSize. Expected _wxStyledTextCtrl_p.");
2015 wxPy_BEGIN_ALLOW_THREADS
;
2016 wxStyledTextCtrl_StyleSetSize(_arg0
,_arg1
,_arg2
);
2018 wxPy_END_ALLOW_THREADS
;
2019 } Py_INCREF(Py_None
);
2020 _resultobj
= Py_None
;
2024 #define wxStyledTextCtrl_StyleSetFaceName(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFaceName(_swigarg0,_swigarg1))
2025 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFaceName(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2026 PyObject
* _resultobj
;
2027 wxStyledTextCtrl
* _arg0
;
2030 PyObject
* _argo0
= 0;
2031 PyObject
* _obj2
= 0;
2032 char *_kwnames
[] = { "self","style","fontName", NULL
};
2035 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFaceName",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2038 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2039 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2040 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFaceName. Expected _wxStyledTextCtrl_p.");
2045 #if PYTHON_API_VERSION >= 1009
2046 char* tmpPtr
; int tmpSize
;
2047 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
2048 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2051 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
2053 _arg2
= new wxString(tmpPtr
, tmpSize
);
2055 if (!PyString_Check(_obj2
)) {
2056 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2059 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
2063 wxPy_BEGIN_ALLOW_THREADS
;
2064 wxStyledTextCtrl_StyleSetFaceName(_arg0
,_arg1
,*_arg2
);
2066 wxPy_END_ALLOW_THREADS
;
2067 } Py_INCREF(Py_None
);
2068 _resultobj
= Py_None
;
2076 #define wxStyledTextCtrl_StyleSetEOLFilled(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetEOLFilled(_swigarg0,_swigarg1))
2077 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetEOLFilled(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2078 PyObject
* _resultobj
;
2079 wxStyledTextCtrl
* _arg0
;
2082 PyObject
* _argo0
= 0;
2084 char *_kwnames
[] = { "self","style","filled", NULL
};
2087 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetEOLFilled",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2090 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2091 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2092 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetEOLFilled. Expected _wxStyledTextCtrl_p.");
2096 _arg2
= (bool ) tempbool2
;
2098 wxPy_BEGIN_ALLOW_THREADS
;
2099 wxStyledTextCtrl_StyleSetEOLFilled(_arg0
,_arg1
,_arg2
);
2101 wxPy_END_ALLOW_THREADS
;
2102 } Py_INCREF(Py_None
);
2103 _resultobj
= Py_None
;
2107 #define wxStyledTextCtrl_StyleResetDefault(_swigobj) (_swigobj->StyleResetDefault())
2108 static PyObject
*_wrap_wxStyledTextCtrl_StyleResetDefault(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2109 PyObject
* _resultobj
;
2110 wxStyledTextCtrl
* _arg0
;
2111 PyObject
* _argo0
= 0;
2112 char *_kwnames
[] = { "self", NULL
};
2115 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StyleResetDefault",_kwnames
,&_argo0
))
2118 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2119 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2120 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleResetDefault. Expected _wxStyledTextCtrl_p.");
2125 wxPy_BEGIN_ALLOW_THREADS
;
2126 wxStyledTextCtrl_StyleResetDefault(_arg0
);
2128 wxPy_END_ALLOW_THREADS
;
2129 } Py_INCREF(Py_None
);
2130 _resultobj
= Py_None
;
2134 #define wxStyledTextCtrl_StyleSetUnderline(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetUnderline(_swigarg0,_swigarg1))
2135 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetUnderline(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2136 PyObject
* _resultobj
;
2137 wxStyledTextCtrl
* _arg0
;
2140 PyObject
* _argo0
= 0;
2142 char *_kwnames
[] = { "self","style","underline", NULL
};
2145 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetUnderline",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2148 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2149 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2150 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetUnderline. Expected _wxStyledTextCtrl_p.");
2154 _arg2
= (bool ) tempbool2
;
2156 wxPy_BEGIN_ALLOW_THREADS
;
2157 wxStyledTextCtrl_StyleSetUnderline(_arg0
,_arg1
,_arg2
);
2159 wxPy_END_ALLOW_THREADS
;
2160 } Py_INCREF(Py_None
);
2161 _resultobj
= Py_None
;
2165 #define wxStyledTextCtrl_SetSelForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelForeground(_swigarg0,_swigarg1))
2166 static PyObject
*_wrap_wxStyledTextCtrl_SetSelForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2167 PyObject
* _resultobj
;
2168 wxStyledTextCtrl
* _arg0
;
2171 PyObject
* _argo0
= 0;
2174 PyObject
* _obj2
= 0;
2175 char *_kwnames
[] = { "self","useSetting","fore", NULL
};
2178 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelForeground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2181 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2182 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2183 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelForeground. Expected _wxStyledTextCtrl_p.");
2187 _arg1
= (bool ) tempbool1
;
2190 if (! wxColour_helper(_obj2
, &_arg2
))
2194 wxPy_BEGIN_ALLOW_THREADS
;
2195 wxStyledTextCtrl_SetSelForeground(_arg0
,_arg1
,*_arg2
);
2197 wxPy_END_ALLOW_THREADS
;
2198 } Py_INCREF(Py_None
);
2199 _resultobj
= Py_None
;
2203 #define wxStyledTextCtrl_SetSelBackground(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelBackground(_swigarg0,_swigarg1))
2204 static PyObject
*_wrap_wxStyledTextCtrl_SetSelBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2205 PyObject
* _resultobj
;
2206 wxStyledTextCtrl
* _arg0
;
2209 PyObject
* _argo0
= 0;
2212 PyObject
* _obj2
= 0;
2213 char *_kwnames
[] = { "self","useSetting","back", NULL
};
2216 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetSelBackground",_kwnames
,&_argo0
,&tempbool1
,&_obj2
))
2219 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2220 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2221 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelBackground. Expected _wxStyledTextCtrl_p.");
2225 _arg1
= (bool ) tempbool1
;
2228 if (! wxColour_helper(_obj2
, &_arg2
))
2232 wxPy_BEGIN_ALLOW_THREADS
;
2233 wxStyledTextCtrl_SetSelBackground(_arg0
,_arg1
,*_arg2
);
2235 wxPy_END_ALLOW_THREADS
;
2236 } Py_INCREF(Py_None
);
2237 _resultobj
= Py_None
;
2241 #define wxStyledTextCtrl_SetCaretForeground(_swigobj,_swigarg0) (_swigobj->SetCaretForeground(_swigarg0))
2242 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2243 PyObject
* _resultobj
;
2244 wxStyledTextCtrl
* _arg0
;
2246 PyObject
* _argo0
= 0;
2248 PyObject
* _obj1
= 0;
2249 char *_kwnames
[] = { "self","fore", NULL
};
2252 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetCaretForeground",_kwnames
,&_argo0
,&_obj1
))
2255 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2256 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2257 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretForeground. Expected _wxStyledTextCtrl_p.");
2263 if (! wxColour_helper(_obj1
, &_arg1
))
2267 wxPy_BEGIN_ALLOW_THREADS
;
2268 wxStyledTextCtrl_SetCaretForeground(_arg0
,*_arg1
);
2270 wxPy_END_ALLOW_THREADS
;
2271 } Py_INCREF(Py_None
);
2272 _resultobj
= Py_None
;
2276 #define wxStyledTextCtrl_CmdKeyAssign(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->CmdKeyAssign(_swigarg0,_swigarg1,_swigarg2))
2277 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyAssign(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2278 PyObject
* _resultobj
;
2279 wxStyledTextCtrl
* _arg0
;
2283 PyObject
* _argo0
= 0;
2284 char *_kwnames
[] = { "self","key","modifiers","cmd", NULL
};
2287 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oiii:wxStyledTextCtrl_CmdKeyAssign",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_arg3
))
2290 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2291 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2292 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyAssign. Expected _wxStyledTextCtrl_p.");
2297 wxPy_BEGIN_ALLOW_THREADS
;
2298 wxStyledTextCtrl_CmdKeyAssign(_arg0
,_arg1
,_arg2
,_arg3
);
2300 wxPy_END_ALLOW_THREADS
;
2301 } Py_INCREF(Py_None
);
2302 _resultobj
= Py_None
;
2306 #define wxStyledTextCtrl_CmdKeyClear(_swigobj,_swigarg0,_swigarg1) (_swigobj->CmdKeyClear(_swigarg0,_swigarg1))
2307 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2308 PyObject
* _resultobj
;
2309 wxStyledTextCtrl
* _arg0
;
2312 PyObject
* _argo0
= 0;
2313 char *_kwnames
[] = { "self","key","modifiers", NULL
};
2316 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CmdKeyClear",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2319 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2320 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2321 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClear. Expected _wxStyledTextCtrl_p.");
2326 wxPy_BEGIN_ALLOW_THREADS
;
2327 wxStyledTextCtrl_CmdKeyClear(_arg0
,_arg1
,_arg2
);
2329 wxPy_END_ALLOW_THREADS
;
2330 } Py_INCREF(Py_None
);
2331 _resultobj
= Py_None
;
2335 #define wxStyledTextCtrl_CmdKeyClearAll(_swigobj) (_swigobj->CmdKeyClearAll())
2336 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyClearAll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2337 PyObject
* _resultobj
;
2338 wxStyledTextCtrl
* _arg0
;
2339 PyObject
* _argo0
= 0;
2340 char *_kwnames
[] = { "self", NULL
};
2343 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CmdKeyClearAll",_kwnames
,&_argo0
))
2346 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2347 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2348 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyClearAll. Expected _wxStyledTextCtrl_p.");
2353 wxPy_BEGIN_ALLOW_THREADS
;
2354 wxStyledTextCtrl_CmdKeyClearAll(_arg0
);
2356 wxPy_END_ALLOW_THREADS
;
2357 } Py_INCREF(Py_None
);
2358 _resultobj
= Py_None
;
2362 #define wxStyledTextCtrl_SetStyleBytes(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetStyleBytes(_swigarg0,_swigarg1))
2363 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBytes(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2364 PyObject
* _resultobj
;
2365 wxStyledTextCtrl
* _arg0
;
2368 PyObject
* _argo0
= 0;
2369 char *_kwnames
[] = { "self","length","styleBytes", NULL
};
2372 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Ois:wxStyledTextCtrl_SetStyleBytes",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2375 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2376 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2377 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBytes. Expected _wxStyledTextCtrl_p.");
2382 wxPy_BEGIN_ALLOW_THREADS
;
2383 wxStyledTextCtrl_SetStyleBytes(_arg0
,_arg1
,_arg2
);
2385 wxPy_END_ALLOW_THREADS
;
2386 } Py_INCREF(Py_None
);
2387 _resultobj
= Py_None
;
2391 #define wxStyledTextCtrl_StyleSetVisible(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetVisible(_swigarg0,_swigarg1))
2392 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2393 PyObject
* _resultobj
;
2394 wxStyledTextCtrl
* _arg0
;
2397 PyObject
* _argo0
= 0;
2399 char *_kwnames
[] = { "self","style","visible", NULL
};
2402 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_StyleSetVisible",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
2405 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2406 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2407 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetVisible. Expected _wxStyledTextCtrl_p.");
2411 _arg2
= (bool ) tempbool2
;
2413 wxPy_BEGIN_ALLOW_THREADS
;
2414 wxStyledTextCtrl_StyleSetVisible(_arg0
,_arg1
,_arg2
);
2416 wxPy_END_ALLOW_THREADS
;
2417 } Py_INCREF(Py_None
);
2418 _resultobj
= Py_None
;
2422 #define wxStyledTextCtrl_GetCaretPeriod(_swigobj) (_swigobj->GetCaretPeriod())
2423 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2424 PyObject
* _resultobj
;
2426 wxStyledTextCtrl
* _arg0
;
2427 PyObject
* _argo0
= 0;
2428 char *_kwnames
[] = { "self", NULL
};
2431 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretPeriod",_kwnames
,&_argo0
))
2434 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2435 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2436 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2441 wxPy_BEGIN_ALLOW_THREADS
;
2442 _result
= (int )wxStyledTextCtrl_GetCaretPeriod(_arg0
);
2444 wxPy_END_ALLOW_THREADS
;
2445 } _resultobj
= Py_BuildValue("i",_result
);
2449 #define wxStyledTextCtrl_SetCaretPeriod(_swigobj,_swigarg0) (_swigobj->SetCaretPeriod(_swigarg0))
2450 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretPeriod(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2451 PyObject
* _resultobj
;
2452 wxStyledTextCtrl
* _arg0
;
2454 PyObject
* _argo0
= 0;
2455 char *_kwnames
[] = { "self","periodMilliseconds", NULL
};
2458 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCaretPeriod",_kwnames
,&_argo0
,&_arg1
))
2461 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2462 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2463 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPeriod. Expected _wxStyledTextCtrl_p.");
2468 wxPy_BEGIN_ALLOW_THREADS
;
2469 wxStyledTextCtrl_SetCaretPeriod(_arg0
,_arg1
);
2471 wxPy_END_ALLOW_THREADS
;
2472 } Py_INCREF(Py_None
);
2473 _resultobj
= Py_None
;
2477 #define wxStyledTextCtrl_SetWordChars(_swigobj,_swigarg0) (_swigobj->SetWordChars(_swigarg0))
2478 static PyObject
*_wrap_wxStyledTextCtrl_SetWordChars(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2479 PyObject
* _resultobj
;
2480 wxStyledTextCtrl
* _arg0
;
2482 PyObject
* _argo0
= 0;
2483 PyObject
* _obj1
= 0;
2484 char *_kwnames
[] = { "self","characters", NULL
};
2487 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetWordChars",_kwnames
,&_argo0
,&_obj1
))
2490 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2491 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2492 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetWordChars. Expected _wxStyledTextCtrl_p.");
2497 #if PYTHON_API_VERSION >= 1009
2498 char* tmpPtr
; int tmpSize
;
2499 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
2500 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2503 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
2505 _arg1
= new wxString(tmpPtr
, tmpSize
);
2507 if (!PyString_Check(_obj1
)) {
2508 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2511 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
2515 wxPy_BEGIN_ALLOW_THREADS
;
2516 wxStyledTextCtrl_SetWordChars(_arg0
,*_arg1
);
2518 wxPy_END_ALLOW_THREADS
;
2519 } Py_INCREF(Py_None
);
2520 _resultobj
= Py_None
;
2528 #define wxStyledTextCtrl_BeginUndoAction(_swigobj) (_swigobj->BeginUndoAction())
2529 static PyObject
*_wrap_wxStyledTextCtrl_BeginUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2530 PyObject
* _resultobj
;
2531 wxStyledTextCtrl
* _arg0
;
2532 PyObject
* _argo0
= 0;
2533 char *_kwnames
[] = { "self", NULL
};
2536 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_BeginUndoAction",_kwnames
,&_argo0
))
2539 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2540 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2541 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BeginUndoAction. Expected _wxStyledTextCtrl_p.");
2546 wxPy_BEGIN_ALLOW_THREADS
;
2547 wxStyledTextCtrl_BeginUndoAction(_arg0
);
2549 wxPy_END_ALLOW_THREADS
;
2550 } Py_INCREF(Py_None
);
2551 _resultobj
= Py_None
;
2555 #define wxStyledTextCtrl_EndUndoAction(_swigobj) (_swigobj->EndUndoAction())
2556 static PyObject
*_wrap_wxStyledTextCtrl_EndUndoAction(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2557 PyObject
* _resultobj
;
2558 wxStyledTextCtrl
* _arg0
;
2559 PyObject
* _argo0
= 0;
2560 char *_kwnames
[] = { "self", NULL
};
2563 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EndUndoAction",_kwnames
,&_argo0
))
2566 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2567 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2568 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EndUndoAction. Expected _wxStyledTextCtrl_p.");
2573 wxPy_BEGIN_ALLOW_THREADS
;
2574 wxStyledTextCtrl_EndUndoAction(_arg0
);
2576 wxPy_END_ALLOW_THREADS
;
2577 } Py_INCREF(Py_None
);
2578 _resultobj
= Py_None
;
2582 #define wxStyledTextCtrl_IndicatorSetStyle(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetStyle(_swigarg0,_swigarg1))
2583 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2584 PyObject
* _resultobj
;
2585 wxStyledTextCtrl
* _arg0
;
2588 PyObject
* _argo0
= 0;
2589 char *_kwnames
[] = { "self","indic","style", NULL
};
2592 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_IndicatorSetStyle",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2595 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2596 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2597 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetStyle. Expected _wxStyledTextCtrl_p.");
2602 wxPy_BEGIN_ALLOW_THREADS
;
2603 wxStyledTextCtrl_IndicatorSetStyle(_arg0
,_arg1
,_arg2
);
2605 wxPy_END_ALLOW_THREADS
;
2606 } Py_INCREF(Py_None
);
2607 _resultobj
= Py_None
;
2611 #define wxStyledTextCtrl_IndicatorGetStyle(_swigobj,_swigarg0) (_swigobj->IndicatorGetStyle(_swigarg0))
2612 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetStyle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2613 PyObject
* _resultobj
;
2615 wxStyledTextCtrl
* _arg0
;
2617 PyObject
* _argo0
= 0;
2618 char *_kwnames
[] = { "self","indic", NULL
};
2621 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetStyle",_kwnames
,&_argo0
,&_arg1
))
2624 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2625 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2626 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetStyle. Expected _wxStyledTextCtrl_p.");
2631 wxPy_BEGIN_ALLOW_THREADS
;
2632 _result
= (int )wxStyledTextCtrl_IndicatorGetStyle(_arg0
,_arg1
);
2634 wxPy_END_ALLOW_THREADS
;
2635 } _resultobj
= Py_BuildValue("i",_result
);
2639 #define wxStyledTextCtrl_IndicatorSetForeground(_swigobj,_swigarg0,_swigarg1) (_swigobj->IndicatorSetForeground(_swigarg0,_swigarg1))
2640 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorSetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2641 PyObject
* _resultobj
;
2642 wxStyledTextCtrl
* _arg0
;
2645 PyObject
* _argo0
= 0;
2647 PyObject
* _obj2
= 0;
2648 char *_kwnames
[] = { "self","indic","fore", NULL
};
2651 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_IndicatorSetForeground",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2654 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2655 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2656 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorSetForeground. Expected _wxStyledTextCtrl_p.");
2662 if (! wxColour_helper(_obj2
, &_arg2
))
2666 wxPy_BEGIN_ALLOW_THREADS
;
2667 wxStyledTextCtrl_IndicatorSetForeground(_arg0
,_arg1
,*_arg2
);
2669 wxPy_END_ALLOW_THREADS
;
2670 } Py_INCREF(Py_None
);
2671 _resultobj
= Py_None
;
2675 #define wxStyledTextCtrl_IndicatorGetForeground(_swigobj,_swigarg0) (_swigobj->IndicatorGetForeground(_swigarg0))
2676 static PyObject
*_wrap_wxStyledTextCtrl_IndicatorGetForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2677 PyObject
* _resultobj
;
2679 wxStyledTextCtrl
* _arg0
;
2681 PyObject
* _argo0
= 0;
2682 char *_kwnames
[] = { "self","indic", NULL
};
2686 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_IndicatorGetForeground",_kwnames
,&_argo0
,&_arg1
))
2689 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2690 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2691 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_IndicatorGetForeground. Expected _wxStyledTextCtrl_p.");
2696 wxPy_BEGIN_ALLOW_THREADS
;
2697 _result
= new wxColour (wxStyledTextCtrl_IndicatorGetForeground(_arg0
,_arg1
));
2699 wxPy_END_ALLOW_THREADS
;
2700 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
2701 _resultobj
= Py_BuildValue("s",_ptemp
);
2705 #define wxStyledTextCtrl_SetStyleBits(_swigobj,_swigarg0) (_swigobj->SetStyleBits(_swigarg0))
2706 static PyObject
*_wrap_wxStyledTextCtrl_SetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2707 PyObject
* _resultobj
;
2708 wxStyledTextCtrl
* _arg0
;
2710 PyObject
* _argo0
= 0;
2711 char *_kwnames
[] = { "self","bits", NULL
};
2714 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetStyleBits",_kwnames
,&_argo0
,&_arg1
))
2717 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2718 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2719 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetStyleBits. Expected _wxStyledTextCtrl_p.");
2724 wxPy_BEGIN_ALLOW_THREADS
;
2725 wxStyledTextCtrl_SetStyleBits(_arg0
,_arg1
);
2727 wxPy_END_ALLOW_THREADS
;
2728 } Py_INCREF(Py_None
);
2729 _resultobj
= Py_None
;
2733 #define wxStyledTextCtrl_GetStyleBits(_swigobj) (_swigobj->GetStyleBits())
2734 static PyObject
*_wrap_wxStyledTextCtrl_GetStyleBits(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2735 PyObject
* _resultobj
;
2737 wxStyledTextCtrl
* _arg0
;
2738 PyObject
* _argo0
= 0;
2739 char *_kwnames
[] = { "self", NULL
};
2742 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetStyleBits",_kwnames
,&_argo0
))
2745 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2746 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2747 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetStyleBits. Expected _wxStyledTextCtrl_p.");
2752 wxPy_BEGIN_ALLOW_THREADS
;
2753 _result
= (int )wxStyledTextCtrl_GetStyleBits(_arg0
);
2755 wxPy_END_ALLOW_THREADS
;
2756 } _resultobj
= Py_BuildValue("i",_result
);
2760 #define wxStyledTextCtrl_SetLineState(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineState(_swigarg0,_swigarg1))
2761 static PyObject
*_wrap_wxStyledTextCtrl_SetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2762 PyObject
* _resultobj
;
2763 wxStyledTextCtrl
* _arg0
;
2766 PyObject
* _argo0
= 0;
2767 char *_kwnames
[] = { "self","line","state", NULL
};
2770 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineState",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
2773 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2774 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2775 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineState. Expected _wxStyledTextCtrl_p.");
2780 wxPy_BEGIN_ALLOW_THREADS
;
2781 wxStyledTextCtrl_SetLineState(_arg0
,_arg1
,_arg2
);
2783 wxPy_END_ALLOW_THREADS
;
2784 } Py_INCREF(Py_None
);
2785 _resultobj
= Py_None
;
2789 #define wxStyledTextCtrl_GetLineState(_swigobj,_swigarg0) (_swigobj->GetLineState(_swigarg0))
2790 static PyObject
*_wrap_wxStyledTextCtrl_GetLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2791 PyObject
* _resultobj
;
2793 wxStyledTextCtrl
* _arg0
;
2795 PyObject
* _argo0
= 0;
2796 char *_kwnames
[] = { "self","line", NULL
};
2799 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineState",_kwnames
,&_argo0
,&_arg1
))
2802 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2803 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2804 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineState. Expected _wxStyledTextCtrl_p.");
2809 wxPy_BEGIN_ALLOW_THREADS
;
2810 _result
= (int )wxStyledTextCtrl_GetLineState(_arg0
,_arg1
);
2812 wxPy_END_ALLOW_THREADS
;
2813 } _resultobj
= Py_BuildValue("i",_result
);
2817 #define wxStyledTextCtrl_GetMaxLineState(_swigobj) (_swigobj->GetMaxLineState())
2818 static PyObject
*_wrap_wxStyledTextCtrl_GetMaxLineState(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2819 PyObject
* _resultobj
;
2821 wxStyledTextCtrl
* _arg0
;
2822 PyObject
* _argo0
= 0;
2823 char *_kwnames
[] = { "self", NULL
};
2826 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMaxLineState",_kwnames
,&_argo0
))
2829 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2830 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2831 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMaxLineState. Expected _wxStyledTextCtrl_p.");
2836 wxPy_BEGIN_ALLOW_THREADS
;
2837 _result
= (int )wxStyledTextCtrl_GetMaxLineState(_arg0
);
2839 wxPy_END_ALLOW_THREADS
;
2840 } _resultobj
= Py_BuildValue("i",_result
);
2844 #define wxStyledTextCtrl_AutoCompShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->AutoCompShow(_swigarg0,_swigarg1))
2845 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2846 PyObject
* _resultobj
;
2847 wxStyledTextCtrl
* _arg0
;
2850 PyObject
* _argo0
= 0;
2851 PyObject
* _obj2
= 0;
2852 char *_kwnames
[] = { "self","lenEntered","itemList", NULL
};
2855 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_AutoCompShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
2858 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2859 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2860 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompShow. Expected _wxStyledTextCtrl_p.");
2865 #if PYTHON_API_VERSION >= 1009
2866 char* tmpPtr
; int tmpSize
;
2867 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
2868 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
2871 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
2873 _arg2
= new wxString(tmpPtr
, tmpSize
);
2875 if (!PyString_Check(_obj2
)) {
2876 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
2879 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
2883 wxPy_BEGIN_ALLOW_THREADS
;
2884 wxStyledTextCtrl_AutoCompShow(_arg0
,_arg1
,*_arg2
);
2886 wxPy_END_ALLOW_THREADS
;
2887 } Py_INCREF(Py_None
);
2888 _resultobj
= Py_None
;
2896 #define wxStyledTextCtrl_AutoCompCancel(_swigobj) (_swigobj->AutoCompCancel())
2897 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2898 PyObject
* _resultobj
;
2899 wxStyledTextCtrl
* _arg0
;
2900 PyObject
* _argo0
= 0;
2901 char *_kwnames
[] = { "self", NULL
};
2904 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompCancel",_kwnames
,&_argo0
))
2907 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2908 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2909 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompCancel. Expected _wxStyledTextCtrl_p.");
2914 wxPy_BEGIN_ALLOW_THREADS
;
2915 wxStyledTextCtrl_AutoCompCancel(_arg0
);
2917 wxPy_END_ALLOW_THREADS
;
2918 } Py_INCREF(Py_None
);
2919 _resultobj
= Py_None
;
2923 #define wxStyledTextCtrl_AutoCompActive(_swigobj) (_swigobj->AutoCompActive())
2924 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2925 PyObject
* _resultobj
;
2927 wxStyledTextCtrl
* _arg0
;
2928 PyObject
* _argo0
= 0;
2929 char *_kwnames
[] = { "self", NULL
};
2932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompActive",_kwnames
,&_argo0
))
2935 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2936 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2937 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompActive. Expected _wxStyledTextCtrl_p.");
2942 wxPy_BEGIN_ALLOW_THREADS
;
2943 _result
= (bool )wxStyledTextCtrl_AutoCompActive(_arg0
);
2945 wxPy_END_ALLOW_THREADS
;
2946 } _resultobj
= Py_BuildValue("i",_result
);
2950 #define wxStyledTextCtrl_AutoCompPosStart(_swigobj) (_swigobj->AutoCompPosStart())
2951 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompPosStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2952 PyObject
* _resultobj
;
2954 wxStyledTextCtrl
* _arg0
;
2955 PyObject
* _argo0
= 0;
2956 char *_kwnames
[] = { "self", NULL
};
2959 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompPosStart",_kwnames
,&_argo0
))
2962 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2963 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2964 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompPosStart. Expected _wxStyledTextCtrl_p.");
2969 wxPy_BEGIN_ALLOW_THREADS
;
2970 _result
= (int )wxStyledTextCtrl_AutoCompPosStart(_arg0
);
2972 wxPy_END_ALLOW_THREADS
;
2973 } _resultobj
= Py_BuildValue("i",_result
);
2977 #define wxStyledTextCtrl_AutoCompComplete(_swigobj) (_swigobj->AutoCompComplete())
2978 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompComplete(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2979 PyObject
* _resultobj
;
2980 wxStyledTextCtrl
* _arg0
;
2981 PyObject
* _argo0
= 0;
2982 char *_kwnames
[] = { "self", NULL
};
2985 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompComplete",_kwnames
,&_argo0
))
2988 if (_argo0
== Py_None
) { _arg0
= NULL
; }
2989 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
2990 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompComplete. Expected _wxStyledTextCtrl_p.");
2995 wxPy_BEGIN_ALLOW_THREADS
;
2996 wxStyledTextCtrl_AutoCompComplete(_arg0
);
2998 wxPy_END_ALLOW_THREADS
;
2999 } Py_INCREF(Py_None
);
3000 _resultobj
= Py_None
;
3004 #define wxStyledTextCtrl_AutoCompStops(_swigobj,_swigarg0) (_swigobj->AutoCompStops(_swigarg0))
3005 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompStops(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3006 PyObject
* _resultobj
;
3007 wxStyledTextCtrl
* _arg0
;
3009 PyObject
* _argo0
= 0;
3010 PyObject
* _obj1
= 0;
3011 char *_kwnames
[] = { "self","characterSet", NULL
};
3014 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompStops",_kwnames
,&_argo0
,&_obj1
))
3017 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3018 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3019 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompStops. Expected _wxStyledTextCtrl_p.");
3024 #if PYTHON_API_VERSION >= 1009
3025 char* tmpPtr
; int tmpSize
;
3026 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3027 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
3030 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3032 _arg1
= new wxString(tmpPtr
, tmpSize
);
3034 if (!PyString_Check(_obj1
)) {
3035 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3038 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3042 wxPy_BEGIN_ALLOW_THREADS
;
3043 wxStyledTextCtrl_AutoCompStops(_arg0
,*_arg1
);
3045 wxPy_END_ALLOW_THREADS
;
3046 } Py_INCREF(Py_None
);
3047 _resultobj
= Py_None
;
3055 #define wxStyledTextCtrl_AutoCompSetSeparator(_swigobj,_swigarg0) (_swigobj->AutoCompSetSeparator(_swigarg0))
3056 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3057 PyObject
* _resultobj
;
3058 wxStyledTextCtrl
* _arg0
;
3060 PyObject
* _argo0
= 0;
3061 char *_kwnames
[] = { "self","separatorCharacter", NULL
};
3064 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetSeparator",_kwnames
,&_argo0
,&_arg1
))
3067 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3068 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3069 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetSeparator. Expected _wxStyledTextCtrl_p.");
3074 wxPy_BEGIN_ALLOW_THREADS
;
3075 wxStyledTextCtrl_AutoCompSetSeparator(_arg0
,_arg1
);
3077 wxPy_END_ALLOW_THREADS
;
3078 } Py_INCREF(Py_None
);
3079 _resultobj
= Py_None
;
3083 #define wxStyledTextCtrl_AutoCompGetSeparator(_swigobj) (_swigobj->AutoCompGetSeparator())
3084 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetSeparator(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3085 PyObject
* _resultobj
;
3087 wxStyledTextCtrl
* _arg0
;
3088 PyObject
* _argo0
= 0;
3089 char *_kwnames
[] = { "self", NULL
};
3092 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetSeparator",_kwnames
,&_argo0
))
3095 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3096 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3097 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetSeparator. Expected _wxStyledTextCtrl_p.");
3102 wxPy_BEGIN_ALLOW_THREADS
;
3103 _result
= (int )wxStyledTextCtrl_AutoCompGetSeparator(_arg0
);
3105 wxPy_END_ALLOW_THREADS
;
3106 } _resultobj
= Py_BuildValue("i",_result
);
3110 #define wxStyledTextCtrl_AutoCompSelect(_swigobj,_swigarg0) (_swigobj->AutoCompSelect(_swigarg0))
3111 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSelect(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3112 PyObject
* _resultobj
;
3113 wxStyledTextCtrl
* _arg0
;
3115 PyObject
* _argo0
= 0;
3116 PyObject
* _obj1
= 0;
3117 char *_kwnames
[] = { "self","text", NULL
};
3120 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSelect",_kwnames
,&_argo0
,&_obj1
))
3123 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3124 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3125 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSelect. Expected _wxStyledTextCtrl_p.");
3130 #if PYTHON_API_VERSION >= 1009
3131 char* tmpPtr
; int tmpSize
;
3132 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3133 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
3136 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3138 _arg1
= new wxString(tmpPtr
, tmpSize
);
3140 if (!PyString_Check(_obj1
)) {
3141 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3144 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3148 wxPy_BEGIN_ALLOW_THREADS
;
3149 wxStyledTextCtrl_AutoCompSelect(_arg0
,*_arg1
);
3151 wxPy_END_ALLOW_THREADS
;
3152 } Py_INCREF(Py_None
);
3153 _resultobj
= Py_None
;
3161 #define wxStyledTextCtrl_AutoCompSetCancelAtStart(_swigobj,_swigarg0) (_swigobj->AutoCompSetCancelAtStart(_swigarg0))
3162 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3163 PyObject
* _resultobj
;
3164 wxStyledTextCtrl
* _arg0
;
3166 PyObject
* _argo0
= 0;
3168 char *_kwnames
[] = { "self","cancel", NULL
};
3171 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetCancelAtStart",_kwnames
,&_argo0
,&tempbool1
))
3174 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3175 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3176 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3180 _arg1
= (bool ) tempbool1
;
3182 wxPy_BEGIN_ALLOW_THREADS
;
3183 wxStyledTextCtrl_AutoCompSetCancelAtStart(_arg0
,_arg1
);
3185 wxPy_END_ALLOW_THREADS
;
3186 } Py_INCREF(Py_None
);
3187 _resultobj
= Py_None
;
3191 #define wxStyledTextCtrl_AutoCompGetCancelAtStart(_swigobj) (_swigobj->AutoCompGetCancelAtStart())
3192 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3193 PyObject
* _resultobj
;
3195 wxStyledTextCtrl
* _arg0
;
3196 PyObject
* _argo0
= 0;
3197 char *_kwnames
[] = { "self", NULL
};
3200 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetCancelAtStart",_kwnames
,&_argo0
))
3203 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3204 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3205 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetCancelAtStart. Expected _wxStyledTextCtrl_p.");
3210 wxPy_BEGIN_ALLOW_THREADS
;
3211 _result
= (bool )wxStyledTextCtrl_AutoCompGetCancelAtStart(_arg0
);
3213 wxPy_END_ALLOW_THREADS
;
3214 } _resultobj
= Py_BuildValue("i",_result
);
3218 #define wxStyledTextCtrl_AutoCompSetFillUps(_swigobj,_swigarg0) (_swigobj->AutoCompSetFillUps(_swigarg0))
3219 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetFillUps(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3220 PyObject
* _resultobj
;
3221 wxStyledTextCtrl
* _arg0
;
3223 PyObject
* _argo0
= 0;
3224 PyObject
* _obj1
= 0;
3225 char *_kwnames
[] = { "self","characterSet", NULL
};
3228 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AutoCompSetFillUps",_kwnames
,&_argo0
,&_obj1
))
3231 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3232 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3233 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetFillUps. Expected _wxStyledTextCtrl_p.");
3238 #if PYTHON_API_VERSION >= 1009
3239 char* tmpPtr
; int tmpSize
;
3240 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
3241 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
3244 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
3246 _arg1
= new wxString(tmpPtr
, tmpSize
);
3248 if (!PyString_Check(_obj1
)) {
3249 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
3252 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
3256 wxPy_BEGIN_ALLOW_THREADS
;
3257 wxStyledTextCtrl_AutoCompSetFillUps(_arg0
,*_arg1
);
3259 wxPy_END_ALLOW_THREADS
;
3260 } Py_INCREF(Py_None
);
3261 _resultobj
= Py_None
;
3269 #define wxStyledTextCtrl_AutoCompSetChooseSingle(_swigobj,_swigarg0) (_swigobj->AutoCompSetChooseSingle(_swigarg0))
3270 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3271 PyObject
* _resultobj
;
3272 wxStyledTextCtrl
* _arg0
;
3274 PyObject
* _argo0
= 0;
3276 char *_kwnames
[] = { "self","chooseSingle", NULL
};
3279 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetChooseSingle",_kwnames
,&_argo0
,&tempbool1
))
3282 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3283 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3284 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetChooseSingle. Expected _wxStyledTextCtrl_p.");
3288 _arg1
= (bool ) tempbool1
;
3290 wxPy_BEGIN_ALLOW_THREADS
;
3291 wxStyledTextCtrl_AutoCompSetChooseSingle(_arg0
,_arg1
);
3293 wxPy_END_ALLOW_THREADS
;
3294 } Py_INCREF(Py_None
);
3295 _resultobj
= Py_None
;
3299 #define wxStyledTextCtrl_AutoCompGetChooseSingle(_swigobj) (_swigobj->AutoCompGetChooseSingle())
3300 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetChooseSingle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3301 PyObject
* _resultobj
;
3303 wxStyledTextCtrl
* _arg0
;
3304 PyObject
* _argo0
= 0;
3305 char *_kwnames
[] = { "self", NULL
};
3308 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetChooseSingle",_kwnames
,&_argo0
))
3311 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3312 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetChooseSingle. Expected _wxStyledTextCtrl_p.");
3318 wxPy_BEGIN_ALLOW_THREADS
;
3319 _result
= (bool )wxStyledTextCtrl_AutoCompGetChooseSingle(_arg0
);
3321 wxPy_END_ALLOW_THREADS
;
3322 } _resultobj
= Py_BuildValue("i",_result
);
3326 #define wxStyledTextCtrl_AutoCompSetIgnoreCase(_swigobj,_swigarg0) (_swigobj->AutoCompSetIgnoreCase(_swigarg0))
3327 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3328 PyObject
* _resultobj
;
3329 wxStyledTextCtrl
* _arg0
;
3331 PyObject
* _argo0
= 0;
3333 char *_kwnames
[] = { "self","ignoreCase", NULL
};
3336 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_AutoCompSetIgnoreCase",_kwnames
,&_argo0
,&tempbool1
))
3339 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3340 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3341 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompSetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3345 _arg1
= (bool ) tempbool1
;
3347 wxPy_BEGIN_ALLOW_THREADS
;
3348 wxStyledTextCtrl_AutoCompSetIgnoreCase(_arg0
,_arg1
);
3350 wxPy_END_ALLOW_THREADS
;
3351 } Py_INCREF(Py_None
);
3352 _resultobj
= Py_None
;
3356 #define wxStyledTextCtrl_AutoCompGetIgnoreCase(_swigobj) (_swigobj->AutoCompGetIgnoreCase())
3357 static PyObject
*_wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3358 PyObject
* _resultobj
;
3360 wxStyledTextCtrl
* _arg0
;
3361 PyObject
* _argo0
= 0;
3362 char *_kwnames
[] = { "self", NULL
};
3365 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_AutoCompGetIgnoreCase",_kwnames
,&_argo0
))
3368 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3369 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3370 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AutoCompGetIgnoreCase. Expected _wxStyledTextCtrl_p.");
3375 wxPy_BEGIN_ALLOW_THREADS
;
3376 _result
= (bool )wxStyledTextCtrl_AutoCompGetIgnoreCase(_arg0
);
3378 wxPy_END_ALLOW_THREADS
;
3379 } _resultobj
= Py_BuildValue("i",_result
);
3383 #define wxStyledTextCtrl_SetIndent(_swigobj,_swigarg0) (_swigobj->SetIndent(_swigarg0))
3384 static PyObject
*_wrap_wxStyledTextCtrl_SetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3385 PyObject
* _resultobj
;
3386 wxStyledTextCtrl
* _arg0
;
3388 PyObject
* _argo0
= 0;
3389 char *_kwnames
[] = { "self","indentSize", NULL
};
3392 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndent",_kwnames
,&_argo0
,&_arg1
))
3395 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3396 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3397 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndent. Expected _wxStyledTextCtrl_p.");
3402 wxPy_BEGIN_ALLOW_THREADS
;
3403 wxStyledTextCtrl_SetIndent(_arg0
,_arg1
);
3405 wxPy_END_ALLOW_THREADS
;
3406 } Py_INCREF(Py_None
);
3407 _resultobj
= Py_None
;
3411 #define wxStyledTextCtrl_GetIndent(_swigobj) (_swigobj->GetIndent())
3412 static PyObject
*_wrap_wxStyledTextCtrl_GetIndent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3413 PyObject
* _resultobj
;
3415 wxStyledTextCtrl
* _arg0
;
3416 PyObject
* _argo0
= 0;
3417 char *_kwnames
[] = { "self", NULL
};
3420 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndent",_kwnames
,&_argo0
))
3423 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3424 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3425 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndent. Expected _wxStyledTextCtrl_p.");
3430 wxPy_BEGIN_ALLOW_THREADS
;
3431 _result
= (int )wxStyledTextCtrl_GetIndent(_arg0
);
3433 wxPy_END_ALLOW_THREADS
;
3434 } _resultobj
= Py_BuildValue("i",_result
);
3438 #define wxStyledTextCtrl_SetUseTabs(_swigobj,_swigarg0) (_swigobj->SetUseTabs(_swigarg0))
3439 static PyObject
*_wrap_wxStyledTextCtrl_SetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3440 PyObject
* _resultobj
;
3441 wxStyledTextCtrl
* _arg0
;
3443 PyObject
* _argo0
= 0;
3445 char *_kwnames
[] = { "self","useTabs", NULL
};
3448 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseTabs",_kwnames
,&_argo0
,&tempbool1
))
3451 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3452 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3453 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseTabs. Expected _wxStyledTextCtrl_p.");
3457 _arg1
= (bool ) tempbool1
;
3459 wxPy_BEGIN_ALLOW_THREADS
;
3460 wxStyledTextCtrl_SetUseTabs(_arg0
,_arg1
);
3462 wxPy_END_ALLOW_THREADS
;
3463 } Py_INCREF(Py_None
);
3464 _resultobj
= Py_None
;
3468 #define wxStyledTextCtrl_GetUseTabs(_swigobj) (_swigobj->GetUseTabs())
3469 static PyObject
*_wrap_wxStyledTextCtrl_GetUseTabs(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3470 PyObject
* _resultobj
;
3472 wxStyledTextCtrl
* _arg0
;
3473 PyObject
* _argo0
= 0;
3474 char *_kwnames
[] = { "self", NULL
};
3477 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseTabs",_kwnames
,&_argo0
))
3480 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3481 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3482 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseTabs. Expected _wxStyledTextCtrl_p.");
3487 wxPy_BEGIN_ALLOW_THREADS
;
3488 _result
= (bool )wxStyledTextCtrl_GetUseTabs(_arg0
);
3490 wxPy_END_ALLOW_THREADS
;
3491 } _resultobj
= Py_BuildValue("i",_result
);
3495 #define wxStyledTextCtrl_SetLineIndentation(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLineIndentation(_swigarg0,_swigarg1))
3496 static PyObject
*_wrap_wxStyledTextCtrl_SetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3497 PyObject
* _resultobj
;
3498 wxStyledTextCtrl
* _arg0
;
3501 PyObject
* _argo0
= 0;
3502 char *_kwnames
[] = { "self","line","indentSize", NULL
};
3505 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetLineIndentation",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
3508 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3509 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3510 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLineIndentation. Expected _wxStyledTextCtrl_p.");
3515 wxPy_BEGIN_ALLOW_THREADS
;
3516 wxStyledTextCtrl_SetLineIndentation(_arg0
,_arg1
,_arg2
);
3518 wxPy_END_ALLOW_THREADS
;
3519 } Py_INCREF(Py_None
);
3520 _resultobj
= Py_None
;
3524 #define wxStyledTextCtrl_GetLineIndentation(_swigobj,_swigarg0) (_swigobj->GetLineIndentation(_swigarg0))
3525 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentation(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3526 PyObject
* _resultobj
;
3528 wxStyledTextCtrl
* _arg0
;
3530 PyObject
* _argo0
= 0;
3531 char *_kwnames
[] = { "self","line", NULL
};
3534 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentation",_kwnames
,&_argo0
,&_arg1
))
3537 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3538 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3539 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentation. Expected _wxStyledTextCtrl_p.");
3544 wxPy_BEGIN_ALLOW_THREADS
;
3545 _result
= (int )wxStyledTextCtrl_GetLineIndentation(_arg0
,_arg1
);
3547 wxPy_END_ALLOW_THREADS
;
3548 } _resultobj
= Py_BuildValue("i",_result
);
3552 #define wxStyledTextCtrl_GetLineIndentPosition(_swigobj,_swigarg0) (_swigobj->GetLineIndentPosition(_swigarg0))
3553 static PyObject
*_wrap_wxStyledTextCtrl_GetLineIndentPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3554 PyObject
* _resultobj
;
3556 wxStyledTextCtrl
* _arg0
;
3558 PyObject
* _argo0
= 0;
3559 char *_kwnames
[] = { "self","line", NULL
};
3562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineIndentPosition",_kwnames
,&_argo0
,&_arg1
))
3565 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3566 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3567 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineIndentPosition. Expected _wxStyledTextCtrl_p.");
3572 wxPy_BEGIN_ALLOW_THREADS
;
3573 _result
= (int )wxStyledTextCtrl_GetLineIndentPosition(_arg0
,_arg1
);
3575 wxPy_END_ALLOW_THREADS
;
3576 } _resultobj
= Py_BuildValue("i",_result
);
3580 #define wxStyledTextCtrl_GetColumn(_swigobj,_swigarg0) (_swigobj->GetColumn(_swigarg0))
3581 static PyObject
*_wrap_wxStyledTextCtrl_GetColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3582 PyObject
* _resultobj
;
3584 wxStyledTextCtrl
* _arg0
;
3586 PyObject
* _argo0
= 0;
3587 char *_kwnames
[] = { "self","pos", NULL
};
3590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetColumn",_kwnames
,&_argo0
,&_arg1
))
3593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetColumn. Expected _wxStyledTextCtrl_p.");
3600 wxPy_BEGIN_ALLOW_THREADS
;
3601 _result
= (int )wxStyledTextCtrl_GetColumn(_arg0
,_arg1
);
3603 wxPy_END_ALLOW_THREADS
;
3604 } _resultobj
= Py_BuildValue("i",_result
);
3608 #define wxStyledTextCtrl_SetUseHorizontalScrollBar(_swigobj,_swigarg0) (_swigobj->SetUseHorizontalScrollBar(_swigarg0))
3609 static PyObject
*_wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3610 PyObject
* _resultobj
;
3611 wxStyledTextCtrl
* _arg0
;
3613 PyObject
* _argo0
= 0;
3615 char *_kwnames
[] = { "self","show", NULL
};
3618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetUseHorizontalScrollBar",_kwnames
,&_argo0
,&tempbool1
))
3621 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3622 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
3627 _arg1
= (bool ) tempbool1
;
3629 wxPy_BEGIN_ALLOW_THREADS
;
3630 wxStyledTextCtrl_SetUseHorizontalScrollBar(_arg0
,_arg1
);
3632 wxPy_END_ALLOW_THREADS
;
3633 } Py_INCREF(Py_None
);
3634 _resultobj
= Py_None
;
3638 #define wxStyledTextCtrl_GetUseHorizontalScrollBar(_swigobj) (_swigobj->GetUseHorizontalScrollBar())
3639 static PyObject
*_wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3640 PyObject
* _resultobj
;
3642 wxStyledTextCtrl
* _arg0
;
3643 PyObject
* _argo0
= 0;
3644 char *_kwnames
[] = { "self", NULL
};
3647 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetUseHorizontalScrollBar",_kwnames
,&_argo0
))
3650 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3651 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3652 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetUseHorizontalScrollBar. Expected _wxStyledTextCtrl_p.");
3657 wxPy_BEGIN_ALLOW_THREADS
;
3658 _result
= (bool )wxStyledTextCtrl_GetUseHorizontalScrollBar(_arg0
);
3660 wxPy_END_ALLOW_THREADS
;
3661 } _resultobj
= Py_BuildValue("i",_result
);
3665 #define wxStyledTextCtrl_SetIndentationGuides(_swigobj,_swigarg0) (_swigobj->SetIndentationGuides(_swigarg0))
3666 static PyObject
*_wrap_wxStyledTextCtrl_SetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3667 PyObject
* _resultobj
;
3668 wxStyledTextCtrl
* _arg0
;
3670 PyObject
* _argo0
= 0;
3672 char *_kwnames
[] = { "self","show", NULL
};
3675 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetIndentationGuides",_kwnames
,&_argo0
,&tempbool1
))
3678 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3679 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3680 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetIndentationGuides. Expected _wxStyledTextCtrl_p.");
3684 _arg1
= (bool ) tempbool1
;
3686 wxPy_BEGIN_ALLOW_THREADS
;
3687 wxStyledTextCtrl_SetIndentationGuides(_arg0
,_arg1
);
3689 wxPy_END_ALLOW_THREADS
;
3690 } Py_INCREF(Py_None
);
3691 _resultobj
= Py_None
;
3695 #define wxStyledTextCtrl_GetIndentationGuides(_swigobj) (_swigobj->GetIndentationGuides())
3696 static PyObject
*_wrap_wxStyledTextCtrl_GetIndentationGuides(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3697 PyObject
* _resultobj
;
3699 wxStyledTextCtrl
* _arg0
;
3700 PyObject
* _argo0
= 0;
3701 char *_kwnames
[] = { "self", NULL
};
3704 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetIndentationGuides",_kwnames
,&_argo0
))
3707 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3708 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3709 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetIndentationGuides. Expected _wxStyledTextCtrl_p.");
3714 wxPy_BEGIN_ALLOW_THREADS
;
3715 _result
= (bool )wxStyledTextCtrl_GetIndentationGuides(_arg0
);
3717 wxPy_END_ALLOW_THREADS
;
3718 } _resultobj
= Py_BuildValue("i",_result
);
3722 #define wxStyledTextCtrl_SetHighlightGuide(_swigobj,_swigarg0) (_swigobj->SetHighlightGuide(_swigarg0))
3723 static PyObject
*_wrap_wxStyledTextCtrl_SetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3724 PyObject
* _resultobj
;
3725 wxStyledTextCtrl
* _arg0
;
3727 PyObject
* _argo0
= 0;
3728 char *_kwnames
[] = { "self","column", NULL
};
3731 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetHighlightGuide",_kwnames
,&_argo0
,&_arg1
))
3734 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3735 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3736 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetHighlightGuide. Expected _wxStyledTextCtrl_p.");
3741 wxPy_BEGIN_ALLOW_THREADS
;
3742 wxStyledTextCtrl_SetHighlightGuide(_arg0
,_arg1
);
3744 wxPy_END_ALLOW_THREADS
;
3745 } Py_INCREF(Py_None
);
3746 _resultobj
= Py_None
;
3750 #define wxStyledTextCtrl_GetHighlightGuide(_swigobj) (_swigobj->GetHighlightGuide())
3751 static PyObject
*_wrap_wxStyledTextCtrl_GetHighlightGuide(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3752 PyObject
* _resultobj
;
3754 wxStyledTextCtrl
* _arg0
;
3755 PyObject
* _argo0
= 0;
3756 char *_kwnames
[] = { "self", NULL
};
3759 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetHighlightGuide",_kwnames
,&_argo0
))
3762 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3763 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3764 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetHighlightGuide. Expected _wxStyledTextCtrl_p.");
3769 wxPy_BEGIN_ALLOW_THREADS
;
3770 _result
= (int )wxStyledTextCtrl_GetHighlightGuide(_arg0
);
3772 wxPy_END_ALLOW_THREADS
;
3773 } _resultobj
= Py_BuildValue("i",_result
);
3777 #define wxStyledTextCtrl_GetLineEndPosition(_swigobj,_swigarg0) (_swigobj->GetLineEndPosition(_swigarg0))
3778 static PyObject
*_wrap_wxStyledTextCtrl_GetLineEndPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3779 PyObject
* _resultobj
;
3781 wxStyledTextCtrl
* _arg0
;
3783 PyObject
* _argo0
= 0;
3784 char *_kwnames
[] = { "self","line", NULL
};
3787 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineEndPosition",_kwnames
,&_argo0
,&_arg1
))
3790 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3791 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3792 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineEndPosition. Expected _wxStyledTextCtrl_p.");
3797 wxPy_BEGIN_ALLOW_THREADS
;
3798 _result
= (int )wxStyledTextCtrl_GetLineEndPosition(_arg0
,_arg1
);
3800 wxPy_END_ALLOW_THREADS
;
3801 } _resultobj
= Py_BuildValue("i",_result
);
3805 #define wxStyledTextCtrl_GetCodePage(_swigobj) (_swigobj->GetCodePage())
3806 static PyObject
*_wrap_wxStyledTextCtrl_GetCodePage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3807 PyObject
* _resultobj
;
3809 wxStyledTextCtrl
* _arg0
;
3810 PyObject
* _argo0
= 0;
3811 char *_kwnames
[] = { "self", NULL
};
3814 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCodePage",_kwnames
,&_argo0
))
3817 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3818 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3819 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCodePage. Expected _wxStyledTextCtrl_p.");
3824 wxPy_BEGIN_ALLOW_THREADS
;
3825 _result
= (int )wxStyledTextCtrl_GetCodePage(_arg0
);
3827 wxPy_END_ALLOW_THREADS
;
3828 } _resultobj
= Py_BuildValue("i",_result
);
3832 #define wxStyledTextCtrl_GetCaretForeground(_swigobj) (_swigobj->GetCaretForeground())
3833 static PyObject
*_wrap_wxStyledTextCtrl_GetCaretForeground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3834 PyObject
* _resultobj
;
3836 wxStyledTextCtrl
* _arg0
;
3837 PyObject
* _argo0
= 0;
3838 char *_kwnames
[] = { "self", NULL
};
3842 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCaretForeground",_kwnames
,&_argo0
))
3845 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3846 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3847 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCaretForeground. Expected _wxStyledTextCtrl_p.");
3852 wxPy_BEGIN_ALLOW_THREADS
;
3853 _result
= new wxColour (wxStyledTextCtrl_GetCaretForeground(_arg0
));
3855 wxPy_END_ALLOW_THREADS
;
3856 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
3857 _resultobj
= Py_BuildValue("s",_ptemp
);
3861 #define wxStyledTextCtrl_GetReadOnly(_swigobj) (_swigobj->GetReadOnly())
3862 static PyObject
*_wrap_wxStyledTextCtrl_GetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3863 PyObject
* _resultobj
;
3865 wxStyledTextCtrl
* _arg0
;
3866 PyObject
* _argo0
= 0;
3867 char *_kwnames
[] = { "self", NULL
};
3870 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetReadOnly",_kwnames
,&_argo0
))
3873 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3874 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3875 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetReadOnly. Expected _wxStyledTextCtrl_p.");
3880 wxPy_BEGIN_ALLOW_THREADS
;
3881 _result
= (bool )wxStyledTextCtrl_GetReadOnly(_arg0
);
3883 wxPy_END_ALLOW_THREADS
;
3884 } _resultobj
= Py_BuildValue("i",_result
);
3888 #define wxStyledTextCtrl_SetCurrentPos(_swigobj,_swigarg0) (_swigobj->SetCurrentPos(_swigarg0))
3889 static PyObject
*_wrap_wxStyledTextCtrl_SetCurrentPos(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3890 PyObject
* _resultobj
;
3891 wxStyledTextCtrl
* _arg0
;
3893 PyObject
* _argo0
= 0;
3894 char *_kwnames
[] = { "self","pos", NULL
};
3897 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetCurrentPos",_kwnames
,&_argo0
,&_arg1
))
3900 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3901 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3902 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCurrentPos. Expected _wxStyledTextCtrl_p.");
3907 wxPy_BEGIN_ALLOW_THREADS
;
3908 wxStyledTextCtrl_SetCurrentPos(_arg0
,_arg1
);
3910 wxPy_END_ALLOW_THREADS
;
3911 } Py_INCREF(Py_None
);
3912 _resultobj
= Py_None
;
3916 #define wxStyledTextCtrl_SetSelectionStart(_swigobj,_swigarg0) (_swigobj->SetSelectionStart(_swigarg0))
3917 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3918 PyObject
* _resultobj
;
3919 wxStyledTextCtrl
* _arg0
;
3921 PyObject
* _argo0
= 0;
3922 char *_kwnames
[] = { "self","pos", NULL
};
3925 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionStart",_kwnames
,&_argo0
,&_arg1
))
3928 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3929 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3930 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionStart. Expected _wxStyledTextCtrl_p.");
3935 wxPy_BEGIN_ALLOW_THREADS
;
3936 wxStyledTextCtrl_SetSelectionStart(_arg0
,_arg1
);
3938 wxPy_END_ALLOW_THREADS
;
3939 } Py_INCREF(Py_None
);
3940 _resultobj
= Py_None
;
3944 #define wxStyledTextCtrl_GetSelectionStart(_swigobj) (_swigobj->GetSelectionStart())
3945 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3946 PyObject
* _resultobj
;
3948 wxStyledTextCtrl
* _arg0
;
3949 PyObject
* _argo0
= 0;
3950 char *_kwnames
[] = { "self", NULL
};
3953 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionStart",_kwnames
,&_argo0
))
3956 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3957 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3958 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionStart. Expected _wxStyledTextCtrl_p.");
3963 wxPy_BEGIN_ALLOW_THREADS
;
3964 _result
= (int )wxStyledTextCtrl_GetSelectionStart(_arg0
);
3966 wxPy_END_ALLOW_THREADS
;
3967 } _resultobj
= Py_BuildValue("i",_result
);
3971 #define wxStyledTextCtrl_SetSelectionEnd(_swigobj,_swigarg0) (_swigobj->SetSelectionEnd(_swigarg0))
3972 static PyObject
*_wrap_wxStyledTextCtrl_SetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
3973 PyObject
* _resultobj
;
3974 wxStyledTextCtrl
* _arg0
;
3976 PyObject
* _argo0
= 0;
3977 char *_kwnames
[] = { "self","pos", NULL
};
3980 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetSelectionEnd",_kwnames
,&_argo0
,&_arg1
))
3983 if (_argo0
== Py_None
) { _arg0
= NULL
; }
3984 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
3985 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelectionEnd. Expected _wxStyledTextCtrl_p.");
3990 wxPy_BEGIN_ALLOW_THREADS
;
3991 wxStyledTextCtrl_SetSelectionEnd(_arg0
,_arg1
);
3993 wxPy_END_ALLOW_THREADS
;
3994 } Py_INCREF(Py_None
);
3995 _resultobj
= Py_None
;
3999 #define wxStyledTextCtrl_GetSelectionEnd(_swigobj) (_swigobj->GetSelectionEnd())
4000 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectionEnd(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4001 PyObject
* _resultobj
;
4003 wxStyledTextCtrl
* _arg0
;
4004 PyObject
* _argo0
= 0;
4005 char *_kwnames
[] = { "self", NULL
};
4008 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectionEnd",_kwnames
,&_argo0
))
4011 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4012 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4013 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectionEnd. Expected _wxStyledTextCtrl_p.");
4018 wxPy_BEGIN_ALLOW_THREADS
;
4019 _result
= (int )wxStyledTextCtrl_GetSelectionEnd(_arg0
);
4021 wxPy_END_ALLOW_THREADS
;
4022 } _resultobj
= Py_BuildValue("i",_result
);
4026 #define wxStyledTextCtrl_SetPrintMagnification(_swigobj,_swigarg0) (_swigobj->SetPrintMagnification(_swigarg0))
4027 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4028 PyObject
* _resultobj
;
4029 wxStyledTextCtrl
* _arg0
;
4031 PyObject
* _argo0
= 0;
4032 char *_kwnames
[] = { "self","magnification", NULL
};
4035 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintMagnification",_kwnames
,&_argo0
,&_arg1
))
4038 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4039 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4040 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4045 wxPy_BEGIN_ALLOW_THREADS
;
4046 wxStyledTextCtrl_SetPrintMagnification(_arg0
,_arg1
);
4048 wxPy_END_ALLOW_THREADS
;
4049 } Py_INCREF(Py_None
);
4050 _resultobj
= Py_None
;
4054 #define wxStyledTextCtrl_GetPrintMagnification(_swigobj) (_swigobj->GetPrintMagnification())
4055 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintMagnification(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4056 PyObject
* _resultobj
;
4058 wxStyledTextCtrl
* _arg0
;
4059 PyObject
* _argo0
= 0;
4060 char *_kwnames
[] = { "self", NULL
};
4063 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintMagnification",_kwnames
,&_argo0
))
4066 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4067 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4068 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintMagnification. Expected _wxStyledTextCtrl_p.");
4073 wxPy_BEGIN_ALLOW_THREADS
;
4074 _result
= (int )wxStyledTextCtrl_GetPrintMagnification(_arg0
);
4076 wxPy_END_ALLOW_THREADS
;
4077 } _resultobj
= Py_BuildValue("i",_result
);
4081 #define wxStyledTextCtrl_SetPrintColourMode(_swigobj,_swigarg0) (_swigobj->SetPrintColourMode(_swigarg0))
4082 static PyObject
*_wrap_wxStyledTextCtrl_SetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4083 PyObject
* _resultobj
;
4084 wxStyledTextCtrl
* _arg0
;
4086 PyObject
* _argo0
= 0;
4087 char *_kwnames
[] = { "self","mode", NULL
};
4090 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetPrintColourMode",_kwnames
,&_argo0
,&_arg1
))
4093 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4094 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4095 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4100 wxPy_BEGIN_ALLOW_THREADS
;
4101 wxStyledTextCtrl_SetPrintColourMode(_arg0
,_arg1
);
4103 wxPy_END_ALLOW_THREADS
;
4104 } Py_INCREF(Py_None
);
4105 _resultobj
= Py_None
;
4109 #define wxStyledTextCtrl_GetPrintColourMode(_swigobj) (_swigobj->GetPrintColourMode())
4110 static PyObject
*_wrap_wxStyledTextCtrl_GetPrintColourMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4111 PyObject
* _resultobj
;
4113 wxStyledTextCtrl
* _arg0
;
4114 PyObject
* _argo0
= 0;
4115 char *_kwnames
[] = { "self", NULL
};
4118 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetPrintColourMode",_kwnames
,&_argo0
))
4121 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4122 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4123 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetPrintColourMode. Expected _wxStyledTextCtrl_p.");
4128 wxPy_BEGIN_ALLOW_THREADS
;
4129 _result
= (int )wxStyledTextCtrl_GetPrintColourMode(_arg0
);
4131 wxPy_END_ALLOW_THREADS
;
4132 } _resultobj
= Py_BuildValue("i",_result
);
4136 #define wxStyledTextCtrl_FindText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (_swigobj->FindText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4))
4137 static PyObject
*_wrap_wxStyledTextCtrl_FindText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4138 PyObject
* _resultobj
;
4140 wxStyledTextCtrl
* _arg0
;
4146 PyObject
* _argo0
= 0;
4147 PyObject
* _obj3
= 0;
4150 char *_kwnames
[] = { "self","minPos","maxPos","text","caseSensitive","wholeWord", NULL
};
4153 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOii:wxStyledTextCtrl_FindText",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
))
4156 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4157 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4158 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FindText. Expected _wxStyledTextCtrl_p.");
4163 #if PYTHON_API_VERSION >= 1009
4164 char* tmpPtr
; int tmpSize
;
4165 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
4166 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
4169 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
4171 _arg3
= new wxString(tmpPtr
, tmpSize
);
4173 if (!PyString_Check(_obj3
)) {
4174 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4177 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
4180 _arg4
= (bool ) tempbool4
;
4181 _arg5
= (bool ) tempbool5
;
4183 wxPy_BEGIN_ALLOW_THREADS
;
4184 _result
= (int )wxStyledTextCtrl_FindText(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
);
4186 wxPy_END_ALLOW_THREADS
;
4187 } _resultobj
= Py_BuildValue("i",_result
);
4195 #define wxStyledTextCtrl_FormatRange(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (_swigobj->FormatRange(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
4196 static PyObject
*_wrap_wxStyledTextCtrl_FormatRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4197 PyObject
* _resultobj
;
4199 wxStyledTextCtrl
* _arg0
;
4207 PyObject
* _argo0
= 0;
4209 PyObject
* _argo4
= 0;
4210 PyObject
* _argo5
= 0;
4212 PyObject
* _obj6
= 0;
4214 PyObject
* _obj7
= 0;
4215 char *_kwnames
[] = { "self","doDraw","startPos","endPos","draw","target","renderRect","pageRect", NULL
};
4218 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiiOOOO:wxStyledTextCtrl_FormatRange",_kwnames
,&_argo0
,&tempbool1
,&_arg2
,&_arg3
,&_argo4
,&_argo5
,&_obj6
,&_obj7
))
4221 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4222 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4223 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_FormatRange. Expected _wxStyledTextCtrl_p.");
4227 _arg1
= (bool ) tempbool1
;
4229 if (_argo4
== Py_None
) { _arg4
= NULL
; }
4230 else if (SWIG_GetPtrObj(_argo4
,(void **) &_arg4
,"_wxDC_p")) {
4231 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4236 if (_argo5
== Py_None
) { _arg5
= NULL
; }
4237 else if (SWIG_GetPtrObj(_argo5
,(void **) &_arg5
,"_wxDC_p")) {
4238 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of wxStyledTextCtrl_FormatRange. Expected _wxDC_p.");
4244 if (! wxRect_helper(_obj6
, &_arg6
))
4249 if (! wxRect_helper(_obj7
, &_arg7
))
4253 wxPy_BEGIN_ALLOW_THREADS
;
4254 _result
= (int )wxStyledTextCtrl_FormatRange(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,*_arg6
,*_arg7
);
4256 wxPy_END_ALLOW_THREADS
;
4257 } _resultobj
= Py_BuildValue("i",_result
);
4261 #define wxStyledTextCtrl_GetFirstVisibleLine(_swigobj) (_swigobj->GetFirstVisibleLine())
4262 static PyObject
*_wrap_wxStyledTextCtrl_GetFirstVisibleLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4263 PyObject
* _resultobj
;
4265 wxStyledTextCtrl
* _arg0
;
4266 PyObject
* _argo0
= 0;
4267 char *_kwnames
[] = { "self", NULL
};
4270 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetFirstVisibleLine",_kwnames
,&_argo0
))
4273 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4274 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4275 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFirstVisibleLine. Expected _wxStyledTextCtrl_p.");
4280 wxPy_BEGIN_ALLOW_THREADS
;
4281 _result
= (int )wxStyledTextCtrl_GetFirstVisibleLine(_arg0
);
4283 wxPy_END_ALLOW_THREADS
;
4284 } _resultobj
= Py_BuildValue("i",_result
);
4288 #define wxStyledTextCtrl_GetLine(_swigobj,_swigarg0) (_swigobj->GetLine(_swigarg0))
4289 static PyObject
*_wrap_wxStyledTextCtrl_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4290 PyObject
* _resultobj
;
4292 wxStyledTextCtrl
* _arg0
;
4294 PyObject
* _argo0
= 0;
4295 char *_kwnames
[] = { "self","line", NULL
};
4298 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLine",_kwnames
,&_argo0
,&_arg1
))
4301 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4302 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4303 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLine. Expected _wxStyledTextCtrl_p.");
4308 wxPy_BEGIN_ALLOW_THREADS
;
4309 _result
= new wxString (wxStyledTextCtrl_GetLine(_arg0
,_arg1
));
4311 wxPy_END_ALLOW_THREADS
;
4313 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4321 #define wxStyledTextCtrl_GetLineCount(_swigobj) (_swigobj->GetLineCount())
4322 static PyObject
*_wrap_wxStyledTextCtrl_GetLineCount(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4323 PyObject
* _resultobj
;
4325 wxStyledTextCtrl
* _arg0
;
4326 PyObject
* _argo0
= 0;
4327 char *_kwnames
[] = { "self", NULL
};
4330 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLineCount",_kwnames
,&_argo0
))
4333 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4334 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4335 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineCount. Expected _wxStyledTextCtrl_p.");
4340 wxPy_BEGIN_ALLOW_THREADS
;
4341 _result
= (int )wxStyledTextCtrl_GetLineCount(_arg0
);
4343 wxPy_END_ALLOW_THREADS
;
4344 } _resultobj
= Py_BuildValue("i",_result
);
4348 #define wxStyledTextCtrl_SetMarginLeft(_swigobj,_swigarg0) (_swigobj->SetMarginLeft(_swigarg0))
4349 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4350 PyObject
* _resultobj
;
4351 wxStyledTextCtrl
* _arg0
;
4353 PyObject
* _argo0
= 0;
4354 char *_kwnames
[] = { "self","width", NULL
};
4357 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginLeft",_kwnames
,&_argo0
,&_arg1
))
4360 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4361 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4362 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginLeft. Expected _wxStyledTextCtrl_p.");
4367 wxPy_BEGIN_ALLOW_THREADS
;
4368 wxStyledTextCtrl_SetMarginLeft(_arg0
,_arg1
);
4370 wxPy_END_ALLOW_THREADS
;
4371 } Py_INCREF(Py_None
);
4372 _resultobj
= Py_None
;
4376 #define wxStyledTextCtrl_GetMarginLeft(_swigobj) (_swigobj->GetMarginLeft())
4377 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginLeft(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4378 PyObject
* _resultobj
;
4380 wxStyledTextCtrl
* _arg0
;
4381 PyObject
* _argo0
= 0;
4382 char *_kwnames
[] = { "self", NULL
};
4385 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginLeft",_kwnames
,&_argo0
))
4388 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4389 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4390 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginLeft. Expected _wxStyledTextCtrl_p.");
4395 wxPy_BEGIN_ALLOW_THREADS
;
4396 _result
= (int )wxStyledTextCtrl_GetMarginLeft(_arg0
);
4398 wxPy_END_ALLOW_THREADS
;
4399 } _resultobj
= Py_BuildValue("i",_result
);
4403 #define wxStyledTextCtrl_SetMarginRight(_swigobj,_swigarg0) (_swigobj->SetMarginRight(_swigarg0))
4404 static PyObject
*_wrap_wxStyledTextCtrl_SetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4405 PyObject
* _resultobj
;
4406 wxStyledTextCtrl
* _arg0
;
4408 PyObject
* _argo0
= 0;
4409 char *_kwnames
[] = { "self","width", NULL
};
4412 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetMarginRight",_kwnames
,&_argo0
,&_arg1
))
4415 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4416 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4417 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMarginRight. Expected _wxStyledTextCtrl_p.");
4422 wxPy_BEGIN_ALLOW_THREADS
;
4423 wxStyledTextCtrl_SetMarginRight(_arg0
,_arg1
);
4425 wxPy_END_ALLOW_THREADS
;
4426 } Py_INCREF(Py_None
);
4427 _resultobj
= Py_None
;
4431 #define wxStyledTextCtrl_GetMarginRight(_swigobj) (_swigobj->GetMarginRight())
4432 static PyObject
*_wrap_wxStyledTextCtrl_GetMarginRight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4433 PyObject
* _resultobj
;
4435 wxStyledTextCtrl
* _arg0
;
4436 PyObject
* _argo0
= 0;
4437 char *_kwnames
[] = { "self", NULL
};
4440 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetMarginRight",_kwnames
,&_argo0
))
4443 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4444 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4445 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetMarginRight. Expected _wxStyledTextCtrl_p.");
4450 wxPy_BEGIN_ALLOW_THREADS
;
4451 _result
= (int )wxStyledTextCtrl_GetMarginRight(_arg0
);
4453 wxPy_END_ALLOW_THREADS
;
4454 } _resultobj
= Py_BuildValue("i",_result
);
4458 #define wxStyledTextCtrl_GetModify(_swigobj) (_swigobj->GetModify())
4459 static PyObject
*_wrap_wxStyledTextCtrl_GetModify(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4460 PyObject
* _resultobj
;
4462 wxStyledTextCtrl
* _arg0
;
4463 PyObject
* _argo0
= 0;
4464 char *_kwnames
[] = { "self", NULL
};
4467 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModify",_kwnames
,&_argo0
))
4470 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4471 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4472 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModify. Expected _wxStyledTextCtrl_p.");
4477 wxPy_BEGIN_ALLOW_THREADS
;
4478 _result
= (bool )wxStyledTextCtrl_GetModify(_arg0
);
4480 wxPy_END_ALLOW_THREADS
;
4481 } _resultobj
= Py_BuildValue("i",_result
);
4485 #define wxStyledTextCtrl_SetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSelection(_swigarg0,_swigarg1))
4486 static PyObject
*_wrap_wxStyledTextCtrl_SetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4487 PyObject
* _resultobj
;
4488 wxStyledTextCtrl
* _arg0
;
4491 PyObject
* _argo0
= 0;
4492 char *_kwnames
[] = { "self","start","end", NULL
};
4495 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetSelection",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4498 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4499 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4500 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetSelection. Expected _wxStyledTextCtrl_p.");
4505 wxPy_BEGIN_ALLOW_THREADS
;
4506 wxStyledTextCtrl_SetSelection(_arg0
,_arg1
,_arg2
);
4508 wxPy_END_ALLOW_THREADS
;
4509 } Py_INCREF(Py_None
);
4510 _resultobj
= Py_None
;
4514 #define wxStyledTextCtrl_GetSelectedText(_swigobj) (_swigobj->GetSelectedText())
4515 static PyObject
*_wrap_wxStyledTextCtrl_GetSelectedText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4516 PyObject
* _resultobj
;
4518 wxStyledTextCtrl
* _arg0
;
4519 PyObject
* _argo0
= 0;
4520 char *_kwnames
[] = { "self", NULL
};
4523 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelectedText",_kwnames
,&_argo0
))
4526 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4527 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4528 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelectedText. Expected _wxStyledTextCtrl_p.");
4533 wxPy_BEGIN_ALLOW_THREADS
;
4534 _result
= new wxString (wxStyledTextCtrl_GetSelectedText(_arg0
));
4536 wxPy_END_ALLOW_THREADS
;
4538 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4546 #define wxStyledTextCtrl_GetTextRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetTextRange(_swigarg0,_swigarg1))
4547 static PyObject
*_wrap_wxStyledTextCtrl_GetTextRange(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4548 PyObject
* _resultobj
;
4550 wxStyledTextCtrl
* _arg0
;
4553 PyObject
* _argo0
= 0;
4554 char *_kwnames
[] = { "self","startPos","endPos", NULL
};
4557 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetTextRange",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4560 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4561 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4562 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextRange. Expected _wxStyledTextCtrl_p.");
4567 wxPy_BEGIN_ALLOW_THREADS
;
4568 _result
= new wxString (wxStyledTextCtrl_GetTextRange(_arg0
,_arg1
,_arg2
));
4570 wxPy_END_ALLOW_THREADS
;
4572 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
4580 #define wxStyledTextCtrl_HideSelection(_swigobj,_swigarg0) (_swigobj->HideSelection(_swigarg0))
4581 static PyObject
*_wrap_wxStyledTextCtrl_HideSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4582 PyObject
* _resultobj
;
4583 wxStyledTextCtrl
* _arg0
;
4585 PyObject
* _argo0
= 0;
4587 char *_kwnames
[] = { "self","normal", NULL
};
4590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_HideSelection",_kwnames
,&_argo0
,&tempbool1
))
4593 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4594 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4595 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideSelection. Expected _wxStyledTextCtrl_p.");
4599 _arg1
= (bool ) tempbool1
;
4601 wxPy_BEGIN_ALLOW_THREADS
;
4602 wxStyledTextCtrl_HideSelection(_arg0
,_arg1
);
4604 wxPy_END_ALLOW_THREADS
;
4605 } Py_INCREF(Py_None
);
4606 _resultobj
= Py_None
;
4610 #define wxStyledTextCtrl_LineFromPosition(_swigobj,_swigarg0) (_swigobj->LineFromPosition(_swigarg0))
4611 static PyObject
*_wrap_wxStyledTextCtrl_LineFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4612 PyObject
* _resultobj
;
4614 wxStyledTextCtrl
* _arg0
;
4616 PyObject
* _argo0
= 0;
4617 char *_kwnames
[] = { "self","pos", NULL
};
4620 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineFromPosition",_kwnames
,&_argo0
,&_arg1
))
4623 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4624 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4625 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineFromPosition. Expected _wxStyledTextCtrl_p.");
4630 wxPy_BEGIN_ALLOW_THREADS
;
4631 _result
= (int )wxStyledTextCtrl_LineFromPosition(_arg0
,_arg1
);
4633 wxPy_END_ALLOW_THREADS
;
4634 } _resultobj
= Py_BuildValue("i",_result
);
4638 #define wxStyledTextCtrl_PositionFromLine(_swigobj,_swigarg0) (_swigobj->PositionFromLine(_swigarg0))
4639 static PyObject
*_wrap_wxStyledTextCtrl_PositionFromLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4640 PyObject
* _resultobj
;
4642 wxStyledTextCtrl
* _arg0
;
4644 PyObject
* _argo0
= 0;
4645 char *_kwnames
[] = { "self","line", NULL
};
4648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PositionFromLine",_kwnames
,&_argo0
,&_arg1
))
4651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PositionFromLine. Expected _wxStyledTextCtrl_p.");
4658 wxPy_BEGIN_ALLOW_THREADS
;
4659 _result
= (int )wxStyledTextCtrl_PositionFromLine(_arg0
,_arg1
);
4661 wxPy_END_ALLOW_THREADS
;
4662 } _resultobj
= Py_BuildValue("i",_result
);
4666 #define wxStyledTextCtrl_LineScroll(_swigobj,_swigarg0,_swigarg1) (_swigobj->LineScroll(_swigarg0,_swigarg1))
4667 static PyObject
*_wrap_wxStyledTextCtrl_LineScroll(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4668 PyObject
* _resultobj
;
4669 wxStyledTextCtrl
* _arg0
;
4672 PyObject
* _argo0
= 0;
4673 char *_kwnames
[] = { "self","columns","lines", NULL
};
4676 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_LineScroll",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
4679 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4680 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4681 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineScroll. Expected _wxStyledTextCtrl_p.");
4686 wxPy_BEGIN_ALLOW_THREADS
;
4687 wxStyledTextCtrl_LineScroll(_arg0
,_arg1
,_arg2
);
4689 wxPy_END_ALLOW_THREADS
;
4690 } Py_INCREF(Py_None
);
4691 _resultobj
= Py_None
;
4695 #define wxStyledTextCtrl_EnsureCaretVisible(_swigobj) (_swigobj->EnsureCaretVisible())
4696 static PyObject
*_wrap_wxStyledTextCtrl_EnsureCaretVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4697 PyObject
* _resultobj
;
4698 wxStyledTextCtrl
* _arg0
;
4699 PyObject
* _argo0
= 0;
4700 char *_kwnames
[] = { "self", NULL
};
4703 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EnsureCaretVisible",_kwnames
,&_argo0
))
4706 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4707 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4708 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureCaretVisible. Expected _wxStyledTextCtrl_p.");
4713 wxPy_BEGIN_ALLOW_THREADS
;
4714 wxStyledTextCtrl_EnsureCaretVisible(_arg0
);
4716 wxPy_END_ALLOW_THREADS
;
4717 } Py_INCREF(Py_None
);
4718 _resultobj
= Py_None
;
4722 #define wxStyledTextCtrl_ReplaceSelection(_swigobj,_swigarg0) (_swigobj->ReplaceSelection(_swigarg0))
4723 static PyObject
*_wrap_wxStyledTextCtrl_ReplaceSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4724 PyObject
* _resultobj
;
4725 wxStyledTextCtrl
* _arg0
;
4727 PyObject
* _argo0
= 0;
4728 PyObject
* _obj1
= 0;
4729 char *_kwnames
[] = { "self","text", NULL
};
4732 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReplaceSelection",_kwnames
,&_argo0
,&_obj1
))
4735 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4736 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4737 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReplaceSelection. Expected _wxStyledTextCtrl_p.");
4742 #if PYTHON_API_VERSION >= 1009
4743 char* tmpPtr
; int tmpSize
;
4744 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
4745 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
4748 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
4750 _arg1
= new wxString(tmpPtr
, tmpSize
);
4752 if (!PyString_Check(_obj1
)) {
4753 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
4756 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
4760 wxPy_BEGIN_ALLOW_THREADS
;
4761 wxStyledTextCtrl_ReplaceSelection(_arg0
,*_arg1
);
4763 wxPy_END_ALLOW_THREADS
;
4764 } Py_INCREF(Py_None
);
4765 _resultobj
= Py_None
;
4773 #define wxStyledTextCtrl_SetReadOnly(_swigobj,_swigarg0) (_swigobj->SetReadOnly(_swigarg0))
4774 static PyObject
*_wrap_wxStyledTextCtrl_SetReadOnly(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4775 PyObject
* _resultobj
;
4776 wxStyledTextCtrl
* _arg0
;
4778 PyObject
* _argo0
= 0;
4780 char *_kwnames
[] = { "self","readOnly", NULL
};
4783 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetReadOnly",_kwnames
,&_argo0
,&tempbool1
))
4786 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4787 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4788 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetReadOnly. Expected _wxStyledTextCtrl_p.");
4792 _arg1
= (bool ) tempbool1
;
4794 wxPy_BEGIN_ALLOW_THREADS
;
4795 wxStyledTextCtrl_SetReadOnly(_arg0
,_arg1
);
4797 wxPy_END_ALLOW_THREADS
;
4798 } Py_INCREF(Py_None
);
4799 _resultobj
= Py_None
;
4803 #define wxStyledTextCtrl_CanPaste(_swigobj) (_swigobj->CanPaste())
4804 static PyObject
*_wrap_wxStyledTextCtrl_CanPaste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4805 PyObject
* _resultobj
;
4807 wxStyledTextCtrl
* _arg0
;
4808 PyObject
* _argo0
= 0;
4809 char *_kwnames
[] = { "self", NULL
};
4812 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanPaste",_kwnames
,&_argo0
))
4815 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4816 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanPaste. Expected _wxStyledTextCtrl_p.");
4822 wxPy_BEGIN_ALLOW_THREADS
;
4823 _result
= (bool )wxStyledTextCtrl_CanPaste(_arg0
);
4825 wxPy_END_ALLOW_THREADS
;
4826 } _resultobj
= Py_BuildValue("i",_result
);
4830 #define wxStyledTextCtrl_CanUndo(_swigobj) (_swigobj->CanUndo())
4831 static PyObject
*_wrap_wxStyledTextCtrl_CanUndo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4832 PyObject
* _resultobj
;
4834 wxStyledTextCtrl
* _arg0
;
4835 PyObject
* _argo0
= 0;
4836 char *_kwnames
[] = { "self", NULL
};
4839 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CanUndo",_kwnames
,&_argo0
))
4842 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4843 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4844 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CanUndo. Expected _wxStyledTextCtrl_p.");
4849 wxPy_BEGIN_ALLOW_THREADS
;
4850 _result
= (bool )wxStyledTextCtrl_CanUndo(_arg0
);
4852 wxPy_END_ALLOW_THREADS
;
4853 } _resultobj
= Py_BuildValue("i",_result
);
4857 #define wxStyledTextCtrl_EmptyUndoBuffer(_swigobj) (_swigobj->EmptyUndoBuffer())
4858 static PyObject
*_wrap_wxStyledTextCtrl_EmptyUndoBuffer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4859 PyObject
* _resultobj
;
4860 wxStyledTextCtrl
* _arg0
;
4861 PyObject
* _argo0
= 0;
4862 char *_kwnames
[] = { "self", NULL
};
4865 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_EmptyUndoBuffer",_kwnames
,&_argo0
))
4868 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4869 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4870 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EmptyUndoBuffer. Expected _wxStyledTextCtrl_p.");
4875 wxPy_BEGIN_ALLOW_THREADS
;
4876 wxStyledTextCtrl_EmptyUndoBuffer(_arg0
);
4878 wxPy_END_ALLOW_THREADS
;
4879 } Py_INCREF(Py_None
);
4880 _resultobj
= Py_None
;
4884 #define wxStyledTextCtrl_Undo(_swigobj) (_swigobj->Undo())
4885 static PyObject
*_wrap_wxStyledTextCtrl_Undo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4886 PyObject
* _resultobj
;
4887 wxStyledTextCtrl
* _arg0
;
4888 PyObject
* _argo0
= 0;
4889 char *_kwnames
[] = { "self", NULL
};
4892 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Undo",_kwnames
,&_argo0
))
4895 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4896 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4897 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Undo. Expected _wxStyledTextCtrl_p.");
4902 wxPy_BEGIN_ALLOW_THREADS
;
4903 wxStyledTextCtrl_Undo(_arg0
);
4905 wxPy_END_ALLOW_THREADS
;
4906 } Py_INCREF(Py_None
);
4907 _resultobj
= Py_None
;
4911 #define wxStyledTextCtrl_Cut(_swigobj) (_swigobj->Cut())
4912 static PyObject
*_wrap_wxStyledTextCtrl_Cut(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4913 PyObject
* _resultobj
;
4914 wxStyledTextCtrl
* _arg0
;
4915 PyObject
* _argo0
= 0;
4916 char *_kwnames
[] = { "self", NULL
};
4919 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Cut",_kwnames
,&_argo0
))
4922 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4923 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4924 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Cut. Expected _wxStyledTextCtrl_p.");
4929 wxPy_BEGIN_ALLOW_THREADS
;
4930 wxStyledTextCtrl_Cut(_arg0
);
4932 wxPy_END_ALLOW_THREADS
;
4933 } Py_INCREF(Py_None
);
4934 _resultobj
= Py_None
;
4938 #define wxStyledTextCtrl_Copy(_swigobj) (_swigobj->Copy())
4939 static PyObject
*_wrap_wxStyledTextCtrl_Copy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4940 PyObject
* _resultobj
;
4941 wxStyledTextCtrl
* _arg0
;
4942 PyObject
* _argo0
= 0;
4943 char *_kwnames
[] = { "self", NULL
};
4946 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Copy",_kwnames
,&_argo0
))
4949 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4950 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4951 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Copy. Expected _wxStyledTextCtrl_p.");
4956 wxPy_BEGIN_ALLOW_THREADS
;
4957 wxStyledTextCtrl_Copy(_arg0
);
4959 wxPy_END_ALLOW_THREADS
;
4960 } Py_INCREF(Py_None
);
4961 _resultobj
= Py_None
;
4965 #define wxStyledTextCtrl_Paste(_swigobj) (_swigobj->Paste())
4966 static PyObject
*_wrap_wxStyledTextCtrl_Paste(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4967 PyObject
* _resultobj
;
4968 wxStyledTextCtrl
* _arg0
;
4969 PyObject
* _argo0
= 0;
4970 char *_kwnames
[] = { "self", NULL
};
4973 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Paste",_kwnames
,&_argo0
))
4976 if (_argo0
== Py_None
) { _arg0
= NULL
; }
4977 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
4978 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Paste. Expected _wxStyledTextCtrl_p.");
4983 wxPy_BEGIN_ALLOW_THREADS
;
4984 wxStyledTextCtrl_Paste(_arg0
);
4986 wxPy_END_ALLOW_THREADS
;
4987 } Py_INCREF(Py_None
);
4988 _resultobj
= Py_None
;
4992 #define wxStyledTextCtrl_Clear(_swigobj) (_swigobj->Clear())
4993 static PyObject
*_wrap_wxStyledTextCtrl_Clear(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
4994 PyObject
* _resultobj
;
4995 wxStyledTextCtrl
* _arg0
;
4996 PyObject
* _argo0
= 0;
4997 char *_kwnames
[] = { "self", NULL
};
5000 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_Clear",_kwnames
,&_argo0
))
5003 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5004 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5005 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Clear. Expected _wxStyledTextCtrl_p.");
5010 wxPy_BEGIN_ALLOW_THREADS
;
5011 wxStyledTextCtrl_Clear(_arg0
);
5013 wxPy_END_ALLOW_THREADS
;
5014 } Py_INCREF(Py_None
);
5015 _resultobj
= Py_None
;
5019 #define wxStyledTextCtrl_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
5020 static PyObject
*_wrap_wxStyledTextCtrl_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5021 PyObject
* _resultobj
;
5022 wxStyledTextCtrl
* _arg0
;
5024 PyObject
* _argo0
= 0;
5025 PyObject
* _obj1
= 0;
5026 char *_kwnames
[] = { "self","text", NULL
};
5029 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetText",_kwnames
,&_argo0
,&_obj1
))
5032 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5033 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5034 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetText. Expected _wxStyledTextCtrl_p.");
5039 #if PYTHON_API_VERSION >= 1009
5040 char* tmpPtr
; int tmpSize
;
5041 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
5042 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
5045 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
5047 _arg1
= new wxString(tmpPtr
, tmpSize
);
5049 if (!PyString_Check(_obj1
)) {
5050 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5053 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
5057 wxPy_BEGIN_ALLOW_THREADS
;
5058 wxStyledTextCtrl_SetText(_arg0
,*_arg1
);
5060 wxPy_END_ALLOW_THREADS
;
5061 } Py_INCREF(Py_None
);
5062 _resultobj
= Py_None
;
5070 #define wxStyledTextCtrl_GetText(_swigobj) (_swigobj->GetText())
5071 static PyObject
*_wrap_wxStyledTextCtrl_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5072 PyObject
* _resultobj
;
5074 wxStyledTextCtrl
* _arg0
;
5075 PyObject
* _argo0
= 0;
5076 char *_kwnames
[] = { "self", NULL
};
5079 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetText",_kwnames
,&_argo0
))
5082 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5083 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5084 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetText. Expected _wxStyledTextCtrl_p.");
5089 wxPy_BEGIN_ALLOW_THREADS
;
5090 _result
= new wxString (wxStyledTextCtrl_GetText(_arg0
));
5092 wxPy_END_ALLOW_THREADS
;
5094 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
5102 #define wxStyledTextCtrl_GetTextLength(_swigobj) (_swigobj->GetTextLength())
5103 static PyObject
*_wrap_wxStyledTextCtrl_GetTextLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5104 PyObject
* _resultobj
;
5106 wxStyledTextCtrl
* _arg0
;
5107 PyObject
* _argo0
= 0;
5108 char *_kwnames
[] = { "self", NULL
};
5111 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetTextLength",_kwnames
,&_argo0
))
5114 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5115 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5116 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetTextLength. Expected _wxStyledTextCtrl_p.");
5121 wxPy_BEGIN_ALLOW_THREADS
;
5122 _result
= (int )wxStyledTextCtrl_GetTextLength(_arg0
);
5124 wxPy_END_ALLOW_THREADS
;
5125 } _resultobj
= Py_BuildValue("i",_result
);
5129 #define wxStyledTextCtrl_SetOvertype(_swigobj,_swigarg0) (_swigobj->SetOvertype(_swigarg0))
5130 static PyObject
*_wrap_wxStyledTextCtrl_SetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5131 PyObject
* _resultobj
;
5132 wxStyledTextCtrl
* _arg0
;
5134 PyObject
* _argo0
= 0;
5136 char *_kwnames
[] = { "self","overtype", NULL
};
5139 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetOvertype",_kwnames
,&_argo0
,&tempbool1
))
5142 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5143 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5144 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetOvertype. Expected _wxStyledTextCtrl_p.");
5148 _arg1
= (bool ) tempbool1
;
5150 wxPy_BEGIN_ALLOW_THREADS
;
5151 wxStyledTextCtrl_SetOvertype(_arg0
,_arg1
);
5153 wxPy_END_ALLOW_THREADS
;
5154 } Py_INCREF(Py_None
);
5155 _resultobj
= Py_None
;
5159 #define wxStyledTextCtrl_GetOvertype(_swigobj) (_swigobj->GetOvertype())
5160 static PyObject
*_wrap_wxStyledTextCtrl_GetOvertype(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5161 PyObject
* _resultobj
;
5163 wxStyledTextCtrl
* _arg0
;
5164 PyObject
* _argo0
= 0;
5165 char *_kwnames
[] = { "self", NULL
};
5168 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetOvertype",_kwnames
,&_argo0
))
5171 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5172 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5173 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetOvertype. Expected _wxStyledTextCtrl_p.");
5178 wxPy_BEGIN_ALLOW_THREADS
;
5179 _result
= (bool )wxStyledTextCtrl_GetOvertype(_arg0
);
5181 wxPy_END_ALLOW_THREADS
;
5182 } _resultobj
= Py_BuildValue("i",_result
);
5186 #define wxStyledTextCtrl_CallTipShow(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipShow(_swigarg0,_swigarg1))
5187 static PyObject
*_wrap_wxStyledTextCtrl_CallTipShow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5188 PyObject
* _resultobj
;
5189 wxStyledTextCtrl
* _arg0
;
5192 PyObject
* _argo0
= 0;
5193 PyObject
* _obj2
= 0;
5194 char *_kwnames
[] = { "self","pos","definition", NULL
};
5197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_CallTipShow",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
5200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipShow. Expected _wxStyledTextCtrl_p.");
5207 #if PYTHON_API_VERSION >= 1009
5208 char* tmpPtr
; int tmpSize
;
5209 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
5210 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
5213 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
5215 _arg2
= new wxString(tmpPtr
, tmpSize
);
5217 if (!PyString_Check(_obj2
)) {
5218 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
5221 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
5225 wxPy_BEGIN_ALLOW_THREADS
;
5226 wxStyledTextCtrl_CallTipShow(_arg0
,_arg1
,*_arg2
);
5228 wxPy_END_ALLOW_THREADS
;
5229 } Py_INCREF(Py_None
);
5230 _resultobj
= Py_None
;
5238 #define wxStyledTextCtrl_CallTipCancel(_swigobj) (_swigobj->CallTipCancel())
5239 static PyObject
*_wrap_wxStyledTextCtrl_CallTipCancel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5240 PyObject
* _resultobj
;
5241 wxStyledTextCtrl
* _arg0
;
5242 PyObject
* _argo0
= 0;
5243 char *_kwnames
[] = { "self", NULL
};
5246 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipCancel",_kwnames
,&_argo0
))
5249 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5250 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5251 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipCancel. Expected _wxStyledTextCtrl_p.");
5256 wxPy_BEGIN_ALLOW_THREADS
;
5257 wxStyledTextCtrl_CallTipCancel(_arg0
);
5259 wxPy_END_ALLOW_THREADS
;
5260 } Py_INCREF(Py_None
);
5261 _resultobj
= Py_None
;
5265 #define wxStyledTextCtrl_CallTipActive(_swigobj) (_swigobj->CallTipActive())
5266 static PyObject
*_wrap_wxStyledTextCtrl_CallTipActive(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5267 PyObject
* _resultobj
;
5269 wxStyledTextCtrl
* _arg0
;
5270 PyObject
* _argo0
= 0;
5271 char *_kwnames
[] = { "self", NULL
};
5274 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipActive",_kwnames
,&_argo0
))
5277 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5278 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5279 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipActive. Expected _wxStyledTextCtrl_p.");
5284 wxPy_BEGIN_ALLOW_THREADS
;
5285 _result
= (bool )wxStyledTextCtrl_CallTipActive(_arg0
);
5287 wxPy_END_ALLOW_THREADS
;
5288 } _resultobj
= Py_BuildValue("i",_result
);
5292 #define wxStyledTextCtrl_CallTipPosAtStart(_swigobj) (_swigobj->CallTipPosAtStart())
5293 static PyObject
*_wrap_wxStyledTextCtrl_CallTipPosAtStart(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5294 PyObject
* _resultobj
;
5296 wxStyledTextCtrl
* _arg0
;
5297 PyObject
* _argo0
= 0;
5298 char *_kwnames
[] = { "self", NULL
};
5301 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CallTipPosAtStart",_kwnames
,&_argo0
))
5304 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5305 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5306 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipPosAtStart. Expected _wxStyledTextCtrl_p.");
5311 wxPy_BEGIN_ALLOW_THREADS
;
5312 _result
= (int )wxStyledTextCtrl_CallTipPosAtStart(_arg0
);
5314 wxPy_END_ALLOW_THREADS
;
5315 } _resultobj
= Py_BuildValue("i",_result
);
5319 #define wxStyledTextCtrl_CallTipSetHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->CallTipSetHighlight(_swigarg0,_swigarg1))
5320 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5321 PyObject
* _resultobj
;
5322 wxStyledTextCtrl
* _arg0
;
5325 PyObject
* _argo0
= 0;
5326 char *_kwnames
[] = { "self","start","end", NULL
};
5329 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_CallTipSetHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5332 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5333 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5334 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetHighlight. Expected _wxStyledTextCtrl_p.");
5339 wxPy_BEGIN_ALLOW_THREADS
;
5340 wxStyledTextCtrl_CallTipSetHighlight(_arg0
,_arg1
,_arg2
);
5342 wxPy_END_ALLOW_THREADS
;
5343 } Py_INCREF(Py_None
);
5344 _resultobj
= Py_None
;
5348 #define wxStyledTextCtrl_CallTipSetBackground(_swigobj,_swigarg0) (_swigobj->CallTipSetBackground(_swigarg0))
5349 static PyObject
*_wrap_wxStyledTextCtrl_CallTipSetBackground(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5350 PyObject
* _resultobj
;
5351 wxStyledTextCtrl
* _arg0
;
5353 PyObject
* _argo0
= 0;
5355 PyObject
* _obj1
= 0;
5356 char *_kwnames
[] = { "self","back", NULL
};
5359 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_CallTipSetBackground",_kwnames
,&_argo0
,&_obj1
))
5362 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5363 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5364 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CallTipSetBackground. Expected _wxStyledTextCtrl_p.");
5370 if (! wxColour_helper(_obj1
, &_arg1
))
5374 wxPy_BEGIN_ALLOW_THREADS
;
5375 wxStyledTextCtrl_CallTipSetBackground(_arg0
,*_arg1
);
5377 wxPy_END_ALLOW_THREADS
;
5378 } Py_INCREF(Py_None
);
5379 _resultobj
= Py_None
;
5383 #define wxStyledTextCtrl_VisibleFromDocLine(_swigobj,_swigarg0) (_swigobj->VisibleFromDocLine(_swigarg0))
5384 static PyObject
*_wrap_wxStyledTextCtrl_VisibleFromDocLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5385 PyObject
* _resultobj
;
5387 wxStyledTextCtrl
* _arg0
;
5389 PyObject
* _argo0
= 0;
5390 char *_kwnames
[] = { "self","line", NULL
};
5393 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_VisibleFromDocLine",_kwnames
,&_argo0
,&_arg1
))
5396 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5397 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5398 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_VisibleFromDocLine. Expected _wxStyledTextCtrl_p.");
5403 wxPy_BEGIN_ALLOW_THREADS
;
5404 _result
= (int )wxStyledTextCtrl_VisibleFromDocLine(_arg0
,_arg1
);
5406 wxPy_END_ALLOW_THREADS
;
5407 } _resultobj
= Py_BuildValue("i",_result
);
5411 #define wxStyledTextCtrl_DocLineFromVisible(_swigobj,_swigarg0) (_swigobj->DocLineFromVisible(_swigarg0))
5412 static PyObject
*_wrap_wxStyledTextCtrl_DocLineFromVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5413 PyObject
* _resultobj
;
5415 wxStyledTextCtrl
* _arg0
;
5417 PyObject
* _argo0
= 0;
5418 char *_kwnames
[] = { "self","lineDisplay", NULL
};
5421 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_DocLineFromVisible",_kwnames
,&_argo0
,&_arg1
))
5424 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5425 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5426 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_DocLineFromVisible. Expected _wxStyledTextCtrl_p.");
5431 wxPy_BEGIN_ALLOW_THREADS
;
5432 _result
= (int )wxStyledTextCtrl_DocLineFromVisible(_arg0
,_arg1
);
5434 wxPy_END_ALLOW_THREADS
;
5435 } _resultobj
= Py_BuildValue("i",_result
);
5439 #define wxStyledTextCtrl_SetFoldLevel(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldLevel(_swigarg0,_swigarg1))
5440 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5441 PyObject
* _resultobj
;
5442 wxStyledTextCtrl
* _arg0
;
5445 PyObject
* _argo0
= 0;
5446 char *_kwnames
[] = { "self","line","level", NULL
};
5449 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldLevel",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5452 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5453 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5454 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldLevel. Expected _wxStyledTextCtrl_p.");
5459 wxPy_BEGIN_ALLOW_THREADS
;
5460 wxStyledTextCtrl_SetFoldLevel(_arg0
,_arg1
,_arg2
);
5462 wxPy_END_ALLOW_THREADS
;
5463 } Py_INCREF(Py_None
);
5464 _resultobj
= Py_None
;
5468 #define wxStyledTextCtrl_GetFoldLevel(_swigobj,_swigarg0) (_swigobj->GetFoldLevel(_swigarg0))
5469 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldLevel(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5470 PyObject
* _resultobj
;
5472 wxStyledTextCtrl
* _arg0
;
5474 PyObject
* _argo0
= 0;
5475 char *_kwnames
[] = { "self","line", NULL
};
5478 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldLevel",_kwnames
,&_argo0
,&_arg1
))
5481 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5482 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5483 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldLevel. Expected _wxStyledTextCtrl_p.");
5488 wxPy_BEGIN_ALLOW_THREADS
;
5489 _result
= (int )wxStyledTextCtrl_GetFoldLevel(_arg0
,_arg1
);
5491 wxPy_END_ALLOW_THREADS
;
5492 } _resultobj
= Py_BuildValue("i",_result
);
5496 #define wxStyledTextCtrl_GetLastChild(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetLastChild(_swigarg0,_swigarg1))
5497 static PyObject
*_wrap_wxStyledTextCtrl_GetLastChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5498 PyObject
* _resultobj
;
5500 wxStyledTextCtrl
* _arg0
;
5503 PyObject
* _argo0
= 0;
5504 char *_kwnames
[] = { "self","line","level", NULL
};
5507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_GetLastChild",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5510 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5511 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5512 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLastChild. Expected _wxStyledTextCtrl_p.");
5517 wxPy_BEGIN_ALLOW_THREADS
;
5518 _result
= (int )wxStyledTextCtrl_GetLastChild(_arg0
,_arg1
,_arg2
);
5520 wxPy_END_ALLOW_THREADS
;
5521 } _resultobj
= Py_BuildValue("i",_result
);
5525 #define wxStyledTextCtrl_GetFoldParent(_swigobj,_swigarg0) (_swigobj->GetFoldParent(_swigarg0))
5526 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldParent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5527 PyObject
* _resultobj
;
5529 wxStyledTextCtrl
* _arg0
;
5531 PyObject
* _argo0
= 0;
5532 char *_kwnames
[] = { "self","line", NULL
};
5535 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldParent",_kwnames
,&_argo0
,&_arg1
))
5538 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5539 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldParent. Expected _wxStyledTextCtrl_p.");
5545 wxPy_BEGIN_ALLOW_THREADS
;
5546 _result
= (int )wxStyledTextCtrl_GetFoldParent(_arg0
,_arg1
);
5548 wxPy_END_ALLOW_THREADS
;
5549 } _resultobj
= Py_BuildValue("i",_result
);
5553 #define wxStyledTextCtrl_ShowLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->ShowLines(_swigarg0,_swigarg1))
5554 static PyObject
*_wrap_wxStyledTextCtrl_ShowLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5555 PyObject
* _resultobj
;
5556 wxStyledTextCtrl
* _arg0
;
5559 PyObject
* _argo0
= 0;
5560 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
5563 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_ShowLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5566 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5567 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5568 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ShowLines. Expected _wxStyledTextCtrl_p.");
5573 wxPy_BEGIN_ALLOW_THREADS
;
5574 wxStyledTextCtrl_ShowLines(_arg0
,_arg1
,_arg2
);
5576 wxPy_END_ALLOW_THREADS
;
5577 } Py_INCREF(Py_None
);
5578 _resultobj
= Py_None
;
5582 #define wxStyledTextCtrl_HideLines(_swigobj,_swigarg0,_swigarg1) (_swigobj->HideLines(_swigarg0,_swigarg1))
5583 static PyObject
*_wrap_wxStyledTextCtrl_HideLines(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5584 PyObject
* _resultobj
;
5585 wxStyledTextCtrl
* _arg0
;
5588 PyObject
* _argo0
= 0;
5589 char *_kwnames
[] = { "self","lineStart","lineEnd", NULL
};
5592 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_HideLines",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5595 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5596 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5597 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_HideLines. Expected _wxStyledTextCtrl_p.");
5602 wxPy_BEGIN_ALLOW_THREADS
;
5603 wxStyledTextCtrl_HideLines(_arg0
,_arg1
,_arg2
);
5605 wxPy_END_ALLOW_THREADS
;
5606 } Py_INCREF(Py_None
);
5607 _resultobj
= Py_None
;
5611 #define wxStyledTextCtrl_GetLineVisible(_swigobj,_swigarg0) (_swigobj->GetLineVisible(_swigarg0))
5612 static PyObject
*_wrap_wxStyledTextCtrl_GetLineVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5613 PyObject
* _resultobj
;
5615 wxStyledTextCtrl
* _arg0
;
5617 PyObject
* _argo0
= 0;
5618 char *_kwnames
[] = { "self","line", NULL
};
5621 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetLineVisible",_kwnames
,&_argo0
,&_arg1
))
5624 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5625 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5626 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLineVisible. Expected _wxStyledTextCtrl_p.");
5631 wxPy_BEGIN_ALLOW_THREADS
;
5632 _result
= (bool )wxStyledTextCtrl_GetLineVisible(_arg0
,_arg1
);
5634 wxPy_END_ALLOW_THREADS
;
5635 } _resultobj
= Py_BuildValue("i",_result
);
5639 #define wxStyledTextCtrl_SetFoldExpanded(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetFoldExpanded(_swigarg0,_swigarg1))
5640 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5641 PyObject
* _resultobj
;
5642 wxStyledTextCtrl
* _arg0
;
5645 PyObject
* _argo0
= 0;
5647 char *_kwnames
[] = { "self","line","expanded", NULL
};
5650 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetFoldExpanded",_kwnames
,&_argo0
,&_arg1
,&tempbool2
))
5653 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5654 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5655 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldExpanded. Expected _wxStyledTextCtrl_p.");
5659 _arg2
= (bool ) tempbool2
;
5661 wxPy_BEGIN_ALLOW_THREADS
;
5662 wxStyledTextCtrl_SetFoldExpanded(_arg0
,_arg1
,_arg2
);
5664 wxPy_END_ALLOW_THREADS
;
5665 } Py_INCREF(Py_None
);
5666 _resultobj
= Py_None
;
5670 #define wxStyledTextCtrl_GetFoldExpanded(_swigobj,_swigarg0) (_swigobj->GetFoldExpanded(_swigarg0))
5671 static PyObject
*_wrap_wxStyledTextCtrl_GetFoldExpanded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5672 PyObject
* _resultobj
;
5674 wxStyledTextCtrl
* _arg0
;
5676 PyObject
* _argo0
= 0;
5677 char *_kwnames
[] = { "self","line", NULL
};
5680 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_GetFoldExpanded",_kwnames
,&_argo0
,&_arg1
))
5683 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5684 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5685 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetFoldExpanded. Expected _wxStyledTextCtrl_p.");
5690 wxPy_BEGIN_ALLOW_THREADS
;
5691 _result
= (bool )wxStyledTextCtrl_GetFoldExpanded(_arg0
,_arg1
);
5693 wxPy_END_ALLOW_THREADS
;
5694 } _resultobj
= Py_BuildValue("i",_result
);
5698 #define wxStyledTextCtrl_ToggleFold(_swigobj,_swigarg0) (_swigobj->ToggleFold(_swigarg0))
5699 static PyObject
*_wrap_wxStyledTextCtrl_ToggleFold(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5700 PyObject
* _resultobj
;
5701 wxStyledTextCtrl
* _arg0
;
5703 PyObject
* _argo0
= 0;
5704 char *_kwnames
[] = { "self","line", NULL
};
5707 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ToggleFold",_kwnames
,&_argo0
,&_arg1
))
5710 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5711 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5712 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ToggleFold. Expected _wxStyledTextCtrl_p.");
5717 wxPy_BEGIN_ALLOW_THREADS
;
5718 wxStyledTextCtrl_ToggleFold(_arg0
,_arg1
);
5720 wxPy_END_ALLOW_THREADS
;
5721 } Py_INCREF(Py_None
);
5722 _resultobj
= Py_None
;
5726 #define wxStyledTextCtrl_EnsureVisible(_swigobj,_swigarg0) (_swigobj->EnsureVisible(_swigarg0))
5727 static PyObject
*_wrap_wxStyledTextCtrl_EnsureVisible(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5728 PyObject
* _resultobj
;
5729 wxStyledTextCtrl
* _arg0
;
5731 PyObject
* _argo0
= 0;
5732 char *_kwnames
[] = { "self","line", NULL
};
5735 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_EnsureVisible",_kwnames
,&_argo0
,&_arg1
))
5738 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5739 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5740 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_EnsureVisible. Expected _wxStyledTextCtrl_p.");
5745 wxPy_BEGIN_ALLOW_THREADS
;
5746 wxStyledTextCtrl_EnsureVisible(_arg0
,_arg1
);
5748 wxPy_END_ALLOW_THREADS
;
5749 } Py_INCREF(Py_None
);
5750 _resultobj
= Py_None
;
5754 #define wxStyledTextCtrl_SetFoldFlags(_swigobj,_swigarg0) (_swigobj->SetFoldFlags(_swigarg0))
5755 static PyObject
*_wrap_wxStyledTextCtrl_SetFoldFlags(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5756 PyObject
* _resultobj
;
5757 wxStyledTextCtrl
* _arg0
;
5759 PyObject
* _argo0
= 0;
5760 char *_kwnames
[] = { "self","flags", NULL
};
5763 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetFoldFlags",_kwnames
,&_argo0
,&_arg1
))
5766 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5767 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5768 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetFoldFlags. Expected _wxStyledTextCtrl_p.");
5773 wxPy_BEGIN_ALLOW_THREADS
;
5774 wxStyledTextCtrl_SetFoldFlags(_arg0
,_arg1
);
5776 wxPy_END_ALLOW_THREADS
;
5777 } Py_INCREF(Py_None
);
5778 _resultobj
= Py_None
;
5782 #define wxStyledTextCtrl_LineLength(_swigobj,_swigarg0) (_swigobj->LineLength(_swigarg0))
5783 static PyObject
*_wrap_wxStyledTextCtrl_LineLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5784 PyObject
* _resultobj
;
5786 wxStyledTextCtrl
* _arg0
;
5788 PyObject
* _argo0
= 0;
5789 char *_kwnames
[] = { "self","line", NULL
};
5792 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_LineLength",_kwnames
,&_argo0
,&_arg1
))
5795 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5796 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5797 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LineLength. Expected _wxStyledTextCtrl_p.");
5802 wxPy_BEGIN_ALLOW_THREADS
;
5803 _result
= (int )wxStyledTextCtrl_LineLength(_arg0
,_arg1
);
5805 wxPy_END_ALLOW_THREADS
;
5806 } _resultobj
= Py_BuildValue("i",_result
);
5810 #define wxStyledTextCtrl_BraceHighlight(_swigobj,_swigarg0,_swigarg1) (_swigobj->BraceHighlight(_swigarg0,_swigarg1))
5811 static PyObject
*_wrap_wxStyledTextCtrl_BraceHighlight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5812 PyObject
* _resultobj
;
5813 wxStyledTextCtrl
* _arg0
;
5816 PyObject
* _argo0
= 0;
5817 char *_kwnames
[] = { "self","pos1","pos2", NULL
};
5820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_BraceHighlight",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
5823 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5824 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5825 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceHighlight. Expected _wxStyledTextCtrl_p.");
5830 wxPy_BEGIN_ALLOW_THREADS
;
5831 wxStyledTextCtrl_BraceHighlight(_arg0
,_arg1
,_arg2
);
5833 wxPy_END_ALLOW_THREADS
;
5834 } Py_INCREF(Py_None
);
5835 _resultobj
= Py_None
;
5839 #define wxStyledTextCtrl_BraceBadLight(_swigobj,_swigarg0) (_swigobj->BraceBadLight(_swigarg0))
5840 static PyObject
*_wrap_wxStyledTextCtrl_BraceBadLight(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5841 PyObject
* _resultobj
;
5842 wxStyledTextCtrl
* _arg0
;
5844 PyObject
* _argo0
= 0;
5845 char *_kwnames
[] = { "self","pos", NULL
};
5848 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceBadLight",_kwnames
,&_argo0
,&_arg1
))
5851 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5852 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5853 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceBadLight. Expected _wxStyledTextCtrl_p.");
5858 wxPy_BEGIN_ALLOW_THREADS
;
5859 wxStyledTextCtrl_BraceBadLight(_arg0
,_arg1
);
5861 wxPy_END_ALLOW_THREADS
;
5862 } Py_INCREF(Py_None
);
5863 _resultobj
= Py_None
;
5867 #define wxStyledTextCtrl_BraceMatch(_swigobj,_swigarg0) (_swigobj->BraceMatch(_swigarg0))
5868 static PyObject
*_wrap_wxStyledTextCtrl_BraceMatch(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5869 PyObject
* _resultobj
;
5871 wxStyledTextCtrl
* _arg0
;
5873 PyObject
* _argo0
= 0;
5874 char *_kwnames
[] = { "self","pos", NULL
};
5877 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_BraceMatch",_kwnames
,&_argo0
,&_arg1
))
5880 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5881 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5882 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_BraceMatch. Expected _wxStyledTextCtrl_p.");
5887 wxPy_BEGIN_ALLOW_THREADS
;
5888 _result
= (int )wxStyledTextCtrl_BraceMatch(_arg0
,_arg1
);
5890 wxPy_END_ALLOW_THREADS
;
5891 } _resultobj
= Py_BuildValue("i",_result
);
5895 #define wxStyledTextCtrl_GetViewEOL(_swigobj) (_swigobj->GetViewEOL())
5896 static PyObject
*_wrap_wxStyledTextCtrl_GetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5897 PyObject
* _resultobj
;
5899 wxStyledTextCtrl
* _arg0
;
5900 PyObject
* _argo0
= 0;
5901 char *_kwnames
[] = { "self", NULL
};
5904 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetViewEOL",_kwnames
,&_argo0
))
5907 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5908 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5909 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetViewEOL. Expected _wxStyledTextCtrl_p.");
5914 wxPy_BEGIN_ALLOW_THREADS
;
5915 _result
= (bool )wxStyledTextCtrl_GetViewEOL(_arg0
);
5917 wxPy_END_ALLOW_THREADS
;
5918 } _resultobj
= Py_BuildValue("i",_result
);
5922 #define wxStyledTextCtrl_SetViewEOL(_swigobj,_swigarg0) (_swigobj->SetViewEOL(_swigarg0))
5923 static PyObject
*_wrap_wxStyledTextCtrl_SetViewEOL(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5924 PyObject
* _resultobj
;
5925 wxStyledTextCtrl
* _arg0
;
5927 PyObject
* _argo0
= 0;
5929 char *_kwnames
[] = { "self","visible", NULL
};
5932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetViewEOL",_kwnames
,&_argo0
,&tempbool1
))
5935 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5936 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5937 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetViewEOL. Expected _wxStyledTextCtrl_p.");
5941 _arg1
= (bool ) tempbool1
;
5943 wxPy_BEGIN_ALLOW_THREADS
;
5944 wxStyledTextCtrl_SetViewEOL(_arg0
,_arg1
);
5946 wxPy_END_ALLOW_THREADS
;
5947 } Py_INCREF(Py_None
);
5948 _resultobj
= Py_None
;
5952 #define wxStyledTextCtrl_GetDocPointer(_swigobj) (_swigobj->GetDocPointer())
5953 static PyObject
*_wrap_wxStyledTextCtrl_GetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5954 PyObject
* _resultobj
;
5956 wxStyledTextCtrl
* _arg0
;
5957 PyObject
* _argo0
= 0;
5958 char *_kwnames
[] = { "self", NULL
};
5962 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetDocPointer",_kwnames
,&_argo0
))
5965 if (_argo0
== Py_None
) { _arg0
= NULL
; }
5966 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
5967 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetDocPointer. Expected _wxStyledTextCtrl_p.");
5972 wxPy_BEGIN_ALLOW_THREADS
;
5973 _result
= (void *)wxStyledTextCtrl_GetDocPointer(_arg0
);
5975 wxPy_END_ALLOW_THREADS
;
5977 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
5978 _resultobj
= Py_BuildValue("s",_ptemp
);
5981 _resultobj
= Py_None
;
5986 #define wxStyledTextCtrl_SetDocPointer(_swigobj,_swigarg0) (_swigobj->SetDocPointer(_swigarg0))
5987 static PyObject
*_wrap_wxStyledTextCtrl_SetDocPointer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
5988 PyObject
* _resultobj
;
5989 wxStyledTextCtrl
* _arg0
;
5991 PyObject
* _argo0
= 0;
5992 PyObject
* _argo1
= 0;
5993 char *_kwnames
[] = { "self","docPointer", NULL
};
5996 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetDocPointer",_kwnames
,&_argo0
,&_argo1
))
5999 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6000 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6001 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetDocPointer. Expected _wxStyledTextCtrl_p.");
6006 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6007 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
6008 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_SetDocPointer. Expected _void_p.");
6013 wxPy_BEGIN_ALLOW_THREADS
;
6014 wxStyledTextCtrl_SetDocPointer(_arg0
,_arg1
);
6016 wxPy_END_ALLOW_THREADS
;
6017 } Py_INCREF(Py_None
);
6018 _resultobj
= Py_None
;
6022 #define wxStyledTextCtrl_SetModEventMask(_swigobj,_swigarg0) (_swigobj->SetModEventMask(_swigarg0))
6023 static PyObject
*_wrap_wxStyledTextCtrl_SetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6024 PyObject
* _resultobj
;
6025 wxStyledTextCtrl
* _arg0
;
6027 PyObject
* _argo0
= 0;
6028 char *_kwnames
[] = { "self","mask", NULL
};
6031 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetModEventMask",_kwnames
,&_argo0
,&_arg1
))
6034 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6035 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6036 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetModEventMask. Expected _wxStyledTextCtrl_p.");
6041 wxPy_BEGIN_ALLOW_THREADS
;
6042 wxStyledTextCtrl_SetModEventMask(_arg0
,_arg1
);
6044 wxPy_END_ALLOW_THREADS
;
6045 } Py_INCREF(Py_None
);
6046 _resultobj
= Py_None
;
6050 #define wxStyledTextCtrl_GetEdgeColumn(_swigobj) (_swigobj->GetEdgeColumn())
6051 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6052 PyObject
* _resultobj
;
6054 wxStyledTextCtrl
* _arg0
;
6055 PyObject
* _argo0
= 0;
6056 char *_kwnames
[] = { "self", NULL
};
6059 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColumn",_kwnames
,&_argo0
))
6062 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6063 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6064 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColumn. Expected _wxStyledTextCtrl_p.");
6069 wxPy_BEGIN_ALLOW_THREADS
;
6070 _result
= (int )wxStyledTextCtrl_GetEdgeColumn(_arg0
);
6072 wxPy_END_ALLOW_THREADS
;
6073 } _resultobj
= Py_BuildValue("i",_result
);
6077 #define wxStyledTextCtrl_SetEdgeColumn(_swigobj,_swigarg0) (_swigobj->SetEdgeColumn(_swigarg0))
6078 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6079 PyObject
* _resultobj
;
6080 wxStyledTextCtrl
* _arg0
;
6082 PyObject
* _argo0
= 0;
6083 char *_kwnames
[] = { "self","column", NULL
};
6086 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeColumn",_kwnames
,&_argo0
,&_arg1
))
6089 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6090 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6091 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColumn. Expected _wxStyledTextCtrl_p.");
6096 wxPy_BEGIN_ALLOW_THREADS
;
6097 wxStyledTextCtrl_SetEdgeColumn(_arg0
,_arg1
);
6099 wxPy_END_ALLOW_THREADS
;
6100 } Py_INCREF(Py_None
);
6101 _resultobj
= Py_None
;
6105 #define wxStyledTextCtrl_GetEdgeMode(_swigobj) (_swigobj->GetEdgeMode())
6106 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6107 PyObject
* _resultobj
;
6109 wxStyledTextCtrl
* _arg0
;
6110 PyObject
* _argo0
= 0;
6111 char *_kwnames
[] = { "self", NULL
};
6114 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeMode",_kwnames
,&_argo0
))
6117 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6118 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6119 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeMode. Expected _wxStyledTextCtrl_p.");
6124 wxPy_BEGIN_ALLOW_THREADS
;
6125 _result
= (int )wxStyledTextCtrl_GetEdgeMode(_arg0
);
6127 wxPy_END_ALLOW_THREADS
;
6128 } _resultobj
= Py_BuildValue("i",_result
);
6132 #define wxStyledTextCtrl_SetEdgeMode(_swigobj,_swigarg0) (_swigobj->SetEdgeMode(_swigarg0))
6133 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeMode(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6134 PyObject
* _resultobj
;
6135 wxStyledTextCtrl
* _arg0
;
6137 PyObject
* _argo0
= 0;
6138 char *_kwnames
[] = { "self","mode", NULL
};
6141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetEdgeMode",_kwnames
,&_argo0
,&_arg1
))
6144 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6145 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeMode. Expected _wxStyledTextCtrl_p.");
6151 wxPy_BEGIN_ALLOW_THREADS
;
6152 wxStyledTextCtrl_SetEdgeMode(_arg0
,_arg1
);
6154 wxPy_END_ALLOW_THREADS
;
6155 } Py_INCREF(Py_None
);
6156 _resultobj
= Py_None
;
6160 #define wxStyledTextCtrl_GetEdgeColour(_swigobj) (_swigobj->GetEdgeColour())
6161 static PyObject
*_wrap_wxStyledTextCtrl_GetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6162 PyObject
* _resultobj
;
6164 wxStyledTextCtrl
* _arg0
;
6165 PyObject
* _argo0
= 0;
6166 char *_kwnames
[] = { "self", NULL
};
6170 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetEdgeColour",_kwnames
,&_argo0
))
6173 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6174 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6175 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetEdgeColour. Expected _wxStyledTextCtrl_p.");
6180 wxPy_BEGIN_ALLOW_THREADS
;
6181 _result
= new wxColour (wxStyledTextCtrl_GetEdgeColour(_arg0
));
6183 wxPy_END_ALLOW_THREADS
;
6184 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxColour_p");
6185 _resultobj
= Py_BuildValue("s",_ptemp
);
6189 #define wxStyledTextCtrl_SetEdgeColour(_swigobj,_swigarg0) (_swigobj->SetEdgeColour(_swigarg0))
6190 static PyObject
*_wrap_wxStyledTextCtrl_SetEdgeColour(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6191 PyObject
* _resultobj
;
6192 wxStyledTextCtrl
* _arg0
;
6194 PyObject
* _argo0
= 0;
6196 PyObject
* _obj1
= 0;
6197 char *_kwnames
[] = { "self","edgeColour", NULL
};
6200 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_SetEdgeColour",_kwnames
,&_argo0
,&_obj1
))
6203 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6204 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6205 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetEdgeColour. Expected _wxStyledTextCtrl_p.");
6211 if (! wxColour_helper(_obj1
, &_arg1
))
6215 wxPy_BEGIN_ALLOW_THREADS
;
6216 wxStyledTextCtrl_SetEdgeColour(_arg0
,*_arg1
);
6218 wxPy_END_ALLOW_THREADS
;
6219 } Py_INCREF(Py_None
);
6220 _resultobj
= Py_None
;
6224 #define wxStyledTextCtrl_SearchAnchor(_swigobj) (_swigobj->SearchAnchor())
6225 static PyObject
*_wrap_wxStyledTextCtrl_SearchAnchor(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6226 PyObject
* _resultobj
;
6227 wxStyledTextCtrl
* _arg0
;
6228 PyObject
* _argo0
= 0;
6229 char *_kwnames
[] = { "self", NULL
};
6232 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SearchAnchor",_kwnames
,&_argo0
))
6235 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6236 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6237 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchAnchor. Expected _wxStyledTextCtrl_p.");
6242 wxPy_BEGIN_ALLOW_THREADS
;
6243 wxStyledTextCtrl_SearchAnchor(_arg0
);
6245 wxPy_END_ALLOW_THREADS
;
6246 } Py_INCREF(Py_None
);
6247 _resultobj
= Py_None
;
6251 #define wxStyledTextCtrl_SearchNext(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchNext(_swigarg0,_swigarg1))
6252 static PyObject
*_wrap_wxStyledTextCtrl_SearchNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6253 PyObject
* _resultobj
;
6255 wxStyledTextCtrl
* _arg0
;
6258 PyObject
* _argo0
= 0;
6259 PyObject
* _obj2
= 0;
6260 char *_kwnames
[] = { "self","flags","text", NULL
};
6263 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchNext",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6266 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6267 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6268 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchNext. Expected _wxStyledTextCtrl_p.");
6273 #if PYTHON_API_VERSION >= 1009
6274 char* tmpPtr
; int tmpSize
;
6275 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6276 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6279 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6281 _arg2
= new wxString(tmpPtr
, tmpSize
);
6283 if (!PyString_Check(_obj2
)) {
6284 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6287 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6291 wxPy_BEGIN_ALLOW_THREADS
;
6292 _result
= (int )wxStyledTextCtrl_SearchNext(_arg0
,_arg1
,*_arg2
);
6294 wxPy_END_ALLOW_THREADS
;
6295 } _resultobj
= Py_BuildValue("i",_result
);
6303 #define wxStyledTextCtrl_SearchPrev(_swigobj,_swigarg0,_swigarg1) (_swigobj->SearchPrev(_swigarg0,_swigarg1))
6304 static PyObject
*_wrap_wxStyledTextCtrl_SearchPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6305 PyObject
* _resultobj
;
6307 wxStyledTextCtrl
* _arg0
;
6310 PyObject
* _argo0
= 0;
6311 PyObject
* _obj2
= 0;
6312 char *_kwnames
[] = { "self","flags","text", NULL
};
6315 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SearchPrev",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6318 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6319 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6320 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SearchPrev. Expected _wxStyledTextCtrl_p.");
6325 #if PYTHON_API_VERSION >= 1009
6326 char* tmpPtr
; int tmpSize
;
6327 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6328 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6331 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6333 _arg2
= new wxString(tmpPtr
, tmpSize
);
6335 if (!PyString_Check(_obj2
)) {
6336 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6339 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6343 wxPy_BEGIN_ALLOW_THREADS
;
6344 _result
= (int )wxStyledTextCtrl_SearchPrev(_arg0
,_arg1
,*_arg2
);
6346 wxPy_END_ALLOW_THREADS
;
6347 } _resultobj
= Py_BuildValue("i",_result
);
6355 #define wxStyledTextCtrl_SetCaretPolicy(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetCaretPolicy(_swigarg0,_swigarg1))
6356 static PyObject
*_wrap_wxStyledTextCtrl_SetCaretPolicy(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6357 PyObject
* _resultobj
;
6358 wxStyledTextCtrl
* _arg0
;
6361 PyObject
* _argo0
= 0;
6362 char *_kwnames
[] = { "self","caretPolicy","caretSlop", NULL
};
6365 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetCaretPolicy",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6368 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6369 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6370 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetCaretPolicy. Expected _wxStyledTextCtrl_p.");
6375 wxPy_BEGIN_ALLOW_THREADS
;
6376 wxStyledTextCtrl_SetCaretPolicy(_arg0
,_arg1
,_arg2
);
6378 wxPy_END_ALLOW_THREADS
;
6379 } Py_INCREF(Py_None
);
6380 _resultobj
= Py_None
;
6384 #define wxStyledTextCtrl_LinesOnScreen(_swigobj) (_swigobj->LinesOnScreen())
6385 static PyObject
*_wrap_wxStyledTextCtrl_LinesOnScreen(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6386 PyObject
* _resultobj
;
6388 wxStyledTextCtrl
* _arg0
;
6389 PyObject
* _argo0
= 0;
6390 char *_kwnames
[] = { "self", NULL
};
6393 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_LinesOnScreen",_kwnames
,&_argo0
))
6396 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6397 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6398 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_LinesOnScreen. Expected _wxStyledTextCtrl_p.");
6403 wxPy_BEGIN_ALLOW_THREADS
;
6404 _result
= (int )wxStyledTextCtrl_LinesOnScreen(_arg0
);
6406 wxPy_END_ALLOW_THREADS
;
6407 } _resultobj
= Py_BuildValue("i",_result
);
6411 #define wxStyledTextCtrl_UsePopUp(_swigobj,_swigarg0) (_swigobj->UsePopUp(_swigarg0))
6412 static PyObject
*_wrap_wxStyledTextCtrl_UsePopUp(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6413 PyObject
* _resultobj
;
6414 wxStyledTextCtrl
* _arg0
;
6416 PyObject
* _argo0
= 0;
6418 char *_kwnames
[] = { "self","allowPopUp", NULL
};
6421 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_UsePopUp",_kwnames
,&_argo0
,&tempbool1
))
6424 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6425 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6426 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_UsePopUp. Expected _wxStyledTextCtrl_p.");
6430 _arg1
= (bool ) tempbool1
;
6432 wxPy_BEGIN_ALLOW_THREADS
;
6433 wxStyledTextCtrl_UsePopUp(_arg0
,_arg1
);
6435 wxPy_END_ALLOW_THREADS
;
6436 } Py_INCREF(Py_None
);
6437 _resultobj
= Py_None
;
6441 #define wxStyledTextCtrl_SelectionIsRectangle(_swigobj) (_swigobj->SelectionIsRectangle())
6442 static PyObject
*_wrap_wxStyledTextCtrl_SelectionIsRectangle(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6443 PyObject
* _resultobj
;
6445 wxStyledTextCtrl
* _arg0
;
6446 PyObject
* _argo0
= 0;
6447 char *_kwnames
[] = { "self", NULL
};
6450 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_SelectionIsRectangle",_kwnames
,&_argo0
))
6453 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6454 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6455 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SelectionIsRectangle. Expected _wxStyledTextCtrl_p.");
6460 wxPy_BEGIN_ALLOW_THREADS
;
6461 _result
= (bool )wxStyledTextCtrl_SelectionIsRectangle(_arg0
);
6463 wxPy_END_ALLOW_THREADS
;
6464 } _resultobj
= Py_BuildValue("i",_result
);
6468 #define wxStyledTextCtrl_SetZoom(_swigobj,_swigarg0) (_swigobj->SetZoom(_swigarg0))
6469 static PyObject
*_wrap_wxStyledTextCtrl_SetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6470 PyObject
* _resultobj
;
6471 wxStyledTextCtrl
* _arg0
;
6473 PyObject
* _argo0
= 0;
6474 char *_kwnames
[] = { "self","zoom", NULL
};
6477 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetZoom",_kwnames
,&_argo0
,&_arg1
))
6480 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6481 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6482 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetZoom. Expected _wxStyledTextCtrl_p.");
6487 wxPy_BEGIN_ALLOW_THREADS
;
6488 wxStyledTextCtrl_SetZoom(_arg0
,_arg1
);
6490 wxPy_END_ALLOW_THREADS
;
6491 } Py_INCREF(Py_None
);
6492 _resultobj
= Py_None
;
6496 #define wxStyledTextCtrl_GetZoom(_swigobj) (_swigobj->GetZoom())
6497 static PyObject
*_wrap_wxStyledTextCtrl_GetZoom(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6498 PyObject
* _resultobj
;
6500 wxStyledTextCtrl
* _arg0
;
6501 PyObject
* _argo0
= 0;
6502 char *_kwnames
[] = { "self", NULL
};
6505 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetZoom",_kwnames
,&_argo0
))
6508 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6509 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6510 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetZoom. Expected _wxStyledTextCtrl_p.");
6515 wxPy_BEGIN_ALLOW_THREADS
;
6516 _result
= (int )wxStyledTextCtrl_GetZoom(_arg0
);
6518 wxPy_END_ALLOW_THREADS
;
6519 } _resultobj
= Py_BuildValue("i",_result
);
6523 #define wxStyledTextCtrl_CreateDocument(_swigobj) (_swigobj->CreateDocument())
6524 static PyObject
*_wrap_wxStyledTextCtrl_CreateDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6525 PyObject
* _resultobj
;
6527 wxStyledTextCtrl
* _arg0
;
6528 PyObject
* _argo0
= 0;
6529 char *_kwnames
[] = { "self", NULL
};
6533 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_CreateDocument",_kwnames
,&_argo0
))
6536 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6537 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6538 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CreateDocument. Expected _wxStyledTextCtrl_p.");
6543 wxPy_BEGIN_ALLOW_THREADS
;
6544 _result
= (void *)wxStyledTextCtrl_CreateDocument(_arg0
);
6546 wxPy_END_ALLOW_THREADS
;
6548 SWIG_MakePtr(_ptemp
, (char *) _result
,"_void_p");
6549 _resultobj
= Py_BuildValue("s",_ptemp
);
6552 _resultobj
= Py_None
;
6557 #define wxStyledTextCtrl_AddRefDocument(_swigobj,_swigarg0) (_swigobj->AddRefDocument(_swigarg0))
6558 static PyObject
*_wrap_wxStyledTextCtrl_AddRefDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6559 PyObject
* _resultobj
;
6560 wxStyledTextCtrl
* _arg0
;
6562 PyObject
* _argo0
= 0;
6563 PyObject
* _argo1
= 0;
6564 char *_kwnames
[] = { "self","docPointer", NULL
};
6567 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_AddRefDocument",_kwnames
,&_argo0
,&_argo1
))
6570 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6571 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6572 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_AddRefDocument. Expected _wxStyledTextCtrl_p.");
6577 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6578 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
6579 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_AddRefDocument. Expected _void_p.");
6584 wxPy_BEGIN_ALLOW_THREADS
;
6585 wxStyledTextCtrl_AddRefDocument(_arg0
,_arg1
);
6587 wxPy_END_ALLOW_THREADS
;
6588 } Py_INCREF(Py_None
);
6589 _resultobj
= Py_None
;
6593 #define wxStyledTextCtrl_ReleaseDocument(_swigobj,_swigarg0) (_swigobj->ReleaseDocument(_swigarg0))
6594 static PyObject
*_wrap_wxStyledTextCtrl_ReleaseDocument(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6595 PyObject
* _resultobj
;
6596 wxStyledTextCtrl
* _arg0
;
6598 PyObject
* _argo0
= 0;
6599 PyObject
* _argo1
= 0;
6600 char *_kwnames
[] = { "self","docPointer", NULL
};
6603 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextCtrl_ReleaseDocument",_kwnames
,&_argo0
,&_argo1
))
6606 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6607 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6608 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ReleaseDocument. Expected _wxStyledTextCtrl_p.");
6613 if (_argo1
== Py_None
) { _arg1
= NULL
; }
6614 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,(char *) 0 )) {
6615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextCtrl_ReleaseDocument. Expected _void_p.");
6620 wxPy_BEGIN_ALLOW_THREADS
;
6621 wxStyledTextCtrl_ReleaseDocument(_arg0
,_arg1
);
6623 wxPy_END_ALLOW_THREADS
;
6624 } Py_INCREF(Py_None
);
6625 _resultobj
= Py_None
;
6629 #define wxStyledTextCtrl_GetModEventMask(_swigobj) (_swigobj->GetModEventMask())
6630 static PyObject
*_wrap_wxStyledTextCtrl_GetModEventMask(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6631 PyObject
* _resultobj
;
6633 wxStyledTextCtrl
* _arg0
;
6634 PyObject
* _argo0
= 0;
6635 char *_kwnames
[] = { "self", NULL
};
6638 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetModEventMask",_kwnames
,&_argo0
))
6641 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6642 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6643 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetModEventMask. Expected _wxStyledTextCtrl_p.");
6648 wxPy_BEGIN_ALLOW_THREADS
;
6649 _result
= (int )wxStyledTextCtrl_GetModEventMask(_arg0
);
6651 wxPy_END_ALLOW_THREADS
;
6652 } _resultobj
= Py_BuildValue("i",_result
);
6656 #define wxStyledTextCtrl_StartRecord(_swigobj) (_swigobj->StartRecord())
6657 static PyObject
*_wrap_wxStyledTextCtrl_StartRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6658 PyObject
* _resultobj
;
6659 wxStyledTextCtrl
* _arg0
;
6660 PyObject
* _argo0
= 0;
6661 char *_kwnames
[] = { "self", NULL
};
6664 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StartRecord",_kwnames
,&_argo0
))
6667 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6668 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6669 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StartRecord. Expected _wxStyledTextCtrl_p.");
6674 wxPy_BEGIN_ALLOW_THREADS
;
6675 wxStyledTextCtrl_StartRecord(_arg0
);
6677 wxPy_END_ALLOW_THREADS
;
6678 } Py_INCREF(Py_None
);
6679 _resultobj
= Py_None
;
6683 #define wxStyledTextCtrl_StopRecord(_swigobj) (_swigobj->StopRecord())
6684 static PyObject
*_wrap_wxStyledTextCtrl_StopRecord(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6685 PyObject
* _resultobj
;
6686 wxStyledTextCtrl
* _arg0
;
6687 PyObject
* _argo0
= 0;
6688 char *_kwnames
[] = { "self", NULL
};
6691 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_StopRecord",_kwnames
,&_argo0
))
6694 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6695 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6696 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StopRecord. Expected _wxStyledTextCtrl_p.");
6701 wxPy_BEGIN_ALLOW_THREADS
;
6702 wxStyledTextCtrl_StopRecord(_arg0
);
6704 wxPy_END_ALLOW_THREADS
;
6705 } Py_INCREF(Py_None
);
6706 _resultobj
= Py_None
;
6710 #define wxStyledTextCtrl_SetLexer(_swigobj,_swigarg0) (_swigobj->SetLexer(_swigarg0))
6711 static PyObject
*_wrap_wxStyledTextCtrl_SetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6712 PyObject
* _resultobj
;
6713 wxStyledTextCtrl
* _arg0
;
6715 PyObject
* _argo0
= 0;
6716 char *_kwnames
[] = { "self","lexer", NULL
};
6719 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_SetLexer",_kwnames
,&_argo0
,&_arg1
))
6722 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6723 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6724 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetLexer. Expected _wxStyledTextCtrl_p.");
6729 wxPy_BEGIN_ALLOW_THREADS
;
6730 wxStyledTextCtrl_SetLexer(_arg0
,_arg1
);
6732 wxPy_END_ALLOW_THREADS
;
6733 } Py_INCREF(Py_None
);
6734 _resultobj
= Py_None
;
6738 #define wxStyledTextCtrl_GetLexer(_swigobj) (_swigobj->GetLexer())
6739 static PyObject
*_wrap_wxStyledTextCtrl_GetLexer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6740 PyObject
* _resultobj
;
6742 wxStyledTextCtrl
* _arg0
;
6743 PyObject
* _argo0
= 0;
6744 char *_kwnames
[] = { "self", NULL
};
6747 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetLexer",_kwnames
,&_argo0
))
6750 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6751 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6752 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetLexer. Expected _wxStyledTextCtrl_p.");
6757 wxPy_BEGIN_ALLOW_THREADS
;
6758 _result
= (int )wxStyledTextCtrl_GetLexer(_arg0
);
6760 wxPy_END_ALLOW_THREADS
;
6761 } _resultobj
= Py_BuildValue("i",_result
);
6765 #define wxStyledTextCtrl_Colourise(_swigobj,_swigarg0,_swigarg1) (_swigobj->Colourise(_swigarg0,_swigarg1))
6766 static PyObject
*_wrap_wxStyledTextCtrl_Colourise(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6767 PyObject
* _resultobj
;
6768 wxStyledTextCtrl
* _arg0
;
6771 PyObject
* _argo0
= 0;
6772 char *_kwnames
[] = { "self","start","end", NULL
};
6775 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_Colourise",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
6778 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6779 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6780 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_Colourise. Expected _wxStyledTextCtrl_p.");
6785 wxPy_BEGIN_ALLOW_THREADS
;
6786 wxStyledTextCtrl_Colourise(_arg0
,_arg1
,_arg2
);
6788 wxPy_END_ALLOW_THREADS
;
6789 } Py_INCREF(Py_None
);
6790 _resultobj
= Py_None
;
6794 #define wxStyledTextCtrl_SetProperty(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetProperty(_swigarg0,_swigarg1))
6795 static PyObject
*_wrap_wxStyledTextCtrl_SetProperty(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6796 PyObject
* _resultobj
;
6797 wxStyledTextCtrl
* _arg0
;
6800 PyObject
* _argo0
= 0;
6801 PyObject
* _obj1
= 0;
6802 PyObject
* _obj2
= 0;
6803 char *_kwnames
[] = { "self","key","value", NULL
};
6806 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OOO:wxStyledTextCtrl_SetProperty",_kwnames
,&_argo0
,&_obj1
,&_obj2
))
6809 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6810 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6811 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetProperty. Expected _wxStyledTextCtrl_p.");
6816 #if PYTHON_API_VERSION >= 1009
6817 char* tmpPtr
; int tmpSize
;
6818 if (!PyString_Check(_obj1
) && !PyUnicode_Check(_obj1
)) {
6819 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6822 if (PyString_AsStringAndSize(_obj1
, &tmpPtr
, &tmpSize
) == -1)
6824 _arg1
= new wxString(tmpPtr
, tmpSize
);
6826 if (!PyString_Check(_obj1
)) {
6827 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6830 _arg1
= new wxString(PyString_AS_STRING(_obj1
), PyString_GET_SIZE(_obj1
));
6834 #if PYTHON_API_VERSION >= 1009
6835 char* tmpPtr
; int tmpSize
;
6836 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6837 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6840 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6842 _arg2
= new wxString(tmpPtr
, tmpSize
);
6844 if (!PyString_Check(_obj2
)) {
6845 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6848 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6852 wxPy_BEGIN_ALLOW_THREADS
;
6853 wxStyledTextCtrl_SetProperty(_arg0
,*_arg1
,*_arg2
);
6855 wxPy_END_ALLOW_THREADS
;
6856 } Py_INCREF(Py_None
);
6857 _resultobj
= Py_None
;
6869 #define wxStyledTextCtrl_SetKeyWords(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetKeyWords(_swigarg0,_swigarg1))
6870 static PyObject
*_wrap_wxStyledTextCtrl_SetKeyWords(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6871 PyObject
* _resultobj
;
6872 wxStyledTextCtrl
* _arg0
;
6875 PyObject
* _argo0
= 0;
6876 PyObject
* _obj2
= 0;
6877 char *_kwnames
[] = { "self","keywordSet","keyWords", NULL
};
6880 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_SetKeyWords",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6883 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6884 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6885 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetKeyWords. Expected _wxStyledTextCtrl_p.");
6890 #if PYTHON_API_VERSION >= 1009
6891 char* tmpPtr
; int tmpSize
;
6892 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6893 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6896 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6898 _arg2
= new wxString(tmpPtr
, tmpSize
);
6900 if (!PyString_Check(_obj2
)) {
6901 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6904 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6908 wxPy_BEGIN_ALLOW_THREADS
;
6909 wxStyledTextCtrl_SetKeyWords(_arg0
,_arg1
,*_arg2
);
6911 wxPy_END_ALLOW_THREADS
;
6912 } Py_INCREF(Py_None
);
6913 _resultobj
= Py_None
;
6921 #define wxStyledTextCtrl_GetCurrentLine(_swigobj) (_swigobj->GetCurrentLine())
6922 static PyObject
*_wrap_wxStyledTextCtrl_GetCurrentLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6923 PyObject
* _resultobj
;
6925 wxStyledTextCtrl
* _arg0
;
6926 PyObject
* _argo0
= 0;
6927 char *_kwnames
[] = { "self", NULL
};
6930 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetCurrentLine",_kwnames
,&_argo0
))
6933 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6934 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6935 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetCurrentLine. Expected _wxStyledTextCtrl_p.");
6940 wxPy_BEGIN_ALLOW_THREADS
;
6941 _result
= (int )wxStyledTextCtrl_GetCurrentLine(_arg0
);
6943 wxPy_END_ALLOW_THREADS
;
6944 } _resultobj
= Py_BuildValue("i",_result
);
6948 #define wxStyledTextCtrl_StyleSetSpec(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetSpec(_swigarg0,_swigarg1))
6949 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetSpec(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
6950 PyObject
* _resultobj
;
6951 wxStyledTextCtrl
* _arg0
;
6954 PyObject
* _argo0
= 0;
6955 PyObject
* _obj2
= 0;
6956 char *_kwnames
[] = { "self","styleNum","spec", NULL
};
6959 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetSpec",_kwnames
,&_argo0
,&_arg1
,&_obj2
))
6962 if (_argo0
== Py_None
) { _arg0
= NULL
; }
6963 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
6964 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetSpec. Expected _wxStyledTextCtrl_p.");
6969 #if PYTHON_API_VERSION >= 1009
6970 char* tmpPtr
; int tmpSize
;
6971 if (!PyString_Check(_obj2
) && !PyUnicode_Check(_obj2
)) {
6972 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
6975 if (PyString_AsStringAndSize(_obj2
, &tmpPtr
, &tmpSize
) == -1)
6977 _arg2
= new wxString(tmpPtr
, tmpSize
);
6979 if (!PyString_Check(_obj2
)) {
6980 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
6983 _arg2
= new wxString(PyString_AS_STRING(_obj2
), PyString_GET_SIZE(_obj2
));
6987 wxPy_BEGIN_ALLOW_THREADS
;
6988 wxStyledTextCtrl_StyleSetSpec(_arg0
,_arg1
,*_arg2
);
6990 wxPy_END_ALLOW_THREADS
;
6991 } Py_INCREF(Py_None
);
6992 _resultobj
= Py_None
;
7000 #define wxStyledTextCtrl_StyleSetFont(_swigobj,_swigarg0,_swigarg1) (_swigobj->StyleSetFont(_swigarg0,_swigarg1))
7001 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFont(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7002 PyObject
* _resultobj
;
7003 wxStyledTextCtrl
* _arg0
;
7006 PyObject
* _argo0
= 0;
7007 PyObject
* _argo2
= 0;
7008 char *_kwnames
[] = { "self","styleNum","font", NULL
};
7011 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiO:wxStyledTextCtrl_StyleSetFont",_kwnames
,&_argo0
,&_arg1
,&_argo2
))
7014 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7015 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7016 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFont. Expected _wxStyledTextCtrl_p.");
7021 if (_argo2
== Py_None
) { _arg2
= NULL
; }
7022 else if (SWIG_GetPtrObj(_argo2
,(void **) &_arg2
,"_wxFont_p")) {
7023 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxStyledTextCtrl_StyleSetFont. Expected _wxFont_p.");
7028 wxPy_BEGIN_ALLOW_THREADS
;
7029 wxStyledTextCtrl_StyleSetFont(_arg0
,_arg1
,*_arg2
);
7031 wxPy_END_ALLOW_THREADS
;
7032 } Py_INCREF(Py_None
);
7033 _resultobj
= Py_None
;
7037 #define wxStyledTextCtrl_StyleSetFontAttr(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->StyleSetFontAttr(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
7038 static PyObject
*_wrap_wxStyledTextCtrl_StyleSetFontAttr(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7039 PyObject
* _resultobj
;
7040 wxStyledTextCtrl
* _arg0
;
7047 PyObject
* _argo0
= 0;
7048 PyObject
* _obj3
= 0;
7052 char *_kwnames
[] = { "self","styleNum","size","faceName","bold","italic","underline", NULL
};
7055 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OiiOiii:wxStyledTextCtrl_StyleSetFontAttr",_kwnames
,&_argo0
,&_arg1
,&_arg2
,&_obj3
,&tempbool4
,&tempbool5
,&tempbool6
))
7058 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7059 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7060 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_StyleSetFontAttr. Expected _wxStyledTextCtrl_p.");
7065 #if PYTHON_API_VERSION >= 1009
7066 char* tmpPtr
; int tmpSize
;
7067 if (!PyString_Check(_obj3
) && !PyUnicode_Check(_obj3
)) {
7068 PyErr_SetString(PyExc_TypeError
, "String or Unicode type required");
7071 if (PyString_AsStringAndSize(_obj3
, &tmpPtr
, &tmpSize
) == -1)
7073 _arg3
= new wxString(tmpPtr
, tmpSize
);
7075 if (!PyString_Check(_obj3
)) {
7076 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
7079 _arg3
= new wxString(PyString_AS_STRING(_obj3
), PyString_GET_SIZE(_obj3
));
7082 _arg4
= (bool ) tempbool4
;
7083 _arg5
= (bool ) tempbool5
;
7084 _arg6
= (bool ) tempbool6
;
7086 wxPy_BEGIN_ALLOW_THREADS
;
7087 wxStyledTextCtrl_StyleSetFontAttr(_arg0
,_arg1
,_arg2
,*_arg3
,_arg4
,_arg5
,_arg6
);
7089 wxPy_END_ALLOW_THREADS
;
7090 } Py_INCREF(Py_None
);
7091 _resultobj
= Py_None
;
7099 #define wxStyledTextCtrl_CmdKeyExecute(_swigobj,_swigarg0) (_swigobj->CmdKeyExecute(_swigarg0))
7100 static PyObject
*_wrap_wxStyledTextCtrl_CmdKeyExecute(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7101 PyObject
* _resultobj
;
7102 wxStyledTextCtrl
* _arg0
;
7104 PyObject
* _argo0
= 0;
7105 char *_kwnames
[] = { "self","cmd", NULL
};
7108 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_CmdKeyExecute",_kwnames
,&_argo0
,&_arg1
))
7111 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7112 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7113 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_CmdKeyExecute. Expected _wxStyledTextCtrl_p.");
7118 wxPy_BEGIN_ALLOW_THREADS
;
7119 wxStyledTextCtrl_CmdKeyExecute(_arg0
,_arg1
);
7121 wxPy_END_ALLOW_THREADS
;
7122 } Py_INCREF(Py_None
);
7123 _resultobj
= Py_None
;
7127 #define wxStyledTextCtrl_SetMargins(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetMargins(_swigarg0,_swigarg1))
7128 static PyObject
*_wrap_wxStyledTextCtrl_SetMargins(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7129 PyObject
* _resultobj
;
7130 wxStyledTextCtrl
* _arg0
;
7133 PyObject
* _argo0
= 0;
7134 char *_kwnames
[] = { "self","left","right", NULL
};
7137 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oii:wxStyledTextCtrl_SetMargins",_kwnames
,&_argo0
,&_arg1
,&_arg2
))
7140 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7141 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_SetMargins. Expected _wxStyledTextCtrl_p.");
7147 wxPy_BEGIN_ALLOW_THREADS
;
7148 wxStyledTextCtrl_SetMargins(_arg0
,_arg1
,_arg2
);
7150 wxPy_END_ALLOW_THREADS
;
7151 } Py_INCREF(Py_None
);
7152 _resultobj
= Py_None
;
7156 #define wxStyledTextCtrl_GetSelection(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSelection(_swigarg0,_swigarg1))
7157 static PyObject
*_wrap_wxStyledTextCtrl_GetSelection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7158 PyObject
* _resultobj
;
7159 wxStyledTextCtrl
* _arg0
;
7164 PyObject
* _argo0
= 0;
7165 char *_kwnames
[] = { "self", NULL
};
7174 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextCtrl_GetSelection",_kwnames
,&_argo0
))
7177 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7178 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7179 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_GetSelection. Expected _wxStyledTextCtrl_p.");
7184 wxPy_BEGIN_ALLOW_THREADS
;
7185 wxStyledTextCtrl_GetSelection(_arg0
,_arg1
,_arg2
);
7187 wxPy_END_ALLOW_THREADS
;
7188 } Py_INCREF(Py_None
);
7189 _resultobj
= Py_None
;
7192 o
= PyInt_FromLong((long) (*_arg1
));
7193 _resultobj
= t_output_helper(_resultobj
, o
);
7197 o
= PyInt_FromLong((long) (*_arg2
));
7198 _resultobj
= t_output_helper(_resultobj
, o
);
7203 #define wxStyledTextCtrl_PointFromPosition(_swigobj,_swigarg0) (_swigobj->PointFromPosition(_swigarg0))
7204 static PyObject
*_wrap_wxStyledTextCtrl_PointFromPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7205 PyObject
* _resultobj
;
7207 wxStyledTextCtrl
* _arg0
;
7209 PyObject
* _argo0
= 0;
7210 char *_kwnames
[] = { "self","pos", NULL
};
7214 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_PointFromPosition",_kwnames
,&_argo0
,&_arg1
))
7217 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7218 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7219 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_PointFromPosition. Expected _wxStyledTextCtrl_p.");
7224 wxPy_BEGIN_ALLOW_THREADS
;
7225 _result
= new wxPoint (wxStyledTextCtrl_PointFromPosition(_arg0
,_arg1
));
7227 wxPy_END_ALLOW_THREADS
;
7228 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxPoint_p");
7229 _resultobj
= Py_BuildValue("s",_ptemp
);
7233 #define wxStyledTextCtrl_ScrollToLine(_swigobj,_swigarg0) (_swigobj->ScrollToLine(_swigarg0))
7234 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7235 PyObject
* _resultobj
;
7236 wxStyledTextCtrl
* _arg0
;
7238 PyObject
* _argo0
= 0;
7239 char *_kwnames
[] = { "self","line", NULL
};
7242 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToLine",_kwnames
,&_argo0
,&_arg1
))
7245 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7246 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7247 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToLine. Expected _wxStyledTextCtrl_p.");
7252 wxPy_BEGIN_ALLOW_THREADS
;
7253 wxStyledTextCtrl_ScrollToLine(_arg0
,_arg1
);
7255 wxPy_END_ALLOW_THREADS
;
7256 } Py_INCREF(Py_None
);
7257 _resultobj
= Py_None
;
7261 #define wxStyledTextCtrl_ScrollToColumn(_swigobj,_swigarg0) (_swigobj->ScrollToColumn(_swigarg0))
7262 static PyObject
*_wrap_wxStyledTextCtrl_ScrollToColumn(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7263 PyObject
* _resultobj
;
7264 wxStyledTextCtrl
* _arg0
;
7266 PyObject
* _argo0
= 0;
7267 char *_kwnames
[] = { "self","column", NULL
};
7270 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextCtrl_ScrollToColumn",_kwnames
,&_argo0
,&_arg1
))
7273 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7274 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextCtrl_p")) {
7275 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextCtrl_ScrollToColumn. Expected _wxStyledTextCtrl_p.");
7280 wxPy_BEGIN_ALLOW_THREADS
;
7281 wxStyledTextCtrl_ScrollToColumn(_arg0
,_arg1
);
7283 wxPy_END_ALLOW_THREADS
;
7284 } Py_INCREF(Py_None
);
7285 _resultobj
= Py_None
;
7289 static void *SwigwxStyledTextEventTowxCommandEvent(void *ptr
) {
7290 wxStyledTextEvent
*src
;
7291 wxCommandEvent
*dest
;
7292 src
= (wxStyledTextEvent
*) ptr
;
7293 dest
= (wxCommandEvent
*) src
;
7294 return (void *) dest
;
7297 static void *SwigwxStyledTextEventTowxEvent(void *ptr
) {
7298 wxStyledTextEvent
*src
;
7300 src
= (wxStyledTextEvent
*) ptr
;
7301 dest
= (wxEvent
*) src
;
7302 return (void *) dest
;
7305 #define new_wxStyledTextEvent(_swigarg0,_swigarg1) (new wxStyledTextEvent(_swigarg0,_swigarg1))
7306 static PyObject
*_wrap_new_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7307 PyObject
* _resultobj
;
7308 wxStyledTextEvent
* _result
;
7309 wxEventType _arg0
= (wxEventType
) 0;
7310 int _arg1
= (int ) 0;
7311 char *_kwnames
[] = { "commandType","id", NULL
};
7315 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"|ii:new_wxStyledTextEvent",_kwnames
,&_arg0
,&_arg1
))
7318 wxPy_BEGIN_ALLOW_THREADS
;
7319 _result
= (wxStyledTextEvent
*)new_wxStyledTextEvent(_arg0
,_arg1
);
7321 wxPy_END_ALLOW_THREADS
;
7323 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxStyledTextEvent_p");
7324 _resultobj
= Py_BuildValue("s",_ptemp
);
7327 _resultobj
= Py_None
;
7332 #define delete_wxStyledTextEvent(_swigobj) (delete _swigobj)
7333 static PyObject
*_wrap_delete_wxStyledTextEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7334 PyObject
* _resultobj
;
7335 wxStyledTextEvent
* _arg0
;
7336 PyObject
* _argo0
= 0;
7337 char *_kwnames
[] = { "self", NULL
};
7340 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:delete_wxStyledTextEvent",_kwnames
,&_argo0
))
7343 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7344 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7345 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxStyledTextEvent. Expected _wxStyledTextEvent_p.");
7350 wxPy_BEGIN_ALLOW_THREADS
;
7351 delete_wxStyledTextEvent(_arg0
);
7353 wxPy_END_ALLOW_THREADS
;
7354 } Py_INCREF(Py_None
);
7355 _resultobj
= Py_None
;
7359 #define wxStyledTextEvent_SetPosition(_swigobj,_swigarg0) (_swigobj->SetPosition(_swigarg0))
7360 static PyObject
*_wrap_wxStyledTextEvent_SetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7361 PyObject
* _resultobj
;
7362 wxStyledTextEvent
* _arg0
;
7364 PyObject
* _argo0
= 0;
7365 char *_kwnames
[] = { "self","pos", NULL
};
7368 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetPosition",_kwnames
,&_argo0
,&_arg1
))
7371 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7372 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7373 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetPosition. Expected _wxStyledTextEvent_p.");
7378 wxPy_BEGIN_ALLOW_THREADS
;
7379 wxStyledTextEvent_SetPosition(_arg0
,_arg1
);
7381 wxPy_END_ALLOW_THREADS
;
7382 } Py_INCREF(Py_None
);
7383 _resultobj
= Py_None
;
7387 #define wxStyledTextEvent_SetKey(_swigobj,_swigarg0) (_swigobj->SetKey(_swigarg0))
7388 static PyObject
*_wrap_wxStyledTextEvent_SetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7389 PyObject
* _resultobj
;
7390 wxStyledTextEvent
* _arg0
;
7392 PyObject
* _argo0
= 0;
7393 char *_kwnames
[] = { "self","k", NULL
};
7396 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetKey",_kwnames
,&_argo0
,&_arg1
))
7399 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7400 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7401 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetKey. Expected _wxStyledTextEvent_p.");
7406 wxPy_BEGIN_ALLOW_THREADS
;
7407 wxStyledTextEvent_SetKey(_arg0
,_arg1
);
7409 wxPy_END_ALLOW_THREADS
;
7410 } Py_INCREF(Py_None
);
7411 _resultobj
= Py_None
;
7415 #define wxStyledTextEvent_SetModifiers(_swigobj,_swigarg0) (_swigobj->SetModifiers(_swigarg0))
7416 static PyObject
*_wrap_wxStyledTextEvent_SetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7417 PyObject
* _resultobj
;
7418 wxStyledTextEvent
* _arg0
;
7420 PyObject
* _argo0
= 0;
7421 char *_kwnames
[] = { "self","m", NULL
};
7424 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModifiers",_kwnames
,&_argo0
,&_arg1
))
7427 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7428 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7429 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModifiers. Expected _wxStyledTextEvent_p.");
7434 wxPy_BEGIN_ALLOW_THREADS
;
7435 wxStyledTextEvent_SetModifiers(_arg0
,_arg1
);
7437 wxPy_END_ALLOW_THREADS
;
7438 } Py_INCREF(Py_None
);
7439 _resultobj
= Py_None
;
7443 #define wxStyledTextEvent_SetModificationType(_swigobj,_swigarg0) (_swigobj->SetModificationType(_swigarg0))
7444 static PyObject
*_wrap_wxStyledTextEvent_SetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7445 PyObject
* _resultobj
;
7446 wxStyledTextEvent
* _arg0
;
7448 PyObject
* _argo0
= 0;
7449 char *_kwnames
[] = { "self","t", NULL
};
7452 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetModificationType",_kwnames
,&_argo0
,&_arg1
))
7455 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7456 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7457 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetModificationType. Expected _wxStyledTextEvent_p.");
7462 wxPy_BEGIN_ALLOW_THREADS
;
7463 wxStyledTextEvent_SetModificationType(_arg0
,_arg1
);
7465 wxPy_END_ALLOW_THREADS
;
7466 } Py_INCREF(Py_None
);
7467 _resultobj
= Py_None
;
7471 #define wxStyledTextEvent_SetText(_swigobj,_swigarg0) (_swigobj->SetText(_swigarg0))
7472 static PyObject
*_wrap_wxStyledTextEvent_SetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7473 PyObject
* _resultobj
;
7474 wxStyledTextEvent
* _arg0
;
7476 PyObject
* _argo0
= 0;
7477 char *_kwnames
[] = { "self","t", NULL
};
7480 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Os:wxStyledTextEvent_SetText",_kwnames
,&_argo0
,&_arg1
))
7483 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7484 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7485 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetText. Expected _wxStyledTextEvent_p.");
7490 wxPy_BEGIN_ALLOW_THREADS
;
7491 wxStyledTextEvent_SetText(_arg0
,_arg1
);
7493 wxPy_END_ALLOW_THREADS
;
7494 } Py_INCREF(Py_None
);
7495 _resultobj
= Py_None
;
7499 #define wxStyledTextEvent_SetLength(_swigobj,_swigarg0) (_swigobj->SetLength(_swigarg0))
7500 static PyObject
*_wrap_wxStyledTextEvent_SetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7501 PyObject
* _resultobj
;
7502 wxStyledTextEvent
* _arg0
;
7504 PyObject
* _argo0
= 0;
7505 char *_kwnames
[] = { "self","len", NULL
};
7508 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLength",_kwnames
,&_argo0
,&_arg1
))
7511 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7512 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLength. Expected _wxStyledTextEvent_p.");
7518 wxPy_BEGIN_ALLOW_THREADS
;
7519 wxStyledTextEvent_SetLength(_arg0
,_arg1
);
7521 wxPy_END_ALLOW_THREADS
;
7522 } Py_INCREF(Py_None
);
7523 _resultobj
= Py_None
;
7527 #define wxStyledTextEvent_SetLinesAdded(_swigobj,_swigarg0) (_swigobj->SetLinesAdded(_swigarg0))
7528 static PyObject
*_wrap_wxStyledTextEvent_SetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7529 PyObject
* _resultobj
;
7530 wxStyledTextEvent
* _arg0
;
7532 PyObject
* _argo0
= 0;
7533 char *_kwnames
[] = { "self","num", NULL
};
7536 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLinesAdded",_kwnames
,&_argo0
,&_arg1
))
7539 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7540 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7541 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLinesAdded. Expected _wxStyledTextEvent_p.");
7546 wxPy_BEGIN_ALLOW_THREADS
;
7547 wxStyledTextEvent_SetLinesAdded(_arg0
,_arg1
);
7549 wxPy_END_ALLOW_THREADS
;
7550 } Py_INCREF(Py_None
);
7551 _resultobj
= Py_None
;
7555 #define wxStyledTextEvent_SetLine(_swigobj,_swigarg0) (_swigobj->SetLine(_swigarg0))
7556 static PyObject
*_wrap_wxStyledTextEvent_SetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7557 PyObject
* _resultobj
;
7558 wxStyledTextEvent
* _arg0
;
7560 PyObject
* _argo0
= 0;
7561 char *_kwnames
[] = { "self","val", NULL
};
7564 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLine",_kwnames
,&_argo0
,&_arg1
))
7567 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7568 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7569 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLine. Expected _wxStyledTextEvent_p.");
7574 wxPy_BEGIN_ALLOW_THREADS
;
7575 wxStyledTextEvent_SetLine(_arg0
,_arg1
);
7577 wxPy_END_ALLOW_THREADS
;
7578 } Py_INCREF(Py_None
);
7579 _resultobj
= Py_None
;
7583 #define wxStyledTextEvent_SetFoldLevelNow(_swigobj,_swigarg0) (_swigobj->SetFoldLevelNow(_swigarg0))
7584 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7585 PyObject
* _resultobj
;
7586 wxStyledTextEvent
* _arg0
;
7588 PyObject
* _argo0
= 0;
7589 char *_kwnames
[] = { "self","val", NULL
};
7592 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelNow",_kwnames
,&_argo0
,&_arg1
))
7595 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7596 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7597 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelNow. Expected _wxStyledTextEvent_p.");
7602 wxPy_BEGIN_ALLOW_THREADS
;
7603 wxStyledTextEvent_SetFoldLevelNow(_arg0
,_arg1
);
7605 wxPy_END_ALLOW_THREADS
;
7606 } Py_INCREF(Py_None
);
7607 _resultobj
= Py_None
;
7611 #define wxStyledTextEvent_SetFoldLevelPrev(_swigobj,_swigarg0) (_swigobj->SetFoldLevelPrev(_swigarg0))
7612 static PyObject
*_wrap_wxStyledTextEvent_SetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7613 PyObject
* _resultobj
;
7614 wxStyledTextEvent
* _arg0
;
7616 PyObject
* _argo0
= 0;
7617 char *_kwnames
[] = { "self","val", NULL
};
7620 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetFoldLevelPrev",_kwnames
,&_argo0
,&_arg1
))
7623 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7624 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7625 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
7630 wxPy_BEGIN_ALLOW_THREADS
;
7631 wxStyledTextEvent_SetFoldLevelPrev(_arg0
,_arg1
);
7633 wxPy_END_ALLOW_THREADS
;
7634 } Py_INCREF(Py_None
);
7635 _resultobj
= Py_None
;
7639 #define wxStyledTextEvent_SetMargin(_swigobj,_swigarg0) (_swigobj->SetMargin(_swigarg0))
7640 static PyObject
*_wrap_wxStyledTextEvent_SetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7641 PyObject
* _resultobj
;
7642 wxStyledTextEvent
* _arg0
;
7644 PyObject
* _argo0
= 0;
7645 char *_kwnames
[] = { "self","val", NULL
};
7648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMargin",_kwnames
,&_argo0
,&_arg1
))
7651 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7652 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7653 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMargin. Expected _wxStyledTextEvent_p.");
7658 wxPy_BEGIN_ALLOW_THREADS
;
7659 wxStyledTextEvent_SetMargin(_arg0
,_arg1
);
7661 wxPy_END_ALLOW_THREADS
;
7662 } Py_INCREF(Py_None
);
7663 _resultobj
= Py_None
;
7667 #define wxStyledTextEvent_SetMessage(_swigobj,_swigarg0) (_swigobj->SetMessage(_swigarg0))
7668 static PyObject
*_wrap_wxStyledTextEvent_SetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7669 PyObject
* _resultobj
;
7670 wxStyledTextEvent
* _arg0
;
7672 PyObject
* _argo0
= 0;
7673 char *_kwnames
[] = { "self","val", NULL
};
7676 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetMessage",_kwnames
,&_argo0
,&_arg1
))
7679 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7680 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7681 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetMessage. Expected _wxStyledTextEvent_p.");
7686 wxPy_BEGIN_ALLOW_THREADS
;
7687 wxStyledTextEvent_SetMessage(_arg0
,_arg1
);
7689 wxPy_END_ALLOW_THREADS
;
7690 } Py_INCREF(Py_None
);
7691 _resultobj
= Py_None
;
7695 #define wxStyledTextEvent_SetWParam(_swigobj,_swigarg0) (_swigobj->SetWParam(_swigarg0))
7696 static PyObject
*_wrap_wxStyledTextEvent_SetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7697 PyObject
* _resultobj
;
7698 wxStyledTextEvent
* _arg0
;
7700 PyObject
* _argo0
= 0;
7701 char *_kwnames
[] = { "self","val", NULL
};
7704 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetWParam",_kwnames
,&_argo0
,&_arg1
))
7707 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7708 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7709 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetWParam. Expected _wxStyledTextEvent_p.");
7714 wxPy_BEGIN_ALLOW_THREADS
;
7715 wxStyledTextEvent_SetWParam(_arg0
,_arg1
);
7717 wxPy_END_ALLOW_THREADS
;
7718 } Py_INCREF(Py_None
);
7719 _resultobj
= Py_None
;
7723 #define wxStyledTextEvent_SetLParam(_swigobj,_swigarg0) (_swigobj->SetLParam(_swigarg0))
7724 static PyObject
*_wrap_wxStyledTextEvent_SetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7725 PyObject
* _resultobj
;
7726 wxStyledTextEvent
* _arg0
;
7728 PyObject
* _argo0
= 0;
7729 char *_kwnames
[] = { "self","val", NULL
};
7732 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"Oi:wxStyledTextEvent_SetLParam",_kwnames
,&_argo0
,&_arg1
))
7735 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7736 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7737 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_SetLParam. Expected _wxStyledTextEvent_p.");
7742 wxPy_BEGIN_ALLOW_THREADS
;
7743 wxStyledTextEvent_SetLParam(_arg0
,_arg1
);
7745 wxPy_END_ALLOW_THREADS
;
7746 } Py_INCREF(Py_None
);
7747 _resultobj
= Py_None
;
7751 #define wxStyledTextEvent_GetPosition(_swigobj) (_swigobj->GetPosition())
7752 static PyObject
*_wrap_wxStyledTextEvent_GetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7753 PyObject
* _resultobj
;
7755 wxStyledTextEvent
* _arg0
;
7756 PyObject
* _argo0
= 0;
7757 char *_kwnames
[] = { "self", NULL
};
7760 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetPosition",_kwnames
,&_argo0
))
7763 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7764 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7765 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetPosition. Expected _wxStyledTextEvent_p.");
7770 wxPy_BEGIN_ALLOW_THREADS
;
7771 _result
= (int )wxStyledTextEvent_GetPosition(_arg0
);
7773 wxPy_END_ALLOW_THREADS
;
7774 } _resultobj
= Py_BuildValue("i",_result
);
7778 #define wxStyledTextEvent_GetKey(_swigobj) (_swigobj->GetKey())
7779 static PyObject
*_wrap_wxStyledTextEvent_GetKey(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7780 PyObject
* _resultobj
;
7782 wxStyledTextEvent
* _arg0
;
7783 PyObject
* _argo0
= 0;
7784 char *_kwnames
[] = { "self", NULL
};
7787 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetKey",_kwnames
,&_argo0
))
7790 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7791 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7792 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetKey. Expected _wxStyledTextEvent_p.");
7797 wxPy_BEGIN_ALLOW_THREADS
;
7798 _result
= (int )wxStyledTextEvent_GetKey(_arg0
);
7800 wxPy_END_ALLOW_THREADS
;
7801 } _resultobj
= Py_BuildValue("i",_result
);
7805 #define wxStyledTextEvent_GetModifiers(_swigobj) (_swigobj->GetModifiers())
7806 static PyObject
*_wrap_wxStyledTextEvent_GetModifiers(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7807 PyObject
* _resultobj
;
7809 wxStyledTextEvent
* _arg0
;
7810 PyObject
* _argo0
= 0;
7811 char *_kwnames
[] = { "self", NULL
};
7814 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModifiers",_kwnames
,&_argo0
))
7817 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7818 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7819 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModifiers. Expected _wxStyledTextEvent_p.");
7824 wxPy_BEGIN_ALLOW_THREADS
;
7825 _result
= (int )wxStyledTextEvent_GetModifiers(_arg0
);
7827 wxPy_END_ALLOW_THREADS
;
7828 } _resultobj
= Py_BuildValue("i",_result
);
7832 #define wxStyledTextEvent_GetModificationType(_swigobj) (_swigobj->GetModificationType())
7833 static PyObject
*_wrap_wxStyledTextEvent_GetModificationType(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7834 PyObject
* _resultobj
;
7836 wxStyledTextEvent
* _arg0
;
7837 PyObject
* _argo0
= 0;
7838 char *_kwnames
[] = { "self", NULL
};
7841 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetModificationType",_kwnames
,&_argo0
))
7844 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7845 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7846 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetModificationType. Expected _wxStyledTextEvent_p.");
7851 wxPy_BEGIN_ALLOW_THREADS
;
7852 _result
= (int )wxStyledTextEvent_GetModificationType(_arg0
);
7854 wxPy_END_ALLOW_THREADS
;
7855 } _resultobj
= Py_BuildValue("i",_result
);
7859 #define wxStyledTextEvent_GetText(_swigobj) (_swigobj->GetText())
7860 static PyObject
*_wrap_wxStyledTextEvent_GetText(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7861 PyObject
* _resultobj
;
7863 wxStyledTextEvent
* _arg0
;
7864 PyObject
* _argo0
= 0;
7865 char *_kwnames
[] = { "self", NULL
};
7868 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetText",_kwnames
,&_argo0
))
7871 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7872 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7873 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetText. Expected _wxStyledTextEvent_p.");
7878 wxPy_BEGIN_ALLOW_THREADS
;
7879 _result
= new wxString (wxStyledTextEvent_GetText(_arg0
));
7881 wxPy_END_ALLOW_THREADS
;
7883 _resultobj
= PyString_FromStringAndSize(_result
->c_str(), _result
->Len());
7891 #define wxStyledTextEvent_GetLength(_swigobj) (_swigobj->GetLength())
7892 static PyObject
*_wrap_wxStyledTextEvent_GetLength(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7893 PyObject
* _resultobj
;
7895 wxStyledTextEvent
* _arg0
;
7896 PyObject
* _argo0
= 0;
7897 char *_kwnames
[] = { "self", NULL
};
7900 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLength",_kwnames
,&_argo0
))
7903 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7904 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7905 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLength. Expected _wxStyledTextEvent_p.");
7910 wxPy_BEGIN_ALLOW_THREADS
;
7911 _result
= (int )wxStyledTextEvent_GetLength(_arg0
);
7913 wxPy_END_ALLOW_THREADS
;
7914 } _resultobj
= Py_BuildValue("i",_result
);
7918 #define wxStyledTextEvent_GetLinesAdded(_swigobj) (_swigobj->GetLinesAdded())
7919 static PyObject
*_wrap_wxStyledTextEvent_GetLinesAdded(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7920 PyObject
* _resultobj
;
7922 wxStyledTextEvent
* _arg0
;
7923 PyObject
* _argo0
= 0;
7924 char *_kwnames
[] = { "self", NULL
};
7927 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLinesAdded",_kwnames
,&_argo0
))
7930 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7931 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7932 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLinesAdded. Expected _wxStyledTextEvent_p.");
7937 wxPy_BEGIN_ALLOW_THREADS
;
7938 _result
= (int )wxStyledTextEvent_GetLinesAdded(_arg0
);
7940 wxPy_END_ALLOW_THREADS
;
7941 } _resultobj
= Py_BuildValue("i",_result
);
7945 #define wxStyledTextEvent_GetLine(_swigobj) (_swigobj->GetLine())
7946 static PyObject
*_wrap_wxStyledTextEvent_GetLine(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7947 PyObject
* _resultobj
;
7949 wxStyledTextEvent
* _arg0
;
7950 PyObject
* _argo0
= 0;
7951 char *_kwnames
[] = { "self", NULL
};
7954 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLine",_kwnames
,&_argo0
))
7957 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7958 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7959 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLine. Expected _wxStyledTextEvent_p.");
7964 wxPy_BEGIN_ALLOW_THREADS
;
7965 _result
= (int )wxStyledTextEvent_GetLine(_arg0
);
7967 wxPy_END_ALLOW_THREADS
;
7968 } _resultobj
= Py_BuildValue("i",_result
);
7972 #define wxStyledTextEvent_GetFoldLevelNow(_swigobj) (_swigobj->GetFoldLevelNow())
7973 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelNow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
7974 PyObject
* _resultobj
;
7976 wxStyledTextEvent
* _arg0
;
7977 PyObject
* _argo0
= 0;
7978 char *_kwnames
[] = { "self", NULL
};
7981 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelNow",_kwnames
,&_argo0
))
7984 if (_argo0
== Py_None
) { _arg0
= NULL
; }
7985 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
7986 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelNow. Expected _wxStyledTextEvent_p.");
7991 wxPy_BEGIN_ALLOW_THREADS
;
7992 _result
= (int )wxStyledTextEvent_GetFoldLevelNow(_arg0
);
7994 wxPy_END_ALLOW_THREADS
;
7995 } _resultobj
= Py_BuildValue("i",_result
);
7999 #define wxStyledTextEvent_GetFoldLevelPrev(_swigobj) (_swigobj->GetFoldLevelPrev())
8000 static PyObject
*_wrap_wxStyledTextEvent_GetFoldLevelPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8001 PyObject
* _resultobj
;
8003 wxStyledTextEvent
* _arg0
;
8004 PyObject
* _argo0
= 0;
8005 char *_kwnames
[] = { "self", NULL
};
8008 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetFoldLevelPrev",_kwnames
,&_argo0
))
8011 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8012 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8013 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetFoldLevelPrev. Expected _wxStyledTextEvent_p.");
8018 wxPy_BEGIN_ALLOW_THREADS
;
8019 _result
= (int )wxStyledTextEvent_GetFoldLevelPrev(_arg0
);
8021 wxPy_END_ALLOW_THREADS
;
8022 } _resultobj
= Py_BuildValue("i",_result
);
8026 #define wxStyledTextEvent_GetMargin(_swigobj) (_swigobj->GetMargin())
8027 static PyObject
*_wrap_wxStyledTextEvent_GetMargin(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8028 PyObject
* _resultobj
;
8030 wxStyledTextEvent
* _arg0
;
8031 PyObject
* _argo0
= 0;
8032 char *_kwnames
[] = { "self", NULL
};
8035 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMargin",_kwnames
,&_argo0
))
8038 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8039 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8040 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMargin. Expected _wxStyledTextEvent_p.");
8045 wxPy_BEGIN_ALLOW_THREADS
;
8046 _result
= (int )wxStyledTextEvent_GetMargin(_arg0
);
8048 wxPy_END_ALLOW_THREADS
;
8049 } _resultobj
= Py_BuildValue("i",_result
);
8053 #define wxStyledTextEvent_GetMessage(_swigobj) (_swigobj->GetMessage())
8054 static PyObject
*_wrap_wxStyledTextEvent_GetMessage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8055 PyObject
* _resultobj
;
8057 wxStyledTextEvent
* _arg0
;
8058 PyObject
* _argo0
= 0;
8059 char *_kwnames
[] = { "self", NULL
};
8062 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetMessage",_kwnames
,&_argo0
))
8065 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8066 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8067 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetMessage. Expected _wxStyledTextEvent_p.");
8072 wxPy_BEGIN_ALLOW_THREADS
;
8073 _result
= (int )wxStyledTextEvent_GetMessage(_arg0
);
8075 wxPy_END_ALLOW_THREADS
;
8076 } _resultobj
= Py_BuildValue("i",_result
);
8080 #define wxStyledTextEvent_GetWParam(_swigobj) (_swigobj->GetWParam())
8081 static PyObject
*_wrap_wxStyledTextEvent_GetWParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8082 PyObject
* _resultobj
;
8084 wxStyledTextEvent
* _arg0
;
8085 PyObject
* _argo0
= 0;
8086 char *_kwnames
[] = { "self", NULL
};
8089 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetWParam",_kwnames
,&_argo0
))
8092 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8093 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8094 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetWParam. Expected _wxStyledTextEvent_p.");
8099 wxPy_BEGIN_ALLOW_THREADS
;
8100 _result
= (int )wxStyledTextEvent_GetWParam(_arg0
);
8102 wxPy_END_ALLOW_THREADS
;
8103 } _resultobj
= Py_BuildValue("i",_result
);
8107 #define wxStyledTextEvent_GetLParam(_swigobj) (_swigobj->GetLParam())
8108 static PyObject
*_wrap_wxStyledTextEvent_GetLParam(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8109 PyObject
* _resultobj
;
8111 wxStyledTextEvent
* _arg0
;
8112 PyObject
* _argo0
= 0;
8113 char *_kwnames
[] = { "self", NULL
};
8116 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetLParam",_kwnames
,&_argo0
))
8119 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8120 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8121 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetLParam. Expected _wxStyledTextEvent_p.");
8126 wxPy_BEGIN_ALLOW_THREADS
;
8127 _result
= (int )wxStyledTextEvent_GetLParam(_arg0
);
8129 wxPy_END_ALLOW_THREADS
;
8130 } _resultobj
= Py_BuildValue("i",_result
);
8134 #define wxStyledTextEvent_GetShift(_swigobj) (_swigobj->GetShift())
8135 static PyObject
*_wrap_wxStyledTextEvent_GetShift(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8136 PyObject
* _resultobj
;
8138 wxStyledTextEvent
* _arg0
;
8139 PyObject
* _argo0
= 0;
8140 char *_kwnames
[] = { "self", NULL
};
8143 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetShift",_kwnames
,&_argo0
))
8146 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8147 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8148 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetShift. Expected _wxStyledTextEvent_p.");
8153 wxPy_BEGIN_ALLOW_THREADS
;
8154 _result
= (bool )wxStyledTextEvent_GetShift(_arg0
);
8156 wxPy_END_ALLOW_THREADS
;
8157 } _resultobj
= Py_BuildValue("i",_result
);
8161 #define wxStyledTextEvent_GetControl(_swigobj) (_swigobj->GetControl())
8162 static PyObject
*_wrap_wxStyledTextEvent_GetControl(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8163 PyObject
* _resultobj
;
8165 wxStyledTextEvent
* _arg0
;
8166 PyObject
* _argo0
= 0;
8167 char *_kwnames
[] = { "self", NULL
};
8170 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetControl",_kwnames
,&_argo0
))
8173 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8174 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8175 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetControl. Expected _wxStyledTextEvent_p.");
8180 wxPy_BEGIN_ALLOW_THREADS
;
8181 _result
= (bool )wxStyledTextEvent_GetControl(_arg0
);
8183 wxPy_END_ALLOW_THREADS
;
8184 } _resultobj
= Py_BuildValue("i",_result
);
8188 #define wxStyledTextEvent_GetAlt(_swigobj) (_swigobj->GetAlt())
8189 static PyObject
*_wrap_wxStyledTextEvent_GetAlt(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8190 PyObject
* _resultobj
;
8192 wxStyledTextEvent
* _arg0
;
8193 PyObject
* _argo0
= 0;
8194 char *_kwnames
[] = { "self", NULL
};
8197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"O:wxStyledTextEvent_GetAlt",_kwnames
,&_argo0
))
8200 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8201 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8202 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_GetAlt. Expected _wxStyledTextEvent_p.");
8207 wxPy_BEGIN_ALLOW_THREADS
;
8208 _result
= (bool )wxStyledTextEvent_GetAlt(_arg0
);
8210 wxPy_END_ALLOW_THREADS
;
8211 } _resultobj
= Py_BuildValue("i",_result
);
8215 #define wxStyledTextEvent_CopyObject(_swigobj,_swigarg0) (_swigobj->CopyObject(_swigarg0))
8216 static PyObject
*_wrap_wxStyledTextEvent_CopyObject(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
8217 PyObject
* _resultobj
;
8218 wxStyledTextEvent
* _arg0
;
8220 PyObject
* _argo0
= 0;
8221 PyObject
* _argo1
= 0;
8222 char *_kwnames
[] = { "self","obj", NULL
};
8225 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,"OO:wxStyledTextEvent_CopyObject",_kwnames
,&_argo0
,&_argo1
))
8228 if (_argo0
== Py_None
) { _arg0
= NULL
; }
8229 else if (SWIG_GetPtrObj(_argo0
,(void **) &_arg0
,"_wxStyledTextEvent_p")) {
8230 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxStyledTextEvent_CopyObject. Expected _wxStyledTextEvent_p.");
8235 if (_argo1
== Py_None
) { _arg1
= NULL
; }
8236 else if (SWIG_GetPtrObj(_argo1
,(void **) &_arg1
,"_wxObject_p")) {
8237 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxStyledTextEvent_CopyObject. Expected _wxObject_p.");
8242 wxPy_BEGIN_ALLOW_THREADS
;
8243 wxStyledTextEvent_CopyObject(_arg0
,*_arg1
);
8245 wxPy_END_ALLOW_THREADS
;
8246 } Py_INCREF(Py_None
);
8247 _resultobj
= Py_None
;
8251 static PyMethodDef stc_cMethods
[] = {
8252 { "wxStyledTextEvent_CopyObject", (PyCFunction
) _wrap_wxStyledTextEvent_CopyObject
, METH_VARARGS
| METH_KEYWORDS
},
8253 { "wxStyledTextEvent_GetAlt", (PyCFunction
) _wrap_wxStyledTextEvent_GetAlt
, METH_VARARGS
| METH_KEYWORDS
},
8254 { "wxStyledTextEvent_GetControl", (PyCFunction
) _wrap_wxStyledTextEvent_GetControl
, METH_VARARGS
| METH_KEYWORDS
},
8255 { "wxStyledTextEvent_GetShift", (PyCFunction
) _wrap_wxStyledTextEvent_GetShift
, METH_VARARGS
| METH_KEYWORDS
},
8256 { "wxStyledTextEvent_GetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetLParam
, METH_VARARGS
| METH_KEYWORDS
},
8257 { "wxStyledTextEvent_GetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_GetWParam
, METH_VARARGS
| METH_KEYWORDS
},
8258 { "wxStyledTextEvent_GetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_GetMessage
, METH_VARARGS
| METH_KEYWORDS
},
8259 { "wxStyledTextEvent_GetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_GetMargin
, METH_VARARGS
| METH_KEYWORDS
},
8260 { "wxStyledTextEvent_GetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
8261 { "wxStyledTextEvent_GetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_GetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
8262 { "wxStyledTextEvent_GetLine", (PyCFunction
) _wrap_wxStyledTextEvent_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
8263 { "wxStyledTextEvent_GetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_GetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
8264 { "wxStyledTextEvent_GetLength", (PyCFunction
) _wrap_wxStyledTextEvent_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
8265 { "wxStyledTextEvent_GetText", (PyCFunction
) _wrap_wxStyledTextEvent_GetText
, METH_VARARGS
| METH_KEYWORDS
},
8266 { "wxStyledTextEvent_GetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_GetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
8267 { "wxStyledTextEvent_GetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_GetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
8268 { "wxStyledTextEvent_GetKey", (PyCFunction
) _wrap_wxStyledTextEvent_GetKey
, METH_VARARGS
| METH_KEYWORDS
},
8269 { "wxStyledTextEvent_GetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_GetPosition
, METH_VARARGS
| METH_KEYWORDS
},
8270 { "wxStyledTextEvent_SetLParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetLParam
, METH_VARARGS
| METH_KEYWORDS
},
8271 { "wxStyledTextEvent_SetWParam", (PyCFunction
) _wrap_wxStyledTextEvent_SetWParam
, METH_VARARGS
| METH_KEYWORDS
},
8272 { "wxStyledTextEvent_SetMessage", (PyCFunction
) _wrap_wxStyledTextEvent_SetMessage
, METH_VARARGS
| METH_KEYWORDS
},
8273 { "wxStyledTextEvent_SetMargin", (PyCFunction
) _wrap_wxStyledTextEvent_SetMargin
, METH_VARARGS
| METH_KEYWORDS
},
8274 { "wxStyledTextEvent_SetFoldLevelPrev", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelPrev
, METH_VARARGS
| METH_KEYWORDS
},
8275 { "wxStyledTextEvent_SetFoldLevelNow", (PyCFunction
) _wrap_wxStyledTextEvent_SetFoldLevelNow
, METH_VARARGS
| METH_KEYWORDS
},
8276 { "wxStyledTextEvent_SetLine", (PyCFunction
) _wrap_wxStyledTextEvent_SetLine
, METH_VARARGS
| METH_KEYWORDS
},
8277 { "wxStyledTextEvent_SetLinesAdded", (PyCFunction
) _wrap_wxStyledTextEvent_SetLinesAdded
, METH_VARARGS
| METH_KEYWORDS
},
8278 { "wxStyledTextEvent_SetLength", (PyCFunction
) _wrap_wxStyledTextEvent_SetLength
, METH_VARARGS
| METH_KEYWORDS
},
8279 { "wxStyledTextEvent_SetText", (PyCFunction
) _wrap_wxStyledTextEvent_SetText
, METH_VARARGS
| METH_KEYWORDS
},
8280 { "wxStyledTextEvent_SetModificationType", (PyCFunction
) _wrap_wxStyledTextEvent_SetModificationType
, METH_VARARGS
| METH_KEYWORDS
},
8281 { "wxStyledTextEvent_SetModifiers", (PyCFunction
) _wrap_wxStyledTextEvent_SetModifiers
, METH_VARARGS
| METH_KEYWORDS
},
8282 { "wxStyledTextEvent_SetKey", (PyCFunction
) _wrap_wxStyledTextEvent_SetKey
, METH_VARARGS
| METH_KEYWORDS
},
8283 { "wxStyledTextEvent_SetPosition", (PyCFunction
) _wrap_wxStyledTextEvent_SetPosition
, METH_VARARGS
| METH_KEYWORDS
},
8284 { "delete_wxStyledTextEvent", (PyCFunction
) _wrap_delete_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
8285 { "new_wxStyledTextEvent", (PyCFunction
) _wrap_new_wxStyledTextEvent
, METH_VARARGS
| METH_KEYWORDS
},
8286 { "wxStyledTextCtrl_ScrollToColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToColumn
, METH_VARARGS
| METH_KEYWORDS
},
8287 { "wxStyledTextCtrl_ScrollToLine", (PyCFunction
) _wrap_wxStyledTextCtrl_ScrollToLine
, METH_VARARGS
| METH_KEYWORDS
},
8288 { "wxStyledTextCtrl_PointFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_PointFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
8289 { "wxStyledTextCtrl_GetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
},
8290 { "wxStyledTextCtrl_SetMargins", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMargins
, METH_VARARGS
| METH_KEYWORDS
},
8291 { "wxStyledTextCtrl_CmdKeyExecute", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyExecute
, METH_VARARGS
| METH_KEYWORDS
},
8292 { "wxStyledTextCtrl_StyleSetFontAttr", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFontAttr
, METH_VARARGS
| METH_KEYWORDS
},
8293 { "wxStyledTextCtrl_StyleSetFont", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFont
, METH_VARARGS
| METH_KEYWORDS
},
8294 { "wxStyledTextCtrl_StyleSetSpec", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSpec
, METH_VARARGS
| METH_KEYWORDS
},
8295 { "wxStyledTextCtrl_GetCurrentLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentLine
, METH_VARARGS
| METH_KEYWORDS
},
8296 { "wxStyledTextCtrl_SetKeyWords", (PyCFunction
) _wrap_wxStyledTextCtrl_SetKeyWords
, METH_VARARGS
| METH_KEYWORDS
},
8297 { "wxStyledTextCtrl_SetProperty", (PyCFunction
) _wrap_wxStyledTextCtrl_SetProperty
, METH_VARARGS
| METH_KEYWORDS
},
8298 { "wxStyledTextCtrl_Colourise", (PyCFunction
) _wrap_wxStyledTextCtrl_Colourise
, METH_VARARGS
| METH_KEYWORDS
},
8299 { "wxStyledTextCtrl_GetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLexer
, METH_VARARGS
| METH_KEYWORDS
},
8300 { "wxStyledTextCtrl_SetLexer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLexer
, METH_VARARGS
| METH_KEYWORDS
},
8301 { "wxStyledTextCtrl_StopRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StopRecord
, METH_VARARGS
| METH_KEYWORDS
},
8302 { "wxStyledTextCtrl_StartRecord", (PyCFunction
) _wrap_wxStyledTextCtrl_StartRecord
, METH_VARARGS
| METH_KEYWORDS
},
8303 { "wxStyledTextCtrl_GetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
8304 { "wxStyledTextCtrl_ReleaseDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_ReleaseDocument
, METH_VARARGS
| METH_KEYWORDS
},
8305 { "wxStyledTextCtrl_AddRefDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_AddRefDocument
, METH_VARARGS
| METH_KEYWORDS
},
8306 { "wxStyledTextCtrl_CreateDocument", (PyCFunction
) _wrap_wxStyledTextCtrl_CreateDocument
, METH_VARARGS
| METH_KEYWORDS
},
8307 { "wxStyledTextCtrl_GetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_GetZoom
, METH_VARARGS
| METH_KEYWORDS
},
8308 { "wxStyledTextCtrl_SetZoom", (PyCFunction
) _wrap_wxStyledTextCtrl_SetZoom
, METH_VARARGS
| METH_KEYWORDS
},
8309 { "wxStyledTextCtrl_SelectionIsRectangle", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectionIsRectangle
, METH_VARARGS
| METH_KEYWORDS
},
8310 { "wxStyledTextCtrl_UsePopUp", (PyCFunction
) _wrap_wxStyledTextCtrl_UsePopUp
, METH_VARARGS
| METH_KEYWORDS
},
8311 { "wxStyledTextCtrl_LinesOnScreen", (PyCFunction
) _wrap_wxStyledTextCtrl_LinesOnScreen
, METH_VARARGS
| METH_KEYWORDS
},
8312 { "wxStyledTextCtrl_SetCaretPolicy", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPolicy
, METH_VARARGS
| METH_KEYWORDS
},
8313 { "wxStyledTextCtrl_SearchPrev", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchPrev
, METH_VARARGS
| METH_KEYWORDS
},
8314 { "wxStyledTextCtrl_SearchNext", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchNext
, METH_VARARGS
| METH_KEYWORDS
},
8315 { "wxStyledTextCtrl_SearchAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SearchAnchor
, METH_VARARGS
| METH_KEYWORDS
},
8316 { "wxStyledTextCtrl_SetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
8317 { "wxStyledTextCtrl_GetEdgeColour", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColour
, METH_VARARGS
| METH_KEYWORDS
},
8318 { "wxStyledTextCtrl_SetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
8319 { "wxStyledTextCtrl_GetEdgeMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeMode
, METH_VARARGS
| METH_KEYWORDS
},
8320 { "wxStyledTextCtrl_SetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
8321 { "wxStyledTextCtrl_GetEdgeColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEdgeColumn
, METH_VARARGS
| METH_KEYWORDS
},
8322 { "wxStyledTextCtrl_SetModEventMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetModEventMask
, METH_VARARGS
| METH_KEYWORDS
},
8323 { "wxStyledTextCtrl_SetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_SetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
8324 { "wxStyledTextCtrl_GetDocPointer", (PyCFunction
) _wrap_wxStyledTextCtrl_GetDocPointer
, METH_VARARGS
| METH_KEYWORDS
},
8325 { "wxStyledTextCtrl_SetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
8326 { "wxStyledTextCtrl_GetViewEOL", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewEOL
, METH_VARARGS
| METH_KEYWORDS
},
8327 { "wxStyledTextCtrl_BraceMatch", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceMatch
, METH_VARARGS
| METH_KEYWORDS
},
8328 { "wxStyledTextCtrl_BraceBadLight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceBadLight
, METH_VARARGS
| METH_KEYWORDS
},
8329 { "wxStyledTextCtrl_BraceHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_BraceHighlight
, METH_VARARGS
| METH_KEYWORDS
},
8330 { "wxStyledTextCtrl_LineLength", (PyCFunction
) _wrap_wxStyledTextCtrl_LineLength
, METH_VARARGS
| METH_KEYWORDS
},
8331 { "wxStyledTextCtrl_SetFoldFlags", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldFlags
, METH_VARARGS
| METH_KEYWORDS
},
8332 { "wxStyledTextCtrl_EnsureVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureVisible
, METH_VARARGS
| METH_KEYWORDS
},
8333 { "wxStyledTextCtrl_ToggleFold", (PyCFunction
) _wrap_wxStyledTextCtrl_ToggleFold
, METH_VARARGS
| METH_KEYWORDS
},
8334 { "wxStyledTextCtrl_GetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
8335 { "wxStyledTextCtrl_SetFoldExpanded", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldExpanded
, METH_VARARGS
| METH_KEYWORDS
},
8336 { "wxStyledTextCtrl_GetLineVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineVisible
, METH_VARARGS
| METH_KEYWORDS
},
8337 { "wxStyledTextCtrl_HideLines", (PyCFunction
) _wrap_wxStyledTextCtrl_HideLines
, METH_VARARGS
| METH_KEYWORDS
},
8338 { "wxStyledTextCtrl_ShowLines", (PyCFunction
) _wrap_wxStyledTextCtrl_ShowLines
, METH_VARARGS
| METH_KEYWORDS
},
8339 { "wxStyledTextCtrl_GetFoldParent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldParent
, METH_VARARGS
| METH_KEYWORDS
},
8340 { "wxStyledTextCtrl_GetLastChild", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLastChild
, METH_VARARGS
| METH_KEYWORDS
},
8341 { "wxStyledTextCtrl_GetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
8342 { "wxStyledTextCtrl_SetFoldLevel", (PyCFunction
) _wrap_wxStyledTextCtrl_SetFoldLevel
, METH_VARARGS
| METH_KEYWORDS
},
8343 { "wxStyledTextCtrl_DocLineFromVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_DocLineFromVisible
, METH_VARARGS
| METH_KEYWORDS
},
8344 { "wxStyledTextCtrl_VisibleFromDocLine", (PyCFunction
) _wrap_wxStyledTextCtrl_VisibleFromDocLine
, METH_VARARGS
| METH_KEYWORDS
},
8345 { "wxStyledTextCtrl_CallTipSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
8346 { "wxStyledTextCtrl_CallTipSetHighlight", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipSetHighlight
, METH_VARARGS
| METH_KEYWORDS
},
8347 { "wxStyledTextCtrl_CallTipPosAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipPosAtStart
, METH_VARARGS
| METH_KEYWORDS
},
8348 { "wxStyledTextCtrl_CallTipActive", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipActive
, METH_VARARGS
| METH_KEYWORDS
},
8349 { "wxStyledTextCtrl_CallTipCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipCancel
, METH_VARARGS
| METH_KEYWORDS
},
8350 { "wxStyledTextCtrl_CallTipShow", (PyCFunction
) _wrap_wxStyledTextCtrl_CallTipShow
, METH_VARARGS
| METH_KEYWORDS
},
8351 { "wxStyledTextCtrl_GetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_GetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
8352 { "wxStyledTextCtrl_SetOvertype", (PyCFunction
) _wrap_wxStyledTextCtrl_SetOvertype
, METH_VARARGS
| METH_KEYWORDS
},
8353 { "wxStyledTextCtrl_GetTextLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextLength
, METH_VARARGS
| METH_KEYWORDS
},
8354 { "wxStyledTextCtrl_GetText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetText
, METH_VARARGS
| METH_KEYWORDS
},
8355 { "wxStyledTextCtrl_SetText", (PyCFunction
) _wrap_wxStyledTextCtrl_SetText
, METH_VARARGS
| METH_KEYWORDS
},
8356 { "wxStyledTextCtrl_Clear", (PyCFunction
) _wrap_wxStyledTextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
},
8357 { "wxStyledTextCtrl_Paste", (PyCFunction
) _wrap_wxStyledTextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
},
8358 { "wxStyledTextCtrl_Copy", (PyCFunction
) _wrap_wxStyledTextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
},
8359 { "wxStyledTextCtrl_Cut", (PyCFunction
) _wrap_wxStyledTextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
},
8360 { "wxStyledTextCtrl_Undo", (PyCFunction
) _wrap_wxStyledTextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
},
8361 { "wxStyledTextCtrl_EmptyUndoBuffer", (PyCFunction
) _wrap_wxStyledTextCtrl_EmptyUndoBuffer
, METH_VARARGS
| METH_KEYWORDS
},
8362 { "wxStyledTextCtrl_CanUndo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
},
8363 { "wxStyledTextCtrl_CanPaste", (PyCFunction
) _wrap_wxStyledTextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
},
8364 { "wxStyledTextCtrl_SetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_SetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
8365 { "wxStyledTextCtrl_ReplaceSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_ReplaceSelection
, METH_VARARGS
| METH_KEYWORDS
},
8366 { "wxStyledTextCtrl_EnsureCaretVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_EnsureCaretVisible
, METH_VARARGS
| METH_KEYWORDS
},
8367 { "wxStyledTextCtrl_LineScroll", (PyCFunction
) _wrap_wxStyledTextCtrl_LineScroll
, METH_VARARGS
| METH_KEYWORDS
},
8368 { "wxStyledTextCtrl_PositionFromLine", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromLine
, METH_VARARGS
| METH_KEYWORDS
},
8369 { "wxStyledTextCtrl_LineFromPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_LineFromPosition
, METH_VARARGS
| METH_KEYWORDS
},
8370 { "wxStyledTextCtrl_HideSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_HideSelection
, METH_VARARGS
| METH_KEYWORDS
},
8371 { "wxStyledTextCtrl_GetTextRange", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTextRange
, METH_VARARGS
| METH_KEYWORDS
},
8372 { "wxStyledTextCtrl_GetSelectedText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectedText
, METH_VARARGS
| METH_KEYWORDS
},
8373 { "wxStyledTextCtrl_SetSelection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
},
8374 { "wxStyledTextCtrl_GetModify", (PyCFunction
) _wrap_wxStyledTextCtrl_GetModify
, METH_VARARGS
| METH_KEYWORDS
},
8375 { "wxStyledTextCtrl_GetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
8376 { "wxStyledTextCtrl_SetMarginRight", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginRight
, METH_VARARGS
| METH_KEYWORDS
},
8377 { "wxStyledTextCtrl_GetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
8378 { "wxStyledTextCtrl_SetMarginLeft", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginLeft
, METH_VARARGS
| METH_KEYWORDS
},
8379 { "wxStyledTextCtrl_GetLineCount", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineCount
, METH_VARARGS
| METH_KEYWORDS
},
8380 { "wxStyledTextCtrl_GetLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLine
, METH_VARARGS
| METH_KEYWORDS
},
8381 { "wxStyledTextCtrl_GetFirstVisibleLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetFirstVisibleLine
, METH_VARARGS
| METH_KEYWORDS
},
8382 { "wxStyledTextCtrl_FormatRange", (PyCFunction
) _wrap_wxStyledTextCtrl_FormatRange
, METH_VARARGS
| METH_KEYWORDS
},
8383 { "wxStyledTextCtrl_FindText", (PyCFunction
) _wrap_wxStyledTextCtrl_FindText
, METH_VARARGS
| METH_KEYWORDS
},
8384 { "wxStyledTextCtrl_GetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
8385 { "wxStyledTextCtrl_SetPrintColourMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintColourMode
, METH_VARARGS
| METH_KEYWORDS
},
8386 { "wxStyledTextCtrl_GetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_GetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
8387 { "wxStyledTextCtrl_SetPrintMagnification", (PyCFunction
) _wrap_wxStyledTextCtrl_SetPrintMagnification
, METH_VARARGS
| METH_KEYWORDS
},
8388 { "wxStyledTextCtrl_GetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
8389 { "wxStyledTextCtrl_SetSelectionEnd", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionEnd
, METH_VARARGS
| METH_KEYWORDS
},
8390 { "wxStyledTextCtrl_GetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_GetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
8391 { "wxStyledTextCtrl_SetSelectionStart", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelectionStart
, METH_VARARGS
| METH_KEYWORDS
},
8392 { "wxStyledTextCtrl_SetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
8393 { "wxStyledTextCtrl_GetReadOnly", (PyCFunction
) _wrap_wxStyledTextCtrl_GetReadOnly
, METH_VARARGS
| METH_KEYWORDS
},
8394 { "wxStyledTextCtrl_GetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
8395 { "wxStyledTextCtrl_GetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
8396 { "wxStyledTextCtrl_GetLineEndPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineEndPosition
, METH_VARARGS
| METH_KEYWORDS
},
8397 { "wxStyledTextCtrl_GetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_GetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
8398 { "wxStyledTextCtrl_SetHighlightGuide", (PyCFunction
) _wrap_wxStyledTextCtrl_SetHighlightGuide
, METH_VARARGS
| METH_KEYWORDS
},
8399 { "wxStyledTextCtrl_GetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
8400 { "wxStyledTextCtrl_SetIndentationGuides", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndentationGuides
, METH_VARARGS
| METH_KEYWORDS
},
8401 { "wxStyledTextCtrl_GetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
8402 { "wxStyledTextCtrl_SetUseHorizontalScrollBar", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseHorizontalScrollBar
, METH_VARARGS
| METH_KEYWORDS
},
8403 { "wxStyledTextCtrl_GetColumn", (PyCFunction
) _wrap_wxStyledTextCtrl_GetColumn
, METH_VARARGS
| METH_KEYWORDS
},
8404 { "wxStyledTextCtrl_GetLineIndentPosition", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentPosition
, METH_VARARGS
| METH_KEYWORDS
},
8405 { "wxStyledTextCtrl_GetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
8406 { "wxStyledTextCtrl_SetLineIndentation", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineIndentation
, METH_VARARGS
| METH_KEYWORDS
},
8407 { "wxStyledTextCtrl_GetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
8408 { "wxStyledTextCtrl_SetUseTabs", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUseTabs
, METH_VARARGS
| METH_KEYWORDS
},
8409 { "wxStyledTextCtrl_GetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_GetIndent
, METH_VARARGS
| METH_KEYWORDS
},
8410 { "wxStyledTextCtrl_SetIndent", (PyCFunction
) _wrap_wxStyledTextCtrl_SetIndent
, METH_VARARGS
| METH_KEYWORDS
},
8411 { "wxStyledTextCtrl_AutoCompGetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
8412 { "wxStyledTextCtrl_AutoCompSetIgnoreCase", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetIgnoreCase
, METH_VARARGS
| METH_KEYWORDS
},
8413 { "wxStyledTextCtrl_AutoCompGetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
8414 { "wxStyledTextCtrl_AutoCompSetChooseSingle", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetChooseSingle
, METH_VARARGS
| METH_KEYWORDS
},
8415 { "wxStyledTextCtrl_AutoCompSetFillUps", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetFillUps
, METH_VARARGS
| METH_KEYWORDS
},
8416 { "wxStyledTextCtrl_AutoCompGetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
8417 { "wxStyledTextCtrl_AutoCompSetCancelAtStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetCancelAtStart
, METH_VARARGS
| METH_KEYWORDS
},
8418 { "wxStyledTextCtrl_AutoCompSelect", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSelect
, METH_VARARGS
| METH_KEYWORDS
},
8419 { "wxStyledTextCtrl_AutoCompGetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompGetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
8420 { "wxStyledTextCtrl_AutoCompSetSeparator", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompSetSeparator
, METH_VARARGS
| METH_KEYWORDS
},
8421 { "wxStyledTextCtrl_AutoCompStops", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompStops
, METH_VARARGS
| METH_KEYWORDS
},
8422 { "wxStyledTextCtrl_AutoCompComplete", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompComplete
, METH_VARARGS
| METH_KEYWORDS
},
8423 { "wxStyledTextCtrl_AutoCompPosStart", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompPosStart
, METH_VARARGS
| METH_KEYWORDS
},
8424 { "wxStyledTextCtrl_AutoCompActive", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompActive
, METH_VARARGS
| METH_KEYWORDS
},
8425 { "wxStyledTextCtrl_AutoCompCancel", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompCancel
, METH_VARARGS
| METH_KEYWORDS
},
8426 { "wxStyledTextCtrl_AutoCompShow", (PyCFunction
) _wrap_wxStyledTextCtrl_AutoCompShow
, METH_VARARGS
| METH_KEYWORDS
},
8427 { "wxStyledTextCtrl_GetMaxLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMaxLineState
, METH_VARARGS
| METH_KEYWORDS
},
8428 { "wxStyledTextCtrl_GetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLineState
, METH_VARARGS
| METH_KEYWORDS
},
8429 { "wxStyledTextCtrl_SetLineState", (PyCFunction
) _wrap_wxStyledTextCtrl_SetLineState
, METH_VARARGS
| METH_KEYWORDS
},
8430 { "wxStyledTextCtrl_GetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
8431 { "wxStyledTextCtrl_SetStyleBits", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBits
, METH_VARARGS
| METH_KEYWORDS
},
8432 { "wxStyledTextCtrl_IndicatorGetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8433 { "wxStyledTextCtrl_IndicatorSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8434 { "wxStyledTextCtrl_IndicatorGetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorGetStyle
, METH_VARARGS
| METH_KEYWORDS
},
8435 { "wxStyledTextCtrl_IndicatorSetStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_IndicatorSetStyle
, METH_VARARGS
| METH_KEYWORDS
},
8436 { "wxStyledTextCtrl_EndUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_EndUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
8437 { "wxStyledTextCtrl_BeginUndoAction", (PyCFunction
) _wrap_wxStyledTextCtrl_BeginUndoAction
, METH_VARARGS
| METH_KEYWORDS
},
8438 { "wxStyledTextCtrl_SetWordChars", (PyCFunction
) _wrap_wxStyledTextCtrl_SetWordChars
, METH_VARARGS
| METH_KEYWORDS
},
8439 { "wxStyledTextCtrl_SetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
8440 { "wxStyledTextCtrl_GetCaretPeriod", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCaretPeriod
, METH_VARARGS
| METH_KEYWORDS
},
8441 { "wxStyledTextCtrl_StyleSetVisible", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetVisible
, METH_VARARGS
| METH_KEYWORDS
},
8442 { "wxStyledTextCtrl_SetStyleBytes", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyleBytes
, METH_VARARGS
| METH_KEYWORDS
},
8443 { "wxStyledTextCtrl_CmdKeyClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClearAll
, METH_VARARGS
| METH_KEYWORDS
},
8444 { "wxStyledTextCtrl_CmdKeyClear", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyClear
, METH_VARARGS
| METH_KEYWORDS
},
8445 { "wxStyledTextCtrl_CmdKeyAssign", (PyCFunction
) _wrap_wxStyledTextCtrl_CmdKeyAssign
, METH_VARARGS
| METH_KEYWORDS
},
8446 { "wxStyledTextCtrl_SetCaretForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCaretForeground
, METH_VARARGS
| METH_KEYWORDS
},
8447 { "wxStyledTextCtrl_SetSelBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelBackground
, METH_VARARGS
| METH_KEYWORDS
},
8448 { "wxStyledTextCtrl_SetSelForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSelForeground
, METH_VARARGS
| METH_KEYWORDS
},
8449 { "wxStyledTextCtrl_StyleSetUnderline", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetUnderline
, METH_VARARGS
| METH_KEYWORDS
},
8450 { "wxStyledTextCtrl_StyleResetDefault", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleResetDefault
, METH_VARARGS
| METH_KEYWORDS
},
8451 { "wxStyledTextCtrl_StyleSetEOLFilled", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetEOLFilled
, METH_VARARGS
| METH_KEYWORDS
},
8452 { "wxStyledTextCtrl_StyleSetFaceName", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetFaceName
, METH_VARARGS
| METH_KEYWORDS
},
8453 { "wxStyledTextCtrl_StyleSetSize", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetSize
, METH_VARARGS
| METH_KEYWORDS
},
8454 { "wxStyledTextCtrl_StyleSetItalic", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetItalic
, METH_VARARGS
| METH_KEYWORDS
},
8455 { "wxStyledTextCtrl_StyleSetBold", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBold
, METH_VARARGS
| METH_KEYWORDS
},
8456 { "wxStyledTextCtrl_StyleSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
8457 { "wxStyledTextCtrl_StyleSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8458 { "wxStyledTextCtrl_StyleClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_StyleClearAll
, METH_VARARGS
| METH_KEYWORDS
},
8459 { "wxStyledTextCtrl_GetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
8460 { "wxStyledTextCtrl_SetMarginSensitive", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginSensitive
, METH_VARARGS
| METH_KEYWORDS
},
8461 { "wxStyledTextCtrl_GetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
8462 { "wxStyledTextCtrl_SetMarginMask", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginMask
, METH_VARARGS
| METH_KEYWORDS
},
8463 { "wxStyledTextCtrl_GetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
8464 { "wxStyledTextCtrl_SetMarginWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginWidth
, METH_VARARGS
| METH_KEYWORDS
},
8465 { "wxStyledTextCtrl_GetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_GetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
8466 { "wxStyledTextCtrl_SetMarginType", (PyCFunction
) _wrap_wxStyledTextCtrl_SetMarginType
, METH_VARARGS
| METH_KEYWORDS
},
8467 { "wxStyledTextCtrl_MarkerPrevious", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerPrevious
, METH_VARARGS
| METH_KEYWORDS
},
8468 { "wxStyledTextCtrl_MarkerNext", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerNext
, METH_VARARGS
| METH_KEYWORDS
},
8469 { "wxStyledTextCtrl_MarkerGet", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerGet
, METH_VARARGS
| METH_KEYWORDS
},
8470 { "wxStyledTextCtrl_MarkerDeleteAll", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteAll
, METH_VARARGS
| METH_KEYWORDS
},
8471 { "wxStyledTextCtrl_MarkerDelete", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDelete
, METH_VARARGS
| METH_KEYWORDS
},
8472 { "wxStyledTextCtrl_MarkerAdd", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerAdd
, METH_VARARGS
| METH_KEYWORDS
},
8473 { "wxStyledTextCtrl_MarkerSetBackground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetBackground
, METH_VARARGS
| METH_KEYWORDS
},
8474 { "wxStyledTextCtrl_MarkerSetForeground", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerSetForeground
, METH_VARARGS
| METH_KEYWORDS
},
8475 { "wxStyledTextCtrl_MarkerDefine", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDefine
, METH_VARARGS
| METH_KEYWORDS
},
8476 { "wxStyledTextCtrl_SetCodePage", (PyCFunction
) _wrap_wxStyledTextCtrl_SetCodePage
, METH_VARARGS
| METH_KEYWORDS
},
8477 { "wxStyledTextCtrl_GetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_GetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
8478 { "wxStyledTextCtrl_SetTabWidth", (PyCFunction
) _wrap_wxStyledTextCtrl_SetTabWidth
, METH_VARARGS
| METH_KEYWORDS
},
8479 { "wxStyledTextCtrl_SetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_SetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
8480 { "wxStyledTextCtrl_GetBufferedDraw", (PyCFunction
) _wrap_wxStyledTextCtrl_GetBufferedDraw
, METH_VARARGS
| METH_KEYWORDS
},
8481 { "wxStyledTextCtrl_SetStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_SetStyling
, METH_VARARGS
| METH_KEYWORDS
},
8482 { "wxStyledTextCtrl_StartStyling", (PyCFunction
) _wrap_wxStyledTextCtrl_StartStyling
, METH_VARARGS
| METH_KEYWORDS
},
8483 { "wxStyledTextCtrl_SetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_SetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
8484 { "wxStyledTextCtrl_GetEOLMode", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEOLMode
, METH_VARARGS
| METH_KEYWORDS
},
8485 { "wxStyledTextCtrl_ConvertEOLs", (PyCFunction
) _wrap_wxStyledTextCtrl_ConvertEOLs
, METH_VARARGS
| METH_KEYWORDS
},
8486 { "wxStyledTextCtrl_GetEndStyled", (PyCFunction
) _wrap_wxStyledTextCtrl_GetEndStyled
, METH_VARARGS
| METH_KEYWORDS
},
8487 { "wxStyledTextCtrl_GetCurLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurLine
, METH_VARARGS
| METH_KEYWORDS
},
8488 { "wxStyledTextCtrl_SetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_SetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
8489 { "wxStyledTextCtrl_GotoPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoPos
, METH_VARARGS
| METH_KEYWORDS
},
8490 { "wxStyledTextCtrl_GotoLine", (PyCFunction
) _wrap_wxStyledTextCtrl_GotoLine
, METH_VARARGS
| METH_KEYWORDS
},
8491 { "wxStyledTextCtrl_PositionFromPoint", (PyCFunction
) _wrap_wxStyledTextCtrl_PositionFromPoint
, METH_VARARGS
| METH_KEYWORDS
},
8492 { "wxStyledTextCtrl_SetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_SetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
8493 { "wxStyledTextCtrl_GetViewWhiteSpace", (PyCFunction
) _wrap_wxStyledTextCtrl_GetViewWhiteSpace
, METH_VARARGS
| METH_KEYWORDS
},
8494 { "wxStyledTextCtrl_GetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_GetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
8495 { "wxStyledTextCtrl_MarkerDeleteHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerDeleteHandle
, METH_VARARGS
| METH_KEYWORDS
},
8496 { "wxStyledTextCtrl_MarkerLineFromHandle", (PyCFunction
) _wrap_wxStyledTextCtrl_MarkerLineFromHandle
, METH_VARARGS
| METH_KEYWORDS
},
8497 { "wxStyledTextCtrl_CanRedo", (PyCFunction
) _wrap_wxStyledTextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
},
8498 { "wxStyledTextCtrl_GetStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyledText
, METH_VARARGS
| METH_KEYWORDS
},
8499 { "wxStyledTextCtrl_SetSavePoint", (PyCFunction
) _wrap_wxStyledTextCtrl_SetSavePoint
, METH_VARARGS
| METH_KEYWORDS
},
8500 { "wxStyledTextCtrl_SelectAll", (PyCFunction
) _wrap_wxStyledTextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
},
8501 { "wxStyledTextCtrl_SetUndoCollection", (PyCFunction
) _wrap_wxStyledTextCtrl_SetUndoCollection
, METH_VARARGS
| METH_KEYWORDS
},
8502 { "wxStyledTextCtrl_Redo", (PyCFunction
) _wrap_wxStyledTextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
},
8503 { "wxStyledTextCtrl_GetStyleAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetStyleAt
, METH_VARARGS
| METH_KEYWORDS
},
8504 { "wxStyledTextCtrl_GetAnchor", (PyCFunction
) _wrap_wxStyledTextCtrl_GetAnchor
, METH_VARARGS
| METH_KEYWORDS
},
8505 { "wxStyledTextCtrl_GetCurrentPos", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCurrentPos
, METH_VARARGS
| METH_KEYWORDS
},
8506 { "wxStyledTextCtrl_GetCharAt", (PyCFunction
) _wrap_wxStyledTextCtrl_GetCharAt
, METH_VARARGS
| METH_KEYWORDS
},
8507 { "wxStyledTextCtrl_GetLength", (PyCFunction
) _wrap_wxStyledTextCtrl_GetLength
, METH_VARARGS
| METH_KEYWORDS
},
8508 { "wxStyledTextCtrl_ClearDocumentStyle", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearDocumentStyle
, METH_VARARGS
| METH_KEYWORDS
},
8509 { "wxStyledTextCtrl_ClearAll", (PyCFunction
) _wrap_wxStyledTextCtrl_ClearAll
, METH_VARARGS
| METH_KEYWORDS
},
8510 { "wxStyledTextCtrl_InsertText", (PyCFunction
) _wrap_wxStyledTextCtrl_InsertText
, METH_VARARGS
| METH_KEYWORDS
},
8511 { "wxStyledTextCtrl_AddStyledText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddStyledText
, METH_VARARGS
| METH_KEYWORDS
},
8512 { "wxStyledTextCtrl_AddText", (PyCFunction
) _wrap_wxStyledTextCtrl_AddText
, METH_VARARGS
| METH_KEYWORDS
},
8513 { "new_wxStyledTextCtrl", (PyCFunction
) _wrap_new_wxStyledTextCtrl
, METH_VARARGS
| METH_KEYWORDS
},
8520 * This table is used by the pointer type-checker
8522 static struct { char *n1
; char *n2
; void *(*pcnv
)(void *); } _swig_mapping
[] = {
8523 { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
8524 { "_wxEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8525 { "_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8526 { "_wxEvent","_class_wxEvent",0},
8527 { "_class_wxActivateEvent","_wxActivateEvent",0},
8528 { "_signed_long","_long",0},
8529 { "_wxMenuEvent","_class_wxMenuEvent",0},
8530 { "_class_wxProcessEvent","_wxProcessEvent",0},
8531 { "_class_wxJPEGHandler","_wxJPEGHandler",0},
8532 { "_class_wxFSFile","_wxFSFile",0},
8533 { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
8534 { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
8535 { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
8536 { "_wxBMPHandler","_class_wxBMPHandler",0},
8537 { "_wxImage","_class_wxImage",0},
8538 { "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
8539 { "_wxWindowDisabler","_class_wxWindowDisabler",0},
8540 { "_class_wxDateTime","_wxDateTime",0},
8541 { "_wxPrintQuality","_wxCoord",0},
8542 { "_wxPrintQuality","_int",0},
8543 { "_wxPrintQuality","_signed_int",0},
8544 { "_wxPrintQuality","_unsigned_int",0},
8545 { "_wxPrintQuality","_wxWindowID",0},
8546 { "_wxPrintQuality","_uint",0},
8547 { "_wxPrintQuality","_EBool",0},
8548 { "_wxPrintQuality","_size_t",0},
8549 { "_wxPrintQuality","_time_t",0},
8550 { "_class_wxCustomDataObject","_wxCustomDataObject",0},
8551 { "_wxSpinCtrl","_class_wxSpinCtrl",0},
8552 { "_wxFontData","_class_wxFontData",0},
8553 { "_class_wxRegionIterator","_wxRegionIterator",0},
8554 { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
8555 { "_class_wxMenuBar","_wxMenuBar",0},
8556 { "_class_wxPyTreeItemData","_wxPyTreeItemData",0},
8557 { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0},
8558 { "_class_wxEvtHandler","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
8559 { "_class_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
8560 { "_class_wxEvtHandler","_wxEvtHandler",0},
8561 { "_wxPaintEvent","_class_wxPaintEvent",0},
8562 { "_wxGIFHandler","_class_wxGIFHandler",0},
8563 { "_wxPySizer","_class_wxPySizer",0},
8564 { "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
8565 { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
8566 { "_wxCursor","_class_wxCursor",0},
8567 { "_wxNotifyEvent","_class_wxNotifyEvent",0},
8568 { "_wxPyProcess","_class_wxPyProcess",0},
8569 { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
8570 { "_wxImageHandler","_class_wxImageHandler",0},
8571 { "_wxLog","_class_wxLog",0},
8572 { "_class_wxToolBarBase","_wxToolBarBase",0},
8573 { "_wxMask","_class_wxMask",0},
8574 { "_wxToolTip","_class_wxToolTip",0},
8575 { "_wxPNGHandler","_class_wxPNGHandler",0},
8576 { "_class_wxStyledTextCtrl","_wxStyledTextCtrl",0},
8577 { "_class_wxColourData","_wxColourData",0},
8578 { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0},
8579 { "_wxPrinter","_class_wxPrinter",0},
8580 { "_wxPen","_class_wxPen",0},
8581 { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
8582 { "_class_wxNotebookSizer","_wxNotebookSizer",0},
8583 { "_byte","_unsigned_char",0},
8584 { "_wxDataObject","_class_wxDataObject",0},
8585 { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0},
8586 { "_wxStaticBox","_class_wxStaticBox",0},
8587 { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
8588 { "_wxPyDropSource","_class_wxPyDropSource",0},
8589 { "_wxChoice","_class_wxChoice",0},
8590 { "_wxSlider","_class_wxSlider",0},
8591 { "_wxNotebookEvent","_class_wxNotebookEvent",0},
8592 { "_wxPyPrintout","_class_wxPyPrintout",0},
8593 { "_long","_unsigned_long",0},
8594 { "_long","_signed_long",0},
8595 { "_wxImageList","_class_wxImageList",0},
8596 { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
8597 { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
8598 { "_wxBitmapButton","_class_wxBitmapButton",0},
8599 { "_wxSashWindow","_class_wxSashWindow",0},
8600 { "_class_wxSizer","_wxSizer",0},
8601 { "_class_wxTIFFHandler","_wxTIFFHandler",0},
8602 { "_class_wxPrintDialogData","_wxPrintDialogData",0},
8603 { "_wxGridSizer","_class_wxGridSizer",0},
8604 { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
8605 { "_class_wxClipboard","_wxClipboard",0},
8606 { "_class_wxGauge","_wxGauge",0},
8607 { "_class_wxSashEvent","_wxSashEvent",0},
8608 { "_wxDC","_class_wxDC",0},
8609 { "_wxSizerItem","_class_wxSizerItem",0},
8610 { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
8611 { "_wxListEvent","_class_wxListEvent",0},
8612 { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0},
8613 { "_wxProgressDialog","_class_wxProgressDialog",0},
8614 { "_class_wxBMPHandler","_wxBMPHandler",0},
8615 { "_wxPrintPreview","_class_wxPrintPreview",0},
8616 { "_class_wxFlexGridSizer","_wxFlexGridSizer",0},
8617 { "_wxSpinEvent","_class_wxSpinEvent",0},
8618 { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0},
8619 { "_size_t","_wxCoord",0},
8620 { "_size_t","_wxPrintQuality",0},
8621 { "_size_t","_time_t",0},
8622 { "_size_t","_unsigned_int",0},
8623 { "_size_t","_int",0},
8624 { "_size_t","_wxWindowID",0},
8625 { "_size_t","_uint",0},
8626 { "_class_wxRealPoint","_wxRealPoint",0},
8627 { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
8628 { "_wxPNMHandler","_class_wxPNMHandler",0},
8629 { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
8630 { "_wxLogGui","_class_wxLogGui",0},
8631 { "_class_wxMenuItem","_wxMenuItem",0},
8632 { "_class_wxPaintEvent","_wxPaintEvent",0},
8633 { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
8634 { "_class_wxStatusBar","_wxStatusBar",0},
8635 { "_class_wxGIFHandler","_wxGIFHandler",0},
8636 { "_class_wxPySizer","_wxPySizer",0},
8637 { "_class_wxPostScriptDC","_wxPostScriptDC",0},
8638 { "_wxPanel","_class_wxPanel",0},
8639 { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
8640 { "_wxCheckBox","_class_wxCheckBox",0},
8641 { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0},
8642 { "_wxPyEvent","_class_wxPyEvent",0},
8643 { "_wxTextCtrl","_class_wxTextCtrl",0},
8644 { "_class_wxMask","_wxMask",0},
8645 { "_wxTextDataObject","_class_wxTextDataObject",0},
8646 { "_class_wxKeyEvent","_wxKeyEvent",0},
8647 { "_class_wxToolTip","_wxToolTip",0},
8648 { "_class_wxPNGHandler","_wxPNGHandler",0},
8649 { "_wxFileConfig","_class_wxFileConfig",0},
8650 { "_wxColour","_class_wxColour",0},
8651 { "_class_wxDialog","_wxDialog",0},
8652 { "_wxBusyCursor","_class_wxBusyCursor",0},
8653 { "_wxPageSetupDialog","_class_wxPageSetupDialog",0},
8654 { "_class_wxPrinter","_wxPrinter",0},
8655 { "_class_wxFileDataObject","_wxFileDataObject",0},
8656 { "_wxIdleEvent","_class_wxIdleEvent",0},
8657 { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
8658 { "_wxToolBar","_class_wxToolBar",0},
8659 { "_class_wxDataObject","_wxDataObject",0},
8660 { "_wxCaret","_class_wxCaret",0},
8661 { "_wxStaticLine","_class_wxStaticLine",0},
8662 { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0},
8663 { "_wxBrush","_class_wxBrush",0},
8664 { "_wxMiniFrame","_class_wxMiniFrame",0},
8665 { "_class_wxNotebookEvent","_wxNotebookEvent",0},
8666 { "_class_wxPyPrintout","_wxPyPrintout",0},
8667 { "_wxDataFormat","_class_wxDataFormat",0},
8668 { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
8669 { "_class_wxSashWindow","_wxSashWindow",0},
8670 { "_wxShowEvent","_class_wxShowEvent",0},
8671 { "_uint","_wxCoord",0},
8672 { "_uint","_wxPrintQuality",0},
8673 { "_uint","_time_t",0},
8674 { "_uint","_size_t",0},
8675 { "_uint","_unsigned_int",0},
8676 { "_uint","_int",0},
8677 { "_uint","_wxWindowID",0},
8678 { "_wxChar","_char",0},
8679 { "_wxPyValidator","_class_wxPyValidator",0},
8680 { "_class_wxEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8681 { "_class_wxEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxEvent
},
8682 { "_class_wxEvent","_wxEvent",0},
8683 { "_wxCheckListBox","_class_wxCheckListBox",0},
8684 { "_wxSplitterEvent","_class_wxSplitterEvent",0},
8685 { "_wxRect","_class_wxRect",0},
8686 { "_wxCommandEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
8687 { "_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
8688 { "_wxCommandEvent","_class_wxCommandEvent",0},
8689 { "_wxSizeEvent","_class_wxSizeEvent",0},
8690 { "_class_wxLogWindow","_wxLogWindow",0},
8691 { "_class_wxImage","_wxImage",0},
8692 { "_wxPoint","_class_wxPoint",0},
8693 { "_class_wxWindowDisabler","_wxWindowDisabler",0},
8694 { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
8695 { "_class_wxButton","_wxButton",0},
8696 { "_wxRadioBox","_class_wxRadioBox",0},
8697 { "_class_wxSpinCtrl","_wxSpinCtrl",0},
8698 { "_class_wxFontData","_wxFontData",0},
8699 { "_class_wxPNMHandler","_wxPNMHandler",0},
8700 { "_wxBoxSizer","_class_wxBoxSizer",0},
8701 { "_class_wxZipFSHandler","_wxZipFSHandler",0},
8702 { "_char","_wxChar",0},
8703 { "_wxBitmap","_class_wxBitmap",0},
8704 { "_wxPrintDialog","_class_wxPrintDialog",0},
8705 { "_wxWindowDC","_class_wxWindowDC",0},
8706 { "_wxTimerEvent","_class_wxTimerEvent",0},
8707 { "_wxPyTimer","_class_wxPyTimer",0},
8708 { "_wxScrollBar","_class_wxScrollBar",0},
8709 { "_wxSpinButton","_class_wxSpinButton",0},
8710 { "_wxColourDialog","_class_wxColourDialog",0},
8711 { "_wxPrintData","_class_wxPrintData",0},
8712 { "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
8713 { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
8714 { "_class_wxNotifyEvent","_wxNotifyEvent",0},
8715 { "_wxMessageDialog","_class_wxMessageDialog",0},
8716 { "_class_wxValidator","_wxValidator",0},
8717 { "_class_wxPyEvent","_wxPyEvent",0},
8718 { "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
8719 { "_wxConfig","_class_wxConfig",0},
8720 { "_class_wxIconizeEvent","_wxIconizeEvent",0},
8721 { "_class_wxStaticBitmap","_wxStaticBitmap",0},
8722 { "_class_wxFileConfig","_wxFileConfig",0},
8723 { "_class_wxBusyCursor","_wxBusyCursor",0},
8724 { "_wxToolBarSimple","_class_wxToolBarSimple",0},
8725 { "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
8726 { "_wxListItem","_class_wxListItem",0},
8727 { "_class_wxToolBar","_wxToolBar",0},
8728 { "_wxDropTarget","_class_wxDropTarget",0},
8729 { "_class_wxStaticLine","_wxStaticLine",0},
8730 { "_wxScrollEvent","_class_wxScrollEvent",0},
8731 { "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
8732 { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
8733 { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
8734 { "_EBool","_wxCoord",0},
8735 { "_EBool","_wxPrintQuality",0},
8736 { "_EBool","_signed_int",0},
8737 { "_EBool","_int",0},
8738 { "_EBool","_wxWindowID",0},
8739 { "_class_wxRegion","_wxRegion",0},
8740 { "_class_wxDataFormat","_wxDataFormat",0},
8741 { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
8742 { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
8743 { "_class_wxPreviewFrame","_wxPreviewFrame",0},
8744 { "_wxStaticText","_class_wxStaticText",0},
8745 { "_wxFont","_class_wxFont",0},
8746 { "_class_wxPyDropTarget","_wxPyDropTarget",0},
8747 { "_wxCloseEvent","_class_wxCloseEvent",0},
8748 { "_class_wxSplitterEvent","_wxSplitterEvent",0},
8749 { "_wxProcessEvent","_class_wxProcessEvent",0},
8750 { "_wxNotebook","_class_wxNotebook",0},
8751 { "_wxFSFile","_class_wxFSFile",0},
8752 { "_unsigned_long","_long",0},
8753 { "_class_wxRect","_wxRect",0},
8754 { "_class_wxDC","_wxDC",0},
8755 { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
8756 { "_wxGenericDragImage","_class_wxGenericDragImage",0},
8757 { "_class_wxProgressDialog","_wxProgressDialog",0},
8758 { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
8759 { "_wxPyInputStream","_class_wxPyInputStream",0},
8760 { "_wxPyApp","_class_wxPyApp",0},
8761 { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
8762 { "_class_wxOutputStream","_wxOutputStream",0},
8763 { "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
8764 { "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
8765 { "_class_wxTreeEvent","_wxTreeEvent",0},
8766 { "_class_wxDirDialog","_wxDirDialog",0},
8767 { "_wxTimeSpan","_class_wxTimeSpan",0},
8768 { "_wxFocusEvent","_class_wxFocusEvent",0},
8769 { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
8770 { "_class_wxTimerEvent","_wxTimerEvent",0},
8771 { "_class_wxPyTimer","_wxPyTimer",0},
8772 { "_class_wxSpinButton","_wxSpinButton",0},
8773 { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
8774 { "_class_wxPanel","_wxPanel",0},
8775 { "_class_wxCheckBox","_wxCheckBox",0},
8776 { "_wxComboBox","_class_wxComboBox",0},
8777 { "_wxRadioButton","_class_wxRadioButton",0},
8778 { "_class_wxMessageDialog","_wxMessageDialog",0},
8779 { "_signed_int","_wxCoord",0},
8780 { "_signed_int","_wxPrintQuality",0},
8781 { "_signed_int","_EBool",0},
8782 { "_signed_int","_wxWindowID",0},
8783 { "_signed_int","_int",0},
8784 { "_class_wxTextCtrl","_wxTextCtrl",0},
8785 { "_class_wxListItemAttr","_wxListItemAttr",0},
8786 { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
8787 { "_class_wxTextDataObject","_wxTextDataObject",0},
8788 { "_wxMenu","_class_wxMenu",0},
8789 { "_class_wxMoveEvent","_wxMoveEvent",0},
8790 { "_wxListBox","_class_wxListBox",0},
8791 { "_wxScreenDC","_class_wxScreenDC",0},
8792 { "_class_wxToolBarSimple","_wxToolBarSimple",0},
8793 { "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
8794 { "_WXTYPE","_wxDateTime_t",0},
8795 { "_WXTYPE","_short",0},
8796 { "_WXTYPE","_signed_short",0},
8797 { "_WXTYPE","_unsigned_short",0},
8798 { "_wxFileDialog","_class_wxFileDialog",0},
8799 { "_class_wxDropTarget","_wxDropTarget",0},
8800 { "_class_wxCaret","_wxCaret",0},
8801 { "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
8802 { "_class_wxBrush","_wxBrush",0},
8803 { "_wxTipProvider","_class_wxTipProvider",0},
8804 { "_unsigned_short","_wxDateTime_t",0},
8805 { "_unsigned_short","_WXTYPE",0},
8806 { "_unsigned_short","_short",0},
8807 { "_class_wxWindow","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
8808 { "_class_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
8809 { "_class_wxWindow","_wxWindow",0},
8810 { "_class_wxLogStderr","_wxLogStderr",0},
8811 { "_wxSplitterWindow","_class_wxSplitterWindow",0},
8812 { "_wxDateSpan","_class_wxDateSpan",0},
8813 { "_class_wxStyledTextEvent","_wxStyledTextEvent",0},
8814 { "_class_wxStaticText","_wxStaticText",0},
8815 { "_wxPrintDialogData","_class_wxPrintDialogData",0},
8816 { "_class_wxFont","_wxFont",0},
8817 { "_wxClipboard","_class_wxClipboard",0},
8818 { "_class_wxPyValidator","_wxPyValidator",0},
8819 { "_class_wxCloseEvent","_wxCloseEvent",0},
8820 { "_wxSashEvent","_class_wxSashEvent",0},
8821 { "_wxBusyInfo","_class_wxBusyInfo",0},
8822 { "_class_wxMenuEvent","_wxMenuEvent",0},
8823 { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
8824 { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
8825 { "_wxClientDC","_class_wxClientDC",0},
8826 { "_wxMouseEvent","_class_wxMouseEvent",0},
8827 { "_class_wxGenericDragImage","_wxGenericDragImage",0},
8828 { "_wxListCtrl","_class_wxListCtrl",0},
8829 { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
8830 { "_class_wxPoint","_wxPoint",0},
8831 { "_class_wxPyInputStream","_wxPyInputStream",0},
8832 { "_wxRealPoint","_class_wxRealPoint",0},
8833 { "_class_wxRadioBox","_wxRadioBox",0},
8834 { "_class_wxBoxSizer","_wxBoxSizer",0},
8835 { "_signed_short","_WXTYPE",0},
8836 { "_signed_short","_short",0},
8837 { "_wxMemoryDC","_class_wxMemoryDC",0},
8838 { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
8839 { "_class_wxPrintDialog","_wxPrintDialog",0},
8840 { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
8841 { "_wxPaintDC","_class_wxPaintDC",0},
8842 { "_class_wxWindowDC","_wxWindowDC",0},
8843 { "_class_wxFocusEvent","_wxFocusEvent",0},
8844 { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
8845 { "_wxStatusBar","_class_wxStatusBar",0},
8846 { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
8847 { "_class_wxCursor","_wxCursor",0},
8848 { "_wxPostScriptDC","_class_wxPostScriptDC",0},
8849 { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
8850 { "_class_wxPyProcess","_wxPyProcess",0},
8851 { "_class_wxImageHandler","_wxImageHandler",0},
8852 { "_wxScrolledWindow","_class_wxScrolledWindow",0},
8853 { "_class_wxLog","_wxLog",0},
8854 { "_wxTreeItemId","_class_wxTreeItemId",0},
8855 { "_unsigned_char","_byte",0},
8856 { "_class_wxMenu","_wxMenu",0},
8857 { "_wxControl","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8858 { "_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8859 { "_wxControl","_class_wxControl",0},
8860 { "_class_wxListBox","_wxListBox",0},
8861 { "_unsigned_int","_wxCoord",0},
8862 { "_unsigned_int","_wxPrintQuality",0},
8863 { "_unsigned_int","_time_t",0},
8864 { "_unsigned_int","_size_t",0},
8865 { "_unsigned_int","_uint",0},
8866 { "_unsigned_int","_wxWindowID",0},
8867 { "_unsigned_int","_int",0},
8868 { "_wxIcon","_class_wxIcon",0},
8869 { "_wxDialog","_class_wxDialog",0},
8870 { "_class_wxListItem","_wxListItem",0},
8871 { "_class_wxPen","_wxPen",0},
8872 { "_class_wxFileDialog","_wxFileDialog",0},
8873 { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
8874 { "_wxConfigBase","_class_wxConfigBase",0},
8875 { "_short","_wxDateTime_t",0},
8876 { "_short","_WXTYPE",0},
8877 { "_short","_unsigned_short",0},
8878 { "_short","_signed_short",0},
8879 { "_class_wxStaticBox","_wxStaticBox",0},
8880 { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0},
8881 { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
8882 { "_class_wxPyDropSource","_wxPyDropSource",0},
8883 { "_class_wxScrollEvent","_wxScrollEvent",0},
8884 { "_wxJoystickEvent","_class_wxJoystickEvent",0},
8885 { "_class_wxChoice","_wxChoice",0},
8886 { "_class_wxSlider","_wxSlider",0},
8887 { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
8888 { "_class_wxImageList","_wxImageList",0},
8889 { "_class_wxBitmapButton","_wxBitmapButton",0},
8890 { "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
8891 { "_wxPyTipProvider","_class_wxPyTipProvider",0},
8892 { "_wxFrame","_class_wxFrame",0},
8893 { "_wxPCXHandler","_class_wxPCXHandler",0},
8894 { "_class_wxGridSizer","_wxGridSizer",0},
8895 { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
8896 { "_class_wxNotebook","_wxNotebook",0},
8897 { "_wxJPEGHandler","_class_wxJPEGHandler",0},
8898 { "_wxWindowID","_wxCoord",0},
8899 { "_wxWindowID","_wxPrintQuality",0},
8900 { "_wxWindowID","_time_t",0},
8901 { "_wxWindowID","_size_t",0},
8902 { "_wxWindowID","_EBool",0},
8903 { "_wxWindowID","_uint",0},
8904 { "_wxWindowID","_int",0},
8905 { "_wxWindowID","_signed_int",0},
8906 { "_wxWindowID","_unsigned_int",0},
8907 { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
8908 { "_class_wxSizerItem","_wxSizerItem",0},
8909 { "_int","_wxCoord",0},
8910 { "_int","_wxPrintQuality",0},
8911 { "_int","_time_t",0},
8912 { "_int","_size_t",0},
8913 { "_int","_EBool",0},
8914 { "_int","_uint",0},
8915 { "_int","_wxWindowID",0},
8916 { "_int","_unsigned_int",0},
8917 { "_int","_signed_int",0},
8918 { "_class_wxMouseEvent","_wxMouseEvent",0},
8919 { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
8920 { "_wxLogWindow","_class_wxLogWindow",0},
8921 { "_class_wxListEvent","_wxListEvent",0},
8922 { "_class_wxPrintPreview","_wxPrintPreview",0},
8923 { "_wxDateTime_t","_unsigned_short",0},
8924 { "_wxDateTime_t","_short",0},
8925 { "_wxDateTime_t","_WXTYPE",0},
8926 { "_class_wxSpinEvent","_wxSpinEvent",0},
8927 { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
8928 { "_wxDateTime","_class_wxDateTime",0},
8929 { "_time_t","_wxCoord",0},
8930 { "_time_t","_wxPrintQuality",0},
8931 { "_time_t","_unsigned_int",0},
8932 { "_time_t","_int",0},
8933 { "_time_t","_wxWindowID",0},
8934 { "_time_t","_uint",0},
8935 { "_time_t","_size_t",0},
8936 { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
8937 { "_wxLogNull","_class_wxLogNull",0},
8938 { "_wxButton","_class_wxButton",0},
8939 { "_wxZipFSHandler","_class_wxZipFSHandler",0},
8940 { "_class_wxPyApp","_wxPyApp",0},
8941 { "_wxSize","_class_wxSize",0},
8942 { "_wxRegionIterator","_class_wxRegionIterator",0},
8943 { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
8944 { "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
8945 { "_class_wxLogGui","_wxLogGui",0},
8946 { "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
8947 { "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
8948 { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
8949 { "_class_wxTimeSpan","_wxTimeSpan",0},
8950 { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
8951 { "_class_wxPaintDC","_wxPaintDC",0},
8952 { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
8953 { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
8954 { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
8955 { "_class_wxComboBox","_wxComboBox",0},
8956 { "_class_wxRadioButton","_wxRadioButton",0},
8957 { "_wxValidator","_class_wxValidator",0},
8958 { "_wxToolBarBase","_class_wxToolBarBase",0},
8959 { "_class_wxTreeItemId","_wxTreeItemId",0},
8960 { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
8961 { "_wxIconizeEvent","_class_wxIconizeEvent",0},
8962 { "_class_wxControl","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8963 { "_class_wxControl","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxControl
},
8964 { "_class_wxControl","_wxControl",0},
8965 { "_wxStaticBitmap","_class_wxStaticBitmap",0},
8966 { "_wxStyledTextCtrl","_class_wxStyledTextCtrl",0},
8967 { "_class_wxIcon","_wxIcon",0},
8968 { "_class_wxColour","_wxColour",0},
8969 { "_class_wxScreenDC","_wxScreenDC",0},
8970 { "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
8971 { "_wxPalette","_class_wxPalette",0},
8972 { "_class_wxIdleEvent","_wxIdleEvent",0},
8973 { "_class_wxConfigBase","_wxConfigBase",0},
8974 { "_wxCoord","_int",0},
8975 { "_wxCoord","_signed_int",0},
8976 { "_wxCoord","_unsigned_int",0},
8977 { "_wxCoord","_wxWindowID",0},
8978 { "_wxCoord","_uint",0},
8979 { "_wxCoord","_EBool",0},
8980 { "_wxCoord","_size_t",0},
8981 { "_wxCoord","_time_t",0},
8982 { "_wxCoord","_wxPrintQuality",0},
8983 { "_wxEraseEvent","_class_wxEraseEvent",0},
8984 { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
8985 { "_class_wxJoystickEvent","_wxJoystickEvent",0},
8986 { "_class_wxTipProvider","_wxTipProvider",0},
8987 { "_class_wxMiniFrame","_wxMiniFrame",0},
8988 { "_wxFontDialog","_class_wxFontDialog",0},
8989 { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
8990 { "_wxRegion","_class_wxRegion",0},
8991 { "_class_wxSplitterWindow","_wxSplitterWindow",0},
8992 { "_wxPreviewFrame","_class_wxPreviewFrame",0},
8993 { "_wxSizer","_class_wxSizer",0},
8994 { "_class_wxDateSpan","_wxDateSpan",0},
8995 { "_wxFileSystem","_class_wxFileSystem",0},
8996 { "_class_wxShowEvent","_wxShowEvent",0},
8997 { "_class_wxPyTipProvider","_wxPyTipProvider",0},
8998 { "_class_wxPCXHandler","_wxPCXHandler",0},
8999 { "_wxTIFFHandler","_class_wxTIFFHandler",0},
9000 { "_wxPyDropTarget","_class_wxPyDropTarget",0},
9001 { "_wxActivateEvent","_class_wxActivateEvent",0},
9002 { "_wxGauge","_class_wxGauge",0},
9003 { "_class_wxCheckListBox","_wxCheckListBox",0},
9004 { "_class_wxBusyInfo","_wxBusyInfo",0},
9005 { "_class_wxCommandEvent","_class_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
9006 { "_class_wxCommandEvent","_wxStyledTextEvent",SwigwxStyledTextEventTowxCommandEvent
},
9007 { "_class_wxCommandEvent","_wxCommandEvent",0},
9008 { "_class_wxClientDC","_wxClientDC",0},
9009 { "_class_wxSizeEvent","_wxSizeEvent",0},
9010 { "_class_wxListCtrl","_wxListCtrl",0},
9011 { "_wxCustomDataObject","_class_wxCustomDataObject",0},
9012 { "_class_wxLogNull","_wxLogNull",0},
9013 { "_class_wxSize","_wxSize",0},
9014 { "_class_wxBitmap","_wxBitmap",0},
9015 { "_class_wxMemoryDC","_wxMemoryDC",0},
9016 { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
9017 { "_wxMenuBar","_class_wxMenuBar",0},
9018 { "_wxOutputStream","_class_wxOutputStream",0},
9019 { "_wxTreeEvent","_class_wxTreeEvent",0},
9020 { "_wxDirDialog","_class_wxDirDialog",0},
9021 { "_wxEvtHandler","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
9022 { "_wxEvtHandler","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxEvtHandler
},
9023 { "_wxEvtHandler","_class_wxEvtHandler",0},
9024 { "_wxMenuItem","_class_wxMenuItem",0},
9025 { "_class_wxScrollBar","_wxScrollBar",0},
9026 { "_class_wxColourDialog","_wxColourDialog",0},
9027 { "_class_wxPrintData","_wxPrintData",0},
9028 { "_class_wxScrolledWindow","_wxScrolledWindow",0},
9029 { "_wxListItemAttr","_class_wxListItemAttr",0},
9030 { "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
9031 { "_class_wxConfig","_wxConfig",0},
9032 { "_wxKeyEvent","_class_wxKeyEvent",0},
9033 { "_wxMoveEvent","_class_wxMoveEvent",0},
9034 { "_wxColourData","_class_wxColourData",0},
9035 { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0},
9036 { "_class_wxPalette","_wxPalette",0},
9037 { "_wxFileDataObject","_class_wxFileDataObject",0},
9038 { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0},
9039 { "_wxNotebookSizer","_class_wxNotebookSizer",0},
9040 { "_class_wxEraseEvent","_wxEraseEvent",0},
9041 { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0},
9042 { "_wxMDIClientWindow","_class_wxMDIClientWindow",0},
9043 { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
9044 { "_class_wxToolBarToolBase","_wxToolBarToolBase",0},
9045 { "_class_wxFontDialog","_wxFontDialog",0},
9046 { "_wxWindow","_class_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
9047 { "_wxWindow","_wxStyledTextCtrl",SwigwxStyledTextCtrlTowxWindow
},
9048 { "_wxWindow","_class_wxWindow",0},
9049 { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
9050 { "_wxLogStderr","_class_wxLogStderr",0},
9051 { "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
9052 { "_class_wxFileSystem","_wxFileSystem",0},
9053 { "_wxStyledTextEvent","_class_wxStyledTextEvent",0},
9054 { "_class_wxFrame","_wxFrame",0},
9057 static PyObject
*SWIG_globals
;
9061 SWIGEXPORT(void) initstc_c() {
9063 SWIG_globals
= SWIG_newvarlink();
9064 m
= Py_InitModule("stc_c", stc_cMethods
);
9065 d
= PyModule_GetDict(m
);
9066 PyDict_SetItemString(d
,"wxSTC_INVALID_POSITION", PyInt_FromLong((long) -1));
9067 PyDict_SetItemString(d
,"wxSTC_START", PyInt_FromLong((long) 2000));
9068 PyDict_SetItemString(d
,"wxSTC_OPTIONAL_START", PyInt_FromLong((long) 3000));
9069 PyDict_SetItemString(d
,"wxSTC_LEXER_START", PyInt_FromLong((long) 4000));
9070 PyDict_SetItemString(d
,"wxSTC_CMD_REDO", PyInt_FromLong((long) 2011));
9071 PyDict_SetItemString(d
,"wxSTC_CMD_SELECTALL", PyInt_FromLong((long) 2013));
9072 PyDict_SetItemString(d
,"wxSTC_WS_INVISIBLE", PyInt_FromLong((long) 0));
9073 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEALWAYS", PyInt_FromLong((long) 1));
9074 PyDict_SetItemString(d
,"wxSTC_WS_VISIBLEAFTERINDENT", PyInt_FromLong((long) 2));
9075 PyDict_SetItemString(d
,"wxSTC_EOL_CRLF", PyInt_FromLong((long) 0));
9076 PyDict_SetItemString(d
,"wxSTC_EOL_CR", PyInt_FromLong((long) 1));
9077 PyDict_SetItemString(d
,"wxSTC_EOL_LF", PyInt_FromLong((long) 2));
9078 PyDict_SetItemString(d
,"wxSTC_CP_UTF8", PyInt_FromLong((long) 65001));
9079 PyDict_SetItemString(d
,"wxSTC_MARKER_MAX", PyInt_FromLong((long) 31));
9080 PyDict_SetItemString(d
,"wxSTC_MARK_CIRCLE", PyInt_FromLong((long) 0));
9081 PyDict_SetItemString(d
,"wxSTC_MARK_ROUNDRECT", PyInt_FromLong((long) 1));
9082 PyDict_SetItemString(d
,"wxSTC_MARK_ARROW", PyInt_FromLong((long) 2));
9083 PyDict_SetItemString(d
,"wxSTC_MARK_SMALLRECT", PyInt_FromLong((long) 3));
9084 PyDict_SetItemString(d
,"wxSTC_MARK_SHORTARROW", PyInt_FromLong((long) 4));
9085 PyDict_SetItemString(d
,"wxSTC_MARK_EMPTY", PyInt_FromLong((long) 5));
9086 PyDict_SetItemString(d
,"wxSTC_MARK_ARROWDOWN", PyInt_FromLong((long) 6));
9087 PyDict_SetItemString(d
,"wxSTC_MARK_MINUS", PyInt_FromLong((long) 7));
9088 PyDict_SetItemString(d
,"wxSTC_MARK_PLUS", PyInt_FromLong((long) 8));
9089 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDER", PyInt_FromLong((long) 30));
9090 PyDict_SetItemString(d
,"wxSTC_MARKNUM_FOLDEROPEN", PyInt_FromLong((long) 31));
9091 PyDict_SetItemString(d
,"wxSTC_MARGIN_SYMBOL", PyInt_FromLong((long) 0));
9092 PyDict_SetItemString(d
,"wxSTC_MARGIN_NUMBER", PyInt_FromLong((long) 1));
9093 PyDict_SetItemString(d
,"wxSTC_STYLE_DEFAULT", PyInt_FromLong((long) 32));
9094 PyDict_SetItemString(d
,"wxSTC_STYLE_LINENUMBER", PyInt_FromLong((long) 33));
9095 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACELIGHT", PyInt_FromLong((long) 34));
9096 PyDict_SetItemString(d
,"wxSTC_STYLE_BRACEBAD", PyInt_FromLong((long) 35));
9097 PyDict_SetItemString(d
,"wxSTC_STYLE_CONTROLCHAR", PyInt_FromLong((long) 36));
9098 PyDict_SetItemString(d
,"wxSTC_STYLE_INDENTGUIDE", PyInt_FromLong((long) 37));
9099 PyDict_SetItemString(d
,"wxSTC_STYLE_MAX", PyInt_FromLong((long) 127));
9100 PyDict_SetItemString(d
,"wxSTC_CHARSET_ANSI", PyInt_FromLong((long) 0));
9101 PyDict_SetItemString(d
,"wxSTC_CHARSET_DEFAULT", PyInt_FromLong((long) 1));
9102 PyDict_SetItemString(d
,"wxSTC_CHARSET_BALTIC", PyInt_FromLong((long) 186));
9103 PyDict_SetItemString(d
,"wxSTC_CHARSET_CHINESEBIG5", PyInt_FromLong((long) 136));
9104 PyDict_SetItemString(d
,"wxSTC_CHARSET_EASTEUROPE", PyInt_FromLong((long) 238));
9105 PyDict_SetItemString(d
,"wxSTC_CHARSET_GB2312", PyInt_FromLong((long) 134));
9106 PyDict_SetItemString(d
,"wxSTC_CHARSET_GREEK", PyInt_FromLong((long) 161));
9107 PyDict_SetItemString(d
,"wxSTC_CHARSET_HANGUL", PyInt_FromLong((long) 129));
9108 PyDict_SetItemString(d
,"wxSTC_CHARSET_MAC", PyInt_FromLong((long) 77));
9109 PyDict_SetItemString(d
,"wxSTC_CHARSET_OEM", PyInt_FromLong((long) 255));
9110 PyDict_SetItemString(d
,"wxSTC_CHARSET_RUSSIAN", PyInt_FromLong((long) 204));
9111 PyDict_SetItemString(d
,"wxSTC_CHARSET_SHIFTJIS", PyInt_FromLong((long) 128));
9112 PyDict_SetItemString(d
,"wxSTC_CHARSET_SYMBOL", PyInt_FromLong((long) 2));
9113 PyDict_SetItemString(d
,"wxSTC_CHARSET_TURKISH", PyInt_FromLong((long) 162));
9114 PyDict_SetItemString(d
,"wxSTC_CHARSET_JOHAB", PyInt_FromLong((long) 130));
9115 PyDict_SetItemString(d
,"wxSTC_CHARSET_HEBREW", PyInt_FromLong((long) 177));
9116 PyDict_SetItemString(d
,"wxSTC_CHARSET_ARABIC", PyInt_FromLong((long) 178));
9117 PyDict_SetItemString(d
,"wxSTC_CHARSET_VIETNAMESE", PyInt_FromLong((long) 163));
9118 PyDict_SetItemString(d
,"wxSTC_CHARSET_THAI", PyInt_FromLong((long) 222));
9119 PyDict_SetItemString(d
,"wxSTC_INDIC_MAX", PyInt_FromLong((long) 7));
9120 PyDict_SetItemString(d
,"wxSTC_INDIC_PLAIN", PyInt_FromLong((long) 0));
9121 PyDict_SetItemString(d
,"wxSTC_INDIC_SQUIGGLE", PyInt_FromLong((long) 1));
9122 PyDict_SetItemString(d
,"wxSTC_INDIC_TT", PyInt_FromLong((long) 2));
9123 PyDict_SetItemString(d
,"wxSTC_INDIC_DIAGONAL", PyInt_FromLong((long) 3));
9124 PyDict_SetItemString(d
,"wxSTC_INDIC_STRIKE", PyInt_FromLong((long) 4));
9125 PyDict_SetItemString(d
,"wxSTC_INDIC0_MASK", PyInt_FromLong((long) 32));
9126 PyDict_SetItemString(d
,"wxSTC_INDIC1_MASK", PyInt_FromLong((long) 64));
9127 PyDict_SetItemString(d
,"wxSTC_INDIC2_MASK", PyInt_FromLong((long) 128));
9128 PyDict_SetItemString(d
,"wxSTC_INDICS_MASK", PyInt_FromLong((long) 32|64|128));
9129 PyDict_SetItemString(d
,"wxSTC_PRINT_NORMAL", PyInt_FromLong((long) 0));
9130 PyDict_SetItemString(d
,"wxSTC_PRINT_INVERTLIGHT", PyInt_FromLong((long) 1));
9131 PyDict_SetItemString(d
,"wxSTC_PRINT_BLACKONWHITE", PyInt_FromLong((long) 2));
9132 PyDict_SetItemString(d
,"wxSTC_FIND_DOWN", PyInt_FromLong((long) 1));
9133 PyDict_SetItemString(d
,"wxSTC_FIND_WHOLEWORD", PyInt_FromLong((long) 2));
9134 PyDict_SetItemString(d
,"wxSTC_FIND_MATCHCASE", PyInt_FromLong((long) 4));
9135 PyDict_SetItemString(d
,"wxSTC_FIND_WORDSTART", PyInt_FromLong((long) 0x00100000));
9136 PyDict_SetItemString(d
,"wxSTC_FIND_REGEXP", PyInt_FromLong((long) 0x00200000));
9137 PyDict_SetItemString(d
,"wxSTC_CMD_UNDO", PyInt_FromLong((long) 2176));
9138 PyDict_SetItemString(d
,"wxSTC_CMD_CUT", PyInt_FromLong((long) 2177));
9139 PyDict_SetItemString(d
,"wxSTC_CMD_COPY", PyInt_FromLong((long) 2178));
9140 PyDict_SetItemString(d
,"wxSTC_CMD_PASTE", PyInt_FromLong((long) 2179));
9141 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELBASE", PyInt_FromLong((long) 0x400));
9142 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELWHITEFLAG", PyInt_FromLong((long) 0x1000));
9143 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELHEADERFLAG", PyInt_FromLong((long) 0x2000));
9144 PyDict_SetItemString(d
,"wxSTC_FOLDLEVELNUMBERMASK", PyInt_FromLong((long) 0x0FFF));
9145 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWN", PyInt_FromLong((long) 2300));
9146 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDOWNEXTEND", PyInt_FromLong((long) 2301));
9147 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUP", PyInt_FromLong((long) 2302));
9148 PyDict_SetItemString(d
,"wxSTC_CMD_LINEUPEXTEND", PyInt_FromLong((long) 2303));
9149 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFT", PyInt_FromLong((long) 2304));
9150 PyDict_SetItemString(d
,"wxSTC_CMD_CHARLEFTEXTEND", PyInt_FromLong((long) 2305));
9151 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHT", PyInt_FromLong((long) 2306));
9152 PyDict_SetItemString(d
,"wxSTC_CMD_CHARRIGHTEXTEND", PyInt_FromLong((long) 2307));
9153 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFT", PyInt_FromLong((long) 2308));
9154 PyDict_SetItemString(d
,"wxSTC_CMD_WORDLEFTEXTEND", PyInt_FromLong((long) 2309));
9155 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHT", PyInt_FromLong((long) 2310));
9156 PyDict_SetItemString(d
,"wxSTC_CMD_WORDRIGHTEXTEND", PyInt_FromLong((long) 2311));
9157 PyDict_SetItemString(d
,"wxSTC_CMD_HOME", PyInt_FromLong((long) 2312));
9158 PyDict_SetItemString(d
,"wxSTC_CMD_HOMEEXTEND", PyInt_FromLong((long) 2313));
9159 PyDict_SetItemString(d
,"wxSTC_CMD_LINEEND", PyInt_FromLong((long) 2314));
9160 PyDict_SetItemString(d
,"wxSTC_CMD_LINEENDEXTEND", PyInt_FromLong((long) 2315));
9161 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTART", PyInt_FromLong((long) 2316));
9162 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTSTARTEXTEND", PyInt_FromLong((long) 2317));
9163 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTEND", PyInt_FromLong((long) 2318));
9164 PyDict_SetItemString(d
,"wxSTC_CMD_DOCUMENTENDEXTEND", PyInt_FromLong((long) 2319));
9165 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUP", PyInt_FromLong((long) 2320));
9166 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEUPEXTEND", PyInt_FromLong((long) 2321));
9167 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWN", PyInt_FromLong((long) 2322));
9168 PyDict_SetItemString(d
,"wxSTC_CMD_PAGEDOWNEXTEND", PyInt_FromLong((long) 2323));
9169 PyDict_SetItemString(d
,"wxSTC_CMD_EDITTOGGLEOVERTYPE", PyInt_FromLong((long) 2324));
9170 PyDict_SetItemString(d
,"wxSTC_CMD_CANCEL", PyInt_FromLong((long) 2325));
9171 PyDict_SetItemString(d
,"wxSTC_CMD_DELETEBACK", PyInt_FromLong((long) 2326));
9172 PyDict_SetItemString(d
,"wxSTC_CMD_TAB", PyInt_FromLong((long) 2327));
9173 PyDict_SetItemString(d
,"wxSTC_CMD_BACKTAB", PyInt_FromLong((long) 2328));
9174 PyDict_SetItemString(d
,"wxSTC_CMD_NEWLINE", PyInt_FromLong((long) 2329));
9175 PyDict_SetItemString(d
,"wxSTC_CMD_FORMFEED", PyInt_FromLong((long) 2330));
9176 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOME", PyInt_FromLong((long) 2331));
9177 PyDict_SetItemString(d
,"wxSTC_CMD_VCHOMEEXTEND", PyInt_FromLong((long) 2332));
9178 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMIN", PyInt_FromLong((long) 2333));
9179 PyDict_SetItemString(d
,"wxSTC_CMD_ZOOMOUT", PyInt_FromLong((long) 2334));
9180 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDLEFT", PyInt_FromLong((long) 2335));
9181 PyDict_SetItemString(d
,"wxSTC_CMD_DELWORDRIGHT", PyInt_FromLong((long) 2336));
9182 PyDict_SetItemString(d
,"wxSTC_CMD_LINECUT", PyInt_FromLong((long) 2337));
9183 PyDict_SetItemString(d
,"wxSTC_CMD_LINEDELETE", PyInt_FromLong((long) 2338));
9184 PyDict_SetItemString(d
,"wxSTC_CMD_LINETRANSPOSE", PyInt_FromLong((long) 2339));
9185 PyDict_SetItemString(d
,"wxSTC_CMD_LOWERCASE", PyInt_FromLong((long) 2340));
9186 PyDict_SetItemString(d
,"wxSTC_CMD_UPPERCASE", PyInt_FromLong((long) 2341));
9187 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLDOWN", PyInt_FromLong((long) 2342));
9188 PyDict_SetItemString(d
,"wxSTC_CMD_LINESCROLLUP", PyInt_FromLong((long) 2343));
9189 PyDict_SetItemString(d
,"wxSTC_EDGE_NONE", PyInt_FromLong((long) 0));
9190 PyDict_SetItemString(d
,"wxSTC_EDGE_LINE", PyInt_FromLong((long) 1));
9191 PyDict_SetItemString(d
,"wxSTC_EDGE_BACKGROUND", PyInt_FromLong((long) 2));
9192 PyDict_SetItemString(d
,"wxSTC_CARET_SLOP", PyInt_FromLong((long) 0x01));
9193 PyDict_SetItemString(d
,"wxSTC_CARET_CENTER", PyInt_FromLong((long) 0x02));
9194 PyDict_SetItemString(d
,"wxSTC_CARET_STRICT", PyInt_FromLong((long) 0x04));
9195 PyDict_SetItemString(d
,"wxSTC_MOD_INSERTTEXT", PyInt_FromLong((long) 0x1));
9196 PyDict_SetItemString(d
,"wxSTC_MOD_DELETETEXT", PyInt_FromLong((long) 0x2));
9197 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGESTYLE", PyInt_FromLong((long) 0x4));
9198 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEFOLD", PyInt_FromLong((long) 0x8));
9199 PyDict_SetItemString(d
,"wxSTC_PERFORMED_USER", PyInt_FromLong((long) 0x10));
9200 PyDict_SetItemString(d
,"wxSTC_PERFORMED_UNDO", PyInt_FromLong((long) 0x20));
9201 PyDict_SetItemString(d
,"wxSTC_PERFORMED_REDO", PyInt_FromLong((long) 0x40));
9202 PyDict_SetItemString(d
,"wxSTC_LASTSTEPINUNDOREDO", PyInt_FromLong((long) 0x100));
9203 PyDict_SetItemString(d
,"wxSTC_MOD_CHANGEMARKER", PyInt_FromLong((long) 0x200));
9204 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREINSERT", PyInt_FromLong((long) 0x400));
9205 PyDict_SetItemString(d
,"wxSTC_MOD_BEFOREDELETE", PyInt_FromLong((long) 0x800));
9206 PyDict_SetItemString(d
,"wxSTC_MODEVENTMASKALL", PyInt_FromLong((long) 0xF77));
9207 PyDict_SetItemString(d
,"wxSTC_KEY_DOWN", PyInt_FromLong((long) 300));
9208 PyDict_SetItemString(d
,"wxSTC_KEY_UP", PyInt_FromLong((long) 301));
9209 PyDict_SetItemString(d
,"wxSTC_KEY_LEFT", PyInt_FromLong((long) 302));
9210 PyDict_SetItemString(d
,"wxSTC_KEY_RIGHT", PyInt_FromLong((long) 303));
9211 PyDict_SetItemString(d
,"wxSTC_KEY_HOME", PyInt_FromLong((long) 304));
9212 PyDict_SetItemString(d
,"wxSTC_KEY_END", PyInt_FromLong((long) 305));
9213 PyDict_SetItemString(d
,"wxSTC_KEY_PRIOR", PyInt_FromLong((long) 306));
9214 PyDict_SetItemString(d
,"wxSTC_KEY_NEXT", PyInt_FromLong((long) 307));
9215 PyDict_SetItemString(d
,"wxSTC_KEY_DELETE", PyInt_FromLong((long) 308));
9216 PyDict_SetItemString(d
,"wxSTC_KEY_INSERT", PyInt_FromLong((long) 309));
9217 PyDict_SetItemString(d
,"wxSTC_KEY_ESCAPE", PyInt_FromLong((long) 7));
9218 PyDict_SetItemString(d
,"wxSTC_KEY_BACK", PyInt_FromLong((long) 8));
9219 PyDict_SetItemString(d
,"wxSTC_KEY_TAB", PyInt_FromLong((long) 9));
9220 PyDict_SetItemString(d
,"wxSTC_KEY_RETURN", PyInt_FromLong((long) 13));
9221 PyDict_SetItemString(d
,"wxSTC_KEY_ADD", PyInt_FromLong((long) 310));
9222 PyDict_SetItemString(d
,"wxSTC_KEY_SUBTRACT", PyInt_FromLong((long) 311));
9223 PyDict_SetItemString(d
,"wxSTC_KEY_DIVIDE", PyInt_FromLong((long) 312));
9224 PyDict_SetItemString(d
,"wxSTC_SCMOD_SHIFT", PyInt_FromLong((long) 1));
9225 PyDict_SetItemString(d
,"wxSTC_SCMOD_CTRL", PyInt_FromLong((long) 2));
9226 PyDict_SetItemString(d
,"wxSTC_SCMOD_ALT", PyInt_FromLong((long) 4));
9227 PyDict_SetItemString(d
,"wxSTC_LEX_CONTAINER", PyInt_FromLong((long) 0));
9228 PyDict_SetItemString(d
,"wxSTC_LEX_NULL", PyInt_FromLong((long) 1));
9229 PyDict_SetItemString(d
,"wxSTC_LEX_PYTHON", PyInt_FromLong((long) 2));
9230 PyDict_SetItemString(d
,"wxSTC_LEX_CPP", PyInt_FromLong((long) 3));
9231 PyDict_SetItemString(d
,"wxSTC_LEX_HTML", PyInt_FromLong((long) 4));
9232 PyDict_SetItemString(d
,"wxSTC_LEX_XML", PyInt_FromLong((long) 5));
9233 PyDict_SetItemString(d
,"wxSTC_LEX_PERL", PyInt_FromLong((long) 6));
9234 PyDict_SetItemString(d
,"wxSTC_LEX_SQL", PyInt_FromLong((long) 7));
9235 PyDict_SetItemString(d
,"wxSTC_LEX_VB", PyInt_FromLong((long) 8));
9236 PyDict_SetItemString(d
,"wxSTC_LEX_PROPERTIES", PyInt_FromLong((long) 9));
9237 PyDict_SetItemString(d
,"wxSTC_LEX_ERRORLIST", PyInt_FromLong((long) 10));
9238 PyDict_SetItemString(d
,"wxSTC_LEX_MAKEFILE", PyInt_FromLong((long) 11));
9239 PyDict_SetItemString(d
,"wxSTC_LEX_BATCH", PyInt_FromLong((long) 12));
9240 PyDict_SetItemString(d
,"wxSTC_LEX_XCODE", PyInt_FromLong((long) 13));
9241 PyDict_SetItemString(d
,"wxSTC_LEX_LATEX", PyInt_FromLong((long) 14));
9242 PyDict_SetItemString(d
,"wxSTC_LEX_LUA", PyInt_FromLong((long) 15));
9243 PyDict_SetItemString(d
,"wxSTC_LEX_DIFF", PyInt_FromLong((long) 16));
9244 PyDict_SetItemString(d
,"wxSTC_P_DEFAULT", PyInt_FromLong((long) 0));
9245 PyDict_SetItemString(d
,"wxSTC_P_COMMENTLINE", PyInt_FromLong((long) 1));
9246 PyDict_SetItemString(d
,"wxSTC_P_NUMBER", PyInt_FromLong((long) 2));
9247 PyDict_SetItemString(d
,"wxSTC_P_STRING", PyInt_FromLong((long) 3));
9248 PyDict_SetItemString(d
,"wxSTC_P_CHARACTER", PyInt_FromLong((long) 4));
9249 PyDict_SetItemString(d
,"wxSTC_P_WORD", PyInt_FromLong((long) 5));
9250 PyDict_SetItemString(d
,"wxSTC_P_TRIPLE", PyInt_FromLong((long) 6));
9251 PyDict_SetItemString(d
,"wxSTC_P_TRIPLEDOUBLE", PyInt_FromLong((long) 7));
9252 PyDict_SetItemString(d
,"wxSTC_P_CLASSNAME", PyInt_FromLong((long) 8));
9253 PyDict_SetItemString(d
,"wxSTC_P_DEFNAME", PyInt_FromLong((long) 9));
9254 PyDict_SetItemString(d
,"wxSTC_P_OPERATOR", PyInt_FromLong((long) 10));
9255 PyDict_SetItemString(d
,"wxSTC_P_IDENTIFIER", PyInt_FromLong((long) 11));
9256 PyDict_SetItemString(d
,"wxSTC_P_COMMENTBLOCK", PyInt_FromLong((long) 12));
9257 PyDict_SetItemString(d
,"wxSTC_P_STRINGEOL", PyInt_FromLong((long) 13));
9258 PyDict_SetItemString(d
,"wxSTC_C_DEFAULT", PyInt_FromLong((long) 0));
9259 PyDict_SetItemString(d
,"wxSTC_C_COMMENT", PyInt_FromLong((long) 1));
9260 PyDict_SetItemString(d
,"wxSTC_C_COMMENTLINE", PyInt_FromLong((long) 2));
9261 PyDict_SetItemString(d
,"wxSTC_C_COMMENTDOC", PyInt_FromLong((long) 3));
9262 PyDict_SetItemString(d
,"wxSTC_C_NUMBER", PyInt_FromLong((long) 4));
9263 PyDict_SetItemString(d
,"wxSTC_C_WORD", PyInt_FromLong((long) 5));
9264 PyDict_SetItemString(d
,"wxSTC_C_STRING", PyInt_FromLong((long) 6));
9265 PyDict_SetItemString(d
,"wxSTC_C_CHARACTER", PyInt_FromLong((long) 7));
9266 PyDict_SetItemString(d
,"wxSTC_C_UUID", PyInt_FromLong((long) 8));
9267 PyDict_SetItemString(d
,"wxSTC_C_PREPROCESSOR", PyInt_FromLong((long) 9));
9268 PyDict_SetItemString(d
,"wxSTC_C_OPERATOR", PyInt_FromLong((long) 10));
9269 PyDict_SetItemString(d
,"wxSTC_C_IDENTIFIER", PyInt_FromLong((long) 11));
9270 PyDict_SetItemString(d
,"wxSTC_C_STRINGEOL", PyInt_FromLong((long) 12));
9271 PyDict_SetItemString(d
,"wxSTC_C_VERBATIM", PyInt_FromLong((long) 13));
9272 PyDict_SetItemString(d
,"wxSTC_H_DEFAULT", PyInt_FromLong((long) 0));
9273 PyDict_SetItemString(d
,"wxSTC_H_TAG", PyInt_FromLong((long) 1));
9274 PyDict_SetItemString(d
,"wxSTC_H_TAGUNKNOWN", PyInt_FromLong((long) 2));
9275 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTE", PyInt_FromLong((long) 3));
9276 PyDict_SetItemString(d
,"wxSTC_H_ATTRIBUTEUNKNOWN", PyInt_FromLong((long) 4));
9277 PyDict_SetItemString(d
,"wxSTC_H_NUMBER", PyInt_FromLong((long) 5));
9278 PyDict_SetItemString(d
,"wxSTC_H_DOUBLESTRING", PyInt_FromLong((long) 6));
9279 PyDict_SetItemString(d
,"wxSTC_H_SINGLESTRING", PyInt_FromLong((long) 7));
9280 PyDict_SetItemString(d
,"wxSTC_H_OTHER", PyInt_FromLong((long) 8));
9281 PyDict_SetItemString(d
,"wxSTC_H_COMMENT", PyInt_FromLong((long) 9));
9282 PyDict_SetItemString(d
,"wxSTC_H_ENTITY", PyInt_FromLong((long) 10));
9283 PyDict_SetItemString(d
,"wxSTC_H_TAGEND", PyInt_FromLong((long) 11));
9284 PyDict_SetItemString(d
,"wxSTC_H_XMLSTART", PyInt_FromLong((long) 12));
9285 PyDict_SetItemString(d
,"wxSTC_H_XMLEND", PyInt_FromLong((long) 13));
9286 PyDict_SetItemString(d
,"wxSTC_H_SCRIPT", PyInt_FromLong((long) 14));
9287 PyDict_SetItemString(d
,"wxSTC_H_ASP", PyInt_FromLong((long) 15));
9288 PyDict_SetItemString(d
,"wxSTC_H_ASPAT", PyInt_FromLong((long) 16));
9289 PyDict_SetItemString(d
,"wxSTC_H_CDATA", PyInt_FromLong((long) 17));
9290 PyDict_SetItemString(d
,"wxSTC_H_QUESTION", PyInt_FromLong((long) 18));
9291 PyDict_SetItemString(d
,"wxSTC_H_VALUE", PyInt_FromLong((long) 19));
9292 PyDict_SetItemString(d
,"wxSTC_HJ_START", PyInt_FromLong((long) 40));
9293 PyDict_SetItemString(d
,"wxSTC_HJ_DEFAULT", PyInt_FromLong((long) 41));
9294 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENT", PyInt_FromLong((long) 42));
9295 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTLINE", PyInt_FromLong((long) 43));
9296 PyDict_SetItemString(d
,"wxSTC_HJ_COMMENTDOC", PyInt_FromLong((long) 44));
9297 PyDict_SetItemString(d
,"wxSTC_HJ_NUMBER", PyInt_FromLong((long) 45));
9298 PyDict_SetItemString(d
,"wxSTC_HJ_WORD", PyInt_FromLong((long) 46));
9299 PyDict_SetItemString(d
,"wxSTC_HJ_KEYWORD", PyInt_FromLong((long) 47));
9300 PyDict_SetItemString(d
,"wxSTC_HJ_DOUBLESTRING", PyInt_FromLong((long) 48));
9301 PyDict_SetItemString(d
,"wxSTC_HJ_SINGLESTRING", PyInt_FromLong((long) 49));
9302 PyDict_SetItemString(d
,"wxSTC_HJ_SYMBOLS", PyInt_FromLong((long) 50));
9303 PyDict_SetItemString(d
,"wxSTC_HJ_STRINGEOL", PyInt_FromLong((long) 51));
9304 PyDict_SetItemString(d
,"wxSTC_HJA_START", PyInt_FromLong((long) 55));
9305 PyDict_SetItemString(d
,"wxSTC_HJA_DEFAULT", PyInt_FromLong((long) 56));
9306 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENT", PyInt_FromLong((long) 57));
9307 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTLINE", PyInt_FromLong((long) 58));
9308 PyDict_SetItemString(d
,"wxSTC_HJA_COMMENTDOC", PyInt_FromLong((long) 59));
9309 PyDict_SetItemString(d
,"wxSTC_HJA_NUMBER", PyInt_FromLong((long) 60));
9310 PyDict_SetItemString(d
,"wxSTC_HJA_WORD", PyInt_FromLong((long) 61));
9311 PyDict_SetItemString(d
,"wxSTC_HJA_KEYWORD", PyInt_FromLong((long) 62));
9312 PyDict_SetItemString(d
,"wxSTC_HJA_DOUBLESTRING", PyInt_FromLong((long) 63));
9313 PyDict_SetItemString(d
,"wxSTC_HJA_SINGLESTRING", PyInt_FromLong((long) 64));
9314 PyDict_SetItemString(d
,"wxSTC_HJA_SYMBOLS", PyInt_FromLong((long) 65));
9315 PyDict_SetItemString(d
,"wxSTC_HJA_STRINGEOL", PyInt_FromLong((long) 66));
9316 PyDict_SetItemString(d
,"wxSTC_HB_START", PyInt_FromLong((long) 70));
9317 PyDict_SetItemString(d
,"wxSTC_HB_DEFAULT", PyInt_FromLong((long) 71));
9318 PyDict_SetItemString(d
,"wxSTC_HB_COMMENTLINE", PyInt_FromLong((long) 72));
9319 PyDict_SetItemString(d
,"wxSTC_HB_NUMBER", PyInt_FromLong((long) 73));
9320 PyDict_SetItemString(d
,"wxSTC_HB_WORD", PyInt_FromLong((long) 74));
9321 PyDict_SetItemString(d
,"wxSTC_HB_STRING", PyInt_FromLong((long) 75));
9322 PyDict_SetItemString(d
,"wxSTC_HB_IDENTIFIER", PyInt_FromLong((long) 76));
9323 PyDict_SetItemString(d
,"wxSTC_HB_STRINGEOL", PyInt_FromLong((long) 77));
9324 PyDict_SetItemString(d
,"wxSTC_HBA_START", PyInt_FromLong((long) 80));
9325 PyDict_SetItemString(d
,"wxSTC_HBA_DEFAULT", PyInt_FromLong((long) 81));
9326 PyDict_SetItemString(d
,"wxSTC_HBA_COMMENTLINE", PyInt_FromLong((long) 82));
9327 PyDict_SetItemString(d
,"wxSTC_HBA_NUMBER", PyInt_FromLong((long) 83));
9328 PyDict_SetItemString(d
,"wxSTC_HBA_WORD", PyInt_FromLong((long) 84));
9329 PyDict_SetItemString(d
,"wxSTC_HBA_STRING", PyInt_FromLong((long) 85));
9330 PyDict_SetItemString(d
,"wxSTC_HBA_IDENTIFIER", PyInt_FromLong((long) 86));
9331 PyDict_SetItemString(d
,"wxSTC_HBA_STRINGEOL", PyInt_FromLong((long) 87));
9332 PyDict_SetItemString(d
,"wxSTC_HP_START", PyInt_FromLong((long) 90));
9333 PyDict_SetItemString(d
,"wxSTC_HP_DEFAULT", PyInt_FromLong((long) 91));
9334 PyDict_SetItemString(d
,"wxSTC_HP_COMMENTLINE", PyInt_FromLong((long) 92));
9335 PyDict_SetItemString(d
,"wxSTC_HP_NUMBER", PyInt_FromLong((long) 93));
9336 PyDict_SetItemString(d
,"wxSTC_HP_STRING", PyInt_FromLong((long) 94));
9337 PyDict_SetItemString(d
,"wxSTC_HP_CHARACTER", PyInt_FromLong((long) 95));
9338 PyDict_SetItemString(d
,"wxSTC_HP_WORD", PyInt_FromLong((long) 96));
9339 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLE", PyInt_FromLong((long) 97));
9340 PyDict_SetItemString(d
,"wxSTC_HP_TRIPLEDOUBLE", PyInt_FromLong((long) 98));
9341 PyDict_SetItemString(d
,"wxSTC_HP_CLASSNAME", PyInt_FromLong((long) 99));
9342 PyDict_SetItemString(d
,"wxSTC_HP_DEFNAME", PyInt_FromLong((long) 100));
9343 PyDict_SetItemString(d
,"wxSTC_HP_OPERATOR", PyInt_FromLong((long) 101));
9344 PyDict_SetItemString(d
,"wxSTC_HP_IDENTIFIER", PyInt_FromLong((long) 102));
9345 PyDict_SetItemString(d
,"wxSTC_HPA_START", PyInt_FromLong((long) 105));
9346 PyDict_SetItemString(d
,"wxSTC_HPA_DEFAULT", PyInt_FromLong((long) 106));
9347 PyDict_SetItemString(d
,"wxSTC_HPA_COMMENTLINE", PyInt_FromLong((long) 107));
9348 PyDict_SetItemString(d
,"wxSTC_HPA_NUMBER", PyInt_FromLong((long) 108));
9349 PyDict_SetItemString(d
,"wxSTC_HPA_STRING", PyInt_FromLong((long) 109));
9350 PyDict_SetItemString(d
,"wxSTC_HPA_CHARACTER", PyInt_FromLong((long) 110));
9351 PyDict_SetItemString(d
,"wxSTC_HPA_WORD", PyInt_FromLong((long) 111));
9352 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLE", PyInt_FromLong((long) 112));
9353 PyDict_SetItemString(d
,"wxSTC_HPA_TRIPLEDOUBLE", PyInt_FromLong((long) 113));
9354 PyDict_SetItemString(d
,"wxSTC_HPA_CLASSNAME", PyInt_FromLong((long) 114));
9355 PyDict_SetItemString(d
,"wxSTC_HPA_DEFNAME", PyInt_FromLong((long) 115));
9356 PyDict_SetItemString(d
,"wxSTC_HPA_OPERATOR", PyInt_FromLong((long) 116));
9357 PyDict_SetItemString(d
,"wxSTC_HPA_IDENTIFIER", PyInt_FromLong((long) 117));
9358 PyDict_SetItemString(d
,"wxSTC_HPHP_DEFAULT", PyInt_FromLong((long) 118));
9359 PyDict_SetItemString(d
,"wxSTC_HPHP_HSTRING", PyInt_FromLong((long) 119));
9360 PyDict_SetItemString(d
,"wxSTC_HPHP_SIMPLESTRING", PyInt_FromLong((long) 120));
9361 PyDict_SetItemString(d
,"wxSTC_HPHP_WORD", PyInt_FromLong((long) 121));
9362 PyDict_SetItemString(d
,"wxSTC_HPHP_NUMBER", PyInt_FromLong((long) 122));
9363 PyDict_SetItemString(d
,"wxSTC_HPHP_VARIABLE", PyInt_FromLong((long) 123));
9364 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENT", PyInt_FromLong((long) 124));
9365 PyDict_SetItemString(d
,"wxSTC_HPHP_COMMENTLINE", PyInt_FromLong((long) 125));
9366 PyDict_SetItemString(d
,"wxSTC_HPHP_STRINGEOL", PyInt_FromLong((long) 126));
9367 PyDict_SetItemString(d
,"wxSTC_PL_DEFAULT", PyInt_FromLong((long) 0));
9368 PyDict_SetItemString(d
,"wxSTC_PL_HERE", PyInt_FromLong((long) 1));
9369 PyDict_SetItemString(d
,"wxSTC_PL_COMMENTLINE", PyInt_FromLong((long) 2));
9370 PyDict_SetItemString(d
,"wxSTC_PL_POD", PyInt_FromLong((long) 3));
9371 PyDict_SetItemString(d
,"wxSTC_PL_NUMBER", PyInt_FromLong((long) 4));
9372 PyDict_SetItemString(d
,"wxSTC_PL_WORD", PyInt_FromLong((long) 5));
9373 PyDict_SetItemString(d
,"wxSTC_PL_STRING", PyInt_FromLong((long) 6));
9374 PyDict_SetItemString(d
,"wxSTC_PL_CHARACTER", PyInt_FromLong((long) 7));
9375 PyDict_SetItemString(d
,"wxSTC_PL_PUNCTUATION", PyInt_FromLong((long) 8));
9376 PyDict_SetItemString(d
,"wxSTC_PL_PREPROCESSOR", PyInt_FromLong((long) 9));
9377 PyDict_SetItemString(d
,"wxSTC_PL_OPERATOR", PyInt_FromLong((long) 10));
9378 PyDict_SetItemString(d
,"wxSTC_PL_IDENTIFIER", PyInt_FromLong((long) 11));
9379 PyDict_SetItemString(d
,"wxSTC_PL_SCALAR", PyInt_FromLong((long) 12));
9380 PyDict_SetItemString(d
,"wxSTC_PL_ARRAY", PyInt_FromLong((long) 13));
9381 PyDict_SetItemString(d
,"wxSTC_PL_HASH", PyInt_FromLong((long) 14));
9382 PyDict_SetItemString(d
,"wxSTC_PL_SYMBOLTABLE", PyInt_FromLong((long) 15));
9383 PyDict_SetItemString(d
,"wxSTC_PL_REF", PyInt_FromLong((long) 16));
9384 PyDict_SetItemString(d
,"wxSTC_PL_REGEX", PyInt_FromLong((long) 17));
9385 PyDict_SetItemString(d
,"wxSTC_PL_REGSUBST", PyInt_FromLong((long) 18));
9386 PyDict_SetItemString(d
,"wxSTC_PL_LONGQUOTE", PyInt_FromLong((long) 19));
9387 PyDict_SetItemString(d
,"wxSTC_PL_BACKTICKS", PyInt_FromLong((long) 20));
9388 PyDict_SetItemString(d
,"wxSTC_PL_DATASECTION", PyInt_FromLong((long) 21));
9389 PyDict_SetItemString(d
,"wxSTC_L_DEFAULT", PyInt_FromLong((long) 0));
9390 PyDict_SetItemString(d
,"wxSTC_L_COMMAND", PyInt_FromLong((long) 1));
9391 PyDict_SetItemString(d
,"wxSTC_L_TAG", PyInt_FromLong((long) 2));
9392 PyDict_SetItemString(d
,"wxSTC_L_MATH", PyInt_FromLong((long) 3));
9393 PyDict_SetItemString(d
,"wxSTC_L_COMMENT", PyInt_FromLong((long) 4));
9394 PyDict_SetItemString(d
,"wxSTC_LUA_DEFAULT", PyInt_FromLong((long) 0));
9395 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENT", PyInt_FromLong((long) 1));
9396 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTLINE", PyInt_FromLong((long) 2));
9397 PyDict_SetItemString(d
,"wxSTC_LUA_COMMENTDOC", PyInt_FromLong((long) 3));
9398 PyDict_SetItemString(d
,"wxSTC_LUA_NUMBER", PyInt_FromLong((long) 4));
9399 PyDict_SetItemString(d
,"wxSTC_LUA_WORD", PyInt_FromLong((long) 5));
9400 PyDict_SetItemString(d
,"wxSTC_LUA_STRING", PyInt_FromLong((long) 6));
9401 PyDict_SetItemString(d
,"wxSTC_LUA_CHARACTER", PyInt_FromLong((long) 7));
9402 PyDict_SetItemString(d
,"wxSTC_LUA_LITERALSTRING", PyInt_FromLong((long) 8));
9403 PyDict_SetItemString(d
,"wxSTC_LUA_PREPROCESSOR", PyInt_FromLong((long) 9));
9404 PyDict_SetItemString(d
,"wxSTC_LUA_OPERATOR", PyInt_FromLong((long) 10));
9405 PyDict_SetItemString(d
,"wxSTC_LUA_IDENTIFIER", PyInt_FromLong((long) 11));
9406 PyDict_SetItemString(d
,"wxSTC_LUA_STRINGEOL", PyInt_FromLong((long) 12));
9407 PyDict_SetItemString(d
,"wxSTC_ERR_DEFAULT", PyInt_FromLong((long) 0));
9408 PyDict_SetItemString(d
,"wxSTC_ERR_PYTHON", PyInt_FromLong((long) 1));
9409 PyDict_SetItemString(d
,"wxSTC_ERR_GCC", PyInt_FromLong((long) 2));
9410 PyDict_SetItemString(d
,"wxSTC_ERR_MS", PyInt_FromLong((long) 3));
9411 PyDict_SetItemString(d
,"wxSTC_ERR_CMD", PyInt_FromLong((long) 4));
9412 PyDict_SetItemString(d
,"wxSTC_ERR_BORLAND", PyInt_FromLong((long) 5));
9413 PyDict_SetItemString(d
,"wxSTC_ERR_PERL", PyInt_FromLong((long) 6));
9414 PyDict_SetItemString(d
,"wxSTC_MASK_FOLDERS", PyInt_FromLong((long) ((1<<(30))|(1<<(31)))));
9415 PyDict_SetItemString(d
,"wxSTCNameStr", PyString_FromString("wxSTCNameStr"));
9416 PyDict_SetItemString(d
,"wxEVT_STC_CHANGE", PyInt_FromLong((long) wxEVT_STC_CHANGE
));
9417 PyDict_SetItemString(d
,"wxEVT_STC_STYLENEEDED", PyInt_FromLong((long) wxEVT_STC_STYLENEEDED
));
9418 PyDict_SetItemString(d
,"wxEVT_STC_CHARADDED", PyInt_FromLong((long) wxEVT_STC_CHARADDED
));
9419 PyDict_SetItemString(d
,"wxEVT_STC_UPDATEUI", PyInt_FromLong((long) wxEVT_STC_UPDATEUI
));
9420 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTREACHED", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTREACHED
));
9421 PyDict_SetItemString(d
,"wxEVT_STC_SAVEPOINTLEFT", PyInt_FromLong((long) wxEVT_STC_SAVEPOINTLEFT
));
9422 PyDict_SetItemString(d
,"wxEVT_STC_ROMODIFYATTEMPT", PyInt_FromLong((long) wxEVT_STC_ROMODIFYATTEMPT
));
9423 PyDict_SetItemString(d
,"wxEVT_STC_DOUBLECLICK", PyInt_FromLong((long) wxEVT_STC_DOUBLECLICK
));
9424 PyDict_SetItemString(d
,"wxEVT_STC_MODIFIED", PyInt_FromLong((long) wxEVT_STC_MODIFIED
));
9425 PyDict_SetItemString(d
,"wxEVT_STC_KEY", PyInt_FromLong((long) wxEVT_STC_KEY
));
9426 PyDict_SetItemString(d
,"wxEVT_STC_MACRORECORD", PyInt_FromLong((long) wxEVT_STC_MACRORECORD
));
9427 PyDict_SetItemString(d
,"wxEVT_STC_MARGINCLICK", PyInt_FromLong((long) wxEVT_STC_MARGINCLICK
));
9428 PyDict_SetItemString(d
,"wxEVT_STC_NEEDSHOWN", PyInt_FromLong((long) wxEVT_STC_NEEDSHOWN
));
9429 PyDict_SetItemString(d
,"wxEVT_STC_POSCHANGED", PyInt_FromLong((long) wxEVT_STC_POSCHANGED
));
9432 // wxClassInfo::CleanUpClasses();
9433 // wxClassInfo::InitializeClasses();
9437 for (i
= 0; _swig_mapping
[i
].n1
; i
++)
9438 SWIG_RegisterMapping(_swig_mapping
[i
].n1
,_swig_mapping
[i
].n2
,_swig_mapping
[i
].pcnv
);