]>
Commit | Line | Data |
---|---|---|
bb0054cd | 1 | /* |
c368d904 | 2 | * FILE : src/msw/misc2.cpp |
bb0054cd RD |
3 | * |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
185d7c3e | 6 | * Version 1.1 (Build 883) |
bb0054cd 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) | |
1d99702e | 27 | # define SWIGEXPORT(a) __declspec(dllexport) a |
bb0054cd RD |
28 | # else |
29 | # if defined(__BORLANDC__) | |
c368d904 | 30 | # define SWIGEXPORT(a) a _export |
bb0054cd | 31 | # else |
c368d904 | 32 | # define SWIGEXPORT(a) a |
bb0054cd RD |
33 | # endif |
34 | # endif | |
35 | #else | |
c368d904 | 36 | # define SWIGEXPORT(a) a |
bb0054cd RD |
37 | #endif |
38 | ||
c368d904 RD |
39 | #include "Python.h" |
40 | ||
bb0054cd RD |
41 | #ifdef __cplusplus |
42 | extern "C" { | |
43 | #endif | |
185d7c3e | 44 | |
bb0054cd 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 *); | |
1d99702e | 48 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); |
bb0054cd RD |
49 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); |
50 | extern PyObject *SWIG_newvarlink(void); | |
51 | #ifdef __cplusplus | |
52 | } | |
53 | #endif | |
bb0054cd RD |
54 | #define SWIG_init initmisc2c |
55 | ||
56 | #define SWIG_name "misc2c" | |
57 | ||
58 | #include "helpers.h" | |
5ae76026 | 59 | #include "pyistream.h" |
bb0054cd RD |
60 | #include <wx/resource.h> |
61 | #include <wx/tooltip.h> | |
f0261a72 | 62 | #include <wx/caret.h> |
f6bcfd97 | 63 | #include <wx/tipdlg.h> |
c368d904 | 64 | #include <wx/process.h> |
493f1553 RD |
65 | |
66 | #if wxUSE_JOYSTICK || defined(__WXMSW__) | |
185d7c3e | 67 | #include <wx/joystick.h> |
e0672e2f | 68 | #endif |
bb0054cd | 69 | |
493f1553 RD |
70 | #if wxUSE_WAVE || defined(__WXMSW__) |
71 | #include <wx/wave.h> | |
72 | #endif | |
73 | ||
b37c7e1d RD |
74 | #include <wx/mimetype.h> |
75 | ||
bb0054cd RD |
76 | |
77 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
78 | PyObject* o2; | |
79 | PyObject* o3; | |
80 | ||
6e18ca6c | 81 | if (!target) { |
bb0054cd | 82 | target = o; |
6e18ca6c | 83 | } else if (target == Py_None) { |
bb0054cd RD |
84 | Py_DECREF(Py_None); |
85 | target = o; | |
6e18ca6c | 86 | } else { |
bb0054cd RD |
87 | if (!PyTuple_Check(target)) { |
88 | o2 = target; | |
89 | target = PyTuple_New(1); | |
90 | PyTuple_SetItem(target, 0, o2); | |
91 | } | |
6e18ca6c RD |
92 | o3 = PyTuple_New(1); |
93 | PyTuple_SetItem(o3, 0, o); | |
bb0054cd RD |
94 | |
95 | o2 = target; | |
6e18ca6c RD |
96 | target = PySequence_Concat(o2, o3); |
97 | Py_DECREF(o2); | |
bb0054cd RD |
98 | Py_DECREF(o3); |
99 | } | |
100 | return target; | |
101 | } | |
102 | ||
137b5242 RD |
103 | // Put some wx default wxChar* values into wxStrings. |
104 | DECLARE_DEF_STRING(FileSelectorPromptStr); | |
105 | DECLARE_DEF_STRING(FileSelectorDefaultWildcardStr); | |
7cdaed0b | 106 | DECLARE_DEF_STRING(DirSelectorPromptStr); |
137b5242 RD |
107 | static const wxString wxPyEmptyString(wxT("")); |
108 | ||
06c0fba4 RD |
109 | int wxCaret_GetBlinkTime() { |
110 | return wxCaret::GetBlinkTime(); | |
111 | } | |
112 | ||
113 | void wxCaret_SetBlinkTime(int milliseconds) { | |
114 | wxCaret::SetBlinkTime(milliseconds); | |
115 | } | |
b1462dfa | 116 | |
6e18ca6c | 117 | bool wxThread_IsMain() { |
00ca6262 | 118 | #ifdef WXP_WITH_THREAD |
6e18ca6c | 119 | return wxThread::IsMain(); |
00ca6262 RD |
120 | #else |
121 | return TRUE; | |
122 | #endif | |
6e18ca6c RD |
123 | } |
124 | ||
f6bcfd97 BP |
125 | class wxPyTipProvider : public wxTipProvider { |
126 | public: | |
127 | wxPyTipProvider(size_t currentTip) | |
128 | : wxTipProvider(currentTip) {} | |
129 | ||
130 | DEC_PYCALLBACK_STRING__pure(GetTip); | |
131 | ||
132 | PYPRIVATE; | |
133 | }; | |
134 | ||
135 | IMP_PYCALLBACK_STRING__pure( wxPyTipProvider, wxTipProvider, GetTip); | |
136 | ||
137 | ||
138 | #include <wx/generic/dragimgg.h> | |
76bfdc78 | 139 | |
19e30148 | 140 | // A wxLog class that can be derived from in wxPython |
76bfdc78 RD |
141 | class wxPyLog : public wxLog { |
142 | public: | |
143 | wxPyLog() : wxLog() {} | |
144 | ||
145 | virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t) { | |
146 | bool found; | |
4268f798 | 147 | wxPyBeginBlockThreads(); |
a66212dc RD |
148 | if ((found = wxPyCBH_findCallback(m_myInst, "DoLog"))) { |
149 | PyObject* s = wx2PyString(szString); | |
150 | wxPyCBH_callCallback(m_myInst, Py_BuildValue("(iOi)", level, s, t)); | |
151 | Py_DECREF(s); | |
152 | } | |
4268f798 | 153 | wxPyEndBlockThreads(); |
76bfdc78 RD |
154 | if (! found) |
155 | wxLog::DoLog(level, szString, t); | |
156 | } | |
157 | ||
158 | virtual void DoLogString(const wxChar *szString, time_t t) { | |
159 | bool found; | |
4268f798 | 160 | wxPyBeginBlockThreads(); |
a66212dc RD |
161 | if ((found = wxPyCBH_findCallback(m_myInst, "DoLogString"))) { |
162 | PyObject* s = wx2PyString(szString); | |
163 | wxPyCBH_callCallback(m_myInst, Py_BuildValue("(Oi)", s, t)); | |
164 | Py_DECREF(s); | |
165 | } | |
4268f798 | 166 | wxPyEndBlockThreads(); |
76bfdc78 RD |
167 | if (! found) |
168 | wxLog::DoLogString(szString, t); | |
169 | } | |
170 | ||
171 | PYPRIVATE; | |
172 | }; | |
c368d904 RD |
173 | // C++ version of wxProcess derived class |
174 | ||
175 | class wxPyProcess : public wxProcess { | |
176 | public: | |
177 | wxPyProcess(wxEvtHandler *parent = NULL, int id = -1) | |
178 | : wxProcess(parent, id) | |
179 | {} | |
180 | ||
181 | DEC_PYCALLBACK_VOID_INTINT(OnTerminate); | |
182 | ||
183 | PYPRIVATE; | |
184 | }; | |
185 | ||
186 | IMP_PYCALLBACK_VOID_INTINT( wxPyProcess, wxProcess, OnTerminate); | |
493f1553 | 187 | |
19a97bd6 | 188 | |
493f1553 RD |
189 | #if !wxUSE_JOYSTICK && !defined(__WXMSW__) |
190 | // A C++ stub class for wxJoystick for platforms that don't have it. | |
191 | class wxJoystick : public wxObject { | |
192 | public: | |
193 | wxJoystick(int joystick = wxJOYSTICK1) { | |
4268f798 | 194 | wxPyBeginBlockThreads(); |
493f1553 | 195 | PyErr_SetString(PyExc_NotImplementedError, "wxJoystick is not available on this platform."); |
4268f798 | 196 | wxPyEndBlockThreads(); |
493f1553 RD |
197 | } |
198 | wxPoint GetPosition() { return wxPoint(-1,-1); } | |
199 | int GetZPosition() { return -1; } | |
200 | int GetButtonState() { return -1; } | |
201 | int GetPOVPosition() { return -1; } | |
202 | int GetPOVCTSPosition() { return -1; } | |
203 | int GetRudderPosition() { return -1; } | |
204 | int GetUPosition() { return -1; } | |
205 | int GetVPosition() { return -1; } | |
206 | int GetMovementThreshold() { return -1; } | |
d56cebe7 | 207 | void SetMovementThreshold(int threshold) {} |
493f1553 RD |
208 | |
209 | bool IsOk(void) { return FALSE; } | |
210 | int GetNumberJoysticks() { return -1; } | |
211 | int GetManufacturerId() { return -1; } | |
212 | int GetProductId() { return -1; } | |
213 | wxString GetProductName() { return ""; } | |
214 | int GetXMin() { return -1; } | |
215 | int GetYMin() { return -1; } | |
216 | int GetZMin() { return -1; } | |
217 | int GetXMax() { return -1; } | |
218 | int GetYMax() { return -1; } | |
219 | int GetZMax() { return -1; } | |
220 | int GetNumberButtons() { return -1; } | |
221 | int GetNumberAxes() { return -1; } | |
222 | int GetMaxButtons() { return -1; } | |
223 | int GetMaxAxes() { return -1; } | |
224 | int GetPollingMin() { return -1; } | |
225 | int GetPollingMax() { return -1; } | |
226 | int GetRudderMin() { return -1; } | |
227 | int GetRudderMax() { return -1; } | |
228 | int GetUMin() { return -1; } | |
229 | int GetUMax() { return -1; } | |
230 | int GetVMin() { return -1; } | |
231 | int GetVMax() { return -1; } | |
232 | ||
233 | bool HasRudder() { return FALSE; } | |
234 | bool HasZ() { return FALSE; } | |
235 | bool HasU() { return FALSE; } | |
236 | bool HasV() { return FALSE; } | |
237 | bool HasPOV() { return FALSE; } | |
238 | bool HasPOV4Dir() { return FALSE; } | |
239 | bool HasPOVCTS() { return FALSE; } | |
240 | ||
241 | bool SetCapture(wxWindow* win, int pollingFreq = 0) { return FALSE; } | |
242 | bool ReleaseCapture() { return FALSE; } | |
243 | }; | |
244 | #endif | |
245 | ||
0adbc166 | 246 | #if !wxUSE_WAVE |
493f1553 RD |
247 | // A C++ stub class for wxWave for platforms that don't have it. |
248 | class wxWave : public wxObject | |
249 | { | |
250 | public: | |
251 | wxWave(const wxString& fileName, bool isResource = FALSE) { | |
4268f798 | 252 | wxPyBeginBlockThreads(); |
493f1553 | 253 | PyErr_SetString(PyExc_NotImplementedError, "wxWave is not available on this platform."); |
4268f798 | 254 | wxPyEndBlockThreads(); |
493f1553 RD |
255 | } |
256 | wxWave(int size, const wxByte* data) { | |
4268f798 | 257 | wxPyBeginBlockThreads(); |
493f1553 | 258 | PyErr_SetString(PyExc_NotImplementedError, "wxWave is not available on this platform."); |
4268f798 | 259 | wxPyEndBlockThreads(); |
493f1553 RD |
260 | } |
261 | ||
262 | ~wxWave() {} | |
263 | ||
264 | bool IsOk() const { return FALSE; } | |
265 | bool Play(bool async = TRUE, bool looped = FALSE) const { return FALSE; } | |
266 | }; | |
267 | ||
268 | #endif | |
269 | // Implementations of some alternate "constructors" | |
270 | wxWave* wxWaveData(const wxString& data) { | |
271 | return new wxWave(data.Len(), (wxByte*)data.c_str()); | |
272 | } | |
b37c7e1d RD |
273 | |
274 | #if 0 | |
275 | extern wxMimeTypesManager * wxTheMimeTypesManager; | |
276 | ||
277 | #endif | |
7dbce44a | 278 | |
72797a7d RD |
279 | #include <wx/artprov.h> |
280 | ||
281 | DECLARE_DEF_STRING(ART_OTHER); | |
282 | ||
283 | // Python aware wxArtProvider | |
284 | class wxPyArtProvider : public wxArtProvider { | |
285 | public: | |
286 | ||
287 | virtual wxBitmap CreateBitmap(const wxArtID& id, | |
288 | const wxArtClient& client, | |
289 | const wxSize& size) { | |
290 | wxBitmap rval = wxNullBitmap; | |
291 | wxPyBeginBlockThreads(); | |
292 | if ((wxPyCBH_findCallback(m_myInst, "CreateBitmap"))) { | |
293 | PyObject* so = wxPyConstructObject((void*)&size, "wxSize", 0); | |
294 | PyObject* ro; | |
295 | wxBitmap* ptr; | |
a66212dc | 296 | PyObject* s1, *s2; |
72797a7d RD |
297 | s1 = wx2PyString(id); |
298 | s2 = wx2PyString(client); | |
a66212dc | 299 | ro = wxPyCBH_callCallbackObj(m_myInst, Py_BuildValue("(OOO)", s1, s2, so)); |
72797a7d | 300 | Py_DECREF(so); |
a66212dc RD |
301 | Py_DECREF(s1); |
302 | Py_DECREF(s2); | |
72797a7d RD |
303 | if (ro) { |
304 | if (!SWIG_GetPtrObj(ro, (void**)&ptr, "_wxBitmap_p")) | |
305 | rval = *ptr; | |
306 | Py_DECREF(ro); | |
307 | } | |
308 | } | |
309 | wxPyEndBlockThreads(); | |
310 | return rval; | |
311 | } | |
312 | ||
313 | PYPRIVATE; | |
314 | }; | |
315 | ||
7dbce44a | 316 | #include <wx/docview.h> |
06c0fba4 RD |
317 | #ifdef __cplusplus |
318 | extern "C" { | |
319 | #endif | |
320 | static PyObject *_wrap_wxFileSelector(PyObject *self, PyObject *args, PyObject *kwargs) { | |
321 | PyObject * _resultobj; | |
322 | wxString * _result; | |
137b5242 RD |
323 | wxString * _arg0 = (wxString *) &wxPyFileSelectorPromptStr; |
324 | wxString * _arg1 = (wxString *) &wxPyEmptyString; | |
325 | wxString * _arg2 = (wxString *) &wxPyEmptyString; | |
326 | wxString * _arg3 = (wxString *) &wxPyEmptyString; | |
327 | wxString * _arg4 = (wxString *) &wxPyFileSelectorDefaultWildcardStr; | |
06c0fba4 RD |
328 | int _arg5 = (int ) 0; |
329 | wxWindow * _arg6 = (wxWindow *) NULL; | |
330 | int _arg7 = (int ) -1; | |
331 | int _arg8 = (int ) -1; | |
137b5242 RD |
332 | PyObject * _obj0 = 0; |
333 | PyObject * _obj1 = 0; | |
334 | PyObject * _obj2 = 0; | |
335 | PyObject * _obj3 = 0; | |
336 | PyObject * _obj4 = 0; | |
06c0fba4 RD |
337 | PyObject * _argo6 = 0; |
338 | char *_kwnames[] = { "message","default_path","default_filename","default_extension","wildcard","flags","parent","x","y", NULL }; | |
339 | ||
340 | self = self; | |
137b5242 | 341 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOOOOiOii:wxFileSelector",_kwnames,&_obj0,&_obj1,&_obj2,&_obj3,&_obj4,&_arg5,&_argo6,&_arg7,&_arg8)) |
06c0fba4 | 342 | return NULL; |
137b5242 RD |
343 | if (_obj0) |
344 | { | |
345 | _arg0 = wxString_in_helper(_obj0); | |
346 | if (_arg0 == NULL) | |
347 | return NULL; | |
348 | } | |
349 | if (_obj1) | |
350 | { | |
351 | _arg1 = wxString_in_helper(_obj1); | |
352 | if (_arg1 == NULL) | |
353 | return NULL; | |
354 | } | |
355 | if (_obj2) | |
356 | { | |
357 | _arg2 = wxString_in_helper(_obj2); | |
358 | if (_arg2 == NULL) | |
359 | return NULL; | |
360 | } | |
361 | if (_obj3) | |
362 | { | |
363 | _arg3 = wxString_in_helper(_obj3); | |
364 | if (_arg3 == NULL) | |
365 | return NULL; | |
366 | } | |
367 | if (_obj4) | |
368 | { | |
369 | _arg4 = wxString_in_helper(_obj4); | |
370 | if (_arg4 == NULL) | |
371 | return NULL; | |
372 | } | |
06c0fba4 RD |
373 | if (_argo6) { |
374 | if (_argo6 == Py_None) { _arg6 = NULL; } | |
375 | else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxWindow_p")) { | |
376 | PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxFileSelector. Expected _wxWindow_p."); | |
377 | return NULL; | |
378 | } | |
379 | } | |
380 | { | |
4268f798 | 381 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
137b5242 | 382 | _result = new wxString (wxFileSelector(*_arg0,*_arg1,*_arg2,*_arg3,*_arg4,_arg5,_arg6,_arg7,_arg8)); |
06c0fba4 | 383 | |
4268f798 RD |
384 | wxPyEndAllowThreads(__tstate); |
385 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 | 386 | }{ |
c8bc7bb8 RD |
387 | #if wxUSE_UNICODE |
388 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
389 | #else | |
eec92d76 | 390 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 391 | #endif |
06c0fba4 | 392 | } |
137b5242 RD |
393 | { |
394 | if (_obj0) | |
395 | delete _arg0; | |
396 | } | |
397 | { | |
398 | if (_obj1) | |
399 | delete _arg1; | |
400 | } | |
401 | { | |
402 | if (_obj2) | |
403 | delete _arg2; | |
404 | } | |
405 | { | |
406 | if (_obj3) | |
407 | delete _arg3; | |
408 | } | |
409 | { | |
410 | if (_obj4) | |
411 | delete _arg4; | |
412 | } | |
06c0fba4 RD |
413 | { |
414 | delete _result; | |
415 | } | |
416 | return _resultobj; | |
417 | } | |
418 | ||
a541c325 RD |
419 | static PyObject *_wrap_wxLoadFileSelector(PyObject *self, PyObject *args, PyObject *kwargs) { |
420 | PyObject * _resultobj; | |
421 | wxString * _result; | |
137b5242 RD |
422 | wxString * _arg0; |
423 | wxString * _arg1; | |
424 | wxString * _arg2 = (wxString *) &wxPyEmptyString; | |
a541c325 | 425 | wxWindow * _arg3 = (wxWindow *) NULL; |
137b5242 RD |
426 | PyObject * _obj0 = 0; |
427 | PyObject * _obj1 = 0; | |
428 | PyObject * _obj2 = 0; | |
a541c325 RD |
429 | PyObject * _argo3 = 0; |
430 | char *_kwnames[] = { "what","extension","default_name","parent", NULL }; | |
431 | ||
432 | self = self; | |
137b5242 | 433 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|OO:wxLoadFileSelector",_kwnames,&_obj0,&_obj1,&_obj2,&_argo3)) |
a541c325 | 434 | return NULL; |
137b5242 RD |
435 | { |
436 | _arg0 = wxString_in_helper(_obj0); | |
437 | if (_arg0 == NULL) | |
438 | return NULL; | |
439 | } | |
440 | { | |
441 | _arg1 = wxString_in_helper(_obj1); | |
442 | if (_arg1 == NULL) | |
443 | return NULL; | |
444 | } | |
445 | if (_obj2) | |
446 | { | |
447 | _arg2 = wxString_in_helper(_obj2); | |
448 | if (_arg2 == NULL) | |
449 | return NULL; | |
450 | } | |
a541c325 RD |
451 | if (_argo3) { |
452 | if (_argo3 == Py_None) { _arg3 = NULL; } | |
453 | else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxWindow_p")) { | |
454 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxLoadFileSelector. Expected _wxWindow_p."); | |
455 | return NULL; | |
456 | } | |
457 | } | |
458 | { | |
459 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
137b5242 | 460 | _result = new wxString (wxLoadFileSelector(*_arg0,*_arg1,*_arg2,_arg3)); |
a541c325 RD |
461 | |
462 | wxPyEndAllowThreads(__tstate); | |
463 | if (PyErr_Occurred()) return NULL; | |
464 | }{ | |
465 | #if wxUSE_UNICODE | |
466 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
467 | #else | |
468 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
469 | #endif | |
470 | } | |
137b5242 RD |
471 | { |
472 | if (_obj0) | |
473 | delete _arg0; | |
474 | } | |
475 | { | |
476 | if (_obj1) | |
477 | delete _arg1; | |
478 | } | |
479 | { | |
480 | if (_obj2) | |
481 | delete _arg2; | |
482 | } | |
a541c325 RD |
483 | { |
484 | delete _result; | |
485 | } | |
486 | return _resultobj; | |
487 | } | |
488 | ||
489 | static PyObject *_wrap_wxSaveFileSelector(PyObject *self, PyObject *args, PyObject *kwargs) { | |
490 | PyObject * _resultobj; | |
491 | wxString * _result; | |
137b5242 RD |
492 | wxString * _arg0; |
493 | wxString * _arg1; | |
494 | wxString * _arg2 = (wxString *) &wxPyEmptyString; | |
a541c325 | 495 | wxWindow * _arg3 = (wxWindow *) NULL; |
137b5242 RD |
496 | PyObject * _obj0 = 0; |
497 | PyObject * _obj1 = 0; | |
498 | PyObject * _obj2 = 0; | |
a541c325 RD |
499 | PyObject * _argo3 = 0; |
500 | char *_kwnames[] = { "what","extension","default_name","parent", NULL }; | |
501 | ||
502 | self = self; | |
137b5242 RD |
503 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|OO:wxSaveFileSelector",_kwnames,&_obj0,&_obj1,&_obj2,&_argo3)) |
504 | return NULL; | |
505 | { | |
506 | _arg0 = wxString_in_helper(_obj0); | |
507 | if (_arg0 == NULL) | |
a541c325 | 508 | return NULL; |
137b5242 RD |
509 | } |
510 | { | |
511 | _arg1 = wxString_in_helper(_obj1); | |
512 | if (_arg1 == NULL) | |
513 | return NULL; | |
514 | } | |
515 | if (_obj2) | |
516 | { | |
517 | _arg2 = wxString_in_helper(_obj2); | |
518 | if (_arg2 == NULL) | |
519 | return NULL; | |
520 | } | |
a541c325 RD |
521 | if (_argo3) { |
522 | if (_argo3 == Py_None) { _arg3 = NULL; } | |
523 | else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxWindow_p")) { | |
524 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxSaveFileSelector. Expected _wxWindow_p."); | |
525 | return NULL; | |
526 | } | |
527 | } | |
528 | { | |
529 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
137b5242 | 530 | _result = new wxString (wxSaveFileSelector(*_arg0,*_arg1,*_arg2,_arg3)); |
a541c325 RD |
531 | |
532 | wxPyEndAllowThreads(__tstate); | |
533 | if (PyErr_Occurred()) return NULL; | |
534 | }{ | |
535 | #if wxUSE_UNICODE | |
536 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
537 | #else | |
538 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
539 | #endif | |
540 | } | |
137b5242 RD |
541 | { |
542 | if (_obj0) | |
543 | delete _arg0; | |
544 | } | |
545 | { | |
546 | if (_obj1) | |
547 | delete _arg1; | |
548 | } | |
549 | { | |
550 | if (_obj2) | |
551 | delete _arg2; | |
552 | } | |
a541c325 RD |
553 | { |
554 | delete _result; | |
555 | } | |
556 | return _resultobj; | |
557 | } | |
558 | ||
7cdaed0b RD |
559 | static PyObject *_wrap_wxDirSelector(PyObject *self, PyObject *args, PyObject *kwargs) { |
560 | PyObject * _resultobj; | |
561 | wxString * _result; | |
562 | wxString * _arg0 = (wxString *) &wxPyDirSelectorPromptStr; | |
563 | wxString * _arg1 = (wxString *) &wxPyEmptyString; | |
daa3eac9 | 564 | long _arg2 = (long ) wxDD_DEFAULT_STYLE; |
7cdaed0b RD |
565 | wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; |
566 | wxWindow * _arg4 = (wxWindow *) NULL; | |
567 | PyObject * _obj0 = 0; | |
568 | PyObject * _obj1 = 0; | |
569 | wxPoint temp; | |
570 | PyObject * _obj3 = 0; | |
571 | PyObject * _argo4 = 0; | |
572 | char *_kwnames[] = { "message","defaultPath","style","pos","parent", NULL }; | |
573 | ||
574 | self = self; | |
575 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|OOlOO:wxDirSelector",_kwnames,&_obj0,&_obj1,&_arg2,&_obj3,&_argo4)) | |
576 | return NULL; | |
577 | if (_obj0) | |
578 | { | |
579 | _arg0 = wxString_in_helper(_obj0); | |
580 | if (_arg0 == NULL) | |
581 | return NULL; | |
582 | } | |
583 | if (_obj1) | |
584 | { | |
585 | _arg1 = wxString_in_helper(_obj1); | |
586 | if (_arg1 == NULL) | |
587 | return NULL; | |
588 | } | |
589 | if (_obj3) | |
590 | { | |
591 | _arg3 = &temp; | |
592 | if (! wxPoint_helper(_obj3, &_arg3)) | |
593 | return NULL; | |
594 | } | |
595 | if (_argo4) { | |
596 | if (_argo4 == Py_None) { _arg4 = NULL; } | |
597 | else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxWindow_p")) { | |
598 | PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxDirSelector. Expected _wxWindow_p."); | |
599 | return NULL; | |
600 | } | |
601 | } | |
602 | { | |
603 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
604 | _result = new wxString (wxDirSelector(*_arg0,*_arg1,_arg2,*_arg3,_arg4)); | |
605 | ||
606 | wxPyEndAllowThreads(__tstate); | |
607 | if (PyErr_Occurred()) return NULL; | |
608 | }{ | |
609 | #if wxUSE_UNICODE | |
610 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
611 | #else | |
612 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
613 | #endif | |
614 | } | |
615 | { | |
616 | if (_obj0) | |
617 | delete _arg0; | |
618 | } | |
619 | { | |
620 | if (_obj1) | |
621 | delete _arg1; | |
622 | } | |
623 | { | |
624 | delete _result; | |
625 | } | |
626 | return _resultobj; | |
627 | } | |
628 | ||
06c0fba4 RD |
629 | static PyObject *_wrap_wxGetTextFromUser(PyObject *self, PyObject *args, PyObject *kwargs) { |
630 | PyObject * _resultobj; | |
631 | wxString * _result; | |
632 | wxString * _arg0; | |
137b5242 RD |
633 | wxString * _arg1 = (wxString *) &wxPyEmptyString; |
634 | wxString * _arg2 = (wxString *) &wxPyEmptyString; | |
06c0fba4 RD |
635 | wxWindow * _arg3 = (wxWindow *) NULL; |
636 | int _arg4 = (int ) -1; | |
637 | int _arg5 = (int ) -1; | |
638 | bool _arg6 = (bool ) TRUE; | |
639 | PyObject * _obj0 = 0; | |
640 | PyObject * _obj1 = 0; | |
641 | PyObject * _obj2 = 0; | |
642 | PyObject * _argo3 = 0; | |
643 | int tempbool6 = (int) TRUE; | |
644 | char *_kwnames[] = { "message","caption","default_value","parent","x","y","centre", NULL }; | |
645 | ||
646 | self = self; | |
647 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OOOiii:wxGetTextFromUser",_kwnames,&_obj0,&_obj1,&_obj2,&_argo3,&_arg4,&_arg5,&tempbool6)) | |
648 | return NULL; | |
649 | { | |
c8bc7bb8 RD |
650 | _arg0 = wxString_in_helper(_obj0); |
651 | if (_arg0 == NULL) | |
185d7c3e | 652 | return NULL; |
06c0fba4 RD |
653 | } |
654 | if (_obj1) | |
655 | { | |
c8bc7bb8 RD |
656 | _arg1 = wxString_in_helper(_obj1); |
657 | if (_arg1 == NULL) | |
185d7c3e | 658 | return NULL; |
06c0fba4 RD |
659 | } |
660 | if (_obj2) | |
661 | { | |
c8bc7bb8 RD |
662 | _arg2 = wxString_in_helper(_obj2); |
663 | if (_arg2 == NULL) | |
06c0fba4 | 664 | return NULL; |
06c0fba4 RD |
665 | } |
666 | if (_argo3) { | |
667 | if (_argo3 == Py_None) { _arg3 = NULL; } | |
668 | else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxWindow_p")) { | |
669 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxGetTextFromUser. Expected _wxWindow_p."); | |
670 | return NULL; | |
671 | } | |
672 | } | |
673 | _arg6 = (bool ) tempbool6; | |
674 | { | |
4268f798 | 675 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 676 | _result = new wxString (wxGetTextFromUser(*_arg0,*_arg1,*_arg2,_arg3,_arg4,_arg5,_arg6)); |
06c0fba4 | 677 | |
4268f798 RD |
678 | wxPyEndAllowThreads(__tstate); |
679 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 | 680 | }{ |
c8bc7bb8 RD |
681 | #if wxUSE_UNICODE |
682 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
683 | #else | |
eec92d76 | 684 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 685 | #endif |
06c0fba4 RD |
686 | } |
687 | { | |
688 | if (_obj0) | |
689 | delete _arg0; | |
690 | } | |
691 | { | |
692 | if (_obj1) | |
693 | delete _arg1; | |
694 | } | |
695 | { | |
696 | if (_obj2) | |
697 | delete _arg2; | |
698 | } | |
699 | { | |
700 | delete _result; | |
701 | } | |
702 | return _resultobj; | |
703 | } | |
704 | ||
1b62f00d RD |
705 | static PyObject *_wrap_wxGetPasswordFromUser(PyObject *self, PyObject *args, PyObject *kwargs) { |
706 | PyObject * _resultobj; | |
707 | wxString * _result; | |
708 | wxString * _arg0; | |
137b5242 RD |
709 | wxString * _arg1 = (wxString *) &wxPyEmptyString; |
710 | wxString * _arg2 = (wxString *) &wxPyEmptyString; | |
1b62f00d RD |
711 | wxWindow * _arg3 = (wxWindow *) NULL; |
712 | PyObject * _obj0 = 0; | |
713 | PyObject * _obj1 = 0; | |
714 | PyObject * _obj2 = 0; | |
715 | PyObject * _argo3 = 0; | |
716 | char *_kwnames[] = { "message","caption","default_value","parent", NULL }; | |
717 | ||
718 | self = self; | |
719 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OOO:wxGetPasswordFromUser",_kwnames,&_obj0,&_obj1,&_obj2,&_argo3)) | |
720 | return NULL; | |
721 | { | |
c8bc7bb8 RD |
722 | _arg0 = wxString_in_helper(_obj0); |
723 | if (_arg0 == NULL) | |
1b62f00d | 724 | return NULL; |
1b62f00d RD |
725 | } |
726 | if (_obj1) | |
727 | { | |
c8bc7bb8 RD |
728 | _arg1 = wxString_in_helper(_obj1); |
729 | if (_arg1 == NULL) | |
1b62f00d | 730 | return NULL; |
1b62f00d RD |
731 | } |
732 | if (_obj2) | |
733 | { | |
c8bc7bb8 RD |
734 | _arg2 = wxString_in_helper(_obj2); |
735 | if (_arg2 == NULL) | |
1b62f00d | 736 | return NULL; |
1b62f00d RD |
737 | } |
738 | if (_argo3) { | |
739 | if (_argo3 == Py_None) { _arg3 = NULL; } | |
740 | else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxWindow_p")) { | |
741 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxGetPasswordFromUser. Expected _wxWindow_p."); | |
742 | return NULL; | |
743 | } | |
744 | } | |
745 | { | |
4268f798 | 746 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 747 | _result = new wxString (wxGetPasswordFromUser(*_arg0,*_arg1,*_arg2,_arg3)); |
1b62f00d | 748 | |
4268f798 RD |
749 | wxPyEndAllowThreads(__tstate); |
750 | if (PyErr_Occurred()) return NULL; | |
1b62f00d | 751 | }{ |
c8bc7bb8 RD |
752 | #if wxUSE_UNICODE |
753 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
754 | #else | |
1b62f00d | 755 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 756 | #endif |
1b62f00d RD |
757 | } |
758 | { | |
759 | if (_obj0) | |
760 | delete _arg0; | |
761 | } | |
762 | { | |
763 | if (_obj1) | |
764 | delete _arg1; | |
765 | } | |
766 | { | |
767 | if (_obj2) | |
768 | delete _arg2; | |
769 | } | |
770 | { | |
771 | delete _result; | |
772 | } | |
773 | return _resultobj; | |
774 | } | |
775 | ||
06c0fba4 RD |
776 | static PyObject *_wrap_wxGetSingleChoice(PyObject *self, PyObject *args, PyObject *kwargs) { |
777 | PyObject * _resultobj; | |
778 | wxString * _result; | |
779 | wxString * _arg0; | |
780 | wxString * _arg1; | |
781 | int _arg2; | |
782 | wxString * _arg3; | |
783 | wxWindow * _arg4 = (wxWindow *) NULL; | |
784 | int _arg5 = (int ) -1; | |
785 | int _arg6 = (int ) -1; | |
786 | bool _arg7 = (bool ) TRUE; | |
787 | int _arg8 = (int ) 150; | |
788 | int _arg9 = (int ) 200; | |
789 | PyObject * _obj0 = 0; | |
790 | PyObject * _obj1 = 0; | |
791 | PyObject * _obj3 = 0; | |
792 | PyObject * _argo4 = 0; | |
793 | int tempbool7 = (int) TRUE; | |
eec92d76 | 794 | char *_kwnames[] = { "message","caption","choices","parent","x","y","centre","width","height", NULL }; |
06c0fba4 RD |
795 | |
796 | self = self; | |
797 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO|Oiiiii:wxGetSingleChoice",_kwnames,&_obj0,&_obj1,&_obj3,&_argo4,&_arg5,&_arg6,&tempbool7,&_arg8,&_arg9)) | |
798 | return NULL; | |
799 | { | |
c8bc7bb8 RD |
800 | _arg0 = wxString_in_helper(_obj0); |
801 | if (_arg0 == NULL) | |
185d7c3e | 802 | return NULL; |
06c0fba4 RD |
803 | } |
804 | { | |
c8bc7bb8 RD |
805 | _arg1 = wxString_in_helper(_obj1); |
806 | if (_arg1 == NULL) | |
185d7c3e | 807 | return NULL; |
06c0fba4 RD |
808 | } |
809 | if (_obj3) | |
810 | { | |
811 | _arg3 = wxString_LIST_helper(_obj3); | |
812 | if (_arg3 == NULL) { | |
813 | return NULL; | |
814 | } | |
815 | } | |
816 | if (_argo4) { | |
817 | if (_argo4 == Py_None) { _arg4 = NULL; } | |
818 | else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxWindow_p")) { | |
819 | PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxGetSingleChoice. Expected _wxWindow_p."); | |
820 | return NULL; | |
821 | } | |
822 | } | |
823 | _arg7 = (bool ) tempbool7; | |
824 | { | |
825 | if (_obj3) { | |
826 | _arg2 = PyList_Size(_obj3); | |
827 | } | |
828 | else { | |
829 | _arg2 = 0; | |
830 | } | |
831 | } | |
832 | { | |
4268f798 | 833 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 834 | _result = new wxString (wxGetSingleChoice(*_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6,_arg7,_arg8,_arg9)); |
06c0fba4 | 835 | |
4268f798 RD |
836 | wxPyEndAllowThreads(__tstate); |
837 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 | 838 | }{ |
c8bc7bb8 RD |
839 | #if wxUSE_UNICODE |
840 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
841 | #else | |
eec92d76 | 842 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 843 | #endif |
06c0fba4 RD |
844 | } |
845 | { | |
846 | if (_obj0) | |
847 | delete _arg0; | |
848 | } | |
849 | { | |
850 | if (_obj1) | |
851 | delete _arg1; | |
852 | } | |
853 | { | |
854 | delete [] _arg3; | |
855 | } | |
856 | { | |
857 | delete _result; | |
858 | } | |
859 | return _resultobj; | |
860 | } | |
861 | ||
862 | static PyObject *_wrap_wxGetSingleChoiceIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
863 | PyObject * _resultobj; | |
864 | int _result; | |
865 | wxString * _arg0; | |
866 | wxString * _arg1; | |
867 | int _arg2; | |
868 | wxString * _arg3; | |
869 | wxWindow * _arg4 = (wxWindow *) NULL; | |
870 | int _arg5 = (int ) -1; | |
871 | int _arg6 = (int ) -1; | |
872 | bool _arg7 = (bool ) TRUE; | |
873 | int _arg8 = (int ) 150; | |
874 | int _arg9 = (int ) 200; | |
875 | PyObject * _obj0 = 0; | |
876 | PyObject * _obj1 = 0; | |
877 | PyObject * _obj3 = 0; | |
878 | PyObject * _argo4 = 0; | |
879 | int tempbool7 = (int) TRUE; | |
eec92d76 | 880 | char *_kwnames[] = { "message","caption","choices","parent","x","y","centre","width","height", NULL }; |
06c0fba4 RD |
881 | |
882 | self = self; | |
883 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO|Oiiiii:wxGetSingleChoiceIndex",_kwnames,&_obj0,&_obj1,&_obj3,&_argo4,&_arg5,&_arg6,&tempbool7,&_arg8,&_arg9)) | |
884 | return NULL; | |
885 | { | |
c8bc7bb8 RD |
886 | _arg0 = wxString_in_helper(_obj0); |
887 | if (_arg0 == NULL) | |
185d7c3e | 888 | return NULL; |
06c0fba4 RD |
889 | } |
890 | { | |
c8bc7bb8 RD |
891 | _arg1 = wxString_in_helper(_obj1); |
892 | if (_arg1 == NULL) | |
185d7c3e | 893 | return NULL; |
06c0fba4 RD |
894 | } |
895 | if (_obj3) | |
896 | { | |
897 | _arg3 = wxString_LIST_helper(_obj3); | |
898 | if (_arg3 == NULL) { | |
899 | return NULL; | |
900 | } | |
901 | } | |
902 | if (_argo4) { | |
903 | if (_argo4 == Py_None) { _arg4 = NULL; } | |
904 | else if (SWIG_GetPtrObj(_argo4,(void **) &_arg4,"_wxWindow_p")) { | |
905 | PyErr_SetString(PyExc_TypeError,"Type error in argument 5 of wxGetSingleChoiceIndex. Expected _wxWindow_p."); | |
906 | return NULL; | |
907 | } | |
908 | } | |
909 | _arg7 = (bool ) tempbool7; | |
910 | { | |
911 | if (_obj3) { | |
912 | _arg2 = PyList_Size(_obj3); | |
913 | } | |
914 | else { | |
915 | _arg2 = 0; | |
916 | } | |
917 | } | |
918 | { | |
4268f798 | 919 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 920 | _result = (int )wxGetSingleChoiceIndex(*_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5,_arg6,_arg7,_arg8,_arg9); |
06c0fba4 | 921 | |
4268f798 RD |
922 | wxPyEndAllowThreads(__tstate); |
923 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
924 | } _resultobj = Py_BuildValue("i",_result); |
925 | { | |
926 | if (_obj0) | |
927 | delete _arg0; | |
928 | } | |
929 | { | |
930 | if (_obj1) | |
931 | delete _arg1; | |
932 | } | |
933 | { | |
934 | delete [] _arg3; | |
935 | } | |
936 | return _resultobj; | |
937 | } | |
938 | ||
939 | static PyObject *_wrap_wxMessageBox(PyObject *self, PyObject *args, PyObject *kwargs) { | |
940 | PyObject * _resultobj; | |
941 | int _result; | |
942 | wxString * _arg0; | |
137b5242 | 943 | wxString * _arg1 = (wxString *) &wxPyEmptyString; |
06c0fba4 RD |
944 | int _arg2 = (int ) wxOK|wxCENTRE; |
945 | wxWindow * _arg3 = (wxWindow *) NULL; | |
946 | int _arg4 = (int ) -1; | |
947 | int _arg5 = (int ) -1; | |
948 | PyObject * _obj0 = 0; | |
949 | PyObject * _obj1 = 0; | |
950 | PyObject * _argo3 = 0; | |
951 | char *_kwnames[] = { "message","caption","style","parent","x","y", NULL }; | |
952 | ||
953 | self = self; | |
954 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OiOii:wxMessageBox",_kwnames,&_obj0,&_obj1,&_arg2,&_argo3,&_arg4,&_arg5)) | |
955 | return NULL; | |
956 | { | |
c8bc7bb8 RD |
957 | _arg0 = wxString_in_helper(_obj0); |
958 | if (_arg0 == NULL) | |
185d7c3e | 959 | return NULL; |
06c0fba4 RD |
960 | } |
961 | if (_obj1) | |
962 | { | |
c8bc7bb8 RD |
963 | _arg1 = wxString_in_helper(_obj1); |
964 | if (_arg1 == NULL) | |
185d7c3e | 965 | return NULL; |
06c0fba4 RD |
966 | } |
967 | if (_argo3) { | |
968 | if (_argo3 == Py_None) { _arg3 = NULL; } | |
969 | else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxWindow_p")) { | |
970 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxMessageBox. Expected _wxWindow_p."); | |
971 | return NULL; | |
972 | } | |
973 | } | |
974 | { | |
4268f798 | 975 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 976 | _result = (int )wxMessageBox(*_arg0,*_arg1,_arg2,_arg3,_arg4,_arg5); |
06c0fba4 | 977 | |
4268f798 RD |
978 | wxPyEndAllowThreads(__tstate); |
979 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
980 | } _resultobj = Py_BuildValue("i",_result); |
981 | { | |
982 | if (_obj0) | |
983 | delete _arg0; | |
984 | } | |
985 | { | |
986 | if (_obj1) | |
987 | delete _arg1; | |
988 | } | |
989 | return _resultobj; | |
990 | } | |
991 | ||
992 | static PyObject *_wrap_wxGetNumberFromUser(PyObject *self, PyObject *args, PyObject *kwargs) { | |
993 | PyObject * _resultobj; | |
994 | long _result; | |
995 | wxString * _arg0; | |
996 | wxString * _arg1; | |
997 | wxString * _arg2; | |
998 | long _arg3; | |
999 | long _arg4 = (long ) 0; | |
1000 | long _arg5 = (long ) 100; | |
1001 | wxWindow * _arg6 = (wxWindow *) NULL; | |
e508a2b6 | 1002 | wxPoint * _arg7 = (wxPoint *) &wxDefaultPosition; |
06c0fba4 RD |
1003 | PyObject * _obj0 = 0; |
1004 | PyObject * _obj1 = 0; | |
1005 | PyObject * _obj2 = 0; | |
1006 | PyObject * _argo6 = 0; | |
1007 | wxPoint temp; | |
1008 | PyObject * _obj7 = 0; | |
1009 | char *_kwnames[] = { "message","prompt","caption","value","min","max","parent","pos", NULL }; | |
1010 | ||
1011 | self = self; | |
1012 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOl|llOO:wxGetNumberFromUser",_kwnames,&_obj0,&_obj1,&_obj2,&_arg3,&_arg4,&_arg5,&_argo6,&_obj7)) | |
1013 | return NULL; | |
1014 | { | |
c8bc7bb8 RD |
1015 | _arg0 = wxString_in_helper(_obj0); |
1016 | if (_arg0 == NULL) | |
185d7c3e | 1017 | return NULL; |
06c0fba4 RD |
1018 | } |
1019 | { | |
c8bc7bb8 RD |
1020 | _arg1 = wxString_in_helper(_obj1); |
1021 | if (_arg1 == NULL) | |
06c0fba4 | 1022 | return NULL; |
06c0fba4 RD |
1023 | } |
1024 | { | |
c8bc7bb8 RD |
1025 | _arg2 = wxString_in_helper(_obj2); |
1026 | if (_arg2 == NULL) | |
185d7c3e | 1027 | return NULL; |
06c0fba4 RD |
1028 | } |
1029 | if (_argo6) { | |
1030 | if (_argo6 == Py_None) { _arg6 = NULL; } | |
1031 | else if (SWIG_GetPtrObj(_argo6,(void **) &_arg6,"_wxWindow_p")) { | |
1032 | PyErr_SetString(PyExc_TypeError,"Type error in argument 7 of wxGetNumberFromUser. Expected _wxWindow_p."); | |
1033 | return NULL; | |
1034 | } | |
1035 | } | |
1036 | if (_obj7) | |
1037 | { | |
1038 | _arg7 = &temp; | |
1039 | if (! wxPoint_helper(_obj7, &_arg7)) | |
1040 | return NULL; | |
1041 | } | |
1042 | { | |
4268f798 | 1043 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1044 | _result = (long )wxGetNumberFromUser(*_arg0,*_arg1,*_arg2,_arg3,_arg4,_arg5,_arg6,*_arg7); |
06c0fba4 | 1045 | |
4268f798 RD |
1046 | wxPyEndAllowThreads(__tstate); |
1047 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1048 | } _resultobj = Py_BuildValue("l",_result); |
1049 | { | |
1050 | if (_obj0) | |
1051 | delete _arg0; | |
1052 | } | |
1053 | { | |
1054 | if (_obj1) | |
1055 | delete _arg1; | |
1056 | } | |
1057 | { | |
1058 | if (_obj2) | |
1059 | delete _arg2; | |
1060 | } | |
1061 | return _resultobj; | |
1062 | } | |
1063 | ||
1064 | static PyObject *_wrap_wxColourDisplay(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1065 | PyObject * _resultobj; | |
1066 | bool _result; | |
1067 | char *_kwnames[] = { NULL }; | |
1068 | ||
1069 | self = self; | |
1070 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxColourDisplay",_kwnames)) | |
1071 | return NULL; | |
1072 | { | |
4268f798 | 1073 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1074 | _result = (bool )wxColourDisplay(); |
06c0fba4 | 1075 | |
4268f798 RD |
1076 | wxPyEndAllowThreads(__tstate); |
1077 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1078 | } _resultobj = Py_BuildValue("i",_result); |
1079 | return _resultobj; | |
1080 | } | |
1081 | ||
1082 | static PyObject *_wrap_wxDisplayDepth(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1083 | PyObject * _resultobj; | |
1084 | int _result; | |
1085 | char *_kwnames[] = { NULL }; | |
1086 | ||
1087 | self = self; | |
1088 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxDisplayDepth",_kwnames)) | |
1089 | return NULL; | |
1090 | { | |
4268f798 | 1091 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1092 | _result = (int )wxDisplayDepth(); |
06c0fba4 | 1093 | |
4268f798 RD |
1094 | wxPyEndAllowThreads(__tstate); |
1095 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1096 | } _resultobj = Py_BuildValue("i",_result); |
1097 | return _resultobj; | |
1098 | } | |
f0261a72 | 1099 | |
1e7ecb7b RD |
1100 | static PyObject *_wrap_wxGetDisplayDepth(PyObject *self, PyObject *args, PyObject *kwargs) { |
1101 | PyObject * _resultobj; | |
1102 | int _result; | |
1103 | char *_kwnames[] = { NULL }; | |
1104 | ||
1105 | self = self; | |
1106 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxGetDisplayDepth",_kwnames)) | |
1107 | return NULL; | |
1108 | { | |
4268f798 | 1109 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1110 | _result = (int )wxGetDisplayDepth(); |
1e7ecb7b | 1111 | |
4268f798 RD |
1112 | wxPyEndAllowThreads(__tstate); |
1113 | if (PyErr_Occurred()) return NULL; | |
1e7ecb7b RD |
1114 | } _resultobj = Py_BuildValue("i",_result); |
1115 | return _resultobj; | |
1116 | } | |
1117 | ||
1118 | static PyObject *_wrap_wxDisplaySize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1119 | PyObject * _resultobj; | |
1120 | int * _arg0; | |
1121 | int temp; | |
1122 | int * _arg1; | |
1123 | int temp0; | |
1124 | char *_kwnames[] = { NULL }; | |
1125 | ||
1126 | self = self; | |
1127 | { | |
1128 | _arg0 = &temp; | |
1129 | } | |
1130 | { | |
1131 | _arg1 = &temp0; | |
1132 | } | |
1133 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxDisplaySize",_kwnames)) | |
1134 | return NULL; | |
1135 | { | |
4268f798 | 1136 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1137 | wxDisplaySize(_arg0,_arg1); |
1e7ecb7b | 1138 | |
4268f798 RD |
1139 | wxPyEndAllowThreads(__tstate); |
1140 | if (PyErr_Occurred()) return NULL; | |
1e7ecb7b RD |
1141 | } Py_INCREF(Py_None); |
1142 | _resultobj = Py_None; | |
1143 | { | |
1144 | PyObject *o; | |
1145 | o = PyInt_FromLong((long) (*_arg0)); | |
1146 | _resultobj = t_output_helper(_resultobj, o); | |
1147 | } | |
1148 | { | |
1149 | PyObject *o; | |
1150 | o = PyInt_FromLong((long) (*_arg1)); | |
1151 | _resultobj = t_output_helper(_resultobj, o); | |
1152 | } | |
1153 | return _resultobj; | |
1154 | } | |
1155 | ||
1156 | static PyObject *_wrap_wxGetDisplaySize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1157 | PyObject * _resultobj; | |
1158 | wxSize * _result; | |
1159 | char *_kwnames[] = { NULL }; | |
1160 | char _ptemp[128]; | |
1161 | ||
1162 | self = self; | |
1163 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxGetDisplaySize",_kwnames)) | |
1164 | return NULL; | |
1165 | { | |
4268f798 | 1166 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1167 | _result = new wxSize (wxGetDisplaySize()); |
1e7ecb7b | 1168 | |
4268f798 RD |
1169 | wxPyEndAllowThreads(__tstate); |
1170 | if (PyErr_Occurred()) return NULL; | |
1e7ecb7b RD |
1171 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p"); |
1172 | _resultobj = Py_BuildValue("s",_ptemp); | |
1173 | return _resultobj; | |
1174 | } | |
1175 | ||
1176 | static PyObject *_wrap_wxDisplaySizeMM(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1177 | PyObject * _resultobj; | |
1178 | int * _arg0; | |
1179 | int temp; | |
1180 | int * _arg1; | |
1181 | int temp0; | |
1182 | char *_kwnames[] = { NULL }; | |
1183 | ||
1184 | self = self; | |
1185 | { | |
1186 | _arg0 = &temp; | |
1187 | } | |
1188 | { | |
1189 | _arg1 = &temp0; | |
1190 | } | |
1191 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxDisplaySizeMM",_kwnames)) | |
1192 | return NULL; | |
1193 | { | |
4268f798 | 1194 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1195 | wxDisplaySizeMM(_arg0,_arg1); |
1e7ecb7b | 1196 | |
4268f798 RD |
1197 | wxPyEndAllowThreads(__tstate); |
1198 | if (PyErr_Occurred()) return NULL; | |
1e7ecb7b RD |
1199 | } Py_INCREF(Py_None); |
1200 | _resultobj = Py_None; | |
1201 | { | |
1202 | PyObject *o; | |
1203 | o = PyInt_FromLong((long) (*_arg0)); | |
1204 | _resultobj = t_output_helper(_resultobj, o); | |
1205 | } | |
1206 | { | |
1207 | PyObject *o; | |
1208 | o = PyInt_FromLong((long) (*_arg1)); | |
1209 | _resultobj = t_output_helper(_resultobj, o); | |
1210 | } | |
1211 | return _resultobj; | |
1212 | } | |
1213 | ||
1214 | static PyObject *_wrap_wxGetDisplaySizeMM(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1215 | PyObject * _resultobj; | |
1216 | wxSize * _result; | |
1217 | char *_kwnames[] = { NULL }; | |
1218 | char _ptemp[128]; | |
1219 | ||
1220 | self = self; | |
1221 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxGetDisplaySizeMM",_kwnames)) | |
1222 | return NULL; | |
1223 | { | |
4268f798 | 1224 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1225 | _result = new wxSize (wxGetDisplaySizeMM()); |
1e7ecb7b | 1226 | |
4268f798 RD |
1227 | wxPyEndAllowThreads(__tstate); |
1228 | if (PyErr_Occurred()) return NULL; | |
1e7ecb7b RD |
1229 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p"); |
1230 | _resultobj = Py_BuildValue("s",_ptemp); | |
1231 | return _resultobj; | |
1232 | } | |
1233 | ||
91c41b30 RD |
1234 | static PyObject *_wrap_wxClientDisplayRect(PyObject *self, PyObject *args, PyObject *kwargs) { |
1235 | PyObject * _resultobj; | |
1236 | int * _arg0; | |
1237 | int temp; | |
1238 | int * _arg1; | |
1239 | int temp0; | |
1240 | int * _arg2; | |
1241 | int temp1; | |
1242 | int * _arg3; | |
1243 | int temp2; | |
1244 | char *_kwnames[] = { NULL }; | |
1245 | ||
1246 | self = self; | |
1247 | { | |
1248 | _arg0 = &temp; | |
1249 | } | |
1250 | { | |
1251 | _arg1 = &temp0; | |
1252 | } | |
1253 | { | |
1254 | _arg2 = &temp1; | |
1255 | } | |
1256 | { | |
1257 | _arg3 = &temp2; | |
1258 | } | |
1259 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxClientDisplayRect",_kwnames)) | |
1260 | return NULL; | |
1261 | { | |
4268f798 | 1262 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1263 | wxClientDisplayRect(_arg0,_arg1,_arg2,_arg3); |
91c41b30 | 1264 | |
4268f798 RD |
1265 | wxPyEndAllowThreads(__tstate); |
1266 | if (PyErr_Occurred()) return NULL; | |
91c41b30 RD |
1267 | } Py_INCREF(Py_None); |
1268 | _resultobj = Py_None; | |
1269 | { | |
1270 | PyObject *o; | |
1271 | o = PyInt_FromLong((long) (*_arg0)); | |
1272 | _resultobj = t_output_helper(_resultobj, o); | |
1273 | } | |
1274 | { | |
1275 | PyObject *o; | |
1276 | o = PyInt_FromLong((long) (*_arg1)); | |
1277 | _resultobj = t_output_helper(_resultobj, o); | |
1278 | } | |
1279 | { | |
1280 | PyObject *o; | |
1281 | o = PyInt_FromLong((long) (*_arg2)); | |
1282 | _resultobj = t_output_helper(_resultobj, o); | |
1283 | } | |
1284 | { | |
1285 | PyObject *o; | |
1286 | o = PyInt_FromLong((long) (*_arg3)); | |
1287 | _resultobj = t_output_helper(_resultobj, o); | |
1288 | } | |
1289 | return _resultobj; | |
1290 | } | |
1291 | ||
1292 | static PyObject *_wrap_wxGetClientDisplayRect(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1293 | PyObject * _resultobj; | |
1294 | wxRect * _result; | |
1295 | char *_kwnames[] = { NULL }; | |
1296 | char _ptemp[128]; | |
1297 | ||
1298 | self = self; | |
1299 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxGetClientDisplayRect",_kwnames)) | |
1300 | return NULL; | |
1301 | { | |
4268f798 | 1302 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1303 | _result = new wxRect (wxGetClientDisplayRect()); |
91c41b30 | 1304 | |
4268f798 RD |
1305 | wxPyEndAllowThreads(__tstate); |
1306 | if (PyErr_Occurred()) return NULL; | |
91c41b30 RD |
1307 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p"); |
1308 | _resultobj = Py_BuildValue("s",_ptemp); | |
1309 | return _resultobj; | |
1310 | } | |
1311 | ||
06c0fba4 RD |
1312 | static PyObject *_wrap_wxSetCursor(PyObject *self, PyObject *args, PyObject *kwargs) { |
1313 | PyObject * _resultobj; | |
1314 | wxCursor * _arg0; | |
1315 | PyObject * _argo0 = 0; | |
1316 | char *_kwnames[] = { "cursor", NULL }; | |
f0261a72 | 1317 | |
06c0fba4 RD |
1318 | self = self; |
1319 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSetCursor",_kwnames,&_argo0)) | |
1320 | return NULL; | |
1321 | if (_argo0) { | |
1322 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1323 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCursor_p")) { | |
1324 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSetCursor. Expected _wxCursor_p."); | |
1325 | return NULL; | |
1326 | } | |
f0261a72 | 1327 | } |
06c0fba4 | 1328 | { |
4268f798 | 1329 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1330 | wxSetCursor(*_arg0); |
06c0fba4 | 1331 | |
4268f798 RD |
1332 | wxPyEndAllowThreads(__tstate); |
1333 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1334 | } Py_INCREF(Py_None); |
1335 | _resultobj = Py_None; | |
1336 | return _resultobj; | |
1337 | } | |
1338 | ||
06c0fba4 RD |
1339 | static PyObject *_wrap_wxBeginBusyCursor(PyObject *self, PyObject *args, PyObject *kwargs) { |
1340 | PyObject * _resultobj; | |
1341 | wxCursor * _arg0 = (wxCursor *) wxHOURGLASS_CURSOR; | |
1342 | PyObject * _argo0 = 0; | |
1343 | char *_kwnames[] = { "cursor", NULL }; | |
1344 | ||
1345 | self = self; | |
1346 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:wxBeginBusyCursor",_kwnames,&_argo0)) | |
1347 | return NULL; | |
1348 | if (_argo0) { | |
1349 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1350 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCursor_p")) { | |
1351 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxBeginBusyCursor. Expected _wxCursor_p."); | |
1352 | return NULL; | |
1353 | } | |
1354 | } | |
1355 | { | |
4268f798 | 1356 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1357 | wxBeginBusyCursor(_arg0); |
06c0fba4 | 1358 | |
4268f798 RD |
1359 | wxPyEndAllowThreads(__tstate); |
1360 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1361 | } Py_INCREF(Py_None); |
1362 | _resultobj = Py_None; | |
1363 | return _resultobj; | |
1364 | } | |
1365 | ||
1366 | static PyObject *_wrap_wxGetActiveWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1367 | PyObject * _resultobj; | |
1368 | wxWindow * _result; | |
1369 | char *_kwnames[] = { NULL }; | |
06c0fba4 RD |
1370 | |
1371 | self = self; | |
1372 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxGetActiveWindow",_kwnames)) | |
1373 | return NULL; | |
1374 | { | |
4268f798 | 1375 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1376 | _result = (wxWindow *)wxGetActiveWindow(); |
06c0fba4 | 1377 | |
4268f798 RD |
1378 | wxPyEndAllowThreads(__tstate); |
1379 | if (PyErr_Occurred()) return NULL; | |
9416aa89 | 1380 | }{ _resultobj = wxPyMake_wxObject(_result); } |
06c0fba4 RD |
1381 | return _resultobj; |
1382 | } | |
1383 | ||
493f1553 RD |
1384 | static PyObject *_wrap_wxGenericFindWindowAtPoint(PyObject *self, PyObject *args, PyObject *kwargs) { |
1385 | PyObject * _resultobj; | |
1386 | wxWindow * _result; | |
1387 | wxPoint * _arg0; | |
1388 | wxPoint temp; | |
1389 | PyObject * _obj0 = 0; | |
1390 | char *_kwnames[] = { "pt", NULL }; | |
1391 | ||
1392 | self = self; | |
1393 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGenericFindWindowAtPoint",_kwnames,&_obj0)) | |
1394 | return NULL; | |
1395 | { | |
1396 | _arg0 = &temp; | |
1397 | if (! wxPoint_helper(_obj0, &_arg0)) | |
1398 | return NULL; | |
1399 | } | |
1400 | { | |
4268f798 | 1401 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1402 | _result = (wxWindow *)wxGenericFindWindowAtPoint(*_arg0); |
493f1553 | 1403 | |
4268f798 RD |
1404 | wxPyEndAllowThreads(__tstate); |
1405 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
1406 | }{ _resultobj = wxPyMake_wxObject(_result); } |
1407 | return _resultobj; | |
1408 | } | |
1409 | ||
1410 | static PyObject *_wrap_wxFindWindowAtPoint(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1411 | PyObject * _resultobj; | |
1412 | wxWindow * _result; | |
1413 | wxPoint * _arg0; | |
1414 | wxPoint temp; | |
1415 | PyObject * _obj0 = 0; | |
1416 | char *_kwnames[] = { "pt", NULL }; | |
1417 | ||
1418 | self = self; | |
1419 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFindWindowAtPoint",_kwnames,&_obj0)) | |
1420 | return NULL; | |
1421 | { | |
1422 | _arg0 = &temp; | |
1423 | if (! wxPoint_helper(_obj0, &_arg0)) | |
1424 | return NULL; | |
1425 | } | |
1426 | { | |
4268f798 | 1427 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1428 | _result = (wxWindow *)wxFindWindowAtPoint(*_arg0); |
493f1553 | 1429 | |
4268f798 RD |
1430 | wxPyEndAllowThreads(__tstate); |
1431 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
1432 | }{ _resultobj = wxPyMake_wxObject(_result); } |
1433 | return _resultobj; | |
1434 | } | |
1435 | ||
1436 | static PyObject *_wrap_wxCheckForInterrupt(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1437 | PyObject * _resultobj; | |
1438 | bool _result; | |
1439 | wxWindow * _arg0; | |
1440 | PyObject * _argo0 = 0; | |
1441 | char *_kwnames[] = { "wnd", NULL }; | |
1442 | ||
1443 | self = self; | |
1444 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCheckForInterrupt",_kwnames,&_argo0)) | |
1445 | return NULL; | |
1446 | if (_argo0) { | |
1447 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1448 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
1449 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCheckForInterrupt. Expected _wxWindow_p."); | |
1450 | return NULL; | |
1451 | } | |
1452 | } | |
1453 | { | |
4268f798 | 1454 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1455 | _result = (bool )wxCheckForInterrupt(_arg0); |
493f1553 | 1456 | |
4268f798 RD |
1457 | wxPyEndAllowThreads(__tstate); |
1458 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
1459 | } _resultobj = Py_BuildValue("i",_result); |
1460 | return _resultobj; | |
1461 | } | |
1462 | ||
25832b3f RD |
1463 | static PyObject *_wrap_wxFlushEvents(PyObject *self, PyObject *args, PyObject *kwargs) { |
1464 | PyObject * _resultobj; | |
1465 | char *_kwnames[] = { NULL }; | |
1466 | ||
1467 | self = self; | |
1468 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxFlushEvents",_kwnames)) | |
1469 | return NULL; | |
1470 | { | |
4268f798 | 1471 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1472 | wxFlushEvents(); |
25832b3f | 1473 | |
4268f798 RD |
1474 | wxPyEndAllowThreads(__tstate); |
1475 | if (PyErr_Occurred()) return NULL; | |
25832b3f RD |
1476 | } Py_INCREF(Py_None); |
1477 | _resultobj = Py_None; | |
1478 | return _resultobj; | |
1479 | } | |
1480 | ||
2a74d141 RD |
1481 | static PyObject *_wrap_wxGetTopLevelParent(PyObject *self, PyObject *args, PyObject *kwargs) { |
1482 | PyObject * _resultobj; | |
1483 | wxWindow * _result; | |
1484 | wxWindow * _arg0; | |
1485 | PyObject * _argo0 = 0; | |
1486 | char *_kwnames[] = { "win", NULL }; | |
1487 | ||
1488 | self = self; | |
1489 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxGetTopLevelParent",_kwnames,&_argo0)) | |
1490 | return NULL; | |
1491 | if (_argo0) { | |
1492 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1493 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
1494 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGetTopLevelParent. Expected _wxWindow_p."); | |
1495 | return NULL; | |
1496 | } | |
1497 | } | |
1498 | { | |
1499 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1500 | _result = (wxWindow *)wxGetTopLevelParent(_arg0); | |
1501 | ||
1502 | wxPyEndAllowThreads(__tstate); | |
1503 | if (PyErr_Occurred()) return NULL; | |
1504 | }{ _resultobj = wxPyMake_wxObject(_result); } | |
1505 | return _resultobj; | |
1506 | } | |
1507 | ||
06c0fba4 RD |
1508 | static PyObject *_wrap_wxResourceAddIdentifier(PyObject *self, PyObject *args, PyObject *kwargs) { |
1509 | PyObject * _resultobj; | |
1510 | bool _result; | |
1511 | char * _arg0; | |
1512 | int _arg1; | |
1513 | char *_kwnames[] = { "name","value", NULL }; | |
1514 | ||
1515 | self = self; | |
1516 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"si:wxResourceAddIdentifier",_kwnames,&_arg0,&_arg1)) | |
1517 | return NULL; | |
1518 | { | |
4268f798 | 1519 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1520 | _result = (bool )wxResourceAddIdentifier(_arg0,_arg1); |
06c0fba4 | 1521 | |
4268f798 RD |
1522 | wxPyEndAllowThreads(__tstate); |
1523 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1524 | } _resultobj = Py_BuildValue("i",_result); |
1525 | return _resultobj; | |
1526 | } | |
1527 | ||
1528 | static PyObject *_wrap_wxResourceClear(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1529 | PyObject * _resultobj; | |
1530 | char *_kwnames[] = { NULL }; | |
1531 | ||
1532 | self = self; | |
1533 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxResourceClear",_kwnames)) | |
1534 | return NULL; | |
1535 | { | |
4268f798 | 1536 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1537 | wxResourceClear(); |
06c0fba4 | 1538 | |
4268f798 RD |
1539 | wxPyEndAllowThreads(__tstate); |
1540 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1541 | } Py_INCREF(Py_None); |
1542 | _resultobj = Py_None; | |
1543 | return _resultobj; | |
1544 | } | |
1545 | ||
1546 | static PyObject *_wrap_wxResourceCreateBitmap(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1547 | PyObject * _resultobj; | |
1548 | wxBitmap * _result; | |
1549 | char * _arg0; | |
1550 | char *_kwnames[] = { "resource", NULL }; | |
1551 | char _ptemp[128]; | |
1552 | ||
1553 | self = self; | |
1554 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s:wxResourceCreateBitmap",_kwnames,&_arg0)) | |
1555 | return NULL; | |
1556 | { | |
4268f798 | 1557 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1558 | _result = new wxBitmap (wxResourceCreateBitmap(_arg0)); |
06c0fba4 | 1559 | |
4268f798 RD |
1560 | wxPyEndAllowThreads(__tstate); |
1561 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1562 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p"); |
1563 | _resultobj = Py_BuildValue("s",_ptemp); | |
1564 | return _resultobj; | |
1565 | } | |
1566 | ||
1567 | static PyObject *_wrap_wxResourceCreateIcon(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1568 | PyObject * _resultobj; | |
1569 | wxIcon * _result; | |
1570 | char * _arg0; | |
1571 | char *_kwnames[] = { "resource", NULL }; | |
1572 | char _ptemp[128]; | |
1573 | ||
1574 | self = self; | |
1575 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s:wxResourceCreateIcon",_kwnames,&_arg0)) | |
1576 | return NULL; | |
1577 | { | |
4268f798 | 1578 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1579 | _result = new wxIcon (wxResourceCreateIcon(_arg0)); |
06c0fba4 | 1580 | |
4268f798 RD |
1581 | wxPyEndAllowThreads(__tstate); |
1582 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1583 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxIcon_p"); |
1584 | _resultobj = Py_BuildValue("s",_ptemp); | |
1585 | return _resultobj; | |
1586 | } | |
1587 | ||
1588 | static PyObject *_wrap_wxResourceCreateMenuBar(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1589 | PyObject * _resultobj; | |
1590 | wxMenuBar * _result; | |
1591 | char * _arg0; | |
1592 | char *_kwnames[] = { "resource", NULL }; | |
06c0fba4 RD |
1593 | |
1594 | self = self; | |
1595 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s:wxResourceCreateMenuBar",_kwnames,&_arg0)) | |
1596 | return NULL; | |
1597 | { | |
4268f798 | 1598 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1599 | _result = (wxMenuBar *)wxResourceCreateMenuBar(_arg0); |
06c0fba4 | 1600 | |
4268f798 RD |
1601 | wxPyEndAllowThreads(__tstate); |
1602 | if (PyErr_Occurred()) return NULL; | |
9416aa89 | 1603 | }{ _resultobj = wxPyMake_wxObject(_result); } |
06c0fba4 RD |
1604 | return _resultobj; |
1605 | } | |
1606 | ||
1607 | static PyObject *_wrap_wxResourceGetIdentifier(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1608 | PyObject * _resultobj; | |
1609 | int _result; | |
1610 | char * _arg0; | |
1611 | char *_kwnames[] = { "name", NULL }; | |
1612 | ||
1613 | self = self; | |
1614 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s:wxResourceGetIdentifier",_kwnames,&_arg0)) | |
1615 | return NULL; | |
1616 | { | |
4268f798 | 1617 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1618 | _result = (int )wxResourceGetIdentifier(_arg0); |
06c0fba4 | 1619 | |
4268f798 RD |
1620 | wxPyEndAllowThreads(__tstate); |
1621 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1622 | } _resultobj = Py_BuildValue("i",_result); |
1623 | return _resultobj; | |
1624 | } | |
1625 | ||
1626 | static PyObject *_wrap_wxResourceParseData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1627 | PyObject * _resultobj; | |
1628 | bool _result; | |
1629 | char * _arg0; | |
1630 | wxResourceTable * _arg1 = (wxResourceTable *) NULL; | |
1631 | PyObject * _argo1 = 0; | |
1632 | char *_kwnames[] = { "resource","table", NULL }; | |
1633 | ||
1634 | self = self; | |
1635 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s|O:wxResourceParseData",_kwnames,&_arg0,&_argo1)) | |
1636 | return NULL; | |
1637 | if (_argo1) { | |
1638 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1639 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxResourceTable_p")) { | |
1640 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxResourceParseData. Expected _wxResourceTable_p."); | |
1641 | return NULL; | |
1642 | } | |
1643 | } | |
1644 | { | |
4268f798 | 1645 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1646 | _result = (bool )wxResourceParseData(_arg0,_arg1); |
06c0fba4 | 1647 | |
4268f798 RD |
1648 | wxPyEndAllowThreads(__tstate); |
1649 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1650 | } _resultobj = Py_BuildValue("i",_result); |
1651 | return _resultobj; | |
1652 | } | |
1653 | ||
1654 | static PyObject *_wrap_wxResourceParseFile(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1655 | PyObject * _resultobj; | |
1656 | bool _result; | |
1657 | char * _arg0; | |
1658 | wxResourceTable * _arg1 = (wxResourceTable *) NULL; | |
1659 | PyObject * _argo1 = 0; | |
1660 | char *_kwnames[] = { "filename","table", NULL }; | |
1661 | ||
1662 | self = self; | |
1663 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s|O:wxResourceParseFile",_kwnames,&_arg0,&_argo1)) | |
1664 | return NULL; | |
1665 | if (_argo1) { | |
1666 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1667 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxResourceTable_p")) { | |
1668 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxResourceParseFile. Expected _wxResourceTable_p."); | |
1669 | return NULL; | |
1670 | } | |
1671 | } | |
1672 | { | |
4268f798 | 1673 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1674 | _result = (bool )wxResourceParseFile(_arg0,_arg1); |
06c0fba4 | 1675 | |
4268f798 RD |
1676 | wxPyEndAllowThreads(__tstate); |
1677 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1678 | } _resultobj = Py_BuildValue("i",_result); |
1679 | return _resultobj; | |
1680 | } | |
1681 | ||
1682 | static PyObject *_wrap_wxResourceParseString(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1683 | PyObject * _resultobj; | |
1684 | bool _result; | |
1685 | char * _arg0; | |
1686 | wxResourceTable * _arg1 = (wxResourceTable *) NULL; | |
1687 | PyObject * _argo1 = 0; | |
1688 | char *_kwnames[] = { "resource","table", NULL }; | |
1689 | ||
1690 | self = self; | |
1691 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s|O:wxResourceParseString",_kwnames,&_arg0,&_argo1)) | |
1692 | return NULL; | |
1693 | if (_argo1) { | |
1694 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1695 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxResourceTable_p")) { | |
1696 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxResourceParseString. Expected _wxResourceTable_p."); | |
1697 | return NULL; | |
1698 | } | |
1699 | } | |
1700 | { | |
4268f798 | 1701 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1702 | _result = (bool )wxResourceParseString(_arg0,_arg1); |
06c0fba4 | 1703 | |
4268f798 RD |
1704 | wxPyEndAllowThreads(__tstate); |
1705 | if (PyErr_Occurred()) return NULL; | |
06c0fba4 RD |
1706 | } _resultobj = Py_BuildValue("i",_result); |
1707 | return _resultobj; | |
1708 | } | |
1709 | ||
f0261a72 RD |
1710 | static PyObject *_wrap_wxCaret_GetBlinkTime(PyObject *self, PyObject *args, PyObject *kwargs) { |
1711 | PyObject * _resultobj; | |
1712 | int _result; | |
1713 | char *_kwnames[] = { NULL }; | |
1714 | ||
1715 | self = self; | |
1716 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxCaret_GetBlinkTime",_kwnames)) | |
1717 | return NULL; | |
1718 | { | |
4268f798 | 1719 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1720 | _result = (int )wxCaret_GetBlinkTime(); |
f0261a72 | 1721 | |
4268f798 RD |
1722 | wxPyEndAllowThreads(__tstate); |
1723 | if (PyErr_Occurred()) return NULL; | |
f0261a72 RD |
1724 | } _resultobj = Py_BuildValue("i",_result); |
1725 | return _resultobj; | |
1726 | } | |
1727 | ||
1728 | static PyObject *_wrap_wxCaret_SetBlinkTime(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1729 | PyObject * _resultobj; | |
1730 | int _arg0; | |
1731 | char *_kwnames[] = { "milliseconds", NULL }; | |
1732 | ||
1733 | self = self; | |
1734 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxCaret_SetBlinkTime",_kwnames,&_arg0)) | |
1735 | return NULL; | |
1736 | { | |
4268f798 | 1737 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1738 | wxCaret_SetBlinkTime(_arg0); |
f0261a72 | 1739 | |
4268f798 RD |
1740 | wxPyEndAllowThreads(__tstate); |
1741 | if (PyErr_Occurred()) return NULL; | |
f0261a72 RD |
1742 | } Py_INCREF(Py_None); |
1743 | _resultobj = Py_None; | |
1744 | return _resultobj; | |
1745 | } | |
1746 | ||
6e18ca6c RD |
1747 | static PyObject *_wrap_wxSafeYield(PyObject *self, PyObject *args, PyObject *kwargs) { |
1748 | PyObject * _resultobj; | |
1749 | bool _result; | |
1750 | wxWindow * _arg0 = (wxWindow *) NULL; | |
1751 | PyObject * _argo0 = 0; | |
1752 | char *_kwnames[] = { "win", NULL }; | |
1753 | ||
1754 | self = self; | |
1755 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:wxSafeYield",_kwnames,&_argo0)) | |
1756 | return NULL; | |
1757 | if (_argo0) { | |
1758 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1759 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
1760 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSafeYield. Expected _wxWindow_p."); | |
1761 | return NULL; | |
1762 | } | |
1763 | } | |
1764 | { | |
4268f798 | 1765 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1766 | _result = (bool )wxSafeYield(_arg0); |
6e18ca6c | 1767 | |
4268f798 RD |
1768 | wxPyEndAllowThreads(__tstate); |
1769 | if (PyErr_Occurred()) return NULL; | |
6e18ca6c RD |
1770 | } _resultobj = Py_BuildValue("i",_result); |
1771 | return _resultobj; | |
1772 | } | |
1773 | ||
b1462dfa RD |
1774 | static PyObject *_wrap_wxPostEvent(PyObject *self, PyObject *args, PyObject *kwargs) { |
1775 | PyObject * _resultobj; | |
1776 | wxEvtHandler * _arg0; | |
1777 | wxEvent * _arg1; | |
1778 | PyObject * _argo0 = 0; | |
1779 | PyObject * _argo1 = 0; | |
1780 | char *_kwnames[] = { "dest","event", NULL }; | |
1781 | ||
1782 | self = self; | |
1783 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPostEvent",_kwnames,&_argo0,&_argo1)) | |
1784 | return NULL; | |
1785 | if (_argo0) { | |
1786 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1787 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvtHandler_p")) { | |
1788 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPostEvent. Expected _wxEvtHandler_p."); | |
1789 | return NULL; | |
1790 | } | |
1791 | } | |
1792 | if (_argo1) { | |
1793 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1794 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxEvent_p")) { | |
1795 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPostEvent. Expected _wxEvent_p."); | |
1796 | return NULL; | |
1797 | } | |
1798 | } | |
1799 | { | |
4268f798 | 1800 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1801 | wxPostEvent(_arg0,*_arg1); |
b1462dfa | 1802 | |
4268f798 RD |
1803 | wxPyEndAllowThreads(__tstate); |
1804 | if (PyErr_Occurred()) return NULL; | |
b1462dfa RD |
1805 | } Py_INCREF(Py_None); |
1806 | _resultobj = Py_None; | |
1807 | return _resultobj; | |
1808 | } | |
1809 | ||
694759cf RD |
1810 | static PyObject *_wrap_wxWakeUpIdle(PyObject *self, PyObject *args, PyObject *kwargs) { |
1811 | PyObject * _resultobj; | |
1812 | char *_kwnames[] = { NULL }; | |
1813 | ||
1814 | self = self; | |
1815 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxWakeUpIdle",_kwnames)) | |
1816 | return NULL; | |
1817 | { | |
4268f798 | 1818 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1819 | wxWakeUpIdle(); |
694759cf | 1820 | |
4268f798 RD |
1821 | wxPyEndAllowThreads(__tstate); |
1822 | if (PyErr_Occurred()) return NULL; | |
694759cf RD |
1823 | } Py_INCREF(Py_None); |
1824 | _resultobj = Py_None; | |
1825 | return _resultobj; | |
1826 | } | |
1827 | ||
6e18ca6c | 1828 | static PyObject *_wrap_wxWakeUpMainThread(PyObject *self, PyObject *args, PyObject *kwargs) { |
c368d904 | 1829 | PyObject * _resultobj; |
6e18ca6c | 1830 | char *_kwnames[] = { NULL }; |
c368d904 RD |
1831 | |
1832 | self = self; | |
6e18ca6c | 1833 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxWakeUpMainThread",_kwnames)) |
c368d904 | 1834 | return NULL; |
6e18ca6c | 1835 | { |
4268f798 | 1836 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1837 | wxWakeUpMainThread(); |
6e18ca6c | 1838 | |
4268f798 RD |
1839 | wxPyEndAllowThreads(__tstate); |
1840 | if (PyErr_Occurred()) return NULL; | |
6e18ca6c RD |
1841 | } Py_INCREF(Py_None); |
1842 | _resultobj = Py_None; | |
1843 | return _resultobj; | |
1844 | } | |
1845 | ||
1846 | static PyObject *_wrap_wxMutexGuiEnter(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1847 | PyObject * _resultobj; | |
1848 | char *_kwnames[] = { NULL }; | |
1849 | ||
1850 | self = self; | |
1851 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxMutexGuiEnter",_kwnames)) | |
c368d904 | 1852 | return NULL; |
c368d904 | 1853 | { |
4268f798 | 1854 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1855 | wxMutexGuiEnter(); |
6e18ca6c | 1856 | |
4268f798 RD |
1857 | wxPyEndAllowThreads(__tstate); |
1858 | if (PyErr_Occurred()) return NULL; | |
6e18ca6c RD |
1859 | } Py_INCREF(Py_None); |
1860 | _resultobj = Py_None; | |
1861 | return _resultobj; | |
1862 | } | |
1863 | ||
1864 | static PyObject *_wrap_wxMutexGuiLeave(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1865 | PyObject * _resultobj; | |
1866 | char *_kwnames[] = { NULL }; | |
1867 | ||
1868 | self = self; | |
1869 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxMutexGuiLeave",_kwnames)) | |
1870 | return NULL; | |
1871 | { | |
4268f798 | 1872 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1873 | wxMutexGuiLeave(); |
6e18ca6c | 1874 | |
4268f798 RD |
1875 | wxPyEndAllowThreads(__tstate); |
1876 | if (PyErr_Occurred()) return NULL; | |
6e18ca6c RD |
1877 | } Py_INCREF(Py_None); |
1878 | _resultobj = Py_None; | |
1879 | return _resultobj; | |
1880 | } | |
1881 | ||
1882 | static PyObject *_wrap_wxThread_IsMain(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1883 | PyObject * _resultobj; | |
1884 | bool _result; | |
1885 | char *_kwnames[] = { NULL }; | |
1886 | ||
1887 | self = self; | |
1888 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxThread_IsMain",_kwnames)) | |
1889 | return NULL; | |
1890 | { | |
4268f798 | 1891 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1892 | _result = (bool )wxThread_IsMain(); |
c368d904 | 1893 | |
4268f798 RD |
1894 | wxPyEndAllowThreads(__tstate); |
1895 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
1896 | } _resultobj = Py_BuildValue("i",_result); |
1897 | return _resultobj; | |
1898 | } | |
1899 | ||
f6bcfd97 | 1900 | static PyObject *_wrap_wxShowTip(PyObject *self, PyObject *args, PyObject *kwargs) { |
bb0054cd | 1901 | PyObject * _resultobj; |
f6bcfd97 BP |
1902 | bool _result; |
1903 | wxWindow * _arg0; | |
1904 | wxTipProvider * _arg1; | |
1905 | bool _arg2 = (bool ) TRUE; | |
1906 | PyObject * _argo0 = 0; | |
1907 | PyObject * _argo1 = 0; | |
1908 | int tempbool2 = (int) TRUE; | |
1909 | char *_kwnames[] = { "parent","tipProvider","showAtStartup", NULL }; | |
1910 | ||
1911 | self = self; | |
1912 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxShowTip",_kwnames,&_argo0,&_argo1,&tempbool2)) | |
1913 | return NULL; | |
1914 | if (_argo0) { | |
1915 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1916 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
1917 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxShowTip. Expected _wxWindow_p."); | |
1918 | return NULL; | |
1919 | } | |
1920 | } | |
1921 | if (_argo1) { | |
1922 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1923 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTipProvider_p")) { | |
1924 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxShowTip. Expected _wxTipProvider_p."); | |
1925 | return NULL; | |
1926 | } | |
1927 | } | |
1928 | _arg2 = (bool ) tempbool2; | |
1929 | { | |
4268f798 | 1930 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1931 | _result = (bool )wxShowTip(_arg0,_arg1,_arg2); |
f6bcfd97 | 1932 | |
4268f798 RD |
1933 | wxPyEndAllowThreads(__tstate); |
1934 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
1935 | } _resultobj = Py_BuildValue("i",_result); |
1936 | return _resultobj; | |
1937 | } | |
1938 | ||
1939 | static PyObject *_wrap_wxCreateFileTipProvider(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1940 | PyObject * _resultobj; | |
1941 | wxTipProvider * _result; | |
bb0054cd | 1942 | wxString * _arg0; |
f6bcfd97 | 1943 | size_t _arg1; |
bb0054cd | 1944 | PyObject * _obj0 = 0; |
f6bcfd97 | 1945 | char *_kwnames[] = { "filename","currentTip", NULL }; |
bb0054cd RD |
1946 | char _ptemp[128]; |
1947 | ||
1948 | self = self; | |
f6bcfd97 | 1949 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxCreateFileTipProvider",_kwnames,&_obj0,&_arg1)) |
bb0054cd RD |
1950 | return NULL; |
1951 | { | |
c8bc7bb8 RD |
1952 | _arg0 = wxString_in_helper(_obj0); |
1953 | if (_arg0 == NULL) | |
185d7c3e | 1954 | return NULL; |
bb0054cd RD |
1955 | } |
1956 | { | |
4268f798 | 1957 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1958 | _result = (wxTipProvider *)wxCreateFileTipProvider(*_arg0,_arg1); |
bb0054cd | 1959 | |
4268f798 RD |
1960 | wxPyEndAllowThreads(__tstate); |
1961 | if (PyErr_Occurred()) return NULL; | |
1d99702e | 1962 | } if (_result) { |
f6bcfd97 | 1963 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxTipProvider_p"); |
1d99702e RD |
1964 | _resultobj = Py_BuildValue("s",_ptemp); |
1965 | } else { | |
1966 | Py_INCREF(Py_None); | |
1967 | _resultobj = Py_None; | |
1968 | } | |
bb0054cd RD |
1969 | { |
1970 | if (_obj0) | |
1971 | delete _arg0; | |
1972 | } | |
1973 | return _resultobj; | |
1974 | } | |
1975 | ||
f6bcfd97 | 1976 | static PyObject *_wrap_wxSysErrorCode(PyObject *self, PyObject *args, PyObject *kwargs) { |
f0261a72 | 1977 | PyObject * _resultobj; |
f6bcfd97 BP |
1978 | unsigned long _result; |
1979 | char *_kwnames[] = { NULL }; | |
f0261a72 RD |
1980 | |
1981 | self = self; | |
f6bcfd97 | 1982 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxSysErrorCode",_kwnames)) |
f0261a72 | 1983 | return NULL; |
f0261a72 | 1984 | { |
4268f798 | 1985 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 1986 | _result = (unsigned long )wxSysErrorCode(); |
f0261a72 | 1987 | |
4268f798 RD |
1988 | wxPyEndAllowThreads(__tstate); |
1989 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 | 1990 | } _resultobj = Py_BuildValue("l",_result); |
f0261a72 RD |
1991 | return _resultobj; |
1992 | } | |
1993 | ||
f6bcfd97 | 1994 | static PyObject *_wrap_wxSysErrorMsg(PyObject *self, PyObject *args, PyObject *kwargs) { |
f0261a72 | 1995 | PyObject * _resultobj; |
c8bc7bb8 | 1996 | wxString * _result; |
f6bcfd97 BP |
1997 | unsigned long _arg0 = (unsigned long ) 0; |
1998 | char *_kwnames[] = { "nErrCode", NULL }; | |
f0261a72 RD |
1999 | |
2000 | self = self; | |
f6bcfd97 | 2001 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|l:wxSysErrorMsg",_kwnames,&_arg0)) |
f0261a72 | 2002 | return NULL; |
f0261a72 | 2003 | { |
4268f798 | 2004 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2005 | _result = new wxString (wxSysErrorMsg(_arg0)); |
f0261a72 | 2006 | |
4268f798 RD |
2007 | wxPyEndAllowThreads(__tstate); |
2008 | if (PyErr_Occurred()) return NULL; | |
c8bc7bb8 RD |
2009 | }{ |
2010 | #if wxUSE_UNICODE | |
2011 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
2012 | #else | |
2013 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
2014 | #endif | |
2015 | } | |
2016 | { | |
2017 | delete _result; | |
2018 | } | |
f0261a72 RD |
2019 | return _resultobj; |
2020 | } | |
2021 | ||
f6bcfd97 | 2022 | static PyObject *_wrap_wxLogFatalError(PyObject *self, PyObject *args, PyObject *kwargs) { |
f0261a72 | 2023 | PyObject * _resultobj; |
c8bc7bb8 RD |
2024 | wxString * _arg0; |
2025 | PyObject * _obj0 = 0; | |
be13a6af | 2026 | char *_kwnames[] = { "msg", NULL }; |
f0261a72 RD |
2027 | |
2028 | self = self; | |
c8bc7bb8 | 2029 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogFatalError",_kwnames,&_obj0)) |
f0261a72 | 2030 | return NULL; |
c8bc7bb8 RD |
2031 | { |
2032 | _arg0 = wxString_in_helper(_obj0); | |
2033 | if (_arg0 == NULL) | |
2034 | return NULL; | |
2035 | } | |
f0261a72 | 2036 | { |
4268f798 | 2037 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2038 | wxLogFatalError(*_arg0); |
f0261a72 | 2039 | |
4268f798 RD |
2040 | wxPyEndAllowThreads(__tstate); |
2041 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2042 | } Py_INCREF(Py_None); |
2043 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2044 | { |
2045 | if (_obj0) | |
2046 | delete _arg0; | |
2047 | } | |
f0261a72 RD |
2048 | return _resultobj; |
2049 | } | |
2050 | ||
f6bcfd97 | 2051 | static PyObject *_wrap_wxLogError(PyObject *self, PyObject *args, PyObject *kwargs) { |
f0261a72 | 2052 | PyObject * _resultobj; |
c8bc7bb8 RD |
2053 | wxString * _arg0; |
2054 | PyObject * _obj0 = 0; | |
be13a6af | 2055 | char *_kwnames[] = { "msg", NULL }; |
f0261a72 RD |
2056 | |
2057 | self = self; | |
c8bc7bb8 | 2058 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogError",_kwnames,&_obj0)) |
f0261a72 | 2059 | return NULL; |
c8bc7bb8 RD |
2060 | { |
2061 | _arg0 = wxString_in_helper(_obj0); | |
2062 | if (_arg0 == NULL) | |
2063 | return NULL; | |
2064 | } | |
f0261a72 | 2065 | { |
4268f798 | 2066 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2067 | wxLogError(*_arg0); |
f0261a72 | 2068 | |
4268f798 RD |
2069 | wxPyEndAllowThreads(__tstate); |
2070 | if (PyErr_Occurred()) return NULL; | |
f0261a72 RD |
2071 | } Py_INCREF(Py_None); |
2072 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2073 | { |
2074 | if (_obj0) | |
2075 | delete _arg0; | |
2076 | } | |
f0261a72 RD |
2077 | return _resultobj; |
2078 | } | |
2079 | ||
f6bcfd97 BP |
2080 | static PyObject *_wrap_wxLogWarning(PyObject *self, PyObject *args, PyObject *kwargs) { |
2081 | PyObject * _resultobj; | |
c8bc7bb8 RD |
2082 | wxString * _arg0; |
2083 | PyObject * _obj0 = 0; | |
be13a6af | 2084 | char *_kwnames[] = { "msg", NULL }; |
f6bcfd97 BP |
2085 | |
2086 | self = self; | |
c8bc7bb8 | 2087 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogWarning",_kwnames,&_obj0)) |
f6bcfd97 | 2088 | return NULL; |
c8bc7bb8 RD |
2089 | { |
2090 | _arg0 = wxString_in_helper(_obj0); | |
2091 | if (_arg0 == NULL) | |
2092 | return NULL; | |
2093 | } | |
f6bcfd97 | 2094 | { |
4268f798 | 2095 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2096 | wxLogWarning(*_arg0); |
f6bcfd97 | 2097 | |
4268f798 RD |
2098 | wxPyEndAllowThreads(__tstate); |
2099 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2100 | } Py_INCREF(Py_None); |
2101 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2102 | { |
2103 | if (_obj0) | |
2104 | delete _arg0; | |
2105 | } | |
f6bcfd97 BP |
2106 | return _resultobj; |
2107 | } | |
2108 | ||
2109 | static PyObject *_wrap_wxLogMessage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2110 | PyObject * _resultobj; | |
c8bc7bb8 RD |
2111 | wxString * _arg0; |
2112 | PyObject * _obj0 = 0; | |
be13a6af | 2113 | char *_kwnames[] = { "msg", NULL }; |
f6bcfd97 BP |
2114 | |
2115 | self = self; | |
c8bc7bb8 RD |
2116 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogMessage",_kwnames,&_obj0)) |
2117 | return NULL; | |
2118 | { | |
2119 | _arg0 = wxString_in_helper(_obj0); | |
2120 | if (_arg0 == NULL) | |
f6bcfd97 | 2121 | return NULL; |
c8bc7bb8 | 2122 | } |
f6bcfd97 | 2123 | { |
4268f798 | 2124 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2125 | wxLogMessage(*_arg0); |
f6bcfd97 | 2126 | |
4268f798 RD |
2127 | wxPyEndAllowThreads(__tstate); |
2128 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2129 | } Py_INCREF(Py_None); |
2130 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2131 | { |
2132 | if (_obj0) | |
2133 | delete _arg0; | |
2134 | } | |
f6bcfd97 BP |
2135 | return _resultobj; |
2136 | } | |
2137 | ||
2138 | static PyObject *_wrap_wxLogInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2139 | PyObject * _resultobj; | |
c8bc7bb8 RD |
2140 | wxString * _arg0; |
2141 | PyObject * _obj0 = 0; | |
be13a6af | 2142 | char *_kwnames[] = { "msg", NULL }; |
f6bcfd97 BP |
2143 | |
2144 | self = self; | |
c8bc7bb8 RD |
2145 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogInfo",_kwnames,&_obj0)) |
2146 | return NULL; | |
2147 | { | |
2148 | _arg0 = wxString_in_helper(_obj0); | |
2149 | if (_arg0 == NULL) | |
f6bcfd97 | 2150 | return NULL; |
c8bc7bb8 | 2151 | } |
f6bcfd97 | 2152 | { |
4268f798 | 2153 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2154 | wxLogInfo(*_arg0); |
f6bcfd97 | 2155 | |
4268f798 RD |
2156 | wxPyEndAllowThreads(__tstate); |
2157 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2158 | } Py_INCREF(Py_None); |
2159 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2160 | { |
2161 | if (_obj0) | |
2162 | delete _arg0; | |
2163 | } | |
f6bcfd97 BP |
2164 | return _resultobj; |
2165 | } | |
2166 | ||
2167 | static PyObject *_wrap_wxLogVerbose(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2168 | PyObject * _resultobj; | |
c8bc7bb8 RD |
2169 | wxString * _arg0; |
2170 | PyObject * _obj0 = 0; | |
be13a6af | 2171 | char *_kwnames[] = { "msg", NULL }; |
f6bcfd97 BP |
2172 | |
2173 | self = self; | |
c8bc7bb8 | 2174 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogVerbose",_kwnames,&_obj0)) |
f6bcfd97 | 2175 | return NULL; |
c8bc7bb8 RD |
2176 | { |
2177 | _arg0 = wxString_in_helper(_obj0); | |
2178 | if (_arg0 == NULL) | |
2179 | return NULL; | |
2180 | } | |
f6bcfd97 | 2181 | { |
4268f798 | 2182 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2183 | wxLogVerbose(*_arg0); |
f6bcfd97 | 2184 | |
4268f798 RD |
2185 | wxPyEndAllowThreads(__tstate); |
2186 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2187 | } Py_INCREF(Py_None); |
2188 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2189 | { |
2190 | if (_obj0) | |
2191 | delete _arg0; | |
2192 | } | |
f6bcfd97 BP |
2193 | return _resultobj; |
2194 | } | |
2195 | ||
2196 | static PyObject *_wrap_wxLogStatus(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2197 | PyObject * _resultobj; | |
c8bc7bb8 RD |
2198 | wxString * _arg0; |
2199 | PyObject * _obj0 = 0; | |
be13a6af | 2200 | char *_kwnames[] = { "msg", NULL }; |
f6bcfd97 BP |
2201 | |
2202 | self = self; | |
c8bc7bb8 RD |
2203 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogStatus",_kwnames,&_obj0)) |
2204 | return NULL; | |
2205 | { | |
2206 | _arg0 = wxString_in_helper(_obj0); | |
2207 | if (_arg0 == NULL) | |
f6bcfd97 | 2208 | return NULL; |
c8bc7bb8 | 2209 | } |
f6bcfd97 | 2210 | { |
4268f798 | 2211 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2212 | wxLogStatus(*_arg0); |
f6bcfd97 | 2213 | |
4268f798 RD |
2214 | wxPyEndAllowThreads(__tstate); |
2215 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2216 | } Py_INCREF(Py_None); |
2217 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2218 | { |
2219 | if (_obj0) | |
2220 | delete _arg0; | |
2221 | } | |
f6bcfd97 BP |
2222 | return _resultobj; |
2223 | } | |
2224 | ||
2225 | static PyObject *_wrap_wxLogStatusFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2226 | PyObject * _resultobj; | |
2227 | wxFrame * _arg0; | |
c8bc7bb8 | 2228 | wxString * _arg1; |
f6bcfd97 | 2229 | PyObject * _argo0 = 0; |
c8bc7bb8 | 2230 | PyObject * _obj1 = 0; |
be13a6af | 2231 | char *_kwnames[] = { "pFrame","msg", NULL }; |
f6bcfd97 BP |
2232 | |
2233 | self = self; | |
c8bc7bb8 | 2234 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxLogStatusFrame",_kwnames,&_argo0,&_obj1)) |
f6bcfd97 BP |
2235 | return NULL; |
2236 | if (_argo0) { | |
2237 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2238 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFrame_p")) { | |
2239 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogStatusFrame. Expected _wxFrame_p."); | |
2240 | return NULL; | |
2241 | } | |
2242 | } | |
c8bc7bb8 RD |
2243 | { |
2244 | _arg1 = wxString_in_helper(_obj1); | |
2245 | if (_arg1 == NULL) | |
2246 | return NULL; | |
2247 | } | |
f6bcfd97 | 2248 | { |
4268f798 | 2249 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2250 | wxLogStatus(_arg0,*_arg1); |
f6bcfd97 | 2251 | |
4268f798 RD |
2252 | wxPyEndAllowThreads(__tstate); |
2253 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2254 | } Py_INCREF(Py_None); |
2255 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2256 | { |
2257 | if (_obj1) | |
2258 | delete _arg1; | |
2259 | } | |
f6bcfd97 BP |
2260 | return _resultobj; |
2261 | } | |
2262 | ||
2263 | static PyObject *_wrap_wxLogSysError(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2264 | PyObject * _resultobj; | |
c8bc7bb8 RD |
2265 | wxString * _arg0; |
2266 | PyObject * _obj0 = 0; | |
be13a6af | 2267 | char *_kwnames[] = { "msg", NULL }; |
f6bcfd97 BP |
2268 | |
2269 | self = self; | |
c8bc7bb8 RD |
2270 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogSysError",_kwnames,&_obj0)) |
2271 | return NULL; | |
2272 | { | |
2273 | _arg0 = wxString_in_helper(_obj0); | |
2274 | if (_arg0 == NULL) | |
f6bcfd97 | 2275 | return NULL; |
c8bc7bb8 | 2276 | } |
f6bcfd97 | 2277 | { |
4268f798 | 2278 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2279 | wxLogSysError(*_arg0); |
f6bcfd97 | 2280 | |
4268f798 RD |
2281 | wxPyEndAllowThreads(__tstate); |
2282 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2283 | } Py_INCREF(Py_None); |
2284 | _resultobj = Py_None; | |
c8bc7bb8 RD |
2285 | { |
2286 | if (_obj0) | |
2287 | delete _arg0; | |
2288 | } | |
f6bcfd97 BP |
2289 | return _resultobj; |
2290 | } | |
2291 | ||
be13a6af RD |
2292 | static PyObject *_wrap_wxLogTrace(PyObject *self, PyObject *args, PyObject *kwargs) { |
2293 | PyObject * _resultobj; | |
2294 | wxString * _arg0; | |
2295 | PyObject * _obj0 = 0; | |
2296 | char *_kwnames[] = { "msg", NULL }; | |
2297 | ||
2298 | self = self; | |
2299 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogTrace",_kwnames,&_obj0)) | |
2300 | return NULL; | |
2301 | { | |
2302 | _arg0 = wxString_in_helper(_obj0); | |
2303 | if (_arg0 == NULL) | |
2304 | return NULL; | |
2305 | } | |
2306 | { | |
2307 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2308 | wxLogTrace(*_arg0); | |
2309 | ||
2310 | wxPyEndAllowThreads(__tstate); | |
2311 | if (PyErr_Occurred()) return NULL; | |
2312 | } Py_INCREF(Py_None); | |
2313 | _resultobj = Py_None; | |
2314 | { | |
2315 | if (_obj0) | |
2316 | delete _arg0; | |
2317 | } | |
2318 | return _resultobj; | |
2319 | } | |
2320 | ||
2321 | static PyObject *_wrap_wxLogTraceMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2322 | PyObject * _resultobj; | |
2323 | wxString * _arg0; | |
2324 | wxString * _arg1; | |
2325 | PyObject * _obj0 = 0; | |
2326 | PyObject * _obj1 = 0; | |
2327 | char *_kwnames[] = { "mask","msg", NULL }; | |
2328 | ||
2329 | self = self; | |
2330 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxLogTraceMask",_kwnames,&_obj0,&_obj1)) | |
2331 | return NULL; | |
2332 | { | |
2333 | _arg0 = wxString_in_helper(_obj0); | |
2334 | if (_arg0 == NULL) | |
2335 | return NULL; | |
2336 | } | |
2337 | { | |
2338 | _arg1 = wxString_in_helper(_obj1); | |
2339 | if (_arg1 == NULL) | |
2340 | return NULL; | |
2341 | } | |
2342 | { | |
2343 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2344 | wxLogTrace(*_arg0,*_arg1); | |
2345 | ||
2346 | wxPyEndAllowThreads(__tstate); | |
2347 | if (PyErr_Occurred()) return NULL; | |
2348 | } Py_INCREF(Py_None); | |
2349 | _resultobj = Py_None; | |
2350 | { | |
2351 | if (_obj0) | |
2352 | delete _arg0; | |
2353 | } | |
2354 | { | |
2355 | if (_obj1) | |
2356 | delete _arg1; | |
2357 | } | |
2358 | return _resultobj; | |
2359 | } | |
2360 | ||
2361 | static PyObject *_wrap_wxLogGeneric(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2362 | PyObject * _resultobj; | |
2363 | unsigned long _arg0; | |
2364 | wxString * _arg1; | |
2365 | PyObject * _obj1 = 0; | |
2366 | char *_kwnames[] = { "level","msg", NULL }; | |
2367 | ||
2368 | self = self; | |
2369 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"lO:wxLogGeneric",_kwnames,&_arg0,&_obj1)) | |
2370 | return NULL; | |
2371 | { | |
2372 | _arg1 = wxString_in_helper(_obj1); | |
2373 | if (_arg1 == NULL) | |
2374 | return NULL; | |
2375 | } | |
2376 | { | |
2377 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2378 | wxLogGeneric(_arg0,*_arg1); | |
2379 | ||
2380 | wxPyEndAllowThreads(__tstate); | |
2381 | if (PyErr_Occurred()) return NULL; | |
2382 | } Py_INCREF(Py_None); | |
2383 | _resultobj = Py_None; | |
2384 | { | |
2385 | if (_obj1) | |
2386 | delete _arg1; | |
2387 | } | |
2388 | return _resultobj; | |
2389 | } | |
2390 | ||
0b85cc38 RD |
2391 | static PyObject *_wrap_wxSafeShowMessage(PyObject *self, PyObject *args, PyObject *kwargs) { |
2392 | PyObject * _resultobj; | |
2393 | wxString * _arg0; | |
2394 | wxString * _arg1; | |
2395 | PyObject * _obj0 = 0; | |
2396 | PyObject * _obj1 = 0; | |
2397 | char *_kwnames[] = { "title","text", NULL }; | |
2398 | ||
2399 | self = self; | |
2400 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxSafeShowMessage",_kwnames,&_obj0,&_obj1)) | |
2401 | return NULL; | |
2402 | { | |
2403 | _arg0 = wxString_in_helper(_obj0); | |
2404 | if (_arg0 == NULL) | |
2405 | return NULL; | |
2406 | } | |
2407 | { | |
2408 | _arg1 = wxString_in_helper(_obj1); | |
2409 | if (_arg1 == NULL) | |
2410 | return NULL; | |
2411 | } | |
2412 | { | |
2413 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2414 | wxSafeShowMessage(*_arg0,*_arg1); | |
2415 | ||
2416 | wxPyEndAllowThreads(__tstate); | |
2417 | if (PyErr_Occurred()) return NULL; | |
2418 | } Py_INCREF(Py_None); | |
2419 | _resultobj = Py_None; | |
2420 | { | |
2421 | if (_obj0) | |
2422 | delete _arg0; | |
2423 | } | |
2424 | { | |
2425 | if (_obj1) | |
2426 | delete _arg1; | |
2427 | } | |
2428 | return _resultobj; | |
2429 | } | |
2430 | ||
c368d904 RD |
2431 | static PyObject *_wrap_wxExecute(PyObject *self, PyObject *args, PyObject *kwargs) { |
2432 | PyObject * _resultobj; | |
2433 | long _result; | |
2434 | wxString * _arg0; | |
b96c7a38 | 2435 | int _arg1 = (int ) (wxEXEC_ASYNC); |
c368d904 RD |
2436 | wxPyProcess * _arg2 = (wxPyProcess *) NULL; |
2437 | PyObject * _obj0 = 0; | |
2438 | PyObject * _argo2 = 0; | |
b96c7a38 | 2439 | char *_kwnames[] = { "command","flags","process", NULL }; |
c368d904 RD |
2440 | |
2441 | self = self; | |
2442 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iO:wxExecute",_kwnames,&_obj0,&_arg1,&_argo2)) | |
2443 | return NULL; | |
2444 | { | |
c8bc7bb8 RD |
2445 | _arg0 = wxString_in_helper(_obj0); |
2446 | if (_arg0 == NULL) | |
185d7c3e | 2447 | return NULL; |
c368d904 RD |
2448 | } |
2449 | if (_argo2) { | |
2450 | if (_argo2 == Py_None) { _arg2 = NULL; } | |
2451 | else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxPyProcess_p")) { | |
2452 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxExecute. Expected _wxPyProcess_p."); | |
2453 | return NULL; | |
2454 | } | |
2455 | } | |
2456 | { | |
4268f798 | 2457 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2458 | _result = (long )wxExecute(*_arg0,_arg1,_arg2); |
c368d904 | 2459 | |
4268f798 RD |
2460 | wxPyEndAllowThreads(__tstate); |
2461 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
2462 | } _resultobj = Py_BuildValue("l",_result); |
2463 | { | |
2464 | if (_obj0) | |
2465 | delete _arg0; | |
2466 | } | |
2467 | return _resultobj; | |
2468 | } | |
2469 | ||
493f1553 RD |
2470 | static PyObject *_wrap_wxWaveData(PyObject *self, PyObject *args, PyObject *kwargs) { |
2471 | PyObject * _resultobj; | |
2472 | wxWave * _result; | |
2473 | wxString * _arg0; | |
2474 | PyObject * _obj0 = 0; | |
2475 | char *_kwnames[] = { "data", NULL }; | |
2476 | char _ptemp[128]; | |
2477 | ||
2478 | self = self; | |
2479 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxWaveData",_kwnames,&_obj0)) | |
2480 | return NULL; | |
2481 | { | |
c8bc7bb8 RD |
2482 | _arg0 = wxString_in_helper(_obj0); |
2483 | if (_arg0 == NULL) | |
493f1553 | 2484 | return NULL; |
493f1553 RD |
2485 | } |
2486 | { | |
4268f798 | 2487 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2488 | _result = (wxWave *)wxWaveData(*_arg0); |
493f1553 | 2489 | |
4268f798 RD |
2490 | wxPyEndAllowThreads(__tstate); |
2491 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
2492 | } if (_result) { |
2493 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxWave_p"); | |
2494 | _resultobj = Py_BuildValue("s",_ptemp); | |
2495 | } else { | |
2496 | Py_INCREF(Py_None); | |
2497 | _resultobj = Py_None; | |
2498 | } | |
2499 | { | |
2500 | if (_obj0) | |
2501 | delete _arg0; | |
2502 | } | |
2503 | return _resultobj; | |
2504 | } | |
2505 | ||
b37c7e1d RD |
2506 | static int _wrap_wxTheMimeTypesManager_set(PyObject *val) { |
2507 | ||
2508 | PyErr_SetString(PyExc_TypeError,"Variable wxTheMimeTypesManager is read-only."); | |
2509 | return 1; | |
2510 | } | |
2511 | ||
2512 | static PyObject *_wrap_wxTheMimeTypesManager_get() { | |
2513 | PyObject * pyobj; | |
2514 | char ptemp[128]; | |
2515 | ||
2516 | SWIG_MakePtr(ptemp, (char *) wxTheMimeTypesManager,"_wxMimeTypesManager_p"); | |
2517 | pyobj = PyString_FromString(ptemp); | |
2518 | return pyobj; | |
2519 | } | |
2520 | ||
b5a5d647 RD |
2521 | static PyObject *_wrap_wxSystemSettings_GetColour(PyObject *self, PyObject *args, PyObject *kwargs) { |
2522 | PyObject * _resultobj; | |
2523 | wxColour * _result; | |
2524 | wxSystemColour _arg0; | |
2525 | char *_kwnames[] = { "index", NULL }; | |
2526 | char _ptemp[128]; | |
2527 | ||
2528 | self = self; | |
2529 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxSystemSettings_GetColour",_kwnames,&_arg0)) | |
2530 | return NULL; | |
2531 | { | |
2532 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
c8bc7bb8 | 2533 | _result = new wxColour (wxSystemSettings::GetColour(_arg0)); |
b5a5d647 RD |
2534 | |
2535 | wxPyEndAllowThreads(__tstate); | |
2536 | if (PyErr_Occurred()) return NULL; | |
2537 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxColour_p"); | |
2538 | _resultobj = Py_BuildValue("s",_ptemp); | |
2539 | return _resultobj; | |
2540 | } | |
2541 | ||
2542 | static PyObject *_wrap_wxSystemSettings_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2543 | PyObject * _resultobj; | |
2544 | wxFont * _result; | |
2545 | wxSystemFont _arg0; | |
2546 | char *_kwnames[] = { "index", NULL }; | |
2547 | char _ptemp[128]; | |
2548 | ||
2549 | self = self; | |
2550 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxSystemSettings_GetFont",_kwnames,&_arg0)) | |
2551 | return NULL; | |
2552 | { | |
2553 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
c8bc7bb8 | 2554 | _result = new wxFont (wxSystemSettings::GetFont(_arg0)); |
b5a5d647 RD |
2555 | |
2556 | wxPyEndAllowThreads(__tstate); | |
2557 | if (PyErr_Occurred()) return NULL; | |
2558 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxFont_p"); | |
2559 | _resultobj = Py_BuildValue("s",_ptemp); | |
2560 | return _resultobj; | |
2561 | } | |
2562 | ||
2563 | static PyObject *_wrap_wxSystemSettings_GetMetric(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2564 | PyObject * _resultobj; | |
2565 | int _result; | |
2566 | wxSystemMetric _arg0; | |
2567 | char *_kwnames[] = { "index", NULL }; | |
2568 | ||
2569 | self = self; | |
2570 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxSystemSettings_GetMetric",_kwnames,&_arg0)) | |
2571 | return NULL; | |
2572 | { | |
2573 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
c8bc7bb8 | 2574 | _result = (int )wxSystemSettings::GetMetric(_arg0); |
b5a5d647 RD |
2575 | |
2576 | wxPyEndAllowThreads(__tstate); | |
2577 | if (PyErr_Occurred()) return NULL; | |
2578 | } _resultobj = Py_BuildValue("i",_result); | |
2579 | return _resultobj; | |
2580 | } | |
2581 | ||
2582 | static PyObject *_wrap_wxSystemSettings_HasFeature(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2583 | PyObject * _resultobj; | |
2584 | bool _result; | |
2585 | wxSystemFeature _arg0; | |
2586 | char *_kwnames[] = { "index", NULL }; | |
2587 | ||
2588 | self = self; | |
2589 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxSystemSettings_HasFeature",_kwnames,&_arg0)) | |
2590 | return NULL; | |
2591 | { | |
2592 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
c8bc7bb8 | 2593 | _result = (bool )wxSystemSettings::HasFeature(_arg0); |
b5a5d647 RD |
2594 | |
2595 | wxPyEndAllowThreads(__tstate); | |
2596 | if (PyErr_Occurred()) return NULL; | |
2597 | } _resultobj = Py_BuildValue("i",_result); | |
2598 | return _resultobj; | |
2599 | } | |
2600 | ||
e67409dc | 2601 | static PyObject *_wrap_wxSystemSettings_GetScreenType(PyObject *self, PyObject *args, PyObject *kwargs) { |
0b85cc38 | 2602 | PyObject * _resultobj; |
e67409dc | 2603 | wxSystemScreenType _result; |
0b85cc38 RD |
2604 | char *_kwnames[] = { NULL }; |
2605 | ||
2606 | self = self; | |
e67409dc | 2607 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxSystemSettings_GetScreenType",_kwnames)) |
0b85cc38 RD |
2608 | return NULL; |
2609 | { | |
2610 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
e67409dc | 2611 | _result = (wxSystemScreenType )wxSystemSettings::GetScreenType(); |
0b85cc38 RD |
2612 | |
2613 | wxPyEndAllowThreads(__tstate); | |
2614 | if (PyErr_Occurred()) return NULL; | |
2615 | } _resultobj = Py_BuildValue("i",_result); | |
2616 | return _resultobj; | |
2617 | } | |
2618 | ||
e67409dc | 2619 | static PyObject *_wrap_wxSystemSettings_SetScreenType(PyObject *self, PyObject *args, PyObject *kwargs) { |
0b85cc38 | 2620 | PyObject * _resultobj; |
e67409dc | 2621 | wxSystemScreenType _arg0; |
0b85cc38 RD |
2622 | char *_kwnames[] = { "screen", NULL }; |
2623 | ||
2624 | self = self; | |
e67409dc | 2625 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxSystemSettings_SetScreenType",_kwnames,&_arg0)) |
0b85cc38 RD |
2626 | return NULL; |
2627 | { | |
2628 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
e67409dc | 2629 | wxSystemSettings::SetScreenType(_arg0); |
0b85cc38 RD |
2630 | |
2631 | wxPyEndAllowThreads(__tstate); | |
2632 | if (PyErr_Occurred()) return NULL; | |
2633 | } Py_INCREF(Py_None); | |
2634 | _resultobj = Py_None; | |
2635 | return _resultobj; | |
2636 | } | |
2637 | ||
9416aa89 RD |
2638 | static void *SwigwxToolTipTowxObject(void *ptr) { |
2639 | wxToolTip *src; | |
2640 | wxObject *dest; | |
2641 | src = (wxToolTip *) ptr; | |
2642 | dest = (wxObject *) src; | |
2643 | return (void *) dest; | |
2644 | } | |
2645 | ||
f6bcfd97 BP |
2646 | #define new_wxToolTip(_swigarg0) (new wxToolTip(_swigarg0)) |
2647 | static PyObject *_wrap_new_wxToolTip(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2648 | PyObject * _resultobj; | |
2649 | wxToolTip * _result; | |
2650 | wxString * _arg0; | |
2651 | PyObject * _obj0 = 0; | |
2652 | char *_kwnames[] = { "tip", NULL }; | |
2653 | char _ptemp[128]; | |
2654 | ||
2655 | self = self; | |
2656 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:new_wxToolTip",_kwnames,&_obj0)) | |
2657 | return NULL; | |
2658 | { | |
c8bc7bb8 RD |
2659 | _arg0 = wxString_in_helper(_obj0); |
2660 | if (_arg0 == NULL) | |
f6bcfd97 | 2661 | return NULL; |
f6bcfd97 BP |
2662 | } |
2663 | { | |
4268f798 | 2664 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2665 | _result = (wxToolTip *)new_wxToolTip(*_arg0); |
f6bcfd97 | 2666 | |
4268f798 RD |
2667 | wxPyEndAllowThreads(__tstate); |
2668 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2669 | } if (_result) { |
2670 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolTip_p"); | |
2671 | _resultobj = Py_BuildValue("s",_ptemp); | |
2672 | } else { | |
2673 | Py_INCREF(Py_None); | |
2674 | _resultobj = Py_None; | |
2675 | } | |
2676 | { | |
2677 | if (_obj0) | |
2678 | delete _arg0; | |
2679 | } | |
2680 | return _resultobj; | |
2681 | } | |
2682 | ||
2683 | #define wxToolTip_SetTip(_swigobj,_swigarg0) (_swigobj->SetTip(_swigarg0)) | |
2684 | static PyObject *_wrap_wxToolTip_SetTip(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2685 | PyObject * _resultobj; | |
2686 | wxToolTip * _arg0; | |
2687 | wxString * _arg1; | |
2688 | PyObject * _argo0 = 0; | |
2689 | PyObject * _obj1 = 0; | |
2690 | char *_kwnames[] = { "self","tip", NULL }; | |
2691 | ||
2692 | self = self; | |
2693 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxToolTip_SetTip",_kwnames,&_argo0,&_obj1)) | |
2694 | return NULL; | |
2695 | if (_argo0) { | |
2696 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2697 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolTip_p")) { | |
2698 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolTip_SetTip. Expected _wxToolTip_p."); | |
2699 | return NULL; | |
2700 | } | |
2701 | } | |
2702 | { | |
c8bc7bb8 RD |
2703 | _arg1 = wxString_in_helper(_obj1); |
2704 | if (_arg1 == NULL) | |
185d7c3e | 2705 | return NULL; |
f6bcfd97 BP |
2706 | } |
2707 | { | |
4268f798 | 2708 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2709 | wxToolTip_SetTip(_arg0,*_arg1); |
f6bcfd97 | 2710 | |
4268f798 RD |
2711 | wxPyEndAllowThreads(__tstate); |
2712 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2713 | } Py_INCREF(Py_None); |
2714 | _resultobj = Py_None; | |
2715 | { | |
2716 | if (_obj1) | |
2717 | delete _arg1; | |
2718 | } | |
2719 | return _resultobj; | |
2720 | } | |
2721 | ||
2722 | #define wxToolTip_GetTip(_swigobj) (_swigobj->GetTip()) | |
2723 | static PyObject *_wrap_wxToolTip_GetTip(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2724 | PyObject * _resultobj; | |
2725 | wxString * _result; | |
2726 | wxToolTip * _arg0; | |
2727 | PyObject * _argo0 = 0; | |
2728 | char *_kwnames[] = { "self", NULL }; | |
2729 | ||
2730 | self = self; | |
2731 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxToolTip_GetTip",_kwnames,&_argo0)) | |
2732 | return NULL; | |
2733 | if (_argo0) { | |
2734 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2735 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolTip_p")) { | |
2736 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolTip_GetTip. Expected _wxToolTip_p."); | |
2737 | return NULL; | |
2738 | } | |
2739 | } | |
2740 | { | |
4268f798 | 2741 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2742 | _result = new wxString (wxToolTip_GetTip(_arg0)); |
f6bcfd97 | 2743 | |
4268f798 RD |
2744 | wxPyEndAllowThreads(__tstate); |
2745 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 | 2746 | }{ |
c8bc7bb8 RD |
2747 | #if wxUSE_UNICODE |
2748 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
2749 | #else | |
f6bcfd97 | 2750 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 2751 | #endif |
f6bcfd97 BP |
2752 | } |
2753 | { | |
2754 | delete _result; | |
2755 | } | |
2756 | return _resultobj; | |
2757 | } | |
2758 | ||
2759 | #define wxToolTip_GetWindow(_swigobj) (_swigobj->GetWindow()) | |
2760 | static PyObject *_wrap_wxToolTip_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2761 | PyObject * _resultobj; | |
2762 | wxWindow * _result; | |
2763 | wxToolTip * _arg0; | |
2764 | PyObject * _argo0 = 0; | |
2765 | char *_kwnames[] = { "self", NULL }; | |
f6bcfd97 BP |
2766 | |
2767 | self = self; | |
2768 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxToolTip_GetWindow",_kwnames,&_argo0)) | |
2769 | return NULL; | |
2770 | if (_argo0) { | |
2771 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2772 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxToolTip_p")) { | |
2773 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxToolTip_GetWindow. Expected _wxToolTip_p."); | |
2774 | return NULL; | |
2775 | } | |
2776 | } | |
2777 | { | |
4268f798 | 2778 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2779 | _result = (wxWindow *)wxToolTip_GetWindow(_arg0); |
f6bcfd97 | 2780 | |
4268f798 RD |
2781 | wxPyEndAllowThreads(__tstate); |
2782 | if (PyErr_Occurred()) return NULL; | |
9416aa89 | 2783 | }{ _resultobj = wxPyMake_wxObject(_result); } |
f6bcfd97 BP |
2784 | return _resultobj; |
2785 | } | |
2786 | ||
edf2f43e RD |
2787 | static PyObject *_wrap_wxToolTip_Enable(PyObject *self, PyObject *args, PyObject *kwargs) { |
2788 | PyObject * _resultobj; | |
2789 | bool _arg0; | |
2790 | int tempbool0; | |
2791 | char *_kwnames[] = { "flag", NULL }; | |
2792 | ||
2793 | self = self; | |
2794 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxToolTip_Enable",_kwnames,&tempbool0)) | |
2795 | return NULL; | |
2796 | _arg0 = (bool ) tempbool0; | |
2797 | { | |
4268f798 | 2798 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2799 | wxToolTip::Enable(_arg0); |
edf2f43e | 2800 | |
4268f798 RD |
2801 | wxPyEndAllowThreads(__tstate); |
2802 | if (PyErr_Occurred()) return NULL; | |
edf2f43e RD |
2803 | } Py_INCREF(Py_None); |
2804 | _resultobj = Py_None; | |
2805 | return _resultobj; | |
2806 | } | |
2807 | ||
2808 | static PyObject *_wrap_wxToolTip_SetDelay(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2809 | PyObject * _resultobj; | |
2810 | long _arg0; | |
2811 | char *_kwnames[] = { "milliseconds", NULL }; | |
2812 | ||
2813 | self = self; | |
2814 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"l:wxToolTip_SetDelay",_kwnames,&_arg0)) | |
2815 | return NULL; | |
2816 | { | |
4268f798 | 2817 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2818 | wxToolTip::SetDelay(_arg0); |
edf2f43e | 2819 | |
4268f798 RD |
2820 | wxPyEndAllowThreads(__tstate); |
2821 | if (PyErr_Occurred()) return NULL; | |
edf2f43e RD |
2822 | } Py_INCREF(Py_None); |
2823 | _resultobj = Py_None; | |
2824 | return _resultobj; | |
2825 | } | |
2826 | ||
f6bcfd97 BP |
2827 | #define new_wxCaret(_swigarg0,_swigarg1) (new wxCaret(_swigarg0,_swigarg1)) |
2828 | static PyObject *_wrap_new_wxCaret(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2829 | PyObject * _resultobj; | |
2830 | wxCaret * _result; | |
2831 | wxWindow * _arg0; | |
2832 | wxSize * _arg1; | |
2833 | PyObject * _argo0 = 0; | |
2834 | wxSize temp; | |
2835 | PyObject * _obj1 = 0; | |
2836 | char *_kwnames[] = { "window","size", NULL }; | |
2837 | char _ptemp[128]; | |
2838 | ||
2839 | self = self; | |
2840 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:new_wxCaret",_kwnames,&_argo0,&_obj1)) | |
2841 | return NULL; | |
2842 | if (_argo0) { | |
2843 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2844 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
2845 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxCaret. Expected _wxWindow_p."); | |
2846 | return NULL; | |
2847 | } | |
2848 | } | |
2849 | { | |
2850 | _arg1 = &temp; | |
2851 | if (! wxSize_helper(_obj1, &_arg1)) | |
2852 | return NULL; | |
2853 | } | |
2854 | { | |
4268f798 | 2855 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2856 | _result = (wxCaret *)new_wxCaret(_arg0,*_arg1); |
f6bcfd97 | 2857 | |
4268f798 RD |
2858 | wxPyEndAllowThreads(__tstate); |
2859 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2860 | } if (_result) { |
2861 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxCaret_p"); | |
2862 | _resultobj = Py_BuildValue("s",_ptemp); | |
2863 | } else { | |
2864 | Py_INCREF(Py_None); | |
2865 | _resultobj = Py_None; | |
2866 | } | |
2867 | return _resultobj; | |
2868 | } | |
2869 | ||
2870 | #define delete_wxCaret(_swigobj) (delete _swigobj) | |
2871 | static PyObject *_wrap_delete_wxCaret(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2872 | PyObject * _resultobj; | |
2873 | wxCaret * _arg0; | |
2874 | PyObject * _argo0 = 0; | |
2875 | char *_kwnames[] = { "self", NULL }; | |
2876 | ||
2877 | self = self; | |
2878 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxCaret",_kwnames,&_argo0)) | |
2879 | return NULL; | |
2880 | if (_argo0) { | |
2881 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2882 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
2883 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxCaret. Expected _wxCaret_p."); | |
2884 | return NULL; | |
2885 | } | |
2886 | } | |
2887 | { | |
4268f798 | 2888 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2889 | delete_wxCaret(_arg0); |
f6bcfd97 | 2890 | |
4268f798 RD |
2891 | wxPyEndAllowThreads(__tstate); |
2892 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2893 | } Py_INCREF(Py_None); |
2894 | _resultobj = Py_None; | |
2895 | return _resultobj; | |
2896 | } | |
2897 | ||
2898 | #define wxCaret_IsOk(_swigobj) (_swigobj->IsOk()) | |
2899 | static PyObject *_wrap_wxCaret_IsOk(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2900 | PyObject * _resultobj; | |
2901 | bool _result; | |
2902 | wxCaret * _arg0; | |
2903 | PyObject * _argo0 = 0; | |
2904 | char *_kwnames[] = { "self", NULL }; | |
2905 | ||
2906 | self = self; | |
2907 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_IsOk",_kwnames,&_argo0)) | |
2908 | return NULL; | |
2909 | if (_argo0) { | |
2910 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2911 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
2912 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_IsOk. Expected _wxCaret_p."); | |
2913 | return NULL; | |
2914 | } | |
2915 | } | |
2916 | { | |
4268f798 | 2917 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2918 | _result = (bool )wxCaret_IsOk(_arg0); |
f6bcfd97 | 2919 | |
4268f798 RD |
2920 | wxPyEndAllowThreads(__tstate); |
2921 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2922 | } _resultobj = Py_BuildValue("i",_result); |
2923 | return _resultobj; | |
2924 | } | |
2925 | ||
2926 | #define wxCaret_IsVisible(_swigobj) (_swigobj->IsVisible()) | |
2927 | static PyObject *_wrap_wxCaret_IsVisible(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2928 | PyObject * _resultobj; | |
2929 | bool _result; | |
2930 | wxCaret * _arg0; | |
2931 | PyObject * _argo0 = 0; | |
2932 | char *_kwnames[] = { "self", NULL }; | |
2933 | ||
2934 | self = self; | |
2935 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_IsVisible",_kwnames,&_argo0)) | |
2936 | return NULL; | |
2937 | if (_argo0) { | |
2938 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2939 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
2940 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_IsVisible. Expected _wxCaret_p."); | |
2941 | return NULL; | |
2942 | } | |
2943 | } | |
2944 | { | |
4268f798 | 2945 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2946 | _result = (bool )wxCaret_IsVisible(_arg0); |
f6bcfd97 | 2947 | |
4268f798 RD |
2948 | wxPyEndAllowThreads(__tstate); |
2949 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2950 | } _resultobj = Py_BuildValue("i",_result); |
2951 | return _resultobj; | |
2952 | } | |
2953 | ||
2954 | #define wxCaret_GetPositionTuple(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetPosition(_swigarg0,_swigarg1)) | |
2955 | static PyObject *_wrap_wxCaret_GetPositionTuple(PyObject *self, PyObject *args, PyObject *kwargs) { | |
2956 | PyObject * _resultobj; | |
2957 | wxCaret * _arg0; | |
2958 | int * _arg1; | |
2959 | int temp; | |
2960 | int * _arg2; | |
2961 | int temp0; | |
2962 | PyObject * _argo0 = 0; | |
2963 | char *_kwnames[] = { "self", NULL }; | |
2964 | ||
2965 | self = self; | |
2966 | { | |
2967 | _arg1 = &temp; | |
2968 | } | |
2969 | { | |
2970 | _arg2 = &temp0; | |
2971 | } | |
2972 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_GetPositionTuple",_kwnames,&_argo0)) | |
2973 | return NULL; | |
2974 | if (_argo0) { | |
2975 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
2976 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
2977 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_GetPositionTuple. Expected _wxCaret_p."); | |
2978 | return NULL; | |
2979 | } | |
2980 | } | |
2981 | { | |
4268f798 | 2982 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 2983 | wxCaret_GetPositionTuple(_arg0,_arg1,_arg2); |
f6bcfd97 | 2984 | |
4268f798 RD |
2985 | wxPyEndAllowThreads(__tstate); |
2986 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
2987 | } Py_INCREF(Py_None); |
2988 | _resultobj = Py_None; | |
2989 | { | |
2990 | PyObject *o; | |
2991 | o = PyInt_FromLong((long) (*_arg1)); | |
2992 | _resultobj = t_output_helper(_resultobj, o); | |
2993 | } | |
2994 | { | |
2995 | PyObject *o; | |
2996 | o = PyInt_FromLong((long) (*_arg2)); | |
2997 | _resultobj = t_output_helper(_resultobj, o); | |
2998 | } | |
2999 | return _resultobj; | |
3000 | } | |
3001 | ||
3002 | #define wxCaret_GetPosition(_swigobj) (_swigobj->GetPosition()) | |
f0261a72 RD |
3003 | static PyObject *_wrap_wxCaret_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { |
3004 | PyObject * _resultobj; | |
f6bcfd97 BP |
3005 | wxPoint * _result; |
3006 | wxCaret * _arg0; | |
3007 | PyObject * _argo0 = 0; | |
3008 | char *_kwnames[] = { "self", NULL }; | |
3009 | char _ptemp[128]; | |
3010 | ||
3011 | self = self; | |
3012 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_GetPosition",_kwnames,&_argo0)) | |
3013 | return NULL; | |
3014 | if (_argo0) { | |
3015 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3016 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3017 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_GetPosition. Expected _wxCaret_p."); | |
3018 | return NULL; | |
3019 | } | |
3020 | } | |
3021 | { | |
4268f798 | 3022 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3023 | _result = new wxPoint (wxCaret_GetPosition(_arg0)); |
f6bcfd97 | 3024 | |
4268f798 RD |
3025 | wxPyEndAllowThreads(__tstate); |
3026 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3027 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
3028 | _resultobj = Py_BuildValue("s",_ptemp); | |
3029 | return _resultobj; | |
3030 | } | |
3031 | ||
3032 | #define wxCaret_GetSizeTuple(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetSize(_swigarg0,_swigarg1)) | |
3033 | static PyObject *_wrap_wxCaret_GetSizeTuple(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3034 | PyObject * _resultobj; | |
3035 | wxCaret * _arg0; | |
3036 | int * _arg1; | |
3037 | int temp; | |
3038 | int * _arg2; | |
3039 | int temp0; | |
3040 | PyObject * _argo0 = 0; | |
3041 | char *_kwnames[] = { "self", NULL }; | |
3042 | ||
3043 | self = self; | |
3044 | { | |
3045 | _arg1 = &temp; | |
3046 | } | |
3047 | { | |
3048 | _arg2 = &temp0; | |
3049 | } | |
3050 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_GetSizeTuple",_kwnames,&_argo0)) | |
3051 | return NULL; | |
3052 | if (_argo0) { | |
3053 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3054 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3055 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_GetSizeTuple. Expected _wxCaret_p."); | |
3056 | return NULL; | |
3057 | } | |
3058 | } | |
3059 | { | |
4268f798 | 3060 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3061 | wxCaret_GetSizeTuple(_arg0,_arg1,_arg2); |
f6bcfd97 | 3062 | |
4268f798 RD |
3063 | wxPyEndAllowThreads(__tstate); |
3064 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3065 | } Py_INCREF(Py_None); |
3066 | _resultobj = Py_None; | |
3067 | { | |
3068 | PyObject *o; | |
3069 | o = PyInt_FromLong((long) (*_arg1)); | |
3070 | _resultobj = t_output_helper(_resultobj, o); | |
3071 | } | |
3072 | { | |
3073 | PyObject *o; | |
3074 | o = PyInt_FromLong((long) (*_arg2)); | |
3075 | _resultobj = t_output_helper(_resultobj, o); | |
3076 | } | |
3077 | return _resultobj; | |
3078 | } | |
3079 | ||
3080 | #define wxCaret_GetSize(_swigobj) (_swigobj->GetSize()) | |
3081 | static PyObject *_wrap_wxCaret_GetSize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3082 | PyObject * _resultobj; | |
3083 | wxSize * _result; | |
3084 | wxCaret * _arg0; | |
3085 | PyObject * _argo0 = 0; | |
3086 | char *_kwnames[] = { "self", NULL }; | |
3087 | char _ptemp[128]; | |
3088 | ||
3089 | self = self; | |
3090 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_GetSize",_kwnames,&_argo0)) | |
3091 | return NULL; | |
3092 | if (_argo0) { | |
3093 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3094 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3095 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_GetSize. Expected _wxCaret_p."); | |
3096 | return NULL; | |
3097 | } | |
3098 | } | |
3099 | { | |
4268f798 | 3100 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3101 | _result = new wxSize (wxCaret_GetSize(_arg0)); |
f6bcfd97 | 3102 | |
4268f798 RD |
3103 | wxPyEndAllowThreads(__tstate); |
3104 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3105 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p"); |
3106 | _resultobj = Py_BuildValue("s",_ptemp); | |
3107 | return _resultobj; | |
3108 | } | |
3109 | ||
3110 | #define wxCaret_GetWindow(_swigobj) (_swigobj->GetWindow()) | |
3111 | static PyObject *_wrap_wxCaret_GetWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3112 | PyObject * _resultobj; | |
3113 | wxWindow * _result; | |
3114 | wxCaret * _arg0; | |
3115 | PyObject * _argo0 = 0; | |
3116 | char *_kwnames[] = { "self", NULL }; | |
f6bcfd97 BP |
3117 | |
3118 | self = self; | |
3119 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_GetWindow",_kwnames,&_argo0)) | |
3120 | return NULL; | |
3121 | if (_argo0) { | |
3122 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3123 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3124 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_GetWindow. Expected _wxCaret_p."); | |
3125 | return NULL; | |
3126 | } | |
3127 | } | |
3128 | { | |
4268f798 | 3129 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3130 | _result = (wxWindow *)wxCaret_GetWindow(_arg0); |
f6bcfd97 | 3131 | |
4268f798 RD |
3132 | wxPyEndAllowThreads(__tstate); |
3133 | if (PyErr_Occurred()) return NULL; | |
9416aa89 | 3134 | }{ _resultobj = wxPyMake_wxObject(_result); } |
f6bcfd97 BP |
3135 | return _resultobj; |
3136 | } | |
3137 | ||
3138 | #define wxCaret_MoveXY(_swigobj,_swigarg0,_swigarg1) (_swigobj->Move(_swigarg0,_swigarg1)) | |
3139 | static PyObject *_wrap_wxCaret_MoveXY(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3140 | PyObject * _resultobj; | |
3141 | wxCaret * _arg0; | |
3142 | int _arg1; | |
3143 | int _arg2; | |
3144 | PyObject * _argo0 = 0; | |
3145 | char *_kwnames[] = { "self","x","y", NULL }; | |
3146 | ||
3147 | self = self; | |
3148 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxCaret_MoveXY",_kwnames,&_argo0,&_arg1,&_arg2)) | |
3149 | return NULL; | |
3150 | if (_argo0) { | |
3151 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3152 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3153 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_MoveXY. Expected _wxCaret_p."); | |
3154 | return NULL; | |
3155 | } | |
3156 | } | |
3157 | { | |
4268f798 | 3158 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3159 | wxCaret_MoveXY(_arg0,_arg1,_arg2); |
f6bcfd97 | 3160 | |
4268f798 RD |
3161 | wxPyEndAllowThreads(__tstate); |
3162 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3163 | } Py_INCREF(Py_None); |
3164 | _resultobj = Py_None; | |
3165 | return _resultobj; | |
3166 | } | |
3167 | ||
3168 | #define wxCaret_Move(_swigobj,_swigarg0) (_swigobj->Move(_swigarg0)) | |
3169 | static PyObject *_wrap_wxCaret_Move(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3170 | PyObject * _resultobj; | |
3171 | wxCaret * _arg0; | |
3172 | wxPoint * _arg1; | |
3173 | PyObject * _argo0 = 0; | |
3174 | wxPoint temp; | |
3175 | PyObject * _obj1 = 0; | |
3176 | char *_kwnames[] = { "self","pt", NULL }; | |
3177 | ||
3178 | self = self; | |
3179 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxCaret_Move",_kwnames,&_argo0,&_obj1)) | |
3180 | return NULL; | |
3181 | if (_argo0) { | |
3182 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3183 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3184 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_Move. Expected _wxCaret_p."); | |
3185 | return NULL; | |
3186 | } | |
3187 | } | |
3188 | { | |
3189 | _arg1 = &temp; | |
3190 | if (! wxPoint_helper(_obj1, &_arg1)) | |
3191 | return NULL; | |
3192 | } | |
3193 | { | |
4268f798 | 3194 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3195 | wxCaret_Move(_arg0,*_arg1); |
f6bcfd97 | 3196 | |
4268f798 RD |
3197 | wxPyEndAllowThreads(__tstate); |
3198 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3199 | } Py_INCREF(Py_None); |
3200 | _resultobj = Py_None; | |
3201 | return _resultobj; | |
3202 | } | |
3203 | ||
3204 | #define wxCaret_SetSizeWH(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSize(_swigarg0,_swigarg1)) | |
3205 | static PyObject *_wrap_wxCaret_SetSizeWH(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3206 | PyObject * _resultobj; | |
3207 | wxCaret * _arg0; | |
3208 | int _arg1; | |
3209 | int _arg2; | |
3210 | PyObject * _argo0 = 0; | |
3211 | char *_kwnames[] = { "self","width","height", NULL }; | |
3212 | ||
3213 | self = self; | |
3214 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxCaret_SetSizeWH",_kwnames,&_argo0,&_arg1,&_arg2)) | |
3215 | return NULL; | |
3216 | if (_argo0) { | |
3217 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3218 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3219 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_SetSizeWH. Expected _wxCaret_p."); | |
3220 | return NULL; | |
3221 | } | |
3222 | } | |
3223 | { | |
4268f798 | 3224 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3225 | wxCaret_SetSizeWH(_arg0,_arg1,_arg2); |
f6bcfd97 | 3226 | |
4268f798 RD |
3227 | wxPyEndAllowThreads(__tstate); |
3228 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3229 | } Py_INCREF(Py_None); |
3230 | _resultobj = Py_None; | |
3231 | return _resultobj; | |
3232 | } | |
3233 | ||
3234 | #define wxCaret_SetSize(_swigobj,_swigarg0) (_swigobj->SetSize(_swigarg0)) | |
3235 | static PyObject *_wrap_wxCaret_SetSize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3236 | PyObject * _resultobj; | |
3237 | wxCaret * _arg0; | |
3238 | wxSize * _arg1; | |
3239 | PyObject * _argo0 = 0; | |
3240 | wxSize temp; | |
3241 | PyObject * _obj1 = 0; | |
3242 | char *_kwnames[] = { "self","size", NULL }; | |
3243 | ||
3244 | self = self; | |
3245 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxCaret_SetSize",_kwnames,&_argo0,&_obj1)) | |
3246 | return NULL; | |
3247 | if (_argo0) { | |
3248 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3249 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3250 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_SetSize. Expected _wxCaret_p."); | |
3251 | return NULL; | |
3252 | } | |
3253 | } | |
3254 | { | |
3255 | _arg1 = &temp; | |
3256 | if (! wxSize_helper(_obj1, &_arg1)) | |
3257 | return NULL; | |
3258 | } | |
3259 | { | |
4268f798 | 3260 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3261 | wxCaret_SetSize(_arg0,*_arg1); |
f6bcfd97 | 3262 | |
4268f798 RD |
3263 | wxPyEndAllowThreads(__tstate); |
3264 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3265 | } Py_INCREF(Py_None); |
3266 | _resultobj = Py_None; | |
3267 | return _resultobj; | |
3268 | } | |
3269 | ||
3270 | #define wxCaret_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0)) | |
3271 | static PyObject *_wrap_wxCaret_Show(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3272 | PyObject * _resultobj; | |
3273 | wxCaret * _arg0; | |
3274 | int _arg1 = (int ) TRUE; | |
3275 | PyObject * _argo0 = 0; | |
3276 | char *_kwnames[] = { "self","show", NULL }; | |
3277 | ||
3278 | self = self; | |
3279 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxCaret_Show",_kwnames,&_argo0,&_arg1)) | |
3280 | return NULL; | |
3281 | if (_argo0) { | |
3282 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3283 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3284 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_Show. Expected _wxCaret_p."); | |
3285 | return NULL; | |
3286 | } | |
3287 | } | |
3288 | { | |
4268f798 | 3289 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3290 | wxCaret_Show(_arg0,_arg1); |
f6bcfd97 | 3291 | |
4268f798 RD |
3292 | wxPyEndAllowThreads(__tstate); |
3293 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3294 | } Py_INCREF(Py_None); |
3295 | _resultobj = Py_None; | |
3296 | return _resultobj; | |
3297 | } | |
3298 | ||
3299 | #define wxCaret_Hide(_swigobj) (_swigobj->Hide()) | |
3300 | static PyObject *_wrap_wxCaret_Hide(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3301 | PyObject * _resultobj; | |
3302 | wxCaret * _arg0; | |
3303 | PyObject * _argo0 = 0; | |
3304 | char *_kwnames[] = { "self", NULL }; | |
3305 | ||
3306 | self = self; | |
3307 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxCaret_Hide",_kwnames,&_argo0)) | |
3308 | return NULL; | |
3309 | if (_argo0) { | |
3310 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3311 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCaret_p")) { | |
3312 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCaret_Hide. Expected _wxCaret_p."); | |
3313 | return NULL; | |
3314 | } | |
3315 | } | |
3316 | { | |
4268f798 | 3317 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3318 | wxCaret_Hide(_arg0); |
f6bcfd97 | 3319 | |
4268f798 RD |
3320 | wxPyEndAllowThreads(__tstate); |
3321 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3322 | } Py_INCREF(Py_None); |
3323 | _resultobj = Py_None; | |
3324 | return _resultobj; | |
3325 | } | |
3326 | ||
f6bcfd97 BP |
3327 | #define new_wxBusyCursor(_swigarg0) (new wxBusyCursor(_swigarg0)) |
3328 | static PyObject *_wrap_new_wxBusyCursor(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3329 | PyObject * _resultobj; | |
3330 | wxBusyCursor * _result; | |
3331 | wxCursor * _arg0 = (wxCursor *) wxHOURGLASS_CURSOR; | |
3332 | PyObject * _argo0 = 0; | |
3333 | char *_kwnames[] = { "cursor", NULL }; | |
3334 | char _ptemp[128]; | |
3335 | ||
3336 | self = self; | |
3337 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:new_wxBusyCursor",_kwnames,&_argo0)) | |
3338 | return NULL; | |
3339 | if (_argo0) { | |
3340 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3341 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxCursor_p")) { | |
3342 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxBusyCursor. Expected _wxCursor_p."); | |
3343 | return NULL; | |
3344 | } | |
3345 | } | |
3346 | { | |
4268f798 | 3347 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3348 | _result = (wxBusyCursor *)new_wxBusyCursor(_arg0); |
f6bcfd97 | 3349 | |
4268f798 RD |
3350 | wxPyEndAllowThreads(__tstate); |
3351 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3352 | } if (_result) { |
3353 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxBusyCursor_p"); | |
3354 | _resultobj = Py_BuildValue("s",_ptemp); | |
3355 | } else { | |
3356 | Py_INCREF(Py_None); | |
3357 | _resultobj = Py_None; | |
3358 | } | |
3359 | return _resultobj; | |
3360 | } | |
3361 | ||
3362 | #define delete_wxBusyCursor(_swigobj) (delete _swigobj) | |
3363 | static PyObject *_wrap_delete_wxBusyCursor(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3364 | PyObject * _resultobj; | |
3365 | wxBusyCursor * _arg0; | |
3366 | PyObject * _argo0 = 0; | |
3367 | char *_kwnames[] = { "self", NULL }; | |
3368 | ||
3369 | self = self; | |
3370 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxBusyCursor",_kwnames,&_argo0)) | |
3371 | return NULL; | |
3372 | if (_argo0) { | |
3373 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3374 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBusyCursor_p")) { | |
3375 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxBusyCursor. Expected _wxBusyCursor_p."); | |
3376 | return NULL; | |
3377 | } | |
3378 | } | |
3379 | { | |
4268f798 | 3380 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3381 | delete_wxBusyCursor(_arg0); |
f6bcfd97 | 3382 | |
4268f798 RD |
3383 | wxPyEndAllowThreads(__tstate); |
3384 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3385 | } Py_INCREF(Py_None); |
3386 | _resultobj = Py_None; | |
3387 | return _resultobj; | |
3388 | } | |
3389 | ||
c368d904 RD |
3390 | #define new_wxWindowDisabler(_swigarg0) (new wxWindowDisabler(_swigarg0)) |
3391 | static PyObject *_wrap_new_wxWindowDisabler(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3392 | PyObject * _resultobj; | |
3393 | wxWindowDisabler * _result; | |
3394 | wxWindow * _arg0 = (wxWindow *) NULL; | |
3395 | PyObject * _argo0 = 0; | |
3396 | char *_kwnames[] = { "winToSkip", NULL }; | |
3397 | char _ptemp[128]; | |
3398 | ||
3399 | self = self; | |
3400 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|O:new_wxWindowDisabler",_kwnames,&_argo0)) | |
3401 | return NULL; | |
3402 | if (_argo0) { | |
3403 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3404 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindow_p")) { | |
3405 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxWindowDisabler. Expected _wxWindow_p."); | |
3406 | return NULL; | |
3407 | } | |
3408 | } | |
3409 | { | |
4268f798 | 3410 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3411 | _result = (wxWindowDisabler *)new_wxWindowDisabler(_arg0); |
c368d904 | 3412 | |
4268f798 RD |
3413 | wxPyEndAllowThreads(__tstate); |
3414 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
3415 | } if (_result) { |
3416 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindowDisabler_p"); | |
3417 | _resultobj = Py_BuildValue("s",_ptemp); | |
3418 | } else { | |
3419 | Py_INCREF(Py_None); | |
3420 | _resultobj = Py_None; | |
3421 | } | |
3422 | return _resultobj; | |
3423 | } | |
3424 | ||
3425 | #define delete_wxWindowDisabler(_swigobj) (delete _swigobj) | |
3426 | static PyObject *_wrap_delete_wxWindowDisabler(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3427 | PyObject * _resultobj; | |
3428 | wxWindowDisabler * _arg0; | |
3429 | PyObject * _argo0 = 0; | |
3430 | char *_kwnames[] = { "self", NULL }; | |
3431 | ||
3432 | self = self; | |
3433 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxWindowDisabler",_kwnames,&_argo0)) | |
3434 | return NULL; | |
3435 | if (_argo0) { | |
3436 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3437 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWindowDisabler_p")) { | |
3438 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxWindowDisabler. Expected _wxWindowDisabler_p."); | |
3439 | return NULL; | |
3440 | } | |
3441 | } | |
3442 | { | |
4268f798 | 3443 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3444 | delete_wxWindowDisabler(_arg0); |
c368d904 | 3445 | |
4268f798 RD |
3446 | wxPyEndAllowThreads(__tstate); |
3447 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
3448 | } Py_INCREF(Py_None); |
3449 | _resultobj = Py_None; | |
3450 | return _resultobj; | |
3451 | } | |
3452 | ||
6e18ca6c RD |
3453 | #define new_wxMutexGuiLocker() (new wxMutexGuiLocker()) |
3454 | static PyObject *_wrap_new_wxMutexGuiLocker(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3455 | PyObject * _resultobj; | |
3456 | wxMutexGuiLocker * _result; | |
3457 | char *_kwnames[] = { NULL }; | |
3458 | char _ptemp[128]; | |
3459 | ||
3460 | self = self; | |
3461 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxMutexGuiLocker",_kwnames)) | |
3462 | return NULL; | |
3463 | { | |
4268f798 | 3464 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3465 | _result = (wxMutexGuiLocker *)new_wxMutexGuiLocker(); |
6e18ca6c | 3466 | |
4268f798 RD |
3467 | wxPyEndAllowThreads(__tstate); |
3468 | if (PyErr_Occurred()) return NULL; | |
6e18ca6c RD |
3469 | } if (_result) { |
3470 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMutexGuiLocker_p"); | |
3471 | _resultobj = Py_BuildValue("s",_ptemp); | |
3472 | } else { | |
3473 | Py_INCREF(Py_None); | |
3474 | _resultobj = Py_None; | |
3475 | } | |
3476 | return _resultobj; | |
3477 | } | |
3478 | ||
3479 | #define delete_wxMutexGuiLocker(_swigobj) (delete _swigobj) | |
3480 | static PyObject *_wrap_delete_wxMutexGuiLocker(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3481 | PyObject * _resultobj; | |
3482 | wxMutexGuiLocker * _arg0; | |
3483 | PyObject * _argo0 = 0; | |
3484 | char *_kwnames[] = { "self", NULL }; | |
3485 | ||
3486 | self = self; | |
3487 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxMutexGuiLocker",_kwnames,&_argo0)) | |
3488 | return NULL; | |
3489 | if (_argo0) { | |
3490 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3491 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMutexGuiLocker_p")) { | |
3492 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxMutexGuiLocker. Expected _wxMutexGuiLocker_p."); | |
3493 | return NULL; | |
3494 | } | |
3495 | } | |
3496 | { | |
4268f798 | 3497 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3498 | delete_wxMutexGuiLocker(_arg0); |
6e18ca6c | 3499 | |
4268f798 RD |
3500 | wxPyEndAllowThreads(__tstate); |
3501 | if (PyErr_Occurred()) return NULL; | |
6e18ca6c RD |
3502 | } Py_INCREF(Py_None); |
3503 | _resultobj = Py_None; | |
3504 | return _resultobj; | |
3505 | } | |
3506 | ||
f6bcfd97 BP |
3507 | #define delete_wxTipProvider(_swigobj) (delete _swigobj) |
3508 | static PyObject *_wrap_delete_wxTipProvider(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3509 | PyObject * _resultobj; | |
3510 | wxTipProvider * _arg0; | |
3511 | PyObject * _argo0 = 0; | |
3512 | char *_kwnames[] = { "self", NULL }; | |
3513 | ||
3514 | self = self; | |
3515 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxTipProvider",_kwnames,&_argo0)) | |
3516 | return NULL; | |
3517 | if (_argo0) { | |
3518 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3519 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTipProvider_p")) { | |
3520 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxTipProvider. Expected _wxTipProvider_p."); | |
3521 | return NULL; | |
3522 | } | |
3523 | } | |
3524 | { | |
4268f798 | 3525 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3526 | delete_wxTipProvider(_arg0); |
f6bcfd97 | 3527 | |
4268f798 RD |
3528 | wxPyEndAllowThreads(__tstate); |
3529 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3530 | } Py_INCREF(Py_None); |
3531 | _resultobj = Py_None; | |
3532 | return _resultobj; | |
3533 | } | |
3534 | ||
3535 | #define wxTipProvider_GetTip(_swigobj) (_swigobj->GetTip()) | |
3536 | static PyObject *_wrap_wxTipProvider_GetTip(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3537 | PyObject * _resultobj; | |
3538 | wxString * _result; | |
3539 | wxTipProvider * _arg0; | |
3540 | PyObject * _argo0 = 0; | |
3541 | char *_kwnames[] = { "self", NULL }; | |
3542 | ||
3543 | self = self; | |
3544 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTipProvider_GetTip",_kwnames,&_argo0)) | |
3545 | return NULL; | |
3546 | if (_argo0) { | |
3547 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3548 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTipProvider_p")) { | |
3549 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTipProvider_GetTip. Expected _wxTipProvider_p."); | |
3550 | return NULL; | |
3551 | } | |
3552 | } | |
3553 | { | |
4268f798 | 3554 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3555 | _result = new wxString (wxTipProvider_GetTip(_arg0)); |
f6bcfd97 | 3556 | |
4268f798 RD |
3557 | wxPyEndAllowThreads(__tstate); |
3558 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 | 3559 | }{ |
c8bc7bb8 RD |
3560 | #if wxUSE_UNICODE |
3561 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
3562 | #else | |
f6bcfd97 | 3563 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 3564 | #endif |
f6bcfd97 BP |
3565 | } |
3566 | { | |
3567 | delete _result; | |
3568 | } | |
3569 | return _resultobj; | |
3570 | } | |
3571 | ||
3572 | #define wxTipProvider_GetCurrentTip(_swigobj) (_swigobj->GetCurrentTip()) | |
3573 | static PyObject *_wrap_wxTipProvider_GetCurrentTip(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3574 | PyObject * _resultobj; | |
3575 | size_t _result; | |
3576 | wxTipProvider * _arg0; | |
3577 | PyObject * _argo0 = 0; | |
3578 | char *_kwnames[] = { "self", NULL }; | |
3579 | ||
3580 | self = self; | |
3581 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxTipProvider_GetCurrentTip",_kwnames,&_argo0)) | |
3582 | return NULL; | |
3583 | if (_argo0) { | |
3584 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3585 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTipProvider_p")) { | |
3586 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxTipProvider_GetCurrentTip. Expected _wxTipProvider_p."); | |
3587 | return NULL; | |
3588 | } | |
3589 | } | |
3590 | { | |
4268f798 | 3591 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3592 | _result = (size_t )wxTipProvider_GetCurrentTip(_arg0); |
f6bcfd97 | 3593 | |
4268f798 RD |
3594 | wxPyEndAllowThreads(__tstate); |
3595 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3596 | } _resultobj = Py_BuildValue("i",_result); |
3597 | return _resultobj; | |
3598 | } | |
3599 | ||
3600 | static void *SwigwxPyTipProviderTowxTipProvider(void *ptr) { | |
3601 | wxPyTipProvider *src; | |
3602 | wxTipProvider *dest; | |
3603 | src = (wxPyTipProvider *) ptr; | |
3604 | dest = (wxTipProvider *) src; | |
3605 | return (void *) dest; | |
3606 | } | |
3607 | ||
3608 | #define new_wxPyTipProvider(_swigarg0) (new wxPyTipProvider(_swigarg0)) | |
3609 | static PyObject *_wrap_new_wxPyTipProvider(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3610 | PyObject * _resultobj; | |
3611 | wxPyTipProvider * _result; | |
3612 | size_t _arg0; | |
3613 | char *_kwnames[] = { "currentTip", NULL }; | |
3614 | char _ptemp[128]; | |
3615 | ||
3616 | self = self; | |
3617 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:new_wxPyTipProvider",_kwnames,&_arg0)) | |
3618 | return NULL; | |
3619 | { | |
4268f798 | 3620 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3621 | _result = (wxPyTipProvider *)new_wxPyTipProvider(_arg0); |
f6bcfd97 | 3622 | |
4268f798 RD |
3623 | wxPyEndAllowThreads(__tstate); |
3624 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3625 | } if (_result) { |
3626 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyTipProvider_p"); | |
3627 | _resultobj = Py_BuildValue("s",_ptemp); | |
3628 | } else { | |
3629 | Py_INCREF(Py_None); | |
3630 | _resultobj = Py_None; | |
3631 | } | |
3632 | return _resultobj; | |
3633 | } | |
3634 | ||
cf276873 RD |
3635 | #define wxPyTipProvider__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1)) |
3636 | static PyObject *_wrap_wxPyTipProvider__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3637 | PyObject * _resultobj; | |
3638 | wxPyTipProvider * _arg0; | |
3639 | PyObject * _arg1; | |
3640 | PyObject * _arg2; | |
3641 | PyObject * _argo0 = 0; | |
3642 | PyObject * _obj1 = 0; | |
3643 | PyObject * _obj2 = 0; | |
3644 | char *_kwnames[] = { "self","self","_class", NULL }; | |
3645 | ||
3646 | self = self; | |
3647 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyTipProvider__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2)) | |
3648 | return NULL; | |
3649 | if (_argo0) { | |
3650 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3651 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTipProvider_p")) { | |
3652 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyTipProvider__setCallbackInfo. Expected _wxPyTipProvider_p."); | |
3653 | return NULL; | |
3654 | } | |
3655 | } | |
3656 | { | |
3657 | _arg1 = _obj1; | |
3658 | } | |
3659 | { | |
3660 | _arg2 = _obj2; | |
3661 | } | |
3662 | { | |
3663 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
3664 | wxPyTipProvider__setCallbackInfo(_arg0,_arg1,_arg2); | |
3665 | ||
3666 | wxPyEndAllowThreads(__tstate); | |
3667 | if (PyErr_Occurred()) return NULL; | |
3668 | } Py_INCREF(Py_None); | |
3669 | _resultobj = Py_None; | |
3670 | return _resultobj; | |
3671 | } | |
3672 | ||
9416aa89 RD |
3673 | static void *SwigwxGenericDragImageTowxObject(void *ptr) { |
3674 | wxGenericDragImage *src; | |
3675 | wxObject *dest; | |
3676 | src = (wxGenericDragImage *) ptr; | |
3677 | dest = (wxObject *) src; | |
3678 | return (void *) dest; | |
3679 | } | |
3680 | ||
10e07c70 | 3681 | #define new_wxDragImage(_swigarg0,_swigarg1) (new wxGenericDragImage(_swigarg0,_swigarg1)) |
f6bcfd97 BP |
3682 | static PyObject *_wrap_new_wxDragImage(PyObject *self, PyObject *args, PyObject *kwargs) { |
3683 | PyObject * _resultobj; | |
3684 | wxGenericDragImage * _result; | |
3685 | wxBitmap * _arg0; | |
3686 | wxCursor * _arg1 = (wxCursor *) &wxNullCursor; | |
f6bcfd97 BP |
3687 | PyObject * _argo0 = 0; |
3688 | PyObject * _argo1 = 0; | |
10e07c70 | 3689 | char *_kwnames[] = { "image","cursor", NULL }; |
f6bcfd97 BP |
3690 | char _ptemp[128]; |
3691 | ||
3692 | self = self; | |
10e07c70 | 3693 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:new_wxDragImage",_kwnames,&_argo0,&_argo1)) |
f6bcfd97 BP |
3694 | return NULL; |
3695 | if (_argo0) { | |
3696 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3697 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxBitmap_p")) { | |
3698 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxDragImage. Expected _wxBitmap_p."); | |
3699 | return NULL; | |
3700 | } | |
3701 | } | |
3702 | if (_argo1) { | |
3703 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
3704 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxCursor_p")) { | |
3705 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxDragImage. Expected _wxCursor_p."); | |
3706 | return NULL; | |
3707 | } | |
3708 | } | |
f6bcfd97 | 3709 | { |
4268f798 | 3710 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3711 | _result = (wxGenericDragImage *)new_wxDragImage(*_arg0,*_arg1); |
f6bcfd97 | 3712 | |
4268f798 RD |
3713 | wxPyEndAllowThreads(__tstate); |
3714 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3715 | } if (_result) { |
3716 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGenericDragImage_p"); | |
3717 | _resultobj = Py_BuildValue("s",_ptemp); | |
3718 | } else { | |
3719 | Py_INCREF(Py_None); | |
3720 | _resultobj = Py_None; | |
3721 | } | |
3722 | return _resultobj; | |
3723 | } | |
3724 | ||
cdf14688 RD |
3725 | #define new_wxDragIcon(_swigarg0,_swigarg1) (new wxGenericDragImage(_swigarg0,_swigarg1)) |
3726 | static PyObject *_wrap_new_wxDragIcon(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3727 | PyObject * _resultobj; | |
3728 | wxGenericDragImage * _result; | |
3729 | wxIcon * _arg0; | |
3730 | wxCursor * _arg1 = (wxCursor *) &wxNullCursor; | |
3731 | PyObject * _argo0 = 0; | |
3732 | PyObject * _argo1 = 0; | |
3733 | char *_kwnames[] = { "image","cursor", NULL }; | |
3734 | char _ptemp[128]; | |
3735 | ||
3736 | self = self; | |
3737 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:new_wxDragIcon",_kwnames,&_argo0,&_argo1)) | |
3738 | return NULL; | |
3739 | if (_argo0) { | |
3740 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3741 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxIcon_p")) { | |
3742 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxDragIcon. Expected _wxIcon_p."); | |
3743 | return NULL; | |
3744 | } | |
3745 | } | |
3746 | if (_argo1) { | |
3747 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
3748 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxCursor_p")) { | |
3749 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxDragIcon. Expected _wxCursor_p."); | |
3750 | return NULL; | |
3751 | } | |
3752 | } | |
3753 | { | |
4268f798 | 3754 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3755 | _result = (wxGenericDragImage *)new_wxDragIcon(*_arg0,*_arg1); |
cdf14688 | 3756 | |
4268f798 RD |
3757 | wxPyEndAllowThreads(__tstate); |
3758 | if (PyErr_Occurred()) return NULL; | |
cdf14688 RD |
3759 | } if (_result) { |
3760 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGenericDragImage_p"); | |
3761 | _resultobj = Py_BuildValue("s",_ptemp); | |
3762 | } else { | |
3763 | Py_INCREF(Py_None); | |
3764 | _resultobj = Py_None; | |
3765 | } | |
3766 | return _resultobj; | |
3767 | } | |
3768 | ||
3769 | #define new_wxDragString(_swigarg0,_swigarg1) (new wxGenericDragImage(_swigarg0,_swigarg1)) | |
3770 | static PyObject *_wrap_new_wxDragString(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3771 | PyObject * _resultobj; | |
3772 | wxGenericDragImage * _result; | |
3773 | wxString * _arg0; | |
3774 | wxCursor * _arg1 = (wxCursor *) &wxNullCursor; | |
3775 | PyObject * _obj0 = 0; | |
3776 | PyObject * _argo1 = 0; | |
3777 | char *_kwnames[] = { "str","cursor", NULL }; | |
3778 | char _ptemp[128]; | |
3779 | ||
3780 | self = self; | |
3781 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|O:new_wxDragString",_kwnames,&_obj0,&_argo1)) | |
3782 | return NULL; | |
3783 | { | |
c8bc7bb8 RD |
3784 | _arg0 = wxString_in_helper(_obj0); |
3785 | if (_arg0 == NULL) | |
cdf14688 | 3786 | return NULL; |
cdf14688 RD |
3787 | } |
3788 | if (_argo1) { | |
3789 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
3790 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxCursor_p")) { | |
3791 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxDragString. Expected _wxCursor_p."); | |
3792 | return NULL; | |
3793 | } | |
3794 | } | |
3795 | { | |
4268f798 | 3796 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3797 | _result = (wxGenericDragImage *)new_wxDragString(*_arg0,*_arg1); |
cdf14688 | 3798 | |
4268f798 RD |
3799 | wxPyEndAllowThreads(__tstate); |
3800 | if (PyErr_Occurred()) return NULL; | |
cdf14688 RD |
3801 | } if (_result) { |
3802 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGenericDragImage_p"); | |
3803 | _resultobj = Py_BuildValue("s",_ptemp); | |
3804 | } else { | |
3805 | Py_INCREF(Py_None); | |
3806 | _resultobj = Py_None; | |
3807 | } | |
3808 | { | |
3809 | if (_obj0) | |
3810 | delete _arg0; | |
3811 | } | |
3812 | return _resultobj; | |
3813 | } | |
3814 | ||
3815 | #define new_wxDragTreeItem(_swigarg0,_swigarg1) (new wxGenericDragImage(_swigarg0,_swigarg1)) | |
3816 | static PyObject *_wrap_new_wxDragTreeItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3817 | PyObject * _resultobj; | |
3818 | wxGenericDragImage * _result; | |
3819 | wxTreeCtrl * _arg0; | |
3820 | wxTreeItemId * _arg1; | |
3821 | PyObject * _argo0 = 0; | |
3822 | PyObject * _argo1 = 0; | |
3823 | char *_kwnames[] = { "treeCtrl","id", NULL }; | |
3824 | char _ptemp[128]; | |
3825 | ||
3826 | self = self; | |
3827 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:new_wxDragTreeItem",_kwnames,&_argo0,&_argo1)) | |
3828 | return NULL; | |
3829 | if (_argo0) { | |
3830 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3831 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTreeCtrl_p")) { | |
3832 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxDragTreeItem. Expected _wxTreeCtrl_p."); | |
3833 | return NULL; | |
3834 | } | |
3835 | } | |
3836 | if (_argo1) { | |
3837 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
3838 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxTreeItemId_p")) { | |
3839 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of new_wxDragTreeItem. Expected _wxTreeItemId_p."); | |
3840 | return NULL; | |
3841 | } | |
3842 | } | |
3843 | { | |
4268f798 | 3844 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3845 | _result = (wxGenericDragImage *)new_wxDragTreeItem(*_arg0,*_arg1); |
cdf14688 | 3846 | |
4268f798 RD |
3847 | wxPyEndAllowThreads(__tstate); |
3848 | if (PyErr_Occurred()) return NULL; | |
cdf14688 RD |
3849 | } if (_result) { |
3850 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGenericDragImage_p"); | |
3851 | _resultobj = Py_BuildValue("s",_ptemp); | |
3852 | } else { | |
3853 | Py_INCREF(Py_None); | |
3854 | _resultobj = Py_None; | |
3855 | } | |
3856 | return _resultobj; | |
3857 | } | |
3858 | ||
3859 | #define new_wxDragListItem(_swigarg0,_swigarg1) (new wxGenericDragImage(_swigarg0,_swigarg1)) | |
3860 | static PyObject *_wrap_new_wxDragListItem(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3861 | PyObject * _resultobj; | |
3862 | wxGenericDragImage * _result; | |
3863 | wxListCtrl * _arg0; | |
3864 | long _arg1; | |
3865 | PyObject * _argo0 = 0; | |
3866 | char *_kwnames[] = { "listCtrl","id", NULL }; | |
3867 | char _ptemp[128]; | |
3868 | ||
3869 | self = self; | |
3870 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Ol:new_wxDragListItem",_kwnames,&_argo0,&_arg1)) | |
3871 | return NULL; | |
3872 | if (_argo0) { | |
3873 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3874 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxListCtrl_p")) { | |
3875 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxDragListItem. Expected _wxListCtrl_p."); | |
3876 | return NULL; | |
3877 | } | |
3878 | } | |
3879 | { | |
4268f798 | 3880 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3881 | _result = (wxGenericDragImage *)new_wxDragListItem(*_arg0,_arg1); |
cdf14688 | 3882 | |
4268f798 RD |
3883 | wxPyEndAllowThreads(__tstate); |
3884 | if (PyErr_Occurred()) return NULL; | |
cdf14688 RD |
3885 | } if (_result) { |
3886 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxGenericDragImage_p"); | |
3887 | _resultobj = Py_BuildValue("s",_ptemp); | |
3888 | } else { | |
3889 | Py_INCREF(Py_None); | |
3890 | _resultobj = Py_None; | |
3891 | } | |
3892 | return _resultobj; | |
3893 | } | |
3894 | ||
f6bcfd97 BP |
3895 | #define delete_wxGenericDragImage(_swigobj) (delete _swigobj) |
3896 | static PyObject *_wrap_delete_wxDragImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3897 | PyObject * _resultobj; | |
3898 | wxGenericDragImage * _arg0; | |
3899 | PyObject * _argo0 = 0; | |
3900 | char *_kwnames[] = { "self", NULL }; | |
3901 | ||
3902 | self = self; | |
3903 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxDragImage",_kwnames,&_argo0)) | |
3904 | return NULL; | |
3905 | if (_argo0) { | |
3906 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3907 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
3908 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxDragImage. Expected _wxGenericDragImage_p."); | |
3909 | return NULL; | |
3910 | } | |
3911 | } | |
3912 | { | |
4268f798 | 3913 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3914 | delete_wxGenericDragImage(_arg0); |
f6bcfd97 | 3915 | |
4268f798 RD |
3916 | wxPyEndAllowThreads(__tstate); |
3917 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
3918 | } Py_INCREF(Py_None); |
3919 | _resultobj = Py_None; | |
3920 | return _resultobj; | |
3921 | } | |
3922 | ||
10e07c70 RD |
3923 | #define wxDragImage_SetBackingBitmap(_swigobj,_swigarg0) (_swigobj->SetBackingBitmap(_swigarg0)) |
3924 | static PyObject *_wrap_wxDragImage_SetBackingBitmap(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3925 | PyObject * _resultobj; | |
3926 | wxGenericDragImage * _arg0; | |
3927 | wxBitmap * _arg1; | |
3928 | PyObject * _argo0 = 0; | |
3929 | PyObject * _argo1 = 0; | |
3930 | char *_kwnames[] = { "self","bitmap", NULL }; | |
3931 | ||
3932 | self = self; | |
3933 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxDragImage_SetBackingBitmap",_kwnames,&_argo0,&_argo1)) | |
3934 | return NULL; | |
3935 | if (_argo0) { | |
3936 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3937 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
3938 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_SetBackingBitmap. Expected _wxGenericDragImage_p."); | |
3939 | return NULL; | |
3940 | } | |
3941 | } | |
3942 | if (_argo1) { | |
3943 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
3944 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBitmap_p")) { | |
3945 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxDragImage_SetBackingBitmap. Expected _wxBitmap_p."); | |
3946 | return NULL; | |
3947 | } | |
3948 | } | |
3949 | { | |
4268f798 | 3950 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 3951 | wxDragImage_SetBackingBitmap(_arg0,_arg1); |
10e07c70 | 3952 | |
4268f798 RD |
3953 | wxPyEndAllowThreads(__tstate); |
3954 | if (PyErr_Occurred()) return NULL; | |
10e07c70 RD |
3955 | } Py_INCREF(Py_None); |
3956 | _resultobj = Py_None; | |
3957 | return _resultobj; | |
3958 | } | |
3959 | ||
f6bcfd97 BP |
3960 | #define wxDragImage_BeginDrag(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->BeginDrag(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) |
3961 | static PyObject *_wrap_wxDragImage_BeginDrag(PyObject *self, PyObject *args, PyObject *kwargs) { | |
3962 | PyObject * _resultobj; | |
3963 | bool _result; | |
3964 | wxGenericDragImage * _arg0; | |
3965 | wxPoint * _arg1; | |
3966 | wxWindow * _arg2; | |
3967 | bool _arg3 = (bool ) FALSE; | |
3968 | wxRect * _arg4 = (wxRect *) NULL; | |
3969 | PyObject * _argo0 = 0; | |
3970 | wxPoint temp; | |
3971 | PyObject * _obj1 = 0; | |
3972 | PyObject * _argo2 = 0; | |
3973 | int tempbool3 = (int) FALSE; | |
3974 | wxRect temp0; | |
3975 | PyObject * _obj4 = 0; | |
3976 | char *_kwnames[] = { "self","hotspot","window","fullScreen","rect", NULL }; | |
3977 | ||
3978 | self = self; | |
3979 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO|iO:wxDragImage_BeginDrag",_kwnames,&_argo0,&_obj1,&_argo2,&tempbool3,&_obj4)) | |
3980 | return NULL; | |
3981 | if (_argo0) { | |
3982 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
3983 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
3984 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_BeginDrag. Expected _wxGenericDragImage_p."); | |
3985 | return NULL; | |
3986 | } | |
3987 | } | |
3988 | { | |
3989 | _arg1 = &temp; | |
3990 | if (! wxPoint_helper(_obj1, &_arg1)) | |
3991 | return NULL; | |
3992 | } | |
3993 | if (_argo2) { | |
3994 | if (_argo2 == Py_None) { _arg2 = NULL; } | |
3995 | else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxWindow_p")) { | |
3996 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxDragImage_BeginDrag. Expected _wxWindow_p."); | |
3997 | return NULL; | |
3998 | } | |
3999 | } | |
4000 | _arg3 = (bool ) tempbool3; | |
4001 | if (_obj4) | |
4002 | { | |
4003 | _arg4 = &temp0; | |
4004 | if (! wxRect_helper(_obj4, &_arg4)) | |
4005 | return NULL; | |
4006 | } | |
4007 | { | |
4268f798 | 4008 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4009 | _result = (bool )wxDragImage_BeginDrag(_arg0,*_arg1,_arg2,_arg3,_arg4); |
f6bcfd97 | 4010 | |
4268f798 RD |
4011 | wxPyEndAllowThreads(__tstate); |
4012 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4013 | } _resultobj = Py_BuildValue("i",_result); |
4014 | return _resultobj; | |
4015 | } | |
4016 | ||
4017 | #define wxDragImage_BeginDrag2(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->BeginDrag(_swigarg0,_swigarg1,_swigarg2)) | |
4018 | static PyObject *_wrap_wxDragImage_BeginDrag2(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4019 | PyObject * _resultobj; | |
4020 | bool _result; | |
4021 | wxGenericDragImage * _arg0; | |
4022 | wxPoint * _arg1; | |
4023 | wxWindow * _arg2; | |
4024 | wxWindow * _arg3; | |
4025 | PyObject * _argo0 = 0; | |
4026 | wxPoint temp; | |
4027 | PyObject * _obj1 = 0; | |
4028 | PyObject * _argo2 = 0; | |
4029 | PyObject * _argo3 = 0; | |
4030 | char *_kwnames[] = { "self","hotspot","window","fullScreenRect", NULL }; | |
4031 | ||
4032 | self = self; | |
4033 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOO:wxDragImage_BeginDrag2",_kwnames,&_argo0,&_obj1,&_argo2,&_argo3)) | |
4034 | return NULL; | |
4035 | if (_argo0) { | |
4036 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4037 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
4038 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_BeginDrag2. Expected _wxGenericDragImage_p."); | |
4039 | return NULL; | |
4040 | } | |
4041 | } | |
4042 | { | |
4043 | _arg1 = &temp; | |
4044 | if (! wxPoint_helper(_obj1, &_arg1)) | |
4045 | return NULL; | |
4046 | } | |
4047 | if (_argo2) { | |
4048 | if (_argo2 == Py_None) { _arg2 = NULL; } | |
4049 | else if (SWIG_GetPtrObj(_argo2,(void **) &_arg2,"_wxWindow_p")) { | |
4050 | PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxDragImage_BeginDrag2. Expected _wxWindow_p."); | |
4051 | return NULL; | |
4052 | } | |
4053 | } | |
4054 | if (_argo3) { | |
4055 | if (_argo3 == Py_None) { _arg3 = NULL; } | |
4056 | else if (SWIG_GetPtrObj(_argo3,(void **) &_arg3,"_wxWindow_p")) { | |
4057 | PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of wxDragImage_BeginDrag2. Expected _wxWindow_p."); | |
4058 | return NULL; | |
4059 | } | |
4060 | } | |
4061 | { | |
4268f798 | 4062 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4063 | _result = (bool )wxDragImage_BeginDrag2(_arg0,*_arg1,_arg2,_arg3); |
f6bcfd97 | 4064 | |
4268f798 RD |
4065 | wxPyEndAllowThreads(__tstate); |
4066 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4067 | } _resultobj = Py_BuildValue("i",_result); |
4068 | return _resultobj; | |
4069 | } | |
4070 | ||
4071 | #define wxDragImage_EndDrag(_swigobj) (_swigobj->EndDrag()) | |
4072 | static PyObject *_wrap_wxDragImage_EndDrag(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4073 | PyObject * _resultobj; | |
4074 | bool _result; | |
4075 | wxGenericDragImage * _arg0; | |
4076 | PyObject * _argo0 = 0; | |
4077 | char *_kwnames[] = { "self", NULL }; | |
4078 | ||
4079 | self = self; | |
4080 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDragImage_EndDrag",_kwnames,&_argo0)) | |
4081 | return NULL; | |
4082 | if (_argo0) { | |
4083 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4084 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
4085 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_EndDrag. Expected _wxGenericDragImage_p."); | |
4086 | return NULL; | |
4087 | } | |
4088 | } | |
4089 | { | |
4268f798 | 4090 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4091 | _result = (bool )wxDragImage_EndDrag(_arg0); |
f6bcfd97 | 4092 | |
4268f798 RD |
4093 | wxPyEndAllowThreads(__tstate); |
4094 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4095 | } _resultobj = Py_BuildValue("i",_result); |
4096 | return _resultobj; | |
4097 | } | |
4098 | ||
4099 | #define wxDragImage_Move(_swigobj,_swigarg0) (_swigobj->Move(_swigarg0)) | |
4100 | static PyObject *_wrap_wxDragImage_Move(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4101 | PyObject * _resultobj; | |
4102 | bool _result; | |
4103 | wxGenericDragImage * _arg0; | |
4104 | wxPoint * _arg1; | |
4105 | PyObject * _argo0 = 0; | |
4106 | wxPoint temp; | |
4107 | PyObject * _obj1 = 0; | |
4108 | char *_kwnames[] = { "self","pt", NULL }; | |
4109 | ||
4110 | self = self; | |
4111 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxDragImage_Move",_kwnames,&_argo0,&_obj1)) | |
4112 | return NULL; | |
4113 | if (_argo0) { | |
4114 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4115 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
4116 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_Move. Expected _wxGenericDragImage_p."); | |
4117 | return NULL; | |
4118 | } | |
4119 | } | |
4120 | { | |
4121 | _arg1 = &temp; | |
4122 | if (! wxPoint_helper(_obj1, &_arg1)) | |
4123 | return NULL; | |
4124 | } | |
4125 | { | |
4268f798 | 4126 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4127 | _result = (bool )wxDragImage_Move(_arg0,*_arg1); |
f6bcfd97 | 4128 | |
4268f798 RD |
4129 | wxPyEndAllowThreads(__tstate); |
4130 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4131 | } _resultobj = Py_BuildValue("i",_result); |
4132 | return _resultobj; | |
4133 | } | |
4134 | ||
4135 | #define wxDragImage_Show(_swigobj) (_swigobj->Show()) | |
4136 | static PyObject *_wrap_wxDragImage_Show(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4137 | PyObject * _resultobj; | |
4138 | bool _result; | |
4139 | wxGenericDragImage * _arg0; | |
4140 | PyObject * _argo0 = 0; | |
4141 | char *_kwnames[] = { "self", NULL }; | |
4142 | ||
4143 | self = self; | |
4144 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDragImage_Show",_kwnames,&_argo0)) | |
4145 | return NULL; | |
4146 | if (_argo0) { | |
4147 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4148 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
4149 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_Show. Expected _wxGenericDragImage_p."); | |
4150 | return NULL; | |
4151 | } | |
4152 | } | |
4153 | { | |
4268f798 | 4154 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4155 | _result = (bool )wxDragImage_Show(_arg0); |
f6bcfd97 | 4156 | |
4268f798 RD |
4157 | wxPyEndAllowThreads(__tstate); |
4158 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4159 | } _resultobj = Py_BuildValue("i",_result); |
4160 | return _resultobj; | |
4161 | } | |
4162 | ||
4163 | #define wxDragImage_Hide(_swigobj) (_swigobj->Hide()) | |
4164 | static PyObject *_wrap_wxDragImage_Hide(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4165 | PyObject * _resultobj; | |
4166 | bool _result; | |
4167 | wxGenericDragImage * _arg0; | |
4168 | PyObject * _argo0 = 0; | |
4169 | char *_kwnames[] = { "self", NULL }; | |
4170 | ||
4171 | self = self; | |
4172 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxDragImage_Hide",_kwnames,&_argo0)) | |
4173 | return NULL; | |
4174 | if (_argo0) { | |
4175 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4176 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
4177 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_Hide. Expected _wxGenericDragImage_p."); | |
4178 | return NULL; | |
4179 | } | |
4180 | } | |
4181 | { | |
4268f798 | 4182 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4183 | _result = (bool )wxDragImage_Hide(_arg0); |
f6bcfd97 | 4184 | |
4268f798 RD |
4185 | wxPyEndAllowThreads(__tstate); |
4186 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4187 | } _resultobj = Py_BuildValue("i",_result); |
4188 | return _resultobj; | |
4189 | } | |
4190 | ||
4191 | #define wxDragImage_GetImageRect(_swigobj,_swigarg0) (_swigobj->GetImageRect(_swigarg0)) | |
4192 | static PyObject *_wrap_wxDragImage_GetImageRect(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4193 | PyObject * _resultobj; | |
4194 | wxRect * _result; | |
4195 | wxGenericDragImage * _arg0; | |
4196 | wxPoint * _arg1; | |
4197 | PyObject * _argo0 = 0; | |
4198 | wxPoint temp; | |
4199 | PyObject * _obj1 = 0; | |
4200 | char *_kwnames[] = { "self","pos", NULL }; | |
4201 | char _ptemp[128]; | |
4202 | ||
4203 | self = self; | |
4204 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxDragImage_GetImageRect",_kwnames,&_argo0,&_obj1)) | |
4205 | return NULL; | |
4206 | if (_argo0) { | |
4207 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4208 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
4209 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_GetImageRect. Expected _wxGenericDragImage_p."); | |
4210 | return NULL; | |
4211 | } | |
4212 | } | |
4213 | { | |
4214 | _arg1 = &temp; | |
4215 | if (! wxPoint_helper(_obj1, &_arg1)) | |
4216 | return NULL; | |
4217 | } | |
4218 | { | |
4268f798 | 4219 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4220 | _result = new wxRect (wxDragImage_GetImageRect(_arg0,*_arg1)); |
f6bcfd97 | 4221 | |
4268f798 RD |
4222 | wxPyEndAllowThreads(__tstate); |
4223 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4224 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p"); |
4225 | _resultobj = Py_BuildValue("s",_ptemp); | |
4226 | return _resultobj; | |
4227 | } | |
4228 | ||
4229 | #define wxDragImage_RedrawImage(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->RedrawImage(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) | |
4230 | static PyObject *_wrap_wxDragImage_RedrawImage(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4231 | PyObject * _resultobj; | |
4232 | bool _result; | |
4233 | wxGenericDragImage * _arg0; | |
4234 | wxPoint * _arg1; | |
4235 | wxPoint * _arg2; | |
4236 | bool _arg3; | |
4237 | bool _arg4; | |
4238 | PyObject * _argo0 = 0; | |
4239 | wxPoint temp; | |
4240 | PyObject * _obj1 = 0; | |
4241 | wxPoint temp0; | |
4242 | PyObject * _obj2 = 0; | |
4243 | int tempbool3; | |
4244 | int tempbool4; | |
4245 | char *_kwnames[] = { "self","oldPos","newPos","eraseOld","drawNew", NULL }; | |
4246 | ||
4247 | self = self; | |
4248 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOOii:wxDragImage_RedrawImage",_kwnames,&_argo0,&_obj1,&_obj2,&tempbool3,&tempbool4)) | |
4249 | return NULL; | |
4250 | if (_argo0) { | |
4251 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4252 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxGenericDragImage_p")) { | |
4253 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxDragImage_RedrawImage. Expected _wxGenericDragImage_p."); | |
4254 | return NULL; | |
4255 | } | |
4256 | } | |
4257 | { | |
4258 | _arg1 = &temp; | |
4259 | if (! wxPoint_helper(_obj1, &_arg1)) | |
4260 | return NULL; | |
4261 | } | |
4262 | { | |
4263 | _arg2 = &temp0; | |
4264 | if (! wxPoint_helper(_obj2, &_arg2)) | |
4265 | return NULL; | |
4266 | } | |
4267 | _arg3 = (bool ) tempbool3; | |
4268 | _arg4 = (bool ) tempbool4; | |
4269 | { | |
4268f798 | 4270 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4271 | _result = (bool )wxDragImage_RedrawImage(_arg0,*_arg1,*_arg2,_arg3,_arg4); |
f6bcfd97 | 4272 | |
4268f798 RD |
4273 | wxPyEndAllowThreads(__tstate); |
4274 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4275 | } _resultobj = Py_BuildValue("i",_result); |
4276 | return _resultobj; | |
4277 | } | |
4278 | ||
9416aa89 RD |
4279 | static void *SwigwxPyTimerTowxObject(void *ptr) { |
4280 | wxPyTimer *src; | |
4281 | wxObject *dest; | |
4282 | src = (wxPyTimer *) ptr; | |
4283 | dest = (wxObject *) src; | |
4284 | return (void *) dest; | |
4285 | } | |
4286 | ||
f6bcfd97 BP |
4287 | #define new_wxPyTimer(_swigarg0) (new wxPyTimer(_swigarg0)) |
4288 | static PyObject *_wrap_new_wxPyTimer(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4289 | PyObject * _resultobj; | |
4290 | wxPyTimer * _result; | |
4291 | PyObject * _arg0; | |
4292 | PyObject * _obj0 = 0; | |
4293 | char *_kwnames[] = { "notify", NULL }; | |
4294 | char _ptemp[128]; | |
4295 | ||
4296 | self = self; | |
4297 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:new_wxPyTimer",_kwnames,&_obj0)) | |
4298 | return NULL; | |
4299 | { | |
4300 | _arg0 = _obj0; | |
4301 | } | |
4302 | { | |
4268f798 | 4303 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4304 | _result = (wxPyTimer *)new_wxPyTimer(_arg0); |
f6bcfd97 | 4305 | |
4268f798 RD |
4306 | wxPyEndAllowThreads(__tstate); |
4307 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4308 | } if (_result) { |
4309 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyTimer_p"); | |
4310 | _resultobj = Py_BuildValue("s",_ptemp); | |
4311 | } else { | |
4312 | Py_INCREF(Py_None); | |
4313 | _resultobj = Py_None; | |
4314 | } | |
4315 | return _resultobj; | |
4316 | } | |
4317 | ||
4318 | #define delete_wxPyTimer(_swigobj) (delete _swigobj) | |
4319 | static PyObject *_wrap_delete_wxPyTimer(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4320 | PyObject * _resultobj; | |
4321 | wxPyTimer * _arg0; | |
4322 | PyObject * _argo0 = 0; | |
4323 | char *_kwnames[] = { "self", NULL }; | |
4324 | ||
4325 | self = self; | |
4326 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxPyTimer",_kwnames,&_argo0)) | |
4327 | return NULL; | |
4328 | if (_argo0) { | |
4329 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4330 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTimer_p")) { | |
4331 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxPyTimer. Expected _wxPyTimer_p."); | |
4332 | return NULL; | |
4333 | } | |
4334 | } | |
4335 | { | |
4268f798 | 4336 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4337 | delete_wxPyTimer(_arg0); |
f6bcfd97 | 4338 | |
4268f798 RD |
4339 | wxPyEndAllowThreads(__tstate); |
4340 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4341 | } Py_INCREF(Py_None); |
4342 | _resultobj = Py_None; | |
4343 | return _resultobj; | |
4344 | } | |
4345 | ||
4346 | #define wxPyTimer_GetInterval(_swigobj) (_swigobj->GetInterval()) | |
4347 | static PyObject *_wrap_wxPyTimer_GetInterval(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4348 | PyObject * _resultobj; | |
4349 | int _result; | |
4350 | wxPyTimer * _arg0; | |
4351 | PyObject * _argo0 = 0; | |
4352 | char *_kwnames[] = { "self", NULL }; | |
4353 | ||
4354 | self = self; | |
4355 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyTimer_GetInterval",_kwnames,&_argo0)) | |
4356 | return NULL; | |
4357 | if (_argo0) { | |
4358 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4359 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTimer_p")) { | |
4360 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyTimer_GetInterval. Expected _wxPyTimer_p."); | |
4361 | return NULL; | |
4362 | } | |
4363 | } | |
4364 | { | |
4268f798 | 4365 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4366 | _result = (int )wxPyTimer_GetInterval(_arg0); |
f6bcfd97 | 4367 | |
4268f798 RD |
4368 | wxPyEndAllowThreads(__tstate); |
4369 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4370 | } _resultobj = Py_BuildValue("i",_result); |
4371 | return _resultobj; | |
4372 | } | |
4373 | ||
4374 | #define wxPyTimer_IsOneShot(_swigobj) (_swigobj->IsOneShot()) | |
4375 | static PyObject *_wrap_wxPyTimer_IsOneShot(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4376 | PyObject * _resultobj; | |
4377 | bool _result; | |
4378 | wxPyTimer * _arg0; | |
4379 | PyObject * _argo0 = 0; | |
4380 | char *_kwnames[] = { "self", NULL }; | |
4381 | ||
4382 | self = self; | |
4383 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyTimer_IsOneShot",_kwnames,&_argo0)) | |
4384 | return NULL; | |
4385 | if (_argo0) { | |
4386 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4387 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTimer_p")) { | |
4388 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyTimer_IsOneShot. Expected _wxPyTimer_p."); | |
4389 | return NULL; | |
4390 | } | |
4391 | } | |
4392 | { | |
4268f798 | 4393 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4394 | _result = (bool )wxPyTimer_IsOneShot(_arg0); |
f6bcfd97 | 4395 | |
4268f798 RD |
4396 | wxPyEndAllowThreads(__tstate); |
4397 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4398 | } _resultobj = Py_BuildValue("i",_result); |
4399 | return _resultobj; | |
4400 | } | |
4401 | ||
4402 | #define wxPyTimer_IsRunning(_swigobj) (_swigobj->IsRunning()) | |
4403 | static PyObject *_wrap_wxPyTimer_IsRunning(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4404 | PyObject * _resultobj; | |
4405 | bool _result; | |
4406 | wxPyTimer * _arg0; | |
4407 | PyObject * _argo0 = 0; | |
4408 | char *_kwnames[] = { "self", NULL }; | |
4409 | ||
4410 | self = self; | |
4411 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyTimer_IsRunning",_kwnames,&_argo0)) | |
4412 | return NULL; | |
4413 | if (_argo0) { | |
4414 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4415 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTimer_p")) { | |
4416 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyTimer_IsRunning. Expected _wxPyTimer_p."); | |
4417 | return NULL; | |
4418 | } | |
4419 | } | |
4420 | { | |
4268f798 | 4421 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4422 | _result = (bool )wxPyTimer_IsRunning(_arg0); |
f6bcfd97 | 4423 | |
4268f798 RD |
4424 | wxPyEndAllowThreads(__tstate); |
4425 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4426 | } _resultobj = Py_BuildValue("i",_result); |
4427 | return _resultobj; | |
4428 | } | |
4429 | ||
4430 | #define wxPyTimer_SetOwner(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetOwner(_swigarg0,_swigarg1)) | |
4431 | static PyObject *_wrap_wxPyTimer_SetOwner(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4432 | PyObject * _resultobj; | |
4433 | wxPyTimer * _arg0; | |
4434 | wxEvtHandler * _arg1; | |
4435 | int _arg2 = (int ) -1; | |
4436 | PyObject * _argo0 = 0; | |
4437 | PyObject * _argo1 = 0; | |
4438 | char *_kwnames[] = { "self","owner","id", NULL }; | |
4439 | ||
4440 | self = self; | |
4441 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyTimer_SetOwner",_kwnames,&_argo0,&_argo1,&_arg2)) | |
4442 | return NULL; | |
4443 | if (_argo0) { | |
4444 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4445 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTimer_p")) { | |
4446 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyTimer_SetOwner. Expected _wxPyTimer_p."); | |
4447 | return NULL; | |
4448 | } | |
4449 | } | |
4450 | if (_argo1) { | |
4451 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
4452 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxEvtHandler_p")) { | |
4453 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyTimer_SetOwner. Expected _wxEvtHandler_p."); | |
4454 | return NULL; | |
4455 | } | |
4456 | } | |
4457 | { | |
4268f798 | 4458 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4459 | wxPyTimer_SetOwner(_arg0,_arg1,_arg2); |
f6bcfd97 | 4460 | |
4268f798 RD |
4461 | wxPyEndAllowThreads(__tstate); |
4462 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4463 | } Py_INCREF(Py_None); |
4464 | _resultobj = Py_None; | |
4465 | return _resultobj; | |
4466 | } | |
4467 | ||
4468 | #define wxPyTimer_Start(_swigobj,_swigarg0,_swigarg1) (_swigobj->Start(_swigarg0,_swigarg1)) | |
4469 | static PyObject *_wrap_wxPyTimer_Start(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4470 | PyObject * _resultobj; | |
4471 | wxPyTimer * _arg0; | |
4472 | int _arg1 = (int ) -1; | |
4473 | int _arg2 = (int ) FALSE; | |
4474 | PyObject * _argo0 = 0; | |
4475 | char *_kwnames[] = { "self","milliseconds","oneShot", NULL }; | |
4476 | ||
4477 | self = self; | |
4478 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|ii:wxPyTimer_Start",_kwnames,&_argo0,&_arg1,&_arg2)) | |
4479 | return NULL; | |
4480 | if (_argo0) { | |
4481 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4482 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTimer_p")) { | |
4483 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyTimer_Start. Expected _wxPyTimer_p."); | |
4484 | return NULL; | |
4485 | } | |
4486 | } | |
4487 | { | |
4268f798 | 4488 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4489 | wxPyTimer_Start(_arg0,_arg1,_arg2); |
f6bcfd97 | 4490 | |
4268f798 RD |
4491 | wxPyEndAllowThreads(__tstate); |
4492 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4493 | } Py_INCREF(Py_None); |
4494 | _resultobj = Py_None; | |
4495 | return _resultobj; | |
4496 | } | |
4497 | ||
4498 | #define wxPyTimer_Stop(_swigobj) (_swigobj->Stop()) | |
4499 | static PyObject *_wrap_wxPyTimer_Stop(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4500 | PyObject * _resultobj; | |
4501 | wxPyTimer * _arg0; | |
f0261a72 RD |
4502 | PyObject * _argo0 = 0; |
4503 | char *_kwnames[] = { "self", NULL }; | |
f0261a72 RD |
4504 | |
4505 | self = self; | |
f6bcfd97 | 4506 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyTimer_Stop",_kwnames,&_argo0)) |
f0261a72 RD |
4507 | return NULL; |
4508 | if (_argo0) { | |
4509 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
4510 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyTimer_p")) { |
4511 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyTimer_Stop. Expected _wxPyTimer_p."); | |
f0261a72 RD |
4512 | return NULL; |
4513 | } | |
4514 | } | |
4515 | { | |
4268f798 | 4516 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4517 | wxPyTimer_Stop(_arg0); |
f0261a72 | 4518 | |
4268f798 RD |
4519 | wxPyEndAllowThreads(__tstate); |
4520 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4521 | } Py_INCREF(Py_None); |
4522 | _resultobj = Py_None; | |
f0261a72 RD |
4523 | return _resultobj; |
4524 | } | |
4525 | ||
b37c7e1d RD |
4526 | #define new_wxStopWatch() (new wxStopWatch()) |
4527 | static PyObject *_wrap_new_wxStopWatch(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4528 | PyObject * _resultobj; | |
4529 | wxStopWatch * _result; | |
4530 | char *_kwnames[] = { NULL }; | |
4531 | char _ptemp[128]; | |
4532 | ||
4533 | self = self; | |
4534 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxStopWatch",_kwnames)) | |
4535 | return NULL; | |
4536 | { | |
4268f798 | 4537 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4538 | _result = (wxStopWatch *)new_wxStopWatch(); |
b37c7e1d | 4539 | |
4268f798 RD |
4540 | wxPyEndAllowThreads(__tstate); |
4541 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
4542 | } if (_result) { |
4543 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxStopWatch_p"); | |
4544 | _resultobj = Py_BuildValue("s",_ptemp); | |
4545 | } else { | |
4546 | Py_INCREF(Py_None); | |
4547 | _resultobj = Py_None; | |
4548 | } | |
4549 | return _resultobj; | |
4550 | } | |
4551 | ||
68320e40 RD |
4552 | #define delete_wxStopWatch(_swigobj) (delete _swigobj) |
4553 | static PyObject *_wrap_delete_wxStopWatch(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4554 | PyObject * _resultobj; | |
4555 | wxStopWatch * _arg0; | |
4556 | PyObject * _argo0 = 0; | |
4557 | char *_kwnames[] = { "self", NULL }; | |
4558 | ||
4559 | self = self; | |
4560 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxStopWatch",_kwnames,&_argo0)) | |
4561 | return NULL; | |
4562 | if (_argo0) { | |
4563 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4564 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStopWatch_p")) { | |
4565 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxStopWatch. Expected _wxStopWatch_p."); | |
4566 | return NULL; | |
4567 | } | |
4568 | } | |
4569 | { | |
4570 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
c8bc7bb8 | 4571 | delete_wxStopWatch(_arg0); |
68320e40 RD |
4572 | |
4573 | wxPyEndAllowThreads(__tstate); | |
4574 | if (PyErr_Occurred()) return NULL; | |
4575 | } Py_INCREF(Py_None); | |
4576 | _resultobj = Py_None; | |
4577 | return _resultobj; | |
4578 | } | |
4579 | ||
b37c7e1d RD |
4580 | #define wxStopWatch_Start(_swigobj,_swigarg0) (_swigobj->Start(_swigarg0)) |
4581 | static PyObject *_wrap_wxStopWatch_Start(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4582 | PyObject * _resultobj; | |
4583 | wxStopWatch * _arg0; | |
4584 | long _arg1 = (long ) 0; | |
4585 | PyObject * _argo0 = 0; | |
4586 | char *_kwnames[] = { "self","t", NULL }; | |
4587 | ||
4588 | self = self; | |
4589 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|l:wxStopWatch_Start",_kwnames,&_argo0,&_arg1)) | |
4590 | return NULL; | |
4591 | if (_argo0) { | |
4592 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4593 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStopWatch_p")) { | |
4594 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStopWatch_Start. Expected _wxStopWatch_p."); | |
4595 | return NULL; | |
4596 | } | |
4597 | } | |
4598 | { | |
4268f798 | 4599 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4600 | wxStopWatch_Start(_arg0,_arg1); |
b37c7e1d | 4601 | |
4268f798 RD |
4602 | wxPyEndAllowThreads(__tstate); |
4603 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
4604 | } Py_INCREF(Py_None); |
4605 | _resultobj = Py_None; | |
4606 | return _resultobj; | |
4607 | } | |
4608 | ||
4609 | #define wxStopWatch_Pause(_swigobj) (_swigobj->Pause()) | |
4610 | static PyObject *_wrap_wxStopWatch_Pause(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4611 | PyObject * _resultobj; | |
4612 | wxStopWatch * _arg0; | |
4613 | PyObject * _argo0 = 0; | |
4614 | char *_kwnames[] = { "self", NULL }; | |
4615 | ||
4616 | self = self; | |
4617 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStopWatch_Pause",_kwnames,&_argo0)) | |
4618 | return NULL; | |
4619 | if (_argo0) { | |
4620 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4621 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStopWatch_p")) { | |
4622 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStopWatch_Pause. Expected _wxStopWatch_p."); | |
4623 | return NULL; | |
4624 | } | |
4625 | } | |
4626 | { | |
4268f798 | 4627 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4628 | wxStopWatch_Pause(_arg0); |
b37c7e1d | 4629 | |
4268f798 RD |
4630 | wxPyEndAllowThreads(__tstate); |
4631 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
4632 | } Py_INCREF(Py_None); |
4633 | _resultobj = Py_None; | |
4634 | return _resultobj; | |
4635 | } | |
4636 | ||
4637 | #define wxStopWatch_Resume(_swigobj) (_swigobj->Resume()) | |
4638 | static PyObject *_wrap_wxStopWatch_Resume(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4639 | PyObject * _resultobj; | |
4640 | wxStopWatch * _arg0; | |
4641 | PyObject * _argo0 = 0; | |
4642 | char *_kwnames[] = { "self", NULL }; | |
4643 | ||
4644 | self = self; | |
4645 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStopWatch_Resume",_kwnames,&_argo0)) | |
4646 | return NULL; | |
4647 | if (_argo0) { | |
4648 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4649 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStopWatch_p")) { | |
4650 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStopWatch_Resume. Expected _wxStopWatch_p."); | |
4651 | return NULL; | |
4652 | } | |
4653 | } | |
4654 | { | |
4268f798 | 4655 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4656 | wxStopWatch_Resume(_arg0); |
b37c7e1d | 4657 | |
4268f798 RD |
4658 | wxPyEndAllowThreads(__tstate); |
4659 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
4660 | } Py_INCREF(Py_None); |
4661 | _resultobj = Py_None; | |
4662 | return _resultobj; | |
4663 | } | |
4664 | ||
4665 | #define wxStopWatch_Time(_swigobj) (_swigobj->Time()) | |
4666 | static PyObject *_wrap_wxStopWatch_Time(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4667 | PyObject * _resultobj; | |
4668 | long _result; | |
4669 | wxStopWatch * _arg0; | |
4670 | PyObject * _argo0 = 0; | |
4671 | char *_kwnames[] = { "self", NULL }; | |
4672 | ||
4673 | self = self; | |
4674 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxStopWatch_Time",_kwnames,&_argo0)) | |
4675 | return NULL; | |
4676 | if (_argo0) { | |
4677 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4678 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxStopWatch_p")) { | |
4679 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxStopWatch_Time. Expected _wxStopWatch_p."); | |
4680 | return NULL; | |
4681 | } | |
4682 | } | |
4683 | { | |
4268f798 | 4684 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4685 | _result = (long )wxStopWatch_Time(_arg0); |
b37c7e1d | 4686 | |
4268f798 RD |
4687 | wxPyEndAllowThreads(__tstate); |
4688 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
4689 | } _resultobj = Py_BuildValue("l",_result); |
4690 | return _resultobj; | |
4691 | } | |
4692 | ||
f6bcfd97 BP |
4693 | #define new_wxLog() (new wxLog()) |
4694 | static PyObject *_wrap_new_wxLog(PyObject *self, PyObject *args, PyObject *kwargs) { | |
f0261a72 | 4695 | PyObject * _resultobj; |
f6bcfd97 BP |
4696 | wxLog * _result; |
4697 | char *_kwnames[] = { NULL }; | |
4698 | char _ptemp[128]; | |
f0261a72 RD |
4699 | |
4700 | self = self; | |
f6bcfd97 BP |
4701 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxLog",_kwnames)) |
4702 | return NULL; | |
f0261a72 | 4703 | { |
4268f798 | 4704 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4705 | _result = (wxLog *)new_wxLog(); |
f6bcfd97 | 4706 | |
4268f798 RD |
4707 | wxPyEndAllowThreads(__tstate); |
4708 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4709 | } if (_result) { |
4710 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLog_p"); | |
4711 | _resultobj = Py_BuildValue("s",_ptemp); | |
4712 | } else { | |
4713 | Py_INCREF(Py_None); | |
4714 | _resultobj = Py_None; | |
4715 | } | |
4716 | return _resultobj; | |
f0261a72 | 4717 | } |
f6bcfd97 BP |
4718 | |
4719 | static PyObject *_wrap_wxLog_IsEnabled(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4720 | PyObject * _resultobj; | |
4721 | bool _result; | |
4722 | char *_kwnames[] = { NULL }; | |
4723 | ||
4724 | self = self; | |
4725 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_IsEnabled",_kwnames)) | |
4726 | return NULL; | |
f0261a72 | 4727 | { |
4268f798 | 4728 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4729 | _result = (bool )wxLog::IsEnabled(); |
f6bcfd97 | 4730 | |
4268f798 RD |
4731 | wxPyEndAllowThreads(__tstate); |
4732 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4733 | } _resultobj = Py_BuildValue("i",_result); |
4734 | return _resultobj; | |
f0261a72 | 4735 | } |
f6bcfd97 BP |
4736 | |
4737 | static PyObject *_wrap_wxLog_EnableLogging(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4738 | PyObject * _resultobj; | |
4739 | bool _result; | |
4740 | bool _arg0 = (bool ) TRUE; | |
4741 | int tempbool0 = (int) TRUE; | |
4742 | char *_kwnames[] = { "doIt", NULL }; | |
4743 | ||
4744 | self = self; | |
4745 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:wxLog_EnableLogging",_kwnames,&tempbool0)) | |
4746 | return NULL; | |
4747 | _arg0 = (bool ) tempbool0; | |
4748 | { | |
4268f798 | 4749 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4750 | _result = (bool )wxLog::EnableLogging(_arg0); |
f6bcfd97 | 4751 | |
4268f798 RD |
4752 | wxPyEndAllowThreads(__tstate); |
4753 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4754 | } _resultobj = Py_BuildValue("i",_result); |
4755 | return _resultobj; | |
4756 | } | |
4757 | ||
4758 | static PyObject *_wrap_wxLog_OnLog(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4759 | PyObject * _resultobj; | |
8baa46e9 | 4760 | unsigned long _arg0; |
c8bc7bb8 | 4761 | wxString * _arg1; |
f6bcfd97 | 4762 | int _arg2 = (int ) 0; |
c8bc7bb8 | 4763 | PyObject * _obj1 = 0; |
f6bcfd97 BP |
4764 | char *_kwnames[] = { "level","szString","t", NULL }; |
4765 | ||
4766 | self = self; | |
8baa46e9 | 4767 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"lO|i:wxLog_OnLog",_kwnames,&_arg0,&_obj1,&_arg2)) |
f0261a72 | 4768 | return NULL; |
c8bc7bb8 RD |
4769 | { |
4770 | _arg1 = wxString_in_helper(_obj1); | |
4771 | if (_arg1 == NULL) | |
4772 | return NULL; | |
4773 | } | |
f0261a72 | 4774 | { |
4268f798 | 4775 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
8baa46e9 | 4776 | wxLog::OnLog(_arg0,*_arg1,_arg2); |
f0261a72 | 4777 | |
4268f798 RD |
4778 | wxPyEndAllowThreads(__tstate); |
4779 | if (PyErr_Occurred()) return NULL; | |
f0261a72 RD |
4780 | } Py_INCREF(Py_None); |
4781 | _resultobj = Py_None; | |
c8bc7bb8 RD |
4782 | { |
4783 | if (_obj1) | |
4784 | delete _arg1; | |
4785 | } | |
f6bcfd97 | 4786 | return _resultobj; |
f0261a72 | 4787 | } |
f6bcfd97 BP |
4788 | |
4789 | #define wxLog_Flush(_swigobj) (_swigobj->Flush()) | |
4790 | static PyObject *_wrap_wxLog_Flush(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4791 | PyObject * _resultobj; | |
4792 | wxLog * _arg0; | |
4793 | PyObject * _argo0 = 0; | |
4794 | char *_kwnames[] = { "self", NULL }; | |
4795 | ||
4796 | self = self; | |
4797 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_Flush",_kwnames,&_argo0)) | |
4798 | return NULL; | |
4799 | if (_argo0) { | |
4800 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
4801 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLog_p")) { | |
4802 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLog_Flush. Expected _wxLog_p."); | |
4803 | return NULL; | |
4804 | } | |
4805 | } | |
f0261a72 | 4806 | { |
4268f798 | 4807 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4808 | wxLog_Flush(_arg0); |
f6bcfd97 | 4809 | |
4268f798 RD |
4810 | wxPyEndAllowThreads(__tstate); |
4811 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4812 | } Py_INCREF(Py_None); |
4813 | _resultobj = Py_None; | |
f0261a72 RD |
4814 | return _resultobj; |
4815 | } | |
4816 | ||
f6bcfd97 BP |
4817 | #define wxLog_HasPendingMessages(_swigobj) (_swigobj->HasPendingMessages()) |
4818 | static PyObject *_wrap_wxLog_HasPendingMessages(PyObject *self, PyObject *args, PyObject *kwargs) { | |
f0261a72 | 4819 | PyObject * _resultobj; |
f6bcfd97 BP |
4820 | bool _result; |
4821 | wxLog * _arg0; | |
f0261a72 RD |
4822 | PyObject * _argo0 = 0; |
4823 | char *_kwnames[] = { "self", NULL }; | |
f0261a72 RD |
4824 | |
4825 | self = self; | |
f6bcfd97 | 4826 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_HasPendingMessages",_kwnames,&_argo0)) |
f0261a72 RD |
4827 | return NULL; |
4828 | if (_argo0) { | |
4829 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
4830 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLog_p")) { |
4831 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLog_HasPendingMessages. Expected _wxLog_p."); | |
f0261a72 RD |
4832 | return NULL; |
4833 | } | |
4834 | } | |
4835 | { | |
4268f798 | 4836 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4837 | _result = (bool )wxLog_HasPendingMessages(_arg0); |
f0261a72 | 4838 | |
4268f798 RD |
4839 | wxPyEndAllowThreads(__tstate); |
4840 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 | 4841 | } _resultobj = Py_BuildValue("i",_result); |
f0261a72 RD |
4842 | return _resultobj; |
4843 | } | |
4844 | ||
f6bcfd97 | 4845 | static PyObject *_wrap_wxLog_FlushActive(PyObject *self, PyObject *args, PyObject *kwargs) { |
f0261a72 | 4846 | PyObject * _resultobj; |
f6bcfd97 BP |
4847 | char *_kwnames[] = { NULL }; |
4848 | ||
4849 | self = self; | |
4850 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_FlushActive",_kwnames)) | |
4851 | return NULL; | |
4852 | { | |
4268f798 | 4853 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4854 | wxLog::FlushActive(); |
f6bcfd97 | 4855 | |
4268f798 RD |
4856 | wxPyEndAllowThreads(__tstate); |
4857 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4858 | } Py_INCREF(Py_None); |
4859 | _resultobj = Py_None; | |
4860 | return _resultobj; | |
4861 | } | |
4862 | ||
4863 | static PyObject *_wrap_wxLog_GetActiveTarget(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4864 | PyObject * _resultobj; | |
4865 | wxLog * _result; | |
4866 | char *_kwnames[] = { NULL }; | |
4867 | char _ptemp[128]; | |
4868 | ||
4869 | self = self; | |
4870 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_GetActiveTarget",_kwnames)) | |
4871 | return NULL; | |
4872 | { | |
4268f798 | 4873 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4874 | _result = (wxLog *)wxLog::GetActiveTarget(); |
f6bcfd97 | 4875 | |
4268f798 RD |
4876 | wxPyEndAllowThreads(__tstate); |
4877 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4878 | } if (_result) { |
4879 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLog_p"); | |
4880 | _resultobj = Py_BuildValue("s",_ptemp); | |
4881 | } else { | |
4882 | Py_INCREF(Py_None); | |
4883 | _resultobj = Py_None; | |
4884 | } | |
4885 | return _resultobj; | |
4886 | } | |
4887 | ||
4888 | static PyObject *_wrap_wxLog_SetActiveTarget(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4889 | PyObject * _resultobj; | |
4890 | wxLog * _result; | |
4891 | wxLog * _arg0; | |
f0261a72 | 4892 | PyObject * _argo0 = 0; |
f6bcfd97 | 4893 | char *_kwnames[] = { "pLogger", NULL }; |
f0261a72 RD |
4894 | char _ptemp[128]; |
4895 | ||
4896 | self = self; | |
f6bcfd97 | 4897 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_SetActiveTarget",_kwnames,&_argo0)) |
f0261a72 RD |
4898 | return NULL; |
4899 | if (_argo0) { | |
4900 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
4901 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLog_p")) { |
4902 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLog_SetActiveTarget. Expected _wxLog_p."); | |
f0261a72 RD |
4903 | return NULL; |
4904 | } | |
4905 | } | |
4906 | { | |
4268f798 | 4907 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4908 | _result = (wxLog *)wxLog::SetActiveTarget(_arg0); |
f0261a72 | 4909 | |
4268f798 RD |
4910 | wxPyEndAllowThreads(__tstate); |
4911 | if (PyErr_Occurred()) return NULL; | |
f0261a72 | 4912 | } if (_result) { |
f6bcfd97 | 4913 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLog_p"); |
f0261a72 RD |
4914 | _resultobj = Py_BuildValue("s",_ptemp); |
4915 | } else { | |
4916 | Py_INCREF(Py_None); | |
4917 | _resultobj = Py_None; | |
4918 | } | |
4919 | return _resultobj; | |
4920 | } | |
4921 | ||
f6bcfd97 | 4922 | static PyObject *_wrap_wxLog_Suspend(PyObject *self, PyObject *args, PyObject *kwargs) { |
f0261a72 | 4923 | PyObject * _resultobj; |
f6bcfd97 BP |
4924 | char *_kwnames[] = { NULL }; |
4925 | ||
4926 | self = self; | |
4927 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_Suspend",_kwnames)) | |
4928 | return NULL; | |
4929 | { | |
4268f798 | 4930 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4931 | wxLog::Suspend(); |
f6bcfd97 | 4932 | |
4268f798 RD |
4933 | wxPyEndAllowThreads(__tstate); |
4934 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4935 | } Py_INCREF(Py_None); |
4936 | _resultobj = Py_None; | |
4937 | return _resultobj; | |
4938 | } | |
4939 | ||
4940 | static PyObject *_wrap_wxLog_Resume(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4941 | PyObject * _resultobj; | |
4942 | char *_kwnames[] = { NULL }; | |
4943 | ||
4944 | self = self; | |
4945 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_Resume",_kwnames)) | |
4946 | return NULL; | |
4947 | { | |
4268f798 | 4948 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4949 | wxLog::Resume(); |
f6bcfd97 | 4950 | |
4268f798 RD |
4951 | wxPyEndAllowThreads(__tstate); |
4952 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4953 | } Py_INCREF(Py_None); |
4954 | _resultobj = Py_None; | |
4955 | return _resultobj; | |
4956 | } | |
4957 | ||
f6bcfd97 BP |
4958 | static PyObject *_wrap_wxLog_SetVerbose(PyObject *self, PyObject *args, PyObject *kwargs) { |
4959 | PyObject * _resultobj; | |
d6eacb25 RD |
4960 | bool _arg0 = (bool ) TRUE; |
4961 | int tempbool0 = (int) TRUE; | |
4962 | char *_kwnames[] = { "bVerbose", NULL }; | |
f0261a72 RD |
4963 | |
4964 | self = self; | |
d6eacb25 | 4965 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:wxLog_SetVerbose",_kwnames,&tempbool0)) |
f0261a72 | 4966 | return NULL; |
d6eacb25 | 4967 | _arg0 = (bool ) tempbool0; |
f0261a72 | 4968 | { |
4268f798 | 4969 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
d6eacb25 | 4970 | wxLog::SetVerbose(_arg0); |
f0261a72 | 4971 | |
4268f798 RD |
4972 | wxPyEndAllowThreads(__tstate); |
4973 | if (PyErr_Occurred()) return NULL; | |
f0261a72 RD |
4974 | } Py_INCREF(Py_None); |
4975 | _resultobj = Py_None; | |
4976 | return _resultobj; | |
4977 | } | |
4978 | ||
f6bcfd97 | 4979 | static PyObject *_wrap_wxLog_DontCreateOnDemand(PyObject *self, PyObject *args, PyObject *kwargs) { |
f0261a72 | 4980 | PyObject * _resultobj; |
f6bcfd97 BP |
4981 | char *_kwnames[] = { NULL }; |
4982 | ||
4983 | self = self; | |
4984 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_DontCreateOnDemand",_kwnames)) | |
4985 | return NULL; | |
4986 | { | |
4268f798 | 4987 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 4988 | wxLog::DontCreateOnDemand(); |
f6bcfd97 | 4989 | |
4268f798 RD |
4990 | wxPyEndAllowThreads(__tstate); |
4991 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
4992 | } Py_INCREF(Py_None); |
4993 | _resultobj = Py_None; | |
4994 | return _resultobj; | |
4995 | } | |
4996 | ||
4997 | static PyObject *_wrap_wxLog_SetTraceMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
4998 | PyObject * _resultobj; | |
8baa46e9 | 4999 | long _arg0; |
f6bcfd97 | 5000 | char *_kwnames[] = { "ulMask", NULL }; |
f0261a72 RD |
5001 | |
5002 | self = self; | |
8baa46e9 | 5003 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"l:wxLog_SetTraceMask",_kwnames,&_arg0)) |
f6bcfd97 | 5004 | return NULL; |
f6bcfd97 | 5005 | { |
4268f798 | 5006 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
8baa46e9 | 5007 | wxLog::SetTraceMask(_arg0); |
f6bcfd97 | 5008 | |
4268f798 RD |
5009 | wxPyEndAllowThreads(__tstate); |
5010 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
5011 | } Py_INCREF(Py_None); |
5012 | _resultobj = Py_None; | |
5013 | return _resultobj; | |
5014 | } | |
5015 | ||
5016 | static PyObject *_wrap_wxLog_AddTraceMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5017 | PyObject * _resultobj; | |
5018 | wxString * _arg0; | |
5019 | PyObject * _obj0 = 0; | |
5020 | char *_kwnames[] = { "str", NULL }; | |
5021 | ||
5022 | self = self; | |
5023 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_AddTraceMask",_kwnames,&_obj0)) | |
5024 | return NULL; | |
5025 | { | |
c8bc7bb8 RD |
5026 | _arg0 = wxString_in_helper(_obj0); |
5027 | if (_arg0 == NULL) | |
f6bcfd97 | 5028 | return NULL; |
f6bcfd97 BP |
5029 | } |
5030 | { | |
4268f798 | 5031 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5032 | wxLog::AddTraceMask(*_arg0); |
f6bcfd97 | 5033 | |
4268f798 RD |
5034 | wxPyEndAllowThreads(__tstate); |
5035 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
5036 | } Py_INCREF(Py_None); |
5037 | _resultobj = Py_None; | |
5038 | { | |
5039 | if (_obj0) | |
5040 | delete _arg0; | |
5041 | } | |
5042 | return _resultobj; | |
5043 | } | |
5044 | ||
5045 | static PyObject *_wrap_wxLog_RemoveTraceMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5046 | PyObject * _resultobj; | |
5047 | wxString * _arg0; | |
5048 | PyObject * _obj0 = 0; | |
5049 | char *_kwnames[] = { "str", NULL }; | |
5050 | ||
5051 | self = self; | |
5052 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_RemoveTraceMask",_kwnames,&_obj0)) | |
f0261a72 | 5053 | return NULL; |
f0261a72 | 5054 | { |
c8bc7bb8 RD |
5055 | _arg0 = wxString_in_helper(_obj0); |
5056 | if (_arg0 == NULL) | |
185d7c3e | 5057 | return NULL; |
f0261a72 RD |
5058 | } |
5059 | { | |
4268f798 | 5060 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5061 | wxLog::RemoveTraceMask(*_arg0); |
f0261a72 | 5062 | |
4268f798 RD |
5063 | wxPyEndAllowThreads(__tstate); |
5064 | if (PyErr_Occurred()) return NULL; | |
f0261a72 RD |
5065 | } Py_INCREF(Py_None); |
5066 | _resultobj = Py_None; | |
f6bcfd97 BP |
5067 | { |
5068 | if (_obj0) | |
5069 | delete _arg0; | |
5070 | } | |
f0261a72 RD |
5071 | return _resultobj; |
5072 | } | |
5073 | ||
76bfdc78 RD |
5074 | static PyObject *_wrap_wxLog_ClearTraceMasks(PyObject *self, PyObject *args, PyObject *kwargs) { |
5075 | PyObject * _resultobj; | |
5076 | char *_kwnames[] = { NULL }; | |
5077 | ||
5078 | self = self; | |
5079 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_ClearTraceMasks",_kwnames)) | |
5080 | return NULL; | |
5081 | { | |
4268f798 | 5082 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5083 | wxLog::ClearTraceMasks(); |
76bfdc78 | 5084 | |
4268f798 RD |
5085 | wxPyEndAllowThreads(__tstate); |
5086 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5087 | } Py_INCREF(Py_None); |
5088 | _resultobj = Py_None; | |
5089 | return _resultobj; | |
5090 | } | |
5091 | ||
5092 | static PyObject *_wrap_wxLog_SetTimestamp(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5093 | PyObject * _resultobj; | |
137b5242 RD |
5094 | wxString * _arg0; |
5095 | PyObject * _obj0 = 0; | |
76bfdc78 RD |
5096 | char *_kwnames[] = { "ts", NULL }; |
5097 | ||
5098 | self = self; | |
137b5242 | 5099 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_SetTimestamp",_kwnames,&_obj0)) |
76bfdc78 | 5100 | return NULL; |
137b5242 RD |
5101 | { |
5102 | _arg0 = wxString_in_helper(_obj0); | |
5103 | if (_arg0 == NULL) | |
5104 | return NULL; | |
5105 | } | |
76bfdc78 | 5106 | { |
4268f798 | 5107 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
137b5242 | 5108 | wxLog::SetTimestamp(*_arg0); |
76bfdc78 | 5109 | |
4268f798 RD |
5110 | wxPyEndAllowThreads(__tstate); |
5111 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5112 | } Py_INCREF(Py_None); |
5113 | _resultobj = Py_None; | |
137b5242 RD |
5114 | { |
5115 | if (_obj0) | |
5116 | delete _arg0; | |
5117 | } | |
76bfdc78 RD |
5118 | return _resultobj; |
5119 | } | |
5120 | ||
5121 | static PyObject *_wrap_wxLog_GetTimestamp(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5122 | PyObject * _resultobj; | |
137b5242 | 5123 | wxString * _result; |
76bfdc78 RD |
5124 | char *_kwnames[] = { NULL }; |
5125 | ||
5126 | self = self; | |
5127 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_GetTimestamp",_kwnames)) | |
5128 | return NULL; | |
5129 | { | |
4268f798 | 5130 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
137b5242 RD |
5131 | const wxString & _result_ref = wxLog::GetTimestamp(); |
5132 | _result = (wxString *) &_result_ref; | |
76bfdc78 | 5133 | |
4268f798 RD |
5134 | wxPyEndAllowThreads(__tstate); |
5135 | if (PyErr_Occurred()) return NULL; | |
137b5242 RD |
5136 | }{ |
5137 | #if wxUSE_UNICODE | |
5138 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
5139 | #else | |
5140 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); | |
5141 | #endif | |
5142 | } | |
76bfdc78 RD |
5143 | return _resultobj; |
5144 | } | |
5145 | ||
f6bcfd97 BP |
5146 | #define wxLog_GetVerbose(_swigobj) (_swigobj->GetVerbose()) |
5147 | static PyObject *_wrap_wxLog_GetVerbose(PyObject *self, PyObject *args, PyObject *kwargs) { | |
a1df7a95 | 5148 | PyObject * _resultobj; |
f6bcfd97 BP |
5149 | bool _result; |
5150 | wxLog * _arg0; | |
a1df7a95 | 5151 | PyObject * _argo0 = 0; |
f6bcfd97 | 5152 | char *_kwnames[] = { "self", NULL }; |
a1df7a95 RD |
5153 | |
5154 | self = self; | |
f6bcfd97 | 5155 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_GetVerbose",_kwnames,&_argo0)) |
a1df7a95 RD |
5156 | return NULL; |
5157 | if (_argo0) { | |
5158 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5159 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLog_p")) { |
5160 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLog_GetVerbose. Expected _wxLog_p."); | |
a1df7a95 RD |
5161 | return NULL; |
5162 | } | |
5163 | } | |
5164 | { | |
4268f798 | 5165 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5166 | _result = (bool )wxLog_GetVerbose(_arg0); |
a1df7a95 | 5167 | |
4268f798 RD |
5168 | wxPyEndAllowThreads(__tstate); |
5169 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 | 5170 | } _resultobj = Py_BuildValue("i",_result); |
a1df7a95 RD |
5171 | return _resultobj; |
5172 | } | |
5173 | ||
f6bcfd97 | 5174 | static PyObject *_wrap_wxLog_GetTraceMask(PyObject *self, PyObject *args, PyObject *kwargs) { |
a1df7a95 | 5175 | PyObject * _resultobj; |
be13a6af | 5176 | unsigned long _result; |
f6bcfd97 | 5177 | char *_kwnames[] = { NULL }; |
a1df7a95 RD |
5178 | |
5179 | self = self; | |
f6bcfd97 | 5180 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxLog_GetTraceMask",_kwnames)) |
a1df7a95 | 5181 | return NULL; |
a1df7a95 | 5182 | { |
4268f798 | 5183 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
be13a6af | 5184 | _result = (unsigned long )wxLog::GetTraceMask(); |
f6bcfd97 | 5185 | |
4268f798 RD |
5186 | wxPyEndAllowThreads(__tstate); |
5187 | if (PyErr_Occurred()) return NULL; | |
be13a6af | 5188 | } _resultobj = Py_BuildValue("l",_result); |
f6bcfd97 | 5189 | return _resultobj; |
a1df7a95 | 5190 | } |
f6bcfd97 BP |
5191 | |
5192 | static PyObject *_wrap_wxLog_IsAllowedTraceMask(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5193 | PyObject * _resultobj; | |
5194 | bool _result; | |
c8bc7bb8 RD |
5195 | wxString * _arg0; |
5196 | PyObject * _obj0 = 0; | |
f6bcfd97 BP |
5197 | char *_kwnames[] = { "mask", NULL }; |
5198 | ||
5199 | self = self; | |
c8bc7bb8 | 5200 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_IsAllowedTraceMask",_kwnames,&_obj0)) |
f6bcfd97 | 5201 | return NULL; |
c8bc7bb8 RD |
5202 | { |
5203 | _arg0 = wxString_in_helper(_obj0); | |
5204 | if (_arg0 == NULL) | |
5205 | return NULL; | |
5206 | } | |
a1df7a95 | 5207 | { |
4268f798 | 5208 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5209 | _result = (bool )wxLog::IsAllowedTraceMask(*_arg0); |
a1df7a95 | 5210 | |
4268f798 RD |
5211 | wxPyEndAllowThreads(__tstate); |
5212 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 | 5213 | } _resultobj = Py_BuildValue("i",_result); |
c8bc7bb8 RD |
5214 | { |
5215 | if (_obj0) | |
5216 | delete _arg0; | |
5217 | } | |
a1df7a95 RD |
5218 | return _resultobj; |
5219 | } | |
5220 | ||
76bfdc78 RD |
5221 | static wxString wxLog_TimeStamp(wxLog *self) { |
5222 | wxString msg; | |
5223 | wxLog::TimeStamp(&msg); | |
5224 | return msg; | |
5225 | } | |
5226 | static PyObject *_wrap_wxLog_TimeStamp(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5227 | PyObject * _resultobj; | |
5228 | wxString * _result; | |
5229 | wxLog * _arg0; | |
5230 | PyObject * _argo0 = 0; | |
5231 | char *_kwnames[] = { "self", NULL }; | |
5232 | ||
5233 | self = self; | |
5234 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLog_TimeStamp",_kwnames,&_argo0)) | |
5235 | return NULL; | |
5236 | if (_argo0) { | |
5237 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5238 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLog_p")) { | |
5239 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLog_TimeStamp. Expected _wxLog_p."); | |
5240 | return NULL; | |
5241 | } | |
5242 | } | |
5243 | { | |
4268f798 | 5244 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5245 | _result = new wxString (wxLog_TimeStamp(_arg0)); |
76bfdc78 | 5246 | |
4268f798 RD |
5247 | wxPyEndAllowThreads(__tstate); |
5248 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 | 5249 | }{ |
c8bc7bb8 RD |
5250 | #if wxUSE_UNICODE |
5251 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
5252 | #else | |
76bfdc78 | 5253 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 5254 | #endif |
76bfdc78 RD |
5255 | } |
5256 | { | |
5257 | delete _result; | |
5258 | } | |
5259 | return _resultobj; | |
5260 | } | |
5261 | ||
f6bcfd97 BP |
5262 | static void *SwigwxLogStderrTowxLog(void *ptr) { |
5263 | wxLogStderr *src; | |
5264 | wxLog *dest; | |
5265 | src = (wxLogStderr *) ptr; | |
5266 | dest = (wxLog *) src; | |
5267 | return (void *) dest; | |
5268 | } | |
5269 | ||
5270 | #define new_wxLogStderr() (new wxLogStderr()) | |
5271 | static PyObject *_wrap_new_wxLogStderr(PyObject *self, PyObject *args, PyObject *kwargs) { | |
f0261a72 | 5272 | PyObject * _resultobj; |
f6bcfd97 BP |
5273 | wxLogStderr * _result; |
5274 | char *_kwnames[] = { NULL }; | |
5275 | char _ptemp[128]; | |
f0261a72 RD |
5276 | |
5277 | self = self; | |
f6bcfd97 | 5278 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxLogStderr",_kwnames)) |
f0261a72 | 5279 | return NULL; |
f0261a72 | 5280 | { |
4268f798 | 5281 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5282 | _result = (wxLogStderr *)new_wxLogStderr(); |
f0261a72 | 5283 | |
4268f798 RD |
5284 | wxPyEndAllowThreads(__tstate); |
5285 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
5286 | } if (_result) { |
5287 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLogStderr_p"); | |
5288 | _resultobj = Py_BuildValue("s",_ptemp); | |
5289 | } else { | |
5290 | Py_INCREF(Py_None); | |
5291 | _resultobj = Py_None; | |
5292 | } | |
f0261a72 RD |
5293 | return _resultobj; |
5294 | } | |
5295 | ||
f6bcfd97 BP |
5296 | static void *SwigwxLogTextCtrlTowxLog(void *ptr) { |
5297 | wxLogTextCtrl *src; | |
5298 | wxLog *dest; | |
5299 | src = (wxLogTextCtrl *) ptr; | |
5300 | dest = (wxLog *) src; | |
5301 | return (void *) dest; | |
5302 | } | |
5303 | ||
5304 | #define new_wxLogTextCtrl(_swigarg0) (new wxLogTextCtrl(_swigarg0)) | |
5305 | static PyObject *_wrap_new_wxLogTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) { | |
f0261a72 | 5306 | PyObject * _resultobj; |
f6bcfd97 BP |
5307 | wxLogTextCtrl * _result; |
5308 | wxTextCtrl * _arg0; | |
f0261a72 | 5309 | PyObject * _argo0 = 0; |
f6bcfd97 BP |
5310 | char *_kwnames[] = { "pTextCtrl", NULL }; |
5311 | char _ptemp[128]; | |
f0261a72 RD |
5312 | |
5313 | self = self; | |
f6bcfd97 | 5314 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:new_wxLogTextCtrl",_kwnames,&_argo0)) |
f0261a72 RD |
5315 | return NULL; |
5316 | if (_argo0) { | |
5317 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5318 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxTextCtrl_p")) { |
5319 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxLogTextCtrl. Expected _wxTextCtrl_p."); | |
f0261a72 RD |
5320 | return NULL; |
5321 | } | |
5322 | } | |
5323 | { | |
4268f798 | 5324 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5325 | _result = (wxLogTextCtrl *)new_wxLogTextCtrl(_arg0); |
f0261a72 | 5326 | |
4268f798 RD |
5327 | wxPyEndAllowThreads(__tstate); |
5328 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
5329 | } if (_result) { |
5330 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLogTextCtrl_p"); | |
5331 | _resultobj = Py_BuildValue("s",_ptemp); | |
5332 | } else { | |
5333 | Py_INCREF(Py_None); | |
5334 | _resultobj = Py_None; | |
5335 | } | |
f0261a72 RD |
5336 | return _resultobj; |
5337 | } | |
5338 | ||
f6bcfd97 BP |
5339 | static void *SwigwxLogGuiTowxLog(void *ptr) { |
5340 | wxLogGui *src; | |
5341 | wxLog *dest; | |
5342 | src = (wxLogGui *) ptr; | |
5343 | dest = (wxLog *) src; | |
5344 | return (void *) dest; | |
5345 | } | |
5346 | ||
5347 | #define new_wxLogGui() (new wxLogGui()) | |
5348 | static PyObject *_wrap_new_wxLogGui(PyObject *self, PyObject *args, PyObject *kwargs) { | |
b1462dfa | 5349 | PyObject * _resultobj; |
f6bcfd97 | 5350 | wxLogGui * _result; |
b1462dfa RD |
5351 | char *_kwnames[] = { NULL }; |
5352 | char _ptemp[128]; | |
5353 | ||
5354 | self = self; | |
f6bcfd97 | 5355 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxLogGui",_kwnames)) |
b1462dfa RD |
5356 | return NULL; |
5357 | { | |
4268f798 | 5358 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5359 | _result = (wxLogGui *)new_wxLogGui(); |
b1462dfa | 5360 | |
4268f798 RD |
5361 | wxPyEndAllowThreads(__tstate); |
5362 | if (PyErr_Occurred()) return NULL; | |
b1462dfa | 5363 | } if (_result) { |
f6bcfd97 | 5364 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLogGui_p"); |
b1462dfa RD |
5365 | _resultobj = Py_BuildValue("s",_ptemp); |
5366 | } else { | |
5367 | Py_INCREF(Py_None); | |
5368 | _resultobj = Py_None; | |
5369 | } | |
5370 | return _resultobj; | |
5371 | } | |
5372 | ||
f6bcfd97 BP |
5373 | static void *SwigwxLogWindowTowxLog(void *ptr) { |
5374 | wxLogWindow *src; | |
5375 | wxLog *dest; | |
5376 | src = (wxLogWindow *) ptr; | |
5377 | dest = (wxLog *) src; | |
5378 | return (void *) dest; | |
5379 | } | |
5380 | ||
5381 | #define new_wxLogWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxLogWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) | |
5382 | static PyObject *_wrap_new_wxLogWindow(PyObject *self, PyObject *args, PyObject *kwargs) { | |
b1462dfa | 5383 | PyObject * _resultobj; |
f6bcfd97 BP |
5384 | wxLogWindow * _result; |
5385 | wxFrame * _arg0; | |
c8bc7bb8 | 5386 | wxString * _arg1; |
f6bcfd97 BP |
5387 | bool _arg2 = (bool ) TRUE; |
5388 | bool _arg3 = (bool ) TRUE; | |
b1462dfa | 5389 | PyObject * _argo0 = 0; |
c8bc7bb8 | 5390 | PyObject * _obj1 = 0; |
f6bcfd97 BP |
5391 | int tempbool2 = (int) TRUE; |
5392 | int tempbool3 = (int) TRUE; | |
5393 | char *_kwnames[] = { "pParent","szTitle","bShow","bPassToOld", NULL }; | |
5394 | char _ptemp[128]; | |
b1462dfa RD |
5395 | |
5396 | self = self; | |
c8bc7bb8 | 5397 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|ii:new_wxLogWindow",_kwnames,&_argo0,&_obj1,&tempbool2,&tempbool3)) |
b1462dfa RD |
5398 | return NULL; |
5399 | if (_argo0) { | |
5400 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5401 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFrame_p")) { |
5402 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxLogWindow. Expected _wxFrame_p."); | |
b1462dfa RD |
5403 | return NULL; |
5404 | } | |
5405 | } | |
c8bc7bb8 RD |
5406 | { |
5407 | _arg1 = wxString_in_helper(_obj1); | |
5408 | if (_arg1 == NULL) | |
5409 | return NULL; | |
5410 | } | |
f6bcfd97 BP |
5411 | _arg2 = (bool ) tempbool2; |
5412 | _arg3 = (bool ) tempbool3; | |
b1462dfa | 5413 | { |
4268f798 | 5414 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5415 | _result = (wxLogWindow *)new_wxLogWindow(_arg0,*_arg1,_arg2,_arg3); |
b1462dfa | 5416 | |
4268f798 RD |
5417 | wxPyEndAllowThreads(__tstate); |
5418 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
5419 | } if (_result) { |
5420 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLogWindow_p"); | |
5421 | _resultobj = Py_BuildValue("s",_ptemp); | |
5422 | } else { | |
5423 | Py_INCREF(Py_None); | |
5424 | _resultobj = Py_None; | |
5425 | } | |
c8bc7bb8 RD |
5426 | { |
5427 | if (_obj1) | |
5428 | delete _arg1; | |
5429 | } | |
b1462dfa RD |
5430 | return _resultobj; |
5431 | } | |
5432 | ||
f6bcfd97 BP |
5433 | #define wxLogWindow_Show(_swigobj,_swigarg0) (_swigobj->Show(_swigarg0)) |
5434 | static PyObject *_wrap_wxLogWindow_Show(PyObject *self, PyObject *args, PyObject *kwargs) { | |
b1462dfa | 5435 | PyObject * _resultobj; |
f6bcfd97 BP |
5436 | wxLogWindow * _arg0; |
5437 | bool _arg1 = (bool ) TRUE; | |
b1462dfa | 5438 | PyObject * _argo0 = 0; |
f6bcfd97 BP |
5439 | int tempbool1 = (int) TRUE; |
5440 | char *_kwnames[] = { "self","bShow", NULL }; | |
b1462dfa RD |
5441 | |
5442 | self = self; | |
f6bcfd97 | 5443 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxLogWindow_Show",_kwnames,&_argo0,&tempbool1)) |
b1462dfa RD |
5444 | return NULL; |
5445 | if (_argo0) { | |
5446 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5447 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogWindow_p")) { |
5448 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogWindow_Show. Expected _wxLogWindow_p."); | |
b1462dfa RD |
5449 | return NULL; |
5450 | } | |
5451 | } | |
f6bcfd97 | 5452 | _arg1 = (bool ) tempbool1; |
b1462dfa | 5453 | { |
4268f798 | 5454 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5455 | wxLogWindow_Show(_arg0,_arg1); |
b1462dfa | 5456 | |
4268f798 RD |
5457 | wxPyEndAllowThreads(__tstate); |
5458 | if (PyErr_Occurred()) return NULL; | |
b1462dfa RD |
5459 | } Py_INCREF(Py_None); |
5460 | _resultobj = Py_None; | |
5461 | return _resultobj; | |
5462 | } | |
5463 | ||
f6bcfd97 BP |
5464 | #define wxLogWindow_GetFrame(_swigobj) (_swigobj->GetFrame()) |
5465 | static PyObject *_wrap_wxLogWindow_GetFrame(PyObject *self, PyObject *args, PyObject *kwargs) { | |
b1462dfa | 5466 | PyObject * _resultobj; |
f6bcfd97 BP |
5467 | wxFrame * _result; |
5468 | wxLogWindow * _arg0; | |
b1462dfa | 5469 | PyObject * _argo0 = 0; |
f6bcfd97 | 5470 | char *_kwnames[] = { "self", NULL }; |
b1462dfa RD |
5471 | |
5472 | self = self; | |
f6bcfd97 | 5473 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogWindow_GetFrame",_kwnames,&_argo0)) |
b1462dfa RD |
5474 | return NULL; |
5475 | if (_argo0) { | |
5476 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5477 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogWindow_p")) { |
5478 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogWindow_GetFrame. Expected _wxLogWindow_p."); | |
b1462dfa RD |
5479 | return NULL; |
5480 | } | |
5481 | } | |
b1462dfa | 5482 | { |
4268f798 | 5483 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5484 | _result = (wxFrame *)wxLogWindow_GetFrame(_arg0); |
b1462dfa | 5485 | |
4268f798 RD |
5486 | wxPyEndAllowThreads(__tstate); |
5487 | if (PyErr_Occurred()) return NULL; | |
9416aa89 | 5488 | }{ _resultobj = wxPyMake_wxObject(_result); } |
b1462dfa RD |
5489 | return _resultobj; |
5490 | } | |
5491 | ||
f6bcfd97 BP |
5492 | #define wxLogWindow_GetOldLog(_swigobj) (_swigobj->GetOldLog()) |
5493 | static PyObject *_wrap_wxLogWindow_GetOldLog(PyObject *self, PyObject *args, PyObject *kwargs) { | |
b1462dfa | 5494 | PyObject * _resultobj; |
f6bcfd97 BP |
5495 | wxLog * _result; |
5496 | wxLogWindow * _arg0; | |
b1462dfa | 5497 | PyObject * _argo0 = 0; |
f6bcfd97 BP |
5498 | char *_kwnames[] = { "self", NULL }; |
5499 | char _ptemp[128]; | |
b1462dfa RD |
5500 | |
5501 | self = self; | |
f6bcfd97 | 5502 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogWindow_GetOldLog",_kwnames,&_argo0)) |
b1462dfa RD |
5503 | return NULL; |
5504 | if (_argo0) { | |
5505 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5506 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogWindow_p")) { |
5507 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogWindow_GetOldLog. Expected _wxLogWindow_p."); | |
b1462dfa RD |
5508 | return NULL; |
5509 | } | |
5510 | } | |
5511 | { | |
4268f798 | 5512 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5513 | _result = (wxLog *)wxLogWindow_GetOldLog(_arg0); |
b1462dfa | 5514 | |
4268f798 RD |
5515 | wxPyEndAllowThreads(__tstate); |
5516 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
5517 | } if (_result) { |
5518 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLog_p"); | |
5519 | _resultobj = Py_BuildValue("s",_ptemp); | |
5520 | } else { | |
5521 | Py_INCREF(Py_None); | |
5522 | _resultobj = Py_None; | |
5523 | } | |
b1462dfa RD |
5524 | return _resultobj; |
5525 | } | |
5526 | ||
f6bcfd97 BP |
5527 | #define wxLogWindow_IsPassingMessages(_swigobj) (_swigobj->IsPassingMessages()) |
5528 | static PyObject *_wrap_wxLogWindow_IsPassingMessages(PyObject *self, PyObject *args, PyObject *kwargs) { | |
65dd82cb | 5529 | PyObject * _resultobj; |
f6bcfd97 BP |
5530 | bool _result; |
5531 | wxLogWindow * _arg0; | |
65dd82cb RD |
5532 | PyObject * _argo0 = 0; |
5533 | char *_kwnames[] = { "self", NULL }; | |
5534 | ||
5535 | self = self; | |
f6bcfd97 | 5536 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogWindow_IsPassingMessages",_kwnames,&_argo0)) |
65dd82cb RD |
5537 | return NULL; |
5538 | if (_argo0) { | |
5539 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5540 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogWindow_p")) { |
5541 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogWindow_IsPassingMessages. Expected _wxLogWindow_p."); | |
65dd82cb RD |
5542 | return NULL; |
5543 | } | |
5544 | } | |
5545 | { | |
4268f798 | 5546 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5547 | _result = (bool )wxLogWindow_IsPassingMessages(_arg0); |
65dd82cb | 5548 | |
4268f798 RD |
5549 | wxPyEndAllowThreads(__tstate); |
5550 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 | 5551 | } _resultobj = Py_BuildValue("i",_result); |
65dd82cb RD |
5552 | return _resultobj; |
5553 | } | |
5554 | ||
f6bcfd97 BP |
5555 | #define wxLogWindow_PassMessages(_swigobj,_swigarg0) (_swigobj->PassMessages(_swigarg0)) |
5556 | static PyObject *_wrap_wxLogWindow_PassMessages(PyObject *self, PyObject *args, PyObject *kwargs) { | |
65dd82cb | 5557 | PyObject * _resultobj; |
f6bcfd97 BP |
5558 | wxLogWindow * _arg0; |
5559 | bool _arg1; | |
65dd82cb | 5560 | PyObject * _argo0 = 0; |
f6bcfd97 BP |
5561 | int tempbool1; |
5562 | char *_kwnames[] = { "self","bDoPass", NULL }; | |
65dd82cb RD |
5563 | |
5564 | self = self; | |
f6bcfd97 | 5565 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxLogWindow_PassMessages",_kwnames,&_argo0,&tempbool1)) |
65dd82cb RD |
5566 | return NULL; |
5567 | if (_argo0) { | |
5568 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
f6bcfd97 BP |
5569 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogWindow_p")) { |
5570 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogWindow_PassMessages. Expected _wxLogWindow_p."); | |
65dd82cb RD |
5571 | return NULL; |
5572 | } | |
5573 | } | |
f6bcfd97 | 5574 | _arg1 = (bool ) tempbool1; |
65dd82cb | 5575 | { |
4268f798 | 5576 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5577 | wxLogWindow_PassMessages(_arg0,_arg1); |
65dd82cb | 5578 | |
4268f798 RD |
5579 | wxPyEndAllowThreads(__tstate); |
5580 | if (PyErr_Occurred()) return NULL; | |
f6bcfd97 BP |
5581 | } Py_INCREF(Py_None); |
5582 | _resultobj = Py_None; | |
65dd82cb RD |
5583 | return _resultobj; |
5584 | } | |
5585 | ||
76bfdc78 RD |
5586 | static void *SwigwxLogChainTowxLog(void *ptr) { |
5587 | wxLogChain *src; | |
5588 | wxLog *dest; | |
5589 | src = (wxLogChain *) ptr; | |
5590 | dest = (wxLog *) src; | |
5591 | return (void *) dest; | |
5592 | } | |
5593 | ||
5594 | #define new_wxLogChain(_swigarg0) (new wxLogChain(_swigarg0)) | |
5595 | static PyObject *_wrap_new_wxLogChain(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5596 | PyObject * _resultobj; | |
5597 | wxLogChain * _result; | |
5598 | wxLog * _arg0; | |
5599 | PyObject * _argo0 = 0; | |
5600 | char *_kwnames[] = { "logger", NULL }; | |
5601 | char _ptemp[128]; | |
5602 | ||
5603 | self = self; | |
5604 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:new_wxLogChain",_kwnames,&_argo0)) | |
5605 | return NULL; | |
5606 | if (_argo0) { | |
5607 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5608 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLog_p")) { | |
5609 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxLogChain. Expected _wxLog_p."); | |
5610 | return NULL; | |
5611 | } | |
5612 | } | |
5613 | { | |
4268f798 | 5614 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5615 | _result = (wxLogChain *)new_wxLogChain(_arg0); |
76bfdc78 | 5616 | |
4268f798 RD |
5617 | wxPyEndAllowThreads(__tstate); |
5618 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5619 | } if (_result) { |
5620 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLogChain_p"); | |
5621 | _resultobj = Py_BuildValue("s",_ptemp); | |
5622 | } else { | |
5623 | Py_INCREF(Py_None); | |
5624 | _resultobj = Py_None; | |
5625 | } | |
5626 | return _resultobj; | |
5627 | } | |
5628 | ||
5629 | #define wxLogChain_SetLog(_swigobj,_swigarg0) (_swigobj->SetLog(_swigarg0)) | |
5630 | static PyObject *_wrap_wxLogChain_SetLog(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5631 | PyObject * _resultobj; | |
5632 | wxLogChain * _arg0; | |
5633 | wxLog * _arg1; | |
5634 | PyObject * _argo0 = 0; | |
5635 | PyObject * _argo1 = 0; | |
5636 | char *_kwnames[] = { "self","logger", NULL }; | |
5637 | ||
5638 | self = self; | |
5639 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxLogChain_SetLog",_kwnames,&_argo0,&_argo1)) | |
5640 | return NULL; | |
5641 | if (_argo0) { | |
5642 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5643 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogChain_p")) { | |
5644 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogChain_SetLog. Expected _wxLogChain_p."); | |
5645 | return NULL; | |
5646 | } | |
5647 | } | |
5648 | if (_argo1) { | |
5649 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
5650 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxLog_p")) { | |
5651 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxLogChain_SetLog. Expected _wxLog_p."); | |
5652 | return NULL; | |
5653 | } | |
5654 | } | |
5655 | { | |
4268f798 | 5656 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5657 | wxLogChain_SetLog(_arg0,_arg1); |
76bfdc78 | 5658 | |
4268f798 RD |
5659 | wxPyEndAllowThreads(__tstate); |
5660 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5661 | } Py_INCREF(Py_None); |
5662 | _resultobj = Py_None; | |
5663 | return _resultobj; | |
5664 | } | |
5665 | ||
5666 | #define wxLogChain_PassMessages(_swigobj,_swigarg0) (_swigobj->PassMessages(_swigarg0)) | |
5667 | static PyObject *_wrap_wxLogChain_PassMessages(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5668 | PyObject * _resultobj; | |
5669 | wxLogChain * _arg0; | |
5670 | bool _arg1; | |
5671 | PyObject * _argo0 = 0; | |
5672 | int tempbool1; | |
5673 | char *_kwnames[] = { "self","bDoPass", NULL }; | |
5674 | ||
5675 | self = self; | |
5676 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxLogChain_PassMessages",_kwnames,&_argo0,&tempbool1)) | |
5677 | return NULL; | |
5678 | if (_argo0) { | |
5679 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5680 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogChain_p")) { | |
5681 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogChain_PassMessages. Expected _wxLogChain_p."); | |
5682 | return NULL; | |
5683 | } | |
5684 | } | |
5685 | _arg1 = (bool ) tempbool1; | |
5686 | { | |
4268f798 | 5687 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5688 | wxLogChain_PassMessages(_arg0,_arg1); |
76bfdc78 | 5689 | |
4268f798 RD |
5690 | wxPyEndAllowThreads(__tstate); |
5691 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5692 | } Py_INCREF(Py_None); |
5693 | _resultobj = Py_None; | |
5694 | return _resultobj; | |
5695 | } | |
5696 | ||
5697 | #define wxLogChain_IsPassingMessages(_swigobj) (_swigobj->IsPassingMessages()) | |
5698 | static PyObject *_wrap_wxLogChain_IsPassingMessages(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5699 | PyObject * _resultobj; | |
5700 | bool _result; | |
5701 | wxLogChain * _arg0; | |
5702 | PyObject * _argo0 = 0; | |
5703 | char *_kwnames[] = { "self", NULL }; | |
5704 | ||
5705 | self = self; | |
5706 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogChain_IsPassingMessages",_kwnames,&_argo0)) | |
5707 | return NULL; | |
5708 | if (_argo0) { | |
5709 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5710 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogChain_p")) { | |
5711 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogChain_IsPassingMessages. Expected _wxLogChain_p."); | |
5712 | return NULL; | |
5713 | } | |
5714 | } | |
5715 | { | |
4268f798 | 5716 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5717 | _result = (bool )wxLogChain_IsPassingMessages(_arg0); |
76bfdc78 | 5718 | |
4268f798 RD |
5719 | wxPyEndAllowThreads(__tstate); |
5720 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5721 | } _resultobj = Py_BuildValue("i",_result); |
5722 | return _resultobj; | |
5723 | } | |
5724 | ||
5725 | #define wxLogChain_GetOldLog(_swigobj) (_swigobj->GetOldLog()) | |
5726 | static PyObject *_wrap_wxLogChain_GetOldLog(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5727 | PyObject * _resultobj; | |
5728 | wxLog * _result; | |
5729 | wxLogChain * _arg0; | |
5730 | PyObject * _argo0 = 0; | |
5731 | char *_kwnames[] = { "self", NULL }; | |
5732 | char _ptemp[128]; | |
5733 | ||
5734 | self = self; | |
5735 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxLogChain_GetOldLog",_kwnames,&_argo0)) | |
5736 | return NULL; | |
5737 | if (_argo0) { | |
5738 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5739 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogChain_p")) { | |
5740 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLogChain_GetOldLog. Expected _wxLogChain_p."); | |
5741 | return NULL; | |
5742 | } | |
5743 | } | |
5744 | { | |
4268f798 | 5745 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5746 | _result = (wxLog *)wxLogChain_GetOldLog(_arg0); |
76bfdc78 | 5747 | |
4268f798 RD |
5748 | wxPyEndAllowThreads(__tstate); |
5749 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5750 | } if (_result) { |
5751 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLog_p"); | |
5752 | _resultobj = Py_BuildValue("s",_ptemp); | |
5753 | } else { | |
5754 | Py_INCREF(Py_None); | |
5755 | _resultobj = Py_None; | |
5756 | } | |
5757 | return _resultobj; | |
5758 | } | |
5759 | ||
19e30148 RD |
5760 | #define new_wxLogNull() (new wxLogNull()) |
5761 | static PyObject *_wrap_new_wxLogNull(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5762 | PyObject * _resultobj; | |
5763 | wxLogNull * _result; | |
5764 | char *_kwnames[] = { NULL }; | |
5765 | char _ptemp[128]; | |
5766 | ||
5767 | self = self; | |
5768 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxLogNull",_kwnames)) | |
5769 | return NULL; | |
5770 | { | |
5771 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5772 | _result = (wxLogNull *)new_wxLogNull(); | |
5773 | ||
5774 | wxPyEndAllowThreads(__tstate); | |
5775 | if (PyErr_Occurred()) return NULL; | |
5776 | } if (_result) { | |
5777 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxLogNull_p"); | |
5778 | _resultobj = Py_BuildValue("s",_ptemp); | |
5779 | } else { | |
5780 | Py_INCREF(Py_None); | |
5781 | _resultobj = Py_None; | |
5782 | } | |
5783 | return _resultobj; | |
5784 | } | |
5785 | ||
5786 | #define delete_wxLogNull(_swigobj) (delete _swigobj) | |
5787 | static PyObject *_wrap_delete_wxLogNull(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5788 | PyObject * _resultobj; | |
5789 | wxLogNull * _arg0; | |
5790 | PyObject * _argo0 = 0; | |
5791 | char *_kwnames[] = { "self", NULL }; | |
5792 | ||
5793 | self = self; | |
5794 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxLogNull",_kwnames,&_argo0)) | |
5795 | return NULL; | |
5796 | if (_argo0) { | |
5797 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5798 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxLogNull_p")) { | |
5799 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxLogNull. Expected _wxLogNull_p."); | |
5800 | return NULL; | |
5801 | } | |
5802 | } | |
5803 | { | |
5804 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
5805 | delete_wxLogNull(_arg0); | |
5806 | ||
5807 | wxPyEndAllowThreads(__tstate); | |
5808 | if (PyErr_Occurred()) return NULL; | |
5809 | } Py_INCREF(Py_None); | |
5810 | _resultobj = Py_None; | |
5811 | return _resultobj; | |
5812 | } | |
5813 | ||
76bfdc78 RD |
5814 | static void *SwigwxPyLogTowxLog(void *ptr) { |
5815 | wxPyLog *src; | |
5816 | wxLog *dest; | |
5817 | src = (wxPyLog *) ptr; | |
5818 | dest = (wxLog *) src; | |
5819 | return (void *) dest; | |
5820 | } | |
5821 | ||
5822 | #define new_wxPyLog() (new wxPyLog()) | |
5823 | static PyObject *_wrap_new_wxPyLog(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5824 | PyObject * _resultobj; | |
5825 | wxPyLog * _result; | |
5826 | char *_kwnames[] = { NULL }; | |
5827 | char _ptemp[128]; | |
5828 | ||
5829 | self = self; | |
5830 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyLog",_kwnames)) | |
5831 | return NULL; | |
5832 | { | |
4268f798 | 5833 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5834 | _result = (wxPyLog *)new_wxPyLog(); |
76bfdc78 | 5835 | |
4268f798 RD |
5836 | wxPyEndAllowThreads(__tstate); |
5837 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5838 | } if (_result) { |
5839 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyLog_p"); | |
5840 | _resultobj = Py_BuildValue("s",_ptemp); | |
5841 | } else { | |
5842 | Py_INCREF(Py_None); | |
5843 | _resultobj = Py_None; | |
5844 | } | |
5845 | return _resultobj; | |
5846 | } | |
5847 | ||
0122b7e3 RD |
5848 | #define wxPyLog__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1)) |
5849 | static PyObject *_wrap_wxPyLog__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
76bfdc78 RD |
5850 | PyObject * _resultobj; |
5851 | wxPyLog * _arg0; | |
5852 | PyObject * _arg1; | |
5853 | PyObject * _arg2; | |
5854 | PyObject * _argo0 = 0; | |
5855 | PyObject * _obj1 = 0; | |
5856 | PyObject * _obj2 = 0; | |
5857 | char *_kwnames[] = { "self","self","_class", NULL }; | |
5858 | ||
5859 | self = self; | |
0122b7e3 | 5860 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyLog__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2)) |
76bfdc78 RD |
5861 | return NULL; |
5862 | if (_argo0) { | |
5863 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5864 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyLog_p")) { | |
0122b7e3 | 5865 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyLog__setCallbackInfo. Expected _wxPyLog_p."); |
76bfdc78 RD |
5866 | return NULL; |
5867 | } | |
5868 | } | |
5869 | { | |
5870 | _arg1 = _obj1; | |
5871 | } | |
5872 | { | |
5873 | _arg2 = _obj2; | |
5874 | } | |
5875 | { | |
4268f798 | 5876 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5877 | wxPyLog__setCallbackInfo(_arg0,_arg1,_arg2); |
76bfdc78 | 5878 | |
4268f798 RD |
5879 | wxPyEndAllowThreads(__tstate); |
5880 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5881 | } Py_INCREF(Py_None); |
5882 | _resultobj = Py_None; | |
5883 | return _resultobj; | |
5884 | } | |
5885 | ||
5886 | static void wxPyLog_Destroy(wxPyLog *self) { delete self; } | |
5887 | static PyObject *_wrap_wxPyLog_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5888 | PyObject * _resultobj; | |
5889 | wxPyLog * _arg0; | |
5890 | PyObject * _argo0 = 0; | |
5891 | char *_kwnames[] = { "self", NULL }; | |
5892 | ||
5893 | self = self; | |
5894 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyLog_Destroy",_kwnames,&_argo0)) | |
5895 | return NULL; | |
5896 | if (_argo0) { | |
5897 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5898 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyLog_p")) { | |
5899 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyLog_Destroy. Expected _wxPyLog_p."); | |
5900 | return NULL; | |
5901 | } | |
5902 | } | |
5903 | { | |
4268f798 | 5904 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5905 | wxPyLog_Destroy(_arg0); |
76bfdc78 | 5906 | |
4268f798 RD |
5907 | wxPyEndAllowThreads(__tstate); |
5908 | if (PyErr_Occurred()) return NULL; | |
76bfdc78 RD |
5909 | } Py_INCREF(Py_None); |
5910 | _resultobj = Py_None; | |
5911 | return _resultobj; | |
5912 | } | |
5913 | ||
c368d904 RD |
5914 | static void *SwigwxProcessEventTowxEvent(void *ptr) { |
5915 | wxProcessEvent *src; | |
5916 | wxEvent *dest; | |
5917 | src = (wxProcessEvent *) ptr; | |
5918 | dest = (wxEvent *) src; | |
5919 | return (void *) dest; | |
5920 | } | |
5921 | ||
9416aa89 RD |
5922 | static void *SwigwxProcessEventTowxObject(void *ptr) { |
5923 | wxProcessEvent *src; | |
5924 | wxObject *dest; | |
5925 | src = (wxProcessEvent *) ptr; | |
5926 | dest = (wxObject *) src; | |
5927 | return (void *) dest; | |
5928 | } | |
5929 | ||
c368d904 RD |
5930 | #define new_wxProcessEvent(_swigarg0,_swigarg1,_swigarg2) (new wxProcessEvent(_swigarg0,_swigarg1,_swigarg2)) |
5931 | static PyObject *_wrap_new_wxProcessEvent(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5932 | PyObject * _resultobj; | |
5933 | wxProcessEvent * _result; | |
5934 | int _arg0 = (int ) 0; | |
5935 | int _arg1 = (int ) 0; | |
5936 | int _arg2 = (int ) 0; | |
5937 | char *_kwnames[] = { "id","pid","exitcode", NULL }; | |
5938 | char _ptemp[128]; | |
5939 | ||
5940 | self = self; | |
5941 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|iii:new_wxProcessEvent",_kwnames,&_arg0,&_arg1,&_arg2)) | |
5942 | return NULL; | |
5943 | { | |
4268f798 | 5944 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5945 | _result = (wxProcessEvent *)new_wxProcessEvent(_arg0,_arg1,_arg2); |
c368d904 | 5946 | |
4268f798 RD |
5947 | wxPyEndAllowThreads(__tstate); |
5948 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
5949 | } if (_result) { |
5950 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxProcessEvent_p"); | |
5951 | _resultobj = Py_BuildValue("s",_ptemp); | |
5952 | } else { | |
5953 | Py_INCREF(Py_None); | |
5954 | _resultobj = Py_None; | |
5955 | } | |
5956 | return _resultobj; | |
5957 | } | |
5958 | ||
5959 | #define wxProcessEvent_GetPid(_swigobj) (_swigobj->GetPid()) | |
5960 | static PyObject *_wrap_wxProcessEvent_GetPid(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5961 | PyObject * _resultobj; | |
5962 | int _result; | |
5963 | wxProcessEvent * _arg0; | |
5964 | PyObject * _argo0 = 0; | |
5965 | char *_kwnames[] = { "self", NULL }; | |
5966 | ||
5967 | self = self; | |
5968 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcessEvent_GetPid",_kwnames,&_argo0)) | |
5969 | return NULL; | |
5970 | if (_argo0) { | |
5971 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
5972 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxProcessEvent_p")) { | |
5973 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcessEvent_GetPid. Expected _wxProcessEvent_p."); | |
5974 | return NULL; | |
5975 | } | |
5976 | } | |
5977 | { | |
4268f798 | 5978 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 5979 | _result = (int )wxProcessEvent_GetPid(_arg0); |
c368d904 | 5980 | |
4268f798 RD |
5981 | wxPyEndAllowThreads(__tstate); |
5982 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
5983 | } _resultobj = Py_BuildValue("i",_result); |
5984 | return _resultobj; | |
5985 | } | |
5986 | ||
5987 | #define wxProcessEvent_GetExitCode(_swigobj) (_swigobj->GetExitCode()) | |
5988 | static PyObject *_wrap_wxProcessEvent_GetExitCode(PyObject *self, PyObject *args, PyObject *kwargs) { | |
5989 | PyObject * _resultobj; | |
5990 | int _result; | |
5991 | wxProcessEvent * _arg0; | |
5992 | PyObject * _argo0 = 0; | |
5993 | char *_kwnames[] = { "self", NULL }; | |
5994 | ||
5995 | self = self; | |
5996 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcessEvent_GetExitCode",_kwnames,&_argo0)) | |
5997 | return NULL; | |
5998 | if (_argo0) { | |
5999 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6000 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxProcessEvent_p")) { | |
6001 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcessEvent_GetExitCode. Expected _wxProcessEvent_p."); | |
6002 | return NULL; | |
6003 | } | |
6004 | } | |
6005 | { | |
4268f798 | 6006 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6007 | _result = (int )wxProcessEvent_GetExitCode(_arg0); |
c368d904 | 6008 | |
4268f798 RD |
6009 | wxPyEndAllowThreads(__tstate); |
6010 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6011 | } _resultobj = Py_BuildValue("i",_result); |
6012 | return _resultobj; | |
6013 | } | |
6014 | ||
6015 | #define wxProcessEvent_m_pid_set(_swigobj,_swigval) (_swigobj->m_pid = _swigval,_swigval) | |
6016 | static PyObject *_wrap_wxProcessEvent_m_pid_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6017 | PyObject * _resultobj; | |
6018 | int _result; | |
6019 | wxProcessEvent * _arg0; | |
6020 | int _arg1; | |
6021 | PyObject * _argo0 = 0; | |
6022 | char *_kwnames[] = { "self","m_pid", NULL }; | |
6023 | ||
6024 | self = self; | |
6025 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxProcessEvent_m_pid_set",_kwnames,&_argo0,&_arg1)) | |
6026 | return NULL; | |
6027 | if (_argo0) { | |
6028 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6029 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxProcessEvent_p")) { | |
6030 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcessEvent_m_pid_set. Expected _wxProcessEvent_p."); | |
6031 | return NULL; | |
6032 | } | |
6033 | } | |
6034 | { | |
4268f798 | 6035 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6036 | _result = (int )wxProcessEvent_m_pid_set(_arg0,_arg1); |
c368d904 | 6037 | |
4268f798 RD |
6038 | wxPyEndAllowThreads(__tstate); |
6039 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6040 | } _resultobj = Py_BuildValue("i",_result); |
6041 | return _resultobj; | |
6042 | } | |
6043 | ||
6044 | #define wxProcessEvent_m_pid_get(_swigobj) ((int ) _swigobj->m_pid) | |
6045 | static PyObject *_wrap_wxProcessEvent_m_pid_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6046 | PyObject * _resultobj; | |
6047 | int _result; | |
6048 | wxProcessEvent * _arg0; | |
6049 | PyObject * _argo0 = 0; | |
6050 | char *_kwnames[] = { "self", NULL }; | |
6051 | ||
6052 | self = self; | |
6053 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcessEvent_m_pid_get",_kwnames,&_argo0)) | |
6054 | return NULL; | |
6055 | if (_argo0) { | |
6056 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6057 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxProcessEvent_p")) { | |
6058 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcessEvent_m_pid_get. Expected _wxProcessEvent_p."); | |
6059 | return NULL; | |
6060 | } | |
6061 | } | |
6062 | { | |
4268f798 | 6063 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6064 | _result = (int )wxProcessEvent_m_pid_get(_arg0); |
c368d904 | 6065 | |
4268f798 RD |
6066 | wxPyEndAllowThreads(__tstate); |
6067 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6068 | } _resultobj = Py_BuildValue("i",_result); |
6069 | return _resultobj; | |
6070 | } | |
6071 | ||
6072 | #define wxProcessEvent_m_exitcode_set(_swigobj,_swigval) (_swigobj->m_exitcode = _swigval,_swigval) | |
6073 | static PyObject *_wrap_wxProcessEvent_m_exitcode_set(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6074 | PyObject * _resultobj; | |
6075 | int _result; | |
6076 | wxProcessEvent * _arg0; | |
6077 | int _arg1; | |
6078 | PyObject * _argo0 = 0; | |
6079 | char *_kwnames[] = { "self","m_exitcode", NULL }; | |
6080 | ||
6081 | self = self; | |
6082 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxProcessEvent_m_exitcode_set",_kwnames,&_argo0,&_arg1)) | |
6083 | return NULL; | |
6084 | if (_argo0) { | |
6085 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6086 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxProcessEvent_p")) { | |
6087 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcessEvent_m_exitcode_set. Expected _wxProcessEvent_p."); | |
6088 | return NULL; | |
6089 | } | |
6090 | } | |
6091 | { | |
4268f798 | 6092 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6093 | _result = (int )wxProcessEvent_m_exitcode_set(_arg0,_arg1); |
c368d904 | 6094 | |
4268f798 RD |
6095 | wxPyEndAllowThreads(__tstate); |
6096 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6097 | } _resultobj = Py_BuildValue("i",_result); |
6098 | return _resultobj; | |
6099 | } | |
6100 | ||
6101 | #define wxProcessEvent_m_exitcode_get(_swigobj) ((int ) _swigobj->m_exitcode) | |
6102 | static PyObject *_wrap_wxProcessEvent_m_exitcode_get(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6103 | PyObject * _resultobj; | |
6104 | int _result; | |
6105 | wxProcessEvent * _arg0; | |
6106 | PyObject * _argo0 = 0; | |
6107 | char *_kwnames[] = { "self", NULL }; | |
6108 | ||
6109 | self = self; | |
6110 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcessEvent_m_exitcode_get",_kwnames,&_argo0)) | |
6111 | return NULL; | |
6112 | if (_argo0) { | |
6113 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6114 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxProcessEvent_p")) { | |
6115 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcessEvent_m_exitcode_get. Expected _wxProcessEvent_p."); | |
6116 | return NULL; | |
6117 | } | |
6118 | } | |
6119 | { | |
4268f798 | 6120 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6121 | _result = (int )wxProcessEvent_m_exitcode_get(_arg0); |
c368d904 | 6122 | |
4268f798 RD |
6123 | wxPyEndAllowThreads(__tstate); |
6124 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6125 | } _resultobj = Py_BuildValue("i",_result); |
6126 | return _resultobj; | |
6127 | } | |
6128 | ||
6129 | static void *SwigwxPyProcessTowxEvtHandler(void *ptr) { | |
6130 | wxPyProcess *src; | |
6131 | wxEvtHandler *dest; | |
6132 | src = (wxPyProcess *) ptr; | |
6133 | dest = (wxEvtHandler *) src; | |
6134 | return (void *) dest; | |
6135 | } | |
6136 | ||
9416aa89 RD |
6137 | static void *SwigwxPyProcessTowxObject(void *ptr) { |
6138 | wxPyProcess *src; | |
6139 | wxObject *dest; | |
6140 | src = (wxPyProcess *) ptr; | |
6141 | dest = (wxObject *) src; | |
6142 | return (void *) dest; | |
6143 | } | |
6144 | ||
814f509c RD |
6145 | static PyObject *_wrap_wxProcess_Kill(PyObject *self, PyObject *args, PyObject *kwargs) { |
6146 | PyObject * _resultobj; | |
6147 | wxKillError _result; | |
6148 | int _arg0; | |
1883480f | 6149 | wxSignal _arg1 = (wxSignal ) (wxSIGTERM); |
814f509c RD |
6150 | char *_kwnames[] = { "pid","sig", NULL }; |
6151 | ||
6152 | self = self; | |
1883480f | 6153 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i|i:wxProcess_Kill",_kwnames,&_arg0,&_arg1)) |
814f509c | 6154 | return NULL; |
814f509c RD |
6155 | { |
6156 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1883480f | 6157 | _result = (wxKillError )wxPyProcess::Kill(_arg0,_arg1); |
814f509c RD |
6158 | |
6159 | wxPyEndAllowThreads(__tstate); | |
6160 | if (PyErr_Occurred()) return NULL; | |
6161 | } _resultobj = Py_BuildValue("i",_result); | |
6162 | return _resultobj; | |
6163 | } | |
6164 | ||
6165 | static PyObject *_wrap_wxProcess_Exists(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6166 | PyObject * _resultobj; | |
6167 | bool _result; | |
6168 | int _arg0; | |
6169 | char *_kwnames[] = { "pid", NULL }; | |
6170 | ||
6171 | self = self; | |
6172 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"i:wxProcess_Exists",_kwnames,&_arg0)) | |
6173 | return NULL; | |
6174 | { | |
6175 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
6176 | _result = (bool )wxPyProcess::Exists(_arg0); | |
6177 | ||
6178 | wxPyEndAllowThreads(__tstate); | |
6179 | if (PyErr_Occurred()) return NULL; | |
6180 | } _resultobj = Py_BuildValue("i",_result); | |
6181 | return _resultobj; | |
6182 | } | |
6183 | ||
6184 | static PyObject *_wrap_wxProcess_Open(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6185 | PyObject * _resultobj; | |
6186 | wxPyProcess * _result; | |
6187 | wxString * _arg0; | |
e626d7c7 | 6188 | int _arg1 = (int ) wxEXEC_ASYNC; |
814f509c | 6189 | PyObject * _obj0 = 0; |
e626d7c7 | 6190 | char *_kwnames[] = { "cmd","flags", NULL }; |
814f509c RD |
6191 | char _ptemp[128]; |
6192 | ||
6193 | self = self; | |
e626d7c7 | 6194 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxProcess_Open",_kwnames,&_obj0,&_arg1)) |
814f509c RD |
6195 | return NULL; |
6196 | { | |
6197 | _arg0 = wxString_in_helper(_obj0); | |
6198 | if (_arg0 == NULL) | |
6199 | return NULL; | |
6200 | } | |
6201 | { | |
6202 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
e626d7c7 | 6203 | _result = (wxPyProcess *)wxPyProcess::Open(*_arg0,_arg1); |
814f509c RD |
6204 | |
6205 | wxPyEndAllowThreads(__tstate); | |
6206 | if (PyErr_Occurred()) return NULL; | |
6207 | } if (_result) { | |
6208 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyProcess_p"); | |
6209 | _resultobj = Py_BuildValue("s",_ptemp); | |
6210 | } else { | |
6211 | Py_INCREF(Py_None); | |
6212 | _resultobj = Py_None; | |
6213 | } | |
6214 | { | |
6215 | if (_obj0) | |
6216 | delete _arg0; | |
6217 | } | |
6218 | return _resultobj; | |
6219 | } | |
6220 | ||
c368d904 RD |
6221 | #define new_wxProcess(_swigarg0,_swigarg1) (new wxPyProcess(_swigarg0,_swigarg1)) |
6222 | static PyObject *_wrap_new_wxProcess(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6223 | PyObject * _resultobj; | |
6224 | wxPyProcess * _result; | |
6225 | wxEvtHandler * _arg0 = (wxEvtHandler *) NULL; | |
6226 | int _arg1 = (int ) -1; | |
6227 | PyObject * _argo0 = 0; | |
6228 | char *_kwnames[] = { "parent","id", NULL }; | |
6229 | char _ptemp[128]; | |
6230 | ||
6231 | self = self; | |
6232 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|Oi:new_wxProcess",_kwnames,&_argo0,&_arg1)) | |
6233 | return NULL; | |
6234 | if (_argo0) { | |
6235 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6236 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxEvtHandler_p")) { | |
6237 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxProcess. Expected _wxEvtHandler_p."); | |
6238 | return NULL; | |
6239 | } | |
6240 | } | |
6241 | { | |
4268f798 | 6242 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6243 | _result = (wxPyProcess *)new_wxProcess(_arg0,_arg1); |
c368d904 | 6244 | |
4268f798 RD |
6245 | wxPyEndAllowThreads(__tstate); |
6246 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6247 | } if (_result) { |
6248 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyProcess_p"); | |
6249 | _resultobj = Py_BuildValue("s",_ptemp); | |
6250 | } else { | |
6251 | Py_INCREF(Py_None); | |
6252 | _resultobj = Py_None; | |
6253 | } | |
6254 | return _resultobj; | |
6255 | } | |
6256 | ||
6257 | static void wxPyProcess_Destroy(wxPyProcess *self) { delete self; } | |
6258 | static PyObject *_wrap_wxProcess_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6259 | PyObject * _resultobj; | |
6260 | wxPyProcess * _arg0; | |
6261 | PyObject * _argo0 = 0; | |
6262 | char *_kwnames[] = { "self", NULL }; | |
6263 | ||
6264 | self = self; | |
6265 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_Destroy",_kwnames,&_argo0)) | |
6266 | return NULL; | |
6267 | if (_argo0) { | |
6268 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6269 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6270 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_Destroy. Expected _wxPyProcess_p."); | |
6271 | return NULL; | |
6272 | } | |
6273 | } | |
6274 | { | |
4268f798 | 6275 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6276 | wxPyProcess_Destroy(_arg0); |
c368d904 | 6277 | |
4268f798 RD |
6278 | wxPyEndAllowThreads(__tstate); |
6279 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6280 | } Py_INCREF(Py_None); |
6281 | _resultobj = Py_None; | |
6282 | return _resultobj; | |
6283 | } | |
6284 | ||
0122b7e3 RD |
6285 | #define wxProcess__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1)) |
6286 | static PyObject *_wrap_wxProcess__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
c368d904 RD |
6287 | PyObject * _resultobj; |
6288 | wxPyProcess * _arg0; | |
6289 | PyObject * _arg1; | |
6290 | PyObject * _arg2; | |
6291 | PyObject * _argo0 = 0; | |
6292 | PyObject * _obj1 = 0; | |
6293 | PyObject * _obj2 = 0; | |
6294 | char *_kwnames[] = { "self","self","_class", NULL }; | |
6295 | ||
6296 | self = self; | |
0122b7e3 | 6297 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxProcess__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2)) |
c368d904 RD |
6298 | return NULL; |
6299 | if (_argo0) { | |
6300 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6301 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
0122b7e3 | 6302 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess__setCallbackInfo. Expected _wxPyProcess_p."); |
c368d904 RD |
6303 | return NULL; |
6304 | } | |
6305 | } | |
6306 | { | |
6307 | _arg1 = _obj1; | |
6308 | } | |
6309 | { | |
6310 | _arg2 = _obj2; | |
6311 | } | |
6312 | { | |
4268f798 | 6313 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6314 | wxProcess__setCallbackInfo(_arg0,_arg1,_arg2); |
c368d904 | 6315 | |
4268f798 RD |
6316 | wxPyEndAllowThreads(__tstate); |
6317 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6318 | } Py_INCREF(Py_None); |
6319 | _resultobj = Py_None; | |
6320 | return _resultobj; | |
6321 | } | |
6322 | ||
6323 | #define wxProcess_base_OnTerminate(_swigobj,_swigarg0,_swigarg1) (_swigobj->base_OnTerminate(_swigarg0,_swigarg1)) | |
6324 | static PyObject *_wrap_wxProcess_base_OnTerminate(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6325 | PyObject * _resultobj; | |
6326 | wxPyProcess * _arg0; | |
6327 | int _arg1; | |
6328 | int _arg2; | |
6329 | PyObject * _argo0 = 0; | |
6330 | char *_kwnames[] = { "self","pid","status", NULL }; | |
6331 | ||
6332 | self = self; | |
6333 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oii:wxProcess_base_OnTerminate",_kwnames,&_argo0,&_arg1,&_arg2)) | |
6334 | return NULL; | |
6335 | if (_argo0) { | |
6336 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6337 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6338 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_base_OnTerminate. Expected _wxPyProcess_p."); | |
6339 | return NULL; | |
6340 | } | |
6341 | } | |
6342 | { | |
4268f798 | 6343 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6344 | wxProcess_base_OnTerminate(_arg0,_arg1,_arg2); |
c368d904 | 6345 | |
4268f798 RD |
6346 | wxPyEndAllowThreads(__tstate); |
6347 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6348 | } Py_INCREF(Py_None); |
6349 | _resultobj = Py_None; | |
6350 | return _resultobj; | |
6351 | } | |
6352 | ||
6353 | #define wxProcess_Redirect(_swigobj) (_swigobj->Redirect()) | |
6354 | static PyObject *_wrap_wxProcess_Redirect(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6355 | PyObject * _resultobj; | |
6356 | wxPyProcess * _arg0; | |
6357 | PyObject * _argo0 = 0; | |
6358 | char *_kwnames[] = { "self", NULL }; | |
6359 | ||
6360 | self = self; | |
6361 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_Redirect",_kwnames,&_argo0)) | |
6362 | return NULL; | |
6363 | if (_argo0) { | |
6364 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6365 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6366 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_Redirect. Expected _wxPyProcess_p."); | |
6367 | return NULL; | |
6368 | } | |
6369 | } | |
6370 | { | |
4268f798 | 6371 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6372 | wxProcess_Redirect(_arg0); |
c368d904 | 6373 | |
4268f798 RD |
6374 | wxPyEndAllowThreads(__tstate); |
6375 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6376 | } Py_INCREF(Py_None); |
6377 | _resultobj = Py_None; | |
6378 | return _resultobj; | |
6379 | } | |
6380 | ||
6381 | #define wxProcess_IsRedirected(_swigobj) (_swigobj->IsRedirected()) | |
6382 | static PyObject *_wrap_wxProcess_IsRedirected(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6383 | PyObject * _resultobj; | |
6384 | bool _result; | |
6385 | wxPyProcess * _arg0; | |
6386 | PyObject * _argo0 = 0; | |
6387 | char *_kwnames[] = { "self", NULL }; | |
6388 | ||
6389 | self = self; | |
6390 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_IsRedirected",_kwnames,&_argo0)) | |
6391 | return NULL; | |
6392 | if (_argo0) { | |
6393 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6394 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6395 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_IsRedirected. Expected _wxPyProcess_p."); | |
6396 | return NULL; | |
6397 | } | |
6398 | } | |
6399 | { | |
4268f798 | 6400 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6401 | _result = (bool )wxProcess_IsRedirected(_arg0); |
c368d904 | 6402 | |
4268f798 RD |
6403 | wxPyEndAllowThreads(__tstate); |
6404 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6405 | } _resultobj = Py_BuildValue("i",_result); |
6406 | return _resultobj; | |
6407 | } | |
6408 | ||
6409 | #define wxProcess_Detach(_swigobj) (_swigobj->Detach()) | |
6410 | static PyObject *_wrap_wxProcess_Detach(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6411 | PyObject * _resultobj; | |
6412 | wxPyProcess * _arg0; | |
6413 | PyObject * _argo0 = 0; | |
6414 | char *_kwnames[] = { "self", NULL }; | |
6415 | ||
6416 | self = self; | |
6417 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_Detach",_kwnames,&_argo0)) | |
6418 | return NULL; | |
6419 | if (_argo0) { | |
6420 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6421 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6422 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_Detach. Expected _wxPyProcess_p."); | |
6423 | return NULL; | |
6424 | } | |
6425 | } | |
6426 | { | |
4268f798 | 6427 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6428 | wxProcess_Detach(_arg0); |
c368d904 | 6429 | |
4268f798 RD |
6430 | wxPyEndAllowThreads(__tstate); |
6431 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6432 | } Py_INCREF(Py_None); |
6433 | _resultobj = Py_None; | |
6434 | return _resultobj; | |
6435 | } | |
6436 | ||
6437 | #define wxProcess_GetInputStream(_swigobj) (_swigobj->GetInputStream()) | |
6438 | static PyObject *_wrap_wxProcess_GetInputStream(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6439 | PyObject * _resultobj; | |
6440 | wxInputStream * _result; | |
6441 | wxPyProcess * _arg0; | |
6442 | PyObject * _argo0 = 0; | |
6443 | char *_kwnames[] = { "self", NULL }; | |
6444 | ||
6445 | self = self; | |
6446 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_GetInputStream",_kwnames,&_argo0)) | |
6447 | return NULL; | |
6448 | if (_argo0) { | |
6449 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6450 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6451 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_GetInputStream. Expected _wxPyProcess_p."); | |
6452 | return NULL; | |
6453 | } | |
6454 | } | |
6455 | { | |
4268f798 | 6456 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6457 | _result = (wxInputStream *)wxProcess_GetInputStream(_arg0); |
c368d904 | 6458 | |
4268f798 RD |
6459 | wxPyEndAllowThreads(__tstate); |
6460 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6461 | }{ |
6462 | wxPyInputStream * _ptr = NULL; | |
6463 | ||
6464 | if (_result) { | |
6465 | _ptr = new wxPyInputStream(_result); | |
6466 | } | |
9416aa89 | 6467 | _resultobj = wxPyConstructObject(_ptr, "wxInputStream", TRUE); |
c368d904 RD |
6468 | } |
6469 | return _resultobj; | |
6470 | } | |
6471 | ||
6472 | #define wxProcess_GetErrorStream(_swigobj) (_swigobj->GetErrorStream()) | |
6473 | static PyObject *_wrap_wxProcess_GetErrorStream(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6474 | PyObject * _resultobj; | |
6475 | wxInputStream * _result; | |
6476 | wxPyProcess * _arg0; | |
6477 | PyObject * _argo0 = 0; | |
6478 | char *_kwnames[] = { "self", NULL }; | |
6479 | ||
6480 | self = self; | |
6481 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_GetErrorStream",_kwnames,&_argo0)) | |
6482 | return NULL; | |
6483 | if (_argo0) { | |
6484 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6485 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6486 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_GetErrorStream. Expected _wxPyProcess_p."); | |
6487 | return NULL; | |
6488 | } | |
6489 | } | |
6490 | { | |
4268f798 | 6491 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6492 | _result = (wxInputStream *)wxProcess_GetErrorStream(_arg0); |
c368d904 | 6493 | |
4268f798 RD |
6494 | wxPyEndAllowThreads(__tstate); |
6495 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6496 | }{ |
6497 | wxPyInputStream * _ptr = NULL; | |
6498 | ||
6499 | if (_result) { | |
6500 | _ptr = new wxPyInputStream(_result); | |
6501 | } | |
9416aa89 | 6502 | _resultobj = wxPyConstructObject(_ptr, "wxInputStream", TRUE); |
c368d904 RD |
6503 | } |
6504 | return _resultobj; | |
6505 | } | |
6506 | ||
6507 | #define wxProcess_GetOutputStream(_swigobj) (_swigobj->GetOutputStream()) | |
6508 | static PyObject *_wrap_wxProcess_GetOutputStream(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6509 | PyObject * _resultobj; | |
6510 | wxOutputStream * _result; | |
6511 | wxPyProcess * _arg0; | |
6512 | PyObject * _argo0 = 0; | |
6513 | char *_kwnames[] = { "self", NULL }; | |
6514 | char _ptemp[128]; | |
6515 | ||
6516 | self = self; | |
6517 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_GetOutputStream",_kwnames,&_argo0)) | |
6518 | return NULL; | |
6519 | if (_argo0) { | |
6520 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6521 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6522 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_GetOutputStream. Expected _wxPyProcess_p."); | |
6523 | return NULL; | |
6524 | } | |
6525 | } | |
6526 | { | |
4268f798 | 6527 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6528 | _result = (wxOutputStream *)wxProcess_GetOutputStream(_arg0); |
c368d904 | 6529 | |
4268f798 RD |
6530 | wxPyEndAllowThreads(__tstate); |
6531 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6532 | } if (_result) { |
6533 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxOutputStream_p"); | |
6534 | _resultobj = Py_BuildValue("s",_ptemp); | |
6535 | } else { | |
6536 | Py_INCREF(Py_None); | |
6537 | _resultobj = Py_None; | |
6538 | } | |
6539 | return _resultobj; | |
6540 | } | |
6541 | ||
6542 | #define wxProcess_CloseOutput(_swigobj) (_swigobj->CloseOutput()) | |
6543 | static PyObject *_wrap_wxProcess_CloseOutput(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6544 | PyObject * _resultobj; | |
6545 | wxPyProcess * _arg0; | |
6546 | PyObject * _argo0 = 0; | |
6547 | char *_kwnames[] = { "self", NULL }; | |
6548 | ||
6549 | self = self; | |
6550 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxProcess_CloseOutput",_kwnames,&_argo0)) | |
6551 | return NULL; | |
6552 | if (_argo0) { | |
6553 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6554 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyProcess_p")) { | |
6555 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxProcess_CloseOutput. Expected _wxPyProcess_p."); | |
6556 | return NULL; | |
6557 | } | |
6558 | } | |
6559 | { | |
4268f798 | 6560 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6561 | wxProcess_CloseOutput(_arg0); |
c368d904 | 6562 | |
4268f798 RD |
6563 | wxPyEndAllowThreads(__tstate); |
6564 | if (PyErr_Occurred()) return NULL; | |
c368d904 RD |
6565 | } Py_INCREF(Py_None); |
6566 | _resultobj = Py_None; | |
6567 | return _resultobj; | |
6568 | } | |
6569 | ||
9416aa89 RD |
6570 | static void *SwigwxJoystickTowxObject(void *ptr) { |
6571 | wxJoystick *src; | |
6572 | wxObject *dest; | |
6573 | src = (wxJoystick *) ptr; | |
6574 | dest = (wxObject *) src; | |
6575 | return (void *) dest; | |
6576 | } | |
6577 | ||
185d7c3e RD |
6578 | #define new_wxJoystick(_swigarg0) (new wxJoystick(_swigarg0)) |
6579 | static PyObject *_wrap_new_wxJoystick(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6580 | PyObject * _resultobj; | |
6581 | wxJoystick * _result; | |
3eb221f6 | 6582 | int _arg0 = (int ) (wxJOYSTICK1); |
185d7c3e RD |
6583 | char *_kwnames[] = { "joystick", NULL }; |
6584 | char _ptemp[128]; | |
6585 | ||
6586 | self = self; | |
6587 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxJoystick",_kwnames,&_arg0)) | |
6588 | return NULL; | |
6589 | { | |
4268f798 | 6590 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6591 | _result = (wxJoystick *)new_wxJoystick(_arg0); |
185d7c3e | 6592 | |
4268f798 RD |
6593 | wxPyEndAllowThreads(__tstate); |
6594 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6595 | } if (_result) { |
6596 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxJoystick_p"); | |
6597 | _resultobj = Py_BuildValue("s",_ptemp); | |
6598 | } else { | |
6599 | Py_INCREF(Py_None); | |
6600 | _resultobj = Py_None; | |
6601 | } | |
6602 | return _resultobj; | |
6603 | } | |
6604 | ||
ac346f50 RD |
6605 | #define delete_wxJoystick(_swigobj) (delete _swigobj) |
6606 | static PyObject *_wrap_delete_wxJoystick(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6607 | PyObject * _resultobj; | |
6608 | wxJoystick * _arg0; | |
6609 | PyObject * _argo0 = 0; | |
6610 | char *_kwnames[] = { "self", NULL }; | |
6611 | ||
6612 | self = self; | |
6613 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxJoystick",_kwnames,&_argo0)) | |
6614 | return NULL; | |
6615 | if (_argo0) { | |
6616 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6617 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6618 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxJoystick. Expected _wxJoystick_p."); | |
6619 | return NULL; | |
6620 | } | |
6621 | } | |
6622 | { | |
4268f798 | 6623 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6624 | delete_wxJoystick(_arg0); |
ac346f50 | 6625 | |
4268f798 RD |
6626 | wxPyEndAllowThreads(__tstate); |
6627 | if (PyErr_Occurred()) return NULL; | |
ac346f50 RD |
6628 | } Py_INCREF(Py_None); |
6629 | _resultobj = Py_None; | |
6630 | return _resultobj; | |
6631 | } | |
6632 | ||
185d7c3e RD |
6633 | #define wxJoystick_GetPosition(_swigobj) (_swigobj->GetPosition()) |
6634 | static PyObject *_wrap_wxJoystick_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6635 | PyObject * _resultobj; | |
6636 | wxPoint * _result; | |
6637 | wxJoystick * _arg0; | |
6638 | PyObject * _argo0 = 0; | |
6639 | char *_kwnames[] = { "self", NULL }; | |
6640 | char _ptemp[128]; | |
6641 | ||
6642 | self = self; | |
6643 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetPosition",_kwnames,&_argo0)) | |
6644 | return NULL; | |
6645 | if (_argo0) { | |
6646 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6647 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6648 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetPosition. Expected _wxJoystick_p."); | |
6649 | return NULL; | |
6650 | } | |
6651 | } | |
6652 | { | |
4268f798 | 6653 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6654 | _result = new wxPoint (wxJoystick_GetPosition(_arg0)); |
185d7c3e | 6655 | |
4268f798 RD |
6656 | wxPyEndAllowThreads(__tstate); |
6657 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6658 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxPoint_p"); |
6659 | _resultobj = Py_BuildValue("s",_ptemp); | |
6660 | return _resultobj; | |
6661 | } | |
6662 | ||
6663 | #define wxJoystick_GetZPosition(_swigobj) (_swigobj->GetZPosition()) | |
6664 | static PyObject *_wrap_wxJoystick_GetZPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6665 | PyObject * _resultobj; | |
6666 | int _result; | |
6667 | wxJoystick * _arg0; | |
6668 | PyObject * _argo0 = 0; | |
6669 | char *_kwnames[] = { "self", NULL }; | |
6670 | ||
6671 | self = self; | |
6672 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetZPosition",_kwnames,&_argo0)) | |
6673 | return NULL; | |
6674 | if (_argo0) { | |
6675 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6676 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6677 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetZPosition. Expected _wxJoystick_p."); | |
6678 | return NULL; | |
6679 | } | |
6680 | } | |
6681 | { | |
4268f798 | 6682 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6683 | _result = (int )wxJoystick_GetZPosition(_arg0); |
185d7c3e | 6684 | |
4268f798 RD |
6685 | wxPyEndAllowThreads(__tstate); |
6686 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6687 | } _resultobj = Py_BuildValue("i",_result); |
6688 | return _resultobj; | |
6689 | } | |
6690 | ||
6691 | #define wxJoystick_GetButtonState(_swigobj) (_swigobj->GetButtonState()) | |
6692 | static PyObject *_wrap_wxJoystick_GetButtonState(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6693 | PyObject * _resultobj; | |
6694 | int _result; | |
6695 | wxJoystick * _arg0; | |
6696 | PyObject * _argo0 = 0; | |
6697 | char *_kwnames[] = { "self", NULL }; | |
6698 | ||
6699 | self = self; | |
6700 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetButtonState",_kwnames,&_argo0)) | |
6701 | return NULL; | |
6702 | if (_argo0) { | |
6703 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6704 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6705 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetButtonState. Expected _wxJoystick_p."); | |
6706 | return NULL; | |
6707 | } | |
6708 | } | |
6709 | { | |
4268f798 | 6710 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6711 | _result = (int )wxJoystick_GetButtonState(_arg0); |
185d7c3e | 6712 | |
4268f798 RD |
6713 | wxPyEndAllowThreads(__tstate); |
6714 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6715 | } _resultobj = Py_BuildValue("i",_result); |
6716 | return _resultobj; | |
6717 | } | |
6718 | ||
6719 | #define wxJoystick_GetPOVPosition(_swigobj) (_swigobj->GetPOVPosition()) | |
6720 | static PyObject *_wrap_wxJoystick_GetPOVPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6721 | PyObject * _resultobj; | |
6722 | int _result; | |
6723 | wxJoystick * _arg0; | |
6724 | PyObject * _argo0 = 0; | |
6725 | char *_kwnames[] = { "self", NULL }; | |
6726 | ||
6727 | self = self; | |
6728 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetPOVPosition",_kwnames,&_argo0)) | |
6729 | return NULL; | |
6730 | if (_argo0) { | |
6731 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6732 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6733 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetPOVPosition. Expected _wxJoystick_p."); | |
6734 | return NULL; | |
6735 | } | |
6736 | } | |
6737 | { | |
4268f798 | 6738 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6739 | _result = (int )wxJoystick_GetPOVPosition(_arg0); |
185d7c3e | 6740 | |
4268f798 RD |
6741 | wxPyEndAllowThreads(__tstate); |
6742 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6743 | } _resultobj = Py_BuildValue("i",_result); |
6744 | return _resultobj; | |
6745 | } | |
6746 | ||
6747 | #define wxJoystick_GetPOVCTSPosition(_swigobj) (_swigobj->GetPOVCTSPosition()) | |
6748 | static PyObject *_wrap_wxJoystick_GetPOVCTSPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6749 | PyObject * _resultobj; | |
6750 | int _result; | |
6751 | wxJoystick * _arg0; | |
6752 | PyObject * _argo0 = 0; | |
6753 | char *_kwnames[] = { "self", NULL }; | |
6754 | ||
6755 | self = self; | |
6756 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetPOVCTSPosition",_kwnames,&_argo0)) | |
6757 | return NULL; | |
6758 | if (_argo0) { | |
6759 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6760 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6761 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetPOVCTSPosition. Expected _wxJoystick_p."); | |
6762 | return NULL; | |
6763 | } | |
6764 | } | |
6765 | { | |
4268f798 | 6766 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6767 | _result = (int )wxJoystick_GetPOVCTSPosition(_arg0); |
185d7c3e | 6768 | |
4268f798 RD |
6769 | wxPyEndAllowThreads(__tstate); |
6770 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6771 | } _resultobj = Py_BuildValue("i",_result); |
6772 | return _resultobj; | |
6773 | } | |
6774 | ||
6775 | #define wxJoystick_GetRudderPosition(_swigobj) (_swigobj->GetRudderPosition()) | |
6776 | static PyObject *_wrap_wxJoystick_GetRudderPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6777 | PyObject * _resultobj; | |
6778 | int _result; | |
6779 | wxJoystick * _arg0; | |
6780 | PyObject * _argo0 = 0; | |
6781 | char *_kwnames[] = { "self", NULL }; | |
6782 | ||
6783 | self = self; | |
6784 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetRudderPosition",_kwnames,&_argo0)) | |
6785 | return NULL; | |
6786 | if (_argo0) { | |
6787 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6788 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6789 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetRudderPosition. Expected _wxJoystick_p."); | |
6790 | return NULL; | |
6791 | } | |
6792 | } | |
6793 | { | |
4268f798 | 6794 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6795 | _result = (int )wxJoystick_GetRudderPosition(_arg0); |
185d7c3e | 6796 | |
4268f798 RD |
6797 | wxPyEndAllowThreads(__tstate); |
6798 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6799 | } _resultobj = Py_BuildValue("i",_result); |
6800 | return _resultobj; | |
6801 | } | |
6802 | ||
6803 | #define wxJoystick_GetUPosition(_swigobj) (_swigobj->GetUPosition()) | |
6804 | static PyObject *_wrap_wxJoystick_GetUPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6805 | PyObject * _resultobj; | |
6806 | int _result; | |
6807 | wxJoystick * _arg0; | |
6808 | PyObject * _argo0 = 0; | |
6809 | char *_kwnames[] = { "self", NULL }; | |
6810 | ||
6811 | self = self; | |
6812 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetUPosition",_kwnames,&_argo0)) | |
6813 | return NULL; | |
6814 | if (_argo0) { | |
6815 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6816 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6817 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetUPosition. Expected _wxJoystick_p."); | |
6818 | return NULL; | |
6819 | } | |
6820 | } | |
6821 | { | |
4268f798 | 6822 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6823 | _result = (int )wxJoystick_GetUPosition(_arg0); |
185d7c3e | 6824 | |
4268f798 RD |
6825 | wxPyEndAllowThreads(__tstate); |
6826 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6827 | } _resultobj = Py_BuildValue("i",_result); |
6828 | return _resultobj; | |
6829 | } | |
6830 | ||
6831 | #define wxJoystick_GetVPosition(_swigobj) (_swigobj->GetVPosition()) | |
6832 | static PyObject *_wrap_wxJoystick_GetVPosition(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6833 | PyObject * _resultobj; | |
6834 | int _result; | |
6835 | wxJoystick * _arg0; | |
6836 | PyObject * _argo0 = 0; | |
6837 | char *_kwnames[] = { "self", NULL }; | |
6838 | ||
6839 | self = self; | |
6840 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetVPosition",_kwnames,&_argo0)) | |
6841 | return NULL; | |
6842 | if (_argo0) { | |
6843 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6844 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6845 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetVPosition. Expected _wxJoystick_p."); | |
6846 | return NULL; | |
6847 | } | |
6848 | } | |
6849 | { | |
4268f798 | 6850 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6851 | _result = (int )wxJoystick_GetVPosition(_arg0); |
185d7c3e | 6852 | |
4268f798 RD |
6853 | wxPyEndAllowThreads(__tstate); |
6854 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6855 | } _resultobj = Py_BuildValue("i",_result); |
6856 | return _resultobj; | |
6857 | } | |
6858 | ||
6859 | #define wxJoystick_GetMovementThreshold(_swigobj) (_swigobj->GetMovementThreshold()) | |
6860 | static PyObject *_wrap_wxJoystick_GetMovementThreshold(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6861 | PyObject * _resultobj; | |
6862 | int _result; | |
6863 | wxJoystick * _arg0; | |
6864 | PyObject * _argo0 = 0; | |
6865 | char *_kwnames[] = { "self", NULL }; | |
6866 | ||
6867 | self = self; | |
6868 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetMovementThreshold",_kwnames,&_argo0)) | |
6869 | return NULL; | |
6870 | if (_argo0) { | |
6871 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6872 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6873 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetMovementThreshold. Expected _wxJoystick_p."); | |
6874 | return NULL; | |
6875 | } | |
6876 | } | |
6877 | { | |
4268f798 | 6878 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6879 | _result = (int )wxJoystick_GetMovementThreshold(_arg0); |
185d7c3e | 6880 | |
4268f798 RD |
6881 | wxPyEndAllowThreads(__tstate); |
6882 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6883 | } _resultobj = Py_BuildValue("i",_result); |
6884 | return _resultobj; | |
6885 | } | |
6886 | ||
6887 | #define wxJoystick_SetMovementThreshold(_swigobj,_swigarg0) (_swigobj->SetMovementThreshold(_swigarg0)) | |
6888 | static PyObject *_wrap_wxJoystick_SetMovementThreshold(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6889 | PyObject * _resultobj; | |
6890 | wxJoystick * _arg0; | |
6891 | int _arg1; | |
6892 | PyObject * _argo0 = 0; | |
6893 | char *_kwnames[] = { "self","threshold", NULL }; | |
6894 | ||
6895 | self = self; | |
6896 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxJoystick_SetMovementThreshold",_kwnames,&_argo0,&_arg1)) | |
6897 | return NULL; | |
6898 | if (_argo0) { | |
6899 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6900 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6901 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_SetMovementThreshold. Expected _wxJoystick_p."); | |
6902 | return NULL; | |
6903 | } | |
6904 | } | |
6905 | { | |
4268f798 | 6906 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6907 | wxJoystick_SetMovementThreshold(_arg0,_arg1); |
185d7c3e | 6908 | |
4268f798 RD |
6909 | wxPyEndAllowThreads(__tstate); |
6910 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6911 | } Py_INCREF(Py_None); |
6912 | _resultobj = Py_None; | |
6913 | return _resultobj; | |
6914 | } | |
6915 | ||
6916 | #define wxJoystick_IsOk(_swigobj) (_swigobj->IsOk()) | |
6917 | static PyObject *_wrap_wxJoystick_IsOk(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6918 | PyObject * _resultobj; | |
6919 | bool _result; | |
6920 | wxJoystick * _arg0; | |
6921 | PyObject * _argo0 = 0; | |
6922 | char *_kwnames[] = { "self", NULL }; | |
6923 | ||
6924 | self = self; | |
6925 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_IsOk",_kwnames,&_argo0)) | |
6926 | return NULL; | |
6927 | if (_argo0) { | |
6928 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6929 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6930 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_IsOk. Expected _wxJoystick_p."); | |
6931 | return NULL; | |
6932 | } | |
6933 | } | |
6934 | { | |
4268f798 | 6935 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6936 | _result = (bool )wxJoystick_IsOk(_arg0); |
185d7c3e | 6937 | |
4268f798 RD |
6938 | wxPyEndAllowThreads(__tstate); |
6939 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6940 | } _resultobj = Py_BuildValue("i",_result); |
6941 | return _resultobj; | |
6942 | } | |
6943 | ||
6944 | #define wxJoystick_GetNumberJoysticks(_swigobj) (_swigobj->GetNumberJoysticks()) | |
6945 | static PyObject *_wrap_wxJoystick_GetNumberJoysticks(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6946 | PyObject * _resultobj; | |
6947 | int _result; | |
6948 | wxJoystick * _arg0; | |
6949 | PyObject * _argo0 = 0; | |
6950 | char *_kwnames[] = { "self", NULL }; | |
6951 | ||
6952 | self = self; | |
6953 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetNumberJoysticks",_kwnames,&_argo0)) | |
6954 | return NULL; | |
6955 | if (_argo0) { | |
6956 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6957 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6958 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetNumberJoysticks. Expected _wxJoystick_p."); | |
6959 | return NULL; | |
6960 | } | |
6961 | } | |
6962 | { | |
4268f798 | 6963 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6964 | _result = (int )wxJoystick_GetNumberJoysticks(_arg0); |
185d7c3e | 6965 | |
4268f798 RD |
6966 | wxPyEndAllowThreads(__tstate); |
6967 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6968 | } _resultobj = Py_BuildValue("i",_result); |
6969 | return _resultobj; | |
6970 | } | |
6971 | ||
6972 | #define wxJoystick_GetManufacturerId(_swigobj) (_swigobj->GetManufacturerId()) | |
6973 | static PyObject *_wrap_wxJoystick_GetManufacturerId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
6974 | PyObject * _resultobj; | |
6975 | int _result; | |
6976 | wxJoystick * _arg0; | |
6977 | PyObject * _argo0 = 0; | |
6978 | char *_kwnames[] = { "self", NULL }; | |
6979 | ||
6980 | self = self; | |
6981 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetManufacturerId",_kwnames,&_argo0)) | |
6982 | return NULL; | |
6983 | if (_argo0) { | |
6984 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
6985 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
6986 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetManufacturerId. Expected _wxJoystick_p."); | |
6987 | return NULL; | |
6988 | } | |
6989 | } | |
6990 | { | |
4268f798 | 6991 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 6992 | _result = (int )wxJoystick_GetManufacturerId(_arg0); |
185d7c3e | 6993 | |
4268f798 RD |
6994 | wxPyEndAllowThreads(__tstate); |
6995 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
6996 | } _resultobj = Py_BuildValue("i",_result); |
6997 | return _resultobj; | |
6998 | } | |
6999 | ||
7000 | #define wxJoystick_GetProductId(_swigobj) (_swigobj->GetProductId()) | |
7001 | static PyObject *_wrap_wxJoystick_GetProductId(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7002 | PyObject * _resultobj; | |
7003 | int _result; | |
7004 | wxJoystick * _arg0; | |
7005 | PyObject * _argo0 = 0; | |
7006 | char *_kwnames[] = { "self", NULL }; | |
7007 | ||
7008 | self = self; | |
7009 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetProductId",_kwnames,&_argo0)) | |
7010 | return NULL; | |
7011 | if (_argo0) { | |
7012 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7013 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7014 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetProductId. Expected _wxJoystick_p."); | |
7015 | return NULL; | |
7016 | } | |
7017 | } | |
7018 | { | |
4268f798 | 7019 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7020 | _result = (int )wxJoystick_GetProductId(_arg0); |
185d7c3e | 7021 | |
4268f798 RD |
7022 | wxPyEndAllowThreads(__tstate); |
7023 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7024 | } _resultobj = Py_BuildValue("i",_result); |
7025 | return _resultobj; | |
7026 | } | |
7027 | ||
7028 | #define wxJoystick_GetProductName(_swigobj) (_swigobj->GetProductName()) | |
7029 | static PyObject *_wrap_wxJoystick_GetProductName(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7030 | PyObject * _resultobj; | |
7031 | wxString * _result; | |
7032 | wxJoystick * _arg0; | |
7033 | PyObject * _argo0 = 0; | |
7034 | char *_kwnames[] = { "self", NULL }; | |
7035 | ||
7036 | self = self; | |
7037 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetProductName",_kwnames,&_argo0)) | |
7038 | return NULL; | |
7039 | if (_argo0) { | |
7040 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7041 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7042 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetProductName. Expected _wxJoystick_p."); | |
7043 | return NULL; | |
7044 | } | |
7045 | } | |
7046 | { | |
4268f798 | 7047 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7048 | _result = new wxString (wxJoystick_GetProductName(_arg0)); |
185d7c3e | 7049 | |
4268f798 RD |
7050 | wxPyEndAllowThreads(__tstate); |
7051 | if (PyErr_Occurred()) return NULL; | |
185d7c3e | 7052 | }{ |
c8bc7bb8 RD |
7053 | #if wxUSE_UNICODE |
7054 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
7055 | #else | |
185d7c3e | 7056 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 7057 | #endif |
185d7c3e RD |
7058 | } |
7059 | { | |
7060 | delete _result; | |
7061 | } | |
7062 | return _resultobj; | |
7063 | } | |
7064 | ||
7065 | #define wxJoystick_GetXMin(_swigobj) (_swigobj->GetXMin()) | |
7066 | static PyObject *_wrap_wxJoystick_GetXMin(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7067 | PyObject * _resultobj; | |
7068 | int _result; | |
7069 | wxJoystick * _arg0; | |
7070 | PyObject * _argo0 = 0; | |
7071 | char *_kwnames[] = { "self", NULL }; | |
7072 | ||
7073 | self = self; | |
7074 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetXMin",_kwnames,&_argo0)) | |
7075 | return NULL; | |
7076 | if (_argo0) { | |
7077 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7078 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7079 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetXMin. Expected _wxJoystick_p."); | |
7080 | return NULL; | |
7081 | } | |
7082 | } | |
7083 | { | |
4268f798 | 7084 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7085 | _result = (int )wxJoystick_GetXMin(_arg0); |
185d7c3e | 7086 | |
4268f798 RD |
7087 | wxPyEndAllowThreads(__tstate); |
7088 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7089 | } _resultobj = Py_BuildValue("i",_result); |
7090 | return _resultobj; | |
7091 | } | |
7092 | ||
7093 | #define wxJoystick_GetYMin(_swigobj) (_swigobj->GetYMin()) | |
7094 | static PyObject *_wrap_wxJoystick_GetYMin(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7095 | PyObject * _resultobj; | |
7096 | int _result; | |
7097 | wxJoystick * _arg0; | |
7098 | PyObject * _argo0 = 0; | |
7099 | char *_kwnames[] = { "self", NULL }; | |
7100 | ||
7101 | self = self; | |
7102 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetYMin",_kwnames,&_argo0)) | |
7103 | return NULL; | |
7104 | if (_argo0) { | |
7105 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7106 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7107 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetYMin. Expected _wxJoystick_p."); | |
7108 | return NULL; | |
7109 | } | |
7110 | } | |
7111 | { | |
4268f798 | 7112 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7113 | _result = (int )wxJoystick_GetYMin(_arg0); |
185d7c3e | 7114 | |
4268f798 RD |
7115 | wxPyEndAllowThreads(__tstate); |
7116 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7117 | } _resultobj = Py_BuildValue("i",_result); |
7118 | return _resultobj; | |
7119 | } | |
7120 | ||
7121 | #define wxJoystick_GetZMin(_swigobj) (_swigobj->GetZMin()) | |
7122 | static PyObject *_wrap_wxJoystick_GetZMin(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7123 | PyObject * _resultobj; | |
7124 | int _result; | |
7125 | wxJoystick * _arg0; | |
7126 | PyObject * _argo0 = 0; | |
7127 | char *_kwnames[] = { "self", NULL }; | |
7128 | ||
7129 | self = self; | |
7130 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetZMin",_kwnames,&_argo0)) | |
7131 | return NULL; | |
7132 | if (_argo0) { | |
7133 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7134 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7135 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetZMin. Expected _wxJoystick_p."); | |
7136 | return NULL; | |
7137 | } | |
7138 | } | |
7139 | { | |
4268f798 | 7140 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7141 | _result = (int )wxJoystick_GetZMin(_arg0); |
185d7c3e | 7142 | |
4268f798 RD |
7143 | wxPyEndAllowThreads(__tstate); |
7144 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7145 | } _resultobj = Py_BuildValue("i",_result); |
7146 | return _resultobj; | |
7147 | } | |
7148 | ||
7149 | #define wxJoystick_GetXMax(_swigobj) (_swigobj->GetXMax()) | |
7150 | static PyObject *_wrap_wxJoystick_GetXMax(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7151 | PyObject * _resultobj; | |
7152 | int _result; | |
7153 | wxJoystick * _arg0; | |
7154 | PyObject * _argo0 = 0; | |
7155 | char *_kwnames[] = { "self", NULL }; | |
7156 | ||
7157 | self = self; | |
7158 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetXMax",_kwnames,&_argo0)) | |
7159 | return NULL; | |
7160 | if (_argo0) { | |
7161 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7162 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7163 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetXMax. Expected _wxJoystick_p."); | |
7164 | return NULL; | |
7165 | } | |
7166 | } | |
7167 | { | |
4268f798 | 7168 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7169 | _result = (int )wxJoystick_GetXMax(_arg0); |
185d7c3e | 7170 | |
4268f798 RD |
7171 | wxPyEndAllowThreads(__tstate); |
7172 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7173 | } _resultobj = Py_BuildValue("i",_result); |
7174 | return _resultobj; | |
7175 | } | |
7176 | ||
7177 | #define wxJoystick_GetYMax(_swigobj) (_swigobj->GetYMax()) | |
7178 | static PyObject *_wrap_wxJoystick_GetYMax(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7179 | PyObject * _resultobj; | |
7180 | int _result; | |
7181 | wxJoystick * _arg0; | |
7182 | PyObject * _argo0 = 0; | |
7183 | char *_kwnames[] = { "self", NULL }; | |
7184 | ||
7185 | self = self; | |
7186 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetYMax",_kwnames,&_argo0)) | |
7187 | return NULL; | |
7188 | if (_argo0) { | |
7189 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7190 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7191 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetYMax. Expected _wxJoystick_p."); | |
7192 | return NULL; | |
7193 | } | |
7194 | } | |
7195 | { | |
4268f798 | 7196 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7197 | _result = (int )wxJoystick_GetYMax(_arg0); |
185d7c3e | 7198 | |
4268f798 RD |
7199 | wxPyEndAllowThreads(__tstate); |
7200 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7201 | } _resultobj = Py_BuildValue("i",_result); |
7202 | return _resultobj; | |
7203 | } | |
7204 | ||
7205 | #define wxJoystick_GetZMax(_swigobj) (_swigobj->GetZMax()) | |
7206 | static PyObject *_wrap_wxJoystick_GetZMax(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7207 | PyObject * _resultobj; | |
7208 | int _result; | |
7209 | wxJoystick * _arg0; | |
7210 | PyObject * _argo0 = 0; | |
7211 | char *_kwnames[] = { "self", NULL }; | |
7212 | ||
7213 | self = self; | |
7214 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetZMax",_kwnames,&_argo0)) | |
7215 | return NULL; | |
7216 | if (_argo0) { | |
7217 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7218 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7219 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetZMax. Expected _wxJoystick_p."); | |
7220 | return NULL; | |
7221 | } | |
7222 | } | |
7223 | { | |
4268f798 | 7224 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7225 | _result = (int )wxJoystick_GetZMax(_arg0); |
185d7c3e | 7226 | |
4268f798 RD |
7227 | wxPyEndAllowThreads(__tstate); |
7228 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7229 | } _resultobj = Py_BuildValue("i",_result); |
7230 | return _resultobj; | |
7231 | } | |
7232 | ||
7233 | #define wxJoystick_GetNumberButtons(_swigobj) (_swigobj->GetNumberButtons()) | |
7234 | static PyObject *_wrap_wxJoystick_GetNumberButtons(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7235 | PyObject * _resultobj; | |
7236 | int _result; | |
7237 | wxJoystick * _arg0; | |
7238 | PyObject * _argo0 = 0; | |
7239 | char *_kwnames[] = { "self", NULL }; | |
7240 | ||
7241 | self = self; | |
7242 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetNumberButtons",_kwnames,&_argo0)) | |
7243 | return NULL; | |
7244 | if (_argo0) { | |
7245 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7246 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7247 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetNumberButtons. Expected _wxJoystick_p."); | |
7248 | return NULL; | |
7249 | } | |
7250 | } | |
7251 | { | |
4268f798 | 7252 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7253 | _result = (int )wxJoystick_GetNumberButtons(_arg0); |
185d7c3e | 7254 | |
4268f798 RD |
7255 | wxPyEndAllowThreads(__tstate); |
7256 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7257 | } _resultobj = Py_BuildValue("i",_result); |
7258 | return _resultobj; | |
7259 | } | |
7260 | ||
7261 | #define wxJoystick_GetNumberAxes(_swigobj) (_swigobj->GetNumberAxes()) | |
7262 | static PyObject *_wrap_wxJoystick_GetNumberAxes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7263 | PyObject * _resultobj; | |
7264 | int _result; | |
7265 | wxJoystick * _arg0; | |
7266 | PyObject * _argo0 = 0; | |
7267 | char *_kwnames[] = { "self", NULL }; | |
7268 | ||
7269 | self = self; | |
7270 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetNumberAxes",_kwnames,&_argo0)) | |
7271 | return NULL; | |
7272 | if (_argo0) { | |
7273 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7274 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7275 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetNumberAxes. Expected _wxJoystick_p."); | |
7276 | return NULL; | |
7277 | } | |
7278 | } | |
7279 | { | |
4268f798 | 7280 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7281 | _result = (int )wxJoystick_GetNumberAxes(_arg0); |
185d7c3e | 7282 | |
4268f798 RD |
7283 | wxPyEndAllowThreads(__tstate); |
7284 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7285 | } _resultobj = Py_BuildValue("i",_result); |
7286 | return _resultobj; | |
7287 | } | |
7288 | ||
7289 | #define wxJoystick_GetMaxButtons(_swigobj) (_swigobj->GetMaxButtons()) | |
7290 | static PyObject *_wrap_wxJoystick_GetMaxButtons(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7291 | PyObject * _resultobj; | |
7292 | int _result; | |
7293 | wxJoystick * _arg0; | |
7294 | PyObject * _argo0 = 0; | |
7295 | char *_kwnames[] = { "self", NULL }; | |
7296 | ||
7297 | self = self; | |
7298 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetMaxButtons",_kwnames,&_argo0)) | |
7299 | return NULL; | |
7300 | if (_argo0) { | |
7301 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7302 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7303 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetMaxButtons. Expected _wxJoystick_p."); | |
7304 | return NULL; | |
7305 | } | |
7306 | } | |
7307 | { | |
4268f798 | 7308 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7309 | _result = (int )wxJoystick_GetMaxButtons(_arg0); |
185d7c3e | 7310 | |
4268f798 RD |
7311 | wxPyEndAllowThreads(__tstate); |
7312 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7313 | } _resultobj = Py_BuildValue("i",_result); |
7314 | return _resultobj; | |
7315 | } | |
7316 | ||
7317 | #define wxJoystick_GetMaxAxes(_swigobj) (_swigobj->GetMaxAxes()) | |
7318 | static PyObject *_wrap_wxJoystick_GetMaxAxes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7319 | PyObject * _resultobj; | |
7320 | int _result; | |
7321 | wxJoystick * _arg0; | |
7322 | PyObject * _argo0 = 0; | |
7323 | char *_kwnames[] = { "self", NULL }; | |
7324 | ||
7325 | self = self; | |
7326 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetMaxAxes",_kwnames,&_argo0)) | |
7327 | return NULL; | |
7328 | if (_argo0) { | |
7329 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7330 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7331 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetMaxAxes. Expected _wxJoystick_p."); | |
7332 | return NULL; | |
7333 | } | |
7334 | } | |
7335 | { | |
4268f798 | 7336 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7337 | _result = (int )wxJoystick_GetMaxAxes(_arg0); |
185d7c3e | 7338 | |
4268f798 RD |
7339 | wxPyEndAllowThreads(__tstate); |
7340 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7341 | } _resultobj = Py_BuildValue("i",_result); |
7342 | return _resultobj; | |
7343 | } | |
7344 | ||
7345 | #define wxJoystick_GetPollingMin(_swigobj) (_swigobj->GetPollingMin()) | |
7346 | static PyObject *_wrap_wxJoystick_GetPollingMin(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7347 | PyObject * _resultobj; | |
7348 | int _result; | |
7349 | wxJoystick * _arg0; | |
7350 | PyObject * _argo0 = 0; | |
7351 | char *_kwnames[] = { "self", NULL }; | |
7352 | ||
7353 | self = self; | |
7354 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetPollingMin",_kwnames,&_argo0)) | |
7355 | return NULL; | |
7356 | if (_argo0) { | |
7357 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7358 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7359 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetPollingMin. Expected _wxJoystick_p."); | |
7360 | return NULL; | |
7361 | } | |
7362 | } | |
7363 | { | |
4268f798 | 7364 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7365 | _result = (int )wxJoystick_GetPollingMin(_arg0); |
185d7c3e | 7366 | |
4268f798 RD |
7367 | wxPyEndAllowThreads(__tstate); |
7368 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7369 | } _resultobj = Py_BuildValue("i",_result); |
7370 | return _resultobj; | |
7371 | } | |
7372 | ||
7373 | #define wxJoystick_GetPollingMax(_swigobj) (_swigobj->GetPollingMax()) | |
7374 | static PyObject *_wrap_wxJoystick_GetPollingMax(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7375 | PyObject * _resultobj; | |
7376 | int _result; | |
7377 | wxJoystick * _arg0; | |
7378 | PyObject * _argo0 = 0; | |
7379 | char *_kwnames[] = { "self", NULL }; | |
7380 | ||
7381 | self = self; | |
7382 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetPollingMax",_kwnames,&_argo0)) | |
7383 | return NULL; | |
7384 | if (_argo0) { | |
7385 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7386 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7387 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetPollingMax. Expected _wxJoystick_p."); | |
7388 | return NULL; | |
7389 | } | |
7390 | } | |
7391 | { | |
4268f798 | 7392 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7393 | _result = (int )wxJoystick_GetPollingMax(_arg0); |
185d7c3e | 7394 | |
4268f798 RD |
7395 | wxPyEndAllowThreads(__tstate); |
7396 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7397 | } _resultobj = Py_BuildValue("i",_result); |
7398 | return _resultobj; | |
7399 | } | |
7400 | ||
7401 | #define wxJoystick_GetRudderMin(_swigobj) (_swigobj->GetRudderMin()) | |
7402 | static PyObject *_wrap_wxJoystick_GetRudderMin(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7403 | PyObject * _resultobj; | |
7404 | int _result; | |
7405 | wxJoystick * _arg0; | |
7406 | PyObject * _argo0 = 0; | |
7407 | char *_kwnames[] = { "self", NULL }; | |
7408 | ||
7409 | self = self; | |
7410 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetRudderMin",_kwnames,&_argo0)) | |
7411 | return NULL; | |
7412 | if (_argo0) { | |
7413 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7414 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7415 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetRudderMin. Expected _wxJoystick_p."); | |
7416 | return NULL; | |
7417 | } | |
7418 | } | |
7419 | { | |
4268f798 | 7420 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7421 | _result = (int )wxJoystick_GetRudderMin(_arg0); |
185d7c3e | 7422 | |
4268f798 RD |
7423 | wxPyEndAllowThreads(__tstate); |
7424 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7425 | } _resultobj = Py_BuildValue("i",_result); |
7426 | return _resultobj; | |
7427 | } | |
7428 | ||
7429 | #define wxJoystick_GetRudderMax(_swigobj) (_swigobj->GetRudderMax()) | |
7430 | static PyObject *_wrap_wxJoystick_GetRudderMax(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7431 | PyObject * _resultobj; | |
7432 | int _result; | |
7433 | wxJoystick * _arg0; | |
7434 | PyObject * _argo0 = 0; | |
7435 | char *_kwnames[] = { "self", NULL }; | |
7436 | ||
7437 | self = self; | |
7438 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetRudderMax",_kwnames,&_argo0)) | |
7439 | return NULL; | |
7440 | if (_argo0) { | |
7441 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7442 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7443 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetRudderMax. Expected _wxJoystick_p."); | |
7444 | return NULL; | |
7445 | } | |
7446 | } | |
7447 | { | |
4268f798 | 7448 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7449 | _result = (int )wxJoystick_GetRudderMax(_arg0); |
185d7c3e | 7450 | |
4268f798 RD |
7451 | wxPyEndAllowThreads(__tstate); |
7452 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7453 | } _resultobj = Py_BuildValue("i",_result); |
7454 | return _resultobj; | |
7455 | } | |
7456 | ||
7457 | #define wxJoystick_GetUMin(_swigobj) (_swigobj->GetUMin()) | |
7458 | static PyObject *_wrap_wxJoystick_GetUMin(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7459 | PyObject * _resultobj; | |
7460 | int _result; | |
7461 | wxJoystick * _arg0; | |
7462 | PyObject * _argo0 = 0; | |
7463 | char *_kwnames[] = { "self", NULL }; | |
7464 | ||
7465 | self = self; | |
7466 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetUMin",_kwnames,&_argo0)) | |
7467 | return NULL; | |
7468 | if (_argo0) { | |
7469 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7470 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7471 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetUMin. Expected _wxJoystick_p."); | |
7472 | return NULL; | |
7473 | } | |
7474 | } | |
7475 | { | |
4268f798 | 7476 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7477 | _result = (int )wxJoystick_GetUMin(_arg0); |
185d7c3e | 7478 | |
4268f798 RD |
7479 | wxPyEndAllowThreads(__tstate); |
7480 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7481 | } _resultobj = Py_BuildValue("i",_result); |
7482 | return _resultobj; | |
7483 | } | |
7484 | ||
7485 | #define wxJoystick_GetUMax(_swigobj) (_swigobj->GetUMax()) | |
7486 | static PyObject *_wrap_wxJoystick_GetUMax(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7487 | PyObject * _resultobj; | |
7488 | int _result; | |
7489 | wxJoystick * _arg0; | |
7490 | PyObject * _argo0 = 0; | |
7491 | char *_kwnames[] = { "self", NULL }; | |
7492 | ||
7493 | self = self; | |
7494 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetUMax",_kwnames,&_argo0)) | |
7495 | return NULL; | |
7496 | if (_argo0) { | |
7497 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7498 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7499 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetUMax. Expected _wxJoystick_p."); | |
7500 | return NULL; | |
7501 | } | |
7502 | } | |
7503 | { | |
4268f798 | 7504 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7505 | _result = (int )wxJoystick_GetUMax(_arg0); |
185d7c3e | 7506 | |
4268f798 RD |
7507 | wxPyEndAllowThreads(__tstate); |
7508 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7509 | } _resultobj = Py_BuildValue("i",_result); |
7510 | return _resultobj; | |
7511 | } | |
7512 | ||
7513 | #define wxJoystick_GetVMin(_swigobj) (_swigobj->GetVMin()) | |
7514 | static PyObject *_wrap_wxJoystick_GetVMin(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7515 | PyObject * _resultobj; | |
7516 | int _result; | |
7517 | wxJoystick * _arg0; | |
7518 | PyObject * _argo0 = 0; | |
7519 | char *_kwnames[] = { "self", NULL }; | |
7520 | ||
7521 | self = self; | |
7522 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetVMin",_kwnames,&_argo0)) | |
7523 | return NULL; | |
7524 | if (_argo0) { | |
7525 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7526 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7527 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetVMin. Expected _wxJoystick_p."); | |
7528 | return NULL; | |
7529 | } | |
7530 | } | |
7531 | { | |
4268f798 | 7532 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7533 | _result = (int )wxJoystick_GetVMin(_arg0); |
185d7c3e | 7534 | |
4268f798 RD |
7535 | wxPyEndAllowThreads(__tstate); |
7536 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7537 | } _resultobj = Py_BuildValue("i",_result); |
7538 | return _resultobj; | |
7539 | } | |
7540 | ||
7541 | #define wxJoystick_GetVMax(_swigobj) (_swigobj->GetVMax()) | |
7542 | static PyObject *_wrap_wxJoystick_GetVMax(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7543 | PyObject * _resultobj; | |
7544 | int _result; | |
7545 | wxJoystick * _arg0; | |
7546 | PyObject * _argo0 = 0; | |
7547 | char *_kwnames[] = { "self", NULL }; | |
7548 | ||
7549 | self = self; | |
7550 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_GetVMax",_kwnames,&_argo0)) | |
7551 | return NULL; | |
7552 | if (_argo0) { | |
7553 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7554 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7555 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_GetVMax. Expected _wxJoystick_p."); | |
7556 | return NULL; | |
7557 | } | |
7558 | } | |
7559 | { | |
4268f798 | 7560 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7561 | _result = (int )wxJoystick_GetVMax(_arg0); |
185d7c3e | 7562 | |
4268f798 RD |
7563 | wxPyEndAllowThreads(__tstate); |
7564 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7565 | } _resultobj = Py_BuildValue("i",_result); |
7566 | return _resultobj; | |
7567 | } | |
7568 | ||
7569 | #define wxJoystick_HasRudder(_swigobj) (_swigobj->HasRudder()) | |
7570 | static PyObject *_wrap_wxJoystick_HasRudder(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7571 | PyObject * _resultobj; | |
7572 | bool _result; | |
7573 | wxJoystick * _arg0; | |
7574 | PyObject * _argo0 = 0; | |
7575 | char *_kwnames[] = { "self", NULL }; | |
7576 | ||
7577 | self = self; | |
7578 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_HasRudder",_kwnames,&_argo0)) | |
7579 | return NULL; | |
7580 | if (_argo0) { | |
7581 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7582 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7583 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_HasRudder. Expected _wxJoystick_p."); | |
7584 | return NULL; | |
7585 | } | |
7586 | } | |
7587 | { | |
4268f798 | 7588 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7589 | _result = (bool )wxJoystick_HasRudder(_arg0); |
185d7c3e | 7590 | |
4268f798 RD |
7591 | wxPyEndAllowThreads(__tstate); |
7592 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7593 | } _resultobj = Py_BuildValue("i",_result); |
7594 | return _resultobj; | |
7595 | } | |
7596 | ||
7597 | #define wxJoystick_HasZ(_swigobj) (_swigobj->HasZ()) | |
7598 | static PyObject *_wrap_wxJoystick_HasZ(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7599 | PyObject * _resultobj; | |
7600 | bool _result; | |
7601 | wxJoystick * _arg0; | |
7602 | PyObject * _argo0 = 0; | |
7603 | char *_kwnames[] = { "self", NULL }; | |
7604 | ||
7605 | self = self; | |
7606 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_HasZ",_kwnames,&_argo0)) | |
7607 | return NULL; | |
7608 | if (_argo0) { | |
7609 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7610 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7611 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_HasZ. Expected _wxJoystick_p."); | |
7612 | return NULL; | |
7613 | } | |
7614 | } | |
7615 | { | |
4268f798 | 7616 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7617 | _result = (bool )wxJoystick_HasZ(_arg0); |
185d7c3e | 7618 | |
4268f798 RD |
7619 | wxPyEndAllowThreads(__tstate); |
7620 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7621 | } _resultobj = Py_BuildValue("i",_result); |
7622 | return _resultobj; | |
7623 | } | |
7624 | ||
7625 | #define wxJoystick_HasU(_swigobj) (_swigobj->HasU()) | |
7626 | static PyObject *_wrap_wxJoystick_HasU(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7627 | PyObject * _resultobj; | |
7628 | bool _result; | |
7629 | wxJoystick * _arg0; | |
7630 | PyObject * _argo0 = 0; | |
7631 | char *_kwnames[] = { "self", NULL }; | |
7632 | ||
7633 | self = self; | |
7634 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_HasU",_kwnames,&_argo0)) | |
7635 | return NULL; | |
7636 | if (_argo0) { | |
7637 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7638 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7639 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_HasU. Expected _wxJoystick_p."); | |
7640 | return NULL; | |
7641 | } | |
7642 | } | |
7643 | { | |
4268f798 | 7644 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7645 | _result = (bool )wxJoystick_HasU(_arg0); |
185d7c3e | 7646 | |
4268f798 RD |
7647 | wxPyEndAllowThreads(__tstate); |
7648 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7649 | } _resultobj = Py_BuildValue("i",_result); |
7650 | return _resultobj; | |
7651 | } | |
7652 | ||
7653 | #define wxJoystick_HasV(_swigobj) (_swigobj->HasV()) | |
7654 | static PyObject *_wrap_wxJoystick_HasV(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7655 | PyObject * _resultobj; | |
7656 | bool _result; | |
7657 | wxJoystick * _arg0; | |
7658 | PyObject * _argo0 = 0; | |
7659 | char *_kwnames[] = { "self", NULL }; | |
7660 | ||
7661 | self = self; | |
7662 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_HasV",_kwnames,&_argo0)) | |
7663 | return NULL; | |
7664 | if (_argo0) { | |
7665 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7666 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7667 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_HasV. Expected _wxJoystick_p."); | |
7668 | return NULL; | |
7669 | } | |
7670 | } | |
7671 | { | |
4268f798 | 7672 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7673 | _result = (bool )wxJoystick_HasV(_arg0); |
185d7c3e | 7674 | |
4268f798 RD |
7675 | wxPyEndAllowThreads(__tstate); |
7676 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7677 | } _resultobj = Py_BuildValue("i",_result); |
7678 | return _resultobj; | |
7679 | } | |
7680 | ||
7681 | #define wxJoystick_HasPOV(_swigobj) (_swigobj->HasPOV()) | |
7682 | static PyObject *_wrap_wxJoystick_HasPOV(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7683 | PyObject * _resultobj; | |
7684 | bool _result; | |
7685 | wxJoystick * _arg0; | |
7686 | PyObject * _argo0 = 0; | |
7687 | char *_kwnames[] = { "self", NULL }; | |
7688 | ||
7689 | self = self; | |
7690 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_HasPOV",_kwnames,&_argo0)) | |
7691 | return NULL; | |
7692 | if (_argo0) { | |
7693 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7694 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7695 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_HasPOV. Expected _wxJoystick_p."); | |
7696 | return NULL; | |
7697 | } | |
7698 | } | |
7699 | { | |
4268f798 | 7700 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7701 | _result = (bool )wxJoystick_HasPOV(_arg0); |
185d7c3e | 7702 | |
4268f798 RD |
7703 | wxPyEndAllowThreads(__tstate); |
7704 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7705 | } _resultobj = Py_BuildValue("i",_result); |
7706 | return _resultobj; | |
7707 | } | |
7708 | ||
7709 | #define wxJoystick_HasPOV4Dir(_swigobj) (_swigobj->HasPOV4Dir()) | |
7710 | static PyObject *_wrap_wxJoystick_HasPOV4Dir(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7711 | PyObject * _resultobj; | |
7712 | bool _result; | |
7713 | wxJoystick * _arg0; | |
7714 | PyObject * _argo0 = 0; | |
7715 | char *_kwnames[] = { "self", NULL }; | |
7716 | ||
7717 | self = self; | |
7718 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_HasPOV4Dir",_kwnames,&_argo0)) | |
7719 | return NULL; | |
7720 | if (_argo0) { | |
7721 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7722 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7723 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_HasPOV4Dir. Expected _wxJoystick_p."); | |
7724 | return NULL; | |
7725 | } | |
7726 | } | |
7727 | { | |
4268f798 | 7728 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7729 | _result = (bool )wxJoystick_HasPOV4Dir(_arg0); |
185d7c3e | 7730 | |
4268f798 RD |
7731 | wxPyEndAllowThreads(__tstate); |
7732 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7733 | } _resultobj = Py_BuildValue("i",_result); |
7734 | return _resultobj; | |
7735 | } | |
7736 | ||
7737 | #define wxJoystick_HasPOVCTS(_swigobj) (_swigobj->HasPOVCTS()) | |
7738 | static PyObject *_wrap_wxJoystick_HasPOVCTS(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7739 | PyObject * _resultobj; | |
7740 | bool _result; | |
7741 | wxJoystick * _arg0; | |
7742 | PyObject * _argo0 = 0; | |
7743 | char *_kwnames[] = { "self", NULL }; | |
7744 | ||
7745 | self = self; | |
7746 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_HasPOVCTS",_kwnames,&_argo0)) | |
7747 | return NULL; | |
7748 | if (_argo0) { | |
7749 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7750 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7751 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_HasPOVCTS. Expected _wxJoystick_p."); | |
7752 | return NULL; | |
7753 | } | |
7754 | } | |
7755 | { | |
4268f798 | 7756 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7757 | _result = (bool )wxJoystick_HasPOVCTS(_arg0); |
185d7c3e | 7758 | |
4268f798 RD |
7759 | wxPyEndAllowThreads(__tstate); |
7760 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7761 | } _resultobj = Py_BuildValue("i",_result); |
7762 | return _resultobj; | |
7763 | } | |
7764 | ||
7765 | #define wxJoystick_SetCapture(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetCapture(_swigarg0,_swigarg1)) | |
7766 | static PyObject *_wrap_wxJoystick_SetCapture(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7767 | PyObject * _resultobj; | |
7768 | bool _result; | |
7769 | wxJoystick * _arg0; | |
7770 | wxWindow * _arg1; | |
7771 | int _arg2 = (int ) 0; | |
7772 | PyObject * _argo0 = 0; | |
7773 | PyObject * _argo1 = 0; | |
7774 | char *_kwnames[] = { "self","win","pollingFreq", NULL }; | |
7775 | ||
7776 | self = self; | |
7777 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxJoystick_SetCapture",_kwnames,&_argo0,&_argo1,&_arg2)) | |
7778 | return NULL; | |
7779 | if (_argo0) { | |
7780 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7781 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7782 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_SetCapture. Expected _wxJoystick_p."); | |
7783 | return NULL; | |
7784 | } | |
7785 | } | |
7786 | if (_argo1) { | |
7787 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
7788 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
7789 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxJoystick_SetCapture. Expected _wxWindow_p."); | |
7790 | return NULL; | |
7791 | } | |
7792 | } | |
7793 | { | |
4268f798 | 7794 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7795 | _result = (bool )wxJoystick_SetCapture(_arg0,_arg1,_arg2); |
185d7c3e | 7796 | |
4268f798 RD |
7797 | wxPyEndAllowThreads(__tstate); |
7798 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7799 | } _resultobj = Py_BuildValue("i",_result); |
7800 | return _resultobj; | |
7801 | } | |
7802 | ||
7803 | #define wxJoystick_ReleaseCapture(_swigobj) (_swigobj->ReleaseCapture()) | |
7804 | static PyObject *_wrap_wxJoystick_ReleaseCapture(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7805 | PyObject * _resultobj; | |
7806 | bool _result; | |
7807 | wxJoystick * _arg0; | |
7808 | PyObject * _argo0 = 0; | |
7809 | char *_kwnames[] = { "self", NULL }; | |
7810 | ||
7811 | self = self; | |
7812 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxJoystick_ReleaseCapture",_kwnames,&_argo0)) | |
7813 | return NULL; | |
7814 | if (_argo0) { | |
7815 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7816 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxJoystick_p")) { | |
7817 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxJoystick_ReleaseCapture. Expected _wxJoystick_p."); | |
7818 | return NULL; | |
7819 | } | |
7820 | } | |
7821 | { | |
4268f798 | 7822 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7823 | _result = (bool )wxJoystick_ReleaseCapture(_arg0); |
185d7c3e | 7824 | |
4268f798 RD |
7825 | wxPyEndAllowThreads(__tstate); |
7826 | if (PyErr_Occurred()) return NULL; | |
185d7c3e RD |
7827 | } _resultobj = Py_BuildValue("i",_result); |
7828 | return _resultobj; | |
7829 | } | |
7830 | ||
493f1553 RD |
7831 | static void *SwigwxWaveTowxObject(void *ptr) { |
7832 | wxWave *src; | |
7833 | wxObject *dest; | |
7834 | src = (wxWave *) ptr; | |
7835 | dest = (wxObject *) src; | |
7836 | return (void *) dest; | |
7837 | } | |
7838 | ||
7839 | #define new_wxWave(_swigarg0,_swigarg1) (new wxWave(_swigarg0,_swigarg1)) | |
7840 | static PyObject *_wrap_new_wxWave(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7841 | PyObject * _resultobj; | |
7842 | wxWave * _result; | |
7843 | wxString * _arg0; | |
7844 | bool _arg1 = (bool ) FALSE; | |
7845 | PyObject * _obj0 = 0; | |
7846 | int tempbool1 = (int) FALSE; | |
7847 | char *_kwnames[] = { "fileName","isResource", NULL }; | |
7848 | char _ptemp[128]; | |
7849 | ||
7850 | self = self; | |
7851 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:new_wxWave",_kwnames,&_obj0,&tempbool1)) | |
7852 | return NULL; | |
7853 | { | |
c8bc7bb8 RD |
7854 | _arg0 = wxString_in_helper(_obj0); |
7855 | if (_arg0 == NULL) | |
493f1553 | 7856 | return NULL; |
493f1553 RD |
7857 | } |
7858 | _arg1 = (bool ) tempbool1; | |
7859 | { | |
4268f798 | 7860 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7861 | _result = (wxWave *)new_wxWave(*_arg0,_arg1); |
493f1553 | 7862 | |
4268f798 RD |
7863 | wxPyEndAllowThreads(__tstate); |
7864 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
7865 | } if (_result) { |
7866 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxWave_p"); | |
7867 | _resultobj = Py_BuildValue("s",_ptemp); | |
7868 | } else { | |
7869 | Py_INCREF(Py_None); | |
7870 | _resultobj = Py_None; | |
7871 | } | |
7872 | { | |
7873 | if (_obj0) | |
7874 | delete _arg0; | |
7875 | } | |
7876 | return _resultobj; | |
7877 | } | |
7878 | ||
7879 | #define delete_wxWave(_swigobj) (delete _swigobj) | |
7880 | static PyObject *_wrap_delete_wxWave(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7881 | PyObject * _resultobj; | |
7882 | wxWave * _arg0; | |
7883 | PyObject * _argo0 = 0; | |
7884 | char *_kwnames[] = { "self", NULL }; | |
7885 | ||
7886 | self = self; | |
7887 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxWave",_kwnames,&_argo0)) | |
7888 | return NULL; | |
7889 | if (_argo0) { | |
7890 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7891 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWave_p")) { | |
7892 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxWave. Expected _wxWave_p."); | |
7893 | return NULL; | |
7894 | } | |
7895 | } | |
7896 | { | |
4268f798 | 7897 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7898 | delete_wxWave(_arg0); |
493f1553 | 7899 | |
4268f798 RD |
7900 | wxPyEndAllowThreads(__tstate); |
7901 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
7902 | } Py_INCREF(Py_None); |
7903 | _resultobj = Py_None; | |
7904 | return _resultobj; | |
7905 | } | |
7906 | ||
7907 | #define wxWave_IsOk(_swigobj) (_swigobj->IsOk()) | |
7908 | static PyObject *_wrap_wxWave_IsOk(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7909 | PyObject * _resultobj; | |
7910 | bool _result; | |
7911 | wxWave * _arg0; | |
7912 | PyObject * _argo0 = 0; | |
7913 | char *_kwnames[] = { "self", NULL }; | |
7914 | ||
7915 | self = self; | |
7916 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxWave_IsOk",_kwnames,&_argo0)) | |
7917 | return NULL; | |
7918 | if (_argo0) { | |
7919 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7920 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWave_p")) { | |
7921 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxWave_IsOk. Expected _wxWave_p."); | |
7922 | return NULL; | |
7923 | } | |
7924 | } | |
7925 | { | |
4268f798 | 7926 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7927 | _result = (bool )wxWave_IsOk(_arg0); |
493f1553 | 7928 | |
4268f798 RD |
7929 | wxPyEndAllowThreads(__tstate); |
7930 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
7931 | } _resultobj = Py_BuildValue("i",_result); |
7932 | return _resultobj; | |
7933 | } | |
7934 | ||
7935 | #define wxWave_Play(_swigobj,_swigarg0,_swigarg1) (_swigobj->Play(_swigarg0,_swigarg1)) | |
7936 | static PyObject *_wrap_wxWave_Play(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7937 | PyObject * _resultobj; | |
7938 | bool _result; | |
7939 | wxWave * _arg0; | |
7940 | bool _arg1 = (bool ) TRUE; | |
7941 | bool _arg2 = (bool ) FALSE; | |
7942 | PyObject * _argo0 = 0; | |
7943 | int tempbool1 = (int) TRUE; | |
7944 | int tempbool2 = (int) FALSE; | |
7945 | char *_kwnames[] = { "self","async","looped", NULL }; | |
7946 | ||
7947 | self = self; | |
7948 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|ii:wxWave_Play",_kwnames,&_argo0,&tempbool1,&tempbool2)) | |
7949 | return NULL; | |
7950 | if (_argo0) { | |
7951 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
7952 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxWave_p")) { | |
7953 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxWave_Play. Expected _wxWave_p."); | |
7954 | return NULL; | |
7955 | } | |
7956 | } | |
7957 | _arg1 = (bool ) tempbool1; | |
7958 | _arg2 = (bool ) tempbool2; | |
7959 | { | |
4268f798 | 7960 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7961 | _result = (bool )wxWave_Play(_arg0,_arg1,_arg2); |
493f1553 | 7962 | |
4268f798 RD |
7963 | wxPyEndAllowThreads(__tstate); |
7964 | if (PyErr_Occurred()) return NULL; | |
493f1553 RD |
7965 | } _resultobj = Py_BuildValue("i",_result); |
7966 | return _resultobj; | |
7967 | } | |
7968 | ||
b37c7e1d RD |
7969 | #define new_wxFileTypeInfo(_swigarg0,_swigarg1,_swigarg2,_swigarg3) (new wxFileTypeInfo(_swigarg0,_swigarg1,_swigarg2,_swigarg3)) |
7970 | static PyObject *_wrap_new_wxFileTypeInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7971 | PyObject * _resultobj; | |
7972 | wxFileTypeInfo * _result; | |
7973 | char * _arg0; | |
7974 | char * _arg1; | |
7975 | char * _arg2; | |
7976 | char * _arg3; | |
7977 | char *_kwnames[] = { "mimeType","openCmd","printCmd","desc", NULL }; | |
7978 | char _ptemp[128]; | |
7979 | ||
7980 | self = self; | |
7981 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"ssss:new_wxFileTypeInfo",_kwnames,&_arg0,&_arg1,&_arg2,&_arg3)) | |
7982 | return NULL; | |
7983 | { | |
4268f798 | 7984 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 7985 | _result = (wxFileTypeInfo *)new_wxFileTypeInfo(_arg0,_arg1,_arg2,_arg3); |
b37c7e1d | 7986 | |
4268f798 RD |
7987 | wxPyEndAllowThreads(__tstate); |
7988 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
7989 | } if (_result) { |
7990 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileTypeInfo_p"); | |
7991 | _resultobj = Py_BuildValue("s",_ptemp); | |
7992 | } else { | |
7993 | Py_INCREF(Py_None); | |
7994 | _resultobj = Py_None; | |
7995 | } | |
7996 | return _resultobj; | |
7997 | } | |
7998 | ||
7999 | #define new_wxFileTypeInfoSequence(_swigarg0) (new wxFileTypeInfo(_swigarg0)) | |
8000 | static PyObject *_wrap_new_wxFileTypeInfoSequence(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8001 | PyObject * _resultobj; | |
8002 | wxFileTypeInfo * _result; | |
8003 | wxArrayString * _arg0; | |
8004 | PyObject * _obj0 = 0; | |
8005 | char *_kwnames[] = { "sArray", NULL }; | |
8006 | char _ptemp[128]; | |
8007 | ||
8008 | self = self; | |
8009 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:new_wxFileTypeInfoSequence",_kwnames,&_obj0)) | |
8010 | return NULL; | |
8011 | { | |
8012 | if (! PySequence_Check(_obj0)) { | |
8013 | PyErr_SetString(PyExc_TypeError, "Sequence of strings expected."); | |
8014 | return NULL; | |
8015 | } | |
8016 | _arg0 = new wxArrayString; | |
8017 | int i, len=PySequence_Length(_obj0); | |
8018 | for (i=0; i<len; i++) { | |
8019 | PyObject* item = PySequence_GetItem(_obj0, i); | |
c8bc7bb8 RD |
8020 | #if wxUSE_UNICODE |
8021 | PyObject* str = PyObject_Unicode(item); | |
8022 | _arg0->Add(PyUnicode_AsUnicode(str)); | |
8023 | #else | |
b37c7e1d | 8024 | PyObject* str = PyObject_Str(item); |
293a0a86 | 8025 | _arg0->Add(PyString_AsString(str)); |
c8bc7bb8 | 8026 | #endif |
b37c7e1d RD |
8027 | Py_DECREF(item); |
8028 | Py_DECREF(str); | |
8029 | } | |
8030 | } | |
8031 | { | |
4268f798 | 8032 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8033 | _result = (wxFileTypeInfo *)new_wxFileTypeInfoSequence(*_arg0); |
b37c7e1d | 8034 | |
4268f798 RD |
8035 | wxPyEndAllowThreads(__tstate); |
8036 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8037 | } if (_result) { |
8038 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileTypeInfo_p"); | |
8039 | _resultobj = Py_BuildValue("s",_ptemp); | |
8040 | } else { | |
8041 | Py_INCREF(Py_None); | |
8042 | _resultobj = Py_None; | |
8043 | } | |
8044 | { | |
8045 | if (_obj0) | |
8046 | delete _arg0; | |
8047 | } | |
8048 | return _resultobj; | |
8049 | } | |
8050 | ||
8051 | #define new_wxNullFileTypeInfo() (new wxFileTypeInfo()) | |
8052 | static PyObject *_wrap_new_wxNullFileTypeInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8053 | PyObject * _resultobj; | |
8054 | wxFileTypeInfo * _result; | |
8055 | char *_kwnames[] = { NULL }; | |
8056 | char _ptemp[128]; | |
8057 | ||
8058 | self = self; | |
8059 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxNullFileTypeInfo",_kwnames)) | |
8060 | return NULL; | |
8061 | { | |
4268f798 | 8062 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8063 | _result = (wxFileTypeInfo *)new_wxNullFileTypeInfo(); |
b37c7e1d | 8064 | |
4268f798 RD |
8065 | wxPyEndAllowThreads(__tstate); |
8066 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8067 | } if (_result) { |
8068 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileTypeInfo_p"); | |
8069 | _resultobj = Py_BuildValue("s",_ptemp); | |
8070 | } else { | |
8071 | Py_INCREF(Py_None); | |
8072 | _resultobj = Py_None; | |
8073 | } | |
8074 | return _resultobj; | |
8075 | } | |
8076 | ||
8077 | #define wxFileTypeInfo_IsValid(_swigobj) (_swigobj->IsValid()) | |
8078 | static PyObject *_wrap_wxFileTypeInfo_IsValid(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8079 | PyObject * _resultobj; | |
8080 | bool _result; | |
8081 | wxFileTypeInfo * _arg0; | |
8082 | PyObject * _argo0 = 0; | |
8083 | char *_kwnames[] = { "self", NULL }; | |
8084 | ||
8085 | self = self; | |
8086 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_IsValid",_kwnames,&_argo0)) | |
8087 | return NULL; | |
8088 | if (_argo0) { | |
8089 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8090 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8091 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_IsValid. Expected _wxFileTypeInfo_p."); | |
8092 | return NULL; | |
8093 | } | |
8094 | } | |
8095 | { | |
4268f798 | 8096 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8097 | _result = (bool )wxFileTypeInfo_IsValid(_arg0); |
b37c7e1d | 8098 | |
4268f798 RD |
8099 | wxPyEndAllowThreads(__tstate); |
8100 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8101 | } _resultobj = Py_BuildValue("i",_result); |
8102 | return _resultobj; | |
8103 | } | |
8104 | ||
8105 | #define wxFileTypeInfo_SetIcon(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetIcon(_swigarg0,_swigarg1)) | |
8106 | static PyObject *_wrap_wxFileTypeInfo_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8107 | PyObject * _resultobj; | |
8108 | wxFileTypeInfo * _arg0; | |
8109 | wxString * _arg1; | |
8110 | int _arg2 = (int ) 0; | |
8111 | PyObject * _argo0 = 0; | |
8112 | PyObject * _obj1 = 0; | |
8113 | char *_kwnames[] = { "self","iconFile","iconIndex", NULL }; | |
8114 | ||
8115 | self = self; | |
8116 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxFileTypeInfo_SetIcon",_kwnames,&_argo0,&_obj1,&_arg2)) | |
8117 | return NULL; | |
8118 | if (_argo0) { | |
8119 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8120 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8121 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_SetIcon. Expected _wxFileTypeInfo_p."); | |
8122 | return NULL; | |
8123 | } | |
8124 | } | |
8125 | { | |
c8bc7bb8 RD |
8126 | _arg1 = wxString_in_helper(_obj1); |
8127 | if (_arg1 == NULL) | |
b37c7e1d | 8128 | return NULL; |
b37c7e1d RD |
8129 | } |
8130 | { | |
4268f798 | 8131 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8132 | wxFileTypeInfo_SetIcon(_arg0,*_arg1,_arg2); |
b37c7e1d | 8133 | |
4268f798 RD |
8134 | wxPyEndAllowThreads(__tstate); |
8135 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8136 | } Py_INCREF(Py_None); |
8137 | _resultobj = Py_None; | |
8138 | { | |
8139 | if (_obj1) | |
8140 | delete _arg1; | |
8141 | } | |
8142 | return _resultobj; | |
8143 | } | |
8144 | ||
8145 | #define wxFileTypeInfo_SetShortDesc(_swigobj,_swigarg0) (_swigobj->SetShortDesc(_swigarg0)) | |
8146 | static PyObject *_wrap_wxFileTypeInfo_SetShortDesc(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8147 | PyObject * _resultobj; | |
8148 | wxFileTypeInfo * _arg0; | |
8149 | wxString * _arg1; | |
8150 | PyObject * _argo0 = 0; | |
8151 | PyObject * _obj1 = 0; | |
8152 | char *_kwnames[] = { "self","shortDesc", NULL }; | |
8153 | ||
8154 | self = self; | |
8155 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileTypeInfo_SetShortDesc",_kwnames,&_argo0,&_obj1)) | |
8156 | return NULL; | |
8157 | if (_argo0) { | |
8158 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8159 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8160 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_SetShortDesc. Expected _wxFileTypeInfo_p."); | |
8161 | return NULL; | |
8162 | } | |
8163 | } | |
8164 | { | |
c8bc7bb8 RD |
8165 | _arg1 = wxString_in_helper(_obj1); |
8166 | if (_arg1 == NULL) | |
b37c7e1d | 8167 | return NULL; |
b37c7e1d RD |
8168 | } |
8169 | { | |
4268f798 | 8170 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8171 | wxFileTypeInfo_SetShortDesc(_arg0,*_arg1); |
b37c7e1d | 8172 | |
4268f798 RD |
8173 | wxPyEndAllowThreads(__tstate); |
8174 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8175 | } Py_INCREF(Py_None); |
8176 | _resultobj = Py_None; | |
8177 | { | |
8178 | if (_obj1) | |
8179 | delete _arg1; | |
8180 | } | |
8181 | return _resultobj; | |
8182 | } | |
8183 | ||
8184 | #define wxFileTypeInfo_GetMimeType(_swigobj) (_swigobj->GetMimeType()) | |
8185 | static PyObject *_wrap_wxFileTypeInfo_GetMimeType(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8186 | PyObject * _resultobj; | |
8187 | wxString * _result; | |
8188 | wxFileTypeInfo * _arg0; | |
8189 | PyObject * _argo0 = 0; | |
8190 | char *_kwnames[] = { "self", NULL }; | |
8191 | ||
8192 | self = self; | |
8193 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetMimeType",_kwnames,&_argo0)) | |
8194 | return NULL; | |
8195 | if (_argo0) { | |
8196 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8197 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8198 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetMimeType. Expected _wxFileTypeInfo_p."); | |
8199 | return NULL; | |
8200 | } | |
8201 | } | |
8202 | { | |
4268f798 | 8203 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8204 | const wxString & _result_ref = wxFileTypeInfo_GetMimeType(_arg0); |
b37c7e1d RD |
8205 | _result = (wxString *) &_result_ref; |
8206 | ||
4268f798 RD |
8207 | wxPyEndAllowThreads(__tstate); |
8208 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d | 8209 | }{ |
c8bc7bb8 RD |
8210 | #if wxUSE_UNICODE |
8211 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
8212 | #else | |
b37c7e1d | 8213 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 8214 | #endif |
b37c7e1d RD |
8215 | } |
8216 | return _resultobj; | |
8217 | } | |
8218 | ||
8219 | #define wxFileTypeInfo_GetOpenCommand(_swigobj) (_swigobj->GetOpenCommand()) | |
8220 | static PyObject *_wrap_wxFileTypeInfo_GetOpenCommand(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8221 | PyObject * _resultobj; | |
8222 | wxString * _result; | |
8223 | wxFileTypeInfo * _arg0; | |
8224 | PyObject * _argo0 = 0; | |
8225 | char *_kwnames[] = { "self", NULL }; | |
8226 | ||
8227 | self = self; | |
8228 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetOpenCommand",_kwnames,&_argo0)) | |
8229 | return NULL; | |
8230 | if (_argo0) { | |
8231 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8232 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8233 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetOpenCommand. Expected _wxFileTypeInfo_p."); | |
8234 | return NULL; | |
8235 | } | |
8236 | } | |
8237 | { | |
4268f798 | 8238 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8239 | const wxString & _result_ref = wxFileTypeInfo_GetOpenCommand(_arg0); |
b37c7e1d RD |
8240 | _result = (wxString *) &_result_ref; |
8241 | ||
4268f798 RD |
8242 | wxPyEndAllowThreads(__tstate); |
8243 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d | 8244 | }{ |
c8bc7bb8 RD |
8245 | #if wxUSE_UNICODE |
8246 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
8247 | #else | |
b37c7e1d | 8248 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 8249 | #endif |
b37c7e1d RD |
8250 | } |
8251 | return _resultobj; | |
8252 | } | |
8253 | ||
8254 | #define wxFileTypeInfo_GetPrintCommand(_swigobj) (_swigobj->GetPrintCommand()) | |
8255 | static PyObject *_wrap_wxFileTypeInfo_GetPrintCommand(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8256 | PyObject * _resultobj; | |
8257 | wxString * _result; | |
8258 | wxFileTypeInfo * _arg0; | |
8259 | PyObject * _argo0 = 0; | |
8260 | char *_kwnames[] = { "self", NULL }; | |
8261 | ||
8262 | self = self; | |
8263 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetPrintCommand",_kwnames,&_argo0)) | |
8264 | return NULL; | |
8265 | if (_argo0) { | |
8266 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8267 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8268 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetPrintCommand. Expected _wxFileTypeInfo_p."); | |
8269 | return NULL; | |
8270 | } | |
8271 | } | |
8272 | { | |
4268f798 | 8273 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8274 | const wxString & _result_ref = wxFileTypeInfo_GetPrintCommand(_arg0); |
b37c7e1d RD |
8275 | _result = (wxString *) &_result_ref; |
8276 | ||
4268f798 RD |
8277 | wxPyEndAllowThreads(__tstate); |
8278 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d | 8279 | }{ |
c8bc7bb8 RD |
8280 | #if wxUSE_UNICODE |
8281 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
8282 | #else | |
b37c7e1d | 8283 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 8284 | #endif |
b37c7e1d RD |
8285 | } |
8286 | return _resultobj; | |
8287 | } | |
8288 | ||
8289 | #define wxFileTypeInfo_GetShortDesc(_swigobj) (_swigobj->GetShortDesc()) | |
8290 | static PyObject *_wrap_wxFileTypeInfo_GetShortDesc(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8291 | PyObject * _resultobj; | |
8292 | wxString * _result; | |
8293 | wxFileTypeInfo * _arg0; | |
8294 | PyObject * _argo0 = 0; | |
8295 | char *_kwnames[] = { "self", NULL }; | |
8296 | ||
8297 | self = self; | |
8298 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetShortDesc",_kwnames,&_argo0)) | |
8299 | return NULL; | |
8300 | if (_argo0) { | |
8301 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8302 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8303 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetShortDesc. Expected _wxFileTypeInfo_p."); | |
8304 | return NULL; | |
8305 | } | |
8306 | } | |
8307 | { | |
4268f798 | 8308 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8309 | const wxString & _result_ref = wxFileTypeInfo_GetShortDesc(_arg0); |
b37c7e1d RD |
8310 | _result = (wxString *) &_result_ref; |
8311 | ||
4268f798 RD |
8312 | wxPyEndAllowThreads(__tstate); |
8313 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d | 8314 | }{ |
c8bc7bb8 RD |
8315 | #if wxUSE_UNICODE |
8316 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
8317 | #else | |
b37c7e1d | 8318 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 8319 | #endif |
b37c7e1d RD |
8320 | } |
8321 | return _resultobj; | |
8322 | } | |
8323 | ||
8324 | #define wxFileTypeInfo_GetDescription(_swigobj) (_swigobj->GetDescription()) | |
8325 | static PyObject *_wrap_wxFileTypeInfo_GetDescription(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8326 | PyObject * _resultobj; | |
8327 | wxString * _result; | |
8328 | wxFileTypeInfo * _arg0; | |
8329 | PyObject * _argo0 = 0; | |
8330 | char *_kwnames[] = { "self", NULL }; | |
8331 | ||
8332 | self = self; | |
8333 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetDescription",_kwnames,&_argo0)) | |
8334 | return NULL; | |
8335 | if (_argo0) { | |
8336 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8337 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8338 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetDescription. Expected _wxFileTypeInfo_p."); | |
8339 | return NULL; | |
8340 | } | |
8341 | } | |
8342 | { | |
4268f798 | 8343 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8344 | const wxString & _result_ref = wxFileTypeInfo_GetDescription(_arg0); |
b37c7e1d RD |
8345 | _result = (wxString *) &_result_ref; |
8346 | ||
4268f798 RD |
8347 | wxPyEndAllowThreads(__tstate); |
8348 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d | 8349 | }{ |
c8bc7bb8 RD |
8350 | #if wxUSE_UNICODE |
8351 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
8352 | #else | |
b37c7e1d | 8353 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 8354 | #endif |
b37c7e1d RD |
8355 | } |
8356 | return _resultobj; | |
8357 | } | |
8358 | ||
8359 | static PyObject * wxFileTypeInfo_GetExtensions(wxFileTypeInfo *self) { | |
8360 | wxArrayString& arr = (wxArrayString&)self->GetExtensions(); | |
8361 | return wxArrayString2PyList_helper(arr); | |
8362 | } | |
8363 | static PyObject *_wrap_wxFileTypeInfo_GetExtensions(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8364 | PyObject * _resultobj; | |
8365 | PyObject * _result; | |
8366 | wxFileTypeInfo * _arg0; | |
8367 | PyObject * _argo0 = 0; | |
8368 | char *_kwnames[] = { "self", NULL }; | |
8369 | ||
8370 | self = self; | |
8371 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetExtensions",_kwnames,&_argo0)) | |
8372 | return NULL; | |
8373 | if (_argo0) { | |
8374 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8375 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8376 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetExtensions. Expected _wxFileTypeInfo_p."); | |
8377 | return NULL; | |
8378 | } | |
8379 | } | |
8380 | { | |
4268f798 | 8381 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8382 | _result = (PyObject *)wxFileTypeInfo_GetExtensions(_arg0); |
b37c7e1d | 8383 | |
4268f798 RD |
8384 | wxPyEndAllowThreads(__tstate); |
8385 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8386 | }{ |
8387 | _resultobj = _result; | |
8388 | } | |
8389 | return _resultobj; | |
8390 | } | |
8391 | ||
8392 | #define wxFileTypeInfo_GetExtensionsCount(_swigobj) (_swigobj->GetExtensionsCount()) | |
8393 | static PyObject *_wrap_wxFileTypeInfo_GetExtensionsCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8394 | PyObject * _resultobj; | |
8395 | int _result; | |
8396 | wxFileTypeInfo * _arg0; | |
8397 | PyObject * _argo0 = 0; | |
8398 | char *_kwnames[] = { "self", NULL }; | |
8399 | ||
8400 | self = self; | |
8401 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetExtensionsCount",_kwnames,&_argo0)) | |
8402 | return NULL; | |
8403 | if (_argo0) { | |
8404 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8405 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8406 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetExtensionsCount. Expected _wxFileTypeInfo_p."); | |
8407 | return NULL; | |
8408 | } | |
8409 | } | |
8410 | { | |
4268f798 | 8411 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8412 | _result = (int )wxFileTypeInfo_GetExtensionsCount(_arg0); |
b37c7e1d | 8413 | |
4268f798 RD |
8414 | wxPyEndAllowThreads(__tstate); |
8415 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8416 | } _resultobj = Py_BuildValue("i",_result); |
8417 | return _resultobj; | |
8418 | } | |
8419 | ||
8420 | #define wxFileTypeInfo_GetIconFile(_swigobj) (_swigobj->GetIconFile()) | |
8421 | static PyObject *_wrap_wxFileTypeInfo_GetIconFile(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8422 | PyObject * _resultobj; | |
8423 | wxString * _result; | |
8424 | wxFileTypeInfo * _arg0; | |
8425 | PyObject * _argo0 = 0; | |
8426 | char *_kwnames[] = { "self", NULL }; | |
8427 | ||
8428 | self = self; | |
8429 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetIconFile",_kwnames,&_argo0)) | |
8430 | return NULL; | |
8431 | if (_argo0) { | |
8432 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8433 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8434 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetIconFile. Expected _wxFileTypeInfo_p."); | |
8435 | return NULL; | |
8436 | } | |
8437 | } | |
8438 | { | |
4268f798 | 8439 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8440 | const wxString & _result_ref = wxFileTypeInfo_GetIconFile(_arg0); |
b37c7e1d RD |
8441 | _result = (wxString *) &_result_ref; |
8442 | ||
4268f798 RD |
8443 | wxPyEndAllowThreads(__tstate); |
8444 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d | 8445 | }{ |
c8bc7bb8 RD |
8446 | #if wxUSE_UNICODE |
8447 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
8448 | #else | |
b37c7e1d | 8449 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 8450 | #endif |
b37c7e1d RD |
8451 | } |
8452 | return _resultobj; | |
8453 | } | |
8454 | ||
8455 | #define wxFileTypeInfo_GetIconIndex(_swigobj) (_swigobj->GetIconIndex()) | |
8456 | static PyObject *_wrap_wxFileTypeInfo_GetIconIndex(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8457 | PyObject * _resultobj; | |
8458 | int _result; | |
8459 | wxFileTypeInfo * _arg0; | |
8460 | PyObject * _argo0 = 0; | |
8461 | char *_kwnames[] = { "self", NULL }; | |
8462 | ||
8463 | self = self; | |
8464 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileTypeInfo_GetIconIndex",_kwnames,&_argo0)) | |
8465 | return NULL; | |
8466 | if (_argo0) { | |
8467 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8468 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8469 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileTypeInfo_GetIconIndex. Expected _wxFileTypeInfo_p."); | |
8470 | return NULL; | |
8471 | } | |
8472 | } | |
8473 | { | |
4268f798 | 8474 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8475 | _result = (int )wxFileTypeInfo_GetIconIndex(_arg0); |
b37c7e1d | 8476 | |
4268f798 RD |
8477 | wxPyEndAllowThreads(__tstate); |
8478 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8479 | } _resultobj = Py_BuildValue("i",_result); |
8480 | return _resultobj; | |
8481 | } | |
8482 | ||
8483 | #define new_wxFileType(_swigarg0) (new wxFileType(_swigarg0)) | |
8484 | static PyObject *_wrap_new_wxFileType(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8485 | PyObject * _resultobj; | |
8486 | wxFileType * _result; | |
8487 | wxFileTypeInfo * _arg0; | |
8488 | PyObject * _argo0 = 0; | |
8489 | char *_kwnames[] = { "ftInfo", NULL }; | |
8490 | char _ptemp[128]; | |
8491 | ||
8492 | self = self; | |
8493 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:new_wxFileType",_kwnames,&_argo0)) | |
8494 | return NULL; | |
8495 | if (_argo0) { | |
8496 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8497 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileTypeInfo_p")) { | |
8498 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxFileType. Expected _wxFileTypeInfo_p."); | |
8499 | return NULL; | |
8500 | } | |
8501 | } | |
8502 | { | |
4268f798 | 8503 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8504 | _result = (wxFileType *)new_wxFileType(*_arg0); |
b37c7e1d | 8505 | |
4268f798 RD |
8506 | wxPyEndAllowThreads(__tstate); |
8507 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8508 | } if (_result) { |
8509 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileType_p"); | |
8510 | _resultobj = Py_BuildValue("s",_ptemp); | |
8511 | } else { | |
8512 | Py_INCREF(Py_None); | |
8513 | _resultobj = Py_None; | |
8514 | } | |
8515 | return _resultobj; | |
8516 | } | |
8517 | ||
8518 | static PyObject * wxFileType_GetMimeType(wxFileType *self) { | |
8519 | wxString str; | |
c8bc7bb8 RD |
8520 | if (self->GetMimeType(&str)) { |
8521 | #if wxUSE_UNICODE | |
8522 | return PyUnicode_FromUnicode(str.c_str(), str.Len()); | |
8523 | #else | |
8524 | return PyString_FromStringAndSize(str.c_str(), str.Len()); | |
8525 | #endif | |
8526 | } | |
b37c7e1d RD |
8527 | else |
8528 | RETURN_NONE(); | |
8529 | } | |
8530 | static PyObject *_wrap_wxFileType_GetMimeType(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8531 | PyObject * _resultobj; | |
8532 | PyObject * _result; | |
8533 | wxFileType * _arg0; | |
8534 | PyObject * _argo0 = 0; | |
8535 | char *_kwnames[] = { "self", NULL }; | |
8536 | ||
8537 | self = self; | |
8538 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileType_GetMimeType",_kwnames,&_argo0)) | |
8539 | return NULL; | |
8540 | if (_argo0) { | |
8541 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8542 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8543 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetMimeType. Expected _wxFileType_p."); | |
8544 | return NULL; | |
8545 | } | |
8546 | } | |
8547 | { | |
4268f798 | 8548 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8549 | _result = (PyObject *)wxFileType_GetMimeType(_arg0); |
b37c7e1d | 8550 | |
4268f798 RD |
8551 | wxPyEndAllowThreads(__tstate); |
8552 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8553 | }{ |
8554 | _resultobj = _result; | |
8555 | } | |
8556 | return _resultobj; | |
8557 | } | |
8558 | ||
8559 | static PyObject * wxFileType_GetMimeTypes(wxFileType *self) { | |
8560 | wxArrayString arr; | |
8561 | if (self->GetMimeTypes(arr)) | |
8562 | return wxArrayString2PyList_helper(arr); | |
8563 | else | |
8564 | RETURN_NONE(); | |
8565 | } | |
8566 | static PyObject *_wrap_wxFileType_GetMimeTypes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8567 | PyObject * _resultobj; | |
8568 | PyObject * _result; | |
8569 | wxFileType * _arg0; | |
8570 | PyObject * _argo0 = 0; | |
8571 | char *_kwnames[] = { "self", NULL }; | |
8572 | ||
8573 | self = self; | |
8574 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileType_GetMimeTypes",_kwnames,&_argo0)) | |
8575 | return NULL; | |
8576 | if (_argo0) { | |
8577 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8578 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8579 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetMimeTypes. Expected _wxFileType_p."); | |
8580 | return NULL; | |
8581 | } | |
8582 | } | |
8583 | { | |
4268f798 | 8584 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8585 | _result = (PyObject *)wxFileType_GetMimeTypes(_arg0); |
b37c7e1d | 8586 | |
4268f798 RD |
8587 | wxPyEndAllowThreads(__tstate); |
8588 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8589 | }{ |
8590 | _resultobj = _result; | |
8591 | } | |
8592 | return _resultobj; | |
8593 | } | |
8594 | ||
8595 | static PyObject * wxFileType_GetExtensions(wxFileType *self) { | |
8596 | wxArrayString arr; | |
8597 | if (self->GetExtensions(arr)) | |
8598 | return wxArrayString2PyList_helper(arr); | |
8599 | else | |
8600 | RETURN_NONE(); | |
8601 | } | |
8602 | static PyObject *_wrap_wxFileType_GetExtensions(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8603 | PyObject * _resultobj; | |
8604 | PyObject * _result; | |
8605 | wxFileType * _arg0; | |
8606 | PyObject * _argo0 = 0; | |
8607 | char *_kwnames[] = { "self", NULL }; | |
8608 | ||
8609 | self = self; | |
8610 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileType_GetExtensions",_kwnames,&_argo0)) | |
8611 | return NULL; | |
8612 | if (_argo0) { | |
8613 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8614 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8615 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetExtensions. Expected _wxFileType_p."); | |
8616 | return NULL; | |
8617 | } | |
8618 | } | |
8619 | { | |
4268f798 | 8620 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8621 | _result = (PyObject *)wxFileType_GetExtensions(_arg0); |
b37c7e1d | 8622 | |
4268f798 RD |
8623 | wxPyEndAllowThreads(__tstate); |
8624 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8625 | }{ |
8626 | _resultobj = _result; | |
8627 | } | |
8628 | return _resultobj; | |
8629 | } | |
8630 | ||
8631 | static wxIcon * wxFileType_GetIcon(wxFileType *self) { | |
8632 | wxIcon icon; | |
8633 | if (self->GetIcon(&icon)) | |
8634 | return new wxIcon(icon); | |
8635 | else | |
8636 | return NULL; | |
8637 | } | |
8638 | static PyObject *_wrap_wxFileType_GetIcon(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8639 | PyObject * _resultobj; | |
8640 | wxIcon * _result; | |
8641 | wxFileType * _arg0; | |
8642 | PyObject * _argo0 = 0; | |
8643 | char *_kwnames[] = { "self", NULL }; | |
8644 | char _ptemp[128]; | |
8645 | ||
8646 | self = self; | |
8647 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileType_GetIcon",_kwnames,&_argo0)) | |
8648 | return NULL; | |
8649 | if (_argo0) { | |
8650 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8651 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8652 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetIcon. Expected _wxFileType_p."); | |
8653 | return NULL; | |
8654 | } | |
8655 | } | |
8656 | { | |
4268f798 | 8657 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8658 | _result = (wxIcon *)wxFileType_GetIcon(_arg0); |
b37c7e1d | 8659 | |
4268f798 RD |
8660 | wxPyEndAllowThreads(__tstate); |
8661 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8662 | } if (_result) { |
8663 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxIcon_p"); | |
8664 | _resultobj = Py_BuildValue("s",_ptemp); | |
8665 | } else { | |
8666 | Py_INCREF(Py_None); | |
8667 | _resultobj = Py_None; | |
8668 | } | |
8669 | return _resultobj; | |
8670 | } | |
8671 | ||
8672 | static PyObject * wxFileType_GetIconInfo(wxFileType *self) { | |
8673 | wxIcon icon; | |
8674 | wxString iconFile; | |
8675 | int iconIndex; | |
8676 | if (self->GetIcon(&icon, &iconFile, &iconIndex)) { | |
4268f798 | 8677 | wxPyBeginBlockThreads(); |
b37c7e1d RD |
8678 | PyObject* tuple = PyTuple_New(3); |
8679 | PyTuple_SetItem(tuple, 0, wxPyConstructObject(new wxIcon(icon), | |
8680 | "wxIcon", TRUE)); | |
c8bc7bb8 RD |
8681 | #if wxUSE_UNICODE |
8682 | PyTuple_SetItem(tuple, 1, PyUnicode_FromUnicode(iconFile.c_str(), iconFile.Len())); | |
8683 | #else | |
8684 | PyTuple_SetItem(tuple, 1, PyString_FromStringAndSize(iconFile.c_str(), iconFile.Len())); | |
8685 | #endif | |
b37c7e1d | 8686 | PyTuple_SetItem(tuple, 2, PyInt_FromLong(iconIndex)); |
4268f798 | 8687 | wxPyEndBlockThreads(); |
b37c7e1d RD |
8688 | return tuple; |
8689 | } | |
8690 | else | |
8691 | RETURN_NONE(); | |
8692 | } | |
8693 | static PyObject *_wrap_wxFileType_GetIconInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8694 | PyObject * _resultobj; | |
8695 | PyObject * _result; | |
8696 | wxFileType * _arg0; | |
8697 | PyObject * _argo0 = 0; | |
8698 | char *_kwnames[] = { "self", NULL }; | |
8699 | ||
8700 | self = self; | |
8701 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileType_GetIconInfo",_kwnames,&_argo0)) | |
8702 | return NULL; | |
8703 | if (_argo0) { | |
8704 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8705 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8706 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetIconInfo. Expected _wxFileType_p."); | |
8707 | return NULL; | |
8708 | } | |
8709 | } | |
8710 | { | |
4268f798 | 8711 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8712 | _result = (PyObject *)wxFileType_GetIconInfo(_arg0); |
b37c7e1d | 8713 | |
4268f798 RD |
8714 | wxPyEndAllowThreads(__tstate); |
8715 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8716 | }{ |
8717 | _resultobj = _result; | |
8718 | } | |
8719 | return _resultobj; | |
8720 | } | |
8721 | ||
8722 | static PyObject * wxFileType_GetDescription(wxFileType *self) { | |
8723 | wxString str; | |
c8bc7bb8 RD |
8724 | if (self->GetDescription(&str)) { |
8725 | #if wxUSE_UNICODE | |
8726 | return PyUnicode_FromUnicode(str.c_str(), str.Len()); | |
8727 | #else | |
8728 | return PyString_FromStringAndSize(str.c_str(), str.Len()); | |
8729 | #endif | |
8730 | } else | |
b37c7e1d RD |
8731 | RETURN_NONE(); |
8732 | } | |
8733 | static PyObject *_wrap_wxFileType_GetDescription(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8734 | PyObject * _resultobj; | |
8735 | PyObject * _result; | |
8736 | wxFileType * _arg0; | |
8737 | PyObject * _argo0 = 0; | |
8738 | char *_kwnames[] = { "self", NULL }; | |
8739 | ||
8740 | self = self; | |
8741 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileType_GetDescription",_kwnames,&_argo0)) | |
8742 | return NULL; | |
8743 | if (_argo0) { | |
8744 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8745 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8746 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetDescription. Expected _wxFileType_p."); | |
8747 | return NULL; | |
8748 | } | |
8749 | } | |
8750 | { | |
4268f798 | 8751 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8752 | _result = (PyObject *)wxFileType_GetDescription(_arg0); |
b37c7e1d | 8753 | |
4268f798 RD |
8754 | wxPyEndAllowThreads(__tstate); |
8755 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8756 | }{ |
8757 | _resultobj = _result; | |
8758 | } | |
8759 | return _resultobj; | |
8760 | } | |
8761 | ||
8762 | static PyObject * wxFileType_GetOpenCommand(wxFileType *self,const wxString & filename,const wxString & mimetype) { | |
8763 | wxString str; | |
c8bc7bb8 RD |
8764 | if (self->GetOpenCommand(&str, wxFileType::MessageParameters(filename, mimetype))) { |
8765 | #if wxUSE_UNICODE | |
8766 | return PyUnicode_FromUnicode(str.c_str(), str.Len()); | |
8767 | #else | |
8768 | return PyString_FromStringAndSize(str.c_str(), str.Len()); | |
8769 | #endif | |
8770 | } else | |
b37c7e1d RD |
8771 | RETURN_NONE(); |
8772 | } | |
8773 | static PyObject *_wrap_wxFileType_GetOpenCommand(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8774 | PyObject * _resultobj; | |
8775 | PyObject * _result; | |
8776 | wxFileType * _arg0; | |
8777 | wxString * _arg1; | |
137b5242 | 8778 | wxString * _arg2 = (wxString *) &wxPyEmptyString; |
b37c7e1d RD |
8779 | PyObject * _argo0 = 0; |
8780 | PyObject * _obj1 = 0; | |
8781 | PyObject * _obj2 = 0; | |
8782 | char *_kwnames[] = { "self","filename","mimetype", NULL }; | |
8783 | ||
8784 | self = self; | |
8785 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxFileType_GetOpenCommand",_kwnames,&_argo0,&_obj1,&_obj2)) | |
8786 | return NULL; | |
8787 | if (_argo0) { | |
8788 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8789 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8790 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetOpenCommand. Expected _wxFileType_p."); | |
8791 | return NULL; | |
8792 | } | |
8793 | } | |
8794 | { | |
c8bc7bb8 RD |
8795 | _arg1 = wxString_in_helper(_obj1); |
8796 | if (_arg1 == NULL) | |
b37c7e1d | 8797 | return NULL; |
b37c7e1d RD |
8798 | } |
8799 | if (_obj2) | |
8800 | { | |
c8bc7bb8 RD |
8801 | _arg2 = wxString_in_helper(_obj2); |
8802 | if (_arg2 == NULL) | |
b37c7e1d | 8803 | return NULL; |
b37c7e1d RD |
8804 | } |
8805 | { | |
4268f798 | 8806 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8807 | _result = (PyObject *)wxFileType_GetOpenCommand(_arg0,*_arg1,*_arg2); |
b37c7e1d | 8808 | |
4268f798 RD |
8809 | wxPyEndAllowThreads(__tstate); |
8810 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8811 | }{ |
8812 | _resultobj = _result; | |
8813 | } | |
8814 | { | |
8815 | if (_obj1) | |
8816 | delete _arg1; | |
8817 | } | |
8818 | { | |
8819 | if (_obj2) | |
8820 | delete _arg2; | |
8821 | } | |
8822 | return _resultobj; | |
8823 | } | |
8824 | ||
8825 | static PyObject * wxFileType_GetPrintCommand(wxFileType *self,const wxString & filename,const wxString & mimetype) { | |
8826 | wxString str; | |
c8bc7bb8 RD |
8827 | if (self->GetPrintCommand(&str, wxFileType::MessageParameters(filename, mimetype))) { |
8828 | #if wxUSE_UNICODE | |
8829 | return PyUnicode_FromUnicode(str.c_str(), str.Len()); | |
8830 | #else | |
8831 | return PyString_FromStringAndSize(str.c_str(), str.Len()); | |
8832 | #endif | |
8833 | } else | |
b37c7e1d RD |
8834 | RETURN_NONE(); |
8835 | } | |
8836 | static PyObject *_wrap_wxFileType_GetPrintCommand(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8837 | PyObject * _resultobj; | |
8838 | PyObject * _result; | |
8839 | wxFileType * _arg0; | |
8840 | wxString * _arg1; | |
137b5242 | 8841 | wxString * _arg2 = (wxString *) &wxPyEmptyString; |
b37c7e1d RD |
8842 | PyObject * _argo0 = 0; |
8843 | PyObject * _obj1 = 0; | |
8844 | PyObject * _obj2 = 0; | |
8845 | char *_kwnames[] = { "self","filename","mimetype", NULL }; | |
8846 | ||
8847 | self = self; | |
8848 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxFileType_GetPrintCommand",_kwnames,&_argo0,&_obj1,&_obj2)) | |
8849 | return NULL; | |
8850 | if (_argo0) { | |
8851 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8852 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8853 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetPrintCommand. Expected _wxFileType_p."); | |
8854 | return NULL; | |
8855 | } | |
8856 | } | |
8857 | { | |
c8bc7bb8 RD |
8858 | _arg1 = wxString_in_helper(_obj1); |
8859 | if (_arg1 == NULL) | |
b37c7e1d | 8860 | return NULL; |
b37c7e1d RD |
8861 | } |
8862 | if (_obj2) | |
8863 | { | |
c8bc7bb8 RD |
8864 | _arg2 = wxString_in_helper(_obj2); |
8865 | if (_arg2 == NULL) | |
b37c7e1d | 8866 | return NULL; |
b37c7e1d RD |
8867 | } |
8868 | { | |
4268f798 | 8869 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8870 | _result = (PyObject *)wxFileType_GetPrintCommand(_arg0,*_arg1,*_arg2); |
b37c7e1d | 8871 | |
4268f798 RD |
8872 | wxPyEndAllowThreads(__tstate); |
8873 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8874 | }{ |
8875 | _resultobj = _result; | |
8876 | } | |
8877 | { | |
8878 | if (_obj1) | |
8879 | delete _arg1; | |
8880 | } | |
8881 | { | |
8882 | if (_obj2) | |
8883 | delete _arg2; | |
8884 | } | |
8885 | return _resultobj; | |
8886 | } | |
8887 | ||
8888 | static PyObject * wxFileType_GetAllCommands(wxFileType *self,const wxString & filename,const wxString & mimetype) { | |
8889 | wxArrayString verbs; | |
8890 | wxArrayString commands; | |
8891 | if (self->GetAllCommands(&verbs, &commands, | |
8892 | wxFileType::MessageParameters(filename, mimetype))) { | |
4268f798 | 8893 | wxPyBeginBlockThreads(); |
b37c7e1d RD |
8894 | PyObject* tuple = PyTuple_New(2); |
8895 | PyTuple_SetItem(tuple, 0, wxArrayString2PyList_helper(verbs)); | |
8896 | PyTuple_SetItem(tuple, 1, wxArrayString2PyList_helper(commands)); | |
4268f798 | 8897 | wxPyEndBlockThreads(); |
b37c7e1d RD |
8898 | return tuple; |
8899 | } | |
8900 | else | |
8901 | RETURN_NONE(); | |
8902 | } | |
8903 | static PyObject *_wrap_wxFileType_GetAllCommands(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8904 | PyObject * _resultobj; | |
8905 | PyObject * _result; | |
8906 | wxFileType * _arg0; | |
8907 | wxString * _arg1; | |
137b5242 | 8908 | wxString * _arg2 = (wxString *) &wxPyEmptyString; |
b37c7e1d RD |
8909 | PyObject * _argo0 = 0; |
8910 | PyObject * _obj1 = 0; | |
8911 | PyObject * _obj2 = 0; | |
8912 | char *_kwnames[] = { "self","filename","mimetype", NULL }; | |
8913 | ||
8914 | self = self; | |
8915 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|O:wxFileType_GetAllCommands",_kwnames,&_argo0,&_obj1,&_obj2)) | |
8916 | return NULL; | |
8917 | if (_argo0) { | |
8918 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8919 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8920 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_GetAllCommands. Expected _wxFileType_p."); | |
8921 | return NULL; | |
8922 | } | |
8923 | } | |
8924 | { | |
c8bc7bb8 RD |
8925 | _arg1 = wxString_in_helper(_obj1); |
8926 | if (_arg1 == NULL) | |
b37c7e1d | 8927 | return NULL; |
b37c7e1d RD |
8928 | } |
8929 | if (_obj2) | |
8930 | { | |
c8bc7bb8 RD |
8931 | _arg2 = wxString_in_helper(_obj2); |
8932 | if (_arg2 == NULL) | |
b37c7e1d | 8933 | return NULL; |
b37c7e1d RD |
8934 | } |
8935 | { | |
4268f798 | 8936 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8937 | _result = (PyObject *)wxFileType_GetAllCommands(_arg0,*_arg1,*_arg2); |
b37c7e1d | 8938 | |
4268f798 RD |
8939 | wxPyEndAllowThreads(__tstate); |
8940 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8941 | }{ |
8942 | _resultobj = _result; | |
8943 | } | |
8944 | { | |
8945 | if (_obj1) | |
8946 | delete _arg1; | |
8947 | } | |
8948 | { | |
8949 | if (_obj2) | |
8950 | delete _arg2; | |
8951 | } | |
8952 | return _resultobj; | |
8953 | } | |
8954 | ||
8955 | #define wxFileType_SetCommand(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetCommand(_swigarg0,_swigarg1,_swigarg2)) | |
8956 | static PyObject *_wrap_wxFileType_SetCommand(PyObject *self, PyObject *args, PyObject *kwargs) { | |
8957 | PyObject * _resultobj; | |
8958 | bool _result; | |
8959 | wxFileType * _arg0; | |
8960 | wxString * _arg1; | |
8961 | wxString * _arg2; | |
8962 | bool _arg3 = (bool ) TRUE; | |
8963 | PyObject * _argo0 = 0; | |
8964 | PyObject * _obj1 = 0; | |
8965 | PyObject * _obj2 = 0; | |
8966 | int tempbool3 = (int) TRUE; | |
8967 | char *_kwnames[] = { "self","cmd","verb","overwriteprompt", NULL }; | |
8968 | ||
8969 | self = self; | |
8970 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO|i:wxFileType_SetCommand",_kwnames,&_argo0,&_obj1,&_obj2,&tempbool3)) | |
8971 | return NULL; | |
8972 | if (_argo0) { | |
8973 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
8974 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
8975 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_SetCommand. Expected _wxFileType_p."); | |
8976 | return NULL; | |
8977 | } | |
8978 | } | |
8979 | { | |
c8bc7bb8 RD |
8980 | _arg1 = wxString_in_helper(_obj1); |
8981 | if (_arg1 == NULL) | |
b37c7e1d | 8982 | return NULL; |
b37c7e1d RD |
8983 | } |
8984 | { | |
c8bc7bb8 RD |
8985 | _arg2 = wxString_in_helper(_obj2); |
8986 | if (_arg2 == NULL) | |
b37c7e1d | 8987 | return NULL; |
b37c7e1d RD |
8988 | } |
8989 | _arg3 = (bool ) tempbool3; | |
8990 | { | |
4268f798 | 8991 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 8992 | _result = (bool )wxFileType_SetCommand(_arg0,*_arg1,*_arg2,_arg3); |
b37c7e1d | 8993 | |
4268f798 RD |
8994 | wxPyEndAllowThreads(__tstate); |
8995 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
8996 | } _resultobj = Py_BuildValue("i",_result); |
8997 | { | |
8998 | if (_obj1) | |
8999 | delete _arg1; | |
9000 | } | |
9001 | { | |
9002 | if (_obj2) | |
9003 | delete _arg2; | |
9004 | } | |
9005 | return _resultobj; | |
9006 | } | |
9007 | ||
9008 | #define wxFileType_SetDefaultIcon(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetDefaultIcon(_swigarg0,_swigarg1)) | |
9009 | static PyObject *_wrap_wxFileType_SetDefaultIcon(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9010 | PyObject * _resultobj; | |
9011 | bool _result; | |
9012 | wxFileType * _arg0; | |
137b5242 | 9013 | wxString * _arg1 = (wxString *) &wxPyEmptyString; |
b37c7e1d RD |
9014 | int _arg2 = (int ) 0; |
9015 | PyObject * _argo0 = 0; | |
9016 | PyObject * _obj1 = 0; | |
9017 | char *_kwnames[] = { "self","cmd","index", NULL }; | |
9018 | ||
9019 | self = self; | |
9020 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|Oi:wxFileType_SetDefaultIcon",_kwnames,&_argo0,&_obj1,&_arg2)) | |
9021 | return NULL; | |
9022 | if (_argo0) { | |
9023 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9024 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
9025 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_SetDefaultIcon. Expected _wxFileType_p."); | |
9026 | return NULL; | |
9027 | } | |
9028 | } | |
9029 | if (_obj1) | |
9030 | { | |
c8bc7bb8 RD |
9031 | _arg1 = wxString_in_helper(_obj1); |
9032 | if (_arg1 == NULL) | |
b37c7e1d | 9033 | return NULL; |
b37c7e1d RD |
9034 | } |
9035 | { | |
4268f798 | 9036 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9037 | _result = (bool )wxFileType_SetDefaultIcon(_arg0,*_arg1,_arg2); |
b37c7e1d | 9038 | |
4268f798 RD |
9039 | wxPyEndAllowThreads(__tstate); |
9040 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9041 | } _resultobj = Py_BuildValue("i",_result); |
9042 | { | |
9043 | if (_obj1) | |
9044 | delete _arg1; | |
9045 | } | |
9046 | return _resultobj; | |
9047 | } | |
9048 | ||
9049 | #define wxFileType_Unassociate(_swigobj) (_swigobj->Unassociate()) | |
9050 | static PyObject *_wrap_wxFileType_Unassociate(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9051 | PyObject * _resultobj; | |
9052 | bool _result; | |
9053 | wxFileType * _arg0; | |
9054 | PyObject * _argo0 = 0; | |
9055 | char *_kwnames[] = { "self", NULL }; | |
9056 | ||
9057 | self = self; | |
9058 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileType_Unassociate",_kwnames,&_argo0)) | |
9059 | return NULL; | |
9060 | if (_argo0) { | |
9061 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9062 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
9063 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileType_Unassociate. Expected _wxFileType_p."); | |
9064 | return NULL; | |
9065 | } | |
9066 | } | |
9067 | { | |
4268f798 | 9068 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9069 | _result = (bool )wxFileType_Unassociate(_arg0); |
b37c7e1d | 9070 | |
4268f798 RD |
9071 | wxPyEndAllowThreads(__tstate); |
9072 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9073 | } _resultobj = Py_BuildValue("i",_result); |
9074 | return _resultobj; | |
9075 | } | |
9076 | ||
9077 | static PyObject *_wrap_wxFileType_ExpandCommand(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9078 | PyObject * _resultobj; | |
9079 | wxString * _result; | |
9080 | wxString * _arg0; | |
9081 | wxFileType::MessageParameters * _arg1; | |
9082 | PyObject * _obj0 = 0; | |
9083 | PyObject * _argo1 = 0; | |
9084 | char *_kwnames[] = { "command","params", NULL }; | |
9085 | ||
9086 | self = self; | |
9087 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileType_ExpandCommand",_kwnames,&_obj0,&_argo1)) | |
9088 | return NULL; | |
9089 | { | |
c8bc7bb8 RD |
9090 | _arg0 = wxString_in_helper(_obj0); |
9091 | if (_arg0 == NULL) | |
b37c7e1d | 9092 | return NULL; |
b37c7e1d RD |
9093 | } |
9094 | if (_argo1) { | |
9095 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
9096 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFileType::MessageParameters_p")) { | |
9097 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileType_ExpandCommand. Expected _wxFileType::MessageParameters_p."); | |
9098 | return NULL; | |
9099 | } | |
9100 | } | |
9101 | { | |
4268f798 | 9102 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9103 | _result = new wxString (wxFileType::ExpandCommand(*_arg0,*_arg1)); |
b37c7e1d | 9104 | |
4268f798 RD |
9105 | wxPyEndAllowThreads(__tstate); |
9106 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d | 9107 | }{ |
c8bc7bb8 RD |
9108 | #if wxUSE_UNICODE |
9109 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
9110 | #else | |
b37c7e1d | 9111 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 9112 | #endif |
b37c7e1d RD |
9113 | } |
9114 | { | |
9115 | if (_obj0) | |
9116 | delete _arg0; | |
9117 | } | |
9118 | { | |
9119 | delete _result; | |
9120 | } | |
9121 | return _resultobj; | |
9122 | } | |
9123 | ||
9124 | #define delete_wxFileType(_swigobj) (delete _swigobj) | |
9125 | static PyObject *_wrap_delete_wxFileType(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9126 | PyObject * _resultobj; | |
9127 | wxFileType * _arg0; | |
9128 | PyObject * _argo0 = 0; | |
9129 | char *_kwnames[] = { "self", NULL }; | |
9130 | ||
9131 | self = self; | |
9132 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxFileType",_kwnames,&_argo0)) | |
9133 | return NULL; | |
9134 | if (_argo0) { | |
9135 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9136 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileType_p")) { | |
9137 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxFileType. Expected _wxFileType_p."); | |
9138 | return NULL; | |
9139 | } | |
9140 | } | |
9141 | { | |
4268f798 | 9142 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9143 | delete_wxFileType(_arg0); |
b37c7e1d | 9144 | |
4268f798 RD |
9145 | wxPyEndAllowThreads(__tstate); |
9146 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9147 | } Py_INCREF(Py_None); |
9148 | _resultobj = Py_None; | |
9149 | return _resultobj; | |
9150 | } | |
9151 | ||
9152 | static PyObject *_wrap_wxMimeTypesManager_IsOfType(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9153 | PyObject * _resultobj; | |
9154 | bool _result; | |
9155 | wxString * _arg0; | |
9156 | wxString * _arg1; | |
9157 | PyObject * _obj0 = 0; | |
9158 | PyObject * _obj1 = 0; | |
9159 | char *_kwnames[] = { "mimeType","wildcard", NULL }; | |
9160 | ||
9161 | self = self; | |
9162 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMimeTypesManager_IsOfType",_kwnames,&_obj0,&_obj1)) | |
9163 | return NULL; | |
9164 | { | |
c8bc7bb8 RD |
9165 | _arg0 = wxString_in_helper(_obj0); |
9166 | if (_arg0 == NULL) | |
b37c7e1d | 9167 | return NULL; |
b37c7e1d RD |
9168 | } |
9169 | { | |
c8bc7bb8 RD |
9170 | _arg1 = wxString_in_helper(_obj1); |
9171 | if (_arg1 == NULL) | |
b37c7e1d | 9172 | return NULL; |
b37c7e1d RD |
9173 | } |
9174 | { | |
4268f798 | 9175 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9176 | _result = (bool )wxMimeTypesManager::IsOfType(*_arg0,*_arg1); |
b37c7e1d | 9177 | |
4268f798 RD |
9178 | wxPyEndAllowThreads(__tstate); |
9179 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9180 | } _resultobj = Py_BuildValue("i",_result); |
9181 | { | |
9182 | if (_obj0) | |
9183 | delete _arg0; | |
9184 | } | |
9185 | { | |
9186 | if (_obj1) | |
9187 | delete _arg1; | |
9188 | } | |
9189 | return _resultobj; | |
9190 | } | |
9191 | ||
9192 | #define new_wxMimeTypesManager() (new wxMimeTypesManager()) | |
9193 | static PyObject *_wrap_new_wxMimeTypesManager(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9194 | PyObject * _resultobj; | |
9195 | wxMimeTypesManager * _result; | |
9196 | char *_kwnames[] = { NULL }; | |
9197 | char _ptemp[128]; | |
9198 | ||
9199 | self = self; | |
9200 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxMimeTypesManager",_kwnames)) | |
9201 | return NULL; | |
9202 | { | |
4268f798 | 9203 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9204 | _result = (wxMimeTypesManager *)new_wxMimeTypesManager(); |
b37c7e1d | 9205 | |
4268f798 RD |
9206 | wxPyEndAllowThreads(__tstate); |
9207 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9208 | } if (_result) { |
9209 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxMimeTypesManager_p"); | |
9210 | _resultobj = Py_BuildValue("s",_ptemp); | |
9211 | } else { | |
9212 | Py_INCREF(Py_None); | |
9213 | _resultobj = Py_None; | |
9214 | } | |
9215 | return _resultobj; | |
9216 | } | |
9217 | ||
9218 | #define wxMimeTypesManager_Initialize(_swigobj,_swigarg0,_swigarg1) (_swigobj->Initialize(_swigarg0,_swigarg1)) | |
9219 | static PyObject *_wrap_wxMimeTypesManager_Initialize(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9220 | PyObject * _resultobj; | |
9221 | wxMimeTypesManager * _arg0; | |
9222 | int _arg1 = (int ) (wxMAILCAP_STANDARD); | |
137b5242 | 9223 | wxString * _arg2 = (wxString *) &wxPyEmptyString; |
b37c7e1d RD |
9224 | PyObject * _argo0 = 0; |
9225 | PyObject * _obj2 = 0; | |
9226 | char *_kwnames[] = { "self","mailcapStyle","extraDir", NULL }; | |
9227 | ||
9228 | self = self; | |
9229 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iO:wxMimeTypesManager_Initialize",_kwnames,&_argo0,&_arg1,&_obj2)) | |
9230 | return NULL; | |
9231 | if (_argo0) { | |
9232 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9233 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9234 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_Initialize. Expected _wxMimeTypesManager_p."); | |
9235 | return NULL; | |
9236 | } | |
9237 | } | |
9238 | if (_obj2) | |
9239 | { | |
c8bc7bb8 RD |
9240 | _arg2 = wxString_in_helper(_obj2); |
9241 | if (_arg2 == NULL) | |
b37c7e1d | 9242 | return NULL; |
b37c7e1d RD |
9243 | } |
9244 | { | |
4268f798 | 9245 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9246 | wxMimeTypesManager_Initialize(_arg0,_arg1,*_arg2); |
b37c7e1d | 9247 | |
4268f798 RD |
9248 | wxPyEndAllowThreads(__tstate); |
9249 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9250 | } Py_INCREF(Py_None); |
9251 | _resultobj = Py_None; | |
9252 | { | |
9253 | if (_obj2) | |
9254 | delete _arg2; | |
9255 | } | |
9256 | return _resultobj; | |
9257 | } | |
9258 | ||
9259 | #define wxMimeTypesManager_ClearData(_swigobj) (_swigobj->ClearData()) | |
9260 | static PyObject *_wrap_wxMimeTypesManager_ClearData(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9261 | PyObject * _resultobj; | |
9262 | wxMimeTypesManager * _arg0; | |
9263 | PyObject * _argo0 = 0; | |
9264 | char *_kwnames[] = { "self", NULL }; | |
9265 | ||
9266 | self = self; | |
9267 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMimeTypesManager_ClearData",_kwnames,&_argo0)) | |
9268 | return NULL; | |
9269 | if (_argo0) { | |
9270 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9271 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9272 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_ClearData. Expected _wxMimeTypesManager_p."); | |
9273 | return NULL; | |
9274 | } | |
9275 | } | |
9276 | { | |
4268f798 | 9277 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9278 | wxMimeTypesManager_ClearData(_arg0); |
b37c7e1d | 9279 | |
4268f798 RD |
9280 | wxPyEndAllowThreads(__tstate); |
9281 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9282 | } Py_INCREF(Py_None); |
9283 | _resultobj = Py_None; | |
9284 | return _resultobj; | |
9285 | } | |
9286 | ||
9287 | #define wxMimeTypesManager_GetFileTypeFromExtension(_swigobj,_swigarg0) (_swigobj->GetFileTypeFromExtension(_swigarg0)) | |
9288 | static PyObject *_wrap_wxMimeTypesManager_GetFileTypeFromExtension(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9289 | PyObject * _resultobj; | |
9290 | wxFileType * _result; | |
9291 | wxMimeTypesManager * _arg0; | |
9292 | wxString * _arg1; | |
9293 | PyObject * _argo0 = 0; | |
9294 | PyObject * _obj1 = 0; | |
9295 | char *_kwnames[] = { "self","ext", NULL }; | |
9296 | char _ptemp[128]; | |
9297 | ||
9298 | self = self; | |
9299 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMimeTypesManager_GetFileTypeFromExtension",_kwnames,&_argo0,&_obj1)) | |
9300 | return NULL; | |
9301 | if (_argo0) { | |
9302 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9303 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9304 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_GetFileTypeFromExtension. Expected _wxMimeTypesManager_p."); | |
9305 | return NULL; | |
9306 | } | |
9307 | } | |
9308 | { | |
c8bc7bb8 RD |
9309 | _arg1 = wxString_in_helper(_obj1); |
9310 | if (_arg1 == NULL) | |
b37c7e1d | 9311 | return NULL; |
b37c7e1d RD |
9312 | } |
9313 | { | |
4268f798 | 9314 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9315 | _result = (wxFileType *)wxMimeTypesManager_GetFileTypeFromExtension(_arg0,*_arg1); |
b37c7e1d | 9316 | |
4268f798 RD |
9317 | wxPyEndAllowThreads(__tstate); |
9318 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9319 | } if (_result) { |
9320 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileType_p"); | |
9321 | _resultobj = Py_BuildValue("s",_ptemp); | |
9322 | } else { | |
9323 | Py_INCREF(Py_None); | |
9324 | _resultobj = Py_None; | |
9325 | } | |
9326 | { | |
9327 | if (_obj1) | |
9328 | delete _arg1; | |
9329 | } | |
9330 | return _resultobj; | |
9331 | } | |
9332 | ||
9333 | #define wxMimeTypesManager_GetFileTypeFromMimeType(_swigobj,_swigarg0) (_swigobj->GetFileTypeFromMimeType(_swigarg0)) | |
9334 | static PyObject *_wrap_wxMimeTypesManager_GetFileTypeFromMimeType(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9335 | PyObject * _resultobj; | |
9336 | wxFileType * _result; | |
9337 | wxMimeTypesManager * _arg0; | |
9338 | wxString * _arg1; | |
9339 | PyObject * _argo0 = 0; | |
9340 | PyObject * _obj1 = 0; | |
9341 | char *_kwnames[] = { "self","mimeType", NULL }; | |
9342 | char _ptemp[128]; | |
9343 | ||
9344 | self = self; | |
9345 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMimeTypesManager_GetFileTypeFromMimeType",_kwnames,&_argo0,&_obj1)) | |
9346 | return NULL; | |
9347 | if (_argo0) { | |
9348 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9349 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9350 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_GetFileTypeFromMimeType. Expected _wxMimeTypesManager_p."); | |
9351 | return NULL; | |
9352 | } | |
9353 | } | |
9354 | { | |
c8bc7bb8 RD |
9355 | _arg1 = wxString_in_helper(_obj1); |
9356 | if (_arg1 == NULL) | |
b37c7e1d | 9357 | return NULL; |
b37c7e1d RD |
9358 | } |
9359 | { | |
4268f798 | 9360 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9361 | _result = (wxFileType *)wxMimeTypesManager_GetFileTypeFromMimeType(_arg0,*_arg1); |
b37c7e1d | 9362 | |
4268f798 RD |
9363 | wxPyEndAllowThreads(__tstate); |
9364 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9365 | } if (_result) { |
9366 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileType_p"); | |
9367 | _resultobj = Py_BuildValue("s",_ptemp); | |
9368 | } else { | |
9369 | Py_INCREF(Py_None); | |
9370 | _resultobj = Py_None; | |
9371 | } | |
9372 | { | |
9373 | if (_obj1) | |
9374 | delete _arg1; | |
9375 | } | |
9376 | return _resultobj; | |
9377 | } | |
9378 | ||
9379 | #define wxMimeTypesManager_ReadMailcap(_swigobj,_swigarg0,_swigarg1) (_swigobj->ReadMailcap(_swigarg0,_swigarg1)) | |
9380 | static PyObject *_wrap_wxMimeTypesManager_ReadMailcap(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9381 | PyObject * _resultobj; | |
9382 | bool _result; | |
9383 | wxMimeTypesManager * _arg0; | |
9384 | wxString * _arg1; | |
9385 | bool _arg2 = (bool ) FALSE; | |
9386 | PyObject * _argo0 = 0; | |
9387 | PyObject * _obj1 = 0; | |
9388 | int tempbool2 = (int) FALSE; | |
9389 | char *_kwnames[] = { "self","filename","fallback", NULL }; | |
9390 | ||
9391 | self = self; | |
9392 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxMimeTypesManager_ReadMailcap",_kwnames,&_argo0,&_obj1,&tempbool2)) | |
9393 | return NULL; | |
9394 | if (_argo0) { | |
9395 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9396 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9397 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_ReadMailcap. Expected _wxMimeTypesManager_p."); | |
9398 | return NULL; | |
9399 | } | |
9400 | } | |
9401 | { | |
c8bc7bb8 RD |
9402 | _arg1 = wxString_in_helper(_obj1); |
9403 | if (_arg1 == NULL) | |
b37c7e1d | 9404 | return NULL; |
b37c7e1d RD |
9405 | } |
9406 | _arg2 = (bool ) tempbool2; | |
9407 | { | |
4268f798 | 9408 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9409 | _result = (bool )wxMimeTypesManager_ReadMailcap(_arg0,*_arg1,_arg2); |
b37c7e1d | 9410 | |
4268f798 RD |
9411 | wxPyEndAllowThreads(__tstate); |
9412 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9413 | } _resultobj = Py_BuildValue("i",_result); |
9414 | { | |
9415 | if (_obj1) | |
9416 | delete _arg1; | |
9417 | } | |
9418 | return _resultobj; | |
9419 | } | |
9420 | ||
9421 | #define wxMimeTypesManager_ReadMimeTypes(_swigobj,_swigarg0) (_swigobj->ReadMimeTypes(_swigarg0)) | |
9422 | static PyObject *_wrap_wxMimeTypesManager_ReadMimeTypes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9423 | PyObject * _resultobj; | |
9424 | bool _result; | |
9425 | wxMimeTypesManager * _arg0; | |
9426 | wxString * _arg1; | |
9427 | PyObject * _argo0 = 0; | |
9428 | PyObject * _obj1 = 0; | |
9429 | char *_kwnames[] = { "self","filename", NULL }; | |
9430 | ||
9431 | self = self; | |
9432 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMimeTypesManager_ReadMimeTypes",_kwnames,&_argo0,&_obj1)) | |
9433 | return NULL; | |
9434 | if (_argo0) { | |
9435 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9436 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9437 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_ReadMimeTypes. Expected _wxMimeTypesManager_p."); | |
9438 | return NULL; | |
9439 | } | |
9440 | } | |
9441 | { | |
c8bc7bb8 RD |
9442 | _arg1 = wxString_in_helper(_obj1); |
9443 | if (_arg1 == NULL) | |
b37c7e1d | 9444 | return NULL; |
b37c7e1d RD |
9445 | } |
9446 | { | |
4268f798 | 9447 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9448 | _result = (bool )wxMimeTypesManager_ReadMimeTypes(_arg0,*_arg1); |
b37c7e1d | 9449 | |
4268f798 RD |
9450 | wxPyEndAllowThreads(__tstate); |
9451 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9452 | } _resultobj = Py_BuildValue("i",_result); |
9453 | { | |
9454 | if (_obj1) | |
9455 | delete _arg1; | |
9456 | } | |
9457 | return _resultobj; | |
9458 | } | |
9459 | ||
9460 | static PyObject * wxMimeTypesManager_EnumAllFileTypes(wxMimeTypesManager *self) { | |
9461 | wxArrayString arr; | |
9462 | self->EnumAllFileTypes(arr); | |
9463 | return wxArrayString2PyList_helper(arr); | |
9464 | } | |
9465 | static PyObject *_wrap_wxMimeTypesManager_EnumAllFileTypes(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9466 | PyObject * _resultobj; | |
9467 | PyObject * _result; | |
9468 | wxMimeTypesManager * _arg0; | |
9469 | PyObject * _argo0 = 0; | |
9470 | char *_kwnames[] = { "self", NULL }; | |
9471 | ||
9472 | self = self; | |
9473 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxMimeTypesManager_EnumAllFileTypes",_kwnames,&_argo0)) | |
9474 | return NULL; | |
9475 | if (_argo0) { | |
9476 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9477 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9478 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_EnumAllFileTypes. Expected _wxMimeTypesManager_p."); | |
9479 | return NULL; | |
9480 | } | |
9481 | } | |
9482 | { | |
4268f798 | 9483 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9484 | _result = (PyObject *)wxMimeTypesManager_EnumAllFileTypes(_arg0); |
b37c7e1d | 9485 | |
4268f798 RD |
9486 | wxPyEndAllowThreads(__tstate); |
9487 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9488 | }{ |
9489 | _resultobj = _result; | |
9490 | } | |
9491 | return _resultobj; | |
9492 | } | |
9493 | ||
9494 | #define wxMimeTypesManager_AddFallback(_swigobj,_swigarg0) (_swigobj->AddFallback(_swigarg0)) | |
9495 | static PyObject *_wrap_wxMimeTypesManager_AddFallback(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9496 | PyObject * _resultobj; | |
9497 | wxMimeTypesManager * _arg0; | |
9498 | wxFileTypeInfo * _arg1; | |
9499 | PyObject * _argo0 = 0; | |
9500 | PyObject * _argo1 = 0; | |
9501 | char *_kwnames[] = { "self","ft", NULL }; | |
9502 | ||
9503 | self = self; | |
9504 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMimeTypesManager_AddFallback",_kwnames,&_argo0,&_argo1)) | |
9505 | return NULL; | |
9506 | if (_argo0) { | |
9507 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9508 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9509 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_AddFallback. Expected _wxMimeTypesManager_p."); | |
9510 | return NULL; | |
9511 | } | |
9512 | } | |
9513 | if (_argo1) { | |
9514 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
9515 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFileTypeInfo_p")) { | |
9516 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMimeTypesManager_AddFallback. Expected _wxFileTypeInfo_p."); | |
9517 | return NULL; | |
9518 | } | |
9519 | } | |
9520 | { | |
4268f798 | 9521 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9522 | wxMimeTypesManager_AddFallback(_arg0,*_arg1); |
b37c7e1d | 9523 | |
4268f798 RD |
9524 | wxPyEndAllowThreads(__tstate); |
9525 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9526 | } Py_INCREF(Py_None); |
9527 | _resultobj = Py_None; | |
9528 | return _resultobj; | |
9529 | } | |
9530 | ||
9531 | #define wxMimeTypesManager_Associate(_swigobj,_swigarg0) (_swigobj->Associate(_swigarg0)) | |
9532 | static PyObject *_wrap_wxMimeTypesManager_Associate(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9533 | PyObject * _resultobj; | |
9534 | wxFileType * _result; | |
9535 | wxMimeTypesManager * _arg0; | |
9536 | wxFileTypeInfo * _arg1; | |
9537 | PyObject * _argo0 = 0; | |
9538 | PyObject * _argo1 = 0; | |
9539 | char *_kwnames[] = { "self","ftInfo", NULL }; | |
9540 | char _ptemp[128]; | |
9541 | ||
9542 | self = self; | |
9543 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMimeTypesManager_Associate",_kwnames,&_argo0,&_argo1)) | |
9544 | return NULL; | |
9545 | if (_argo0) { | |
9546 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9547 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9548 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_Associate. Expected _wxMimeTypesManager_p."); | |
9549 | return NULL; | |
9550 | } | |
9551 | } | |
9552 | if (_argo1) { | |
9553 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
9554 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFileTypeInfo_p")) { | |
9555 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMimeTypesManager_Associate. Expected _wxFileTypeInfo_p."); | |
9556 | return NULL; | |
9557 | } | |
9558 | } | |
9559 | { | |
4268f798 | 9560 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9561 | _result = (wxFileType *)wxMimeTypesManager_Associate(_arg0,*_arg1); |
b37c7e1d | 9562 | |
4268f798 RD |
9563 | wxPyEndAllowThreads(__tstate); |
9564 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9565 | } if (_result) { |
9566 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileType_p"); | |
9567 | _resultobj = Py_BuildValue("s",_ptemp); | |
9568 | } else { | |
9569 | Py_INCREF(Py_None); | |
9570 | _resultobj = Py_None; | |
9571 | } | |
9572 | return _resultobj; | |
9573 | } | |
9574 | ||
9575 | #define wxMimeTypesManager_Unassociate(_swigobj,_swigarg0) (_swigobj->Unassociate(_swigarg0)) | |
9576 | static PyObject *_wrap_wxMimeTypesManager_Unassociate(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9577 | PyObject * _resultobj; | |
9578 | bool _result; | |
9579 | wxMimeTypesManager * _arg0; | |
9580 | wxFileType * _arg1; | |
9581 | PyObject * _argo0 = 0; | |
9582 | PyObject * _argo1 = 0; | |
9583 | char *_kwnames[] = { "self","ft", NULL }; | |
9584 | ||
9585 | self = self; | |
9586 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxMimeTypesManager_Unassociate",_kwnames,&_argo0,&_argo1)) | |
9587 | return NULL; | |
9588 | if (_argo0) { | |
9589 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9590 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9591 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxMimeTypesManager_Unassociate. Expected _wxMimeTypesManager_p."); | |
9592 | return NULL; | |
9593 | } | |
9594 | } | |
9595 | if (_argo1) { | |
9596 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
9597 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFileType_p")) { | |
9598 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxMimeTypesManager_Unassociate. Expected _wxFileType_p."); | |
9599 | return NULL; | |
9600 | } | |
9601 | } | |
9602 | { | |
4268f798 | 9603 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9604 | _result = (bool )wxMimeTypesManager_Unassociate(_arg0,_arg1); |
b37c7e1d | 9605 | |
4268f798 RD |
9606 | wxPyEndAllowThreads(__tstate); |
9607 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9608 | } _resultobj = Py_BuildValue("i",_result); |
9609 | return _resultobj; | |
9610 | } | |
9611 | ||
9612 | #define delete_wxMimeTypesManager(_swigobj) (delete _swigobj) | |
9613 | static PyObject *_wrap_delete_wxMimeTypesManager(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9614 | PyObject * _resultobj; | |
9615 | wxMimeTypesManager * _arg0; | |
9616 | PyObject * _argo0 = 0; | |
9617 | char *_kwnames[] = { "self", NULL }; | |
9618 | ||
9619 | self = self; | |
9620 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxMimeTypesManager",_kwnames,&_argo0)) | |
9621 | return NULL; | |
9622 | if (_argo0) { | |
9623 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9624 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxMimeTypesManager_p")) { | |
9625 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxMimeTypesManager. Expected _wxMimeTypesManager_p."); | |
9626 | return NULL; | |
9627 | } | |
9628 | } | |
9629 | { | |
4268f798 | 9630 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9631 | delete_wxMimeTypesManager(_arg0); |
b37c7e1d | 9632 | |
4268f798 RD |
9633 | wxPyEndAllowThreads(__tstate); |
9634 | if (PyErr_Occurred()) return NULL; | |
b37c7e1d RD |
9635 | } Py_INCREF(Py_None); |
9636 | _resultobj = Py_None; | |
9637 | return _resultobj; | |
9638 | } | |
9639 | ||
72797a7d RD |
9640 | static void *SwigwxPyArtProviderTowxObject(void *ptr) { |
9641 | wxPyArtProvider *src; | |
9642 | wxObject *dest; | |
9643 | src = (wxPyArtProvider *) ptr; | |
9644 | dest = (wxObject *) src; | |
9645 | return (void *) dest; | |
9646 | } | |
9647 | ||
9648 | #define new_wxArtProvider() (new wxPyArtProvider()) | |
9649 | static PyObject *_wrap_new_wxArtProvider(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9650 | PyObject * _resultobj; | |
9651 | wxPyArtProvider * _result; | |
9652 | char *_kwnames[] = { NULL }; | |
9653 | char _ptemp[128]; | |
9654 | ||
9655 | self = self; | |
9656 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxArtProvider",_kwnames)) | |
9657 | return NULL; | |
9658 | { | |
9659 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9660 | _result = (wxPyArtProvider *)new_wxArtProvider(); | |
9661 | ||
9662 | wxPyEndAllowThreads(__tstate); | |
9663 | if (PyErr_Occurred()) return NULL; | |
9664 | } if (_result) { | |
9665 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyArtProvider_p"); | |
9666 | _resultobj = Py_BuildValue("s",_ptemp); | |
9667 | } else { | |
9668 | Py_INCREF(Py_None); | |
9669 | _resultobj = Py_None; | |
9670 | } | |
9671 | return _resultobj; | |
9672 | } | |
9673 | ||
9674 | #define wxArtProvider__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1)) | |
9675 | static PyObject *_wrap_wxArtProvider__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9676 | PyObject * _resultobj; | |
9677 | wxPyArtProvider * _arg0; | |
9678 | PyObject * _arg1; | |
9679 | PyObject * _arg2; | |
9680 | PyObject * _argo0 = 0; | |
9681 | PyObject * _obj1 = 0; | |
9682 | PyObject * _obj2 = 0; | |
9683 | char *_kwnames[] = { "self","self","_class", NULL }; | |
9684 | ||
9685 | self = self; | |
9686 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxArtProvider__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2)) | |
9687 | return NULL; | |
9688 | if (_argo0) { | |
9689 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9690 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyArtProvider_p")) { | |
9691 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxArtProvider__setCallbackInfo. Expected _wxPyArtProvider_p."); | |
9692 | return NULL; | |
9693 | } | |
9694 | } | |
9695 | { | |
9696 | _arg1 = _obj1; | |
9697 | } | |
9698 | { | |
9699 | _arg2 = _obj2; | |
9700 | } | |
9701 | { | |
9702 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9703 | wxArtProvider__setCallbackInfo(_arg0,_arg1,_arg2); | |
9704 | ||
9705 | wxPyEndAllowThreads(__tstate); | |
9706 | if (PyErr_Occurred()) return NULL; | |
9707 | } Py_INCREF(Py_None); | |
9708 | _resultobj = Py_None; | |
9709 | return _resultobj; | |
9710 | } | |
9711 | ||
9712 | static PyObject *_wrap_wxArtProvider_PushProvider(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9713 | PyObject * _resultobj; | |
9714 | wxPyArtProvider * _arg0; | |
9715 | PyObject * _argo0 = 0; | |
9716 | char *_kwnames[] = { "provider", NULL }; | |
9717 | ||
9718 | self = self; | |
9719 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxArtProvider_PushProvider",_kwnames,&_argo0)) | |
9720 | return NULL; | |
9721 | if (_argo0) { | |
9722 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9723 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyArtProvider_p")) { | |
9724 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxArtProvider_PushProvider. Expected _wxPyArtProvider_p."); | |
9725 | return NULL; | |
9726 | } | |
9727 | } | |
9728 | { | |
9729 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9730 | wxPyArtProvider::PushProvider(_arg0); | |
9731 | ||
9732 | wxPyEndAllowThreads(__tstate); | |
9733 | if (PyErr_Occurred()) return NULL; | |
9734 | } Py_INCREF(Py_None); | |
9735 | _resultobj = Py_None; | |
9736 | return _resultobj; | |
9737 | } | |
9738 | ||
9739 | static PyObject *_wrap_wxArtProvider_PopProvider(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9740 | PyObject * _resultobj; | |
9741 | bool _result; | |
9742 | char *_kwnames[] = { NULL }; | |
9743 | ||
9744 | self = self; | |
9745 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxArtProvider_PopProvider",_kwnames)) | |
9746 | return NULL; | |
9747 | { | |
9748 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9749 | _result = (bool )wxPyArtProvider::PopProvider(); | |
9750 | ||
9751 | wxPyEndAllowThreads(__tstate); | |
9752 | if (PyErr_Occurred()) return NULL; | |
9753 | } _resultobj = Py_BuildValue("i",_result); | |
9754 | return _resultobj; | |
9755 | } | |
9756 | ||
9757 | static PyObject *_wrap_wxArtProvider_RemoveProvider(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9758 | PyObject * _resultobj; | |
9759 | bool _result; | |
9760 | wxPyArtProvider * _arg0; | |
9761 | PyObject * _argo0 = 0; | |
9762 | char *_kwnames[] = { "provider", NULL }; | |
9763 | ||
9764 | self = self; | |
9765 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxArtProvider_RemoveProvider",_kwnames,&_argo0)) | |
9766 | return NULL; | |
9767 | if (_argo0) { | |
9768 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9769 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyArtProvider_p")) { | |
9770 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxArtProvider_RemoveProvider. Expected _wxPyArtProvider_p."); | |
9771 | return NULL; | |
9772 | } | |
9773 | } | |
9774 | { | |
9775 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9776 | _result = (bool )wxPyArtProvider::RemoveProvider(_arg0); | |
9777 | ||
9778 | wxPyEndAllowThreads(__tstate); | |
9779 | if (PyErr_Occurred()) return NULL; | |
9780 | } _resultobj = Py_BuildValue("i",_result); | |
9781 | return _resultobj; | |
9782 | } | |
9783 | ||
9784 | static PyObject *_wrap_wxArtProvider_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9785 | PyObject * _resultobj; | |
9786 | wxBitmap * _result; | |
9787 | wxString * _arg0; | |
9788 | wxString * _arg1 = (wxString *) &wxPyART_OTHER; | |
9789 | wxSize * _arg2 = (wxSize *) &wxDefaultSize; | |
9790 | PyObject * _obj0 = 0; | |
9791 | PyObject * _obj1 = 0; | |
9792 | wxSize temp; | |
9793 | PyObject * _obj2 = 0; | |
9794 | char *_kwnames[] = { "id","client","size", NULL }; | |
9795 | char _ptemp[128]; | |
9796 | ||
9797 | self = self; | |
9798 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OO:wxArtProvider_GetBitmap",_kwnames,&_obj0,&_obj1,&_obj2)) | |
9799 | return NULL; | |
9800 | { | |
9801 | _arg0 = wxString_in_helper(_obj0); | |
9802 | if (_arg0 == NULL) | |
9803 | return NULL; | |
9804 | } | |
9805 | if (_obj1) | |
9806 | { | |
9807 | _arg1 = wxString_in_helper(_obj1); | |
9808 | if (_arg1 == NULL) | |
9809 | return NULL; | |
9810 | } | |
9811 | if (_obj2) | |
9812 | { | |
9813 | _arg2 = &temp; | |
9814 | if (! wxSize_helper(_obj2, &_arg2)) | |
9815 | return NULL; | |
9816 | } | |
9817 | { | |
9818 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9819 | _result = new wxBitmap (wxPyArtProvider::GetBitmap(*_arg0,*_arg1,*_arg2)); | |
9820 | ||
9821 | wxPyEndAllowThreads(__tstate); | |
9822 | if (PyErr_Occurred()) return NULL; | |
9823 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p"); | |
9824 | _resultobj = Py_BuildValue("s",_ptemp); | |
9825 | { | |
9826 | if (_obj0) | |
9827 | delete _arg0; | |
9828 | } | |
9829 | { | |
9830 | if (_obj1) | |
9831 | delete _arg1; | |
9832 | } | |
9833 | return _resultobj; | |
9834 | } | |
9835 | ||
9836 | static PyObject *_wrap_wxArtProvider_GetIcon(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9837 | PyObject * _resultobj; | |
9838 | wxIcon * _result; | |
9839 | wxString * _arg0; | |
9840 | wxString * _arg1 = (wxString *) &wxPyART_OTHER; | |
9841 | wxSize * _arg2 = (wxSize *) &wxDefaultSize; | |
9842 | PyObject * _obj0 = 0; | |
9843 | PyObject * _obj1 = 0; | |
9844 | wxSize temp; | |
9845 | PyObject * _obj2 = 0; | |
9846 | char *_kwnames[] = { "id","client","size", NULL }; | |
9847 | char _ptemp[128]; | |
9848 | ||
9849 | self = self; | |
9850 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OO:wxArtProvider_GetIcon",_kwnames,&_obj0,&_obj1,&_obj2)) | |
9851 | return NULL; | |
9852 | { | |
9853 | _arg0 = wxString_in_helper(_obj0); | |
9854 | if (_arg0 == NULL) | |
9855 | return NULL; | |
9856 | } | |
9857 | if (_obj1) | |
9858 | { | |
9859 | _arg1 = wxString_in_helper(_obj1); | |
9860 | if (_arg1 == NULL) | |
9861 | return NULL; | |
9862 | } | |
9863 | if (_obj2) | |
9864 | { | |
9865 | _arg2 = &temp; | |
9866 | if (! wxSize_helper(_obj2, &_arg2)) | |
9867 | return NULL; | |
9868 | } | |
9869 | { | |
9870 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9871 | _result = new wxIcon (wxPyArtProvider::GetIcon(*_arg0,*_arg1,*_arg2)); | |
9872 | ||
9873 | wxPyEndAllowThreads(__tstate); | |
9874 | if (PyErr_Occurred()) return NULL; | |
9875 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxIcon_p"); | |
9876 | _resultobj = Py_BuildValue("s",_ptemp); | |
9877 | { | |
9878 | if (_obj0) | |
9879 | delete _arg0; | |
9880 | } | |
9881 | { | |
9882 | if (_obj1) | |
9883 | delete _arg1; | |
9884 | } | |
9885 | return _resultobj; | |
9886 | } | |
9887 | ||
9888 | static PyObject *_wrap_wxArtProvider_CleanUpProviders(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9889 | PyObject * _resultobj; | |
9890 | char *_kwnames[] = { NULL }; | |
9891 | ||
9892 | self = self; | |
9893 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxArtProvider_CleanUpProviders",_kwnames)) | |
9894 | return NULL; | |
9895 | { | |
9896 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
9897 | wxPyArtProvider::CleanUpProviders(); | |
9898 | ||
9899 | wxPyEndAllowThreads(__tstate); | |
9900 | if (PyErr_Occurred()) return NULL; | |
9901 | } Py_INCREF(Py_None); | |
9902 | _resultobj = Py_None; | |
9903 | return _resultobj; | |
9904 | } | |
9905 | ||
7dbce44a RD |
9906 | static void *SwigwxFileHistoryTowxObject(void *ptr) { |
9907 | wxFileHistory *src; | |
9908 | wxObject *dest; | |
9909 | src = (wxFileHistory *) ptr; | |
9910 | dest = (wxObject *) src; | |
9911 | return (void *) dest; | |
9912 | } | |
9913 | ||
9914 | #define new_wxFileHistory(_swigarg0) (new wxFileHistory(_swigarg0)) | |
9915 | static PyObject *_wrap_new_wxFileHistory(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9916 | PyObject * _resultobj; | |
9917 | wxFileHistory * _result; | |
9918 | int _arg0 = (int ) 9; | |
9919 | char *_kwnames[] = { "maxFiles", NULL }; | |
9920 | char _ptemp[128]; | |
9921 | ||
9922 | self = self; | |
9923 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"|i:new_wxFileHistory",_kwnames,&_arg0)) | |
9924 | return NULL; | |
9925 | { | |
4268f798 | 9926 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9927 | _result = (wxFileHistory *)new_wxFileHistory(_arg0); |
7dbce44a | 9928 | |
4268f798 RD |
9929 | wxPyEndAllowThreads(__tstate); |
9930 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
9931 | } if (_result) { |
9932 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxFileHistory_p"); | |
9933 | _resultobj = Py_BuildValue("s",_ptemp); | |
9934 | } else { | |
9935 | Py_INCREF(Py_None); | |
9936 | _resultobj = Py_None; | |
9937 | } | |
9938 | return _resultobj; | |
9939 | } | |
9940 | ||
9941 | #define delete_wxFileHistory(_swigobj) (delete _swigobj) | |
9942 | static PyObject *_wrap_delete_wxFileHistory(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9943 | PyObject * _resultobj; | |
9944 | wxFileHistory * _arg0; | |
9945 | PyObject * _argo0 = 0; | |
9946 | char *_kwnames[] = { "self", NULL }; | |
9947 | ||
9948 | self = self; | |
9949 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxFileHistory",_kwnames,&_argo0)) | |
9950 | return NULL; | |
9951 | if (_argo0) { | |
9952 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9953 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
9954 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxFileHistory. Expected _wxFileHistory_p."); | |
9955 | return NULL; | |
9956 | } | |
9957 | } | |
9958 | { | |
4268f798 | 9959 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9960 | delete_wxFileHistory(_arg0); |
7dbce44a | 9961 | |
4268f798 RD |
9962 | wxPyEndAllowThreads(__tstate); |
9963 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
9964 | } Py_INCREF(Py_None); |
9965 | _resultobj = Py_None; | |
9966 | return _resultobj; | |
9967 | } | |
9968 | ||
9969 | #define wxFileHistory_AddFileToHistory(_swigobj,_swigarg0) (_swigobj->AddFileToHistory(_swigarg0)) | |
9970 | static PyObject *_wrap_wxFileHistory_AddFileToHistory(PyObject *self, PyObject *args, PyObject *kwargs) { | |
9971 | PyObject * _resultobj; | |
9972 | wxFileHistory * _arg0; | |
9973 | wxString * _arg1; | |
9974 | PyObject * _argo0 = 0; | |
9975 | PyObject * _obj1 = 0; | |
9976 | char *_kwnames[] = { "self","file", NULL }; | |
9977 | ||
9978 | self = self; | |
9979 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_AddFileToHistory",_kwnames,&_argo0,&_obj1)) | |
9980 | return NULL; | |
9981 | if (_argo0) { | |
9982 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
9983 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
9984 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_AddFileToHistory. Expected _wxFileHistory_p."); | |
9985 | return NULL; | |
9986 | } | |
9987 | } | |
9988 | { | |
c8bc7bb8 RD |
9989 | _arg1 = wxString_in_helper(_obj1); |
9990 | if (_arg1 == NULL) | |
7dbce44a | 9991 | return NULL; |
7dbce44a RD |
9992 | } |
9993 | { | |
4268f798 | 9994 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 9995 | wxFileHistory_AddFileToHistory(_arg0,*_arg1); |
7dbce44a | 9996 | |
4268f798 RD |
9997 | wxPyEndAllowThreads(__tstate); |
9998 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
9999 | } Py_INCREF(Py_None); |
10000 | _resultobj = Py_None; | |
10001 | { | |
10002 | if (_obj1) | |
10003 | delete _arg1; | |
10004 | } | |
10005 | return _resultobj; | |
10006 | } | |
10007 | ||
10008 | #define wxFileHistory_RemoveFileFromHistory(_swigobj,_swigarg0) (_swigobj->RemoveFileFromHistory(_swigarg0)) | |
10009 | static PyObject *_wrap_wxFileHistory_RemoveFileFromHistory(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10010 | PyObject * _resultobj; | |
10011 | wxFileHistory * _arg0; | |
10012 | int _arg1; | |
10013 | PyObject * _argo0 = 0; | |
10014 | char *_kwnames[] = { "self","i", NULL }; | |
10015 | ||
10016 | self = self; | |
10017 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxFileHistory_RemoveFileFromHistory",_kwnames,&_argo0,&_arg1)) | |
10018 | return NULL; | |
10019 | if (_argo0) { | |
10020 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10021 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10022 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_RemoveFileFromHistory. Expected _wxFileHistory_p."); | |
10023 | return NULL; | |
10024 | } | |
10025 | } | |
10026 | { | |
4268f798 | 10027 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10028 | wxFileHistory_RemoveFileFromHistory(_arg0,_arg1); |
7dbce44a | 10029 | |
4268f798 RD |
10030 | wxPyEndAllowThreads(__tstate); |
10031 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10032 | } Py_INCREF(Py_None); |
10033 | _resultobj = Py_None; | |
10034 | return _resultobj; | |
10035 | } | |
10036 | ||
10037 | #define wxFileHistory_GetMaxFiles(_swigobj) (_swigobj->GetMaxFiles()) | |
10038 | static PyObject *_wrap_wxFileHistory_GetMaxFiles(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10039 | PyObject * _resultobj; | |
10040 | int _result; | |
10041 | wxFileHistory * _arg0; | |
10042 | PyObject * _argo0 = 0; | |
10043 | char *_kwnames[] = { "self", NULL }; | |
10044 | ||
10045 | self = self; | |
10046 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileHistory_GetMaxFiles",_kwnames,&_argo0)) | |
10047 | return NULL; | |
10048 | if (_argo0) { | |
10049 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10050 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10051 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_GetMaxFiles. Expected _wxFileHistory_p."); | |
10052 | return NULL; | |
10053 | } | |
10054 | } | |
10055 | { | |
4268f798 | 10056 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10057 | _result = (int )wxFileHistory_GetMaxFiles(_arg0); |
7dbce44a | 10058 | |
4268f798 RD |
10059 | wxPyEndAllowThreads(__tstate); |
10060 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10061 | } _resultobj = Py_BuildValue("i",_result); |
10062 | return _resultobj; | |
10063 | } | |
10064 | ||
10065 | #define wxFileHistory_UseMenu(_swigobj,_swigarg0) (_swigobj->UseMenu(_swigarg0)) | |
10066 | static PyObject *_wrap_wxFileHistory_UseMenu(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10067 | PyObject * _resultobj; | |
10068 | wxFileHistory * _arg0; | |
10069 | wxMenu * _arg1; | |
10070 | PyObject * _argo0 = 0; | |
10071 | PyObject * _argo1 = 0; | |
10072 | char *_kwnames[] = { "self","menu", NULL }; | |
10073 | ||
10074 | self = self; | |
10075 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_UseMenu",_kwnames,&_argo0,&_argo1)) | |
10076 | return NULL; | |
10077 | if (_argo0) { | |
10078 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10079 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10080 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_UseMenu. Expected _wxFileHistory_p."); | |
10081 | return NULL; | |
10082 | } | |
10083 | } | |
10084 | if (_argo1) { | |
10085 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
10086 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMenu_p")) { | |
10087 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileHistory_UseMenu. Expected _wxMenu_p."); | |
10088 | return NULL; | |
10089 | } | |
10090 | } | |
10091 | { | |
4268f798 | 10092 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10093 | wxFileHistory_UseMenu(_arg0,_arg1); |
7dbce44a | 10094 | |
4268f798 RD |
10095 | wxPyEndAllowThreads(__tstate); |
10096 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10097 | } Py_INCREF(Py_None); |
10098 | _resultobj = Py_None; | |
10099 | return _resultobj; | |
10100 | } | |
10101 | ||
10102 | #define wxFileHistory_RemoveMenu(_swigobj,_swigarg0) (_swigobj->RemoveMenu(_swigarg0)) | |
10103 | static PyObject *_wrap_wxFileHistory_RemoveMenu(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10104 | PyObject * _resultobj; | |
10105 | wxFileHistory * _arg0; | |
10106 | wxMenu * _arg1; | |
10107 | PyObject * _argo0 = 0; | |
10108 | PyObject * _argo1 = 0; | |
10109 | char *_kwnames[] = { "self","menu", NULL }; | |
10110 | ||
10111 | self = self; | |
10112 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_RemoveMenu",_kwnames,&_argo0,&_argo1)) | |
10113 | return NULL; | |
10114 | if (_argo0) { | |
10115 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10116 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10117 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_RemoveMenu. Expected _wxFileHistory_p."); | |
10118 | return NULL; | |
10119 | } | |
10120 | } | |
10121 | if (_argo1) { | |
10122 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
10123 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMenu_p")) { | |
10124 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileHistory_RemoveMenu. Expected _wxMenu_p."); | |
10125 | return NULL; | |
10126 | } | |
10127 | } | |
10128 | { | |
4268f798 | 10129 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10130 | wxFileHistory_RemoveMenu(_arg0,_arg1); |
7dbce44a | 10131 | |
4268f798 RD |
10132 | wxPyEndAllowThreads(__tstate); |
10133 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10134 | } Py_INCREF(Py_None); |
10135 | _resultobj = Py_None; | |
10136 | return _resultobj; | |
10137 | } | |
10138 | ||
10139 | #define wxFileHistory_Load(_swigobj,_swigarg0) (_swigobj->Load(_swigarg0)) | |
10140 | static PyObject *_wrap_wxFileHistory_Load(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10141 | PyObject * _resultobj; | |
10142 | wxFileHistory * _arg0; | |
10143 | wxConfigBase * _arg1; | |
10144 | PyObject * _argo0 = 0; | |
10145 | PyObject * _argo1 = 0; | |
10146 | char *_kwnames[] = { "self","config", NULL }; | |
10147 | ||
10148 | self = self; | |
10149 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_Load",_kwnames,&_argo0,&_argo1)) | |
10150 | return NULL; | |
10151 | if (_argo0) { | |
10152 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10153 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10154 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_Load. Expected _wxFileHistory_p."); | |
10155 | return NULL; | |
10156 | } | |
10157 | } | |
10158 | if (_argo1) { | |
10159 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
10160 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
10161 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileHistory_Load. Expected _wxConfigBase_p."); | |
10162 | return NULL; | |
10163 | } | |
10164 | } | |
10165 | { | |
4268f798 | 10166 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10167 | wxFileHistory_Load(_arg0,*_arg1); |
7dbce44a | 10168 | |
4268f798 RD |
10169 | wxPyEndAllowThreads(__tstate); |
10170 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10171 | } Py_INCREF(Py_None); |
10172 | _resultobj = Py_None; | |
10173 | return _resultobj; | |
10174 | } | |
10175 | ||
10176 | #define wxFileHistory_Save(_swigobj,_swigarg0) (_swigobj->Save(_swigarg0)) | |
10177 | static PyObject *_wrap_wxFileHistory_Save(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10178 | PyObject * _resultobj; | |
10179 | wxFileHistory * _arg0; | |
10180 | wxConfigBase * _arg1; | |
10181 | PyObject * _argo0 = 0; | |
10182 | PyObject * _argo1 = 0; | |
10183 | char *_kwnames[] = { "self","config", NULL }; | |
10184 | ||
10185 | self = self; | |
10186 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_Save",_kwnames,&_argo0,&_argo1)) | |
10187 | return NULL; | |
10188 | if (_argo0) { | |
10189 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10190 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10191 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_Save. Expected _wxFileHistory_p."); | |
10192 | return NULL; | |
10193 | } | |
10194 | } | |
10195 | if (_argo1) { | |
10196 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
10197 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxConfigBase_p")) { | |
10198 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileHistory_Save. Expected _wxConfigBase_p."); | |
10199 | return NULL; | |
10200 | } | |
10201 | } | |
10202 | { | |
4268f798 | 10203 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10204 | wxFileHistory_Save(_arg0,*_arg1); |
7dbce44a | 10205 | |
4268f798 RD |
10206 | wxPyEndAllowThreads(__tstate); |
10207 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10208 | } Py_INCREF(Py_None); |
10209 | _resultobj = Py_None; | |
10210 | return _resultobj; | |
10211 | } | |
10212 | ||
10213 | #define wxFileHistory_AddFilesToMenu(_swigobj) (_swigobj->AddFilesToMenu()) | |
10214 | static PyObject *_wrap_wxFileHistory_AddFilesToMenu(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10215 | PyObject * _resultobj; | |
10216 | wxFileHistory * _arg0; | |
10217 | PyObject * _argo0 = 0; | |
10218 | char *_kwnames[] = { "self", NULL }; | |
10219 | ||
10220 | self = self; | |
10221 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileHistory_AddFilesToMenu",_kwnames,&_argo0)) | |
10222 | return NULL; | |
10223 | if (_argo0) { | |
10224 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10225 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10226 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_AddFilesToMenu. Expected _wxFileHistory_p."); | |
10227 | return NULL; | |
10228 | } | |
10229 | } | |
10230 | { | |
4268f798 | 10231 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10232 | wxFileHistory_AddFilesToMenu(_arg0); |
7dbce44a | 10233 | |
4268f798 RD |
10234 | wxPyEndAllowThreads(__tstate); |
10235 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10236 | } Py_INCREF(Py_None); |
10237 | _resultobj = Py_None; | |
10238 | return _resultobj; | |
10239 | } | |
10240 | ||
68bc8549 RD |
10241 | #define wxFileHistory_AddFilesToThisMenu(_swigobj,_swigarg0) (_swigobj->AddFilesToMenu(_swigarg0)) |
10242 | static PyObject *_wrap_wxFileHistory_AddFilesToThisMenu(PyObject *self, PyObject *args, PyObject *kwargs) { | |
7dbce44a RD |
10243 | PyObject * _resultobj; |
10244 | wxFileHistory * _arg0; | |
10245 | wxMenu * _arg1; | |
10246 | PyObject * _argo0 = 0; | |
10247 | PyObject * _argo1 = 0; | |
10248 | char *_kwnames[] = { "self","menu", NULL }; | |
10249 | ||
10250 | self = self; | |
68bc8549 | 10251 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxFileHistory_AddFilesToThisMenu",_kwnames,&_argo0,&_argo1)) |
7dbce44a RD |
10252 | return NULL; |
10253 | if (_argo0) { | |
10254 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10255 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
68bc8549 | 10256 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_AddFilesToThisMenu. Expected _wxFileHistory_p."); |
7dbce44a RD |
10257 | return NULL; |
10258 | } | |
10259 | } | |
10260 | if (_argo1) { | |
10261 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
10262 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxMenu_p")) { | |
68bc8549 | 10263 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxFileHistory_AddFilesToThisMenu. Expected _wxMenu_p."); |
7dbce44a RD |
10264 | return NULL; |
10265 | } | |
10266 | } | |
10267 | { | |
4268f798 | 10268 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
68bc8549 | 10269 | wxFileHistory_AddFilesToThisMenu(_arg0,_arg1); |
7dbce44a | 10270 | |
4268f798 RD |
10271 | wxPyEndAllowThreads(__tstate); |
10272 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10273 | } Py_INCREF(Py_None); |
10274 | _resultobj = Py_None; | |
10275 | return _resultobj; | |
10276 | } | |
10277 | ||
10278 | #define wxFileHistory_GetHistoryFile(_swigobj,_swigarg0) (_swigobj->GetHistoryFile(_swigarg0)) | |
10279 | static PyObject *_wrap_wxFileHistory_GetHistoryFile(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10280 | PyObject * _resultobj; | |
10281 | wxString * _result; | |
10282 | wxFileHistory * _arg0; | |
10283 | int _arg1; | |
10284 | PyObject * _argo0 = 0; | |
10285 | char *_kwnames[] = { "self","i", NULL }; | |
10286 | ||
10287 | self = self; | |
10288 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxFileHistory_GetHistoryFile",_kwnames,&_argo0,&_arg1)) | |
10289 | return NULL; | |
10290 | if (_argo0) { | |
10291 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10292 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10293 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_GetHistoryFile. Expected _wxFileHistory_p."); | |
10294 | return NULL; | |
10295 | } | |
10296 | } | |
10297 | { | |
4268f798 | 10298 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10299 | _result = new wxString (wxFileHistory_GetHistoryFile(_arg0,_arg1)); |
7dbce44a | 10300 | |
4268f798 RD |
10301 | wxPyEndAllowThreads(__tstate); |
10302 | if (PyErr_Occurred()) return NULL; | |
7dbce44a | 10303 | }{ |
c8bc7bb8 RD |
10304 | #if wxUSE_UNICODE |
10305 | _resultobj = PyUnicode_FromUnicode(_result->c_str(), _result->Len()); | |
10306 | #else | |
7dbce44a | 10307 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
c8bc7bb8 | 10308 | #endif |
7dbce44a RD |
10309 | } |
10310 | { | |
10311 | delete _result; | |
10312 | } | |
10313 | return _resultobj; | |
10314 | } | |
10315 | ||
10316 | #define wxFileHistory_GetCount(_swigobj) (_swigobj->GetCount()) | |
10317 | static PyObject *_wrap_wxFileHistory_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10318 | PyObject * _resultobj; | |
10319 | int _result; | |
10320 | wxFileHistory * _arg0; | |
10321 | PyObject * _argo0 = 0; | |
10322 | char *_kwnames[] = { "self", NULL }; | |
10323 | ||
10324 | self = self; | |
10325 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileHistory_GetCount",_kwnames,&_argo0)) | |
10326 | return NULL; | |
10327 | if (_argo0) { | |
10328 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10329 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10330 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_GetCount. Expected _wxFileHistory_p."); | |
10331 | return NULL; | |
10332 | } | |
10333 | } | |
10334 | { | |
4268f798 | 10335 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10336 | _result = (int )wxFileHistory_GetCount(_arg0); |
7dbce44a | 10337 | |
4268f798 RD |
10338 | wxPyEndAllowThreads(__tstate); |
10339 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10340 | } _resultobj = Py_BuildValue("i",_result); |
10341 | return _resultobj; | |
10342 | } | |
10343 | ||
10344 | #define wxFileHistory_GetNoHistoryFiles(_swigobj) (_swigobj->GetNoHistoryFiles()) | |
10345 | static PyObject *_wrap_wxFileHistory_GetNoHistoryFiles(PyObject *self, PyObject *args, PyObject *kwargs) { | |
10346 | PyObject * _resultobj; | |
10347 | int _result; | |
10348 | wxFileHistory * _arg0; | |
10349 | PyObject * _argo0 = 0; | |
10350 | char *_kwnames[] = { "self", NULL }; | |
10351 | ||
10352 | self = self; | |
10353 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxFileHistory_GetNoHistoryFiles",_kwnames,&_argo0)) | |
10354 | return NULL; | |
10355 | if (_argo0) { | |
10356 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
10357 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxFileHistory_p")) { | |
10358 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFileHistory_GetNoHistoryFiles. Expected _wxFileHistory_p."); | |
10359 | return NULL; | |
10360 | } | |
10361 | } | |
10362 | { | |
4268f798 | 10363 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
c8bc7bb8 | 10364 | _result = (int )wxFileHistory_GetNoHistoryFiles(_arg0); |
7dbce44a | 10365 | |
4268f798 RD |
10366 | wxPyEndAllowThreads(__tstate); |
10367 | if (PyErr_Occurred()) return NULL; | |
7dbce44a RD |
10368 | } _resultobj = Py_BuildValue("i",_result); |
10369 | return _resultobj; | |
10370 | } | |
10371 | ||
bb0054cd | 10372 | static PyMethodDef misc2cMethods[] = { |
7dbce44a RD |
10373 | { "wxFileHistory_GetNoHistoryFiles", (PyCFunction) _wrap_wxFileHistory_GetNoHistoryFiles, METH_VARARGS | METH_KEYWORDS }, |
10374 | { "wxFileHistory_GetCount", (PyCFunction) _wrap_wxFileHistory_GetCount, METH_VARARGS | METH_KEYWORDS }, | |
10375 | { "wxFileHistory_GetHistoryFile", (PyCFunction) _wrap_wxFileHistory_GetHistoryFile, METH_VARARGS | METH_KEYWORDS }, | |
68bc8549 | 10376 | { "wxFileHistory_AddFilesToThisMenu", (PyCFunction) _wrap_wxFileHistory_AddFilesToThisMenu, METH_VARARGS | METH_KEYWORDS }, |
7dbce44a RD |
10377 | { "wxFileHistory_AddFilesToMenu", (PyCFunction) _wrap_wxFileHistory_AddFilesToMenu, METH_VARARGS | METH_KEYWORDS }, |
10378 | { "wxFileHistory_Save", (PyCFunction) _wrap_wxFileHistory_Save, METH_VARARGS | METH_KEYWORDS }, | |
10379 | { "wxFileHistory_Load", (PyCFunction) _wrap_wxFileHistory_Load, METH_VARARGS | METH_KEYWORDS }, | |
10380 | { "wxFileHistory_RemoveMenu", (PyCFunction) _wrap_wxFileHistory_RemoveMenu, METH_VARARGS | METH_KEYWORDS }, | |
10381 | { "wxFileHistory_UseMenu", (PyCFunction) _wrap_wxFileHistory_UseMenu, METH_VARARGS | METH_KEYWORDS }, | |
10382 | { "wxFileHistory_GetMaxFiles", (PyCFunction) _wrap_wxFileHistory_GetMaxFiles, METH_VARARGS | METH_KEYWORDS }, | |
10383 | { "wxFileHistory_RemoveFileFromHistory", (PyCFunction) _wrap_wxFileHistory_RemoveFileFromHistory, METH_VARARGS | METH_KEYWORDS }, | |
10384 | { "wxFileHistory_AddFileToHistory", (PyCFunction) _wrap_wxFileHistory_AddFileToHistory, METH_VARARGS | METH_KEYWORDS }, | |
10385 | { "delete_wxFileHistory", (PyCFunction) _wrap_delete_wxFileHistory, METH_VARARGS | METH_KEYWORDS }, | |
10386 | { "new_wxFileHistory", (PyCFunction) _wrap_new_wxFileHistory, METH_VARARGS | METH_KEYWORDS }, | |
72797a7d RD |
10387 | { "wxArtProvider_CleanUpProviders", (PyCFunction) _wrap_wxArtProvider_CleanUpProviders, METH_VARARGS | METH_KEYWORDS }, |
10388 | { "wxArtProvider_GetIcon", (PyCFunction) _wrap_wxArtProvider_GetIcon, METH_VARARGS | METH_KEYWORDS }, | |
10389 | { "wxArtProvider_GetBitmap", (PyCFunction) _wrap_wxArtProvider_GetBitmap, METH_VARARGS | METH_KEYWORDS }, | |
10390 | { "wxArtProvider_RemoveProvider", (PyCFunction) _wrap_wxArtProvider_RemoveProvider, METH_VARARGS | METH_KEYWORDS }, | |
10391 | { "wxArtProvider_PopProvider", (PyCFunction) _wrap_wxArtProvider_PopProvider, METH_VARARGS | METH_KEYWORDS }, | |
10392 | { "wxArtProvider_PushProvider", (PyCFunction) _wrap_wxArtProvider_PushProvider, METH_VARARGS | METH_KEYWORDS }, | |
10393 | { "wxArtProvider__setCallbackInfo", (PyCFunction) _wrap_wxArtProvider__setCallbackInfo, METH_VARARGS | METH_KEYWORDS }, | |
10394 | { "new_wxArtProvider", (PyCFunction) _wrap_new_wxArtProvider, METH_VARARGS | METH_KEYWORDS }, | |
b37c7e1d RD |
10395 | { "delete_wxMimeTypesManager", (PyCFunction) _wrap_delete_wxMimeTypesManager, METH_VARARGS | METH_KEYWORDS }, |
10396 | { "wxMimeTypesManager_Unassociate", (PyCFunction) _wrap_wxMimeTypesManager_Unassociate, METH_VARARGS | METH_KEYWORDS }, | |
10397 | { "wxMimeTypesManager_Associate", (PyCFunction) _wrap_wxMimeTypesManager_Associate, METH_VARARGS | METH_KEYWORDS }, | |
10398 | { "wxMimeTypesManager_AddFallback", (PyCFunction) _wrap_wxMimeTypesManager_AddFallback, METH_VARARGS | METH_KEYWORDS }, | |
10399 | { "wxMimeTypesManager_EnumAllFileTypes", (PyCFunction) _wrap_wxMimeTypesManager_EnumAllFileTypes, METH_VARARGS | METH_KEYWORDS }, | |
10400 | { "wxMimeTypesManager_ReadMimeTypes", (PyCFunction) _wrap_wxMimeTypesManager_ReadMimeTypes, METH_VARARGS | METH_KEYWORDS }, | |
10401 | { "wxMimeTypesManager_ReadMailcap", (PyCFunction) _wrap_wxMimeTypesManager_ReadMailcap, METH_VARARGS | METH_KEYWORDS }, | |
10402 | { "wxMimeTypesManager_GetFileTypeFromMimeType", (PyCFunction) _wrap_wxMimeTypesManager_GetFileTypeFromMimeType, METH_VARARGS | METH_KEYWORDS }, | |
10403 | { "wxMimeTypesManager_GetFileTypeFromExtension", (PyCFunction) _wrap_wxMimeTypesManager_GetFileTypeFromExtension, METH_VARARGS | METH_KEYWORDS }, | |
10404 | { "wxMimeTypesManager_ClearData", (PyCFunction) _wrap_wxMimeTypesManager_ClearData, METH_VARARGS | METH_KEYWORDS }, | |
10405 | { "wxMimeTypesManager_Initialize", (PyCFunction) _wrap_wxMimeTypesManager_Initialize, METH_VARARGS | METH_KEYWORDS }, | |
10406 | { "new_wxMimeTypesManager", (PyCFunction) _wrap_new_wxMimeTypesManager, METH_VARARGS | METH_KEYWORDS }, | |
10407 | { "wxMimeTypesManager_IsOfType", (PyCFunction) _wrap_wxMimeTypesManager_IsOfType, METH_VARARGS | METH_KEYWORDS }, | |
10408 | { "delete_wxFileType", (PyCFunction) _wrap_delete_wxFileType, METH_VARARGS | METH_KEYWORDS }, | |
10409 | { "wxFileType_ExpandCommand", (PyCFunction) _wrap_wxFileType_ExpandCommand, METH_VARARGS | METH_KEYWORDS }, | |
10410 | { "wxFileType_Unassociate", (PyCFunction) _wrap_wxFileType_Unassociate, METH_VARARGS | METH_KEYWORDS }, | |
10411 | { "wxFileType_SetDefaultIcon", (PyCFunction) _wrap_wxFileType_SetDefaultIcon, METH_VARARGS | METH_KEYWORDS }, | |
10412 | { "wxFileType_SetCommand", (PyCFunction) _wrap_wxFileType_SetCommand, METH_VARARGS | METH_KEYWORDS }, | |
10413 | { "wxFileType_GetAllCommands", (PyCFunction) _wrap_wxFileType_GetAllCommands, METH_VARARGS | METH_KEYWORDS }, | |
10414 | { "wxFileType_GetPrintCommand", (PyCFunction) _wrap_wxFileType_GetPrintCommand, METH_VARARGS | METH_KEYWORDS }, | |
10415 | { "wxFileType_GetOpenCommand", (PyCFunction) _wrap_wxFileType_GetOpenCommand, METH_VARARGS | METH_KEYWORDS }, | |
10416 | { "wxFileType_GetDescription", (PyCFunction) _wrap_wxFileType_GetDescription, METH_VARARGS | METH_KEYWORDS }, | |
10417 | { "wxFileType_GetIconInfo", (PyCFunction) _wrap_wxFileType_GetIconInfo, METH_VARARGS | METH_KEYWORDS }, | |
10418 | { "wxFileType_GetIcon", (PyCFunction) _wrap_wxFileType_GetIcon, METH_VARARGS | METH_KEYWORDS }, | |
10419 | { "wxFileType_GetExtensions", (PyCFunction) _wrap_wxFileType_GetExtensions, METH_VARARGS | METH_KEYWORDS }, | |
10420 | { "wxFileType_GetMimeTypes", (PyCFunction) _wrap_wxFileType_GetMimeTypes, METH_VARARGS | METH_KEYWORDS }, | |
10421 | { "wxFileType_GetMimeType", (PyCFunction) _wrap_wxFileType_GetMimeType, METH_VARARGS | METH_KEYWORDS }, | |
10422 | { "new_wxFileType", (PyCFunction) _wrap_new_wxFileType, METH_VARARGS | METH_KEYWORDS }, | |
10423 | { "wxFileTypeInfo_GetIconIndex", (PyCFunction) _wrap_wxFileTypeInfo_GetIconIndex, METH_VARARGS | METH_KEYWORDS }, | |
10424 | { "wxFileTypeInfo_GetIconFile", (PyCFunction) _wrap_wxFileTypeInfo_GetIconFile, METH_VARARGS | METH_KEYWORDS }, | |
10425 | { "wxFileTypeInfo_GetExtensionsCount", (PyCFunction) _wrap_wxFileTypeInfo_GetExtensionsCount, METH_VARARGS | METH_KEYWORDS }, | |
10426 | { "wxFileTypeInfo_GetExtensions", (PyCFunction) _wrap_wxFileTypeInfo_GetExtensions, METH_VARARGS | METH_KEYWORDS }, | |
10427 | { "wxFileTypeInfo_GetDescription", (PyCFunction) _wrap_wxFileTypeInfo_GetDescription, METH_VARARGS | METH_KEYWORDS }, | |
10428 | { "wxFileTypeInfo_GetShortDesc", (PyCFunction) _wrap_wxFileTypeInfo_GetShortDesc, METH_VARARGS | METH_KEYWORDS }, | |
10429 | { "wxFileTypeInfo_GetPrintCommand", (PyCFunction) _wrap_wxFileTypeInfo_GetPrintCommand, METH_VARARGS | METH_KEYWORDS }, | |
10430 | { "wxFileTypeInfo_GetOpenCommand", (PyCFunction) _wrap_wxFileTypeInfo_GetOpenCommand, METH_VARARGS | METH_KEYWORDS }, | |
10431 | { "wxFileTypeInfo_GetMimeType", (PyCFunction) _wrap_wxFileTypeInfo_GetMimeType, METH_VARARGS | METH_KEYWORDS }, | |
10432 | { "wxFileTypeInfo_SetShortDesc", (PyCFunction) _wrap_wxFileTypeInfo_SetShortDesc, METH_VARARGS | METH_KEYWORDS }, | |
10433 | { "wxFileTypeInfo_SetIcon", (PyCFunction) _wrap_wxFileTypeInfo_SetIcon, METH_VARARGS | METH_KEYWORDS }, | |
10434 | { "wxFileTypeInfo_IsValid", (PyCFunction) _wrap_wxFileTypeInfo_IsValid, METH_VARARGS | METH_KEYWORDS }, | |
10435 | { "new_wxNullFileTypeInfo", (PyCFunction) _wrap_new_wxNullFileTypeInfo, METH_VARARGS | METH_KEYWORDS }, | |
10436 | { "new_wxFileTypeInfoSequence", (PyCFunction) _wrap_new_wxFileTypeInfoSequence, METH_VARARGS | METH_KEYWORDS }, | |
10437 | { "new_wxFileTypeInfo", (PyCFunction) _wrap_new_wxFileTypeInfo, METH_VARARGS | METH_KEYWORDS }, | |
493f1553 RD |
10438 | { "wxWave_Play", (PyCFunction) _wrap_wxWave_Play, METH_VARARGS | METH_KEYWORDS }, |
10439 | { "wxWave_IsOk", (PyCFunction) _wrap_wxWave_IsOk, METH_VARARGS | METH_KEYWORDS }, | |
10440 | { "delete_wxWave", (PyCFunction) _wrap_delete_wxWave, METH_VARARGS | METH_KEYWORDS }, | |
10441 | { "new_wxWave", (PyCFunction) _wrap_new_wxWave, METH_VARARGS | METH_KEYWORDS }, | |
185d7c3e RD |
10442 | { "wxJoystick_ReleaseCapture", (PyCFunction) _wrap_wxJoystick_ReleaseCapture, METH_VARARGS | METH_KEYWORDS }, |
10443 | { "wxJoystick_SetCapture", (PyCFunction) _wrap_wxJoystick_SetCapture, METH_VARARGS | METH_KEYWORDS }, | |
10444 | { "wxJoystick_HasPOVCTS", (PyCFunction) _wrap_wxJoystick_HasPOVCTS, METH_VARARGS | METH_KEYWORDS }, | |
10445 | { "wxJoystick_HasPOV4Dir", (PyCFunction) _wrap_wxJoystick_HasPOV4Dir, METH_VARARGS | METH_KEYWORDS }, | |
10446 | { "wxJoystick_HasPOV", (PyCFunction) _wrap_wxJoystick_HasPOV, METH_VARARGS | METH_KEYWORDS }, | |
10447 | { "wxJoystick_HasV", (PyCFunction) _wrap_wxJoystick_HasV, METH_VARARGS | METH_KEYWORDS }, | |
10448 | { "wxJoystick_HasU", (PyCFunction) _wrap_wxJoystick_HasU, METH_VARARGS | METH_KEYWORDS }, | |
10449 | { "wxJoystick_HasZ", (PyCFunction) _wrap_wxJoystick_HasZ, METH_VARARGS | METH_KEYWORDS }, | |
10450 | { "wxJoystick_HasRudder", (PyCFunction) _wrap_wxJoystick_HasRudder, METH_VARARGS | METH_KEYWORDS }, | |
10451 | { "wxJoystick_GetVMax", (PyCFunction) _wrap_wxJoystick_GetVMax, METH_VARARGS | METH_KEYWORDS }, | |
10452 | { "wxJoystick_GetVMin", (PyCFunction) _wrap_wxJoystick_GetVMin, METH_VARARGS | METH_KEYWORDS }, | |
10453 | { "wxJoystick_GetUMax", (PyCFunction) _wrap_wxJoystick_GetUMax, METH_VARARGS | METH_KEYWORDS }, | |
10454 | { "wxJoystick_GetUMin", (PyCFunction) _wrap_wxJoystick_GetUMin, METH_VARARGS | METH_KEYWORDS }, | |
10455 | { "wxJoystick_GetRudderMax", (PyCFunction) _wrap_wxJoystick_GetRudderMax, METH_VARARGS | METH_KEYWORDS }, | |
10456 | { "wxJoystick_GetRudderMin", (PyCFunction) _wrap_wxJoystick_GetRudderMin, METH_VARARGS | METH_KEYWORDS }, | |
10457 | { "wxJoystick_GetPollingMax", (PyCFunction) _wrap_wxJoystick_GetPollingMax, METH_VARARGS | METH_KEYWORDS }, | |
10458 | { "wxJoystick_GetPollingMin", (PyCFunction) _wrap_wxJoystick_GetPollingMin, METH_VARARGS | METH_KEYWORDS }, | |
10459 | { "wxJoystick_GetMaxAxes", (PyCFunction) _wrap_wxJoystick_GetMaxAxes, METH_VARARGS | METH_KEYWORDS }, | |
10460 | { "wxJoystick_GetMaxButtons", (PyCFunction) _wrap_wxJoystick_GetMaxButtons, METH_VARARGS | METH_KEYWORDS }, | |
10461 | { "wxJoystick_GetNumberAxes", (PyCFunction) _wrap_wxJoystick_GetNumberAxes, METH_VARARGS | METH_KEYWORDS }, | |
10462 | { "wxJoystick_GetNumberButtons", (PyCFunction) _wrap_wxJoystick_GetNumberButtons, METH_VARARGS | METH_KEYWORDS }, | |
10463 | { "wxJoystick_GetZMax", (PyCFunction) _wrap_wxJoystick_GetZMax, METH_VARARGS | METH_KEYWORDS }, | |
10464 | { "wxJoystick_GetYMax", (PyCFunction) _wrap_wxJoystick_GetYMax, METH_VARARGS | METH_KEYWORDS }, | |
10465 | { "wxJoystick_GetXMax", (PyCFunction) _wrap_wxJoystick_GetXMax, METH_VARARGS | METH_KEYWORDS }, | |
10466 | { "wxJoystick_GetZMin", (PyCFunction) _wrap_wxJoystick_GetZMin, METH_VARARGS | METH_KEYWORDS }, | |
10467 | { "wxJoystick_GetYMin", (PyCFunction) _wrap_wxJoystick_GetYMin, METH_VARARGS | METH_KEYWORDS }, | |
10468 | { "wxJoystick_GetXMin", (PyCFunction) _wrap_wxJoystick_GetXMin, METH_VARARGS | METH_KEYWORDS }, | |
10469 | { "wxJoystick_GetProductName", (PyCFunction) _wrap_wxJoystick_GetProductName, METH_VARARGS | METH_KEYWORDS }, | |
10470 | { "wxJoystick_GetProductId", (PyCFunction) _wrap_wxJoystick_GetProductId, METH_VARARGS | METH_KEYWORDS }, | |
10471 | { "wxJoystick_GetManufacturerId", (PyCFunction) _wrap_wxJoystick_GetManufacturerId, METH_VARARGS | METH_KEYWORDS }, | |
10472 | { "wxJoystick_GetNumberJoysticks", (PyCFunction) _wrap_wxJoystick_GetNumberJoysticks, METH_VARARGS | METH_KEYWORDS }, | |
10473 | { "wxJoystick_IsOk", (PyCFunction) _wrap_wxJoystick_IsOk, METH_VARARGS | METH_KEYWORDS }, | |
10474 | { "wxJoystick_SetMovementThreshold", (PyCFunction) _wrap_wxJoystick_SetMovementThreshold, METH_VARARGS | METH_KEYWORDS }, | |
10475 | { "wxJoystick_GetMovementThreshold", (PyCFunction) _wrap_wxJoystick_GetMovementThreshold, METH_VARARGS | METH_KEYWORDS }, | |
10476 | { "wxJoystick_GetVPosition", (PyCFunction) _wrap_wxJoystick_GetVPosition, METH_VARARGS | METH_KEYWORDS }, | |
10477 | { "wxJoystick_GetUPosition", (PyCFunction) _wrap_wxJoystick_GetUPosition, METH_VARARGS | METH_KEYWORDS }, | |
10478 | { "wxJoystick_GetRudderPosition", (PyCFunction) _wrap_wxJoystick_GetRudderPosition, METH_VARARGS | METH_KEYWORDS }, | |
10479 | { "wxJoystick_GetPOVCTSPosition", (PyCFunction) _wrap_wxJoystick_GetPOVCTSPosition, METH_VARARGS | METH_KEYWORDS }, | |
10480 | { "wxJoystick_GetPOVPosition", (PyCFunction) _wrap_wxJoystick_GetPOVPosition, METH_VARARGS | METH_KEYWORDS }, | |
10481 | { "wxJoystick_GetButtonState", (PyCFunction) _wrap_wxJoystick_GetButtonState, METH_VARARGS | METH_KEYWORDS }, | |
10482 | { "wxJoystick_GetZPosition", (PyCFunction) _wrap_wxJoystick_GetZPosition, METH_VARARGS | METH_KEYWORDS }, | |
10483 | { "wxJoystick_GetPosition", (PyCFunction) _wrap_wxJoystick_GetPosition, METH_VARARGS | METH_KEYWORDS }, | |
ac346f50 | 10484 | { "delete_wxJoystick", (PyCFunction) _wrap_delete_wxJoystick, METH_VARARGS | METH_KEYWORDS }, |
185d7c3e | 10485 | { "new_wxJoystick", (PyCFunction) _wrap_new_wxJoystick, METH_VARARGS | METH_KEYWORDS }, |
c368d904 RD |
10486 | { "wxProcess_CloseOutput", (PyCFunction) _wrap_wxProcess_CloseOutput, METH_VARARGS | METH_KEYWORDS }, |
10487 | { "wxProcess_GetOutputStream", (PyCFunction) _wrap_wxProcess_GetOutputStream, METH_VARARGS | METH_KEYWORDS }, | |
10488 | { "wxProcess_GetErrorStream", (PyCFunction) _wrap_wxProcess_GetErrorStream, METH_VARARGS | METH_KEYWORDS }, | |
10489 | { "wxProcess_GetInputStream", (PyCFunction) _wrap_wxProcess_GetInputStream, METH_VARARGS | METH_KEYWORDS }, | |
10490 | { "wxProcess_Detach", (PyCFunction) _wrap_wxProcess_Detach, METH_VARARGS | METH_KEYWORDS }, | |
10491 | { "wxProcess_IsRedirected", (PyCFunction) _wrap_wxProcess_IsRedirected, METH_VARARGS | METH_KEYWORDS }, | |
10492 | { "wxProcess_Redirect", (PyCFunction) _wrap_wxProcess_Redirect, METH_VARARGS | METH_KEYWORDS }, | |
10493 | { "wxProcess_base_OnTerminate", (PyCFunction) _wrap_wxProcess_base_OnTerminate, METH_VARARGS | METH_KEYWORDS }, | |
0122b7e3 | 10494 | { "wxProcess__setCallbackInfo", (PyCFunction) _wrap_wxProcess__setCallbackInfo, METH_VARARGS | METH_KEYWORDS }, |
c368d904 RD |
10495 | { "wxProcess_Destroy", (PyCFunction) _wrap_wxProcess_Destroy, METH_VARARGS | METH_KEYWORDS }, |
10496 | { "new_wxProcess", (PyCFunction) _wrap_new_wxProcess, METH_VARARGS | METH_KEYWORDS }, | |
814f509c RD |
10497 | { "wxProcess_Open", (PyCFunction) _wrap_wxProcess_Open, METH_VARARGS | METH_KEYWORDS }, |
10498 | { "wxProcess_Exists", (PyCFunction) _wrap_wxProcess_Exists, METH_VARARGS | METH_KEYWORDS }, | |
10499 | { "wxProcess_Kill", (PyCFunction) _wrap_wxProcess_Kill, METH_VARARGS | METH_KEYWORDS }, | |
c368d904 RD |
10500 | { "wxProcessEvent_m_exitcode_get", (PyCFunction) _wrap_wxProcessEvent_m_exitcode_get, METH_VARARGS | METH_KEYWORDS }, |
10501 | { "wxProcessEvent_m_exitcode_set", (PyCFunction) _wrap_wxProcessEvent_m_exitcode_set, METH_VARARGS | METH_KEYWORDS }, | |
10502 | { "wxProcessEvent_m_pid_get", (PyCFunction) _wrap_wxProcessEvent_m_pid_get, METH_VARARGS | METH_KEYWORDS }, | |
10503 | { "wxProcessEvent_m_pid_set", (PyCFunction) _wrap_wxProcessEvent_m_pid_set, METH_VARARGS | METH_KEYWORDS }, | |
10504 | { "wxProcessEvent_GetExitCode", (PyCFunction) _wrap_wxProcessEvent_GetExitCode, METH_VARARGS | METH_KEYWORDS }, | |
10505 | { "wxProcessEvent_GetPid", (PyCFunction) _wrap_wxProcessEvent_GetPid, METH_VARARGS | METH_KEYWORDS }, | |
10506 | { "new_wxProcessEvent", (PyCFunction) _wrap_new_wxProcessEvent, METH_VARARGS | METH_KEYWORDS }, | |
76bfdc78 | 10507 | { "wxPyLog_Destroy", (PyCFunction) _wrap_wxPyLog_Destroy, METH_VARARGS | METH_KEYWORDS }, |
0122b7e3 | 10508 | { "wxPyLog__setCallbackInfo", (PyCFunction) _wrap_wxPyLog__setCallbackInfo, METH_VARARGS | METH_KEYWORDS }, |
76bfdc78 | 10509 | { "new_wxPyLog", (PyCFunction) _wrap_new_wxPyLog, METH_VARARGS | METH_KEYWORDS }, |
19e30148 RD |
10510 | { "delete_wxLogNull", (PyCFunction) _wrap_delete_wxLogNull, METH_VARARGS | METH_KEYWORDS }, |
10511 | { "new_wxLogNull", (PyCFunction) _wrap_new_wxLogNull, METH_VARARGS | METH_KEYWORDS }, | |
76bfdc78 RD |
10512 | { "wxLogChain_GetOldLog", (PyCFunction) _wrap_wxLogChain_GetOldLog, METH_VARARGS | METH_KEYWORDS }, |
10513 | { "wxLogChain_IsPassingMessages", (PyCFunction) _wrap_wxLogChain_IsPassingMessages, METH_VARARGS | METH_KEYWORDS }, | |
10514 | { "wxLogChain_PassMessages", (PyCFunction) _wrap_wxLogChain_PassMessages, METH_VARARGS | METH_KEYWORDS }, | |
10515 | { "wxLogChain_SetLog", (PyCFunction) _wrap_wxLogChain_SetLog, METH_VARARGS | METH_KEYWORDS }, | |
10516 | { "new_wxLogChain", (PyCFunction) _wrap_new_wxLogChain, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 BP |
10517 | { "wxLogWindow_PassMessages", (PyCFunction) _wrap_wxLogWindow_PassMessages, METH_VARARGS | METH_KEYWORDS }, |
10518 | { "wxLogWindow_IsPassingMessages", (PyCFunction) _wrap_wxLogWindow_IsPassingMessages, METH_VARARGS | METH_KEYWORDS }, | |
10519 | { "wxLogWindow_GetOldLog", (PyCFunction) _wrap_wxLogWindow_GetOldLog, METH_VARARGS | METH_KEYWORDS }, | |
10520 | { "wxLogWindow_GetFrame", (PyCFunction) _wrap_wxLogWindow_GetFrame, METH_VARARGS | METH_KEYWORDS }, | |
10521 | { "wxLogWindow_Show", (PyCFunction) _wrap_wxLogWindow_Show, METH_VARARGS | METH_KEYWORDS }, | |
10522 | { "new_wxLogWindow", (PyCFunction) _wrap_new_wxLogWindow, METH_VARARGS | METH_KEYWORDS }, | |
10523 | { "new_wxLogGui", (PyCFunction) _wrap_new_wxLogGui, METH_VARARGS | METH_KEYWORDS }, | |
10524 | { "new_wxLogTextCtrl", (PyCFunction) _wrap_new_wxLogTextCtrl, METH_VARARGS | METH_KEYWORDS }, | |
10525 | { "new_wxLogStderr", (PyCFunction) _wrap_new_wxLogStderr, METH_VARARGS | METH_KEYWORDS }, | |
76bfdc78 | 10526 | { "wxLog_TimeStamp", (PyCFunction) _wrap_wxLog_TimeStamp, METH_VARARGS | METH_KEYWORDS }, |
f6bcfd97 BP |
10527 | { "wxLog_IsAllowedTraceMask", (PyCFunction) _wrap_wxLog_IsAllowedTraceMask, METH_VARARGS | METH_KEYWORDS }, |
10528 | { "wxLog_GetTraceMask", (PyCFunction) _wrap_wxLog_GetTraceMask, METH_VARARGS | METH_KEYWORDS }, | |
10529 | { "wxLog_GetVerbose", (PyCFunction) _wrap_wxLog_GetVerbose, METH_VARARGS | METH_KEYWORDS }, | |
76bfdc78 RD |
10530 | { "wxLog_GetTimestamp", (PyCFunction) _wrap_wxLog_GetTimestamp, METH_VARARGS | METH_KEYWORDS }, |
10531 | { "wxLog_SetTimestamp", (PyCFunction) _wrap_wxLog_SetTimestamp, METH_VARARGS | METH_KEYWORDS }, | |
10532 | { "wxLog_ClearTraceMasks", (PyCFunction) _wrap_wxLog_ClearTraceMasks, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 BP |
10533 | { "wxLog_RemoveTraceMask", (PyCFunction) _wrap_wxLog_RemoveTraceMask, METH_VARARGS | METH_KEYWORDS }, |
10534 | { "wxLog_AddTraceMask", (PyCFunction) _wrap_wxLog_AddTraceMask, METH_VARARGS | METH_KEYWORDS }, | |
10535 | { "wxLog_SetTraceMask", (PyCFunction) _wrap_wxLog_SetTraceMask, METH_VARARGS | METH_KEYWORDS }, | |
10536 | { "wxLog_DontCreateOnDemand", (PyCFunction) _wrap_wxLog_DontCreateOnDemand, METH_VARARGS | METH_KEYWORDS }, | |
10537 | { "wxLog_SetVerbose", (PyCFunction) _wrap_wxLog_SetVerbose, METH_VARARGS | METH_KEYWORDS }, | |
10538 | { "wxLog_Resume", (PyCFunction) _wrap_wxLog_Resume, METH_VARARGS | METH_KEYWORDS }, | |
10539 | { "wxLog_Suspend", (PyCFunction) _wrap_wxLog_Suspend, METH_VARARGS | METH_KEYWORDS }, | |
10540 | { "wxLog_SetActiveTarget", (PyCFunction) _wrap_wxLog_SetActiveTarget, METH_VARARGS | METH_KEYWORDS }, | |
10541 | { "wxLog_GetActiveTarget", (PyCFunction) _wrap_wxLog_GetActiveTarget, METH_VARARGS | METH_KEYWORDS }, | |
10542 | { "wxLog_FlushActive", (PyCFunction) _wrap_wxLog_FlushActive, METH_VARARGS | METH_KEYWORDS }, | |
10543 | { "wxLog_HasPendingMessages", (PyCFunction) _wrap_wxLog_HasPendingMessages, METH_VARARGS | METH_KEYWORDS }, | |
10544 | { "wxLog_Flush", (PyCFunction) _wrap_wxLog_Flush, METH_VARARGS | METH_KEYWORDS }, | |
10545 | { "wxLog_OnLog", (PyCFunction) _wrap_wxLog_OnLog, METH_VARARGS | METH_KEYWORDS }, | |
10546 | { "wxLog_EnableLogging", (PyCFunction) _wrap_wxLog_EnableLogging, METH_VARARGS | METH_KEYWORDS }, | |
10547 | { "wxLog_IsEnabled", (PyCFunction) _wrap_wxLog_IsEnabled, METH_VARARGS | METH_KEYWORDS }, | |
10548 | { "new_wxLog", (PyCFunction) _wrap_new_wxLog, METH_VARARGS | METH_KEYWORDS }, | |
b37c7e1d RD |
10549 | { "wxStopWatch_Time", (PyCFunction) _wrap_wxStopWatch_Time, METH_VARARGS | METH_KEYWORDS }, |
10550 | { "wxStopWatch_Resume", (PyCFunction) _wrap_wxStopWatch_Resume, METH_VARARGS | METH_KEYWORDS }, | |
10551 | { "wxStopWatch_Pause", (PyCFunction) _wrap_wxStopWatch_Pause, METH_VARARGS | METH_KEYWORDS }, | |
10552 | { "wxStopWatch_Start", (PyCFunction) _wrap_wxStopWatch_Start, METH_VARARGS | METH_KEYWORDS }, | |
68320e40 | 10553 | { "delete_wxStopWatch", (PyCFunction) _wrap_delete_wxStopWatch, METH_VARARGS | METH_KEYWORDS }, |
b37c7e1d | 10554 | { "new_wxStopWatch", (PyCFunction) _wrap_new_wxStopWatch, METH_VARARGS | METH_KEYWORDS }, |
f6bcfd97 BP |
10555 | { "wxPyTimer_Stop", (PyCFunction) _wrap_wxPyTimer_Stop, METH_VARARGS | METH_KEYWORDS }, |
10556 | { "wxPyTimer_Start", (PyCFunction) _wrap_wxPyTimer_Start, METH_VARARGS | METH_KEYWORDS }, | |
10557 | { "wxPyTimer_SetOwner", (PyCFunction) _wrap_wxPyTimer_SetOwner, METH_VARARGS | METH_KEYWORDS }, | |
10558 | { "wxPyTimer_IsRunning", (PyCFunction) _wrap_wxPyTimer_IsRunning, METH_VARARGS | METH_KEYWORDS }, | |
10559 | { "wxPyTimer_IsOneShot", (PyCFunction) _wrap_wxPyTimer_IsOneShot, METH_VARARGS | METH_KEYWORDS }, | |
10560 | { "wxPyTimer_GetInterval", (PyCFunction) _wrap_wxPyTimer_GetInterval, METH_VARARGS | METH_KEYWORDS }, | |
10561 | { "delete_wxPyTimer", (PyCFunction) _wrap_delete_wxPyTimer, METH_VARARGS | METH_KEYWORDS }, | |
10562 | { "new_wxPyTimer", (PyCFunction) _wrap_new_wxPyTimer, METH_VARARGS | METH_KEYWORDS }, | |
10563 | { "wxDragImage_RedrawImage", (PyCFunction) _wrap_wxDragImage_RedrawImage, METH_VARARGS | METH_KEYWORDS }, | |
10564 | { "wxDragImage_GetImageRect", (PyCFunction) _wrap_wxDragImage_GetImageRect, METH_VARARGS | METH_KEYWORDS }, | |
10565 | { "wxDragImage_Hide", (PyCFunction) _wrap_wxDragImage_Hide, METH_VARARGS | METH_KEYWORDS }, | |
10566 | { "wxDragImage_Show", (PyCFunction) _wrap_wxDragImage_Show, METH_VARARGS | METH_KEYWORDS }, | |
10567 | { "wxDragImage_Move", (PyCFunction) _wrap_wxDragImage_Move, METH_VARARGS | METH_KEYWORDS }, | |
10568 | { "wxDragImage_EndDrag", (PyCFunction) _wrap_wxDragImage_EndDrag, METH_VARARGS | METH_KEYWORDS }, | |
10569 | { "wxDragImage_BeginDrag2", (PyCFunction) _wrap_wxDragImage_BeginDrag2, METH_VARARGS | METH_KEYWORDS }, | |
10570 | { "wxDragImage_BeginDrag", (PyCFunction) _wrap_wxDragImage_BeginDrag, METH_VARARGS | METH_KEYWORDS }, | |
10e07c70 | 10571 | { "wxDragImage_SetBackingBitmap", (PyCFunction) _wrap_wxDragImage_SetBackingBitmap, METH_VARARGS | METH_KEYWORDS }, |
f6bcfd97 | 10572 | { "delete_wxDragImage", (PyCFunction) _wrap_delete_wxDragImage, METH_VARARGS | METH_KEYWORDS }, |
cdf14688 RD |
10573 | { "new_wxDragListItem", (PyCFunction) _wrap_new_wxDragListItem, METH_VARARGS | METH_KEYWORDS }, |
10574 | { "new_wxDragTreeItem", (PyCFunction) _wrap_new_wxDragTreeItem, METH_VARARGS | METH_KEYWORDS }, | |
10575 | { "new_wxDragString", (PyCFunction) _wrap_new_wxDragString, METH_VARARGS | METH_KEYWORDS }, | |
10576 | { "new_wxDragIcon", (PyCFunction) _wrap_new_wxDragIcon, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 | 10577 | { "new_wxDragImage", (PyCFunction) _wrap_new_wxDragImage, METH_VARARGS | METH_KEYWORDS }, |
cf276873 | 10578 | { "wxPyTipProvider__setCallbackInfo", (PyCFunction) _wrap_wxPyTipProvider__setCallbackInfo, METH_VARARGS | METH_KEYWORDS }, |
f6bcfd97 BP |
10579 | { "new_wxPyTipProvider", (PyCFunction) _wrap_new_wxPyTipProvider, METH_VARARGS | METH_KEYWORDS }, |
10580 | { "wxTipProvider_GetCurrentTip", (PyCFunction) _wrap_wxTipProvider_GetCurrentTip, METH_VARARGS | METH_KEYWORDS }, | |
10581 | { "wxTipProvider_GetTip", (PyCFunction) _wrap_wxTipProvider_GetTip, METH_VARARGS | METH_KEYWORDS }, | |
10582 | { "delete_wxTipProvider", (PyCFunction) _wrap_delete_wxTipProvider, METH_VARARGS | METH_KEYWORDS }, | |
6e18ca6c RD |
10583 | { "delete_wxMutexGuiLocker", (PyCFunction) _wrap_delete_wxMutexGuiLocker, METH_VARARGS | METH_KEYWORDS }, |
10584 | { "new_wxMutexGuiLocker", (PyCFunction) _wrap_new_wxMutexGuiLocker, METH_VARARGS | METH_KEYWORDS }, | |
c368d904 RD |
10585 | { "delete_wxWindowDisabler", (PyCFunction) _wrap_delete_wxWindowDisabler, METH_VARARGS | METH_KEYWORDS }, |
10586 | { "new_wxWindowDisabler", (PyCFunction) _wrap_new_wxWindowDisabler, METH_VARARGS | METH_KEYWORDS }, | |
2abc0a0f RD |
10587 | { "delete_wxBusyCursor", (PyCFunction) _wrap_delete_wxBusyCursor, METH_VARARGS | METH_KEYWORDS }, |
10588 | { "new_wxBusyCursor", (PyCFunction) _wrap_new_wxBusyCursor, METH_VARARGS | METH_KEYWORDS }, | |
f0261a72 RD |
10589 | { "wxCaret_Hide", (PyCFunction) _wrap_wxCaret_Hide, METH_VARARGS | METH_KEYWORDS }, |
10590 | { "wxCaret_Show", (PyCFunction) _wrap_wxCaret_Show, METH_VARARGS | METH_KEYWORDS }, | |
a1df7a95 RD |
10591 | { "wxCaret_SetSize", (PyCFunction) _wrap_wxCaret_SetSize, METH_VARARGS | METH_KEYWORDS }, |
10592 | { "wxCaret_SetSizeWH", (PyCFunction) _wrap_wxCaret_SetSizeWH, METH_VARARGS | METH_KEYWORDS }, | |
f0261a72 RD |
10593 | { "wxCaret_Move", (PyCFunction) _wrap_wxCaret_Move, METH_VARARGS | METH_KEYWORDS }, |
10594 | { "wxCaret_MoveXY", (PyCFunction) _wrap_wxCaret_MoveXY, METH_VARARGS | METH_KEYWORDS }, | |
10595 | { "wxCaret_GetWindow", (PyCFunction) _wrap_wxCaret_GetWindow, METH_VARARGS | METH_KEYWORDS }, | |
10596 | { "wxCaret_GetSize", (PyCFunction) _wrap_wxCaret_GetSize, METH_VARARGS | METH_KEYWORDS }, | |
10597 | { "wxCaret_GetSizeTuple", (PyCFunction) _wrap_wxCaret_GetSizeTuple, METH_VARARGS | METH_KEYWORDS }, | |
10598 | { "wxCaret_GetPosition", (PyCFunction) _wrap_wxCaret_GetPosition, METH_VARARGS | METH_KEYWORDS }, | |
10599 | { "wxCaret_GetPositionTuple", (PyCFunction) _wrap_wxCaret_GetPositionTuple, METH_VARARGS | METH_KEYWORDS }, | |
10600 | { "wxCaret_IsVisible", (PyCFunction) _wrap_wxCaret_IsVisible, METH_VARARGS | METH_KEYWORDS }, | |
10601 | { "wxCaret_IsOk", (PyCFunction) _wrap_wxCaret_IsOk, METH_VARARGS | METH_KEYWORDS }, | |
10602 | { "delete_wxCaret", (PyCFunction) _wrap_delete_wxCaret, METH_VARARGS | METH_KEYWORDS }, | |
10603 | { "new_wxCaret", (PyCFunction) _wrap_new_wxCaret, METH_VARARGS | METH_KEYWORDS }, | |
edf2f43e RD |
10604 | { "wxToolTip_SetDelay", (PyCFunction) _wrap_wxToolTip_SetDelay, METH_VARARGS | METH_KEYWORDS }, |
10605 | { "wxToolTip_Enable", (PyCFunction) _wrap_wxToolTip_Enable, METH_VARARGS | METH_KEYWORDS }, | |
efc5f224 RD |
10606 | { "wxToolTip_GetWindow", (PyCFunction) _wrap_wxToolTip_GetWindow, METH_VARARGS | METH_KEYWORDS }, |
10607 | { "wxToolTip_GetTip", (PyCFunction) _wrap_wxToolTip_GetTip, METH_VARARGS | METH_KEYWORDS }, | |
10608 | { "wxToolTip_SetTip", (PyCFunction) _wrap_wxToolTip_SetTip, METH_VARARGS | METH_KEYWORDS }, | |
10609 | { "new_wxToolTip", (PyCFunction) _wrap_new_wxToolTip, METH_VARARGS | METH_KEYWORDS }, | |
e67409dc RD |
10610 | { "wxSystemSettings_SetScreenType", (PyCFunction) _wrap_wxSystemSettings_SetScreenType, METH_VARARGS | METH_KEYWORDS }, |
10611 | { "wxSystemSettings_GetScreenType", (PyCFunction) _wrap_wxSystemSettings_GetScreenType, METH_VARARGS | METH_KEYWORDS }, | |
b5a5d647 RD |
10612 | { "wxSystemSettings_HasFeature", (PyCFunction) _wrap_wxSystemSettings_HasFeature, METH_VARARGS | METH_KEYWORDS }, |
10613 | { "wxSystemSettings_GetMetric", (PyCFunction) _wrap_wxSystemSettings_GetMetric, METH_VARARGS | METH_KEYWORDS }, | |
10614 | { "wxSystemSettings_GetFont", (PyCFunction) _wrap_wxSystemSettings_GetFont, METH_VARARGS | METH_KEYWORDS }, | |
10615 | { "wxSystemSettings_GetColour", (PyCFunction) _wrap_wxSystemSettings_GetColour, METH_VARARGS | METH_KEYWORDS }, | |
493f1553 | 10616 | { "wxWaveData", (PyCFunction) _wrap_wxWaveData, METH_VARARGS | METH_KEYWORDS }, |
c368d904 | 10617 | { "wxExecute", (PyCFunction) _wrap_wxExecute, METH_VARARGS | METH_KEYWORDS }, |
0b85cc38 | 10618 | { "wxSafeShowMessage", (PyCFunction) _wrap_wxSafeShowMessage, METH_VARARGS | METH_KEYWORDS }, |
be13a6af RD |
10619 | { "wxLogGeneric", (PyCFunction) _wrap_wxLogGeneric, METH_VARARGS | METH_KEYWORDS }, |
10620 | { "wxLogTraceMask", (PyCFunction) _wrap_wxLogTraceMask, METH_VARARGS | METH_KEYWORDS }, | |
10621 | { "wxLogTrace", (PyCFunction) _wrap_wxLogTrace, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 BP |
10622 | { "wxLogSysError", (PyCFunction) _wrap_wxLogSysError, METH_VARARGS | METH_KEYWORDS }, |
10623 | { "wxLogStatusFrame", (PyCFunction) _wrap_wxLogStatusFrame, METH_VARARGS | METH_KEYWORDS }, | |
10624 | { "wxLogStatus", (PyCFunction) _wrap_wxLogStatus, METH_VARARGS | METH_KEYWORDS }, | |
10625 | { "wxLogVerbose", (PyCFunction) _wrap_wxLogVerbose, METH_VARARGS | METH_KEYWORDS }, | |
10626 | { "wxLogInfo", (PyCFunction) _wrap_wxLogInfo, METH_VARARGS | METH_KEYWORDS }, | |
10627 | { "wxLogMessage", (PyCFunction) _wrap_wxLogMessage, METH_VARARGS | METH_KEYWORDS }, | |
10628 | { "wxLogWarning", (PyCFunction) _wrap_wxLogWarning, METH_VARARGS | METH_KEYWORDS }, | |
10629 | { "wxLogError", (PyCFunction) _wrap_wxLogError, METH_VARARGS | METH_KEYWORDS }, | |
10630 | { "wxLogFatalError", (PyCFunction) _wrap_wxLogFatalError, METH_VARARGS | METH_KEYWORDS }, | |
10631 | { "wxSysErrorMsg", (PyCFunction) _wrap_wxSysErrorMsg, METH_VARARGS | METH_KEYWORDS }, | |
10632 | { "wxSysErrorCode", (PyCFunction) _wrap_wxSysErrorCode, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 BP |
10633 | { "wxCreateFileTipProvider", (PyCFunction) _wrap_wxCreateFileTipProvider, METH_VARARGS | METH_KEYWORDS }, |
10634 | { "wxShowTip", (PyCFunction) _wrap_wxShowTip, METH_VARARGS | METH_KEYWORDS }, | |
6e18ca6c RD |
10635 | { "wxThread_IsMain", (PyCFunction) _wrap_wxThread_IsMain, METH_VARARGS | METH_KEYWORDS }, |
10636 | { "wxMutexGuiLeave", (PyCFunction) _wrap_wxMutexGuiLeave, METH_VARARGS | METH_KEYWORDS }, | |
10637 | { "wxMutexGuiEnter", (PyCFunction) _wrap_wxMutexGuiEnter, METH_VARARGS | METH_KEYWORDS }, | |
10638 | { "wxWakeUpMainThread", (PyCFunction) _wrap_wxWakeUpMainThread, METH_VARARGS | METH_KEYWORDS }, | |
694759cf | 10639 | { "wxWakeUpIdle", (PyCFunction) _wrap_wxWakeUpIdle, METH_VARARGS | METH_KEYWORDS }, |
b1462dfa | 10640 | { "wxPostEvent", (PyCFunction) _wrap_wxPostEvent, METH_VARARGS | METH_KEYWORDS }, |
6e18ca6c | 10641 | { "wxSafeYield", (PyCFunction) _wrap_wxSafeYield, METH_VARARGS | METH_KEYWORDS }, |
f0261a72 RD |
10642 | { "wxCaret_SetBlinkTime", (PyCFunction) _wrap_wxCaret_SetBlinkTime, METH_VARARGS | METH_KEYWORDS }, |
10643 | { "wxCaret_GetBlinkTime", (PyCFunction) _wrap_wxCaret_GetBlinkTime, METH_VARARGS | METH_KEYWORDS }, | |
06c0fba4 RD |
10644 | { "wxResourceParseString", (PyCFunction) _wrap_wxResourceParseString, METH_VARARGS | METH_KEYWORDS }, |
10645 | { "wxResourceParseFile", (PyCFunction) _wrap_wxResourceParseFile, METH_VARARGS | METH_KEYWORDS }, | |
10646 | { "wxResourceParseData", (PyCFunction) _wrap_wxResourceParseData, METH_VARARGS | METH_KEYWORDS }, | |
10647 | { "wxResourceGetIdentifier", (PyCFunction) _wrap_wxResourceGetIdentifier, METH_VARARGS | METH_KEYWORDS }, | |
10648 | { "wxResourceCreateMenuBar", (PyCFunction) _wrap_wxResourceCreateMenuBar, METH_VARARGS | METH_KEYWORDS }, | |
10649 | { "wxResourceCreateIcon", (PyCFunction) _wrap_wxResourceCreateIcon, METH_VARARGS | METH_KEYWORDS }, | |
10650 | { "wxResourceCreateBitmap", (PyCFunction) _wrap_wxResourceCreateBitmap, METH_VARARGS | METH_KEYWORDS }, | |
10651 | { "wxResourceClear", (PyCFunction) _wrap_wxResourceClear, METH_VARARGS | METH_KEYWORDS }, | |
10652 | { "wxResourceAddIdentifier", (PyCFunction) _wrap_wxResourceAddIdentifier, METH_VARARGS | METH_KEYWORDS }, | |
2a74d141 | 10653 | { "wxGetTopLevelParent", (PyCFunction) _wrap_wxGetTopLevelParent, METH_VARARGS | METH_KEYWORDS }, |
25832b3f | 10654 | { "wxFlushEvents", (PyCFunction) _wrap_wxFlushEvents, METH_VARARGS | METH_KEYWORDS }, |
493f1553 RD |
10655 | { "wxCheckForInterrupt", (PyCFunction) _wrap_wxCheckForInterrupt, METH_VARARGS | METH_KEYWORDS }, |
10656 | { "wxFindWindowAtPoint", (PyCFunction) _wrap_wxFindWindowAtPoint, METH_VARARGS | METH_KEYWORDS }, | |
10657 | { "wxGenericFindWindowAtPoint", (PyCFunction) _wrap_wxGenericFindWindowAtPoint, METH_VARARGS | METH_KEYWORDS }, | |
06c0fba4 RD |
10658 | { "wxGetActiveWindow", (PyCFunction) _wrap_wxGetActiveWindow, METH_VARARGS | METH_KEYWORDS }, |
10659 | { "wxBeginBusyCursor", (PyCFunction) _wrap_wxBeginBusyCursor, METH_VARARGS | METH_KEYWORDS }, | |
06c0fba4 | 10660 | { "wxSetCursor", (PyCFunction) _wrap_wxSetCursor, METH_VARARGS | METH_KEYWORDS }, |
91c41b30 RD |
10661 | { "wxGetClientDisplayRect", (PyCFunction) _wrap_wxGetClientDisplayRect, METH_VARARGS | METH_KEYWORDS }, |
10662 | { "wxClientDisplayRect", (PyCFunction) _wrap_wxClientDisplayRect, METH_VARARGS | METH_KEYWORDS }, | |
1e7ecb7b RD |
10663 | { "wxGetDisplaySizeMM", (PyCFunction) _wrap_wxGetDisplaySizeMM, METH_VARARGS | METH_KEYWORDS }, |
10664 | { "wxDisplaySizeMM", (PyCFunction) _wrap_wxDisplaySizeMM, METH_VARARGS | METH_KEYWORDS }, | |
10665 | { "wxGetDisplaySize", (PyCFunction) _wrap_wxGetDisplaySize, METH_VARARGS | METH_KEYWORDS }, | |
10666 | { "wxDisplaySize", (PyCFunction) _wrap_wxDisplaySize, METH_VARARGS | METH_KEYWORDS }, | |
10667 | { "wxGetDisplayDepth", (PyCFunction) _wrap_wxGetDisplayDepth, METH_VARARGS | METH_KEYWORDS }, | |
06c0fba4 RD |
10668 | { "wxDisplayDepth", (PyCFunction) _wrap_wxDisplayDepth, METH_VARARGS | METH_KEYWORDS }, |
10669 | { "wxColourDisplay", (PyCFunction) _wrap_wxColourDisplay, METH_VARARGS | METH_KEYWORDS }, | |
10670 | { "wxGetNumberFromUser", (PyCFunction) _wrap_wxGetNumberFromUser, METH_VARARGS | METH_KEYWORDS }, | |
10671 | { "wxMessageBox", (PyCFunction) _wrap_wxMessageBox, METH_VARARGS | METH_KEYWORDS }, | |
10672 | { "wxGetSingleChoiceIndex", (PyCFunction) _wrap_wxGetSingleChoiceIndex, METH_VARARGS | METH_KEYWORDS }, | |
10673 | { "wxGetSingleChoice", (PyCFunction) _wrap_wxGetSingleChoice, METH_VARARGS | METH_KEYWORDS }, | |
1b62f00d | 10674 | { "wxGetPasswordFromUser", (PyCFunction) _wrap_wxGetPasswordFromUser, METH_VARARGS | METH_KEYWORDS }, |
06c0fba4 | 10675 | { "wxGetTextFromUser", (PyCFunction) _wrap_wxGetTextFromUser, METH_VARARGS | METH_KEYWORDS }, |
7cdaed0b | 10676 | { "wxDirSelector", (PyCFunction) _wrap_wxDirSelector, METH_VARARGS | METH_KEYWORDS }, |
a541c325 RD |
10677 | { "wxSaveFileSelector", (PyCFunction) _wrap_wxSaveFileSelector, METH_VARARGS | METH_KEYWORDS }, |
10678 | { "wxLoadFileSelector", (PyCFunction) _wrap_wxLoadFileSelector, METH_VARARGS | METH_KEYWORDS }, | |
06c0fba4 | 10679 | { "wxFileSelector", (PyCFunction) _wrap_wxFileSelector, METH_VARARGS | METH_KEYWORDS }, |
bb0054cd RD |
10680 | { NULL, NULL } |
10681 | }; | |
1d99702e RD |
10682 | #ifdef __cplusplus |
10683 | } | |
10684 | #endif | |
10685 | /* | |
10686 | * This table is used by the pointer type-checker | |
10687 | */ | |
10688 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
c368d904 | 10689 | { "_wxEvent","_wxProcessEvent",SwigwxProcessEventTowxEvent}, |
1d99702e | 10690 | { "_signed_long","_long",0}, |
b1462dfa | 10691 | { "_wxPrintQuality","_wxCoord",0}, |
1d99702e RD |
10692 | { "_wxPrintQuality","_int",0}, |
10693 | { "_wxPrintQuality","_signed_int",0}, | |
10694 | { "_wxPrintQuality","_unsigned_int",0}, | |
10695 | { "_wxPrintQuality","_wxWindowID",0}, | |
10696 | { "_wxPrintQuality","_uint",0}, | |
10697 | { "_wxPrintQuality","_EBool",0}, | |
10698 | { "_wxPrintQuality","_size_t",0}, | |
c368d904 | 10699 | { "_wxPrintQuality","_time_t",0}, |
76bfdc78 RD |
10700 | { "_wxLog","_wxPyLog",SwigwxPyLogTowxLog}, |
10701 | { "_wxLog","_wxLogChain",SwigwxLogChainTowxLog}, | |
f6bcfd97 | 10702 | { "_wxLog","_wxLogWindow",SwigwxLogWindowTowxLog}, |
f6bcfd97 | 10703 | { "_wxLog","_wxLogGui",SwigwxLogGuiTowxLog}, |
f6bcfd97 | 10704 | { "_wxLog","_wxLogTextCtrl",SwigwxLogTextCtrlTowxLog}, |
f6bcfd97 | 10705 | { "_wxLog","_wxLogStderr",SwigwxLogStderrTowxLog}, |
1d99702e | 10706 | { "_byte","_unsigned_char",0}, |
1d99702e RD |
10707 | { "_long","_unsigned_long",0}, |
10708 | { "_long","_signed_long",0}, | |
b1462dfa | 10709 | { "_size_t","_wxCoord",0}, |
1d99702e | 10710 | { "_size_t","_wxPrintQuality",0}, |
c368d904 | 10711 | { "_size_t","_time_t",0}, |
1d99702e RD |
10712 | { "_size_t","_unsigned_int",0}, |
10713 | { "_size_t","_int",0}, | |
10714 | { "_size_t","_wxWindowID",0}, | |
10715 | { "_size_t","_uint",0}, | |
b1462dfa | 10716 | { "_uint","_wxCoord",0}, |
1d99702e | 10717 | { "_uint","_wxPrintQuality",0}, |
c368d904 | 10718 | { "_uint","_time_t",0}, |
1d99702e RD |
10719 | { "_uint","_size_t",0}, |
10720 | { "_uint","_unsigned_int",0}, | |
10721 | { "_uint","_int",0}, | |
10722 | { "_uint","_wxWindowID",0}, | |
f6bcfd97 | 10723 | { "_wxChar","_char",0}, |
f6bcfd97 | 10724 | { "_char","_wxChar",0}, |
cdf14688 | 10725 | { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0}, |
b1462dfa | 10726 | { "_EBool","_wxCoord",0}, |
1d99702e RD |
10727 | { "_EBool","_wxPrintQuality",0}, |
10728 | { "_EBool","_signed_int",0}, | |
10729 | { "_EBool","_int",0}, | |
10730 | { "_EBool","_wxWindowID",0}, | |
1d99702e | 10731 | { "_unsigned_long","_long",0}, |
cdf14688 | 10732 | { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0}, |
b1462dfa | 10733 | { "_signed_int","_wxCoord",0}, |
1d99702e RD |
10734 | { "_signed_int","_wxPrintQuality",0}, |
10735 | { "_signed_int","_EBool",0}, | |
10736 | { "_signed_int","_wxWindowID",0}, | |
10737 | { "_signed_int","_int",0}, | |
7dbce44a | 10738 | { "_WXTYPE","_wxDateTime_t",0}, |
1d99702e RD |
10739 | { "_WXTYPE","_short",0}, |
10740 | { "_WXTYPE","_signed_short",0}, | |
10741 | { "_WXTYPE","_unsigned_short",0}, | |
f6bcfd97 | 10742 | { "_wxTipProvider","_wxPyTipProvider",SwigwxPyTipProviderTowxTipProvider}, |
7dbce44a | 10743 | { "_unsigned_short","_wxDateTime_t",0}, |
1d99702e RD |
10744 | { "_unsigned_short","_WXTYPE",0}, |
10745 | { "_unsigned_short","_short",0}, | |
7dbce44a | 10746 | { "_wxObject","_wxFileHistory",SwigwxFileHistoryTowxObject}, |
72797a7d | 10747 | { "_wxObject","_wxPyArtProvider",SwigwxPyArtProviderTowxObject}, |
493f1553 | 10748 | { "_wxObject","_wxWave",SwigwxWaveTowxObject}, |
9416aa89 | 10749 | { "_wxObject","_wxJoystick",SwigwxJoystickTowxObject}, |
9416aa89 | 10750 | { "_wxObject","_wxPyProcess",SwigwxPyProcessTowxObject}, |
9416aa89 | 10751 | { "_wxObject","_wxProcessEvent",SwigwxProcessEventTowxObject}, |
9416aa89 | 10752 | { "_wxObject","_wxPyTimer",SwigwxPyTimerTowxObject}, |
9416aa89 | 10753 | { "_wxObject","_wxGenericDragImage",SwigwxGenericDragImageTowxObject}, |
9416aa89 | 10754 | { "_wxObject","_wxToolTip",SwigwxToolTipTowxObject}, |
1d99702e RD |
10755 | { "_signed_short","_WXTYPE",0}, |
10756 | { "_signed_short","_short",0}, | |
1d99702e | 10757 | { "_unsigned_char","_byte",0}, |
b1462dfa | 10758 | { "_unsigned_int","_wxCoord",0}, |
1d99702e | 10759 | { "_unsigned_int","_wxPrintQuality",0}, |
c368d904 | 10760 | { "_unsigned_int","_time_t",0}, |
1d99702e RD |
10761 | { "_unsigned_int","_size_t",0}, |
10762 | { "_unsigned_int","_uint",0}, | |
10763 | { "_unsigned_int","_wxWindowID",0}, | |
10764 | { "_unsigned_int","_int",0}, | |
7dbce44a | 10765 | { "_short","_wxDateTime_t",0}, |
1d99702e RD |
10766 | { "_short","_WXTYPE",0}, |
10767 | { "_short","_unsigned_short",0}, | |
10768 | { "_short","_signed_short",0}, | |
b1462dfa | 10769 | { "_wxWindowID","_wxCoord",0}, |
1d99702e | 10770 | { "_wxWindowID","_wxPrintQuality",0}, |
c368d904 | 10771 | { "_wxWindowID","_time_t",0}, |
1d99702e RD |
10772 | { "_wxWindowID","_size_t",0}, |
10773 | { "_wxWindowID","_EBool",0}, | |
10774 | { "_wxWindowID","_uint",0}, | |
10775 | { "_wxWindowID","_int",0}, | |
10776 | { "_wxWindowID","_signed_int",0}, | |
10777 | { "_wxWindowID","_unsigned_int",0}, | |
b1462dfa | 10778 | { "_int","_wxCoord",0}, |
1d99702e | 10779 | { "_int","_wxPrintQuality",0}, |
c368d904 | 10780 | { "_int","_time_t",0}, |
1d99702e RD |
10781 | { "_int","_size_t",0}, |
10782 | { "_int","_EBool",0}, | |
10783 | { "_int","_uint",0}, | |
10784 | { "_int","_wxWindowID",0}, | |
10785 | { "_int","_unsigned_int",0}, | |
10786 | { "_int","_signed_int",0}, | |
7dbce44a RD |
10787 | { "_wxDateTime_t","_unsigned_short",0}, |
10788 | { "_wxDateTime_t","_short",0}, | |
10789 | { "_wxDateTime_t","_WXTYPE",0}, | |
c368d904 RD |
10790 | { "_time_t","_wxCoord",0}, |
10791 | { "_time_t","_wxPrintQuality",0}, | |
10792 | { "_time_t","_unsigned_int",0}, | |
10793 | { "_time_t","_int",0}, | |
10794 | { "_time_t","_wxWindowID",0}, | |
10795 | { "_time_t","_uint",0}, | |
10796 | { "_time_t","_size_t",0}, | |
b1462dfa RD |
10797 | { "_wxCoord","_int",0}, |
10798 | { "_wxCoord","_signed_int",0}, | |
10799 | { "_wxCoord","_unsigned_int",0}, | |
10800 | { "_wxCoord","_wxWindowID",0}, | |
10801 | { "_wxCoord","_uint",0}, | |
10802 | { "_wxCoord","_EBool",0}, | |
10803 | { "_wxCoord","_size_t",0}, | |
c368d904 | 10804 | { "_wxCoord","_time_t",0}, |
b1462dfa | 10805 | { "_wxCoord","_wxPrintQuality",0}, |
c368d904 | 10806 | { "_wxEvtHandler","_wxPyProcess",SwigwxPyProcessTowxEvtHandler}, |
1d99702e RD |
10807 | {0,0,0}}; |
10808 | ||
bb0054cd RD |
10809 | static PyObject *SWIG_globals; |
10810 | #ifdef __cplusplus | |
10811 | extern "C" | |
10812 | #endif | |
1d99702e | 10813 | SWIGEXPORT(void) initmisc2c() { |
bb0054cd RD |
10814 | PyObject *m, *d; |
10815 | SWIG_globals = SWIG_newvarlink(); | |
10816 | m = Py_InitModule("misc2c", misc2cMethods); | |
10817 | d = PyModule_GetDict(m); | |
06c0fba4 RD |
10818 | PyDict_SetItemString(d,"wxSYS_OEM_FIXED_FONT", PyInt_FromLong((long) wxSYS_OEM_FIXED_FONT)); |
10819 | PyDict_SetItemString(d,"wxSYS_ANSI_FIXED_FONT", PyInt_FromLong((long) wxSYS_ANSI_FIXED_FONT)); | |
10820 | PyDict_SetItemString(d,"wxSYS_ANSI_VAR_FONT", PyInt_FromLong((long) wxSYS_ANSI_VAR_FONT)); | |
10821 | PyDict_SetItemString(d,"wxSYS_SYSTEM_FONT", PyInt_FromLong((long) wxSYS_SYSTEM_FONT)); | |
10822 | PyDict_SetItemString(d,"wxSYS_DEVICE_DEFAULT_FONT", PyInt_FromLong((long) wxSYS_DEVICE_DEFAULT_FONT)); | |
10823 | PyDict_SetItemString(d,"wxSYS_DEFAULT_PALETTE", PyInt_FromLong((long) wxSYS_DEFAULT_PALETTE)); | |
10824 | PyDict_SetItemString(d,"wxSYS_SYSTEM_FIXED_FONT", PyInt_FromLong((long) wxSYS_SYSTEM_FIXED_FONT)); | |
10825 | PyDict_SetItemString(d,"wxSYS_DEFAULT_GUI_FONT", PyInt_FromLong((long) wxSYS_DEFAULT_GUI_FONT)); | |
10826 | PyDict_SetItemString(d,"wxSYS_COLOUR_SCROLLBAR", PyInt_FromLong((long) wxSYS_COLOUR_SCROLLBAR)); | |
10827 | PyDict_SetItemString(d,"wxSYS_COLOUR_BACKGROUND", PyInt_FromLong((long) wxSYS_COLOUR_BACKGROUND)); | |
c6c593e8 | 10828 | PyDict_SetItemString(d,"wxSYS_COLOUR_DESKTOP", PyInt_FromLong((long) wxSYS_COLOUR_DESKTOP)); |
06c0fba4 RD |
10829 | PyDict_SetItemString(d,"wxSYS_COLOUR_ACTIVECAPTION", PyInt_FromLong((long) wxSYS_COLOUR_ACTIVECAPTION)); |
10830 | PyDict_SetItemString(d,"wxSYS_COLOUR_INACTIVECAPTION", PyInt_FromLong((long) wxSYS_COLOUR_INACTIVECAPTION)); | |
10831 | PyDict_SetItemString(d,"wxSYS_COLOUR_MENU", PyInt_FromLong((long) wxSYS_COLOUR_MENU)); | |
10832 | PyDict_SetItemString(d,"wxSYS_COLOUR_WINDOW", PyInt_FromLong((long) wxSYS_COLOUR_WINDOW)); | |
10833 | PyDict_SetItemString(d,"wxSYS_COLOUR_WINDOWFRAME", PyInt_FromLong((long) wxSYS_COLOUR_WINDOWFRAME)); | |
10834 | PyDict_SetItemString(d,"wxSYS_COLOUR_MENUTEXT", PyInt_FromLong((long) wxSYS_COLOUR_MENUTEXT)); | |
10835 | PyDict_SetItemString(d,"wxSYS_COLOUR_WINDOWTEXT", PyInt_FromLong((long) wxSYS_COLOUR_WINDOWTEXT)); | |
10836 | PyDict_SetItemString(d,"wxSYS_COLOUR_CAPTIONTEXT", PyInt_FromLong((long) wxSYS_COLOUR_CAPTIONTEXT)); | |
10837 | PyDict_SetItemString(d,"wxSYS_COLOUR_ACTIVEBORDER", PyInt_FromLong((long) wxSYS_COLOUR_ACTIVEBORDER)); | |
10838 | PyDict_SetItemString(d,"wxSYS_COLOUR_INACTIVEBORDER", PyInt_FromLong((long) wxSYS_COLOUR_INACTIVEBORDER)); | |
10839 | PyDict_SetItemString(d,"wxSYS_COLOUR_APPWORKSPACE", PyInt_FromLong((long) wxSYS_COLOUR_APPWORKSPACE)); | |
10840 | PyDict_SetItemString(d,"wxSYS_COLOUR_HIGHLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_HIGHLIGHT)); | |
10841 | PyDict_SetItemString(d,"wxSYS_COLOUR_HIGHLIGHTTEXT", PyInt_FromLong((long) wxSYS_COLOUR_HIGHLIGHTTEXT)); | |
10842 | PyDict_SetItemString(d,"wxSYS_COLOUR_BTNFACE", PyInt_FromLong((long) wxSYS_COLOUR_BTNFACE)); | |
c6c593e8 | 10843 | PyDict_SetItemString(d,"wxSYS_COLOUR_3DFACE", PyInt_FromLong((long) wxSYS_COLOUR_3DFACE)); |
06c0fba4 | 10844 | PyDict_SetItemString(d,"wxSYS_COLOUR_BTNSHADOW", PyInt_FromLong((long) wxSYS_COLOUR_BTNSHADOW)); |
c6c593e8 | 10845 | PyDict_SetItemString(d,"wxSYS_COLOUR_3DSHADOW", PyInt_FromLong((long) wxSYS_COLOUR_3DSHADOW)); |
06c0fba4 RD |
10846 | PyDict_SetItemString(d,"wxSYS_COLOUR_GRAYTEXT", PyInt_FromLong((long) wxSYS_COLOUR_GRAYTEXT)); |
10847 | PyDict_SetItemString(d,"wxSYS_COLOUR_BTNTEXT", PyInt_FromLong((long) wxSYS_COLOUR_BTNTEXT)); | |
10848 | PyDict_SetItemString(d,"wxSYS_COLOUR_INACTIVECAPTIONTEXT", PyInt_FromLong((long) wxSYS_COLOUR_INACTIVECAPTIONTEXT)); | |
10849 | PyDict_SetItemString(d,"wxSYS_COLOUR_BTNHIGHLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_BTNHIGHLIGHT)); | |
c6c593e8 RD |
10850 | PyDict_SetItemString(d,"wxSYS_COLOUR_BTNHILIGHT", PyInt_FromLong((long) wxSYS_COLOUR_BTNHILIGHT)); |
10851 | PyDict_SetItemString(d,"wxSYS_COLOUR_3DHIGHLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_3DHIGHLIGHT)); | |
10852 | PyDict_SetItemString(d,"wxSYS_COLOUR_3DHILIGHT", PyInt_FromLong((long) wxSYS_COLOUR_3DHILIGHT)); | |
06c0fba4 RD |
10853 | PyDict_SetItemString(d,"wxSYS_COLOUR_3DDKSHADOW", PyInt_FromLong((long) wxSYS_COLOUR_3DDKSHADOW)); |
10854 | PyDict_SetItemString(d,"wxSYS_COLOUR_3DLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_3DLIGHT)); | |
10855 | PyDict_SetItemString(d,"wxSYS_COLOUR_INFOTEXT", PyInt_FromLong((long) wxSYS_COLOUR_INFOTEXT)); | |
10856 | PyDict_SetItemString(d,"wxSYS_COLOUR_INFOBK", PyInt_FromLong((long) wxSYS_COLOUR_INFOBK)); | |
b5a5d647 | 10857 | PyDict_SetItemString(d,"wxSYS_COLOUR_LISTBOX", PyInt_FromLong((long) wxSYS_COLOUR_LISTBOX)); |
c6c593e8 RD |
10858 | PyDict_SetItemString(d,"wxSYS_COLOUR_HOTLIGHT", PyInt_FromLong((long) wxSYS_COLOUR_HOTLIGHT)); |
10859 | PyDict_SetItemString(d,"wxSYS_COLOUR_GRADIENTACTIVECAPTION", PyInt_FromLong((long) wxSYS_COLOUR_GRADIENTACTIVECAPTION)); | |
10860 | PyDict_SetItemString(d,"wxSYS_COLOUR_GRADIENTINACTIVECAPTION", PyInt_FromLong((long) wxSYS_COLOUR_GRADIENTINACTIVECAPTION)); | |
10861 | PyDict_SetItemString(d,"wxSYS_COLOUR_MENUHILIGHT", PyInt_FromLong((long) wxSYS_COLOUR_MENUHILIGHT)); | |
10862 | PyDict_SetItemString(d,"wxSYS_COLOUR_MENUBAR", PyInt_FromLong((long) wxSYS_COLOUR_MENUBAR)); | |
10863 | PyDict_SetItemString(d,"wxSYS_COLOUR_MAX", PyInt_FromLong((long) wxSYS_COLOUR_MAX)); | |
06c0fba4 RD |
10864 | PyDict_SetItemString(d,"wxSYS_MOUSE_BUTTONS", PyInt_FromLong((long) wxSYS_MOUSE_BUTTONS)); |
10865 | PyDict_SetItemString(d,"wxSYS_BORDER_X", PyInt_FromLong((long) wxSYS_BORDER_X)); | |
10866 | PyDict_SetItemString(d,"wxSYS_BORDER_Y", PyInt_FromLong((long) wxSYS_BORDER_Y)); | |
10867 | PyDict_SetItemString(d,"wxSYS_CURSOR_X", PyInt_FromLong((long) wxSYS_CURSOR_X)); | |
10868 | PyDict_SetItemString(d,"wxSYS_CURSOR_Y", PyInt_FromLong((long) wxSYS_CURSOR_Y)); | |
10869 | PyDict_SetItemString(d,"wxSYS_DCLICK_X", PyInt_FromLong((long) wxSYS_DCLICK_X)); | |
10870 | PyDict_SetItemString(d,"wxSYS_DCLICK_Y", PyInt_FromLong((long) wxSYS_DCLICK_Y)); | |
10871 | PyDict_SetItemString(d,"wxSYS_DRAG_X", PyInt_FromLong((long) wxSYS_DRAG_X)); | |
10872 | PyDict_SetItemString(d,"wxSYS_DRAG_Y", PyInt_FromLong((long) wxSYS_DRAG_Y)); | |
10873 | PyDict_SetItemString(d,"wxSYS_EDGE_X", PyInt_FromLong((long) wxSYS_EDGE_X)); | |
10874 | PyDict_SetItemString(d,"wxSYS_EDGE_Y", PyInt_FromLong((long) wxSYS_EDGE_Y)); | |
10875 | PyDict_SetItemString(d,"wxSYS_HSCROLL_ARROW_X", PyInt_FromLong((long) wxSYS_HSCROLL_ARROW_X)); | |
10876 | PyDict_SetItemString(d,"wxSYS_HSCROLL_ARROW_Y", PyInt_FromLong((long) wxSYS_HSCROLL_ARROW_Y)); | |
10877 | PyDict_SetItemString(d,"wxSYS_HTHUMB_X", PyInt_FromLong((long) wxSYS_HTHUMB_X)); | |
10878 | PyDict_SetItemString(d,"wxSYS_ICON_X", PyInt_FromLong((long) wxSYS_ICON_X)); | |
10879 | PyDict_SetItemString(d,"wxSYS_ICON_Y", PyInt_FromLong((long) wxSYS_ICON_Y)); | |
10880 | PyDict_SetItemString(d,"wxSYS_ICONSPACING_X", PyInt_FromLong((long) wxSYS_ICONSPACING_X)); | |
10881 | PyDict_SetItemString(d,"wxSYS_ICONSPACING_Y", PyInt_FromLong((long) wxSYS_ICONSPACING_Y)); | |
10882 | PyDict_SetItemString(d,"wxSYS_WINDOWMIN_X", PyInt_FromLong((long) wxSYS_WINDOWMIN_X)); | |
10883 | PyDict_SetItemString(d,"wxSYS_WINDOWMIN_Y", PyInt_FromLong((long) wxSYS_WINDOWMIN_Y)); | |
10884 | PyDict_SetItemString(d,"wxSYS_SCREEN_X", PyInt_FromLong((long) wxSYS_SCREEN_X)); | |
10885 | PyDict_SetItemString(d,"wxSYS_SCREEN_Y", PyInt_FromLong((long) wxSYS_SCREEN_Y)); | |
10886 | PyDict_SetItemString(d,"wxSYS_FRAMESIZE_X", PyInt_FromLong((long) wxSYS_FRAMESIZE_X)); | |
10887 | PyDict_SetItemString(d,"wxSYS_FRAMESIZE_Y", PyInt_FromLong((long) wxSYS_FRAMESIZE_Y)); | |
10888 | PyDict_SetItemString(d,"wxSYS_SMALLICON_X", PyInt_FromLong((long) wxSYS_SMALLICON_X)); | |
10889 | PyDict_SetItemString(d,"wxSYS_SMALLICON_Y", PyInt_FromLong((long) wxSYS_SMALLICON_Y)); | |
10890 | PyDict_SetItemString(d,"wxSYS_HSCROLL_Y", PyInt_FromLong((long) wxSYS_HSCROLL_Y)); | |
10891 | PyDict_SetItemString(d,"wxSYS_VSCROLL_X", PyInt_FromLong((long) wxSYS_VSCROLL_X)); | |
10892 | PyDict_SetItemString(d,"wxSYS_VSCROLL_ARROW_X", PyInt_FromLong((long) wxSYS_VSCROLL_ARROW_X)); | |
10893 | PyDict_SetItemString(d,"wxSYS_VSCROLL_ARROW_Y", PyInt_FromLong((long) wxSYS_VSCROLL_ARROW_Y)); | |
10894 | PyDict_SetItemString(d,"wxSYS_VTHUMB_Y", PyInt_FromLong((long) wxSYS_VTHUMB_Y)); | |
10895 | PyDict_SetItemString(d,"wxSYS_CAPTION_Y", PyInt_FromLong((long) wxSYS_CAPTION_Y)); | |
10896 | PyDict_SetItemString(d,"wxSYS_MENU_Y", PyInt_FromLong((long) wxSYS_MENU_Y)); | |
10897 | PyDict_SetItemString(d,"wxSYS_NETWORK_PRESENT", PyInt_FromLong((long) wxSYS_NETWORK_PRESENT)); | |
10898 | PyDict_SetItemString(d,"wxSYS_PENWINDOWS_PRESENT", PyInt_FromLong((long) wxSYS_PENWINDOWS_PRESENT)); | |
10899 | PyDict_SetItemString(d,"wxSYS_SHOW_SOUNDS", PyInt_FromLong((long) wxSYS_SHOW_SOUNDS)); | |
10900 | PyDict_SetItemString(d,"wxSYS_SWAP_BUTTONS", PyInt_FromLong((long) wxSYS_SWAP_BUTTONS)); | |
b5a5d647 RD |
10901 | PyDict_SetItemString(d,"wxSYS_CAN_DRAW_FRAME_DECORATIONS", PyInt_FromLong((long) wxSYS_CAN_DRAW_FRAME_DECORATIONS)); |
10902 | PyDict_SetItemString(d,"wxSYS_CAN_ICONIZE_FRAME", PyInt_FromLong((long) wxSYS_CAN_ICONIZE_FRAME)); | |
daa3eac9 | 10903 | PyDict_SetItemString(d,"wxSYS_SCREEN_NONE", PyInt_FromLong((long) wxSYS_SCREEN_NONE)); |
daa3eac9 | 10904 | PyDict_SetItemString(d,"wxSYS_SCREEN_TINY", PyInt_FromLong((long) wxSYS_SCREEN_TINY)); |
e67409dc RD |
10905 | PyDict_SetItemString(d,"wxSYS_SCREEN_PDA", PyInt_FromLong((long) wxSYS_SCREEN_PDA)); |
10906 | PyDict_SetItemString(d,"wxSYS_SCREEN_SMALL", PyInt_FromLong((long) wxSYS_SCREEN_SMALL)); | |
10907 | PyDict_SetItemString(d,"wxSYS_SCREEN_DESKTOP", PyInt_FromLong((long) wxSYS_SCREEN_DESKTOP)); | |
f6bcfd97 BP |
10908 | PyDict_SetItemString(d,"wxLOG_FatalError", PyInt_FromLong((long) wxLOG_FatalError)); |
10909 | PyDict_SetItemString(d,"wxLOG_Error", PyInt_FromLong((long) wxLOG_Error)); | |
10910 | PyDict_SetItemString(d,"wxLOG_Warning", PyInt_FromLong((long) wxLOG_Warning)); | |
10911 | PyDict_SetItemString(d,"wxLOG_Message", PyInt_FromLong((long) wxLOG_Message)); | |
10912 | PyDict_SetItemString(d,"wxLOG_Info", PyInt_FromLong((long) wxLOG_Info)); | |
10913 | PyDict_SetItemString(d,"wxLOG_Status", PyInt_FromLong((long) wxLOG_Status)); | |
10914 | PyDict_SetItemString(d,"wxLOG_Debug", PyInt_FromLong((long) wxLOG_Debug)); | |
10915 | PyDict_SetItemString(d,"wxLOG_Trace", PyInt_FromLong((long) wxLOG_Trace)); | |
10916 | PyDict_SetItemString(d,"wxLOG_Progress", PyInt_FromLong((long) wxLOG_Progress)); | |
10917 | PyDict_SetItemString(d,"wxLOG_User", PyInt_FromLong((long) wxLOG_User)); | |
8baa46e9 RD |
10918 | PyDict_SetItemString(d,"wxTRACE_MemAlloc", PyString_FromString("memalloc")); |
10919 | PyDict_SetItemString(d,"wxTRACE_Messages", PyString_FromString("messages")); | |
10920 | PyDict_SetItemString(d,"wxTRACE_ResAlloc", PyString_FromString("resalloc")); | |
10921 | PyDict_SetItemString(d,"wxTRACE_RefCount", PyString_FromString("refcount")); | |
10922 | PyDict_SetItemString(d,"wxTRACE_OleCalls", PyString_FromString("ole")); | |
10923 | PyDict_SetItemString(d,"wxTraceMemAlloc", PyInt_FromLong((long) wxTraceMemAlloc)); | |
10924 | PyDict_SetItemString(d,"wxTraceMessages", PyInt_FromLong((long) wxTraceMessages)); | |
10925 | PyDict_SetItemString(d,"wxTraceResAlloc", PyInt_FromLong((long) wxTraceResAlloc)); | |
10926 | PyDict_SetItemString(d,"wxTraceRefCount", PyInt_FromLong((long) wxTraceRefCount)); | |
10927 | PyDict_SetItemString(d,"wxTraceOleCalls", PyInt_FromLong((long) wxTraceOleCalls)); | |
814f509c RD |
10928 | PyDict_SetItemString(d,"wxKILL_OK", PyInt_FromLong((long) wxKILL_OK)); |
10929 | PyDict_SetItemString(d,"wxKILL_BAD_SIGNAL", PyInt_FromLong((long) wxKILL_BAD_SIGNAL)); | |
10930 | PyDict_SetItemString(d,"wxKILL_ACCESS_DENIED", PyInt_FromLong((long) wxKILL_ACCESS_DENIED)); | |
10931 | PyDict_SetItemString(d,"wxKILL_NO_PROCESS", PyInt_FromLong((long) wxKILL_NO_PROCESS)); | |
10932 | PyDict_SetItemString(d,"wxKILL_ERROR", PyInt_FromLong((long) wxKILL_ERROR)); | |
1883480f RD |
10933 | PyDict_SetItemString(d,"wxSIGNONE", PyInt_FromLong((long) wxSIGNONE)); |
10934 | PyDict_SetItemString(d,"wxSIGHUP", PyInt_FromLong((long) wxSIGHUP)); | |
10935 | PyDict_SetItemString(d,"wxSIGINT", PyInt_FromLong((long) wxSIGINT)); | |
10936 | PyDict_SetItemString(d,"wxSIGQUIT", PyInt_FromLong((long) wxSIGQUIT)); | |
10937 | PyDict_SetItemString(d,"wxSIGILL", PyInt_FromLong((long) wxSIGILL)); | |
10938 | PyDict_SetItemString(d,"wxSIGTRAP", PyInt_FromLong((long) wxSIGTRAP)); | |
10939 | PyDict_SetItemString(d,"wxSIGABRT", PyInt_FromLong((long) wxSIGABRT)); | |
10940 | PyDict_SetItemString(d,"wxSIGIOT", PyInt_FromLong((long) wxSIGIOT)); | |
10941 | PyDict_SetItemString(d,"wxSIGEMT", PyInt_FromLong((long) wxSIGEMT)); | |
10942 | PyDict_SetItemString(d,"wxSIGFPE", PyInt_FromLong((long) wxSIGFPE)); | |
10943 | PyDict_SetItemString(d,"wxSIGKILL", PyInt_FromLong((long) wxSIGKILL)); | |
10944 | PyDict_SetItemString(d,"wxSIGBUS", PyInt_FromLong((long) wxSIGBUS)); | |
10945 | PyDict_SetItemString(d,"wxSIGSEGV", PyInt_FromLong((long) wxSIGSEGV)); | |
10946 | PyDict_SetItemString(d,"wxSIGSYS", PyInt_FromLong((long) wxSIGSYS)); | |
10947 | PyDict_SetItemString(d,"wxSIGPIPE", PyInt_FromLong((long) wxSIGPIPE)); | |
10948 | PyDict_SetItemString(d,"wxSIGALRM", PyInt_FromLong((long) wxSIGALRM)); | |
10949 | PyDict_SetItemString(d,"wxSIGTERM", PyInt_FromLong((long) wxSIGTERM)); | |
10950 | PyDict_SetItemString(d,"wxEVT_END_PROCESS", PyInt_FromLong((long) wxEVT_END_PROCESS)); | |
b96c7a38 RD |
10951 | PyDict_SetItemString(d,"wxEXEC_ASYNC", PyInt_FromLong((long) wxEXEC_ASYNC)); |
10952 | PyDict_SetItemString(d,"wxEXEC_SYNC", PyInt_FromLong((long) wxEXEC_SYNC)); | |
10953 | PyDict_SetItemString(d,"wxEXEC_NOHIDE", PyInt_FromLong((long) wxEXEC_NOHIDE)); | |
d6eacb25 | 10954 | PyDict_SetItemString(d,"wxEXEC_MAKE_GROUP_LEADER", PyInt_FromLong((long) wxEXEC_MAKE_GROUP_LEADER)); |
3eb221f6 RD |
10955 | PyDict_SetItemString(d,"wxJOYSTICK1", PyInt_FromLong((long) wxJOYSTICK1)); |
10956 | PyDict_SetItemString(d,"wxJOYSTICK2", PyInt_FromLong((long) wxJOYSTICK2)); | |
10957 | PyDict_SetItemString(d,"wxJOY_BUTTON_ANY", PyInt_FromLong((long) wxJOY_BUTTON_ANY)); | |
10958 | PyDict_SetItemString(d,"wxJOY_BUTTON1", PyInt_FromLong((long) wxJOY_BUTTON1)); | |
10959 | PyDict_SetItemString(d,"wxJOY_BUTTON2", PyInt_FromLong((long) wxJOY_BUTTON2)); | |
10960 | PyDict_SetItemString(d,"wxJOY_BUTTON3", PyInt_FromLong((long) wxJOY_BUTTON3)); | |
10961 | PyDict_SetItemString(d,"wxJOY_BUTTON4", PyInt_FromLong((long) wxJOY_BUTTON4)); | |
b37c7e1d RD |
10962 | PyDict_SetItemString(d,"wxMAILCAP_STANDARD", PyInt_FromLong((long) wxMAILCAP_STANDARD)); |
10963 | PyDict_SetItemString(d,"wxMAILCAP_NETSCAPE", PyInt_FromLong((long) wxMAILCAP_NETSCAPE)); | |
10964 | PyDict_SetItemString(d,"wxMAILCAP_KDE", PyInt_FromLong((long) wxMAILCAP_KDE)); | |
10965 | PyDict_SetItemString(d,"wxMAILCAP_GNOME", PyInt_FromLong((long) wxMAILCAP_GNOME)); | |
10966 | PyDict_SetItemString(d,"wxMAILCAP_ALL", PyInt_FromLong((long) wxMAILCAP_ALL)); | |
10967 | PyDict_SetItemString(d,"cvar", SWIG_globals); | |
10968 | SWIG_addvarlink(SWIG_globals,"wxTheMimeTypesManager",_wrap_wxTheMimeTypesManager_get, _wrap_wxTheMimeTypesManager_set); | |
72797a7d RD |
10969 | PyDict_SetItemString(d,"wxART_TOOLBAR", PyString_FromString("toolbar_C")); |
10970 | PyDict_SetItemString(d,"wxART_MENU", PyString_FromString("menu_C")); | |
10971 | PyDict_SetItemString(d,"wxART_FRAME_ICON", PyString_FromString("frame_icon_C")); | |
10972 | PyDict_SetItemString(d,"wxART_CMN_DIALOG", PyString_FromString("cmn_dialog_C")); | |
10973 | PyDict_SetItemString(d,"wxART_HELP_BROWSER", PyString_FromString("help_browser_C")); | |
10974 | PyDict_SetItemString(d,"wxART_MESSAGE_BOX", PyString_FromString("message_box_C")); | |
10975 | PyDict_SetItemString(d,"wxART_OTHER", PyString_FromString("other_C")); | |
10976 | PyDict_SetItemString(d,"wxART_ADD_BOOKMARK", PyString_FromString("add_bookmark")); | |
10977 | PyDict_SetItemString(d,"wxART_DEL_BOOKMARK", PyString_FromString("del_bookmark")); | |
10978 | PyDict_SetItemString(d,"wxART_HELP_SIDE_PANEL", PyString_FromString("help_side_panel")); | |
10979 | PyDict_SetItemString(d,"wxART_HELP_SETTINGS", PyString_FromString("help_settings")); | |
10980 | PyDict_SetItemString(d,"wxART_HELP_BOOK", PyString_FromString("help_book")); | |
10981 | PyDict_SetItemString(d,"wxART_HELP_FOLDER", PyString_FromString("help_folder")); | |
10982 | PyDict_SetItemString(d,"wxART_HELP_PAGE", PyString_FromString("help_page")); | |
10983 | PyDict_SetItemString(d,"wxART_GO_BACK", PyString_FromString("go_back")); | |
10984 | PyDict_SetItemString(d,"wxART_GO_FORWARD", PyString_FromString("go_forward")); | |
10985 | PyDict_SetItemString(d,"wxART_GO_UP", PyString_FromString("go_up")); | |
10986 | PyDict_SetItemString(d,"wxART_GO_DOWN", PyString_FromString("go_down")); | |
10987 | PyDict_SetItemString(d,"wxART_GO_TO_PARENT", PyString_FromString("go_to_parent")); | |
10988 | PyDict_SetItemString(d,"wxART_GO_HOME", PyString_FromString("go_home")); | |
10989 | PyDict_SetItemString(d,"wxART_FILE_OPEN", PyString_FromString("file_open")); | |
10990 | PyDict_SetItemString(d,"wxART_PRINT", PyString_FromString("print")); | |
10991 | PyDict_SetItemString(d,"wxART_HELP", PyString_FromString("help")); | |
10992 | PyDict_SetItemString(d,"wxART_TIP", PyString_FromString("tip")); | |
10993 | PyDict_SetItemString(d,"wxART_REPORT_VIEW", PyString_FromString("report_view")); | |
10994 | PyDict_SetItemString(d,"wxART_LIST_VIEW", PyString_FromString("list_view")); | |
10995 | PyDict_SetItemString(d,"wxART_NEW_DIR", PyString_FromString("new_dir")); | |
10996 | PyDict_SetItemString(d,"wxART_FOLDER", PyString_FromString("folder")); | |
10997 | PyDict_SetItemString(d,"wxART_GO_DIR_UP", PyString_FromString("go_dir_up")); | |
10998 | PyDict_SetItemString(d,"wxART_EXECUTABLE_FILE", PyString_FromString("executable_file")); | |
10999 | PyDict_SetItemString(d,"wxART_NORMAL_FILE", PyString_FromString("normal_file")); | |
11000 | PyDict_SetItemString(d,"wxART_TICK_MARK", PyString_FromString("tick")); | |
11001 | PyDict_SetItemString(d,"wxART_CROSS_MARK", PyString_FromString("cross")); | |
11002 | PyDict_SetItemString(d,"wxART_ERROR", PyString_FromString("error")); | |
11003 | PyDict_SetItemString(d,"wxART_QUESTION", PyString_FromString("question")); | |
11004 | PyDict_SetItemString(d,"wxART_WARNING", PyString_FromString("warning")); | |
11005 | PyDict_SetItemString(d,"wxART_INFORMATION", PyString_FromString("information")); | |
9416aa89 | 11006 | |
9416aa89 RD |
11007 | wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage"); |
11008 | wxPyPtrTypeMap_Add("wxProcess", "wxPyProcess"); | |
72797a7d | 11009 | wxPyPtrTypeMap_Add("wxArtProvider", "wxPyArtProvider"); |
8baa46e9 | 11010 | |
1d99702e RD |
11011 | { |
11012 | int i; | |
11013 | for (i = 0; _swig_mapping[i].n1; i++) | |
11014 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
11015 | } | |
bb0054cd | 11016 | } |