]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/lseditor/gtk/lseditor.cpp
8128f38dd020823f9cdc1211946182d3fd3e8d47
[wxWidgets.git] / utils / wxPython / modules / lseditor / gtk / lseditor.cpp
1 /*
2 * FILE : gtk/lseditor.cpp
3 *
4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Patch 5)
7 *
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.
12 *
13 * Do not make changes to this file--changes will be lost!
14 *
15 */
16
17
18 #define SWIGCODE
19 /* Implementation : PYTHON */
20
21 #define SWIGPYTHON
22 #include <string.h>
23 #include <stdlib.h>
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a,b) __declspec(dllexport) a b
28 # else
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a,b) a _export b
31 # else
32 # define SWIGEXPORT(a,b) a b
33 # endif
34 # endif
35 #else
36 # define SWIGEXPORT(a,b) a b
37 #endif
38
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 #include "Python.h"
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);
48 #ifdef __cplusplus
49 }
50 #endif
51
52 #define SWIG_init initlseditorc
53
54 #define SWIG_name "lseditorc"
55
56 #include "helpers.h"
57 #include "lseditorpl.h"
58
59 static PyObject* l_output_helper(PyObject* target, PyObject* o) {
60 PyObject* o2;
61 PyObject* o3;
62 if (!target) {
63 target = o;
64 } else if (target == Py_None) {
65 Py_DECREF(Py_None);
66 target = o;
67 } else {
68 if (!PyList_Check(target)) {
69 o2 = target;
70 target = PyList_New(0);
71 PyList_Append(target, o2);
72 Py_XDECREF(o2);
73 }
74 PyList_Append(target,o);
75 Py_XDECREF(o);
76 }
77 return target;
78 }
79
80 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
81 PyObject* o2;
82 PyObject* o3;
83
84 if (!target) {
85 target = o;
86 } else if (target == Py_None) {
87 Py_DECREF(Py_None);
88 target = o;
89 } else {
90 if (!PyTuple_Check(target)) {
91 o2 = target;
92 target = PyTuple_New(1);
93 PyTuple_SetItem(target, 0, o2);
94 }
95 o3 = PyTuple_New(1);
96 PyTuple_SetItem(o3, 0, o);
97
98 o2 = target;
99 target = PySequence_Concat(o2, o3);
100 Py_DECREF(o2);
101 Py_DECREF(o3);
102 }
103 return target;
104 }
105
106
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);
115
116
117 static char* wxStringErrorMsg = "string type is required for parameter";
118
119 #ifdef SEPARATE
120 wxString wxPyEmptyStr("");
121 #endif
122 #define new_wxsLSEditorPlugin() (new wxsLSEditorPlugin())
123 static PyObject *_wrap_new_wxsLSEditorPlugin(PyObject *self, PyObject *args) {
124 PyObject * _resultobj;
125 wxsLSEditorPlugin * _result;
126 char _ptemp[128];
127
128 self = self;
129 if(!PyArg_ParseTuple(args,":new_wxsLSEditorPlugin"))
130 return NULL;
131 {
132 wxPy_BEGIN_ALLOW_THREADS;
133 _result = (wxsLSEditorPlugin *)new_wxsLSEditorPlugin();
134
135 wxPy_END_ALLOW_THREADS;
136 } SWIG_MakePtr(_ptemp, (char *) _result,"_wxsLSEditorPlugin_p");
137 _resultobj = Py_BuildValue("s",_ptemp);
138 return _resultobj;
139 }
140
141 #define delete_wxsLSEditorPlugin(_swigobj) (delete _swigobj)
142 static PyObject *_wrap_delete_wxsLSEditorPlugin(PyObject *self, PyObject *args) {
143 PyObject * _resultobj;
144 wxsLSEditorPlugin * _arg0;
145 char * _argc0 = 0;
146
147 self = self;
148 if(!PyArg_ParseTuple(args,"s:delete_wxsLSEditorPlugin",&_argc0))
149 return NULL;
150 if (_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.");
153 return NULL;
154 }
155 }
156 {
157 wxPy_BEGIN_ALLOW_THREADS;
158 delete_wxsLSEditorPlugin(_arg0);
159
160 wxPy_END_ALLOW_THREADS;
161 } Py_INCREF(Py_None);
162 _resultobj = Py_None;
163 return _resultobj;
164 }
165
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;
170 wxWindow * _arg1;
171 wxWindowID _arg2;
172 char * _argc0 = 0;
173 char * _argc1 = 0;
174
175 self = self;
176 if(!PyArg_ParseTuple(args,"ssi:wxsLSEditorPlugin_Create",&_argc0,&_argc1,&_arg2))
177 return NULL;
178 if (_argc0) {
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.");
181 return NULL;
182 }
183 }
184 if (_argc1) {
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.");
187 return NULL;
188 }
189 }
190 {
191 wxPy_BEGIN_ALLOW_THREADS;
192 wxsLSEditorPlugin_Create(_arg0,_arg1,_arg2);
193
194 wxPy_END_ALLOW_THREADS;
195 } Py_INCREF(Py_None);
196 _resultobj = Py_None;
197 return _resultobj;
198 }
199
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;
204 char * _arg1;
205 char * _argc0 = 0;
206
207 self = self;
208 if(!PyArg_ParseTuple(args,"ss:wxsLSEditorPlugin_OnOpen",&_argc0,&_arg1))
209 return NULL;
210 if (_argc0) {
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.");
213 return NULL;
214 }
215 }
216 {
217 wxPy_BEGIN_ALLOW_THREADS;
218 wxsLSEditorPlugin_OnOpen(_arg0,_arg1);
219
220 wxPy_END_ALLOW_THREADS;
221 } Py_INCREF(Py_None);
222 _resultobj = Py_None;
223 return _resultobj;
224 }
225
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;
230 char * _arg1;
231 char * _argc0 = 0;
232
233 self = self;
234 if(!PyArg_ParseTuple(args,"ss:wxsLSEditorPlugin_OnSave",&_argc0,&_arg1))
235 return NULL;
236 if (_argc0) {
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.");
239 return NULL;
240 }
241 }
242 {
243 wxPy_BEGIN_ALLOW_THREADS;
244 wxsLSEditorPlugin_OnSave(_arg0,_arg1);
245
246 wxPy_END_ALLOW_THREADS;
247 } Py_INCREF(Py_None);
248 _resultobj = Py_None;
249 return _resultobj;
250 }
251
252 #define wxsLSEditorPlugin_OnCopy(_swigobj) (_swigobj->OnCopy())
253 static PyObject *_wrap_wxsLSEditorPlugin_OnCopy(PyObject *self, PyObject *args) {
254 PyObject * _resultobj;
255 wxsLSEditorPlugin * _arg0;
256 char * _argc0 = 0;
257
258 self = self;
259 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnCopy",&_argc0))
260 return NULL;
261 if (_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.");
264 return NULL;
265 }
266 }
267 {
268 wxPy_BEGIN_ALLOW_THREADS;
269 wxsLSEditorPlugin_OnCopy(_arg0);
270
271 wxPy_END_ALLOW_THREADS;
272 } Py_INCREF(Py_None);
273 _resultobj = Py_None;
274 return _resultobj;
275 }
276
277 #define wxsLSEditorPlugin_OnCut(_swigobj) (_swigobj->OnCut())
278 static PyObject *_wrap_wxsLSEditorPlugin_OnCut(PyObject *self, PyObject *args) {
279 PyObject * _resultobj;
280 wxsLSEditorPlugin * _arg0;
281 char * _argc0 = 0;
282
283 self = self;
284 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnCut",&_argc0))
285 return NULL;
286 if (_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.");
289 return NULL;
290 }
291 }
292 {
293 wxPy_BEGIN_ALLOW_THREADS;
294 wxsLSEditorPlugin_OnCut(_arg0);
295
296 wxPy_END_ALLOW_THREADS;
297 } Py_INCREF(Py_None);
298 _resultobj = Py_None;
299 return _resultobj;
300 }
301
302 #define wxsLSEditorPlugin_OnPaste(_swigobj) (_swigobj->OnPaste())
303 static PyObject *_wrap_wxsLSEditorPlugin_OnPaste(PyObject *self, PyObject *args) {
304 PyObject * _resultobj;
305 wxsLSEditorPlugin * _arg0;
306 char * _argc0 = 0;
307
308 self = self;
309 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnPaste",&_argc0))
310 return NULL;
311 if (_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.");
314 return NULL;
315 }
316 }
317 {
318 wxPy_BEGIN_ALLOW_THREADS;
319 wxsLSEditorPlugin_OnPaste(_arg0);
320
321 wxPy_END_ALLOW_THREADS;
322 } Py_INCREF(Py_None);
323 _resultobj = Py_None;
324 return _resultobj;
325 }
326
327 #define wxsLSEditorPlugin_OnDelete(_swigobj) (_swigobj->OnDelete())
328 static PyObject *_wrap_wxsLSEditorPlugin_OnDelete(PyObject *self, PyObject *args) {
329 PyObject * _resultobj;
330 wxsLSEditorPlugin * _arg0;
331 char * _argc0 = 0;
332
333 self = self;
334 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnDelete",&_argc0))
335 return NULL;
336 if (_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.");
339 return NULL;
340 }
341 }
342 {
343 wxPy_BEGIN_ALLOW_THREADS;
344 wxsLSEditorPlugin_OnDelete(_arg0);
345
346 wxPy_END_ALLOW_THREADS;
347 } Py_INCREF(Py_None);
348 _resultobj = Py_None;
349 return _resultobj;
350 }
351
352 #define wxsLSEditorPlugin_OnUndo(_swigobj) (_swigobj->OnUndo())
353 static PyObject *_wrap_wxsLSEditorPlugin_OnUndo(PyObject *self, PyObject *args) {
354 PyObject * _resultobj;
355 wxsLSEditorPlugin * _arg0;
356 char * _argc0 = 0;
357
358 self = self;
359 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnUndo",&_argc0))
360 return NULL;
361 if (_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.");
364 return NULL;
365 }
366 }
367 {
368 wxPy_BEGIN_ALLOW_THREADS;
369 wxsLSEditorPlugin_OnUndo(_arg0);
370
371 wxPy_END_ALLOW_THREADS;
372 } Py_INCREF(Py_None);
373 _resultobj = Py_None;
374 return _resultobj;
375 }
376
377 #define wxsLSEditorPlugin_OnRedo(_swigobj) (_swigobj->OnRedo())
378 static PyObject *_wrap_wxsLSEditorPlugin_OnRedo(PyObject *self, PyObject *args) {
379 PyObject * _resultobj;
380 wxsLSEditorPlugin * _arg0;
381 char * _argc0 = 0;
382
383 self = self;
384 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnRedo",&_argc0))
385 return NULL;
386 if (_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.");
389 return NULL;
390 }
391 }
392 {
393 wxPy_BEGIN_ALLOW_THREADS;
394 wxsLSEditorPlugin_OnRedo(_arg0);
395
396 wxPy_END_ALLOW_THREADS;
397 } Py_INCREF(Py_None);
398 _resultobj = Py_None;
399 return _resultobj;
400 }
401
402 #define wxsLSEditorPlugin_SelectAll(_swigobj) (_swigobj->SelectAll())
403 static PyObject *_wrap_wxsLSEditorPlugin_SelectAll(PyObject *self, PyObject *args) {
404 PyObject * _resultobj;
405 wxsLSEditorPlugin * _arg0;
406 char * _argc0 = 0;
407
408 self = self;
409 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_SelectAll",&_argc0))
410 return NULL;
411 if (_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.");
414 return NULL;
415 }
416 }
417 {
418 wxPy_BEGIN_ALLOW_THREADS;
419 wxsLSEditorPlugin_SelectAll(_arg0);
420
421 wxPy_END_ALLOW_THREADS;
422 } Py_INCREF(Py_None);
423 _resultobj = Py_None;
424 return _resultobj;
425 }
426
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;
431 int _arg1;
432 int _arg2 = 0;
433 char * _argc0 = 0;
434
435 self = self;
436 if(!PyArg_ParseTuple(args,"si|i:wxsLSEditorPlugin_OnGotoLine",&_argc0,&_arg1,&_arg2))
437 return NULL;
438 if (_argc0) {
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.");
441 return NULL;
442 }
443 }
444 {
445 wxPy_BEGIN_ALLOW_THREADS;
446 wxsLSEditorPlugin_OnGotoLine(_arg0,_arg1,_arg2);
447
448 wxPy_END_ALLOW_THREADS;
449 } Py_INCREF(Py_None);
450 _resultobj = Py_None;
451 return _resultobj;
452 }
453
454 #define wxsLSEditorPlugin_OnProperties(_swigobj) (_swigobj->OnProperties())
455 static PyObject *_wrap_wxsLSEditorPlugin_OnProperties(PyObject *self, PyObject *args) {
456 PyObject * _resultobj;
457 wxsLSEditorPlugin * _arg0;
458 char * _argc0 = 0;
459
460 self = self;
461 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnProperties",&_argc0))
462 return NULL;
463 if (_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.");
466 return NULL;
467 }
468 }
469 {
470 wxPy_BEGIN_ALLOW_THREADS;
471 wxsLSEditorPlugin_OnProperties(_arg0);
472
473 wxPy_END_ALLOW_THREADS;
474 } Py_INCREF(Py_None);
475 _resultobj = Py_None;
476 return _resultobj;
477 }
478
479 #define wxsLSEditorPlugin_OnFind(_swigobj) (_swigobj->OnFind())
480 static PyObject *_wrap_wxsLSEditorPlugin_OnFind(PyObject *self, PyObject *args) {
481 PyObject * _resultobj;
482 wxsLSEditorPlugin * _arg0;
483 char * _argc0 = 0;
484
485 self = self;
486 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnFind",&_argc0))
487 return NULL;
488 if (_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.");
491 return NULL;
492 }
493 }
494 {
495 wxPy_BEGIN_ALLOW_THREADS;
496 wxsLSEditorPlugin_OnFind(_arg0);
497
498 wxPy_END_ALLOW_THREADS;
499 } Py_INCREF(Py_None);
500 _resultobj = Py_None;
501 return _resultobj;
502 }
503
504 #define wxsLSEditorPlugin_OnFindNext(_swigobj) (_swigobj->OnFindNext())
505 static PyObject *_wrap_wxsLSEditorPlugin_OnFindNext(PyObject *self, PyObject *args) {
506 PyObject * _resultobj;
507 wxsLSEditorPlugin * _arg0;
508 char * _argc0 = 0;
509
510 self = self;
511 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnFindNext",&_argc0))
512 return NULL;
513 if (_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.");
516 return NULL;
517 }
518 }
519 {
520 wxPy_BEGIN_ALLOW_THREADS;
521 wxsLSEditorPlugin_OnFindNext(_arg0);
522
523 wxPy_END_ALLOW_THREADS;
524 } Py_INCREF(Py_None);
525 _resultobj = Py_None;
526 return _resultobj;
527 }
528
529 #define wxsLSEditorPlugin_OnFindPrevious(_swigobj) (_swigobj->OnFindPrevious())
530 static PyObject *_wrap_wxsLSEditorPlugin_OnFindPrevious(PyObject *self, PyObject *args) {
531 PyObject * _resultobj;
532 wxsLSEditorPlugin * _arg0;
533 char * _argc0 = 0;
534
535 self = self;
536 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnFindPrevious",&_argc0))
537 return NULL;
538 if (_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.");
541 return NULL;
542 }
543 }
544 {
545 wxPy_BEGIN_ALLOW_THREADS;
546 wxsLSEditorPlugin_OnFindPrevious(_arg0);
547
548 wxPy_END_ALLOW_THREADS;
549 } Py_INCREF(Py_None);
550 _resultobj = Py_None;
551 return _resultobj;
552 }
553
554 #define wxsLSEditorPlugin_OnReplace(_swigobj) (_swigobj->OnReplace())
555 static PyObject *_wrap_wxsLSEditorPlugin_OnReplace(PyObject *self, PyObject *args) {
556 PyObject * _resultobj;
557 wxsLSEditorPlugin * _arg0;
558 char * _argc0 = 0;
559
560 self = self;
561 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnReplace",&_argc0))
562 return NULL;
563 if (_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.");
566 return NULL;
567 }
568 }
569 {
570 wxPy_BEGIN_ALLOW_THREADS;
571 wxsLSEditorPlugin_OnReplace(_arg0);
572
573 wxPy_END_ALLOW_THREADS;
574 } Py_INCREF(Py_None);
575 _resultobj = Py_None;
576 return _resultobj;
577 }
578
579 #define wxsLSEditorPlugin_OnToggleBookmark(_swigobj) (_swigobj->OnToggleBookmark())
580 static PyObject *_wrap_wxsLSEditorPlugin_OnToggleBookmark(PyObject *self, PyObject *args) {
581 PyObject * _resultobj;
582 wxsLSEditorPlugin * _arg0;
583 char * _argc0 = 0;
584
585 self = self;
586 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnToggleBookmark",&_argc0))
587 return NULL;
588 if (_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.");
591 return NULL;
592 }
593 }
594 {
595 wxPy_BEGIN_ALLOW_THREADS;
596 wxsLSEditorPlugin_OnToggleBookmark(_arg0);
597
598 wxPy_END_ALLOW_THREADS;
599 } Py_INCREF(Py_None);
600 _resultobj = Py_None;
601 return _resultobj;
602 }
603
604 #define wxsLSEditorPlugin_OnNextBookmark(_swigobj) (_swigobj->OnNextBookmark())
605 static PyObject *_wrap_wxsLSEditorPlugin_OnNextBookmark(PyObject *self, PyObject *args) {
606 PyObject * _resultobj;
607 wxsLSEditorPlugin * _arg0;
608 char * _argc0 = 0;
609
610 self = self;
611 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnNextBookmark",&_argc0))
612 return NULL;
613 if (_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.");
616 return NULL;
617 }
618 }
619 {
620 wxPy_BEGIN_ALLOW_THREADS;
621 wxsLSEditorPlugin_OnNextBookmark(_arg0);
622
623 wxPy_END_ALLOW_THREADS;
624 } Py_INCREF(Py_None);
625 _resultobj = Py_None;
626 return _resultobj;
627 }
628
629 #define wxsLSEditorPlugin_OnPreviousBookmark(_swigobj) (_swigobj->OnPreviousBookmark())
630 static PyObject *_wrap_wxsLSEditorPlugin_OnPreviousBookmark(PyObject *self, PyObject *args) {
631 PyObject * _resultobj;
632 wxsLSEditorPlugin * _arg0;
633 char * _argc0 = 0;
634
635 self = self;
636 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnPreviousBookmark",&_argc0))
637 return NULL;
638 if (_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.");
641 return NULL;
642 }
643 }
644 {
645 wxPy_BEGIN_ALLOW_THREADS;
646 wxsLSEditorPlugin_OnPreviousBookmark(_arg0);
647
648 wxPy_END_ALLOW_THREADS;
649 } Py_INCREF(Py_None);
650 _resultobj = Py_None;
651 return _resultobj;
652 }
653
654 #define wxsLSEditorPlugin_OnShowBookmarks(_swigobj) (_swigobj->OnShowBookmarks())
655 static PyObject *_wrap_wxsLSEditorPlugin_OnShowBookmarks(PyObject *self, PyObject *args) {
656 PyObject * _resultobj;
657 wxsLSEditorPlugin * _arg0;
658 char * _argc0 = 0;
659
660 self = self;
661 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_OnShowBookmarks",&_argc0))
662 return NULL;
663 if (_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.");
666 return NULL;
667 }
668 }
669 {
670 wxPy_BEGIN_ALLOW_THREADS;
671 wxsLSEditorPlugin_OnShowBookmarks(_arg0);
672
673 wxPy_END_ALLOW_THREADS;
674 } Py_INCREF(Py_None);
675 _resultobj = Py_None;
676 return _resultobj;
677 }
678
679 #define wxsLSEditorPlugin_SetCheckpoint(_swigobj) (_swigobj->SetCheckpoint())
680 static PyObject *_wrap_wxsLSEditorPlugin_SetCheckpoint(PyObject *self, PyObject *args) {
681 PyObject * _resultobj;
682 wxsLSEditorPlugin * _arg0;
683 char * _argc0 = 0;
684
685 self = self;
686 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_SetCheckpoint",&_argc0))
687 return NULL;
688 if (_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.");
691 return NULL;
692 }
693 }
694 {
695 wxPy_BEGIN_ALLOW_THREADS;
696 wxsLSEditorPlugin_SetCheckpoint(_arg0);
697
698 wxPy_END_ALLOW_THREADS;
699 } Py_INCREF(Py_None);
700 _resultobj = Py_None;
701 return _resultobj;
702 }
703
704 #define wxsLSEditorPlugin_CheckpointModified(_swigobj) (_swigobj->CheckpointModified())
705 static PyObject *_wrap_wxsLSEditorPlugin_CheckpointModified(PyObject *self, PyObject *args) {
706 PyObject * _resultobj;
707 bool _result;
708 wxsLSEditorPlugin * _arg0;
709 char * _argc0 = 0;
710
711 self = self;
712 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_CheckpointModified",&_argc0))
713 return NULL;
714 if (_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.");
717 return NULL;
718 }
719 }
720 {
721 wxPy_BEGIN_ALLOW_THREADS;
722 _result = (bool )wxsLSEditorPlugin_CheckpointModified(_arg0);
723
724 wxPy_END_ALLOW_THREADS;
725 } _resultobj = Py_BuildValue("i",_result);
726 return _resultobj;
727 }
728
729 #define wxsLSEditorPlugin_CanCopy(_swigobj) (_swigobj->CanCopy())
730 static PyObject *_wrap_wxsLSEditorPlugin_CanCopy(PyObject *self, PyObject *args) {
731 PyObject * _resultobj;
732 bool _result;
733 wxsLSEditorPlugin * _arg0;
734 char * _argc0 = 0;
735
736 self = self;
737 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_CanCopy",&_argc0))
738 return NULL;
739 if (_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.");
742 return NULL;
743 }
744 }
745 {
746 wxPy_BEGIN_ALLOW_THREADS;
747 _result = (bool )wxsLSEditorPlugin_CanCopy(_arg0);
748
749 wxPy_END_ALLOW_THREADS;
750 } _resultobj = Py_BuildValue("i",_result);
751 return _resultobj;
752 }
753
754 #define wxsLSEditorPlugin_CanCut(_swigobj) (_swigobj->CanCut())
755 static PyObject *_wrap_wxsLSEditorPlugin_CanCut(PyObject *self, PyObject *args) {
756 PyObject * _resultobj;
757 bool _result;
758 wxsLSEditorPlugin * _arg0;
759 char * _argc0 = 0;
760
761 self = self;
762 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_CanCut",&_argc0))
763 return NULL;
764 if (_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.");
767 return NULL;
768 }
769 }
770 {
771 wxPy_BEGIN_ALLOW_THREADS;
772 _result = (bool )wxsLSEditorPlugin_CanCut(_arg0);
773
774 wxPy_END_ALLOW_THREADS;
775 } _resultobj = Py_BuildValue("i",_result);
776 return _resultobj;
777 }
778
779 #define wxsLSEditorPlugin_CanPaste(_swigobj) (_swigobj->CanPaste())
780 static PyObject *_wrap_wxsLSEditorPlugin_CanPaste(PyObject *self, PyObject *args) {
781 PyObject * _resultobj;
782 bool _result;
783 wxsLSEditorPlugin * _arg0;
784 char * _argc0 = 0;
785
786 self = self;
787 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_CanPaste",&_argc0))
788 return NULL;
789 if (_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.");
792 return NULL;
793 }
794 }
795 {
796 wxPy_BEGIN_ALLOW_THREADS;
797 _result = (bool )wxsLSEditorPlugin_CanPaste(_arg0);
798
799 wxPy_END_ALLOW_THREADS;
800 } _resultobj = Py_BuildValue("i",_result);
801 return _resultobj;
802 }
803
804 #define wxsLSEditorPlugin_CanUndo(_swigobj) (_swigobj->CanUndo())
805 static PyObject *_wrap_wxsLSEditorPlugin_CanUndo(PyObject *self, PyObject *args) {
806 PyObject * _resultobj;
807 bool _result;
808 wxsLSEditorPlugin * _arg0;
809 char * _argc0 = 0;
810
811 self = self;
812 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_CanUndo",&_argc0))
813 return NULL;
814 if (_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.");
817 return NULL;
818 }
819 }
820 {
821 wxPy_BEGIN_ALLOW_THREADS;
822 _result = (bool )wxsLSEditorPlugin_CanUndo(_arg0);
823
824 wxPy_END_ALLOW_THREADS;
825 } _resultobj = Py_BuildValue("i",_result);
826 return _resultobj;
827 }
828
829 #define wxsLSEditorPlugin_CanRedo(_swigobj) (_swigobj->CanRedo())
830 static PyObject *_wrap_wxsLSEditorPlugin_CanRedo(PyObject *self, PyObject *args) {
831 PyObject * _resultobj;
832 bool _result;
833 wxsLSEditorPlugin * _arg0;
834 char * _argc0 = 0;
835
836 self = self;
837 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_CanRedo",&_argc0))
838 return NULL;
839 if (_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.");
842 return NULL;
843 }
844 }
845 {
846 wxPy_BEGIN_ALLOW_THREADS;
847 _result = (bool )wxsLSEditorPlugin_CanRedo(_arg0);
848
849 wxPy_END_ALLOW_THREADS;
850 } _resultobj = Py_BuildValue("i",_result);
851 return _resultobj;
852 }
853
854 #define wxsLSEditorPlugin_GetName(_swigobj) (_swigobj->GetName())
855 static PyObject *_wrap_wxsLSEditorPlugin_GetName(PyObject *self, PyObject *args) {
856 PyObject * _resultobj;
857 string * _result;
858 wxsLSEditorPlugin * _arg0;
859 char * _argc0 = 0;
860 char _ptemp[128];
861
862 self = self;
863 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_GetName",&_argc0))
864 return NULL;
865 if (_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.");
868 return NULL;
869 }
870 }
871 {
872 wxPy_BEGIN_ALLOW_THREADS;
873 _result = new string (wxsLSEditorPlugin_GetName(_arg0));
874
875 wxPy_END_ALLOW_THREADS;
876 } SWIG_MakePtr(_ptemp, (void *) _result,"_string_p");
877 _resultobj = Py_BuildValue("s",_ptemp);
878 return _resultobj;
879 }
880
881 #define wxsLSEditorPlugin_IsModified(_swigobj) (_swigobj->IsModified())
882 static PyObject *_wrap_wxsLSEditorPlugin_IsModified(PyObject *self, PyObject *args) {
883 PyObject * _resultobj;
884 bool _result;
885 wxsLSEditorPlugin * _arg0;
886 char * _argc0 = 0;
887
888 self = self;
889 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_IsModified",&_argc0))
890 return NULL;
891 if (_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.");
894 return NULL;
895 }
896 }
897 {
898 wxPy_BEGIN_ALLOW_THREADS;
899 _result = (bool )wxsLSEditorPlugin_IsModified(_arg0);
900
901 wxPy_END_ALLOW_THREADS;
902 } _resultobj = Py_BuildValue("i",_result);
903 return _resultobj;
904 }
905
906 #define wxsLSEditorPlugin_GetWindow(_swigobj) (_swigobj->GetWindow())
907 static PyObject *_wrap_wxsLSEditorPlugin_GetWindow(PyObject *self, PyObject *args) {
908 PyObject * _resultobj;
909 wxWindow * _result;
910 wxsLSEditorPlugin * _arg0;
911 char * _argc0 = 0;
912 char _ptemp[128];
913
914 self = self;
915 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_GetWindow",&_argc0))
916 return NULL;
917 if (_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.");
920 return NULL;
921 }
922 }
923 {
924 wxPy_BEGIN_ALLOW_THREADS;
925 _result = (wxWindow *)wxsLSEditorPlugin_GetWindow(_arg0);
926
927 wxPy_END_ALLOW_THREADS;
928 } SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindow_p");
929 _resultobj = Py_BuildValue("s",_ptemp);
930 return _resultobj;
931 }
932
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;
937 char * _arg1;
938 char * _argc0 = 0;
939
940 self = self;
941 if(!PyArg_ParseTuple(args,"ss:wxsLSEditorPlugin_SetFileName",&_argc0,&_arg1))
942 return NULL;
943 if (_argc0) {
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.");
946 return NULL;
947 }
948 }
949 {
950 wxPy_BEGIN_ALLOW_THREADS;
951 wxsLSEditorPlugin_SetFileName(_arg0,_arg1);
952
953 wxPy_END_ALLOW_THREADS;
954 } Py_INCREF(Py_None);
955 _resultobj = Py_None;
956 return _resultobj;
957 }
958
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;
963 bool _arg1;
964 char * _argc0 = 0;
965 int tempbool1;
966
967 self = self;
968 if(!PyArg_ParseTuple(args,"si:wxsLSEditorPlugin_HoldCursor",&_argc0,&tempbool1))
969 return NULL;
970 if (_argc0) {
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.");
973 return NULL;
974 }
975 }
976 _arg1 = (bool ) tempbool1;
977 {
978 wxPy_BEGIN_ALLOW_THREADS;
979 wxsLSEditorPlugin_HoldCursor(_arg0,_arg1);
980
981 wxPy_END_ALLOW_THREADS;
982 } Py_INCREF(Py_None);
983 _resultobj = Py_None;
984 return _resultobj;
985 }
986
987 #define wxsLSEditorPlugin_FindWordAtCursor(_swigobj) (_swigobj->FindWordAtCursor())
988 static PyObject *_wrap_wxsLSEditorPlugin_FindWordAtCursor(PyObject *self, PyObject *args) {
989 PyObject * _resultobj;
990 string * _result;
991 wxsLSEditorPlugin * _arg0;
992 char * _argc0 = 0;
993 char _ptemp[128];
994
995 self = self;
996 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_FindWordAtCursor",&_argc0))
997 return NULL;
998 if (_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.");
1001 return NULL;
1002 }
1003 }
1004 {
1005 wxPy_BEGIN_ALLOW_THREADS;
1006 _result = new string (wxsLSEditorPlugin_FindWordAtCursor(_arg0));
1007
1008 wxPy_END_ALLOW_THREADS;
1009 } SWIG_MakePtr(_ptemp, (void *) _result,"_string_p");
1010 _resultobj = Py_BuildValue("s",_ptemp);
1011 return _resultobj;
1012 }
1013
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;
1018 int * _arg1;
1019 int * _arg2;
1020 char * _argc0 = 0;
1021 char * _argc1 = 0;
1022 char * _argc2 = 0;
1023
1024 self = self;
1025 if(!PyArg_ParseTuple(args,"sss:wxsLSEditorPlugin_GetCursorPos",&_argc0,&_argc1,&_argc2))
1026 return NULL;
1027 if (_argc0) {
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.");
1030 return NULL;
1031 }
1032 }
1033 if (_argc1) {
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.");
1036 return NULL;
1037 }
1038 }
1039 if (_argc2) {
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.");
1042 return NULL;
1043 }
1044 }
1045 {
1046 wxPy_BEGIN_ALLOW_THREADS;
1047 wxsLSEditorPlugin_GetCursorPos(_arg0,_arg1,_arg2);
1048
1049 wxPy_END_ALLOW_THREADS;
1050 } Py_INCREF(Py_None);
1051 _resultobj = Py_None;
1052 return _resultobj;
1053 }
1054
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;
1059 int _arg1;
1060 int _arg2;
1061 char * _argc0 = 0;
1062
1063 self = self;
1064 if(!PyArg_ParseTuple(args,"sii:wxsLSEditorPlugin_SetCursorPos",&_argc0,&_arg1,&_arg2))
1065 return NULL;
1066 if (_argc0) {
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.");
1069 return NULL;
1070 }
1071 }
1072 {
1073 wxPy_BEGIN_ALLOW_THREADS;
1074 wxsLSEditorPlugin_SetCursorPos(_arg0,_arg1,_arg2);
1075
1076 wxPy_END_ALLOW_THREADS;
1077 } Py_INCREF(Py_None);
1078 _resultobj = Py_None;
1079 return _resultobj;
1080 }
1081
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;
1086 int * _arg1;
1087 int * _arg2;
1088 char * _argc0 = 0;
1089 char * _argc1 = 0;
1090 char * _argc2 = 0;
1091
1092 self = self;
1093 if(!PyArg_ParseTuple(args,"sss:wxsLSEditorPlugin_GetPagePos",&_argc0,&_argc1,&_argc2))
1094 return NULL;
1095 if (_argc0) {
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.");
1098 return NULL;
1099 }
1100 }
1101 if (_argc1) {
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.");
1104 return NULL;
1105 }
1106 }
1107 if (_argc2) {
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.");
1110 return NULL;
1111 }
1112 }
1113 {
1114 wxPy_BEGIN_ALLOW_THREADS;
1115 wxsLSEditorPlugin_GetPagePos(_arg0,_arg1,_arg2);
1116
1117 wxPy_END_ALLOW_THREADS;
1118 } Py_INCREF(Py_None);
1119 _resultobj = Py_None;
1120 return _resultobj;
1121 }
1122
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;
1127 int _arg1;
1128 int _arg2;
1129 int _arg3;
1130 int _arg4;
1131 char ** _arg5;
1132 size_t * _arg6;
1133 char * _argc0 = 0;
1134 char * _argc5 = 0;
1135 char * _argc6 = 0;
1136
1137 self = self;
1138 if(!PyArg_ParseTuple(args,"siiiiss:wxsLSEditorPlugin_GetText",&_argc0,&_arg1,&_arg2,&_arg3,&_arg4,&_argc5,&_argc6))
1139 return NULL;
1140 if (_argc0) {
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.");
1143 return NULL;
1144 }
1145 }
1146 if (_argc5) {
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.");
1149 return NULL;
1150 }
1151 }
1152 if (_argc6) {
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.");
1155 return NULL;
1156 }
1157 }
1158 {
1159 wxPy_BEGIN_ALLOW_THREADS;
1160 wxsLSEditorPlugin_GetText(_arg0,_arg1,_arg2,_arg3,_arg4,_arg5,_arg6);
1161
1162 wxPy_END_ALLOW_THREADS;
1163 } Py_INCREF(Py_None);
1164 _resultobj = Py_None;
1165 return _resultobj;
1166 }
1167
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;
1172 int _arg1;
1173 int _arg2;
1174 char * _arg3;
1175 size_t _arg4;
1176 char * _argc0 = 0;
1177
1178 self = self;
1179 if(!PyArg_ParseTuple(args,"siisi:wxsLSEditorPlugin_InsertText",&_argc0,&_arg1,&_arg2,&_arg3,&_arg4))
1180 return NULL;
1181 if (_argc0) {
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.");
1184 return NULL;
1185 }
1186 }
1187 {
1188 wxPy_BEGIN_ALLOW_THREADS;
1189 wxsLSEditorPlugin_InsertText(_arg0,_arg1,_arg2,_arg3,_arg4);
1190
1191 wxPy_END_ALLOW_THREADS;
1192 } Py_INCREF(Py_None);
1193 _resultobj = Py_None;
1194 return _resultobj;
1195 }
1196
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;
1201 int _arg1;
1202 int _arg2;
1203 int _arg3;
1204 int _arg4;
1205 char * _argc0 = 0;
1206
1207 self = self;
1208 if(!PyArg_ParseTuple(args,"siiii:wxsLSEditorPlugin_DeleteText",&_argc0,&_arg1,&_arg2,&_arg3,&_arg4))
1209 return NULL;
1210 if (_argc0) {
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.");
1213 return NULL;
1214 }
1215 }
1216 {
1217 wxPy_BEGIN_ALLOW_THREADS;
1218 wxsLSEditorPlugin_DeleteText(_arg0,_arg1,_arg2,_arg3,_arg4);
1219
1220 wxPy_END_ALLOW_THREADS;
1221 } Py_INCREF(Py_None);
1222 _resultobj = Py_None;
1223 return _resultobj;
1224 }
1225
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;
1230 int _arg1;
1231 int _arg2;
1232 int * _arg3;
1233 int * _arg4;
1234 char * _argc0 = 0;
1235 char * _argc3 = 0;
1236 char * _argc4 = 0;
1237
1238 self = self;
1239 if(!PyArg_ParseTuple(args,"siiss:wxsLSEditorPlugin_PositionToXY",&_argc0,&_arg1,&_arg2,&_argc3,&_argc4))
1240 return NULL;
1241 if (_argc0) {
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.");
1244 return NULL;
1245 }
1246 }
1247 if (_argc3) {
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.");
1250 return NULL;
1251 }
1252 }
1253 if (_argc4) {
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.");
1256 return NULL;
1257 }
1258 }
1259 {
1260 wxPy_BEGIN_ALLOW_THREADS;
1261 wxsLSEditorPlugin_PositionToXY(_arg0,_arg1,_arg2,_arg3,_arg4);
1262
1263 wxPy_END_ALLOW_THREADS;
1264 } Py_INCREF(Py_None);
1265 _resultobj = Py_None;
1266 return _resultobj;
1267 }
1268
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;
1273 int * _arg1;
1274 int * _arg2;
1275 int * _arg3;
1276 int * _arg4;
1277 char * _argc0 = 0;
1278 char * _argc1 = 0;
1279 char * _argc2 = 0;
1280 char * _argc3 = 0;
1281 char * _argc4 = 0;
1282
1283 self = self;
1284 if(!PyArg_ParseTuple(args,"sssss:wxsLSEditorPlugin_GetSelectionRange",&_argc0,&_argc1,&_argc2,&_argc3,&_argc4))
1285 return NULL;
1286 if (_argc0) {
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.");
1289 return NULL;
1290 }
1291 }
1292 if (_argc1) {
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.");
1295 return NULL;
1296 }
1297 }
1298 if (_argc2) {
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.");
1301 return NULL;
1302 }
1303 }
1304 if (_argc3) {
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.");
1307 return NULL;
1308 }
1309 }
1310 if (_argc4) {
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.");
1313 return NULL;
1314 }
1315 }
1316 {
1317 wxPy_BEGIN_ALLOW_THREADS;
1318 wxsLSEditorPlugin_GetSelectionRange(_arg0,_arg1,_arg2,_arg3,_arg4);
1319
1320 wxPy_END_ALLOW_THREADS;
1321 } Py_INCREF(Py_None);
1322 _resultobj = Py_None;
1323 return _resultobj;
1324 }
1325
1326 #define wxsLSEditorPlugin_GetCharacterSize(_swigobj) (_swigobj->GetCharacterSize())
1327 static PyObject *_wrap_wxsLSEditorPlugin_GetCharacterSize(PyObject *self, PyObject *args) {
1328 PyObject * _resultobj;
1329 wxSize * _result;
1330 wxsLSEditorPlugin * _arg0;
1331 char * _argc0 = 0;
1332 char _ptemp[128];
1333
1334 self = self;
1335 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_GetCharacterSize",&_argc0))
1336 return NULL;
1337 if (_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.");
1340 return NULL;
1341 }
1342 }
1343 {
1344 wxPy_BEGIN_ALLOW_THREADS;
1345 _result = new wxSize (wxsLSEditorPlugin_GetCharacterSize(_arg0));
1346
1347 wxPy_END_ALLOW_THREADS;
1348 } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p");
1349 _resultobj = Py_BuildValue("s",_ptemp);
1350 return _resultobj;
1351 }
1352
1353 #define wxsLSEditorPlugin_IsUnixText(_swigobj) (_swigobj->IsUnixText())
1354 static PyObject *_wrap_wxsLSEditorPlugin_IsUnixText(PyObject *self, PyObject *args) {
1355 PyObject * _resultobj;
1356 bool _result;
1357 wxsLSEditorPlugin * _arg0;
1358 char * _argc0 = 0;
1359
1360 self = self;
1361 if(!PyArg_ParseTuple(args,"s:wxsLSEditorPlugin_IsUnixText",&_argc0))
1362 return NULL;
1363 if (_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.");
1366 return NULL;
1367 }
1368 }
1369 {
1370 wxPy_BEGIN_ALLOW_THREADS;
1371 _result = (bool )wxsLSEditorPlugin_IsUnixText(_arg0);
1372
1373 wxPy_END_ALLOW_THREADS;
1374 } _resultobj = Py_BuildValue("i",_result);
1375 return _resultobj;
1376 }
1377
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 },
1424 { NULL, NULL }
1425 };
1426 static PyObject *SWIG_globals;
1427 #ifdef __cplusplus
1428 extern "C"
1429 #endif
1430 SWIGEXPORT(void,initlseditorc)() {
1431 PyObject *m, *d;
1432 SWIG_globals = SWIG_newvarlink();
1433 m = Py_InitModule("lseditorc", lseditorcMethods);
1434 d = PyModule_GetDict(m);
1435
1436
1437 wxClassInfo::CleanUpClasses();
1438 wxClassInfo::InitializeClasses();
1439
1440 /*
1441 * These are the pointer type-equivalency mappings.
1442 * (Used by the SWIG pointer type-checker).
1443 */
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);
1782 }