]>
Commit | Line | Data |
---|---|---|
2f90df85 | 1 | /* |
c368d904 | 2 | * FILE : src/msw/htmlhelp.cpp |
2f90df85 RD |
3 | * |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
185d7c3e | 6 | * Version 1.1 (Build 883) |
2f90df85 RD |
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) __declspec(dllexport) a | |
28 | # else | |
29 | # if defined(__BORLANDC__) | |
c368d904 | 30 | # define SWIGEXPORT(a) a _export |
2f90df85 | 31 | # else |
c368d904 | 32 | # define SWIGEXPORT(a) a |
2f90df85 RD |
33 | # endif |
34 | # endif | |
35 | #else | |
c368d904 | 36 | # define SWIGEXPORT(a) a |
2f90df85 RD |
37 | #endif |
38 | ||
c368d904 RD |
39 | #include "Python.h" |
40 | ||
2f90df85 RD |
41 | #ifdef __cplusplus |
42 | extern "C" { | |
43 | #endif | |
185d7c3e | 44 | |
2f90df85 RD |
45 | extern void SWIG_MakePtr(char *, void *, char *); |
46 | extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); | |
47 | extern char *SWIG_GetPtr(char *, void **, char *); | |
48 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); | |
49 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); | |
50 | extern PyObject *SWIG_newvarlink(void); | |
51 | #ifdef __cplusplus | |
52 | } | |
53 | #endif | |
54 | #define SWIG_init inithtmlhelpc | |
55 | ||
56 | #define SWIG_name "htmlhelpc" | |
57 | ||
1e7ecb7b | 58 | #include "export.h" |
2f90df85 RD |
59 | #include <wx/html/htmlwin.h> |
60 | #include <wx/html/helpctrl.h> | |
61 | #include <wx/image.h> | |
62 | #include <wx/fs_zip.h> | |
63 | #include <wx/fs_inet.h> | |
64 | #include <wx/wfstream.h> | |
65 | ||
66 | static PyObject* l_output_helper(PyObject* target, PyObject* o) { | |
67 | PyObject* o2; | |
e0672e2f | 68 | if (!target) { |
2f90df85 | 69 | target = o; |
e0672e2f | 70 | } else if (target == Py_None) { |
2f90df85 RD |
71 | Py_DECREF(Py_None); |
72 | target = o; | |
e0672e2f | 73 | } else { |
2f90df85 RD |
74 | if (!PyList_Check(target)) { |
75 | o2 = target; | |
76 | target = PyList_New(0); | |
77 | PyList_Append(target, o2); | |
78 | Py_XDECREF(o2); | |
79 | } | |
80 | PyList_Append(target,o); | |
81 | Py_XDECREF(o); | |
82 | } | |
83 | return target; | |
84 | } | |
85 | ||
86 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
87 | PyObject* o2; | |
88 | PyObject* o3; | |
89 | ||
e0672e2f | 90 | if (!target) { |
2f90df85 | 91 | target = o; |
e0672e2f | 92 | } else if (target == Py_None) { |
2f90df85 RD |
93 | Py_DECREF(Py_None); |
94 | target = o; | |
e0672e2f | 95 | } else { |
2f90df85 RD |
96 | if (!PyTuple_Check(target)) { |
97 | o2 = target; | |
98 | target = PyTuple_New(1); | |
99 | PyTuple_SetItem(target, 0, o2); | |
100 | } | |
e0672e2f RD |
101 | o3 = PyTuple_New(1); |
102 | PyTuple_SetItem(o3, 0, o); | |
2f90df85 RD |
103 | |
104 | o2 = target; | |
e0672e2f RD |
105 | target = PySequence_Concat(o2, o3); |
106 | Py_DECREF(o2); | |
2f90df85 RD |
107 | Py_DECREF(o3); |
108 | } | |
109 | return target; | |
110 | } | |
111 | ||
794c5cb1 RD |
112 | #if PYTHON_API_VERSION >= 1009 |
113 | static char* wxStringErrorMsg = "String or Unicode type required"; | |
114 | #else | |
115 | static char* wxStringErrorMsg = "string type is required for parameter"; | |
116 | #endif | |
2f90df85 RD |
117 | #ifdef __cplusplus |
118 | extern "C" { | |
119 | #endif | |
120 | #define new_wxHtmlHelpFrameCfg() (new wxHtmlHelpFrameCfg()) | |
121 | static PyObject *_wrap_new_wxHtmlHelpFrameCfg(PyObject *self, PyObject *args, PyObject *kwargs) { | |
122 | PyObject * _resultobj; | |
123 | wxHtmlHelpFrameCfg * _result; | |
124 | char *_kwnames[] = { NULL }; | |
125 | char _ptemp[128]; | |
126 | ||
127 | self = self; | |
128 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxHtmlHelpFrameCfg",_kwnames)) | |
129 | return NULL; | |
130 | { | |
131 | wxPy_BEGIN_ALLOW_THREADS; | |
132 | _result = (wxHtmlHelpFrameCfg *)new_wxHtmlHelpFrameCfg(); | |
133 | ||
134 | wxPy_END_ALLOW_THREADS; | |
135 | } if (_result) { | |
136 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlHelpFrameCfg_p"); | |
137 | _resultobj = Py_BuildValue("s",_ptemp); | |
138 | } else { | |
139 | Py_INCREF(Py_None); | |
140 | _resultobj = Py_None; | |
141 | } | |
142 | return _resultobj; | |
143 | } | |
144 | ||
145 | #define wxHtmlHelpFrameCfg_x_set(_swigobj,_swigval) (_swigobj->x = _swigval,_swigval) | |
146 | static PyObject *_wrap_wxHtmlHelpFrameCfg_x_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
147 | PyObject * _resultobj; | |
148 | long _result; | |
149 | wxHtmlHelpFrameCfg * _arg0; | |
150 | long _arg1; | |
151 | PyObject * _argo0 = 0; | |
152 | char *_kwnames[] = { "self","x", NULL }; | |
153 | ||
154 | self = self; | |
155 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxHtmlHelpFrameCfg_x_set",_kwnames,&_argo0,&_arg1)) | |
156 | return NULL; | |
157 | if (_argo0) { | |
158 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
159 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
160 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_x_set. Expected _wxHtmlHelpFrameCfg_p."); | |
161 | return NULL; | |
162 | } | |
163 | } | |
164 | { | |
165 | wxPy_BEGIN_ALLOW_THREADS; | |
166 | _result = (long )wxHtmlHelpFrameCfg_x_set(_arg0,_arg1); | |
167 | ||
168 | wxPy_END_ALLOW_THREADS; | |
169 | } _resultobj = Py_BuildValue("l",_result); | |
170 | return _resultobj; | |
171 | } | |
172 | ||
173 | #define wxHtmlHelpFrameCfg_x_get(_swigobj) ((long ) _swigobj->x) | |
174 | static PyObject *_wrap_wxHtmlHelpFrameCfg_x_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
175 | PyObject * _resultobj; | |
176 | long _result; | |
177 | wxHtmlHelpFrameCfg * _arg0; | |
178 | PyObject * _argo0 = 0; | |
179 | char *_kwnames[] = { "self", NULL }; | |
180 | ||
181 | self = self; | |
182 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrameCfg_x_get",_kwnames,&_argo0)) | |
183 | return NULL; | |
184 | if (_argo0) { | |
185 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
186 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
187 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_x_get. Expected _wxHtmlHelpFrameCfg_p."); | |
188 | return NULL; | |
189 | } | |
190 | } | |
191 | { | |
192 | wxPy_BEGIN_ALLOW_THREADS; | |
193 | _result = (long )wxHtmlHelpFrameCfg_x_get(_arg0); | |
194 | ||
195 | wxPy_END_ALLOW_THREADS; | |
196 | } _resultobj = Py_BuildValue("l",_result); | |
197 | return _resultobj; | |
198 | } | |
199 | ||
200 | #define wxHtmlHelpFrameCfg_y_set(_swigobj,_swigval) (_swigobj->y = _swigval,_swigval) | |
201 | static PyObject *_wrap_wxHtmlHelpFrameCfg_y_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
202 | PyObject * _resultobj; | |
203 | long _result; | |
204 | wxHtmlHelpFrameCfg * _arg0; | |
205 | long _arg1; | |
206 | PyObject * _argo0 = 0; | |
207 | char *_kwnames[] = { "self","y", NULL }; | |
208 | ||
209 | self = self; | |
210 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxHtmlHelpFrameCfg_y_set",_kwnames,&_argo0,&_arg1)) | |
211 | return NULL; | |
212 | if (_argo0) { | |
213 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
214 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
215 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_y_set. Expected _wxHtmlHelpFrameCfg_p."); | |
216 | return NULL; | |
217 | } | |
218 | } | |
219 | { | |
220 | wxPy_BEGIN_ALLOW_THREADS; | |
221 | _result = (long )wxHtmlHelpFrameCfg_y_set(_arg0,_arg1); | |
222 | ||
223 | wxPy_END_ALLOW_THREADS; | |
224 | } _resultobj = Py_BuildValue("l",_result); | |
225 | return _resultobj; | |
226 | } | |
227 | ||
228 | #define wxHtmlHelpFrameCfg_y_get(_swigobj) ((long ) _swigobj->y) | |
229 | static PyObject *_wrap_wxHtmlHelpFrameCfg_y_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
230 | PyObject * _resultobj; | |
231 | long _result; | |
232 | wxHtmlHelpFrameCfg * _arg0; | |
233 | PyObject * _argo0 = 0; | |
234 | char *_kwnames[] = { "self", NULL }; | |
235 | ||
236 | self = self; | |
237 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrameCfg_y_get",_kwnames,&_argo0)) | |
238 | return NULL; | |
239 | if (_argo0) { | |
240 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
241 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
242 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_y_get. Expected _wxHtmlHelpFrameCfg_p."); | |
243 | return NULL; | |
244 | } | |
245 | } | |
246 | { | |
247 | wxPy_BEGIN_ALLOW_THREADS; | |
248 | _result = (long )wxHtmlHelpFrameCfg_y_get(_arg0); | |
249 | ||
250 | wxPy_END_ALLOW_THREADS; | |
251 | } _resultobj = Py_BuildValue("l",_result); | |
252 | return _resultobj; | |
253 | } | |
254 | ||
255 | #define wxHtmlHelpFrameCfg_w_set(_swigobj,_swigval) (_swigobj->w = _swigval,_swigval) | |
256 | static PyObject *_wrap_wxHtmlHelpFrameCfg_w_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
257 | PyObject * _resultobj; | |
258 | long _result; | |
259 | wxHtmlHelpFrameCfg * _arg0; | |
260 | long _arg1; | |
261 | PyObject * _argo0 = 0; | |
262 | char *_kwnames[] = { "self","w", NULL }; | |
263 | ||
264 | self = self; | |
265 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxHtmlHelpFrameCfg_w_set",_kwnames,&_argo0,&_arg1)) | |
266 | return NULL; | |
267 | if (_argo0) { | |
268 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
269 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
270 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_w_set. Expected _wxHtmlHelpFrameCfg_p."); | |
271 | return NULL; | |
272 | } | |
273 | } | |
274 | { | |
275 | wxPy_BEGIN_ALLOW_THREADS; | |
276 | _result = (long )wxHtmlHelpFrameCfg_w_set(_arg0,_arg1); | |
277 | ||
278 | wxPy_END_ALLOW_THREADS; | |
279 | } _resultobj = Py_BuildValue("l",_result); | |
280 | return _resultobj; | |
281 | } | |
282 | ||
283 | #define wxHtmlHelpFrameCfg_w_get(_swigobj) ((long ) _swigobj->w) | |
284 | static PyObject *_wrap_wxHtmlHelpFrameCfg_w_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
285 | PyObject * _resultobj; | |
286 | long _result; | |
287 | wxHtmlHelpFrameCfg * _arg0; | |
288 | PyObject * _argo0 = 0; | |
289 | char *_kwnames[] = { "self", NULL }; | |
290 | ||
291 | self = self; | |
292 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrameCfg_w_get",_kwnames,&_argo0)) | |
293 | return NULL; | |
294 | if (_argo0) { | |
295 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
296 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
297 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_w_get. Expected _wxHtmlHelpFrameCfg_p."); | |
298 | return NULL; | |
299 | } | |
300 | } | |
301 | { | |
302 | wxPy_BEGIN_ALLOW_THREADS; | |
303 | _result = (long )wxHtmlHelpFrameCfg_w_get(_arg0); | |
304 | ||
305 | wxPy_END_ALLOW_THREADS; | |
306 | } _resultobj = Py_BuildValue("l",_result); | |
307 | return _resultobj; | |
308 | } | |
309 | ||
310 | #define wxHtmlHelpFrameCfg_h_set(_swigobj,_swigval) (_swigobj->h = _swigval,_swigval) | |
311 | static PyObject *_wrap_wxHtmlHelpFrameCfg_h_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
312 | PyObject * _resultobj; | |
313 | long _result; | |
314 | wxHtmlHelpFrameCfg * _arg0; | |
315 | long _arg1; | |
316 | PyObject * _argo0 = 0; | |
317 | char *_kwnames[] = { "self","h", NULL }; | |
318 | ||
319 | self = self; | |
320 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxHtmlHelpFrameCfg_h_set",_kwnames,&_argo0,&_arg1)) | |
321 | return NULL; | |
322 | if (_argo0) { | |
323 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
324 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
325 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_h_set. Expected _wxHtmlHelpFrameCfg_p."); | |
326 | return NULL; | |
327 | } | |
328 | } | |
329 | { | |
330 | wxPy_BEGIN_ALLOW_THREADS; | |
331 | _result = (long )wxHtmlHelpFrameCfg_h_set(_arg0,_arg1); | |
332 | ||
333 | wxPy_END_ALLOW_THREADS; | |
334 | } _resultobj = Py_BuildValue("l",_result); | |
335 | return _resultobj; | |
336 | } | |
337 | ||
338 | #define wxHtmlHelpFrameCfg_h_get(_swigobj) ((long ) _swigobj->h) | |
339 | static PyObject *_wrap_wxHtmlHelpFrameCfg_h_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
340 | PyObject * _resultobj; | |
341 | long _result; | |
342 | wxHtmlHelpFrameCfg * _arg0; | |
343 | PyObject * _argo0 = 0; | |
344 | char *_kwnames[] = { "self", NULL }; | |
345 | ||
346 | self = self; | |
347 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrameCfg_h_get",_kwnames,&_argo0)) | |
348 | return NULL; | |
349 | if (_argo0) { | |
350 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
351 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
352 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_h_get. Expected _wxHtmlHelpFrameCfg_p."); | |
353 | return NULL; | |
354 | } | |
355 | } | |
356 | { | |
357 | wxPy_BEGIN_ALLOW_THREADS; | |
358 | _result = (long )wxHtmlHelpFrameCfg_h_get(_arg0); | |
359 | ||
360 | wxPy_END_ALLOW_THREADS; | |
361 | } _resultobj = Py_BuildValue("l",_result); | |
362 | return _resultobj; | |
363 | } | |
364 | ||
365 | #define wxHtmlHelpFrameCfg_sashpos_set(_swigobj,_swigval) (_swigobj->sashpos = _swigval,_swigval) | |
366 | static PyObject *_wrap_wxHtmlHelpFrameCfg_sashpos_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
367 | PyObject * _resultobj; | |
368 | long _result; | |
369 | wxHtmlHelpFrameCfg * _arg0; | |
370 | long _arg1; | |
371 | PyObject * _argo0 = 0; | |
372 | char *_kwnames[] = { "self","sashpos", NULL }; | |
373 | ||
374 | self = self; | |
375 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:wxHtmlHelpFrameCfg_sashpos_set",_kwnames,&_argo0,&_arg1)) | |
376 | return NULL; | |
377 | if (_argo0) { | |
378 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
379 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
380 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_sashpos_set. Expected _wxHtmlHelpFrameCfg_p."); | |
381 | return NULL; | |
382 | } | |
383 | } | |
384 | { | |
385 | wxPy_BEGIN_ALLOW_THREADS; | |
386 | _result = (long )wxHtmlHelpFrameCfg_sashpos_set(_arg0,_arg1); | |
387 | ||
388 | wxPy_END_ALLOW_THREADS; | |
389 | } _resultobj = Py_BuildValue("l",_result); | |
390 | return _resultobj; | |
391 | } | |
392 | ||
393 | #define wxHtmlHelpFrameCfg_sashpos_get(_swigobj) ((long ) _swigobj->sashpos) | |
394 | static PyObject *_wrap_wxHtmlHelpFrameCfg_sashpos_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
395 | PyObject * _resultobj; | |
396 | long _result; | |
397 | wxHtmlHelpFrameCfg * _arg0; | |
398 | PyObject * _argo0 = 0; | |
399 | char *_kwnames[] = { "self", NULL }; | |
400 | ||
401 | self = self; | |
402 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrameCfg_sashpos_get",_kwnames,&_argo0)) | |
403 | return NULL; | |
404 | if (_argo0) { | |
405 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
406 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
407 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_sashpos_get. Expected _wxHtmlHelpFrameCfg_p."); | |
408 | return NULL; | |
409 | } | |
410 | } | |
411 | { | |
412 | wxPy_BEGIN_ALLOW_THREADS; | |
413 | _result = (long )wxHtmlHelpFrameCfg_sashpos_get(_arg0); | |
414 | ||
415 | wxPy_END_ALLOW_THREADS; | |
416 | } _resultobj = Py_BuildValue("l",_result); | |
417 | return _resultobj; | |
418 | } | |
419 | ||
420 | #define wxHtmlHelpFrameCfg_navig_on_set(_swigobj,_swigval) (_swigobj->navig_on = _swigval,_swigval) | |
421 | static PyObject *_wrap_wxHtmlHelpFrameCfg_navig_on_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
422 | PyObject * _resultobj; | |
423 | bool _result; | |
424 | wxHtmlHelpFrameCfg * _arg0; | |
425 | bool _arg1; | |
426 | PyObject * _argo0 = 0; | |
427 | int tempbool1; | |
428 | char *_kwnames[] = { "self","navig_on", NULL }; | |
429 | ||
430 | self = self; | |
431 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxHtmlHelpFrameCfg_navig_on_set",_kwnames,&_argo0,&tempbool1)) | |
432 | return NULL; | |
433 | if (_argo0) { | |
434 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
435 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
436 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_navig_on_set. Expected _wxHtmlHelpFrameCfg_p."); | |
437 | return NULL; | |
438 | } | |
439 | } | |
440 | _arg1 = (bool ) tempbool1; | |
441 | { | |
442 | wxPy_BEGIN_ALLOW_THREADS; | |
443 | _result = (bool )wxHtmlHelpFrameCfg_navig_on_set(_arg0,_arg1); | |
444 | ||
445 | wxPy_END_ALLOW_THREADS; | |
446 | } _resultobj = Py_BuildValue("i",_result); | |
447 | return _resultobj; | |
448 | } | |
449 | ||
450 | #define wxHtmlHelpFrameCfg_navig_on_get(_swigobj) ((bool ) _swigobj->navig_on) | |
451 | static PyObject *_wrap_wxHtmlHelpFrameCfg_navig_on_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
452 | PyObject * _resultobj; | |
453 | bool _result; | |
454 | wxHtmlHelpFrameCfg * _arg0; | |
455 | PyObject * _argo0 = 0; | |
456 | char *_kwnames[] = { "self", NULL }; | |
457 | ||
458 | self = self; | |
459 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrameCfg_navig_on_get",_kwnames,&_argo0)) | |
460 | return NULL; | |
461 | if (_argo0) { | |
462 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
463 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrameCfg_p")) { | |
464 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrameCfg_navig_on_get. Expected _wxHtmlHelpFrameCfg_p."); | |
465 | return NULL; | |
466 | } | |
467 | } | |
468 | { | |
469 | wxPy_BEGIN_ALLOW_THREADS; | |
470 | _result = (bool )wxHtmlHelpFrameCfg_navig_on_get(_arg0); | |
471 | ||
472 | wxPy_END_ALLOW_THREADS; | |
473 | } _resultobj = Py_BuildValue("i",_result); | |
474 | return _resultobj; | |
475 | } | |
476 | ||
2f90df85 RD |
477 | #define new_wxHtmlBookRecord(_swigarg0,_swigarg1,_swigarg2) (new wxHtmlBookRecord(_swigarg0,_swigarg1,_swigarg2)) |
478 | static PyObject *_wrap_new_wxHtmlBookRecord(PyObject *self, PyObject *args, PyObject *kwargs) { | |
479 | PyObject * _resultobj; | |
480 | wxHtmlBookRecord * _result; | |
481 | wxString * _arg0; | |
482 | wxString * _arg1; | |
483 | wxString * _arg2; | |
484 | PyObject * _obj0 = 0; | |
485 | PyObject * _obj1 = 0; | |
486 | PyObject * _obj2 = 0; | |
487 | char *_kwnames[] = { "basepath","title","start", NULL }; | |
488 | char _ptemp[128]; | |
489 | ||
490 | self = self; | |
491 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:new_wxHtmlBookRecord",_kwnames,&_obj0,&_obj1,&_obj2)) | |
492 | return NULL; | |
493 | { | |
185d7c3e RD |
494 | #if PYTHON_API_VERSION >= 1009 |
495 | char* tmpPtr; int tmpSize; | |
496 | if (!PyString_Check(_obj0) && !PyUnicode_Check(_obj0)) { | |
794c5cb1 | 497 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
498 | return NULL; |
499 | } | |
500 | if (PyString_AsStringAndSize(_obj0, &tmpPtr, &tmpSize) == -1) | |
501 | return NULL; | |
502 | _arg0 = new wxString(tmpPtr, tmpSize); | |
503 | #else | |
2f90df85 RD |
504 | if (!PyString_Check(_obj0)) { |
505 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
506 | return NULL; | |
507 | } | |
185d7c3e RD |
508 | _arg0 = new wxString(PyString_AS_STRING(_obj0), PyString_GET_SIZE(_obj0)); |
509 | #endif | |
2f90df85 RD |
510 | } |
511 | { | |
185d7c3e RD |
512 | #if PYTHON_API_VERSION >= 1009 |
513 | char* tmpPtr; int tmpSize; | |
514 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 515 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
516 | return NULL; |
517 | } | |
518 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
519 | return NULL; | |
520 | _arg1 = new wxString(tmpPtr, tmpSize); | |
521 | #else | |
2f90df85 RD |
522 | if (!PyString_Check(_obj1)) { |
523 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
524 | return NULL; | |
525 | } | |
185d7c3e RD |
526 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
527 | #endif | |
2f90df85 RD |
528 | } |
529 | { | |
185d7c3e RD |
530 | #if PYTHON_API_VERSION >= 1009 |
531 | char* tmpPtr; int tmpSize; | |
532 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 533 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
534 | return NULL; |
535 | } | |
536 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
537 | return NULL; | |
538 | _arg2 = new wxString(tmpPtr, tmpSize); | |
539 | #else | |
2f90df85 RD |
540 | if (!PyString_Check(_obj2)) { |
541 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
542 | return NULL; | |
543 | } | |
185d7c3e RD |
544 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
545 | #endif | |
2f90df85 RD |
546 | } |
547 | { | |
548 | wxPy_BEGIN_ALLOW_THREADS; | |
549 | _result = (wxHtmlBookRecord *)new_wxHtmlBookRecord(*_arg0,*_arg1,*_arg2); | |
550 | ||
551 | wxPy_END_ALLOW_THREADS; | |
552 | } if (_result) { | |
553 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlBookRecord_p"); | |
554 | _resultobj = Py_BuildValue("s",_ptemp); | |
555 | } else { | |
556 | Py_INCREF(Py_None); | |
557 | _resultobj = Py_None; | |
558 | } | |
559 | { | |
560 | if (_obj0) | |
561 | delete _arg0; | |
562 | } | |
563 | { | |
564 | if (_obj1) | |
565 | delete _arg1; | |
566 | } | |
567 | { | |
568 | if (_obj2) | |
569 | delete _arg2; | |
570 | } | |
571 | return _resultobj; | |
572 | } | |
573 | ||
574 | #define wxHtmlBookRecord_GetTitle(_swigobj) (_swigobj->GetTitle()) | |
575 | static PyObject *_wrap_wxHtmlBookRecord_GetTitle(PyObject *self, PyObject *args, PyObject *kwargs) { | |
576 | PyObject * _resultobj; | |
577 | wxString * _result; | |
578 | wxHtmlBookRecord * _arg0; | |
579 | PyObject * _argo0 = 0; | |
580 | char *_kwnames[] = { "self", NULL }; | |
581 | ||
582 | self = self; | |
583 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlBookRecord_GetTitle",_kwnames,&_argo0)) | |
584 | return NULL; | |
585 | if (_argo0) { | |
586 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
587 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlBookRecord_p")) { | |
588 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlBookRecord_GetTitle. Expected _wxHtmlBookRecord_p."); | |
589 | return NULL; | |
590 | } | |
591 | } | |
592 | { | |
593 | wxPy_BEGIN_ALLOW_THREADS; | |
594 | _result = new wxString (wxHtmlBookRecord_GetTitle(_arg0)); | |
595 | ||
596 | wxPy_END_ALLOW_THREADS; | |
597 | }{ | |
c8bc03c3 | 598 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
2f90df85 RD |
599 | } |
600 | { | |
601 | delete _result; | |
602 | } | |
603 | return _resultobj; | |
604 | } | |
605 | ||
606 | #define wxHtmlBookRecord_GetStart(_swigobj) (_swigobj->GetStart()) | |
607 | static PyObject *_wrap_wxHtmlBookRecord_GetStart(PyObject *self, PyObject *args, PyObject *kwargs) { | |
608 | PyObject * _resultobj; | |
609 | wxString * _result; | |
610 | wxHtmlBookRecord * _arg0; | |
611 | PyObject * _argo0 = 0; | |
612 | char *_kwnames[] = { "self", NULL }; | |
613 | ||
614 | self = self; | |
615 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlBookRecord_GetStart",_kwnames,&_argo0)) | |
616 | return NULL; | |
617 | if (_argo0) { | |
618 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
619 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlBookRecord_p")) { | |
620 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlBookRecord_GetStart. Expected _wxHtmlBookRecord_p."); | |
621 | return NULL; | |
622 | } | |
623 | } | |
624 | { | |
625 | wxPy_BEGIN_ALLOW_THREADS; | |
626 | _result = new wxString (wxHtmlBookRecord_GetStart(_arg0)); | |
627 | ||
628 | wxPy_END_ALLOW_THREADS; | |
629 | }{ | |
c8bc03c3 | 630 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
2f90df85 RD |
631 | } |
632 | { | |
633 | delete _result; | |
634 | } | |
635 | return _resultobj; | |
636 | } | |
637 | ||
638 | #define wxHtmlBookRecord_GetBasePath(_swigobj) (_swigobj->GetBasePath()) | |
639 | static PyObject *_wrap_wxHtmlBookRecord_GetBasePath(PyObject *self, PyObject *args, PyObject *kwargs) { | |
640 | PyObject * _resultobj; | |
641 | wxString * _result; | |
642 | wxHtmlBookRecord * _arg0; | |
643 | PyObject * _argo0 = 0; | |
644 | char *_kwnames[] = { "self", NULL }; | |
645 | ||
646 | self = self; | |
647 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlBookRecord_GetBasePath",_kwnames,&_argo0)) | |
648 | return NULL; | |
649 | if (_argo0) { | |
650 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
651 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlBookRecord_p")) { | |
652 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlBookRecord_GetBasePath. Expected _wxHtmlBookRecord_p."); | |
653 | return NULL; | |
654 | } | |
655 | } | |
656 | { | |
657 | wxPy_BEGIN_ALLOW_THREADS; | |
658 | _result = new wxString (wxHtmlBookRecord_GetBasePath(_arg0)); | |
659 | ||
660 | wxPy_END_ALLOW_THREADS; | |
661 | }{ | |
c8bc03c3 | 662 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
2f90df85 RD |
663 | } |
664 | { | |
665 | delete _result; | |
666 | } | |
667 | return _resultobj; | |
668 | } | |
669 | ||
670 | #define wxHtmlBookRecord_SetContentsRange(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetContentsRange(_swigarg0,_swigarg1)) | |
671 | static PyObject *_wrap_wxHtmlBookRecord_SetContentsRange(PyObject *self, PyObject *args, PyObject *kwargs) { | |
672 | PyObject * _resultobj; | |
673 | wxHtmlBookRecord * _arg0; | |
674 | int _arg1; | |
675 | int _arg2; | |
676 | PyObject * _argo0 = 0; | |
677 | char *_kwnames[] = { "self","start","end", NULL }; | |
678 | ||
679 | self = self; | |
680 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxHtmlBookRecord_SetContentsRange",_kwnames,&_argo0,&_arg1,&_arg2)) | |
681 | return NULL; | |
682 | if (_argo0) { | |
683 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
684 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlBookRecord_p")) { | |
685 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlBookRecord_SetContentsRange. Expected _wxHtmlBookRecord_p."); | |
686 | return NULL; | |
687 | } | |
688 | } | |
689 | { | |
690 | wxPy_BEGIN_ALLOW_THREADS; | |
691 | wxHtmlBookRecord_SetContentsRange(_arg0,_arg1,_arg2); | |
692 | ||
693 | wxPy_END_ALLOW_THREADS; | |
694 | } Py_INCREF(Py_None); | |
695 | _resultobj = Py_None; | |
696 | return _resultobj; | |
697 | } | |
698 | ||
699 | #define wxHtmlBookRecord_GetContentsStart(_swigobj) (_swigobj->GetContentsStart()) | |
700 | static PyObject *_wrap_wxHtmlBookRecord_GetContentsStart(PyObject *self, PyObject *args, PyObject *kwargs) { | |
701 | PyObject * _resultobj; | |
702 | int _result; | |
703 | wxHtmlBookRecord * _arg0; | |
704 | PyObject * _argo0 = 0; | |
705 | char *_kwnames[] = { "self", NULL }; | |
706 | ||
707 | self = self; | |
708 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlBookRecord_GetContentsStart",_kwnames,&_argo0)) | |
709 | return NULL; | |
710 | if (_argo0) { | |
711 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
712 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlBookRecord_p")) { | |
713 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlBookRecord_GetContentsStart. Expected _wxHtmlBookRecord_p."); | |
714 | return NULL; | |
715 | } | |
716 | } | |
717 | { | |
718 | wxPy_BEGIN_ALLOW_THREADS; | |
719 | _result = (int )wxHtmlBookRecord_GetContentsStart(_arg0); | |
720 | ||
721 | wxPy_END_ALLOW_THREADS; | |
722 | } _resultobj = Py_BuildValue("i",_result); | |
723 | return _resultobj; | |
724 | } | |
725 | ||
726 | #define wxHtmlBookRecord_GetContentsEnd(_swigobj) (_swigobj->GetContentsEnd()) | |
727 | static PyObject *_wrap_wxHtmlBookRecord_GetContentsEnd(PyObject *self, PyObject *args, PyObject *kwargs) { | |
728 | PyObject * _resultobj; | |
729 | int _result; | |
730 | wxHtmlBookRecord * _arg0; | |
731 | PyObject * _argo0 = 0; | |
732 | char *_kwnames[] = { "self", NULL }; | |
733 | ||
734 | self = self; | |
735 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlBookRecord_GetContentsEnd",_kwnames,&_argo0)) | |
736 | return NULL; | |
737 | if (_argo0) { | |
738 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
739 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlBookRecord_p")) { | |
740 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlBookRecord_GetContentsEnd. Expected _wxHtmlBookRecord_p."); | |
741 | return NULL; | |
742 | } | |
743 | } | |
744 | { | |
745 | wxPy_BEGIN_ALLOW_THREADS; | |
746 | _result = (int )wxHtmlBookRecord_GetContentsEnd(_arg0); | |
747 | ||
748 | wxPy_END_ALLOW_THREADS; | |
749 | } _resultobj = Py_BuildValue("i",_result); | |
750 | return _resultobj; | |
751 | } | |
752 | ||
753 | #define wxHtmlContentsItem_m_Level_set(_swigobj,_swigval) (_swigobj->m_Level = _swigval,_swigval) | |
754 | static PyObject *_wrap_wxHtmlContentsItem_m_Level_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
755 | PyObject * _resultobj; | |
756 | short _result; | |
757 | wxHtmlContentsItem * _arg0; | |
758 | short _arg1; | |
759 | PyObject * _argo0 = 0; | |
760 | char *_kwnames[] = { "self","m_Level", NULL }; | |
761 | ||
762 | self = self; | |
763 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oh:wxHtmlContentsItem_m_Level_set",_kwnames,&_argo0,&_arg1)) | |
764 | return NULL; | |
765 | if (_argo0) { | |
766 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
767 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
768 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Level_set. Expected _wxHtmlContentsItem_p."); | |
769 | return NULL; | |
770 | } | |
771 | } | |
772 | { | |
773 | wxPy_BEGIN_ALLOW_THREADS; | |
774 | _result = (short )wxHtmlContentsItem_m_Level_set(_arg0,_arg1); | |
775 | ||
776 | wxPy_END_ALLOW_THREADS; | |
777 | } _resultobj = Py_BuildValue("h",_result); | |
778 | return _resultobj; | |
779 | } | |
780 | ||
781 | #define wxHtmlContentsItem_m_Level_get(_swigobj) ((short ) _swigobj->m_Level) | |
782 | static PyObject *_wrap_wxHtmlContentsItem_m_Level_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
783 | PyObject * _resultobj; | |
784 | short _result; | |
785 | wxHtmlContentsItem * _arg0; | |
786 | PyObject * _argo0 = 0; | |
787 | char *_kwnames[] = { "self", NULL }; | |
788 | ||
789 | self = self; | |
790 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlContentsItem_m_Level_get",_kwnames,&_argo0)) | |
791 | return NULL; | |
792 | if (_argo0) { | |
793 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
794 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
795 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Level_get. Expected _wxHtmlContentsItem_p."); | |
796 | return NULL; | |
797 | } | |
798 | } | |
799 | { | |
800 | wxPy_BEGIN_ALLOW_THREADS; | |
801 | _result = (short )wxHtmlContentsItem_m_Level_get(_arg0); | |
802 | ||
803 | wxPy_END_ALLOW_THREADS; | |
804 | } _resultobj = Py_BuildValue("h",_result); | |
805 | return _resultobj; | |
806 | } | |
807 | ||
808 | #define wxHtmlContentsItem_m_ID_set(_swigobj,_swigval) (_swigobj->m_ID = _swigval,_swigval) | |
809 | static PyObject *_wrap_wxHtmlContentsItem_m_ID_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
810 | PyObject * _resultobj; | |
811 | int _result; | |
812 | wxHtmlContentsItem * _arg0; | |
813 | int _arg1; | |
814 | PyObject * _argo0 = 0; | |
815 | char *_kwnames[] = { "self","m_ID", NULL }; | |
816 | ||
817 | self = self; | |
818 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxHtmlContentsItem_m_ID_set",_kwnames,&_argo0,&_arg1)) | |
819 | return NULL; | |
820 | if (_argo0) { | |
821 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
822 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
823 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_ID_set. Expected _wxHtmlContentsItem_p."); | |
824 | return NULL; | |
825 | } | |
826 | } | |
827 | { | |
828 | wxPy_BEGIN_ALLOW_THREADS; | |
829 | _result = (int )wxHtmlContentsItem_m_ID_set(_arg0,_arg1); | |
830 | ||
831 | wxPy_END_ALLOW_THREADS; | |
832 | } _resultobj = Py_BuildValue("i",_result); | |
833 | return _resultobj; | |
834 | } | |
835 | ||
836 | #define wxHtmlContentsItem_m_ID_get(_swigobj) ((int ) _swigobj->m_ID) | |
837 | static PyObject *_wrap_wxHtmlContentsItem_m_ID_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
838 | PyObject * _resultobj; | |
839 | int _result; | |
840 | wxHtmlContentsItem * _arg0; | |
841 | PyObject * _argo0 = 0; | |
842 | char *_kwnames[] = { "self", NULL }; | |
843 | ||
844 | self = self; | |
845 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlContentsItem_m_ID_get",_kwnames,&_argo0)) | |
846 | return NULL; | |
847 | if (_argo0) { | |
848 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
849 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
850 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_ID_get. Expected _wxHtmlContentsItem_p."); | |
851 | return NULL; | |
852 | } | |
853 | } | |
854 | { | |
855 | wxPy_BEGIN_ALLOW_THREADS; | |
856 | _result = (int )wxHtmlContentsItem_m_ID_get(_arg0); | |
857 | ||
858 | wxPy_END_ALLOW_THREADS; | |
859 | } _resultobj = Py_BuildValue("i",_result); | |
860 | return _resultobj; | |
861 | } | |
862 | ||
863 | static char * wxHtmlContentsItem_m_Name_set(wxHtmlContentsItem *obj, char *val) { | |
864 | if (obj->m_Name) delete [] obj->m_Name; | |
865 | obj->m_Name = new char[strlen(val)+1]; | |
866 | strcpy((char *)obj->m_Name,val); | |
867 | return (char *) val; | |
868 | } | |
869 | static PyObject *_wrap_wxHtmlContentsItem_m_Name_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
870 | PyObject * _resultobj; | |
871 | char * _result; | |
872 | wxHtmlContentsItem * _arg0; | |
873 | char * _arg1; | |
874 | PyObject * _argo0 = 0; | |
875 | char *_kwnames[] = { "self","m_Name", NULL }; | |
876 | ||
877 | self = self; | |
878 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxHtmlContentsItem_m_Name_set",_kwnames,&_argo0,&_arg1)) | |
879 | return NULL; | |
880 | if (_argo0) { | |
881 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
882 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
883 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Name_set. Expected _wxHtmlContentsItem_p."); | |
884 | return NULL; | |
885 | } | |
886 | } | |
887 | { | |
888 | wxPy_BEGIN_ALLOW_THREADS; | |
889 | _result = (char *)wxHtmlContentsItem_m_Name_set(_arg0,_arg1); | |
890 | ||
891 | wxPy_END_ALLOW_THREADS; | |
892 | } _resultobj = Py_BuildValue("s", _result); | |
893 | return _resultobj; | |
894 | } | |
895 | ||
896 | #define wxHtmlContentsItem_m_Name_get(_swigobj) ((char *) _swigobj->m_Name) | |
897 | static PyObject *_wrap_wxHtmlContentsItem_m_Name_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
898 | PyObject * _resultobj; | |
899 | char * _result; | |
900 | wxHtmlContentsItem * _arg0; | |
901 | PyObject * _argo0 = 0; | |
902 | char *_kwnames[] = { "self", NULL }; | |
903 | ||
904 | self = self; | |
905 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlContentsItem_m_Name_get",_kwnames,&_argo0)) | |
906 | return NULL; | |
907 | if (_argo0) { | |
908 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
909 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
910 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Name_get. Expected _wxHtmlContentsItem_p."); | |
911 | return NULL; | |
912 | } | |
913 | } | |
914 | { | |
915 | wxPy_BEGIN_ALLOW_THREADS; | |
916 | _result = (char *)wxHtmlContentsItem_m_Name_get(_arg0); | |
917 | ||
918 | wxPy_END_ALLOW_THREADS; | |
919 | } _resultobj = Py_BuildValue("s", _result); | |
920 | return _resultobj; | |
921 | } | |
922 | ||
923 | static char * wxHtmlContentsItem_m_Page_set(wxHtmlContentsItem *obj, char *val) { | |
924 | if (obj->m_Page) delete [] obj->m_Page; | |
925 | obj->m_Page = new char[strlen(val)+1]; | |
926 | strcpy((char *)obj->m_Page,val); | |
927 | return (char *) val; | |
928 | } | |
929 | static PyObject *_wrap_wxHtmlContentsItem_m_Page_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
930 | PyObject * _resultobj; | |
931 | char * _result; | |
932 | wxHtmlContentsItem * _arg0; | |
933 | char * _arg1; | |
934 | PyObject * _argo0 = 0; | |
935 | char *_kwnames[] = { "self","m_Page", NULL }; | |
936 | ||
937 | self = self; | |
938 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:wxHtmlContentsItem_m_Page_set",_kwnames,&_argo0,&_arg1)) | |
939 | return NULL; | |
940 | if (_argo0) { | |
941 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
942 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
943 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Page_set. Expected _wxHtmlContentsItem_p."); | |
944 | return NULL; | |
945 | } | |
946 | } | |
947 | { | |
948 | wxPy_BEGIN_ALLOW_THREADS; | |
949 | _result = (char *)wxHtmlContentsItem_m_Page_set(_arg0,_arg1); | |
950 | ||
951 | wxPy_END_ALLOW_THREADS; | |
952 | } _resultobj = Py_BuildValue("s", _result); | |
953 | return _resultobj; | |
954 | } | |
955 | ||
956 | #define wxHtmlContentsItem_m_Page_get(_swigobj) ((char *) _swigobj->m_Page) | |
957 | static PyObject *_wrap_wxHtmlContentsItem_m_Page_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
958 | PyObject * _resultobj; | |
959 | char * _result; | |
960 | wxHtmlContentsItem * _arg0; | |
961 | PyObject * _argo0 = 0; | |
962 | char *_kwnames[] = { "self", NULL }; | |
963 | ||
964 | self = self; | |
965 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlContentsItem_m_Page_get",_kwnames,&_argo0)) | |
966 | return NULL; | |
967 | if (_argo0) { | |
968 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
969 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
970 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Page_get. Expected _wxHtmlContentsItem_p."); | |
971 | return NULL; | |
972 | } | |
973 | } | |
974 | { | |
975 | wxPy_BEGIN_ALLOW_THREADS; | |
976 | _result = (char *)wxHtmlContentsItem_m_Page_get(_arg0); | |
977 | ||
978 | wxPy_END_ALLOW_THREADS; | |
979 | } _resultobj = Py_BuildValue("s", _result); | |
980 | return _resultobj; | |
981 | } | |
982 | ||
983 | #define wxHtmlContentsItem_m_Book_set(_swigobj,_swigval) (_swigobj->m_Book = _swigval,_swigval) | |
984 | static PyObject *_wrap_wxHtmlContentsItem_m_Book_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
985 | PyObject * _resultobj; | |
986 | wxHtmlBookRecord * _result; | |
987 | wxHtmlContentsItem * _arg0; | |
988 | wxHtmlBookRecord * _arg1; | |
989 | PyObject * _argo0 = 0; | |
990 | PyObject * _argo1 = 0; | |
991 | char *_kwnames[] = { "self","m_Book", NULL }; | |
992 | char _ptemp[128]; | |
993 | ||
994 | self = self; | |
995 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlContentsItem_m_Book_set",_kwnames,&_argo0,&_argo1)) | |
996 | return NULL; | |
997 | if (_argo0) { | |
998 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
999 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
1000 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Book_set. Expected _wxHtmlContentsItem_p."); | |
1001 | return NULL; | |
1002 | } | |
1003 | } | |
1004 | if (_argo1) { | |
1005 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1006 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxHtmlBookRecord_p")) { | |
1007 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxHtmlContentsItem_m_Book_set. Expected _wxHtmlBookRecord_p."); | |
1008 | return NULL; | |
1009 | } | |
1010 | } | |
1011 | { | |
1012 | wxPy_BEGIN_ALLOW_THREADS; | |
1013 | _result = (wxHtmlBookRecord *)wxHtmlContentsItem_m_Book_set(_arg0,_arg1); | |
1014 | ||
1015 | wxPy_END_ALLOW_THREADS; | |
1016 | } if (_result) { | |
1017 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlBookRecord_p"); | |
1018 | _resultobj = Py_BuildValue("s",_ptemp); | |
1019 | } else { | |
1020 | Py_INCREF(Py_None); | |
1021 | _resultobj = Py_None; | |
1022 | } | |
1023 | return _resultobj; | |
1024 | } | |
1025 | ||
1026 | #define wxHtmlContentsItem_m_Book_get(_swigobj) ((wxHtmlBookRecord *) _swigobj->m_Book) | |
1027 | static PyObject *_wrap_wxHtmlContentsItem_m_Book_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1028 | PyObject * _resultobj; | |
1029 | wxHtmlBookRecord * _result; | |
1030 | wxHtmlContentsItem * _arg0; | |
1031 | PyObject * _argo0 = 0; | |
1032 | char *_kwnames[] = { "self", NULL }; | |
1033 | char _ptemp[128]; | |
1034 | ||
1035 | self = self; | |
1036 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlContentsItem_m_Book_get",_kwnames,&_argo0)) | |
1037 | return NULL; | |
1038 | if (_argo0) { | |
1039 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1040 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlContentsItem_p")) { | |
1041 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlContentsItem_m_Book_get. Expected _wxHtmlContentsItem_p."); | |
1042 | return NULL; | |
1043 | } | |
1044 | } | |
1045 | { | |
1046 | wxPy_BEGIN_ALLOW_THREADS; | |
1047 | _result = (wxHtmlBookRecord *)wxHtmlContentsItem_m_Book_get(_arg0); | |
1048 | ||
1049 | wxPy_END_ALLOW_THREADS; | |
1050 | } if (_result) { | |
1051 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlBookRecord_p"); | |
1052 | _resultobj = Py_BuildValue("s",_ptemp); | |
1053 | } else { | |
1054 | Py_INCREF(Py_None); | |
1055 | _resultobj = Py_None; | |
1056 | } | |
1057 | return _resultobj; | |
1058 | } | |
1059 | ||
1060 | #define wxHtmlSearchStatus_Search(_swigobj) (_swigobj->Search()) | |
1061 | static PyObject *_wrap_wxHtmlSearchStatus_Search(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1062 | PyObject * _resultobj; | |
1063 | bool _result; | |
1064 | wxHtmlSearchStatus * _arg0; | |
1065 | PyObject * _argo0 = 0; | |
1066 | char *_kwnames[] = { "self", NULL }; | |
1067 | ||
1068 | self = self; | |
1069 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlSearchStatus_Search",_kwnames,&_argo0)) | |
1070 | return NULL; | |
1071 | if (_argo0) { | |
1072 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1073 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlSearchStatus_p")) { | |
1074 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlSearchStatus_Search. Expected _wxHtmlSearchStatus_p."); | |
1075 | return NULL; | |
1076 | } | |
1077 | } | |
1078 | { | |
1079 | wxPy_BEGIN_ALLOW_THREADS; | |
1080 | _result = (bool )wxHtmlSearchStatus_Search(_arg0); | |
1081 | ||
1082 | wxPy_END_ALLOW_THREADS; | |
1083 | } _resultobj = Py_BuildValue("i",_result); | |
1084 | return _resultobj; | |
1085 | } | |
1086 | ||
1087 | #define wxHtmlSearchStatus_IsActive(_swigobj) (_swigobj->IsActive()) | |
1088 | static PyObject *_wrap_wxHtmlSearchStatus_IsActive(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1089 | PyObject * _resultobj; | |
1090 | bool _result; | |
1091 | wxHtmlSearchStatus * _arg0; | |
1092 | PyObject * _argo0 = 0; | |
1093 | char *_kwnames[] = { "self", NULL }; | |
1094 | ||
1095 | self = self; | |
1096 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlSearchStatus_IsActive",_kwnames,&_argo0)) | |
1097 | return NULL; | |
1098 | if (_argo0) { | |
1099 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1100 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlSearchStatus_p")) { | |
1101 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlSearchStatus_IsActive. Expected _wxHtmlSearchStatus_p."); | |
1102 | return NULL; | |
1103 | } | |
1104 | } | |
1105 | { | |
1106 | wxPy_BEGIN_ALLOW_THREADS; | |
1107 | _result = (bool )wxHtmlSearchStatus_IsActive(_arg0); | |
1108 | ||
1109 | wxPy_END_ALLOW_THREADS; | |
1110 | } _resultobj = Py_BuildValue("i",_result); | |
1111 | return _resultobj; | |
1112 | } | |
1113 | ||
1114 | #define wxHtmlSearchStatus_GetCurIndex(_swigobj) (_swigobj->GetCurIndex()) | |
1115 | static PyObject *_wrap_wxHtmlSearchStatus_GetCurIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1116 | PyObject * _resultobj; | |
1117 | int _result; | |
1118 | wxHtmlSearchStatus * _arg0; | |
1119 | PyObject * _argo0 = 0; | |
1120 | char *_kwnames[] = { "self", NULL }; | |
1121 | ||
1122 | self = self; | |
1123 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlSearchStatus_GetCurIndex",_kwnames,&_argo0)) | |
1124 | return NULL; | |
1125 | if (_argo0) { | |
1126 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1127 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlSearchStatus_p")) { | |
1128 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlSearchStatus_GetCurIndex. Expected _wxHtmlSearchStatus_p."); | |
1129 | return NULL; | |
1130 | } | |
1131 | } | |
1132 | { | |
1133 | wxPy_BEGIN_ALLOW_THREADS; | |
1134 | _result = (int )wxHtmlSearchStatus_GetCurIndex(_arg0); | |
1135 | ||
1136 | wxPy_END_ALLOW_THREADS; | |
1137 | } _resultobj = Py_BuildValue("i",_result); | |
1138 | return _resultobj; | |
1139 | } | |
1140 | ||
1141 | #define wxHtmlSearchStatus_GetMaxIndex(_swigobj) (_swigobj->GetMaxIndex()) | |
1142 | static PyObject *_wrap_wxHtmlSearchStatus_GetMaxIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1143 | PyObject * _resultobj; | |
1144 | int _result; | |
1145 | wxHtmlSearchStatus * _arg0; | |
1146 | PyObject * _argo0 = 0; | |
1147 | char *_kwnames[] = { "self", NULL }; | |
1148 | ||
1149 | self = self; | |
1150 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlSearchStatus_GetMaxIndex",_kwnames,&_argo0)) | |
1151 | return NULL; | |
1152 | if (_argo0) { | |
1153 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1154 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlSearchStatus_p")) { | |
1155 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlSearchStatus_GetMaxIndex. Expected _wxHtmlSearchStatus_p."); | |
1156 | return NULL; | |
1157 | } | |
1158 | } | |
1159 | { | |
1160 | wxPy_BEGIN_ALLOW_THREADS; | |
1161 | _result = (int )wxHtmlSearchStatus_GetMaxIndex(_arg0); | |
1162 | ||
1163 | wxPy_END_ALLOW_THREADS; | |
1164 | } _resultobj = Py_BuildValue("i",_result); | |
1165 | return _resultobj; | |
1166 | } | |
1167 | ||
1168 | #define wxHtmlSearchStatus_GetName(_swigobj) (_swigobj->GetName()) | |
1169 | static PyObject *_wrap_wxHtmlSearchStatus_GetName(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1170 | PyObject * _resultobj; | |
1171 | wxString * _result; | |
1172 | wxHtmlSearchStatus * _arg0; | |
1173 | PyObject * _argo0 = 0; | |
1174 | char *_kwnames[] = { "self", NULL }; | |
1175 | ||
1176 | self = self; | |
1177 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlSearchStatus_GetName",_kwnames,&_argo0)) | |
1178 | return NULL; | |
1179 | if (_argo0) { | |
1180 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1181 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlSearchStatus_p")) { | |
1182 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlSearchStatus_GetName. Expected _wxHtmlSearchStatus_p."); | |
1183 | return NULL; | |
1184 | } | |
1185 | } | |
1186 | { | |
1187 | wxPy_BEGIN_ALLOW_THREADS; | |
1188 | const wxString & _result_ref = wxHtmlSearchStatus_GetName(_arg0); | |
1189 | _result = (wxString *) &_result_ref; | |
1190 | ||
1191 | wxPy_END_ALLOW_THREADS; | |
1192 | }{ | |
c8bc03c3 | 1193 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
2f90df85 RD |
1194 | } |
1195 | return _resultobj; | |
1196 | } | |
1197 | ||
1198 | #define wxHtmlSearchStatus_GetContentsItem(_swigobj) (_swigobj->GetContentsItem()) | |
1199 | static PyObject *_wrap_wxHtmlSearchStatus_GetContentsItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1200 | PyObject * _resultobj; | |
1201 | wxHtmlContentsItem * _result; | |
1202 | wxHtmlSearchStatus * _arg0; | |
1203 | PyObject * _argo0 = 0; | |
1204 | char *_kwnames[] = { "self", NULL }; | |
1205 | char _ptemp[128]; | |
1206 | ||
1207 | self = self; | |
1208 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlSearchStatus_GetContentsItem",_kwnames,&_argo0)) | |
1209 | return NULL; | |
1210 | if (_argo0) { | |
1211 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1212 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlSearchStatus_p")) { | |
1213 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlSearchStatus_GetContentsItem. Expected _wxHtmlSearchStatus_p."); | |
1214 | return NULL; | |
1215 | } | |
1216 | } | |
1217 | { | |
1218 | wxPy_BEGIN_ALLOW_THREADS; | |
1219 | _result = (wxHtmlContentsItem *)wxHtmlSearchStatus_GetContentsItem(_arg0); | |
1220 | ||
1221 | wxPy_END_ALLOW_THREADS; | |
1222 | } if (_result) { | |
1223 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlContentsItem_p"); | |
1224 | _resultobj = Py_BuildValue("s",_ptemp); | |
1225 | } else { | |
1226 | Py_INCREF(Py_None); | |
1227 | _resultobj = Py_None; | |
1228 | } | |
1229 | return _resultobj; | |
1230 | } | |
1231 | ||
1232 | #define new_wxHtmlHelpData() (new wxHtmlHelpData()) | |
1233 | static PyObject *_wrap_new_wxHtmlHelpData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1234 | PyObject * _resultobj; | |
1235 | wxHtmlHelpData * _result; | |
1236 | char *_kwnames[] = { NULL }; | |
1237 | char _ptemp[128]; | |
1238 | ||
1239 | self = self; | |
1240 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxHtmlHelpData",_kwnames)) | |
1241 | return NULL; | |
1242 | { | |
1243 | wxPy_BEGIN_ALLOW_THREADS; | |
1244 | _result = (wxHtmlHelpData *)new_wxHtmlHelpData(); | |
1245 | ||
1246 | wxPy_END_ALLOW_THREADS; | |
1247 | } if (_result) { | |
1248 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlHelpData_p"); | |
1249 | _resultobj = Py_BuildValue("s",_ptemp); | |
1250 | } else { | |
1251 | Py_INCREF(Py_None); | |
1252 | _resultobj = Py_None; | |
1253 | } | |
1254 | return _resultobj; | |
1255 | } | |
1256 | ||
1257 | #define delete_wxHtmlHelpData(_swigobj) (delete _swigobj) | |
1258 | static PyObject *_wrap_delete_wxHtmlHelpData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1259 | PyObject * _resultobj; | |
1260 | wxHtmlHelpData * _arg0; | |
1261 | PyObject * _argo0 = 0; | |
1262 | char *_kwnames[] = { "self", NULL }; | |
1263 | ||
1264 | self = self; | |
1265 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxHtmlHelpData",_kwnames,&_argo0)) | |
1266 | return NULL; | |
1267 | if (_argo0) { | |
1268 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1269 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1270 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxHtmlHelpData. Expected _wxHtmlHelpData_p."); | |
1271 | return NULL; | |
1272 | } | |
1273 | } | |
1274 | { | |
1275 | wxPy_BEGIN_ALLOW_THREADS; | |
1276 | delete_wxHtmlHelpData(_arg0); | |
1277 | ||
1278 | wxPy_END_ALLOW_THREADS; | |
1279 | } Py_INCREF(Py_None); | |
1280 | _resultobj = Py_None; | |
1281 | return _resultobj; | |
1282 | } | |
1283 | ||
1284 | #define wxHtmlHelpData_SetTempDir(_swigobj,_swigarg0) (_swigobj->SetTempDir(_swigarg0)) | |
1285 | static PyObject *_wrap_wxHtmlHelpData_SetTempDir(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1286 | PyObject * _resultobj; | |
1287 | wxHtmlHelpData * _arg0; | |
1288 | wxString * _arg1; | |
1289 | PyObject * _argo0 = 0; | |
1290 | PyObject * _obj1 = 0; | |
1291 | char *_kwnames[] = { "self","path", NULL }; | |
1292 | ||
1293 | self = self; | |
1294 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpData_SetTempDir",_kwnames,&_argo0,&_obj1)) | |
1295 | return NULL; | |
1296 | if (_argo0) { | |
1297 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1298 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1299 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_SetTempDir. Expected _wxHtmlHelpData_p."); | |
1300 | return NULL; | |
1301 | } | |
1302 | } | |
1303 | { | |
185d7c3e RD |
1304 | #if PYTHON_API_VERSION >= 1009 |
1305 | char* tmpPtr; int tmpSize; | |
1306 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 1307 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
1308 | return NULL; |
1309 | } | |
1310 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1311 | return NULL; | |
1312 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1313 | #else | |
2f90df85 RD |
1314 | if (!PyString_Check(_obj1)) { |
1315 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1316 | return NULL; | |
1317 | } | |
185d7c3e RD |
1318 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1319 | #endif | |
2f90df85 RD |
1320 | } |
1321 | { | |
1322 | wxPy_BEGIN_ALLOW_THREADS; | |
1323 | wxHtmlHelpData_SetTempDir(_arg0,*_arg1); | |
1324 | ||
1325 | wxPy_END_ALLOW_THREADS; | |
1326 | } Py_INCREF(Py_None); | |
1327 | _resultobj = Py_None; | |
1328 | { | |
1329 | if (_obj1) | |
1330 | delete _arg1; | |
1331 | } | |
1332 | return _resultobj; | |
1333 | } | |
1334 | ||
1335 | #define wxHtmlHelpData_AddBook(_swigobj,_swigarg0) (_swigobj->AddBook(_swigarg0)) | |
1336 | static PyObject *_wrap_wxHtmlHelpData_AddBook(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1337 | PyObject * _resultobj; | |
1338 | bool _result; | |
1339 | wxHtmlHelpData * _arg0; | |
1340 | wxString * _arg1; | |
1341 | PyObject * _argo0 = 0; | |
1342 | PyObject * _obj1 = 0; | |
1343 | char *_kwnames[] = { "self","book", NULL }; | |
1344 | ||
1345 | self = self; | |
1346 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpData_AddBook",_kwnames,&_argo0,&_obj1)) | |
1347 | return NULL; | |
1348 | if (_argo0) { | |
1349 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1350 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1351 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_AddBook. Expected _wxHtmlHelpData_p."); | |
1352 | return NULL; | |
1353 | } | |
1354 | } | |
1355 | { | |
185d7c3e RD |
1356 | #if PYTHON_API_VERSION >= 1009 |
1357 | char* tmpPtr; int tmpSize; | |
1358 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 1359 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
1360 | return NULL; |
1361 | } | |
1362 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1363 | return NULL; | |
1364 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1365 | #else | |
2f90df85 RD |
1366 | if (!PyString_Check(_obj1)) { |
1367 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1368 | return NULL; | |
1369 | } | |
185d7c3e RD |
1370 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1371 | #endif | |
2f90df85 RD |
1372 | } |
1373 | { | |
1374 | wxPy_BEGIN_ALLOW_THREADS; | |
1375 | _result = (bool )wxHtmlHelpData_AddBook(_arg0,*_arg1); | |
1376 | ||
1377 | wxPy_END_ALLOW_THREADS; | |
1378 | } _resultobj = Py_BuildValue("i",_result); | |
1379 | { | |
1380 | if (_obj1) | |
1381 | delete _arg1; | |
1382 | } | |
1383 | return _resultobj; | |
1384 | } | |
1385 | ||
2f90df85 RD |
1386 | #define wxHtmlHelpData_FindPageByName(_swigobj,_swigarg0) (_swigobj->FindPageByName(_swigarg0)) |
1387 | static PyObject *_wrap_wxHtmlHelpData_FindPageByName(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1388 | PyObject * _resultobj; | |
1389 | wxString * _result; | |
1390 | wxHtmlHelpData * _arg0; | |
1391 | wxString * _arg1; | |
1392 | PyObject * _argo0 = 0; | |
1393 | PyObject * _obj1 = 0; | |
1394 | char *_kwnames[] = { "self","page", NULL }; | |
1395 | ||
1396 | self = self; | |
1397 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpData_FindPageByName",_kwnames,&_argo0,&_obj1)) | |
1398 | return NULL; | |
1399 | if (_argo0) { | |
1400 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1401 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1402 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_FindPageByName. Expected _wxHtmlHelpData_p."); | |
1403 | return NULL; | |
1404 | } | |
1405 | } | |
1406 | { | |
185d7c3e RD |
1407 | #if PYTHON_API_VERSION >= 1009 |
1408 | char* tmpPtr; int tmpSize; | |
1409 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 1410 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
1411 | return NULL; |
1412 | } | |
1413 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1414 | return NULL; | |
1415 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1416 | #else | |
2f90df85 RD |
1417 | if (!PyString_Check(_obj1)) { |
1418 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1419 | return NULL; | |
1420 | } | |
185d7c3e RD |
1421 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1422 | #endif | |
2f90df85 RD |
1423 | } |
1424 | { | |
1425 | wxPy_BEGIN_ALLOW_THREADS; | |
1426 | _result = new wxString (wxHtmlHelpData_FindPageByName(_arg0,*_arg1)); | |
1427 | ||
1428 | wxPy_END_ALLOW_THREADS; | |
1429 | }{ | |
c8bc03c3 | 1430 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
2f90df85 RD |
1431 | } |
1432 | { | |
1433 | if (_obj1) | |
1434 | delete _arg1; | |
1435 | } | |
1436 | { | |
1437 | delete _result; | |
1438 | } | |
1439 | return _resultobj; | |
1440 | } | |
1441 | ||
1442 | #define wxHtmlHelpData_FindPageById(_swigobj,_swigarg0) (_swigobj->FindPageById(_swigarg0)) | |
1443 | static PyObject *_wrap_wxHtmlHelpData_FindPageById(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1444 | PyObject * _resultobj; | |
1445 | wxString * _result; | |
1446 | wxHtmlHelpData * _arg0; | |
1447 | int _arg1; | |
1448 | PyObject * _argo0 = 0; | |
1449 | char *_kwnames[] = { "self","id", NULL }; | |
1450 | ||
1451 | self = self; | |
1452 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxHtmlHelpData_FindPageById",_kwnames,&_argo0,&_arg1)) | |
1453 | return NULL; | |
1454 | if (_argo0) { | |
1455 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1456 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1457 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_FindPageById. Expected _wxHtmlHelpData_p."); | |
1458 | return NULL; | |
1459 | } | |
1460 | } | |
1461 | { | |
1462 | wxPy_BEGIN_ALLOW_THREADS; | |
1463 | _result = new wxString (wxHtmlHelpData_FindPageById(_arg0,_arg1)); | |
1464 | ||
1465 | wxPy_END_ALLOW_THREADS; | |
1466 | }{ | |
c8bc03c3 | 1467 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
2f90df85 RD |
1468 | } |
1469 | { | |
1470 | delete _result; | |
1471 | } | |
1472 | return _resultobj; | |
1473 | } | |
1474 | ||
1475 | #define wxHtmlHelpData_GetBookRecArray(_swigobj) (_swigobj->GetBookRecArray()) | |
1476 | static PyObject *_wrap_wxHtmlHelpData_GetBookRecArray(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1477 | PyObject * _resultobj; | |
1478 | wxHtmlBookRecArray * _result; | |
1479 | wxHtmlHelpData * _arg0; | |
1480 | PyObject * _argo0 = 0; | |
1481 | char *_kwnames[] = { "self", NULL }; | |
1482 | char _ptemp[128]; | |
1483 | ||
1484 | self = self; | |
1485 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpData_GetBookRecArray",_kwnames,&_argo0)) | |
1486 | return NULL; | |
1487 | if (_argo0) { | |
1488 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1489 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1490 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_GetBookRecArray. Expected _wxHtmlHelpData_p."); | |
1491 | return NULL; | |
1492 | } | |
1493 | } | |
1494 | { | |
1495 | wxPy_BEGIN_ALLOW_THREADS; | |
1496 | const wxHtmlBookRecArray & _result_ref = wxHtmlHelpData_GetBookRecArray(_arg0); | |
1497 | _result = (wxHtmlBookRecArray *) &_result_ref; | |
1498 | ||
1499 | wxPy_END_ALLOW_THREADS; | |
1500 | } if (_result) { | |
1501 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlBookRecArray_p"); | |
1502 | _resultobj = Py_BuildValue("s",_ptemp); | |
1503 | } else { | |
1504 | Py_INCREF(Py_None); | |
1505 | _resultobj = Py_None; | |
1506 | } | |
1507 | return _resultobj; | |
1508 | } | |
1509 | ||
1510 | #define wxHtmlHelpData_GetContents(_swigobj) (_swigobj->GetContents()) | |
1511 | static PyObject *_wrap_wxHtmlHelpData_GetContents(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1512 | PyObject * _resultobj; | |
1513 | wxHtmlContentsItem * _result; | |
1514 | wxHtmlHelpData * _arg0; | |
1515 | PyObject * _argo0 = 0; | |
1516 | char *_kwnames[] = { "self", NULL }; | |
1517 | char _ptemp[128]; | |
1518 | ||
1519 | self = self; | |
1520 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpData_GetContents",_kwnames,&_argo0)) | |
1521 | return NULL; | |
1522 | if (_argo0) { | |
1523 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1524 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1525 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_GetContents. Expected _wxHtmlHelpData_p."); | |
1526 | return NULL; | |
1527 | } | |
1528 | } | |
1529 | { | |
1530 | wxPy_BEGIN_ALLOW_THREADS; | |
1531 | _result = (wxHtmlContentsItem *)wxHtmlHelpData_GetContents(_arg0); | |
1532 | ||
1533 | wxPy_END_ALLOW_THREADS; | |
1534 | } if (_result) { | |
1535 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlContentsItem_p"); | |
1536 | _resultobj = Py_BuildValue("s",_ptemp); | |
1537 | } else { | |
1538 | Py_INCREF(Py_None); | |
1539 | _resultobj = Py_None; | |
1540 | } | |
1541 | return _resultobj; | |
1542 | } | |
1543 | ||
1544 | #define wxHtmlHelpData_GetContentsCnt(_swigobj) (_swigobj->GetContentsCnt()) | |
1545 | static PyObject *_wrap_wxHtmlHelpData_GetContentsCnt(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1546 | PyObject * _resultobj; | |
1547 | int _result; | |
1548 | wxHtmlHelpData * _arg0; | |
1549 | PyObject * _argo0 = 0; | |
1550 | char *_kwnames[] = { "self", NULL }; | |
1551 | ||
1552 | self = self; | |
1553 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpData_GetContentsCnt",_kwnames,&_argo0)) | |
1554 | return NULL; | |
1555 | if (_argo0) { | |
1556 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1557 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1558 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_GetContentsCnt. Expected _wxHtmlHelpData_p."); | |
1559 | return NULL; | |
1560 | } | |
1561 | } | |
1562 | { | |
1563 | wxPy_BEGIN_ALLOW_THREADS; | |
1564 | _result = (int )wxHtmlHelpData_GetContentsCnt(_arg0); | |
1565 | ||
1566 | wxPy_END_ALLOW_THREADS; | |
1567 | } _resultobj = Py_BuildValue("i",_result); | |
1568 | return _resultobj; | |
1569 | } | |
1570 | ||
1571 | #define wxHtmlHelpData_GetIndex(_swigobj) (_swigobj->GetIndex()) | |
1572 | static PyObject *_wrap_wxHtmlHelpData_GetIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1573 | PyObject * _resultobj; | |
1574 | wxHtmlContentsItem * _result; | |
1575 | wxHtmlHelpData * _arg0; | |
1576 | PyObject * _argo0 = 0; | |
1577 | char *_kwnames[] = { "self", NULL }; | |
1578 | char _ptemp[128]; | |
1579 | ||
1580 | self = self; | |
1581 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpData_GetIndex",_kwnames,&_argo0)) | |
1582 | return NULL; | |
1583 | if (_argo0) { | |
1584 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1585 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1586 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_GetIndex. Expected _wxHtmlHelpData_p."); | |
1587 | return NULL; | |
1588 | } | |
1589 | } | |
1590 | { | |
1591 | wxPy_BEGIN_ALLOW_THREADS; | |
1592 | _result = (wxHtmlContentsItem *)wxHtmlHelpData_GetIndex(_arg0); | |
1593 | ||
1594 | wxPy_END_ALLOW_THREADS; | |
1595 | } if (_result) { | |
1596 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlContentsItem_p"); | |
1597 | _resultobj = Py_BuildValue("s",_ptemp); | |
1598 | } else { | |
1599 | Py_INCREF(Py_None); | |
1600 | _resultobj = Py_None; | |
1601 | } | |
1602 | return _resultobj; | |
1603 | } | |
1604 | ||
1605 | #define wxHtmlHelpData_GetIndexCnt(_swigobj) (_swigobj->GetIndexCnt()) | |
1606 | static PyObject *_wrap_wxHtmlHelpData_GetIndexCnt(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1607 | PyObject * _resultobj; | |
1608 | int _result; | |
1609 | wxHtmlHelpData * _arg0; | |
1610 | PyObject * _argo0 = 0; | |
1611 | char *_kwnames[] = { "self", NULL }; | |
1612 | ||
1613 | self = self; | |
1614 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpData_GetIndexCnt",_kwnames,&_argo0)) | |
1615 | return NULL; | |
1616 | if (_argo0) { | |
1617 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1618 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpData_p")) { | |
1619 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpData_GetIndexCnt. Expected _wxHtmlHelpData_p."); | |
1620 | return NULL; | |
1621 | } | |
1622 | } | |
1623 | { | |
1624 | wxPy_BEGIN_ALLOW_THREADS; | |
1625 | _result = (int )wxHtmlHelpData_GetIndexCnt(_arg0); | |
1626 | ||
1627 | wxPy_END_ALLOW_THREADS; | |
1628 | } _resultobj = Py_BuildValue("i",_result); | |
1629 | return _resultobj; | |
1630 | } | |
1631 | ||
1632 | static void *SwigwxHtmlHelpFrameTowxFrame(void *ptr) { | |
1633 | wxHtmlHelpFrame *src; | |
1634 | wxFrame *dest; | |
1635 | src = (wxHtmlHelpFrame *) ptr; | |
1636 | dest = (wxFrame *) src; | |
1637 | return (void *) dest; | |
1638 | } | |
1639 | ||
1640 | static void *SwigwxHtmlHelpFrameTowxWindow(void *ptr) { | |
1641 | wxHtmlHelpFrame *src; | |
1642 | wxWindow *dest; | |
1643 | src = (wxHtmlHelpFrame *) ptr; | |
1644 | dest = (wxWindow *) src; | |
1645 | return (void *) dest; | |
1646 | } | |
1647 | ||
1648 | static void *SwigwxHtmlHelpFrameTowxEvtHandler(void *ptr) { | |
1649 | wxHtmlHelpFrame *src; | |
1650 | wxEvtHandler *dest; | |
1651 | src = (wxHtmlHelpFrame *) ptr; | |
1652 | dest = (wxEvtHandler *) src; | |
1653 | return (void *) dest; | |
1654 | } | |
1655 | ||
9416aa89 RD |
1656 | static void *SwigwxHtmlHelpFrameTowxObject(void *ptr) { |
1657 | wxHtmlHelpFrame *src; | |
1658 | wxObject *dest; | |
1659 | src = (wxHtmlHelpFrame *) ptr; | |
1660 | dest = (wxObject *) src; | |
1661 | return (void *) dest; | |
1662 | } | |
1663 | ||
2f90df85 RD |
1664 | #define new_wxHtmlHelpFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4) (new wxHtmlHelpFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4)) |
1665 | static PyObject *_wrap_new_wxHtmlHelpFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1666 | PyObject * _resultobj; | |
1667 | wxHtmlHelpFrame * _result; | |
1668 | wxWindow * _arg0; | |
1669 | int _arg1; | |
1670 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
1671 | int _arg3 = (int ) wxHF_DEFAULTSTYLE; | |
1672 | wxHtmlHelpData * _arg4 = (wxHtmlHelpData *) NULL; | |
1673 | PyObject * _argo0 = 0; | |
1674 | PyObject * _obj2 = 0; | |
1675 | PyObject * _argo4 = 0; | |
1676 | char *_kwnames[] = { "parent","wxWindowID","title","style","data", NULL }; | |
1677 | char _ptemp[128]; | |
1678 | ||
1679 | self = self; | |
1680 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi|OiO:new_wxHtmlHelpFrame",_kwnames,&_argo0,&_arg1,&_obj2,&_arg3,&_argo4)) | |
1681 | return NULL; | |
1682 | if (_argo0) { | |
1683 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1684 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
1685 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxHtmlHelpFrame. Expected _wxWindow_p."); | |
1686 | return NULL; | |
1687 | } | |
1688 | } | |
1689 | if (_obj2) | |
1690 | { | |
185d7c3e RD |
1691 | #if PYTHON_API_VERSION >= 1009 |
1692 | char* tmpPtr; int tmpSize; | |
1693 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 1694 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
1695 | return NULL; |
1696 | } | |
1697 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
1698 | return NULL; | |
1699 | _arg2 = new wxString(tmpPtr, tmpSize); | |
1700 | #else | |
2f90df85 RD |
1701 | if (!PyString_Check(_obj2)) { |
1702 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1703 | return NULL; | |
1704 | } | |
185d7c3e RD |
1705 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
1706 | #endif | |
2f90df85 RD |
1707 | } |
1708 | if (_argo4) { | |
1709 | if (_argo4 == Py_None) { _arg4 = NULL; } | |
1710 | else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxHtmlHelpData_p")) { | |
1711 | PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of new_wxHtmlHelpFrame. Expected _wxHtmlHelpData_p."); | |
1712 | return NULL; | |
1713 | } | |
1714 | } | |
1715 | { | |
1716 | wxPy_BEGIN_ALLOW_THREADS; | |
1717 | _result = (wxHtmlHelpFrame *)new_wxHtmlHelpFrame(_arg0,_arg1,*_arg2,_arg3,_arg4); | |
1718 | ||
1719 | wxPy_END_ALLOW_THREADS; | |
1720 | } if (_result) { | |
1721 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlHelpFrame_p"); | |
1722 | _resultobj = Py_BuildValue("s",_ptemp); | |
1723 | } else { | |
1724 | Py_INCREF(Py_None); | |
1725 | _resultobj = Py_None; | |
1726 | } | |
1727 | { | |
1728 | if (_obj2) | |
1729 | delete _arg2; | |
1730 | } | |
1731 | return _resultobj; | |
1732 | } | |
1733 | ||
1734 | #define wxHtmlHelpFrame_GetData(_swigobj) (_swigobj->GetData()) | |
1735 | static PyObject *_wrap_wxHtmlHelpFrame_GetData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1736 | PyObject * _resultobj; | |
1737 | wxHtmlHelpData * _result; | |
1738 | wxHtmlHelpFrame * _arg0; | |
1739 | PyObject * _argo0 = 0; | |
1740 | char *_kwnames[] = { "self", NULL }; | |
1741 | char _ptemp[128]; | |
1742 | ||
1743 | self = self; | |
1744 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrame_GetData",_kwnames,&_argo0)) | |
1745 | return NULL; | |
1746 | if (_argo0) { | |
1747 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1748 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
1749 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_GetData. Expected _wxHtmlHelpFrame_p."); | |
1750 | return NULL; | |
1751 | } | |
1752 | } | |
1753 | { | |
1754 | wxPy_BEGIN_ALLOW_THREADS; | |
1755 | _result = (wxHtmlHelpData *)wxHtmlHelpFrame_GetData(_arg0); | |
1756 | ||
1757 | wxPy_END_ALLOW_THREADS; | |
1758 | } if (_result) { | |
1759 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlHelpData_p"); | |
1760 | _resultobj = Py_BuildValue("s",_ptemp); | |
1761 | } else { | |
1762 | Py_INCREF(Py_None); | |
1763 | _resultobj = Py_None; | |
1764 | } | |
1765 | return _resultobj; | |
1766 | } | |
1767 | ||
1768 | #define wxHtmlHelpFrame_SetTitleFormat(_swigobj,_swigarg0) (_swigobj->SetTitleFormat(_swigarg0)) | |
1769 | static PyObject *_wrap_wxHtmlHelpFrame_SetTitleFormat(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1770 | PyObject * _resultobj; | |
1771 | wxHtmlHelpFrame * _arg0; | |
1772 | wxString * _arg1; | |
1773 | PyObject * _argo0 = 0; | |
1774 | PyObject * _obj1 = 0; | |
1775 | char *_kwnames[] = { "self","format", NULL }; | |
1776 | ||
1777 | self = self; | |
1778 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpFrame_SetTitleFormat",_kwnames,&_argo0,&_obj1)) | |
1779 | return NULL; | |
1780 | if (_argo0) { | |
1781 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1782 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
1783 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_SetTitleFormat. Expected _wxHtmlHelpFrame_p."); | |
1784 | return NULL; | |
1785 | } | |
1786 | } | |
1787 | { | |
185d7c3e RD |
1788 | #if PYTHON_API_VERSION >= 1009 |
1789 | char* tmpPtr; int tmpSize; | |
1790 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 1791 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
1792 | return NULL; |
1793 | } | |
1794 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1795 | return NULL; | |
1796 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1797 | #else | |
2f90df85 RD |
1798 | if (!PyString_Check(_obj1)) { |
1799 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1800 | return NULL; | |
1801 | } | |
185d7c3e RD |
1802 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1803 | #endif | |
2f90df85 RD |
1804 | } |
1805 | { | |
1806 | wxPy_BEGIN_ALLOW_THREADS; | |
1807 | wxHtmlHelpFrame_SetTitleFormat(_arg0,*_arg1); | |
1808 | ||
1809 | wxPy_END_ALLOW_THREADS; | |
1810 | } Py_INCREF(Py_None); | |
1811 | _resultobj = Py_None; | |
1812 | { | |
1813 | if (_obj1) | |
1814 | delete _arg1; | |
1815 | } | |
1816 | return _resultobj; | |
1817 | } | |
1818 | ||
1819 | #define wxHtmlHelpFrame_Display(_swigobj,_swigarg0) (_swigobj->Display(_swigarg0)) | |
1820 | static PyObject *_wrap_wxHtmlHelpFrame_Display(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1821 | PyObject * _resultobj; | |
1822 | wxHtmlHelpFrame * _arg0; | |
1823 | wxString * _arg1; | |
1824 | PyObject * _argo0 = 0; | |
1825 | PyObject * _obj1 = 0; | |
1826 | char *_kwnames[] = { "self","x", NULL }; | |
1827 | ||
1828 | self = self; | |
1829 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpFrame_Display",_kwnames,&_argo0,&_obj1)) | |
1830 | return NULL; | |
1831 | if (_argo0) { | |
1832 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1833 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
1834 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_Display. Expected _wxHtmlHelpFrame_p."); | |
1835 | return NULL; | |
1836 | } | |
1837 | } | |
1838 | { | |
185d7c3e RD |
1839 | #if PYTHON_API_VERSION >= 1009 |
1840 | char* tmpPtr; int tmpSize; | |
1841 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 1842 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
1843 | return NULL; |
1844 | } | |
1845 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1846 | return NULL; | |
1847 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1848 | #else | |
2f90df85 RD |
1849 | if (!PyString_Check(_obj1)) { |
1850 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1851 | return NULL; | |
1852 | } | |
185d7c3e RD |
1853 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1854 | #endif | |
2f90df85 RD |
1855 | } |
1856 | { | |
1857 | wxPy_BEGIN_ALLOW_THREADS; | |
1858 | wxHtmlHelpFrame_Display(_arg0,*_arg1); | |
1859 | ||
1860 | wxPy_END_ALLOW_THREADS; | |
1861 | } Py_INCREF(Py_None); | |
1862 | _resultobj = Py_None; | |
1863 | { | |
1864 | if (_obj1) | |
1865 | delete _arg1; | |
1866 | } | |
1867 | return _resultobj; | |
1868 | } | |
1869 | ||
1870 | #define wxHtmlHelpFrame_DisplayID(_swigobj,_swigarg0) (_swigobj->Display(_swigarg0)) | |
1871 | static PyObject *_wrap_wxHtmlHelpFrame_DisplayID(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1872 | PyObject * _resultobj; | |
1873 | wxHtmlHelpFrame * _arg0; | |
1874 | int _arg1; | |
1875 | PyObject * _argo0 = 0; | |
1876 | char *_kwnames[] = { "self","id", NULL }; | |
1877 | ||
1878 | self = self; | |
1879 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxHtmlHelpFrame_DisplayID",_kwnames,&_argo0,&_arg1)) | |
1880 | return NULL; | |
1881 | if (_argo0) { | |
1882 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1883 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
1884 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_DisplayID. Expected _wxHtmlHelpFrame_p."); | |
1885 | return NULL; | |
1886 | } | |
1887 | } | |
1888 | { | |
1889 | wxPy_BEGIN_ALLOW_THREADS; | |
1890 | wxHtmlHelpFrame_DisplayID(_arg0,_arg1); | |
1891 | ||
1892 | wxPy_END_ALLOW_THREADS; | |
1893 | } Py_INCREF(Py_None); | |
1894 | _resultobj = Py_None; | |
1895 | return _resultobj; | |
1896 | } | |
1897 | ||
1898 | #define wxHtmlHelpFrame_DisplayContents(_swigobj) (_swigobj->DisplayContents()) | |
1899 | static PyObject *_wrap_wxHtmlHelpFrame_DisplayContents(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1900 | PyObject * _resultobj; | |
1901 | wxHtmlHelpFrame * _arg0; | |
1902 | PyObject * _argo0 = 0; | |
1903 | char *_kwnames[] = { "self", NULL }; | |
1904 | ||
1905 | self = self; | |
1906 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrame_DisplayContents",_kwnames,&_argo0)) | |
1907 | return NULL; | |
1908 | if (_argo0) { | |
1909 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1910 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
1911 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_DisplayContents. Expected _wxHtmlHelpFrame_p."); | |
1912 | return NULL; | |
1913 | } | |
1914 | } | |
1915 | { | |
1916 | wxPy_BEGIN_ALLOW_THREADS; | |
1917 | wxHtmlHelpFrame_DisplayContents(_arg0); | |
1918 | ||
1919 | wxPy_END_ALLOW_THREADS; | |
1920 | } Py_INCREF(Py_None); | |
1921 | _resultobj = Py_None; | |
1922 | return _resultobj; | |
1923 | } | |
1924 | ||
1925 | #define wxHtmlHelpFrame_DisplayIndex(_swigobj) (_swigobj->DisplayIndex()) | |
1926 | static PyObject *_wrap_wxHtmlHelpFrame_DisplayIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1927 | PyObject * _resultobj; | |
1928 | wxHtmlHelpFrame * _arg0; | |
1929 | PyObject * _argo0 = 0; | |
1930 | char *_kwnames[] = { "self", NULL }; | |
1931 | ||
1932 | self = self; | |
1933 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpFrame_DisplayIndex",_kwnames,&_argo0)) | |
1934 | return NULL; | |
1935 | if (_argo0) { | |
1936 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1937 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
1938 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_DisplayIndex. Expected _wxHtmlHelpFrame_p."); | |
1939 | return NULL; | |
1940 | } | |
1941 | } | |
1942 | { | |
1943 | wxPy_BEGIN_ALLOW_THREADS; | |
1944 | wxHtmlHelpFrame_DisplayIndex(_arg0); | |
1945 | ||
1946 | wxPy_END_ALLOW_THREADS; | |
1947 | } Py_INCREF(Py_None); | |
1948 | _resultobj = Py_None; | |
1949 | return _resultobj; | |
1950 | } | |
1951 | ||
1952 | #define wxHtmlHelpFrame_KeywordSearch(_swigobj,_swigarg0) (_swigobj->KeywordSearch(_swigarg0)) | |
1953 | static PyObject *_wrap_wxHtmlHelpFrame_KeywordSearch(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1954 | PyObject * _resultobj; | |
1955 | bool _result; | |
1956 | wxHtmlHelpFrame * _arg0; | |
1957 | wxString * _arg1; | |
1958 | PyObject * _argo0 = 0; | |
1959 | PyObject * _obj1 = 0; | |
1960 | char *_kwnames[] = { "self","keyword", NULL }; | |
1961 | ||
1962 | self = self; | |
1963 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpFrame_KeywordSearch",_kwnames,&_argo0,&_obj1)) | |
1964 | return NULL; | |
1965 | if (_argo0) { | |
1966 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1967 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
1968 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_KeywordSearch. Expected _wxHtmlHelpFrame_p."); | |
1969 | return NULL; | |
1970 | } | |
1971 | } | |
1972 | { | |
185d7c3e RD |
1973 | #if PYTHON_API_VERSION >= 1009 |
1974 | char* tmpPtr; int tmpSize; | |
1975 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 1976 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
1977 | return NULL; |
1978 | } | |
1979 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1980 | return NULL; | |
1981 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1982 | #else | |
2f90df85 RD |
1983 | if (!PyString_Check(_obj1)) { |
1984 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1985 | return NULL; | |
1986 | } | |
185d7c3e RD |
1987 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1988 | #endif | |
2f90df85 RD |
1989 | } |
1990 | { | |
1991 | wxPy_BEGIN_ALLOW_THREADS; | |
1992 | _result = (bool )wxHtmlHelpFrame_KeywordSearch(_arg0,*_arg1); | |
1993 | ||
1994 | wxPy_END_ALLOW_THREADS; | |
1995 | } _resultobj = Py_BuildValue("i",_result); | |
1996 | { | |
1997 | if (_obj1) | |
1998 | delete _arg1; | |
1999 | } | |
2000 | return _resultobj; | |
2001 | } | |
2002 | ||
2f90df85 RD |
2003 | #define wxHtmlHelpFrame_UseConfig(_swigobj,_swigarg0,_swigarg1) (_swigobj->UseConfig(_swigarg0,_swigarg1)) |
2004 | static PyObject *_wrap_wxHtmlHelpFrame_UseConfig(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2005 | PyObject * _resultobj; | |
2006 | wxHtmlHelpFrame * _arg0; | |
2007 | wxConfigBase * _arg1; | |
2008 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
2009 | PyObject * _argo0 = 0; | |
2010 | PyObject * _argo1 = 0; | |
2011 | PyObject * _obj2 = 0; | |
2012 | char *_kwnames[] = { "self","config","rootpath", NULL }; | |
2013 | ||
2014 | self = self; | |
2015 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxHtmlHelpFrame_UseConfig",_kwnames,&_argo0,&_argo1,&_obj2)) | |
2016 | return NULL; | |
2017 | if (_argo0) { | |
2018 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2019 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
2020 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_UseConfig. Expected _wxHtmlHelpFrame_p."); | |
2021 | return NULL; | |
2022 | } | |
2023 | } | |
2024 | if (_argo1) { | |
2025 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2026 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
2027 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxHtmlHelpFrame_UseConfig. Expected _wxConfigBase_p."); | |
2028 | return NULL; | |
2029 | } | |
2030 | } | |
2031 | if (_obj2) | |
2032 | { | |
185d7c3e RD |
2033 | #if PYTHON_API_VERSION >= 1009 |
2034 | char* tmpPtr; int tmpSize; | |
2035 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 2036 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2037 | return NULL; |
2038 | } | |
2039 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
2040 | return NULL; | |
2041 | _arg2 = new wxString(tmpPtr, tmpSize); | |
2042 | #else | |
2f90df85 RD |
2043 | if (!PyString_Check(_obj2)) { |
2044 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2045 | return NULL; | |
2046 | } | |
185d7c3e RD |
2047 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
2048 | #endif | |
2f90df85 RD |
2049 | } |
2050 | { | |
2051 | wxPy_BEGIN_ALLOW_THREADS; | |
2052 | wxHtmlHelpFrame_UseConfig(_arg0,_arg1,*_arg2); | |
2053 | ||
2054 | wxPy_END_ALLOW_THREADS; | |
2055 | } Py_INCREF(Py_None); | |
2056 | _resultobj = Py_None; | |
2057 | { | |
2058 | if (_obj2) | |
2059 | delete _arg2; | |
2060 | } | |
2061 | return _resultobj; | |
2062 | } | |
2063 | ||
2064 | #define wxHtmlHelpFrame_ReadCustomization(_swigobj,_swigarg0,_swigarg1) (_swigobj->ReadCustomization(_swigarg0,_swigarg1)) | |
2065 | static PyObject *_wrap_wxHtmlHelpFrame_ReadCustomization(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2066 | PyObject * _resultobj; | |
2067 | wxHtmlHelpFrame * _arg0; | |
2068 | wxConfigBase * _arg1; | |
2069 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
2070 | PyObject * _argo0 = 0; | |
2071 | PyObject * _argo1 = 0; | |
2072 | PyObject * _obj2 = 0; | |
2073 | char *_kwnames[] = { "self","cfg","path", NULL }; | |
2074 | ||
2075 | self = self; | |
2076 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxHtmlHelpFrame_ReadCustomization",_kwnames,&_argo0,&_argo1,&_obj2)) | |
2077 | return NULL; | |
2078 | if (_argo0) { | |
2079 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2080 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
2081 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_ReadCustomization. Expected _wxHtmlHelpFrame_p."); | |
2082 | return NULL; | |
2083 | } | |
2084 | } | |
2085 | if (_argo1) { | |
2086 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2087 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
2088 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxHtmlHelpFrame_ReadCustomization. Expected _wxConfigBase_p."); | |
2089 | return NULL; | |
2090 | } | |
2091 | } | |
2092 | if (_obj2) | |
2093 | { | |
185d7c3e RD |
2094 | #if PYTHON_API_VERSION >= 1009 |
2095 | char* tmpPtr; int tmpSize; | |
2096 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 2097 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2098 | return NULL; |
2099 | } | |
2100 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
2101 | return NULL; | |
2102 | _arg2 = new wxString(tmpPtr, tmpSize); | |
2103 | #else | |
2f90df85 RD |
2104 | if (!PyString_Check(_obj2)) { |
2105 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2106 | return NULL; | |
2107 | } | |
185d7c3e RD |
2108 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
2109 | #endif | |
2f90df85 RD |
2110 | } |
2111 | { | |
2112 | wxPy_BEGIN_ALLOW_THREADS; | |
2113 | wxHtmlHelpFrame_ReadCustomization(_arg0,_arg1,*_arg2); | |
2114 | ||
2115 | wxPy_END_ALLOW_THREADS; | |
2116 | } Py_INCREF(Py_None); | |
2117 | _resultobj = Py_None; | |
2118 | { | |
2119 | if (_obj2) | |
2120 | delete _arg2; | |
2121 | } | |
2122 | return _resultobj; | |
2123 | } | |
2124 | ||
2125 | #define wxHtmlHelpFrame_WriteCustomization(_swigobj,_swigarg0,_swigarg1) (_swigobj->WriteCustomization(_swigarg0,_swigarg1)) | |
2126 | static PyObject *_wrap_wxHtmlHelpFrame_WriteCustomization(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2127 | PyObject * _resultobj; | |
2128 | wxHtmlHelpFrame * _arg0; | |
2129 | wxConfigBase * _arg1; | |
2130 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
2131 | PyObject * _argo0 = 0; | |
2132 | PyObject * _argo1 = 0; | |
2133 | PyObject * _obj2 = 0; | |
2134 | char *_kwnames[] = { "self","cfg","path", NULL }; | |
2135 | ||
2136 | self = self; | |
2137 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxHtmlHelpFrame_WriteCustomization",_kwnames,&_argo0,&_argo1,&_obj2)) | |
2138 | return NULL; | |
2139 | if (_argo0) { | |
2140 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2141 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpFrame_p")) { | |
2142 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpFrame_WriteCustomization. Expected _wxHtmlHelpFrame_p."); | |
2143 | return NULL; | |
2144 | } | |
2145 | } | |
2146 | if (_argo1) { | |
2147 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2148 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
2149 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxHtmlHelpFrame_WriteCustomization. Expected _wxConfigBase_p."); | |
2150 | return NULL; | |
2151 | } | |
2152 | } | |
2153 | if (_obj2) | |
2154 | { | |
185d7c3e RD |
2155 | #if PYTHON_API_VERSION >= 1009 |
2156 | char* tmpPtr; int tmpSize; | |
2157 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 2158 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2159 | return NULL; |
2160 | } | |
2161 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
2162 | return NULL; | |
2163 | _arg2 = new wxString(tmpPtr, tmpSize); | |
2164 | #else | |
2f90df85 RD |
2165 | if (!PyString_Check(_obj2)) { |
2166 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2167 | return NULL; | |
2168 | } | |
185d7c3e RD |
2169 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
2170 | #endif | |
2f90df85 RD |
2171 | } |
2172 | { | |
2173 | wxPy_BEGIN_ALLOW_THREADS; | |
2174 | wxHtmlHelpFrame_WriteCustomization(_arg0,_arg1,*_arg2); | |
2175 | ||
2176 | wxPy_END_ALLOW_THREADS; | |
2177 | } Py_INCREF(Py_None); | |
2178 | _resultobj = Py_None; | |
2179 | { | |
2180 | if (_obj2) | |
2181 | delete _arg2; | |
2182 | } | |
2183 | return _resultobj; | |
2184 | } | |
2185 | ||
2186 | static void *SwigwxHtmlHelpControllerTowxEvtHandler(void *ptr) { | |
2187 | wxHtmlHelpController *src; | |
2188 | wxEvtHandler *dest; | |
2189 | src = (wxHtmlHelpController *) ptr; | |
2190 | dest = (wxEvtHandler *) src; | |
2191 | return (void *) dest; | |
2192 | } | |
2193 | ||
9416aa89 RD |
2194 | static void *SwigwxHtmlHelpControllerTowxObject(void *ptr) { |
2195 | wxHtmlHelpController *src; | |
2196 | wxObject *dest; | |
2197 | src = (wxHtmlHelpController *) ptr; | |
2198 | dest = (wxObject *) src; | |
2199 | return (void *) dest; | |
2200 | } | |
2201 | ||
794c5cb1 | 2202 | #define new_wxHtmlHelpController(_swigarg0) (new wxHtmlHelpController(_swigarg0)) |
2f90df85 RD |
2203 | static PyObject *_wrap_new_wxHtmlHelpController(PyObject *self, PyObject *args, PyObject *kwargs) { |
2204 | PyObject * _resultobj; | |
2205 | wxHtmlHelpController * _result; | |
794c5cb1 RD |
2206 | int _arg0 = (int ) (wxHF_DEFAULTSTYLE); |
2207 | char *_kwnames[] = { "style", NULL }; | |
2f90df85 RD |
2208 | char _ptemp[128]; |
2209 | ||
2210 | self = self; | |
794c5cb1 | 2211 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxHtmlHelpController",_kwnames,&_arg0)) |
2f90df85 RD |
2212 | return NULL; |
2213 | { | |
2214 | wxPy_BEGIN_ALLOW_THREADS; | |
794c5cb1 | 2215 | _result = (wxHtmlHelpController *)new_wxHtmlHelpController(_arg0); |
2f90df85 RD |
2216 | |
2217 | wxPy_END_ALLOW_THREADS; | |
2218 | } if (_result) { | |
2219 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlHelpController_p"); | |
2220 | _resultobj = Py_BuildValue("s",_ptemp); | |
2221 | } else { | |
2222 | Py_INCREF(Py_None); | |
2223 | _resultobj = Py_None; | |
2224 | } | |
2225 | return _resultobj; | |
2226 | } | |
2227 | ||
2228 | #define delete_wxHtmlHelpController(_swigobj) (delete _swigobj) | |
2229 | static PyObject *_wrap_delete_wxHtmlHelpController(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2230 | PyObject * _resultobj; | |
2231 | wxHtmlHelpController * _arg0; | |
2232 | PyObject * _argo0 = 0; | |
2233 | char *_kwnames[] = { "self", NULL }; | |
2234 | ||
2235 | self = self; | |
2236 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxHtmlHelpController",_kwnames,&_argo0)) | |
2237 | return NULL; | |
2238 | if (_argo0) { | |
2239 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2240 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2241 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxHtmlHelpController. Expected _wxHtmlHelpController_p."); | |
2242 | return NULL; | |
2243 | } | |
2244 | } | |
2245 | { | |
2246 | wxPy_BEGIN_ALLOW_THREADS; | |
2247 | delete_wxHtmlHelpController(_arg0); | |
2248 | ||
2249 | wxPy_END_ALLOW_THREADS; | |
2250 | } Py_INCREF(Py_None); | |
2251 | _resultobj = Py_None; | |
2252 | return _resultobj; | |
2253 | } | |
2254 | ||
2255 | #define wxHtmlHelpController_SetTitleFormat(_swigobj,_swigarg0) (_swigobj->SetTitleFormat(_swigarg0)) | |
2256 | static PyObject *_wrap_wxHtmlHelpController_SetTitleFormat(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2257 | PyObject * _resultobj; | |
2258 | wxHtmlHelpController * _arg0; | |
2259 | wxString * _arg1; | |
2260 | PyObject * _argo0 = 0; | |
2261 | PyObject * _obj1 = 0; | |
2262 | char *_kwnames[] = { "self","format", NULL }; | |
2263 | ||
2264 | self = self; | |
2265 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpController_SetTitleFormat",_kwnames,&_argo0,&_obj1)) | |
2266 | return NULL; | |
2267 | if (_argo0) { | |
2268 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2269 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2270 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_SetTitleFormat. Expected _wxHtmlHelpController_p."); | |
2271 | return NULL; | |
2272 | } | |
2273 | } | |
2274 | { | |
185d7c3e RD |
2275 | #if PYTHON_API_VERSION >= 1009 |
2276 | char* tmpPtr; int tmpSize; | |
2277 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 2278 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2279 | return NULL; |
2280 | } | |
2281 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
2282 | return NULL; | |
2283 | _arg1 = new wxString(tmpPtr, tmpSize); | |
2284 | #else | |
2f90df85 RD |
2285 | if (!PyString_Check(_obj1)) { |
2286 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2287 | return NULL; | |
2288 | } | |
185d7c3e RD |
2289 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
2290 | #endif | |
2f90df85 RD |
2291 | } |
2292 | { | |
2293 | wxPy_BEGIN_ALLOW_THREADS; | |
2294 | wxHtmlHelpController_SetTitleFormat(_arg0,*_arg1); | |
2295 | ||
2296 | wxPy_END_ALLOW_THREADS; | |
2297 | } Py_INCREF(Py_None); | |
2298 | _resultobj = Py_None; | |
2299 | { | |
2300 | if (_obj1) | |
2301 | delete _arg1; | |
2302 | } | |
2303 | return _resultobj; | |
2304 | } | |
2305 | ||
2306 | #define wxHtmlHelpController_SetTempDir(_swigobj,_swigarg0) (_swigobj->SetTempDir(_swigarg0)) | |
2307 | static PyObject *_wrap_wxHtmlHelpController_SetTempDir(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2308 | PyObject * _resultobj; | |
2309 | wxHtmlHelpController * _arg0; | |
2310 | wxString * _arg1; | |
2311 | PyObject * _argo0 = 0; | |
2312 | PyObject * _obj1 = 0; | |
2313 | char *_kwnames[] = { "self","path", NULL }; | |
2314 | ||
2315 | self = self; | |
2316 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpController_SetTempDir",_kwnames,&_argo0,&_obj1)) | |
2317 | return NULL; | |
2318 | if (_argo0) { | |
2319 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2320 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2321 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_SetTempDir. Expected _wxHtmlHelpController_p."); | |
2322 | return NULL; | |
2323 | } | |
2324 | } | |
2325 | { | |
185d7c3e RD |
2326 | #if PYTHON_API_VERSION >= 1009 |
2327 | char* tmpPtr; int tmpSize; | |
2328 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 2329 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2330 | return NULL; |
2331 | } | |
2332 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
2333 | return NULL; | |
2334 | _arg1 = new wxString(tmpPtr, tmpSize); | |
2335 | #else | |
2f90df85 RD |
2336 | if (!PyString_Check(_obj1)) { |
2337 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2338 | return NULL; | |
2339 | } | |
185d7c3e RD |
2340 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
2341 | #endif | |
2f90df85 RD |
2342 | } |
2343 | { | |
2344 | wxPy_BEGIN_ALLOW_THREADS; | |
2345 | wxHtmlHelpController_SetTempDir(_arg0,*_arg1); | |
2346 | ||
2347 | wxPy_END_ALLOW_THREADS; | |
2348 | } Py_INCREF(Py_None); | |
2349 | _resultobj = Py_None; | |
2350 | { | |
2351 | if (_obj1) | |
2352 | delete _arg1; | |
2353 | } | |
2354 | return _resultobj; | |
2355 | } | |
2356 | ||
2357 | #define wxHtmlHelpController_AddBook(_swigobj,_swigarg0,_swigarg1) (_swigobj->AddBook(_swigarg0,_swigarg1)) | |
2358 | static PyObject *_wrap_wxHtmlHelpController_AddBook(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2359 | PyObject * _resultobj; | |
2360 | bool _result; | |
2361 | wxHtmlHelpController * _arg0; | |
2362 | wxString * _arg1; | |
2363 | int _arg2 = (int ) FALSE; | |
2364 | PyObject * _argo0 = 0; | |
2365 | PyObject * _obj1 = 0; | |
2366 | char *_kwnames[] = { "self","book","show_wait_msg", NULL }; | |
2367 | ||
2368 | self = self; | |
2369 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxHtmlHelpController_AddBook",_kwnames,&_argo0,&_obj1,&_arg2)) | |
2370 | return NULL; | |
2371 | if (_argo0) { | |
2372 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2373 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2374 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_AddBook. Expected _wxHtmlHelpController_p."); | |
2375 | return NULL; | |
2376 | } | |
2377 | } | |
2378 | { | |
185d7c3e RD |
2379 | #if PYTHON_API_VERSION >= 1009 |
2380 | char* tmpPtr; int tmpSize; | |
2381 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 2382 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2383 | return NULL; |
2384 | } | |
2385 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
2386 | return NULL; | |
2387 | _arg1 = new wxString(tmpPtr, tmpSize); | |
2388 | #else | |
2f90df85 RD |
2389 | if (!PyString_Check(_obj1)) { |
2390 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2391 | return NULL; | |
2392 | } | |
185d7c3e RD |
2393 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
2394 | #endif | |
2f90df85 RD |
2395 | } |
2396 | { | |
2397 | wxPy_BEGIN_ALLOW_THREADS; | |
2398 | _result = (bool )wxHtmlHelpController_AddBook(_arg0,*_arg1,_arg2); | |
2399 | ||
2400 | wxPy_END_ALLOW_THREADS; | |
2401 | } _resultobj = Py_BuildValue("i",_result); | |
2402 | { | |
2403 | if (_obj1) | |
2404 | delete _arg1; | |
2405 | } | |
2406 | return _resultobj; | |
2407 | } | |
2408 | ||
2409 | #define wxHtmlHelpController_Display(_swigobj,_swigarg0) (_swigobj->Display(_swigarg0)) | |
2410 | static PyObject *_wrap_wxHtmlHelpController_Display(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2411 | PyObject * _resultobj; | |
2412 | wxHtmlHelpController * _arg0; | |
2413 | wxString * _arg1; | |
2414 | PyObject * _argo0 = 0; | |
2415 | PyObject * _obj1 = 0; | |
2416 | char *_kwnames[] = { "self","x", NULL }; | |
2417 | ||
2418 | self = self; | |
2419 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpController_Display",_kwnames,&_argo0,&_obj1)) | |
2420 | return NULL; | |
2421 | if (_argo0) { | |
2422 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2423 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2424 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_Display. Expected _wxHtmlHelpController_p."); | |
2425 | return NULL; | |
2426 | } | |
2427 | } | |
2428 | { | |
185d7c3e RD |
2429 | #if PYTHON_API_VERSION >= 1009 |
2430 | char* tmpPtr; int tmpSize; | |
2431 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 2432 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2433 | return NULL; |
2434 | } | |
2435 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
2436 | return NULL; | |
2437 | _arg1 = new wxString(tmpPtr, tmpSize); | |
2438 | #else | |
2f90df85 RD |
2439 | if (!PyString_Check(_obj1)) { |
2440 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2441 | return NULL; | |
2442 | } | |
185d7c3e RD |
2443 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
2444 | #endif | |
2f90df85 RD |
2445 | } |
2446 | { | |
2447 | wxPy_BEGIN_ALLOW_THREADS; | |
2448 | wxHtmlHelpController_Display(_arg0,*_arg1); | |
2449 | ||
2450 | wxPy_END_ALLOW_THREADS; | |
2451 | } Py_INCREF(Py_None); | |
2452 | _resultobj = Py_None; | |
2453 | { | |
2454 | if (_obj1) | |
2455 | delete _arg1; | |
2456 | } | |
2457 | return _resultobj; | |
2458 | } | |
2459 | ||
2460 | #define wxHtmlHelpController_DisplayID(_swigobj,_swigarg0) (_swigobj->Display(_swigarg0)) | |
2461 | static PyObject *_wrap_wxHtmlHelpController_DisplayID(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2462 | PyObject * _resultobj; | |
2463 | wxHtmlHelpController * _arg0; | |
2464 | int _arg1; | |
2465 | PyObject * _argo0 = 0; | |
2466 | char *_kwnames[] = { "self","id", NULL }; | |
2467 | ||
2468 | self = self; | |
2469 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxHtmlHelpController_DisplayID",_kwnames,&_argo0,&_arg1)) | |
2470 | return NULL; | |
2471 | if (_argo0) { | |
2472 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2473 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2474 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_DisplayID. Expected _wxHtmlHelpController_p."); | |
2475 | return NULL; | |
2476 | } | |
2477 | } | |
2478 | { | |
2479 | wxPy_BEGIN_ALLOW_THREADS; | |
2480 | wxHtmlHelpController_DisplayID(_arg0,_arg1); | |
2481 | ||
2482 | wxPy_END_ALLOW_THREADS; | |
2483 | } Py_INCREF(Py_None); | |
2484 | _resultobj = Py_None; | |
2485 | return _resultobj; | |
2486 | } | |
2487 | ||
2488 | #define wxHtmlHelpController_DisplayContents(_swigobj) (_swigobj->DisplayContents()) | |
2489 | static PyObject *_wrap_wxHtmlHelpController_DisplayContents(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2490 | PyObject * _resultobj; | |
2491 | wxHtmlHelpController * _arg0; | |
2492 | PyObject * _argo0 = 0; | |
2493 | char *_kwnames[] = { "self", NULL }; | |
2494 | ||
2495 | self = self; | |
2496 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpController_DisplayContents",_kwnames,&_argo0)) | |
2497 | return NULL; | |
2498 | if (_argo0) { | |
2499 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2500 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2501 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_DisplayContents. Expected _wxHtmlHelpController_p."); | |
2502 | return NULL; | |
2503 | } | |
2504 | } | |
2505 | { | |
2506 | wxPy_BEGIN_ALLOW_THREADS; | |
2507 | wxHtmlHelpController_DisplayContents(_arg0); | |
2508 | ||
2509 | wxPy_END_ALLOW_THREADS; | |
2510 | } Py_INCREF(Py_None); | |
2511 | _resultobj = Py_None; | |
2512 | return _resultobj; | |
2513 | } | |
2514 | ||
2515 | #define wxHtmlHelpController_DisplayIndex(_swigobj) (_swigobj->DisplayIndex()) | |
2516 | static PyObject *_wrap_wxHtmlHelpController_DisplayIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2517 | PyObject * _resultobj; | |
2518 | wxHtmlHelpController * _arg0; | |
2519 | PyObject * _argo0 = 0; | |
2520 | char *_kwnames[] = { "self", NULL }; | |
2521 | ||
2522 | self = self; | |
2523 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpController_DisplayIndex",_kwnames,&_argo0)) | |
2524 | return NULL; | |
2525 | if (_argo0) { | |
2526 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2527 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2528 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_DisplayIndex. Expected _wxHtmlHelpController_p."); | |
2529 | return NULL; | |
2530 | } | |
2531 | } | |
2532 | { | |
2533 | wxPy_BEGIN_ALLOW_THREADS; | |
2534 | wxHtmlHelpController_DisplayIndex(_arg0); | |
2535 | ||
2536 | wxPy_END_ALLOW_THREADS; | |
2537 | } Py_INCREF(Py_None); | |
2538 | _resultobj = Py_None; | |
2539 | return _resultobj; | |
2540 | } | |
2541 | ||
2542 | #define wxHtmlHelpController_KeywordSearch(_swigobj,_swigarg0) (_swigobj->KeywordSearch(_swigarg0)) | |
2543 | static PyObject *_wrap_wxHtmlHelpController_KeywordSearch(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2544 | PyObject * _resultobj; | |
2545 | bool _result; | |
2546 | wxHtmlHelpController * _arg0; | |
2547 | wxString * _arg1; | |
2548 | PyObject * _argo0 = 0; | |
2549 | PyObject * _obj1 = 0; | |
2550 | char *_kwnames[] = { "self","keyword", NULL }; | |
2551 | ||
2552 | self = self; | |
2553 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxHtmlHelpController_KeywordSearch",_kwnames,&_argo0,&_obj1)) | |
2554 | return NULL; | |
2555 | if (_argo0) { | |
2556 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2557 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2558 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_KeywordSearch. Expected _wxHtmlHelpController_p."); | |
2559 | return NULL; | |
2560 | } | |
2561 | } | |
2562 | { | |
185d7c3e RD |
2563 | #if PYTHON_API_VERSION >= 1009 |
2564 | char* tmpPtr; int tmpSize; | |
2565 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
794c5cb1 | 2566 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2567 | return NULL; |
2568 | } | |
2569 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
2570 | return NULL; | |
2571 | _arg1 = new wxString(tmpPtr, tmpSize); | |
2572 | #else | |
2f90df85 RD |
2573 | if (!PyString_Check(_obj1)) { |
2574 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2575 | return NULL; | |
2576 | } | |
185d7c3e RD |
2577 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
2578 | #endif | |
2f90df85 RD |
2579 | } |
2580 | { | |
2581 | wxPy_BEGIN_ALLOW_THREADS; | |
2582 | _result = (bool )wxHtmlHelpController_KeywordSearch(_arg0,*_arg1); | |
2583 | ||
2584 | wxPy_END_ALLOW_THREADS; | |
2585 | } _resultobj = Py_BuildValue("i",_result); | |
2586 | { | |
2587 | if (_obj1) | |
2588 | delete _arg1; | |
2589 | } | |
2590 | return _resultobj; | |
2591 | } | |
2592 | ||
2593 | #define wxHtmlHelpController_UseConfig(_swigobj,_swigarg0,_swigarg1) (_swigobj->UseConfig(_swigarg0,_swigarg1)) | |
2594 | static PyObject *_wrap_wxHtmlHelpController_UseConfig(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2595 | PyObject * _resultobj; | |
2596 | wxHtmlHelpController * _arg0; | |
2597 | wxConfigBase * _arg1; | |
2598 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
2599 | PyObject * _argo0 = 0; | |
2600 | PyObject * _argo1 = 0; | |
2601 | PyObject * _obj2 = 0; | |
2602 | char *_kwnames[] = { "self","config","rootpath", NULL }; | |
2603 | ||
2604 | self = self; | |
2605 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxHtmlHelpController_UseConfig",_kwnames,&_argo0,&_argo1,&_obj2)) | |
2606 | return NULL; | |
2607 | if (_argo0) { | |
2608 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2609 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2610 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_UseConfig. Expected _wxHtmlHelpController_p."); | |
2611 | return NULL; | |
2612 | } | |
2613 | } | |
2614 | if (_argo1) { | |
2615 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2616 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
2617 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxHtmlHelpController_UseConfig. Expected _wxConfigBase_p."); | |
2618 | return NULL; | |
2619 | } | |
2620 | } | |
2621 | if (_obj2) | |
2622 | { | |
185d7c3e RD |
2623 | #if PYTHON_API_VERSION >= 1009 |
2624 | char* tmpPtr; int tmpSize; | |
2625 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 2626 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2627 | return NULL; |
2628 | } | |
2629 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
2630 | return NULL; | |
2631 | _arg2 = new wxString(tmpPtr, tmpSize); | |
2632 | #else | |
2f90df85 RD |
2633 | if (!PyString_Check(_obj2)) { |
2634 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2635 | return NULL; | |
2636 | } | |
185d7c3e RD |
2637 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
2638 | #endif | |
2f90df85 RD |
2639 | } |
2640 | { | |
2641 | wxPy_BEGIN_ALLOW_THREADS; | |
2642 | wxHtmlHelpController_UseConfig(_arg0,_arg1,*_arg2); | |
2643 | ||
2644 | wxPy_END_ALLOW_THREADS; | |
2645 | } Py_INCREF(Py_None); | |
2646 | _resultobj = Py_None; | |
2647 | { | |
2648 | if (_obj2) | |
2649 | delete _arg2; | |
2650 | } | |
2651 | return _resultobj; | |
2652 | } | |
2653 | ||
2654 | #define wxHtmlHelpController_ReadCustomization(_swigobj,_swigarg0,_swigarg1) (_swigobj->ReadCustomization(_swigarg0,_swigarg1)) | |
2655 | static PyObject *_wrap_wxHtmlHelpController_ReadCustomization(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2656 | PyObject * _resultobj; | |
2657 | wxHtmlHelpController * _arg0; | |
2658 | wxConfigBase * _arg1; | |
2659 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
2660 | PyObject * _argo0 = 0; | |
2661 | PyObject * _argo1 = 0; | |
2662 | PyObject * _obj2 = 0; | |
2663 | char *_kwnames[] = { "self","cfg","path", NULL }; | |
2664 | ||
2665 | self = self; | |
2666 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxHtmlHelpController_ReadCustomization",_kwnames,&_argo0,&_argo1,&_obj2)) | |
2667 | return NULL; | |
2668 | if (_argo0) { | |
2669 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2670 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2671 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_ReadCustomization. Expected _wxHtmlHelpController_p."); | |
2672 | return NULL; | |
2673 | } | |
2674 | } | |
2675 | if (_argo1) { | |
2676 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2677 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
2678 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxHtmlHelpController_ReadCustomization. Expected _wxConfigBase_p."); | |
2679 | return NULL; | |
2680 | } | |
2681 | } | |
2682 | if (_obj2) | |
2683 | { | |
185d7c3e RD |
2684 | #if PYTHON_API_VERSION >= 1009 |
2685 | char* tmpPtr; int tmpSize; | |
2686 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 2687 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2688 | return NULL; |
2689 | } | |
2690 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
2691 | return NULL; | |
2692 | _arg2 = new wxString(tmpPtr, tmpSize); | |
2693 | #else | |
2f90df85 RD |
2694 | if (!PyString_Check(_obj2)) { |
2695 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2696 | return NULL; | |
2697 | } | |
185d7c3e RD |
2698 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
2699 | #endif | |
2f90df85 RD |
2700 | } |
2701 | { | |
2702 | wxPy_BEGIN_ALLOW_THREADS; | |
2703 | wxHtmlHelpController_ReadCustomization(_arg0,_arg1,*_arg2); | |
2704 | ||
2705 | wxPy_END_ALLOW_THREADS; | |
2706 | } Py_INCREF(Py_None); | |
2707 | _resultobj = Py_None; | |
2708 | { | |
2709 | if (_obj2) | |
2710 | delete _arg2; | |
2711 | } | |
2712 | return _resultobj; | |
2713 | } | |
2714 | ||
2715 | #define wxHtmlHelpController_WriteCustomization(_swigobj,_swigarg0,_swigarg1) (_swigobj->WriteCustomization(_swigarg0,_swigarg1)) | |
2716 | static PyObject *_wrap_wxHtmlHelpController_WriteCustomization(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2717 | PyObject * _resultobj; | |
2718 | wxHtmlHelpController * _arg0; | |
2719 | wxConfigBase * _arg1; | |
2720 | wxString * _arg2 = (wxString *) &wxEmptyString; | |
2721 | PyObject * _argo0 = 0; | |
2722 | PyObject * _argo1 = 0; | |
2723 | PyObject * _obj2 = 0; | |
2724 | char *_kwnames[] = { "self","cfg","path", NULL }; | |
2725 | ||
2726 | self = self; | |
2727 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxHtmlHelpController_WriteCustomization",_kwnames,&_argo0,&_argo1,&_obj2)) | |
2728 | return NULL; | |
2729 | if (_argo0) { | |
2730 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2731 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2732 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_WriteCustomization. Expected _wxHtmlHelpController_p."); | |
2733 | return NULL; | |
2734 | } | |
2735 | } | |
2736 | if (_argo1) { | |
2737 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
2738 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
2739 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxHtmlHelpController_WriteCustomization. Expected _wxConfigBase_p."); | |
2740 | return NULL; | |
2741 | } | |
2742 | } | |
2743 | if (_obj2) | |
2744 | { | |
185d7c3e RD |
2745 | #if PYTHON_API_VERSION >= 1009 |
2746 | char* tmpPtr; int tmpSize; | |
2747 | if (!PyString_Check(_obj2) && !PyUnicode_Check(_obj2)) { | |
794c5cb1 | 2748 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
185d7c3e RD |
2749 | return NULL; |
2750 | } | |
2751 | if (PyString_AsStringAndSize(_obj2, &tmpPtr, &tmpSize) == -1) | |
2752 | return NULL; | |
2753 | _arg2 = new wxString(tmpPtr, tmpSize); | |
2754 | #else | |
2f90df85 RD |
2755 | if (!PyString_Check(_obj2)) { |
2756 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
2757 | return NULL; | |
2758 | } | |
185d7c3e RD |
2759 | _arg2 = new wxString(PyString_AS_STRING(_obj2), PyString_GET_SIZE(_obj2)); |
2760 | #endif | |
2f90df85 RD |
2761 | } |
2762 | { | |
2763 | wxPy_BEGIN_ALLOW_THREADS; | |
2764 | wxHtmlHelpController_WriteCustomization(_arg0,_arg1,*_arg2); | |
2765 | ||
2766 | wxPy_END_ALLOW_THREADS; | |
2767 | } Py_INCREF(Py_None); | |
2768 | _resultobj = Py_None; | |
2769 | { | |
2770 | if (_obj2) | |
2771 | delete _arg2; | |
2772 | } | |
2773 | return _resultobj; | |
2774 | } | |
2775 | ||
2776 | #define wxHtmlHelpController_GetFrame(_swigobj) (_swigobj->GetFrame()) | |
2777 | static PyObject *_wrap_wxHtmlHelpController_GetFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2778 | PyObject * _resultobj; | |
2779 | wxHtmlHelpFrame * _result; | |
2780 | wxHtmlHelpController * _arg0; | |
2781 | PyObject * _argo0 = 0; | |
2782 | char *_kwnames[] = { "self", NULL }; | |
2783 | char _ptemp[128]; | |
2784 | ||
2785 | self = self; | |
2786 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxHtmlHelpController_GetFrame",_kwnames,&_argo0)) | |
2787 | return NULL; | |
2788 | if (_argo0) { | |
2789 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2790 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxHtmlHelpController_p")) { | |
2791 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxHtmlHelpController_GetFrame. Expected _wxHtmlHelpController_p."); | |
2792 | return NULL; | |
2793 | } | |
2794 | } | |
2795 | { | |
2796 | wxPy_BEGIN_ALLOW_THREADS; | |
2797 | _result = (wxHtmlHelpFrame *)wxHtmlHelpController_GetFrame(_arg0); | |
2798 | ||
2799 | wxPy_END_ALLOW_THREADS; | |
2800 | } if (_result) { | |
2801 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxHtmlHelpFrame_p"); | |
2802 | _resultobj = Py_BuildValue("s",_ptemp); | |
2803 | } else { | |
2804 | Py_INCREF(Py_None); | |
2805 | _resultobj = Py_None; | |
2806 | } | |
2807 | return _resultobj; | |
2808 | } | |
2809 | ||
2f90df85 | 2810 | static PyMethodDef htmlhelpcMethods[] = { |
2f90df85 RD |
2811 | { "wxHtmlHelpController_GetFrame", (PyCFunction) _wrap_wxHtmlHelpController_GetFrame, METH_VARARGS | METH_KEYWORDS }, |
2812 | { "wxHtmlHelpController_WriteCustomization", (PyCFunction) _wrap_wxHtmlHelpController_WriteCustomization, METH_VARARGS | METH_KEYWORDS }, | |
2813 | { "wxHtmlHelpController_ReadCustomization", (PyCFunction) _wrap_wxHtmlHelpController_ReadCustomization, METH_VARARGS | METH_KEYWORDS }, | |
2814 | { "wxHtmlHelpController_UseConfig", (PyCFunction) _wrap_wxHtmlHelpController_UseConfig, METH_VARARGS | METH_KEYWORDS }, | |
2815 | { "wxHtmlHelpController_KeywordSearch", (PyCFunction) _wrap_wxHtmlHelpController_KeywordSearch, METH_VARARGS | METH_KEYWORDS }, | |
2816 | { "wxHtmlHelpController_DisplayIndex", (PyCFunction) _wrap_wxHtmlHelpController_DisplayIndex, METH_VARARGS | METH_KEYWORDS }, | |
2817 | { "wxHtmlHelpController_DisplayContents", (PyCFunction) _wrap_wxHtmlHelpController_DisplayContents, METH_VARARGS | METH_KEYWORDS }, | |
2818 | { "wxHtmlHelpController_DisplayID", (PyCFunction) _wrap_wxHtmlHelpController_DisplayID, METH_VARARGS | METH_KEYWORDS }, | |
2819 | { "wxHtmlHelpController_Display", (PyCFunction) _wrap_wxHtmlHelpController_Display, METH_VARARGS | METH_KEYWORDS }, | |
2820 | { "wxHtmlHelpController_AddBook", (PyCFunction) _wrap_wxHtmlHelpController_AddBook, METH_VARARGS | METH_KEYWORDS }, | |
2821 | { "wxHtmlHelpController_SetTempDir", (PyCFunction) _wrap_wxHtmlHelpController_SetTempDir, METH_VARARGS | METH_KEYWORDS }, | |
2822 | { "wxHtmlHelpController_SetTitleFormat", (PyCFunction) _wrap_wxHtmlHelpController_SetTitleFormat, METH_VARARGS | METH_KEYWORDS }, | |
2823 | { "delete_wxHtmlHelpController", (PyCFunction) _wrap_delete_wxHtmlHelpController, METH_VARARGS | METH_KEYWORDS }, | |
2824 | { "new_wxHtmlHelpController", (PyCFunction) _wrap_new_wxHtmlHelpController, METH_VARARGS | METH_KEYWORDS }, | |
2825 | { "wxHtmlHelpFrame_WriteCustomization", (PyCFunction) _wrap_wxHtmlHelpFrame_WriteCustomization, METH_VARARGS | METH_KEYWORDS }, | |
2826 | { "wxHtmlHelpFrame_ReadCustomization", (PyCFunction) _wrap_wxHtmlHelpFrame_ReadCustomization, METH_VARARGS | METH_KEYWORDS }, | |
2827 | { "wxHtmlHelpFrame_UseConfig", (PyCFunction) _wrap_wxHtmlHelpFrame_UseConfig, METH_VARARGS | METH_KEYWORDS }, | |
2f90df85 RD |
2828 | { "wxHtmlHelpFrame_KeywordSearch", (PyCFunction) _wrap_wxHtmlHelpFrame_KeywordSearch, METH_VARARGS | METH_KEYWORDS }, |
2829 | { "wxHtmlHelpFrame_DisplayIndex", (PyCFunction) _wrap_wxHtmlHelpFrame_DisplayIndex, METH_VARARGS | METH_KEYWORDS }, | |
2830 | { "wxHtmlHelpFrame_DisplayContents", (PyCFunction) _wrap_wxHtmlHelpFrame_DisplayContents, METH_VARARGS | METH_KEYWORDS }, | |
2831 | { "wxHtmlHelpFrame_DisplayID", (PyCFunction) _wrap_wxHtmlHelpFrame_DisplayID, METH_VARARGS | METH_KEYWORDS }, | |
2832 | { "wxHtmlHelpFrame_Display", (PyCFunction) _wrap_wxHtmlHelpFrame_Display, METH_VARARGS | METH_KEYWORDS }, | |
2833 | { "wxHtmlHelpFrame_SetTitleFormat", (PyCFunction) _wrap_wxHtmlHelpFrame_SetTitleFormat, METH_VARARGS | METH_KEYWORDS }, | |
2834 | { "wxHtmlHelpFrame_GetData", (PyCFunction) _wrap_wxHtmlHelpFrame_GetData, METH_VARARGS | METH_KEYWORDS }, | |
2835 | { "new_wxHtmlHelpFrame", (PyCFunction) _wrap_new_wxHtmlHelpFrame, METH_VARARGS | METH_KEYWORDS }, | |
2836 | { "wxHtmlHelpData_GetIndexCnt", (PyCFunction) _wrap_wxHtmlHelpData_GetIndexCnt, METH_VARARGS | METH_KEYWORDS }, | |
2837 | { "wxHtmlHelpData_GetIndex", (PyCFunction) _wrap_wxHtmlHelpData_GetIndex, METH_VARARGS | METH_KEYWORDS }, | |
2838 | { "wxHtmlHelpData_GetContentsCnt", (PyCFunction) _wrap_wxHtmlHelpData_GetContentsCnt, METH_VARARGS | METH_KEYWORDS }, | |
2839 | { "wxHtmlHelpData_GetContents", (PyCFunction) _wrap_wxHtmlHelpData_GetContents, METH_VARARGS | METH_KEYWORDS }, | |
2840 | { "wxHtmlHelpData_GetBookRecArray", (PyCFunction) _wrap_wxHtmlHelpData_GetBookRecArray, METH_VARARGS | METH_KEYWORDS }, | |
2841 | { "wxHtmlHelpData_FindPageById", (PyCFunction) _wrap_wxHtmlHelpData_FindPageById, METH_VARARGS | METH_KEYWORDS }, | |
2842 | { "wxHtmlHelpData_FindPageByName", (PyCFunction) _wrap_wxHtmlHelpData_FindPageByName, METH_VARARGS | METH_KEYWORDS }, | |
2f90df85 RD |
2843 | { "wxHtmlHelpData_AddBook", (PyCFunction) _wrap_wxHtmlHelpData_AddBook, METH_VARARGS | METH_KEYWORDS }, |
2844 | { "wxHtmlHelpData_SetTempDir", (PyCFunction) _wrap_wxHtmlHelpData_SetTempDir, METH_VARARGS | METH_KEYWORDS }, | |
2845 | { "delete_wxHtmlHelpData", (PyCFunction) _wrap_delete_wxHtmlHelpData, METH_VARARGS | METH_KEYWORDS }, | |
2846 | { "new_wxHtmlHelpData", (PyCFunction) _wrap_new_wxHtmlHelpData, METH_VARARGS | METH_KEYWORDS }, | |
2847 | { "wxHtmlSearchStatus_GetContentsItem", (PyCFunction) _wrap_wxHtmlSearchStatus_GetContentsItem, METH_VARARGS | METH_KEYWORDS }, | |
2848 | { "wxHtmlSearchStatus_GetName", (PyCFunction) _wrap_wxHtmlSearchStatus_GetName, METH_VARARGS | METH_KEYWORDS }, | |
2849 | { "wxHtmlSearchStatus_GetMaxIndex", (PyCFunction) _wrap_wxHtmlSearchStatus_GetMaxIndex, METH_VARARGS | METH_KEYWORDS }, | |
2850 | { "wxHtmlSearchStatus_GetCurIndex", (PyCFunction) _wrap_wxHtmlSearchStatus_GetCurIndex, METH_VARARGS | METH_KEYWORDS }, | |
2851 | { "wxHtmlSearchStatus_IsActive", (PyCFunction) _wrap_wxHtmlSearchStatus_IsActive, METH_VARARGS | METH_KEYWORDS }, | |
2852 | { "wxHtmlSearchStatus_Search", (PyCFunction) _wrap_wxHtmlSearchStatus_Search, METH_VARARGS | METH_KEYWORDS }, | |
2853 | { "wxHtmlContentsItem_m_Book_get", (PyCFunction) _wrap_wxHtmlContentsItem_m_Book_get, METH_VARARGS | METH_KEYWORDS }, | |
2854 | { "wxHtmlContentsItem_m_Book_set", (PyCFunction) _wrap_wxHtmlContentsItem_m_Book_set, METH_VARARGS | METH_KEYWORDS }, | |
2855 | { "wxHtmlContentsItem_m_Page_get", (PyCFunction) _wrap_wxHtmlContentsItem_m_Page_get, METH_VARARGS | METH_KEYWORDS }, | |
2856 | { "wxHtmlContentsItem_m_Page_set", (PyCFunction) _wrap_wxHtmlContentsItem_m_Page_set, METH_VARARGS | METH_KEYWORDS }, | |
2857 | { "wxHtmlContentsItem_m_Name_get", (PyCFunction) _wrap_wxHtmlContentsItem_m_Name_get, METH_VARARGS | METH_KEYWORDS }, | |
2858 | { "wxHtmlContentsItem_m_Name_set", (PyCFunction) _wrap_wxHtmlContentsItem_m_Name_set, METH_VARARGS | METH_KEYWORDS }, | |
2859 | { "wxHtmlContentsItem_m_ID_get", (PyCFunction) _wrap_wxHtmlContentsItem_m_ID_get, METH_VARARGS | METH_KEYWORDS }, | |
2860 | { "wxHtmlContentsItem_m_ID_set", (PyCFunction) _wrap_wxHtmlContentsItem_m_ID_set, METH_VARARGS | METH_KEYWORDS }, | |
2861 | { "wxHtmlContentsItem_m_Level_get", (PyCFunction) _wrap_wxHtmlContentsItem_m_Level_get, METH_VARARGS | METH_KEYWORDS }, | |
2862 | { "wxHtmlContentsItem_m_Level_set", (PyCFunction) _wrap_wxHtmlContentsItem_m_Level_set, METH_VARARGS | METH_KEYWORDS }, | |
2863 | { "wxHtmlBookRecord_GetContentsEnd", (PyCFunction) _wrap_wxHtmlBookRecord_GetContentsEnd, METH_VARARGS | METH_KEYWORDS }, | |
2864 | { "wxHtmlBookRecord_GetContentsStart", (PyCFunction) _wrap_wxHtmlBookRecord_GetContentsStart, METH_VARARGS | METH_KEYWORDS }, | |
2865 | { "wxHtmlBookRecord_SetContentsRange", (PyCFunction) _wrap_wxHtmlBookRecord_SetContentsRange, METH_VARARGS | METH_KEYWORDS }, | |
2866 | { "wxHtmlBookRecord_GetBasePath", (PyCFunction) _wrap_wxHtmlBookRecord_GetBasePath, METH_VARARGS | METH_KEYWORDS }, | |
2867 | { "wxHtmlBookRecord_GetStart", (PyCFunction) _wrap_wxHtmlBookRecord_GetStart, METH_VARARGS | METH_KEYWORDS }, | |
2868 | { "wxHtmlBookRecord_GetTitle", (PyCFunction) _wrap_wxHtmlBookRecord_GetTitle, METH_VARARGS | METH_KEYWORDS }, | |
2869 | { "new_wxHtmlBookRecord", (PyCFunction) _wrap_new_wxHtmlBookRecord, METH_VARARGS | METH_KEYWORDS }, | |
2f90df85 RD |
2870 | { "wxHtmlHelpFrameCfg_navig_on_get", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_navig_on_get, METH_VARARGS | METH_KEYWORDS }, |
2871 | { "wxHtmlHelpFrameCfg_navig_on_set", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_navig_on_set, METH_VARARGS | METH_KEYWORDS }, | |
2872 | { "wxHtmlHelpFrameCfg_sashpos_get", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_sashpos_get, METH_VARARGS | METH_KEYWORDS }, | |
2873 | { "wxHtmlHelpFrameCfg_sashpos_set", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_sashpos_set, METH_VARARGS | METH_KEYWORDS }, | |
2874 | { "wxHtmlHelpFrameCfg_h_get", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_h_get, METH_VARARGS | METH_KEYWORDS }, | |
2875 | { "wxHtmlHelpFrameCfg_h_set", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_h_set, METH_VARARGS | METH_KEYWORDS }, | |
2876 | { "wxHtmlHelpFrameCfg_w_get", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_w_get, METH_VARARGS | METH_KEYWORDS }, | |
2877 | { "wxHtmlHelpFrameCfg_w_set", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_w_set, METH_VARARGS | METH_KEYWORDS }, | |
2878 | { "wxHtmlHelpFrameCfg_y_get", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_y_get, METH_VARARGS | METH_KEYWORDS }, | |
2879 | { "wxHtmlHelpFrameCfg_y_set", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_y_set, METH_VARARGS | METH_KEYWORDS }, | |
2880 | { "wxHtmlHelpFrameCfg_x_get", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_x_get, METH_VARARGS | METH_KEYWORDS }, | |
2881 | { "wxHtmlHelpFrameCfg_x_set", (PyCFunction) _wrap_wxHtmlHelpFrameCfg_x_set, METH_VARARGS | METH_KEYWORDS }, | |
2882 | { "new_wxHtmlHelpFrameCfg", (PyCFunction) _wrap_new_wxHtmlHelpFrameCfg, METH_VARARGS | METH_KEYWORDS }, | |
2883 | { NULL, NULL } | |
2884 | }; | |
2885 | #ifdef __cplusplus | |
2886 | } | |
2887 | #endif | |
2888 | /* | |
2889 | * This table is used by the pointer type-checker | |
2890 | */ | |
2891 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
2892 | { "_wxAcceleratorTable","_class_wxAcceleratorTable",0}, | |
2893 | { "_wxEvent","_class_wxEvent",0}, | |
2894 | { "_class_wxActivateEvent","_wxActivateEvent",0}, | |
2895 | { "_class_wxHtmlParser","_wxHtmlParser",0}, | |
2896 | { "_signed_long","_long",0}, | |
2897 | { "_wxMenuEvent","_class_wxMenuEvent",0}, | |
c368d904 | 2898 | { "_class_wxProcessEvent","_wxProcessEvent",0}, |
2f90df85 | 2899 | { "_class_wxJPEGHandler","_wxJPEGHandler",0}, |
c368d904 | 2900 | { "_class_wxFSFile","_wxFSFile",0}, |
c8bc03c3 RD |
2901 | { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0}, |
2902 | { "_wxBitmapDataObject","_class_wxBitmapDataObject",0}, | |
f0261a72 | 2903 | { "_class_wxPyCommandEvent","_wxPyCommandEvent",0}, |
2f90df85 RD |
2904 | { "_wxBMPHandler","_class_wxBMPHandler",0}, |
2905 | { "_wxImage","_class_wxImage",0}, | |
f6bcfd97 | 2906 | { "_wxFlexGridSizer","_class_wxFlexGridSizer",0}, |
c368d904 | 2907 | { "_wxWindowDisabler","_class_wxWindowDisabler",0}, |
f6bcfd97 | 2908 | { "_class_wxDateTime","_wxDateTime",0}, |
c8bc03c3 | 2909 | { "_wxPrintQuality","_wxCoord",0}, |
2f90df85 RD |
2910 | { "_wxPrintQuality","_int",0}, |
2911 | { "_wxPrintQuality","_signed_int",0}, | |
2912 | { "_wxPrintQuality","_unsigned_int",0}, | |
2913 | { "_wxPrintQuality","_wxWindowID",0}, | |
2914 | { "_wxPrintQuality","_uint",0}, | |
2915 | { "_wxPrintQuality","_EBool",0}, | |
2916 | { "_wxPrintQuality","_size_t",0}, | |
c368d904 | 2917 | { "_wxPrintQuality","_time_t",0}, |
c8bc03c3 | 2918 | { "_class_wxCustomDataObject","_wxCustomDataObject",0}, |
f6bcfd97 | 2919 | { "_wxSpinCtrl","_class_wxSpinCtrl",0}, |
2f90df85 | 2920 | { "_wxFontData","_class_wxFontData",0}, |
2f90df85 | 2921 | { "_class_wxRegionIterator","_wxRegionIterator",0}, |
c8bc03c3 | 2922 | { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0}, |
2f90df85 RD |
2923 | { "_class_wxMenuBar","_wxMenuBar",0}, |
2924 | { "_class_wxPyTreeItemData","_wxPyTreeItemData",0}, | |
f0261a72 | 2925 | { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0}, |
b1462dfa | 2926 | { "_class_wxHtmlDCRenderer","_wxHtmlDCRenderer",0}, |
2f90df85 RD |
2927 | { "_wxHtmlHelpData","_class_wxHtmlHelpData",0}, |
2928 | { "_class_wxEvtHandler","_class_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxEvtHandler}, | |
2929 | { "_class_wxEvtHandler","_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxEvtHandler}, | |
2930 | { "_class_wxEvtHandler","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxEvtHandler}, | |
2931 | { "_class_wxEvtHandler","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxEvtHandler}, | |
2932 | { "_class_wxEvtHandler","_wxEvtHandler",0}, | |
2933 | { "_wxPaintEvent","_class_wxPaintEvent",0}, | |
2934 | { "_wxGIFHandler","_class_wxGIFHandler",0}, | |
f0261a72 | 2935 | { "_wxPySizer","_class_wxPySizer",0}, |
c368d904 | 2936 | { "_wxInternetFSHandler","_class_wxInternetFSHandler",0}, |
2f90df85 RD |
2937 | { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0}, |
2938 | { "_wxCursor","_class_wxCursor",0}, | |
2939 | { "_wxNotifyEvent","_class_wxNotifyEvent",0}, | |
c368d904 | 2940 | { "_wxPyProcess","_class_wxPyProcess",0}, |
f6bcfd97 | 2941 | { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0}, |
2f90df85 RD |
2942 | { "_wxImageHandler","_class_wxImageHandler",0}, |
2943 | { "_wxHtmlWidgetCell","_class_wxHtmlWidgetCell",0}, | |
e0672e2f | 2944 | { "_wxMutexGuiLocker","_class_wxMutexGuiLocker",0}, |
c368d904 | 2945 | { "_wxLog","_class_wxLog",0}, |
c8bc03c3 | 2946 | { "_class_wxToolBarBase","_wxToolBarBase",0}, |
2f90df85 RD |
2947 | { "_wxMask","_class_wxMask",0}, |
2948 | { "_wxToolTip","_class_wxToolTip",0}, | |
2f90df85 | 2949 | { "_wxPNGHandler","_class_wxPNGHandler",0}, |
b1462dfa | 2950 | { "_class_wxHtmlEasyPrinting","_wxHtmlEasyPrinting",0}, |
2f90df85 RD |
2951 | { "_class_wxColourData","_wxColourData",0}, |
2952 | { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0}, | |
2953 | { "_wxPrinter","_class_wxPrinter",0}, | |
2954 | { "_class_wxHtmlHelpController","_wxHtmlHelpController",0}, | |
2955 | { "_wxPen","_class_wxPen",0}, | |
2956 | { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0}, | |
f6bcfd97 | 2957 | { "_class_wxNotebookSizer","_wxNotebookSizer",0}, |
c8bc03c3 | 2958 | { "_wxHtmlColourCell","_class_wxHtmlColourCell",0}, |
2f90df85 | 2959 | { "_byte","_unsigned_char",0}, |
c8bc03c3 RD |
2960 | { "_wxDataObject","_class_wxDataObject",0}, |
2961 | { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0}, | |
2f90df85 | 2962 | { "_wxStaticBox","_class_wxStaticBox",0}, |
e0672e2f | 2963 | { "_wxColourDatabase","_class_wxColourDatabase",0}, |
c8bc03c3 RD |
2964 | { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0}, |
2965 | { "_wxPyDropSource","_class_wxPyDropSource",0}, | |
2f90df85 RD |
2966 | { "_wxChoice","_class_wxChoice",0}, |
2967 | { "_wxSlider","_class_wxSlider",0}, | |
2968 | { "_wxNotebookEvent","_class_wxNotebookEvent",0}, | |
2969 | { "_wxPyPrintout","_class_wxPyPrintout",0}, | |
2f90df85 RD |
2970 | { "_long","_unsigned_long",0}, |
2971 | { "_long","_signed_long",0}, | |
2972 | { "_wxImageList","_class_wxImageList",0}, | |
c8bc03c3 | 2973 | { "_wxDataObjectSimple","_class_wxDataObjectSimple",0}, |
2f90df85 RD |
2974 | { "_wxDropFilesEvent","_class_wxDropFilesEvent",0}, |
2975 | { "_wxBitmapButton","_class_wxBitmapButton",0}, | |
2976 | { "_wxSashWindow","_class_wxSashWindow",0}, | |
f0261a72 | 2977 | { "_class_wxSizer","_wxSizer",0}, |
c8bc03c3 | 2978 | { "_class_wxTIFFHandler","_wxTIFFHandler",0}, |
2f90df85 | 2979 | { "_class_wxPrintDialogData","_wxPrintDialogData",0}, |
f6bcfd97 | 2980 | { "_wxGridSizer","_class_wxGridSizer",0}, |
2f90df85 | 2981 | { "_class_wxAcceleratorTable","_wxAcceleratorTable",0}, |
c8bc03c3 | 2982 | { "_class_wxClipboard","_wxClipboard",0}, |
2f90df85 RD |
2983 | { "_class_wxGauge","_wxGauge",0}, |
2984 | { "_class_wxSashEvent","_wxSashEvent",0}, | |
9416aa89 | 2985 | { "_wxGDIObject","_class_wxGDIObject",0}, |
2f90df85 | 2986 | { "_wxDC","_class_wxDC",0}, |
f0261a72 | 2987 | { "_wxSizerItem","_class_wxSizerItem",0}, |
c8bc03c3 | 2988 | { "_class_wxBitmapDataObject","_wxBitmapDataObject",0}, |
2f90df85 RD |
2989 | { "_wxListEvent","_class_wxListEvent",0}, |
2990 | { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0}, | |
2991 | { "_wxProgressDialog","_class_wxProgressDialog",0}, | |
2992 | { "_class_wxBMPHandler","_wxBMPHandler",0}, | |
2993 | { "_wxPrintPreview","_class_wxPrintPreview",0}, | |
f6bcfd97 | 2994 | { "_class_wxFlexGridSizer","_wxFlexGridSizer",0}, |
9416aa89 RD |
2995 | { "_class_wxObject","_class_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxObject}, |
2996 | { "_class_wxObject","_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxObject}, | |
2997 | { "_class_wxObject","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxObject}, | |
2998 | { "_class_wxObject","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxObject}, | |
2999 | { "_class_wxObject","_wxObject",0}, | |
2f90df85 RD |
3000 | { "_wxSpinEvent","_class_wxSpinEvent",0}, |
3001 | { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0}, | |
c8bc03c3 | 3002 | { "_size_t","_wxCoord",0}, |
2f90df85 | 3003 | { "_size_t","_wxPrintQuality",0}, |
c368d904 | 3004 | { "_size_t","_time_t",0}, |
2f90df85 RD |
3005 | { "_size_t","_unsigned_int",0}, |
3006 | { "_size_t","_int",0}, | |
3007 | { "_size_t","_wxWindowID",0}, | |
3008 | { "_size_t","_uint",0}, | |
3009 | { "_class_wxRealPoint","_wxRealPoint",0}, | |
dc2f8a65 RD |
3010 | { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0}, |
3011 | { "_wxPNMHandler","_class_wxPNMHandler",0}, | |
3012 | { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0}, | |
c368d904 | 3013 | { "_wxLogGui","_class_wxLogGui",0}, |
1b62f00d | 3014 | { "_wxPrinterDC","_class_wxPrinterDC",0}, |
2f90df85 RD |
3015 | { "_class_wxMenuItem","_wxMenuItem",0}, |
3016 | { "_class_wxPaintEvent","_wxPaintEvent",0}, | |
3017 | { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0}, | |
3018 | { "_class_wxStatusBar","_wxStatusBar",0}, | |
3019 | { "_class_wxGIFHandler","_wxGIFHandler",0}, | |
f0261a72 | 3020 | { "_class_wxPySizer","_wxPySizer",0}, |
2f90df85 RD |
3021 | { "_wxPanel","_class_wxPanel",0}, |
3022 | { "_wxInitDialogEvent","_class_wxInitDialogEvent",0}, | |
3023 | { "_wxCheckBox","_class_wxCheckBox",0}, | |
f6bcfd97 | 3024 | { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0}, |
2f90df85 RD |
3025 | { "_wxPyEvent","_class_wxPyEvent",0}, |
3026 | { "_wxTextCtrl","_class_wxTextCtrl",0}, | |
3027 | { "_class_wxMask","_wxMask",0}, | |
c8bc03c3 | 3028 | { "_wxTextDataObject","_class_wxTextDataObject",0}, |
2f90df85 | 3029 | { "_class_wxKeyEvent","_wxKeyEvent",0}, |
c8bc03c3 | 3030 | { "_class_wxToolTip","_wxToolTip",0}, |
2f90df85 | 3031 | { "_class_wxPNGHandler","_wxPNGHandler",0}, |
f6bcfd97 | 3032 | { "_wxFileConfig","_class_wxFileConfig",0}, |
2f90df85 RD |
3033 | { "_wxColour","_class_wxColour",0}, |
3034 | { "_class_wxDialog","_wxDialog",0}, | |
dc2f8a65 | 3035 | { "_wxBusyCursor","_class_wxBusyCursor",0}, |
2f90df85 RD |
3036 | { "_wxPageSetupDialog","_class_wxPageSetupDialog",0}, |
3037 | { "_class_wxPrinter","_wxPrinter",0}, | |
c8bc03c3 | 3038 | { "_class_wxFileDataObject","_wxFileDataObject",0}, |
2f90df85 RD |
3039 | { "_wxIdleEvent","_class_wxIdleEvent",0}, |
3040 | { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0}, | |
3041 | { "_wxToolBar","_class_wxToolBar",0}, | |
c8bc03c3 | 3042 | { "_class_wxDataObject","_wxDataObject",0}, |
f0261a72 | 3043 | { "_wxCaret","_class_wxCaret",0}, |
2f90df85 RD |
3044 | { "_wxStaticLine","_class_wxStaticLine",0}, |
3045 | { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0}, | |
b1462dfa | 3046 | { "_class_wxHtmlPrintout","_wxHtmlPrintout",0}, |
2f90df85 | 3047 | { "_wxBrush","_class_wxBrush",0}, |
794c5cb1 | 3048 | { "_wxToggleButton","_class_wxToggleButton",0}, |
2f90df85 RD |
3049 | { "_wxMiniFrame","_class_wxMiniFrame",0}, |
3050 | { "_class_wxNotebookEvent","_wxNotebookEvent",0}, | |
3051 | { "_class_wxPyPrintout","_wxPyPrintout",0}, | |
c8bc03c3 RD |
3052 | { "_wxDataFormat","_class_wxDataFormat",0}, |
3053 | { "_class_wxDataObjectSimple","_wxDataObjectSimple",0}, | |
2f90df85 RD |
3054 | { "_class_wxSashWindow","_wxSashWindow",0}, |
3055 | { "_wxShowEvent","_class_wxShowEvent",0}, | |
c8bc03c3 | 3056 | { "_uint","_wxCoord",0}, |
2f90df85 | 3057 | { "_uint","_wxPrintQuality",0}, |
c368d904 | 3058 | { "_uint","_time_t",0}, |
2f90df85 RD |
3059 | { "_uint","_size_t",0}, |
3060 | { "_uint","_unsigned_int",0}, | |
3061 | { "_uint","_int",0}, | |
3062 | { "_uint","_wxWindowID",0}, | |
f6bcfd97 | 3063 | { "_wxChar","_char",0}, |
f0261a72 | 3064 | { "_wxPyValidator","_class_wxPyValidator",0}, |
2f90df85 RD |
3065 | { "_class_wxEvent","_wxEvent",0}, |
3066 | { "_wxCheckListBox","_class_wxCheckListBox",0}, | |
3067 | { "_wxSplitterEvent","_class_wxSplitterEvent",0}, | |
2f90df85 RD |
3068 | { "_wxRect","_class_wxRect",0}, |
3069 | { "_wxCommandEvent","_class_wxCommandEvent",0}, | |
3070 | { "_wxSizeEvent","_class_wxSizeEvent",0}, | |
c368d904 | 3071 | { "_class_wxLogWindow","_wxLogWindow",0}, |
2f90df85 RD |
3072 | { "_class_wxImage","_wxImage",0}, |
3073 | { "_wxPoint","_class_wxPoint",0}, | |
c368d904 | 3074 | { "_class_wxWindowDisabler","_wxWindowDisabler",0}, |
2f90df85 RD |
3075 | { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0}, |
3076 | { "_class_wxButton","_wxButton",0}, | |
3077 | { "_wxRadioBox","_class_wxRadioBox",0}, | |
f6bcfd97 | 3078 | { "_class_wxSpinCtrl","_wxSpinCtrl",0}, |
2f90df85 | 3079 | { "_class_wxFontData","_wxFontData",0}, |
dc2f8a65 | 3080 | { "_class_wxPNMHandler","_wxPNMHandler",0}, |
f0261a72 | 3081 | { "_wxBoxSizer","_class_wxBoxSizer",0}, |
c368d904 | 3082 | { "_class_wxZipFSHandler","_wxZipFSHandler",0}, |
2f90df85 | 3083 | { "_wxHtmlCell","_class_wxHtmlCell",0}, |
f6bcfd97 | 3084 | { "_char","_wxChar",0}, |
2f90df85 | 3085 | { "_wxBitmap","_class_wxBitmap",0}, |
e0672e2f | 3086 | { "_wxPenList","_class_wxPenList",0}, |
f6bcfd97 | 3087 | { "_wxTaskBarIcon","_class_wxTaskBarIcon",0}, |
2f90df85 | 3088 | { "_wxPrintDialog","_class_wxPrintDialog",0}, |
2f90df85 | 3089 | { "_wxWindowDC","_class_wxWindowDC",0}, |
f6bcfd97 BP |
3090 | { "_wxTimerEvent","_class_wxTimerEvent",0}, |
3091 | { "_wxPyTimer","_class_wxPyTimer",0}, | |
2f90df85 RD |
3092 | { "_wxScrollBar","_class_wxScrollBar",0}, |
3093 | { "_wxSpinButton","_class_wxSpinButton",0}, | |
2f90df85 RD |
3094 | { "_wxColourDialog","_class_wxColourDialog",0}, |
3095 | { "_wxPrintData","_class_wxPrintData",0}, | |
c368d904 | 3096 | { "_class_wxInternetFSHandler","_wxInternetFSHandler",0}, |
2f90df85 RD |
3097 | { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0}, |
3098 | { "_class_wxNotifyEvent","_wxNotifyEvent",0}, | |
3099 | { "_wxMessageDialog","_class_wxMessageDialog",0}, | |
3100 | { "_class_wxHtmlWidgetCell","_wxHtmlWidgetCell",0}, | |
3101 | { "_wxHtmlBookRecord","_class_wxHtmlBookRecord",0}, | |
f0261a72 | 3102 | { "_class_wxValidator","_wxValidator",0}, |
2f90df85 | 3103 | { "_class_wxPyEvent","_wxPyEvent",0}, |
e0672e2f | 3104 | { "_class_wxMutexGuiLocker","_wxMutexGuiLocker",0}, |
2f90df85 RD |
3105 | { "_wxTextEntryDialog","_class_wxTextEntryDialog",0}, |
3106 | { "_wxConfig","_class_wxConfig",0}, | |
3107 | { "_class_wxIconizeEvent","_wxIconizeEvent",0}, | |
3108 | { "_class_wxStaticBitmap","_wxStaticBitmap",0}, | |
f6bcfd97 | 3109 | { "_class_wxFileConfig","_wxFileConfig",0}, |
dc2f8a65 | 3110 | { "_class_wxBusyCursor","_wxBusyCursor",0}, |
c8bc03c3 | 3111 | { "_wxToolBarSimple","_class_wxToolBarSimple",0}, |
2f90df85 RD |
3112 | { "_wxMDIChildFrame","_class_wxMDIChildFrame",0}, |
3113 | { "_wxListItem","_class_wxListItem",0}, | |
3114 | { "_class_wxToolBar","_wxToolBar",0}, | |
c8bc03c3 RD |
3115 | { "_class_wxHtmlColourCell","_wxHtmlColourCell",0}, |
3116 | { "_wxDropTarget","_class_wxDropTarget",0}, | |
2f90df85 | 3117 | { "_class_wxStaticLine","_wxStaticLine",0}, |
e0672e2f | 3118 | { "_class_wxColourDatabase","_wxColourDatabase",0}, |
2f90df85 | 3119 | { "_wxScrollEvent","_class_wxScrollEvent",0}, |
c8bc03c3 | 3120 | { "_wxToolBarToolBase","_class_wxToolBarToolBase",0}, |
2f90df85 | 3121 | { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0}, |
c368d904 | 3122 | { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0}, |
2f90df85 | 3123 | { "_wxPyHtmlTagHandler","_class_wxPyHtmlTagHandler",0}, |
c8bc03c3 | 3124 | { "_EBool","_wxCoord",0}, |
2f90df85 RD |
3125 | { "_EBool","_wxPrintQuality",0}, |
3126 | { "_EBool","_signed_int",0}, | |
3127 | { "_EBool","_int",0}, | |
3128 | { "_EBool","_wxWindowID",0}, | |
3129 | { "_class_wxRegion","_wxRegion",0}, | |
c8bc03c3 | 3130 | { "_class_wxDataFormat","_wxDataFormat",0}, |
2f90df85 | 3131 | { "_class_wxDropFilesEvent","_wxDropFilesEvent",0}, |
dc2f8a65 | 3132 | { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0}, |
2f90df85 RD |
3133 | { "_class_wxPreviewFrame","_wxPreviewFrame",0}, |
3134 | { "_wxHtmlContainerCell","_class_wxHtmlContainerCell",0}, | |
3135 | { "_wxStaticText","_class_wxStaticText",0}, | |
3136 | { "_wxFont","_class_wxFont",0}, | |
c8bc03c3 | 3137 | { "_class_wxPyDropTarget","_wxPyDropTarget",0}, |
2f90df85 RD |
3138 | { "_wxCloseEvent","_class_wxCloseEvent",0}, |
3139 | { "_class_wxSplitterEvent","_wxSplitterEvent",0}, | |
c368d904 | 3140 | { "_wxProcessEvent","_class_wxProcessEvent",0}, |
2f90df85 | 3141 | { "_wxNotebook","_class_wxNotebook",0}, |
c368d904 | 3142 | { "_wxFSFile","_class_wxFSFile",0}, |
2f90df85 RD |
3143 | { "_unsigned_long","_long",0}, |
3144 | { "_class_wxRect","_wxRect",0}, | |
3145 | { "_class_wxDC","_wxDC",0}, | |
3146 | { "_wxScrollWinEvent","_class_wxScrollWinEvent",0}, | |
f6bcfd97 | 3147 | { "_wxGenericDragImage","_class_wxGenericDragImage",0}, |
2f90df85 | 3148 | { "_class_wxProgressDialog","_wxProgressDialog",0}, |
e0672e2f | 3149 | { "_class_wxBrushList","_wxBrushList",0}, |
dc2f8a65 | 3150 | { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0}, |
c368d904 | 3151 | { "_wxPyInputStream","_class_wxPyInputStream",0}, |
2f90df85 RD |
3152 | { "_wxPyApp","_class_wxPyApp",0}, |
3153 | { "_wxHtmlWinParser","_class_wxHtmlWinParser",0}, | |
3154 | { "_wxHtmlSearchStatus","_class_wxHtmlSearchStatus",0}, | |
e0672e2f | 3155 | { "_class_wxPenList","_wxPenList",0}, |
dc2f8a65 | 3156 | { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0}, |
c368d904 RD |
3157 | { "_class_wxOutputStream","_wxOutputStream",0}, |
3158 | { "_wxLogTextCtrl","_class_wxLogTextCtrl",0}, | |
2f90df85 RD |
3159 | { "_wxMDIParentFrame","_class_wxMDIParentFrame",0}, |
3160 | { "_class_wxTreeEvent","_wxTreeEvent",0}, | |
3161 | { "_class_wxDirDialog","_wxDirDialog",0}, | |
f6bcfd97 | 3162 | { "_wxTimeSpan","_class_wxTimeSpan",0}, |
2f90df85 RD |
3163 | { "_wxFocusEvent","_class_wxFocusEvent",0}, |
3164 | { "_wxMaximizeEvent","_class_wxMaximizeEvent",0}, | |
f6bcfd97 BP |
3165 | { "_class_wxTimerEvent","_wxTimerEvent",0}, |
3166 | { "_class_wxPyTimer","_wxPyTimer",0}, | |
2f90df85 RD |
3167 | { "_class_wxSpinButton","_wxSpinButton",0}, |
3168 | { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0}, | |
3169 | { "_class_wxPanel","_wxPanel",0}, | |
3170 | { "_class_wxCheckBox","_wxCheckBox",0}, | |
3171 | { "_wxComboBox","_class_wxComboBox",0}, | |
3172 | { "_wxRadioButton","_class_wxRadioButton",0}, | |
3173 | { "_class_wxMessageDialog","_wxMessageDialog",0}, | |
3174 | { "_wxHtmlTag","_class_wxHtmlTag",0}, | |
c8bc03c3 | 3175 | { "_signed_int","_wxCoord",0}, |
2f90df85 RD |
3176 | { "_signed_int","_wxPrintQuality",0}, |
3177 | { "_signed_int","_EBool",0}, | |
3178 | { "_signed_int","_wxWindowID",0}, | |
3179 | { "_signed_int","_int",0}, | |
3180 | { "_class_wxTextCtrl","_wxTextCtrl",0}, | |
f6bcfd97 | 3181 | { "_class_wxListItemAttr","_wxListItemAttr",0}, |
2f90df85 | 3182 | { "_wxLayoutConstraints","_class_wxLayoutConstraints",0}, |
f6bcfd97 | 3183 | { "_wxMetaFileDC","_class_wxMetaFileDC",0}, |
c8bc03c3 | 3184 | { "_class_wxTextDataObject","_wxTextDataObject",0}, |
2f90df85 RD |
3185 | { "_wxMenu","_class_wxMenu",0}, |
3186 | { "_class_wxMoveEvent","_wxMoveEvent",0}, | |
3187 | { "_wxListBox","_class_wxListBox",0}, | |
9416aa89 | 3188 | { "_class_wxHtmlWordCell","_wxHtmlWordCell",0}, |
2f90df85 | 3189 | { "_wxScreenDC","_class_wxScreenDC",0}, |
c8bc03c3 | 3190 | { "_class_wxToolBarSimple","_wxToolBarSimple",0}, |
2f90df85 RD |
3191 | { "_class_wxMDIChildFrame","_wxMDIChildFrame",0}, |
3192 | { "_class_wxPyHtmlWindow","_wxPyHtmlWindow",0}, | |
3193 | { "_wxHtmlHelpFrameCfg","_class_wxHtmlHelpFrameCfg",0}, | |
3194 | { "_wxHtmlHelpController","_class_wxHtmlHelpController",0}, | |
f6bcfd97 | 3195 | { "_WXTYPE","_wxDateTime_t",0}, |
2f90df85 RD |
3196 | { "_WXTYPE","_short",0}, |
3197 | { "_WXTYPE","_signed_short",0}, | |
3198 | { "_WXTYPE","_unsigned_short",0}, | |
3199 | { "_wxFileDialog","_class_wxFileDialog",0}, | |
c8bc03c3 | 3200 | { "_class_wxDropTarget","_wxDropTarget",0}, |
f0261a72 | 3201 | { "_class_wxCaret","_wxCaret",0}, |
2f90df85 | 3202 | { "_class_wxMDIClientWindow","_wxMDIClientWindow",0}, |
c8bc03c3 | 3203 | { "_class_wxHtmlLinkInfo","_wxHtmlLinkInfo",0}, |
9416aa89 | 3204 | { "_class_wxHtmlFontCell","_wxHtmlFontCell",0}, |
2f90df85 | 3205 | { "_class_wxBrush","_wxBrush",0}, |
f6bcfd97 | 3206 | { "_wxTipProvider","_class_wxTipProvider",0}, |
2f90df85 | 3207 | { "_class_wxPyHtmlTagHandler","_wxPyHtmlTagHandler",0}, |
f6bcfd97 | 3208 | { "_unsigned_short","_wxDateTime_t",0}, |
2f90df85 RD |
3209 | { "_unsigned_short","_WXTYPE",0}, |
3210 | { "_unsigned_short","_short",0}, | |
3211 | { "_class_wxWindow","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxWindow}, | |
3212 | { "_class_wxWindow","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxWindow}, | |
3213 | { "_class_wxWindow","_wxWindow",0}, | |
c368d904 | 3214 | { "_class_wxLogStderr","_wxLogStderr",0}, |
2f90df85 | 3215 | { "_wxSplitterWindow","_class_wxSplitterWindow",0}, |
f6bcfd97 | 3216 | { "_wxDateSpan","_class_wxDateSpan",0}, |
2f90df85 RD |
3217 | { "_class_wxStaticText","_wxStaticText",0}, |
3218 | { "_wxPrintDialogData","_class_wxPrintDialogData",0}, | |
3219 | { "_class_wxFont","_wxFont",0}, | |
c8bc03c3 | 3220 | { "_wxClipboard","_class_wxClipboard",0}, |
f0261a72 | 3221 | { "_class_wxPyValidator","_wxPyValidator",0}, |
2f90df85 RD |
3222 | { "_class_wxCloseEvent","_wxCloseEvent",0}, |
3223 | { "_wxSashEvent","_class_wxSashEvent",0}, | |
dc2f8a65 | 3224 | { "_wxBusyInfo","_class_wxBusyInfo",0}, |
e0672e2f | 3225 | { "_wxFontList","_class_wxFontList",0}, |
2f90df85 | 3226 | { "_class_wxMenuEvent","_wxMenuEvent",0}, |
dc2f8a65 | 3227 | { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0}, |
de20db99 | 3228 | { "_wxJoystick","_class_wxJoystick",0}, |
c8bc03c3 | 3229 | { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0}, |
2f90df85 RD |
3230 | { "_wxClientDC","_class_wxClientDC",0}, |
3231 | { "_wxMouseEvent","_class_wxMouseEvent",0}, | |
f6bcfd97 | 3232 | { "_class_wxGenericDragImage","_wxGenericDragImage",0}, |
2f90df85 RD |
3233 | { "_wxListCtrl","_class_wxListCtrl",0}, |
3234 | { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0}, | |
9416aa89 RD |
3235 | { "_wxObject","_class_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxObject}, |
3236 | { "_wxObject","_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxObject}, | |
3237 | { "_wxObject","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxObject}, | |
3238 | { "_wxObject","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxObject}, | |
3239 | { "_wxObject","_class_wxObject",0}, | |
2f90df85 | 3240 | { "_class_wxPoint","_wxPoint",0}, |
c368d904 | 3241 | { "_class_wxPyInputStream","_wxPyInputStream",0}, |
2f90df85 RD |
3242 | { "_wxRealPoint","_class_wxRealPoint",0}, |
3243 | { "_class_wxRadioBox","_wxRadioBox",0}, | |
f0261a72 | 3244 | { "_class_wxBoxSizer","_wxBoxSizer",0}, |
2f90df85 RD |
3245 | { "_class_wxHtmlWinParser","_wxHtmlWinParser",0}, |
3246 | { "_class_wxHtmlCell","_wxHtmlCell",0}, | |
3247 | { "_class_wxHtmlSearchStatus","_wxHtmlSearchStatus",0}, | |
3248 | { "_signed_short","_WXTYPE",0}, | |
3249 | { "_signed_short","_short",0}, | |
3250 | { "_wxMemoryDC","_class_wxMemoryDC",0}, | |
c8bc03c3 | 3251 | { "_wxPyTextDataObject","_class_wxPyTextDataObject",0}, |
f6bcfd97 | 3252 | { "_class_wxTaskBarIcon","_wxTaskBarIcon",0}, |
2f90df85 | 3253 | { "_class_wxPrintDialog","_wxPrintDialog",0}, |
c368d904 | 3254 | { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0}, |
2f90df85 RD |
3255 | { "_class_wxHtmlHelpData","_wxHtmlHelpData",0}, |
3256 | { "_wxPaintDC","_class_wxPaintDC",0}, | |
3257 | { "_class_wxWindowDC","_wxWindowDC",0}, | |
3258 | { "_class_wxFocusEvent","_wxFocusEvent",0}, | |
3259 | { "_class_wxMaximizeEvent","_wxMaximizeEvent",0}, | |
3260 | { "_wxStatusBar","_class_wxStatusBar",0}, | |
2f90df85 RD |
3261 | { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0}, |
3262 | { "_class_wxCursor","_wxCursor",0}, | |
c8bc03c3 | 3263 | { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0}, |
c368d904 | 3264 | { "_class_wxPyProcess","_wxPyProcess",0}, |
2f90df85 RD |
3265 | { "_class_wxImageHandler","_wxImageHandler",0}, |
3266 | { "_class_wxHtmlTag","_wxHtmlTag",0}, | |
3267 | { "_class_wxHtmlBookRecord","_wxHtmlBookRecord",0}, | |
3268 | { "_wxScrolledWindow","_class_wxScrolledWindow",0}, | |
c368d904 | 3269 | { "_class_wxLog","_wxLog",0}, |
2f90df85 RD |
3270 | { "_wxTreeItemId","_class_wxTreeItemId",0}, |
3271 | { "_unsigned_char","_byte",0}, | |
f6bcfd97 | 3272 | { "_class_wxMetaFileDC","_wxMetaFileDC",0}, |
2f90df85 RD |
3273 | { "_class_wxMenu","_wxMenu",0}, |
3274 | { "_wxControl","_class_wxControl",0}, | |
3275 | { "_class_wxListBox","_wxListBox",0}, | |
c8bc03c3 | 3276 | { "_unsigned_int","_wxCoord",0}, |
2f90df85 | 3277 | { "_unsigned_int","_wxPrintQuality",0}, |
c368d904 | 3278 | { "_unsigned_int","_time_t",0}, |
2f90df85 RD |
3279 | { "_unsigned_int","_size_t",0}, |
3280 | { "_unsigned_int","_uint",0}, | |
3281 | { "_unsigned_int","_wxWindowID",0}, | |
3282 | { "_unsigned_int","_int",0}, | |
3283 | { "_wxIcon","_class_wxIcon",0}, | |
3284 | { "_wxDialog","_class_wxDialog",0}, | |
3285 | { "_class_wxListItem","_wxListItem",0}, | |
3286 | { "_class_wxHtmlHelpFrameCfg","_wxHtmlHelpFrameCfg",0}, | |
3287 | { "_class_wxPen","_wxPen",0}, | |
3288 | { "_class_wxFileDialog","_wxFileDialog",0}, | |
3289 | { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0}, | |
f6bcfd97 BP |
3290 | { "_wxConfigBase","_class_wxConfigBase",0}, |
3291 | { "_short","_wxDateTime_t",0}, | |
2f90df85 RD |
3292 | { "_short","_WXTYPE",0}, |
3293 | { "_short","_unsigned_short",0}, | |
3294 | { "_short","_signed_short",0}, | |
3295 | { "_class_wxStaticBox","_wxStaticBox",0}, | |
3296 | { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0}, | |
b1462dfa | 3297 | { "_wxHtmlPrintout","_class_wxHtmlPrintout",0}, |
c8bc03c3 RD |
3298 | { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0}, |
3299 | { "_class_wxPyDropSource","_wxPyDropSource",0}, | |
2f90df85 RD |
3300 | { "_class_wxScrollEvent","_wxScrollEvent",0}, |
3301 | { "_wxJoystickEvent","_class_wxJoystickEvent",0}, | |
3302 | { "_class_wxChoice","_wxChoice",0}, | |
3303 | { "_class_wxSlider","_wxSlider",0}, | |
3304 | { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0}, | |
3305 | { "_wxHtmlHelpFrame","_class_wxHtmlHelpFrame",0}, | |
3306 | { "_class_wxImageList","_wxImageList",0}, | |
3307 | { "_class_wxBitmapButton","_wxBitmapButton",0}, | |
c368d904 | 3308 | { "_wxFileSystemHandler","_class_wxFileSystemHandler",0}, |
2f90df85 | 3309 | { "_class_wxHtmlContainerCell","_wxHtmlContainerCell",0}, |
f6bcfd97 | 3310 | { "_wxPyTipProvider","_class_wxPyTipProvider",0}, |
2f90df85 RD |
3311 | { "_wxFrame","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxFrame}, |
3312 | { "_wxFrame","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxFrame}, | |
3313 | { "_wxFrame","_class_wxFrame",0}, | |
dc2f8a65 | 3314 | { "_wxPCXHandler","_class_wxPCXHandler",0}, |
f6bcfd97 | 3315 | { "_class_wxGridSizer","_wxGridSizer",0}, |
dc2f8a65 | 3316 | { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0}, |
2f90df85 RD |
3317 | { "_class_wxNotebook","_wxNotebook",0}, |
3318 | { "_wxJPEGHandler","_class_wxJPEGHandler",0}, | |
c8bc03c3 | 3319 | { "_wxWindowID","_wxCoord",0}, |
2f90df85 | 3320 | { "_wxWindowID","_wxPrintQuality",0}, |
c368d904 | 3321 | { "_wxWindowID","_time_t",0}, |
2f90df85 RD |
3322 | { "_wxWindowID","_size_t",0}, |
3323 | { "_wxWindowID","_EBool",0}, | |
3324 | { "_wxWindowID","_uint",0}, | |
3325 | { "_wxWindowID","_int",0}, | |
3326 | { "_wxWindowID","_signed_int",0}, | |
3327 | { "_wxWindowID","_unsigned_int",0}, | |
9416aa89 | 3328 | { "_class_wxGDIObject","_wxGDIObject",0}, |
2f90df85 | 3329 | { "_class_wxScrollWinEvent","_wxScrollWinEvent",0}, |
f0261a72 | 3330 | { "_class_wxSizerItem","_wxSizerItem",0}, |
c8bc03c3 | 3331 | { "_int","_wxCoord",0}, |
2f90df85 | 3332 | { "_int","_wxPrintQuality",0}, |
c368d904 | 3333 | { "_int","_time_t",0}, |
2f90df85 RD |
3334 | { "_int","_size_t",0}, |
3335 | { "_int","_EBool",0}, | |
3336 | { "_int","_uint",0}, | |
3337 | { "_int","_wxWindowID",0}, | |
3338 | { "_int","_unsigned_int",0}, | |
3339 | { "_int","_signed_int",0}, | |
3340 | { "_class_wxMouseEvent","_wxMouseEvent",0}, | |
f0261a72 | 3341 | { "_wxPyCommandEvent","_class_wxPyCommandEvent",0}, |
c368d904 | 3342 | { "_wxLogWindow","_class_wxLogWindow",0}, |
2f90df85 RD |
3343 | { "_class_wxListEvent","_wxListEvent",0}, |
3344 | { "_class_wxPrintPreview","_wxPrintPreview",0}, | |
f6bcfd97 BP |
3345 | { "_wxDateTime_t","_unsigned_short",0}, |
3346 | { "_wxDateTime_t","_short",0}, | |
3347 | { "_wxDateTime_t","_WXTYPE",0}, | |
2f90df85 | 3348 | { "_class_wxSpinEvent","_wxSpinEvent",0}, |
dc2f8a65 | 3349 | { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0}, |
f6bcfd97 | 3350 | { "_wxDateTime","_class_wxDateTime",0}, |
2f90df85 | 3351 | { "_wxPyHtmlWinTagHandler","_class_wxPyHtmlWinTagHandler",0}, |
c368d904 RD |
3352 | { "_time_t","_wxCoord",0}, |
3353 | { "_time_t","_wxPrintQuality",0}, | |
3354 | { "_time_t","_unsigned_int",0}, | |
3355 | { "_time_t","_int",0}, | |
3356 | { "_time_t","_wxWindowID",0}, | |
3357 | { "_time_t","_uint",0}, | |
3358 | { "_time_t","_size_t",0}, | |
dc2f8a65 | 3359 | { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0}, |
c368d904 | 3360 | { "_wxLogNull","_class_wxLogNull",0}, |
2f90df85 | 3361 | { "_wxButton","_class_wxButton",0}, |
c368d904 | 3362 | { "_wxZipFSHandler","_class_wxZipFSHandler",0}, |
2f90df85 RD |
3363 | { "_class_wxPyApp","_wxPyApp",0}, |
3364 | { "_wxSize","_class_wxSize",0}, | |
3365 | { "_wxRegionIterator","_class_wxRegionIterator",0}, | |
c8bc03c3 | 3366 | { "_class_wxPyTextDataObject","_wxPyTextDataObject",0}, |
c368d904 RD |
3367 | { "_class_wxLogTextCtrl","_wxLogTextCtrl",0}, |
3368 | { "_class_wxLogGui","_wxLogGui",0}, | |
2f90df85 RD |
3369 | { "_class_wxMDIParentFrame","_wxMDIParentFrame",0}, |
3370 | { "_wxPyTreeItemData","_class_wxPyTreeItemData",0}, | |
1b62f00d | 3371 | { "_class_wxPrinterDC","_wxPrinterDC",0}, |
f0261a72 | 3372 | { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0}, |
f6bcfd97 | 3373 | { "_class_wxTimeSpan","_wxTimeSpan",0}, |
c368d904 | 3374 | { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0}, |
b1462dfa | 3375 | { "_wxHtmlDCRenderer","_class_wxHtmlDCRenderer",0}, |
2f90df85 RD |
3376 | { "_class_wxPaintDC","_wxPaintDC",0}, |
3377 | { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0}, | |
c8bc03c3 | 3378 | { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0}, |
2f90df85 RD |
3379 | { "_class_wxInitDialogEvent","_wxInitDialogEvent",0}, |
3380 | { "_class_wxComboBox","_wxComboBox",0}, | |
3381 | { "_class_wxRadioButton","_wxRadioButton",0}, | |
f0261a72 | 3382 | { "_wxValidator","_class_wxValidator",0}, |
c8bc03c3 | 3383 | { "_wxToolBarBase","_class_wxToolBarBase",0}, |
2f90df85 | 3384 | { "_class_wxTreeItemId","_wxTreeItemId",0}, |
2f90df85 RD |
3385 | { "_class_wxLayoutConstraints","_wxLayoutConstraints",0}, |
3386 | { "_wxIconizeEvent","_class_wxIconizeEvent",0}, | |
3387 | { "_class_wxControl","_wxControl",0}, | |
3388 | { "_wxStaticBitmap","_class_wxStaticBitmap",0}, | |
3389 | { "_class_wxIcon","_wxIcon",0}, | |
3390 | { "_class_wxColour","_wxColour",0}, | |
3391 | { "_class_wxScreenDC","_wxScreenDC",0}, | |
3392 | { "_class_wxPageSetupDialog","_wxPageSetupDialog",0}, | |
3393 | { "_wxPalette","_class_wxPalette",0}, | |
3394 | { "_class_wxIdleEvent","_wxIdleEvent",0}, | |
f6bcfd97 | 3395 | { "_class_wxConfigBase","_wxConfigBase",0}, |
c8bc03c3 RD |
3396 | { "_wxCoord","_int",0}, |
3397 | { "_wxCoord","_signed_int",0}, | |
3398 | { "_wxCoord","_unsigned_int",0}, | |
3399 | { "_wxCoord","_wxWindowID",0}, | |
3400 | { "_wxCoord","_uint",0}, | |
3401 | { "_wxCoord","_EBool",0}, | |
3402 | { "_wxCoord","_size_t",0}, | |
c368d904 | 3403 | { "_wxCoord","_time_t",0}, |
c8bc03c3 | 3404 | { "_wxCoord","_wxPrintQuality",0}, |
2f90df85 | 3405 | { "_wxEraseEvent","_class_wxEraseEvent",0}, |
c8bc03c3 | 3406 | { "_wxDataObjectComposite","_class_wxDataObjectComposite",0}, |
2f90df85 | 3407 | { "_class_wxJoystickEvent","_wxJoystickEvent",0}, |
f6bcfd97 | 3408 | { "_class_wxTipProvider","_wxTipProvider",0}, |
794c5cb1 | 3409 | { "_class_wxToggleButton","_wxToggleButton",0}, |
2f90df85 RD |
3410 | { "_class_wxMiniFrame","_wxMiniFrame",0}, |
3411 | { "_wxFontDialog","_class_wxFontDialog",0}, | |
c368d904 | 3412 | { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0}, |
2f90df85 RD |
3413 | { "_class_wxHtmlHelpFrame","_wxHtmlHelpFrame",0}, |
3414 | { "_wxRegion","_class_wxRegion",0}, | |
3415 | { "_class_wxSplitterWindow","_wxSplitterWindow",0}, | |
3416 | { "_wxPreviewFrame","_class_wxPreviewFrame",0}, | |
f0261a72 | 3417 | { "_wxSizer","_class_wxSizer",0}, |
f6bcfd97 | 3418 | { "_class_wxDateSpan","_wxDateSpan",0}, |
c368d904 | 3419 | { "_wxFileSystem","_class_wxFileSystem",0}, |
2f90df85 | 3420 | { "_class_wxShowEvent","_wxShowEvent",0}, |
f6bcfd97 | 3421 | { "_class_wxPyTipProvider","_wxPyTipProvider",0}, |
dc2f8a65 | 3422 | { "_class_wxPCXHandler","_wxPCXHandler",0}, |
c8bc03c3 RD |
3423 | { "_wxTIFFHandler","_class_wxTIFFHandler",0}, |
3424 | { "_wxPyDropTarget","_class_wxPyDropTarget",0}, | |
2f90df85 RD |
3425 | { "_wxActivateEvent","_class_wxActivateEvent",0}, |
3426 | { "_wxGauge","_class_wxGauge",0}, | |
3427 | { "_class_wxCheckListBox","_wxCheckListBox",0}, | |
3428 | { "_wxHtmlParser","_class_wxHtmlParser",0}, | |
dc2f8a65 | 3429 | { "_class_wxBusyInfo","_wxBusyInfo",0}, |
e0672e2f | 3430 | { "_class_wxFontList","_wxFontList",0}, |
de20db99 | 3431 | { "_class_wxJoystick","_wxJoystick",0}, |
2f90df85 RD |
3432 | { "_class_wxCommandEvent","_wxCommandEvent",0}, |
3433 | { "_class_wxClientDC","_wxClientDC",0}, | |
3434 | { "_class_wxSizeEvent","_wxSizeEvent",0}, | |
3435 | { "_class_wxListCtrl","_wxListCtrl",0}, | |
e0672e2f | 3436 | { "_wxBrushList","_class_wxBrushList",0}, |
2f90df85 | 3437 | { "_class_wxPyHtmlWinTagHandler","_wxPyHtmlWinTagHandler",0}, |
c8bc03c3 | 3438 | { "_wxCustomDataObject","_class_wxCustomDataObject",0}, |
c368d904 | 3439 | { "_class_wxLogNull","_wxLogNull",0}, |
2f90df85 RD |
3440 | { "_class_wxSize","_wxSize",0}, |
3441 | { "_class_wxBitmap","_wxBitmap",0}, | |
3442 | { "_class_wxMemoryDC","_wxMemoryDC",0}, | |
c8bc03c3 | 3443 | { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0}, |
2f90df85 | 3444 | { "_wxMenuBar","_class_wxMenuBar",0}, |
c368d904 | 3445 | { "_wxOutputStream","_class_wxOutputStream",0}, |
2f90df85 RD |
3446 | { "_wxTreeEvent","_class_wxTreeEvent",0}, |
3447 | { "_wxDirDialog","_class_wxDirDialog",0}, | |
3448 | { "_wxEvtHandler","_class_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxEvtHandler}, | |
3449 | { "_wxEvtHandler","_wxHtmlHelpController",SwigwxHtmlHelpControllerTowxEvtHandler}, | |
3450 | { "_wxEvtHandler","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxEvtHandler}, | |
3451 | { "_wxEvtHandler","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxEvtHandler}, | |
3452 | { "_wxEvtHandler","_class_wxEvtHandler",0}, | |
3453 | { "_wxMenuItem","_class_wxMenuItem",0}, | |
3454 | { "_class_wxScrollBar","_wxScrollBar",0}, | |
3455 | { "_class_wxColourDialog","_wxColourDialog",0}, | |
3456 | { "_class_wxPrintData","_wxPrintData",0}, | |
2f90df85 | 3457 | { "_class_wxScrolledWindow","_wxScrolledWindow",0}, |
f6bcfd97 | 3458 | { "_wxListItemAttr","_class_wxListItemAttr",0}, |
2f90df85 RD |
3459 | { "_class_wxTextEntryDialog","_wxTextEntryDialog",0}, |
3460 | { "_class_wxConfig","_wxConfig",0}, | |
3461 | { "_wxKeyEvent","_class_wxKeyEvent",0}, | |
3462 | { "_wxMoveEvent","_class_wxMoveEvent",0}, | |
9416aa89 | 3463 | { "_wxHtmlWordCell","_class_wxHtmlWordCell",0}, |
b1462dfa | 3464 | { "_wxHtmlEasyPrinting","_class_wxHtmlEasyPrinting",0}, |
2f90df85 RD |
3465 | { "_wxColourData","_class_wxColourData",0}, |
3466 | { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0}, | |
3467 | { "_wxPyHtmlWindow","_class_wxPyHtmlWindow",0}, | |
3468 | { "_class_wxPalette","_wxPalette",0}, | |
c8bc03c3 | 3469 | { "_wxFileDataObject","_class_wxFileDataObject",0}, |
2f90df85 | 3470 | { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0}, |
f6bcfd97 | 3471 | { "_wxNotebookSizer","_class_wxNotebookSizer",0}, |
2f90df85 | 3472 | { "_class_wxEraseEvent","_wxEraseEvent",0}, |
c8bc03c3 | 3473 | { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0}, |
2f90df85 | 3474 | { "_wxMDIClientWindow","_class_wxMDIClientWindow",0}, |
c8bc03c3 | 3475 | { "_wxHtmlLinkInfo","_class_wxHtmlLinkInfo",0}, |
9416aa89 | 3476 | { "_wxHtmlFontCell","_class_wxHtmlFontCell",0}, |
c8bc03c3 RD |
3477 | { "_class_wxDataObjectComposite","_wxDataObjectComposite",0}, |
3478 | { "_class_wxToolBarToolBase","_wxToolBarToolBase",0}, | |
2f90df85 RD |
3479 | { "_class_wxFontDialog","_wxFontDialog",0}, |
3480 | { "_wxWindow","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxWindow}, | |
3481 | { "_wxWindow","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxWindow}, | |
3482 | { "_wxWindow","_class_wxWindow",0}, | |
dc2f8a65 | 3483 | { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0}, |
c368d904 RD |
3484 | { "_wxLogStderr","_class_wxLogStderr",0}, |
3485 | { "_class_wxFileSystemHandler","_wxFileSystemHandler",0}, | |
3486 | { "_class_wxFileSystem","_wxFileSystem",0}, | |
2f90df85 RD |
3487 | { "_class_wxFrame","_class_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxFrame}, |
3488 | { "_class_wxFrame","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxFrame}, | |
3489 | { "_class_wxFrame","_wxFrame",0}, | |
3490 | {0,0,0}}; | |
3491 | ||
3492 | static PyObject *SWIG_globals; | |
3493 | #ifdef __cplusplus | |
3494 | extern "C" | |
3495 | #endif | |
3496 | SWIGEXPORT(void) inithtmlhelpc() { | |
3497 | PyObject *m, *d; | |
3498 | SWIG_globals = SWIG_newvarlink(); | |
3499 | m = Py_InitModule("htmlhelpc", htmlhelpcMethods); | |
3500 | d = PyModule_GetDict(m); | |
794c5cb1 RD |
3501 | PyDict_SetItemString(d,"wxHF_TOOLBAR", PyInt_FromLong((long) wxHF_TOOLBAR)); |
3502 | PyDict_SetItemString(d,"wxHF_FLATTOOLBAR", PyInt_FromLong((long) wxHF_FLATTOOLBAR)); | |
3503 | PyDict_SetItemString(d,"wxHF_CONTENTS", PyInt_FromLong((long) wxHF_CONTENTS)); | |
3504 | PyDict_SetItemString(d,"wxHF_INDEX", PyInt_FromLong((long) wxHF_INDEX)); | |
3505 | PyDict_SetItemString(d,"wxHF_SEARCH", PyInt_FromLong((long) wxHF_SEARCH)); | |
3506 | PyDict_SetItemString(d,"wxHF_BOOKMARKS", PyInt_FromLong((long) wxHF_BOOKMARKS)); | |
3507 | PyDict_SetItemString(d,"wxHF_OPENFILES", PyInt_FromLong((long) wxHF_OPENFILES)); | |
3508 | PyDict_SetItemString(d,"wxHF_PRINT", PyInt_FromLong((long) wxHF_PRINT)); | |
3509 | PyDict_SetItemString(d,"wxHF_DEFAULTSTYLE", PyInt_FromLong((long) wxHF_DEFAULTSTYLE)); | |
2f90df85 RD |
3510 | { |
3511 | int i; | |
3512 | for (i = 0; _swig_mapping[i].n1; i++) | |
3513 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
3514 | } | |
3515 | } |