2 * FILE : gtk/lseditor.cpp
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Patch 5)
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,b) __declspec(dllexport) a b
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a,b) a _export b
32 # define SWIGEXPORT(a,b) a b
36 # define SWIGEXPORT(a,b) a b
43 extern void SWIG_MakePtr(char *, void *, char *);
44 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
45 extern char *SWIG_GetPtr(char *, void **, char *);
46 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
47 extern PyObject
*SWIG_newvarlink(void);
52 #define SWIG_init initlseditorc
54 #define SWIG_name "lseditorc"
57 #include "lseditorpl.h"
59 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
64 } else if (target
== Py_None
) {
68 if (!PyList_Check(target
)) {
70 target
= PyList_New(0);
71 PyList_Append(target
, o2
);
74 PyList_Append(target
,o
);
80 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
86 } else if (target
== Py_None
) {
90 if (!PyTuple_Check(target
)) {
92 target
= PyTuple_New(1);
93 PyTuple_SetItem(target
, 0, o2
);
96 PyTuple_SetItem(o3
, 0, o
);
99 target
= PySequence_Concat(o2
, o3
);
107 extern byte
* byte_LIST_helper(PyObject
* source
);
108 extern int* int_LIST_helper(PyObject
* source
);
109 extern long* long_LIST_helper(PyObject
* source
);
110 extern char** string_LIST_helper(PyObject
* source
);
111 extern wxPoint
* wxPoint_LIST_helper(PyObject
* source
);
112 extern wxBitmap
** wxBitmap_LIST_helper(PyObject
* source
);
113 extern wxString
* wxString_LIST_helper(PyObject
* source
);
114 extern wxAcceleratorEntry
* wxAcceleratorEntry_LIST_helper(PyObject
* source
);
117 static char* wxStringErrorMsg
= "string type is required for parameter";
120 wxString
wxPyEmptyStr("");
122 #define new_wxsLSEditorPlugin() (new wxsLSEditorPlugin())
123 static PyObject
*_wrap_new_wxsLSEditorPlugin(PyObject
*self
, PyObject
*args
) {
124 PyObject
* _resultobj
;
125 wxsLSEditorPlugin
* _result
;
129 if(!PyArg_ParseTuple(args
,":new_wxsLSEditorPlugin"))
132 wxPy_BEGIN_ALLOW_THREADS
;
133 _result
= (wxsLSEditorPlugin
*)new_wxsLSEditorPlugin();
135 wxPy_END_ALLOW_THREADS
;
136 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxsLSEditorPlugin_p");
137 _resultobj
= Py_BuildValue("s",_ptemp
);
141 #define delete_wxsLSEditorPlugin(_swigobj) (delete _swigobj)
142 static PyObject
*_wrap_delete_wxsLSEditorPlugin(PyObject
*self
, PyObject
*args
) {
143 PyObject
* _resultobj
;
144 wxsLSEditorPlugin
* _arg0
;
148 if(!PyArg_ParseTuple(args
,"s:delete_wxsLSEditorPlugin",&_argc0
))
151 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
152 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxsLSEditorPlugin. Expected _wxsLSEditorPlugin_p.");
157 wxPy_BEGIN_ALLOW_THREADS
;
158 delete_wxsLSEditorPlugin(_arg0
);
160 wxPy_END_ALLOW_THREADS
;
161 } Py_INCREF(Py_None
);
162 _resultobj
= Py_None
;
166 #define wxsLSEditorPlugin_Create(_swigobj,_swigarg0,_swigarg1) (_swigobj->Create(_swigarg0,_swigarg1))
167 static PyObject
*_wrap_wxsLSEditorPlugin_Create(PyObject
*self
, PyObject
*args
) {
168 PyObject
* _resultobj
;
169 wxsLSEditorPlugin
* _arg0
;
176 if(!PyArg_ParseTuple(args
,"ssi:wxsLSEditorPlugin_Create",&_argc0
,&_argc1
,&_arg2
))
179 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
180 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_Create. Expected _wxsLSEditorPlugin_p.");
185 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxWindow_p")) {
186 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxsLSEditorPlugin_Create. Expected _wxWindow_p.");
191 wxPy_BEGIN_ALLOW_THREADS
;
192 wxsLSEditorPlugin_Create(_arg0
,_arg1
,_arg2
);
194 wxPy_END_ALLOW_THREADS
;
195 } Py_INCREF(Py_None
);
196 _resultobj
= Py_None
;
200 #define wxsLSEditorPlugin_OnOpen(_swigobj,_swigarg0) (_swigobj->OnOpen(_swigarg0))
201 static PyObject
*_wrap_wxsLSEditorPlugin_OnOpen(PyObject
*self
, PyObject
*args
) {
202 PyObject
* _resultobj
;
203 wxsLSEditorPlugin
* _arg0
;
208 if(!PyArg_ParseTuple(args
,"ss:wxsLSEditorPlugin_OnOpen",&_argc0
,&_arg1
))
211 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
212 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnOpen. Expected _wxsLSEditorPlugin_p.");
217 wxPy_BEGIN_ALLOW_THREADS
;
218 wxsLSEditorPlugin_OnOpen(_arg0
,_arg1
);
220 wxPy_END_ALLOW_THREADS
;
221 } Py_INCREF(Py_None
);
222 _resultobj
= Py_None
;
226 #define wxsLSEditorPlugin_OnSave(_swigobj,_swigarg0) (_swigobj->OnSave(_swigarg0))
227 static PyObject
*_wrap_wxsLSEditorPlugin_OnSave(PyObject
*self
, PyObject
*args
) {
228 PyObject
* _resultobj
;
229 wxsLSEditorPlugin
* _arg0
;
234 if(!PyArg_ParseTuple(args
,"ss:wxsLSEditorPlugin_OnSave",&_argc0
,&_arg1
))
237 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
238 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnSave. Expected _wxsLSEditorPlugin_p.");
243 wxPy_BEGIN_ALLOW_THREADS
;
244 wxsLSEditorPlugin_OnSave(_arg0
,_arg1
);
246 wxPy_END_ALLOW_THREADS
;
247 } Py_INCREF(Py_None
);
248 _resultobj
= Py_None
;
252 #define wxsLSEditorPlugin_OnCopy(_swigobj) (_swigobj->OnCopy())
253 static PyObject
*_wrap_wxsLSEditorPlugin_OnCopy(PyObject
*self
, PyObject
*args
) {
254 PyObject
* _resultobj
;
255 wxsLSEditorPlugin
* _arg0
;
259 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnCopy",&_argc0
))
262 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
263 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnCopy. Expected _wxsLSEditorPlugin_p.");
268 wxPy_BEGIN_ALLOW_THREADS
;
269 wxsLSEditorPlugin_OnCopy(_arg0
);
271 wxPy_END_ALLOW_THREADS
;
272 } Py_INCREF(Py_None
);
273 _resultobj
= Py_None
;
277 #define wxsLSEditorPlugin_OnCut(_swigobj) (_swigobj->OnCut())
278 static PyObject
*_wrap_wxsLSEditorPlugin_OnCut(PyObject
*self
, PyObject
*args
) {
279 PyObject
* _resultobj
;
280 wxsLSEditorPlugin
* _arg0
;
284 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnCut",&_argc0
))
287 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
288 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnCut. Expected _wxsLSEditorPlugin_p.");
293 wxPy_BEGIN_ALLOW_THREADS
;
294 wxsLSEditorPlugin_OnCut(_arg0
);
296 wxPy_END_ALLOW_THREADS
;
297 } Py_INCREF(Py_None
);
298 _resultobj
= Py_None
;
302 #define wxsLSEditorPlugin_OnPaste(_swigobj) (_swigobj->OnPaste())
303 static PyObject
*_wrap_wxsLSEditorPlugin_OnPaste(PyObject
*self
, PyObject
*args
) {
304 PyObject
* _resultobj
;
305 wxsLSEditorPlugin
* _arg0
;
309 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnPaste",&_argc0
))
312 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnPaste. Expected _wxsLSEditorPlugin_p.");
318 wxPy_BEGIN_ALLOW_THREADS
;
319 wxsLSEditorPlugin_OnPaste(_arg0
);
321 wxPy_END_ALLOW_THREADS
;
322 } Py_INCREF(Py_None
);
323 _resultobj
= Py_None
;
327 #define wxsLSEditorPlugin_OnDelete(_swigobj) (_swigobj->OnDelete())
328 static PyObject
*_wrap_wxsLSEditorPlugin_OnDelete(PyObject
*self
, PyObject
*args
) {
329 PyObject
* _resultobj
;
330 wxsLSEditorPlugin
* _arg0
;
334 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnDelete",&_argc0
))
337 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
338 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnDelete. Expected _wxsLSEditorPlugin_p.");
343 wxPy_BEGIN_ALLOW_THREADS
;
344 wxsLSEditorPlugin_OnDelete(_arg0
);
346 wxPy_END_ALLOW_THREADS
;
347 } Py_INCREF(Py_None
);
348 _resultobj
= Py_None
;
352 #define wxsLSEditorPlugin_OnUndo(_swigobj) (_swigobj->OnUndo())
353 static PyObject
*_wrap_wxsLSEditorPlugin_OnUndo(PyObject
*self
, PyObject
*args
) {
354 PyObject
* _resultobj
;
355 wxsLSEditorPlugin
* _arg0
;
359 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnUndo",&_argc0
))
362 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
363 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnUndo. Expected _wxsLSEditorPlugin_p.");
368 wxPy_BEGIN_ALLOW_THREADS
;
369 wxsLSEditorPlugin_OnUndo(_arg0
);
371 wxPy_END_ALLOW_THREADS
;
372 } Py_INCREF(Py_None
);
373 _resultobj
= Py_None
;
377 #define wxsLSEditorPlugin_OnRedo(_swigobj) (_swigobj->OnRedo())
378 static PyObject
*_wrap_wxsLSEditorPlugin_OnRedo(PyObject
*self
, PyObject
*args
) {
379 PyObject
* _resultobj
;
380 wxsLSEditorPlugin
* _arg0
;
384 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnRedo",&_argc0
))
387 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
388 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnRedo. Expected _wxsLSEditorPlugin_p.");
393 wxPy_BEGIN_ALLOW_THREADS
;
394 wxsLSEditorPlugin_OnRedo(_arg0
);
396 wxPy_END_ALLOW_THREADS
;
397 } Py_INCREF(Py_None
);
398 _resultobj
= Py_None
;
402 #define wxsLSEditorPlugin_SelectAll(_swigobj) (_swigobj->SelectAll())
403 static PyObject
*_wrap_wxsLSEditorPlugin_SelectAll(PyObject
*self
, PyObject
*args
) {
404 PyObject
* _resultobj
;
405 wxsLSEditorPlugin
* _arg0
;
409 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_SelectAll",&_argc0
))
412 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
413 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_SelectAll. Expected _wxsLSEditorPlugin_p.");
418 wxPy_BEGIN_ALLOW_THREADS
;
419 wxsLSEditorPlugin_SelectAll(_arg0
);
421 wxPy_END_ALLOW_THREADS
;
422 } Py_INCREF(Py_None
);
423 _resultobj
= Py_None
;
427 #define wxsLSEditorPlugin_OnGotoLine(_swigobj,_swigarg0,_swigarg1) (_swigobj->OnGotoLine(_swigarg0,_swigarg1))
428 static PyObject
*_wrap_wxsLSEditorPlugin_OnGotoLine(PyObject
*self
, PyObject
*args
) {
429 PyObject
* _resultobj
;
430 wxsLSEditorPlugin
* _arg0
;
436 if(!PyArg_ParseTuple(args
,"si|i:wxsLSEditorPlugin_OnGotoLine",&_argc0
,&_arg1
,&_arg2
))
439 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
440 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnGotoLine. Expected _wxsLSEditorPlugin_p.");
445 wxPy_BEGIN_ALLOW_THREADS
;
446 wxsLSEditorPlugin_OnGotoLine(_arg0
,_arg1
,_arg2
);
448 wxPy_END_ALLOW_THREADS
;
449 } Py_INCREF(Py_None
);
450 _resultobj
= Py_None
;
454 #define wxsLSEditorPlugin_OnProperties(_swigobj) (_swigobj->OnProperties())
455 static PyObject
*_wrap_wxsLSEditorPlugin_OnProperties(PyObject
*self
, PyObject
*args
) {
456 PyObject
* _resultobj
;
457 wxsLSEditorPlugin
* _arg0
;
461 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnProperties",&_argc0
))
464 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
465 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnProperties. Expected _wxsLSEditorPlugin_p.");
470 wxPy_BEGIN_ALLOW_THREADS
;
471 wxsLSEditorPlugin_OnProperties(_arg0
);
473 wxPy_END_ALLOW_THREADS
;
474 } Py_INCREF(Py_None
);
475 _resultobj
= Py_None
;
479 #define wxsLSEditorPlugin_OnFind(_swigobj) (_swigobj->OnFind())
480 static PyObject
*_wrap_wxsLSEditorPlugin_OnFind(PyObject
*self
, PyObject
*args
) {
481 PyObject
* _resultobj
;
482 wxsLSEditorPlugin
* _arg0
;
486 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnFind",&_argc0
))
489 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
490 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnFind. Expected _wxsLSEditorPlugin_p.");
495 wxPy_BEGIN_ALLOW_THREADS
;
496 wxsLSEditorPlugin_OnFind(_arg0
);
498 wxPy_END_ALLOW_THREADS
;
499 } Py_INCREF(Py_None
);
500 _resultobj
= Py_None
;
504 #define wxsLSEditorPlugin_OnFindNext(_swigobj) (_swigobj->OnFindNext())
505 static PyObject
*_wrap_wxsLSEditorPlugin_OnFindNext(PyObject
*self
, PyObject
*args
) {
506 PyObject
* _resultobj
;
507 wxsLSEditorPlugin
* _arg0
;
511 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnFindNext",&_argc0
))
514 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
515 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnFindNext. Expected _wxsLSEditorPlugin_p.");
520 wxPy_BEGIN_ALLOW_THREADS
;
521 wxsLSEditorPlugin_OnFindNext(_arg0
);
523 wxPy_END_ALLOW_THREADS
;
524 } Py_INCREF(Py_None
);
525 _resultobj
= Py_None
;
529 #define wxsLSEditorPlugin_OnFindPrevious(_swigobj) (_swigobj->OnFindPrevious())
530 static PyObject
*_wrap_wxsLSEditorPlugin_OnFindPrevious(PyObject
*self
, PyObject
*args
) {
531 PyObject
* _resultobj
;
532 wxsLSEditorPlugin
* _arg0
;
536 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnFindPrevious",&_argc0
))
539 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
540 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnFindPrevious. Expected _wxsLSEditorPlugin_p.");
545 wxPy_BEGIN_ALLOW_THREADS
;
546 wxsLSEditorPlugin_OnFindPrevious(_arg0
);
548 wxPy_END_ALLOW_THREADS
;
549 } Py_INCREF(Py_None
);
550 _resultobj
= Py_None
;
554 #define wxsLSEditorPlugin_OnReplace(_swigobj) (_swigobj->OnReplace())
555 static PyObject
*_wrap_wxsLSEditorPlugin_OnReplace(PyObject
*self
, PyObject
*args
) {
556 PyObject
* _resultobj
;
557 wxsLSEditorPlugin
* _arg0
;
561 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnReplace",&_argc0
))
564 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
565 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnReplace. Expected _wxsLSEditorPlugin_p.");
570 wxPy_BEGIN_ALLOW_THREADS
;
571 wxsLSEditorPlugin_OnReplace(_arg0
);
573 wxPy_END_ALLOW_THREADS
;
574 } Py_INCREF(Py_None
);
575 _resultobj
= Py_None
;
579 #define wxsLSEditorPlugin_OnToggleBookmark(_swigobj) (_swigobj->OnToggleBookmark())
580 static PyObject
*_wrap_wxsLSEditorPlugin_OnToggleBookmark(PyObject
*self
, PyObject
*args
) {
581 PyObject
* _resultobj
;
582 wxsLSEditorPlugin
* _arg0
;
586 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnToggleBookmark",&_argc0
))
589 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
590 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnToggleBookmark. Expected _wxsLSEditorPlugin_p.");
595 wxPy_BEGIN_ALLOW_THREADS
;
596 wxsLSEditorPlugin_OnToggleBookmark(_arg0
);
598 wxPy_END_ALLOW_THREADS
;
599 } Py_INCREF(Py_None
);
600 _resultobj
= Py_None
;
604 #define wxsLSEditorPlugin_OnNextBookmark(_swigobj) (_swigobj->OnNextBookmark())
605 static PyObject
*_wrap_wxsLSEditorPlugin_OnNextBookmark(PyObject
*self
, PyObject
*args
) {
606 PyObject
* _resultobj
;
607 wxsLSEditorPlugin
* _arg0
;
611 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnNextBookmark",&_argc0
))
614 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
615 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnNextBookmark. Expected _wxsLSEditorPlugin_p.");
620 wxPy_BEGIN_ALLOW_THREADS
;
621 wxsLSEditorPlugin_OnNextBookmark(_arg0
);
623 wxPy_END_ALLOW_THREADS
;
624 } Py_INCREF(Py_None
);
625 _resultobj
= Py_None
;
629 #define wxsLSEditorPlugin_OnPreviousBookmark(_swigobj) (_swigobj->OnPreviousBookmark())
630 static PyObject
*_wrap_wxsLSEditorPlugin_OnPreviousBookmark(PyObject
*self
, PyObject
*args
) {
631 PyObject
* _resultobj
;
632 wxsLSEditorPlugin
* _arg0
;
636 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnPreviousBookmark",&_argc0
))
639 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
640 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnPreviousBookmark. Expected _wxsLSEditorPlugin_p.");
645 wxPy_BEGIN_ALLOW_THREADS
;
646 wxsLSEditorPlugin_OnPreviousBookmark(_arg0
);
648 wxPy_END_ALLOW_THREADS
;
649 } Py_INCREF(Py_None
);
650 _resultobj
= Py_None
;
654 #define wxsLSEditorPlugin_OnShowBookmarks(_swigobj) (_swigobj->OnShowBookmarks())
655 static PyObject
*_wrap_wxsLSEditorPlugin_OnShowBookmarks(PyObject
*self
, PyObject
*args
) {
656 PyObject
* _resultobj
;
657 wxsLSEditorPlugin
* _arg0
;
661 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_OnShowBookmarks",&_argc0
))
664 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
665 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_OnShowBookmarks. Expected _wxsLSEditorPlugin_p.");
670 wxPy_BEGIN_ALLOW_THREADS
;
671 wxsLSEditorPlugin_OnShowBookmarks(_arg0
);
673 wxPy_END_ALLOW_THREADS
;
674 } Py_INCREF(Py_None
);
675 _resultobj
= Py_None
;
679 #define wxsLSEditorPlugin_SetCheckpoint(_swigobj) (_swigobj->SetCheckpoint())
680 static PyObject
*_wrap_wxsLSEditorPlugin_SetCheckpoint(PyObject
*self
, PyObject
*args
) {
681 PyObject
* _resultobj
;
682 wxsLSEditorPlugin
* _arg0
;
686 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_SetCheckpoint",&_argc0
))
689 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
690 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_SetCheckpoint. Expected _wxsLSEditorPlugin_p.");
695 wxPy_BEGIN_ALLOW_THREADS
;
696 wxsLSEditorPlugin_SetCheckpoint(_arg0
);
698 wxPy_END_ALLOW_THREADS
;
699 } Py_INCREF(Py_None
);
700 _resultobj
= Py_None
;
704 #define wxsLSEditorPlugin_CheckpointModified(_swigobj) (_swigobj->CheckpointModified())
705 static PyObject
*_wrap_wxsLSEditorPlugin_CheckpointModified(PyObject
*self
, PyObject
*args
) {
706 PyObject
* _resultobj
;
708 wxsLSEditorPlugin
* _arg0
;
712 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_CheckpointModified",&_argc0
))
715 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
716 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_CheckpointModified. Expected _wxsLSEditorPlugin_p.");
721 wxPy_BEGIN_ALLOW_THREADS
;
722 _result
= (bool )wxsLSEditorPlugin_CheckpointModified(_arg0
);
724 wxPy_END_ALLOW_THREADS
;
725 } _resultobj
= Py_BuildValue("i",_result
);
729 #define wxsLSEditorPlugin_CanCopy(_swigobj) (_swigobj->CanCopy())
730 static PyObject
*_wrap_wxsLSEditorPlugin_CanCopy(PyObject
*self
, PyObject
*args
) {
731 PyObject
* _resultobj
;
733 wxsLSEditorPlugin
* _arg0
;
737 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_CanCopy",&_argc0
))
740 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
741 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_CanCopy. Expected _wxsLSEditorPlugin_p.");
746 wxPy_BEGIN_ALLOW_THREADS
;
747 _result
= (bool )wxsLSEditorPlugin_CanCopy(_arg0
);
749 wxPy_END_ALLOW_THREADS
;
750 } _resultobj
= Py_BuildValue("i",_result
);
754 #define wxsLSEditorPlugin_CanCut(_swigobj) (_swigobj->CanCut())
755 static PyObject
*_wrap_wxsLSEditorPlugin_CanCut(PyObject
*self
, PyObject
*args
) {
756 PyObject
* _resultobj
;
758 wxsLSEditorPlugin
* _arg0
;
762 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_CanCut",&_argc0
))
765 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
766 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_CanCut. Expected _wxsLSEditorPlugin_p.");
771 wxPy_BEGIN_ALLOW_THREADS
;
772 _result
= (bool )wxsLSEditorPlugin_CanCut(_arg0
);
774 wxPy_END_ALLOW_THREADS
;
775 } _resultobj
= Py_BuildValue("i",_result
);
779 #define wxsLSEditorPlugin_CanPaste(_swigobj) (_swigobj->CanPaste())
780 static PyObject
*_wrap_wxsLSEditorPlugin_CanPaste(PyObject
*self
, PyObject
*args
) {
781 PyObject
* _resultobj
;
783 wxsLSEditorPlugin
* _arg0
;
787 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_CanPaste",&_argc0
))
790 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
791 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_CanPaste. Expected _wxsLSEditorPlugin_p.");
796 wxPy_BEGIN_ALLOW_THREADS
;
797 _result
= (bool )wxsLSEditorPlugin_CanPaste(_arg0
);
799 wxPy_END_ALLOW_THREADS
;
800 } _resultobj
= Py_BuildValue("i",_result
);
804 #define wxsLSEditorPlugin_CanUndo(_swigobj) (_swigobj->CanUndo())
805 static PyObject
*_wrap_wxsLSEditorPlugin_CanUndo(PyObject
*self
, PyObject
*args
) {
806 PyObject
* _resultobj
;
808 wxsLSEditorPlugin
* _arg0
;
812 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_CanUndo",&_argc0
))
815 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
816 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_CanUndo. Expected _wxsLSEditorPlugin_p.");
821 wxPy_BEGIN_ALLOW_THREADS
;
822 _result
= (bool )wxsLSEditorPlugin_CanUndo(_arg0
);
824 wxPy_END_ALLOW_THREADS
;
825 } _resultobj
= Py_BuildValue("i",_result
);
829 #define wxsLSEditorPlugin_CanRedo(_swigobj) (_swigobj->CanRedo())
830 static PyObject
*_wrap_wxsLSEditorPlugin_CanRedo(PyObject
*self
, PyObject
*args
) {
831 PyObject
* _resultobj
;
833 wxsLSEditorPlugin
* _arg0
;
837 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_CanRedo",&_argc0
))
840 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
841 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_CanRedo. Expected _wxsLSEditorPlugin_p.");
846 wxPy_BEGIN_ALLOW_THREADS
;
847 _result
= (bool )wxsLSEditorPlugin_CanRedo(_arg0
);
849 wxPy_END_ALLOW_THREADS
;
850 } _resultobj
= Py_BuildValue("i",_result
);
854 #define wxsLSEditorPlugin_GetName(_swigobj) (_swigobj->GetName())
855 static PyObject
*_wrap_wxsLSEditorPlugin_GetName(PyObject
*self
, PyObject
*args
) {
856 PyObject
* _resultobj
;
858 wxsLSEditorPlugin
* _arg0
;
863 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_GetName",&_argc0
))
866 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
867 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_GetName. Expected _wxsLSEditorPlugin_p.");
872 wxPy_BEGIN_ALLOW_THREADS
;
873 _result
= new string (wxsLSEditorPlugin_GetName(_arg0
));
875 wxPy_END_ALLOW_THREADS
;
876 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_string_p");
877 _resultobj
= Py_BuildValue("s",_ptemp
);
881 #define wxsLSEditorPlugin_IsModified(_swigobj) (_swigobj->IsModified())
882 static PyObject
*_wrap_wxsLSEditorPlugin_IsModified(PyObject
*self
, PyObject
*args
) {
883 PyObject
* _resultobj
;
885 wxsLSEditorPlugin
* _arg0
;
889 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_IsModified",&_argc0
))
892 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
893 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_IsModified. Expected _wxsLSEditorPlugin_p.");
898 wxPy_BEGIN_ALLOW_THREADS
;
899 _result
= (bool )wxsLSEditorPlugin_IsModified(_arg0
);
901 wxPy_END_ALLOW_THREADS
;
902 } _resultobj
= Py_BuildValue("i",_result
);
906 #define wxsLSEditorPlugin_GetWindow(_swigobj) (_swigobj->GetWindow())
907 static PyObject
*_wrap_wxsLSEditorPlugin_GetWindow(PyObject
*self
, PyObject
*args
) {
908 PyObject
* _resultobj
;
910 wxsLSEditorPlugin
* _arg0
;
915 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_GetWindow",&_argc0
))
918 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
919 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_GetWindow. Expected _wxsLSEditorPlugin_p.");
924 wxPy_BEGIN_ALLOW_THREADS
;
925 _result
= (wxWindow
*)wxsLSEditorPlugin_GetWindow(_arg0
);
927 wxPy_END_ALLOW_THREADS
;
928 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxWindow_p");
929 _resultobj
= Py_BuildValue("s",_ptemp
);
933 #define wxsLSEditorPlugin_SetFileName(_swigobj,_swigarg0) (_swigobj->SetFileName(_swigarg0))
934 static PyObject
*_wrap_wxsLSEditorPlugin_SetFileName(PyObject
*self
, PyObject
*args
) {
935 PyObject
* _resultobj
;
936 wxsLSEditorPlugin
* _arg0
;
941 if(!PyArg_ParseTuple(args
,"ss:wxsLSEditorPlugin_SetFileName",&_argc0
,&_arg1
))
944 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
945 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_SetFileName. Expected _wxsLSEditorPlugin_p.");
950 wxPy_BEGIN_ALLOW_THREADS
;
951 wxsLSEditorPlugin_SetFileName(_arg0
,_arg1
);
953 wxPy_END_ALLOW_THREADS
;
954 } Py_INCREF(Py_None
);
955 _resultobj
= Py_None
;
959 #define wxsLSEditorPlugin_HoldCursor(_swigobj,_swigarg0) (_swigobj->HoldCursor(_swigarg0))
960 static PyObject
*_wrap_wxsLSEditorPlugin_HoldCursor(PyObject
*self
, PyObject
*args
) {
961 PyObject
* _resultobj
;
962 wxsLSEditorPlugin
* _arg0
;
968 if(!PyArg_ParseTuple(args
,"si:wxsLSEditorPlugin_HoldCursor",&_argc0
,&tempbool1
))
971 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
972 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_HoldCursor. Expected _wxsLSEditorPlugin_p.");
976 _arg1
= (bool ) tempbool1
;
978 wxPy_BEGIN_ALLOW_THREADS
;
979 wxsLSEditorPlugin_HoldCursor(_arg0
,_arg1
);
981 wxPy_END_ALLOW_THREADS
;
982 } Py_INCREF(Py_None
);
983 _resultobj
= Py_None
;
987 #define wxsLSEditorPlugin_FindWordAtCursor(_swigobj) (_swigobj->FindWordAtCursor())
988 static PyObject
*_wrap_wxsLSEditorPlugin_FindWordAtCursor(PyObject
*self
, PyObject
*args
) {
989 PyObject
* _resultobj
;
991 wxsLSEditorPlugin
* _arg0
;
996 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_FindWordAtCursor",&_argc0
))
999 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1000 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_FindWordAtCursor. Expected _wxsLSEditorPlugin_p.");
1005 wxPy_BEGIN_ALLOW_THREADS
;
1006 _result
= new string (wxsLSEditorPlugin_FindWordAtCursor(_arg0
));
1008 wxPy_END_ALLOW_THREADS
;
1009 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_string_p");
1010 _resultobj
= Py_BuildValue("s",_ptemp
);
1014 #define wxsLSEditorPlugin_GetCursorPos(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetCursorPos(_swigarg0,_swigarg1))
1015 static PyObject
*_wrap_wxsLSEditorPlugin_GetCursorPos(PyObject
*self
, PyObject
*args
) {
1016 PyObject
* _resultobj
;
1017 wxsLSEditorPlugin
* _arg0
;
1025 if(!PyArg_ParseTuple(args
,"sss:wxsLSEditorPlugin_GetCursorPos",&_argc0
,&_argc1
,&_argc2
))
1028 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1029 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_GetCursorPos. Expected _wxsLSEditorPlugin_p.");
1034 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_int_p")) {
1035 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxsLSEditorPlugin_GetCursorPos. Expected _int_p.");
1040 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_int_p")) {
1041 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxsLSEditorPlugin_GetCursorPos. Expected _int_p.");
1046 wxPy_BEGIN_ALLOW_THREADS
;
1047 wxsLSEditorPlugin_GetCursorPos(_arg0
,_arg1
,_arg2
);
1049 wxPy_END_ALLOW_THREADS
;
1050 } Py_INCREF(Py_None
);
1051 _resultobj
= Py_None
;
1055 #define wxsLSEditorPlugin_SetCursorPos(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetCursorPos(_swigarg0,_swigarg1))
1056 static PyObject
*_wrap_wxsLSEditorPlugin_SetCursorPos(PyObject
*self
, PyObject
*args
) {
1057 PyObject
* _resultobj
;
1058 wxsLSEditorPlugin
* _arg0
;
1064 if(!PyArg_ParseTuple(args
,"sii:wxsLSEditorPlugin_SetCursorPos",&_argc0
,&_arg1
,&_arg2
))
1067 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1068 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_SetCursorPos. Expected _wxsLSEditorPlugin_p.");
1073 wxPy_BEGIN_ALLOW_THREADS
;
1074 wxsLSEditorPlugin_SetCursorPos(_arg0
,_arg1
,_arg2
);
1076 wxPy_END_ALLOW_THREADS
;
1077 } Py_INCREF(Py_None
);
1078 _resultobj
= Py_None
;
1082 #define wxsLSEditorPlugin_GetPagePos(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetPagePos(_swigarg0,_swigarg1))
1083 static PyObject
*_wrap_wxsLSEditorPlugin_GetPagePos(PyObject
*self
, PyObject
*args
) {
1084 PyObject
* _resultobj
;
1085 wxsLSEditorPlugin
* _arg0
;
1093 if(!PyArg_ParseTuple(args
,"sss:wxsLSEditorPlugin_GetPagePos",&_argc0
,&_argc1
,&_argc2
))
1096 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1097 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_GetPagePos. Expected _wxsLSEditorPlugin_p.");
1102 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_int_p")) {
1103 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxsLSEditorPlugin_GetPagePos. Expected _int_p.");
1108 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_int_p")) {
1109 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxsLSEditorPlugin_GetPagePos. Expected _int_p.");
1114 wxPy_BEGIN_ALLOW_THREADS
;
1115 wxsLSEditorPlugin_GetPagePos(_arg0
,_arg1
,_arg2
);
1117 wxPy_END_ALLOW_THREADS
;
1118 } Py_INCREF(Py_None
);
1119 _resultobj
= Py_None
;
1123 #define wxsLSEditorPlugin_GetText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (_swigobj->GetText(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
1124 static PyObject
*_wrap_wxsLSEditorPlugin_GetText(PyObject
*self
, PyObject
*args
) {
1125 PyObject
* _resultobj
;
1126 wxsLSEditorPlugin
* _arg0
;
1138 if(!PyArg_ParseTuple(args
,"siiiiss:wxsLSEditorPlugin_GetText",&_argc0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
,&_argc5
,&_argc6
))
1141 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1142 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_GetText. Expected _wxsLSEditorPlugin_p.");
1147 if (SWIG_GetPtr(_argc5
,(void **) &_arg5
,"_char_pp")) {
1148 PyErr_SetString(PyExc_TypeError
,"Type error in argument 6 of wxsLSEditorPlugin_GetText. Expected _char_pp.");
1153 if (SWIG_GetPtr(_argc6
,(void **) &_arg6
,"_size_t_p")) {
1154 PyErr_SetString(PyExc_TypeError
,"Type error in argument 7 of wxsLSEditorPlugin_GetText. Expected _size_t_p.");
1159 wxPy_BEGIN_ALLOW_THREADS
;
1160 wxsLSEditorPlugin_GetText(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
,_arg5
,_arg6
);
1162 wxPy_END_ALLOW_THREADS
;
1163 } Py_INCREF(Py_None
);
1164 _resultobj
= Py_None
;
1168 #define wxsLSEditorPlugin_InsertText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->InsertText(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
1169 static PyObject
*_wrap_wxsLSEditorPlugin_InsertText(PyObject
*self
, PyObject
*args
) {
1170 PyObject
* _resultobj
;
1171 wxsLSEditorPlugin
* _arg0
;
1179 if(!PyArg_ParseTuple(args
,"siisi:wxsLSEditorPlugin_InsertText",&_argc0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
))
1182 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1183 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_InsertText. Expected _wxsLSEditorPlugin_p.");
1188 wxPy_BEGIN_ALLOW_THREADS
;
1189 wxsLSEditorPlugin_InsertText(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
);
1191 wxPy_END_ALLOW_THREADS
;
1192 } Py_INCREF(Py_None
);
1193 _resultobj
= Py_None
;
1197 #define wxsLSEditorPlugin_DeleteText(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->DeleteText(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
1198 static PyObject
*_wrap_wxsLSEditorPlugin_DeleteText(PyObject
*self
, PyObject
*args
) {
1199 PyObject
* _resultobj
;
1200 wxsLSEditorPlugin
* _arg0
;
1208 if(!PyArg_ParseTuple(args
,"siiii:wxsLSEditorPlugin_DeleteText",&_argc0
,&_arg1
,&_arg2
,&_arg3
,&_arg4
))
1211 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1212 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_DeleteText. Expected _wxsLSEditorPlugin_p.");
1217 wxPy_BEGIN_ALLOW_THREADS
;
1218 wxsLSEditorPlugin_DeleteText(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
);
1220 wxPy_END_ALLOW_THREADS
;
1221 } Py_INCREF(Py_None
);
1222 _resultobj
= Py_None
;
1226 #define wxsLSEditorPlugin_PositionToXY(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->PositionToXY(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
1227 static PyObject
*_wrap_wxsLSEditorPlugin_PositionToXY(PyObject
*self
, PyObject
*args
) {
1228 PyObject
* _resultobj
;
1229 wxsLSEditorPlugin
* _arg0
;
1239 if(!PyArg_ParseTuple(args
,"siiss:wxsLSEditorPlugin_PositionToXY",&_argc0
,&_arg1
,&_arg2
,&_argc3
,&_argc4
))
1242 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1243 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_PositionToXY. Expected _wxsLSEditorPlugin_p.");
1248 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_int_p")) {
1249 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxsLSEditorPlugin_PositionToXY. Expected _int_p.");
1254 if (SWIG_GetPtr(_argc4
,(void **) &_arg4
,"_int_p")) {
1255 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxsLSEditorPlugin_PositionToXY. Expected _int_p.");
1260 wxPy_BEGIN_ALLOW_THREADS
;
1261 wxsLSEditorPlugin_PositionToXY(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
);
1263 wxPy_END_ALLOW_THREADS
;
1264 } Py_INCREF(Py_None
);
1265 _resultobj
= Py_None
;
1269 #define wxsLSEditorPlugin_GetSelectionRange(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->GetSelectionRange(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
1270 static PyObject
*_wrap_wxsLSEditorPlugin_GetSelectionRange(PyObject
*self
, PyObject
*args
) {
1271 PyObject
* _resultobj
;
1272 wxsLSEditorPlugin
* _arg0
;
1284 if(!PyArg_ParseTuple(args
,"sssss:wxsLSEditorPlugin_GetSelectionRange",&_argc0
,&_argc1
,&_argc2
,&_argc3
,&_argc4
))
1287 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1288 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_GetSelectionRange. Expected _wxsLSEditorPlugin_p.");
1293 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_int_p")) {
1294 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxsLSEditorPlugin_GetSelectionRange. Expected _int_p.");
1299 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_int_p")) {
1300 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxsLSEditorPlugin_GetSelectionRange. Expected _int_p.");
1305 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_int_p")) {
1306 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of wxsLSEditorPlugin_GetSelectionRange. Expected _int_p.");
1311 if (SWIG_GetPtr(_argc4
,(void **) &_arg4
,"_int_p")) {
1312 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of wxsLSEditorPlugin_GetSelectionRange. Expected _int_p.");
1317 wxPy_BEGIN_ALLOW_THREADS
;
1318 wxsLSEditorPlugin_GetSelectionRange(_arg0
,_arg1
,_arg2
,_arg3
,_arg4
);
1320 wxPy_END_ALLOW_THREADS
;
1321 } Py_INCREF(Py_None
);
1322 _resultobj
= Py_None
;
1326 #define wxsLSEditorPlugin_GetCharacterSize(_swigobj) (_swigobj->GetCharacterSize())
1327 static PyObject
*_wrap_wxsLSEditorPlugin_GetCharacterSize(PyObject
*self
, PyObject
*args
) {
1328 PyObject
* _resultobj
;
1330 wxsLSEditorPlugin
* _arg0
;
1335 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_GetCharacterSize",&_argc0
))
1338 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1339 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_GetCharacterSize. Expected _wxsLSEditorPlugin_p.");
1344 wxPy_BEGIN_ALLOW_THREADS
;
1345 _result
= new wxSize (wxsLSEditorPlugin_GetCharacterSize(_arg0
));
1347 wxPy_END_ALLOW_THREADS
;
1348 } SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
1349 _resultobj
= Py_BuildValue("s",_ptemp
);
1353 #define wxsLSEditorPlugin_IsUnixText(_swigobj) (_swigobj->IsUnixText())
1354 static PyObject
*_wrap_wxsLSEditorPlugin_IsUnixText(PyObject
*self
, PyObject
*args
) {
1355 PyObject
* _resultobj
;
1357 wxsLSEditorPlugin
* _arg0
;
1361 if(!PyArg_ParseTuple(args
,"s:wxsLSEditorPlugin_IsUnixText",&_argc0
))
1364 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxsLSEditorPlugin_p")) {
1365 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxsLSEditorPlugin_IsUnixText. Expected _wxsLSEditorPlugin_p.");
1370 wxPy_BEGIN_ALLOW_THREADS
;
1371 _result
= (bool )wxsLSEditorPlugin_IsUnixText(_arg0
);
1373 wxPy_END_ALLOW_THREADS
;
1374 } _resultobj
= Py_BuildValue("i",_result
);
1378 static PyMethodDef lseditorcMethods
[] = {
1379 { "wxsLSEditorPlugin_IsUnixText", _wrap_wxsLSEditorPlugin_IsUnixText
, 1 },
1380 { "wxsLSEditorPlugin_GetCharacterSize", _wrap_wxsLSEditorPlugin_GetCharacterSize
, 1 },
1381 { "wxsLSEditorPlugin_GetSelectionRange", _wrap_wxsLSEditorPlugin_GetSelectionRange
, 1 },
1382 { "wxsLSEditorPlugin_PositionToXY", _wrap_wxsLSEditorPlugin_PositionToXY
, 1 },
1383 { "wxsLSEditorPlugin_DeleteText", _wrap_wxsLSEditorPlugin_DeleteText
, 1 },
1384 { "wxsLSEditorPlugin_InsertText", _wrap_wxsLSEditorPlugin_InsertText
, 1 },
1385 { "wxsLSEditorPlugin_GetText", _wrap_wxsLSEditorPlugin_GetText
, 1 },
1386 { "wxsLSEditorPlugin_GetPagePos", _wrap_wxsLSEditorPlugin_GetPagePos
, 1 },
1387 { "wxsLSEditorPlugin_SetCursorPos", _wrap_wxsLSEditorPlugin_SetCursorPos
, 1 },
1388 { "wxsLSEditorPlugin_GetCursorPos", _wrap_wxsLSEditorPlugin_GetCursorPos
, 1 },
1389 { "wxsLSEditorPlugin_FindWordAtCursor", _wrap_wxsLSEditorPlugin_FindWordAtCursor
, 1 },
1390 { "wxsLSEditorPlugin_HoldCursor", _wrap_wxsLSEditorPlugin_HoldCursor
, 1 },
1391 { "wxsLSEditorPlugin_SetFileName", _wrap_wxsLSEditorPlugin_SetFileName
, 1 },
1392 { "wxsLSEditorPlugin_GetWindow", _wrap_wxsLSEditorPlugin_GetWindow
, 1 },
1393 { "wxsLSEditorPlugin_IsModified", _wrap_wxsLSEditorPlugin_IsModified
, 1 },
1394 { "wxsLSEditorPlugin_GetName", _wrap_wxsLSEditorPlugin_GetName
, 1 },
1395 { "wxsLSEditorPlugin_CanRedo", _wrap_wxsLSEditorPlugin_CanRedo
, 1 },
1396 { "wxsLSEditorPlugin_CanUndo", _wrap_wxsLSEditorPlugin_CanUndo
, 1 },
1397 { "wxsLSEditorPlugin_CanPaste", _wrap_wxsLSEditorPlugin_CanPaste
, 1 },
1398 { "wxsLSEditorPlugin_CanCut", _wrap_wxsLSEditorPlugin_CanCut
, 1 },
1399 { "wxsLSEditorPlugin_CanCopy", _wrap_wxsLSEditorPlugin_CanCopy
, 1 },
1400 { "wxsLSEditorPlugin_CheckpointModified", _wrap_wxsLSEditorPlugin_CheckpointModified
, 1 },
1401 { "wxsLSEditorPlugin_SetCheckpoint", _wrap_wxsLSEditorPlugin_SetCheckpoint
, 1 },
1402 { "wxsLSEditorPlugin_OnShowBookmarks", _wrap_wxsLSEditorPlugin_OnShowBookmarks
, 1 },
1403 { "wxsLSEditorPlugin_OnPreviousBookmark", _wrap_wxsLSEditorPlugin_OnPreviousBookmark
, 1 },
1404 { "wxsLSEditorPlugin_OnNextBookmark", _wrap_wxsLSEditorPlugin_OnNextBookmark
, 1 },
1405 { "wxsLSEditorPlugin_OnToggleBookmark", _wrap_wxsLSEditorPlugin_OnToggleBookmark
, 1 },
1406 { "wxsLSEditorPlugin_OnReplace", _wrap_wxsLSEditorPlugin_OnReplace
, 1 },
1407 { "wxsLSEditorPlugin_OnFindPrevious", _wrap_wxsLSEditorPlugin_OnFindPrevious
, 1 },
1408 { "wxsLSEditorPlugin_OnFindNext", _wrap_wxsLSEditorPlugin_OnFindNext
, 1 },
1409 { "wxsLSEditorPlugin_OnFind", _wrap_wxsLSEditorPlugin_OnFind
, 1 },
1410 { "wxsLSEditorPlugin_OnProperties", _wrap_wxsLSEditorPlugin_OnProperties
, 1 },
1411 { "wxsLSEditorPlugin_OnGotoLine", _wrap_wxsLSEditorPlugin_OnGotoLine
, 1 },
1412 { "wxsLSEditorPlugin_SelectAll", _wrap_wxsLSEditorPlugin_SelectAll
, 1 },
1413 { "wxsLSEditorPlugin_OnRedo", _wrap_wxsLSEditorPlugin_OnRedo
, 1 },
1414 { "wxsLSEditorPlugin_OnUndo", _wrap_wxsLSEditorPlugin_OnUndo
, 1 },
1415 { "wxsLSEditorPlugin_OnDelete", _wrap_wxsLSEditorPlugin_OnDelete
, 1 },
1416 { "wxsLSEditorPlugin_OnPaste", _wrap_wxsLSEditorPlugin_OnPaste
, 1 },
1417 { "wxsLSEditorPlugin_OnCut", _wrap_wxsLSEditorPlugin_OnCut
, 1 },
1418 { "wxsLSEditorPlugin_OnCopy", _wrap_wxsLSEditorPlugin_OnCopy
, 1 },
1419 { "wxsLSEditorPlugin_OnSave", _wrap_wxsLSEditorPlugin_OnSave
, 1 },
1420 { "wxsLSEditorPlugin_OnOpen", _wrap_wxsLSEditorPlugin_OnOpen
, 1 },
1421 { "wxsLSEditorPlugin_Create", _wrap_wxsLSEditorPlugin_Create
, 1 },
1422 { "delete_wxsLSEditorPlugin", _wrap_delete_wxsLSEditorPlugin
, 1 },
1423 { "new_wxsLSEditorPlugin", _wrap_new_wxsLSEditorPlugin
, 1 },
1426 static PyObject
*SWIG_globals
;
1430 SWIGEXPORT(void,initlseditorc
)() {
1432 SWIG_globals
= SWIG_newvarlink();
1433 m
= Py_InitModule("lseditorc", lseditorcMethods
);
1434 d
= PyModule_GetDict(m
);
1437 wxClassInfo::CleanUpClasses();
1438 wxClassInfo::InitializeClasses();
1441 * These are the pointer type-equivalency mappings.
1442 * (Used by the SWIG pointer type-checker).
1444 SWIG_RegisterMapping("_wxAcceleratorTable","_class_wxAcceleratorTable",0);
1445 SWIG_RegisterMapping("_wxEvent","_class_wxEvent",0);
1446 SWIG_RegisterMapping("_class_wxActivateEvent","_wxActivateEvent",0);
1447 SWIG_RegisterMapping("_signed_long","_long",0);
1448 SWIG_RegisterMapping("_wxMenuEvent","_class_wxMenuEvent",0);
1449 SWIG_RegisterMapping("_class_wxJPEGHandler","_wxJPEGHandler",0);
1450 SWIG_RegisterMapping("_wxBMPHandler","_class_wxBMPHandler",0);
1451 SWIG_RegisterMapping("_wxImage","_class_wxImage",0);
1452 SWIG_RegisterMapping("_wxPrintQuality","_int",0);
1453 SWIG_RegisterMapping("_wxPrintQuality","_signed_int",0);
1454 SWIG_RegisterMapping("_wxPrintQuality","_unsigned_int",0);
1455 SWIG_RegisterMapping("_wxPrintQuality","_wxWindowID",0);
1456 SWIG_RegisterMapping("_wxPrintQuality","_uint",0);
1457 SWIG_RegisterMapping("_wxPrintQuality","_EBool",0);
1458 SWIG_RegisterMapping("_wxPrintQuality","_size_t",0);
1459 SWIG_RegisterMapping("_wxFontData","_class_wxFontData",0);
1460 SWIG_RegisterMapping("___wxPyCleanup","_class___wxPyCleanup",0);
1461 SWIG_RegisterMapping("_class_wxRegionIterator","_wxRegionIterator",0);
1462 SWIG_RegisterMapping("_class_wxMenuBar","_wxMenuBar",0);
1463 SWIG_RegisterMapping("_class_wxPyTreeItemData","_wxPyTreeItemData",0);
1464 SWIG_RegisterMapping("_wxsLSEditorPlugin","_class_wxsLSEditorPlugin",0);
1465 SWIG_RegisterMapping("_class_wxEvtHandler","_wxEvtHandler",0);
1466 SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0);
1467 SWIG_RegisterMapping("_wxGIFHandler","_class_wxGIFHandler",0);
1468 SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0);
1469 SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0);
1470 SWIG_RegisterMapping("_wxNotifyEvent","_class_wxNotifyEvent",0);
1471 SWIG_RegisterMapping("_wxImageHandler","_class_wxImageHandler",0);
1472 SWIG_RegisterMapping("_class_wxTreeCtrl","_wxTreeCtrl",0);
1473 SWIG_RegisterMapping("_wxMask","_class_wxMask",0);
1474 SWIG_RegisterMapping("_wxToolTip","_class_wxToolTip",0);
1475 SWIG_RegisterMapping("_wxGrid","_class_wxGrid",0);
1476 SWIG_RegisterMapping("_wxPNGHandler","_class_wxPNGHandler",0);
1477 SWIG_RegisterMapping("_class_wxColourData","_wxColourData",0);
1478 SWIG_RegisterMapping("_class_wxPageSetupDialogData","_wxPageSetupDialogData",0);
1479 SWIG_RegisterMapping("_wxPrinter","_class_wxPrinter",0);
1480 SWIG_RegisterMapping("_wxPen","_class_wxPen",0);
1481 SWIG_RegisterMapping("_wxUpdateUIEvent","_class_wxUpdateUIEvent",0);
1482 SWIG_RegisterMapping("_byte","_unsigned_char",0);
1483 SWIG_RegisterMapping("_wxStaticBox","_class_wxStaticBox",0);
1484 SWIG_RegisterMapping("_wxChoice","_class_wxChoice",0);
1485 SWIG_RegisterMapping("_wxSlider","_class_wxSlider",0);
1486 SWIG_RegisterMapping("_wxNotebookEvent","_class_wxNotebookEvent",0);
1487 SWIG_RegisterMapping("_wxPyPrintout","_class_wxPyPrintout",0);
1488 SWIG_RegisterMapping("_long","_wxDash",0);
1489 SWIG_RegisterMapping("_long","_unsigned_long",0);
1490 SWIG_RegisterMapping("_long","_signed_long",0);
1491 SWIG_RegisterMapping("_wxImageList","_class_wxImageList",0);
1492 SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0);
1493 SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0);
1494 SWIG_RegisterMapping("_wxSashWindow","_class_wxSashWindow",0);
1495 SWIG_RegisterMapping("_class_wxPrintDialogData","_wxPrintDialogData",0);
1496 SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0);
1497 SWIG_RegisterMapping("_class_wxGauge","_wxGauge",0);
1498 SWIG_RegisterMapping("_class_wxSashEvent","_wxSashEvent",0);
1499 SWIG_RegisterMapping("_wxDC","_class_wxDC",0);
1500 SWIG_RegisterMapping("_wxListEvent","_class_wxListEvent",0);
1501 SWIG_RegisterMapping("_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0);
1502 SWIG_RegisterMapping("_wxProgressDialog","_class_wxProgressDialog",0);
1503 SWIG_RegisterMapping("_class_wxBMPHandler","_wxBMPHandler",0);
1504 SWIG_RegisterMapping("_wxPrintPreview","_class_wxPrintPreview",0);
1505 SWIG_RegisterMapping("_wxSpinEvent","_class_wxSpinEvent",0);
1506 SWIG_RegisterMapping("_wxSashLayoutWindow","_class_wxSashLayoutWindow",0);
1507 SWIG_RegisterMapping("_size_t","_wxPrintQuality",0);
1508 SWIG_RegisterMapping("_size_t","_unsigned_int",0);
1509 SWIG_RegisterMapping("_size_t","_int",0);
1510 SWIG_RegisterMapping("_size_t","_wxWindowID",0);
1511 SWIG_RegisterMapping("_size_t","_uint",0);
1512 SWIG_RegisterMapping("_class_wxRealPoint","_wxRealPoint",0);
1513 SWIG_RegisterMapping("_class_wxMenuItem","_wxMenuItem",0);
1514 SWIG_RegisterMapping("_class_wxPaintEvent","_wxPaintEvent",0);
1515 SWIG_RegisterMapping("_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0);
1516 SWIG_RegisterMapping("_class_wxStatusBar","_wxStatusBar",0);
1517 SWIG_RegisterMapping("_class_wxGIFHandler","_wxGIFHandler",0);
1518 SWIG_RegisterMapping("_class_wxPostScriptDC","_wxPostScriptDC",0);
1519 SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0);
1520 SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0);
1521 SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0);
1522 SWIG_RegisterMapping("_wxPyEvent","_class_wxPyEvent",0);
1523 SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0);
1524 SWIG_RegisterMapping("_class_wxMask","_wxMask",0);
1525 SWIG_RegisterMapping("_class_wxToolTip","_wxToolTip",0);
1526 SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0);
1527 SWIG_RegisterMapping("_class_wxGrid","_wxGrid",0);
1528 SWIG_RegisterMapping("_class_wxPNGHandler","_wxPNGHandler",0);
1529 SWIG_RegisterMapping("_wxColour","_class_wxColour",0);
1530 SWIG_RegisterMapping("_class_wxDialog","_wxDialog",0);
1531 SWIG_RegisterMapping("_wxPageSetupDialog","_class_wxPageSetupDialog",0);
1532 SWIG_RegisterMapping("_class_wxPrinter","_wxPrinter",0);
1533 SWIG_RegisterMapping("_wxIdleEvent","_class_wxIdleEvent",0);
1534 SWIG_RegisterMapping("_class_wxUpdateUIEvent","_wxUpdateUIEvent",0);
1535 SWIG_RegisterMapping("_wxToolBar","_class_wxToolBar",0);
1536 SWIG_RegisterMapping("_wxStaticLine","_class_wxStaticLine",0);
1537 SWIG_RegisterMapping("_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0);
1538 SWIG_RegisterMapping("_wxBrush","_class_wxBrush",0);
1539 SWIG_RegisterMapping("_wxMiniFrame","_class_wxMiniFrame",0);
1540 SWIG_RegisterMapping("_class_wxNotebookEvent","_wxNotebookEvent",0);
1541 SWIG_RegisterMapping("_class_wxPyPrintout","_wxPyPrintout",0);
1542 SWIG_RegisterMapping("_class_wxSashWindow","_wxSashWindow",0);
1543 SWIG_RegisterMapping("_wxShowEvent","_class_wxShowEvent",0);
1544 SWIG_RegisterMapping("_uint","_wxPrintQuality",0);
1545 SWIG_RegisterMapping("_uint","_size_t",0);
1546 SWIG_RegisterMapping("_uint","_unsigned_int",0);
1547 SWIG_RegisterMapping("_uint","_int",0);
1548 SWIG_RegisterMapping("_uint","_wxWindowID",0);
1549 SWIG_RegisterMapping("_class_wxEvent","_wxEvent",0);
1550 SWIG_RegisterMapping("_wxCheckListBox","_class_wxCheckListBox",0);
1551 SWIG_RegisterMapping("_wxSplitterEvent","_class_wxSplitterEvent",0);
1552 SWIG_RegisterMapping("_wxGridEvent","_class_wxGridEvent",0);
1553 SWIG_RegisterMapping("_wxRect","_class_wxRect",0);
1554 SWIG_RegisterMapping("_wxCommandEvent","_class_wxCommandEvent",0);
1555 SWIG_RegisterMapping("_wxSizeEvent","_class_wxSizeEvent",0);
1556 SWIG_RegisterMapping("_class_wxImage","_wxImage",0);
1557 SWIG_RegisterMapping("_wxPoint","_class_wxPoint",0);
1558 SWIG_RegisterMapping("_class_wxSashLayoutWindow","_wxSashLayoutWindow",0);
1559 SWIG_RegisterMapping("_class_wxButton","_wxButton",0);
1560 SWIG_RegisterMapping("_wxRadioBox","_class_wxRadioBox",0);
1561 SWIG_RegisterMapping("_class_wxFontData","_wxFontData",0);
1562 SWIG_RegisterMapping("_class___wxPyCleanup","___wxPyCleanup",0);
1563 SWIG_RegisterMapping("_wxBitmap","_class_wxBitmap",0);
1564 SWIG_RegisterMapping("_wxPrintDialog","_class_wxPrintDialog",0);
1565 SWIG_RegisterMapping("_wxPyTimer","_class_wxPyTimer",0);
1566 SWIG_RegisterMapping("_wxWindowDC","_class_wxWindowDC",0);
1567 SWIG_RegisterMapping("_wxScrollBar","_class_wxScrollBar",0);
1568 SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0);
1569 SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0);
1570 SWIG_RegisterMapping("_wxColourDialog","_class_wxColourDialog",0);
1571 SWIG_RegisterMapping("_wxPrintData","_class_wxPrintData",0);
1572 SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0);
1573 SWIG_RegisterMapping("_class_wxNotifyEvent","_wxNotifyEvent",0);
1574 SWIG_RegisterMapping("_wxMessageDialog","_class_wxMessageDialog",0);
1575 SWIG_RegisterMapping("_class_wxPyEvent","_wxPyEvent",0);
1576 SWIG_RegisterMapping("_wxTextEntryDialog","_class_wxTextEntryDialog",0);
1577 SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0);
1578 SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0);
1579 SWIG_RegisterMapping("_wxMDIChildFrame","_class_wxMDIChildFrame",0);
1580 SWIG_RegisterMapping("_wxListItem","_class_wxListItem",0);
1581 SWIG_RegisterMapping("_class_wxToolBar","_wxToolBar",0);
1582 SWIG_RegisterMapping("_class_wxStaticLine","_wxStaticLine",0);
1583 SWIG_RegisterMapping("_wxScrollEvent","_class_wxScrollEvent",0);
1584 SWIG_RegisterMapping("_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0);
1585 SWIG_RegisterMapping("_EBool","_wxPrintQuality",0);
1586 SWIG_RegisterMapping("_EBool","_signed_int",0);
1587 SWIG_RegisterMapping("_EBool","_int",0);
1588 SWIG_RegisterMapping("_EBool","_wxWindowID",0);
1589 SWIG_RegisterMapping("_class_wxRegion","_wxRegion",0);
1590 SWIG_RegisterMapping("_class_wxDropFilesEvent","_wxDropFilesEvent",0);
1591 SWIG_RegisterMapping("_class_wxPreviewFrame","_wxPreviewFrame",0);
1592 SWIG_RegisterMapping("_wxStaticText","_class_wxStaticText",0);
1593 SWIG_RegisterMapping("_wxFont","_class_wxFont",0);
1594 SWIG_RegisterMapping("_wxCloseEvent","_class_wxCloseEvent",0);
1595 SWIG_RegisterMapping("_class_wxSplitterEvent","_wxSplitterEvent",0);
1596 SWIG_RegisterMapping("_wxNotebook","_class_wxNotebook",0);
1597 SWIG_RegisterMapping("_unsigned_long","_wxDash",0);
1598 SWIG_RegisterMapping("_unsigned_long","_long",0);
1599 SWIG_RegisterMapping("_class_wxRect","_wxRect",0);
1600 SWIG_RegisterMapping("_class_wxDC","_wxDC",0);
1601 SWIG_RegisterMapping("_class_wxProgressDialog","_wxProgressDialog",0);
1602 SWIG_RegisterMapping("_wxPyApp","_class_wxPyApp",0);
1603 SWIG_RegisterMapping("_wxMDIParentFrame","_class_wxMDIParentFrame",0);
1604 SWIG_RegisterMapping("_class_wxTreeEvent","_wxTreeEvent",0);
1605 SWIG_RegisterMapping("_class_wxDirDialog","_wxDirDialog",0);
1606 SWIG_RegisterMapping("_class_wxPyTimer","_wxPyTimer",0);
1607 SWIG_RegisterMapping("_wxFocusEvent","_class_wxFocusEvent",0);
1608 SWIG_RegisterMapping("_wxMaximizeEvent","_class_wxMaximizeEvent",0);
1609 SWIG_RegisterMapping("_class_wxSpinButton","_wxSpinButton",0);
1610 SWIG_RegisterMapping("_wxAcceleratorEntry","_class_wxAcceleratorEntry",0);
1611 SWIG_RegisterMapping("_class_wxPanel","_wxPanel",0);
1612 SWIG_RegisterMapping("_class_wxCheckBox","_wxCheckBox",0);
1613 SWIG_RegisterMapping("_wxComboBox","_class_wxComboBox",0);
1614 SWIG_RegisterMapping("_wxRadioButton","_class_wxRadioButton",0);
1615 SWIG_RegisterMapping("_class_wxMessageDialog","_wxMessageDialog",0);
1616 SWIG_RegisterMapping("_signed_int","_wxPrintQuality",0);
1617 SWIG_RegisterMapping("_signed_int","_EBool",0);
1618 SWIG_RegisterMapping("_signed_int","_wxWindowID",0);
1619 SWIG_RegisterMapping("_signed_int","_int",0);
1620 SWIG_RegisterMapping("_class_wxTextCtrl","_wxTextCtrl",0);
1621 SWIG_RegisterMapping("_wxLayoutConstraints","_class_wxLayoutConstraints",0);
1622 SWIG_RegisterMapping("_wxMenu","_class_wxMenu",0);
1623 SWIG_RegisterMapping("_class_wxMoveEvent","_wxMoveEvent",0);
1624 SWIG_RegisterMapping("_wxListBox","_class_wxListBox",0);
1625 SWIG_RegisterMapping("_wxScreenDC","_class_wxScreenDC",0);
1626 SWIG_RegisterMapping("_class_wxMDIChildFrame","_wxMDIChildFrame",0);
1627 SWIG_RegisterMapping("_WXTYPE","_short",0);
1628 SWIG_RegisterMapping("_WXTYPE","_signed_short",0);
1629 SWIG_RegisterMapping("_WXTYPE","_unsigned_short",0);
1630 SWIG_RegisterMapping("_wxFileDialog","_class_wxFileDialog",0);
1631 SWIG_RegisterMapping("_class_wxMDIClientWindow","_wxMDIClientWindow",0);
1632 SWIG_RegisterMapping("_class_wxBrush","_wxBrush",0);
1633 SWIG_RegisterMapping("_unsigned_short","_WXTYPE",0);
1634 SWIG_RegisterMapping("_unsigned_short","_short",0);
1635 SWIG_RegisterMapping("_class_wxWindow","_wxWindow",0);
1636 SWIG_RegisterMapping("_wxSplitterWindow","_class_wxSplitterWindow",0);
1637 SWIG_RegisterMapping("_class_wxStaticText","_wxStaticText",0);
1638 SWIG_RegisterMapping("_wxPrintDialogData","_class_wxPrintDialogData",0);
1639 SWIG_RegisterMapping("_class_wxFont","_wxFont",0);
1640 SWIG_RegisterMapping("_class_wxCloseEvent","_wxCloseEvent",0);
1641 SWIG_RegisterMapping("_wxSashEvent","_class_wxSashEvent",0);
1642 SWIG_RegisterMapping("_class_wxMenuEvent","_wxMenuEvent",0);
1643 SWIG_RegisterMapping("_wxClientDC","_class_wxClientDC",0);
1644 SWIG_RegisterMapping("_wxMouseEvent","_class_wxMouseEvent",0);
1645 SWIG_RegisterMapping("_wxListCtrl","_class_wxListCtrl",0);
1646 SWIG_RegisterMapping("_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0);
1647 SWIG_RegisterMapping("_class_wxPoint","_wxPoint",0);
1648 SWIG_RegisterMapping("_wxRealPoint","_class_wxRealPoint",0);
1649 SWIG_RegisterMapping("_class_wxRadioBox","_wxRadioBox",0);
1650 SWIG_RegisterMapping("_wxGridCell","_class_wxGridCell",0);
1651 SWIG_RegisterMapping("_signed_short","_WXTYPE",0);
1652 SWIG_RegisterMapping("_signed_short","_short",0);
1653 SWIG_RegisterMapping("_wxMemoryDC","_class_wxMemoryDC",0);
1654 SWIG_RegisterMapping("_class_wxPrintDialog","_wxPrintDialog",0);
1655 SWIG_RegisterMapping("_class_wxsLSEditorPlugin","_wxsLSEditorPlugin",0);
1656 SWIG_RegisterMapping("_wxPaintDC","_class_wxPaintDC",0);
1657 SWIG_RegisterMapping("_class_wxWindowDC","_wxWindowDC",0);
1658 SWIG_RegisterMapping("_class_wxFocusEvent","_wxFocusEvent",0);
1659 SWIG_RegisterMapping("_class_wxMaximizeEvent","_wxMaximizeEvent",0);
1660 SWIG_RegisterMapping("_wxStatusBar","_class_wxStatusBar",0);
1661 SWIG_RegisterMapping("_class_wxToolBarTool","_wxToolBarTool",0);
1662 SWIG_RegisterMapping("_class_wxAcceleratorEntry","_wxAcceleratorEntry",0);
1663 SWIG_RegisterMapping("_class_wxCursor","_wxCursor",0);
1664 SWIG_RegisterMapping("_wxPostScriptDC","_class_wxPostScriptDC",0);
1665 SWIG_RegisterMapping("_class_wxImageHandler","_wxImageHandler",0);
1666 SWIG_RegisterMapping("_wxScrolledWindow","_class_wxScrolledWindow",0);
1667 SWIG_RegisterMapping("_wxTreeItemId","_class_wxTreeItemId",0);
1668 SWIG_RegisterMapping("_unsigned_char","_byte",0);
1669 SWIG_RegisterMapping("_class_wxMenu","_wxMenu",0);
1670 SWIG_RegisterMapping("_wxControl","_class_wxControl",0);
1671 SWIG_RegisterMapping("_class_wxListBox","_wxListBox",0);
1672 SWIG_RegisterMapping("_unsigned_int","_wxPrintQuality",0);
1673 SWIG_RegisterMapping("_unsigned_int","_size_t",0);
1674 SWIG_RegisterMapping("_unsigned_int","_uint",0);
1675 SWIG_RegisterMapping("_unsigned_int","_wxWindowID",0);
1676 SWIG_RegisterMapping("_unsigned_int","_int",0);
1677 SWIG_RegisterMapping("_wxIcon","_class_wxIcon",0);
1678 SWIG_RegisterMapping("_wxDialog","_class_wxDialog",0);
1679 SWIG_RegisterMapping("_class_wxListItem","_wxListItem",0);
1680 SWIG_RegisterMapping("_class_wxPen","_wxPen",0);
1681 SWIG_RegisterMapping("_class_wxFileDialog","_wxFileDialog",0);
1682 SWIG_RegisterMapping("_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0);
1683 SWIG_RegisterMapping("_short","_WXTYPE",0);
1684 SWIG_RegisterMapping("_short","_unsigned_short",0);
1685 SWIG_RegisterMapping("_short","_signed_short",0);
1686 SWIG_RegisterMapping("_class_wxStaticBox","_wxStaticBox",0);
1687 SWIG_RegisterMapping("_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0);
1688 SWIG_RegisterMapping("_class_wxScrollEvent","_wxScrollEvent",0);
1689 SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0);
1690 SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0);
1691 SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0);
1692 SWIG_RegisterMapping("_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0);
1693 SWIG_RegisterMapping("_class_wxImageList","_wxImageList",0);
1694 SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0);
1695 SWIG_RegisterMapping("_wxFrame","_class_wxFrame",0);
1696 SWIG_RegisterMapping("_class_wxNotebook","_wxNotebook",0);
1697 SWIG_RegisterMapping("_wxJPEGHandler","_class_wxJPEGHandler",0);
1698 SWIG_RegisterMapping("_wxWindowID","_wxPrintQuality",0);
1699 SWIG_RegisterMapping("_wxWindowID","_size_t",0);
1700 SWIG_RegisterMapping("_wxWindowID","_EBool",0);
1701 SWIG_RegisterMapping("_wxWindowID","_uint",0);
1702 SWIG_RegisterMapping("_wxWindowID","_int",0);
1703 SWIG_RegisterMapping("_wxWindowID","_signed_int",0);
1704 SWIG_RegisterMapping("_wxWindowID","_unsigned_int",0);
1705 SWIG_RegisterMapping("_int","_wxPrintQuality",0);
1706 SWIG_RegisterMapping("_int","_size_t",0);
1707 SWIG_RegisterMapping("_int","_EBool",0);
1708 SWIG_RegisterMapping("_int","_uint",0);
1709 SWIG_RegisterMapping("_int","_wxWindowID",0);
1710 SWIG_RegisterMapping("_int","_unsigned_int",0);
1711 SWIG_RegisterMapping("_int","_signed_int",0);
1712 SWIG_RegisterMapping("_class_wxMouseEvent","_wxMouseEvent",0);
1713 SWIG_RegisterMapping("_class_wxListEvent","_wxListEvent",0);
1714 SWIG_RegisterMapping("_class_wxPrintPreview","_wxPrintPreview",0);
1715 SWIG_RegisterMapping("_class_wxSpinEvent","_wxSpinEvent",0);
1716 SWIG_RegisterMapping("_wxButton","_class_wxButton",0);
1717 SWIG_RegisterMapping("_class_wxPyApp","_wxPyApp",0);
1718 SWIG_RegisterMapping("_wxSize","_class_wxSize",0);
1719 SWIG_RegisterMapping("_wxRegionIterator","_class_wxRegionIterator",0);
1720 SWIG_RegisterMapping("_class_wxMDIParentFrame","_wxMDIParentFrame",0);
1721 SWIG_RegisterMapping("_wxPyTreeItemData","_class_wxPyTreeItemData",0);
1722 SWIG_RegisterMapping("_class_wxPaintDC","_wxPaintDC",0);
1723 SWIG_RegisterMapping("_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0);
1724 SWIG_RegisterMapping("_class_wxInitDialogEvent","_wxInitDialogEvent",0);
1725 SWIG_RegisterMapping("_class_wxComboBox","_wxComboBox",0);
1726 SWIG_RegisterMapping("_class_wxRadioButton","_wxRadioButton",0);
1727 SWIG_RegisterMapping("_class_wxTreeItemId","_wxTreeItemId",0);
1728 SWIG_RegisterMapping("_wxTreeCtrl","_class_wxTreeCtrl",0);
1729 SWIG_RegisterMapping("_class_wxLayoutConstraints","_wxLayoutConstraints",0);
1730 SWIG_RegisterMapping("_wxIconizeEvent","_class_wxIconizeEvent",0);
1731 SWIG_RegisterMapping("_class_wxControl","_wxControl",0);
1732 SWIG_RegisterMapping("_wxStaticBitmap","_class_wxStaticBitmap",0);
1733 SWIG_RegisterMapping("_class_wxIcon","_wxIcon",0);
1734 SWIG_RegisterMapping("_class_wxColour","_wxColour",0);
1735 SWIG_RegisterMapping("_class_wxScreenDC","_wxScreenDC",0);
1736 SWIG_RegisterMapping("_class_wxPageSetupDialog","_wxPageSetupDialog",0);
1737 SWIG_RegisterMapping("_wxPalette","_class_wxPalette",0);
1738 SWIG_RegisterMapping("_class_wxIdleEvent","_wxIdleEvent",0);
1739 SWIG_RegisterMapping("_wxEraseEvent","_class_wxEraseEvent",0);
1740 SWIG_RegisterMapping("_class_wxJoystickEvent","_wxJoystickEvent",0);
1741 SWIG_RegisterMapping("_class_wxMiniFrame","_wxMiniFrame",0);
1742 SWIG_RegisterMapping("_wxFontDialog","_class_wxFontDialog",0);
1743 SWIG_RegisterMapping("_wxRegion","_class_wxRegion",0);
1744 SWIG_RegisterMapping("_class_wxSplitterWindow","_wxSplitterWindow",0);
1745 SWIG_RegisterMapping("_wxPreviewFrame","_class_wxPreviewFrame",0);
1746 SWIG_RegisterMapping("_class_wxShowEvent","_wxShowEvent",0);
1747 SWIG_RegisterMapping("_wxActivateEvent","_class_wxActivateEvent",0);
1748 SWIG_RegisterMapping("_wxGauge","_class_wxGauge",0);
1749 SWIG_RegisterMapping("_class_wxCheckListBox","_wxCheckListBox",0);
1750 SWIG_RegisterMapping("_class_wxGridEvent","_wxGridEvent",0);
1751 SWIG_RegisterMapping("_class_wxCommandEvent","_wxCommandEvent",0);
1752 SWIG_RegisterMapping("_class_wxClientDC","_wxClientDC",0);
1753 SWIG_RegisterMapping("_class_wxSizeEvent","_wxSizeEvent",0);
1754 SWIG_RegisterMapping("_class_wxListCtrl","_wxListCtrl",0);
1755 SWIG_RegisterMapping("_class_wxGridCell","_wxGridCell",0);
1756 SWIG_RegisterMapping("_class_wxSize","_wxSize",0);
1757 SWIG_RegisterMapping("_class_wxBitmap","_wxBitmap",0);
1758 SWIG_RegisterMapping("_class_wxMemoryDC","_wxMemoryDC",0);
1759 SWIG_RegisterMapping("_wxMenuBar","_class_wxMenuBar",0);
1760 SWIG_RegisterMapping("_wxTreeEvent","_class_wxTreeEvent",0);
1761 SWIG_RegisterMapping("_wxDirDialog","_class_wxDirDialog",0);
1762 SWIG_RegisterMapping("_wxEvtHandler","_class_wxEvtHandler",0);
1763 SWIG_RegisterMapping("_wxMenuItem","_class_wxMenuItem",0);
1764 SWIG_RegisterMapping("_class_wxScrollBar","_wxScrollBar",0);
1765 SWIG_RegisterMapping("_class_wxColourDialog","_wxColourDialog",0);
1766 SWIG_RegisterMapping("_class_wxPrintData","_wxPrintData",0);
1767 SWIG_RegisterMapping("_wxDash","_unsigned_long",0);
1768 SWIG_RegisterMapping("_wxDash","_long",0);
1769 SWIG_RegisterMapping("_class_wxScrolledWindow","_wxScrolledWindow",0);
1770 SWIG_RegisterMapping("_class_wxTextEntryDialog","_wxTextEntryDialog",0);
1771 SWIG_RegisterMapping("_wxKeyEvent","_class_wxKeyEvent",0);
1772 SWIG_RegisterMapping("_wxMoveEvent","_class_wxMoveEvent",0);
1773 SWIG_RegisterMapping("_wxColourData","_class_wxColourData",0);
1774 SWIG_RegisterMapping("_wxPageSetupDialogData","_class_wxPageSetupDialogData",0);
1775 SWIG_RegisterMapping("_class_wxPalette","_wxPalette",0);
1776 SWIG_RegisterMapping("_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0);
1777 SWIG_RegisterMapping("_class_wxEraseEvent","_wxEraseEvent",0);
1778 SWIG_RegisterMapping("_wxMDIClientWindow","_class_wxMDIClientWindow",0);
1779 SWIG_RegisterMapping("_class_wxFontDialog","_wxFontDialog",0);
1780 SWIG_RegisterMapping("_wxWindow","_class_wxWindow",0);
1781 SWIG_RegisterMapping("_class_wxFrame","_wxFrame",0);